- 03 Feb, 2014 5 commits
-
-
Cory Forsyth authored
* Focus new-todo input on load * Use CP's for reamining and completed * Add pluralize helper, remove html from controller * Add TodoController.removeTodo method * We want to avoid debouncing a call to `send`, so we make `removeTodo` a method on the controller, and have the `removeTodo` *action* simply call that method. * Move Todo auto-save from model into controller
-
Cory Forsyth authored
* Also update handlebars to 1.3.0 * Update jquery to 2.1.0
-
Sindre Sorhus authored
-
Sindre Sorhus authored
Further work in 'lax mode'
-
Colin Eberhardt authored
I have executed all 1708 tests and made a first pass at recording the known issues. I have also made quite a few changes to the 'lax mode' path expressions. It is going to take a few iterations to find the expressions that work for all the different apps! I have also temporarily disabled the persistence test, it fails intermitently at the moment.
-
- 02 Feb, 2014 3 commits
-
-
Sindre Sorhus authored
-
Sindre Sorhus authored
Improved test clarity
-
Sindre Sorhus authored
the framework is dead: https://github.com/wearefractal/dermis#introduction
-
- 01 Feb, 2014 11 commits
-
-
Sindre Sorhus authored
-
Pascal Hartig authored
-
Pascal Hartig authored
Only upgraded main example. Let's not go nuts and upgrade all of them for every patch release.
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
no need to keep the list off apps in both the readme and the site from experience we've been bad at keeping the readme list up to date anyways.
-
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
-
Sindre Sorhus authored
fixing column alignment.
-
- 31 Jan, 2014 9 commits
-
-
Sindre Sorhus authored
-
Sindre Sorhus authored
react index.html: (whitespace) spaces to tabs
-
Richard D. Worth authored
-
Colin Eberhardt authored
get and polymer are not easily tested with this generic test suite. They are now excluded explicitly so that they do not 'pollute' the knownIssues file.
-
Stephen Sawchuk authored
-
Stephen Sawchuk authored
-
Colin Eberhardt authored
-
Sindre Sorhus authored
YUI: fix dependency on latest version
-
Clarence Leung authored
-
- 30 Jan, 2014 3 commits
-
-
Sindre Sorhus authored
-
Addy Osmani authored
Tests that check the full list of todo items are no longer order dependant
-
Colin Eberhardt authored
In order to reduce the number of failures for implementations that prepend rather than append items, the tests that check the full list of todo items are no longer order dependant. There is now a single test that checks this requirement: 'should append new items to the bottom of the list'
-
- 29 Jan, 2014 8 commits
-
-
ColinEberhardt authored
Update browser-tests JS style
-
Addy Osmani authored
Adding Colin Eberhardt to the team
-
Colin Eberhardt authored
-
Pascal Hartig authored
-
Pascal Hartig authored
-
Pascal Hartig authored
-
Addy Osmani authored
Automated UI tests for TodoMVC using WebdriverJS (Selenium)
-
Colin Eberhardt authored
-
- 28 Jan, 2014 1 commit
-
-
Colin Eberhardt authored
-