Commit Graph

  • 33a5ea3310 Match save to new set signature Casey Foster 2012-10-23 07:44:17 -07:00
  • 68d1e70a4a Refactor set to avoid unnecessary arguments object creation Casey Foster 2012-10-22 20:22:58 -07:00
  • a65d3340a4 Merge pull request #1773 from braddunbar/bind-routes Jeremy Ashkenas 2012-10-24 15:10:01 -07:00
  • ef8e10fafb Further simplify Router#_bindRoutes. Brad Dunbar 2012-10-24 17:59:40 -04:00
  • eebbca8975 Merge branch 'master' of github.com:documentcloud/backbone Jeremy Ashkenas 2012-10-24 17:00:00 -04:00
  • e0c30d632f Adding Gilt Groupe as an example app. Jeremy Ashkenas 2012-10-24 16:59:58 -04:00
  • 23751b8d57 Merge pull request #1766 from caseywebdev/set-refactor brad dunbar 2012-10-24 08:38:39 -07:00
  • 4288805385 Merge pull request #1769 from braddunbar/parse-test Jeremy Ashkenas 2012-10-23 08:26:03 -07:00
  • dbad306684 Match save to new set signature Casey Foster 2012-10-23 07:44:17 -07:00
  • c9585a35ca Add a more meaningfull test for parsing by default. Brad Dunbar 2012-10-23 08:34:23 -04:00
  • f73de64c33 Refactor set to avoid unnecessary arguments object creation Casey Foster 2012-10-22 20:22:58 -07:00
  • 078bb39dba Merge pull request #1762 from gsamokovarov/simplify-configure Jeremy Ashkenas 2012-10-22 05:53:05 -07:00
  • 85a1e3ea5c Use _.pick to simplify View#_configure Genadi Samokovarov 2012-10-22 12:51:43 +03:00
  • 12cfb98941 Merge pull request #1761 from gsamokovarov/update-comments brad dunbar 2012-10-21 16:18:31 -07:00
  • 4e0627cbbc Update outdated comments Genadi Samokovarov 2012-10-22 01:37:49 +03:00
  • aa4dd9de37 Add test for #1758. Brad Dunbar 2012-10-19 17:06:09 -04:00
  • dd592ad806 Be sure to return the value of beforeSend Casey Foster 2012-10-19 13:42:15 -07:00
  • 203e9b9e2d Merge pull request #1757 from braddunbar/beforesend Jeremy Ashkenas 2012-10-19 13:28:27 -07:00
  • 1d909d4fe0 Fix #1756 - preserve user provided beforeSend. Brad Dunbar 2012-10-19 16:03:10 -04:00
  • 817f8728a2 Call 'beforeSend' function set with $.ajaxSetup when Backbone.emulateHTTP is set to true. Michał Łowicki 2012-10-19 20:57:02 +02:00
  • 3685f7649f Fix #1751 - root is exports, not global. Brad Dunbar 2012-10-19 10:44:36 -04:00
  • 094dab2d54 Adding USA Today as an example app. Jeremy Ashkenas 2012-10-17 14:58:29 -04:00
  • db26c74d1a Merge pull request #1746 from michalkot/master. Brad Dunbar 2012-10-17 07:53:15 -04:00
  • d73b6d7da9 allow empty routes michalkot 2012-10-17 10:37:36 +01:00
  • be0f44dbd0 Merge pull request #1741 from braddunbar/history-extend Jeremy Ashkenas 2012-10-16 07:58:00 -07:00
  • dd68a3187c Merge pull request #1742 from caseywebdev/master brad dunbar 2012-10-16 07:22:46 -07:00
  • a52fcb6ba7 Fixed inconsistency and typo in docs Casey Foster 2012-10-16 07:13:51 -07:00
  • 8638bfef0a Add extend to Backbone.History. Brad Dunbar 2012-10-16 08:11:33 -04:00
  • 9df2b8d33c Merge pull request #1736 from wookiehangover/issue1735 Jeremy Ashkenas 2012-10-15 11:27:05 -07:00
  • d484423e11 Merge pull request #1730 from braddunbar/get-docs Jeremy Ashkenas 2012-10-15 07:58:59 -07:00
  • ed95008a34 Merge pull request #1739 from braddunbar/bind-routes Jeremy Ashkenas 2012-10-15 07:38:30 -07:00
  • 9b0e85213b Minor optimization to Router#_bindRoutes. Brad Dunbar 2012-10-15 10:00:37 -04:00
  • 46b8ee3358 testing expected behavior when Model.parse returns null Sam Breed 2012-10-14 17:31:39 -06:00
  • b41d5628c7 fix for #1735 - consistently use attrs in Model constructor Sam Breed 2012-10-14 11:51:30 -06:00
  • 47a47b2fe6 Fix #1729 - Clarify expected arguments for get/getByCid. Brad Dunbar 2012-10-12 09:00:16 -04:00
  • 5e103f7aaa adding bitbucket as an example app Jeremy Ashkenas 2012-10-10 14:19:45 -04:00
  • 162a8337fd Updated Basecamp Mobile example to Basecamp Calendar Jeremy Ashkenas 2012-10-10 13:44:28 -04:00
  • 4d80d88b31 Merge pull request #1713 from jdalton/lodash Tim Branyen 2012-10-09 22:11:24 -07:00
  • a10e3c645f Add Lo-Dash reference to index.html. John-David Dalton 2012-10-05 08:56:44 -07:00
  • de59b16b39 Merge pull request #1 from braddunbar/add-error Dave Tonge 2012-10-09 06:39:44 -07:00
  • 9b6826929c Tweak add implementation. Brad Dunbar 2012-10-08 09:31:11 -04:00
  • 7278dfbe7e Use ok(false) instead of non-existent fail. Brad Dunbar 2012-10-08 09:33:45 -04:00
  • c2261bf962 Modified two tests to listen for error events rather than catching exceptions when adding an invalid model to a collection Dave Tonge 2012-10-08 05:26:55 +01:00
  • 89009ca51c Collection.add triggers an error rather than throwing an error when an invalid model is added. Dave Tonge 2012-10-08 05:25:29 +01:00
  • a5a2036fe6 moving trigger loop into 'change', this.changed into 'changeCenter', more simplification of '_changeCenter' Tim Griesser 2012-10-07 09:17:13 -04:00
  • 36516d9a3e Overhauling set/change for speed improvements Tim Griesser 2012-10-05 08:00:34 -04:00
  • bc4c7a339d Merge pull request #1714 from RStankov/view-dispose-can-work-with-normal-objects Jeremy Ashkenas 2012-10-05 12:12:39 -07:00
  • 4a20d66f66 Check if model/collection support .off when disposing of the view Radoslav Stankov 2012-10-05 22:04:12 +03:00
  • f0586cfa5f period in comment Jeremy Ashkenas 2012-10-03 15:18:46 -04:00
  • bdefd3cce1 Merge branch 'change-bug' of https://github.com/tgriesser/backbone Jeremy Ashkenas 2012-10-03 15:11:01 -04:00
  • 205307a856 Fixes #1697 -- media query for firefox for embedding inside firebug for documentation. Jeremy Ashkenas 2012-10-03 15:00:11 -04:00
  • 2b1e9b48bf Merge branch 'master' of github.com:documentcloud/backbone Jeremy Ashkenas 2012-10-03 14:48:09 -04:00
  • e120642cb7 Fixes #1701 -- improves documentation for model.off() Jeremy Ashkenas 2012-10-03 14:47:35 -04:00
  • 612496bb8c Merge pull request #1509 from ianstormtaylor/optional-params Jeremy Ashkenas 2012-10-02 19:43:42 -07:00
  • 3169cfe6ed swapped optional route syntax to parentheses, and adding docs Ian Storm Taylor 2012-10-02 18:09:21 -07:00
  • ac8a807f49 added optional groups to route syntax, with tests Ian Storm Taylor 2012-07-26 18:56:40 -07:00
  • 1f67712b1a Adding Hulu.com as an example Jeremy Ashkenas 2012-10-02 12:01:59 -04:00
  • 95e1eb5ad7 revising Inkling description, as requested Jeremy Ashkenas 2012-10-02 10:55:15 -04:00
  • 64e2d0a6ea Merge pull request #1696 from braddunbar/pushstate-transition Jeremy Ashkenas 2012-10-02 05:01:51 -07:00
  • 3f530c2ab5 Fix #1695 - Ignore location.search during pushState transition. Brad Dunbar 2012-10-02 06:36:23 -04:00
  • 84039f3924 Merge pull request #1693 from braddunbar/el-function Jeremy Ashkenas 2012-10-01 20:18:57 -07:00
  • 06c764c5e8 merge conflict resolved Jeremy Ashkenas 2012-10-01 17:06:27 -04:00
  • 804bb551cb Merge branch 'master' of github.com:documentcloud/backbone Jeremy Ashkenas 2012-10-01 16:21:11 -04:00
  • 2eabf0450c fixing unescaped regex Jeremy Ashkenas 2012-10-01 16:20:58 -04:00
  • e2d5483616 Allow view.el to be provided as a function. Brad Dunbar 2012-10-01 15:39:02 -04:00
  • 2e4f48e450 whitespace cleanup after rebase Tim Griesser 2012-10-01 15:22:20 -04:00
  • 71b6404d73 refactor change/set, fixing #1478 and #1664 Tim Griesser 2012-09-30 18:28:09 -04:00
  • cb988aade3 Merge pull request #1692 from braddunbar/extend Jeremy Ashkenas 2012-10-01 10:22:10 -07:00
  • 2b646c6bff Fix #1684 - Correct regression in refactoring extend. Brad Dunbar 2012-10-01 13:16:47 -04:00
  • aa36a35524 Merge pull request #1691 from wookiehangover/issue_1545 Sam Breed 2012-10-01 09:08:02 -07:00
  • b347f9f8d4 consistently handle undefined being passed to the model constr (#1545) Sam Breed 2012-08-14 14:16:04 -06:00
  • 5720e54355 Fixes #1589 -- make the Backbonejs.org docs go responsive. Jeremy Ashkenas 2012-09-28 15:32:46 -04:00
  • d02415fb4b Merge branch 'master' of github.com:documentcloud/backbone Jeremy Ashkenas 2012-09-28 15:21:19 -04:00
  • d6046cfb5e fixing z-index Jeremy Ashkenas 2012-09-28 15:21:13 -04:00
  • 57e1e7d083 Merge pull request #1612 from joshvermaire/chain_navigation Jeremy Ashkenas 2012-09-28 12:15:04 -07:00
  • 9ba384627c Merge pull request #1667 from braddunbar/add Jeremy Ashkenas 2012-09-26 11:53:45 -07:00
  • 3d0d8f0570 Merge pull request #1674 from braddunbar/url-root Jeremy Ashkenas 2012-09-26 09:01:08 -07:00
  • e7e689a280 Fix #1677 - Escape title attribute. Brad Dunbar 2012-09-25 12:22:05 -04:00
  • a45ab0095f Remove dead code. Brad Dunbar 2012-09-24 14:37:18 -04:00
  • c0cdd7e0e5 Merge pull request #1669 from liquid/docs_fixes brad dunbar 2012-09-23 12:28:21 -07:00
  • 9fd48f1d00 Fix namespace reference in the todos example app docs. Attila Györffy 2012-09-22 18:29:22 +02:00
  • 1e87356815 Added test for sorting during collection#add Casey Foster 2012-09-22 16:14:11 -07:00
  • b785a593eb Remove shadowed clear function from todo models. Brad Dunbar 2012-09-22 11:33:51 -04:00
  • 6d0a7fd45b Merge pull request #1596 from fancyoung/patch-1. Brad Dunbar 2012-09-22 11:28:36 -04:00
  • 142d2ac832 Fix #1604 - Refactor add, remove index option. Brad Dunbar 2012-09-21 17:19:43 -04:00
  • 7bfce6fe53 Merge pull request #1658 from braddunbar/history-window Jeremy Ashkenas 2012-09-17 11:46:59 -07:00
  • a424341355 Fix #1653 - Ensure that History can be used outside of the browser. Brad Dunbar 2012-09-17 14:37:13 -04:00
  • da18e00211 Merge branch 'master' of github.com:documentcloud/backbone Jeremy Ashkenas 2012-09-17 13:11:20 -04:00
  • 74ba05c8da adding CONTRIBUTING to backbone Jeremy Ashkenas 2012-09-17 13:10:58 -04:00
  • 161c3a21d7 Merge pull request #1656 from braddunbar/sortby-groupby Jeremy Ashkenas 2012-09-17 08:35:18 -07:00
  • c344201f6e Fix #1655 - sortBy & groupBy use attributes. Brad Dunbar 2012-09-17 10:06:44 -04:00
  • ff0ddbcee2 Merge pull request #1650 from braddunbar/# Jeremy Ashkenas 2012-09-17 08:26:34 -07:00
  • 07b88efadd Revert "TravisCI integration." Brad Dunbar 2012-09-17 10:47:15 -04:00
  • 8ea7d9a01d Merge pull request #1644 from braddunbar/default-options Jeremy Ashkenas 2012-09-14 10:49:57 -07:00
  • 5b19d8acce tweaking edge link Jeremy Ashkenas 2012-09-14 13:11:08 -04:00
  • 5eb4c7ba0d Merge branch 'master' of github.com:documentcloud/backbone Jeremy Ashkenas 2012-09-14 13:08:16 -04:00
  • e736811fd1 Adding an Edge Version link Jeremy Ashkenas 2012-09-14 13:07:56 -04:00
  • 07b6760a87 Style - Split long line into two. Brad Dunbar 2012-09-14 11:02:30 -04:00
  • 7c993bd3fd Fix #1649 - Set location.hash with a leading #. Brad Dunbar 2012-09-14 10:52:57 -04:00
  • ed5eb58d65 Use global emulate options as defaults. Brad Dunbar 2012-06-02 09:05:45 -04:00