Age | Commit message (Expand) | Author |
2010-07-26 | - Support HTTP_X_FORWARDED_PROTO header for HTTPS detecting (#1486866) | alecpl |
2010-06-23 | - removed PHP closing tag | alecpl |
2010-06-19 | - Fix dot-atom expression in e-mail validation regexp (#1486808) | alecpl |
2010-06-18 | Strip comments in css string + don't set font color to tags | thomascube |
2010-06-10 | - Remove BOM (#1486785) | alecpl |
2010-06-09 | - Sanitize CSS universal selector from e-mails. Without this fix any message... | vbenincasa |
2010-06-09 | - some improvements + added splitter in Identities | alecpl |
2010-06-03 | - Support dynamic hostname (%d/%n) variables in configuration options (#1485438) | alecpl |
2010-05-26 | - Fix raise_error() in Installer (#1486756) | alecpl |
2010-05-20 | - Moved error.inc to /utils | alecpl |
2010-04-27 | - add DNS checking code for Windows & PHP<5.3.0 | alecpl |
2010-04-22 | - make sure INBOX is allways displayed as Inbox (per recent discussion) | alecpl |
2010-04-20 | - Add HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR to successful logins log (#1486... | alecpl |
2010-04-20 | - improve rcube_parse_charset() performance | alecpl |
2010-04-20 | - handle WIN-* charset as WINDOWS-* | alecpl |
2010-04-01 | - load des.inc file only when needed | alecpl |
2010-03-17 | - Use iconv's //IGNORE instead of //TRANSLIT | alecpl |
2010-03-17 | - last commit fix (there's probably no class definition when reading table ro... | alecpl |
2010-03-17 | - allow setting row css class in rcube_table_output() | alecpl |
2010-03-12 | - Improved check_email() | alecpl |
2010-03-03 | - Fix long e-mail addresses validation (#1486453) | alecpl |
2010-03-01 | - Improve performance by avoiding unnecessary updates to the session table (#... | alecpl |
2010-02-26 | - Support arrays in get_input_value() (#1486277) | alecpl |
2010-02-10 | - support more charset aliases | alecpl |
2010-02-05 | - fix | alecpl |
2010-02-03 | - Fix inconsistency when not using default table names (#1486467) | alecpl |
2010-01-31 | - Fix character set conversion fails on systems where iconv doesn't accept //... | alecpl |
2010-01-13 | - prevent from PHP error when iconv doesn't support //IGNORE (#1486375) | alecpl |
2010-01-12 | - added charset alias for MACROMAN (MACINTOSH) (#1486424) | alecpl |
2010-01-12 | - typo in rcmail_mailbox_list (#1486426) | alecpl |
2009-11-26 | - a few if()s less | alecpl |
2009-11-23 | - Fix unicode para and line separators in javascript response (#1486310) | alecpl |
2009-11-10 | - reverted unintentional change | alecpl |
2009-11-10 | - additional character set name cleanup to support e.g. "_ISO-2022-JP$SIO" | alecpl |
2009-11-04 | - fix HTTPS checking (#1486273) | alecpl |
2009-10-27 | - Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port check | alecpl |
2009-10-14 | - Added server-side e-mail address validation with 'email_dns_check' option (... | alecpl |
2009-10-12 | - Fix importing/sending to email address with whitespace (#1486214) | alecpl |
2009-10-01 | Trigger warning if logs cannot be written | thomascube |
2009-09-23 | - Prevent from setting INBOX as any of special folders (#1486114) | alecpl |
2009-09-16 | - return true after abort from write_log hook | alecpl |
2009-09-14 | - simplify html_editor hook | alecpl |
2009-09-13 | - Added 'html_editor' hook (#1486068) | alecpl |
2009-08-10 | Added 'message_compose' hook | thomascube |
2009-08-01 | - remove hardcoded 'contact' class name from rcube_table_output() | alecpl |
2009-07-28 | - Fix charset names with X- prefix handling | alecpl |
2009-07-24 | Use write_log() to log bugs. This will also trigger the write_log plugin hook... | thomascube |
2009-07-21 | Pipe date string through write_log plugin hook (#1485979) | thomascube |
2009-07-13 | Add hook to write_log function | thomascube |
2009-07-09 | - simplify 'utf8' class use, make rcube_charset_convert() 5x faster on system... | alecpl |