553 Commits

Author SHA1 Message Date
Jeremy Ashkenas
07f753be2f Merge pull request #435 from threepointone/patch-1
Allow initialize on any class to pass on original arguments.
2011-06-29 18:08:13 -07:00
Jeremy Ashkenas
fa6092be79 fixing comment. 2011-06-29 21:03:27 -04:00
Jeremy Ashkenas
0b74a24b69 Merge pull request #438 from gravof/master
Model is no longer considered to be new if its id is a falsey value
2011-06-29 18:03:00 -07:00
Gavin Huang
4e9037b018 Model is no longer considered to be new if its id is a falsey value 2011-06-23 16:09:41 +08:00
Gavin Huang
573c347553 Fix unit test for model.isNew() 2011-06-23 16:08:16 +08:00
threepointone
3eb075a240 Allow initialize on any class to pass on original arguments. 2011-06-21 02:09:15 -07:00
Samuel Clay
7ed20d7906 Merge pull request #432 from jroes/master
Couple of doc typo fixes
2011-06-20 14:50:55 -07:00
Jonathan Roes
16eb3f3d87 Minor doc typos 2011-06-20 17:38:29 -04:00
Jeremy Ashkenas
d2a7309915 Merge branch 'gh-pages' 2011-06-20 17:05:06 -04:00
Jeremy Ashkenas
61c48748c4 Adding Decide.com as an example. 2011-06-20 17:04:36 -04:00
Loren Sands-Ramshaw
2ed2af6698 expanded Model.save example 2011-06-18 17:20:27 -04:00
Loren Sands-Ramshaw
245acb0821 removed unused var 2011-06-18 17:07:37 -04:00
Francis Gulotta
621c9edfc6 Test complex query strings. Fails in some browsers. 2011-06-17 15:37:12 -04:00
Samuel Clay
e1167d7cee Merge pull request #422 from arturadib/master
Minor doc typo
2011-06-16 11:09:09 -07:00
Artur Adib
3e4f6284fa Minor doc typo 2011-06-15 12:32:35 -04:00
Jeremy Ashkenas
32deec5783 Merge branch 'gh-pages' 2011-06-14 13:27:10 -04:00
Jeremy Ashkenas
6ca2dc614b adding quoteroller 2011-06-14 13:26:44 -04:00
Jeremy Ashkenas
9bdbdd8e59 merged in gh-pages 2011-06-14 12:58:29 -04:00
Jeremy Ashkenas
40575910a5 Adding Chop, Fluxiom, And Menagerie Vet 2011-06-14 12:55:57 -04:00
Niall Smart
0853866aab Collection.add should fail if duplicate id/cid exists 2011-06-13 18:11:04 -07:00
Loren Sands-Ramshaw
b28bb50520 clarified example; fixed typo 2011-06-04 19:42:16 -04:00
Matt Smith
d3a0b64603 remove model_with helper from test 2011-05-31 09:31:04 -04:00
Jeremy Ashkenas
2620c6a5ed Adding Chop as a Backbone example. 2011-05-27 13:16:30 -04:00
Jeremy Ashkenas
d568305215 adding headers for all Backbone.js example apps 2011-05-27 13:10:04 -04:00
Jeremy Ashkenas
ff57b6536d ouch, leaking global attrs. (shakes fist) 2011-05-27 12:17:10 -04:00
Jeremy Ashkenas
93c82aad55 Adding the Unofficial google group to the documentation. 2011-05-27 11:44:46 -04:00
Jeremy Ashkenas
e01ad9dd5b Merging in #232. Allow destroy() to be called on non-persisted objects ... just in case. 2011-05-27 11:30:48 -04:00
Jeremy Ashkenas
87a81e43e2 partial issue #239, always pass options to error callbacks / events. 2011-05-27 10:58:40 -04:00
Jeremy Ashkenas
482a115349 better document that hasChanged, previous, etc are only valid during a change event. Issue #240 2011-05-27 10:48:07 -04:00
Jeremy Ashkenas
9accf97e9e Issue #246 -- never fire nested change events for the same model. The top-level one will do. 2011-05-27 10:29:14 -04:00
Jeremy Ashkenas
ed636326dd Issue #250 -- duplicated QUnit. 2011-05-27 09:58:18 -04:00
Jeremy Ashkenas
fb8da91e3e merging in #336. 2011-05-26 15:49:16 -04:00
Paul Uithol
dae2527113 Merge branch '0.5.0'
Conflicts:
	backbone.js
2011-05-26 21:42:13 +02:00
Paul Uithol
d7e3d5bf4a Updated to apply on the 0.5.0 branch 2011-05-26 21:34:09 +02:00
Paul Uithol
6b229ff90d Merge remote branch 'remotes/upstream/master' 2011-05-26 21:22:33 +02:00
Jeremy Ashkenas
f7602a3050 Merge branch 'patch-1' of https://github.com/damienholzapfel/backbone into 0.5.0 2011-05-26 15:08:24 -04:00
Jeremy Ashkenas
c66650ab90 Merge branch 'master' of https://github.com/corbanbrook/backbone into 0.5.0 2011-05-26 14:54:18 -04:00
Jeremy Ashkenas
082cb28b29 Merge branch 'master' of https://github.com/reconbot/backbone into 0.5.0 2011-05-26 14:52:41 -04:00
Jeremy Ashkenas
5f7b01d94c document collection.reset() with no args. 2011-05-26 14:30:37 -04:00
Jeremy Ashkenas
d8d94f1391 add a warning about pass by reference. Issue #356 2011-05-26 14:25:56 -04:00
Jeremy Ashkenas
2f04473657 fixing refresh -> reset documentation. 2011-05-26 14:13:31 -04:00
Jeremy Ashkenas
78212c2b91 Issue #359 -- removing duplicate model.escape documentation. 2011-05-26 14:05:27 -04:00
Jeremy Ashkenas
9503627e08 documenting that fetch options can also be jquery options. 2011-05-26 14:00:45 -04:00
Jeremy Ashkenas
2b1eae4d9c Issue #365. delete options.comparator. 2011-05-26 13:54:22 -04:00
Jeremy Ashkenas
9a1deb61c7 mention that Backbone require's jQuery > 1.4.2, if using jQuery. Issue #367. 2011-05-26 13:41:41 -04:00
Jeremy Ashkenas
46fbd4cd7f Controller -> Router in the docs, and adding docco for setLocation(). 2011-05-26 13:38:30 -04:00
Jeremy Ashkenas
e56346c7ae normalizing for the Safari window.location bug. 2011-05-26 13:30:29 -04:00
Jeremy Ashkenas
f742bbe947 fixing IE support for 0.5.0 2011-05-26 13:25:06 -04:00
Jeremy Ashkenas
e9b38de419 Backbone.Router formatting, tweaks. 2011-05-26 12:56:08 -04:00
Jeremy Ashkenas
e5ee5503fd Adding Backbone.Router.setLocation, alongside saveLocation, to both save and route at once. 2011-05-26 12:02:12 -04:00