<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel">
    <title>gmane.comp.version-control.subversion.trac.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4093"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4092"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4091"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4090"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4089"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4088"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4087"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4086"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4085"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4084"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4083"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4082"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4081"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4080"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4079"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4078"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4077"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4076"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4075"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4074"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4093">
    <title>[Trac-dev] Re: Allocating ticket IDs from external source</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4093</link>
    <description>
Patching that function is probably the easiest. I don't think it should
require other changes, but I can't say I've tried this so some plugins etc
might get confused.

--Noah



--~--~---------~--~----~------------~-------~--~----~
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&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Noah Kantrowitz</dc:creator>
    <dc:date>2008-08-20T21:52:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4092">
    <title>[Trac-dev] Allocating ticket IDs from external source</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4092</link>
    <description>
Hi,

This is probably an obscure question, but I'll ask anyway!

We're looking to replace our functional-but-limited in-house issue
tracking system with Trac. The IDs allocated to each item in our
system are assigned from an 'number allocation' database. That
database is central to our company systems and also allocates numbers
to other things in our systems such as documents. (The database has a
single table with one column which is an auto-incrementing primary
key, each request generates a new row (with dates and other tracking
data)).

What would be ideal is if Trac could use our number allocator to
allocate IDs to tickets, rather than using the auto-increment id
column to automatically allocate the next id.   I'm also considering
configuring Trac by using multiple projects, and so this would also
eliminate confusion since there could only be one defect with id 15,
otherwise each project would 'share' ticket IDs.

I've looked at the source and I think it's centred around ticket/
model.py, Ticket.insert. </description>
    <dc:creator>steve&lt; at &gt;spfweb.co.uk</dc:creator>
    <dc:date>2008-08-20T20:58:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4091">
    <title>[Trac-dev] Re: Ditching ClearSilver + deprecated APIs</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4091</link>
    <description>+1 here.  And I thought so too.

If there are plugins to migrate I am willing to help.

On Mon, Aug 18, 2008 at 9:39 AM, Noah Kantrowitz &lt;noah&lt; at &gt;coderanger.net&gt;wrote:


--~--~---------~--~----~------------~-------~--~----~
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&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

</description>
    <dc:creator>Jeffrey Hulten</dc:creator>
    <dc:date>2008-08-18T17:17:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4090">
    <title>[Trac-dev] Re: Ditching ClearSilver + deprecated APIs</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4090</link>
    <description>
+1 from me. I thought we already decided this ages ago.

--Noah




--~--~---------~--~----~------------~-------~--~----~
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&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Noah Kantrowitz</dc:creator>
    <dc:date>2008-08-18T16:39:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4089">
    <title>[Trac-dev] Re: Ditching ClearSilver + deprecated APIs</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4089</link>
    <description>I'm certainly not a strong voice on the subject, but since nobody has
replied so far, I thought I'd at least acknowledge that this message has
been heard :-)

osimons wrote:

I tend to be in favor of cleaning up sooner rather than later in
general, so count me as +1.

</description>
    <dc:creator>Remy Blank</dc:creator>
    <dc:date>2008-08-18T07:32:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4088">
    <title>[Trac-dev] Re: 0.12 and CGI</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4088</link>
    <description>
Jeroen Ruigrok van der Werven kirjoitti:

AFAIK there has been FCGI module available since August 2007...

</description>
    <dc:creator>Jani Tiainen</dc:creator>
    <dc:date>2008-08-16T13:11:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4087">
    <title>[Trac-dev] Re: 0.12 and CGI</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4087</link>
    <description>
-On [20080816 10:25], Noah Kantrowitz (noah&lt; at &gt;coderanger.net) wrote:

Then I see little reason not to move forward.

</description>
    <dc:creator>Jeroen Ruigrok van der Werven</dc:creator>
    <dc:date>2008-08-16T09:17:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4086">
    <title>[Trac-dev] Re: 0.12 and CGI</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4086</link>
    <description>
Pretty sure they support FCGI now.

--Noah

</description>
    <dc:creator>Noah Kantrowitz</dc:creator>
    <dc:date>2008-08-16T08:24:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4085">
    <title>[Trac-dev] Re: 0.12 and CGI</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4085</link>
    <description>
-On [20080815 19:01], Jeffrey Hulten (jeffh&lt; at &gt;tragicallyleet.com) wrote:

Mmm, what do current versions of IIS support?

</description>
    <dc:creator>Jeroen Ruigrok van der Werven</dc:creator>
    <dc:date>2008-08-16T08:00:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4084">
    <title>[Trac-dev] Ditching ClearSilver + deprecated APIs</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4084</link>
    <description>
Hi all,

While on the subject of getting rid of old code, I'm in favour of
ditching the remaining HDF code for 0.12 and clean up some of the main
code and apis to make the main request cycle code easier on the
eyes... Cleaner and easier to maintain.

This should also extend to old-style macro and permission APIs, and no
doubt some other transitions I don't remember off-hand.

If we are going to drop this for 0.12, I'd prefer to make this change
sooner rather than later so that any broken plugins can get updated
well before any release.

I suggest making this clean-up in a branch, as there are a number of
plugins that should be tested and details that should be ironed out as
we make the transition.


Comments?


:::simon

https://www.coderesort.com

--~--~---------~--~----~------------~-------~--~----~
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&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to </description>
    <dc:creator>osimons</dc:creator>
    <dc:date>2008-08-15T21:14:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4083">
    <title>[Trac-dev] Re: 0.12 and CGI</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4083</link>
    <description>Is there a documented preferred solution for IIS?  I don't use it but some
may.

Other than that with mod_python and tracd I am +1.

On Fri, Aug 15, 2008 at 12:53 AM, Jeroen Ruigrok van der Werven &lt;
asmodai&lt; at &gt;in-nomine.org&gt; wrote:


--~--~---------~--~----~------------~-------~--~----~
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&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

</description>
    <dc:creator>Jeffrey Hulten</dc:creator>
    <dc:date>2008-08-15T17:01:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4082">
    <title>[Trac-dev] Re: 0.12 and Python 2.3 support</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4082</link>
    <description>+1 on dropping 2.3.

On Fri, Aug 15, 2008 at 12:46 AM, Jeroen Ruigrok van der Werven &lt;
asmodai&lt; at &gt;in-nomine.org&gt; wrote:


--~--~---------~--~----~------------~-------~--~----~
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&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

</description>
    <dc:creator>Jeffrey Hulten</dc:creator>
    <dc:date>2008-08-15T16:48:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4081">
    <title>[Trac-dev] Re: 0.12 and CGI</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4081</link>
    <description>
-On [20080815 07:59], Noah Kantrowitz (noah&lt; at &gt;coderanger.net) wrote:

No problem for me. Given how abysmally slow CGI Trac works, it should not be
a preferred deployment solution.

</description>
    <dc:creator>Jeroen Ruigrok van der Werven</dc:creator>
    <dc:date>2008-08-15T07:53:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4080">
    <title>[Trac-dev] Re: 0.12 and Python 2.3 support</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4080</link>
    <description>
-On [20080815 01:15], Remy Blank (remy.blank&lt; at &gt;pobox.com) wrote:

Yes please. We need to bring the code up to 2.4's level. :)

Thanks!

</description>
    <dc:creator>Jeroen Ruigrok van der Werven</dc:creator>
    <dc:date>2008-08-15T07:46:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4079">
    <title>[Trac-dev] 0.12 and CGI</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4079</link>
    <description>How would people feel about dropping official support for CGI? I would 
say we should leave the code related to it, but just don't mention it at 
all in the docs. Really there are very few circumstances when you should 
use CGI as is, and if you don't already know how to configure it you 
probably should be using something else.

--Noah

</description>
    <dc:creator>Noah Kantrowitz</dc:creator>
    <dc:date>2008-08-15T05:58:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4078">
    <title>[Trac-dev] XHTML validation and i18n</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4078</link>
    <description>Since Jonas merged my XHTML validation patch to trunk in [7459], I see 
heaps of XHTML validation failures (66 failures, 5 errors) in functional 
tests, all of them due to the presence of xmlns:i18n namespace 
declarations in &lt;html&gt; tags and i18n:msg attributes in others.

(You need to have lxml installed to see the failures, otherwise XHTML 
validation is skipped.)

I have been reading about these attributes in the Genshi doc and #129 in 
the Genshi trac, and I understand that these attributes should be 
stripped at the rendering stage. However, this doesn't seem to happen here.

I am using Genshi 0.5.1. Is this version too old? Does Trac-trunk 
currently require Genshi-trunk as well?

</description>
    <dc:creator>Remy Blank</dc:creator>
    <dc:date>2008-08-15T01:28:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4077">
    <title>[Trac-dev] Re: 0.12 and Python 2.3 support</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4077</link>
    <description>
There are a few uses of the pre-2.4 decorator idiom, mainly with 
staticmethod and classmethod:

   def my_static_method():
       pass
   my_static_method = staticmethod(my_static_method)

This can now be replaced with the &lt; at &gt;-syntax:

   &lt; at &gt;staticmethod
   def my_static_method():
       pass

Do you want me to browse through the code and replace all occurrences?

</description>
    <dc:creator>Remy Blank</dc:creator>
    <dc:date>2008-08-14T23:15:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4076">
    <title>[Trac-dev] Re: LDAP Permissions under 0.11</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4076</link>
    <description>
Hi Manu,

thats good news, if i can make any contributions to this, just give me
a hint.

Cheers,
Kevin.

On 14 Aug., 09:43, "Emmanuel Blot" &lt;manu.b...&lt; at &gt;gmail.com&gt; wrote:

--~--~---------~--~----~------------~-------~--~----~
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&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Kevin Loehmann</dc:creator>
    <dc:date>2008-08-14T08:09:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4075">
    <title>[Trac-dev] LDAP Permissions under 0.11</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4075</link>
    <description>
Hello,

at my company we are using trac 0.11. Currently we are migrating all
users and permissions to a central ldap directory. Unfortunately the
ldap permission plugin currently implements the IPermissionStore from
trac 0.10. As far as i can see, there is just one additional method
(get_users_with_permissions) in the 0.11 API. Has anyone already made
an effort to implement this method?

Thanks a lot in advance,

Kevin.


--~--~---------~--~----~------------~-------~--~----~
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&lt; at &gt;googlegroups.com
To unsubscribe from this group, send email to trac-dev+unsubscribe&lt; at &gt;googlegroups.com
For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


</description>
    <dc:creator>Kevin Loehmann</dc:creator>
    <dc:date>2008-08-14T07:31:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4074">
    <title>[Trac-dev] Re: LDAP Permissions under 0.11</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4074</link>
    <description>
The plugin has not been maintained for a while (as I was not using it anymore)

I plan to re-integrate it into our Trac installations, so I hope to be
able to update it in the next weeks (september)

Cheers,
Manu

On Thu, Aug 14, 2008 at 9:31 AM, Kevin Loehmann
&lt;kevin.loehmann&lt; at &gt;coldspot.de&gt; wrote:



</description>
    <dc:creator>Emmanuel Blot</dc:creator>
    <dc:date>2008-08-14T07:43:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4073">
    <title>[Trac-dev] Re: 0.12 and Python 2.3 support</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.subversion.trac.devel/4073</link>
    <description>
-On [20080731 00:02], Jeroen Ruigrok van der Werven (asmodai&lt; at &gt;in-nomine.org) wrote:

Compatibility code and imports are now removed.
I should have caught them all, but if I did miss something, please feel free
to fix or let me know. At least my tests showed that nothing broke.

The codebase still has various comments and code for 2.3 workarounds. As you
encounter them, feel free to clean them up.

</description>
    <dc:creator>Jeroen Ruigrok van der Werven</dc:creator>
    <dc:date>2008-08-13T20:36:48</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.version-control.subversion.trac.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.version-control.subversion.trac.devel</link>
  </textinput>
</rdf:RDF>
