[tg-trunk] Re: Error handlers with parameters?

2008-09-11 Thread Diez B. Roggisch
On Thursday 11 September 2008 01:43:51 Gustavo Narea wrote: Hello, I have the following code: @expose('animador.web.templates.websites.admin.edit') def edit(self, website, **kwargs): if pylons.tmpl_context.form_errors: flash(_(Could not modify the %s web

[tg-trunk] Re: Error handlers with parameters?

2008-09-11 Thread Gustavo Narea
On Thursday September 11, 2008 11:48:12 Diez B. Roggisch wrote: On Thursday 11 September 2008 01:43:51 Gustavo Narea wrote: Hello, I have the following code: @expose('animador.web.templates.websites.admin.edit') def edit(self, website, **kwargs): if

[tg-trunk] Re: Ticket notification list fixed - Sender address changed!

2008-09-11 Thread Jorge Vargas
On Thu, Sep 11, 2008 at 5:57 AM, Christopher Arndt [EMAIL PROTECTED] wrote: Hi everybody, the ticket notification list was not working for over a year. I finally came around to fixing this. For more info see this ticket: http://trac.turbogears.org/ticket/1984 Awesome, thanks for this.

[tg-trunk] vcs and ticketing and so on for new project

2008-09-11 Thread iain duncan
I am working on a new project that uses toscawidgets extensively, and will likely use Rum aswell down the road. It's a framework/scaffold for building custom CMS's, principally for TG2, but like rum/tosca, I intend to make it so that a fairly simple set of adapters will allow it to be used on

[tg-trunk] Re: vcs and ticketing and so on for new project

2008-09-11 Thread Mark Ramm
svn+trac, mercurial+trac, bazaar+launchpad, and I guess bazaarr+trac is possible too. You can use sphinx in any of those contexts. IMHO. Definitely use sphinx. If it's a closed source project use trac. I you want DVCS use mercurial+trac, otherwise svn+trac. It's possible that TG2 could

[tg-trunk] Re: vcs and ticketing and so on for new project

2008-09-11 Thread Doug Latornell
I don't have an answer for you, or even really an opinion, but I can help with terminology in your last paragraph. On Sep 11, 1:40 pm, iain duncan [EMAIL PROTECTED] wrote: mecurial? svn+trac? launchpad+bazaar? what the heck is the launchpad or trac equivalent for mercurial anyway? ( trac? )

[tg-trunk] Re: vcs and ticketing and so on for new project

2008-09-11 Thread iain duncan
On Thu, 2008-11-09 at 17:10 -0400, Mark Ramm wrote: svn+trac, mercurial+trac, bazaar+launchpad, and I guess bazaarr+trac is possible too. You can use sphinx in any of those contexts. IMHO. Definitely use sphinx. If it's a closed source project use trac. I you want DVCS use

[tg-trunk] Re: Mercurial for TG2 discussion

2008-09-11 Thread iain duncan
I'm not 100% sure I follow you here. What is your suggestion? I think it makes sense to maintain a svn repository that has reasonably current code for several months at least. The question is how often to merge changes over to that repository, and how fine-grained the history of that

[tg-trunk] Re: TurboGears GSoC 2008 Final Report - Sanjiv Singh

2008-09-11 Thread Lukasz Szybalski
I'm trying out your demos you had gave me a link to and simplemap works. I then tried running Factbook but I get File /home/lucas/tmp/tg2envgeo/lib/python2.5/site-packages/PasteDeploy-1.3.2-py2.5.egg/paste/deploy/loadwsgi.py, line 561, in get_context object_type, name=name) File