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