Age | Commit message (Expand) | Author |
2011-08-12 | Pass attributes as vars to label | thomascube |
2011-08-09 | - Fix XSS vulnerability in UI messages (#1488030) | alecpl |
2011-08-03 | - Display current user name in page title if devel_mode=true | alecpl |
2011-07-26 | - Move console object initialization code into one place | alecpl |
2011-07-07 | - Added possibility to undo last contact delete operation | alecpl |
2011-06-24 | - Read _unlock from POST too | alecpl |
2011-06-01 | Add collected text labels in one single function call | thomascube |
2011-05-13 | - Use less included files in mail and message templates for better performance | alecpl |
2011-05-13 | - jQuery-1.6.1 (#1487913, #1487144) | alecpl |
2011-05-09 | - Extend parse() method so it can be used to parse templates without printing... | alecpl |
2011-04-20 | Don't add env variable when template is empty (e.g. on error page) | thomascube |
2011-04-15 | Add hook for request token creation (upon user request) | thomascube |
2011-04-12 | - Fix bug where template name without plugin prefix was used in render_page h... | alecpl |
2011-03-01 | Simplify code | thomascube |
2011-03-01 | Make it easier to add code to $(document).ready() | thomascube |
2011-03-01 | New config option for custom logo; allow skins to define/override texts | thomascube |
2011-02-25 | - jQuery 1.5.1 | alecpl |
2011-02-06 | Delegate contact input validation to rcube_addressbook instance; accept alrea... | thomascube |
2011-02-03 | - Fix IDNA support when IDN/INTL modules are in use (#1487742) | alecpl |
2011-01-18 | Merge branch devel-addressbook (r4193:4382) back into trunk | thomascube |
2011-01-13 | - Fix typos in encoding names (#1487680) | alecpl |
2011-01-12 | Bumbed version; Roundcube development is not Switzerland only | thomascube |
2011-01-12 | - Remove some empty lines from output of template conditions | alecpl |
2011-01-06 | Make sure an existing session is killed/replaced when submitting login form | thomascube |
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-24 | Allow plugin templates to include local files (#1487133); make autocomplete o... | thomascube |
2010-11-07 | Support skins with old template names | thomascube |
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 responses | alecpl |
2010-09-18 | Prevent from saving a non-existing skin path in user prefs | thomascube |
2010-09-08 | - Small performance improvements | alecpl |
2010-06-08 | Bring back some previously removed lines | thomascube |
2010-06-08 | Unify directory/mailbox list actions | thomascube |
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 console | alecpl |
2010-03-05 | - Add 'default_charset' option to user preferences (#1485451) | alecpl |
2010-03-04 | - fix console's font-size in Konqueror | alecpl |
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-18 | Better regex for template expressions + fix indentation | thomascube |
2010-01-28 | - add file/line definitions to raise_error() calls | alecpl |
2010-01-26 | - jQuery-1.4.1 | alecpl |
2010-01-18 | - Use callback function instead of /e modifier in preg_replace() | alecpl |