Commit Graph

110 Commits

Author SHA1 Message Date
alecpl
c739c71351 - Extend parse() method so it can be used to parse templates without printing to stdout 2011-05-09 11:47:33 +00:00
thomascube
49dac95d7d Don't add env variable when template is empty (e.g. on error page) 2011-04-20 08:48:29 +00:00
thomascube
ef27a6a723 Add hook for request token creation (upon user request) 2011-04-15 16:07:01 +00:00
alecpl
ca18a90b1a - Fix bug where template name without plugin prefix was used in render_page hook (the same fix for deprecated_templates) 2011-04-12 09:16:01 +00:00
thomascube
79cd6cefd5 Simplify code 2011-03-01 22:35:58 +00:00
thomascube
044d6647e0 Make it easier to add code to $(document).ready() 2011-03-01 22:33:12 +00:00
thomascube
ae39c47c3a New config option for custom logo; allow skins to define/override texts 2011-03-01 21:58:54 +00:00
alecpl
041f66e074 - jQuery 1.5.1 2011-02-25 09:01:29 +00:00
thomascube
07b95dc49b Delegate contact input validation to rcube_addressbook instance; accept already localized texts in rcube_output::show_message() 2011-02-06 22:21:23 +00:00
alecpl
e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 2011-02-03 13:58:07 +00:00
thomascube
0501b637a3 Merge branch devel-addressbook (r4193:4382) back into trunk 2011-01-18 18:00:57 +00:00
alecpl
d8d467c6c7 - Fix typos in encoding names (#1487680) 2011-01-13 14:14:59 +00:00
thomascube
f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 2011-01-12 18:25:02 +00:00
alecpl
84581e9de7 - Remove some empty lines from output of template conditions 2011-01-12 10:26:32 +00:00
thomascube
c3be8ed64c Make sure an existing session is killed/replaced when submitting login form 2011-01-06 12:41:16 +00:00
alecpl
1013bad3a2 - Allow setting _user and _host via GET parameters on login screen (#1486993) 2010-12-10 12:47:14 +00:00
alecpl
1cca4fbd45 - Allow setting autocomplete attribute for all inputs separately (#1487313) 2010-12-01 11:20:43 +00:00
thomascube
fbe24e9fa9 Allow plugin templates to include local files (#1487133); make autocomplete on login screen configurable 2010-11-24 11:56:15 +00:00
thomascube
7fcb56b5b6 Support skins with old template names 2010-11-07 12:44:54 +00:00
alecpl
1ac5431877 - Fix bug in rcube_plugin::local_skin_path() 2010-10-14 17:02:25 +00:00
alecpl
ad334a1257 - Improve displaying of UI messages (#1486977) 2010-10-13 18:44:41 +00:00
alecpl
e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 2010-09-29 12:36:28 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
1151581366 - Fix setting headers for IE in AJAX responses 2010-09-21 08:41:59 +00:00
thomascube
62c791f609 Prevent from saving a non-existing skin path in user prefs 2010-09-18 16:32:00 +00:00
alecpl
2aa2b332f6 - Small performance improvements 2010-09-08 09:40:39 +00:00
thomascube
af3cf8a0a7 Bring back some previously removed lines 2010-06-08 21:13:20 +00:00
thomascube
e9b5a6c2d5 Unify directory/mailbox list actions 2010-06-08 20:50:15 +00:00
alecpl
2eb7943f2a - code cleanup (mostly identation fixes) 2010-04-23 11:25:37 +00:00
alecpl
f3e1010090 - Hide IMAP host dropdown when single host is defined (#1486326) 2010-04-21 10:30:47 +00:00
alecpl
8e211adb01 - Add images pre-loading on login page (#1451160) 2010-04-21 08:21:33 +00:00
alecpl
9b3fdc25c1 - Implemented messages copying using drag&drop + SHIFT (#1484086) 2010-03-19 11:20:12 +00:00
alecpl
fe7d78ab55 - simplify console 2010-03-09 17:48:55 +00:00
alecpl
e55ab02682 - Add 'default_charset' option to user preferences (#1485451) 2010-03-05 12:05:05 +00:00
alecpl
4e4445f55b - fix console's font-size in Konqueror 2010-03-04 19:11:31 +00:00
alecpl
40353f1a6c - Fix regression in template expressions, don't allow '-' character in env/request/cookie name 2010-03-03 12:41:55 +00:00
alecpl
929a508d80 - Improve performance by avoiding unnecessary updates to the session table (#1486325) 2010-03-01 19:04:34 +00:00
thomascube
030db5b6c0 Better regex for template expressions + fix indentation 2010-02-18 18:01:31 +00:00
alecpl
10eedbe75a - add file/line definitions to raise_error() calls 2010-01-28 11:27:16 +00:00
alecpl
8f85e3759c - jQuery-1.4.1 2010-01-26 11:11:06 +00:00
alecpl
5740c06700 - Use callback function instead of /e modifier in preg_replace() 2010-01-18 18:21:45 +00:00
alecpl
2717f9f68e - use proper unicode cleanup for JSON, fixes #1486356 2009-12-11 16:53:54 +00:00
alecpl
e5d60d69d4 - Use built-in json_encode() for proper JSON format in AJAX replies (and compat. with jQuery 1.4) 2009-12-09 08:18:47 +00:00
alecpl
6a486e0bef - allow setting login inputs size in skin template (#1486155) 2009-09-22 18:08:45 +00:00
thomascube
356a67fa54 Improve button capabilities 2009-07-24 10:36:52 +00:00
thomascube
29f977858e Register button event handlers in javascript and save some html code 2009-07-24 09:44:03 +00:00
thomascube
f78dab1c80 Allow some recursion in reder_page hook (#1485977) 2009-07-24 08:29:24 +00:00
thomascube
efbe9ea781 Also add request tokens to forms in page footer 2009-07-23 12:43:05 +00:00
alecpl
c9e9fe1901 - fix button tooltips on IE (#1485994) 2009-07-23 06:26:30 +00:00
thomascube
5499336fef Use global request tokens and automatically protect all POST requests 2009-07-21 16:02:33 +00:00