Skip to content

Commit

Permalink
Item109: TWikiAdminGroup->WikiAdminGroup
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/ClassificationPlugin@670 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Nov 15, 2008
1 parent b90e3df commit ce4deb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/Applications/ClassificationApp/RenderCategory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ See the CategoryTemplate.
~~~ }%"
~~~ title="Create a new topic in %CATINFO{cat="%BASEWEB%.%BASETOPIC%" format="<nop>$title"}%"
~~~ }%
%IFDEFINEDTHEN{"%IFACCESS{"%MAINWEB%.TWikiAdminGroup" type="change"}%" as="1"}%
%IFDEFINEDTHEN{"%IFACCESS{"%MAINWEB%.WikiAdminGroup" type="change"}%" as="1"}%
%BUTTON{"Manage" href="%SCRIPTURLPATH{view}%/%BASEWEB%/Category" title="Manage categories"}%
%BUTTON{"Browse" href="%SCRIPTURLPATH{view}%/%BASEWEB%/CategoryBrowser" title="Browse the hierarchy"}%
%FIDEFINED%
Expand Down
4 changes: 2 additions & 2 deletions data/Applications/ClassificationApp/WebPreferences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Flag to enable/disable listing this web on the sitemap:
* Set #DENYWEBVIEW =
* Set #ALLOWWEBVIEW =
* Set DENYWEBCHANGE = %MAINWEB%.WikiGuest
* Set ALLOWWEBCHANGE = %MAINWEB%.TWikiAdminGroup
* Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup
* Set ALLOWWEBCHANGE = %MAINWEB%.WikiAdminGroup
* Set ALLOWTOPICCHANGE = %MAINWEB%.WikiAdminGroup

---+++ Application Pointer
<nop>DBCachePlugin settings registering the !WebDB
Expand Down
10 changes: 5 additions & 5 deletions data/_ClassificationTemplate/WebPreferences.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
---++ Access rights
*Web*:
* #Set DENYWEBVIEW =
* Set ALLOWWEBVIEW = %MAINWEB%.TWikiAdminGroup
* Set ALLOWWEBVIEW = %MAINWEB%.WikiAdminGroup
* #Set DENYWEBCHANGE =
* Set ALLOWWEBCHANGE = %MAINWEB%.TWikiAdminGroup
* Set ALLOWWEBCHANGE = %MAINWEB%.WikiAdminGroup
* #Set DENYWEBRENAME =
* Set ALLOWWEBRENAME = %MAINWEB%.TWikiAdminGroup
* Set ALLOWWEBRENAME = %MAINWEB%.WikiAdminGroup

*Topic*
* Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup
* Set ALLOWTOPICRENAME = %MAINWEB%.TWikiAdminGroup
* Set ALLOWTOPICCHANGE = %MAINWEB%.WikiAdminGroup
* Set ALLOWTOPICRENAME = %MAINWEB%.WikiAdminGroup

---++ Finalization
* Set FINALPREFERENCES = NOSEARCHALL, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME

0 comments on commit ce4deb7

Please sign in to comment.