summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Expand)Author
2015-04-01Fix PHP warning: Non-static method PEAR::setErrorHandling() should not be cal...Aleksander Machniak
2015-03-31Plugin API: Added message_ready hook - the last chance to modify Mail_Mime ob...Aleksander Machniak
2015-03-30Fix handling of %-encoded entities in mailto: URLs (#1490346)Aleksander Machniak
2015-03-23WordingThomas Bruederli
2015-03-23Localize common error messages; improve explanation for CSRF check failuresThomas Bruederli
2015-03-15Avoid errors when message list doesn't have a headerThomas Bruederli
2015-03-13Fix unintended DB session expiration - lost variable in refactoring (#1490316)Aleksander Machniak
2015-03-12Fix javascripts errors in IE8 - lack of Event.which, focusing a hidden elemen...Aleksander Machniak
2015-03-12Do not re-append an existing node when re-rendering with childsThomas Bruederli
2015-03-12Fix redirct URL for attachments loaded in an iframe (#1490191)Thomas Bruederli
2015-03-12Remove obsolete mt_srand() callsThomas Bruederli
2015-03-12Generate random hash for the per-user local storage prefix (#1490279); only u...Thomas Bruederli
2015-03-12Fix backtick character handling in sql queries (#1490312)Aleksander Machniak
2015-03-11Fix bug where TinyMCE area height was too small on slow network connection (#...Aleksander Machniak
2015-03-11Fix submission of _reload parameter when switching address booksThomas Bruederli
2015-03-11Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2015-03-11Fix bug where spellchecking in HTML editor do not work after switching editor...Aleksander Machniak
2015-03-11Ignore plugin loading filter if force parameter is setThomas Bruederli
2015-03-11Update TinyMCE cache_suffix (forgot to do this after last update)Aleksander Machniak
2015-03-10Upgrade TinymCE to version 4.1.9Aleksander Machniak
2015-03-10Fix rows count when messages search fails (#1490266)Aleksander Machniak
2015-03-09(Properly) reset search filter on reset-search actionAleksander Machniak
2015-03-09Reset search filter on folder selection and search resetAleksander Machniak
2015-03-09Fix session garbage collector handler registration after refactoringThomas Bruederli
2015-03-09Fix rcube_contacts::search() calls with empty search string but $required arg...Thomas Bruederli
2015-03-09Unified request* event arguments handling, added support for _unlock and _act...Aleksander Machniak
2015-03-09Fix so search filter, scope and fields are reset on folder changeAleksander Machniak
2015-03-08Fix Opera browser detection in javascript (#1490307)Aleksander Machniak
2015-03-08Plugin API: added message_part_body hook, fixes around message structure hand...Aleksander Machniak
2015-03-08get_part_content() -> get_part_body()Aleksander Machniak
2015-03-06Merge pull request #257 from corbosman/session_refactorThomas B.
2015-03-05Update to TinyMCE 4.1.8Aleksander Machniak
2015-03-04Remove redundant encoding of message subject with mb_encode_mimeheader() (#14...Aleksander Machniak
2015-03-04Fix "PHP Fatal error: Using $this when not in object context"Aleksander Machniak
2015-03-04minor fixescorbosman
2015-03-03Only normalize search term when searching in 'words' columnThomas Bruederli
2015-03-03Fix full-text searching in a given list of fieldsThomas Bruederli
2015-03-03Adapt fulltext search in local address book to ignore words orderThomas Bruederli
2015-03-03Add untility function to match strings ignoring word orderThomas Bruederli
2015-03-03Improve LDAP search by ignoring words order in fuzzy substring matching modeThomas Bruederli
2015-03-03Add utility function to compose a full-text-like LDAP search filterThomas Bruederli
2015-03-02Fix javascript error after creating a folder which is a subfolder of another ...Aleksander Machniak
2015-03-02Fix so localized folder name is displayed in multi-folder search result (#149...Aleksander Machniak
2015-02-27remove commented out codecorbosman
2015-02-27use factorycorbosman
2015-02-27Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abb...Aleksander Machniak
2015-02-27Fix parsing ldap URI for cases where hostname is non-emptyAleksander Machniak
2015-02-27Fix parsing invalid HTML messages with BOM after <!DOCTYPE> (#1490291)Aleksander Machniak
2015-02-26Fix "Non-static method PEAR::isError() should not be called statically" error...Aleksander Machniak
2015-02-25Reset default db_max_allowed_packet, fix max packet size detectionAleksander Machniak