summaryrefslogtreecommitdiff
path: root/program/include/iniset.php
AgeCommit message (Expand)Author
2012-11-10Bump version to 0.8.3v0.8.3Thomas Bruederli
2012-10-04Bump version for next releaseThomas Bruederli
2012-08-17Bump version to 0.8.1v0.8.1Thomas Bruederli
2012-08-05We're moving towards a stable releaseThomas Bruederli
2012-06-04Fix magic_quotes_sybase handling (#1488506)Aleksander Machniak
2012-04-13cleanup release branch; update versionsthomascube
2012-03-04Exclude E_STRICT from error_reporting for PHP 5.4alecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2011-11-24- Change version number to 0.8-svnalecpl
2011-09-29We're on the road towards 0.7 nowthomascube
2011-09-15- Require magic_quotes_runtime=Off because it modifies data streams (too much...alecpl
2011-04-26- Remove special handling of rcube_ classes in autoloader, it breaks loading ...alecpl
2011-04-25- Use shortest include path for better performancealecpl
2011-04-20- Improve performance by including files with absolute path (#1487849) alecpl
2011-04-14- Fixed vcard folding: use one space, use mb_regex_encoding() (#1487868)alecpl
2011-01-12Missed some replacements in previous commit...thomascube
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2011-01-04Silently ignore unknown classes in rcube_autoload (#1487109)thomascube
2010-11-24Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE commandthomascube
2010-10-12- update RCMAIL_VERSIONalecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-07Fix unit tests + update versionthomascube
2010-05-21Bump trunk versionthomascube
2010-05-20- remove html2text hack from autoloader (don't need it anymore)alecpl
2010-05-20- Moved error.inc to /utilsalecpl
2010-04-23- code cleanup (mostly identation fixes)alecpl
2010-04-01- Add some critical PHP settings check to prevent bugs like this (#1486307)alecpl
2010-03-01- Improve performance by avoiding unnecessary updates to the session table (#...alecpl
2010-01-29- performance stats logging in devel_modealecpl
2010-01-13- force session.serialize_handler=php (#1486322)alecpl
2009-11-04- fix HTTPS checking (#1486273)alecpl
2009-09-22- remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#1486149)alecpl
2009-07-20- remove useless $Rev$ from version numberalecpl
2009-07-14 * added $Rev$ to versiontill
2009-07-03Use spl_autoload_register() instead of __autoload (#1485947) + fix indentationthomascube
2009-06-20- support PEAR::Net_* in __autoload()alecpl
2009-06-18- fix use_only_cookies typo (#1485929)alecpl
2009-05-04- ereg -> pregalecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...thomascube
2009-03-09 * autoload is only invoked when a class is not found - no need for include_oncetill
2009-01-17* bumping up copyright (happy new year ;-))till
2009-01-02* fixing notice, moved error_reporting one up, added @todotill
2008-12-05#1485461: secure initial login form sesssion cookiealecpl
2008-10-18#1485505: PHP bug (?) workaround for html2text class autoloadingalecpl
2008-10-09- set mbstring's internal encoding in proper placealecpl
2008-10-06#1485460: session.gc_* moved to main .htaccess filealecpl
2008-09-25DRY: set (secure) cookies using rcmail::setcookie() + set session.only_use_co...thomascube
2008-09-19Made config files location configurable (#1485215)thomascube
2008-06-14More code cleanupthomascube