[Trac] Wiki: Group Topics

2009-05-31 Thread ptrash


Hi,

is it possible to group topics, e.g. in the link "TitleIndex" I see:

Trac
* TracAccessibility
* TracAdmin
* TracBackup
* TracBrowser
* ...

or 
Wiki
* WikiDeletePage
* WikiFormatting
* WikiHtml
* WikiMacros

So there is a list of all trac (or wiki) topics.

I'd like to make such a structure myself. I didn't find something like "add
sub topic" or something. Is there a way to do this?

Thanks...
-- 
View this message in context: 
http://www.nabble.com/Wiki%3A-Group-Topics-tp23792416p23792416.html
Sent from the Trac Users mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Wiki: Group Topics

2009-05-31 Thread Emmanuel Blot

> is it possible to group topics, e.g. in the link "TitleIndex" I see:

You can use page hierarchies:

FirstTopic/MyPage
FirstTopic/MyOtherPage

etc.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Wiki: Group Topics

2009-05-31 Thread Roger Oberholtzer


On May 30, 2009, at 1:10 PM, ptrash wrote:

>
>
> Hi,
>
> is it possible to group topics, e.g. in the link "TitleIndex" I see:
>
> Trac
>* TracAccessibility
>* TracAdmin
>* TracBackup
>* TracBrowser
>* ...
>
> or
> Wiki
>* WikiDeletePage
>* WikiFormatting
>* WikiHtml
>* WikiMacros
>
> So there is a list of all trac (or wiki) topics.

I think this happens automatically, based on the name of the page. We  
have a lit of pages that start with TestProcedure, or with  
ProgramInfo, and they are automatically grouped. It seems that if the  
pages share an initial upper case component, that is an index heading.  
It is recursive in that if they then share an additional capitalized  
word, they are under a subheading. So I get:

Test
• TestMailingList
• Procedure
• TestProcedureEvennessPP
• TestProcedureGeometryPP
• TestProcedureGuidelines
• TestProcedureInstall
• TestProcedureLprofilePP
• TestProcedureMpdPP
• TestProcedureRavellingPP
• TestProcedureStart
• TestProcedureTexturePP
• Ticket
• TestProcedureTicket14
• TestProcedureTicket28
• TestProcedureTicket30
• TestProcedureTicket32
• TestProcedureTicket77
• TestProcedureTprofilePP
• Suite
• TestSuite
• TestSuiteBasicVerifyEquipment
• TestSuiteNextRelease
• TestSuiteRodan
• TestSuiteRSofT
• TestTools

My only request would be that TestProcedureTprofilePP be grouped with  
the other TestProcedure items instead of the strict alphabetical  
method used.

>
>
> I'd like to make such a structure myself. I didn't find something  
> like "add
> sub topic" or something. Is there a way to do this?
>
> Thanks...
> -- 
> View this message in context: 
> http://www.nabble.com/Wiki%3A-Group-Topics-tp23792416p23792416.html
> Sent from the Trac Users mailing list archive at Nabble.com.
>
>
> >


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Wiki: Group Topics

2009-05-31 Thread ptrash


It works. Thank you.



Roger Oberholtzer-2 wrote:
> 
> 
> 
> On May 30, 2009, at 1:10 PM, ptrash wrote:
> 
>>
>>
>> Hi,
>>
>> is it possible to group topics, e.g. in the link "TitleIndex" I see:
>>
>> Trac
>>* TracAccessibility
>>* TracAdmin
>>* TracBackup
>>* TracBrowser
>>* ...
>>
>> or
>> Wiki
>>* WikiDeletePage
>>* WikiFormatting
>>* WikiHtml
>>* WikiMacros
>>
>> So there is a list of all trac (or wiki) topics.
> 
> I think this happens automatically, based on the name of the page. We  
> have a lit of pages that start with TestProcedure, or with  
> ProgramInfo, and they are automatically grouped. It seems that if the  
> pages share an initial upper case component, that is an index heading.  
> It is recursive in that if they then share an additional capitalized  
> word, they are under a subheading. So I get:
> 
> Test
>   • TestMailingList
>   • Procedure
>   • TestProcedureEvennessPP
>   • TestProcedureGeometryPP
>   • TestProcedureGuidelines
>   • TestProcedureInstall
>   • TestProcedureLprofilePP
>   • TestProcedureMpdPP
>   • TestProcedureRavellingPP
>   • TestProcedureStart
>   • TestProcedureTexturePP
>   • Ticket
>   • TestProcedureTicket14
>   • TestProcedureTicket28
>   • TestProcedureTicket30
>   • TestProcedureTicket32
>   • TestProcedureTicket77
>   • TestProcedureTprofilePP
>   • Suite
>   • TestSuite
>   • TestSuiteBasicVerifyEquipment
>   • TestSuiteNextRelease
>   • TestSuiteRodan
>   • TestSuiteRSofT
>   • TestTools
> 
> My only request would be that TestProcedureTprofilePP be grouped with  
> the other TestProcedure items instead of the strict alphabetical  
> method used.
> 
>>
>>
>> I'd like to make such a structure myself. I didn't find something  
>> like "add
>> sub topic" or something. Is there a way to do this?
>>
>> Thanks...
>> -- 
>> View this message in context:
>> http://www.nabble.com/Wiki%3A-Group-Topics-tp23792416p23792416.html
>> Sent from the Trac Users mailing list archive at Nabble.com.
>>
>>
>> >
> 
> 
> > 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-Wiki%3A-Group-Topics-tp23801227p23803142.html
Sent from the Trac Users mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Wiki: Group Topics

2009-05-31 Thread Olaf Meeuwissen

Roger Oberholtzer  writes:

> On May 30, 2009, at 1:10 PM, ptrash wrote:
>
>>
>>
>> Hi,
>>
>> is it possible to group topics, e.g. in the link "TitleIndex" I see:
>>
>> Trac
>>* TracAccessibility
>>* TracAdmin
>>* TracBackup
>>* TracBrowser
>>* ...
>>
>> or
>> Wiki
>>* WikiDeletePage
>>* WikiFormatting
>>* WikiHtml
>>* WikiMacros
>>
>> So there is a list of all trac (or wiki) topics.
>
> I think this happens automatically, based on the name of the page.

The TitleIndex macro takes a few arguments that can be used to tweak
the behaviour.  Have a look at the WikiMacros documentation.

> My only request would be that TestProcedureTprofilePP be grouped with  
> the other TestProcedure items instead of the strict alphabetical  
> method used.

That doesn't seem to be supported.

Hope this helps,
-- 
Olaf Meeuwissen, LPIC-2   FLOSS Engineer -- AVASYS Corporation
FSF Associate Member #1962   Help support software freedom
 http://www.fsf.org/jf?referrer=1962

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] build / test automation with features

2009-05-31 Thread Johnny Chang

Hello, I just started using trac with svn and it is very nice.  I
wanted to implement some build and test automation into it and was
looking for these features:

-checks out code
-builds and checks for errors
-runs a test suite (run the executable with various predetermined
parameters, checks exit status, logs messages)
-allows automatic parsing of log messages
-checks in working executable


Any suggestions are appreciated!

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: build / test automation with features

2009-05-31 Thread Olaf Meeuwissen

Johnny Chang  writes:

> Hello, I just started using trac with svn and it is very nice.  I
> wanted to implement some build and test automation into it and was
> looking for these features:
>
> -checks out code
> -builds and checks for errors
> -runs a test suite (run the executable with various predetermined
> parameters, checks exit status, logs messages)
> -allows automatic parsing of log messages
> -checks in working executable
>
>
> Any suggestions are appreciated!

Have a look at Bitten (http:// bitten.edgewall.org/).  Should be able to
do everything you list.

Hope this helps,
-- 
Olaf Meeuwissen, LPIC-2   FLOSS Engineer -- AVASYS Corporation
FSF Associate Member #1962   Help support software freedom
 http://www.fsf.org/jf?referrer=1962

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Wiki: Group Topics

2009-05-31 Thread Roger Oberholtzer

> Roger Oberholtzer  writes:

> > My only request would be that TestProcedureTprofilePP be grouped with  
> > the other TestProcedure items instead of the strict alphabetical  
> > method used.
> 
> That doesn't seem to be supported.

Too bad. I can guess that it is more work. But it would really make the
index more consistent.




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---