]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
9 years agoChange no scroll default 8844/head
Joe Workman [Tue, 24 May 2016 20:25:34 +0000 (13:25 -0700)] 
Change no scroll default

I like that this feature was added. However, the default value should be the same as it was prior to this change. You dont want to break people's sites by simply updating the framework.

9 years agoMerge pull request #7572 from ZachWatkins/zachwatkins-topbar-click-submenu-links-v5
Corey Snyder [Wed, 4 May 2016 16:17:27 +0000 (12:17 -0400)] 
Merge pull request #7572 from ZachWatkins/zachwatkins-topbar-click-submenu-links-v5

Issue #7468 - Allow submenu parent links

9 years agoPrevent error when settings is invalid upon clicking document body to close menu 7572/head
Zachary Watkins [Wed, 4 May 2016 16:01:54 +0000 (11:01 -0500)] 
Prevent error when settings is invalid upon clicking document body to close menu

9 years agoAdd settings to event function's scope
Zachary Watkins [Wed, 4 May 2016 15:34:09 +0000 (10:34 -0500)] 
Add settings to event function's scope

9 years agoMerge pull request #7335 from signal/master
Corey Snyder [Fri, 29 Apr 2016 16:40:15 +0000 (12:40 -0400)] 
Merge pull request #7335 from signal/master

Form emits `valid.fndtn.abide` when there are no validatable fields

9 years agoMerge pull request #8632 from dragthor/settings.no_pip-fix
Kevin Ball [Wed, 27 Apr 2016 15:54:11 +0000 (08:54 -0700)] 
Merge pull request #8632 from dragthor/settings.no_pip-fix

s.no_pip vs. self.settings.no_pip

9 years agos.no_pip vs. self.settings.no_pip 8632/head
Kristofer Krause [Tue, 19 Apr 2016 18:53:49 +0000 (14:53 -0400)] 
s.no_pip vs. self.settings.no_pip

We would like this change in our project. However, !s.no_pip was
accidentally over written. In both top: and bottom: is should be
!s.no_pip and not !self.settings.no_pip.

9 years agoMerge branch 'coreysyms-patch-1' into V5
Kevin Ball [Thu, 14 Apr 2016 20:17:51 +0000 (13:17 -0700)] 
Merge branch 'coreysyms-patch-1' into V5

9 years agoMerge branch 'patch-1' of git://github.com/coreysyms/foundation-sites into coreysyms...
Kevin Ball [Thu, 14 Apr 2016 20:17:12 +0000 (13:17 -0700)] 
Merge branch 'patch-1' of git://github.com/coreysyms/foundation-sites into coreysyms-patch-1

9 years agoUpdate foundation.dropdown.js 7945/head
Corey Snyder [Thu, 14 Apr 2016 19:15:46 +0000 (15:15 -0400)] 
Update foundation.dropdown.js

cleaning up and resubmitting.

9 years agoMerge pull request #8405 from MarcGuay/patch-8 8373/head
Geoff Kimball [Mon, 14 Mar 2016 23:32:11 +0000 (16:32 -0700)] 
Merge pull request #8405 from MarcGuay/patch-8

Set $block-grid-default-spacing to !default

9 years agoSet $block-grid-default-spacing to !default 8405/head
Marc Guay [Mon, 14 Mar 2016 20:47:23 +0000 (16:47 -0400)] 
Set $block-grid-default-spacing to !default

This setting was not being overridden in settings.scss because it's missing the !default.

9 years agoMerge pull request #8382 from dragthor/V5
Rafi [Fri, 11 Mar 2016 04:05:05 +0000 (20:05 -0800)] 
Merge pull request #8382 from dragthor/V5

no_pip data-options bug fix

9 years agono_pip data-options bug fix 8382/head
Kristofer Krause [Thu, 10 Mar 2016 14:41:22 +0000 (09:41 -0500)] 
no_pip data-options bug fix

This is related to the dropdown performance enhancement.

9 years agoMerge pull request #8236 from macdabby/5.5.3
Geoff Kimball [Thu, 25 Feb 2016 19:55:37 +0000 (11:55 -0800)] 
Merge pull request #8236 from macdabby/5.5.3

Removed calls to deprecated jquery methods

9 years agoRemoved calls to deprecated jquery methods 8228/head 8236/head
DAB [Wed, 24 Feb 2016 06:14:29 +0000 (00:14 -0600)] 
Removed calls to deprecated jquery methods

9 years agoMerge pull request #8184 from ayaman/V5
Geoff Kimball [Wed, 17 Feb 2016 18:34:30 +0000 (10:34 -0800)] 
Merge pull request #8184 from ayaman/V5

Escape '#' in Magellan anchor selector

9 years agoEscape '#' in Magellan anchor selector 8184/head
Ahmad Abdel-Yaman [Wed, 17 Feb 2016 12:17:01 +0000 (14:17 +0200)] 
Escape '#' in Magellan anchor selector

9 years agoMerge pull request #8176 from ayaman/V5
Geoff Kimball [Tue, 16 Feb 2016 18:10:49 +0000 (10:10 -0800)] 
Merge pull request #8176 from ayaman/V5

Escape '#' in tab selector

9 years agoMerge pull request #8165 from spencercarnage/V5-accordion-reveal-fix
Geoff Kimball [Tue, 16 Feb 2016 18:09:47 +0000 (10:09 -0800)] 
Merge pull request #8165 from spencercarnage/V5-accordion-reveal-fix

added e.stopPropagation() to accordion click event

9 years agoEscape '#' in tab selector 8176/head
Ahmad Abdel-Yaman [Tue, 16 Feb 2016 15:15:19 +0000 (17:15 +0200)] 
Escape '#' in tab selector

9 years agoUpdate Travis badge
Geoff Kimball [Tue, 16 Feb 2016 00:04:39 +0000 (16:04 -0800)] 
Update Travis badge

9 years agoadded e.stopPropagation() to accordion to prevent double-clicks when bound to doc... 8165/head
Spencer Carney [Fri, 12 Feb 2016 19:58:20 +0000 (11:58 -0800)] 
added e.stopPropagation() to accordion to prevent double-clicks when bound to doc & reveal modal child

9 years agoMerge pull request #8066 from methyl/fix-magellan-typo
Geoff Kimball [Wed, 3 Feb 2016 17:30:33 +0000 (09:30 -0800)] 
Merge pull request #8066 from methyl/fix-magellan-typo

Fix obvious typo causing styles not to be saved

9 years agoFix obvious typo causing styles not to be saved 8066/head
Lucjan Suski [Wed, 3 Feb 2016 12:20:31 +0000 (13:20 +0100)] 
Fix obvious typo causing styles not to be saved

9 years agoMerge branch 'V5' of https://github.com/zurb/foundation-sites into V5
Chris Oyler [Fri, 22 Jan 2016 17:38:38 +0000 (09:38 -0800)] 
Merge branch 'V5' of https://github.com/zurb/foundation-sites into V5

9 years agofixes errors related to foundation 6 countdown timer
Chris Oyler [Fri, 22 Jan 2016 17:38:32 +0000 (09:38 -0800)] 
fixes errors related to foundation 6 countdown timer

9 years agoWhen using Joyride's expose feature, ignore the margin on elements, fixes #7518
Geoff Kimball [Thu, 21 Jan 2016 22:22:31 +0000 (14:22 -0800)] 
When using Joyride's expose feature, ignore the margin on elements, fixes #7518

9 years agoTweaks and code var cacheing
Corey Snyder [Wed, 20 Jan 2016 19:16:44 +0000 (14:16 -0500)] 
Tweaks and code var cacheing

9 years agoensures namespacing carries to .off() call, should fix #6469
Chris Oyler [Tue, 19 Jan 2016 00:02:04 +0000 (16:02 -0800)] 
ensures namespacing carries to .off() call, should fix #6469

9 years agoPrevent extra page from being added when printing, fixes #6434
Geoff Kimball [Mon, 18 Jan 2016 19:47:27 +0000 (11:47 -0800)] 
Prevent extra page from being added when printing, fixes #6434

9 years agoAdd note to readme that the "foundation" Bower package is only for 5.x, not 6.x
Geoff Kimball [Mon, 18 Jan 2016 18:59:32 +0000 (10:59 -0800)] 
Add note to readme that the "foundation" Bower package is only for 5.x, not 6.x

9 years agoMerge pull request #7859 from sjhewitt/patch-1
Geoff Kimball [Sat, 16 Jan 2016 00:04:31 +0000 (16:04 -0800)] 
Merge pull request #7859 from sjhewitt/patch-1

Fix Reveal in Foundation v5 with jQuery 2.2

9 years agoFix reveal for jQuery 2.2 7859/head
Simon Hewitt [Tue, 12 Jan 2016 23:16:15 +0000 (15:16 -0800)] 
Fix reveal for jQuery 2.2

This removes the invalid call to `.on`. It was working before, but a change in jQuery (https://github.com/jquery/jquery/commit/04a29696e5b176ac66401120e433d52425222f0f) changed the return value of `.on` when called with just a string.

9 years agoMerge pull request #7795 from GovSciences/master
Geoff Kimball [Thu, 7 Jan 2016 09:00:59 +0000 (01:00 -0800)] 
Merge pull request #7795 from GovSciences/master

Fix mixup between show-for-print and print-only visibility classes

9 years agoFix mixup between show-for-print and print-only visibility classes 6997/head 7795/head
César Izurieta [Wed, 11 Nov 2015 23:54:27 +0000 (21:54 -0200)] 
Fix mixup between show-for-print and print-only visibility classes

9 years agoUse shorthand "license" field in package.json, closes #7104 7442/head
Geoff Kimball [Mon, 4 Jan 2016 23:05:51 +0000 (15:05 -0800)] 
Use shorthand "license" field in package.json, closes #7104

9 years agoIssue #7468 - Allow submenu parent links
Zachary Watkins [Wed, 16 Dec 2015 15:14:41 +0000 (09:14 -0600)] 
Issue #7468 - Allow submenu parent links
This change is intended to allow top bar elements which have the "data-options" attribute "is_hover: false" to have linked submenu parents by adding the "last-clicked" class to submenu parents the first time they are clicked and removing it from any others within that top bar element.

9 years agoAdd note to CLI install docs explaining the difference between the F5 and F6 CLIs...
Geoff Kimball [Mon, 14 Dec 2015 17:24:49 +0000 (09:24 -0800)] 
Add note to CLI install docs explaining the difference between the F5 and F6 CLIs, closes #7522

9 years agofixes link in topbar
RafiBomb [Thu, 10 Dec 2015 18:28:11 +0000 (10:28 -0800)] 
fixes link in topbar

9 years agofixes topbar links and other broken links
RafiBomb [Thu, 10 Dec 2015 18:22:48 +0000 (10:22 -0800)] 
fixes topbar links and other broken links

9 years agoMerge pull request #7359 from TrevorBramble/V5
Geoff Kimball [Fri, 4 Dec 2015 21:46:54 +0000 (13:46 -0800)] 
Merge pull request #7359 from TrevorBramble/V5

Read title value as text instead of HTML

9 years agoRead title value as text instead of HTML 7359/head
Trevor Bramble [Thu, 3 Dec 2015 02:08:00 +0000 (18:08 -0800)] 
Read title value as text instead of HTML

Using `.html` when grabbing the `title` value allows it to be evaluated by JavaScript, a potential security loophole.

9 years agoMerge pull request #7152 from twogrey/patch-2
Geoff Kimball [Mon, 23 Nov 2015 18:45:46 +0000 (10:45 -0800)] 
Merge pull request #7152 from twogrey/patch-2

Fix the wrong value of "-o-transition"

9 years agoUpdating topbar:
arthurzurb [Mon, 23 Nov 2015 18:45:19 +0000 (10:45 -0800)] 
Updating topbar:

9 years agoFix the wrong value of "-o-transition" 7152/head
twogrey [Mon, 23 Nov 2015 17:09:04 +0000 (18:09 +0100)] 
Fix the wrong value of "-o-transition"

9 years agoChanging timezone?
arthurzurb [Wed, 18 Nov 2015 18:24:44 +0000 (10:24 -0800)] 
Changing timezone?

9 years agoFixing countdown
arthurzurb [Tue, 17 Nov 2015 23:18:38 +0000 (15:18 -0800)] 
Fixing countdown

9 years agoremoving counter - neeeds new js
arthurzurb [Tue, 17 Nov 2015 19:36:34 +0000 (11:36 -0800)] 
removing counter - neeeds new js

9 years agoFixing banner
arthurzurb [Tue, 17 Nov 2015 18:21:37 +0000 (10:21 -0800)] 
Fixing banner

9 years agoUPdating link in countdown banner
arthurzurb [Tue, 17 Nov 2015 18:12:24 +0000 (10:12 -0800)] 
UPdating link in countdown banner

9 years agoAdding counter
arthurzurb [Tue, 17 Nov 2015 18:00:57 +0000 (10:00 -0800)] 
Adding counter

9 years agoMerge pull request #6969 from thiagotomasi/new-form-font-color
Rafi [Fri, 6 Nov 2015 00:11:00 +0000 (16:11 -0800)] 
Merge pull request #6969 from thiagotomasi/new-form-font-color

[RFR] New color to the from inputs

9 years agoMerge pull request #6976 from jaketlarson/master
Rafi [Fri, 6 Nov 2015 00:10:29 +0000 (16:10 -0800)] 
Merge pull request #6976 from jaketlarson/master

Add dropdown link color hover link variable

9 years agoMerge pull request #6978 from dmfrancisco/patch-1
Rafi [Fri, 6 Nov 2015 00:09:15 +0000 (16:09 -0800)] 
Merge pull request #6978 from dmfrancisco/patch-1

Minor update to magellan reflow docs

9 years agoMerge pull request #6979 from MarcGuay/patch-7
Rafi [Fri, 6 Nov 2015 00:08:46 +0000 (16:08 -0800)] 
Merge pull request #6979 from MarcGuay/patch-7

Add $off-canvas-height variable to settings

9 years agoMerge pull request #6981 from vml-rmott/patch-1
Rafi [Fri, 6 Nov 2015 00:02:31 +0000 (16:02 -0800)] 
Merge pull request #6981 from vml-rmott/patch-1

error input focus background fix

9 years agoMerge pull request #6985 from petecoop/patch-1
Rafi [Fri, 6 Nov 2015 00:01:57 +0000 (16:01 -0800)] 
Merge pull request #6985 from petecoop/patch-1

Bring settings in line with change made in #6731

9 years agoBring settings in line with change made in #6731 6985/head
Pete Cooper [Thu, 5 Nov 2015 23:37:28 +0000 (23:37 +0000)] 
Bring settings in line with change made in #6731

9 years agoerror input focus background fix 6981/head
Ryan Mott [Wed, 4 Nov 2015 17:55:05 +0000 (11:55 -0600)] 
error input focus background fix

Similar to pull request #6943, this is another instance of `background` that should probably be `background-color`

9 years agoAdd $off-canvas-height variable to settings 6979/head
Marc Guay [Wed, 4 Nov 2015 15:15:37 +0000 (10:15 -0500)] 
Add $off-canvas-height variable to settings

The _settings.php file was missing the $off-canvas-height variable.

9 years agochanges topbar links to match marketing site
RafiBomb [Wed, 4 Nov 2015 05:24:38 +0000 (21:24 -0800)] 
changes topbar links to match marketing site

9 years agoUpdate magellan reflow documentation 6978/head
David Francisco [Tue, 3 Nov 2015 19:27:45 +0000 (19:27 +0000)] 
Update magellan reflow documentation

The library's name is `magellan-expedition` instead of `magellan`.

9 years agoAdd dropdown link color hover link variable 6976/head
Jake Larson [Mon, 2 Nov 2015 19:56:32 +0000 (13:56 -0600)] 
Add dropdown link color hover link variable

Documented apparently-existent $topbar-dropdown-link-color-hover

9 years agoNew color to the from inputs 6969/head
Thiago Tomasi [Fri, 30 Oct 2015 13:03:24 +0000 (11:03 -0200)] 
New color to the from inputs

9 years agochanges to top banner style
RafiBomb [Wed, 28 Oct 2015 16:42:41 +0000 (09:42 -0700)] 
changes to top banner style

9 years agoadds new blog banner
RafiBomb [Tue, 27 Oct 2015 22:09:45 +0000 (15:09 -0700)] 
adds new blog banner

9 years agoMerge pull request #6931 from mik-laj/patch-1
Rafi [Tue, 27 Oct 2015 05:45:27 +0000 (22:45 -0700)] 
Merge pull request #6931 from mik-laj/patch-1

Disable text-decoration on reveal-close

9 years agoMerge pull request #6934 from weiyang-zhou/master
Rafi [Tue, 27 Oct 2015 05:42:56 +0000 (22:42 -0700)] 
Merge pull request #6934 from weiyang-zhou/master

fix label.inline, for label font size is not 14

9 years agoMerge pull request #6940 from nategraves/fix-small-tooltips
Rafi [Fri, 23 Oct 2015 21:10:25 +0000 (14:10 -0700)] 
Merge pull request #6940 from nategraves/fix-small-tooltips

Fixed appearance and positioning of tooltip nubs for small devices

9 years agoMerge pull request #6943 from skinnp91/master
Rafi [Fri, 23 Oct 2015 21:09:59 +0000 (14:09 -0700)] 
Merge pull request #6943 from skinnp91/master

fix form select focus background

9 years agoMerge pull request #6955 from studytheuser/Proof-Reading-3
Rafi [Fri, 23 Oct 2015 21:07:55 +0000 (14:07 -0700)] 
Merge pull request #6955 from studytheuser/Proof-Reading-3

Proof Reading 3

9 years agoMerge pull request #6959 from thiagotomasi/new-breadcrumbs-approach
Rafi [Fri, 23 Oct 2015 18:50:41 +0000 (11:50 -0700)] 
Merge pull request #6959 from thiagotomasi/new-breadcrumbs-approach

[RFR] Added new breadcrumbs approach

9 years agoAdded new breadcrumbs approach 6959/head
System Administrator [Thu, 22 Oct 2015 12:56:49 +0000 (10:56 -0200)] 
Added new breadcrumbs approach

9 years agoEdited Punctuation 6955/head
study the user [Wed, 21 Oct 2015 04:04:59 +0000 (23:04 -0500)] 
Edited Punctuation

Edited punctuation and added in “?”

9 years agoRemoved Duplicate Content 6954/head
study the user [Wed, 21 Oct 2015 03:17:53 +0000 (22:17 -0500)] 
Removed Duplicate Content

Removed duplicate “Where can I find the Foundation 4 docs?”

9 years agoSpelling correction 6952/head 6953/head
study the user [Wed, 21 Oct 2015 02:56:20 +0000 (21:56 -0500)] 
Spelling correction

Corrected spelling of “Additionally”.

9 years agoProof reading edits
study the user [Wed, 21 Oct 2015 02:45:34 +0000 (21:45 -0500)] 
Proof reading edits

Grammar and punctuation edits.

9 years agoMerge pull request #1 from skinnp91/fix-focus-background 6943/head
Peter Skinner [Fri, 16 Oct 2015 16:39:27 +0000 (12:39 -0400)] 
Merge pull request #1 from skinnp91/fix-focus-background

fix form select focus background

9 years agoUpdate _forms.scss
Peter Skinner [Fri, 16 Oct 2015 16:38:53 +0000 (12:38 -0400)] 
Update _forms.scss

On form select:focus, background wipes out the background url (dropdown arrow).

9 years agoFixed appearance and positioning of tooltip nubs for small devices 6940/head
Nate Graves [Wed, 14 Oct 2015 19:40:34 +0000 (15:40 -0400)] 
Fixed appearance and positioning of tooltip nubs for small devices

9 years agoMerge pull request #6928 from blaMck/accordion-use-aria-controls-for-content-element...
Brandon Arnold [Tue, 13 Oct 2015 23:28:52 +0000 (16:28 -0700)] 
Merge pull request #6928 from blaMck/accordion-use-aria-controls-for-content-element-selection

Accordion data-content attribute (#6923)

9 years agoMerge pull request #6930 from exciton/master
Rafi [Tue, 13 Oct 2015 16:54:37 +0000 (09:54 -0700)] 
Merge pull request #6930 from exciton/master

Use correct active link color in side_nav mixin

9 years agoMerge pull request #6935 from szinya/fix-clearing-interchange
Rafi [Tue, 13 Oct 2015 16:22:30 +0000 (09:22 -0700)] 
Merge pull request #6935 from szinya/fix-clearing-interchange

Fix event binding

9 years agonamespace new transition mixin to resolve conflict with compass mixin
RafiBomb [Tue, 13 Oct 2015 15:36:04 +0000 (08:36 -0700)] 
namespace new transition mixin to resolve conflict with compass mixin

9 years agoFix event binding 6935/head
Márton Szinovszki [Tue, 13 Oct 2015 13:31:42 +0000 (15:31 +0200)] 
Fix event binding

9 years agochanges banner to motionui
RafiBomb [Tue, 13 Oct 2015 01:59:07 +0000 (18:59 -0700)] 
changes banner to motionui

9 years agoMerge pull request #6932 from perryst5/master
Chris Oyler [Mon, 12 Oct 2015 20:39:50 +0000 (13:39 -0700)] 
Merge pull request #6932 from perryst5/master

Update custom Interchange query documentation. Issue #6924

9 years agofix label.inline, for label font size is not 14 6934/head
weiyoung.zhou [Mon, 12 Oct 2015 08:12:12 +0000 (16:12 +0800)] 
fix label.inline, for label font size is not 14

9 years agoUpdate custom Interchange query documentation. Issue #6924 6932/head
Steven Perry [Sun, 11 Oct 2015 13:37:36 +0000 (09:37 -0400)] 
Update custom Interchange query documentation. Issue #6924

9 years agoDisable text-decoration on reveal-close 6931/head
mik-laj [Sat, 10 Oct 2015 14:48:02 +0000 (16:48 +0200)] 
Disable text-decoration on reveal-close

9 years agoUse correct active link color in side_nav mixin 6930/head
Bonne Eggleston [Sat, 10 Oct 2015 05:45:32 +0000 (13:45 +0800)] 
Use correct active link color in side_nav mixin

9 years agoMerge pull request #6909 from doertedev/master
Rafi [Fri, 9 Oct 2015 21:26:46 +0000 (14:26 -0700)] 
Merge pull request #6909 from doertedev/master

Introducing a separate breadcrumbs line-height var

9 years agofix scrolling issue on reveal modals
zurbchris [Fri, 9 Oct 2015 19:04:47 +0000 (12:04 -0700)] 
fix scrolling issue on reveal modals

9 years agoMerge branch 'master' of https://github.com/zurb/foundation
zurbchris [Fri, 9 Oct 2015 19:00:27 +0000 (12:00 -0700)] 
Merge branch 'master' of https://github.com/zurb/foundation

9 years agofix scrolling issue on reveal modals
zurbchris [Fri, 9 Oct 2015 18:58:20 +0000 (11:58 -0700)] 
fix scrolling issue on reveal modals

9 years agoMerge pull request #6929 from zurb/revert-6599-master
Rafi [Fri, 9 Oct 2015 18:53:41 +0000 (11:53 -0700)] 
Merge pull request #6929 from zurb/revert-6599-master

Revert "Better accessibility for reveal"

9 years agoRevert "Better accessibility for reveal" 6929/head
Rafi [Fri, 9 Oct 2015 18:53:31 +0000 (11:53 -0700)] 
Revert "Better accessibility for reveal"

9 years agoadds vendor prefix to hamburger icon mixin
RafiBomb [Fri, 9 Oct 2015 18:44:51 +0000 (11:44 -0700)] 
adds vendor prefix to hamburger icon mixin

9 years agoMerge branch 'master' of https://github.com/zurb/foundation
zurbchris [Fri, 9 Oct 2015 18:09:46 +0000 (11:09 -0700)] 
Merge branch 'master' of https://github.com/zurb/foundation