aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added 'number of elements checked' counter to stats panelGravatar Benjamin Jones2012-10-29
|
* allow firefox to report font-weight as 400=normal, 700=boldGravatar Benjamin Jones2012-10-26
|
* added unit tests for fiveui.font functionsGravatar Benjamin Jones2012-10-26
|
* moved alias to prelude.js, fixed minor jsdocs problemsGravatar Benjamin Jones2012-10-26
|
* fixed minor jsdocs typosGravatar Benjamin Jones2012-10-26
|
* updated style and layout of stats panelGravatar Benjamin Jones2012-10-25
|
* changed API of fiveui.font.validate so the allow object has arrays as leavesGravatar Benjamin Jones2012-10-25
|
* added first version of statistics panel to the UI dialogGravatar Benjamin Jones2012-10-24
|
* JsDocs fixes, minor Js style changesGravatar Benjamin Jones2012-10-24
|
* make lint target only run on *.js files in contexts/data/fiveuiGravatar Benjamin Jones2012-10-24
|
* fix firefox extensionGravatar Benjamin Jones2012-10-24
|
* Merge branch 'wip'Gravatar Benjamin Jones2012-10-23
|\
| * updated jsDocsGravatar Benjamin Jones2012-10-23
| |
| * fixed bug with global for loop index iGravatar Benjamin Jones2012-10-22
| |
* | mergeGravatar Benjamin Jones2012-10-19
|\ \
| | * fixed minor typoGravatar Benjamin Jones2012-10-19
| | |
| | * fixed doc omission of report functionGravatar Benjamin Jones2012-10-19
| | |
| | * added injected/jquery-plugins.jsGravatar Benjamin Jones2012-10-19
| |/ |/|
| * incorporated the new web templates for documentationGravatar Rogan Creswick2012-10-17
| |
* | cleanup related to adding md5 hash in 83cf8b9b63038feee9c2ad6136e692e7c07a23acGravatar Benjamin Jones2012-10-09
|/
* 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
* upgraded problem hash to md5Gravatar Benjamin Jones2012-10-05
|
* fixed injected.css merge conflictGravatar Benjamin Jones2012-10-04
|\
* | Added new namespaces to fiveui: color, fontGravatar Benjamin Jones2012-10-04
| |
* | Added color, font, and image rulesets. Other minor cleanups.Gravatar Benjamin Jones2012-10-04
| |
* | Merge branch 'master' into newrulesGravatar Benjamin Jones2012-10-02
|\ \
| * | Trac 55: set font-family is diaglog elementsGravatar Benjamin Jones2012-10-02
| | |
| | * Trac 55: set font-family is diaglog elementsGravatar Benjamin Jones2012-10-02
| |/
* | Merge branch 'master' into newrulesGravatar Benjamin Jones2012-10-02
|\|
| * added some helper functions to prelude.jsGravatar Benjamin Jones2012-10-02
| |
* | added imageRules and colorRules, and test HTML filesGravatar Benjamin Jones2012-10-02
| |
| * added toEmit() method to TabState -> fixes bug with Chrome extension no ↵Gravatar Benjamin Jones2012-10-02
|/ | | | showing injected UI
* removed .project directories and added them to .gitignoreGravatar Benjamin Jones2012-09-27
|
* Fixed issue of closure's deps.js being ignored by git. It is a required file ↵Gravatar Benjamin Jones2012-09-27
| | | | for the library to work.
* Merge branch 'trac66'Gravatar Benjamin Jones2012-09-27
|\ | | | | | | This adresses Trac 66.
| * updated Google closure library to 9-27-2012 SVN trunkGravatar Benjamin Jones2012-09-27
| |
* | Merge branch 'trac53'Gravatar Benjamin Jones2012-09-27
|\ \ | |/ |/| | | This addresses Trac issues 53 and 65.
* | disabled chrome tests, munged some exception handling code to be slightly ↵Gravatar Rogan Creswick2012-09-26
| | | | | | | | less buggy
| * Trac 65: fixed filename typoGravatar Benjamin Jones2012-09-26
| |
| * Trac 65: add program.properties to gitignoreGravatar Benjamin Jones2012-09-26
| |
| * Trac 53: removed obvious console.log degug statementsGravatar Benjamin Jones2012-09-26
| |
| * added README to testrunner/Gravatar Benjamin Jones2012-09-25
|/
* added new test runDescriptions and fixed a bug wrt. expected failures that ↵Gravatar Rogan Creswick2012-09-03
| | | | did not occurr
* fixed RuleSetTester after moving code aroundGravatar Rogan Creswick2012-09-03
|
* minor formatting / comment tweaksGravatar Rogan Creswick2012-09-03
|
* refactored the java-based apps: testrunner, rstester, batch-executorGravatar Rogan Creswick2012-09-02
|
* updates for newer versions of browsers, started to take some of the ↵Gravatar Rogan Creswick2012-08-30
| | | | chrome-specific requirements out of the picture
* chromedriver symlinkGravatar Rogan Creswick2012-08-30
|
* added new chromedriver binariesGravatar Rogan Creswick2012-08-30
|
* updated testrunner to use a properties file to supply JVM arguments to the ↵Gravatar Rogan Creswick2012-08-27
| | | | tests. This means we can specify per-system progarm paths more easily.