]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
8 years agoResolve merge conflict 9958/head
Kevin Chu [Mon, 10 Apr 2017 16:26:25 +0000 (09:26 -0700)] 
Resolve merge conflict

8 years agoUpdating header
Kevin Chu [Sat, 8 Apr 2017 20:45:17 +0000 (13:45 -0700)] 
Updating header

8 years agoUpdating component list and accordion styles
Kevin Chu [Sat, 8 Apr 2017 20:07:51 +0000 (13:07 -0700)] 
Updating component list and accordion styles

8 years agoUpdating version drop down styles
Kevin Chu [Sat, 8 Apr 2017 06:06:45 +0000 (23:06 -0700)] 
Updating version drop down styles

8 years agofixes inner page spacing
RafiBomb [Fri, 7 Apr 2017 23:57:32 +0000 (16:57 -0700)] 
fixes inner page spacing

8 years agomerges in head
RafiBomb [Fri, 7 Apr 2017 22:39:28 +0000 (15:39 -0700)] 
merges in head

8 years agofixed header height
RafiBomb [Fri, 7 Apr 2017 22:38:23 +0000 (15:38 -0700)] 
fixed header height

8 years agoUpdating to accordions
Kevin Chu [Fri, 7 Apr 2017 22:00:05 +0000 (15:00 -0700)] 
Updating to accordions

8 years agoUpdating accordion styles
Kevin Chu [Fri, 7 Apr 2017 21:15:00 +0000 (14:15 -0700)] 
Updating accordion styles

8 years agoUpdating row to be full-width
Kevin Chu [Fri, 7 Apr 2017 20:46:02 +0000 (13:46 -0700)] 
Updating row to be full-width

8 years agoMerge pull request #9936 from strainger/patch-2
Rafi [Fri, 7 Apr 2017 17:24:40 +0000 (10:24 -0700)] 
Merge pull request #9936 from strainger/patch-2

Scripts in HTML Starter Template linked wrong

8 years agoScripts in HTML Starter Template linked wrong 9936/head
strainger [Fri, 7 Apr 2017 17:19:57 +0000 (12:19 -0500)] 
Scripts in HTML Starter Template linked wrong

The links in the starter template were linked wrong, jquery.min.js doesn't exist in the CSS only download, but jquery.js does, same with the what-input script, it does not have a min version in the CSS download, only a version without min. The file foundation.min.js exists but it is in the vendor folder, not directly in the js folder. After fixing these three links in the starter template, everything I try is now working as expected.

This starter template should link everything correctly so everything works. I actually was looking at other frameworks because I couldn't get all that I wanted to run working, this was why. I went back to my old Foundation code and everything is working perfectly. This template may just be old code from a previous version of foundation when the file structure was different.

This fix will help new people to this framework learn and stay with Foundation.

8 years agoUpdating search bar
Kevin Chu [Thu, 6 Apr 2017 05:41:17 +0000 (22:41 -0700)] 
Updating search bar

8 years agoMerge pull request #9329 from karland/patch-5
Kevin Ball [Tue, 4 Apr 2017 22:06:22 +0000 (15:06 -0700)] 
Merge pull request #9329 from karland/patch-5

Made Accordion documentation consistent

8 years agoMerge pull request #9877 from fulldecent/patch-1
Kevin Ball [Tue, 4 Apr 2017 21:36:49 +0000 (14:36 -0700)] 
Merge pull request #9877 from fulldecent/patch-1

Add SRI to CDN links

8 years agoMerge pull request #9828 from colinmackinlay/patch-2
Kevin Ball [Mon, 3 Apr 2017 21:17:00 +0000 (14:17 -0700)] 
Merge pull request #9828 from colinmackinlay/patch-2

ABIDE - clarification of novalidate attribute

8 years agoMerge pull request #9819 from Proper-Job/no-js-doc-enhancement
Kevin Ball [Mon, 3 Apr 2017 20:30:28 +0000 (13:30 -0700)] 
Merge pull request #9819 from Proper-Job/no-js-doc-enhancement

Added a gentle reminder to include no-js class to html element.

8 years agoAdd SRI to CDN links 9877/head
William Entriken [Wed, 15 Mar 2017 17:44:37 +0000 (13:44 -0400)] 
Add SRI to CDN links

8 years agoUpdating accordion content items
Kevin Chu [Tue, 14 Mar 2017 00:07:12 +0000 (17:07 -0700)] 
Updating accordion content items

8 years agoUpdating component list navigation - adding accordion functionality and new styles
Kevin Chu [Fri, 10 Mar 2017 19:54:44 +0000 (11:54 -0800)] 
Updating component list navigation - adding accordion functionality and new styles

8 years agoUpdating links and styles in table of content nav
Kevin Chu [Fri, 10 Mar 2017 18:28:04 +0000 (10:28 -0800)] 
Updating links and styles in table of content nav

8 years agoAdding independent scrolling for doc's nav
Kevin Chu [Wed, 8 Mar 2017 19:10:01 +0000 (11:10 -0800)] 
Adding independent scrolling for doc's nav

8 years agoMerge pull request #9771 from IamManchanda/docs/indentation-kitchen-sink
Marius Olbertz [Sat, 4 Mar 2017 11:07:05 +0000 (12:07 +0100)] 
Merge pull request #9771 from IamManchanda/docs/indentation-kitchen-sink

Indentation fix #9768

8 years agoABIDE - clarification of novalidate attribute 9828/head
colinmackinlay [Wed, 1 Mar 2017 23:25:26 +0000 (23:25 +0000)] 
ABIDE - clarification of novalidate attribute

The need to use novalidate is new in F6. The proposed change emphasises why it is needed.

8 years agoMerge branch 'release/6.3.1'
Kevin Ball [Tue, 28 Feb 2017 19:29:06 +0000 (11:29 -0800)] 
Merge branch 'release/6.3.1'

8 years agoPackage up 6.3.1 release v6.3.1
Kevin Ball [Tue, 28 Feb 2017 19:18:09 +0000 (11:18 -0800)] 
Package up 6.3.1 release

8 years agoAdded dot . to class name 9819/head
Moritz Pfeiffer [Tue, 28 Feb 2017 08:37:16 +0000 (09:37 +0100)] 
Added dot . to class name

8 years agoAdded a gentle reminder to include no-js class to html element. It is easy to overlo...
Moritz Pfeiffer [Tue, 28 Feb 2017 08:29:26 +0000 (09:29 +0100)] 
Added a gentle reminder to include no-js class to html element.  It is easy to overlook otherwise.

8 years agoMerge pull request #9780 from chrismou/patch-2
Rafi [Thu, 23 Feb 2017 19:51:34 +0000 (11:51 -0800)] 
Merge pull request #9780 from chrismou/patch-2

Docs typo - off-canvas.md

8 years agoUpdate off-canvas.md 9780/head
Chris Chrisostomou [Tue, 14 Feb 2017 16:45:05 +0000 (16:45 +0000)] 
Update off-canvas.md

tight > right

8 years agoMerge pull request #9770 from zurb/revert-9362-fix-flex-grid
Kevin Ball [Mon, 13 Feb 2017 16:54:55 +0000 (08:54 -0800)] 
Merge pull request #9770 from zurb/revert-9362-fix-flex-grid

Revert "Fix bug #9361"

8 years agoMerge pull request #9769 from zurb/hide-hidden-drilldown-menus-from-tabs
Kevin Ball [Mon, 13 Feb 2017 16:54:10 +0000 (08:54 -0800)] 
Merge pull request #9769 from zurb/hide-hidden-drilldown-menus-from-tabs

Make hidden parts of submenus inaccessible without creating tab trap

8 years agoIndentation fix #9768 9771/head
harry [Sun, 12 Feb 2017 06:21:00 +0000 (11:51 +0530)] 
Indentation fix #9768

8 years agoRevert "Fix bug #9361" 9770/head
Kevin Ball [Sat, 11 Feb 2017 00:01:38 +0000 (16:01 -0800)] 
Revert "Fix bug #9361"

This reverts commit c84d6c1ccffcae6d2f46e3932e3ca62f151074b3.

8 years agoMake hidden parts of submenus inaccessible without creating tab trap 9769/head
Kevin Ball [Fri, 10 Feb 2017 23:46:22 +0000 (15:46 -0800)] 
Make hidden parts of submenus inaccessible without creating tab trap

8 years agoMerge pull request #9768 from abdullahsalem/fix-inline-labels-buttons-sample
Marius Olbertz [Fri, 10 Feb 2017 21:45:16 +0000 (22:45 +0100)] 
Merge pull request #9768 from abdullahsalem/fix-inline-labels-buttons-sample

Fix Inline Labels and Buttons sample in kitchen-sink.html

8 years agoFix Inline Labels and Buttons sample in kitchen-sink.html 9768/head
Abdullah Salem [Fri, 10 Feb 2017 20:58:21 +0000 (23:58 +0300)] 
Fix Inline Labels and Buttons sample in kitchen-sink.html

8 years agoMerge pull request #9752 from IamManchanda/docs/primary-callouts-sink
Kevin Ball [Mon, 6 Feb 2017 17:43:56 +0000 (09:43 -0800)] 
Merge pull request #9752 from IamManchanda/docs/primary-callouts-sink

Added primary callouts to kitchen sink

8 years agoAdded primary callouts to kitchen sink 9752/head
harry [Mon, 6 Feb 2017 17:39:57 +0000 (23:09 +0530)] 
Added primary callouts to kitchen sink

8 years agoMerge branch 'master' into develop
Kevin Ball [Mon, 6 Feb 2017 17:20:16 +0000 (09:20 -0800)] 
Merge branch 'master' into develop

8 years agoUpdate for 6.3.1-rc1 v6.3.1-rc1
Kevin Ball [Sat, 4 Feb 2017 00:00:34 +0000 (16:00 -0800)] 
Update for 6.3.1-rc1

8 years agoMerge pull request #9707 from zurb/offcanvas-scrolling-is-9696
Kevin Ball [Fri, 3 Feb 2017 21:16:31 +0000 (13:16 -0800)] 
Merge pull request #9707 from zurb/offcanvas-scrolling-is-9696

Enable scrolling within offcanvas panel on iOS even when body scrolli…

8 years agoMerge pull request #9745 from zurb/flexmenu-fix
Rafi [Fri, 3 Feb 2017 21:18:07 +0000 (13:18 -0800)] 
Merge pull request #9745 from zurb/flexmenu-fix

Adds test for flex menu centered

8 years agoMerge pull request #9707 from zurb/offcanvas-scrolling-is-9696
Kevin Ball [Fri, 3 Feb 2017 21:16:31 +0000 (13:16 -0800)] 
Merge pull request #9707 from zurb/offcanvas-scrolling-is-9696

Enable scrolling within offcanvas panel on iOS even when body scrolli…

8 years agoMerge pull request #9701 from paxperscientiam/develop-upstream
Kevin Ball [Fri, 3 Feb 2017 17:39:01 +0000 (09:39 -0800)] 
Merge pull request #9701 from paxperscientiam/develop-upstream

.align-center-middle as new alignment class

8 years agoadds test for flex menu centered 9745/head
RafiBomb [Thu, 2 Feb 2017 22:11:44 +0000 (14:11 -0800)] 
adds test for flex menu centered

8 years agoMerge pull request #9622 from zurb/responsive-toggle-targeting-bug
Kevin Ball [Thu, 2 Feb 2017 21:06:16 +0000 (13:06 -0800)] 
Merge pull request #9622 from zurb/responsive-toggle-targeting-bug

Fix responsive toggle to pay attention to targets of internal toggles

8 years agoMerge pull request #9622 from zurb/responsive-toggle-targeting-bug
Kevin Ball [Thu, 2 Feb 2017 21:06:16 +0000 (13:06 -0800)] 
Merge pull request #9622 from zurb/responsive-toggle-targeting-bug

Fix responsive toggle to pay attention to targets of internal toggles

8 years agothink i fixed flexbox.md thanks to @IamManchanda 9701/head
Chris [Wed, 1 Feb 2017 19:49:26 +0000 (14:49 -0500)] 
think i fixed flexbox.md thanks to @IamManchanda

8 years agoMerge pull request #9735 from natewiebe13/responsive-button-padding
Kevin Ball [Tue, 31 Jan 2017 23:57:34 +0000 (15:57 -0800)] 
Merge pull request #9735 from natewiebe13/responsive-button-padding

Add support for responsive button padding

8 years agoMerge pull request #9734 from Quy/patch-1
Kevin Ball [Tue, 31 Jan 2017 23:52:54 +0000 (15:52 -0800)] 
Merge pull request #9734 from Quy/patch-1

Add link to TOC

8 years agoMerge pull request #9730 from IllusionPerdu/patch-1
Kevin Ball [Tue, 31 Jan 2017 23:52:25 +0000 (15:52 -0800)] 
Merge pull request #9730 from IllusionPerdu/patch-1

Fix for #9729 : Flexgrid not resetting nested row using 'expanded' class

8 years agorever flexbox.md
Chris [Tue, 31 Jan 2017 22:59:17 +0000 (17:59 -0500)] 
rever flexbox.md

8 years agoMerge pull request #9717 from IamManchanda/variable/button-hollow-width
Kevin Ball [Tue, 31 Jan 2017 18:55:32 +0000 (10:55 -0800)] 
Merge pull request #9717 from IamManchanda/variable/button-hollow-width

[Fixes #9709] Added a variable [Settings] button-hollow-border-width for border width

8 years agoRenamed to button-hollow-border-width 9717/head
harry [Tue, 31 Jan 2017 15:45:45 +0000 (21:15 +0530)] 
Renamed to button-hollow-border-width

8 years agoAdd support for responsive button padding 9735/head
Nate Wiebe [Tue, 31 Jan 2017 15:36:52 +0000 (10:36 -0500)] 
Add support for responsive button padding

8 years agoAdd link to TOC 9734/head
Quy [Tue, 31 Jan 2017 14:07:45 +0000 (06:07 -0800)] 
Add link to TOC

8 years agoFix for #9729 9730/head
Sébastien GRAVIER [Tue, 31 Jan 2017 00:12:42 +0000 (01:12 +0100)] 
Fix for #9729

8 years agoMerge pull request #9712 from IamManchanda/hotfix/flexbox-menu-centered
Kevin Ball [Mon, 30 Jan 2017 21:03:18 +0000 (13:03 -0800)] 
Merge pull request #9712 from IamManchanda/hotfix/flexbox-menu-centered

[Fixes #9705] Add menu-centered to flexbox mode.

8 years agoMerge pull request #9595 from mheward/patch-1
Kevin Ball [Mon, 30 Jan 2017 18:49:33 +0000 (10:49 -0800)] 
Merge pull request #9595 from mheward/patch-1

Update _responsive-embed.scss

8 years agoMerge pull request #9722 from IamManchanda/advancement/breadcrumb-slash-color
Kevin Ball [Mon, 30 Jan 2017 18:32:39 +0000 (10:32 -0800)] 
Merge pull request #9722 from IamManchanda/advancement/breadcrumb-slash-color

[Fixes #9721] Added a variable: breadcrumb slash color

8 years agoMerge pull request #9720 from IamManchanda/update/contributing-link
Kevin Ball [Mon, 30 Jan 2017 18:30:40 +0000 (10:30 -0800)] 
Merge pull request #9720 from IamManchanda/update/contributing-link

[General Fix] Contributing.md link updates

8 years agoUpdate _responsive-embed.scss 9595/head
mheward [Mon, 30 Jan 2017 11:29:46 +0000 (11:29 +0000)] 
Update _responsive-embed.scss

8 years agoUpdate _settings.scss
mheward [Mon, 30 Jan 2017 11:29:12 +0000 (11:29 +0000)] 
Update _settings.scss

8 years agoRemoved unneccesary line space 9722/head
harry [Sun, 29 Jan 2017 14:38:12 +0000 (20:08 +0530)] 
Removed unneccesary line space

8 years agoAdded a variable: breadcrumbs-item-slash-color
harry [Sun, 29 Jan 2017 14:34:54 +0000 (20:04 +0530)] 
Added a variable: breadcrumbs-item-slash-color

8 years agoGrammar correcting within CONTRIBUTING.md 9720/head
harry [Sun, 29 Jan 2017 12:41:29 +0000 (18:11 +0530)] 
Grammar correcting within CONTRIBUTING.md

8 years agoCloses #9709 Added a variable button-hollow-width for border width
harry [Sat, 28 Jan 2017 14:33:21 +0000 (20:03 +0530)] 
Closes #9709 Added a variable button-hollow-width for border width

8 years agoupdated flexbox.md
Chris [Sat, 28 Jan 2017 04:07:19 +0000 (23:07 -0500)] 
updated flexbox.md

8 years agoUpdate forum link 9714/head
harry [Sat, 28 Jan 2017 02:16:18 +0000 (07:46 +0530)] 
Update forum link

8 years agoAdded a link of code of conduct to contributing.md
harry [Sat, 28 Jan 2017 02:11:04 +0000 (07:41 +0530)] 
Added a link of code of conduct to contributing.md

8 years agoThis new class for flex-grid centralizes a flex parent's descendants.
Chris [Fri, 27 Jan 2017 23:25:56 +0000 (18:25 -0500)] 
This new class for flex-grid centralizes a flex parent's descendants.

8 years agoAdd menu-centered to flexbox mode. 9712/head
harry [Fri, 27 Jan 2017 16:05:36 +0000 (21:35 +0530)] 
Add menu-centered to flexbox mode.

8 years agoUpdate _responsive-embed.scss
mheward [Fri, 27 Jan 2017 12:00:52 +0000 (12:00 +0000)] 
Update _responsive-embed.scss

8 years agoEnable scrolling within offcanvas panel on iOS even when body scrolling disabled 9707/head
Kevin Ball [Thu, 26 Jan 2017 23:41:30 +0000 (15:41 -0800)] 
Enable scrolling within offcanvas panel on iOS even when body scrolling disabled

8 years agoMerge pull request #9700 from zurb/fix-off-canvas-resize-reveal
Kevin Ball [Thu, 26 Jan 2017 23:03:41 +0000 (15:03 -0800)] 
Merge pull request #9700 from zurb/fix-off-canvas-resize-reveal

Fix double event handler bug in new offcanvas

8 years agoMerge pull request #9706 from erikarenhill/fix-util-imageloader-breaking-querystring
Kevin Ball [Thu, 26 Jan 2017 22:37:44 +0000 (14:37 -0800)] 
Merge pull request #9706 from erikarenhill/fix-util-imageloader-breaking-querystring

Now preserves the existing querystring questionmark if there already …

8 years agoMerge pull request #9706 from erikarenhill/fix-util-imageloader-breaking-querystring
Kevin Ball [Thu, 26 Jan 2017 22:37:44 +0000 (14:37 -0800)] 
Merge pull request #9706 from erikarenhill/fix-util-imageloader-breaking-querystring

Now preserves the existing querystring questionmark if there already …

8 years agoNow preserves the existing querystring questionmark if there already is one present... 9706/head
Erik Arenhill [Thu, 26 Jan 2017 22:13:58 +0000 (23:13 +0100)] 
Now preserves the existing querystring questionmark if there already is one present, and uses an ampersand instead in that case.

8 years agoMerge pull request #9704 from IamManchanda/docs/flexbox-grammar-26jan2017
Rafi [Thu, 26 Jan 2017 19:20:53 +0000 (11:20 -0800)] 
Merge pull request #9704 from IamManchanda/docs/flexbox-grammar-26jan2017

Grammar correction within Flexbox page

8 years agoGrammar correction within Flexbox page 9704/head
harry [Thu, 26 Jan 2017 18:14:15 +0000 (23:44 +0530)] 
Grammar correction within Flexbox page

8 years ago.align-central as new alignment class
Chris [Wed, 25 Jan 2017 22:46:29 +0000 (17:46 -0500)] 
.align-central as new alignment class

8 years agoMerge branch 'master' into develop
Kevin Ball [Wed, 25 Jan 2017 21:53:53 +0000 (13:53 -0800)] 
Merge branch 'master' into develop

8 years agoMerge pull request #9665 from ncoden/docs/git-workflow
Kevin Ball [Wed, 25 Jan 2017 21:53:26 +0000 (13:53 -0800)] 
Merge pull request #9665 from ncoden/docs/git-workflow

Add docs about new git workflow

8 years agoMerge branch 'develop' of https://github.com/zurb/foundation-sites into develop
Kevin Ball [Wed, 25 Jan 2017 21:48:39 +0000 (13:48 -0800)] 
Merge branch 'develop' of https://github.com/zurb/foundation-sites into develop

8 years agoFix styling and non- case
Kevin Ball [Wed, 25 Jan 2017 21:43:53 +0000 (13:43 -0800)] 
Fix styling and non- case

8 years agoMerge branch 'coreysyms-mutation-observer-sticky' of git://github.com/coreysyms/found...
Kevin Ball [Wed, 25 Jan 2017 21:30:25 +0000 (13:30 -0800)] 
Merge branch 'coreysyms-mutation-observer-sticky' of git://github.com/coreysyms/foundation-sites into coreysyms-coreysyms-mutation-observer-sticky

8 years agoFix double event handler bug in new offcanvas 9700/head
Kevin Ball [Wed, 25 Jan 2017 21:22:27 +0000 (13:22 -0800)] 
Fix double event handler bug in new offcanvas

8 years agoMerge pull request #9632 from gorriecoe/feature-add-off-canvas-autofocus
Kevin Ball [Tue, 24 Jan 2017 17:15:14 +0000 (09:15 -0800)] 
Merge pull request #9632 from gorriecoe/feature-add-off-canvas-autofocus

Feature Add attribute for auto focus within off canvas

8 years agoMerge pull request #9664 from designerno1/feature-accordion-deep-link
Kevin Ball [Tue, 24 Jan 2017 00:51:57 +0000 (16:51 -0800)] 
Merge pull request #9664 from designerno1/feature-accordion-deep-link

new feature accordion deep link

8 years agoMerge branch 'designerno1-fix-tabs-deeplink-abs-url' into develop
Kevin Ball [Tue, 24 Jan 2017 00:46:51 +0000 (16:46 -0800)] 
Merge branch 'designerno1-fix-tabs-deeplink-abs-url' into develop

8 years agoMerge branch 'fix-tabs-deeplink-abs-url' of git://github.com/designerno1/foundation...
Kevin Ball [Tue, 24 Jan 2017 00:41:54 +0000 (16:41 -0800)] 
Merge branch 'fix-tabs-deeplink-abs-url' of git://github.com/designerno1/foundation-sites into designerno1-fix-tabs-deeplink-abs-url

8 years agoMerge pull request #9674 from zurb/fix-tabs-history
Kevin Ball [Mon, 23 Jan 2017 22:57:32 +0000 (14:57 -0800)] 
Merge pull request #9674 from zurb/fix-tabs-history

Fix tabs deeplink history to work with back button within page

8 years agoMerge pull request #9685 from IamManchanda/hotfix/match-height-tabs
Kevin Ball [Mon, 23 Jan 2017 18:13:06 +0000 (10:13 -0800)] 
Merge pull request #9685 from IamManchanda/hotfix/match-height-tabs

Match height tabs bug

8 years agoMerge branch 'master' into develop
Kevin Ball [Mon, 23 Jan 2017 17:50:29 +0000 (09:50 -0800)] 
Merge branch 'master' into develop

8 years agoMerge pull request #9674 from zurb/fix-tabs-history
Kevin Ball [Mon, 23 Jan 2017 22:57:32 +0000 (14:57 -0800)] 
Merge pull request #9674 from zurb/fix-tabs-history

Fix tabs deeplink history to work with back button within page

8 years agoMerge pull request #9685 from IamManchanda/hotfix/match-height-tabs
Kevin Ball [Mon, 23 Jan 2017 18:13:06 +0000 (10:13 -0800)] 
Merge pull request #9685 from IamManchanda/hotfix/match-height-tabs

Match height tabs bug

8 years agoRemoved the logic of getting options from the parent as unnecessary 9685/head
harry [Mon, 23 Jan 2017 18:08:49 +0000 (23:38 +0530)] 
Removed the logic of getting options from the parent as unnecessary

8 years agoAdd doc comments for new historyHandled param 9674/head
Kevin Ball [Mon, 23 Jan 2017 17:57:04 +0000 (09:57 -0800)] 
Add doc comments for new historyHandled param

8 years agoMerge branch 'master' into develop
Kevin Ball [Mon, 23 Jan 2017 17:50:29 +0000 (09:50 -0800)] 
Merge branch 'master' into develop