summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
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
2009-05-26Re-enable the permalink command (allows one to choose right-click and ↵thomasb
open-in-new-tab) git-svn-id: https://svn.roundcube.net/trunk@2544 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-26Tweak default skin with better icons (sprites) and move IE hacks to an ↵thomasb
external file included by conditional comments git-svn-id: https://svn.roundcube.net/trunk@2541 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-26- Support UID EXPUNGE: remove only moved/deleted messagesalec
git-svn-id: https://svn.roundcube.net/trunk@2540 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-26- Support initial identity name from virtuser_query (#1484003)alec
git-svn-id: https://svn.roundcube.net/trunk@2537 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-25- get rid of 'plugins_dir' option, plugins directory must be in Roundcube ↵alec
root (like skins) git-svn-id: https://svn.roundcube.net/trunk@2530 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-23- Added message menu (some image needed), removed Print and Source buttonsalec
- Added possibility to save message as .eml file (#1485861) git-svn-id: https://svn.roundcube.net/trunk@2523 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-22Fix URLs to plugin skin directorythomasb
git-svn-id: https://svn.roundcube.net/trunk@2519 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-22Rename function to correct english spellingthomasb
git-svn-id: https://svn.roundcube.net/trunk@2518 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-21Pass return value of config->load_from_file() back to the pluginthomasb
git-svn-id: https://svn.roundcube.net/trunk@2517 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-21Add function for plugins to load a local config filethomasb
git-svn-id: https://svn.roundcube.net/trunk@2516 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-21Make links with /this/ pointing to the plugins skin directorythomasb
git-svn-id: https://svn.roundcube.net/trunk@2515 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-21Add fallback to default skin in plugins + replace links to plugin directory ↵thomasb
with the real plugin dir git-svn-id: https://svn.roundcube.net/trunk@2514 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-21- support plugin templatesalec
git-svn-id: https://svn.roundcube.net/trunk@2509 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-20Fix invalid object referencethomasb
git-svn-id: https://svn.roundcube.net/trunk@2508 208e9e7b-5314-0410-a742-e7e81cd9613c