Jeremy Ashkenas
|
31cff06397
|
rewording events paragraph
|
2013-03-20 22:14:49 +08:00 |
|
Jeremy Ashkenas
|
a51c874582
|
Merge pull request #2400 from tgriesser/removing-silent-docs
Consolidating references to silenced events
|
2013-03-20 07:11:03 -07:00 |
|
brad dunbar
|
f44defcbf8
|
Merge pull request #2399 from wyuenho/error-callback-doc-fix
Error callback doc fix
|
2013-03-20 07:06:31 -07:00 |
|
Tim Griesser
|
c122375682
|
Consolidating references to silenced changes.
|
2013-03-20 10:04:30 -04:00 |
|
Jimmy Yuen Ho Wong
|
b3caaba99d
|
Merge branch 'master' of git://github.com/documentcloud/backbone into error-callback-doc-fix
|
2013-03-20 21:45:22 +08:00 |
|
Jimmy Yuen Ho Wong
|
69707fea59
|
Doc fix for error callback signature for Model#fetch and Collection#fetch
|
2013-03-20 21:44:19 +08:00 |
|
Ted Han
|
9710d0e481
|
Merge pull request #2397 from wyuenho/collection-fetch-doc-fix
Update Collection#fetch's doc to refer to Collection#set
|
2013-03-20 06:33:05 -07:00 |
|
Jimmy Yuen Ho Wong
|
953df7d26a
|
Update Collection#fetch's doc to refer to Collection#set
|
2013-03-20 21:16:29 +08:00 |
|
Ted Han
|
d353b4c9e5
|
Merge pull request #2398 from tranver/master
Fix typo in collection.set example
|
2013-03-20 06:09:28 -07:00 |
|
Chris Schuhmann
|
c80cdde013
|
Fix typo in collection.set example
The example for collection.set called an undefined function "update".
|
2013-03-20 14:03:55 +01:00 |
|
Jeremy Ashkenas
|
12ae2b221c
|
Adding url/urlRoot options to the Model#constructor documentation.
|
2013-03-20 20:31:40 +08:00 |
|
Jeremy Ashkenas
|
a50000dc1a
|
Rebuilding minified release with --mangle
|
2013-03-20 20:22:04 +08:00 |
|
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 |
|