Commit Graph

  • 764c38f112 Pass models in update trigger Casey Foster 2012-12-09 21:04:33 -08:00
  • 0991608f55 Rewriting comment. Jeremy Ashkenas 2012-12-10 10:59:54 -05:00
  • 4976b66652 Merge pull request #1889 from caseywebdev/global-events Jeremy Ashkenas 2012-12-10 07:58:01 -08:00
  • d08611a504 Simplify test for Backbone Events inheritance Casey Foster 2012-12-10 07:52:21 -08:00
  • a3da45efd5 Backbone extends Events Casey Foster 2012-12-10 07:46:00 -08:00
  • 2bb28cddc0 Merge pull request #1886 from gsamokovarov/patch-4 Jeremy Ashkenas 2012-12-10 07:42:10 -08:00
  • 4da25a48a6 Passing a configured version of jshint Jeremy Ashkenas 2012-12-10 10:31:28 -05:00
  • a389e81e71 removing accidental globals -- need to get lint hooked up. Jeremy Ashkenas 2012-12-10 09:59:55 -05:00
  • 631fd34dd7 Replace undefined with void 0 at router's test Genadi Samokovarov 2012-12-10 11:06:09 +02:00
  • bee1296053 Update update to merge cleanly Casey Foster 2012-12-08 17:55:15 -08:00
  • c51b9cc5fd Rebasing update Casey Foster 2012-12-05 10:43:37 -08:00
  • 7dbfecc6c1 Fixes #697 -- Add 'once' to backbone events, supporting event maps, off, and all that jazz Jeremy Ashkenas 2012-12-07 17:56:56 -05:00
  • 5af6879f7d Fixes #1876 -- add travis badge to backbonejs.org Jeremy Ashkenas 2012-12-07 17:13:37 -05:00
  • 62b80bfc32 Fixes #1340 -- reset events include previous list of models, for added convenience. Jeremy Ashkenas 2012-12-07 16:20:24 -05:00
  • 6dadc92765 Merge branch 'encoded-fragments' of https://github.com/braddunbar/backbone Jeremy Ashkenas 2012-12-07 15:24:55 -05:00
  • f416c5be6d bumping the version in master, reflecting the wip state Tim Branyen 2012-12-07 09:57:36 -05:00
  • 23cc302a51 Fixes #1477 -- Changing Backbone's internal logic so that validation always happens, even when silent: true. Defining a validate should never allow state to become invalid, even during a silent change. Jeremy Ashkenas 2012-12-06 16:48:29 -05:00
  • 362b91c8e4 Fixes #1456. Enhances Backbone.Events to support jQuery-style event maps, in 'on' and 'off'. Jeremy Ashkenas 2012-12-06 16:12:19 -05:00
  • 8711f3c781 Fixes #1870 -- allow empty bodies for difficult endpoints. Jeremy Ashkenas 2012-12-06 15:43:25 -05:00
  • 193ba773ba Fixes #1871 -- move the Catalog of Events to the top of the docs. Jeremy Ashkenas 2012-12-06 15:36:19 -05:00
  • aefd78f949 Merge branch 'master' into collection-update Casey Foster 2012-12-05 10:31:31 -08:00
  • 54ac6b0e4c Cleanup collection#update Casey Foster 2012-12-05 10:18:02 -08:00
  • 828f15acc3 our noglobals flag to QUnit breaks the test suite in Safari (for whatever reason) ... removing it. Jeremy Ashkenas 2012-12-04 17:58:01 -05:00
  • 6d19aba9ee remove the Ender test suite. We never update it -- and I can't remember ever hearing about anyone actually using Ender w/ Backbone. Jeremy Ashkenas 2012-12-04 17:57:08 -05:00
  • a7be84ef37 merged. Jeremy Ashkenas 2012-12-04 17:41:57 -05:00
  • f918d9d015 Adding Jolicloud as an example app Jeremy Ashkenas 2012-12-03 14:18:49 -05:00
  • 1b985790a4 Simplify conditional in Collection#update Casey Foster 2012-12-01 12:33:23 -08:00
  • beffc15a0b Add Collection#update to better use collection events Casey Foster 2012-11-30 15:46:56 -08:00
  • 0b2225655b Tweak sort test a bit. Brad Dunbar 2012-12-01 07:46:01 -05:00
  • 59850645e6 Only sort on add when it make sense Casey Foster 2012-11-30 15:40:01 -08:00
  • e5a3b0bba0 consistent 'parse' option on collection constructor & reset Tim Griesser 2012-11-30 11:44:31 -05:00
  • d0bed60f84 Merge pull request #1853 from tgriesser/qunit brad dunbar 2012-11-29 14:20:11 -08:00
  • a2a32cde62 Merge pull request #1 from braddunbar/noglobals Tim Griesser 2012-11-29 11:54:23 -08:00
  • f668e842aa Force noglobals. Brad Dunbar 2012-11-29 14:17:28 -05:00
  • f2c6412f4c noglobals check mandatory for browser qunit and node runner Tim Griesser 2012-11-29 13:25:21 -05:00
  • 1b2a286471 Merge pull request #1852 from braddunbar/noglobals Jeremy Ashkenas 2012-11-29 08:47:55 -08:00
  • 41c6b58563 Use noglobals in npm test. Brad Dunbar 2012-11-29 11:16:53 -05:00
  • 7d3f13d54c Merge pull request #1851 from caseywebdev/global-leak brad dunbar 2012-11-29 08:10:28 -08:00
  • e841851d56 Fix global i leak in change Casey Foster 2012-11-28 23:21:51 -08:00
  • 29dc8fc2bc initial merge of tgriesser's change cleanup Jeremy Ashkenas 2012-11-28 17:04:27 -05:00
  • e27c86e8f7 indentation Jeremy Ashkenas 2012-11-28 15:08:56 -05:00
  • 942c19926d Merge pull request #1717 from davidgtonge/master Jeremy Ashkenas 2012-11-28 12:07:59 -08:00
  • 2274b31ada emphasizing the nature of silent Jeremy Ashkenas 2012-11-28 15:04:25 -05:00
  • 9fa8a0a2be disabling travis email notifications Jeremy Ashkenas 2012-11-28 14:46:37 -05:00
  • 2da7c73901 fixing the parse inconsistency in the original mmanner. Jeremy Ashkenas 2012-11-28 14:39:59 -05:00
  • a0aabb405b Revert "Fixes #1843 -- reworks parsing behavior. It now always applies if you define it, and no longer passes xhr. (parsing should be a pure function of the data)" Jeremy Ashkenas 2012-11-28 14:39:01 -05:00
  • b17a37b4f2 Merge pull request #1835 from braddunbar/travis Jeremy Ashkenas 2012-11-28 11:31:22 -08:00
  • fbbb2e675e Fixes #1843 -- reworks parsing behavior. It now always applies if you define it, and no longer passes xhr. (parsing should be a pure function of the data) Jeremy Ashkenas 2012-11-28 14:26:49 -05:00
  • 3de9f3504e Revert "tiny tweak" Jeremy Ashkenas 2012-11-28 14:14:21 -05:00
  • e7d85efa9c tiny tweak Jeremy Ashkenas 2012-11-28 14:00:06 -05:00
  • 182804b448 Merge pull request #1846 from akre54/extendable-options Jeremy Ashkenas 2012-11-28 10:59:39 -08:00
  • 4ac21c0a23 Merge branch 'master' of github.com:documentcloud/backbone Jeremy Ashkenas 2012-11-28 13:53:59 -05:00
  • 46f2823107 Fixes #1849 -- adding a .npmignore Jeremy Ashkenas 2012-11-28 13:53:57 -05:00
  • bc87c3fa46 add options function test Adam Krebs 2012-11-27 11:22:19 -05:00
  • b34f4f38c7 use _.result for this.options Adam Krebs 2012-11-27 10:44:01 -05:00
  • 5ebd1fdb15 Merge pull request #1838 from asgeo1/add_options_for_tojson Jeremy Ashkenas 2012-11-26 07:15:32 -08:00
  • be209e623d Pass options through to toJSON Adam George 2012-11-21 14:34:15 +11:00
  • 900c4fec97 Merge pull request #1837 from j0nx/master brad dunbar 2012-11-20 12:51:23 -08:00
  • 70ff93bdfc Update backbone.js Al Urim 2012-11-20 12:47:53 -08:00
  • 7b51c224bc Merge pull request #1836 from Ore4444/patch-1 Jeremy Ashkenas 2012-11-20 06:02:11 -08:00
  • 8898fbfdc5 Removed a redundant sentence. Ore Landau 2012-11-20 14:57:54 +02:00
  • 94b86bf902 Fix gh-1201 - Simple TravisCI support. Brad Dunbar 2012-11-19 17:29:18 -05:00
  • ef8bb66839 Asserting that cloning a model and passing it in as attributes doesn't share object identity. Jeremy Ashkenas 2012-11-19 17:00:47 -05:00
  • 6f95a9b6f5 Fixes #1750 -- better document View#options Jeremy Ashkenas 2012-11-19 16:47:38 -05:00
  • 0b27091e5a fixes previous commit Jeremy Ashkenas 2012-11-19 15:30:51 -05:00
  • c746c3c5c2 Fixes #1806, model.save(null, {wait: true}) with validation Jeremy Ashkenas 2012-11-19 15:29:41 -05:00
  • dd59ae6185 Merge pull request #1826 from tgriesser/events-options Jeremy Ashkenas 2012-11-19 12:06:26 -08:00
  • e1a29bd5ff Fixes #1832 -- stretched images on retina mobile Jeremy Ashkenas 2012-11-19 15:00:41 -05:00
  • bec41307d3 rewording hashChange: false docs Jeremy Ashkenas 2012-11-16 16:59:44 -05:00
  • 626f3d7f0e Merge pull request #1803 from braddunbar/hashchange-false Jeremy Ashkenas 2012-11-16 13:58:09 -08:00
  • bf82159ad7 capitalization typo Jeremy Ashkenas 2012-11-16 15:41:17 -05:00
  • 09ba834f3d Adding newsblur as an example app Jeremy Ashkenas 2012-11-16 15:35:06 -05:00
  • 549bc3209b tiny edits Jeremy Ashkenas 2012-11-16 15:08:02 -05:00
  • 693d58d9e4 typo Jeremy Ashkenas 2012-11-16 15:03:17 -05:00
  • 9edadc2c2b Perhaps the most frequently asked question ... Why Backbone, not X? Jeremy Ashkenas 2012-11-16 14:50:49 -05:00
  • a96fe08f92 allowing events to be passed in view's options Tim Griesser 2012-11-16 14:21:59 -05:00
  • 6fd32ea7b7 Fixes #1825 -- document that multiple adds of the same model is a no-op. Jeremy Ashkenas 2012-11-16 12:14:49 -05:00
  • 39ff3870a7 Fix gh-1820 - Update comment, use global flag. Brad Dunbar 2012-11-14 17:00:17 -05:00
  • 30f3273aec s/https/http Jeremy Ashkenas 2012-11-12 10:15:55 -05:00
  • ca250f67f6 index.html Jeremy Ashkenas 2012-11-07 17:39:13 -05:00
  • 489b1d4205 Adding Syllabus as an example app Jeremy Ashkenas 2012-11-07 17:07:57 -05:00
  • 783ecf70db Fix #1801 - Add documentation for disabling hash based routing. Brad Dunbar 2012-11-06 07:23:01 -05:00
  • 35054dada6 A bit more documentation on success and error callbacks. Brad Dunbar 2012-11-05 09:30:01 -05:00
  • 29cb71ce37 Fix #1798 correct Model#fetch documentation Casey Foster 2012-11-04 09:19:51 -08:00
  • 85d58a1f72 Merge pull request #1371 from braddunbar/emulate-options Jeremy Ashkenas 2012-11-02 14:31:09 -07:00
  • b75c4c52ee Merge branch 'master' into emulate-options Brad Dunbar 2012-11-02 17:05:29 -04:00
  • 91ce6c3e0c Merge pull request #1795 from braddunbar/trailing-space Jeremy Ashkenas 2012-11-02 09:00:15 -07:00
  • d196c25fe6 Strip trailing space from fragments. Brad Dunbar 2012-11-02 09:03:16 -04:00
  • d389418eb1 Updated issue number in test to match pull request issue. Brian Erickson 2012-11-01 22:56:15 -06:00
  • 8decce8d7d Issue #1793: Backbone.history.navigate should use this.getFragment instead of fragment to avoid routes getting triggered twice Brian Erickson 2012-11-01 22:41:47 -06:00
  • aeaf2ee9cf Merge pull request #1792 from caseywebdev/reorder-constructor Sam Breed 2012-11-01 17:47:02 -07:00
  • 7909341139 Add test for #1791 Casey Foster 2012-11-01 17:09:05 -07:00
  • 34ce37137e Fix #1791 reorder constructor so attributes is defined for parse Casey Foster 2012-11-01 17:00:59 -07:00
  • 34cb42d435 Merge pull request #1787 from wookiehangover/issue1785 brad dunbar 2012-10-30 19:14:29 -07:00
  • c162894784 updating documentation for Collection#reset method signature, fixes #1785 Sam Breed 2012-10-30 19:47:41 -06:00
  • 1eb7964a45 Merge pull request #1786 from gsamokovarov/bump-underscore-in-package-json Jeremy Ashkenas 2012-10-30 15:43:58 -07:00
  • 086b2dd9df Bump underscore version to 1.3.3 in package.json Genadi Samokovarov 2012-10-31 00:20:15 +02:00
  • 1350c84171 Merge pull request #1784 from caseywebdev/package-json-keywords Jeremy Ashkenas 2012-10-30 13:39:48 -07:00
  • d91f2051bb Update package.json with more relevant keywords Casey Foster 2012-10-30 13:08:46 -07:00
  • 92623e5f4a Adding IRCCloud as an example app Jeremy Ashkenas 2012-10-25 17:22:32 -04:00