262 Commits

Author SHA1 Message Date
Jeremy Ashkenas
cc744682dd Reworking the localStorage plugin. 2010-10-26 10:12:49 -04:00
Jeremy Ashkenas
4109040004 Adding the Todos example to the homepage 2010-10-26 09:33:21 -04:00
Jeremy Ashkenas
16ae9dcc81 Merge branch 'master' into gh-pages 2010-10-25 17:52:07 -04:00
Jeremy Ashkenas
607bd7a3d7 Remove the cross-linking between the sources 2010-10-25 17:52:00 -04:00
Jeremy Ashkenas
581688b9f8 Merge branch 'master' into gh-pages 2010-10-25 17:48:51 -04:00
Jeremy Ashkenas
806a51b33c resolve conflict 2010-10-25 17:39:41 -04:00
Jeremy Ashkenas
0ddef3b6da Building the annotated source. 2010-10-25 17:39:11 -04:00
Jeff Larson
0f1e84f6a9 Ensuring the Todo model has a sane default 2010-10-25 17:36:58 -04:00
Jeremy Ashkenas
22f5a33a0e Fixing line-heights on multi-line todos 2010-10-25 17:01:46 -04:00
Jeremy Ashkenas
6efd643e14 simplifying localStorage interface a bit. 2010-10-25 16:40:09 -04:00
Jeremy Ashkenas
edbdeb1189 Removing unnecessarily bound functions. 2010-10-25 16:08:30 -04:00
Jeremy Ashkenas
d6e57b334c Adding a hover-able destroy icon 2010-10-25 15:48:34 -04:00
Jeremy Ashkenas
62f43bde9d cleaning up generated CSS 2010-10-25 15:44:31 -04:00
Jeremy Ashkenas
3a47769a7e Nice improvements to the rendering ... more templates, less javascript. 2010-10-25 15:33:33 -04:00
Jeremy Ashkenas
092131db0a A little further on. 2010-10-25 14:58:22 -04:00
Jeremy Ashkenas
6b6d3a707c updating CSS style. Fixing ordering. 2010-10-25 14:21:28 -04:00
Jeremy Ashkenas
f6bd4df573 another mootools remmnant. 2010-10-25 12:51:33 -04:00
Jeremy Ashkenas
37b8fb72c4 First semi-working version of the jQuer-ified example. 2010-10-25 12:49:02 -04:00
Jeremy Ashkenas
34355e09f9 Merging master 2010-10-25 12:44:41 -04:00
Jeremy Ashkenas
42cd7d5bcb Merge branch 'master' into gh-pages 2010-10-25 11:58:16 -04:00
Jeremy Ashkenas
f260ac24b6 Revert the attack of the italics. 2010-10-25 11:58:11 -04:00
Jeremy Ashkenas
0c611074f0 resolving merge 2010-10-25 11:55:03 -04:00
Jeremy Ashkenas
3ba999c8b3 Cleaning up warnings 0.2.0 2010-10-25 11:53:32 -04:00
Jeremy Ashkenas
9d28018960 Backbone 0.2.0 2010-10-25 11:46:53 -04:00
Jeremy Ashkenas
6e7894d8fa Streamlined event delegation from models through collections. Added documentation for 0.2.0 enhancements. 2010-10-25 11:23:04 -04:00
Jeremy Ashkenas
a7195a975d Issue #28 -- handleEvents -> delegateEvents, which is now called in the constructor. 2010-10-25 10:51:23 -04:00
Jeremy Ashkenas
a9de05eb44 Switching from assumed 'model' and 'models' namespacing to an overridable 'parse' method on models and collections. 2010-10-25 10:28:10 -04:00
Jeremy Ashkenas
013e45cfea Adding an Examples section to the homepage. Weak at the moment. More to come. 2010-10-21 09:49:01 -04:00
Jeremy Ashkenas
869861df9d Adding an Examples section to the homepage. Weak at the moment. More to come. 2010-10-21 09:44:27 -04:00
Jeremy Ashkenas
9daf5d11d8 Moving the example to an 'examples' branch for the time being... 2010-10-21 09:24:11 -04:00
Jeremy Ashkenas
6aa2f537c4 adding a disclaimer 2010-10-21 09:23:39 -04:00
Jeremy Ashkenas
f3a8dcd16b Merging in Collection#toJSON 2010-10-20 16:01:56 -04:00
Jeremy Ashkenas
c957ec0888 Merge branch 'master' of http://github.com/bunchesofdonald/backbone 2010-10-20 15:53:23 -04:00
Chris Pickett
89e7e6767f Added Backbone.Collection.toJSON. Returns array of model's toJSON 2010-10-20 15:28:47 -04:00
Jeremy Ashkenas
931338ea14 Fixing Collection#create success callback, passing the model parameter through. 2010-10-20 14:57:40 -04:00
Jeremy Ashkenas
089fd5c1a2 Adding a test for Issue #33 2010-10-20 14:43:31 -04:00
Jeremy Ashkenas
705aff58a3 Issue #33. Refactor towards View#_ensureElement 2010-10-20 14:41:50 -04:00
Jeremy Ashkenas
c025904432 Further cleaning up the todos example. 2010-10-19 17:59:53 -04:00
Jeremy Ashkenas
6ea50e6a1e moving edit UI out into a template. 2010-10-19 17:20:40 -04:00
Jeremy Ashkenas
8282270d56 Starting to move to templates for the todo example. 2010-10-19 16:42:35 -04:00
Jeremy Ashkenas
2e064bbf56 Adding support links -- Issues + Freenode + Twitter 2010-10-19 16:18:58 -04:00
Jeremy Ashkenas
6252e25786 adding Collection#chain to the documentation. 2010-10-19 16:10:25 -04:00
Jeremy Ashkenas
a895bbb098 fixing chain() test. 2010-10-19 15:50:02 -04:00
Nick Fitzgerald
8d7eff8cd2 Adding chain() to the Collection prototype 2010-10-19 15:48:59 -04:00
Jeremy Ashkenas
c98cfeb4f2 moving 'demos' to 'examples' 2010-10-19 15:03:59 -04:00
Jeremy Ashkenas
9d8b7adf87 removing the embryonic gist demo 2010-10-19 15:03:30 -04:00
Jeremy Ashkenas
b27f57a9a7 Merge branch 'demos' of http://github.com/fitzgen/backbone into demos 2010-10-19 14:57:15 -04:00
Jeremy Ashkenas
14d818677f Merge branch 'master' into demos 2010-10-19 14:57:06 -04:00
Nick Fitzgerald
14db15b458 Adding another demo: Todo Task manager 2010-10-19 11:38:53 -07:00
Jeremy Ashkenas
d2ba331184 Backbone.js 0.1.2 0.1.2 2010-10-19 11:44:07 -04:00