]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
11 years agoAllows you to configure which element to append the reveal 3881/head
FilmKnurd [Fri, 13 Dec 2013 02:27:28 +0000 (20:27 -0600)] 
Allows you to configure which element to append the reveal

  - Checks for the existance of rootElement in the settings object
  - Uses rootElement if it is set, otherwise it appends the reveal
    to <body>

**Depends on PR:** #3743

Usage
----------

To change the element, pass in an a settings object on initialization:
```JS
$(document).foundation( 'reveal', { rootElement: '#alternate-element'})
```
Or on open:
```JS
$('#myModal').foundation( 'reveal', 'open', { rootElement: '#alternate-element' });
```
Purpose
------------
In a QUnit test environment, I needed the reveal to stay within the
confines of the testing sandbox, so that the app code under test
retained access to the modal.

This feature is transparent, if no rootElement is specified, then
reveal behaves exactly as expected. But, if you need to attach the
reveal to another element, then you can.

11 years agoMerge branch 'master' into doc-fixes
Mark Hayes [Thu, 12 Dec 2013 00:37:45 +0000 (16:37 -0800)] 
Merge branch 'master' into doc-fixes

11 years agoadded toggle top bar menu option to example
Rafi Benkual [Thu, 12 Dec 2013 00:37:03 +0000 (16:37 -0800)] 
added toggle top bar menu option to example

11 years agoRemoved riright border on last button in button group
Ghaida Zahran [Wed, 11 Dec 2013 23:56:34 +0000 (15:56 -0800)] 
Removed riright border on last button in button group

11 years agofixed vaious typos and links
Rafi Benkual [Wed, 11 Dec 2013 22:27:41 +0000 (14:27 -0800)] 
fixed vaious typos and links

11 years agoCorrected missing class in topbar example
Rafi Benkual [Wed, 11 Dec 2013 22:03:12 +0000 (14:03 -0800)] 
Corrected missing class in topbar example

toggle top bar menu

11 years agoAdded missing @import dropdown buttons
Ghaida Zahran [Wed, 11 Dec 2013 18:50:23 +0000 (10:50 -0800)] 
Added missing @import dropdown buttons

11 years agoMerge pull request #3847 from dillongrove/master
rafibomb [Tue, 10 Dec 2013 18:07:22 +0000 (10:07 -0800)] 
Merge pull request #3847 from dillongrove/master

Fixed typo in form docs

11 years agoMerge pull request #3851 from christianseel/patch-2
rafibomb [Tue, 10 Dec 2013 18:05:30 +0000 (10:05 -0800)] 
Merge pull request #3851 from christianseel/patch-2

Bugfix for #3840

11 years agoFixed some typos in visibility scss
Ghaida Zahran [Tue, 10 Dec 2013 18:02:23 +0000 (10:02 -0800)] 
Fixed some typos in visibility scss

11 years agoFixed large-only and xlarge-only visibility classes
Ghaida Zahran [Tue, 10 Dec 2013 18:01:42 +0000 (10:01 -0800)] 
Fixed large-only and xlarge-only visibility classes

11 years agoBugfix for #3840 3851/head
Christian Seel [Tue, 10 Dec 2013 14:48:40 +0000 (15:48 +0100)] 
Bugfix for #3840

This fixes issue #3840 and I guess it was a typo before...

11 years agoFixed typo in form docs 3847/head
Dillon Grove [Tue, 10 Dec 2013 04:49:08 +0000 (23:49 -0500)] 
Fixed typo in form docs

11 years agocorrected invalid character in javascript doc page
Rafi Benkual [Fri, 6 Dec 2013 22:10:38 +0000 (14:10 -0800)] 
corrected invalid character in javascript doc page

11 years agoFixed dropdown code example in docs
Ghaida Zahran [Fri, 6 Dec 2013 17:41:54 +0000 (09:41 -0800)] 
Fixed dropdown code example in docs

11 years agoMerge pull request #3819 from erutan/master
Mark Hayes [Thu, 5 Dec 2013 18:50:08 +0000 (10:50 -0800)] 
Merge pull request #3819 from erutan/master

add in top-bar component, move to type to be in alphabetical order

11 years agoadd in top-bar component, move to type to be in alphabetical order 3819/head
Carl [Thu, 5 Dec 2013 18:15:39 +0000 (10:15 -0800)] 
add in top-bar component, move to type to be in alphabetical order

11 years agofix nav sidebar links
Caleb Winters [Thu, 5 Dec 2013 01:24:31 +0000 (17:24 -0800)] 
fix nav sidebar links

11 years agodon't include offcanvas html classes
Mark Hayes [Thu, 5 Dec 2013 01:06:32 +0000 (17:06 -0800)] 
don't include offcanvas html classes

11 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Wed, 4 Dec 2013 22:32:00 +0000 (14:32 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoFix spelling mistake in sass docs
James Dullaghan [Wed, 4 Dec 2013 22:32:35 +0000 (14:32 -0800)] 
Fix spelling mistake in sass docs

11 years agoclear out bower-foundation directory to make sure it detects deleted files
Mark Hayes [Wed, 4 Dec 2013 22:31:39 +0000 (14:31 -0800)] 
clear out bower-foundation directory to make sure it detects deleted files

11 years agoadd checkbox validation
Mark Hayes [Wed, 4 Dec 2013 22:13:30 +0000 (14:13 -0800)] 
add checkbox validation

11 years agouse git add -A for building bower-foundation package on travis
Mark Hayes [Wed, 4 Dec 2013 20:16:47 +0000 (12:16 -0800)] 
use git add -A for building bower-foundation package on travis

11 years agofix typo in alerts documentation
Mark Hayes [Wed, 4 Dec 2013 20:15:56 +0000 (12:15 -0800)] 
fix typo in alerts documentation

11 years agoupdated orbit documentation
Mark Hayes [Wed, 4 Dec 2013 20:15:47 +0000 (12:15 -0800)] 
updated orbit documentation

11 years agoMerge pull request #3744 from jhilden/patch-2
Mark Hayes [Wed, 4 Dec 2013 19:07:20 +0000 (11:07 -0800)] 
Merge pull request #3744 from jhilden/patch-2

Include `type` component when `@import`ing all the foundation SCSS components

11 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Tue, 3 Dec 2013 16:56:36 +0000 (08:56 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoremove redunant _functions.scss partial
Mark Hayes [Tue, 3 Dec 2013 16:55:59 +0000 (08:55 -0800)] 
remove redunant _functions.scss partial

11 years agoreset default direction to ltr
Ghaida Zahran [Mon, 2 Dec 2013 18:51:25 +0000 (10:51 -0800)] 
reset default direction to ltr

11 years agoAdded device width to docs
Ghaida Zahran [Mon, 2 Dec 2013 18:49:36 +0000 (10:49 -0800)] 
Added device width to docs

11 years agoFixed dont styles typos
Ghaida Zahran [Mon, 2 Dec 2013 18:41:44 +0000 (10:41 -0800)] 
Fixed dont styles typos

11 years agoReturned default direction to ltr
Ghaida Zahran [Mon, 2 Dec 2013 18:15:01 +0000 (10:15 -0800)] 
Returned default direction to ltr

11 years agoFixed some more hardcoded directions. Removed direction setting on type to improve...
Ghaida Zahran [Mon, 2 Dec 2013 18:12:38 +0000 (10:12 -0800)] 
Fixed some more hardcoded directions. Removed direction setting on type to improve BIDI support

11 years agoMerge pull request #3742 from kostaspt/patch-1
rafibomb [Mon, 2 Dec 2013 18:00:08 +0000 (10:00 -0800)] 
Merge pull request #3742 from kostaspt/patch-1

Added default flag to Media Query Ranges

11 years agoFixed hardcoded direction in top bar css
Ghaida Zahran [Mon, 2 Dec 2013 17:56:12 +0000 (09:56 -0800)] 
Fixed hardcoded direction in top bar css

11 years agoInclude `type` component when `@import`ing all the foundation SCSS components 3744/head
Jakob Hilden [Thu, 28 Nov 2013 12:02:00 +0000 (13:02 +0100)] 
Include `type` component when `@import`ing all the foundation SCSS components

This is very usefull if you pick and choose the components based on this list.  Since `type` is not part of this list if would only be pulled in as a dependency of `offcanvas`

11 years agoAdded default flag to Media Query Ranges 3742/head
Konstantinos Pittas [Thu, 28 Nov 2013 10:27:05 +0000 (12:27 +0200)] 
Added default flag to Media Query Ranges

Because currently you can't change the breakpoints from _settings.scss

11 years agoMerge branch 'master' of github.com:zurb/foundation
Rafi Benkual [Wed, 27 Nov 2013 23:09:06 +0000 (15:09 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoChanged Typo on Orbit Timer Visibility
Rafi Benkual [Wed, 27 Nov 2013 23:08:07 +0000 (15:08 -0800)] 
Changed Typo on Orbit Timer Visibility

11 years agoUpdate media query docs.
Jordan Humphreys [Wed, 27 Nov 2013 19:24:39 +0000 (11:24 -0800)] 
Update media query docs.

11 years agoremoved tab characters
Mark Hayes [Wed, 27 Nov 2013 18:28:27 +0000 (10:28 -0800)] 
removed tab characters

11 years agoadd grunt-cli install instructions to sass page
Mark Hayes [Wed, 27 Nov 2013 17:22:12 +0000 (09:22 -0800)] 
add grunt-cli install instructions to sass page

11 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Wed, 27 Nov 2013 00:20:58 +0000 (16:20 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoadded rails and compass upgrade instructions
Mark Hayes [Wed, 27 Nov 2013 00:20:41 +0000 (16:20 -0800)] 
added rails and compass upgrade instructions

11 years agoupdate copy on reveal.
Jordan Humphreys [Tue, 26 Nov 2013 18:25:17 +0000 (10:25 -0800)] 
update copy on reveal.

11 years agoUpdate reveal to explain how to use the event bindings.
Jordan Humphreys [Tue, 26 Nov 2013 18:23:40 +0000 (10:23 -0800)] 
Update reveal to explain how to use the event bindings.

11 years agoRemove global override.
Jordan Humphreys [Tue, 26 Nov 2013 04:45:28 +0000 (20:45 -0800)] 
Remove global override.

11 years agoMerge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Tue, 26 Nov 2013 00:37:37 +0000 (16:37 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoFix typo in abide example.
Jordan Humphreys [Tue, 26 Nov 2013 00:36:51 +0000 (16:36 -0800)] 
Fix typo in abide example.

11 years agoadd -base to _functions.scss partial
Mark Hayes [Tue, 26 Nov 2013 00:24:36 +0000 (16:24 -0800)] 
add -base to _functions.scss partial

11 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Tue, 26 Nov 2013 00:07:04 +0000 (16:07 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agochange where -base is defined
Mark Hayes [Tue, 26 Nov 2013 00:06:51 +0000 (16:06 -0800)] 
change where -base is defined

11 years agoMerge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Mon, 25 Nov 2013 23:06:40 +0000 (15:06 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoAllow global config overrides.
Jordan Humphreys [Mon, 25 Nov 2013 23:06:14 +0000 (15:06 -0800)] 
Allow global config overrides.

11 years agoReplaces silent classes with mixins
Kenneth Ormandy [Thu, 21 Nov 2013 22:01:15 +0000 (14:01 -0800)] 
Replaces silent classes with mixins

Conflicts:
scss/foundation/components/_offcanvas.scss

11 years agoMerge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Mon, 25 Nov 2013 22:28:25 +0000 (14:28 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoAllow global interchange configuration.
Jordan Humphreys [Mon, 25 Nov 2013 22:27:51 +0000 (14:27 -0800)] 
Allow global interchange configuration.

11 years agofixed broken link in clearing
Mark Hayes [Mon, 25 Nov 2013 21:51:08 +0000 (13:51 -0800)] 
fixed broken link in clearing

11 years agoremove character that is not escaping properly in docs
Mark Hayes [Mon, 25 Nov 2013 21:37:11 +0000 (13:37 -0800)] 
remove character that is not escaping properly in docs

11 years agofixed markdown formatting in docs
Mark Hayes [Mon, 25 Nov 2013 21:35:09 +0000 (13:35 -0800)] 
fixed markdown formatting in docs

11 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Mon, 25 Nov 2013 21:27:10 +0000 (13:27 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoonly recompile all pages when includes or layouts change
Mark Hayes [Mon, 25 Nov 2013 21:26:52 +0000 (13:26 -0800)] 
only recompile all pages when includes or layouts change

11 years agofix typo
Mark Hayes [Mon, 25 Nov 2013 21:26:37 +0000 (13:26 -0800)] 
fix typo

11 years agoMerge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Mon, 25 Nov 2013 18:27:58 +0000 (10:27 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoAdd tab callbacks.
Jordan Humphreys [Mon, 25 Nov 2013 18:27:40 +0000 (10:27 -0800)] 
Add tab callbacks.

11 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Mon, 25 Nov 2013 18:15:14 +0000 (10:15 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agofix docs typo
Mark Hayes [Mon, 25 Nov 2013 18:15:08 +0000 (10:15 -0800)] 
fix docs typo

11 years agoMerge pull request #3679 from leandrocp/master
Mark Hayes [Mon, 25 Nov 2013 18:14:07 +0000 (10:14 -0800)] 
Merge pull request #3679 from leandrocp/master

Fix modernizr path in docs

11 years agoRemove log statement.
Jordan Humphreys [Mon, 25 Nov 2013 18:05:43 +0000 (10:05 -0800)] 
Remove log statement.

11 years agoBump Reveal version to 5.0.3
Jordan Humphreys [Mon, 25 Nov 2013 18:05:08 +0000 (10:05 -0800)] 
Bump Reveal version to 5.0.3

11 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Mon, 25 Nov 2013 18:04:49 +0000 (10:04 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agofix broken links
Mark Hayes [Mon, 25 Nov 2013 18:04:35 +0000 (10:04 -0800)] 
fix broken links

11 years agoMerge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Mon, 25 Nov 2013 18:04:27 +0000 (10:04 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoFix settings configuration for Reveal.
Jordan Humphreys [Mon, 25 Nov 2013 18:04:10 +0000 (10:04 -0800)] 
Fix settings configuration for Reveal.

11 years agoMerge pull request #3677 from fny/patch-2
Mark Hayes [Mon, 25 Nov 2013 17:55:22 +0000 (09:55 -0800)] 
Merge pull request #3677 from fny/patch-2

Add Opens Sans Opt-Out Comment to Settings

11 years agoFix modernizr path in docs 3679/head
Leandro Cesquini Pereira [Sun, 24 Nov 2013 12:41:33 +0000 (10:41 -0200)] 
Fix modernizr path in docs

The corret path is vendor/modernizr as can be seen in foundation-rails gem:
https://github.com/zurb/foundation-rails/blob/master/vendor/assets/javascripts/vendor/modernizr.js

The path vendor/custom.modernizr gives the following error:
ActionController::RoutingError (No route matches [GET] "/javascripts/vendor/custom.modernizr.js"):

11 years agoAdd Opens Sans Opt-Out Comment to Settings 3677/head
Faraz Yashar [Sun, 24 Nov 2013 11:22:29 +0000 (06:22 -0500)] 
Add Opens Sans Opt-Out Comment to Settings

11 years agoMerge pull request #3665 from dhodgin/issue3664
Jordan Humphreys [Sun, 24 Nov 2013 08:52:55 +0000 (00:52 -0800)] 
Merge pull request #3665 from dhodgin/issue3664

Docs fix for Alert Box examples. Fixes #3664

11 years agoMerge pull request #3675 from Shelob9/patch-1
Jordan Humphreys [Sun, 24 Nov 2013 08:52:20 +0000 (00:52 -0800)] 
Merge pull request #3675 from Shelob9/patch-1

Fixed spelling error

11 years agoBump core version to 5.0.3
Jordan Humphreys [Sun, 24 Nov 2013 08:51:49 +0000 (00:51 -0800)] 
Bump core version to 5.0.3

11 years agoMerge pull request #3643 from seantimm/seantimm/issue-3643-fastclick-load
Jordan Humphreys [Sun, 24 Nov 2013 08:50:46 +0000 (00:50 -0800)] 
Merge pull request #3643 from seantimm/seantimm/issue-3643-fastclick-load

Foundation.js 5 MUST be included in BODY tag.

11 years agoBump topbar version to 5.0.3
Jordan Humphreys [Sun, 24 Nov 2013 08:28:17 +0000 (00:28 -0800)] 
Bump topbar version to 5.0.3

11 years agoFix sticky topbar typo.
Jordan Humphreys [Sun, 24 Nov 2013 08:27:57 +0000 (00:27 -0800)] 
Fix sticky topbar typo.

11 years agoFixed spelling error 3675/head
Josh Pollock [Sun, 24 Nov 2013 07:46:44 +0000 (02:46 -0500)] 
Fixed spelling error

11 years agoModified FastClick initialization to delay until document ready. 3643/head
Sean Timm [Sun, 24 Nov 2013 06:00:11 +0000 (23:00 -0700)] 
Modified FastClick initialization to delay until document ready.

11 years agoUpdate README.md
Mark Hayes [Sun, 24 Nov 2013 05:20:59 +0000 (21:20 -0800)] 
Update README.md

11 years agoDocs fix for Alert Box examples. Fixes #3664 3665/head
Daniel Hodgin [Sat, 23 Nov 2013 22:36:00 +0000 (17:36 -0500)] 
Docs fix for Alert Box examples. Fixes #3664

The advanced examples for Alert Boxes were missing the data-alert
attribute in the example code

11 years agoMerge pull request #3648 from matthewshalda/add-variables
Caleb Winters [Sat, 23 Nov 2013 16:52:16 +0000 (08:52 -0800)] 
Merge pull request #3648 from matthewshalda/add-variables

Add missing variables for buttons, type, and visibility to _setting.scss.

11 years agoMerge branch 'master' of github.com:zurb/foundation
Caleb Winters [Sat, 23 Nov 2013 16:34:38 +0000 (08:34 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agofix bug that makes background color appear on hover on side nav
Caleb Winters [Sat, 23 Nov 2013 16:34:29 +0000 (08:34 -0800)] 
fix bug that makes background color appear on hover on side nav

11 years agoAdd missing variables for buttons, type, and visibility to _setting.scss. 3648/head
Matthew Shalda [Sat, 23 Nov 2013 09:41:29 +0000 (04:41 -0500)] 
Add missing variables for buttons, type, and visibility to _setting.scss.

11 years agoupdated changelog
Mark Hayes [Sat, 23 Nov 2013 01:28:33 +0000 (17:28 -0800)] 
updated changelog

11 years agoMerge branch 'master' of github.com:zurb/foundation v5.0.2
Mark Hayes [Sat, 23 Nov 2013 01:00:27 +0000 (17:00 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agobump version to 5.0.2, fixes issue with clearing
Mark Hayes [Sat, 23 Nov 2013 01:00:06 +0000 (17:00 -0800)] 
bump version to 5.0.2, fixes issue with clearing

11 years agoMerge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Sat, 23 Nov 2013 00:58:22 +0000 (16:58 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoComment out translateZ because it breaks clearing.
Jordan Humphreys [Sat, 23 Nov 2013 00:58:03 +0000 (16:58 -0800)] 
Comment out translateZ because it breaks clearing.

11 years agocenter x on alerts, add new variables to _settings
Caleb Winters [Sat, 23 Nov 2013 00:32:32 +0000 (16:32 -0800)] 
center x on alerts, add new variables to _settings

11 years agoMerge branch 'master' of github.com:zurb/foundation
Caleb Winters [Sat, 23 Nov 2013 00:28:45 +0000 (16:28 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoadd info and warning colors
Caleb Winters [Sat, 23 Nov 2013 00:28:24 +0000 (16:28 -0800)] 
add info and warning colors