Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | 169835aa4566e10aaac81f3abff9b3343404b4bb |
---|---|
Page Name: | bugs |
Date: | 2008-06-24 04:40:53 |
Original User: | anonymous |
Parent: | 95cd85b2231a6eb1ce515802e59f997ef500e801 (diff) |
Next | 6566f6bc9e5ddfa8c5f69cc99c74d7b1b9176518 |
Content
Fossil Bugs
- anonymous may break wiki-security by simply accessing any wiki page as http://my.server.test/fossil/wikiedit?name=SomeWikiPage.
- Building on some Unix platforms (e.g. OpenSolaris) requires adding -lsocket to the linker args. To do this, set LDFLAGS=-lsocket and the Makefile will add that to the linker args. (Requires a fossil newer than 2008.04.25)
- .filename files (like .htaccess) can't be added in fossil repositories for some reason. The complaint is "illegal character in file name". This has been changed - you can now check-in files whose names begin with "."
- On Windows XP, clone command and friends "unable to open database file " error message. See Windows XP
- (arjenmarkus) The description of the Wiki formatting rules is slightly confusing - maybe because I am used to the Tclers' Wiki, but I could not get the bullets to work. drh sez: two spaces, a "*", then two more spaces, then your text.
- (arjenmarkus) An HTML document rendered using Tcllib's doctools was shown in truncated form (see http://fortran.sqlite.org/index.html/wiki?name=Documentation). drh sez: This was fixed in [71104b898d] - just needed to recompile the fossil on the website.
- (arjenmarkus) If you use the pre and /pre tag in the Wiki, then empty lines inside these tags result in a new paragraph, not an empty line. drh sez: The <pre> markup does not disable wiki. Use <nowiki><pre> instead.