[Pkg-javascript-commits] [backbone] tag 0.3.1 created (now 86c3089)
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:59:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a change to tag 0.3.1
in repository backbone.
at 86c3089 (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.
The 271 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