Feature Proposal: Add simple debugging feature for macro values

I've just been bitten again by the old "finalised preference" problem. So I have finally cracked and written a preference debugging tool.

  • %SHOWPREFERENCE% will show all preferences, where they were set and finalised
  • %SHOWPREFERENCE{"ALLOWWEBCHANGE"}% is fairly obvious
Currently there is no way to format the output, and no way to show topic and web preferences other than in the finalisation context (the current topic)

If this is http://trunk.foswiki.org/Development/DebugPreferenceSettings, here's the result of * Set ADMINLOGIN = "%IF{"{LoginManager} = 'Foswiki::LoginManager::ApacheLogin' AND NOT context authenticated" then="Foswiki is configured using <nop>ApacheLogin, please [[%LOGINURL%][login]] as a normal user first. Then the Admin Login will replace this text" else="[[%SCRIPTURL{login}%/%BASEWEB%/%BASETOPIC%?sudo=sudo][internal admin login]] (use the password set in [[%SCRIPTURLPATH{"configure"}%][configure]])."}%"
    • ADMINLOGIN was defined in System.DefaultPreferences
  • Set ALLOWROOTCHANGE = "%USERSWEB%.AdminGroup"
    • ALLOWROOTCHANGE was finalised in System.DefaultPreferences
  • Set ALLOWTOPICCHANGE = "AdminGroup, MaintainGroup"
    • ALLOWTOPICCHANGE was defined in Development.WebPreferences
  • Set ALLOWTOPICRENAME = "nobody"
    • ALLOWTOPICRENAME was defined in Development.WebPreferences
  • Set ALLOWWEBCHANGE = ""
    • ALLOWWEBCHANGE was finalised in Development.WebPreferences
  • Set ALLOWWEBRENAME = ""
    • ALLOWWEBRENAME was finalised in Development.WebPreferences
  • Set ALLOWWEBVIEW = ""
    • ALLOWWEBVIEW was finalised in Development.WebPreferences
  • Set AQUA = "<span class='foswikiAquaFG'>"
    • AQUA was defined in System.DefaultPreferences
  • Set ATTACHEDFILELINKFORMAT = "\n * [[%ATTACHURLPATH%/$fileurl][$filename]]: $comment"
    • ATTACHEDFILELINKFORMAT was defined in System.DefaultPreferences
  • Set ATTACHEDIMAGEFORMAT = "\n * $comment: <br /> <img src="%ATTACHURLPATH%/$fileurl" alt="$filename" $size />"
    • ATTACHEDIMAGEFORMAT was defined in System.DefaultPreferences
  • Set ATTACHFILESIZELIMIT = "100000"
    • ATTACHFILESIZELIMIT was finalised in Main.SitePreferences
  • Set ATTACHLINKBOX = ""
    • ATTACHLINKBOX was defined in System.DefaultPreferences
  • Set ATTACHMENTNAMEFILTER = "[\\*?~^$@%"'&|<>/\[\]#\x00-\x1f]"
  • Set BASETOPIC = "DebugPreferenceSettings"
  • Set BASEWEB = "Development"
  • Set BB = "<br />&#8226;"
    • BB was defined in System.DefaultPreferences
  • Set BB2 = "<br />&nbsp;&nbsp;&#8226;"
    • BB2 was defined in System.DefaultPreferences
  • Set BB3 = "<br />&nbsp;&nbsp;&nbsp;&nbsp;&#8226;"
    • BB3 was defined in System.DefaultPreferences
  • Set BB4 = "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8226;"
    • BB4 was defined in System.DefaultPreferences
  • Set BLACK = "<span class='foswikiBlackFG'>"
    • BLACK was defined in System.DefaultPreferences
  • Set BLUE = "<span class='foswikiBlueFG'>"
    • BLUE was defined in System.DefaultPreferences
  • Set BR = "<br />"
    • BR was defined in System.DefaultPreferences
  • Set BROADCASTID = "BC17"
    • BROADCASTID was defined in Main.SitePreferences
  • Set BROADCASTMESSAGE = ""
    • BROADCASTMESSAGE was defined in System.DefaultPreferences
  • Set BROWN = "<span class='foswikiBrownFG'>"
    • BROWN was defined in System.DefaultPreferences
  • Set BULLET = "&#8226;"
    • BULLET was defined in System.DefaultPreferences
  • Set CACHEABLE = "off"
    • CACHEABLE was defined in Main.SitePreferences
  • Set CARET = "&#94;"
    • CARET was defined in System.DefaultPreferences
  • Set CHANGEPASSWORDDISABLEDMESSAGE = "%MAKETEXT{"Resetting and setting password is not available."}%"
    • CHANGEPASSWORDDISABLEDMESSAGE was defined in System.DefaultPreferences
  • Set CLEAR = "<span class='foswikiClear'></span>"
    • CLEAR was defined in System.DefaultPreferences
  • Set CURRREV = "5"
  • Set DEFAULTPAGESIZE = "50"
    • DEFAULTPAGESIZE was defined in System.DefaultPreferences
  • Set DENYWEBCHANGE = ""
    • DENYWEBCHANGE was finalised in Development.WebPreferences
  • Set DENYWEBRENAME = ""
    • DENYWEBRENAME was finalised in Development.WebPreferences
  • Set DENYWEBVIEW = ""
    • DENYWEBVIEW was finalised in Development.WebPreferences
  • Set DIFFRENDERSTYLE = "sequential"
    • DIFFRENDERSTYLE was defined in System.DefaultPreferences
  • Set DISABLEDPLUGINS = "EditTablePlugin"
    • DISABLEDPLUGINS was defined in Main.SitePreferences
  • Set DOCWEB = "%SYSTEMWEB%"
    • DOCWEB was finalised in System.DefaultPreferences
  • Set DONTNOTIFYCHECKBOX = ""
    • DONTNOTIFYCHECKBOX was defined in System.DefaultPreferences
  • Set EDITBOXHEIGHT = "22"
    • EDITBOXHEIGHT was defined in System.DefaultPreferences
  • Set EDITBOXSTYLE = "width:99%"
    • EDITBOXSTYLE was defined in System.DefaultPreferences
  • Set EDITBOXWIDTH = "70"
    • EDITBOXWIDTH was defined in System.DefaultPreferences
  • Set EDITTOPIC = "<a href="%EDITURL%" title="Edit Topic - deprecated usage - please see release notes">Edit</a>"
    • EDITTOPIC was defined in System.DefaultPreferences
  • Set EDITURL = "%SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GMTIME{"$epoch"}%"
    • EDITURL was defined in System.DefaultPreferences
  • Set ENDCOLOR = "</span>"
    • ENDCOLOR was defined in System.DefaultPreferences
  • Set EXPORTEDPREFERENCES = "PUBURL, PUBURLPATH, SCRIPTSUFFIX, SCRIPTURL, SCRIPTURLPATH, SERVERTIME, SKIN, SYSTEMWEB, TOPIC, USERNAME, USERSWEB, WEB, WIKINAME, WIKIUSERNAME, NAMEFILTER"
    • EXPORTEDPREFERENCES was defined in System.DefaultPreferences
  • Set FAVICON = "%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/favicon.ico"
    • FAVICON was defined in System.DefaultPreferences
  • Set FINALPREFERENCES = "NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME"
    • FINALPREFERENCES was defined in Development.WebPreferences
  • Set FORCENEWREVISIONCHECKBOX = ""
    • FORCENEWREVISIONCHECKBOX was defined in System.DefaultPreferences
  • Set FOSWIKI_COLORS_URL = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/colors.css"
    • FOSWIKI_COLORS_URL was defined in Main.SitePreferences
  • Set FOSWIKI_LAYOUT_URL = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/layout.css"
    • FOSWIKI_LAYOUT_URL was defined in Main.SitePreferences
  • Set FOSWIKI_STYLE_URL = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/style.css"
    • FOSWIKI_STYLE_URL was defined in Main.SitePreferences
  • Set FWCOMPRESSED = ".compressed"
    • FWCOMPRESSED was defined in System.DefaultPreferences
  • Set FWSRC = ""
    • FWSRC was defined in System.DefaultPreferences
  • Set FWUNCOMPRESSED = ""
    • FWUNCOMPRESSED was defined in System.DefaultPreferences
  • Set GRAY = "<span class='foswikiGrayFG'>"
    • GRAY was defined in System.DefaultPreferences
  • Set GREEN = "<span class='foswikiGreenFG'>"
    • GREEN was defined in System.DefaultPreferences
  • Set H = "<img src="%ICONURLPATH{help}%" alt="HELP" title="HELP" width="16" height="16" />"
    • H was defined in System.DefaultPreferences
  • Set HTTP_EQUIV_ON_EDIT = ""
    • HTTP_EQUIV_ON_EDIT was defined in System.DefaultPreferences
  • Set HTTP_EQUIV_ON_PREVIEW = ""
    • HTTP_EQUIV_ON_PREVIEW was defined in System.DefaultPreferences
  • Set HTTP_EQUIV_ON_VIEW = "<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="%SCRIPTURLPATH{"view"}%/%WEB%/WebRss" />"
    • HTTP_EQUIV_ON_VIEW was defined in System.DefaultPreferences
  • Set I = "<img src="%ICONURLPATH{tip}%" alt="IDEA!" title="IDEA!" width="16" height="16" />"
    • I was defined in System.DefaultPreferences
  • Set ICONTOPIC = "%SYSTEMWEB%.DocumentGraphics"
    • ICONTOPIC was defined in System.DefaultPreferences
  • Set INCLUDEWARNING = "on"
    • INCLUDEWARNING was defined in System.DefaultPreferences
  • Set INCLUDINGTOPIC = "DebugPreferenceSettings"
  • Set INCLUDINGWEB = "Development"
  • Set INSTALLEDPLUGINS = "The INSTALLEDPLUGINS macro is no longer supported. You can set the Plugins execution order using the [[%SCRIPTURLPATH{"configure"}%][configure]] interface."
    • INSTALLEDPLUGINS was defined in System.DefaultPreferences
  • Set INTERWIKIPLUGIN_RULESTOPIC = "Main.InterWikis"
    • INTERWIKIPLUGIN_RULESTOPIC was defined in Main.SitePreferences
  • Set LIME = "<span class='foswikiLimeFG'>"
    • LIME was defined in System.DefaultPreferences
  • Set LINKTOOLTIPINFO = "off"
    • LINKTOOLTIPINFO was defined in System.DefaultPreferences
  • Set LOOKELSEWHEREWEBS = "Main"
    • LOOKELSEWHEREWEBS was defined in Main.SitePreferences
  • Set M = "<img src="%ICONURLPATH{arrowright}%" alt="MOVED TO..." title="MOVED TO..." width="16" height="16" />"
    • M was defined in System.DefaultPreferences
  • Set MAILTHISTOPIC = "<a href="mailto:?subject=%BASETOPIC%&amp;body=%TOPICURL%">%MAILTHISTOPICTEXT%</a>"
    • MAILTHISTOPIC was defined in System.DefaultPreferences
  • Set MAILTHISTOPICTEXT = "Send a link to this page"
    • MAILTHISTOPICTEXT was defined in System.DefaultPreferences
  • Set MAINWEB = "%USERSWEB%"
    • MAINWEB was defined in System.DefaultPreferences
  • Set MARKEDFORDELETION = "<div class="foswikiNotification foswikiAlert markedfordeletion">This page is marked for deletion. Possible reason: this page does not contribute to the development of Foswiki software. Please note that this site is not an open collaboration platform to work on other projects - use a public wiki instead or [[Download.WebHome][download Foswiki]] for private use. If you just want to test Foswiki, visit the [[Sandbox.WebHome][Sandbox]] web.</div>"
    • MARKEDFORDELETION was defined in Main.SitePreferences
  • Set MAROON = "<span class='foswikiMaroonFG'>"
    • MAROON was defined in System.DefaultPreferences
  • Set MAXREV = "5"
  • Set N = "<img src="%ICONURLPATH{new}%" alt="NEW" title="NEW" width="30" height="16" />"
    • N was defined in System.DefaultPreferences
  • Set NAMEFILTER = "%QUERY{"{NameFilter}"}%"
    • NAMEFILTER was defined in System.DefaultPreferences
  • Set NAVY = "<span class='foswikiNavyFG'>"
    • NAVY was defined in System.DefaultPreferences
  • Set NEWLINKFORMAT = "<a class="foswikiNewLink" href="%SCRIPTURLPATH{"edit"}%/$web/$topic?topicparent=%ENCODE{"%WEB%.%TOPIC%"}%" rel="nofollow" title="%MAKETEXT{"Create this topic"}%">$text</a>"
    • NEWLINKFORMAT was defined in System.DefaultPreferences
  • Set NOAUTOLINK = ""
    • NOAUTOLINK was defined in System.DefaultPreferences
  • Set NOSEARCHALL = ""
    • NOSEARCHALL was finalised in Development.WebPreferences
  • Set OLIVE = "<span class='foswikiOliveFG'>"
    • OLIVE was defined in System.DefaultPreferences
  • Set ORANGE = "<span class='foswikiOrangeFG'>"
    • ORANGE was defined in System.DefaultPreferences
  • Set P = "<img src="%ICONURLPATH{pencil}%" alt="REFACTOR" title="REFACTOR" width="16" height="16" />"
    • P was defined in System.DefaultPreferences
  • Set PATTERNSKIN_COLUMNS = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/column_left.css"
    • PATTERNSKIN_COLUMNS was defined in Main.SitePreferences
  • Set PATTERNSKIN_JQUERY_THEME = "PatternSkinTheme"
    • PATTERNSKIN_JQUERY_THEME was defined in Main.SitePreferences
  • Set PATTERNSKIN_NAVIGATION_TOPIC = "Main.PatternSkinNavigation"
    • PATTERNSKIN_NAVIGATION_TOPIC was defined in Main.SitePreferences
  • Set PATTERNSKIN_THEME = "%PATTERNSKIN_THEME_VARIANT%"
    • PATTERNSKIN_THEME was defined in Main.SitePreferences
  • Set PATTERNSKIN_THEME_VARIANT = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/variant_foswiki_noframe.css"
    • PATTERNSKIN_THEME_VARIANT was defined in Main.SitePreferences
  • Set PERSONALINFOADDON_FILECACHE = ""
    • PERSONALINFOADDON_FILECACHE was defined in Main.SitePreferences
  • Set PINK = "<span class='foswikiPinkFG'>"
    • PINK was defined in System.DefaultPreferences
  • Set PREVIEWBGIMAGE = "%PUBURLPATH%/%SYSTEMWEB%/PreviewBackground/preview2bg.gif"
    • PREVIEWBGIMAGE was finalised in System.DefaultPreferences
  • Set PURPLE = "<span class='foswikiPurpleFG'>"
    • PURPLE was defined in System.DefaultPreferences
  • Set Q = "<img src="%ICONURLPATH{question}%" alt="QUESTION?" title="QUESTION?" width="16" height="16" />"
    • Q was defined in System.DefaultPreferences
  • Set RED = "<span class='foswikiRedFG'>"
    • RED was defined in System.DefaultPreferences
  • Set REGISTRATIONGROUPTYPE = "none"
    • REGISTRATIONGROUPTYPE was defined in System.DefaultPreferences
  • Set S = "<img src="%ICONURLPATH{starred}%" alt="PICK" title="PICK" width="16" height="16" />"
    • S was defined in System.DefaultPreferences
  • Set SEARCHDEFAULTTTYPE = "keyword"
    • SEARCHDEFAULTTTYPE was defined in System.DefaultPreferences
  • Set SEARCHSTOPWORDS = "a, all, am, an, and, any, as, at, b, be, by, c, d, e, for, from, g, h, how, i, i'm, i.e., in, is, isn't, it, it's, its, j, k, l, m, n, o, of, on, or, p, q, r, s, t, that, that's, the, this, to, u, v, w, was, wasn't, what, what's, when, where, who, who's, will, with, x, y, z"
    • SEARCHSTOPWORDS was defined in System.DefaultPreferences
  • Set SEARCHVARDEFAULTTYPE = "literal"
    • SEARCHVARDEFAULTTYPE was defined in System.DefaultPreferences
  • Set SHARETHIS = ""
    • SHARETHIS was defined in Main.SitePreferences
  • Set SIGNATUREFORMAT = "-- %WIKIUSERNAME% - %DATE%"
    • SIGNATUREFORMAT was defined in System.DefaultPreferences
  • Set SILVER = "<span class='foswikiSilverFG'>"
    • SILVER was defined in System.DefaultPreferences
  • Set SITEMAPLIST = "on"
    • SITEMAPLIST was defined in Development.WebPreferences
  • Set SITEMAPUSETO = "Discuss development and find supplementary documentation"
    • SITEMAPUSETO was defined in Development.WebPreferences
  • Set SITEMAPWHAT = "Developer discussions and supplementary documentation"
    • SITEMAPWHAT was defined in Development.WebPreferences
  • Set SKIN = "cookieconsent,sidetoggle,fo,natedit,pattern"
    • SKIN was defined in Main.SitePreferences
  • Set SLACKIN_URL = "https://join.slack.com/t/foswiki/shared_invite/zt-1h87u6nht-GSGnbLqhfGt3ZKR9TarG8g"
    • SLACKIN_URL was defined in Main.SitePreferences
  • Set T = "<img src="%ICONURLPATH{tip}%" alt="TIP" title="TIP" width="16" height="16" />"
    • T was defined in System.DefaultPreferences
  • Set TABLEPLUGIN_SORT = "attachments"
    • TABLEPLUGIN_SORT was defined in Main.SitePreferences
  • Set TABLEPLUGIN_TABLEATTRIBUTES = "tableborder="1" valign="top" headercolor="#444444" headerbg="#e0e0e4" headerbgsorted="#c5c5cc" databg="#ffffff,#edf4f9" databgsorted="#f1f7fc,#ddebf6" tablerules="rows""
    • TABLEPLUGIN_TABLEATTRIBUTES was defined in Main.SitePreferences
  • Set TEAL = "<span class='foswikiTealFG'>"
    • TEAL was defined in System.DefaultPreferences
  • Set TOC_HIDE_IF_INCLUDED = ""
    • TOC_HIDE_IF_INCLUDED was defined in System.DefaultPreferences
  • Set TOC_MAX_DEPTH = ""
    • TOC_MAX_DEPTH was defined in System.DefaultPreferences
  • Set TOC_MIN_DEPTH = ""
    • TOC_MIN_DEPTH was defined in System.DefaultPreferences
  • Set TOC_TITLE = ""
    • TOC_TITLE was defined in System.DefaultPreferences
  • Set TOPIC = "Item1523"
  • Set TOPICURL = "%SCRIPTURL{"view"}%/%BASEWEB%/%BASETOPIC%"
    • TOPICURL was defined in System.DefaultPreferences
  • Set TWISTYPLUGIN_TWISTYANIMATIONSPEED = "fast"
    • TWISTYPLUGIN_TWISTYANIMATIONSPEED was defined in System.DefaultPreferences
  • Set U = "<img src="%ICONURLPATH{updated}%" alt="UPDATED" title="UPDATED" width="55" height="16" />"
    • U was defined in System.DefaultPreferences
  • Set USERCOLORSURL = ""
    • USERCOLORSURL was defined in System.DefaultPreferences
  • Set USERLAYOUTURL = ""
    • USERLAYOUTURL was defined in System.DefaultPreferences
  • Set USERSTYLEURL = "%PUBURLPATH{topic="%SYSTEMWEB%.PatternSkinCssCookbookSidebarToggle" "SidebarToggle.css"}% "
    • USERSTYLEURL was defined in Main.SitePreferences
  • Set UXMASCOT = "<img src="%PUBURLPATH%/Community/UserExperienceTaskTeam/designer_avatar.png" style="float:left;"/>"
    • UXMASCOT was defined in Main.SitePreferences
  • Set VBAR = "&#124;"
    • VBAR was defined in System.DefaultPreferences
  • Set VIEW_TEMPLATE = "View"
    • VIEW_TEMPLATE was defined in Development.WebPreferences
  • Set VOTEPLUGIN_RESETTERS = "Main.AdminGroup"
    • VOTEPLUGIN_RESETTERS was finalised in Main.SitePreferences
  • Set WEB = "Tasks"
  • Set WEBBGCOLOR = "#d3f6ff "
    • WEBBGCOLOR was defined in Development.WebPreferences
  • Set WEBCOPYRIGHT = "The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See [[Community.CopyrightStatement][Copyright Statement]]. <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://foswiki.org/pub/System/SiteGraphics/cc-by-sa-3.0-88x31.png" /></a> &emsp;&emsp; [[About.LegalImprint][Legal Imprint]] &emsp;&emsp; [[Community.PrivacyPolicy][Privacy Policy]]"
    • WEBCOPYRIGHT was finalised in Main.SitePreferences
  • Set WEBFORMS = "BasicForm, ChangeProposalForm, UserExperienceProjectForm"
    • WEBFORMS was defined in Development.WebPreferences
  • Set WEBHEADERART = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/header5.gif"
    • WEBHEADERART was defined in System.DefaultPreferences
  • Set WEBHEADERBGCOLOR = "#ffffff"
    • WEBHEADERBGCOLOR was defined in System.DefaultPreferences
  • Set WEBLOGOALT = "%WIKILOGOALT%"
    • WEBLOGOALT was defined in System.DefaultPreferences
  • Set WEBLOGOIMG = "%WIKILOGOIMG%"
    • WEBLOGOIMG was defined in System.DefaultPreferences
  • Set WEBLOGOURL = "%WIKILOGOURL%"
    • WEBLOGOURL was defined in System.DefaultPreferences
  • Set WEBRSSCOPYRIGHT = "Copyright %GMTIME{"$year"}% by contributing authors"
    • WEBRSSCOPYRIGHT was defined in System.DefaultPreferences
  • Set WEBSUMMARY = "%IF{"defined SITEMAPWHAT" then="$percentSITEMAPWHAT$percent"}% %IF{"defined SITEMAPUSETO" then="$percentSITEMAPUSETO$percent"}%"
    • WEBSUMMARY was defined in System.DefaultPreferences
  • Set WHITE = "<span class='foswikiWhiteFG'>"
    • WHITE was defined in System.DefaultPreferences
  • Set WIKIHOMEURL = "%SCRIPTURLPATH{"view"}%/"
    • WIKIHOMEURL was finalised in System.DefaultPreferences
  • Set WIKILOGOALT = "Powered by Foswiki, The Free and Open Source Wiki"
    • WIKILOGOALT was defined in System.DefaultPreferences
  • Set WIKILOGOIMG = "%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/foswiki-logo.png"
    • WIKILOGOIMG was defined in System.DefaultPreferences
  • Set WIKILOGOURL = "%SCRIPTURL{"view"}%/Home/WebHome"
    • WIKILOGOURL was defined in Main.SitePreferences
  • Set WIKITOOLNAME = "Foswiki"
    • WIKITOOLNAME was finalised in Main.SitePreferences
  • Set WIKIWEBLIST = "[[%USERSWEB%.%HOMETOPIC%][%USERSWEB%]] %SEP% [[%SYSTEMWEB%.%HOMETOPIC%][%SYSTEMWEB%]] %SEP% [[%SANDBOXWEB%.%HOMETOPIC%][%SANDBOXWEB%]]"
    • WIKIWEBLIST was defined in System.DefaultPreferences
  • Set X = "<img src="%ICONURLPATH{warning}%" alt="ALERT!" title="ALERT!" width="16" height="16" />"
    • X was defined in System.DefaultPreferences
  • Set Y = "<img src="%ICONURLPATH{choice-yes}%" alt="DONE" title="DONE" width="16" height="16" />"
    • Y was defined in System.DefaultPreferences
  • Set YELLOW = "<span class='foswikiYellowFG'>"
    • YELLOW was defined in System.DefaultPreferences
  • Set _RAW = ""Tasks.Item1523""
:
  • Set ADMINLOGIN = "%IF{"{LoginManager} = 'Foswiki::LoginManager::ApacheLogin' AND NOT context authenticated" then="Foswiki is configured using <nop>ApacheLogin, please [[%LOGINURL%][login]] as a normal user first. Then the Admin Login will replace this text" else="[[%SCRIPTURL{login}%/%BASEWEB%/%BASETOPIC%?sudo=sudo][internal admin login]] (use the password set in [[%SCRIPTURLPATH{"configure"}%][configure]])."}%"
    • ADMINLOGIN was defined in System.DefaultPreferences
  • Set ALLOWROOTCHANGE = "%USERSWEB%.AdminGroup"
    • ALLOWROOTCHANGE was finalised in System.DefaultPreferences
  • Set ALLOWTOPICCHANGE = "AdminGroup, MaintainGroup"
    • ALLOWTOPICCHANGE was defined in Development.WebPreferences
  • Set ALLOWTOPICRENAME = "nobody"
    • ALLOWTOPICRENAME was defined in Development.WebPreferences
  • Set ALLOWWEBCHANGE = ""
    • ALLOWWEBCHANGE was finalised in Development.WebPreferences
  • Set ALLOWWEBRENAME = ""
    • ALLOWWEBRENAME was finalised in Development.WebPreferences
  • Set ALLOWWEBVIEW = ""
    • ALLOWWEBVIEW was finalised in Development.WebPreferences
  • Set AQUA = "<span class='foswikiAquaFG'>"
    • AQUA was defined in System.DefaultPreferences
  • Set ATTACHEDFILELINKFORMAT = "\n * [[%ATTACHURLPATH%/$fileurl][$filename]]: $comment"
    • ATTACHEDFILELINKFORMAT was defined in System.DefaultPreferences
  • Set ATTACHEDIMAGEFORMAT = "\n * $comment: <br /> <img src="%ATTACHURLPATH%/$fileurl" alt="$filename" $size />"
    • ATTACHEDIMAGEFORMAT was defined in System.DefaultPreferences
  • Set ATTACHFILESIZELIMIT = "100000"
    • ATTACHFILESIZELIMIT was finalised in Main.SitePreferences
  • Set ATTACHLINKBOX = ""
    • ATTACHLINKBOX was defined in System.DefaultPreferences
  • Set ATTACHMENTNAMEFILTER = "[\\*?~^$@%"'&|<>/\[\]#\x00-\x1f]"
  • Set BASETOPIC = "DebugPreferenceSettings"
  • Set BASEWEB = "Development"
  • Set BB = "<br />&#8226;"
    • BB was defined in System.DefaultPreferences
  • Set BB2 = "<br />&nbsp;&nbsp;&#8226;"
    • BB2 was defined in System.DefaultPreferences
  • Set BB3 = "<br />&nbsp;&nbsp;&nbsp;&nbsp;&#8226;"
    • BB3 was defined in System.DefaultPreferences
  • Set BB4 = "<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8226;"
    • BB4 was defined in System.DefaultPreferences
  • Set BLACK = "<span class='foswikiBlackFG'>"
    • BLACK was defined in System.DefaultPreferences
  • Set BLUE = "<span class='foswikiBlueFG'>"
    • BLUE was defined in System.DefaultPreferences
  • Set BR = "<br />"
    • BR was defined in System.DefaultPreferences
  • Set BROADCASTID = "BC17"
    • BROADCASTID was defined in Main.SitePreferences
  • Set BROADCASTMESSAGE = ""
    • BROADCASTMESSAGE was defined in System.DefaultPreferences
  • Set BROWN = "<span class='foswikiBrownFG'>"
    • BROWN was defined in System.DefaultPreferences
  • Set BULLET = "&#8226;"
    • BULLET was defined in System.DefaultPreferences
  • Set CACHEABLE = "off"
    • CACHEABLE was defined in Main.SitePreferences
  • Set CARET = "&#94;"
    • CARET was defined in System.DefaultPreferences
  • Set CHANGEPASSWORDDISABLEDMESSAGE = "%MAKETEXT{"Resetting and setting password is not available."}%"
    • CHANGEPASSWORDDISABLEDMESSAGE was defined in System.DefaultPreferences
  • Set CLEAR = "<span class='foswikiClear'></span>"
    • CLEAR was defined in System.DefaultPreferences
  • Set CURRREV = "5"
  • Set DEFAULTPAGESIZE = "50"
    • DEFAULTPAGESIZE was defined in System.DefaultPreferences
  • Set DENYWEBCHANGE = ""
    • DENYWEBCHANGE was finalised in Development.WebPreferences
  • Set DENYWEBRENAME = ""
    • DENYWEBRENAME was finalised in Development.WebPreferences
  • Set DENYWEBVIEW = ""
    • DENYWEBVIEW was finalised in Development.WebPreferences
  • Set DIFFRENDERSTYLE = "sequential"
    • DIFFRENDERSTYLE was defined in System.DefaultPreferences
  • Set DISABLEDPLUGINS = "EditTablePlugin"
    • DISABLEDPLUGINS was defined in Main.SitePreferences
  • Set DOCWEB = "%SYSTEMWEB%"
    • DOCWEB was finalised in System.DefaultPreferences
  • Set DONTNOTIFYCHECKBOX = ""
    • DONTNOTIFYCHECKBOX was defined in System.DefaultPreferences
  • Set EDITBOXHEIGHT = "22"
    • EDITBOXHEIGHT was defined in System.DefaultPreferences
  • Set EDITBOXSTYLE = "width:99%"
    • EDITBOXSTYLE was defined in System.DefaultPreferences
  • Set EDITBOXWIDTH = "70"
    • EDITBOXWIDTH was defined in System.DefaultPreferences
  • Set EDITTOPIC = "<a href="%EDITURL%" title="Edit Topic - deprecated usage - please see release notes">Edit</a>"
    • EDITTOPIC was defined in System.DefaultPreferences
  • Set EDITURL = "%SCRIPTURLPATH{"edit"}%/%WEB%/%TOPIC%?t=%GMTIME{"$epoch"}%"
    • EDITURL was defined in System.DefaultPreferences
  • Set ENDCOLOR = "</span>"
    • ENDCOLOR was defined in System.DefaultPreferences
  • Set EXPORTEDPREFERENCES = "PUBURL, PUBURLPATH, SCRIPTSUFFIX, SCRIPTURL, SCRIPTURLPATH, SERVERTIME, SKIN, SYSTEMWEB, TOPIC, USERNAME, USERSWEB, WEB, WIKINAME, WIKIUSERNAME, NAMEFILTER"
    • EXPORTEDPREFERENCES was defined in System.DefaultPreferences
  • Set FAVICON = "%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/favicon.ico"
    • FAVICON was defined in System.DefaultPreferences
  • Set FINALPREFERENCES = "NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME"
    • FINALPREFERENCES was defined in Development.WebPreferences
  • Set FORCENEWREVISIONCHECKBOX = ""
    • FORCENEWREVISIONCHECKBOX was defined in System.DefaultPreferences
  • Set FOSWIKI_COLORS_URL = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/colors.css"
    • FOSWIKI_COLORS_URL was defined in Main.SitePreferences
  • Set FOSWIKI_LAYOUT_URL = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/layout.css"
    • FOSWIKI_LAYOUT_URL was defined in Main.SitePreferences
  • Set FOSWIKI_STYLE_URL = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/style.css"
    • FOSWIKI_STYLE_URL was defined in Main.SitePreferences
  • Set FWCOMPRESSED = ".compressed"
    • FWCOMPRESSED was defined in System.DefaultPreferences
  • Set FWSRC = ""
    • FWSRC was defined in System.DefaultPreferences
  • Set FWUNCOMPRESSED = ""
    • FWUNCOMPRESSED was defined in System.DefaultPreferences
  • Set GRAY = "<span class='foswikiGrayFG'>"
    • GRAY was defined in System.DefaultPreferences
  • Set GREEN = "<span class='foswikiGreenFG'>"
    • GREEN was defined in System.DefaultPreferences
  • Set H = "<img src="%ICONURLPATH{help}%" alt="HELP" title="HELP" width="16" height="16" />"
    • H was defined in System.DefaultPreferences
  • Set HTTP_EQUIV_ON_EDIT = ""
    • HTTP_EQUIV_ON_EDIT was defined in System.DefaultPreferences
  • Set HTTP_EQUIV_ON_PREVIEW = ""
    • HTTP_EQUIV_ON_PREVIEW was defined in System.DefaultPreferences
  • Set HTTP_EQUIV_ON_VIEW = "<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="%SCRIPTURLPATH{"view"}%/%WEB%/WebRss" />"
    • HTTP_EQUIV_ON_VIEW was defined in System.DefaultPreferences
  • Set I = "<img src="%ICONURLPATH{tip}%" alt="IDEA!" title="IDEA!" width="16" height="16" />"
    • I was defined in System.DefaultPreferences
  • Set ICONTOPIC = "%SYSTEMWEB%.DocumentGraphics"
    • ICONTOPIC was defined in System.DefaultPreferences
  • Set INCLUDEWARNING = "on"
    • INCLUDEWARNING was defined in System.DefaultPreferences
  • Set INCLUDINGTOPIC = "DebugPreferenceSettings"
  • Set INCLUDINGWEB = "Development"
  • Set INSTALLEDPLUGINS = "The INSTALLEDPLUGINS macro is no longer supported. You can set the Plugins execution order using the [[%SCRIPTURLPATH{"configure"}%][configure]] interface."
    • INSTALLEDPLUGINS was defined in System.DefaultPreferences
  • Set INTERWIKIPLUGIN_RULESTOPIC = "Main.InterWikis"
    • INTERWIKIPLUGIN_RULESTOPIC was defined in Main.SitePreferences
  • Set LIME = "<span class='foswikiLimeFG'>"
    • LIME was defined in System.DefaultPreferences
  • Set LINKTOOLTIPINFO = "off"
    • LINKTOOLTIPINFO was defined in System.DefaultPreferences
  • Set LOOKELSEWHEREWEBS = "Main"
    • LOOKELSEWHEREWEBS was defined in Main.SitePreferences
  • Set M = "<img src="%ICONURLPATH{arrowright}%" alt="MOVED TO..." title="MOVED TO..." width="16" height="16" />"
    • M was defined in System.DefaultPreferences
  • Set MAILTHISTOPIC = "<a href="mailto:?subject=%BASETOPIC%&amp;body=%TOPICURL%">%MAILTHISTOPICTEXT%</a>"
    • MAILTHISTOPIC was defined in System.DefaultPreferences
  • Set MAILTHISTOPICTEXT = "Send a link to this page"
    • MAILTHISTOPICTEXT was defined in System.DefaultPreferences
  • Set MAINWEB = "%USERSWEB%"
    • MAINWEB was defined in System.DefaultPreferences
  • Set MARKEDFORDELETION = "<div class="foswikiNotification foswikiAlert markedfordeletion">This page is marked for deletion. Possible reason: this page does not contribute to the development of Foswiki software. Please note that this site is not an open collaboration platform to work on other projects - use a public wiki instead or [[Download.WebHome][download Foswiki]] for private use. If you just want to test Foswiki, visit the [[Sandbox.WebHome][Sandbox]] web.</div>"
    • MARKEDFORDELETION was defined in Main.SitePreferences
  • Set MAROON = "<span class='foswikiMaroonFG'>"
    • MAROON was defined in System.DefaultPreferences
  • Set MAXREV = "5"
  • Set N = "<img src="%ICONURLPATH{new}%" alt="NEW" title="NEW" width="30" height="16" />"
    • N was defined in System.DefaultPreferences
  • Set NAMEFILTER = "%QUERY{"{NameFilter}"}%"
    • NAMEFILTER was defined in System.DefaultPreferences
  • Set NAVY = "<span class='foswikiNavyFG'>"
    • NAVY was defined in System.DefaultPreferences
  • Set NEWLINKFORMAT = "<a class="foswikiNewLink" href="%SCRIPTURLPATH{"edit"}%/$web/$topic?topicparent=%ENCODE{"%WEB%.%TOPIC%"}%" rel="nofollow" title="%MAKETEXT{"Create this topic"}%">$text</a>"
    • NEWLINKFORMAT was defined in System.DefaultPreferences
  • Set NOAUTOLINK = ""
    • NOAUTOLINK was defined in System.DefaultPreferences
  • Set NOSEARCHALL = ""
    • NOSEARCHALL was finalised in Development.WebPreferences
  • Set OLIVE = "<span class='foswikiOliveFG'>"
    • OLIVE was defined in System.DefaultPreferences
  • Set ORANGE = "<span class='foswikiOrangeFG'>"
    • ORANGE was defined in System.DefaultPreferences
  • Set P = "<img src="%ICONURLPATH{pencil}%" alt="REFACTOR" title="REFACTOR" width="16" height="16" />"
    • P was defined in System.DefaultPreferences
  • Set PATTERNSKIN_COLUMNS = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/column_left.css"
    • PATTERNSKIN_COLUMNS was defined in Main.SitePreferences
  • Set PATTERNSKIN_JQUERY_THEME = "PatternSkinTheme"
    • PATTERNSKIN_JQUERY_THEME was defined in Main.SitePreferences
  • Set PATTERNSKIN_NAVIGATION_TOPIC = "Main.PatternSkinNavigation"
    • PATTERNSKIN_NAVIGATION_TOPIC was defined in Main.SitePreferences
  • Set PATTERNSKIN_THEME = "%PATTERNSKIN_THEME_VARIANT%"
    • PATTERNSKIN_THEME was defined in Main.SitePreferences
  • Set PATTERNSKIN_THEME_VARIANT = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkinTheme/variant_foswiki_noframe.css"
    • PATTERNSKIN_THEME_VARIANT was defined in Main.SitePreferences
  • Set PERSONALINFOADDON_FILECACHE = ""
    • PERSONALINFOADDON_FILECACHE was defined in Main.SitePreferences
  • Set PINK = "<span class='foswikiPinkFG'>"
    • PINK was defined in System.DefaultPreferences
  • Set PREVIEWBGIMAGE = "%PUBURLPATH%/%SYSTEMWEB%/PreviewBackground/preview2bg.gif"
    • PREVIEWBGIMAGE was finalised in System.DefaultPreferences
  • Set PURPLE = "<span class='foswikiPurpleFG'>"
    • PURPLE was defined in System.DefaultPreferences
  • Set Q = "<img src="%ICONURLPATH{question}%" alt="QUESTION?" title="QUESTION?" width="16" height="16" />"
    • Q was defined in System.DefaultPreferences
  • Set RED = "<span class='foswikiRedFG'>"
    • RED was defined in System.DefaultPreferences
  • Set REGISTRATIONGROUPTYPE = "none"
    • REGISTRATIONGROUPTYPE was defined in System.DefaultPreferences
  • Set S = "<img src="%ICONURLPATH{starred}%" alt="PICK" title="PICK" width="16" height="16" />"
    • S was defined in System.DefaultPreferences
  • Set SEARCHDEFAULTTTYPE = "keyword"
    • SEARCHDEFAULTTTYPE was defined in System.DefaultPreferences
  • Set SEARCHSTOPWORDS = "a, all, am, an, and, any, as, at, b, be, by, c, d, e, for, from, g, h, how, i, i'm, i.e., in, is, isn't, it, it's, its, j, k, l, m, n, o, of, on, or, p, q, r, s, t, that, that's, the, this, to, u, v, w, was, wasn't, what, what's, when, where, who, who's, will, with, x, y, z"
    • SEARCHSTOPWORDS was defined in System.DefaultPreferences
  • Set SEARCHVARDEFAULTTYPE = "literal"
    • SEARCHVARDEFAULTTYPE was defined in System.DefaultPreferences
  • Set SHARETHIS = ""
    • SHARETHIS was defined in Main.SitePreferences
  • Set SIGNATUREFORMAT = "-- %WIKIUSERNAME% - %DATE%"
    • SIGNATUREFORMAT was defined in System.DefaultPreferences
  • Set SILVER = "<span class='foswikiSilverFG'>"
    • SILVER was defined in System.DefaultPreferences
  • Set SITEMAPLIST = "on"
    • SITEMAPLIST was defined in Development.WebPreferences
  • Set SITEMAPUSETO = "Discuss development and find supplementary documentation"
    • SITEMAPUSETO was defined in Development.WebPreferences
  • Set SITEMAPWHAT = "Developer discussions and supplementary documentation"
    • SITEMAPWHAT was defined in Development.WebPreferences
  • Set SKIN = "cookieconsent,sidetoggle,fo,natedit,pattern"
    • SKIN was defined in Main.SitePreferences
  • Set SLACKIN_URL = "https://join.slack.com/t/foswiki/shared_invite/zt-1h87u6nht-GSGnbLqhfGt3ZKR9TarG8g"
    • SLACKIN_URL was defined in Main.SitePreferences
  • Set T = "<img src="%ICONURLPATH{tip}%" alt="TIP" title="TIP" width="16" height="16" />"
    • T was defined in System.DefaultPreferences
  • Set TABLEPLUGIN_SORT = "attachments"
    • TABLEPLUGIN_SORT was defined in Main.SitePreferences
  • Set TABLEPLUGIN_TABLEATTRIBUTES = "tableborder="1" valign="top" headercolor="#444444" headerbg="#e0e0e4" headerbgsorted="#c5c5cc" databg="#ffffff,#edf4f9" databgsorted="#f1f7fc,#ddebf6" tablerules="rows""
    • TABLEPLUGIN_TABLEATTRIBUTES was defined in Main.SitePreferences
  • Set TEAL = "<span class='foswikiTealFG'>"
    • TEAL was defined in System.DefaultPreferences
  • Set TOC_HIDE_IF_INCLUDED = ""
    • TOC_HIDE_IF_INCLUDED was defined in System.DefaultPreferences
  • Set TOC_MAX_DEPTH = ""
    • TOC_MAX_DEPTH was defined in System.DefaultPreferences
  • Set TOC_MIN_DEPTH = ""
    • TOC_MIN_DEPTH was defined in System.DefaultPreferences
  • Set TOC_TITLE = ""
    • TOC_TITLE was defined in System.DefaultPreferences
  • Set TOPIC = "Item1523"
  • Set TOPICURL = "%SCRIPTURL{"view"}%/%BASEWEB%/%BASETOPIC%"
    • TOPICURL was defined in System.DefaultPreferences
  • Set TWISTYPLUGIN_TWISTYANIMATIONSPEED = "fast"
    • TWISTYPLUGIN_TWISTYANIMATIONSPEED was defined in System.DefaultPreferences
  • Set U = "<img src="%ICONURLPATH{updated}%" alt="UPDATED" title="UPDATED" width="55" height="16" />"
    • U was defined in System.DefaultPreferences
  • Set USERCOLORSURL = ""
    • USERCOLORSURL was defined in System.DefaultPreferences
  • Set USERLAYOUTURL = ""
    • USERLAYOUTURL was defined in System.DefaultPreferences
  • Set USERSTYLEURL = "%PUBURLPATH{topic="%SYSTEMWEB%.PatternSkinCssCookbookSidebarToggle" "SidebarToggle.css"}% "
    • USERSTYLEURL was defined in Main.SitePreferences
  • Set UXMASCOT = "<img src="%PUBURLPATH%/Community/UserExperienceTaskTeam/designer_avatar.png" style="float:left;"/>"
    • UXMASCOT was defined in Main.SitePreferences
  • Set VBAR = "&#124;"
    • VBAR was defined in System.DefaultPreferences
  • Set VIEW_TEMPLATE = "View"
    • VIEW_TEMPLATE was defined in Development.WebPreferences
  • Set VOTEPLUGIN_RESETTERS = "Main.AdminGroup"
    • VOTEPLUGIN_RESETTERS was finalised in Main.SitePreferences
  • Set WEB = "Tasks"
  • Set WEBBGCOLOR = "#d3f6ff "
    • WEBBGCOLOR was defined in Development.WebPreferences
  • Set WEBCOPYRIGHT = "The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See [[Community.CopyrightStatement][Copyright Statement]]. <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://foswiki.org/pub/System/SiteGraphics/cc-by-sa-3.0-88x31.png" /></a> &emsp;&emsp; [[About.LegalImprint][Legal Imprint]] &emsp;&emsp; [[Community.PrivacyPolicy][Privacy Policy]]"
    • WEBCOPYRIGHT was finalised in Main.SitePreferences
  • Set WEBFORMS = "BasicForm, ChangeProposalForm, UserExperienceProjectForm"
    • WEBFORMS was defined in Development.WebPreferences
  • Set WEBHEADERART = "%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/header5.gif"
    • WEBHEADERART was defined in System.DefaultPreferences
  • Set WEBHEADERBGCOLOR = "#ffffff"
    • WEBHEADERBGCOLOR was defined in System.DefaultPreferences
  • Set WEBLOGOALT = "%WIKILOGOALT%"
    • WEBLOGOALT was defined in System.DefaultPreferences
  • Set WEBLOGOIMG = "%WIKILOGOIMG%"
    • WEBLOGOIMG was defined in System.DefaultPreferences
  • Set WEBLOGOURL = "%WIKILOGOURL%"
    • WEBLOGOURL was defined in System.DefaultPreferences
  • Set WEBRSSCOPYRIGHT = "Copyright %GMTIME{"$year"}% by contributing authors"
    • WEBRSSCOPYRIGHT was defined in System.DefaultPreferences
  • Set WEBSUMMARY = "%IF{"defined SITEMAPWHAT" then="$percentSITEMAPWHAT$percent"}% %IF{"defined SITEMAPUSETO" then="$percentSITEMAPUSETO$percent"}%"
    • WEBSUMMARY was defined in System.DefaultPreferences
  • Set WHITE = "<span class='foswikiWhiteFG'>"
    • WHITE was defined in System.DefaultPreferences
  • Set WIKIHOMEURL = "%SCRIPTURLPATH{"view"}%/"
    • WIKIHOMEURL was finalised in System.DefaultPreferences
  • Set WIKILOGOALT = "Powered by Foswiki, The Free and Open Source Wiki"
    • WIKILOGOALT was defined in System.DefaultPreferences
  • Set WIKILOGOIMG = "%PUBURLPATH%/%SYSTEMWEB%/ProjectLogos/foswiki-logo.png"
    • WIKILOGOIMG was defined in System.DefaultPreferences
  • Set WIKILOGOURL = "%SCRIPTURL{"view"}%/Home/WebHome"
    • WIKILOGOURL was defined in Main.SitePreferences
  • Set WIKITOOLNAME = "Foswiki"
    • WIKITOOLNAME was finalised in Main.SitePreferences
  • Set WIKIWEBLIST = "[[%USERSWEB%.%HOMETOPIC%][%USERSWEB%]] %SEP% [[%SYSTEMWEB%.%HOMETOPIC%][%SYSTEMWEB%]] %SEP% [[%SANDBOXWEB%.%HOMETOPIC%][%SANDBOXWEB%]]"
    • WIKIWEBLIST was defined in System.DefaultPreferences
  • Set X = "<img src="%ICONURLPATH{warning}%" alt="ALERT!" title="ALERT!" width="16" height="16" />"
    • X was defined in System.DefaultPreferences
  • Set Y = "<img src="%ICONURLPATH{choice-yes}%" alt="DONE" title="DONE" width="16" height="16" />"
    • Y was defined in System.DefaultPreferences
  • Set YELLOW = "<span class='foswikiYellowFG'>"
    • YELLOW was defined in System.DefaultPreferences
  • Set _RAW = ""Tasks.Item1523""

-- CrawfordCurrie - 25 Apr 2009

Extend to support multiple preference names.

-- CrawfordCurrie - 27 Apr 2009

Impact

%WHATDOESITAFFECT%

Implementation

This is checked in, but I'm quite happy to revert/modify it as required by the feature proposal process.

-- Contributors: CrawfordCurrie - 25 Apr 2009

Discussion

Good feature and I cannot see any negative effects.

Only thing to review is to make sure there is no security issue with this. I cannot think of one at the moment.

-- KennethLavrsen - 25 Apr 2009

Accepted by 14 day rule

-- KennethLavrsen - 09 May 2009

Implemented in 1.1

-- CrawfordCurrie - 30 Nov 2009
Topic revision: r5 - 05 Dec 2010, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy