0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed README file so github will hopefully realise it's there More... over 13 years ago
Temp change More... over 13 years ago
Output data as a json string rather than php array if --output-json given as option. Makes parsing the data externally much much easier More... over 14 years ago
Now use GitHub pages as the default location of assets. Not a perfect workflow, but it works. Fixes gh-2 More... almost 15 years ago
Changed a bit of twiki formatting to markdown formatting More... almost 15 years ago
Added development instructions for running self tests and overriding the default validators and assets locations. More... almost 15 years ago
Add TARGET to BASE and FORM in extended DTD. More... almost 15 years ago
Add TARGET to FORM and BASE, to match addition to A. Don't repeat definition of A unnecessarily. More... almost 15 years ago
Use W3C web services by default, but with a delay of 2 seconds and a warning between requests. More... almost 15 years ago
Use environment variable to get working JSLint command More... almost 15 years ago
Added comment regarding required JSLint version More... almost 15 years ago
Removed extra slash that shouldn't have been left there. Bad @spjwebster\! More... almost 15 years ago
Merge branch 'master' of [email protected]:NeilCrosby/frontend-test-suite More... almost 15 years ago
Refactored JsLinter to check status code for success/failure. Also refactored JsLinterTestCase to skip tests when linting command did not return lint success or failure status codes, and suppress Java / Rhino errors on stderr. Finally, added some missing JsLinter tests. More... almost 15 years ago
Added support for overriding the JSLint command by the JsLinter and JsLinterTestCase test cases by setting the FETS_TEST_JS_LINT_COMMAND environment variable. More... almost 15 years ago
Added support for overriding the CSS validator used by the CssValidator and CssValidatorTestCase test cases by setting the FETS_TEST_CSS_VALIDATOR_URL environment variable. More... almost 15 years ago
Refactored HtmlValidator and HtmlValidatorTestCase test cases to get valid validator URL from HtmlValidatorProviders instead to remove duplication of lookup logic. More... almost 15 years ago
Added support for overriding default validator URL with FETS_TEST_HTML_VALIDATOR_URL to HtmlValidatorTestCase test suite. More... almost 15 years ago
Added missing DTD_401_STRICT_EXTENDED token replacement to validHtmlChunkWithOptionsProvider in the HtmlValidatorTest data provider. More... almost 15 years ago
Fixed the mixed up DEFAULT_VALIDATOR_URL and DEFAULT_ASSETS_BASE_URL values in the HtmlValidatorProvider class. More... almost 15 years ago
Fixed issue with HtmlValidator DOCTYPE override for http:// documents. Also allowed configuration of URLs used for HtmlValidator tests using FETS_TEST_HTML_VALIDATOR_URL and FETS_TEST_ASSETS_BASE_URL environment variables. Still need to do the same for CSS and JavaScript tests. Closes GH-1 More... almost 15 years ago
Added reason why we don't just use the W3C's HTML Validator doctype url parameter More... almost 15 years ago
Fixed commented out code More... almost 15 years ago
Fixed top -> _top thanks to benhl for pointing this out :) More... almost 15 years ago
Fixed links More... almost 15 years ago
Added instructions for the validators More... almost 15 years ago
Fixed list indentation More... almost 15 years ago
Added basic setup instructions More... almost 15 years ago
Added commented out options so that people can see what's possible. More... almost 15 years ago
Tidied up DTD description. More... almost 15 years ago