aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* updated to WCAG guidelines 1 -- 3; added a rule for checkpoint 3.5Gravatar Benjamin Jones2013-07-11
|
* get the unit tests working againGravatar Benjamin Jones2013-07-05
|
* silence httpd outputGravatar Benjamin Jones2013-07-05
|
* if firefox profile given is null, create and use a temporary profileGravatar Benjamin Jones2013-07-05
|
* Add an enabled field to the rule set modelGravatar Trevor Elliott2013-07-03
| | | | This is to start addressing issue #14.
* Merge branch 'master' of github.com:GaloisInc/FiveUIGravatar Benjamin Jones2013-07-03
|\
* | added headless run description for WCAG 2.0 rulesGravatar Benjamin Jones2013-07-03
| |
| * updated run description for a headless run to include firefox profile pathGravatar Rogan Creswick2013-07-02
| |
| * Merge branch 'master' of https://github.com/GaloisInc/FiveUIGravatar Rogan Creswick2013-07-02
| |\ | |/ |/|
* | Remove unused ffcheck.jsGravatar Trevor Elliott2013-06-27
| |
* | Don't use paths off of $(topdir) when generating js docsGravatar Trevor Elliott2013-06-27
| |
* | Go back to using a URL in the description of WCAG10Gravatar Trevor Elliott2013-06-27
| |
* | Keep elements highlighted when at least one problem is toggledGravatar Trevor Elliott2013-06-27
| |
* | Allow multiple distinct problems per ui elementGravatar Trevor Elliott2013-06-26
| | | | | | | | Fixes #16
* | Fix comment removal in double quotesGravatar Trevor Elliott2013-06-26
| |
* | Rename the accessibility directoryGravatar Trevor Elliott2013-06-26
| | | | | | | | * Accessibility was too general, these were only WCAG-1.0
* | Start working on section 3Gravatar Trevor Elliott2013-06-25
| |
* | Add in the color difference guidelinesGravatar Trevor Elliott2013-06-25
| |
| * Merge branch 'master' of https://github.com/GaloisInc/FiveUIGravatar Rogan Creswick2013-06-25
| |\ | |/ |/|
| * further UI refinements for the batch runner reportsGravatar Rogan Creswick2013-06-24
| |
| * minor reformatting of the headless results pageGravatar Rogan Creswick2013-06-24
| |
| * clarified the wording in the titleNonEmpty ruleGravatar Rogan Creswick2013-06-24
| |
| * resolved some common headless issues relating to (relatively) fixed paths in ↵Gravatar Rogan Creswick2013-06-24
| | | | | | | | the source
* | Better coverage of checkpoint 1.1 requirementsGravatar Trevor Elliott2013-06-24
| |
* | Start work on implmenting the W3C accessibilty guidelinesGravatar Trevor Elliott2013-06-24
| | | | | | | | See http://www.w3.org/TR/WCAG10/#Guidelines
* | Move gh-pages management stuff to mk/gh-pages.mkGravatar Trevor Elliott2013-06-21
| |
* | Populate the gh-pages branch of the repoGravatar Trevor Elliott2013-06-21
| |
* | Fix a parallel build bug with the fiveui generic ruleGravatar Trevor Elliott2013-06-21
|/
* Merge branch 'master' of github.com:GaloisInc/FiveUIGravatar Rogan Creswick2013-06-20
|\
* | removed spurious libpeerconnection.log files that chrome started leaving aroundGravatar Rogan Creswick2013-06-20
| |
| * Fix #8Gravatar Trevor Elliott2013-06-20
| | | | | | | | | | Pull when making actual changes, but trust that the build/gh-pages directory was only ever created via the build system.
| * Add the options figureGravatar Trevor Elliott2013-06-20
| |
| * More updates to the gettingStarted guideGravatar Trevor Elliott2013-06-20
| |
* | Merge branch 'master' of github.com:GaloisInc/FiveUIGravatar Rogan Creswick2013-06-19
|\|
* | Merge branch 'master' of src.galois.com:/srv/git/FiveUIGravatar Rogan Creswick2013-06-19
|\ \
| | * Update the gettingStarted part of the manualGravatar Trevor Elliott2013-06-18
| | |
| | * Add generate and deploy targets to push extensions to gh-pagesGravatar Trevor Elliott2013-06-18
| |/
* | removed binaries from main source branch (they are in the gh-pages)Gravatar Rogan Creswick2013-06-18
| |
| * Fix a spelling bug in README.mdGravatar Trevor Elliott2013-06-18
| |
| * Merge remote-tracking branch 'github/master'Gravatar Trevor Elliott2013-06-18
| |\ | |/ |/|
* | bumped the extension version to 0.3Gravatar Rogan Creswick2013-06-18
| |
| * Documentation updatesGravatar Trevor Elliott2013-06-18
| | | | | | | | | | * Say something about packaging with the package target * Document the run-firefox target
* | updated packaged extensionsGravatar Rogan Creswick2013-06-18
|/
* Remove the dialog from the dom while running rulesGravatar Trevor Elliott2013-06-17
|
* Update the location of the color rules in their manifestGravatar Trevor Elliott2013-06-17
|
* Fix a funny bug that caused a closed port to be usedGravatar Trevor Elliott2013-06-17
|
* updated RuleSet and Rule documentationGravatar Rogan Creswick2013-06-17
|
* moved the oldStyle storage into a closure around the show/hide problem displaysGravatar Rogan Creswick2013-06-17
|
* accounted for background images when highlighting problemsGravatar Rogan Creswick2013-06-17
|
* Fix the strange phantom ui boxGravatar Trevor Elliott2013-06-17
| | | | | The onCreated event wasn't actually useful for us to pay attention to, as it would fire just before an onUpdated event on the same page.