Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Check permissions + security token in lock + draft modification FS#2265 | Michael Hamann | 2011-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 robust | Adrian Lang | 2011-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 out | Andreas Gohr | 2011-02-06 |
| | |||
* | don't show lock timer in readonly mode FS#2146 | Andreas Gohr | 2011-02-06 |
| | |||
* | moved locktimer class to its own file | Andreas Gohr | 2011-02-06 |
I also adjusted the coding style to match our other JS classes |