Completed Features
Completed, implemented, undocumented features. As soon as the developer written and posted the initial docs to the
TWiki web, or decided to let the DocLand crew create the original docs, Add
DocsToDo to
OutstandingIssues for final editing & proofing.
Search for
FeatureRequests that are
MergedToCore:
Completed, implemented, undocumented features. As soon as the developer written and posted the initial docs to the
TWiki web, or decided to let the DocLand crew create the original docs,
TopicClassification is changed to
DocsToDo, for final editing & proofing.
TWiki syndicates WebChanges of some webs using RSS. Use the following URLs: Web: Topic: RSS Syndication: Main WebRss /view/Main/WebRss TWiki ...
The more I analyse performance the more I run into TWiki::Render::getRenderedVersion as being a major critical section of TWiki code and huge performance hog. Specifically ...
In LocationLocationLocation patch I actualised the Dispatcher pattern that already existed in nascent form in TWikiDotPm. The changes to do this are inextricably enmeshed ...
Implemented: Formatted Search with $parent token The FormattedSearch supports now a $parent and $parent(20) token that shows the parent topic. Example: (works ...
TWikiAuthenticationMethods Migrated from CommonFrontEndCgiScript: I'd like to investigate various methods that could be integrated into TWiki as a plugin or TWikiService ...
Attached is a simple script that will output dynamic function coverage, when combined with d:Dprof To use this script: 1 Take a copy of the 'view' script; call ...
This capability is provided by MailPageAddOn. It's tough to wean people off using email and onto TWiki so what I'd like is a feature that lets me create or update ...
It is possible to escape WikiWord links by prepending a nop tag. Sometimes it makes sense to disable automatic linking of WikiWords for some parts of the text ...
Implemented: Limit size of attached files TWiki supports now a size limit for attached files. The limit can be set in a ATTACHFILESIZELIMIT TWikiPreferences variable ...
Encode URLs with UTF 8 This page addresses UTF 8 support for URLs only. The overall plan for UTF 8 support for TWiki is described in ProposedUTF8SupportForI18N. ...
Implemented: New REVINFO revision variable for templates The current %REVINFO% variable that is used in view.tmpl is already formatted in a way that is not always ...
Alternate Plugin Management (Refactored from PluginsInstaller) Does community have interest in this very different approach? Each plugin is in a tree of its own ...
Idea: How about introducing smilies variables? Here is what the Ultimate Bulletin Board ( Infopop Corporation at http://www.ultimatebb.com/ ) is using. From their ...
Implemented: Topic Create Date and User in Formatted Search Add new variables to the FormattedSearch: $createdate Time stamp of topic revision 1.1 $createusername ...
Search Topic Name AND Topic Text %SEARCH{}% has a new topic parameter. Specification, documented in TWikiVariables: Parameter: Description: Default ...
Here's a usability suggestion, partly inspired by the excellent KoalaSkin why not put a summary of the key TextFormattingRules right in the Edit page? This is used ...
Formatted Search with Separator Parameter A new separator parameter has been added to %SEARCH{}% . Spec: Parameter: Description: Default: separator ...
Implemented: Flag for edit script to avoid overwrite of existing topic text and form data This pages describes a workaround for accidential overwriting of Form data ...
Implemented: Exclude Topics from Search %SEARCH{}% has a new excludetopic parameter. Specification, as documented in TWikiVariables: Parameter: Description ...
I suspect a lot of people are put off downloading and testing the TWikiAlphaRelease by the requirement to use CVS. I know I was before joining the CoreTeam, even ...
I recently implemented a layer that supports using TWiki webs as a generic ish database. I include here the full text of the documentation for your amusement. Please ...
TWiki can be Beautiful with good CSS style and the better it looks the more popularity it will gain. Here are some SkinPackages that are based on CSS: PatternSkin ...
When the new TWikiForms system was written I had in mind that using it for editing settings should fall out fairly easily. I've now started to really see what's involved ...
Implemented: New title parameter for TOC variable Documentation in TWikiVariables, changed content indicated in red: %TOC{"SomeTopic" ...}% Table of Contents ...
It would be really handy if there were a display of the TWiki's idea of current time somewhere in the topic locked template. I haven't seen anything like a %GMTIME ...
This started in Support.WebNameAsWikiName . The current spec is that the Web name cannot be a WikiName, only UPPER or UPPERlower . The spec can be relaxed to ...
Problem I'm sometimes editing long documents. Until I'm pleased with my changes I do quite some preview and back actions. Everytime I go back I have to find ...
In releases prior to DakarRelease, TWiki.ResetPassword requires human intervention. MartinCleaver implemented a RegisterCgiScriptRewrite that automates password ...
DeleteMe petition: please keep this page for historical reasons DanielKabs 14 Apr 2005 Features are implemented (SearchScopeForTopicAndText, KeywordSearchWithImplicitAnd ...
I frequently hear the feedback that editing in TWikiML is too hard, especially for newcomers. There has been progress towards solving this problem, discussed extensively ...
Feature completed, committed to documentation: .ManagingTopics see also TopicGarbageCollection
Proposed: New Function to Extract all Parameters The functionality of the current parameter parser TWiki::Func::extractNameValuePair() is insufficient to discover ...
It would be very useful if the TWiki view script accepts both Web/Topic pairs separated by dot and by slash like it is now (this is not the same GoToShouldAllowWebToBeSpecified ...
Add qualification to bug report To order bug reports by severity we need a qualification dropdown for bug reports. For example: visual, major, etc. ArthurClemens ...
I'd like to see a table editor that allows the user to edit tables using forms instead of editing with vertical bars. Perhaps this isn't quite WikiNature, but It ...
I am just trying to get all the Wiki features working on my 'Pure' WinNT port, using VSS ect and realised that having a series of unit test would ensure that I got ...
Avoid Consecutive Revisions by Same User TWikiHistory has this: 09 Feb 1999 TWiki:Main.PeterThoeny No new topic revision is created if the same person ...
Note: JSCalendar is already shipped as a contrib JSCalendarContrib We use a lot of dates in our intranet, so we depend on correct date formats in formfields. To ensure ...
Now we have a mix of .txt and .txt,v files in the same directory of TWiki. For backup purposes, it will be fine to separate them. In this case I can just add a symbolic ...
Occassionaly the need to view the raw text of a topic (as seen in edit box) has been mentioned. With the advent of MetaDataDefinition usage, I've found even more ...
This started in WikiNamesWithUmlauts. There are no upper/lowercase characters for Kanji, there is only one case and all words in a sentence are sticked together. That ...
With this patch each topic can have its own template. wiki::readTemplate() has been modified to search for the following templates (in this order): 1 $templateDir ...
Schwartzian Transform Misused I've been reviewing the code in the Search.pm module and I have a comment regarding the use of the Schwartzian Transform for sorting ...
Problem In topic WikiNotation, PeterThoeny states that a WikiName is a sequence of: Capital letter(s) Small letter(s) Capital letter(s) Optional ...
Has anyone thought about or got a patch that makes the registration form use the TWikiForms mechanism? It seems silly to collect things on a plain text page nowadays ...
The request: Reverse the order of the items in the title element in the html head section of each page. Rationale Why this is a good idea: I have fallen ...
See also CgiScripts In the early versions of TWiki, the core functionality was held in these CGI scripts, hence TWiki was considered a FatClient. I and others propose ...
TWiki currently fails silently if an INCLUDEd topic does not exist. This is appropriate in many cases. In some cases it makes sense to have a visual warning if an ...
In my project WebTeach I would like to offer users the choice of the language in which pages are displayed. This affects the selection of the right template and ...
Here's a simple patch to the March beta that enables a simpler syntax for external links: http://twiki.org/ TWiki home . Having used the standard external ...
Implemented: New TWiki::Func::formatTime Function to Format Time into a String formatTime( $time, $format, $timezone ) $text Description: Format ...
Implemented: New TWiki::Func::extractParameters Function to extract all parameters from a variable string extractParameters( $attr ) %params Description: ...
Implemented: New TWiki::Func::getRegularExpression Function to get Predefined Regular Expressions getRegularExpression( $regexName ) $pattern Description: ...
Implemented: New TWiki::Func Functions to get Plugin Preferences Two new functions are available in FuncDotPm: getPluginPreferencesValue( $key ) $value Description ...
Implemented: Render form field for edit Plugin handler New Plugin callback: renderFormFieldForEditHandler ( $name, $type, $size, $value, $attributes, $possibleValues ...
Small enhancement for the log entries: The save log entry has now a dontNotify flag in the extra field in case the user checked the minor changes flag. Example ...
Implemented: added CssClassNames to Diff output this is documented in CssClassNames. RDiff colours are hardwired into rdiff The background colours for the "deleted ...
Realized improvements of BetterMore The table in BetterMore has been split up. This part lists the features that have been realized for CairoRelease: Feature ...
Unless I've missed it, there's currently no way to handle the ROWSPAN attribute for WikiTableSyntax. Basically, how would you construct a table such as : ...
The WebHome web at TWiki.org has now over 7500 topics. Bash reports Argument list too long for the fgrep and egrep search. This renders Main.WebIndex , Main ...
Implemented: Setting Parent Topic to None Summary: New feature in the More screen to set the topic parent to none, e.g. to remove the current topic parent When ...
A small enhancement for %URLPARAM{}% : It supports now a newline "..." argument, e.g. %URLPARAM{ "description" newline " br / " }% This is useful if you have ...
See MetaDataRendering (when it appears). Various meta data can be stored in topics MetaDataDefinition This is rendered using the %META% variable. This is mostly ...
Improved Outline Support in TWiki I felt that TWiki could use better outline support rather than simple bullet numbered list support. To that end I've slightly ...
TWiki Webcolors Now that PatternSkin is ready for release, I would like to have a look at the colors TWiki.org is using. Some webcolors are pretty rough (Plugins and ...
It'd be cool to be able to specify the LINK ALINK and VLINK colors for a given topic and/or TWiki web. PaulReiber 26 Mar 2001 Just add the corresponding variables ...