1 rizwank 1.1 %META:TOPICINFO{author="PeterThoeny" date="1093769177" format="1.0" version="1.65"}%
2 %TOC%
3 %STARTINCLUDE%
4 ---# Appendix D: TWiki Development Timeline
5
6 ---++ 01-Sep-2004 Release (Cairo)
7
8 __Major New Features__
9
10 * Automatic upgrade script, and easier first-time installation
11 * Attractive new skins, using a standard set of CSS classes, and a skin browser to help you choose
12 * New easier-to-use save options
13 * Many improvements to SEARCH
14 * Improved support for internationalisation
15 * Better topic management screens
16 * More pre-installed Plugins: !CommentPlugin, !EditTablePlugin, !RenderListPlugin, !SlideShowPlugin, !SmiliesPlugin, !SpreadSheetPlugin, !TablePlugin
17 * Improved Plugins API and more Plugin callbacks
18 * Better support for different authentication methods
19 * Many user interface and usability improvements
20 * And many, many more enhancements
21
22 rizwank 1.1 %TABLE{ columnwidths="90%, 10%"}%
23 | *Details of New Features and Enhancements of 01-Sep-2004 Release* | *Developer, Sponsor* |
24 | Install: Ship with an automatic upgrade script to facilitate TWiki upgrades. [[http://TWiki.org/cgi-bin/view/Codev/CairoReleaseUpgradeGuide][Details]] | TWiki:Main.MartinGregory TWiki:Main.SvenDowideit |
25 | Install: New testenv function to change the locks in the TWiki database to the web server user id (automates installation step). [[http://TWiki.org/cgi-bin/view/Codev/RelockingRCSFiles][Details]] | TWiki:Main.MattWilkie TWiki:Main.SvenDowideit |
26 | Install: The shipped .htaccess.txt now needs to be edited before it is valid, to help reduce chances of error. [[http://TWiki.org/cgi-bin/view/Codev/InconsistentExtractDirectory][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit |
27 | Install: Configurable password file handling for different types of encryption. [[http://TWiki.org/cgi-bin/view/Codev/ConfigurablePasswordFileHandling][Details]] | TWiki:Main.PavelGoran TWiki:Main.SvenDowideit |
28 | Install: Remove office locations from registration. [[http://TWiki.org/cgi-bin/view/Codev/RemoveOfficeFromRegistration][Details]] | TWiki:Main.PeterThoeny |
29 | Install: Changes to support shorter URLs with Apache Rewrite rules. [[http://TWiki.org/cgi-bin/view/Codev/ShorterURLs][Details]] | TWiki:Main.AntonioBellezza TWiki:Main.WalterMundt |
30 | Install: Remove the Know web from the distribution. [[http://TWiki.org/cgi-bin/view/Codev/StopDistributingKnowWeb][Details]] | TWiki:Main.PeterThoeny |
31 | Internationalization: Support use of UTF-8 URLs for I18N characters in TWiki page and attachment names. [[http://TWiki.org/cgi-bin/view/Codev/EncodeURLsWithUTF8][Details]] | TWiki:Main.RichardDonkin |
32 | Authentication: Authenticate users when creating new topic in view restricted web. [[http://TWiki.org/cgi-bin/view/Codev/VariousAuthBugsFixed][Details]] | TWiki:Main.JonathanGraehl TWiki:Main.SvenDowideit |
33 | Preferences: TWiki Preferences need to be secured properly. [[http://TWiki.org/cgi-bin/view/Codev/SecureTWikiPreferences][Details]] | TWiki:Main.PeterThoeny |
34 | Preferences: Use TWiki Forms to set user preferences. [[http://TWiki.org/cgi-bin/view/Codev/UsingFormsForSettings][Details]] | TWiki:Main.JohnTalintyre |
35 | Skins: New pre-installed skins !PatternSkin and !DragonSkin. [[http://TWiki.org/cgi-bin/view/Codev/SkinsForCairoRelease][Details]] | TWiki:Main.ArthurClemens TWiki:Main.PeterThoeny |
36 | Skins: New skin browser to choose from installed skins. [[http://TWiki.org/cgi-bin/view/Codev/TWikiSkinBrowser][Details]] | TWiki:Main.PeterThoeny |
37 | Skins: Documented set of CSS classes that are used in standard skins. [[http://TWiki.org/cgi-bin/view/Codev/CssClassNames][Details]] | TWiki:Main.ArthurClemens TWiki:Main.SvenDowideit |
38 | Skins: Added CSS class names to Diff output. [[http://TWiki.org/cgi-bin/view/Codev/HardwiredRDiffColours][Details]] | TWiki:Main.SvenDowideit |
39 | Skins: Templates can now be read from user topics, as well as from files in the templates diretcory. [[http://TWiki.org/cgi-bin/view/Codev/ReadTemplatesFromUserTopics][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.WalterMundt |
40 | Skins: Ensure that the default template gets overridden by a template passed in. [[http://TWiki.org/cgi-bin/view/Codev/PassedInTopicTemplateOverridesDefault][Details]] | TWiki:Main.MartinCleaver TWiki:Main.WalterMundt |
41 | Skin: Convey an important broadcast message to all users, e.g. scheduled server downtime. [[http://TWiki.org/cgi-bin/view/Codev/BroadcastMessageHandling][Details]] | TWiki:Main.PeterThoeny |
42 | Skin: Balanced pastel colors for TWiki webs. [[http://TWiki.org/cgi-bin/view/Codev/TWikiWebColors][Details]] | TWiki:Main.ArthurClemens |
43 rizwank 1.1 | Rendering: Use exclamation point prefix to escape TWiki markup rendering. [[http://TWiki.org/cgi-bin/view/Codev/EasierNop][Details]] | TWiki:Main.ArthurClemens |
44 | Rendering: Ordered lists with uppercase & lowercase letters, uppercase & lowercase Roman numerals. [[http://TWiki.org/cgi-bin/view/Codev/ImprovedOutlines][Details]] | TWiki:Main.DanBoitnott TWiki:Main.PeterThoeny |
45 | Rendering: Allow custom styles for the "?" of uncreated topics. [[http://TWiki.org/cgi-bin/view/Codev/NewTopicLinkStylePatch][Details]] | TWiki:Main.SvenDowideit |
46 | Rendering: Render IRC and NNTP as a URL. [[http://TWiki.org/cgi-bin/view/Codev/RenderIrcAsURL][Details]] | TWiki:Main.PeterThoeny |
47 | Rendering: Make acronym linking more strict by requiring a trailing boundary, e.g. excluding TLAfoobar. [[http://TWiki.org/cgi-bin/view/Codev/TLAbehaviourIsOdd][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit |
48 | Rendering: TWiki Form with Label type. [[http://TWiki.org/cgi-bin/view/Codev/TWikiFormWithLabelType][Details]] | TWiki:Main.PeterThoeny |
49 | Rendering: Web names can now be !WikiWords. [[http://TWiki.org/cgi-bin/view/Codev/WebNameAsWikiName][Details]] | TWiki:Main.PeterThoeny |
50 | Rendering: New syntax for definition list with dollar sign and colon. [[http://TWiki.org/cgi-bin/view/Codev/WikiSyntaxForDefinitionLists][Details]] | TWiki:Main.AdamTheo TWiki:Main.PeterThoeny |
51 | Rendering: Table with multi-span rows, functionality provided by Table Plugin. [[http://TWiki.org/cgi-bin/view/Codev/WikiTablesNeedRowspanning][Details]] | TWiki:Main.WalterMundt |
52 | Variables: New title parameter for TOC variable. [[http://TWiki.org/cgi-bin/view/Codev/AddHeadingToToc][Details]] | TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens |
53 | Variables: New REVINFO variable in templates supports flexible display of revision information. [[http://TWiki.org/cgi-bin/view/Codev/AddRevisionVariablesToTemplate][Details]] | TWiki:Main.PeterThoeny TWiki:Main.SvenDowideit |
54 | Variables: Set times to be displayed as gmtime or servertime. [[http://TWiki.org/cgi-bin/view/Codev/AlwaysServerTimeZone][Details]] | TWiki:Main.SueBlake TWiki:Main.SvenDowideit |
55 | Variables: Properly encode parameters for form fields with ENCODE variable. [[http://TWiki.org/cgi-bin/view/Codev/EncodeParamsForFormFields][Details]] | TWiki:Main.PeterThoeny |
56 | Variables: Expand USERNAME and WIKINAME in Template Topics. [[http://TWiki.org/cgi-bin/view/Codev/ExpandUsernameAndWikinameInTemplateTopics][Details]] | TWiki:Main.PeterThoeny |
57 | Variables: Expand same variables in new user template as in template topics. [[http://TWiki.org/cgi-bin/view/Codev/ExpandVariablesInNewUserTemplate][Details]] | TWiki:Main.PeterThoeny |
58 | Variables: Optionally warn when included topic does not exist; with the option to create the included topic. [[http://TWiki.org/cgi-bin/view/Codev/FailedIncludeWarning][Details]] | TWiki:Main.PeterThoeny |
59 | Variables: In topic text show file-types of attached files as icons. [[http://TWiki.org/cgi-bin/view/Codev/FileAttachmentIconVariable][Details]] | TWiki:Main.PeterThoeny |
60 | Variables: New variable FORMFIELD returns the value of a field in the form attached to a topic.. [[http://TWiki.org/cgi-bin/view/Codev/FormattedTWikiFormDataInTopicText][Details]] | TWiki:Main.DavidSachitano TWiki:Main.SvenDowideit |
61 | Variables: Meta data rendering for form fields with META{"formfield"}. [[http://TWiki.org/cgi-bin/view/Codev/MetaDataRendering][Details]] | TWiki:Main.PeterThoeny |
62 | Variables: New PLUGINVERSION variable. [[http://TWiki.org/cgi-bin/view/Codev/PluginVersionVariable][Details]] | TWiki:Main.PeterThoeny |
63 | Variables: URLPARAM now has a =default="..."= argument, for when no value has been given. [[http://TWiki.org/cgi-bin/view/Codev/UrlParamWithDefaultValue][Details]] | TWiki:Main.PeterThoeny |
64 rizwank 1.1 | Variables: URLPARAM variable with newline parameter. [[http://TWiki.org/cgi-bin/view/Codev/UrlParamWithNewlineArg][Details]] | TWiki:Main.PeterThoeny |
65 | Variables: URLPARAM variable with new multiple=on parameter. [[http://TWiki.org/cgi-bin/view/Codev/UrlParamWithSelectMultiple][Details]] | TWiki:Main.PaulineCheung TWiki:Main.PeterThoeny |
66 | Search: New switch for search to perform an AND NOT search. [[http://TWiki.org/cgi-bin/view/Codev/InvertedSearchFeature][Details]] | TWiki:Main.PeterThoeny |
67 | Search: Keyword search to search with implicit AND. [[http://TWiki.org/cgi-bin/view/Codev/KeywordSearchWithImplicitAnd][Details]] | TWiki:Main.PeterThoeny |
68 | Search: Multiple searches in same topic with new multiple="on" paramter. [[http://TWiki.org/cgi-bin/view/Codev/MultipleSearchesInSameTopic][Details]] | TWiki:Main.PeterThoeny |
69 | Search: Remove limitation on number of topics to search in a web. [[http://TWiki.org/cgi-bin/view/Codev/ArgumentListIsTooLongForSearch][Details]] | TWiki:Main.PeterThoeny |
70 | Search: Exclude topics from search with an excludetopic parameter. [[http://TWiki.org/cgi-bin/view/Codev/ExcludeWebTopicsFromSearch][Details]] | TWiki:Main.PeterThoeny |
71 | Search: Expand Variables on Formatted Search with expandvariables Flag. [[http://TWiki.org/cgi-bin/view/Codev/ExpandVariablesOnFormattedSearch][Details]] | TWiki:Main.PeterThoeny |
72 | Search: Formatted Search with Web Form variable to retrieve the name of the form attached to a topic. [[http://TWiki.org/cgi-bin/view/Codev/FormattedSearchFormnameVariable][Details]] | TWiki:Main.FrankSmith TWiki:Main.PeterThoeny |
73 | Search: Formatted Search with Conditional Output. [[http://TWiki.org/cgi-bin/view/Codev/FormattedSearchWithConditionalOutput][Details]] | TWiki:Main.PeterThoeny |
74 | Search: Formatted Search with $parent token to get the parent topic. [[http://TWiki.org/cgi-bin/view/Codev/FormattedSearchWithParentTopic][Details]] | TWiki:Main.PeterThoeny |
75 | Search: New separator parameter to SEARCH supports better SEARCH embedding. [[http://TWiki.org/cgi-bin/view/Codev/FormattedSearchWithSeparatorParameter][Details]] | TWiki:Main.PeterThoeny |
76 | Search: Improved search performance when sorting result by topic name. [[http://TWiki.org/cgi-bin/view/Codev/SchwartzianTransformMisused][Details]] | TWiki:Main.PeterThoeny |
77 | Search: New =scope=all= search parameter to search in topic name and topic text at the same time. [[http://TWiki.org/cgi-bin/view/Codev/SearchScopeForTopicAndText][Details]] | TWiki:Main.PeterThoeny |
78 | Search: New =topic= parameter for AND search on topic text and topic name. [[http://TWiki.org/cgi-bin/view/Codev/SearchTopicNameAndTopicText][Details]] | TWiki:Main.PeterThoeny |
79 | Search modules uses Perl-style keyword parameters (code cleanup). [[http://TWiki.org/cgi-bin/view/Codev/SearchWebHasTooManyParameters][Details]] | TWiki:Main.PeterThoeny |
80 | Search: New $wikiname variable in format parameter of formatted search. [[http://TWiki.org/cgi-bin/view/Codev/ShortUserNameInFormattedSearch][Details]] | TWiki:Main.ArthurClemens |
81 | Search: Sort search by topic creation date. [[http://TWiki.org/cgi-bin/view/Codev/SortSearchByTopicCreateDate][Details]] | TWiki:Main.PeterThoeny |
82 | Search: Topic creation date and user in Formatted Search. [[http://TWiki.org/cgi-bin/view/Codev/TopicCreateDateInFormattedSearch][Details]] | TWiki:Main.CoreyFruitman TWiki:Main.SvenDowideit |
83 | Search: Increase levels of nested search from 2 to 16. [[http://TWiki.org/cgi-bin/view/Codev/MoreNestedSearchLevels][Details]] | TWiki:Main.PeterThoeny |
84 | Plugins: New pre-installed Plugins !CommentPlugin, !EditTablePlugin, !RenderListPlugin, !SlideShowPlugin, !SmiliesPlugin, !SpreadSheetPlugin, !TablePlugin. [[http://TWiki.org/cgi-bin/view/Codev/PreinstalledTWikiPlugins][Details]] | TWiki:Main.PeterThoeny |
85 rizwank 1.1 | Plugins: New callback =afterSaveHandler=, called after a topic is saved. [[http://TWiki.org/cgi-bin/view/Codev/AfterSavePluginHandler][Details]] | TWiki:Main.WalterMundt |
86 | Plugins: New callbacks =beforeAttachmentSaveHandler= and =afterAttachmentSaveHandler=, used to intervene on attachment save event. [[http://TWiki.org/cgi-bin/view/Codev/BeforeAttachmentSaveHandler][Details]] | TWiki:Main.MartinCleaver TWiki:Main.WalterMundt |
87 | Plugins: New callbacks =beforeCommonTagsHandler= and =afterCommonTagsHandler=. [[http://TWiki.org/cgi-bin/view/Codev/BeforeCommonTagsHandler][Details]] | TWiki:Main.PeterThoeny |
88 | Plugins: New callback =renderFormFieldForEditHandler= to render form field for edit. [[http://TWiki.org/cgi-bin/view/Codev/RenderFormFieldForEditHandler][Details]] | TWiki:Main.JohnTalintyre |
89 | Plugins: New callback =renderWikiWordHandler= to custom render links. [[http://TWiki.org/cgi-bin/view/Codev/RenderedWikiWordHandler][Details]] | TWiki:Main.MartinCleaver TWiki:Main.WalterMundt |
90 | Plugins: New function =TWiki::Func::formatTime= to format time into a string. [[http://TWiki.org/cgi-bin/view/Codev/FormatTime][Details]] | TWiki:Main.SvenDowideit |
91 | Plugins: New function =TWiki::Func::getRegularExpression= to get predefined regular expressions. [[http://TWiki.org/cgi-bin/view/Codev/GetRegularExpression][Details]] | TWiki:Main.RichardDonkin |
92 | Plugins: New functions =TWiki::Func::getPluginPreferences*= to get Plugin preferences. [[http://TWiki.org/cgi-bin/view/Codev/GetPluginPreferences][Details]] | TWiki:Main.WalterMundt |
93 | Plugins: New function =TWiki::Func::extractParameters= to extract all parameters from a variable string. [[http://TWiki.org/cgi-bin/view/Codev/ExtractParameters][Details]] | TWiki:Main.PeterThoeny |
94 | Plugins: New function =TWiki::Func::checkDependencies= to check for module dependency. [[http://TWiki.org/cgi-bin/view/Codev/PluginDependencies][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit |
95 | Plugins: A recommendation for where a Plugin can store its data. [[http://TWiki.org/cgi-bin/view/Codev/RecommendedStorageOfPluginData][Details]] | TWiki:Main.PeterThoeny |
96 | UI: Show tool-tip topic info on WikiWord links. [[http://TWiki.org/cgi-bin/view/Codev/ToolTipTopicInfoOnWikiWordLinks][Details]] | TWiki:Main.PeterThoeny |
97 | UI: Save topic and continue edit feature. [[http://TWiki.org/cgi-bin/view/Codev/CheckpointSave][Details]] | TWiki:Main.ColasNahaboo |
98 | UI: Change topic with direct save (without edit/preview/save cycle) and checkpoint save. [[http://TWiki.org/cgi-bin/view/Codev/SavemultiCgiScript][Details]] | TWiki:Main.MattWilkie TWiki:Main.SvenDowideit |
99 | UI: In attachment table, change 'action' to 'manage'. [[http://TWiki.org/cgi-bin/view/Codev/AttachmentActionLinkBadName][Details]] | TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens |
100 | UI: Smaller usability enhancements on the file attachment table. [[http://TWiki.org/cgi-bin/view/Codev/BetterAttachmentTableForCairoRelease][Details]] | TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens |
101 | UI: Removes anchor links from header content and places them before the text to fix 'header becomes link'. [[http://TWiki.org/cgi-bin/view/Codev/BetterLinksToHeadings][Details]] | TWiki:Main.ArthurClemens |
102 | UI: Improved functionality of the More screen. [[http://TWiki.org/cgi-bin/view/Codev/BetterMoreRealizedFeatures][Details]] | TWiki:Main.PeterThoeny TWiki:Main.ArthurClemens |
103 | UI: Quick reference chart of most used markup is now listed on the edit screen. [[http://TWiki.org/cgi-bin/view/Codev/HelpTextInEditPage][Details]] | TWiki:Main.ArthurClemens |
104 | UI: Flag for edit script to avoid overwrite of existing topic text and form data. [[http://TWiki.org/cgi-bin/view/Codev/FlagForEditScriptToAvoidFormDataOverwrite][Details]] | TWiki:Main.NielsKoldso TWiki:Main.PeterThoeny |
105 | UI: Disable Escape key in IE textarea to prevent it cancelling work. [[http://TWiki.org/cgi-bin/view/Codev/EscKeyInEditorDeletesText][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny |
106 rizwank 1.1 | UI: Improved warning message on unsaved topic. [[http://TWiki.org/cgi-bin/view/Codev/ReassurePeopleTheyDidntLoseTheirData][Details]] | TWiki:Main.MartinGregory TWiki:Main.SvenDowideit |
107 | UI: Reverse order of words in page title for better multi-window/tab navigation. [[http://TWiki.org/cgi-bin/view/Codev/ReversePageTitle][Details]] | TWiki:Main.ArthurClemens |
108 | UI: Provides a framework to create and modify a topic without going through edit->preview->save sequence. [[http://TWiki.org/cgi-bin/view/Codev/SaveContentWithoutEdit][Details]] | TWiki:Main.AndreUlrich TWiki:Main.SvenDowideit |
109 | UI: Set the topic parent to none in More screen, e.g. remove the current topic parent. [[http://TWiki.org/cgi-bin/view/Codev/SettingParentTopicToNone][Details]] | TWiki:Main.PeterThoeny |
110 | UI: Use templates to define how file attachments are displayed. Was previously hard-coded. [[http://TWiki.org/cgi-bin/view/Codev/TemplatesForMetaDataPresentation][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit |
111 | UI: Topic diff shows unified diff with unchanged context. [[http://TWiki.org/cgi-bin/view/Codev/UnifiedDiffOutput][Details]] | TWiki:Main.SvenDowideit |
112 | UI: Diff feature shows TWiki form changes in nice tables. [[http://TWiki.org/cgi-bin/view/Codev/TWikiFormsDiffRendering][Details]] | TWiki:Main.SvenDowideit |
113 | Code refactoring: The log entry for a save now has a dontNotify flag in the extra field if the user checked the minor changes flag. [[http://TWiki.org/cgi-bin/view/Codev/DontNotifyFlagInLogFile][Details]] | TWiki:Main.PeterThoeny |
114 | Code refactoring: Server-side include of attachments accelerates INCLUDE. [[http://TWiki.org/cgi-bin/view/Codev/IncludeAttachment][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny |
115 | Code refactoring: Move functionality out of bin scripts and into included modules. [[http://TWiki.org/cgi-bin/view/Codev/MoreChangesToUpload][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit |
116 | Code refactoring: Move bin script functionality into TWiki::UI modules. [[http://TWiki.org/cgi-bin/view/Codev/MoveScriptFunctionalityIntoTWikiUiLibs][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny |
117 | Code refactoring: Optimize preferences handling for better performance. [[http://TWiki.org/cgi-bin/view/Codev/OptimizePreferencesHandling][Details]] | TWiki:Main.PavelGoran TWiki:Main.WalterMundt |
118 | Code refactoring: Refactor variable expansion for edit and register. [[http://TWiki.org/cgi-bin/view/Codev/RefactorVariableExpansion][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny |
119 | Code refactoring: Move savemulti script into TWiki::UI::Save. [[http://TWiki.org/cgi-bin/view/Codev/SavemultiIntoSaveDotPm][Details]] | TWiki:Main.MattWilkie TWiki:Main.SvenDowideit |
120 | Code refactoring: Topic search is done natively in Perl, it does not depend anymore on system calls with pipes. [[http://TWiki.org/cgi-bin/view/Codev/SearchWithNoPipe][Details]] | TWiki:Main.PeterThoeny |
121 | Code refactoring: Fix logical error in upload script which prevented MIME filename from being used. [[http://TWiki.org/cgi-bin/view/Codev/UploadFilenameFixToEnableBatchUploadWithCurl][Details]] | TWiki:Main.WalterMundt |
122
123
124 %TABLE{ columnwidths="90%, 10%"}%
125 | *Bug Fixes of 01-Sep-2004 Release* | *Developer, Sponsor* |
126 | Fix: Consistently create headings with empty anchor tags. [[http://TWiki.org/cgi-bin/view/Codev/AllcapsHeadingsProduceBrokenAnchors][Details]] | TWiki:Main.PeterThoeny |
127 rizwank 1.1 | Fix: TOC does not work for headings containing & without spaces surrounding it. [[http://TWiki.org/cgi-bin/view/Codev/AmpersandHeadingBadTOCLink][Details]] | TWiki:Main.PeterThoeny |
128 | Fix: Backslash line break breaks TWiki form definitions. [[http://TWiki.org/cgi-bin/view/Codev/BackslashBreaksForm][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.PeterThoeny |
129 | Fix: Rename fixes unrelated topic references. [[http://TWiki.org/cgi-bin/view/Codev/BugInTopicRenaming][Details]] | TWiki:Main.RichardDonkin |
130 | Fix: Bug with infinite recursion in search. [[http://TWiki.org/cgi-bin/view/Codev/BugInfiniteRecursionInSearch][Details]] | TWiki:Main.PeterThoeny |
131 | Fix: Can't send mail with full 'From' address. [[http://TWiki.org/cgi-bin/view/Codev/CantSendMailWithFullAddress][Details]] | TWiki:Main.PeterThoeny |
132 | Fix: All scripts change to $bin before execute (for mod_perl2). [[http://TWiki.org/cgi-bin/view/Codev/ChangeToScriptDirForModPerl][Details]] | TWiki:Main.PeterThoeny |
133 | Fix: Several RSS readers do not show all entries seen in the !WebChanges list; repeated updates to the same topics get lost. [[http://TWiki.org/cgi-bin/view/Codev/ChangesDontShowUpInRSS][Details]] | TWiki:Main.ArthurClemens |
134 | Fix: TWiki::Access::checkAccessPermission function improperly handles Main and TWiki webs. [[http://TWiki.org/cgi-bin/view/Codev/CheckAccessPermissionBrokenForMainAndTWikiWebs][Details]] | TWiki:Main.SvenDowideit |
135 | Fix: Topic save returns error CI Date precedes date in revision. [[http://TWiki.org/cgi-bin/view/Codev/CiDatePrecedesDateInRevision][Details]] | TWiki:Main.PeterThoeny |
136 | Fix: Double quotes got replaced by " in TWiki forms. [[http://TWiki.org/cgi-bin/view/Codev/DoubleQuoteHandlingInTwikiForms][Details]] | TWiki: MS TWiki:Main.PeterThoeny |
137 | Fix: Duplicated Wiki name in .htpasswd entry for sha1 encoding. [[http://TWiki.org/cgi-bin/view/Codev/DuplicatedWikiNameInHtpasswdEntry][Details]] | TWiki:Main.PeterThoeny |
138 | Fix: When viewing a previous version of a topic, the view script substitutes only one occurrence of the variable EDITTOPIC. [[http://TWiki.org/cgi-bin/view/Codev/EditTopicNotGloballySubstituted][Details]] | TWiki:Main.PeterThoeny |
139 | Fix: Form default values are not working for text fields. [[http://TWiki.org/cgi-bin/view/Codev/FormDefaultNotWorkingForTextField][Details]] | TWiki:Main.ThomasWeigert TWiki:Main.SvenDowideit |
140 | Fix: Formatted searches using a $pattern which unbalanced parenthesis crash TWiki. [[http://TWiki.org/cgi-bin/view/Codev/FormattedSearchPatternExtractionUnmatchedParenthesesError][Details]] | TWiki:Main.PeterThoeny |
141 | Fix: Formatted Search uses title but should use name for formfield parameter. [[http://TWiki.org/cgi-bin/view/Codev/FormattedSearchUsesTitleInsteadOfName][Details]] | TWiki:Main.PeterThoeny |
142 | Fix: GMTIME variable returns unwanted GMT text. [[http://TWiki.org/cgi-bin/view/Codev/GmTimeVariableReturnsUnwantedGMT][Details]] | TWiki:Main.SvenDowideit |
143 | Fix: Include from other Web links ACRONYMS. [[http://TWiki.org/cgi-bin/view/Codev/IncludeFromOtherWebLinksACRONYMS][Details]] | TWiki:Main.PeterThoeny |
144 | Fix: Including an HTML file is very slow. [[http://TWiki.org/cgi-bin/view/Codev/IncludeHTMLTakesLongTime][Details]] | TWiki:Main.JohnTalintyre |
145 | Fix: includeUrl() mess up absolute URLs. [[http://TWiki.org/cgi-bin/view/Codev/IncludeUrlScrewsUpAbsoluteUrls][Details]] | TWiki:Main.SvenDowideit |
146 | Fix: Filter out fixed font rendering in TOC to avoid unrendered = equal signs in TOC. [[http://TWiki.org/cgi-bin/view/Codev/IncorrectWhitespaceParsingInTOC][Details]] | TWiki:Main.PeterThoeny |
147 | Fix: The initializeUserHandler is broken for session Plugins. [[http://TWiki.org/cgi-bin/view/Codev/InitializeUserHandlerBroken][Details]] | TWiki:Main.JohnTalintyre |
148 rizwank 1.1 | Fix: SEARCH fails with very large webs. [[http://TWiki.org/cgi-bin/view/Codev/InlineSearchArgListTooLong][Details]] | TWiki:Main.PeterThoeny |
149 | Fix: Security alert: User could gain view access rights of another user. [[http://TWiki.org/cgi-bin/view/Codev/InsecureViewWithFailedAuthentication][Details]] | TWiki:Main.KimCovil TWiki:Main.PeterThoeny |
150 | Fix: 'print to closed file handle' error of log files are not writable. [[http://TWiki.org/cgi-bin/view/Codev/LogAndWarningFilePermissionsGiveBadErrorMessage][Details]] | TWiki:Main.MartinGregory TWiki:Main.SvenDowideit |
151 | Fix: Meta data handler can't process CR-LF line endings. [[http://TWiki.org/cgi-bin/view/Codev/MetaDataHandlerCantProcessCrLfLineEndings][Details]] | TWiki:Main.PeterThoeny |
152 | Fix: METAFIELD meta data is not shown in view raw=on mode. [[http://TWiki.org/cgi-bin/view/Codev/MetaFieldNotShownInViewRawMode][Details]] | TWiki:Main.PeterThoeny |
153 | Fix: Minor XHTML non-compliance in templates and code. [[http://TWiki.org/cgi-bin/view/Codev/MinorXHTMLNonComplianceInTemplates][Details]] | TWiki:Main.PeterThoeny |
154 | Fix: Getting pages from virtual hosts fails. [[http://TWiki.org/cgi-bin/view/Codev/NetCantGetURLFromVhosts][Details]] | TWiki:Main.JohnTalintyre |
155 | Fix: Create new web fails if !RCS files do not exist. [[http://TWiki.org/cgi-bin/view/Codev/NewWebFailsIfTemplateRCSIsDeleted][Details]] | TWiki:Main.ClausBrunzema TWiki:Main.SvenDowideit |
156 | Fix: Metacharacters can be passed through to the shell in File Attach. [[http://TWiki.org/cgi-bin/view/Codev/NoShellCharacterEscapingInFileAttachComment][Details]] | TWiki:Main.PeterThoeny |
157 | Fix: Ability to delete non-WikiWord topics without confirmation. [[http://TWiki.org/cgi-bin/view/Codev/NonWikiWordInConfirm][Details]] | TWiki:Main.PeterThoeny |
158 | Fix: + symbol in password reset fails. [[http://TWiki.org/cgi-bin/view/Codev/OopsResetPasswdFormat][Details]] | TWiki:Main.PeterThoeny |
159 | Fix: Pathinfo cleanup for hosted sites. [[http://TWiki.org/cgi-bin/view/Codev/PathInfoCleanupBug][Details]] | TWiki:Main.MikeSalisbury TWiki:Main.SvenDowideit |
160 | Fix: Software error in SEARCH if regular expression pattern has unmached parenthesis. [[http://TWiki.org/cgi-bin/view/Codev/PatternExtractBug][Details]] | TWiki:Main.PeterThoeny |
161 | Fix: Pipe chars in the comment field of the attachment table are not escaped. [[http://TWiki.org/cgi-bin/view/Codev/PipeInCommentInAttachmentTableNotEscaped][Details]] | TWiki:Main.PeterThoeny |
162 | Fix: Link escaping in preview fails for not quoted hrefs. [[http://TWiki.org/cgi-bin/view/Codev/PreviewDoesNoQuoteHrefs][Details]] | TWiki:Main.TedPavlic TWiki:Main.PeterThoeny |
163 | Fix: Preview expands variables twice. [[http://TWiki.org/cgi-bin/view/Codev/PreviewExpandsVariablesTwice][Details]] | TWiki:Main.PeterThoeny |
164 | Fix: Using a proxy with TWiki fails; no proxy-HTTP request, minimal request not HTTP 1.0, requests marked 1.1 are at best 1.0. [[http://TWiki.org/cgi-bin/view/Codev/ProxiedIncludesBrokenImplementationBug][Details]] | TWiki:Main.MichaelSparks TWiki:Main.JohnTalintyre |
165 | Fix: Runaway view processes with TWiki::Sore::RcsLite. [[http://TWiki.org/cgi-bin/view/Codev/RcsLiteRunawayViewProcesses][Details]] | TWiki:Main.SvenDowideit |
166 | Fix: Regex Error in !WebTopicList with topics that have meta characters in the name. [[http://TWiki.org/cgi-bin/view/Codev/RegexErrorWithTopicNamesWithMetaChars][Details]] | TWiki:Main.PeterThoeny |
167 | Fix: Rename script misses some ref-by topics. [[http://TWiki.org/cgi-bin/view/Codev/RenameScriptMissesSomeReferrers][Details]] | TWiki:Main.JohnTalintyre |
168 | Fix: Links to self within the page being renamed are not changed. [[http://TWiki.org/cgi-bin/view/Codev/RenameSkipsSelf][Details]] | TWiki:Main.SvenDowideit |
169 rizwank 1.1 | Fix: Rename topic does 'Main.Main.UserName' for attachments. [[http://TWiki.org/cgi-bin/view/Codev/RenameTopicDoesMainMainUser][Details]] | TWiki:Main.PeterThoeny |
170 | Fix: Revision date is set to Jan 1970 when using RCS Lite. [[http://TWiki.org/cgi-bin/view/Codev/RevisionDateJan1970][Details]] | TWiki:Main.SvenDowideit |
171 | Fix: The new dynamically-created <nop>SiteMap is very nice, but somewhat slow. [[http://TWiki.org/cgi-bin/view/Codev/SiteMapIsSlow][Details]] | TWiki:Main.PeterThoeny |
172 | Fix: The makeAnchorName function did not produce the same results if called iteratively, resulting in problems trying to link to headers.. [[http://TWiki.org/cgi-bin/view/Codev/SpecificLinkIncorrectlyRemovesAnchorUnderscores][Details]] | TWiki:Main.WalterMundt |
173 | Fix: Statistics page does not provide links to non-wikiword topics. [[http://TWiki.org/cgi-bin/view/Codev/StatisticsDoesNotLinkNonWikiWordTopics][Details]] | TWiki:Main.PeterThoeny |
174 | Fix: Make TOC link URI references relative. [[http://TWiki.org/cgi-bin/view/Codev/TOCLinkURIRefsNotRelative][Details]] | TWiki:Main.MartinGregory TWiki:Main.PeterThoeny |
175 | Fix: TWiki hangs when used on Apache 2.0. [[http://TWiki.org/cgi-bin/view/Codev/TWikiOnApache2dot0Hangs][Details]] | TWiki:Main.SvenDowideit |
176 | Fix: TOC incorrectly strips out links in headers. [[http://TWiki.org/cgi-bin/view/Codev/TocMishandlesStrippingLinks][Details]] | TWiki:Main.PeterThoeny |
177 | Fix: The HTML tags that are generated by TOC do not close properly. [[http://TWiki.org/cgi-bin/view/Codev/TocNotClosedProperly][Details]] | TWiki:Main.PeterThoeny |
178 | Fix: TOC on INCLUDEd topic ignores STOPINCLUDE. [[http://TWiki.org/cgi-bin/view/Codev/TocWithParameterIgnoresStopinclude][Details]] | TWiki:Main.WillNorris TWiki:Main.PeterThoeny |
179 | Fix: Quotes in tooltip message can break a TWiki form. [[http://TWiki.org/cgi-bin/view/Codev/TooltipCanBreakForm][Details]] | TWiki:Main.PeterThoeny |
180 | Fix: Better error message if the file attachment directory is not writable. [[http://TWiki.org/cgi-bin/view/Codev/UninitializedValueInRcsFile][Details]] | TWiki:Main.CrawfordCurrie TWiki:Main.SvenDowideit |
181 | Fix: Image size of PNG files. [[http://TWiki.org/cgi-bin/view/Codev/UploadDoesNotGenerateImageSizeOfPngs][Details]] | TWiki:Main.ArthurClemens |
182 | Fix: The testenv script distinguishes between real user ID and effective user ID. [[http://TWiki.org/cgi-bin/view/Codev/UseEffectiveUIDInTestenv][Details]] | TWiki:Main.RichardDonkin |
183 | Fix: Variables in square bracket links dont work in form fields. [[http://TWiki.org/cgi-bin/view/Codev/VariableInSquareBracketLinkDoestWorkInFormField][Details]] | TWiki:Main.SvenDowideit |
184 | Fix: Variable with Parameters in Form Fields Disappear. [[http://TWiki.org/cgi-bin/view/Codev/VariableWithParamsInFormFieldsDisappear][Details]] | TWiki:Main.PeterThoeny |
185 | Fix: Verbatim tag should escape HTML entities. [[http://TWiki.org/cgi-bin/view/Codev/VerbatimShouldEscapeHtmlEntities][Details]] | TWiki:Main.PeterThoeny |
186 | Fix: Field names of TWiki Forms can be !WikiWords, this is used to link to a help topic. [[http://TWiki.org/cgi-bin/view/Codev/WebDotTopicFormFieldNamesDontWork][Details]] | TWiki:Main.PeterThoeny |
187 | Fix: Clean up the !WebRssBase INCLUDES to use VARIABLES set in !TWikiPreferences. [[http://TWiki.org/cgi-bin/view/Codev/WebRssBaseDcFieldsWrong][Details]] | TWiki:Main.SvenDowideit |
188 | Fix: Resolving variables in included topics. [[http://TWiki.org/cgi-bin/view/Codev/WrongInternalTagOrder][Details]] | TWiki:Main.OliverKrueger TWiki:Main.SvenDowideit |
189
190 rizwank 1.1 ---++ 01-Feb-2003 Release (Beijing)
191
192 * *18 Jan 2003* - TWiki:Main.PeterThoeny
193 * Support for =/bin/view/Web.TopicName= topic view URL (besides the default =/bin/view/Web/TopicName= URL); useful for InterwikiPlugin links like TWiki:Codev.ReadmeFirst
194 * *31 Dec 2002* - TWiki:Main.PeterThoeny
195 * Enhanced Plugin API to manipulate topic data with new functions in TWikiFuncModule: =readTopicText=, =saveTopicText=, =setTopicEditLock=, =checkTopicEditLock=
196 * *31 Dec 2002* - TWiki:Main.PeterThoeny
197 * New =%<nop>NOAUTOLINK%= setting in the %WIKIPREFSTOPIC% to disable the auto-linking of WikiWords
198 * *29 Dec 2002* - TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny, TWiki:Main.RichardDonkin, TWiki:Main.SvenDowideit
199 * New Plugin hooks =registrationHandler=, =beforeEditHandler=, =afterEditHandler=, =beforeSaveHandler=, =writeHeaderHandler=, =redirectCgiQueryHandler=, =getSessionValueHandler=, =setSessionValueHandler=
200 * *30 Nov 2002* - TWiki:Main.RichardDonkin
201 * Internationalization ('I18N') support for international characters in WikiWords, such as ISO-8859-15, KOI8-R - also supports Chinese, Japanese, etc.
202 * *25 Nov 2002* - TWiki:Main.PeterThoeny
203 * Include previous topic revision with =%<nop>INCLUDE{ "OtherTopic" rev="1.2" }%=
204 * *15 Nov 2002* - TWiki:Main.PeterThoeny
205 * The Go box understands also URLs, useful for special TWikiSkins handling
206 * *08 Nov 2002* - TWiki:Main.ColasNahaboo, TWiki:Main.RichardDonkin
207 * In %NOTIFYTOPIC%, if only the WikiName is specified, the e-mail is taken from the user's home page; if the WikiName is a group name, a notification is sent to all members of the group
208 * *30 Oct 2002* - TWiki:Main.PeterThoeny
209 * New =%<nop>NOP{}%= variable in TWikiTemplates topic gets removed at topic creation time; useful to write protect template topics
210 * *28 Sep 2002* - TWiki:Main.PeterThoeny
211 rizwank 1.1 * The =%<nop>URLPARAM{}%= variable in TWikiTemplates topic gets expanded at topic creation time; useful for dynamic content creation
212 * *28 Sep 2002* - TWiki:Main.PeterThoeny
213 * New =$logDir= introduced in TWiki.cfg to set the log directory
214 * *13 Sep 2002* - TWiki:Main.PeterThoeny
215 * Renamed the *Test* web to *Sandbox*
216 * *03 Aug 2002* - TWiki:Main.RichardDonkin
217 * New =setlib.cfg= file in the bin directory to set the TWiki library path
218 * *02 Aug 2002* - TWiki:Main.PeterThoeny, TWiki:Main.RyanFreebern
219 * Support for outbound HTTP proxy when including URLs based on new =%<nop>PROXYHOST= and =%<nop>PROXYPORT%= settings in the %WIKIPREFSTOPIC%
220 * *12 Jul 2002* - TWiki:Main.PeterThoeny
221 * The page logo is configurable with new =%<nop>WIKILOGOIMG%=, =%<nop>TWIKILOGOURL%= and =%<nop>WIKILOGOALT%= variables in %WIKIPREFSTOPIC%; replacing =$wikiHomeUrl= in TWiki.cfg
222 * *12 Jun 2002* - TWiki:Main.PeterThoeny
223 * New =%<nop>WIKITOOLNAME%= variable in %WIKIPREFSTOPIC%; replacing =$wikiToolName= in TWiki.cfg
224 * *31 May 2002* - TWiki:Main.PeterThoeny
225 * New =%<nop>EDITBOXSTYLE%= preferences variable which sets the edit box width automatically to the window width
226 * *17 May 2002* - TWiki:Main.PeterThoeny
227 * New =%<nop>URLENCODE{}%= variable to encodes a string for using in a URL parameter, e.g. =%<nop>URLENCODE{"spaced name"}%= returns =spaced%20name=
228 * *17 May 2002* - TWiki:Main.PeterThoeny
229 * FormattedSearch can be nested
230 * *05 May 2002* - TWiki:Main.PeterThoeny
231 * New user home pages are now based on the NewUserTemplate, replacing the =/twiki/templates/register.tmpl= template file
232 rizwank 1.1 * *26 Apr 2002* - TWiki:Main.PeterThoeny
233 * New markup to exclude heading from a =%<nop>TOC%= table of content, e.g. =---+!! This heading= is not shown in a TOC
234 * *13 Apr 2002* - TWiki:Main.PeterThoeny
235 * Form and script to create new webs, see ManagingWebs
236 * *01 Apr 2002* - TWiki:Main.JohnTalintyre
237 * 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
238 * *28 Mar 2002* - TWiki:Main.RichardDonkin
239 * Fixed IE5/IE6-specific problem whereby going back from preview sometimes removes all edit changes
240 * *23 Mar 2002* - TWiki:Main.JohnTalintyre
241 * New AND search; with regular expression enabled, use the semicolon ";" as the AND operator in =%<nop>SEARCH{}%= variable, FormattedSearch and WebSearch
242 * *21 Mar 2002* - TWiki:Main.ColasNahaboo, TWiki:Main.RichardDonkin
243 * Fixed cache issue where the edit page showed outdated content
244 * *06 Mar 2002* - TWiki:Main.RichardDonkin
245 * Improved statistics script which uses less memory to process large log files
246 * *09 Jan 2002* - TWiki:Main.JohnTalintyre
247 * Variables inside =<verbatim>= tags are no longer expanded
248
249 ---++ 01-Dec-2001 Release (Athens)
250
251 * *25 Oct 2001* - TWiki:Main.PeterThoeny
252 * Added FormattedSearch to =%<nop>SEARCH{}%= variable for database like reporting.
253 rizwank 1.1
254 ---++ 01-Sep-2001 Release
255
256 * *30 Aug 2001* - TWiki:Main.JohnTalintyre
257 * Easier install for Windows, including auto detection in =TWiki.cfg=
258 * *30 Aug 2001* - TWiki:Main.JohnTalintyre
259 * Ability to move attachments between topics, see FileAttachments
260 * *21 Aug 2001* - TWiki:Main.PeterThoeny
261 * Convert to XHTML 1.0 function: first step to XHTML-ifying TWiki
262 * *26 Jun 2001* - TWiki:Main.JohnTalintyre
263 * Category information to forms using the TWikiMetaData format, see TWikiForms
264 * *07 Jun 2001* - TWiki:Main.PeterThoeny
265 * New topic templates as topics instead of templates. Customize by editing the topic. Retired =notedited.tmpl=, =notext.tmpl= and =notwiki.tmpl= templates. More in TWikiTemplates.
266 * *07 Jun 2001* - TWiki:Main.PeterThoeny
267 * New =%<nop>TOPICLIST{"format"}%= and =%<nop>WEBLIST{"format"}%= variables to get a formatted topic index and web index, respectively. More in TWikiVariables.
268 * *01 Jun 2001* - TWiki:Main.PeterThoeny
269 * New =%<nop>URLPARAM{"name"}%= variable to query URL parameters. More in TWikiVariables.
270 * *01 Jun 2001* - TWiki:Main.AndreaSterbini
271 * API to extend TWiki, see [[TWikiPlugins#PluginAPI][TWikiPluginAPI]]
272 * *01 Jun 2001* - TWiki:Main.KlausWriessnegger, TWiki:Main.AndreaSterbini
273 * Forms to change/reset/install passwords, see ChangePassword & ResetPassword
274 rizwank 1.1 * *01 May 2001* - TWiki:Main.AndreaSterbini
275 * The %MAINWEB%.TWikiAdminGroup (or other group) can be enabled as a [[TWikiAccessControl#SuperAdminGroup][SuperAdminGroup]]. Members have browser edit access to _all_ locked topics.
276 * *01 May 2001* - TWiki:Main.JohnTalintyre
277 * Meta information format, see TWikiMetaData
278 * *01 May 2001* - TWiki:Main.JohnTalintyre
279 * Attachment under revision control See FileAttachment
280 * *01 May 2001* - TWiki:Main.JohnTalintyre
281 * Ability to rename/move topics, ManagingTopics
282 * *27 Mar 2001* - TWiki:Main.PeterThoeny
283 * The table syntax has been enhanced to (i) render ==| <nop>*bold*<nop> |== cells as table headers, (ii) render space padded cells ==| center aligned |== and ==| right aligned |==, (iii) span multiple columns using ==| empty cells |||==. More in TextFormattingRules.
284 * *25 Mar 2001* - TWiki:Main.PeterThoeny
285 * 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
286 * *28 Feb 2001* - TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny
287 * New Wiki rule for headings, i.e. =---++ My Title=; and new =%<nop>TOC%= variable to build a table of content from headings in a topic. More in TWikiVariables.
288 * *28 Feb 2001* - TWiki:Main.PeterThoeny
289 * New Wiki rule to specify arbitrary text for external links (i.e. =[<nop>[http://TWki.org][TWiki]]=) and internal links (i.e =[<nop>[WikiSyntax][syntax]]=). More in TWikiVariables.
290 * *28 Feb 2001* - TWiki:Main.PeterThoeny
291 * 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 =[<nop>[#MyAnchor]]=. More in TWikiVariables.
292 * *25 Feb 2001* - TWiki:Main.NicholasLee, TWiki:Main.PeterThoeny
293 * Use =Net::SMTP= module instead of =sendmail= if installed.
294 * *01 Feb 2001* - TWiki:Main.PeterThoeny
295 rizwank 1.1 * Added =<verbatim>= ... =</verbatim>= tags to show source code "as is". Unlike the =<pre>= ... =</pre>= tags, it also shows =<=, =>=, =&= characters "as is".
296 * *01 Feb 2001* - TWiki:Main.PeterThoeny
297 * Fixed TWiki:Codev/CreateLinkToAttachedFileBug.
298 * *21 Jan 2001* - TWiki:Main.PeterThoeny
299 * Added a "Minor change, don't notify" checkbox in preview. More in DontNotify.
300 * *21 Jan 2001* - TWiki:Main.PeterThoeny
301 * Added Bold Fixed formatting using double-equal signs, e.g. write =<nop>==Bold Fixed==<nop>= to get ==Bold Fixed==.
302 * *20 Jan 2001* - TWiki:Main.PeterThoeny
303 * Format changed of =%<nop>GMTIME{"..."}%= and =%<nop>SERVERTIME{"..."}%= variables. Format is now ="$hour:$min"= instead of ="hour:min"=. More in TWikiVariables. __Attention:__ Check your existing topics when you upgrade TWiki!
304 * *18 Jan 2001* - TWiki:Main.PeterThoeny
305 * WebChanges, WebSearch and e-mail notification indicate also the revision number of a topic (i.e. <u>18 Jan 2001 16:43 r1.5</u>), or NEW for a new topic (i.e. i.e. <u>18 Jan 2001 16:43 <b>NEW</b></u>).
306 * *16 Jan 2001* - TWiki:Main.PeterThoeny
307 * New variable =%<nop>STARTINCLUDE%= and =%<nop>STOPINCLUDE%= variables to control what gets included of a topic. More in TWikiVariables.
308 * *16 Jan 2001* - TWiki:Main.PeterThoeny
309 * 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 TWikiSkins and TWiki:Codev/TWikiSkins.
310 * *07 Jan 2001* - TWiki:Main.StanleyKnutson
311 * Better error handling when saving a topic.
312 * *05 Jan 2001* - TWiki:Main.PeterThoeny
313 * View authorization based on groups. Define who is allowed to see a TWiki web. More in TWikiAccessControl and TWiki:Codev/AuthenticationBasedOnGroups.
314 * *05 Dec 2000* - TWiki:Main.PeterThoeny
315 * Improved include handling. Infinite recursion of includes are prevented; new variables =%<nop>BASEWEB%=, =%<nop>INCLUDINGWEB%=, =%<nop>BASETOPIC%= and =%<nop>INCLUDINGTOPIC%= to have more control over include handling. More in TWikiVariables and TWiki:Codev/IncludeHandlingImprovements.
316 rizwank 1.1 * *03 Dec 2000* - TWiki:Main.PeterThoeny
317 * New =noheader="on"= switch in =%<nop>SEARCH{...}%= to suppress table header. More in TWikiVariables.
318
319 ---++ 01-Dec-2000 Release
320
321 * *03 Nov 2000* - TWiki:Main.PeterThoeny
322 * Flag =$doHidePasswdInRegistration= in =wikicfg.pm= to hide plain text password in registration email.
323 * *01 Nov 2000* - TWiki:Main.PeterThoeny
324 * New variable =%<nop>VAR{"NAME" web="Web"}%= to get web specific preferences. More in TWikiVariables.
325 * *01 Nov 2000* - TWiki:Main.PeterThoeny
326 * Added a "Cancel" link in edit that releases the edit lock.
327 * *23 Oct 2000* - TWiki:Main.PeterThoeny
328 * Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in TWikiAccessControl and TWiki:Codev/AuthenticationBasedOnGroups.
329 * *05 Oct 2000* - TWiki:Main.PeterThoeny
330 * Remember user by IP address so that =view= "knows" the user once authenticated in =edit=. More in TWikiUserAuthentication.
331 * *26 Sep 2000* - TWiki:Main.AlWilliams, TWiki:Main.PeterThoeny
332 * Fixed TWiki:Codev/UppercaseAttachments bug and added =png= image support.
333 * *26 Sep 2000* - TWiki:Main.HaroldGottschalk, TWiki:Main.AndreaSterbini, TWiki:Main.PeterThoeny
334 * Allow nesting of variables, i.e. =%<nop>INCLUDE{"%<nop>TWIKIWEB%.TWikiWebsTable"}%=. More in TWiki:Codev/BetterTWikiTagTemplateProcessing.
335 * *20 Sep 2000* - TWiki:Main.ManpreetSingh
336 * New -q switch in =mailnotify= to suppress all normal output.
337 rizwank 1.1 * *19 Sep 2000* - TWiki:Main.PeterThoeny
338 * Fixed TWiki:Codev/AttachedNotificationLinksBug.
339 * *18 Sep 2000* - TWiki:Main.ManpreetSingh, TWiki:Main.PeterThoeny
340 * Added forced internal links. Write =[<nop>[text formatting FAQ]]= to get the link [[text formatting FAQ]] that points to topic TextFormattingFAQ.
341 * *19 Aug 2000* - TWiki:Main.PeterThoeny
342 * Ref-By link searches all webs (not just the current web.)
343 * *16 Aug 2000* - TWiki:Main.PeterThoeny
344 * New TWikiPreferences variables =%<nop>HTTP_EQUIV_ON_VIEW%= , =%<nop>HTTP_EQUIV_ON_EDIT%= and =%<nop>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.
345 * *29 Jul 2000* - TWiki:Main.PeterThoeny
346 * New variables =%<nop>GMTIME{"..."}%= and =%<nop>SERVERTIME{"..."}%= . More in TWikiVariables.
347 * *23 Jul 2000* - TWiki:Main.PeterThoeny
348 * Changed include syntax from =%<nop>INCLUDE{"Web/TopicName.txt"}%= to =%<nop>INCLUDE{"Web.TopicName"}%= . Legacy syntax still supported.
349 * *23 Jul 2000* - TWiki:Main.PeterThoeny
350 * BookView search allows you show a set of topics for easy printing.
351 * *22 Jul 2000* - TWiki:Main.PeterThoeny
352 * More forgiving syntax for =*bold*, _italic_, __bold italic__= and ==fixed== , where it is not necessary anymore to have a trailing space before =.,;:?!= characters.
353 * *22 Jul 2000* - TWiki:Main.PeterThoeny
354 * Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
355 * *07 Jul 2000* - TWiki:Main.PeterThoeny
356 * Added an "Release edit lock" checkbox in preview to let other people edit the topic immediately without the one hour lock.
357 * *07 Jul 2000* - TWiki:Main.PeterThoeny
358 rizwank 1.1 * Fixed problem of losing carriage returns when editing topics with KDE KFM browser or W3M browser.
359 * *21 Jun 2000* - TWiki:Main.PeterThoeny
360 * Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
361 * *21 Jun 2000* - TWiki:Main.CrisBailiff, TWiki:Main.PeterThoeny
362 * Fixed security issue to prevent a server side =%<nop>INCLUDE%= of arbitrary files.
363 * *29 May 2000* - TWiki:Main.PeterThoeny
364 * New =%<nop>GMTIME%= variable that shows the current GM time.
365 * *28 May 2000* - TWiki:Main.PeterThoeny
366 * Lock warning shows remaining lock time in minutes.
367 * *15 May 2000* - TWiki:Main.PeterFokkinga
368 * Each topic can have its own template file. TWikiTemplates has more.
369 * *02 May 2000* - TWiki:Main.KevinKinnell, TWiki:Main.PeterThoeny
370 * Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in TWikiVariables.
371
372 ---++ 01-May-2000 Release
373
374 * *21 Apr 2000* - TWiki:Main.PeterThoeny
375 * New TWikiVariables =%<nop>HTTP_HOST%= , =%<nop>REMOTE_ADDR%= , =%<nop>REMOTE_PORT%= and =%<nop>REMOTE_USER%= .
376 * *21 Apr 2000* - TWiki:Main.JohnAltstadt, TWiki:Main.PeterThoeny
377 * TWikiRegistration is done separately for Intranet use (depends on remote_user) or Internet use (depends on .htpasswd file).
378 * *20 Mar 2000* - TWiki:Main.PeterThoeny
379 rizwank 1.1 * Uploading a file (topic file attachment) will optionally create a link to the uploaded file at the end of the topic. The preference variable =%<nop>ATTACHLINKBOX%= controls the default state of the __link__ check box in the attach file page.
380 * *11 Mar 2000* - TWiki:Main.PeterThoeny
381 * Better security with taint checking ( =Perl -T= option )
382 * *25 Feb 2000* - TWiki:Main.PeterThoeny
383 * New preference variables =%<nop>EDITBOXWIDTH%= and =%<nop>EDITBOXHEIGHT%= to specify the edit box size.
384 * *25 Feb 2000* - TWiki:Main.PeterThoeny
385 * Edit preferences topics to set TWiki variables. There are three level of preferences Site-level (TWikiPreferences), web-level (WebPreferences in each web) and user-level preferences (for each of the Main.TWikiUsers). With this, discontinue use of server side include of =wikiwebs.inc= , =wikiwebtable.inc= , =weblist.inc= , =webcopyright.inc= and =webcolors.inc= files.
386 * *11 Feb 2000* - TWiki:Main.PeterThoeny
387 * New variable =%<nop>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".
388 * *11 Feb 2000* - TWiki:Main.PeterThoeny
389 * New variable =%<nop>SCRIPTURLPATH%= / $scriptUrlPath containing the script URL without the domain name. Templates have been changed to use this variable instead of =%<nop>SCRIPTURL%= . This is for performance reasons.
390 * *07 Feb 2000* - TWiki:Main.PeterThoeny
391 * Changed the syntax for server side include variable from =%<nop>INCLUDE:"filename.ext"%= to =%<nop>INCLUDE{"filename.ext"}%= . (Previous syntax still supported. Change was done because of inline search syntax)
392 * *07 Feb 2000* - TWiki:Main.PeterThoeny
393 * Inline search. New variable =%<nop>SEARCH{"str" ...}%= to show a search result embedded in a topic text. TWikiVariables 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.
394 * *04 Feb 2000* - TWiki:Main.PeterThoeny
395 * Access statistics. Each web has a WebStatistics topic that shows monthy statistics with number of topic views and changes, most popular topics, and top contributors. (It needs to be enabled, TWikiDocumentation has more.)
396 * *29 Jan 2000* - TWiki:Main.PeterThoeny
397 * 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.
398 * *24 Jan 2000* - TWiki:Main.PeterThoeny
399 * Fixed bug where an email address starting with a WikiName was rendered as an internal Wiki link instead of an email address, i.e. SomeWikiName@somewhere.test .
400 rizwank 1.1 * *10 Jan 2000* - TWiki:Main.PeterThoeny
401 * No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
402 * *03 Oct 1999* - TWiki:Main.PeterThoeny
403 * Limit the number of revisions shown at the bottom of the topic. Example <br> Topic <nop>%TOPIC% . { ..... <A href="../../rdiff/%WEB%/%TOPIC%">Diffs</A> r1.10 <A href="../../rdiff/%WEB%/%TOPIC%?rev1=1.10&rev2=1.9">></A> <A href="../../view/%WEB%/%TOPIC%?rev=1.9">r1.9</A> <A href="../../rdiff/%WEB%/%TOPIC%?rev1=1.9&rev2=1.8">></A> <A href="../../view/%WEB%/%TOPIC%?rev=1.8">r1.8</A> <A href="../../rdiff/%WEB%/%TOPIC%?rev1=1.8&rev2=1.7">></A> <A href="../../view/%WEB%/%TOPIC%?rev=1.7">r1.7</A> <A href="../../oops/%WEB%/%TOPIC%?template=oopsrev¶m1=1.10">>...</A> } <br> Additional revisions can be selected by pressing the =>...= link.
404
405 ---++ 01-Sep-1999 Release
406
407 * *31 Aug 1999* - TWiki:Main.PeterThoeny
408 * Fixed Y2K bug. (Date in year 2000 had wrong format.)
409 * *08 Aug 1999* - TWiki:Main.PeterThoeny
410 * 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
411 * *03 Aug 1999* - TWiki:Main.PeterThoeny
412 * Online registration of new user using web form in TWikiRegistration. Authentication of users.
413 * *22 Jul 1999* - TWiki:Main.PeterThoeny
414 * Flags =$doLogTopic*= in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
415 * *21 Jul 1999* - TWiki:Main.PeterThoeny
416 * 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= .
417 * *15 Jul 1999* - TWiki:Main.PeterThoeny
418 * Search path for include files in =%<nop>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.
419 * *07 Jul 1999* - TWiki:Main.ChristopheVermeulen
420 * 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= .
421 rizwank 1.1
422 ---++ 01-Jul-1999 Release
423
424 * *23 Jun 1999* - TWiki:Main.PeterThoeny
425 * New TextFormattingRules to write __bold italic__ text by enclosing words with double underline characters.
426 * *23 Jun 1999* - TWiki:Main.PeterThoeny
427 * 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.
428 * *21 May 1999* - TWiki:Main.DavidWarman
429 * Externalize copyright text at the bottom of every page into a web-specific =webcopyright.inc= file. This is to easily customize the copyright text.
430 * *20 May 1999* - TWiki:Main.PeterThoeny
431 * Added meta tag so that robots index only /view/ of topics, not /edit/, /attach/ e.t.c. Tag <META NAME="ROBOTS" CONTENT="NOINDEX">
432 * *20 May 1999* - TWiki:Main.PeterThoeny
433 * New variables =%<nop>WIKIHOMEURL%= (link when pressing the icon on the upper left corner) and =%<nop>WIKITOOLNAME%= (the name of the wiki tool =%WIKITOOLNAME%= ).
434 * *15 Apr 1999* - TWiki:Main.PeterThoeny
435 * 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.
436 * *26 Mar 1999* - TWiki:Main.PeterThoeny
437 * File attachments Upload and download any file as a topic attachment by using the browser. FileAttachment has more.
438 * *26 Mar 1999* - TWiki:Main.PeterThoeny
439 * New variables =%<nop>PUBURL%= (Public directory URL) and =%<nop>ATTACHURL%= (URL of topic file attachment).
440 * *09 Feb 1999* - TWiki:Main.PeterThoeny
441 * New text formatting rule for creating =fixed font text= . Words get showns in =fixed font= by enclosing them in "=" equal signs. Example Writing <nop>=fixed font=<nop> will show up as =fixed font= .
442 rizwank 1.1 * *09 Feb 1999* - TWiki:Main.PeterThoeny
443 * No new topic revision is created if the _same_ person saves a topic again within _one_ hour.
444 * *03 Feb 1999* - TWiki:Main.PeterThoeny
445 * Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the <code>Diffs</code> link at the bottom of each topic, e.g. <br> <code> Topic <nop>TWikiHistory . { Edit Ref-By Diffs r1.3 > r1.2 > r1.1 } <br> Revision r1.3 1998/11/10 01:34 by <nop>PeterThoeny </code>
446 * *04 Jan 1999* - TWiki:Main.PeterThoeny
447 * Fixed bug when viewing differences between topic revisions that include HTML table tags like <table>, <tr>, <td>.
448
449 ---++ 1998 Releases
450
451 * *08 Dec 1998* - TWiki:Main.PeterThoeny
452 * Signature is shown below the text area when editing a topic. Use this to easily copy & paste your signature into the text.
453 * *07 Dec 1998* - TWiki:Main.PeterThoeny
454 * 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. TWikiDocumentation has more on setup. The TWiki.Know web uses this category table to set classification, platform and OS version.
455 * *18 Nov 1998* - TWiki:Main.PeterThoeny
456 * Internal log of topic save actions to the file <code>data/logYYYYMM.txt</code>, where <code>YYYYMM</code> the year and month in numeric format is. Intended for auditing only, not accessible from the web.
457 * *10 Nov 1998* - TWiki:Main.PeterThoeny
458 * 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.
459 * *10 Nov 1998* - TWiki:Main.PeterThoeny
460 * View differences between topic revisions. Each topic has a list of revisions (e.g. <code>r1.3</code>) and differences thereof (e.g. <code>></code>) at the bottom <br> <code> Topic <nop>TWikiHistory . { Edit Ref-By r1.3 > r1.2 > r1.1 } <br> Revision r1.3 1998/11/10 01:34 by TWiki:Main.PeterThoeny </code>
461 * *26 Oct 1998* - TWiki:Main.PeterThoeny
462 * Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
463 rizwank 1.1 * *26 Oct 1998* - TWiki:Main.PeterThoeny
464 * Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g. <br> <code> Topic <nop>TWikiHistory . { Edit Ref-By r1.3 r1.2 r1.1 } <br> Revision r1.3 1998/10/26 01:34:00 by TWiki:Main.PeterThoeny </code>
465 * *14 Oct 1998* - TWiki:Main.PeterThoeny
466 * 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.
467 * *13 Oct 1998* - TWiki:Main.PeterThoeny
468 * Alphabetical topic index in WebSearch.
469 * *24 Sep 1998* - TWiki:Main.PeterThoeny
470 * Corrected templates for automatic email notification so that MS Outlook can display attachment as an HTML file.
471 * *13 Aug 1998* - TWiki:Main.PeterThoeny
472 * WikiNotation allows also numbers after the <code>AaA</code> sequence, e.g. <code>AaA1</code> is a valid WikiTopic name, but not <code>Aa1</code>.
473 * *07 Aug 1998* - TWiki:Main.PeterThoeny
474 * Automatic email notification when something has changed in a TWiki web. Each web has a topic WebNotify where one can subscribe and unsubscribe.
475 * *06 Aug 1998* - TWiki:Main.PeterThoeny
476 * Added server side include of files. Syntax is =%INCLUDE:<nop>"filename.ext"%=
477 * *05 Aug 1998* - TWiki:Main.PeterThoeny
478 * Signature and date is inserted automatically when creating a new topic.
479 * *04 Aug 1998* - TWiki:Main.PeterThoeny
480 * Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
481 * *04 Aug 1998* - TWiki:Main.PeterThoeny
482 * Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
483 * *31 Jul 1998* - TWiki:Main.PeterThoeny
484 rizwank 1.1 * Support for quoted text with a '>' at the beginning of the line.
485 * *28 Jul 1998* - TWiki:Main.PeterThoeny
486 * Added TWiki variables, enclosed in % signs =%<nop>TOPIC%= (Topic name), =%<nop>WEB%= (web name), =%<nop>SCRIPTURL%= (script URL), =%<nop>DATE%= (current date), =%<nop>WIKIWEBMASTER%= (Wiki webmaster address), =%<nop>WIKIVERSION%= (Wiki version), =%<nop>USERNAME%= (user name), =%<nop>WIKIUSERNAME%= (Wiki user name).
487 * *28 Jul 1998* - TWiki:Main.PeterThoeny
488 * Topic WebChanges 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 Main.TWikiUsers.
489 * *28 Jul 1998* - TWiki:Main.PeterThoeny
490 * Topic index. (Technically speaking a simple '.*' search on topic names.)
491 * *28 Jul 1998* - TWiki:Main.PeterThoeny
492 * Topic WebSearch allows full text search and and topic search with/without regular expressions.
493 * *27 Jul 1998* - TWiki:Main.PeterThoeny
494 * Added automatic links to topics in other TWiki webs by specifying <web name>.<topic name>, e.g. =Know.WebSeach= .
495 * *23 Jul 1998* - TWiki:Main.PeterThoeny
496 * Installed initial version, based on the JOS Wiki. See WikiWikiClones for details.
497
498 ---++ Dev Flow
499
500 The typical TWiki development flow...
501
502 * TWiki:Codev.FeatureBrainstorming: open forum for new ideas
503 * TWiki:Codev.FeatureEnhancementRequest: specific detailed request
504 * TWiki:Codev.FeatureToDo: prioritized to up-next dev status
505 rizwank 1.1 * TWiki:Codev.FeatureUnderConstruction: currently in development
506 * TWiki:Codev.FeatureDone: completed and implemented
507 * TWiki:Codev.DocRequest: request for documentation
508 * TWiki:Codev.DocsToDo: feature documentation pending
509 * TWiki:Codev.FeatureDocumented: documented feature
510 * TWikiDocumentation: reference manual for the latest TWiki
511
|