0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 5 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed the attachOrRener call to pass the parentView as expected. More... over 9 years ago
removed a lot of duplicate code, changed the replace jquery call to use this.setElement instead More... over 9 years ago
Fixed the tests so we can load jQuery as expected on the window object. This makes it so we don't have to have jquery as a dependency More... over 9 years ago
added tests for 'attachOrRender' function in the base/view.js More... over 9 years ago
set the $ to have the same require idea and only set Backbone.$ on server. This allows us to write tests. More... over 9 years ago
fixed the data to correctly set the data-view-attached attribute More... over 9 years ago
added tests for parseModelAndCollection More... over 9 years ago
added tests for parseOptions More... over 9 years ago
changed the base view to call 'render' if there is a data-render attribute set. This is will help remove the double view initialization issues when you include sub-views More... over 9 years ago
Merge pull request #397 from sarchila/master More... over 9 years ago
use deep equals for object comparison More... over 9 years ago
refactor syncer tests and add some new ones More... over 9 years ago
only clone options.data if it is defined, fix typo More... over 9 years ago
Revert "Merge pull request #396 from saponifi3d/josh-revert-collections" More... over 9 years ago
Merge pull request #396 from saponifi3d/josh-revert-collections More... over 9 years ago
Revert "Merge pull request #392 from sarchila/master" More... over 9 years ago
Revert "Merge pull request #395 from sarchila/master" More... over 9 years ago
Merge pull request #395 from sarchila/master More... over 9 years ago
avoid mutation of params obj by cloning options.data More... over 9 years ago
Merge pull request #392 from sarchila/master More... over 9 years ago
add comment and more tests for query handling in client and server sync More... over 9 years ago
add correct handling of query params in server sync More... over 9 years ago
Merge pull request #391 from saponifi3d/parseOptions-fix More... over 9 years ago
make sure the data is still set to the view as expected More... over 9 years ago
changed apply -> call, as it was meant to have. Added tests to make sure everything is being passed correctly More... over 9 years ago
bug fix for backbone overriding the creation of a model More... over 9 years ago
Added tests and changed to not clear all collections if collection name is empty More... over 9 years ago
Update qs dependency More... over 9 years ago
Merge pull request #385 from change/md_client_side_parse More... over 9 years ago
update other tests to account for additional parse option More... over 9 years ago