Author: reebalazs
Date: Fri Dec 28 12:16:47 2007
New Revision: 50148

Modified:
   
kukit/kss.core/branch/ree-service-layer-and-refactoring/kss/core/docs/HISTORY.txt
   
kukit/kss.core/branch/ree-service-layer-and-refactoring/kss/core/plugins/core/demo/binderids/binderids.kss
Log:
Modify the binderids test a bit,
give a second parameter to kssAttr that is triggering
a problem fixed on the branch.
The issue is also tested from ecma, so this is not
critical, just safer this way.

Modified: 
kukit/kss.core/branch/ree-service-layer-and-refactoring/kss/core/docs/HISTORY.txt
==============================================================================
--- 
kukit/kss.core/branch/ree-service-layer-and-refactoring/kss/core/docs/HISTORY.txt
   (original)
+++ 
kukit/kss.core/branch/ree-service-layer-and-refactoring/kss/core/docs/HISTORY.txt
   Fri Dec 28 12:16:47 2007
@@ -5,12 +5,17 @@
 kss.core - 1.4dev Unreleased
 
     - ...
-
-    - Add service layers. Refactor plugin binding.
+    
+    - Add a general registry for interfaces.
+    
+      Add service layers.
 
       Refactor event binding and registries.
 
-      refactor processBindingEvents to make it iterate
+      Move event, action, command, selector, valueprovider
+      plugin registries into the interfaces registry,
+
+      Refactor processBindingEvents to make it iterate
       on the binding sequence in a more efficient way.
       
       Eliminate namespaces from refactored code.
@@ -31,6 +36,11 @@
       This may break third party plugin code that reuses unpublished
       internals from plugins.js. (Most particularly, the more_selectors
       demo needed to be updated as well.)
+
+      Fix the issue that happened with value providers used for getting
+      the event binder id, 
+      e.g. #div:click(kssAttr(blah, true) got wrongfully cut into
+      two places and considered as two broken selectors.
       [ree]
 
     - Fix multiple selection form fields

Modified: 
kukit/kss.core/branch/ree-service-layer-and-refactoring/kss/core/plugins/core/demo/binderids/binderids.kss
==============================================================================
--- 
kukit/kss.core/branch/ree-service-layer-and-refactoring/kss/core/plugins/core/demo/binderids/binderids.kss
  (original)
+++ 
kukit/kss.core/branch/ree-service-layer-and-refactoring/kss/core/plugins/core/demo/binderids/binderids.kss
  Fri Dec 28 12:16:47 2007
@@ -13,7 +13,7 @@
     alert-message:      "manual2";
 }
 
-.buttons.bindable_by_parm:click(kssAttr(binderid)) {
+.buttons.bindable_by_parm:click(kssAttr(binderid, false)) {
     action-client:      alert;
     alert-message:      kssAttr(binderid);
 }
_______________________________________________
Kukit-checkins mailing list
[email protected]
http://codespeak.net/mailman/listinfo/kukit-checkins

Reply via email to