]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Brent Smyth [Wed, 2 Apr 2014 22:06:41 +0000 (18:06 -0400)]
removing excess line break
Brent Smyth [Wed, 2 Apr 2014 16:19:05 +0000 (12:19 -0400)]
adding the proper node package
Brent Smyth [Wed, 2 Apr 2014 16:06:18 +0000 (12:06 -0400)]
adding basic static server option to gruntfile
Eric Morris [Tue, 1 Apr 2014 21:24:11 +0000 (14:24 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Eric Morris [Tue, 1 Apr 2014 21:23:32 +0000 (14:23 -0700)]
Remove experimental _xy-center.scss
Jonathan Smiley [Tue, 1 Apr 2014 20:41:52 +0000 (13:41 -0700)]
Adds the error_labels value for Abide to the JS data options example
Eric Morris [Tue, 1 Apr 2014 18:46:50 +0000 (11:46 -0700)]
Merge pull request #4866 from karland/Patch-2
Fix: topbar title h1 disappers behind menu item.
Eric Morris [Mon, 31 Mar 2014 23:48:19 +0000 (16:48 -0700)]
Fix parentheses typo in slider that caused problems with the initial setting
karland [Tue, 1 Apr 2014 15:48:13 +0000 (17:48 +0200)]
Fix: topbar title h1 disappers behind menu item.
This is only a small issue and I am not sure whether it really matters
in a really live context. When pulling the browser window smaller, the
title disappears behind the Menu item. This can be remedied by giving
the title a little more space. There is still sufficient space for the
Menu item.
Eric Morris [Mon, 31 Mar 2014 23:50:54 +0000 (16:50 -0700)]
Merge pull request #4861 from LaunchEngine/master
Add support for non-form elements and support per-element configuration settings
Eric Morris [Mon, 31 Mar 2014 23:23:45 +0000 (16:23 -0700)]
Properly account for offset from a non-zero start value
Simon Wade [Thu, 27 Mar 2014 10:56:42 +0000 (21:56 +1100)]
Allow for decimals in Abide `number` pattern
Simon Wade [Thu, 27 Mar 2014 06:02:24 +0000 (17:02 +1100)]
Add support for non-form elements by selecting `.closest('[data-abide]')`
Fix cases where this.settings is used when `.data('abide-init')` should be used to support per-element configuration
Eric Morris [Mon, 31 Mar 2014 23:03:35 +0000 (16:03 -0700)]
Merge branch 'fix-slider-initial-value' of github.com:lukaszwilk/foundation into slider
Rafi [Mon, 31 Mar 2014 22:57:25 +0000 (15:57 -0700)]
Merge pull request #4821 from oller/master
Adding support for `is_hover` to Tabs
Eric Morris [Mon, 31 Mar 2014 22:15:12 +0000 (15:15 -0700)]
Merge pull request #4808 from itsthatguy/master
change nth-child to nth-of-type for block grid
Eric Morris [Mon, 31 Mar 2014 22:14:33 +0000 (15:14 -0700)]
Merge pull request #4855 from oller/block-grid-xl-xxl
Adding block-grid support for xl and xxl media queries
Eric Morris [Mon, 31 Mar 2014 22:11:46 +0000 (15:11 -0700)]
Merge pull request #4851 from blueyed/timer-show-progress-bar-opt
Orbit: skip expensive progress computation (if disabled)
Eric Morris [Mon, 31 Mar 2014 22:10:26 +0000 (15:10 -0700)]
Merge pull request #4764 from tmugford/feature/editorconfig
Added .editorconfig (http://editorconfig.org/)
Eric Morris [Mon, 31 Mar 2014 22:10:02 +0000 (15:10 -0700)]
Merge pull request #4846 from alettieri/fix-namespace
Adjust set_namespace to default to using meta if undefined.
Eric Morris [Mon, 31 Mar 2014 22:01:40 +0000 (15:01 -0700)]
Merge pull request #4848 from marclarr/patch-1
More Complete Box-Sizing
Eric Morris [Mon, 31 Mar 2014 22:00:09 +0000 (15:00 -0700)]
Return jQuery object instead of DOM node.
Change suggested by @alettieri.
Eric Morris [Mon, 31 Mar 2014 17:13:24 +0000 (10:13 -0700)]
Merge pull request #4844 from NikhilKalige/range-slider-docs-fix
Range slider doc fix
David Ollerhead [Mon, 31 Mar 2014 13:59:33 +0000 (14:59 +0100)]
Adding block-grid support for xl and xxl viewports
Daniel Hahler [Sun, 30 Mar 2014 19:36:49 +0000 (21:36 +0200)]
Orbit: skip expensive progress computation (if disabled)
This adds the timer_show_progress_bar data option/setting, which skips
creation of the progress element.
Additionally the $orbit-timer-show-progress-bar SASS setting will
generate `display:none` for .orbit-progress.
If the progress element is not visisble (`display:none`) or does not
exist, the progress handling gets skipped.
This avoids the quite expensive animations, which are not visible
anyway, and saves us a lot of CPU cycles.
Fixes https://github.com/zurb/foundation/issues/4283
marclarr [Sun, 30 Mar 2014 03:17:22 +0000 (20:17 -0700)]
More Complete Box-Sizing
Firefox is currently at version 29 according to http://caniuse.com/#search=box-sizing and still uses the -moz- prefix. It'd be nice to have a little support for that browser until a later time. It took me quiet some time figuring out why my grid rows didn't work. I'm not sure which mobile versions are supported by Foundation so I included the -webkit- prefix too.
alettieri [Sat, 29 Mar 2014 20:51:46 +0000 (13:51 -0700)]
Adjust set_namespace to default to using meta if undefined. Otherwise, can be set to namespace string, empty string or false
Lonewolf [Sat, 29 Mar 2014 10:29:52 +0000 (15:59 +0530)]
Range slider doc fix
Rafi [Fri, 28 Mar 2014 23:44:15 +0000 (16:44 -0700)]
Merge pull request #4835 from NikhilKalige/abide-alphanumeric-doc-update
Abide docs alphanumeric pattern example fix
Rafi [Fri, 28 Mar 2014 23:38:18 +0000 (16:38 -0700)]
Merge pull request #4818 from LaunchEngine/abide-decimals
Allow for decimals in Abide `number` pattern
David Ollerhead [Fri, 28 Mar 2014 16:37:46 +0000 (16:37 +0000)]
Correcting Progress Bar Typo
Eric Morris [Fri, 28 Mar 2014 15:11:21 +0000 (08:11 -0700)]
Merge pull request #4837 from NikhilKalige/accordion-docs-update
Accordion docs update
Łukasz Wilk [Fri, 28 Mar 2014 12:48:23 +0000 (13:48 +0100)]
Fix slider support for floating point initial value
Lonewolf [Fri, 28 Mar 2014 06:02:36 +0000 (11:32 +0530)]
Updated sass variables
Created new page for javascript variables
Lonewolf [Fri, 28 Mar 2014 05:36:44 +0000 (11:06 +0530)]
Docs alphanumeric pattern example fix
Eric Morris [Fri, 28 Mar 2014 05:28:00 +0000 (22:28 -0700)]
Fix offcanvas nav on docs site
Eric Morris [Fri, 28 Mar 2014 05:21:37 +0000 (22:21 -0700)]
Restore functionality to offcanvas
Eric Morris [Fri, 28 Mar 2014 05:03:16 +0000 (22:03 -0700)]
Fix custom pattern recognition for Abide (double-wrap)
Eric Morris [Fri, 28 Mar 2014 05:02:31 +0000 (22:02 -0700)]
Fix stupid dependency error to get the build working again
Eric Morris [Fri, 28 Mar 2014 04:18:22 +0000 (21:18 -0700)]
Merge pull request #4768 from kevinwake/package
Update devDependencies in package.json
Eric Morris [Fri, 28 Mar 2014 04:17:44 +0000 (21:17 -0700)]
Merge pull request #4828 from diegojesusdw/master
Update _settings.scss
Rafi [Fri, 28 Mar 2014 00:06:49 +0000 (17:06 -0700)]
Merge pull request #4819 from NikhilKalige/abide-docs-update
Removed password pattern from abide docs
Rafi [Fri, 28 Mar 2014 00:00:14 +0000 (17:00 -0700)]
Merge pull request #4810 from NikhilKalige/abide-pattern-html5-compatible
Abide pattern HTML5 compatible
Rafi [Thu, 27 Mar 2014 23:45:34 +0000 (16:45 -0700)]
Merge pull request #4826 from mathieulavigne/patch-1
Update _settings.scss
Rafi [Thu, 27 Mar 2014 20:59:14 +0000 (13:59 -0700)]
Merge pull request #4812 from joeworkman/orbit-patch
More Orbit bug fixes
Diego Jesús [Thu, 27 Mar 2014 20:28:17 +0000 (21:28 +0100)]
Update _settings.scss
Add $include-html-off-canvas-classes
mathieulavigne [Thu, 27 Mar 2014 19:35:08 +0000 (15:35 -0400)]
Update _settings.scss
Unexpected space in rgba value.
Rafi [Thu, 27 Mar 2014 19:05:29 +0000 (12:05 -0700)]
Merge pull request #4817 from kalt/patch-1
Add -webkit-appearance reset for submit input
David Ollerhead [Thu, 27 Mar 2014 15:26:19 +0000 (15:26 +0000)]
Moving event objects into if block
David Ollerhead [Thu, 27 Mar 2014 15:09:52 +0000 (15:09 +0000)]
Adding annotations back in
David Ollerhead [Thu, 27 Mar 2014 15:08:41 +0000 (15:08 +0000)]
Adding support for is_hover to Tabs
Adding is_hover support for tabs. Handy for building megamenus whilst
using existing tab functionality.
Lonewolf [Thu, 27 Mar 2014 12:00:02 +0000 (17:30 +0530)]
Removed password pattern
Simon Wade [Thu, 27 Mar 2014 10:56:42 +0000 (21:56 +1100)]
Allow for decimals in Abide `number` pattern
Pierre-Emmanuel Fringant [Thu, 27 Mar 2014 10:23:28 +0000 (11:23 +0100)]
Add -webkit-appearance reset for submit input
This reset was present on previous versions of Foundation but missing on 5.2.1
Joe Workman [Thu, 27 Mar 2014 02:10:34 +0000 (19:10 -0700)]
Orbit elements hide for small
3 new variables to control if various elements will be shown on mobile.
$orbit-nav-hide-for-small: true;
$orbit-bullet-hide-for-small: true;
$orbit-timer-hide-for-small: true;
Joe Workman [Thu, 27 Mar 2014 01:51:36 +0000 (18:51 -0700)]
Fixed JS error with Circular set to false
Joe Workman [Thu, 27 Mar 2014 01:02:13 +0000 (18:02 -0700)]
Fixed paused button color
Joe Workman [Thu, 27 Mar 2014 00:55:38 +0000 (17:55 -0700)]
I had to bring back the vendor prefixes. The slide animation did not work at all without them.
Joe Workman [Wed, 26 Mar 2014 23:24:51 +0000 (16:24 -0700)]
Always add animation name to the slide container
This just adds more consistency. Now we can target slide animations better in CSS now as well.
Lonewolf [Wed, 26 Mar 2014 21:49:18 +0000 (03:19 +0530)]
Adding EOL and BOL markers for patterns
Kevin Altman [Wed, 26 Mar 2014 21:53:15 +0000 (17:53 -0400)]
change nth-child to nth-of-type for block grid
When using foundation and emberjs, the added script tags that are placed inside the ul cause layout issues when using nth-child.
Joe Workman [Wed, 26 Mar 2014 21:25:36 +0000 (14:25 -0700)]
Fade opacity 0 fix
Change to opacity zero so we don't have ghost images
Rafi [Wed, 26 Mar 2014 21:07:39 +0000 (14:07 -0700)]
Merge pull request #4807 from stefanjudis/master
fixed off canvas overflow behavior on android devices - fixes #4787
Stefan Judis [Wed, 26 Mar 2014 20:56:20 +0000 (21:56 +0100)]
fixed off canvas overflow behavior on android devices - fixes #4787
Rafi [Wed, 26 Mar 2014 20:48:08 +0000 (13:48 -0700)]
Merge pull request #4796 from joeworkman/orbit-patch
Orbit - Bug fixes
Rafi [Wed, 26 Mar 2014 20:29:22 +0000 (13:29 -0700)]
Merge pull request #4806 from NikhilKalige/abide-pos-neg-pattern
Abide +/- sign for number and integers regex
Lonewolf [Wed, 26 Mar 2014 18:47:40 +0000 (00:17 +0530)]
Ability to use positive and negaitve sign for number regex
Lonewolf [Wed, 26 Mar 2014 18:45:35 +0000 (00:15 +0530)]
Ability to use positive and negaitve sign for integer regex
Joe Workman [Wed, 26 Mar 2014 18:20:06 +0000 (11:20 -0700)]
Preloader class setting
Since this is a variable in SCSS, it should be here as well.
Joe Workman [Wed, 26 Mar 2014 18:12:22 +0000 (11:12 -0700)]
Move preloader styles inside wrapper
I did this so that the preloader styles are only applied to the styles inside the slideshow-wrapper. preloader is a pretty generic class so we don't want to step on any toes even though you can customize the class name.
Joe Workman [Wed, 26 Mar 2014 18:09:10 +0000 (11:09 -0700)]
Fixed bullet styles when slideshow wrapper is used
When you use the slideshow-wrapper, then its styles override the bullet styles and make them display:block. I simply moved the bullet styles to be nested inside the orbit-container.
Joe Workman [Wed, 26 Mar 2014 16:52:08 +0000 (09:52 -0700)]
Stack on Small now works with Fade
In the JS, I add the stack_on_small class first. This way if the visitor is on mobile, the display:none style gets applied to all the other elements like bullets before they are even created.
In the SCSS, I force the opacity to be 1 and disable the css animations.
Kevin Wake [Sun, 23 Mar 2014 13:52:44 +0000 (14:52 +0100)]
Update devDependencies in package.json
Joe Workman [Wed, 26 Mar 2014 01:27:30 +0000 (18:27 -0700)]
Added settings to control fade animation speed
New SCSS variables to control the animation speed for the new fade CSS transition.
Eric Morris [Tue, 25 Mar 2014 22:18:47 +0000 (15:18 -0700)]
Merge pull request #4770 from NikhilKalige/adibe_radio_multiform_fix
Abide select radio based on form rather than document
Eric Morris [Tue, 25 Mar 2014 21:52:22 +0000 (14:52 -0700)]
Merge pull request #4767 from kevinwake/bower
Update bower packages versions
Eric Morris [Tue, 25 Mar 2014 21:45:49 +0000 (14:45 -0700)]
Merge pull request #4795 from joeworkman/orbit-patch
Fixed Orbit height issues
Joe Workman [Tue, 25 Mar 2014 21:41:44 +0000 (14:41 -0700)]
Fixed Orbit height issues
This solves problems with instances of Orbit that do not have direct image children.
compute_dimensions is now also called on window.load() since this event get triggered after all assets on the page have been loaded.
I changed the children() search to use find(). We cannot always guarantee that there will be direct image children. So find will find all of the child images. I know that children() is faster than find() but we are talking about micro seconds here. I think that the added functionality is worth it.
Also the children are stored in a variable. This way find() is only called once and not twice like children() was.
Eric Morris [Tue, 25 Mar 2014 21:39:56 +0000 (14:39 -0700)]
Merge pull request #4776 from tmugford/feature/form-error-text-transform
Fixes #4769. Added a variable to control text-transform of small in form labels
Jonathan Smiley [Tue, 25 Mar 2014 18:24:23 +0000 (11:24 -0700)]
Changes a component of the button mixin to calculate border-color rather than calculate once from the default
Eric Morris [Tue, 25 Mar 2014 18:11:11 +0000 (11:11 -0700)]
Merge pull request #4789 from shortspider/Minor-Cleanup
Minor cleanup
Jonathan Smiley [Tue, 25 Mar 2014 18:00:27 +0000 (11:00 -0700)]
Removes a filthy !important from the grid. That was dumb.
Rafi [Tue, 25 Mar 2014 17:50:21 +0000 (10:50 -0700)]
Merge pull request #4792 from iamalexkempton/patch-1
Change 'document' to 'window' in code example
iamalexkempton [Tue, 25 Mar 2014 16:32:33 +0000 (16:32 +0000)]
Change 'document' to 'window' in code example
The current code example of binding a resize event to 'document' does not actually work. Binding the event to 'window' does. :)
shortspider [Tue, 25 Mar 2014 15:12:12 +0000 (11:12 -0400)]
Use local variable.
shortspider [Tue, 25 Mar 2014 15:11:43 +0000 (11:11 -0400)]
Removed unused variables.
shortspider [Tue, 25 Mar 2014 15:10:42 +0000 (11:10 -0400)]
Added new keyword for constructor.
shortspider [Tue, 25 Mar 2014 15:10:24 +0000 (11:10 -0400)]
Replaced comma with semicolon.
shortspider [Tue, 25 Mar 2014 15:10:01 +0000 (11:10 -0400)]
Removed unnessissary radax parameter.
Eric Morris [Mon, 24 Mar 2014 23:50:09 +0000 (16:50 -0700)]
Restore missing mixin
Eric Morris [Mon, 24 Mar 2014 22:41:13 +0000 (15:41 -0700)]
Additional reversions to fully remove autoprefixer and make the build work
Eric Morris [Mon, 24 Mar 2014 22:08:01 +0000 (15:08 -0700)]
Revert "Added grunt-autoprefixer and grunt-contrib-cssmin tasks."
This reverts commit
df409629290167201a48c33ab52badf91bf4aff0 .
Conflicts:
Gruntfile.js
Tristan Mugford [Mon, 24 Mar 2014 12:03:58 +0000 (12:03 +0000)]
Fixes #4769. Added a variable to control text-transform of small in form labels.
Eric Morris [Mon, 24 Mar 2014 02:35:27 +0000 (19:35 -0700)]
Merge pull request #4761 from NikhilKalige/slider_callback_fix
Slider callback fix
Eric Morris [Mon, 24 Mar 2014 02:34:51 +0000 (19:34 -0700)]
Merge pull request #4759 from NikhilKalige/sliders_javascript_docs
Sliders js options added
Eric Morris [Mon, 24 Mar 2014 02:34:22 +0000 (19:34 -0700)]
Merge pull request #4760 from NikhilKalige/sliders_kitchen_sink
Sliders kitchen sink
Eric Morris [Mon, 24 Mar 2014 02:32:30 +0000 (19:32 -0700)]
Merge pull request #4765 from tmugford/fix/grunt-watch
Added missing autoprefixer task to the sass watch task in Gruntfile.js
Lonewolf [Sun, 23 Mar 2014 18:47:08 +0000 (00:17 +0530)]
Select radio based on parent rather than document
Kevin Wake [Sun, 23 Mar 2014 12:32:58 +0000 (13:32 +0100)]
Update bower packages versions
Tristan Mugford [Sun, 23 Mar 2014 00:40:42 +0000 (00:40 +0000)]
Added autoprefixer to watch task in Gruntfile.js