High Activity

Commits

  Analyzed 7 days ago based on code collected 7 days ago.
  All Time 12 Month 30 Day
Commits: 8289 589 142
Contributors: 218 18 3
Files Modified: 4761 807 144
Lines Added: 1665891 122609 65200
Lines Removed: 1097778 74770 19084

Commits per Month

Most Recent Commits

 
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prevents exception when clicking on a collection without any content. Anon32 More... 8 days ago
Fixes SC.ImageButtonView to actually apply the image class to the wrapper div, thus removing the extra internal div and allowing the .active class to work like the docs say. Previously, there was no way to get an active version of the image used without also adding a custom class name to the button + the docs said you could and were wrong. Anon32 More... 8 days ago
Updates the disabled class for isEnabled changes without making isEnabled a display property (fucking render delegates…) Anon32 More... 10 days ago
Fixes SC.CollectionView to reload when isEnabled changes. Otherwise, the isEnabled property isn't reset on the item views to match the value of the view itself. This was done by observing isEnabled separately from the other displayProperties so that we can also call reload(). Anon32 More... 10 days ago
Adds unit test showing that collections don't reload when isEnabled changes like they should. Also fixes unit tests since view refactor. Anon32 More... 10 days ago
Adds 'sc-item' class to non-group collection items. Otherwise, you can apply styles to groups, to items and groups, but not items individually without adding class names to the exampleView. Anon32 More... 11 days ago
Fixes regression in SC.CollectionView and ensures that child views notify willShowInDocument, didShowInDocument, willHideInDocument and didHideInDocument appropriately. Anon32 More... 11 days ago
Improves jsdocs a tiny bit. Anon32 More... 11 days ago
Fixes jsdoc reference Anon32 More... 11 days ago
Fixes building out transition so that a parent will wait for all children transitions to complete before finally detaching. This makes it simple to add a number of transitionOut plugins and only remove the topmost view (probably a pane) rather than have to remove each child in order to see the transitions. Anon32 More... 12 days ago
See All Commits
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.