88a71175 | 23-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media manager auth fix |
cd06d16f | 21-Jun-2011 |
Adrian Lang <mail@adrianlang.de> |
Fix index Javascript, introduce compatibility.js
* Removed "use strict" statement, since it does not work with our script file joining (the statement has to be the first in a file or function)
Fix index Javascript, introduce compatibility.js
* Removed "use strict" statement, since it does not work with our script file joining (the statement has to be the first in a file or function) * Make index a global object again to allow overriding and enhancing * Use prefix dw_ for index object * Reintroduce index.treeattach * Support deprecated index.toggle calling convention * Add $ prefix for jQuery variables * Use slide animation for freshly loaded sublists as well * Fix various errors
show more ...
|
28f4004c | 18-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Made the maximum embed size for datauris configurable
The feature is now disabled by default. Metadata for config manager was added. |
809d3ba5 | 16-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Use data uris for small image files in CSS
This patch adds a new config option 'cssdatauri'. When enabled, the CSS patcher will automatically convert all occurances of small (<600 byte) PNG and GIF
Use data uris for small image files in CSS
This patch adds a new config option 'cssdatauri'. When enabled, the CSS patcher will automatically convert all occurances of small (<600 byte) PNG and GIF images in the CSS to embedded, base64 encoded data uris.
This reduces the number of needed HTTP requests and avoids the HTTP header overhead.
show more ...
|
17e2e254 | 10-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Moved behavioural functions into it's own object and file
JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized. |
d9162c6c | 09-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
fullscreen media manager |
6992ea08 | 05-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed JavaScript compressor for certain regexes
This fixes a problem with running the minified jQuery through the compressor. |
303d4f14 | 05-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo |
43576758 | 05-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcher
This patch adds a simple shell script to easily update the jQuery/jQuery-UI+theme bundle to the latest available version.
The j
Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcher
This patch adds a simple shell script to easily update the jQuery/jQuery-UI+theme bundle to the latest available version.
The jQuery-UI CSS theme is now loaded in lib/exe/css.php (before plugin and template styles - 3rd party authors can override the styles).
show more ...
|
17582ec6 | 05-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Add a newline when loading JavaScript files
This avoids problems when the files are concatenated later. |
fc4aefb9 | 04-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
fetch.php with rev parameter |
f7b6e27e | 25-May-2011 |
Michael Hamann <michael@content-space.de> |
Remove the security token from the ajax draft/lock calls again
The security token here doesn't improve the security as the other requests that allow you to do the same thing aren't protected and I d
Remove the security token from the ajax draft/lock calls again
The security token here doesn't improve the security as the other requests that allow you to do the same thing aren't protected and I don't see why locking or draft creation should be subject of XSRF attacks.
show more ...
|
31bc8f11 | 24-May-2011 |
Michael Hamann <michael@content-space.de> |
Check permissions + security token in lock + draft modification FS#2265
This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creati
Check permissions + security token in lock + draft modification FS#2265
This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creation and deletion request so - at least for logged in users - drafts can't be created, modified or deleted so easily anymore.
show more ...
|
defb7d57 | 07-May-2011 |
Anika Henke <anika@selfthinker.org> |
fixed some missing config_cascade occurrences (FS#2235) |
4b1755bd | 21-Apr-2011 |
Adrian Lang <mail@adrianlang.de> |
Make locktimer more robust
If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error. |
ff482cae | 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
fixed import for drag.js and started a rewrite of edit.js |
2ed49e2a | 28-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
JS API is corrected to the original state |
11bf24d8 | 27-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
helpers.js was removed - it basically contained functions they are implemented in jQuery library |
fdfb9c6a | 26-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
cookie.js is jQueryfied, added jQuery-cookie-plugin |
80997d21 | 26-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
locktimer.js is jQueryfied |
7b4ea081 | 09-Mar-2011 |
marklundeberg <nanite@gmail.com> |
Make interwiki links match with every other icon-link: need 1px top and bottom padding or else the icons' top and bottom pixel rows get cut off. |
dea1115b | 06-Mar-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Pass edid to the mediamanager |
318cd03e | 26-Feb-2011 |
Anika Henke <anika@selfthinker.org> |
improved css.php and core styles
* code cleanup in lib/exe/css.php * renamed 'default' userstyle to 'screen' in config_cascade * splitted core lib/styles/style.css up into all.css, print.css and scr
improved css.php and core styles
* code cleanup in lib/exe/css.php * renamed 'default' userstyle to 'screen' in config_cascade * splitted core lib/styles/style.css up into all.css, print.css and screen.css
show more ...
|
c6497d39 | 11-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
avoid warning in linkwizard when a space is entered as query |
9f881d09 | 06-Feb-2011 |
Michael Hamann <michael@content-space.de> |
Only remove the indexer lock when there is really a stale lock
Previously the rmdir could be executed when the lock directory had been deleted by another indexer already. This could lead to a race c
Only remove the indexer lock when there is really a stale lock
Previously the rmdir could be executed when the lock directory had been deleted by another indexer already. This could lead to a race condition when another indexer call creates the lock again between the if and the rmdir. This issue still exists for stale lock directories but they normally shouldn't exist. This also prevents the loop from becoming an endless loop when the lock directory can't be created. This change also fixes a syntax error in the indexer and prevents an endless loop when the lock directory exists but can't be deleted.
show more ...
|