[Framework-Team] Re: plip 101 - batch and sort

2007-01-24 Thread Florian Kamm

Godefroid Chapelle wrote:

Raphael Ritz wrote:

whit schrieb:

Hi Whit,


how far along is your student


so far that you can get a Product from the URL mentioned
below to install this into a Plone-2.5.x site.
And it works ;-)


and are they using kss to do this?


Yes.


very interested, was looking at tackling this this week.



so maybe you want to take a look there first.

Raphael

PS: for the impatient ;-)

The kss declarations are:

table.listing th:click {
evt-click-preventdefault: True;
action-server: manipulateBatch;
manipulateBatch-field: nodeAttr("id");
manipulateBatch-sort: nodeAttr("sort");
}

div.listingBar span.navigator:click {
evt-click-preventdefault: True;
action-server: browseBatch;
browseBatch-start: nodeAttr("bstart");
}

body:load {
action-server: replaceNavigator;
}
/*
body:unload {
action-server: clearSessionObject;
}*/

where the server actions called from there are provided
by view classes configured for the folder and topic
respectively. Other than that the are only two new
templates with modified listing and navigation macros
(well, and the Batch class is patched to provide some
suitable info in addition).

It's really not much code.



I had not seen this before today... Great !

Thanks.

Is there a public SVN where we can take a look ?
I recently moved the product to the collective. It could be accessed 
from https://svn.plone.org/svn/collective/BatchIt/.

Momentarily I work on suitable tests, I hope I get them ready soon...
Florian, how is your experience with KSS ? It would be interesting to 
have some feedback. Balazs and I (at least) will be sprinting in the 
snow. So we could take a look at your remarks, if there are any.

I'll write you a seperate email concerning my experiences...

Florian


___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


[Framework-Team] Re: plip 101 - batch and sort

2007-01-24 Thread Florian Kamm

Martin Aspeli wrote:

Florian Schulze wrote:
On Tue, 23 Jan 2007 14:22:18 +0100, Godefroid Chapelle  
<[EMAIL PROTECTED]> wrote:


Florian, how is your experience with KSS ? It would be interesting 
to  have some feedback. Balazs and I (at least) will be sprinting in 
the  snow. So we could take a look at your remarks, if there are any.


I didn't really look at it since the Archipelago sprint. I briefly  
followed checkins and made some remarks to Balazs, but nothing 
serious. I  will probably have the most contact with it during the UI 
sprint.


I think he may have been talking about a different Florian, but I do 
sincerely hope you get more involved in our KSS story, we need it!


Martin



Yes, I think the comment addressed me...

Florian Kamm


___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


[Framework-Team] Re: plip 101 - batch and sort

2007-01-24 Thread Florian Schulze
On Tue, 23 Jan 2007 23:58:06 +0100, Martin Aspeli  
<[EMAIL PROTECTED]> wrote:


I think he may have been talking about a different Florian, but I do  
sincerely hope you get more involved in our KSS story, we need it!


Oh, right :) There is another Florian involved in this :)

Regards,
Florian Schulze


___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


[Framework-Team] Re: plip 101 - batch and sort

2007-01-23 Thread Martin Aspeli

Florian Schulze wrote:
On Tue, 23 Jan 2007 14:22:18 +0100, Godefroid Chapelle  
<[EMAIL PROTECTED]> wrote:


Florian, how is your experience with KSS ? It would be interesting to  
have some feedback. Balazs and I (at least) will be sprinting in the  
snow. So we could take a look at your remarks, if there are any.


I didn't really look at it since the Archipelago sprint. I briefly  
followed checkins and made some remarks to Balazs, but nothing serious. I  
will probably have the most contact with it during the UI sprint.


I think he may have been talking about a different Florian, but I do 
sincerely hope you get more involved in our KSS story, we need it!


Martin


___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


[Framework-Team] Re: plip 101 - batch and sort

2007-01-23 Thread Florian Schulze
On Tue, 23 Jan 2007 14:22:18 +0100, Godefroid Chapelle  
<[EMAIL PROTECTED]> wrote:


Florian, how is your experience with KSS ? It would be interesting to  
have some feedback. Balazs and I (at least) will be sprinting in the  
snow. So we could take a look at your remarks, if there are any.


I didn't really look at it since the Archipelago sprint. I briefly  
followed checkins and made some remarks to Balazs, but nothing serious. I  
will probably have the most contact with it during the UI sprint.


Regards,
Florian Schulze


___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


[Framework-Team] Re: plip 101 - batch and sort

2007-01-23 Thread Godefroid Chapelle

Raphael Ritz wrote:

whit schrieb:

Hi Whit,


how far along is your student


so far that you can get a Product from the URL mentioned
below to install this into a Plone-2.5.x site.
And it works ;-)


and are they using kss to do this?


Yes.


very interested, was looking at tackling this this week.



so maybe you want to take a look there first.

Raphael

PS: for the impatient ;-)

The kss declarations are:

table.listing th:click {
evt-click-preventdefault: True;
action-server: manipulateBatch;
manipulateBatch-field: nodeAttr("id");
manipulateBatch-sort: nodeAttr("sort");
}

div.listingBar span.navigator:click {
evt-click-preventdefault: True;
action-server: browseBatch;
browseBatch-start: nodeAttr("bstart");
}

body:load {
action-server: replaceNavigator;
}
/*
body:unload {
action-server: clearSessionObject;
}*/

where the server actions called from there are provided
by view classes configured for the folder and topic
respectively. Other than that the are only two new
templates with modified listing and navigation macros
(well, and the Batch class is patched to provide some
suitable info in addition).

It's really not much code.



I had not seen this before today... Great !

Is there a public SVN where we can take a look ?

Florian, how is your experience with KSS ? It would be interesting to 
have some feedback. Balazs and I (at least) will be sprinting in the 
snow. So we could take a look at your remarks, if there are any.


--
Godefroid Chapelle (aka __gotcha)- BubbleNet  http://bubblenet.be


___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team


[Framework-Team] Re: plip 101 - batch and sort

2007-01-04 Thread Martin Aspeli

Raphael Ritz wrote:

Hi guys,

this is just to let you know that student of mine, Florian Kamm,
is implementing a solution for PLIP 101

  http://plone.org/products/plone/roadmap/101

 "Sortable tables need to be improved, the javascript needs to
  be cleaned up and if the table is part of a batch it should
  handle the whole batch, not only the visible part."

You can get the current code from

   http://plone.org/products/batchit

I know that this Plip isn't on our current agenda but still I thought
I just let you know. As it's AJAX-based it might make for another nice
use case in that context.

Florian and I are willing to donate the code to the foundation and
to do the integration work should the team decide to go for it.

Let me know what you all think.


I think this sounds interesting, and it's certainly functionality we 
would want. I wouldn't have any time to dedicate to it personally, 
though, and I know we have a lot of work on existing PLIPs.


It wouldn't bother me much if we didn't land this before 3.5 in light of 
everything else we have to do, but if it's going to be easy to merge and 
someone has time to review it it'd be a nice bonus to get it now.


Martin


___
Framework-Team mailing list
Framework-Team@lists.plone.org
http://lists.plone.org/mailman/listinfo/framework-team