Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vuejs/todomvc

Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, and many more
https://github.com/vuejs/todomvc

Reorder methods and var rename

14895be27353ffb9875efedd57249d468f1ea5b8 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Optimize loop

7708e877df6fd9c02ad9fac3b9d83d014d4ee091 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Code formatting improvements

8ad3e2ddeaefeb54da573b6765cae96f3942e4aa authored almost 13 years ago by Sindre Sorhus <[email protected]>
Moving towards making the clear completed button disappear when there are no completed tasks.

2326f6bc6d53decdf8047f1d6eca963eea33f9ea authored almost 13 years ago by Aaron Boushley <[email protected]>
Adding some styling for completed tasks.

cf7f340de3cff25d3278400f4d3979f8ce1c2e5c authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge pull request #43 from boushley/backboneRequire

Fix up Backbone.js with RequireJS

fd14f902acfbe65c3ef193c12bbf3e5f6939547a authored almost 13 years ago by Addy Osmani <[email protected]>
Merge pull request #44 from boushley/emberjs

Did some fixes to the ember.js app.

dc793dc83403aec1ba8fec41a07d3c77a7b10e1c authored almost 13 years ago by Addy Osmani <[email protected]>
Had a floating semi-colon, fixed it.

e7744bd8950e9464a0eb7eb7df8daa6dd48c3251 authored almost 13 years ago by Aaron Boushley <[email protected]>
Added localStorage persistence for ember.js.

This is probably not the most graceful implementation, but it should get the job done for the ti...

a514894f802c4b56e7ed1de22408727d6d83fd1c authored almost 13 years ago by Aaron Boushley <[email protected]>
Adding count of completed items to the clear button.

fa6a26308512baf4cd7ea970e94506bbca98d297 authored almost 13 years ago by Aaron Boushley <[email protected]>
Removing classBinding that is set by default.

778a624b5c6fcb18f222170cfc1b93d3257ba5e0 authored almost 13 years ago by Aaron Boushley <[email protected]>
Converting to the suggested type value.

4cbb36d8c424a5108176aacbbf7c2962737d3536 authored almost 13 years ago by Aaron Boushley <[email protected]>
Adding backbone.js with RequireJS to the list of examples.

d5ecd818524d3207c35bc211c8422c50cfbbfa73 authored almost 13 years ago by Aaron Boushley <[email protected]>
Fixing the tooltip.

47bfd6226cdaa5f508b0b2d2d3d64f0af1f48eec authored almost 13 years ago by Aaron Boushley <[email protected]>
Add a comment for the toggleAllComplete method.

f13ad9d76e89581029af839d9216dec963aa5c8a authored almost 13 years ago by Aaron Boushley <[email protected]>
Adding checkall functionality to the application.

df3ed73f0f374d3e947da15e625aa14246583b3b authored almost 13 years ago by Aaron Boushley <[email protected]>
Updating the template to use the content it has present.

ba3a573b1bd74707f20d91002c0b7f54d6a448fc authored almost 13 years ago by Aaron Boushley <[email protected]>
Remove tight coupling of the model to the view.

57c83b0db6b92c0c752b97a752d7dc8fb9348d77 authored almost 13 years ago by Aaron Boushley <[email protected]>
Moving backbone and require app into a more url friendly folder.

0774dd53f2b1ffcd1a26f11fc0db366ccded5d1b authored almost 13 years ago by Aaron Boushley <[email protected]>
Resubmission of Knockback including an upgrade of Knockout to 2.0.0

73c9726a9d1bc339340d6850a380eb07ab476de3 authored almost 13 years ago by Kevin Malakoff <[email protected]>
Merge pull request #41 from boushley/separateStorage

Separate storage fix

7a773a09caf7e3cdbdca623aec164478ce0dfa28 authored almost 13 years ago by Addy Osmani <[email protected]>
Merge pull request #39 from boushley/master

Remove tight coupling between model and view.

d3047151d0817889e272f5d1bab5515b4fff9f3c authored almost 13 years ago by Addy Osmani <[email protected]>
Ensuring that all apps that use localStorage use a unique name.

95624f6ef161d2cc018b8eeb2d2e49ce81bb68fe authored almost 13 years ago by Aaron Boushley <[email protected]>
Added a check all box. Fixed the tooltip.

fb21001a06675a67c3d176e8fef725bd1045da67 authored almost 13 years ago by Aaron Boushley <[email protected]>
Use the normal event bindings to perform the close/blur event. Set content directly in the template.

402f1d721b61efea18352efe4a9a1af48aab8a2e authored almost 13 years ago by Aaron Boushley <[email protected]>
Remove TodoView#remove which does the same thing as the Backbone.View#remove function.

dd821d8fd4ab8ae935676b02127d255ebde4fbef authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge branch 'master' of https://github.com/addyosmani/todomvc

28deda76d4f838520ee254180955b2c5834b5b05 authored almost 13 years ago by Aaron Boushley <[email protected]>
Removing unnecessary tight coupling between the view and the model.

aab1021971a15002bad0a040cca722616295f100 authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge pull request #38 from boushley/master

Prevent backbone.js example from unnecessarily polluting the global namespace.

d9f25d7cd709658bd639c858f2e160041912cb4a authored almost 13 years ago by Addy Osmani <[email protected]>
Preventing the backbone.js example from unnecessarily polluting the global namespace.

9ca024d4353a238142277e419cbb1d5b1e6f2e08 authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge pull request #37 from Sequoia/master

Added :focus styles to clear link to allow for keyboard navigation

0a0245451af10def56c840a1d5ddd06873084ad6 authored almost 13 years ago by Addy Osmani <[email protected]>
Merge branch 'master' of https://github.com/addyosmani/todomvc

74e496822c646734946c578e8a9d65baf34544bf authored almost 13 years ago by Sequoia McDowell <[email protected]>
These changes address a keyboard navigation issue which made it impossible to

tab to the "clear all" link. Only CSS was changed save fidel, which needed an
href on the link to...

7074c5459d5399fe8475ccf115522885364a99cd authored almost 13 years ago by Sequoia McDowell <[email protected]>
minor update regarding next release

60185e13e0674a76c6452ee7a8d6eeff5a651dd2 authored almost 13 years ago by addyosmani <[email protected]>
some very minor updates

ca967eae4082356152d2edf9459096efb742958d authored about 13 years ago by addyosmani <[email protected]>
Added json2.js

282c89f2ee5a03f8c9fa7a4f8c26f16cecd2bd28 authored about 13 years ago by Florian Fesseler <[email protected]>
Merge pull request #33 from fredwu/master

Implemented a new SpineJS version using CoffeeScript with the latest SpineJS 1.0.5

d7f1a1f22436340cab5362de1a5c54c53fd17b12 authored about 13 years ago by Addy Osmani <[email protected]>
Clear the input text field after adding a new entry

7d56ad3fbb2e406b2bc4d4b1ba1283cbeabd3529 authored about 13 years ago by Fred Wu <[email protected]>
Blank entries should not be added

d95b22b786de59d3608a687f3fe70c8efa3931c4 authored about 13 years ago by Fred Wu <[email protected]>
Replaced the old Spine implementation

488ddc31741a3043e45b0a308357ca20dcf424eb authored about 13 years ago by Fred Wu <[email protected]>
minor update to readme to reflect switch to ember.js

ea52fa706ff5b3d0e00a51c52131bb26106eb759 authored about 13 years ago by addyosmani <[email protected]>
updating sproutcore example to emberjs. Minor changes in namespacing required. Switch from parentViews as required by last release of SC

c07982a9cb0c985ea8ed0f88fff2b6692c4b4b3d authored about 13 years ago by addyosmani <[email protected]>
Added pure js version

8c997cfde730d55c9a1632b251d39817d0982e82 authored about 13 years ago by Florian Fesseler <[email protected]>
Implemented a new SpineJS version using CoffeeScript with the latest SpineJS 1.0.5

56a09f6fd1c9ba779d5bfe38184c568f4a417dd3 authored about 13 years ago by Fred Wu <[email protected]>
Update README.md

8d3c03c86399d1f27cade4996fb26f85f0f90594 authored about 13 years ago by Addy Osmani <[email protected]>
Merge pull request #31 from thomasdavis/master

Added an example for Backbone.js and Require.js

8c5e591f67491034f9a11f688246534d5d84b6a6 authored about 13 years ago by Addy Osmani <[email protected]>
Added a example for backbone+requirejs

6151aa69ff6998c194cf8e46a66f82e9098d88ff authored about 13 years ago by Thomas Davis <[email protected]>
My updates to handle the checkbox and to use dijit/InlineEditBox for the todo item.

0ec40115c1f0cd4a6f8f5f106124b76ee454ca5a authored about 13 years ago by Ed Chatelain <[email protected]>
Added support for adding and deleting todo items

Initial setup of Dojo 1.7, using DojoX MVC to bind between a stateful
model and UI elements. Use...

d2bd11298aca399c2de10b3a20e99abb99823f77 authored about 13 years ago by James Thomas <[email protected]>
Updating README with changelog since version 0.2 released

01f31768a5364c8ad1688b6dd52efc0b88f5642c authored about 13 years ago by Addy Osmani <[email protected]>
Minor updates to README regarding other apps in the main package

04c17560b6caf75249bc9fac350948d6d37557be authored about 13 years ago by Addy Osmani <[email protected]>
Merge pull request #25 from goldledoigt/master

ExtJS 4 Todo addition

a3fd9c962f8a1ad723e5286e4a5608488787b48d authored about 13 years ago by Addy Osmani <[email protected]>
speed of rendering + show/hide clear button + css fix

839abc9a6bc64b6afb285ebf501685eefec1f4f3 authored about 13 years ago by goldledoigt <[email protected]>
Merge pull request #27 from sindresorhus/master

jQuery example - added count on Clear button

be29feaf8b3bc4592a938729bbb453ce27be2add authored about 13 years ago by Addy Osmani <[email protected]>
Add count on Clear button

Also some selector caching and other small optimizations.

d6dfa8c4f2792c2f9e29bc82aa292f674a2070d4 authored about 13 years ago by Sindre Sorhus <[email protected]>
Merge pull request #26 from sindresorhus/master

Adding jQuery-only todo example. This will be more clearly made available in TodoMVC 0.3 along w...

32fdff671a5e96f29b6a3c1610dc6d84ec4537b0 authored about 13 years ago by Addy Osmani <[email protected]>
Add jQuery example

67233f91740bc07f0eb0c13a735f7653825310b6 authored about 13 years ago by Sindre Sorhus <[email protected]>
various fix

c3992424f380028aeac02f944991562235952846 authored about 13 years ago by goldledoigt <[email protected]>
various fix

379187246cb396a959c05c62ac30d10013e21b17 authored about 13 years ago by goldledoigt <[email protected]>
localstorage

c43aa361abec9353e768299d50c6b77c333ff89a authored about 13 years ago by goldledoigt <[email protected]>
MVC design

8a341229dd79d6b92a3745894dcf03c207c71281 authored about 13 years ago by goldledoigt <[email protected]>
add extjs example

67ac6f966e551830a44833956bfbe00695199f93 authored about 13 years ago by goldledoigt <[email protected]>
Merge pull request #23 from jasonm/master

Quick once-over of the grammar/punctuation in the README

b304ba292eb65804fc85b56361b8bbca689ca235 authored about 13 years ago by Addy Osmani <[email protected]>
Spruced up the grammar and punctuation in README

a4e0e61cd22ae9d5c1a75f9b626f472573f86a14 authored about 13 years ago by Jason Morrison <[email protected]>
patching broke.js app initialization, preparing index for 0.2 release

8ba31b16112b45592f741aa840009417f7ff2a69 authored about 13 years ago by addyosmani <[email protected]>
minor formatting updates

2faccd98636e431b3754a885e7a8cd1df791a449 authored about 13 years ago by addyosmani <[email protected]>
updating readme for 0.2 pre

88f64f4ec99813c98c07f84044dc6d094a8f8a31 authored about 13 years ago by addyosmani <[email protected]>
merging fidel todo app

0b69fdcae846b9de82d2d149deb23e728e077d7a authored about 13 years ago by addyosmani <[email protected]>
updating backbone todo to use latest jQuery

7d8888e7b804d2673f93dde8c3c3367d81e494d5 authored about 13 years ago by addyosmani <[email protected]>
updating backbone todo to use latest jQuery

d343eea260d7bda8d38aa04f05b9b11cd5089e25 authored about 13 years ago by addyosmani <[email protected]>
Merge pull request #20 from jacobmumm/master

quick fix to angular-persistence demo

acaab0777a59fea05948ccb1c0fce47a22da95d9 authored about 13 years ago by Addy Osmani <[email protected]>
added persistence clearCompletedItems

aa8db405635326ec820fb53bd214f9e816f676f5 authored about 13 years ago by Jacob Mumm <[email protected]>
Merge pull request #19 from jacobmumm/master

New Example using AngularJS + PersistenceJS

fed955b1b9f521170da7e4fb06ac623ec1902ea2 authored about 13 years ago by Addy Osmani <[email protected]>
moved angular-persistence example into angular folder

1e6515ff14f4a015611ab478441a5de604f8dc52 authored about 13 years ago by Jacob Mumm <[email protected]>
updating index and readme to reflect addition of broke.js

3049562d512f11d99c4217da3579cded25450e52 authored about 13 years ago by addyosmani <[email protected]>
Merge pull request #16 from brokenseal/master

Adding Broke.js example.

704b7625a62e6222e40eddcde48b7b0b1b2e507b authored about 13 years ago by Addy Osmani <[email protected]>
fixed refresh for asynchronous events

60a3c1c4a6173ae45e5754184a4e467a00d2b8ee authored about 13 years ago by Jacob Mumm <[email protected]>
Added Angularjs-Persistencejs example

e1676f6d7eb5eaf7d27db6e7b00c75569f1b4054 authored about 13 years ago by Jacob Mumm <[email protected]>
minor correction to README with respect to JMVC build process

f75a7d1e86291beb4a52999c2f6505abda3c6952 authored about 13 years ago by addyosmani <[email protected]>
Added broke.js todo app

e467a6e3a17e17d0d5486e96a09e9eb1dc6c109a authored about 13 years ago by Davide Callegari <[email protected]>
Merge pull request #15 from maccman/patch-1

Fix the URL :)

807eedf5a7d93560c5be3a125b5e50f7bbbd35d0 authored about 13 years ago by Addy Osmani <[email protected]>
Fix the URL :)

9f372546f85ab46dcb622b88a5429cc7a63fce9f authored about 13 years ago by Alex MacCaw <[email protected]>
adding link to live previews

b4be3d76393f942eb799e5095217f8f28ada708b authored over 13 years ago by addyosmani <[email protected]>
upgrading sproutcore 2.0 example to use jQuery 1.6.4. Adding local copy of jQuery for this purpose as well

6e7e71492b82a1ef70da84750708f9d172b3cdae authored over 13 years ago by addyosmani <[email protected]>
removing duplicate sproutcore entry from index

6db01800cb4d54b16dee76c6d508cea6ef7ee902 authored over 13 years ago by addyosmani <[email protected]>
Merge pull request #12 from dandoyon/angular-cleanup-branch

AngularJS Cleanup/Edits

dcfe69c45848ce7da83289e8afa74855ad662d15 authored over 13 years ago by Addy Osmani <[email protected]>
Fixed css styles, added pluralization widget, removed broken links

dea0f1cf7d95441a6290dc47d1bb1fb7ac1992ab authored over 13 years ago by dandoyon <[email protected]>
Merge pull request #9 from mayoff/patch-1

sammyjs/index.html - fix localStorage test

e320deed754f9d7d74ea5f92f0ebc72cf9b3d602 authored over 13 years ago by Addy Osmani <[email protected]>
sammyjs/index.html - fix localStorage test

ea43d08113be318a9bcaaaf3b03c408d0b73d0c2 authored over 13 years ago by Rob Mayoff <[email protected]>
Merge pull request #8 from kazad/backbone_css_fix

Bugfix: Removed reference to missing image file

65514aff62e0e15342815559e7228d1ad7030e10 authored over 13 years ago by Addy Osmani <[email protected]>
Removed reference to missing image file

2935c7af1138b35142d732b0a0f553d6ec53814d authored over 13 years ago by Kalid Azad <[email protected]>
minor correction to readme

9430e8999df962c333e94812b5258b481f46d1e3 authored over 13 years ago by addyosmani <[email protected]>
updating index and readme to account for angularjs addition

0100931b12d14dd56691bb82a0afcacfabacd02f authored over 13 years ago by addyosmani <[email protected]>
Merge pull request #6 from cburgdorf/master

Added an AngularJS example

041246729eb119b8ff187c213304c96c07029c75 authored over 13 years ago by Addy Osmani <[email protected]>
Added an AngularJS example

ce37926e1009fe8f6d91a0196083b9c740c76a58 authored over 13 years ago by Christoph Burgdorf <[email protected]>
Merge pull request #3 from jesseemerick/master

Updated the KnockOut.Js example

9af4794096e70ca1d4b3625bd4a7533e6f435ef1 authored over 13 years ago by Addy Osmani <[email protected]>
Fixed inline editing

ed349aa76c79a83678d1aa5a21e3aab46d455138 authored over 13 years ago by Jesse Emerick <[email protected]>
updating readme with minor adjustments to formatting, further update to credits

785eba8aeb9bcea2879f62f0fa5ad8d6b8c21a28 authored over 13 years ago by addyosmani <[email protected]>
rearranging readme

9d73aed513f1c128638946658b2348dcff33f274 authored over 13 years ago by addyosmani <[email protected]>
corrections to readme

d5f075af2729a6ae33ec511b92cf29d02fa0af9f authored over 13 years ago by addyosmani <[email protected]>