summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2009-07-03Let internal 'template_container' hook append to existing contentthomasb
git-svn-id: https://svn.roundcube.net/trunk@2704 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-07-03Add plugin hooks 'smtp_connect' and 'list_identities' (#1485954, #1485958)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2702 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-02- check virtuser before create_user hook (#1485950) + one if statement ↵alec
improvement git-svn-id: https://svn.roundcube.net/trunk@2701 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-02Create rcube_user instance early to enable the following plugin hooks to use itthomasb
git-svn-id: https://svn.roundcube.net/trunk@2698 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-01Also save signature field when creating a new identity at loginthomasb
git-svn-id: https://svn.roundcube.net/trunk@2692 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-01Move 'login' field to the right level + codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@2691 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-27- make private methods really privatealec
- rename _mod_mailbox() to mod_mailbox() and make it public git-svn-id: https://svn.roundcube.net/trunk@2682 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-26- fix lost argument in iil_C_FetchHeaders call (#1485941)alec
git-svn-id: https://svn.roundcube.net/trunk@2680 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-25- fix rcube_message_part cloningalec
git-svn-id: https://svn.roundcube.net/trunk@2677 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-24- more performance improvements of cachingalec
git-svn-id: https://svn.roundcube.net/trunk@2676 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-24- Fix non-unicode characters caching in unicode database (#1484608)alec
git-svn-id: https://svn.roundcube.net/trunk@2675 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-23- more preformance improvements of messages caching + some code refactoringalec
git-svn-id: https://svn.roundcube.net/trunk@2674 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-22- performance improvements of messages cachingalec
git-svn-id: https://svn.roundcube.net/trunk@2673 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-22- use RCMAIL_CHARSET instead of hardcoded 'utf-8'alec
git-svn-id: https://svn.roundcube.net/trunk@2672 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-20- check is_readable in load_from_file()alec
git-svn-id: https://svn.roundcube.net/trunk@2665 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-19Typothomasb
git-svn-id: https://svn.roundcube.net/trunk@2659 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-19Fix link text replacements (#1485789)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2658 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-19Use filemtime for cache busting + better etag for static filesthomasb
git-svn-id: https://svn.roundcube.net/trunk@2654 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-06-17- fix bug in delete_mailbox when deleting many foldersalec
git-svn-id: https://svn.roundcube.net/trunk@2651 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-15- always call logout action as task (#1485919)alec
git-svn-id: https://svn.roundcube.net/trunk@2645 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-11- fix folder ID generation (for example two folders 'aaa' and 'aaa "')alec
git-svn-id: https://svn.roundcube.net/trunk@2638 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-10- Fix messages searching on MailEnable IMAP (#1485762)alec
git-svn-id: https://svn.roundcube.net/trunk@2632 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-10- Fixed many 'skip_deleted' issues (#1485634)alec
- Fixed messages list sorting on servers without SORT capability - some preformance improvements git-svn-id: https://svn.roundcube.net/trunk@2629 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-09Allow rcube_plugin::task to be a regular expression defining several tasks ↵thomasb
(e.g. mail|settings) git-svn-id: https://svn.roundcube.net/trunk@2628 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-09Change rcube_user::list_identities() to return an array instead of a sql-resultthomasb
git-svn-id: https://svn.roundcube.net/trunk@2627 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-09Add cache-buster to scripts and linked files in skin templatesthomasb
git-svn-id: https://svn.roundcube.net/trunk@2626 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-08- make searching aware of 'skip_deleted'alec
git-svn-id: https://svn.roundcube.net/trunk@2625 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-08- fix rc_wordwrap() (#1485909)alec
git-svn-id: https://svn.roundcube.net/trunk@2622 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-05- fix rcmail_temp_gc() + small code cleanupsalec
git-svn-id: https://svn.roundcube.net/trunk@2617 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-05- Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options ↵alec
handling in UI git-svn-id: https://svn.roundcube.net/trunk@2615 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-05- fix bug in last commitalec
git-svn-id: https://svn.roundcube.net/trunk@2609 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-05- fix rep_specialchars_output() performance, remove old 'charset' option use alec
git-svn-id: https://svn.roundcube.net/trunk@2608 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-04- speed up plain text messages parsing (up to 60%)alec
git-svn-id: https://svn.roundcube.net/trunk@2606 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-03- added more charset aliasesalec
git-svn-id: https://svn.roundcube.net/trunk@2603 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-03- handle iso-8859-1 as windows-1252alec
- some fixes for utf8 class git-svn-id: https://svn.roundcube.net/trunk@2601 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-03- cross-browser css fixesalec
git-svn-id: https://svn.roundcube.net/trunk@2600 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-03- use -ms-filter for IE8 opacityalec
git-svn-id: https://svn.roundcube.net/trunk@2597 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-01- Fix displaying of big maximum upload filesize (#1485889)alec
git-svn-id: https://svn.roundcube.net/trunk@2590 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-01Use event system on the client to handle ajax callbacksthomasb
git-svn-id: https://svn.roundcube.net/trunk@2589 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-01- use explode() instead of deprecated in php5.3 split()alec
git-svn-id: https://svn.roundcube.net/trunk@2587 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-31- support browser object in template expressionsalec
git-svn-id: https://svn.roundcube.net/trunk@2584 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-30- fixed headers prefetchingalec
git-svn-id: https://svn.roundcube.net/trunk@2577 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-29- prevent duplicated inserts (#1485867)alec
git-svn-id: https://svn.roundcube.net/trunk@2573 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-29- allow empty identity name (#1485863)alec
git-svn-id: https://svn.roundcube.net/trunk@2562 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-28- removed unused and declared in PHP-5.3 quoted_printable_encode function ↵alec
(#1485879) git-svn-id: https://svn.roundcube.net/trunk@2554 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-27- reverted accidentally removed codealec
git-svn-id: https://svn.roundcube.net/trunk@2549 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-27- don't unset button title on IE (#1485874)alec
git-svn-id: https://svn.roundcube.net/trunk@2548 208e9e7b-5314-0410-a742-e7e81cd9613c