[Trac] SubWiki page syntax

2014-08-27 Thread Roger Oberholtzer
I am trying to Include a sub-wiki page in a wiki page. If I have a page called 'here', the following works: [[Include(here/subPage)]] but the following does not: [[Include(./subPage)]] It complains that ./subPage cannot be found. According to the docs, the second syntax should be

[Trac] Using authentication in tracd - not working at all

2014-08-27 Thread Ziv Barber
Steps: mkdir /var/trac/ mkdir /var/trac/myproject1 trac-admin /var/trac/myproject1 initenv htdigest -c /var/trac/passlist MyProj1 myUser tracd --hostname=localhost -p 3500 \ --auth=myproject1,/var/trac/passlist,MyProj1 \ -e /var/trac/ I can visit

Re: [Trac] SubWiki page syntax

2014-08-27 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27.08.2014 13:27, Roger Oberholtzer wrote: I am trying to Include a sub-wiki page in a wiki page. If I have a page called 'here', the following works: [[Include(here/subPage)]] but the following does not: [[Include(./subPage)]]

Re: [Trac] SubWiki page syntax

2014-08-27 Thread Roger Oberholtzer
OK. It was not critical. It was going to simplify some boiler plate wiki pages we use. On Wed, Aug 27, 2014 at 9:51 PM, Steffen Hoffmann hoff...@web.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27.08.2014 13:27, Roger Oberholtzer wrote: I am trying to Include a sub-wiki page

Re: [Trac] SubWiki page syntax

2014-08-27 Thread Peter Suter
On 27.08.2014 21:51, Steffen Hoffmann wrote: Unluckily that one is modular, but not exposed for re-use by plugins, so we would need to copy it. Actually it is a bit exposed now, since it is reused in TitleIndexMacro [1]. (At least the requested, and IMO most useful part.) I think it would

Re: [Trac] SubWiki page syntax

2014-08-27 Thread Steffen Hoffmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 27.08.2014 22:22, Peter Suter wrote: On 27.08.2014 21:51, Steffen Hoffmann wrote: Unluckily that one is modular, but not exposed for re-use by plugins, so we would need to copy it. Actually it is a bit exposed now, since it is reused in