Commit Graph

5181 Commits

Author SHA1 Message Date
Aleksander Machniak
6b2b2eca5f Remove deprecated functions (these listed in bc.php file) usage 2013-12-22 14:12:15 +01:00
Aleksander Machniak
54029ea959 Fix broken text/* attachments when forwarding/editing a message (#1489426) 2013-12-21 14:49:00 +01:00
Aleksander Machniak
5224a6b394 Make possible to get contact ID from HTML id attribute (#1489414) 2013-12-21 14:14:57 +01:00
Aleksander Machniak
f6d23a8dce Fix PHP warning when 1st argument of parse_host() is not a string (#1489486) 2013-12-20 17:41:10 +01:00
Aleksander Machniak
c562a31681 Improved minified files handling, added css minification (#1486988) 2013-12-18 21:41:56 +01:00
Aleksander Machniak
538e64c572 Fix Closure-compiler warnings, small code improvements 2013-12-18 20:57:35 +01:00
Aleksander Machniak
774f9dc835 Fix replacing group name with group members on autocompletion
(for some addressbook plugins where email field is not a flat array)
2013-12-17 11:05:53 +01:00
Aleksander Machniak
a520f331c1 Fix handling of X-Forwarded-For header with multiple addresses (#1489481) 2013-12-17 09:21:05 +01:00
Aleksander Machniak
0c8049f226 Fix position of messages list column dragging layer when the list is scrolled down 2013-12-15 19:19:15 +01:00
Aleksander Machniak
9a0153324e Implemented menu actions to copy/move messages, added folder-selector widget (#1484086) 2013-12-15 10:01:38 +01:00
Aleksander Machniak
4187b3e26f Merge branch 'master' of github.com:roundcube/roundcubemail 2013-12-12 08:59:41 +01:00
Aleksander Machniak
d19c0f9f30 In normalize_string() replace 4-byte unicode characters with '?' character.
These are not supported in default utf-8 charset on mysql,
the chance we'd need them in searching is very low.
2013-12-12 08:58:54 +01:00
Aleksander Machniak
48660a881c Fix use of non-existing localization label (#1489474) 2013-12-11 15:36:16 +01:00
Aleksander Machniak
f896370557 Improved drag-n-drop layer: - do not auto-select children of collapsed threads,
display subjects in real order (not is selection order), some code improvements
2013-12-11 15:32:36 +01:00
Aleksander Machniak
302eb266de Fix regression where only first new folder was placed in correct place on the list (#1489472) 2013-12-11 09:31:19 +01:00
Aleksander Machniak
7eecf873da Fix issue where children of selected and collapsed thread were skipped on various actions (#1489457) 2013-12-09 19:16:14 +01:00
Aleksander Machniak
37ef824256 Added sk_SK localization for csv2vcard map 2013-12-09 09:44:45 +01:00
Aleksander Machniak
edca654ef0 Fix quota image broken in e71ceb0c98 (#1489467) 2013-12-09 08:55:25 +01:00
Aleksander Machniak
fd0c123e44 Fix fixed header issue after removing rows (1295420) 2013-12-08 10:57:44 +01:00
Aleksander Machniak
39c90d6b61 Make sure selected group is listed after delete error (#1489463) 2013-12-08 10:03:00 +01:00
Aleksander Machniak
029f7a157d Clarify update() result description, return boolean when ID didn't change 2013-12-08 09:39:33 +01:00
Aleksander Machniak
2c16ab5682 Check rcube_addressbook::get_error() after failing delete (#1489463) 2013-12-05 12:46:23 +01:00
Aleksander Machniak
18b40c1a32 Fix issue where groups were not deleted when "Replace entire addressbook" option on contacts import was used (#1489420) 2013-12-04 13:58:43 +01:00
Aleksander Machniak
38bf401cf8 Fix performance of listing writeable folders (#1489451) 2013-12-01 10:55:13 +01:00
Thomas Bruederli
ce6050cbbb Display version from composer.json even if not intstalled 2013-11-28 21:21:36 +01:00
Thomas Bruederli
3b95e24fbb Updated localizations from Transifex 2013-11-28 20:06:55 +01:00
Aleksander Machniak
5f31429de5 Fix preparation of message object before saving into the cache.
The bug cased e.g. displaying HTML content as plain text for messages
with Content-Type: text/html.
2013-11-28 15:20:58 +01:00
Aleksander Machniak
38f1f56920 Exec config_get hook also in rcube_config::all() (#1485981) 2013-11-28 09:16:36 +01:00
Aleksander Machniak
ffec857b69 Fix handling of invalid closing tags in HTML messages (#1489446) 2013-11-28 09:12:03 +01:00
Aleksander Machniak
993eb88d5a Always send unread counter update for current folder 2013-11-26 13:09:56 +01:00
Aleksander Machniak
ac3cddac97 Skip charset (or use US_ASCII) intead of UTF-8 if body contains only ASCII characters 2013-11-25 15:53:45 +01:00
Aleksander Machniak
acc900cb63 Small code improvement 2013-11-25 09:05:16 +01:00
Aleksander Machniak
75a5c3554a Add possibility to overwrite a label/message in Roundcube's language package (#1489433) 2013-11-25 09:00:49 +01:00
Aleksander Machniak
f59cfe8806 Make Reporting-UA header in MDN report optional, as User-Agent is 2013-11-24 10:07:50 +01:00
Thomas Bruederli
0786798438 Make local storage functions work before rcmail.init() was called 2013-11-23 16:59:32 +01:00
Aleksander Machniak
8c5f405587 Set real content-type for file downloads (#1489439) 2013-11-23 13:14:11 +01:00
Aleksander Machniak
7184b3a0e1 - Update TinyMCE to version 3.5.10 (#1489442) 2013-11-23 09:38:02 +01:00
Aleksander Machniak
184a11b4fb Fix keyboard navigation in autocompletion list on Opera browser
(use keydown event on all browsers)
2013-11-22 15:46:37 +01:00
Aleksander Machniak
f768a6eae8 Fix so contactnotfound message is of type error not info 2013-11-22 12:50:41 +01:00
Aleksander Machniak
b82fccfc69 Display loading message when loading identity frame 2013-11-22 12:40:53 +01:00
Thomas Bruederli
8d3a9d3213 Merge branch 'master' of github.com:roundcube/roundcubemail 2013-11-22 09:25:43 +01:00
Aleksander Machniak
b5117238db Merge branch 'master' of github.com:roundcube/roundcubemail 2013-11-22 09:24:32 +01:00
Thomas Bruederli
bf3018e7ed Trigger event when opening new windows with a reference to the window object (#1489413) 2013-11-22 09:21:27 +01:00
Aleksander Machniak
3ab616c742 Fix rowcount when list element contains bot only tr/li elements but also text nodes 2013-11-22 09:18:55 +01:00
Thomas Bruederli
34003c5fa5 Display status messages as pile of black bars overlaying the UI in order to improve visibility (#1488974) 2013-11-22 09:04:29 +01:00
Aleksander Machniak
b7fb20af3a Fix issue where subject input might get filled with "null" string (IE8) 2013-11-21 19:03:03 +01:00
Aleksander Machniak
303e21fc63 Replace Array.indexOf() with jQuery.inArray() for older browsers (IE<9) 2013-11-21 18:45:29 +01:00
Aleksander Machniak
5bd8712f71 Fix folders sorting procedure.
Fixes the issue where after creating a folder with name 'Abc abc'
it were added before existing subfolders of folder 'Abc' and after 'Abc'.
2013-11-21 13:10:25 +01:00
Aleksander Machniak
f13ae32aec Merge branch 'master' of github.com:roundcube/roundcubemail 2013-11-21 10:51:09 +01:00
Aleksander Machniak
978ff8794f Make sort_folder_list() public 2013-11-21 10:50:42 +01:00