]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
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: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: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
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 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 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.
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
Kenan Shifflett [Tue, 8 Jan 2013 01:13:28 +0000 (20:13 -0500)]
Removed touchstart from bootstrap-dropdown.js.
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
Patrick H. Lauke [Wed, 2 Jan 2013 22:39:21 +0000 (22:39 +0000)]
Basic keyboard accessibility CSS tweaks
Mostly doubling-up :hover styles to also cover :focus, as a first step
to making the framework more keyboard-friendly.
Additionally, fixed two small markup issues in the docs/examples to
make the "Learn more" large primary button-styled links
keyboard-focusable (as without href they're treated as non-tabable
anchors).
Patrick H. Lauke [Wed, 2 Jan 2013 22:39:21 +0000 (22:39 +0000)]
Basic keyboard accessibility CSS tweaks
Mostly doubling-up :hover styles to also cover :focus, as a first step
to making the framework more keyboard-friendly.
Additionally, fixed two small markup issues in the docs/examples to
make the "Learn more" large primary button-styled links
keyboard-focusable (as without href they're treated as non-tabable
anchors).
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
fat-kun [Sat, 22 Dec 2012 22:53:24 +0000 (14:53 -0800)]
Merge pull request #6349 from Yohn/patch-6
Fixes #5753 with tooltip('toogle')
fat [Sat, 22 Dec 2012 22:22:45 +0000 (14:22 -0800)]
add data-api namespace to dropdown
fat [Sat, 22 Dec 2012 21:57:57 +0000 (13:57 -0800)]
shifting focus to parent and adding aria menuitem for dropdown
fat [Sat, 22 Dec 2012 21:48:28 +0000 (13:48 -0800)]
remake js
fat [Sat, 22 Dec 2012 21:48:16 +0000 (13:48 -0800)]
read data options in constructor for collapse
fat [Sat, 22 Dec 2012 21:24:37 +0000 (13:24 -0800)]
allow multiple trigger types in tooltip and popover + default tooltip to hover & focus
fat [Sat, 22 Dec 2012 04:27:53 +0000 (20:27 -0800)]
chnage for #6248
fat-kun [Sat, 22 Dec 2012 04:23:44 +0000 (20:23 -0800)]
Merge pull request #6247 from jimwebb/scrollspy-documentation-clarify
change scrollspy documentation to clarify javascript usage
fat [Sat, 22 Dec 2012 04:20:04 +0000 (20:20 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
fat [Sat, 22 Dec 2012 04:19:33 +0000 (20:19 -0800)]
update mustace to reflect changes to data-slide-to
fat [Sat, 22 Dec 2012 03:45:19 +0000 (19:45 -0800)]
add support for [data-slide-to] attr on carousel
Mark Otto [Sat, 22 Dec 2012 03:10:05 +0000 (19:10 -0800)]
Fixes #6189: Add holder.js to carousel example
Mark Otto [Sat, 22 Dec 2012 03:10:05 +0000 (19:10 -0800)]
Fixes #6189: Add holder.js to carousel example
Mark Otto [Sat, 22 Dec 2012 03:04:59 +0000 (19:04 -0800)]
add readme image
Mark Otto [Sat, 22 Dec 2012 03:02:33 +0000 (19:02 -0800)]
Smaller image update to readme
Mark Otto [Sat, 22 Dec 2012 02:59:51 +0000 (18:59 -0800)]
Downsize image
Mark Otto [Sat, 22 Dec 2012 02:59:14 +0000 (18:59 -0800)]
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Mark Otto [Sat, 22 Dec 2012 02:58:59 +0000 (18:58 -0800)]
Explore adding icon to readme
Mark Otto [Sat, 22 Dec 2012 02:54:36 +0000 (18:54 -0800)]
Add docs readme icon
fat [Sat, 22 Dec 2012 01:42:24 +0000 (17:42 -0800)]
rewrite makefile to make a bit more "efficient" + rebuild
fat [Sat, 22 Dec 2012 01:31:54 +0000 (17:31 -0800)]
add direction prop to carousel slide event
fat [Sat, 22 Dec 2012 01:25:31 +0000 (17:25 -0800)]
rebuild
fat [Sat, 22 Dec 2012 01:24:45 +0000 (17:24 -0800)]
Merge branch 'marcelkorpel-master' into 2.3.0-wip
fat [Sat, 22 Dec 2012 01:19:36 +0000 (17:19 -0800)]
Merge branch 'master' of git://github.com/marcelkorpel/bootstrap into marcelkorpel-master
Mark Otto [Fri, 21 Dec 2012 23:46:10 +0000 (15:46 -0800)]
Fixes #6370: Add comment to docs on typeahead and autocomplete
Mark Otto [Fri, 21 Dec 2012 08:50:28 +0000 (00:50 -0800)]
flatten buttons and forms
Mark Otto [Fri, 21 Dec 2012 08:28:07 +0000 (00:28 -0800)]
Merge pull request #6360 from Quy/2.3.0-wip
Miscellaneous changes to docs
Mark Otto [Fri, 21 Dec 2012 05:44:45 +0000 (21:44 -0800)]
update docs regarding normalize and clearfix
Quy Ton [Fri, 21 Dec 2012 05:38:53 +0000 (21:38 -0800)]
Miscellaneous changes to docs
Mark Otto [Fri, 21 Dec 2012 04:56:00 +0000 (20:56 -0800)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Mark Otto [Fri, 21 Dec 2012 04:52:43 +0000 (20:52 -0800)]
Remove reset.less now that Normalize 2 is fully integrated
Mark Otto [Fri, 21 Dec 2012 04:52:20 +0000 (20:52 -0800)]
Finish migrating to Normalize 2:
* Port print styles from reset.less to scaffolding.less
* Port responsive image styles from reset.less to scaffolding.less
Mark Otto [Fri, 21 Dec 2012 04:27:07 +0000 (20:27 -0800)]
Update new example name and links
Mark Otto [Fri, 21 Dec 2012 04:27:07 +0000 (20:27 -0800)]
Update new example name and links
Mark Otto [Thu, 20 Dec 2012 23:33:52 +0000 (15:33 -0800)]
Merge pull request #6354 from cvrebert/3.0.0-wip
add comment regarding caveat of #6199 impl per discussion in/of
14844db862
Mark Otto [Thu, 20 Dec 2012 23:08:05 +0000 (15:08 -0800)]
Update the examples index:
* Retina ready screenshots
* Added screenshot and link to justified nav example (previously unlinked marketing-alternate.html)
Mark Otto [Thu, 20 Dec 2012 22:40:39 +0000 (14:40 -0800)]
Fixes #6352: marketing-alternate broken nav in FF17
Mark Otto [Thu, 20 Dec 2012 22:40:39 +0000 (14:40 -0800)]
Fixes #6352: marketing-alternate broken nav in FF17
Mark Otto [Thu, 20 Dec 2012 22:11:40 +0000 (14:11 -0800)]
Normalize indentation from 4 to 2 spaces
Mark Otto [Thu, 20 Dec 2012 22:08:09 +0000 (14:08 -0800)]
Convert normalize comments to // style