]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
12 years agoMinor templates update: fix indents and require custom.modernizr in haml and slim... 1816/head
Nick Kugaevsky [Sun, 10 Mar 2013 03:09:25 +0000 (07:09 +0400)] 
Minor templates update: fix indents and require custom.modernizr in haml and slim template

12 years agoImprove rails generator
Nick Kugaevsky [Sun, 10 Mar 2013 02:40:57 +0000 (06:40 +0400)] 
Improve rails generator
  - fixed usage text
  - choose layout template depending of installed engines

12 years agogoto is a reserved word, replace with _goto
Mark Hayes [Sat, 9 Mar 2013 00:16:27 +0000 (16:16 -0800)] 
goto is a reserved word, replace with _goto

12 years agoMerge pull request #1802 from justinledwards/patch-1
Chris Michel [Fri, 8 Mar 2013 23:29:56 +0000 (15:29 -0800)] 
Merge pull request #1802 from justinledwards/patch-1

Update index.html

12 years agoUpdate index.html 1802/head
Justin Edwards [Fri, 8 Mar 2013 23:19:53 +0000 (17:19 -0600)] 
Update index.html

Updated release date

12 years agobump version to 4.0.5 v4.0.5
Mark Hayes [Fri, 8 Mar 2013 22:14:48 +0000 (14:14 -0800)] 
bump version to 4.0.5

12 years agoupdated changelog
zurbchris [Fri, 8 Mar 2013 22:08:10 +0000 (14:08 -0800)] 
updated changelog

12 years agoupdated changelog
zurbchris [Fri, 8 Mar 2013 22:01:23 +0000 (14:01 -0800)] 
updated changelog

12 years agoupdated sass docs to talk about standalone
zurbchris [Fri, 8 Mar 2013 21:58:25 +0000 (13:58 -0800)] 
updated sass docs to talk about standalone

12 years agoupdated changelog
zurbchris [Fri, 8 Mar 2013 21:38:07 +0000 (13:38 -0800)] 
updated changelog

12 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Fri, 8 Mar 2013 21:34:21 +0000 (13:34 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

12 years agoupdated contributor doc
zurbchris [Fri, 8 Mar 2013 21:34:12 +0000 (13:34 -0800)] 
updated contributor doc

12 years agoupdated split button docs
zurbchris [Fri, 8 Mar 2013 21:30:22 +0000 (13:30 -0800)] 
updated split button docs

12 years agoFixes #1722
zurbchris [Fri, 8 Mar 2013 21:25:14 +0000 (13:25 -0800)] 
Fixes #1722

12 years agoMerge pull request #1793 from mattnjones/doc-fix
Chris Michel [Fri, 8 Mar 2013 21:22:12 +0000 (13:22 -0800)] 
Merge pull request #1793 from mattnjones/doc-fix

Fix code example to use @include instead of @import

12 years agoMerge pull request #1791 from christianv/make-rounded-buttons-work
Chris Michel [Fri, 8 Mar 2013 21:22:02 +0000 (13:22 -0800)] 
Merge pull request #1791 from christianv/make-rounded-buttons-work

Make rounded button groups work on actual buttons

12 years agoFix code example to use @include instead of @import 1793/head
Matt [Fri, 8 Mar 2013 20:26:18 +0000 (20:26 +0000)] 
Fix code example to use @include instead of @import

12 years agoupdated media query language
zurbchris [Fri, 8 Mar 2013 19:21:49 +0000 (11:21 -0800)] 
updated media query language

12 years agoadded media query page to docs
zurbchris [Fri, 8 Mar 2013 19:19:37 +0000 (11:19 -0800)] 
added media query page to docs

12 years agoadded media query variables to sass page
zurbchris [Fri, 8 Mar 2013 18:53:29 +0000 (10:53 -0800)] 
added media query variables to sass page

12 years agoMake rounded button groups work on actual buttons 1791/head
Christian Vuerings [Fri, 8 Mar 2013 18:07:22 +0000 (10:07 -0800)] 
Make rounded button groups work on actual buttons

Previously this only worked on anchor tags, however this should also work on actual buttons.

12 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Fri, 8 Mar 2013 00:01:29 +0000 (16:01 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

12 years agofiring toggle_checkbox and toggle_radio when clicking on custom radio/checkbox elemen...
Mark Hayes [Fri, 8 Mar 2013 00:01:11 +0000 (16:01 -0800)] 
firing toggle_checkbox and toggle_radio when clicking on custom radio/checkbox elements does not appear to be necessary since the label already causes this event to be triggered

12 years agoMerge pull request #1775 from peterbrook/fix-orbit
Jordan Humphreys [Thu, 7 Mar 2013 23:57:19 +0000 (15:57 -0800)] 
Merge pull request #1775 from peterbrook/fix-orbit

Fix touch handling when using jQuery

12 years agoFixes #1713. Made global helper classes use important so they don't get overriden
zurbchris [Thu, 7 Mar 2013 23:46:33 +0000 (15:46 -0800)] 
Fixes #1713. Made global helper classes use important so they don't get overriden

12 years agoupdating forms docs
zurbchris [Thu, 7 Mar 2013 23:34:58 +0000 (15:34 -0800)] 
updating forms docs

12 years agoFix touch handling when using jQuery 1775/head
Peter Brook [Thu, 7 Mar 2013 23:18:55 +0000 (15:18 -0800)] 
Fix touch handling when using jQuery

When using jQuery, events seem to get "fixed" to work around some browser bugs, but this doesn't work perfectly for touches. See (http://www.the-xavi.com/articles/trouble-with-touch-events-jquery) for more details. This meant that if someone used orbit with jQuery rather than zepto, touch handling would be broken due to e.touches being undefined.

This fixes that case.

12 years agoFixes #1687. Updated visilibity classes with specific table, thead, tbody, th, tr...
zurbchris [Thu, 7 Mar 2013 22:18:06 +0000 (14:18 -0800)] 
Fixes #1687. Updated visilibity classes with specific table, thead, tbody, th, tr, td so they go back to their defaults

12 years agoFixes #1676. Added an option to the Top Bar JS that lets you choose whether or not...
zurbchris [Thu, 7 Mar 2013 21:26:22 +0000 (13:26 -0800)] 
Fixes #1676. Added an option to the Top Bar JS that lets you choose whether or not to use the generic 'back' text link or a specific 'current level' back link

12 years agoupdated variable in orbit
zurbchris [Thu, 7 Mar 2013 20:51:02 +0000 (12:51 -0800)] 
updated variable in orbit

12 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Thu, 7 Mar 2013 19:47:39 +0000 (11:47 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

12 years agofixes #1667. Update list side margin to be consistent between ul and ol. Added font...
zurbchris [Thu, 7 Mar 2013 19:46:57 +0000 (11:46 -0800)] 
fixes #1667. Update list side margin to be consistent between ul and ol. Added font-family variable inheritence to lists as well

12 years agoMerge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Thu, 7 Mar 2013 17:56:43 +0000 (09:56 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

12 years agoFix broken footer link in docs.
Jordan Humphreys [Thu, 7 Mar 2013 17:56:27 +0000 (09:56 -0800)] 
Fix broken footer link in docs.

12 years agoMerge pull request #1770 from ascottmccauley/flex-video-docs-fix
Jordan Humphreys [Thu, 7 Mar 2013 17:48:46 +0000 (09:48 -0800)] 
Merge pull request #1770 from ascottmccauley/flex-video-docs-fix

Flex-video docs fix

12 years agoMerge pull request #1771 from ascottmccauley/magellan-scss-fix
Jordan Humphreys [Thu, 7 Mar 2013 17:48:30 +0000 (09:48 -0800)] 
Merge pull request #1771 from ascottmccauley/magellan-scss-fix

moved z-index for Magellan down so it doesn't conflict with clearing

12 years agomoved z-index for Magellan down so it doesn't conflict with clearing 1771/head
Scott McCauley [Thu, 7 Mar 2013 16:03:35 +0000 (11:03 -0500)] 
moved z-index for Magellan down so it doesn't conflict with clearing

Also included variable for background color for my own devilish needs.

12 years agoFlex-video docs fix 1770/head
Scott McCauley [Thu, 7 Mar 2013 14:31:49 +0000 (09:31 -0500)] 
Flex-video docs fix

@include flex-video -> @include flex-video-container

Signed-off-by: Scott McCauley <scott@ascottmccauley.com>
12 years agoupdated progress bar variables
zurbchris [Wed, 6 Mar 2013 23:29:35 +0000 (15:29 -0800)] 
updated progress bar variables

12 years agoMerge pull request #1759 from elidupuis/progress-bar-bg
Chris Michel [Wed, 6 Mar 2013 22:44:04 +0000 (14:44 -0800)] 
Merge pull request #1759 from elidupuis/progress-bar-bg

add bg color variable for progress bar

12 years agoMerge pull request #1758 from albogdano/master
Chris Michel [Wed, 6 Mar 2013 22:42:23 +0000 (14:42 -0800)] 
Merge pull request #1758 from albogdano/master

Fix for .postfix/.prefix.button.radius

12 years agoMerge pull request #1756 from elidupuis/progress-bar-variables
Chris Michel [Wed, 6 Mar 2013 22:41:41 +0000 (14:41 -0800)] 
Merge pull request #1756 from elidupuis/progress-bar-variables

use progress bar vars instead of global color vars

12 years agoupdated changelog
zurbchris [Wed, 6 Mar 2013 22:41:08 +0000 (14:41 -0800)] 
updated changelog

12 years agoMerge pull request #1755 from 2ndkauboy/master
Chris Michel [Wed, 6 Mar 2013 22:40:34 +0000 (14:40 -0800)] 
Merge pull request #1755 from 2ndkauboy/master

setting img to inline-block as setting it to block for all images breaks most website layouts

12 years agoMerge pull request #1744 from diegoviola1/patch-1
Chris Michel [Wed, 6 Mar 2013 22:38:59 +0000 (14:38 -0800)] 
Merge pull request #1744 from diegoviola1/patch-1

Update pricing-tables.html.erb

12 years agoMerge pull request #1740 from martianboy/patch-1
Chris Michel [Wed, 6 Mar 2013 22:09:05 +0000 (14:09 -0800)] 
Merge pull request #1740 from martianboy/patch-1

Make TopBar respond to $text-direction

12 years agoadded mixin clearing instruction to block grid docs
zurbchris [Wed, 6 Mar 2013 22:06:59 +0000 (14:06 -0800)] 
added mixin clearing instruction to block grid docs

12 years agofixed block grid nth-of-type clear fix
zurbchris [Wed, 6 Mar 2013 22:01:21 +0000 (14:01 -0800)] 
fixed block grid nth-of-type clear fix

12 years agoMerge pull request #1716 from eillarra/patch-2
Chris Michel [Wed, 6 Mar 2013 21:47:51 +0000 (13:47 -0800)] 
Merge pull request #1716 from eillarra/patch-2

`nth-of-type` fix for block-grids

12 years agoupdated visibility classes
zurbchris [Wed, 6 Mar 2013 21:05:20 +0000 (13:05 -0800)] 
updated visibility classes

12 years agoremoved old zurb jobs partial, exists in sidebar now
zurbchris [Wed, 6 Mar 2013 20:49:38 +0000 (12:49 -0800)] 
removed old zurb jobs partial, exists in sidebar now

12 years agoadded 4.0.5 upcoming to docs
zurbchris [Wed, 6 Mar 2013 20:40:57 +0000 (12:40 -0800)] 
added 4.0.5 upcoming to docs

12 years agoadd bg color variable for progress bar 1759/head
Eli Dupuis [Wed, 6 Mar 2013 20:09:29 +0000 (13:09 -0700)] 
add bg color variable for progress bar

12 years agoreset border radius 1758/head
Alex Bogdanovski [Wed, 6 Mar 2013 19:54:50 +0000 (21:54 +0200)] 
reset border radius

12 years agoremoved duplicate code
Alex Bogdanovski [Wed, 6 Mar 2013 19:53:12 +0000 (21:53 +0200)] 
removed duplicate code

12 years agoTemporary fix for Zepto outerheight issues in section.js
Jordan Humphreys [Wed, 6 Mar 2013 19:48:11 +0000 (11:48 -0800)] 
Temporary fix for Zepto outerheight issues in section.js

12 years agouse progress bar vars instead of global color vars 1756/head
Eli Dupuis [Wed, 6 Mar 2013 19:46:07 +0000 (12:46 -0700)] 
use progress bar vars instead of global color vars

12 years agoFix border issue in section horizontal.
Jordan Humphreys [Wed, 6 Mar 2013 19:34:25 +0000 (11:34 -0800)] 
Fix border issue in section horizontal.

12 years agoBump section.js version to 4.0.5
Jordan Humphreys [Wed, 6 Mar 2013 19:29:54 +0000 (11:29 -0800)] 
Bump section.js version to 4.0.5

12 years agoFix horizontal nav positioning.
Jordan Humphreys [Wed, 6 Mar 2013 19:29:14 +0000 (11:29 -0800)] 
Fix horizontal nav positioning.

12 years agosetting img to inline-block as setting it to block for all images breaks most website... 1755/head
2ndkauboy [Wed, 6 Mar 2013 19:23:00 +0000 (20:23 +0100)] 
setting img to inline-block as setting it to block for all images breaks most website layouts

12 years agosetting img to inline-block as setting it to block for all images breaks most website...
unknown [Wed, 6 Mar 2013 19:21:39 +0000 (20:21 +0100)] 
setting img to inline-block as setting it to block for all images breaks most website layouts

12 years agosetting img to inline-block as setting it to block for all images breaks most website...
unknown [Wed, 6 Mar 2013 19:21:34 +0000 (20:21 +0100)] 
setting img to inline-block as setting it to block for all images breaks most website layouts

12 years agosetting img to inline-block as setting it to block for all images breaks most website...
unknown [Wed, 6 Mar 2013 19:14:37 +0000 (20:14 +0100)] 
setting img to inline-block as setting it to block for all images breaks most website layouts

12 years agoupdated section styles for vertical-nav, still working through some bits of it
zurbchris [Wed, 6 Mar 2013 18:41:05 +0000 (10:41 -0800)] 
updated section styles for vertical-nav, still working through some bits of it

12 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Wed, 6 Mar 2013 18:27:42 +0000 (10:27 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

12 years agoupdated section horizontal-nav styles
zurbchris [Wed, 6 Mar 2013 18:27:37 +0000 (10:27 -0800)] 
updated section horizontal-nav styles

12 years agoRemove console.log().
Jordan Humphreys [Wed, 6 Mar 2013 18:26:56 +0000 (10:26 -0800)] 
Remove console.log().

12 years agoFix the height of the section element.
Jordan Humphreys [Wed, 6 Mar 2013 18:26:19 +0000 (10:26 -0800)] 
Fix the height of the section element.

12 years agoRemove zepto methods that are included in the core.
Jordan Humphreys [Wed, 6 Mar 2013 18:15:20 +0000 (10:15 -0800)] 
Remove zepto methods that are included in the core.

12 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Wed, 6 Mar 2013 18:11:15 +0000 (10:11 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

12 years agoAdd Zepto outerwidth and outerheight patch back in.
Jordan Humphreys [Wed, 6 Mar 2013 18:10:31 +0000 (10:10 -0800)] 
Add Zepto outerwidth and outerheight patch back in.

12 years agoMerge branch 'master' of github.com:zurb/foundation
zurbchris [Wed, 6 Mar 2013 18:09:48 +0000 (10:09 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

12 years agoUpdate Zepto to 1.0, please test and report compatibility bugs.
Jordan Humphreys [Wed, 6 Mar 2013 17:35:01 +0000 (09:35 -0800)] 
Update Zepto to 1.0, please test and report compatibility bugs.

12 years agoMerge pull request #1746 from CarlRevell/master
Jordan Humphreys [Wed, 6 Mar 2013 16:59:59 +0000 (08:59 -0800)] 
Merge pull request #1746 from CarlRevell/master

Very Simple Typo in Grid Component Docs

12 years agoUpdate grid.html.erb 1746/head
CarlRevell [Wed, 6 Mar 2013 14:28:29 +0000 (14:28 +0000)] 
Update grid.html.erb

Simple typo.

12 years agoUpdate pricing-tables.html.erb 1744/head
Diego Viola [Wed, 6 Mar 2013 12:47:21 +0000 (13:47 +0100)] 
Update pricing-tables.html.erb

Wrong mixin

12 years agoMake TopBar respond to $text-direction 1740/head
Abbas [Wed, 6 Mar 2013 08:54:15 +0000 (12:24 +0330)] 
Make TopBar respond to $text-direction

TopBar doesn't respond to `$text-direction: rtl` correctly. So I used `$default-float` and `$default-opposite` and it seems to be working.

12 years agoMerge pull request #1735 from dboskovic/more-form-settings
Chris Michel [Wed, 6 Mar 2013 05:36:11 +0000 (21:36 -0800)] 
Merge pull request #1735 from dboskovic/more-form-settings

Form Font Settings

12 years agoMerge pull request #1730 from aitor/patch-1
Chris Michel [Wed, 6 Mar 2013 05:35:31 +0000 (21:35 -0800)] 
Merge pull request #1730 from aitor/patch-1

Honor $topbar-dropdown-link-color

12 years agoMerge pull request #1737 from ryanwachtl/patch-1
Chris Michel [Wed, 6 Mar 2013 05:34:07 +0000 (21:34 -0800)] 
Merge pull request #1737 from ryanwachtl/patch-1

Update section.html.erb

12 years agoUpdate section.html.erb 1737/head
Ryan Wachtl [Wed, 6 Mar 2013 05:02:44 +0000 (23:02 -0600)] 
Update section.html.erb

Corrected spelling

12 years agoFixes #1728 1735/head
David Boskovic [Wed, 6 Mar 2013 01:44:21 +0000 (20:44 -0500)] 
Fixes #1728

12 years agoMerge pull request #1734 from adamdawkins/docs-typo
Jordan Humphreys [Wed, 6 Mar 2013 01:39:01 +0000 (17:39 -0800)] 
Merge pull request #1734 from adamdawkins/docs-typo

corrected a couple of typos in the pricing tables introduction.

12 years agocorrected a couple of typos in the pricing tables introduction. 1734/head
Adam Dawkins [Wed, 6 Mar 2013 01:26:22 +0000 (01:26 +0000)] 
corrected a couple of typos in the pricing tables introduction.

12 years agorake should just be a development dependency
Mark Hayes [Wed, 6 Mar 2013 01:17:20 +0000 (17:17 -0800)] 
rake should just be a development dependency

12 years agoMerge pull request #1710 from dboskovic/maintain-custom-select-classes
Jordan Humphreys [Wed, 6 Mar 2013 00:57:16 +0000 (16:57 -0800)] 
Merge pull request #1710 from dboskovic/maintain-custom-select-classes

Maintain custom select classes

12 years agoScope custom form assembly to the scope of the selector.
Jordan Humphreys [Wed, 6 Mar 2013 00:53:37 +0000 (16:53 -0800)] 
Scope custom form assembly to the scope of the selector.

12 years agoMerge pull request #1729 from daftspunk/master
Jordan Humphreys [Tue, 5 Mar 2013 22:51:10 +0000 (14:51 -0800)] 
Merge pull request #1729 from daftspunk/master

Minor code clean up

12 years agoUpdate Reveal docs for 4.0.4 functionality.
Jordan Humphreys [Tue, 5 Mar 2013 22:45:48 +0000 (14:45 -0800)] 
Update Reveal docs for 4.0.4 functionality.

12 years agoRemove alert from joyride.
Jordan Humphreys [Tue, 5 Mar 2013 22:44:00 +0000 (14:44 -0800)] 
Remove alert from joyride.

12 years agoMerge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Tue, 5 Mar 2013 22:43:28 +0000 (14:43 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

12 years agoFix joyride on resize mobile background issue.
Jordan Humphreys [Tue, 5 Mar 2013 22:41:21 +0000 (14:41 -0800)] 
Fix joyride on resize mobile background issue.

12 years agoHonor $topbar-dropdown-link-color 1730/head
Aitor García Rey [Tue, 5 Mar 2013 22:20:15 +0000 (22:20 +0000)] 
Honor $topbar-dropdown-link-color

Change link color in topbar dropdowns to honor the variable designed to configure them "$topbar-dropdown-link-color". It was changed originally from a static "#fff" to "$topbar-link-color" here: https://github.com/zurb/foundation/commit/1daa251f954fc7191b12b8a5253f1ffba7bce483

12 years agoCode cleanup 1729/head
Sam Georges [Tue, 5 Mar 2013 22:17:07 +0000 (09:17 +1100)] 
Code cleanup

12 years agoMerge pull request #1715 from daftspunk/master
Jordan Humphreys [Tue, 5 Mar 2013 21:39:50 +0000 (13:39 -0800)] 
Merge pull request #1715 from daftspunk/master

Adds horizontal-nav to section (replacement for Nav Bar in v3)

12 years agoMinor amendment to horizontal-nav doco 1715/head
Sam Georges [Tue, 5 Mar 2013 21:26:17 +0000 (08:26 +1100)] 
Minor amendment to horizontal-nav doco

12 years agoAdded docs for section's new horizontal nav
Sam Georges [Tue, 5 Mar 2013 21:21:45 +0000 (08:21 +1100)] 
Added docs for section's new horizontal nav

12 years agobump version to 4.0.4 v4.0.4
Mark Hayes [Tue, 5 Mar 2013 18:24:50 +0000 (10:24 -0800)] 
bump version to 4.0.4

12 years agoUndo last commit.
Jordan Humphreys [Tue, 5 Mar 2013 18:23:55 +0000 (10:23 -0800)] 
Undo last commit.