]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
akodde [Tue, 15 Apr 2014 10:27:14 +0000 (12:27 +0200)]
Fix outerHeight for jQuery 1.8.0 version
The parameter 'includeMargin' is set to false by default (https://api.jquery.com/outerHeight/). However due to a bug in jQuery 1.8.0 the outerHeight returns an object instead of an integer: http://bugs.jquery.com/ticket/12159
Adding 'false' fixes the equalizer for jQuery 1.8.0 and wouldn't do harm as it is set to false by default.
Rafi [Mon, 14 Apr 2014 22:35:27 +0000 (15:35 -0700)]
Merge pull request #4941 from jhilden/patch-1
Bugfix for accidentally closing all accordion panels
Eric Morris [Mon, 14 Apr 2014 22:15:26 +0000 (15:15 -0700)]
Merge pull request #4971 from rnijveld/master
Replace top-level this keywords with window for usage with CommonJS and Browserify
Eric Morris [Mon, 14 Apr 2014 22:03:41 +0000 (15:03 -0700)]
Change dataAttrName to data_attr_name to fit Foundation naming styles.
Evan Prothro [Fri, 11 Apr 2014 17:47:53 +0000 (12:47 -0500)]
adds param to data_options function to specify custom data-options attribute
fixup for data_options parsing of values containing colons
Eric Morris [Mon, 14 Apr 2014 21:51:29 +0000 (14:51 -0700)]
Merge pull request #4952 from blueyed/orbit-bullets-prepare-direction
Orbit: bullets: call `_prepare_direction` before `_goto`
Eric Morris [Mon, 14 Apr 2014 21:49:29 +0000 (14:49 -0700)]
Merge pull request #4949 from blueyed/orbit-fix-bullet-links
Orbit: fix bullet links (especially for `next_on_click: false`)
Eric Morris [Mon, 14 Apr 2014 21:46:22 +0000 (14:46 -0700)]
Merge pull request #4934 from joeworkman/orbit-patch
Orbit: Fix for links not working on some devices
Ruben Nijveld [Mon, 14 Apr 2014 19:36:29 +0000 (21:36 +0200)]
Replaced top-level this expressions with window
Rafi [Mon, 14 Apr 2014 18:42:08 +0000 (11:42 -0700)]
Merge pull request #4947 from istrasoft/PR-anchor-text-decoration-hover
add $anchor-text-decoration-hover setting
Rafi [Mon, 14 Apr 2014 18:26:15 +0000 (11:26 -0700)]
Merge pull request #4953 from clyates/patch-2
Update _top-bar.scss
Rafi [Mon, 14 Apr 2014 17:41:31 +0000 (10:41 -0700)]
Merge pull request #4928 from NikhilKalige/docs-js-path-fix
Fixed js files path
Rafi Benkual [Fri, 11 Apr 2014 20:56:08 +0000 (13:56 -0700)]
fixed typo in subheader
Rafi Benkual [Fri, 11 Apr 2014 18:55:01 +0000 (11:55 -0700)]
added href to off canvas markdown
Rafi Benkual [Thu, 10 Apr 2014 21:38:55 +0000 (14:38 -0700)]
fixed the offcanvas function on docs
clyates [Thu, 10 Apr 2014 18:40:12 +0000 (19:40 +0100)]
Update _top-bar.scss
Previous Pull request introduces a problem with the JavaScript generated Back links - this fixes that issue.
Daniel Hahler [Thu, 10 Apr 2014 18:06:05 +0000 (20:06 +0200)]
Orbit: bullets: call `_prepare_direction` before `_goto`
This is in line with other calls to `_goto`, which call
`_prepare_direction` before `_goto`.
See commit
e577378ae6d772988bfef5f245069be664642fc7 .
This fixes the animation when going to a previous slide.
Daniel Hahler [Thu, 10 Apr 2014 16:47:47 +0000 (18:47 +0200)]
Orbit: next_on_click: only for slides
Narrow down the selector for the `next_on_click` handler to only match
the slides, but not the bullets.
Daniel Hahler [Thu, 10 Apr 2014 16:46:13 +0000 (18:46 +0200)]
Orbit: bullets: explicit click handler
Add an explicit click handler to bullets. Previously it was handled
implicitly only with `settings.next_on_click`.
Istrasoft [Thu, 10 Apr 2014 14:38:40 +0000 (16:38 +0200)]
add $anchor-text-decoration-hover setting
Jakob Hilden [Wed, 9 Apr 2014 16:20:50 +0000 (18:20 +0200)]
Bugfix for accidentally closing all accordion panels
When multiple accordion panels are expanded/active (possbile when `multi_expand: true`) clicking on one of the the active panels would close **all** other panels instead of ony the current one.
Rafi [Tue, 8 Apr 2014 20:59:41 +0000 (13:59 -0700)]
Merge pull request #4935 from tracehelms/add-radius-text-to-first-kitchen-sink-alert
Add radius text to first alert box in kitchen sink
Trace Helms [Tue, 8 Apr 2014 19:26:08 +0000 (15:26 -0400)]
Add radius text to first alert box
Having the radius on the first standard alert box without showing it in the code listing could be confusing for new users, especially since the second alert box doesn't have the radius.
Joe Workman [Tue, 8 Apr 2014 15:33:09 +0000 (08:33 -0700)]
Orbit: Fix for links not working on some devices
When a user wraps an image in a link inside Orbit, the link should be set to display:block. I have limited this styles to only links that are direct children of the <li>. We don't want to set all links inside Orbit to be display:block (such as links inside a caption).
Eric Morris [Tue, 8 Apr 2014 15:04:14 +0000 (08:04 -0700)]
Merge pull request #4931 from weltraumpirat/master
Added missing variable declaration
weltraumpirat [Tue, 8 Apr 2014 09:30:30 +0000 (11:30 +0200)]
Added missing variable declaration
This should fix the "reflow-bug" that produced the error message "compute_dimensions could not be found on undefined".
Lonewolf [Tue, 8 Apr 2014 07:27:44 +0000 (12:57 +0530)]
Fixed js files path
Eric Morris [Tue, 8 Apr 2014 00:02:44 +0000 (17:02 -0700)]
Merge pull request #4924 from mkempe/delete_test_html
Remove „test.html“.
Maik Kempe [Mon, 7 Apr 2014 19:49:20 +0000 (21:49 +0200)]
[✖] Removed test.html.
Eric Morris [Mon, 7 Apr 2014 17:58:16 +0000 (10:58 -0700)]
Reset select element line-height, per issue #4879
Eric Morris [Mon, 7 Apr 2014 17:57:48 +0000 (10:57 -0700)]
Let font-color in select elements be controlled by $input-font-color
Eric Morris [Mon, 7 Apr 2014 17:50:48 +0000 (10:50 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Eric Morris [Mon, 7 Apr 2014 17:50:30 +0000 (10:50 -0700)]
Add $inline-list-default-float-list-margin to _settings.scss and docs
Eric Morris [Mon, 7 Apr 2014 17:48:01 +0000 (10:48 -0700)]
Merge branch 'patch-5' of github.com:serglo/foundation into serglo-patch-5
Eric Morris [Mon, 7 Apr 2014 17:46:57 +0000 (10:46 -0700)]
Merge pull request #4915 from jlachowski/master
Pagination li float fix
Eric Morris [Mon, 7 Apr 2014 17:45:55 +0000 (10:45 -0700)]
Merge pull request #4909 from blueyed/orbit-remove-animate-in-late
Orbit: remove `.animate-in` late (just before setting `.active`)
Eric Morris [Mon, 7 Apr 2014 17:36:22 +0000 (10:36 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Eric Morris [Mon, 7 Apr 2014 17:32:59 +0000 (10:32 -0700)]
Merge branch 'orbit-minheight' of github.com:blueyed/foundation into blueyed-orbit-minheight
Eric Morris [Mon, 7 Apr 2014 17:31:17 +0000 (10:31 -0700)]
Merge pull request #4899 from alexdiliberto/update-normalize
Lib Update: normalize.css v3.0.0 --> v3.0.1
Eric Morris [Mon, 7 Apr 2014 17:17:41 +0000 (10:17 -0700)]
Merge pull request #4912 from NessDan/patch-1
Fixed incorrect class name
Eric Morris [Mon, 7 Apr 2014 17:17:15 +0000 (10:17 -0700)]
Merge pull request #4897 from tushar-singh/patch-1
Remove zoom:1
Eric Morris [Mon, 7 Apr 2014 16:56:04 +0000 (09:56 -0700)]
Merge branch 'docs-title-update' of github.com:NikhilKalige/foundation into NikhilKalige-docs-title-update
Eric Morris [Mon, 7 Apr 2014 16:52:22 +0000 (09:52 -0700)]
Merge pull request #4911 from shadowhand/restore-clearing-events
Recommit of PR #3220 from @anitagraham
Eric Morris [Mon, 7 Apr 2014 16:44:49 +0000 (09:44 -0700)]
Merge pull request #4913 from NikhilKalige/offcanvas_docs_update
Updated docs for offcanvas with data-offcanvas
Eric Morris [Mon, 7 Apr 2014 16:30:09 +0000 (09:30 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Eric Morris [Mon, 7 Apr 2014 16:29:59 +0000 (09:29 -0700)]
Align vendor-prefixed CSS to make it easier to edit
Eric Morris [Mon, 7 Apr 2014 16:29:02 +0000 (09:29 -0700)]
Hide Orbit slide number on stack_for_small
Eric Morris [Mon, 7 Apr 2014 16:28:43 +0000 (09:28 -0700)]
Fix stack_on_small specificity error
Lonewolf [Mon, 7 Apr 2014 12:18:08 +0000 (17:48 +0530)]
Updated to support latest changes in offcanvas
Lonewolf [Mon, 7 Apr 2014 12:17:39 +0000 (17:47 +0530)]
Increased preference for {{title}} in assemble template
jlachowski [Mon, 7 Apr 2014 11:03:20 +0000 (13:03 +0200)]
$include-pagination-classes added
jlachowski [Mon, 7 Apr 2014 11:02:00 +0000 (13:02 +0200)]
do not overwrite $pagination-li-float if set
Lonewolf [Mon, 7 Apr 2014 06:39:19 +0000 (12:09 +0530)]
Updated docs for offcanvas with data-offcanvas
Daniel Kaspo [Mon, 7 Apr 2014 02:27:10 +0000 (22:27 -0400)]
Fixed incorrect class name
Class name was missing "-grid"; didn't want the documentation to mislead anyone.
Jordan Humphreys [Mon, 23 Sep 2013 23:39:28 +0000 (16:39 -0700)]
Recommit of PR #3220 from @anitagraham:
- add events to clearing
- adds documentation for those events
with changes:
- removed extra parameter from <code>open</code> event
- updated docs to match current style
Daniel Hahler [Sun, 6 Apr 2014 22:24:29 +0000 (00:24 +0200)]
Orbit: remove `.animate-in` late (just before setting `.active`)
This fixes the animations, especially with `variable_height` handling,
where the slide content would slide in, but then disappear until the
final animation of the containers height gets done / is finished.
Daniel Hahler [Sun, 6 Apr 2014 18:25:15 +0000 (20:25 +0200)]
Orbit: `min-height` for slides_container (instead of `height`)
Using `min-height` (with `position:relative`) allows the slide container
to get expanded, in case it contains elements of variable height (e.g.
accordions).
Sergej Lotz [Sat, 5 Apr 2014 21:19:32 +0000 (23:19 +0200)]
Replace static inline-list margin value
Margin on inline-list always set to rem-calc(22), replaced with $inline-list-default-float-list-margin
Alex DiLiberto [Sat, 5 Apr 2014 20:49:23 +0000 (16:49 -0400)]
Lib Update: normalize.css v3.0.0 --> v3.0.1
Tushar Singh [Sat, 5 Apr 2014 10:00:33 +0000 (15:30 +0530)]
Remove zoom:1
It's not required for IE8 and above
Eric Morris [Sat, 5 Apr 2014 00:21:14 +0000 (17:21 -0700)]
Merge pull request #4877 from freesurface/static
Grunt option to run basic static files server for "dist" files.
Eric Morris [Sat, 5 Apr 2014 00:07:11 +0000 (17:07 -0700)]
Merge pull request #4892 from davejlong/reload-grunt
Configure Grunt to reload when Gruntfile changes
Eric Morris [Sat, 5 Apr 2014 00:06:18 +0000 (17:06 -0700)]
Merge pull request #4884 from benfastmodel/master
Fixed problems with nested modals
Eric Morris [Sat, 5 Apr 2014 00:04:29 +0000 (17:04 -0700)]
Merge pull request #4883 from NikhilKalige/offcanvas-closeon-click
close_on_click option for offcanvas menu
Eric Morris [Fri, 4 Apr 2014 22:19:39 +0000 (15:19 -0700)]
Fix the build to include the vendor JS properly
Eric Morris [Fri, 4 Apr 2014 19:02:08 +0000 (12:02 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Eric Morris [Fri, 4 Apr 2014 19:01:51 +0000 (12:01 -0700)]
Remove trailing comma
Eric Morris [Fri, 4 Apr 2014 18:48:54 +0000 (11:48 -0700)]
Merge pull request #4876 from kamalx/fix-comment
Fix error in comment in settings
Eric Morris [Fri, 4 Apr 2014 18:47:49 +0000 (11:47 -0700)]
Merge pull request #4880 from absolunet/master
Extra condition so it doesn't crash in IE8
Eric Morris [Fri, 4 Apr 2014 17:05:11 +0000 (10:05 -0700)]
Bump version number
David Long [Fri, 4 Apr 2014 14:50:52 +0000 (10:50 -0400)]
Configure Grunt to reload when Gruntfile changes
Eric Morris [Fri, 4 Apr 2014 00:12:39 +0000 (17:12 -0700)]
Fix submit buttons
Eric Morris [Thu, 3 Apr 2014 23:55:46 +0000 (16:55 -0700)]
Patch offcanvas for IE9
Eric Morris [Thu, 3 Apr 2014 23:51:05 +0000 (16:51 -0700)]
Force Orbit to at least pretend to support IE 9.
Eric Morris [Thu, 3 Apr 2014 22:43:48 +0000 (15:43 -0700)]
Fix Android/iOS swipe issues
Eric Morris [Thu, 3 Apr 2014 21:03:31 +0000 (14:03 -0700)]
Reset animation timing on first load to instantly jump to active slide
Eric Morris [Thu, 3 Apr 2014 21:03:04 +0000 (14:03 -0700)]
Clear transitions between slide changes
Eric Morris [Thu, 3 Apr 2014 18:44:46 +0000 (11:44 -0700)]
Fix initial active state code for Orbit
Eric Morris [Thu, 3 Apr 2014 17:20:39 +0000 (10:20 -0700)]
Re-specify Orbit selectors to actually make it work
Eric Morris [Thu, 3 Apr 2014 17:20:15 +0000 (10:20 -0700)]
Add preogress_bar variable to Orbit settings
Eric Morris [Wed, 2 Apr 2014 22:58:03 +0000 (15:58 -0700)]
Fix backwards play button in Orbit
Eric Morris [Thu, 3 Apr 2014 23:55:59 +0000 (16:55 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Rafi [Thu, 3 Apr 2014 21:25:04 +0000 (14:25 -0700)]
Update _settings.scss
added $topbar-link-bg: $topbar-bg;
chaNGED $topbar-breakpoint: #{lower-bound($medium-range)}
and $topbar-media-query: $medium-up;
Rafi [Thu, 3 Apr 2014 21:15:44 +0000 (14:15 -0700)]
Update _settings.scss
changed $subheader-font-weight: normal;
Jonathan Smiley [Thu, 3 Apr 2014 21:12:22 +0000 (14:12 -0700)]
Adds a changlog for 5.2.2
Rafi [Thu, 3 Apr 2014 21:04:37 +0000 (14:04 -0700)]
Update _settings.scss
changed $sub-nav-active-padding: $sub-nav-padding;
Rafi [Thu, 3 Apr 2014 21:00:06 +0000 (14:00 -0700)]
Update _settings.scss
added $side-nav-font-weight-active: $side-nav-font-weight;
changed $side-nav-divider-color: scale-color(#fff, $lightness: 10%); was -10
Rafi [Thu, 3 Apr 2014 20:56:49 +0000 (13:56 -0700)]
Update _settings.scss
changed $reveal-position-top: rem-calc(100);
added // We use this to set the default radius used throughout the core.
changed
// We use these to style the reveal close button
$reveal-close-font-size: rem-calc(40);
$reveal-close-top: rem-calc(8);
$reveal-close-side: rem-calc(11);
$reveal-close-color: #aaa;
$reveal-close-weight: bold;
Rafi [Thu, 3 Apr 2014 20:48:37 +0000 (13:48 -0700)]
Update _settings.scss
Changed Progress Meter to Progress Bar
$progress-bar-border-color: scale-color(#fff, $lightness: 20%); was -20
Rafi [Thu, 3 Apr 2014 20:39:04 +0000 (13:39 -0700)]
Update _settings.scss
changed $orbit-nav-bg: transparent !default;
Rafi [Thu, 3 Apr 2014 20:26:06 +0000 (13:26 -0700)]
Update _settings.scss
changed $off-canvas-width: rem-calc(250);
changed FFF to fff for consistency
Rafi [Thu, 3 Apr 2014 20:12:33 +0000 (13:12 -0700)]
Update _settings.scss
changed $keystroke-font-size: inherit;
Rafi [Thu, 3 Apr 2014 18:58:36 +0000 (11:58 -0700)]
Update _settings.scss
added $xxlarge-range: (120.063em, 99999999em);
Rafi [Thu, 3 Apr 2014 18:49:23 +0000 (11:49 -0700)]
Update _settings.scss
added global heading comment
Rafi [Thu, 3 Apr 2014 18:42:27 +0000 (11:42 -0700)]
Update _settings.scss
Rafi [Thu, 3 Apr 2014 18:36:40 +0000 (11:36 -0700)]
Update _settings.scss
changed to $flex-video-widescreen-padding-bottom: 56.34%;
Rafi [Thu, 3 Apr 2014 18:34:51 +0000 (11:34 -0700)]
Update _settings.scss
added missing variables
Rafi [Thu, 3 Apr 2014 18:17:43 +0000 (11:17 -0700)]
Update _settings.scss
changed $button-function-factor: -20%
$button-border-width: 0px;
Added // $bg: $primary-color;
// $button-border-color: scale-color($bg, $lightness: $button-function-factor);
Rafi [Thu, 3 Apr 2014 18:04:07 +0000 (11:04 -0700)]
Update _settings.scss
$align-block-grid-to-grid: false;
Rafi [Thu, 3 Apr 2014 17:59:01 +0000 (10:59 -0700)]
Update _settings.scss
Changed to $alert-close-position: rem-calc(4)