]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Marius Olbertz [Thu, 26 Feb 2015 19:44:57 +0000 (20:44 +0100)]
Added accessibility to reveal markup in documentation
Marius Olbertz [Wed, 18 Feb 2015 19:40:55 +0000 (20:40 +0100)]
Removed comments
Marius Olbertz [Wed, 18 Feb 2015 19:37:28 +0000 (20:37 +0100)]
Accessibility (focus ability) for reveal
Geoff Kimball [Mon, 16 Feb 2015 17:10:29 +0000 (09:10 -0800)]
Merge pull request #6293 from marcobiedermann/hotfix/indentation
indent using two spaces
Geoff Kimball [Mon, 16 Feb 2015 17:10:16 +0000 (09:10 -0800)]
Merge pull request #6294 from marcobiedermann/hotfix/newline
add newline at end of file
Geoff Kimball [Mon, 16 Feb 2015 17:06:24 +0000 (09:06 -0800)]
Merge pull request #6296 from marcobiedermann/hotfix/UnnecessaryParentReference
UnnecessaryParentReference: Unnecessary parent selector (&)
Jeanie Chung [Mon, 16 Feb 2015 16:55:46 +0000 (08:55 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jeanie Chung [Mon, 16 Feb 2015 16:55:35 +0000 (08:55 -0800)]
Fixed reflow method for scoping issues for calling reflow method for abide.
Marco Biedermann [Sat, 14 Feb 2015 14:43:20 +0000 (15:43 +0100)]
UnnecessaryParentReference: Unnecessary parent selector (&)
Marco Biedermann [Sat, 14 Feb 2015 14:35:24 +0000 (15:35 +0100)]
indent using two spaces
Marco Biedermann [Sat, 14 Feb 2015 14:25:04 +0000 (15:25 +0100)]
add newline at end of file
Marco Biedermann [Sat, 14 Feb 2015 14:23:30 +0000 (15:23 +0100)]
indent using two spaces
Tim Hartwick [Sat, 14 Feb 2015 01:19:12 +0000 (17:19 -0800)]
Included link-color-active in docs.
Tim Hartwick [Sat, 14 Feb 2015 01:16:03 +0000 (17:16 -0800)]
updated _settings.scss for off-canvas-bg-active variable
Tim Hartwick [Sat, 14 Feb 2015 01:14:02 +0000 (17:14 -0800)]
Added an active class for off-canvas
Tim Hartwick [Sat, 14 Feb 2015 00:57:04 +0000 (16:57 -0800)]
Added link-color-active as mixin parameter in _side-nav.scss
Jeanie Chung [Fri, 13 Feb 2015 22:37:56 +0000 (14:37 -0800)]
Added a reflow method for abide validation. Closes #6214.
Jeanie Chung [Fri, 13 Feb 2015 19:03:19 +0000 (11:03 -0800)]
Fixed bug with tabs using tab-content attribute. Fixes #5310.
jeaniec [Fri, 13 Feb 2015 18:03:44 +0000 (10:03 -0800)]
Merge pull request #6236 from fracsi/master
Reveal plugin - opened modal close on new ajax reveal
jeaniec [Fri, 13 Feb 2015 18:01:39 +0000 (10:01 -0800)]
Merge pull request #6264 from se7/master
Changing from window.outerWidth to window.innerWidth
jeaniec [Fri, 13 Feb 2015 18:00:37 +0000 (10:00 -0800)]
Merge pull request #6290 from Ziemien/equalizer-picture-pre-height
Equalizer fix pictures with predefined height
Jeanie Chung [Fri, 13 Feb 2015 01:43:37 +0000 (17:43 -0800)]
Deleted an extraneous comma and added docs info for ajax error call.
Jeanie Chung [Fri, 13 Feb 2015 01:13:13 +0000 (17:13 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jeanie Chung [Fri, 13 Feb 2015 01:12:51 +0000 (17:12 -0800)]
Added a setting to reveal for a user defined AJAX error callback on initialization.
Darth Vader [Thu, 12 Feb 2015 22:48:01 +0000 (22:48 +0000)]
Equalizer fix pictures with predefined height
Equaliser doesn’t wait until pictures will be loaded if all the
pictures in element to be equalised are provided with ‘height’
attribute.
This fixes the error when using AngularJS and pictures come with 404
error. Before this equaliser didn’t work at all.
Also: https://github.com/zurb/foundation/issues/6276
Rafi [Thu, 12 Feb 2015 17:40:38 +0000 (09:40 -0800)]
Merge pull request #6287 from jkole/master
Fixes input element animation
John Kole [Thu, 12 Feb 2015 04:18:36 +0000 (23:18 -0500)]
Fixes input element animation
When $input-include-glowing-effect == false, adding the .error class to
an input element resulted in unwanted animation of the input bottom
margin down to zero. Fix is to replace the single-transition mixin
with specific animation of the border-color and background properties.
Jeanie Chung [Wed, 11 Feb 2015 20:20:36 +0000 (12:20 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jeanie Chung [Wed, 11 Feb 2015 20:20:05 +0000 (12:20 -0800)]
Added detection for overflow containers for dropdowns. This uses an offset value of the dropdown target to correctly place the dropdown. Fixes #4639.
Rafi Benkual [Wed, 11 Feb 2015 18:13:27 +0000 (10:13 -0800)]
removes unneeded inline styles
Jeanie Chung [Wed, 11 Feb 2015 03:14:17 +0000 (19:14 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jeanie Chung [Wed, 11 Feb 2015 03:14:01 +0000 (19:14 -0800)]
Fixed tag toggle events firing twice due to focus/click event handler on the same element. For now, I've adjusted the 'focus' event to essentially be registered manually as a 'tab key' keydown event. This might have been included for accessibility previously, but let's discuss what further function this might serve. Fixes #6009.
Jeanie Chung [Wed, 11 Feb 2015 03:11:36 +0000 (19:11 -0800)]
Fixed tag toggle events firing twice due to focus/click event handler on the same element. For now, I've adjusted the 'focus' event to essentially be registered manually as a 'tab key' keydown event. This might have been included for accessibility previously, but let's discuss what further function this might serve. Fixes #6009.
Rafi [Tue, 10 Feb 2015 22:31:37 +0000 (14:31 -0800)]
Merge pull request #6283 from jbafford/tooltip-race
Fix race condition in showing/hiding tooltips
Jeanie Chung [Tue, 10 Feb 2015 22:23:19 +0000 (14:23 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jeanie Chung [Tue, 10 Feb 2015 22:23:11 +0000 (14:23 -0800)]
Fixed some scoping issues caused by past pull request merge. Fixes #6262.
Rafi Benkual [Tue, 10 Feb 2015 22:06:15 +0000 (14:06 -0800)]
removes unneeded multiplication of padding and adds padding to variable default
Rafi Benkual [Tue, 10 Feb 2015 22:05:08 +0000 (14:05 -0800)]
removes unneeded multiplication of padding and adds padding to variable default
Jeanie Chung [Tue, 10 Feb 2015 21:56:11 +0000 (13:56 -0800)]
Added in a fix for top bar to work on android devices. Closes #4958.
Jeanie Chung [Tue, 10 Feb 2015 21:24:27 +0000 (13:24 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jeanie Chung [Tue, 10 Feb 2015 21:24:05 +0000 (13:24 -0800)]
Added right-click event to topbar autoclose when it's a hover and dropdown link.
John Bafford [Tue, 10 Feb 2015 20:15:41 +0000 (15:15 -0500)]
Fix race condition in showing/hiding tooltips
Fixes #6282
Rafi [Tue, 10 Feb 2015 17:17:26 +0000 (09:17 -0800)]
Merge pull request #6278 from akodde/fix_tab_deeplink
Change init order to fix deeptab deeplink TypeError
akodde [Tue, 10 Feb 2015 08:03:56 +0000 (09:03 +0100)]
Change init order to fix deeptab deeplink TypeError
Rafi [Mon, 9 Feb 2015 22:56:02 +0000 (14:56 -0800)]
Merge pull request #6266 from marcobiedermann/hotfix/mixin
@mixin coding style
Rafi [Mon, 9 Feb 2015 22:53:03 +0000 (14:53 -0800)]
Merge pull request #6268 from marcobiedermann/hotfix/leadingZero
remove leading zero
Rafi [Mon, 9 Feb 2015 22:47:12 +0000 (14:47 -0800)]
Merge pull request #6267 from marcobiedermann/hotfix/spaces
commas in list should follow a space
Rafi [Mon, 9 Feb 2015 22:45:07 +0000 (14:45 -0800)]
Merge pull request #6269 from A1bi/switches-margin
Fix $switch-bottom-margin not taking effect
Rafi [Mon, 9 Feb 2015 22:10:03 +0000 (14:10 -0800)]
Merge pull request #6274 from DrSammyD/patch-1
Adding a Gitter badge
Rafi [Mon, 9 Feb 2015 17:11:21 +0000 (09:11 -0800)]
Merge pull request #6272 from Sourdoughh/patch-1
Update to README.srt
Sam Armstrong [Mon, 9 Feb 2015 15:39:52 +0000 (09:39 -0600)]
Adding a Gitter badge
Maybe more people will start using your Gitter for discussion and that's a good thing.
fracsi [Mon, 9 Feb 2015 07:20:50 +0000 (08:20 +0100)]
Merge branch 'master' of https://github.com/zurb/foundation
Jason Ly [Mon, 9 Feb 2015 04:00:12 +0000 (20:00 -0800)]
Update to README.srt
Changed copyright from 2014 to 2015.
Albrecht Oster [Sun, 8 Feb 2015 11:44:24 +0000 (12:44 +0100)]
Fix $switch-bottom-margin not taking effect
Marco Biedermann [Sat, 7 Feb 2015 16:08:35 +0000 (17:08 +0100)]
remove leading zero
Marco Biedermann [Sat, 7 Feb 2015 16:04:40 +0000 (17:04 +0100)]
commas in list should follow a space
Marco Biedermann [Sat, 7 Feb 2015 16:01:40 +0000 (17:01 +0100)]
@mixin coding style
Tim Hartwick [Sat, 7 Feb 2015 01:14:53 +0000 (17:14 -0800)]
updated border-box sizing to best practice. removed -moz prefix.
se7 [Sat, 7 Feb 2015 01:14:18 +0000 (17:14 -0800)]
Changing from window.outerWidth to window.innerWidth as positioning should be done in relation to viewport, not including developer tools, toolbars, scrollbars etc.
Jeanie Chung [Sat, 7 Feb 2015 00:25:45 +0000 (16:25 -0800)]
Hoverable topbars now have default behavior of closing on click on dropdowns. Fixes #6127.
Geoff Kimball [Fri, 6 Feb 2015 23:40:05 +0000 (15:40 -0800)]
Change hasOwnProperty check to hasAttribute to fix FF compatibility, fixes #6221
Rafi Benkual [Fri, 6 Feb 2015 23:21:57 +0000 (15:21 -0800)]
fix for dropdown pip color vargument
Tim Hartwick [Fri, 6 Feb 2015 22:58:47 +0000 (14:58 -0800)]
Merge branch 'master' of https://github.com/zurb/foundation
fixes merge conflicts
Tim Hartwick [Fri, 6 Feb 2015 22:58:25 +0000 (14:58 -0800)]
fixes topbar break point merging pr/5996
Geoff Kimball [Fri, 6 Feb 2015 22:20:00 +0000 (14:20 -0800)]
Remove duplicate settings variable, fixes #6254
Brandon Arnold [Fri, 6 Feb 2015 22:30:53 +0000 (14:30 -0800)]
Merge pull request #6224 from tomsky/master
Fixed a few duplicate properties, shorthands and units from zero values.
Rafi [Fri, 6 Feb 2015 22:29:12 +0000 (14:29 -0800)]
Merge pull request #6241 from nickhammond/hidden_element_focus_on_invalid_fix
Ensure that the validate function returns the full list of validations
Tim Hartwick [Fri, 6 Feb 2015 22:22:16 +0000 (14:22 -0800)]
Merge pull request #6230 from domjtalbot/patch-1
Wrap _visibility.scss exported html in the export function
Brandon Arnold [Fri, 6 Feb 2015 22:19:29 +0000 (14:19 -0800)]
Merge pull request #6259 from marcobiedermann/feature/charset
remove uft-8 charset from foundation.scss
Brandon Arnold [Fri, 6 Feb 2015 22:18:41 +0000 (14:18 -0800)]
Merge pull request #6256 from marcobiedermann/hotfix/bracket
prepend opening curly brace by one space
Geoff Kimball [Fri, 6 Feb 2015 22:16:48 +0000 (14:16 -0800)]
Prevent super long dropdowns from overflowing a short page, fixes #6242
Brandon Arnold [Fri, 6 Feb 2015 22:17:49 +0000 (14:17 -0800)]
Merge pull request #6257 from marcobiedermann/hotfix/comma
commas in list should follow a space
Brandon Arnold [Fri, 6 Feb 2015 22:16:46 +0000 (14:16 -0800)]
Merge pull request #6260 from marcobiedermann/feature/markdown
do not trim trailing whitespace on markdown files
Tim Hartwick [Fri, 6 Feb 2015 22:12:16 +0000 (14:12 -0800)]
Merge pull request #6255 from marcobiedermann/hotfix/indentation
remove indentation
Rafi Benkual [Fri, 6 Feb 2015 19:04:17 +0000 (11:04 -0800)]
updates sass get started info
Geoff Kimball [Fri, 6 Feb 2015 17:21:10 +0000 (09:21 -0800)]
Merge pull request #5966 from ridiculous/replace-bind-this
[foundation.reveal.js] replace bind(this) with local context variable
fracsi [Fri, 6 Feb 2015 08:52:17 +0000 (09:52 +0100)]
Background click close - only close active modal if multiple are opened
fracsi [Fri, 6 Feb 2015 07:31:55 +0000 (08:31 +0100)]
Merge branch 'master' of https://github.com/zurb/foundation
Marco Biedermann [Thu, 5 Feb 2015 22:25:32 +0000 (23:25 +0100)]
commas in list should follow a space
Marco Biedermann [Thu, 5 Feb 2015 22:16:59 +0000 (23:16 +0100)]
prepend opening curly brace by one space
Marco Biedermann [Thu, 5 Feb 2015 22:14:40 +0000 (23:14 +0100)]
remove indentation
Marco Biedermann [Thu, 5 Feb 2015 22:09:59 +0000 (23:09 +0100)]
do not trim trailing whitespace on markdown files
Marco Biedermann [Thu, 5 Feb 2015 22:09:26 +0000 (23:09 +0100)]
remove uft-8 charset from foundation.scss
Jeanie Chung [Tue, 3 Feb 2015 19:04:25 +0000 (11:04 -0800)]
Fixed typo that was reverted by a merge.
Jeanie Chung [Tue, 3 Feb 2015 18:33:59 +0000 (10:33 -0800)]
Merge topbar changes.
Jeanie Chung [Tue, 3 Feb 2015 18:31:30 +0000 (10:31 -0800)]
Added fix to prevent namespace open events from firing twice for reveal component. Fixes #5482.
Arthur [Mon, 2 Feb 2015 20:49:51 +0000 (12:49 -0800)]
Adding Main back into package json file
Arthur [Mon, 2 Feb 2015 19:33:52 +0000 (11:33 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Mon, 2 Feb 2015 19:33:39 +0000 (11:33 -0800)]
Removing update to Package file to test broken CSS Version # in latest build
Arthur [Mon, 2 Feb 2015 19:12:05 +0000 (11:12 -0800)]
Merge pull request #6240 from mhayes/patch-1
use arthurzurb for all travisci work
Rafi Benkual [Mon, 2 Feb 2015 19:02:48 +0000 (11:02 -0800)]
adds new panel variable to docs
Rafi [Mon, 2 Feb 2015 18:56:20 +0000 (10:56 -0800)]
Merge pull request #6231 from adamj88/panel-callout-variable
Create variable for callout panel background
Nick Hammond [Fri, 30 Jan 2015 22:42:00 +0000 (16:42 -0600)]
Ensure that the validate function returns the full list of validations to properly focus
Arthur [Fri, 30 Jan 2015 19:57:14 +0000 (11:57 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Fri, 30 Jan 2015 19:57:03 +0000 (11:57 -0800)]
Adding new Key for Travis Build to Bower-Foundation Repo
Rafi [Fri, 30 Jan 2015 19:56:43 +0000 (11:56 -0800)]
Merge pull request #6239 from shoaibik/master
Update _settings.scss
Mark Hayes [Fri, 30 Jan 2015 19:41:19 +0000 (11:41 -0800)]
use arthurzurb for all travisci work
Shoaib Iqbal [Fri, 30 Jan 2015 18:23:51 +0000 (23:23 +0500)]
Update _settings.scss
Re added the column gutter variable.
Arthur [Fri, 30 Jan 2015 00:19:45 +0000 (16:19 -0800)]
Reverting Travis yml file
Arthur [Fri, 30 Jan 2015 00:02:22 +0000 (16:02 -0800)]
Testing Change for Travis Build