- 15 Sep, 2015 1 commit
-
-
Raphael Ackermann authored
-
- 11 Sep, 2015 1 commit
-
-
Zac Echola authored
-
- 10 Sep, 2015 1 commit
-
-
Rolandas Barysas authored
-
- 08 Sep, 2015 4 commits
-
-
Jesse Mandel authored
Closes #17214.
-
XhmikosR authored
-
XhmikosR authored
[ci skip]
-
David\ Beitey authored
This adjusts the load path for the ``configBridge.json`` file from one that's relative to the user running the command (eg ``jekyll serve``), to one that's relative to the ``source`` configuration setting for Jekyll. The result is that the user can now have a (customised) ``_config.yml`` for Jekyll anywhere on her filesystem and point to Bootstrap's ``docs`` directory to use as the ``source``. Previously, in order to customise it, the original ``_config.yml`` needed to be modified inside (a forked) Bootstrap, and the ``jekyll`` command could only be run at the root of the Bootstrap package as the original file path to ``configBridge.json`` was only valid there. The existing behaviour is not affected.
-
- 07 Sep, 2015 2 commits
-
-
Zearin authored
- 06 Sep, 2015 9 commits
- 05 Sep, 2015 5 commits
-
-
Patrick H. Lauke authored
-
XhmikosR authored
-
XhmikosR authored
[ci skip]
-
Mark Otto authored
-
Mark Otto authored
-
- 03 Sep, 2015 3 commits
-
-
David\ Beitey authored
-
David\ Beitey authored
-
vsn4ik authored
-
- 02 Sep, 2015 6 commits
-
-
Mark Otto authored
-
XhmikosR authored
[skip sauce]
-
Andrew Smith authored
-
Kevin Kirsche authored
Fix #17173
-
Kevin Kirsche authored
Fix #17166
-
Mark Otto authored
-
- 01 Sep, 2015 2 commits
-
-
Mohamad El-Husseini authored
-
Supergibbs authored
(reported by ianhernandez in Slack)
-
- 31 Aug, 2015 2 commits
-
-
Vincent 4J authored
-
Gleb Mazovetskiy authored
When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4.
-
- 30 Aug, 2015 1 commit
-
-
XhmikosR authored
[ci skip]
-
- 29 Aug, 2015 3 commits