XOOPS: XOOPS 2.2.3 Released

Posted by: MithrandirOn 2005/8/26 10:48:55 44150 reads

============================
2005/08/26: Version 2.2.3
============================
- Fixed bug #1262813 - Add User, some fields are reset when error occur (Mithrandir/marook)
- Fixed bug #1262479 - email parsing in module.textsanitizer.php (Mithrandir)
- Fixed bug #1260694 - Mail User: X_UNAME is now Displayname, not Username (Mithrandir/marook)
- Fixed bug #1250347 - search in profiles doesnt work properly (Mithrandir/irmtfan)
- Fixed bug #1248077 - Activation link not fully operational. New constant XOOPS_ABS_URL added (Mithrandir)
- Fixed bug #1247398 - Error in modules/profile/search.php (Mithrandir/edomch)
- Fixed bug #1253289 - Can't make blocks invisible (Mithrandir/barrycooper)
- Fixed bug with XoopsFormSelectUser having a different signature from XOOPS 2.0.x (Mithrandir)
- Fixed bug in MySQLDatabase::quoteString() where empty values would not get enclosed in single quotes (Mithrandir)
- Fixed bug in system/admin/banners/main.php where it was impossible to edit banner clients (Mithrandir/Peekay)
- Fixed bug in system/admin/modulesadmin/modulesadmin.php where configuration categories were not removed on module uninstallation (Mithrandir)
- Fixed bug in system/admin/modulesadmin/modulesadmin.php where block templates could remain in the database after module uninstall (Mithrandir)
- Fixed bug in kernel/module.php where config unused options would not be removed if a config has no options any more (phppp)
- Fixed bug in kernel/object.php where whereclause is wrongly generated for multiple keyname (phppp)
- Fixed bug/typo in include/functions.php function xoops_array_diff_assoc() (phppp)

- Added update procedure to System module update, where blocks and templates without corresponding modules will be removed (Mithrandir)
- Modified kernel/module.php regexp for page detection in getCurrentPage() (phppp)
- Added password length check in modules/profile/register.php (phppp/Aries)

- Added patch #1245922 - Little bug in banner manager (Mithrandir/zoullou)
- Added patch #1249427 - userinfo.php template improvement (Mithrandir/zoullou)
- Modified error message rendering in modules/profile/register.php (phppp)