summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-11Fix bug where spellchecking in HTML editor do not work after switching ↵Aleksander Machniak
editor type more than once (#1490311)
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 ↵Thomas Bruederli
argument
2015-03-09FIx colors in searchmenuAleksander Machniak
2015-03-09Unified request* event arguments handling, added support for _unlock and ↵Aleksander Machniak
_action parameters
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-08Fix storing signatures with big images in MySQL database (#1490306)Aleksander Machniak
2015-03-08Enigma: Larry support, finished PGP decryption, other fixes and improvementsAleksander Machniak
2015-03-08Plugin API: added message_part_body hook, fixes around message structure ↵Aleksander Machniak
handling by plugins
2015-03-08get_part_content() -> get_part_body()Aleksander Machniak
2015-03-06Merge pull request #257 from corbosman/session_refactorThomas B.
Merging session refactor into master
2015-03-05Update to TinyMCE 4.1.8Aleksander Machniak
2015-03-05Fix missing vcard_attachment icon on messages list (#1490303)Aleksander Machniak
2015-03-04Update changelogAleksander Machniak
2015-03-04Remove redundant encoding of message subject with mb_encode_mimeheader() ↵Aleksander Machniak
(#1490295)
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
one (#1490297)
2015-03-02Fix so localized folder name is displayed in multi-folder search result ↵Aleksander Machniak
(#1490243)
2015-03-01Fix encryption warning style in fullpage message viewAleksander Machniak
2015-02-28Add initdb.sh to create database from initial.sql script with prefix support ↵Aleksander Machniak
(#1490188)
2015-02-28Fix "Add response" button title, remove wrong identities_level checks in ↵Aleksander Machniak
Responses, fix cursor on some lists
2015-02-27remove commented out codecorbosman
2015-02-27use factorycorbosman
2015-02-27Fix duplicate entry on timezones list in ↵Aleksander Machniak
rcube_config::timezone_name_from_abbr() (#1490293)
2015-02-27Update changelogAleksander 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-26Added 'kpasswd' driver by Peter AllgeyerAleksander Machniak
2015-02-26Fix "Non-static method PEAR::isError() should not be called statically" ↵Aleksander Machniak
errors (#1490281)
2015-02-25Reset default db_max_allowed_packet, fix max packet size detectionAleksander Machniak
2015-02-25Fix duplicate entries supression in autocomplete result (#1490290)Aleksander Machniak
2015-02-25Improve compose_search_name() to not return "email@address <email@address>" ↵Aleksander Machniak
entries which may happen for contacts without name(s)
2015-02-25Don't sent the message again in saveonly modeAleksander Machniak
2015-02-25Improved handling of storage errors after message is sentAleksander Machniak
After sending a message it is stored in Sent folder, this operation may fail, e.g. because of "over quota" error. In such a case we'll not close the compose window, but display the error and, if user clicks Send/Save button, we'll display a dialog informing about the situation and providing an option to try the save operation again.
2015-02-25Fix so "over quota" errors are displayed also in message compose pageAleksander Machniak
This also fixes over quota responses on cyrus imap which uses "Over quota" string and no error identifier.
2015-02-24Update internal reference to treelist node contents after insert. Fixes some ↵Thomas Bruederli
strange behavior in FF 3.6