]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/log
thirdparty/foundation/foundation-emails.git
10 years agoRenaming repo for Emails.
jeaniec [Wed, 18 Feb 2015 23:02:01 +0000 (15:02 -0800)] 
Renaming repo for Emails.

10 years agoChanges to subcolumns function and added optional parameters.
Jeanie Chung [Wed, 18 Feb 2015 22:25:19 +0000 (14:25 -0800)] 
Changes to subcolumns function and added optional parameters.

10 years agoChanges to column calculations if someone did not put in size attributes. Gulp now...
Jeanie Chung [Wed, 18 Feb 2015 21:44:08 +0000 (13:44 -0800)] 
Changes to column calculations if someone did not put in size attributes. Gulp now has 'inject-mq' task to put media queries in the header.

10 years agoAdded functionality to trim whitespace in elements.
Jeanie Chung [Wed, 18 Feb 2015 19:07:38 +0000 (11:07 -0800)] 
Added functionality to trim whitespace in elements.

10 years agoAdded spec and functionality for deeply nested elements within the grid.
Jeanie Chung [Wed, 18 Feb 2015 18:47:09 +0000 (10:47 -0800)] 
Added spec and functionality for deeply nested elements within the grid.

10 years agoSlight changes to inky spect file.
Jeanie Chung [Wed, 18 Feb 2015 02:45:35 +0000 (18:45 -0800)] 
Slight changes to inky spect file.

10 years agoAdded some more documentation for various utility functions.
Jeanie Chung [Wed, 18 Feb 2015 02:41:04 +0000 (18:41 -0800)] 
Added some more documentation for various utility functions.

10 years agoChanges to gulpfile to make exporting inky index.js easier. Added inline lists and...
Jeanie Chung [Wed, 18 Feb 2015 02:37:05 +0000 (18:37 -0800)] 
Changes to gulpfile to make exporting inky index.js easier. Added inline lists and some corrections to how columns nest items in td elements. :cool: :cool: :cool:

10 years agoRefactored custom tags.
Jeanie Chung [Wed, 18 Feb 2015 01:07:05 +0000 (17:07 -0800)] 
Refactored custom tags.

10 years agoMore specs for grid.
Jeanie Chung [Wed, 18 Feb 2015 00:32:23 +0000 (16:32 -0800)] 
More specs for grid.

10 years agoModified column parser to return output individually rather than in groups.
Jeanie Chung [Wed, 18 Feb 2015 00:28:10 +0000 (16:28 -0800)] 
Modified column parser to return output individually rather than in groups.

10 years agoupdated scss :)
Tim Hartwick [Tue, 17 Feb 2015 23:52:39 +0000 (15:52 -0800)] 
updated scss :)

10 years agoAdded some more spec tests for the grid. Added subcolumn functionality.
Jeanie Chung [Tue, 17 Feb 2015 23:35:18 +0000 (15:35 -0800)] 
Added some more spec tests for the grid. Added subcolumn functionality.

10 years agoAdding inky parser to repo.
Jeanie Chung [Tue, 17 Feb 2015 22:54:02 +0000 (14:54 -0800)] 
Adding inky parser to repo.

10 years agoChanges to spec file.
Jeanie Chung [Tue, 17 Feb 2015 22:53:15 +0000 (14:53 -0800)] 
Changes to spec file.

10 years agoMajor refactoring to parser. Extracted it out to be its own node module and beginning...
Jeanie Chung [Tue, 17 Feb 2015 21:46:40 +0000 (13:46 -0800)] 
Major refactoring to parser. Extracted it out to be its own node module and beginning of unit tests to check that syntax is correct.

10 years agoChanged else if into a switch statement for cleanliness and performance.
Jeanie Chung [Tue, 17 Feb 2015 00:37:42 +0000 (16:37 -0800)] 
Changed else if into a switch statement for cleanliness and performance.

10 years agoMajor refactoring done to take into account nested elements. Some commenting for...
Jeanie Chung [Tue, 17 Feb 2015 00:21:22 +0000 (16:21 -0800)] 
Major refactoring done to take into account nested elements. Some commenting for the functions as well.

10 years agoAdded a nested components function for nested buttons inside panels. Will refactor...
Jeanie Chung [Fri, 30 Jan 2015 19:33:54 +0000 (11:33 -0800)] 
Added a nested components function for nested buttons inside panels. Will refactor later on into a nicer recursive function. For now, we will just have to deal with 'var buttSize'.

10 years agoRecreation of sidebar hero template.
Jeanie Chung [Thu, 29 Jan 2015 23:57:47 +0000 (15:57 -0800)] 
Recreation of sidebar hero template.

10 years agoChanged gulpfile to start working towards deploy task and injecting media queries...
Jeanie Chung [Thu, 29 Jan 2015 21:50:21 +0000 (13:50 -0800)] 
Changed gulpfile to start working towards deploy task and injecting media queries into head.

10 years agoFixed extra wrapper classes being inserted. Cheerio counts each tag (open/close)...
Jeanie Chung [Wed, 28 Jan 2015 23:49:32 +0000 (15:49 -0800)] 
Fixed extra wrapper classes being inserted. Cheerio counts each tag (open/close) as an object instead of individual ones, so after doing some fancy math and exceptions, we are now only counting individual column elements instead of their tag pairs.

10 years agoAdded sourcecode for inky prime task.
Jeanie Chung [Wed, 28 Jan 2015 22:28:34 +0000 (14:28 -0800)] 
Added sourcecode for inky prime task.

10 years agoChanged method name to something better so that it doesn't read 'grab body'
Jeanie Chung [Wed, 28 Jan 2015 22:13:07 +0000 (14:13 -0800)] 
Changed method name to something better so that it doesn't read 'grab body'

10 years agoLaid groundwork for using gulp task in order to parse out foundation for email syntax.
Jeanie Chung [Wed, 28 Jan 2015 22:11:41 +0000 (14:11 -0800)] 
Laid groundwork for using gulp task in order to parse out foundation for email syntax.

10 years agoAdded panel and button elements. First attempt at prototyping a layout with new syntax.
Jeanie Chung [Tue, 27 Jan 2015 23:12:05 +0000 (15:12 -0800)] 
Added panel and button elements. First attempt at prototyping a layout with new syntax.

10 years agoAdded functionality to include column classes once rendered.
Jeanie Chung [Tue, 27 Jan 2015 18:50:01 +0000 (10:50 -0800)] 
Added functionality to include column classes once rendered.

10 years agoAdded DOCTYPE to index.html so that media queries somehow magically work. Changed...
Jeanie Chung [Tue, 27 Jan 2015 18:42:56 +0000 (10:42 -0800)] 
Added DOCTYPE to index.html so that media queries somehow magically work. Changed col creator to account for new syntax of columns.

10 years agoMerge branch 'master' of https://github.com/zurb/foundation-email
Tim Hartwick [Tue, 27 Jan 2015 18:39:15 +0000 (10:39 -0800)] 
Merge branch 'master' of https://github.com/zurb/foundation-email

10 years agocommitted tims magic markup
Tim Hartwick [Tue, 27 Jan 2015 18:39:04 +0000 (10:39 -0800)] 
committed tims magic markup

10 years agoUpdated col.js to reflect new scss classes.
Jeanie Chung [Tue, 27 Jan 2015 00:03:44 +0000 (16:03 -0800)] 
Updated col.js to reflect new scss classes.

10 years agoadded sidebar.html to illustrate syntax. it's not the prettiest, but it'll do.
Tim Hartwick [Mon, 26 Jan 2015 20:07:40 +0000 (12:07 -0800)] 
added sidebar.html to illustrate syntax. it's not the prettiest, but it'll do.

10 years agofixed rogue '.' in offest class
Tim Hartwick [Mon, 26 Jan 2015 19:47:11 +0000 (11:47 -0800)] 
fixed rogue '.' in offest class

10 years agoAdded 'center' syntax in example.
Jeanie Chung [Mon, 26 Jan 2015 19:00:02 +0000 (11:00 -0800)] 
Added 'center' syntax in example.

10 years agoFix scss merge.:
Jeanie Chung [Mon, 26 Jan 2015 18:52:48 +0000 (10:52 -0800)] 
Fix scss merge.:

10 years agoAdded functionality to automatically distribute columns evenly. Created new attribute...
Jeanie Chung [Mon, 26 Jan 2015 18:52:06 +0000 (10:52 -0800)] 
Added functionality to automatically distribute columns evenly. Created new attribute 'num' to explicitly declare width of columns.

10 years agorevised sass. large and small grids are alivegit pull minimized funcitons.
Tim Hartwick [Mon, 26 Jan 2015 18:40:46 +0000 (10:40 -0800)] 
revised sass. large and small grids are alivegit pull minimized funcitons.

10 years agoAdded 'expander' class into columns.
Jeanie Chung [Fri, 23 Jan 2015 21:38:12 +0000 (13:38 -0800)] 
Added 'expander' class into columns.

10 years agoChanges to gulpfile so that work can be done on the html parser. Basic syntax layout...
Jeanie Chung [Fri, 23 Jan 2015 21:34:51 +0000 (13:34 -0800)] 
Changes to gulpfile so that work can be done on the html parser. Basic syntax layout for main table, row, and columns.

10 years agoAdded js directory to start working on INKY TRANSFORMER.
Jeanie Chung [Fri, 23 Jan 2015 00:42:11 +0000 (16:42 -0800)] 
Added js directory to start working on INKY TRANSFORMER.

10 years agoAdded Inky on the basic working HTML because Long Live Inky.
Jeanie Chung [Thu, 22 Jan 2015 01:05:55 +0000 (17:05 -0800)] 
Added Inky on the basic working HTML because Long Live Inky.

10 years agoTook out nonsense from index.html
Jeanie Chung [Thu, 22 Jan 2015 00:58:16 +0000 (16:58 -0800)] 
Took out nonsense from index.html

10 years agoAdded README, CONTRIBUTING, and LICENSE.
Jeanie Chung [Thu, 22 Jan 2015 00:56:51 +0000 (16:56 -0800)] 
Added README, CONTRIBUTING, and LICENSE.

10 years agomerge
Jeanie Chung [Thu, 22 Jan 2015 00:51:26 +0000 (16:51 -0800)] 
merge

10 years agoAdded initial README file. Added npm logs to .gitignore.
Jeanie Chung [Thu, 22 Jan 2015 00:50:22 +0000 (16:50 -0800)] 
Added initial README file. Added npm logs to .gitignore.

10 years agoFailed install
Brandon Arnold [Thu, 22 Jan 2015 00:43:55 +0000 (16:43 -0800)] 
Failed install

10 years agoFixed package.json file.
Jeanie Chung [Thu, 22 Jan 2015 00:43:24 +0000 (16:43 -0800)] 
Fixed package.json file.

10 years agoInitial commit for Foundation for Emails v2. :octopus:
Jeanie Chung [Thu, 22 Jan 2015 00:38:48 +0000 (16:38 -0800)] 
Initial commit for Foundation for Emails v2. :octopus:

10 years agoUpdating License date
Arthur [Mon, 22 Dec 2014 18:28:08 +0000 (10:28 -0800)] 
Updating License date

11 years agoMerge pull request #101 from pracucci/fix-double-quotes
Rafi [Mon, 29 Sep 2014 18:35:35 +0000 (22:35 +0400)] 
Merge pull request #101 from pracucci/fix-double-quotes

Remove unnecessary double-quotes fixes MailChimp CSS inliner and Gmail

11 years agoRemove '&' in order to avoid issues with escaping 101/head
Marco Pracucci [Mon, 28 Jul 2014 13:56:09 +0000 (15:56 +0200)] 
Remove '&' in order to avoid issues with escaping

11 years agoRemove unnecessary double-quotes fixes MailChimp CSS inliner and Gmail
Marco Pracucci [Fri, 25 Jul 2014 10:00:16 +0000 (12:00 +0200)] 
Remove unnecessary double-quotes fixes MailChimp CSS inliner and Gmail

11 years agoMerge branch 'master' of github.com:zurb/ink
Eric Morris [Tue, 6 May 2014 21:00:40 +0000 (14:00 -0700)] 
Merge branch 'master' of github.com:zurb/ink

11 years agoDocument conditional comment requirement for visibility classes
Eric Morris [Tue, 6 May 2014 21:00:14 +0000 (14:00 -0700)] 
Document conditional comment requirement for visibility classes

11 years agoAdd default Grunt task
Eric Morris [Tue, 6 May 2014 20:55:40 +0000 (13:55 -0700)] 
Add default Grunt task

11 years agoMerge pull request #76 from jglovier/patch-1
Eric Morris [Tue, 6 May 2014 16:49:56 +0000 (09:49 -0700)] 
Merge pull request #76 from jglovier/patch-1

add comments explaining reset for .ExternalClass

11 years agoclarify Outlook.com/Hotmail 76/head
Joel Glovier [Thu, 17 Apr 2014 18:05:26 +0000 (14:05 -0400)] 
clarify Outlook.com/Hotmail

11 years agoadd comments explaining reset for ExternalClass
Joel Glovier [Thu, 17 Apr 2014 16:31:12 +0000 (12:31 -0400)] 
add comments explaining reset for ExternalClass

11 years agoMerge pull request #43 from UTCWebDev/patch-1
Eric Morris [Tue, 18 Mar 2014 16:43:44 +0000 (09:43 -0700)] 
Merge pull request #43 from UTCWebDev/patch-1

expand .button a to fill width of parent

11 years agoMerge pull request #62 from jmtame/patch-1
Eric Morris [Thu, 27 Feb 2014 00:39:10 +0000 (16:39 -0800)] 
Merge pull request #62 from jmtame/patch-1

Update ink.css

11 years agoUpdate ink.css 62/head
jared tame [Wed, 26 Feb 2014 22:51:38 +0000 (14:51 -0800)] 
Update ink.css

Allow paragraphs to be center-aligned

11 years agoMerge pull request #57 from phillipalexander/fix-copyright-year
Eric Morris [Wed, 5 Feb 2014 22:33:21 +0000 (14:33 -0800)] 
Merge pull request #57 from phillipalexander/fix-copyright-year

Fix outdated copyright year (update to 2014)

11 years agoFix outdated copyright year (update to 2014) 57/head
Phillip Alexander [Tue, 4 Feb 2014 18:09:09 +0000 (10:09 -0800)] 
Fix outdated copyright year (update to 2014)

The copyright year was out of date. Copyright notices must reflect the current year. This commit updates the listed year to 2014.

see: http://www.copyright.gov/circs/circ01.pdf for more info

11 years agoFix typo in changelog
Eric Morris [Thu, 9 Jan 2014 00:23:01 +0000 (16:23 -0800)] 
Fix typo in changelog

11 years agoBump to version 1.0.5 v1.0.5
Eric Morris [Thu, 9 Jan 2014 00:19:33 +0000 (16:19 -0800)] 
Bump to version 1.0.5

11 years agoUpdate change log
Eric Morris [Thu, 9 Jan 2014 00:19:22 +0000 (16:19 -0800)] 
Update change log

11 years agoAdd full-width row example to docs.
Eric Morris [Mon, 6 Jan 2014 21:59:46 +0000 (13:59 -0800)] 
Add full-width row example to docs.

11 years agoSimplify headings in block-grid section of docs.
Eric Morris [Mon, 6 Jan 2014 20:02:27 +0000 (12:02 -0800)] 
Simplify headings in block-grid section of docs.

11 years agoAdd lede class for <p> tags
Eric Morris [Mon, 6 Jan 2014 19:52:38 +0000 (11:52 -0800)] 
Add lede class for <p> tags

11 years agoNormalize font rendering in Outlook
Eric Morris [Mon, 6 Jan 2014 19:52:19 +0000 (11:52 -0800)] 
Normalize font rendering in Outlook

11 years agoMove Geshi to vendor folder
Eric Morris [Mon, 6 Jan 2014 18:34:36 +0000 (10:34 -0800)] 
Move Geshi to vendor folder

11 years agoRemove proprietary unsubscribe tags from templates and examples
Eric Morris [Mon, 6 Jan 2014 18:25:20 +0000 (10:25 -0800)] 
Remove proprietary unsubscribe tags from templates and examples

11 years agoChange includes to assemble in Grunt task definitions
Eric Morris [Mon, 6 Jan 2014 17:47:30 +0000 (09:47 -0800)] 
Change includes to assemble in Grunt task definitions

11 years agoadds Assemble to build templates, removes grunt-includes 49/head
Jon Schlinkert [Sun, 5 Jan 2014 16:17:40 +0000 (11:17 -0500)] 
adds Assemble to build templates, removes grunt-includes

11 years agoAdd Firefox hack to docs examples to restore responsive grid behavior in the browser.
Eric Morris [Fri, 3 Jan 2014 22:45:19 +0000 (14:45 -0800)] 
Add Firefox hack to docs examples to restore responsive grid behavior in the browser.

11 years agoFix panel subtitles in docs.
Eric Morris [Fri, 3 Jan 2014 22:44:41 +0000 (14:44 -0800)] 
Fix panel subtitles in docs.

11 years agoFix typo in compatibility chart for retina images section of docs.
Eric Morris [Fri, 3 Jan 2014 22:42:12 +0000 (14:42 -0800)] 
Fix typo in compatibility chart for retina images section of docs.

11 years agoFix some typos and formatting errors in troubleshooting section.
Eric Morris [Fri, 3 Jan 2014 22:41:42 +0000 (14:41 -0800)] 
Fix some typos and formatting errors in troubleshooting section.

11 years agoAdd troubleshooting section to the docs to talk about DOCTYPE + ESP interaction
Eric Morris [Fri, 3 Jan 2014 22:17:21 +0000 (14:17 -0800)] 
Add troubleshooting section to the docs to talk about DOCTYPE + ESP interaction

11 years agoAdd sending section to the docs to talk about ESPs
Eric Morris [Fri, 3 Jan 2014 21:51:08 +0000 (13:51 -0800)] 
Add sending section to the docs to talk about ESPs

11 years agoAdd more panel examples to docs, including example with nested sub-grid
Eric Morris [Fri, 3 Jan 2014 21:15:55 +0000 (13:15 -0800)] 
Add more panel examples to docs, including example with nested sub-grid

11 years agoAdd .sub-grid class to enable the use of sub-columns in panels
Eric Morris [Fri, 3 Jan 2014 19:47:52 +0000 (11:47 -0800)] 
Add .sub-grid class to enable the use of sub-columns in panels

11 years agoRemove important declaration for sub-columns and add sub-columns width overrides...
Eric Morris [Fri, 3 Jan 2014 19:24:05 +0000 (11:24 -0800)] 
Remove important declaration for sub-columns and add sub-columns width overrides to media query

11 years agoAdd min-width to body to force 100% rendering on iPad
Eric Morris [Fri, 3 Jan 2014 00:08:51 +0000 (16:08 -0800)] 
Add min-width to body to force 100% rendering on iPad

11 years agoexpand .button a to fill width of parent 43/head
UTCWebDev [Thu, 19 Dec 2013 17:07:20 +0000 (12:07 -0500)] 
expand .button a to fill width of parent

.button a is confusing because only the text is linked, though the full table has hover effect. This is confusing because the the user sees the hover change or clicks somewhere on the button, but there is no active/clickable link unless the cursor is over the linked text.

11 years agoChange p spacing from padding to margin for more consistent performance
Eric Morris [Thu, 12 Dec 2013 23:42:45 +0000 (15:42 -0800)] 
Change p spacing from padding to margin for more consistent performance

11 years agoIncrease specificity on .expander media query and decrease size from 9999px to 1px
Eric Morris [Wed, 11 Dec 2013 19:57:17 +0000 (11:57 -0800)] 
Increase specificity on .expander media query and decrease size from 9999px to 1px

11 years agoMerge pull request #39 from ulinaaron/patch-1
Eric Morris [Wed, 11 Dec 2013 18:31:01 +0000 (10:31 -0800)] 
Merge pull request #39 from ulinaaron/patch-1

Update example titles to reflect actual class names

11 years agoUpdate example titles to reflect actual class names 39/head
Aaron Mazade [Wed, 11 Dec 2013 17:08:35 +0000 (12:08 -0500)] 
Update example titles to reflect actual class names

The example padding headings were not matching up with the actual class names.

11 years agoAdd offset grid classes to docs
Eric Morris [Tue, 10 Dec 2013 18:23:11 +0000 (10:23 -0800)] 
Add offset grid classes to docs

11 years agoRemove offset-sub-columns to avoid percentage-based padding
Eric Morris [Tue, 10 Dec 2013 18:03:01 +0000 (10:03 -0800)] 
Remove offset-sub-columns to avoid percentage-based padding

11 years agoReplace all double spaces between sentences in docs with single space for consistency
Eric Morris [Tue, 10 Dec 2013 17:57:14 +0000 (09:57 -0800)] 
Replace all double spaces between sentences in docs with single space for consistency

11 years agoAdd Gamil layout caveat to retina images section
Eric Morris [Tue, 10 Dec 2013 17:39:22 +0000 (09:39 -0800)] 
Add Gamil layout caveat to retina images section

11 years agoRemove .sass-cache directory and add to .gitignore
Eric Morris [Tue, 10 Dec 2013 17:31:08 +0000 (09:31 -0800)] 
Remove .sass-cache directory and add to .gitignore

11 years agoUpdating HR on docs page
Arthur [Wed, 4 Dec 2013 00:46:59 +0000 (16:46 -0800)] 
Updating HR on docs page

11 years agoAdding anchor tag for training section in docs
Arthur [Wed, 4 Dec 2013 00:38:38 +0000 (16:38 -0800)] 
Adding anchor tag for training section in docs

11 years agoMerge pull request #32 from rjocoleman/maxwidth_center
Eric Morris [Tue, 3 Dec 2013 21:18:46 +0000 (13:18 -0800)] 
Merge pull request #32 from rjocoleman/maxwidth_center

Reduce min-width for <center> elements within a .panel

11 years agomin-width for .panel center alignment 32/head
Robert Coleman [Thu, 28 Nov 2013 05:38:26 +0000 (18:38 +1300)] 
min-width for .panel center alignment

11 years agoMerge pull request #29 from lotsofcode/master
Eric Morris [Tue, 26 Nov 2013 23:23:38 +0000 (15:23 -0800)] 
Merge pull request #29 from lotsofcode/master

Removed invalid trailing comma from .one class

11 years agoLower specificity on .panel to allow their use on divs.
Eric Morris [Tue, 26 Nov 2013 20:50:14 +0000 (12:50 -0800)] 
Lower specificity on .panel to allow their use on divs.