aboutsummaryrefslogtreecommitdiff
path: root/exampleData
Commit message (Collapse)AuthorAge
* 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
|
* cleaned up exampleData/headlessRuns/Gravatar Benjamin Jones2013-02-11
|
* adding headless documentation, work in progress..Gravatar Benjamin Jones2013-02-11
|
* big ruleset cleanupGravatar Benjamin Jones2013-02-08
|
* ruleset additionsGravatar Benjamin Jones2013-02-06
|
* added re-run report of basicRun.json using Firefox 17Gravatar Benjamin Jones2013-01-26
|
* updated headless runner script to reflect new Firefox esr path, updates ↵Gravatar Benjamin Jones2013-01-26
| | | | README with usage instructions for runExample.sh
* updated frame test HTML pages for recent directory layout changesGravatar Benjamin Jones2013-01-04
|
* Merge branch 'headless'Gravatar Benjamin Jones2013-01-02
|\
| * added exampleData/headlessRuns: input/output files for headless run systemGravatar Benjamin Jones2013-01-02
| |
* | 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
|/ /
* | added example run report: basic_report/Gravatar Benjamin Jones2012-12-13
| |
* | new example run reports, fixed bug in fontRulesGravatar Benjamin Jones2012-12-13
| |
* | added corp.galois.com as an example run, added reports tooGravatar Benjamin Jones2012-12-07
| |
* | 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
| |
* | updateGravatar Benjamin Jones2012-12-06
| |
* | gave exampleData/basic a better name: sitesGravatar Benjamin Jones2012-12-04
| |
* | example rule set updatesGravatar Benjamin Jones2012-11-15
|/
* wrapped call to fiveui.color.colorCheck in a function contextGravatar Benjamin Jones2012-11-12
|
* Merge branch 'wip'Gravatar Benjamin Jones2012-10-23
|\
| * added injected/jquery-plugins.jsGravatar Benjamin Jones2012-10-19
| |
* | incorporated the new web templates for documentationGravatar Rogan Creswick2012-10-17
|/
* 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