summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
2014-05-11Improved display of plain text messages and text to HTML conversion (#1488937)Aleksander Machniak
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-08Don't use $HTTP_RAW_POST_DATA deprecated in PHP 5.6Aleksander Machniak
2014-05-06Support image operations with Imagick extension (#1489734)Aleksander Machniak
2014-05-03add preferences_section_header hookcorbosman
2014-04-28Make identity name field optional (#1489510)Aleksander Machniak
Get rid of unhelpful error message.
2014-04-25Fix error when spell-checking an empty text (#1489831)Aleksander Machniak
2014-04-24Fix possibly wrong error message when contact with the same email exists on ↵Aleksander Machniak
move/copy
2014-04-23Fix missing Mail-Followup-To header in sent mail (#1489829)Aleksander Machniak
2014-04-23Fix saving of search settings in 'all folders' modeThomas Bruederli
2014-04-23Remove debug outputThomas Bruederli
2014-04-23Further refine cross-folder searching:Thomas Bruederli
- Store incomplete search results in session and re-send search requests to the server if returned before complete (this should avoid hitting request timeouts). - Display full folder path on mouseover in message list - Remove pthreads implementation stuff as this wasn't really working
2014-04-23Fix so browser capabilities check is done really only once a sessionAleksander Machniak
2014-04-18Consider search scope (and changes) for filter searches + disable folder ↵Thomas Bruederli
operation commands in multi-folder search mode (#1485234)
2014-04-18Merge pull request #175 from chriskulbacki/masterThomas B.
Skins sorted by skin name in the Settings.
2014-04-18Support messages import from zip archivesAleksander Machniak
2014-04-18Remove IE<7 specific codeAleksander Machniak
2014-04-18Fixed mbox files importAleksander Machniak
2014-04-13Fix deleting/moving folders from folders with name "0", "00", etc.Aleksander Machniak
2014-04-13Use POST for refresh/check-recent requestAleksander Machniak
2014-04-13Fix lack of translation of special folders in some configurations (#1489799)Aleksander Machniak
2014-04-10Skins sorted by skin name in the Settings.Chris Kulbacki
2014-04-10Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-10Refactored storage properties settingAleksander Machniak
2014-04-10Append group parameter to attachments set by plugins if not presentThomas Bruederli
2014-04-08Make multi-folder message identifiers work with folders containing commasThomas Bruederli
2014-04-08Enable listmode switch if listing is not multi-folderThomas Bruederli
2014-04-08Fix forwarding all ('*') messages of a search setThomas Bruederli
2014-04-08Don't remove messages from list when moving to another folder in ↵Thomas Bruederli
multi-folder search mode, just update the list
2014-04-08Fix splitting message identifiers into UID and folder valuesThomas Bruederli
2014-04-08Optimize header fetching of multi-folder searches with natural (UID) sortingThomas Bruederli
2014-04-08Don't display error when moving a message to the same folder it already residesThomas Bruederli
2014-04-08Fix message UID extraction for _uid=*; update unread count for all affected ↵Thomas Bruederli
mailboxes
2014-04-08Fix bug where "With attachment" option in search filter wasn't selected ↵Aleksander Machniak
after return from mail view (#1489774)
2014-04-07Make UID extraction function globally availbale (for plugins)Thomas Bruederli
2014-04-07Fix page title and folder selection in search modeThomas Bruederli
2014-04-07More fixes for multi-folder search (#1485234)Thomas Bruederli
2014-04-07Small refactoring of message list column configuration; fixes table column ↵Thomas Bruederli
resorting issues with hidden 'folder' column
2014-04-07Save list columns as array in sessionThomas Bruederli
2014-04-07Merge branch 'dev-multi-folder-search'Thomas Bruederli
2014-04-02Bring back $COMPOSE['reply_uid'] lost in commit 73076d7eAleksander Machniak
2014-04-01Removed redundant default_folders config option (#1489737)Aleksander Machniak
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2014-03-31Set In-Reply-To and References for forwarded messages (#1489593)Aleksander Machniak
2014-03-25Improve mbox format import: don't expect empty lines after each messageThomas Bruederli
2014-03-22Make sure parent folder selector always contains parent folderAleksander Machniak
of current folder, even if it does not exist
2014-03-22CS fixesAleksander Machniak
2014-03-22Merge pull request #167 from Steffen185/allow_url_fopen_offAleksander Machniak
Make modcss.inc work with allow_url_fopen = Off
2014-03-21Disable link registering mailto: protocol handler if not supported by the ↵Thomas Bruederli
browser (#1489569)
2014-03-20Don't hide upload dialog if no file was selected. Display an alert message ↵Thomas Bruederli
for all empty file uploads (#1489685)
2014-03-14Trim search filter to prevent from creating invalid search criteria when ↵Aleksander Machniak
skip_deleted = true.
2014-03-13Fix message import dialog (#1489685):Thomas Bruederli
- Display alert if no file is chosen - Unlock the UI if form is not submitted - Avoid duplicate error messages - Fix javascript error due to missing attachments list widget