document tonights bug fix work

This commit is contained in:
Colin Kuskie 2005-04-08 06:07:06 +00:00
parent f6ffdeb148
commit 17d5da3df9

View file

@ -5,6 +5,8 @@
the rest of WebGUI
- fix [ 1173101 ] Template in ^LoginToggle();
- Added a page to the help docs which tells you what Assets are enabled for this site.
- Added a page to the help docs which tells you what Macros are enabled for this site and how
to call them.
- Added a new Error Handling / Logging mechanism.
- Whitespace in URLs will now be replaced with hyphens (-) instead of
underscores (_) because there is some evidence that hyphens get better
@ -12,6 +14,9 @@
- Turned off autocomplete on user manager.
- Switched session ID generator to use WebGUI::Id::generate() the same as
everything else.
- Fixed several bugs during the conversion of Help and International files to
namespaces.
- Fixed bugs in correctly setting default values in forms with anonymous arrays.
6.5.5