]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Rohith Kumbharkar [Sat, 22 Aug 2015 09:38:56 +0000 (15:08 +0530)]
Removed duplicate word "and"
Sentence correction in docs
Rohith Kumbharkar [Fri, 21 Aug 2015 19:48:34 +0000 (01:18 +0530)]
Proper sentence completion
Added missing text "you how" in sentence "We put together a small demo to show you how easy it is to start creating with the Foundation Grid" to make it meaningful.
Zoran [Mon, 10 Aug 2015 18:38:03 +0000 (11:38 -0700)]
changed BuildingBlocks request to jsonp
Zoran [Wed, 5 Aug 2015 22:51:29 +0000 (15:51 -0700)]
enclose #component-name name attribute in quotes - fixes generated BuildingBlock api request
RafiBomb [Wed, 5 Aug 2015 22:23:25 +0000 (15:23 -0700)]
changes layout title icon bar
Rafi [Wed, 5 Aug 2015 22:15:32 +0000 (15:15 -0700)]
Merge pull request #6738 from zurb/building-block-examples
Building block examples
RafiBomb [Wed, 5 Aug 2015 20:50:18 +0000 (13:50 -0700)]
addd templates link to topbar on docs
RafiBomb [Wed, 5 Aug 2015 20:40:29 +0000 (13:40 -0700)]
fixing top-bar styles on docs
RafiBomb [Wed, 5 Aug 2015 19:06:40 +0000 (12:06 -0700)]
changes top-bar links to match marketing site
Tim Hartwick [Thu, 23 Jul 2015 20:50:13 +0000 (13:50 -0700)]
chupdated the set value selector to .range-slider instead of slider
Zoran [Thu, 23 Jul 2015 18:08:50 +0000 (11:08 -0700)]
added conditional for BuildingBlock container visibility
RafiBomb [Thu, 23 Jul 2015 16:43:42 +0000 (09:43 -0700)]
correcting building block include layout
RafiBomb [Thu, 23 Jul 2015 06:11:22 +0000 (23:11 -0700)]
styles building block section
Jeanie C [Mon, 13 Jul 2015 23:13:48 +0000 (16:13 -0700)]
Merge pull request #6691 from brianlenz/master
Fixes reveal modal multiple_opened ordering issues
Arthur [Mon, 13 Jul 2015 17:28:42 +0000 (10:28 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Mon, 13 Jul 2015 17:28:03 +0000 (10:28 -0700)]
Removing voting banner
Rafi [Fri, 10 Jul 2015 00:27:19 +0000 (17:27 -0700)]
Merge pull request #6680 from joelworsham/patch-1
Allow easier customization of alternate button bg
Rafi [Thu, 9 Jul 2015 23:50:44 +0000 (16:50 -0700)]
Merge pull request #6677 from vgmcglaughlin/fix-tabs-accessibility-example
Fixed accessibility attributes for tabs accessibility example
Rafi [Thu, 9 Jul 2015 23:45:31 +0000 (16:45 -0700)]
Merge pull request #6686 from JamesJCole/master
Resolve Order Issues - Fieldset Legend Margin
Rafi [Thu, 9 Jul 2015 23:44:29 +0000 (16:44 -0700)]
Merge pull request #6692 from pdeffendol/remove-abbr-font-size
Remove reduced font size on <abbr> and <acronym>
RafiBomb [Thu, 9 Jul 2015 23:43:16 +0000 (16:43 -0700)]
adds expand button side padding #6635
Pete Deffendol [Thu, 9 Jul 2015 22:43:44 +0000 (16:43 -0600)]
Remove reduced font size on <abbr> and <acronym>
Brian Lenz [Thu, 9 Jul 2015 22:21:22 +0000 (15:21 -0700)]
Fix to the modal stack implementation so that you can safely close a modal that isn't at the top of the stack.
Brian Lenz [Thu, 9 Jul 2015 20:44:17 +0000 (13:44 -0700)]
Fixing Travis CI build error with inline function.
Brian Lenz [Thu, 9 Jul 2015 20:36:48 +0000 (13:36 -0700)]
Fixing issue with order of modal popups being opened/closed when it doesn't match up with the DOM. Need to maintain a primitive window manager / stack so that the proper modal is opened after closing subsequent modals.
Refer: https://github.com/zurb/foundation/issues/6690
RafiBomb [Thu, 9 Jul 2015 18:22:34 +0000 (11:22 -0700)]
hide top bottom off canvas on docs until next version 553 is out
Arthur [Thu, 9 Jul 2015 17:26:12 +0000 (10:26 -0700)]
Updates to Banner
Arthur [Wed, 8 Jul 2015 23:12:20 +0000 (16:12 -0700)]
Adding vote for open source banner
James Cole [Tue, 7 Jul 2015 23:54:36 +0000 (09:54 +1000)]
Merge pull request #1 from JamesJCole/fieldset-legend-margin-fix
Updated margin order in fieldset legend
James Cole [Tue, 7 Jul 2015 23:52:06 +0000 (09:52 +1000)]
Updated margin order in fieldset legend
This is so the margin actually gets rendered. This was in the opposite
order before in 5.5.0 - I think it was reversed for code-standards, no
point if its broken though.
Zoran [Mon, 6 Jul 2015 21:59:33 +0000 (14:59 -0700)]
removed test snipped from index
Zoran [Mon, 6 Jul 2015 21:58:06 +0000 (14:58 -0700)]
integrated BuildingBlock examples on component pages
Joel Worsham [Mon, 6 Jul 2015 16:10:43 +0000 (12:10 -0400)]
Fix variable names
Joel Worsham [Mon, 6 Jul 2015 16:08:43 +0000 (12:08 -0400)]
Allow easier customization of alternate button bg
Right now, in order to override alternate (secondary, alert, warning, etc) buttons, you are required to modify the sass file or override the CSS. I don't like this. I think it's sloppy for me to do that.
A prime example is using ghost buttons in your theme. The primary button is easy enough, just set `$button-bg-color: transparent`; but you can't do this to any other button.
I've added variables for the bg color of _every_ button. This would make it SO much easier to modify the alternate button bg's.
Vic McGlaughlin [Thu, 2 Jul 2015 14:11:04 +0000 (10:11 -0400)]
Fixed accessibility attributes for tabs accessibility example
Jeanie C [Wed, 1 Jul 2015 22:06:44 +0000 (15:06 -0700)]
Merge pull request #6508 from mpy-pixum/interchnage-slick
+ interchange src path each
Geoff Kimball [Tue, 30 Jun 2015 17:24:31 +0000 (10:24 -0700)]
Allow .no-bullet class to be used with <ol> and <ul> elements, closes #6637
RafiBomb [Mon, 29 Jun 2015 17:42:29 +0000 (10:42 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
RafiBomb [Mon, 29 Jun 2015 17:42:15 +0000 (10:42 -0700)]
adds new partial offcanvas
Geoff Kimball [Mon, 29 Jun 2015 16:30:55 +0000 (09:30 -0700)]
Merge pull request #6652 from AngeloG/docs-abide-indent
Fixed indent in documentation for abide config
Angelo Geels [Thu, 25 Jun 2015 09:18:33 +0000 (11:18 +0200)]
Fixed indent in documentation for abide config
Geoff Kimball [Wed, 24 Jun 2015 16:10:00 +0000 (09:10 -0700)]
Merge pull request #6642 from tpgmartin/fix-docs-accordion-examples
Correct ids basic rendered accordian example
Geoff Kimball [Tue, 23 Jun 2015 17:16:35 +0000 (10:16 -0700)]
Merge pull request #6646 from leksak/patch-1
Have supplied code match code comment
leksak [Tue, 23 Jun 2015 10:45:54 +0000 (12:45 +0200)]
Have supplied code match code comment
RafiBomb [Mon, 22 Jun 2015 18:13:04 +0000 (11:13 -0700)]
adds docs note to new top bottom off-canvas feature
RafiBomb [Mon, 22 Jun 2015 17:50:01 +0000 (10:50 -0700)]
fixed typo
RafiBomb [Mon, 22 Jun 2015 17:48:33 +0000 (10:48 -0700)]
adds off-canvas top bottom featere to docs
RafiBomb [Mon, 22 Jun 2015 17:14:51 +0000 (10:14 -0700)]
removes unused variable from topbar docs
Tom Martin [Sat, 20 Jun 2015 23:16:35 +0000 (00:16 +0100)]
Correct ids basic rendered accordian example
RafiBomb [Sat, 20 Jun 2015 00:15:50 +0000 (17:15 -0700)]
Merge branch 'master' of https://github.com/zurb/foundation
RafiBomb [Sat, 20 Jun 2015 00:15:22 +0000 (17:15 -0700)]
Merge branch 'tomsah-top-bottom_offcanvas_functionality'
RafiBomb [Fri, 19 Jun 2015 23:06:36 +0000 (16:06 -0700)]
Merge branch 'top-bottom_offcanvas_functionality' of git://github.com/tomsah/foundation into tomsah-top-bottom_offcanvas_functionality
Rafi [Fri, 19 Jun 2015 22:59:33 +0000 (15:59 -0700)]
Merge pull request #6523 from fergaldoyle/accordion-fix
Add active_class to initially opened accordion-navigation
Geoff Kimball [Fri, 19 Jun 2015 22:58:21 +0000 (15:58 -0700)]
Merge pull request #6543 from ddanh85/dropdown-radius
Move the dropdown radius to the right place
Geoff Kimball [Fri, 19 Jun 2015 22:55:26 +0000 (15:55 -0700)]
Merge pull request #6582 from joellord/dropdown-ignore-repositioning
Dropdown ignore repositioning
Geoff Kimball [Fri, 19 Jun 2015 22:44:46 +0000 (15:44 -0700)]
Merge pull request #6564 from jacobjpope/patch-1
Include missing data_options on main Javascript documentation table
Rafi [Fri, 19 Jun 2015 22:41:06 +0000 (15:41 -0700)]
Merge pull request #6514 from cwperry/master
Added the ability to stack progress bars.
Geoff Kimball [Fri, 19 Jun 2015 22:40:56 +0000 (15:40 -0700)]
Merge pull request #6590 from matthewalbani/issue-6429
#6429 added accordion-navigation-active-font-color to the accordion mixin
Geoff Kimball [Fri, 19 Jun 2015 22:33:43 +0000 (15:33 -0700)]
Merge pull request #6610 from karland/patch-1
Make em-calc sensitive to $rem-base
Geoff Kimball [Fri, 19 Jun 2015 22:33:05 +0000 (15:33 -0700)]
Merge pull request #6618 from oller/patch-3
Removing duplicate -ms-transform translate attribute
Geoff Kimball [Fri, 19 Jun 2015 22:27:20 +0000 (15:27 -0700)]
Merge pull request #6627 from tzi/patch-1
Fix example of accessible alert boxes
Geoff Kimball [Fri, 19 Jun 2015 22:23:39 +0000 (15:23 -0700)]
Merge pull request #6640 from mayakokits/6639
fixed XSS vulnerability in Clearing
Maya Kokits [Fri, 19 Jun 2015 16:17:07 +0000 (18:17 +0200)]
fixed XSS vulnerability in Clearing
.html() executes even encoded scripts.
.innerHTML doesn't.
Arthur [Tue, 16 Jun 2015 18:23:55 +0000 (11:23 -0700)]
removing jobs ad and foundation class
Thomas ZILLIOX [Tue, 16 Jun 2015 15:18:53 +0000 (17:18 +0200)]
Correction of aria attributes and remove useless attributes
Thomas ZILLIOX [Tue, 16 Jun 2015 15:16:56 +0000 (17:16 +0200)]
Correction of aria attributes and remove useless attributes
Rafi [Fri, 12 Jun 2015 20:46:05 +0000 (13:46 -0700)]
Merge pull request #6607 from sammarks/deep-linking-tabs-ie
Deep-Linking Tabs prevent back button in IE from working correctly.
Rafi [Fri, 12 Jun 2015 20:45:01 +0000 (13:45 -0700)]
Merge pull request #6614 from fredrivett/patch-1
Removing unnecessary spaces
Rafi [Fri, 12 Jun 2015 20:44:22 +0000 (13:44 -0700)]
Merge pull request #6622 from octlabs/patch-1
Default input type
octlabs [Thu, 11 Jun 2015 14:56:08 +0000 (16:56 +0200)]
Default input type
Fix to https://github.com/zurb/foundation/issues/6416
"The default type is text, if this attribute is not specified." (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-type)
David Ollerhead [Tue, 9 Jun 2015 15:54:33 +0000 (16:54 +0100)]
Removing duplicate -ms-transform translate attribute
Duplicate properties cause a lot of problems, especially with css minification tools.
Removing the `-ms-transform: translate3d($tx, $ty, $tz);` line keeps IE support for IE9 and up with the 2d transform, and stops the 3d transform overwriting the 2d one and breaking the offcanvas menu on IE9 when CSS is minified
Fred Rivett [Mon, 8 Jun 2015 16:48:22 +0000 (17:48 +0100)]
Removing unnecessary spaces
Removing unnecessary spaces on closing bracket on a couple opening tags. Pedantic but y'know.
karland [Sun, 7 Jun 2015 09:16:19 +0000 (11:16 +0200)]
Make em-calc sensitive to $rem-base
Sam Marks [Thu, 4 Jun 2015 19:54:34 +0000 (15:54 -0400)]
Make sure that going back to the first tab actually updates the hash.
Sam Marks [Thu, 4 Jun 2015 19:19:20 +0000 (15:19 -0400)]
Update the entry point to work in IE.
Geoff Kimball [Thu, 4 Jun 2015 16:10:48 +0000 (09:10 -0700)]
Merge pull request #6597 from oller/patch-2
Fix inline-list margin issue caused by re-ordering of css properties
David Ollerhead [Thu, 4 Jun 2015 09:08:00 +0000 (10:08 +0100)]
Breaking apart shorthand margin declaration
Geoff Kimball [Wed, 3 Jun 2015 15:55:51 +0000 (08:55 -0700)]
Merge pull request #6570 from circlecube/button-group-stack-even-bug
set full width on stack-for-small button group
Geoff Kimball [Wed, 3 Jun 2015 15:52:04 +0000 (08:52 -0700)]
Merge pull request #6574 from ilikesleeping/patch-1
Add pointer-events: none; to unavailable pagination items
Geoff Kimball [Wed, 3 Jun 2015 15:50:03 +0000 (08:50 -0700)]
Merge pull request #6592 from sergiors/master
Again, replaced tabs by spaces
Geoff Kimball [Wed, 3 Jun 2015 15:49:48 +0000 (08:49 -0700)]
Merge pull request #6596 from lukasklein/patch-1
Update examples_tabs_accessibility (whitespaces)
tomsah [Wed, 3 Jun 2015 08:31:34 +0000 (09:31 +0100)]
Adding a top/bottom functionality to zurb offcanvas with push,overlap and submenu
Jeanie Chung [Tue, 2 Jun 2015 22:20:24 +0000 (15:20 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Jeanie Chung [Tue, 2 Jun 2015 21:44:56 +0000 (14:44 -0700)]
Slight optimization changes to range slider two-way binding.
David Ollerhead [Tue, 2 Jun 2015 09:22:34 +0000 (10:22 +0100)]
Fix inline-list margin issue caused by re-ordering
Lukas Klein [Tue, 2 Jun 2015 00:25:43 +0000 (02:25 +0200)]
Update examples_tabs_accessibility (whitespaces)
Inserted missing whitespace, removed redundant whitespaces.
Sérgio Rafael Siqueira [Sat, 30 May 2015 05:21:52 +0000 (02:21 -0300)]
Merge branch 'master' of github.com:zurb/foundation
Sérgio Rafael Siqueira [Sat, 30 May 2015 05:20:34 +0000 (02:20 -0300)]
replaced tabs by spaces at _grid.scss
matthewalbani [Fri, 29 May 2015 21:03:12 +0000 (14:03 -0700)]
#6429 added accordion-navigation-active-font-color
Geoff Kimball [Thu, 28 May 2015 16:15:31 +0000 (09:15 -0700)]
Merge pull request #6565 from peterblazejewicz/update/readme
Update readme installation section. Closes #6560
Geoff Kimball [Thu, 28 May 2015 16:14:38 +0000 (09:14 -0700)]
Merge pull request #6585 from sergiors/master
replaced tabs by spaces
Sérgio Rafael Siqueira [Wed, 27 May 2015 17:19:47 +0000 (14:19 -0300)]
replaced tabs by spaces
Joel Lord [Mon, 25 May 2015 14:58:35 +0000 (10:58 -0400)]
Fix for Issue #6581
Updated the documentation
Joel Lord [Mon, 25 May 2015 14:57:46 +0000 (10:57 -0400)]
Fix for issue #6581
The dropdown will ignore the repositioning with the "missRight, missLeft, missTop" flags when the option "ignore_repositioning" is added to the data-options
Chris [Wed, 20 May 2015 09:29:30 +0000 (10:29 +0100)]
Add pointer-events: none; to unavailable pagination items
Adding pointer-events: none; allows modern browsers to ignore clicks on unavailable elements.
Unavailable items look like they shouldn't be clickable, so they shouldn't be.
Rafi [Tue, 19 May 2015 21:39:58 +0000 (14:39 -0700)]
Merge pull request #6573 from eljojo/patch-2
Documented option to equalize hidden elements
Rafi Benkual [Tue, 19 May 2015 16:27:15 +0000 (09:27 -0700)]
changes footer link name
José Tomás Albornoz [Tue, 19 May 2015 13:37:37 +0000 (15:37 +0200)]
Documented option to equalize hidden elements
Change added in
8f8f07752180df980fb59275d8c42bf6411c8aa1
Evan Mullins [Mon, 18 May 2015 14:57:32 +0000 (10:57 -0400)]
set full width on stack-for-small button group
to account if the group also has even-x specified. ticket #6555
Rafi [Sat, 16 May 2015 16:42:35 +0000 (09:42 -0700)]
Merge pull request #6566 from zurb/revert-6537-master
Revert "Corrected kitchen sink layout and joyride functions"