Log of /contributions/modules/dba/CHANGELOG
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.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.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.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.