summaryrefslogtreecommitdiff
path: root/lib/scripts
Commit message (Collapse)AuthorAge
...
* | | added aria attributes to edit modeAnika Henke2013-08-01
| | |
* | | added aria attributes to tree and show/hide functionsAnika Henke2013-07-31
|/ /
* / updated jquery.cookie.js to 1.3.1 FS#2804Andreas Gohr2013-07-12
|/
* Add missing jQuery-UI image and update update scriptMichael Hamann2013-03-30
| | | | | For just one image another syntax was used, this fixes the update script to also fetch this image.
* upgrade jQuery scriptsAndreas Gohr2013-03-24
| | | | | | jQuery 1.9.0 had a bug in replaceWith() that got fixed in 1.9.1 - to ensure compatibility I upgraded the whole suite to their current releases.
* Fix sample handling in toolbar in tb_format FS#2691Michael Hamann2013-02-24
| | | | | The previous fix in e38f3066cedb80722b3488e7ab3b2809b6db5363 fixed this bug only in tb_formatln.
* Abort old quick search requests when starting new onesMichael Hamann2013-02-16
| | | | | | This prevents old requests that need longer than the newer ones (likely, as if you type more less results are returned) from overriding the results list.
* initialize link wizard with current namespace FS#2683Andreas Gohr2013-02-16
|
* fixed jquery-ui FS permissionsAndreas Gohr2013-02-03
|
* Merge pull request #163 from splitbrain/jquery1.9Andreas Gohr2013-02-03
|\ | | | | Update to JQuery 1.9
| * fixed revision JS for imagesAndreas Gohr2013-02-03
| |
| * removed obsolete browser plugin (migrate does it)Andreas Gohr2013-02-03
| |
| * added minified version of jquery-migrateAndreas Gohr2013-01-26
| |
| * added jquery-migrate as a copatibility layerAndreas Gohr2013-01-26
| | | | | | | | | | this will be removed soon again. plugins using jQuery should make sure they are compatible to jQuery 1.9
| * fixed closing of link wizardAndreas Gohr2013-01-26
| |
| * fixed permission messupAndreas Gohr2013-01-26
| |
| * Merge branch 'master' of git://github.com/gronke/dokuwiki into pull-request-158Andreas Gohr2013-01-26
| |\ | | | | | | | | | | | | | | | | | | | | | * 'master' of git://github.com/gronke/dokuwiki: update.js applied update.sh must overwrite stylesheet jQuery update.sh jQuery latest
| | * update.js appliedStefan Grönke2013-01-20
| | |
| | * update.sh must overwrite stylesheetStefan Grönke2013-01-19
| | |
| | * jQuery update.shStefan Grönke2013-01-19
| | | | | | | | | | | | * OSX compatible
| | * jQuery latestStefan Grönke2013-01-19
| | | | | | | | | | | | | | | | | | | | | * jQuery 1.9.0 * jQuery-UI v1.9.2 * jQuery.fn.live > jQuery.fn.on * jQuery.fn.browser replacement (jquery.mb.browser.js)
* | | use var and remove suggestions when neededKlap-in2013-02-03
| | | | | | | | | | | | | | | Use variable for maximum number of suggestions for quicksearch. And hide suggestions when search field is emptied, or when no suggestion are found.
* | | Keep search suggestions, during typing in search fieldKlap-in2013-01-29
|/ /
* | fixed files being unselectable after upload (FS#2591)Anika Henke2013-01-24
| |
* | fixed sample handling in toolbar FS#2691Kazutaka Miyasaka2013-01-22
|/
* compat js findPosX/y more closely mimic historical functionSchplurtz le Déboulonné2012-11-12
|
* crossbrowser fixes for quicksearch shortening FS#2660Andreas Gohr2012-11-12
| | | | | | fixes the problem with missing innerText in Firefox (and other browsers) and corrects shortening in regard to paddings and the use of the text-overflow attribute
* #2541, alter section highlighting to insert a container into the DOM to hold ↵Christopher Smith2012-10-12
| | | | the elements being highlighted & later remove it
* Fix media manager height handling after resize FS#2369Michael Hamann2012-09-10
| | | | | | | The height handling code was triggered before the width handling code and thus the right pane was below the other panes during the height calculations which caused strange effects. Now the height handling code is called again after adjusting the width of the right pane.
* Fix section edit highlighting when the start marker is hiddenMichael Hamann2012-09-09
| | | | | | This fixes the section edit highlighting when the start marker (normally a heading) is inside other HTML elements like a div from the wrap plugin.
* Add more tolerance in js resize of the media manager FS#2369Michael Hamann2012-09-09
| | | | | | This adds more tolerance to the width calculations of the media manager panes which avoids that the right pane is displayed below the other panes.
* Replace language-dependent selector in the mediamanager js FS#2573Michael Hamann2012-09-08
|
* do not intialize media manager JS if not needed FS#2578Andreas Gohr2012-08-26
|
* html validity fixes (removed name and align in some plugins)Anika Henke2012-08-05
|
* improved toolbar appearing to load slowlyAnika Henke2012-07-28
|
* remove min-height after toggling FS#2555Andreas Gohr2012-07-28
|
* changed all doctypes to html5 doctypeAnika Henke2012-07-14
|
* xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
|
* changed 'height' in JS to 'min-height'Anika Henke2012-07-01
|
* fixed the toc/sidebar toggling script for realAndreas Gohr2012-06-30
|
* improved toc changes and sidebar togglingAnika Henke2012-04-22
|
* made TOC togling script more genericAndreas Gohr2012-04-20
| | | | | | | | | | Instead of a dedicated function to toggle the TOC we now have a function that allows to use this functionality everywhere. This will be used to toggle the sidebar in the mobile view (in an upcoming patch). Note, this required some changes to the CSS (to make it more generic). The CSS is still located in the TOC sections but should probably be moved into its own section instead.
* rewrote and improved HTML for TOCAnika Henke2012-04-09
| | | | | | | | | | | | | | Attention: Template authors need to adjust their CSS! Original structure: div.toc > div#toc__header.tocheader.toctoggle > span#toc__toggle.toc_close|toc_open > span div#toc__inside > ul.toc > li.level1 > div.li > span.li > a.toc New structure: div#dw__toc.open|close > h3 > strong > span ul.toc > li.toc > div.li > a
* Fix sorting in media manager search (FS#2423)Adrian Lang2012-01-13
|
* fixed no align option in media settings modal window (FS#2411)Anika Henke2011-12-27
|
* fixed list type being sometimes undefinedAnika Henke2011-12-04
|
* bind JS for revision diff also when called through AJAX (fixes checkbox ↵Anika Henke2011-11-30
| | | | selection in history of new media manager, FS#2398)
* fixed link wizard being appended to every div.dokuwiki (FS#2395) and changed ↵Anika Henke2011-11-28
| | | | div.dokuwiki to just .dokuwiki (some templates have the class in the body)
* only strip special chars when suggesting an upload name FS#2377Andreas Gohr2011-11-28
| | | | | | The uploader now just strips a bunch of common special chars. This is not a complete cleanID() implementation. A full clean is done server-side on uploading.
* rely on jQuery UI's dialog methods for toggling the linkwizard FS#2394Andreas Gohr2011-11-27
|