]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
thirdparty/foundation/foundation-sites.git
11 years agoFix watch task 4320/head
Sean Timm [Mon, 3 Feb 2014 05:29:43 +0000 (22:29 -0700)] 
Fix watch task

11 years agoMerging unit test changes
Sean Timm [Mon, 3 Feb 2014 05:22:27 +0000 (22:22 -0700)] 
Merging unit test changes

11 years agoLower specificity on {size}-reset-order classes in grid.scss to prevent smaller reset...
Eric Morris [Sun, 2 Feb 2014 03:13:22 +0000 (19:13 -0800)] 
Lower specificity on {size}-reset-order classes in grid.scss to prevent smaller reset-order classes from overriding larger push- and pull- classes

11 years agoMove float option in grid-column mixing to avoid overriding center option
Eric Morris [Sun, 2 Feb 2014 03:02:37 +0000 (19:02 -0800)] 
Move float option in grid-column mixing to avoid overriding center option

11 years agoSet tab content to 100% width
Eric Morris [Sun, 2 Feb 2014 02:54:59 +0000 (18:54 -0800)] 
Set tab content to 100% width

11 years agoMove hyphen outside of column loops
Alan Dague-Greene [Fri, 31 Jan 2014 07:03:11 +0000 (00:03 -0700)] 
Move hyphen outside of column loops

Fixed an issue with modifying loops in @mixin grid-html-classes(),
where starting the loops at zero would yield classes like
".small-push0" instead of ".small-push-0". This is due to the hyphen
being inside #{-$i}, which evaluates -0 (negative zero) as 0. Moving
the hyphen outside of the braces restores the hyphen. (And from a
pedantic standpoint, the hyphen is used as a hyphen in the class name,
not as an indication of negation.) This syntax is already in use for
offset classes.

Also increases loop range to include 0 through 11 in push/pull/offset
classes, which are necessary for overriding.

11 years agoFix duplicated ids
kuroisuna [Tue, 28 Jan 2014 18:29:47 +0000 (13:59 -0430)] 
Fix duplicated ids

The id `right-label` is duplicate, and colides with doc/includes/form/examples_form_inline_labels.html. To replicate the issue just click in the `label.right.inline` in http://foundation.zurb.com/docs/components/forms.html

11 years agoFix Clearing+Block-grid margin issue
Eric Morris [Sat, 1 Feb 2014 02:00:35 +0000 (18:00 -0800)] 
Fix Clearing+Block-grid margin issue

11 years agoAdd variable to include xlarge- and xxlarge grid classes (false by default)
Eric Morris [Sat, 1 Feb 2014 01:36:40 +0000 (17:36 -0800)] 
Add variable to include xlarge- and xxlarge grid classes (false by default)

11 years agoRemove input-groups
Eric Morris [Sat, 1 Feb 2014 01:30:34 +0000 (17:30 -0800)] 
Remove input-groups

11 years agoAdd .radius and .round classes to Utility Classes docs page
Eric Morris [Sat, 1 Feb 2014 01:30:19 +0000 (17:30 -0800)] 
Add .radius and .round classes to Utility Classes docs page

11 years agoFixed argument passing for Foundation spies and added some basic Interchange tests... 4228/head
Sean Timm [Sat, 1 Feb 2014 00:09:48 +0000 (17:09 -0700)] 
Fixed argument passing for Foundation spies and added some basic Interchange tests.  HTML partials appear to be having some issues, so one of the tests is disabled until I have a chance to figure out what is happening with them.

11 years agoDocument new Magellan settings variables
Eric Morris [Fri, 31 Jan 2014 23:54:35 +0000 (15:54 -0800)] 
Document new Magellan settings variables

11 years agoChange default values in Magellan demo for offset_threshold and throttle_delay
Eric Morris [Fri, 31 Jan 2014 23:47:05 +0000 (15:47 -0800)] 
Change default values in Magellan demo for offset_threshold and throttle_delay

11 years agoUpdate Magellan+Sub-nav styles to keep active item from changing size
Eric Morris [Fri, 31 Jan 2014 23:46:24 +0000 (15:46 -0800)] 
Update Magellan+Sub-nav styles to keep active item from changing size

11 years agoFactor throttling constant for Magellan into settings variable
Eric Morris [Fri, 31 Jan 2014 23:45:40 +0000 (15:45 -0800)] 
Factor throttling constant for Magellan into settings variable

11 years agoRemove console statement from Magellan
Eric Morris [Fri, 31 Jan 2014 23:45:11 +0000 (15:45 -0800)] 
Remove console statement from Magellan

11 years agoMerge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Eric Morris [Fri, 31 Jan 2014 23:24:07 +0000 (15:24 -0800)] 
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip

11 years agoFix disappearing image issue on Chrome Android
Eric Morris [Fri, 31 Jan 2014 23:23:49 +0000 (15:23 -0800)] 
Fix disappearing image issue on Chrome Android

11 years agoAdded basic dropdown tests
Sean Timm [Fri, 31 Jan 2014 21:17:38 +0000 (14:17 -0700)] 
Added basic dropdown tests

11 years agoAdd Snap.svg to Foundation.
Jordan Humphreys [Fri, 31 Jan 2014 18:26:54 +0000 (10:26 -0800)] 
Add Snap.svg to Foundation.

11 years agoUpdate copyright year.
Jordan Humphreys [Fri, 31 Jan 2014 18:13:18 +0000 (10:13 -0800)] 
Update copyright year.

11 years agoInitial pizza integration.
Jordan Humphreys [Fri, 31 Jan 2014 18:11:26 +0000 (10:11 -0800)] 
Initial pizza integration.

11 years agoMerge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Jordan Humphreys [Fri, 31 Jan 2014 17:37:44 +0000 (09:37 -0800)] 
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip

11 years agoAdd pizza.
Jordan Humphreys [Fri, 31 Jan 2014 17:37:33 +0000 (09:37 -0800)] 
Add pizza.

11 years agoMerge branch 'master' into seantimm/topbar_test_cleanup
Sean Timm [Fri, 31 Jan 2014 03:31:15 +0000 (20:31 -0700)] 
Merge branch 'master' into seantimm/topbar_test_cleanup

11 years agofinish refactoring magellan
Mark Hayes [Fri, 31 Jan 2014 02:56:53 +0000 (18:56 -0800)] 
finish refactoring magellan

11 years agoremove console statements
Mark Hayes [Fri, 31 Jan 2014 02:47:48 +0000 (18:47 -0800)] 
remove console statements

11 years agodoc fix
Mark Hayes [Thu, 30 Jan 2014 22:19:33 +0000 (14:19 -0800)] 
doc fix

11 years agoinitial magellan refactor with support for destination thresholds for each expedition
Mark Hayes [Thu, 30 Jan 2014 22:19:15 +0000 (14:19 -0800)] 
initial magellan refactor with support for destination thresholds for each expedition

11 years agoSwap the naming on rendered and text examples for Reveal docs
Eric Morris [Thu, 30 Jan 2014 23:38:54 +0000 (15:38 -0800)] 
Swap the naming on rendered and text examples for Reveal docs

11 years agoSwitch Reveal docs example back to a div
Eric Morris [Thu, 30 Jan 2014 23:28:07 +0000 (15:28 -0800)] 
Switch Reveal docs example back to a div

11 years agoUpdated docs
Hashan Punchihewa [Wed, 22 Jan 2014 20:51:03 +0000 (20:51 +0000)] 
Updated docs

11 years agoAdded HTML5 dialog support
Hashan Punchihewa [Wed, 22 Jan 2014 18:36:30 +0000 (18:36 +0000)] 
Added HTML5 dialog support

11 years agoMerge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Eric Morris [Thu, 30 Jan 2014 23:15:04 +0000 (15:15 -0800)] 
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip

11 years agoRe-remove line that got re-introduced with merge
Eric Morris [Thu, 30 Jan 2014 23:14:53 +0000 (15:14 -0800)] 
Re-remove line that got re-introduced with merge

11 years agoMerge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip
Mark Hayes [Thu, 30 Jan 2014 21:53:09 +0000 (13:53 -0800)] 
Merge branch '5.1-wip' of github.com:zurb/foundation into 5.1-wip

11 years agoreturn if there's nothing to equalize
Mark Hayes [Thu, 30 Jan 2014 21:47:34 +0000 (13:47 -0800)] 
return if there's nothing to equalize

11 years agoRename rendered vs display samples for buttons page according to convention
Eric Morris [Thu, 30 Jan 2014 20:59:43 +0000 (12:59 -0800)] 
Rename rendered vs display samples for buttons page according to convention

11 years agoClean up advanced buttons example
Eric Morris [Thu, 30 Jan 2014 20:53:03 +0000 (12:53 -0800)] 
Clean up advanced buttons example

11 years agoDocument expanded class for buttons
Eric Morris [Thu, 30 Jan 2014 20:52:41 +0000 (12:52 -0800)] 
Document expanded class for buttons

11 years agoChange grid end example to medium grid instead of large
Eric Morris [Thu, 30 Jan 2014 20:42:00 +0000 (12:42 -0800)] 
Change grid end example to medium grid instead of large

11 years agofix small typo
Cameron Spencer [Tue, 21 Jan 2014 20:18:27 +0000 (12:18 -0800)] 
fix small typo

11 years agoDocument .end class for grids
Cameron Spencer [Tue, 21 Jan 2014 20:04:25 +0000 (12:04 -0800)] 
Document .end class for grids

11 years agoRemove unused documentation example
Eric Morris [Thu, 30 Jan 2014 20:28:00 +0000 (12:28 -0800)] 
Remove unused documentation example

11 years agoDocument size-based text alignment helper classes
Eric Morris [Thu, 30 Jan 2014 20:27:16 +0000 (12:27 -0800)] 
Document size-based text alignment helper classes

11 years agoAdded Responsive Text Alignment
Kirk Bater [Wed, 22 Jan 2014 19:51:32 +0000 (14:51 -0500)] 
Added Responsive Text Alignment

11 years agoAdded Responsive Text Alignment
Kirk Bater [Wed, 22 Jan 2014 19:29:58 +0000 (14:29 -0500)] 
Added Responsive Text Alignment

11 years agoFixed invalid sass in range slider
Ghaida Zahran [Wed, 29 Jan 2014 18:01:43 +0000 (10:01 -0800)] 
Fixed invalid sass in range slider

11 years agoUsed variables for directions for RTL support
Ghaida Zahran [Wed, 29 Jan 2014 17:47:18 +0000 (09:47 -0800)] 
Used variables for directions for RTL support

11 years agoMerge pull request #4256 from kuroisuna/patch-1
Eric Morris [Wed, 29 Jan 2014 04:57:42 +0000 (20:57 -0800)] 
Merge pull request #4256 from kuroisuna/patch-1

Fix duplicated ids in label.inline.right example

11 years agoAdd upper range to xxlarge media query. Fixes issue #4251
Eric Morris [Wed, 29 Jan 2014 02:06:32 +0000 (18:06 -0800)] 
Add upper range to xxlarge media query. Fixes issue #4251

11 years agoDocument the hover_delay variable in Tooltip
Eric Morris [Wed, 29 Jan 2014 01:49:31 +0000 (17:49 -0800)] 
Document the hover_delay variable in Tooltip

11 years agoAdd hover delay variable to Tooltip
Eric Morris [Wed, 29 Jan 2014 01:49:11 +0000 (17:49 -0800)] 
Add hover delay variable to Tooltip

11 years agoMerge branch 'refs/heads/5.1-wip' into data-options
Eric Morris [Wed, 29 Jan 2014 01:09:55 +0000 (17:09 -0800)] 
Merge branch 'refs/heads/5.1-wip' into data-options

11 years agoAdd list of data-options to javascript docs page
Eric Morris [Wed, 29 Jan 2014 01:08:08 +0000 (17:08 -0800)] 
Add list of data-options to javascript docs page

11 years agorange slider active segment styles
Ghaida Zahran [Wed, 29 Jan 2014 01:01:35 +0000 (17:01 -0800)] 
range slider active segment styles

11 years agorange slider active segment styles
Ghaida Zahran [Wed, 29 Jan 2014 01:00:06 +0000 (17:00 -0800)] 
range slider active segment styles

11 years agoMerge branch 'master' of github.com:zurb/foundation into 5.1-wip
Mark Hayes [Wed, 29 Jan 2014 00:46:17 +0000 (16:46 -0800)] 
Merge branch 'master' of github.com:zurb/foundation into 5.1-wip

11 years agoChange JavaScript to Javascript across the docs
Eric Morris [Wed, 29 Jan 2014 00:10:30 +0000 (16:10 -0800)] 
Change JavaScript to Javascript across the docs

11 years agoAdd data-options section to Javascript docs page
Eric Morris [Wed, 29 Jan 2014 00:08:14 +0000 (16:08 -0800)] 
Add data-options section to Javascript docs page

11 years agoUpdate foundation.js to use reverse while loops
Eric Morris [Tue, 28 Jan 2014 23:36:05 +0000 (15:36 -0800)] 
Update foundation.js to use reverse while loops

11 years agoSwitch Joyride to reverse while loops
Eric Morris [Tue, 28 Jan 2014 23:35:44 +0000 (15:35 -0800)] 
Switch Joyride to reverse while loops

11 years agoUpdate Interchange to use reverse while instead of for.
Eric Morris [Tue, 28 Jan 2014 23:35:11 +0000 (15:35 -0800)] 
Update Interchange to use reverse while instead of for.

11 years agoSwitch to while loops in Abide (where possible)
Eric Morris [Tue, 28 Jan 2014 23:34:48 +0000 (15:34 -0800)] 
Switch to while loops in Abide (where possible)

11 years agoAdd full method signature comments to all methods in Foundation.utils
Eric Morris [Tue, 28 Jan 2014 22:40:29 +0000 (14:40 -0800)] 
Add full method signature comments to all methods in Foundation.utils

11 years agoFinish off docs content for Foundation.utils
Eric Morris [Tue, 28 Jan 2014 22:27:19 +0000 (14:27 -0800)] 
Finish off docs content for Foundation.utils

11 years agoRename Foundation.utils.loaded as Foundation.utils.image_loaded
Eric Morris [Tue, 28 Jan 2014 22:20:24 +0000 (14:20 -0800)] 
Rename Foundation.utils.loaded as Foundation.utils.image_loaded

11 years agoRename Foundation.utils.addCustomRule as Foundation.utils.add_custom_rule
Eric Morris [Tue, 28 Jan 2014 22:19:45 +0000 (14:19 -0800)] 
Rename Foundation.utils.addCustomRule as Foundation.utils.add_custom_rule

11 years agoFirst pass at Foundation.utils doc page
Eric Morris [Wed, 22 Jan 2014 01:33:10 +0000 (17:33 -0800)] 
First pass at Foundation.utils doc page

11 years agoRe-add immediate option to Foundation.util.debounce
Eric Morris [Wed, 22 Jan 2014 01:32:39 +0000 (17:32 -0800)] 
Re-add immediate option to Foundation.util.debounce

11 years agoRefactor argument names in Foundation.util.throttle
Eric Morris [Wed, 22 Jan 2014 01:32:16 +0000 (17:32 -0800)] 
Refactor argument names in Foundation.util.throttle

11 years agoModify Foundation.inherit to work with non-Foundation plugins
Eric Morris [Wed, 22 Jan 2014 01:31:43 +0000 (17:31 -0800)] 
Modify Foundation.inherit to work with non-Foundation plugins

11 years agoRemove Foundation.utils.empty
Eric Morris [Wed, 22 Jan 2014 01:31:21 +0000 (17:31 -0800)] 
Remove Foundation.utils.empty

11 years agoChanged range setting syntax
Ghaida Zahran [Tue, 28 Jan 2014 23:35:45 +0000 (15:35 -0800)] 
Changed range setting syntax

11 years agoColor tweaks to range slider
Ghaida Zahran [Tue, 28 Jan 2014 23:32:23 +0000 (15:32 -0800)] 
Color tweaks to range slider

11 years agoAdded active segment styles to range slider
Ghaida Zahran [Tue, 28 Jan 2014 23:28:32 +0000 (15:28 -0800)] 
Added active segment styles to range slider

11 years agoSimplified slider markup
Ghaida Zahran [Tue, 28 Jan 2014 22:46:58 +0000 (14:46 -0800)] 
Simplified slider markup

11 years agoAdding data attributes to define settings
Ghaida Zahran [Tue, 28 Jan 2014 22:43:22 +0000 (14:43 -0800)] 
Adding data attributes to define settings

11 years agoUsed the range slider hand width variable to define the left margin setting on vertic...
Ghaida Zahran [Tue, 28 Jan 2014 22:30:47 +0000 (14:30 -0800)] 
Used the range slider hand width variable to define the left margin setting on vertical range sliders

11 years agoAdded styles for vertical sliders
Ghaida Zahran [Tue, 28 Jan 2014 22:27:04 +0000 (14:27 -0800)] 
Added styles for vertical sliders

11 years agoAdded files for range slider components
Ghaida Zahran [Tue, 28 Jan 2014 21:13:02 +0000 (13:13 -0800)] 
Added files for range slider components

11 years agoDisable tooltips for <a> tags on touch screens to avoid interefering with link and...
Eric Morris [Tue, 28 Jan 2014 18:31:20 +0000 (10:31 -0800)] 
Disable tooltips for <a> tags on touch screens to avoid interefering with link and document the edge case

11 years agoFix duplicated ids 4256/head
kuroisuna [Tue, 28 Jan 2014 18:29:47 +0000 (13:59 -0430)] 
Fix duplicated ids

The id `right-label` is duplicate, and colides with doc/includes/form/examples_form_inline_labels.html. To replicate the issue just click in the `label.right.inline` in http://foundation.zurb.com/docs/components/forms.html

11 years agoMake sure to serve up images for tests
Sean Timm [Tue, 28 Jan 2014 07:36:45 +0000 (00:36 -0700)] 
Make sure to serve up images for tests

11 years agoAdded Clearing tests but disabled for now. Karma runs appear to behave different...
Sean Timm [Tue, 28 Jan 2014 07:36:27 +0000 (00:36 -0700)] 
Added Clearing tests but disabled for now.  Karma runs appear to behave different during watch and travis grunt builds for these

11 years agoAdded basic alert test
Sean Timm [Tue, 28 Jan 2014 06:00:59 +0000 (23:00 -0700)] 
Added basic alert test

11 years agoAdded basic accordion tests
Sean Timm [Tue, 28 Jan 2014 04:51:51 +0000 (21:51 -0700)] 
Added basic accordion tests

11 years agoMerge pull request #4226 from OtaK/master
Jordan Humphreys [Mon, 27 Jan 2014 21:34:40 +0000 (13:34 -0800)] 
Merge pull request #4226 from OtaK/master

Fixes #4036 Fixed reveal closing randomly all .flex-videos from document

11 years agoadd slide_selector setting to documentation for orbit
Mark Hayes [Mon, 27 Jan 2014 21:24:05 +0000 (13:24 -0800)] 
add slide_selector setting to documentation for orbit

11 years agoMerge branch 'master' into 5.1-wip
Mark Hayes [Mon, 27 Jan 2014 21:21:54 +0000 (13:21 -0800)] 
Merge branch 'master' into 5.1-wip

11 years agoremove slide_selector from docs, not available until 5.1.0
Mark Hayes [Mon, 27 Jan 2014 21:21:08 +0000 (13:21 -0800)] 
remove slide_selector from docs, not available until 5.1.0

11 years agoMerge branch 'master' of github.com:zurb/foundation into 5.1-wip-merge
Mark Hayes [Mon, 27 Jan 2014 19:53:47 +0000 (11:53 -0800)] 
Merge branch 'master' of github.com:zurb/foundation into 5.1-wip-merge

Conflicts:
js/foundation/foundation.orbit.js

11 years agoAdded test skeletons for all components
Sean Timm [Sat, 25 Jan 2014 23:35:38 +0000 (16:35 -0700)] 
Added test skeletons for all components

11 years agoAdded basic tests for Abide.
Sean Timm [Sat, 25 Jan 2014 23:16:27 +0000 (16:16 -0700)] 
Added basic tests for Abide.

11 years agoadd callback triggers to equalizer and update documentation
Mark Hayes [Fri, 24 Jan 2014 23:56:43 +0000 (15:56 -0800)] 
add callback triggers to equalizer and update documentation

11 years agoMerge branch 'master' of github.com:zurb/foundation
Mark Hayes [Fri, 24 Jan 2014 17:42:48 +0000 (09:42 -0800)] 
Merge branch 'master' of github.com:zurb/foundation

11 years agoupdated docs html
jessicazurb [Thu, 23 Jan 2014 17:32:31 +0000 (09:32 -0800)] 
updated docs html

11 years agoReworked handling of media queries and tests. Also, removed the dynamic inclusion...
Sean Timm [Fri, 24 Jan 2014 04:27:31 +0000 (21:27 -0700)] 
Reworked handling of media queries and tests.  Also, removed the dynamic inclusion of scripts in favor of including the scripts upfront.  The browsers were handling the dynamic insertion poorly which made it far more difficult to debug tests when necessary.

11 years agoFixed reveal closing randomly all .flex-videos from document 4226/head
Mathieu Amiot [Fri, 24 Jan 2014 01:08:28 +0000 (02:08 +0100)] 
Fixed reveal closing randomly all .flex-videos from document

In the context of the function, this refers to document, so when you do $(document).find('.flex-video') and then set the iframe src to about:blank, all videos on the website are dying.

The huge problem is that this method is also called by alert-boxes, dropdowns and so on.