[fossil-users] Change Branche color

2015-05-09 Thread Kai Lauterbach
Hi, i tried to set the color of a branch as it is described here: http://fossil-scm.org/xfer/help/commit But it does not work for me, it dies not change the color in the Webinterface. But change of the color for one commit is possible. I know that the use of the --branchcolor is not recomme

[fossil-users] Fossil timeline.rss parameter

2015-04-02 Thread Kai Lauterbach
Hi, is there any documentation which URL parameter are recognized/allowed by the tineline.rss script? I want to do something like i can do with the html based timeline http://myhostname/timeline?n=&y=all&v=1 I just want to see the file names in the RSS log... Thanks! Kai

[fossil-users] Fossil XML SVN like export

2015-03-15 Thread Kai Lauterbach
Hi, is there away to export fossil's timeline like the log output in subversion? SVN export example: svn log -r 1:HEAD --xml --verbose --quiet Thanks! ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi

Re: [fossil-users] JavaScript error in

2015-02-26 Thread Kai Lauterbach
Am 25.02.2015 19:01 schrieb Richard Hipp : > > What am I overlooking? Sorry my fault, the script code is correct. ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

[fossil-users] JavaScript error in

2015-02-25 Thread Kai Lauterbach
Hi, in my other thread I asked for help to insert a navigation bar into my wiki pages. During this work I got serious error messages in my browser console: Uncaught SyntaxError: Unexpected token } It seems to be that there is a typo in th javascript function gebi(). There is a trailing "}" with

Re: [fossil-users] Wiki navigation bar support

2015-02-21 Thread Kai Lauterbach
Am 13.02.2015 12:33 schrieb Richard Hipp : > The $current_page variable of TH1 should tell you that. OK thanks! It works nice. But how can i place some individual th1/HTML content beyond the wiki head menu bar? Is there any other "header" to manage this? I do not want to move a div using CSS t

Re: [fossil-users] Wiki navigation bar support

2015-02-13 Thread Kai Lauterbach
Am 10.02.2015 15:22 schrieb Richard Hipp : > > You can perhaps modify the header text to use TH1 script to insert an > extra menu item only on Wiki pages. OK thanks for the suggestion! But how do I recognize if the current opened page is wiki content? I have read the https://www.fossil-scm.or

[fossil-users] Wiki navigation bar support

2015-02-10 Thread Kai Lauterbach
Hi, is it possible to ad a sidebar (html link list) menu to all wiki pages? I don't want to change every one of wiki pages in case that i want to add one link to a static menu which could be defined separate. I am thinking about a new section in the admin page, like the header/footer sectio

[fossil-users] Cygwin fossil behaviour

2014-12-17 Thread Kai Lauterbach
Hi, this is my software setup: This is fossil version 1.29 [3e5ebe2b90] 2014-06-12 17:25:56 UTC Win 8.1 Cygwin 64bit 2.852 First: My remote URL has been changed. So if I want to push to a remote fossil "server", fossil's behaviour is kind of mysterious. I tried to do it with the following comma

Re: [fossil-users] Authentication problems

2014-04-07 Thread Kai Lauterbach
Hi again,   now I fixed the problem (for me).   I logged into my raspberry pi (the fossil host which is running the server - it's a arch linux system) and cloned the repository:   $ fossil clone "http://pi:8193" myrepo.fossil   After that I opened it in an new folder:   $ cd newfolder; f

Re: [fossil-users] Authentication problems

2014-04-06 Thread Kai Lauterbach
Am 06.04.2014 13:12, schrieb Stephan Beal: > On Sun, Apr 6, 2014 at 1:09 PM, Kai Lauterbach wrote: > >> fossil clone "http://localhost:8080"; repo2.fossil I have done this on my local windows machine. > That _might_ be the problem: IIRC server mode operates slightl

Re: [fossil-users] Authentication problems

2014-04-06 Thread Kai Lauterbach
> > Have you tried re-cloning it: > > fossil clone http://klaute@pi:8193 reponame.fossil > > ? Yes i tried that and it works nice. After the clone I also can not push to it... My host is up and running "fossil server myrepository.fossil"... Yes it's a raspberry pi in my local network. > > Ot

[fossil-users] Authentication problems

2014-04-06 Thread Kai Lauterbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have a problem with fossil's autosync and push functionality. I am using fossil scm a long time now and never had this kind of weird behaviour. My fossil build is "version 1.28 [3d49f04587] 2014-01-27 17:33:44 UTC" (windows binary running on wi