« Return to Thread: TurboGears 1.0.7 released

Re: TurboGears 1.0.7 released

by Christopher Arndt :: Rate this Message:

Reply to Author | View in Thread


Daniel Fetchinson schrieb:
> I just did an easy_install -U TurboGears (I already had 1.0.3.2 and
> 1.0.4.4) and this grabbed 1.1b1 which is not what I wanted. I had no
> intention of installing a beta, I was going for 1.0.7. Is it
> easy_installable?

Yes, with "easy_install TurboGears==1.0.7". But the recommended and
supported way ist to use tgsetup.py, as explained on
http://docs.turbogears.org/Install.

> Another question: there are two intertwined tickets, 1709, 1710, which
> includes my patch to scheduler.py which makes it possible to execute
> one task once, something that is useful for a long running task. Some
> time ago I was asking about this and you guys said it will be included
> but 1.1b1 still does not have it applied. Any chance this will happen?

The milestone is currently set to 1.1, which means that it will go into
one of the releases leading up to 1.1 final. I'm not sure, if it wil go
into 1.1b2 already. You could speed things up by providing tests
(unfortunately the scheduler module does not have any test yet - see
http://trac.turbogears.org/ticket/1712), or by bugging somebody to
review your code. Also appreciated would be better docstrings and
documentation on the wiki. For the latter you would preferably make a
copy of the current scheduler docs in RoughDocs and make your changes
therr and then this would be copied over when the change is released.

> (The name 'onetime' in 1709 changed to 'single' in 1710 (or the other
> way around) contributing to the confusion already present by the two
> tickets on the same issue. This happened because I created one ticket
> and a reader of the dev list created another. If it will make things
> clearer I can create a final ticket and the two previous can be
> labeled duplicate or closed or something.)

1709 was closed as duplicate, so I regard the patch I attached to 1710
as the current one.

Chris

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

 « Return to Thread: TurboGears 1.0.7 released