]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Nicolas Dudebout [Wed, 2 Jan 2013 10:59:55 +0000 (05:59 -0500)]
Moves one @printf statement to be more accurate.
Nicolas Dudebout [Wed, 2 Jan 2013 10:42:59 +0000 (05:42 -0500)]
Replaces some @echo recipes by @printf.
The echo command does not understand the -n argument on Mac OS X.
This is due to the fact that:
- Makefile calls /bin/sh to execute a command
- in Mac OS X, /bin/sh is a link to bash
- in Mac OS X, bash is compiled with --enable-strict-posix-default
Therefore, the echo command does not have the -n argument.
printf on the other hand is a builtin function that works well on Mac OS X and Linux.
Nicolas Dudebout [Mon, 12 Nov 2012 00:13:43 +0000 (19:13 -0500)]
Splits the progress @echo statements in the Makefile.
Mark Otto [Sun, 13 Jan 2013 12:27:51 +0000 (04:27 -0800)]
Reset docs jumbotron button to blue defaults
Mark Otto [Sun, 13 Jan 2013 12:26:52 +0000 (04:26 -0800)]
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
Makefile
README.md
component.json
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
docs/assets/js/bootstrap-affix.js
docs/assets/js/bootstrap-alert.js
docs/assets/js/bootstrap-button.js
docs/assets/js/bootstrap-carousel.js
docs/assets/js/bootstrap-collapse.js
docs/assets/js/bootstrap-dropdown.js
docs/assets/js/bootstrap-modal.js
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap-scrollspy.js
docs/assets/js/bootstrap-tab.js
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap-transition.js
docs/assets/js/bootstrap-typeahead.js
docs/assets/js/bootstrap.js
docs/components.html
docs/css.html
docs/examples/fluid.html
docs/extend.html
docs/getting-started.html
docs/index.html
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
docs/templates/pages/extend.mustache
docs/templates/pages/getting-started.mustache
docs/templates/pages/index.mustache
docs/templates/pages/javascript.mustache
js/bootstrap-affix.js
js/bootstrap-alert.js
js/bootstrap-button.js
js/bootstrap-carousel.js
js/bootstrap-collapse.js
js/bootstrap-dropdown.js
js/bootstrap-modal.js
js/bootstrap-popover.js
js/bootstrap-scrollspy.js
js/bootstrap-tab.js
js/bootstrap-tooltip.js
js/bootstrap-transition.js
js/bootstrap-typeahead.js
less/bootstrap.less
less/buttons.less
less/forms.less
less/navbar.less
less/popovers.less
less/responsive-767px-max.less
less/responsive.less
less/tables.less
less/tooltip.less
less/type.less
less/variables.less
package.json
Mark Otto [Sun, 13 Jan 2013 12:05:34 +0000 (04:05 -0800)]
Remove comment out code and simplify what's left for button group toggles
Mark Otto [Sun, 13 Jan 2013 12:04:16 +0000 (04:04 -0800)]
Fix btn link hover and tweak dropdown border/shadows
Mark Otto [Sun, 13 Jan 2013 04:10:42 +0000 (20:10 -0800)]
Fix up .brand in navbar of docs
Mark Otto [Sun, 13 Jan 2013 04:08:13 +0000 (20:08 -0800)]
white text on buttons on hover for links
Mark Otto [Sun, 13 Jan 2013 03:49:15 +0000 (19:49 -0800)]
Update Holder.js 1.6 to 1.9
Mark Otto [Sun, 13 Jan 2013 03:46:47 +0000 (19:46 -0800)]
Nuke shadow on pagination
Mark Otto [Sun, 13 Jan 2013 03:44:51 +0000 (19:44 -0800)]
fixed navbars fixings
Mark Otto [Sun, 13 Jan 2013 03:02:58 +0000 (19:02 -0800)]
Remove shadows from active links in navbar
Mark Otto [Sun, 13 Jan 2013 03:02:48 +0000 (19:02 -0800)]
Tweak button
Mark Otto [Sun, 13 Jan 2013 02:52:06 +0000 (18:52 -0800)]
buttons and button group flattening improvements
Mark Otto [Sun, 13 Jan 2013 01:54:30 +0000 (17:54 -0800)]
remove font-sizes from button group btn sizes
Mark Otto [Sun, 13 Jan 2013 01:51:57 +0000 (17:51 -0800)]
finetune buttons flattened colors
Mark Otto [Sat, 12 Jan 2013 22:31:18 +0000 (14:31 -0800)]
Flatten navbar
Mark Otto [Sat, 12 Jan 2013 22:16:49 +0000 (14:16 -0800)]
Merge branch '3.0.0-wip' into bs3-flatten
Mark Otto [Sat, 12 Jan 2013 21:57:41 +0000 (13:57 -0800)]
Remove mention of Extend page from readme and index page
Mark Otto [Sat, 12 Jan 2013 21:46:07 +0000 (13:46 -0800)]
Remove Extend page from the docs entirely
* Information was old and out of date on compiling Bootstrap
* Information was also not directly related to Bootstrap with background info on Less and apps for compiling (Google it, yo)
* Starter template and recommended HTML is already in use on the Getting Started page
Mark Otto [Sat, 12 Jan 2013 21:15:19 +0000 (13:15 -0800)]
Remove parent div from pagination component
* No more div.pagination; it's now just ul.pagination
* No more .pagination-right or .pagination-centered
* Sizes remain
* Any further customization, such as alignment, should be done on the individual application or site level.
Mark Otto [Sat, 12 Jan 2013 20:41:01 +0000 (12:41 -0800)]
Update extend page to point to readme for compiling.
Note that we'll be dropping this page entirely as it's out of date and other compiling options are not recommended for contributing back to the project.
Mark Otto [Sat, 12 Jan 2013 08:33:12 +0000 (00:33 -0800)]
Address #6459 and add mention of disabled links in dropdowns to le docs
Mark Otto [Sat, 12 Jan 2013 08:29:34 +0000 (00:29 -0800)]
Merge pull request #6462 from cvrebert/input-required-docs-fix-2.3.0
update 2.3.0 docs to reflect #5786
Mark Otto [Sat, 12 Jan 2013 08:29:23 +0000 (00:29 -0800)]
Merge pull request #6463 from cvrebert/input-required-docs-fix-3.0.0
update 3.0.0 docs to reflect #5786
Mark Otto [Sat, 12 Jan 2013 08:21:08 +0000 (00:21 -0800)]
Merge pull request #6472 from RWOverdijk/patch-1
Update composer.json
Mark Otto [Sat, 12 Jan 2013 08:20:13 +0000 (00:20 -0800)]
fix username navbar text in fluid example for responsive variations
Mark Otto [Sat, 12 Jan 2013 07:38:53 +0000 (23:38 -0800)]
Fixes #6538: Add th support to all the .table-rounded selectors
Mark Otto [Sat, 12 Jan 2013 07:35:22 +0000 (23:35 -0800)]
Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not -active
Mark Otto [Sat, 12 Jan 2013 04:58:24 +0000 (20:58 -0800)]
Address #6545: clarify initialization of tooltips in docs
Mark Otto [Sat, 12 Jan 2013 04:55:09 +0000 (20:55 -0800)]
Fixes #6547: Make blockquotes use multiple of @baseFontSize
Mark Otto [Sat, 12 Jan 2013 04:52:39 +0000 (20:52 -0800)]
Fixes #6552: example fix for button group
Mark Otto [Sat, 12 Jan 2013 04:51:11 +0000 (20:51 -0800)]
Fixes #6553: example fix for validation states
Mark Otto [Sat, 12 Jan 2013 04:46:21 +0000 (20:46 -0800)]
Increase input group margin on bottom and vertically center to match inputs
Mark Otto [Sat, 12 Jan 2013 04:42:44 +0000 (20:42 -0800)]
Fixes #6473: Make .input-prepend and .input-append inline-block to match other form states
Mark Otto [Sat, 12 Jan 2013 04:40:17 +0000 (20:40 -0800)]
Fixes #6474: remove duplicate .btn border colors to make @btn-border work
Mark Otto [Sat, 12 Jan 2013 04:38:14 +0000 (20:38 -0800)]
Fixes #6478: scope table backgrounds to immediate td/th elements
Mark Otto [Sat, 12 Jan 2013 04:30:56 +0000 (20:30 -0800)]
Comment fix
Mark Otto [Sat, 12 Jan 2013 04:27:00 +0000 (20:27 -0800)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Sat, 12 Jan 2013 04:26:48 +0000 (20:26 -0800)]
Remove overflow: auto; from .tab-content
Mark Otto [Sat, 12 Jan 2013 04:23:37 +0000 (20:23 -0800)]
Fixes #6555: remove .controls-row from responsive
Mark Otto [Fri, 11 Jan 2013 19:11:32 +0000 (11:11 -0800)]
Merge pull request #6550 from Boulox/font-variable-fix
Add glyphicons font path variable
Mark Otto [Fri, 11 Jan 2013 19:00:45 +0000 (11:00 -0800)]
Remove navbar links from sticky footer navbar example
Mark Otto [Fri, 11 Jan 2013 18:58:17 +0000 (10:58 -0800)]
Merge branch 'wilfra-patch-2' into 2.3.0-wip
Fabien [Fri, 11 Jan 2013 17:32:00 +0000 (18:32 +0100)]
Add glyphicons font path variable
Mark Otto [Fri, 11 Jan 2013 02:50:52 +0000 (18:50 -0800)]
Nuke .popover-inner from the JS since we nuked it from the CSS/HTML long ago
William Franceschine [Thu, 10 Jan 2013 10:14:14 +0000 (02:14 -0800)]
Update docs/examples/marketing-narrow.html
Updated copyright to 2013
William Franceschine [Thu, 10 Jan 2013 10:13:57 +0000 (02:13 -0800)]
Update docs/examples/marketing-alternate.html
Updated copyright to 2013
William Franceschine [Thu, 10 Jan 2013 10:13:43 +0000 (02:13 -0800)]
Update docs/examples/hero.html
Updated copyright to 2013
William Franceschine [Thu, 10 Jan 2013 10:13:26 +0000 (02:13 -0800)]
Update docs/examples/carousel.html
Updated copyright to 2013
William Franceschine [Thu, 10 Jan 2013 10:10:52 +0000 (02:10 -0800)]
Update docs/examples/fluid.html
Updated copyright to 2013
Mark Otto [Thu, 10 Jan 2013 05:37:11 +0000 (21:37 -0800)]
Merge branch 'aronwoost-patch-1' into 2.3.0-wip
Mark Otto [Thu, 10 Jan 2013 05:35:50 +0000 (21:35 -0800)]
Merge branch 'Justin-John-master' into 2.3.0-wip
Mark Otto [Thu, 10 Jan 2013 03:53:42 +0000 (19:53 -0800)]
add sticky footer with navbar
Mark Otto [Thu, 10 Jan 2013 02:56:08 +0000 (18:56 -0800)]
Add text alignment utility classes
Justin John Mathews [Wed, 9 Jan 2013 10:23:17 +0000 (15:53 +0530)]
Corrected carousel arrows to active.#6494, #6489
Corrected the carousel arrows to active on resizing the browser window.
Aron Woost [Wed, 9 Jan 2013 09:15:15 +0000 (10:15 +0100)]
replaced tabs with spaces
Wesley Overdijk [Sun, 6 Jan 2013 15:43:41 +0000 (16:43 +0100)]
Update composer.json
target-dir is not needed. All it does, is nest everything another level deeper. It should only be used for completing psr-0 paths.
Chris Rebert [Sun, 6 Jan 2013 01:36:20 +0000 (17:36 -0800)]
update docs to reflect #5786
Chris Rebert [Sun, 6 Jan 2013 01:14:22 +0000 (17:14 -0800)]
update docs to reflect #5786
Mark Otto [Sat, 29 Dec 2012 01:24:13 +0000 (19:24 -0600)]
Super lame typo on my part, sorry @necolas :)
Mark Otto [Fri, 28 Dec 2012 20:47:55 +0000 (14:47 -0600)]
Improve documentation for new form validation styles
Mark Otto [Fri, 28 Dec 2012 20:18:59 +0000 (14:18 -0600)]
Popovers are now flexible width:
* Instead of a fixed width, we use max-width
* Width has been increased from 240px to 280px
* Added ability to hide the title via CSS :empty selector if no title is provided
Mark Otto [Fri, 28 Dec 2012 19:10:46 +0000 (11:10 -0800)]
Merge pull request #6407 from aurnik/master
Fix link to File structure anchor
Mark Otto [Fri, 28 Dec 2012 19:08:49 +0000 (13:08 -0600)]
Merge branch 'sparanoid-transition-duration' into 2.3.0-wip
Conflicts:
docs/assets/img/bootstrap-docs-readme.png
Tunghsiao Liu [Fri, 28 Dec 2012 08:19:12 +0000 (16:19 +0800)]
Add transition-duration mixin
Aurnik Islam [Thu, 27 Dec 2012 09:49:09 +0000 (01:49 -0800)]
Fix link to File structure anchor
Mark Otto [Wed, 26 Dec 2012 21:57:52 +0000 (15:57 -0600)]
Simplify form validation states while enabling them to be applied to one field at a time.
Mark Otto [Wed, 26 Dec 2012 20:59:58 +0000 (14:59 -0600)]
Remove .text-info and .info form validation states
Mark Otto [Wed, 26 Dec 2012 20:19:48 +0000 (14:19 -0600)]
Drop .input-block-level modifier as inputs are already width: 100%;
Mark Otto [Wed, 26 Dec 2012 20:13:44 +0000 (14:13 -0600)]
Add grid column example to form input sizing
Mark Otto [Wed, 26 Dec 2012 20:09:36 +0000 (14:09 -0600)]
Remove .controls-row; instead, folks should use .row and .span* for all their grid input sizing needs when multiple inputs per line are required
Mark Otto [Wed, 26 Dec 2012 20:06:21 +0000 (14:06 -0600)]
Cleanup spacing in variables file
Mark Otto [Wed, 26 Dec 2012 19:59:09 +0000 (13:59 -0600)]
Restore .form-horizontal
Mark Otto [Wed, 26 Dec 2012 19:59:01 +0000 (13:59 -0600)]
Run make on previous commits
Mark Otto [Wed, 26 Dec 2012 16:15:23 +0000 (10:15 -0600)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Wed, 26 Dec 2012 15:36:07 +0000 (09:36 -0600)]
Add longer tooltip example to docs, tighten up line-height on tooltip; run make
Mark Otto [Wed, 26 Dec 2012 15:21:34 +0000 (09:21 -0600)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
fat-kun [Tue, 25 Dec 2012 00:17:25 +0000 (16:17 -0800)]
Merge pull request #6378 from Yohn/patch-7
fixes tooltip insert problems
Yohn [Tue, 25 Dec 2012 00:03:13 +0000 (19:03 -0500)]
Update docs/templates/pages/javascript.mustache
Yohn [Tue, 25 Dec 2012 00:01:56 +0000 (19:01 -0500)]
Update docs/javascript.html
Yohn [Mon, 24 Dec 2012 23:59:37 +0000 (18:59 -0500)]
made container option be false
Yohn [Mon, 24 Dec 2012 23:07:41 +0000 (18:07 -0500)]
removed the length check
updated it to @fat's suggestion
Mark Otto [Mon, 24 Dec 2012 10:08:45 +0000 (02:08 -0800)]
Update docs to reflect latest on .clearfix
Mark Otto [Mon, 24 Dec 2012 10:06:28 +0000 (02:06 -0800)]
Remove .badge-info and .badge-inverse; change docs label of .badge-important to .badge-danger
fat-kun [Mon, 24 Dec 2012 03:22:51 +0000 (19:22 -0800)]
Merge pull request #6380 from Yohn/patch-10
promote using data-toggle instead of rel for tooltip and popover
fat-kun [Mon, 24 Dec 2012 03:19:58 +0000 (19:19 -0800)]
Merge pull request #6375 from tkawachi/tooltip-events-2.3.0
Tooltips fires show, shown, hide, hidden events
Yohn [Sun, 23 Dec 2012 12:04:24 +0000 (07:04 -0500)]
data-toggle instead of rel for tooltip and popover
Yohn [Sun, 23 Dec 2012 12:00:03 +0000 (07:00 -0500)]
data-toggle instead of rel for tooltip and popover
Yohn [Sun, 23 Dec 2012 11:51:46 +0000 (06:51 -0500)]
data-toggle instead of rel for tooltip and popover
Yohn [Sun, 23 Dec 2012 09:25:27 +0000 (04:25 -0500)]
Update docs/javascript.html
Yohn [Sun, 23 Dec 2012 09:23:18 +0000 (04:23 -0500)]
Update docs/templates/pages/javascript.mustache
Yohn [Sun, 23 Dec 2012 09:21:02 +0000 (04:21 -0500)]
Update js/tests/unit/bootstrap-tooltip.js
Yohn [Sun, 23 Dec 2012 09:18:16 +0000 (04:18 -0500)]
adding container option to tooltips
KAWACHI Takashi [Sun, 23 Dec 2012 06:17:41 +0000 (15:17 +0900)]
Assign event variables at declarations
KAWACHI Takashi [Fri, 14 Dec 2012 07:35:11 +0000 (16:35 +0900)]
Tooltips fires show, shown, hide, hidden events
It is re-worked from #3691.
fat-kun [Sun, 23 Dec 2012 05:18:36 +0000 (21:18 -0800)]
Merge pull request #6374 from whyisjake/2.3.0-wip
Update docs/templates/pages/javascript.mustache
Jake Spurlock [Sun, 23 Dec 2012 05:03:58 +0000 (21:03 -0800)]
Update docs/templates/pages/javascript.mustache
Adding spaces around the pipes. Makes it consistent with the rest of the docs.
Mark Otto [Sun, 23 Dec 2012 00:10:06 +0000 (16:10 -0800)]
Version bump