Jeremy Ashkenas
|
67dc8b96ec
|
Merge pull request #1257 from benatkin/patch-1
Use the same type of URL for installation instructions.
|
2012-04-30 10:38:49 -07:00 |
|
Ben Atkin
|
b6ab27adc8
|
point to CoffeeScript.org for installation instructions
|
2012-04-30 11:29:01 -06:00 |
|
Jeremy Ashkenas
|
06338a7add
|
shifting the Walmart mobile down a teense.
|
2012-04-30 10:19:31 -04:00 |
|
Jeremy Ashkenas
|
7de0b2630f
|
Merge pull request #1258 from syntacticx/master
Adding Walmart Mobile as an example
|
2012-04-30 07:16:37 -07:00 |
|
Jeremy Ashkenas
|
ff8f9d4d92
|
Merge pull request #1260 from zamiang/push_state_unsupported
Fix #1252 - Backbone history with pushState enabled incorrectly handles urls with query params in browsers that do not support pushState
|
2012-04-30 07:03:28 -07:00 |
|
Ryan Eastridge
|
4ed60168ef
|
add link to Walmart Mobile
|
2012-04-28 13:23:42 -07:00 |
|
Brennan Moore
|
0c4bea53ff
|
removing ds_store -- should be added to .gitignore...
|
2012-04-28 15:26:43 -04:00 |
|
Brennan Moore
|
f878b7cfc2
|
supporting url params in browsers without pushState support when pushState is enabled
|
2012-04-28 15:25:37 -04:00 |
|
Benjamin Atkin
|
7958956e84
|
Use the same type of URL for installation instructions.
Currently docco points to the github web page, while
coffee-script points directly to the HTTP git URL.
|
2012-04-27 22:35:44 -06:00 |
|
Brad Dunbar
|
64205fbd1f
|
Add tests for #1122.
|
2012-04-24 11:33:15 -04:00 |
|
Jeremy Ashkenas
|
bf9e4f6335
|
adding a test for the previous commit -- failed save with wait:true
|
2012-04-23 17:58:10 -04:00 |
|
Jeremy Ashkenas
|
8aee79ae41
|
Fixes #1223 -- new attributes left behind after a failed wait:true
|
2012-04-23 17:56:23 -04:00 |
|
Jeremy Ashkenas
|
07a00ba45d
|
adding tests for merge:true
|
2012-04-23 17:15:58 -04:00 |
|
Jeremy Ashkenas
|
b42cc64878
|
tweaking duplicate model merge:true
|
2012-04-23 17:09:57 -04:00 |
|
Jeremy Ashkenas
|
9ee0358cd6
|
Merge pull request #1220 from folded/master
Optionally merging updated model state on collection add.
|
2012-04-23 13:58:03 -07:00 |
|
Jeremy Ashkenas
|
04a778c747
|
Merge pull request #1239 from philfreo/master
Collection.clone()
|
2012-04-23 12:48:38 -07:00 |
|
Brad Dunbar
|
fd25368994
|
Correct minor mistake in todo example.
|
2012-04-23 13:25:15 -04:00 |
|
Jeremy Ashkenas
|
c986ae233a
|
adding KANO/GAMES as an example app
|
2012-04-23 12:19:00 -04:00 |
|
Phil Freo
|
3d6772a2f8
|
Adding Collection's clone() to docs
|
2012-04-19 11:20:42 -07:00 |
|
Phil Freo
|
7eca8c78b6
|
Giving Collections a clone() method.
|
2012-04-19 11:17:41 -07:00 |
|
Jeremy Ashkenas
|
b536b137b8
|
Merge branch 'master' of github.com:documentcloud/backbone
|
2012-04-18 14:56:36 -04:00 |
|
Jeremy Ashkenas
|
e2042c309f
|
Fixes #1225 -- old documentation for urlRoot vs collection.url()
|
2012-04-18 14:56:02 -04:00 |
|
Brad Dunbar
|
35bb2c0fdc
|
Use raises correctly.
|
2012-04-18 11:03:40 -04:00 |
|
Jeremy Ashkenas
|
9c0814133b
|
Merge pull request #1234 from braddunbar/tagname
Fix #1228 - tagName can be provided as a function.
|
2012-04-17 08:48:00 -07:00 |
|
Jeremy Ashkenas
|
dddd001d3e
|
pitchfork ain't https
|
2012-04-17 10:20:36 -04:00 |
|
Brad Dunbar
|
5fc8005c83
|
Fix #1228 - tagName can be provided as a function.
|
2012-04-17 10:17:37 -04:00 |
|
Jeremy Ashkenas
|
b1441b23ab
|
adding pitchfork as an example app.
|
2012-04-17 10:16:11 -04:00 |
|
Jeremy Ashkenas
|
e1e42571a7
|
reverting master backbone-min.js to 0.9.2
|
2012-04-16 14:48:01 -04:00 |
|
Jeremy Ashkenas
|
bdfcd5ef0e
|
Adding Rdio as an example app.
|
2012-04-16 13:24:19 -04:00 |
|
Tobias Sargeant
|
7dbab65bce
|
Support merging of updated object state on collection add.
|
2012-04-13 10:15:34 -04:00 |
|
Jeremy Ashkenas
|
a88efef3cd
|
Merge pull request #1213 from braddunbar/backbone-ajax
Fix #474 - Backbone.ajax
|
2012-04-11 07:37:24 -07:00 |
|
Brad Dunbar
|
87c9b17aa7
|
Fix #474 - Backbone.ajax
|
2012-04-11 08:33:20 -04:00 |
|
Jeremy Ashkenas
|
67c3ea86c1
|
simple refactor for #1206
|
2012-04-10 10:27:22 -04:00 |
|
Jeremy Ashkenas
|
656f59e018
|
Merge pull request #1206 from aterris/frag
Normalize fragment when hashChange: false in navigate
|
2012-04-10 07:24:09 -07:00 |
|
Andrew Terris
|
35f11ba5c5
|
remove unneeded line and return on window.location.assign
|
2012-04-09 23:20:05 -05:00 |
|
Andrew Terris
|
b9021b64be
|
normalize fragment when hashChange: false in navigate
|
2012-04-09 21:14:02 -05:00 |
|
Jeremy Ashkenas
|
2cab3a346c
|
Fixes #1134 -- better document that model attributes are 'plain' data, not often arbitrary JS objects.
|
2012-04-09 17:07:06 -04:00 |
|
Jeremy Ashkenas
|
db4f66ba52
|
Fixes #1151
|
2012-04-09 16:16:34 -04:00 |
|
Jeremy Ashkenas
|
8bb15b9ee5
|
tweaking wording
|
2012-04-09 16:13:24 -04:00 |
|
Jeremy Ashkenas
|
2e652e4d1b
|
Merge pull request #1187 from Benjen/master
Issue #1145: Changed documentation to elaborate when to use a function to define model defaults.
|
2012-04-09 13:09:19 -07:00 |
|
brad dunbar
|
0b270ccee7
|
Merge pull request #1204 from paulmillr/patch-2
Update salon.io example.
|
2012-04-09 11:49:31 -07:00 |
|
Paul Miller
|
8455b5007a
|
Update salon.io example.
You can see they're using brunch in index.html source code (~L35).
Oh, and their dev (Jan) is on our core team.
|
2012-04-09 21:47:19 +03:00 |
|
Jeremy Ashkenas
|
951f1db12d
|
Merge pull request #1203 from paulmillr/patch-1
Slightly update blossom example.
|
2012-04-09 11:00:07 -07:00 |
|
Paul Miller
|
c8030ce3c7
|
Slightly update blossom example.
|
2012-04-09 20:59:02 +03:00 |
|
Jeremy Ashkenas
|
e2c5ce850e
|
Merge pull request #1200 from ymichael/master
Issue 1173: (todo example) model ids are not properly indexed by collections on creation
|
2012-04-06 08:58:19 -07:00 |
|
Michael Yong
|
f71bc0d53b
|
fix setting of id for todo model
|
2012-04-06 23:43:31 +08:00 |
|
Jeremy Ashkenas
|
1bd9b7cb62
|
adding art.sy as an example app
|
2012-04-06 10:55:06 -04:00 |
|
Jeremy Ashkenas
|
fb49233436
|
Merge pull request #1185 from aterris/fragment
Use window.location.pathname as the fragment when _wantsHashChange == false
|
2012-04-06 07:39:24 -07:00 |
|
Jeremy Ashkenas
|
f60e4854e0
|
Merge pull request #1199 from mostly-magic/master
Fix continuous reload loop when { hashChange: false } in IE <= 7
|
2012-04-06 07:13:39 -07:00 |
|
Mitchell Cowie
|
74dec4d956
|
Bypass iframe for old IE when hash change disabled
|
2012-04-05 23:03:14 -06:00 |
|