Changeset 505
- Timestamp:
- 11/10/08 02:32:17 (3 years ago)
- Location:
- branches/Release04x02
- Files:
-
- 16 edited
- 1 moved
-
data/Main/SitePreferences.txt (modified) (1 diff)
-
data/TWiki/TWikiReleaseNotes04x02.txt (modified) (1 diff)
-
data/TWiki/TWikiUpgradeGuide.txt (modified) (2 diffs)
-
data/TestCases/TestCaseAutoInternalTags.txt (modified) (1 diff)
-
data/TestCases/WebPreferences.txt (modified) (1 diff)
-
twikiplugins/CommentPlugin/data/TWiki/CommentPlugin.txt (modified) (1 diff)
-
twikiplugins/PatternSkin/data/TWiki/PatternSkin.txt (modified) (1 diff)
-
twikiplugins/PatternSkin/data/TWiki/PatternSkinColorSettings.txt (modified) (1 diff)
-
twikiplugins/PatternSkin/data/TWiki/PatternSkinCustomization.txt (modified) (1 diff)
-
twikiplugins/PreferencesPlugin/data/TWiki/DefaultPreferencesForm.txt (moved) (moved from branches/Release04x02/twikiplugins/PreferencesPlugin/data/TWiki/TWikiPreferencesForm.txt)
-
twikiplugins/PreferencesPlugin/data/TWiki/PreferencesPlugin.txt (modified) (1 diff)
-
twikiplugins/PreferencesPlugin/lib/TWiki/Plugins/PreferencesPlugin/MANIFEST (modified) (1 diff)
-
twikiplugins/TWikiUserMappingContrib/data/TWiki/ManagingUsers.txt (modified) (1 diff)
-
twikiplugins/TWikiUserMappingContrib/data/TWiki/TWikiUserSetting.txt (modified) (2 diffs)
-
twikiplugins/TipsContrib/data/TWiki/TWikiTip023.txt (modified) (1 diff)
-
twikiplugins/TwistyContrib/data/TWiki/TwistyContrib.txt (modified) (1 diff)
-
twikiplugins/WysiwygPlugin/data/TWiki/WysiwygPluginSettings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/Release04x02/data/Main/SitePreferences.txt
r493 r505 4 4 <div class="twikiHelp">%ICON{"info"}% %MAKETEXT{"Site-level preferences are located in [_1], however this [_2] prefs topic has override priority and should be used for local customisations. This allows for easier upgrades as you don't need to worry about the shipped preferences clobbering yours. It's easier to keep a handle on if you only copy over the settings you actually change." args="[[%SYSTEMWEB%.%TOPIC%]], [[%USERSWEB%.%TOPIC%]]"}% </div> 5 5 6 %EDITPREFERENCES{"%SYSTEMWEB%/ TWikiPreferencesForm"}%6 %EDITPREFERENCES{"%SYSTEMWEB%/DefaultPreferencesForm"}% 7 7 %IF{"$ SCRIPTNAME != 'viewauth%SCRIPTSUFFIX%'" then="<span class='twikiGrayText'>%MAKETEXT{"Quick edit of existing preferences (edit the topic text to set new preferences)"}%</span>" }% 8 8 -
branches/Release04x02/data/TWiki/TWikiReleaseNotes04x02.txt
r481 r505 377 377 | [[%BUGS%/Item4028][Item4028]] | Authenticated twice; garbled !CommentPlugin text | 378 378 | [[%BUGS%/Item4023][Item4023]] | configure link for 'Expert mode' missing t= parameter to prevent caching | 379 | [[%BUGS%/Item4019][Item4019]] | Remove preferences edit button from TWiki.TWikiPreferences |379 | [[%BUGS%/Item4019][Item4019]] | Remove preferences edit button from !TWiki.TWikiPreferences | 380 380 | [[%BUGS%/Item4006][Item4006]] | More options: do not show "View previous topic revision" when there is no previous version | 381 381 | [[%BUGS%/Item3991][Item3991]] | Add =spaceOutWikiWord= to Func | -
branches/Release04x02/data/TWiki/TWikiUpgradeGuide.txt
r503 r505 71 71 * TablePlugin - Set TABLEATTRIBUTES 72 72 * Remember that a plugin must be activated in [[%SCRIPTURLPATH{"configure"}%][configure]]. 73 * To avoid having to re-apply plugin settings each time you upgrade a plugin or TWiki itself, define the altered plugin settings in = Main.TWikiPreferences= instead73 * To avoid having to re-apply plugin settings each time you upgrade a plugin or TWiki itself, define the altered plugin settings in =%USERSWEB%.SitePreferences= instead 74 74 75 75 ---+++ Copy your old webs to new TWiki … … 127 127 128 128 * Attach a favicon.ico file to !WebPreferences in each web. 129 * Preferred: Change the setting of the location of favicon.ico in ! TWikiPreferences so all webs use the favicon.ico from the TWiki web. This is the fastest and easiest solution.130 131 To change the location of favicon.ico in ! TWikiPreferences to the TWiki web add this line to Main.TWikiPreferences129 * Preferred: Change the setting of the location of favicon.ico in !%USERSWEB%.SitePreferences so all webs use the favicon.ico from the TWiki web. This is the fastest and easiest solution. 130 131 To change the location of favicon.ico in !DefaultPreferences to the %SYSTEM% web add this line to !%USERSWEB%.SitePreferences 132 132 133 133 <verbatim> -
branches/Release04x02/data/TestCases/TestCaseAutoInternalTags.txt
r481 r505 76 76 <tr> 77 77 <td>WIKIPREFSTOPIC</td> 78 <td><!-- expected sexteen -->WIKIPREFSTOPIC TWikiPreferences<!-- /expected --></td>78 <td><!-- expected sexteen -->WIKIPREFSTOPIC DefaultPreferences<!-- /expected --></td> 79 79 <td><!-- actual -->WIKIPREFSTOPIC <nop>%WIKIPREFSTOPIC%<!-- /actual --></td> 80 80 </tr> -
branches/Release04x02/data/TestCases/WebPreferences.txt
r481 r505 47 47 * Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME, SAUSAGES 48 48 49 * Try and kidnap a final preference from TWikiPreferences. The FINALPREFERENCES setting there should block this49 * Try and kidnap a final preference from DefaultPreferences. The FINALPREFERENCES setting there should block this 50 50 * Set GLOBALFINALTESTPREF1 = ERROR in web 51 51 * Set GLOBALFINALTESTPREF2 = ERROR in web -
branches/Release04x02/twikiplugins/CommentPlugin/data/TWiki/CommentPlugin.txt
r503 r505 229 229 | =%<nop>COMMENTPLUGIN_TEMPLATES%= | =comments= | Name of template file in the 'templates' directory that contains the comment templates. The default 'comments.tmpl' automatically includes user templates from %SYSTEMWEB%.CommentPluginTemplate, which in turn includes %SYSTEMWEB%.UserCommentsTemplate. | 230 230 | =%<nop>COMMENTPLUGIN_DEFAULT_TYPE%= | =above= | Default template type | 231 These can be set in ! TWikiPreferences, in !WebPreferences or in individual topics.231 These can be set in !SitePreferences, in !WebPreferences or in individual topics. 232 232 233 233 #Installation -
branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkin.txt
r503 r505 71 71 </pre> 72 72 73 *NOTE:* customization of these values should be done in [[%USERSWEB%. TWikiPreferences]]73 *NOTE:* customization of these values should be done in [[%USERSWEB%.SitePreferences]] 74 74 75 75 If this still does not work, contact the administrator who installs skins. -
branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinColorSettings.txt
r481 r505 7 7 ---++!! Usage 8 8 ---+++!! Step 1 9 Let %SYSTEMWEB%.PatternSkin point to the custom-made colors style sheet. In [[% MAINWEB%.TWikiPreferences]] put: <verbatim>9 Let %SYSTEMWEB%.PatternSkin point to the custom-made colors style sheet. In [[%USERSWEB%.SitePreferences]] put: <verbatim> 10 10 * Set USERCOLORSURL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/theme-colors.css 11 11 </verbatim> -
branches/Release04x02/twikiplugins/PatternSkin/data/TWiki/PatternSkinCustomization.txt
r481 r505 36 36 %TMPL:DEF{"top:toolbarbuttons"}%%TMPL:P{"more_link"}%%TMPL:END%</verbatim></blockquote> 37 37 1 For testing, view any topic and append to the topic name: =?cover=myskin=. You should see an effect now. 38 1 To make the changes visible on all pages, go to [[ Main.TWikiPreferences]] (to keep %WIKIPREFSTOPIC% intact) and write:38 1 To make the changes visible on all pages, go to [[%USERSWEB%.SitePreferences]] (to keep %WIKIPREFSTOPIC% intact) and write: 39 39 <blockquote><pre> 40 40 * <nop>Set COVER = myskin -
branches/Release04x02/twikiplugins/PreferencesPlugin/data/TWiki/PreferencesPlugin.txt
r503 r505 20 20 ---++ Examples 21 21 * =%<nop>EDITPREFERENCES%= 22 * =%<nop>EDITPREFERENCES{ "%<nop>SYSTEMWEB%. TWikiPreferencesForm" }%=22 * =%<nop>EDITPREFERENCES{ "%<nop>SYSTEMWEB%.SitePreferencesForm" }%= 23 23 24 24 ---++ Plugin Settings -
branches/Release04x02/twikiplugins/PreferencesPlugin/lib/TWiki/Plugins/PreferencesPlugin/MANIFEST
r3 r505 1 1 data/TWiki/PreferencesPlugin.txt 0644 2 data/TWiki/ TWikiPreferencesForm.txt 06442 data/TWiki/DefaultPreferencesForm.txt 0644 3 3 lib/TWiki/Plugins/PreferencesPlugin.pm 0444 -
branches/Release04x02/twikiplugins/TWikiUserMappingContrib/data/TWiki/ManagingUsers.txt
r481 r505 104 104 cp registernotifyadmin.tmpl registernotifyadmin.myskin.tmpl 105 105 </verbatim> 106 then add =myskin= to the beginning of the =SKIN= setting in % MAINWEB%.TWikiPreferences.106 then add =myskin= to the beginning of the =SKIN= setting in %USERSWEB%.SitePreferences. 107 107 108 108 From this point on, your myskin templates will be used for the registration emails. -
branches/Release04x02/twikiplugins/TWikiUserMappingContrib/data/TWiki/TWikiUserSetting.txt
r463 r505 1 1 %META:TOPICINFO{author="SteP" date="1187649998" format="1.1" version="1.2"}% 2 %META:TOPICPARENT{name=" TWikiPreferences"}%2 %META:TOPICPARENT{name="DefaultPreferences"}% 3 3 ---+++ User Settings -- preference variables customizable by users 4 Some of the TWikiPreferences are explicitly intended to be customized by TWiki users, though a default is provided in [[%SYSTEMWEB%.%WIKIPREFSTOPIC%]], and a site customisation can take place in [[%LOCALSITEPREFS%]].4 Some of the preferences are explicitly intended to be customized by TWiki users, though a default is provided in [[%SYSTEMWEB%.%WIKIPREFSTOPIC%]], and a site customisation can take place in [[%LOCALSITEPREFS%]]. 5 5 6 6 Users can customize these variables by assigning them values. Example: … … 16 16 *See also:* 17 17 * TWikiVariables - an alphabetical list of all variables 18 * TWikiPreferences and [[%LOCALSITEPREFS%]] - where user shortcuts are defined18 * DefaultPreferences and [[%LOCALSITEPREFS%]] - where user shortcuts are defined -
branches/Release04x02/twikiplugins/TipsContrib/data/TWiki/TWikiTip023.txt
r481 r505 10 10 * Table attributes can be set and overridden in this order: 11 11 * Default =TABLEATTRIBUTES= Plugin setting in this topic 12 * A =TABLEATTRIBUTES= preferences setting on site-level ( TWikiPreferences), web-level (any WebPreferences), or topic level. For example:12 * A =TABLEATTRIBUTES= preferences setting on site-level ([[%USERSWEB%.SitePreferences]]), web-level (any WebPreferences), or topic level. For example: 13 13 * =Set TABLEATTRIBUTES = tableborder="0" cellpadding="1" ...= 14 14 -
branches/Release04x02/twikiplugins/TwistyContrib/data/TWiki/TwistyContrib.txt
r503 r505 67 67 68 68 ---+++ You Write 69 In your ! Main.TWikiPreferences write:69 In your !%USERSWEB%.SitePreferences write: 70 70 <verbatim> 71 71 * Set FLIP = <span id="twid_%CALC{$SETM(twisty_id, + 1)$GET(twisty_id)}%show" class="twistyTrigger twistyMakeVisible"> -
branches/Release04x02/twikiplugins/WysiwygPlugin/data/TWiki/WysiwygPluginSettings.txt
r3 r505 11 11 If you excluded =calls= in =WYSIWYG_EXCLUDE=, you can still define a subset of TWiki variables that do *not* block edits. this is done in the *global* TWiki variable =WYSIWYG_EDITABLE_CALLS=, which should be a list of TWiki variable names separated by vertical bars, with no spaces, e.g: =* Set WYSIWYG_EDITABLE_CALLS = COMMENT|CALENDAR|INCLUDE= 12 12 13 You should set =WYSIWYG_EXCLUDE= and =WYSIWYG_EDITABLE_CALLS= in % MAINWEB%.TWikiPreferences, or in %WEBPREFSTOPIC% for each web.13 You should set =WYSIWYG_EXCLUDE= and =WYSIWYG_EDITABLE_CALLS= in %USERSWEB%.SitePreferences, or in %WEBPREFSTOPIC% for each web. 14 14 15 15 You can define the global variable =WYSIWYGPLUGIN_STICKYBITS= to stop the
Note: See TracChangeset
for help on using the changeset viewer.
