297 Commits

Author SHA1 Message Date
Jeremy Ashkenas
863814e519 Backbone.js 0.9.2 2012-03-21 14:55:29 -04:00
Jeremy Ashkenas
e9e1abfe61 model.destroy() returns false if the model.isNew() 2012-03-21 10:40:54 -04:00
Jeremy Ashkenas
a554d6b805 Merge pull request #1111 from braddunbar/sync-docs
Fix #1108 - document return value of `sync`.
2012-03-21 07:31:23 -07:00
Brad Dunbar
0ae16272bf Document jqXHR return values. 2012-03-20 07:24:05 -04:00
Brad Dunbar
84a7e359c7 Fix #1108 - document return value of sync. 2012-03-17 13:46:48 -04:00
Brad Dunbar
fb27097835 Fix #1105 - Add convenience overloads for off. 2012-03-17 09:02:23 -04:00
Jeremy Ashkenas
01fb4149e1 editing airbnb mobile 2012-03-16 16:47:10 -04:00
Harry Shoff
ec8dc945c8 Fix typo 2012-03-16 16:44:07 -04:00
Harry Shoff
8b619759df Add airbnb mobile to examples 2012-03-16 16:44:02 -04:00
Jeremy Ashkenas
a3282f4324 Merge pull request #1071 from dira/patch-2
Documentation for set - validation is skipped when passing {silent: true}
2012-03-16 13:39:32 -07:00
Irina Dumitrascu
d5751d503e Improved description. 2012-03-13 13:49:08 +00:00
Jeremy Ashkenas
2b849a9be4 Merge pull request #1070 from dira/patch-1
Updated documentation for validate - #1063
2012-03-12 08:16:46 -07:00
Jeremy Ashkenas
58b5a22b6e fixes #1073 -- document that sync can be overridden at the collection or model level. 2012-03-12 11:12:24 -04:00
Irina Dumitrascu
5d43483a10 Added a note to javascript injection attacks when bootstrapping data #1034 2012-03-09 14:19:53 +00:00
Paul Miller
3c69806f8d Add links to software. 2012-03-07 23:44:38 +02:00
Jeremy Ashkenas
5db14ff4de Merge branch 'master' of github.com:documentcloud/backbone 2012-03-07 16:17:49 -05:00
Jeremy Ashkenas
fdfe0105af adding chaincal as an example app 2012-03-07 16:17:18 -05:00
Irina Dumitrascu
9928deee95 Documentation for set - mention that the validation is skipped when passing {silent: true} 2012-03-06 13:14:51 +00:00
Irina Dumitrascu
c473066c9d Updated documentation for validate #1063 2012-03-06 13:04:59 +00:00
Eric Wang
f422291547 fix typo in index.html 2012-03-03 11:47:13 -08:00
Jeremy Ashkenas
673d07beaf adding attictv and codiqa as example apps 2012-03-01 10:43:57 -05:00
Brad Dunbar
ef5835ac5a Fixes #1038 - Document changes to view.$. 2012-02-22 18:35:07 -05:00
Brad Dunbar
c8cbde2e73 Correct more grammar. 2012-02-17 10:28:51 -05:00
Harry Wolff
a4410ede47 fix instances of it's to its for proper grammar 2012-02-17 09:29:12 -05:00
Brad Dunbar
5f129678eb documentation for changed 2012-02-17 07:22:57 -05:00
Peter Pistorius
c4d53abd06 fixes #1004 2012-02-14 22:58:45 +02:00
Peter Pistorius
742dde3469 Changed:
`Accounts.reset(<%= ... %>)` to `accounts.reset(<%= ... %>)`
`Projects.reset(<%= ... %>)` to `projects.reset(<%= ... %>)`

As it's popular in JavaScript to capitalize constructors it might be confusing in this context.
2012-02-14 22:57:22 +02:00
Bjørn Arild Mæland
c2a0895787 Fix signature of urlRoot in documentation 2012-02-14 18:45:47 +01:00
Otto Allmendinger
e0b2449610 unify dashes in index.html
use en-dash (U+2013) instead of hyphen-minus (U+002D) in index.html
navigation
2012-02-13 17:29:47 +01:00
Ted Han
3d9d8348ee Adding sidebar items for github repo and annotated source, as well as a reference to Backbone's license file to documentation. 2012-02-11 11:40:27 -06:00
Peter Pistorius
417bcb9720 Fixes #984 2012-02-10 15:12:17 +02:00
Jeremy Ashkenas
b1e2e69977 moving picklive up, removing bittorrent from the examples... 2012-02-08 17:13:54 -05:00
Tim Ruffles
639ce1aec3 added picklive's game client as an example app 2012-02-08 17:11:55 -05:00
Jeremy Ashkenas
b86cfebdb1 more documentation on upgrading and change events. 2012-02-06 09:47:34 -05:00
Jeremy Ashkenas
2eb9c5054c removing old trajectory link. 2012-02-03 10:29:03 -05:00
Jeremy Ashkenas
8256cdf268 Merge pull request #947 from braddunbar/upgrade-notes
fixes #946 - documentation for changes to `set`
2012-02-03 07:22:16 -08:00
Brad Dunbar
f63b5f5d43 fixes #946 - documentation for changes to set 2012-02-03 08:54:01 -05:00
Jeremy Ashkenas
dfeea84632 Adding the Khan Academy as an example app. 2012-02-03 08:21:48 -05:00
Jeremy Ashkenas
ec7e422d5e fixing typo in Wunderkit description 2012-02-02 17:42:16 -05:00
Jeremy Ashkenas
0afae7cf23 Adding Wunderkit as an example app. 2012-02-02 17:31:02 -05:00
Jeremy Ashkenas
7c10181c64 editing the intro 2012-02-02 17:10:10 -05:00
Jeremy Ashkenas
9e3236d219 fixing changelog typo 2012-02-02 17:02:28 -05:00
Jeremy Ashkenas
655bd05bc3 Backbone.js 0.9.1 2012-02-02 16:55:12 -05:00
Jeremy Ashkenas
738e25dd4d options.silent respected in _prepareModel ... prepping for a 0.9.1 2012-02-02 16:19:19 -05:00
Jeremy Ashkenas
9d6517685c adding a link to the wiki of examples 2012-02-02 09:46:08 -05:00
Jeremy Ashkenas
6ffd392da4 added a few missing things to the change log 2012-01-31 10:21:54 -05:00
Jeremy Ashkenas
12a6fa4b0f Adding a note about the need to upgrade Underscore.js 2012-01-30 16:30:07 -05:00
Jeremy Ashkenas
5ce976bf6a Backbone.js 0.9.0 2012-01-30 16:24:40 -05:00
Jeremy Ashkenas
a2ab3b13eb adding a section to the Backbone FAQ on extending... 2012-01-30 11:40:35 -05:00
Jeremy Ashkenas
00b2551e66 Adding Stripe and Code School as example apps. 2012-01-30 10:39:59 -05:00