Commit Graph

1032 Commits

Author SHA1 Message Date
Jeremy Ashkenas
a1dea84b34 touch scrolling the sidebar for ios 2012-03-26 09:29:07 -04:00
Jeremy Ashkenas
4d0051de76 Merge branch 'master' of github.com:documentcloud/backbone 2012-03-22 12:03:28 -04:00
Jeremy Ashkenas
af721fbc83 adding a missing typoed comment. 2012-03-22 12:03:18 -04:00
brad dunbar
cb8a12fe16 Merge pull request #1129 from r00k/allow-content-of-0-in-make
Allow make to take falsy arguments for content.
2012-03-21 14:27:10 -07:00
Ben Orenstein
c7034b9735 Let make take other falsy values for content. 2012-03-21 17:21:16 -04:00
Ben Orenstein
69d2c50640 Allow make to take an argument of 0. 2012-03-21 17:07:32 -04:00
Jeremy Ashkenas
f784ae3801 adding EDITD as an example app 2012-03-21 16:51:38 -04:00
Jeremy Ashkenas
863814e519 Backbone.js 0.9.2 0.9.2 2012-03-21 14:55:29 -04:00
Jeremy Ashkenas
56e10451d4 more comments, more spacing, more better 2012-03-21 12:21:16 -04:00
Jeremy Ashkenas
4f8d790cda more comments, more better 2012-03-21 12:07:42 -04:00
Jeremy Ashkenas
9899a81775 tweaking addy's todo changes. 2012-03-21 11:40:26 -04:00
Jeremy Ashkenas
561cb7076a Merge branch 'master' of https://github.com/addyosmani/backbone 2012-03-21 11:28:07 -04:00
Jeremy Ashkenas
42ad7a677e fixes #1092 -- use model.get( internally instead of raw access, for easier extension / overriding. 2012-03-21 11:23:02 -04:00
Jeremy Ashkenas
f4a1ebc374 fixes #1030 -- save with wait:true with a synchronous Backbone.sync 2012-03-21 11:18:30 -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
Jeremy Ashkenas
7b6dbc8dcd Merge pull request #1021 from ahamid/reset_passes_options
small patch to allow passing options through reset to model initializer
2012-03-19 14:00:58 -07:00
Jeremy Ashkenas
de599c169d Fixes #991. Add Collection#where for simple filters 2012-03-19 16:34:53 -04:00
Jeremy Ashkenas
5f41b88764 Merge pull request #1110 from braddunbar/off
Fix #1105 - Add convenience overloads for `off`.
2012-03-19 09:27:17 -07:00
Jeremy Ashkenas
e2e0a0982b Merge pull request #1114 from braddunbar/save-wait-validate
Fix #1057 - Save with wait validates model.
2012-03-19 08:35:12 -07:00
Jeremy Ashkenas
315d67b602 Merge pull request #1119 from braddunbar/collection-model
Fix #1112 - options.model sets collection.model.
2012-03-19 08:07:25 -07:00
Brad Dunbar
9ffc84c9fe Fix #1112 - options.model sets collection.model. 2012-03-18 22:28:08 -04:00
Brad Dunbar
6948b59e61 Fix #1057 - Save with wait validates model. 2012-03-18 08:59:23 -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
Jeremy Ashkenas
7e8218835c Merge branch 'master' of github.com:documentcloud/backbone 2012-03-14 10:28:50 -04:00
Jeremy Ashkenas
9414513acb Fixes #1098 2012-03-14 10:28:05 -04:00
Jeremy Ashkenas
44b40c1eac Merge pull request #1097 from lxb/optimization-1
Slight optimization for Events, cache splitting Regex
2012-03-13 18:23:23 -07:00
Alex Buck
82eed08b7a Slight optimization for Events cache splitting Regex
- cache the regular expression used to separate the event string
- changed old eventSplitter to delegateEventSplitter to remove ambiguity
- http://jsperf.com/triggering
- not caching the regex is 85% slower on chrome linux i686
2012-03-13 21:14:16 -04:00
Irina Dumitrascu
d5751d503e Improved description. 2012-03-13 13:49:08 +00:00
Jeremy Ashkenas
64f37ce00e fixes #1067, urlRoot vs collection.url() order 2012-03-12 11:22:44 -04: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
Jeremy Ashkenas
b59fa6f72b Merge pull request #1084 from dira/patch-3
Prevent javascript injection attacks when bootstrapping data #1034
2012-03-12 07:33:14 -07:00
Jeremy Ashkenas
6d85811d68 Merge pull request #1093 from afeld/test-cleanup2
clean up tests to use fresh object instances for each run and not set globals
2012-03-12 06:36:47 -07:00
Aidan Feldman
f49969014c clean up tests to use fresh object instances for each run, and don't set
globals within test files
2012-03-12 04:27:22 -04:00
Irina Dumitrascu
5d43483a10 Added a note to javascript injection attacks when bootstrapping data #1034 2012-03-09 14:19:53 +00:00
Jeremy Ashkenas
b9c6ee91cb Merge pull request #1079 from paulmillr/add-links-to-software
Add links to software.
2012-03-07 13:49:28 -08: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
brad dunbar
1f40de7539 Merge pull request #1065 from ewang/master
fix typo in index.html
2012-03-03 13:12:13 -08:00
Eric Wang
f422291547 fix typo in index.html 2012-03-03 11:47:13 -08:00