summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_template.php
AgeCommit message (Collapse)Author
2010-10-14- Fix bug in rcube_plugin::local_skin_path()alec
git-svn-id: https://svn.roundcube.net/trunk@4091 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-13- Improve displaying of UI messages (#1486977)alec
git-svn-id: https://svn.roundcube.net/trunk@4083 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alec
git-svn-id: https://svn.roundcube.net/trunk@4009 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-21- Fix setting headers for IE in AJAX responsesalec
git-svn-id: https://svn.roundcube.net/trunk@3981 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-18Prevent from saving a non-existing skin path in user prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3974 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-08- Small performance improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3946 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-08Bring back some previously removed linesthomasb
git-svn-id: https://svn.roundcube.net/trunk@3729 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-08Unify directory/mailbox list actionsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3728 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23- code cleanup (mostly identation fixes)alec
git-svn-id: https://svn.roundcube.net/trunk@3553 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-21- Hide IMAP host dropdown when single host is defined (#1486326)alec
git-svn-id: https://svn.roundcube.net/trunk@3519 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-21- Add images pre-loading on login page (#1451160)alec
git-svn-id: https://svn.roundcube.net/trunk@3515 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-19- Implemented messages copying using drag&drop + SHIFT (#1484086)alec
git-svn-id: https://svn.roundcube.net/trunk@3385 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-09- simplify consolealec
git-svn-id: https://svn.roundcube.net/trunk@3344 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-05- Add 'default_charset' option to user preferences (#1485451)alec
git-svn-id: https://svn.roundcube.net/trunk@3327 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-04- fix console's font-size in Konqueroralec
git-svn-id: https://svn.roundcube.net/trunk@3320 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-03- Fix regression in template expressions, don't allow '-' character in ↵alec
env/request/cookie name git-svn-id: https://svn.roundcube.net/trunk@3314 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-01- Improve performance by avoiding unnecessary updates to the session table ↵alec
(#1486325) git-svn-id: https://svn.roundcube.net/trunk@3296 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-18Better regex for template expressions + fix indentationthomasb
git-svn-id: https://svn.roundcube.net/trunk@3273 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-28- add file/line definitions to raise_error() callsalec
git-svn-id: https://svn.roundcube.net/trunk@3231 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-26- jQuery-1.4.1alec
git-svn-id: https://svn.roundcube.net/trunk@3226 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-18- Use callback function instead of /e modifier in preg_replace()alec
git-svn-id: https://svn.roundcube.net/trunk@3210 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-11- use proper unicode cleanup for JSON, fixes #1486356alec
git-svn-id: https://svn.roundcube.net/trunk@3175 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-09- Use built-in json_encode() for proper JSON format in AJAX replies (and ↵alec
compat. with jQuery 1.4) git-svn-id: https://svn.roundcube.net/trunk@3170 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-22- allow setting login inputs size in skin template (#1486155)alec
git-svn-id: https://svn.roundcube.net/trunk@2980 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-24Improve button capabilitiesthomasb
git-svn-id: https://svn.roundcube.net/trunk@2796 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-24Register button event handlers in javascript and save some html codethomasb
git-svn-id: https://svn.roundcube.net/trunk@2794 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-24Allow some recursion in reder_page hook (#1485977)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2791 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-23Also add request tokens to forms in page footerthomasb
git-svn-id: https://svn.roundcube.net/trunk@2790 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-23- fix button tooltips on IE (#1485994)alec
git-svn-id: https://svn.roundcube.net/trunk@2786 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-21Use global request tokens and automatically protect all POST requeststhomasb
git-svn-id: https://svn.roundcube.net/trunk@2778 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-16Make 2nd argument optinal (#1485976)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2757 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-15Use request tokens to protect POST requests from CSFRthomasb
git-svn-id: https://svn.roundcube.net/trunk@2755 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-13Prevent from endless loops in render_page hookthomasb
git-svn-id: https://svn.roundcube.net/trunk@2743 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-13Indent with spaces not tabsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2742 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-13- improve responsiveness by flushing template output asap, also set the ↵alec
\Seen flag after message page display git-svn-id: https://svn.roundcube.net/trunk@2741 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-09Add generic hook when a html page is renderedthomasb
git-svn-id: https://svn.roundcube.net/trunk@2727 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-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-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-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-05-31- support browser object in template expressionsalec
git-svn-id: https://svn.roundcube.net/trunk@2584 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-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