1. 19 5月, 2011 2 次提交
  2. 14 5月, 2011 2 次提交
  3. 05 5月, 2011 3 次提交
  4. 27 4月, 2011 2 次提交
    • K
      Some of our tags, such as <optionalBlock> and <dropdownList> involves grouping... · 5368b7e0
      Kohsuke Kawaguchi 提交于
      Some of our tags, such as <optionalBlock> and <dropdownList> involves grouping of sibling table rows, and controlling visibility of them. So when such tags nest to each other, the visibility updates need to be done carefully, or else the visibility could get out of sync with the model (imagine outer group is made visible while inner group is not visible --- if all the rows are simply enumerated and visibility changed, we end up making the inner group visible.)
      
      The rowVisibilityGroup object in hudson-behavior.js is used to coordinate this activity, and this test ensures that it's working.
      5368b7e0
    • K
      hook this up in behaviour · 250ceaf4
      Kohsuke Kawaguchi 提交于
      250ceaf4
  5. 23 4月, 2011 2 次提交
  6. 22 4月, 2011 29 次提交