Changeset 506
- Timestamp:
- 11/10/08 02:51:45 (3 years ago)
- Location:
- branches/Release04x02
- Files:
-
- 11 edited
-
lib/MANIFEST (modified) (3 diffs)
-
lib/TWiki.pm (modified) (1 diff)
-
lib/TWiki.spec (modified) (5 diffs)
-
lib/TWiki/UI/Search.pm (modified) (1 diff)
-
tools/TWikiKernel/MANIFEST (modified) (3 diffs)
-
tools/benchmark.pl (modified) (1 diff)
-
twikiplugins/BuildContrib/create_new_extension.pl (modified) (1 diff)
-
twikiplugins/BuildContrib/lib/TWiki/Contrib/Build.pm (modified) (1 diff)
-
twikiplugins/EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm (modified) (1 diff)
-
twikiplugins/TWikiUserMappingContrib/test/unit/TWikiUserMappingContrib/TWikiUserMappingTests.pm (modified) (1 diff)
-
twikiplugins/WysiwygPlugin/lib/TWiki/Plugins/WysiwygPlugin/Constants.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/lib/MANIFEST
r487 r506 54 54 bin/viewfile 0555 55 55 data/Main/ProjectContributor.txt 0644 56 data/Main/SitePreferences.txt 0644 56 57 data/Main/TWikiAdminUser.txt 0644 57 58 data/Main/TWikiGroups.txt 0644 58 59 data/Main/TWikiGuest.txt 0644 59 data/Main/TWikiPreferences.txt 064460 60 data/Main/UnknownUser.txt 0644 61 61 data/Main/WebAtom.txt 0644 … … 95 95 data/TWiki/ClassMethod.txt 0644 96 96 data/TWiki/ContributedAddOns.txt 0644 97 data/TWiki/DefaultPreferences.txt 0644 97 98 data/TWiki/DeleteOrRenameATopic.txt 0644 98 99 data/TWiki/DeleteOrRenameAnAttachment.txt 0644 … … 161 162 data/TWiki/TWikiPlannedFeatures.txt 0644 162 163 data/TWiki/TWikiPlugins.txt 0644 163 data/TWiki/TWikiPreferences.txt 0644164 164 data/TWiki/TWikiReferenceManual.txt 0644 165 165 data/TWiki/TWikiReleaseNotes04x00.txt 0644 -
branches/Release04x02/lib/TWiki.pm
r465 r506 1523 1523 $this->{forms} = {}; 1524 1524 1525 # Push global preferences from TWiki.TWikiPreferences1525 # Push global preferences from %SYSTEMWEB%.DefaultPreferences 1526 1526 $prefs->pushGlobalPreferences(); 1527 1527 -
branches/Release04x02/lib/TWiki.spec
r486 r506 1014 1014 # Examples: mail.your.company 1015 1015 # <b>CAUTION</b> This setting can be overridden by a setting of SMTPMAILHOST 1016 # in TWikiPreferences. Make sure you delete that setting if you are using a1017 # TWikiPreferences topic from a previous release of TWiki. To disable all1016 # in SitePreferences. Make sure you delete that setting if you are using a 1017 # SitePreferences topic from a previous release of TWiki. To disable all 1018 1018 # outgoing mail from TWiki leave both this field and the MailProgram field 1019 1019 # above blank. … … 1025 1025 # Net::SMTP will guess it for you. Example: twiki.your.company. 1026 1026 # <b>CAUTION</b> This setting can be overridden by a setting of SMTPSENDERHOST 1027 # in TWikiPreferences. Make sure you delete that setting if you are using a1028 # TWikiPreferences topic from a previous release of TWiki.1027 # in SitePreferences. Make sure you delete that setting if you are using a 1028 # SitePreferences topic from a previous release of TWiki. 1029 1029 $TWiki::cfg{SMTP}{SENDERHOST} = ''; 1030 1030 … … 1057 1057 # server. (e.g. proxy.your.company). 1058 1058 # <b>CAUTION</b> This setting can be overridden by a PROXYHOST setting 1059 # in TWikiPreferences. Make sure you delete the setting from there if1060 # you are using a TWikiPreferences topic from a previous release of TWiki.1059 # in SitePreferences. Make sure you delete the setting from there if 1060 # you are using a SitePreferences topic from a previous release of TWiki. 1061 1061 $TWiki::cfg{PROXY}{HOST} = ''; 1062 1062 … … 1065 1065 # server. Set the port number here (e.g: 8080). 1066 1066 # <b>CAUTION</b> This setting can be overridden by a PROXYPORT setting 1067 # in TWikiPreferences. Make sure you delete the setting from there if you1068 # are using a TWikiPreferences topic from a previous release of TWiki.1067 # in SitePreferences. Make sure you delete the setting from there if you 1068 # are using a SitePreferences topic from a previous release of TWiki. 1069 1069 $TWiki::cfg{PROXY}{PORT} = ''; 1070 1070 … … 1121 1121 # {SitePrefsTopicName}.<br /> 1122 1122 # You are <b>strongly</b> recommended to keep all your local changes in 1123 # a {LocalSitePreferences} topic rather than changing TWikiPreferences,1123 # a {LocalSitePreferences} topic rather than changing DefaultPreferences, 1124 1124 # as it will make upgrading a lot easier. 1125 1125 $TWiki::cfg{LocalSitePreferences} = 'Main.SitePreferences'; -
branches/Release04x02/lib/TWiki/UI/Search.pm
r21 r506 44 44 | =topic="%WEBPREFSTOPIC%"= <br /> =topic="*Bug"= | Limit search to topics: A topic, a topic with asterisk wildcards, or a list of topics separated by comma. | All topics in a web | 45 45 | =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. | None | 46 | =type="keyword"= <br /> =type="literal"= <br /> =type="regex"= | Do a keyword search like =soap "web service" -shampoo=; a literal search like =web service=; or RegularExpression search like =soap;web service;!shampoo= | =%<nop>SEARCHVAR- DEFAULTTYPE%= [[ TWikiPreferences][preferences]] setting (%SEARCHVARDEFAULTTYPE%) |46 | =type="keyword"= <br /> =type="literal"= <br /> =type="regex"= | Do a keyword search like =soap "web service" -shampoo=; a literal search like =web service=; or RegularExpression search like =soap;web service;!shampoo= | =%<nop>SEARCHVAR- DEFAULTTYPE%= [[DefaultPreferences][preferences]] setting (%SEARCHVARDEFAULTTYPE%) | 47 47 | =scope="topic"= <br /> =scope="text"= <br /> =scope="all"= | Search topic name (title); the text (body) of topic; or all (both) | ="text"= | 48 48 | =order="topic"= <br /> =order="created"= <br /> =order="modified"= <br /> =order="editby"= <br /> =order=<br /> "formfield(name)"= | Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of TWikiForms. The sorting is done web by web; in case you want to sort across webs, create a [[FormattedSearch][formatted]] table and sort it with TablePlugin's initsort | Sort by topic name | -
branches/Release04x02/tools/TWikiKernel/MANIFEST
r487 r506 35 35 data/Main/NobodyGroup.txt 0660 36 36 data/Main/ProjectContributor.txt 0660 37 data/Main/SitePreferences.txt 0660 37 38 data/Main/TWikiAdminGroup.txt 0660 38 39 data/Main/TWikiGroupTemplate.txt 0660 39 40 data/Main/TWikiGroups.txt 0660 40 41 data/Main/TWikiGuest.txt 0660 41 data/Main/TWikiPreferences.txt 066042 42 data/Main/TWikiRegistrationAgent.txt 0660 43 43 data/Main/TWikiUsers.txt 0660 … … 87 87 data/TWiki/ClassMethod.txt 0660 88 88 data/TWiki/DakarReleaseNotes.txt 0660 89 data/TWiki/DefaultPreferences.txt 0660 89 90 data/TWiki/DeleteOrRenameATopic.txt 0660 90 91 data/TWiki/DeleteOrRenameAnAttachment.txt 0660 … … 151 152 data/TWiki/TWikiPlannedFeatures.txt 0660 152 153 data/TWiki/TWikiPlugins.txt 0660 153 data/TWiki/TWikiPreferences.txt 0660154 154 data/TWiki/TWikiReferenceManual.txt 0660 155 155 data/TWiki/TWikiRegistration.txt 0660 -
branches/Release04x02/tools/benchmark.pl
r3 r506 62 62 63 63 $skin = "" unless $skin; 64 my $url = "$server/$install/bin/view/TWiki/ TWikiPreferences";64 my $url = "$server/$install/bin/view/TWiki/DefaultPreferences"; 65 65 print "*** Getting plugins for $install\n" if $debug; 66 66 my $plugins = `wget -O - $url 2>&1 | grep 'Currently activated plugins:' | sed -e 's/^.*: //'`; -
branches/Release04x02/twikiplugins/BuildContrib/create_new_extension.pl
r487 r506 317 317 | Appraisal: | %$UPLOADTARGETSCRIPT%/view%$UPLOADTARGETSUFFIX%/%$UPLOADTARGETWEB%/%$MODULE%Appraisal | 318 318 319 __Related Topics:__ %SYSTEMWEB%.TWiki%$TYPE%s, %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%. TWikiPreferences319 __Related Topics:__ %SYSTEMWEB%.TWiki%$TYPE%s, %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory, %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences 320 320 321 321 <!-- Do _not_ attempt to edit this topic; it is auto-generated. Please add comments/questions/remarks to the feedback topic on twiki.org instead. --> -
branches/Release04x02/twikiplugins/BuildContrib/lib/TWiki/Contrib/Build.pm
r463 r506 2083 2083 1 Manually edit !LocalSite.cfg to set any configuration variables. 2084 2084 2085 %IF{"defined 'SYSTEMWEB'" else="<div class='twikiAlert'>%X% WARNING: SYSTEMWEB is not defined in this TWiki. Please add these definitions to your %MAINWEB%. TWikiPreferences, if they are not already there:<br><pre> * <nop>Set SYSTEMWEB = %<nop>SYSTEMWEB%<br> * <nop>Set USERSWEB = %<nop>MAINWEB%</pre></div>"}%2085 %IF{"defined 'SYSTEMWEB'" else="<div class='twikiAlert'>%X% WARNING: SYSTEMWEB is not defined in this TWiki. Please add these definitions to your %MAINWEB%.DefaultPreferences, if they are not already there:<br><pre> * <nop>Set SYSTEMWEB = %<nop>SYSTEMWEB%<br> * <nop>Set USERSWEB = %<nop>MAINWEB%</pre></div>"}% -
branches/Release04x02/twikiplugins/EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm
r463 r506 96 96 # is not recommended. Instead, use $TWiki::cfg entries set in LocalSite.cfg, or 97 97 # if you want the users to be able to change settings, then use standard TWiki 98 # preferences that can be defined in your Main.TWikiPreferences and overridden98 # preferences that can be defined in your %USERSWEB%.SitePreferences and overridden 99 99 # at the web and topic level. 100 100 $NO_PREFS_IN_TOPIC = 1; -
branches/Release04x02/twikiplugins/TWikiUserMappingContrib/test/unit/TWikiUserMappingContrib/TWikiUserMappingTests.pm
r487 r506 57 57 $TWiki::cfg{UsersWebName} = $testUsersWeb; 58 58 $TWiki::cfg{SystemWebName} = $testSysWeb; 59 $TWiki::cfg{LocalSitePreferences} = "$testUsersWeb. TWikiPreferences";59 $TWiki::cfg{LocalSitePreferences} = "$testUsersWeb.SitePreferences"; 60 60 $TWiki::cfg{UserMappingManager} = 'TWiki::Users::TWikiUserMapping'; 61 61 $TWiki::cfg{Register}{AllowLoginName} = 1; -
branches/Release04x02/twikiplugins/WysiwygPlugin/lib/TWiki/Plugins/WysiwygPlugin/Constants.pm
r21 r506 22 22 our (%KNOWN_COLOUR); 23 23 24 # Colours with colour settings in TWikiPreferences. WTF does TWiki see24 # Colours with colour settings in DefaultPreferences. WTF does TWiki see 25 25 # fit to *redefine* the standard colors? e.g. ORANGE below is *not* orange. 26 26 # For goodness sakes!
Note: See TracChangeset
for help on using the changeset viewer.
