summaryrefslogtreecommitdiff
path: root/lib/scripts/locktimer.js
Commit message (Collapse)AuthorAge
* locktimer: removed deprecrated stuff and some cleanupAndreas Gohr2015-07-31
|
* Increase locktimer compatibilityAdrian Lang2011-09-16
|
* JSLINT locktimer, fix date passing in draftsaveAdrian Lang2011-08-22
| | | | | Since 80997d21e0aee9b8f27153000742ecd781f429f8 the date passed to the draft save backend is indeed the page id, not the date.
* jqueryized locktimerAndreas Gohr2011-08-19
|
* Merge branch 'jquery'Michael Hamann2011-05-29
|\ | | | | | | | | | | | | | | Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup
| * JS API is corrected to the original stateMichal Rezler2011-03-28
| |
| * locktimer.js is jQueryfiedMichal Rezler2011-03-26
| |
* | 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.
* | Make locktimer more robustAdrian Lang2011-04-21
|/ | | | | If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error.
* no final comma in class members or IE craps outAndreas Gohr2011-02-06
|
* don't show lock timer in readonly mode FS#2146Andreas Gohr2011-02-06
|
* moved locktimer class to its own fileAndreas Gohr2011-02-06
I also adjusted the coding style to match our other JS classes