Age | Commit message (Expand) | Author |
2010-10-12 | - update RCMAIL_VERSION | alecpl |
2010-09-25 | - s/RoundCube/Roundcube/ | alecpl |
2010-08-07 | Fix unit tests + update version | thomascube |
2010-05-21 | Bump trunk version | thomascube |
2010-05-20 | - remove html2text hack from autoloader (don't need it anymore) | alecpl |
2010-05-20 | - Moved error.inc to /utils | alecpl |
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_mode | alecpl |
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 number | alecpl |
2009-07-14 | * added $Rev$ to version | till |
2009-07-03 | Use spl_autoload_register() instead of __autoload (#1485947) + fix indentation | thomascube |
2009-06-20 | - support PEAR::Net_* in __autoload() | alecpl |
2009-06-18 | - fix use_only_cookies typo (#1485929) | alecpl |
2009-05-04 | - ereg -> preg | alecpl |
2009-04-19 | Merged 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_once | till |
2009-01-17 | * bumping up copyright (happy new year ;-)) | till |
2009-01-02 | * fixing notice, moved error_reporting one up, added @todo | till |
2008-12-05 | #1485461: secure initial login form sesssion cookie | alecpl |
2008-10-18 | #1485505: PHP bug (?) workaround for html2text class autoloading | alecpl |
2008-10-09 | - set mbstring's internal encoding in proper place | alecpl |
2008-10-06 | #1485460: session.gc_* moved to main .htaccess file | alecpl |
2008-09-25 | DRY: set (secure) cookies using rcmail::setcookie() + set session.only_use_co... | thomascube |
2008-09-19 | Made config files location configurable (#1485215) | thomascube |
2008-06-14 | More code cleanup | thomascube |
2008-04-30 | Next step: introduce the application class 'rcmail' and get rid of some globa... | thomascube |
2008-04-12 | Changed codebase to PHP5 with autoloader + added some new classes from the de... | thomascube |