On Mon, Aug 13, 2012 at 7:51 AM, David Bariod <[email protected]>wrote:
> Hello all, > > While I wanted to upgrade to the 1.23 version of fossil, > I've noticed some weird issue on my clone of the fossil repository. > All the link in the embedded documentation seem to be broken. > This is related to the recent WYSIWYG editing experiments. You have two possible fixes: (1) In the web interface of your clone, go to admin/header and remove the <base href="$baseurl/" /> line. (2) Update to the latest Fossil in trunk and then change the admin/header line from <base href="$baseurl/" /> into <base href="$baseurl/$current_page" />. The second option is the preferred fix. > Instead of keeping the /doc/trunk/www/ prefix in the link, only the > filename is kept. > For example the first link on the home page "distributed version control" > is: > http://127.0.0.1:8080/fossil/concepts.wiki > The html for this link is: > <a href="./concepts.wiki">distributed version control</a> > > I initially suspected an issue with my browser (firefox 12.0) > but I don't have any issue with the main fossil repository. > And I don't have this issue with another repository which also contains > embedded documentation. > It seems that the issue is only related to this specific repository > > I'm started the server from a directory which > contains all my repository with the command: > fossil server . & > > I've tried this with a 1.22 and 1..23 version I've built myself with the > same error. > > Has anyone an idea on how to investigate on this problem ? > > -- > David Bariod > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

