Commit Graph

936 Commits

Author SHA1 Message Date
Bjørn Arild Mæland
c2a0895787 Fix signature of urlRoot in documentation 2012-02-14 18:45:47 +01:00
brad dunbar
1406ef1c28 Merge pull request #1001 from vertigem/feature/qunit-toolbar
added qunit toolbar
2012-02-14 05:44:24 -08:00
Duke
63188db42b added qunit toolbar 2012-02-13 22:12:15 -02:00
Jeremy Ashkenas
a603e5a843 resolving merge with master. 2012-02-13 14:41:46 -05:00
Jeremy Ashkenas
18fba57724 Much asked-for change. Instead of throwing an early error when adding duplicate models, Backbone will simply skip them instead. 2012-02-13 14:39:36 -05:00
Jeremy Ashkenas
af4fdb3dc9 Merge pull request #994 from OttoAllmendinger/master
cosmetic fix for index.html
2012-02-13 08:37:28 -08:00
Otto Allmendinger
e0b2449610 unify dashes in index.html
use en-dash (U+2013) instead of hyphen-minus (U+002D) in index.html
navigation
2012-02-13 17:29:47 +01:00
Ted Han
3d9d8348ee Adding sidebar items for github repo and annotated source, as well as a reference to Backbone's license file to documentation. 2012-02-11 11:40:27 -06:00
brad dunbar
178ae27a9f Merge pull request #985 from peterp/patch-1
`sort` and `sortBy` are incorrectly swopped in collection.comparator docs
2012-02-10 05:23:51 -08:00
Peter Pistorius
417bcb9720 Fixes #984 2012-02-10 15:12:17 +02:00
brad dunbar
b3aed20119 Merge pull request #980 from vovik/new-master
fixes #972 by cleaning up a messy conditional
2012-02-09 05:57:02 -08:00
vlad
3761d28188 fixes #972 by cleaning up a messy conditional 2012-02-08 17:05:38 -08:00
Jeremy Ashkenas
b1e2e69977 moving picklive up, removing bittorrent from the examples... 2012-02-08 17:13:54 -05:00
Tim Ruffles
639ce1aec3 added picklive's game client as an example app 2012-02-08 17:11:55 -05:00
Jeremy Ashkenas
2a92f71dcc Merge branch 'master' of github.com:documentcloud/backbone 2012-02-08 16:59:11 -05:00
Jeremy Ashkenas
e3ac6f8eaa Adding Collection#push, pop, shift, and unshift to the API, returning references to the model. Fixing a too-unescaped regex. 2012-02-08 16:58:37 -05:00
brad dunbar
be937ffad5 Merge pull request #968 from StanAngeloff/patch-1
Tiny spelling error, no functional changes.
2012-02-07 05:13:24 -08:00
Stan Angeloff
b993441e5e Tiny spelling error, no functional changes. 2012-02-07 14:09:48 +02:00
Jeremy Ashkenas
501799e3b6 Merge pull request #965 from braddunbar/collection-get
fixes #964 - collection.get has consistent return
2012-02-06 14:08:09 -08:00
Brad Dunbar
522e090831 fixes #964 - collection.get has consistent return 2012-02-06 16:45:06 -05:00
Jeremy Ashkenas
b86cfebdb1 more documentation on upgrading and change events. 2012-02-06 09:47:34 -05:00
Jeremy Ashkenas
2eb9c5054c removing old trajectory link. 2012-02-03 10:29:03 -05:00
Jeremy Ashkenas
8256cdf268 Merge pull request #947 from braddunbar/upgrade-notes
fixes #946 - documentation for changes to `set`
2012-02-03 07:22:16 -08:00
Jeremy Ashkenas
2e40b495d2 Merge pull request #941 from braddunbar/test-933-908
Add tests for #908, #933.
2012-02-03 07:21:17 -08:00
Brad Dunbar
3ef9c3a5fc Add tests for #908, #933. 2012-02-03 10:17:45 -05:00
Jeremy Ashkenas
db97d9933a Merge pull request #942 from braddunbar/wraperror
Add tests for #906.
2012-02-03 07:12:57 -08:00
Brad Dunbar
f63b5f5d43 fixes #946 - documentation for changes to set 2012-02-03 08:54:01 -05:00
Jeremy Ashkenas
b8001f9b89 Merge branch 'master' of github.com:documentcloud/backbone 2012-02-03 08:22:05 -05:00
Jeremy Ashkenas
dfeea84632 Adding the Khan Academy as an example app. 2012-02-03 08:21:48 -05:00
Brad Dunbar
1d921d690a Add tests for #906. 2012-02-02 20:26:41 -05:00
Jeremy Ashkenas
65fa4f4577 Merge pull request #940 from braddunbar/test-refactor
Refactor some tests.
2012-02-02 16:45:30 -08:00
Brad Dunbar
954da679ed Refactor some tests.
* Use object for lastRequest to prevent errors.
* Ensure setDOMLibrary tests are cleaned up.
2012-02-02 19:36:50 -05:00
Jeremy Ashkenas
ec7e422d5e fixing typo in Wunderkit description 2012-02-02 17:42:16 -05:00
Jeremy Ashkenas
0afae7cf23 Adding Wunderkit as an example app. 2012-02-02 17:31:02 -05:00
Jeremy Ashkenas
a865aa41f1 removing obsolete error case. 2012-02-02 17:15:28 -05:00
Jeremy Ashkenas
7c10181c64 editing the intro 2012-02-02 17:10:10 -05:00
Jeremy Ashkenas
9e3236d219 fixing changelog typo 2012-02-02 17:02:28 -05:00
Jeremy Ashkenas
655bd05bc3 Backbone.js 0.9.1 0.9.1 2012-02-02 16:55:12 -05:00
Jeremy Ashkenas
4337fc3ff3 comments for setDomLibrary 2012-02-02 16:34:09 -05:00
Jeremy Ashkenas
0ffd7ea2ca merging in setDomLibrary 2012-02-02 16:30:56 -05:00
Jeremy Ashkenas
8a427f3018 DRY-ing up _validate 2012-02-02 16:22:10 -05:00
Jeremy Ashkenas
738e25dd4d options.silent respected in _prepareModel ... prepping for a 0.9.1 2012-02-02 16:19:19 -05:00
Jeremy Ashkenas
d187f7f989 Merge pull request #906 from tomasztunik/master
Fixes issue #904
2012-02-02 13:02:01 -08:00
Jeremy Ashkenas
eb4753862e #917, adding an Model#isValid() function. 2012-02-02 15:54:34 -05:00
Jeremy Ashkenas
0e709e456f Merge branch 'master' of github.com:documentcloud/backbone 2012-02-02 15:40:13 -05:00
Jeremy Ashkenas
aafbcb05e5 Fixes #917 -- reverts validate() behavior to never run on silent sets. 2012-02-02 15:40:06 -05:00
Jeremy Ashkenas
fc2c4ded7c Merge pull request #920 from braddunbar/$
use `$` as DOM abstraction library
2012-02-02 12:17:48 -08:00
Jeremy Ashkenas
ad870b256c Fixes #933, Fixes #908 2012-02-02 14:41:36 -05:00
Jeremy Ashkenas
799b9b3dd4 Revert "Fixes #935. ensuring that sync is triggered on the collection after the model is removed."
This reverts commit 0cbcdc96eb.
2012-02-02 14:13:19 -05:00
Jeremy Ashkenas
0cbcdc96eb Fixes #935. ensuring that sync is triggered on the collection after the model is removed. 2012-02-02 14:09:54 -05:00