Commit Graph

484 Commits

Author SHA1 Message Date
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
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
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
Jeremy Ashkenas
636e7b00a9 remove an extraneous this.options 2011-05-26 11:54:35 -04:00
Jeremy Ashkenas
300c7f0e9c fix the zepto test suite. 2011-05-26 11:04:56 -04:00
Jeremy Ashkenas
cf3215139a initial draft of a 0.5.0 branch 2011-05-26 10:54:28 -04:00
Jeremy Ashkenas
e8476afef0 Issue #366, support for namespaced events. 2011-05-24 13:07:11 -04:00
Jeremy Ashkenas
489ebb7040 Issue #228 ... IE7 hash should look correct after initial load. 2011-05-23 10:28:42 -04:00
Jeremy Ashkenas
a2518103de Merge branch 'master' of github.com:documentcloud/backbone 2011-05-23 09:50:38 -04:00
Jeremy Ashkenas
a5d01f91fe fixing tests for IE / Webkit ... regex, not string match. 2011-05-23 09:50:26 -04:00
Francis
82c288c91e Following recommendations from the OWASP
https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet

Should be tested with
http://ha.ckers.org/xss.html

Make sure your pages are utf8!
2011-05-07 22:47:35 -07:00
Corban Brook
9d5308b1ab Pass options to the coll.add call in Collection::create so that it can work silently. 2011-05-05 15:15:16 -04:00
Jeremy Ashkenas
82e0b34ada Merge pull request #267 from jasondavies/master.
Don't set content type header for GET requests
2011-05-01 06:48:17 -07:00
Jeremy Ashkenas
d8edb5d025 Merge branch 'gh-pages' 2011-04-28 11:11:28 -04:00
Jeremy Ashkenas
bbf28b82a2 expanding the FAQ for MVC with a direct Rails comparison. 2011-04-28 11:11:17 -04:00
Jeremy Ashkenas
7489bf0395 Merge branch 'gh-pages' 2011-04-28 09:43:30 -04:00
Jeremy Ashkenas
bbce120bf0 Adding the bittorrent example app. 2011-04-28 09:43:05 -04:00