| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-13 | Bump version to 3.4.1. | XhmikosR | 1 | -1/+1 | |
| 2019-02-13 | Bump year. | XhmikosR | 2 | -2/+2 | |
| 2019-02-11 | Use https. | XhmikosR | 1 | -1/+1 | |
| 2018-12-14 | Move the whole autoprefixer config to configBridge.json. | XhmikosR | 1 | -1/+1 | |
| Reduces duplication. | |||||
| 2018-12-10 | Backport search.js changes from v4-dev. | XhmikosR | 1 | -6/+6 | |
| 2018-10-20 | Backport search from v4 and adapt it for v3.4.0. | XhmikosR | 1 | -0/+51 | |
| 2018-10-18 | remove drag/drop for customizer | Johann-S | 1 | -17/+1 | |
| 2018-10-18 | customizer: remove gist creation. | XhmikosR | 1 | -54/+12 | |
| GitHub removed anonymous gist creation a few months ago. https://blog.github.com/2018-02-18-deprecation-notice-removing-anonymous-gist-creation/ | |||||
| 2018-10-18 | Replace ZeroClipboard with clipboard.js (backported from v4). | XhmikosR | 1 | -37/+34 | |
| 2018-10-18 | Use https, fix broken links and unneeded redirects. | XhmikosR | 2 | -2/+2 | |
| 2018-10-08 | customizer: use the same license header as the main files. | XhmikosR | 1 | -1/+1 | |
| 2018-10-08 | Cache length variables. | XhmikosR | 1 | -2/+2 | |
| 2018-10-08 | Bump year to 2018. | XhmikosR | 2 | -2/+2 | |
| 2017-07-04 | remove unused function | Mark Otto | 1 | -13/+0 | |
| 2017-07-04 | bump version | Mark Otto | 1 | -1/+1 | |
| 2017-07-03 | rip out the browser detection | Mark Otto | 1 | -35/+0 | |
| 2016-07-25 | Update version numbers in preparation for v3.3.7 release (#20357) | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2016-05-26 | Fix error with the new jQuery. | XhmikosR | 1 | -1/+1 | |
| 2016-03-10 | Fix JSHint errors. | XhmikosR | 1 | -2/+1 | |
| [skip sauce] | |||||
| 2016-02-28 | Bump version in customizer.js. | XhmikosR | 1 | -2/+2 | |
| [ci skip] | |||||
| 2016-02-05 | Line 59 - Fix case type | Jeff Shen | 1 | -1/+1 | |
| Fixed case type to match other comments | |||||
| 2016-01-01 | Update copyright years to 2016 | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-06-16 | bump version | Mark Otto | 1 | -1/+1 | |
| 2015-05-17 | Use `https` when possible. | XhmikosR | 2 | -2/+2 | |
| 2015-05-16 | Update Anchor.js and port over the existing styles. | Bryan Braun | 1 | -2/+3 | |
| Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it from the codebase and move any leftover styles over to docs.css. Closes #16488 by merging it. | |||||
| 2015-05-05 | Comply to the new JSCS rules. | XhmikosR | 2 | -40/+42 | |
| 2015-04-29 | Redo changes needed to hide Copy button. | XhmikosR | 1 | -19/+19 | |
| 2015-04-29 | Revert "Update ZeroClipboard and remove Copy buttons when Flash is unavailable" | XhmikosR | 1 | -21/+22 | |
| This reverts commit 229e88892913d5c8b712510c28b78bfa114596e5. ZeroClipboard v2.x drops IE < 9 support. | |||||
| 2015-04-29 | Fix dab6a4f0e3af750f5b1c7b88db1e7d14a15eb8b0. | XhmikosR | 1 | -1/+1 | |
| 2015-04-28 | Bump copyright year. | XhmikosR | 2 | -2/+2 | |
| [ci skip] | |||||
| 2015-04-28 | Minor lint tweaks. | XhmikosR | 1 | -8/+9 | |
| 2015-04-27 | scope anchorjs to immediate children, fixes #16129 | Mark Otto | 1 | -1/+1 | |
| 2015-04-16 | Update ZeroClipboard and remove Copy buttons when Flash is unavailable | Mark Tareshawty | 1 | -22/+21 | |
| Fixes #16269. Closes #16301 by merging a rebased version of it. | |||||
| 2015-03-16 | v3.3.2 => v3.3.4 | Chris Rebert | 1 | -1/+1 | |
| 2015-03-02 | Disable es3 for tests and customizer.js. | XhmikosR | 1 | -0/+1 | |
| 2015-01-21 | Add AnchorJS for docs anchors. | XhmikosR | 1 | -1/+6 | |
| 2015-01-19 | bump versions | Mark Otto | 1 | -1/+1 | |
| 2014-12-05 | Customizer: Catch and properly report compile errors that Less.js's toCSS() ↵ | Chris Rebert | 1 | -8/+14 | |
| can throw. Currently these errors are only reported in the JavaScript console, not in the Customizer UI. Refs #15296 [skip sauce] [skip validator] | |||||
| 2014-11-12 | bump version to v3.3.1v3.3.1 | Mark Otto | 1 | -1/+1 | |
| 2014-11-11 | aria-hidden added to some stray glyphicons | Patrick H. Lauke | 1 | -4/+4 | |
| plus minor tweak to customizer's generated alerts | |||||
| 2014-11-05 | Customizer: Remove file type check from config import | Heinrich Fenkart | 1 | -19/+13 | |
| Fixes #14978. | |||||
| 2014-11-04 | Use autoprefixer for Customizer builds | Heinrich Fenkart | 1 | -11/+30 | |
| 2014-11-04 | Remove duplicate code from Customizer/Gruntfile by sharing it | Heinrich Fenkart | 1 | -15/+4 | |
| 2014-11-03 | Add event.relatedTarget + `data-*` example to Modal docs | Chris Rebert | 1 | -0/+11 | |
| Fixes #14245 | |||||
| 2014-10-31 | Customizer: listen to the right event for manual file selection in import | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-10-29 | version bump | Mark Otto | 1 | -1/+1 | |
| 2014-10-29 | Fix customizer download with Firefox. | Heinrich Fenkart | 1 | -1/+1 | |
| 2014-10-26 | Docs: progress bars' animation now needs to be manually toggled | Heinrich Fenkart | 1 | -1/+5 | |
| Refs #14409 | |||||
| 2014-10-25 | Move "Copy" button in code. | XhmikosR | 1 | -9/+2 | |
| 2014-10-23 | Add jQuery version check to existing jQuery presence check | Heinrich Fenkart | 1 | -2/+14 | |
| Fixes #14809. Closes #14825. | |||||
