History log of /dokuwiki/lib/plugins/acl/admin.php (Results 26 – 50 of 86)
Revision Date Author Comments
# 699e3c49 07-May-2015 Patrick Brown <ptbrown@whoopdedo.org>

Use io_replaceInFile for updating auth


# 42f3fd0a 25-Feb-2015 Cyril Duchon-Doris <Cyril.Duchon-Doris@telecom-paristech.org>

Reverting changes so as to use already existing function, and adding admin check


# 1fa1d6bc 24-Feb-2015 Cyril Duchon-Doris <Cyril.Duchon-Doris@telecom-paristech.org>

Fixing bugs found by scrutinizer


# 6d2588b6 24-Feb-2015 Cyril Duchon-Doris <Cyril.Duchon-Doris@telecom-paristech.org>

Adding listAcls to the XMLRPC API as suggested in Issue #1054


# 59bc3b48 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more scrutinizer issue improvements


# fde860be 15-May-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Move colon from code to language strings


# d072820d 05-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

improvements in acl plugin to avoid missing var errors


# 0e80bb5e 05-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

use empty() where array values might not be set


# 5381a7ee 13-Nov-2013 Elan Ruusamäe <glen@delfi.ee>

remove 'infos' misspelling

http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form


# 21c3090a 21-Oct-2013 Christopher Smith <chris@jalakai.co.uk>

replace \s, \S with [ \t], [^ \t] in regexs used with acls


# 2f7a0e94 11-Sep-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer whitespace violoations

Removed extraneous whitespace to eliminate errors reported by the
Squiz.WhiteSpace.SuperfluousWhitespace sniff.


# 041a602d 03-Aug-2013 Christopher Smith <chris@jalakai.co.uk>

fix a bug in acl manager where it attempted to correct too high page permission levels using the wrong var


# 38479cbb 29-Nov-2012 Dominik Eckelmann <deckelmann@gmail.com>

some coding style improvements

- removed some dead/unused code
- fixed phpdoc
- added typing on methods


# 64273335 24-Aug-2012 Andreas Gohr <andi@splitbrain.org>

more $INPUT use FS#2577


# 63e967bd 05-Aug-2012 Anika Henke <anika@selfthinker.org>

html validity fixes (removed name and align in some plugins)


# e260f93b 05-Jul-2012 Anika Henke <anika@selfthinker.org>

xml compatibility fixes (mainly entities to unicode conversions)


# bca545e6 29-Jun-2012 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' of git://github.com/Aorimn/dokuwiki into pull-request-76

* 'master' of git://github.com/Aorimn/dokuwiki:
Change default groupwildcards option to 0 not to change behavior of

Merge branch 'master' of git://github.com/Aorimn/dokuwiki into pull-request-76

* '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

show more ...


# c7b28ffd 04-Feb-2012 Anika Henke <anika@selfthinker.org>

added div.table around non-editable content as well (FS#1980)


# b78bf706 30-Jan-2012 romain <romain.coltel@gmail.com>

Added support for the %GROUP% wildcard.

%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.


# b838050e 20-Aug-2011 Piyush Mishra <me@piyushmishra.com>

added new plugins config cascade and added plugin.info.txt


# 2b580f7a 19-Aug-2011 Adrian Lang <mail@adrianlang.de>

jQuerify acl plugin JavaScript


# a1dee2b9 11-Jul-2011 Adrian Lang <mail@adrianlang.de>

Fix some bugs and glitches in (mediamanager) tree

* Fix selector in subtree loading callback
* Remove HTML inconsistencies between AJAX and plain PHP lists
* Unify icon and CSS class switching

Fix some bugs and glitches in (mediamanager) tree

* 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

show more ...


# defb7d57 07-May-2011 Anika Henke <anika@selfthinker.org>

fixed some missing config_cascade occurrences (FS#2235)


# ecd7c1d6 16-Apr-2011 Anika Henke <anika@selfthinker.org>

avoid empty optgroup in acl admin


# 116065d2 16-Apr-2011 Andreas Gohr <andi@splitbrain.org>

fix ACL preview for users with special chars FS#2206

The user was nameencoded twice.


1234