Re: [PLIP-Advisories] [Plone] #10809: Table sort internationalization

2010-12-11 Thread Change notifications for Plone PLIPs on Trac.
#10809: Table sort internationalization
-+--
 Reporter:  thomasdesvenain  |Owner:
 Type:  PLIP |   Status:  closed
 Priority:  minor|Milestone:  4.1   
Component:  Javascript   |   Resolution:  fixed 
 Keywords:  dates, sort, table, listing  |  
-+--
Changes (by esteele):

  * status:  reopened = closed
  * resolution:  = fixed


Comment:

 (In [46257]) Merge PLIP #10809. Closes #10809

-- 
Ticket URL: http://dev.plone.org/plone/ticket/10809#comment:15
Plone http://plone.org
Plone Content Management System
___
PLIP-Advisories mailing list
plip-advisor...@lists.plone.org
http://lists.plone.org/mailman/listinfo/plip-advisories


Re: [PLIP-Advisories] [Plone] #10809: Table sort internationalization

2010-12-07 Thread Change notifications for Plone PLIPs on Trac.
#10809: Table sort internationalization
-+--
 Reporter:  thomasdesvenain  |Owner:  
 Type:  PLIP |   Status:  reopened
 Priority:  minor|Milestone:  4.1 
Component:  Javascript   |   Resolution:  
 Keywords:  dates, sort, table, listing  |  
-+--

Comment(by eleddy):

 (In [46192]) table sort internationalization review. refs #10809

-- 
Ticket URL: http://dev.plone.org/plone/ticket/10809#comment:14
Plone http://plone.org
Plone Content Management System
___
PLIP-Advisories mailing list
plip-advisor...@lists.plone.org
http://lists.plone.org/mailman/listinfo/plip-advisories


Re: [PLIP-Advisories] [Plone] #10809: Table sort internationalization

2010-11-26 Thread Change notifications for Plone PLIPs on Trac.
#10809: Table sort internationalization
-+--
 Reporter:  thomasdesvenain  |Owner:  
 Type:  PLIP |   Status:  reopened
 Priority:  minor|Milestone:  4.1 
Component:  Javascript   |   Resolution:  
 Keywords:  dates, sort, table, listing  |  
-+--

Comment(by robgietema):

 Added review: http://svn.plone.org/svn/plone/buildouts/plone-
 coredev/branches/4.1/plips/plip10809-review-robgietema.txt

-- 
Ticket URL: http://dev.plone.org/plone/ticket/10809#comment:13
Plone http://plone.org
Plone Content Management System
___
PLIP-Advisories mailing list
plip-advisor...@lists.plone.org
http://lists.plone.org/mailman/listinfo/plip-advisories


Re: [PLIP-Advisories] [Plone] #10809: Table sort internationalization

2010-10-02 Thread Change notifications for Plone PLIPs on Trac.
#10809: Table sort internationalization
-+--
 Reporter:  thomasdesvenain  |Owner:  
 Type:  PLIP |   Status:  reopened
 Priority:  minor|Milestone:  4.1 
Component:  Javascript   |   Resolution:  
 Keywords:  dates, sort, table, listing  |  
-+--

Comment(by thomasdesvenain):

 Implementation done, ready for review

-- 
Ticket URL: http://dev.plone.org/plone/ticket/10809#comment:12
Plone http://plone.org
Plone Content Management System
___
PLIP-Advisories mailing list
plip-advisor...@lists.plone.org
http://lists.plone.org/mailman/listinfo/plip-advisories


Re: [PLIP-Advisories] [Plone] #10809: Table sort internationalization

2010-09-26 Thread Change notifications for Plone PLIPs on Trac.
#10809: Table sort internationalization
-+--
 Reporter:  thomasdesvenain  |Owner:
 Type:  PLIP |   Status:  closed
 Priority:  minor|Milestone:  4.1   
Component:  Javascript   |   Resolution:  fixed 
 Keywords:  dates, sort, table, listing  |  
-+--
Changes (by thomasdesvenain):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 I implemented the feature and a fix in
 https://svn.plone.org/svn/plone/Plone/branches/plip10809-improve-
 tablesorter (use https://svn.plone.org/svn/plone/buildouts/plone-
 coredev/branches/4.1/plips/plip10809-improve-tablesorter.cfg buildout
 conf)

 I used sortabledata-xxx for naming.

 I could'nt write unit tests (using test_ecmascripts) because of general
 architecture of table_sorter.js. i don't know how to run javascript
 initialization (using coding style : (function($) {code})(jQuery) in
 ecmascript tests environment... If you can help.

 I tried this code using this example page template in custom :
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en-US
   lang=en-US
   metal:use-macro=here/main_template/macros/master
   i18n:domain=plone

 body

 metal:content-core fill-slot=content-core
 table class=listing
   thead
 tr
   thTitle/th
   thNumber/th
   thDate/th
   thSize/th
   thAuthor/th
   thOld number/th
 thOld name/th
 /tr
   /thead
   tbody
 tr
   td class=sortabledata-mytitle1my title 1/td
   td class=sortabledata-3Trois/td
   td class=sortabledata-2011-01-094th setpember, 2011/td
   td class=sortabledata-10001 Kb/td
   td class=emphasize   sortabledata-sorenJørgen/td
   td5/td
   tdbleu/td
 /tr
 tr
   td class=sortabledata-mytitle3MY TITLE 3/td
   td class=sortabledata-1212/td
 td class=sortabledata-2010-05-095 septembre
 2010/td
   td class=emphasize sortabledata-1001 Gb/td
   td class=sortabledata-eliseÉlise/td
   td21/td
   tdblanc/td
 /tr
 tr
   td class=emphasize sortabledata-mytitle2My Title 2/td
   td class=sortabledata-7VII/td
 td
 class=sortabledata-2010-05-1205/12/2010/td
   td class=sortabledata-1010 bytes/td
   td class=sortabledata-joseJosé/td
   td8/td
   tdrouge/td
 /tr
   /tbody
 /table
 /metal:content-core

 /body

 /html

-- 
Ticket URL: http://dev.plone.org/plone/ticket/10809#comment:10
Plone http://plone.org
Plone Content Management System
___
PLIP-Advisories mailing list
plip-advisor...@lists.plone.org
http://lists.plone.org/mailman/listinfo/plip-advisories


Re: [PLIP-Advisories] [Plone] #10809: Table sort internationalization

2010-09-26 Thread Change notifications for Plone PLIPs on Trac.
#10809: Table sort internationalization
-+--
 Reporter:  thomasdesvenain  |Owner:  
 Type:  PLIP |   Status:  reopened
 Priority:  minor|Milestone:  4.1 
Component:  Javascript   |   Resolution:  
 Keywords:  dates, sort, table, listing  |  
-+--
Changes (by thomasdesvenain):

  * status:  closed = reopened
  * resolution:  fixed =


-- 
Ticket URL: http://dev.plone.org/plone/ticket/10809#comment:11
Plone http://plone.org
Plone Content Management System
___
PLIP-Advisories mailing list
plip-advisor...@lists.plone.org
http://lists.plone.org/mailman/listinfo/plip-advisories