Irene Ros
|
2be771412b
|
Setting _unsetAttributes to false in unset rather than changedAttributes so that the unset attributes aren't lost on subsequent calls of changedAttributes. Added test to verify this behavior.
|
2011-10-29 12:27:46 -04:00 |
|
Irene Ros
|
d50c5e980b
|
Adding a _unsetAttributes property on model that stores unset attributes and appends them to the changedAttributes object.
|
2011-10-29 12:15:45 -04:00 |
|
Irene Ros
|
f6a73ff21d
|
Reducing the amount of properties we are iterating over by removing the old properties that already exist in now. To do that, previousAttributes had to be cloned. Changing "void 0" return to "undefined".
|
2011-10-29 11:51:41 -04:00 |
|
Irene Ros
|
f499fc8cfc
|
Merge branch 'master' of github.com:spmason/backbone
|
2011-10-29 11:39:35 -04:00 |
|
Jeremy Ashkenas
|
41e470321d
|
forcing a git commit
|
2011-10-05 09:43:53 -04:00 |
|
Jeremy Ashkenas
|
fa66a222c8
|
Adding battlefield as an example app.
|
2011-10-04 13:34:11 -04:00 |
|
Jeremy Ashkenas
|
31d961b6d9
|
Merge pull request #620 from leshill/clear_events
Clear event callbacks with clearEvents
|
2011-09-19 10:42:06 -07:00 |
|
Les Hill
|
ef40512d84
|
Rename to undelegateEvents
As suggested by @jashkenas https://github.com/documentcloud/backbone/pull/620#issuecomment-2132400
|
2011-09-19 10:30:45 -07:00 |
|
Les Hill
|
1aaffa1302
|
Clear event callbacks with clearEvents
|
2011-09-18 23:29:51 -07:00 |
|
Jeremy Ashkenas
|
c62e613674
|
Merge pull request #617 from rgieseke/patch-1
Fix typo.
|
2011-09-16 11:30:49 -07:00 |
|
Robert Gieseke
|
d2eee2adce
|
Fix typo.
|
2011-09-16 21:29:59 +03:00 |
|
Jeremy Ashkenas
|
291863df55
|
Merge pull request #599 from walmartlabs/root-handling
Fix root prefix handling in navigate.
|
2011-09-14 14:38:59 -07:00 |
|
Jeremy Ashkenas
|
6ed5e45a2b
|
Issue #613 .. only call history.start() on domready.
|
2011-09-14 12:53:35 -04:00 |
|
Jeremy Ashkenas
|
e8519f7a8e
|
Adding Kicksend as an example app.
|
2011-09-14 09:36:20 -04:00 |
|
Jeremy Ashkenas
|
08a975923f
|
Merge branch 'master' of github.com:documentcloud/backbone
|
2011-09-13 20:26:43 -04:00 |
|
Jeremy Ashkenas
|
ec17af0ac9
|
Adding Trello as an example app.
|
2011-09-13 20:26:36 -04:00 |
|
Tim Branyen
|
5f8e704495
|
Merge pull request #607 from two-bit-fool/misc_cleanup
fix a small error in the documentation
|
2011-09-11 09:20:44 -07:00 |
|
Matt Smith
|
9ba9cefd43
|
fix a small error in the documentation
|
2011-09-11 09:19:08 -04:00 |
|
kpdecker
|
b20f54f245
|
Fix root prefix handling in navigate.
Fixes prefix removal when the root prefix is included as part of the navigate route parameter.
|
2011-09-08 00:25:08 -05:00 |
|
Jeremy Ashkenas
|
16f4857f02
|
Merge pull request #597 from keithcirkel/patch-1
Fix incorrect variable name on docs for delegateEvents
|
2011-09-06 05:51:55 -07:00 |
|
Keith Cirkel
|
123b92e468
|
Fix incorrect variable name on docs for delegateEvents
|
2011-09-06 11:52:15 +02:00 |
|
Jeremy Ashkenas
|
78a626dae9
|
Adding rround.me as an example app
|
2011-09-02 14:38:59 -04:00 |
|
Jeremy Ashkenas
|
190bc006d6
|
Adding Salon.io as an example app.
|
2011-08-30 13:51:38 -04:00 |
|
Jeremy Ashkenas
|
38d1e96ad6
|
Adding Opzi/Blackcomb as an example app.
|
2011-08-27 16:50:15 -04:00 |
|
Jeremy Ashkenas
|
ce397350bf
|
Merge pull request #572 from fat/ender
Add support for Ender
|
2011-08-19 05:21:51 -07:00 |
|
Jeremy Ashkenas
|
cfc98b0f18
|
Tiny tweaks to the todo app demo.
|
2011-08-18 21:10:21 -04:00 |
|
Jacob Thornton
|
084e0288e7
|
add support and tests for ender jeesh
|
2011-08-18 16:41:42 -07:00 |
|
Jeremy Ashkenas
|
9de6c3ea1d
|
Merge branch 'master' of github.com:documentcloud/backbone
|
2011-08-18 12:38:01 -04:00 |
|
Jeremy Ashkenas
|
b2051a8a73
|
Adding Shortmail.com as an example app
|
2011-08-18 12:37:52 -04:00 |
|
Tim Branyen
|
fa12ed0fa1
|
Merge pull request #568 from TrisMcC/master
Fixed misspelled word in comments for _ensureElement
|
2011-08-18 06:53:04 -07:00 |
|
TrisMcC
|
49645de27c
|
Fixed misspelled word in comments for _ensureElement.
|
2011-08-18 14:21:52 -03:00 |
|
Jeremy Ashkenas
|
467dd146ce
|
Adding LinkedIn Mobile as an example app.
|
2011-08-17 11:09:15 -04:00 |
|
Steve Mason
|
98877ff4b6
|
Fix for unset attributes not being returned by changedAttributes
|
2011-08-11 08:55:12 +01:00 |
|
Steve Mason
|
5310996d09
|
Test for unset attributes not being returned by changedAttributes
|
2011-08-11 08:55:12 +01:00 |
|
Jeremy Ashkenas
|
b1822a7b78
|
updating the intro graf for the Router.
|
2011-08-10 09:33:39 -04:00 |
|
Jeremy Ashkenas
|
29b60e53fa
|
Backbone.js 0.5.3
0.5.3
|
2011-08-09 10:39:09 -04:00 |
|
Jeremy Ashkenas
|
44629daacc
|
patching a pernicious pushstate problem.
|
2011-08-09 10:28:20 -04:00 |
|
Jeremy Ashkenas
|
8fe04a9559
|
Merge pull request #541 from tbranyen/silent-start
Silent start
|
2011-08-08 07:18:33 -07:00 |
|
tbranyen
|
b1574b1034
|
allow history start to not call initial route
|
2011-08-07 15:23:20 -04:00 |
|
Jeremy Ashkenas
|
a1acb09d7e
|
Merge pull request #537 from asan/master
Add 'groupBy' proxy for underscore 1.1.7 groupBy
|
2011-08-04 10:29:49 -07:00 |
|
Asan Usipov
|
3b6864835d
|
Added 'groupBy' to underscore proxy methods
|
2011-08-04 21:25:43 +04:00 |
|
Jeremy Ashkenas
|
6bb43c1b81
|
fixes #244 -- allow View#events to be defined as a function, making it easier to call super.
|
2011-08-03 16:41:49 -04:00 |
|
Jeremy Ashkenas
|
10e71e3119
|
Fixes #531, reverts 39b36af
|
2011-08-03 16:11:41 -04:00 |
|
Jeremy Ashkenas
|
5dc001f3fd
|
Adding Groupon Now as a backbone example app.
|
2011-08-03 10:12:54 -04:00 |
|
Jeremy Ashkenas
|
55bbbd462b
|
copy edits on the previous commit
|
2011-08-02 18:06:51 -04:00 |
|
Jeremy Ashkenas
|
59dc74cdf2
|
Adding Americas Test Kitchen + Talking Points Memo's Baroque as example apps
|
2011-08-02 18:00:46 -04:00 |
|
Jeremy Ashkenas
|
541f0fad4f
|
Merge branch 'master' of github.com:documentcloud/backbone
|
2011-07-29 10:52:53 -04:00 |
|
Jeremy Ashkenas
|
c7e195b4e5
|
copyedits: typos and word choice
|
2011-07-29 10:52:45 -04:00 |
|
Jeremy Ashkenas
|
b4f0afcbc1
|
Merge pull request #512 from neerajdotname/master
Just a minor edit in comment
|
2011-07-29 07:35:47 -07:00 |
|
Jeremy Ashkenas
|
89bdddde9c
|
merging the jcoglan's patch
|
2011-07-29 10:31:10 -04:00 |
|