| You edit | You see |
|---|---|
Casablanca is Humphrey Bogart's finest film. Of all the gin joints in all the world, you had to walk into mine. | Casablanca is Humphrey Bogart's finest film. Of all the gin joints in all the world, you had to walk into mine. |
| and you start editing this text before going for coffee. Meanwhile, a colleague also starts editng the same topic and changes the text to: | |
The Maltese Falcon is Humphrey Bogart's finest film. Of all the gin joints in all the world, you had to walk into mine. | The Maltese Falcon is Humphrey Bogart's finest film. Of all the gin joints in all the world, you had to walk into mine. |
| When you get back from coffee, you finish your edit, changing the text to | |
To Have or Have Not is Humphrey Bogart's finest film. You know how to whistle, don't you Steve? You just put your lips together and blow. | To Have or Have Not is Humphrey Bogart's finest film. You know how to whistle, don't you Steve? You just put your lips together and blow. |
| and saving it. The topic will now look like this when you display it: | |
<div class="twikiConflict"><b>CONFLICT</b> original 5:</div> Casablanca is <div class="twikiConflict"><b>CONFLICT</b> version 6:</div> The Maltese Falcon is <div class="twikiConflict"><b>CONFLICT</b> version 7:</div> To Have or Have Not is <div class="twikiConflict"><b>CONFLICT</b> end</div> Humphrey Bogart's finest film. You know how to whistle, don't you Steve? You just put your lips together and blow. |
CONFLICT original 5:
Casablanca is
CONFLICT version 6:
The Maltese Falcon is
CONFLICT version 7:
To Have or Have Not is
CONFLICT end
Humphrey Bogart's finest film.
You know how to whistle, don't you Steve?
You just put your lips together and blow.
|
%INCLUDE tags have a predefined set of parameters. In the past, any parameters not in this set were simply ignored. With Dakar, these parameters are now defined as TWikiVariables within the included topic - for example,
%INCLUDE{ "BugList" FAVOURITE="Damsel Flies" }%
will define %FAVOURITE% as Damsel Flies in the included topic, so if BugList contained the line
My favourite bugs are %FAVOURITE%it will be expanded to
My favourite bugs are Damsel Flies
%INCLUDE tag allows to include only a named section of the included topic. These sections are defined in the included topic using the %SECTION% and %ENDSECTION% tags. For example, if the included topic has:
---+ News
---++ IT News
All news related to IT.
%SECTION{"itnews"}%
* 2005-10-02 Final deployment of Dakar
* 2005-10-01 Moving platform to Dakar
%ENDSECTION{"itnews"}%
Using %INCLUDE{ "AllNews" section="itnews" }% will produce:
* 2005-10-02 Final deployment of Dakar * 2005-10-01 Moving platform to DakarThis syntax also allows for nested sections. For example, given the following topic:
%SECTION{"outer"}%
* Top Outer Text
%SECTION{"inner"}%
* Inner Text
%ENDSECTION{"inner"}%
* Top Outer Text
%ENDSECTION{"outer"}%
Using %INCLUDE{"SampleTopic" section="outer"}% will produce:
* Top Outer Text * Inner Text * Top Outer TextAnd
%INCLUDE{"SampleTopic" section="inner"}% will produce:
* Inner TextIn the same line, overlapped sections are allowed.
configure. Other new prerequisites are CPAN:CGI::Session and CPAN:CGI::Cookie, if you want to take advantage of the new session support.
If you want user interface internationalization support, CPAN:Locale::Maketext::Lexicon and CPAN:Encode (on perl 5.8's core) are required, as well as perl 5.8 or higher. See TWiki:Codev.TWikiInternationalization for details on TWiki internationalization support.
LocalLib.cfg that contains local path settings. setlib.cfg contains documentation of what has to be done. Old setlib.cfg files will not work with Dakar.
TWiki.cfg now contains all the default configuration settings, and the installer should provide a file called LocalSite.cfg that contains just those settings that are different to the defaults. The syntax of the settings in the file has also changed. Old TWiki.cfg files will not work with Dakar. The UpgradeTWiki script can be used to automate most of the necessary changes.
testenv / configure testenv has been removed, and replaced with the new configure interface. This interface performs all the checking functions of the old testenv, adds several new ones (including permissions checks) and also acts as a browser interface allowing you to do all TWiki configuration from the browser. configure is now the main installation interface for TWiki.
The configure script can be used like the old testenv for public review of the configuration of the site. Saving from the interface is password-protected, using a password set in the configuration files, so to ordinary users configure just looks like a posh version of testenv. If you want to hide your configuration from public view, you can restrict access to the script webserver access controls (Apache users see the Apache documentation on the 'require' directive for more infomation on how to do this).
configure optional features configure.
FAVICON favicon.ico is a small graphic that can appear in a variety of places in the browser: the titlebar, the taskbar, the address bar, bookmarks/favourites, and tabs. Each web browser has a unique user interface, and as a result uses the Favicon in different ways. Most browsers display it in most of the locations listed.
Out of the box, TWiki is configured to easily customise the favicon.ico for each web. To switch to a new favicon.ico, upload it to the desired web's WebPreferences.
* Set FAVICON = %PUBURL%/%WEB%/WebPreferences/favicon.ico
To provide a single, site-wide favicon.ico, hardcode a specific web, for example:
* Set FAVICON = %PUBURL%/%TWIKIWEB%/WebPreferences/favicon.ico
FORCENEWREVISIONCHECKBOX $editLockTime=in =lib/TWiki.cfg, now {ReplaceIfEditedAgainWithin}), TWiki will fold together your changes. This is often the "right thing to do", as it can reduce the visual clutter of diffs.
The "Force New Revision" checkbox is a way to force it to create a separate revision each time you save.
The TWiki.TWikiPreferences variable FORCENEWREVISIONCHECKBOX controls whether this is checked by default or not.
On a related note, you can force every save to be a new revision number by editing lib/TWiki.cfg and setting {ReplaceIfEditedAgainWithin} to 0.
NOTE: Although this feature is being introduced in this release, it is also being deprecated at the same time. TWiki:Codev.EdinburghRelease is planned to provide the ability to elide revisions at the GUI level, rather than the Store level, thus obviating the need for this stopgap measure.
WEBLOGONAME, WEBLOGOIMG, WEBLOGOURL, WEBLOGOALT logo.png to a web's WebPreferences, and it will appear in the top-left corner.
To change the logo's filename, set the WEBLOGONAME variable. You'll especially need to do this if you use .jpg or .gif for the logo file format:
* Set WEBLOGONAME = MyLogo.jpg
RSS feeds have also been enhanced to use the web-specific logo.
If you don't want to have custom logos on a per-web basic, but instead want to use a single, site-wide logo, hardcode a specific web in the WEBLOGOURL variable. For example:
* Set WEBLOGOURL = %PUBURL%/%MAINWEB%/WebPreferences/logo.png
WIKILOGOIMG, WIKILOGOURL, WIKILOGOALT WIKITOOLNAME. If you change WIKITOOLNAME, you'll probably want to change these variables, too. WIKILOGOIMG, WIKILOGOURL, WIKILOGOALT, and WIKITOOLNAME are now used more consistently together.
FINALPREFERENCES setting prevents particular preference settings from being over-ridden at a lower level. The hierarchy of how FINALPREFERENCES settings are applied has been clarified/formalized as reflected in the following chart:
| Level | Set By | Local site examples |
|---|---|---|
| default site | TWiki.TWikiPreferences or %WIKIPREFSTOPIC% | TWikiPreferences |
| local site | %MAINWEB%.TWikiPreferences or %LOCALSITEPREFS% | TWikiPreferences |
| web | WebPreferences | WebPreferences |
| user | In one's user topic | TWikiGuest |
| topic | "Edit topic preferences settings" under "More topic actions" | DakarReleaseNotes |
FINALPREFERENCES are set in %MAINWEB%.TWikiPreferences so as not to conflict with preference settings in that topic.
mod_perl support improvements @INC path in mod_perl, that mainly impacts plugins that lazy-load modules. You should use the PerlSetEnv directive that mod_perl provides to make sure that your TWiki lib directory is permanently on the path, if you are using mod_perl.
configure. To enable and disable plugins, use the configure interface. The entire @INC path is searched for plugins, so you can easily point at plugins outside the installation. However only the first instance of a plugin on the @INC path will be found (it is a path, after all).
%INSTALLEDPLUGINS% and %DISABLEDPLUGINS% are no longer supported in TWikiPreferences. If you have set %INSTALLEDPLUGINS% in TWikiPreferences, you need to move that setting into the {PluginsOrder} configuration key, using the configure interface. To disable plugins, uncheck them in the configure interface, and save the changes.
configure interface. There are some incompatibilities with TWiki::Plugins.SessionPlugin, with resepect to the in-line variables. See TWikiUserAuthentication in the release for full details of how authentication works now. TWiki also now supports the concept of pluggable password managers, making the integration of corporate authentication services much simpler.
rel='nofollow' feature on links, which is honoured by the major search engines, to prevent spammers from gaining any ranking benefit from vandalising your site. See the Anti-spam measures section in configure for full details.
templates/view.pattern.tmpl template is rearranged to show the form on the top LHS, any pictures on the top RHS (uses TWiki:Plugins.ImageGalleryPlugin if installed), and any fields not in the form (e.g. comment) in the content in the topic.
mailnotify script has been retired in favour of the MailerContrib? . The main difference you will see is that the script you call to generate change notifications has changed from mailnotify to mailnotifier. See MailerContrib? for information about functional changes.
HomeTopicName) will be considered to be webs. This may result in directories that used to return search matches no longer doing so.
{AllowInlineScript} setting in the Security section of configure.
regex type searches, you can use =(%<nop%_G_
|%0A)= to match encoded newlines in field data in both old and new format topics, (%_Q_%|%22) to match quotes, and (%_P_%|25) for percent signs.
{AllowInlineScript} in configure to see if it is allowed on your site. If not, script sections will simply disappear from topics.
ALL_VARIABLES %ALL_VARIABLES% in a topic to get a dump of all variables set in that context. Invaluable for debugging those tricksy TWikiApplications!
IF %IF()% variable defines simple conditional statements that are evaluated at view time. This allows you to include content conditionally based on environmental factors. See ViewDEVELOP? :TWiki.IfStatements for more information on usage.
$count(reg-exp) variable in FormattedSearch %WEB% variables; only standalone %WEB% text that potentially could be turned into a link (because of a WikiWord) needs to be escaped. Same for %MAINWEB% and %TWIKIWEB%.
Examples:
%WEB% -- needs to be escaped with <nop>%WEB%
(%WEB%) -- needs to be escaped because of parenthesis
"%WEB%" -- no need to escape, does not get linked
<b>%WEB%</b> -- no need to escape, does not get linked
%WEB%.%TOPIC% -- no need, is a Web.TopicName
(%WEB%.%TOPIC%) -- no need, is a Web.TopicName
%WEB% in a %SEARCH% should not be escaped.
http://localhost/CLEAN/bin/view/TWiki/DakarReleaseNotes?make=Reliant&model=Robin, the query string is ?make=Reliant;model=Robin (yes, the semicolon is correct!)
TWiki::Func API and call core functions directly are unlikely to work.
The restructuring of the code internals is such that there are no 1:1 equivalents for the old core functions. Only the TWiki::Func API is guaranteed to work.
You should convert your plugins to call the TWiki::Func API. If you have called unpublished functions that have no equivalent in TWiki::Func, then you may still be able to call the function via the TWiki "session" object, $TWiki::Plugins::SESSION. See the implementation of the TWiki::Func module for ideas on how to do this. However calling internals is not recommended, even using this new mechanism, as they are liable to change without prior notice.
TWiki::Func API has been extended to expose a number of new core functions. Review TWikiFuncDotPm for details.
TWiki::Meta API, which was previously for internal core use only, has now been exposed and may be used in plugins. See TWikiMetaDotPm for full details.
| TWiki:Plugins.ControlsPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.GpgkeyPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.IrcLogPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.NavbarPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.NewsPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.NotificationPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.ProtocolTlaPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.QuickCalendarPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SlashFilenamePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SuggestLinksPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SyntaxHighlightingPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TranslateTagPlugin | Tested by TWiki:Main.CrawfordCurrie. |
initPlugin | TWiki:Plugins.BarcodePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.ContributorsPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.DirectedGraphWebMapPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.DiskUsagePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EFetchPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EmbedBibPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.ExifMetaDataPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.FakeBasicAuthRegPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.FileListPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.FormFieldListPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.GenerateSearchPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.LoginNameAliasesPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.MailReminderPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.MathModePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.NavPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.PatentLinkPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.PhotoarchivePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.QuickSearchPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.RevisionLinkPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SearchToTablePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SourceHighlightPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.ToolTipPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TouchGraphPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TWikiDrawSvgPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.AddDBMGroupPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.DatabasePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.LDAPPasswordChangerPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.LdapPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.MovableTypePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.MultiEditPlugin | Relies on EditContrib? |
| TWiki:Plugins.SablotronPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SectionalEditPlugin | Relies on EditContrib? |
| TWiki:Plugins.ThreadedDiscussionPlugin | Relies on EditContrib? |
| TWiki:Plugins.BatchUploadPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.CompareRevisionsAddOn | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EditInTablePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EmbedTopicPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EncryptedPagesPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.IncludeIndexPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.IncludeRevisionPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.PeerPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.RecursiveRenderPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.RevCommentPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TodaysVisitorsPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TopicReadersPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TWikiReleaseTrackerPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.UpdateInfoPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.WeatherPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.WebDAVPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.AdvertsPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.BugzillaLinkPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.BugzillaQueryPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.ChartPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.CounterPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.DoxygenPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EmbedFlashPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EmbedPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EmbedQTPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.FormFieldsPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.FormQueryPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.HistoryPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.LaTeXToMathMLPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.MsOfficeAttachmentsAsHTMLPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.PhantomPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TigerSkinPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.VarCachePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.ActionTrackerPlugin | Tested by TWiki:Main.CrawfordCurrie. 2.023 required |
| TWiki:Plugins.AgentPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.AliasPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.BeautifierPlugin | Cairo version seems to work |
| TWiki:Plugins.BibliographyPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.BuildContrib | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.CalendarPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.CommentPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.ConditionalPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.DateFieldPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.DateTimePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.DefaultPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EditTablePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EmbedPDFPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.EmptyPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.ExplicitNumberingPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.FilterPlugin | Tested by TWiki:Main.MichaelDaum |
| TWiki:Plugins.FindElsewherePlugin | Tested by TWiki:Main.CrawfordCurrie |
| TWiki:Plugins.GaugePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.GetAWebAddOn | Cairo version works |
| TWiki:Plugins.GluePlugin | Tested by TWiki:Main.MichaelDaum. |
| TWiki:Plugins.GuidPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.HeadlinesPlugin | Updated to support Cairo + Dakar |
| TWiki:Plugins.HolidaylistPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.ImageGalleryPlugin | Tested by TWiki:Main.MichaelDaum. |
| TWiki:Plugins.InterwikiPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.JSCalendarContrib | Tested by TWiki:Main.CrawfordCurrie |
| TWiki:Plugins.LinkOptionsPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.LocalCityTimePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.LocalTimePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.MacrosPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.MailerContrib | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.MailInContrib | Tested by TWiki:Main.CrawfordCurrie |
| TWiki:Plugins.NatSkinPlugin | Tested by TWiki:Main.MichaelDaum |
| TWiki:Plugins.PerlDocPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.PreferencesPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.PseudoXmlPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.PublishAddOn | Tested by TWiki:Main.CrawfordCurrie.Version 1.302 required |
| TWiki:Plugins.RandomQuotePlugin | Tested by TWiki:Main.RafaelAlvarez |
| TWiki:Plugins.RandomTopicPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.RedDotPlugin | Tested by TWiki:Main.MichaelDaum |
| TWiki:Plugins.RenderListPlugin | Tested by TWiki:Main.CrawfordCurrie |
| TWiki:Plugins.RevRecoverPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SingletonWikiWordPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SlideShowPlugin | Tested by TWiki:Main.CrawfordCurrie |
| TWiki:Plugins.SmiliesPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SpacedWikiWordPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SpreadSheetPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.SvgPlugin | Tested by TWiki:Main.AntonioTerceiro. |
| TWiki:Plugins.TablePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TocPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TopicTranslationsPlugin | Tested by TWiki:Main.AntonioTerceiro. |
| TWiki:Plugins.TreePlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TWikiDrawPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.TypographyPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.UserInfoPlugin | Tested by TWiki:Main.AntonAylward |
| TWiki:Plugins.VersionLinkPlugin | Tested by TWiki:Main.CrawfordCurrie. |
| TWiki:Plugins.VotePlugin | Tested by TWiki:Main.MichaelDaum. |
| TWiki:Plugins.WysiwygPlugin | Tested by TWiki:Main.CrawfordCurrie |
| TWiki:Plugins.XpTrackerPlugin | Tested by TWiki:Main.RafaelAlvarez |
| TWiki:Plugins.AlbumOfSnapsPlugin | |
| TWiki:Plugins.ApprovalPlugin | |
| TWiki:Plugins.BlackListPlugin | |
| TWiki:Plugins.ChildTopicTemplatePlugin | |
| TWiki:Plugins.DirectedGraphPlugin | |
| TWiki:Plugins.EditContrib | Needs to be updated, as some functionality has been moved into core. |
| TWiki:Plugins.EditTablerowPlugin | |
| TWiki:Plugins.FlowchartPlugin | |
| TWiki:Plugins.FormPivotPlugin | |
| TWiki:Plugins.GenPDFAddOn | |
| TWiki:Plugins.GlobalReplacePlugin | |
| TWiki:Plugins.HiddenTextPlugin | |
| TWiki:Plugins.MessageBoardPlugin | |
| TWiki:Plugins.MrdIdPlugin | |
| TWiki:Plugins.MultiLangPlugin | |
| TWiki:Plugins.NetgrepPlugin | |
| TWiki:Plugins.PhotonSkin | |
| TWiki:Plugins.PollPlugin | |
| TWiki:Plugins.PowerEditPlugin | |
| TWiki:Plugins.ProjectPlannerPlugin | |
| TWiki:Plugins.RedirectPlugin | |
| TWiki:Plugins.RollupPlugin | |
| TWiki:Plugins.SecurityPlugin | |
| TWiki:Plugins.SnmpCommandPlugin | |
| TWiki:Plugins.SpellCheckAddOn | |
| TWiki:Plugins.StylePlugin | |
| TWiki:Plugins.TextSectionPlugin | comparable to TwistyPlugin? ? |
| TWiki:Plugins.TopicVarsPlugin | |
| TWiki:Plugins.XmlQueryPlugin | |
| TWiki:Plugins.XmlXslPlugin |