[ Index ]
 

Code source de XOOPS 2.0.17.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/docs/ -> changelog.txt (source)

   1  
   2  XOOPS Changelog
   3  
   4  ============================
   5  2007/10/01: Version 2.0.17.1
   6  ============================
   7  - Fixed bug #1783807: login failure in some browsers caused by session_regenerate_id (phppp/web-M/mrphilong/incama)
   8  - Fixed bug #1792982: user list is not populated when user count is less than a limit (phppp/dugris/alainternet01)
   9  - Fixed bug #1800795 by reverting revision #898: host value type error in SMTP method (phppp)
  10  - Fixed bug #1805158: existing cache/index.html causes warning message when trying to recreate it (phppp/dave_l/script_fu)
  11  - Added denied mimetype check to uploader class as well as restored returning false upon checkmimetype failure (phppp)
  12  - Replacing extras/resource.db.php with the file provided by Gijoe (malanciault)
  13  - Changed The XOOPS Project homepage link to XOOPS project homepage at SourceForge (XOOPS Core Dev Team)
  14  
  15  ============================
  16  2007/08/24: Version 2.0.17
  17  ============================
  18  - Fixed deprecated js captureEvents method and style property errors (phppp/skenow)
  19  - Fixed xhtml/css compliance errors (phppp/skenow/kris_fr/studioC/malanciault)
  20  - Fixed bug #1656854 - Missing quotes and Id in XoopsObjectTree->makeSelBox (hthouzard/dugris)
  21  - Fixed bug #1716980 - Sitename with contraction is truncated in mail users form (rowd/dugris)
  22  - Fixed bug #1763214 - Color Module Preference field issue (zoullou/dugris)
  23  - Fixed bug #1707436 - gzip compression not working correctly (rowd/young-pee/dugris/phppp)
  24  - Fix : writing templates with prefix (template_set-theme_set) during modules installation and update (dugris)
  25  - Fixed bug #1767284 view template code in template admin (dugris/Kris_fr)
  26  - Fixed bug #1744332 fixing how we loop into the blocks array defined module xoops_version.php (malanciault/dave_l/dugris)
  27  - Fixed bug #1767457 combined {X_SITEURL} and [URL] in custom blocks is not correctly compiled (phppp/domecc)
  28  - Fixed bug #1767018 the popup menu is not correctly rewritten when the default language has been changed in General Settings - complete rewriting of the function : xoops_module_get_admin_menu (dugris/phppp)
  29  - Fix: save the real version of system module during install (dugris)
  30  - Fixed bug #1746179 BBCode Interpretation Incorrect for Images with ID and Alt (dugris/mboyden)
  31  - Fixed bug #1751011 Add compatibility with plugin smarty for xoops for redirect page and close site page, Add smarties variables for redirect page and close site page, Add Meta for closed site (dugris/phppp)
  32  - Fixed permission assignment problem in module installation and block management, which only granted permissions to groups of the user who installs the module; now module/block access permissions will be assigned to the three basic groups (admin, member, anonymous) by default (phppp/dugris/alainternet01)
  33  - Fixed a problem in authfactory: configuration for authentication method was not checked properly (phppp)
  34  - Fixed a bug in page redirect after user login with no access permission, which caused infinite loop (phppp)
  35  - Fix bug #1734811: popen command execution in phpmailer::sendmail (phppp/larholm/judas_iscariote/m0nty_)
  36  - Fixed wrong value for "disposition-type" in Content-Disposition header field of downloader class: inline => attachment (ref: http://www.ietf.org/rfc/rfc2183.txt) (phppp)
  37  - Fixed bug #1745032: Group Assignement problem when creating new user from admin (phppp/malanciault/dugris/felix)
  38  - Fixed bug #1745057 and improved group selection for large count of user accounts (phppp/malanciault)
  39  - Fixed bug in XoopsMultiMailer for setting $xoopsMailerConfig['smtphost'] which is a string instead of array (phppp/domecc)
  40  - Fixed bug #1748019 : LDAP auth problem with Euro sign (pemen)
  41  - Fixed bug #1764107 : Authentication problems with AD on Windows 2003. Added LDAP_OPT_REFERRALS option (pemen)
  42  - Fixed bug #1610461 : edituser problem removing the url from the profile 2.0.16 (rowd/malanciault)
  43  - Fixed bug #1610461 : unable to remove 'always attach my signature' once selected (rowd/malanciault)
  44  - Fixed bug #1610461 : 4 x PHP 'undefined variable' notices; two for fields which are no longer used, two for checkbox fields (rowd/malanciault)
  45  - Fixed bug #1626243 : when the site was closed and the Smarty Debug activated, the debug popup was displayed to anonymous users (rowd/malanciault)
  46  - Fixed bug #1015557 : problem of undoHtmlSpecialChars when converting   (phpp/malanciault)
  47  - Fixed bug #1689884 : Confusing Rank Code In EditUser Form In Admin Section (rowd/malanciault)
  48  - Fixed syntax error in banner management (phppp/gibaphp)
  49  - Fixed bug in XOOPS form checking if an element is required (phppp)
  50  - Fixed bug in XOOPS form that an element added to a container as required is not counted by form (phppp)
  51  
  52  + Update smarty class (version 2.6.18) (dugris)
  53  + Update snoopy class (version 1.2.3) (dugris)
  54  
  55  + Improved system preference management: use register_shutdown_function to guarantee cached file cleaning up (phppp)
  56  + Improved: add delimiter for XoopsFormRadio and XoopsFormCheckBox (dugris)
  57  + Improved: add folder css for themes (dugris)
  58  + Improved cache ID generation: protecting group or language sensitive contents (phppp)
  59  + Improved XOOPS plugin for SMARTY: skip fetching tpl resource from DB for "default" template set (phppp)
  60  + Improved: cosmetic update for error message display in register (phppp)
  61  + Improved uploader class: localization of error messages (phppp)
  62  + Improved user selection to handle large amount of user accounts (phppp/ncnynl/huzhenghui)
  63  + Improved localization of navigation in system admin (phppp)
  64  + Improved session handling: added IP check and session_regenerate_id for each request (phppp/intron)
  65  + Implemented feature request #1745040 (temporarily) by enabling group selection (phppp/malanciault)
  66  + Implemented: leave form renderValidationJS method to each element for better control of validation code (phppp/dugris)
  67  
  68  + Added email as required and disclaimer if is required in registerform (phppp/dugris)
  69  + Added mark for required elements in XOOPS themeform (phppp)
  70  + Added block bid to block data assigned to templates (similar as in XOOPS 2.2*) as workaround for manipulating specific blocks. (phppp)
  71  + Added extra garbage collector for cases that gc function registered in session handler is not executed as expected (phppp/skalpa)
  72  + Added form element type check to form renderer which causes fatal error if an element is a string (phppp)
  73  + Added "required" flag to form elements that are required but not marked properly (phppp)
  74  + Added "name" parameter to form label element to allow positioning when template is used (phppp/ncnynl)
  75  + Added "overflow" property for XoopsCode in /themes/default/style.css (phppp)
  76  + Added TLS support for LDAP authentication with new config option #1697107 (pemen)
  77  + Add new constant in config Database for TLS (pemen)
  78  + Added upd-2.0.16-to-2.0.17 program (pemen)
  79  + Added _NOT_NOTHINGTODELETE constant that was missing (malanciault)
  80  
  81  - Removed "list-style" parameter from li class in /themes/default/style.css which makes trouble to ol'ed li (phppp/huzhenghui)
  82  - Modified installation procedure and add TLS (pemen)
  83  - Code cleaning up for upgrade scripts, removed unused folders and files (phppp)
  84  
  85  + Added language files:
  86   /language/english/findusers.php (phppp)
  87   /language/english/uploader.php (phppp)
  88  
  89  - Modified language files:
  90   /modules/system/language/english/admin/findusers.php (malanciault)
  91   /modules/system/language/english/admin.php (phppp)
  92   /modules/system/language/english/admin/users.php (phppp)
  93   /modules/system/language/english/admin/preferences.php (pemen)
  94   /languages/english/auth.php (pemen)
  95   /languages/english/notification.php (malanciault)
  96  
  97  
  98  ============================
  99  2006/11/12: Version 2.0.16
 100  ============================
 101  - Fixed bug #1538291 : Mailer Return-Path header is not set correctly (skalpa/alienhand)
 102  - Fixed bug #1548771 : Criteria doesn't handle IS NULL correctly (skalpa/garrath)
 103  - Fixed bug #1589652 : XoopsTopic::getNiceTopicPathFromId not working (skalpa/dugris)
 104  - Fixed bug #1559119 : Activation key appended to the login form URL (skalpa/bandit-x)
 105  - Fixed bug #1551559 : PHP 5.0.x fatal error in userinfo.php (skalpa/rowd)
 106  - Fixed bug #1570396 : Checkbox doesnt work in the user notifications page (skalpa/bandit-x)
 107  - Fixed bug #1565746 : Installer does not accept mysql passwords with $ in them (skalpa/Ann O. Neemous)
 108  - Fixed bug #1546415 : XoopsForm::getElements broken with insertBreak() (skalpa/dugris)
 109  - Fixed bug #1549803 : XoopsObject errors are not translated (skalpa/giba+wcrwcr)
 110  - Fixed bug #1529039 : Add auth.php english language file. Forgotten in the 2.0.14 (pemen)
 111  - Fixed bug #1525206 : ldap provisioning problems - timezone_offset (pemen)
 112  - Fixed bug #1554972 : Auth provisionning maintain (option) after user creation (pemen)
 113  - Fixed bug #1591544: XOOPS session is not destroyed properly when custom session is enabled (phppp/xuser)
 114  - Fixed a bug that causes reset of block options over module update (phppp)
 115  + Added fields mapping between Xoops User Database and Auth Server atttribute. The user
 116  can choose wich field to synchronize. (pemen)
 117  
 118  
 119  ============================
 120  2006/08/24: Version 2.0.15
 121  ============================
 122  
 123  + Added XoopsObject::getValues() to get several values in an array (skalpa)
 124  + Added backtrace support to the error handler and killed the useless blank page (skalpa)
 125  + Added a new XoopsFormColorPicker element (Patch #1535023: skalpa/zoullou)
 126  + Added support for 'hidden' and 'color' config values in the preferences admin (skalpa/zoullou)
 127  + Added multiple redirect handling after login (phppp)
 128  + Gave XoopsForm elements the possibility to render custom validation code (patch #1545445, skalpa+zoullou)
 129  + Added global WYSIWYG extensions support [experimental, see release notes] (skalpa)
 130  
 131  - Fixed sanitation in edituser.php (skalpa/Omid)
 132  - Removed more references related notices (skalpa/chappy+herko)
 133  - Fixed external rewriting support (skalpa)
 134  - Fixed bug #1517865: Sanitizer changes parameters values (skalpa)
 135  - Fixed bug #1513533: mysql extension availability isn't checked (skalpa/dave_l)
 136  - Fixed bug #1520277: Error reporting is enabled in the installer (skalpa/)
 137  - Fixed bug #1542899: HTML banner display error on admin side (skalpa/zoullou)
 138  - Fixed bug #1537937: Banner client change doesn't work (skalpa/topet05)
 139  - Fixed bug #1534594: Maintenance is mispelled as maintainance (skalpa/Ann O. Neemous)
 140  - Fixed bug #1517269: Bad login redirection when XOOPS is inside a subfolder (skalpa/Ann O. Neemous)
 141  
 142  ============================
 143  2006/06/26: Version 2.0.14
 144  ============================
 145  
 146  - Added md5 checksumming script to allow the verification of system files upload (skalpa)
 147  - Re-implemented ignore list to Xoops directory list (ignore list from patch #1488216) (phppp/epaulin)
 148  - Rebuilt the upgrade script to make it extensible for future releases (skalpa)
 149  - Updated the upgrade script appearance (skalpa/snowinmyhands+leostotch)
 150  - Enabled manual launch of the Smarty console using ?SMARTY_DEBUG in all debug modes (skalpa)
 151  
 152  - Fixed theme dereferencing problem with old PHP versions (skalpa)
 153  - Fix against the potential loss of homepage blocks with some misconfigured servers (skalpa)
 154  - Fixed support for additional canvas templates in the theme class (skalpa)
 155  - Re-implemented the "criteria can't retrieve empty values" bug for BC purposes :-( (skalpa/gabybob)
 156  - Fixed Smarty debug mode that was segfaulting the webserver on 2.0.14-RC1 (skalpa)
 157  - Fixed xoAppUrl wrongly compiling URI when using the "current page" (.) parameter (skalpa)
 158  
 159  - Fixed bug #1510193: xoInboxCount assign does not work when using PHP4 (rowd)
 160  - Fixed bug #1496546: 2.0.14rc1 UTF-8 compatibility problems (skalpa/irmtfan)
 161  - Fixed bug #1494064: Troubleshooting blank page link is invalid (skalpa/alexdusty)
 162  - Fixed bug #1500892: System module version has not been updated (skalpa/herkocoomans)
 163  - Fixed bug #1496252: Invalid default footer date on fresh installs (skalpa/davidledbury)
 164  - Fixed bug #1498685: Some page metas are duplicated (skalpa/zoullou)
 165  - Fixed bug #1507645: Logger tabs do not work when using popup mode (skalpa/rowd)
 166  - Fixed bug #1500616: New logger incompatible with old PHP versions (skalpa)
 167  - Fixed bug #1496691: Bottom Blocks Group Permission Problem (skalpa/snowinmyhands)
 168  - Fixed bug #1496697: Some configurations cannot access authentication options (skalpa/chappy)
 169  - Fixed bug #1495178: Sanitizer treats internal links as external ones (skalpa/dugris)
 170  - Fixed bug #1503700: The auth error message is display only in debug mode.
 171    The authentication method is now assigned to the to class variable for Xoops Authentication Method (pemen/rowd)
 172  - Fixed bug #1494883: Admin module icons not visible after deleting user (rowd/zoullou)
 173  
 174  ============================
 175  2006/05/26: Version 2.0.14-RC1
 176  ============================
 177  
 178  - Fixed bug #1476719: GroupPermForm client validation problem (skalpa)
 179  - Fixed bug #1456176: PHP 5 installation problems (skalpa)
 180  - Fixed debug mode support from the administration interface (skalpa)
 181  - Fixed the "update templates from file" feature (skalpa)
 182  - Fixed bug #1477969: wrong version for module (phppp)
 183  - Fixed bug for template path (phppp/wenmingpig)
 184  - Fixed bug for redirect after login (phppp)
 185  - Several XHTML compliance fixes (skalpa)
 186  - Several MySQL 4.1/5 strict mode fixes (phppp+skalpa)
 187  - Enhanced columns criterias check (skalpa/report by gijoe)
 188  - Applied the protector module comouflaged image check to the uploader (skalpa/code by gijoe)
 189  
 190  - Added new authentication system. Support for XOOPS Database, standard LDAP Directory, Microsoft Active Directory (pemen)
 191  - New upgrade installer (pemen)
 192  - Enhanced MySQL 4.1+ foreign encodings support (skalpa)
 193  - Added avatar check to prevent unexpected avatar deletion (phppp)
 194  - Added multiple file extensions sanitizing and image type check for uploader (phppp)
 195  - Added ".svn" to preserved directory name; Removed unnecessary preg_match for directory/file name check (phppp+epaulin)
 196  - Added xoops_redirect support to the closed site feature [patch #1206162/king] (skalpa)
 197  - Added xoops_redirect support to history.go() (phppp)
 198  - Added the possibility to display blocks below content (skalpa, original patch from McNaz)
 199  - Backported the theme class from the 2.2/2.3 branches (skalpa)
 200  - Added templates overloading capability to themes (skalpa)
 201  - Added files resources overloading capability to themes (skalpa)
 202  - Backported the URL generation Smarty plug-ins xoAppUrl and xoImgUrl from the 2.3 branch (skalpa)
 203  - Backported the quick foreach and quick include Smarty plug-ins from the 2.3 branch (skalpa)
 204  - Added the xoInboxCount Smarty plug-in (skalpa)
 205  - Added text sanitizing to multiple files for $xoopsConfig['sitename'] and $xoopsConfig['slogan'] (phppp)
 206  - Added localization for "Re" in comment (phppp)
 207  
 208  - Re-ordered user menu items to something more logical [patch #1264900/rabideau] (skalpa)
 209  - Gave modules the possibility to return a message for diplay during the oninstall function [patch #1352943/bruno2000] (skalpa)
 210  - Merged/optimized the logger and error handling classes (skalpa)
 211  - Merged the PHP Debug and MySQL debug modes (skalpa)
 212  - Changed private message list to new-first order (phppp)
 213  - Updated 3rd party libraries: Smarty 2.6.13, PHPMailer 1.73 (skalpa)
 214  
 215  Changes for translators:
 216  - Added 3 new constants to the system/admin/blocksadmin (_AM_CBBOTTOM, _AM_CBBOTTOMLEFT, _AM_CBBOTTOMRIGHT)
 217  - Several constants changed in system/admin/preferences (_MD_AM_DEBUGMODE1,_MD_AM_DEBUGMODE2,_MD_AM_THEMEFILE,_MD_AM_THEMEFILEDSC)
 218  - Added one constant to language/english/comment.php (_CM_RE)
 219  
 220  ============================
 221  2005/10/28: Version 2.0.13.2
 222  ============================
 223  - SECURITY: Fix to prevent mail headers injection (Skalpa/XOOPS Cube)
 224  - SECURITY: Fix to prevent endless loop in PHPMailer (Skalpa/Minahito)
 225  - SECURITY: Fix to prevent XSS in the textsanitizer (Skalpa/XOOPS Cube)
 226  - SECURITY: Fix to prevent XSS in newbb and the comments system (Skalpa/Keigo Yamazaki of Little eArth Corporation Co., Ltd.)
 227  - SECURITY: Vaporfix to prevent uploading of invalid images (Skalpa/XOOPS Cube)
 228  
 229  ============================
 230  2005/08/15: Version 2.0.13.1
 231  ============================
 232  - Fixed server path disclosure issues on systems with error_reporting enabled (Mithrandir/ajaxbr,Dave_l)
 233  
 234  ============================
 235  2005/07/02: Version 2.0.13
 236  ============================
 237  - Fixed security hole in XML-RPC for both magic_quotes_gpc on and off (Mithrandir/James@Gulftech, Onokazu)
 238  - Fixed sanitation in Criteria class for both magic_quotes_gcp on and off (Mithrandir/Onokazu)
 239  - Fixed sanitation bug in include/checklogin.php (Mithrandir)
 240  
 241  ============================
 242  2005/06/29: Version 2.0.12a
 243  ============================
 244  - Fixed bug in comments, where editing a comment would post a new one
 245  - Removed PHP parsing in Saxparser's handleProcessingInstruction() method (Thanks to GIJOE)
 246  - Fixed parse error in modules/newbb/post.php
 247  
 248  ============================
 249  2005/06/28: Version 2.0.12
 250  ============================
 251  - Fixed sanitation bug in include/comment_form.php and include/comment_post.php (Mithrandir/James@Gulftech)
 252  - Fixed sanitation bug in class/xml/rpc/xmlrpcapi.php and class/criteria.php (Mithrandir/James@Gulftech/XOOPS JP)
 253  - Changed admin.php to fetch news from xoops.org via Snoopy (Mithrandir/XOOPS JP)
 254  - Fixed possible XSS hole in redirect_header (Mithrandir/XOOPS JP)
 255  - Security fixes in pda.php and misc.php (Mithrandir/XOOPS JP)
 256  - Fixed typos in kernel/object.php (Mithrandir/brandycoke)
 257  
 258  ============================
 259  2005/06/24: Version 2.0.11
 260  ============================
 261  - Fixed bug where lostpass.php would not accept emails and send new password (Ackbarr)
 262  - Fixed bug where search result links would be wrong if the item was in another module than the searched one (Ackbarr)
 263  - Fixed bug in groups admin where it was impossible to add users to a group if the site had 200+ users (Ackbarr)
 264  - Fixed bug with uploading smilies (Ackbarr)
 265  
 266  ============================
 267  2005/04/23: Version 2.0.10
 268  ============================
 269  - Fixed typo in newbb/post.php
 270  
 271  ============================
 272  2005/04/03: Version 2.0.10 RC
 273  ============================
 274  - Implemented new token system for validating form origination and increased protection against CSRF (Mithrandir/Onokazu)
 275  - Security fix to avoid the usage of fopen and unlink when previewing (Onokazu)
 276  - Fixed bug - Missing </a> in news/templates/blocks/news_block_bigstory.html (Mithrandir/blacKurd)
 277  - Fixed bug in header.php ?assign $xoops_lblocks (Mithrandir/phppp)
 278  - Fixed bug #1087786 Can"t assign to $this in PHP5 (Mithrandir)
 279  - Included 2.0.9.3 fixes in 2.0.10 patch for easy upgrade from 2.0.9.2 (Mithrandir/rowd)
 280  - Fixed bug #1157029 - Bug in include/checklogin.php (Onokazu/sudhaker)
 281  - Fixed bug #1060061 - renderValidationJS showing htmlentities instead of intended characters (Onokazu/theCat)
 282  
 283  2005/03/20: Version 2.0.9.3
 284  ===============================
 285  - Security fix to prevent uploading of executable files (pokleyzz, GIJOE and the JP XOOPS community)
 286  
 287  2004/12/30: Version 2.0.9.2
 288  ===============================
 289  - Security fix to prevent session hijacking (thanks goes to GIJOE and the JP XOOPS community)
 290  - Fixed duplicated blocks bug on module update
 291  - phpmailer back to the version included in 2.0.7.3, as it is more stable (onokazu)
 292  
 293  
 294  2004/12/25: Version 2.0.9
 295  ===============================
 296  - Security fix in the newbb module for PHP version < 4.3.10 (GIJOE & onokazu)
 297  - Security fix in the newbb module to prevent XSS attacks (minahito)
 298  - Fixed various problems related to XoopsUser::isAdmin() and $xoops_isadmin patch in 2.0.7.1 (bugs #1014203/#1014403) (onokazu)
 299  - Fixed incorrect parameters being passed to CriteriaCompo in modulesadmin.php (onokazu)
 300  - Fixed incorrect parameters being passed to XoopsXmlRpcStruct::add() in BloggerApi::getUserInfo() (onokazu)
 301  - Fixed Bug #1023022 - XoopsFormDhtmlTextArea and array_push() error (Mithrandir)
 302  - Fixed Bug #1013989 - Inbox title shoud be plural "Private Messages" (Mithrandir)
 303  - Fixed Bug #1004998 - readpmsg.php typo:</th> html tag of subject is nothing (Mithrandir)
 304  - Fixed Bug #1035707 - Enable array type options in blocks (Mithrandir)
 305  - Fixed a typo in include/comment_form.php, patch #1041993 (Dave_l)
 306  - Fixed Bug #1044957 - xoopsmultimailer.php Username typo when SMTP-Auth (Mithrandir)
 307  - Fixed RFE #900348 - Sort user list alphabetically in System -> Groups. Also changed the way it fetches the users in the group so it fetches all of them with 2 queries instead of 1 + (1 per user in the group) (Mithrandir
 308  )
 309  - Added patch #1048384 - mysql_field_name and others, added (Mithrandir)
 310  - Fixed bug #1049017 - Blocks sharing a template are cached wrong (Mithrandir)
 311  - Added patch #1048382 - Module onUpdate function (Mithrandir)
 312  - Fixed bug #989462 - Handler object caching not working (Mithrandir)
 313  - Added RFE #900345 - View/Edit group membership in Admin -> System -> Edit User (Mithrandir)
 314  - Fixed Bug #1055901 - group.php(IN phrase is used ,query) (Mithrandir)
 315  - Fixed bug #1052403 - block update in module update (Mithrandir)
 316  - More fixes for register_globals off in the top 10 page of mylinks/mydownloads modules
 317  - Fixed a typo in modules/xoopsheadline/admin/index.php (onokazu)
 318  - Fixed bug where 2 headline forms were using the same form name/id, causing JS error (onokazu)
 319  - Fixed some html problems in mylinks/mydownloads admin page (onokazu)
 320  - Secured mainfile.dist.php from disclosing paths (Mithrandir)
 321  - Fixed bug #1073029 (onokazu)
 322  - Fixed bug #1073532 (onokazu)
 323  - Fixed bug #1080791 (onokazu)
 324  - Fixed lang phrase _NOT_ACTIVENOTIFICATIONS not being assing to template (onokazu)
 325  - Some PHP5 fixes (Mithrandir)
 326  - Updated Smarty to version 2.6.5
 327  - Updated PHPMailer to version 1.72
 328  
 329  
 330  2004/09/11: Version 2.0.7.3
 331  ===============================
 332  !! SECURITY FIX !! fixed more bugs that allowed session hijacking under a certain circumstance (onokazu)
 333  
 334  
 335  2004/09/10: Version 2.0.7.2
 336  ===============================
 337  !! SECURITY FIX !! fixed bugs that allowed session hijacking under a certain circumstance (onokazu)
 338  
 339  
 340  2004/08/21: Version 2.0.7.1
 341  ===============================
 342  Fixed bug #1006511 about $xoops_isadmin misuse (skalpa/the jp.xoops.org community):
 343  - Changed XoopsUser::isAdmin() behavior to prevent problems with modules that misuse this function
 344  - Fixed permission checking in user profile page, to only show admin links to people who are supposed to see them
 345  - Fixed permission checking in the comments system, to only show admin links to people who are supposed to see them
 346  Fixed incorrect escaping of configuration values in 2.0.7 (skalpa)
 347  Changed db proxy class error message from "Action not allowed" to "Database update not allowed during a GET request" (skalpa)
 348  Fixed bug #964084: if comment title is long multi-byte character.last byte loss (Mithrandir/domifara)
 349  Fixed bug #977360: Wrong icon in comment bloc (Mithrandir/zoullou)
 350  Fixed bug #976534: modules incompatibilities in 2.0.7 (Mithrandir/gijoe_peak)
 351  Fixed bug #975803: Typo in class/pagenav.php (Mithrandir/Dave_l)
 352  Fixed bug #974655: slogan variable with Xoops 2.0.7 (Mithrandir/brashquido)
 353  Fixed bug #987171: typo in edituser.php (Mithrandir)
 354  Applied patch #928503: Search results for modules with granted permissions optimised (Mithrandir/malanciault)
 355  Applied patch #988715: cp_header.php language (Mithrandir/phppp)
 356  Fixed MyTextSanitizer PHP notices (Mithrandir)
 357  Fixed XoopsForm PHP Notices about an unset _extra property (Mithrandir)
 358  
 359  
 360  2004/06/14: Version 2.0.7
 361  ===============================
 362  !! SECURITY FIX !! preventing code injection in media uploader (skalpa)
 363  !! SECURITY FIX !! preventing execution of external scripts in shared environments (skalpa/ackbarr)
 364  
 365  Fixed bug #963937: Typo in modules/system/admin/findusers/main.php (mithrandir/tom_g3x)
 366  Fixed typo in x2t theme css colteaser class definition (w4z004)
 367  Set formButton class to Xoops popups buttons (w4z004)
 368  Fixed bug #960970: Incorrect display of the graphical pagenav (w4z004)
 369  Modified the Word Censoring fix (#962025) for MySQL 4.x compat (skalpa + quick thx 2 hervet 4 help)
 370  Ensured page title and slogan are escaped for HTML (onokazu)
 371  Fixed bug #961565: Search form keywords not checked by JS (mithrandir/tom_g3x)
 372  Fixed bug #961118 in XoopsFormElementTray::getElements() (mithrandir/luckec)
 373  Fixed bug #961311: Incorrect definition of headers var in XoopsMailer class (mithrandir/tom_g3x)
 374  XoopsForm::assign() now indexes elements by name if possible (mithrandir/kerkness)
 375  Fixed bug #963197: xoopsHiddenText is hardcoded in formdhtmlarea (mithrandir/tom_g3x)
 376  Fixed bug #963301: XoopsMediaUploader checkMaxHeight() doesn't work (skalpa/onokazu)
 377  Fixed bug #963327: XoopsImageHandler delete() keeps rows in imagebody table (skalpa/tom_g3x)
 378  Fixed bug #962025: Word censoring can mess db config options up (skalpa/tom_g3x)
 379  Fixed bug #961313: XoopsMailer custom headers are duplicated (skalpa/tom_g3x)
 380  Fixed bug #960683: [code] wrong translation (skalpa/ryuji+gi_joe)
 381  Fixed snoopy bug due to language specific characters (onokazu)
 382  Fixed a bug preventing deletion of users from the admin user search results (onokazu)
 383  Fixed a bug preventing deletion of admin users (onokazu)
 384  Fixed bug #915976: module onInstall feature doesn't display module messages correctly (skalpa/feugy+dave_l)
 385  Fixed bug #898776: Xoops module resolution for www.host.com and host.com (wulff_dk)
 386  Fixed bug #906282: XoopsGroupPermForm::render() - throws Undefined variable (mithrandir)
 387  Fixed bug #946621: Comments system extra_param not working with register_globals off (mithrandir/gstarrett)
 388  Fixed bug #932200: Admin > Edit user shows wrong username :-(mithrandir)
 389  Fixed bug #936753: $xoops_module_header not in all themes (w4z004)
 390  Fixed bug #921930: SQL queries with leading whitespace don't work (mithrandir)
 391  Fixed bug #920480: xoops_substr always adds three dots (skalpa)
 392  Fixed bug #921448: Undefined variable in xoopscodes.php (skalpa/dave_l)
 393  Applied patch #953063: js Calendar first popup date bug fix (mithrandir/venezia)
 394  Applied patch #953060: xoopstree.php selbox - subcategories not ordered (mithrandir/venezia)
 395  Applied patch #928503: Only show search results for modules with granted permissions (mithrandir/malanciault)
 396  Fixed bug #922152 preventing notifications to work with some Windows configurations (skalpa/robekras)
 397  Fixed bug #930351 preventing XoopsThemeForm::insertBreak() to work
 398  Corrected the content of $xoopsRequestUri on IIS fixing bug #895984 (skalpa)
 399  
 400  
 401  2/6/2004: Version 2.0.6
 402  ===============================
 403  - Removed calls to XoopsHandlerRegistry class (onokazu)
 404  - Fixed loop problem after retrieving a lost password (onokazu)
 405  - Changed all include() calls to include_once() for xoopscodes.php (onokazu)
 406  - Added routines to remove users from the online member list when a user is deleted (onokazu)
 407  - Added parameters to the Critreria class constructor to allow the use of DB functions in SQL criteria (skalpa)
 408  - Added fetchBoth() method to the XoopsDatabase class (skalpa)
 409  - Fixed typos in class/smarty/plugins/resource.db.php (skalpa)
 410  - Refactoring in /class/xoopsform/form.php (skalpa)
 411  - Added some methods to /class/xoopsform/formelement.php to allow the use of accesskey and class attributes in form element tags (skalpa)
 412  - Fixed extra HTML tags not being displayed when using the XoopsThemeForm::insertBreak() method (Catzwolf)
 413  - Changed the default HTTP method of the search form to GET (onokazu)
 414  - Fixed notification constants not being included during installation (onokazu)
 415  - Fixed session data not being properly escaped before inserting to the database (onokazu)
 416  - Some useful changes to the group permission form (onokazu)
 417  - Fixed the block cachetime selection being reset after preview (onokazu)
 418  - Fixed invalid regex patterns used for username filtering, also added fix to allow the safe use of multi-byte characters in username (contributed by GIJOE)
 419  - Fixed bug where some blocks were not being displayed in block admin page on certain occasions (onokazu)
 420  - Fixed the problem of system admin icon disappearing on certain occasions (onokazu)
 421  - Fixed the errorhandler class to check the current error_reporting level before handleing errors (onokazu)
 422  - Re-activated the errorhandler class (onokazu)
 423  - Updated class/Snoopy.php to the latest version, v1.01 (onokazu)
 424  - Fixed a typo in kernel/online.php (onokazu)
 425  - Added some useful functions to include/xoops.js (skalpa)
 426  - Fix for Opera in include/xoops.js (onokazu)
 427  - Fixed user bio and signature values causing corruption in the edit profile form on certain occasions (onokazu)
 428  - Fixed the module name being reset to the default value after module update (onokazu)
 429  - Fixed invalid regex patterns in xoopslists.php (onokazu)
 430  - Fixed a few issues with register_globals setting
 431  - Fix for the auto-login feature (not activated)
 432  - Fixed image categories not being displayed in the order set by admin (onokazu)- Fixed a typo in kernel/config.php (onokazu)
 433  - Fixed comments not being displayed in the order as requested (onokazu)
 434  - Fixed the mailer class not setting some header values (onokazu)
 435  - Fixed chmod problem in class/uploader.php
 436  - Fixed magic_quotes related problems in class/uploader.php
 437  - Fixed notification routines causing a fatal error while trying to notify non-existent users (onokazu)
 438  - Added fix to convert &amp; to & within mail messages (onokazu)
 439  - Fixed html special characters causing problem when submitting a new module name (onokazu)
 440  - Fixed javascript error in mailuser form (onokazu)
 441  - Fixed javascript error in calendar date select form
 442  - Added a new Smarty function <{xoops_link}> (skalpa)
 443  - Added check to prevent webmaster user/group from being removed completely (contributed by Ryuji)
 444  
 445  newbb
 446  - Security fix in modules/newbb/viewtopic.php (onokazu)
 447  - Security fix in modules/newbb/viewforum.php (onokazu)
 448  - Added register_globals related fix to topicmanager.php (onokazu)
 449  - Fixed topic moderation icons not being displayed for moderators in templates/newbb_thread.html (onokazu)
 450  - Fixed topic time not being displayed in recent posts block on certain occasions in blocks/newbb_new.php (onokazu)
 451  - Added fix to correctly navigate to the requested post even when the post is not on the first page of flat view (contrib by GIJOE in class/forumpost.php, viewtopic.php, viewforum.php)
 452  
 453  sections
 454  - Added missing global variable declarations to index.php (onokazu)
 455  
 456  mydownloads
 457  - Added register_globals related fix to modfile.php (onokazu)
 458  
 459  news
 460  - Added fix to always display published date in each article (onokazu)
 461  - Added missing ?> at the end of file in xoops_version.php (onokazu)
 462  - Some fixes in admin/index.php
 463  
 464  xoopspolls
 465  - Fixed color bar selections not working when creating/editing a new poll (onokazu)
 466  
 467  xoopsmembers
 468  - Fixed 'more than X posts' not working when set to 0 (onokazu)
 469  - Added a new language constant to language/english/main.php (Catzwolf)
 470  - Removed invalid HTML tags in templates/xoopsmembers_searchresults.html (Catzwolf)
 471  
 472  
 473  1/5/2004: Version 2.0.5.2
 474  ===============================
 475  - Security fix in modules/mylinks/myheader.php
 476  - Security fix in modules/mylinks/visit.php
 477  - Security fix in modules/mylinks/admin/index.php
 478  
 479  
 480  11/22/2003: Version 2.0.5.1
 481  ===============================
 482  - Added $option parameter to xoops_gethandler function (skalpa)
 483  - Security fix in banners.php (onokazu)
 484  - Security fix in modules/newss/include/forumform.inc.php (onokazu)
 485  - Security fix in include/common.php (onokazu)
 486  - Temporarily disabled XoopsErrorHandler class (onokazu)
 487  - Security fix in include/functions.php (onokazu)
 488  - Removed XoopsHandlerRegistry class (onokazu)
 489  - Added fix for preventing users entering infinite loop when recovering a lost password (onokazu)
 490  
 491  
 492  10/8/2003: Version 2.0.5
 493  ===============================
 494  - Fixed template files not being updated even when the 'allow update from themes directory' option was enabled in preferences
 495  - Fixed RSS channel title being cutoff at special characters
 496  - Minor bug fix in pagenav.php
 497  - Fixed blocks disappearing from the block admin page on certain occasion
 498  - Additional fixes to work with register_globals off
 499  - Fixed problem with XoopsCode Img button not working on certain occasion
 500  - Added missing SQL query in kernel/avatar.php
 501  - Fixed problem with the newbb module where users could post without a thread title on certain occasion
 502  - Fixed problem in banner admin page where banner edit form not being displayed on certain occasion
 503  - Fixed group selection option in the blocks admin page not being selected on certain occasion
 504  - Fixed poll option textbox forms not displaying the correct values
 505  - Fixed show all link in user profile page not working in 2.0.5RC
 506  - Additional phrases in language/english/global.php(_NOTITLE), language/english/search.php(_SR_IGNOREDWORDS), install/language/english/install.php(_INSTALL_L128, _INSTALL_L200)
 507  - Added check in install/index.php to read $HTTP_ACCEPT_LANGUAGE on initial load
 508  
 509  
 510  9/30/2003: Version 2.0.5 RC
 511  ===============================
 512  - Fixed email checking bug mentioned in http://www.xoops.org/modules/newbb/viewtopic.php?topic_id=12288&forum=2 (mvandam)
 513  - Fixed a number of bugs in blocks admin page (onokazu)
 514  - More usability fix in blocks admin page (onokazu)
 515  - Fixed forum topic links to correctly use the # feature in url (onokazu)
 516  - Fixed password checking bug mentioned in http://www.xoops.org/modules/newbb/viewtopic.php?topic_id=12301&post_id=49369&order=0&viewmode=flat&pid=49203&forum=21#forumpost49369
 517  - Fixed database connection error when creating database during install (onokazu)
 518  - Fixed mb_output_handler causing problems in backend.php/image.php/downloader (onokazu)
 519  - Fixed search feature to use GET requests for prev/next/showall links (onokazu)
 520  - Register_globals related fix in /include/comment_post.php (contrib by gstarrett)
 521  - Added $xoopsUserIsAdmin global variable (onokazu)
 522  - Added xoops_getLinkedUnameById function to /include/functions.php (Catzwolf)
 523  - Fixed invalid Smarty tags in /modules/system/templates/system_siteclosed.html, /modules/system/templates/system_redirect.html, /modules/system/templates/system_imagemanager2.html (onokazu)
 524  
 525  
 526  9/19/2003: Version 2.0.4
 527  ===============================
 528  - XOOPS_CACHE_PATH, XOOPS_UPLOAD_PATH, XOOPS_THEME_PATH", XOOPS_COMPILE_PATH, XOOPS_THEME_URL, XOOPS_UPLOAD_URL are now set in include/common.php (onokazu)
 529  - Added [siteurl][/siteurl] tag to XoopsCode (mvandam)
 530  - Fixed a typo in class/uploader.php (onokazu)
 531  - Fixed some redirect problems after login (onokazu)
 532  - registre_globals fix in include/comment_view.php (onokazu)
 533  - Xoops.org news is disabled by default in the admin section (onokazu)
 534  - Added a new error handler class (class/errorhandler.php) (mvandam)
 535  - Fixed XoopsGroupPermHandler returning duplicate permissions (onokazu)
 536  - Fixed block-disappearing problem in blocks admin (onokazu)
 537  - Fixed typo in kernel/notification.php (mvandam)
 538  - Added XoopsGuestUser class in kernel/user.php (onokazu)
 539  - Fixed newbb module to correctly use the # feature in URL (onokazu)
 540  - Improved usability in blocks admin section
 541  - Reduced number of users to display in group/edituser page to max 200 users (onokazu)
 542  - Fixed bug where admins could add users with a existing username (onokazu)
 543  - Added files for module developers to easily add group permisson feature (modules/system/groupperm.php, class/xoopsform/groupperm.php) (onokazu)
 544  - Fixed typo in register.php (onokazu)
 545  
 546  
 547  6/17/2003: Version 2.0.3
 548  ===============================
 549  - fixed CSS related bug in global search page
 550  - register_globals bug fix in comments
 551  - Smarty updated to 2.5.0
 552  - fixed typo in kernel/object.php
 553  - fixed group permission bug
 554  - fixed bug where image categories were deleted after group permission update
 555  - fixed bug where user votes could not be deleted in the mylinks module
 556  - fixed some language typos
 557  - changed XoopsGroupPermHandler::getItemIds to accept an array fot the second parameter (gperm_groupid), which was required in certain places..
 558  - removed avatar image files
 559  
 560  
 561  4/25/2003: Version 2.0.2
 562  ===============================
 563  - security fix to prevent malicious cross site scripting attacks (onokazu)
 564  - fixed character encoding problem for some languages when using the mailer class (onokazu)
 565  - fixed some major bugs in the xoopsheadline module (onokazu)
 566  - fixed some cookie related problems in the forums module (mvandam)
 567  
 568  
 569  4/18/2003: Version 2.0.1
 570  ===============================
 571  - fixed bug where notification feature could not be turned on
 572  - fixed character encoding problem for some languages when using the mailer class (onokazu)
 573  - fixed the theme selection block to work again
 574  - fixed typo in kernel/module.php
 575  - fixed incorrect table name in xoops_version.php of the new headline module
 576  - changed max limit size of some columns in the configoption table
 577  - fixed image manager bug when using db store method
 578  - xoops.org can now be disabled by adding nonews=1
 579  
 580  
 581  4/16/2003: Version 2.0.0
 582  ===============================
 583  - xoopsheadlines module replaced with xoopsheadline module to fix character encoding problems
 584  - numerous bug fixes
 585  
 586  
 587  3/19/2003: Version 2.0.0 RC3
 588  ===============================
 589  - a major change in the handling of theme files, the detail of which you can read in this [url=http://www.xoops.org/modules/news/article.php?storyid=677]article[/url] (onokazu)
 590  - a new global notification feature that can easily be incorporated into modules (that use Smarty) by only modifying xoops_version.php and template files (mvandam)
 591  - SMTP support using phpMailer (bunny)
 592  - group permission tables merged into one table (onokazu)
 593  - code refactoring
 594  
 595  
 596  2/9/2003: Version 2.0.0 RC2
 597  ===============================
 598  A bug fix release..
 599  - avatar upload bug
 600  - themeset image upload bug
 601  - register_globals fix
 602  - recommend us block error
 603  - error message displayed upon submit of news article
 604  - page navigation bug in some modules
 605  - blank page bug on some servers
 606  - SQL displayed in blocks admin
 607  
 608  
 609  1/31/2003: Version 2.0.0 RC1
 610  ===============================
 611  The first public release of 2.0 series.
 612  For new features that have been added from 1.3.x, please refer to
 613  the articles listed below:
 614  http://www.xoops.org/modules/news/article.php?storyid=486
 615  http://www.xoops.org/modules/news/article.php?storyid=549
 616  http://www.xoops.org/modules/xoopsdocs/index.php?cat_id=6


Généré le : Sun Nov 25 11:44:32 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics