37 Commits

Author SHA1 Message Date
onli
19bdfec0b9 Restore autoscroll functionality (#189) 2014-07-06 23:44:50 +02:00
Matthias Mees
88028d1da2 Rebuild plugins.js.
References #189
2014-06-29 13:21:04 +02:00
Matthias Mees
3d5354dd79 Disable debug mode for tabs plugin.
References #189
2014-06-29 13:19:23 +02:00
Matthias Mees
560e19e880 Minor typo. 2014-06-29 11:45:12 +02:00
Matthias Mees
1c343badcd Re-minified jquery.tabs.js.
For some reason, the minified version supplied by the plugin's
repository threw an errow, so I reminified it with UglifyJS.

References #189
2014-06-25 13:50:51 +02:00
Matthias Mees
a87944ef44 Include minified versions of JS plugins.
Included minified version from plugin repository if supllied there.
If not, used http://marijnhaverbeke.nl/uglifyjs on the unminified
source file (keeping "head" comments, which usually include license
info).

Saved ~42% of plugins.js. \o/

References #189
2014-06-25 13:43:07 +02:00
Matthias Mees
9808c57f1e Minor typos in gruntipity.php. Made docs a bit clearer.
References #189
2014-06-25 13:02:37 +02:00
Garvin Hicking
33193806ed References #189
Combine additional jquery/plugin files into one
Remove single file references
Moved dragdrop.js to serendipity_Editor.js.

Please test. Might make trouble in the installer/upgrader?
2014-06-25 12:28:59 +02:00
Matthias Mees
7d127738ca Add AccessifyHTML5 and details polyfill as external files.
Technically being third-party libraries, these should be included
in our combined plugins js file. Once that file is being generated,
we can remove these to from serendipity_editor.js.tpl.

References #189
2014-06-25 10:33:54 +02:00
onli
36987228f9 include indexeddb polyfill directly (#186) 2014-06-24 22:51:58 +02:00
onli
b50559accd indexeddb polyfill (#186) 2014-06-22 17:58:09 +02:00
Matthias Mees
f06da2f6ac Add new Modernizr build, upgrade Modernizr to 2.8.2.
This included feature test for indexedDB and WebSQL.

References #186
2014-06-17 11:13:28 +02:00
onli
ccbfcf2e66 Finish uplaod resize function (#137)
configurable, some fixes, polyfill for chrome
2014-05-08 22:37:44 +02:00
Matthias Mees
4daffd0294 Update Modernizr to 2.8.1 (custom build) 2014-05-02 14:58:19 +02:00
Matthias Mees
6b8f893299 Include updated, "customized" build of MagnificPopup.
Also adds missing test to Modernizr build.

References #85
2014-04-20 14:00:44 +02:00
Matthias Mees
49ce068117 Include customized Modernizr build; update Modernizr to latest.
This build includes only the tests and shivs in Modernizr we do
actually use. If we add tests (in CSS or JS) or find some are
missing, this build needs to be renewed.

References #85
2014-04-20 13:30:28 +02:00
Matthias Mees
e3c027907f New Modernizr build. 2014-03-09 20:04:16 +01:00
Matthias Mees
a956c52e6b Update Modernizr to recent version
We still need to include a customized build of this.
2014-03-09 11:49:48 +01:00
Ian
1e1305c24c fix debug mode leftover
References #81
2014-03-08 09:04:04 +01:00
Matthias Mees
b2f1b85900 Reorder function in dragdrop.js to fix it for Firefox
References #81
2014-03-07 23:48:51 +01:00
Garvin Hicking
70aea65078 Make accessible tabs remember their last choice.
Bundled jquery.cookie library for that.
Every TABlist now needs to have a unique ID.
2014-03-05 11:37:38 +01:00
onli
b55689ebf4 Fix plugincontrols in no-js mode 2014-01-20 21:28:20 +01:00
Matthias Mees
c731c371d3 Only execute dragdrop.js if device does not support touch events.
Also hide noscript controls for plugin manager differently, but show
them on no-js and touch devices. This is supposed to compensate the
fact that the dragdrop JS does not work on touch devices. Might need
a better solution long-term here.
2014-01-20 12:32:36 +01:00
onli
daa3afe812 Fix drag'n drop in plugin configs
As discussed in #65. Uses a simpler approach to detect the order of the items and their activation at the same time
2013-10-09 16:43:15 +02:00
Matthias Mees
64f64bd139 Use tab interface for add media upload/download options.
References #26
2013-07-21 11:58:53 +02:00
onli
fb100aaa79 use magnific popup 2013-07-07 22:43:11 +02:00
onli
b79cf1b9b4 group plugin dragdrop targets 2013-06-19 23:18:46 +02:00
Matthias Mees
ccd4fca695 No more noConflict, yay. 2013-05-30 20:27:32 +02:00
Matthias Mees
5edc98545d include 2k11.admin.js in serendipity_editor.js.tpl. 2013-05-30 17:41:35 +02:00
Matthias Mees
1a3f4d37be Drop IE7 boxsizing polyfill. 2013-05-30 17:19:41 +02:00
Matthias Mees
3e536dd4a8 Move backend jQuery plugins to dedicated subdirectory.
From now on, we'll keep jQuery plugins required by the backend in
/templates/2k11/admin/js/ (as well as other vendor JS like e.g.
Modernizr).
2013-05-30 17:15:54 +02:00
Matthias Mees
f2e40a87d4 Equal heights for media library elements. 2013-05-27 12:05:59 +02:00
Matthias Mees
f37663053e Update AccessifyHTML5 to support main element. 2013-05-11 14:44:10 +02:00
Matthias Mees
1281376681 Use new HTML5 main element. 2013-05-11 14:07:16 +02:00
Matthias Mees
6bbbb6ac34 Switching to proper main role. 2013-02-18 16:48:11 +01:00
Matthias Mees
56679cf481 Added AccessifyHTML5 plugin to take care of WAI-ARIA roles. 2013-02-14 22:11:25 +01:00
Matthias Mees
8397b08b88 Added new backend template files (smartified core tpls and 2k11 admin tpls as well as related assets). 2012-12-03 00:59:42 +01:00