summaryrefslogtreecommitdiff
path: root/lib/scripts
Commit message (Collapse)AuthorAge
...
* | | 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
|
* IE8: fix namespace selection in link wizard FS#2391Andreas Gohr2011-11-27
| | | | IE8 can't substr() with negative offsets.
* IE doesn't know indexOf for arrays FS#2381Andreas Gohr2011-11-27
| | | | this fixes another IE javascript problem in edit mode
* fix IE8 error FS#2381Andreas Gohr2011-11-27
| | | | A trailing comma created an empty array item causing IE8 to choke.
* fix jQuery capitalizationElan Ruusamäe2011-11-24
|
* improved $.browser usage in media panel fixAnika Henke2011-11-06
|
* fixed resizing mediamanager panels in Chrome using browser sniffing ↵Anika Henke2011-11-06
| | | | (FS#2351) - any better solution welcome
* Remove font family declarations from css in the jquery update scriptGuy Brand2011-11-05
|
* re-added font-size to .ui-widget of jqueryui theme to make programmatical ↵Anika Henke2011-11-05
| | | | removing of font-family easier
* removed font declarations from jquery-ui themeAnika Henke2011-11-05
|
* fix widths of panels in fullscreen mediamanager to be 100% when resizing ↵Anika Henke2011-11-03
| | | | (FS#2351) -- please test in different screen sizes, etc
* Better solution for updating files list in media manager on deleteHakan Sandell2011-10-30
|
* Full screen media manager, file list is now updated on delete (FS#2346)Hakan Sandell2011-10-29
|
* Let mediamanager screen expand on window resize (FS#2351)Adrian Lang2011-10-29
|
* Fix upload to deeper namespaces with new AJAX uploaderAndreas Gohr2011-10-23
| | | | | Now params_toarray() correctly decodes parameters on parsing query strings
* media manager: removed obsolete and broken hiding of parts of the option labelsAnika Henke2011-10-15
|
* removed remnants of old flash uploader (FS#2335)Anika Henke2011-10-15
|
* media manager: IE7 fixes (and other small improvements)Anika Henke2011-09-27
|
* whitespace fixes: tabs to spacesAnika Henke2011-09-25
|
* removed obsolete todoAnika Henke2011-09-25
|
* media manager: file uploader improvementsAnika Henke2011-09-25
|
* media manager: fixed and improved diff viewsAnika Henke2011-09-25
|
* Fixed the Windows share warning (related to #2274)Andreas Gohr2011-09-25
|