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

Log of /contributions/modules/dba/dba.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.62 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 02:52:55 2008 UTC (11 months, 2 weeks ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.61: +6 -7 lines
Diff to previous 1.61
#343908 by foripepe: Fixed fatal error when checking tables.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 02:42:12 2008 UTC (11 months, 2 weeks ago) by dww
Branch: MAIN
Changes since 1.60: +7 -2 lines
Diff to previous 1.60
#138877 by foripepe: Fixed critical bug where checkboxes for
manipulating multiple tables at admin/build/database did not work.

Revision 1.44.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 01:00:14 2008 UTC (21 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.15: +8 -2 lines
Diff to previous 1.44.2.15 , to branch point 1.44 , to next main 1.62
#223226 by espie: Fixed broken detection of MySQLi that was always
returning TRUE, even on PostgreSQL (introduced via #154813).

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 20 01:00:11 2008 UTC (21 months ago) by dww
Branch: MAIN
Changes since 1.59: +8 -2 lines
Diff to previous 1.59
#223226 by espie: Fixed broken detection of MySQLi that was always
returning TRUE, even on PostgreSQL (introduced via #154813).

Revision 1.44.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 15 02:03:50 2007 UTC (23 months, 1 week ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.14: +2 -2 lines
Diff to previous 1.44.2.14 , to branch point 1.44
#187098 by vito_swat: Fixed bug where DB tables were double-prefixed
while trying to delete rows from a table via the admin UI.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 15 02:03:46 2007 UTC (23 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.58: +2 -2 lines
Diff to previous 1.58
#187098 by vito_swat: Fixed bug where DB tables were double-prefixed
while trying to delete rows from a table via the admin UI.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 23 15:44:46 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.57: +2 -1 lines
Diff to previous 1.57
#184065: Fixed bug from #154227 where menu items for viewing and
describing individual tables were not properly created and various
error messages were thrown via menu.inc due to a missing line of code.
This line was dropped in the patch for HEAD, so no backport needed.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 22:58:01 2007 UTC (2 years, 1 month ago) by jeremy
Branch: MAIN
Changes since 1.56: +3 -2 lines
Diff to previous 1.56
Sync

Revision 1.44.2.14 - (view) (download) (as text) (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.44.2.13: +3 -2 lines
Diff to previous 1.44.2.13 , to branch point 1.44
 - dba.module
    o bug #177938: don't let 24-hour backup drift due to length of backup

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 20:05:04 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55
#154813 by apsivam: Added support for MySQLi.

Revision 1.44.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 20:04:53 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.12: +2 -2 lines
Diff to previous 1.44.2.12 , to branch point 1.44
#154813 by apsivam: Added support for MySQLi.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 17:07:16 2007 UTC (2 years, 1 month ago) by dww
Branch: MAIN
Changes since 1.54: +96 -78 lines
Diff to previous 1.54
#154227 by dww: Simplified dba_get_active_tables(). We now use arrays
for the list of active tables everywhere (no user-visible change, only
internal code organization to make it easier to maintain and fix bugs).

Revision 1.44.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 17:07:06 2007 UTC (2 years, 1 month ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.11: +99 -80 lines
Diff to previous 1.44.2.11 , to branch point 1.44
#154227 by dww: Simplified dba_get_active_tables(). We now use arrays
for the list of active tables everywhere (no user-visible change, only
internal code organization to make it easier to maintain and fix bugs).

Revision 1.44.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 24 03:41:22 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.10: +6 -2 lines
Diff to previous 1.44.2.10 , to branch point 1.44
#45768: Missing t() around 'Never' for one of the settings choices.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 24 03:41:12 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.53: +6 -2 lines
Diff to previous 1.53
#45768: Missing t() around 'Never' for one of the settings choices.

Revision 1.44.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 24 03:38:37 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.9: +6 -6 lines
Diff to previous 1.44.2.9 , to branch point 1.44
#154199: Arguments to format_plural() shouldn't be wrapped in t()

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 24 03:38:20 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.52: +6 -6 lines
Diff to previous 1.52
#154199: Arguments to format_plural() shouldn't be wrapped in t()

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 24 02:48:19 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.51: +3 -2 lines
Diff to previous 1.51
Fix phpdoc comment for dba_admin_tables_verify_op()

Revision 1.44.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 24 02:47:20 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.8: +23 -34 lines
Diff to previous 1.44.2.8 , to branch point 1.44
Code simplification: just register dba_admin_tables_verify_op()
directly as a menu callback, pass in the operation as a callback
argument, and remove some wrapper functions [backport from HEAD].

Revision 1.44.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 24 02:33:58 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.7: +14 -15 lines
Diff to previous 1.44.2.7 , to branch point 1.44
FAPI submit handlers should return a destination path instead of using
drupal_goto() [backport from HEAD].

Revision 1.44.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 24 02:30:25 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.6: +403 -269 lines
Diff to previous 1.44.2.6 , to branch point 1.44
#318: Code style fixes (backport from HEAD).

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 24 02:29:37 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.50: +80 -59 lines
Diff to previous 1.50
#318: More code style fixes and cleanup.  Undoing some of the damage
from #106576 by re-synchronizing a few things from DRUPAL-4-7 that we
wanted to keep that were lost by sun's monster patch.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 18:40:30 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.49: +466 -369 lines
Diff to previous 1.49
#106576 by dww, sun, and others: Initial port to 5.x. Sadly, this
patch includes a ton of code style changes that don't belong in here,
along with bug fixes that really should be backported.  So, and I'd
rather not do this, but it was too much of a pain to undo all of this.
Also, checking tables is still horribly broken, but the patches in the
queue for this issue are driving me nuts, so I'm committing this
as-is, and we can finish the job with other, smaller patches.

Revision 1.44.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 18:24:05 2007 UTC (2 years, 5 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.5: +15 -15 lines
Diff to previous 1.44.2.5 , to branch point 1.44
Fixing bogus indentation

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 18:21:54 2007 UTC (2 years, 5 months ago) by dww
Branch: MAIN
Changes since 1.48: +15 -15 lines
Diff to previous 1.48
Fixing bogus indentation

Revision 1.44.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 22 05:13:22 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44.2.4: +2 -3 lines
Diff to previous 1.44.2.4 , to branch point 1.44
#138224: undefined variables in dba_query_page() + dba_query_form()

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 22 05:13:18 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.47: +2 -3 lines
Diff to previous 1.47
#138224: undefined variables in dba_query_page() + dba_query_form()

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 22:22:10 2007 UTC (2 years, 7 months ago) by dww
Branch: MAIN
Changes since 1.46: +251 -166 lines
Diff to previous 1.46
#135549: DRUPAL-SA-2007-013: fixing multiple XSS and CSRF holes.

Revision 1.44.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 22:12:20 2007 UTC (2 years, 7 months ago) by dww
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-2
Changes since 1.44.2.3: +251 -166 lines
Diff to previous 1.44.2.3 , to branch point 1.44
#135549: DRUPAL-SA-2007-013: fixing multiple XSS and CSRF holes.

Revision 1.44.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 23:18:35 2007 UTC (2 years, 9 months ago) by jeremy
Branch: DRUPAL-4-7
Changes since 1.44.2.2: +4 -4 lines
Diff to previous 1.44.2.2 , to branch point 1.44
Use db_escape_string() instead of addslashes() to prevent SQL injection
attacks.  (Heh, not really, as this module provides direct access to
the database, but you know...)

Revision 1.44.2.2 - (view) (download) (as text) (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
Changes since 1.44.2.1: +15 -69 lines
Diff to previous 1.44.2.1 , to branch point 1.44
    o MySQL can be db_type of 'mysql' or 'mysql'
    o #48144: fix MySQL backups

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

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 07:22:57 2006 UTC (2 years, 11 months ago) by dww
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
#40661: fix to previous commit (see comment 14): mis-match between the
form_id and submit handler (introduced by the fix for the check-all JS).

Revision 1.44.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 07:20:08 2006 UTC (2 years, 11 months ago) by dww
Branch: DRUPAL-4-7
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
#40661: fix to previous commit (see comment 14): mis-match between the
form_id and submit handler (introduced by the fix for the check-all JS).

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 18:45:29 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.43: +92 -87 lines
Diff to previous 1.43
#40660: 4.7 port: restore 'edit row' functionality

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 18:42:09 2006 UTC (3 years ago) by dww
Branch: MAIN
Changes since 1.42: +299 -250 lines
Diff to previous 1.42
#40661: 4.7 port: restore checkboxes next to table names on database
overview.  this was a major redesign for 4.7.x FAPI compliance.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 18:36:08 2006 UTC (3 years ago) by dww
Branch: MAIN
Changes since 1.41: +26 -7 lines
Diff to previous 1.41
#98457: 4.7 port: display results from query page

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 19 18:34:07 2006 UTC (3 years ago) by dww
Branch: MAIN
Changes since 1.40: +90 -35 lines
Diff to previous 1.40
#68274: 4.7 port: properly implement all items on settings page
to accept updates (patch by me and greggles).

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 26 05:23:54 2006 UTC (3 years, 6 months ago) by dww
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
#41589: fixing typo from my "Skip tables in automatic database backup"
patch (see comment 5).

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

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

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

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 26 20:24:23 2006 UTC (3 years, 8 months ago) by robertDouglass
Branch: MAIN
Changes since 1.35: +5 -5 lines
Diff to previous 1.35
#43694: array2object => (array)

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 31 23:58:22 2005 UTC (4 years ago) by jeremy
Branch: MAIN
Changes since 1.34: +54 -87 lines
Diff to previous 1.34
Add missing ';' when optimizing tables.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 31 17:03:34 2005 UTC (4 years ago) by jeremy
Branch: MAIN
Changes since 1.33: +286 -182 lines
Diff to previous 1.33
    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.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 31 12:09:06 2005 UTC (4 years ago) by jeremy
Branch: MAIN
Changes since 1.32: +54 -35 lines
Diff to previous 1.32
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.21.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 28 22:30:29 2005 UTC (4 years ago) by jeremy
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6--1-0
Changes since 1.21.2.9: +12 -2 lines
Diff to previous 1.21.2.9 , to branch point 1.21 , to next main 1.62
 - dba.module
    o database backup was skipping empty tables.
    o bug #32534: fix gzip compression

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 28 22:29:57 2005 UTC (4 years ago) by jeremy
Branch: MAIN
Changes since 1.31: +12 -2 lines
Diff to previous 1.31
 - dba.module
    o database backup was skipping empty tables.
    o bug #32534: fix gzip compression

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

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

Revision 1.21.2.8 - (view) (download) (as text) (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.21.2.7: +118 -29 lines
Diff to previous 1.21.2.7 , to branch point 1.21
feature #29475, mail automatically generated database backups to the
site administrator

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

Revision 1.21.2.7 - (view) (download) (as text) (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.21.2.6: +32 -18 lines
Diff to previous 1.21.2.6 , to branch point 1.21
sync with head, support table prefixes

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

Revision 1.21.2.6 - (view) (download) (as text) (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.21.2.5: +92 -25 lines
Diff to previous 1.21.2.5 , to branch point 1.21
feature #22826, provide automatic (scheduled) database backups
----------------------------------------------------------------------

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

Revision 1.21.2.5 - (view) (download) (as text) (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.21.2.4: +10 -8 lines
Diff to previous 1.21.2.4 , to branch point 1.21
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.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 21 13:32:21 2005 UTC (4 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.26: +9 -7 lines
Diff to previous 1.26
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.2.4 - (view) (download) (as text) (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.21.2.3: +161 -31 lines
Diff to previous 1.21.2.3 , to branch point 1.21
Sync with CVS version.

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

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 21 12:44:06 2005 UTC (4 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.24: +153 -22 lines
Diff to previous 1.24
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.21.2.3 - (view) (download) (as text) (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.21.2.2: +65 -23 lines
Diff to previous 1.21.2.2 , to branch point 1.21
bug #28649, backup times out on large tables

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

Revision 1.21.2.2 - (view) (download) (as text) (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.21.2.1: +20 -6 lines
Diff to previous 1.21.2.1 , to branch point 1.21
 - 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.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 16 21:14:41 2005 UTC (4 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.22: +20 -6 lines
Diff to previous 1.22
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.21.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 24 08:39:52 2005 UTC (4 years, 8 months ago) by chx
Branch: DRUPAL-4-6
Changes since 1.21: +27 -27 lines
Diff to previous 1.21
#19365: Serious security whole in database module. Fixed.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 24 08:27:01 2005 UTC (4 years, 8 months ago) by chx
Branch: MAIN
Changes since 1.21: +27 -27 lines
Diff to previous 1.21
#19365: Serious security whole in database module. Fixed.

Revision 1.14.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 24 08:26:11 2005 UTC (4 years, 8 months ago) by chx
Branch: DRUPAL-4-5
Changes since 1.14.2.5: +27 -27 lines
Diff to previous 1.14.2.5 , to branch point 1.14 , to next main 1.62
#19365: Serious security whole in database module. Fixed.

Revision 1.21 - (view) (download) (as text) (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.20: +62 -58 lines
Diff to previous 1.20
 - 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.14.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 7 16:20:29 2004 UTC (4 years, 11 months ago) by goba
Branch: DRUPAL-4-5
Changes since 1.14.2.4: +2 -1 lines
Diff to previous 1.14.2.4 , to branch point 1.14
use only the values of the result row, when displaying SELECT results, so that special keys like 'data' will not interfer with the printing - plus adding ID comment (ported from HEAD)

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 7 16:19:50 2004 UTC (4 years, 11 months ago) by goba
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
use only the values of the result row, when displaying SELECT results, so that special keys like 'data' will not interfer with the printing - plus adding ID comment

Revision 1.14.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 27 23:37:39 2004 UTC (5 years, 1 month ago) by jeremy
Branch: DRUPAL-4-5
Changes since 1.14.2.3: +2 -2 lines
Diff to previous 1.14.2.3 , to branch point 1.14
fix bug #12207, only call dba_get_active_tables() when necessary

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

Revision 1.14.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 27 12:15:50 2004 UTC (5 years, 1 month ago) by jeremy
Branch: DRUPAL-4-5
Changes since 1.14.2.2: +7 -7 lines
Diff to previous 1.14.2.2 , to branch point 1.14
sync with cvs
(added missing {}'s to fully support database prefixing)

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

Revision 1.14.2.2 - (view) (download) (as text) (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.14.2.1: +4 -1 lines
Diff to previous 1.14.2.1 , to branch point 1.14
o feature request #11198 - filter based on db_prefix when listing tables

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

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 2 09:28:12 2004 UTC (5 years, 1 month ago) by jeremy
Branch: DRUPAL-4-4
Changes since 1.3.2.5: +1 -0 lines
Diff to previous 1.3.2.5 , to branch point 1.3 , to next main 1.62
added missing 'Backup' button

Revision 1.3.2.5 - (view) (download) (as text) (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.3.2.4: +73 -1 lines
Diff to previous 1.3.2.4 , to branch point 1.3
o feature request #10934 - added ability to backup data in database
  (backported from 4.5 version of module)

Revision 1.14.2.1 - (view) (download) (as text) (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.14: +78 -4 lines
Diff to previous 1.14
feature request #10934 - added ability to backup data in database

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

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 1 00:08:30 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.

Revision 1.14 - (view) (download) (as text) (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.13: +49 -47 lines
Diff to previous 1.13
fixed bug #10923 - updated to support menu caching

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 18 03:40:04 2004 UTC (5 years, 3 months ago) by jeremy
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
Fix tabs to display properly even when multiple databases are selected.

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

Revision 1.3.2.4 - (view) (download) (as text) (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.3.2.3: +180 -15 lines
Diff to previous 1.3.2.3 , to branch point 1.3
Performed regression test, verified MySQL functionality.  Merging
CVS code into 4.4 tree.
(adds ability to edit/delete individual rows)

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 25 17:25:45 2004 UTC (5 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.10: +162 -2 lines
Diff to previous 1.10
 - 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.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 25 14:23:36 2004 UTC (5 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.9: +18 -13 lines
Diff to previous 1.9
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.3.2.3 - (view) (download) (as text) (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.3.2.2: +21 -11 lines
Diff to previous 1.3.2.2 , to branch point 1.3
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.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 11 22:11:43 2004 UTC (5 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8
   o fixed bug #9210, fix dba_get_fields() to properly work with PostgreSQL

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 11 22:01:33 2004 UTC (5 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.7: +16 -8 lines
Diff to previous 1.7
   o add feature request #9209, support multiple sql statements in scripts.

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

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 9 12:56:29 2004 UTC (5 years, 4 months ago) by jeremy
Branch: MAIN
Changes since 1.5: +42 -10 lines
Diff to previous 1.5
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.3.2.2 - (view) (download) (as text) (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.3.2.1: +42 -10 lines
Diff to previous 1.3.2.1 , to branch point 1.3
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.3.2.1 - (view) (download) (as text) (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.3: +67 -30 lines
Diff to previous 1.3
syncronize with HEAD

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

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 15 14:24:01 2004 UTC (5 years, 5 months ago) by jeremy
Branch: MAIN
Changes since 1.3: +67 -29 lines
Diff to previous 1.3
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.3 - (view) (download) (as text) (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.2: +167 -68 lines
Diff to previous 1.2
 - random cleanup
 - added the ability to check, repair, empty, and drop more than one table
   at a time.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 12 23:37:02 2004 UTC (5 years, 5 months ago) by jeremy
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Remove debug test, allowing MySQL users to configure check/repair settings.

Revision 1.1 - (view) (download) (as text) (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