Tags:
gateway1Add my vote for this tag create new tag
view all tags

Currently Open Bugs

Bug Submitted by Last Change by - Version Assigned to
Search:   Status:  
TocShowsCommentedOutHeadings: If you have a heading within a commented out ( ! ) section of a TWiki page, it will appear in the Table of Contents. (Unless you do something like use the double... RandyKramer PeterThoeny - 2020-04-26 - 05:08 - 2 - Diffs -
NationalCharactersEncodedInSearchResults: Bug: National characters are encoded in Search Results When I write some national characters (Russian, in my case) in the topic text, they are displayed without any... PavelGoran PeterThoeny - 2020-04-26 - 05:00 - 9 - Diffs -
InternalServerErrorOnInvalidRegexSearch: Bug: Inconsistent Behaviour on Invalid Regular Expression Range in Search An invalid regexp range such as 8 7 will be reported wrong only with option scope topic... VincentTscherter PeterThoeny - 2020-04-26 - 04:56 - 3 - Diffs -
SearchResultsPagination: Feature Proposal: Search results pagination TWiki currently lacks a way to control a set of search results. I would like to be able to show results 1 10, then 11... ArthurClemens PeterThoeny - 2013-02-03 - 20:05 - 43 - Diffs -
DakarUserListIssues: Bug: Issues relating to the UserList Form This topic is to group various issues encoutnered as a result of the UserForm introduced in teh Dakar release as part of... AntonAylward TWikiJanitor - 2008-09-17 - 05:01 - 3 - Diffs -
DakarRevisionRelatedProblems: Bug: Various problems related to dealing with topic versions in Dakar 0 Error in TWiki::Store::RcsLite::getRevisionInfo Should call $this author rather... ThomasWeigert TWikiJanitor - 2008-09-17 - 05:01 - 2 - Diffs -
DakarRedirectBug: Bug: Bug in redirecting a Url from a plugin in Dakar The sequence my $url TWiki::Func::getViewUrl( $web, $topic ); TWiki::Func::redirectCgiQuery( $query, $url... ThomasWeigert TWikiJanitor - 2008-09-17 - 04:59 - 7 - Diffs -
DakarRcsWrapProblem: Bug: Problem in RcsWrap on Dakar It should be possible to retrieve a previous version of a topic. However, in current Dakar, when RcsWrap is used (on Windows, don... ThomasWeigert TWikiJanitor - 2008-09-17 - 04:58 - 10 - Diffs -
DakarMergeMetaProblem: Bug: Problem with merging meta data in Dakar release On the Dakar merge model, two revisions are attempted to be merged, when edited concurrently. With respect to... ThomasWeigert TWikiJanitor - 2008-09-17 - 04:43 - 6 - Diffs -
DakarMergeModel: Bug: Dakar merge model problems Dakar introduced a new model to avoid conflicts during concurrent topic edits: merge the resultant files and ask the users to resolve... ThomasWeigert TWikiJanitor - 2008-09-17 - 04:43 - 19 - Diffs -
DakarFormRelatedProblems: Bug: Various problems related to forms handling in Dakar 1 When changing form, the current form is not correctly indicated in the radio field 4160 2... PeterThoeny TWikiJanitor - 2008-09-17 - 04:41 - 28 - Diffs -
DakarDiffsInFormHandling: Bug: Diffs fails with forms in Dakar The code for handling diffs between versions does not take into account the new `attributes` entry in FIELD types. Test case... ThomasWeigert TWikiJanitor - 2008-09-17 - 04:40 - 4 - Diffs -
CreateCancelFail: Bug: Cancelling a page creation fails in a confusing way When editing/previewing a new page, cancelling the edition redirects to the view, that prompts to re create... ColasNahaboo TWikiJanitor - 2008-09-16 - 05:20 - 5 - Diffs -
ContentLengthMissingFromViewFile: Bug: The viewfile bin should provide Content Length http header In sub view() add the following to print $query header( ...: Content Length length( $fileContent... PeterPayne TWikiJanitor - 2008-09-15 - 06:22 - 3 - Diffs -
ConfusedAboutPaths: In TWiki.cfg, line 126 it says: # All Windows paths use `/` not `\` for simplicity. then, on line 163 it says # to work (e.g. using the `Index` link). Must NOT use... CrawfordCurrie TWikiJanitor - 2008-09-15 - 06:02 - 5 - Diffs -
AttachmentFileNotFound: Not A Bug This occurs when the user forgets to set up write permissions in pub/ subdirectories of the twiki installation. I installed the TWiki according to the... KarelKulhavy TWikiJanitor - 2008-09-13 - 04:58 - 6 - Diffs -
ChangesScriptOmitsSecondRevision: Bug: changes script shows only first revision not second The changes script shows, for some pages at revision 1.2, that they are NEW (first revision). The WebChanges... RichardDonkin TWikiJanitor - 2008-09-11 - 07:28 - 3 - Diffs -
ChangeOrUpdateTopicParent: When moving a topic from one Topic to another, often the parent meta tag will now be incorrect. Possible Solutions: when saving a Topic a check could be made... RudiBierach TWikiJanitor - 2008-09-11 - 07:19 - 2 - Diffs -
CaseSensitiveFlagInSearchInconsistent: Bug: The `casesensitive` flag is handled inconsistently in search Please see the test cases below. When the casesensitive flag is selected, the behavior differs... ThomasWeigert TWikiJanitor - 2008-09-10 - 05:10 - 5 - Diffs -
CantRenameLockedTopic: Bug: Can`t Rename a Locked Topic TWiki: Alpha from Sourceforge CVS (stand: morning 31 July 2001) Platform: linux (Suse 7.0) If I try to rename a locked topic I get... RolandFehr TWikiJanitor - 2008-09-10 - 04:52 - 8 - Diffs -
CantReferToFormUsingVariable: Bug: Can`t refer to a form using a variable Test case If you add something like WEBFORMS .FormInAnotherWeb When you try to use the form you get an error screen... JohnTalintyre TWikiJanitor - 2008-09-10 - 04:51 - 9 - Diffs -
CannotUseDollarNameInTopicText: You cannot use RCS keywords in a topic. This is because RCS keyword substitution will expand it to something different when the topic is saved. All the following get... CrawfordCurrie TWikiJanitor - 2008-09-10 - 04:46 - 7 - Diffs -
CallEarlyInitPlugin: earlyInitPlugin is never called in the Cairo code. I think this is an oversight, and propose to change the code to call it and disable the plugin if it returns false... CrawfordCurrie TWikiJanitor - 2008-09-04 - 04:37 - 4 - Diffs -
CancellingANewPage: Bug: (Cancelling A New Page) When you cancel a new page, you get a `This Topic Doesn`t exist` page. This seems like a bug to me I should go back to where I was,... DavidLeBlanc TWikiJanitor - 2008-09-04 - 04:34 - 15 - Diffs -
CairoAsksForPasswordTwice: Bug: Users are asked for old details twice, once on the form and again by http auth BeijingRelease and AthensRelease did not require valid user for the TWiki.ChangePassword... MartinCleaver TWikiJanitor - 2008-09-04 - 04:21 - 5 - Diffs -
BugExpandingPerlVariable: If I put the following text into a topic: data/$web/$Name${Skin}Tmpl.txt data/$twikiWebname/$Name${Skin}Tmpl.txt then when the topic gets saved, it gets... CrawfordCurrie TWikiJanitor - 2008-09-02 - 23:23 - 2 - Diffs -
BugWithQuotesInAttachmentComment: Bug: quote in comment of file attachment is not stored properly A quote in the comment field of a file attachment is stored `lossy`: after some views and saves the... ArthurClemens TWikiJanitor - 2008-09-02 - 23:23 - 6 - Diffs -
BugSomeVariablesExpandedInVerbatim: Some variables expanded in verbatim If you look at: http://cairotwiki.mrjc.com/view/TWiki/TRTChangesFromDistribution?from localInstallation;to TWiki20040901;sortcol... MartinCleaver TWikiJanitor - 2008-09-02 - 23:19 - 4 - Diffs -
BugCodeMarkupPreventsBNFStyleDefinitions: Bug: Attempting to show BNF defs as code fails to render If you try to use TWiki to specify data using a BNF style definition, the : in the middle is eaten by TWiki... TWikiGuest TWikiJanitor - 2008-09-02 - 23:17 - 4 - Diffs -
BugBeforeSaveHandlerBroken: It has long irritated me that the beforeSaveHandler passes text with embedded metadata to plugins, and then promptly throws the modified metadata away. I cannot... CrawfordCurrie TWikiJanitor - 2008-09-02 - 23:14 - 6 - Diffs -
ApacheTwoBreaksNonUTF8EncodedURLsOnWindows: Bug: Apache 2.0 Breaks Non UTF 8 Encoded URLs on Windows Summary When using Firefox or similar browsers that don`t send UTF 8 URLs by default, international characters... RichardDonkin TWikiJanitor - 2008-09-02 - 23:13 - 24 - Diffs -
ApacheSnipsOopsmore: Bug: Apache snips a chunk out of the oopsmore and prevents topic reparenting Reported as reparenting topics failed due to the select list only containing a portion... BradDixon TWikiJanitor - 2008-09-02 - 23:12 - 12 - Diffs -
MajorSecurityProblemWithIncludeFileProcessing: See patch below to manually fix the TWiki 01 May 2000 release. PeterThoeny 13 Jun 2000 My heart sank when I read the code for %INCLUDE file processing: my(... PeterThoeny TWikiJanitor - 2008-09-02 - 23:11 - 11 - Diffs -
InternationalCharactersInFormFields: Bug: Non Roman Alphabet characters in form field names removed See Support.InternationalCharactersInFormFields for details this affects Greek, Cyrillic and East... RichardDonkin TWikiJanitor - 2008-09-02 - 23:01 - 6 - Diffs -
CannotRedoPreviewPage: Bug: Can`t redo preview page on DNS/server error IE6 seems to cache the Preview page every time you hit Back and then press Preview again. This makes an intermittent... RichardDonkin TWikiJanitor - 2008-09-02 - 23:00 - 3 - Diffs -
BrokenRenderingInTextareaField: Bug: Broken rendering in textarea fields of TWiKi forms When creating a TWiKi Form with an input of type textarea and using TWiKi syntax for formatting text (such... XavierREDON TWikiJanitor - 2008-09-02 - 22:53 - 8 - Diffs -
AuthorizationProblemAfterUpgrade: Fuck it. I spend an hour writing down something about the need of defining a vision for TWiki UI but lost everything due to the following after clicking the pickaxe... CarloSchulz MartinCleaver - 2008-09-02 - 19:48 - 9 - Diffs -
AttachmentVersionConfusion: Bug: several versions of an attachment not handled correctly I added an attachment to http://twiki.org/cgi bin/attach/Plugins/CounterPluginDev, it is properly displayed... MatthiasThullner MatthiasThullner - 2008-08-28 - 20:04 - 5 - Diffs -
AllowCssClassesInVerbatimTags: Bug: Allow CSS classes in verbatim tags Originally asked in Support.DisableRenderingInBlocks I would like to have the option to have a CSS class assigned to... ArthurClemens TWikiJanitor - 2008-08-28 - 19:53 - 5 - Diffs -
AreYouVerySure: Bug: Request confirmation for topic deletion Three things are certain: Death, taxes, and lost data. Guess which has occurred. Happily, it was... VickiBrown TWikiJanitor - 2008-08-24 - 19:52 - 7 - Diffs -
AttachCommentBadCharacters: Bug: special characters in comment field cause problems using non standard characters in the atttachment comment field causes problems. Test case upload a file... MattWilkie TWikiJanitor - 2008-08-24 - 19:51 - 8 - Diffs -
AddWebsRequiresPreloginedUser: Bug: Adding a New Web fails if user not already logged in `Add Web` breaks if not logged in. (i.e. if it has to ask you to login during the creation process). Instead... TomLimoncelli TWikiJanitor - 2008-08-24 - 19:37 - 4 - Diffs -
AttachAddsTxtToFilename: Bug: Attach adds `txt` extension to file name When attaching the file editsection.pattern.tmpl to SectionalEditPluginDev, the upload routine changed the filename... ThomasWeigert TWikiJanitor - 2008-08-24 - 19:36 - 4 - Diffs -
AttachAllowsRestrictedFilenames: Bug: Attach Allows Restricted Filenames The TopicAction Attach allows files to be uploaded which can not be accessed afterwards. Test case See .htaccess.txt in... MattWilkie RafaelAlvarez - 2008-08-17 - 05:22 - 2 - Diffs -
RegistrationDoesNotCompleteIfTWikiWebProtected: Bug: Registration is not complete if the web twiki protected Hello, I have this configuration . In the Web TWiki/WebPreferences Set DENYWEBVIEW Set ALLOWWEBVIEW... ErwanMAS RafaelAlvarez - 2008-08-12 - 17:12 - 8 - Diffs -
GermanUmlauteBreakWikiWords: Bug: No autolink if there are German umlaute in a WikiWord (Fixed, see below in Followup) German umlaute break WikiWords. I ran into this problem before (see HowToDealWithGermanUml... ChristianKohl RichardDonkin - 2008-06-15 - 15:59 - 22 - Diffs -
SpaceInPathCausesError: Feature Proposal: Spaces not supported in path? Motivation Help user waste less time installing Description and Documentation If spaces are not supported in the... SteffenPoulsen SergioDelFranco - 2007-09-24 - 21:07 - 4 - Diffs -
UtfAnchorError: Bug: Utf 8 encoded anchor brokes page rendering Anchor for a UTF 8 encoded header can be truncated inside a UTF 8 char. This makes InternetExplorer screw up whole... VasilyRedkin PeterThoeny - 2007-05-17 - 00:10 - 6 - Diffs -
ChangeProposalFormDefect: Bug: Defect in ChangeProposalForm The new bug sumission form generates in the `Impact and Available Solutions` an editable table. If one does not select an item during... ThomasWeigert PeterThoeny - 2007-05-08 - 04:50 - 8 - Diffs -
EmptySearchAndSpreadsheetProblem: Bug: Spreadsheet calculations in footer fail on empty search There appears to be some issue with using functions from the SpreadSheetPlugin in a formatted search to... ThomasWeigert PeterThoeny - 2007-04-24 - 02:19 - 5 - Diffs -
EarlyInitHandlerNeverCalled: AFAICT the earlyInitPlugin plugins handler is never called. It has to be defined or initializeUserHandler is never called, but apart from that is is never actually... CrawfordCurrie CrawfordCurrie - 2007-04-17 - 13:32 - 5 - Diffs -
MacOSXFilesystemEncodingWithI18N: Bug: TWiki on Mac OS X server with I18N generates odd looking file names InternationalisationEnhancements tested with Mac OS X generate odd looking file names, due... StefanLindmark RichardDonkin - 2007-03-18 - 11:01 - 22 - Diffs -
UsingPerlLocalesTheRightWay: Using Perl locales the RightWay TM I`ve deleted the part of this topic that no longer applies RD. (or: making Perl locales Work Like They Used To TM ... ) The... AntonioTerceiro RichardDonkin - 2007-03-10 - 09:22 - 5 - Diffs -
BugInTopicRenaming: Bug: Problem when renaming topic When renaming a topic of name TopicName to the new name NewTopicName all references to topics TopicNamexxxx become references to... XavierREDON ThomasWeigert - 2007-01-11 - 13:36 - 28 - Diffs -
BacklinksSearchDoesNotWork: Bug: Backlink search does not work There are several problems in the current TWikiRelease04Sep2004 with the Backlinks link in the navigation bar below. a. Backlinks... DavidForrest SteveStark - 2006-11-28 - 23:34 - 49 - Diffs -
TWikiOnApache2dot0Hangs: Introduction A bug in Apache pre 2.0.50 revisions breaks TWiki operation in some (?) circumstances. 2.0.50 at first apears to solve this problem, but there have been... MattEngland MartinVich - 2006-11-17 - 11:55 - 66 - Diffs KennethLavrsen- SvenDowideit
UserRegistrationBroken: Bug: User Registration is broken in DEVELOP After filling in TWikiRegistration (pub version, with passwords), I get an error message: invalid action () in register... ArthurClemens SvenDowideit - 2006-10-08 - 02:38 - 8 - Diffs -
InvalidActionInRegister: Bug: Invalid Action in Register After filling in TWikiRegistration (pub version, with passwords), I get an error message: Test case Go to http://visiblearea.com/devtwiki... ArthurClemens SvenDowideit - 2006-10-08 - 02:08 - 20 - Diffs -
TocShowsExclamationMarkBeforeEscapedWikiWord: Bug: TOC shows ! before escaped WikiWord When the first word in a heading is a WikiWord escaped with an exclamation mark, the exclamation mark appears in the TOC... JamesAnderson MatthiasThullner - 2006-08-16 - 13:36 - 3 - Diffs -
RefreshEditPageDiscuss: Refactored from Support.BrowserIssues . First statement cleaned up slightly as a result. RichardDonkin 09 Feb 2002 To really fix the RefreshEditPage problem... RichardDonkin PeterThoeny - 2006-07-03 - 04:30 - 6 - Diffs -
WebExistUsesWebPreferencesNotWebHome: Moved to Bugs:Item2520 Please report bugs in the bugs database. The use of Codev to report bugs is deprecated. CrawfordCurrie 21 Jun 2006 Doesn`t it require two... CrawfordCurrie MeredithLesly - 2006-06-22 - 14:06 - 3 - Diffs -
NewSVGFileForTWikiLogo: Bug: SVG File for TWiki Logo has a lot of garbage Exists a lot of garbage on the actual SVG TWiki logo. The SVG XML is coming with useless content and it is bigger... AurelioAHeckert AurelioAHeckert - 2006-06-19 - 21:29 - 1 - Diffs -
MisleadingDocsForPluginAPI: http://TWiki.org/cgi bin/view/Codev/FuncDotPm#expandCommonVariables text topic describes the expandCommonVariables function as ` Expand all common % VARIABLES%... CrawfordCurrie MeredithLesly - 2006-06-18 - 10:43 - 2 - Diffs -
TocOfBaseTopicInIncludedPage: Bug: TOC{BASETOPIC} from an included page (eg, WebLeftBar) produces TOC of including page while trying to add a table of contents in WebLeftBar, adding TOC{BASETOPIC... WillNorris AndrewSBrown - 2006-05-04 - 00:29 - 10 - Diffs -
INCLUDEurlDoesNotWorkWithSSL: Bug: INCLUDE of URLs does not work with https servers Included URLs from a secured web server are not interpreted correctly. The /s in the URL are replaced by . (dots... NilsHoeimyr TobiasRoeser - 2006-05-01 - 21:39 - 17 - Diffs -
MetaParentShouldUseMinimalMatch: Bug: The META parent tag should use a minimal match In the handleMetaTags file in TWiki.pm, the current implementation for % META{`parent` uses a maximal match. I... AllenBierbaum SamHasler - 2006-04-29 - 15:21 - 4 - Diffs -
ExtraNewlinePrefixesTEXT: Patch Proposal: p/ prefixed to % TEXT% tag Description When the % TEXT% tag is replaced by TWiki::Render::View.pm it somehow added an extra newline to the beginning... MichaelDaum SamHasler - 2006-04-29 - 13:09 - 3 - Diffs -
TestenvChecksLocalSiteCfg: Patch Proposal: Fixes testenv in Dakar/DEVELOP Motivation During my port of the NatSkin to Dakar I start to stumble over some buglets. Well, what else ... Description... MichaelDaum SamHasler - 2006-04-29 - 13:07 - 4 - Diffs -
SaveButtonsCantBeLocalized: Bug: Some input buttons use the value argument as action identifier Moved this text from the KnownIssuesOfTWiki01Sep2004 topic. Whilst `germanizing` pattern skin I... ChristianKohl SamHasler - 2006-04-29 - 12:43 - 10 - Diffs -
MultipleMetaDataOtherThanFieldAndFile: Bug: $meta find() only seems to work for FIELD and FILEATTACHMENT I was just talking to some of the crew in IRC and they recommended i post a bug for this, so i`ll... BrentTokarchuk BrentTokarchuk - 2006-04-11 - 05:32 - 1 - Diffs -
InconsistentHandlingOfPreferences: Bug: Inconsistent Handling of Preferences As everybody knows, we have a multi level hierarchy of preferences: Site wide Web Topic User While the... ThomasWeigert MeredithLesly - 2006-04-06 - 18:16 - 7 - Diffs -
CommentsTakeSpaceIncluded: Bug: HTML Comments in topics occupy space when included When topics containing HTML comments are displayed using topic} the comments cause newlines in the output.... KeithRedfield KeithRedfield - 2006-03-14 - 02:02 - 1 - Diffs -
CantFindLibrariesWithModPerlAnd01Sep2004: Bug: Can`t find libraries with mod perl and 01Sep2004 When using 01Sep2004 with ModPerl, sometimes I get a Error 500 (Internal Server Error). I checked apache logs... AntonioTerceiro AlanBurlison - 2006-03-11 - 00:27 - 7 - Diffs -
DeleteLineFeedsAtEndOfTextarea: CategoryStale I have a problem that may affect only Konqueror 2.1 (I don`t know about more recent versions of Konqueror). Konqueror, unlike many (all??) other browsers... RandyKramer CrawfordCurrie - 2006-03-09 - 17:03 - 2 - Diffs -
ViewfileDoesntCheckPermissions: Bug: viewfile does not check permissions AFAICT the shipped viewfile script does not check permissions. This means that a footpad who knew the name of an attachment... CrawfordCurrie CrawfordCurrie - 2006-02-13 - 12:39 - 3 - Diffs -
TableVerticalSpanLockupOrRenderError: Bug: Table rendering can lock up `view` command Table rendering code locks up or spews HTML if given normal looking data. Test case 1 1 2 3 4 5 6 ^ Environment... CharlesHowes CharlesHowes - 2006-02-09 - 01:43 - 1 - Diffs -
NullEditBumpsRevision: Bug: Saving a page without changing it commits a null diff revision With `$doKeepRevIfEditLock `0`;`, saves without edits still commit a new revision of a page.... RobertDeForest PeterThoeny - 2006-02-06 - 06:26 - 3 - Diffs -
UnlockButtonMakesSideeffectfulURL: Bug: Unlock button makes URL with unlocking as side effect If you start editing a page, and then cancel that edit, the result is a browser window visiting a URL ending... IanJackson RobertoHoyle - 2006-02-01 - 19:45 - 3 - Diffs -
WeirdMailNotifyOutput: Bug: mailnotify outputs strange URI When mailnotify generates the URI with the changed/added topics, it flips the order of some of the sub entries in the URI. e.g... EricCote EricCote - 2006-01-28 - 12:18 - 2 - Diffs -
BadTwikiNamesCauseSearchToFail: Bug: Search does not work with bad TWiki names Twiki unfortunately does not prevent creating TWiki pages with bad names (one might get a warning, but can create the... GuidoOstkamp NicolasRaibaut - 2006-01-27 - 19:02 - 5 - Diffs -
SearchedTopicnameCannotContainNonAlphanumChars: Bug: % SEARCH{ does not handle correctly topic names containing non alphanum chars If the topic name in % SEARCH{ command contains non alphanum chars (for exemple... NicolasRaibaut NicolasRaibaut - 2006-01-19 - 17:55 - 3 - Diffs -
CannotExcludeL10NTopicFromSearch: Bug: Cannot Exclude a Localized Topic name from the % SEARCH{ The excludetopic in % SEARCH{ don`t works if the topic is not an english word. I tried with to exclude... AurelioAHeckert NicolasRaibaut - 2006-01-17 - 19:53 - 2 - Diffs -
MissingTWikiGuestLeftBarInTWikiRelease01Sep2004: Bug: Missing TWikiGuestLeftBar topic in TWiki Release 01 Sep 2004 Topic TWikiGuestLeftBar is missing in the CairoRelease distro, users of PatternSkin do not see the... PeterThoeny DougClaar - 2006-01-12 - 17:24 - 12 - Diffs -
VariableExpansionBugInFormattedSearch: Bug: Expanding SEP in Formatted Search is Broken Expanding SEP in a formatted search results in broken formatting due to using LT; in the opening span... DickFurnas DickFurnas - 2006-01-12 - 06:06 - 1 - Diffs -
FormsSelectFieldChoiceNotRetainingValue: Bug: HTML in a select field`s value causes probems with forms. Forms select list not working with html values Test case Create a form on that is associated with a... RickMach RickMach - 2005-12-16 - 20:01 - 1 - Diffs -
BadAtachmentLinkForAtachmentVersion1: Bug: short description When looking for versions of the atachement, the version 1.1 is unaccesible. Test case Environment TWiki version: TWikiRelease02Sep... RadekHnilica MikeOliver - 2005-11-29 - 22:50 - 3 - Diffs -
AttachVersionLinkRendering: Bug: Version 1.1 link incorrect when multiple versions available Error in Attach.pm format row function. condition if( $topRev $ $rev eq `1.1`) is always met for... DamianMcCourt MikeOliver - 2005-11-29 - 22:49 - 3 - Diffs -
ColorVariablesImproperlyProcessedInDefinitionTags: Bug: % COLOR% improperly rendered in $ tags I`m using % COLORENDCOLOR% in $ : ( dt dd etc.) tags, and the colour in the preview works, but not when it`s viewed... EricCote EricCote - 2005-11-26 - 12:54 - 5 - Diffs -
GermanUmlauteOnWindowsServer2003AndWindowsXP: Bug: German umlaute break WikiWords on Windows Server 2003 When clicking on a non existant WikiWord that contains umlauts, the following edit screen shows other characters... JoachimBlum RichardDonkin - 2005-11-11 - 11:47 - 3 - Diffs -
UnexpectedNumberedListRestart: Bug: Numbered lists restart if there is a space in between Blank lines between bumbered list items cause a restart of the numbering. Its not `just like e mail` Test... AntonAylward FranzJosefSilli - 2005-11-08 - 12:09 - 8 - Diffs -
FormValuesPassedInURLRequireText: Bug: Cannot pass form values in URL to bin/edit without also passing text TWiki supports the initialization of form fields that are passed in through query parameters... ThomasWeigert CraigTobias - 2005-10-19 - 03:45 - 9 - Diffs -
LogoCopyright: This is following a discussion started in HighResolutionLogos. I feel it`s important to get any questionable materials out of the shipping release ASAP. Unfortunately... GrantBow ArthurClemens - 2005-10-13 - 12:01 - 15 - Diffs -
TaintErrorInMailnotify: Bug: Calling mailnotify gives a taint error in Perl Calling mailnotify results in the error message Insecure dependency in connect while running with T switch at... JoachimSchrod JoachimSchrod - 2005-10-12 - 21:46 - 2 - Diffs -
AllowTopicViewBroken: Bug: ALLOWTOPICVIEW Broken ALLOWTOPICVIEW is not working. Test case Set up a user who is denied viewing of a web. Add them to ALLOWTOPICVIEW for a topic in the... AdamMorton AdamMorton - 2005-10-07 - 22:27 - 1 - Diffs -
FormattedSearchIgnoresAccessPermission: Bug: Formatted search ignores access permission when used with `order` option Formatted search return the content of an access restricted page when used with the... HolmRauchfuss HolmRauchfuss - 2005-10-03 - 23:35 - 1 - Diffs -
SecurityAlertExecuteCommandsWithInclude: Security Alert: TWiki INCLUDE function allows arbitrary shell command execution Please join the twiki announce list: To get immediate alerts of high priority... PeterThoeny DanielKabs - 2005-09-30 - 12:16 - 14 - Diffs -
SecurityAlertExecuteCommandsWithRev: Security Alert: TWiki history function allows arbitrary shell command execution Please join the twiki announce list: To get immediate alerts of high priority... PeterThoeny PeterThoeny - 2005-09-28 - 06:23 - 33 - Diffs -
ExplicitNumberingAndTocDontMatch: Bug: Links generated by % TOC% don`t match anchors generated with ExplicitNumberingPlugin The link references generated by % TOC% don`t match the `name ` anchors generated... TomDoerr CrawfordCurrie - 2005-09-27 - 10:14 - 2 - Diffs -
TableSortingMessedUp: Table Sorting Messed Up When a table contains spans in TML, sorting causes all kind of havoc... see test case below... This behavior was noticed by RoyLeach. Test... ThomasWeigert DanielKabs - 2005-09-19 - 16:19 - 13 - Diffs -
UpgradeTWikiDoesNotCopyAllPubFiles: Bug: UpgradeTWiki script only copies pub files from the default webs Only the files in pub for the default webs are copied using the UpgradeTWiki script... SteffenPoulsen CrawfordCurrie - 2005-09-17 - 13:34 - 12 - Diffs -
TestenvCantFindLsAndGrepCommands: Bug: Although they work perfectly, testenv cannot find the search commands. Test case Install TWikiRelease02Sep2004 following WindowsModPerlInstallCookbook.... JeromeBouvattier JeromeBouvattier - 2005-09-15 - 22:19 - 3 - Diffs -
CorruptedTxtFilesInDistribution: Bug: Some files in the distribution have mixed CR/CRLF formats The following is also true of TWiki20041030beta. It seems to me that some of the files being shipped... JasonPierce JeromeBouvattier - 2005-09-15 - 16:12 - 3 - Diffs -
IncorrectRenderingOfEmptyHeadings: Bug: Empty headings don`t render correctly Empty headings don`t render correct. Test case Enter the following TWikiML and save the topic: Heading1 Heading 2... JosMaccabiani CrawfordCurrie - 2005-09-11 - 07:56 - 3 - Diffs -
DownloadedZipArchivesCorruptedWithIE: Zip Archives downloaded from TWiki.org using IE are suddenly corrupted This has not happened in the past. Yesterday I added a new plugin TreeBrowserPlugin, but everytime... ThomasWeigert PeterThoeny - 2005-09-05 - 16:11 - 8 - Diffs -
LoginNameAndNtlm: Bug: Login name not converted to WikiName Special escape characters are interpreted in Access.pm regexp for mod ntlm authentication: 1)warnings are got (in Apache... CostinCerchez CostinCerchez - 2005-08-29 - 16:02 - 2 - Diffs -
SearchInTemplateHangsTWiki: Is this bug causing you small problems or big problems? If you really want it fixed, indicate here: 8 JamesMollison 21 Aug 2005 9 JacobEisinger 13 Apr... CrawfordCurrie JamesMollison - 2005-08-21 - 09:54 - 23 - Diffs -
SomeBrowsersLoseInitialNewlineInTextArea: Bug: all(?) browsers lose initial \n in textarea Refactored from InconsistentTreatmentOfTextEncoding If a topic on disc has a leading blank line, it is lost when... ThomasWeigert ThomasWeigert - 2005-08-04 - 16:12 - 18 - Diffs -
NonEnglishTopicNameCorruptedBySaving: Bug: Non English topic name is corupted by saving When the topis is with non english, but locale valid characters, those characters are converted to some nonsence... MarekSimon MarekSimon - 2005-07-25 - 13:38 - 1 - Diffs -
ManageWebReturnsError: Bug: Manage Web function returns error but succeeds When using the ManageWeb functionality to create a new web, the following oops was returned: ...?template oopsmngcreateweb... ThomasWeigert ArthurClemens - 2005-07-15 - 08:55 - 9 - Diffs -
RegistrationProcessNotClear: Bug: Registration Process Not Clear When setting up TWiki with Basic Authentication (using .htpasswd) following the Installation documentation, the following situation... ThomasWeigert ThomasWeigert - 2005-07-14 - 23:17 - 9 - Diffs -
ManyPluginsDoNotLoad: Bug: TablePlugin does not load All plugins shipping with the DakarRelease should be activated. DakarRelease ships with the following plugins: ActionTrackerPlugin... ThomasWeigert CrawfordCurrie - 2005-07-12 - 10:12 - 12 - Diffs -
OutdatedFormFieldsNotRemoved: Bug: Outdated form fields are not removed When a META:FIELD is present in a topic which is not defined in the corresponding form definition, then this field should... ThomasWeigert ThomasWeigert - 2005-07-11 - 12:38 - 4 - Diffs -
HeaderRenderingWithWikiWordsBroken: Bug: Headers with WikiWords Render Incorrectly in Dakar Headers with WikiWords don`t render correctly in Dakar. This behavior seems to have appeared before the MultiLevelWikiWebs... PeterNixon PeterNixon - 2005-07-09 - 12:52 - 9 - Diffs -
HeaderAnchorNameWrongWhenLinkInHeader: Bug: The header anchor name is wrong when a link occurs in the header DEVELOP branch. Test case Create a h1 header with the name of the topic. Part of the link is... ArthurClemens WillNorris - 2005-07-09 - 01:56 - 11 - Diffs -
KerberosAuthMangled: Bug: TWiki mangles user names of the form xyz #64;CEAPLEASENOSPAM.COM.AU. We use the apache Kerberos module for authentication, which generates user names of the... TonyButt ClaussStrauch - 2005-07-07 - 20:04 - 2 - Diffs -
OopsMoreDoesntRenderNullParameters: Bug: Null parameters (param1 0) don`t render correctly The loop in UI::Oops::oops which detects indexed parameters (param1,param2,...) exits prematurely when it encounters... PeterNixon WillNorris - 2005-07-03 - 17:38 - 2 - Diffs -
UserTopicTemplateNotFoundComparedToDocsSearchOrder: Bug: User topic Templates aren`t found the way the documentation presents the search order I`m trying to use a user topic in a Web, to define a view template for this... OlivierBerger WillNorris - 2005-07-02 - 17:53 - 2 - Diffs -
CreateNewUserCauseTWikiUsersError: Bug: Create new User cause corrupt content of Topic TWikiUsers When You create new Users the Topic TWikiUsers text will corrupt with message `No permission to read... GuidoBrugnara GuidoBrugnara - 2005-07-01 - 08:23 - 1 - Diffs -
PasswordsAreMangled: Bug: Password is mangled after user registration (DEVELOP) From InvalidActionInRegister: From the registration page, a different password is stored than the one entered... ArthurClemens CrawfordCurrie - 2005-06-30 - 07:28 - 19 - Diffs -
OopsAccessRedirectError: Bug: access oopses forget the originating web If access is denied to a topic the oops will be directed to the Main web. This is due to a typo in TWiki::UI::isAccessPermitted... MichaelDaum MichaelDaum - 2005-06-29 - 17:26 - 1 - Diffs -
FixPerlWarnings: Bug: Patch to fix some Perl warnings I see in my apache logs There are various places in the TWiki Perl code where values are not checked for undef, etc. before being... PaulSmith PaulSmith - 2005-06-28 - 16:06 - 3 - Diffs -
EditLosesSkin: Bug: skin is lost through edit replace form Testcase In a web where forms are enabled, 1 Edit a topic with a skin (add ?skin tomato to the url) 1 Hit add form... CrawfordCurrie CrawfordCurrie - 2005-06-26 - 16:33 - 13 - Diffs -
FormFieldsNamedSameAsParameters: I just discovered that if you have a form field with the same name as one of the parameters to one of the scripts that gets passed forms (save, preview etc) then there... CrawfordCurrie CrawfordCurrie - 2005-06-26 - 12:48 - 6 - Diffs -
SearchMessesUpPath: Bug: % Search messes up current directory The ! command (when executed with scope text ) changes the current directory. Subsequently, any load of a used file does... ThomasWeigert CrawfordCurrie - 2005-06-26 - 06:36 - 9 - Diffs -
RcsLiteDoesNotWorkCorrectly: Bug: RcsLite does not work correctly Specifically it gets very confused over line endings at the end of file, and fails to revert to previous revisions with consistent... CrawfordCurrie CrawfordCurrie - 2005-06-25 - 13:56 - 14 - Diffs -
GetPluginPreferencesFlagReturnError: Bug: Call to TWiki::Func::getPluginPreferencesFlag returns wrong value When a plugin calls TWiki::Func::getPluginPerferencesFlag( `DEBUG` ) it will allways return... CharlesDupont CharlesDupont - 2005-06-24 - 18:05 - 4 - Diffs -
TranslationTokenPassedIntoSubroutines: Bug: $TranslationToken passed into subroutines I ran into a problem with a plugin leveraging TWiki::Plugins::renderWikiWordHandler in that on certain occasions... ThomasWeigert SvenDowideit - 2005-06-23 - 12:46 - 9 - Diffs -
TestenvImprovements: There are a number of problems with testenv on DevelopBranch. This topic collects them all and discusses resolutions. 1 It doesn`t seem to find TWiki.pm correctly... MarcelTrap SvenDowideit - 2005-06-23 - 12:40 - 5 - Diffs -
SearchCantUseStringError: Bug: in topic search gives `Can`t use string (`1094792411`) as an ARRAY ref while `strict refs` in use` error Error: Can`t use string (`1094792411`) as an ARRAY ref... MattWilkie SvenDowideit - 2005-06-21 - 17:30 - 5 - Diffs -
PatternSkinDev: these should be split up into individual ChangeProposalForms WillNorris 05 Jun 2005 if any of these bugs are important to you, please refactor the bug report... WillNorris SvenDowideit - 2005-06-21 - 17:09 - 5 - Diffs -
OffMeansOnBug: Bug: Setting option to off means on Many TWikiVariables have Boolean flag settings which are explained in the documentation with on , e.g., $SEARCH supports... ThomasWeigert SvenDowideit - 2005-06-21 - 17:00 - 10 - Diffs -
NTWikiTestCasesChangesBroken: Bug: develop changes breaks on TestCases web http://develop.twiki.org/~develop/cgi bin/changes/TestCases/ breaks with error message Undefined subroutine CGI::del... MartinCleaver SvenDowideit - 2005-06-21 - 16:58 - 12 - Diffs -
InheritedVariablesEvaluationBug: Bug: Inherited variables are not evaluated correctly TWiki does not assign variables as expected when the value of a newly created variable relates to a previously... AlsterWassermann SvenDowideit - 2005-06-21 - 16:45 - 3 - Diffs -
FunctionAddUserToTWikiUsersTopicBroken: Bug: The function `addUserToTWikiUsersTopic` incorrectly adds new users to the topic Using Apache authentication and REMOTE USER, newly registered users do not get... SteveRJones SteveRJones - 2005-06-10 - 20:10 - 12 - Diffs -
SidebarProblemWithBadDirectories: Bug: Sidebar is constructed erroneously when non web directories are present When the data directory contains subdirectories that do not represent webs (e.g., a CVS... ThomasWeigert WillNorris - 2005-06-06 - 21:12 - 6 - Diffs -
EncodingOfFormValuesBroken: Bug: Form values are incorrectly encoded In Form values, certain text must be encoded to not break surrounding structures. (In cairo, theses are \n and ` , dakar... SamHasler CrawfordCurrie - 2005-06-06 - 16:50 - 8 - Diffs -
PatternSkinBreaksOldTemplates: Bug: PatternSkin breaks most existing ClassicSkin templates PatternSkin has chosen to generate the buttons at the bottom of the topic very differently from the classic... ThomasWeigert WillNorris - 2005-06-05 - 06:19 - 6 - Diffs -
FormTooSensitiveToWhitespace: Bug: Form rendering is too sensitive to whitespace When protecting form rendering from newlines by translating those to br / , we are running into the problem... ThomasWeigert WillNorris - 2005-06-05 - 06:17 - 10 - Diffs -
MakeTextAreaDefConsistent: Bug: Make definition of text area fields consistent Both EditTablePlugin and TWikiForms allow a text area to be defined as a possible field. However, the size for... ThomasWeigert WillNorris - 2005-06-05 - 06:10 - 3 - Diffs -
PluginRenderBug: Bug: Plugin dont render/work correctly Randomly the plugins dont render correctly. That is is shown as it is. does not work. Test case Since this effect is random... VeereshKhanorkar VeereshKhanorkar - 2005-06-03 - 12:01 - 1 - Diffs -
DocumentContainsNoData: Just noticed this when trying to edit ModPerl here for some reason I get Document Contains No Data on hitting Preview button, in both Firebird 0.7 and IE5.5 (different... RichardDonkin WillNorris - 2005-06-02 - 17:50 - 8 - Diffs -
RegistrationEntriesWronglyPlacedInTWikiUsers: Bug: The user entry is added at the bottom, not in the user list When I add a second user, this user is appended at the bottom of the list, not at the beginning letter... ArthurClemens WillNorris - 2005-05-30 - 08:31 - 3 - Diffs -
RedirectViewToViewauth: Bug: Incorrect redirection from view to viewauth Redirection from view to viewauth doesn`t terminate the script after printing the redirection. Test case Set ALLOWWEBVIEW... JoachimSchrod JoachimSchrod - 2005-05-28 - 10:49 - 7 - Diffs -
AttachLinkNotStruckOutInPatternSkin: Attach link not struck out in PatternSkin When viewing an earlier revision, the `Attach image or document` link is not rendered struck out and disabled as link using... ThomasWeigert CrawfordCurrie - 2005-05-22 - 15:38 - 3 - Diffs -
MainUserNameMoreTopicActionsInternalServerError: Bug: More Topic Actions kicks Internal Server Error On the twiki.org web site, clicking the `More topic actions` link on a userpage kicks an 500 internal server error... FredMorris FredMorris - 2005-05-16 - 18:10 - 2 - Diffs -
InternalServerErrorOnTWikiOrg: http://twiki.org/cgi bin/view/Plugins/WebIndex gives an Internal Server Error CrawfordCurrie 23 Feb 2005 This applies to WebIndex and WebIndex as well. Is this... CrawfordCurrie ChristopherHuhn - 2005-05-11 - 15:08 - 4 - Diffs -
AttachmentVersionsBrokenOnlyShowsLast: Bug: Version control of attachments always shows latest only When you attach documents it seems like the revisions are kept but no matter which version you try to... KennethLavrsen RobertEchlin - 2005-05-09 - 14:18 - 8 - Diffs -
PatternSkinDoesNotSupportTemplateLoadingOrder: Bug: PatternSkin does not support template loading order It is possible to provide web specific templates by creating a subdirectory in the template directory with... ThomasWeigert CrawfordCurrie - 2005-05-08 - 09:53 - 7 - Diffs -
GetViewUrlError: Bug: getViewUrl implementation differs from specification In Func.pm, it is stated that for getViewUrl, the first parameter (web) is taken to be the current web if... ThomasWeigert ThomasWeigert - 2005-05-03 - 12:46 - 12 - Diffs -
TaintBugInDiffs: Bug: Topic Diffs gives multiple Perl Taint errors Problem occured after upgrading: twiki 20040902 1.1 20040902 3 apache2 common 2.0.53 5 2.0.54 2 (other packages... TristanLawrence TristanLawrence - 2005-05-02 - 22:12 - 2 - Diffs -
FilterFormFieldForIllegalCharacters: Bug: Filter form fields for illegal characters In view, forms get rendered as tables. Thus linebreaks and vertical bars are not allowed. Currently, lib/TWiki/Render... ThomasWeigert ThomasWeigert - 2005-05-01 - 20:02 - 8 - Diffs -
RemoveWindRiverCodeFromEditTablePlugin: Bug: Remove WindRiver specific code from EditTablePlugin In EditTablePlugin::encodeValue there is code that removes rendering from an internal plugin `SprPlugin... ThomasWeigert ThomasWeigert - 2005-05-01 - 03:14 - 6 - Diffs -
ISOCharsetComputedWrong: Bug: ISO Charset is computed wrong from locale TWiki computes content type charset from site locales, missing an hyphen for iso 8859 charsets. Test case In TWiki... JoachimSchrod JoachimSchrod - 2005-04-25 - 19:04 - 3 - Diffs -
DiffsShouldShowEntireTableRow: This is a minor issue that I don`t have strong feelings about, but I wanted to mention. Take a look at the diff between r1.71 and r1.70 of the BeijingRelease page... RandyKramer WillNorris - 2005-04-24 - 13:14 - 7 - Diffs -
UnresolvedVarsInURL: Bug: Unresolved variables in the URL cause major performance problems and seemingly unrelated errors. Symptoms can any one or more of: a) User hits edit save preview... MattWilkie ArthurClemens - 2005-04-24 - 11:43 - 23 - Diffs -
DefaultTemplatesSupportWebNameAsWikiWord: Further to Peter`s request for finding unescaped or fully qualified WEB uses I found (using grep): ManagingTopics.txt:% METASEARCH{type `topicmoved` web `Codev` topic... MattWilkie WillNorris - 2005-04-23 - 00:27 - 3 - Diffs -
DigestAuthDoesNotWork: Bug: Digest Authentication does not work The User Handler not initialized properly if followed configuration instruction in TWiki.cfg Test case Setup Digest Authentication... MaciejMatuszak CrawfordCurrie - 2005-04-22 - 12:30 - 5 - Diffs -
TestenvRelockIgnoresPubTWiki: Bug: Testenv`s relock script ignores pub/TWiki... In directory pub/TWiki/... there are many binary files such as pictures. There are also ,v files. These do not get... KennethLavrsen WillNorris - 2005-04-22 - 10:07 - 10 - Diffs -
TimeTravellingTopics: Bug: repRev can cause fatal time confusion in RCS Cut and pasted this from IncorrectDateAfterRepeatedEdits Question After repeated edits of a topic within the editLockTime... JChristophFuchs CrawfordCurrie - 2005-04-20 - 10:39 - 4 - Diffs -
IntranetRegistrationMustTellUserToConfirm: Bug: short description The non pub version needs to be tidied up such that it does not tell you can edit your page before the confirmation step is completed (confirmation... MartinCleaver MartinCleaver - 2005-04-19 - 13:25 - 1 - Diffs -
RenamingTopicsAffectsNonTopics: Bug: The rename action will rename not only topic, also non topics are renamed Test case Make a change to existing topic and enter `NewTopic NewTopic`... MichaelPolivanov WillNorris - 2005-04-18 - 20:41 - 22 - Diffs -
EmailObfuscationSpams: Bug: Obfuscation emails by adding `removethis` actually spams legit domains like removethis.de TWiki obfuscates emails bar #64;fooPLEASENOSPAM.com and bar #64;fooPLEASENOSPAM... ColasNahaboo MichaelDaum - 2005-04-18 - 07:57 - 6 - Diffs -
ItalicsWrong: Bug: this should italicise each word and this should embolden each word mixing them works ok Looks fine on DevelopBranch, but there... CrawfordCurrie CrawfordCurrie - 2005-04-14 - 18:30 - 2 - Diffs -
DontLoseData: There is a nasty problem when you change forms; there is a risk of data loss. 1 Create a form with a field called ManWithRedShirt 1 Create a topic that uses... CrawfordCurrie CrawfordCurrie - 2005-04-14 - 16:15 - 9 - Diffs -
ExclamationMarkInsideAsterisksDoesNotWork: Bug: ExclamationMarkInsideAsterisksDoesNotWork Using exclamation mark to bypass automatic WikiWord linking inside bold text does not work. The old version with nop... GuidoOstkamp CrawfordCurrie - 2005-04-14 - 08:34 - 2 - Diffs -
RedirectCgiQueryShouldNotReturn: Bug: TWiki::Func::redirectCgiQuery should never return The documentation of TWiki::Func::redirectCgiQuery says `never returns`, which makes sense, since this function... JChristophFuchs CrawfordCurrie - 2005-04-13 - 15:20 - 2 - Diffs -
NoBoldWikiWords: Bug: No Bold Wiki Words Camel cased words made bold using the construction are not WikiWords. Test case ThisIsALink ThisShouldBeABoldLink IShouldntHaveToDoThis... ShaughanLavine MartinCleaver - 2005-04-13 - 12:53 - 12 - Diffs -
RssFeedDoesntNopExclamationPoint: Bug: ! nop`s aren`t filtered out by the RSS skin ! style should be filtered out from RSS feeds Test case sample output from Akregator: TWikiPreferencesNeedsGardening... WillNorris WillNorris - 2005-04-11 - 19:51 - 1 - Diffs -
TopicParentBroken: Bug: Topic parent broken when creating new topic (Dakar) Write the name of a non existing topic (for instance SomeTopic), so when the page is saved the topic name... ArthurClemens CrawfordCurrie - 2005-04-09 - 14:01 - 2 - Diffs -
TestWebManagementInDakar: In CreateWebNamesLongerThanTenCharacters GarethEdwards reports: `The ManagingWebs form in CairoRelease will happily let me create webs of greater than 10 characters... CrawfordCurrie CrawfordCurrie - 2005-03-31 - 12:17 - 8 - Diffs -
UnfriendlyErrorMsgWithInvalidRegexSearch: Bug: Unfriendly Error Message when Using Invalid Regular Expression Search You get an unhelpful error message if you specify an invalid regular expression search.... PeterThoeny PeterThoeny - 2005-03-30 - 23:49 - 1 - Diffs -
TreeviewInfiniteRecursionOnBadData: Bug: Treeview plugin can cause apache to hang If a twiki user creates a loop of topic parents, the display of tree view outline mode causes apache to hang due to out... StanleyKnutson StanleyKnutson - 2005-03-30 - 04:20 - 1 - Diffs -
RegisterFailureInsecureDependencyCygwin: Bug: Register Fails with Insecure Dependency on Cygwin I was registering a new user within TWiki. I enabled basic authentication before. The error information from... ChunhuaLiao CrawfordCurrie - 2005-03-28 - 11:30 - 9 - Diffs -
RdiffErrorNoSuchFileOrDirectory: Bug: Rdiff Error: No such file or directory If you do a Diff ( rdiff script) on a topic that has no RCS revision file you get this error message instead of the topic... PeterThoeny CrawfordCurrie - 2005-03-26 - 15:05 - 9 - Diffs -
DifferencesBetweenRevisionsBroken: Bug: Viewing differences between revisions 1.2 and 1.1 shows also 1.1 Example: http://twiki.org/cgi bin/rdiff/Codev/StructureOfOndiskTopicFormat?rev1 1.2 rev2 1.... PeterThoeny CrawfordCurrie - 2005-03-26 - 14:49 - 18 - Diffs -
NOFOLLOWNotExpandedInTemplates: Bug: The % NOFOLLOW% variable is not expanded in view templates DEVELOP branch The rendered html page contains % NOFOLLOW% strings. For instance: Attach What... ArthurClemens CrawfordCurrie - 2005-03-26 - 14:22 - 2 - Diffs -
PatternSkinMissingVersionInfoForRawText: Bug: PatternSkinMissingVersionInfoForRawText PatternSkin only allows viewing the raw content of the most recent topic revision Test case Ensure you`re using PatternSkin... TravisCampbell ArthurClemens - 2005-03-25 - 22:29 - 2 - Diffs -
DiffsFunctionDoesNotAuthenticateProperly: Bug: Diffs Function Does Not Authenticate Properly problem occurs with a web that has ALLOWWEBVIEW set to a specific group in TWikiRelease01Dec2001, view... FlorenzKley CrawfordCurrie - 2005-03-25 - 17:36 - 26 - Diffs -
PersistantGlobalVariablesInPlugins: When running Cairo release under SpeedyCGI, the spreadsheet plugin has a problem with a global variable that is not re initialised for each run (found and fixed by... CrawfordCurrie CrawfordCurrie - 2005-03-25 - 15:25 - 3 - Diffs -
ViewScriptPartiallyIgnoresTopicPermissions: Bug: ViewCgiScript partially ignores topic view permissions Normally, ViewCgiScript should render the topic contents or redirect the client to `view access denied... PavelGoran CrawfordCurrie - 2005-03-24 - 14:45 - 12 - Diffs -
XHtmlCompliantData: Bug: make default pages xhtml compliant DEVELOP BRANCH ONLY in a few topics we have html which is not xhtml, like TABLE , not closed br and things like these.... MarioFrasca ArthurClemens - 2005-03-24 - 09:52 - 4 - Diffs -
InconsistentTreatmentOfTextEncoding: Bug: Topic text is handled inconsistently with respect to protective encoding I might have gotten somewhere confused, but it appears to me that there may be some old... ThomasWeigert CrawfordCurrie - 2005-03-24 - 09:08 - 41 - Diffs -
IncludedPagesDisplaySomeLinksIncorrectly: Bug: Included Pages Display Some Links Incorrectly Errors in displaying some links in included pages that look fine on the original page: Mailto shows as link... RobertEchlin CrawfordCurrie - 2005-03-19 - 09:12 - 2 - Diffs -
WhitespaceBeforeHtmlTag: Bug: \n between DOCTYPE and html need not to be translated DEVELOP BRANCH ONLY any amount of \n characters in the twiki.pattern.tmpl between the DOCTYPE and... MarioFrasca ArthurClemens - 2005-03-16 - 20:45 - 11 - Diffs -
NoRecognitionOfL10NWikiWordInSetingVariables: Bug: No recognition of localized WikiWord in seting user variables When we put an localized WikiWord in a set of a user variable it is not recognized and the efect... AurelioAHeckert AurelioAHeckert - 2005-03-11 - 18:40 - 1 - Diffs -
BulletsScrewyWithGaps: Bug: Bullets incorrect with gaps Bullets are not correct when you try to have a single line space between doubly indented bullets Test case First situation has single... RaymondLutz EricSchwertfeger - 2005-03-11 - 17:51 - 10 - Diffs -
WebChangesCalledFromWebSearchBroken: Bug: Broken TWiki/WebSearch.txt When calling WebSearch from some sub Web, this usually includes TWiki/WebSearch.txt . On the displayed page there is a link to retrieve... GuidoOstkamp CrawfordCurrie - 2005-03-08 - 13:47 - 2 - Diffs -
SearchShouldRespectAccessControlsOnWebs: As described in NoSearchResultsForALLOWWEBVIEW, even if access controls are set that deny a user view access on a web, Search will still attempt to search that web... CrawfordCurrie CrawfordCurrie - 2005-03-06 - 10:23 - 5 - Diffs -
UsingPerl58OnRedHat8: This is just to warn people of a possible problem some recent discussion on the Perl 5 Porters list about Red Hat 8.0 and Perl 5.8.0 (the default Perl on this distribution... RichardDonkin WillNorris - 2005-03-04 - 04:58 - 13 - Diffs -
DelAndInsTagsAfterTopicSave: Bug: Del and Ins Tags After Topic Save After topic save, text is all messed up with ins and del tags. This happened on two separate topics with the latest... PeterThoeny CrawfordCurrie - 2005-03-03 - 08:54 - 9 - Diffs -
TWikiUsersIsBroken: Bug: TWiki.org`s Main.TWikiUser topic rendring issue It is not possible to view the TWiki:Main.TWikiUser age on the twiki.org server. Entry for NikLooker contains... MarioFrasca PeterThoeny - 2005-03-01 - 06:38 - 2 - Diffs -
ExtraneousLineInHttpHeader: Bug: Extra empty line added to empty headers When headers computed by writeHeaderFull (file lib/TWiki.pm, line 519) are the empty string, the line 595: $finalHeaders... ColasNahaboo KeithHelfrich - 2005-02-28 - 07:07 - 7 - Diffs -
ObfuscateEmailAddresses: Bug: Email addresses obfuscation does not work in all cases Email addresses obfuscation does not work in all cases. Test case There are cases where it does not work... BenVoui BenVoui - 2005-02-26 - 19:44 - 7 - Diffs -
CommentPluginOnAnchorsBroken: Bug: Comment plugin won`t work on anchors When using the comment plugin with a target defined as an anchor, it works the first time, but will break the anchor afterwards... OlivierBerger CrawfordCurrie - 2005-02-25 - 09:58 - 2 - Diffs -
UsingWEBVariableInGroupNames: Bug: Using % WEB% in group names Group names cannot be defined using % WEB%. That would help defining group access/change restrictions for webs, if having a policy... OlivierBerger OlivierBerger - 2005-02-24 - 09:05 - 2 - Diffs -
SaveHangUsingTOC: Bug: Save hangs when using TOC forth and back between two topics When including a TOC from another Topic, and then include back the parent topiclist, Twiki hangs on... WolfgangAlper WolfgangAlper - 2005-02-23 - 19:57 - 1 - Diffs -
RawParamLeaksEmailAddresses: Bug: Email addresses can be harvested by spammers When viewing topics with the `raw` modifier, email addresses are returned unobscured. Test case me #64;examplePLEASENOSPAM... AlsterWassermann BenVoui - 2005-02-23 - 00:30 - 14 - Diffs -
FileAttachmentFilterSecurityAlert: Security Alert Certain uploaded files can impose a security issue. For example, any file with a .php extension is executed on a webserver where PHP is enabled by... PeterThoeny MattWilkie - 2005-02-20 - 06:40 - 11 - Diffs -
TocDoesNotHonourPermissions: Bug: TOC does not honour permissions If you include the table of contents from another topic ( ! ) TWiki does not honour the permissions on that topic. It uses Store... CrawfordCurrie CrawfordCurrie - 2005-02-17 - 17:44 - 2 - Diffs -
TWikiRegistrationBrokenLinks: Bug: 2 broken links in TWikiRegistration page: ChangePasswords and ResetPasswords Default installation says `Registered users can ChangePasswords? and ResetPasswords... LuisMarquez CrawfordCurrie - 2005-02-17 - 17:41 - 2 - Diffs -
TopicRenameFailsOnCodev: Bug: Topic rename fails on Codev I tried to rename TocBreaksOnIdenticallyNamedSections today (29 Nov 2004, about 12:20 Central) and got this message: Software error... DavidBright CrawfordCurrie - 2005-02-16 - 14:30 - 9 - Diffs -
WebFastIndex: % SEARCH{`\. ` scope `topic` regex `on` nosearch `on` nosummary `on` noped the above search because it was causing an `Internal Server Error` This topic was in the... CrawfordCurrie CrawfordCurrie - 2005-02-16 - 13:00 - 3 - Diffs -
SearchFailsIfStartedWithDash: Bug: Search fails if started with Dash Try performing a search that starts with a ` `. The starting the search string is interpreted by the grep commands as more... JohnRouillard SamHasler - 2005-02-15 - 23:34 - 4 - Diffs -
InterwikiPluginFailsWhenPageIncludesPercentSign: Bug: Interwiki plugin fails when page data includes % If an interwiki link includes a % sign, the page match is chopped at that point. This is a problem if you use... JohnRouillard SamHasler - 2005-02-15 - 23:34 - 6 - Diffs -
UploadZeroFileSizeWin2KBug: Bug: On Win2k upload can incorreclty fail with zero size file message In bin/upload you can incorrectly get a file size of zero from the s or stat methods on... JohnTalintyre SamHasler - 2005-02-15 - 22:53 - 5 - Diffs -
VerbatimExpandsVariables: The VERBATIM tag currently does not prevent the `verbatim` text from having % variables expanded. In my view, this is a bug expanding such variables doesn`t really... RichardDonkin SamHasler - 2005-02-15 - 22:43 - 27 - Diffs -
NestedVerbatimTags: Bug: Verbatim can`t handle it`s own tags Test case Have some code enclosed in verbatim tags, within these code include another set of verbatim tags Fix record... JohnTalintyre SamHasler - 2005-02-15 - 22:43 - 5 - Diffs -
BackFromPreviewLosesText: Bug: Back from Preview loses text FIX AVAILABLE: See #Fix record if using older TWiki code now implemented in TWikiRelease01Feb2003 and on TWiki.org. Test... RichardDonkin SamHasler - 2005-02-15 - 22:41 - 67 - Diffs -
RefreshEditPage: See also RefreshEditPageDiscuss When I edit page in loop like Edit Preview Changes Save Changes Edit etc., I should press `Refresh` button of the browser... IvAn SamHasler - 2005-02-15 - 22:33 - 53 - Diffs -
CookbookActivePerlTestenv: Bug: testenv breaks on ActivePerl ActiveState Perl 5.6.1 builds 628 and 631 (latest at present) both break on the Dec 2001 testenv script, because of calls to getpwuid... RichardDonkin SamHasler - 2005-02-15 - 22:18 - 21 - Diffs -
CreateLinkToAttachedFileBug: There was a problem when you upload a file and checkmark the `create a link to the attached file` check box. The bug showed up in case the topic had a TWikiCategoryTable... PeterThoeny SamHasler - 2005-02-15 - 01:55 - 2 - Diffs -
ViewShowsTopRevUserForOlderRevs: Bug: View Shows User of Top Revison for Older topic Revisions Users and time stamp of top topic revision is shown for older revisions. Test case View a topic... PeterThoeny SamHasler - 2005-02-15 - 01:42 - 3 - Diffs -
RenameKillsAttachmentsAndFormsBug: Bug: Rename Kills Attachments and Forms .PeterThoeny pointed out that a renaming can cause the loss of attachments and form data. Test case Create topic <nop... JohnTalintyre SamHasler - 2005-02-15 - 01:41 - 4 - Diffs -
FixingTopicChangesUser: Bug: Undocumented command to fix a topic alters time stamp and user. The undocumented feature to fix a topic without increasing the revision or changing the user... PeterThoeny SamHasler - 2005-02-15 - 01:41 - 6 - Diffs -
OsDetectionFailsOnMacOSX: Bug: OsDetectionFailsOnMacOSX The new release of TWiki has code in TWiki.cfg that attempts to determine the server`s operating system. On MacOSX this is incorrectly... ToddJonker SamHasler - 2005-02-15 - 01:41 - 3 - Diffs -
DocumentationBug01: Bug: Errors in Documentation of the Distribution ZIP The documentation files TWikiDocumentation.html and TWikiHistory.html included in the distribution ZIPfile... PeterThoeny SamHasler - 2005-02-15 - 01:41 - 3 - Diffs -
SearchsTooManyDirectories: Bug: Searchs too Many Directories Search.pm searches directories that start with . and . Test case Create data/.session Create data/ default... JohnTalintyre SamHasler - 2005-02-15 - 01:41 - 4 - Diffs -
EmptyNotificationAfterRenamingTopic: Bug: Empty Notification After Renaming or Moving a Topic Renaming or moving a topic puts an entry in notification of changes with the old topic name, thus the WebNotify... PeterThoeny SamHasler - 2005-02-15 - 01:41 - 11 - Diffs -
OperaBrowserDoublesEndOfLines: Got a report that the Opera browser on Linux doubles each end of line on topic save, thus damaging tables and numbered lists. Preview is fine. Opera Browser version... PeterThoeny SamHasler - 2005-02-15 - 01:41 - 11 - Diffs -
VariablesDoNotGetExpandedInForms: Bug: Variables do not get Expanded in Forms This used to work for previous versions Test case Create a topic in the Know web Enter % TOPIC% in a form... PeterThoeny SamHasler - 2005-02-15 - 01:41 - 3 - Diffs -
ViewAuthHandlingForTOC: We all know that wiki works best with no read restrictions, but in a corporate world, it may be a necessary evil. Currently, if one uses the viewauth script method... ColasNahaboo SamHasler - 2005-02-15 - 01:41 - 3 - Diffs -
NoWarningWhenEnteringNonStdChars: Bug: No warning when entering non standard characters . Test case When previewing or saving, Wiki fails to warn in case non ISO characters were introduced in the... RichardDonkin SamHasler - 2005-02-15 - 01:35 - 19 - Diffs -
AttachedNotificationLinksBug: Peace, TWikiers! :o) The links in the attached html are wrong, like: Codev.ImproveDocsForFirstTimeUsers I get change notifications (TWiki.Codev) to my Yahoo mbox... IaRad SamHasler - 2005-02-15 - 01:34 - 11 - Diffs -
UppercaseAttachments: A small point: If you have an attachment with a GIF, JPG, or JPEG extension (not gif, jpg, or jpeg), the create link at bottom of topic check box does not behave properly... AlWilliams SamHasler - 2005-02-15 - 01:32 - 3 - Diffs -
HtpasswordRaceCondition: Bug: Race condition during .htpasswd file updates The .htpasswd updates have an inherent race condition which could result in corruption of the password file. This... EdwardJajko SamHasler - 2005-02-15 - 00:18 - 8 - Diffs -
FixUnixProblemInSearch: Fix Unix Problem In Search Problem Under Solaris, grep hangs when given the option before the list of files to search. Enhancement Request Add a configuration... ThomasWeigert SamHasler - 2005-02-14 - 16:56 - 6 - Diffs -
LockRemovalProblem: Bug: Error when trying to remove a lock on a rcs file In lib/TWiki/Store/RcsWrap.pm , in the sub ci , there is a variable $cmd in which is stored the commands... MathieuArnold SamHasler - 2005-02-13 - 16:11 - 4 - Diffs -
WrongChangePasswordLinkInNewUserTemplate: Bug: ChangePassword link in NewUserTemplate is incorrect NewUserTemplate is using ChangePassword as WikiWord, which seems correct when you check the template but becomes... FredericCrozat SamHasler - 2005-02-13 - 16:11 - 4 - Diffs -
SitemapDoesntValidate: Bug: TWiki.Sitemap doesn`t validate SiteMap doesn`t validate. There are missing slashes ( / ) in the img tags. I`ve already fixed it in TWiki.org, it would be nice... AntonioTerceiro SamHasler - 2005-02-13 - 16:10 - 5 - Diffs -
WebRssAndEUCJPAndMojibakeCorruption: Bug: RSS feeds corrupted for non ISO 8859 1 sites See Support.WebRssAndEUCJPAndMojibakeCorruption for details any non ISO 8859 1 sites will have corrupted I18N... RichardDonkin SamHasler - 2005-02-13 - 16:10 - 4 - Diffs -
ViewPrevRevShowsIncorrectMetaData: Bug: Old revision shows incorrect Meta Data Viewing an old revision of a topic useing the r1.21 format for revision number causes incorrect meta data to be retrieved... SamHasler SamHasler - 2005-02-13 - 16:10 - 4 - Diffs -
SupportFormBroken: Bug: TWiki.org Support Form Broken The WebHome form is currently broken on TWiki.org. Test case Try to submit a new question A blank page shows up in edit... PeterThoeny SamHasler - 2005-02-13 - 16:10 - 5 - Diffs -
FormfieldGetsNotShortended: Bug: Formfield does not get Shortended Can`t get the text within a textarea shortended like explained in FormattedSearch.: $formfield(name, 30, ...) Form field... AndreUlrich SamHasler - 2005-02-13 - 16:10 - 5 - Diffs -
SomeChineseCharactersBreakWikiLinks: Bug: Some Chinese characters using GB2312 break Wiki links See Support.SomeChineseCharactersBreakWikiLinks for details use of GB2312 character encoding breaks... RichardDonkin SamHasler - 2005-02-13 - 16:09 - 5 - Diffs -
CyrillicTopicNameError: Bug: Creating topic in cyrillic produces error Trying to save nonexisting topic with cyrillic (koi8 r) name produces: `Software error: Usage: Encode::FB PERLQQ() at... VladimirPodryvanov SamHasler - 2005-02-13 - 16:09 - 9 - Diffs -
TOCnotWorkingForChineseHeadings: Bug: TOC not working for Chinese headings See TOCnotWorkingForChineseHeadings for details and patch. Headings in non alphabetic languages will fail to generate working... RichardDonkin SamHasler - 2005-02-13 - 16:08 - 4 - Diffs -
SaveNotHonoringOnlynewtopicFlag: Bug: Direct save is not honoring the onlynewtopic Flag FlagForEditScriptToAvoidFormDataOverwrite should also be honored by the save script so that direct saving can... SamHasler SamHasler - 2005-02-13 - 16:08 - 5 - Diffs -
OopsRenameAccessDeniedHasMainWeb: Bug: Oops Message for Rename Access Denied has Always Main Web Incorrect web is shown in oops message if a user tries to rename a topic with no permissions This is... PeterThoeny SamHasler - 2005-02-13 - 16:08 - 10 - Diffs -
InstalledPluginSettingCausesError: Bug: eval of use does not protect from error messages if a plugin that is listed in INSTALLEDPLUGINS, the .pm but is not actually in Plugins you get lots of errors... SvenDowideit SamHasler - 2005-02-13 - 16:08 - 11 - Diffs -
TestsDoNotCompile: I wanted to write some tests for a patch I`m writing, and a necessary precursor would seem to be a working set of existing tests. However the tests in tools/test do... CrawfordCurrie SamHasler - 2005-02-13 - 16:08 - 8 - Diffs -
RcsWrapDontUseProperQuote: In the RcsWrap file from the Cairo distribution, we can find the following line: #TODO set from Twiki.cfg my $cmdQuote ```; This causes that on some Windows system... RafaelAlvarez SamHasler - 2005-02-13 - 15:53 - 4 - Diffs -
EndlessLoopIncludingPageInWebTopicList: Bug: Endless loop trying to include whole page in WEBTOPICLIST It will not happen often: If someone tries to include a whole page in the WEBTOPICLIST, an endless loop... BeatDoebeli SamHasler - 2005-02-13 - 15:53 - 5 - Diffs -
WriteLogHasIncorrectWebName: Bug: writeLog has incorrect Web name StoreDotPm uses the init web instead of the web name supplied to the save function. The webs are usually the same since TWiki... PeterThoeny SamHasler - 2005-02-13 - 15:53 - 6 - Diffs -
RenameAllowsDotInPageName: Bug: Rename allows a dot (`.`) in new page name If the `Allow non WikiWord name` box is checked, TWiki will allow renaming the topic to a name that has a period (... MarcUnangst SamHasler - 2005-02-13 - 15:50 - 3 - Diffs -
RememberUserBug: Bug: TWiki.org remember user causing problems I`ve always been dubious about TWiki remembering users based on IP address, especially when you`re behind a fire wall... JohnTalintyre SamHasler - 2005-02-13 - 15:45 - 10 - Diffs -
TopicVariablesInNestedInclusions: Topic Variables in Nested Inclusions Normally you can inherit a user defined topic variable to an included topic. This behavior fails if you are on level two (and... OliverKrueger AndreUlrich - 2005-02-03 - 08:43 - 10 - Diffs -
JavascriptErrorsDuringEdit: Bug: Editing any topic gives error in JavaScript console When in edit mode, any keystroke in the text box will display `Error: window.event has no properties` in the... PeterWeatherdon PeterWeatherdon - 2005-02-02 - 19:28 - 4 - Diffs -
TopicRenameChangesAttachmentName: Bug: Renaming a Topic also renames attachment names When you attach a file named like a topic and you rename the topic it will also change attached files in topics... AndreUlrich AndreUlrich - 2005-01-29 - 15:09 - 2 - Diffs -
UploadFilterIncorrect: The $uploadFilter in TWiki.cfg is wrong. The following script illustrates the problem: $uploadFilter `^(\.htaccess . \.(?:php 0 9s ? phtm l ? pl py cgi))... CrawfordCurrie CrawfordCurrie - 2005-01-29 - 08:52 - 5 - Diffs -
AllowTopicViewOnlyRestrictsCurrentRevision: Bug: ALLOWTOPICVIEW only restricts current revision Using partial authentication, setting all ALLOW variables in a topic only seems to restrict access to the current... RobKirk PeterThoeny - 2005-01-25 - 17:09 - 5 - Diffs -
HttpOneDotOneSupport: In trying to track down the cause of UnresolvedVarsInURL I`ve started looking at HTTP 1.0 vs 1.1. I`m getting really confused as to whether or not twiki is 1.0 or... MattWilkie MattWilkie - 2005-01-24 - 13:39 - 10 - Diffs -
RenderingOfLtBracketIncorrect: Bug: A line with an explict and a html tag may get rendered incorrectly If there is an explict Rainfall gets rendered as Rainfall 1mm Environment... JChristophFuchs CrawfordCurrie - 2005-01-21 - 17:49 - 2 - Diffs -
PersonalSidebarConfusion: Bug: Personal Sidebar should check user against owner Summary: A topic for User A should not be pre filled, by default, from a template personalized for User B. One... VickiBrown DavidGrant - 2005-01-15 - 07:56 - 3 - Diffs -
IssuesWithApache2dot0: There are currently some authentication isses with Apache 2.0, it has first been reported in Support.FailedAuthenticationWithApache2OnWinNT . Please post workaround... PeterThoeny RichardDonkin - 2005-01-14 - 17:52 - 15 - Diffs -
SaveWithinHourShouldNotifyChange: Bug: Using once the `Minor changes, don`t notify` box can prevent further notifications Test case 1 Edit a topic and save without notification 2 the mailnotify... ColasNahaboo ColasNahaboo - 2005-01-04 - 16:56 - 5 - Diffs -
INCLUDEdisorganizesPageFormat: Bug: Using !%INCLUDE macro messes up home page format Originally posted under Support web; I think this is a bug. I thought it would be fun to include the contents... VickiBrown VickiBrown - 2005-01-03 - 17:32 - 1 - Diffs -
METASEARCHdefautParameterDoesntWork: Bug: METASEARRCH default parameter doesn`t work The default parameter in METASEARCH is intended to provide text for use when the search returns no results. However... CrawfordCurrie CrawfordCurrie - 2005-01-03 - 09:43 - 1 - Diffs -
OneWayConversionInMetaDataValues: Bug: Form data can have values that can get corrupted if I have a meta data value (form field value) that contains one of the strings for the `special characters`... CrawfordCurrie CrawfordCurrie - 2005-01-03 - 07:40 - 3 - Diffs -
InvalidALLOWWEBVIEWTreatedAsEmpty: Bug: Invalid ALLOWWEBVIEW If you set one of the ALLOW preferences (e.g. ALLOWWEBVIEW) to a group that has no members, then twiki treats that as if there were no ALLOWWEBVIEW... AndrewMoise RobKirk - 2005-01-01 - 01:10 - 4 - Diffs -
VerbatimMissesSetStatement: Bug: Verbatim doesn`t skip a SET statment If you enter a set statement like Set ALLOWTOPICCHANGE UserOne within a verbatim block, the restriction takes... MattWilkie MattWilkie - 2004-12-31 - 08:28 - 1 - Diffs -
RcsLiteUninitializedValuesErrors: Bug: RcsLite generates lots of unitialized value errors I just installed the latest TWiki on my machine and it seems to be working just fine. However when I looked... RonGoldman RonGoldman - 2004-12-31 - 03:12 - 1 - Diffs -
ScriptsAreResponsibleForOwnSecurity: Bug: Every single top level script is responsible for enforcing security (which means every plugin can subvert security) rather than the central core libraries (such... AntonAylward AndyGlew - 2004-12-27 - 20:23 - 5 - Diffs -
MissingLinkinOoopslockedTemplate: Bug: Missing Cancel link in oopslocked template The oopslocked template twiki/bin/oops/Main/WebHome?template oopslocked contains this text: To cancel go... VickiBrown MartinCleaver - 2004-12-17 - 01:23 - 2 - Diffs -
RdiffNotAuthWhenViewAuthUsed: Bug: rdiff not rdiffauth when viewauth used When viewing topics through viewauth the links for the diffs (eg 1.7 1.5 1.4, i`m talking about the links now) are... KoenMartens KoenMartens - 2004-12-15 - 20:46 - 2 - Diffs -
RenameChangesRefsToTopicInOtherWeb: Bug: Topic rename changes references to topics of the same name in other webs If you rename a topic in one web and there is a topic of the same name in another web... OwenRees OwenRees - 2004-12-13 - 14:34 - 2 - Diffs -
VariousAuthBugsFixed: Patch Proposal: Fix some Auth Bugs Description readTopicPermissionFailed is a string, set to `` initially, and growing to include a list of topics where read access... SvenDowideit BenVoui - 2004-12-12 - 22:48 - 7 - Diffs JonathanGraehl- SvenDowideit
ViewAfterSaveCachesOldPage: Bug: View after Save caches old page This was previously reported indirectly as the reason for SavePreviewTextOnServer, see discussion there. Symptoms: On saving... RichardDonkin RichardDonkin - 2004-12-08 - 09:50 - 22 - Diffs -
FileAttachmentsBugWithOnlyTwoVersions: Bug: File Attachment Version Viewing Bug When a file attachment has exactly two versions, viewing a version is not possible because only a direct link to the most... StevePrior WillNorris - 2004-12-06 - 22:00 - 2 - Diffs -
UsersCanPutJavascriptInTopics: Bug: Users can put javascript in topics Users can insert arbitrary javascript into topics this can cause all manner of havoc. For example, a user can embed: document... AndrewMoise AntonAylward - 2004-12-03 - 16:56 - 9 - Diffs -
PatternSkinUserStyleBusted: Bug: CSS in topic not read correctly Test case Load CssRoundEdges which defines USERLAYOUTURL, the css rules at Sandbox/MattWilkieStyle are not applied. According... MattWilkie MattWilkie - 2004-11-30 - 22:58 - 1 - Diffs -
WebformInitialValueOnlyWorksWithTemplate: Bug: Creation of Topic with Webform Initial values are only assigned if Form is bound to TopicTemplate Adding a Topic by using a form pointing to the edit script... NielsKoldso KarenAiken - 2004-11-30 - 19:34 - 6 - Diffs -
WebformInitialValueNotSaved: Bug: When creating a page using the save script, form field values are not set by passed parameters When creating a new page using an html form which submits to the... KarenAiken KarenAiken - 2004-11-30 - 19:25 - 1 - Diffs -
EmbedAnything: Bug: Any embeddable html object is executed. This is one of those things that is a feature as much as it is a bug. However it is submitted as a bug report to catch... MattWilkie MattWilkie - 2004-11-29 - 16:04 - 1 - Diffs -
SourceForgeAllowsHtpasswdRead: Bug: SourceForge allows .htpasswd file to be read Anybody with a sourceforge shell account, which is to say anybody with developer cvs access to any SF hosted project... MattWilkie RichardDonkin - 2004-11-28 - 08:43 - 2 - Diffs -
LostChanges: Bug: The recent changes list is gone, no new entries possible There is a problem: In our twiki you can do changes, but the list of changes will not be updated. Its... MartinSteldinger MartinSteldinger - 2004-11-20 - 21:17 - 1 - Diffs -
ModPerlBreaksALLOWWEBVIEW: Bug: mod perl 1.99 (ie RHEL3) breaks ALLOWWEBVIEW with mod perl, ALLOWWEBVIEW causes a twikiweb to become write only with no read access Test case 1. Set up TWiki... ScottSibert ScottSibert - 2004-11-19 - 00:30 - 1 - Diffs -
WIKIHOMEURLShowsDeprecatedPath: The WIKIHOMEURL tag (value: ) gives the value of $wikiHomeUrl, which is marked as deprecated in TWiki.cfg This should either be fixed (set to the correct path) or... CrawfordCurrie CrawfordCurrie - 2004-11-04 - 10:39 - 1 - Diffs -
RenameRefListIsAlwaysEmpty: Bug: The refs lists in the rename form are always empty The lists `Change links in topics that refer to ...` (both) in the rename form are always empty. But the Backlinks... StefanSteinegger StefanSteinegger - 2004-11-04 - 10:07 - 1 - Diffs -
RenameFailsIfTopicNameContainsCertainCharacters: Bug: Rename fails if topic name contains certain characters If the topic name contains the character `x` (X in lower case) in the name, then the rename script fails... SriramAcharya SriramAcharya - 2004-11-03 - 13:43 - 1 - Diffs -
GoogleFollowsRawLinks: Bug: Google Follows skin, raw, and other links Google follows all links on a wiki page, including the Printable and Raw Text links. Printable isn`t a problem,... KenMankoff PeterThoeny - 2004-10-30 - 07:43 - 3 - Diffs -
HangsSavingLargePages: Bug: Large pages hang on save Saves of big topics, such as TWikiPreferences can hang indefinitely Test case Environment TWiki version: TWikiRelease01Sep... MartinCleaver MartinCleaver - 2004-10-28 - 13:16 - 1 - Diffs -
UndocumentedFormattingRule: There`s an undocumented formatting rule in Render.pm: s!^( a zA Z0 9 ) !$1o; which does this: HubbaHubba 99 If it is documented, I can`t find the documentations... CrawfordCurrie PeterThoeny - 2004-10-21 - 06:55 - 3 - Diffs -
IncludeWithIllegalURLReturnsSoftwareError: Bug: Include with non existing URL returns error page If you use the % INCLUDE{URL tag with a non existing URL TWiki returns an error page and the normal user will... KennethLavrsen KennethLavrsen - 2004-10-18 - 19:45 - 1 - Diffs -
ViewauthAndSessionPluginFailsWithSpeedyCGI: Bug: viewauth with SessionPlugin fails with SpeedyCGI The viewauth together with the SessionPlugin still does not seems to be fully compatible with mod perl/SpeedyCGI... KennethLavrsen KennethLavrsen - 2004-10-03 - 00:29 - 1 - Diffs -
RelockRCSNeverEnds: Question I installed TWiki on a server (I don`t have root account), all was going fine (testenv and view). Then I run RelockRCS and it seems never end (browser... LucaBagolin MattWilkie - 2004-09-26 - 05:39 - 9 - Diffs -
DiffDoesNotAuthenticate: Bug: If you use read restricted webs (i.e. ALLOWWEBVIEV ist set to XY in WebPreferences) diff won`t work Reported by ChristianKohl: If you use read restricted webs... ChristianKohl ChristianKohl - 2004-09-20 - 06:55 - 10 - Diffs -
InstallPasswordFailsWithSpecialChars: Bug: Install Password Fails with Special Chars the install password script doesn`t install the new password. I tracked it down to the regular expression in TWiki:... KevinBaker PeterThoeny - 2004-09-18 - 06:54 - 2 - Diffs -
TimeCalculationError: Bug: Possible TIMEDIFF error in Spreadsheet Plugin TIMEDIFF gives false result if mixed with MAX/MIN of the dates Test case A table calculating workload distribution... AndrzejGoralczyk AndrzejGoralczyk - 2004-09-16 - 12:06 - 1 - Diffs -
UpgradeTWikiAltersSecurityFilterVariable: Bug: $securityFilter in TWiki.cfg is altered by UpgradeTWiki The UpgradeTWiki script alters the $securityFilter variable in TWiki.cfg . In the distribution... SteffenPoulsen SteffenPoulsen - 2004-09-06 - 19:07 - 1 - Diffs -
TabulationsInVerbatim: Bug: Tab characters get lost in a verbatim section When using verbatim to render text as is the tab characters are eaten and converted to 3 spaces Test case This... MathieuArnold PeterThoeny - 2004-09-06 - 06:31 - 4 - Diffs -
TMLIsExpandedInTagParameters: Bug: TWiki Meta Language is expanded when used inside HTML tag parameters, resulting in illegal HTML/XHTML. Example: img src `mrtwiki.gif` alt ` Main.PeterThoeny... CrawfordCurrie CrawfordCurrie - 2004-09-01 - 15:39 - 1 - Diffs -
RefByMatchesUnrelatedEntries: Bug: RefByMatchesUnrelatedEntries See Test Case. The search expression generated by ref by seems to be incorrect in the case that a WikiWord ends in a number.... WillBridewell PeterThoeny - 2004-08-08 - 00:31 - 4 - Diffs -
DisallowTopicMoveToEditRestrictedWeb: Request change in how topic move / access rules are handled: I should not be allowed to move a topic from web X into web Y if i am not permissioned to edit web Y.... EllenBeldner SamHasler - 2004-07-28 - 19:09 - 2 - Diffs -
UploadUsesUndocumentedCGIFunction: Bug: Upload uses Undocumented CGI Function I tagged it as a CODE SMELL in the codebase, but I realised it`s actually a bit smellier than that so I`m raising a bug... CrawfordCurrie PeterThoeny - 2004-07-11 - 07:13 - 4 - Diffs -
RegisterFailsWithNoSmtpHost: Bug: Register fails when no SMTP host is set When in TWikiPreferences no SMTP host is set, registering appears to be broken. After submitting the register form,... ArthurClemens MartinCleaver - 2004-05-12 - 01:25 - 3 - Diffs -
MoveAttachmentReplaceOldVersion: It seems that moving an attachment to a page that has an attachment with the same name loses the old one ... I have just moved SmiliesPlugin.zip from SmiliesPluginDev... AndreaSterbini TravisBarker - 2004-04-30 - 16:57 - 2 - Diffs -
ViewInRawMode: Bug: View in raw mode filters out SEARCHES containing META Fields I have a topic that searches a METAFIELD, in view?raw on it filters out some of the topic text. view... SvenDowideit SvenDowideit - 2004-04-27 - 04:44 - 1 - Diffs -
WebIndexSortedWrongly: Bug: WebIndexSortedWrongly Topics are sorted by case, not by letter. So Ta is now below TW. This makes looking up a topic confusing. Test case Go to TWiki.WebIndex... ArthurClemens ArthurClemens - 2004-04-14 - 07:54 - 1 - Diffs -
SupportWebIndexGeneratesError: Bug: Sandbox.WebIndex is broken If you click on Sandbox.WebIndex, you get a server error (sorry I got the topic name wrong: I don`t have permissions to fix it!) Test... MartinGregory MartinGregory - 2004-04-03 - 02:26 - 1 - Diffs -
RenamePartiallyHandlesJpgFiles: Bug: Rename Partially Handles Uploaded JPG FIles If a web topic called SomeTopic exists and there are attachments named SomeTopic.jpg, then if you rename SomeTopic... RogerHaase AndreUlrich - 2004-02-28 - 21:59 - 2 - Diffs -
RenamingTWIKIWEBDoesNotWork: Bug: Topics with % TWIKIWEB% and % MAINWEB% are not caught in rename action If you have a topic referred to as % TWIKIWEB%.MyTopic, and want to rename the topic, the... ArthurClemens ArthurClemens - 2004-02-24 - 15:24 - 1 - Diffs -
ExternalLinkProblemJSP: Bug: Link to extrenal document gets mangled up Certain external links are handled wrong. Test case The following link can be inserted in any Topic to reproduce the... StefanZumbrunn SvenDowideit - 2004-02-10 - 11:25 - 3 - Diffs -
MozillaNotStylingXHTML: Bug: Mozilla doesn`t style some XHTML tags I`ve been experimenting with using CSS with TWiki again, and ran into the interesting situation that Mozilla 0.9.9 won`t... DavidLeBlanc RichardDonkin - 2004-01-20 - 06:45 - 14 - Diffs -
DeleteShadowFakesMissingTopic: Bug: if you delete the .txt file (leaving the .txt,v file) the twiki informs the user the topic does not exist and when you then create the topic, it adds a new revision... SvenDowideit MichaelSparks - 2004-01-08 - 13:29 - 2 - Diffs -
IncludeHttpIsVerySlow: Bug: Include with http://127.0.0.1 is very slow Including an http address using (for example, % INCLUE{`http:/127.0.0.1/`) makes a topic very slow (20 30 secs) to... RodrigoChandia RodrigoChandia - 2003-11-21 - 14:31 - 4 - Diffs -
RssUndefinedNamespace: Bug: The TWiki Rss feed references the XML namespace http://purl.org/rss/1.0/modules/wiki/ This page does not exist. Test case Environment TWiki version: TWikiRelease01Feb... RainerWasserfuhr RainerWasserfuhr - 2003-11-16 - 02:45 - 1 - Diffs -
UploadPermissionProblem: Bug: Using the upload (attach) with permission mismatch (deny view, allow change) does the upload but erase the topic ... The content of the topic will be the error... GuentherFischer GuentherFischer - 2003-10-22 - 10:52 - 1 - Diffs -
UploadFileUnlocksTopicWithoutPrompt: Bug: Attaching a file to a topic while that topic is locked will unlock the topic While someone is editing a topic, if someone else tries to edit they are blocked... TedPavlic TedPavlic - 2003-10-21 - 04:33 - 1 - Diffs -
RefBySearchMissesLinks: Bug: Ref By search misses link if link is the very last text Pages with a link, where the link is the last word, are missed with the ref by search. Test case I have... ArthurClemens RichardDonkin - 2003-09-18 - 08:23 - 2 - Diffs -
CreateNewWebFailsWithUseRcsDir: Bug: Create New Web Fails with useRcsDir Create New Web gives `Error: Could not copy topics to the new web The new web has been created, however not all topics could... DavidKing DavidKing - 2003-09-01 - 23:47 - 3 - Diffs -
SessionVariablesOverrideFinalPreferences: Bug: Session variables will override preferences listed in FINALPREFERENCES If a preference is listed in FINALPREFERENCES, setting a session variable (with something... TedPavlic TedPavlic - 2003-08-24 - 02:45 - 1 - Diffs -
InterwikiInTableBug: InterwikiPlugin doesn`t create link if there is no space between and the link text. This is not very intuitive, because Link without leading space ISBN:... HarriVartiainen HarriVartiainen - 2003-08-20 - 05:57 - 1 - Diffs -
UserDefinedAnchorNamesTruncated: Bug: User Defined Anchor Names Truncated User defined Anchor names are truncated. This is likely to be an interaction with TOC due to TOC truncating automatically... MichaelSparks MichaelSparks - 2003-08-14 - 10:35 - 1 - Diffs -
RcsLiteBreaksFirstRevision: Using RcsLite? and RcsFile? from CVS (to fix the problem with replacing revisions) still has one small problem Basically if the $doKeepRevIfEditLock option is set... EdWildgoose JohnTalintyre - 2003-08-06 - 20:52 - 3 - Diffs -
BackFromPreviewStillLosesText: Bug: Back From Preview Still Loses Text Question: Using the latest version of TWiki on TWiki.org which claims to have the BackFromPreviewLosesText fix installed, IE... DavidLeBlanc RichardDonkin - 2003-07-08 - 19:05 - 22 - Diffs -
GetRevisionIsTaintedOnWindows: Bug: GetRevision() is Tainted on Windows In RcsWrap.pm, function getRevision, the Windows code path is not taint proof. Error message: unsafe unlink for... MartinKuhne MartinKuhne - 2003-06-19 - 21:32 - 1 - Diffs -
SendEmailSplitAddressError: I`m quite sure this is a bug (with a very simple patch). In TWiki::Net::sendEmail(), these lines are present for To, Bcc and Cc. $tmp ~ s/^To:\s //io... PeterMorch PeterMorch - 2003-05-16 - 13:56 - 5 - Diffs -
HandleUrlEncodeNotSmartEnough: Bug: TWiki::handleUrlEncode does not protect all reserved and unsafe characters At several places (e.g., parameters to oops) text may be passed to the URL which contains... ThomasWeigert SimonClift - 2003-04-26 - 19:35 - 2 - Diffs -
ShellSyntaxErrorAndUninitializedValueInPatternMatch: Bug: Use of uninitialized value in pattern match and sh: syntax error In attempting a `save changes` after a `preview changes`, a blank page appears with the `1 `... CharlieSmith CharlieSmith - 2003-04-14 - 14:43 - 3 - Diffs -
IncorrectUpgradeDocumentation: Bug: Incorrect Upgrade Documentation In the upgrade documentation you mention under point 5 that the library files should not be executable. Unfortunately the unix... JoergBieri JoergBieri - 2003-04-05 - 20:09 - 1 - Diffs -
HeadingsWith3CapsNotIncludedInAName: Bug: Heading isn`t included within a name... /a HTML tags if text contains 3 or more successive caps A bizarre bug this, but one that is annoying in the context... RichardLewis MarkBearden - 2003-03-17 - 18:46 - 3 - Diffs -
OneLinePreTagsBreakTOC: Preformatted sections on just one line will mask all headlines up to next /pre tag on separate line. Test case This is such a section (I use this for code samples... PeterKlausner PeterKlausner - 2003-03-17 - 16:38 - 1 - Diffs -
PluginEvalIgnoresErrors: Bug: Plugin.pm evals plugins w/o checking for errors Plugin.pm uses eval to load plugins. It doesn`t, however, check the error return ($@), which can cause silent... DiabJerius PeterThoeny - 2003-03-10 - 10:02 - 2 - Diffs -
EscapedURLRendering: URL`s with spaces don`t render correctly eg http://test/a%20test%20with%20spaces.html this is just the tip of the iceberg... but it is the bit that i have fixed..... SvenDowideit SvenDowideit - 2002-11-28 - 07:23 - 4 - Diffs -
VariablesInFormProblem: Bug: The behavior of variables included in forms appears erratic I am observing the following when variables are used in forms: Certain variables, e.g., % WIKIHOMEURL... ThomasWeigert ThomasWeigert - 2002-11-10 - 20:09 - 1 - Diffs -
FormattedSearchUsingTextAndFormfield: Bug: FormattedSearch: $text prevents $formfield When using both $text and $formfield in a formatted search the $formfield expressions are not evaluated. Test case... NorbertGawor PeterThoeny - 2002-11-10 - 08:44 - 2 - Diffs -
SearchCanBypassAllowWebView: Bug: Certain (hacked) searches can bypass ALLOWWEBVIEW etc Main.SitaramChamarty, Apr 22: I am sorry I forgot to mention it in the original bug report, but I did... SitaramChamarty MattWalsh - 2002-09-05 - 05:31 - 4 - Diffs -
SearchFailsIfSingleQuoteIncluded: Bug: Search fails if single quote included If you search for the word don`t you don`t show any hits. Test case Simple search for the word don`t. Doesn`t show any... JohnRouillard JohnRouillard - 2002-08-07 - 00:31 - 1 - Diffs -
UsingSearchWithTWikiForms: Bug: Using Search With TWiki Forms I`ve run into this problem on two different systems, and I may be missing something obvious, but I can`t explain what I`m getting... DavidSachitano DavidSachitano - 2002-07-17 - 16:27 - 3 - Diffs -
EditTopicVariableIsInTheWay: Bug: variable prevents reuse Enter description here The variable is used in view.tmpl to abstract away from the difference between editing a local wiki... ThomasWeigert RichardDonkin - 2002-06-30 - 06:42 - 2 - Diffs -
MultipleCheckboxTopicsNotWorkingForForms: Bug: MultipleCheckboxTopicsNotWorkingForForms If I create a TWikiForm that contains more than one of a checkbox type item (ie. radio buttons, checkboxes, and... SeanTimm SeanTimm - 2002-06-18 - 18:50 - 1 - Diffs -
UndefinedMetaData: Bug: Strange output when meta data is not defined I have noticed that if one prints the value of metadata, e.g., TOPICPARENT, if that metadata is not defined (as in... ThomasWeigert ThomasWeigert - 2002-06-01 - 02:25 - 2 - Diffs -
UpdateAttachmentDoesntUpdate: Bug: UpdateAttachmentDoesntUpdate The old version stays. Test case I uploaded an excel spreadsheet without checking link or the other checkbox. Then I checked that... TWikiGuest RichardDonkin - 2002-04-20 - 18:45 - 3 - Diffs -
CommandsInTWikiOutput: Environment July Beta Apache 1.3.20 Windows NT 4.0sp6 mod perl/1.25 01 dev ActiveState Perl Build 623 Doing a search on `Thoeny` returned 4 items plus 19 lines of... DavidLeBlanc RichardDonkin - 2002-03-02 - 19:49 - 8 - Diffs -
Number of topics: 334

Note: See also BugsWithPatches

Topic revision: r1 - 2004-09-09 - WillNorris
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.