Commit Graph

314 Commits

Author SHA1 Message Date
Jeremy Ashkenas
db68321ebb resolving merge 2011-04-27 21:19:02 -04:00
Jeremy Ashkenas
c9bf20e4f3 Adding CloudApp to the list of examples. 2011-04-27 21:13:37 -04:00
Samuel Clay
35ba4a9272 Adding Flow to sidebar under Examples. 2011-03-23 14:12:06 -04:00
Samuel Clay
fd35fcb6ee Adding MetaLab's Flow to the examples. 2011-03-22 16:19:52 -04:00
Jeremy Ashkenas
e2a5c18308 Adding Mobile SoundCloud as an example. 2011-03-10 12:16:39 -05:00
Jeremy Ashkenas
52953c14ef Adding mql's Substance.io 2011-02-28 10:00:32 -05:00
Jeremy Ashkenas
6c968b652a Issue #224 ... underlining links, updating docs. 2011-02-14 17:00:39 -05:00
Jeremy Ashkenas
f4a394b906 Issue #223 ... fixing json2.js link. 2011-02-14 16:51:05 -05:00
Jeremy Ashkenas
0ca0481af4 adding basecamp mobile, instagreat, and tilemill 2011-02-14 16:48:25 -05:00
Jeremy Ashkenas
02c40e5526 linking to the documentcloud workspace 2011-02-14 15:48:37 -05:00
Jeremy Ashkenas
ce059570c2 .get -> .escape in the docs 2011-02-14 15:43:07 -05:00
Jeremy Ashkenas
3619844543 Adding CloudEdit as an example. 2011-02-01 10:00:29 -05:00
Jeremy Ashkenas
d4a091b02f Adding Tzigla to the examples. 2011-01-19 14:13:35 -05:00
Jeremy Ashkenas
0c033312b3 Pushing the QuietWrite.com example. 2011-01-19 11:13:50 -05:00
Jeremy Ashkenas
06a150627d Adding FAQ section for bootstrapping 2010-12-08 11:28:29 -05:00
Jeremy Ashkenas
f194f2d53c adding an FAQ section. 2010-12-06 11:33:42 -05:00
Jeremy Ashkenas
3505bde58e Backbone.js 0.3.3 0.3.3 2010-12-01 13:27:10 -05:00
Jeremy Ashkenas
c7a7aa5b10 Updating test-zepto.html to latest Underscore 2010-12-01 12:58:59 -05:00
Jeremy Ashkenas
0057523e1b Merge branch 'zepto' of https://github.com/sstephenson/backbone 2010-12-01 12:55:21 -05:00
Jeremy Ashkenas
418b77ffff Upgrading test suite to latest Underscore. 2010-12-01 12:55:05 -05:00
Sam Stephenson
de44d9ec34 Update to Zepto 0.2 2010-12-01 11:02:08 -06:00
Sam Stephenson
e0cb5ee3b6 Zepto support 2010-11-30 16:53:21 -06:00
Jeremy Ashkenas
6e4046df02 All Backbone events now pass through their options as the ffinal argument. 2010-11-30 16:04:55 -05:00
Jeremy Ashkenas
fa9a4c879d Passing through the options argument to 'change' events. 2010-11-30 15:35:43 -05:00
Jeremy Ashkenas
160f0ba9da first draft of REST-failure 'error' events. 2010-11-29 13:33:07 -05:00
Jeremy Ashkenas
7ae0384120 first draft of Model#escape 2010-11-29 12:58:47 -05:00
Jeremy Ashkenas
9994d2bab8 merging in zmack's enhanced Rakefile 2010-11-27 10:24:39 -08:00
Andrei Bocan
a98ecc9024 Helpful error messages on rake tasks 2010-11-24 02:22:29 +02:00
Jeremy Ashkenas
356664a735 Backbone.js 0.3.2 0.3.2 2010-11-23 17:22:42 -05:00
Jeremy Ashkenas
33232f524b Adding DC Workspace and Backbone Mobile examples. 2010-11-23 17:11:22 -05:00
Matt
57194beffa Fix recursion error when saving from within a change event. 2010-11-22 20:49:33 -08:00
Jeremy Ashkenas
9e1fcfad58 Revert "about:blank for the IE hashchange iframe support, for IE 6."
This reverts commit 94c77e84f4.
2010-11-22 17:37:41 -05:00
Jeremy Ashkenas
94c77e84f4 about:blank for the IE hashchange iframe support, for IE 6. 2010-11-22 15:35:51 -05:00
Jeremy Ashkenas
a969d670c7 Allowing 'sync' to be overriden on a per-model per-collection basis. 2010-11-22 14:51:18 -05:00
Jeremy Ashkenas
f3e961da08 Issue #80. Adding default attributes to Backbone.Model 2010-11-22 14:22:21 -05:00
Jeremy Ashkenas
d574c9f732 docMode does not exist in IE < 8 2010-11-22 12:47:21 -05:00
Jeremy Ashkenas
70e6cd65dc that should be docMode <= 7 2010-11-22 12:41:04 -05:00
Jeremy Ashkenas
f63c99511e Merge branch 'master' of github.com:documentcloud/backbone 2010-11-18 09:43:01 -05:00
Jeremy Ashkenas
327ba8c54d Fixing id=0 2010-11-18 09:42:54 -05:00
Samuel Clay
52c460bc12 Allowing collections to remove models by either Cid or Id (prefering cid). 2010-11-17 14:50:39 -05:00
Jeremy Ashkenas
11dcf246c7 Using a save join() for the default implementation of Model#url 2010-11-16 17:36:53 -05:00
Jeremy Ashkenas
99fbc08224 Adding empty initialize() function for all Backbone classes, to make calling super() a easier to get right. 2010-11-16 17:21:53 -05:00
Jeremy Ashkenas
7e363dfc8f Rails include_root_in_json tips. 2010-11-15 15:46:50 -05:00
Jeremy Ashkenas
86c3089379 Issue #77, don't call toJSON unless you need to. 0.3.1 2010-11-15 10:21:01 -05:00
Jeremy Ashkenas
78cf070694 Backbone 0.3.1 2010-11-15 10:14:41 -05:00
Jeremy Ashkenas
58e748bd8a adding commas to the docs 2010-11-14 15:59:46 -05:00
Jeremy Ashkenas
8ad010ff2f removing a cautionary note that has been obsoleted by recent changes to jQuery. 2010-11-12 16:36:56 -05:00
Jeremy Ashkenas
6eb90e3e18 more mentions of history.start() 2010-11-12 16:11:34 -05:00
Jason Davies
5a32ececc7 Remove duplicate backbone.localStorage docs 2010-11-12 17:22:07 +00:00
Niels Sandholt Busch
2541654889 Remove !current check from checkUrl to allow loading of empty fragments. 2010-11-11 14:09:48 -08:00