Aleksander Machniak
ebb5d95288
Add also String.endsWith() polyfill
9 years ago
Aleksander Machniak
67b575aa4f
Add composeFormHead object for templates to return form tag with hidden inputs
9 years ago
Aleksander Machniak
5a61e3487e
Set more classes to buttons in restore message dialog
9 years ago
Aleksander Machniak
d430903f6b
Support contentEditable elements for autocomplete
9 years ago
Aleksander Machniak
559254d6ee
Use <button> instead of <input> for submit button on logon screen
9 years ago
Aleksander Machniak
b1be7fca51
Unify inline warnings in rcmail_html_page
9 years ago
Aleksander Machniak
51dffcda86
Skip <script> element if it has no content
9 years ago
Aleksander Machniak
f9ac9a8aad
Add some missing/new labels for aria elements
9 years ago
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
9 years ago
Aleksander Machniak
71ff264b02
Support conditional include
9 years ago
Aleksander Machniak
6c11825a0d
Improve googiespell widget for better styling capabilities
...
.. it is possible to style it with css, no images are required
9 years ago
Aleksander Machniak
8706d7fb0c
Merge branch 'dev-elastic' of github.com:roundcube/roundcubemail into dev-elastic
9 years ago
Aleksander Machniak
1d0cecb41a
Add autocomplete_create event so plugins/skins can do something on the autocomplete popup element
9 years ago
Aleksander Machniak
431b9d6b75
Fix update_row() for lists with checkbox selection
9 years ago
Aleksander Machniak
a928c3f988
Add editor-init event
9 years ago
Aleksander Machniak
4b9a08657f
Set save button css class in simple dialog according to its label
9 years ago
Aleksander Machniak
ae8ff966b5
Fix (again) context of close function in simple dialog
9 years ago
Aleksander Machniak
29668f4c97
Fix context in close function of simple dialogs
9 years ago
Aleksander Machniak
38067f61da
Get rid of data-popup-pos
9 years ago
Aleksander Machniak
4525388337
More unified style of folder-selector
9 years ago
Aleksander Machniak
aba37bfcaf
Make 'compose' command always enabled
9 years ago
Aleksander Machniak
adbab9d3e2
Merge branch 'master' into dev-elastic
9 years ago
Aleksander Machniak
ba11e844f7
Added optional checkbox selection for the list widget
9 years ago
Aleksander Machniak
821d449d86
Fix/rephrase "unsaved changes" warning when cancelling a draft ( #5610 )
9 years ago
Aleksander Machniak
f8a30526de
Add possibility to use "Add contact" link without an image element inside
9 years ago
Aleksander Machniak
e2d80479d6
Make possible to set (some) config options from a skin
9 years ago
Aleksander Machniak
4ac7cf0fca
Add localization label
9 years ago
Aleksander Machniak
b2d315459a
Fix listmenulink in Larry
9 years ago
Aleksander Machniak
3dd24bce75
Merge pull request #5658 from JohnDoh/group-rename
...
small amendment to #5652
9 years ago
JohnDoh
d379dc897a
small fix for current group detection and add similar rules for group-delete
9 years ago
Aleksander Machniak
4d663c477c
Merge pull request #5635 from joebordes/patch-1
...
Pass full message object on message_sent event
9 years ago
Aleksander Machniak
ec98aa5b52
Merge pull request #5652 from JohnDoh/group-rename
...
don't use env for group-rename action
9 years ago
Aleksander Machniak
cd61d7ebd0
Minimize unwanted message loading in preview frame on drag ( #5616 )
...
also remove dummy_select flag which is not needed anymore.
9 years ago
Aleksander Machniak
dae5ffd07a
Fix bug where it was too easy accidentally move a folder when using the subscription checkbox ( #5655 )
9 years ago
JohnDoh
336e937946
also fix source in group create function
9 years ago
JohnDoh
82d049f1a2
check group id matches current one before changing the title
9 years ago
PhilW
e6f18ba6a6
Merge branch 'master'
9 years ago
Aleksander Machniak
95a7ece543
Fix update of group name in the contacts list header on group rename ( #5648 )
9 years ago
JohnDoh
f40e515cb2
don't use env for group-rename action
9 years ago
Aleksander Machniak
b7e4c94972
Bring back lists buttons in TinyMCE toolbar
9 years ago
Aleksander Machniak
df88d10f13
simple_dialog() improvements
9 years ago
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.
9 years ago
Aleksander Machniak
ad83610a5e
Rename $sql_arr variable to $record as it's not about sql only
9 years ago
Aleksander Machniak
61bec3efa4
Fix regression where groups with email address were resolved to its members' addresses
9 years ago
Joe Bordes
3c1d951d84
feat(Hook) full message object on message_sent event
9 years ago
Aleksander Machniak
81f67a4de2
Don't use each() deprecated in PHP 7.2
9 years ago
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().
9 years ago
Aleksander Machniak
dfd19206a4
sizeof() -> count()
9 years ago
Aleksander Machniak
2d9444bef0
Display contact import and advanced search in popup dialogs
9 years ago
Aleksander Machniak
46e3b94826
Fix bug where signature couldn't be added above the quote in Firefox 51 ( #5628 )
9 years ago