summaryrefslogtreecommitdiff
path: root/lib/scripts
Commit message (Collapse)AuthorAge
* 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.
* Fixed quick searchAndreas Gohr2011-06-03
| | | | | | This was broken by the JQuery port. This patch makes the page search work again and also removes the anonymous wrapper function around ajax_quicksearch again.
* Merge branch 'jquery'Michael Hamann2011-05-29
|\ | | | | | | | | | | | | | | Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup
| * Undo whitespace changes in readded (old) js filesMichael Hamann2011-05-29
| |
| * edit.js is jQueryfiedMichal Rezler2011-04-09
| |
| * fixed import for drag.js and started a rewrite of edit.jsMichal Rezler2011-03-30
| |
| * Merge remote branch splitbrain/master and added back drag.js (for ↵Michal Rezler2011-03-30
| | | | | | | | compatibility reason)
| * toolbar.js is jQueryfiedMichal Rezler2011-03-30
| |
| * JS API is corrected to the original stateMichal Rezler2011-03-28
| |
| * helpers.js was removed - it basically contained functions they are ↵Michal Rezler2011-03-27
| | | | | | | | implemented in jQuery library
| * cookie.js is jQueryfied, added jQuery-cookie-pluginMichal Rezler2011-03-26
| |
| * using POST instead of GET in searching by ajaxMichal Rezler2011-03-26
| |
| * locktimer.js is jQueryfiedMichal Rezler2011-03-26
| |
| * ajax.js is jQueryfiedMichal Rezler2011-03-24
| |
| * cursors: a.select = pointer, linkwiz__header = crossMichal Rezler2011-03-24
| |
| * Added pointers cursors on a.selectMichal Rezler2011-03-23
| |
| * jQuery rewrite branch merged into master branch of whole projectMichal Rezler2011-03-23
| |\
| * | Got rid of drag.js and added jQuery UI instead.Pierre Spring2010-10-10
| | |
| * | minimaly jQueryfied link wizardPierre Spring2010-10-10
| | |
| * | subscriptions.js jQueryfiedPierre Spring2010-10-10
| | |
| * | media.js is jQueryfied.Pierre Spring2010-10-10
| | |
| * | Merge remote branch 'origin/master'Pierre Spring2010-10-10
| |\ \ | | | | | | | | | | | | | | | | Conflicts: lib/scripts/media.js
| | * | Worked on jQuery port of the media managerPierre Spring2010-10-01
| | | |
| | * | started jQueryfying media managerPierre Spring2010-09-27
| | | |
| | * | added JSLint declarationPierre Spring2010-09-27
| | | |
| | * | jQueryfied toggle function.Pierre Spring2010-09-27
| | | |
| | * | index.js has been jQueryfiedPierre Spring2010-09-27
| | | |
| | * | using POST instead of GET, as the DW API behaves in a wierd way when using POSTPierre Spring2010-09-27
| | | |
| | * | starting to replace SACK by jQueryPierre Spring2010-09-27
| | | |
| | * | loading jQuery and putting it into noConflict modePierre Spring2010-09-27
| | | |
| * | | Worked on jQuery port of the media managerPierre Spring2010-10-10
| | | |
| * | | started jQueryfying media managerPierre Spring2010-10-10
| | | |
| * | | added JSLint declarationPierre Spring2010-10-10
| | | |
| * | | jQueryfied toggle function.Pierre Spring2010-10-10
| | | |
| * | | index.js has been jQueryfiedPierre Spring2010-10-10
| | | |
| * | | using POST instead of GET, as the DW API behaves in a wierd way when using POSTPierre Spring2010-10-10
| | | |
| * | | starting to replace SACK by jQueryPierre Spring2010-10-10
| | | |
| * | | loading jQuery and putting it into noConflict modePierre Spring2010-10-10
| | | |
* | | | Remove the security token from the ajax draft/lock calls againMichael Hamann2011-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Check permissions + security token in lock + draft modification FS#2265Michael Hamann2011-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | set cursor to start of textbox when focusing FS#2243Andreas Gohr2011-05-02
| | | | | | | | | | | | | | | | This works around a new "feature/bug" of Firefox 4.
* | | | Make locktimer more robustAdrian Lang2011-04-21
| | | | | | | | | | | | | | | | | | | | If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error.
* | | | Revert "correctly disable unfinished media options popup"Andreas Gohr2011-04-18
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 342e58c8c048bfd5f57f10bd88cee95aa2732e96. The options code had already been fixed. My mistake.
* | | | correctly disable unfinished media options popupAndreas Gohr2011-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We disabled the media options shortly before the last release because of an unfixed bug. The disabling was not complete which caused problems with templates not incorporating the needed CSS. Since the option dialog hasn't been fixed yet, this patch also disables the creation of the corresponding HTML to avoid the mentioned template problems.
* | | | Trap onbeforeunload when event fired (attempt to fix FS#2196)Guy Brand2011-04-17
| | | |
* | | | attach textChanged property to window attempt to fix FS#2196Andreas Gohr2011-04-17
| |_|/ |/| |
* | | Pass edid to the mediamanagerAdrian Lang2011-03-06
| | |
* | | JS: Add style helper and fix footnotes in non-static containersMichael Hamann2011-02-06
| | |
* | | no final comma in class members or IE craps outAndreas Gohr2011-02-06
| | |
* | | keep drafts on preview FS#2116Andreas Gohr2011-02-06
| | |