| 1 |
October 15, 2007:
|
| 2 |
- dba.module
|
| 3 |
o bug #177938: don't let 24-hour backup drift due to length of backup
|
| 4 |
|
| 5 |
January 19, 2007:
|
| 6 |
- dba.module
|
| 7 |
o MySQL can be db_type of 'mysql' or 'mysql'
|
| 8 |
o #48144: fix MySQL backups
|
| 9 |
|
| 10 |
November 19, 2006:
|
| 11 |
- dba.module (Finished conversion to 4.7.x, by dww)
|
| 12 |
o #40661: restore checkboxes next to table names on database overview
|
| 13 |
o #40660: restore 'edit row' functionality
|
| 14 |
o #68274: properly implement all items on settings page to accept updates
|
| 15 |
o #98457: display results from query page
|
| 16 |
|
| 17 |
April 17, 2006:
|
| 18 |
- dba.module
|
| 19 |
o fix bug #59073: remove tablesort_pager(), no longer used in 4.7
|
| 20 |
o add t() around 'Never' to allow translation
|
| 21 |
|
| 22 |
March 17, 2006:
|
| 23 |
- dba.module
|
| 24 |
o fix bug #49651: restore 'run script' functionality
|
| 25 |
o feature #41589: support exclude list for tables to not backup data
|
| 26 |
|
| 27 |
October 31, 2005:
|
| 28 |
- dba.module
|
| 29 |
o initial port to HEAD, begin update effort to get module working with the
|
| 30 |
forms API. Known to not fully work yet (see Forms API TODO above)
|
| 31 |
o simplified the overview page, now just shows the table name and the
|
| 32 |
number of rows in the table. Clicking the table name allows you to view
|
| 33 |
it, then from there you can use tabs to 'describe', 'check', 'backup'
|
| 34 |
'empty' and 'drop'.
|
| 35 |
o removed 'dba_admin' function, updated module to take more advantage of
|
| 36 |
the _menu() hook, logically separating functions.
|
| 37 |
o added a new 'optimize' tab for optimizing MySQL tables
|
| 38 |
|
| 39 |
October 27, 2005:
|
| 40 |
- dba.module
|
| 41 |
o database backup was skipping empty tables.
|
| 42 |
o bug #32534: fix gzip compression
|
| 43 |
|
| 44 |
September 27, 2005:
|
| 45 |
- dba.module
|
| 46 |
o bug #31162, email database backup to user #1's email address
|
| 47 |
|
| 48 |
August 24, 2005:
|
| 49 |
- dba.module
|
| 50 |
o bug #19486, #26222, #22774, support prefixed tables
|
| 51 |
(fix based heavily on Moshe Weitzman's patch provided in issue #19486)
|
| 52 |
o feature #29475, mail automatically generated database backups to the
|
| 53 |
site administrator
|
| 54 |
|
| 55 |
August 21, 2005:
|
| 56 |
- dba.module
|
| 57 |
o bug #14807, use array when function expects array. (PHP 5 support)
|
| 58 |
o bug #12762, don't remove {}'s from database queries (unable to edit user
|
| 59 |
fields)
|
| 60 |
o bug #19214, characters not escaped, double quotes cause errors
|
| 61 |
o feature #22826, provide automatic (scheduled) database backups
|
| 62 |
|
| 63 |
August 20, 2005:
|
| 64 |
- dba.module
|
| 65 |
o bug #28649, backup no longer times out on large tables
|
| 66 |
o feature, database backup now includes table schema
|
| 67 |
o rename 'run script' to query
|
| 68 |
o initial support for running script from remote client (ie, restore backup)
|
| 69 |
|
| 70 |
July 16, 2005:
|
| 71 |
- dba.module
|
| 72 |
o feature #19807, added javascript to select all/clear all
|
| 73 |
(patch by Varr Willis)
|
| 74 |
o removed 'check all' menu subtab, no longer necessary
|
| 75 |
|
| 76 |
March 21, 2005:
|
| 77 |
- dba.module
|
| 78 |
o updated for Drupal 4.6
|
| 79 |
o converted to using new theme('verify') to verify actions
|
| 80 |
o when backing up one database table, filename defaults to name of table
|
| 81 |
|
| 82 |
October 27, 2004:
|
| 83 |
- dba.module
|
| 84 |
o fix bug #12195, patch from Uwe Hermann
|
| 85 |
o fix bug #12207, only call dba_get_active_tables() when necessary
|
| 86 |
|
| 87 |
October 2, 2004:
|
| 88 |
- dba.module
|
| 89 |
o feature request #11198 - filter based on db_prefix when listing tables
|
| 90 |
|
| 91 |
October 1, 2004:
|
| 92 |
- dba.module
|
| 93 |
o feature request #10934 - added ability to backup data in database
|
| 94 |
|
| 95 |
September 27, 2004
|
| 96 |
- dba.module:
|
| 97 |
o fixed bug #10923 - updated to support menu caching
|
| 98 |
|
| 99 |
August 17, 2004
|
| 100 |
- dba.module: updated to work with Drupal 4.5
|
| 101 |
o update help links
|
| 102 |
o replace _link with _menu, adding tabs/subtabs
|
| 103 |
|
| 104 |
July 25, 2004
|
| 105 |
- dba.module
|
| 106 |
o add proper PostgreSQL support
|
| 107 |
o added ability to edit or delete specific row for most tables
|
| 108 |
- option only available if the table has a Primary Key
|
| 109 |
- this functionality currently only works with MySQL
|
| 110 |
- README.pgsql
|
| 111 |
o details how to install PostgreSQL support
|
| 112 |
- scripts/dba.pgsql-7.3
|
| 113 |
o drupal_system_catalog for PostgreSQL 7.3
|
| 114 |
- scripts/dba.pgsql-7.4
|
| 115 |
o drupal_system_catalog for PostgreSQL 7.4 and later
|
| 116 |
|
| 117 |
July 11, 2004
|
| 118 |
- dba.module
|
| 119 |
o fixed bug #9208, properly drop table(s).
|
| 120 |
o add feature request #9209, support multiple sql statements in scripts.
|
| 121 |
o fixed bug #9210, fix dba_get_fields() to properly work with PostgreSQL
|
| 122 |
(thanks to "aam" for all the above fixes)
|
| 123 |
|
| 124 |
July 9, 2004
|
| 125 |
- dba.module
|
| 126 |
o added some support for PostGreSQL (patches by "aam")
|
| 127 |
(reported to work: overview, describe)
|
| 128 |
(reported to not work: view, drop)
|
| 129 |
|
| 130 |
June 16, 2004
|
| 131 |
- dba.module
|
| 132 |
o fixed localization issues, reported in bug #8555.
|
| 133 |
|
| 134 |
June 15, 2004 (Jeremy Andrews)
|
| 135 |
- dba.module
|
| 136 |
o further cleanup (removed no-longer used option)
|
| 137 |
o added ability to describe table
|
| 138 |
o prevent errors if trying to manually view/describe multiple tables
|
| 139 |
|
| 140 |
June 14, 2004 (Jeremy Andrews)
|
| 141 |
- dba.module
|
| 142 |
o random cleanup
|
| 143 |
o added the ability to check, repair, empty and drop more than one table at
|
| 144 |
a time.
|
| 145 |
|
| 146 |
June 12, 2004 (Jeremy Andrews)
|
| 147 |
- dba.module, README, CHANGELOG
|
| 148 |
o initial release for Drupal 4.4
|