notes-0.3.0.txt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. iEat Release Notes
  2. @VERSION@ @BUILD_DATE@
  3. Changes since last release:
  4. - Fixed problem with "Back" links to recipe/user index not returning to
  5. proper index.
  6. - Fixed bug where error/message box appeared even when no erorrs
  7. or messages to display.
  8. - Implemented recipe search.
  9. - Now delete recipes from search index when delete the recipe from the
  10. database.
  11. - Now set lastLoginDate property when users log in.
  12. - Removed EXSLT templates and now rely on JAXP parser supporting EXSLT
  13. functions (iEat uses EXLST for date formatting)
  14. - Display user last login and creation dates on user administration
  15. screen.
  16. - Fix configuration error where UserBiz was not using transaction
  17. interceptor.
  18. - Implemented JAXB view implementation (xweb) and converted all XSLT
  19. templates to use resulting new DOM structure.
  20. - Updated to Spring 1.1.4 release.
  21. - Implemented cancel processing for form actions in consistent way.
  22. - Added custom NamespacePrefixMapper implementation to make debugging
  23. DOM dumps easier to read.
  24. - Added work-around for meal recipe processing after recipe used in
  25. meal has been deleted.
  26. - Switched view configuration from view.properties to view.xml to get
  27. around apparent bug in Spring map key name processing in property
  28. files.