[Z3lab-checkins] r2266 - azax/branches/snowsprint/tests

2006-02-02 Thread svn
Author: bree Date: Thu Feb 2 09:07:30 2006 New Revision: 2266 Modified: azax/branches/snowsprint/tests/test_azaxview.py Log: test code import changing Modified: azax/branches/snowsprint/tests/test_azaxview.py == ---

[Z3lab-checkins] r2267 - azax/branches/snowsprint

2006-02-02 Thread svn
Author: bree Date: Thu Feb 2 10:36:44 2006 New Revision: 2267 Added: azax/branches/snowsprint/BeautifulSoup.py Modified: azax/branches/snowsprint/azaxview.py Log: Fixing HTML namespace problem (needed for IE) - by introducing wrapped parsers, at the moment BeautifulSoup is used Added:

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

2006-02-02 Thread svn
Author: jmorliaguet Date: Thu Feb 2 13:51:09 2006 New Revision: 2268 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - added a simple event system to make it possible for the model to send events and the views to react to events. this is needed for compound

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

2006-02-02 Thread svn
Author: jmorliaguet Date: Thu Feb 2 13:56:51 2006 New Revision: 2269 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - removed by accident Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js

[Z3lab-checkins] r2271 - in azax/branches/snowsprint: . browser tests

2006-02-02 Thread svn
Author: bree Date: Thu Feb 2 16:40:42 2006 New Revision: 2271 Added: azax/branches/snowsprint/tests/kukitresponse_test.pt Modified: azax/branches/snowsprint/azaxview.py azax/branches/snowsprint/browser/kukitresponse.pt Log: Fixing IE support for entities. (test is not yet finished)

[Z3lab-checkins] r2273 - cpsskins/branches/jmo-perspectives/ui/framework/tests/unit

2006-02-02 Thread svn
Author: jmorliaguet Date: Thu Feb 2 20:11:15 2006 New Revision: 2273 Modified: cpsskins/branches/jmo-perspectives/ui/framework/tests/unit/cpsskins_test.html Log: - added tests for subscribers Modified: cpsskins/branches/jmo-perspectives/ui/framework/tests/unit/cpsskins_test.html

[Z3lab-checkins] r2274 - in cpsskins/branches/jmo-perspectives/ui/framework: . tests/unit tests/zope3

2006-02-02 Thread svn
Author: jmorliaguet Date: Thu Feb 2 23:03:24 2006 New Revision: 2274 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js cpsskins/branches/jmo-perspectives/ui/framework/tests/unit/cpsskins_test.html

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

2006-02-02 Thread svn
Author: jmorliaguet Date: Thu Feb 2 23:29:07 2006 New Revision: 2276 Modified: cpsskins/branches/jmo-perspectives/ui/framework/cpsskins.js Log: - better decoupling between storage / model / view: the storage notifies the model when some data gets stored and the model notifies the view