aboutsummaryrefslogtreecommitdiff
path: root/exampleData/ruleSets
Commit message (Collapse)AuthorAge
* clarified the wording in the titleNonEmpty ruleGravatar Rogan Creswick2013-06-24
|
* removed spurious libpeerconnection.log files that chrome started leaving aroundGravatar Rogan Creswick2013-06-20
|
* Update the location of the color rules in their manifestGravatar Trevor Elliott2013-06-17
|
* big cleanup and reorganization of exampleData directory; bugfixes to the ↵Gravatar Benjamin Jones2013-06-17
| | | | basic/ rules; added test_basic.html for testing basic UI rules
* cleanup rule colorBrightnessGravatar Benjamin Jones2013-06-16
|
* removed debugging statements from upGoerFive rule, caught some exceptions in ↵Gravatar Rogan Creswick2013-06-16
| | | | HeadlessAtom
* minor cleanup of example dataGravatar Rogan Creswick2013-06-14
|
* note: report needs a DOM node, not a jquery objectGravatar Rogan Creswick2013-06-14
|
* fixed some traversal issues with fiveui.query and the uigoerfive ruleGravatar Rogan Creswick2013-06-14
|
* added upgoerfive ruleGravatar Rogan Creswick2013-06-14
|
* Merge remote-tracking branch 'origin/master' into nlp-rulesGravatar Rogan Creswick2013-06-14
|\
* | example of up goer five ruleGravatar Rogan Creswick2013-06-14
| |
| * Add a license field to the rule set structure and manifestGravatar Trevor Elliott2013-06-14
| |
| * fixed problems with fiveui.color.findBGColor, added a test_color.html, ↵Gravatar Benjamin Jones2013-06-14
|/ | | | updated colorBrightness rule
* added color brightness rules and minor tweaks to the ui (adding xpath, ↵Gravatar Rogan Creswick2013-06-13
| | | | report message)
* Merge branch 'master' of src.galois.com:/srv/git/FiveUIGravatar Benjamin Jones2013-06-13
|\
* | fixed rule typosGravatar Benjamin Jones2013-06-13
| |
* | updated color difference rules and test htmlGravatar Benjamin Jones2013-06-13
| |
* | more cleanupGravatar Benjamin Jones2013-06-13
| |
* | updated READMEGravatar Benjamin Jones2013-06-13
| |
| * Switch to passing a report object to rules, instead of binding thisGravatar Trevor Elliott2013-06-13
|/
* removed old rulesetsGravatar Benjamin Jones2013-06-13
|
* converted basicUIRules.json rulesets to new formatGravatar Benjamin Jones2013-06-13
|
* Group url patterns with rule set definitionsGravatar Trevor Elliott2013-06-12
|
* added "color brightness difference" and "color difference" rulesGravatar Benjamin Jones2013-06-12
|
* added some simple web accessibility guidelinesGravatar Benjamin Jones2013-06-11
|
* Reorganize the build systemGravatar Trevor Elliott2013-06-07
| | | | | | * Move all javascript source to src/js * Update the test runner, etc. * Do less javascript compilation
* Switch to a CommonJS format for rule definitionsGravatar Trevor Elliott2013-06-03
| | | | | Rules are now defined as CommonJS modules, using the exports object as the external facing API for the rule.
* minor bug fixes, started changing color rules to the new manifest formatGravatar Rogan Creswick2013-06-03
|
* big ruleset cleanupGravatar Benjamin Jones2013-02-08
|
* ruleset additionsGravatar Benjamin Jones2013-02-06
|
* Merge branch 'master' of src.galois.com:/srv/git/FiveUIGravatar Benjamin Jones2013-01-02
|\
* | added work in progress on trac guidelinesGravatar Benjamin Jones2013-01-02
| |
| * fixed rule errors that appear in firefoxGravatar Benjamin Jones2012-12-19
|/
* new example run reports, fixed bug in fontRulesGravatar Benjamin Jones2012-12-13
|
* updatesGravatar Benjamin Jones2012-12-07
|
* added comments so buildCombinedRules.sh script will workGravatar Benjamin Jones2012-12-07
|
* added combinedRules script, added other example rule setsGravatar Benjamin Jones2012-12-07
|
* example rule set updatesGravatar Benjamin Jones2012-11-15
|
* wrapped call to fiveui.color.colorCheck in a function contextGravatar Benjamin Jones2012-11-12
|
* updates to fiveui.preludeGravatar Benjamin Jones2012-10-05
| | | | | | | | added fiveui.color.colorCheck -- simple rule compiler added exampleData/ruleSets/colorRulesRF.json -- refactored color check rule improved fiveui.color.colorToHex added tests to prelude-test.js
* Added color, font, and image rulesets. Other minor cleanups.Gravatar Benjamin Jones2012-10-04
|
* added imageRules and colorRules, and test HTML filesGravatar Benjamin Jones2012-10-02
|
* updated batch runner to read a json-formatted rule test description, ↵Gravatar Rogan Creswick2012-05-15
| | | | increasing robustness and expressiveness of the test system
* updated batch runner to do initial rule set testingGravatar Rogan Creswick2012-05-14
|
* fixed a bug in one of the example rule setsGravatar Rogan Creswick2012-04-23
|
* initial revisionGravatar Rogan Creswick2012-03-30