Jeremy Ashkenas
836a8cb4d8
a few missing 0.9.9's
0.9.10
2013-01-16 07:31:47 +11:00
Jeremy Ashkenas
fe3f5af7e2
Merge pull request #2137 from tgriesser/0.9.10
...
Bumping to 0.9.10
2013-01-15 12:24:34 -08:00
Tim Griesser
f12518ec5c
bumping to 0.9.10
2013-01-15 15:15:37 -05:00
Tim Griesser
7e91af0cce
Merge pull request #2135 from braddunbar/tojson
...
Fix #2134 - Clarify purpose of toJSON in documentation.
2013-01-15 12:04:41 -08:00
Brad Dunbar
7f24896e4f
Fix #2134 - Clarify purpose of toJSON in documentation.
2013-01-15 10:27:24 -05:00
Casey Foster
179887e116
Consistent argument names across event functions, remove unused argument from triggerEvents
2013-01-15 07:01:32 -08:00
Casey Foster
4d8ca2b837
Account for listenTo/stopListening edge cases, add tests
2013-01-15 06:53:39 -08:00
Tim Griesser
a27d47be69
Merge pull request #2133 from braddunbar/listen-to
...
Bail from listenTo early.
2013-01-15 05:38:26 -08:00
Brad Dunbar
80fbe37c77
Bail from listenTo early.
2013-01-15 08:24:25 -05:00
brad dunbar
b443fb061b
Merge pull request #2132 from tgriesser/listenTo-patch
...
Fix for #2100
2013-01-15 05:21:06 -08:00
Tim Griesser
201f9e4f18
fix for #2100
2013-01-15 07:59:24 -05:00
Casey Foster
96f4701387
Merge pull request #2128 from colevscode/master
...
Fixed a minor bug in examples/todos/todos.js
2013-01-14 17:46:08 -08:00
Cole
07b8f0c321
Fixed minor bug in examples/todos/todos.js
...
AppView.addOne was being called with incorrect context from addAll.
The method still worked, since window.$("#todo-list") returns the correct element,
but it may be confusing for people learning backbone.js.
2013-01-14 15:39:57 -08:00
Casey Foster
00540d98b2
Merge pull request #2127 from philfreo/master
...
Clarify collection request/sync event behavior
2013-01-14 12:53:12 -08:00
Phil Freo
4961f56c6c
Clarify collection request/sync event behavior
2013-01-14 12:42:30 -08:00
brad dunbar
1573f632a9
Merge pull request #2121 from gsamokovarov/patch-6
...
Use === instead of == in Model#save
2013-01-13 05:05:09 -08:00
Genadi Samokovarov
172ecd4330
Use === instead of == in Model#save
...
Its just a nit pick. I stumbled upon it today.
2013-01-13 15:03:11 +02:00
brad dunbar
9e80717877
Merge pull request #2106 from akre54/array-reset-speed-testing
...
Faster Collection _reset
2013-01-12 13:17:52 -08:00
brad dunbar
615ed8dfed
Merge pull request #2114 from hswolff/stray-link
...
Removes dead link from docs
2013-01-12 08:36:51 -08:00
Harry Wolff
7036f6ecbc
remove dead link
2013-01-12 09:59:24 -05:00
Harry Wolff
56d363c886
Add links to Diff and Docs for older Backbonejs versions as well
2013-01-11 20:33:45 -05:00
Harry Wolff
ce63c8e0c0
Add link to Docs for old versions of Backbonejs
2013-01-11 20:26:09 -05:00
Tim Griesser
0836b563af
docs for route event, save bug, formatting
2013-01-11 17:24:02 -05:00
Tim Griesser
ef5503400e
change log updates
2013-01-11 17:10:13 -05:00
Tim Griesser
e180e82aba
Merge pull request #2092 from philfreo/master
...
Edge change log in documentation
2013-01-11 12:54:39 -08:00
Casey Foster
915700f352
Simplify sortedIndex test
2013-01-11 10:03:11 -08:00
Casey Foster
975a44a6f1
Consistently turn on parse flag in save, like fetch already does
2013-01-11 08:20:57 -08:00
Tim Griesser
5e2a5d605c
Merge pull request #2107 from adriaanlabusc/remove_var
...
removed unused variable 'model' from 'save' function
2013-01-10 19:56:09 -08:00
Adriaan Labuschagne
b653186c4a
removed unused variable 'model' from 'save' function
2013-01-10 22:40:42 -05:00
Adam Krebs
7efec383a0
add collection models init to constructor
2013-01-10 14:31:06 -05:00
Brad Dunbar
95480b8f1a
Semicolon.
2013-01-10 10:58:00 -05:00
Casey Foster
edb68c7b95
Fix #2099 - sortedIndex use model attributes for string iterator
2013-01-10 07:49:06 -08:00
Adam Krebs
e928d27227
use slice instead of _.clone per @caseywebdev
2013-01-10 09:19:00 -05:00
Adam Krebs
5dd660174c
fix failing test cases
2013-01-10 00:01:25 -05:00
Adam Krebs
857e2da8cc
trying with faster array reset code (see http://stackoverflow.com/q/1232040 )
2013-01-10 00:00:06 -05:00
Casey Foster
6198ee8bda
Fix #2094 - Update TODO example with new success callback signature
2013-01-08 16:09:32 -08:00
Phil Freo
3d1570903d
Updating Model#validate docs
2013-01-08 10:00:13 -08:00
Phil Freo
2ae846f0ce
Removing View#make from docs
2013-01-08 10:00:13 -08:00
Phil Freo
e14c4339e4
updating CONTRIBUTING to reflect keeping index.html up to date with master
2013-01-08 10:00:13 -08:00
Casey Foster
ba8f1800bc
Remove useless code in add, tidy up
2013-01-08 09:07:21 -08:00
Tim Griesser
22b2398aeb
renaming zepto
2013-01-07 15:31:53 -05:00
Tim Griesser
af2db21f52
Merge pull request #2081 from af/zepto-tests
...
Update test-zepto.html to match the newer test html for jquery.
2013-01-07 12:28:08 -08:00
Brad Dunbar
3817742f0f
Fix #2073 - Remove cid description.
2013-01-07 14:45:34 -05:00
Brad Dunbar
016825e725
Add a test for the "route" event.
2013-01-07 11:27:32 -05:00
bodokaiser
317c5b9763
changed trigger call
2013-01-07 11:27:32 -05:00
bodokaiser
17bb8bacc0
route parameters provided as array argument
2013-01-07 11:27:32 -05:00
bodokaiser
52dc7de74f
added trigger applyment
2013-01-07 11:27:32 -05:00
Casey Foster
6e3e137019
Revert "Add keys, values, pairs, invert, pick, omit, each, and other"
...
This reverts commit faa776a67c .
2013-01-06 15:48:01 -08:00
Aaron Franks
a74dd744e9
Update test-zepto.html to match the newer test html for jquery.
...
Changes:
* use a newer zepto version (fixes some failing tests)
* remove jslitmus
Still some failing tests but brings things a lot closer to working.
2013-01-06 14:27:45 -08:00
Casey Foster
ab4a7945fa
Merge pull request #2040 from akre54/add-underscore-methods-to-model
...
Add underscore methods to models
2013-01-06 13:55:37 -08:00