Changeset 611


Ignore:
Timestamp:
11/14/08 00:05:53 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: Rename TWikiAccessControl to AccessControl

Location:
trunk
Files:
67 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/BenchmarkContrib/data/Benchmarks/WebPreferences.txt

    r604 r611  
    4949      * Set WEBFORMS = 
    5050 
    51    * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.TWikiAccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
     51   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
    5252      * #Set DENYWEBVIEW =  
    5353      * #Set ALLOWWEBVIEW =  
  • trunk/BlogPlugin/data/Main/BlogAdminGroup.txt

    r482 r611  
    66   * Set ALLOWTOPICCHANGE = BlogAdminGroup 
    77 
    8 __Related topics:__ %WIKIUSERSTOPIC%, TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, BlogAuthorGroup 
     8__Related topics:__ %WIKIUSERSTOPIC%, TWikiGroups, %SYSTEMWEB%.AccessControl, BlogAuthorGroup 
    99 
  • trunk/BlogPlugin/data/Main/BlogAuthorGroup.txt

    r482 r611  
    66   * Set ALLOWTOPICCHANGE = BlogAdminGroup 
    77 
    8 __Related topics:__ %WIKIUSERSTOPIC%, TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, BlogAdminGroup 
     8__Related topics:__ %WIKIUSERSTOPIC%, TWikiGroups, %SYSTEMWEB%.AccessControl, BlogAdminGroup 
  • trunk/BugsContrib/data/Bugs/WebPreferences.txt

    r604 r611  
    4141      * would like to use something like IF{"defined AUTOINC1" then="AUTOINC1" else="XXXXXXXXXX"} 
    4242 
    43         * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.TWikiAccessControl) 
     43        * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl) 
    4444                * Set DENYWEBVIEW =  
    4545                * Set ALLOWWEBVIEW =  
     
    6868        * %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences. 
    6969        * %SYSTEMWEB%.TWikiVariables has a list of common =%<nop>VARIABLES%=. 
    70         * %SYSTEMWEB%.TWikiAccessControl explains how to restrict access by users or groups. 
     70        * %SYSTEMWEB%.AccessControl explains how to restrict access by users or groups. 
    7171 
    7272 
  • trunk/EditTablePlugin/data/TWiki/EditTablePlugin.txt

    r482 r611  
    198198      * Manually resolve the dependencies listed below. 
    199199      %$DEPENDENCIES% 
    200    * The Plugin depends on the =viewauth= script to authenticate the user. As described in %SYSTEMWEB%.TWikiAccessControl, copy the =view= script to =viewauth= (or better, create a symbolic link) and add =viewauth= to the list of authenticated scripts in the =.htaccess= file. 
     200   * The Plugin depends on the =viewauth= script to authenticate the user. As described in %SYSTEMWEB%.AccessControl, copy the =view= script to =viewauth= (or better, create a symbolic link) and add =viewauth= to the list of authenticated scripts in the =.htaccess= file. 
    201201   * (Dakar) Visit =configure= in your TWiki installation, and enable the plugin in the {Plugins} section. 
    202202   * Test if the Plugin is correctly installed: 
  • trunk/FakeBasicAuthRegPlugin/data/TWiki/FakeBasicAuthRegPlugin.txt

    r529 r611  
    1010How it works is: SSL logs you in based on your client cert.  Instead of popping a login box, it gets your userid from the cert, and then authenticates you by doing a "fake" login using that userid and a password of "password".  If you have a valid entry in the htpassword file, login succeeds and REMOTE_USER is set.  If it fails, the login box pops up (and unfortunately you can't login; which is ok). 
    1111 
    12 This plugin only provides authentication/registration.  It's up to you to configure access restrictions later via WebPreferences, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, Main.TWikiGroups, etc, or using an access restrictions plugin (are there any?).  See TWiki.TWikiAccessControl for more info. 
     12This plugin only provides authentication/registration.  It's up to you to configure access restrictions later via WebPreferences, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, Main.TWikiGroups, etc, or using an access restrictions plugin (are there any?).  See %SYSTEMWEB%.AccessControl for more info. 
    1313 
    1414In addition, this plugin provides access to environment variables in a TWiki topic (this was necessary for registration to work). 
  • trunk/FamilyTreePlugin/data/FamilyTreePlugin/WebPreferences.txt

    r604 r611  
    4949      * Set WEBFORMS = 
    5050 
    51    * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.TWikiAccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
     51   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
    5252      * #Set DENYWEBVIEW =  
    5353      * #Set ALLOWWEBVIEW =  
  • trunk/InlineEditPlugin/data/JSTests/WebPreferences.txt

    r604 r611  
    4949      * Set WEBFORMS = 
    5050 
    51    * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.TWikiAccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
     51   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
    5252      * #Set DENYWEBVIEW =  
    5353      * #Set ALLOWWEBVIEW =  
  • trunk/NatSkin/templates/messages.nat.tmpl

    r598 r611  
    310310%TMPL:P{"logon"}% 
    311311 
    312 %MAKETEXT{"See also:"}% %USERSWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, 
     312%MAKETEXT{"See also:"}% %USERSWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl, 
    313313%TWIKIREGISTRATION% 
    314314%TMPL:END% 
     
    318318%TMPL:P{"logon"}% 
    319319 
    320 %MAKETEXT{"See also:"}% %USERSWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, 
     320%MAKETEXT{"See also:"}% %USERSWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl, 
    321321%TWIKIREGISTRATION% 
    322322%TMPL:END% 
  • trunk/NatSkin/templates/oopsaccesschange.nat.tmpl

    r464 r611  
    99%TMPL:P{"logon"}% 
    1010 
    11 %MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, %TWIKIREGISTRATION% 
     11%MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl, %TWIKIREGISTRATION% 
    1212%TMPL:END% 
  • trunk/NatSkin/templates/oopsaccesscreateweb.nat.tmpl

    r464 r611  
    88%TMPL:P{"logon"}% 
    99 
    10 %MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, %TWIKIREGISTRATION% 
     10%MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl, %TWIKIREGISTRATION% 
    1111%TMPL:END% 
  • trunk/NatSkin/templates/oopsaccessgroup.nat.tmpl

    r598 r611  
    77%TMPL:P{"logon"}% 
    88 
    9 %MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, %TWIKIREGISTRATION%,  
     9%MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl, %TWIKIREGISTRATION%,  
    1010%MAINWEB%.%PARAM1% 
    1111<!-- //message -->%TMPL:END% 
  • trunk/NatSkin/templates/oopsaccessrename.nat.tmpl

    r464 r611  
    88%TMPL:P{"logon"}% 
    99 
    10 %MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, %TWIKIREGISTRATION% 
     10%MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl, %TWIKIREGISTRATION% 
    1111%TMPL:END% 
  • trunk/NatSkin/templates/oopsaccessview.nat.tmpl

    r464 r611  
    88%TMPL:P{"logon"}% 
    99 
    10 %MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, %TWIKIREGISTRATION% 
     10%MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl, %TWIKIREGISTRATION% 
    1111%TMPL:END% 
  • trunk/NatSkin/templates/oopsaccessvote.nat.tmpl

    r464 r611  
    88%TMPL:P{"logon"}% 
    99 
    10 %MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, %TWIKIREGISTRATION% 
     10%MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl, %TWIKIREGISTRATION% 
    1111%TMPL:END% 
    1212  
  • trunk/NatSkin/templates/oopswrongpassword.nat.tmpl

    r464 r611  
    88%TMPL:P{"logon"}% 
    99 
    10 %MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl, %TWIKIREGISTRATION% 
     10%MAKETEXT{"See also:"}% %MAINWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl, %TWIKIREGISTRATION% 
    1111%TMPL:END% 
  • trunk/PollPlugin/templates/oopsaccessvote.tmpl

    r464 r611  
    1010if you have any questions. 
    1111 
    12 __Related topics:__ %MAINWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl %TMPL:END% 
     12__Related topics:__ %MAINWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl %TMPL:END% 
    1313%TMPL:DEF{"topicaction"}% [[%WEB%.%TOPIC%][OK]] %TMPL:END% 
    1414%TMPL:P{"oops"}% 
  • trunk/QuizPlugin/data/TWiki/QuizPlugin.txt

    r271 r611  
    3636<input type=button value="Show Solutions" onClick="Cheat2()"> 
    3737<p /> 
    38 =%<nop>QUIZ{"How long is a yard?" type="string" correct="3.5 pints" jump="TWikiAccessControl"}%= 
     38=%<nop>QUIZ{"How long is a yard?" type="string" correct="3.5 pints" jump="AccessControl"}%= 
    3939<div class='twikiAlert'> Q3: How long is a yard?</div> 
    4040<input type='text' name='field' size='9' maxlength='9'>  <br /> 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/ArchivosAdjuntos.txt

    r555 r611  
    4444#AttachmentAccess 
    4545 
    46    * %X% _NOTA:_ No existe control de acceso para archivos adjuntos individuales. Si necesita controlar el acceso a un archivo individual, cree un tema separado para cada uno de los archivos y configure [[%SYSTEMWEB%.CompleteDocumentation#TWikiAccessControl][restricciones de acceso]] %FLAGGB% para cada una de los temas. 
     46   * %X% _NOTA:_ No existe control de acceso para archivos adjuntos individuales. Si necesita controlar el acceso a un archivo individual, cree un tema separado para cada uno de los archivos y configure [[%SYSTEMWEB%.CompleteDocumentation#AccessControl][restricciones de acceso]] %FLAGGB% para cada una de los temas. 
    4747 
    4848---++ Mover archivos adjuntos 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/CulturaWiki.txt

    r313 r611  
    2121(citado de _WhyWikiWorks_ en Ward's original Wiki system, the Portland Pattern Repository, Wiki:WhyWikiWorks %FLAGGB%) 
    2222 
    23 __Temas relacionados:__ SitioTWiki, BienvenidoHuesped, BuenEstilo, SintaxisWiki, PreguntasFrecuentes, TWiki.WhatIsWikiWiki %FLAGGB%, TWiki.WabiSabi %FLAGGB%, TWiki.TWikiAccessControl %FLAGGB% 
     23__Temas relacionados:__ SitioTWiki, BienvenidoHuesped, BuenEstilo, SintaxisWiki, PreguntasFrecuentes, TWiki.WhatIsWikiWiki %FLAGGB%, TWiki.WabiSabi %FLAGGB%, TWiki.AccessControl %FLAGGB% 
    2424 
    2525-- __Colaboradores (Traducción):__ TWiki:Main.SebastianKlus - 08 Dec 2007 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/FormulariosTWiki.txt

    r529 r611  
    174174*Notas generales:* 
    175175   * Cuando se ve un tema, no se leerá la definición correspondiente. 
    176    * Temas que definan formularios pueden ser protegidos de manera normal, utilizando TWiki.TWikiAccessControl %FLAGGB% para restringir quien puede cambiar la plantilla de un formulario y/o la lista individual de valores. Tome en consideración que se requiere permiso de ver el tema para poder editar los temas que utilizan la definición del formulario, aúnque _no_ se requiere permiso de ver a la definición del formulario para ver un tema donde se utilizó el formulario. 
     176   * Temas que definan formularios pueden ser protegidos de manera normal, utilizando %SYSTEMWEB%.AccessControl %FLAGGB% para restringir quien puede cambiar la plantilla de un formulario y/o la lista individual de valores. Tome en consideración que se requiere permiso de ver el tema para poder editar los temas que utilizan la definición del formulario, aúnque _no_ se requiere permiso de ver a la definición del formulario para ver un tema donde se utilizó el formulario. 
    177177 
    178178---+++ Valores en otros temas 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/TemasTWiki.txt

    r604 r611  
    2323      * handy pop-up quick reference  
    2424      * do all of this through whatever web browser you are familiar with 
    25    * [[%SYSTEMWEB%.TWikiAccessControl][access control]] 
     25   * [[%SYSTEMWEB%.AccessControl][access control]] 
    2626      * independently determine who can see, edit, rename, move or delete topics 
    2727      * set permissions by individual users and user groups 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/TutorialTWiki.txt

    r313 r611  
    2828---++ 4. Revise los usuarios y grupos del TWiki. 
    2929   * Vaya a la página %USERSWEB%.%WIKIUSERSTOPIC% %FLAGGB%; contiene una lista de todos los usuarios del TWiki. Su nombre aparecerá en esta lista después de haberse registrado. 
    30    * Vaya a la página %USERSWEB%.TWikiGroups %FLAGGB% en la web %USERSWEB%; contiene una lista de grupos que se utilizan para definir más detalladamente el [[TWiki.TWikiAccessControl][control de acceso]] %FLAGGB% en el TWiki. 
     30   * Vaya a la página %USERSWEB%.TWikiGroups %FLAGGB% en la web %USERSWEB%; contiene una lista de grupos que se utilizan para definir más detalladamente el [[%SYSTEMWEB%.AccessControl][control de acceso]] %FLAGGB% en el TWiki. 
    3131 
    3232---++ 5. Pruebe los controles de página... 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/WebPreferences.txt

    r604 r611  
    4343         * Licencia: [[http://creativecommons.org/licenses/by/2.5/][Creative Commons Attribution 2.5 License]] 
    4444 
    45    * Usuarios o grupos quienes __no tienen__ / __tienen__ permiso de __ver__ / __modificar__ / __renombrar__ temas en la web <nop>%WEB%: (Ver %SYSTEMWEB%.TWikiAccessControl). 
     45   * Usuarios o grupos quienes __no tienen__ / __tienen__ permiso de __ver__ / __modificar__ / __renombrar__ temas en la web <nop>%WEB%: (Ver %SYSTEMWEB%.AccessControl). 
    4646      * Set ALLOWWEBCHANGE = %USERSWEB%.TWikiAdminGroup 
    4747      * Set ALLOWWEBRENAME = %USERSWEB%.TWikiAdminGroup 
  • trunk/SpanishTWikiContrib/data/TWiki_ES/WebPreferencesHelp.txt

    r313 r611  
    1818   * [[%USERSWEB%.%WIKIUSERSTOPIC%][%WIKIUSERSTOPIC%]] %FLAGGB% - lista de temas de usuario. Temas de usuario pueden contener preferencias personalizadas opcionales 
    1919   * [[%SYSTEMWEB%.TWikiVariables][TWikiVariables]] %FLAGGB% - lista de =%<nop>VARIABLES%= comunes 
    20    * [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]] %FLAGGB% - le explica como restringir acceso por medio de usuarios o grupos 
     20   * [[%SYSTEMWEB%.AccessControl][AccessControl]] %FLAGGB% - le explica como restringir acceso por medio de usuarios o grupos 
    2121 
    2222---++ Herramientas 
  • trunk/TWikiDotNetForumAppAddOn/data/Forum/WebPreferences.txt

    r604 r611  
    4343      * Set WEBFORMS = 
    4444 
    45    * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.TWikiAccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
     45   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
    4646      * Set DENYWEBVIEW =  
    4747      * Set ALLOWWEBVIEW =  
  • trunk/TWikiInstallerContrib/lib/TWiki/Contrib/TWikiInstallerContrib/plugins.NOTES

    r549 r611  
    328328---+ seem to be bugs 
    329329 
    330    * TWiki.ExtendedSelectPlugin renders +option as H1's 
    331  
    332    * TWiki/TWikiAccessControl has ^ in table header (that's only without the TablePlugin enabled) 
     330   * %SYSTEMWEB%.ExtendedSelectPlugin renders +option as H1's 
     331 
     332   * %SYSTEMWEB%.AccessControl has ^ in table header (that's only without the TablePlugin enabled) 
    333333 
    334334   * TWikiGroups doesn't seem to be working (eg, showing values from TWikiAdminGroup, but not from BlogAdminGroup and BlogAuthorsGroup) 
  • trunk/TWikiInstallerContrib/lib/TWiki/Contrib/TWikiInstallerContrib/remote-install

    r527 r611  
    599599 
    600600<b>TWikiAdmin</b> <input type="text" name="TWikiAdmin" id="TWikiAdmin" size="35" value="$twikiAdmin" /><br /> 
    601 <div class=help id=TWikiAdmin_help>This TWiki account will be created and added to the <a target="_new" href="http://twiki.org/cgi-bin/view/TWiki/TWikiAccessControl#The_Super_Admin_Group">TWikiAdminGroup</a>.  
     601<div class=help id=TWikiAdmin_help>This TWiki account will be created and added to the <a target="_new" href="http://twiki.org/cgi-bin/view/TWiki/AccessControl#The_Super_Admin_Group">TWikiAdminGroup</a>.  
    602602A password will be automatically generated and sent to the email specified by WebMasterEmail below<br/></div> 
    603603 
  • trunk/TWikiUserMappingContrib/data/Main/NobodyGroup.txt

    r499 r611  
    99Used to prevent dangerous actions e.g. renaming [[%SYSTEMWEB%.DefaultPreferences][DefaultPreferences]] - put !NobodyGroup as the only group allowed to rename a topic and it can't be renamed. 
    1010 
    11 __Related topics:__ [[%WIKIUSERSTOPIC%]], [[TWikiGroups]], [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]] 
     11__Related topics:__ [[%WIKIUSERSTOPIC%]], [[TWikiGroups]], [[%SYSTEMWEB%.AccessControl][AccessControl]] 
  • trunk/TWikiUserMappingContrib/data/Main/TWikiAdminGroup.txt

    r499 r611  
    2626%IF{"(NOT defined GROUP) OR $GROUP = ''" then="" else="-->"}% 
    2727 
    28 __Related topics:__ [[%WIKIUSERSTOPIC%]], [[TWikiAdminUser]], [[TWikiGroups]], [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]] 
     28__Related topics:__ [[%WIKIUSERSTOPIC%]], [[TWikiAdminUser]], [[TWikiGroups]], [[%SYSTEMWEB%.AccessControl][AccessControl]] 
    2929 
    3030 
  • trunk/TWikiUserMappingContrib/data/Main/TWikiGroupTemplate.txt

    r482 r611  
    88      * Set ALLOWTOPICCHANGE = %URLPARAM{"topic"}% 
    99 
    10 __%MAKETEXT{"Related topics:"}%__ [[%WIKIUSERSTOPIC%]], [[TWikiGroups]], [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]] 
     10__%MAKETEXT{"Related topics:"}%__ [[%WIKIUSERSTOPIC%]], [[TWikiGroups]], [[%SYSTEMWEB%.AccessControl][AccessControl]] 
    1111 
  • trunk/TWikiUserMappingContrib/data/TWiki/ManagingUsers.txt

    r526 r611  
    1313 
    1414   * TWikiUserAuthentication describes your options for user authentication 
    15    * TWikiAccessControl describes how to define groups and how to restrict 
     15   * AccessControl describes how to define groups and how to restrict 
    1616     access to content 
    1717 
  • trunk/TopicClassificationAddOn/data/TCAO/Installs/WebPreferences.txt

    r604 r611  
    3333                * Set WEBFORMS = TopicForm, TopicClassForm 
    3434 
    35         * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.TWikiAccessControl) 
     35        * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl) 
    3636                *# Set DENYWEBVIEW =  
    3737                *# Set ALLOWWEBVIEW =  
     
    6060        * %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences. 
    6161        * %SYSTEMWEB%.TWikiVariables has a list of common =%<nop>VARIABLES%=. 
    62         * %SYSTEMWEB%.TWikiAccessControl explains how to restrict access by users or groups. 
     62        * %SYSTEMWEB%.AccessControl explains how to restrict access by users or groups. 
    6363 
    6464__Tools:__ 
  • trunk/TopicClassificationAddOn/data/TCAO/WebPreferences.txt

    r604 r611  
    3737                * Set WEBFORMS = TopicClassForm, TopicForm 
    3838 
    39         * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.TWikiAccessControl) 
     39        * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl) 
    4040                *# Set DENYWEBVIEW =  
    4141                *# Set ALLOWWEBVIEW =  
     
    6464        * %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences. 
    6565        * %SYSTEMWEB%.TWikiVariables has a list of common =%<nop>VARIABLES%=. 
    66         * %SYSTEMWEB%.TWikiAccessControl explains how to restrict access by users or groups. 
     66        * %SYSTEMWEB%.AccessControl explains how to restrict access by users or groups. 
    6767 
    6868__Tools:__ 
  • trunk/WebPermissionsPlugin/data/TWiki/WebPermissionsPlugin.txt

    r526 r611  
    155155$TWiki::cfg{Plugins}{WebPermissionsPlugin}{modes} = 'VIEW,CHANGE,RENAME'; 
    156156</verbatim> 
    157 See %SYSTEMWEB%.TWikiAccessControls for more information on what access modes can be used to control. 
     157See %SYSTEMWEB%.AccessControl for more information on what access modes can be used to control. 
    158158 
    159159---++ Plugin Installation Instructions 
  • trunk/YetAnotherXpTrackerPlugin/data/_default_XpTracker/WebPreferences.txt

    r604 r611  
    6666      * Set WEBFORMS = 
    6767 
    68    * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.TWikiAccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
     68   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
    6969      * #Set DENYWEBVIEW =  
    7070      * #Set ALLOWWEBVIEW =  
  • trunk/core/bin/configure

    r480 r611  
    576576 authentication</a> 
    577577       and 
    578        <a rel="nofollow" href="$TWiki::cfg{ScriptUrlPath}/view$TWiki::cfg{ScriptSuffix}/$TWiki::cfg{SystemWebName}/TWikiAccessControl"> 
     578       <a rel="nofollow" href="$TWiki::cfg{ScriptUrlPath}/view$TWiki::cfg{ScriptSuffix}/$TWiki::cfg{SystemWebName}/AccessControl"> 
    579579        access control</a>, and the 
    580580       <a rel="nofollow" href="#" onclick="foldBlock('SecuritySetup'); return false;">Security Setup</a> 
  • trunk/core/data/Main/TWikiAdminUser.txt

    r482 r611  
    2525   * If your TWiki is configured to use !ApacheLoginManager, you will need to log in as a valid user first. 
    2626    
    27 __Related topics:__ [[%WIKIUSERSTOPIC%]], [[TWikiAdminGroup]], [[TWikiGroups]], [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]] 
     27__Related topics:__ [[%WIKIUSERSTOPIC%]], [[TWikiAdminGroup]], [[TWikiGroups]], [[%SYSTEMWEB%.AccessControl][AccessControl]] 
    2828--- 
    2929 
  • trunk/core/data/Main/TWikiGroups.txt

    r482 r611  
    22---+ TWiki Groups 
    33 
    4 These groups can be used to define fine grained [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]] in <nop>%WIKITOOLNAME%: 
     4These groups can be used to define fine grained [[%SYSTEMWEB%.AccessControl][AccessControl]] in <nop>%WIKITOOLNAME%: 
    55 
    66%GROUPS% 
     
    2727   * A topic revision can be undone by a member of the [[%USERSWEB%.TWikiAdminGroup][TWikiAdminGroup]] if necesssary. 
    2828 
    29 __Related topics:__ [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]], [[%WEBPREFSTOPIC%]], [[%WIKIUSERSTOPIC%]], [[%SYSTEMWEB%.WikiCulture][WikiCulture]] 
     29__Related topics:__ [[%SYSTEMWEB%.AccessControl][AccessControl]], [[%WEBPREFSTOPIC%]], [[%WIKIUSERSTOPIC%]], [[%SYSTEMWEB%.WikiCulture][WikiCulture]] 
  • trunk/core/data/Main/WebPreferences.txt

    r604 r611  
    2525      * Set WEBFORMS = %SYSTEMWEB%.UserForm 
    2626 
    27    * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]]). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
     27   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See [[%SYSTEMWEB%.AccessControl][AccessControl]]). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
    2828      * Set DENYWEBVIEW =  
    2929      * Set ALLOWWEBVIEW =  
  • trunk/core/data/Sandbox/WebPreferences.txt

    r604 r611  
    2323      * Set WEBFORMS =  
    2424 
    25    * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]]). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
     25   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See [[%SYSTEMWEB%.AccessControl][AccessControl]]). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web. 
    2626      * Set DENYWEBVIEW =  
    2727      * Set ALLOWWEBVIEW =  
  • trunk/core/data/TWiki/AccessControl.txt

    r518 r611  
    11%META:TOPICINFO{author="ProjectContributor" date="1183870141" format="1.1" version="$Rev: 15747 $"}% 
    22%STARTINCLUDE% 
    3 ---+ TWiki Access Control 
     3---+ Access Control 
    44 
    55_Restricting read and write access to topics and webs, by Users and groups_ 
    66 
    7 TWiki Access Control allows you restrict access to single topics and entire webs, by individual user and by user Groups. Access control, combined with UserAuthentication, lets you easily create and manage an extremely flexible, fine-grained privilege system. 
    8  
    9 __%T% Tip:__ TWiki:TWiki.TWikiAccessControlSupplement on TWiki.org has additional documentation on access control. 
     7Access Control allows you restrict access to single topics and entire webs, by individual user and by user Groups. Access control, combined with UserAuthentication, lets you easily create and manage an extremely flexible, fine-grained privilege system. 
    108 
    119%TOC% 
     
    252250%STOPINCLUDE% 
    253251 
    254 __Related Topics:__ AdminDocumentationCategory, UserAuthentication, TWiki:TWiki.TWikiAccessControlSupplement 
    255  
     252__Related Topics:__ AdminDocumentationCategory, UserAuthentication 
     253 
  • trunk/core/data/TWiki/CompleteDocumentation.txt

    r606 r611  
    2929 
    3030------ 
    31 %INCLUDE{"TWikiAccessControl"}% 
     31%INCLUDE{"AccessControl"}% 
    3232 
    3333[[#PageTop][Back to top]] 
  • trunk/core/data/TWiki/DataForms.txt

    r604 r611  
    171171*General Notes:* 
    172172   * The topic definition is not read when a topic is viewed. 
    173    * Form definition topics can be protected in the usual manner, using  TWikiAccessControl, to limit who can change the form template and/or individual value lists. Note that view access is required to be able to edit topics that use the form definition, though view access to the form definition is _not_ required to view a topic where the form has been used. 
     173   * Form definition topics can be protected in the usual manner, using  AccessControl, to limit who can change the form template and/or individual value lists. Note that view access is required to be able to edit topics that use the form definition, though view access to the form definition is _not_ required to view a topic where the form has been used. 
    174174 
    175175---+++ Values in Other Topics 
  • trunk/core/data/TWiki/DefaultPreferences.txt

    r549 r611  
    4343      * Set WEBRSSCOPYRIGHT = Copyright %GMTIME{"$year"}% by contributing authors 
    4444 
    45    * Exclude web from a =web="all"= search: (Set to =on= for hidden webs; is overwritten by web preferences) __Note__ it is much better to use TWikiAccessControls in individual webs to control who can and can't view the contents of a web. NOSEARCHALL is retained for compatibility, but you should avoid using it. 
     45   * Exclude web from a =web="all"= search: (Set to =on= for hidden webs; is overwritten by web preferences) __Note__ it is much better to use [[AccessControl][AccessControls]] in individual webs to control who can and can't view the contents of a web. NOSEARCHALL is retained for compatibility, but you should avoid using it. 
    4646      * Set NOSEARCHALL =  
    4747   * Prevent automatic linking of [[%SYSTEMWEB%.WikiWords][WikiWords]] and acronyms (if set to =on=); link <nop>WikiWords (if empty); can be overwritten by web preferences: 
     
    356356   * User topics in %USERSWEB% can have optional user preferences. 
    357357   * %SYSTEMWEB%.TWikiVariables has a list of common =%<nop>VARIABLES%=. 
    358    * %SYSTEMWEB%.TWikiAccessControl explains how to restrict access by users or groups. 
     358   * %SYSTEMWEB%.AccessControl explains how to restrict access by users or groups. 
    359359   * TWiki:Plugins.PreferencesPlugin makes editing preferences a snap. 
    360360 
  • trunk/core/data/TWiki/FileAttachment.txt

    r555 r611  
    4242#AttachmentAccess 
    4343 
    44    * %X% _NOTE:_ There is no access control on individual attachments. If you need control over single files, create a separate topic per file and set topic-level [[CompleteDocumentation#TWikiAccessControl][access restrictions]] for each. 
     44   * %X% _NOTE:_ There is no access control on individual attachments. If you need control over single files, create a separate topic per file and set topic-level [[CompleteDocumentation#AccessControl][access restrictions]] for each. 
    4545 
    4646---++ Moving Attachment Files 
  • trunk/core/data/TWiki/MainFeatures.txt

    r604 r611  
    1212   * *File attachments:* [[FileAttachment][Upload]] and download any file as an attachment to a page by using your browser. This is similar to file attachments in an e-mail, but it happens on web pages. 
    1313   * *Revision control:* All changes to pages and attachments are tracked. Retrieve previous page revisions; compare differences; find out who changed what and when. 
    14    * *Access control:* Define groups and impose fine-grained read and write [[TWikiAccessControl][access restrictions]] based on groups and users. 
     14   * *Access control:* Define groups and impose fine-grained read and write [[AccessControl][access restrictions]] based on groups and users. 
    1515   * *Variables:* Use [[TWikiVariables][variables]] to dynamically compose your pages. This allows you for example to dynamically build a table of contents, include other pages, or show a search result embedded in a page. 
    1616   * *TWiki plugins:* Easily install program enhancements using external [[Plugins][plug-in modules]]. Developers can create plug-ins in Perl using the TWiki Plugin API. 
  • trunk/core/data/TWiki/ManagingTopics.txt

    r488 r611  
    6161---+++ Effect of User Access Settings 
    6262 
    63 User permissions affect the 'rename' functions in various ways. To rename a topic, you need all of ==VIEW==, ==CHANGE== and ==RENAME== access to that topic. To alter referring topics, you need ==CHANGE== access. See TWikiAccessControl for information on setting up access permissions. 
     63User permissions affect the 'rename' functions in various ways. To rename a topic, you need all of ==VIEW==, ==CHANGE== and ==RENAME== access to that topic. To alter referring topics, you need ==CHANGE== access. See AccessControl for information on setting up access permissions. 
    6464 
    6565---++ Special Considerations 
  • trunk/core/data/TWiki/ReleaseHistory.txt

    r604 r611  
    538538      * Forms to change/reset/install passwords, see ChangePassword &amp; ResetPassword 
    539539   * *01 May 2001* - TWiki:Main.AndreaSterbini 
    540       * The %MAINWEB%.TWikiAdminGroup (or other group) can be enabled as a [[TWikiAccessControl#SuperAdminGroup][SuperAdminGroup]]. Members have browser edit access to _all_ locked topics.  
     540      * The %MAINWEB%.TWikiAdminGroup (or other group) can be enabled as a [[AccessControl#SuperAdminGroup][SuperAdminGroup]]. Members have browser edit access to _all_ locked topics.  
    541541   * *01 May 2001* - TWiki:Main.JohnTalintyre 
    542542      * Meta information format, see TWikiMetaData 
     
    576576      * Better error handling when saving a topic.  
    577577   * *05 Jan 2001* - TWiki:Main.PeterThoeny 
    578       * View authorization based on groups. Define who is allowed to see a TWiki web. More in TWikiAccessControl and TWiki:Codev/AuthenticationBasedOnGroups.  
     578      * View authorization based on groups. Define who is allowed to see a TWiki web. More in AccessControl and TWiki:Codev/AuthenticationBasedOnGroups.  
    579579   * *05 Dec 2000* - TWiki:Main.PeterThoeny 
    580580      * Improved include handling. Infinite recursion of includes are prevented; new variables =%<nop>BASEWEB%=, =%<nop>INCLUDINGWEB%=, =%<nop>BASETOPIC%= and =%<nop>INCLUDINGTOPIC%= to have more control over include handling. More in TWikiVariables and TWiki:Codev/IncludeHandlingImprovements.  
     
    591591      * Added a "Cancel" link in edit that releases the edit lock.  
    592592   * *23 Oct 2000* - TWiki:Main.PeterThoeny 
    593       * Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in TWikiAccessControl and TWiki:Codev/AuthenticationBasedOnGroups.  
     593      * Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in AccessControl and TWiki:Codev/AuthenticationBasedOnGroups.  
    594594   * *05 Oct 2000* - TWiki:Main.PeterThoeny 
    595595      * Remember user by IP address so that =view= "knows" the user once authenticated in =edit=. More in TWikiUserAuthentication.  
  • trunk/core/data/TWiki/SitePermissions.txt

    r549 r611  
    1414%STOPINCLUDE% 
    1515 
    16 See TWikiAccessControl for details  
     16See AccessControl for details  
    1717 
    1818__Related Topics:__ SiteMap, UserDocumentationCategory, AdminDocumentationCategory, AdminToolsCategory 
  • trunk/core/data/TWiki/TWikiReferenceManual.txt

    r606 r611  
    1313   1. [[TWikiUpgradeGuide][Upgrade Guide]] 
    1414   1. [[UserAuthentication][User Authentication]] 
    15    1. [[TWikiAccessControl][Access Control]] 
     15   1. [[AccessControl][Access Control]] 
    1616   1. [[TextFormattingRules][Formatting Rules]] 
    1717   1. [[TWikiVariables][TWiki Variables]] 
  • trunk/core/data/TWiki/TWikiScripts.txt

    r604 r611  
    345345 
    346346---+++ =viewfile= 
    347 Used for viewing attachments. Normally, a site will publish the attachments (=pub=) directory using a URL. However if it contains sensitive information, you will want to protect attachments using TWikiAccessControls. In this case, you can use the =viewfile= script to give access to attachments while still checking access controls. 
     347Used for viewing attachments. Normally, a site will publish the attachments (=pub=) directory using a URL. However if it contains sensitive information, you will want to protect attachments using [[AccessControl][AccessControls]]. In this case, you can use the =viewfile= script to give access to attachments while still checking access controls. 
    348348 
    349349| *Parameter* | *Description* | *Default* | 
  • trunk/core/data/TWiki/TWikiSiteTools.txt

    r490 r611  
    153153---++ Site Permissions 
    154154 
    155    * TWikiAccessControl describes how to restrict read and write access to topics and webs, by users and groups 
     155   * AccessControl describes how to restrict read and write access to topics and webs, by users and groups 
    156156   * SitePermissions lists the permissions settings of the webs on this TWiki site 
    157157 
  • trunk/core/data/TWiki/TWikiTutorial.txt

    r482 r611  
    2525---++ 4. Check out TWiki users, groups. 
    2626   * Go to the %USERSWEB%.%WIKIUSERSTOPIC% topic; it has a list of all users of TWiki. Your WikiName will be in this list after you register. 
    27    * Go to the %USERSWEB%.TWikiGroups topic in the %USERSWEB% web; it has a list of groups which can be used to define fine grained TWikiAccessControl in TWiki. 
     27   * Go to the %USERSWEB%.TWikiGroups topic in the %USERSWEB% web; it has a list of groups which can be used to define fine grained AccessControl in TWiki. 
    2828 
    2929---++ 5. Test the page controls... 
  • trunk/core/data/TWiki/TWikiVariables.txt

    r529 r611  
    7676---+++ Access Control Variables 
    7777 
    78 These are special types of preferences variables to control access to content. TWikiAccessControl explains these security settings in detail. 
     78These are special types of preferences variables to control access to content. AccessControl explains these security settings in detail. 
    7979 
    8080---+++ Local values for variables 
  • trunk/core/data/TWiki/TopicsAndWebs.txt

    r604 r611  
    2121      * handy pop-up quick reference  
    2222      * do all of this through whatever web browser you are familiar with 
    23    * [[%SYSTEMWEB%.TWikiAccessControl][access control]] 
     23   * [[%SYSTEMWEB%.AccessControl][access control]] 
    2424      * independently determine who can see, edit, rename, move or delete topics 
    2525      * set permissions by individual users and user groups 
  • trunk/core/data/TWiki/UserAuthentication.txt

    r518 r611  
    8383    <br /> %X% *This is a very important step*, as users in this group can access _all_ topics, independent of %WIKITOOLNAME% access controls. 
    8484 
    85 TWikiAccessControl has more information on setting up access controls. 
    86  
    87 %X% At this time TWikiAccessControls cannot control access to files in the =pub= area, unless they are only accessed through the =viewfile= script. If your =pub= directory is set up in the webserver to allow open access you may want to add =.htaccess= files in there to restrict access. 
     85AccessControl has more information on setting up access controls. 
     86 
     87%X% At this time AccessControls cannot control access to files in the =pub= area, unless they are only accessed through the =viewfile= script. If your =pub= directory is set up in the webserver to allow open access you may want to add =.htaccess= files in there to restrict access. 
    8888 
    8989%T% You can create a custom version of the TWikiRegistration form by copying the topic, and then deleting or adding input tags in your copy. The =name=""= parameter of the input tags must start with: ="Twk0..."= (if this is an optional entry), or ="Twk1..."= (if this is a required entry). This ensures that the fields are carried over into the user home page correctly. Do *not* modify the version of TWikiRegistration shipped with %WIKITOOLNAME%, as your changes will be overwritten next time you upgrade. 
     
    111111   1 Use [[%SCRIPTURLPATH{"configure"}%#PasswordManager][configure]] to set up %WIKITOOLNAME% to create the right kind of =.htpasswd= entries. 
    112112   1 Create a =.htaccess= file in the =twiki/bin= directory.<br />%H% There is an template for this file in =twiki/bin/.htaccess.txt= that you can copy and change. The comments in the file explain what need to be done.<br />%H% If you got it right, the browser should now ask for login name and password when you click on the <u>Edit</u>. If =.htaccess= does not have the desired effect, you may need to "AllowOverride All" for the directory in =httpd.conf= (if you have root access; otherwise, e-mail web server support) 
    113     <br /> %X% At this time TWikiAccessControls do not control access to files in the =pub= area, unless they are only accessed through the =viewfile= script. If your =pub= directory is set up to allow open access you may want to add =.htaccess= files in there as well to restrict access  
     113    <br /> %X% At this time AccessControls do not control access to files in the =pub= area, unless they are only accessed through the =viewfile= script. If your =pub= directory is set up to allow open access you may want to add =.htaccess= files in there as well to restrict access  
    114114   1 You can create a custom version of the TWikiRegistration form by copying the default topic, and then deleting or adding input tags in your copy. The =name=""= parameter of the input tags must start with: ="Twk0..."= (if this is an optional entry), or ="Twk1..."= (if this is a required entry). This ensures that the fields are carried over into the user home page correctly. Do *not* modify the version of TWikiRegistration shipped with %WIKITOOLNAME%, as your changes will be overwritten next time you upgrade. 
    115115    <br />The default new user template page is in [[%SYSTEMWEB%.NewUserTemplate][%SYSTEMWEB%.NewUserTemplate]]. The same variables get expanded as in the [[template topics]]. You can create a custom new user home page by creating the [[%USERSWEB%.NewUserTemplate][%USERSWEB%.NewUserTemplate]] topic, which will then override the default. 
     
    119119   1 *Edit the %USERSWEB%.TWikiAdminGroup topic in the %USERSWEB% web to include users with system administrator status.* 
    120120    <br /> %X% *This is a very important step*, as users in this group can access _all_ topics, independent of %WIKITOOLNAME% access controls. 
    121 TWikiAccessControl has more information on setting up access controls. 
     121AccessControl has more information on setting up access controls. 
    122122 
    123123---++++ Logons via bin/logon 
     
    228228 
    229229%STOPINCLUDE% 
    230 __Related Topics:__ AdminDocumentationCategory, TWikiAccessControl, TWiki:TWiki.UserAuthenticationSupplement, TWiki:TWiki.SecuringTWikiSite 
     230__Related Topics:__ AdminDocumentationCategory, AccessControl, TWiki:TWiki.UserAuthenticationSupplement, TWiki:TWiki.SecuringTWikiSite 
  • trunk/core/data/TWiki/VarSEARCH.txt

    r604 r611  
    1010     | ="text"= | Search term. Is a keyword search, literal search, regular expression search, or query, depending on the =type= parameter. SearchHelp has more | required | 
    1111     | =search="text"= | (Alternative to above) | N/A | 
    12      | =web="Name"= <br /> =web="%USERSWEB%, Know"= <br /> =web="all"= | Comma-separated list of webs to search. You can specifically *exclude* webs from an =all= search using a minus sign - for example, =web="all,-Secretweb"=. The special word =all= means all webs that do *not* have the =NOSEARCHALL= variable set to =on= in their %WEBPREFSTOPIC%. Note that TWikiAccessControls are respected when searching webs; it is *much* better to use them than =NOSEARCHALL=. | Current web | 
     12     | =web="Name"= <br /> =web="%USERSWEB%, Know"= <br /> =web="all"= | Comma-separated list of webs to search. You can specifically *exclude* webs from an =all= search using a minus sign - for example, =web="all,-Secretweb"=. The special word =all= means all webs that do *not* have the =NOSEARCHALL= variable set to =on= in their %WEBPREFSTOPIC%. Note that [[AccessControl][AccessControls]] are respected when searching webs; it is *much* better to use them than =NOSEARCHALL=. | Current web | 
    1313     | =topic="%WEBPREFSTOPIC%"= <br /> =topic="*Bug"= | Limit search to topics: A topic, a topic with asterisk wildcards, or a list of topics separated by comma. __Note__ this is a list of *topic names* and must *not* include web names. | All topics in a web | 
    1414     | =excludetopic="Web*"= <br /> =excludetopic="%HOMETOPIC%, <nop>WebChanges"= | Exclude topics from search: A topic, a topic with asterisk wildcards, or a list of topics separated by comma. __Note__ this is a list of *topic names* and must *not* include web names. | None | 
  • trunk/core/data/TWiki/WebPreferences.txt

    r604 r611  
    3535      * Set WEBCOPYRIGHT = <span class="twikiRight"> <a href="http://twiki.org/"><img src="%PUBURLPATH%/%SYSTEMWEB%/TWikiLogos/T-badge-88x31.gif" alt="This site is powered by the TWiki collaboration platform" width="88" height="31" title="This site is powered by the TWiki collaboration platform" border="0" /></a></span>%MAKETEXT{"Copyright &&copy; by the contributing authors. All material on this collaboration platform is the property of the contributing authors." args="1999-%GMTIME{$year}%"}% <br /> %MAKETEXT{"Ideas, requests, problems regarding [_1]? <a href='[_2]'>Send feedback</a>" args="<nop>%WIKITOOLNAME%,mailto:%WIKIWEBMASTER%?subject=%WIKITOOLNAME%%20Feedback%20on%20%BASEWEB%.%BASETOPIC%"}% %IF{"$ WEB= $ SYSTEMWEB" then="<br /> __Note:__ Please contribute updates to this topic on TWiki.org at TWiki:TWiki.%BASETOPIC%"}% 
    3636 
    37    * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.TWikiAccessControl). 
     37   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl). 
    3838      * Set ALLOWWEBCHANGE = %USERSWEB%.TWikiAdminGroup 
    3939      * Set ALLOWWEBRENAME = %USERSWEB%.TWikiAdminGroup 
  • trunk/core/data/TWiki/WebPreferencesHelp.txt

    r14 r611  
    1313   * [[%USERSWEB%.%WIKIUSERSTOPIC%][%WIKIUSERSTOPIC%]] - list of user topics. User topics can have optional user preferences 
    1414   * [[%SYSTEMWEB%.TWikiVariables][TWikiVariables]] - list of common =%<nop>VARIABLES%= 
    15    * [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]] - explains how to restrict access by users or groups 
     15   * [[%SYSTEMWEB%.AccessControl][AccessControl]] - explains how to restrict access by users or groups 
    1616 
    1717---++ Tools 
  • trunk/core/data/TWiki/WikiCulture.txt

    r569 r611  
    1919(quoted from _WhyWikiWorks_ at Ward's original Wiki system, the Portland Pattern Repository, Wiki:WhyWikiWorks) 
    2020 
    21 __Related topics:__ TWikiSite, WelcomeGuest, GoodStyle, WikiSyntax, FrequentlyAskedQuestions, WhatIsWikiWiki, WabiSabi, TWikiAccessControl 
     21__Related topics:__ TWikiSite, WelcomeGuest, GoodStyle, WikiSyntax, FrequentlyAskedQuestions, WhatIsWikiWiki, WabiSabi, AccessControl 
    2222 
    2323__Back to:__ FrequentlyAskedQuestions 
  • trunk/core/data/TWiki/WikiWord.txt

    r490 r611  
    6161When you write the name of a topic, it becomes a link. There are more ways 
    6262 
    63    * To write a custom *link label*, use bracket notation: =[<nop>[TWikiAccessControl][access control]]= - this becomes: [[TWikiAccessControl][access control]] 
     63   * To write a custom *link label*, use bracket notation: =[<nop>[AccessControl][access control]]= - this becomes: [[AccessControl][access control]] 
    6464   * To link to a topic in *another web*, write: =Sandbox.WebSearch= - this becomes: Sandbox.WebSearch 
    6565   * To link to a topic in *another subweb* write: =Sandbox.Subweb.WebSearch=. 
  • trunk/core/data/TestCases/WebPreferences.txt

    r604 r611  
    3232                * Set WEBFORMS = ThisForm, FormattedSearchForm 
    3333 
    34         * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.TWikiAccessControl) 
     34        * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See %SYSTEMWEB%.AccessControl) 
    3535                * #Set DENYWEBVIEW =  
    3636                * #Set ALLOWWEBVIEW =  
     
    6666        * %USERSWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences. 
    6767        * %SYSTEMWEB%.TWikiVariables has a list of common =%<nop>VARIABLES%=. 
    68         * %SYSTEMWEB%.TWikiAccessControl explains how to restrict access by users or groups. 
     68        * %SYSTEMWEB%.AccessControl explains how to restrict access by users or groups. 
    6969 
    7070__Tools:__ 
  • trunk/core/data/_default/WebPreferences.txt

    r604 r611  
    4949      * Set WEBFORMS = 
    5050 
    51    * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See [[%SYSTEMWEB%.TWikiAccessControl][TWikiAccessControl]]). 
     51   * Users or groups who __are not__ / __are__ allowed to __view__ / __change__ / __rename__ topics in the <nop>%WEB% web: (See [[%SYSTEMWEB%.AccessControl][AccessControl]]). 
    5252      * Set DENYWEBVIEW =  
    5353      * Set ALLOWWEBVIEW =  
  • trunk/core/lib/TWiki/Contrib/core/MANIFEST

    r606 r611  
    8787data/Sandbox/WebStatistics.txt 0644 
    8888data/Sandbox/WebTopicList.txt 0644 
     89data/TWiki/AccessControl.txt 0660 
    8990data/TWiki/AccessKeys.txt 0644 
    9091data/TWiki/AdminDocumentationCategory.txt 0644 
     
    161162data/TWiki/StartingPoints.txt 0644 
    162163data/TWiki/StaticMethod.txt 0644 
    163 data/TWiki/TWikiAccessControl.txt 0644 
    164164data/TWiki/TWikiJavascripts.txt 0644 
    165165data/TWiki/TWikiLogos.txt 0644 
  • trunk/core/lib/TWiki/Func.pm

    r555 r611  
    10801080 
    10811081Check access permission for a topic based on the 
    1082 [[%SYSTEMWEB%.TWikiAccessControl]] rules 
     1082[[%SYSTEMWEB%.AccessControl]] rules 
    10831083   * =$type=     - Access type, required, e.g. ='VIEW'=, ='CHANGE'=. 
    10841084   * =$id=  - WikiName of remote user, required, e.g. ="PeterThoeny"=. From 
  • trunk/core/templates/messages.tmpl

    r604 r611  
    463463%MAKETEXT{"Contact [_1] if you have any questions." args="<a href=\"mailto:%WIKIWEBMASTER%?subject=%ENCODE{"%PARAM1% access denied for '%WEB%.%TOPIC%'"}%\">%WIKIWEBMASTER%</a>"}% 
    464464 
    465 __%MAKETEXT{"Related topics:"}%__ %USERSWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl %TMPL:END% 
     465__%MAKETEXT{"Related topics:"}%__ %USERSWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl %TMPL:END% 
    466466%TMPL:DEF{"only_group"}% 
    467467%MAKETEXT{"Only members of the [_1] are allowed to perform this action." args="%PARAM1%"}% 
     
    470470 
    471471 
    472 __%MAKETEXT{"Related topics:"}%__ %USERSWEB%.TWikiGroups, %SYSTEMWEB%.TWikiAccessControl 
     472__%MAKETEXT{"Related topics:"}%__ %USERSWEB%.TWikiGroups, %SYSTEMWEB%.AccessControl 
    473473%TMPL:END% 
    474474%TMPL:DEF{"no_such_web"}% 
  • trunk/core/tools/TWikiKernel/MANIFEST

    r606 r611  
    7171data/Sandbox/WebTopicCreator.txt 0660 
    7272data/Sandbox/WebTopicList.txt 0660 
     73data/TWiki/AccessControl.txt 0660 
    7374data/TWiki/AccessKeys.txt 0660 
    7475data/TWiki/BeginnersStartHere.txt 0660 
     
    148149data/TWiki/StaticMethod.txt 0660 
    149150data/TWiki/TWiki.txt 0660 
    150 data/TWiki/TWikiAccessControl.txt 0660 
    151151data/TWiki/TWikiJavascripts.txt 0660 
    152152data/TWiki/TWikiLogos.txt 0660 
Note: See TracChangeset for help on using the changeset viewer.