| #
acd3eb67 |
| 02-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
Enable LANG.template.<template>.key to provide localized strings in templates
|
| #
6b0ec830 |
| 21-Jul-2013 |
Michael Hamann <michael@content-space.de> |
In debug mode: catch and log JS errors with file information
When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional informa
In debug mode: catch and log JS errors with file information
When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional information from which file they came. This should make it easier to find out which plugin is the cause for broken JS code. The feature isn't enabled by default as defining functions inside try-clauses isn't allowed in strict mode and causes a warning at least in Firefox.
show more ...
|
| #
99421189 |
| 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
disabled JavaScript compatibility layer
this disables the JavaScript compatibility layer which let pre-jQuery migration plugins run with their old code.
This will break plugins using outdated JavaS
disabled JavaScript compatibility layer
this disables the JavaScript compatibility layer which let pre-jQuery migration plugins run with their old code.
This will break plugins using outdated JavaScript. These plugins have to be updated according to https://www.dokuwiki.org/devel:jqueryfaq
As a courtesy to users, the compatibility.js is not deleted, yet. Undoing this single patch can be used as a temporary workaround.
show more ...
|
| #
f144452f |
| 03-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete browser plugin (migrate does it)
|
| #
a6c670e5 |
| 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added minified version of jquery-migrate
|
| #
c499bfe1 |
| 26-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
added jquery-migrate as a copatibility layer
this will be removed soon again. plugins using jQuery should make sure they are compatible to jQuery 1.9
|
| #
9fd5ca2e |
| 19-Jan-2013 |
Stefan Grönke <stefan@gronke.net> |
jQuery latest
* jQuery 1.9.0 * jQuery-UI v1.9.2 * jQuery.fn.live > jQuery.fn.on * jQuery.fn.browser replacement (jquery.mb.browser.js)
|
| #
e71b260a |
| 17-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Simplify js_compress() for regular expressions FS#2593
This simplifies a while loop in the js_compress() code. The functionality of the new code is completely identical to the old code but it uses l
Simplify js_compress() for regular expressions FS#2593
This simplifies a while loop in the js_compress() code. The functionality of the new code is completely identical to the old code but it uses less comparisons and according to FS#2593 it is thus a lot faster.
show more ...
|
| #
80a47290 |
| 06-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
do not recompress already minified js FS#2574
|
| #
3009a773 |
| 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
replaced use of basename() with utf8_basename() FS#2015
|
| #
ca53ac98 |
| 04-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
Correctly handle multiline strings in JS compressor
See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them.
|
| #
9189204a |
| 10-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'jscachekey'
* jscachekey: trigger JS_CACHE_USE in lib/exe/js.php added INIT_LANG_LOAD event let js.php use multiple caches
|
| #
e67004f5 |
| 07-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
trigger JS_CACHE_USE in lib/exe/js.php
This removes the cachekey parameter again and instead follows @michitux's suggestion to trigger an event for the cache usage
|
| #
81aca18e |
| 01-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed some more occurances of DOKU_TPL*
|
| #
c51f90d7 |
| 24-Jan-2012 |
Dominik Eckelmann <eckelmann@cosmocode.de> |
let js.php use multiple caches
|
| #
5e7a2926 |
| 09-Sep-2011 |
Adrian Lang <mail@adrianlang.de> |
Various JavaScript improvements, JSLint, jQuery
|
| #
47e84e7a |
| 25-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
merging
|
| #
99e7bfd4 |
| 19-Aug-2011 |
Andreas Gohr <andi@splitbrain.org> |
jqueryized locktimer
|
| #
fbedf126 |
| 18-Aug-2011 |
Andreas Gohr <andi@splitbrain.org> |
moved footnotes and section highlighting to ne file
jquerized
|
| #
02782d12 |
| 18-Aug-2011 |
Andreas Gohr <andi@splitbrain.org> |
moved subscription javascript into behaviour
|
| #
b2a330ca |
| 06-Aug-2011 |
Andreas Gohr <andi@splitbrain.org> |
removed events.js
|
| #
8d744859 |
| 07-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #44 fileuploader specific changes made in inheriting class
|
| #
09063cc6 |
| 04-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #44 multi file uploader
|
| #
d10c9a74 |
| 07-Jul-2011 |
Adrian Lang <mail@adrianlang.de> |
Rewrite mediamanager JavaScript
Make it faster, prettier, less wrong, add UI effects, use jQuery UI Dialog, Abstract tree view stuff away into jQuery.dw_tree
|
| #
32cb905a |
| 08-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
moved the TOC toggling to dw_behaviour
|