Changelog XOOPS
.: Versione 2.0.14 > 2.0.18.1 :.
============================
2008/02/16: Version 2.0.18.1
============================
- Fixed #1854203 : XoopsTree::getNicePathFromId Add separator only if necessary (dugris)
- Fixed #1854392 : Add missing index.html files (edomch/dugris)
- Fixed bug #1847253 : Display the website url in profil (dugris)
- Fixed bug #1867242 : HTML was sanitized improperly (phppp/mcdonald3072)
- Fixed bugs in theme zetagenesis css files (kris_fr/phppp/mowaffak)
- Fixed bug #1867843: can't login to banner page (phppp/mowaffak)
- Fixed bug #1880146: javascript variables are declared without "var" (phppp/cpks)
- Fixed bug #1881197: Function does not always return a value (phppp/cpks)
- Fixed bug #1881236: URL Redirection phishing (phppp/dsec.ru)
- Fixed bug #1881236: local file inclusion (phppp/dsec.ru)
- Fixed bug #1890044: redirect page is not well handled upon failure of avatar upload (phppp)
- Improved: cosmetic update for administration (dugris)
- Improved: use xoops_error to display the error, in upload avatar (dugris)
- Improved: Show the error message for uploads ranks (dugris)
- Improved: Xoops Installer, xhtml/css compliance (julionc)
- Improved: Turned enableRegenerateId off in XOOPS session to avoid problems with IEs (phppp)
- Improved: formulating smiley display (phppp/skinnali/mowaffak)
- Improved: fixed assigned by reference warnings (phppp/marco/blackrx)
============================
2006/11/12: Version 2.0.18
============================
- Fixed bug #1829581 : Comments template error (kris/phelim)
- Fixed bug #1656457 : SMTP recipient address error should be non-fatal (dave_l/phelim)
- Fixed bug #1824377 : _MA_USER_SENDMAIL not defined (Garrath/dugris)
- Fixed bug #1540480 : $modversion constant language truncated (zoullou/dugris/phppp)
- Fixed bug #1779344 : City renamed (young-pee)
- Fixed bug #1333337 : Grp memberships lost when usr w. no Group perm edits usr act (jegelstaff/dugris)
- Fixed bug #1821846 : mistake on RpcDateTimeHandle (Garrath/dugris)
- Fixed bug #1808484 : Check modules permissions before displaying "Recent comments blocks" (herve/dugris)
- Fixed bug #1779352 : Hardcoded language, Secure and improve code, Removal style/css (young-pee/dugris)
- Fixed bug #1774929 : cannot herit methods from kernel's class (Garrath/dugris)
- Fixed bug #1415777 : xml feed is not working when debug mode is activated (DuGris/phppp)
- Fixed bug #1784816 : XoopsTree::getNicePathFromId Add separator only if necessary (dugris)
- Fixed: Do not display the comment form if the option module "Allow anonymous post in comments?" is disabled (dugris)
- Fixed: array was misinterpreted as string in upgrade scripts (phppp)
- Fixed bug #1851732: language constants were missing (phppp/marco)
- Improved: themes, Cascading, xhtml/css compliance; keep default theme as close to current default theme as possible (kris_fr/DuGris/phppp)
- Improved: Corrected a line hardcoded (young-pee)
- Improved: Making sure params used in queries are properly sanitized with intval() when they are integer (herve/malanciault)
- Improved: In XoopsUser::getUnameFromId, if usereal, then making sure the real name is not just an empty space (herve/malanciault)
- Improved: Check if $_SERVER[$key] AND $_ENV[$key] exists before turning over the value (xoops_getenv) (dugris)
- Improved: XoopsSecurity, personalize the variable of session and the variable of form (dugris/phppp)
- Improved: html and css in installer (dugris)
- Improved: xoops form text sanitizer related to bug report #1841194 (phppp/omer_singer)
- Improved: Updated docs related to system requirements (phppp/marco)
- Improved: smiley renderer in module.textsanitizer.php (phppp/sarahmx)
- Improved: restoring stripslashes handling in file mediaName for uploader class (phppp/herve)
- Updated: added theme "zetagenesis" by Kris as a step towards XOOPS 3.0 theme engine (phppp/Kris)
- Updated favicon.ico
- Removed themes of "phpkaox" and "x2t"
============================
2006/11/12: Version 2.0.16
============================
- Fixed bug #1538291 : Mailer Return-Path header is not set correctly (skalpa/alienhand)
- Fixed bug #1548771 : Criteria doesn't handle IS NULL correctly (skalpa/garrath)
- Fixed bug #1589652 : XoopsTopic::getNiceTopicPathFromId not working (skalpa/dugris)
- Fixed bug #1559119 : Activation key appended to the login form URL (skalpa/bandit-x)
- Fixed bug #1551559 : PHP 5.0.x fatal error in userinfo.php (skalpa/rowd)
- Fixed bug #1570396 : Checkbox doesnt work in the user notifications page (skalpa/bandit-x)
- Fixed bug #1565746 : Installer does not accept mysql passwords with $ in them (skalpa/Ann O. Neemous)
- Fixed bug #1546415 : XoopsForm::getElements broken with insertBreak() (skalpa/dugris)
- Fixed bug #1549803 : XoopsObject errors are not translated (skalpa/giba+wcrwcr)
- Fixed bug #1529039 : Add auth.php english language file. Forgotten in the 2.0.14 (pemen)
- Fixed bug #1525206 : ldap provisioning problems - timezone_offset (pemen)
- Fixed bug #1554972 : Auth provisionning maintain (option) after user creation (pemen)
- Fixed bug #1591544: XOOPS session is not destroyed properly when custom session is enabled (phppp/xuser)
- Fixed a bug that causes reset of block options over module update (phppp)
+ Added fields mapping between Xoops User Database and Auth Server atttribute. The user
can choose wich field to synchronize. (pemen)
============================
2006/08/24: Version 2.0.15
============================
+ Added XoopsObject::getValues() to get several values in an array (skalpa)
+ Added backtrace support to the error handler and killed the useless blank page (skalpa)
+ Added a new XoopsFormColorPicker element (Patch #1535023: skalpa/zoullou)
+ Added support for 'hidden' and 'color' config values in the preferences admin (skalpa/zoullou)
+ Added multiple redirect handling after login (phppp)
+ Gave XoopsForm elements the possibility to render custom validation code (patch #1545445, skalpa+zoullou)
+ Added global WYSIWYG extensions support [experimental, see release notes] (skalpa)
- Fixed sanitation in edituser.php (skalpa/Omid)
- Removed more references related notices (skalpa/chappy+herko)
- Fixed external rewriting support (skalpa)
- Fixed bug #1517865: Sanitizer changes parameters values (skalpa)
- Fixed bug #1513533: mysql extension availability isn't checked (skalpa/dave_l)
- Fixed bug #1520277: Error reporting is enabled in the installer (skalpa/)
- Fixed bug #1542899: HTML banner display error on admin side (skalpa/zoullou)
- Fixed bug #1537937: Banner client change doesn't work (skalpa/topet05)
- Fixed bug #1534594: Maintenance is mispelled as maintainance (skalpa/Ann O. Neemous)
- Fixed bug #1517269: Bad login redirection when XOOPS is inside a subfolder (skalpa/Ann O. Neemous)
============================
2006/06/26: Version 2.0.14
============================
- Added md5 checksumming script to allow the verification of system files upload (skalpa)
- Re-implemented ignore list to Xoops directory list (ignore list from patch #1488216) (phppp/epaulin)
- Rebuilt the upgrade script to make it extensible for future releases (skalpa)
- Updated the upgrade script appearance (skalpa/snowinmyhands+leostotch)
- Enabled manual launch of the Smarty console using ?SMARTY_DEBUG in all debug modes (skalpa)
- Fixed theme dereferencing problem with old PHP versions (skalpa)
- Fix against the potential loss of homepage blocks with some misconfigured servers (skalpa)
- Fixed support for additional canvas templates in the theme class (skalpa)
- Re-implemented the "criteria can't retrieve empty values" bug for BC purposes :-( (skalpa/gabybob)
- Fixed Smarty debug mode that was segfaulting the webserver on 2.0.14-RC1 (skalpa)
- Fixed xoAppUrl wrongly compiling URI when using the "current page" (.) parameter (skalpa)
- Fixed bug #1510193: xoInboxCount assign does not work when using PHP4 (rowd)
- Fixed bug #1496546: 2.0.14rc1 UTF-8 compatibility problems (skalpa/irmtfan)
- Fixed bug #1494064: Troubleshooting blank page link is invalid (skalpa/alexdusty)
- Fixed bug #1500892: System module version has not been updated (skalpa/herkocoomans)
- Fixed bug #1496252: Invalid default footer date on fresh installs (skalpa/davidledbury)
- Fixed bug #1498685: Some page metas are duplicated (skalpa/zoullou)
- Fixed bug #1507645: Logger tabs do not work when using popup mode (skalpa/rowd)
- Fixed bug #1500616: New logger incompatible with old PHP versions (skalpa)
- Fixed bug #1496691: Bottom Blocks Group Permission Problem (skalpa/snowinmyhands)
- Fixed bug #1496697: Some configurations cannot access authentication options (skalpa/chappy)
- Fixed bug #1495178: Sanitizer treats internal links as external ones (skalpa/dugris)
- Fixed bug #1503700: The auth error message is display only in debug mode.
The authentication method is now assigned to the to class variable for Xoops Authentication Method (pemen/rowd)
- Fixed bug #1494883: Admin module icons not visible after deleting user (rowd/zoullou)
============================
2006/05/26: Version 2.0.14-RC1
============================
- Fixed bug #1476719: GroupPermForm client validation problem (skalpa)
- Fixed bug #1456176: PHP 5 installation problems (skalpa)
- Fixed debug mode support from the administration interface (skalpa)
- Fixed the "update templates from file" feature (skalpa)
- Fixed bug #1477969: wrong version for module (phppp)
- Fixed bug for template path (phppp/wenmingpig)
- Fixed bug for redirect after login (phppp)
- Several XHTML compliance fixes (skalpa)
- Several MySQL 4.1/5 strict mode fixes (phppp+skalpa)
- Enhanced columns criterias check (skalpa/report by gijoe)
- Applied the protector module comouflaged image check to the uploader (skalpa/code by gijoe)
- Added new authentication system. Support for XOOPS Database, standard LDAP Directory, Microsoft Active Directory (pemen)
- New upgrade installer (pemen)
- Enhanced MySQL 4.1+ foreign encodings support (skalpa)
- Added avatar check to prevent unexpected avatar deletion (phppp)
- Added multiple file extensions sanitizing and image type check for uploader (phppp)
- Added ".svn" to preserved directory name; Removed unnecessary preg_match for directory/file name check (phppp+epaulin)
- Added xoops_redirect support to the closed site feature [patch #1206162/king] (skalpa)
- Added xoops_redirect support to history.go() (phppp)
- Added the possibility to display blocks below content (skalpa, original patch from McNaz)
- Backported the theme class from the 2.2/2.3 branches (skalpa)
- Added templates overloading capability to themes (skalpa)
- Added files resources overloading capability to themes (skalpa)
- Backported the URL generation Smarty plug-ins xoAppUrl and xoImgUrl from the 2.3 branch (skalpa)
- Backported the quick foreach and quick include Smarty plug-ins from the 2.3 branch (skalpa)
- Added the xoInboxCount Smarty plug-in (skalpa)
- Added text sanitizing to multiple files for $xoopsConfig['sitename'] and $xoopsConfig['slogan'] (phppp)
- Added localization for "Re" in comment (phppp)
- Re-ordered user menu items to something more logical [patch #1264900/rabideau] (skalpa)
- Gave modules the possibility to return a message for diplay during the oninstall function [patch #1352943/bruno2000] (skalpa)
- Merged/optimized the logger and error handling classes (skalpa)
- Merged the PHP Debug and MySQL debug modes (skalpa)
- Changed private message list to new-first order (phppp)
- Updated 3rd party libraries: Smarty 2.6.13, PHPMailer 1.73 (skalpa)
Changes for translators:
- Added 3 new constants to the system/admin/blocksadmin (_AM_CBBOTTOM, _AM_CBBOTTOMLEFT, _AM_CBBOTTOMRIGHT)
- Several constants changed in system/admin/preferences (_MD_AM_DEBUGMODE1,_MD_AM_DEBUGMODE2,_MD_AM_THEMEFILE,_MD_AM_THEMEFILEDSC)
- Added one constant to language/english/comment.php (_CM_RE)
----------------------------------------------
Ultimo aggiornamento: 2/4/08

Oggi: 0
Ieri: 4
Totali: 5607
Ospiti : 18
Membri : 0
Totali: 18







