summaryrefslogtreecommitdiff
path: root/program/include/rcube_template.php
AgeCommit message (Expand)Author
2011-08-12Backport XSS vulnerability fix to 0.5 branchthomascube
2011-05-13- Apply fixes from trunk (up to r4756)alecpl
2011-04-17- Aplied fixes from trunkalecpl
2011-02-09Apply more bugfixes from trunk for 0.5.1thomascube
2011-01-29Apply bug fixes and localization updated from trunk for release 0.5.1thomascube
2011-01-12- Remove some empty lines from output of template conditionsalecpl
2011-01-06Make sure an existing session is killed/replaced when submitting login formthomascube
2010-12-10- Allow setting _user and _host via GET parameters on login screen (#1486993)alecpl
2010-12-01- Allow setting autocomplete attribute for all inputs separately (#1487313)alecpl
2010-11-24Allow plugin templates to include local files (#1487133); make autocomplete o...thomascube
2010-11-07Support skins with old template namesthomascube
2010-10-14- Fix bug in rcube_plugin::local_skin_path()alecpl
2010-10-13- Improve displaying of UI messages (#1486977)alecpl
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-09-21- Fix setting headers for IE in AJAX responsesalecpl
2010-09-18Prevent from saving a non-existing skin path in user prefsthomascube
2010-09-08- Small performance improvementsalecpl
2010-06-08Bring back some previously removed linesthomascube
2010-06-08Unify directory/mailbox list actionsthomascube
2010-04-23- code cleanup (mostly identation fixes)alecpl
2010-04-21- Hide IMAP host dropdown when single host is defined (#1486326)alecpl
2010-04-21- Add images pre-loading on login page (#1451160)alecpl
2010-03-19- Implemented messages copying using drag&drop + SHIFT (#1484086)alecpl
2010-03-09- simplify consolealecpl
2010-03-05- Add 'default_charset' option to user preferences (#1485451)alecpl
2010-03-04- fix console's font-size in Konqueroralecpl
2010-03-03- Fix regression in template expressions, don't allow '-' character in env/re...alecpl
2010-03-01- Improve performance by avoiding unnecessary updates to the session table (#...alecpl
2010-02-18Better regex for template expressions + fix indentationthomascube
2010-01-28- add file/line definitions to raise_error() callsalecpl
2010-01-26- jQuery-1.4.1alecpl
2010-01-18- Use callback function instead of /e modifier in preg_replace()alecpl
2009-12-11- use proper unicode cleanup for JSON, fixes #1486356alecpl
2009-12-09- Use built-in json_encode() for proper JSON format in AJAX replies (and comp...alecpl
2009-09-22- allow setting login inputs size in skin template (#1486155)alecpl
2009-07-24Improve button capabilitiesthomascube
2009-07-24Register button event handlers in javascript and save some html codethomascube
2009-07-24Allow some recursion in reder_page hook (#1485977)thomascube
2009-07-23Also add request tokens to forms in page footerthomascube
2009-07-23- fix button tooltips on IE (#1485994)alecpl
2009-07-21Use global request tokens and automatically protect all POST requeststhomascube
2009-07-16Make 2nd argument optinal (#1485976)thomascube
2009-07-15Use request tokens to protect POST requests from CSFRthomascube
2009-07-13Prevent from endless loops in render_page hookthomascube
2009-07-13Indent with spaces not tabsthomascube
2009-07-13- improve responsiveness by flushing template output asap, also set the \Seen...alecpl
2009-07-09Add generic hook when a html page is renderedthomascube
2009-06-15- always call logout action as task (#1485919)alecpl
2009-06-09Add cache-buster to scripts and linked files in skin templatesthomascube