José Renato (br | 1 Jun 2008 03:59
Picon

[Trac] Re: how to use $USER in TicketQuery?


I'm sorry about the wrong answer that I gave to you. At the second
item, I don't know why, it works just fine at my job (that I recently
updated from 0.9 to 0.10.4), but, at home, that I have installed trac
0.10.4, the behavior of Custom Report is diferent. At my job, when I
use the link [query:status=new], the report that is displayed, has the
by default owner filter. But, at home, it dosen't have by default the
owner filter.

Well, if someone know anything about this issue, please, HELP

On 31 maio, 11:47, José Renato (br) <jrp...@...> wrote:
> "1.       How can I use "beta (private)" (note the space) in the
> query:
> portion, the "(private)" seems to be ignored. I tried various quoting
> but it
> never worked."
>
> I think that you can put "%20" between beta and (private), like this:
> "beta%20(private)"
>
> "2.       How can I use $USER in there to pare it down? I tried
> ".new&owner=$USER&milestone." but it then shows me no tickets."
>
> On this case, if the user is logged in, the tickets will be filtered
> using his name as owner, you don't have to put the especific filter.
> (if you don't have change any default configuration at the query
> module)
>
> See u.
(Continue reading)

Alec Thomas | 1 Jun 2008 11:19
Gravatar

[Trac] Re: Installing TagsPlugin


Enable debug logging and check the logs.

Is your Trac installation using Genshi 0.5dev? This is required.

2008/5/30 Michael Schmarck <michael.schmarck@...>:
>
> Hello.
>
> I'm trying to install tags-0.6 in Trac 0.11rc1 on Solaris 10 Sparc.
>
> To do so, I did a SVN checkout from http://trac-hacks.org/svn/tagsplugin/tags/0.6.
> After that, I built and installed the eg by doing:
>
>  python setup.py bdist_egg
>  cp dist/TracTags-0.6-py2.5.egg $project_environment/plugins
>  trac-admin $project_environment upgrade
>
> I also added
>
>  [components]
>  tractags.* = enabled
>
>  [tags]
>  ignore_closed_tickets = false
>  ticket_fields = component, keywords
>
> to the trac.ini. After having done that, I restarted the tracd server
> (I'm using the standalone server).
>
(Continue reading)

Alec Thomas | 1 Jun 2008 11:23
Gravatar

[Trac] Re: Trac error while trying to install XMLRPC Plugin


Try moving the "from pkg_resources import resource_filename" to the
top of web_ui.py. Others have had success with this solution.

2008/5/31 Reynier Perez Mira <rperezm@...>:
>
> Hi every,
> I have Trac 0.11RC1 with TracXMLRPC Plugin. When I try to activate the plugin I get this error:
>
> Traceback (most recent call last):
>  File "/usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/web/api.py", line 339, in send_error
>    'text/html')
>  File "/usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/web/chrome.py", line 683,
in render_template
>    template = self.load_template(filename, method=method)
>  File "/usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/web/chrome.py", line 659,
in load_template
>    self.templates = TemplateLoader(self.get_all_templates_dirs(),
>  File "/usr/lib/python2.5/site-packages/Trac-0.11rc1-py2.5.egg/trac/web/chrome.py", line 406,
in get_all_templates_dirs
>    dirs += provider.get_templates_dirs()
>  File "build/bdist.linux-i686/egg/tracrpc/web_ui.py", line 76, in get_templates_dirs
>    from pkg_resources import resource_filename
> SystemError: Parent module 'tracrpc' not loaded
>
> Any help?
> Cheers and thanks in advance
> Ing. Reynier Pérez Mira
> Grupo de Soporte al Desarrollo - Dirección Técnica IP
>
(Continue reading)

Pankaj Chawla | 1 Jun 2008 14:45
Picon
Gravatar

[Trac] Show already completed milestones checkbox


Hi

There is a "Show already completed milestones" checkbox on Milestones
tab that I
want to be checked by default. Better still I want to always show all
milestones
including completed ones and hide this checkbox altogether. Is there
is way to
do it. I was also wondering why marking a Milestone completed doesnt
send
a notification message just like when Tickets get completed. Is there
a way to
enable this also.

Also there is another checkbox on Timelines page for showing Wiki
Changes. I
want to remove this checkbox and also disable Wiki changes to be shown
in the
Timelines tab. Is there a way to do this.

Thanks
Pankaj
--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

(Continue reading)

rupert thurner | 1 Jun 2008 17:03
Picon
Gravatar

[Trac] Re: Show already completed milestones checkbox


change the url behind the timelines tab would be one possibility.

On Jun 1, 2:45 pm, Pankaj Chawla <pankaj...@...> wrote:
> Hi
>
> There is a "Show already completed milestones" checkbox on Milestones
> tab that I
> want to be checked by default. Better still I want to always show all
> milestones
> including completed ones and hide this checkbox altogether. Is there
> is way to
> do it. I was also wondering why marking a Milestone completed doesnt
> send
> a notification message just like when Tickets get completed. Is there
> a way to
> enable this also.
>
> Also there is another checkbox on Timelines page for showing Wiki
> Changes. I
> want to remove this checkbox and also disable Wiki changes to be shown
> in the
> Timelines tab. Is there a way to do this.
>
> Thanks
> Pankaj
--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe <at> googlegroups.com
(Continue reading)

rupert thurner | 1 Jun 2008 19:24
Picon
Gravatar

[Trac] Re: TracSvnPoliciesPlugin problem


thanks for the info! do you know if it is possible to include a svn
repo, and a mercurial forest at the same time?

rupert.

On May 30, 10:25 pm, "Chris Mulligan" <chris.mulli...@...>
wrote:
> Rupert,
>
> I suggest you consider using the 0.12 multirepo branch of trac in
> combination with the 0.12 trac mercurial plugin. We've found it to be far
> more satisfactory with our mercurial forest.
>
> On Fri, May 30, 2008 at 3:30 PM, rupert thurner <rupert.thur...@...>
> wrote:
>
>
>
> > could you tell if policiesplug would be possible in conjunction with
> > mercurial, andhttp://www.trac-hacks.org/wiki/HgTimelinePluginas
> > well?
>
> > rupert.
>
> > On May 22, 4:10 pm, Robert C Corsaro <rcors...@...> wrote:
> > > >> On Wed, May 21, 2008 at 10:36 PM, Pablo Fabregat
> > > >> <pablo.fabre...@...> wrote:
> > > >>> Hi all,
>
(Continue reading)

Cliff | 1 Jun 2008 17:36
Picon

[Trac] Re: Roadmap view to reflect changes in Trac Work Flow (Configurable workflow feature of Trac 0.11)


Hi all,

Apparently this is fixed in
http://trac.edgewall.org/ticket/5572    -   Ticket #5572 (closed
defect: fixed)

However, I'm not sure if the fix was committed to the actual current
0.11 beta release. There certainly is no documentation yet on the
official wiki.

Would anyone have any advise on how I can go about obtaining the
support for custom workflow in roadmap based on the files attached in
the ticket?

Thanks,
Cliff

On May 31, 12:52 pm, Cliff <kohzi...@...> wrote:
> Greetings,
>
> I would like to enquire if there is any manner to update the Roadmap
> view to reflect custom changes in the trac workflow (http://
> trac.edgewall.org/wiki/TracWorkflow).
>
> Specifically, if I were to add new statuses such as a model similar to
> that described athttp://trac.edgewall.org/wiki/NewWorkflow, where
> there are new statuses "resolved" and "verified" in addition to the
> default "closed", how do I update the Roadmap view to recognise
> "resolved" and "verified" as part of it's "Closed Tickets" computation
(Continue reading)

Chris Mulligan | 1 Jun 2008 22:34
Picon
Gravatar

[Trac] Re: TracSvnPoliciesPlugin problem


It is. If you want to include multiple subversion repositories you'll  
need to use a repository type of direct-svnfs with a fsfs repository  
type. This is due to how trac caches repositories with the normal  
"svn" type.

Hope that helps.

On Jun 1, 2008, at 1:24 PM, rupert thurner wrote:

>
> thanks for the info! do you know if it is possible to include a svn
> repo, and a mercurial forest at the same time?
>
> rupert.
>
> On May 30, 10:25 pm, "Chris Mulligan" <chris.mulli...@...>
> wrote:
>> Rupert,
>>
>> I suggest you consider using the 0.12 multirepo branch of trac in
>> combination with the 0.12 trac mercurial plugin. We've found it to  
>> be far
>> more satisfactory with our mercurial forest.
>>
>> On Fri, May 30, 2008 at 3:30 PM, rupert thurner  
>> <rupert.thur...@...>
>> wrote:
>>
>>
(Continue reading)

Reynier Perez Mira | 1 Jun 2008 23:18
Picon
Favicon
Gravatar

[Trac] Re: Trac error while trying to install XMLRPC Plugin


Hi,

> Try moving the "from pkg_resources import resource_filename" to the
> top of web_ui.py. Others have had success with this solution.

Nothing, I cut & paste the line recompile the plugin using python setup.py bdist_egg and this not working
yet I get the same error

Ing. Reynier Pérez Mira
Grupo de Soporte al Desarrollo - Dirección Técnica IP

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reynier Perez Mira | 1 Jun 2008 23:20
Picon
Favicon
Gravatar

[Trac] Re: Trac error while trying to install XMLRPC Plugin


Hi again:

> Try moving the "from pkg_resources import resource_filename" to the
> top of web_ui.py. Others have had success with this solution.

I'm found this page[1] reading in Google and Internet but I known't how to apply this patches. Any guide or help?

[1] http://trac-hacks.org/ticket/1075

Ing. Reynier Pérez Mira
Grupo de Soporte al Desarrollo - Dirección Técnica IP

--~--~---------~--~----~------------~-------~--~----~
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@...
To unsubscribe from this group, send email to trac-users-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Gmane