]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
10 years agodomain regex for gTLD domains. 6077/head
Oguzhan YILMAZ [Wed, 3 Dec 2014 08:59:34 +0000 (10:59 +0200)] 
domain regex for gTLD domains.

New gTLD extensions can be 8 characters (.hosting, .attorney,.company)

10 years agoFix indentation in dropdown.js among others.
Jordan Humphreys [Tue, 18 Nov 2014 22:37:07 +0000 (14:37 -0800)] 
Fix indentation in dropdown.js among others.

10 years agoSmall whitespace cleanup in Foundation core.
Jordan Humphreys [Tue, 18 Nov 2014 22:23:11 +0000 (14:23 -0800)] 
Small whitespace cleanup in Foundation core.

10 years agoMerge pull request #5887 from michelts/joyride-modal-bg
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.

10 years agoMerge pull request #6039 from gcornhill/master
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

10 years agoMerge pull request #6034 from jaminscript/master
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

10 years agoAdding missing vender prefix for switches.scss 6039/head
Genevieve Cornhill Bulger [Fri, 14 Nov 2014 22:08:27 +0000 (15:08 -0700)] 
Adding missing vender prefix for switches.scss

10 years agoRemoved % and px from 0 units
Genevieve Cornhill Bulger [Fri, 14 Nov 2014 21:55:59 +0000 (14:55 -0700)] 
Removed % and px from 0 units

10 years agoOmit unnecessary "px" identifiers from "0px" in multiple .scss files 6034/head
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.

10 years agoadds button group even to docs
Rafi Benkual [Fri, 14 Nov 2014 00:13:14 +0000 (16:13 -0800)] 
adds button group even to docs

10 years agoMerge pull request #5999 from Magrippinho/master
Rafi [Fri, 14 Nov 2014 00:11:11 +0000 (16:11 -0800)] 
Merge pull request #5999 from Magrippinho/master

Icon bar active state styling

10 years agoMerge pull request #6031 from gcornhill/master
Rafi [Thu, 13 Nov 2014 23:50:26 +0000 (15:50 -0800)] 
Merge pull request #6031 from gcornhill/master

Removing em from 0em

10 years agoRemoving em from 0em 6031/head
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

10 years agoMerge pull request #6030 from gcornhill/master
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

10 years agoMerge pull request #6029 from zurb/dropdown-callback-bug
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

10 years agoMerge pull request #6025 from andreruffert/fix-pageXY-slider-js
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`

10 years agoRemoving -webkit prefixe for border-radius 6030/head
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

10 years agoProperly extending dropdown library 6029/head
Antonin Januska [Thu, 13 Nov 2014 14:41:56 +0000 (08:41 -0600)] 
Properly extending dropdown library

10 years agofix(js): consider 0 value for `pageX`, `pageY` 6025/head
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`.

10 years agoMerge pull request #6022 from enyce12/master
Rafi [Tue, 11 Nov 2014 19:38:07 +0000 (11:38 -0800)] 
Merge pull request #6022 from enyce12/master

Consistent quotes across js files

10 years agoadds even class to docs and various fixes to buttons and button groups
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

10 years agoUpdate foundation.topbar.js 6022/head
Damian Frizzi [Tue, 11 Nov 2014 14:58:09 +0000 (15:58 +0100)] 
Update foundation.topbar.js

10 years agoUpdate foundation.tab.js
Damian Frizzi [Tue, 11 Nov 2014 14:56:48 +0000 (15:56 +0100)] 
Update foundation.tab.js

10 years agoUpdate foundation.orbit.js
Damian Frizzi [Tue, 11 Nov 2014 14:55:36 +0000 (15:55 +0100)] 
Update foundation.orbit.js

10 years agoUpdate foundation.offcanvas.js
Damian Frizzi [Tue, 11 Nov 2014 14:54:49 +0000 (15:54 +0100)] 
Update foundation.offcanvas.js

10 years agoUpdate foundation.magellan.js
Damian Frizzi [Tue, 11 Nov 2014 14:53:33 +0000 (15:53 +0100)] 
Update foundation.magellan.js

10 years agoUpdate foundation.js
Damian Frizzi [Tue, 11 Nov 2014 14:52:51 +0000 (15:52 +0100)] 
Update foundation.js

10 years agoUpdate foundation.joyride.js
Damian Frizzi [Tue, 11 Nov 2014 14:50:21 +0000 (15:50 +0100)] 
Update foundation.joyride.js

10 years agoUpdate foundation.dropdown.js
Damian Frizzi [Tue, 11 Nov 2014 14:48:38 +0000 (15:48 +0100)] 
Update foundation.dropdown.js

10 years agoUpdate foundation.clearing.js
Damian Frizzi [Tue, 11 Nov 2014 14:43:33 +0000 (15:43 +0100)] 
Update foundation.clearing.js

10 years agofix for label s mixin and correct docs variables, and adds info color option to docs
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

10 years agocorrects class in top-bar js
Rafi Benkual [Mon, 10 Nov 2014 23:42:40 +0000 (15:42 -0800)] 
corrects class in top-bar js

10 years agoMerge pull request #6019 from enyce12/patch-1
Rafi [Mon, 10 Nov 2014 18:15:37 +0000 (10:15 -0800)] 
Merge pull request #6019 from enyce12/patch-1

Update foundation.alert.js

10 years agoUpdate foundation.alert.js 6019/head
Damian Frizzi [Mon, 10 Nov 2014 14:09:10 +0000 (15:09 +0100)] 
Update foundation.alert.js

Consistent quotes

10 years agoMerge pull request #6017 from ctalkington/wrap-division
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.

10 years agofix random indenting. 6017/head
Chris Talkington [Thu, 6 Nov 2014 17:45:50 +0000 (11:45 -0600)] 
fix random indenting.

10 years agowrap division in parenthesis. minor formatting cleanup.
Chris Talkington [Thu, 6 Nov 2014 17:40:04 +0000 (11:40 -0600)] 
wrap division in parenthesis. minor formatting cleanup.

10 years agoMerge pull request #6013 from mikeangstadt/master
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

10 years agoUse accordions without explicit settings definition 6013/head
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.

10 years agofix docs example
Rafi Benkual [Tue, 4 Nov 2014 23:45:41 +0000 (15:45 -0800)] 
fix docs example

10 years agoActive state styling 5999/head
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.

10 years agoMerge branch 'chaosmirage-master'
Ghaida Zahran [Fri, 31 Oct 2014 22:50:36 +0000 (15:50 -0700)] 
Merge branch 'chaosmirage-master'

10 years agoMerge branch 'master' of github.com:chaosmirage/foundation into 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

10 years agoFix incorrect selector in text-inputs function
Geoff Kimball [Fri, 31 Oct 2014 22:38:45 +0000 (15:38 -0700)] 
Fix incorrect selector in text-inputs function

10 years agoadds variable for forms
Rafi Benkual [Fri, 31 Oct 2014 22:25:26 +0000 (15:25 -0700)] 
adds variable for forms

10 years agoMerge pull request #5747 from andy-saint/input-types
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

10 years agoMerge pull request #5998 from zurb/revert-5997-patch-1
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"

10 years agoRevert "No scroll animation when scroll_speed = 0" 5998/head
Rafi [Fri, 31 Oct 2014 22:06:57 +0000 (15:06 -0700)] 
Revert "No scroll animation when scroll_speed = 0"

10 years agoMerge pull request #5997 from mrfletch/patch-1
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

10 years agoNo Scroll Animation when scroll_speed = 0 5997/head
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.

10 years agoMerge pull request #5801 from TimDumol/magellan-offset-by-height
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.

10 years agoMerge pull request #5824 from jmbarlow/master
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

10 years agoadds vertical class to tabs example
Rafi Benkual [Thu, 30 Oct 2014 23:12:13 +0000 (16:12 -0700)] 
adds vertical class to tabs example

10 years agoMerge pull request #5986 from coreysyms/master
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

10 years agoMerge branch 'master' of github.com:zurb/foundation
Arthur [Thu, 30 Oct 2014 22:03:15 +0000 (15:03 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

10 years agoDropdown fix
Arthur [Thu, 30 Oct 2014 22:02:57 +0000 (15:02 -0700)] 
Dropdown fix

10 years agoMerge pull request #5992 from zurb/revert-5836-patch-2
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"

10 years agoRevert "Fix incorrect import path" 5992/head
Rafi [Thu, 30 Oct 2014 21:48:49 +0000 (14:48 -0700)] 
Revert "Fix incorrect import path"

10 years agoMerge pull request #5774 from steverob/abide-validate-on-blur
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

10 years agoMerge pull request #5780 from aexeagmbh/fix_5770
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

10 years agoMerge pull request #5781 from aexeagmbh/fix_5779
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

10 years agoMerge pull request #5783 from aexeagmbh/fix_5404
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

10 years agoMerge pull request #5836 from Weeblewonder/patch-2
Rafi [Thu, 30 Oct 2014 21:17:31 +0000 (14:17 -0700)] 
Merge pull request #5836 from Weeblewonder/patch-2

Fix incorrect import path

10 years agoMerge pull request #5947 from jeffclemens/master
Rafi [Thu, 30 Oct 2014 21:09:16 +0000 (14:09 -0700)] 
Merge pull request #5947 from jeffclemens/master

Restoring namespaced events for Abide

10 years agoMerge pull request #5984 from inetbusiness/patch-1
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

10 years agoUpdate foundation.dropdown.js 5986/head
Corey Snyder [Thu, 30 Oct 2014 14:04:46 +0000 (10:04 -0400)] 
Update foundation.dropdown.js

Changes to fix medium grid break-point

10 years agoUpdate foundation.dropdown.js
Corey Snyder [Wed, 29 Oct 2014 18:48:12 +0000 (14:48 -0400)] 
Update foundation.dropdown.js

10 years agoUpdate 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.

10 years agoUpdate foundation.dropdown.js
Corey Snyder [Wed, 29 Oct 2014 18:01:23 +0000 (14:01 -0400)] 
Update foundation.dropdown.js

file failed with travis, resubmit

10 years agoMake dropdown respect boundaries of browser
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

10 years agoskip keydown validation on tab key 5984/head
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.

10 years agoupdates accordion docs for pr #5884
Rafi Benkual [Tue, 28 Oct 2014 23:54:09 +0000 (16:54 -0700)] 
updates accordion docs for pr #5884

10 years agoFixing conflict
Arthur [Tue, 28 Oct 2014 23:33:44 +0000 (16:33 -0700)] 
Fixing conflict

10 years agoMerge branch 'joelkinzel-make-accordions-more-generic'
Arthur [Tue, 28 Oct 2014 23:32:12 +0000 (16:32 -0700)] 
Merge branch 'joelkinzel-make-accordions-more-generic'

10 years agoMerge branch 'make-accordions-more-generic' of github.com:joelkinzel/foundation into...
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

10 years agoMerge pull request #5893 from christianseel/patch-8
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

10 years agoMerge pull request #5895 from eljojo/patch-1
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

10 years agoupdates docs Sass settings for pr 55907
Rafi Benkual [Tue, 28 Oct 2014 22:47:46 +0000 (15:47 -0700)] 
updates docs Sass settings for pr 55907

10 years agoMerge pull request #5907 from andig/icon-bar
Rafi [Tue, 28 Oct 2014 22:41:47 +0000 (02:41 +0400)] 
Merge pull request #5907 from andig/icon-bar

Allow configuring :hover colors

10 years agoMerge pull request #5924 from MichaelThessel/dropdown_doc_fix
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

10 years agoMerge pull request #5983 from zurb/revert-5941-master
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"

10 years agoRevert "Icon Bar microgrid cleanup" 5983/head
Rafi [Tue, 28 Oct 2014 22:34:42 +0000 (15:34 -0700)] 
Revert "Icon Bar microgrid cleanup"

10 years agoMerge pull request #5941 from doertedev/master
Rafi [Tue, 28 Oct 2014 22:23:49 +0000 (02:23 +0400)] 
Merge pull request #5941 from doertedev/master

Icon Bar microgrid cleanup

10 years agoadjusts,color settings for pr5942
Rafi Benkual [Tue, 28 Oct 2014 22:19:29 +0000 (15:19 -0700)] 
adjusts,color settings for pr5942

10 years agoMerge pull request #5942 from SuperSeb92/master
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

10 years agoMerge pull request #5951 from pwnall/alert-docs
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.

10 years agoMerge pull request #5948 from tiffting/fix-hover-color-for-callout-links
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

10 years agoMerge pull request #5962 from paulwellnerbou/patch-1
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

10 years agoMerge pull request #5977 from adamelso/patch-1
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

10 years agoMerge pull request #5980 from brendanblackwood/master
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

10 years agofix incorrect update command
Rafi Benkual [Tue, 28 Oct 2014 20:39:47 +0000 (13:39 -0700)] 
fix incorrect update command

10 years agoupdates link to compass template
Rafi Benkual [Tue, 28 Oct 2014 20:34:51 +0000 (13:34 -0700)] 
updates link to compass template

10 years agoUpdating Version # v5.4.7
Arthur [Tue, 28 Oct 2014 16:28:12 +0000 (09:28 -0700)] 
Updating Version #

10 years agoMerge remote-tracking branch 'upstream/master' 5980/head
Brendan Blackwood [Tue, 28 Oct 2014 14:15:22 +0000 (10:15 -0400)] 
Merge remote-tracking branch 'upstream/master'

10 years agoDropdown: use currentTarget instead of target
Brendan Blackwood [Tue, 28 Oct 2014 13:55:16 +0000 (09:55 -0400)] 
Dropdown: use currentTarget instead of target

Fixes #5275

10 years agofixes typo
Rafi Benkual [Tue, 28 Oct 2014 00:39:24 +0000 (17:39 -0700)] 
fixes typo

10 years agoAdd missing data-offcanvas initialization attribute 5977/head
Adam Elsodaney [Mon, 27 Oct 2014 19:58:59 +0000 (19:58 +0000)] 
Add missing data-offcanvas initialization attribute

10 years agochanges button placement on equlaizer docs example
Rafi Benkual [Fri, 24 Oct 2014 19:17:48 +0000 (12:17 -0700)] 
changes button placement on equlaizer docs example

10 years agofix docs example tabbar now does not open blank menu
Rafi Benkual [Fri, 24 Oct 2014 18:36:12 +0000 (11:36 -0700)] 
fix docs example tabbar now does not open blank menu

10 years agoupdates changelog for 5.4.7
Rafi Benkual [Fri, 24 Oct 2014 18:33:05 +0000 (11:33 -0700)] 
updates changelog for 5.4.7