Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-07-16Replace rawgit.com URL with rawgit.orgXhmikosR
2019-03-13Allow `.row` in `.modal-body`. (#392)freezy
2019-02-15Update Bootstrap minimum version to 3.4.1.XhmikosR
2019-01-10Update CURRENT_BOOTSTRAP_VERSION to 3.4.0XhmikosR
2018-12-28Reformat tests and move the stylesheet after the title.XhmikosR
2018-12-28Switch to the qunit npm package.XhmikosR
2018-12-28Update QUnit to v2.4.1.XhmikosR
2018-12-28Update QUnit to v1.23.1.XhmikosR
2018-12-28Use jQuery and QUnit from npm.XhmikosR
2018-10-17Minor lint tweaks.XhmikosR
2018-10-17Clean up ESLint options.XhmikosR
2018-07-10Move ESLint options to config files.XhmikosR
2018-07-10test/fixtures/charset/not-utf8.html: Use the same assets as the other tests.XhmikosR
2018-07-10Remove BOM markers.XhmikosR
2018-05-20Rename .eslintrc to .eslintrc.json.XhmikosR
2017-11-22Fix cli_test.js silently failing.tclindner
2017-11-22Remove Grunt and switch to npm scripts.XhmikosR
2017-11-21Remove datetime and datetime-local references.XhmikosR
2017-11-21Use https when possible.XhmikosR
2017-11-21tests: Switch to lowercase doctype and remove unneeded end tags.XhmikosR
2017-08-11#366 - 2 new lint checks: disallow pull-left/right on .row and .col-*-* class...Chris Barr
2017-08-10Update jQuery used in tests to v3.2.1.XhmikosR
2017-08-10#315 - Add new lint for nested form groups (#351)tclindner
2017-08-09Update dependencies.Bardi Harborow
2017-08-09Add a separate .eslintrc for tests.XhmikosR
2017-08-09Make ESLint configuration stricter and remove JSHint and JSCS.XhmikosR
2017-08-09Update test files for Bootstrap v3.3.7.XhmikosR
2017-08-09Update outdated bootstrap version test case.Bardi Harborow
2016-07-21Allow indicating encoding via <meta http-equiv="Content-Type"> (#384)Henrik Gemal
2016-04-10JSHint...Chris Rebert
2016-04-10Remove QUnit UI's checkboxes from the DOM during tests to prevent false posit...Chris Rebert
2016-03-14Tests: Use local QUnit and `https` for consistency.XhmikosR
2016-03-14Use backticks around CSS selectors in lint messages.XhmikosR
2016-03-14Update jQuery used in tests to v2.2.1.XhmikosR
2016-02-01Add W017 to check for <input>s without type attributes; fixes #341Thomas Lindner
2016-01-30Add lint E049 to check that .modal-dialog has role="document" ; fixes #319Thomas Lindner
2016-01-29Add new lint E048 to check that modals have role="dialog" attributes; fixes #318Thomas Lindner
2015-11-25Add Travis test that CLI isn't a no-opChris Rebert
2015-11-25Bump CURRENT_BOOTSTRAP_VERSION to 3.3.6Chris Rebert
2015-11-16Warn about .btn.disabled on <button>s and <input>sZac Echola
2015-11-16Merge pull request #253 from kkirsche/addCLITestsChris Rebert
2015-11-16Adds reporter for checking children of `.input-group`Zac Echola
2015-11-16Shows an error for incorrect usage of .btnPhil Hughes
2015-11-16Show an error for modals without tabindex attributesPhil Hughes
2015-09-11Merge pull request #306 from kkirsche/patch-1Chris Rebert
2015-09-02Clarify W012Kevin Kirsche
2015-09-02Remove E036Kevin Kirsche
2015-06-16version bump in testsZac Echola
2015-05-22add backticks to W008 message for better Markdown renderingChris Rebert
2015-05-19Add check for btn usage within `.navbar-nav`; fixes #273Kevin Kirsche