summaryrefslogtreecommitdiff
path: root/lib/plugins/acl/admin.php
Commit message (Collapse)AuthorAge
* Merge pull request #1176 from splitbrain/ioreplaceinfileAndreas Gohr2015-07-18
|\ | | | | Add IO function to replace lines in a file (new)
| * Fix variable name typoPatrick Brown2015-05-08
| |
| * Use io_replaceInFile for updating authPatrick Brown2015-05-07
| |
* | changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
|/ | | | better stylability
* more scrutinizer issue improvementsGerrit Uitslag2014-09-29
|
* Move colon from code to language stringsGerrit Uitslag2014-05-16
|
* improvements in acl plugin to avoid missing var errorsChristopher Smith2014-03-05
|
* use empty() where array values might not be setChristopher Smith2014-03-05
|
* remove 'infos' misspellingElan Ruusamäe2013-11-13
| | | | http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
* replace \s, \S with [ \t], [^ \t] in regexs used with aclsChristopher Smith2013-10-21
|
* Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
* fix a bug in acl manager where it attempted to correct too high page ↵Christopher Smith2013-08-03
| | | | permission levels using the wrong var
* some coding style improvementsDominik Eckelmann2012-11-29
| | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods
* more $INPUT use FS#2577Andreas Gohr2012-08-24
|
* html validity fixes (removed name and align in some plugins)Anika Henke2012-08-05
|
* xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
|
* Merge branch 'master' of git://github.com/Aorimn/dokuwiki into pull-request-76Andreas Gohr2012-06-29
|\ | | | | | | | | | | | | | | | | * 'master' of git://github.com/Aorimn/dokuwiki: Change default groupwildcards option to 0 not to change behavior of Added support for the %GROUP% wildcard. Conflicts: inc/auth.php
| * Added support for the %GROUP% wildcard.romain2012-01-30
| | | | | | | | | | | | %GROUP% is the same as %USER% except it's done on each group a user is in. %USER% and %GROUP% cannot be mixed on an ACL line.
* | added div.table around non-editable content as well (FS#1980)Anika Henke2012-02-04
|/
* added new plugins config cascade and added plugin.info.txtPiyush Mishra2011-08-20
|
* jQuerify acl plugin JavaScriptAdrian Lang2011-08-19
|
* Fix some bugs and glitches in (mediamanager) treeAdrian Lang2011-07-11
| | | | | | * Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager
* fixed some missing config_cascade occurrences (FS#2235)Anika Henke2011-05-07
|
* avoid empty optgroup in acl adminAnika Henke2011-04-16
|
* fix ACL preview for users with special chars FS#2206Andreas Gohr2011-04-16
| | | | The user was nameencoded twice.
* Deprecate html_attbuild in favor of buildAttributesTom N Harris2010-10-24
|
* Use config_cascade for ACLs and plain auth users FS#1677Andreas Gohr2010-06-27
|
* fixed wildcard handling in ACL manager FS#1955Andreas Gohr2010-06-26
| | | | | This patch also removes legacy support for @USER@. Only %USER% is valid now.
* 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.
* Fixed sorting in the acl manager treeviewMichael Hamann2010-04-03
| | | | | | | | Previously the content of expanded namespaces was displayed below all other pages, now it is placed below it's parent namespace. The new comparison function is quite complex. Please have a look at it if it can done easier or if there are cases I haven't considered where the function produces incorrect results.
* plugin related autoloadingAndreas Gohr2010-02-01
| | | | | This patch moved the place where DOKU_PLUGIN is defined. It no longer can be set from a normal config (only via preload)
* Apply group/user cleaning on saving ACLs FS#1859Christian Marg2010-01-21
|
* Added CRSF security token checks in ACL pluginAndreas Gohr2010-01-17
|
* more work on user and group cleaningAndreas Gohr2009-11-14
| | | | | | Ignore-this: b824c2941d3631bdf83350e325606d3e darcs-hash:20091114123517-7ad00-d32833a88cb5f654a8874542d4d59f1f401d4453.gz
* Show media namespaces in ACL managerAndreas Gohr2009-08-07
| | | | | | | | | Ignore-this: b46799f7d65081eaa364ecaab8a2c7f9 Namespaces that only exist within the media directory are now merged with the page namespaces in tree explorer of the namespace manager darcs-hash:20090807094607-7ad00-3ce30cffc528e7e20a4b19d8f30d1f3725806162.gz
* Allow multiple deletes in ACL pluginTom N Harris2009-01-16
| | | | darcs-hash:20090116001320-6942e-6384740cf9818d9083a767cd581a252d242a9d8c.gz
* ACL Manager: simpler but more logical sort in the rule tableAndreas Gohr2008-12-16
| | | | darcs-hash:20081216184056-7ad00-117f88fa93ac0fba46f98100c9da4f375dd1308c.gz
* ACL Manager: Avoid double encoding in permission table FS#1482Andreas Gohr2008-12-16
| | | | darcs-hash:20081216173112-7ad00-9d8eeff13945ccc69230cc9043ed78284612f2dc.gz
* ACL user wildcard changed to %USER% FS#1504 :!:Andreas Gohr2008-12-16
| | | | | | | | | | | | | | | | | | DokuWiki supports a wildcard which gets replaced with the currently loggedin user in its ACL configuration file. This patch changes the wildcard from @USER@ to %USER% (case sensitive) and also makes sure the ACL Manager does not replace the wildcard when displaying the currently set rules. The change was needed for better compatibility with the User Manager without complicating the code. The old @USER@ wildcard is still supported, but changing an ACL rule using it, through the ACL manager will fail. It is recommended to update ACL rules using the @USER@ wildchar to use the new %USER% one instead. darcs-hash:20081216171126-7ad00-94ce0c2afa411abc936f13572efd0e31941901ee.gz
* ACL Manager: fixed bug introduced by previous special user patchAndreas Gohr2008-12-16
| | | | darcs-hash:20081216165159-7ad00-9e50c67c837c31145a7293022b761e6dffe79b16.gz
* ACL Manager: typo fix for checking group membership FS#1529Andreas Gohr2008-12-16
| | | | darcs-hash:20081216164447-7ad00-e42b37320964359c0be8b105e0903c1a380e5b52.gz
* ACL Manager: correctly highlight when page and namespace are named the sameAndreas Gohr2008-12-16
| | | | darcs-hash:20081216163754-7ad00-a66381e543006ace0a4ff3747034290652b758fc.gz
* ACL Manager: Add footnote about permission inclusionAndreas Gohr2008-12-16
| | | | darcs-hash:20081216162305-7ad00-c1abb00d3d0992977a7f366da2eeb6e2b18b0857.gz
* ACL Manager: correctly handle multiple comma separated values in ↵Andreas Gohr2008-12-16
| | | | | | $conf['manager'] darcs-hash:20081216162114-7ad00-a68d8fcbeeca970d6aba87ef2c568e4dcd8c484a.gz
* fixed a problem with displaying current ACLs for group/user names with ↵Andreas Gohr2008-12-10
| | | | | | special chars darcs-hash:20081210172333-7ad00-f4a35cfa079a380eedd99c5141e480959864fd38.gz
* fixed all remaining links to wiki.splitbrain.org and to restructured pagesAnika Henke2008-08-15
| | | | darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz
* replaced my 1 outdated + 1 soon outdated email addressesAnika Henke2008-07-20
| | | | darcs-hash:20080720121704-f7d6d-70da167d3088ae0793ad391c139269446c8d20b3.gz
* acl select button translatedhakan.sandell2008-05-01
| | | | darcs-hash:20080501140424-9a5f4-ffd4899c01acdebc94524798c9d7170b669314d1.gz
* IE compatibility fixes for ACL manager FS#1343Andreas Gohr2008-03-15
| | | | darcs-hash:20080315104339-7ad00-552c8aae43bad5241fc4bad547fb7505a58bd3fc.gz
* stricter xhtml for revert, acl and sectok formsAnika Henke2008-03-13
| | | | darcs-hash:20080313012547-d5083-8d8f3c2ad62f08b9ed73827987d3b8be17f6b34b.gz