Commit Graph

77 Commits

Author SHA1 Message Date
Aleksander Machniak
47d9ed6d0c Add support for PHPUnit 6 and 7 (#6870)
Fixes composer dependencies: Package phpunit/phpunit-mock-objects is abandoned

We cannot support v8 yet because of errors like:
Declaration of MailFunc::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void
It would require dropping PHP < 7.1 support.
2019-12-28 09:37:45 +01:00
Aleksander Machniak
4b607e2ed3 Fix so Elastic is also a default in jqueryui plugin (#7039) 2019-11-18 15:30:23 +01:00
PhilW
32775f0e43 remove redundant type attrib in script tag 2019-10-19 13:54:52 +01:00
Aleksander Machniak
cc1a1d95fe Correct property name 2019-10-16 12:40:41 +02:00
Aleksander Machniak
4096739322 Fix including assets that exist only in minified version 2019-08-30 12:08:48 +02:00
Aleksander Machniak
1a68fe25c0 Elastic: Fix padding in jQuery-UI dialogs 2019-03-25 12:51:08 +01:00
Aleksander Machniak
1473522928 Keep .diff instead of .orig files 2019-01-30 12:02:49 +01:00
Aleksander Machniak
b6a3df2824 Update to jQuery-MiniColors 2.3.4
Fixes color picker issue when using Roundcube in an iframe.
2019-01-30 11:59:29 +01:00
Rotzbua
f8b6493ecf Change http to https for plugins.roundcube.net (#6405) 2018-11-08 12:30:45 +01:00
Aleksander Machniak
d49eb1889b Fix selecting jQuery-UI styles for skins that extend Elastic 2018-04-28 11:11:00 +00:00
Aleksander Machniak
50312af17e Fix fatal error on asset_exists() use 2018-04-12 06:45:00 +00:00
Aleksander Machniak
ff55fa622f Fix jqueryui plugin compatibility with assets_dir setting 2018-04-10 17:27:41 +02:00
Aleksander Machniak
df30d71e5a Elastic: Improvements to .ui-menu and z-index fix in the slider 2018-03-21 15:55:24 +00:00
Aleksander Machniak
0a01ccc00d Remove redundant datepicker localization 2018-01-15 13:45:23 +01:00
Aleksander Machniak
20a0ca6b16 Elastic: Remove tagedit.css, these styles are handled by the skin now 2018-01-10 13:41:11 +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
13dab18652 Add minicolors config to the client env 2017-11-23 11:42:12 +01:00
Aleksander Machniak
375d648917 Improve minicolors widget style for Elastic 2017-11-14 13:51:47 +01:00
Aleksander Machniak
dbecd3c8b5 Elastic: Fix padding for dialog buttons 2017-10-17 13:32:49 +02:00
Aleksander Machniak
3a77c906a1 Merge branch 'master' into dev-elastic 2017-09-10 13:28:47 +02:00
Aleksander Machniak
91826a755b Elastic: Cleanup datepicker styles 2017-08-31 18:32:10 +02:00
Aleksander Machniak
ebfc8448aa Small correction in dialog size calculation 2017-07-25 17:33:22 +02:00
Aleksander Machniak
0940370ccd Support elastic skin in jqueryui plugin
For now only dialogs covered.
2017-07-23 18:41:45 +02:00
Aleksander Machniak
c2068070df Fix path to minicolors image 2017-07-23 14:03:07 +00:00
Aleksander Machniak
b54a0b86b1 Update to jquery-minicolors 2.2.6 2017-07-22 21:03:34 +02:00
Aleksander Machniak
9858c2a294 Merge branch 'master' into dev-elastic 2017-05-14 13:32:35 +02:00
Thomas Bruederli
d4e4cfef92 More flattening of jQuery UI styles 2017-04-22 14:11:02 +02:00
Thomas Bruederli
7969981320 Flattened buttons and icons, removed gradients and box shadows 2017-04-22 13:51:31 +02:00
Aleksander Machniak
48d9ee4f1f A better way of intercepting dialog position in larry 2017-01-19 10:38:46 +01:00
Aleksander Machniak
e0cedf0f36 Fix some datepicker style in mozilla 2016-09-08 12:48:22 +02:00
Aleksander Machniak
f6d1c40a6b Fix background color of some menu lists 2016-09-06 05:29:36 -04:00
Aleksander Machniak
b0fae77784 Added missing composer.json file for jqueryui plugin 2016-09-06 05:25:10 -04:00
Aleksander Machniak
a5348bbe7f Fix some styles after jQuery-UI update 2016-08-15 11:58:44 +02:00
Aleksander Machniak
b12309a759 Re-enable accessible datepicker 2016-08-15 05:34:34 -04:00
Aleksander Machniak
8448c8d136 Upgrade to jquery-minicolors-2.2.4 2016-08-15 04:01:04 -04:00
Aleksander Machniak
b3ee5d13cd Update to jQuery-UI 1.12.0 2016-08-12 10:40:24 +02:00
Aleksander Machniak
74a7dd553c Fix datepicker so it is possible to re-open the calendar widget by click (Kolab 5115) 2016-02-29 12:57:35 +01:00
Thomas Bruederli
ca8cfd8654 Don't load jquery UI scripts twice 2015-04-14 15:32:01 +02:00
Thomas Bruederli
22409b88c5 Add sanity check before attempting to add scripts to a non-html output object 2015-03-11 20:18:39 +01:00
Thomas Bruederli
b7a4e2ed18 Better selector for FF35+ 2015-01-27 14:39:26 +01:00
Thomas Bruederli
613966d76f Use @supports selector for setting date selector icon in Firefox 35+ 2015-01-27 14:37:39 +01:00
Aleksander Machniak
686ff4b538 Fix keyboard navigation and css in datepicker widget across many Firefox versions 2015-01-23 09:49:47 +01:00
Aleksander Machniak
5beaac231e Fixed color popup in Chrome browser
The whole <div> element need to be appended to document.body before calling .width() on it.
2015-01-21 15:36:56 -05:00
Aleksander Machniak
788d37db0d Integrate jquery.tagedit with jqueryui plugin 2015-01-08 10:09:25 -05:00
Aleksander Machniak
72b117feb1 Use consistent license identifiers, remove redundant package.xml files 2014-12-09 05:02:13 -05:00
Aleksander Machniak
0ea079d604 dirname(__FILE__) -> __DIR__ 2014-10-13 14:41:55 +02:00
Aleksander Machniak
6c6991fb53 Shrinked some images with TinyPNG (saved 38%) 2014-10-07 10:41:04 +02:00
Thomas Bruederli
1db9a4931c Fix close icon position 2014-08-07 16:13:33 +02:00
Thomas Bruederli
f61959d9c2 Render a rounded outline on focused dialog close button 2014-08-07 16:12:40 +02:00
Thomas Bruederli
a6e9b4f97b Support the 'no-close' class feature for hiding close buttons in jQuery UI dialogs 2014-07-31 14:29:14 +02:00