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

Small typo in architecture example for backbone, closes #91

Signed-off-by: drublic <[email protected]>

a402067867f8ec3a62394ca9262685482bfd4552 authored almost 13 years ago by drublic <[email protected]>
Cleanup and minor revisions

bc72998cca941c0d1e3e05678d1611f7d95e3cb6 authored almost 13 years ago by addyosmani <[email protected]>
Adding reference to new team member, updating project disclaimer, minor other changes.

f365fc35aaa065b5dd401bc17d809aeca15725db authored almost 13 years ago by addyosmani <[email protected]>
Add screenshot

b054c4dd45fe9c1c6f8fd0c5180697a7d5b55023 authored almost 13 years ago by Sindre Sorhus <[email protected]>
README cleanup and update of examples

959c0d1ce3d183e59b266c5150faf1703ab1cc12 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Updating screenshots.

5ff14ec780f8cfe2feaccc3369be64be32145fa3 authored almost 13 years ago by Addy Osmani <[email protected]>
cleanup of Dojo app merge, updating project readme, app index, credits

6997231c4e8e50549fcd3158b2fa6ad4d71aba10 authored almost 13 years ago by addyosmani <[email protected]>
Merge pull request #54 from jthomas/master

Finished Dojo MVC version

1c4dd84d3311b8a1c3eb6a51e6d222f64248d310 authored almost 13 years ago by Addy Osmani <[email protected]>
Comments on new custom bindings

9b6dbae5b5d78af6f8308956aa72848b0c2749e4 authored almost 13 years ago by Ryan Niemeyer <[email protected]>
Remove console.log

72ca8ff50a87742ea24259ba596e09d5782a4506 authored almost 13 years ago by Ryan Niemeyer <[email protected]>
Update Knockout example to conform to template

7dc0920f43e9643655566b7d3409c4e201320b1a authored almost 13 years ago by Ryan Niemeyer <[email protected]>
Updating the credit.

36aaa2f2b1fcb9be4a62543cc66b6c1d03c4becd authored almost 13 years ago by Aaron Boushley <[email protected]>
Minor updates to readme.

d76d3eeff15376804f00ebe00970eefffe02cc8d authored almost 13 years ago by Addy Osmani <[email protected]>
Merge pull request #82 from colmjude/backboneFix

Fix: double click on item allows editing of item.

dfa8390ef2c89c608d08d05de003166f875fee92 authored almost 13 years ago by Aaron Boushley <[email protected]>
Fix: double click on item allows editing of item.

dblclick event was attached to div.todo-content when it needed to be label.todo-content.

233879303367f237514e2e9e79b307fd410483c9 authored almost 13 years ago by Colm Britton <[email protected]>
Removed bindall usage in favor of passing context to bind.

842d1dfa37f1eee84b882a91af5bccb3ceda7b51 authored almost 13 years ago by Aaron Boushley <[email protected]>
Updated Dojo build with latest changes.

a7ca76eadf7c39b8cc1118116cd849d7f9b0b6d9 authored almost 13 years ago by James Thomas <[email protected]>
Merge pull request #4 from edchat/master

fix checkbox css for IE9, and line-through when checked after an edit of the item

90fb455bfbaa2c0e1df4e4bb4f34a06483f722e0 authored almost 13 years ago by James Thomas <[email protected]>
Merge pull request #3 from neonstalwart/tweaks

minor tweaks to code

7c80642e1ff1461f149805b8d1e7f28be335f428 authored almost 13 years ago by James Thomas <[email protected]>
use the length of a filtered array rather than keep a running count

c4c8e3eed7001f4d4cee60a92ffd5be576591d47 authored almost 13 years ago by ben hockey <[email protected]>
no need to close an input

d502e4eb34579281da436dbd30fb2da78b8b8762 authored almost 13 years ago by ben hockey <[email protected]>
reference json module rather than dojo global

c49841e676e917a79209b0b8809188cc5e2d9bf5 authored almost 13 years ago by ben hockey <[email protected]>
fix checkbox css for IE9, and line-through when checked after an edit of the item

7954b287647c467e0be353bbcac45b1038cf17c6 authored almost 13 years ago by Ed Chatelain <[email protected]>
use toggle rather than ternary with add/remove

9087822731751bc27edbe4a31eecacc78dcf1f62 authored almost 13 years ago by ben hockey <[email protected]>
inline initial dependencies

236e44d6d5281db65207ced02448d012e1fa8630 authored almost 13 years ago by ben hockey <[email protected]>
Removing tooltip from implementation.

Also removed the destory.png image since it is no longer needed.

c3ff4f6cb93a64e9af1b43fe77a7f057e12b8e14 authored almost 13 years ago by Aaron Boushley <[email protected]>
Updated backbone implementation.

Updated backbone to 0.5.3 and jquery to 1.7.1.
Updated application to follow the new tempalte.

542f2c217753b243954fd443c3c1e8a5d4be0ec7 authored almost 13 years ago by Aaron Boushley <[email protected]>
Fixing use of HTML5 data attributes to work on all browsers.

973b3c70afdf836d7717b554f160c64607a6e7b2 authored almost 13 years ago by James Thomas <[email protected]>
Merge pull request #2 from edchat/master

remove cursor : move from css and prevent double adds on IE9

f9ffdbe1080238f7df861afce0ebb5c11ae23388 authored almost 13 years ago by James Thomas <[email protected]>
Updating index.html to match template.

a9468fbcb39f1fa28ced8a1d2a19b5b0eae14e4b authored almost 13 years ago by Aaron Boushley <[email protected]>
Fixing another link on the index page.

b600825f8f948ecb17d4916e3316af83299cbbaf authored almost 13 years ago by Aaron Boushley <[email protected]>
remove cursor : move from css and prevent double adds on IE9

f7948a694de997147c656bc0d2f4c3dc428a5964 authored almost 13 years ago by Ed Chatelain <[email protected]>
Updating index page link to vanilla js.

704376fc4c67703ba64f3e519869e0c306c53f96 authored almost 13 years ago by Aaron Boushley <[email protected]>
Fixing FF issues by renaming model attribute.

We've hit a FF-specific Dojo bug, detailed here
http://bugs.dojotoolkit.org/ticket/14491
Added t...

d28c073633de8cc25676677090f759b3016981c8 authored almost 13 years ago by James Thomas <[email protected]>
Merge pull request #56 from addyosmani/structure_reorganization

Reorganized the Folder structure to be more clear and concise.

3c6c77d7370a2caf155bf9e37ca2c1a987342d27 authored almost 13 years ago by Addy Osmani <[email protected]>
Merge branch 'structure_reorganization' of github.com:addyosmani/todomvc into structure_reorganization

2ca2a83bb32c982a0c4948c42d192cf154d16485 authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge branch 'master' into structure_reorganization

7964e14391fe682a6ebaa49324afefa45c63e3b2 authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge pull request #55 from sindresorhus/jquery-example-convert-new-template

Update jQuery example to the new template

36093a3f3348b6cf35d33792faec6ff7c8757549 authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge pull request #57 from sindresorhus/structure_reorganization-template-fixes

Switch from `<span>` to `<label>` as the todo text wrapper

4086c9d31fe1aa0ec8cfd6dbf411cbc370a2a423 authored almost 13 years ago by Addy Osmani <[email protected]>
Switch from `<span>` to `<label>` as the todo text wrapper, since it's the label to the checkbox

a4dd9746fc566c0927619e753d3a413028dbec6e authored almost 13 years ago by Sindre Sorhus <[email protected]>
Finishing up after FF testing

cf6920bfbfa7585a36bc8470810b67742358fef6 authored almost 13 years ago by James Thomas <[email protected]>
Optimize selectors

219107228026e77a1b79a16cd0348c13c53fe3a0 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Use a constant for Enter instead of magic number

5c1465daa6eeee672276bba8a16bf04a6b25c45e authored almost 13 years ago by Sindre Sorhus <[email protected]>
Switch from <span> to <label> for the "Mark all as complete" text

3fb908aabe51298e8537cbff4c3d3b2c8974b8ff authored almost 13 years ago by Sindre Sorhus <[email protected]>
Finished up re-factoring to use application module

06c248c39dbd880b5ab4bbacc591cf1c8065ad53 authored almost 13 years ago by James Thomas <[email protected]>
Override default Dijit Claro theme to fit existing apps

2da31519400eb3f8dd47373a2ad2875edc677238 authored almost 13 years ago by James Thomas <[email protected]>
Moved project overview into a folder of its own.

338c0ff71583a93bb3e88bf7140a4c55b300449f authored almost 13 years ago by Aaron Boushley <[email protected]>
Moved files into new folder structure.

52c9d10d05878dabe254e51bd871335650581ae7 authored almost 13 years ago by Aaron Boushley <[email protected]>
Update jQuery example to the new template

Uses the app.css from the template without modifications

67b2e541bed3cedf88a76641ad424ed1862b6d36 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Merge pull request #51 from sindresorhus/todo-example

TodoMVC boilerplate template

9857710cded7f63335101e02311fb4a651170991 authored almost 13 years ago by Addy Osmani <[email protected]>
Added built version of Dojo, final re-factor and commenting.

Also, added dijit theme files for the page widgets.

ab760073a404f1d274ad8183fe7355799874cdb4 authored almost 13 years ago by James Thomas <[email protected]>
Added 'clear on completed' and tidied up the code a bit...

abbe1a7edcd1c631b3f21990c19a4c25ced1ae59 authored almost 13 years ago by James Thomas <[email protected]>
Added item counters and re-factoring.

dface8c595c18aff30a1ce4ebe497e5791f3da48 authored almost 13 years ago by James Thomas <[email protected]>
The edit input field no longer moves when activated

- CSS fixes
- Remove an unnecessary div wrapper

2f3a90e8989bd376b9ad5b89ee6df4c7613e22b5 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Use ID instead of class in multiple places

8c0549b9221ac068eb879907892b2588cdfc1189 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Remove title from `.view` divs, it's in the footer anyway

780c946006222ae925a5ad035400c9a58831ec59 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Make it clear the #main section is hidden by default

3b319a3d8252d4448c7d1ce983e22915bf75b15b authored almost 13 years ago by Sindre Sorhus <[email protected]>
Wrap the todo list in a `<section>` element and move the `Mark all as complete` checkbox into it.

c7f5709c9040ae27ef645d4711f73d01c6fb3698 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Merge pull request #1 from edchat/master

I have updates to index.html and todo.css to have the checkbox work with the staetful model, and...

1630c79862560d48560e17a2a842e2b7f05c1109 authored almost 13 years ago by James Thomas <[email protected]>
Add "Mark as complete" checkbox

ad4887ea4f74ab246d6afad5abe622b646e08e79 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Merge pull request #53 from sindresorhus/jquery-example-remove-old-jquery

Move JS libs to libs folder and remove old jQuery version

2d4ab0938544637a8d1622d8a81512637030c309 authored almost 13 years ago by Aaron Boushley <[email protected]>
Move JS libs into a libs folder

5fe2f0140253c05104001870f587b96788b66797 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Forgot to remove old jquery.min.js

3e7f2cbf524bfa6a05151bb87334387c32a491d9 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Break the word if it overflows the line

03171ff56212e917c5fb49d03c23c0af7e9ed262 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Add libs folder

274537f3fc18472a04530469bea44ca4779cee82 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Merge pull request #52 from rniemeyer/knockout-updates

KnockoutJS: add "Mark all as complete" checkbox and "Press Enter" tooltip.

2cb3d13994327b584c229e8bc4d8b0e471018ab7 authored almost 13 years ago by Aaron Boushley <[email protected]>
Add reference to app.js in HTML

699d431e92709a251d6401af073efd49cf749cd6 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Updating list of supported frameworks and apps

071564bdc41f83855d5d8f3d406c1e096b157cd0 authored almost 13 years ago by Addy Osmani <[email protected]>
Minor tweak post-release

ac6fd317130a29fc4ec94b74358ec6561fd98e8b authored almost 13 years ago by Addy Osmani <[email protected]>
Add the "Press Enter" tooltip that appears after a delay when the user has entered a value and stops typing

78ed736ae269d13fbd02349be6ab3c57877c5dd0 authored almost 13 years ago by Ryan Niemeyer <[email protected]>
Add "Mark all as complete" checkbox bound to a writeable computed observable and minor code cleanup.

49acf17321299f58af767aea8bd562524fea7653 authored almost 13 years ago by Ryan Niemeyer <[email protected]>
Merging Pull Request 34. Vanilla JS implementation.

3560728d613078e825325414486f4576e7109091 authored almost 13 years ago by Aaron Boushley <[email protected]>
TodoMVC template

091cbae155b934e9d3fe631543c44adaf132dcdd authored almost 13 years ago by Sindre Sorhus <[email protected]>
Merge pull request #47 from sindresorhus/jquery-example-fixes

Updated jQuery example

73817d73431d03f89bfecf25e987fe72251bac03 authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge pull request #50 from boushley/emberjs

Update ember.js app to use classNameBindings

696bcc055b731f89b3197b14153004dc2c364aea authored almost 13 years ago by Addy Osmani <[email protected]>
Merge pull request #48 from rniemeyer/master

Update Knockout.js sample to use features from 2.0.0

79ceec9c9f206c22a717666ddeb7adb9f69dd2d8 authored almost 13 years ago by Aaron Boushley <[email protected]>
Merge branch 'master' into emberjs

7d44e1a2d1ed89118ce9f677951bae0e2358dd04 authored almost 13 years ago by Aaron Boushley <[email protected]>
Move app code to separate js file, add local storage via amplify, and actually add knockout 2.0.0.

fb3a233bc4dadbfabd37bc78fba9555c87b9e22f authored almost 13 years ago by Ryan Niemeyer <[email protected]>
Add custom binding to handle the enter key, rather than checking the keycode in the view model - fixes issue #4

994ebff51f8142eb752cea084e19e0d565a815c7 authored almost 13 years ago by Ryan Niemeyer <[email protected]>
Adding team section and revising contribution guide

c184e41bac4f57ac33bd3fb151bb3a2d96bbc3f8 authored almost 13 years ago by Addy Osmani <[email protected]>
Updating to reflect timelines and the 0.25 release

8e936b824737cad147fbe39d899be958b66eb77f authored almost 13 years ago by Addy Osmani <[email protected]>
Merge pull request #49 from boushley/issue-21

Resolving floating problem from issue 21.

fd33d5e126a8ebf991aa0d5a19a5e26ece6b70ea authored almost 13 years ago by Addy Osmani <[email protected]>
Resolving floating problem from issue 21.

fb5c8ce7f2ff442428612c96131576826029cf38 authored almost 13 years ago by Aaron Boushley <[email protected]>
Change the hiding of the clear completed button to use more proper views and binding.

c8b4bd92750ad93cb3c3f7a31993cb8456295319 authored almost 13 years ago by Aaron Boushley <[email protected]>
Update Knockout.js sample to use 2.0.0 features.

4116c09d59fd1f65916fce21042ba463c5d9117c authored almost 13 years ago by Ryan Niemeyer <[email protected]>
revisions to index to cleanup some recent prs, prevent ember and sammy from initializing with a demo first task/todo

a02ee13c216c33892ae476e7d4cda502193e86eb authored almost 13 years ago by addyosmani <[email protected]>
Merge pull request #46 from boushley/emberjs

Ember.js Clear Completed Tasks Update

85c49e185a9afc7aaab30572a58ad32b29ff3378 authored almost 13 years ago by Addy Osmani <[email protected]>
Merge pull request #42 from kmalakoff/master_knockback

Resubmission of Knockback including an upgrade of Knockout to 2.0.0

495a9aaccfa2e1fc9bd227b0fa9ff0ddb27d82fc authored almost 13 years ago by Addy Osmani <[email protected]>
Compress destroy button png, convert to base64 and inline in CSS

19636817f0a166bae719bc958f5b8e8ef677dab4 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Add MIT license header

8be323b543f72c4511843ddd1103671cde9f35e9 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Found a smaller and faster UUID function, use it instead.

75654d09ea30171a8b50f7605c6280b89b50a8b9 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Remove jQuery-tmpl and update jQuery

6244a05551938bfd6f677a04c1362bdfa3a825d5 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Merge branch 'master' into emberjs

9a4f81c7c569169b33f5d6d44a0894386c10ce1a authored almost 13 years ago by Aaron Boushley <[email protected]>
Removing unneeded change events.

6cb6153cdc6f4369bb49b8a9837090949a4072fe authored almost 13 years ago by Aaron Boushley <[email protected]>
Got the binding for the clear completed visibility figured out using a global binding.

3b7250681f0a68548b15d387a413f89c130fdfe0 authored almost 13 years ago by Aaron Boushley <[email protected]>
Optimize the jQuery selectors

625eda442cca4536157f60f8ce49c6c5c954107f authored almost 13 years ago by Sindre Sorhus <[email protected]>
CSS style fixes

654a82ce74783388ec65260beb1769e2e812f742 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Switched from jQuery-tmpl to handlebars.js

Since jQuery-tmpl is depricated

e659901d7f8f4acda4787c59a711b5c61a31d8b7 authored almost 13 years ago by Sindre Sorhus <[email protected]>
Switch out [].remove() with [].splice()

fb92c298b3a9bccba7a9562bacbdfcca01d50b3d authored almost 13 years ago by Sindre Sorhus <[email protected]>
Remove dependency on store.js

e24eae6002599c266398755cb1fec4f83e1db0a2 authored almost 13 years ago by Sindre Sorhus <[email protected]>