OK.

Well, TracUsers' data is a bit outdated (174 entries out of 200 were not
updated during 2012), so the fact that most of it shows 0.11 as the latest
used release (95 out of 200) is probably not a valid guess.

Anyway, we ourselves still have a mixed 0.11 and 0.12 installation base,
and trac-hacks itself is struggling to upgrade from even 0.10... so I was
guessing 0.11 would still be pretty present out there.

My difficulties are mainly tied to the new database API and trying to
support with just one codebase the 0.11, 0.12 and 1.0 releases.

In order to keep 0.11 support, I didn't use the decorators syntax so far,
but some code[1] that checks for availability of a particular API and uses
that.

I don't want to branch the code to be able to support 1.0, so I would
either find some way of supporting every version with a common (dynamic)
syntax, or be forced to drop 0.11.

At the same time, I want to replace my proprietary self-db-version checking
code with the Trac standard one.

In addition to that, I have rollbacks inside exception handling code, even
in read-only functions, but with some patience this is easily fixed.

(BTW, Genshi strict need for unicode strings was soon patched by one of my
users :D)

Anyone has developed such a generic code?

Ciao,
Roberto

[1] This 
code<http://testman4trac.svn.sourceforge.net/viewvc/testman4trac/tracgenericclass/trunk/tracgenericclass/util.py?revision=42&view=markup>,
from line 87, used for example as
this<http://testman4trac.svn.sourceforge.net/viewvc/testman4trac/tracgenericclass/trunk/tracgenericclass/model.py?revision=42&view=markup>,
from line 474.



2012/10/3 Peter Suter <[email protected]>

> On 03.10.2012 18:05, Christian Boos wrote:
>
>> Trac 0.11 is no longer maintained
>> since 2 years (last changeset on /branches/0.11-stable was committed the
>> 2012-10-16)
>>
>
> On 2010-10-16 actually. :)
>
> -- Peter
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Trac Development" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to trac-dev+unsubscribe@**
> googlegroups.com <trac-dev%[email protected]>.
> For more options, visit this group at http://groups.google.com/**
> group/trac-dev?hl=en <http://groups.google.com/group/trac-dev?hl=en>.
>
>

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

Reply via email to