Changeset 674
- Timestamp:
- 11/15/08 06:37:48 (4 years ago)
- Files:
-
- 12 edited
-
branches/Release04x02/data/Main/AdminUser.txt (modified) (1 diff)
-
branches/Release04x02/data/TWiki/DefaultPreferences.txt (modified) (1 diff)
-
branches/Release04x02/lib/MANIFEST (modified) (1 diff)
-
branches/Release04x02/lib/TWiki.spec (modified) (3 diffs)
-
trunk/AttachmentListPlugin/data/TWiki/AttachmentListPlugin.txt (modified) (1 diff)
-
trunk/AttachmentListPlugin/test/unit/AttachmentListPlugin/AttachmentListPluginTests.pm (modified) (8 diffs)
-
trunk/FormFieldListPlugin/data/TWiki/FormFieldListPlugin.txt (modified) (1 diff)
-
trunk/FormFieldListPlugin/test/unit/FormFieldListPlugin/FormFieldListPluginTests.pm (modified) (3 diffs)
-
trunk/core/data/Main/AdminUser.txt (modified) (1 diff)
-
trunk/core/data/TWiki/DefaultPreferences.txt (modified) (1 diff)
-
trunk/core/lib/TWiki.spec (modified) (3 diffs)
-
trunk/core/lib/TWiki/Contrib/core/MANIFEST (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/data/Main/AdminUser.txt
r673 r674 15 15 * click the [[%LOGOUTURL%][Logout link]] 16 16 17 __%X% NOTE:__ If you lock yourself out of <nop> WikiAdminUser during setup activities or have forgotten the configure password,17 __%X% NOTE:__ If you lock yourself out of <nop>AdminUser during setup activities or have forgotten the configure password, 18 18 you can unset the configure password by editing the =lib/LocalSite.cfg= file and deleting the line that starts 19 19 with =$TWiki::cfg{Password}= and then set it again by saving your settings in =configure=. -
branches/Release04x02/data/TWiki/DefaultPreferences.txt
r672 r674 322 322 * Set DOCWEB = %SYSTEMWEB% 323 323 324 * show extra help for !ApacheLogin users for Main. WikiAdminUser login324 * show extra help for !ApacheLogin users for Main.AdminUser login 325 325 * Set ADMINLOGIN = %IF{"{LoginManager} = 'TWiki::LoginManager::ApacheLogin' AND NOT context authenticated" 326 326 then="TWiki is configured using <nop>ApacheLogin, please [[%LOGINURL%][login]] as a normal user first. Then the Admin Login will replace this text" -
branches/Release04x02/lib/MANIFEST
r671 r674 55 55 data/Main/ProjectContributor.txt 0644 56 56 data/Main/SitePreferences.txt 0644 57 data/Main/ WikiAdminUser.txt 064457 data/Main/AdminUser.txt 0644 58 58 data/Main/TWikiGroups.txt 0644 59 59 data/Main/WikiGuest.txt 0644 -
branches/Release04x02/lib/TWiki.spec
r671 r674 311 311 # **STRING 20 EXPERT** 312 312 # An internal admin user login name (matched with the configure password, if set) 313 # which can be used as a temporary Admin login (see: Main. WikiAdminUser).313 # which can be used as a temporary Admin login (see: Main.AdminUser). 314 314 # This login name is additionally required by the install script for some addons 315 315 # and plugins, usually to gain write access to the TWiki web. … … 320 320 # An admin user WikiName what is displayed for actions done by the AdminUserLogin 321 321 # You should normally not need to change this. (you will need to move the 322 # %USERSWEB%. WikiAdminUser topic to match)323 $TWiki::cfg{AdminUserWikiName} = ' WikiAdminUser';322 # %USERSWEB%.AdminUser topic to match) 323 $TWiki::cfg{AdminUserWikiName} = 'AdminUser'; 324 324 325 325 # **STRING 20 EXPERT** … … 373 373 # determine user information, and group memberships. 374 374 # </li><li> 375 # TWiki::Users::BaseUserMapping - has only pseudo users such as { WikiAdminUser} and375 # TWiki::Users::BaseUserMapping - has only pseudo users such as {AdminUser} and 376 376 # {DefaultUserWikiName}, with the Admins login and password being set from this 377 377 # configure script. <b>Does not support User registration</b>, and -
trunk/AttachmentListPlugin/data/TWiki/AttachmentListPlugin.txt
r671 r674 40 40 | =excludeextension= | Comma-separated list of file extensions to not show | none | =excludeextension="htm"= | 41 41 | =user= | Comma-separated list of user names (that have attached an attachment) to be listed. To find attachments where no user is specified, use =UnknownUser=. | none | =user="ProjectContributor"= | 42 | =excludeuser= | Comma-separated list of user names (that have attached an attachment) to not show | none | =excludeuser="<nop>ProjectContributor, <nop> WikiAdminUser, <nop>WikiGuest, <nop>UnknownUser"= |42 | =excludeuser= | Comma-separated list of user names (that have attached an attachment) to not show | none | =excludeuser="<nop>ProjectContributor, <nop>AdminUser, <nop>WikiGuest, <nop>UnknownUser"= | 43 43 | =hide= | Set to "on" to show only non-hidden attachments | show all attachments | =hide="on"= | 44 44 | =fromdate=, =todate= | Date range filter: show attachments between =fromdate= and =todate=; dates are specified in format =yyyy/mm/dd= \ -
trunk/AttachmentListPlugin/test/unit/AttachmentListPlugin/AttachmentListPluginTests.pm
r671 r674 64 64 name => 'F_report.doc', 65 65 size => 0, 66 user => ' WikiAdminUser',66 user => 'AdminUser', 67 67 date => 1600000000, 68 68 hidden => '', … … 82 82 name => 'H_AUTHORS', 83 83 size => 2, 84 user => ' WikiAdminUser',84 user => 'AdminUser', 85 85 date => 1800000000, 86 86 hidden => '', … … 90 90 topic5 => { 91 91 name => 'AttachmentListTestTopic5', 92 text => "\n * Set ALLOWTOPICVIEW = WikiAdminUser",92 text => "\n * Set ALLOWTOPICVIEW = AdminUser", 93 93 attachment1 => { 94 94 name => 'I_no_permission.txt', … … 101 101 name => 'J_DIRECTORS', 102 102 size => 20, 103 user => ' WikiAdminUser',103 user => 'AdminUser', 104 104 date => 1800000000, 105 105 hidden => '', … … 1002 1002 1003 1003 my $expected = 1004 'MaryDoe,AdamBlithe, WikiAdminUser,UnknownUser,WikiAdminUser';1004 'MaryDoe,AdamBlithe,AdminUser,UnknownUser,AdminUser'; 1005 1005 1006 1006 $this->do_test( $testTopic1, $expected, $source ); … … 1318 1318 1319 1319 my $expected = 1320 'AdamBlithe,JohnDoe,JohnDoe,KathyJones,MaryDoe, WikiAdminUser,WikiAdminUser,UnknownUser';1320 'AdamBlithe,JohnDoe,JohnDoe,KathyJones,MaryDoe,AdminUser,AdminUser,UnknownUser'; 1321 1321 1322 1322 $this->do_test( $testTopic1, $expected, $source ); … … 1338 1338 1339 1339 my $expected = 1340 'UnknownUser, WikiAdminUser,WikiAdminUser,MaryDoe,KathyJones,JohnDoe,JohnDoe,AdamBlithe';1340 'UnknownUser,AdminUser,AdminUser,MaryDoe,KathyJones,JohnDoe,JohnDoe,AdamBlithe'; 1341 1341 1342 1342 $this->do_test( $testTopic1, $expected, $source ); … … 1358 1358 1359 1359 my $expected = 1360 'UnknownUser, WikiAdminUser,WikiAdminUser,MaryDoe,KathyJones,JohnDoe,JohnDoe,AdamBlithe';1360 'UnknownUser,AdminUser,AdminUser,MaryDoe,KathyJones,JohnDoe,JohnDoe,AdamBlithe'; 1361 1361 1362 1362 $this->do_test( $testTopic1, $expected, $source ); -
trunk/FormFieldListPlugin/data/TWiki/FormFieldListPlugin.txt
r671 r674 33 33 | *Parameter* | *Comment* | *Default value* | *Example* | 34 34 | =user= | Comma-separated list of user names (that have changed the containing topic last) to be listed. To find topics where no user is specified, use =UnknownUser=. | none | =user="ProjectContributor"= | 35 | =excludeuser= | Comma-separated list of user names (that have changed the containing topic last) to not show. | none | =excludeuser="<nop>ProjectContributor, <nop> WikiAdminUser, <nop>WikiGuest, <nop>UnknownUser"= |35 | =excludeuser= | Comma-separated list of user names (that have changed the containing topic last) to not show. | none | =excludeuser="<nop>ProjectContributor, <nop>AdminUser, <nop>WikiGuest, <nop>UnknownUser"= | 36 36 | =fromdate=, =todate= | Date range filter: show topics between =fromdate= and =todate= (topic changed dates); dates are specified in format =yyyy/mm/dd= \ 37 37 %BB% =fromdate="" todate="2007/09/01"= selects all topics up to 1 Sep 2007 \ -
trunk/FormFieldListPlugin/test/unit/FormFieldListPlugin/FormFieldListPluginTests.pm
r671 r674 79 79 topic4 => { 80 80 name => 'FormFieldListTestTopic4', 81 user => ' WikiAdminUser',81 user => 'AdminUser', 82 82 date => 1400000000, 83 83 form => 'ProjectForm', … … 667 667 topic=FormFieldListTestTopic3, last changed by WikiGuest 668 668 topic=FormFieldListTestTopic3, last changed by WikiGuest 669 topic=FormFieldListTestTopic4, last changed by WikiAdminUser670 topic=FormFieldListTestTopic4, last changed by WikiAdminUser671 topic=FormFieldListTestTopic4, last changed by WikiAdminUser';669 topic=FormFieldListTestTopic4, last changed by AdminUser 670 topic=FormFieldListTestTopic4, last changed by AdminUser 671 topic=FormFieldListTestTopic4, last changed by AdminUser'; 672 672 673 673 $this->do_test( $testTopic, $expected, $source ); … … 1517 1517 user=ScumBag 1518 1518 user=ScumBag 1519 user= WikiAdminUser1520 user= WikiAdminUser1521 user= WikiAdminUser1519 user=AdminUser 1520 user=AdminUser 1521 user=AdminUser 1522 1522 user=ProjectContributor 1523 1523 user=ProjectContributor -
trunk/core/data/Main/AdminUser.txt
r673 r674 15 15 * click the [[%LOGOUTURL%][Logout link]] 16 16 17 __%X% NOTE:__ If you lock yourself out of <nop> WikiAdminUser during setup activities or have forgotten the configure password,17 __%X% NOTE:__ If you lock yourself out of <nop>AdminUser during setup activities or have forgotten the configure password, 18 18 you can unset the configure password by editing the =lib/LocalSite.cfg= file and deleting the line that starts 19 19 with =$TWiki::cfg{Password}= and then set it again by saving your settings in =configure=. -
trunk/core/data/TWiki/DefaultPreferences.txt
r672 r674 322 322 * Set DOCWEB = %SYSTEMWEB% 323 323 324 * show extra help for !ApacheLogin users for Main. WikiAdminUser login324 * show extra help for !ApacheLogin users for Main.AdminUser login 325 325 * Set ADMINLOGIN = %IF{"{LoginManager} = 'TWiki::LoginManager::ApacheLogin' AND NOT context authenticated" 326 326 then="TWiki is configured using <nop>ApacheLogin, please [[%LOGINURL%][login]] as a normal user first. Then the Admin Login will replace this text" -
trunk/core/lib/TWiki.spec
r671 r674 311 311 # **STRING 20 EXPERT** 312 312 # An internal admin user login name (matched with the configure password, if set) 313 # which can be used as a temporary Admin login (see: Main. WikiAdminUser).313 # which can be used as a temporary Admin login (see: Main.AdminUser). 314 314 # This login name is additionally required by the install script for some addons 315 315 # and plugins, usually to gain write access to the TWiki web. … … 320 320 # An admin user WikiName what is displayed for actions done by the AdminUserLogin 321 321 # You should normally not need to change this. (you will need to move the 322 # %USERSWEB%. WikiAdminUser topic to match)323 $TWiki::cfg{AdminUserWikiName} = ' WikiAdminUser';322 # %USERSWEB%.AdminUser topic to match) 323 $TWiki::cfg{AdminUserWikiName} = 'AdminUser'; 324 324 325 325 # **STRING 20 EXPERT** … … 373 373 # determine user information, and group memberships. 374 374 # </li><li> 375 # TWiki::Users::BaseUserMapping - has only pseudo users such as { WikiAdminUser} and375 # TWiki::Users::BaseUserMapping - has only pseudo users such as {AdminUser} and 376 376 # {DefaultUserWikiName}, with the Admins login and password being set from this 377 377 # configure script. <b>Does not support User registration</b>, and -
trunk/core/lib/TWiki/Contrib/core/MANIFEST
r671 r674 59 59 data/Main/ProjectContributor.txt 0644 60 60 data/Main/SitePreferences.txt 0644 61 data/Main/ WikiAdminUser.txt 064461 data/Main/AdminUser.txt 0644 62 62 data/Main/TWikiGroups.txt 0644 63 63 data/Main/WikiGuest.txt 0644
Note: See TracChangeset
for help on using the changeset viewer.
