Jeremy Ashkenas
|
699fe32712
|
Backbone.js 1.0
1.0.0
|
2013-03-20 20:13:55 +08:00 |
|
Jeremy Ashkenas
|
9414b9a7c3
|
D-D-D-Documentation Refactor.
|
2013-03-20 15:11:25 +08:00 |
|
Jeremy Ashkenas
|
1c17c2efee
|
Merge pull request #2393 from braddunbar/route-names
Use empty route name for anonymous routes.
|
2013-03-19 22:54:17 -07:00 |
|
Brad Dunbar
|
3d431346c7
|
Use empty route name for anonymous routes.
|
2013-03-20 01:42:29 -04:00 |
|
Jeremy Ashkenas
|
b0771d9b4e
|
Merge branch 'master' of github.com:documentcloud/backbone
|
2013-03-20 12:02:08 +08:00 |
|
Jeremy Ashkenas
|
fe251a477d
|
Restoring model.set() with 'silent'
|
2013-03-20 12:01:53 +08:00 |
|
Brad Dunbar
|
a732722501
|
Style.
|
2013-03-19 23:42:44 -04:00 |
|
Brad Dunbar
|
b9ea638690
|
No need for _.bind, just use the closure.
|
2013-03-19 23:33:46 -04:00 |
|
Jeremy Ashkenas
|
2b8f116dcc
|
Adding a test for slashes with splats, github-style
|
2013-03-20 11:11:18 +08:00 |
|
Jeremy Ashkenas
|
d6e283ec3e
|
Fixes #2321, fixes #2014 -- decode route arguments.
|
2013-03-20 10:50:42 +08:00 |
|
Jeremy Ashkenas
|
556938a593
|
removing extra guard
|
2013-03-20 10:14:39 +08:00 |
|
Jeremy Ashkenas
|
5b7d5bb23f
|
Cleaning up Model constructor with modelOptions
|
2013-03-20 08:23:45 +08:00 |
|
Jeremy Ashkenas
|
4ab7d055c0
|
Merge pull request #2391 from tgriesser/model-options
Attaching url and urlRoot on the model if passed
|
2013-03-19 17:17:57 -07:00 |
|
Jeremy Ashkenas
|
f495c3615b
|
Fixes #2152 -- support PATCH in IE <= 8
|
2013-03-20 07:51:51 +08:00 |
|
Jeremy Ashkenas
|
155bd064a9
|
Revert "Removing HTTP PATCH support from Backbone. Revert this commit as soon as jQuery supports PATCH."
This reverts commit 46bf8c8197.
|
2013-03-20 07:41:21 +08:00 |
|
Tim Griesser
|
b490e477f7
|
attaching url and urlRoot on the model if passed
|
2013-03-19 15:36:00 -04:00 |
|
Jeremy Ashkenas
|
7edfcf8426
|
Merge pull request #2389 from tgriesser/localstorage-fix
Removing duplicate error and more version checks for localstorage
|
2013-03-19 08:08:40 -07:00 |
|
Tim Griesser
|
429277bf90
|
Removing duplicate error and more version checks for localstorage
|
2013-03-19 11:05:54 -04:00 |
|
Jeremy Ashkenas
|
9e160575d4
|
Merge pull request #2388 from tgriesser/validateError
Adding options.validationError
|
2013-03-19 07:58:35 -07:00 |
|
Tim Griesser
|
8b0973c48e
|
adding validationError as options property
|
2013-03-19 10:55:35 -04:00 |
|
Jeremy Ashkenas
|
83eb26f971
|
removing some underscore model methods, adding others
|
2013-03-19 20:07:53 +08:00 |
|
Jeremy Ashkenas
|
4e3f923f83
|
Merge pull request #2082 from akre54/underscore-methods-on-model-2
Add underscore methods (map, keys, values) to models
|
2013-03-19 05:02:45 -07:00 |
|
Jeremy Ashkenas
|
c779865c18
|
Merge pull request #2104 from akre54/collection-tests
Add reset collection memory and merge tests
|
2013-03-19 04:54:26 -07:00 |
|
Jeremy Ashkenas
|
71f4359e07
|
Fixes #2143, Add a source map for backbone-min.js
|
2013-03-19 19:44:44 +08:00 |
|
Jeremy Ashkenas
|
46bf8c8197
|
Removing HTTP PATCH support from Backbone. Revert this commit as soon as jQuery supports PATCH.
|
2013-03-19 19:37:51 +08:00 |
|
Jeremy Ashkenas
|
04da5ade56
|
removing (99% unused) zepto version of tests.
|
2013-03-19 19:22:46 +08:00 |
|
Jeremy Ashkenas
|
b7096f8f74
|
typo
|
2013-03-19 19:16:34 +08:00 |
|
Jeremy Ashkenas
|
01a9c30f26
|
fixing style of previous merge
|
2013-03-19 19:15:41 +08:00 |
|
Jeremy Ashkenas
|
2b42cc069c
|
Merge pull request #2191 from byroot/feature-ignore-undefined-methods-in-views-events
Improve consistency: get rid of "a zealous early error breaking apps in inconvenient ways"
|
2013-03-19 04:13:33 -07:00 |
|
Jeremy Ashkenas
|
8bf56c6676
|
fixing bizzare version string test in Backbone.localstorage
|
2013-03-19 19:10:50 +08:00 |
|
Jeremy Ashkenas
|
0a8509d1eb
|
Merge pull request #2204 from jeromegn/master
Update Backbone.localStorage
|
2013-03-19 04:07:51 -07:00 |
|
Jeremy Ashkenas
|
9437bb2eff
|
#2215. correcting create documentation.
|
2013-03-19 19:06:37 +08:00 |
|
Jeremy Ashkenas
|
e6e7fe878b
|
Fixes #2216, fixes #2239, allow routes to be defined anonymously.
|
2013-03-19 18:59:31 +08:00 |
|
Jeremy Ashkenas
|
a920fed91b
|
Fixes #2262 -- always use parsed attributes.
|
2013-03-19 18:45:05 +08:00 |
|
Jeremy Ashkenas
|
a0363e40d4
|
Merge pull request #2283 from stevecraig/options-parse-docs
add options.parse to the model constructor documentation
|
2013-03-19 03:32:02 -07:00 |
|
Jeremy Ashkenas
|
df569f4268
|
Merge pull request #2284 from stepantubanov/master
Add changelog entries for 'invalid' event
|
2013-03-19 03:30:25 -07:00 |
|
Jeremy Ashkenas
|
53fe11df5c
|
merge
|
2013-03-19 18:28:53 +08:00 |
|
Jeremy Ashkenas
|
9e206e1fd5
|
Fix comment about invalid event.
|
2013-03-19 18:23:14 +08:00 |
|
Jeremy Ashkenas
|
0f1b88bae9
|
#2321 -- unicode test
|
2013-03-19 18:10:37 +08:00 |
|
Jeremy Ashkenas
|
ad37b3f9c9
|
Renaming Collection#update to Collection#set for parallelism ... After a fetch, set is now the default, and reset is the opt-in.
|
2013-03-19 18:05:26 +08:00 |
|
Jeremy Ashkenas
|
b0bfe5a16e
|
Tiny tweak to -- otherwise, it's looking pretty good.
|
2013-03-19 17:57:07 +08:00 |
|
Jeremy Ashkenas
|
c828436196
|
Wait a minute -- JSHint settings should be global, they're super-annoying when they change per-project.
|
2013-03-19 17:53:18 +08:00 |
|
Jeremy Ashkenas
|
e83d1ee784
|
Merging in the update unification.
|
2013-03-19 17:35:18 +08:00 |
|
Jeremy Ashkenas
|
e6ec3bbd97
|
Merge branch 'master' of github.com:documentcloud/backbone
|
2013-03-19 17:21:26 +08:00 |
|
Jeremy Ashkenas
|
8d46c8c43b
|
Merge pull request #2279 from caseywebdev/jshint
Add .jshintrc
|
2013-03-19 00:49:17 -07:00 |
|
Jeremy Ashkenas
|
3b6fd5f499
|
Merge branch 'master' of github.com:documentcloud/backbone
|
2013-03-19 14:45:52 +08:00 |
|
Jeremy Ashkenas
|
2077861a49
|
Revising CONTRIBUTING
|
2013-03-19 14:45:36 +08:00 |
|
Jeremy Ashkenas
|
2201b2c4c9
|
Merge pull request #2386 from tgriesser/doc-custom-constructor
Adding custom constructor example code.
|
2013-03-18 20:35:59 -07:00 |
|
Tim Griesser
|
1fd18b7311
|
Adding custom constructor example code.
|
2013-03-18 23:25:31 -04:00 |
|
Jeremy Ashkenas
|
4055847cb1
|
Merge pull request #2361 from akre54/default-defaults
Cleanup Todo example
|
2013-03-18 18:49:25 -07:00 |
|