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 |
|
Jeremy Ashkenas
|
d93acce19d
|
Merge branch 'master' of github.com:documentcloud/backbone
|
2013-03-19 09:42:33 +08:00 |
|
Jeremy Ashkenas
|
932b369c96
|
Fixes #2367 -- outdated documentation about validate()
|
2013-03-19 09:42:17 +08:00 |
|
Jeremy Ashkenas
|
1b212abcac
|
Merge pull request #2375 from davidinjc/routes_function
Allow extending Router.routes by accepting a function
|
2013-03-18 18:40:01 -07:00 |
|
Jeremy Ashkenas
|
493a03f633
|
Merge pull request #2378 from braddunbar/changed-attributes-docs
Fix #2376 - Update docs for changedAttributes.
|
2013-03-17 03:15:46 -07:00 |
|
brad dunbar
|
99eea63c4d
|
Merge pull request #2381 from wookiehangover/master
Fixing broken comparator test in IE8
|
2013-03-16 05:31:20 -07:00 |
|
Sam Breed
|
5f5c501735
|
fixing broken comparator test in IE8 (missing return statement)
|
2013-03-15 23:03:50 -06:00 |
|
Sam Breed
|
abb34ad479
|
removing errant comma following _onModelEvent
|
2013-03-15 22:46:10 -06:00 |
|
Brad Dunbar
|
bb2e8f34e3
|
Fix #2376 - Update docs for changedAttributes.
|
2013-03-15 12:21:43 -04:00 |
|
David Lee
|
02d6c350b4
|
Fix test: making vars local
|
2013-03-15 12:17:32 -04:00 |
|
Bryan Goldstein
|
5a281c511d
|
Make Router.routes accept a function
[#2255]
|
2013-03-15 11:58:06 -04:00 |
|
David Lee
|
29ad43e610
|
Write a test for making Router.routes accept a function
[#2255]
|
2013-03-15 11:57:16 -04:00 |
|
Brad Dunbar
|
4c56e50b11
|
Remove lingering comments on silent changes.
|
2013-03-15 08:56:29 -04:00 |
|
Sam Breed
|
15cd9bd5dc
|
Merge pull request #2356 from braddunbar/dev-dependencies
Add coffee and docco versions to package.json.
|
2013-03-13 09:03:42 -07:00 |
|
Brad Dunbar
|
a7937b29ab
|
Docco 0.6.1.
|
2013-03-13 12:00:48 -04:00 |
|
Tim Griesser
|
ac4bbb8d45
|
Merge pull request #2366 from gsamokovarov/sort-sorted-index
Move Collection#sortedIndex definition
|
2013-03-12 08:44:30 -07:00 |
|
Genadi Samokovarov
|
8bec722281
|
Move Collection#sortedIndex definition
|
2013-03-12 17:27:10 +02:00 |
|
Casey Foster
|
293fb23921
|
Fix #2364 - typo in index.html
|
2013-03-12 08:40:08 -05:00 |
|
Adam Krebs
|
88eb4aab44
|
update comparator and filter fns to showcase the latest and greatest
|
2013-03-11 19:06:55 -04:00 |
|
Adam Krebs
|
170e1f9094
|
remove initialize defaults logic; defaults handles this for us
|
2013-03-11 19:06:08 -04:00 |
|
Brad Dunbar
|
b70b00a0af
|
Fix #2357 - Correct reference to Backbone.history.
|
2013-03-11 11:34:39 -04:00 |
|
Brad Dunbar
|
bb8e003a1d
|
Add coffee and docco versions to package.json.
Also, test coffeescript integration in `npm test`.
|
2013-03-11 10:23:18 -04:00 |
|
Jeremy Ashkenas
|
4086a42ffc
|
Merge branch 'master' of github.com:documentcloud/backbone
|
2013-03-11 22:10:08 +08:00 |
|
Jeremy Ashkenas
|
17277f0123
|
new docs, fresh docs
|
2013-03-11 22:09:56 +08:00 |
|
Brad Dunbar
|
26efd06a21
|
Tweak url attachment a bit.
|
2013-03-11 10:03:58 -04:00 |
|