Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11104/plugin
Modified Files:
WikiAdminSetAcl.php
Log Message:
setacl icons
Index: WikiAdminSetAcl.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/WikiAdminSetAcl.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -2 -b -p -d -r1.7 -r1.8
--- WikiAdminSetAcl.php 16 May 2004 22:07:35 -0000 1.7
+++ WikiAdminSetAcl.php 16 May 2004 22:32:54 -0000 1.8
@@ -28,6 +28,7 @@ rcs_id('$Id$');
*
* KNOWN ISSUES:
- * Currently we must be Admin. Later we use PagePermissions authorization.
- * (require_authority_for_post' => WIKIAUTH_ADMIN)
+ * Doesn't accept yet s=wildcard preselection
+ * Fixed to use PagePermissions authorization.
+ * (require_authority_for_post != WIKIAUTH_ADMIN)
* Requires PHP 4.2 so far.
*/
@@ -178,5 +179,5 @@ extends WikiPlugin_WikiAdminSelect
$header->pushContent(
HTML::p(HTML::strong(
- _("Are you sure you want to permanently
change the selected files?"))));
+ _("Are you sure you want to permanently change access to the
selected files?"))));
}
else {
@@ -196,6 +197,5 @@ extends WikiPlugin_WikiAdminSelect
false,
array('admin_setacl')),
- HiddenInputs(array('admin_setacl[action]' =>
$next_action,
- 'require_authority_for_post' =>
WIKIAUTH_ADMIN)),
+ HiddenInputs(array('admin_setacl[action]' =>
$next_action)),
$buttons);
}
@@ -286,4 +286,7 @@ class _PageList_Column_perm extends _Pag
// $Log$
+// Revision 1.8 2004/05/16 22:32:54 rurban
+// setacl icons
+//
// Revision 1.7 2004/05/16 22:07:35 rurban
// check more config-default and predefined constants
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
|
|