Re: [Trac] Clickable Links in the Trac wiki

2024-03-29 Thread Alex Len
Thanks a lot :)

пятница, 29 марта 2024 г. в 11:02:10 UTC+5, Jun Omae: 

> Hi,
>
> On Fri, Mar 29, 2024 at 12:57 AM Alex Len  wrote:
> > Hi averyone,
> > Im newbie in trac.
> > I want to create a clickable link in the my trac ticket, which should be 
> opened in the browser, but I have problems with the uri
> > Link in the view:
> > e1c://server/dev-server/test#e1cib/data
> >
> > If do
> > [http://e1c://server/dev-server/test#e1cib/data] in the google Chrome 
> open: e1c//server/dev-server/test#e1cib/data
> > ":" is hidden and the link does not work
> > I tried escaping ":"
> > http://e1c%3A//server/dev-server/test#e1cib/data/ - it didn't work 
> either.
> > How can this be solved? may be wiki formating ?
>
> Try to add `e1c` to `[wiki] safe_schemes` option in your trac.ini.
> See also https://trac.edgewall.org/wiki/TracIni#wiki-safe_schemes-option
>
> -- 
> Jun Omae  (大前 潤)
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/2e04001c-6c9b-45c0-b243-7f7d808fa031n%40googlegroups.com.


[Trac] Re: Clickable Links in the Trac wiki

2024-03-29 Thread Alex Len
I solved the problem, used
[wiki]
safe_schemes = .. e1c

четверг, 28 марта 2024 г. в 20:57:58 UTC+5, Alex Len: 

> Hi averyone,
> Im newbie in trac.
> I want to create a clickable link in the my trac ticket, which should be 
> opened in the browser, but I have problems with the uri
> Link in the view:
> e1c://server/dev-server/test#e1cib/data
>
> If do
> [http://e1c://server/dev-server/test#e1cib/data] in the google Chrome 
> open: e1c//server/dev-server/test#e1cib/data
>  ":" is hidden and the link does not work
> I tried escaping ":" 
> http://e1c%3A//server/dev-server/test#e1cib/data/ - it didn't work either.
> How can this be solved? may be wiki formating ?
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/f7c80612-00d4-48c0-9acb-73a2dd100729n%40googlegroups.com.


[Trac] Clickable Links in the Trac wiki

2024-03-28 Thread Alex Len
Hi averyone,
Im newbie in trac.
I want to create a clickable link in the my trac ticket, which should be 
opened in the browser, but I have problems with the uri
Link in the view:
e1c://server/dev-server/test#e1cib/data

If do
[http://e1c://server/dev-server/test#e1cib/data] in the google Chrome open: 
e1c//server/dev-server/test#e1cib/data
 ":" is hidden and the link does not work
I tried escaping ":" 
http://e1c%3A//server/dev-server/test#e1cib/data/ - it didn't work either.
How can this be solved? may be wiki formating ?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/e6c4ebe2-5758-40bb-a4e7-e2a65d8ed9aan%40googlegroups.com.


[Trac] Locale error and unable to create ticket on the trac site

2024-03-27 Thread Alex Samorukov
Hi everyone,

I have 2 reports. 

1. It seems that something is broken with a new ticket form on the trac 
website. Page https://trac.edgewall.org/wiki/NewTicket does not have any 
inputfields at all, so i am nopt able to report the problem.

2. Problem itself - trac is broken with zh_TW locale. How to validate:

- switch locale to zh_TW.
- try to create new ticket. Error would occur

Error is not related to the locale itself, but to 
the get_time_format_jquery_ui() function. 

This is a trace:

Internal Server Error: , referrer 
'https://www.smartmontools.org/admin/general/logging' Traceback (most 
recent call last):   File 
"/usr/local/lib/python3.9/site-packages/trac/web/main.py", line 609, in 
dispatch_request 
dispatcher.dispatch(req)   File 
"/usr/local/lib/python3.9/site-packages/trac/web/main.py", line 301, in 
dispatch 
raise e   File "/usr/local/lib/python3.9/site-packages/trac/web/main.py", 
line 247, in dispatch 
resp = chosen_handler.process_request(req)   File 
"/usr/local/lib/python3.9/site-packages/trac/ticket/web_ui.py", 
line 162, in process_request return 
self._process_newticket_request(req)   
File "/usr/local/lib/python3.9/site-packages/trac/ticket/web_ui.py", line 
547, in _process_newticket_request chrome.add_jquery_ui(req)   
File "/usr/local/lib/python3.9/site-packages/trac/web/chrome.py", line 
1135, in add_jquery_ui 'time_format': 
get_time_format_jquery_ui(req.lc_time),   
File "/usr/local/lib/python3.9/site-packages/trac/util/datefmt.py", line 
450, in get_time_format_jquery_ui return f % values KeyError: 'B'

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/0d5e2c79-d459-4dac-a6a7-4563947e2a57n%40googlegroups.com.


[Trac] 1.4: genshi > Jinja2

2019-10-07 Thread Alex D.
Hello,

It is unclear where Genshi can still be used in 1.4. Is it only in plugins?

I changed site.html from genshi to J2, this seems to be essential in 
havinmg Trac 1.4 running again, am I correct? 

https://trac.edgewall.org/wiki/TracChangeLog#a1.4Jinja

thx,

-alex-


-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/f56cb99a-3b41-47cf-b664-ad521e2103a9%40googlegroups.com.


[Trac] Duplication of milestone editing/admin functionality?

2013-07-25 Thread Willmer, Alex (PTS)
I noticed today that Trac offers two ways to edit a milestone, and they're are 
almost identical. The are

-  milestone/milestone1?action=edit reached by clicking edit when 
viewing a milestone

-  admin/ticket/milestones/milestone1 the milestone admin page.

Both allow changing the name, description, and the due/completed date - but 
only the first offers to retarget associated tickets.

What's the reason for having this functionality duplicated? Would patches that 
reduce code/template duplication, or that remove one of the pages (e.g. admin) 
be welcome?

Regards, Alex
--
Alex Willmer | Developer
Application Services | CGI
2 Trinity Park, Birmingham, B37 7ES, UK
M: +44 7557 752744
al.will...@cgi.com | cgi-group.co.uk
CGI IT UK Limited. A CGI Group Inc. Company
Registered Office: 250 Brook Drive, Green Park, Reading RG2 6UA, United 
Kingdom. Registered in England  Wales - Number 947968
CONFIDENTIALITY NOTICE: Proprietary/Confidential Information belonging to CGI 
Group Inc. and its affiliates may be contained in this message. If you are not 
a recipient indicated or intended in this message (or responsible for delivery 
of this message to such person), or you think for any reason that this message 
may have been addressed to you in error, you may not use or copy or deliver 
this message to anyone else. In such case, you should destroy this message and 
are asked to notify the sender by reply e-mail.

-- 
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.




[Trac] Re: Intermittent errors with BrowserModule

2012-12-31 Thread Alex Willmer
On Dec 30, 4:59 pm, Filipe Correia fcorr...@gmail.com wrote:
 Checking Trac's log file revealed some more info, but doesn't really help
 me get to the bottom of it:

 Trac[chrome] ERROR:  Error with navigation contributor BrowserModule:
 RuntimeError: instance.__dict__ not accessible in restricted mode

 What is restricted mode all about? :\

It is a known problem to do with interactions between the svn bindings
and mod_python or mod_wsgi, see 
http://trac.edgewall.org/wiki/TracSubversion#instance-dict-restricted-mode
for details and the workaround.

Regards, Alex

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



RE: [Trac] How to enable markers?

2012-09-18 Thread Willmer, Alex (PTS)
From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On 
Behalf Of Franz
Sent: 18 September 2012 13:03
To: trac-users@googlegroups.com
Subject: [Trac] How to enable markers?

Hi,

how do I enable markers, like TODO, DONE, etc? For example in description text 
in ticket http://trac.edgewall.org/ticket/4139

Is there any documentation of markers and a list of marker words?

Franz, I think that's provided by the WikiExtras Plugin 
http://trac-hacks.org/wiki/WikiExtrasPlugin

Regards, Alex


Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

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



RE: [Trac] Re: t-h.o down, but community not so much

2012-08-21 Thread Willmer, Alex (PTS)
From http://www.python.org/community/  the correct route to request a 
python.org mailing list is to email postmaster(at)python.org.

Regards, Alex

PS Apologies for using Outlook

-Original Message-
From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On 
Behalf Of osimons
Sent: 16 August 2012 20:08
To: Trac Users
Subject: [Trac] Re: t-h.o down, but community not so much

On 16 Aug, 18:09, Steffen Hoffmann hoff...@web.de wrote:
 Am 16.08.2012 16:56, schrieb RjOllos:
  On Thursday, August 16, 2012 4:47:34 AM UTC-4, al.wi...@logica.com wrote:

      mail.python.org http://mail.python.org
      http://mail.python.org/mailman/listinfo
      http://mail.python.org/mailman/listinfo hosts mailing lists 
  for a
      number of python related projects . They may be willing to host
      trac-hacks also. Access to the archive can be public or member only.

      I can make enquiries if you d like.

  Yeah, that sounds worth looking into. The current th-users is a 
  mailman list. It would be nice if we didn't have to run mailman 
  ourselves, and have it tied to the server that server that host trac-hacks.

 +1 from me too. I like the idea of server-independence as well. I've
 searched a bit on my own, but didn't find that. Nice idea, and since 
 they run the same software as the currently down list it might be 
 possible to move the archives to the new location too.

 I'm very much for starting this ASAP, because this could already fly 
 before we have t-h.o restored.

 Anyone opposing that move here? I'd love to hear critical arguments 
 now, not afterwards. :-)

Mike set up the trac-hacks mailing list because of his dislike for Google 
Groups. Before that, all plugin user traffic was part of trac- users group 
(here) and plugin development was part of trac-dev. With the relative high 
degree of interest overlap, and relatively low traffic for both lists, I don't 
see why we can't just revert to that.

I'm subscribed at Google Groups, but using no email option so that I can just 
follow traffic on lists by RSS feeds at leisure and reply via web if I need to 
add my opinion. Each to his/her own, and Google Groups just offers much more 
flexibility. Anyone in the Trac mailing community will already have cleared 
the Google Groups hurdle and singed up at trac-dev and/or trac-users. If 
needed, adding a trac- hacks at this same service would be my preference.

I haven't really gotten around to subscribing to the trac-hacks mailing list 
myself, so perhaps my opinion as non-member don't count... ;-)


:::simon

https://www.coderesort.com/u/simon/blog

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



Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.


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



RE: [Trac] How to create a new page?

2012-08-17 Thread Willmer, Alex (PTS)
Yves,

1.   Visit an existing page in your Trac wiki

2.   Begin editing that page

3.   Add a new line with just the text:   NewPage

4.   Save your edits

5.   The text NewPage should have become a link, Click it.

6.   Your now on NewPage, which is currently empty. You can edit it just 
like any other wiki page.

At step 5 the text NewPage was a link because of the capital letters without  
spaces - it's called CamelCase. If you prefer not to use CamelCase for your 
page names you can replace NewPage with e.g. [wiki:new_page].

From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On 
Behalf Of Yves S. Garret
Sent: 17 August 2012 16:55
To: trac-users@googlegroups.com
Cc: matt.ca...@redlion.net
Subject: Re: [Trac] How to create a new page?

I'm not sure what you mean.

Do I have to create a separate HTML file that I link to in Trac or is this file 
created from a utility inside of Trac?

On Thursday, August 16, 2012 12:12:11 PM UTC-4, Matthew Caron wrote:
On 08/16/2012 12:00 PM, Yves S. Garret wrote:
 I've looked this up on Bing, but I don't get it :) .

 I don't use Trac enough.  Basically, what do I do?  I'd like to have a
 new page and put in a bunch of new instructions for other users.  I
 clicked on Edit This Page, added the title of my new document in a list
 and then saved... but there was no link generated that would permit me
 to go and modify my new page... it was just text.

Did you CamelCase the page name, or enclose use a [wiki:pagename] tag?

--
Matthew Caron, Software Build Engineer
Sixnet, a Red Lion business | www.sixnet.comhttp://www.sixnet.com
+1 (518) 877-5173 x138 office
--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/0Skr1pgEhm0J.
To post to this group, send email to 
trac-users@googlegroups.commailto:trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.commailto:trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.


Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

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



RE: [Trac] Re: t-h.o down, but community not so much

2012-08-16 Thread Willmer, Alex (PTS)
mail.python.org http://mail.python.org/mailman/listinfo hosts mailing lists 
for a number of python related projects . They may be willing to host 
trac-hacks also. Access to the archive can be public or member only.

I can make enquiries if you'd like.

From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On 
Behalf Of RjOllos
Sent: 16 August 2012 02:07
To: trac-users@googlegroups.com
Subject: Re: [Trac] Re: t-h.o down, but community not so much



On Wednesday, August 15, 2012 3:39:50 PM UTC-4, hasienda wrote:
Are there other choices? Still I don't advocate moving to alternatives
at all costs, just for being 'not-Google'. It looks like a clever move
to strengthen competition in this area. Maybe it's just me, or not?

I'm not sure about alternatives. I do think we should prefer mailing lists that 
don't require login to view. Whenever I try to access a Yahoo group I'm asked 
to login. I wouldn't have noticed for Google groups since I'm always logged in, 
but tested just now and it appears that the group is viewable without a login.
--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/MgrX77IVSWIJ.
To post to this group, send email to 
trac-users@googlegroups.commailto:trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.commailto:trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.


Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

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



RE: [Trac] Ran out of space on top Trac toolbar

2012-08-06 Thread Willmer, Alex (PTS)
If you're feeling bold then Trac 1.0 beta (fka 0.13dev) automatically wraps the 
toolbar on overflow. Try it at http://trac.edgewall.org/demo-0.13 by resizing 
your browser window.

Alternatively you can get more-or-less the same behaviour in your existing 
version by changing .nav li {display:inline} to .nav li {display:inline-block}. 
This can be done with site.html customization 
http://trac.edgewall.org/wiki/TracInterfaceCustomization#SiteAppearance or by 
directly editing site.css.

Regards, Alex
From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On 
Behalf Of paul.wilding
Sent: 06 August 2012 14:15
To: trac-users@googlegroups.com
Subject: [Trac] Ran out of space on top Trac toolbar

I've ran out of space on the top trac toolbar which includes links to plugins 
and admin, new ticket etc. Does anyone know how I could solve this by either 
making each link smaller or perhaps adding a second bar underneath?
--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/trac-users/-/L3EP542wjkkJ.
To post to this group, send email to 
trac-users@googlegroups.commailto:trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.commailto:trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.


Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

-- 
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] ITicketChangeListener.ticket_changed() with a req parameter?

2012-05-25 Thread Willmer, Alex (PTS)
Hi all,

TLDR: ITicketManipulator.validate_ticket() supplies a req parameter, 
ITicketChanged.ticket_changed() doesn't. Is this an intentional design 
decision, or would patch that adds an optional req parameter be considered for 
inclusion with Trac?

I'm currently finishing the remote ticket plugin I started long ago. The plugin 
will eventually allow a ticket to be linked to another ticket in another 
project - provided it's run using the ticketlinks branch of Trac.

In the plugin I am using ITicketChanged interface as a trigger to RPC update of 
the tickets in other projects. To authenticate to the other projects it's very 
useful to have a req instance - which the ticket_created()/ticket_changed() 
methods don't currently supply. For now I'm performing a horrid hack in 
ticket_validate() - saving a reference to req as an attribute on the Ticket 
instance.

Is there a better way to achieve my goal: when a ticket changes locally, 
attempt to update remote linked ticket to match - reusing any authentication 
tokens that we included with the request. Otherwise, do you think extending 
ITicketChanged (to optionally provide req) would make a sensible evolution of 
Trac? Or is that a horrid architecture violation?

I'm thinking the signature could become ticket_changed(self, ticket, comment, 
author, old_values, req=None) or ticket_changed(self, req, ticket, comment, 
author, old_values) with an arity() check like post_process_request().

The plugin code I'm currently using looks like:

class RemoteLinksProvider(Component):
Validate and save remote ticket links when a ticket is modified.

implements(ITicketChangeListener,
# ITicketChangeListener methods
def ticket_created(self, ticket):
self.ticket_changed(ticket, '', ticket['reporter'], None)

def ticket_changed(self, ticket, comment, author, old_values):

# Push changes to remote sites
req = ticket._evil_remote_ticket_hack
self._update_remote_sites(ticket, req)

# ITicketManipulator methods
def prepare_ticket(self, req, ticket, fields, actions):
pass

def validate_ticket(self, req, ticket):

# Evil hack alert! Need a way to authenticate to any remote hosts, if
# there are changes to the remote ticket links. However once we reach
# ITicketChangeListener ticket_changed() Trac doesn't provide the
# request object
ticket._evil_remote_ticket_hack = req

Regards, Alex
--
Alex Willmer | Developer
2 Trinity Park,  Birmingham, B37 7ES | United Kingdom
M: +44 7557 752744
al.will...@logica.commailto:al.will...@logica.com | www.logica.com
http://www.logica.com/Logica UK Ltd, registered in UK (registered number 
947968)
Registered Office: 250 Brook Drive, Green Park, Reading RG2 6UA, United Kingdom



Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

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



RE: [Trac] Re: Image wiki macro not working

2012-02-16 Thread Willmer, Alex (PTS)
 -Original Message-
 From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com]
 On Behalf Of thestonefox
 Sent: 16 February 2012 11:31
 To: Trac Users
 Subject: [Trac] Re: Image wiki macro not working
 
 Nothing in either access.log or error.log that looks like it has anything to 
 do
 with it
 
 one other thing,
 
 I'm using the agilo plugin for trac, would that cause any issue?
 

Have you checked the file is called image.jpg? E.g. not Image.jpg or image.jpeg

Regards, Alex

Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.


-- 
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-can't open Trac ticket after making a change

2012-01-16 Thread Willmer, Alex (PTS)
We saw a similar error internally quite recently. A customer received the same 
message when trying to save a new ticket. Their description was pasted form an 
email, one line of which contained [153075-5509011232]. Trac was interpreting 
this as a range of changelogs, but the second value was too large to fit in a 
32-bit int and for whatever reason wasn't promoted to a long integer. We didn't 
file a bug, as Trac 0.12.3dev seems to work ok e.g. 
http://trac.edgewall.org/demo-0.12/wiki/SandBox/ChangesetTest

Did your comment contain anything like that? The workaround is to place ! 
before the offending item.

Regards, Alex
--
Alex Willmer | #define Developer
2 Trinity Park,  Birmingham, B37 7ES | United Kingdom
M: +44 7557 752744
al.will...@logica.commailto:al.will...@logica.com | www.logica.com
http://www.logica.com/Logica UK Ltd, registered in UK (registered number 
947968)
Registered Office: 250 Brook Drive, Green Park, Reading RG2 6UA, United Kingdom

From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On 
Behalf Of Patty Cottrill
Sent: 13 January 2012 18:12
To: trac-users@googlegroups.com
Subject: [Trac] Help-can't open Trac ticket after making a change

Hi Everyone,

I have an unsual problem.
I just added a comment to a closed ticket, and now when i try to open it I get 
the following error:

Oops...
Trac detected an internal error:

OverflowError: long int too large to convert to int

Python Traceback
Most recent call last:

File 
/home/trac/embedded/linux/.egg-cache/Trac-0.12.2-py2.6.egg-tmp/trac/ticket/templates/ticket_change.html,
 line 61, in Expression u'wiki_to_html(context, change.comment, 
escape_newlines=preserve_newlines)'

  py:otherwise${wiki_to_html(context, change.comment, 
escape_newlines=preserve_newlines)}/py:otherwise

File build/bdist.linux-i686/egg/trac/wiki/formatter.py, line 1497, in 
format_to_html

  return HtmlFormatter(env, context, wikidom).generate(escape_newlines)

File build/bdist.linux-i686/egg/trac/wiki/formatter.py, line 1452, in generate

  escape_newlines)

File build/bdist.linux-i686/egg/trac/wiki/formatter.py, line 1240, in format

  result = re.sub(self.wikiparser.rules, self.replace, line)

File /usr/lib/python2.6/re.py, line 151, in sub

  return _compile(pattern, 0).sub(repl, string, count)

File build/bdist.linux-i686/egg/trac/wiki/formatter.py, line 1158, in replace

  replacement = self.handle_match(fullmatch)

File build/bdist.linux-i686/egg/trac/wiki/formatter.py, line 1151, in 
handle_match

  return external_handler(self, match, fullmatch)

File build/bdist.linux-i686/egg/trac/ticket/api.py, line 436, in lambda

  lambda x, y, z: self._format_link(x, 'ticket', y[1:], y, z))

File build/bdist.linux-i686/egg/trac/ticket/api.py, line 446, in _format_link

  if len(r) == 1:

--
Now I can't even get back into the ticket to undo that comment, cuz I keep 
getting the error message above.
At this point, I'm not sure what to do.

Here is our info:
Running Trac on Kubuntu 10.04.3LTS
System Information
Trac

0.12.2

Genshi

0.6

mod_python

3.3.1

pysqlite

2.5.5

Python

2.6.5 (r265:79063, Apr 16 2010, 13:28:26) [GCC 4.4.3]

pytz

2010b

setuptools

0.6c11

SQLite

3.6.22

Subversion

1.6.6 (r40053)

jQuery:

1.4.2



-Patty

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


Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

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



RE: [Trac] Portuguese BR

2011-11-16 Thread Willmer, Alex (PTS)
Jorge,

You might like to try a Portuguese Python group (e.g. 
http://wiki.python.org/moin/LocalUserGroups#Portugal, 
http://wiki.python.org/moin/PortugueseLanguage). There may be someone there who 
knows Trac.

Regards, Alex

-Original Message-
From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On 
Behalf Of Jorge Tratonit
Sent: 16 November 2011 16:31
To: Trac Users
Subject: [Trac] Portuguese BR

Hi,
I have a little difficulty with the English language.
Is there a discussion group about TRAC in Portuguese (BR)?
Is there any study material in Portuguese (BR)?

Tks

Jorge Tratonit

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



Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.


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



RE: [Trac] New Enhancement requirement in trac.

2011-10-05 Thread Willmer, Alex (PTS)
Viveik, Please file this as an enhancement request at 
http://trac.edgewall.org/newticket?type=enhancement. Also providing a patch 
will improve the chances of seeing this feature Trac. In the mean time you 
might consider writing/having written a plugin to implement this. 
http://trac.edgewall.org/wiki/TracDev/PluginDevelopment and 
http://trac-hacks.org/wiki/SumFieldsPlugin would be a good starting point, if 
you're unfamiliar with Trac plugins.

Regards, Alex

From: trac-users@googlegroups.com [mailto:trac-users@googlegroups.com] On 
Behalf Of viveik puglia
Sent: 29 September 2011 10:33
To: Trac Users
Subject: [Trac] New Enhancement requirement in trac.

When looking at a list of tickets I should be able to move the mouse pointer 
over the summary (mouse-over) and see the ticket's description.

Attached is file for the reference.

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

Think green - keep it on the screen.

This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.


-- 
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: Highlighting locked files

2011-03-02 Thread Alex Willmer
On Feb 24, 7:30 pm, Joel Bender j...@cornell.edu wrote:
 I would like to see the same lock information (the Lock Owner, Lock Created 
 time and Lock Comment if there is one) on the information page for a file, 
 and on the directory view have the file highlighted in some way.  Perhaps 
 showing 'Lock Owner' rather than 'Author' and 'Lock Comment' rather than 
 'Last Change' if the file is locked.

 Has anyone developed a patch for this?

I am not aware of any patches. In support of Logica #define I shall be
implementing such a feature soon. I've filed an enhancement at
http://trac.edgewall.org/ticket/10058 and will attach the patch there
once done.

Regards, Alex

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



Re: [Trac] Re: Two questions about Trac

2010-09-23 Thread Alex Voss


Hi Roger,


Trac also exports reports and custom queries to CSV, which will open
in Excel directly.  Click the Comma-delimited Text link near the
bottom of the page.

Useful as long as you do not have a comma in any Trac field...


The fields should be enclosed in quotes if they contain a comma. If you 
find they are not then that should probably be considered a bug. I did 
try a CSV export and all seems well.


Cheers,

Alex






--
Alexander Voss
SICSA Advanced Research Fellow
School of Computer Science
University of St Andrews
http://www.cs.st-andrews.ac.uk/~avoss
The University of St Andrews is a charity registered in Scotland : No 
SC013532


--
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@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] change user email notification

2009-06-23 Thread Alex

Hi !
How can I edit user email with trac-admin utility or manually in
sqlite database without edit preferences-email address?
--~--~-~--~~~---~--~~
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] Show Closed Tickets from a certain date

2009-06-21 Thread Alex M

Hi all, I would like to see closed tickets from a specific date. How
can I add this report to the existing ones?
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: Integration with Habari and MediaWiki

2009-06-02 Thread Alex Hempton-Smith
I read that a site could locally host and openID provider,
example.com/openID, snd example.com/application and
example.com/application2etc could authenticate against that locally
hosted openID provider. But I'm
not sure how we can share user data as well as logins.

We would be looking to integrate Trac, Habari, Vanilla and MediaWiki, with
single sign-on (sharing of cookies would be great), and the sharing of data
(username, password, email, real name etc) for use in the various apps.

-- Alex  (Hempsworth)


On Mon, Jun 1, 2009 at 5:20 PM, Olemis Lang ole...@gmail.com wrote:


 On Mon, Jun 1, 2009 at 10:52 AM, Alex hempswo...@googlemail.com wrote:
 
  Hi all,
 
  We're looking at implementing single sign-on at HabariProject.org,
  between our Trac, MediaWiki and Habari installs. What would you guys
  think the best option would be?
 
  Something llike oAuth or openID?

 If the goal is to allow a broad audience to login to those sites only
 once, then OpenId should be it.

 If the goal is to login to those sites only once, and there is a
 «limited» (fuzzy criteria I know ;) number users (e.g. in an
 enterprise to access an intranet) and credentials are stored in a
 single (or well-known number of ) directory (e.g. OpenLDAP | MS AD)
 then I would suggest (CoSign | a local OpenId provider).

 If the goal is to allow many apps to autheticate on behalf of the user
 in order to access a service then OAuth should be it -which requires
 OpenId AFAIK-.



 --
 Regards,

 Olemis.

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

 Featured article:
 ¿El fin del mundo o hasta pronto The World of Goo?  -

 http://feedproxy.google.com/~r/simelo-es/~3/ph7DeUopho0/el-fin-del-mundo-o-hasta-pronto-world.htmlhttp://feedproxy.google.com/%7Er/simelo-es/%7E3/ph7DeUopho0/el-fin-del-mundo-o-hasta-pronto-world.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] Integration with Habari and MediaWiki

2009-06-01 Thread Alex

Hi all,

We're looking at implementing single sign-on at HabariProject.org,
between our Trac, MediaWiki and Habari installs. What would you guys
think the best option would be?

Something llike oAuth or openID? Which each of them could communicate
using?

Cheers,
Alex

--~--~-~--~~~---~--~~
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] memory leak with bzr version control?

2009-05-21 Thread alex

I've been consistently having my server lock up and require rebooting,
with the following showing on the console:
Out of Memory: Kill process 4183 (apache2) score 67925 and children.
Out of memory: Killed process 4183 (apache2).
Out of Memory: Kill process 6825 (apache2) score 67266 and children.
Out of memory: Killed process 6825 (apache2).

I've managed to hang the server by repeatedly refreshing my web
browser when viewing a revision log of a branch in the respository.

Note that I'm using bzr for version control, and the Trac-bzr plugin
to interface bzr with Trac. I've seen a number of bugs posted (and
closed) with similar-sounding problems (6614 seems to be the most
recent), but I believe they were all using svn, not bzr. I thought I'd
post the details here first before filing a bug report, in case
there's something obvious I'm missing.

Here are my installation details:

Trac:   0.11.5stable-r8210
Genshi: 0.6dev-r1052
Python: 2.6.2 (release26-maint, Apr 19 2009, 02:15:38) [GCC 4.3.3]
setuptools: 0.6c9
SQLite: 3.6.10
pysqlite:   2.5.0
mod_python: 3.3.1
Pygments:   0.10
jQuery: 1.2.6
bzr: 1.14.1
trac-bzr: rev 59 (later versions have this bug:
https://bugs.launchpad.net/trac-bzr/+bug/375046)
RAM: Mem:524288k total, Swap:  1048568k total
Operating Systemubuntu 9.04
Server version: Apache/2.2.11 (Ubuntu)
Server built:   Apr  1 2009 16:03:30

Here's a grab of top running on the server when it hangs:

top - 00:25:25 up 51 min,  2 users,  load average: 96.56, 92.47, 85.04
Tasks: 145 total,  96 running,  49 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.0%us, 74.0%sy,  0.0%ni, 24.6%id,  0.0%wa,  0.0%hi,
0.0%si,  1.5%st
Mem:524288k total,   520668k used, 3620k free,   64k
buffers
Swap:  1048568k total,  1048568k used,0k free, 1468k
cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+
COMMAND
   66 root  11  -5 000 D 56.9  0.0   9:49.10
kswapd0
 1565 syslog18   0 12372  108   24 R  2.6  0.0   0:09.14
syslogd
 2535 www-data  18   0  191m 6116   24 R  2.6  1.2   0:16.76
apache2
 2542 www-data  18   0  192m 6376   24 R  2.6  1.2   0:15.00
apache2
 2544 www-data  18   0  192m 6564   24 R  2.6  1.3   0:17.04
apache2
 2545 www-data  18   0  191m 6008   24 R  2.6  1.1   0:14.51
apache2
 2562 www-data  18   0  198m 8520   24 R  2.6  1.6   0:18.87
apache2
 2577 www-data  18   0  253m  14m   24 R  2.6  2.8   0:18.84
apache2
 2609 www-data  18   0  192m  14m   24 R  2.6  2.8   0:15.97
apache2
 2620 www-data  18   0  163m 5728   24 R  2.6  1.1   0:12.54
apache2
 2724 www-data  18   0  162m 4980   24 R  2.6  0.9   0:00.59
apache2
 2533 www-data  18   0  191m 5528   28 R  2.3  1.1   0:15.56
apache2
 2614 www-data  18   0  192m  13m   24 R  2.3  2.7   0:19.51
apache2
 2538 www-data  18   0  191m 5824   24 R  1.9  1.1   0:18.06
apache2
 2573 www-data  18   0  246m 9340   24 R  1.9  1.8   0:15.86
apache2
 2581 www-data  18   0  192m  13m   24 R  1.9  2.7   0:17.39
apache2
 2563 www-data  18   0  246m 7324   24 R  1.6  1.4   0:15.24
apache2

Any advise would be greatly appreciated.

thanks!
Alex
--~--~-~--~~~---~--~~
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] Install Trac on 64 bit Windows and run it under IIS7 fast cgi.

2009-04-16 Thread Alex Ermakov

I've have had written detailed tutorial on how to install Trac on 64
bit Windows and run it under IIS7 fast cgi. There is detailed
description of how to create python bindings of subversion. This
article is a result of two weeks of my research. Maby it can be
rewritten for http://trac.edgewall.org/wiki/TracOnWindowsIis7FastCgi.
The articles permalink is
http://er2v.wordpress.com/2009/04/15/install_trac_on_64_bit_windows_and_run_it_under_iis7_fast_cgi/

--~--~-~--~~~---~--~~
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] search on svn repositories

2008-06-20 Thread Alex

Hi!
I need to do search on svn repositories.
I have found a plugin RepoSearchPlugin 
http://trac-hacks.org/wiki/RepoSearchPlugin
but this plugin works only for 0.10 trac version, and I use 0.11, can
be any other variants or plugins for search on a repository?
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] trac + high cpu load

2008-06-18 Thread Alex

Hi!
I have some problem with trac and high cpu load.
When I start trac scripts I see high cpu loading by httpd processes.
Loading reaches 90 %. And it is observed only at work with trac
scripts.
Trac uses mod_python. For authorization it is used apache based
authentiacation.
Any errors in trac logs and apache logs are not present.
I use a default configuration from the documentation to the Trac
project.
I use:
apache - 2.0.55
mod_python - 3.3.1
python - 2.4.3-8
python-sqlite - 1.1.6-1
sqlite - 3.1.2-3
subversion - 1.4.2
swig - 1.3.35
trac - 0.11rc1
setuptools - 0.6c8
pygments - 0.9
docutils - 0.4
textile - 2.0.11
Thanks for any opinion on the question.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac + high cpu load

2008-06-18 Thread Alex

Thanks for reply,
I don't use any plugins and I am running one project environment


On 18 июн, 21:03, Noah Kantrowitz [EMAIL PROTECTED] wrote:
  -Original Message-
  From: trac-users@googlegroups.com [mailto:[EMAIL PROTECTED]
  On Behalf Of Alex
  Sent: Wednesday, June 18, 2008 9:04 AM
  To: Trac Users
  Subject: [Trac] trac + high cpu load

  Hi!
  I have some problem with trac and high cpu load.
  When I start trac scripts I see high cpu loading by httpd processes.
  Loading reaches 90 %. And it is observed only at work with trac
  scripts.

 Are you using any plugins, and how many environments are you running?

 --Noah
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: discussion plugin

2008-06-05 Thread Alex da Franca


Am 05.06.2008 um 15:28 schrieb Radek Bartoň:

 Did it work with 0.12dev? I didn't test it with this version yet.

I just had the time to look into it again and since I have another  
environment which is working with 0.12 and genshi 0.55 and discussion  
plugin, I simply needed to look for the difference, which was wrong  
value for the Kollation in mysql.

I had it set to utf8_general_ci and changing it to  
utf8_unicode_ci, like it is in the other environment seems to have  
solved the problem.

so yes
the answer is: it does work with 0.12


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] dashboard view of multiple projects?

2008-06-04 Thread alex

Related to the recent post about multiple projects, I was wondering if
there's an easy way to create a dashboard view of the status of
multiple trac projects on a single page. What I have in mind is a
front page which shows all the latest revisions/tickets/milestones for
several projects at a glance. I can do this on a per-project basis
using TracQuery, but I don't think this works across projects. Any
suggestions would be greatly appreciated!

thanks,
Alex

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] discussion plugin

2008-06-04 Thread Alex da Franca

Hi list,

I can't get the dicussion plugin to work with my trac install (0.12)

it seems to have problems with the latest genshi, which was installed  
by the latest pygments release.

I get the following error:

Traceback (most recent call last):
   File /usr/lib/python2.5/site-packages/Trac-0.12dev_r7181-py2.5.egg/ 
trac/web/api.py, line 344, in send_error
 data, 'text/html')
   File /usr/lib/python2.5/site-packages/Trac-0.12dev_r7181-py2.5.egg/ 
trac/web/chrome.py, line 741, in render_template
 stream.render(method, doctype=doctype, out=buffer)
   File build/bdist.linux-i686/egg/genshi/core.py, line 179, in render
 return encode(generator, method=method, encoding=encoding, out=out)
   File build/bdist.linux-i686/egg/genshi/output.py, line 61, in  
encode
 for chunk in iterator:
   File build/bdist.linux-i686/egg/genshi/output.py, line 311, in  
__call__
 for kind, data, pos in stream:
   File build/bdist.linux-i686/egg/genshi/output.py, line 748, in  
__call__
 for kind, data, pos in stream:
   File build/bdist.linux-i686/egg/genshi/output.py, line 587, in  
__call__
 for kind, data, pos in stream:
   File build/bdist.linux-i686/egg/genshi/output.py, line 702, in  
__call__
 text = mjoin(textbuf, escape_quotes=False)
   File build/bdist.linux-i686/egg/genshi/core.py, line 462, in join
 for item in seq]))
   File build/bdist.linux-i686/egg/genshi/core.py, line 488, in escape
 text = unicode(text).replace('', 'amp;') \
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position  
904: ordinal not in range(128)


I am using mysql as database on a debian linux with python2.5. trac is  
run via fcgid.
The discussion plugin used to work, before I messed up everything by  
updating the debian system...
:-(

is that a genshi thingie?
my guess is that it is related to pygments having updated genshi.
wrong?



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] trac authentication problem again...

2008-06-02 Thread Alex da Franca

Hi list,

I recently dist-upgraded my debian and since then I can't log into  
trac anymore as registered user.
I used to have it set up, so that my apache config has the trac  
location protected with basic authentication.
but every time I log in, trac sees me as anonymous and not as the  
user, which logged in.
I have cleared the passwords of the browser and I can confirm, that  
the location is password protected and I need to enter name and  
password, but still I can see in the trac log file, that the requests  
come from anonymous and I can only reach whatever I have set to be  
accessible for anonymous.

Unfortunately I am not exactly sure, whether it is something, caused  
by trac update or the dist-upgrade of the debian system. The update of  
debian changed lots including the mysql version, but not the apache  
config, as I did skip that step. I needed to upgrade the trac  
environment as I got a database too new and in that go I also  
updated trac to the latest trunk (it already was 0.12 before, when it  
worked)

does that sound familiar to anyone?
it must be a very simple stupid thing which is wrong (hopefully) but I  
can't figure it out at the moment. been striggling with it the last  
two days...
pls help ;-)
TIA

alex

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac authentication problem again...

2008-06-02 Thread Alex da Franca


Am 02.06.2008 um 11:25 schrieb Emmanuel Blot:


 does that sound familiar to anyone?

 Which authentication scheme do you use in your Apache config?
 If your Apache release has been upgraded from 2.0.x to 2.2.x you may
 have to edit your configuration file to match the new Apache
 authentication settings - I'm thinking about directives such as
 AuthBasicProvider for example.

many thanks for taking the time, Manu.

I use basic http authentication (or at least I am trying to do so,  
maybe my trac isn't properly recognizing that ?)

in my apache site config I have:

Location /trac
   AuthType Basic
   AuthName Trac
   AuthUserFile /var/tracpw/trac.htpasswd
   Require valid-user
   Options FollowSymLinks
   Order allow,deny
   Allow from all
/Location

it seems to work from the webserver side of things, as I can clear all  
my cached logins in the browser and it asks me for the username and  
password and allows me to proceed. However trac then only displays the  
content as if I was anonymous without the option to login

btw, how can I display that login link at the top. It doesn't show up.
on other trac environmets (on another server) it does and I can't  
figure out what is different, regarding login.

I am not exactly sure from which apache version to which I updated,  
but it can very well be, that it was not 2.2 before.
what do I need to change in that case. what do I need for  
AuthBasicProvider ?

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac authentication problem again...

2008-06-02 Thread Alex da Franca


Am 02.06.2008 um 12:18 schrieb Emmanuel Blot:

 This is consistent with the expected behaviour: applying the
 authentication rules to the whole project (that is /trac instead of
 /trac/login, see above) forces authentication whatever the Trac page
 you're trying to browse.

which is exactly what I want for this project and which used to work  
like a charme until the upgrade :-(


 If you do want to click on login first, use
 the documented path: Location /trac/login

Ok, I am trying that now.
thanks for the suggestion.



 what do I need to change in that case. what do I need for
 AuthBasicProvider ?

 I think that AuthBasicProvider can be omitted (default config) with
 htpasswd file authentication. Read the Apache 2.2 documentation for
 further details, from http://httpd.apache.org/...

yes, the default is file and that is exactly what I am using. so it  
should work.
it used to work until now.
:-(


thanks for the help


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Custom Workflows: showworkflow on Windows

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Custom Workflows: showworkflow on Windows

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Custom Workflows: showworkflow on Windows

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Custom Workflows: showworkflow on Windows

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Custom Workflows: showworkflow on Windows

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Custom Workflows: showworkflow on Windows

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Custom Workflows: showworkflow on Windows

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Custom Workflows: showworkflow on Windows

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TaskListPlugin - What does this plugin really do?

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TaskListPlugin - What does this plugin really do?

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TaskListPlugin - What does this plugin really do?

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TaskListPlugin - What does this plugin really do?

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TaskListPlugin - What does this plugin really do?

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TaskListPlugin - What does this plugin really do?

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TaskListPlugin - What does this plugin really do?

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TaskListPlugin - What does this plugin really do?

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TaskListPlugin - What does this plugin really do?

2008-05-02 Thread alex

I am out of the office on leave, returning on Weds 7th May.

If your enquiry is urgent please contact [EMAIL PROTECTED]

Alex



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] account manager plugin

2008-04-22 Thread Alex da Franca

Hi list,
Does anybody happen to know, what would cause the following error?

Traceback (most recent call last):
File /usr/lib/python2.5/site-packages/Trac-0.11dev_r6853-py2.5.egg/ 
trac/web/api.py, line 339, in send_error 'text/html')
File /usr/lib/python2.5/site-packages/Trac-0.11dev_r6853-py2.5.egg/ 
trac/web/chrome.py, line 684, in render_template data =  
self.populate_data(req, data)
File /usr/lib/python2.5/site-packages/Trac-0.11dev_r6853-py2.5.egg/ 
trac/web/chrome.py, line 592, in populate_data  
d['chrome'].update(req.chrome)
File /usr/lib/python2.5/site-packages/Trac-0.11dev_r6853-py2.5.egg/ 
trac/web/api.py, line 168, in __getattr__ value = self.callbacks[name] 
(self)
File /usr/lib/python2.5/site-packages/Trac-0.11dev_r6853-py2.5.egg/ 
trac/web/chrome.py, line 460, in prepare_request for category, name,  
text in contributor.get_navigation_items(req):
File build/bdist.linux-i686/egg/acct_mgr/web_ui.py, line 302, in  
get_navigation_items (req.href.register())) LookupError: unknown  
encoding: /trac/ILTable/register


It only happens, once I install the account manager plugin. (with easy  
install)
I have installed the latest trunk release of trac and python 2.5  
running on a debian etch system.
the latest trac + python 2.4, which I have on another, older, debian  
system works so far with the account manager plugin from trunk.

what shall I try next?
could it be easyinstall? any pointers?

TIA

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: account manager plugin

2008-04-22 Thread Alex da Franca

Thanks a lot, Christian!
I'll give it a try once I get back to my desk.

and sorry for being so lame at finding these things on my own.
:-(


Am 22.04.2008 um 17:59 schrieb Christian Boos:
 http://trac-hacks.org/ticket/2907



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: account manager plugin

2008-04-22 Thread Alex da Franca


Am 22.04.2008 um 18:19 schrieb Christian Boos:
 It's a bit easier when you're the one who triggered the change ;-)

as you might have guessed:
it works like a champ!

thanks again.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Problem with Trac 0.11b

2008-03-06 Thread Alex Turner

Well - at this point it started happening to my Java apps too, so I
think the problem is with Postgresql 8.3...

Alex

On Thu, Mar 6, 2008 at 3:16 AM, Christian Boos [EMAIL PROTECTED] wrote:

  Hello Alex,


  Alex Turner wrote:
   I am intermitantly getting the following error:
  
   Traceback (most recent call last):
 File 
 /usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/api.py,
   line 339, in send_error
   ...

  return IterableCursor(self.cnx.cursor())
 File 
 /usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/db/util.py,
   line 78, in cursor
   return IterableCursor(self.cnx.cursor())
   InterfaceError: connection already closed
  

  Intermittently, you mean something like the first access in the morning,
  after Trac has been idle for a while?
  Can you specify the version information for the db and the bindings
  you're using, as well as have a look in the log for errors related to
  the above one (the backtrace happens during a send_error, so if we're
  lucky we have the original error in the log).

  -- 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Problem with Trac 0.11b

2008-03-05 Thread Alex Turner

I am intermitantly getting the following error:

Traceback (most recent call last):
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/api.py,
line 339, in send_error
'text/html')
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/chrome.py,
line 672, in render_template
data = self.populate_data(req, data)
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/chrome.py,
line 580, in populate_data
d['chrome'].update(req.chrome)
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/api.py,
line 168, in __getattr__
value = self.callbacks[name](self)
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/chrome.py,
line 451, in prepare_request
for category, name, text in contributor.get_navigation_items(req):
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/ticket/web_ui.py,
line 133, in get_navigation_items
if 'TICKET_CREATE' in req.perm:
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/api.py,
line 168, in __getattr__
value = self.callbacks[name](self)
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/main.py,
line 253, in _get_perm
return PermissionCache(self.env, self.authenticate(req))
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/main.py,
line 130, in authenticate
authname = authenticator.authenticate(req)
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/auth.py,
line 70, in authenticate
authname = self._get_name_for_cookie(req, req.incookie['trac_auth'])
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/auth.py,
line 181, in _get_name_for_cookie
cursor = db.cursor()
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/db/util.py,
line 78, in cursor
return IterableCursor(self.cnx.cursor())
  File 
/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/db/util.py,
line 78, in cursor
return IterableCursor(self.cnx.cursor())
InterfaceError: connection already closed

Alex

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: MediaWikiPluginMacro

2008-03-04 Thread Alex da Franca


Am 04.03.2008 um 02:41 schrieb Michael Morrissey:

 If it is, and I can then assume that it has been installed  
 correctly, why is that that the following MediaWiki syntax does not  
 get processed as I would expect:

 [[mywikipage|pagename]]


You need to enclose the area you want to be processed by the mediawiki  
macro with {{{ }}} so that the plugin knows which part to process.

{{{
#!mediawiki
[[mywikipage|pagename]]
}}}


you may want to use a pagetemplate with this directive already filled  
in for pages you want to be processed in mediawiki style.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Error when submitting a bug with 0.11b1

2008-02-25 Thread Alex Turner

I get the following error after submitting a bug.   The bug appears in
the database though.

Any ideas?


Traceback (most recent call last):
 File /usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
api.py,
line 339, in send_error
   'text/html')
 File /usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
chrome.py,
line 670, in render_template
   if not req.session or not int(req.session.get('accesskeys', 0)):
 File /usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
api.py,
line 168, in __getattr__
   value = self.callbacks[name](self)
 File /usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
main.py,
line 255, in _get_session
   return Session(self.env, req)
 File /usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
session.py,
line 53, in __init__
   self.get_session(req.authname, authenticated=True)
 File /usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/web/
session.py,
line 74, in get_session
   (sid, int(authenticated)))
 File /usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/db/
util.py,
line 50, in execute
   return self.cursor.execute(sql_escape_percent(sql), args)
 File /usr/lib/python2.4/site-packages/Trac-0.11b1-py2.4.egg/trac/db/
util.py,
line 50, in execute
   return self.cursor.execute(sql_escape_percent(sql), args)
ProgrammingError: current transaction is aborted, commands ignored
until end of transaction block

Alex

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Error when submitting a bug with 0.11b1

2008-02-25 Thread Alex Turner

On Mon, Feb 25, 2008 at 4:46 PM, John Hampton [EMAIL PROTECTED] wrote:

  Alex Turner wrote:
   I get the following error after submitting a bug.   The bug appears in
   the database though.
  snip

  ProgrammingError: current transaction is aborted, commands ignored
   until end of transaction block

  First, try updating to the latest trunk and see if the problem persists.
I will try that and post progress


  Second, do you have any plugins enabled?
nope


  Third, turn on statement logging in PostgreSQL and look for the
  offending query.
That could be tricky - this machine has about 12 databases on it, some
of which get queries several times per second.  If there was a way to
do it only for that database, that would rock, but I only know how to
do it for a session or globally.


  -John



  


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: highlight vs. pygments

2008-01-15 Thread Alex da Franca


Am 15.01.2008 um 12:25 schrieb Emmanuel Blot:


 I was asking for a starting point or get a hint, whether someone
 already did something like that.
 I have a few very long scripts, which take rather long to render.

 Ok. Have a look at trac/mimeview/enscript.py and trac/mimeview/ 
 silvercity.py
 It should give you the entry points you're looking for to add
 highlight support for Trac.

thanks, that helps.
Doesn't look too complicated at the first glance.
Too bad I haven't enough time on hands to start right away. :-(
Anyway many thanks for taking the time to answer.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: 0.11dev: API change on trunk

2007-11-09 Thread Alex da Franca


Am 09.11.2007 um 16:17 schrieb Dana V. Baldwin:

 *cheers*

 Not much to add but kudos to everyone for the work that we all benefit
 from. A heart felt thank you from my dev team.

Add my voice to the above statement!


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: http://trac-hacks dead?

2007-11-06 Thread Alex da Franca

let's hope, the holidays are shorter this time ;-)

Am 06.11.2007 um 14:31 schrieb Lars Stavholm:
 could it be that http://trac-hacks is dead?



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: osx .5 leopard

2007-11-04 Thread Alex da Franca


Am 04.11.2007 um 11:47 schrieb Graham Dumpleton:

 Hmmm, very odd. I may have misinterpreted what I was told by person
 who got it working. They said:

 mod_wsgi was easier.  I actually built it as a universal binary:
 CPPFLAGS = -Wc,-arch ppc -Wc,-arch i386 -Wc,-arch x86_64 -I/
 System/Library/Frameworks/Python.framework/Versions/2.5/include/
 python2.5 -DNDEBUG -DMACOSX -DENABLE_DTRACE
 CFLAGS = -Wc,-arch ppc -Wc,-arch i386 -Wc,-arch x86_64
 LDFLAGS = -arch ppc -arch i386 -arch x86_64 -framework Python -u
 _PyMac_Error -framework Python

 Since the build line was:

 mod_wsgi.la : mod_wsgi.c
$(APXS) -c $(CPPFLAGS) $(CFLAGS) mod_wsgi.c $(LDFLAGS) $
 (LDLIBS)

 I saw the multiple listing of the options as redundant. What you may
 actually have to do is change CFLAGS as explained before, but also add
 '-arch ppc -arch ppc64 -arch i386 -arch x86_64' into LDFLAGS as well.

 Let me know if that works instead.

Yay!
you're a star!
look at this now:

file /usr/libexec/apache2/mod_wsgi.so
/usr/libexec/apache2/mod_wsgi.so: Mach-O universal binary with 3  
architectures
/usr/libexec/apache2/mod_wsgi.so (for architecture ppc7400):Mach-O  
bundle ppc
/usr/libexec/apache2/mod_wsgi.so (for architecture i386):   Mach-O  
bundle i386
/usr/libexec/apache2/mod_wsgi.so (for architecture x86_64): Mach-O 64- 
bit bundle x86_64

beautyful!

So only changing the CFLAGS, like suggested in the google article is  
not enough. Either CPPFLAGS or LDFLAGS must also be set (or both,  
which is what I tried to get the above result)
Not, that it wouldn't make sense, but I am a totally noob (until now!)  
when it comes to compiling binaries. If it works out of the box, all  
is well, bit troubleshooting is another story.

So I went on to compile mod_python with the same tweaks (CPPFLAGS +  
LDFLAGS + CFLAGS) and lo and behold:

file /usr/libexec/apache2/mod_python.so
/usr/libexec/apache2/mod_python.so: Mach-O universal binary with 3  
architectures
/usr/libexec/apache2/mod_python.so (for architecture ppc):  Mach-O  
bundle ppc
/usr/libexec/apache2/mod_python.so (for architecture i386): Mach-O  
bundle i386
/usr/libexec/apache2/mod_python.so (for architecture x86_64):   Mach-O  
64-bit bundle x86_64


!!!

so just for the reference I'll post a steps to reproduce on my website  
and send a link here as soon as I made sure, that everything works.
for now I only see, that it compiled for all platforms.
I'll set up trac with mod_python now to check, whether it works.

Thank you so much!



 The issue is that if you are using standard OS version of Apache 2.2

which is what I do.


 it is a full fat binary and if you have 64 bit CPU will run up as
 x86_64 and thus expect to have available x86_64 versions of all Apache
 modules and indirectly the Python framework, plus Python modules and
 libraries required by those modules.

that's the reason it works for me: I am running it on a MBP, which is  
not a 64-bit architecture, is it?
that may also be the reason for the trickery required to compile for  
64-bit, is it?



 Python Framework on Leopard should be a full fat binary. See below
 example someone else sent me previously:

 [Macintosh:Library/Frameworks/Python.framework] benha% file
 Python
 Python: Mach-O universal binary with 4 architectures
 Python (for architecture ppc7400): Mach-O dynamically linked shared  
 library
 ppc
 Python (for architecture ppc64): Mach-O 64-bit dynamically linked  
 shared
 library ppc64
 Python (for architecture i386): Mach-O dynamically linked shared  
 library
 i386
 Python (for architecture x86_64): Mach-O 64-bit dynamically linked  
 shared
 library x86_64

my python is the same, but my MBP may run the 32-bit version and  
therefore the mysql binaries for tiger work for me.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: osx .5 leopard

2007-11-04 Thread Alex da Franca

mod_python doesn't seem to work still.
I get:

apachectl configtest
httpd: Syntax error on line 121 of /private/etc/apache2/httpd.conf:  
Can't locate API module structure `python_module' in file /usr/libexec/ 
apache2/mod_python.so: dlsym(0x100218cc0, python_module): symbol not  
found

This is a new error, I'll investigate that further.

mod_wsgi seems to work OK, but this time it refuses to use the mysql  
egg, because... you guessed it: wrong architecture.

For now I revert to fastcgi, but I will investigate that further.

thanks for all your help so 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: osx .5 leopard

2007-11-03 Thread Alex da Franca


Am 04.11.2007 um 04:43 schrieb Graham Dumpleton:


 $: file /usr/libexec/apache2/mod_wsgi.so
 $: /usr/libexec/apache2/mod_wsgi.so: Mach-O bundle i386

 For good measure, do a 'make distclean', rerun configure, and then
 only modify Makefile and rebuild/install, it should work.

I acted on a fresh download, so I don't know, where make distclean  
would help.


 It should be obvious from the output of the build whether the options
 are being included with the compilation.

all -arch options appear in the output for apxs and in the first  
output of libtool, the second libtool call doesn't have any -arch  
options.



/usr/sbin/apxs -c -I/System/Library/Frameworks/Python.framework/ 
Versions/2.5/include/python2.5 -DNDEBUG -DMACOSX -DENABLE_DTRACE -Wc,- 
arch ppc -Wc,-arch ppc64 -Wc,-arch i386 -Wc,-arch x86_64  
mod_wsgi.c -framework Python -u _PyMac_Error -framework Python -ldl
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc- 
DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp  -I/usr/include/ 
apache2  -I/usr/include/apr-1   -I/usr/include/apr-1  -arch ppc -arch  
ppc64 -arch i386 -arch x86_64 -I/System/Library/Frameworks/ 
Python.framework/Versions/2.5/include/python2.5 -DNDEBUG -DMACOSX - 
DENABLE_DTRACE  -c -o mod_wsgi.lo mod_wsgi.c  touch mod_wsgi.slo
/usr/share/apr-1/build-1/libtool --silent --mode=link gcc -o  
mod_wsgi.la  -rpath /usr/libexec/apache2 -module -avoid-version 
mod_wsgi.lo -framework Python -u _PyMac_Error -framework Python -ldl





 Run file on .libs/mod_wsgi.so to work out what it was built for before
 installing.

file .libs/mod_wsgi.so
.libs/mod_wsgi.so: Mach-O bundle i386

:-(


 Another problem which has come up is MySQL. You can't use the
 precompiled MySQL distribution which is available as it was built on
 Tiger, which didn't produce x86_64 compatible binaries.

I installed the precompiled tiger binaries of mysql (mysql-5.1.22-rc- 
osx10.4-i686) and it works so far on leopard.
A little change was required in order to compile the mysql-python egg,  
but it seems to work so far.
I thought, that python on leopard is 32 bit and therefore the 32 bit  
mysql-python egg and the 32 bit mysql distribution play happily  
together?




--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: osx .5 leopard

2007-11-02 Thread Alex da Franca


Am 02.11.2007 um 14:37 schrieb Emmanuel Blot:


 I understood most of the Trac requirements were already provided  
 OOB on Leopard:
 http://www.cmlenz.net/blog/2007/10/python-on-leopa.html

thanks for the link.
interesting stuff.
so far I am very pleased with leopard, as the underlying unix has  
gotten some attention this time.

nonetheless I wasn't very lucky with the apache modules and it took  
me some time to get my msql server as I like it to be.

 do you really need mod_fcgi (vs. mod_python) ?

no particular reason.
I was used to fcgid from two linux boxes, but I wouldn't mind to run  
it with mod_python, but as I wrote, I hae the exact same problems  
with mod_python.
will need to compile apache as 32 bit app?
I thought there may just be an appropriate ./configure option when  
compiling mod_python...?


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: help with autonav macro

2007-10-23 Thread Alex da Franca

Ok, to answer my own question, just for the record, the problem was,  
the old style name of the def:

render_macro

I changed it to:

expand_macro

which solved the problem with the formatter object.
still the indentation of the downloaded file seems wrong on my end  
(using the download link, if I browse the source it seems to be  
correctly formatted)

being a python noob, I was wrong earlier with the
def link(page):
function being wrong indented. indeed it works like it was before.

only thing left is that the if statement at the beginning fails:

if formatter.context.resource != 'wiki':

it always is false as formatter.context.resource doesn't seem to be a  
string.
commenting both lines out solved the problem in wiki pages, but still  
I think, they were put there for a good reason and might only get a  
little fix.

can anybody help what the correct if test should look like ?



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Creating Tables

2007-10-20 Thread Alex da Franca


Am 20.10.2007 um 08:14 schrieb ResumeWriter:



 I've been trying to figure out, for the last 4 hours, how to create
 complex tables in TracWiki. The TracWiki documentation is terrible for
 tables. I'm used to using MediaWiki, and I can do so much with tables
 with MediaWiki.

you can just install the mediawiki plugin from trac-hacks on continue  
to use mediawiki formatting. (at least for tables)
works like a charme.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Creating Tables

2007-10-20 Thread Alex da Franca


Am 20.10.2007 um 17:02 schrieb ResumeWriter:



 What's the name of the plugin? I did look at http:// 
 trac.edgewall.org/wiki/PluginList,
 but nothing. Thanks to your suggestion, I learned about trac-hacks.
 But, I don't know the name of the plugin. I don't see anything called
 TablesPlugin.

sorry, I thought it is called exactly as I wrote.
mediawiki, but appearantly it isn't.
it is.
MediaWikiPluginMacro
http://www.trac-hacks.org/wiki/MediaWikiPluginMacro


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: TracTags on 0.11

2007-10-19 Thread Alex

Thanks your response Erik, but I had no success with R2671.
I will further investigate this issue when I am back in the office (5
november)

Thanks for your help
Alex




   I have r2671 on https://trac-hacks.org/svn/tagsplugin/trunk/tractags

   Cheers / 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] TracTags on 0.11

2007-10-18 Thread Alex

Hello everybody,

I am experiencing problems with TracTags

Following components are installed:

Trac:   0.11dev-r6060
Python:   2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32
bit (Intel)]
setuptools:  0.6c7
SQLite:   3.4.0
pysqlite:  2.3.5
Genshi:   0.5dev-r766
Subversion: 1.4.4 (r25188)
TracTags:   0.5 r2608

When I open the Trac page in my browser, I see the Tags entry. When
I want to open the plugin, the following error message appears:

 Trac detected an internal error: AssertionError: HDF dataset not
available. Check your clearsilver installation 

In the trac.log following entries are found:

Trac[Test:main] DEBUG: Dispatching Request GET u'/tags'
Trac[Test:chrome] DEBUG: Prepare chrome data for request
Trac[Test:perm] WARNING: perm.permissions() is deprecated and is only
present for HDF compatibility
Trac[Test:session] DEBUG: Retrieving session for ID u'DOMAIN\\user'
Trac[Test:main] ERROR: HDF dataset not available. Check your
clearsilver installation
Traceback (most recent call last):
  File c:\python25\lib\site-packages\Trac-0.11dev_r6060-py2.5.egg\trac
\web\main.py, line 381, in dispatch_request
dispatcher.dispatch(req)
  File c:\python25\lib\site-packages\Trac-0.11dev_r6060-py2.5.egg\trac
\web\main.py, line 200, in dispatch
req.display(template, content_type or 'text/html')
  File c:\python25\lib\site-packages\Trac-0.11dev_r6060-py2.5.egg\trac
\web\api.py, line 300, in display
assert self.hdf, 'HDF dataset not available. Check your
clearsilver installation'
AssertionError: HDF dataset not available. Check your clearsilver
installation

In the Trac.ini file I have added:
[Components]
tractags.* = enabled

default_handler is not set

TracTags is also listed in the WebAdmin Plugins Section
Have I missed something?

At https://pacopablo.com/irclogs/2007/10/17#T21:54:31 they are talking
about a tags version r2666, where could if find this revision?
At https://trac-hacks.org/svn/tagsplugin/trunk/tractags I can only
find R2608

Thanks for your help


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: trac-hacks?

2007-09-25 Thread Alex da Franca


Am 25.09.2007 um 14:51 schrieb Manuzhai:
 Everyone is seeing this, and the admin has been notified.

thanks for the info.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: syntax coloring in 0.11

2007-08-25 Thread Alex da Franca


Am 25.08.2007 um 09:18 schrieb a¿ex:
 do in order that trac does not
 treat .ls and .as files as plain text.
 Somewhere I must tell trac to update the mime types.
 I thought, that this information was read from the pygments
 installation, but appaerently it isn't.

just for the record (if anyone ever googles for this info):
search for the file: trac/mimeview/api.py

and in that file you can add file extensions at:

...
...
# extend the above with simple (text/x-something: something)  
mappings

for x in ['as', 'ada', 'asm', 'asp', 'awk', 'idl', 'inf', 'java',  
'ksh', 'ls', 'lua',
   'm4', 'mail', 'psp', 'rfc', 'rst', 'sql', 'tcl', 'tex',  
'zsh']:
 KNOWN_MIME_TYPES.setdefault('text/x-%s' % x, []).append(x)
...
...

in my case I added 'as' and 'ls' for actionscript and lingoscript files.

works like a charme now and i am a happy camper...
...for now at least :-)



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Add image in TRAC wiki

2007-08-23 Thread Alex da Franca


Am 23.08.2007 um 10:11 schrieb Neena:



 Hello,

  I want to add image. How can i add image in wiki. I have done  
 attached file
 and add image structure.jpg
 I would like to refer that image .I tried
 [img structure.JPG]
 It doesn't work

try:
[[Image(structure.jpg)]]



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: wiki macros

2007-08-16 Thread Alex da Franca
I forgot to add a detail which puzzles me:
the [[TracGuideToc]] works, although it is in the same directory like
HelloWorld and TimeStamp, but it doesn't seem to be loaded from that place,
since I changed some content and it doesn't get reflected.
So it must be loaded from another place, which I can't find on my system.
I guess once I know, where to make changes to [[TracGuideToc]] I will figure
out how to get the others to work :-)


-- 
Best regards
Alex da Franca -- Multimedia Developer and Lingoist

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---