aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/acl/script.js
Commit message (Collapse)AuthorAge
* changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | better stylability
* move ajax.php to action.php. Fixes FS#2233Gerrit Uitslag2013-10-14
|
* added aria roles to search and acl managerAnika Henke2013-08-01
|
* removed deprecated ACL wrapper objectAndreas Gohr2013-02-16
|
* use throbber in ACL ajax interfaceAndreas Gohr2011-11-27
| | | | | To avoid problems when an AJAX request takes a bit longer in the ACL manager, a throbber is shown while loading the info.
* Various JavaScript improvements, JSLint, jQueryAdrian Lang2011-09-13
|
* mergingKate Arzamastseva2011-08-25
|\
| * jQuerify acl plugin JavaScriptAdrian Lang2011-08-19
| |
* | issue #44 uploader fixes, #45 browser testingKate Arzamastseva2011-08-21
|/
* finished jQuery port of ACL managerAndreas Gohr2011-06-09
|
* started jQuery port of ACL managerAndreas Gohr2011-06-09
|
* Preserve selected item in the acl manager during ajax requestsMichael Hamann2010-04-03
| | | | | | There are two new parameters submitted that contain the currently selected namespace and page id so it can be selected again indenpendently from the opened namespace.
* Added CRSF security token checks in ACL pluginAndreas Gohr2010-01-17
|
* ACL Manager: correctly highlight when page and namespace are named the sameAndreas Gohr2008-12-16
| | | | darcs-hash:20081216163754-7ad00-a66381e543006ace0a4ff3747034290652b758fc.gz
* removed all occurrences of onkeypress (FS#1449)Anika Henke2008-07-20
| | | | darcs-hash:20080720110738-d5083-50a92498622bd6ca9850da8f9417974fb39ccc3d.gz
* IE compatibility fixes for ACL manager FS#1343Andreas Gohr2008-03-15
| | | | darcs-hash:20080315104339-7ad00-552c8aae43bad5241fc4bad547fb7505a58bd3fc.gz
* removed debug statement from ACL manager script codeAndreas Gohr2007-12-03
| | | | darcs-hash:20071203204115-7ad00-a3acb23f33d5e5bfe99e1424df349d196543570e.gz
* ACL Manager rewrittenAndreas Gohr2007-11-17
This patch replaces the old ACL manager plugin with a new, completely rewritten one. The ACL manager is now independent of the page from which it was called, instead all pages and namespaces are selectable from an AJAX enhanced list similar to the one used in the media manager. This should take care of a major complain by new users. Another major confusion was that the old manager only showed relevant rules. This new manager always shows *all* defined ACL rules. darcs-hash:20071117155740-7ad00-1de71e396d5dbc117bf5788fb5667af828d5c20f.gz