summaryrefslogtreecommitdiff
path: root/lib/scripts/script.js
Commit message (Collapse)AuthorAge
* Various JavaScript improvements, JSLint, jQueryAdrian Lang2011-09-13
|
* Revert tmp commitsAdrian Lang2011-09-04
| | | | | This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01.
* tmpAdrian Lang2011-09-04
|
* moved more stuff out from script.jsAndreas Gohr2011-08-19
| | | | the file is nearly empty now
* jqueryized diff checkbox scriptAndreas Gohr2011-08-19
|
* moved footnotes and section highlighting to ne fileAndreas Gohr2011-08-18
| | | | jquerized
* deprecated prependChild()Andreas Gohr2011-07-08
|
* moved the TOC toggling to dw_behaviourAndreas Gohr2011-07-08
|
* jQueryized closePopups()Andreas Gohr2011-07-08
|
* moved some editor functions to a new dw_editor objectAndreas Gohr2011-07-08
| | | | There are probably more functions that should go in here
* more robust deprecation messagesAndreas Gohr2011-07-08
|
* deprecated getElementsByClassAndreas Gohr2011-07-04
|
* deprecated findPosX and findPosYAndreas Gohr2011-07-04
|
* Fix and refactor ajax.jsAdrian Lang2011-06-23
| | | | | | | | | * Move file to qsearch.js * Rename object to dw_qsearch * Remove unnecessary usage of Delay * Use $ prefix for jQuery objects * Fix result list hiding on click * Fix namespace shorting
* fix console check in Internet ExplorerAndreas Gohr2011-06-16
|
* Moved behavioural functions into it's own object and fileAndreas Gohr2011-06-13
| | | | | JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized.
* Deprecation marker for JavaScript functionsAndreas Gohr2011-06-03
| | | | | | | | | | | This adds a DEPRECATED() JavaScript function. This function will print a warning to the Browser's debug console if available (Chrome and Firefox with Firebug extension) when ever it is called. The DEPRECATED() function was also added to the $() function which should no longer be used and be replaced with JQuery calls. Other deprecated functions need to be identified and marked.
* JS API is corrected to the original stateMichal Rezler2011-03-28
|
* cookie.js is jQueryfied, added jQuery-cookie-pluginMichal Rezler2011-03-26
|
* jQuery rewrite branch merged into master branch of whole projectMichal Rezler2011-03-23
|\
| * JS: Add style helper and fix footnotes in non-static containersMichael Hamann2011-02-06
| |
| * Made the auto submit script more versatileAndreas Gohr2011-01-31
| | | | | | | | | | | | When a <select> tag has the class "quickselect", this script will automatically submit its parent form when the select value changes. It also hides the submit button of the form.
* | loading jQuery and putting it into noConflict modePierre Spring2010-10-10
|/
* use background image based data security check in adminAndreas Gohr2010-09-09
|
* check data directory security FS#2020Andreas Gohr2010-09-09
| | | | | | | | | This is a javascript based check, executed from the admin menu. If the data directory is readable, a warning is displayed. Doing this check in JavaScript makes sure we have a real client side test (opposed to the check executed from ?do=check) Question: should this be localized?
* optimized SMB link warning thingyAndreas Gohr2010-04-30
|
* Better footnote popup positioningAdrian Lang2010-03-29
|
* Rewrite footnote popupAdrian Lang2010-03-29
| | | | | | * Popup now shows up relative to the link, not the mouse position * Easier handling of mouseout’s bubbling * Factor out popup creation to allow plugins to use it
* fixed Safari browser detectionGerry Weißbach2010-03-22
|
* Really remove edit highlighting on mouseoutAdrian Lang2010-03-22
|
* Various JavaScript fixesAdrian Lang2010-03-15
| | | | | | | | | * Syntax error fixed * lock refresh event is now attached to the whole edit form since it bubbles up and we cannot be sure that the wikitext input exists on all edit forms * Updated findPos(X|Y) * Easier and less error-prone way of getting the section edit button in the highlight mouseover event handler
* removed cursor:hand CSS property FS#1911Andreas Gohr2010-03-02
|
* Rewrite section edit handling according to #1860Adrian Lang2010-02-04
|
* Fix section edit highlighting for tablesAdrian Lang2010-01-19
| | | | darcs-hash:20091202122434-e4919-d7be5b868af742e2408091b48f0152153ff1acb1.gz
* fix revision selection on back action in chrome FS#1807Andreas Gohr2009-11-28
| | | | | | Ignore-this: ab8d6c01d376804768479250e253cdfe darcs-hash:20091128114542-7ad00-67a6c1d40ad641d83f9b606e42e3777aee504e33.gz
* removed dead codeAndreas Gohr2009-11-28
| | | | | | Ignore-this: 96e03b36fb35d1d27b7de58c8c4253f darcs-hash:20091128113618-7ad00-2aa37275c2d783c714f5aa0803ea9f0d76f439b2.gz
* fixed formatting errorAndreas Gohr2009-11-28
| | | | | | Ignore-this: 51519bbdfd098118a98af03b5c64ea0d darcs-hash:20091128113505-7ad00-cc51871bb7f7921683507e08dd800061fbcfbbee.gz
* Better section highlightingAdrian Lang2009-10-21
| | | | darcs-hash:20091021151244-28332-825d669945b62dd71009e632db07fbbe1d7bd7f7.gz
* Fix paragraph highlighting for mouseover on edit buttonsAdrian Lang2009-10-16
| | | | | | | | | | | Dokuwiki does not generate section edit buttons for h4 sections. Therefor, the edit button next to a h4 section belongs to a previous higher-level section. The AJAX-y paragraph highlighting onmouseover the edit button does not highlight all sections up to to higher-level section which owns the edit button, but only the last, i. e. h4 section. This patch highlights all sections up to the heading the edit button refers to. darcs-hash:20091016090946-e4919-fa9ed1f627a6cab9654eb66c5fb4760f3d4d9fcf.gz
* handle initially closed TOC correctly in addTocToggle FS#1747Gilad Arnold2009-10-04
| | | | | | Ignore-this: 83a047410a74913576745a320c55a226 darcs-hash:20091004091127-1b5fc-6cf4cf3aefb7f851e48ea15636732b716b4372ef.gz
* simplify JavaScript loadingAndreas Gohr2009-08-12
| | | | | | | | | | | | | | | | | | | | | Ignore-this: 7637977e042ed8ba7e9e9097f9e9f03f This patch removes the differences between the JavaScript loaded in edit and view modes. * increases the amount of JavaScript that is loaded initially * decreases the number of requests * only one cache for all javascript * all javascript is available in view mode The last point is the most important as it makes a lot of functionality available to plugins working in the view mode. The discussion plugin now can reuse the toolbar code for example. Note: development is part of ICKE 2.0 project http://www.icke-projekt.de darcs-hash:20090812194007-6e07b-c8a71dedf506065a95d8b84b55aafce67810236c.gz
* allow disabling of nosmblink warning via JavaScriptAndreas Gohr2009-08-25
| | | | | | | Just add LANG['nosmblinks'] darcs-hash:20090825143507-6e07b-ec114d8972d5636c783abbe405f064adb4f920a2.gz
* Javascript variable explicitly declaredSamuele Tognini2009-08-18
| | | | | | Ignore-this: 6cd522b1fa6d768ac7735c30fac3e1df darcs-hash:20090818154140-f213d-0770cbe838dcd4126843b16558b3387d065fce00.gz
* disable diff button when no two revisions are selected FS#1663Mikhail I. Izmestev2009-05-26
| | | | | | Ignore-this: 9c8cf4530d94d7168e34158c59ee4c66 darcs-hash:20090526104223-8beed-76c3e9ef68cc651518994ce31a0e4dfe566e7020.gz
* highlight section on section edit button mouseoverAndreas Gohr2009-02-14
| | | | | | | | | | Ignore-this: 128d5873729a0a00558465b45d5d9f58 Some people seem to have problems to see which section will be edited when using a section editing button. This patch adds a litle bit JavaScript magic to highlight the edited section to be, when hovering over a section button. darcs-hash:20090214161135-7ad00-59db7d9185784ba1fec2f2c2da30c6e64ae1ccc3.gz
* correctly strip footnote marker from popup note FS#1584Andreas Gohr2009-02-02
| | | | | | Ignore-this: 3858b6ec18bc178597d098dfb96001b darcs-hash:20090202180457-7ad00-f3d5344732acd4cc90ee08d120431e9fd88dab57.gz
* disable multiple revisions checkboxes if two are checkedAnika Henke2009-01-17
| | | | darcs-hash:20090117172920-f7d6d-d8a093a5b80a48b92c2f3abb08f7d029ae23e732.gz
* removed 'ALT+' from all titles of elements with accesskeys (FS#1172)Anika Henke2008-10-12
| | | | darcs-hash:20081012181638-f7d6d-d4614321134f78fc176688d8aaf9d9acccf1952e.gz
* FS#1134 remove inline javascript from windows sharesMichael Klier2008-10-11
| | | | darcs-hash:20081011143946-23886-78628e3ca7ec0c40f5d288c6a9832cd52b8b083b.gz
* preserve "wrap textarea" setting state in cookieDmitry Katsubo2008-10-07
| | | | darcs-hash:20081007192342-2c343-ea27e0a0396da425af69a6d0fcd8857b033cb8e6.gz