| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-06 | Convert build scripts to ESM (#38984) | XhmikosR | 1 | -61/+0 | |
| 2023-03-24 | vnu-jar.js: add more logging (#38314) | XhmikosR | 1 | -1/+6 | |
| 2023-01-01 | Docs: remove remnants of Twitter / bump dates (#37779) | Patrick H. Lauke | 1 | -1/+1 | |
| 2022-12-20 | Update docs and package information to clarify license | Mark Otto | 1 | -1/+0 | |
| 2022-09-20 | Update devDependencies (#37177) | XhmikosR | 1 | -1/+1 | |
| 2022-01-03 | Bump copyright year to 2022 (#35639) | XhmikosR | 1 | -2/+2 | |
| 2021-09-07 | Bump vnu-jar from 21.6.11 to 21.9.2 (#34874) | dependabot[bot] | 1 | -1/+5 | |
| * Bump vnu-jar from 21.6.11 to 21.9.2 Bumps [vnu-jar](https://github.com/validator/validator) from 21.6.11 to 21.9.2. - [Release notes](https://github.com/validator/validator/releases) - [Changelog](https://github.com/validator/validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/validator/validator/compare/21.6.11...21.9.2) --- updated-dependencies: - dependency-name: vnu-jar dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Ignore the `aria-disabled` warnings * Add comment to aria-disabled ignore Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-06-22 | build/vnu-jar.js: clean up ignores (#34279) | XhmikosR | 1 | -4/+1 | |
| 2021-06-08 | Improve vnu-jar.js (#34075) | XhmikosR | 1 | -15/+5 | |
| * switch to `execFile` for the java version command * simplify our ignores and removed no longer needed ones * remove `--no-langdetect` since it doesn't seem to trigger any issues any more | |||||
| 2021-03-02 | Rename _gh_pages to _site. (#33129) | XhmikosR | 1 | -1/+1 | |
| 2021-02-09 | vnu-jar.js: quote vnu path (#33016) | XhmikosR | 1 | -1/+1 | |
| Should work now with folders with spaces | |||||
| 2021-01-07 | Bump copyright year to 2021 (#32713) | XhmikosR | 1 | -2/+2 | |
| 2020-06-16 | Rename "master" to "main". (#31050) | XhmikosR | 1 | -1/+1 | |
| 2020-03-18 | Remove Internet Explorer leftovers | XhmikosR | 1 | -4/+1 | |
| 2020-01-07 | Use regex.test() when we want to check for a Boolean. (#29969) | XhmikosR | 1 | -1/+1 | |
| 2020-01-02 | Bump copyright year to 2020. (#29944) | XhmikosR | 1 | -2/+2 | |
| 2019-08-16 | Use US locale consistently. (#29255) | XhmikosR | 1 | -1/+1 | |
| 2019-07-25 | Reboot updates | Martijn Cuppens | 1 | -0/+4 | |
| - Remove unsupported browsers fixes - More consistent comment blocks - Reorganise order of some blocks - Add height fix for date/month/week/time inputs (#18842) - Remove redundant type selectors - Additional resets and theming options for `legend` - Add date & color inputs to reboot page - Use the same borders for text search, text inputs, textareas and date inputs - Move code styling to reboot | |||||
| 2019-05-24 | vnu.jar: Update ignores. (#28817) | XhmikosR | 1 | -3/+3 | |
| Pass the `--no-langdetect` flag instead of ignoring the warning manually. | |||||
| 2019-01-08 | Bump copyright year to 2019. | XhmikosR | 1 | -2/+2 | |
| 2018-11-28 | Revert "build/*.js: set `sourceType` to module." | XhmikosR | 1 | -0/+2 | |
| This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f. | |||||
| 2018-11-20 | Remove holder.js. | XhmikosR | 1 | -3/+0 | |
| 2018-08-12 | build/*.js: set `sourceType` to module. | XhmikosR | 1 | -2/+0 | |
| 2018-04-08 | vnu.jar: Ignore all wrong language code warnings. | XhmikosR | 1 | -2/+2 | |
| 2018-01-14 | Update copyright for 2k18 (#25303) | Mark Otto | 1 | -2/+2 | |
| * Update copyright range to include 2018 * Extend copyright date range on new files from 2017 to include 2018 | |||||
| 2018-01-11 | Comply to the new rules. | XhmikosR | 1 | -1/+1 | |
| 2018-01-11 | Ignore the bogus lang vnu.jar error. | XhmikosR | 1 | -1/+3 | |
| 2017-10-31 | Fix invalid `<nav ... role="tablist">` in docs. | patrickhlauke | 1 | -1/+0 | |
| 2017-10-31 | More wording tweaks | patrickhlauke | 1 | -2/+2 | |
| 2017-10-31 | Shorten ignores - add more comments. | XhmikosR | 1 | -7/+10 | |
| 2017-10-31 | Remove `datetime-local` warning from vnu ignore list, change reboot example. | patrickhlauke | 1 | -1/+3 | |
| 2017-10-31 | Remove invalid example of `title` attribute in an SVG and related vnu error ↵ | patrickhlauke | 1 | -1/+0 | |
| suppression | |||||
| 2017-10-31 | Add comments to clarify why we ignore a couple of vnu's errors. | patrickhlauke | 1 | -0/+4 | |
| * "autocomplete" attribute errors * "legend" is not allowed as child of "div" | |||||
| 2017-10-31 | vnu-jar.js: pass `-Xss512k` for 32-bit Java to avoid a StackOverflowError error. | XhmikosR | 1 | -1/+8 | |
| 2017-10-31 | Re-enable vnu-jar's warnings and suppress the ones we don't need now. | XhmikosR | 1 | -2/+8 | |
| 2017-10-31 | build/*.js: es6ify. (#24611) | XhmikosR | 1 | -1/+1 | |
| 2017-10-29 | Clean up package.json scripts. (#24583) | XhmikosR | 1 | -0/+46 | |
| * rename build/htmllint.js to build/vnu-jar.js * remove the unused `bash` script * split the `docs-lint` scripts * fix watch-js script to run only the parent `js-compile` script | |||||
