Jeremy Ashkenas
|
d2ba331184
|
Backbone.js 0.1.2
0.1.2
|
2010-10-19 11:44:07 -04:00 |
|
Jeremy Ashkenas
|
3e3c292c48
|
documenting the 'error' callback and it's overriding behavior.
|
2010-10-19 11:26:16 -04:00 |
|
Jeremy Ashkenas
|
2071b932b9
|
tweak to view docs
|
2010-10-19 10:51:27 -04:00 |
|
Jeremy Ashkenas
|
f0f7c8d5e3
|
Adding an error when URLs are left unspecified, and highlighting the importance of the URL property in the docs for persistence to work.
|
2010-10-19 10:47:40 -04:00 |
|
Jeremy Ashkenas
|
a09bcbca9d
|
error events are now always passed the model as the first argument. You may now also pass an error callback to set() and save(), if the callback is passed, it will be called instead of the 'error' event getting fired.
|
2010-10-19 10:13:50 -04:00 |
|
Jeremy Ashkenas
|
b854b28d18
|
additional documentation ... getting ready for 0.1.2
|
2010-10-19 09:41:50 -04:00 |
|
Jeremy Ashkenas
|
5222fe7117
|
Merge branch 'master' of http://github.com/tmpvar/backbone
|
2010-10-18 21:52:42 -04:00 |
|
Elijah Insua
|
402f866341
|
added underscore dependency
|
2010-10-18 21:46:03 -04:00 |
|
Jeremy Ashkenas
|
c5c795ed98
|
adding docs for Model#fetch
|
2010-10-18 21:39:30 -04:00 |
|
Jeremy Ashkenas
|
17d64e0a51
|
Adding Backbone.Model#fetch
|
2010-10-18 21:31:27 -04:00 |
|
Jeremy Ashkenas
|
2b539572a0
|
Passing JavaScriptLint. Added 'rake lint' task.
|
2010-10-18 21:05:48 -04:00 |
|
Nick Fitzgerald
|
83f4748d8c
|
Adding a missing var declaration inside handleEvents
|
2010-10-17 18:24:01 -07:00 |
|
Jeremy Ashkenas
|
7721f8481c
|
adding Backbone.emulateHttp for frameworks that don't support HTTP. Issue #11
|
2010-10-17 10:53:40 -04:00 |
|
Jeremy Ashkenas
|
6899988224
|
Only send the model on create and update... It's better for destroy not to bother with it.
|
2010-10-17 10:17:36 -04:00 |
|
Elijah Insua
|
263245b9cf
|
added package.json
|
2010-10-17 03:22:25 -04:00 |
|
Jeremy Ashkenas
|
5c5b7a8824
|
Don't send up model data for GET requests by default, for folks who are re-fetching existing collections.
|
2010-10-16 16:05:49 -04:00 |
|
Jeremy Ashkenas
|
7b10698af6
|
making the speed test labels fit on the graph
|
2010-10-15 09:57:31 -04:00 |
|
Samuel Clay
|
d8d40149e0
|
Type found by pbowyer.
|
2010-10-15 09:49:56 -04:00 |
|
Hans Oksendahl
|
196626931e
|
fixed indentation
|
2010-10-14 17:32:23 -07:00 |
|
Hans Oksendahl
|
08030e431e
|
fixed indentation
|
2010-10-14 17:30:43 -07:00 |
|
Hans Oksendahl
|
7f4a1bb178
|
Added the _method hack from Sinatra for better coverage of PUT and DELETE for non-spec HTTP servers.
|
2010-10-14 17:28:33 -07:00 |
|
Jeremy Ashkenas
|
500d66bd58
|
a handful of model speed tests.
|
2010-10-14 15:11:56 -04:00 |
|
Jeremy Ashkenas
|
e7ce57cc1d
|
Adding the beginnings of a speed suite to the Test page.
|
2010-10-14 14:46:53 -04:00 |
|
Jeremy Ashkenas
|
3560062c11
|
removing redundant assignment in Events#trigger
|
2010-10-14 13:49:01 -04:00 |
|
Jeremy Ashkenas
|
2ae60985ee
|
Moving all helper functions down to the bottom.
|
2010-10-14 13:34:00 -04:00 |
|
Jeremy Ashkenas
|
9c535ca5a5
|
expand inherits helper child constructor creation, for clarity.
|
2010-10-14 13:31:19 -04:00 |
|
Jeremy Ashkenas
|
7c901e2245
|
Slightly shallower namespaced export for CommonJS.
|
2010-10-14 13:15:25 -04:00 |
|
Jeremy Ashkenas
|
82365e392e
|
internal Collection#_add and Collection#_remove, should return the model, in case they're overridden.
|
2010-10-14 13:04:11 -04:00 |
|
Jeremy Ashkenas
|
a797829c8d
|
a note about namespacing JSON requests.
|
2010-10-14 11:48:03 -04:00 |
|
Jeremy Ashkenas
|
b2cb44b8f7
|
rebuilding annotated source and min.js
|
2010-10-14 11:13:50 -04:00 |
|
Jeremy Ashkenas
|
0ac41263a0
|
brief aside about sort versus sortBy
|
2010-10-14 11:10:38 -04:00 |
|
Jeremy Ashkenas
|
09e20c1599
|
Documenting a collection's 'model' property
|
2010-10-14 10:46:11 -04:00 |
|
Jeremy Ashkenas
|
831090329f
|
Issue #8 -- a number of improvements to the documentation.
|
2010-10-14 10:29:18 -04:00 |
|
Jeremy Ashkenas
|
eb9f54c8fe
|
willbailey's patch to use getByCid for internal lookups ... much safer.
|
2010-10-14 07:36:11 -04:00 |
|
Jeremy Ashkenas
|
184687b28f
|
Backbone 0.1.1
0.1.1
|
2010-10-13 22:46:39 -04:00 |
|
Jeremy Ashkenas
|
8878c2236a
|
View#_reset -> View#_configure
|
2010-10-13 22:42:49 -04:00 |
|
Jeremy Ashkenas
|
c211499619
|
adding a brief aside about super.
|
2010-10-13 22:33:26 -04:00 |
|
Jeremy Ashkenas
|
aa35cb6414
|
less cryptic method of safely referencing jQuery.
|
2010-10-13 22:15:12 -04:00 |
|
Jeremy Ashkenas
|
544a7e7d9b
|
Merge branch 'grayrest' of http://github.com/grayrest/backbone
|
2010-10-13 22:13:07 -04:00 |
|
Jeremy Ashkenas
|
ff65c0a41b
|
Merge branch 'master' of github.com:documentcloud/backbone
|
2010-10-13 22:10:45 -04:00 |
|
Jeremy Ashkenas
|
6886bca086
|
typo in docs -- issue #4
|
2010-10-13 22:10:44 -04:00 |
|
Jeff Larson
|
e29b486f5f
|
fixes #4, small typo
|
2010-10-13 22:05:11 -04:00 |
|
Jeff Larson
|
b8f54d527a
|
sorry, wrong version of docco
|
2010-10-13 18:18:15 -04:00 |
|
Jeff Larson
|
13932d0d14
|
small typo
|
2010-10-13 18:10:10 -04:00 |
|
Jeremy Ashkenas
|
abd64dca83
|
Documenting initialize
|
2010-10-13 17:40:18 -04:00 |
|
Jeremy Ashkenas
|
091e266077
|
Adding basic tests for initialize.
|
2010-10-13 17:33:20 -04:00 |
|
Jeremy Ashkenas
|
63085b6ccd
|
Calling 'initialize', if it is defined.
|
2010-10-13 17:30:12 -04:00 |
|
Jeremy Ashkenas
|
e0b61034df
|
internal _initialize to _reset
|
2010-10-13 17:25:04 -04:00 |
|
Karl Guertin
|
2748c43fa7
|
$ doesn't always belong to jQuery
|
2010-10-13 17:16:39 -04:00 |
|
Jeremy Ashkenas
|
542f085074
|
documentation wording tweaks.
|
2010-10-13 16:42:17 -04:00 |
|