| | |
|
< < | Appendix D: TWiki Development Timeline |
> > | Appendix A: TWiki Development Timeline |
| | |
|
> > |
TWiki Release 4.0.0 (Dakar), 01 Feb 2006
Major New Features
- Much simpler install and configuration
- Integrated session support
- Webserver-independent login/logout
- Security sandbox blocking exploits for remote command execution on the server
- Edit conflict resolution with automatic merge
- Multilingual UI
- E-mail confirmations for registration
- WYSIWYG editor (beta)
- Hierarchical sub-webs (beta)
Many, many people worked on TWiki-4.0.0. The credits in the table below only list the people who worked on individual enhancements. If you find an omission please fix it at TWiki:TWiki.TWikiHistory. There were many other contributors; for a full list, visit TWiki Contributor.
Most of the redesign, refactoring and new documentation work in Dakar release was done by Crawford Currie. Michael Sparks provided ideas and proof of concept for several improvements. Other people who gave large amounts of their time and patience to less sexy aspects of the work, such as testing, infrastructure and documentation, are AntonAylward, KennethLavrsen, LynnwoodBrown, MichaelDaum, Peter Thoeny, Sven Dowideit, WillNorris.
| Installation & configuration |
Contributor |
| Much simpler install and configuration |
Crawford Currie, LynnwoodBrown, ArthurClemens |
mod_perl safe code for better performance |
Crawford Currie |
| Security |
| Security sandbox blocking exploits for remote command execution on the server |
Florian Weimer, Crawford Currie, Sven Dowideit |
| Reworked access permission model |
Crawford Currie |
| Internationalization & localization |
| User Interface Internationalisation |
AntonioTerceiro |
| Chinese translation |
CheDong |
| Danish translation |
SteffenPoulsen |
| Dutch translation |
ArthurClemens |
| French translation |
BenVoui |
| German translation |
AndreUlrich |
| Portuguese translation |
AntonioTerceiro, CarlinhosCecconi |
| Spanish translation |
WillNorris, MiguelABayona |
| New features for users |
| Edit conflict resolution with automatic merge |
Crawford Currie |
| Fine grained change notification on page level and parent/child relationship |
Crawford Currie |
| WYSIWYG editor |
Crawford Currie, ColasNahaboo, DamienMandrioli, RomainRaugi |
| Integrated session support |
GregAbbas, Crawford Currie |
| Webserver-independent login/logout |
Crawford Currie |
| Registration process with e-mail confirmation |
MartinCleaver |
| Tip of the Day box in TWiki Home |
PaulineCheung, Peter Thoeny, AntonAylward |
| ATOM feeds |
Peter Thoeny |
| "Force New Revision" check box for topic save |
WillNorris |
| New features for TWiki administrators and wiki application developers |
| Improved preferences handling |
ThomasWeigert, Crawford Currie |
| Named include sections |
RafaelAlvarez |
| Create topic names with consecutive numbers |
Sven Dowideit |
| Parameterized includes |
Crawford Currie |
| Dynamic form option definitions of TWiki Forms with Formatted Search |
MartinCleaver |
SEARCH enhancements with new parameters excludeweb, newline, noempty, nofinalnewline, nonoise, recurse, zeroresults |
Crawford Currie, ArthurClemens, Peter Thoeny, ThomasWeigert |
Formatted Search enhancements with $changes, $count, $formfield(name, 30, ...), $summary(expandvar), $summary(noheaders), $summary(showvarnames) |
ColasNahaboo, Crawford Currie, Peter Thoeny, Sven Dowideit |
| New TWiki Variables ACTIVATEDPLUGINS, ALLVARIABLES, AUTHREALM, EMAILS, FAILEDPLUGINS, HTTP, HTTPS, ICONURL, ICONURLPATH, IF, LANGUAGES, LOCALSITEPREFS, LOGIN, LOGOUT, MAKETEXT, META, PLUGINDESCRIPTIONS, QUERYSTRING, STARTSECTION/ENDSECTION, SESSION_VARIABLE, SESSIONID, SESSIONVAR, SPACEOUT, USERLANGUAGE, WIKIHOMEURL |
ArthurClemens, AntonioTerceiro, Crawford Currie, GregAbbas, Peter Thoeny, Sven Dowideit, WillNorris and many more |
| TWiki form with hidden type and other form enhancements |
LynnwoodBrown, ThomasWeigert |
| Support topic-specific templates for TWiki applications |
ThomasWeigert |
| Direct save feature for one-click template-based topic creation |
LynnwoodBrown, Crawford Currie, ThomasWeigert |
| Automatic Attachments showing all files in the attachment directory |
MartinCleaver |
| Rename, move or delete webs |
PeterNixon |
| Hierarchical subwebs (beta) |
PeterNixon |
| New features for Plugin developers |
| REST (representational state transfer) interface for Plugins |
RafaelAlvarez, TWiki:Main.MartinCleaver, Sven Dowideit |
| New and improved Plugins APIs |
Crawford Currie, ThomasWeigert |
| Improvements in the TWiki engine room |
| Major OO redesign and refactoring of codebase |
Crawford Currie |
| Automatic build system |
Crawford Currie |
| Extensive test suite, unit tests and testcases |
Crawford Currie |
| TWiki:Codev.DevelopBranch , DEVELOP branch Bugs system |
Sven Dowideit |
| Documentation, logo artwork, skins: |
| Documentation |
Crawford Currie, LynnwoodBrown, Peter Thoeny, Sven Dowideit and others |
| Design of TWiki Logos with big "T" in a speech bubble |
ArthurClemens, Peter Thoeny |
| Improved templates and Pattern Skin |
ArthurClemens |
See more details at TWiki Release Notes 04x 00x 00?
|
| | 01-Sep-2004 Release (Cairo)
Major New Features |
| |
- Many improvements to SEARCH
- Improved support for internationalisation
- Better topic management screens
|
|
< < |
- More pre-installed Plugins: CommentPlugin, EditTablePlugin, RenderListPlugin, SlideShowPlugin, SmiliesPlugin, SpreadSheetPlugin, TablePlugin
|
> > | |
| |
- Improved Plugins API and more Plugin callbacks
- Better support for different authentication methods
- Many user interface and usability improvements
|
| |
|
|
< < |
|
> > |
|
| |
|
| |
|
|
> > | |
| | 01-Feb-2003 Release (Beijing)
|
|
< < |
-
- Enhanced Plugin API to manipulate topic data with new functions in TWiki Func Module? :
readTopicText, saveTopicText, setTopicEditLock, checkTopicEditLock
|
> > |
-
- Enhanced Plugin API to manipulate topic data with new functions in Func.pm:
readTopicText, saveTopicText, setTopicEditLock, checkTopicEditLock
|
| | |
| | |
|
> > | |
| | 01-Dec-2001 Release (Athens)
|
| | 01-Dec-2000 Release
|
|
< < |
-
- Flag
$doHidePasswdInRegistration in wikicfg.pm to hide plain text password in registration email.
|
> > |
-
- Flag
$doHidePasswdInRegistration in wikicfg.pm to hide plain text password in registration e-mail.
|
| | |
|
< < |
-
- New variable
%VAR{"NAME" web="Web"}% to get web specific preferences. More in TWiki Variables.
|
> > |
-
- New variable
%VAR{"NAME" web="Web"}% to get web-specific preferences. More in TWiki Variables.
|
| | |
| |
- 29 Jan 2000 - TWiki:Main.PeterThoeny
- Fixed bug where TWiki would not initialize correctly under certain circumstances, i.e. when running it under mod_perl. Sub
initialize in wiki.pm did not handle $thePathInfo correctly.
- 24 Jan 2000 - TWiki:Main.PeterThoeny
|
|
< < | |
> > | |
| | |
|
< < |
-
- Limit the number of revisions shown at the bottom of the topic. Example
Topic TWikiHistory . { ..... Diffs r1.10 > r1.9 > r1.8 > r1.7 >... } Additional revisions can be selected by pressing the >... link.
|
> > |
-
- Limit the number of revisions shown at the bottom of the topic. Example
Topic TWikiHistory . { ..... Diffs r1.10 > r1.9 > r1.8 > r1.7 >... } Additional revisions can be selected by pressing the >... link.
|
| |
01-Sep-1999 Release |
| | |
|
< < |
-
- New variables
%WIKIHOMEURL% (link when pressing the icon on the upper left corner) and %WIKITOOLNAME% (the name of the wiki tool =Nevada Revealed = ).
|
> > |
-
- New variables
%WIKIHOMEURL% (link when pressing the icon on the upper left corner) and %WIKITOOLNAME% (the name of the wiki tool =Nevada Revealed = ).
|
| |
- 15 Apr 1999 - TWiki:Main.PeterThoeny
- Topic locking Warn user if a topic has been edited by an other person within one hour. This is to prevent contention, e.g. simultaneous topic updates.
- 26 Mar 1999 - TWiki:Main.PeterThoeny
|
| | |
|
< < |
-
- Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the
Diffs link at the bottom of each topic, e.g. Topic TWikiHistory . { Edit Ref-By Diffs r1.3 > r1.2 > r1.1 } Revision r1.3 1998/11/10 01:34 by PeterThoeny
|
> > |
-
- Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the
Diffs link at the bottom of each topic, e.g. Topic TWikiHistory . { Edit Ref-By Diffs r1.3 > r1.2 > r1.1 } Revision r1.3 1998/11/10 01:34 by PeterThoeny
|
| |
- 04 Jan 1999 - TWiki:Main.PeterThoeny
- Fixed bug when viewing differences between topic revisions that include HTML table tags like <table>, <tr>, <td>.
|
| |
- 18 Nov 1998 - TWiki:Main.PeterThoeny
- Internal log of topic save actions to the file
data/logYYYYMM.txt, where YYYYMM the year and month in numeric format is. Intended for auditing only, not accessible from the web.
- 10 Nov 1998 - TWiki:Main.PeterThoeny
|
|
< < |
-
- The email notification and the Changes topic have now a topic date that is linked. Clicking on the link will show the difference between the two most recent topic revisions.
|
> > |
-
- The e-mail notification and the Changes topic have now a topic date that is linked. Clicking on the link will show the difference between the two most recent topic revisions.
|
| | |
|
< < |
-
- View differences between topic revisions. Each topic has a list of revisions (e.g.
r1.3) and differences thereof (e.g. >) at the bottom Topic TWikiHistory . { Edit Ref-By r1.3 > r1.2 > r1.1 } Revision r1.3 1998/11/10 01:34 by TWiki:Main.PeterThoeny
|
> > |
-
- View differences between topic revisions. Each topic has a list of revisions (e.g.
r1.3) and differences thereof (e.g. >) at the bottom Topic TWikiHistory . { Edit Ref-By r1.3 > r1.2 > r1.1 } Revision r1.3 1998/11/10 01:34 by TWiki:Main.PeterThoeny
|
| | |
|
< < |
-
- Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g.
Topic TWikiHistory . { Edit Ref-By r1.3 r1.2 r1.1 } Revision r1.3 1998/10/26 01:34:00 by TWiki:Main.PeterThoeny
|
> > |
-
- Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g.
Topic TWikiHistory . { Edit Ref-By r1.3 r1.2 r1.1 } Revision r1.3 1998/10/26 01:34:00 by TWiki:Main.PeterThoeny
|
| | |
|
< < |
-
- Corrected templates for automatic email notification so that MS Outlook can display attachment as an HTML file.
|
> > |
-
- Corrected templates for automatic e-mail notification so that MS Outlook can display attachment as an HTML file.
|
| | |
|
< < |
-
- Automatic email notification when something has changed in a TWiki web. Each web has a topic Web Notify where one can subscribe and unsubscribe.
|
> > |
-
- Automatic e-mail notification when something has changed in a TWiki web. Each web has a topic Web Notify where one can subscribe and unsubscribe.
|
| | |
| | |
|
> > | Related Topics: Developer Documentation Category |
| | |
|
< < | Appendix B: TWiki Development Timeline |
> > | Appendix D: TWiki Development Timeline
01-Sep-2004 Release (Cairo)
(doc pending) |
| |
01-Feb-2003 Release (Beijing) |
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| |
-
- Enhanced Plugin API to manipulate topic data with new functions in TWiki Func Module? :
readTopicText, saveTopicText, setTopicEditLock, checkTopicEditLock
|
|
< < | |
> > | |
| | |
|
< < |
- 29 Dec 2002 - Andrea Sterbini? , Peter Thoeny, Richard Donkin? , Sven Dowideit?
|
> > | |
| |
-
- New Plugin hooks
registrationHandler, beforeEditHandler, afterEditHandler, beforeSaveHandler, writeHeaderHandler, redirectCgiQueryHandler, getSessionValueHandler, setSessionValueHandler
|
|
< < |
- 30 Nov 2002 - Richard Donkin?
|
> > | |
| |
-
- Internationalization ('I18N') support for international characters in Wiki Words, such as ISO-8859-15, KOI8-R - also supports Chinese, Japanese, etc.
|
|
< < | |
> > | |
| |
-
- Include previous topic revision with
%INCLUDE{ "OtherTopic" rev="1.2" }%
|
|
< < | |
> > | |
| |
-
- The Go box understands also URLs, useful for special TWiki Skins handling
|
|
< < |
- 08 Nov 2002 - Colas Nahaboo? , Richard Donkin?
|
> > | |
| |
-
- In Web Notify, if only the Wiki Name is specified, the e-mail is taken from the user's home page; if the Wiki Name is a group name, a notification is sent to all members of the group
|
|
< < | |
> > | |
| |
-
- New
%NOP{}% variable in TWiki Templates topic gets removed at topic creation time; useful to write protect template topics
|
|
< < | |
> > | |
| |
-
- The
%URLPARAM{}% variable in TWiki Templates topic gets expanded at topic creation time; useful for dynamic content creation
|
|
< < | |
> > | |
| |
-
- New
$logDir introduced in TWiki.cfg to set the log directory
|
|
< < | |
> > | |
| |
-
- Renamed the Test web to Sandbox
|
|
< < |
- 03 Aug 2002 - Richard Donkin?
|
> > | |
| |
-
- New
setlib.cfg file in the bin directory to set the TWiki library path
|
|
< < | |
> > | |
| |
-
- Support for outbound HTTP proxy when including URLs based on new
%PROXYHOST and %PROXYPORT% settings in the TWiki Preferences
|
|
< < | |
> > | |
| |
-
- The page logo is configurable with new
%WIKILOGOIMG%, %TWIKILOGOURL% and %WIKILOGOALT% variables in TWiki Preferences; replacing $wikiHomeUrl in TWiki.cfg
|
|
< < | |
> > | |
| |
-
- New
%WIKITOOLNAME% variable in TWiki Preferences; replacing $wikiToolName in TWiki.cfg
|
|
< < | |
> > | |
| |
-
- New
%EDITBOXSTYLE% preferences variable which sets the edit box width automatically to the window width
|
|
< < | |
> > | |
| |
-
- New
%URLENCODE{}% variable to encodes a string for using in a URL parameter, e.g. %URLENCODE{"spaced name"}% returns spaced%20name
|
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| |
-
- New user home pages are now based on the New User Template, replacing the
/twiki/templates/register.tmpl template file
|
|
< < | |
> > | |
| |
-
- New markup to exclude heading from a
%TOC% table of content, e.g. ---+!! This heading is not shown in a TOC
|
|
< < | |
> > | |
| | |
|
< < |
- 01 Apr 2002 - John Talintyre?
|
> > | |
| |
-
- New data storage framework that lets you use external RCS commands for revision control, or a new native Perl implementation that does not depend on the external RCS commands
|
|
< < |
- 28 Mar 2002 - Richard Donkin?
|
> > | |
| |
-
- Fixed IE5/IE6-specific problem whereby going back from preview sometimes removes all edit changes
|
|
< < |
- 23 Mar 2002 - John Talintyre?
|
> > | |
| |
-
- New AND search; with regular expression enabled, use the semicolon ";" as the AND operator in
%SEARCH{}% variable, Formatted Search and Web Search
|
|
< < |
- 21 Mar 2002 - Colas Nahaboo? , Richard Donkin?
|
> > | |
| |
-
- Fixed cache issue where the edit page showed outdated content
|
|
< < |
- 06 Mar 2002 - Richard Donkin?
|
> > | |
| |
-
- Improved statistics script which uses less memory to process large log files
|
|
< < |
- 09 Jan 2002 - John Talintyre?
|
> > | |
| |
-
- Variables inside
<verbatim> tags are no longer expanded
01-Dec-2001 Release (Athens) |
|
< < | |
> > | |
| |
01-Sep-2001 Release |
|
< < |
- 30 Aug 2001 - John Talintyre?
|
> > | |
| |
-
- Easier install for Windows, including auto detection in
TWiki.cfg
|
|
< < |
- 30 Aug 2001 - John Talintyre?
|
> > | |
| | |
|
< < | |
> > | |
| |
-
- Convert to XHTML 1.0 function: first step to XHTML-ifying TWiki
|
|
< < |
- 26 Jun 2001 - John Talintyre?
|
> > | |
| | |
|
< < | |
> > | |
| |
-
- New topic templates as topics instead of templates. Customize by editing the topic. Retired
notedited.tmpl, notext.tmpl and notwiki.tmpl templates. More in TWiki Templates.
|
|
< < | |
> > | |
| |
-
- New
%TOPICLIST{"format"}% and %WEBLIST{"format"}% variables to get a formatted topic index and web index, respectively. More in TWiki Variables.
|
|
< < | |
> > | |
| |
-
- New
%URLPARAM{"name"}% variable to query URL parameters. More in TWiki Variables.
|
|
< < |
- 01 Jun 2001 - Andrea Sterbini?
|
> > | |
| | |
|
< < |
- 01 Jun 2001 - Klaus Wriessnegger? , Andrea Sterbini?
|
> > | |
| | |
|
< < |
- 01 May 2001 - Andrea Sterbini?
|
> > | |
| | |
|
< < |
- 01 May 2001 - John Talintyre?
|
> > | |
| | |
|
< < |
- 01 May 2001 - John Talintyre?
|
> > | |
| | |
|
< < |
- 01 May 2001 - John Talintyre?
|
> > | |
| | |
|
< < | |
> > | |
| |
-
- The table syntax has been enhanced to (i) render
| *bold* | cells as table headers, (ii) render space padded cells | center aligned | and | right aligned |, (iii) span multiple columns using | empty cells |||. More in Text Formatting Rules.
|
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| |
-
- New Wiki rule for headings, i.e.
---++ My Title; and new %TOC% variable to build a table of content from headings in a topic. More in TWiki Variables.
|
|
< < | |
> > | |
| |
-
- New Wiki rule to specify arbitrary text for external links (i.e.
[[http://TWki.org][TWiki]]) and internal links (i.e [[WikiSyntax][syntax]]). More in TWiki Variables.
|
|
< < | |
> > | |
| |
-
- New Wiki rule for named anchors, e.g. links within a topic. Define a named anchor with
#MyAnchor at the beginning of a line, and link to it with [[#MyAnchor]]. More in TWiki Variables.
|
|
< < | |
> > | |
| |
-
- Use
Net::SMTP module instead of sendmail if installed.
|
|
< < | |
> > | |
| |
-
- Added
<verbatim> ... </verbatim> tags to show source code "as is". Unlike the <pre> ... </pre> tags, it also shows <, >, & characters "as is".
|
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| |
-
- Added a "Minor change, don't notify" checkbox in preview. More in Dont Notify.
|
|
< < | |
> > | |
| |
-
- Added Bold Fixed formatting using double-equal signs, e.g. write
==Bold Fixed== to get Bold Fixed.
|
|
< < | |
> > | |
| |
-
- Format changed of
%GMTIME{"..."}% and %SERVERTIME{"..."}% variables. Format is now "$hour:$min" instead of "hour:min". More in TWiki Variables. Attention: Check your existing topics when you upgrade TWiki!
|
|
< < | |
> > | |
| |
-
- Web Changes, Web Search and e-mail notification indicate also the revision number of a topic (i.e. 18 Jan 2001 16:43 r1.5), or NEW for a new topic (i.e. i.e. 18 Jan 2001 16:43 NEW).
|
|
< < | |
> > | |
| |
-
- New variable
%STARTINCLUDE% and %STOPINCLUDE% variables to control what gets included of a topic. More in TWiki Variables.
|
|
< < | |
> > | |
| |
-
- TWiki skins Define a different page layout with a customized header and footer layout, i.e. a
print skin for a printable view of a topic. More in TWiki Skins and TWiki:Codev/TWikiSkins.
|
|
< < |
- 07 Jan 2001 - Stanley Knutson?
|
> > | |
| |
-
- Better error handling when saving a topic.
|
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| |
-
- New
noheader="on" switch in %SEARCH{...}% to suppress table header. More in TWiki Variables.
01-Dec-2000 Release |
|
< < | |
> > | |
| |
-
- Flag
$doHidePasswdInRegistration in wikicfg.pm to hide plain text password in registration email.
|
|
< < | |
> > | |
| |
-
- New variable
%VAR{"NAME" web="Web"}% to get web specific preferences. More in TWiki Variables.
|
|
< < | |
> > | |
| |
-
- Added a "Cancel" link in edit that releases the edit lock.
|
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| | |
|
< < |
- 20 Sep 2000 - Manpreet Singh?
|
> > | |
| |
-
- New -q switch in
mailnotify to suppress all normal output.
|
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| |
-
- Ref-By link searches all webs (not just the current web.)
|
|
< < | |
> > | |
| |
-
- New TWiki Preferences variables
%HTTP_EQUIV_ON_VIEW% , %HTTP_EQUIV_ON_EDIT% and %HTTP_EQUIV_ON_PREVIEW% that define the <meta http-equiv="..."> meta tags for the TWiki templates. This can be used for example to set a document expiration time.
|
|
< < | |
> > | |
| |
-
- New variables
%GMTIME{"..."}% and %SERVERTIME{"..."}% . More in TWiki Variables.
|
|
< < | |
> > | |
| |
-
- Changed include syntax from
%INCLUDE{"Web/TopicName.txt"}% to %INCLUDE{"Web.TopicName"}% . Legacy syntax still supported.
|
|
< < | |
> > | |
| |
-
- Book View search allows you show a set of topics for easy printing.
|
|
< < | |
> > | |
| |
-
- More forgiving syntax for
*bold*, italic, __bold italic__ and fixed , where it is not necessary anymore to have a trailing space before .,;:?! characters.
|
|
< < | |
> > | |
| |
-
- Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
|
|
< < | |
> > | |
| |
-
- Added an "Release edit lock" checkbox in preview to let other people edit the topic immediately without the one hour lock.
|
|
< < | |
> > | |
| |
-
- Fixed problem of losing carriage returns when editing topics with KDE KFM browser or W3 M? browser.
|
|
< < | |
> > | |
| |
-
- Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
|
|
< < | |
> > | |
| |
-
- Fixed security issue to prevent a server side
%INCLUDE% of arbitrary files.
|
|
< < | |
> > | |
| |
-
- New
%GMTIME% variable that shows the current GM time.
|
|
< < | |
> > | |
| |
-
- Lock warning shows remaining lock time in minutes.
|
|
< < |
- 15 May 2000 - Peter Fokkinga?
|
> > | |
| | |
|
< < | |
> > | |
| |
-
- Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in TWiki Variables.
01-May-2000 Release |
|
< < | |
> > | |
| |
-
- New TWiki Variables
%HTTP_HOST% , %REMOTE_ADDR% , %REMOTE_PORT% and %REMOTE_USER% .
|
|
< < | |
> > | |
| |
-
- TWiki Registration is done separately for Intranet use (depends on remote_user) or Internet use (depends on .htpasswd file).
|
|
< < | |
> > | |
| |
-
- Uploading a file (topic file attachment) will optionally create a link to the uploaded file at the end of the topic. The preference variable
%ATTACHLINKBOX% controls the default state of the link check box in the attach file page.
|
|
< < | |
> > | |
| |
-
- Better security with taint checking (
Perl -T option )
|
|
< < | |
> > | |
| |
-
- New preference variables
%EDITBOXWIDTH% and %EDITBOXHEIGHT% to specify the edit box size.
|
|
< < | |
> > | |
| |
-
- Edit preferences topics to set TWiki variables. There are three level of preferences Site-level (TWiki Preferences), web-level (Web Preferences in each web) and user-level preferences (for each of the TWiki Users). With this, discontinue use of server side include of
wikiwebs.inc , wikiwebtable.inc , weblist.inc , webcopyright.inc and webcolors.inc files.
|
|
< < | |
> > | |
| |
-
- New variable
%SCRIPTSUFFIX% / $scriptSuffix containing an optional file extension of the TWiki Perl script. Templates have been changed to use this variable. This allows you to rename the Perl script files to have a file extension like for example ".cgi".
|
|
< < | |
> > | |
| |
-
- New variable
%SCRIPTURLPATH% / $scriptUrlPath containing the script URL without the domain name. Templates have been changed to use this variable instead of %SCRIPTURL% . This is for performance reasons.
|
|
< < | |
> > | |
| |
-
- Changed the syntax for server side include variable from
%INCLUDE:"filename.ext"% to %INCLUDE{"filename.ext"}% . (Previous syntax still supported. Change was done because of inline search syntax)
|
|
< < | |
> > | |
| |
-
- Inline search. New variable
%SEARCH{"str" ...}% to show a search result embedded in a topic text. TWiki Variables has more on the syntax. Inline search combined with the category table feature can be used for example to create a simple bug tracking system.
|
|
< < | |
> > | |
| |
-
- Access statistics. Each web has a Web Statistics topic that shows monthy statistics with number of topic views and changes, most popular topics, and top contributors. (It needs to be enabled, TWiki Documentation has more.)
|
|
< < | |
> > | |
| |
-
- Fixed bug where TWiki would not initialize correctly under certain circumstances, i.e. when running it under mod_perl. Sub
initialize in wiki.pm did not handle $thePathInfo correctly.
|
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| |
-
- No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
|
|
< < | |
> > | |
| |
-
- Limit the number of revisions shown at the bottom of the topic. Example
Topic TWikiHistory . { ..... Diffs r1.10 > r1.9 > r1.8 > r1.7 >... } Additional revisions can be selected by pressing the >... link.
01-Sep-1999 Release |
|
< < | |
> > | |
| |
-
- Fixed Y2 K? bug. (Date in year 2000 had wrong format.)
|
|
< < | |
> > | |
| |
-
- New text formatting rule for creating tables. Text gets rendered as a table if enclosed in " " vertical bars. Example line as it is written and how it shows up
|
|
< < | |
> > | |
| |
-
- Online registration of new user using web form in TWiki Registration. Authentication of users.
|
|
< < | |
> > | |
| |
-
- Flags
$doLogTopic* in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
|
|
< < | |
> > | |
| |
-
- Flag
$doRemovePortNumber in wikicfg.pm to optionally remove the port number from the TWiki URL. Example www.some.domain:1234/twiki gets www.some.domain/twiki .
|
|
< < | |
> > | |
| |
-
- Search path for include files in
%INCLUDE:"file.inc"% variable. Search first in the current web, then in parent data directory. Useful to overload default include text in the data directory by web-specific text, like for example webcopyright.inc text.
|
|
< < |
- 07 Jul 1999 - Christophe Vermeulen?
|
> > | |
| |
-
- Link a plural topic to a singular topic in case the plural topic does not exist. Example
TestVersion / TestVersions , TestPolicy / TestPolicies , TestAddress / TestAddresses , TestBox / TestBoxes .
01-Jul-1999 Release |
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| |
-
- Separate wiki.pm into configuration (wikicfg.pm) and TWiki core (wiki.pm) . This is to ease the upgrade of TWiki installations, it also allows customized extensions to TWiki without affecting the TWiki core.
|
|
< < |
- 21 May 1999 - David Warman?
|
> > | |
| |
-
- Externalize copyright text at the bottom of every page into a web-specific
webcopyright.inc file. This is to easily customize the copyright text.
|
|
< < | |
> > | |
| |
-
- Added meta tag so that robots index only /view/ of topics, not /edit/, /attach/ e.t.c. Tag <META NAME="ROBOTS" CONTENT="NOINDEX">
|
|
< < | |
> > | |
| |
-
- New variables
%WIKIHOMEURL% (link when pressing the icon on the upper left corner) and %WIKITOOLNAME% (the name of the wiki tool =Nevada Revealed = ).
|
|
< < | |
> > | |
| |
-
- Topic locking Warn user if a topic has been edited by an other person within one hour. This is to prevent contention, e.g. simultaneous topic updates.
|
|
< < | |
> > | |
| |
-
- File attachments Upload and download any file as a topic attachment by using the browser. File Attachment has more.
|
|
< < | |
> > | |
| |
-
- New variables
%PUBURL% (Public directory URL) and %ATTACHURL% (URL of topic file attachment).
|
|
< < | |
> > | |
| |
-
- New text formatting rule for creating
fixed font text . Words get showns in fixed font by enclosing them in "=" equal signs. Example Writing =fixed font= will show up as fixed font .
|
|
< < | |
> > | |
| |
-
- No new topic revision is created if the same person saves a topic again within one hour.
|
|
< < | |
> > | |
| |
-
- Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the
Diffs link at the bottom of each topic, e.g. Topic TWikiHistory . { Edit Ref-By Diffs r1.3 > r1.2 > r1.1 } Revision r1.3 1998/11/10 01:34 by PeterThoeny
|
|
< < | |
> > | |
| |
-
- Fixed bug when viewing differences between topic revisions that include HTML table tags like <table>, <tr>, <td>.
1998 Releases |
|
< < | |
> > | |
| |
-
- Signature is shown below the text area when editing a topic. Use this to easily copy & paste your signature into the text.
|
|
< < | |
> > | |
| |
-
- Possible to add a category table to a TWiki topic. This permits storing and searching for more structured information. Editing a topic shows a HTML form with the usual text area and a table with selectors, checkboxes, radio buttons and text fields. TWiki Documentation has more on setup. The TWiki.Know web uses this category table to set classification, platform and OS version.
|
|
< < | |
> > | |
| |
-
- Internal log of topic save actions to the file
data/logYYYYMM.txt, where YYYYMM the year and month in numeric format is. Intended for auditing only, not accessible from the web.
|
|
< < | |
> > | |
| |
-
- The email notification and the Changes topic have now a topic date that is linked. Clicking on the link will show the difference between the two most recent topic revisions.
|
|
< < |
- 10 Nov 1998 - Peter Thoeny
- View differences between topic revisions. Each topic has a list of revisions (e.g.
r1.3) and differences thereof (e.g. >) at the bottom Topic TWikiHistory . { Edit Ref-By r1.3 > r1.2 > r1.1 } Revision r1.3 1998/11/10 01:34 by Peter Thoeny
- 26 Oct 1998 - Peter Thoeny
|
> > | |
| |
-
- Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
|
|
< < |
- 26 Oct 1998 - Peter Thoeny
- Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g.
Topic TWikiHistory . { Edit Ref-By r1.3 r1.2 r1.1 } Revision r1.3 1998/10/26 01:34:00 by Peter Thoeny
- 14 Oct 1998 - Peter Thoeny
|
> > | |
| |
-
- Refered-By Find out which topics have a link to the current topic. Each topic has a Ref-By link for that. Note Only references from the current web are shown, not references from other webs.
|
|
< < | |
> > | |
| | |
|
< < | |
> > | |
| |
-
- Corrected templates for automatic email notification so that MS Outlook can display attachment as an HTML file.
|
|
< < | |
> > | |
| |
-
- Wiki Notation allows also numbers after the
AaA sequence, e.g. AaA1 is a valid Wiki Topic? name, but not Aa1.
|
|
< < | |
> > | |
| |
-
- Automatic email notification when something has changed in a TWiki web. Each web has a topic Web Notify where one can subscribe and unsubscribe.
|
|
< < | |
> > | |
| |
-
- Added server side include of files. Syntax is
%INCLUDE:"filename.ext"%
|
|
< < | |
> > | |
| |
-
- Signature and date is inserted automatically when creating a new topic.
|
|
< < | |
> > | |
| |
-
- Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
|
|
< < | |
> > | |
| |
-
- Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
|
|
< < | |
> > | |
| |
-
- Support for quoted text with a '>' at the beginning of the line.
|
|
< < | |
> > | |
| |
-
- Added TWiki variables, enclosed in % signs
%TOPIC% (Topic name), %WEB% (web name), %SCRIPTURL% (script URL), %DATE% (current date), %WIKIWEBMASTER% (Wiki webmaster address), %WIKIVERSION% (Wiki version), %USERNAME% (user name), %WIKIUSERNAME% (Wiki user name).
|
|
< < | |
> > | |
| |
-
- Topic Web Changes shows Wiki username instead of Intranet username, e.g.
PeterThoeny instead of thoeny in case the Wiki username exists. Implementation Automatic lookup of Wiki username in topic TWiki Users.
|
|
< < | |
> > | |
| |
-
- Topic index. (Technically speaking a simple '.*' search on topic names.)
|
|
< < | |
> > | |
| |
-
- Topic Web Search allows full text search and and topic search with/without regular expressions.
|
|
< < | |
> > | |
| |
-
- Added automatic links to topics in other TWiki webs by specifying <web name>.<topic name>, e.g.
Know.WebSeach .
|
|
< < | |
> > | |
| |
-
- Installed initial version, based on the JOS Wiki. See Wiki Wiki Clones for details.
Dev Flow |
| | TWiki History: The Dev Timeline |
| | 2001
- 30 Aug 2001 - John Talintyre?
|
|
< < | |
> > | |
| | |
|
< < |
-
- Convert to XHTML 1.0 goal is to XHTML-ify TWiki. Convert To XHTML10? MM
|
> > |
-
- Convert to XHTML 1.0 goal is to XHTML-ify TWiki. Convert To XHTML10?
|
| |
- 26 Jun 2001 - John Talintyre?
|
|
< < |
-
- Category information to form using Meta Data Definition? format MM
|
> > |
-
- Category information to form using Meta Data Definition? format
|
| |
- 07 Jun 2001 - Peter Thoeny
- New topic templates are now topics instead of templates, e.g. can be customized by editing a topic. Retired
notedited.tmpl, notext.tmpl and notwiki.tmpl templates. More in TWiki Templates.
|
|
< < |
- Peter Thoeny 07 Jun 2001 New
%TOPICLIST{"format"}% and %WEBLIST{"format"}% variables to get a formatted topic index and web index, respectively. More in TWiki Variables.
- Peter Thoeny 01 Jun 2001 New
%URLPARAM{"name"}% variable to query URL parameters. More in TWiki Variables.
- AndreaSterbini Apr/Jun 2001 API to extend TWiki, see TWiki Plugin API? MM
- Main.KlausWriessnegger, Andrea Sterbini? Jun 2001 Forms to change/reset/install passwords, see TWiki Change Password? OR Changing TWiki Passwords? (in Spring Release dev table) MM
- AndreaSterbini May 2001 Now users of TWiki Admin Group can be enabled to edit locked topics. See Unchangeable Topic Bug? MM
- JohnTalintyre Apr/May 2001 Meta information, see Meta Data Definition? MM
- JohnTalintyre Mar/May 2001 Attachment under revision control See File Attachment MM
- JohnTalintyre Mar/May 2001 Ability to rename/move topics, Rename Topic? MM
- Peter Thoeny 27 Mar 2001 The table syntax has been enhanced to (i) render
= *bold* = cells as table headers, (ii) render space padded cells = center aligned = and = right aligned =, (iii) span multiple columns using = empty cells =. More in Text Formatting Rules.
- Peter Thoeny 25 Mar 2001 Security fix Questionable files like PHP scripts (executables) and
.htaccess files that are attached to a topic get a .txt suffix appended to the file name. See also TWiki:Codev.FileAttachmentFilterSecurityAlert
- Andrea Sterbini? , Peter Thoeny 28 Feb 2001 New Wiki rule for headings, i.e.
---++ My Title; and new %TOC% variable to build a table of content from headings in a topic. More in TWiki Variables.
- Peter Thoeny 28 Feb 2001 New Wiki rule to specify arbitrary text for external links (i.e.
[[http://TWki.org][TWiki]]) and internal links (i.e [[WikiSyntax][syntax]]). More in TWiki Variables.
- Peter Thoeny 28 Feb 2001 New Wiki rule for named anchors, e.g. links within a topic. Define a named anchor with
#MyAnchor at the beginning of a line, and link to it with [[#MyAnchor]]. More in TWiki Variables.
- Nicholas Lee? , Peter Thoeny 25 Feb 2001 Use
Net::SMTP module instead of sendmail if installed.
- Peter Thoeny 01 Feb 2001 Added
<verbatim> ... </verbatim> tags to show source code "as is". Unlike the <pre> ... </pre> tags, it also shows <, >, & characters "as is".
- Peter Thoeny 01 Feb 2001 Fixed TWiki:Codev.CreateLinkToAttachedFileBug.
- Peter Thoeny 21 Jan 2001 Added a "Minor change, don't notify" checkbox in preview. More in Dont Notify.
- Peter Thoeny 21 Jan 2001 Added Bold Fixed formatting using double-equal signs, e.g. write
==Bold Fixed== to get Bold Fixed.
- Peter Thoeny 20 Jan 2001 Format changed of
%GMTIME{"..."}% and %SERVERTIME{"..."}% variables. Format is now "$hour:$min" instead of "hour:min". More in TWiki Variables. Attention: Check your existing topics when you upgrade TWiki!
- Peter Thoeny 18 Jan 2001 Web Changes, Web Search and e-mail notification indicate also the revision number of a topic (i.e. 18 Jan 2001 16:43 r1.5), or NEW for a new topic (i.e. i.e. 18 Jan 2001 16:43 NEW).
- Peter Thoeny 16 Jan 2001 New variable
%STARTINCLUDE% and %STOPINCLUDE% variables to control what gets included of a topic. More in TWiki Variables.
- Peter Thoeny 16 Jan 2001 TWiki skins Define a different page layout with a customized header and footer layout, i.e. a
print skin for a printable view of a topic. More in TWiki Skins and TWiki:Codev.TWikiSkins.
- Stanley Knutson? 07 Jan 2001 Better error handling when saving a topic.
- Peter Thoeny 05 Jan 2001 View authorization based on groups. Define who is allowed to see a TWiki web. More in TWiki Access Control and TWiki:Codev.AuthenticationBasedOnGroups.
|
> > |
- 07 Jun 2001 - Peter Thoeny
- New
%TOPICLIST{"format"}% and %WEBLIST{"format"}% variables to get a formatted topic index and web index, respectively. More in TWiki Variables.
- 01 Jun 2001 - Peter Thoeny
- New
%URLPARAM{"name"}% variable to query URL parameters. More in TWiki Variables.
- Apr/Jun 2001 - Andrea Sterbini?
- API to extend TWiki, see TWiki Plugin API?
- Jun 2001 - Klaus Wriessnegger? , Andrea Sterbini?
- Forms to change/reset/install passwords, see TWiki Change Password? OR Changing TWiki Passwords? (in Spring Release dev table)
- May 2001 - Andrea Sterbini?
- Now users of TWiki Admin Group can be enabled to edit locked topics. See Unchangeable Topic Bug?
- Apr/May 2001 - John Talintyre?
- Meta information, see Meta Data Definition?
- Mar/May 2001 - John Talintyre?
- Mar/May 2001 - John Talintyre?
- Ability to rename/move topics, Rename Topic?
- 27 Mar 2001 - Peter Thoeny
- The table syntax has been enhanced to (i) render
= *bold* = cells as table headers, (ii) render space padded cells = center aligned = and = right aligned =, (iii) span multiple columns using = empty cells =. More in Text Formatting Rules.
- 25 Mar 2001 - Peter Thoeny
- Security fix Questionable files like PHP scripts (executables) and
.htaccess files that are attached to a topic get a .txt suffix appended to the file name. See also [[http://TWiki.org/cgi-bin/view/Codev/FileAttachmentFilterSecurityAlert][TWiki:Codev.FileAttachmentFilterSecurityAlert
- 28 Feb 2001 - Andrea Sterbini? , Peter Thoeny
- New Wiki rule for headings, i.e.
---++ My Title; and new %TOC% variable to build a table of content from headings in a topic. More in TWiki Variables.
- 28 Feb 2001 - Peter Thoeny
- New Wiki rule to specify arbitrary text for external links (i.e.
[[http://TWki.org][TWiki) and internal links (i.e [[WikiSyntax][syntax). More in TWiki Variables.
- 28 Feb 2001 - Peter Thoeny
- New Wiki rule for named anchors, e.g. links within a topic. Define a named anchor with
#MyAnchor at the beginning of a line, and link to it with [[#MyAnchor. More in TWiki Variables.
- 25 Feb 2001 - Nicholas Lee? , Peter Thoeny
- Use
Net::SMTP module instead of sendmail if installed.
- 01 Feb 2001 - Peter Thoeny
- Added
<verbatim> ... </verbatim> tags to show source code "as is". Unlike the <pre> ... </pre> tags, it also shows <, >, & characters "as is".
- 01 Feb 2001 - Peter Thoeny
- 21 Jan 2001 - Peter Thoeny
- Added a "Minor change, don't notify" checkbox in preview. More in Dont Notify.
- 21 Jan 2001 - Peter Thoeny
- Added Bold Fixed formatting using double-equal signs, e.g. write
==Bold Fixed== to get Bold Fixed.
- 20 Jan 2001 - Peter Thoeny
- Format changed of
%GMTIME{"..."}% and %SERVERTIME{"..."}% variables. Format is now "$hour:$min" instead of "hour:min". More in TWiki Variables. Attention: Check your existing topics when you upgrade TWiki!
- 18 Jan 2001 - Peter Thoeny
- Web Changes, Web Search and e-mail notification indicate also the revision number of a topic (i.e. 18 Jan 2001 16:43 r1.5), or NEW for a new topic (i.e. i.e. 18 Jan 2001 16:43 NEW).
- 16 Jan 2001 - Peter Thoeny
- New variable
%STARTINCLUDE% and %STOPINCLUDE% variables to control what gets included of a topic. More in TWiki Variables.
- 16 Jan 2001 - Peter Thoeny
- TWiki skins Define a different page layout with a customized header and footer layout, i.e. a
print skin for a printable view of a topic. More in TWiki Skins and TWiki:Codev.TWikiSkins.
- 07 Jan 2001 - Stanley Knutson?
- Better error handling when saving a topic.
- 05 Jan 2001 - Peter Thoeny
|
| |
2000 |
|
< < |
- Peter Thoeny 05 Dec 2000 Improved include handling. Infinite recursion of includes are prevented; new variables
%BASEWEB%, %INCLUDINGWEB%, %BASETOPIC% and %INCLUDINGTOPIC% to have more control over include handling. More in TWiki Variables and TWiki:Codev.IncludeHandlingImprovements.
- Peter Thoeny 03 Dec 2000 New
noheader="on" switch in %SEARCH{...}% to suppress table header. More in TWiki Variables.
- Peter Thoeny 03 Nov 2000 Flag
$doHidePasswdInRegistration in wikicfg.pm to hide plain text password in registration email.
- Peter Thoeny 01 Nov 2000 New variable
%VAR{"NAME" web="Web"}% to get web specific preferences. More in TWiki Variables.
- Peter Thoeny 01 Nov 2000 Added a "Cancel" link in edit that releases the edit lock.
- Peter Thoeny 23 Oct 2000 Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in TWiki Access Control and TWiki:Codev.AuthenticationBasedOnGroups.
- Peter Thoeny 05 Oct 2000 Remember user by IP address so that
view "knows" the user once authenticated in edit. More in TWiki User Authentication.
- Al Williams? , Peter Thoeny 26 Sep 2000 Fixed TWiki:Codev.UppercaseAttachments bug and added
png image support.
- Harold Gottschalk? , Andrea Sterbini? , Peter Thoeny 26 Sep 2000 Allow nesting of variables, i.e.
%INCLUDE{"%TWIKIWEB%.TWikiWebsTable"}%. More in TWiki:Codev.BetterTWikiTagTemplateProcessing
- Manpreet Singh? 20 Sep 2000 New -q switch in
mailnotify to suppress all normal output.
- Peter Thoeny 19 Sep 2000 Fixed TWiki:Codev.AttachedNotificationLinksBug.
- Al Williams? , Manpreet Singh? , Peter Thoeny 18 Sep 2000 Added forced internal links. Write
[[text formatting FAQ]] to get the link text formatting FAQ that points to topic Text Formatting FAQ.
- Peter Thoeny 19 Aug 2000 Ref-By link searches all webs (not just the current web.)
- Peter Thoeny 16 Aug 2000 New TWiki Preferences variables
%HTTP_EQUIV_ON_VIEW% , %HTTP_EQUIV_ON_EDIT% and %HTTP_EQUIV_ON_PREVIEW% that define the <meta http-equiv="..."> meta tags for the TWiki templates. This can be used for example to set a document expiration time.
- Peter Thoeny 29 Jul 2000 New variables
%GMTIME{"..."}% and %SERVERTIME{"..."}% . More in TWiki Variables.
- Peter Thoeny 23 Jul 2000 Changed include syntax from
%INCLUDE{"Web/TopicName.txt"}% to %INCLUDE{"Web.TopicName"}% . Legacy syntax still supported.
- Peter Thoeny 23 Jul 2000 Book View search allows you show a set of topics for easy printing.
- Peter Thoeny 22 Jul 2000 More forgiving syntax for
*bold*, italic, __bold italic__ and fixed , where it is not necessary anymore to have a trailing space before .,;:?! characters.
- Peter Thoeny 22 Jul 2000 Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
- Peter Thoeny 07 Jul 2000 Added an "Release edit lock" checkbox in preview to let other people edit the topic immediately without the one hour lock.
- Peter Thoeny 07 Jul 2000 Fixed problem of losing carriage returns when editing topics with KDE KFM browser or W3 M? browser.
- Peter Thoeny 21 Jun 2000 Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
- Cris Bailiff? , Peter Thoeny 21 Jun 2000 Fixed security issue to prevent a server side
%INCLUDE% of arbitrary files.
- Peter Thoeny 29 May 2000 New
%GMTIME% variable that shows the current GM time.
- Peter Thoeny 28 May 2000 Lock warning shows remaining lock time in minutes.
- Peter Fokkinga? 15 May 2000 Each topic can have its own template file. TWiki Templates has more.
- Kevin Kinnell? , Peter Thoeny 02 May 2000 Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in TWiki Variables.
- Peter Thoeny 21 Apr 2000 New TWiki Variables
%HTTP_HOST% , %REMOTE_ADDR% , %REMOTE_PORT% and %REMOTE_USER% .
- John Altstadt? , Peter Thoeny 21 Apr 2000 TWiki Registration is done separately for Intranet use (depends on remote_user) or Internet use (depends on .htpasswd file).
- Peter Thoeny 20 Mar 2000 Uploading a file (topic file attachment) will optionally create a link to the uploaded file at the end of the topic. The preference variable
%ATTACHLINKBOX% controls the default state of the link check box in the attach file page.
- Peter Thoeny 11 Mar 2000 Better security with taint checking (
Perl -T option )
- Peter Thoeny 25 Feb 2000 New preference variables
%EDITBOXWIDTH% and %EDITBOXHEIGHT% to specify the edit box size.
- Peter Thoeny 25 Feb 2000 Edit preferences topics to set TWiki variables. There are three level of preferences Site-level (TWiki Preferences), web-level (Web Preferences in each web) and user-level preferences (for each of the TWiki Users). With this, discontinue use of server side include of
wikiwebs.inc , wikiwebtable.inc , weblist.inc , webcopyright.inc and webcolors.inc files.
- Peter Thoeny 11 Feb 2000 New variable
%SCRIPTSUFFIX% / $scriptSuffix containing an optional file extension of the TWiki Perl script. Templates have been changed to use this variable. This allows you to rename the Perl script files to have a file extension like for example ".cgi".
- Peter Thoeny 11 Feb 2000 New variable
%SCRIPTURLPATH% / $scriptUrlPath containing the script URL without the domain name. Templates have been changed to use this variable instead of %SCRIPTURL% . This is for performance reasons.
- Peter Thoeny 07 Feb 2000 Changed the syntax for server side include variable from
%INCLUDE:"filename.ext"% to %INCLUDE{"filename.ext"}% . (Previous syntax still supported. Change was done because of inline search syntax)
- Peter Thoeny 07 Feb 2000 Inline search. New variable
%SEARCH{"str" ...}% to show a search result embedded in a topic text. TWiki Variables has more on the syntax. Inline search combined with the category table feature can be used for example to create a simple bug tracking system.
- Peter Thoeny 04 Feb 2000 Access statistics. Each web has a Web Statistics topic that shows monthy statistics with number of topic views and changes, most popular topics, and top contributors. (It needs to be enabled, TWiki Documentation has more.)
- Peter Thoeny 29 Jan 2000 Fixed bug where TWiki would not initialize correctly under certain circumstances, i.e. when running it under mod_perl. Sub
initialize in wiki.pm did not handle $thePathInfo correctly.
- Peter Thoeny 24 Jan 2000 Fixed bug where an email address starting with a Wiki Name was rendered as an internal Wiki link instead of an email address, i.e. SomeWikiName@somewhere.test .
- Peter Thoeny 10 Jan 2000 No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
|
> > |
- 05 Dec 2000 - Peter Thoeny
- 03 Dec 2000 - Peter Thoeny
- New
noheader="on" switch in %SEARCH{...}% to suppress table header. More in TWiki Variables.
- 03 Nov 2000 - Peter Thoeny
- Flag
$doHidePasswdInRegistration in wikicfg.pm to hide plain text password in registration email.
- 01 Nov 2000 - Peter Thoeny
- New variable
%VAR{"NAME" web="Web"}% to get web specific preferences. More in TWiki Variables.
- 01 Nov 2000 - Peter Thoeny
- Added a "Cancel" link in edit that releases the edit lock.
- 23 Oct 2000 - Peter Thoeny
- 05 Oct 2000 - Peter Thoeny
- 26 Sep 2000 - Al Williams? , Peter Thoeny
- 26 Sep 2000 - Harold Gottschalk? , Andrea Sterbini? , Peter Thoeny
- 20 Sep 2000 - Manpreet Singh?
- New -q switch in
mailnotify to suppress all normal output.
- 19 Sep 2000 - Peter Thoeny
- 18 Sep 2000 - Manpreet Singh? , Peter Thoeny
- Added forced internal links. Write
[[text formatting FAQ to get the link [[text formatting FAQ that points to topic Text Formatting FAQ.
- 19 Aug 2000 - Peter Thoeny
- Ref-By link searches all webs (not just the current web.)
- 16 Aug 2000 - Peter Thoeny
- New TWiki Preferences variables
%HTTP_EQUIV_ON_VIEW% , %HTTP_EQUIV_ON_EDIT% and %HTTP_EQUIV_ON_PREVIEW% that define the <meta http-equiv="..."> meta tags for the TWiki templates. This can be used for example to set a document expiration time.
- 29 Jul 2000 - Peter Thoeny
- New variables
%GMTIME{"..."}% and %SERVERTIME{"..."}% . More in TWiki Variables.
- 23 Jul 2000 - Peter Thoeny
- Changed include syntax from
%INCLUDE{"Web/TopicName.txt"}% to %INCLUDE{"Web.TopicName"}% . Legacy syntax still supported.
- 23 Jul 2000 - Peter Thoeny
- Book View search allows you show a set of topics for easy printing.
- 22 Jul 2000 - Peter Thoeny
- More forgiving syntax for
*bold*, italic, __bold italic__ and fixed , where it is not necessary anymore to have a trailing space before .,;:?! characters.
- 22 Jul 2000 - Peter Thoeny
- Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
- 07 Jul 2000 - Peter Thoeny
- Added an "Release edit lock" checkbox in preview to let other people edit the topic immediately without the one hour lock.
- 07 Jul 2000 - Peter Thoeny
- Fixed problem of losing carriage returns when editing topics with KDE KFM browser or W3 M? browser.
- 21 Jun 2000 - Peter Thoeny
- Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
- 21 Jun 2000 - Cris Bailiff? , Peter Thoeny
- Fixed security issue to prevent a server side
%INCLUDE% of arbitrary files.
- 29 May 2000 - Peter Thoeny
- New
%GMTIME% variable that shows the current GM time.
- 28 May 2000 - Peter Thoeny
- Lock warning shows remaining lock time in minutes.
- 15 May 2000 - Peter Fokkinga?
- 02 May 2000 - Kevin Kinnell? , Peter Thoeny
- Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in TWiki Variables.
- 21 Apr 2000 - Peter Thoeny
- New TWiki Variables
%HTTP_HOST% , %REMOTE_ADDR% , %REMOTE_PORT% and %REMOTE_USER% .
- 21 Apr 2000 - John Altstadt? , Peter Thoeny
- TWiki Registration is done separately for Intranet use (depends on remote_user) or Internet use (depends on .htpasswd file).
- 20 Mar 2000 - Peter Thoeny
- Uploading a file (topic file attachment) will optionally create a link to the uploaded file at the end of the topic. The preference variable
%ATTACHLINKBOX% controls the default state of the link check box in the attach file page.
- 11 Mar 2000 - Peter Thoeny
- Better security with taint checking (
Perl -T option )
- 25 Feb 2000 - Peter Thoeny
- New preference variables
%EDITBOXWIDTH% and %EDITBOXHEIGHT% to specify the edit box size.
- 25 Feb 2000 - Peter Thoeny
- Edit preferences topics to set TWiki variables. There are three level of preferences Site-level (TWiki Preferences), web-level (Web Preferences in each web) and user-level preferences (for each of the TWiki Users). With this, discontinue use of server side include of
wikiwebs.inc , wikiwebtable.inc , weblist.inc , webcopyright.inc and webcolors.inc files.
- 11 Feb 2000 - Peter Thoeny
- New variable
%SCRIPTSUFFIX% / $scriptSuffix containing an optional file extension of the TWiki Perl script. Templates have been changed to use this variable. This allows you to rename the Perl script files to have a file extension like for example ".cgi".
- 11 Feb 2000 - Peter Thoeny
- New variable
%SCRIPTURLPATH% / $scriptUrlPath containing the script URL without the domain name. Templates have been changed to use this variable instead of %SCRIPTURL% . This is for performance reasons.
- 07 Feb 2000 - Peter Thoeny
- Changed the syntax for server side include variable from
%INCLUDE:"filename.ext"% to %INCLUDE{"filename.ext"}% . (Previous syntax still supported. Change was done because of inline search syntax)
- 07 Feb 2000 - Peter Thoeny
- Inline search. New variable
%SEARCH{"str" ...}% to show a search result embedded in a topic text. TWiki Variables has more on the syntax. Inline search combined with the category table feature can be used for example to create a simple bug tracking system.
- 04 Feb 2000 - Peter Thoeny
- Access statistics. Each web has a Web Statistics topic that shows monthy statistics with number of topic views and changes, most popular topics, and top contributors. (It needs to be enabled, TWiki Documentation has more.)
- 29 Jan 2000 - Peter Thoeny
- Fixed bug where TWiki would not initialize correctly under certain circumstances, i.e. when running it under mod_perl. Sub
initialize in wiki.pm did not handle $thePathInfo correctly.
- 24 Jan 2000 - Peter Thoeny
- 10 Jan 2000 - Peter Thoeny
- No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
|
| |
1999 |
|
< < |
- Peter Thoeny 03 Oct 1999 Limit the number of revisions shown at the bottom of the topic. Example
Topic TWikiHistory . { ..... Diffs r1.10 > r1.9 > r1.8 > r1.7 >... } Additional revisions can be selected by pressing the >... link.
- Peter Thoeny 31 Aug 1999 Fixed Y2 K? bug. (Date in year 2000 had wrong format.)
- Peter Thoeny 08 Aug 1999 New text formatting rule for creating tables. Text gets rendered as a table if enclosed in " " vertical bars. Example line as it is written and how it shows up
- Peter Thoeny 03 Aug 1999 Online registration of new user using web form in TWiki Registration. Authentication of users.
- Peter Thoeny 22 Jul 1999 Flags
$doLogTopic* in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
- Peter Thoeny 21 Jul 1999 Flag
$doRemovePortNumber in wikicfg.pm to optionally remove the port number from the TWiki URL. Example www.some.domain:1234/twiki gets www.some.domain/twiki .
- Peter Thoeny 15 Jul 1999 Search path for include files in
%INCLUDE:"file.inc"% variable. Search first in the current web, then in parent data directory. Useful to overload default include text in the data directory by web-specific text, like for example webcopyright.inc text.
- Christophe Vermeulen? 07 Jul 1999 Link a plural topic to a singular topic in case the plural topic does not exist. Example
TestVersion / TestVersions , TestPolicy / TestPolicies , TestAddress / TestAddresses , TestBox / TestBoxes .
- Peter Thoeny 23 Jun 1999 New Text Formatting Rules to write bold italic text by enclosing words with double underline characters.
- Peter Thoeny 23 Jun 1999 Separate wiki.pm into configuration (wikicfg.pm) and TWiki core (wiki.pm) . This is to ease the upgrade of TWiki installations, it also allows customized extensions to TWiki without affecting the TWiki core.
- David Warman? 21 May 1999 Externalize copyright text at the bottom of every page into a web-specific
webcopyright.inc file. This is to easily customize the copyright text.
- Peter Thoeny 20 May 1999 Added meta tag so that robots index only /view/ of topics, not /edit/, /attach/ e.t.c. Tag <META NAME="ROBOTS" CONTENT="NOINDEX">
- Peter Thoeny 20 May 1999 New variables
%WIKIHOMEURL% (link when pressing the icon on the upper left corner) and %WIKITOOLNAME% (the name of the wiki tool =Nevada Revealed = ).
- Peter Thoeny 15 Apr 1999 Topic locking Warn user if a topic has been edited by an other person within one hour. This is to prevent contention, e.g. simultaneous topic updates.
- Peter Thoeny 26 Mar 1999 File attachments Upload and download any file as a topic attachment by using the browser. File Attachment has more.
- Peter Thoeny 26 Mar 1999 New variables
%PUBURL% (Public directory URL) and %ATTACHURL% (URL of topic file attachment).
- Peter Thoeny 09 Feb 1999 New text formatting rule for creating
fixed font text . Words get showns in fixed font by enclosing them in "=" equal signs. Example Writing =fixed font= will show up as fixed font .
- Peter Thoeny 09 Feb 1999 No new topic revision is created if the same person saves a topic again within one hour.
- Peter Thoeny 03 Feb 1999 Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the
Diffs link at the bottom of each topic, e.g. Topic TWikiHistory . { Edit Ref-By Diffs r1.3 > r1.2 > r1.1 } Revision r1.3 1998/11/10 01:34 by PeterThoeny
- Peter Thoeny 04 Jan 1999 Fixed bug when viewing differences between topic revisions that include HTML table tags like <table>, <tr>, <td>.
|
> > |
- 03 Oct 1999 - Peter Thoeny
- Limit the number of revisions shown at the bottom of the topic. Example
Topic TWikiHistory . { ..... Diffs r1.10 > r1.9 > r1.8 > r1.7 >... } Additional revisions can be selected by pressing the >... link.
- 31 Aug 1999 - Peter Thoeny
- Fixed Y2 K? bug. (Date in year 2000 had wrong format.)
- 08 Aug 1999 - Peter Thoeny
- New text formatting rule for creating tables. Text gets rendered as a table if enclosed in " " vertical bars. Example line as it is written and how it shows up
- 03 Aug 1999 - Peter Thoeny
- Online registration of new user using web form in TWiki Registration. Authentication of users.
- 22 Jul 1999 - Peter Thoeny
- Flags
$doLogTopic* in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
- 21 Jul 1999 - Peter Thoeny
- Flag
$doRemovePortNumber in wikicfg.pm to optionally remove the port number from the TWiki URL. Example www.some.domain:1234/twiki gets www.some.domain/twiki .
- 15 Jul 1999 - Peter Thoeny
- Search path for include files in
%INCLUDE:"file.inc"% variable. Search first in the current web, then in parent data directory. Useful to overload default include text in the data directory by web-specific text, like for example webcopyright.inc text.
- 07 Jul 1999 - Christophe Vermeulen?
- Link a plural topic to a singular topic in case the plural topic does not exist. Example
TestVersion / TestVersions , TestPolicy / TestPolicies , TestAddress / TestAddresses , TestBox / TestBoxes .
- 23 Jun 1999 - Peter Thoeny
- 23 Jun 1999 - Peter Thoeny
- Separate wiki.pm into configuration (wikicfg.pm) and TWiki core (wiki.pm) . This is to ease the upgrade of TWiki installations, it also allows customized extensions to TWiki without affecting the TWiki core.
- 21 May 1999 - David Warman?
- Externalize copyright text at the bottom of every page into a web-specific
webcopyright.inc file. This is to easily customize the copyright text.
- 20 May 1999 - Peter Thoeny
- Added meta tag so that robots index only /view/ of topics, not /edit/, /attach/ e.t.c. Tag <META NAME="ROBOTS" CONTENT="NOINDEX">
- 20 May 1999 - Peter Thoeny
- New variables
%WIKIHOMEURL% (link when pressing the icon on the upper left corner) and %WIKITOOLNAME% (the name of the wiki tool =Nevada Revealed = ).
- 15 Apr 1999 - Peter Thoeny
- Topic locking Warn user if a topic has been edited by an other person within one hour. This is to prevent contention, e.g. simultaneous topic updates.
- 26 Mar 1999 - Peter Thoeny
- File attachments Upload and download any file as a topic attachment by using the browser. File Attachment has more.
- 26 Mar 1999 - Peter Thoeny
- New variables
%PUBURL% (Public directory URL) and %ATTACHURL% (URL of topic file attachment).
- 09 Feb 1999 - Peter Thoeny
- New text formatting rule for creating
fixed font text . Words get showns in fixed font by enclosing them in "=" equal signs. Example Writing =fixed font= will show up as fixed font .
- 09 Feb 1999 - Peter Thoeny
- No new topic revision is created if the same person saves a topic again within one hour.
- 03 Feb 1999 - Peter Thoeny
- Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the
Diffs link at the bottom of each topic, e.g. Topic TWikiHistory . { Edit Ref-By Diffs r1.3 > r1.2 > r1.1 } Revision r1.3 1998/11/10 01:34 by PeterThoeny
- 04 Jan 1999 - Peter Thoeny
- Fixed bug when viewing differences between topic revisions that include HTML table tags like <table>, <tr>, <td>.
|
| |
1998 |
|
< < |
- Peter Thoeny 08 Dec 1998 Signature is shown below the text area when editing a topic. Use this to easily copy & paste your signature into the text.
- Peter Thoeny 07 Dec 1998 Possible to add a category table to a TWiki topic. This permits storing and searching for more structured information. Editing a topic shows a HTML form with the usual text area and a table with selectors, checkboxes, radio buttons and text fields. TWiki Documentation has more on setup. The TWiki.Know web uses this category table to set classification, platform and OS version.
- Peter Thoeny 18 Nov 1998 Internal log of topic save actions to the file
data/logYYYYMM.txt, where YYYYMM the year and month in numeric format is. Intended for auditing only, not accessible from the web.
- Peter Thoeny 10 Nov 1998 The email notification and the Changes topic have now a topic date that is linked. Clicking on the link will show the difference between the two most recent topic revisions.
- Peter Thoeny 10 Nov 1998 View differences between topic revisions. Each topic has a list of revisions (e.g.
r1.3) and differences thereof (e.g. >) at the bottom Topic TWikiHistory . { Edit Ref-By r1.3 > r1.2 > r1.1 } Revision r1.3 1998/11/10 01:34 by Peter Thoeny
- Peter Thoeny 26 Oct 1998 Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
- Peter Thoeny 26 Oct 1998 Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g.
Topic TWikiHistory . { Edit Ref-By r1.3 r1.2 r1.1 } Revision r1.3 1998/10/26 01:34:00 by Peter Thoeny
- Peter Thoeny 14 Oct 1998 Refered-By Find out which topics have a link to the current topic. Each topic has a Ref-By link for that. Note Only references from the current web are shown, not references from other webs.
- Peter Thoeny 13 Oct 1998 Alphabetical topic index in Web Search.
- Peter Thoeny 24 Sep 1998 Corrected templates for automatic email notification so that MS Outlook can display attachment as an HTML file.
- Peter Thoeny 13 Aug 1998 Wiki Notation allows also numbers after the
AaA sequence, e.g. AaA1 is a valid Wiki Topic? name, but not Aa1.
- Peter Thoeny 07 Aug 1998 Automatic email notification when something has changed in a TWiki web. Each web has a topic Web Notify where one can subscribe and unsubscribe.
- Peter Thoeny 06 Aug 1998 Added server side include of files. Syntax is
%INCLUDE:"filename.ext"%
- Peter Thoeny 05 Aug 1998 Signature and date is inserted automatically when creating a new topic.
- Peter Thoeny 04 Aug 1998 Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
- Peter Thoeny 04 Aug 1998 Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
- Peter Thoeny 31 Jul 1998 Support for quoted text with a '>' at the beginning of the line.
- Peter Thoeny 28 Jul 1998 Added TWiki variables, enclosed in % signs
%TOPIC% (Topic name), %WEB% (web name), %SCRIPTURL% (script URL), %DATE% (current date), %WIKIWEBMASTER% (Wiki webmaster address), %WIKIVERSION% (Wiki version), %USERNAME% (user name), %WIKIUSERNAME% (Wiki user name).
- Peter Thoeny 28 Jul 1998 Topic Web Changes shows Wiki username instead of Intranet username, e.g.
PeterThoeny instead of thoeny in case the Wiki username exists. Implementation Automatic lookup of Wiki username in topic TWiki Users.
- Peter Thoeny 28 Jul 1998 Topic index. (Technically speaking a simple '.*' search on topic names.)
- Peter Thoeny 28 Jul 1998 Topic Web Search allows full text search and and topic search with/without regular expressions.
- Peter Thoeny 27 Jul 1998 Added automatic links to topics in other TWiki webs by specifying <web name>.<topic name>, e.g.
Know.WebSeach .
- Peter Thoeny 23 Jul 1998 Installed initial version, based on the JOS Wiki. See Wiki Wiki Clones for details.
Related Topics
|
> > |
- 08 Dec 1998 - Peter Thoeny
- Signature is shown below the text area when editing a topic. Use this to easily copy & paste your signature into the text.
- 07 Dec 1998 - Peter Thoeny
- Possible to add a category table to a TWiki topic. This permits storing and searching for more structured information. Editing a topic shows a HTML form with the usual text area and a table with selectors, checkboxes, radio buttons and text fields. TWiki Documentation has more on setup. The TWiki.Know web uses this category table to set classification, platform and OS version.
- 18 Nov 1998 - Peter Thoeny
- Internal log of topic save actions to the file
data/logYYYYMM.txt, where YYYYMM the year and month in numeric format is. Intended for auditing only, not accessible from the web.
- 10 Nov 1998 - Peter Thoeny
- The email notification and the Changes topic have now a topic date that is linked. Clicking on the link will show the difference between the two most recent topic revisions.
- 10 Nov 1998 - Peter Thoeny
- View differences between topic revisions. Each topic has a list of revisions (e.g.
r1.3) and differences thereof (e.g. >) at the bottom Topic TWikiHistory . { Edit Ref-By r1.3 > r1.2 > r1.1 } Revision r1.3 1998/11/10 01:34 by Peter Thoeny
- 26 Oct 1998 - Peter Thoeny
- Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
- 26 Oct 1998 - Peter Thoeny
- Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g.
Topic TWikiHistory . { Edit Ref-By r1.3 r1.2 r1.1 } Revision r1.3 1998/10/26 01:34:00 by Peter Thoeny
- 14 Oct 1998 - Peter Thoeny
- Refered-By Find out which topics have a link to the current topic. Each topic has a Ref-By link for that. Note Only references from the current web are shown, not references from other webs.
- 13 Oct 1998 - Peter Thoeny
- 24 Sep 1998 - Peter Thoeny
- Corrected templates for automatic email notification so that MS Outlook can display attachment as an HTML file.
- 13 Aug 1998 - Peter Thoeny
- Wiki Notation allows also numbers after the
AaA sequence, e.g. AaA1 is a valid Wiki Topic? name, but not Aa1.
- 07 Aug 1998 - Peter Thoeny
- Automatic email notification when something has changed in a TWiki web. Each web has a topic Web Notify where one can subscribe and unsubscribe.
- 06 Aug 1998 - Peter Thoeny
- Added server side include of files. Syntax is
%INCLUDE:"filename.ext"%
- 05 Aug 1998 - Peter Thoeny
- Signature and date is inserted automatically when creating a new topic.
- 04 Aug 1998 - Peter Thoeny
- Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
- 04 Aug 1998 - Peter Thoeny
- Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
- 31 Jul 1998 - Peter Thoeny
- Support for quoted text with a '>' at the beginning of the line.
- 28 Jul 1998 - Peter Thoeny
- Added TWiki variables, enclosed in % signs
%TOPIC% (Topic name), %WEB% (web name), %SCRIPTURL% (script URL), %DATE% (current date), %WIKIWEBMASTER% (Wiki webmaster address), %WIKIVERSION% (Wiki version), %USERNAME% (user name), %WIKIUSERNAME% (Wiki user name).
- 28 Jul 1998 - Peter Thoeny
- Topic Web Changes shows Wiki username instead of Intranet username, e.g.
PeterThoeny instead of thoeny in case the Wiki username exists. Implementation Automatic lookup of Wiki username in topic TWiki Users.
- 28 Jul 1998 - Peter Thoeny
- Topic index. (Technically speaking a simple '.*' search on topic names.)
- 28 Jul 1998 - Peter Thoeny
- Topic Web Search allows full text search and and topic search with/without regular expressions.
- 27 Jul 1998 - Peter Thoeny
- Added automatic links to topics in other TWiki webs by specifying <web name>.<topic name>, e.g.
Know.WebSeach .
- 23 Jul 1998 - Peter Thoeny
- Installed initial version, based on the JOS Wiki. See Wiki Wiki Clones for details.
The Dev Process
|