]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
13 years agoAdded Height Fix For Object and Embed Tags 763/head
Jaymie Jones [Tue, 7 Aug 2012 07:55:01 +0000 (17:55 +1000)] 
Added Height Fix For Object and Embed Tags

13 years agofixes #404
zurbchris [Sun, 5 Aug 2012 22:05:58 +0000 (15:05 -0700)] 
fixes #404

13 years agofixed #378
zurbchris [Sun, 5 Aug 2012 22:03:01 +0000 (15:03 -0700)] 
fixed #378

13 years agotemporary fix for #235. Removes shadows, positioning problems, etc. Social buttons...
zurbchris [Sun, 5 Aug 2012 21:34:53 +0000 (14:34 -0700)] 
temporary fix for #235. Removes shadows, positioning problems, etc. Social buttons are the devil

13 years agoremoved extra line break
zurbchris [Sun, 5 Aug 2012 19:02:04 +0000 (12:02 -0700)] 
removed extra line break

13 years agoremoved leftover test html
zurbchris [Sun, 5 Aug 2012 19:01:45 +0000 (12:01 -0700)] 
removed leftover test html

13 years agoremoved merged in mobile block grid option because it does the same as if you do...
zurbchris [Sun, 5 Aug 2012 19:01:22 +0000 (12:01 -0700)] 
removed merged in mobile block grid option because it does the same as if you do no include the mobile class

13 years agoMerge pull request #758 from haihappen/master
Chris Michel [Sun, 5 Aug 2012 18:55:12 +0000 (11:55 -0700)] 
Merge pull request #758 from haihappen/master

Mixin font-size should work with ms()

13 years agoMerge pull request #757 from aaroncampbell/master
Chris Michel [Sun, 5 Aug 2012 18:54:33 +0000 (11:54 -0700)] 
Merge pull request #757 from aaroncampbell/master

Ordered list formatting

13 years agoMerge pull request #749 from awshout/error-class
Chris Michel [Sun, 5 Aug 2012 18:52:27 +0000 (11:52 -0700)] 
Merge pull request #749 from awshout/error-class

minor addition of .error for textareas

13 years agoMerge pull request #745 from trimentor/613_dropdown_rails
Chris Michel [Sun, 5 Aug 2012 18:50:54 +0000 (11:50 -0700)] 
Merge pull request #745 from trimentor/613_dropdown_rails

Fixes issue #613: all dropdown events were prevented from bubbling up the DOM tree

13 years agoMerge pull request #741 from rowleyaj/mbgrid
Chris Michel [Sun, 5 Aug 2012 18:50:08 +0000 (11:50 -0700)] 
Merge pull request #741 from rowleyaj/mbgrid

Add mobile block grid options

13 years agoMerge pull request #739 from sorenk/master
Chris Michel [Sun, 5 Aug 2012 18:48:20 +0000 (11:48 -0700)] 
Merge pull request #739 from sorenk/master

Offcanvas overrides default grid, and makes flyout unable to overflow rows

13 years agoMerge pull request #735 from alettieri/fixCustomForm
Chris Michel [Sun, 5 Aug 2012 18:46:46 +0000 (11:46 -0700)] 
Merge pull request #735 from alettieri/fixCustomForm

Updated the current selected list item to use the option html value

13 years agoMerge pull request #734 from babsgosgens/master
Chris Michel [Sun, 5 Aug 2012 18:46:15 +0000 (11:46 -0700)] 
Merge pull request #734 from babsgosgens/master

Filepaths

13 years agoMerge pull request #733 from oo12/5450c7586cc341e894162ce81d8bfe28106501e0
Chris Michel [Sun, 5 Aug 2012 18:45:04 +0000 (11:45 -0700)] 
Merge pull request #733 from oo12/5450c7586cc341e894162ce81d8bfe28106501e0

Fixes Issue #405: Tabs Not Working When Base Href Set

13 years agoMixin font-size should work with ms(). 758/head
Mario Uher [Sun, 5 Aug 2012 17:11:20 +0000 (19:11 +0200)] 
Mixin font-size should work with ms().

13 years agoFix ordered lists and nested lists - fixes #756 757/head
Aaron D. Campbell [Sun, 5 Aug 2012 16:27:31 +0000 (09:27 -0700)] 
Fix ordered lists and nested lists - fixes #756

13 years agoadded .error for textareas 749/head
Anthony Wilhelm [Sat, 4 Aug 2012 02:32:40 +0000 (21:32 -0500)] 
added .error for textareas

13 years ago[fixes #613] Don't prevent the event from bubbling up the DOM tree when clicked on... 745/head
Kjel Delaey [Fri, 3 Aug 2012 12:51:56 +0000 (14:51 +0200)] 
[fixes #613] Don't prevent the event from bubbling up the DOM tree when clicked on any descendant of the dropdown element

13 years agoAdd mobile block grid options 741/head
Alex Rowley [Thu, 2 Aug 2012 18:22:24 +0000 (19:22 +0100)] 
Add mobile block grid options

Adds multiple options for mobile grids upto the maximum number of
mobile columns defined

13 years agoUpdate stylesheets/foundation/components/modules/_all.scss 739/head
sorenk [Thu, 2 Aug 2012 13:36:07 +0000 (16:36 +0300)] 
Update stylesheets/foundation/components/modules/_all.scss

Offcanvas should not override default grid.

It gives the overflow:hidden property to .row, which causes the .flyout to not being able to overflow the row div.

13 years agoUpdated the current selected list item to use the option html value rather than the... 735/head
Antonio Lettieri [Wed, 1 Aug 2012 13:43:29 +0000 (08:43 -0500)] 
Updated the current selected list item to use the option html value rather than the value attribute.

13 years agoAdd back individual row classes as that facilitates easier implementation in custom... 734/head
Babs Gosgens [Wed, 1 Aug 2012 12:37:20 +0000 (14:37 +0200)] 
Add back individual row classes as that facilitates easier implementation in custom grids for instance @extend .twelve;

13 years agoCorrect filepaths
Babs Gosgens [Wed, 1 Aug 2012 12:21:50 +0000 (14:21 +0200)] 
Correct filepaths

13 years agoupdated to fix typo
zurbchris [Wed, 1 Aug 2012 03:51:52 +0000 (20:51 -0700)] 
updated to fix typo

13 years agoFix Issue #405: Tabs Not Working When Base Href Set 733/head
Jason Grant [Wed, 1 Aug 2012 01:18:23 +0000 (20:18 -0500)] 
Fix Issue #405: Tabs Not Working When Base Href Set

13 years agoupdated grid
zurbchris [Tue, 31 Jul 2012 21:52:08 +0000 (14:52 -0700)] 
updated grid

13 years agoupdated semantic grid to use silint placeholders
zurbchris [Tue, 31 Jul 2012 21:27:25 +0000 (14:27 -0700)] 
updated semantic grid to use silint placeholders

13 years agoFixes expand class on form inputs
Sam Georges [Tue, 31 Jul 2012 07:06:05 +0000 (17:06 +1000)] 
Fixes expand class on form inputs

13 years agoAdds extra large size back to reveal
Sam Georges [Wed, 4 Jul 2012 02:08:19 +0000 (12:08 +1000)] 
Adds extra large size back to reveal

13 years agoMerge pull request #730 from bmatzner/master
Jonathan Smiley [Tue, 31 Jul 2012 17:29:40 +0000 (10:29 -0700)] 
Merge pull request #730 from bmatzner/master

Add missing value for padding-right in button.full-width definition

13 years agoremoved lists
Anthony Wilhelm [Mon, 30 Jul 2012 20:15:47 +0000 (15:15 -0500)] 
removed lists

lists are in common/_typography.scss and .nice is depreciated in 3.0

13 years agoremoved .nice from tabs
Anthony Wilhelm [Mon, 30 Jul 2012 19:43:16 +0000 (14:43 -0500)] 
removed .nice from tabs

the nice class is depreciated in 3.0

13 years agoAdded missing 0 value to button.full-width padding 730/head
Bernd Matzner [Tue, 31 Jul 2012 15:34:53 +0000 (18:34 +0300)] 
Added missing 0 value to button.full-width padding

13 years agoSmall README change re: ZURB
Jonathan Smiley [Tue, 31 Jul 2012 01:27:47 +0000 (18:27 -0700)] 
Small README change re: ZURB

13 years agofix typo
Mark Hayes [Mon, 30 Jul 2012 20:29:02 +0000 (13:29 -0700)] 
fix typo

13 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Mon, 30 Jul 2012 20:26:55 +0000 (13:26 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

13 years agoadded to changelog
zurbchris [Mon, 30 Jul 2012 20:26:50 +0000 (13:26 -0700)] 
added to changelog

13 years agoadded 307 changelog
zurbchris [Mon, 30 Jul 2012 20:26:07 +0000 (13:26 -0700)] 
added 307 changelog

13 years agoupdate download
Mark Hayes [Mon, 30 Jul 2012 20:20:59 +0000 (13:20 -0700)] 
update download

13 years agobumped version v3.0.7
Mark Hayes [Mon, 30 Jul 2012 20:11:54 +0000 (13:11 -0700)] 
bumped version

13 years agoupdated and bumped version
zurbchris [Mon, 30 Jul 2012 20:08:48 +0000 (13:08 -0700)] 
updated and bumped version

13 years agoupdated file path to fix error
zurbchris [Mon, 30 Jul 2012 20:06:45 +0000 (13:06 -0700)] 
updated file path to fix error

13 years agobumped version v3.0.7.rc11
Mark Hayes [Mon, 30 Jul 2012 20:03:05 +0000 (13:03 -0700)] 
bumped version

13 years agoMerge branch 'master' of https://github.com/zurb/foundation
Jordan Humphreys [Mon, 30 Jul 2012 19:05:14 +0000 (12:05 -0700)] 
Merge branch 'master' of https://github.com/zurb/foundation

13 years agoUse mouseenter and mouseleave instead of mouseover and mouseout so that children...
Jordan Humphreys [Mon, 30 Jul 2012 18:45:52 +0000 (11:45 -0700)] 
Use mouseenter and mouseleave instead of mouseover and mouseout so that children don't fire mouse events.

13 years agoMerge pull request #725 from awshout/master
Jonathan Smiley [Mon, 30 Jul 2012 18:40:20 +0000 (11:40 -0700)] 
Merge pull request #725 from awshout/master

Minor class change in docs

13 years agoremoved .nice from vertical tabs 725/head
Anthony Wilhelm [Mon, 30 Jul 2012 18:05:25 +0000 (13:05 -0500)] 
removed .nice from vertical tabs

13 years agoMerge pull request #724 from mehlah/typo-fix
Jonathan Smiley [Mon, 30 Jul 2012 15:14:42 +0000 (08:14 -0700)] 
Merge pull request #724 from mehlah/typo-fix

Minor typo fix

13 years agoMinor typo fix 724/head
Mehdi Lahmam B [Mon, 30 Jul 2012 12:11:51 +0000 (14:11 +0200)] 
Minor typo fix

13 years agoMerge pull request #723 from ejholmes/master
Jonathan Smiley [Sun, 29 Jul 2012 16:07:02 +0000 (09:07 -0700)] 
Merge pull request #723 from ejholmes/master

Typo fix on home page of foundation site.

13 years agoTypo: Built => Build 723/head
Eric Holmes [Sun, 29 Jul 2012 15:58:34 +0000 (08:58 -0700)] 
Typo: Built => Build

13 years agoMerge pull request #720 from fordarnold/patch-2
Jonathan Smiley [Sat, 28 Jul 2012 22:42:14 +0000 (15:42 -0700)] 
Merge pull request #720 from fordarnold/patch-2

Added PyroYeti (PyroCMS + Foundation3) Theme

13 years agoAdded PyroYeti (PyroCMS + Foundation3) Theme 720/head
Ford Arnold [Sat, 28 Jul 2012 16:47:11 +0000 (19:47 +0300)] 
Added PyroYeti (PyroCMS + Foundation3) Theme

A responsive minimalist theme for the PyroCMS framework

13 years agoFix alert event delegation.
Jordan Humphreys [Fri, 27 Jul 2012 20:10:38 +0000 (13:10 -0700)] 
Fix alert event delegation.

13 years agoMerge pull request #701 from stenlyk/patch-3
Jonathan Smiley [Thu, 26 Jul 2012 13:30:08 +0000 (06:30 -0700)] 
Merge pull request #701 from stenlyk/patch-3

Update stylesheets/foundation/components/modules/_ui.scss

13 years agoMerge pull request #700 from alettieri/fixCustomForm
Jonathan Smiley [Thu, 26 Jul 2012 13:29:39 +0000 (06:29 -0700)] 
Merge pull request #700 from alettieri/fixCustomForm

Fix custom form drop down value

13 years agoUpdate stylesheets/foundation/components/modules/_ui.scss 701/head
Stanislav Kurinec [Thu, 26 Jul 2012 10:18:51 +0000 (13:18 +0300)] 
Update stylesheets/foundation/components/modules/_ui.scss

13 years agoUpdate stylesheets/foundation/components/modules/_ui.scss
Stanislav Kurinec [Thu, 26 Jul 2012 08:24:53 +0000 (11:24 +0300)] 
Update stylesheets/foundation/components/modules/_ui.scss

font size should be affected by setting

13 years agoModified the way list items were being built. Better use of .map() 700/head
Antonio Lettieri [Thu, 26 Jul 2012 06:30:20 +0000 (01:30 -0500)] 
Modified the way list items were being built. Better use of .map()

13 years agoModified custom dropdowns to use html value rather than 'value' attribute
Antonio Lettieri [Thu, 26 Jul 2012 06:24:41 +0000 (01:24 -0500)] 
Modified custom dropdowns to use html value rather than 'value' attribute

13 years agoMerge pull request #695 from Anderson-Juhasc/master
Chris Michel [Wed, 25 Jul 2012 18:35:04 +0000 (11:35 -0700)] 
Merge pull request #695 from Anderson-Juhasc/master

refactored for SMACSS

13 years agorefactored for SMACSS 695/head
Anderson Juhasc [Wed, 25 Jul 2012 18:30:57 +0000 (15:30 -0300)] 
refactored for SMACSS

13 years agobumped version for rc10 v3.0.7.rc10
zurbchris [Wed, 25 Jul 2012 17:39:50 +0000 (10:39 -0700)] 
bumped version for rc10

13 years agobumped pre-release version v3.0.7.rc9
zurbchris [Wed, 25 Jul 2012 17:32:48 +0000 (10:32 -0700)] 
bumped pre-release version

13 years agoupdated rails documentation
Mark Hayes [Wed, 25 Jul 2012 17:25:52 +0000 (10:25 -0700)] 
updated rails documentation

13 years agoupdated generators for rails applications
Mark Hayes [Wed, 25 Jul 2012 17:04:58 +0000 (10:04 -0700)] 
updated generators for rails applications

13 years agoupdated gemlock
zurbchris [Wed, 25 Jul 2012 05:47:45 +0000 (22:47 -0700)] 
updated gemlock

13 years agoupdated rc version and docs
zurbchris [Wed, 25 Jul 2012 05:46:15 +0000 (22:46 -0700)] 
updated rc version and docs

13 years agoupdated app settings file
zurbchris [Wed, 25 Jul 2012 05:29:39 +0000 (22:29 -0700)] 
updated app settings file

13 years agoupdated global font-size
zurbchris [Wed, 25 Jul 2012 05:26:42 +0000 (22:26 -0700)] 
updated global font-size

13 years agoupdated font weight default
zurbchris [Wed, 25 Jul 2012 05:22:31 +0000 (22:22 -0700)] 
updated font weight default

13 years agobumped rc version
zurbchris [Wed, 25 Jul 2012 05:20:53 +0000 (22:20 -0700)] 
bumped rc version

13 years agoadded new files
zurbchris [Wed, 25 Jul 2012 05:20:26 +0000 (22:20 -0700)] 
added new files

13 years agoupdating to fix error in app file
zurbchris [Wed, 25 Jul 2012 05:18:54 +0000 (22:18 -0700)] 
updating to fix error in app file

13 years agoupdating mixins
zurbchris [Wed, 25 Jul 2012 05:15:34 +0000 (22:15 -0700)] 
updating mixins

13 years agofixed settings error
zurbchris [Wed, 25 Jul 2012 05:10:22 +0000 (22:10 -0700)] 
fixed settings error

13 years agofixed error in path
zurbchris [Wed, 25 Jul 2012 05:06:31 +0000 (22:06 -0700)] 
fixed error in path

13 years agorefactored for SMACSS considerations for better maintenence and usability brought...
zurbchris [Wed, 25 Jul 2012 05:02:06 +0000 (22:02 -0700)] 
refactored for SMACSS considerations for better maintenence and usability brought up on issue #638

13 years agoupdated to include better font settings per #673
zurbchris [Wed, 25 Jul 2012 04:09:13 +0000 (21:09 -0700)] 
updated to include better font settings per #673

13 years agofixed margin bottom problem on gem docs page
zurbchris [Wed, 25 Jul 2012 03:44:26 +0000 (20:44 -0700)] 
fixed margin bottom problem on gem docs page

13 years agoMerge branch 'master' of github.com:zurb/foundation
Jonathan Smiley [Tue, 24 Jul 2012 16:37:43 +0000 (09:37 -0700)] 
Merge branch 'master' of github.com:zurb/foundation

13 years agoChanged div.panel to .panel
Jonathan Smiley [Tue, 24 Jul 2012 16:37:32 +0000 (09:37 -0700)] 
Changed div.panel to .panel

13 years agoJavaScript formatting adjustments, fix customforms hiddenFix variable declarations.
Jordan Humphreys [Tue, 24 Jul 2012 15:48:06 +0000 (08:48 -0700)] 
JavaScript formatting adjustments, fix customforms hiddenFix variable declarations.

13 years agolink to foundation-3.0.6
Mark Hayes [Mon, 23 Jul 2012 23:40:09 +0000 (16:40 -0700)] 
link to foundation-3.0.6

13 years agofix broken link
Mark Hayes [Mon, 23 Jul 2012 23:24:05 +0000 (16:24 -0700)] 
fix broken link

13 years agoupdated download page, javascripts are now selected based on the stylesheets that...
Mark Hayes [Mon, 23 Jul 2012 23:19:07 +0000 (16:19 -0700)] 
updated download page, javascripts are now selected based on the stylesheets that have been selected

13 years agoupdate test file v3.0.6
Mark Hayes [Mon, 23 Jul 2012 18:52:17 +0000 (11:52 -0700)] 
update test file

13 years agoMerge branch 'master' of github.com:zurb/foundation into javascript_cleanup
Mark Hayes [Mon, 23 Jul 2012 18:51:58 +0000 (11:51 -0700)] 
Merge branch 'master' of github.com:zurb/foundation into javascript_cleanup

Conflicts:
vendor/assets/javascripts/foundation/app.js

13 years agobumped version
Mark Hayes [Mon, 23 Jul 2012 18:49:09 +0000 (11:49 -0700)] 
bumped version

13 years agoensure $currentSelect is always defined
Mark Hayes [Mon, 23 Jul 2012 18:47:56 +0000 (11:47 -0700)] 
ensure $currentSelect is always defined

13 years agoupdate test html page
Mark Hayes [Mon, 23 Jul 2012 17:38:48 +0000 (10:38 -0700)] 
update test html page

13 years agocompile assets
Mark Hayes [Mon, 23 Jul 2012 17:38:36 +0000 (10:38 -0700)] 
compile assets

13 years agoinitialize all plugins in app.js file
Mark Hayes [Mon, 23 Jul 2012 17:38:25 +0000 (10:38 -0700)] 
initialize all plugins in app.js file

13 years agoTypo in disabled button selector.
Jordan Humphreys [Mon, 23 Jul 2012 14:44:08 +0000 (07:44 -0700)] 
Typo in disabled button selector.

13 years agoMerge branch 'master' of github.com:zurb/foundation into javascript_cleanup
Mark Hayes [Sun, 22 Jul 2012 00:54:06 +0000 (17:54 -0700)] 
Merge branch 'master' of github.com:zurb/foundation into javascript_cleanup

Conflicts:
vendor/assets/javascripts/foundation/app.js

13 years agoFix ui element event bindings.
Jordan Humphreys [Sat, 21 Jul 2012 21:05:53 +0000 (14:05 -0700)] 
Fix ui element event bindings.

13 years agobump version v3.0.6.rc7
Mark Hayes [Sat, 21 Jul 2012 00:07:03 +0000 (17:07 -0700)] 
bump version

13 years agoupdate index.html files with 3.0.6 version
Mark Hayes [Sat, 21 Jul 2012 00:02:34 +0000 (17:02 -0700)] 
update index.html files with 3.0.6 version