Re: [fossil-users] Patch to not show files not added to repository in /doc/ckout

2010-05-27 Thread Michal Suchanek
On 26 May 2010 19:58, Eric Junkermann e...@deptj.eu wrote: On 25 May 2010 23:38, Eric Junkermann e...@deptj.eu wrote: On Tue, May 25, 2010 at 10:10 pm, Michal Suchanek hramr...@centrum.cz wrote: On 25 May 2010 19:59, Eric e...@deptj.eu wrote: ... But ckout is only available if the server

[fossil-users] Patch to add /doc/idx which shows the files in the working tree which are added to the repository

2010-05-27 Thread Michal Suchanek
Hello Here is a modification to the previous patch which introduces yet another doc path (/doc/idx) which shows the same files as /doc/ckout does but shows an error when the file is not yet added to the repository (with fossil add). Thanks Michal Index: src/doc.c

Re: [fossil-users] Patch to add /doc/idx which shows the files in the working tree which are added to the repository

2010-05-27 Thread Richard Hipp
On Thu, May 27, 2010 at 7:49 AM, Michal Suchanek hramr...@centrum.czwrote: Hello Here is a modification to the previous patch which introduces yet another doc path (/doc/idx) which shows the same files as /doc/ckout does but shows an error when the file is not yet added to the repository

[fossil-users] CSS fix

2010-05-27 Thread Michal Suchanek
Hello sending a patch which fixes the fossil CSS. Currently the CSS is broken because it sets background color and not text color which may result in some nice visual effects like white text on white pages. Reported as issue 53aa95f382 Thanks Michal Index: src/skins.c

[fossil-users] Use redirect instead of serving index.wiki for /doc

2010-05-27 Thread Michal Suchanek
Hello This is a fix for the /doc url. Currently the /doc/tip/index.wiki file is served for the /doc url but the links are not adjusted so the file has broken links if served from /doc ie if you have a href=doc1.wikiTopic1/a in index.wiki the link would not work if index.wiki is served as /doc

Re: [fossil-users] Patch to not show files not added to repository in /doc/ckout

2010-05-27 Thread Eric Junkermann
On Thu, May 27, 2010 at 8:10 am, Michal Suchanek hramr...@centrum.cz wrote: On 26 May 2010 19:58, Eric Junkermann e...@deptj.eu wrote: ... what will be committed, since the repository doesn't know, you might It does as my patch demonstrates. Not the repository - vfile is in _FOSSIL_ which is