Skip to content

Commit

Permalink
Item14398: More quoting of macro arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed May 15, 2017
1 parent 3363845 commit 962aa02
Show file tree
Hide file tree
Showing 21 changed files with 72 additions and 72 deletions.
4 changes: 2 additions & 2 deletions CommentPlugin/data/Sandbox/CommentPluginExamples.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1457496285" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1494870493" format="1.1" version="1"}%
* Top comment output 2 -- %USERSWEB%.ProjectContributor - 26 Nov 2006
* Top comment output 1 -- %USERSWEB%.ProjectContributor - 26 Nov 2006

Expand Down Expand Up @@ -211,7 +211,7 @@ _Comments:_
---+++ =noform=
Example of a custom form to save a comment to a new or existing topic. If topic is created, the parent will not be set..

<form method="post" action="%SCRIPTURL{rest}%/CommentPlugin/comment" enctype="application/x-www-form-urlencoded" name="noformcomment0" id="noformcomment0">
<form method="post" action="%SCRIPTURL{"rest"}%/CommentPlugin/comment" enctype="application/x-www-form-urlencoded" name="noformcomment0" id="noformcomment0">
<input type="hidden" name="topicparent" value="CommentPluginExampleComments" />
<input type="hidden" name="topic" value="%BASEWEB%/%BASETOPIC%" />
<input type="hidden" name="endPoint" value="%BASEWEB%/%BASETOPIC%#NoForm" />
Expand Down
4 changes: 2 additions & 2 deletions CommentPlugin/data/Sandbox/CommentPluginTemplateExample.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1443575942" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1494870493" format="1.1" version="1"}%
%META:TOPICPARENT{name="CommentPlugin"}%
---+!! Template Example

Expand All @@ -12,7 +12,7 @@ Example template topic for [[%SANDBOXWEB%.CommentPluginExamples#TemplateTopic][C
<verbatim>
%TMPL:DEF{FORM:example}%
#TemplateTopicPrompt
<form method="post" action="%SCRIPTURL{rest}%/CommentPlugin/comment" enctype="application/x-www-form-urlencoded" name="examplecomment" id="examplecomment">
<form method="post" action="%SCRIPTURL{"rest"}%/CommentPlugin/comment" enctype="application/x-www-form-urlencoded" name="examplecomment" id="examplecomment">
<input type="hidden" name="endPoint" value="%BASEWEB%.%BASETOPIC%#TemplateTopic" />
<input type="hidden" name="topic" value="%BASEWEB%.%BASETOPIC%" />
%COMMENTPROMPT%
Expand Down
16 changes: 8 additions & 8 deletions CommentPlugin/data/System/CommentPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1485009132" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1494870493" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Comment Plugin

Expand Down Expand Up @@ -166,7 +166,7 @@ the =%<nop>COMMENTPROMPT%= macro.
| =comment_target= | Alternate save topic as passed to %COMMENT |
Note that =comment_anchor= overrides =comment_index=. Example, shows an "I Approve" button that adds your approval signature to the end of the topic:
<verbatim class="tml">
<form method="post" action="%SCRIPTURL{restauth}%/CommentPlugin/comment" >
<form method="post" action="%SCRIPTURL{"restauth"}%/CommentPlugin/comment" >
<input type="submit" value="I Approve" />
<input type="hidden" name="topic" value="%WEB%/%TOPIC%" />
<input type="hidden" name="redirectto" value="%WEB%/%TOPIC%" />
Expand All @@ -189,7 +189,7 @@ Write a custom form in a topic.
Example form:
<verbatim class="tml">
%TMPL:DEF{FORM:example}%
<form method="post" action="%SCRIPTURL{rest}%/CommentPlugin/comment" enctype="application/x-www-form-urlencoded" name="examplecomment" id="examplecomment">
<form method="post" action="%SCRIPTURL{"rest"}%/CommentPlugin/comment" enctype="application/x-www-form-urlencoded" name="examplecomment" id="examplecomment">
<input type="hidden" name="topic" value="%BASEWEB%/%BASETOPIC%" />
<input type="hidden" name="redirectto" value="%BASEWEB%.%BASETOPIC%" />
%COMMENTPROMPT%
Expand Down Expand Up @@ -333,8 +333,8 @@ Another great extension from the <a style="text-decoration:none" href="http://wi
%META:FIELD{name="License" title="License" value="GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]])"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/CommentPlugin"}%
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/CommentPlugin"}%
%META:FILEATTACHMENT{name="comment.uncompressed.css" attr="h" comment="" date="1485009132" size="70" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.js" attr="h" comment="" date="1485009132" size="1931" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.css" attr="h" comment="" date="1485009132" size="60" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.uncompressed.js" attr="h" comment="" date="1485009132" size="5134" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1485009132" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.uncompressed.css" attr="h" comment="" date="1494870493" size="70" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.js" attr="h" comment="" date="1494870493" size="1931" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.css" attr="h" comment="" date="1494870493" size="60" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="comment.uncompressed.js" attr="h" comment="" date="1494870493" size="5134" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1494870493" size="1343" user="ProjectContributor" version="1"}%
4 changes: 2 additions & 2 deletions CompareRevisionsAddOn/templates/compare.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ div.craInterweaveDiff {
%TMPL:DEF{"interweave_or_sidebyside_link"}%%MAKETEXT{"View difference"}% %IF{"$ render='sidebyside'" then="%TMPL:P{"interweave_link"}%" else="%TMPL:P{"sidebyside_link"}%"}%%TMPL:END%


%TMPL:DEF{"sidebyside_link"}%<span><a href='%SCRIPTURLPATH%/compare%SCRIPTSUFFIX%/%WEB%/%TOPIC%?rev1=%URLPARAM{"rev1"}%&rev2=%URLPARAM{"rev2"}%&render=sidebyside&context=%URLPARAM{"context"}%&skin=%URLPARAM{"skin"}%' rel='nofollow' %MAKETEXT{"title='Side by side' accesskey='s'>&side by side"}%</a></span>%TMPL:END%
%TMPL:DEF{"sidebyside_link"}%<span><a href='%SCRIPTURLPATH{"compare"}%/%WEB%/%TOPIC%?rev1=%URLPARAM{"rev1"}%&rev2=%URLPARAM{"rev2"}%&render=sidebyside&context=%URLPARAM{"context"}%&skin=%URLPARAM{"skin"}%' rel='nofollow' %MAKETEXT{"title='Side by side' accesskey='s'>&side by side"}%</a></span>%TMPL:END%


%TMPL:DEF{"interweave_link"}%<span><a href='%SCRIPTURLPATH%/compare%SCRIPTSUFFIX%/%WEB%/%TOPIC%?rev1=%URLPARAM{"rev1"}%&rev2=%URLPARAM{"rev2"}%&render=interweave&context=%URLPARAM{"context"}%&skin=%URLPARAM{"skin"}%' rel='nofollow' %MAKETEXT{"title='Interwoven' accesskey='i'>&interwoven"}%</a></span>%TMPL:END%
%TMPL:DEF{"interweave_link"}%<span><a href='%SCRIPTURLPATH{"compare"}%/%WEB%/%TOPIC%?rev1=%URLPARAM{"rev1"}%&rev2=%URLPARAM{"rev2"}%&render=interweave&context=%URLPARAM{"context"}%&skin=%URLPARAM{"skin"}%' rel='nofollow' %MAKETEXT{"title='Interwoven' accesskey='i'>&interwoven"}%</a></span>%TMPL:END%
32 changes: 16 additions & 16 deletions EditRowPlugin/data/System/EditRowPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1493947845" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1494870493" format="1.1" version="1"}%
---+!! !EditRowPlugin
<!--
One line description, required for extensions repository catalog.
Expand Down Expand Up @@ -232,7 +232,7 @@ and =erp_col= parameters. If neither is given, the entire table is returned. If

For example, a URI to retrieve column 2 from the table =EDITTABLE_1= from this topic would look like this:

[[%SCRIPTURL{rest}%/EditRowPlugin/get?erp_topic=%WEB%.%TOPIC%;erp_table=EDITTABLE_1;erp_col=2]]
[[%SCRIPTURL{"rest"}%/EditRowPlugin/get?erp_topic=%WEB%.%TOPIC%;erp_table=EDITTABLE_1;erp_col=2]]

The =save= handler is used to save cells, and accepts the following parameters:
* =erp_topic= the web.wikiname of the topic to be changed
Expand Down Expand Up @@ -353,17 +353,17 @@ Another great Foswiki extension from the <a style="text-decoration:none" href="h
%META:FIELD{name="License" title="License" value="[[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]]"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/EditRowPlugin"}%
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/EditRowPlugin"}%
%META:FILEATTACHMENT{name="icons.png" attr="h" comment="" date="1493947845" size="2457" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example3.png" attr="h" comment="" date="1493947845" size="15337" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example4.png" attr="h" comment="" date="1493947845" size="22834" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.css" attr="h" comment="" date="1493947845" size="1454" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="screenshot2.png" attr="h" comment="" date="1493947845" size="12013" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="TableSort.uncompressed.js" attr="h" comment="" date="1493947845" size="6803" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.js" attr="h" comment="" date="1493947845" size="11898" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.uncompressed.css" attr="h" comment="" date="1493947845" size="2130" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example5.png" attr="h" comment="" date="1493947845" size="9132" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.uncompressed.js" attr="h" comment="" date="1493947845" size="26625" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="screenshot1.png" attr="h" comment="" date="1493947845" size="19461" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="TableSort.js" attr="h" comment="" date="1493947845" size="3626" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1493947845" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="clock.gif" attr="h" comment="" date="1493947845" size="1418" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="icons.png" attr="h" comment="" date="1494870493" size="2457" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example3.png" attr="h" comment="" date="1494870493" size="15337" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example4.png" attr="h" comment="" date="1494870493" size="22834" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.css" attr="h" comment="" date="1494870493" size="1454" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="screenshot2.png" attr="h" comment="" date="1494870493" size="12013" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="TableSort.uncompressed.js" attr="h" comment="" date="1494870493" size="6803" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.js" attr="h" comment="" date="1494870493" size="11898" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.uncompressed.css" attr="h" comment="" date="1494870493" size="2130" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="example5.png" attr="h" comment="" date="1494870493" size="9132" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="erp.uncompressed.js" attr="h" comment="" date="1494870493" size="26625" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="screenshot1.png" attr="h" comment="" date="1494870493" size="19461" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="TableSort.js" attr="h" comment="" date="1494870493" size="3626" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" date="1494870493" size="1343" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="clock.gif" attr="h" comment="" date="1494870493" size="1418" user="ProjectContributor" version="1"}%
6 changes: 3 additions & 3 deletions HistoryPlugin/templates/oopshistory.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This version is tested with Foswiki in IE6, IE7 and FF3.
%TMPL:DEF{"diffbin_compare"}%compare%TMPL:END%


%TMPL:DEF{"historytable:navigation"}%$next{'%MAKETEXT{"Jump to latest revision ([_1])" args="%HISTORY_MAXREV%"}%' url='%SCRIPTURLPATH{oops}%/%WEB%/%TOPIC%?template=oopshistory&nrev=$nrev'} $next{'%MAKETEXT{"View later"}%' url='%SCRIPTURLPATH{oops}%/%WEB%/%TOPIC%?template=oopshistory&rev1=$rev1&nrev=$nrev'} $previous{'%MAKETEXT{"View earlier"}%' url='%SCRIPTURLPATH{oops}%/%WEB%/%TOPIC%?template=oopshistory&rev1=$rev1&nrev=$nrev'} $previous{'%MAKETEXT{"Jump to first revision"}%' url='%SCRIPTURLPATH{oops}%/%WEB%/%TOPIC%?template=oopshistory&rev1=1&nrev=$nrev'}"}%%TMPL:END%
%TMPL:DEF{"historytable:navigation"}%$next{'%MAKETEXT{"Jump to latest revision ([_1])" args="%HISTORY_MAXREV%"}%' url='%SCRIPTURLPATH{"oops"}%/%WEB%/%TOPIC%?template=oopshistory&nrev=$nrev'} $next{'%MAKETEXT{"View later"}%' url='%SCRIPTURLPATH{oops}%/%WEB%/%TOPIC%?template=oopshistory&rev1=$rev1&nrev=$nrev'} $previous{'%MAKETEXT{"View earlier"}%' url='%SCRIPTURLPATH{oops}%/%WEB%/%TOPIC%?template=oopshistory&rev1=$rev1&nrev=$nrev'} $previous{'%MAKETEXT{"Jump to first revision"}%' url='%SCRIPTURLPATH{oops}%/%WEB%/%TOPIC%?template=oopshistory&rev1=1&nrev=$nrev'}"}%%TMPL:END%


%TMPL:DEF{"historytable"}%<table class="foswikiTable historySelectTable" summary="%MAKETEXT{"Topic history"}%">
Expand All @@ -30,7 +30,7 @@ This version is tested with Foswiki in IE6, IE7 and FF3.
<th>%MAKETEXT{"Changed on"}%</th>
<th>%MAKETEXT{"Last edited by"}%</th>
</tr>
%HISTORY{"<tr><td align="right"><a href=\"%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?rev=$rev\">$rev</a></td><td style=\"background-color:#fffaf2; text-align:center;\"><input type=\"radio\" name=\"rev2\" value=\"$rev\" style=\"border:none; background-color:#fffaf2;\" /></td><td style=\"background-color:#f2f7fc; text-align:center;\"><input type=\"radio\" name=\"rev1\" value=\"$rev\" style=\"border:none; background-color:#f2f7fc;\" /></td><td style="white-space: nowrap;">$date</td><td>[[$wikiusername][$wikiname]]</td></tr>" rev1="%URLPARAM{"rev1"}%" rev2="%URLPARAM{"rev2"}%" nrev="%URLPARAM{"nrev"}%" header="" footer="</table>$n%TMPL:P{"historytable:navigation"}%%TMPL:END%
%HISTORY{"<tr><td align=\"right\"><a href=\"%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?rev=$rev\">$rev</a></td><td style=\"background-color:#fffaf2; text-align:center;\"><input type=\"radio\" name=\"rev2\" value=\"$rev\" style=\"border:none; background-color:#fffaf2;\" /></td><td style=\"background-color:#f2f7fc; text-align:center;\"><input type=\"radio\" name=\"rev1\" value=\"$rev\" style=\"border:none; background-color:#f2f7fc;\" /></td><td style=\"white-space: nowrap;\">$date</td><td>[[$wikiusername][$wikiname]]</td></tr>" rev1="%URLPARAM{"rev1"}%" rev2="%URLPARAM{"rev2"}%" nrev="%URLPARAM{"nrev"}%" header="" footer="</table>$n%TMPL:P{"historytable:navigation"}%%TMPL:END%


%TMPL:DEF{"renderstyle"}%%TMPL:P{context="CompareRevisionsAddonPluginEnabled" then="renderstyle_cra_enabled" else="renderstyle_cra_disabled"}%%TMPL:END%
Expand Down Expand Up @@ -103,7 +103,7 @@ table.foswikiDiffOptions img {
</form>
</div>%TMPL:END%

%TMPL:DEF{"viewoptions"}%<form action="%SCRIPTURLPATH{oops}%/%WEB%/%TOPIC%">
%TMPL:DEF{"viewoptions"}%<form action="%SCRIPTURLPATH{"oops"}%/%WEB%/%TOPIC%">
%MAKETEXT{"Show [_1] revisions up to revision [_2]" args="%TMPL:P{viewoptions:amount}%, %TMPL:P{viewoptions:upto}%"}% <input type="submit" class="foswikiButton" value="%MAKETEXT{"Refresh"}%" />
<input type="hidden" name="template" value="oopshistory" />
</form>%TMPL:END%
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1485108858" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1494870493" format="1.1" version="1"}%
%META:TOPICPARENT{name="PatternSkinFatwillyTheme"}%
---+!! <nop>PatternSkin theme: Foswiki "Fat Willy" Site Skin - Navigation

Expand Down Expand Up @@ -61,7 +61,7 @@ Include meta navigation with:
"context authenticated"
then='<li>%MAKETEXT{
"Hello [_1]"
args="[[%WIKIUSERNAME%][%SPACEOUT{%WIKINAME%}%]]"
args="[[%WIKIUSERNAME%][%SPACEOUT{"%WIKINAME%"}%]]"
}%</li>'
}%%IF{
"$ LOGOUT != ''"
Expand Down
4 changes: 2 additions & 2 deletions PatternSkin/data/System/WebLeftBarExample.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%META:TOPICINFO{author="ProjectContributor" date="1459801632" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1494870493" format="1.1" version="1"}%
%META:TOPICPARENT{name="WebHome"}%
%INCLUDE{"%IF{"context can_login" then="%SYSTEMWEB%.WebLeftBarLogin" else="<nop>"}%" warn="off"}%
%INCLUDE{"%IF{"context can_login" then="%SYSTEMWEB%.WebLeftBarLogin" else="<nop>"}%" warn="off""}%

%STARTSECTION{"topics"}%
* *%MAKETEXT{"Toolbox"}%*
Expand Down
4 changes: 2 additions & 2 deletions PatternSkin/data/System/WebLeftBarLogin.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%META:TOPICINFO{author="ProjectContributor" date="1490657423" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1494870493" format="1.1" version="1"}%
%META:TOPICPARENT{name="WebLeftBarExample"}%
%STARTINCLUDE%<div class="patternLeftBarPersonal">
<ul id="patternLeftBarUserActions">
%IF{
"context authenticated"
then="<li>%JQICON{"%IF{"context isadmin" then="user_red" else="user"}%"}%%MAKETEXT{"Hi, [_1]" args="<span class='foswikiUserName'>[[%WIKIUSERNAME%][%SPACEOUT{%WIKINAME%}%]]</span></li>"}%"
then="<li>%JQICON{"%IF{"context isadmin" then="user_red" else="user"}%"}%%MAKETEXT{"Hi, [_1]" args="<span class='foswikiUserName'>[[%WIKIUSERNAME%][%SPACEOUT{"%WIKINAME%"}%]]</span></li>"}%"
}%%IF{
"$ LOGOUT != ''"
then="<li class='patternLogOut'>%JQICON{"lock"}%$percntLOGOUT$percnt</li>"
Expand Down
4 changes: 2 additions & 2 deletions SpreadSheetPlugin/data/System/SpreadSheetPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1484879481" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1494870493" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Foswiki Spreadsheet Plugin
%FORMFIELD{"Description"}%
Expand All @@ -19,7 +19,7 @@ This Plugin adds spreadsheet capabilities to %WIKITOOLNAME% topics. Formulae lik
</td><td>&nbsp; &nbsp; &nbsp;</td><td valign="top">
*Interactive example:*

<form name="interactive" action="%SCRIPTURL{view}%/%WEB%/%TOPIC%" method="get">
<form name="interactive" action="%SCRIPTURL{"view"}%/%WEB%/%TOPIC%" method="get">
<noautolink>
Formula: <code>%<nop>CALC{"</code><input type="text" name="formula" size="40" value="%URLPARAM{ "formula" default="$PROPERSPACE(%WIKINAME%)" encode="entity" }%" /><code>"}%</code> &nbsp; <input type="submit" value="Go" /><br />
Result: &nbsp; &nbsp; %CALC{%URLPARAM{ "formula" default="$PROPERSPACE(%WIKINAME%)" }%}%
Expand Down
4 changes: 2 additions & 2 deletions TWikiCompatibilityPlugin/data/TWiki/WebHome.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%META:TOPICINFO{author="ProjectContributor" date="1231009072" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1494870493" format="1.1" version="1"}%
---++ TWiki Web Home

The TWiki web is required only for the %SYSTEMWEB%.TWikiCompatibilityPlugin, and any installed legacy TWiki plugins to work. Please do not add any content to this web,

Former TWiki web content is now located in [[%SYSTEMWEB%.WebHome][the System web]]

If you do not need TWiki compatibility you can disable =TWikiCompatibilityPlugin= in the [[%SCRIPTURL{configure}%][configure]] Plugins section. This will also hide the TWiki web so it does not appear in any user interfaces. Not even administrators will see it.
If you do not need TWiki compatibility you can disable =TWikiCompatibilityPlugin= in the [[%SCRIPTURL{"configure"}%][configure]] Plugins section. This will also hide the TWiki web so it does not appear in any user interfaces. Not even administrators will see it.
Loading

0 comments on commit 962aa02

Please sign in to comment.