]>
git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/log
Stefan Judis [Wed, 26 Mar 2014 20:56:20 +0000 (21:56 +0100)]
fixed off canvas overflow behavior on android devices - fixes #4787
Rafi [Wed, 26 Mar 2014 20:29:22 +0000 (13:29 -0700)]
Merge pull request #4806 from NikhilKalige/abide-pos-neg-pattern
Abide +/- sign for number and integers regex
Lonewolf [Wed, 26 Mar 2014 18:47:40 +0000 (00:17 +0530)]
Ability to use positive and negaitve sign for number regex
Lonewolf [Wed, 26 Mar 2014 18:45:35 +0000 (00:15 +0530)]
Ability to use positive and negaitve sign for integer regex
Eric Morris [Tue, 25 Mar 2014 22:18:47 +0000 (15:18 -0700)]
Merge pull request #4770 from NikhilKalige/adibe_radio_multiform_fix
Abide select radio based on form rather than document
Eric Morris [Tue, 25 Mar 2014 21:52:22 +0000 (14:52 -0700)]
Merge pull request #4767 from kevinwake/bower
Update bower packages versions
Eric Morris [Tue, 25 Mar 2014 21:45:49 +0000 (14:45 -0700)]
Merge pull request #4795 from joeworkman/orbit-patch
Fixed Orbit height issues
Joe Workman [Tue, 25 Mar 2014 21:41:44 +0000 (14:41 -0700)]
Fixed Orbit height issues
This solves problems with instances of Orbit that do not have direct image children.
compute_dimensions is now also called on window.load() since this event get triggered after all assets on the page have been loaded.
I changed the children() search to use find(). We cannot always guarantee that there will be direct image children. So find will find all of the child images. I know that children() is faster than find() but we are talking about micro seconds here. I think that the added functionality is worth it.
Also the children are stored in a variable. This way find() is only called once and not twice like children() was.
Eric Morris [Tue, 25 Mar 2014 21:39:56 +0000 (14:39 -0700)]
Merge pull request #4776 from tmugford/feature/form-error-text-transform
Fixes #4769. Added a variable to control text-transform of small in form labels
Jonathan Smiley [Tue, 25 Mar 2014 18:24:23 +0000 (11:24 -0700)]
Changes a component of the button mixin to calculate border-color rather than calculate once from the default
Eric Morris [Tue, 25 Mar 2014 18:11:11 +0000 (11:11 -0700)]
Merge pull request #4789 from shortspider/Minor-Cleanup
Minor cleanup
Jonathan Smiley [Tue, 25 Mar 2014 18:00:27 +0000 (11:00 -0700)]
Removes a filthy !important from the grid. That was dumb.
Rafi [Tue, 25 Mar 2014 17:50:21 +0000 (10:50 -0700)]
Merge pull request #4792 from iamalexkempton/patch-1
Change 'document' to 'window' in code example
iamalexkempton [Tue, 25 Mar 2014 16:32:33 +0000 (16:32 +0000)]
Change 'document' to 'window' in code example
The current code example of binding a resize event to 'document' does not actually work. Binding the event to 'window' does. :)
shortspider [Tue, 25 Mar 2014 15:12:12 +0000 (11:12 -0400)]
Use local variable.
shortspider [Tue, 25 Mar 2014 15:11:43 +0000 (11:11 -0400)]
Removed unused variables.
shortspider [Tue, 25 Mar 2014 15:10:42 +0000 (11:10 -0400)]
Added new keyword for constructor.
shortspider [Tue, 25 Mar 2014 15:10:24 +0000 (11:10 -0400)]
Replaced comma with semicolon.
shortspider [Tue, 25 Mar 2014 15:10:01 +0000 (11:10 -0400)]
Removed unnessissary radax parameter.
Eric Morris [Mon, 24 Mar 2014 23:50:09 +0000 (16:50 -0700)]
Restore missing mixin
Eric Morris [Mon, 24 Mar 2014 22:41:13 +0000 (15:41 -0700)]
Additional reversions to fully remove autoprefixer and make the build work
Eric Morris [Mon, 24 Mar 2014 22:08:01 +0000 (15:08 -0700)]
Revert "Added grunt-autoprefixer and grunt-contrib-cssmin tasks."
This reverts commit
df409629290167201a48c33ab52badf91bf4aff0 .
Conflicts:
Gruntfile.js
Tristan Mugford [Mon, 24 Mar 2014 12:03:58 +0000 (12:03 +0000)]
Fixes #4769. Added a variable to control text-transform of small in form labels.
Eric Morris [Mon, 24 Mar 2014 02:35:27 +0000 (19:35 -0700)]
Merge pull request #4761 from NikhilKalige/slider_callback_fix
Slider callback fix
Eric Morris [Mon, 24 Mar 2014 02:34:51 +0000 (19:34 -0700)]
Merge pull request #4759 from NikhilKalige/sliders_javascript_docs
Sliders js options added
Eric Morris [Mon, 24 Mar 2014 02:34:22 +0000 (19:34 -0700)]
Merge pull request #4760 from NikhilKalige/sliders_kitchen_sink
Sliders kitchen sink
Eric Morris [Mon, 24 Mar 2014 02:32:30 +0000 (19:32 -0700)]
Merge pull request #4765 from tmugford/fix/grunt-watch
Added missing autoprefixer task to the sass watch task in Gruntfile.js
Lonewolf [Sun, 23 Mar 2014 18:47:08 +0000 (00:17 +0530)]
Select radio based on parent rather than document
Kevin Wake [Sun, 23 Mar 2014 12:32:58 +0000 (13:32 +0100)]
Update bower packages versions
Tristan Mugford [Sun, 23 Mar 2014 00:40:42 +0000 (00:40 +0000)]
Added autoprefixer to watch task in Gruntfile.js
Lonewolf [Sat, 22 Mar 2014 09:32:07 +0000 (15:02 +0530)]
Slider callback fix
Lonewolf [Sat, 22 Mar 2014 08:40:21 +0000 (14:10 +0530)]
Round, Radius, step and normal slider added to kitchen
Lonewolf [Sat, 22 Mar 2014 08:33:06 +0000 (14:03 +0530)]
Sliders added to kitchen page
Lonewolf [Sat, 22 Mar 2014 08:28:06 +0000 (13:58 +0530)]
Sliders js options added
Arthur [Sat, 22 Mar 2014 01:36:53 +0000 (18:36 -0700)]
Fixing Merge
Eric Morris [Fri, 21 Mar 2014 22:15:53 +0000 (15:15 -0700)]
Merge branch 'master' of github.com:zurb/foundation into nearmap-master
Eric Morris [Fri, 21 Mar 2014 22:15:38 +0000 (15:15 -0700)]
Update oneof validation to use new style
Eric Morris [Fri, 21 Mar 2014 22:13:00 +0000 (15:13 -0700)]
Merge branch 'master' of https://github.com/nearmap/foundation into nearmap-master
Conflicts:
js/foundation/foundation.abide.js
Eric Morris [Fri, 21 Mar 2014 22:08:22 +0000 (15:08 -0700)]
Merge pull request #4649 from bejar37/master
[orbit] Adding ability to select first image shown in orbit via active_slide_class
Eric Morris [Fri, 21 Mar 2014 21:57:01 +0000 (14:57 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Eric Morris [Fri, 21 Mar 2014 21:56:51 +0000 (14:56 -0700)]
Change build failure notification address
Mark Hayes [Fri, 21 Mar 2014 21:40:06 +0000 (14:40 -0700)]
fixes build, watch, and missing jst issues with Gruntfile upgrade
Eric Morris [Fri, 21 Mar 2014 18:34:56 +0000 (11:34 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Eric Morris [Fri, 21 Mar 2014 18:34:24 +0000 (11:34 -0700)]
Merge branch 'feature/autoprefixer' of https://github.com/tmugford/foundation into tmugford-feature/autoprefixer
Conflicts:
Gruntfile.js
Eric Morris [Fri, 21 Mar 2014 18:30:12 +0000 (11:30 -0700)]
Merge pull request #4756 from cameronquatman/master
Performance issue with top bar on mobile with touch devices.
Eric Morris [Fri, 21 Mar 2014 18:28:55 +0000 (11:28 -0700)]
Merge pull request #4571 from antonioparisi/master
[Joyride] Enable Joyride to bypass callbacks on close event
Eric Morris [Fri, 21 Mar 2014 18:27:51 +0000 (11:27 -0700)]
Add explicit curly braces on if to maintain code style
Cam Quatman [Fri, 21 Mar 2014 18:05:42 +0000 (14:05 -0400)]
fixed performance issue with top bar on mobile devices when touched with many menu itmes
Eric Morris [Fri, 21 Mar 2014 17:20:20 +0000 (10:20 -0700)]
Merge pull request #4577 from joshuajabbour/accordion-multi-expand
Add support for multi_expand back to accordion.
Eric Morris [Fri, 21 Mar 2014 17:07:51 +0000 (10:07 -0700)]
Merge branch 'interchange-regex' of https://github.com/clyates/foundation into clyates-interchange-regex
Conflicts:
js/foundation/foundation.interchange.js
Eric Morris [Fri, 21 Mar 2014 16:59:34 +0000 (09:59 -0700)]
Fix merge issues
Jonathan Smiley [Fri, 21 Mar 2014 16:30:28 +0000 (09:30 -0700)]
Merge branch 'master' of https://github.com/jonschlinkert/foundation into jonschlinkert-master
Conflicts:
.gitignore
CONTRIBUTING.md
Gruntfile.js
doc/includes/footer.html
doc/includes/offcanvas-nav.html
doc/includes/sidebar.html
doc/layouts/default.html
doc/pages/components/kitchen_sink.html
doc/pages/components/thumbnails.html
doc/pages/components/topbar.html
doc/pages/javascript.html
package.json
Tristan Mugford [Fri, 21 Mar 2014 14:32:53 +0000 (14:32 +0000)]
Re-introduced the $experimental flag and an associated mixin to control the inclusion of experimental or explicitly vendor prefixed properties.
Tristan Mugford [Fri, 21 Mar 2014 14:21:58 +0000 (14:21 +0000)]
Replaced translate3d mixin with standard transform property in _offcanvas.scss
Tristan Mugford [Fri, 21 Mar 2014 14:03:33 +0000 (14:03 +0000)]
Added grunt-autoprefixer and grunt-contrib-cssmin tasks.
Tristan Mugford [Fri, 21 Mar 2014 13:44:40 +0000 (13:44 +0000)]
Removed vendor prefixed properties from doc scss includes.
Tristan Mugford [Thu, 20 Mar 2014 23:17:00 +0000 (23:17 +0000)]
Removed vendor prefixed properties from _offcanvas.scss
Tristan Mugford [Tue, 18 Mar 2014 18:22:58 +0000 (18:22 +0000)]
Removed all vendor prefixed properties from _orbit.scss, with the exception of those that are being used to target WebKit specific bugs.
Tristan Mugford [Tue, 18 Mar 2014 18:21:02 +0000 (18:21 +0000)]
Removed vendor prefixed properties from _xy-center.scss
Tristan Mugford [Tue, 18 Mar 2014 17:01:12 +0000 (17:01 +0000)]
Replaced translate3d mixin with non prefixed property.
Tristan Mugford [Tue, 18 Mar 2014 16:39:23 +0000 (16:39 +0000)]
Replaced prefixed border-radius properties with side-radius mixin in _forms.scss
Tristan Mugford [Tue, 18 Mar 2014 15:26:21 +0000 (15:26 +0000)]
Removed references to the $experimental flag in docs.
Tristan Mugford [Tue, 18 Mar 2014 15:24:04 +0000 (15:24 +0000)]
Removed $experimental definition.
Tristan Mugford [Tue, 18 Mar 2014 14:32:22 +0000 (14:32 +0000)]
Removed WebKit adjacent/general sibling & pseudo class fix. The bug was resolved in Safari 5.1 and Chrome 13.
Tristan Mugford [Mon, 17 Mar 2014 18:15:19 +0000 (18:15 +0000)]
Removed all $experimental blocks.
clyates [Fri, 21 Mar 2014 10:41:49 +0000 (10:41 +0000)]
Update foundation.interchange.js
Use Zurb reggex
Eric Morris [Thu, 20 Mar 2014 23:32:14 +0000 (16:32 -0700)]
Merge pull request #4575 from NikhilKalige/alert-css3-animation-doc-update
Alert css3 animation docs update for PR #4573
Eric Morris [Thu, 20 Mar 2014 23:30:00 +0000 (16:30 -0700)]
Add jQuery animation fallback for IE9.
Eric Morris [Thu, 20 Mar 2014 22:42:20 +0000 (15:42 -0700)]
Merge branch 'alert-css3-animation' of https://github.com/NikhilKalige/foundation into NikhilKalige-alert-css3-animation
Conflicts:
js/foundation/foundation.alert.js
Eric Morris [Thu, 20 Mar 2014 22:24:01 +0000 (15:24 -0700)]
Merge pull request #4716 from gkorban/next_on_click
add next_on_click setting for Orbit
Eric Morris [Thu, 20 Mar 2014 17:45:44 +0000 (10:45 -0700)]
Merge pull request #4739 from tmugford/fix/button-styles-repeated
Removed duplicated padding and font-size properties on button styles
Rafi Benkual [Thu, 20 Mar 2014 16:01:40 +0000 (09:01 -0700)]
Update orbit timer description
Tristan Mugford [Thu, 20 Mar 2014 12:56:42 +0000 (12:56 +0000)]
Removed duplicated padding and font-size properties on button styles, and removed a commented line which was appearing in the compiled stylesheet.
Eric Morris [Wed, 19 Mar 2014 21:30:27 +0000 (14:30 -0700)]
Merge branch 'type-align-mixin-duplication-fix' of https://github.com/NikhilKalige/foundation into NikhilKalige-type-align-mixin-duplication-fix
Conflicts:
scss/foundation/components/_type.scss
Eric Morris [Wed, 19 Mar 2014 20:53:37 +0000 (13:53 -0700)]
Update inline form label alignment formula.
Eric Morris [Wed, 19 Mar 2014 18:14:02 +0000 (11:14 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Eric Morris [Wed, 19 Mar 2014 18:13:53 +0000 (11:13 -0700)]
Defer equalizer execution until images are loaded.
Eric Morris [Wed, 19 Mar 2014 18:06:45 +0000 (11:06 -0700)]
Merge pull request #4617 from alandaguegreene/limited-legacy-visibility-classes
Limit legacy visibility classes to legacy breakpoints
Eric Morris [Wed, 19 Mar 2014 17:19:48 +0000 (10:19 -0700)]
Remove meta styles from html-global-classes scope to ensure that they're always included.
Eric Morris [Wed, 19 Mar 2014 16:43:27 +0000 (09:43 -0700)]
Merge branch 'master' of github.com:zurb/foundation
Eric Morris [Wed, 19 Mar 2014 16:43:14 +0000 (09:43 -0700)]
Change $align-block-grid-to-grid to `false !default`.
Eric Morris [Wed, 19 Mar 2014 16:34:27 +0000 (09:34 -0700)]
Merge pull request #4728 from NikhilKalige/offcanvas-js-refractor-5.2.1
Offcanvas js refractor for 5.2.1
Eric Morris [Wed, 19 Mar 2014 16:24:49 +0000 (09:24 -0700)]
Remove invalid HTML in docs example
Lonewolf [Wed, 19 Mar 2014 13:40:47 +0000 (19:10 +0530)]
Enable clicks inside offcanvas
Lonewolf [Wed, 19 Mar 2014 13:35:10 +0000 (19:05 +0530)]
Syntax error fix
Lonewolf [Wed, 19 Mar 2014 12:46:45 +0000 (18:16 +0530)]
Removed repeated exit-offcanvas handler
Lonewolf [Wed, 19 Mar 2014 12:45:40 +0000 (18:15 +0530)]
Adding function to replace repeated lines
Lonewolf [Wed, 19 Mar 2014 12:42:26 +0000 (18:12 +0530)]
Adding remove and toggle class functions
Eric Morris [Wed, 19 Mar 2014 00:12:23 +0000 (17:12 -0700)]
Merge pull request #4590 from syko/master
Add active_class to dropdown button as well
Eric Morris [Tue, 18 Mar 2014 23:49:30 +0000 (16:49 -0700)]
Merge pull request #4610 from ElliottJRo/master
Allow '#/home/start' magellen targets
Eric Morris [Tue, 18 Mar 2014 23:44:16 +0000 (16:44 -0700)]
Merge pull request #4595 from serglo/patch-3
Add variable to control button border-color
Caleb Winters [Tue, 18 Mar 2014 23:43:45 +0000 (16:43 -0700)]
Merge pull request #4632 from Xarieyle/patch-1
Fix Duble scroll if using Pizza Pie
Eric Morris [Tue, 18 Mar 2014 23:26:55 +0000 (16:26 -0700)]
Merge branch 'master' of https://github.com/adaddeo/foundation into adaddeo-master
Conflicts:
js/foundation/foundation.abide.js
clyates [Tue, 18 Mar 2014 23:18:28 +0000 (23:18 +0000)]
Update foundation.interchange.js
Use regex literal to remove need for regex var
New regex tests for an image extension at the end of path
Eric Morris [Tue, 18 Mar 2014 23:17:31 +0000 (16:17 -0700)]
Merge pull request #4378 from LaunchEngine/master
Added a 'validate' event to Foundation.libs.abide
Eric Morris [Tue, 18 Mar 2014 23:00:36 +0000 (16:00 -0700)]
Merge pull request #4719 from kevcha/joyride-doc-defaults
Update JS options in joyride documentation
kevcha [Tue, 18 Mar 2014 14:14:11 +0000 (15:14 +0100)]
Update JS options in joyride documentation
Glenn Korban [Mon, 17 Mar 2014 23:42:36 +0000 (16:42 -0700)]
add next_on_click setting for Orbit
Eric Morris [Mon, 17 Mar 2014 23:11:09 +0000 (16:11 -0700)]
Update Interchange regex to allow cache-breaks.
Eric Morris [Mon, 17 Mar 2014 22:41:08 +0000 (15:41 -0700)]
Merge pull request #4715 from voku/patch-clearing_v3
fixed: "carousel" with only one "li" (+ using "S" selector)