Skip to content

Commit

Permalink
Item12888: Item9693: Use <nop> not <noautolink>
Browse files Browse the repository at this point in the history
! escapes the %MACRO, <nop> does not.  Use <nop> instead of <noautolink>

Also that last checkin should have been Item9693, not Item12888
  • Loading branch information
gac410 committed Jan 18, 2015
1 parent 2f01a25 commit d23dbb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CommentPlugin/data/System/CommentPlugin.txt
Expand Up @@ -234,7 +234,7 @@ Two [[%SYSTEMWEB%.PreferenceSettings][preference settings]] are recognised by th
| *Preference* | *Default* | *Description* |
| =%<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. |
| =%<nop>COMMENTPLUGIN_DEFAULT_TYPE%= | =above= | Default template type |
These can be set in %LOCALSITEPREFS%, in each web's <noautolink> %WEBPREFSTOPIC%,</noautolink> or in individual topics.
These can be set in %LOCALSITEPREFS%, in each web's <nop>%WEBPREFSTOPIC%, or in individual topics.

#Installation
---++ Installation Instructions
Expand Down
2 changes: 1 addition & 1 deletion EditRowPlugin/data/System/EditRowPlugin.txt
Expand Up @@ -198,7 +198,7 @@ The plugin interprets a couple of [[%SYSTEMWEB%.Macros][preferences]], in common
Also, the plugin has a couple of its own settings:
| =EDITROWPLUGIN_JS= | Usually the plugin expects to be able to use Javascript to generate controls. However sometimes users disable Javascript in the browser, so the plugin also generates a minimal set of fallback controls to give non-JS access to the main features, even if Javascript is disabled. You can use this preference to control whether Javascript is preferred, ignored, or assumed when generating the controls.<ul><li> =preferred= means "use JS if it's available, but keep the non-JS fallback controls visible", </li><li> =ignored= means "never use JS, only display the non-JS controls", </li><li> =assumed= means "assume that JS will be available in the browser, and don't display the fallback controls". </li></ul> You can control the setting on a per-table basis using the =js= parameter to the =EDITTABLE= macro. |
| =EDITROWPLUGIN_DISABLE= | Set to =on= to disable the plugin. Default is =off=. |
These preferences can be defined in %LOCALSITEPREFS%, in <noautolink> %WEBPREFSTOPIC% </noautolink>for an individual web, or in the topic.
These preferences can be defined in %LOCALSITEPREFS%, in <nop>%WEBPREFSTOPIC% for an individual web, or in the topic.

There is also a =configure= (expert) setting that allows you to change the name of the macro used to carry table editor parameters. This is usually =EDITTABLE= but can be changed to help work around problems with other plugins.

Expand Down
2 changes: 1 addition & 1 deletion InterwikiPlugin/data/System/InterwikiPlugin.txt
Expand Up @@ -40,7 +40,7 @@ Foswiki:Extensions/InterwikiPlugin or Foswiki:Extensions.InterwikiPlugin

---++ <nop>%TOPIC% Settings

You can override the default settings using [[%SYSTEMWEB%.PreferenceSettings][preferences]]. These preferences can be set in your %LOCALSITEPREFS%, or in any <noautolink> %WEBPREFSTOPIC%,</noautolink> or in individual topics.
You can override the default settings using [[%SYSTEMWEB%.PreferenceSettings][preferences]]. These preferences can be set in your %LOCALSITEPREFS%, or in any <nop>%WEBPREFSTOPIC%, or in individual topics.

| *Preference* | *Use to* | *Default* |
| =INTERWIKIPLUGIN_RULESTOPIC= | The topic(s) containing the inter-wiki rules. Can be a comma separated list. See %SYSTEMWEB%.InterWikis#AddingYourOwn for more details | %SYSTEMWEB%.InterWikis |
Expand Down
2 changes: 1 addition & 1 deletion TablePlugin/data/System/TablePlugin.txt
Expand Up @@ -154,7 +154,7 @@ You can override the default settings for the plugin by defining the following [
-->
| *Preference* | *Meaning* | *Default* |
| TABLEPLUGIN_SORT | Make all tables in a topic sortable. If this is set to =all=, all tables that have a header row (including those that do not have %TABLE before them) will be made sortable. If set to =none=, only tables with %TABLE will be sortable. Topic rendering is faster if this is set to =none=. | =all= |
| TABLEPLUGIN_TABLEATTRIBUTES | Default table attributes. These are first defined in [[%SCRIPTURL{"configure"}%][Configure Extensions tab, TablePlugin sub-tab]], and can be set on site level in %LOCALSITEPREFS%, on web level in any <noautolink> %WEBPREFSTOPIC%</noautolink> or on topic level. | =tableborder="1" valign="top" headercolor="#000000" headerbg="#d6d3cf" headerbgsorted="#c4c1ba" databg="#ffffff,#edf4f9" databgsorted="#f1f7fc,#ddebf6" tablerules="rows" headerrules="cols"= |
| TABLEPLUGIN_TABLEATTRIBUTES | Default table attributes. These are first defined in [[%SCRIPTURL{"configure"}%][Configure Extensions tab, TablePlugin sub-tab]], and can be set on site level in %LOCALSITEPREFS%, on web level in any <nop>%WEBPREFSTOPIC% or on topic level. | =tableborder="1" valign="top" headercolor="#000000" headerbg="#d6d3cf" headerbgsorted="#c4c1ba" databg="#ffffff,#edf4f9" databgsorted="#f1f7fc,#ddebf6" tablerules="rows" headerrules="cols"= |


---++ <nop>TablePlugin and CSS
Expand Down

0 comments on commit d23dbb1

Please sign in to comment.