/[drupal]/contributions/modules/dbfm/dbfm.install
ViewVC logotype

Log of /contributions/modules/dbfm/dbfm.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 15:56:14 2009 UTC (2 months, 1 week ago) by geoffeagles
Branch: DRUPAL-5
Changes since 1.1.2.29: +51 -2 lines
Diff to previous 1.1.2.29 , to branch point 1.1
by Geoff - script to upgrade to the new dbfm_attach table with suport for revisions

Revision 1.1.2.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 15:17:49 2009 UTC (3 months ago) by geoffeagles
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--5-0
Changes since 1.1.2.28: +46 -3 lines
Diff to previous 1.1.2.28 , to branch point 1.1
by Geoff - Numerous changes to implement node attachments

Revision 1.1.2.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 11:37:28 2009 UTC (5 months, 2 weeks ago) by geoffeagles
Branch: DRUPAL-5
Changes since 1.1.2.27: +183 -142 lines
Diff to previous 1.1.2.27 , to branch point 1.1
by Geoff - changes to add a new database field, fext, the file extension. Also changes to add a download archive option to the context menu

Revision 1.1.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 22 12:49:52 2008 UTC (11 months ago) by rooey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--4-2
Changes since 1.1.2.26: +5 -5 lines
Diff to previous 1.1.2.26 , to branch point 1.1
Fixed a problem where databases with strict checking enabled would error... yeah our schema was stupid.

Revision 1.1.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 13:35:35 2008 UTC (12 months ago) by geoffeagles
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--4-3
Changes since 1.1.2.25: +2 -2 lines
Diff to previous 1.1.2.25 , to branch point 1.1
by Geoff - missed semicolon

Revision 1.1.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 13:29:47 2008 UTC (12 months ago) by geoffeagles
Branch: DRUPAL-5
Changes since 1.1.2.24: +22 -6 lines
Diff to previous 1.1.2.24 , to branch point 1.1
by Geoff - main change is an improved install that fills out the entries in the variables table

Revision 1.1.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 14:08:25 2008 UTC (14 months, 2 weeks ago) by geoffeagles
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--4-1
Changes since 1.1.2.23: +2 -2 lines
Diff to previous 1.1.2.23 , to branch point 1.1
by Geoff - the fblobmod field isn't initialised for the root directory

Revision 1.1.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 2 16:23:22 2008 UTC (16 months, 3 weeks ago) by geoffeagles
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--3-4, DRUPAL-5--3-4-BETA-1, DRUPAL-5--3-5, DRUPAL-5--4-0
Changes since 1.1.2.22: +3 -3 lines
Diff to previous 1.1.2.22 , to branch point 1.1
by Geoff - the tables dbfm_perm and dbfm_cronlist weren't being correctly created

Revision 1.1.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 22 00:23:32 2008 UTC (18 months ago) by geoffeagles
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--3-2, DRUPAL-5--3-2-RC-1, DRUPAL-5--3-3
Changes since 1.1.2.21: +3 -8 lines
Diff to previous 1.1.2.21 , to branch point 1.1
by Geoff
Problem with permissions on the root directory

Revision 1.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 15:08:49 2008 UTC (18 months, 1 week ago) by geoffeagles
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--3-2-RC0
Changes since 1.1.2.20: +12 -22 lines
Diff to previous 1.1.2.20 , to branch point 1.1
by Geoff - install code now works properly for a new install. Uninstall is now far more thorough in clearing up its variables

Revision 1.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 4 15:45:14 2008 UTC (19 months, 2 weeks ago) by geoffeagles
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--3-1, DRUPAL-5--3-1-RC0
Changes since 1.1.2.19: +2 -2 lines
Diff to previous 1.1.2.19 , to branch point 1.1
by Geoff - missed dbfm_data

Revision 1.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 13:48:41 2008 UTC (19 months, 3 weeks ago) by rooey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--3-0, DRUPAL-5--3-0-RC0
Changes since 1.1.2.18: +2 -2 lines
Diff to previous 1.1.2.18 , to branch point 1.1
by Rooey. Corrected an issue with the initialisation of the dbfm_file_fid entry in {sequences}
z

Revision 1.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 13:27:16 2008 UTC (19 months, 3 weeks ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.17: +2 -2 lines
Diff to previous 1.1.2.17 , to branch point 1.1
By rooey. Modified installer to use the replacement dbfm_selected_file_record instead of dbfm_get_file_record.

Revision 1.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 2 11:51:00 2008 UTC (19 months, 3 weeks ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.16: +2 -2 lines
Diff to previous 1.1.2.16 , to branch point 1.1
By Rooey. Fixed moved cron error message into the replication loop. Fixed an installer
 issue and re-callibrated the space-time-continuum to emit a takeon pulse.

Revision 1.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 16:42:49 2008 UTC (19 months, 3 weeks ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.15: +27 -34 lines
Diff to previous 1.1.2.15 , to branch point 1.1
By rooey. Fixed a bodge with an extra bracket.

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 19 17:02:04 2008 UTC (20 months ago) by rooey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--3-0-ALPHA1
Changes since 1.1.2.14: +4 -1 lines
Diff to previous 1.1.2.14 , to branch point 1.1
by Rooey. Updated installer to add dbfm's fid to the sequences table.  I'm sure i've done this before...

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 19 14:56:58 2008 UTC (20 months ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.13: +17 -2 lines
Diff to previous 1.1.2.13 , to branch point 1.1
by Rooey. Corrected an issue with the installer where the dbfm_cronlist table was not installed. The fauthor field in dbfm_file is no longer dropped.

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 13 15:08:39 2008 UTC (20 months, 1 week ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.12: +1 -3 lines
Diff to previous 1.1.2.12 , to branch point 1.1
by Rooey. Stopped the installer deleting the blob from the slave.

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 13 15:05:20 2008 UTC (20 months, 1 week ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.11: +3 -1 lines
Diff to previous 1.1.2.11 , to branch point 1.1
by Rooey. Fixed an issue with the installer.

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 13 13:01:32 2008 UTC (20 months, 1 week ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.10: +74 -4 lines
Diff to previous 1.1.2.10 , to branch point 1.1
by Rooey. Updated installer for next release.

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 18:32:15 2008 UTC (21 months, 4 weeks ago) by rooey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-1, DRUPAL-5--2-1-RC0, DRUPAL-5--2-2
Changes since 1.1.2.9: +2 -2 lines
Diff to previous 1.1.2.9 , to branch point 1.1
by Rooey. Fixed the installer / updater error.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 27 18:21:27 2008 UTC (21 months, 4 weeks ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.8: +3 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
by Rooey. Updated the installer to fix an issue with breadcrumbs, tho they're still kinda broken.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 19:29:17 2008 UTC (21 months, 4 weeks ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.7: +3 -2 lines
Diff to previous 1.1.2.7 , to branch point 1.1
by Rooey. Fixed an issue where dbfm_send would issue the wrong document.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 25 18:05:38 2008 UTC (21 months, 4 weeks ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.6: +5 -1 lines
Diff to previous 1.1.2.6 , to branch point 1.1
by Rooey. Added the option on "properties" to specify the currently released version of a revisioned document.

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 23 20:57:58 2008 UTC (22 months ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.5: +7 -1 lines
Diff to previous 1.1.2.5 , to branch point 1.1
by Rooey. Corrected a display issue where revision items would not appear in the directory listings.
Thanks Geoff!

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 15:39:29 2008 UTC (22 months ago) by rooey
Branch: DRUPAL-5
Changes since 1.1.2.4: +19 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
by Rooey. All client/server communications now use fid instead of fpath, initial support for document revisioning. Many fixes.

Thanks Geoff!

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 17:46:06 2007 UTC (23 months, 2 weeks ago) by rooey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-BETA2a
Changes since 1.1.2.3: +4 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
by Rooey. Fixed a missing bracket error with the .install file... whoops!

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 11 12:57:03 2007 UTC (23 months, 2 weeks ago) by rooey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA2
Changes since 1.1.2.2: +84 -63 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Added initial access control & database upgrade scripts for hook_update

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 9 16:08:00 2007 UTC (2 years ago) by rooey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0-BETA1
Changes since 1.1.2.1: +3 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
by Rooey. Updated installer

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 21 23:14:47 2007 UTC (2 years, 1 month ago) by rooey
Branch: DRUPAL-5
Changes since 1.1: +5 -3 lines
Diff to previous 1.1
by Rooey. The properties screen now works correctly! CSS updates for the new screen included.
added fuser field to database (in place of fpublisher)
added fclass field to database
updated installer

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 18 21:05:24 2007 UTC (2 years, 1 month ago) by rooey
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
by rooey. Initial checkin of DBFM code - based on <a href=http://drupal.org/user/28334>robmilne</a>'s <a href=http://drupal.org/project/webfm>WebFM</a>.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2