summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2014-04-05Fix again xdebug.max_nesting_level limit handling (#1489110)1.0.0Aleksander Machniak
2014-04-04Improve error message on failed http connectionAleksander Machniak
2014-04-03Implement ArrayAccess interface for conveniently accessing rcube_result_set ↵Thomas Bruederli
as array
2014-04-03Allow to force-load plugins which have been loaded but not initialized beforeThomas Bruederli
2014-04-03Don't trigger 'select' event twice when selecting a list itemThomas Bruederli
2014-04-01Replace   entities when converting to textThomas Bruederli
2014-03-31Improve mbox format import: don't expect empty lines after each messageThomas Bruederli
2014-03-23Make sure parent folder selector always contains parent folderAleksander Machniak
of current folder, even if it does not exist
2014-03-21Update Changelog and bump version to 1.0.0Thomas Bruederli
2014-03-21Disable link registering mailto: protocol handler if not supported by the ↵Thomas Bruederli
browser (#1489569)
2014-03-21Synchrnonized translations from TransifexThomas Bruederli
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
2014-03-11Add id for login submit button (#1489676) - make it skin independentAleksander Machniak
2014-03-09Re-arrange buttons in import dialog to match the rest of the appplicationThomas Bruederli
2014-03-09Fix input-button disabled state; add support for jquery UI buttons of type ↵Thomas Bruederli
'uibutton'
2014-03-06Revert "Support structured data for autocompletion results; map 'type' ↵Thomas Bruederli
attribute to CSS class for autocomplete list items" This reverts commit e3773d46cb4f06aaab2747db98765edd6d871524.
2014-03-06Revert "Implement ArrayAccess interface for conveniently accessing ↵Thomas Bruederli
rcube_result_set as array" This reverts commit a7d68eaf1a0df1d954b4d6623ff0419a93739cd2.
2014-03-06Support structured data for autocompletion results; map 'type' attribute to ↵Thomas Bruederli
CSS class for autocomplete list items
2014-03-06Implement ArrayAccess interface for conveniently accessing rcube_result_set ↵Thomas Bruederli
as array
2014-03-05Fix default mailbox sort orderTakika
2014-03-02Fix opening compose screen in new window after saving as draft (#1489643)Thomas Bruederli
2014-02-24Fix some PDO::MYSQL_* constants (wrongly described in PHP manual before 5.3.21)Aleksander Machniak
2014-02-24Improvement in handling invalid email address stringsAleksander Machniak
2014-02-22Suppress IE's default behavior of opening links in a new tab on ctrl-click ↵Thomas Bruederli
by wrapping the clickable content in <span> tag
2014-02-17Fix regression in handling of 'attachments' result in message_compose hook ↵Aleksander Machniak
(#1489627)
2014-02-13Added toolbar button to move message in message viewAleksander Machniak
Conflicts: CHANGELOG
2014-02-11Fix invalid X-Draft-Info on forwarded message draft (#1489587)Aleksander Machniak
2014-02-07Fix directories check in Installer on Windows (#1489576)Aleksander Machniak
Added rcube_utils::is_absolute_path() method
2014-02-05Fix possible javascript error on drag-n-drop (#1489560)Aleksander Machniak
2014-02-05Fix issue when default_addressbook option is set to integer value (#1489407)Aleksander Machniak
2014-02-04Use standard dialog popups for the ACL permissions form; that will open it ↵Thomas Bruederli
in the main window with enoough space and better UI integration
2014-02-04Forward all arguments of the function callThomas Bruederli
2014-02-04Fix infinite loop when converting invalid html to plaintext (#1489566)Thomas Bruederli
2014-02-03Fixed Opera > 15 detection (#1489562)Aleksander Machniak
Conflicts: tests/Framework/Browser.php
2014-02-03Fix bug where it wasn't possible to focus the messages list withAleksander Machniak
mouse click on a record after the focus was put on preview frame.
2014-01-30Branching off for release 1.0Thomas Bruederli
2014-01-30Add Standard Arabic translationThomas Bruederli
2014-01-30Updated localizations from TransifexThomas Bruederli
2014-01-29Include groups in contacts search on mail compose (#1489082)Thomas Bruederli
2014-01-29Execute message/contact moving on dragend callback from list widget because ↵Thomas Bruederli
that includes touch events (#1489431)
2014-01-29Also adapt fixed table header to vertical body scrollingThomas Bruederli
2014-01-29Adjust fixed header position when scrolling (#1295420)Thomas Bruederli
2014-01-29Fix canned responses in HTML mode (#1489536)Thomas Bruederli
2014-01-27Compare message IDs before suggesting to restore compose messages on replyThomas Bruederli
2014-01-27Do not use rcube_config::all()Aleksander Machniak
2014-01-27Check/create default folders on every login not only the first (#1489423)Aleksander Machniak
2014-01-27Update to jQuery 1.11.0Aleksander Machniak
2014-01-24Fix confusing intersect/filter methods naming/behaviour.Aleksander Machniak
Removed rcube_result_index::intersect() method. Changed rcube_result_index::filter() to filter in the same way as rcube_result_thread::filter(), which means it actually does array_intersect(). Added tests scripts for rcube_result_index class.