Commit Graph

6142 Commits (70229cbbfc2d6e1a8c013aebd00ad9a593fcc350)
 

Author SHA1 Message Date
Aleksander Machniak 70229cbbfc Fix incorrect handling of some specific links (#1489060) 11 years ago
Aleksander Machniak 1041aa46da Fix another text wrapping issue 11 years ago
Aleksander Machniak 7439d3ee14 Fix incorrect handling of leading spaces in text wrapping 11 years ago
Aleksander Machniak 8ad2c98e9d Fix unintentional messages list jumps on click in Internet Explorer (#1489056) 11 years ago
Aleksander Machniak 1b7b6be959 Fix list of required configuration options (#1489055). Removed support_url, and db_table_* 11 years ago
Aleksander Machniak 3a81af385f Fix a typo 11 years ago
Aleksander Machniak 7652687692 Fix DB error when creating a new contact and a group is selected (#1489051) 11 years ago
Aleksander Machniak ca2c6316fb Fix handling of deprecated boolean value of reply_mode option (#1489052) 11 years ago
Victor Benincasa ef3f1dfca9 Small code optimization
Remove function argument as a local variable is used.
11 years ago
Aleksander Machniak fe626833af Allow onload attribute on iframe element 11 years ago
Aleksander Machniak 282dff4f18 Add rcube_db::escape() method, fix escapeSimple() to use escape instead of quote() 11 years ago
Aleksander Machniak c465ee1e06 Fix typo simpleEscape -> escapeSimple 11 years ago
Aleksander Machniak 398c9d8869 Fix links to PHP PDO drivers manual 11 years ago
Aleksander Machniak 39a034b50d Add rcube_db::escapeSimple() method for backward compat.
Conflicts:

	plugins/virtuser_query/virtuser_query.php
11 years ago
Aleksander Machniak 1352d8ddb0 Remove redundant ini checks 11 years ago
Aleksander Machniak 2964fb573d Fix handling of identities_level=4 11 years ago
Aleksander Machniak 0c896b9879 Update changelog 11 years ago
Thomas Bruederli c8f2c0c5af Synchronized localizations from Transifex 11 years ago
Aleksander Machniak 9576906bbe Fix hide-headers icon 11 years ago
Aleksander Machniak e088291024 Remove dropdown style from attachment menu 11 years ago
Aleksander Machniak b7570fb564 Fix parsing invalid date string (#1489035) 11 years ago
Aleksander Machniak bb7c522bfd Add "with attachment" option to messages list filter (#1485382) 11 years ago
Aleksander Machniak e0cc1fb9aa Fix display of HTML entities in protected folder name (#1489042) 11 years ago
Thomas Bruederli 64e1c2d406 Fix ticket reference 11 years ago
Thomas Bruederli e1ed10cd66 Updated changelog 11 years ago
Thomas Bruederli b413bb2b60 Set minimal permissions to temp files (#148899) 11 years ago
Thomas Bruederli a021d6f187 Skip filename suffix check for embedded images; return blocked.gif instead of HTML warning when embedded (#1489029) 11 years ago
Thomas Bruederli ce31c026c2 Merge branch 'master' of github.com:roundcube/roundcubemail 11 years ago
Aleksander Machniak 4fdaa02ac7 Fix handling of invalid characters in message headers and output (#1489032) 11 years ago
Aleksander Machniak 50cc5b370f Fix selecting collapsed rows when using selection with Shift/Ctrl key 11 years ago
Aleksander Machniak ad827b9117 Fix selecting collapsed rows on select-all (#1489036) 11 years ago
Aleksander Machniak 4dfae96dcd Fix copying messages to a folder with "empty" name e.g. "0", better error handling 11 years ago
Thomas Bruederli ee696929ad Update Changelog 11 years ago
Aleksander Machniak 443b92a7ee Add add_popup() method to make possible to register popup from a plugin.
It was possible with show_popup(), however sometimes it is needed
to register a popup before show_popup() is being used.
11 years ago
Aleksander Machniak 76a98da33e Pass event object as an argument of 'dragend' event handler 11 years ago
Aleksander Machniak 99edf8699a Fix possible header duplicates when using additional headers (#1489033) 11 years ago
Aleksander Machniak bd698341c4 Remove "HTML message" from attachments list while viewing a message in text mode (#1486939) 11 years ago
Aleksander Machniak a389ffbb46 Skip message/rfc822 attachments only in reply mode 11 years ago
Aleksander Machniak 8e4b49c382 Fix session issues with use_https=true (#1488986) 11 years ago
Aleksander Machniak f9f700a4e2 Fix empbedded warning icon 11 years ago
Aleksander Machniak db415c4afb Fix blockquote width in sent mail (#1489031) 11 years ago
Aleksander Machniak 721ee561ed Update changelog 11 years ago
Aleksander Machniak 30ff85c5a1 Added new cPanel driver - fixes localization related issues (#1487015) 11 years ago
Aleksander Machniak c2c1bba9a2 Update releases list 11 years ago
Aleksander Machniak a5df859b2b Fix changelog 11 years ago
Aleksander Machniak 0c974b263d Fix keyboard events on list widgets in Internet Explorer (#1489025) - It was a regression in fix for #1489008 11 years ago
Aleksander Machniak 4da1abe93f Remove unwanted horizontal scrollbar on addressbook in Internet Explorer 11 years ago
Thomas Bruederli bcfdac6660 Add 'if not exists' to system table creation. Just in case some previous db update routine was aborted or failed 11 years ago
Thomas Bruederli 589083a94c Skip some irrelevant ini checks in CLI mode 11 years ago
Thomas Bruederli 0fcb2b139b Sanity check the file path for generic message footer before adding it 11 years ago