Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
1.1.1dev: RFC on the planned ApiChanges
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Christian Boos  
View profile  
 More options Oct 3 2012, 6:52 am
From: Christian Boos <christian.b...@free.fr>
Date: Wed, 03 Oct 2012 12:51:50 +0200
Local: Wed, Oct 3 2012 6:51 am
Subject: 1.1.1dev: RFC on the planned ApiChanges
Hello,

Some time ago I've updated the ApiChanges page for 1.1.1, proposing a
few changes that I think would be good to undertake early in the 1.1.x
development cycle.

  http://trac.edgewall.org/wiki/TracDev/ApiChanges/1.1.1

Among these, I suggest that we now only target Python 2.6 and 2.7,
and I highlight there a few possible benefits of dropping 2.5 support.
Another "benefit" would be to get the syntax closer to Python 3 (3.3 and
beyond, see #10083).

So for those who have not yet reviewed the proposed changes, this is the
occasion to do so and give me some feedback about it ;-)

Thanks,

-- Christian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Remy Blank  
View profile  
 More options Oct 3 2012, 7:09 am
From: Remy Blank <remy.bl...@pobox.com>
Date: Wed, 03 Oct 2012 13:07:24 +0200
Local: Wed, Oct 3 2012 7:07 am
Subject: Re: [Trac-dev] 1.1.1dev: RFC on the planned ApiChanges

Christian Boos wrote:
> So for those who have not yet reviewed the proposed changes, this is the
> occasion to do so and give me some feedback about it ;-)

All good for me. I'm not sure it's worth switching from the implements()
function to a class decorator, but it *would* cut down on the magic.

-- Remy

  signature.asc
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Suter  
View profile  
 More options Oct 3 2012, 1:16 pm
From: Peter Suter <petsu...@gmail.com>
Date: Wed, 03 Oct 2012 19:16:33 +0200
Local: Wed, Oct 3 2012 1:16 pm
Subject: Re: [Trac-dev] 1.1.1dev: RFC on the planned ApiChanges
On 03.10.2012 12:51, Christian Boos wrote:

> So for those who have not yet reviewed the proposed changes, this is the
> occasion to do so and give me some feedback about it ;-)

Sounds good to me. Are there already tickets associated with these, or
should new ones be created when a particular point gets tackled?

-- Peter


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian Boos  
View profile  
 More options Oct 3 2012, 1:28 pm
From: Christian Boos <christian.b...@free.fr>
Date: Wed, 03 Oct 2012 19:28:20 +0200
Local: Wed, Oct 3 2012 1:28 pm
Subject: Re: [Trac-dev] 1.1.1dev: RFC on the planned ApiChanges
On 10/3/2012 7:16 PM, Peter Suter wrote:

> On 03.10.2012 12:51, Christian Boos wrote:
>> So for those who have not yet reviewed the proposed changes, this is the
>> occasion to do so and give me some feedback about it ;-)

> Sounds good to me. Are there already tickets associated with these, or
> should new ones be created when a particular point gets tackled?

I just created one for Babel 1.0 support, because there was an actual
issue (#10882).
And yes, for the other items, new tickets can be created if there's
something to discuss or if there are patches to review.

-- Christian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Nelson  
View profile  
 More options Oct 3 2012, 2:20 pm
From: Christopher Nelson <chris.nelson.1...@gmail.com>
Date: Wed, 3 Oct 2012 14:19:57 -0400
Local: Wed, Oct 3 2012 2:19 pm
Subject: Re: [Trac-dev] 1.1.1dev: RFC on the planned ApiChanges

> Some time ago I've updated the ApiChanges page for 1.1.1, proposing a
> few changes that I think would be good to undertake early in the 1.1.x
> development cycle.

>   http://trac.edgewall.org/wiki/TracDev/ApiChanges/1.1.1

> Among these, I suggest that we now only target Python 2.6 and 2.7,
> and I highlight there a few possible benefits of dropping 2.5 support.
> Another "benefit" would be to get the syntax closer to Python 3 (3.3 and
> beyond, see #10083).

> So for those who have not yet reviewed the proposed changes, this is the
> occasion to do so and give me some feedback about it ;-)

Date type custom fields would be nice.

I worry how I'm going to support multiple version of Trac in my
plugins since I can't figure out how to branch in svn at T-H.o, let
alone make it talk nice with my local git repositories.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steffen Hoffmann  
View profile  
 More options Oct 3 2012, 3:08 pm
From: Steffen Hoffmann <hoff...@web.de>
Date: Wed, 03 Oct 2012 21:08:21 +0200
Local: Wed, Oct 3 2012 3:08 pm
Subject: Re: [Trac-dev] 1.1.1dev: RFC on the planned ApiChanges
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03.10.2012 20:19, Christopher Nelson wrote:

> Date type custom fields would be nice.

This is about #1942, finally implemented with
 type = time
 format = date
 since [11333] in `trunk` for 1.1, if you want to test it. I use this
code and predecessors in production for years now - indispensable for me.

Steffen Hoffmann
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlBsjSMACgkQ31DJeiZFuHcpAQCdGzzeztTcMz8/hKMHSb1MyBri
acYAoJDjlLXKQMmMC5TAUTYf0L0Mp3ti
=ZmTz
-----END PGP SIGNATURE-----


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steffen Hoffmann  
View profile  
 More options Oct 3 2012, 3:12 pm
From: Steffen Hoffmann <hoff...@web.de>
Date: Wed, 03 Oct 2012 21:12:34 +0200
Local: Wed, Oct 3 2012 3:12 pm
Subject: Re: [Trac-dev] 1.1.1dev: RFC on the planned ApiChanges
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03.10.2012 20:19, Christopher Nelson wrote:

> how to branch in svn

Just copy you plugin code to a named directory below
 <your-plugin>/branches/your_plugin-<major>.<minor>

In contrast to Mercurial SVN has no distinct concept of branches, and I
guess that's the same story for Git.

Steffen Hoffmann
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlBsjiAACgkQ31DJeiZFuHdCtwCfSFiVK0BlUu092GtzMSWbzeLM
MTAAoOLTwHmbjgV/6mlq+AWD3fQvLioi
=MWkH
-----END PGP SIGNATURE-----


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christopher Nelson  
View profile  
 More options Oct 3 2012, 3:16 pm
From: Christopher Nelson <chris.nelson.1...@gmail.com>
Date: Wed, 3 Oct 2012 15:16:15 -0400
Local: Wed, Oct 3 2012 3:16 pm
Subject: Re: [Trac-dev] 1.1.1dev: RFC on the planned ApiChanges

> On 03.10.2012 20:19, Christopher Nelson wrote:
>> how to branch in svn

> Just copy you plugin code to a named directory below
>  <your-plugin>/branches/your_plugin-<major>.<minor>

> In contrast to Mercurial SVN has no distinct concept of branches, and I
> guess that's the same story for Git.

I have no access to SVN.   I use git locally and git-svn to copy
to/from T-H.o.

My problem is, if I create a branch with:

  git checkout -b Trac-0.11 master

what do I then add to

  git svn ...

to push that branch to T-H.o?

            Chris


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Roberto Longobardi  
View profile  
 More options Oct 5 2012, 6:12 am
From: Roberto Longobardi <secc...@gmail.com>
Date: Fri, 5 Oct 2012 12:11:55 +0200
Local: Fri, Oct 5 2012 6:11 am
Subject: Re: [Trac-dev] 1.1.1dev: RFC on the planned ApiChanges

I would vote against this:
*
*
*>>The @with_transaction(env) / @env.with_transaction() decorators
introduced in 0.12 which have been deprecated in Trac 1.0 have been removed
as well.*

I understand that the new syntax is more functional, but removing this one
would force plugin maintainers to fork their code in order to keep support
for 0.12 and 1.1.1 at the same time.

Roberto

2012/10/3 Christopher Nelson <chris.nelson.1...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »