Commit Graph

5283 Commits

Author SHA1 Message Date
Aleksander Machniak
73076d7ea6 Set In-Reply-To and References for forwarded messages (#1489593) 2014-03-31 19:31:44 +02:00
Thomas Bruederli
a8a50de4e3 Improve mbox format import: don't expect empty lines after each message 2014-03-25 19:28:43 +01:00
Aleksander Machniak
bee1e18966 Skip IMAP SORT request if folder is empty 2014-03-23 11:15:47 +01:00
Aleksander Machniak
1597c8a0c2 Make sure parent folder selector always contains parent folder
of current folder, even if it does not exist
2014-03-22 14:55:12 +01:00
Aleksander Machniak
fbe5bc9ba2 CS fixes 2014-03-22 13:25:08 +01:00
Aleksander Machniak
2369305ad8 Merge pull request #167 from Steffen185/allow_url_fopen_off
Make modcss.inc work with allow_url_fopen = Off
2014-03-22 13:22:24 +01:00
Aleksander Machniak
5733061261 Merge branch 'master' of github.com:roundcube/roundcubemail 2014-03-22 12:58:35 +01:00
Aleksander Machniak
8cc567c004 Drop support for PHP < 5.3.7 2014-03-22 12:56:49 +01:00
Thomas Bruederli
d221576489 Disable link registering mailto: protocol handler if not supported by the browser (#1489569) 2014-03-21 18:32:13 +01:00
Thomas Bruederli
3f4845948c Synchrnonized translations from Transifex 2014-03-21 14:12:22 +01:00
Thomas Bruederli
08da302af0 Don't hide upload dialog if no file was selected. Display an alert message for all empty file uploads (#1489685) 2014-03-20 22:07:02 +01:00
Aleksander Machniak
65f59fa3c6 Bump version number to 1.1-git 2014-03-19 08:49:55 +01:00
Aleksander Machniak
a930815871 Trim search filter to prevent from creating invalid search criteria when skip_deleted = true. 2014-03-14 13:11:36 +01:00
Thomas Bruederli
a36369c383 Fix message import dialog (#1489685):
- 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-13 22:58:57 +01:00
Aleksander Machniak
723a26cff8 Merge branch 'master' of github.com:roundcube/roundcubemail 2014-03-11 09:34:26 +01:00
Aleksander Machniak
904fec7505 Add id for login submit button (#1489676) - make it skin independent 2014-03-11 09:31:45 +01:00
Thomas Bruederli
3980579602 Avoid useless connection attempts if host is empty 2014-03-11 09:12:08 +01:00
Thomas Bruederli
519ce2e2ec Avoid bubbling of clicks to treelist expand/collapse toggles 2014-03-10 14:31:03 +01:00
Thomas Bruederli
3f63a80730 Re-arrange buttons in import dialog to match the rest of the appplication 2014-03-09 15:53:22 +01:00
Thomas Bruederli
34ddfcecef Fix input-button disabled state; add support for jquery UI buttons of type 'uibutton' 2014-03-09 15:35:38 +01:00
Thomas Bruederli
817c98ec3b Add method to reset a treelist widget 2014-03-07 16:10:47 +01:00
Thomas Bruederli
143ceff0d8 Implement ArrayAccess interface for conveniently accessing rcube_result_set as array 2014-03-06 13:17:31 +01:00
Thomas Bruederli
532c10669b Support structured data for autocompletion results; map 'type' attribute to CSS class for autocomplete list items 2014-03-06 13:17:14 +01:00
Takika
2256f89139 Fix default mailbox sort order 2014-03-05 16:40:35 +01:00
Thomas Bruederli
d27a4f8f9e Fix opening compose screen in new window after saving as draft (#1489643) 2014-03-02 19:26:09 +01:00
Aleksander Machniak
32c612c112 Fix some PDO::MYSQL_* constants (wrongly described in PHP manual before 5.3.21) 2014-02-24 14:14:19 +01:00
Aleksander Machniak
2b8f033bcb Improvement in handling invalid email address strings 2014-02-23 14:20:43 +01:00
Thomas Bruederli
0ca978820c Suppress IE's default behavior of opening links in a new tab on ctrl-click by wrapping the clickable content in <span> tag 2014-02-22 14:35:37 +01:00
Thomas Bruederli
128fd9861a Declare LOGIN commands to be anonymized in debug logging 2014-02-19 18:04:04 +01:00
Aleksander Machniak
37b9e02648 Fix regression in handling of 'attachments' result in message_compose hook (#1489627) 2014-02-17 17:40:07 +01:00
Aleksander Machniak
5e8da2b5c9 Added toolbar button to move message in message view 2014-02-13 14:19:41 +01:00
Steffen185
6446d0ac97 modcss.inc: Fixed CS 2014-02-11 17:40:09 +01:00
Steffen185
add515bc74 Make modcss.inc work with allow_url_fopen = Off
Alternatively use the PHP cURL extension
2014-02-11 14:40:33 +01:00
Aleksander Machniak
03de1329ef Fix invalid X-Draft-Info on forwarded message draft (#1489587) 2014-02-11 09:06:53 +01:00
Thomas Bruederli
ce20194266 Add setter for user object to rcube class; we already have getters for various user properties there 2014-02-10 13:18:34 +01:00
Aleksander Machniak
517c9f9a8d Fix directories check in Installer on Windows (#1489576)
Added rcube_utils::is_absolute_path() method
2014-02-07 14:43:51 +01:00
Aleksander Machniak
c83a9556e7 Fix possible javascript error on drag-n-drop (#1489560) 2014-02-05 15:33:03 +01:00
Aleksander Machniak
a35540c786 Fix issue when default_addressbook option is set to integer value (#1489407) 2014-02-05 08:38:06 +01:00
Thomas Bruederli
8a5777fd1a Forward all arguments of the function call 2014-02-04 22:50:22 +01:00
Thomas Bruederli
f147849bb0 Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration 2014-02-04 22:49:23 +01:00
Thomas Bruederli
eecd9ce0f9 Fix infinite loop when converting invalid html to plaintext (#1489566) 2014-02-04 10:23:08 +01:00
Thomas Bruederli
774deaded1 Don't EVER log passwords 2014-02-03 15:34:55 +01:00
Aleksander Machniak
03f1691d47 Fixed Opera > 15 detection (#1489562) 2014-02-03 13:27:36 +01:00
Aleksander Machniak
10abf2bc2d Fix bug where it wasn't possible to focus the messages list with
mouse click on a record after the focus was put on preview frame.
2014-02-03 12:13:25 +01:00
Thomas Bruederli
9ba4967a73 Create class documentation with latest phpdoc utility 2014-01-30 09:56:56 +01:00
Thomas Bruederli
1978ae97a5 Add Standard Arabic translation 2014-01-30 09:04:29 +01:00
Thomas Bruederli
8404fe9e32 Updated localizations from Transifex 2014-01-30 08:59:28 +01:00
Thomas Bruederli
700e3cc76d Include groups in contacts search on mail compose (#1489082) 2014-01-29 15:38:05 +01:00
Thomas Bruederli
001e39e4ea Execute message/contact moving on dragend callback from list widget because that includes touch events (#1489431) 2014-01-29 13:05:47 +01:00
Thomas Bruederli
4ae28ff09f Also adapt fixed table header to vertical body scrolling 2014-01-29 11:55:19 +01:00