]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Evan Sosenko [Thu, 9 Apr 2015 22:29:25 +0000 (15:29 -0700)]
Add retina media query to scss.
Arthur [Thu, 13 Feb 2014 21:27:09 +0000 (13:27 -0800)]
Updating Footer contact link
Arthur [Thu, 13 Feb 2014 20:04:46 +0000 (12:04 -0800)]
Updating Footer and Jobs script
Arthur [Thu, 13 Feb 2014 18:34:24 +0000 (10:34 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Jordan Humphreys [Wed, 12 Feb 2014 23:57:25 +0000 (15:57 -0800)]
Merge pull request #4426 from jackmahoney/master
Optimise tight loop on foundation.js
Jonathan Smiley [Wed, 12 Feb 2014 18:28:21 +0000 (10:28 -0800)]
Fixed the <kbd> element to use font-size: inherit
Jack Mahoney [Wed, 12 Feb 2014 03:31:51 +0000 (14:31 +1100)]
Optimise tight loop on foundation.js
We should avoid jQuery selector repeats. Here I have cached the $('head') calls occurring on lines 17 and 18
Jonathan Smiley [Tue, 11 Feb 2014 20:48:32 +0000 (12:48 -0800)]
Fixed some kitchen sink assets to correctly demo the block grid
Jonathan Smiley [Tue, 11 Feb 2014 20:44:15 +0000 (12:44 -0800)]
Fixed a formatting issue on the kitchen sink page
Ghaida Zahran [Tue, 11 Feb 2014 19:47:06 +0000 (11:47 -0800)]
Merge pull request #4422 from zurb/alandaguegreene-alandaguegreene-dynamic-visibility-classes
Added alandaguegreene's dynamic visibility classes
Ghaida Zahran [Tue, 11 Feb 2014 19:44:35 +0000 (11:44 -0800)]
Added visibility class html variables to settings file.
Ghaida Zahran [Tue, 11 Feb 2014 19:33:18 +0000 (11:33 -0800)]
Resolved conflicts
Jonathan Smiley [Mon, 10 Feb 2014 18:59:17 +0000 (20:59 +0200)]
Merge pull request #4398 from ohenak/patch-1
configuration of sub-nav radius is not scoped.
Rafi [Mon, 10 Feb 2014 17:25:23 +0000 (09:25 -0800)]
Merge pull request #4388 from th3byrdm4n/master
Removed repeated IDs in Kitchen Sink demo
Mark Hayes [Mon, 10 Feb 2014 16:57:38 +0000 (08:57 -0800)]
Merge pull request #4383 from christianseel/patch-3
Orbit fix / Run images_loaded callback if images.length == 0
Kane Ho [Sun, 9 Feb 2014 09:34:16 +0000 (01:34 -0800)]
Fixing #4397
Configuration of sub-nav radius is not scoped since it is using $global-radius. Fix is to consume $sub-nav-border-radius instead of $global-radius.
Jonathan Smiley [Sat, 8 Feb 2014 00:24:58 +0000 (02:24 +0200)]
Merge pull request #4300 from HashanP/fieldset-disabled
Added support for fieldset[disabled]
th3byrdm4n [Fri, 7 Feb 2014 22:22:36 +0000 (12:22 -1000)]
Removed repeated IDs in Kitchen Sink demo
Tabs in Accordion demo’s first panel was sharing IDs with the tabs demo
Christian Seel [Fri, 7 Feb 2014 17:58:28 +0000 (18:58 +0100)]
replace .children('img') with .find('img')
Don't expect images to be direct children of the slide element item. An image could also have an ```<a>``` tag as wrapper.
Mark Hayes [Fri, 7 Feb 2014 17:48:52 +0000 (09:48 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Ghaida Zahran [Fri, 7 Feb 2014 17:37:24 +0000 (09:37 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Ghaida Zahran [Fri, 7 Feb 2014 17:35:57 +0000 (09:35 -0800)]
Simplified some of the offcanvas mixins
Mark Hayes [Fri, 7 Feb 2014 17:32:40 +0000 (09:32 -0800)]
revised description for Foundation in sache file
Rafi [Fri, 7 Feb 2014 17:17:15 +0000 (09:17 -0800)]
Merge pull request #4385 from juliaelman/patch-1
Update typography.html
Julia Elman [Fri, 7 Feb 2014 17:04:02 +0000 (12:04 -0500)]
Update typography.html
Changing file reference in docs to `type.scss` instead of `typography.scss`
Mark Hayes [Fri, 7 Feb 2014 17:00:17 +0000 (09:00 -0800)]
add sache file
Christian Seel [Fri, 7 Feb 2014 14:55:34 +0000 (15:55 +0100)]
Orbit fix / Run images_loaded callback if images.length == 0
This caused the orbit slider to not load/init. If orbit is used as content slider and not as images slider than the callback image_loaded in L287 (foundation.orbit.js) is never fired.
So the callback needs also to be fired if the image array is empty.
Related issues:
http://foundation.zurb.com/forum/posts/2144-orbit-not-visible-on-load-when-interchange-used-for-images
Ghaida Zahran [Fri, 7 Feb 2014 01:20:16 +0000 (17:20 -0800)]
Switched direction back to LTR
Ghaida Zahran [Fri, 7 Feb 2014 01:12:05 +0000 (17:12 -0800)]
Fixed orbit slide number text for RTL
Ghaida Zahran [Fri, 7 Feb 2014 00:12:14 +0000 (16:12 -0800)]
Merge pull request #4296 from tmugford/fix/form-rtl-fixes
Fix select and pre/postfix buttons, spans and labels displayed incorrectly when rtl
Alan Dague-Greene [Fri, 7 Feb 2014 00:11:51 +0000 (17:11 -0700)]
Isolates legacy visibility classes to legacy breakpoints only
The .show/hide-for-[size] and .show/hide-for-[size]-down classes are
now only generated for small, medium, and large breakpoints, and only
if legacy visibility classes are enabled.
Ghaida Zahran [Fri, 7 Feb 2014 00:08:37 +0000 (16:08 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Ghaida Zahran [Fri, 7 Feb 2014 00:08:17 +0000 (16:08 -0800)]
Fixed RTL dropdowns
Mark Hayes [Thu, 6 Feb 2014 23:50:38 +0000 (15:50 -0800)]
bump to 5.1.1 and update changelog
Mark Hayes [Thu, 6 Feb 2014 23:39:45 +0000 (15:39 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Thu, 6 Feb 2014 23:37:01 +0000 (15:37 -0800)]
adds missing namespace declarations in magellan
Ghaida Zahran [Thu, 6 Feb 2014 23:29:39 +0000 (15:29 -0800)]
Fixed RTL button groups
Ghaida Zahran [Thu, 6 Feb 2014 23:10:00 +0000 (15:10 -0800)]
Changed dir back to default
Ghaida Zahran [Thu, 6 Feb 2014 23:06:07 +0000 (15:06 -0800)]
Changed default back to LTR
Ghaida Zahran [Thu, 6 Feb 2014 23:02:24 +0000 (15:02 -0800)]
Fixed offcanvas for RTL
Ghaida Zahran [Thu, 6 Feb 2014 22:26:02 +0000 (14:26 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Ghaida Zahran [Thu, 6 Feb 2014 22:25:46 +0000 (14:25 -0800)]
Fixed prefix and postfix border radius
Mark Hayes [Thu, 6 Feb 2014 22:17:35 +0000 (14:17 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Thu, 6 Feb 2014 22:17:15 +0000 (14:17 -0800)]
remove call to import range-slider
Ghaida Zahran [Thu, 6 Feb 2014 22:16:12 +0000 (14:16 -0800)]
Merge pull request #4311 from Grafikart/5.0-add-topbar-button-top
New variable $topbar-button-top
Ghaida Zahran [Thu, 6 Feb 2014 22:13:42 +0000 (14:13 -0800)]
Added space to -link-padding variable.
Ghaida Zahran [Thu, 6 Feb 2014 22:09:37 +0000 (14:09 -0800)]
Merge pull request #4322 from Grafikart/5.0-topbar-link-padding
Added $topbar-link-padding variable
Mark Hayes [Thu, 6 Feb 2014 22:06:20 +0000 (14:06 -0800)]
reflow equalizer on initialization otherwise equal height doesn't take affect until window resize
Mark Hayes [Thu, 6 Feb 2014 21:58:41 +0000 (13:58 -0800)]
Merge pull request #4364 from velvetkevorkian/equalizer-docs-fix
fix incorrect refs from interchange to equalizer
Jonathan Smiley [Thu, 6 Feb 2014 18:38:47 +0000 (10:38 -0800)]
Fixed a bug with a comment and couple properties being over included as a result of an improper export
Kyle Macquarrie [Thu, 6 Feb 2014 00:56:10 +0000 (00:56 +0000)]
fix incorrect refs from interchange to equalizer
Mark Hayes [Wed, 5 Feb 2014 23:55:29 +0000 (15:55 -0800)]
add kitchen sink layout
Rafi Benkual [Tue, 4 Feb 2014 18:24:15 +0000 (10:24 -0800)]
Update doc examples.
Conflicts:
doc/pages/components/kitchen_sink.html
Mark Hayes [Wed, 5 Feb 2014 23:44:05 +0000 (15:44 -0800)]
add link to kitchen sink in offcanvas nag and sidebar nav
Mark Hayes [Wed, 5 Feb 2014 23:30:41 +0000 (15:30 -0800)]
remove unused compare link in changelog
Mark Hayes [Wed, 5 Feb 2014 22:23:38 +0000 (14:23 -0800)]
update github compare link for 5.1.0 changelog
Mark Hayes [Wed, 5 Feb 2014 19:57:39 +0000 (11:57 -0800)]
fix bug with ruby sass where sass variables can be defined in conditional (works in libsass though)
Mark Hayes [Wed, 5 Feb 2014 18:56:25 +0000 (10:56 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Wed, 5 Feb 2014 18:56:09 +0000 (10:56 -0800)]
push to master branch on bower-foundation
Rafi [Wed, 5 Feb 2014 18:53:11 +0000 (10:53 -0800)]
Merge pull request #4234 from meredevelopment/fix-active-tb-css
Fix for top-bar active class in large view (issue #4232)
Mark Hayes [Wed, 5 Feb 2014 18:44:15 +0000 (10:44 -0800)]
fix regression with updated css styles on magellan expedition
Mark Hayes [Wed, 5 Feb 2014 18:41:12 +0000 (10:41 -0800)]
update all versions to 5.1.0
Jordan Humphreys [Wed, 5 Feb 2014 18:40:46 +0000 (10:40 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Jordan Humphreys [Wed, 5 Feb 2014 18:40:30 +0000 (10:40 -0800)]
Remove Snap.svg.
Mark Hayes [Wed, 5 Feb 2014 18:32:03 +0000 (10:32 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Mark Hayes [Wed, 5 Feb 2014 18:30:40 +0000 (10:30 -0800)]
throttle scroll event
Mark Hayes [Wed, 5 Feb 2014 18:28:32 +0000 (10:28 -0800)]
add padding and background to magellan container
Eric Morris [Wed, 5 Feb 2014 18:13:40 +0000 (10:13 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Eric Morris [Wed, 5 Feb 2014 18:13:33 +0000 (10:13 -0800)]
Update size ratio on widescreen .flex-video container
Jordan Humphreys [Wed, 5 Feb 2014 18:05:12 +0000 (10:05 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Jordan Humphreys [Wed, 5 Feb 2014 18:04:59 +0000 (10:04 -0800)]
fix RTL tooltips.
Eric Morris [Wed, 5 Feb 2014 17:48:57 +0000 (09:48 -0800)]
Add styling to .clearing-thumbs class in addition to styling on the data- attribute
Jordan Humphreys [Wed, 5 Feb 2014 17:47:50 +0000 (09:47 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Jordan Humphreys [Wed, 5 Feb 2014 17:47:37 +0000 (09:47 -0800)]
Add data function to functions.
Eric Morris [Wed, 5 Feb 2014 17:44:04 +0000 (09:44 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Eric Morris [Wed, 5 Feb 2014 17:43:56 +0000 (09:43 -0800)]
Fix overflow issue in offcanvas
Eric Morris [Wed, 5 Feb 2014 17:43:37 +0000 (09:43 -0800)]
Update offcanvas-nav links in docs
Jordan Humphreys [Wed, 5 Feb 2014 17:35:22 +0000 (09:35 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Jordan Humphreys [Wed, 5 Feb 2014 17:35:05 +0000 (09:35 -0800)]
Get RTL working for topbar.
Mark Hayes [Wed, 5 Feb 2014 17:34:17 +0000 (09:34 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Mark Hayes [Wed, 5 Feb 2014 17:33:54 +0000 (09:33 -0800)]
update changelog for 5.1.0
Alan Dague-Greene [Wed, 5 Feb 2014 17:00:05 +0000 (10:00 -0700)]
Separates legacy visibility classes in dynamic visibility class generator loop
Removes functionality to omit visibility classes based on relative
size, in favor of generating consistent classes. Separates legacy
visibility so they can be omitted.
Mark Hayes [Wed, 5 Feb 2014 01:44:35 +0000 (17:44 -0800)]
Merge branch 'master' of github.com:zurb/foundation into 5.1-wip
Conflicts:
doc/pages/components/clearing.html
js/foundation/foundation.abide.js
js/foundation/foundation.topbar.js
scss/foundation/_functions.scss
scss/foundation/components/_global.scss
Arthur [Tue, 4 Feb 2014 23:37:38 +0000 (15:37 -0800)]
Merge branch 'master' of github.com:zurb/foundation
Arthur [Tue, 4 Feb 2014 23:34:59 +0000 (15:34 -0800)]
Updating Offcanvas scroll issue
Mark Hayes [Tue, 4 Feb 2014 23:29:24 +0000 (15:29 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Mark Hayes [Tue, 4 Feb 2014 23:29:01 +0000 (15:29 -0800)]
add link to equalizer in docs sidebar and off canvas nag
Mark Hayes [Tue, 4 Feb 2014 23:25:08 +0000 (15:25 -0800)]
equalizer now supports data-options="use_tallest:false;" to use the minimum element height instead of the maximum height for the container height
Mark Hayes [Tue, 4 Feb 2014 23:24:15 +0000 (15:24 -0800)]
equalizer settings should now come from data-equalizer-init
Jordan Humphreys [Tue, 4 Feb 2014 22:45:21 +0000 (14:45 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Jordan Humphreys [Tue, 4 Feb 2014 22:45:01 +0000 (14:45 -0800)]
add hover delay on tooltips.
Jordan Humphreys [Tue, 4 Feb 2014 22:43:53 +0000 (14:43 -0800)]
Merge pull request #4339 from jpgrace/fix-removeQuotes-regex
The foundation.js removeQuotes method's regex characters no longer cause...
Eric Morris [Tue, 4 Feb 2014 22:35:17 +0000 (14:35 -0800)]
Increase specificity on aunts in Accordion
Jordan Humphreys [Tue, 4 Feb 2014 22:26:57 +0000 (14:26 -0800)]
Fix scope of accordion event binding.
Eric Morris [Tue, 4 Feb 2014 22:24:17 +0000 (14:24 -0800)]
Eric Morris [Tue, 4 Feb 2014 22:23:29 +0000 (14:23 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Eric Morris [Tue, 4 Feb 2014 21:43:33 +0000 (13:43 -0800)]
WIP on 5.1-wip:
d4beab0 Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Eric Morris [Tue, 4 Feb 2014 21:43:33 +0000 (13:43 -0800)]
index on 5.1-wip:
d4beab0 Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
JP Grace [Tue, 4 Feb 2014 19:52:10 +0000 (14:52 -0500)]
The foundation.js removeQuotes method's regex characters no longer cause exception (Unexpected End of String) to be thrown when parsed by php minifier.
Eric Morris [Tue, 4 Feb 2014 19:46:19 +0000 (11:46 -0800)]
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip