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
Aleksander Machniak
9cf1e83d7a
Fix autocomplete popup closing ( #5606 )
...
1. Tab key does not work as Enter. Now it works as Escape and jumps to another input.
2. Click on document (outside of the autocomplete input and popup) closes the popup.
2017-01-20 13:54:48 +01:00
Aleksander Machniak
79950630fa
Increase limit of group members when expanding a group from autocomplete ( #5604 )
2017-01-20 13:36:48 +01:00
Aleksander Machniak
879f1dd2a0
Register some labels, add one localization label
2017-01-19 19:34:54 +01:00
Aleksander Machniak
3cc5eb158a
Add event argument to button function in simple_dialog()
2017-01-19 19:34:21 +01:00
Aleksander Machniak
7323f633f7
Fix bug where re-selection of messages list record didn't work
...
A regression in old commit 24fa5d3154
2017-01-19 14:01:10 +01:00
Aleksander Machniak
f789cb53b2
Fix bug where drag-n-drop element could be empty after check-recent action
2017-01-19 11:50:44 +01:00
Aleksander Machniak
f4b57bad31
Fix missing thread expand icon on search result in widescreen mode ( #5613 )
2017-01-18 15:10:23 +01:00
Aleksander Machniak
7ef975490b
Unified and simplified code for loading content frame for responses and identities
2017-01-17 20:35:59 +01:00
Aleksander Machniak
01031d0ced
Reset onerror on images if placeholder does not exist to prevent from requests storm
2017-01-17 15:17:00 +01:00
Aleksander Machniak
8131629c6e
Extended unified searchform object for templates engine
2017-01-14 10:35:44 +01:00
Aleksander Machniak
5ba3f2f596
Various small improvements for templating engine and skin behaviours
2017-01-13 11:18:12 +01:00
Aleksander Machniak
cc10cbe039
Make button object to be a <button> by default
2017-01-13 11:17:05 +01:00
Aleksander Machniak
5b57043cbf
Small code improvements
2017-01-11 11:03:32 +01:00
Aleksander Machniak
700fbd4066
Fix PHP error on update of a contact with multiple email addresses when using PHP 7.1 ( #5587 )
2017-01-10 08:21:21 +01:00
Aleksander Machniak
78237c84b4
Fix bug where mail content frame couldn't be reset in some corner cases ( #5608 )
2017-01-09 12:30:25 +01:00
Aleksander Machniak
e08f22ef28
Fix bug where external content in src attribute of input/video tags was not secured ( #5583 )
2017-01-07 20:00:18 +01:00
Aleksander Machniak
cb58d37bbc
Avoid closure compiler suspicious code warning ( #5584 )
2017-01-07 19:29:30 +01:00
Aleksander Machniak
3bb12e75f7
Add class attribute for preferences sections list
2017-01-07 10:51:21 +01:00
Aleksander Machniak
6eb8f89b4d
Remove redundant code
2017-01-07 10:31:08 +01:00
Aleksander Machniak
7340360e79
Fix bug where image data URIs in css style were treated as evil/remote in mail preview ( #5580 )
2017-01-07 09:59:42 +01:00