]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Cody Russell [Tue, 2 Oct 2012 12:34:53 +0000 (07:34 -0500)]
Move some app.js setup into a ready callback, re #949.
Chris Michel [Tue, 2 Oct 2012 01:59:40 +0000 (18:59 -0700)]
Merge pull request #969 from peteroconnor/topBarDropToggleColor
Added more settings for top-bar: $topBarDropToggleColor, $topBarDropToggleAlpha
Chris Michel [Tue, 2 Oct 2012 01:59:16 +0000 (18:59 -0700)]
Merge pull request #962 from daftspunk/master
Minors
Chris Michel [Tue, 2 Oct 2012 01:58:52 +0000 (18:58 -0700)]
Merge pull request #961 from EnigmaSolved/patch-3
Make Address Bar hiding conditional on no #Hash
Chris Michel [Tue, 2 Oct 2012 01:56:15 +0000 (18:56 -0700)]
Merge pull request #946 from dmackerman/updated-tooltips
tooltips now support html, such as <br>
Chris Michel [Tue, 2 Oct 2012 01:53:59 +0000 (18:53 -0700)]
Merge pull request #942 from keilmillerjr/master
block-grid now supports up to twelve-up
Chris Michel [Tue, 2 Oct 2012 01:13:54 +0000 (18:13 -0700)]
Merge pull request #900 from tswicegood/allow-relative-sizes
Make these two values configurable via settings
zurbchris [Tue, 2 Oct 2012 00:44:41 +0000 (17:44 -0700)]
added a new Joomla template using Foundation 3
peter [Mon, 1 Oct 2012 16:29:55 +0000 (00:29 +0800)]
add more settings for top-bar: $topBarDropToggleColor, $topBarDropToggleAlpha
Sam Georges [Sat, 29 Sep 2012 09:39:34 +0000 (19:39 +1000)]
Allows top level items to remain clickable when breakpoint not reached
EnigmaSolved [Sat, 29 Sep 2012 03:16:20 +0000 (00:16 -0300)]
Make Address Bar hiding conditional on no #Hash
If the user comes to a page via a deep link (eg, www.example.com/page/#anchor-on-page) we don't want the `scrollTo` to fire because it will prevent the page from staying at the anchor location (which is confusing, since the page would try to go to the anchor and then scroll up when the `scrollTo` fires). This commit remedies that via what should be a pretty standard, cross browser method (as far as I know). :)
Dave Ackerman [Wed, 26 Sep 2012 17:40:12 +0000 (13:40 -0400)]
tooltips now support html, such as <br>
Keil Miller Jr [Wed, 26 Sep 2012 15:13:26 +0000 (11:13 -0400)]
block-grid now supports up to twelve-up
Jordan Humphreys [Thu, 20 Sep 2012 15:49:33 +0000 (08:49 -0700)]
Add hover state support for desktop accordions.
Mark Hayes [Wed, 19 Sep 2012 20:42:27 +0000 (13:42 -0700)]
updated version
Mark Hayes [Wed, 19 Sep 2012 20:42:08 +0000 (13:42 -0700)]
bumped version
Mark Hayes [Wed, 19 Sep 2012 20:38:17 +0000 (13:38 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Wed, 19 Sep 2012 20:38:07 +0000 (13:38 -0700)]
don't track .orig files which get generated by git
zurbchris [Wed, 19 Sep 2012 19:03:25 +0000 (12:03 -0700)]
bumbed Top Bar Version, updated implementation to remove side-scroll bug
Mark Hayes [Tue, 18 Sep 2012 23:09:14 +0000 (16:09 -0700)]
breakpoint actually is necessary, creating a new element with the 'top-bar-js-breakpoint' class that contains the width defined by the $topBarBreakPoint sass variable
Jordan Humphreys [Tue, 18 Sep 2012 21:56:27 +0000 (14:56 -0700)]
Move topbar breakpoint config to nav element data-breakpoint attribute.
Mark Hayes [Tue, 18 Sep 2012 21:44:52 +0000 (14:44 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Mark Hayes [Tue, 18 Sep 2012 21:44:38 +0000 (14:44 -0700)]
include top bar into Rails asset pipeline, remove breakpoint option from top bar js file since it doesn't appear to be necessary
Chris Michel [Tue, 18 Sep 2012 21:11:24 +0000 (14:11 -0700)]
Merge pull request #906 from eddywashere/fix-invisible-placeholder-classes-for-grid
Added placeholder selector to fix extra output of invisible classes
zurbchris [Tue, 18 Sep 2012 21:08:35 +0000 (14:08 -0700)]
fixes #899
zurbchris [Tue, 18 Sep 2012 21:07:49 +0000 (14:07 -0700)]
Merge branch 'master' of github.com:zurb/foundation
zurbchris [Tue, 18 Sep 2012 21:07:42 +0000 (14:07 -0700)]
fixes #897
Chris Michel [Tue, 18 Sep 2012 20:37:55 +0000 (13:37 -0700)]
Merge pull request #893 from mehlah/fix-import-order
Update custom imports order to meet required dependencies
zurbchris [Tue, 18 Sep 2012 20:36:41 +0000 (13:36 -0700)]
Merge branch 'master' of github.com:zurb/foundation
zurbchris [Tue, 18 Sep 2012 20:36:33 +0000 (13:36 -0700)]
updated ui.scss to remove error with passing 2 values to transition-duration
Chris Michel [Tue, 18 Sep 2012 20:26:34 +0000 (13:26 -0700)]
Merge pull request #880 from Bluerise/mobile-end-float
mobile columns should also float on end
zurbchris [Tue, 18 Sep 2012 20:17:28 +0000 (13:17 -0700)]
updated test direction settings.scss file to include ratios again
zurbchris [Tue, 18 Sep 2012 20:02:25 +0000 (13:02 -0700)]
updated tabs
zurbchris [Tue, 18 Sep 2012 20:01:46 +0000 (13:01 -0700)]
updated user app.scss file with correct order of commented parts of Foundation
Mark Hayes [Tue, 18 Sep 2012 18:56:34 +0000 (11:56 -0700)]
Merge pull request #814 from nicinabox/tabs
Add tab support for use as a navigation element
Mark Hayes [Tue, 18 Sep 2012 18:49:32 +0000 (11:49 -0700)]
Merge pull request #885 from modlearning/master
allow option so that slides are only cycled once in orbit
zurbchris [Tue, 18 Sep 2012 18:28:13 +0000 (11:28 -0700)]
Merge branch 'master' of github.com:zurb/foundation
zurbchris [Tue, 18 Sep 2012 18:28:03 +0000 (11:28 -0700)]
updated orbit test
Mark Hayes [Tue, 18 Sep 2012 18:20:10 +0000 (11:20 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Conflicts:
test/reveal.html
Mark Hayes [Tue, 18 Sep 2012 18:18:11 +0000 (11:18 -0700)]
stop playing embedded flex-videos when modal is closed, includes test
zurbchris [Tue, 18 Sep 2012 17:57:42 +0000 (10:57 -0700)]
Merge branch 'master' of github.com:zurb/foundation
zurbchris [Tue, 18 Sep 2012 17:57:28 +0000 (10:57 -0700)]
updated custom forms so Radio has normal functionality of keeping checked when checked
Mark Hayes [Tue, 18 Sep 2012 17:43:02 +0000 (10:43 -0700)]
supports slim templates in the generator
Eddy Hernandez [Tue, 18 Sep 2012 15:39:37 +0000 (10:39 -0500)]
Added placeholder selector to fix extra output of invisible classes
Travis Swicegood [Mon, 17 Sep 2012 19:23:54 +0000 (14:23 -0500)]
Make these two values configurable via settings
These two values are originally hard-coded which causes a failure if you
want to use relative font-sizes. Moving these to settings allows the
developer to specify them however they see fit, including as a relative
value.
Mehdi Lahmam B [Sun, 16 Sep 2012 22:55:12 +0000 (00:55 +0200)]
Update custom imports order to meet required dependencies
ModLearning Team [Sat, 15 Sep 2012 04:57:11 +0000 (00:57 -0400)]
Single cycle for orbit slides
When enabled, orbit will only cycle through the slides once...like a
presentation
Mark Hayes [Fri, 14 Sep 2012 19:54:47 +0000 (12:54 -0700)]
bump version
Mark Hayes [Fri, 14 Sep 2012 19:34:46 +0000 (12:34 -0700)]
bumped version
Mark Hayes [Fri, 14 Sep 2012 19:34:01 +0000 (12:34 -0700)]
bumped version
zurbchris [Fri, 14 Sep 2012 18:27:21 +0000 (11:27 -0700)]
updated button style on topbar
Patrick Wildt [Fri, 14 Sep 2012 18:21:57 +0000 (20:21 +0200)]
mobile columns should also float on end
zurbchris [Fri, 14 Sep 2012 18:14:41 +0000 (11:14 -0700)]
updated user app.scss
zurbchris [Fri, 14 Sep 2012 18:11:56 +0000 (11:11 -0700)]
bumped version
zurbchris [Fri, 14 Sep 2012 17:56:24 +0000 (10:56 -0700)]
added a line to button JS to close open when new one is clicked, fixes #870
zurbchris [Fri, 14 Sep 2012 16:56:54 +0000 (09:56 -0700)]
added margin bottom to rows inside of a reveal modal, fixes #863
zurbchris [Fri, 14 Sep 2012 16:53:11 +0000 (09:53 -0700)]
fixes #858
zurbchris [Fri, 14 Sep 2012 16:18:05 +0000 (09:18 -0700)]
updated user settings file
zurbchris [Fri, 14 Sep 2012 16:17:34 +0000 (09:17 -0700)]
updated test directory settings file
zurbchris [Fri, 14 Sep 2012 16:00:21 +0000 (09:00 -0700)]
update style
zurbchris [Fri, 14 Sep 2012 14:34:09 +0000 (07:34 -0700)]
divider style tweaks
zurbchris [Fri, 14 Sep 2012 14:08:35 +0000 (07:08 -0700)]
changed classname for topbar toggle
zurbchris [Fri, 14 Sep 2012 05:46:37 +0000 (22:46 -0700)]
refactored scss a bit for top bar
zurbchris [Fri, 14 Sep 2012 03:16:00 +0000 (20:16 -0700)]
updated hover style again
zurbchris [Fri, 14 Sep 2012 03:10:52 +0000 (20:10 -0700)]
updated hover styles
zurbchris [Fri, 14 Sep 2012 00:32:57 +0000 (17:32 -0700)]
remove extra classes
zurbchris [Fri, 14 Sep 2012 00:25:21 +0000 (17:25 -0700)]
QA complete
zurbchris [Thu, 13 Sep 2012 23:27:42 +0000 (16:27 -0700)]
Merge branch 'topbar-3.0.10' of github.com:zurb/foundation into topbar-3.0.10
zurbchris [Thu, 13 Sep 2012 23:27:36 +0000 (16:27 -0700)]
update
Jordan Humphreys [Thu, 13 Sep 2012 23:26:43 +0000 (16:26 -0700)]
Merge branch 'topbar-3.0.10' of https://github.com/zurb/foundation into topbar-3.0.10
Jordan Humphreys [Thu, 13 Sep 2012 23:26:27 +0000 (16:26 -0700)]
Testing disabled touch events.
zurbchris [Thu, 13 Sep 2012 22:38:17 +0000 (15:38 -0700)]
fixed conflict
zurbchris [Thu, 13 Sep 2012 22:37:47 +0000 (15:37 -0700)]
update
Jordan Humphreys [Thu, 13 Sep 2012 22:36:26 +0000 (15:36 -0700)]
Fix height issue.
Jordan Humphreys [Thu, 13 Sep 2012 21:23:22 +0000 (14:23 -0700)]
Calculate height on load.
zurbchris [Thu, 13 Sep 2012 21:18:59 +0000 (14:18 -0700)]
updated for Jordan to fix height issue
zurbchris [Thu, 13 Sep 2012 18:00:44 +0000 (11:00 -0700)]
Merge branch 'topbar-3.0.10' of github.com:zurb/foundation into topbar-3.0.10
zurbchris [Thu, 13 Sep 2012 18:00:37 +0000 (11:00 -0700)]
updated topbar
Jordan Humphreys [Thu, 13 Sep 2012 17:32:31 +0000 (10:32 -0700)]
Merge conflicts.
Jordan Humphreys [Thu, 13 Sep 2012 17:28:28 +0000 (10:28 -0700)]
Fix height issue.
zurbchris [Thu, 13 Sep 2012 15:25:02 +0000 (08:25 -0700)]
added description to test page for top bar
zurbchris [Thu, 13 Sep 2012 15:13:26 +0000 (08:13 -0700)]
updated topbar to include contain to grid class for keeping its content width to whatever the grid width is
zurbchris [Thu, 13 Sep 2012 14:48:00 +0000 (07:48 -0700)]
tweaked button margin so its a little smaller for visual consistency
zurbchris [Thu, 13 Sep 2012 08:21:51 +0000 (01:21 -0700)]
added support for buttons in the main nav
zurbchris [Thu, 13 Sep 2012 08:18:00 +0000 (01:18 -0700)]
updated settings after testing and removed one for color of title
zurbchris [Thu, 13 Sep 2012 08:10:42 +0000 (01:10 -0700)]
updates settings for topbar
zurbchris [Wed, 12 Sep 2012 22:22:00 +0000 (15:22 -0700)]
updated language direction settings with an if statment so users only need to set a single variable to control the floats, etc
zurbchris [Wed, 12 Sep 2012 22:13:43 +0000 (15:13 -0700)]
updated settings files with progress bar vars
zurbchris [Wed, 12 Sep 2012 22:01:44 +0000 (15:01 -0700)]
fixed conflicts from progress_bar merge
zurbchris [Wed, 12 Sep 2012 21:58:37 +0000 (14:58 -0700)]
updated typo
zurbchris [Wed, 12 Sep 2012 21:56:05 +0000 (14:56 -0700)]
updates to settings and scss for progress bars
zurbchris [Wed, 12 Sep 2012 20:19:34 +0000 (13:19 -0700)]
Merge branch 'topbar-3.0.10' of github.com:zurb/foundation into topbar-3.0.10
zurbchris [Wed, 12 Sep 2012 20:18:48 +0000 (13:18 -0700)]
fixed conflict with title elements for rtl
zurbchris [Wed, 12 Sep 2012 20:17:19 +0000 (13:17 -0700)]
updated settings files
Caleb Winters [Wed, 12 Sep 2012 20:06:57 +0000 (13:06 -0700)]
Merge branch 'master' of github.com:zurb/foundation into progress-bar
zurbchris [Wed, 12 Sep 2012 19:56:21 +0000 (12:56 -0700)]
updated settings files to include thumb radius
Jordan Humphreys [Wed, 12 Sep 2012 17:35:54 +0000 (10:35 -0700)]
Add padding.
zurbchris [Wed, 12 Sep 2012 17:19:48 +0000 (10:19 -0700)]
updating to remove overflow hidden when expanded
Jordan Humphreys [Wed, 12 Sep 2012 16:57:40 +0000 (09:57 -0700)]
Merge branch 'topbar-3.0.10' of https://github.com/zurb/foundation into topbar-3.0.10
Jordan Humphreys [Wed, 12 Sep 2012 16:57:22 +0000 (09:57 -0700)]
Foundation topbar js changes.