You are here

CHANGELOG.txt in Demonstration site (Sandbox / Snapshot) 6

Same filename and directory in other branches
  1. 5 CHANGELOG.txt
  2. 7 CHANGELOG.txt
Demo x.x-x.x, xxxx-xx-xx
------------------------


Demo 6.x-1.x, xxxx-xx-xx
------------------------
#733724 by sivaji, sun: Fixed dump path setting accepts invalid path.
#312215 by sethfisher, sun: Fixed foreign key checks prevent dropping of tables.
#520082 by eMPee584: Fixed autocomplete errors with Devel.
#765186 by sun: Fixed collation not dumped for tables.
#835952 by marcushenningsen: Fixed Demo Reset block region/status incompatible
  with other themes.


Demo 6.x-1.4, 2010-02-19
------------------------
#715174 by sun: Fixed Demo Reset block not working.
#702428 by swentel: Fixed undefined constant REQUEST_TIME error.


Demo 6.x-1.3, 2010-01-17
------------------------
by sun: Fixed file permissions of new .info and .sql files.
#637458 by smk-ka: Fixed broken dumps when not using PDO driver.
#633050 by sun: Fixed false error message about missing engine support.
#294879 by sun: Splitted module into API and demo_reset module.
#375507 by sun: Added hook_uninstall().
by sun: Fixed table engine, charset, and comment not contained in snapshot.
#505800 by smk-ka: Fixed SQL VIEWS are causing faulty dump.
#535754 by smk-ka, sun: Added API functions/hooks to perform dumps and resets.
by sun: Fixed length of form button captions on snapshot management form.
#370402 by sun: Added option to download snapshot files.
#496620 by evoltech: Fixed paths in README.txt.
by smk-ka: Added admin_menu cache table to exclude list.
#489666 by stella: Added hook invocation after successful reset.
by sun: Fixed coding-style.
#424524 by John Money, sun: Fixed site not reset on all cron runs.
#256714 by sun: Fixed site name sub-folder no longer appended.
#256714 by smk-ka, sun: Removed site name sub-folder from dump directory path.
#393186 by sun: Fixed fatal error: Only variables can be passed by reference.
#372113 by sun: Fixed not all cache tables are skipped.


Demo 6.x-1.2, 2009-02-06
------------------------
by smk-ka: Made watchdog messages translatable (fixed a potx warning).
#369711 by smk-ka: Added confirmation before deleting a snapshot.
#369642 by smk-ka: Added checkbox to define new snapshot as default.
#329182 by sun: Moved menu items below admin/build.
#299841 by sun: Fixed wrong function arguments for watchdog().
#286781 by alex_b: Added function return value for demo_reset().
#272820 by sun: Increased maxlength for snapshot file names.
#269561 by smk-ka: Performance: Disable indices to speed up import.
#272526 by smk-ka: Added file size to snapshot list.
#268056 by sun: Fixed incomplete snapshots due to max_execution_time reached.
#265801 by smk-ka: Added exclusion of data in cache tables for snapshots.
#312215 by rondp: Added foreign key support.
#294879 by smk-ka: Moved admin functions into include file.


Demo 6.x-1.1, 2008-04-29
------------------------
#226135 by smk-ka: Added MySQLi support. Setting SQL_MODE for new dumps to
  avoid generating auto values when encountering a zero value for a serial
  field.
by smk-ka: Fixed generation of table list for multiple database prefixes.


Demo 6.x-1.0, 2008-02-14
------------------------
#221386 by sun: Ported Demo Site to Drupal 6.


Demo 5.x-1.3, 2008-02-24
------------------------
by smk-ka: Export excluded tables' structure (using IF NOT EXISTS) to facilitate
  the creation of a new site from an exsiting demo dump.


Demo 5.x-1.2, 2007-11-15
------------------------
#191179 by sun: Fixed no information displayed after saving settings.
Fixed the new version check for legacy dumps.
Fixed wrong revision tagged with 5.x-1.1.


Demo 5.x-1.1, 2007-11-11
------------------------
Added translation template and German translation.
#175498 by smk-ka: Added version number to dumps to distinguish new-style from
  legacy dumps that included the watchdog table.
Added sort snapshots by date.
#163309 by dman: Demo directory is not created on first run config.
#132753 by smk-ka: Removed dependency on dba module.
Excluding watchdog table from dump/restore. Watchdog will stay intact even after
  restore.
Added snapshot name autocomplete feature.
Added usage of previous snapshot description if identical filename already
  exists.
Added removal of core modules and sorting of modules in module list.
Fixed malformed serialized strings after reset
  (see http://drupal.org/node/106576).
Added 'Reset now' block.
#132470 by sun: Added support for multiple snapshots.
Added multisite support.
#132455 by sun: Fixed New tables are not deleted at reset.
Fixed default dump path for not configured sites (now files/demo).
Fixed status dates in settings on a fresh installation.
Fixed storage of last reset time in status of module settings.


Demo 5.x-1.0, 2007-03-28
------------------------
Initial commit of Demo module.


File

CHANGELOG.txt
View source
  1. Demo x.x-x.x, xxxx-xx-xx
  2. ------------------------
  3. Demo 6.x-1.x, xxxx-xx-xx
  4. ------------------------
  5. #733724 by sivaji, sun: Fixed dump path setting accepts invalid path.
  6. #312215 by sethfisher, sun: Fixed foreign key checks prevent dropping of tables.
  7. #520082 by eMPee584: Fixed autocomplete errors with Devel.
  8. #765186 by sun: Fixed collation not dumped for tables.
  9. #835952 by marcushenningsen: Fixed Demo Reset block region/status incompatible
  10. with other themes.
  11. Demo 6.x-1.4, 2010-02-19
  12. ------------------------
  13. #715174 by sun: Fixed Demo Reset block not working.
  14. #702428 by swentel: Fixed undefined constant REQUEST_TIME error.
  15. Demo 6.x-1.3, 2010-01-17
  16. ------------------------
  17. by sun: Fixed file permissions of new .info and .sql files.
  18. #637458 by smk-ka: Fixed broken dumps when not using PDO driver.
  19. #633050 by sun: Fixed false error message about missing engine support.
  20. #294879 by sun: Splitted module into API and demo_reset module.
  21. #375507 by sun: Added hook_uninstall().
  22. by sun: Fixed table engine, charset, and comment not contained in snapshot.
  23. #505800 by smk-ka: Fixed SQL VIEWS are causing faulty dump.
  24. #535754 by smk-ka, sun: Added API functions/hooks to perform dumps and resets.
  25. by sun: Fixed length of form button captions on snapshot management form.
  26. #370402 by sun: Added option to download snapshot files.
  27. #496620 by evoltech: Fixed paths in README.txt.
  28. by smk-ka: Added admin_menu cache table to exclude list.
  29. #489666 by stella: Added hook invocation after successful reset.
  30. by sun: Fixed coding-style.
  31. #424524 by John Money, sun: Fixed site not reset on all cron runs.
  32. #256714 by sun: Fixed site name sub-folder no longer appended.
  33. #256714 by smk-ka, sun: Removed site name sub-folder from dump directory path.
  34. #393186 by sun: Fixed fatal error: Only variables can be passed by reference.
  35. #372113 by sun: Fixed not all cache tables are skipped.
  36. Demo 6.x-1.2, 2009-02-06
  37. ------------------------
  38. by smk-ka: Made watchdog messages translatable (fixed a potx warning).
  39. #369711 by smk-ka: Added confirmation before deleting a snapshot.
  40. #369642 by smk-ka: Added checkbox to define new snapshot as default.
  41. #329182 by sun: Moved menu items below admin/build.
  42. #299841 by sun: Fixed wrong function arguments for watchdog().
  43. #286781 by alex_b: Added function return value for demo_reset().
  44. #272820 by sun: Increased maxlength for snapshot file names.
  45. #269561 by smk-ka: Performance: Disable indices to speed up import.
  46. #272526 by smk-ka: Added file size to snapshot list.
  47. #268056 by sun: Fixed incomplete snapshots due to max_execution_time reached.
  48. #265801 by smk-ka: Added exclusion of data in cache tables for snapshots.
  49. #312215 by rondp: Added foreign key support.
  50. #294879 by smk-ka: Moved admin functions into include file.
  51. Demo 6.x-1.1, 2008-04-29
  52. ------------------------
  53. #226135 by smk-ka: Added MySQLi support. Setting SQL_MODE for new dumps to
  54. avoid generating auto values when encountering a zero value for a serial
  55. field.
  56. by smk-ka: Fixed generation of table list for multiple database prefixes.
  57. Demo 6.x-1.0, 2008-02-14
  58. ------------------------
  59. #221386 by sun: Ported Demo Site to Drupal 6.
  60. Demo 5.x-1.3, 2008-02-24
  61. ------------------------
  62. by smk-ka: Export excluded tables' structure (using IF NOT EXISTS) to facilitate
  63. the creation of a new site from an exsiting demo dump.
  64. Demo 5.x-1.2, 2007-11-15
  65. ------------------------
  66. #191179 by sun: Fixed no information displayed after saving settings.
  67. Fixed the new version check for legacy dumps.
  68. Fixed wrong revision tagged with 5.x-1.1.
  69. Demo 5.x-1.1, 2007-11-11
  70. ------------------------
  71. Added translation template and German translation.
  72. #175498 by smk-ka: Added version number to dumps to distinguish new-style from
  73. legacy dumps that included the watchdog table.
  74. Added sort snapshots by date.
  75. #163309 by dman: Demo directory is not created on first run config.
  76. #132753 by smk-ka: Removed dependency on dba module.
  77. Excluding watchdog table from dump/restore. Watchdog will stay intact even after
  78. restore.
  79. Added snapshot name autocomplete feature.
  80. Added usage of previous snapshot description if identical filename already
  81. exists.
  82. Added removal of core modules and sorting of modules in module list.
  83. Fixed malformed serialized strings after reset
  84. (see http://drupal.org/node/106576).
  85. Added 'Reset now' block.
  86. #132470 by sun: Added support for multiple snapshots.
  87. Added multisite support.
  88. #132455 by sun: Fixed New tables are not deleted at reset.
  89. Fixed default dump path for not configured sites (now files/demo).
  90. Fixed status dates in settings on a fresh installation.
  91. Fixed storage of last reset time in status of module settings.
  92. Demo 5.x-1.0, 2007-03-28
  93. ------------------------
  94. Initial commit of Demo module.