CHANGELOG.txt 5.0 KB

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