Patrick Lehmhecker | 1 Aug 15:21
Picon

[Trac-dev] Plugin needs to use Threading


Hello,

currently I develop a plugin  for Trac, this plugin needs to write
some statistical data
into the Trac database on a daily basis.
I have tried to use a Timer that calls a function doing this every 24
hours but my problem
now is I need the Timer to be started together with the Trac
Enviroment.

Would be great if someone could help me!

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

Emmanuel Blot | 1 Aug 16:10
Picon
Gravatar

[Trac-dev] Re: Plugin needs to use Threading


> Would be great if someone could help me!

You'd better call a python script from a crond job rather than
spawning threads from the web server...
The former solution seems unreliable as you do not control when the
environment is brought to life, nor when it is shut off.

Cheers,
Manu

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

Christian Boos | 1 Aug 18:18
Picon

[Trac-dev] Re: Preparing 0.11.1


Christian Boos wrote:
> Hello Jonas,
>
> Jonas Borgström wrote:
>   
>> ...
>>
>> Hi guys, I see you've made some good progress. Of all the tickets
>> listed above only four is still open:
>>
>> http://trac.edgewall.org/query?id=6796,7445,7258,1467
>>   
>>     
>
> Yes, #6796 and #7445 will be for tomorrow or Sunday, maybe also the 
> custom ticket field search proposed by Rupert.
>
> I'll also just noticed I left a unit-test failing on 0.11-stable 
> ('joe.user <at> mail.nocustom' in cclist) due to the e-mail address parsing 
> change in r7400, will fix that as well (remove the test?).
>   

Sorry, didn't have time lately and now I'm heading to holidays (I'll be 
back in September). If someone could take care to commit the remaining 
patches on #6796 and #7445, that'd be nice.

Bye!

-- Christian
(Continue reading)

Luis Matos | 1 Aug 20:44

[Trac-dev] Re: Preparing 0.11.1


Hello there!

And can we expect a release soon?

thanks

Luis Matos

Sex, 2008-08-01 às 18:18 +0200, Christian Boos escreveu:
> Christian Boos wrote:
> > Hello Jonas,
> >
> > Jonas Borgström wrote:
> >   
> >> ...
> >>
> >> Hi guys, I see you've made some good progress. Of all the tickets
> >> listed above only four is still open:
> >>
> >> http://trac.edgewall.org/query?id=6796,7445,7258,1467
> >>   
> >>     
> >
> > Yes, #6796 and #7445 will be for tomorrow or Sunday, maybe also the 
> > custom ticket field search proposed by Rupert.
> >
> > I'll also just noticed I left a unit-test failing on 0.11-stable 
> > ('joe.user <at> mail.nocustom' in cclist) due to the e-mail address parsing 
> > change in r7400, will fix that as well (remove the test?).
(Continue reading)

Luis Matos | 2 Aug 23:36

[Trac-dev] Re: Preparing 0.11.1


Hello there!
I am that annoying guy from debian ... and i m asking for the same ...
can you release 0.11.1 with these 2 fixes added?

Thanks

Luis Matos

Sex, 2008-08-01 às 18:18 +0200, Christian Boos escreveu:
> Sorry, didn't have time lately and now I'm heading to holidays (I'll
> be 
> back in September). If someone could take care to commit the
> remaining 
> patches on #6796 and #7445, that'd be nice.
> 
> Bye!
> 
> -- Christian

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

Jonas Borgström | 2 Aug 23:54
Favicon

[Trac-dev] Re: Preparing 0.11.1


On Sat, Aug 2, 2008 at 11:36 PM, Luis Matos <gass <at> otiliamatos.ath.cx> wrote:
>
> Hello there!
> I am that annoying guy from debian ... and i m asking for the same ...
> can you release 0.11.1 with these 2 fixes added?

Hi Luis,

There is a bit more left to do besides the two patches mentioned by
Christian but we're working on it.
Personally I'm hoping to see 0.11.1 released within one week but I
can't promise anything.

/ Jonas

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

Luis Matos | 3 Aug 00:18

[Trac-dev] Re: Preparing 0.11.1


Thank you for your answear and cooperation.

I will upload a svn version from the 0.11-stble branch then ... i can't
wait much longer. I'll uplod 0.11 when it comes out. i don't promise
that it will enter debian 5.0 version.

Luis Matos
Sáb, 2008-08-02 às 23:54 +0200, Jonas Borgström escreveu:
> On Sat, Aug 2, 2008 at 11:36 PM, Luis Matos <gass <at> otiliamatos.ath.cx> wrote:
> >
> > Hello there!
> > I am that annoying guy from debian ... and i m asking for the same ...
> > can you release 0.11.1 with these 2 fixes added?
> 
> Hi Luis,
> 
> There is a bit more left to do besides the two patches mentioned by
> Christian but we're working on it.
> Personally I'm hoping to see 0.11.1 released within one week but I
> can't promise anything.
> 
> / Jonas
> 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
(Continue reading)

Jonas Borgström | 3 Aug 13:22
Favicon

[Trac-dev] Re: Preparing 0.11.1


On Sun, Aug 3, 2008 at 12:29 AM, Luis Matos <gass <at> otiliamatos.ath.cx> wrote:
>
> Well ... my answer was not the best one ...
> I pretend to have in debian a bugfix release, but you seem to have other
> plans.
>
> Are you referring to #5516 ? Or anything else?

Not really, one thing we really want to get into 0.11.1 is better
handling of the egg cache setting since that has proved to be an issue
for some of our users during installation.

/ Jonas

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

Luis Matos | 3 Aug 00:29

[Trac-dev] Re: Preparing 0.11.1


Well ... my answer was not the best one ...
I pretend to have in debian a bugfix release, but you seem to have other
plans.

Are you referring to #5516 ? Or anything else?

Thanks
Luis matos

Sáb, 2008-08-02 às 23:54 +0200, Jonas Borgström escreveu:
> On Sat, Aug 2, 2008 at 11:36 PM, Luis Matos <gass <at> otiliamatos.ath.cx> wrote:
> >
> > Hello there!
> > I am that annoying guy from debian ... and i m asking for the same ...
> > can you release 0.11.1 with these 2 fixes added?
> 
> Hi Luis,
> 
> There is a bit more left to do besides the two patches mentioned by
> Christian but we're working on it.
> Personally I'm hoping to see 0.11.1 released within one week but I
> can't promise anything.
> 
> / Jonas
> 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
(Continue reading)

Jonas Borgström | 5 Aug 23:43
Favicon

[Trac-dev] Re: Preparing 0.11.1


On Aug 3, 1:22 pm, "Jonas Borgström" <jo...@edgewall.com> wrote:
> On Sun, Aug 3, 2008 at 12:29 AM, Luis Matos <g...@otiliamatos.ath.cx> wrote:
>
> > Well ... my answer was not the best one ...
> > I pretend to have in debian a bugfix release, but you seem to have other
> > plans.
>
> > Are you referring to #5516 ? Or anything else?
>
> Not really, one thing we really want to get into 0.11.1 is better
> handling of the egg cache setting since that has proved to be an issue
> for some of our users during installation.

Ok, I think I've committed all the changes I had planned for 0.11.1
now. Anyone else with pending changes to commit?

I would really appreciate if somebody could help me test by checking
out and installing the 0.11-stable branch. It's especially important
this time since the code for all web frontends (and hook scripts) have
been modified to allow for a better default egg cache value.

So unless any serious issues are found I'm hoping to release 0.11.1
sometime tomorrow.

/ Jonas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To post to this group, send email to trac-dev <at> googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe <at> googlegroups.com
(Continue reading)


Gmane