Re: [Trac] Status of t-h.o?

2012-08-28 Thread Vince Clark
the cause of the issues. This might take another day or two, depending on the results. Will post a short note here as soon as there is any news. Thanks for your patience. On Tue, Aug 28, 2012 at 2:05 PM, Vince Clark vcl...@globalera.com wrote: I haven't seen any updates on the status of the site. Anyone

[Trac] Developer Needed

2012-04-16 Thread Vince Clark
I am looking for a Python developer with Trac experience for part time, as needed help. Any experience with Agile-Trac is a huge plus. If you are interested please send me your contact information and any relevant details about your background and experience. Vince Clark vcl

[Trac] Trac 1.0dev?

2008-05-21 Thread Vince
it to a newer version. Any suggestions? Thanks, //Vince --~--~-~--~~~---~--~~ 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

[Trac] Re: Add anchor with Genshi

2007-12-09 Thread Vince
Does anyone have an idea to do this ? Vince wrote: Hi all, I am developing a plugin for Trac 0.11dev and I would like to use link with anchor in my template. If I puta name=gohereblablabla/a in my HTML template file, how could I use it with a URL like http://lolo.com/trac.cgi

[Trac] Re: Add anchor with Genshi

2007-12-09 Thread Vince
trying to achieve. Maybe if you clarify that? It sounds vaguely like you want to do a redirect to a specific anchor in a page. If this is the case, you want to do: req.redirect(url) On 10/12/2007, Vince [EMAIL PROTECTED] wrote: Does anyone have an idea to do this ? Vince wrote

[Trac] Add anchor with Genshi

2007-12-07 Thread Vince
Hi all, I am developing a plugin for Trac 0.11dev and I would like to use link with anchor in my template. If I put a name=gohereblablabla/a in my HTML template file, how could I use it with a URL like http://lolo.com/trac.cgi/section#gohere ? I tried to put in the function : def

[Trac] Open file in an other SVN repository

2007-11-27 Thread Vince
Hi all, I have Trac 0.11dev installed on localhost. I want to access a file on another Trac installed in a remote server. When I try to open the file with Python like this: open('http://svn.bla.com/svn/soft/trunk/ myfile.txt') I have this error: Trac detected an internal error: IOError:

[Trac] Toggle in TracPlugin

2007-11-26 Thread Vince
Hi all, I would like to use javascript with toggles in my Trac plugin. I use Trac 0.11. I follow these instructions to use toggle function: http://www.tjkdesign.com/articles/toggle_elements.asp and I try to use it with Trac. I adapted like I thought. The folder TJK_ToggleDL is in folder htdocs.

[Trac] plugin: import source code files

2007-10-17 Thread Vince
Hi all, I am using Trac 0.11, and I am developping a plugin. I would like to know if it is possible to import my own code in different files (for instance one file per class) instead of write all my code in the same file. I tried to do like this, considering the plugin helloworld. I created a

[Trac] Re: More with Helloworld plugin

2007-10-08 Thread Vince
Ok thank you, I will upgrade to Trac 0.11 and do again the tutorial for this version, then I will adapt my plugin to continue. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post to this

[Trac] Re: More with Helloworld plugin

2007-10-08 Thread Vince
Ok thank you, I will upgrade to Trac 0.11 and do again the tutorial for this version, then I will adapt my plugin to continue. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Trac Users group. To post to this

[Trac] Re: More with Helloworld plugin

2007-10-07 Thread Vince
I succeed to print yes ! message at the top of the webpage but with this message : yes ! Status: 200 Ok Cache-control: must-revalidate Expires: Fri, 01 Jan 1999 00:00:00 GMT Content-Type: text/ html;charset=utf-8 Content-Length: 4239 I try to copy/paste my old source code (the class

[Trac] Re: More with Helloworld plugin

2007-10-07 Thread Vince
Sorry but where could I find some plugins to read ? (except sample_plugin) I watched the Trac codebase of 'Timeline' but it's strange because the template is in .html and not in .cs like in my plugin. And I cannot use the syntax py: And where could I find documentation about req or req.args

[Trac] Re: More with Helloworld plugin

2007-10-07 Thread Vince
Ok, I am looking at the Browse Source of the plugin. I didn't find the source code of Trac 0.10, is it here ?. I succeed to use my xml file like the following. def process_request(self, req): add_stylesheet(req, 'hw/css/helloworld.css') if req.method == 'GET': print

[Trac] Re: More with Helloworld plugin

2007-10-07 Thread Vince
Ok, I am looking at the Browse Source of the plugin. I didn't find the source code of Trac 0.10, is it here ?. I succeed to use my xml file like the following. def process_request(self, req): add_stylesheet(req, 'hw/css/helloworld.css') if req.method == 'GET':

[Trac] More with Helloworld plugin

2007-10-05 Thread Vince
Hi all, I am a new user of Trac 0.10.4 and Python, I would like to create a plugin. I did the tutorials for Helloworld that's ok. Now I add a HTML form like this in the helloworld.cs div id=content class=helloworld form method=get action=http://localhost/myfile.cgi; Choice :br select