[Pkg-javascript-commits] [backbone] tag 0.5.2 created (now 9d2811a)
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a change to tag 0.5.2
in repository backbone.
at 9d2811a (commit)
This tag includes the following new commits:
new 8a960b4 Initial Commit
new ef49944 Initial semi-functional version of backbone.
new 6c993eb Adding Docco'd source
new 8b233a0 fixed typo
new a7b43b9 remove collection setting
new cdf5cc5 Merge branch 'master' of github.com:documentcloud/backbone
new 61d8ede underscore callbacks.
new 6278661 beginnings of a test harness
new d66f2ed some more tests
new 232b0f8 no more generated ids and fixed rake build
new 595b3a5 Merge branch 'master' of github.com:documentcloud/backbone
new 17fc5a2 added a rake doc task
new b9b8a90 code style tweak
new 21b6638 more tests
new 283bc89 Merge branch 'master' of git at github.com:documentcloud/backbone
new ec209f7 refactored Backbone.request out of Model.{save,delete}
new 44a4d12 Model.destroy no longer removes the model from its collection
new fc58be7 Merge branch 'master' of github.com:documentcloud/backbone
new 0cfa8d9 rebuilt docs
new 573d491 fix bug in 'add' and 'refresh'
new 5cbfc4d Adding demo of address book. Initial stub for now.
new f6318f7 Merge branch 'master' of github.com:documentcloud/backbone
new 5269a5a Merge branch 'master' of git at github.com:documentcloud/backbone
new a629331 jslint
new 7e86539 Merge branch 'master' of github.com:documentcloud/backbone
new ddd87c0 docs
new a29dd5c fixing refresh for attributes only
new 8eea2ca first working version of create
new 1074f24 Adding Backbone.Collection#fetch
new 2ca43ea fleshing out destroy
new 3190a5a Backbone.View option handling tweak.
new c63f01e creating a model should set its attribute
new 03c1c70 linting test/bindable
new 71969d3 linting the remainder of the tests.
new 16149c7 Wrapped up the model tests.
new 6009b8d more tests for collection, 0 is a valid id.
new 463ce3e Making zero numeric ids more possible
new 80acf94 more tests, returning 'this', when performing side effects on collections
new b1277b9 defaulting Backbone.Collection#model to be Backbone.Model
new 655ab7f finished initial round of tests for collection
new d343aa5 testing a handful of the underscore methods on collections
new 81f8294 finished commenting Views and Backbone.request -- regenerated docs.
new 2081bbf more comments, more docs
new 2f4d1ac --
new 9bdefd0 started working on the index page, copied from Jammit
new d0e2775 Attributes should remain a safe copy.
new ed1871c first draft of basic validations
new da07ced sets can fire 'error' events for all models within, as well.
new 626f7d2 removing todo
new 1e8c0b8 a pleasant boney background...
new cc48c76 Backbone.Bindable -> Backbone.Events
new ad73393 A real start on the documentation ... intro is done-ish.
new a15abd8 Merge branch 'master' of github.com:documentcloud/backbone
new db2610e moving along with the documentation
new 4929b19 Merge branch 'master' of github.com:documentcloud/backbone
new 6b55bd8 typo
new 07e1b77 stubbing out view test
new c32d536 fix a bug in view tests
new ad3387b shadowing
new 829b2c7 Merge branch 'master' of github.com:documentcloud/backbone
new eb5a89f Up to attributes
new cbbba47 ...
new d66f920 validate
new c14dde7 removing Backbone.Model#isEqual
new 66fb51c down at the bottom of the model docco
new f9d66a4 aliases and docs for underscore methods on collections
new 11c6ebb add, remove, get, getbycid, at
new 6c88769 through Backbone.sync, methodmap, etc.
new e2cc030 through render
new 21dfb55 axed setMode. setCallbacks -> bindCallbacks
new 727c299 first draft of docs is done.
new 8e7405e updating rest tests.
new 7ea942e fixing links
new d8308f9 added view tests
new 15b2ec8 handleEvents API tweaks
new bb53858 tweaking intro -- rebuilding docco
new 337d5db tiny tweaks
new accebff ''
new c01f699 removing extra 's'
new 5c16f71 removing demos for the initial release.
new c983a05 Merge branch 'master' of github.com:documentcloud/backbone
new 1fb2843 a reasonable readme
new a72920d documenting id and cid
new 317c99b attributes is now a public property, uncloned. documenting comparator, and more.
new a2b924c Lots of edits -- running well under Node.js
new ed484a3 further down the page
new 4b2b8cf final pass through the documentation
new 3a90cae more annotated comments, adding length to the docs.
new ae693af making events forgiving of non-selectors...
new e9c0c86 typo
new 8109a6b Merge branch 'master' of github.com:documentcloud/backbone
new 53ac621 Documenting constructor options.
new b06c877 docs
new 3cb5b34 code highlighting
new f6de01e Merge branch 'master' of github.com:documentcloud/backbone
new f09e791 removing toString
new 8d5343d merged
new 8d0ebba widening the sidebar
new 0c1b13a IE documentation tweaks
new 39034e5 Adding Closure Compiled minified production version.
new 284397f softening the background.
new c0f602e Framework sizes are controversial and hard to measure, best to be hand-wavey...
new cd0d2cc augmenting the docs for Model#toJSON
new 7b49015 Issue #2, view.render documentation.
new 542f085 documentation wording tweaks.
new 2748c43 $ doesn't always belong to jQuery
new e0b6103 internal _initialize to _reset
new 63085b6 Calling 'initialize', if it is defined.
new 091e266 Adding basic tests for initialize.
new abd64dc Documenting initialize
new 13932d0 small typo
new b8f54d5 sorry, wrong version of docco
new e29b486 fixes #4, small typo
new 6886bca typo in docs -- issue #4
new ff65c0a Merge branch 'master' of github.com:documentcloud/backbone
new 544a7e7 Merge branch 'grayrest' of http://github.com/grayrest/backbone
new aa35cb6 less cryptic method of safely referencing jQuery.
new c211499 adding a brief aside about super.
new 8878c22 View#_reset -> View#_configure
new 184687b Backbone 0.1.1
new eb9f54c willbailey's patch to use getByCid for internal lookups ... much safer.
new 8310903 Issue #8 -- a number of improvements to the documentation.
new 09e20c1 Documenting a collection's 'model' property
new 0ac4126 brief aside about sort versus sortBy
new b2cb44b rebuilding annotated source and min.js
new a797829 a note about namespacing JSON requests.
new 82365e3 internal Collection#_add and Collection#_remove, should return the model, in case they're overridden.
new 7c901e2 Slightly shallower namespaced export for CommonJS.
new 9c535ca expand inherits helper child constructor creation, for clarity.
new 2ae6098 Moving all helper functions down to the bottom.
new 3560062 removing redundant assignment in Events#trigger
new e7ce57c Adding the beginnings of a speed suite to the Test page.
new 500d66b a handful of model speed tests.
new 3144542 Adding initial demo of collections, models, and multiple views all bound to change events on the model.
new 7f4a1bb Added the _method hack from Sinatra for better coverage of PUT and DELETE for non-spec HTTP servers.
new 08030e4 fixed indentation
new 1966269 fixed indentation
new 09b1302 Merge branch 'master' of github.com:documentcloud/backbone into demos
new d8d4014 Type found by pbowyer.
new 7b10698 making the speed test labels fit on the graph
new 5f0fe91 adding a missing semicolon and using initialize in the demo
new ba3775e changing the image url back
new c5db449 Merge branch 'master' into demos
new 5c5b7a8 Don't send up model data for GET requests by default, for folks who are re-fetching existing collections.
new 08687aa Merge branch 'master' into demos
new 0f3c524 beginnings of a different demo.
new 263245b added package.json
new 4311d58 optional values in the template.
new 6899988 Only send the model on create and update... It's better for destroy not to bother with it.
new 7721f84 adding Backbone.emulateHttp for frameworks that don't support HTTP. Issue #11
new 83f4748 Adding a missing var declaration inside handleEvents
new 2b53957 Passing JavaScriptLint. Added 'rake lint' task.
new 17d64e0 Adding Backbone.Model#fetch
new c5c795e adding docs for Model#fetch
new 402f866 added underscore dependency
new 5222fe7 Merge branch 'master' of http://github.com/tmpvar/backbone
new 349878c Using JSONP since the Same Origin Policy won't let file:// make an XHR to github.com
new b854b28 additional documentation ... getting ready for 0.1.2
new a09bcbc error events are now always passed the model as the first argument. You may now also pass an error callback to set() and save(), if the callback is passed, it will be called instead of the 'error' event getting fired.
new f0f7c8d Adding an error when URLs are left unspecified, and highlighting the importance of the URL property in the docs for persistence to work.
new 2071b93 tweak to view docs
new 3e3c292 documenting the 'error' callback and it's overriding behavior.
new d2ba331 Backbone.js 0.1.2
new 14db15b Adding another demo: Todo Task manager
new 14d8186 Merge branch 'master' into demos
new b27f57a Merge branch 'demos' of http://github.com/fitzgen/backbone into demos
new 9d8b7ad removing the embryonic gist demo
new c98cfeb moving 'demos' to 'examples'
new 8d7eff8 Adding chain() to the Collection prototype
new a895bbb fixing chain() test.
new 6252e25 adding Collection#chain to the documentation.
new 2e064bb Adding support links -- Issues + Freenode + Twitter
new 8282270 Starting to move to templates for the todo example.
new 6ea50e6 moving edit UI out into a template.
new c025904 Further cleaning up the todos example.
new 705aff5 Issue #33. Refactor towards View#_ensureElement
new 089fd5c Adding a test for Issue #33
new 931338e Fixing Collection#create success callback, passing the model parameter through.
new 89e7e67 Added Backbone.Collection.toJSON. Returns array of model's toJSON
new c957ec0 Merge branch 'master' of http://github.com/bunchesofdonald/backbone
new f3a8dcd Merging in Collection#toJSON
new 6aa2f53 adding a disclaimer
new 9daf5d1 Moving the example to an 'examples' branch for the time being...
new 869861d Adding an Examples section to the homepage. Weak at the moment. More to come.
new 013e45c Adding an Examples section to the homepage. Weak at the moment. More to come.
new a9de05e Switching from assumed 'model' and 'models' namespacing to an overridable 'parse' method on models and collections.
new a7195a9 Issue #28 -- handleEvents -> delegateEvents, which is now called in the constructor.
new 6e7894d Streamlined event delegation from models through collections. Added documentation for 0.2.0 enhancements.
new 9d28018 Backbone 0.2.0
new 3ba999c Cleaning up warnings
new 0c61107 resolving merge
new f260ac2 Revert the attack of the italics.
new 42cd7d5 Merge branch 'master' into gh-pages
new 34355e0 Merging master
new 37b8fb7 First semi-working version of the jQuer-ified example.
new f6bd4df another mootools remmnant.
new 6b6d3a7 updating CSS style. Fixing ordering.
new 092131d A little further on.
new 3a47769 Nice improvements to the rendering ... more templates, less javascript.
new 62f43bd cleaning up generated CSS
new d6e57b3 Adding a hover-able destroy icon
new edbdeb1 Removing unnecessarily bound functions.
new 6efd643 simplifying localStorage interface a bit.
new 22f5a33 Fixing line-heights on multi-line todos
new 0f1e84f Ensuring the Todo model has a sane default
new 0ddef3b Building the annotated source.
new 806a51b resolve conflict
new 581688b Merge branch 'master' into gh-pages
new 607bd7a Remove the cross-linking between the sources
new 16ae9dc Merge branch 'master' into gh-pages
new 4109040 Adding the Todos example to the homepage
new cc74468 Reworking the localStorage plugin.
new 16ad4fd fixing broken link
new de4b2b3 Fixing backbone-localstorage links.
new 2ac532f Don't bury the lede.
new 8e0bd05 Only one open todo item at a time.
new 4c5b74c Saving todo-in-editing on blur.
new 1d57168 Adding one line to Backbone.js to provide seamless CoffeeScript integration (inheritance from Backbone.Model, View, Collection) + tests
new 0749421 Fixing out-of-date documentation (mrjjwright)
new cd21480 one more out-of-date-doc tweak
new 302c0d5 Added Backbone.emulateJSON to enable the current behavior of syncing and made sending the body as application/json without a wrapping model param, the default
new 6c97269 Default behavior for Backbone.sync is now to send everything as application/json. Emulating http and sending data as form url-encoded can be turned on with Backbone.emulateHttp
new d84ef25 Added clear method to Model. Removes all attributes like you would expect.
new f0ecfcd Issue #44 -- Model#set, empty string vs null.
new 47ba5c6 Merge branch 'model-clear' of http://github.com/chrislloyd/backbone
new b4d573c Merging in Chris Lloyd's Model#clear. Making validations run, if defined, on Model#clear and Model#unset
new 77b15e5 Merge branch 'master' of http://github.com/mrjjwright/backbone
new 2d4ebd0 Merging Issue #46. Use full JSON requests, falling back to encoded forms with emulateHttp.
new 315ba73 Added TodoView.remove()
new 3d36c62 merging in willmoffat's patch
new d651d82 don't send any data up, if you're not sending any data up ... fixes destroy.
new b04854e Cleaned up the inherits function and added some extra comments to make it clear what is happening.
new 6181445 merging dxgriffiths' annotations to 'inherits'.
new 771b87f added options argument to Backbone.Model initialize function
new ece51d2 Allowing a collection to be passed into a model via the options.
new 65c5276 fixing more model.collection in initialize.
new 9a74dbc Make protoProps optional, when inheriting.
new 501b9ab processData should be true if emulateHttp is true
new ee0cf27 fixing comments typo.
new 09c7870 Adding version number + header to backbone-min.js
new e1e6625 that's .js
new bdee3a2 first draft of Backbone.Controller and Backbone.History
new 37cd991 first draft of splatted params.
new 3fc9ef1 commentng out Backbone.Controller
new 61397b9 commenting Backbone.History
new 4aafb6b Adding tests for Backbone.Controller
new 6de4a8c all tests pass in IE7
new 6443b73 making the iframe tabindex -1
new 3373fa0 Adding the IE8-in-IE7-mode hack.
new cbc5055 lowering the default hashchange time to 50.
new be37cf0 passing silent: true now suppresses validations. Issue #52
new 151417e separating out emulateHTTP from emulateJSON, with tests.
new f636b3a Making the fragment a little more consistent and pushState-ready. No octothorpe.
new 4ff388a removing extraneous hasState flag.
new 9ebe66b slight refactor to old-IE detection.
new b638e31 light refactor for History#getFragment
new 1f740b9 first draft of Controller/History documentation.
new 1e0986b save -> saveLocation
new f22d77a Backbone 0.3.0
new 46d196d tweaking annotated source.
new 03b790f removing erroneous mention of History#setLocation
new 3fa14be one more bound routes example for the road...
new b38e916 Adding View#remove.
new d190e9e send 'add' and 'remove' events through the model.
new 2541654 Remove !current check from checkUrl to allow loading of empty fragments.
new 5a32ece Remove duplicate backbone.localStorage docs
new 6eb90e3 more mentions of history.start()
new 8ad010f removing a cautionary note that has been obsoleted by recent changes to jQuery.
new 58e748b adding commas to the docs
new 78cf070 Backbone 0.3.1
new 86c3089 Issue #77, don't call toJSON unless you need to.
new 7e363df Rails include_root_in_json tips.
new 99fbc08 Adding empty initialize() function for all Backbone classes, to make calling super() a easier to get right.
new 11dcf24 Using a save join() for the default implementation of Model#url
new 52c460b Allowing collections to remove models by either Cid or Id (prefering cid).
new 327ba8c Fixing id=0
new f63c995 Merge branch 'master' of github.com:documentcloud/backbone
new 70e6cd6 that should be docMode <= 7
new d574c9f docMode does not exist in IE < 8
new f3e961d Issue #80. Adding default attributes to Backbone.Model
new a969d67 Allowing 'sync' to be overriden on a per-model per-collection basis.
new 94c77e8 about:blank for the IE hashchange iframe support, for IE 6.
new 9e1fcfa Revert "about:blank for the IE hashchange iframe support, for IE 6."
new 57194be Fix recursion error when saving from within a change event.
new 33232f5 Adding DC Workspace and Backbone Mobile examples.
new 356664a Backbone.js 0.3.2
new a98ecc9 Helpful error messages on rake tasks
new 9994d2b merging in zmack's enhanced Rakefile
new 7ae0384 first draft of Model#escape
new 160f0ba first draft of REST-failure 'error' events.
new fa9a4c8 Passing through the options argument to 'change' events.
new 6e4046d All Backbone events now pass through their options as the ffinal argument.
new e0cb5ee Zepto support
new de44d9e Update to Zepto 0.2
new 418b77f Upgrading test suite to latest Underscore.
new 0057523 Merge branch 'zepto' of https://github.com/sstephenson/backbone
new c7a7aa5 Updating test-zepto.html to latest Underscore
new 3505bde Backbone.js 0.3.3
new 6a0ac93 Fixing Issue #109 -- ignore 'add' and 'remove' events that originate from models shared with other collections.
new d4dc736 adding a bit more of a test for changedattributes.
new b085fa0 Events#trigger ... making it safe to unbind your own event within a trigger() call.
new 5249010 Add urlBase option to model to allow specifying restful url without using a collection
new bbcf196 A silent change to a model will now make hasChanged() return true ... Issue #105
new 3623916 Added append option when fetching a collection. Useful when lazy loading data sets.
new 3246463 Adding an FAQ section to the backbone docs.
new f194f2d adding an FAQ section.
new 21a3675 Implement model.is() for attr test, with docs, tests
new 9f842bd Adding FAQ section for bootstrapping
new 06a1506 Adding FAQ section for bootstrapping
new b73fc46 Merge branch 'Model-is' of https://github.com/mtodd/backbone
new 0c1bbbc Adding Model#has to Backbone...
new 784adc6 Adding Collection#fetch with add: true
new 6ea500b Fixing un-released models from refresh'd collections. Issue #128
new 17602c3 Make Backbone View's delegateEvents only ever unbind the events that it adds itself.
new 03aa12a Merge branch 'master' of https://github.com/mkelly12/backbone
new e8be47f merge mkelley's urlBase, renamed to urlRoot.
new 81cd0cf documenting urlRoot ... making collection.url take precedence over urlRoot, if defined.
new 53ae5b5 Issue #132 ... initial _changed after new with attributes.
new 34d1d0a Multiple views may listen for events on the same element
new 5886fe4 Issue #134. json2.js source link.
new aec3f47 Merge branch 'multiple-views-per-element' of https://github.com/sstephenson/backbone
new d01b136 Merging Issue #135. Multiple views per DOM element.
new 3d8fe92 Issue #78. Changes the Backbone.sync API to enable passing through of options ... like {data} in fetch()
new ad2ae8e Pass Collection#fetch options along to refresh
new 43176d9 Expanding View#el documentation.
new 71c9838 If Backbone.View#el is a string, pass it through $(...).get(0) in _ensureElement
new 2c29387 Pass along the current value of `this` to Backbone's closure wrapper
new 12f7ae9 Merging Issue #149. View#el can be a string.
new 714a521 Merge branch 'closure-scope' of https://github.com/sstephenson/backbone
new 8c5cd17 Update test-zepto.html for Zepto 0.3
new c644866 Merge branch 'zepto' of https://github.com/sstephenson/backbone
new 2610593 Making the collection-proxies-model-events a bit more clear
new 3098321 Issue #143, properly escaping regex characters in literal routes.
new 4d6d494 adding options to the onError direct callback.
new e3aa575 adding a bit more explanation to Model#save onError
new c0c8cb2 Revising controller test as per dvv's suggestion.
new 331cb8b Allowing Model#defaults to be a function as well as a hash.
new 67dd2ee prefer single quotes.
new a0ace0d Taking some of dvv's suggestions.
new 65e4340 Updating Model-save documentation.
new 1c30828 Updating to latest QUnit, fixing Issue #153 ... overly aggressive urlError.
new 4c1bdb4 Issue #154. Make options.data possible for creates and updates with the default sync.
new 178887e removing broken History-saveLocation link.
new c933262 Adding QuietWrite.com as a Backbone example.
new 2fd11a8 delete this.id when unsetting the id attribute
new 440d141 Fixing a small bug in model inheritance: Class properties need to be inherited (along with the instance properties). See test.
new c3da552 Add attributes parameter to Backbone.View. All attributes are being applied to view's this.el during element creation.
new 289d4e0 Model::escape() now coerces non-string (non-falsy) values to strings before escaping them.
new 39cabb8 Merge branch 'master' of github.com:documentcloud/backbone
new ece686d Merge branch 'master' of https://github.com/documentcloud/backbone
new 0c03331 Pushing the QuietWrite.com example.
new d4a091b Adding Tzigla to the examples.
new 65f6830 merging in tzigla example.
new 14000a8 Improve multiple collection support
new a2f0468 merging in fixes for models in multiple collections ...
new 3619844 Adding CloudEdit as an example.
new 79b33ae Merge branch 'gh-pages'
new e398583 keep custom `sync` methods for a given model/collection scoped to `this`.
new 7442f82 Forcing Collection.create to run through validation before saving.
new 4c41ea7 Merging issue #216 (+ others) validation on Collection#create.
new 51f9ce6 Adding an index.js for npm, Issue #207
new 1944234 Merge branch 'master' of https://github.com/jed/backbone
new f1e0f6b Throw an error if Backbone.history.start is called twice.
new 7d4d527 No periods on errors.
new 0383ef7 Merge branch 'unset_id' of https://github.com/reverie/backbone
new ec68420 Merging in #167, unsetting 'id'
new ac8c3dd Changing route order behavior. Issue #189. Declarative route maps are the same, procedural route() calls can now override previously-defined routes.
new 164ad72 Upgrading Backbone.js (test) dependencies to latest jQuery, Zepto, and Underscore.
new d04bf67 Fixing test-zepto.html HTML.
new 1a9404c Initial support for models with non-default id attribute names (MongoDB, CouchDB). Various tickets.
new b86d3f6 Issue #209 ... unsetting a missing attribute should not fire a change event.
new c5160fc fixing lingering idAttribute spot -- thanks, jdknezek
new c6d2c69 ditto
new aab49eb encodeURIComponent this.id
new 4489d7f Merging in a test for Issue #204
new 512ff7e Merge branch 'master' of https://github.com/hippich/backbone
new a5079ab merging #179 + refactor, view 'attributes' for this.el
new ce05957 .get -> .escape in the docs
new 02c40e5 linking to the documentcloud workspace
new 0ca0481 adding basecamp mobile, instagreat, and tilemill
new f4a394b Issue #223 ... fixing json2.js link.
new 6c968b6 Issue #224 ... underlining links, updating docs.
new 5a89ed3 destroy of non-persisted model should not call sync
new 52953c1 Adding mql's Substance.io
new 7216d99 merged gh-pages in.
new 0cdc525 Fixed escapeHTML function to skip not only &***;, but also &#***; and &x***;
new 13acb8a fix documentation and tests for negative ids
new 5ebd949 use hash literal directly
new 8971361 split out test for positive and negative ids
new 4595b48 refine the isNew test
new 12e9d95 add helper method to cleanup isNew test
new 83250a5 Only set request content type for create/update
new ee2ec92 Fix typo
new e2a5c18 Adding Mobile SoundCloud as an example.
new 7ceab2c Fix incorrect prototype.constructor comment
new d97d8bf Upgrading Backbone.js tests to Underscore 1.1.5
new d149451 Issue #278. Allow 'extend' to be overrideable+inheritable.
new c9a6349 Upgrade tests to Zepto 0.5
new da52ae1 Merge branch 'fix-comment' of https://github.com/jimmydo/backbone
new ed5a88d Make it possible to take advantage of jQuery.Deferred with Backbone, without breaking compatibility by changing return values.
new 8f80fb1 A somewhat smarter approach (more DRY).
new fd35fcb Adding MetaLab's Flow to the examples.
new 7d88162 Even simpler; merely expose the (jq)XHR object, enabling the use of jQuery.Deferred.
new 67d61fc Adding Backbone.noConflict() and keeping track of the original root.Backbone.
new 35ba4a9 Adding Flow to sidebar under Examples.
new 1028e63 Merge branch 'gh-pages'
new f4cfbd6 Documenting the new Backbone.noConflict() method.
new 21fa0aa change hashStrip regex to strip bang as well, so hash-bang urls will work transparently
new 914ff9d rebuild to include previous change
new 223c4fb Add failing test for #319
new 1499d75 Check for model before accessing its properties, fixes #319
new 94edc63 ender.js support
new 7b494c1 Upgrading to Underscore 1.1.6 for test deps.
new 12661ff Merge branch 'master' of github.com:documentcloud/backbone
new 5f3135f Merge branch 'master' of https://github.com/dvv/backbone
new 4070364 merging in Ender.js support
new 76b3ed1 Merge branch 'fix_custom_events_on_models_inside_collections' of https://github.com/autohaus24/backbone
new 857f756 removing backbone-min from master ... it'll only live on the gh-pages branch now.
new 9159ed3 clarifying that jQuery or Zepto is required for History support (for the moment)
new 37ddad5 Issue #309, more sophisticated event handling, for unbinding events in the midst of them firing.
new 222d673 Issue #289. Enable the use of jQuery.Deferred by returning Deferred objects from save() and fetch() calls.
new 0503b4d Merge remote branch 'remotes/upstream/master'
new 1598801 Pass the error and success callbacks when creating the model to add to a Collection
new 0f118ec Add a failing test for Collection.create not running callbacks
new 1d4484d Removing Ender.js support for the time being, as it needs to fix its AJAX methods to corrospond with jQuery/Zepto success/error signatures.
new 4881621 Adding XHR object to Model.parse and Collection.parse method signatures. jQuery and Zepto use the same callback signature: response, status, xhr.
new 399e745 _ to status in Model.parse. No need to clobber Underscore.js just to ignore a parameter.
new 577758a Adding XHR object to Collection.create (which comes from Model.save).
new 0cc8cb0 Merge https://github.com/ptn/backbone
new ee215be Adding test for hashbang URLs. For pull request #312.
new f44cfee Adding in a note about passing in an object literal or a model to Collection.create. Thanks to MattJ for the recommendation.
new a00b798 Adding in a note about Backbone.history.start() returning a boolean for whether or not a match has been found in the current URL fragment. Thanks to XiXora for the recommendation.
new 089aeb8 Adding a note about using Collection.create on a model that has been saved server-side.
new 58708b3 clarifying wording
new 9b40c7a Merge branch 'master' of git://github.com/documentcloud/backbone
new 965c299 Factor out model preparation to a separate function in Backbone.Collection, so 'create' and 'add' behave the same.
new 7afd43c Reference calls variable in list variable definition in Backbone.Events.bind
new c9bf20e Adding CloudApp to the list of examples.
new db68321 resolving merge
new bbce120 Adding the bittorrent example app.
new 7489bf0 Merge branch 'gh-pages'
new bbf28b8 expanding the FAQ for MVC with a direct Rails comparison.
new d8edb5d Merge branch 'gh-pages'
new 82e0b34 Merge pull request #267 from jasondavies/master.
new 9d5308b Pass options to the coll.add call in Collection::create so that it can work silently.
new 82c288c Following recommendations from the OWASP https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet
new a5d01f9 fixing tests for IE / Webkit ... regex, not string match.
new a251810 Merge branch 'master' of github.com:documentcloud/backbone
new 489ebb7 Issue #228 ... IE7 hash should look correct after initial load.
new e8476af Issue #366, support for namespaced events.
new cf32151 initial draft of a 0.5.0 branch
new 300c7f0 fix the zepto test suite.
new 636e7b0 remove an extraneous this.options
new e5ee550 Adding Backbone.Router.setLocation, alongside saveLocation, to both save and route at once.
new e9b38de Backbone.Router formatting, tweaks.
new f742bbe fixing IE support for 0.5.0
new e56346c normalizing for the Safari window.location bug.
new 46fbd4c Controller -> Router in the docs, and adding docco for setLocation().
new 9a1deb6 mention that Backbone require's jQuery > 1.4.2, if using jQuery. Issue #367.
new 2b1eae4 Issue #365. delete options.comparator.
new 9503627 documenting that fetch options can also be jquery options.
new 78212c2 Issue #359 -- removing duplicate model.escape documentation.
new 2f04473 fixing refresh -> reset documentation.
new d8d94f1 add a warning about pass by reference. Issue #356
new 5f7b01d document collection.reset() with no args.
new 082cb28 Merge branch 'master' of https://github.com/reconbot/backbone into 0.5.0
new c66650a Merge branch 'master' of https://github.com/corbanbrook/backbone into 0.5.0
new f7602a3 Merge branch 'patch-1' of https://github.com/damienholzapfel/backbone into 0.5.0
new 6b229ff Merge remote branch 'remotes/upstream/master'
new d7e3d5b Updated to apply on the 0.5.0 branch
new dae2527 Merge branch '0.5.0'
new fb8da91 merging in #336.
new ed63632 Issue #250 -- duplicated QUnit.
new 9accf97 Issue #246 -- never fire nested change events for the same model. The top-level one will do.
new 482a115 better document that hasChanged, previous, etc are only valid during a change event. Issue #240
new 87a81e4 partial issue #239, always pass options to error callbacks / events.
new e01ad9d Merging in #232. Allow destroy() to be called on non-persisted objects ... just in case.
new 93c82aa Adding the Unofficial google group to the documentation.
new ff57b65 ouch, leaking global attrs. (shakes fist)
new d568305 adding headers for all Backbone.js example apps
new 2620c6a Adding Chop as a Backbone example.
new d3a0b64 remove model_with helper from test
new b28bb50 clarified example; fixed typo
new 0853866 Collection.add should fail if duplicate id/cid exists
new 4057591 Adding Chop, Fluxiom, And Menagerie Vet
new 9bdbdd8 merged in gh-pages
new 6ca2dc6 adding quoteroller
new 32deec5 Merge branch 'gh-pages'
new 3e4f628 Minor doc typo
new e1167d7 Merge pull request #422 from arturadib/master
new 621c9ed Test complex query strings. Fails in some browsers.
new 245acb0 removed unused var
new 2ed2af6 expanded Model.save example
new 61c4874 Adding Decide.com as an example.
new d2a7309 Merge branch 'gh-pages'
new 16eb3f3 Minor doc typos
new 7ed20d7 Merge pull request #432 from jroes/master
new 3eb075a Allow initialize on any class to pass on original arguments.
new 573c347 Fix unit test for model.isNew()
new 4e9037b Model is no longer considered to be new if its id is a falsey value
new 0b74a24 Merge pull request #438 from gravof/master
new fa6092b fixing comment.
new 07f753b Merge pull request #435 from threepointone/patch-1
new 4138b58 Merge pull request #430 from reconbot/master
new ba1d9a1 removing complex router text (unfixable)
new 77caaed #426, better error message when events are missing.
new cc46300 Issue #417. Word choice for the literal minded.
new b5112b4 Merge pull request #414 from niallsmart/master
new c4872c4 add 'contains' alias for 'include'
new 1491d29 Merge pull request #395 from lorensr/master
new e67422a restoring some examples.
new ddf1a83 slightly saner validation on initialize.
new af674c9 almost to 0.5.0...
new 8f07f96 link to association extensions.
new 2e1f85d replacing setLocation and saveLocation with navigate, after Spine's API.
new 0798d97 tweaking transparent URL upgrades.
new 799cdad updating generated docco for pushState upgrading.
new dc84cc6 docs tweaks.
new c39ddd0 Better hash-to-pushState upgrades, via replaceState.
new d2082a5 issue #451 + test.
new 3a56d36 expanded docs for pushState
new a30ea0d Fixes #453, typo.
new cbefdb8 Fixes #454, docs for backbone.sync
new c87460e Fixed back button issue then open pushState link in browser without pushState support
new d3c9a9b fixes #459, inconsistency with constructor/initialize.
new fcbedad Addinga a test case for #459
new 10230e4 Issue #460 -- removing the optional bang from hashStrip ... too many inconsistencies.
new 961d599 Merge pull request #448 from braddunbar/contains
new 69e63b1 Merge pull request #457 from asan/master
new da6d0b9 resolving merge conflict, removing old test.
new d2e79e5 Merge branch 'master' of github.com:documentcloud/backbone
new 36dddfb Backbone.js 0.5.1
new 6d07d2f multiple models with the same ID should be allowed in a collection.
new 7816861 processData should use ajax default (true), and only be set to false when doing a non-GET request
new 8ffdd09 Fix an unclosed HTML entity when escape single quote
new 48cfa5a Merge pull request #470 from wuzhe/upstream-master
new 909c427 Call Backbone.Model.defaults() with "this" set to the model instance.
new 8b3ca51 Merge pull request #481 from shesek/master
new bc964ac Merge pull request #469 from afeld/patch-1
new 3f8f4cf Adding Trajectory as an example app
new ca8a049 Merge branch 'master' of github.com:documentcloud/backbone
new 70cc8ee updated model isNew to use idAttribute
new a6a478f Merge pull request #495 from tbranyen/isNew
new b32a34c do not call loadUrl when redirecting to hash based URL on non-push state browser
new 63a4be9 Merge pull request #497 from rsim/return_immediately_after_redirect_to_hash_route
new bc3daff Adding Trapit as an example app.
new 5271e7a Merge branch 'master' of github.com:documentcloud/backbone
new 7723975 Adding SeatGeek as an example
new 6ef6f75 Add a third "context" argument to Backbone.Event.Bind which, when passed, will bind the callback to the provided context.
new 3145b4d isNew should use id, not idAttribute
new d8ef258 Merge pull request #503 from cdmwebs/master
new 49a16bd Merge pull request #500 from keithcirkel/master
new 9d2811a Backbone.js 0.5.2
The 553 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list