]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
zurbchris [Fri, 15 Mar 2013 04:51:32 +0000 (21:51 -0700)]
Fixes #1790. Removed margin: 0 from nested row inside forms to fix alignment issue
zurbchris [Fri, 15 Mar 2013 04:31:45 +0000 (21:31 -0700)]
updated changelog
zurbchris [Fri, 15 Mar 2013 04:27:18 +0000 (21:27 -0700)]
Fixes #1767. Changed blockgrid to clearfix instead of overflow:hidden
zurbchris [Fri, 15 Mar 2013 04:24:20 +0000 (21:24 -0700)]
Fixes #1765. Added variable for paragraph text-rendering
Jordan Humphreys [Fri, 15 Mar 2013 00:19:30 +0000 (17:19 -0700)]
Update wording on orbit docs.
Jordan Humphreys [Fri, 15 Mar 2013 00:13:09 +0000 (17:13 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Fri, 15 Mar 2013 00:12:56 +0000 (17:12 -0700)]
Fix typo in pagination docs.
Mark Hayes [Fri, 15 Mar 2013 00:02:36 +0000 (17:02 -0700)]
bump version to 4.0.7
zurbchris [Fri, 15 Mar 2013 00:01:30 +0000 (17:01 -0700)]
updated changelog
zurbchris [Thu, 14 Mar 2013 23:56:35 +0000 (16:56 -0700)]
fixed button rounded radius issue
zurbchris [Thu, 14 Mar 2013 23:47:20 +0000 (16:47 -0700)]
updated gitignore
zurbchris [Thu, 14 Mar 2013 23:18:58 +0000 (16:18 -0700)]
changed top-bar dropdown width to min-width
zurbchris [Thu, 14 Mar 2013 23:01:47 +0000 (16:01 -0700)]
updated topbar dropdowns to be full-width
zurbchris [Thu, 14 Mar 2013 22:31:53 +0000 (15:31 -0700)]
removed fixed class on docs top-bar from testing
zurbchris [Thu, 14 Mar 2013 22:31:04 +0000 (15:31 -0700)]
Merge branch 'master' of github.com:zurb/foundation into bug-fixing
zurbchris [Thu, 14 Mar 2013 22:30:51 +0000 (15:30 -0700)]
made top-bar go to normal position when 'fixed' and clicked
zurbchris [Thu, 14 Mar 2013 22:22:34 +0000 (15:22 -0700)]
updated top-bar fixed
Mark Hayes [Thu, 14 Mar 2013 22:11:08 +0000 (15:11 -0700)]
bump version to 4.0.6
Mark Hayes [Thu, 14 Mar 2013 22:08:34 +0000 (15:08 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Thu, 14 Mar 2013 22:08:19 +0000 (15:08 -0700)]
added docs about using data-options with orbit
zurbchris [Thu, 14 Mar 2013 21:43:02 +0000 (14:43 -0700)]
updated changelog
zurbchris [Thu, 14 Mar 2013 21:38:15 +0000 (14:38 -0700)]
updating topbar fixed bug
Mark Hayes [Thu, 14 Mar 2013 21:35:23 +0000 (14:35 -0700)]
use markdown version of CHANGELOG instead of duplicating it
zurbchris [Thu, 14 Mar 2013 21:29:35 +0000 (14:29 -0700)]
Merge branch 'master' of github.com:zurb/foundation into bug-fixing
zurbchris [Thu, 14 Mar 2013 21:17:34 +0000 (14:17 -0700)]
updated
Mark Hayes [Thu, 14 Mar 2013 21:15:29 +0000 (14:15 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Thu, 14 Mar 2013 21:15:09 +0000 (14:15 -0700)]
add missing data-options functionality to orbit
Chris Michel [Thu, 14 Mar 2013 20:54:16 +0000 (13:54 -0700)]
Merge pull request #1906 from jsmestad/patch-1
Fix breadcrumbs first element bug
Mark Hayes [Thu, 14 Mar 2013 20:22:56 +0000 (13:22 -0700)]
convert strings that are actually numbers into numbers
Justin Smestad [Thu, 14 Mar 2013 19:45:21 +0000 (13:45 -0600)]
Fix breadcrumbs first element bug
See issue #1876 and #415 for more information.
The first element is out of breadcrumbs is not inline with the
supplemental elements in the list.
Mark Hayes [Thu, 14 Mar 2013 18:50:59 +0000 (11:50 -0700)]
add app.scss to compass upgrade manifest
Chris Michel [Thu, 14 Mar 2013 16:17:03 +0000 (09:17 -0700)]
Merge pull request #1899 from ascottmccauley/button-group-update
button-group update
Mark Hayes [Thu, 14 Mar 2013 16:16:29 +0000 (09:16 -0700)]
Merge pull request #1894 from JBChristy/master
fix swipe in Clearing
Chris Michel [Thu, 14 Mar 2013 16:15:45 +0000 (09:15 -0700)]
Merge pull request #1893 from simshaun/patch-3
Adjust .switch to only apply to div tags
Chris Michel [Thu, 14 Mar 2013 16:14:28 +0000 (09:14 -0700)]
Merge pull request #1891 from simshaun/patch-2
Add an example for accordion on both small and large screens
Chris Michel [Thu, 14 Mar 2013 16:12:35 +0000 (09:12 -0700)]
Merge pull request #1875 from servicecentral/master
Fixes #1845 Span with label clips when wrapped on mobile
Scott McCauley [Thu, 14 Mar 2013 14:15:20 +0000 (10:15 -0400)]
button-group update
update button-groups to work with 'div > button' layout in addition to 'ul > li > button'
added $button-round variable and set to 100%
JB Christy [Thu, 14 Mar 2013 03:12:45 +0000 (20:12 -0700)]
fix swipe in clearing
update clearing to use event with .touches property, which may be
e.originalEvent
Shaun [Thu, 14 Mar 2013 02:14:07 +0000 (23:14 -0300)]
Adjust .switch to only apply to div tags
This makes it match [the docs](http://foundation.zurb.com/docs/components/switch.html) and less likely to conflict with 3rd party plugins that utilize the switch class on other tag types.
Mark Hayes [Thu, 14 Mar 2013 02:01:37 +0000 (19:01 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Thu, 14 Mar 2013 02:01:17 +0000 (19:01 -0700)]
updated compass upgrade template for migrating from 3.2.X to 4.0.X
Shaun [Thu, 14 Mar 2013 01:46:54 +0000 (22:46 -0300)]
Add an example for accordion on both small and large screens
If you want accordion functionality on both small and large screens, without tabs, the `accordion` class is required. Without the accordion class, the [**javascript**](https://github.com/zurb/foundation/blob/master/js/foundation/foundation.section.js#L95) will add top padding to the section element.
Mark Hayes [Thu, 14 Mar 2013 01:35:20 +0000 (18:35 -0700)]
Merge pull request #1865 from tilsammans/always-append-to-application-css
Always append foundation to application stylesheet.
Jordan Humphreys [Wed, 13 Mar 2013 23:07:35 +0000 (16:07 -0700)]
Merge pull request #1844 from mmikitka/jquery-noconflict-support
Configured the Foundation initialization script to run in noConflict() and default mode
Jordan Humphreys [Wed, 13 Mar 2013 23:06:09 +0000 (16:06 -0700)]
Merge pull request #1885 from magnolia-fan/fix_section_toggle_scrolling_bug
Fix scrolling bug when toggling section
zurbchris [Wed, 13 Mar 2013 22:59:41 +0000 (15:59 -0700)]
removed old index file
Gregory Eremin [Wed, 13 Mar 2013 21:54:57 +0000 (01:54 +0400)]
Fix scrolling bug when toggling section
zurbchris [Wed, 13 Mar 2013 19:50:01 +0000 (12:50 -0700)]
updated changelog for 4.0.6 push later today
zurbchris [Wed, 13 Mar 2013 18:36:13 +0000 (11:36 -0700)]
updated app.scss in compass templates
zurbchris [Wed, 13 Mar 2013 18:22:14 +0000 (11:22 -0700)]
made sure everything is using global-radius variable so that we don't get customizer conflicts
zurbchris [Wed, 13 Mar 2013 15:40:22 +0000 (08:40 -0700)]
added required+ to README.md
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.
Gavin Ballard [Wed, 13 Mar 2013 11:38:31 +0000 (22:38 +1100)]
Fixes #1845 Span with label clips when wrapped on mobile
Chris Michel [Tue, 12 Mar 2013 23:03:49 +0000 (16:03 -0700)]
Merge pull request #1833 from prembo/master
Fixes recent pull request causing $topbar-link-color to be ignored
Chris Michel [Tue, 12 Mar 2013 23:03:16 +0000 (16:03 -0700)]
Merge pull request #1811 from mikeki/patch-1
Fixed the property topbar-margin-bottom
zurbchris [Tue, 12 Mar 2013 23:01:48 +0000 (16:01 -0700)]
updated font settings and references in docs
zurbchris [Tue, 12 Mar 2013 22:51:37 +0000 (15:51 -0700)]
Merge branch 'font-cleanup' of git://github.com/andrewhughey/foundation into pr-andrewhughey
zurbchris [Tue, 12 Mar 2013 22:42:55 +0000 (15:42 -0700)]
added mention of new modular html class variables to sass page
Chris Michel [Tue, 12 Mar 2013 22:39:32 +0000 (15:39 -0700)]
Merge pull request #1797 from ascottmccauley/modular-html-classes-fix
modular-html-classes
Jordan Humphreys [Tue, 12 Mar 2013 21:45:35 +0000 (14:45 -0700)]
Actually allow reveal configs to be overriden on subsequent $.fn.foundation calls.
Jordan Humphreys [Tue, 12 Mar 2013 21:44:28 +0000 (14:44 -0700)]
Allow reveal configs to be overriden on subsequent $.fn.foundation calls.
Joost Baaij [Tue, 12 Mar 2013 21:36:28 +0000 (22:36 +0100)]
Always append foundation to application stylesheet.
I removed the detection of require_self, since that might be gone
from an application that's written using Compass exclusively.
There is no need for the require to be appended immediately
after require_self, and this change makes the generator work
on more permutations of the application stylesheet.
Jordan Humphreys [Tue, 12 Mar 2013 21:24:22 +0000 (14:24 -0700)]
Remove deprecated event binding in section.js
Jordan Humphreys [Tue, 12 Mar 2013 21:14:25 +0000 (14:14 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Tue, 12 Mar 2013 21:14:01 +0000 (14:14 -0700)]
Bump version fo dropdown.js
Jordan Humphreys [Tue, 12 Mar 2013 21:11:07 +0000 (14:11 -0700)]
Merge pull request #1863 from coreyward/patch-1
Use `document` selector for global event binding
Corey Ward [Tue, 12 Mar 2013 21:04:20 +0000 (16:04 -0500)]
Use `document` selector for global event binding
Mark Hayes [Tue, 12 Mar 2013 20:48:36 +0000 (13:48 -0700)]
Merge pull request #1816 from kugaevsky/tuned_rails_generator
Tuned rails generator
Scott McCauley [Tue, 12 Mar 2013 12:53:30 +0000 (08:53 -0400)]
Additional form html conditional
zurbchris [Mon, 11 Mar 2013 23:05:19 +0000 (16:05 -0700)]
Merge branch 'master' of github.com:zurb/foundation
zurbchris [Mon, 11 Mar 2013 23:05:06 +0000 (16:05 -0700)]
updated paths for sass includes on all docs pages
Jordan Humphreys [Mon, 11 Mar 2013 20:51:59 +0000 (13:51 -0700)]
self.settings. is deprecated in event callbacks, update to Topbar to reflect this.
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
Prem Mariappan [Mon, 11 Mar 2013 13:16:53 +0000 (00:16 +1100)]
Fixing recent merge pull causing $topbar-link-color to be ignored
A recent merge pull (https://github.com/zurb/foundation/pull/1730)
causing $topbar-link-color to be ignored but
$topbar-dropdown-link-color to be used instead for the topbar link
color. These changes honor the intention of $topbar-link-color and
$topbar-dropdown-link-color;
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.
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
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
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
Miguel Cervera [Sun, 10 Mar 2013 00:32:31 +0000 (18:32 -0600)]
Fixed the property topbar-margin-bottom
The property $topbar-margin-bottom was defined but not implemented on the scss.
Mark Hayes [Sat, 9 Mar 2013 00:16:27 +0000 (16:16 -0800)]
goto is a reserved word, replace with _goto
Andrew Hughey [Fri, 8 Mar 2013 23:51:06 +0000 (18:51 -0500)]
Changed global font defaults for font-size and -webkit-font-smoothing
Andrew Hughey [Fri, 8 Mar 2013 23:47:43 +0000 (18:47 -0500)]
Changed global font defaults for font-size and -webkit-font-smoothing
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
Scott McCauley [Fri, 8 Mar 2013 21:39:55 +0000 (16:39 -0500)]
Additional visibility html conditional