]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
9 years agoFix flex-grid-column with nowrap child 8511/head
Nicolas Coden [Sat, 2 Apr 2016 01:37:51 +0000 (03:37 +0200)] 
Fix flex-grid-column with nowrap child

On the last version of chrome, the child of a `flex-grid-column(null)`
with
```css
white-space: nowrap;
overflow: hidden;
```
doesn't have a limited size, and the full content is showed in one line
exceeding the row.

`min-width: 0;` fix this problem, probably by remembering to chrome to
evaluate the column width with a `0px` content width (it's what `flex:
1 1 0px` should do).
https://stackoverflow.com/questions/34934586/white-space-nowrap-and-flex
box-did-not-work-in-chrome

9 years agoMerge pull request #8473 from Owlbertz/fix-reveal-destroy
Kevin Ball [Sat, 2 Apr 2016 00:22:29 +0000 (17:22 -0700)] 
Merge pull request #8473 from Owlbertz/fix-reveal-destroy

Fix issue with Reveal#destroy().

9 years agoMerge pull request #8477 from Owlbertz/keyboard-drilldown
Kevin Ball [Fri, 1 Apr 2016 23:11:21 +0000 (16:11 -0700)] 
Merge pull request #8477 from Owlbertz/keyboard-drilldown

Fix keyboard access for drilldown

9 years agoMerge branch 'customizer' into develop
Kevin Ball [Fri, 1 Apr 2016 17:54:14 +0000 (10:54 -0700)] 
Merge branch 'customizer' into develop

9 years agoExplicitly add flex modules
Kevin Ball [Fri, 1 Apr 2016 17:52:26 +0000 (10:52 -0700)] 
Explicitly add flex modules

9 years agofixes comment typo
Rafi [Wed, 30 Mar 2016 16:40:03 +0000 (09:40 -0700)] 
fixes comment typo

9 years agoMerge pull request #8400 from zurb/customizer
kball [Wed, 30 Mar 2016 00:01:46 +0000 (17:01 -0700)] 
Merge pull request #8400 from zurb/customizer

Customizer Updates

9 years agoIn customizer Gulp tasks, prevent build from failing if the form data JSON given... 8400/head
Geoff Kimball [Tue, 29 Mar 2016 22:24:38 +0000 (15:24 -0700)] 
In customizer Gulp tasks, prevent build from failing if the form data JSON given is missing the variables key

9 years agoIn customizer Gulp tasks, don't print a $foundation-palette override if no color...
Geoff Kimball [Tue, 29 Mar 2016 16:32:54 +0000 (09:32 -0700)] 
In customizer Gulp tasks, don't print a $foundation-palette override if no color variables are included in the custom build definition

9 years agoIn customizer Gulpfile, ensure color variables passed in are all merged into $foundat...
Geoff Kimball [Mon, 28 Mar 2016 20:33:30 +0000 (13:33 -0700)] 
In customizer Gulpfile, ensure color variables passed in are all merged into $foundation-palette

9 years agoRemove util-map.json, the functionality of which is now covered by customizer/config.yml
Geoff Kimball [Mon, 28 Mar 2016 20:20:00 +0000 (13:20 -0700)] 
Remove util-map.json, the functionality of which is now covered by customizer/config.yml

9 years agoIn customizer Gulp task, ensure all JavaScript files are properly included
Geoff Kimball [Mon, 28 Mar 2016 20:19:15 +0000 (13:19 -0700)] 
In customizer Gulp task, ensure all JavaScript files are properly included

9 years agoIn customizer Gulp tasks, add default values for the --modules and --output flags...
Geoff Kimball [Mon, 28 Mar 2016 20:17:16 +0000 (13:17 -0700)] 
In customizer Gulp tasks, add default values for the --modules and --output flags, and ensure all files print to the correct output directory

9 years agoEnsure that customizer config presets and module list are complete
Geoff Kimball [Mon, 28 Mar 2016 20:03:20 +0000 (13:03 -0700)] 
Ensure that customizer config presets and module list are complete

9 years agoMerge pull request #8472 from colin-marshall/babel-tests
Colin Marshall [Mon, 28 Mar 2016 17:55:19 +0000 (11:55 -0600)] 
Merge pull request #8472 from colin-marshall/babel-tests

ES6/Babel in JS unit tests

9 years agoApply display: block; to flex grid items with .row and .column, so the content inside...
Geoff Kimball [Mon, 28 Mar 2016 17:34:47 +0000 (10:34 -0700)] 
Apply display: block; to flex grid items with .row and .column, so the content inside flows properly

9 years agoAdd max-width: none; to nested rows to ensure they're always the full width of the...
Geoff Kimball [Mon, 28 Mar 2016 17:30:54 +0000 (10:30 -0700)] 
Add max-width: none; to nested rows to ensure they're always the full width of the parent row, closes #8304

9 years agoAdd reference to NuGet package in installation docs #8302
Geoff Kimball [Mon, 28 Mar 2016 16:41:08 +0000 (09:41 -0700)] 
Add reference to NuGet package in installation docs #8302

9 years agoFix keyboard access for drilldown 8477/head
Marius Olbertz [Mon, 28 Mar 2016 14:38:23 +0000 (16:38 +0200)] 
Fix keyboard access for drilldown

Mainly I changed the focused elements to be the `a` tags rather than the `li` tags.
I also added anchors to the menu links in the docs, so it is possible to actually click/space/enter the links to open a new page (or at least change their window's location).
The fact that the links within the menus had only pure `#`es in their `href` did not cover the real-life menu purposes and made proper testing a bit hard.

9 years agoAdded starter templates for js component unit tests 8472/head
Colin Marshall [Mon, 28 Mar 2016 02:36:15 +0000 (20:36 -0600)] 
Added starter templates for js component unit tests

9 years agoAdded multiline string to Toggler unit tests
Colin Marshall [Sun, 27 Mar 2016 22:41:07 +0000 (16:41 -0600)] 
Added multiline string to Toggler unit tests

9 years agoAdded clean step prior to transpiling js unit tests
Colin Marshall [Sun, 27 Mar 2016 22:39:43 +0000 (16:39 -0600)] 
Added clean step prior to transpiling js unit tests

9 years agoLink concatenated js unit tests in index.html
Colin Marshall [Sun, 27 Mar 2016 22:38:59 +0000 (16:38 -0600)] 
Link concatenated js unit tests in index.html

9 years agoFix issue with Reveal#destroy(). 8473/head
Marius Olbertz [Sun, 27 Mar 2016 11:23:38 +0000 (13:23 +0200)] 
Fix issue with Reveal#destroy().

Moved $element outside of $overlay to prevent error unregisterPlugin().

9 years agoAdded transpiled js tests file to gitignore
Colin Marshall [Sun, 27 Mar 2016 01:05:00 +0000 (19:05 -0600)] 
Added transpiled js tests file to gitignore

9 years agoAdded ES6/babel to JS tests, exported babel reporting
Colin Marshall [Sun, 27 Mar 2016 00:43:03 +0000 (18:43 -0600)] 
Added ES6/babel to JS tests, exported babel reporting

9 years agoMerge pull request #8453 from Owlbertz/focus-reveal
Marius Olbertz [Thu, 24 Mar 2016 17:53:18 +0000 (18:53 +0100)] 
Merge pull request #8453 from Owlbertz/focus-reveal

Fixes issue when putting focus to an input outside of the modal.

9 years agoFixes issue when putting focus to an input outside of the modal. 8453/head
Marius Olbertz [Thu, 24 Mar 2016 08:03:19 +0000 (09:03 +0100)] 
Fixes issue when putting focus to an input outside of the modal.

9 years agoMerge pull request #8376 from andycochran/multiselect
Andy Cochran [Tue, 22 Mar 2016 18:19:25 +0000 (14:19 -0400)] 
Merge pull request #8376 from andycochran/multiselect

Remove triangle from select elements with the multiple attribute.

9 years agoFix typo in Contributing Guidelines.
Andy Cochran [Tue, 22 Mar 2016 15:25:01 +0000 (11:25 -0400)] 
Fix typo in Contributing Guidelines.

9 years agoAdd link to coding standards in contributing.md
Geoff Kimball [Thu, 17 Mar 2016 16:47:24 +0000 (09:47 -0700)] 
Add link to coding standards in contributing.md

9 years agoMerge branch 'designerno1-patch-1' into develop
Geoff Kimball [Thu, 17 Mar 2016 16:37:17 +0000 (09:37 -0700)] 
Merge branch 'designerno1-patch-1' into develop

9 years agoAdjust formatting of a sentence in contributing.md
Geoff Kimball [Thu, 17 Mar 2016 16:37:03 +0000 (09:37 -0700)] 
Adjust formatting of a sentence in contributing.md

9 years agoMerge branch 'patch-1' of https://github.com/designerno1/foundation-sites into design...
Geoff Kimball [Thu, 17 Mar 2016 16:35:56 +0000 (09:35 -0700)] 
Merge branch 'patch-1' of https://github.com/designerno1/foundation-sites into designerno1-patch-1

9 years agoMerge branch 'themestechnology-patch-1' into develop
Geoff Kimball [Thu, 17 Mar 2016 16:34:45 +0000 (09:34 -0700)] 
Merge branch 'themestechnology-patch-1' into develop

9 years agoAdjust formatting of complete off-canvas example in docs
Geoff Kimball [Thu, 17 Mar 2016 16:34:30 +0000 (09:34 -0700)] 
Adjust formatting of complete off-canvas example in docs

9 years agoMerge branch 'patch-1' of https://github.com/themestechnology/foundation-sites into...
Geoff Kimball [Thu, 17 Mar 2016 16:27:54 +0000 (09:27 -0700)] 
Merge branch 'patch-1' of https://github.com/themestechnology/foundation-sites into themestechnology-patch-1

9 years agoCreate individual JS files for each plugin, and add them to the dist folder. Allows...
Geoff Kimball [Thu, 17 Mar 2016 16:27:22 +0000 (09:27 -0700)] 
Create individual JS files for each plugin, and add them to the dist folder. Allows users without Babel to use individual JS plugins. Closes #8406

9 years agoUpdate CONTRIBUTING.md 8421/head
designerno1 [Wed, 16 Mar 2016 23:33:17 +0000 (00:33 +0100)] 
Update CONTRIBUTING.md

i stopped the work on Clearing, please change it to the equalizer extension i wrote thanks

9 years agoAllow paths to be passed to the --output flag of the customizer
Geoff Kimball [Wed, 16 Mar 2016 22:04:07 +0000 (15:04 -0700)] 
Allow paths to be passed to the --output flag of the customizer

9 years agoMerge branch 'develop' of https://github.com/zurb/foundation into develop
Geoff Kimball [Wed, 16 Mar 2016 16:46:06 +0000 (09:46 -0700)] 
Merge branch 'develop' of https://github.com/zurb/foundation into develop

9 years agoMerge branch 'Owlbertz-keyboard-accordion-menu' into develop
Geoff Kimball [Wed, 16 Mar 2016 16:44:01 +0000 (09:44 -0700)] 
Merge branch 'Owlbertz-keyboard-accordion-menu' into develop

9 years agoAdd test case for keyboard control on accordion menus
Geoff Kimball [Mon, 14 Mar 2016 17:43:00 +0000 (10:43 -0700)] 
Add test case for keyboard control on accordion menus

9 years agoAdd visual test for sliders with a nonzero start value
Geoff Kimball [Fri, 11 Mar 2016 19:27:26 +0000 (11:27 -0800)] 
Add visual test for sliders with a nonzero start value

9 years agofix error when -spacing is 0
Andy Cochran [Thu, 10 Mar 2016 21:47:14 +0000 (16:47 -0500)] 
fix error when -spacing is 0

9 years agoAdd visual test page to show programmatic use of close triggers
Geoff Kimball [Tue, 8 Mar 2016 22:43:20 +0000 (14:43 -0800)] 
Add visual test page to show programmatic use of close triggers

9 years agoAdd visual test for tall reveal modals, and a modal with a close button sitting over...
Geoff Kimball [Tue, 8 Mar 2016 18:36:57 +0000 (10:36 -0800)] 
Add visual test for tall reveal modals, and a modal with a close button sitting over the overlay #7875

9 years agoChange with property to max-width for <input> elements inside of a top bar, which...
Geoff Kimball [Tue, 8 Mar 2016 18:25:25 +0000 (10:25 -0800)] 
Change with property to max-width for <input> elements inside of a top bar, which restrains the width of text fields without making them crazy wide in some situations. #7451

9 years agoinclude disable-mouse-outline on default button element
Andy Cochran [Tue, 8 Mar 2016 18:22:06 +0000 (13:22 -0500)] 
include disable-mouse-outline on default button element

9 years agoPrevent dropdown panes taller than the window from resizing to be full-width, fixes...
Geoff Kimball [Tue, 8 Mar 2016 18:14:00 +0000 (10:14 -0800)] 
Prevent dropdown panes taller than the window from resizing to be full-width, fixes #7957

9 years agouse button for .menu-icon instead of span
Andy Cochran [Tue, 8 Mar 2016 18:08:12 +0000 (13:08 -0500)] 
use button for .menu-icon instead of span

9 years agoUpdate ISSUE_TEMPLATE.md
Rafi [Tue, 8 Mar 2016 17:23:39 +0000 (09:23 -0800)] 
Update ISSUE_TEMPLATE.md

9 years agoUpdate ISSUE_TEMPLATE.md
Rafi [Tue, 8 Mar 2016 17:23:16 +0000 (09:23 -0800)] 
Update ISSUE_TEMPLATE.md

9 years agoCorrect reference to wrong 'this' in Reveal JavaScript, closes zurb/motion-ui#75
Geoff Kimball [Tue, 8 Mar 2016 17:11:43 +0000 (09:11 -0800)] 
Correct reference to wrong 'this' in Reveal JavaScript, closes zurb/motion-ui#75

9 years agoRemove border radius from full-screen modal
Alexandre B [Mon, 7 Mar 2016 20:00:04 +0000 (21:00 +0100)] 
Remove border radius from full-screen modal

9 years agofix orbit navigation
xfifix [Thu, 3 Mar 2016 15:28:30 +0000 (16:28 +0100)] 
fix orbit navigation

9 years agofix orbit navigation
xfifix [Thu, 3 Mar 2016 15:17:26 +0000 (16:17 +0100)] 
fix orbit navigation

9 years agoAdd test pages for Abide validating other text input types
Geoff Kimball [Wed, 2 Mar 2016 01:38:00 +0000 (17:38 -0800)] 
Add test pages for Abide validating other text input types

9 years agoFix Abide custom patterns not validating properly #8157
Geoff Kimball [Wed, 2 Mar 2016 01:21:10 +0000 (17:21 -0800)] 
Fix Abide custom patterns not validating properly #8157

9 years agoAdd code of conduct
Geoff Kimball [Wed, 16 Mar 2016 16:25:51 +0000 (09:25 -0700)] 
Add code of conduct

9 years agoUpdate contributing guidelines to break down our new contributor program
Geoff Kimball [Wed, 16 Mar 2016 16:25:07 +0000 (09:25 -0700)] 
Update contributing guidelines to break down our new contributor program

9 years agoEnable triggering of links within menu via keyboard. 8369/head
Marius Olbertz [Wed, 16 Mar 2016 04:36:09 +0000 (05:36 +0100)] 
Enable triggering of links within menu via keyboard.

9 years agoMerge pull request #8380 from n0o0bSina/develop
Geoff Kimball [Tue, 15 Mar 2016 18:25:45 +0000 (11:25 -0700)] 
Merge pull request #8380 from n0o0bSina/develop

fix input-group(s) childs border-radius in rtl view

9 years agoMerge pull request #8318 from DaSchTour/dev/8257
Geoff Kimball [Tue, 15 Mar 2016 17:49:13 +0000 (10:49 -0700)] 
Merge pull request #8318 from DaSchTour/dev/8257

possible solution for #8257

9 years agoAdd --output flag to customizer to change output ZIP file
Geoff Kimball [Tue, 15 Mar 2016 17:10:00 +0000 (10:10 -0700)] 
Add --output flag to customizer to change output ZIP file

9 years agoGet rid of relative path stuff
Kevin Ball [Mon, 14 Mar 2016 23:54:12 +0000 (16:54 -0700)] 
Get rid of relative path stuff

9 years agoWhen using .[size]-unstack classes in flex grid, only style immediate child columns...
Geoff Kimball [Mon, 14 Mar 2016 18:59:38 +0000 (11:59 -0700)] 
When using .[size]-unstack classes in flex grid, only style immediate child columns, so the CSS doesn't leak into nested grids. Fixes #8341

9 years agoAdd visual test case for responsive text alignment classes
Geoff Kimball [Mon, 14 Mar 2016 18:25:13 +0000 (11:25 -0700)] 
Add visual test case for responsive text alignment classes

9 years agoAdjust wording of sudo instructions in install docs page to be cross-platform
Geoff Kimball [Mon, 14 Mar 2016 18:04:34 +0000 (11:04 -0700)] 
Adjust wording of sudo instructions in install docs page to be cross-platform

9 years agoMerge pull request #8231 from MainelyWeb/patch-1
Geoff Kimball [Mon, 14 Mar 2016 18:03:17 +0000 (11:03 -0700)] 
Merge pull request #8231 from MainelyWeb/patch-1

Added sudo note for command line install

9 years agoMerge pull request #8218 from jtborger/patch-1
Geoff Kimball [Mon, 14 Mar 2016 17:59:10 +0000 (10:59 -0700)] 
Merge pull request #8218 from jtborger/patch-1

Update toggler.md

9 years agoMerge pull request #8364 from Seldszar/hotfix/full-screen-modal-border-radius
Geoff Kimball [Mon, 14 Mar 2016 17:28:00 +0000 (10:28 -0700)] 
Merge pull request #8364 from Seldszar/hotfix/full-screen-modal-border-radius

Remove border radius from full-screen modal

9 years agoMerge pull request #8328 from xfifix/develop
Geoff Kimball [Mon, 14 Mar 2016 16:14:49 +0000 (09:14 -0700)] 
Merge pull request #8328 from xfifix/develop

Fix JS Orbit navigation arrow

9 years agoAdd missing yargs dependency to package.json
Geoff Kimball [Sat, 12 Mar 2016 00:54:34 +0000 (16:54 -0800)] 
Add missing yargs dependency to package.json

9 years agoZip custom download after being created
Geoff Kimball [Sat, 12 Mar 2016 00:43:37 +0000 (16:43 -0800)] 
Zip custom download after being created

9 years agoIn customizer, add missing components to essentials download, and always load util...
Geoff Kimball [Fri, 11 Mar 2016 22:59:53 +0000 (14:59 -0800)] 
In customizer, add missing components to essentials download, and always load util.mediaQuery

9 years agoIn the customizer, flip the dir attribute of <html> if RTL is enabled in Sass
Geoff Kimball [Fri, 11 Mar 2016 22:29:42 +0000 (14:29 -0800)] 
In the customizer, flip the dir attribute of <html> if RTL is enabled in Sass

9 years agoAdd customizer presets for complete and essential download
Geoff Kimball [Fri, 11 Mar 2016 22:17:24 +0000 (14:17 -0800)] 
Add customizer presets for complete and essential download

9 years agoComment all the customizer-related things
Geoff Kimball [Fri, 11 Mar 2016 22:03:14 +0000 (14:03 -0800)] 
Comment all the customizer-related things

9 years agoGroup customizer libraries into one module export
Geoff Kimball [Fri, 11 Mar 2016 21:37:41 +0000 (13:37 -0800)] 
Group customizer libraries into one module export

9 years agoIn customizer, consume module list through a command line flag
Geoff Kimball [Fri, 11 Mar 2016 21:32:23 +0000 (13:32 -0800)] 
In customizer, consume module list through a command line flag

9 years agoGet JavaScript and index.html copying to customizer build
Geoff Kimball [Fri, 11 Mar 2016 21:06:04 +0000 (13:06 -0800)] 
Get JavaScript and index.html copying to customizer build

9 years agoCreate compressed version of CSS for customizer build
Geoff Kimball [Fri, 11 Mar 2016 20:36:45 +0000 (12:36 -0800)] 
Create compressed version of CSS for customizer build

9 years agoGet Sass compilation in customizer task working
Geoff Kimball [Fri, 11 Mar 2016 20:06:03 +0000 (12:06 -0800)] 
Get Sass compilation in customizer task working

9 years agoAdd visual test for sliders with a nonzero start value
Geoff Kimball [Fri, 11 Mar 2016 19:27:26 +0000 (11:27 -0800)] 
Add visual test for sliders with a nonzero start value

9 years agoMerge pull request #8388 from andycochran/bgroupspacing
Geoff Kimball [Fri, 11 Mar 2016 17:04:08 +0000 (09:04 -0800)] 
Merge pull request #8388 from andycochran/bgroupspacing

fix error when -spacing is 0

9 years agofix error when -spacing is 0 8388/head
Andy Cochran [Thu, 10 Mar 2016 21:47:14 +0000 (16:47 -0500)] 
fix error when -spacing is 0

9 years agofix input-group(s) childs border-radius in rtl view 8380/head
Sina sharifzade [Thu, 10 Mar 2016 08:24:48 +0000 (11:54 +0330)] 
fix input-group(s) childs border-radius in rtl view

9 years agostyle multiple selects, add to docs 8376/head
Andy Cochran [Wed, 9 Mar 2016 19:58:08 +0000 (14:58 -0500)] 
style multiple selects, add to docs

9 years agoMerge branch 'abide-text-validation' into develop
Geoff Kimball [Tue, 8 Mar 2016 23:12:43 +0000 (15:12 -0800)] 
Merge branch 'abide-text-validation' into develop

9 years agoMerge pull request #8370 from andycochran/menuicon
Geoff Kimball [Tue, 8 Mar 2016 23:07:20 +0000 (15:07 -0800)] 
Merge pull request #8370 from andycochran/menuicon

.menu-icon & buttons elements

9 years agoAdd visual test page to show programmatic use of close triggers
Geoff Kimball [Tue, 8 Mar 2016 22:43:20 +0000 (14:43 -0800)] 
Add visual test page to show programmatic use of close triggers

9 years agoAdd visual test for tall reveal modals, and a modal with a close button sitting over...
Geoff Kimball [Tue, 8 Mar 2016 18:36:57 +0000 (10:36 -0800)] 
Add visual test for tall reveal modals, and a modal with a close button sitting over the overlay #7875

9 years agoChange with property to max-width for <input> elements inside of a top bar, which...
Geoff Kimball [Tue, 8 Mar 2016 18:25:25 +0000 (10:25 -0800)] 
Change with property to max-width for <input> elements inside of a top bar, which restrains the width of text fields without making them crazy wide in some situations. #7451

9 years agoinclude disable-mouse-outline on default button element 8370/head
Andy Cochran [Tue, 8 Mar 2016 18:22:06 +0000 (13:22 -0500)] 
include disable-mouse-outline on default button element

9 years agoPrevent dropdown panes taller than the window from resizing to be full-width, fixes...
Geoff Kimball [Tue, 8 Mar 2016 18:14:00 +0000 (10:14 -0800)] 
Prevent dropdown panes taller than the window from resizing to be full-width, fixes #7957

9 years agouse button for .menu-icon instead of span
Andy Cochran [Tue, 8 Mar 2016 18:08:12 +0000 (13:08 -0500)] 
use button for .menu-icon instead of span

9 years agoRemoved console.log.
Marius Olbertz [Tue, 8 Mar 2016 17:43:33 +0000 (18:43 +0100)] 
Removed console.log.

9 years agoUpdate ISSUE_TEMPLATE.md
Rafi [Tue, 8 Mar 2016 17:23:39 +0000 (09:23 -0800)] 
Update ISSUE_TEMPLATE.md

9 years agoUpdate ISSUE_TEMPLATE.md
Rafi [Tue, 8 Mar 2016 17:23:16 +0000 (09:23 -0800)] 
Update ISSUE_TEMPLATE.md