Граф коммитов

424 Коммитов

Автор SHA1 Сообщение Дата
Chris Rebert 2e306abda1 Merge pull request #101 from twbs/lint-ids
Give each linter a unique ID that also indicates warning vs. error
2014-09-26 10:57:46 -07:00
Chris Rebert cd06995590 Give each linter a unique ID that also indicates warning vs. error
Fixes #68.
Fixes #30.
2014-09-26 10:51:45 -07:00
Chris Rebert fd82f2b276 Merge pull request #100 from twbs/s3-cache
copy Bootstrap's npm+rubygems caching infra
2014-09-25 18:15:29 -07:00
Chris Rebert 3677b9dd12 copy Bootstrap's npm+rubygems caching infra; fixes #75 2014-09-25 18:11:02 -07:00
Chris Rebert dad1a5375d Merge pull request #98 from twbs/eslint-block-scoped-var
Enable `block-scoped-var` in ESLint
2014-09-25 17:21:02 -07:00
Heinrich Fenkart 25920d5b80 Enable `block-scoped-var` in ESLint
Closes #48.
2014-09-26 01:24:35 +02:00
Chris Rebert 99eaa68b4c Merge pull request #97 from twbs/form-control-feedback-ancestor
`.form-control-feedback` must have a `.form-group.has-feedback` ancestor
2014-09-25 15:54:16 -07:00
Heinrich Fenkart c118c7bb96 `.form-control-feedback` must have a `.form-group.has-feedback` ancestor
Fixes #41.
2014-09-26 00:48:30 +02:00
Chris Rebert b735b8522f Make Bootstrap docs+examples test more comprehensive 2014-09-25 15:41:25 -07:00
Chris Rebert 0ef58f7b96 Merge pull request #91 from twbs/timeout
increase QUnit/PhantomJS timeout
2014-09-25 14:42:18 -07:00
Chris Rebert 678c1a7796 increase QUnit/PhantomJS timeout 2014-09-25 14:38:11 -07:00
Chris Rebert 9db61a7131 Merge pull request #96 from twbs/lint-while-test
Fixes #95: Add `lint` to `test` task
2014-09-25 14:37:08 -07:00
Chris Rebert 3e32930123 Merge pull request #93 from twbs/row-container-same-elem
Complain about `.row` and `.container` or `.container-fluid` on the same...
2014-09-25 13:37:50 -07:00
Heinrich Fenkart beff923d3e Fixes #95: Add `lint` to `test` task 2014-09-25 22:18:37 +02:00
Heinrich Fenkart 5599e29cd9 Complain about `.row` and `.container` or `.container-fluid` on the same element
Fixes #61.
2014-09-25 22:12:41 +02:00
Chris Rebert aedf3213a3 Merge pull request #94 from twbs/eslint-constant-condition
Disable no-constant-condition ESLint check
2014-09-25 13:01:38 -07:00
Heinrich Fenkart c6127c18a0 Follow-up to #79: Fix ESLint complaints 2014-09-25 21:57:10 +02:00
Heinrich Fenkart 8056d78caa rm versions from assets files in test fixtures introduced by #79 2014-09-25 20:24:52 +02:00
Chris Rebert 5f35d18301 add grunt-bootlint to Getting Started section of README 2014-09-25 10:52:14 -07:00
Chris Rebert 90dfb820bb Merge pull request #88 from twbs/eslint
Integrate ESLint
2014-09-25 10:37:03 -07:00
XhmikosR f8e0412550 Fix ESLint issues. 2014-09-25 20:29:47 +03:00
XhmikosR c3a4f6a9a1 Integrate ESLint. 2014-09-25 20:26:02 +03:00
Chris Rebert ff0934cb5a warn about .form-control-feedback with incorrect parent; fixes #41 2014-09-25 09:38:43 -07:00
Chris Rebert 4df4169899 Merge pull request #79 from twbs/fix-62-redundant-col-classes
Warn about usage of redundant column classes
2014-09-25 08:50:27 -07:00
Chris Rebert 6bb888e37f Merge pull request #90 from twbs/use-glob
[Silly Windows!](http://m.memegenerator.net/instance/54710267)
http://m.memegenerator.net/instance/54710553
2014-09-25 08:39:22 -07:00
Chris Rebert fe8ad6464d Merge pull request #89 from twbs/button-type-reset
Don't complain about button `type="reset"`
2014-09-25 08:18:03 -07:00
Heinrich Fenkart e686efc9cc Use glob module for pattern support in CLI
Fixes #85.
2014-09-25 15:51:44 +02:00
Heinrich Fenkart d04bce10c8 Don't complain about button `type="reset"`
Fixes #80.
2014-09-25 13:02:02 +02:00
Chris Rebert be4d26111a Merge pull request #87 from twbs/jquery
Bump jQuery to v2.1.1 in tests.
2014-09-25 02:03:59 -07:00
XhmikosR 40e8c2d0d8 Bump jQuery to v2.1.1 in tests. 2014-09-25 11:57:49 +03:00
Chris Rebert 1f095b8c1f Merge pull request #84 from twbs/npm-files
Move the files to install in package.json.
2014-09-25 01:35:39 -07:00
Chris Rebert 3a3242146c Merge pull request #83 from twbs/LF
Enforce Unix line endings.
2014-09-25 01:33:56 -07:00
XhmikosR c6c7a35607 Move the files to install in package.json.
[ci skip]
2014-09-25 11:29:06 +03:00
XhmikosR 7b78cb744a Enforce Unix line endings. 2014-09-25 11:26:58 +03:00
Chris Rebert 67abad8b44 Merge pull request #81 from twbs/update-qunit
Update QUnit to v1.15.0.
2014-09-25 01:25:09 -07:00
XhmikosR 2e3e0075ee Update QUnit to v1.15.0.
Also, use filenames without the version so that it's simpler to update it in the future.
2014-09-25 11:19:45 +03:00
XhmikosR 00a7ed16ff Minor package.json consistency changes.
[ci skip]
2014-09-25 11:18:06 +03:00
Chris Rebert 0e08808483 capitalization 2014-09-24 20:34:21 -07:00
Chris Rebert 766f272f02 Warn about usage of redundant column classes; fixes #62 2014-09-24 20:26:49 -07:00
Chris Rebert 4c955e0d6b Merge pull request #77 from twbs/fix-71
add .npmignore to fix #71
2014-09-24 15:48:49 -07:00
Chris Rebert 0636ca9a27 add .npmignore to fix #71 2014-09-24 15:37:05 -07:00
Chris Rebert 6b1768e613 mention ESLint in Contributing section of README 2014-09-24 15:32:14 -07:00
Chris Rebert 0aae2f80e0 Merge pull request #76 from twbs/less-special
try removing .bs-example special case
2014-09-24 15:28:27 -07:00
Chris Rebert 870c33aaa6 try removing .bs-example special case 2014-09-24 15:24:43 -07:00
Chris Rebert f0167d775c Merge pull request #74 from twbs/table-responsive
Table responsive
2014-09-24 15:20:47 -07:00
Chris Rebert 9680a629f0 add tests for #72 2014-09-24 15:00:11 -07:00
XhmikosR eaed8e97af Add a check for `table-responsive`.
In the case of `.table-responsive`, `.table` must be a child of `.table-responsive`.
2014-09-24 14:51:14 -07:00
Chris Rebert 50097fc98c Merge pull request #70 from mischah/patch-1
Update README.md
2014-09-23 22:02:50 -07:00
Michael Kühnel 9176b5bae4 Update README.md
Typo?
2014-09-24 06:59:50 +02:00
Chris Rebert e75a0a375a add Release History entry for v0.2.0 2014-09-23 17:45:04 -07:00