various bug fixes

This commit is contained in:
JT Smith 2004-07-10 17:14:41 +00:00
parent 577554b904
commit bd7ccaf29d
21 changed files with 68 additions and 30 deletions

View file

@ -5,6 +5,16 @@
- Fixed a possible counting problem when looking for an infinite loop in
groups of groups.
- Fixed a bug in the LDAP module that required the RDN to be a URL.
- bugfix [962196] addHTTP problem.
- bugfix [962224] WebGUI::Operation::Statistics
- bugfix [966470] WebGUI::User. Session not properly killed when deleting user.
- bugfix [966466] WebGUI::Session. System crash when user language missing.
- bugfix [ 981059 ] WebGUI vs perl 5.8.4
- bugfix [ 975609 ] The form field for phone and email do not support maxlength
(Thanks to Junying Du).
- bugfix [ 938266 ] Fix: 5.5.4 Synopsis ignores hideFromNav (Thanks to
Nicklous Roberts.)
- bugfix [ 961056 ] pages erroneously owned by visitor
5.5.6

View file

@ -68,6 +68,13 @@
database replication.
- Templated the EditableToggle, a, and AdminToggle macros. Thanks to Colin
Kuskie.
- bugfix [ 933881 ] Forms not compliant (solution). Thanks to Nicklous
Roberts.
- bugfix [ 934410 ] non-compliant HTML (solution). Thanks to Nicklous
Roberts.
- bugfix [ 963316 ] Field without title in Content Settings
6.0.3
- Fixed a recursive style change bug.