|
CVS: phpwiki/lib/plugin WikiAdminSetAcl.php,1.21,1.22: msg#00141web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/lib/plugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7520/lib/plugin Modified Files: WikiAdminSetAcl.php Log Message: protect against !ENABLE_PAGEPERM Index: WikiAdminSetAcl.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/WikiAdminSetAcl.php,v retrieving revision 1.21 retrieving revision 1.22 diff -u -2 -b -p -d -r1.21 -r1.22 --- WikiAdminSetAcl.php 23 Nov 2004 15:17:20 -0000 1.21 +++ WikiAdminSetAcl.php 25 Jan 2005 08:05:17 -0000 1.22 @@ -120,4 +120,6 @@ extends WikiPlugin_WikiAdminSelect if ($request->getArg('action') != _("PhpWikiAdministration/SetAcl")) return $this->disabled("(action != 'browse')"); + if (!ENABLE_PAGEPERM) + return $this->disabled("ENABLE_PAGEPERM = false"); $args = $this->getArgs($argstr, $request); @@ -277,4 +279,7 @@ class _PageList_Column_perm extends _Pag // $Log$ +// Revision 1.22 2005/01/25 08:05:17 rurban +// protect against !ENABLE_PAGEPERM +// // Revision 1.21 2004/11/23 15:17:20 rurban // better support for case_exact search (not caseexact for consistency), ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/lib/WikiDB/backend PearDB.php,1.84,1.85: 00141, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib Theme.php,1.122,1.123: 00141, Reini Urban |
| Previous by Thread: | CVS: phpwiki/lib/WikiDB/backend PearDB.php,1.84,1.85i: 00141, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib Theme.php,1.122,1.123: 00141, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |