James Sanders
e97c58f547
Change name to setDomLibrary
2012-01-31 17:25:41 -07:00
James Sanders
9bd086e64b
Change from Backbone.use to Backbone.setjQuery and fix tests
2012-01-31 15:49:53 -07:00
Matt Smith
701350ab90
inject js library with Backbone.use(myLib)
2012-01-31 15:11:13 -07:00
Jeremy Ashkenas
ab164c450d
Overhauling 'validate' -- Receives the computed new state of the attrs, not just the delta. Now runs on model create, raising an exception if you try to 'new' and invalid model ... also runs even if changed silently.
2012-01-23 18:16:20 -05:00
Jeremy Ashkenas
4719659298
Fixes #841 , adding upgrading jquery, classname --> class in the docs.
2012-01-12 15:26:46 -05:00
Jeremy Ashkenas
6b3ff7b035
Fixes #9 , Backbone comparators can now be either sort() or sortBy() iterators.
2012-01-06 14:53:43 -05:00
Irene Ros
9d145abfe8
Forcing quint test execution order.
2011-12-22 12:23:50 -05:00
Jeremy Ashkenas
1332246b8f
merging in #750 -- support for replaceSTate
2011-11-23 14:59:14 -05:00
Jeremy Ashkenas
30a89ac5cc
Merge branch 'replaceState' of https://github.com/lmp/backbone
2011-11-23 14:03:39 -05:00
Jeremy Ashkenas
66800f5c8e
Upgrading our Underscore.js test dep to 1.2.2
2011-11-23 13:30:07 -05:00
Aidan Feldman and Tim Harper
df7c279dc2
Navigate learns to change the route without adding a history entry
...
Also, instead of accepting a single boolean for trigger, the navigate
method now accepts an options object, with the following options:
- replace
- trigger
If you pass true instead of an options object, it's interpreted as
{trigger: true}
* pushState support - Aidan Feldman
* hashtag support and IE7 support - Tim Harper
* Tests were a joint effort.
2011-11-17 15:42:29 -07:00
Jason Morrison
6717e42849
Bump jQuery test suite dependency from 1.5 to 1.6.4
2011-10-29 16:18:19 -04:00
Jeremy Ashkenas
32ae113298
upgrading to the latest version of Underscore.
2011-10-29 11:24:36 -04:00
Jeremy Ashkenas
cf3215139a
initial draft of a 0.5.0 branch
2011-05-26 10:54:28 -04:00
Jeremy Ashkenas
12661ff159
Merge branch 'master' of github.com:documentcloud/backbone
2011-04-18 09:19:15 -04:00
Jeremy Ashkenas
7b494c1e6d
Upgrading to Underscore 1.1.6 for test deps.
2011-04-18 09:19:04 -04:00
Samuel Clay
67d61fc355
Adding Backbone.noConflict() and keeping track of the original root.Backbone.
2011-03-23 14:08:37 -04:00
Jeremy Ashkenas
d97d8bf336
Upgrading Backbone.js tests to Underscore 1.1.5
2011-03-20 20:26:17 -04:00
Jeremy Ashkenas
164ad725c7
Upgrading Backbone.js (test) dependencies to latest jQuery, Zepto, and Underscore.
2011-02-07 11:50:22 -05:00
Jeremy Ashkenas
1c308280c8
Updating to latest QUnit, fixing Issue #153 ... overly aggressive urlError.
2010-12-30 12:15:02 -05:00
Jeremy Ashkenas
418b77ffff
Upgrading test suite to latest Underscore.
2010-12-01 12:55:05 -05:00
Jeremy Ashkenas
6de4a8cc37
all tests pass in IE7
2010-11-08 14:56:21 -05:00
Jeremy Ashkenas
4aafb6b27d
Adding tests for Backbone.Controller
2010-11-08 14:52:30 -05:00
Jeremy Ashkenas
7721f8481c
adding Backbone.emulateHttp for frameworks that don't support HTTP. Issue #11
2010-10-17 10:53:40 -04:00
Jeremy Ashkenas
e7ce57cc1d
Adding the beginnings of a speed suite to the Test page.
2010-10-14 14:46:53 -04:00
Joe Germuska
d66f2ed161
some more tests
2010-10-02 15:58:26 -05:00
Joe Germuska
6278661294
beginnings of a test harness
2010-10-02 15:12:07 -05:00