[Trac] Order of tabs in navigation bar

2009-03-15 Thread RJOllos

HI,

I search around but couldn't find an answer, so I'm hoping someone can
help me.

When I install a plug-in (e.g. TracTab, MyPage, Doxygen plug-ins) that
adds a tab to the navigation bar, the tab is added to the right side
of the navigation bar.  It appears that new tabs are just appended to
the right end of the list of base Tabs according to the order in which
the plug-in are installed.

Can someone tell me if it is possible to control the order of the plug-
in tabs, after the plug-ins are installed?

Is there also a way to control the order of the base set of tabs in
Trac (Wiki, Timeline, Browse Source ...), and position one of plug-in
tabs between any of the Trac tabs.

- Ryan

--~--~-~--~~~---~--~~
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: Order of tabs in navigation bar

2009-03-16 Thread RJOllos

On Mar 15, 8:12 pm, jevans jevans...@gmail.com wrote:
 RJOllos wrote:
  HI,

  I search around but couldn't find an answer, so I'm hoping someone can
  help me.

  When I install a plug-in (e.g. TracTab, MyPage, Doxygen plug-ins) that
  adds a tab to the navigation bar, the tab is added to the right side
  of the navigation bar.  It appears that new tabs are just appended to
  the right end of the list of base Tabs according to the order in which
  the plug-in are installed.

  Can someone tell me if it is possible to control the order of the plug-
  in tabs, after the plug-ins are installed?

  Is there also a way to control the order of the base set of tabs in
  Trac (Wiki, Timeline, Browse Source ...), and position one of plug-in
  tabs between any of the Trac tabs.

  - Ryan

 Checkhttp://trac.edgewall.org/wiki/TracNavigation

Thanks, that pointed me in the right direction.  The relevant field
seems to be mainav in the [trac] section of trac.ini.  There is also a
plug-in here to for adding new entries: http://trac-hacks.org/wiki/NavAddPlugin

--~--~-~--~~~---~--~~
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: Trac Sphinx

2009-03-29 Thread RJOllos

On Mar 27, 4:33 am, Emmanuel Blot manu.b...@gmail.com wrote:
 Hi All,

 Is there a way to integrate Trac  Sphinx, so that for example
 Sphinx-based documentation archived in the SVN repository may be
 rendered on-line when browsing a Trac page?

 I know Noah have been working on the new documentation/help system,
 but I'm not sure about the current status and if the Sphinx
 integration is off-line (i.e. Sphinx needs to be run to generate
 documentation pages) or if there is some kind of on-line rendering -
 I don't know if the latter option is even possible.

 Thanks,
 Manu

This may be a bit more complicated than what you are looking for, but
I have done the following:

1. Generate your documentation in html format.
2. Write a post-commit hook that checks out documentation to a
directory that is served by apache.
3. Link the documentation to Trac via this plug-in:
http://trac-hacks.org/wiki/TracTabPlugin

- Ryan

--~--~-~--~~~---~--~~
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: Trac offline, or Trac Preview possible?

2009-05-20 Thread RJOllos

I noticed this recent new submission:
http://trac-hacks.org/wiki/WikiEditorForEclipsePlugin
... and it reminded me of the question in this thread
It might do what you want, although I tested it out it appears that it
doesn't offer a page preview, only wiki markup view.  However, it
would offer you the ability to edit pages offline, and sync the
changes when online.

On Apr 8, 7:14 am, renderedlife renderedl...@gmail.com wrote:
 Ok, so, i've been working live off of ourTracinstallation for a
 while now building our master design specifications.

 Last night, we had a single-disk failure in our Raid-5, and boom ..
 down goesTrac.

 It will be a few days before we get everything back-online, and now,
 i'm without access to my master files.

 So, in anticipation that this will happen again ... is there 
 anOfflineTraceditor somewhere that will allow me to build/save/preview
 mytracpages on my local machine?

 I saved one or two pages in Notepad ages ago, but, since it's not
 standard markup, I can't get a WYSIWIG preview .. or, at least, I
 don't know how .. hence, I ask the experts  :-)

 cheers,

 -jeremy

--~--~-~--~~~---~--~~
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-06-08 Thread RJOllos

Is it possible to remove the prefix.  For example,

[[TitleIndex(PageTemplates/)]]

results in:
* PageTemplates/ProcedureType1
* PageTemplates/ProcedureType2

However, it would be nice if the result was:
* ProcedureType1
* ProcedureType2

Similarly, on the Title Index page I have several pages that are
displayed as:
* AcousticTestAndMeasurement
* AcousticTestAndMeasurement/ImpedanceMeasurement
* AcousticTestAndMeasurement/PulseEchoMeasurement

However, it would be nice if they where displayed in a hierarchy as:
* AcousticTestAndMeasurement
* ImpedanceMeasurement
* PulseEchoMeasurement

Thanks,
- Ryan

On May 31, 4:55 pm, Olaf Meeuwissen olaf.meeuwis...@avasys.jp wrote:
 Roger Oberholtzer roger.oberholt...@gmail.com 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] Re: New custom fields and old tickets

2009-06-10 Thread RJOllos

I recently added a Custom Field for my Trac tickets, and when I open a
ticket created prior to adding the Custom Field, the value of the
custom field is empty/  However, the default Value is selected in the
form, so on the next Submit the default value would be applied unless
the ticket modifier explicitly changes the value of the custom field.

On Jun 9, 6:43 am, zineb zineb.benam...@gmail.com wrote:
 Hello,

 I know that it's a very old topic but i am currently having the same
 promblem and don't know how to update the tickets

 Please some help

 Zineb



 d...@vid seaward-2 wrote:

  On Nov 14, 2:47 pm, Erik Andersson kir...@gmail.com wrote:
  Hi

  It's not set for old tickets, but you can set it.

  Thanks Erik. I have updated
 http://trac.edgewall.org/wiki/TracTicketsCustomFields
  to reflect this.

  d...@vid

 --
 View this message in 
 context:http://www.nabble.com/New-custom-fields-and-old-tickets-tp13745894p23...
 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: New custom fields and old tickets

2009-06-10 Thread RJOllos

I recently added a Custom Field for my Trac tickets, and when I open a
ticket created prior to adding the Custom Field, the value of the
custom field is empty/  However, the default Value is selected in the
form, so on the next Submit the default value would be applied unless
the ticket modifier explicitly changes the value of the custom field.

On Jun 9, 6:43 am, zineb zineb.benam...@gmail.com wrote:
 Hello,

 I know that it's a very old topic but i am currently having the same
 promblem and don't know how to update the tickets

 Please some help

 Zineb



 d...@vid seaward-2 wrote:

  On Nov 14, 2:47 pm, Erik Andersson kir...@gmail.com wrote:
  Hi

  It's not set for old tickets, but you can set it.

  Thanks Erik. I have updated
 http://trac.edgewall.org/wiki/TracTicketsCustomFields
  to reflect this.

  d...@vid

 --
 View this message in 
 context:http://www.nabble.com/New-custom-fields-and-old-tickets-tp13745894p23...
 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: New custom fields and old tickets

2009-06-10 Thread RJOllos

I recently added a Custom Field for my Trac tickets, and when I open a
ticket created prior to adding the Custom Field, the value of the
custom field is empty/  However, the default Value is selected in the
form, so on the next Submit the default value would be applied unless
the ticket modifier explicitly changes the value of the custom field.

On Jun 9, 6:43 am, zineb zineb.benam...@gmail.com wrote:
 Hello,

 I know that it's a very old topic but i am currently having the same
 promblem and don't know how to update the tickets

 Please some help

 Zineb



 d...@vid seaward-2 wrote:

  On Nov 14, 2:47 pm, Erik Andersson kir...@gmail.com wrote:
  Hi

  It's not set for old tickets, but you can set it.

  Thanks Erik. I have updated
 http://trac.edgewall.org/wiki/TracTicketsCustomFields
  to reflect this.

  d...@vid

 --
 View this message in 
 context:http://www.nabble.com/New-custom-fields-and-old-tickets-tp13745894p23...
 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: Controlling access to parts of a wiki and tickets

2009-06-17 Thread RJOllos

I had also wanted to implement restricted access to the wiki pages,
and the fine people at the hosting company I use (wush.net) pointed me
here: http://trac.edgewall.org/wiki/TracFineGrainedPermissions, and to
this plug-in: 
http://trac.edgewall.org/browser/branches/0.11-stable/sample-plugins/permissions/authz_policy.py

On Jun 17, 1:23 am, David Brown da...@westcontrol.com wrote:
 Chris Heller wrote:
  There are two plugins on trac-hacks that will help you.  The private
  wiki plugin and the private tickets plugin.

 Many thanks - these look like the plugins I'm looking for.  I'm not sure
 how I missed them while looking through the lists of plugins (perhaps
 because there are so many!).

 The PrivateWiki plugin needs a patch to restrict anonymous access, as
 described in one of the bug tickets for the plugin.  The patch is
 working fine, but I thought I'd mention it here in case anyone else is
 reading this.  With the patch in place, this is working nicely.

 I see there is also a VirtualTicketPermissions plugin, which seems to
 do almost the same thing as PrivateTickets.  Have you any ideas about
 the differences?

 mvh.,

 David

  On Tue, Jun 16, 2009 at 7:51 AM, David Brownda...@westcontrol.com wrote:
  Is it possible to limit access to different parts of a wiki to different
  users (or groups of users)?

  What about tickets - can they be limited to different users?  Ideally,
  I'd like general users to be able to create tickets and then view the
  ticket and its history, and also add comments to the ticket.  But the
  general users could only view tickets that they create themselves -
  others would be invisible to them.

  Is something like that possible, or should I just re-think my
  requirements (such as perhaps setting up two separate trac environments)?

  mvh.,

  David
--~--~-~--~~~---~--~~
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: Show all states the ticket has gone through

2009-06-25 Thread RJOllos

I remember that comment as well.  I want to say that the comment was
that the group_concat method needs to be replaced by some other method
that is supported by sqlite, however the only thread I could find was
this user with a similar problem,
http://groups.google.com/group/trac-users/browse_thread/thread/882029b8268f59be/d73c2b5699491fa8?lnk=gstq=group_concat#d73c2b5699491fa8


On Jun 24, 3:13 pm, yoheeb yoh...@gmail.com wrote:
 On Jun 24, 5:11 pm, yoheeb yoh...@gmail.com wrote:



  On Jun 23, 1:58 am, Sneha sneha.shet...@gmail.com wrote:

   Hi All,

   I want to create a report to display all states a ticket has gone
   through.

   Ex:
   Ticket 1 | new - assigned - closed - reopened - assigned

   I tried using following query to generate the result:

   select ticket,group_concat(newvalue) from ticket_change where
   field='status'

   It is working fine if directly executed on db, but when I added this
   in Trac reports, its showing no such function: group_concat error.

   Is there any other way to get the all states of a ticket?
   Thanks in advance.

   -Sneha

  hmm, I would think you could do this with a custom sql report, on the
  ticket_change table.  newvalue where ticket=N and field=status  that's
  not the actual sql, but those are the tables and field names. where N
  is the ticket # you are inquiring about.

  now, you'd need some kind of concatenation or something if you wanted
  something like a list like.  since I am an sql nit-wit...I have no
  idea how you would get something like:
  ticket|states
  2       assigned,closed
  3       assigned,accepted,new,closed
  .

 wow, looking at it, I somehow missed your comment about already trying
 that...sorry, must have more coffee.

 There was a comment in this group about theconcatmethod recently,
 might be worth a search.
--~--~-~--~~~---~--~~
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: re-ordering reports and queries

2009-06-29 Thread RJOllos

This seems to be discussed here:
http://trac.edgewall.org/wiki/TracReports#ChangingReportNumbering

On Jun 26, 1:30 am, kurgbe denysmic...@googlemail.com wrote:
 I have the same problem: I want to put some logical order in my long
 list of reports.

 It would be nice if the reports had a property Display Order that
 could be changed in the edit screen of a report.

 Meanwhile, I will investigate the database schema to see how to change
 the order by editing the tables.

 On Jun 2, 1:31 pm, Christian Unger christian.un...@mac.com wrote:

  so we have added and deleted reports over time.

  and I want to put them in a certain order.

  every report obviosuly got it's own report ID

  now some queries show this id  under e.g. report=7

  if I change this to a different number I get presented withan error  
  like so:

  Error: When specified, the report number should be 29.

  even when earlier slots like 9,10,11 and so on are free trac tries to  
  append the new report at the end of the report list rather than  
  inserting it in the free slot which I specified in the query.

  What gives?

  __
  cu
  christian unger
--~--~-~--~~~---~--~~
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] Query options of a custom field

2009-06-29 Thread RJOllos

Hi,

I would like to list the options of a custom field in a wiki page.
Using the WikiTable macro [1] I've been able to do this for fields of
a ticket that have their own table or exist in a table of the
database, such as component and resolution.

SELECT name, description FROM component ORDER BY name

SELECT name FROM enum WHERE type = 'resolution'

However, I don't understand from looking at the database schema [2] if/
where the options of a custom field or stored, though I think that I
understand that the actual value of a custom field is stored in the
database rather than a key.

[1] http://trac-hacks.org/wiki/WikiTableMacro
[2] http://trac.edgewall.org/wiki/TracDev/DatabaseSchema

Thanks!
--~--~-~--~~~---~--~~
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: Query options of a custom field

2009-07-01 Thread RJOllos

It sounds to me like the values for custom fields of a ticket are
stored in the ticket_custom table, but not the available options for a
custom field.  Where are the possible values for the custom field
stored?

On Jun 30, 5:00 am, Dan Winslow dwins...@aiminstitute.org wrote:
 The custom values are stored in the ticket_custom table. The columns are
 ticket, name, and value. Ticket holds the ticket id, name holds the
 field name, and value holds the field value. It's quite a cumbersome way
 to do things but it works.

 -Original Message-
 From: trac-users@googlegroups.com [mailto:trac-us...@googlegroups.com]

 On Behalf Of RJOllos
 Sent: Monday, June 29, 2009 7:51 PM
 To: Trac Users
 Subject: [Trac] Query options of a custom field

 Hi,

 I would like to list the options of a custom field in a wiki page.
 Using the WikiTable macro [1] I've been able to do this for fields of
 a ticket that have their own table or exist in a table of the
 database, such as component and resolution.

 SELECT name, description FROM component ORDER BY name

 SELECT name FROM enum WHERE type = 'resolution'

 However, I don't understand from looking at the database schema [2] if/
 where the options of a custom field or stored, though I think that I
 understand that the actual value of a custom field is stored in the
 database rather than a key.

 [1]http://trac-hacks.org/wiki/WikiTableMacro
 [2]http://trac.edgewall.org/wiki/TracDev/DatabaseSchema

 Thanks!
--~--~-~--~~~---~--~~
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: re-ordering reports and queries

2009-07-03 Thread RJOllos

There is a plugin [1] that appears to allow reports to be re-ordered
via a web interface.

 [1] http://trac-hacks.org/wiki/TracReportManagerPlugin

On Jun 29, 4:31 pm, RJOllos ry...@physiosonics.com wrote:
 This seems to be discussed 
 here:http://trac.edgewall.org/wiki/TracReports#ChangingReportNumbering

 On Jun 26, 1:30 am, kurgbe denysmic...@googlemail.com wrote:

  I have the same problem: I want to put some logical order in my long
  list ofreports.

  It would be nice if thereportshad a property Display Order that
  could be changed in the edit screen of a report.

  Meanwhile, I will investigate the database schema to see how to change
  the order by editing the tables.

  On Jun 2, 1:31 pm, Christian Unger christian.un...@mac.com wrote:

   so we have added and deletedreportsover time.

   and I want to put them in a certain order.

   every report obviosuly got it's own report ID

   now some queries show this id  under e.g. report=7

   if I change this to a different number I get presented withan error  
   like so:

   Error: When specified, the report number should be 29.

   even when earlier slots like 9,10,11 and so on are free trac tries to  
   append the new report at the end of the report list rather than  
   inserting it in the free slot which I specified in the query.

   What gives?

   __
   cu
   christian unger
--~--~-~--~~~---~--~~
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: last modified date in tickets view

2009-07-08 Thread RJOllos

Sounds like you want to setup a custom query via the /query page.

On Jul 7, 3:23 pm, Thomas Vriet tho...@goto10.org wrote:
 hello,

 how do I get a Trac to display a last modified date column in View tickets
 page. It seems to be possible as I saw it on other tracs.

 thanks and sorry if this is a trivial one but I didn't find any clue so far.

 cheers,

 Thomas
--~--~-~--~~~---~--~~
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: How to rename Roadmap tab and change Milestone text

2009-07-08 Thread RJOllos

If you can't find a way to rename your tab in trac.ini, you could do
this with the TracTab plugin [1] by hiding the original tab and
creating a new tab that points to the href, e.g. /roadmap.

[1] http://trac-hacks.org/wiki/TracTabPlugin

On Jul 8, 11:03 am, yoheeb yoh...@gmail.com wrote:
 On Jul 2, 11:18 am, Chris Nelson chris.nel...@sixnet.com wrote:

  George Ganjei wrote:
   It looks like I need to sign in with a Gmail address to post a
   question, however I think I will receive emails at my Faulkner
   address. Or did you email me directly at my Faulkner address?  

  I cut and pasted your Faulkner address into my To line.

  Once you are a member (and it knows your non-Gmail address), you can
  mail directly to trac-users@googlegroups.com rather than go to Google
  Groups to post.

 Having the account helps a bit with spam.  I turned off e-mail
 notification and jsut use the web interface.

 As for your questions.

 I am not entirely sure what you mean my change milestone text, but if
 it is what I think, when you access a milestone via the admin
 interface, there is a description textarea.  This supports full wiki
 markup, so it is very flexible.  (I, for example, include a workload
 chart macro,and a burndown macro, with each one, as well as some text
 that describes the milestone, etc.) Amin|milestones|click on the
 milestone in question to get to the manage milestone interface...

 To change the name of the main, or meta-nav text 
 see:http://trac.edgewall.org/wiki/TracNavigationabout how to edit your
 trac.ini file apporpriately.

 I am ccing your request email on this one, but please respond to the
 group.  I also recommend you follow the threads in the group, as it is
 possible (although not in this case so far) others may not email you
 directly, but have better answers.

 Hopefully this answers your questions.
--~--~-~--~~~---~--~~
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: How to rename Roadmap tab and change Milestone text

2009-07-08 Thread RJOllos

Actually, what I just said is incorrect.  It is the menu plug-in [1]
that allows one to do this:

[1] http://trac-hacks.org/wiki/MenusPlugin

Though, this may not be the fastest or best way to do this, if there
is a trac.ini option for the text you want to change.

On Jul 8, 5:50 pm, RJOllos ry...@physiosonics.com wrote:
 If you can't find a way to rename your tab in trac.ini, you could do
 this with the TracTab plugin [1] by hiding the original tab and
 creating a new tab that points to the href, e.g. /roadmap.

 [1]http://trac-hacks.org/wiki/TracTabPlugin

 On Jul 8, 11:03 am, yoheeb yoh...@gmail.com wrote:

  On Jul 2, 11:18 am, Chris Nelson chris.nel...@sixnet.com wrote:

   George Ganjei wrote:
It looks like I need to sign in with a Gmail address to post a
question, however I think I will receive emails at my Faulkner
address. Or did you email me directly at my Faulkner address?  

   I cut and pasted your Faulkner address into my To line.

   Once you are a member (and it knows your non-Gmail address), you can
   mail directly to trac-users@googlegroups.com rather than go to Google
   Groups to post.

  Having the account helps a bit with spam.  I turned off e-mail
  notification and jsut use the web interface.

  As for your questions.

  I am not entirely sure what you mean my change milestone text, but if
  it is what I think, when you access a milestone via the admin
  interface, there is a description textarea.  This supports full wiki
  markup, so it is very flexible.  (I, for example, include a workload
  chart macro,and a burndown macro, with each one, as well as some text
  that describes the milestone, etc.) Amin|milestones|click on the
  milestone in question to get to the manage milestone interface...

  To change the name of the main, or meta-nav text 
  see:http://trac.edgewall.org/wiki/TracNavigationabouthow to edit your
  trac.ini file apporpriately.

  I am ccing your request email on this one, but please respond to the
  group.  I also recommend you follow the threads in the group, as it is
  possible (although not in this case so far) others may not email you
  directly, but have better answers.

  Hopefully this answers your questions.
--~--~-~--~~~---~--~~
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: Trac Wiki editing using the SVN repository

2009-07-13 Thread RJOllos

There is a WikiEditor plugin for Eclipse [1], which allows pages to be
edited offline; perhaps that would suite your needs?

[1] http://trac-hacks.org/wiki/WikiEditorForEclipsePlugin

On Jul 9, 3:14 pm, Christian Decker decker.christ...@gmail.com
wrote:
 I was wondering wether it is possible to edit Wiki pages using the SVN
 repository.
 Basically I want to check out the Wiki from the repository, edit it
 offline and then commit it back.
 Is there a plugin to do so?
 --
 Christian Deckerhttp://blog.snyke.net
--~--~-~--~~~---~--~~
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] New ticket field should be 'Set Owner', not 'Assign to'

2009-07-13 Thread RJOllos

Hello,

I was very confused that my tickets where not changing to the Status:
assigned when I set the 'Assign to' field during ticket creation.  I
went off searching and found a nice explanation [1].

I thought I would pose the following question for comment before I
went off and created a ticket:

When a user is selected from the 'Assign to' field during ticket
creation, the Owner of the ticket is changed, however the Status is
not changed.  Therefore, shouldn't this field be named 'Set Owner' or
'Owner:'?  It is only setting the owner; it is not assigning the
ticket.  Renaming this field might reduce some of the confusion that I
and others have experienced.

Is there a way I could rename the field for my trac instance?

[1]
http://groups.google.com/group/trac-users/browse_thread/thread/fe7770ab0cfd3145/187251e948a03bea?lnk=gstq=ticket+create+assigned#187251e948a03bea

- Ryan
--~--~-~--~~~---~--~~
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: New ticket field should be 'Set Owner', not 'Assign to'

2009-07-15 Thread RJOllos

It looks like I can rename the 'Assign to' field by changing line 1093
(Trac 0.11.4)  in /trac/ticket/web_ui.py [1].

1092:  if not ticket.exists:
1093:field['label'] = 'Assign to'
1094:if 'TICKET_MODIFY' in req.perm(ticket.resource):

Is this the 'proper' way to modify the field, or is there a better
way?

Looking at the BlackMagicTicketTweaksPlugin [2] hints at a better way,
but it seems like it should be unnecessary to install a plug-in for
such a simple change.  The downside I see is the need to preserve this
change through Trac upgrades.

[1] http://trac.edgewall.org/browser/tags/trac-0.11.4/trac/ticket/web_ui.py
[2] http://trac-hacks.org/wiki/BlackMagicTicketTweaksPlugin

- Ryan

On Jul 13, 1:19 pm, RJOllos ry...@physiosonics.com wrote:
 Hello,

 I was very confused that my tickets where not changing to the Status:
 assigned when I set the 'Assign to' field during ticket creation.  I
 went off searching and found a nice explanation [1].

 I thought I would pose the following question for comment before I
 went off and created a ticket:

 When a user is selected from the 'Assign to' field during ticket
 creation, the Owner of the ticket is changed, however the Status is
 not changed.  Therefore, shouldn't this field be named 'Set Owner' or
 'Owner:'?  It is only setting the owner; it is not assigning the
 ticket.  Renaming this field might reduce some of the confusion that I
 and others have experienced.

 Is there a way I could rename the field for my trac instance?

 [1]http://groups.google.com/group/trac-users/browse_thread/thread/fe7770...

 - Ryan
--~--~-~--~~~---~--~~
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: New ticket field should be 'Set Owner', not 'Assign to'

2009-07-15 Thread RJOllos

I opened a ticket (1) for this to see what the developers have to say.

(1) http://trac.edgewall.org/ticket/8484

On Jul 15, 1:06 pm, RJOllos ry...@physiosonics.com wrote:
 It looks like I can rename the 'Assign to' field by changing line 1093
 (Trac 0.11.4)  in /trac/ticket/web_ui.py [1].

 1092:  if not ticket.exists:
 1093:                field['label'] = 'Assign to'
 1094:                if 'TICKET_MODIFY' in req.perm(ticket.resource):

 Is this the 'proper' way to modify the field, or is there a better
 way?

 Looking at the BlackMagicTicketTweaksPlugin [2] hints at a better way,
 but it seems like it should be unnecessary to install a plug-in for
 such a simple change.  The downside I see is the need to preserve this
 change through Trac upgrades.

 [1]http://trac.edgewall.org/browser/tags/trac-0.11.4/trac/ticket/web_ui.py
 [2]http://trac-hacks.org/wiki/BlackMagicTicketTweaksPlugin

 - Ryan

 On Jul 13, 1:19 pm, RJOllos ry...@physiosonics.com wrote:

  Hello,

  I was very confused that my tickets where not changing to the Status:
  assigned when I set the 'Assign to' field during ticket creation.  I
  went off searching and found a nice explanation [1].

  I thought I would pose the following question for comment before I
  went off and created a ticket:

  When a user is selected from the 'Assign to' field during ticket
  creation, the Owner of the ticket is changed, however the Status is
  not changed.  Therefore, shouldn't this field be named 'Set Owner' or
  'Owner:'?  It is only setting the owner; it is not assigning the
  ticket.  Renaming this field might reduce some of the confusion that I
  and others have experienced.

  Is there a way I could rename the field for my trac instance?

  [1]http://groups.google.com/group/trac-users/browse_thread/thread/fe7770...

  - Ryan
--~--~-~--~~~---~--~~
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: Linking directly to a svn file from the Wiki

2009-07-16 Thread RJOllos

 On a related note, we recently added a small download icon next to
 attachment: links, which links to the attachment in raw format (for
 download). Would it make sense to do the same for source: links?

Can you tell me which release will include this feature?  I have
0.11.4 and it doesn't have this feature.
--~--~-~--~~~---~--~~
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: Linking directly to a svn file from the Wiki

2009-07-17 Thread RJOllos

Thanks.  This is a nice enhancement and I'm surprised that a note was
not included in the release notes.

Several of my users have asked me about this because previously it was
not easy or possible to get the raw attachment.  When someone uploaded
a text file for instance, the only way I knew to get the raw text file
was to manually type the URL or create a wiki link to the attachment.

On Jul 16, 7:27 pm, jevans jevans...@gmail.com wrote:
 RJOllos wrote:
   On a related note, we recently added a small download icon next to
   attachment: links, which links to the attachment in raw format (for
   download). Would it make sense to do the same for source: links?

  Can you tell me which release will include this feature?  I have
  0.11.4 and it doesn't have this feature.

 Looks like 0.11..5http://trac.edgewall.org/ticket/5718
--~--~-~--~~~---~--~~
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: Linking directly to a svn file from the Wiki

2009-07-20 Thread RJOllos

 On a related note, we recently added a small download icon next to
 attachment: links, which links to the attachment in raw format (for
 download). Would it make sense to do the same for source: links?

Yes, I think this would be a nice enhancement for the source: links.

On Jul 14, 10:21 am, Remy Blank remy.bl...@pobox.com wrote:
 David Brown wrote:
  I'd like a
  wiki link that goes straight to the downloading (or Download in
  original format) link.

 You can use:

   [export:/docs/manual.pdf]

 On a related note, we recently added a small download icon next to
 attachment: links, which links to the attachment in raw format (for
 download). Would it make sense to do the same for source: links?

 -- Remy

  signature.asc
  1KViewDownload
--~--~-~--~~~---~--~~
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: No svn:externals configured in trac.ini

2009-07-21 Thread RJOllos

If I have an externals property set that points somewhere else in my
repository, then in the Repository browser I see a message at the
bottom, for example,

Property svn:externals set to
* ^/Common/trunk/
* ^/Utilities/trunk/

Can the repository browser actually be configured to display a
directory from the svn:externals as you would see if you checked out a
working copy?

On Jul 20, 10:03 am, Emmanuel Blot manu.b...@gmail.com wrote:
 On 17 juil. 2009, at 18:25, pcrespo pedro.crespoval...@gmail.com  
 wrote:

  Any guesses??

 It only works with http:// and https:// protocols, you cannot access  
 svn:// URLs from a web browser
--~--~-~--~~~---~--~~
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: call external script on new ticket

2009-07-22 Thread RJOllos

I wonder if you could use something such as the TicketCreationStatus
plugin [1] to set new tickets to assigned and catch the tickets that
way.

[1] http://trac-hacks.org/wiki/TicketCreationStatusPlugin

On Jul 21, 6:44 am, jevans jevans...@gmail.com wrote:
 Chris Heller wrote:
  Take a look at the AdvancedTicketWorkflow plugin,  or you can roll
  your own by implementing the ITicketChangeListener interface.

  On Fri, Jul 17, 2009 at 4:15 AM, oximoronoximo...@alinto.com wrote:
   Hello everyone,

   I searched the archives but didn’t find any info about my problem.

   I would like to be able to call an external script (shell or perl or php)
   when a new ticket is created.

   I need that because we interact trac with several other softwares and I 
   need
   to update informations elsewhere when a new ticket is created.

   Can anyone tell me how to do that?

   Thank you

   Kenny

 Does the AdvancedTicketWorkflow plugin allow you to catch new tickets
 or just subsequent transitions?
 - jevans
--~--~-~--~~~---~--~~
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: Recent blog entries on main page ...

2009-07-24 Thread RJOllos

If you mean, for example, the news box on trac-hacks.org, I think it
uses the NewFlashMacro [1].  The FullBlogPlugin [2] has a [[BlogList]]
macro that I think could be used to create the feed within the
NewsFlashMacro, however I am only using the FullBlogPlugin and not the
NewsFlashMacro, so I can't say for sure that this works.

[1] http://trac-hacks.org/wiki/NewsFlashMacro
[2] http://trac-hacks.org/wiki/FullBlogPlugin

On Jul 22, 9:54 am, Kiffin Gish kiffin.g...@planet.nl wrote:
 I've seen on some trac sites where the recent blog entries on the right
 of the main page.

 Just curious how this was done.

 --
 Kiffin Gish kiffin.g...@planet.nl
 Gouda, The Netherlands
--~--~-~--~~~---~--~~
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: Link to ticket custom field value?

2009-07-28 Thread RJOllos

Would one of the SQL macros [1], [2] help you?  Perhaps you can just
pull from the ticket_custom table.

[1] http://trac-hacks.org/wiki/SqlQueryMacro
[2] http://trac-hacks.org/wiki/WikiTableMacro

On Jul 27, 3:02 pm, yoheeb yoh...@gmail.com wrote:
 would this be possible?  I guess I could actually do it the other way
 by using a text area field, and using include macro to link to wiki
 text, however what I would like to do:

 include in the wiki something like:

 ticket X has an estimated hours value of [[GetTicketField
 (X ,estimatedhours)]]  where X is a ticket number

 What would be the best place to start for a macro like this?
 IncludeMacro?

 Thanks
--~--~-~--~~~---~--~~
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: Managing SVN and Trac with a web interface

2009-07-29 Thread RJOllos

You might take a look at AdvancedPluginPanelPlugin [1] and
SecurePluginPanelPlugin [2].

[1] http://trac-hacks.org/wiki/AdvPluginPanelPlugin
[2] http://trac-hacks.org/wiki/SecurePluginPanelPlugin

On Jul 22, 6:01 am, Niels Ott n...@sfs.uni-tuebingen.de wrote:
 Hello all,

 we're using Trac and SVN sucessfully already here in our small
 University department. While the manual administration works well for
 the internal projects, we need something providing more service for our
 students.

 The tool which we are seeking is a web interface that allows users to
 create and administrate their own SVN repositories - each repository
 equipped with its own Trac. Furthermore, the person creating a
 repository should be the Trac admin (WebAdmin plugin) and should be able
 to add/remove users from the project.

 Is there a solution available for this task? It would very cool if there
 was a Trac plugin that could provide such a service.

 We checked out Submin, but it doesn't provide the necessary access
 control functionality.

 Thanks in advance for your time.

     Niels

 --
 Niels Ott
 Computational Linguist (B.A.)http://www.drni.de/niels/
--~--~-~--~~~---~--~~
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: have we lost some archive info?

2009-07-30 Thread RJOllos

I have noticed this as well, although I'm not sure who can help with
the problem.

On Jul 29, 9:13 am, yoheeb yoh...@gmail.com wrote:
 I have noticed my searches aren't returning nearly as many results on
 topics I am sure have had many, many threads on them.  For example, a
 search for 'date' results in 5.  and specifically, the threads that
 have sql in them to list dates closed between 2 dates, or before
 certain dates, etc. are missing, as an example.  There are others, but
 my search for xmlrpc only came up with 6.

 Any ideas?
--~--~-~--~~~---~--~~
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: Having Problems getting user permissions working

2009-08-03 Thread RJOllos

I don't think I can help you much, but if you haven't seen this page
[1], you should take a look:

[1] http://trac.edgewall.org/wiki/0.11/TracOnUbuntu

On Jul 31, 8:53 am, Erik W eweib...@yahoo.com wrote:
 Just wanted to bump this up to the top of the list.  Could somebody
 point me in the right direction?

 Thanks...
 Erik

 On Jul 30, 4:08 pm, Erik W eweib...@yahoo.com wrote:



  Hello and thanks for any help you can provide.

  I am new to Trac.  I have installed Trac 0.11 on my Ubuntu 9.04
  machine.  I am NOT using svn with Trac as my svn repo is in
  SourceForge.  Trac will be used for my companies open source product.

  I have successfully initializied my project's environment and can
  access the project in my browser.

  What doesn't work is security / permissions.  I didn't even see a step
  where I create a user.  I'm very confused by the process.  So when I
  click Login from my project's nav bar I get an apache error page.

  I get the following message in my apache trac error log file:
  [Thu Jul 30 11:13:17 2009] [error] [client 127.0.1.1] (2)No such file
  or directory: Could not open password file: /etc/apache2/
  dav_svn.passwd, referer:http://127.0.1.1/projects/DummySite

  I'm confused to see the log mention dav_svn.passwd as I havn't done
  anything with svn in my project.  When creating the project I left the
  svn repo url blank.

  Erik
--~--~-~--~~~---~--~~
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: Trac WorkFlow?

2009-08-03 Thread RJOllos

On Jul 31, 3:11 am, Raina ajeetra...@gmail.com wrote:
 Can You help me with how to setup Trac so that it can send mail whenever
 any ticket is raised.
 Please suggest?

You should take a look at the AnnouncerPlugin [1].

[1] http://trac-hacks.org/wiki/AnnouncerPlugin
--~--~-~--~~~---~--~~
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: Setting up Trac for Sendmail?

2009-08-03 Thread RJOllos

On Jul 31, 3:14 am, Raina ajeetra...@gmail.com wrote:
 I have Trac Ready integrated with SVN. The Trac as Bug Tracking Tool
 should have capability to send mail whenever any ticket is assigned.
 How Can one Configure Trac to work with Sendmail.Also, I want it to
 integrate with ADS too.What I have thought is I will first allow SVN
 USers login through ADS into Trac and shall be able to send mail
 through our corporate Email ID.

 Hwo can I make it possible?

There are some plug-ins that will probably help you on Trac-hacks.org:
http://trac-hacks.org/
--~--~-~--~~~---~--~~
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: Ticket Permissions

2009-08-03 Thread RJOllos

On Jul 31, 1:58 pm, Erik W eweib...@yahoo.com wrote:
 What is the best way for me to implement a system that allows users to
 create their own account and then add tickets?  The key is I don't
 want them to be able to edit existing tickets unless they created
 them.

It should be possible to do this with the AccountManagerPlugin [1] and
the PrivateTicketsPlugin [2].  I have not used the former, but I have
used the latter to do as you describe.

The PrivateTicketsPlugin TICKET_VIEW_REPORTER would allow you to
restrict a set of users to only see tickets that they created.

[1] http://trac-hacks.org/wiki/AccountManagerPlugin
[2] http://trac-hacks.org/wiki/PrivateTicketsPlugin
--~--~-~--~~~---~--~~
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: Is there a good way of automatically generating release notes from trac

2009-08-03 Thread RJOllos

On Jul 31, 2:33 pm, Tas Frangoullides tfrangoulli...@gmail.com
wrote:
 As part of an automated build I'd like to create release notes listing which
 tickets have been worked on and closed during a release cycle. Releases are
 taged using subversions standard practice of copying trunk to a folder under
 tags. All changes related to specific tickets are included in the checkin
 comments. I can imagine how I could use this to script the creation of the
 release but before I started writing my own scripts I wanted to check if
 anyone here knew of a good way.

I have been thinking of doing something similar.  Someone started a
project named `Trac Release plugin`, and the description looks
applicable to your situation [1].  I haven't tried it yet, but intend
to in the near future.

[1] http://trac-hacks.org/wiki/TracReleasePlugin
--~--~-~--~~~---~--~~
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: vandalism: rollback wiki changes

2009-08-03 Thread RJOllos

 On Jul 31, 6:42 pm, jevans jevans...@gmail.com wrote:
 I see a Delete this Version button at the bottom when I look at page
 history.  Don't know if it comes with TRAC_ADMIN.

I think the permissions that allows this is WIKI_DELETE.
--~--~-~--~~~---~--~~
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: Including whitespaces in tag name (TagsPlugin)

2009-08-03 Thread RJOllos

I had also wondered about this, and I was surprised to find that there
is not an enhancement request open [1] among the many open tickets for
the TagsPlugin.

[1] 
http://trac-hacks.org/query?status=newstatus=assignedstatus=reopenedgroup=component=TagsPluginorder=priority

On Jul 28, 10:51 am, Olemis Lang ole...@gmail.com wrote:
 Is it possible (e.g. for tickets and tags in `keywords` field) ? How ?

 --
 Regards,

 Olemis.

 Blog ES:http://simelo-es.blogspot.com/
 Blog EN:http://simelo-en.blogspot.com/

 Featured article:
--~--~-~--~~~---~--~~
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: Implementing a new permission (not associated with a specified component)

2009-08-04 Thread RJOllos

On Aug 4, 7:27 am, yoheeb yoh...@gmail.com wrote:
 you need to implement a custom permission handler:

Hi Yoheeb,  Thank you for the excellent response.  This would probably
make a good entry for the Trac recipes page.

Olemis, thank you also for your response.  I think we had a bit of a
disconnect there in terms of what I was actually asking for, but I
appreciate the effort.
--~--~-~--~~~---~--~~
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: Set up Plan for Windows

2009-08-05 Thread RJOllos

On Aug 4, 5:30 am, ray ray.jos...@cdicorp.com wrote:
 I am planning a Trac/Subversion installation for Windows.  The intent
 is to use SVN for engneering documents and use Trac to assure issue
 resolution and report progress.

Just a comment on your overall goals.  Over the past several months I
implemented SVN for control of engineering documents at my medical
device company that has 10 employees.  Several are software engineers,
but the majority are not, and have little to no version control
experience.  I was pessimistic that it would work, but the adoption
has gone well and users seem to like it better than SharePoint, which
we where using previously.

We are using Trac, Subversion, TortoiseSVN, WebSVN, WebDAV (for large
binary files) and nearly 50 Trac plug-ins.  The plug-ins and
customization of Trac have allowed me to add and extend the features
each week to satisfy nearly every request I've had (although I also
have about 25 enhancement requests, large and small, that need to be
worked on).

The biggest challenge I'm working with is implementing multiple custom
workflows to handle ticket type with many custom fields.  Tickets for
hardware, software, and software testing differ dramatically, and I'm
still working on setting up different workflows for each (and not even
completely sure that what I want to do is entirely possible or
reasonable).

I'd be interested to hear about how it works for you.

- Ryan
--~--~-~--~~~---~--~~
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: Set up Plan for Windows

2009-08-06 Thread RJOllos

On Aug 5, 1:05 am, Иван Бессарабов i...@bessarabov.ru wrote:
 Can you please explain, why are you using WebSVN? Why browse in trac is
 not suiting you?

The differences between Trac's repository browser and WebSVN are
subtle, and the only reason I'm also using WebSVN is that my hosting
provider supplies it with their standard package.  I don't think I
would take the time to set it up if I was admin on the server.  The
added features WebSVN allows are:
 * Create a tarball of a directory
 * RSS feeds for individual directories
 * Blame view
 * Multi repository support
I find WebSVN is slightly more user friendly, but that is just a
personal preference.  The main reason to use WebSVN I can see is if
you wanted to provide access to a repository that is not associated
with Trac.  Trac doesn't yet have mult-repository support as far as I
know (at least not without using plug-ins).  WebSVN could give you
access to another repository, such as a public open source project
that you might be using.

--~--~-~--~~~---~--~~
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: Set up Plan for Windows

2009-08-06 Thread RJOllos

On Aug 5, 5:15 am, ray ray.jos...@cdicorp.com wrote:
 Can you please tell me what WebSVN and WebDAV bring to the party and
 what they may displace.

See previous post regarding WebSVN.

WebDAV is used as web-based file storage.  I have large binary files
that I don't want to add to my repository and put under version
control.  I have added a tab to the main navigation bar in my Trac
instance using the TracTabPlugin that provides a view to access files
on WebDAV through Trac.  I add files to WebDAV using a standard WebDAV
client or mapping a network drive from my computer.  This could be
used, for instance, as a location to store and download project
builds. which you probably don't want to keep in SVN.
--~--~-~--~~~---~--~~
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: Business Process Modeling in Trac

2009-08-06 Thread RJOllos

On Aug 5, 8:43 am, Priscilla priscilla.da...@gmail.com wrote:
 I need a tool where I can draw the business process model for a project
 and it will automatically get the timeline from it.

I also do not understand what you are looking for.  However, if you
are interested in a diagramming tool, you might take a look at
WebSequenceDiagramPlugin [1].

[1] http://trac-hacks.org/wiki/WebSequenceDiagramPlugin
--~--~-~--~~~---~--~~
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: Plugin for TopNav and left side links on trac.edgewall.org?

2009-08-06 Thread RJOllos

On Aug 5, 6:22 am, Micha the3illi...@googlemail.com wrote:
 I was wondering if the TopNav Bar on trac.edgewall.org including
 Home, Trac, Genshi... and the left side link block (Home,
 Download, Documentation) is a manual implementation or comes with
 a plugin?

It would be nice if it was a Trac theme [1], however I suspect that
Trac is contained in an frame within the parent site and that it is
not actually a Trac theme. I'm using the GameDev theme [2], which is
fairly nice.

[1] http://trac-hacks.org/wiki/theme
[2] http://trac-hacks.org/wiki/GamedevTheme
--~--~-~--~~~---~--~~
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: ask help for wiki best practice

2009-08-06 Thread RJOllos

On Aug 3, 4:12 am, xiechao xiecha...@gmail.com wrote:
 Hi:
       Now I'am in charge of a media-sized project (above 100
 man*month) and we decide to adopt the agile developement way (since we
 are not completely sure of the requirements yet),  I've worked with
 trac in a small project before, but what happens now is every body
 just scratch on the wiki at will and the wiki finally is in such a
 mess. The the question is: in practice, What should be written on the
 wiki and what should not? Besides, we use UML(in EA or rose) as well
 (after all, we are not running an opensource project) and there must
 be some documents conforming to the company's standard. I don't want
 to waste too much energy to keep the documents and trac synchronized.
 Anybody has suggestions? Thanks very much!

Two ideas for you:
1. Create Page Templates for your wiki pages [1]
2. Use the WebSequenceDiagramPlugin [2] to draw UML diagrams on the
wiki

[1] http://trac.edgewall.org/wiki/PageTemplates
[2] http://trac-hacks.org/wiki/WebSequenceDiagramPlugin
--~--~-~--~~~---~--~~
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: Set up Plan for Windows

2009-08-08 Thread RJOllos

On Aug 6, 11:25 pm, Иван Бессарабов i...@bessarabov.ru wrote:
 Trac has blame function out of the box - it is called annotate - here is the
 examplehttp://trac.edgewall.org/browser/trunk/ChangeLog?annotate=blamerev=8370
 It does not show the author of the change but it shows revision when the
 change was done.

 The trac has no build in function to download tarball of the directory, but
 on the trac site there is the possibility to download each tag in zip
 format. For example -http://trac.edgewall.org/browser/tags/trac-0.11.5on
 the bottom of the page there is the link Download in other formats: Zip
 Archive. I'm sure this behavior can be achieved with some plugin.

The Trac annotate function is nice.  I hadn't used that before.

The ability to download zipped directories from tags/ is also a nice
feature.  I'm running 0.11.4 and I don't have this feature in any of
the tags directory for my configuration.  If anyone knows how this can
be setup, I'd love to know.  Maybe you just have to point a trac.ini
configuration parameter to the directories that you would like to be
able to download in zip format?

A nice feature in Trac is the display of svn properties at the bottom
of the page in the repository browser.  I have not seen this feature
in WebSVN.
--~--~-~--~~~---~--~~
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: Implementing a new permission (not associated with a specified component)

2009-08-09 Thread RJOllos

On Aug 8, 6:47 pm, jevans jevans...@gmail.com wrote:
 As far as I can tell, trac-admin does not support defining new
 permissions, although it might be nice if it did.  When I try, I get
 MY_NEW_PERMISSION is not a valid action.  Am I missing something?

Assuming this can't be done, and I don't think it is possible, I was
thinking it would be ideal to add a component to the NavAddPlugin [1],
TracTabPlugin [2]. and/or MenusPlugin [3] that allows custom
permissions to be defined through trac.ini.  I'm using all 3 of those
plugins, and would like to define a custom permission for items in the
navigation bar defined through all 3 components.

I haven't looked closely as to whether it would be practical to
implement that feature, but I hope to do that in the near future.

[1] http://trac-hacks.org/wiki/NavAddPlugin
[2] http://trac-hacks.org/wiki/TracTabPlugin
[3] http://trac-hacks.org/wiki/MenusPlugin
--~--~-~--~~~---~--~~
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: Notifications and Usernames issue

2009-08-09 Thread RJOllos

On Aug 8, 5:41 pm, Sean Killeen seankill...@gmail.com wrote:
 However, our usernames aren't in the system as e-mail addresses by default.
 I can't seem to find a place to associate usernames with e-mail addresses,
 and it wold be nice to not have to type an entire e-mail address in the
 owner/cc field just to get TRAC to send the e-mail. I'd like to be able to
 assign a ticket to sean, for example, but have the notification go to 
 seankill...@gmail.com.

I'm not sure I completely follow, but emails addresses are typically
entered by each user through the Preferences page.  The Preferences
page link is on the meta navigation bar.  I think that you could also
insert the email addresses directly into the database in the
session_attributes table [1].

Once you have added the user's email address, you can type the user's
username in the CC field rather than their email address.

The AutocompleteUsersPlugin [2] makes it simpler to type a username
into the CC field.

[1] http://trac.edgewall.org/wiki/TracDev/DatabaseSchema
[2] http://trac-hacks.org/wiki/AutocompleteUsersPlugin
--~--~-~--~~~---~--~~
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: Fields customization and progrmatically assign to

2009-08-21 Thread RJOllos

On Aug 20, 1:41 pm, Andres Chaves anchav...@gmail.com wrote:
 Hi,
 I have been using trac since 2 years and right now I have this two
 requirements over the system:

 1. Based on the ticket type chosen show/hide  or add some fields
 2. Based on the ticket type and component and current tickets of the
 engineers calculate the assign to field

For item 1, I'd suggest looking at the TracTicketChainedFieldsPlugin
(1).  There are other plug-ins that might accomplish this as well.
You might look at the TicketSubmitPolicyPlugin (2).

Could you clarify what you want for item 2?

- Ryan

(1) http://trac-hacks.org/wiki/TracTicketChainedFieldsPlugin
(2) http://trac-hacks.org/wiki/TicketSubmitPolicyPlugin
--~--~-~--~~~---~--~~
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: client-specific information in the log

2009-08-23 Thread RJOllos

On Aug 22, 3:27 pm, paulino paulinohue...@gmail.com wrote:
 Hi,
 I need to log client-specific information in the log (e.g. remote
 client’s username, or IP address)

I needed the same information, and my hosting provider was able to
give this to me in the form of apache logs.  If you are using apache,
you might take a look at the Log File documentation (1) for apache.

Since I use SVN over HTTPS, I am able to get the same info for
Subversion access (2) (I edited the IP address, but otherwise its a
log directly from my SVN/Trac instance).

(1) http://httpd.apache.org/docs/2.0/logs.html
(2) 192.168.0.2 - - [09/Jun/2009:17:14:47 -0500] OPTIONS /repos/
presto/Test%20and%20Measurement HTTP/1.1 401 486 - SVN/1.6.2
(r37639)/TortoiseSVN-1.6.2.16344 neon/0.28.4
--~--~-~--~~~---~--~~
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: How to edit documentation so that it propagates into the release

2009-08-25 Thread RJOllos

On Aug 23, 11:23 pm, Christian Boos cb...@neuf.fr wrote:
 Indeed. Thanks for the suggestion!
 (http://trac.edgewall.org/wiki/HowToContribute?version=13)

Thank you for the timely information.  It almost seems like it would
be worthwhile to edit the Help/Guide link in the meta navigation bar
in my Trac instance to point to Edgewall's documentation.  I just
started using Trac and I haven't upgraded it yet, but I assume that
any edits I make to the documentation on my Trac instance would be
overwritten in an upgrade (or at least require a possibly time
consuming merge?).

- Ryan
--~--~-~--~~~---~--~~
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] Help with syntax for [svn:externals] section of trac.ini

2009-08-25 Thread RjOllos

Hello,

I'm having some trouble with the syntax for the [svn:externals]
section of Trac.ini.  I have several svn:externals properties applied
to a branch of my repository.  The list of properties, as displayed in
the Trac Browser is shown below (1).  The full URL to the directory
where these properties are set on my server is:

https://svn.example.com/repos/psi/Trac/branches/TracHacks

After reading the documentation (2), I created the following index in
[svn:externals]

1 = http://trac-hacks.org/svn 
https://svn.example.com/browser/Trac/branches/TracHacks/$path?rev=$rev

It is not working, and I don't have any other ideas to try since it
seems correct according to the way I'm reading the documentation.

Any help is greatly appreciated.

Thanks,
- Ryan

(1)
Property svn:externals set to
http://trac-hacks.org/svn/keywordsuggestplugin/0.11/
http://trac-hacks.org/svn/ticketchangeplugin/0.11/
http://trac-hacks.org/svn/tagsplugin/tags/0.6/
http://trac-hacks.org/svn/plannedmilestonesmacro/0.9/
http://trac-hacks.org/svn/userstatsmacro/0.11/
http://trac-hacks.org/svn/wikistatsplugin/0.11/
http://trac-hacks.org/svn/websequencediagramplugin/0.11/

(2) http://trac.edgewall.org/wiki/TracIni#svn:externals-section
--~--~-~--~~~---~--~~
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: Set Up Trac Notification

2009-08-25 Thread RJOllos

On Aug 24, 10:10 pm, mak onlyla...@gmail.com wrote:
 I am trying to set up notification in trac so as when ever a ticket is
 created the concerned person should receive the mail. I have gone
 through the information on trac site as well as with the Tack-Hack
 plugins but I am not so clear on how to get on with the same. Can i
 have brief explanation on this

You'll have to define 'concerned person', because this could be very
easy to do, or a bit challenging.  For instance, it will be very easy
if you just want to notify the person to whom the ticket is assigned.

I would suggest that you start by looking at the [notification]
options (1), and if those don't directly implement what you want, try
to put together a more detailed explanation of the conditions under
which you'd like users to be notified, and who those users are.

(1) http://trac.edgewall.org/wiki/TracIni#notification-section

--~--~-~--~~~---~--~~
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: Installing mail2trac plugin

2009-08-25 Thread RJOllos

On Aug 24, 7:28 pm, David Kirk davidrk...@gmail.com wrote:
 I'm giving email2trac a go.  I've got it installed.  I've just got 2
 things I need to fix up before going live with it.

I've been wanting to implement the same feature you describe, but
previously did not think this was possible.  Please keep us updated as
to your progress!

--~--~-~--~~~---~--~~
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: Set Up Trac Notification

2009-08-25 Thread RJOllos

On Aug 25, 2:05 am, RJOllos ry...@physiosonics.com wrote:
 I would suggest that you start by looking at the [notification]
 options (1), and if those don't directly implement what you want, try
 to put together a more detailed explanation of the conditions under
 which you'd like users to be notified, and who those users are.

 (1)http://trac.edgewall.org/wiki/TracIni#notification-section

More specifically, you want to look at the always_notify* parameters
in that section.
--~--~-~--~~~---~--~~
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: Commercial Trac Packaging

2009-08-26 Thread RJOllos

On Aug 26, 5:58 am, Ryan Herbert rherb...@gmail.com wrote:
 Are there any companies that provide commercial Trac packaging?  I
 thought that you used to be able to buy commercial support from
 Edgewall, but going to edgewall.com now just redirects to
 edgewall.org.  I can't find any pages in the Trac wiki or by searching
 the web that talk about companies that provide Trac commercially.

 Does anything like that exist right now?

Not that I know of, however there are many companies that provide
hosted Trac.  Considering the cost, I have received very incredible
support from my hosting company.  They take care of simple fixes to
plug-ins and provide custom coding if you are interested in paying for
fixes or feature enhancements.  Is there something would you want from
a commercial Trac package aside from the points I have already
mentioned?
--~--~-~--~~~---~--~~
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: Help with syntax for [svn:externals] section of trac.ini

2009-08-27 Thread RJOllos

For the directory of interest, when I hover over the svn:externals
text, I see a box that says 'No svn:externals defined in trac.ini'.
However, I can see the trac.ini entry listed on the about page.

Does that mean I have defined the svn:external entry incorrectly, or
is there some other problem here?

On Aug 25, 12:53 am, RjOllos ry...@physiosonics.com wrote:
 Hello,

 I'm having some trouble with the syntax for the [svn:externals]
 section of Trac.ini.  I have several svn:externals properties applied
 to a branch of my repository.  The list of properties, as displayed in
 the Trac Browser is shown below (1).  The full URL to the directory
 where these properties are set on my server is:

 https://svn.example.com/repos/psi/Trac/branches/TracHacks

 After reading the documentation (2), I created the following index in
 [svn:externals]

 1 
 =http://trac-hacks.org/svnhttps://svn.example.com/browser/Trac/branches/TracHacks/$path?rev=$rev

 It is not working, and I don't have any other ideas to try since it
 seems correct according to the way I'm reading the documentation.

 Any help is greatly appreciated.

 Thanks,
 - Ryan

 (1)
 Property svn:externals set to
    http://trac-hacks.org/svn/keywordsuggestplugin/0.11/
    http://trac-hacks.org/svn/ticketchangeplugin/0.11/
    http://trac-hacks.org/svn/tagsplugin/tags/0.6/
    http://trac-hacks.org/svn/plannedmilestonesmacro/0.9/
    http://trac-hacks.org/svn/userstatsmacro/0.11/
    http://trac-hacks.org/svn/wikistatsplugin/0.11/
    http://trac-hacks.org/svn/websequencediagramplugin/0.11/

 (2)http://trac.edgewall.org/wiki/TracIni#svn:externals-section
--~--~-~--~~~---~--~~
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: Component access restriction

2009-08-27 Thread RJOllos

On Aug 26, 5:29 am, ramesh. saadhvi ramesh.saad...@gmail.com
wrote:
 Hi,

 Am facing problem with component filed in Ticket ,Mr.X created ticket by
 selecting the component TEST1, and assigned to Mr.Y, (he is having trac
 modify rights), While updating the ticket he changed the component to TEST2.
 I want to restrict this. Addition to this i want setup access restriction
 for creating ticket.  While creating/modify the ticket i want to restrict
 users Mr. X to select the component TEST1 .

It would help if you were more precise about the restrictions you want
to impose.  It sounds like you want:
 1. For a new ticket, restrict the list of options for the field
'Component' to group A
 2. For a ticket with status = X, restrict list of options for the
field 'Component' to group B

You might take a look at the following two plug-ins and see if you can
accomplish this:
http://trac-hacks.org/wiki/TicketSubmitPolicyPlugin
http://trac-hacks.org/wiki/HideValsPlugin
--~--~-~--~~~---~--~~
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] IE8

2009-08-27 Thread RjOllos

Hello,

I'm not sure if this is a Trac, SVN, or general browser issue.  I have
a file in my SVN repository for which I have created an export link on
a Trac page.

[export:/path/to/file/myfile.docx myfile]

When I try to download the file, IE8 changes the file to .zip.  I've
tested this on 3 computers running Windows.  I've also tested a number
of other browsers on my machine, and none of them have this issue.

Tested on Win Vista x64:
 * IE8 - changes the extension to .zip
 * Chrome 2.0.172.39 - okay
 * Opera 9.64 - okay
 * Safari 4.0.3 - okay
 * Firefox 3.0.13 - okay

The only configuration change I have made to my Trac instance that I
imagine could affect this behavior is 'render_unsafe_content = true'.
However, it seems unlikely that is the issue here.

Any help is greatly appreciated!

- Ryan
--~--~-~--~~~---~--~~
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: IE8

2009-08-27 Thread RJOllos

Sorry for the poor subject line btw.  I messed up and wish I could
change it!
--~--~-~--~~~---~--~~
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: IE8

2009-08-27 Thread RJOllos

Please disregard this message, and see:
http://groups.google.com/group/trac-users/browse_thread/thread/c5872a872bb40936
--~--~-~--~~~---~--~~
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] IE changes file extension when downloading a file from a Trac wiki page

2009-08-27 Thread RjOllos

Hello,

I'm not sure if this is a Trac, SVN, or general browser issue.  I
have
a file in my SVN repository for which I have created an export link
on
a Trac page.
[export:/path/to/file/myfile.docx myfile]

When I try to download the file, IE8 changes the file to .zip.  I've
tested this on 3 computers running Windows.  I've also tested a
number
of other browsers on my machine, and none of them have this issue.

Tested on Win Vista x64:
 * IE8 - changes the extension to .zip
 * Chrome 2.0.172.39 - okay
 * Opera 9.64 - okay
 * Safari 4.0.3 - okay
 * Firefox 3.0.13 - okay

The only configuration change I have made to my Trac instance that I
imagine could affect this behavior is 'render_unsafe_content = true'.
However, it seems unlikely that is the issue here.
Any help is greatly appreciated!

- Ryan
--~--~-~--~~~---~--~~
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: Firefox Plugin for Trac

2009-08-28 Thread RJOllos

On Aug 21, 6:53 pm, jevans jevans...@gmail.com wrote:
 David Nicol wrote:
  That said, a way to paste an image from the clipboard directly into
  the ticket instead of creating and using an image file would be handy
  too and is one of the components of what you're asking for.

 That would be so awesome.
 - jevans

I second that.  It would literally save me 15 minutes on the average
day ... at least given the work I've been doing over the past few
weeks.
--~--~-~--~~~---~--~~
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: Ticket - User Access restriction

2009-08-28 Thread RJOllos

On Aug 21, 12:37 pm, yoheeb yoh...@gmail.com wrote:
 I would immensely instruct them on what these restrictions are, and
 require them to stick to the rules.

This actually is a valid solution that can be helped with the
TicketGuidelinesPlugin (1), and a bit of oversight.  All depends on
the particular situation of course ...

(1) http://trac-hacks.org/wiki/TicketGuidelinesPlugin
--~--~-~--~~~---~--~~
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: Set up Plan for Windows

2009-08-31 Thread RJOllos

On Aug 6, 11:25 pm, Иван Бессарабов i...@bessarabov.ru wrote:
 Trac has blame function out of the box - it is called annotate

I like the term annotate much better.  The term blame confused me
before I read the documentation, and talking with my team, it seems
that I am not the only one.

 The trac has no build in function to download tarball of the directory, but
 on the trac site there is the possibility to download each tag in zip
 format. For example -http://trac.edgewall.org/browser/tags/trac-0.11.5on
 the bottom of the page there is the link Download in other formats: Zip
 Archive. I'm sure this behavior can be achieved with some plugin.

The ability to download a directory in zip format can be accomplished
using a TracIni setting (1).  I've tested it out and it works well.

(1) http://trac.edgewall.org/wiki/TracIni#browser-section
--~--~-~--~~~---~--~~
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: Firefox Plugin for Trac

2009-08-31 Thread RJOllos

On Aug 17, 1:58 pm, ijayasin ijaya...@gmail.com wrote:
 Are there any Firefox plugins for Trac? Ideally I would like to create
 new tickets from within Trac for a project. Viewing a list of existing
 tickets and being able to edit them would also be nice. Any
 suggestions would be much appreciated.

I came across an interesting posting on StackOverflow (1), regarding
the use of the SQLite plugin for Firefox to access Trac.

http://stackoverflow.com/questions/876747/is-there-a-way-to-run-trac-offline/983725#983725
--~--~-~--~~~---~--~~
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: One SVN, Multiple TRAC instances

2009-09-02 Thread RJOllos

On Sep 1, 8:12 am, Peter O'Connell peter.oconn...@solutionspt.com
wrote:
 I may be ignoring the obvious, but why do you wish to have multiple trac
 instances for 1 SVN? I assume it should be straight forward by simply
 creating the trac instances and pointing each to the same SVN repos.

I'm also fairly sure there is no issue with this.  You just configure
the second Trac instance the same you would the first.  Multiple SVN,
single Trac is the much more difficult scenario (support for which I
believe is coming in 0.12 multi-repos).
--~--~-~--~~~---~--~~
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: Announcer plugin

2009-09-03 Thread RJOllos

On Sep 2, 11:31 pm, Roger Oberholtzer roger.oberholt...@gmail.com
wrote:
 BTW, before the announcer plugin, I used the trac smtp_always_cc
 parameter, and this worked great. The announcer plugin is seen as an
 improvement in that I do not need to add users to any list, and the
 users get a bit more control.

I haven't tried to implement this, but it appears you can configure
`joinable_groups` [1] via the announcer plug-in.  You could then use
the `default_cc` parameter in the [ticket] section to cause that group
to be notified of all changes [2].  Let me know if this works for you,
as I may try to configure this behavior as well.

[1] http://trac-hacks.org/wiki/AnnouncerPlugin#Groups
[2] http://trac.edgewall.org/wiki/TracIni#ticket-section
--~--~-~--~~~---~--~~
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: Announcer plugin

2009-09-04 Thread RJOllos

On Sep 4, 1:01 am, Roger Oberholtzer roger.oberholt...@gmail.com
wrote:
 So this means that everyone who adds a ticket needs to add @some_group
 to the CC field of each ticket? I guess I could change the defaults for
 new tickets to have the default group we want. But this will only apply
 to new tickets - unless I edit all existing tickets and add it. Right?

Yes, I think so.

The `default_cc` parameter I suggested would automatically add the
group to the CC field.  The limitation would be the same group would
be added to the CC field every time.

You might be able to use one of the plug-ins to set a different group
to the CC field depending on the ticket type or another parameter.  We
should look on trac-hacks and see if there is anything that would
accomplish this.  What is the rule you want for assigning a group to
the CC field?  Is it dependent on the ticket type, component,
username, ?

You could probably do a database insert to take care of existing
tickets.
--~--~-~--~~~---~--~~
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: Suggestion : Insert project name in entries of TH.org revision feed (RSS)

2009-09-05 Thread RJOllos

On Sep 4, 6:43 pm, osimons oddsim...@gmail.com wrote:
 Oh, it's late. I'm tired. Can't keep two thoughts seperate in my
 mind... Move to strike that part... It would need a patch, but getting
 ticket component in the feed subject would be very nice too.

It sounds like you are thinking of having a setting similar to
`smtp_subject_prefix` in the [notification] section (1).  This would
be a nice enhancement as I also find it difficult to filter the RSS
feed for desirable content.

(1) http://trac.edgewall.org/wiki/TracIni#notification-section
--~--~-~--~~~---~--~~
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] How to specify Google Groups email preferences?

2009-09-05 Thread RjOllos

Hello,

This is a Google Groups issue, not a Trac issue, but I have looked
around and found no answer, so I'm hoping someone here can help (since
you are all Google Groups users I assume).  I have registered with
Google Groups using my gmail account and added my work email as a
secondary email.  When I go to the right hand pane of the Trac Users
discussion page, I can select `Edit my membership` and set the
following:

'Which address do you want to use for this group?'

That works great in that the daily digest email for Trac Users is sent
to my selected work address.

However, suppose I am browsing a thread and I decide that I want to
receive all updates to that thread.  Near the subject header for the
thread I select `Options`, which expands a section and provides a link
'Email updates to me'.

The problem is, all of those updates go to my gmail account, not my
work account that I have specified to use with this group.

Is anyone else experiencing the same issue?

Does anyone know a workaround for this?  If not, does anyone know a
place I can post this as a requested fix/enhancement to Google Groups?

Another question: is it possible to add attachments to Google Group
posts?  If so, I do not see how.

Thanks, and sorry for the off-topic question.

- Ryan
--~--~-~--~~~---~--~~
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: One SVN, Multiple TRAC instances

2009-09-07 Thread RJOllos

On Sep 7, 3:12 am, Jan Kraus kra...@gmail.com wrote:
 I need to have different layers of information accfessible by different
 users - namely employees of a company versus stuidents working on
 various projects.
 But I would like to keep just one source code tree.

Sounds like you may want to have a single repository and configure
access with path-based authorization [1].  It depends on your specific
circumstances, but I found that having a single repository and
configuring per-directory access permissions in the authz file was
much easier than having multiple repositories.

[1] http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html
--~--~-~--~~~---~--~~
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: How to specify Google Groups email preferences?

2009-09-07 Thread RJOllos

I posted this question, more appropriately, to the Google Groups Help
Forum:

`Email Updates to me` sends updates to my primary email address rather
than my preferred email address for the group
http://groups.google.com/group/google-groups-basics/browse_thread/thread/b664e67cd0e8f457#
--~--~-~--~~~---~--~~
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: IE changes file extension when downloading a file from a Trac wiki page

2009-09-10 Thread RJOllos

Found a solution, which I posted here:
http://trac.edgewall.org/ticket/7724#comment:8
--~--~-~--~~~---~--~~
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: Connecting multiple trac instances or per group milestone options?

2009-09-10 Thread RJOllos

On Sep 9, 2:24 pm, Lukasz Szybalski szybal...@gmail.com wrote:
 Would MultipleRepositorySupport do anything for me here?

That would help you if you had multiple Subversion repositories.

Is your goal to have the milestone and version for the other group
hidden, but allow both groups to see the same tickets?  Seems like an
odd requirement, so I'd like to confirm before making any suggestions.
--~--~-~--~~~---~--~~
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: Trac changeset code review

2009-09-11 Thread RJOllos

On Sep 7, 9:38 am, Matt matj...@gmail.com wrote:
 Is there any plug-in that integrates code review (comments on lines of
 code) into changeset?

 Something similar like Google code code review is.

I'm just starting to look at the same issue, so I'll let you know what
I find over the next few days.  The only plugin I know of is the
PeerReviewPlugin [1].  I haven't used a code review tool before, so
I'm looking to experiment a little and do some feature comparison,
then determine how it would integrate into the Trac workflow.

[1] http://trac-hacks.org/wiki/PeerReviewPlugin
--~--~-~--~~~---~--~~
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: Trac changeset code review

2009-09-11 Thread RJOllos

On Sep 7, 9:38 am, Matt matj...@gmail.com wrote:
 Is there any plug-in that integrates code review (comments on lines of
 code) into changeset?

Google Groups isn't returning many search results, so you probably
didn't get any hits if you searched, but there are several posting on
this in the archives:

http://www.nabble.com/forum/Search.jtp?forum=15400local=yquery=code+review
--~--~-~--~~~---~--~~
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: Popup of existing tag values to choose from?

2009-09-12 Thread RJOllos



On Sep 11, 2:06 pm, Hal hal.w...@gmail.com wrote:
 Is anyone aware of any plugin that presents existing tag values in a
 popup window to select form? (The existing link just goes to the tag
 cloud page.)

You can install the KeywordsSuggestPlugin [1] along with this [2]
patch.  The patch `keywordsuggest.py` allows the plugin to work with
Tags as well as the Keywords field.  See also [3].

[1] http://trac-hacks.org/wiki/KeywordSuggestPlugin
[2] http://trac-hacks.org/ticket/4201
[3] http://trac-hacks.org/ticket/5610
--~--~-~--~~~---~--~~
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: Incorrect ticket urls in email notifications ...

2009-09-12 Thread RJOllos



On Sep 11, 12:15 pm, Kiffin Gish kiffin.g...@planet.nl wrote:
 The trac email notifications contain incorrect url links to the tickets
 they refer to, where can I correct this?

I suggest you start by looking at the `base_url` option in the [trac]
section of 'trac.ini'.

http://trac.edgewall.org/wiki/TracIni#trac-section

--~--~-~--~~~---~--~~
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: owner notification only for ticket closing

2009-09-12 Thread RJOllos



On Sep 11, 1:44 am, bubacoo buba...@gmail.com wrote:
 hi, please can I configure somehow to have owner notification only
 when closing ticket (no opening, no update)? Is there a hack/macro for
 that?

I do not think that there is, because I spent time looking for
something similar.  From an administrator standpoint, it would be nice
to have a `.notify` field for the workflow [1].  Valid values for
`.notify` could be REPORTER, OWNER, SUBSCRIBER, *.  I'm not sure how
practical that would be to implement, however.

[1] http://trac.edgewall.org/wiki/TracWorkflow#BasicTicketWorkflowCustomization
--~--~-~--~~~---~--~~
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: customization of email notification

2009-09-12 Thread RJOllos

On Sep 11, 1:42 am, bubacoo buba...@gmail.com wrote:
 Hi, please can I somehow customize email notification? e.g. I don't
 want to have changes information. Or I want only comment from last
 change.

Your question is slightly ambiguous in that you may be referring
either to changes in the appearance of the notification (in which case
Erik's suggestion applies), or when notifications are sent (which
Hendrik provided a solution for).  If you don't get the answer you are
looking for, you may want to clarify.

I believe the relevant file for controlling the appearance of email
notifications is `ticket_notify_email`.
http://trac.edgewall.org/browser/trunk/trac/ticket/templates/ticket_notify_email.txt
--~--~-~--~~~---~--~~
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: Control ordering of *all* ticket fields

2009-09-17 Thread RJOllos

On Sep 16, 6:20 am, Jeff Hammel jham...@openplans.org wrote:
 One way to do this, admittedly hackish, is to have a custom template for 
 ticket.html

Thanks for the suggestions, I will look into that.

Someone has already requested this feature as an enhancement for
BlackMagicTicketTweaksPlugin: http://trac-hacks.org/ticket/2642
--~--~-~--~~~---~--~~
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: trac module for commiting code in subversion

2009-09-25 Thread RJOllos

On Sep 18, 8:56 am, Shane Caraveo mixedpu...@gmail.com wrote:
 What's wrong with a webdav interface to the repository?  End user mounts
 the drive, and has transparent versioning for anything they save to it.

To the best of my knowledge after many hours of effort and
research ... WebDAV is broken, but can be patched on Vista x32.
WebDAV is broken and there is no fix on Vista x64.  WebDAV is
unreliable on OSX 10.5.  I've found some decent third party clients
for OSX, but nothing I have been very happy with on Windows, thus far.
--~--~-~--~~~---~--~~
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: Popup of existing tag values to choose from?

2009-09-25 Thread RJOllos



On Sep 24, 12:56 pm, yoheeb yoh...@gmail.com wrote:
 I am having a little trouble with this.  I update the #4201 ticket.
 It works for tags entry, but not ticket keywords.  I also have a
 ticket.js error showing up in the log.  not sure if something else has
 stepped on it, any help is appreciated.

I followed up with a suggestion in ticket 4201: 
http://trac-hacks.org/ticket/4201
--~--~-~--~~~---~--~~
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: allow anonymous to view Timeline-RSS?

2009-09-25 Thread RJOllos

On Sep 22, 10:21 pm, Jens Schwarz blacky6...@gmx.de wrote:
 I have a trac environment that is only accessible to authorized users. What I 
 want is to make an exception so that anonymous users can view the 
 Timelins-RSS (or in other words: so that registered users can view this RSS 
 without having to login first).

Do you just want to allow your authenticated users to subscribe to an
RSS feed?  I am able to subscribe to RSS feeds in my Trac instance and
they update even when I have not logged in to Trac.  I am not sure of
the details of how this works, but once subscribed, the feed someone
retains my authentication information.
--~--~-~--~~~---~--~~
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: pew-populate tags...

2009-10-01 Thread RJOllos

On Sep 29, 12:20 pm, yoheeb yoh...@gmail.com wrote:
 Yeah, I am using that.  problem is I modified the plugin so I could
 use the keywords link in tickets to link to the /tags page.  Issue
 with that is, unless they have been actually used, the pre-selected
 keywords don't show up on the /tags page, which is ok I guess.  tis a
 little thing at this point.

Modifying the plugin so that the 'keywords' link points to the /tags
page has been on my todo list for some time.  I've found the current
behavior is that the `helppage` parameter will be ignored if a list of
keywords is not specified under `keywords` in the [keywordssuggest]
section of trac.ini.  I'd like to be able to set `helppage = tags`.

If you modification will do this, would you consider opening a ticket
and submitting your patch?

Thanks,
- Ryan
--~--~-~--~~~---~--~~
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: pew-populate tags...

2009-10-01 Thread RJOllos

In fact, I opened a ticket for this, so if possible please consider
attaching you patch to the ticket.  Thanks.

http://trac-hacks.org/ticket/5907
--~--~-~--~~~---~--~~
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: Permissions on the wiki?

2009-10-08 Thread RJOllos

On Oct 7, 1:37 am, Joeri De Backer fons...@gmail.com wrote:
 Is it possible to put permissions on wiki pages?

 I'd like to hide some administrative pages for public users... Is that
 possible in trac? Maybe via a plugin?

A plugin is not necessary with Trac 0.11.  I'm doing this using the
fine grained permissions system:
http://trac.edgewall.org/wiki/TracFineGrainedPermissions

The following plugin may help with specifying the permissions.  I have
been meaning to try it out, but have not gotten around to that yet.
http://trac-hacks.org/wiki/FineGrainedPageAuthzEditorPlugin
--~--~-~--~~~---~--~~
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: Looking for a technique to create flexible, graphical dashboards in Trac wiki pages

2009-10-08 Thread RJOllos



On Oct 6, 1:50 pm, Olemis Lang ole...@gmail.com wrote:
 If nobody mentioned TracGViz [1]_ [2]_ so far it's because I'm extremely shy

Thank you for all of the info!  The Trac-Hacks page [1] for this
plugin could definitely use an update.  It doesn't do even begin to
provide the capabilities that you have just described.

[1] http://trac-hacks.org/wiki/TracGvizPlugin
--~--~-~--~~~---~--~~
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: Emails Blank

2009-10-08 Thread RJOllos

On Sep 30, 11:25 am, David Herman dst...@purpleasphalt.com wrote:
 According to outlook there are no headers at all. very strange

I see the issue fairly often in Outlook where the email is blank and
the message is included as an attachment.  However, on the blackberry
the attachment automatically displays inline.

--~--~-~--~~~---~--~~
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: Nag-Mail for new/unassigned tickets

2009-10-12 Thread RJOllos

On Oct 12, 6:02 am, Jeff Hammel jham...@openplans.org wrote:
 On Mon, Oct 12, 2009 at 07:51:02AM -0400, Chris Nelson wrote:
 Noted:http://trac-hacks.org/ticket/5957

We currently do this using queries running in a Cron job, but the
pluggable extension point seems like it would be much easier to work
with.
--~--~-~--~~~---~--~~
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: Nag-Mail for new/unassigned tickets

2009-10-13 Thread RJOllos



On Oct 12, 11:44 pm, Cooke, Mark mark.co...@siemens.com wrote:
 A platform independent
 (Windows too, remember) way to run and email scheduled reports would
 provide controlled flexibility in cases where you do not have access to
 the server itself.

That is exactly my motivation for saying this would work better.  I
have a hosted Trac instance and no direct access to Cron scripts, so I
end up testing them on a local Trac instance and then sending to my
hosting provider for implementation (actually haven't done this with a
Cron job yet, but that is the procedure I follow for implementing
plugins).
--~--~-~--~~~---~--~~
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: Uploading attachments in Wiki or tickets doesn't work

2009-10-20 Thread RjOllos

On Oct 20, 4:51 am, Olemis Lang ole...@gmail.com wrote:
 Attachments module might be disable. Check out ;o)

More specifically, he is referring to this:
http://trac.edgewall.org/wiki/TracIni#components-section

--~--~-~--~~~---~--~~
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: Dynamic fields

2009-10-20 Thread RjOllos

On Oct 16, 2:46 pm, s d sudlmo...@gmail.com wrote:
 If there is any plugin to do to, please let me know.

I believe this plugin will accomplish what you want:
http://trac-hacks.org/wiki/TracTicketChainedFieldsPlugin

--~--~-~--~~~---~--~~
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: Temporarily turn off notifications for a specific wiki page

2009-10-21 Thread RjOllos

On Oct 13, 6:53 am, Roger Oberholtzer roger.oberholt...@gmail.com
wrote:
 Sometimes, when editing a wiki page, one makes changes that must be
 saved, but should not result in everyone being notified. It could be as
 'simple' as a button when the page is saved that says Save but don't
 tell anyone. Perhaps with a permission to control who can do this.
 Is there a way for the page editor to affect this?

I assume you are using Trac with the AnnouncerPlugin?

I had a similar idea for tickets, and opened a request for this here:
http://trac.edgewall.org/ticket/8607
--~--~-~--~~~---~--~~
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: trac ticket-custom formatting question

2009-10-21 Thread RjOllos

On Oct 9, 9:24 am, joseph.h.day...@rrd.com wrote:
 We are behind on our trac version ... but does trac support font
 formatting in the ticket-custom trac.ini file ?

I think that if you wanted to have custom font for a ticket field, you
would need to change the ticket template.

http://trac.edgewall.org/wiki/TracTicketsCustomFields
--~--~-~--~~~---~--~~
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: Title index page not working

2009-10-21 Thread RjOllos

On Oct 18, 10:39 pm, Ahmed Bilal Jan bilal@gmail.com wrote:
 hello everyone.
 I have a Trac running on version 0.12dev. Its TitleIndex page that is
 supposed to be populated by itself is not populating and its blank.
 can anyone please tell me where should i start looking to fix this
 problem.

I hope this is not too basic, but have you looked at the content of
the page?  It should contain something like,

[[TitleIndex(format=group,min=4)]]
--~--~-~--~~~---~--~~
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: Pages and Title Index Structure

2009-10-21 Thread RjOllos

On Oct 18, 9:43 pm, neorosbob neoros...@gmail.com wrote:
 Hi All,

 I realise this is a simple question that is documented, but I can't
 seem to wrap my head around this one. So here goes.

 In a default install of trac I notice in the TitleIndex there is a
 nice nested unordered list of all the pages with nesting that suggests
 a parent child structure. Very Nice! Yet I can't seem to re-produce it
 per how the documentation suggests.

The TitleIndex macro leaves much to be desired.  You might get some
insight from the following two tickets:
http://trac.edgewall.org/ticket/6063
http://trac.edgewall.org/ticket/4654
--~--~-~--~~~---~--~~
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: Trac Dependency plugin

2009-10-21 Thread RjOllos

On Oct 20, 5:20 pm, Chris Nelson chris.nel...@sixnet.com wrote:
 I'd like to talk to the author 
 ofhttp://trac-hacks.org/wiki/TracDependencyPluginbut all I can find there is 
 okazaki.  Does anyone know who's doing this work?  Is the author on this 
 list?

You can usually find the authors email listed in setup.py.  That
appears to be true in this case as well,
http://trac-hacks.org/browser/tracdependencyplugin/0.11/setup.py

--~--~-~--~~~---~--~~
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: I can't unsubscribe

2009-10-23 Thread RjOllos



On Oct 13, 6:55 am, oximoron oximo...@alinto.com wrote:
 Hello,

 I'm sorry to annoy you with that, but I didn't succeed to unsubscribe me
 from this list.

There is a support forum for Google Groups.  I have found answers to
similar questions there.

http://groups.google.com/group/google-groups-guide
--~--~-~--~~~---~--~~
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: Resolution Text Required for closing

2009-10-23 Thread RjOllos

On Oct 9, 9:29 am, joseph.h.day...@rrd.com wrote:
 Can  trac be configured to require    resolution   text   before a
 ticket can be closed ?

I believe you can customize the workflow to accomplish that,
http://trac.edgewall.org/wiki/TracWorkflow#BasicTicketWorkflowCustomization

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



  1   2   3   4   5   6   7   8   9   10   >