]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
mmikitka [Wed, 13 Mar 2013 13:24:25 +0000 (09:24 -0400)]
Made the noConflict() check more robust. Now works when Zepto is in noConflict-like mode.
mmikitka [Mon, 11 Mar 2013 20:51:17 +0000 (16:51 -0400)]
Configured the Foundation initialization script to run in noConflict() and default (conflict) mode
Jordan Humphreys [Mon, 11 Mar 2013 20:46:13 +0000 (13:46 -0700)]
Detect dropdown position with equals.
Jordan Humphreys [Mon, 11 Mar 2013 17:35:47 +0000 (10:35 -0700)]
Add support for browser back button navigation for deep linked content in sections.
Jordan Humphreys [Mon, 11 Mar 2013 17:06:05 +0000 (10:06 -0700)]
Use offset instead of position when dropdown parent is body and position with dropdown parent is not body.
Jordan Humphreys [Mon, 11 Mar 2013 16:54:14 +0000 (09:54 -0700)]
Fix data options parsing for individual steps in Joyride.
Jordan Humphreys [Mon, 11 Mar 2013 16:32:30 +0000 (09:32 -0700)]
Merge pull request #1823 from servicecentral/master
Fix for #1822 - Click event propagation isn't stopped when closing reveal modals.
Jordan Humphreys [Mon, 11 Mar 2013 16:32:00 +0000 (09:32 -0700)]
Merge pull request #1829 from anselmdk/patch-1
typos
Jordan Humphreys [Mon, 11 Mar 2013 16:31:39 +0000 (09:31 -0700)]
Merge pull request #1826 from knewter/patch-1
Typo in docs for breadcrumbs
Jordan Humphreys [Mon, 11 Mar 2013 16:30:17 +0000 (09:30 -0700)]
Merge pull request #1813 from Korri/patch-position
Solving issue Issue #1789
Jordan Humphreys [Mon, 11 Mar 2013 16:28:37 +0000 (09:28 -0700)]
Merge pull request #1815 from Korri/patch-activeClass
Remove activeClass from other dropdowns Issue #1812
Anselm Christophersen [Mon, 11 Mar 2013 08:42:30 +0000 (09:42 +0100)]
typos
Josh Adams [Mon, 11 Mar 2013 02:58:10 +0000 (21:58 -0500)]
Typo in docs for breadcrumbs
alert boxes -> breadcrumbs, typo.
Gavin Ballard [Mon, 11 Mar 2013 00:01:23 +0000 (11:01 +1100)]
Fixed #1822 - Click event propagation isn't stopped when closing reveal modals.
Korri [Sun, 10 Mar 2013 01:25:14 +0000 (20:25 -0500)]
Remove activeClass from other dropdowns
Korri [Sun, 10 Mar 2013 00:40:00 +0000 (19:40 -0500)]
Use position and not offset, position
Korri [Sun, 10 Mar 2013 00:39:28 +0000 (19:39 -0500)]
not in this branch
Korri [Sun, 10 Mar 2013 00:38:22 +0000 (19:38 -0500)]
Use position and not offset, position
Mark Hayes [Sat, 9 Mar 2013 00:16:27 +0000 (16:16 -0800)]
goto is a reserved word, replace with _goto
Chris Michel [Fri, 8 Mar 2013 23:29:56 +0000 (15:29 -0800)]
Merge pull request #1802 from justinledwards/patch-1
Update index.html
Justin Edwards [Fri, 8 Mar 2013 23:19:53 +0000 (17:19 -0600)]
Update index.html
Updated release date
Mark Hayes [Fri, 8 Mar 2013 22:14:48 +0000 (14:14 -0800)]
bump version to 4.0.5
zurbchris [Fri, 8 Mar 2013 22:08:10 +0000 (14:08 -0800)]
updated changelog
zurbchris [Fri, 8 Mar 2013 22:01:23 +0000 (14:01 -0800)]
updated changelog
zurbchris [Fri, 8 Mar 2013 21:58:25 +0000 (13:58 -0800)]
updated sass docs to talk about standalone
zurbchris [Fri, 8 Mar 2013 21:38:07 +0000 (13:38 -0800)]
updated changelog
zurbchris [Fri, 8 Mar 2013 21:34:21 +0000 (13:34 -0800)]
Merge branch 'master' of github.com:zurb/foundation
zurbchris [Fri, 8 Mar 2013 21:34:12 +0000 (13:34 -0800)]
updated contributor doc
zurbchris [Fri, 8 Mar 2013 21:30:22 +0000 (13:30 -0800)]
updated split button docs
zurbchris [Fri, 8 Mar 2013 21:25:14 +0000 (13:25 -0800)]
Fixes #1722
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
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
Matt [Fri, 8 Mar 2013 20:26:18 +0000 (20:26 +0000)]
Fix code example to use @include instead of @import
zurbchris [Fri, 8 Mar 2013 19:21:49 +0000 (11:21 -0800)]
updated media query language
zurbchris [Fri, 8 Mar 2013 19:19:37 +0000 (11:19 -0800)]
added media query page to docs
zurbchris [Fri, 8 Mar 2013 18:53:29 +0000 (10:53 -0800)]
added media query variables to sass page
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.
Mark Hayes [Fri, 8 Mar 2013 00:01:29 +0000 (16:01 -0800)]
Merge branch 'master' of github.com:zurb/foundation
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
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
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
zurbchris [Thu, 7 Mar 2013 23:34:58 +0000 (15:34 -0800)]
updating forms docs
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.
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
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
zurbchris [Thu, 7 Mar 2013 20:51:02 +0000 (12:51 -0800)]
updated variable in orbit
zurbchris [Thu, 7 Mar 2013 19:47:39 +0000 (11:47 -0800)]
Merge branch 'master' of github.com:zurb/foundation
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
Jordan Humphreys [Thu, 7 Mar 2013 17:56:43 +0000 (09:56 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Thu, 7 Mar 2013 17:56:27 +0000 (09:56 -0800)]
Fix broken footer link in docs.
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
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
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.
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>
zurbchris [Wed, 6 Mar 2013 23:29:35 +0000 (15:29 -0800)]
updated progress bar variables
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
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
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
zurbchris [Wed, 6 Mar 2013 22:41:08 +0000 (14:41 -0800)]
updated changelog
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
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
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
zurbchris [Wed, 6 Mar 2013 22:06:59 +0000 (14:06 -0800)]
added mixin clearing instruction to block grid docs
zurbchris [Wed, 6 Mar 2013 22:01:21 +0000 (14:01 -0800)]
fixed block grid nth-of-type clear fix
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
zurbchris [Wed, 6 Mar 2013 21:05:20 +0000 (13:05 -0800)]
updated visibility classes
zurbchris [Wed, 6 Mar 2013 20:49:38 +0000 (12:49 -0800)]
removed old zurb jobs partial, exists in sidebar now
zurbchris [Wed, 6 Mar 2013 20:40:57 +0000 (12:40 -0800)]
added 4.0.5 upcoming to docs
Eli Dupuis [Wed, 6 Mar 2013 20:09:29 +0000 (13:09 -0700)]
add bg color variable for progress bar
Alex Bogdanovski [Wed, 6 Mar 2013 19:54:50 +0000 (21:54 +0200)]
reset border radius
Alex Bogdanovski [Wed, 6 Mar 2013 19:53:12 +0000 (21:53 +0200)]
removed duplicate code
Jordan Humphreys [Wed, 6 Mar 2013 19:48:11 +0000 (11:48 -0800)]
Temporary fix for Zepto outerheight issues in section.js
Eli Dupuis [Wed, 6 Mar 2013 19:46:07 +0000 (12:46 -0700)]
use progress bar vars instead of global color vars
Jordan Humphreys [Wed, 6 Mar 2013 19:34:25 +0000 (11:34 -0800)]
Fix border issue in section horizontal.
Jordan Humphreys [Wed, 6 Mar 2013 19:29:54 +0000 (11:29 -0800)]
Bump section.js version to 4.0.5
Jordan Humphreys [Wed, 6 Mar 2013 19:29:14 +0000 (11:29 -0800)]
Fix horizontal nav positioning.
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
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
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
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
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
zurbchris [Wed, 6 Mar 2013 18:27:42 +0000 (10:27 -0800)]
Merge branch 'master' of github.com:zurb/foundation
zurbchris [Wed, 6 Mar 2013 18:27:37 +0000 (10:27 -0800)]
updated section horizontal-nav styles
Jordan Humphreys [Wed, 6 Mar 2013 18:26:56 +0000 (10:26 -0800)]
Remove console.log().
Jordan Humphreys [Wed, 6 Mar 2013 18:26:19 +0000 (10:26 -0800)]
Fix the height of the section element.
Jordan Humphreys [Wed, 6 Mar 2013 18:15:20 +0000 (10:15 -0800)]
Remove zepto methods that are included in the core.
zurbchris [Wed, 6 Mar 2013 18:11:15 +0000 (10:11 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Wed, 6 Mar 2013 18:10:31 +0000 (10:10 -0800)]
Add Zepto outerwidth and outerheight patch back in.
zurbchris [Wed, 6 Mar 2013 18:09:48 +0000 (10:09 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Wed, 6 Mar 2013 17:35:01 +0000 (09:35 -0800)]
Update Zepto to 1.0, please test and report compatibility bugs.
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
CarlRevell [Wed, 6 Mar 2013 14:28:29 +0000 (14:28 +0000)]
Update grid.html.erb
Simple typo.
Diego Viola [Wed, 6 Mar 2013 12:47:21 +0000 (13:47 +0100)]
Update pricing-tables.html.erb
Wrong mixin
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.
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
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
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
Ryan Wachtl [Wed, 6 Mar 2013 05:02:44 +0000 (23:02 -0600)]
Update section.html.erb
Corrected spelling
David Boskovic [Wed, 6 Mar 2013 01:44:21 +0000 (20:44 -0500)]
Fixes #1728
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.