0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed the attachOrRener call to pass the parentView as expected. More... about 11 years ago
removed a lot of duplicate code, changed the replace jquery call to use this.setElement instead More... about 11 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... about 11 years ago
added tests for 'attachOrRender' function in the base/view.js More... about 11 years ago
set the $ to have the same require idea and only set Backbone.$ on server. This allows us to write tests. More... about 11 years ago
fixed the data to correctly set the data-view-attached attribute More... about 11 years ago
added tests for parseModelAndCollection More... about 11 years ago
added tests for parseOptions More... about 11 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... about 11 years ago
Merge pull request #397 from sarchila/master More... about 11 years ago
use deep equals for object comparison More... about 11 years ago
refactor syncer tests and add some new ones More... about 11 years ago
only clone options.data if it is defined, fix typo More... about 11 years ago
Revert "Merge pull request #396 from saponifi3d/josh-revert-collections" More... about 11 years ago
Merge pull request #396 from saponifi3d/josh-revert-collections More... about 11 years ago
Revert "Merge pull request #392 from sarchila/master" More... about 11 years ago
Revert "Merge pull request #395 from sarchila/master" More... about 11 years ago
Merge pull request #395 from sarchila/master More... about 11 years ago
avoid mutation of params obj by cloning options.data More... about 11 years ago
Merge pull request #392 from sarchila/master More... about 11 years ago
add comment and more tests for query handling in client and server sync More... over 11 years ago
add correct handling of query params in server sync More... over 11 years ago
Merge pull request #391 from saponifi3d/parseOptions-fix More... over 11 years ago
make sure the data is still set to the view as expected More... over 11 years ago
changed apply -> call, as it was meant to have. Added tests to make sure everything is being passed correctly More... over 11 years ago
bug fix for backbone overriding the creation of a model More... over 11 years ago
Added tests and changed to not clear all collections if collection name is empty More... over 11 years ago
Update qs dependency More... over 11 years ago
Merge pull request #385 from change/md_client_side_parse More... over 11 years ago
update other tests to account for additional parse option More... over 11 years ago