]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
cmcnulty [Thu, 9 Jan 2014 04:44:18 +0000 (22:44 -0600)]
remove dependence on CSS3 :not selector
This change is made necessary because not every browser that implements querySelectorAll implements all of CSS selectors
Ghaida Zahran [Tue, 7 Jan 2014 18:41:24 +0000 (10:41 -0800)]
Topbar: Added position overrides for .left ul
Caleb Winters [Tue, 7 Jan 2014 17:21:59 +0000 (09:21 -0800)]
Merge pull request #4035 from istrasoft/master
Fix fallback to 2d transforms or standard positioning of offcanvas on legacy browsers, Opera 12 and IE9
Caleb Winters [Tue, 7 Jan 2014 17:19:28 +0000 (09:19 -0800)]
Merge pull request #4006 from Nextt/master
Add circular option to orbit and resolve issue #3918
Caleb Winters [Tue, 7 Jan 2014 17:17:52 +0000 (09:17 -0800)]
Merge pull request #4001 from nesl247/one_dropdown_at_a_time
Only allow one dropdown at a time.
Caleb Winters [Tue, 7 Jan 2014 17:15:44 +0000 (09:15 -0800)]
Merge pull request #3992 from ArturT/add-topbar-dropdown-link-weight
Add $topbar-dropdown-link-weight variable
Caleb Winters [Tue, 7 Jan 2014 17:14:20 +0000 (09:14 -0800)]
Merge pull request #3985 from izhan/patch-1
Make topbar doc code consistent with example
Jordan Humphreys [Mon, 6 Jan 2014 22:59:19 +0000 (14:59 -0800)]
Merge pull request #4065 from abutler3/fix_abide_javascript_link
Fix javascript link in abide docs section
Jordan Humphreys [Mon, 6 Jan 2014 22:45:38 +0000 (14:45 -0800)]
Add support for targeted label styling for labels with a for="inputId"
Jordan Humphreys [Mon, 6 Jan 2014 22:04:14 +0000 (14:04 -0800)]
Merge pull request #4068 from btsai/fix_issue#3982
Fixing issue #3982.
Jonathan Smiley [Mon, 6 Jan 2014 21:47:16 +0000 (13:47 -0800)]
Merge pull request #3824 from seantimm/seantimm/issue-3824
next_on_click doesn't work
Jordan Humphreys [Mon, 6 Jan 2014 20:05:30 +0000 (12:05 -0800)]
Bump clearing to 5.0.3
Jordan Humphreys [Mon, 6 Jan 2014 20:01:47 +0000 (12:01 -0800)]
Merge pull request #4021 from nesl247/fix_clearing_not_showing_image
Fix clearing not showing image
James Dullaghan [Mon, 6 Jan 2014 19:49:53 +0000 (11:49 -0800)]
merge topbar scss changes
James Dullaghan [Mon, 6 Jan 2014 19:47:24 +0000 (11:47 -0800)]
Remove head from tab variable docs
Rafi [Mon, 6 Jan 2014 19:42:41 +0000 (11:42 -0800)]
Merge pull request #4073 from kevintweber/topbar-fix
meta.foundation-mq-topbar can be output more than once
Kevin Weber [Mon, 6 Jan 2014 18:44:21 +0000 (13:44 -0500)]
meta.foundation-mq-topbar now output only once.
Brian Tsai [Mon, 6 Jan 2014 14:45:06 +0000 (23:45 +0900)]
changing patch for #3982 to check if array first.
replaces previous patch.
Brian Tsai [Mon, 6 Jan 2014 13:07:05 +0000 (22:07 +0900)]
Fixing issue #3982.
https://github.com/zurb/foundation/issues/3982
Drew Butler [Sun, 5 Jan 2014 06:15:42 +0000 (00:15 -0600)]
Fix javascript link in abide docs section
nesl247 [Fri, 3 Jan 2014 16:19:36 +0000 (16:19 +0000)]
Don't close others if the new dropdown is_hover:false. This way if we move the mouse too far, the dropdown doesn't close
Rafi [Thu, 2 Jan 2014 22:32:15 +0000 (14:32 -0800)]
Merge pull request #4039 from dougjohnston/patch-1
Remove duplicate line in upgrade documentation
Doug Johnston [Wed, 1 Jan 2014 04:12:15 +0000 (23:12 -0500)]
Remove duplicate line in upgrade documentation
Istrasoft [Tue, 31 Dec 2013 05:13:17 +0000 (06:13 +0100)]
Add bidi counterparts for float and text alignment
Istrasoft [Tue, 31 Dec 2013 05:05:14 +0000 (06:05 +0100)]
Fix fallback to 2d transforms or standard positioning of offcanvas on legacy browsers, Opera 12 and IE9
IE9 actually supports 2d transforms with -ms prefix.
Sean Timm [Sun, 29 Dec 2013 23:58:01 +0000 (16:58 -0700)]
Removed next_on_click reference in Orbit documentation as it doesn't currently exist
nesl247 [Sun, 29 Dec 2013 14:06:55 +0000 (14:06 +0000)]
Commit
0ce94b3c54ef5e953876c6ef46838dc2114d8b62 broke clearing by adding a width=0 and height=0 into the <img> tag
nesl247 [Sat, 28 Dec 2013 17:50:21 +0000 (17:50 +0000)]
Ignore Codio's .settings file
Filipi Zimermann [Sat, 28 Dec 2013 06:26:50 +0000 (04:26 -0200)]
Add circular option to orbit and resolve issue #3918
nesl247 [Fri, 27 Dec 2013 19:41:43 +0000 (19:41 +0000)]
Ignore codio .settings file
nesl247 [Fri, 27 Dec 2013 19:41:31 +0000 (19:41 +0000)]
Only close all when we are mousenter on data-dropdown, not data-dropdown-content
nesl247 [Fri, 27 Dec 2013 19:21:35 +0000 (19:21 +0000)]
Only allow one dropdown at a time. Automatically close all others when opening a new one, so we prevent overlap
ArturT [Thu, 26 Dec 2013 20:30:47 +0000 (21:30 +0100)]
Add $topbar-dropdown-link-weight variable
Irvin Zhan [Thu, 26 Dec 2013 00:29:15 +0000 (19:29 -0500)]
Make topbar doc code consistent with example
Caleb Winters [Mon, 23 Dec 2013 23:35:41 +0000 (15:35 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Caleb Winters [Mon, 23 Dec 2013 23:35:36 +0000 (15:35 -0800)]
fix topbar dropdown horizontal arrows
Ghaida Zahran [Mon, 23 Dec 2013 23:18:22 +0000 (15:18 -0800)]
Removed more open sans stuff
Caleb Winters [Mon, 23 Dec 2013 23:10:08 +0000 (15:10 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Ghaida Zahran [Mon, 23 Dec 2013 23:09:14 +0000 (15:09 -0800)]
Removed open sans form docs
Caleb Winters [Mon, 23 Dec 2013 23:05:32 +0000 (15:05 -0800)]
update top bar docs
Caleb Winters [Mon, 23 Dec 2013 22:52:47 +0000 (14:52 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Caleb Winters [Mon, 23 Dec 2013 22:52:42 +0000 (14:52 -0800)]
allow topbar menu title to be any length, iss #2831
Ghaida Zahran [Mon, 23 Dec 2013 21:46:19 +0000 (13:46 -0800)]
Commented out xlarge and xxlarge presentational classes for now
Ghaida Zahran [Mon, 23 Dec 2013 21:40:33 +0000 (13:40 -0800)]
Removed Open Sans
Ghaida Zahran [Mon, 23 Dec 2013 21:35:14 +0000 (13:35 -0800)]
Added a note about deprecating switches
Ghaida Zahran [Mon, 23 Dec 2013 19:59:01 +0000 (11:59 -0800)]
Fixed button padding in top bar dropdown menu
Ghaida Zahran [Mon, 23 Dec 2013 19:36:32 +0000 (11:36 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Ghaida Zahran [Mon, 23 Dec 2013 19:36:02 +0000 (11:36 -0800)]
Removed unnecessary space in select-bg-color
Caleb Winters [Mon, 23 Dec 2013 19:34:06 +0000 (11:34 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Caleb Winters [Mon, 23 Dec 2013 19:33:59 +0000 (11:33 -0800)]
add border variables to button mixin, iss #3820
Ghaida Zahran [Mon, 23 Dec 2013 19:24:03 +0000 (11:24 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Ghaida Zahran [Mon, 23 Dec 2013 19:23:40 +0000 (11:23 -0800)]
Added reset to push and pull classes for large screens
Caleb Winters [Mon, 23 Dec 2013 19:21:07 +0000 (11:21 -0800)]
fix bullet pos on ipad iss #3868
Caleb Winters [Mon, 23 Dec 2013 18:32:37 +0000 (10:32 -0800)]
fix IE9 off canvas issues described in issue #3941
Caleb Winters [Mon, 23 Dec 2013 17:37:01 +0000 (09:37 -0800)]
close issue #3943
Caleb Winters [Mon, 23 Dec 2013 17:30:30 +0000 (09:30 -0800)]
Merge pull request #3945 from Jakobud/off-canvas-tap-highlight-color
Added -webkit-tap-highlight-color to exit-off-canvas anchor
Caleb Winters [Mon, 23 Dec 2013 17:22:14 +0000 (09:22 -0800)]
Merge pull request #3958 from bbrooks/patch-1
Indicate import needed for 'lower-bound' function
Jordan Humphreys [Mon, 23 Dec 2013 16:57:38 +0000 (08:57 -0800)]
Merge pull request #3912 from arthurio/master
dropdown callbacks can't be overridden after the first instanciation of the dropdown plugin
Jordan Humphreys [Mon, 23 Dec 2013 16:47:32 +0000 (08:47 -0800)]
Merge pull request #3968 from cautionbug/master
Resolve issue #3909 (provided by user Clupiedae)
Joe Theuerkauf [Mon, 23 Dec 2013 14:06:26 +0000 (09:06 -0500)]
Resolve issue #3909 (provided by user Clupiedae)
Ben Brooks [Sat, 21 Dec 2013 07:38:01 +0000 (23:38 -0800)]
Indicate import needed for 'lower-bound' function
In order to redefine the default media query ranges in _settings.scss, you need to import "foundation/functions" so that the function 'lower-bound' is defined. The current comment implies you only need it for the function 'rem-calc'.
Jake Wilson [Fri, 20 Dec 2013 21:24:09 +0000 (14:24 -0700)]
Added -webkit-tap-highlight-color to exit-off-canvas anchor
When the off canvas menu is open on a mobile Chrome browser, the .exit-off-canvas anchor has the webkit tap highlight color applied to it. This fixes the issue by making the tap highlight color transparent.
Signed-off-by: Jake Wilson <jake.e.wilson@gmail.com>
Ghaida Zahran [Fri, 20 Dec 2013 20:43:56 +0000 (12:43 -0800)]
Removed unnecessary scss errors section from RTL docs page
Rafi [Fri, 20 Dec 2013 01:09:10 +0000 (17:09 -0800)]
Merge pull request #3938 from ajoslin/patch-1
docs(reveal): update to match scss. +tiny, -expand
Andy Joslin [Thu, 19 Dec 2013 23:51:41 +0000 (18:51 -0500)]
docs(reveal): update to match scss. +tiny, -expand
rafibomb [Thu, 19 Dec 2013 18:41:26 +0000 (10:41 -0800)]
Merge pull request #3936 from wesf90/patch-1
Fixed syntax error in Abide Docs
Wes Foster [Thu, 19 Dec 2013 18:39:07 +0000 (12:39 -0600)]
Fixed syntax error
This one was sneaky!
Mark Hayes [Thu, 19 Dec 2013 18:21:27 +0000 (10:21 -0800)]
Merge pull request #3931 from maggo/patch-1
Fix variable for accordion navigation font family
Mark Hayes [Thu, 19 Dec 2013 18:20:08 +0000 (10:20 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Thu, 19 Dec 2013 18:19:34 +0000 (10:19 -0800)]
use placeholder data-uri img instead of //:0 since that causes issues in Safari
Marco Kaul [Thu, 19 Dec 2013 12:59:09 +0000 (13:59 +0100)]
Fix used variable for accordion navigation font family
Jordan Humphreys [Thu, 19 Dec 2013 01:12:38 +0000 (17:12 -0800)]
Remove RTL for html.
Jordan Humphreys [Thu, 19 Dec 2013 01:07:29 +0000 (17:07 -0800)]
Fix joyride RTL.
rafibomb [Wed, 18 Dec 2013 23:37:43 +0000 (15:37 -0800)]
Merge pull request #3923 from joeworkman/master
Added missing dependencies for components
Joe Workman [Wed, 18 Dec 2013 23:07:33 +0000 (15:07 -0800)]
Added missing dependencies for components
The commted components would not compile individually unless the added
impors were added.
Ghaida Zahran [Wed, 18 Dec 2013 17:46:13 +0000 (09:46 -0800)]
Merge pull request #3921 from gdsmith/patch-2
Fix bug where joyride fails to scroll up for next tip
George [Wed, 18 Dec 2013 16:35:41 +0000 (16:35 +0000)]
Fix bug where joyride fails to scroll up for next tip
If the next tip is higher on the page than current tip a negative tipOffset results in joyride not scrolling to show position of the next tip. This commit fixes that behaviour by scrolling unless tipOffset is 0 which I assume is intended behaviour
Mark Hayes [Wed, 18 Dec 2013 00:14:54 +0000 (16:14 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Wed, 18 Dec 2013 00:13:38 +0000 (16:13 -0800)]
Revert "Bugfix for #3840"
This reverts commit
d162feaf2f340e72222a5c4af28a00fd9e3d44bc .
Mark Hayes [Tue, 17 Dec 2013 23:20:16 +0000 (15:20 -0800)]
add travis build status image
Mark Hayes [Tue, 17 Dec 2013 22:23:50 +0000 (14:23 -0800)]
Merge pull request #3913 from thecrowflys/master
Fix select box arrow visuals in Internet Explorer 10 | Fixes #3873
thecrowflys [Tue, 17 Dec 2013 22:14:41 +0000 (22:14 +0000)]
Fix select box arrow visuals in Internet Explorer 10 | Fixes #3873
Fixes #3873
Mark Hayes [Tue, 17 Dec 2013 21:41:15 +0000 (13:41 -0800)]
preserve some js comments when using uglifier to compress js files
Mark Hayes [Tue, 17 Dec 2013 21:31:11 +0000 (13:31 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Tue, 17 Dec 2013 21:30:37 +0000 (13:30 -0800)]
update travis test branch
Mark Hayes [Tue, 17 Dec 2013 21:14:38 +0000 (13:14 -0800)]
update test comparison
thecrowflys [Tue, 17 Dec 2013 20:04:27 +0000 (20:04 +0000)]
Fix select box arrow visuals in Internet Explorer 10
Fixes #3873
Ghaida Zahran [Tue, 17 Dec 2013 20:01:19 +0000 (12:01 -0800)]
Updated type docs with new print visibility classes
Mark Hayes [Tue, 17 Dec 2013 19:53:19 +0000 (11:53 -0800)]
run bower install to setup dependencies
Ghaida Zahran [Tue, 17 Dec 2013 19:53:19 +0000 (11:53 -0800)]
Fixed alert box docs error
Mark Hayes [Tue, 17 Dec 2013 19:48:55 +0000 (11:48 -0800)]
Merge branch 'master' of github.com:zurb/foundation into travis_ci_tests
Mark Hayes [Tue, 17 Dec 2013 19:47:33 +0000 (11:47 -0800)]
update TravisCI test suite to compile changes against compass, sass, and node-sass
Arthur Rio [Tue, 17 Dec 2013 19:38:26 +0000 (11:38 -0800)]
update to 5.0.0 and re-apply the patch for dropdown callbacks
Ghaida Zahran [Tue, 17 Dec 2013 18:47:57 +0000 (10:47 -0800)]
Edited grid so that large-uncentered doesn't override offsets
Mark Hayes [Tue, 17 Dec 2013 16:59:34 +0000 (08:59 -0800)]
fix testing configuration for karma
Mark Hayes [Tue, 17 Dec 2013 16:57:06 +0000 (08:57 -0800)]
update paths to bower vendor files
Mark Hayes [Tue, 17 Dec 2013 16:51:38 +0000 (08:51 -0800)]
Merge branch 'master' of github.com:zurb/foundation into use_bower_for_vendor_files
Conflicts:
Gruntfile.js
js/foundation/foundation.js
Mark Hayes [Tue, 17 Dec 2013 16:49:31 +0000 (08:49 -0800)]
don't embed FastClick, but attach if present
Mark Hayes [Tue, 17 Dec 2013 16:49:19 +0000 (08:49 -0800)]
use bower for vendored files, update Gruntfile/Karma to accommodate for these changes
Mark Hayes [Tue, 17 Dec 2013 16:46:47 +0000 (08:46 -0800)]
build search from sidebar urls so autocomplete works in development