Commit Graph

31 Commits

Author SHA1 Message Date
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
thomascube
4859fedb92 Fix unit tests + update version 2010-08-07 12:04:39 +00:00
thomascube
a2a36103cf Bump trunk version 2010-05-21 08:18:33 +00:00
alecpl
e93c72d9a3 - remove html2text hack from autoloader (don't need it anymore) 2010-05-20 10:41:59 +00:00
alecpl
24c91ed78e - Moved error.inc to /utils
- Removed bugs.inc (content copied into main.inc)
2010-05-20 08:04:25 +00:00
alecpl
2eb7943f2a - code cleanup (mostly identation fixes) 2010-04-23 11:25:37 +00:00
alecpl
cd96fd6727 - Add some critical PHP settings check to prevent bugs like this (#1486307) 2010-04-01 14:42:56 +00:00
alecpl
929a508d80 - Improve performance by avoiding unnecessary updates to the session table (#1486325) 2010-03-01 19:04:34 +00:00
alecpl
2b35c5d8f6 - performance stats logging in devel_mode 2010-01-29 09:36:06 +00:00
alecpl
7296ff7a61 - force session.serialize_handler=php (#1486322) 2010-01-13 12:13:40 +00:00
alecpl
3ea30ef7eb - fix HTTPS checking (#1486273) 2009-11-04 07:22:17 +00:00
alecpl
6d479a622b - remove set_magic_quotes_runtime() call, use set_time_limit() with @ (#1486149) 2009-09-22 07:50:32 +00:00
alecpl
a07ab6da09 - remove useless $Rev$ from version number 2009-07-20 18:37:39 +00:00
till
af58c3ec6a * added $Rev$ to version
* added svn:keywords
2009-07-14 14:30:28 +00:00
thomascube
588135500b Use spl_autoload_register() instead of __autoload (#1485947) + fix indentation 2009-07-03 13:18:39 +00:00
alecpl
70306a4c75 - support PEAR::Net_* in __autoload() 2009-06-20 13:19:11 +00:00
alecpl
191354ca7a - fix use_only_cookies typo (#1485929) 2009-06-18 12:01:19 +00:00
alecpl
23a2eec4d5 - ereg -> preg 2009-05-04 08:31:55 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
till
c762c07ce9 * autoload is only invoked when a class is not found - no need for include_once 2009-03-09 21:40:01 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
till
b99bf45479 * fixing notice, moved error_reporting one up, added @todo 2009-01-02 14:48:10 +00:00
alecpl
d5fca0c490 #1485461: secure initial login form sesssion cookie 2008-12-05 08:07:17 +00:00
alecpl
bfdbcf5210 #1485505: PHP bug (?) workaround for html2text class autoloading 2008-10-18 09:57:08 +00:00
alecpl
d99b9356c3 - set mbstring's internal encoding in proper place 2008-10-09 12:54:21 +00:00
alecpl
aaa6ace377 #1485460: session.gc_* moved to main .htaccess file 2008-10-06 18:03:10 +00:00
thomascube
cefd1d8c91 DRY: set (secure) cookies using rcmail::setcookie() + set session.only_use_cookies 2008-09-25 13:30:18 +00:00
thomascube
bba657e64f Made config files location configurable (#1485215) 2008-09-19 18:26:34 +00:00
thomascube
83a7636872 More code cleanup 2008-06-14 12:23:08 +00:00
thomascube
197601ef5f Next step: introduce the application class 'rcmail' and get rid of some global vars 2008-04-30 08:21:42 +00:00
thomascube
47124c2279 Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch 2008-04-12 13:54:45 +00:00