]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Ryan Shrum [Wed, 10 Dec 2014 20:25:07 +0000 (15:25 -0500)]
Updating docs, uncompiled
Ryan Shrum [Tue, 2 Dec 2014 22:05:38 +0000 (17:05 -0500)]
cleaned up and tested with other rows
Ryan Shrum [Tue, 2 Dec 2014 21:30:15 +0000 (16:30 -0500)]
Added size-based collapse/uncollapse to .row
While it isn't the proper place in the code, it works well and allows for someone to add/remove padding with class-based Foundation.
Jordan Humphreys [Tue, 18 Nov 2014 22:37:07 +0000 (14:37 -0800)]
Fix indentation in dropdown.js among others.
Jordan Humphreys [Tue, 18 Nov 2014 22:23:11 +0000 (14:23 -0800)]
Small whitespace cleanup in Foundation core.
Rafi [Sat, 15 Nov 2014 00:26:15 +0000 (16:26 -0800)]
Merge pull request #5887 from michelts/joyride-modal-bg
Fixes #3848: show/hide modal background when swap style.
Rafi [Sat, 15 Nov 2014 00:03:27 +0000 (16:03 -0800)]
Merge pull request #6039 from gcornhill/master
Removed % and px from 0 units
Rafi [Fri, 14 Nov 2014 23:45:14 +0000 (15:45 -0800)]
Merge pull request #6034 from jaminscript/master
Omit unnecessary "px" identifiers from "0px" in multiple .scss files
Genevieve Cornhill Bulger [Fri, 14 Nov 2014 22:08:27 +0000 (15:08 -0700)]
Adding missing vender prefix for switches.scss
Genevieve Cornhill Bulger [Fri, 14 Nov 2014 21:55:59 +0000 (14:55 -0700)]
Removed % and px from 0 units
Ben Abbott [Fri, 14 Nov 2014 01:29:29 +0000 (14:29 +1300)]
Omit unnecessary "px" identifiers from "0px" in multiple .scss files
This commit removes all the unnecessary unit identifiers where the value
of a property is 0.
Rafi Benkual [Fri, 14 Nov 2014 00:13:14 +0000 (16:13 -0800)]
adds button group even to docs
Rafi [Fri, 14 Nov 2014 00:11:11 +0000 (16:11 -0800)]
Merge pull request #5999 from Magrippinho/master
Icon bar active state styling
Rafi [Thu, 13 Nov 2014 23:50:26 +0000 (15:50 -0800)]
Merge pull request #6031 from gcornhill/master
Removing em from 0em
Genevieve Cornhill Bulger [Thu, 13 Nov 2014 19:28:20 +0000 (12:28 -0700)]
Removing em from 0em
Values of 0 don’t need units
Rafi [Thu, 13 Nov 2014 19:03:44 +0000 (11:03 -0800)]
Merge pull request #6030 from gcornhill/master
Removing -webkit prefixe for border-radius
Rafi [Thu, 13 Nov 2014 19:03:11 +0000 (11:03 -0800)]
Merge pull request #6029 from zurb/dropdown-callback-bug
Properly extending dropdown library
Rafi [Thu, 13 Nov 2014 19:02:18 +0000 (11:02 -0800)]
Merge pull request #6025 from andreruffert/fix-pageXY-slider-js
fix(foundation.slider.js): consider 0 value for `pageX/Y`
Genevieve Cornhill Bulger [Thu, 13 Nov 2014 17:24:56 +0000 (10:24 -0700)]
Removing -webkit prefixe for border-radius
The prefix is only needed for Safari 4, which is such a fraction of
usage.
See: http://css-tricks.com/do-we-need-box-shadow-prefixes/
http://caniuse.com/#feat=border-radius
Antonin Januska [Thu, 13 Nov 2014 14:41:56 +0000 (08:41 -0600)]
Properly extending dropdown library
André Ruffert [Wed, 12 Nov 2014 16:33:10 +0000 (17:33 +0100)]
fix(js): consider 0 value for `pageX`, `pageY`
* remove error message `Uncaught TypeError: Cannot read property '0' of
undefined` if mouse position X/Y is 0
* add `get_cursor_position(e, xy)` method
If you start dragging the slider and move the mouse position X/Y until
it is `0`, it is counted as falsey which means `||` in [line
49](https://github.com/zurb/foundation/blob/master/js/foundation/foundat
ion.slider.js#L49) and in [line
55](https://github.com/zurb/foundation/blob/master/js/foundation/foundat
ion.slider.js#L55) keeps going until it gets to
`e.originalEvent.touches[0].clientX/Y` where it raises an error if it
is no touch device. I changed it to explicitly checking that the values
are `undefined`.
Rafi [Tue, 11 Nov 2014 19:38:07 +0000 (11:38 -0800)]
Merge pull request #6022 from enyce12/master
Consistent quotes across js files
Rafi Benkual [Tue, 11 Nov 2014 17:34:09 +0000 (09:34 -0800)]
adds even class to docs and various fixes to buttons and button groups
Damian Frizzi [Tue, 11 Nov 2014 14:58:09 +0000 (15:58 +0100)]
Update foundation.topbar.js
Damian Frizzi [Tue, 11 Nov 2014 14:56:48 +0000 (15:56 +0100)]
Update foundation.tab.js
Damian Frizzi [Tue, 11 Nov 2014 14:55:36 +0000 (15:55 +0100)]
Update foundation.orbit.js
Damian Frizzi [Tue, 11 Nov 2014 14:54:49 +0000 (15:54 +0100)]
Update foundation.offcanvas.js
Damian Frizzi [Tue, 11 Nov 2014 14:53:33 +0000 (15:53 +0100)]
Update foundation.magellan.js
Damian Frizzi [Tue, 11 Nov 2014 14:52:51 +0000 (15:52 +0100)]
Update foundation.js
Damian Frizzi [Tue, 11 Nov 2014 14:50:21 +0000 (15:50 +0100)]
Update foundation.joyride.js
Damian Frizzi [Tue, 11 Nov 2014 14:48:38 +0000 (15:48 +0100)]
Update foundation.dropdown.js
Damian Frizzi [Tue, 11 Nov 2014 14:43:33 +0000 (15:43 +0100)]
Update foundation.clearing.js
Rafi Benkual [Tue, 11 Nov 2014 01:38:01 +0000 (17:38 -0800)]
fix for label s mixin and correct docs variables, and adds info color option to docs
Rafi Benkual [Mon, 10 Nov 2014 23:42:40 +0000 (15:42 -0800)]
corrects class in top-bar js
Rafi [Mon, 10 Nov 2014 18:15:37 +0000 (10:15 -0800)]
Merge pull request #6019 from enyce12/patch-1
Update foundation.alert.js
Damian Frizzi [Mon, 10 Nov 2014 14:09:10 +0000 (15:09 +0100)]
Update foundation.alert.js
Consistent quotes
Rafi [Thu, 6 Nov 2014 18:13:52 +0000 (10:13 -0800)]
Merge pull request #6017 from ctalkington/wrap-division
wrap division in parenthesis. minor formatting cleanup.
Chris Talkington [Thu, 6 Nov 2014 17:45:50 +0000 (11:45 -0600)]
fix random indenting.
Chris Talkington [Thu, 6 Nov 2014 17:40:04 +0000 (11:40 -0600)]
wrap division in parenthesis. minor formatting cleanup.
Rafi [Wed, 5 Nov 2014 21:11:31 +0000 (13:11 -0800)]
Merge pull request #6013 from mikeangstadt/master
Use accordions without explicit settings definition
Mike Angstadt [Wed, 5 Nov 2014 14:05:04 +0000 (08:05 -0600)]
Use accordions without explicit settings definition
Allows you to use accordions without providing an explicit accordion definition to the foundation binding by falling back into the default settings gracefully.
Rafi Benkual [Tue, 4 Nov 2014 23:45:41 +0000 (15:45 -0800)]
fix docs example
Johnny Magrippis [Sat, 1 Nov 2014 13:50:34 +0000 (15:50 +0200)]
Active state styling
Actually makes use of the $icon-bar-active-color variable to set the
background when an "active" class is added to the anchor, akin to what
happens with the :hover pseudoclass.
Ghaida Zahran [Fri, 31 Oct 2014 22:50:36 +0000 (15:50 -0700)]
Merge branch 'chaosmirage-master'
Ghaida Zahran [Fri, 31 Oct 2014 22:50:11 +0000 (15:50 -0700)]
Merge branch 'master' of github.com:chaosmirage/foundation into chaosmirage-master
Geoff Kimball [Fri, 31 Oct 2014 22:38:45 +0000 (15:38 -0700)]
Fix incorrect selector in text-inputs function
Rafi Benkual [Fri, 31 Oct 2014 22:25:26 +0000 (15:25 -0700)]
adds variable for forms
Geoff Kimball [Fri, 31 Oct 2014 22:25:07 +0000 (15:25 -0700)]
Merge pull request #5747 from andy-saint/input-types
Added text input types function
Rafi [Fri, 31 Oct 2014 22:07:04 +0000 (15:07 -0700)]
Merge pull request #5998 from zurb/revert-5997-patch-1
Revert "No scroll animation when scroll_speed = 0"
Rafi [Fri, 31 Oct 2014 22:06:57 +0000 (15:06 -0700)]
Revert "No scroll animation when scroll_speed = 0"
Rafi [Fri, 31 Oct 2014 22:06:14 +0000 (15:06 -0700)]
Merge pull request #5997 from mrfletch/patch-1
No scroll animation when scroll_speed = 0
Paul [Fri, 31 Oct 2014 19:16:46 +0000 (12:16 -0700)]
No Scroll Animation when scroll_speed = 0
While implementing Joyride on our site we noticed when setting scroll_speed to 0 per your documentation, Joyride would still scroll, but do it instantly. This small adjustment fixed the issue for us.
Rafi [Fri, 31 Oct 2014 15:35:27 +0000 (08:35 -0700)]
Merge pull request #5801 from TimDumol/magellan-offset-by-height
Add an offset_by_height option to Magellan.
Rafi [Fri, 31 Oct 2014 01:25:43 +0000 (18:25 -0700)]
Merge pull request #5824 from jmbarlow/master
Prevent Event propagation on split if main button opens a modal
Rafi Benkual [Thu, 30 Oct 2014 23:12:13 +0000 (16:12 -0700)]
adds vertical class to tabs example
Arthur [Thu, 30 Oct 2014 22:03:32 +0000 (15:03 -0700)]
Merge pull request #5986 from coreysyms/master
Fix: Make dropdown respect boundaries of browser Foundation 5
Arthur [Thu, 30 Oct 2014 22:03:15 +0000 (15:03 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Thu, 30 Oct 2014 22:02:57 +0000 (15:02 -0700)]
Dropdown fix
Rafi [Thu, 30 Oct 2014 21:48:55 +0000 (14:48 -0700)]
Merge pull request #5992 from zurb/revert-5836-patch-2
Revert "Fix incorrect import path"
Rafi [Thu, 30 Oct 2014 21:48:49 +0000 (14:48 -0700)]
Revert "Fix incorrect import path"
Rafi [Thu, 30 Oct 2014 21:25:26 +0000 (14:25 -0700)]
Merge pull request #5774 from steverob/abide-validate-on-blur
add validate_on_blur option to abide - for #5760
Rafi [Thu, 30 Oct 2014 21:23:11 +0000 (14:23 -0700)]
Merge pull request #5780 from aexeagmbh/fix_5770
Added option to trigger change event on hidden input(s). Fixes #5770
Rafi [Thu, 30 Oct 2014 21:21:27 +0000 (14:21 -0700)]
Merge pull request #5781 from aexeagmbh/fix_5779
Range Slider should use precision of step paramater fixes #5779
Rafi [Thu, 30 Oct 2014 21:20:41 +0000 (14:20 -0700)]
Merge pull request #5783 from aexeagmbh/fix_5404
Range Slider: Added type check for intial value. Fixes #5404
Rafi [Thu, 30 Oct 2014 21:17:31 +0000 (14:17 -0700)]
Merge pull request #5836 from Weeblewonder/patch-2
Fix incorrect import path
Rafi [Thu, 30 Oct 2014 21:09:16 +0000 (14:09 -0700)]
Merge pull request #5947 from jeffclemens/master
Restoring namespaced events for Abide
Rafi [Thu, 30 Oct 2014 21:07:25 +0000 (14:07 -0700)]
Merge pull request #5984 from inetbusiness/patch-1
skip keydown validation on tab key
Corey Snyder [Thu, 30 Oct 2014 14:04:46 +0000 (10:04 -0400)]
Update foundation.dropdown.js
Changes to fix medium grid break-point
Corey Snyder [Wed, 29 Oct 2014 18:48:12 +0000 (14:48 -0400)]
Update foundation.dropdown.js
Corey Snyder [Wed, 29 Oct 2014 18:28:17 +0000 (14:28 -0400)]
Update foundation.dropdown.js
travis failed, resubmitting, had undefined var.
Corey Snyder [Wed, 29 Oct 2014 18:01:23 +0000 (14:01 -0400)]
Update foundation.dropdown.js
file failed with travis, resubmit
Corey Snyder [Wed, 29 Oct 2014 15:46:19 +0000 (11:46 -0400)]
Make dropdown respect boundaries of browser
See it in action here: http://www.tangerineindustries.com/download/Foundation_Dropdown/index.html
MagicSux [Wed, 29 Oct 2014 00:52:58 +0000 (01:52 +0100)]
skip keydown validation on tab key
Since tab key triggers the blur event, skip it.
It's not a keydown event that needs to be triggered.
Rafi Benkual [Tue, 28 Oct 2014 23:54:09 +0000 (16:54 -0700)]
updates accordion docs for pr #5884
Arthur [Tue, 28 Oct 2014 23:33:44 +0000 (16:33 -0700)]
Fixing conflict
Arthur [Tue, 28 Oct 2014 23:32:12 +0000 (16:32 -0700)]
Merge branch 'joelkinzel-make-accordions-more-generic'
Arthur [Tue, 28 Oct 2014 23:31:56 +0000 (16:31 -0700)]
Merge branch 'make-accordions-more-generic' of github.com:joelkinzel/foundation into joelkinzel-make-accordions-more-generic
Rafi [Tue, 28 Oct 2014 23:01:40 +0000 (03:01 +0400)]
Merge pull request #5893 from christianseel/patch-8
Allow data manipulation of AJAX response in Reveal
Rafi [Tue, 28 Oct 2014 22:56:16 +0000 (02:56 +0400)]
Merge pull request #5895 from eljojo/patch-1
Dropdown: Closing only open dropdowns
Rafi Benkual [Tue, 28 Oct 2014 22:47:46 +0000 (15:47 -0700)]
updates docs Sass settings for pr 55907
Rafi [Tue, 28 Oct 2014 22:41:47 +0000 (02:41 +0400)]
Merge pull request #5907 from andig/icon-bar
Allow configuring :hover colors
Rafi [Tue, 28 Oct 2014 22:36:55 +0000 (02:36 +0400)]
Merge pull request #5924 from MichaelThessel/dropdown_doc_fix
Fixed incorrect basic dropdown button usage example
Rafi [Tue, 28 Oct 2014 22:35:39 +0000 (02:35 +0400)]
Merge pull request #5983 from zurb/revert-5941-master
Revert "Icon Bar microgrid cleanup"
Rafi [Tue, 28 Oct 2014 22:34:42 +0000 (15:34 -0700)]
Revert "Icon Bar microgrid cleanup"
Rafi [Tue, 28 Oct 2014 22:23:49 +0000 (02:23 +0400)]
Merge pull request #5941 from doertedev/master
Icon Bar microgrid cleanup
Rafi Benkual [Tue, 28 Oct 2014 22:19:29 +0000 (15:19 -0700)]
adjusts,color settings for pr5942
Rafi [Tue, 28 Oct 2014 22:14:03 +0000 (02:14 +0400)]
Merge pull request #5942 from SuperSeb92/master
Allow changing background of topbar dropdown links on hover
Rafi [Tue, 28 Oct 2014 22:06:39 +0000 (02:06 +0400)]
Merge pull request #5951 from pwnall/alert-docs
Fix SCSS in the docs for Alert Boxes > Semantic Markup > Advanced.
Rafi [Tue, 28 Oct 2014 22:05:49 +0000 (02:05 +0400)]
Merge pull request #5948 from tiffting/fix-hover-color-for-callout-links
Fixed bug so that anchors in callouts have a different hover color
Rafi [Tue, 28 Oct 2014 21:21:58 +0000 (01:21 +0400)]
Merge pull request #5962 from paulwellnerbou/patch-1
Pull request for Issue #2672: h1 in top-bar
Rafi [Tue, 28 Oct 2014 21:10:41 +0000 (01:10 +0400)]
Merge pull request #5977 from adamelso/patch-1
Add missing data-offcanvas initialization attribute
Rafi [Tue, 28 Oct 2014 21:08:48 +0000 (01:08 +0400)]
Merge pull request #5980 from brendanblackwood/master
Look at currentTarget instead of target in dropdown
Rafi Benkual [Tue, 28 Oct 2014 20:39:47 +0000 (13:39 -0700)]
fix incorrect update command
Rafi Benkual [Tue, 28 Oct 2014 20:34:51 +0000 (13:34 -0700)]
updates link to compass template
Arthur [Tue, 28 Oct 2014 16:28:12 +0000 (09:28 -0700)]
Updating Version #
Brendan Blackwood [Tue, 28 Oct 2014 14:15:22 +0000 (10:15 -0400)]
Merge remote-tracking branch 'upstream/master'
Brendan Blackwood [Tue, 28 Oct 2014 13:55:16 +0000 (09:55 -0400)]
Dropdown: use currentTarget instead of target
Fixes #5275
Rafi Benkual [Tue, 28 Oct 2014 00:39:24 +0000 (17:39 -0700)]
fixes typo
Adam Elsodaney [Mon, 27 Oct 2014 19:58:59 +0000 (19:58 +0000)]
Add missing data-offcanvas initialization attribute
Rafi Benkual [Fri, 24 Oct 2014 19:17:48 +0000 (12:17 -0700)]
changes button placement on equlaizer docs example