- fix: op=saveSettings broken

This commit is contained in:
JT Smith 2006-06-10 02:39:46 +00:00
parent edaa6c463a
commit 47e6e65dd1
6 changed files with 390 additions and 239 deletions

View file

@ -18,6 +18,7 @@
- fix: No Help link icon in Matrix edit page
- fix: Problems with In/Out Board (labeling only)
- fix: Adding HTTP Proxy
- fix: op=saveSettings broken
- fix: EMS Discount Pass Not Applied
- fix: Commerce checkout confirmation very confusing

View file

@ -7,6 +7,17 @@ upgrading from one version to the next, or even between multiple
versions. Be sure to heed the warnings contained herein as they will
save you many hours of grief.
6.99.4
--------------------------------------------------------------------
* A bug was just discovered in the WebGUI::Auth API in that it was
missing the editUserSettingsFormSave() method. If you have
built your own auth module, then you need to add this method
or your auth settings will not save. See WebGUI::Auth::WebGUI
for an example of how to do this. If you are not using custom
auth, then don't worry about this.
6.99.0
--------------------------------------------------------------------