]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Javier Cejudo [Sun, 12 Oct 2014 23:13:54 +0000 (10:13 +1100)]
Change hardcoded reference to the vendor folder
Geoff Kimball [Sun, 12 Oct 2014 04:21:00 +0000 (21:21 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Sun, 12 Oct 2014 04:20:35 +0000 (21:20 -0700)]
Resolve merge conflicts
Geoff Kimball [Sun, 12 Oct 2014 04:04:00 +0000 (21:04 -0700)]
Merge pull request #5901 from schpet/reveal-events-fall-back-to-default-settings
fall back to default settings if none have been explicitly set
Geoff Kimball [Sun, 12 Oct 2014 04:03:36 +0000 (21:03 -0700)]
Merge pull request #5903 from jromef/alert-close-background
Alert box close button inherits background color
Geoff Kimball [Sun, 12 Oct 2014 04:03:21 +0000 (21:03 -0700)]
Merge pull request #5923 from andy-saint/global
Improved global visibility classes
Geoff Kimball [Sun, 12 Oct 2014 03:59:16 +0000 (20:59 -0700)]
Merge pull request #5918 from andy-saint/master
Updated to normalize.css v3.0.2
Geoff Kimball [Sat, 11 Oct 2014 19:33:00 +0000 (12:33 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Sat, 11 Oct 2014 19:32:48 +0000 (12:32 -0700)]
Add content_class JS variable to documentation, #5912
Andrew Saint [Sat, 11 Oct 2014 07:30:11 +0000 (08:30 +0100)]
Changed visibility classes
Andrew Saint [Sat, 11 Oct 2014 07:02:35 +0000 (08:02 +0100)]
Update to 5.4.6
Geoff Kimball [Sat, 11 Oct 2014 00:16:15 +0000 (17:16 -0700)]
Merge pull request #5922 from TanjaSS/master
Fix example
TanjaSS [Fri, 10 Oct 2014 20:52:28 +0000 (22:52 +0200)]
Fix example
Add missing `columns` class.
Geoff Kimball [Fri, 10 Oct 2014 06:44:34 +0000 (23:44 -0700)]
Remove glow on dropdowns and their buttons when focused, fixes #5757
Geoff Kimball [Fri, 10 Oct 2014 06:07:09 +0000 (23:07 -0700)]
Allow accordion content panes to be defined in JS with a custom class, #5912
Geoff Kimball [Fri, 10 Oct 2014 05:48:36 +0000 (22:48 -0700)]
Fix Clearing docs having incorrectly-named JS events, fixes #5179
Geoff Kimball [Fri, 10 Oct 2014 05:21:16 +0000 (22:21 -0700)]
Fix vertical button groups not stacking when a radius or round class is added, fixes #5909
Geoff Kimball [Fri, 10 Oct 2014 03:00:35 +0000 (20:00 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Fri, 10 Oct 2014 02:58:48 +0000 (19:58 -0700)]
Disable outlines and selection highlight on switches, fixes #5897
Geoff Kimball [Fri, 10 Oct 2014 02:45:13 +0000 (19:45 -0700)]
Fix incorrect pseudo element in use in dropdown buttons, fixes #5832
Geoff Kimball [Fri, 10 Oct 2014 02:30:50 +0000 (19:30 -0700)]
Change lingering uses of 'offcanvas' and 'off canvas' to 'off-canvas', fixes #5664
Arthur [Thu, 9 Oct 2014 23:38:36 +0000 (16:38 -0700)]
Fixing links on latest changelog
Arthur [Thu, 9 Oct 2014 23:29:21 +0000 (16:29 -0700)]
Updating Docs changelog
Arthur [Thu, 9 Oct 2014 22:18:47 +0000 (15:18 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Thu, 9 Oct 2014 22:17:39 +0000 (15:17 -0700)]
5.4.6 release
Andrew Saint [Thu, 9 Oct 2014 20:30:42 +0000 (21:30 +0100)]
Updated to normalize.css v3.0.2
Geoff Kimball [Thu, 9 Oct 2014 20:21:27 +0000 (13:21 -0700)]
Merge pull request #5782 from christianseel/patch-7
fix bug with radio and checkbox validation
Geoff Kimball [Thu, 9 Oct 2014 19:07:36 +0000 (12:07 -0700)]
Merge branch 'jopotts-master'
Geoff Kimball [Thu, 9 Oct 2014 19:07:21 +0000 (12:07 -0700)]
Keyboard navigation on tabs no longer freezes the page, fixes #5882
Geoff Kimball [Thu, 9 Oct 2014 18:50:39 +0000 (11:50 -0700)]
Merge branch 'master' of https://github.com/jopotts/foundation into jopotts-master
Geoff Kimball [Wed, 8 Oct 2014 17:00:44 +0000 (10:00 -0700)]
Merge pull request #5900 from joeworkman/range-slider-fix
display_selector now gets updated
Jerome Faulkner [Tue, 7 Oct 2014 05:23:08 +0000 (01:23 -0400)]
Alert box close button inherits background color
Peter Schilling [Mon, 6 Oct 2014 22:48:51 +0000 (15:48 -0700)]
fall back to default settings if the data attribute is missing
Joe Workman [Mon, 6 Oct 2014 17:08:01 +0000 (10:08 -0700)]
display_selector now gets updated
Rafi Benkual [Thu, 2 Oct 2014 17:53:11 +0000 (10:53 -0700)]
adds grid import to reveal for issue 5885
J Potts [Wed, 1 Oct 2014 13:46:32 +0000 (14:46 +0100)]
Refining tabindex setting on tab change
All first-children of tab-content was having a tabindex assigned on the change of tab. This caused the unnecessary inclusion of non-form items in the tab ordering and wasn't required to make the tab content accessible. This change is to leave all tabindex attrs of the tab-content items alone, but leave the setting of the tabs themselves unaffected.
Rafi Benkual [Wed, 1 Oct 2014 00:33:47 +0000 (17:33 -0700)]
adds more to accessibility page
Arthur [Fri, 26 Sep 2014 23:17:06 +0000 (16:17 -0700)]
Merge pull request #5816 from vencha90/disabled-dropdown-buttons
Fix: disabled dropdown buttons should not open
Arthur [Fri, 26 Sep 2014 23:16:33 +0000 (16:16 -0700)]
Merge pull request #5818 from jorge-d/master
Fix joyride error
Arthur [Fri, 26 Sep 2014 23:12:58 +0000 (16:12 -0700)]
Merge branch 'chaosmirage-patch-1'
Arthur [Fri, 26 Sep 2014 23:12:47 +0000 (16:12 -0700)]
Merge branch 'patch-1' of github.com:chaosmirage/foundation into chaosmirage-patch-1
Geoff Kimball [Fri, 26 Sep 2014 22:57:18 +0000 (15:57 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Fri, 26 Sep 2014 22:57:05 +0000 (15:57 -0700)]
Merge branch 'ste101-patch-4'
Geoff Kimball [Fri, 26 Sep 2014 22:56:43 +0000 (15:56 -0700)]
Merge branch 'patch-4' of https://github.com/ste101/foundation into ste101-patch-4
Geoff Kimball [Fri, 26 Sep 2014 22:46:17 +0000 (15:46 -0700)]
Merge pull request #5759 from elia/patch-1
Use a normal for loop in tabs.js
Geoff Kimball [Fri, 26 Sep 2014 22:42:27 +0000 (15:42 -0700)]
Merge branch 'christianseel-patch-5'
Geoff Kimball [Fri, 26 Sep 2014 22:41:28 +0000 (15:41 -0700)]
Merge branch 'patch-5' of https://github.com/christianseel/foundation into christianseel-patch-5
Geoff Kimball [Fri, 26 Sep 2014 22:40:16 +0000 (15:40 -0700)]
Merge branch 'greendezine-master'
Geoff Kimball [Fri, 26 Sep 2014 22:39:35 +0000 (15:39 -0700)]
Merge in changes
Geoff Kimball [Fri, 26 Sep 2014 22:30:00 +0000 (15:30 -0700)]
Merge pull request #5828 from soyuka/warning-topbar-fix
Fix: warning buttons style missing on topbar
Rafi [Fri, 26 Sep 2014 22:26:00 +0000 (02:26 +0400)]
Merge pull request #5826 from fgrandjean/patch-1
[Joyride] Skip unavailable previous element
Geoff Kimball [Fri, 26 Sep 2014 22:25:02 +0000 (15:25 -0700)]
Merge pull request #5839 from DimitriWalters/patch-1
Remove unused attribute in Tooltips Advanced doc
Rafi [Fri, 26 Sep 2014 22:24:27 +0000 (02:24 +0400)]
Merge pull request #5856 from chillmania/added-topbar-dropdown-arrows-switch
Added topbar dropdown arrows switch
Brandon Arnold [Fri, 26 Sep 2014 22:24:04 +0000 (15:24 -0700)]
Merge pull request #5840 from carletex/master
Button text adapted according to the HTML example
Geoff Kimball [Fri, 26 Sep 2014 22:23:08 +0000 (15:23 -0700)]
Merge pull request #5862 from bravedick/master
Not allow resize textarea out of parent
Geoff Kimball [Fri, 26 Sep 2014 22:20:11 +0000 (15:20 -0700)]
Merge pull request #5837 from andy-saint/master
Moved gray shade variables above colour variables
Geoff Kimball [Fri, 26 Sep 2014 22:14:10 +0000 (15:14 -0700)]
Merge pull request #5866 from jonathanmelville/master
Fixes multiple inclusions of _global.scss when compiling.
Geoff Kimball [Fri, 26 Sep 2014 17:36:44 +0000 (10:36 -0700)]
Add ignore field to bower.json
Rafi Benkual [Fri, 26 Sep 2014 16:44:36 +0000 (09:44 -0700)]
updates changelog to add more infor on Sass 3.2 move regarding Compass
Jonathan Melville [Fri, 26 Sep 2014 15:09:00 +0000 (11:09 -0400)]
Fixes multiple inclusions of _global.scss when compiling.
J Potts [Fri, 26 Sep 2014 12:49:58 +0000 (13:49 +0100)]
Tabs heavy-handed tabindex setting fix
This change is to remove the tabindex attrs instead of setting them to zero on change of tab.
The problem with having a zero tabindex (on a div for example) is that Chrome highlights the area on click and includes it in the tabbable items, so removing the tabindex is a better option as it reverts the tab section to its default tab behaviour.
Rafi Benkual [Fri, 26 Sep 2014 03:22:59 +0000 (20:22 -0700)]
updates sass install for new compass comands
Rafi Benkual [Fri, 26 Sep 2014 02:15:50 +0000 (19:15 -0700)]
updates changelog
Mark Hayes [Thu, 25 Sep 2014 23:21:53 +0000 (16:21 -0700)]
remove bower.json file so that we use the latest version in compass template
Mark Hayes [Thu, 25 Sep 2014 23:13:23 +0000 (16:13 -0700)]
run bundle install in travis.yml file after foundation compass template
Arthur [Thu, 25 Sep 2014 22:57:21 +0000 (15:57 -0700)]
Removing sourcemap auto from gruntfile
Arthur [Thu, 25 Sep 2014 22:52:43 +0000 (15:52 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Thu, 25 Sep 2014 22:52:18 +0000 (15:52 -0700)]
Bumping to Version 5.4.5
Geoff Kimball [Thu, 25 Sep 2014 22:46:13 +0000 (15:46 -0700)]
Change Sass dependencies to 3.3 and Compass 0.12
Mark Hayes [Thu, 25 Sep 2014 22:43:07 +0000 (15:43 -0700)]
forms is a dependency of top-bar
Mark Hayes [Thu, 25 Sep 2014 22:41:02 +0000 (15:41 -0700)]
remove sass 3.4 functionality for now, causes issues with libsass and sass 3.2
Brave Dick [Thu, 25 Sep 2014 16:35:50 +0000 (19:35 +0300)]
typo
Brave Dick [Thu, 25 Sep 2014 16:34:20 +0000 (19:34 +0300)]
set max width for textarea
Geoff Kimball [Wed, 24 Sep 2014 17:02:21 +0000 (10:02 -0700)]
Add specificity to abbr border to match normalize, fixes #5847
Geoff Kimball [Wed, 24 Sep 2014 16:45:16 +0000 (09:45 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Wed, 24 Sep 2014 16:44:14 +0000 (09:44 -0700)]
Merge pull request #5858 from ChrissiQ/patch-1
Update _top-bar.scss
Geoff Kimball [Wed, 24 Sep 2014 16:28:12 +0000 (09:28 -0700)]
Remove unneccessary class in example Reveal code in docs, fixes #5854
ChrissiQ [Tue, 23 Sep 2014 22:38:49 +0000 (16:38 -0600)]
Update _top-bar.scss
$topbar-link-dropdown-padding was overriding without the !default, making the variable as available in the settings file useless.
This is important to fix mostly because it breaks rem-based layouts (throws an error: "Incompatible uinits: 'px' and 'rem'" no matter what you do), but also because it is counterintuitive that if this is set in the settings file, it gets ignored.
chillmania [Tue, 23 Sep 2014 21:03:45 +0000 (16:03 -0500)]
there is $topbar-arrows boolean switch, but no $topbar-dropdown-arrows switch to turn off dropdown sub nav arrows. Added that with an if statement and var
Rafi Benkual [Tue, 23 Sep 2014 15:35:12 +0000 (08:35 -0700)]
change to breadcrumb role
chillmania [Mon, 22 Sep 2014 21:27:36 +0000 (16:27 -0500)]
pass "" to hamburger($hover-color) instead of leaving it empty
chillmania [Mon, 22 Sep 2014 21:17:39 +0000 (16:17 -0500)]
fix $topbar-menu-icon-color-toggled not working b/c of wrong div selection. Then fix top-bar @include hamburger from overrideing $topbar-menu-icon-color-toggled on hover
carletex [Sun, 21 Sep 2014 02:16:48 +0000 (22:16 -0400)]
Button text adapted according to the HTML example
Dimitri Walters [Sat, 20 Sep 2014 16:09:26 +0000 (12:09 -0400)]
Remove unused attribute in Tooltip Advanced doc
The Advanced section on the Tooltips page has the attribute `data-options="disable_for_touch:true"`, which is not used in the rendered HTML (it's actually the opposite) or is relevant to this section.
Andrew Saint [Sat, 20 Sep 2014 07:56:15 +0000 (08:56 +0100)]
Added whitespace
Andrew Saint [Sat, 20 Sep 2014 07:51:01 +0000 (08:51 +0100)]
Moved shade variables above colour variables
chillmania [Thu, 18 Sep 2014 17:56:41 +0000 (12:56 -0500)]
grouped $topbar-dropdown vars together. Add $topbar-dropdown-link-color-hover for the option of having a separate color for hovering drop elements. Dropdown elements previously had an option for a text color, but not for a hover text color
Antoine Bluchet [Thu, 18 Sep 2014 15:18:18 +0000 (17:18 +0200)]
Fix: warning buttons style missing on topbar
fgrandjean [Thu, 18 Sep 2014 10:02:45 +0000 (12:02 +0200)]
Skip unavailable previous element
The same way we skip missing next elements we should skip previous missing ones.
Mark Hayes [Wed, 17 Sep 2014 19:49:55 +0000 (12:49 -0700)]
auto-update bower.json package version to match what’s in package.json
Mark Hayes [Wed, 17 Sep 2014 19:39:24 +0000 (12:39 -0700)]
auto tag releases in travis when the version number increments. this will prevent the wrong release from being tagged in the bower foundation repo (which may contain the incorrect version number)
Dimitri Jorge [Tue, 16 Sep 2014 17:36:04 +0000 (19:36 +0200)]
Fix joyride error
When the joyride is included on the page but hasn't been started yet,
the keystrokes events are still catched and we end up with a JS error
on `go_next` or `go_prev` functions.
This fix checks that the joyride is on screen before calling theses callbacks.
Karlis Venters [Tue, 16 Sep 2014 14:50:32 +0000 (17:50 +0300)]
Fix: disabled dropdown buttons should not open
Fixes #5370
Arthur [Mon, 15 Sep 2014 23:39:02 +0000 (16:39 -0700)]
Updating version
Geoff Kimball [Mon, 15 Sep 2014 23:09:21 +0000 (16:09 -0700)]
Merge pull request #5789 from tpcstld/master
Remove console.log in tabs.js. Fixes #5746
Geoff Kimball [Mon, 15 Sep 2014 23:08:44 +0000 (16:08 -0700)]
Merge pull request #5787 from jonathanmelville/master
$reveal-max-width variable missing from _settings.
Geoff Kimball [Mon, 15 Sep 2014 23:08:18 +0000 (16:08 -0700)]
Merge pull request #5802 from spencerbaer/master
Update examples_buttons_accessible.html
Geoff Kimball [Mon, 15 Sep 2014 23:08:02 +0000 (16:08 -0700)]
Merge pull request #5805 from chrishepner/accessibility-typo-fix
Fixes typo in Accessibility page of docs
Geoff Kimball [Mon, 15 Sep 2014 22:59:00 +0000 (15:59 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
Geoff Kimball [Mon, 15 Sep 2014 22:58:45 +0000 (15:58 -0700)]
Remove some unnecessary code and mixins in documentation, fixes #5680