Commit Graph

6543 Commits

Author SHA1 Message Date
Aleksander Machniak
ebb5d95288 Add also String.endsWith() polyfill 2017-04-18 17:32:27 +02:00
Aleksander Machniak
67b575aa4f Add composeFormHead object for templates to return form tag with hidden inputs 2017-04-14 12:05:15 +02:00
Aleksander Machniak
5a61e3487e Set more classes to buttons in restore message dialog 2017-04-12 18:07:23 +02:00
Aleksander Machniak
d430903f6b Support contentEditable elements for autocomplete 2017-04-09 16:23:02 +02:00
Aleksander Machniak
559254d6ee Use <button> instead of <input> for submit button on logon screen 2017-04-04 15:00:12 +02:00
Aleksander Machniak
b1be7fca51 Unify inline warnings in rcmail_html_page 2017-04-03 16:23:28 +02:00
Aleksander Machniak
51dffcda86 Skip <script> element if it has no content 2017-03-26 19:17:38 +02:00
Aleksander Machniak
f9ac9a8aad Add some missing/new labels for aria elements 2017-03-26 13:04:14 +02:00
Aleksander Machniak
f03839b24b Add support for 'link' objects in templates (with conditions)
.. to simplify conditional <link> tags injection while nested 'if' objects do not work
2017-03-22 12:15:39 +01:00
Aleksander Machniak
71ff264b02 Support conditional include 2017-03-20 11:47:38 +01:00
Aleksander Machniak
6c11825a0d Improve googiespell widget for better styling capabilities
.. it is possible to style it with css, no images are required
2017-03-16 13:50:50 +01:00
Aleksander Machniak
8706d7fb0c Merge branch 'dev-elastic' of github.com:roundcube/roundcubemail into dev-elastic 2017-03-16 11:22:09 +01:00
Aleksander Machniak
1d0cecb41a Add autocomplete_create event so plugins/skins can do something on the autocomplete popup element 2017-03-16 11:18:19 +01:00
Aleksander Machniak
431b9d6b75 Fix update_row() for lists with checkbox selection 2017-03-15 15:52:39 +01:00
Aleksander Machniak
a928c3f988 Add editor-init event 2017-03-15 12:36:07 +01:00
Aleksander Machniak
4b9a08657f Set save button css class in simple dialog according to its label 2017-03-10 18:51:30 +01:00
Aleksander Machniak
ae8ff966b5 Fix (again) context of close function in simple dialog 2017-03-07 13:06:27 +01:00
Aleksander Machniak
29668f4c97 Fix context in close function of simple dialogs 2017-03-07 12:59:37 +01:00
Aleksander Machniak
38067f61da Get rid of data-popup-pos 2017-03-06 16:49:37 +01:00
Aleksander Machniak
4525388337 More unified style of folder-selector 2017-03-03 17:00:43 +01:00
Aleksander Machniak
aba37bfcaf Make 'compose' command always enabled 2017-03-03 12:46:43 +01:00
Aleksander Machniak
adbab9d3e2 Merge branch 'master' into dev-elastic 2017-03-03 09:14:44 +01:00
Aleksander Machniak
ba11e844f7 Added optional checkbox selection for the list widget 2017-03-03 09:13:53 +01:00
Aleksander Machniak
821d449d86 Fix/rephrase "unsaved changes" warning when cancelling a draft (#5610) 2017-02-28 11:42:38 +01:00
Aleksander Machniak
f8a30526de Add possibility to use "Add contact" link without an image element inside 2017-02-26 16:08:17 +01:00
Aleksander Machniak
e2d80479d6 Make possible to set (some) config options from a skin 2017-02-26 15:31:06 +01:00
Aleksander Machniak
4ac7cf0fca Add localization label 2017-02-23 12:59:52 +01:00
Aleksander Machniak
b2d315459a Fix listmenulink in Larry 2017-02-23 11:45:33 +01:00
Aleksander Machniak
3dd24bce75 Merge pull request #5658 from JohnDoh/group-rename
small amendment to #5652
2017-02-20 20:57:51 +01:00
JohnDoh
d379dc897a small fix for current group detection and add similar rules for group-delete 2017-02-20 18:31:30 +00:00
Aleksander Machniak
4d663c477c Merge pull request #5635 from joebordes/patch-1
Pass full message object on message_sent event
2017-02-20 13:17:46 +01:00
Aleksander Machniak
ec98aa5b52 Merge pull request #5652 from JohnDoh/group-rename
don't use env for group-rename action
2017-02-20 13:15:51 +01:00
Aleksander Machniak
cd61d7ebd0 Minimize unwanted message loading in preview frame on drag (#5616)
also remove dummy_select flag which is not needed anymore.
2017-02-19 11:59:04 +01:00
Aleksander Machniak
dae5ffd07a Fix bug where it was too easy accidentally move a folder when using the subscription checkbox (#5655) 2017-02-18 15:13:20 +01:00
JohnDoh
336e937946 also fix source in group create function 2017-02-18 11:31:09 +00:00
JohnDoh
82d049f1a2 check group id matches current one before changing the title 2017-02-17 13:33:23 +00:00
PhilW
e6f18ba6a6 Merge branch 'master' 2017-02-17 13:27:30 +00:00
Aleksander Machniak
95a7ece543 Fix update of group name in the contacts list header on group rename (#5648) 2017-02-17 12:51:52 +01:00
JohnDoh
f40e515cb2 don't use env for group-rename action 2017-02-17 11:42:44 +00:00
Aleksander Machniak
b7e4c94972 Bring back lists buttons in TinyMCE toolbar 2017-02-13 09:10:15 +01:00
Aleksander Machniak
df88d10f13 simple_dialog() improvements 2017-02-12 15:35:27 +01:00
Aleksander Machniak
3e427b4a42 Fix double http request regression (#5633)
Removed 'click' event handler on messages list which was used only
to allow message re-selection. As this feature was broken since 0.9
it looks like we don't really need it. When you're in ctrl-selection
state you can easily ctrl-unselect the message.
2017-02-10 12:09:53 +01:00
Aleksander Machniak
ad83610a5e Rename $sql_arr variable to $record as it's not about sql only 2017-02-07 09:57:58 +01:00
Aleksander Machniak
61bec3efa4 Fix regression where groups with email address were resolved to its members' addresses 2017-02-07 09:56:34 +01:00
Joe Bordes
3c1d951d84 feat(Hook) full message object on message_sent event 2017-02-06 23:26:51 +01:00
Aleksander Machniak
81f67a4de2 Don't use each() deprecated in PHP 7.2 2017-02-06 15:46:18 +01:00
Aleksander Machniak
f29fd706cf Get back to eval()
We used create_function() before but it's deprecated in PHP 7.2
and really it was just a wrapper on eval().
2017-02-06 15:13:41 +01:00
Aleksander Machniak
dfd19206a4 sizeof() -> count() 2017-02-06 13:49:29 +01:00
Aleksander Machniak
2d9444bef0 Display contact import and advanced search in popup dialogs 2017-02-01 17:59:41 +01:00
Aleksander Machniak
46e3b94826 Fix bug where signature couldn't be added above the quote in Firefox 51 (#5628) 2017-02-01 09:03:42 +01:00