openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
K
knockback
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
3 days
ago. based on code collected
3 days
ago.
Jul 18, 2024 — Jul 18, 2025
Showing page 29 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added Plain Old Javascript inheritance helper to kb.ViewModel in the form of kb.ViewModel.extend({}) using Backbone extend paradigm.
Kevin Malakoff
More...
over 13 years ago
Made view model on kb.observable optional. It is only necessary when "this" is used within the write function.
Kevin Malakoff
More...
over 13 years ago
Added documentation and use case for ko.computed
Kevin Malakoff
More...
over 13 years ago
Upgraded Backbone to 0.9.2 (changed attribute hash) including a backwards compatibility check. Renamed tests suites to "latest" and "legacy" to generalize their purposes.
Kevin Malakoff
More...
over 13 years ago
Upgraded Backbone and Underscore
Kevin Malakoff
More...
over 13 years ago
Updated comment.
Kevin Malakoff
More...
over 13 years ago
Updated version, README.md and tests for API change for kb.ViewModel from _destroy to _destroy.
Kevin Malakoff
More...
over 13 years ago
Merge pull request #17 from benstraub/master
Kevin Malakoff
More...
over 13 years ago
Renamed '_destroy' to '__destroy'.
benstraub
as Ben Straub
More...
over 13 years ago
Namespaced the view model internals.
Kevin Malakoff
More...
over 13 years ago
Upgrade Knockout.js from 1.3.0rc.debug to 2.0.0
Kevin Malakoff
More...
over 13 years ago
Renaming to avoid collisions
Kevin Malakoff
More...
over 13 years ago
Bug fix: view model lifecycle.
Kevin Malakoff
More...
over 13 years ago
Update README.md
Kevin Malakoff
More...
over 13 years ago
Upgraded Knockout 1.3.0beta to 1.3.0rc
Kevin Malakoff
More...
over 13 years ago
Upgraded kb.collectionObservor API. 1) Introduced view_model_create and view_model_constructor to differentiate creation patterns. At some point, view_model option will be deprecated. 2) added a defer option so that the collection observable can be defer loaded in case it is being created within a render cycle (meaning it will get into a Knockout dependency cycle). 3) Added helper for sorted index wrapping for model attributes.
Kevin Malakoff
More...
over 13 years ago
Allowed observable model attribute shorten notation (string instead of full options) to be a ko.Observable
Kevin Malakoff
More...
over 13 years ago
Simplified the way to specify kb.observable and kb.observables: dropped the key unless multiple options are passed. Added an option to kb.observables to fill in unspecified writeable state: kb.observables(model, mappings, view_model, true or {write: true}).
Kevin Malakoff
More...
over 13 years ago
Split optional ViewModel reference counting into a reusable base class kb.ViewModel_RCBase
Kevin Malakoff
More...
over 13 years ago
Update README.md
Kevin Malakoff
More...
over 13 years ago
Update README.md
Kevin Malakoff
More...
over 13 years ago
Update README.md
Kevin Malakoff
More...
over 13 years ago
Added formatted observable test and did a bug fix to support it.
Kevin Malakoff
More...
over 13 years ago
Renamed kb.formatWrapper to kb.formattedObservable. Split out into separate files and added tests.
Kevin Malakoff
More...
over 13 years ago
Simplification return this -> @
Kevin Malakoff
More...
over 13 years ago
Updated control logic
Kevin Malakoff
More...
over 13 years ago
Update README.md
Kevin Malakoff
More...
over 13 years ago
Upgraded formatting to support observables.
Kevin Malakoff
More...
over 13 years ago
Update README.md
Kevin Malakoff
More...
over 13 years ago
Update README.md
Kevin Malakoff
More...
over 13 years ago
←
1
2
…
23
24
25
26
27
28
29
30
31
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree