/[drupal]/contributions/modules/db_maintenance/db_maintenance.module
ViewVC logotype

Log of /contributions/modules/db_maintenance/db_maintenance.module

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.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 01:17:32 2009 UTC (3 months ago) by deekayen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +4 -3 lines
Diff to previous 1.14
double up on security with extra table name validation

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 04:52:39 2009 UTC (3 months ago) by deekayen
Branch: MAIN
Changes since 1.13: +30 -69 lines
Diff to previous 1.13
Really basic 7.x upgrade - only supports the default database.

Revision 1.11.2.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 15:37:57 2009 UTC (7 months, 1 week ago) by deekayen
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA2
Changes since 1.11.2.2.2.5: +2 -2 lines
Diff to previous 1.11.2.2.2.5 , to branch point 1.11.2.2
#350975 function name spelling fix by marcp

Revision 1.11.2.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 15:27:54 2009 UTC (7 months, 1 week ago) by deekayen
Branch: DRUPAL-6--2
Changes since 1.11.2.2.2.4: +3 -1 lines
Diff to previous 1.11.2.2.2.4 , to branch point 1.11.2.2
#332918 by andyl56

Revision 1.11.2.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 15:21:17 2009 UTC (7 months, 1 week ago) by deekayen
Branch: DRUPAL-6--2
Changes since 1.11.2.2.2.3: +72 -79 lines
Diff to previous 1.11.2.2.2.3 , to branch point 1.11.2.2
#399468 by tirsales
coder compliance updates

Revision 1.11.2.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 05:43:02 2008 UTC (13 months, 3 weeks ago) by jgraham
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.11.2.2.2.2: +41 -27 lines
Diff to previous 1.11.2.2.2.2 , to branch point 1.11.2.2
Fixed changed parameters for admin settings validation
Cleaned up validation routines to only fire off where & when appropriate.

Revision 1.11.2.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 05:14:01 2008 UTC (13 months, 3 weeks ago) by jgraham
Branch: DRUPAL-6--2
Changes since 1.11.2.2.2.1: +7 -7 lines
Diff to previous 1.11.2.2.2.1 , to branch point 1.11.2.2
Fixed typo and adjusted defaults to not execute file and db backups by default

Revision 1.11.2.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 05:05:30 2008 UTC (13 months, 3 weeks ago) by jgraham
Branch: DRUPAL-6--2
Changes since 1.11.2.2: +340 -5 lines
Diff to previous 1.11.2.2
Merging changes from additional features in 5.2.1.
changes merged from:
 - 1.9.2.3-1.9.2.4
 - 1.9.2.6.2.1-1.9.2.6.2.3

One minor change is the use of -1 to indicate "never" since in the 6.x branch 0 now indicates "run on every cron"

Revision 1.9.2.6.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 18:17:52 2008 UTC (15 months, 2 weeks ago) by jgraham
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1, DRUPAL-5--2-1-beta3
Changes since 1.9.2.6.2.2: +3 -3 lines
Diff to previous 1.9.2.6.2.2 , to branch point 1.9.2.6 , to next main 1.9.2.7
Fixed issue with \n not being escaped properly due to use of single quotes

Revision 1.9.2.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 18:15:21 2008 UTC (15 months, 2 weeks ago) by jgraham
Branch: DRUPAL-5--2
Changes since 1.9.2.6.2.1: +43 -10 lines
Diff to previous 1.9.2.6.2.1 , to branch point 1.9.2.6
Added: Form Validation for path settings and email list
Reworked: Email processing logic to reflect possible outcomes

Revision 1.9.2.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 02:03:58 2008 UTC (15 months, 3 weeks ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.9.2.6: +332 -23 lines
Diff to previous 1.9.2.6
add back the database backup functions that were accidently overwritten

Revision 1.9.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 1 01:49:33 2008 UTC (15 months, 3 weeks ago) by deekayen
Branch: DRUPAL-5
Changes since 1.9.2.6: +11 -2 lines
Diff to previous 1.9.2.6 , to branch point 1.9 , to next main 1.15
add back hook_simpletest that was accidently removed in the last commit

Revision 1.9.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 30 19:49:25 2008 UTC (15 months, 4 weeks ago) by deekayen
Branch: DRUPAL-5
Branch point for: DRUPAL-5--2
Changes since 1.9.2.5: +61 -315 lines
Diff to previous 1.9.2.5 , to branch point 1.9
#175099 and #100270 add DB size block by pcs305 and Loryn

Revision 1.9.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 22:15:07 2008 UTC (16 months, 3 weeks ago) by jgraham
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-1-BETA2
Changes since 1.9.2.4: +14 -13 lines
Diff to previous 1.9.2.4 , to branch point 1.9
Fixed calling order of watchdog and return
Fixed logic for handling exec return value
Fixed improper escapes for calls to t()

Revision 1.9.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 06:26:25 2008 UTC (17 months ago) by jgraham
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-1-BETA1
Changes since 1.9.2.3: +314 -11 lines
Diff to previous 1.9.2.3 , to branch point 1.9
Added features as per http://drupal.org/node/263816;
 - detect failure of optimize and optionally execute a repair table
 - allowed option to not optimize tables by setting frequency to "never"
 - added option to backup database, requires access to exec() some ISP's block this, and proper path to mysqldump
 - added option to backup files directory, requires access to to exec(), and proper path to tar
 - added option to email user(s) when database and files are backed up

Revision 1.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 18:57:38 2008 UTC (18 months ago) by deekayen
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Branch point for: DRUPAL-6--2
Changes since 1.11.2.1: +66 -22 lines
Diff to previous 1.11.2.1 , to branch point 1.11 , to next main 1.15
postgresql support

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 21:07:29 2008 UTC (18 months, 4 weeks ago) by deekayen
Branch: MAIN
Changes since 1.12: +66 -22 lines
Diff to previous 1.12
support PostgreSQL, add more cron delay options, check to see if tables exist before trying to optimize them, use WATCHDOG_DEBUG

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 12 02:13:05 2008 UTC (20 months, 2 weeks ago) by deekayen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0
Changes since 1.9.2.2: +10 -3 lines
Diff to previous 1.9.2.2 , to branch point 1.9
make first simpletests

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 01:51:25 2008 UTC (21 months, 1 week ago) by deekayen
Branch: MAIN
Changes since 1.11: +17 -21 lines
Diff to previous 1.11
fix warnings from coder.module report

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 16 01:49:15 2008 UTC (21 months, 1 week ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.11: +17 -21 lines
Diff to previous 1.11
fix warnings from coder.module report

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 20:41:18 2007 UTC (23 months, 4 weeks ago) by deekayen
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Branch point for: DRUPAL-6--1
Changes since 1.10: +3 -3 lines
Diff to previous 1.10
finish Drupal 6 updates

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 8 19:37:15 2007 UTC (2 years, 1 month ago) by deekayen
Branch: MAIN
Changes since 1.9: +118 -44 lines
Diff to previous 1.9
Updates for Drupal 6. Manual optimize page says access denied still.

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 03:10:20 2007 UTC (2 years, 10 months ago) by deekayen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.9.2.1: +48 -4 lines
Diff to previous 1.9.2.1 , to branch point 1.9
patch to add frequency options by hunmonk, issue #113388

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 25 06:56:39 2007 UTC (2 years, 10 months ago) by deekayen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.9: +60 -27 lines
Diff to previous 1.9
add support for multiple databases in the $db_url configuration variable for settings.php; patch by hunmonk in issue #112548

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 15 22:54:53 2007 UTC (2 years, 10 months ago) by deekayen
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.8: +27 -11 lines
Diff to previous 1.8
final updates for Drupal 5

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 9 04:46:55 2006 UTC (3 years, 1 month ago) by deekayen
Branch: MAIN
Changes since 1.7: +27 -7 lines
Diff to previous 1.7
issue #88156; patch by hunmonk - update to 5.0

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 20 04:46:20 2005 UTC (3 years, 11 months ago) by deekayen
Branch: MAIN
Changes since 1.6: +12 -6 lines
Diff to previous 1.6
check global $db_url to see if it is configured for mysql(i)

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 20 03:26:48 2005 UTC (3 years, 11 months ago) by deekayen
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Changes since 1.5: +18 -8 lines
Diff to previous 1.5
add log option

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 18 11:32:02 2005 UTC (3 years, 11 months ago) by deekayen
Branch: MAIN
Changes since 1.4: +10 -2 lines
Diff to previous 1.4
I really need to figure out how to properly commit things so new commits can be tagged for old versions and not be HEAD. This is for the MAIN branch to tag for drupal 4.7.

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 18 11:24:00 2005 UTC (3 years, 11 months ago) by deekayen
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 , to next main 1.15
tiny doc fix and switch HEAD back for drupal 4.7

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 18 11:09:22 2005 UTC (3 years, 11 months ago) by deekayen
Branch: MAIN
CVS Tags: DRUPAL-4-6--1-0
Branch point for: DRUPAL-4-6
Changes since 1.3: +1 -9 lines
Diff to previous 1.3
backport for Drupal 4.6

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 18 11:04:45 2005 UTC (3 years, 11 months ago) by deekayen
Branch: MAIN
Changes since 1.2: +9 -6 lines
Diff to previous 1.2
fix php errors related to pulling table names

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 18 10:16:49 2005 UTC (3 years, 11 months ago) by deekayen
Branch: MAIN
Changes since 1.1: +5 -4 lines
Diff to previous 1.1
Remove debug output

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 18 10:07:06 2005 UTC (3 years, 11 months ago) by deekayen
Branch: MAIN
Initial import

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