CHANGELOG 1.1 KB

123456789101112131415161718192021222324252627282930
  1. == 1.2.1 ==================================================
  2. 4 new languages :
  3. - Chinese (by Tsing)
  4. - German (by Hans and Frederik)
  5. - Italian (by Federico)
  6. - Spanish (by Gromka)
  7. - Translation of help files (by Tehu)
  8. - New default theme (by Maurice.)
  9. - New $PLUGIN_HEAD variable in which a plugin can specify
  10. optional HTML headers.
  11. - Indexes in MySQL tables.
  12. - Improved MySQL plugin with backup and restore (by Pep.)
  13. - Javascript event which alert when leaving an unsaved entry.
  14. - Drag and drop sorting on categories and links.
  15. - Javascript fixes.
  16. - New wiki2xhtml with macro support.
  17. - Added help files in all languages but Chinese.
  18. - New dcCustomTitle() template function which display
  19. $dc_custom_title global variable (useful for plugins.)
  20. - Added a template function to display an admin link if user
  21. is logged in.
  22. - Fixed bug #15 about $_GET (yeah!)
  23. - Added "short feeds" option.
  24. - Fixes in Atom and RSS feeds.
  25. - New global variable $dc_args which returns URL arguments.
  26. - Moved sessions to a database table.
  27. - Added feature to prevent comment spam.
  28. - Removed SQL cache.