Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: Dev

Is it all right to merge for unicodeSpliting at ZCTextIndex?

 

 

Zope dev RSS feed   Index | Next | Previous | View Threaded


tyam at mac

Oct 12, 2009, 9:11 AM

Post #1 of 8 (1101 views)
Permalink
Is it all right to merge for unicodeSpliting at ZCTextIndex?

I would like to merge the following change to the trunk.

svn diff -r 104723:104761 svn://svn.zope.org/repos/main/Zope/branches/tyam-unicodeSplitterPatch

This change is to add a hook for proper text indexing for Ease Asian
Languages(CJK).

Is it all right to merge this?

Thank you in advance.
Takeshi Yamamoto
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


davidglick at onenw

Oct 12, 2009, 9:19 AM

Post #2 of 8 (1043 views)
Permalink
Re: Is it all right to merge for unicodeSpliting at ZCTextIndex? [In reply to]

Takeshi Yamamoto wrote:
> I would like to merge the following change to the trunk.
>
> svn diff -r 104723:104761 svn://svn.zope.org/repos/main/Zope/branches/tyam-unicodeSplitterPatch
>
> This change is to add a hook for proper text indexing for Ease Asian
> Languages(CJK).
>
> Is it all right to merge this?
>
Don't you actually want to merge it to the 2.12 branch?
David
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


tyam at mac

Oct 12, 2009, 9:23 AM

Post #3 of 8 (1044 views)
Permalink
Re: Is it all right to merge for unicodeSpliting at ZCTextIndex? [In reply to]

I would like to make this change effective as soon as possible.
So, hopefully to the 2.12.1.

I thought applying to the trunk is the fastest way to do so.

Takeshi

On Oct 13, 2009, at 1:19 AM, David Glick wrote:

> Takeshi Yamamoto wrote:
>> I would like to merge the following change to the trunk.
>>
>> svn diff -r 104723:104761 svn://svn.zope.org/repos/main/Zope/branches/tyam-unicodeSplitterPatch
>>
>> This change is to add a hook for proper text indexing for Ease
>> Asian Languages(CJK).
>>
>> Is it all right to merge this?
>>
> Don't you actually want to merge it to the 2.12 branch?
> David

_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


hanno at hannosch

Oct 12, 2009, 9:29 AM

Post #4 of 8 (1042 views)
Permalink
Re: Is it all right to merge for unicodeSpliting at ZCTextIndex? [In reply to]

On Mon, Oct 12, 2009 at 6:23 PM, Takeshi Yamamoto <tyam [at] mac> wrote:
> I would like to make this change effective as soon as possible.
> So, hopefully to the 2.12.1.

There's both a maintenance branch for 2.12 and trunk (which will become 2.13).

I'm +1 on merging. It looks simple enough and I know it makes proper
east-asian indexing support possible in Plone.

Hanno
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


lists at zopyx

Oct 12, 2009, 10:36 PM

Post #5 of 8 (1034 views)
Permalink
Re: Is it all right to merge for unicodeSpliting at ZCTextIndex? [In reply to]

Am 12.10.09 18:11, schrieb Takeshi Yamamoto:
> I would like to merge the following change to the trunk.
>
> svn diff -r 104723:104761 svn://svn.zope.org/repos/main/Zope/branches/tyam-unicodeSplitterPatch
>
> This change is to add a hook for proper text indexing for Ease Asian
> Languages(CJK).
>
> Is it all right to merge this?
go ahead.

Andreas
Attachments: lists.vcf (0.31 KB)


tyam at mac

Oct 13, 2009, 8:11 AM

Post #6 of 8 (1034 views)
Permalink
Re: Is it all right to merge for unicodeSpliting at ZCTextIndex? [In reply to]

This merge was committed to Zope/branches/2.12 branch successfully.

Committed revision 105033.

I think this change supposed to be merged from 2.12 branch to the
trunk sometime later.
So, I assumed that I should not merge this change to the trunk.

Thank you for supporting.
Takeshi

On Oct 13, 2009, at 2:36 PM, Andreas Jung wrote:

> Am 12.10.09 18:11, schrieb Takeshi Yamamoto:
>> I would like to merge the following change to the trunk.
>>
>> svn diff -r 104723:104761 svn://svn.zope.org/repos/main/Zope/branches/tyam-unicodeSplitterPatch
>>
>> This change is to add a hook for proper text indexing for Ease Asian
>> Languages(CJK).
>>
>> Is it all right to merge this?
> go ahead.
>
> Andreas
> <lists.vcf>

_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


davidglick at onenw

Oct 13, 2009, 9:18 AM

Post #7 of 8 (1032 views)
Permalink
Re: Is it all right to merge for unicodeSpliting at ZCTextIndex? [In reply to]

Takeshi Yamamoto wrote:
> This merge was committed to Zope/branches/2.12 branch successfully.
>
> Committed revision 105033.
>
> I think this change supposed to be merged from 2.12 branch to the
> trunk sometime later.
> So, I assumed that I should not merge this change to the trunk.
>
Please do merge it to trunk also. Otherwise the change won't be
included in Zope 2.13 and following.
David
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


tyam at mac

Oct 13, 2009, 9:38 AM

Post #8 of 8 (1023 views)
Permalink
Re: Is it all right to merge for unicodeSpliting at ZCTextIndex? [In reply to]

Thank you very much for advice.

Merging to the Zope/trunk is also done successfully.
Committed revision 105051.

Takeshi

On Oct 14, 2009, at 1:18 AM, David Glick wrote:

> Takeshi Yamamoto wrote:
>> This merge was committed to Zope/branches/2.12 branch successfully.
>>
>> Committed revision 105033.
>>
>> I think this change supposed to be merged from 2.12 branch to the
>> trunk sometime later.
>> So, I assumed that I should not merge this change to the trunk.
>>
> Please do merge it to trunk also. Otherwise the change won't be
> included in Zope 2.13 and following.
> David

_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )

Zope dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.