2
Guess it would help if I read the changelog, LOL
============================
2006/11/04: Version 2.2.5RC2
============================
- Added filter to avatar upload/edit: /modules/profile/edituser.php (phppp/skalpa)
- Added image type check and multi-extension sanitization to class uploader: /class/uploader.php (phppp)
- Added language localization for comment: /include/comment_new.php, comment_reply.php (phppp)
- Cleaning function XoopsLocal: /include/functions.php (phppp)
- Implented patch #1441671: redirect after group permission admin (phppp/bruno2000)
- Added SMARTY plugin includeq, foreachq from XOOPS 2.015 for compat: /class/smarty/plugins/ (phppp)
- Copied xoops.js from XOOPS 2.015 for compat: /include/xoops.js (phppp)
- Fixed bug #1476222: trigger_error('...',E_USER_ERROR) may not halt execution (phppp/dave_l/domifara)
- Fixed bug #1522795: Post not counting properly (phppp/Monique)
- Fixed bug #1412870: Profile module search - page navigator (phppp/dave_l)
- Fixed bug #1412858: Blocks won't display on admin index page for https (phppp/dave_l)
- Fixed bug #1425498: XoopsProfileField::insert doesn't use $force (phppp/dave_l)
- Fixed bug #1440060: option errors in xoops_version.php (phppp/dejadingo)
- Fixed bug #1460973: comment preview produces garbage (phppp/fatboy666)
- Fixed bug #1532532: wysiwyg is not active on pages with start>0 (phppp)
- Fixed bug #1408756: Blank Line in Module Admin Header Fix (phppp/freastro)
- Fixed bug #1570895: Some block templates not deleted when uninstalling a module (rowd/tollers)
- Fixed bug #1573207: Fatal error when listing templates of uninstalled modules (rowd/tollers)
- Fixed bug for admin permission in editting user: /modules/profile/admin/user.php (phppp)
- Fix for PHP 5 compliance for date format: /language/english/global.php (phppp)
- Fixed bug for deleting user PM: /modules/pm/class/privmessage.php (phppp)
- Minor fixes: multiple files (phppp)
- Fixed bug: system block template deleted when uninstalling modules (rowd)
Language changes:
-/language/english/global.php:
-- [define("_YESTERDAY", "\Ye\s\\te\\r\d\a\y G:i:s");] => [define("_YESTERDAY", "\Y\e\s\\t\e\\r\d\a\y G:i:s")];
-- [define("_TODAY", "\To\d\a\y G:i:s");] => [define("_TODAY", "\T\o\d\a\y G:i:s");]
- /language/english/comment.php:
-- Added [define('_CM_RE','Re');]