| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-30 | Bump versions, run gruntv3.1.0 | Mark Otto | 3 | -6/+6 | |
| 2014-01-30 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-01-29 | grunt | Mark Otto | 1 | -1/+1 | |
| 2014-01-27 | Upgrade to Normalize v3-rc1 in prep for v3 final | Mark Otto | 1 | -3/+3 | |
| 2014-01-22 | Fix #11655: Fix broken disabled states for iOS form controls and buttons | Mark Otto | 1 | -1/+1 | |
| 2014-01-19 | rename raw-files.js to raw-files.min.js | Chris Rebert | 1 | -0/+0 | |
| it's not /technically/ minified, but close enough it's autogenerated, not terribly human-readable, and not meant to be directly modified | |||||
| 2014-01-19 | grunt build-raw-files dist | Chris Rebert | 2 | -4/+4 | |
| 2014-01-18 | make WP8 device-width hack code fully consistent between docs HTML & docs JS | Chris Rebert | 1 | -4/+3 | |
| 2014-01-18 | Move docs third-party libraries to a separate folder. | XhmikosR | 6 | -0/+0 | |
| 2014-01-16 | grunt | Mark Otto | 2 | -10/+10 | |
| 2014-01-16 | remove flaky pos bottom test which is effect by unit scroll pos | fat | 1 | -2/+2 | |
| 2014-01-15 | Merge branch 'master' into docs_derp | Mark Otto | 3 | -25/+9 | |
| Conflicts: docs/components.html docs/css.html | |||||
| 2014-01-14 | revert unnecessary customizations of Blob.js & FileSaver.js | Chris Rebert | 3 | -25/+9 | |
| Per https://github.com/eligrey/Blob.js/pull/20 & https://github.com/eligrey/FileSaver.js/pull/63 The library author has deemed the existing /*! @source URL */ comments to be sufficient attribution, and these already survive minification. Refs ea591748edee4f8fe722274b71787ccf2b052c4a | |||||
| 2014-01-14 | Merge branch 'master' into docs_derp | Mark Otto | 2 | -0/+5 | |
| Conflicts: docs/_includes/old-bs-docs.html | |||||
| 2014-01-14 | add copyright notice to raw-files.js | Chris Rebert | 1 | -0/+5 | |
| 2014-01-14 | Rename uglify.js to uglify.min.js for consistency | Zlatan Vasović | 1 | -0/+0 | |
| 2014-01-13 | Merge branch 'master' into docs_derp | Mark Otto | 9 | -17/+79 | |
| Conflicts: docs/assets/css/pack.min.css docs/assets/js/customize.min.js docs/assets/js/docs.min.js | |||||
| 2014-01-13 | sort out attribution banners of docs assets; fixes #11976 | Chris Rebert | 7 | -16/+77 | |
| 2014-01-13 | add a title/description to customizer.js's attribution comment | Chris Rebert | 1 | -0/+1 | |
| 2014-01-13 | update to Holder.js 5b79144fa | Chris Rebert | 1 | -1/+1 | |
| 2014-01-12 | Merge branch 'master' into docs_derp | Mark Otto | 8 | -273/+425 | |
| Conflicts: docs/assets/js/docs.min.js | |||||
| 2014-01-12 | grunt dist build-customizer | Chris Rebert | 3 | -7/+8 | |
| 2014-01-12 | update to FileSaver.js version 2013-12-27 / 0055d054ac | XhmikosR | 1 | -171/+8 | |
| Refs #12196 | |||||
| 2014-01-12 | add Blob.js separate from filesaver.js | Chris Rebert | 1 | -0/+166 | |
| Blob.js version 2013-12-27 / 0055d054acbca43eff44fc25c891055440685d9c Refs #12196 | |||||
| 2014-01-12 | update less.js to v1.6.1 & use accurate filename; refs #12196 | XhmikosR | 2 | -13/+16 | |
| 2014-01-12 | update holder.js to v2.3; refs #12196 | XhmikosR | 1 | -82/+227 | |
| 2014-01-11 | homepage improvements | Mark Otto | 1 | -1/+1 | |
| 2014-01-11 | Merge branch 'master' into docs_derp | Mark Otto | 2 | -2/+9 | |
| Conflicts: docs/getting-started.html | |||||
| 2014-01-11 | grunt dist | Mark Otto | 1 | -2/+2 | |
| 2014-01-11 | Merge branch 'minify-assets' of https://github.com/XhmikosR/bootstrap into ↵ | Mark Otto | 2 | -2/+9 | |
| XhmikosR-minify-assets Conflicts: package.json | |||||
| 2014-01-09 | Merge branch 'master' into docs_derp | Mark Otto | 5 | -42/+52 | |
| Conflicts: docs/assets/css/docs.css | |||||
| 2014-01-09 | more derp | Mark Otto | 1 | -1/+1 | |
| 2014-01-08 | grunt build-customizer | Chris Rebert | 1 | -1/+1 | |
| 2014-01-08 | Remove extra newline from banner. | XhmikosR | 2 | -3/+1 | |
| 2014-01-08 | Use the docs banner for all the docs generated files. | XhmikosR | 2 | -0/+8 | |
| 2014-01-08 | docs-assets: concatenate and minify all javascript files. | XhmikosR | 2 | -2/+3 | |
| 2014-01-07 | adjust filename to indicate that customize JS is minified | Chris Rebert | 1 | -0/+0 | |
| 2014-01-07 | grunt dist build-customizer | Chris Rebert | 2 | -3/+3 | |
| 2014-01-07 | have customizer output Bootstrap Theme too; fixes #12003 | Chris Rebert | 1 | -1/+3 | |
| 2014-01-07 | make customizer compilation code more generic | Chris Rebert | 1 | -34/+42 | |
| 2014-01-07 | Update copyright notices in all places | Julian Thilo | 4 | -6/+6 | |
| - Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files | |||||
| 2014-01-05 | Merge branch 'master' into docs_derp | Mark Otto | 1 | -1/+1 | |
| 2014-01-05 | Replace getElementsByTag by querySelector for IE10 Mobile plateform. | Gregory HOULLIER | 1 | -1/+1 | |
| 2014-01-01 | Merge branch 'master' into docs_derp | Mark Otto | 2 | -2/+2 | |
| Conflicts: docs/_includes/footer.html docs/assets/css/docs.css | |||||
| 2014-01-01 | New Year | Zlatan Vasović | 1 | -1/+1 | |
| 2013-12-31 | Update Gruntfile.js to copy 'dist/' files to 'docs/dist/' with 'grunt dist' ↵ | Mark Otto | 1 | -1/+1 | |
| task; Fixes #12030: navbar toggle focus state | |||||
| 2013-12-31 | Merge branch 'master' into docs_derp | Mark Otto | 10 | -0/+2866 | |
| Conflicts: _config.yml docs/_includes/footer.html docs/_includes/nav-main.html docs/_includes/old-bs-docs.html docs/_layouts/default.html docs/_layouts/home.html docs/getting-started.html docs/index.html | |||||
| 2013-12-31 | Merge branch 'master' into docs_dir | Mark Otto | 1 | -1/+1 | |
| 2013-12-28 | Rearrange repository contents because muahahahahahaha | Mark Otto | 10 | -0/+2867 | |
| 2013-07-18 | flatten docs dir back into root | Mark Otto | 7 | -2494/+0 | |
