[Trac] Re: Trac-Haks subversion trouble

2009-04-02 Thread Michael Renzmann

Hi.

> E:\temp\test>svn co
> http://trac-hacks.org/svn/tractickettemplateplugin/0.11/
> svn: Server sent unexpected return value (503 Service Unavailable) in
> response to PROPFIND request for '/svn/tractickettemplateplugin/0.11'

I still fail to reproduce it:

=== cut ===
mrenzm...@torvalds:/tmp$ svn co
http://trac-hacks.org/svn/tractickettemplateplugin/0.11/
A0.11/tickettemplate
[...]
Checked out revision 5464.
=== cut ===

Could it be that you're behind a proxy and Subversion/easy_install don't
know about it?

Bye, Mike

--~--~-~--~~~---~--~~
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: email notification template

2009-04-02 Thread Pacôme MASSOL

no one uses  email notification template ?




Pacôme MASSOL a écrit :
> Hi,
> 
> After an upgrade to 0.11, I wish to modify my ticket_notify_email.txt 
> file to do something like this :
> 
> #choose ticket.status
>   #when 'new'
>do something
>   #end
>   #when 'closed'
>do something
>   #end
> #end
> 
> 
> But this doesn't work (it worked with the 0.10 and the previous template 
> language).
> 
> Can anyone help me ?
> 
> Thanks in advance.
> 
> PM
> 
> > 

--~--~-~--~~~---~--~~
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] Adding custom field to tickets

2009-04-02 Thread Sajjad Akhter

Hi,

How can I add custom field like "Deadline" for tickets.

Thanks,
Sajjad


--~--~-~--~~~---~--~~
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] Trac Session Autentication

2009-04-02 Thread florianojunior

Installed Trac with Apache 2.2 and mod python. Accountmanager and also
added my configuration in httpd.conf is like this:

LoadModule python_module modules/mod_python.so


   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracUriRoot "/projects/credenc"
   PythonOption TracEnv C:\tracprojects\credenc


And the trac.ini:

[account-manager]
force_passwd_change = true
password_file = C:\tracprojects\credenc\.htpasswd
password_format = htpasswd
password_store = HtPasswdStore


[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.htfile.htpasswdstore = enabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = disabled
trac.web.auth.loginmodule = disabled

The problem is that the system authenticates fine but the session is
lost many times. Example: Once the User test1 and test2 on another
machine. After a while, or often at the same time, depending on where
it loses click the sessions and shows as test1 and test2.

Someone has been there? What is the safest way to authenticate that I
can use?

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: Adding custom field to tickets

2009-04-02 Thread Pacôme MASSOL

http://trac.edgewall.org/wiki/TracTicketsCustomFields

PM


Sajjad Akhter a écrit :
> Hi,
> 
> How can I add custom field like "Deadline" for tickets.
> 
> Thanks,
> Sajjad
> 
> 
> > 

--~--~-~--~~~---~--~~
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: email notification template

2009-04-02 Thread Mihamina Rakotomandimby (R12y)

Pacôme MASSOL wrote:
> no one uses  email notification template ?

I do, but I dont see anything wrong in your template. It should work.
I might have missed something, though...

-- 
  Chef de projet chez Vectoris
  Phone: +261 33 11 207 36
System: xUbuntu 8.10 with almost all from package install
http://www.google.com/search?q=mihamina+rakotomandimby

--~--~-~--~~~---~--~~
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: Adding custom field to tickets

2009-04-02 Thread Christian Boos

Pacôme MASSOL wrote:
> http://trac.edgewall.org/wiki/TracTicketsCustomFields
>
> PM
>   

... with the caveat that there's not yet a "date" type for custom fields 
(http://trac.edgewall.org/ticket/1942),
so in the meantime one should take care of specifying a date string in a 
consistent way, like in the ISO 8601 format.

-- Christian

--~--~-~--~~~---~--~~
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: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-04-02 Thread Álvaro J . Iradier

I've uploaded my quite improved version of WikiToPdf to trac-hacks:

http://trac-hacks.org/wiki/TracWikiPrintPlugin

WikiPrint features:

* Fully customizable header/footers for PDF
* Syntax highlighting in exported format, using pygments
* Customizable front page for PDF book format
* Automatic creation of Table of Contents if [[PageOutline]] Macro is used

The style of the resulting PDF or HTML can be fully customized using CSS files.

Hope you find it useful.

Greets.

On Fri, Mar 27, 2009 at 11:15 PM, Ice Polar  wrote:
> Hi Olemis,
>
> thanx for your reply. I wondered if my request is lost or something like
> that. Don't rush it is no problem of life.
> It would be nice if this PDF-stuff is coming into home straight.
> Beside of WikiToPDF-Plugin i also use the PageToPDF-Plugin but with the same
> troubles. i even don't know if there exists a commn reason.
>
> And what i missed to say the last few mails: trac is a superb application, i
> love it. You all do a very goog job, thanks.
>
> sincerely
>   Ice
>
>
>
>
>
> 2009/3/26 Olemis Lang 
>>
>> On Wed, Mar 25, 2009 at 4:44 PM,   wrote:
>> >
>> > Hi Olemis,
>> >
>>
>> Hi ...
>>
>> > Is there a chance to get that WikiToPdf-Macro fixed?
>> > I stuck here and don't know how to come out, please help.
>> >
>>
>> I installed the plugin and tried it ... and the only thing I can say
>> so far is that I experience similar problems with images ... but I
>> dont get to find out what is all that about (a bug / a wrong config /
>> ,,,)
>>
>> I'll keep trying to fix it ... and I'll let you all know ... ;) but
>> there is no much I can say right now ... sorry ... :(
>>
>> > Thx
>> >  Ice
>> >
>>
>> :)
>>
>> --
>> Regards,
>>
>> Olemis.
>>
>> Blog ES: http://simelo-es.blogspot.com/
>> Blog EN: http://simelo-en.blogspot.com/
>>
>> Featured article:
>>
>>
>
>
> >
>



-- 
Álvaro J. Iradier Muro
Departamento de Desarrollo
alvaro.irad...@polartech.es

Polar Technologies
T +34 976 527 952
F +34 976 466 125
www.polartech.es

Antes de imprimir este mensaje, por favor, compruebe que es verdaderamente
necesario. El medioambiente es cosa de todos.

AVISO LEGAL
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener
información confidencial, siendo para uso exclusivo del destinatario,
quedando prohibida su divulgación, copia o distribución a terceros sin la
autorización expresa del remitente. Si Vd. ha recibido este mensaje
erróneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboración.

--~--~-~--~~~---~--~~
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: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-04-02 Thread Simon Martin

Hi,

> I've uploaded my quite improved version of WikiToPdf to trac-hacks:
>
> http://trac-hacks.org/wiki/TracWikiPrintPlugin

this seems to be quite cool and useful.

It would be nice, if you would mention more requirements on TH, i.e
reporrtlab, html5lib, PIL, and pisa.

I like it and I will come back with more comments, when I've played
enough :)

Thanks!
Simon



--~--~-~--~~~---~--~~
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: Adding custom field to tickets

2009-04-02 Thread Chris Nelson

Pacôme MASSOL wrote:
> Sajjad Akhter a écrit :
>> Hi,
>> 
>> How can I add custom field like "Deadline" for tickets.
>
> http://trac.edgewall.org/wiki/TracTicketsCustomFields

Yes.  But isn't the "deadline" for a ticket the due date of its milestone?

--~--~-~--~~~---~--~~
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] Trac Session Autentication

2009-04-02 Thread Floriano Junior
Hi , I Installed Trac with Apache 2.2 and mod python. Accountmanager and
also added my configuration in httpd.conf is like this:

LoadModule python_module modules/mod_python.so


   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracUriRoot "/projects/credenc"
   PythonOption TracEnv C:\tracprojects\credenc


And the trac.ini:

[account-manager]
force_passwd_change = true
password_file = C:\tracprojects\credenc\.htpasswd
password_format = htpasswd
password_store = HtPasswdStore


[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.htfile.htpasswdstore = enabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = disabled
trac.web.auth.loginmodule = disabled

The problem is that the system authenticates fine but the session is lost
many times. Example: Once the User test1 and test2 on another machine. After
a while, or often at the same time, depending on where it loses click the
sessions and shows as test1 and test2.

Someone has been there? What is the safest way to authenticate that I can
use?

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] how to hide the attachment files....

2009-04-02 Thread Duc Do Minh

Could you please show me how to hide the attachment files, how to make
a link tree on the same page, something like a folder tree, how to
change the color of linked text, because normally  on Trac page the
linked text is red and where is all code to format the text on a page
and in the table?

Thank you very much!
Best regards

--~--~-~--~~~---~--~~
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: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-04-02 Thread Álvaro J . Iradier

On Thu, Apr 2, 2009 at 1:10 PM, Simon Martin  wrote:
> It would be nice, if you would mention more requirements on TH, i.e
> reporrtlab, html5lib, PIL, and pisa.

Yes, I was going to do it right now...

Greets.


> I like it and I will come back with more comments, when I've played
> enough :)
>
> Thanks!
> Simon
>
>
>
> >
>



-- 
Álvaro J. Iradier Muro
Departamento de Desarrollo
alvaro.irad...@polartech.es

Polar Technologies
T +34 976 527 952
F +34 976 466 125
www.polartech.es

Antes de imprimir este mensaje, por favor, compruebe que es verdaderamente
necesario. El medioambiente es cosa de todos.

AVISO LEGAL
Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede contener
información confidencial, siendo para uso exclusivo del destinatario,
quedando prohibida su divulgación, copia o distribución a terceros sin la
autorización expresa del remitente. Si Vd. ha recibido este mensaje
erróneamente, se ruega lo notifique al remitente y proceda a su borrado.
Gracias por su colaboración.

--~--~-~--~~~---~--~~
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] Wiki templates

2009-04-02 Thread Chris Nelson

The WikiCalendarMacro (http://trac-hacks.org/wiki/WikiCalendarMacro) is nice 
and TicketExtPlugin http://trac-hacks.org/wiki/TicketExtPlugin allows you to 
create tickets with pre-defined template text in the description but what I 
really need is when I create new meeting minutes with the calendar macro, the 
wiki page needs to be pre-loaded with a meeting minutes template:

  [[PageOutline]]

  = Attendees =

  = Old Business =

  = New Business =

  = Action Items =

I'd consider adding a template= to the calendar macro but I see a 
use for wiki templates elsewhere, too.  I couldn't find anything at 
trac-hacks.org.  I found WikiTemplates (http://wikitemplates.ufsoft.org/) (via 
a link from Edgewall) but it doesn't work in 0.11.  Has anyone done work 
porting it?

   Chris
--
Christopher Nelson
___
SIXNET - Innovative. Open. Industrial Data Products. 
331 Ushers Road, Ballston Lake, NY 12065
Phone: +1(518)877-5173,  Facsimile: +1(518)877-8346
E-mail: mailto:chr...@sixnetio.com
Get product details at http://www.sixnetio.com 

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



[Trac] Re: Wiki templates

2009-04-02 Thread yoheeb

On Apr 2, 10:46 am, "Chris Nelson"  wrote:
> The WikiCalendarMacro (http://trac-hacks.org/wiki/WikiCalendarMacro) is nice 
> and TicketExtPluginhttp://trac-hacks.org/wiki/TicketExtPluginallows you to 
> create tickets with pre-defined template text in the description but what I 
> really need is when I create new meeting minutes with the calendar macro, the 
> wiki page needs to be pre-loaded with a meeting minutes template:

> I'd consider adding a template= to the calendar macro but I see a 
> use for wiki templates elsewhere, too.  I couldn't find anything at 
> trac-hacks.org.  I found WikiTemplates (http://wikitemplates.ufsoft.org/) 
> (via a link from Edgewall) but it doesn't work in 0.11.  Has anyone done work 
> porting it?
We just removed the ?CREATE from the end.  that way it just goes to
the non-existent page, like any other, and gives you the "create this
page" option.  I then select our "calendar entry" template, and create.
--~--~-~--~~~---~--~~
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-Haks subversion trouble

2009-04-02 Thread yoheeb

On Apr 2, 2:22 am, "Michael Renzmann"  wrote:
> Hi.
>
> > E:\temp\test>svn co
> >http://trac-hacks.org/svn/tractickettemplateplugin/0.11/
> > svn: Server sent unexpected return value (503 Service Unavailable) in
> > response to PROPFIND request for '/svn/tractickettemplateplugin/0.11'
>
> I still fail to reproduce it:
>
> === cut ===
> mrenzm...@torvalds:/tmp$ svn 
> cohttp://trac-hacks.org/svn/tractickettemplateplugin/0.11/
> A    0.11/tickettemplate
> [...]
> Checked out revision 5464.
> === cut ===
>
> Could it be that you're behind a proxy and Subversion/easy_install don't
> know about it?
>
> Bye, Mike

Possibly, but this just started happening. I can't ping the locations
either, but I can browse directly, which is a bit weird and firefox is
not configured for proxy.  I can also easy_install/svn co from the
pypi, for example.

Must be something screwy on my end, wouldn't suprise me, our IT is
getting so overzealous soon we won't even need computers, since we
won't be able to do anything with them.
--~--~-~--~~~---~--~~
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-Haks subversion trouble

2009-04-02 Thread Emmanuel Blot

> Must be something screwy on my end, wouldn't suprise me, our IT is
> getting so overzealous soon we won't even need computers, since we
> won't be able to do anything with them.

Try using HTTPS: if you IT has set up a "transparent" proxy that does
not speak WebDAV, this kind of error may occur - I hope TH can do
https://

Cheers,
Manu

--~--~-~--~~~---~--~~
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-Haks subversion trouble

2009-04-02 Thread yoheeb

On Apr 2, 11:12 am, Emmanuel Blot  wrote:
> > Must be something screwy on my end, wouldn't suprise me, our IT is
> > getting so overzealous soon we won't even need computers, since we
> > won't be able to do anything with them.
>
> Try using HTTPS: if you IT has set up a "transparent" proxy that does
> not speak WebDAV, this kind of error may occur - I hope TH can do
> https://
>
> Cheers,
> Manu

actually, that worked! thanks.  not sure why I didn't try that.


--~--~-~--~~~---~--~~
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: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-04-02 Thread W. Martin Borgert

Quoting "Álvaro J. Iradier" :
> I've uploaded my quite improved version of WikiToPdf to trac-hacks:
>
> http://trac-hacks.org/wiki/TracWikiPrintPlugin

I played a little bit with the current version and I'm impressed:
So far it's the best trac2pdf implementation I've seen.
¡Muchisimas gracias!


--~--~-~--~~~---~--~~
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 clear the plugins cache ...

2009-04-02 Thread Olemis Lang

> On Mar 30, 2009, at 4:21 PM, Olemis Lang wrote:
>> Hello ...
>>
>> I wanna uninstall a plugin via the Admin > Plugins page ... I can do
>> it right now, however it remains there in the cache, unless I restart
>> the server ... I wanna remove it from the egg (plugins) cache ... How
>> can I ? What should I do ?
>>
>> PD: If you dont get the idea and need further details, pls let me
>> know ...
>>
>> --
>> Regards,
>>
>> Olemis.
>>
>> Blog ES: http://simelo-es.blogspot.com/
>> Blog EN: http://simelo-en.blogspot.com/
>>
>> Featured article:
>> Comandos : Pipe Viewer ... ¿Qué está pasando por esta tubería?

On Mon, Mar 30, 2009 at 4:37 PM, Noah Kantrowitz  wrote:
>
> It isn't a cache really, it is the memory-space of the running
> interpreter. The only way to clear this is to flush the interpreter
> memory. In the case of mod_wsgi or mod_fcgi, killing the daemon will
> do this. For mod_py a SIGHUP to apache is enough.
>

I use mod_py. I tried the following ...

{{{
$ kill -s HUP `pgrep apache2`
bash: kill: (21802) - Operation not permitted
bash: kill: (21803) - Operation not permitted
bash: kill: (21807) - Operation not permitted
bash: kill: (21810) - Operation not permitted
}}}

... and nothing happens ... Noah (et al. ;), was this what you were
suggesting ? or am I doin' something wrong ?

Thnx in advance ...

-- 
Regards,

Olemis.

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

Featured article:
Comandos : Pipe Viewer ... ¿Qué está pasando por esta tubería?

--~--~-~--~~~---~--~~
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 clear the plugins cache ...

2009-04-02 Thread Emmanuel Blot

> {{{
> $ kill -s HUP `pgrep apache2`
> }}}
>

sudo kill 

--~--~-~--~~~---~--~~
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 clear the plugins cache ...

2009-04-02 Thread Olemis Lang

On Thu, Apr 2, 2009 at 1:18 PM, Emmanuel Blot  wrote:
>
>> {{{
>> $ kill -s HUP `pgrep apache2`
>> }}}
>>
>
> sudo kill 
>

Of course ... what t'hell ... I'm a little bit foolish lately ... :-$

It works ... Thnx ...

-- 
Regards,

Olemis.

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

Featured article:
Se retira el BDFL ... ¿El fin de Python 3k?

--~--~-~--~~~---~--~~
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] Subversion 1.6 with Trac 0.11.4

2009-04-02 Thread Paurush

Hello All,

I am in the process of upgrading Subversion 1.4.6 server to 1.6. We
also extensively use Trac (v 0.10.4) and I am hoping to upgrade that
as well to version 0.11.4.

Can anyone confirm that there are no known issues with Subversion 1.6
and Trac 0.11.4?


Thanks,
Paurush

--~--~-~--~~~---~--~~
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: Upgrading existing tracs 12 multirepos to a newer version

2009-04-02 Thread Chris Mulligan
On Thu, Apr 2, 2009 at 12:20 AM, jevans  wrote:

>
>
> On Apr 1, 1:27 pm, Christian Boos  wrote:
> > Roger O wrote:
> > >  Is it the plan
> > > that the multirepos branch be fully merged with the trunk so it gets
> > > all these nifty new features? Or will the multirepos remain a branch?
> >
> > The integration in trunk will happen at some point, but the target has
> > not been formally decided yet. Things are progressing well enough so
> > that it seems plausible to have it in Trac 0.12.
> >
> > > Just curious.
> >
> > No problem, thanks for your interest!
> >
> > -- Christian
>
> That would be awesome
>
> Agreed. We've been running multirepos since around June on an internal
production Trac (currently at Trac 0.12multirepos-r7684) with a couple svn
and a whole Mercurial forest. It would be great to get it out, as I know a
bunch of users could benefit from 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] Invoking workflows from queries and reports

2009-04-02 Thread David Champion

FYI, in case anyone is interested (I know at least one person once was) -

I committed GridFlowPlugin to trac-hacks:
http://trac-hacks.org/wiki/GridFlowPlugin

When I wanted quicker ticket triage from my reports page I was pleased
to find GridModifyPlugin, but it is limited to changing 'select'
fields.  I wanted to be able to change other ticket properties as well.
Workflows are a reasonable way to approach this, but I did not see any
existing plugins to accomplish it.

GridFlowPlugin allows you to invoke actions defined by Trac's workflow
framework from a report or query.  Javascript code adds the action form
elements to the report's DOM tree, and user interaction triggers AJAX
callbacks to invoke the actions.

This is probably very questionable code: I am really a Trac novice.
It's marked as alpha.  I don't know how much time I have to develop or
improve this plugin (alongside GridModify, it currently meets my needs),
but I'm interested in feedback if anyone finds it useful and/or borken.

In limited testing this plugin works for queries as well as for reports,
but I will admit that I am much more interested in reports, since most
of my concerns are complex enough to require SQL.  It is possible that
query support is less complete.

The GridFlow elements are somewhat stylable via your site's custom CSS,
so I've applied only minimal design.

-- 
 -D.d...@uchicago.eduNSITUniversity of Chicago

--~--~-~--~~~---~--~~
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: Subversion 1.6 with Trac 0.11.4

2009-04-02 Thread Jeroen Ruigrok van der Werven

-On [20090402 21:44], Paurush (paurush.sax...@gmail.com) wrote:
>Can anyone confirm that there are no known issues with Subversion 1.6
>and Trac 0.11.4?

I have not tried it yet, so I cannot say.

The thing with 1.6 is that it provides a ctypes binding for Python, which
might be something we want to switch to as it will simplify a lot of the
interfacing which we now do via SWIG.

But if 1.6 is installed with SWIG bindings I do not foresee huge issues at
this point, but I need to test this.

-- 
Jeroen Ruigrok van der Werven  / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
All conditioned things are impermanent. Work out your own salvation with
diligence...

--~--~-~--~~~---~--~~
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: http://trac-hacks.org/wiki/TracWikiToPdfPlugin : Images won't find their way to the PDF

2009-04-02 Thread Simon Martin

Hi,

> I like it and I will come back with more comments, when I've played
> enough :)

The required format of the Image-macro should be mentioned on the TH-
page, not only in a ticket.

Is it possible to suppress the TOC in PDF Article somehow?

Could you provide some example files for CSS?


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