]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
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.
Mark Hayes [Thu, 12 Dec 2013 00:37:45 +0000 (16:37 -0800)]
Merge branch 'master' into doc-fixes
Rafi Benkual [Thu, 12 Dec 2013 00:37:03 +0000 (16:37 -0800)]
added toggle top bar menu option to example
Ghaida Zahran [Wed, 11 Dec 2013 23:56:34 +0000 (15:56 -0800)]
Removed riright border on last button in button group
Rafi Benkual [Wed, 11 Dec 2013 22:27:41 +0000 (14:27 -0800)]
fixed vaious typos and links
Rafi Benkual [Wed, 11 Dec 2013 22:03:12 +0000 (14:03 -0800)]
Corrected missing class in topbar example
toggle top bar menu
Ghaida Zahran [Wed, 11 Dec 2013 18:50:23 +0000 (10:50 -0800)]
Added missing @import dropdown buttons
rafibomb [Tue, 10 Dec 2013 18:07:22 +0000 (10:07 -0800)]
Merge pull request #3847 from dillongrove/master
Fixed typo in form docs
rafibomb [Tue, 10 Dec 2013 18:05:30 +0000 (10:05 -0800)]
Merge pull request #3851 from christianseel/patch-2
Bugfix for #3840
Ghaida Zahran [Tue, 10 Dec 2013 18:02:23 +0000 (10:02 -0800)]
Fixed some typos in visibility scss
Ghaida Zahran [Tue, 10 Dec 2013 18:01:42 +0000 (10:01 -0800)]
Fixed large-only and xlarge-only visibility classes
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...
Dillon Grove [Tue, 10 Dec 2013 04:49:08 +0000 (23:49 -0500)]
Fixed typo in form docs
Rafi Benkual [Fri, 6 Dec 2013 22:10:38 +0000 (14:10 -0800)]
corrected invalid character in javascript doc page
Ghaida Zahran [Fri, 6 Dec 2013 17:41:54 +0000 (09:41 -0800)]
Fixed dropdown code example in docs
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
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
Caleb Winters [Thu, 5 Dec 2013 01:24:31 +0000 (17:24 -0800)]
fix nav sidebar links
Mark Hayes [Thu, 5 Dec 2013 01:06:32 +0000 (17:06 -0800)]
don't include offcanvas html classes
Mark Hayes [Wed, 4 Dec 2013 22:32:00 +0000 (14:32 -0800)]
Merge branch 'master' of github.com:zurb/foundation
James Dullaghan [Wed, 4 Dec 2013 22:32:35 +0000 (14:32 -0800)]
Fix spelling mistake in sass docs
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
Mark Hayes [Wed, 4 Dec 2013 22:13:30 +0000 (14:13 -0800)]
add checkbox validation
Mark Hayes [Wed, 4 Dec 2013 20:16:47 +0000 (12:16 -0800)]
use git add -A for building bower-foundation package on travis
Mark Hayes [Wed, 4 Dec 2013 20:15:56 +0000 (12:15 -0800)]
fix typo in alerts documentation
Mark Hayes [Wed, 4 Dec 2013 20:15:47 +0000 (12:15 -0800)]
updated orbit documentation
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
Mark Hayes [Tue, 3 Dec 2013 16:56:36 +0000 (08:56 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Tue, 3 Dec 2013 16:55:59 +0000 (08:55 -0800)]
remove redunant _functions.scss partial
Ghaida Zahran [Mon, 2 Dec 2013 18:51:25 +0000 (10:51 -0800)]
reset default direction to ltr
Ghaida Zahran [Mon, 2 Dec 2013 18:49:36 +0000 (10:49 -0800)]
Added device width to docs
Ghaida Zahran [Mon, 2 Dec 2013 18:41:44 +0000 (10:41 -0800)]
Fixed dont styles typos
Ghaida Zahran [Mon, 2 Dec 2013 18:15:01 +0000 (10:15 -0800)]
Returned default direction to ltr
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
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
Ghaida Zahran [Mon, 2 Dec 2013 17:56:12 +0000 (09:56 -0800)]
Fixed hardcoded direction in top bar css
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`
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
Rafi Benkual [Wed, 27 Nov 2013 23:09:06 +0000 (15:09 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Rafi Benkual [Wed, 27 Nov 2013 23:08:07 +0000 (15:08 -0800)]
Changed Typo on Orbit Timer Visibility
Jordan Humphreys [Wed, 27 Nov 2013 19:24:39 +0000 (11:24 -0800)]
Update media query docs.
Mark Hayes [Wed, 27 Nov 2013 18:28:27 +0000 (10:28 -0800)]
removed tab characters
Mark Hayes [Wed, 27 Nov 2013 17:22:12 +0000 (09:22 -0800)]
add grunt-cli install instructions to sass page
Mark Hayes [Wed, 27 Nov 2013 00:20:58 +0000 (16:20 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Wed, 27 Nov 2013 00:20:41 +0000 (16:20 -0800)]
added rails and compass upgrade instructions
Jordan Humphreys [Tue, 26 Nov 2013 18:25:17 +0000 (10:25 -0800)]
update copy on reveal.
Jordan Humphreys [Tue, 26 Nov 2013 18:23:40 +0000 (10:23 -0800)]
Update reveal to explain how to use the event bindings.
Jordan Humphreys [Tue, 26 Nov 2013 04:45:28 +0000 (20:45 -0800)]
Remove global override.
Jordan Humphreys [Tue, 26 Nov 2013 00:37:37 +0000 (16:37 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Tue, 26 Nov 2013 00:36:51 +0000 (16:36 -0800)]
Fix typo in abide example.
Mark Hayes [Tue, 26 Nov 2013 00:24:36 +0000 (16:24 -0800)]
add -base to _functions.scss partial
Mark Hayes [Tue, 26 Nov 2013 00:07:04 +0000 (16:07 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Tue, 26 Nov 2013 00:06:51 +0000 (16:06 -0800)]
change where -base is defined
Jordan Humphreys [Mon, 25 Nov 2013 23:06:40 +0000 (15:06 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Mon, 25 Nov 2013 23:06:14 +0000 (15:06 -0800)]
Allow global config overrides.
Kenneth Ormandy [Thu, 21 Nov 2013 22:01:15 +0000 (14:01 -0800)]
Replaces silent classes with mixins
Conflicts:
scss/foundation/components/_offcanvas.scss
Jordan Humphreys [Mon, 25 Nov 2013 22:28:25 +0000 (14:28 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Mon, 25 Nov 2013 22:27:51 +0000 (14:27 -0800)]
Allow global interchange configuration.
Mark Hayes [Mon, 25 Nov 2013 21:51:08 +0000 (13:51 -0800)]
fixed broken link in clearing
Mark Hayes [Mon, 25 Nov 2013 21:37:11 +0000 (13:37 -0800)]
remove character that is not escaping properly in docs
Mark Hayes [Mon, 25 Nov 2013 21:35:09 +0000 (13:35 -0800)]
fixed markdown formatting in docs
Mark Hayes [Mon, 25 Nov 2013 21:27:10 +0000 (13:27 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Mon, 25 Nov 2013 21:26:52 +0000 (13:26 -0800)]
only recompile all pages when includes or layouts change
Mark Hayes [Mon, 25 Nov 2013 21:26:37 +0000 (13:26 -0800)]
fix typo
Jordan Humphreys [Mon, 25 Nov 2013 18:27:58 +0000 (10:27 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Mon, 25 Nov 2013 18:27:40 +0000 (10:27 -0800)]
Add tab callbacks.
Mark Hayes [Mon, 25 Nov 2013 18:15:14 +0000 (10:15 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Mon, 25 Nov 2013 18:15:08 +0000 (10:15 -0800)]
fix docs typo
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
Jordan Humphreys [Mon, 25 Nov 2013 18:05:43 +0000 (10:05 -0800)]
Remove log statement.
Jordan Humphreys [Mon, 25 Nov 2013 18:05:08 +0000 (10:05 -0800)]
Bump Reveal version to 5.0.3
Mark Hayes [Mon, 25 Nov 2013 18:04:49 +0000 (10:04 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Mon, 25 Nov 2013 18:04:35 +0000 (10:04 -0800)]
fix broken links
Jordan Humphreys [Mon, 25 Nov 2013 18:04:27 +0000 (10:04 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Mon, 25 Nov 2013 18:04:10 +0000 (10:04 -0800)]
Fix settings configuration for Reveal.
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
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"):
Faraz Yashar [Sun, 24 Nov 2013 11:22:29 +0000 (06:22 -0500)]
Add Opens Sans Opt-Out Comment to Settings
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
Jordan Humphreys [Sun, 24 Nov 2013 08:52:20 +0000 (00:52 -0800)]
Merge pull request #3675 from Shelob9/patch-1
Fixed spelling error
Jordan Humphreys [Sun, 24 Nov 2013 08:51:49 +0000 (00:51 -0800)]
Bump core version to 5.0.3
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.
Jordan Humphreys [Sun, 24 Nov 2013 08:28:17 +0000 (00:28 -0800)]
Bump topbar version to 5.0.3
Jordan Humphreys [Sun, 24 Nov 2013 08:27:57 +0000 (00:27 -0800)]
Fix sticky topbar typo.
Josh Pollock [Sun, 24 Nov 2013 07:46:44 +0000 (02:46 -0500)]
Fixed spelling error
Sean Timm [Sun, 24 Nov 2013 06:00:11 +0000 (23:00 -0700)]
Modified FastClick initialization to delay until document ready.
Mark Hayes [Sun, 24 Nov 2013 05:20:59 +0000 (21:20 -0800)]
Update README.md
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
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.
Caleb Winters [Sat, 23 Nov 2013 16:34:38 +0000 (08:34 -0800)]
Merge branch 'master' of github.com:zurb/foundation
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
Matthew Shalda [Sat, 23 Nov 2013 09:41:29 +0000 (04:41 -0500)]
Add missing variables for buttons, type, and visibility to _setting.scss.
Mark Hayes [Sat, 23 Nov 2013 01:28:33 +0000 (17:28 -0800)]
updated changelog
Mark Hayes [Sat, 23 Nov 2013 01:00:27 +0000 (17:00 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Sat, 23 Nov 2013 01:00:06 +0000 (17:00 -0800)]
bump version to 5.0.2, fixes issue with clearing
Jordan Humphreys [Sat, 23 Nov 2013 00:58:22 +0000 (16:58 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Sat, 23 Nov 2013 00:58:03 +0000 (16:58 -0800)]
Comment out translateZ because it breaks clearing.
Caleb Winters [Sat, 23 Nov 2013 00:32:32 +0000 (16:32 -0800)]
center x on alerts, add new variables to _settings
Caleb Winters [Sat, 23 Nov 2013 00:28:45 +0000 (16:28 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Caleb Winters [Sat, 23 Nov 2013 00:28:24 +0000 (16:28 -0800)]
add info and warning colors