History log of /dokuwiki/lib/plugins/acl/admin.php (Results 51 – 75 of 86)
Revision Date Author Comments
# c277a6bd 21-Oct-2010 Tom N Harris <tnharris@whoopdedo.org>

Deprecate html_attbuild in favor of buildAttributes


# c8f80b4e 27-Jun-2010 Andreas Gohr <andi@splitbrain.org>

Use config_cascade for ACLs and plain auth users FS#1677


# 80601d26 26-Jun-2010 Andreas Gohr <andi@splitbrain.org>

fixed wildcard handling in ACL manager FS#1955

This patch also removes legacy support for @USER@. Only %USER% is valid
now.


# 40307ce6 03-Apr-2010 Michael Hamann <michael@content-space.de>

Preserve selected item in the acl manager during ajax requests

There are two new parameters submitted that contain the currently
selected namespace and page id so it can be selected again
indenpende

Preserve selected item in the acl manager during ajax requests

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.

show more ...


# d74913c6 03-Apr-2010 Michael Hamann <michael@content-space.de>

Fixed sorting in the acl manager treeview

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

Fixed sorting in the acl manager treeview

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.

show more ...


# c2a6d816 01-Feb-2010 Andreas Gohr <andi@splitbrain.org>

plugin related autoloading

This patch moved the place where DOKU_PLUGIN is defined. It no longer
can be set from a normal config (only via preload)


# 4db77915 21-Jan-2010 Christian Marg <marg@rz.tu-clausthal.de>

Apply group/user cleaning on saving ACLs FS#1859


# d7554c0b 17-Jan-2010 Andreas Gohr <andi@splitbrain.org>

Added CRSF security token checks in ACL plugin


# d752aede 14-Nov-2009 Andreas Gohr <andi@splitbrain.org>

more work on user and group cleaning

Ignore-this: b824c2941d3631bdf83350e325606d3e

darcs-hash:20091114123517-7ad00-d32833a88cb5f654a8874542d4d59f1f401d4453.gz


# a8900dc9 07-Aug-2009 Andreas Gohr <andi@splitbrain.org>

Show media namespaces in ACL manager

Ignore-this: b46799f7d65081eaa364ecaab8a2c7f9

Namespaces that only exist within the media directory are now merged with the
page namespaces in tree explorer of

Show media namespaces in ACL manager

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

show more ...


# 7325569e 16-Jan-2009 Tom N Harris <tnharris@whoopdedo.org>

Allow multiple deletes in ACL plugin

darcs-hash:20090116001320-6942e-6384740cf9818d9083a767cd581a252d242a9d8c.gz


# d0b0ddff 16-Dec-2008 Andreas Gohr <andi@splitbrain.org>

ACL Manager: simpler but more logical sort in the rule table

darcs-hash:20081216184056-7ad00-117f88fa93ac0fba46f98100c9da4f375dd1308c.gz


# 9f9e7398 16-Dec-2008 Andreas Gohr <andi@splitbrain.org>

ACL Manager: Avoid double encoding in permission table FS#1482

darcs-hash:20081216173112-7ad00-9d8eeff13945ccc69230cc9043ed78284612f2dc.gz


# 5d87b2cc 16-Dec-2008 Andreas Gohr <andi@splitbrain.org>

ACL user wildcard changed to %USER% FS#1504 :!:

DokuWiki supports a wildcard which gets replaced with the currently loggedin
user in its ACL configuration file.

This patch changes the wildcard from

ACL user wildcard changed to %USER% FS#1504 :!:

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

show more ...


# a3a4e862 16-Dec-2008 Andreas Gohr <andi@splitbrain.org>

ACL Manager: fixed bug introduced by previous special user patch

darcs-hash:20081216165159-7ad00-9e50c67c837c31145a7293022b761e6dffe79b16.gz


# 78750b94 16-Dec-2008 Andreas Gohr <andi@splitbrain.org>

ACL Manager: typo fix for checking group membership FS#1529

darcs-hash:20081216164447-7ad00-e42b37320964359c0be8b105e0903c1a380e5b52.gz


# f523fef5 16-Dec-2008 Andreas Gohr <andi@splitbrain.org>

ACL Manager: correctly highlight when page and namespace are named the same

darcs-hash:20081216163754-7ad00-a66381e543006ace0a4ff3747034290652b758fc.gz


# 0ef43815 16-Dec-2008 Andreas Gohr <andi@splitbrain.org>

ACL Manager: Add footnote about permission inclusion

darcs-hash:20081216162305-7ad00-c1abb00d3d0992977a7f366da2eeb6e2b18b0857.gz


# 15976576 16-Dec-2008 Andreas Gohr <andi@splitbrain.org>

ACL Manager: correctly handle multiple comma separated values in $conf['manager']

darcs-hash:20081216162114-7ad00-a68d8fcbeeca970d6aba87ef2c568e4dcd8c484a.gz


# 3bde27bf 10-Dec-2008 Andreas Gohr <andi@splitbrain.org>

fixed a problem with displaying current ACLs for group/user names with special chars

darcs-hash:20081210172333-7ad00-f4a35cfa079a380eedd99c5141e480959864fd38.gz


# f46c9e83 15-Aug-2008 Anika Henke <anika@selfthinker.org>

fixed all remaining links to wiki.splitbrain.org and to restructured pages

darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz


# e965e37f 20-Jul-2008 Anika Henke <anika@selfthinker.org>

replaced my 1 outdated + 1 soon outdated email addresses

darcs-hash:20080720121704-f7d6d-70da167d3088ae0793ad391c139269446c8d20b3.gz


# 211977d2 01-May-2008 hakan.sandell <hakan.sandell@mydata.se>

acl select button translated

darcs-hash:20080501140424-9a5f4-ffd4899c01acdebc94524798c9d7170b669314d1.gz


# deb28ffb 15-Mar-2008 Andreas Gohr <andi@splitbrain.org>

IE compatibility fixes for ACL manager FS#1343

darcs-hash:20080315104339-7ad00-552c8aae43bad5241fc4bad547fb7505a58bd3fc.gz


# 2404d0ed 13-Mar-2008 Anika Henke <a.c.henke@arcor.de>

stricter xhtml for revert, acl and sectok forms

darcs-hash:20080313012547-d5083-8d8f3c2ad62f08b9ed73827987d3b8be17f6b34b.gz


1234