/[drupal]/contributions/modules/dbscripts/config.inc.example
ViewVC logotype

Log of /contributions/modules/dbscripts/config.inc.example

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


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

Revision 1.5.4.10 - (view) (download) (annotate) - [select for diffs]
Sat May 30 18:26:06 2009 UTC (5 months, 4 weeks ago) by ceardach
Branch: DRUPAL-6--2
Changes since 1.5.4.9: +85 -5 lines
Diff to previous 1.5.4.9 , to branch point 1.5
Including modifications that didn't get committed in the batch commit.

I tried to batch import all of the outstanding commits from Git, but it missed any commits that effect config.inc.example or config.references.inc.example because I keep config.inc and config.references.inc in my Git version of the repository.  As such, they are being committed as one big commit here.  See Github for real commit history.

Revision 1.5.4.9 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 21:18:58 2009 UTC (8 months, 4 weeks ago) by ceardach
Branch: DRUPAL-6--2
Changes since 1.5.4.8: +1 -1 lines
Diff to previous 1.5.4.8 , to branch point 1.5
Mistakenly committed  to FALSE as default -- was supposed to only be for testing.

Revision 1.5.4.8 - (view) (download) (annotate) - [select for diffs]
Sat Feb 28 21:15:05 2009 UTC (8 months, 4 weeks ago) by ceardach
Branch: DRUPAL-6--2
Changes since 1.5.4.7: +25 -5 lines
Diff to previous 1.5.4.7 , to branch point 1.5
Allowing configurable ability to choose how to handle auto_increment ids

Revision 1.5.4.7 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 22:08:27 2009 UTC (9 months ago) by ceardach
Branch: DRUPAL-6--2
Changes since 1.5.4.6: +2 -1 lines
Diff to previous 1.5.4.6 , to branch point 1.5
Merging works, and other misc optimizations.

Revision 1.5.4.6 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 22:03:20 2009 UTC (9 months ago) by ceardach
Branch: DRUPAL-6--2
Changes since 1.5.4.5: +1 -0 lines
Diff to previous 1.5.4.5 , to branch point 1.5
Optimizing finding references

Revision 1.5.4.5 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 21:57:32 2009 UTC (9 months ago) by ceardach
Branch: DRUPAL-6--2
Changes since 1.5.4.4: +5 -66 lines
Diff to previous 1.5.4.4 , to branch point 1.5
Adding configurable map of table references.

Revision 1.5.4.4 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 21:53:36 2009 UTC (9 months ago) by ceardach
Branch: DRUPAL-6--2
Changes since 1.5.4.3: +1 -0 lines
Diff to previous 1.5.4.3 , to branch point 1.5
Winnowing new data from existing data (as determined from the last merge)

Revision 1.5.4.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 20:25:25 2009 UTC (10 months, 1 week ago) by ceardach
Branch: DRUPAL-6--2
Changes since 1.5.4.2: +4 -2 lines
Diff to previous 1.5.4.2 , to branch point 1.5
Updating help/docs to reflect new methology

Revision 1.5.4.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 20:19:00 2009 UTC (10 months, 1 week ago) by ceardach
Branch: DRUPAL-6--2
Changes since 1.5.4.1: +1 -1 lines
Diff to previous 1.5.4.1 , to branch point 1.5
Changing  to

Revision 1.5.4.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 20:18:22 2009 UTC (10 months, 1 week ago) by ceardach
Branch: DRUPAL-6--2
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
Cleaning up white space

Revision 1.5.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 20:12:29 2009 UTC (10 months, 1 week ago) by ceardach
Branch: DRUPAL-6--1
Changes since 1.5: +5 -5 lines
Diff to previous 1.5
Updating to support Drupal 6 as best as I can

Adding checks for database connection settings
Categorizing D6 tables and updating scripts to match the new categorization
Deleting content_copy.patch since it isn't compatible with D6
Changing  to
Adding -p flag to mkdir so the entire path is created
Removing all references to preserving sequences

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 19:34:40 2009 UTC (10 months, 1 week ago) by ceardach
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.4: +96 -44 lines
Diff to previous 1.4
Really updating to 6.x-1.x branch this time.

Revision 1.4.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 18:24:53 2009 UTC (10 months, 1 week ago) by ceardach
Changes since 1.4.2.1: +24 -15 lines
Diff to previous 1.4.2.1 , to branch point 1.4 , to next main 1.5
Changing scripts to match new table categorization.

Revision 1.4.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 20 18:23:34 2009 UTC (10 months, 1 week ago) by ceardach
Changes since 1.4: +77 -34 lines
Diff to previous 1.4
Categorizing D6 tables.  Doing some rejiggering on how the arrays are named.

Revision 1.2.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 18:53:57 2008 UTC (14 months, 1 week ago) by ceardach
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Changes since 1.2: +20 -11 lines
Diff to previous 1.2 , to next main 1.5
Hopefully fixing several issues:

* Updating the content_copy.patch so it allows deleting files
* Fixing a bug caused by a missing 'break;'
* Everything that was in HEAD should now be in the DRUPAL-5 branch, which was a total mistake on my part
* Code cleanup to ensure no php error messages

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jul 5 19:41:41 2008 UTC (16 months, 3 weeks ago) by ceardach
Branch: MAIN
Changes since 1.3: +3 -0 lines
Diff to previous 1.3
Oops, although it was mentioned in the previous commit, I had forgotten to add the charset support changes.  Here it is now.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Jul 5 19:37:17 2008 UTC (16 months, 3 weeks ago) by ceardach
Branch: MAIN
Changes since 1.2: +17 -11 lines
Diff to previous 1.2
Refactored how the scripts work, with various other improvements.

Moved all the heaving lifting to dbscripts.module as part of the first steps to make this more like a 'real' Drupal module and compatible with Drush.  Dump, restore, erase and merge scripts are now much smaller, just referencing the api in dbscripts.module.

Allowed extra flexibility to manage files more than just development.sql, production.sql and last-merge.sql.  It is now possible to dump and restore from any file name.

Fiexed up help text to be more descriptive.

Changed #!/usr/bin/php to #!/usr/bin/env php so the scripts have a greater chance of being compatible with more server environments.

Added support for picking charsets in an alternate location.  Nessisary to support uncommon server environments.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Mar 8 23:56:27 2008 UTC (20 months, 3 weeks ago) by ceardach
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.1: +13 -20 lines
Diff to previous 1.1
Reworking scripts so each action has one script with options, rather than multiple scripts for each option of each action.  This also allows it to be more flexible.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Mar 8 17:32:16 2008 UTC (20 months, 3 weeks ago) by ceardach
Branch: MAIN
Importing dbscripts module.  A series of helper scripts that enable one to easily dump and restore databases.  A merge script assists in merging a production database with a development database.

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