summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/iniset.php
AgeCommit message (Collapse)Author
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5787 208e9e7b-5314-0410-a742-e7e81cd9613c
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@5781 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-11-24- Change version number to 0.8-svnalec
git-svn-id: https://svn.roundcube.net/trunk@5480 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-29We're on the road towards 0.7 nowthomasb
git-svn-id: https://svn.roundcube.net/trunk@5294 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-15- Require magic_quotes_runtime=Off because it modifies data streams (too ↵alec
much effort to handle this) git-svn-id: https://svn.roundcube.net/trunk@5216 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-26- Remove special handling of rcube_ classes in autoloader, it breaks loading ↵alec
of rcube_ classes from plugins git-svn-id: https://svn.roundcube.net/trunk@4703 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-25- Use shortest include path for better performancealec
git-svn-id: https://svn.roundcube.net/trunk@4695 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-20- Improve performance by including files with absolute path (#1487849) alec
git-svn-id: https://svn.roundcube.net/trunk@4678 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-14- Fixed vcard folding: use one space, use mb_regex_encoding() (#1487868)alec
git-svn-id: https://svn.roundcube.net/trunk@4656 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Missed some replacements in previous commit...thomasb
git-svn-id: https://svn.roundcube.net/trunk@4411 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-04Silently ignore unknown classes in rcube_autoload (#1487109)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4394 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-24Fix php warnings; Courier doesn't like spaces appended to the EXPUNGE commandthomasb
git-svn-id: https://svn.roundcube.net/trunk@4263 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-12- update RCMAIL_VERSIONalec
git-svn-id: https://svn.roundcube.net/trunk@4078 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-07Fix unit tests + update versionthomasb
git-svn-id: https://svn.roundcube.net/trunk@3879 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-21Bump trunk versionthomasb
git-svn-id: https://svn.roundcube.net/trunk@3649 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20- remove html2text hack from autoloader (don't need it anymore)alec
git-svn-id: https://svn.roundcube.net/trunk@3643 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-20- Moved error.inc to /utilsalec
- Removed bugs.inc (content copied into main.inc) git-svn-id: https://svn.roundcube.net/trunk@3641 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- code cleanup (mostly identation fixes)alec
git-svn-id: https://svn.roundcube.net/trunk@3553 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01- Add some critical PHP settings check to prevent bugs like this (#1486307)alec
git-svn-id: https://svn.roundcube.net/trunk@3464 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-01- Improve performance by avoiding unnecessary updates to the session table ↵alec
(#1486325) git-svn-id: https://svn.roundcube.net/trunk@3296 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-29- performance stats logging in devel_modealec
git-svn-id: https://svn.roundcube.net/trunk@3237 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-13- force session.serialize_handler=php (#1486322)alec
git-svn-id: https://svn.roundcube.net/trunk@3203 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-04- fix HTTPS checking (#1486273)alec
git-svn-id: https://svn.roundcube.net/trunk@3096 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-22- remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#1486149)alec
git-svn-id: https://svn.roundcube.net/trunk@2979 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-20- remove useless $Rev$ from version numberalec
git-svn-id: https://svn.roundcube.net/trunk@2775 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-14 * added $Rev$ to versiontill
* added svn:keywords git-svn-id: https://svn.roundcube.net/trunk@2750 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-03Use spl_autoload_register() instead of __autoload (#1485947) + fix indentationthomasb
git-svn-id: https://svn.roundcube.net/trunk@2703 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-20- support PEAR::Net_* in __autoload()alec
git-svn-id: https://svn.roundcube.net/trunk@2667 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-18- fix use_only_cookies typo (#1485929)alec
git-svn-id: https://svn.roundcube.net/trunk@2652 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-04- ereg -> pregalec
git-svn-id: https://svn.roundcube.net/trunk@2453 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09 * autoload is only invoked when a class is not found - no need for include_oncetill
git-svn-id: https://svn.roundcube.net/trunk@2345 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-02* fixing notice, moved error_reporting one up, added @todotill
git-svn-id: https://svn.roundcube.net/trunk@2211 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-05#1485461: secure initial login form sesssion cookiealec
git-svn-id: https://svn.roundcube.net/trunk@2123 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-18#1485505: PHP bug (?) workaround for html2text class autoloadingalec
git-svn-id: https://svn.roundcube.net/trunk@1986 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-09- set mbstring's internal encoding in proper placealec
git-svn-id: https://svn.roundcube.net/trunk@1968 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-06#1485460: session.gc_* moved to main .htaccess filealec
git-svn-id: https://svn.roundcube.net/trunk@1945 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-25DRY: set (secure) cookies using rcmail::setcookie() + set ↵thomasb
session.only_use_cookies git-svn-id: https://svn.roundcube.net/trunk@1890 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-19Made config files location configurable (#1485215)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1854 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14More code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@1532 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomasb
global vars git-svn-id: https://svn.roundcube.net/trunk@1344 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c