You are here

CHANGELOG.txt in Unique field 5

Same filename and directory in other branches
  1. 8.2 CHANGELOG.txt
  2. 8 CHANGELOG.txt
  3. 6 CHANGELOG.txt
  4. 7 CHANGELOG.txt
/**
 * Revision history for the Content Administration module
 */

version 2009-03-30
-- fixed support for sites not using clean URLs [thanks to GuyPaddock]
-- fixed bug causing error messages if no JavaScript or CSS is included

version 2009-03-09 (6.x-1.0-beta1)
-- testing white-space CSS modification [thanks to KNOFF]
-- restructured AJAX handler and added query building component
-- added paginated and sorted queries through an interactive table interface
-- added filters for content type, author, and full text search
-- removed administrative settings page
-- clarified delete node confirmation message

version 2009-02-06
-- improved interface design
-- reorganized JavaScript file

version 2008-11-06
-- added smart loading of embedded JavaScript/CSS files (each is only 
loaded once by AJAX client)

version 2008-11-05
-- added support for relaying CSS files included by forms

version 2008-10-29
-- added 'working' status message during operations
-- converted all data exchange to JSON
-- added support for relaying Drupal status/warning/error messages
-- added support for relaying JavaScript files included by forms
-- fixed initializing AHAH and other Drupal behaviors from embedded forms
-- reworked node delete process to use standard form-based method
-- removed jquery.form.js as it is included with Drupal
-- improved handling of response from save operation (triggers redirect)

version 2008-10-24
-- initial release on drupal.org

TO-DO
-- do not rewrite the entire table so that underway changes are not overwritten
-- show operation buttons/add content types based on user's permissions
-- add result index at the bottom of the page
-- improve translation possibilities
-- check cross-browser compatibility
-- consider using json-sans-eval or other methods for parsing JSON
-- better JavaScript compliance with jslint
-- retain state data in cookies to allow returning to the last-saved state
-- allow adding/removing fields as table columns

File

CHANGELOG.txt
View source
  1. /**
  2. * Revision history for the Content Administration module
  3. */
  4. version 2009-03-30
  5. -- fixed support for sites not using clean URLs [thanks to GuyPaddock]
  6. -- fixed bug causing error messages if no JavaScript or CSS is included
  7. version 2009-03-09 (6.x-1.0-beta1)
  8. -- testing white-space CSS modification [thanks to KNOFF]
  9. -- restructured AJAX handler and added query building component
  10. -- added paginated and sorted queries through an interactive table interface
  11. -- added filters for content type, author, and full text search
  12. -- removed administrative settings page
  13. -- clarified delete node confirmation message
  14. version 2009-02-06
  15. -- improved interface design
  16. -- reorganized JavaScript file
  17. version 2008-11-06
  18. -- added smart loading of embedded JavaScript/CSS files (each is only
  19. loaded once by AJAX client)
  20. version 2008-11-05
  21. -- added support for relaying CSS files included by forms
  22. version 2008-10-29
  23. -- added 'working' status message during operations
  24. -- converted all data exchange to JSON
  25. -- added support for relaying Drupal status/warning/error messages
  26. -- added support for relaying JavaScript files included by forms
  27. -- fixed initializing AHAH and other Drupal behaviors from embedded forms
  28. -- reworked node delete process to use standard form-based method
  29. -- removed jquery.form.js as it is included with Drupal
  30. -- improved handling of response from save operation (triggers redirect)
  31. version 2008-10-24
  32. -- initial release on drupal.org
  33. TO-DO
  34. -- do not rewrite the entire table so that underway changes are not overwritten
  35. -- show operation buttons/add content types based on user's permissions
  36. -- add result index at the bottom of the page
  37. -- improve translation possibilities
  38. -- check cross-browser compatibility
  39. -- consider using json-sans-eval or other methods for parsing JSON
  40. -- better JavaScript compliance with jslint
  41. -- retain state data in cookies to allow returning to the last-saved state
  42. -- allow adding/removing fields as table columns