Log of /contributions/modules/dbscripts/config.inc.example
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.