]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Brett DeWoody [Fri, 6 Mar 2015 23:47:45 +0000 (16:47 -0700)]
Add fix for MapQuest image tiles
Rafi Benkual [Tue, 30 Dec 2014 23:02:35 +0000 (15:02 -0800)]
fixes button group even example
Rafi [Wed, 24 Dec 2014 17:38:08 +0000 (09:38 -0800)]
Merge pull request #6149 from yctay/patch-1
Update applications.html
yctay [Wed, 24 Dec 2014 04:21:10 +0000 (12:21 +0800)]
Update applications.html
File for configuring assets precompile have been moved. See https://github.com/rails/rails/commit/
f612c2b0526e326eb6c25a7bbf375ac3ac793a3c
Rafi Benkual [Tue, 23 Dec 2014 00:20:19 +0000 (16:20 -0800)]
updates new variable on docs and setting file
Rafi Benkual [Mon, 22 Dec 2014 23:57:19 +0000 (15:57 -0800)]
adds variable to change mobile menu icon position on small
Rafi Benkual [Mon, 22 Dec 2014 21:24:51 +0000 (13:24 -0800)]
fixes indentation and adds eight-up pport and documentation for icon bar
Rafi Benkual [Mon, 22 Dec 2014 21:17:20 +0000 (13:17 -0800)]
remove unused page toolbar
Arthur [Mon, 22 Dec 2014 21:20:37 +0000 (13:20 -0800)]
Merge pull request #6145 from braingourmets/task/travis-performance
[TASK] Configure Travis for better build performance
Rafi [Mon, 22 Dec 2014 21:11:37 +0000 (13:11 -0800)]
Merge pull request #6136 from themccallister/master
Add seven-up support to icon-bar
Rafi [Mon, 22 Dec 2014 19:44:22 +0000 (11:44 -0800)]
Merge pull request #6142 from matthewalbani/deep_link
Tabs deeplinking is not working #5687
Rafi Benkual [Mon, 22 Dec 2014 18:06:43 +0000 (10:06 -0800)]
fixing incorrect text on CSS page
Oliver Klee [Mon, 22 Dec 2014 16:01:34 +0000 (17:01 +0100)]
[TASK] Configure Travis for better build performance
* set sudo: false to allow usage of their new container-based infrastructure
* enable bundler caching
matthewalbani-moovweb [Mon, 22 Dec 2014 00:11:45 +0000 (16:11 -0800)]
Tabs deeplinking is not working #5687
Fixed data-options error
Jason McCallister [Fri, 19 Dec 2014 00:57:55 +0000 (16:57 -0800)]
Add seven-up support to icon-bar
Rafi Benkual [Thu, 18 Dec 2014 21:35:39 +0000 (13:35 -0800)]
adds new accordion partial in docs
Rafi [Thu, 18 Dec 2014 18:20:07 +0000 (10:20 -0800)]
Merge pull request #6110 from wyrfel/issue/6109
zurb/foundation#6109 - change split regexp to handle urls with parenthes...
Rafi Benkual [Thu, 18 Dec 2014 18:19:34 +0000 (10:19 -0800)]
adds old accordion markup to docs
Rafi Benkual [Thu, 18 Dec 2014 18:07:02 +0000 (10:07 -0800)]
changes default modal bg to fixed position
Rafi Benkual [Thu, 18 Dec 2014 16:59:49 +0000 (08:59 -0800)]
removes extra comment marks from settings file
Rafi Benkual [Thu, 18 Dec 2014 01:55:03 +0000 (17:55 -0800)]
complete audit of settings file vs scss variables
Rafi [Thu, 18 Dec 2014 00:54:13 +0000 (16:54 -0800)]
Merge pull request #6107 from kostaspt/patch-1
Same spacing between links in top bar
Rafi [Wed, 17 Dec 2014 22:47:05 +0000 (14:47 -0800)]
Merge pull request #6108 from kostaspt/patch-2
Fixed $header-font-style value
Rafi Benkual [Wed, 17 Dec 2014 21:53:24 +0000 (13:53 -0800)]
fixes visability class on docs example for grid collapse
Rafi [Wed, 17 Dec 2014 19:44:22 +0000 (11:44 -0800)]
Merge pull request #6115 from DrSammyD/customize-split-button-pip
Added ability to customize split button pip
Rafi [Wed, 17 Dec 2014 19:18:11 +0000 (11:18 -0800)]
Merge pull request #6118 from michaelbromley/deep-linked-tabs-fix
Fix broken back button in tabs with deep linking
Rafi Benkual [Wed, 17 Dec 2014 19:11:39 +0000 (11:11 -0800)]
fixes grid collapse example
Rafi Benkual [Wed, 17 Dec 2014 19:08:31 +0000 (11:08 -0800)]
fixes grid collapse example
Rafi [Wed, 17 Dec 2014 19:07:29 +0000 (11:07 -0800)]
Merge pull request #6126 from janoskk/fix-6124
fixes type in the collapse/uncollapse rows example, resolves #6124
Rafi Benkual [Wed, 17 Dec 2014 17:56:05 +0000 (09:56 -0800)]
adds notes on accordion docs about new markup
Janos Kasza [Wed, 17 Dec 2014 16:55:28 +0000 (17:55 +0100)]
fixes type in the collapse/uncollapse rows example, resolves #6124
Rafi [Tue, 16 Dec 2014 23:02:37 +0000 (15:02 -0800)]
Merge pull request #6103 from wolfgang-demeter/patch-3
Stacking <button>'s
Michael Bromley [Tue, 16 Dec 2014 13:25:20 +0000 (14:25 +0100)]
Fix broken back button in tabs with deep linking
This change fixes a bug in tabs which have deep linking enabled, whereby
the user, in using the browser back button, would only be able to
navigate backwards as far as the default tab hash location. Attempting
to navigate back to the previous page would result in infinite
redirection back to the default tab. For moreinformation see [this
issue](https://github.com/zurb/foundation/issues/6102)
This change has the tab control remember the entry location upon
initialization, and then whenever the hash changes, it compares the
current location.hash value with the entry location and the default hash
value, in order to determine whether to update the location.hash or
simply allow the navigation to occur without modifying the
location.hash.
Rafi Benkual [Tue, 16 Dec 2014 00:13:35 +0000 (16:13 -0800)]
updates all js docs pages with reflow info
sarmstrong [Mon, 15 Dec 2014 20:41:21 +0000 (14:41 -0600)]
Added ability to customize split button pip
Rafi [Mon, 15 Dec 2014 18:15:39 +0000 (10:15 -0800)]
Merge pull request #6113 from flexbox/feature/update-disabled-cursor
Cursor need some love for accessibility
David Leuliette [Mon, 15 Dec 2014 18:03:18 +0000 (19:03 +0100)]
Update cursor value to not-allowed for disabled components
Andre Wyrwa [Mon, 15 Dec 2014 01:14:50 +0000 (12:14 +1100)]
zurb/foundation#6109 - change split regexp to handle urls with parenthesis
Konstantinos Pittas [Sun, 14 Dec 2014 00:32:11 +0000 (02:32 +0200)]
Fixed header-font-style value
Konstantinos Pittas [Sun, 14 Dec 2014 00:12:36 +0000 (02:12 +0200)]
Same spacing between links in top bar
Changing the value of $topbar-link-padding will change the padding between links, but not between e.g. buttons.
Rafi Benkual [Sat, 13 Dec 2014 01:41:09 +0000 (17:41 -0800)]
adds changelog
Arthur [Fri, 12 Dec 2014 22:16:33 +0000 (14:16 -0800)]
Updating to 5.5.0
Geoff Kimball [Fri, 12 Dec 2014 21:40:03 +0000 (13:40 -0800)]
Fix incorrect dropdown example in docs
Geoff Kimball [Fri, 12 Dec 2014 20:00:48 +0000 (12:00 -0800)]
Update exports mixin to import from global scope, update Gemfile to Sass 3.4
Rafi Benkual [Fri, 12 Dec 2014 19:27:57 +0000 (11:27 -0800)]
fixes offcanvas tabbar text alignment
Rafi Benkual [Fri, 12 Dec 2014 19:03:06 +0000 (11:03 -0800)]
changes reveal close position to b be equadistant from corner.
Rafi [Fri, 12 Dec 2014 18:53:45 +0000 (10:53 -0800)]
Merge pull request #6096 from socketz/multilevel-offcanvas
Fixed issues #5730 #6076 and probably more
Rafi Benkual [Fri, 12 Dec 2014 18:50:13 +0000 (10:50 -0800)]
removes erroneous commas from deoc example
Rafi Benkual [Fri, 12 Dec 2014 17:44:28 +0000 (09:44 -0800)]
fixes issue with resized topbar inputs not vertically middle automatically, resolves 5299
Wolfgang Demeter [Fri, 12 Dec 2014 14:59:36 +0000 (15:59 +0100)]
Stacking <button>'s
`<button>`'s won't get expanded to full width if stacked (orientation == vertical).
Eduardo Cataño [Thu, 11 Dec 2014 11:10:53 +0000 (12:10 +0100)]
Fixed issue #5730
Rafi Benkual [Wed, 10 Dec 2014 23:51:14 +0000 (15:51 -0800)]
changes off-canvas asside border issue
Brandon Arnold [Wed, 10 Dec 2014 23:07:34 +0000 (15:07 -0800)]
Merge pull request #6075 from ryanshrum/collapse-uncollapse-row
Collapse/uncollapse row
Brandon Arnold [Wed, 10 Dec 2014 23:04:47 +0000 (15:04 -0800)]
Merge pull request #6059 from ahmadmilzam/patch-1
Update foundation accordion
Rafi Benkual [Wed, 10 Dec 2014 23:01:33 +0000 (15:01 -0800)]
fixes sub nav margin
Ryan Shrum [Wed, 10 Dec 2014 20:25:07 +0000 (15:25 -0500)]
Updating docs, uncompiled
Jeanie Chung [Wed, 10 Dec 2014 19:30:56 +0000 (13:30 -0600)]
Merge conflicts.
Jeanie Chung [Wed, 10 Dec 2014 19:28:37 +0000 (13:28 -0600)]
Added hover timeout option in dropdown settings. Default is set to 150ms (as the function was written before). Closes #5239.
Brandon Arnold [Wed, 10 Dec 2014 18:21:38 +0000 (10:21 -0800)]
Merge pull request #6094 from doxxon/doxxon-patch-2
Update button mixin comments to clarify transparency options
Jeanie Chung [Wed, 10 Dec 2014 18:17:56 +0000 (12:17 -0600)]
Added functionality and documentation for autoclose in link dropdowns. Closes #5156.
Jeanie Chung [Wed, 10 Dec 2014 18:17:21 +0000 (12:17 -0600)]
Added functionality and documentation for autoclose in link dropdowns. Closes #5156.
Jeanie Chung [Wed, 10 Dec 2014 18:17:17 +0000 (12:17 -0600)]
Added functionality and documentation for autoclose in link dropdowns. Closes #5156.
Doxxon [Wed, 10 Dec 2014 10:02:47 +0000 (18:02 +0800)]
Update button mixin comments to clarify transparency options
Rafi [Wed, 10 Dec 2014 01:05:55 +0000 (17:05 -0800)]
Merge pull request #6010 from szinya/named-media-queries
Add x-only named media queries with documentation
Arthur [Wed, 10 Dec 2014 01:04:31 +0000 (17:04 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Wed, 10 Dec 2014 01:03:45 +0000 (17:03 -0800)]
Merge branch 'hakanensari-fix-range-slider'
Brandon Arnold [Wed, 10 Dec 2014 01:03:18 +0000 (17:03 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Wed, 10 Dec 2014 01:02:59 +0000 (17:02 -0800)]
Fixing Conflict in PR - extra space
Brandon Arnold [Wed, 10 Dec 2014 01:02:20 +0000 (17:02 -0800)]
Merge branch 'pr/5642'
Rafi [Wed, 10 Dec 2014 00:43:30 +0000 (16:43 -0800)]
Merge pull request #5834 from jellis/master
Rectify styles being cached permanently in issue 5827
Rafi Benkual [Wed, 10 Dec 2014 00:27:22 +0000 (16:27 -0800)]
fixes visability section on kitchen sink docs
Brandon Arnold [Wed, 10 Dec 2014 00:14:04 +0000 (16:14 -0800)]
fix issue #5525
Rafi [Tue, 9 Dec 2014 23:25:24 +0000 (15:25 -0800)]
Merge pull request #6035 from tjFogarty/js-media-queries
JS media queries
Rafi [Tue, 9 Dec 2014 23:23:07 +0000 (15:23 -0800)]
Merge pull request #6036 from Batterii/switch-mixin-fix
Fix usage of $active-color in mixin
Rafi [Tue, 9 Dec 2014 23:18:52 +0000 (15:18 -0800)]
Merge pull request #6077 from c1982/patch-1
domain regex for gTLD domains.
Brandon Arnold [Tue, 9 Dec 2014 23:14:54 +0000 (15:14 -0800)]
Merge pull request #6038 from Kolodij/master
Reveal Modal Fixes
Rafi [Tue, 9 Dec 2014 23:12:29 +0000 (15:12 -0800)]
Merge pull request #6086 from bradp/patch-1
Capitalize P in WordPress in docs.
Rafi [Tue, 9 Dec 2014 23:11:55 +0000 (15:11 -0800)]
Merge pull request #6057 from thiagosf/master
Settings duration and easing for magellan
Brandon Arnold [Tue, 9 Dec 2014 23:10:16 +0000 (15:10 -0800)]
Merge pull request #6054 from erredeco/patch-1
.postfix .button slightly misaligned #6053
Brandon Arnold [Tue, 9 Dec 2014 23:09:58 +0000 (15:09 -0800)]
Merge pull request #6056 from merty/patch-1
Fixed a typo
Brandon Arnold [Tue, 9 Dec 2014 23:06:59 +0000 (15:06 -0800)]
Merge pull request #6074 from tayre/master
Removing extraneous tab characters from _toolbar partial.
Rafi [Tue, 9 Dec 2014 23:06:37 +0000 (15:06 -0800)]
Merge pull request #6078 from matthewalbani/master
#5406 Added option for disabled icons
Brandon Arnold [Tue, 9 Dec 2014 23:05:10 +0000 (15:05 -0800)]
Merge pull request #6088 from briandela/patch-1
Minor change: typo
Rafi Benkual [Tue, 9 Dec 2014 00:11:20 +0000 (16:11 -0800)]
fixes footer twitter handle link and name
Rafi Benkual [Tue, 9 Dec 2014 00:06:33 +0000 (16:06 -0800)]
fixes missing div tag on docs example
Brian Delahunty [Sun, 7 Dec 2014 04:55:18 +0000 (20:55 -0800)]
Minor change: typo
Brad Parbs [Sat, 6 Dec 2014 23:27:56 +0000 (17:27 -0600)]
Capitalize P in WordPress in docs.
matthewalbani-moovweb [Wed, 3 Dec 2014 16:54:09 +0000 (10:54 -0600)]
#5406 Added option for disabled icons
Oguzhan YILMAZ [Wed, 3 Dec 2014 08:59:34 +0000 (10:59 +0200)]
domain regex for gTLD domains.
New gTLD extensions can be 8 characters (.hosting, .attorney,.company)
Ryan Shrum [Tue, 2 Dec 2014 22:05:38 +0000 (17:05 -0500)]
cleaned up and tested with other rows
Ryan Shrum [Tue, 2 Dec 2014 21:30:15 +0000 (16:30 -0500)]
Added size-based collapse/uncollapse to .row
While it isn't the proper place in the code, it works well and allows for someone to add/remove padding with class-based Foundation.
Tom Ayre [Tue, 2 Dec 2014 20:51:09 +0000 (15:51 -0500)]
Removing extraneous tab characters from _toolbar partial.
ahmadmilzam [Tue, 25 Nov 2014 07:30:59 +0000 (14:30 +0700)]
Update foundation accordion
rename all hardcoded content class ('.content') with => '.'+settings.content_class
Thiago Silva Ferreira [Sun, 23 Nov 2014 21:09:45 +0000 (19:09 -0200)]
Settings duration and easing for magellan
Mert Yazıcıoğlu [Sun, 23 Nov 2014 18:28:00 +0000 (20:28 +0200)]
Fixed a typo
Wordpress -> WordPress
Riccardo De Contardi [Sat, 22 Nov 2014 15:40:46 +0000 (16:40 +0100)]
.postfix .button slightly misaligned #6053
Proposal to solve #6053; to be tested in Mac enviroment and IE
Jordan Humphreys [Tue, 18 Nov 2014 22:37:07 +0000 (14:37 -0800)]
Fix indentation in dropdown.js among others.
Jordan Humphreys [Tue, 18 Nov 2014 22:23:11 +0000 (14:23 -0800)]
Small whitespace cleanup in Foundation core.
Rafi [Sat, 15 Nov 2014 00:26:15 +0000 (16:26 -0800)]
Merge pull request #5887 from michelts/joyride-modal-bg
Fixes #3848: show/hide modal background when swap style.
Rafi [Sat, 15 Nov 2014 00:03:27 +0000 (16:03 -0800)]
Merge pull request #6039 from gcornhill/master
Removed % and px from 0 units