/[drupal]/contributions/modules/dba/CHANGELOG
ViewVC logotype

Log of /contributions/modules/dba/CHANGELOG

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


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

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 22:58:01 2007 UTC (2 years, 1 month ago) by jeremy
Branch: MAIN
CVS Tags: HEAD
Changes since 1.35: +4 -0 lines
Diff to previous 1.35
Sync

Revision 1.34.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 22:51:32 2007 UTC (2 years, 1 month ago) by jeremy
Branch: DRUPAL-4-7
Changes since 1.34.2.1: +4 -0 lines
Diff to previous 1.34.2.1 , to branch point 1.34 , to next main 1.36
 - dba.module
    o bug #177938: don't let 24-hour backup drift due to length of backup

Revision 1.34.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 04:18:50 2007 UTC (2 years, 10 months ago) by jeremy
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1, DRUPAL-4-7--1-2
Changes since 1.34: +5 -0 lines
Diff to previous 1.34
    o MySQL can be db_type of 'mysql' or 'mysql'
    o #48144: fix MySQL backups

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 04:11:50 2007 UTC (2 years, 10 months ago) by jeremy
Branch: MAIN
Changes since 1.34: +5 -0 lines
Diff to previous 1.34
Bugfix: MySQL can be db_type of 'mysql' or 'mysql'
#48144: fix MySQL backups

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sun Nov 19 18:51:38 2006 UTC (3 years ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Changes since 1.33: +6 -7 lines
Diff to previous 1.33
updating CHANGELOG for #40661, #40660, #68274, and #98457

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jun 10 01:22:53 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
fixing issue #'s for 4.7 tasks (i found 2 older issues, mine were duplicates)

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Jun 10 00:57:07 2006 UTC (3 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
adding issue numbers for FAPI tasks that must be done before the 4.7 release

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 13:15:29 2006 UTC (3 years, 7 months ago) by jeremy
Branch: MAIN
Changes since 1.30: +9 -1 lines
Diff to previous 1.30
    o fix bug #59073: remove tablesort_pager(), no longer used in 4.7
    o add t() around 'Never' to allow translation

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Mar 17 23:46:24 2006 UTC (3 years, 8 months ago) by jeremy
Branch: MAIN
Changes since 1.29: +1 -0 lines
Diff to previous 1.29
feature #41589: support exclude list for tables to not backup data

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Mar 17 23:27:12 2006 UTC (3 years, 8 months ago) by jeremy
Branch: MAIN
Changes since 1.28: +5 -1 lines
Diff to previous 1.28
fix bug #49651: restore 'run script' functionality

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Oct 31 17:03:34 2005 UTC (4 years ago) by jeremy
Branch: MAIN
Changes since 1.27: +8 -3 lines
Diff to previous 1.27
    o simplified the overview page, now just shows the table name and
      the number of rows in the table.  Clicking the table name allows
      you to view it, then from there you can use tabs to 'describe',
      'check', 'optimize', 'backup', 'empty' and 'drop'.
    o removed 'dba_admin' function, updated module to take more
      advantage of the _menu() hook, logically separating functions.
    o added a new 'optimize' tab for optimizing MySQL tables

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Oct 31 12:09:06 2005 UTC (4 years ago) by jeremy
Branch: MAIN
Changes since 1.26: +12 -0 lines
Diff to previous 1.26
Forms API TODO: (Last update: 10/31/2005)
 - properly implement all items on settings page to accept updates
 - restore checkboxes next to table names on database overview
 - restore check, backup, empty and drop operations
 - restore 'run script' functionality to properly load selected file

October 31, 2005:
 - dba.module
    o initial port to HEAD, begin update effort to get module working
      with the forms API.  Known to not fully work yet (see Forms API
      TODO above - if there is no TODO above, then full functionality is
      restored).
----------------------------------------------------------------------
dba.module CVS:
----------------------------------------------------------------------

Revision 1.16.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Oct 28 22:30:29 2005 UTC (4 years, 1 month ago) by jeremy
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6--1-0
Changes since 1.16.2.8: +5 -0 lines
Diff to previous 1.16.2.8 , to branch point 1.16 , to next main 1.36
 - dba.module
    o database backup was skipping empty tables.
    o bug #32534: fix gzip compression

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Oct 28 22:29:57 2005 UTC (4 years, 1 month ago) by jeremy
Branch: MAIN
Changes since 1.25: +5 -0 lines
Diff to previous 1.25
 - dba.module
    o database backup was skipping empty tables.
    o bug #32534: fix gzip compression

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 03:47:39 2005 UTC (4 years, 2 months ago) by jeremy
Branch: MAIN
Changes since 1.24: +4 -0 lines
Diff to previous 1.24
bug #31162, email database backup to user #1's email address

Revision 1.16.2.8 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 03:46:40 2005 UTC (4 years, 2 months ago) by jeremy
Branch: DRUPAL-4-6
Changes since 1.16.2.7: +4 -0 lines
Diff to previous 1.16.2.7 , to branch point 1.16
bug #31162, email database backup to user #1's email address

Revision 1.16.2.7 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 04:12:07 2005 UTC (4 years, 3 months ago) by jeremy
Branch: DRUPAL-4-6
Changes since 1.16.2.6: +2 -0 lines
Diff to previous 1.16.2.6 , to branch point 1.16
feature #29475, mail automatically generated database backups to the
site administrator

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 04:11:28 2005 UTC (4 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.23: +2 -0 lines
Diff to previous 1.23
feature #29475, mail automatically generated database backups to the
site administrator

Revision 1.16.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 02:31:13 2005 UTC (4 years, 3 months ago) by jeremy
Branch: DRUPAL-4-6
Changes since 1.16.2.5: +5 -0 lines
Diff to previous 1.16.2.5 , to branch point 1.16
sync with head, support table prefixes

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Aug 25 02:30:41 2005 UTC (4 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.22: +5 -0 lines
Diff to previous 1.22
o bug #19486, #26222, #22774, support prefixed tables
  (fix based heavily on Moshe Weitzman's patch provided in issue
   #19486)

Revision 1.16.2.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 03:42:39 2005 UTC (4 years, 3 months ago) by jeremy
Branch: DRUPAL-4-6
Changes since 1.16.2.4: +1 -0 lines
Diff to previous 1.16.2.4 , to branch point 1.16
feature #22826, provide automatic (scheduled) database backups
----------------------------------------------------------------------

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 03:41:36 2005 UTC (4 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21
feature #22826, provide automatic (scheduled) database backups

Revision 1.16.2.4 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 13:32:46 2005 UTC (4 years, 3 months ago) by jeremy
Branch: DRUPAL-4-6
Changes since 1.16.2.3: +3 -0 lines
Diff to previous 1.16.2.3 , to branch point 1.16
o bug #12762, don't remove {}'s from database queries (unable to edit
  user fields)
o bug #19214, characters not escaped, double quotes cause errors

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 13:32:21 2005 UTC (4 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.20: +3 -0 lines
Diff to previous 1.20
o bug #12762, don't remove {}'s from database queries (unable to edit
  user fields)
o bug #19214, characters not escaped, double quotes cause errors

Revision 1.16.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 13:07:11 2005 UTC (4 years, 3 months ago) by jeremy
Branch: DRUPAL-4-6
Changes since 1.16.2.2: +9 -2 lines
Diff to previous 1.16.2.2 , to branch point 1.16
Sync with CVS version.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 13:04:26 2005 UTC (4 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.19: +4 -0 lines
Diff to previous 1.19
bug #14807, use array when function expects array. (PHP 5 support)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 12:44:06 2005 UTC (4 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.18: +4 -1 lines
Diff to previous 1.18
o feature, database backup now includes table schema
o rename 'run script' to query
o initial support for running script from remote client (ie, restore
  backup)

Revision 1.16.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Aug 20 21:53:00 2005 UTC (4 years, 3 months ago) by jeremy
Branch: DRUPAL-4-6
Changes since 1.16.2.1: +4 -0 lines
Diff to previous 1.16.2.1 , to branch point 1.16
bug #28649, backup times out on large tables

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Aug 20 21:51:43 2005 UTC (4 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.17: +4 -0 lines
Diff to previous 1.17
bug #28649, backup times out on large tables
----------------------------------------------------------------------

Revision 1.16.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Jul 16 21:36:08 2005 UTC (4 years, 4 months ago) by jeremy
Branch: DRUPAL-4-6
Changes since 1.16: +6 -0 lines
Diff to previous 1.16
 - dba.module
    o feature #19807, added javascript to select all/clear all
      (patch by Varr Willis)
    o removed 'check all' menu subtab, no longer necessary

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Jul 16 21:14:41 2005 UTC (4 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.16: +6 -0 lines
Diff to previous 1.16
July 16, 2005:
 - dba.module
    o feature #19807, added javascript to select all/clear all
      (patch by Varr Willis)
    o removed 'check all' menu subtab, no longer necessary
----------------------------------------------------------------------

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Mar 21 14:44:12 2005 UTC (4 years, 8 months ago) by jeremy
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.15: +6 -0 lines
Diff to previous 1.15
 - dba.module
    o updated for Drupal 4.6
    o converted to using new theme('verify') to verify actions
    o when backing up one database table, filename defaults to name of table

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Oct 27 23:36:19 2004 UTC (5 years, 1 month ago) by jeremy
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
fix bug #12207, only call dba_get_active_tables() when necessary

Revision 1.11.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Oct 27 12:15:49 2004 UTC (5 years, 1 month ago) by jeremy
Branch: DRUPAL-4-5
Changes since 1.11.2.2: +4 -0 lines
Diff to previous 1.11.2.2 , to branch point 1.11 , to next main 1.36
sync with cvs
(added missing {}'s to fully support database prefixing)

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Oct 27 12:05:15 2004 UTC (5 years, 1 month ago) by jeremy
Branch: MAIN
Changes since 1.13: +4 -0 lines
Diff to previous 1.13
 - dba.module
    o fix bug #12195, patch from Uwe Hermann
      (added missing {}'s to support database prefixing)

Revision 1.11.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Oct 2 10:10:31 2004 UTC (5 years, 1 month ago) by jeremy
Branch: DRUPAL-4-5
Changes since 1.11.2.1: +4 -0 lines
Diff to previous 1.11.2.1 , to branch point 1.11
o feature request #11198 - filter based on db_prefix when listing tables

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Oct 2 10:09:41 2004 UTC (5 years, 1 month ago) by jeremy
Branch: MAIN
Changes since 1.12: +4 -0 lines
Diff to previous 1.12
o feature request #11198 - filter based on db_prefix when listing tables

Revision 1.2.2.5 - (view) (download) (annotate) - [select for diffs]
Sat Oct 2 09:20:08 2004 UTC (5 years, 1 month ago) by jeremy
Branch: DRUPAL-4-4
Changes since 1.2.2.4: +5 -0 lines
Diff to previous 1.2.2.4 , to branch point 1.2 , to next main 1.36
o feature request #10934 - added ability to backup data in database
  (backported from 4.5 version of module)

Revision 1.11.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Oct 2 02:08:06 2004 UTC (5 years, 1 month ago) by jeremy
Branch: DRUPAL-4-5
Changes since 1.11: +4 -0 lines
Diff to previous 1.11
feature request #10934 - added ability to backup data in database

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Oct 2 01:38:56 2004 UTC (5 years, 1 month ago) by jeremy
Branch: MAIN
Changes since 1.11: +4 -0 lines
Diff to previous 1.11
 o feature request #10934 - added ability to backup data in database

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Sep 27 12:39:29 2004 UTC (5 years, 2 months ago) by jeremy
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.10: +4 -0 lines
Diff to previous 1.10
fixed bug #10923 - updated to support menu caching

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Aug 18 03:19:26 2004 UTC (5 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.9: +5 -0 lines
Diff to previous 1.9
 - dba.module: updated to work with Drupal 4.5
    o update help links
    o replace _link with _menu, adding tabs/subtabs

Revision 1.2.2.4 - (view) (download) (annotate) - [select for diffs]
Sun Jul 25 20:30:00 2004 UTC (5 years, 4 months ago) by jeremy
Branch: DRUPAL-4-4
Changes since 1.2.2.3: +16 -3 lines
Diff to previous 1.2.2.3 , to branch point 1.2
Performed regression test, verified MySQL functionality.  Merging
CVS code into 4.4 tree.
(adds ability to edit/delete individual rows)

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jul 25 17:25:45 2004 UTC (5 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.8: +3 -0 lines
Diff to previous 1.8
 - dba.module
    o added ability to edit or delete specific row for most tables
       - option only available if the table has a Primary Key
       - this functionality currently only works with MySQL

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jul 25 14:23:36 2004 UTC (5 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.7: +13 -3 lines
Diff to previous 1.7
July 25, 2004
 - dba.module
    o add proper PostgreSQL support
 - README.pgsql
    o details how to install PostgreSQL support
 - scripts/dba.pgsql-7.3
    o drupal_system_catalog for PostgreSQL 7.3
 - scripts/dba.pgsql-7.4
    o drupal_system_catalog for PostgreSQL 7.4 and later

Revision 1.2.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Jul 11 22:44:35 2004 UTC (5 years, 4 months ago) by jeremy
Branch: DRUPAL-4-4
Changes since 1.2.2.2: +7 -0 lines
Diff to previous 1.2.2.2 , to branch point 1.2
July 11, 2004
 - dba.module
   o fixed bug #9208, properly drop table(s).
   o add feature request #9209, support multiple sql statements in scripts.
   o fixed bug #9210, fix dba_get_fields() to properly work with PostgreSQL
     (thanks to "aam" for all the above fixes)

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Jul 11 22:11:43 2004 UTC (5 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
   o fixed bug #9210, fix dba_get_fields() to properly work with PostgreSQL

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jul 11 21:36:58 2004 UTC (5 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.5: +4 -0 lines
Diff to previous 1.5
July 11, 2004
 - dba.module
   o fixed bug #9208, properly drop table(s).  Thanks "aam".

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Jul 9 12:56:29 2004 UTC (5 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.4: +6 -0 lines
Diff to previous 1.4
July 9, 2004
 - dba.module
    o added some support for PostGreSQL (patches by "aam")
      (reported to work: overview, describe)
      (reported to not work: view, drop)

Revision 1.2.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Jul 9 12:47:59 2004 UTC (5 years, 4 months ago) by jeremy
Branch: DRUPAL-4-4
Changes since 1.2.2.1: +6 -0 lines
Diff to previous 1.2.2.1 , to branch point 1.2
July 9, 2004
 - dba.module
    o added some support for PostGreSQL (patches by "aam")
      (reported to work: overview, describe)
      (reported to not work: view, drop)

Revision 1.2.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Jun 17 01:58:49 2004 UTC (5 years, 5 months ago) by jeremy
Branch: DRUPAL-4-4
Changes since 1.2: +10 -0 lines
Diff to previous 1.2
syncronize with HEAD

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jun 17 01:48:48 2004 UTC (5 years, 5 months ago) by jeremy
Branch: MAIN
Changes since 1.3: +4 -0 lines
Diff to previous 1.3
June 16, 2004
 - dba.module
    o fixed localization issues, reported in bug #8555.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jun 15 14:24:01 2004 UTC (5 years, 5 months ago) by jeremy
Branch: MAIN
Changes since 1.2: +6 -0 lines
Diff to previous 1.2
June 15, 2004 (Jeremy Andrews)
 - dba.module
    o further cleanup (removed no-longer used options)
    o added ability to describe table
    o prevent errors if trying to manually view/describe multiple tables

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jun 15 02:40:06 2004 UTC (5 years, 5 months ago) by jeremy
Branch: MAIN
Branch point for: DRUPAL-4-4
Changes since 1.1: +6 -0 lines
Diff to previous 1.1
 - random cleanup
 - added the ability to check, repair, empty, and drop more than one table
   at a time.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Jun 12 23:21:19 2004 UTC (5 years, 5 months ago) by jeremy
Branch: MAIN
The dba module provides Drupal administrators with direct access to their
Drupal database tables from within the standard Drupal user interface.

WARNING: A user with the necessary permissions can use this module to directly
alter the Drupal database, including corrupting or even dropping tables.  There
is no mechanism to protect you or your administrators from yourselves.  Use at
your own risk.

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