[Z3lab-checkins] r2452 - cpsskins/branches/jmo-perspectives/ui/framework

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 10:56:40 2006 New Revision: 2452 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - simpler code Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js

[Z3lab-checkins] r2453 - cpsskins/branches/jmo-perspectives/ui/framework

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 12:03:26 2006 New Revision: 2453 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - code simplifications Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js

[Z3lab-checkins] r2454 - cpsskins/branches/jmo-perspectives/ui/framework

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 12:28:24 2006 New Revision: 2454 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - we unsubscribe from events that are only used once (initialization, setup) - the subscription list is cleaned up when there are no subscribers

[Z3lab-checkins] r2456 - cpsskins/branches/jmo-perspectives/ui/framework

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 13:44:27 2006 New Revision: 2456 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - simplifications: the scheduler doesn't need to know about the node on which the effect is applied. Modified:

[Z3lab-checkins] r2457 - cpsskins/branches/jmo-perspectives/ui/framework

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 15:17:08 2006 New Revision: 2457 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - we compare the new data to store with the old data to avoid firing an event for nothing if the data is the same. Modified:

[Z3lab-checkins] r2458 - cpsskins/branches/jmo-perspectives/ui/framework

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 16:17:33 2006 New Revision: 2458 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - added a function for refreshing the view Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js

[Z3lab-checkins] r2461 - cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/treeview

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 18:30:18 2006 New Revision: 2461 Modified: cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/treeview/cpsskins_treeview.pt Log: - using readData() instead of getData() otherwise the requested data can arrive after the data returned

[Z3lab-checkins] r2463 - cpsskins/branches/jmo-perspectives/ui/framework

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 19:07:38 2006 New Revision: 2463 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - more robust code Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js

[Z3lab-checkins] r2464 - cpsskins/branches/jmo-perspectives/ui/framework/doc

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 20:42:07 2006 New Revision: 2464 Modified: cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt Log: - doc update Modified: cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt

[Z3lab-checkins] r2465 - in cpsskins/branches/jmo-perspectives/ui: authoring screens

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 21:07:42 2006 New Revision: 2465 Modified: cpsskins/branches/jmo-perspectives/ui/authoring/configure.zcml cpsskins/branches/jmo-perspectives/ui/authoring/definitions.py cpsskins/branches/jmo-perspectives/ui/authoring/views.py

[Z3lab-checkins] r2466 - cpsskins/branches/jmo-perspectives/ui/framework/tests/functional

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 21:11:13 2006 New Revision: 2466 Modified: cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/tests.html Log: - added link to the effects test Modified: cpsskins/branches/jmo-perspectives/ui/framework/tests/functional/tests.html

[Z3lab-checkins] r2467 - cpsskins/branches/jmo-perspectives/ui/framework

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 21:38:44 2006 New Revision: 2467 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - better API for registering controllers, storage adapters, widgets, effects Modified:

[Z3lab-checkins] r2468 - cpsskins/branches/jmo-perspectives/ui/framework/doc

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 21:39:06 2006 New Revision: 2468 Modified: cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt Log: - doc update Javascript API Modified: cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt

[Z3lab-checkins] r2469 - in cpsskins/branches/jmo-perspectives/ui/framework: . doc tests/functional tests/functional/behaviour tests/unit tests/zope3/functional/treeview

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 22:09:31 2006 New Revision: 2469 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt

[Z3lab-checkins] r2470 - cpsskins/branches/jmo-perspectives/ui/framework

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 23:06:41 2006 New Revision: 2470 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - fixes: the model's data is stored in model._data and the data schema definition is in model.def.data - added low-level IO methods (readData /

[Z3lab-checkins] r2471 - cpsskins/branches/jmo-perspectives/ui/framework/doc

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 23:11:22 2006 New Revision: 2471 Modified: cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt Log: - doc update Modified: cpsskins/branches/jmo-perspectives/ui/framework/doc/index.txt

[Z3lab-checkins] r2472 - cpsskins/branches/jmo-perspectives/ui/framework

2006-02-25 Thread svn
Author: jmorliaguet Date: Sat Feb 25 23:14:22 2006 New Revision: 2472 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - private methods begin with _ Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js

[Z3lab-checkins] r2474 - cookbook/trunk

2006-02-25 Thread svn
Author: tziade Date: Sun Feb 26 00:34:20 2006 New Revision: 2474 Added: cookbook/trunk/macros.tex cookbook/trunk/recipe0.tex Log: added macros and recipe 0 Added: cookbook/trunk/macros.tex == --- (empty file) +++

[Z3lab-checkins] r2476 - cookbook/trunk

2006-02-25 Thread svn
Author: tziade Date: Sun Feb 26 00:50:55 2006 New Revision: 2476 Modified: cookbook/trunk/macros.tex cookbook/trunk/recipe0.en.tex Log: added status Modified: cookbook/trunk/macros.tex == ---