Commit Graph

6807 Commits

Author SHA1 Message Date
Aleksander Machniak
6ccc8cc020 The "it is a draft" message is more an information than a warning 2017-12-11 13:50:05 +01:00
johndoh
5dbe1f2a5e A device can't be a tablet and a mobile (#6086) 2017-12-11 09:07:06 +01:00
Aleksander Machniak
4a5941c24b Fix get_next() for case when the node is last in the tree branch 2017-12-10 19:37:34 +01:00
Aleksander Machniak
5d26de4467 Add 'datepicker' class also to dinamically generated date inputs 2017-12-07 13:36:30 +01:00
Aleksander Machniak
de544cc905 Add possibility to use localized date format as datepicker input placeholder
Need to be supported by skin. Elastic support is comming.
2017-12-07 12:05:10 +01:00
Aleksander Machniak
8e2f6275a4 Prevent from empty 'class' attribute in generated html 2017-12-06 20:13:50 +01:00
Aleksander Machniak
00cb440a07 Inline warnings can contain HTML code (regression fix) 2017-12-06 19:40:27 +01:00
Aleksander Machniak
db382fa19c Change remote images to remote resources warning also in html attachment preview 2017-12-06 19:33:03 +01:00
Aleksander Machniak
3488531b26 Fix PHP Warning: Use of undefined constant INTL_IDNA_VARIANT_UTS46 on servers without php-intl extension 2017-12-06 15:52:02 +01:00
Aleksander Machniak
46e2e7e16c CS fix 2017-12-06 15:50:58 +01:00
Aleksander Machniak
09c8b33439 Code deduplication 2017-12-06 09:28:50 +01:00
Georgeto
161038ee87 Support additional connect parameters in PostgreSQL database wrapper (#6071)
Most notably this change enables you to specify whether or with what
priority a secure SSL TCP/IP connection will be negotiated with the
database server.
2017-12-06 08:16:59 +01:00
Aleksander Machniak
78aa0efa15 Use confirmation (not notice) message for some successful actions 2017-12-05 15:26:26 +01:00
Aleksander Machniak
842d57e779 Fix setting height of a dialog without buttons pane 2017-12-04 12:05:03 +01:00
Aleksander Machniak
61a6666eee Small CS fixes 2017-12-04 09:16:21 +01:00
Aleksander Machniak
d76f255c3b Improve iPad/iPhone detection
Some devices do not set iPhone/Ipad string in User-Agent, so we
have to check also navigator.platform.
2017-12-03 18:21:05 +01:00
Aleksander Machniak
92d6673bb5 Add 'signature' identifier to signature element in sent HTML message (#6073) 2017-12-03 11:35:58 +01:00
Aleksander Machniak
ca39a4e093 Fix PHP warning "idn_to_utf8(): INTL_IDNA_VARIANT_2003 is deprecated" with PHP 7.2 (#6075) 2017-12-03 10:41:41 +01:00
Aleksander Machniak
489ad88617 Small code de-duplication 2017-12-02 09:38:37 +01:00
Aleksander Machniak
758044d69e Add skin config options to dont_override list
... so e.g. options in user preferences will be hidden.
2017-11-28 16:32:01 +01:00
Aleksander Machniak
5a63e52380 Add class attribute to the pushgroup action button 2017-11-27 10:03:05 +01:00
Aleksander Machniak
52b252ea26 Also stop propagation on keyup event in dialogs 2017-11-21 16:39:37 +01:00
Aleksander Machniak
c5db84262e Don't propagate keyboard events to the UI below the dialog (#6055) 2017-11-21 16:33:59 +01:00
Aleksander Machniak
6dbdf9dedd Skip empty blocks in contact form 2017-11-21 13:26:47 +01:00
Aleksander Machniak
196ce5d251 Fix so clicking pushgroup link on contacts list does not load group information page
Added a general way to mark all such links with data-action-link attribute.
2017-11-21 13:14:44 +01:00
Aleksander Machniak
36638ec0c2 Fix untagged COPYUID responses handling - again (#5982) 2017-11-20 18:05:07 +01:00
Aleksander Machniak
9ce8948294 Get rid of the 2nd argument of include_stylesheet()
.. make the optional behavior default now.
2017-11-20 14:03:07 +01:00
Aleksander Machniak
1cf72fa2b6 Allow plugins to include Less files (#6051) 2017-11-20 13:48:07 +01:00
Aleksander Machniak
3ed6418d55 Use attributes of the template object 2017-11-20 10:19:03 +01:00
Aleksander Machniak
c6b2d8bead Merge branch 'dev-elastic' 2017-11-19 13:23:40 +01:00
Aleksander Machniak
c6e6f50de1 Simplify confirm_dialog and alert_dialog code and use 2017-11-19 13:20:25 +01:00
Aleksander Machniak
43c210f04d Merge branch 'pretty_confirms' of https://github.com/JohnDoh/roundcubemail into JohnDoh-pretty_confirms 2017-11-19 12:12:36 +01:00
PhilW
8c250a27f8 improvements for plugins and frames 2017-11-19 10:22:52 +00:00
Aleksander Machniak
01e3cf23e0 Fix PHP Warning: Use of undefined constant 'href' 2017-11-18 16:30:59 +01:00
PhilW
e7311e0e5e more consistent function names 2017-11-18 13:17:14 +00:00
PhilW
af52df68bf use skinned alert and confirm boxes in plugins 2017-11-18 09:50:43 +00:00
Aleksander Machniak
4cb7713520 Fix checking table columns when there's more schemas/databases in postgres/mysql (#6047) 2017-11-18 10:06:28 +01:00
Aleksander Machniak
a6c37b7735 Fix broken long filenames when using imap4d server - workaround server bug (#6048) 2017-11-17 14:29:57 +01:00
Aleksander Machniak
f6733a5d9e Add id attribute to the reply-intro para (#6049) 2017-11-17 12:58:41 +01:00
Aleksander Machniak
eed4be3ba6 Display value of the SMTP message size limit in the error message (#6032) 2017-11-17 12:33:31 +01:00
PhilW
26f1b0770c use skinned alert boxes 2017-11-16 20:54:40 +00:00
PhilW
b897fe9349 use skined confirmation boxes where possible 2017-11-16 20:54:24 +00:00
Aleksander Machniak
e6398f8786 Assign attachment type classes also in print mode 2017-11-16 13:05:20 +01:00
Aleksander Machniak
828f73a4b9 Small improvements to .image-attachment contents strusture 2017-11-16 10:36:19 +01:00
Aleksander Machniak
96d3553c79 Add some labels for Elastic 2017-11-15 18:30:31 +01:00
Aleksander Machniak
adc9df803b Fix var scope (#6042) 2017-11-14 07:58:54 +01:00
Aleksander Machniak
552a851d6c Append "..." to draglayer as div, the same as other drag entries 2017-11-13 19:17:12 +01:00
Aleksander Machniak
8fcd014040 Small improvement to .cancelupload button 2017-11-13 18:37:28 +01:00
Aleksander Machniak
0385eca50e Add tmplate option to place contact source inside the contact head element 2017-11-13 11:30:27 +01:00
Aleksander Machniak
ff1b994ece More precise dialog height calculation - that works with various skins 2017-11-12 21:22:42 +01:00