- 08 Feb, 2014 1 commit
-
-
Evan You authored
-
- 04 Feb, 2014 6 commits
-
-
Addy Osmani authored
Added final test failures
-
Colin Eberhardt authored
All done :-)
-
Sindre Sorhus authored
Rewrite jQuery app and add routing and abort on escape
-
Burke Holland authored
-
Sindre Sorhus authored
Further known issues additions
-
Colin Eberhardt authored
I have completed a second pass of the entire test suite. After one more iteration I hope to have this completed. I can then move on to refactoring the test code and looking at making them work via CI.
-
- 03 Feb, 2014 6 commits
-
-
Sindre Sorhus authored
Update Ember to 1.3.1 and ember data to 1.0.0-beta.6, also jquery, handlebars
-
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 4 commits
-
-
Sindre Sorhus authored
-
Sindre Sorhus authored
Improved test clarity
-
Sindre Sorhus authored
fixes #309
-
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'
-