| 1 |
// $Id: CHANGELOG.txt,v 1.35 2009/07/29 14:07:33 sun Exp $
|
| 2 |
|
| 3 |
Demo x.x-x.x, xxxx-xx-xx
|
| 4 |
------------------------
|
| 5 |
|
| 6 |
|
| 7 |
Demo 7.x-1.x, xxxx-xx-xx
|
| 8 |
------------------------
|
| 9 |
by sun: Updated for new File API, Database API, Form API, and removed registry.
|
| 10 |
#345866 by sun: Updated for removed $op in hook_block().
|
| 11 |
#521474 by sun: Updated for admin/build renamed to admin/structure.
|
| 12 |
by sun: Fixed length of form button captions on snapshot management form.
|
| 13 |
#370402 by sun: Added option to download snapshot files.
|
| 14 |
#361301 by cwgordon7: Updated/Fixed reset functionality.
|
| 15 |
#496620 by evoltech: Fixed paths in README.txt.
|
| 16 |
by smk-ka: Added admin_menu cache table to exclude list.
|
| 17 |
#489666 by stella: Added hook invocation after successful reset.
|
| 18 |
by sun: Fixed PHP notices for non-existing key $meta->native_type.
|
| 19 |
by sun: Updated for drupal_add_js().
|
| 20 |
by sun: Fixed coding-style.
|
| 21 |
#256714 by sun: Fixed site name sub-folder no longer appended.
|
| 22 |
#256714 by smk-ka, sun: Removed site name sub-folder from dump directory path.
|
| 23 |
#393186 by sun: Fixed fatal error: Only variables can be passed by reference.
|
| 24 |
#361301 by sun: Ported to 7.x.
|
| 25 |
#372113 by sun: Fixed not all cache tables are skipped.
|
| 26 |
by smk-ka: Made watchdog messages translatable (fixed a potx warning).
|
| 27 |
#369711 by smk-ka: Added confirmation before deleting a snapshot.
|
| 28 |
#369642 by smk-ka: Added checkbox to define new snapshot as default.
|
| 29 |
#329182 by sun: Moved menu items below admin/build.
|
| 30 |
#299841 by sun: Fixed wrong function arguments for watchdog().
|
| 31 |
#286781 by alex_b: Added function return value for demo_reset().
|
| 32 |
#272820 by sun: Increased maxlength for snapshot file names.
|
| 33 |
#269561 by smk-ka: Performance: Disable indices to speed up import.
|
| 34 |
#272526 by smk-ka: Added file size to snapshot list.
|
| 35 |
#268056 by sun: Fixed incomplete snapshots due to max_execution_time reached.
|
| 36 |
#265801 by smk-ka: Added exclusion of data in cache tables for snapshots.
|
| 37 |
#312215 by rondp: Added foreign key support.
|
| 38 |
#294879 by smk-ka: Moved admin functions into include file.
|
| 39 |
|
| 40 |
|
| 41 |
Demo 6.x-1.1, 2008-04-29
|
| 42 |
------------------------
|
| 43 |
#226135 by smk-ka: Added MySQLi support. Setting SQL_MODE for new dumps to
|
| 44 |
avoid generating auto values when encountering a zero value for a serial
|
| 45 |
field.
|
| 46 |
by smk-ka: Fixed generation of table list for multiple database prefixes.
|
| 47 |
|
| 48 |
|
| 49 |
Demo 6.x-1.0, 2008-02-14
|
| 50 |
------------------------
|
| 51 |
#221386 by sun: Ported Demo Site to Drupal 6.
|
| 52 |
|
| 53 |
|
| 54 |
Demo 5.x-1.3, 2008-02-24
|
| 55 |
------------------------
|
| 56 |
by smk-ka: Export excluded tables' structure (using IF NOT EXISTS) to facilitate
|
| 57 |
the creation of a new site from an exsiting demo dump.
|
| 58 |
|
| 59 |
|
| 60 |
Demo 5.x-1.2, 2007-11-15
|
| 61 |
------------------------
|
| 62 |
#191179 by sun: Fixed no information displayed after saving settings.
|
| 63 |
Fixed the new version check for legacy dumps.
|
| 64 |
Fixed wrong revision tagged with 5.x-1.1.
|
| 65 |
|
| 66 |
|
| 67 |
Demo 5.x-1.1, 2007-11-11
|
| 68 |
------------------------
|
| 69 |
Added translation template and German translation.
|
| 70 |
#175498 by smk-ka: Added version number to dumps to distinguish new-style from
|
| 71 |
legacy dumps that included the watchdog table.
|
| 72 |
Added sort snapshots by date.
|
| 73 |
#163309 by dman: Demo directory is not created on first run config.
|
| 74 |
#132753 by smk-ka: Removed dependency on dba module.
|
| 75 |
Excluding watchdog table from dump/restore. Watchdog will stay intact even after
|
| 76 |
restore.
|
| 77 |
Added snapshot name autocomplete feature.
|
| 78 |
Added usage of previous snapshot description if identical filename already
|
| 79 |
exists.
|
| 80 |
Added removal of core modules and sorting of modules in module list.
|
| 81 |
Fixed malformed serialized strings after reset
|
| 82 |
(see http://drupal.org/node/106576).
|
| 83 |
Added 'Reset now' block.
|
| 84 |
#132470 by sun: Added support for multiple snapshots.
|
| 85 |
Added multisite support.
|
| 86 |
#132455 by sun: Fixed New tables are not deleted at reset.
|
| 87 |
Fixed default dump path for not configured sites (now files/demo).
|
| 88 |
Fixed status dates in settings on a fresh installation.
|
| 89 |
Fixed storage of last reset time in status of module settings.
|
| 90 |
|
| 91 |
|
| 92 |
Demo 5.x-1.0, 2007-03-28
|
| 93 |
------------------------
|
| 94 |
Initial commit of Demo module.
|
| 95 |
|
| 96 |
|