forked from wet-boew/wet-boew
-
Notifications
You must be signed in to change notification settings - Fork 0
v3.1.0 release notes
Thomas Gohard edited this page Jul 3, 2013
·
44 revisions
- Release date: 2013-04-11
-
Downloads
- Source code (Git tag: v3.1.0-release-src)
- Production files (Git tag: v3.1.0-release-dist)
As always, be on the lookout for broken layouts and functionality when upgrading, and test thoroughly
- Old page top script section to split jQuery version to support release of jQuery 2.0 dropping support for oldIE
<script src="../dist/js/jquery.min.js"></script>
<!--[if lte IE 8]>
<script src="../dist/js/polyfills/html5shiv-min.js"></script>
<link rel="stylesheet" href="../dist/grids/css/util-ie-min.css" />
<link rel="stylesheet" href="../dist/js/css/pe-ap-ie-min.css" />
<link rel="stylesheet" href="../dist/theme-gcwu-fegc/css/theme-ie-min.css" />
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="../dist/grids/css/util-min.css" />
<link rel="stylesheet" href="../dist/js/css/pe-ap-min.css" />
<link rel="stylesheet" href="../dist/theme-gcwu-fegc/css/theme-min.css" />
<!--<![endif]-->
<!--[if lte IE 8]>
<script src="../dist/js/jquery-ie.min.js"></script>
<script src="../dist/js/polyfills/html5shiv-min.js"></script>
<link rel="stylesheet" href="../dist/grids/css/util-ie-min.css" />
<link rel="stylesheet" href="../dist/js/css/pe-ap-ie-min.css" />
<link rel="stylesheet" href="../dist/theme-gcwu-fegc/css/theme-ie-min.css" />
<noscript><link rel="stylesheet" href="../dist/theme-gcwu-fegc/css/theme-ns-ie-min.css" /></noscript>
<![endif]-->
<!--[if gt IE 8]><!-->
<script src="../dist/js/jquery.min.js"></script>
<link rel="stylesheet" href="../dist/grids/css/util-min.css" />
<link rel="stylesheet" href="../dist/js/css/pe-ap-min.css" />
<link rel="stylesheet" href="../dist/theme-gcwu-fegc/css/theme-min.css" />
<noscript><link rel="stylesheet" href="../dist/theme-gcwu-fegc/css/theme-ns-min.css" /></noscript>
<!--<![endif]-->
- jQuery Mobile and pe-ap.js split into IE and non-IE versions at page bottom
<!-- ScriptsStart -->
<script src="../dist/theme-gcwu-fegc/js/theme-min.js"></script>
<script src="../dist/js/settings.js"></script>
<script src="../dist/js/pe-ap-min.js"></script>
<!-- ScriptsEnd -->
<!-- ScriptsStart -->
<script src="../dist/js/settings.js"></script>
<!--[if lte IE 8]>
<script src="../dist/theme-gcwu-fegc/js/theme-ie-min.js"></script>
<script src="../dist/js/pe-ap-ie-min.js"></script>
<script src="../dist/js/jquerymobile/jquery.mobile-ie.min.js"></script>
<![endif]-->
<!--[if gt IE 8]><!-->
<script src="../dist/theme-gcwu-fegc/js/theme-min.js"></script>
<script src="../dist/js/pe-ap-min.js"></script>
<script src="../dist/js/jquerymobile/jquery.mobile.min.js"></script>
<!--<![endif]-->
<!-- ScriptsEnd -->
- Multi-column class names now use real numbers instead of written ones in the Grids system (e.g. "column-two" is now "column-2"). To upgrade these classes you can find and replace the following classes
v3.0 | v3.1 |
---|---|
column-two | column-2 |
column-three | column-3 |
column-four | column-4 |
- Slideout tab now uses text instead of images. See the Slideout migration instructions
- Federal Identity Program elements are now SVG-based with an image fallback. The fallback is changed from GIF to PNG
<div id="gcwu-sig">
<div id="gcwu-sig-in">
<div id="gcwu-sig-eng" title="Government of Canada">
<img src="../../dist/theme-gcwu-fegc/images/sig-eng.gif" width="214" height="20" alt="Government of Canada" />
</div>
</div>
</div>
<div id="gcwu-sig">
<div id="gcwu-sig-in">
<object data="../../dist/theme-gcwu-fegc/images/sig-eng.svg" role="img" tabindex="-1" aria-label="Government of Canada" type="image/svg+xml">
<img src="../../dist/theme-gcwu-fegc/images/sig-eng.png" alt="Government of Canada" />
</object>
</div>
</div>
v3.0
<div id="gcwu-wmms">
<div id="gcwu-wmms-in">
<div id="gcwu-wmms-fip" title="Symbol of the Government of Canada">
<img src="../dist/theme-gcwu-fegc/images/wmms.gif" width="126" height="30" alt="Symbol of the Government of Canada" />
</div>
</div>
</div>
<div id="gcwu-wmms">
<div id="gcwu-wmms-in">
<object data="../dist/theme-gcwu-fegc/images/wmms.svg" role="img" tabindex="-1" aria-label="Symbol of the Government of Canada" type="image/svg+xml">
<img src="../dist/theme-gcwu-fegc/images/wmms.png" alt="Symbol of the Government of Canada" />
</object>
</div>
</div>
- jQuery Mobile integrated with desktop view
- Upgraded to newer versions of JQuery Mobile, jQuery, and others
- Mobile view redesign
- Small, medium and large screen support
- Two new generic themes (WET and Base themes)
- Improved Multimedia Player UI
- Geomap
- Responsive Images
- Expand/Collapse All
- Table enhancement (sorting and filtering of tables)
- Design guide
- Improved Tabbed Interface
- Improved Charts and Graphs
- New polyfill for Meter
- Improved Slideout Tab
- Localization for 33 languages
- Slideout Tab is now i18n-compliant
-
Number of commits: 3452 commits
- @pjackson28: 1852 commits
- @nschonni: 529 commits
- @LaurentGoderre: 487 commits
- @patheard: 109 commits
- @duboisp: 98 commits
- @jvanulde: 90 commits
- @jolevesq: 82 commits
- @cfarquharson: 60 commits
- @EricDunsworth: 39 commits
- @berubs: 27 commits
- @atlantiswebconsulting: 23 commits
- @CalvinRodo: 15 commits
- @deniszgonjanin: 11 commits
- unknown: 8 commits
- @eehret: 8 commits
- @jeresiv: 5 commits
- @MaddyDaigle: 3 commits
- @vu-nguyen: 2 commits
- @J-Kat: 1 commit
- Neo: 1 commit
- Sam: 1 commit
- gazzou: 1 commit
- https://github.com/wet-boew/wet-boew/commit/0c5b76a Paul Jackson, 2012-09-28 00:26:31 -0400, Rough cut at a base theme. Still needs a lot of work.
- https://github.com/wet-boew/wet-boew/commit/4cd1814 Paul Jackson, 2012-09-30 05:11:36 -0400, Cleaned up base theme some more. Still needs work.
- https://github.com/wet-boew/wet-boew/commit/9469963 Paul Jackson, 2012-10-01 03:09:27 -0400, Fixed up Base theme.
- https://github.com/wet-boew/wet-boew/commit/4fba4b0 Paul Jackson, 2012-10-01 03:16:40 -0400, Added Base theme working examples to working examples page.
- https://github.com/wet-boew/wet-boew/commit/c4f62d4 Paul Jackson, 2012-10-01 03:36:47 -0400, Tweaked Base theme colours
- https://github.com/wet-boew/wet-boew/commit/9d7da52 Paul Jackson, 2012-10-01 15:29:49 -0400, Cleaned up Base theme some more.
- https://github.com/wet-boew/wet-boew/commit/daec83b Paul Jackson, 2012-10-01 16:40:29 -0400, Added sub-site examples to Base theme (need more work).
- https://github.com/wet-boew/wet-boew/commit/b751142 Laurent Goderre, 2012-10-02 10:27:12 -0400, Fixed build bug caused by the moving of the head files
- https://github.com/wet-boew/wet-boew/commit/d98826d Paul Jackson, 2012-10-02 11:13:57 -0400, Fixed Base theme sub-site examples. Added examples to Base theme with no site menu.
- https://github.com/wet-boew/wet-boew/commit/87f5da2 Maddy Daigle, 2012-10-03 09:23:11 -0300, Fixed the links to the SSI working examples - EN
- https://github.com/wet-boew/wet-boew/commit/e3710aa Maddy Daigle, 2012-10-03 09:26:01 -0300, Updated SSI working examples links - FR
- https://github.com/wet-boew/wet-boew/commit/e2ba74b Paul Jackson, 2012-10-03 23:17:40 -0400, Fixed appending of mobile menu in Base theme.
- https://github.com/wet-boew/wet-boew/commit/b4defe6 Paul Jackson, 2012-10-03 23:35:01 -0400, Renamed Base theme jquery.mobile directory to jquerymobile to fix IIS compatibility issues. Changed Base theme mega menu include file references to .txt to improve compatibility with IIS.
- https://github.com/wet-boew/wet-boew/commit/ff0e1be Paul Jackson, 2012-10-04 01:04:32 -0400, Removed fallback for Base theme mobile search popup since only needed for mobile menu.
- https://github.com/wet-boew/wet-boew/commit/29a5fed Paul Jackson, 2012-10-04 01:38:05 -0400, Reinstated fallback for Base theme search because pre-BB OS7 still has issues with the popup.
- https://github.com/wet-boew/wet-boew/commit/2111642 Paul Jackson, 2012-10-04 02:07:25 -0400, Tweaked fallback approach mobile view menu. Made pre-load/post-load mobile fonts consistent.
- https://github.com/wet-boew/wet-boew/commit/c6659c1 Paul Jackson, 2012-10-04 02:23:59 -0400, Fixed bugs in the Base theme mobile menu fallback mechanism.
- https://github.com/wet-boew/wet-boew/commit/a91f4f2 Paul Jackson, 2012-10-05 15:50:00 -0400, Added Spanish working examples to the Base theme.
- https://github.com/wet-boew/wet-boew/commit/f1eec1d Laurent Goderre, 2012-10-05 16:48:09 -0400, Fixed the page lang7uage for the spanish examples
- https://github.com/wet-boew/wet-boew/commit/6a45986 Laurent Goderre, 2012-10-05 16:54:48 -0400, Added TOC to the base theme index pages
- https://github.com/wet-boew/wet-boew/commit/d841ebb Paul Jackson, 2012-10-08 03:18:14 -0400, Modified Base theme mobile menu design to give more width to buttons, permit wrapping of text, and to visually differentiate between top level and secondary links. Done to address concerns regarding excessive link text truncation, and menu being difficult to scan because all one colour.
- https://github.com/wet-boew/wet-boew/commit/115582f Paul Jackson, 2012-10-08 23:18:34 -0400, Removed Base theme mobile view menu dialog fallback since no longer needed with delayed loading that addresses the JavaScript execution timeout issue.
- https://github.com/wet-boew/wet-boew/commit/be8ab50 Paul Jackson, 2012-10-09 00:37:10 -0400, Removed red link hover colour in base theme.
- https://github.com/wet-boew/wet-boew/commit/bab2fb4 Paul Jackson, 2012-10-09 01:18:33 -0400, Added more white space at the bottom of the Base theme mobile view menu. Added placeholder favicon to Base theme.
- https://github.com/wet-boew/wet-boew/commit/d6bc10b Paul Jackson, 2012-10-09 01:26:56 -0400, Added new Base theme icon to the build folder.
- https://github.com/wet-boew/wet-boew/commit/3ed0edf Paul Jackson, 2012-10-09 01:33:24 -0400, Added missing search button images to Base theme.
- https://github.com/wet-boew/wet-boew/commit/c11dd15 Paul Jackson, 2012-10-09 01:43:24 -0400, Fixed initial loading of Search button in the Base theme spanish mobile view.
- https://github.com/wet-boew/wet-boew/commit/14a9efc Paul Jackson, 2012-10-09 22:03:54 -0400, Fixed rounding of corners for expanded content in Base theme.
- https://github.com/wet-boew/wet-boew/commit/3d91b9d Paul Jackson, 2012-10-10 16:29:07 -0400, Added polyfill and working examples for HTML5 meter element.
- https://github.com/wet-boew/wet-boew/commit/27cf130 Laurent Goderre, 2012-10-10 17:06:06 -0400, JSHinted the meter polyfill
- https://github.com/wet-boew/wet-boew/commit/cf272c9 Laurent Goderre, 2012-10-10 17:28:34 -0400, Fixed issue #533 by adding the polyfill class to dynamically created details summary
- https://github.com/wet-boew/wet-boew/commit/999c763 Paul Jackson, 2012-10-10 17:28:54 -0400, Added polyfill and working examples for HTML5 meter element.
- https://github.com/wet-boew/wet-boew/commit/7cdafa8 Laurent Goderre, 2012-10-10 17:28:54 -0400, JSHinted the meter polyfill
- https://github.com/wet-boew/wet-boew/commit/996ddf1 Nick Schonning, 2012-10-10 17:28:55 -0400, Plugin to use meta date modified value
- https://github.com/wet-boew/wet-boew/commit/b3b001b Paul Jackson, 2012-10-10 19:35:41 -0400, Fixed background colour for nav-current within a mega menu in the Base theme. Fixed some of the Spanish filler content in the Base theme working examples.
- https://github.com/wet-boew/wet-boew/commit/2130213 Paul Jackson, 2012-10-10 20:12:36 -0400, Added HTML5 sessionStorage polyfill
- https://github.com/wet-boew/wet-boew/commit/28c9a45 Paul Jackson, 2012-10-10 21:35:35 -0400, Fixed sessionStorage polyfill working examples.
- https://github.com/wet-boew/wet-boew/commit/a0d3242 Paul Jackson, 2012-10-10 21:41:49 -0400, Made sesionStorage note about cookies more prominent
- https://github.com/wet-boew/wet-boew/commit/ac116ff Paul Jackson, 2012-10-10 23:05:40 -0400, Excluded meter.js and sessionstorage.js from JSHint testing because 3rd party scripts. Fixed display issue on English working examples page.
- https://github.com/wet-boew/wet-boew/commit/ac81913 Paul Jackson, 2012-10-11 00:13:08 -0400, Fixed loading of Meter polyfill
- https://github.com/wet-boew/wet-boew/commit/b4fb588 Nick Schonning, 2012-10-11 11:51:50 -0400, JSHint fix for plugin global
- https://github.com/wet-boew/wet-boew/commit/c423bf8 Nick Schonning, 2012-10-11 15:58:33 -0400, Performance improvements
- https://github.com/wet-boew/wet-boew/commit/1e18491 nschonni, 2012-10-12 00:27:02 -0400, Remove Dead code
- https://github.com/wet-boew/wet-boew/commit/f66e4c5 nschonni, 2012-10-12 00:29:17 -0400, Double to single quotes for JS
- https://github.com/wet-boew/wet-boew/commit/a99176d nschonni, 2012-10-12 00:30:21 -0400, IE8 condition no longer doing anything different
- https://github.com/wet-boew/wet-boew/commit/d823602 Nick Schonning, 2012-10-12 14:59:26 -0400, Adding missing precision point in version number
- https://github.com/wet-boew/wet-boew/commit/5d85928 Pat Heard, 2012-10-12 16:07:51 -0400, Coda slider effect added to tabbed interface
- https://github.com/wet-boew/wet-boew/commit/4b4bd65 Pat Heard, 2012-10-12 16:51:58 -0400, Changed double to single quote
- https://github.com/wet-boew/wet-boew/commit/c8f38c3 nschonni, 2012-10-13 00:36:45 -0400, Pull build properties up to common tasks
- https://github.com/wet-boew/wet-boew/commit/9a03168 nschonni, 2012-10-13 00:49:07 -0400, Clean CSS after default ant task
- https://github.com/wet-boew/wet-boew/commit/dadbef6 nschonni, 2012-10-14 13:37:15 -0400, Remove bad extend call
- https://github.com/wet-boew/wet-boew/commit/f473f82 Nick Schonning, 2012-10-15 15:01:46 -0400, Double quote to single for English i18n
- https://github.com/wet-boew/wet-boew/commit/d77c853 Nick Schonning, 2012-10-15 15:01:59 -0400, Double quote to single for French i18n
- https://github.com/wet-boew/wet-boew/commit/652dd06 Nick Schonning, 2012-10-15 15:02:14 -0400, Double quote to single for Spanish i18n
- https://github.com/wet-boew/wet-boew/commit/a80dd89 Nick Schonning, 2012-10-15 15:04:06 -0400, Adding language name to dictionary headers
- https://github.com/wet-boew/wet-boew/commit/64f7bd2 Nick Schonning, 2012-10-15 15:05:16 -0400, JavaScript embeded HTML keep double quotes
- https://github.com/wet-boew/wet-boew/commit/14c6a15 Nick Schonning, 2012-10-15 15:08:17 -0400, Corrected "pr" to "pt" for Portuguese message loading
- https://github.com/wet-boew/wet-boew/commit/16b9e71 Laurent Goderre, 2012-10-15 15:17:10 -0400, Fix Portuguese loading in formvalid
- https://github.com/wet-boew/wet-boew/commit/476c16e Laurent Goderre, 2012-10-15 16:28:29 -0300, Fixed translation issues with the readme
- https://github.com/wet-boew/wet-boew/commit/d8ffc8b Laurent Goderre, 2012-10-16 17:13:27 -0400, Fixed a display issue on IE7 as mentioned in issue #556
- https://github.com/wet-boew/wet-boew/commit/76d63c0 Nick Schonning, 2012-10-18 11:40:29 -0400, Updated jRuby, Sass, chunkey_png, and Compass
- https://github.com/wet-boew/wet-boew/commit/bfeafd7 Paul Jackson, 2012-10-18 21:58:14 -0400, Manually merged in pull request #570.
- https://github.com/wet-boew/wet-boew/commit/c7aa2d1 Paul Jackson, 2012-10-18 22:01:55 -0400, Identified new Tabbed interface Coda slider (tabs-style-6) as v3.1 Alpha.
- https://github.com/wet-boew/wet-boew/commit/0de9bee Nick Schonning, 2012-10-19 14:35:36 -0400, Allow overriding locator ID for the Modified container
- https://github.com/wet-boew/wet-boew/commit/38c3353 Nick Schonning, 2012-10-19 15:03:55 -0400, Apply changes like PR 585 and 574 for Base theme
- https://github.com/wet-boew/wet-boew/commit/605c31e Nick Schonning, 2012-10-19 15:19:06 -0400, Revert date removal in index-eng.html
- https://github.com/wet-boew/wet-boew/commit/59bded2 Pat Heard, 2012-10-22 10:21:12 -0400, Escape key during active cycle focuses active tab
- https://github.com/wet-boew/wet-boew/commit/033844d Paul Jackson, 2012-10-23 00:18:30 -0400, Added missing line to build-tasks.properties.
- https://github.com/wet-boew/wet-boew/commit/9055407 Nick Schonning, 2012-10-23 00:32:22 -0400, Convert css imports to Sass imports
- https://github.com/wet-boew/wet-boew/commit/0c78ab3 Eric Dunsworth, 2012-10-23 12:20:18 -0400, Fixed ID duplication/naming issues in working examples index pages.
- https://github.com/wet-boew/wet-boew/commit/6c2a19b Nick Schonning, 2012-10-24 16:26:01 -0400, Added check for using Date Modified as version
- https://github.com/wet-boew/wet-boew/commit/8c1c5f9 Pat Heard, 2012-10-24 16:35:20 -0400, Inital working copy of the toggledetails plugin
- https://github.com/wet-boew/wet-boew/commit/05aec8d Nick Schonning, 2012-10-24 16:39:24 -0400, Incorporate #609 and #611 for Base theme
- https://github.com/wet-boew/wet-boew/commit/730896f Pat Heard, 2012-10-25 16:01:06 -0400, Cross-browser tested and examples updated
- https://github.com/wet-boew/wet-boew/commit/635baa8 Pat Heard, 2012-10-25 16:05:03 -0400, New build files generated
- https://github.com/wet-boew/wet-boew/commit/88e30fb Pat Heard, 2012-10-25 16:36:09 -0400, Fixed name of settings.js override var
- https://github.com/wet-boew/wet-boew/commit/907b37a Pat Heard, 2012-10-25 17:48:05 -0400, Fixed is/setOpen() to use this._open
- https://github.com/wet-boew/wet-boew/commit/c2285fd Paul Jackson, 2012-10-26 15:31:53 -0400, Tweaked fullhd colour in base theme to make area more noticeable.
- https://github.com/wet-boew/wet-boew/commit/405837f Laurent Goderre, 2012-10-26 16:25:04 -0400, Changed the base theme favicon to the WET logo
- https://github.com/wet-boew/wet-boew/commit/1c199bc Laurent Goderre, 2012-10-26 16:26:01 -0400, Changed the background color of the top section to a darker grey.
- https://github.com/wet-boew/wet-boew/commit/91e0048 Laurent Goderre, 2012-10-26 16:40:16 -0400, Updated the base theme favicon to a more optimized one.
- https://github.com/wet-boew/wet-boew/commit/a7fffe5 Paul Jackson, 2012-10-26 21:16:43 -0400, Tweaked base theme fullhd colour.
- https://github.com/wet-boew/wet-boew/commit/0ccc5fa Paul Jackson, 2012-10-26 21:24:21 -0400, Fixed background in Base theme mega menu.
- https://github.com/wet-boew/wet-boew/commit/c1bfee7 Paul Jackson, 2012-10-26 23:23:38 -0400, Forced Base theme mobile view footer to be two columns wide to avoid button truncation.
- https://github.com/wet-boew/wet-boew/commit/34b0e0d Paul Jackson, 2012-10-26 23:39:35 -0400, Tweaked Base theme mobile view footer CSS.
- https://github.com/wet-boew/wet-boew/commit/6804832 Paul Jackson, 2012-10-27 01:14:01 -0400, Fixed hover/focus colour and background colour of nav-current in Base theme menu bar.
- https://github.com/wet-boew/wet-boew/commit/aee0236 Paul Jackson, 2012-10-27 20:38:18 -0400, Standardized Base theme default link colours between desktop and mobile views.
- https://github.com/wet-boew/wet-boew/commit/8414d68 Nick Schonning, 2012-10-31 15:22:45 -0400, Change Base theme to underscore dependencies
- https://github.com/wet-boew/wet-boew/commit/3188cf1 Nick Schonning, 2012-11-02 17:03:29 -0400, Apply #649 changes to base theme
- https://github.com/wet-boew/wet-boew/commit/f88997f Nick Schonning, 2012-11-04 16:37:57 -0500, Replace sessionstorage polyfill with unminified
- https://github.com/wet-boew/wet-boew/commit/97d994a Nick Schonning, 2012-11-06 10:43:20 -0500, Add meter to includes for pe-ap css file
- https://github.com/wet-boew/wet-boew/commit/f77a406 Nick Schonning, 2012-11-07 10:58:59 -0500, Add meter to includes to pe-ap-ie
- https://github.com/wet-boew/wet-boew/commit/ad9d325 Laurent Goderre, 2012-11-08 16:27:03 -0500, Add rel="external" for external links on the base theme
- https://github.com/wet-boew/wet-boew/commit/03dff91 Paul Jackson, 2012-11-13 22:37:29 -0500, Enabled Base theme menu links and search field to be visible in mobile view when PE is disabled.
- https://github.com/wet-boew/wet-boew/commit/e2784ba Paul Jackson, 2012-11-15 20:44:25 -0500, Merged in pull request #626 to improve expand/collapse all.
- https://github.com/wet-boew/wet-boew/commit/f9e373c Paul Jackson, 2012-11-15 21:37:45 -0500, Fixed issues identified in #556
- https://github.com/wet-boew/wet-boew/commit/0967c7a Nick Schonning, 2012-11-19 11:26:19 -0500, Remove file extension from imports statements
- https://github.com/wet-boew/wet-boew/commit/597cb39 Paul Jackson, 2012-11-20 14:29:36 -0500, Merged in pull request #715.
- https://github.com/wet-boew/wet-boew/commit/b676471 Paul Jackson, 2012-11-20 14:32:11 -0500, Identified new Alternative image title functionality for Lightbox as v3.1 alpha.
- https://github.com/wet-boew/wet-boew/commit/4987a4d Laurent Goderre, 2012-11-22 00:15:52 -0500, Fixed the base theme build name.
- https://github.com/wet-boew/wet-boew/commit/2f6b41b Laurent Goderre, 2012-11-22 00:26:54 -0500, Initial commit for the WET theme
- https://github.com/wet-boew/wet-boew/commit/8e4c9c8 Laurent Goderre, 2012-11-22 13:25:46 -0500, Fixed the build output for IE
- https://github.com/wet-boew/wet-boew/commit/e9dc589 Pat Heard, 2012-11-22 14:45:51 -0500, Added french example and toggledetails.scss
- https://github.com/wet-boew/wet-boew/commit/77d70c8 Pat Heard, 2012-11-22 14:54:48 -0500, Added toggledetails.scss for IE
- https://github.com/wet-boew/wet-boew/commit/aa547f1 Laurent Goderre, 2012-11-25 12:04:55 -0500, Added a no ui (wb-mm-no-ui) class to disable the multimedia player UI
- https://github.com/wet-boew/wet-boew/commit/b3b0abb Chad Farquharson, 2012-11-26 11:46:54 -0800, Design guide
- https://github.com/wet-boew/wet-boew/commit/f666bda Chad Farquharson, 2012-11-26 13:03:15 -0800, Modifications to CSS
- https://github.com/wet-boew/wet-boew/commit/12928b2 Paul Jackson, 2012-11-27 13:05:32 -0500, Added pe:false to global variable declaration so tabbedinterface.js can pass JSHint validation.
- https://github.com/wet-boew/wet-boew/commit/2ef9e9b Paul Jackson, 2012-11-27 13:24:44 -0500, Reduced number of links in Spanish mega menu. Fixed JSHinting ussue in tabbedinterface.js. Fixed building issue with sessionstorage.js.
- https://github.com/wet-boew/wet-boew/commit/d0d6e4c Laurent Goderre, 2012-11-27 14:00:12 -0500, Removed unused/hidden content for demo purposes
- https://github.com/wet-boew/wet-boew/commit/90a7572 Laurent Goderre, 2012-11-27 14:03:23 -0500, Fixed links in the wet-boew to base theme resources
- https://github.com/wet-boew/wet-boew/commit/f24dfaa Laurent Goderre, 2012-11-27 14:08:16 -0500, Fixed the mobile view for the wet-boew theme
- https://github.com/wet-boew/wet-boew/commit/cfe4194 Laurent Goderre, 2012-11-27 15:31:26 -0500, Implemented chad's changes
- https://github.com/wet-boew/wet-boew/commit/07c76b5 Laurent Goderre, 2012-11-27 16:17:30 -0500, Switch the base theme to use the mobile-change class instead of hard coded width
- https://github.com/wet-boew/wet-boew/commit/27b18f0 Laurent Goderre, 2012-11-27 16:35:24 -0500, Switch the wet-boew theme to use the mobile-change class instead of hard coded width
- https://github.com/wet-boew/wet-boew/commit/f079f84 Laurent Goderre, 2012-11-27 17:12:42 -0500, Fixed the mobile change for the base theme
- https://github.com/wet-boew/wet-boew/commit/2c1626f Laurent Goderre, 2012-11-27 17:17:42 -0500, Fixed the mobile change for the wet-boew theme
- https://github.com/wet-boew/wet-boew/commit/8126dce Laurent Goderre, 2012-11-29 12:48:39 -0500, Removed the built files and updated the build script for the wet theme
- https://github.com/wet-boew/wet-boew/commit/2d7849a Laurent Goderre, 2012-11-29 14:02:15 -0500, Fixed resources links for alpha examples
- https://github.com/wet-boew/wet-boew/commit/257fb63 Laurent Goderre, 2012-11-29 14:14:44 -0500, Fixed the build output for the theme base
- https://github.com/wet-boew/wet-boew/commit/d54e16b Paul Jackson, 2012-11-29 21:45:03 -0500, Added placeholder Base theme examples in Bulgarian, Portuguese and Portugues (Brazilian). Also reorganized Base theme working examples page to better accommodate more languages.
- https://github.com/wet-boew/wet-boew/commit/ecd0e91 Chad Farquharson, 2012-11-29 19:27:31 -0800, Demoíng the CSS display-block, display-inline and display-inline-block
- https://github.com/wet-boew/wet-boew/commit/2053944 Chad Farquharson, 2012-11-29 19:34:08 -0800, demoning 3 new styles: display-block, display-inline, display-inline-block
- https://github.com/wet-boew/wet-boew/commit/eedc6f4 Paul Jackson, 2012-11-30 22:01:29 -0500, Restored sessionStorage polyfill loader after v3.0 merge.
- https://github.com/wet-boew/wet-boew/commit/c057341 Paul Jackson, 2012-12-02 22:18:44 -0500, Changed file versions from v3.1.0-a1 to v3.1.0-b1 since next version is expected to be the first beta release.
- https://github.com/wet-boew/wet-boew/commit/89e3649 Paul Jackson, 2012-12-05 14:16:04 -0500, Updated style guide pages.
- https://github.com/wet-boew/wet-boew/commit/b8c3230 Laurent, 2012-12-05 19:03:35 -0500, Fixed the working example script
- https://github.com/wet-boew/wet-boew/commit/d6868fc Paul Jackson, 2012-12-06 15:33:13 -0500, Updated design guide HTML files.
- https://github.com/wet-boew/wet-boew/commit/8a8e8ba Chad Farquharson, 2012-12-09 20:47:45 -0800, Minor text changes
- https://github.com/wet-boew/wet-boew/commit/52b4392 Chad Farquharson, 2012-12-09 20:52:17 -0800, Minor text changes to grids documentation
- https://github.com/wet-boew/wet-boew/commit/1fcca0f Pat Heard, 2012-12-10 16:11:25 -0500, Initial working picture plugin (no IE support)
- https://github.com/wet-boew/wet-boew/commit/2803fc5 Pat Heard, 2012-12-10 16:38:41 -0500, Linted picture.js
- https://github.com/wet-boew/wet-boew/commit/be10bf9 Eric Dunsworth, 2012-12-10 21:53:10 -0500, Fixed various broken links and renamed "Multi-media" to "Multimedia" in Design guide working example pages.
- https://github.com/wet-boew/wet-boew/commit/4bdc939 Joost van Ulden, 2012-12-11 10:03:40 -0800, Initial OpenLayers itegration
- https://github.com/wet-boew/wet-boew/commit/0aba2e5 Laurent Goderre, 2012-12-11 14:19:48 -0500, Added changes from chad.
- https://github.com/wet-boew/wet-boew/commit/8bf83b3 Laurent Goderre, 2012-12-11 14:38:33 -0500, Fixed the links to resources for thr wet theme
- https://github.com/wet-boew/wet-boew/commit/aecbfc5 Laurent Goderre, 2012-12-11 15:21:10 -0500, Switched the logo to white and SVG
- https://github.com/wet-boew/wet-boew/commit/5c6ff90 Laurent Goderre, 2012-12-11 16:10:09 -0500, Fixed validation issues with the wet theme demos
- https://github.com/wet-boew/wet-boew/commit/34b1cdd Laurent Goderre, 2012-12-11 16:28:55 -0500, Reduced the padding for the site title
- https://github.com/wet-boew/wet-boew/commit/ec7fff0 Laurent Goderre, 2012-12-11 16:52:30 -0500, Fixed a display issue in IE 7 for the WET theme
- https://github.com/wet-boew/wet-boew/commit/22414bf Laurent Goderre, 2012-12-11 17:00:23 -0500, Added links to the WET theme.
- https://github.com/wet-boew/wet-boew/commit/0efe8cd Joost van Ulden, 2012-12-11 14:02:05 -0800, Integration of existing Geomap
- https://github.com/wet-boew/wet-boew/commit/e77807d Laurent Goderre, 2012-12-11 17:05:54 -0500, Removed references to the base theme.
- https://github.com/wet-boew/wet-boew/commit/4cf8360 Pat Heard, 2012-12-12 09:51:25 -0500, IE9 fix with commented source elements
- https://github.com/wet-boew/wet-boew/commit/043120a Pat Heard, 2012-12-12 10:11:00 -0500, Made button text more descriptive (requested by #846)
- https://github.com/wet-boew/wet-boew/commit/03fe3fe Joost van Ulden, 2012-12-12 10:02:23 -0800, Added support for wms and kml layers.
- https://github.com/wet-boew/wet-boew/commit/6524152 Pat Heard, 2012-12-12 15:19:24 -0500, $.get request for IE to get raw HTML
- https://github.com/wet-boew/wet-boew/commit/2c04bca Joost van Ulden, 2012-12-12 13:14:52 -0800, Added query capability for KML overlays
- https://github.com/wet-boew/wet-boew/commit/7e73c3d Joost van Ulden, 2012-12-12 14:36:57 -0800, Added support for GeoRSS layers.
- https://github.com/wet-boew/wet-boew/commit/cfae105 Paul Jackson, 2012-12-12 22:46:23 -0500, Corrected labels for the expand all/collapse all buttons for the details/summary elements.
- https://github.com/wet-boew/wet-boew/commit/f0a4223 Pat Heard, 2012-12-17 15:49:00 -0500, Renamed toggledetails to expandcollapseall
- https://github.com/wet-boew/wet-boew/commit/8c151ca Laurent Goderre, 2012-12-18 15:58:37 -0500, IMproved the responsivness of the multimedia player at smaller size as per #759
- https://github.com/wet-boew/wet-boew/commit/9406a0e Pat Heard, 2012-12-19 09:53:12 -0500, Switched to latest picturefill dependency, updated demo
- https://github.com/wet-boew/wet-boew/commit/fc6ac23 Pat Heard, 2012-12-19 11:07:05 -0500, Renamed plugin to responsiveimg
- https://github.com/wet-boew/wet-boew/commit/41a5237 Pat Heard, 2012-12-19 11:11:48 -0500, Updated link to expand/collapse all content wiki
- https://github.com/wet-boew/wet-boew/commit/86daccd Paul Jackson, 2012-12-20 16:01:32 -0500, Fixed JSHint issue with Tabbed interface.
- https://github.com/wet-boew/wet-boew/commit/d535500 Pat Heard, 2012-12-21 10:43:27 -0500, Updated demo content
- https://github.com/wet-boew/wet-boew/commit/850a70b Paul Jackson, 2012-12-21 14:19:30 -0500, Changed master version number to v3.1.0-b2.
- https://github.com/wet-boew/wet-boew/commit/185fa41 Pat Heard, 2012-12-22 09:10:08 -0500, Changed v3.1 Alpha to v3.1 Beta
- https://github.com/wet-boew/wet-boew/commit/3f1ac28 Paul Jackson, 2012-12-28 22:07:28 -0500, Deferred enhancing of mobile view menu in Base and WET themes until it is first opened to reduce initial page load time.
- https://github.com/wet-boew/wet-boew/commit/b87a838 Paul Jackson, 2012-12-31 01:16:31 -0500, Removed jQuery Mobile collapsible content from Base and WET theme mobile menu sub-sections where only the top level sections are to be collapsed. Done to reduce load times by eliminating the performance hit from unnecessary collapsible content. Also eliminated the need for forced collapsing/expansion for secondary menus to further eliminate performance hits.
- https://github.com/wet-boew/wet-boew/commit/7c4cf33 Paul Jackson, 2012-12-31 01:47:30 -0500, Normalized some of the recently changed SCSS in _default-mobile.scss of the Base and WET themes.
- https://github.com/wet-boew/wet-boew/commit/28a6899 gazzzou, 2012-12-31 13:09:28 -0500, Added RTL Support
- https://github.com/wet-boew/wet-boew/commit/50de18d Paul Jackson, 2013-01-01 01:31:49 -0500, Optimized the mobileview function of theme.js for both the Base and WET themes (reduced average execution times by approximately 40%).
- https://github.com/wet-boew/wet-boew/commit/ce725b7 Paul Jackson, 2013-01-01 22:35:43 -0500, Altered how breadcrumb images are applied in Base theme and WET theme to improve compatibility with RTL Web pages.
- https://github.com/wet-boew/wet-boew/commit/77232b8 Paul Jackson, 2013-01-01 22:50:08 -0500, Fixed a few JavaScript errors with Base and WET theme mobile views.
- https://github.com/wet-boew/wet-boew/commit/593bf2a Paul Jackson, 2013-01-01 22:53:50 -0500, Vertically centred the breadcrumb images in the Base and WET themes.
- https://github.com/wet-boew/wet-boew/commit/0e3ea34 Paul Jackson, 2013-01-01 23:23:00 -0500, Cleaned up WET theme working examples.
- https://github.com/wet-boew/wet-boew/commit/ca40635 Paul Jackson, 2013-01-01 23:38:21 -0500, Cleaned up a few Spanish working examples issues.
- https://github.com/wet-boew/wet-boew/commit/9b3e8b4 Paul Jackson, 2013-01-01 23:56:29 -0500, Minor fixes to Spanish Base theme working examples.
- https://github.com/wet-boew/wet-boew/commit/4eac4c2 Gabriel Vautour, 2013-01-03 14:08:29 -0500, Added RTL attribute to the HTML element
- https://github.com/wet-boew/wet-boew/commit/3e300fa Paul Jackson, 2013-01-04 11:15:45 -0500, Extended changes to English and French mega menu includes to the other languages.
- https://github.com/wet-boew/wet-boew/commit/c63619e Joost van Ulden, 2013-01-04 08:38:20 -0800, Accessibility enhancements
- https://github.com/wet-boew/wet-boew/commit/0228ece Gabriel Vautour, 2013-01-04 14:22:28 -0500, Added RTL breadcrumb transform
- https://github.com/wet-boew/wet-boew/commit/f437c23 Paul Jackson, 2013-01-08 01:11:00 -0500, Changed pe.rtl test so targets html element.
- https://github.com/wet-boew/wet-boew/commit/267a7a2 Paul Jackson, 2013-01-08 01:33:29 -0500, Fixed CSS transform issues.
- https://github.com/wet-boew/wet-boew/commit/f6904a8 Paul Jackson, 2013-01-08 14:48:53 -0500, Fixed issue #932.
- https://github.com/wet-boew/wet-boew/commit/0dc075d Paul Jackson, 2013-01-08 15:05:05 -0500, Removed ' (WET)' from Arabic working examples to avoid RTL bugwith brackets (unrelated to WET).
- https://github.com/wet-boew/wet-boew/commit/15b354b Paul Jackson, 2013-01-08 22:00:01 -0500, Fixed horizontal scroll bar issue in RTL pages.
- https://github.com/wet-boew/wet-boew/commit/9f9ded5 Paul Jackson, 2013-01-08 23:08:00 -0500, Fixed parsing issue in _mixins.scss.
- https://github.com/wet-boew/wet-boew/commit/f265f59 Paul Jackson, 2013-01-08 23:08:30 -0500, Fixed parsing issue in _mixins.scss.
- https://github.com/wet-boew/wet-boew/commit/b302cc0 Paul Jackson, 2013-01-08 23:24:08 -0500, Fixed remaining merge conflicts and JSHint errors.
- https://github.com/wet-boew/wet-boew/commit/c35be6f Paul Jackson, 2013-01-08 23:37:29 -0500, Optimized and fixed wb-sec-sup support.
- https://github.com/wet-boew/wet-boew/commit/02c6963 Paul Jackson, 2013-01-09 00:51:27 -0500, Fixed RTL support in IE7 and IE8.
- https://github.com/wet-boew/wet-boew/commit/e3daaf4 Paul Jackson, 2013-01-09 03:04:23 -0500, Extended RTL support to WET, GC Web Usability and GC Web usability intranet themes.
- https://github.com/wet-boew/wet-boew/commit/22c0585 Gabriel Vautour, 2013-01-09 07:23:35 -0500, Fixed broken mega menu data paths
- https://github.com/wet-boew/wet-boew/commit/45f9fe0 Gabriel Vautour, 2013-01-09 07:55:51 -0500, Added 23 more languages to i18n
- https://github.com/wet-boew/wet-boew/commit/bb6728c Paul Jackson, 2013-01-10 01:00:24 -0500, Added i18n translations for Chinese (zh), Chinese simplified (zh-Hans), Dutch (nl) and Estonian (et).
- https://github.com/wet-boew/wet-boew/commit/6be0a08 Paul Jackson, 2013-01-10 01:05:38 -0500, Removed dir='rtl' from HTML file.
- https://github.com/wet-boew/wet-boew/commit/0f22334 Paul Jackson, 2013-01-10 01:43:45 -0500, Fixed breadcrumb images in IE7/8 RTL display.
- https://github.com/wet-boew/wet-boew/commit/f5be0e6 Paul Jackson, 2013-01-10 03:19:20 -0500, Several RTL fixes.
- https://github.com/wet-boew/wet-boew/commit/0fb145b Paul Jackson, 2013-01-10 09:38:27 -0500, Removed dir='rtl' instances used for testing purposes.
- https://github.com/wet-boew/wet-boew/commit/cbe9c40 Joost van Ulden, 2013-01-10 11:17:52 -0800, Added support for html table based features
- https://github.com/wet-boew/wet-boew/commit/ed23374 Joost van Ulden, 2013-01-10 16:30:46 -0800, Added support for bbox features
- https://github.com/wet-boew/wet-boew/commit/4a1be0a Paul Jackson, 2013-01-11 01:28:54 -0500, Added documentation and Questions or Comments buttons to v3.1 code.
- https://github.com/wet-boew/wet-boew/commit/911bdcf Paul Jackson, 2013-01-13 22:00:19 -0500, Extended i18n base template with v3.1 strings.
- https://github.com/wet-boew/wet-boew/commit/a733c3f Paul Jackson, 2013-01-13 23:52:44 -0500, Added space to i18n.csv for Chinese colon to prevent inheriting English strings in the future.
- https://github.com/wet-boew/wet-boew/commit/45b1618 Paul Jackson, 2013-01-15 22:44:30 -0500, Upgraded v3.1 to jQuery v1.9 + jQuery Migrate. Also implemented jquery-ie.min.js and jquery.min.js to support a future split between IE7/8 and modern browser where IE7/8 would remain on jQuery v1.9 and modern browser would proceed to jQuery v2.0+. jQuery Migrate is only intended as a temporary measure to assist with the move to jQuery v1.9 and jQuery v2.0.
-
https://github.com/wet-boew/wet-boew/commit/5197e62 Paul Jackson, 2013-01-16 00:14:20 -0500, Rolled back jquery-ie.min.js to jQuery v1.8.3 because of IE7 incompatibility with
[class=
,[class*=
and[class=^
. Found three instances in WET where these are used (PE object, Event Calendar and Menu bar). Can roll forward again when this issue is fixed in jQuery 1.9. Also made minor tweaks to Tabbed Interface. - https://github.com/wet-boew/wet-boew/commit/b76bbc4 Paul Jackson, 2013-01-16 02:40:57 -0500, Removed search icons from search popup in mobile view for Base and WET themes. Also hid the search label text.
- https://github.com/wet-boew/wet-boew/commit/be51941 Gabriel Vautour, 2013-01-16 11:23:56 -0500, Added RTL to GCWU theme
- https://github.com/wet-boew/wet-boew/commit/d93541a Gabriel Vautour, 2013-01-16 13:10:02 -0500, Added RTL Demo pages
- https://github.com/wet-boew/wet-boew/commit/e9683eb Gabriel Vautour, 2013-01-16 14:21:51 -0500, Modified RTL Grid Demo pages
- https://github.com/wet-boew/wet-boew/commit/5f16235 Gabriel Vautour, 2013-01-16 14:22:17 -0500, SCSS fixes for RTL grids
- https://github.com/wet-boew/wet-boew/commit/beb194c Gabriel Vautour, 2013-01-16 16:23:39 -0500, Deleted empty selectors
- https://github.com/wet-boew/wet-boew/commit/ff9b41c Eric Dunsworth, 2013-01-17 00:11:49 -0500, Fixed citations to W3C HTML5 spec pages in Meter working examples.
- https://github.com/wet-boew/wet-boew/commit/f53ae48 Nick Schonning, 2013-01-17 13:58:48 -0500, Change /* comments inside SCSS selectors to //
- https://github.com/wet-boew/wet-boew/commit/095c8f1 Laurent, 2013-01-17 20:39:54 -0500, Fixed character encoding issue with the i18n file
- https://github.com/wet-boew/wet-boew/commit/8abfcd9 Paul Jackson, 2013-01-17 22:26:55 -0500, Removed background colour from .ie8 #base-srch-submit in WET theme.
- https://github.com/wet-boew/wet-boew/commit/5d4812a jeresiv, 2013-01-17 23:07:14 -0500, Testing jquery mobile
- https://github.com/wet-boew/wet-boew/commit/86e7ebd jeresiv, 2013-01-17 23:18:44 -0500, Testing jquery mobile
- https://github.com/wet-boew/wet-boew/commit/2e7db60 jeresiv, 2013-01-17 23:35:32 -0500, Testing jquery mobile
- https://github.com/wet-boew/wet-boew/commit/0181ded jeresiv, 2013-01-17 23:39:27 -0500, Test jquery mobile
- https://github.com/wet-boew/wet-boew/commit/f31a474 jeresiv, 2013-01-17 23:54:35 -0500, Added both theme css files
- https://github.com/wet-boew/wet-boew/commit/c0de5cc Laurent Goderre, 2013-01-18 16:28:18 -0500, Grouped the jquery mobile resources
- https://github.com/wet-boew/wet-boew/commit/2220058 Paul Jackson, 2013-01-18 20:01:00 -0500, Exposed jQuery Mobile code in pe-ap to desktop view.
- https://github.com/wet-boew/wet-boew/commit/40ee404 Paul Jackson, 2013-01-19 22:49:38 -0500, Split JS and CSS files into versions for modern browsers and IE7/8.
- https://github.com/wet-boew/wet-boew/commit/8677c0d Paul Jackson, 2013-01-20 00:23:03 -0500, Updated HTML markup for splitting of JS and CSS files into versions for modern browsers and IE7/8. Also removed data-icon='search'.
- https://github.com/wet-boew/wet-boew/commit/b47bd7d Paul Jackson, 2013-01-20 01:36:49 -0500, Updated root directory HTML markup for splitting of JS and CSS files into versions for modern browsers and IE7/8. Also removed data-icon='search'.
- https://github.com/wet-boew/wet-boew/commit/6b985e8 Paul Jackson, 2013-01-20 02:10:12 -0500, Added desktop view special handling function to theme.js filesand call to it from pe-ap.js.
- https://github.com/wet-boew/wet-boew/commit/c5ceb4a Paul Jackson, 2013-01-20 03:13:24 -0500, Fixed changes to markup to call jQuery Mobile for both deskopt and mobile views with a split between modern browsers and IE7/8.
- https://github.com/wet-boew/wet-boew/commit/7d13a05 Paul Jackson, 2013-01-20 03:19:40 -0500, Fixed display of CLF2 theme content pages. Fixed footer comments in base theme Spanish templates.
- https://github.com/wet-boew/wet-boew/commit/4c1ca2e Paul Jackson, 2013-01-20 22:30:19 -0500, Fixed broken jQuery Mobile CSS reference.
- https://github.com/wet-boew/wet-boew/commit/30c2615 Paul Jackson, 2013-01-20 22:38:37 -0500, Removed override for jQuery Mobile loading page hiding from Base and WET themes because now housed in the base CSS.
- https://github.com/wet-boew/wet-boew/commit/6e07486 Paul Jackson, 2013-01-20 22:40:03 -0500, Moved override for jQuery Mobile loading page hiding from base mobile CSS to general base CSS (so applies to both desktop and mobile views).
- https://github.com/wet-boew/wet-boew/commit/049fdab Paul Jackson, 2013-01-20 22:45:42 -0500, Corrected unclosed CSS comment.
- https://github.com/wet-boew/wet-boew/commit/985cf8e Paul Jackson, 2013-01-20 23:10:46 -0500, Corrected loading order of jQuery Mobile CSS file. Fixed jQuery Mobile CSS file paths.
- https://github.com/wet-boew/wet-boew/commit/b1993ec Paul Jackson, 2013-01-20 23:43:47 -0500, Fixed triggering of jQuery Mobile enhancements in desktop view.
- https://github.com/wet-boew/wet-boew/commit/385b134 Paul Jackson, 2013-01-21 00:09:34 -0500, Fixed text-shadow in desktop view.
- https://github.com/wet-boew/wet-boew/commit/607f817 Paul Jackson, 2013-01-21 00:12:15 -0500, Optimized wb-skip jQuery Mobile text-shadow override in Base and WET themes.
- https://github.com/wet-boew/wet-boew/commit/ae98a7e Paul Jackson, 2013-01-21 01:15:03 -0500, Corrected several display issues in GC Web Usability theme desktop view.
- https://github.com/wet-boew/wet-boew/commit/a220618 Paul Jackson, 2013-01-21 01:32:25 -0500, Fixed display issues with the GCWU side menu.
- https://github.com/wet-boew/wet-boew/commit/5039dcf Paul Jackson, 2013-01-21 13:58:06 -0500, Fixed inadvertent hiding of the footer in desktop view.
- https://github.com/wet-boew/wet-boew/commit/7f9d696 Paul Jackson, 2013-01-21 15:02:13 -0500, Removed text shadows from fullhd and fullft.
- https://github.com/wet-boew/wet-boew/commit/8a821e6 Paul Jackson, 2013-01-21 16:24:14 -0500, Removed text shadows from Base/WET theme headers and footers.
- https://github.com/wet-boew/wet-boew/commit/d3c89d8 Paul Jackson, 2013-01-21 20:25:54 -0500, Fixed display of the filler content in desktop view.
- https://github.com/wet-boew/wet-boew/commit/1458d13 Paul Jackson, 2013-01-21 22:47:50 -0500, Remove base-default-screen-foot-border extension.
- https://github.com/wet-boew/wet-boew/commit/05f8ba5 Paul Jackson, 2013-01-21 23:05:59 -0500, Corrected IE7/IE8 links in GCWU splash and server message pages.
- https://github.com/wet-boew/wet-boew/commit/6dfae32 Paul Jackson, 2013-01-21 23:46:13 -0500, Fixed Base and WET theme sub-site name display in IE7.
- https://github.com/wet-boew/wet-boew/commit/a5bc4f3 Paul Jackson, 2013-01-21 23:54:30 -0500, Optimized sub-site name display in GCWU theme in IE7.
- https://github.com/wet-boew/wet-boew/commit/2f49d14 Paul Jackson, 2013-01-22 16:33:44 -0500, Fixed querySelectorAll typos.
- https://github.com/wet-boew/wet-boew/commit/d278da3 Chad Farquharson, 2013-01-22 14:21:40 -0800, Added a section to Layout and did a name change
- https://github.com/wet-boew/wet-boew/commit/2d61f5c Chad Farquharson, 2013-01-22 17:43:34 -0800, Addition of an extra reference link
- https://github.com/wet-boew/wet-boew/commit/59dc6c5 Chad Farquharson, 2013-01-22 17:45:49 -0800, minor edit of spelling mistake
- https://github.com/wet-boew/wet-boew/commit/e8ab597 Chad Farquharson, 2013-01-22 18:51:09 -0800, Changed title of html page
- https://github.com/wet-boew/wet-boew/commit/cd37f39 Paul Jackson, 2013-01-22 23:02:23 -0500, Corrected display of jQuery Mobile icons in IE7/8.
- https://github.com/wet-boew/wet-boew/commit/0f7ac93 Gabriel Vautour, 2013-01-23 07:58:25 -0500, Fixed RTL margins
- https://github.com/wet-boew/wet-boew/commit/453a70e Gabriel Vautour, 2013-01-23 08:13:47 -0500, Fixed RTL table of contents module
- https://github.com/wet-boew/wet-boew/commit/53670b0 Gabriel Vautour, 2013-01-23 08:59:31 -0500, Updated RTL Grid Demo pages
- https://github.com/wet-boew/wet-boew/commit/625303a Gabriel Vautour, 2013-01-23 10:11:18 -0500, More RTL Grid Demo Updates
- https://github.com/wet-boew/wet-boew/commit/611562b Gabriel Vautour, 2013-01-23 11:33:34 -0500, RTL Grid Demo Updates
- https://github.com/wet-boew/wet-boew/commit/3d2c0f1 Gabriel Vautour, 2013-01-23 11:33:57 -0500, SCSS Fixes for Grids
- https://github.com/wet-boew/wet-boew/commit/69c53f1 Gabriel Vautour, 2013-01-23 11:43:57 -0500, Indent and margin-left are the same
- https://github.com/wet-boew/wet-boew/commit/053b4fa Gabriel Vautour, 2013-01-23 11:45:06 -0500, Fixed RTL details mis-alignment
- https://github.com/wet-boew/wet-boew/commit/267f20d Laurent Goderre, 2013-01-23 16:51:24 -0500, Created a new prefix for the wet theme
- https://github.com/wet-boew/wet-boew/commit/4d7f393 Paul Jackson, 2013-01-24 00:51:06 -0500, Resolved JSHint issue with Lightbox.
- https://github.com/wet-boew/wet-boew/commit/c59be25 Gabriel Vautour, 2013-01-24 08:38:47 -0500, RTL CSS Grid System Messages Icons
- https://github.com/wet-boew/wet-boew/commit/b703a95 Gabriel Vautour, 2013-01-24 08:40:05 -0500, Fixed GCWU menu left arrow padding
- https://github.com/wet-boew/wet-boew/commit/0bf63e0 Johann Levesque, 2013-01-24 08:57:34 -0500, Tables link to map
- https://github.com/wet-boew/wet-boew/commit/79660cb Johann Levesque, 2013-01-24 09:41:05 -0500, Table link to map (second try)
- https://github.com/wet-boew/wet-boew/commit/f8619bb Laurent Goderre, 2013-01-24 14:01:39 -0500, Fixed the WET theme not working after the prefix change
- https://github.com/wet-boew/wet-boew/commit/7eda20f Joost van Ulden, 2013-01-24 14:33:14 -0800, Added support for overlays
- https://github.com/wet-boew/wet-boew/commit/feca332 Joost van Ulden, 2013-01-24 16:59:26 -0800, Revised class names, fixed random color generator, re-added support for lat/lon bbox, and minor markup changes.
- https://github.com/wet-boew/wet-boew/commit/212b10a Chad Farquharson, 2013-01-24 22:01:12 -0800, Added content formatting section
- https://github.com/wet-boew/wet-boew/commit/3aa30db Gabriel Vautour, 2013-01-25 07:17:56 -0500, IE7 Horizontal scroll bar fix
- https://github.com/wet-boew/wet-boew/commit/f3b6b03 Gabriel Vautour, 2013-01-25 08:39:53 -0500, Fixed Vertical bar between TC & TR
- https://github.com/wet-boew/wet-boew/commit/80d4fe9 Chad Farquharson, 2013-01-25 06:39:58 -0800, minor text edits in design guide
- https://github.com/wet-boew/wet-boew/commit/fad74a8 Chad Farquharson, 2013-01-25 07:31:57 -0800, Forgot to include new left menu item on one page
- https://github.com/wet-boew/wet-boew/commit/72af848 Chad Farquharson, 2013-01-25 07:33:50 -0800, Fixing left menu of format page
- https://github.com/wet-boew/wet-boew/commit/3aa8e68 Pat Heard, 2013-01-25 15:58:40 -0500, IE7 rtl fixes for top bar, megamenu and date modified
- https://github.com/wet-boew/wet-boew/commit/b6d2626 Chad Farquharson, 2013-01-25 19:07:13 -0800, More info added to Content formatting page
- https://github.com/wet-boew/wet-boew/commit/995630d Pat Heard, 2013-01-26 10:47:29 -0500, Removed div from rule
- https://github.com/wet-boew/wet-boew/commit/702045b Pat Heard, 2013-01-26 10:57:19 -0500, Cleaned up extra whitespace
- https://github.com/wet-boew/wet-boew/commit/c6459f6 Chad Farquharson, 2013-01-26 13:49:16 -0800, More info changes to Content formatting page
- https://github.com/wet-boew/wet-boew/commit/cbe8315 Paul Jackson, 2013-01-26 22:20:09 -0500, Fixed JS and CSS paths for HTML files in root and the Design guide format-eng.html.
- https://github.com/wet-boew/wet-boew/commit/02522da Paul Jackson, 2013-01-26 22:39:18 -0500, Fixed text-shadow issue in desktop view cause by jQuery Mobile.
- https://github.com/wet-boew/wet-boew/commit/2d98386 Paul Jackson, 2013-01-26 22:50:38 -0500, Removed TODO comment regarding jQuery Mobile classes being included in desktop view SCSS files as they are needed to smooth the transition from mobile view to desktop view.
- https://github.com/wet-boew/wet-boew/commit/43b0cc5 Paul Jackson, 2013-01-26 23:19:07 -0500, Fixed jumpiness of menu bar loading when dir='rtl'.
- https://github.com/wet-boew/wet-boew/commit/5b93d35 Paul Jackson, 2013-01-27 00:58:35 -0500, Extended fix for issue #1072 to Base and WET themes.
- https://github.com/wet-boew/wet-boew/commit/eee207b Paul Jackson, 2013-01-27 12:28:20 -0500, Fixed display issue with WET theme where fonts were different between pre and post load of jQuery Mobile.
- https://github.com/wet-boew/wet-boew/commit/c92a799 Paul Jackson, 2013-01-27 12:34:44 -0500, Corrected JS and CSS file paths in Spanish WET theme examples.
- https://github.com/wet-boew/wet-boew/commit/880ea9c Chad Farquharson, 2013-01-27 14:15:02 -0800, Content changes to Design guide
- https://github.com/wet-boew/wet-boew/commit/6ed8af2 Pat Heard, 2013-01-28 09:53:49 -0500, Added :visited style (stops .ui-link:visited override)
- https://github.com/wet-boew/wet-boew/commit/9d77e9c Gabriel Vautour, 2013-01-28 11:17:27 -0500, Fixed RTL module-comment icon
- https://github.com/wet-boew/wet-boew/commit/e7344b8 Pat Heard, 2013-01-28 14:44:19 -0500, Fixed :visited link style for content links (#wb-main-in)
- https://github.com/wet-boew/wet-boew/commit/13cdc8e unknown, 2013-01-29 08:47:16 -0500, Add Offsets, Generate Grids by Sass function
- https://github.com/wet-boew/wet-boew/commit/8163fbb CalvinRodo, 2013-01-29 12:24:17 -0500, Swap the colour of Alert and Attention Modules
- https://github.com/wet-boew/wet-boew/commit/da44e89 CalvinRodo, 2013-01-29 15:19:59 -0500, Add a startOpen option so tab will start open.
- https://github.com/wet-boew/wet-boew/commit/4efb100 CalvinRodo, 2013-01-29 15:30:52 -0500, Change the color of .color-attention to $alert
- https://github.com/wet-boew/wet-boew/commit/17ae9e7 CalvinRodo, 2013-01-29 15:51:33 -0500, Fixed naming of variables
- https://github.com/wet-boew/wet-boew/commit/61671a7 Pat Heard, 2013-01-29 15:55:59 -0500, Updating window.location.hash if target is not jQM element that uses it
- https://github.com/wet-boew/wet-boew/commit/dac486a Calvin Rodo, 2013-01-29 18:33:44 -0500, wet-boew-slideout-open is default for open tab
- https://github.com/wet-boew/wet-boew/commit/9da7990 berubs, 2013-01-29 18:47:19 -0500, [slideout] Fixed positioning when open
- https://github.com/wet-boew/wet-boew/commit/a912d26 Calvin Rodo, 2013-01-29 18:58:00 -0500, Minor JScript formatting
- https://github.com/wet-boew/wet-boew/commit/cf2922c Chad Farquharson, 2013-01-29 19:35:04 -0800, New sprite for modules
- https://github.com/wet-boew/wet-boew/commit/543c1b1 berubs, 2013-01-29 23:37:27 -0500, cleanup
- https://github.com/wet-boew/wet-boew/commit/02f3131 Pat Heard, 2013-01-30 08:01:20 -0500, Added missing space after if
- https://github.com/wet-boew/wet-boew/commit/e5cc79b Joost van Ulden, 2013-01-30 08:23:00 -0800, Expanded overlay support
- https://github.com/wet-boew/wet-boew/commit/a01d87a Johann Levesque, 2013-01-30 14:55:36 -0500, Overlays file sample
- https://github.com/wet-boew/wet-boew/commit/0016fa7 Joost van Ulden, 2013-01-30 13:02:21 -0800, Added legend
- https://github.com/wet-boew/wet-boew/commit/ada8df5 Laurent Goderre, 2013-01-30 17:31:24 -0500, Fixed the WET theme built files missing the license header for stylesheets
- https://github.com/wet-boew/wet-boew/commit/d2b9bc7 CalvinRodo, 2013-01-31 09:23:11 -0500, Add offsets, move related grid funcs to sep file.
- https://github.com/wet-boew/wet-boew/commit/a33f17d CalvinRodo, 2013-01-31 09:37:13 -0500, remove unnecessary whitespace
- https://github.com/wet-boew/wet-boew/commit/728630d CalvinRodo, 2013-01-31 14:28:41 -0500, Adding license header to file
- https://github.com/wet-boew/wet-boew/commit/f6f6268 CalvinRodo, 2013-01-31 16:05:02 -0500, Add colours for charts.
- https://github.com/wet-boew/wet-boew/commit/62d7166 Joost van Ulden, 2013-01-31 13:16:09 -0800, Added legend
- https://github.com/wet-boew/wet-boew/commit/4d31ba9 Nick Schonning, 2013-01-31 20:29:40 -0500, Fixup Meter polyfill SCSS
- https://github.com/wet-boew/wet-boew/commit/a980b21 Chad Farquharson, 2013-01-31 21:17:17 -0800, Text updates to design guide
- https://github.com/wet-boew/wet-boew/commit/c88188e Chad Farquharson, 2013-01-31 21:48:07 -0800, updating text in design guide
- https://github.com/wet-boew/wet-boew/commit/0654454 Nick Schonning, 2013-02-01 01:27:11 -0500, Replace inline vendor prefixed CSS3 with Compass
- https://github.com/wet-boew/wet-boew/commit/2e82257 Paul Jackson, 2013-02-01 02:37:14 -0500, Added a plugin for integrating DataTables and added ability to dynamically load a CSS dependency.
- https://github.com/wet-boew/wet-boew/commit/d86117c Paul Jackson, 2013-02-01 02:51:11 -0500, Excluded datatables.js from JSHinting.
- https://github.com/wet-boew/wet-boew/commit/6692695 Paul Jackson, 2013-02-01 02:55:40 -0500, Added reference to DataTables in working example page link to Table enhancement.
- https://github.com/wet-boew/wet-boew/commit/d4e84e8 Chad Farquharson, 2013-02-01 06:50:21 -0800, Added column-* CSS to design guide
- https://github.com/wet-boew/wet-boew/commit/9398f48 Joost van Ulden, 2013-02-01 07:46:04 -0800, Linked inline table row map features to table rows.
- https://github.com/wet-boew/wet-boew/commit/d26ec16 Paul Jackson, 2013-02-01 13:16:28 -0500, Updated to jQuery Migrate v1.1.0.
- https://github.com/wet-boew/wet-boew/commit/6ed2861 Paul Jackson, 2013-02-01 13:50:32 -0500, Fixed links from English working example page to the Table enhancement English example.
- https://github.com/wet-boew/wet-boew/commit/fde2aed Nick Schonning, 2013-02-01 16:18:18 -0500, Remove html from master mixins.scss
- https://github.com/wet-boew/wet-boew/commit/6c2c872 Joost van Ulden, 2013-02-01 15:08:33 -0800, Wired up inline and external features
- https://github.com/wet-boew/wet-boew/commit/b18aa22 Nick Schonning, 2013-02-01 20:19:31 -0500, Base Theme: Space after semicolon for non-psuedo classes
- https://github.com/wet-boew/wet-boew/commit/560d67d Nick Schonning, 2013-02-01 20:26:33 -0500, Base Theme: space after commas
- https://github.com/wet-boew/wet-boew/commit/9275690 Nick Schonning, 2013-02-01 20:27:09 -0500, Base Theme: space before bracket
- https://github.com/wet-boew/wet-boew/commit/ed8c13a Nick Schonning, 2013-02-01 20:31:37 -0500, Base Theme: space between semicolon and hex number
- https://github.com/wet-boew/wet-boew/commit/7818d23 Nick Schonning, 2013-02-01 20:43:18 -0500, Base Theme: Refactor default SCSS
- https://github.com/wet-boew/wet-boew/commit/7e451b7 Nick Schonning, 2013-02-01 21:26:57 -0500, Base Theme: Refactor default-desktop
- https://github.com/wet-boew/wet-boew/commit/3fc782f Nick Schonning, 2013-02-01 21:46:12 -0500, Base Them: Refactor default-desktop-images
- https://github.com/wet-boew/wet-boew/commit/9a987f4 Nick Schonning, 2013-02-01 22:50:47 -0500, Base Theme: Refactor default-desktop-screen
- https://github.com/wet-boew/wet-boew/commit/0ea62c9 Nick Schonning, 2013-02-01 22:57:51 -0500, Base Theme: Refactor default-mobile-ns
- https://github.com/wet-boew/wet-boew/commit/1d4f773 Nick Schonning, 2013-02-02 01:01:23 -0500, Base Theme: Refactore default-mobile
- https://github.com/wet-boew/wet-boew/commit/ee96ce6 Nick Schonning, 2013-02-02 01:07:25 -0500, Base Theme: Refactor default-print
- https://github.com/wet-boew/wet-boew/commit/0a5c66c Nick Schonning, 2013-02-02 01:10:15 -0500, Base Theme: Refactor default-print-ie
- https://github.com/wet-boew/wet-boew/commit/a81580e Nick Schonning, 2013-02-02 01:32:53 -0500, Base Theme: Refactor default-responsive
- https://github.com/wet-boew/wet-boew/commit/5165791 Nick Schonning, 2013-02-02 01:39:50 -0500, Base Theme: Refactor default-responsive-768
- https://github.com/wet-boew/wet-boew/commit/c9128c9 Nick Schonning, 2013-02-02 01:45:11 -0500, Base Theme: Refactor default-responsive-1200
- https://github.com/wet-boew/wet-boew/commit/dd12085 Nick Schonning, 2013-02-02 01:54:38 -0500, Base Theme: Refactor default-screen-ie
- https://github.com/wet-boew/wet-boew/commit/cc9837f Nick Schonning, 2013-02-02 02:22:13 -0500, Base Theme: Refactor default-screen
- https://github.com/wet-boew/wet-boew/commit/ffa5863 Nick Schonning, 2013-02-02 02:33:34 -0500, Fix "@extende" typo from ee96ce656f2fed15c33f8d15b5d2ad71711ce2c1
- https://github.com/wet-boew/wet-boew/commit/2971751 Pat Heard, 2013-02-02 14:18:48 -0500, Not needed (jQ 1.9 compatibility issue and #1128 duplicates behaviour)
- https://github.com/wet-boew/wet-boew/commit/5fb0966 VP Nguyen, 2013-02-02 17:53:15 -0500, Removed typo errors prevent the transforming footer into mbile navbar
- https://github.com/wet-boew/wet-boew/commit/7ec9c74 VP Nguyen, 2013-02-02 17:58:00 -0500, Corrected typo error in the footer's CSS
- https://github.com/wet-boew/wet-boew/commit/6f27219 Nick Schonning, 2013-02-02 19:18:52 -0500, Remove support for FireFox 3.6 and below
- https://github.com/wet-boew/wet-boew/commit/6dd661a Nick Schonning, 2013-02-02 21:46:57 -0500, Remove units from zero values in default-mobile
- https://github.com/wet-boew/wet-boew/commit/7920e57 Nick Schonning, 2013-02-02 23:12:19 -0500, TabbedInterface: Use Compass mixin for border-radius and box-shadow properties
- https://github.com/wet-boew/wet-boew/commit/fbcab62 Paul Jackson, 2013-02-03 03:34:22 -0500, Updated to latest wet-boew master branch code.
- https://github.com/wet-boew/wet-boew/commit/998be61 Paul Jackson, 2013-02-03 21:36:22 -0500, Fixed mixed up markup in English archived notice example.
- https://github.com/wet-boew/wet-boew/commit/9c5c9e7 Chad Farquharson, 2013-02-03 20:24:50 -0800, Design guide text updates
- https://github.com/wet-boew/wet-boew/commit/fe162f6 Eric Dunsworth, 2013-02-04 00:14:21 -0500, Added clear-left and clear-right classes to Grids SCSS and migrated common clear properties to placeholder selector. Addresses issue #1122.
- https://github.com/wet-boew/wet-boew/commit/4945133 Paul Jackson, 2013-02-04 02:58:32 -0500, Partially implemented new mobile view design (mainly top nav bar). Also added missing data table strings to i18n files.
- https://github.com/wet-boew/wet-boew/commit/273f19d berubs, 2013-02-04 09:36:43 -0500, [tabs] Colours wrong on some of the tabs
- https://github.com/wet-boew/wet-boew/commit/125dbf4 Eric Dunsworth, 2013-02-04 12:39:54 -0500, Increased specificity of clear placeholder selector's name in Grids SCSS.
- https://github.com/wet-boew/wet-boew/commit/df475ed Paul Jackson, 2013-02-04 14:52:35 -0500, Cleaned up some of the initial loading of the mobile view (eliminated some of the remnants of the old design.
- https://github.com/wet-boew/wet-boew/commit/75a5f34 Paul Jackson, 2013-02-04 15:46:01 -0500, Cleaned up mobile view title and h1.
- https://github.com/wet-boew/wet-boew/commit/964b462 jolevesq, 2013-02-04 15:52:15 -0500, Add load base map and overlays from a file.
- https://github.com/wet-boew/wet-boew/commit/d105780 Paul Jackson, 2013-02-05 02:16:36 -0500, Updated modern browser jQuery version to 1.9.1. Updated modern browser and oldIE jQuery Mobile version to 1.3.0-RC1 (fixing compatibility issues). Also fixed loading of jQuery Mobile in GCWU intranet demo pages.
- https://github.com/wet-boew/wet-boew/commit/34a3380 Paul Jackson, 2013-02-05 02:25:28 -0500, Fixed JSHint issues with theme.js files.
- https://github.com/wet-boew/wet-boew/commit/a870c7b Paul Jackson, 2013-02-05 02:53:36 -0500, Re-added jQuery Migrate 1.1.0 because still some jQuery 1.9.x issues to resolve.
- https://github.com/wet-boew/wet-boew/commit/1ee5ebc Paul Jackson, 2013-02-05 03:07:26 -0500, Fixed loading of mobile menu contents. Some list items weren't loading properly.
- https://github.com/wet-boew/wet-boew/commit/16b11f2 Paul Jackson, 2013-02-05 03:27:23 -0500, Eliminated duplicate application of the ui-corner-bottom class.
- https://github.com/wet-boew/wet-boew/commit/db34de9 Paul Jackson, 2013-02-05 04:32:41 -0500, Added gradients to the mobile header and moved the Wordmark to the top black bar.
- https://github.com/wet-boew/wet-boew/commit/fd16abf Pat Heard, 2013-02-05 08:33:23 -0500, Fixes #809: persist active tab through user's browsing session
- https://github.com/wet-boew/wet-boew/commit/dd20152 Pat Heard, 2013-02-05 08:38:28 -0500, Removed check for sessionStorage (polyfill will provide if needed)
- https://github.com/wet-boew/wet-boew/commit/4e19d1a Joost van Ulden, 2013-02-05 08:30:43 -0800, Added hooks for JSON layer, Debug mode and layer tab enhancements.
- https://github.com/wet-boew/wet-boew/commit/db23a6c Paul Jackson, 2013-02-05 11:41:02 -0500, Updated oldIE to jQuery 1.9.1 now that the attribute selector bug in IE7 seems to be addressed.
- https://github.com/wet-boew/wet-boew/commit/b8227bd Joost van Ulden, 2013-02-05 08:59:37 -0800, Added inline warning for missing legend container
- https://github.com/wet-boew/wet-boew/commit/7b83b52 Joost van Ulden, 2013-02-05 09:57:48 -0800, Added JSON sample overlay
- https://github.com/wet-boew/wet-boew/commit/c060430 Joost van Ulden, 2013-02-05 09:58:33 -0800, Removed overlays
- https://github.com/wet-boew/wet-boew/commit/fe65dc3 jolevesq, 2013-02-05 16:24:58 -0500, Add colour selection from HTML table and layer file. Add focus and blur on tab.
- https://github.com/wet-boew/wet-boew/commit/24cbb51 jolevesq, 2013-02-05 16:45:08 -0500, focus on tab, overlays and HTML color
- https://github.com/wet-boew/wet-boew/commit/dca92cb jolevesq, 2013-02-05 16:52:34 -0500, focus on tab, overlays and HTML color
- https://github.com/wet-boew/wet-boew/commit/bf2561d Joost van Ulden, 2013-02-06 08:15:50 -0800, Working edits to JSON plugin
- https://github.com/wet-boew/wet-boew/commit/bf1b37a Joost van Ulden, 2013-02-06 14:50:07 -0800, Added support for JSONP layers
- https://github.com/wet-boew/wet-boew/commit/2624a4c Paul Jackson, 2013-02-06 22:22:13 -0500, Moved Home/Back button in mobile view into grouped buttons on right of header bar.
- https://github.com/wet-boew/wet-boew/commit/1920644 Paul Jackson, 2013-02-07 05:44:31 -0500, Fixed no-js and RTL issues with mobile menus.
- https://github.com/wet-boew/wet-boew/commit/d6ca6c6 Paul Jackson, 2013-02-07 05:53:44 -0500, Removed dir='rtl' from test page.
- https://github.com/wet-boew/wet-boew/commit/9892990 Pat Heard, 2013-02-07 09:03:35 -0500, Removed equalheights.js $.browser check (supported IE6 only)
- https://github.com/wet-boew/wet-boew/commit/472ca49 Pat Heard, 2013-02-07 09:03:37 -0500, Replaced $.browser with feature detection and CSS changes
- https://github.com/wet-boew/wet-boew/commit/1c7b7fa Chad Farquharson, 2013-02-07 06:58:40 -0800, Updating Arabic pages to match English pages
- https://github.com/wet-boew/wet-boew/commit/85ab374 Joost van Ulden, 2013-02-07 07:32:34 -0800, Moved table layer colors to data element from table markup.
- https://github.com/wet-boew/wet-boew/commit/6c47ba0 Joost van Ulden, 2013-02-07 07:51:28 -0800, Fixed bug where JSON layer wasn't loading on initialize.
- https://github.com/wet-boew/wet-boew/commit/403e49e Joost van Ulden, 2013-02-07 08:02:25 -0800, Added strokeColor and fillColor configuration support for JSON
- https://github.com/wet-boew/wet-boew/commit/26f2f6b Joost van Ulden, 2013-02-07 08:41:07 -0800, Added support for configuring root element of JSON collection
- https://github.com/wet-boew/wet-boew/commit/6515a0f Paul Jackson, 2013-02-07 12:13:04 -0500, Increased size of mobile nav bar buttons. Fix rtl issues with mobile nav bar.
- https://github.com/wet-boew/wet-boew/commit/6840dd2 Paul Jackson, 2013-02-07 12:58:49 -0500, Removed h1 and Date modified from about screen (only displays version number if it exists). Also fixed the spacing between date modified and the date in the Base and WET themes.
- https://github.com/wet-boew/wet-boew/commit/b775bb1 Paul Jackson, 2013-02-07 13:07:24 -0500, Fixed the spacing between date modified and the date in the rtl versions of the GC Web Usability and Intranet themes.
- https://github.com/wet-boew/wet-boew/commit/3cdd903 Laurent Goderre, 2013-02-07 14:41:17 -0500, Added the Canada wordmark vector graphics (SVG)
- https://github.com/wet-boew/wet-boew/commit/10763f3 Laurent Goderre, 2013-02-07 14:41:24 -0500, Added the licenses to the Canada Wordmark SVG
- https://github.com/wet-boew/wet-boew/commit/4852a5a Laurent Goderre, 2013-02-07 14:41:37 -0500, Fixed the encoding of the SVG images
- https://github.com/wet-boew/wet-boew/commit/d20cf9a Laurent Goderre, 2013-02-07 14:41:44 -0500, Removed unused svg for fip symbols
- https://github.com/wet-boew/wet-boew/commit/a82b5e7 Laurent Goderre, 2013-02-07 14:41:50 -0500, Added the signature svg files
- https://github.com/wet-boew/wet-boew/commit/b6cd98a Laurent Goderre, 2013-02-07 14:41:57 -0500, Standardized the FIP svg files
- https://github.com/wet-boew/wet-boew/commit/2e944a5 Laurent Goderre, 2013-02-07 14:42:04 -0500, Added the SVG examples
- https://github.com/wet-boew/wet-boew/commit/170e41a Pat Heard, 2013-02-07 15:10:21 -0500, Latest bookmark.js from wet-boew/bookmark
- https://github.com/wet-boew/wet-boew/commit/99d5b8b Joost van Ulden, 2013-02-07 12:41:26 -0800, Added GeoJSON support
- https://github.com/wet-boew/wet-boew/commit/2f38403 Pat Heard, 2013-02-07 15:44:15 -0500, Prevent license block from being stripped
- https://github.com/wet-boew/wet-boew/commit/d7a3cdb Pat Heard, 2013-02-07 16:02:05 -0500, Removed bookmark.js from excluded list of jshint target
- https://github.com/wet-boew/wet-boew/commit/09c90af Paul Jackson, 2013-02-07 16:40:33 -0500, Fixed title and h1 gradients in mobile view.
- https://github.com/wet-boew/wet-boew/commit/b24ce87 Laurent Goderre, 2013-02-07 16:40:53 -0500, Converted all working examples to the SVG signatures
- https://github.com/wet-boew/wet-boew/commit/1e26034 Laurent Goderre, 2013-02-07 17:13:52 -0500, Added the ability to scale the SVG based on the oject tag instead of clipping
- https://github.com/wet-boew/wet-boew/commit/4535b55 Laurent Goderre, 2013-02-07 17:16:17 -0500, Removed the unit for the SVG viewBox
- https://github.com/wet-boew/wet-boew/commit/fc08b4a Joost van Ulden, 2013-02-07 19:28:07 -0800, Feature table columns displayed default to feature attributes and minor markup changes.
- https://github.com/wet-boew/wet-boew/commit/a81c4a0 Joost van Ulden, 2013-02-07 19:45:32 -0800, Added missing thead and tbody elements to feature tables.
- https://github.com/wet-boew/wet-boew/commit/192d24e Paul Jackson, 2013-02-08 01:16:19 -0500, Fixed mobile menu display issues.
- https://github.com/wet-boew/wet-boew/commit/ad32d31 Paul Jackson, 2013-02-08 01:34:53 -0500, Cleaned up the mobile view for the GCWU Intranet theme content pages.
- https://github.com/wet-boew/wet-boew/commit/9977fab Paul Jackson, 2013-02-08 02:34:33 -0500, Fixed GCWU and Intranet theme splash pages and server message pages.
- https://github.com/wet-boew/wet-boew/commit/fea50b8 Paul Jackson, 2013-02-08 02:43:01 -0500, Removed experimental files.
- https://github.com/wet-boew/wet-boew/commit/9af74e2 Paul Jackson, 2013-02-08 02:45:41 -0500, Fixed JSHint issue with i18n base.js file.
- https://github.com/wet-boew/wet-boew/commit/5ceafa2 Paul Jackson, 2013-02-08 03:59:16 -0500, Fixed font and rounded corners issue with the mobile menu. Fixed numerous coding issues raised by @nschonni.
- https://github.com/wet-boew/wet-boew/commit/f379cd1 Paul Jackson, 2013-02-08 04:12:33 -0500, Resolved mobile to desktop transition glitch. Minor code cleanup.
- https://github.com/wet-boew/wet-boew/commit/535af98 Paul Jackson, 2013-02-08 04:44:53 -0500, Smoothed out transition between mobile and desktop view.
- https://github.com/wet-boew/wet-boew/commit/f3d8884 Pat Heard, 2013-02-08 10:36:11 -0500, CSS only .equalize for desktop view
- https://github.com/wet-boew/wet-boew/commit/c981d0f Pat Heard, 2013-02-08 12:13:25 -0500, Code review fixes
- https://github.com/wet-boew/wet-boew/commit/7a2958f Joost van Ulden, 2013-02-08 09:18:06 -0800, Added attribute mapping in JSON format
- https://github.com/wet-boew/wet-boew/commit/28f05fe Joost van Ulden, 2013-02-08 10:50:44 -0800, Added attribute mapping (alias's) to GeoJSON format.
- https://github.com/wet-boew/wet-boew/commit/16603e7 Laurent Goderre, 2013-02-08 13:59:01 -0500, Removed the padding for the fip signatures
- https://github.com/wet-boew/wet-boew/commit/5f09917 Laurent Goderre, 2013-02-08 14:01:21 -0500, Fixed the dimensions of the FIP signature in ther working examples
- https://github.com/wet-boew/wet-boew/commit/ed5e0ea Laurent Goderre, 2013-02-08 14:09:20 -0500, Fixed the size of the Canada wordmark
- https://github.com/wet-boew/wet-boew/commit/e60664d Pat Heard, 2013-02-08 14:47:20 -0500, Fixed grid-12 column width at 1200px+ resolution
- https://github.com/wet-boew/wet-boew/commit/ba564bf Paul Jackson, 2013-02-08 14:53:20 -0500, Corrected width and margins of popup headers to minimize the occurence of title clipping.
- https://github.com/wet-boew/wet-boew/commit/9efccb2 Laurent Goderre, 2013-02-08 15:00:46 -0500, Fixed the size and position of the Canada wordmark
- https://github.com/wet-boew/wet-boew/commit/d04680d Laurent Goderre, 2013-02-08 15:04:22 -0500, Fixed the FIP position for the intranet theme
- https://github.com/wet-boew/wet-boew/commit/57d4f17 Paul Jackson, 2013-02-08 15:09:47 -0500, Fixed mobile view conditional that differentiated between page types.
- https://github.com/wet-boew/wet-boew/commit/62a1d57 Laurent Goderre, 2013-02-08 15:37:32 -0500, Fixed some clipping with the Canada wordmark
- https://github.com/wet-boew/wet-boew/commit/4101977 Paul Jackson, 2013-02-08 16:12:50 -0500, Partial conversion of Base and WET themes to the new mobile design.
- https://github.com/wet-boew/wet-boew/commit/9a102a6 Laurent Goderre, 2013-02-08 16:39:42 -0500, Add the SVG to the mobile view
- https://github.com/wet-boew/wet-boew/commit/e180d51 Laurent Goderre, 2013-02-08 16:47:35 -0500, Fixed the positioning of the mobile canada wordmark
- https://github.com/wet-boew/wet-boew/commit/465b577 Paul Jackson, 2013-02-09 01:58:44 -0500, More mobile view conversion work on Base and WET themes.
- https://github.com/wet-boew/wet-boew/commit/eefa23e Paul Jackson, 2013-02-09 02:08:52 -0500, More mobile view conversion work on Base and WET themes.
- https://github.com/wet-boew/wet-boew/commit/e92ed72 Paul Jackson, 2013-02-09 23:54:56 -0500, Corrected back class selectors in Base theme SCSS files.
- https://github.com/wet-boew/wet-boew/commit/6f25e67 Paul Jackson, 2013-02-10 00:01:11 -0500, Replaced remaining text-shadow mixin references.
- https://github.com/wet-boew/wet-boew/commit/d95c912 Nick Schonning, 2013-02-10 00:07:04 -0500, Remove text-shadow mixins from master
- https://github.com/wet-boew/wet-boew/commit/253747b Paul Jackson, 2013-02-10 03:27:22 -0500, Updated Base and WET themes to the new mobile view.
- https://github.com/wet-boew/wet-boew/commit/7626d03 Paul Jackson, 2013-02-10 03:27:58 -0500, Removed logos from Base theme (not needed).
- https://github.com/wet-boew/wet-boew/commit/b6e5697 Paul Jackson, 2013-02-10 03:36:45 -0500, Removed jQuery Migration plugin (since jQuery 1.9 compatibility issues have been addressed.
- https://github.com/wet-boew/wet-boew/commit/79a06d7 Paul Jackson, 2013-02-10 22:27:25 -0500, Added missing French and Spanish translations.
- https://github.com/wet-boew/wet-boew/commit/bb7d856 Paul Jackson, 2013-02-10 22:30:28 -0500, Added missing Spanish i18n translation.
- https://github.com/wet-boew/wet-boew/commit/a617555 Paul Jackson, 2013-02-10 22:40:06 -0500, Fixed margins on mobile view content area h1.
- https://github.com/wet-boew/wet-boew/commit/8310bf6 Pierre Dubois, 2013-02-10 23:52:40 -0500, Flot project Integration as the drawing engine for the chart plugin.
- https://github.com/wet-boew/wet-boew/commit/ce8b100 Paul Jackson, 2013-02-11 00:49:12 -0500, Cleaned up multiple issues with the mobile views.
- https://github.com/wet-boew/wet-boew/commit/b1753c8 Paul Jackson, 2013-02-11 02:34:26 -0500, Code cleanup of mobile views.
- https://github.com/wet-boew/wet-boew/commit/efa671e Paul Jackson, 2013-02-11 03:37:27 -0500, Fixed capitalization of the current language link in mobile view when text is sourced from the i18n file.
- https://github.com/wet-boew/wet-boew/commit/5e25c8f Paul Jackson, 2013-02-11 03:41:51 -0500, Deleted docs folder. Not being used and highly unlikely will be used in the future.
- https://github.com/wet-boew/wet-boew/commit/d9cfaae Paul Jackson, 2013-02-11 03:46:11 -0500, Restoring docs folder so can be deleted in seperate merge (to keep pull request cleaner).
- https://github.com/wet-boew/wet-boew/commit/7dd0b47 Pierre Dubois, 2013-02-11 07:36:48 -0500, Add Canvas polyfills for IE8 and below (excanvas.js)
- https://github.com/wet-boew/wet-boew/commit/7ad777f Paul Jackson, 2013-02-11 10:04:15 -0500, Added non-cyrilic Spanish translation of Settings to i18n file.
- https://github.com/wet-boew/wet-boew/commit/076a9f2 Paul Jackson, 2013-02-11 10:05:44 -0500, Changed Spanish Lenguas to Idiomas in i18n.
- https://github.com/wet-boew/wet-boew/commit/a062f19 Paul Jackson, 2013-02-11 10:23:13 -0500, Switched WET theme mobile view logo over to SVG to avoid fuzziness.
- https://github.com/wet-boew/wet-boew/commit/c499777 Paul Jackson, 2013-02-11 12:59:34 -0500, Returned h1 to default appearance and decreased prominence of site title and sub-site name in mobile view as per #1204.
- https://github.com/wet-boew/wet-boew/commit/891f024 duboisp, 2013-02-11 13:01:21 -0500, Charts JS validated, excanvas moved as a dependency, Added the chart accessibility as before
- https://github.com/wet-boew/wet-boew/commit/a11030f Laurent Goderre, 2013-02-11 13:14:29 -0500, Converted the home pages to SVG FIP symbols
- https://github.com/wet-boew/wet-boew/commit/8126340 duboisp, 2013-02-11 13:19:35 -0500, Default charts colors with the possibility to overwrite it. see issue #842
- https://github.com/wet-boew/wet-boew/commit/c02c3d9 Paul Jackson, 2013-02-11 13:26:27 -0500, Added lang attributes that were missing from mobile view.
- https://github.com/wet-boew/wet-boew/commit/6d3b66b Paul Jackson, 2013-02-11 13:41:51 -0500, Minor code cleanup.
- https://github.com/wet-boew/wet-boew/commit/bcb56f1 Paul Jackson, 2013-02-11 13:50:48 -0500, Removed text shadow from mobile menu links.
- https://github.com/wet-boew/wet-boew/commit/4fb7f4c Paul Jackson, 2013-02-11 14:05:56 -0500, Fixed mobile menu corner rounding issue (too much specificity).
- https://github.com/wet-boew/wet-boew/commit/1d47f78 Joost van Ulden, 2013-02-11 11:21:48 -0800, Added attribute mapping in GeoRSS format
- https://github.com/wet-boew/wet-boew/commit/66b93ed duboisp, 2013-02-11 14:25:14 -0500, add JSHint exclusion for: excanvas.js, flot.js, flotPie.js
- https://github.com/wet-boew/wet-boew/commit/c68e426 Laurent Goderre, 2013-02-11 14:30:58 -0500, Added text alternative to SVG FIP elements
- https://github.com/wet-boew/wet-boew/commit/bfa4ef4 Laurent Goderre, 2013-02-11 16:17:16 -0500, Create seperate reponsive/non-responsive SVG for the wordmark and signature
- https://github.com/wet-boew/wet-boew/commit/b67ea0f Laurent Goderre, 2013-02-11 16:18:22 -0500, Removed duplicate images for the Intranet theme
- https://github.com/wet-boew/wet-boew/commit/39dab7a Paul Jackson, 2013-02-11 16:40:43 -0500, Fixed font size consistency issues in mobile menu.
- https://github.com/wet-boew/wet-boew/commit/232ce5d Laurent Goderre, 2013-02-11 17:11:59 -0500, Added the SVG FIP symbols to the welcome and server error pages
- https://github.com/wet-boew/wet-boew/commit/c226d9c Laurent Goderre, 2013-02-11 17:29:25 -0500, Fixed the blue halo for the Canada wordmark in mobile view when SVG is not supported
- https://github.com/wet-boew/wet-boew/commit/337e42a Pierre Dubois, 2013-02-11 18:52:19 -0500, Retrait de Raphael car il n'est plus requis pour créer les graphiques
- https://github.com/wet-boew/wet-boew/commit/9538817 Pierre Dubois, 2013-02-11 18:54:23 -0500, Removed Raphael from the jshint exclusion list
- https://github.com/wet-boew/wet-boew/commit/8e855e7 Paul Jackson, 2013-02-11 20:16:32 -0500, Fixed side menu width issue at 1200px+ in WET theme.
- https://github.com/wet-boew/wet-boew/commit/f4b098a Paul Jackson, 2013-02-11 20:25:28 -0500, Prevented temporary loading of GCWU intranet theme banner image in mobile view.
- https://github.com/wet-boew/wet-boew/commit/4607014 Paul Jackson, 2013-02-11 20:50:01 -0500, Extended base file renaming to remaining theme files.
- https://github.com/wet-boew/wet-boew/commit/e0b6992 Paul Jackson, 2013-02-11 21:10:50 -0500, Updated to details v0.1.0 to resolve jQuery 1.9 compatibility issues.
- https://github.com/wet-boew/wet-boew/commit/982e822 Paul Jackson, 2013-02-12 00:41:45 -0500, Several RTL display fixes for the Base theme and other themes.
- https://github.com/wet-boew/wet-boew/commit/a3d45cc Paul Jackson, 2013-02-12 01:52:51 -0500, RTL fixes for the WET theme.
- https://github.com/wet-boew/wet-boew/commit/c5c4d3a Paul Jackson, 2013-02-12 02:05:01 -0500, Fixed RTL issues with the GCWU theme.
- https://github.com/wet-boew/wet-boew/commit/892a088 Paul Jackson, 2013-02-12 03:00:23 -0500, Fixed GCWU intranet theme RTL issues.
- https://github.com/wet-boew/wet-boew/commit/3d87df9 Paul Jackson, 2013-02-12 03:05:23 -0500, Removed dir='rtl' from test pages.
- https://github.com/wet-boew/wet-boew/commit/2ecfd82 Laurent Goderre, 2013-02-12 09:52:36 -0500, Added the SVG FIP to the main splash page
- https://github.com/wet-boew/wet-boew/commit/8b43ed5 duboisp, 2013-02-12 10:11:00 -0500, Changed Flot 0.8 alpha to use Flot 0.7. That fix the y-axis overlapping issue #1217
- https://github.com/wet-boew/wet-boew/commit/abbaf96 Paul Jackson, 2013-02-12 10:12:56 -0500, Fixed Share widget focusoutside Webkit bug identified in #1180.
- https://github.com/wet-boew/wet-boew/commit/4e0b9ba Laurent Goderre, 2013-02-12 10:17:45 -0500, Added explicit aspect ratio attribute to prevent clipping
- https://github.com/wet-boew/wet-boew/commit/0355cc4 duboisp, 2013-02-12 16:34:29 -0500, Chart Legend are now under the graphic by default #1217
- https://github.com/wet-boew/wet-boew/commit/4284c04 Laurent Goderre, 2013-02-12 17:20:14 -0500, Added explicit height for the mobile Canada wordmark SVG
- https://github.com/wet-boew/wet-boew/commit/14bdbea Paul Jackson, 2013-02-12 21:09:37 -0500, Removed checking against h1 text in navcurrent handling. Done to avoid problems with duplicate text but different URLs.
- https://github.com/wet-boew/wet-boew/commit/88e58fa Paul Jackson, 2013-02-12 21:43:33 -0500, Re-added meter polyfill reference (since had to be removed from v3.0 since it is a v3.1 polyfill).
- https://github.com/wet-boew/wet-boew/commit/f7b02ba Paul Jackson, 2013-02-12 21:53:46 -0500, Added missing meter polyfill update function.
- https://github.com/wet-boew/wet-boew/commit/681cd4c Laurent, 2013-02-13 00:07:40 -0500, Fixed a resizing issue with older versions of WebKit
- https://github.com/wet-boew/wet-boew/commit/0f9f1b0 Laurent, 2013-02-13 00:23:42 -0500, Applied the webkit fix to the non-responisve Canada wordmark
- https://github.com/wet-boew/wet-boew/commit/8b4bcf2 Paul Jackson, 2013-02-13 09:57:11 -0500, Fixed nesting issues in Base theme mobile SCSS that incorrectly removed top rounded corners from icons.
- https://github.com/wet-boew/wet-boew/commit/301d73e Laurent Goderre, 2013-02-13 10:09:50 -0500, Fixed a typo that prevented the non-responsive Canada wordmark to display
- https://github.com/wet-boew/wet-boew/commit/f74b7fc Paul Jackson, 2013-02-13 11:59:13 -0500, Corrected Lightbox SCSS changes for v3.1.
- https://github.com/wet-boew/wet-boew/commit/7a03459 Chad Farquharson, 2013-02-13 10:04:47 -0800, added .clear-* documentation to design guide
- https://github.com/wet-boew/wet-boew/commit/17f503c Pat Heard, 2013-02-13 13:22:19 -0500, Fixes IE7 search button position in WET theme dir='rtl'
- https://github.com/wet-boew/wet-boew/commit/8a0534b Pat Heard, 2013-02-13 13:42:48 -0500, Fixes IE7 .mb-highlight element for dir='rtl'
- https://github.com/wet-boew/wet-boew/commit/b6d6bb2 Nick Schonning, 2013-02-13 13:45:02 -0500, jQuery Mobile: Merge CSS with theme CSS
- https://github.com/wet-boew/wet-boew/commit/f2337fa Nick Schonning, 2013-02-13 13:53:18 -0500, jQuery Mobile: Update demos after merging CSS
- https://github.com/wet-boew/wet-boew/commit/1480cc2 Laurent Goderre, 2013-02-13 15:30:25 -0500, Added fix that replaces the SVG with a GIF for older versions of WebKit
- https://github.com/wet-boew/wet-boew/commit/caa28b0 Laurent Goderre, 2013-02-13 15:46:46 -0500, Fixed markup issue with the non-responsive Canada Wordmark SVG
- https://github.com/wet-boew/wet-boew/commit/d140bca Pat Heard, 2013-02-13 15:51:30 -0500, Fixes IE7 horizontal page shift on load when dir='rtl'
- https://github.com/wet-boew/wet-boew/commit/9a51bf1 Pat Heard, 2013-02-13 16:39:54 -0500, Fixes IE7 .button-group position when dir='rtl'
- https://github.com/wet-boew/wet-boew/commit/a7e3dba Laurent Goderre, 2013-02-13 17:19:37 -0500, Fixed the WET theme print styles not hidding the language toggle
- https://github.com/wet-boew/wet-boew/commit/bc1ff44 Joost van Ulden, 2013-02-13 14:35:27 -0800, Minor code optimizations and added attribute mapping (alias's) to ATOM format
- https://github.com/wet-boew/wet-boew/commit/9d14b55 Paul Jackson, 2013-02-13 22:18:22 -0500, Fixed JSHint errors with GCWU theme theme.js file.
- https://github.com/wet-boew/wet-boew/commit/b841b87 Paul Jackson, 2013-02-13 22:33:41 -0500, Removed settings-ie.js since not needed. Modern browsers and old IE can share the same settings file with no issue (only JS file that doesn't make sense to have split since more maintenance for end users).
- https://github.com/wet-boew/wet-boew/commit/c3f6009 Paul Jackson, 2013-02-13 22:38:36 -0500, Deleted the actual settings-ie.js file.
- https://github.com/wet-boew/wet-boew/commit/aafbc22 Paul Jackson, 2013-02-13 23:12:00 -0500, Fixed JSHint issues in GCWU Intranet theme theme.js file.
- https://github.com/wet-boew/wet-boew/commit/c0e8266 Paul Jackson, 2013-02-14 01:15:17 -0500, Extended mobile view up to 959px max viewport width and 1023px max screen width to capture most tablets.
- https://github.com/wet-boew/wet-boew/commit/2a04828 Paul Jackson, 2013-02-14 02:00:39 -0500, Smoothed out transitions between views.
- https://github.com/wet-boew/wet-boew/commit/d932065 Paul Jackson, 2013-02-14 02:25:10 -0500, Tablet view now displays breacrumb in header versus in mobile menu.
- https://github.com/wet-boew/wet-boew/commit/cbde29e Paul Jackson, 2013-02-14 03:22:30 -0500, Updated mobile about popup to better differentiate the site/app title and version from the links.
- https://github.com/wet-boew/wet-boew/commit/a6f6cd5 Paul Jackson, 2013-02-14 03:31:17 -0500, Fixed loading of version to about popup.
- https://github.com/wet-boew/wet-boew/commit/309f785 Paul Jackson, 2013-02-14 03:40:25 -0500, Fixed padding of mobile about popup version.
- https://github.com/wet-boew/wet-boew/commit/e981a5f berubs, 2013-02-14 10:02:03 -0500, [Datepicker] Fixes 'date picker text not updated'
- https://github.com/wet-boew/wet-boew/commit/a1af76f berubs, 2013-02-14 10:32:33 -0500, [Calendar] Bump specificity on a few elements
- https://github.com/wet-boew/wet-boew/commit/0973127 Pat Heard, 2013-02-14 11:13:34 -0500, Fixes .button-group rounded corners in dir='rtl'
- https://github.com/wet-boew/wet-boew/commit/9bfa57c Pat Heard, 2013-02-14 12:08:50 -0500, Refactored only-child .button-group rules
- https://github.com/wet-boew/wet-boew/commit/8bf0d5a Paul Jackson, 2013-02-14 12:41:24 -0500, Fixed display of mobile about popup. Changed side close buttons displays display on. Added close buttons to sub-popups.
- https://github.com/wet-boew/wet-boew/commit/b1666dd Paul Jackson, 2013-02-14 14:13:36 -0500, Removed skip nav links from splash and server message pages to prevent Basic HTML version link from loading, as per issue #1252. Also corrected showing of navcurrent in the secondary menu in mobile view.
- https://github.com/wet-boew/wet-boew/commit/b18e499 Nick Schonning, 2013-02-14 14:53:53 -0500, Multimedia: Reapply changes from #882
- https://github.com/wet-boew/wet-boew/commit/cbd2e7f Paul Jackson, 2013-02-14 23:51:30 -0500, Manually included the three changes (with code corrections) from pull request #1257.
- https://github.com/wet-boew/wet-boew/commit/32ad40b Joost van Ulden, 2013-02-15 05:40:50 -0800, Made layer tabs are optional
- https://github.com/wet-boew/wet-boew/commit/eefeb99 Joost van Ulden, 2013-02-15 05:57:53 -0800, Minor markup changes
- https://github.com/wet-boew/wet-boew/commit/79d5a49 jolevesq, 2013-02-15 10:09:15 -0500, Add symbology support
- https://github.com/wet-boew/wet-boew/commit/ffdf073 Joost van Ulden, 2013-02-15 08:42:17 -0800, Added style override for KML format
- https://github.com/wet-boew/wet-boew/commit/2efa62e Joost van Ulden, 2013-02-15 10:17:43 -0800, Merged style and rule additions.
- https://github.com/wet-boew/wet-boew/commit/2e1c5a9 Joost van Ulden, 2013-02-15 10:18:48 -0800, Minor markup changes
- https://github.com/wet-boew/wet-boew/commit/1727cff jolevesq, 2013-02-15 13:57:44 -0500, Add localization function
- https://github.com/wet-boew/wet-boew/commit/0828e81 Joost van Ulden, 2013-02-15 11:40:10 -0800, Minor edits.
- https://github.com/wet-boew/wet-boew/commit/7383278 Joost van Ulden, 2013-02-15 11:51:25 -0800, Minor edits to debug mode message localization
- https://github.com/wet-boew/wet-boew/commit/1e6438c Paul Jackson, 2013-02-15 14:53:56 -0500, Reduced heading bottom margins to 0.25em (#1222). Also pe.resize is no longer called for old IE in the pe-ap.js dance function since not needed (#974).
- https://github.com/wet-boew/wet-boew/commit/64c9847 Joost van Ulden, 2013-02-15 11:55:02 -0800, Formatting edits
- https://github.com/wet-boew/wet-boew/commit/f94a385 Paul Jackson, 2013-02-15 15:09:07 -0500, Fixed dance conditional for pe.resize.
- https://github.com/wet-boew/wet-boew/commit/65bfd97 Paul Jackson, 2013-02-15 15:09:30 -0500, Fixed dance conditional for pe.resize.
- https://github.com/wet-boew/wet-boew/commit/5b764d0 Joost van Ulden, 2013-02-15 12:27:41 -0800, Minor markup changes
- https://github.com/wet-boew/wet-boew/commit/cb780a8 Paul Jackson, 2013-02-15 17:01:00 -0500, Updated working version to v3.1.0-rc1.
- https://github.com/wet-boew/wet-boew/commit/8afb756 Paul Jackson, 2013-02-15 17:06:17 -0500, Updated build version to v3.1.0-rc1-development
- https://github.com/wet-boew/wet-boew/commit/c99dbc7 Paul Jackson, 2013-02-17 00:42:14 -0500, Fixed RTL padding issues with mobile subsite and breadcrumb.
- https://github.com/wet-boew/wet-boew/commit/9393b2b Paul Jackson, 2013-02-17 01:06:03 -0500, Fixed CSS parsing error.
- https://github.com/wet-boew/wet-boew/commit/58d9278 Paul Jackson, 2013-02-17 02:23:51 -0500, Fixed loading of tablet view in Base and WET themes.
- https://github.com/wet-boew/wet-boew/commit/000c23f Paul Jackson, 2013-02-17 22:26:17 -0500, Fixed FIP SVG fallback image URLs in French working examples.
- https://github.com/wet-boew/wet-boew/commit/d24c9b6 Paul Jackson, 2013-02-17 22:44:35 -0500, Rebraced and extended li:last-child in GCWU theme _default-mobile.scss.
- https://github.com/wet-boew/wet-boew/commit/8c48e63 Paul Jackson, 2013-02-17 23:48:23 -0500, Combined sibling lis in GCWU theme _default-mobile.scss.
- https://github.com/wet-boew/wet-boew/commit/3ff5d84 jolevesq, 2013-02-18 11:50:04 -0500, Test multiple computer
- https://github.com/wet-boew/wet-boew/commit/484adf2 Neo, 2013-02-18 11:58:59 -0500, Pull from jvanulde
- https://github.com/wet-boew/wet-boew/commit/975e36b Nick Schonning, 2013-02-18 12:16:41 -0500, Charts: Concat Flot and plugins during build
- https://github.com/wet-boew/wet-boew/commit/fc2f576 Joost van Ulden, 2013-02-18 11:35:17 -0800, Cleaned up demonstration files
- https://github.com/wet-boew/wet-boew/commit/e6d2a34 Joost van Ulden, 2013-02-18 11:36:01 -0800, Added demonstration files
- https://github.com/wet-boew/wet-boew/commit/112f076 Joost van Ulden, 2013-02-18 12:31:10 -0800, Synced with English markup
- https://github.com/wet-boew/wet-boew/commit/2eda2a7 Johann Levesque, 2013-02-18 15:40:49 -0500, Zoom to feature function
- https://github.com/wet-boew/wet-boew/commit/b07d545 jolevesq, 2013-02-18 15:48:45 -0500, Pull from home
- https://github.com/wet-boew/wet-boew/commit/8018daf berubs, 2013-02-18 20:34:11 -0500, [slideout] Replace image with CSS Transform
- https://github.com/wet-boew/wet-boew/commit/317d7cb berubs, 2013-02-18 20:34:35 -0500, [slideout] CSS transform: IE7 and IE9
- https://github.com/wet-boew/wet-boew/commit/eed8e74 berubs, 2013-02-18 20:34:36 -0500, [slideout] IE8 rotation
- https://github.com/wet-boew/wet-boew/commit/294fe7d Nick Schonning, 2013-02-18 20:37:19 -0500, Slideout: Rebase and merge IE8 sheet
- https://github.com/wet-boew/wet-boew/commit/e50e3aa Paul Jackson, 2013-02-19 20:41:10 -0500, Changed remainder of :active focus fallbacks to pseudo-focus mixin.
- https://github.com/wet-boew/wet-boew/commit/b50e0db Paul Jackson, 2013-02-20 00:58:58 -0500, Smoothed out loading of mobile view black bar in GCWU and GCWU Intranet themes.
- https://github.com/wet-boew/wet-boew/commit/0f37c7a Paul Jackson, 2013-02-20 01:42:44 -0500, Smoothed out loading of Base and WET themes. Incrased mobile view padding from 3px to 5px.
- https://github.com/wet-boew/wet-boew/commit/0a2f7a2 Paul Jackson, 2013-02-20 01:51:40 -0500, Fixed contrast issue with WET theme content area visited links.
- https://github.com/wet-boew/wet-boew/commit/95f4bff Paul Jackson, 2013-02-20 03:08:05 -0500, Improved loading of SVG branding special cases (hide image initial until fixes are in place).
- https://github.com/wet-boew/wet-boew/commit/c5f83b2 Joost van Ulden, 2013-02-20 06:37:25 -0800, Clean up of demo folder
- https://github.com/wet-boew/wet-boew/commit/ac6ccb7 Paul Jackson, 2013-02-20 21:32:37 -0500, Upgraded to jQuery Mobile 1.3.0.
- https://github.com/wet-boew/wet-boew/commit/ce3f9f6 Paul Jackson, 2013-02-21 00:17:03 -0500, Replaced all .gif versions of FIP signatures and the Canada Wordmark with higher quality PNG versions generated from the SVG files (resulting in equivalent or lower file sizes).
- https://github.com/wet-boew/wet-boew/commit/fe17249 Paul Jackson, 2013-02-21 00:31:14 -0500, Corrected the height of wmms.png.
- https://github.com/wet-boew/wet-boew/commit/e36bc9a Paul Jackson, 2013-02-21 21:59:54 -0500, Restored gif files for the FIP symbols (for transitional purposes) and removed CSS that was interfering with initial loading.
- https://github.com/wet-boew/wet-boew/commit/7b3a88f Paul Jackson, 2013-02-22 00:42:54 -0500, Fixed JS error with SVG images fallback fix.
- https://github.com/wet-boew/wet-boew/commit/801ecf7 Paul Jackson, 2013-02-22 01:24:01 -0500, Fixed old Webkit detection and SVG fallback handling.
- https://github.com/wet-boew/wet-boew/commit/7698547 Paul Jackson, 2013-02-22 02:09:44 -0500, Delayed display of SVG FIP images to avoid white box flicker.
- https://github.com/wet-boew/wet-boew/commit/dce8a27 Paul Jackson, 2013-02-22 02:13:56 -0500, Removed jQuery Mobile CSS imports from non-JavaScript SCSS files. Only needed in regular theme SCSS files.
- https://github.com/wet-boew/wet-boew/commit/477fc15 Paul Jackson, 2013-02-22 02:22:45 -0500, Removed mobile view CSS and changed prefix to oldie for theme-ns-ie.scss in each of the themes.
- https://github.com/wet-boew/wet-boew/commit/ee5b75e Paul Jackson, 2013-02-22 02:23:57 -0500, Changed prefix to oldie for theme-ns-ie.scss in the CLF 2.0 theme.
- https://github.com/wet-boew/wet-boew/commit/c31f82c Paul Jackson, 2013-02-22 02:34:37 -0500, Fixed no JS and pe-disable scenarios for loading of SVG FIP images.
- https://github.com/wet-boew/wet-boew/commit/fd3139b Paul Jackson, 2013-02-22 02:53:00 -0500, Removed FIP images from the GCWU theme demo folder (only needed in src folder).
- https://github.com/wet-boew/wet-boew/commit/41cd737 Paul Jackson, 2013-02-22 02:55:12 -0500, Removed test case.
- https://github.com/wet-boew/wet-boew/commit/3cdd6ad Paul Jackson, 2013-02-22 03:21:46 -0500, Sped up display of SVG FIP images on browsers that don't display a white box initially (delay only meant to hide the white box).
- https://github.com/wet-boew/wet-boew/commit/0dcfa1e Paul Jackson, 2013-02-22 04:21:07 -0500, Cleaned up loading of SVG FIP images.
- https://github.com/wet-boew/wet-boew/commit/7233bab Paul Jackson, 2013-02-22 12:03:46 -0500, Cleaned up Safari, no-js and pe-disable support for the FIP SVG images in both the GCWU and GCWU Intranet themes.
- https://github.com/wet-boew/wet-boew/commit/b475a52 Paul Jackson, 2013-02-22 12:05:58 -0500, Added missing space to mobile view media query.
- https://github.com/wet-boew/wet-boew/commit/95f9d03 Paul Jackson, 2013-02-22 15:55:42 -0500, Added missing period to ie8 in default-screen-ie.scss.
- https://github.com/wet-boew/wet-boew/commit/2186b80 Nick Schonning, 2013-02-22 17:56:58 -0500, Cleanup: Remove remaining links to JQM CSS
- https://github.com/wet-boew/wet-boew/commit/44df6f0 Paul Jackson, 2013-02-23 21:34:24 -0500, Added svgfix to the list of conditions for changing hte image file path for the SVG FIP images in mobile view.
- https://github.com/wet-boew/wet-boew/commit/d8dbb5a Paul Jackson, 2013-02-23 22:03:40 -0500, Now hiding second skip link when in mobile view since neither the secondary navigation or footer are reachable by skip link in that view.
- https://github.com/wet-boew/wet-boew/commit/167b4ad Paul Jackson, 2013-02-23 22:04:42 -0500, Removed file that shouldn't be part of the pull request.
- https://github.com/wet-boew/wet-boew/commit/a99118f Paul Jackson, 2013-02-24 05:22:30 -0500, Extended desktop grid system to tablet view.
- https://github.com/wet-boew/wet-boew/commit/f0ade6b Paul Jackson, 2013-02-24 22:37:20 -0500, Code cleanup (rebracing, extending)
- https://github.com/wet-boew/wet-boew/commit/23494a4 Paul Jackson, 2013-02-24 23:01:19 -0500, More code cleanup (rebracing, extending)
- https://github.com/wet-boew/wet-boew/commit/5f7db48 Pat Heard, 2013-02-25 10:49:20 -0500, Fixes #1333 by consolidating multiple wb_load calls into one
- https://github.com/wet-boew/wet-boew/commit/c829f7a Pat Heard, 2013-02-25 10:50:52 -0500, Removed upper IE check (wait until browser release to determine support)
- https://github.com/wet-boew/wet-boew/commit/68cf856 Pat Heard, 2013-02-25 12:09:39 -0500, Fixes #1302: css only equalize and CLF2.0 theme
- https://github.com/wet-boew/wet-boew/commit/66e9960 Pat Heard, 2013-02-25 12:09:40 -0500, Added check for previously loaded equalize plugin
- https://github.com/wet-boew/wet-boew/commit/3f57309 Pat Heard, 2013-02-25 12:43:02 -0500, Fixed centre alignment of #gcwu-bnr-in for desktop view
- https://github.com/wet-boew/wet-boew/commit/9b5dbd1 Pierre Dubois, 2013-02-25 21:28:10 -0500, Added simple Table Zebra Stripping with CSS3 for supported browser
- https://github.com/wet-boew/wet-boew/commit/95b0c1e Pierre Dubois, 2013-02-25 21:29:29 -0500, Working Example - Simple Table Zebra Striping combined with different table style
- https://github.com/wet-boew/wet-boew/commit/1dea323 Pierre Dubois, 2013-02-25 21:51:03 -0500, Added working zebra hover effect with table row group
- https://github.com/wet-boew/wet-boew/commit/db37acd Paul Jackson, 2013-02-25 23:17:06 -0500, Removed old GCWU theme FIP gif files because the theme.js script will break in the new mobile view if the FIP gif files are used instead of the new GIF png files.
- https://github.com/wet-boew/wet-boew/commit/2d2d5e6 Paul Jackson, 2013-02-25 23:23:07 -0500, Removed old GCWU theme FIP gif files because the theme.js script will break in the new mobile view if the FIP gif files are used instead of the new GIF png files.
- https://github.com/wet-boew/wet-boew/commit/3636a51 Paul Jackson, 2013-02-25 23:44:54 -0500, Removed old GCWU theme FIP gif files because the theme.js script will break in the new mobile view if the FIP gif files are used instead of the new GIF png files.
- https://github.com/wet-boew/wet-boew/commit/f3fcf97 Paul Jackson, 2013-02-26 00:05:29 -0500, Restored minimum width for GCWU theme popup headers to minimize risk of truncation.
- https://github.com/wet-boew/wet-boew/commit/5a94992 Paul Jackson, 2013-02-26 09:44:20 -0500, Removed ' (WET)' from site titles in Arabic working examples to avoid an LTR and RTL mismatch issue with the currently English placeholder text.
- https://github.com/wet-boew/wet-boew/commit/4523b97 Paul Jackson, 2013-02-26 13:08:20 -0500, Fixed placeholder names in GCWU theme.
- https://github.com/wet-boew/wet-boew/commit/c6dcbbb Chad Farquharson, 2013-02-26 10:58:32 -0800, Updated text in design guide
- https://github.com/wet-boew/wet-boew/commit/201da47 Paul Jackson, 2013-02-26 14:25:38 -0500, Fixed RTL display issues for skip links in #1355, #1362 and #1363.
- https://github.com/wet-boew/wet-boew/commit/678c173 Paul Jackson, 2013-02-26 21:56:13 -0500, Corrected link text for links withing tab panels that link to other tabs.
- https://github.com/wet-boew/wet-boew/commit/f896752 Paul Jackson, 2013-02-26 22:17:18 -0500, Fixed contrast issues with tab interface hover colours.
- https://github.com/wet-boew/wet-boew/commit/bacecfd Paul Jackson, 2013-02-26 22:57:05 -0500, Added additional English links to the Arabic working examples in the base theme. Corrected the native Arabic language name in the i18n files.
- https://github.com/wet-boew/wet-boew/commit/10ea493 Paul Jackson, 2013-02-26 23:18:37 -0500, Added Arabic working examples (with English placeholder text) for the WET theme (for WET v3.1 testing purposes of RTL language support).
- https://github.com/wet-boew/wet-boew/commit/0e3e275 Paul Jackson, 2013-02-26 23:21:41 -0500, Corrected file names of WET theme Spanish and Arabic working examples.
- https://github.com/wet-boew/wet-boew/commit/2f5be34 Paul Jackson, 2013-02-26 23:35:45 -0500, Fixed SVG fallback transformation for mobile view in GCWU and GCWU Intranet themes.
- https://github.com/wet-boew/wet-boew/commit/781bfd6 Paul Jackson, 2013-02-27 00:19:04 -0500, Fixed display of FIP symbols in print view for GCWU theme.
- https://github.com/wet-boew/wet-boew/commit/1093f55 Paul Jackson, 2013-02-27 01:51:42 -0500, Fixed LTR and RTL display of breadcrumbs in print view.
- https://github.com/wet-boew/wet-boew/commit/9b1553b Paul Jackson, 2013-02-27 01:57:48 -0500, Corrected href paths in Arabic WET theme examples.
- https://github.com/wet-boew/wet-boew/commit/697ccd9 Paul Jackson, 2013-02-27 02:04:55 -0500, Fixed RTL display of language links in WET theme.
- https://github.com/wet-boew/wet-boew/commit/08db0cf Paul Jackson, 2013-02-27 02:38:52 -0500, Added smartphone and tablet SCSS include files for Grids. Also put WET theme working examples into two columns.
- https://github.com/wet-boew/wet-boew/commit/1fd8710 Paul Jackson, 2013-02-27 02:40:45 -0500, Put WET theme working examples into two columns.
- https://github.com/wet-boew/wet-boew/commit/17b4f22 Paul Jackson, 2013-02-27 02:49:19 -0500, Standardized arabic working examples file names.
- https://github.com/wet-boew/wet-boew/commit/947ab7c Paul Jackson, 2013-02-27 09:50:54 -0500, Fixed WET and Base working examples index pages.
- https://github.com/wet-boew/wet-boew/commit/c96b114 Paul Jackson, 2013-02-27 10:01:19 -0500, Fixed validation errors in WET theme files.
- https://github.com/wet-boew/wet-boew/commit/b256c8d Paul Jackson, 2013-02-27 10:32:10 -0500, Removed tweak for correcting content area border in RTL display for GCWU theme as it wasn't cross-browser.
- https://github.com/wet-boew/wet-boew/commit/8814763 Joost van Ulden, 2013-02-27 13:03:39 -0800, Moved map configuration options to basmap configuration.
- https://github.com/wet-boew/wet-boew/commit/b7268b3 Johann Levesque, 2013-02-27 18:35:29 -0500, Add keyboard highlight support, border on focus for the map, keyboard navigation on focus on the map and start to implement bilingual config file
- https://github.com/wet-boew/wet-boew/commit/d7a739b Paul Jackson, 2013-02-28 01:15:09 -0500, Added smartphone and tablet SCSS files to Grids
- https://github.com/wet-boew/wet-boew/commit/25c006a Paul Jackson, 2013-02-28 01:42:49 -0500, Fixed RTL mega menu clipping issues identified in #1383.
- https://github.com/wet-boew/wet-boew/commit/fa7e409 Paul Jackson, 2013-02-28 03:52:16 -0500, Cleaned up theme working example index pages.
- https://github.com/wet-boew/wet-boew/commit/0d9fb0c Joost van Ulden, 2013-02-28 09:32:08 -0800, Fixed map resize bug and minor formatting edits.
- https://github.com/wet-boew/wet-boew/commit/535bee8 Joost van Ulden, 2013-02-28 12:56:46 -0800, Deleted deprecated overlays.js file.
- https://github.com/wet-boew/wet-boew/commit/1a94330 Paul Jackson, 2013-02-28 22:06:18 -0500, Code cleanup of Grids smartphone CSS and addition of increased specificity for float override and blockquotes.
- https://github.com/wet-boew/wet-boew/commit/6610b0c Paul Jackson, 2013-02-28 22:16:49 -0500, Addition of increased specificity for float override and blockquotes in Grids mobile CSS.
- https://github.com/wet-boew/wet-boew/commit/79c8d33 Paul Jackson, 2013-02-28 22:26:45 -0500, Code cleanup for Grids mobile SCSS.
- https://github.com/wet-boew/wet-boew/commit/36f90c3 Paul Jackson, 2013-03-01 01:04:09 -0500, Added Spanish working examples to the GCWU theme.
- https://github.com/wet-boew/wet-boew/commit/9ffa81e Paul Jackson, 2013-03-01 01:14:33 -0500, Added multilingual content page examples to the GCWU theme.
- https://github.com/wet-boew/wet-boew/commit/027d93a Paul Jackson, 2013-03-01 01:30:16 -0500, Reversed order of languages in mobile view to better reflect the priority.
- https://github.com/wet-boew/wet-boew/commit/b04480e Paul Jackson, 2013-03-01 01:51:02 -0500, Corrected i18n.csv file.
- https://github.com/wet-boew/wet-boew/commit/931a83d Nick Schonning, 2013-03-01 02:06:18 -0500, i18n: Trim spaces
- https://github.com/wet-boew/wet-boew/commit/799e80f Paul Jackson, 2013-03-01 07:38:11 -0500, Fixed error with language looping in mobile view.
- https://github.com/wet-boew/wet-boew/commit/08527a6 Paul Jackson, 2013-03-01 08:01:15 -0500, Fixed captialization of links in language popup of mobile view.
- https://github.com/wet-boew/wet-boew/commit/2c44573 Johann Levesque, 2013-03-01 13:37:30 -0500, Add attributes to feature for HTML table and correct error when no overlay file specify
- https://github.com/wet-boew/wet-boew/commit/a5fb705 Nick Schonning, 2013-03-01 13:51:56 -0500, Cleanup: Remove CSS refrences in root HTML files
- https://github.com/wet-boew/wet-boew/commit/68bcd59 Paul Jackson, 2013-03-01 21:45:00 -0500, Fixed selector for Grids blockquote float overrides.
- https://github.com/wet-boew/wet-boew/commit/bc83b4b Paul Jackson, 2013-03-01 22:17:40 -0500, Fixed display of language links in mobile view (#1405).
- https://github.com/wet-boew/wet-boew/commit/bfe54fd Paul Jackson, 2013-03-01 23:07:18 -0500, Fixed order of languages in GCWU theme RTL working examples. Removed most of gcnb and gcft links for non-en/fr languages.
- https://github.com/wet-boew/wet-boew/commit/51847c3 Paul Jackson, 2013-03-01 23:25:44 -0500, Removed RTL border overrides to address issue #1400.
- https://github.com/wet-boew/wet-boew/commit/93bd832 Paul Jackson, 2013-03-01 23:47:05 -0500, Corrected link colour specificity for background-accent and similar classes to address issue #1316.
- https://github.com/wet-boew/wet-boew/commit/0c35b66 Paul Jackson, 2013-03-02 21:31:36 -0500, Added i18n support for new Table column toggle feature added in jQuery Mobile 1.3.
- https://github.com/wet-boew/wet-boew/commit/4258957 Paul Jackson, 2013-03-03 03:10:44 -0500, Updated i18n file with new template placeholders/filler text.
- https://github.com/wet-boew/wet-boew/commit/4f77912 jolevesq, 2013-03-04 07:35:58 -0500, Update Workstation
- https://github.com/wet-boew/wet-boew/commit/8f8ac2f jolevesq, 2013-03-04 10:55:14 -0500, Solve Cannot read property 'selectedFeatures' of undefined for tabular layer when we zoom.
- https://github.com/wet-boew/wet-boew/commit/120e7ef Joost van Ulden, 2013-03-04 09:56:38 -0800, Minor markup changes
- https://github.com/wet-boew/wet-boew/commit/9b5b7ed jolevesq, 2013-03-04 12:58:39 -0500, before new markup
- https://github.com/wet-boew/wet-boew/commit/81c5088 jolevesq, 2013-03-04 13:50:58 -0500, Markup modification for table style
- https://github.com/wet-boew/wet-boew/commit/f8a3982 Paul Jackson, 2013-03-04 14:30:54 -0500, Removed loading of equalheights.js for all non-IE browsers, except for Tabbed interface which still has a dependency.
- https://github.com/wet-boew/wet-boew/commit/c3ad734 Joost van Ulden, 2013-03-04 12:19:46 -0800, Removed css override for legend checkboxes.
- https://github.com/wet-boew/wet-boew/commit/87d3ae9 Joost van Ulden, 2013-03-04 12:20:02 -0800, Minor formatting edit.
- https://github.com/wet-boew/wet-boew/commit/d7f8c4d Paul Jackson, 2013-03-04 15:25:56 -0500, Added missing event trigger when there are no dependencies to load.
- https://github.com/wet-boew/wet-boew/commit/10deb29 Joost van Ulden, 2013-03-04 12:35:04 -0800, Minor markup changes and class additions for legend.
- https://github.com/wet-boew/wet-boew/commit/c206b9d jolevesq, 2013-03-04 16:01:56 -0500, Convert code to functions
- https://github.com/wet-boew/wet-boew/commit/61df4f2 Joost van Ulden, 2013-03-04 13:10:25 -0800, Minor markup changes and class edits for debug panels.
- https://github.com/wet-boew/wet-boew/commit/616b913 Joost van Ulden, 2013-03-04 16:45:51 -0800, Added th for zoomTo column.
- https://github.com/wet-boew/wet-boew/commit/38a263e Joost van Ulden, 2013-03-04 16:56:16 -0800, Added tables plugin to demonstration inline table.
- https://github.com/wet-boew/wet-boew/commit/9769844 Joost van Ulden, 2013-03-04 18:23:00 -0800, Added configuration for tables plugin.
- https://github.com/wet-boew/wet-boew/commit/cdcf7d0 Pierre Dubois, 2013-03-04 23:00:27 -0500, Optimization of the zebra stripping for simple table and simple grouping table. Related to #1123
- https://github.com/wet-boew/wet-boew/commit/7bd8872 Paul Jackson, 2013-03-04 23:58:16 -0500, Removed resize dependency entries.
- https://github.com/wet-boew/wet-boew/commit/e06b460 Paul Jackson, 2013-03-05 00:06:32 -0500, Reduced the number of jQuery object creations for html, document and window.
- https://github.com/wet-boew/wet-boew/commit/81990e8 Paul Jackson, 2013-03-05 00:21:00 -0500, Fixed JSHint error.
- https://github.com/wet-boew/wet-boew/commit/1a68c7e jolevesq, 2013-03-05 10:56:18 -0500, Add th from geomap.js for zoom column in HTML table
- https://github.com/wet-boew/wet-boew/commit/a084c9f Paul Jackson, 2013-03-05 13:19:42 -0500, Corrected minor Share widget comment
- https://github.com/wet-boew/wet-boew/commit/1d142ea Chad Farquharson, 2013-03-05 12:41:01 -0800, updated code for column-count
- https://github.com/wet-boew/wet-boew/commit/74c1bd2 jolevesq, 2013-03-05 16:05:46 -0500, Add datatable functionalities in geomap.js. It is not finish yet.
- https://github.com/wet-boew/wet-boew/commit/d7ea59c Chad Farquharson, 2013-03-05 14:15:04 -0800, Column count CSS changed to match naming conventions
- https://github.com/wet-boew/wet-boew/commit/1c3d87e Pierre Dubois, 2013-03-05 22:24:04 -0500, Zebra - Simplifying and Optimization - Complex table and list. Related to #1123
- https://github.com/wet-boew/wet-boew/commit/3d7c3c5 Paul Jackson, 2013-03-05 23:05:36 -0500, Moved tablet view to a fluid grid. Moved generic mobile CSS to the Grids util mobile. More placeholders/extends for Grids responsive.
- https://github.com/wet-boew/wet-boew/commit/658a0b2 Paul Jackson, 2013-03-05 23:27:17 -0500, Corrected padding in tablet view and moved mobile wb-main-in padding specification from theme CSS to Grids CSS.
- https://github.com/wet-boew/wet-boew/commit/4d03657 Paul Jackson, 2013-03-05 23:58:48 -0500, Removed event handler nesting in multimedia.js to resolve #1428.
- https://github.com/wet-boew/wet-boew/commit/1a47582 Paul Jackson, 2013-03-06 00:17:44 -0500, Corrected nesting issues in Grids.
- https://github.com/wet-boew/wet-boew/commit/a4cc037 Paul Jackson, 2013-03-06 00:26:01 -0500, Removed h1 left/right margins in tablet view.
- https://github.com/wet-boew/wet-boew/commit/3dd19a6 Pat Heard, 2013-03-06 09:06:30 -0500, Fixes #1404: Re-equalize heights when equalize plugin is active on #wb-main
- https://github.com/wet-boew/wet-boew/commit/18804fd Gabriel Vautour, 2013-03-06 09:42:47 -0500, Page break classes for print
- https://github.com/wet-boew/wet-boew/commit/7d7c62c Paul Jackson, 2013-03-06 10:33:09 -0500, Added language direction row to i18n.csv file.
- https://github.com/wet-boew/wet-boew/commit/92adf0f Paul Jackson, 2013-03-06 10:40:28 -0500, Added margin-left to float-right span-* grid elements in tablet view.
- https://github.com/wet-boew/wet-boew/commit/8b4f521 Paul Jackson, 2013-03-06 12:03:41 -0500, Fixed bracing issue from print fix.
- https://github.com/wet-boew/wet-boew/commit/66413f6 Paul Jackson, 2013-03-06 14:15:52 -0500, Created custom scripts section at the end of the body of each HTML file and changed CustomsScriptsCSSStart/End comments to just CustomsCSSStart/End to reflect that scripts should only be at the end of the body.
- https://github.com/wet-boew/wet-boew/commit/8dc3ab8 Paul Jackson, 2013-03-06 14:18:29 -0500, Added line between template script section and custom script section.
- https://github.com/wet-boew/wet-boew/commit/7cbd6e1 Nick Schonning, 2013-03-06 16:33:51 -0500, Cleanup: Extend/placeholder pagebrake SCSS
- https://github.com/wet-boew/wet-boew/commit/44c96ce Nick Schonning, 2013-03-06 17:07:42 -0500, CSSLint: Suppress some currenlty unfixable rules
- https://github.com/wet-boew/wet-boew/commit/0e211d9 Nick Schonning, 2013-03-06 17:19:52 -0500, Cleanup: Change comment type for SCSS compat
- https://github.com/wet-boew/wet-boew/commit/6c73c39 Paul Jackson, 2013-03-07 02:40:47 -0500, Removed Tabbed interface dependency on equalheights.js as per issue #1431. Also corrected spacing in theme.js files.
- https://github.com/wet-boew/wet-boew/commit/197fc92 Paul Jackson, 2013-03-07 02:41:50 -0500, Corrected spacing in theme.js files.
- https://github.com/wet-boew/wet-boew/commit/53684c4 Paul Jackson, 2013-03-07 03:10:09 -0500, Added check for sessionStorage to make sure defined before using in Tabbed interface (for using IE locally where the sessionStorage polyfill can't work).
- https://github.com/wet-boew/wet-boew/commit/8a93fa4 Paul Jackson, 2013-03-07 03:20:53 -0500, Fixed RTL breadcrumb display.
- https://github.com/wet-boew/wet-boew/commit/bfc4e8b Johann Levesque, 2013-03-07 07:05:19 -0500, Add load config file from outside the domain. Add legend and tab class to wet-boew-geomap. Those item are now created dynamically
- https://github.com/wet-boew/wet-boew/commit/783462b Joost van Ulden, 2013-03-07 06:00:49 -0800, Mnor markup changes
- https://github.com/wet-boew/wet-boew/commit/f4a5d19 Joost van Ulden, 2013-03-07 06:14:03 -0800, Class changes to simplfy optional tabs and legend configuration
- https://github.com/wet-boew/wet-boew/commit/44ee171 Pat Heard, 2013-03-07 10:02:01 -0500, Fixed path to megamenu content
- https://github.com/wet-boew/wet-boew/commit/88af896 Pat Heard, 2013-03-07 11:35:10 -0500, Fixes #1457: set hidden popups to hide right instead of left
- https://github.com/wet-boew/wet-boew/commit/7aa0228 Johann Levesque, 2013-03-07 11:49:35 -0500, Add wheel zoom on mao focus, debug message and zoom column header
- https://github.com/wet-boew/wet-boew/commit/cdb52b9 Johann Levesque, 2013-03-07 15:17:04 -0500, new icons, add datatables on HTML
- https://github.com/wet-boew/wet-boew/commit/f36582f Johann Levesque, 2013-03-07 17:14:02 -0500, Add data-geometry and data-type on tr element and remove the geometry we-invisible column
- https://github.com/wet-boew/wet-boew/commit/588225b Eric Dunsworth, 2013-03-07 19:21:36 -0500, Added a space between the slide out tab's state and name strings (prevents words from sticking together).
- https://github.com/wet-boew/wet-boew/commit/d4806ca Paul Jackson, 2013-03-08 01:52:13 -0500, Fixed HTML validation errors.
- https://github.com/wet-boew/wet-boew/commit/dde77dd Pierre Dubois, 2013-03-08 07:22:03 -0500, Zebra - Optimization - List and complex table. Related to #1123
- https://github.com/wet-boew/wet-boew/commit/0942904 Nick Schonning, 2013-03-08 15:14:30 -0500, Printing: Prefix print page break classes
- https://github.com/wet-boew/wet-boew/commit/7d35324 Pierre Dubois, 2013-03-10 23:20:49 -0500, Added an option to set the accessibility coding #722, Added the option auto generate id prefix and Added the possibility to paste the table element
- https://github.com/wet-boew/wet-boew/commit/1333fd1 Joost van Ulden, 2013-03-11 07:34:57 -0700, Markup changes and issues #1487 & #1488 addressed.
- https://github.com/wet-boew/wet-boew/commit/d66b55e Joost van Ulden, 2013-03-11 07:42:28 -0700, Minor markup changes
- https://github.com/wet-boew/wet-boew/commit/1073aa8 Joost van Ulden, 2013-03-11 08:54:09 -0700, Minor markup changes.
- https://github.com/wet-boew/wet-boew/commit/ac24777 Joost van Ulden, 2013-03-11 11:41:51 -0700, Fixed legend float and map width issues.
- https://github.com/wet-boew/wet-boew/commit/08b69a1 Joost van Ulden, 2013-03-11 15:04:08 -0700, Minor markup changes.
- https://github.com/wet-boew/wet-boew/commit/b2cc257 Paul Jackson, 2013-03-12 02:13:23 -0400, Aligned WET theme with SVG approach of GCwU theme. Cleaned up SVG logo loading and fallback.
- https://github.com/wet-boew/wet-boew/commit/74a18a9 Paul Jackson, 2013-03-12 02:27:07 -0400, Fixed SVG loading in IE7/8 (#1314).
- https://github.com/wet-boew/wet-boew/commit/43d6302 Joost van Ulden, 2013-03-12 07:03:01 -0700, Script optimization and clean up.
- https://github.com/wet-boew/wet-boew/commit/e94ccf6 Johann Levesque, 2013-03-12 10:59:53 -0400, Before merge with latest
- https://github.com/wet-boew/wet-boew/commit/cd05f2b Johann Levesque, 2013-03-12 11:26:10 -0400, Commit bug
- https://github.com/wet-boew/wet-boew/commit/26c5c54 Joost van Ulden, 2013-03-12 14:00:20 -0700, Added plugin refresh method and optimized.
- https://github.com/wet-boew/wet-boew/commit/04a6b8a Paul Jackson, 2013-03-12 21:53:10 -0400, Added missing spaces to i18n file for form validation error message summaries.
- https://github.com/wet-boew/wet-boew/commit/4b19810 Paul Jackson, 2013-03-12 22:14:12 -0400, Removed commented out code from Base theme JS.
- https://github.com/wet-boew/wet-boew/commit/fa1d486 Pierre Dubois, 2013-03-12 21:58:56 -0500, Charts: Added back the parsedirection support #1519; Added a working example that use the option parsedirection; Fixed wrong label offset for bar chart with one set of data;
- https://github.com/wet-boew/wet-boew/commit/ca919e3 Pierre Dubois, 2013-03-12 22:20:29 -0500, jshint charts.js
- https://github.com/wet-boew/wet-boew/commit/32adfab Johann Levesque, 2013-03-13 07:21:55 -0400, Table in mobile mode
- https://github.com/wet-boew/wet-boew/commit/855c240 Joost van Ulden, 2013-03-13 08:03:58 -0700, Removed point radius restriction on selected feature
- https://github.com/wet-boew/wet-boew/commit/d6e45b8 Paul Jackson, 2013-03-13 12:09:56 -0400, Fixed SVG logo issues and some CSS issues with GCWU splash and server message pages.
- https://github.com/wet-boew/wet-boew/commit/2e6e2e8 Johann Levesque, 2013-03-13 17:44:58 -0400, Add tabs and datatable for mobile. Launch tables/tabbedinterface plugin in onFeatureAdded.
- https://github.com/wet-boew/wet-boew/commit/43e6ced jolevesq, 2013-03-14 16:01:12 -0400, Repair tabs and data tables for mobile.
- https://github.com/wet-boew/wet-boew/commit/847d28b Pierre Dubois, 2013-03-14 21:47:28 -0500, Labels Charts working example (uniformtick and labelposition options)
- https://github.com/wet-boew/wet-boew/commit/cc8b81c Paul Jackson, 2013-03-15 01:36:55 -0400, Added tabindex='-1' to objects for SVG logos to prevent them from getting keyboard focus.
- https://github.com/wet-boew/wet-boew/commit/98a0762 Johann Levesque, 2013-03-15 12:17:08 -0400, Correct JSHint errors
- https://github.com/wet-boew/wet-boew/commit/b71aa26 Paul Jackson, 2013-03-16 03:57:42 -0400, Fixed JSHint issues. Moved all but debug strings over to i18n approach (added Spanish translations). Cleaned up several jQuery 1.9 compatibility issues. Optimized the code a bit (mainly caching object calls).
- https://github.com/wet-boew/wet-boew/commit/034e20a Paul Jackson, 2013-03-16 05:30:44 -0400, Fixed a few bugs left over from merging.
- https://github.com/wet-boew/wet-boew/commit/2395e40 Nick Schonning, 2013-03-16 18:34:13 -0300, Geomap: Remove console debugging call
- https://github.com/wet-boew/wet-boew/commit/484ce55 Paul Jackson, 2013-03-16 20:05:45 -0400, Fixed encoding of i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/289de29 Paul Jackson, 2013-03-16 20:10:38 -0400, Minor code fixes.
- https://github.com/wet-boew/wet-boew/commit/dda07af Paul Jackson, 2013-03-16 21:13:57 -0400, Minor JS fixes.
- https://github.com/wet-boew/wet-boew/commit/87a09f4 Paul Jackson, 2013-03-18 02:24:03 -0400, Fixed display of WET theme SVG logos for RTL. Fixed display of SVG logos in GCWU intranet mobile view. Implemented extends/placeholders for multiple SCSS files.
- https://github.com/wet-boew/wet-boew/commit/378ebc0 Paul Jackson, 2013-03-18 04:54:48 -0400, Fix to GCWU intranet SVG icons in mobile view. More extends/placeholders in SCSS. Changed pe. to _pe. where feasible.
- https://github.com/wet-boew/wet-boew/commit/a310521 Paul Jackson, 2013-03-18 09:21:30 -0400, Converted data-wet-boew values to proper JSON.
- https://github.com/wet-boew/wet-boew/commit/04681f9 Paul Jackson, 2013-03-18 09:37:39 -0400, Corrected headings in HTML markup.
- https://github.com/wet-boew/wet-boew/commit/49ea7b9 Paul Jackson, 2013-03-18 09:56:33 -0400, Minor code optimizations and used colour shorthand.
- https://github.com/wet-boew/wet-boew/commit/690d922 Paul Jackson, 2013-03-18 10:03:27 -0400, Changed window.OpenLayers and window.Proj4js to OpenLayers and Proj4js. Changed pe. to _pe.
- https://github.com/wet-boew/wet-boew/commit/02a36c5 Paul Jackson, 2013-03-18 10:04:46 -0400, Changed window.Proj4js to Proj4js.
- https://github.com/wet-boew/wet-boew/commit/6fc55c7 Laurent, 2013-03-18 11:49:09 -0400, Regenerated FIP PNG for better quality
- https://github.com/wet-boew/wet-boew/commit/ef7cf4c Paul Jackson, 2013-03-18 14:40:03 -0400, Cleaned up SCSS.
- https://github.com/wet-boew/wet-boew/commit/290ced9 Paul Jackson, 2013-03-18 14:42:18 -0400, Removed test HTML.
- https://github.com/wet-boew/wet-boew/commit/657e1a6 Paul Jackson, 2013-03-18 14:43:26 -0400, Removed double space
- https://github.com/wet-boew/wet-boew/commit/66edb1c Paul Jackson, 2013-03-18 16:01:07 -0400, Fixed grids margin issue in desktop view.
- https://github.com/wet-boew/wet-boew/commit/ffb41cb Paul Jackson, 2013-03-18 16:31:57 -0400, Cleanup of some of the minor issues arising from #1551.
- https://github.com/wet-boew/wet-boew/commit/ff3c257 Nick Schonning, 2013-03-18 17:16:29 -0400, Archive: Remove background placeholder
- https://github.com/wet-boew/wet-boew/commit/55d8890 Pierre Dubois, 2013-03-18 20:56:26 -0500, Validated zebra for IE by simulation. JSLint files, applied fixes e6d2b717ea8556c3ae1ea0ee89ddbe155ec6fb06 and ba81616b5efbd5acbe2014d04e6ca0a35b2f6678 , Related to #1123
- https://github.com/wet-boew/wet-boew/commit/0b34825 Pierre Dubois, 2013-03-18 22:09:39 -0500, Adapted and applied fix 378ebc08f63e3d0a591dd643d535006ee895f07d about extends/placeholders in SCSS. Related to #1123
- https://github.com/wet-boew/wet-boew/commit/7e1743f Paul Jackson, 2013-03-18 23:17:18 -0400, Moved Geomap exec function to the top. Merged wet_boew_geomap generated by config file into opts so don't have to refer directly to wet_boew_geomap any more. Separated debug into a separate dependency that is only loaded when the debug class is applied.
- https://github.com/wet-boew/wet-boew/commit/a13a589 Paul Jackson, 2013-03-18 23:34:16 -0400, Removed trailing space.
- https://github.com/wet-boew/wet-boew/commit/2f4f185 Paul Jackson, 2013-03-19 00:03:57 -0400, Removed trailing spaces and extra tabs.
- https://github.com/wet-boew/wet-boew/commit/8df87bd Paul Jackson, 2013-03-19 00:08:26 -0400, Removed commented out debug block from Geomap HTML files.
- https://github.com/wet-boew/wet-boew/commit/840075c Pat Heard, 2013-03-19 10:08:20 -0400, Aligned ARIA attributes with jQuery UI Tabs
- https://github.com/wet-boew/wet-boew/commit/1c106b6 Chad Farquharson, 2013-03-19 08:55:04 -0700, Updates to Design guide documentation
- https://github.com/wet-boew/wet-boew/commit/a843732 Laurent Goderre, 2013-03-19 13:45:39 -0300, Removed space from the language direction id
- https://github.com/wet-boew/wet-boew/commit/9a37d99 Paul Jackson, 2013-03-19 13:15:47 -0400, Fixed HTML validation errors. Fixed WCAG issues with KML file.
- https://github.com/wet-boew/wet-boew/commit/cc9ab71 Pat Heard, 2013-03-19 14:04:45 -0400, Restricted mobile css to mobile view, fixed legend overlap in Chrome
- https://github.com/wet-boew/wet-boew/commit/473ac84 Paul Jackson, 2013-03-19 14:31:14 -0400, Fixed missing alt attributes with overrides. Need to fix in OpenLayers directly in the future (left TODO comments).
- https://github.com/wet-boew/wet-boew/commit/f2def58 Paul Jackson, 2013-03-19 14:33:10 -0400, Removed unused evt variable.
- https://github.com/wet-boew/wet-boew/commit/e0eca87 Paul Jackson, 2013-03-19 14:38:27 -0400, Added files missing from pull request.
- https://github.com/wet-boew/wet-boew/commit/650d21a Paul Jackson, 2013-03-19 15:00:55 -0400, Fixed issue in logo image switching in IE7.
- https://github.com/wet-boew/wet-boew/commit/ed1ea66 Paul Jackson, 2013-03-19 15:16:43 -0400, Enhanced legend checkboxes in mobile view with jQuery Mobile.
- https://github.com/wet-boew/wet-boew/commit/01cc521 Paul Jackson, 2013-03-19 15:26:08 -0400, Fixed visual display in mobile view.
- https://github.com/wet-boew/wet-boew/commit/b3a609d Pat Heard, 2013-03-19 15:28:13 -0400, Fixes replacement of SVG images in IE7
- https://github.com/wet-boew/wet-boew/commit/31e501c Johann Levesque, 2013-03-19 15:30:03 -0400, Use base64 for pan zoom bar image. Added a transparent png to use to load button (need an image). Slider is still an mage because the call is in openlayers.js.
- https://github.com/wet-boew/wet-boew/commit/9610906 Paul Jackson, 2013-03-19 15:31:45 -0400, Prevented overriding of .width-100 in mobile view.
- https://github.com/wet-boew/wet-boew/commit/2862a13 Pierre Dubois, 2013-03-19 16:00:54 -0400, Use of the latest markup change on zebra working example
- https://github.com/wet-boew/wet-boew/commit/8a608c2 Paul Jackson, 2013-03-19 16:01:25 -0400, Fixed loading of data tables in mobile view.
- https://github.com/wet-boew/wet-boew/commit/e14ac0c Pierre Dubois, 2013-03-19 16:14:56 -0400, Added working example (Chart and Zebra) to the index pages
- https://github.com/wet-boew/wet-boew/commit/bfc854e Paul Jackson, 2013-03-19 16:27:24 -0400, Fixed display in tablet view and removed unnecessary code.
- https://github.com/wet-boew/wet-boew/commit/35b11c4 Paul Jackson, 2013-03-19 16:35:03 -0400, Added missing event handlers for fixing missing alt attributes on tile images.
- https://github.com/wet-boew/wet-boew/commit/3ca7d85 Pierre Dubois, 2013-03-19 16:43:57 -0400, Zebra Stripping - Try to fix IE issue
- https://github.com/wet-boew/wet-boew/commit/4b73be5 Johann Levesque, 2013-03-19 17:13:20 -0400, Changes related to issue 1539
- https://github.com/wet-boew/wet-boew/commit/601a8dc Chad Farquharson, 2013-03-19 16:03:17 -0700, more text edits to design guide
- https://github.com/wet-boew/wet-boew/commit/d40b8f7 Paul Jackson, 2013-03-19 20:49:14 -0400, Implemented more efficient way of fixing layout issues for data tables.
- https://github.com/wet-boew/wet-boew/commit/4756590 Paul Jackson, 2013-03-19 21:31:19 -0400, Improved keyboard outline for map buttons. Cleaned up config files.
- https://github.com/wet-boew/wet-boew/commit/d1334c3 Paul Jackson, 2013-03-19 21:48:11 -0400, Cleaned up config files.
- https://github.com/wet-boew/wet-boew/commit/48e41cf Paul Jackson, 2013-03-19 22:05:47 -0400, Added missing semi-colon.
- https://github.com/wet-boew/wet-boew/commit/bc503f3 Paul Jackson, 2013-03-19 22:57:46 -0400, Fixed zoom to buttons. Now display correctly and shift focus to the map.
- https://github.com/wet-boew/wet-boew/commit/a5e0f19 Paul Jackson, 2013-03-19 23:20:50 -0400, Moved a = layer.attributes out of the loop and made more meaningful.
- https://github.com/wet-boew/wet-boew/commit/fa271fd Paul Jackson, 2013-03-20 01:32:06 -0400, Changed overlay handling so failed layer retrieval doesn't prevent anything else from displaying.
- https://github.com/wet-boew/wet-boew/commit/12dff6f Paul Jackson, 2013-03-20 01:35:06 -0400, Removed console reference.
- https://github.com/wet-boew/wet-boew/commit/187eb64 Paul Jackson, 2013-03-20 02:28:10 -0400, Fixed applying of alt text to controls.
- https://github.com/wet-boew/wet-boew/commit/3049c20 Paul Jackson, 2013-03-20 03:28:14 -0400, Fixed GCWU Intranet theme :hover, :visited and :active link colour.
- https://github.com/wet-boew/wet-boew/commit/f2387c3 Paul Jackson, 2013-03-20 04:41:15 -0400, Removed ! from geomap.js comment and cached row.
- https://github.com/wet-boew/wet-boew/commit/8693e05 Pat Heard, 2013-03-20 08:03:56 -0400, Explicit check for elements from getElementsByTagName
- https://github.com/wet-boew/wet-boew/commit/bffd656 Johann Levesque, 2013-03-20 10:38:17 -0400, Resolve issues raise by 1539
- https://github.com/wet-boew/wet-boew/commit/f1328a1 Johann Levesque, 2013-03-20 14:12:26 -0400, Remove blank href need. Put event on tr.
- https://github.com/wet-boew/wet-boew/commit/90188a8 Johann Levesque, 2013-03-20 15:22:30 -0400, Add French basemap service.
- https://github.com/wet-boew/wet-boew/commit/05cc36b Johann Levesque, 2013-03-20 16:56:23 -0400, Resolve Base 64 images issues
- https://github.com/wet-boew/wet-boew/commit/b049545 Paul Jackson, 2013-03-21 10:10:09 -0400, Changed _pe reference to pe in datalist.js to resolve JavaScript error.
- https://github.com/wet-boew/wet-boew/commit/e55b2e8 jolevesq, 2013-03-21 10:24:55 -0400, Remove unused variables
- https://github.com/wet-boew/wet-boew/commit/c41b7a1 Pat Heard, 2013-03-21 11:01:00 -0400, Fixed metadata languages in theme-gcwu-fegc and theme-wet-boew
- https://github.com/wet-boew/wet-boew/commit/497c3f9 jolevesq, 2013-03-21 12:52:55 -0400, Fixed bad character
- https://github.com/wet-boew/wet-boew/commit/b68c507 Paul Jackson, 2013-03-21 14:48:35 -0400, Fixed numerous display issues related to the SVG logos in the GC Web Usability theme and the GC Intranet theme.
- https://github.com/wet-boew/wet-boew/commit/d6a9477 Paul Jackson, 2013-03-21 14:49:28 -0400, Removed dead code in theme.js.
- https://github.com/wet-boew/wet-boew/commit/ba5fd20 Paul Jackson, 2013-03-21 16:15:15 -0400, Fixed WET theme SVG logo display issues. Fixed display of FIP images in IE7/8 in Splash pages of GC Web Usability theme and GC Intranet theme.
- https://github.com/wet-boew/wet-boew/commit/911493d Paul Jackson, 2013-03-21 16:24:00 -0400, Corrections to JS-based SVG loading logic for GC Intranet and WET themes.
- https://github.com/wet-boew/wet-boew/commit/1b79dae Paul Jackson, 2013-03-21 22:36:54 -0400, Added i18n strings needed for #987.
- https://github.com/wet-boew/wet-boew/commit/c18c18c Paul Jackson, 2013-03-21 23:39:59 -0400, Fixed display issues when printing RTL pages that are in mobile view.
- https://github.com/wet-boew/wet-boew/commit/4b1b421 Paul Jackson, 2013-03-21 23:44:13 -0400, Fixed potential RTL issues in Lightbox because of use of text-indent: -9999px.
- https://github.com/wet-boew/wet-boew/commit/e11433d Paul Jackson, 2013-03-21 23:49:10 -0400, Mobile view fix for ul.button-group.
- https://github.com/wet-boew/wet-boew/commit/67601f9 Paul Jackson, 2013-03-22 00:45:07 -0400, Disabled Geomap KML example because it is causing a JavaScript error that prevents other overlays from loading.
- https://github.com/wet-boew/wet-boew/commit/2a5fbc7 Johann Levesque, 2013-03-22 14:22:03 -0400, Fix getElementByNameTag error
- https://github.com/wet-boew/wet-boew/commit/443fc08 Johann Levesque, 2013-03-22 14:34:46 -0400, Add a test to see what type of object is read
- https://github.com/wet-boew/wet-boew/commit/dcea07a Pierre Dubois, 2013-03-22 20:06:12 -0500, Zebra SCSS - Removed extends instructions, that fixed small bug in Firefox and half of bug in IE.
- https://github.com/wet-boew/wet-boew/commit/ef76bdf berubs, 2013-03-23 14:14:23 -0400, [event-calendar] Fix hover contrast issue
- https://github.com/wet-boew/wet-boew/commit/504abf3 Paul Jackson, 2013-03-24 03:29:14 -0400, Fixed JSHint issue,
- https://github.com/wet-boew/wet-boew/commit/ff60c57 Eric Dunsworth, 2013-03-24 21:29:16 -0400, Fixed various broken links.
- https://github.com/wet-boew/wet-boew/commit/3cf92ef Eric Dunsworth, 2013-03-24 21:46:30 -0400, Renamed French/English versions of cont-nositemenu-*.html to cont-nositemenubc-*.html for consistency (and to resolve broken links to them).
- https://github.com/wet-boew/wet-boew/commit/243e11e Paul Jackson, 2013-03-24 23:15:07 -0400, Eliminated the need for separate wb_load calls for data tables and tabbed interface since wb_load now deals much better with nested calls.
- https://github.com/wet-boew/wet-boew/commit/d09ccef Paul Jackson, 2013-03-25 00:16:36 -0400, Added .tablet-show, .tablet-hide, .smartphone-show and .smartphone-hide classes.
- https://github.com/wet-boew/wet-boew/commit/e2c8f98 Paul Jackson, 2013-03-25 00:30:24 -0400, Manually merged in #1619, correcting the issues.
- https://github.com/wet-boew/wet-boew/commit/31b22b6 Paul Jackson, 2013-03-25 00:31:06 -0400, Re-enabled Geomap KML examples.
- https://github.com/wet-boew/wet-boew/commit/698a75f Paul Jackson, 2013-03-25 00:50:22 -0400, Corrected ordering of Geomap KML fixes.
- https://github.com/wet-boew/wet-boew/commit/2d7086c Laurent Goderre, 2013-03-25 12:16:47 -0300, Removed encoded comma for template string
- https://github.com/wet-boew/wet-boew/commit/7288531 Laurent Goderre, 2013-03-25 12:57:48 -0300, Removed more encoded commas from the i18n file
- https://github.com/wet-boew/wet-boew/commit/2aca6b4 Paul Jackson, 2013-03-25 12:23:54 -0400, Fixed up discrepencies in RTL base theme examples.
- https://github.com/wet-boew/wet-boew/commit/08f027e Paul Jackson, 2013-03-25 12:25:20 -0400, Cleaned up pull request.
- https://github.com/wet-boew/wet-boew/commit/6b5c854 Paul Jackson, 2013-03-25 12:25:58 -0400, Cleaned up pull request.
- https://github.com/wet-boew/wet-boew/commit/f212b5f Paul Jackson, 2013-03-25 13:31:03 -0400, Fixed legend wrapping as per #1641.
- https://github.com/wet-boew/wet-boew/commit/85ebca6 Paul Jackson, 2013-03-25 13:49:43 -0400, Changed menu-ara.txt to menu-ar.txt to align with other i18n examples.
- https://github.com/wet-boew/wet-boew/commit/92f8955 Paul Jackson, 2013-03-25 13:51:06 -0400, Changed file name of menu-ara.txt to menu-ar.txt.
- https://github.com/wet-boew/wet-boew/commit/b690d38 Pierre Dubois, 2013-03-25 14:30:13 -0400, Zebra - IE Styling issue fixed
- https://github.com/wet-boew/wet-boew/commit/4a91744 Paul Jackson, 2013-03-25 14:52:14 -0400, Fixed example site title in i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/f5d79a9 Pat Heard, 2013-03-25 14:57:02 -0400, Fixes #1653: prevents both click and vclick from firing
- https://github.com/wet-boew/wet-boew/commit/8fed28e Pat Heard, 2013-03-25 15:00:03 -0400, Moved e.stopPropagation to top of event handler
- https://github.com/wet-boew/wet-boew/commit/b1098f6 Pierre Dubois, 2013-03-25 15:21:33 -0400, Updated the HTML files to the latest v3.1 markup
- https://github.com/wet-boew/wet-boew/commit/a9cc771 Pat Heard, 2013-03-25 20:45:20 -0400, Fixes #1062: end of tab panel message for screen readers
- https://github.com/wet-boew/wet-boew/commit/2ef1791 Pat Heard, 2013-03-25 21:35:43 -0400, Fixed form validation tab demo and added to french working example
- https://github.com/wet-boew/wet-boew/commit/ce99c5f Pat Heard, 2013-03-25 22:41:58 -0400, Fixes display size of svg FIP and Wordmark in Safari on Windows
- https://github.com/wet-boew/wet-boew/commit/d671b2c Paul Jackson, 2013-03-25 23:04:28 -0400, Changed end of tab panel notice so the link and the remainder of the text is excluded when the tab list is after the tab panel. Also made the end of tab panel link visible on focus. Tweaked wording in notice so uses tab panel instead of section, tab list instead of list of links and removed reference to viewing.
- https://github.com/wet-boew/wet-boew/commit/c1e5a77 Pierre Dubois, 2013-03-25 22:17:52 -0500, Charts - Added support for specifying top and bottom value, Added new ticks parameter, Added support for graph container styling
- https://github.com/wet-boew/wet-boew/commit/68c8e51 Paul Jackson, 2013-03-26 01:22:38 -0400, Fixed character encoding issue with i18n CSV file.
- https://github.com/wet-boew/wet-boew/commit/2a584b2 Pat Heard, 2013-03-26 08:15:46 -0400, Removed unused jQuery argument
- https://github.com/wet-boew/wet-boew/commit/77176fd Johann Levesque, 2013-03-26 08:27:11 -0400, Remove classList
- https://github.com/wet-boew/wet-boew/commit/bd09568 Johann Levesque, 2013-03-26 09:38:13 -0400, If IE, use activeXObject instead of DOMParser
- https://github.com/wet-boew/wet-boew/commit/f971f9d Johann Levesque, 2013-03-26 11:30:08 -0400, Use png images instead of base64 because we need to provide an image to OpenLayer to avoid Javascript error
- https://github.com/wet-boew/wet-boew/commit/9cb2014 Johann Levesque, 2013-03-26 11:45:40 -0400, Remove unused Geomap images
- https://github.com/wet-boew/wet-boew/commit/f2077a9 Laurent Goderre, 2013-03-26 14:23:35 -0300, Fixed spanish strings in english column
- https://github.com/wet-boew/wet-boew/commit/34b4793 Paul Jackson, 2013-03-26 14:10:38 -0400, Added missing i18n strings for GCWU intranet theme. Fixed a couple of mistranslations.
- https://github.com/wet-boew/wet-boew/commit/2e22770 Laurent Goderre, 2013-03-26 15:16:12 -0300, Fixed conflict residual content from i18n.csv
- https://github.com/wet-boew/wet-boew/commit/a8d8ddf Paul Jackson, 2013-03-26 14:16:37 -0400, Fixed i18n.csv file.
- https://github.com/wet-boew/wet-boew/commit/ed0da27 Paul Jackson, 2013-03-26 14:49:53 -0400, Added 'Custom link' to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/4cfe16e Paul Jackson, 2013-03-26 15:05:29 -0400, Capitalized Intranet in the GCWU Intranet theme i18n string.
- https://github.com/wet-boew/wet-boew/commit/73bc036 Paul Jackson, 2013-03-26 15:13:10 -0400, Removed %show-image and %hide-image from i18n since no longer needed.
- https://github.com/wet-boew/wet-boew/commit/633487b Pierre Dubois, 2013-03-26 15:19:03 -0400, Zebra - CSS Optimization as discussed #1656
- https://github.com/wet-boew/wet-boew/commit/b4b0546 Pierre Dubois, 2013-03-26 15:30:07 -0400, Zebra - Applied js fixes proposed by @nschonni, see #1656
- https://github.com/wet-boew/wet-boew/commit/0f762fe Nick Schonning, 2013-03-26 20:33:58 -0400, WET theme: Replace PNG with gradient
- https://github.com/wet-boew/wet-boew/commit/7b1ecb5 Nick Schonning, 2013-03-26 21:02:23 -0400, WET theme: Remove unreferenced search images
- https://github.com/wet-boew/wet-boew/commit/c40a878 Nick Schonning, 2013-03-26 21:29:21 -0400, Base theme: Replace gradient images with CSS
- https://github.com/wet-boew/wet-boew/commit/6779121 Paul Jackson, 2013-03-26 21:34:37 -0400, Fixed SVG images not displaying in IE10 (#1679).
- https://github.com/wet-boew/wet-boew/commit/8e1e980 Paul Jackson, 2013-03-26 22:07:03 -0400, Smoothed out loading of SVG images in IE10.
- https://github.com/wet-boew/wet-boew/commit/a417376 Pierre Dubois, 2013-03-26 21:39:57 -0500, Custom Pie Chart - custom labeling and added a few options available from flot
- https://github.com/wet-boew/wet-boew/commit/734857d Eric Dunsworth, 2013-03-26 23:53:04 -0400, Fixed broken links.
- https://github.com/wet-boew/wet-boew/commit/71fff5a Pat Heard, 2013-03-27 00:05:53 -0400, Sign in/out CSS code
- https://github.com/wet-boew/wet-boew/commit/4d4a83b Pat Heard, 2013-03-27 00:05:54 -0400, HTML working examples for sign in/out
- https://github.com/wet-boew/wet-boew/commit/2ab5ba1 Paul Jackson, 2013-03-27 00:36:11 -0400, Added overlay timeout to Geomap to allow plugins to continue loading when one or more data sources fail.
- https://github.com/wet-boew/wet-boew/commit/aa161f8 Paul Jackson, 2013-03-27 01:05:49 -0400, Added i18n strings for terms for sign in/sign out.
- https://github.com/wet-boew/wet-boew/commit/bdecfd4 Paul Jackson, 2013-03-27 01:48:59 -0400, Extended Sign In/Sign Out to mobile view. Added Spanish examples. Added GC Web Usability Intranet theme examples.
- https://github.com/wet-boew/wet-boew/commit/e53373d Paul Jackson, 2013-03-27 02:31:57 -0400, Added Sign In/Sign Out examples to the WET and Base themes.
- https://github.com/wet-boew/wet-boew/commit/d924c8f Johann Levesque, 2013-03-27 08:58:30 -0400, Put tabIndex on div instead of img
- https://github.com/wet-boew/wet-boew/commit/c4e7efe Pat Heard, 2013-03-27 09:16:12 -0400, Added space after :
- https://github.com/wet-boew/wet-boew/commit/113af2e Paul Jackson, 2013-03-27 10:08:49 -0400, Extended keyboard support for Geomap to where focus is within the map container and not just when focus is on the container itself.
- https://github.com/wet-boew/wet-boew/commit/3c6fd78 Paul Jackson, 2013-03-27 10:29:29 -0400, Enabled/disabled keyboard and mouse support for mouseenter or focusin and mouseleave or focusout. Ensures that both are active at the same time versus being input dependent.
- https://github.com/wet-boew/wet-boew/commit/e0a3dca Paul Jackson, 2013-03-27 10:40:11 -0400, Fixed focus outline of div elements to improve appearance of change in #1690.
- https://github.com/wet-boew/wet-boew/commit/c25ffb6 Johann Levesque, 2013-03-27 10:50:48 -0400, Clean _geomap.scss
- https://github.com/wet-boew/wet-boew/commit/44e4d2c Johann Levesque, 2013-03-27 12:17:23 -0400, Add a static mode with no controls
- https://github.com/wet-boew/wet-boew/commit/58559e8 Johann Levesque, 2013-03-27 12:49:39 -0400, Remove KeyboardActive (unused variable)
- https://github.com/wet-boew/wet-boew/commit/24f002e Paul Jackson, 2013-03-27 14:47:12 -0400, Corrected tabbed interface bugs that prevented links nested in the tab panel from working.
- https://github.com/wet-boew/wet-boew/commit/5dbaf23 Paul Jackson, 2013-03-27 15:55:10 -0400, Added role='toolbar' the map button container and role='button' and aria-label to the map buttons.
- https://github.com/wet-boew/wet-boew/commit/cbb1985 Pat Heard, 2013-03-27 16:46:19 -0400, Added 10px bottom margin to create horiztonal gutter
- https://github.com/wet-boew/wet-boew/commit/f766ab3 Eric Dunsworth, 2013-03-27 21:45:36 -0400, Updated content in Arabic versions of Grids Buttons and Modules pages.
- https://github.com/wet-boew/wet-boew/commit/2d3de32 Eric Dunsworth, 2013-03-27 21:59:45 -0400, Changed certain example #toc links to placeholder (#) ones in Design components page.
- https://github.com/wet-boew/wet-boew/commit/93032d1 Paul Jackson, 2013-03-27 22:52:36 -0400, Corrected keyboard message strings for Geomap. Added i18n translations for some of the Geomap components.
- https://github.com/wet-boew/wet-boew/commit/227e7b1 Paul Jackson, 2013-03-27 22:58:55 -0400, Added title, aria-label and alt for zoom slider in Geomap.
- https://github.com/wet-boew/wet-boew/commit/1ef67ed Paul Jackson, 2013-03-27 23:03:11 -0400, Removed div from olControlPanZoomBar selector.
- https://github.com/wet-boew/wet-boew/commit/6f81b34 Paul Jackson, 2013-03-27 23:48:02 -0400, Made i18n changes requested in #987.
- https://github.com/wet-boew/wet-boew/commit/91f3494 Paul Jackson, 2013-03-28 02:45:45 -0400, Multiple fixes to the Grid System for tablet view.
- https://github.com/wet-boew/wet-boew/commit/bf414cf Johann Levesque, 2013-03-28 07:46:31 -0400, Call function with merge of 2 booleans
- https://github.com/wet-boew/wet-boew/commit/b4322d2 Johann Levesque, 2013-03-28 08:59:40 -0400, Modified French keyboard user message and put in expandable/collapsible content
- https://github.com/wet-boew/wet-boew/commit/c092394 Johann Levesque, 2013-03-28 11:05:01 -0400, Remove need of select class on td (remove debug message as well)
- https://github.com/wet-boew/wet-boew/commit/29c37eb Johann Levesque, 2013-03-28 11:18:06 -0400, Add checkbox to select feature on map. Remove mouseover, focus and blur event.
- https://github.com/wet-boew/wet-boew/commit/893bd36 Johann Levesque, 2013-03-28 11:46:11 -0400, Modification for PR modified i18n geomap
- https://github.com/wet-boew/wet-boew/commit/d72217b Johann Levesque, 2013-03-28 12:14:16 -0400, Add Spanish column title
- https://github.com/wet-boew/wet-boew/commit/0769a76 Johann Levesque, 2013-03-28 13:47:24 -0400, Add label element for input
- https://github.com/wet-boew/wet-boew/commit/f1486a6 duboisp, 2013-03-28 16:32:21 -0400, Chart - jslint and tested the working example in IE and Firefox
- https://github.com/wet-boew/wet-boew/commit/025d609 Pierre Dubois, 2013-03-28 17:12:28 -0400, Zebra - SCSS use placeholder/extend - tested and work on IE8 and firefox
- https://github.com/wet-boew/wet-boew/commit/7248b02 duboisp, 2013-03-28 17:30:04 -0400, Chart - Added space between + signs And removed commented out code
- https://github.com/wet-boew/wet-boew/commit/71631cb duboisp, 2013-03-28 17:34:18 -0400, Chart - fixed space before closing curly brace
- https://github.com/wet-boew/wet-boew/commit/4ad71c5 Eric Dunsworth, 2013-03-28 20:23:20 -0400, Fixed broken link in WET theme's Arabic Sign Out page.
- https://github.com/wet-boew/wet-boew/commit/3e9c70b Eric Dunsworth, 2013-03-28 20:26:11 -0400, Fixed broken link in WET theme's Arabic Sign In page.
- https://github.com/wet-boew/wet-boew/commit/8079934 Paul Jackson, 2013-03-28 20:38:00 -0400, Added the additional fixes to tablet view recommended in #1529.
- https://github.com/wet-boew/wet-boew/commit/7b86842 Paul Jackson, 2013-03-28 21:11:28 -0400, Fixed validation error in design guide.
- https://github.com/wet-boew/wet-boew/commit/d6caaa0 Pat Heard, 2013-03-28 21:28:59 -0400, tabbedinterface: fixes tabs-style-6 and added padding to hidden button
- https://github.com/wet-boew/wet-boew/commit/4ac9cd2 Pierre Dubois, 2013-03-28 20:33:49 -0500, Zebra - Fixes as discussed in the diff with @nschonni
- https://github.com/wet-boew/wet-boew/commit/6af2ebf Paul Jackson, 2013-03-28 22:14:06 -0400, Removed div:not added for #1529 because of unintended side-effects.
- https://github.com/wet-boew/wet-boew/commit/579d2ab Nick Schonning, 2013-03-28 22:20:53 -0400, GCWU: Change menu images to gradients
- https://github.com/wet-boew/wet-boew/commit/315c144 Paul Jackson, 2013-03-28 22:57:10 -0400, Extended fix for #1722 to Base and WET themes.
- https://github.com/wet-boew/wet-boew/commit/94b6af2 Nick Schonning, 2013-03-28 22:57:47 -0400, GCWU: Change search button image to gradients
- https://github.com/wet-boew/wet-boew/commit/48043ba Pierre Dubois, 2013-03-28 22:04:10 -0500, Charts - Fixes as discussed in the diff with @nschonni
- https://github.com/wet-boew/wet-boew/commit/63778c7 Nick Schonning, 2013-03-28 23:28:49 -0400, GCWU: Change splash page buttons to gradients
- https://github.com/wet-boew/wet-boew/commit/0a50e68 Nick Schonning, 2013-03-29 00:39:39 -0400, GCWU: Remove unused icons from Intranet theme
- https://github.com/wet-boew/wet-boew/commit/67411e0 Paul Jackson, 2013-03-29 00:40:02 -0400, Fixed display of v3.1 multimedia player in IE7.
- https://github.com/wet-boew/wet-boew/commit/8d70d06 Paul Jackson, 2013-03-29 00:42:22 -0400, Fixed top margin for multimedia player controls in IE8/9.
- https://github.com/wet-boew/wet-boew/commit/402d4c2 Paul Jackson, 2013-03-29 00:57:15 -0400, Fixed remaining 404 errors identified in #1635.
- https://github.com/wet-boew/wet-boew/commit/75d3671 Chad Farquharson, 2013-03-29 06:57:34 -0700, Content updates to design guide
- https://github.com/wet-boew/wet-boew/commit/a408ab2 Nick Schonning, 2013-03-29 11:30:42 -0400, GCWU: Add back menu background image for IE8
- https://github.com/wet-boew/wet-boew/commit/b3d94c8 Chad Farquharson, 2013-03-29 08:34:41 -0700, minor CSS edit to design guide
- https://github.com/wet-boew/wet-boew/commit/d5c271e Paul Jackson, 2013-03-29 21:18:52 -0400, Added missing div clear to grids working examples.
- https://github.com/wet-boew/wet-boew/commit/ee606c3 Paul Jackson, 2013-03-30 03:23:54 -0400, Aligned with upcoming GC policy requirement update by replacing desktop, tablet and smartphone views with large screen, medium screen and small screen. Updated JS and SCSS files accordingly.
- https://github.com/wet-boew/wet-boew/commit/8909d05 Paul Jackson, 2013-03-30 03:36:46 -0400, Changed background-repeat to repeat-x for module-billboard to prevent background colour from bleeding in at larger widths.
- https://github.com/wet-boew/wet-boew/commit/bbdf521 Paul Jackson, 2013-03-30 03:43:49 -0400, Added requested i18n strings from #987.
- https://github.com/wet-boew/wet-boew/commit/d3039aa Paul Jackson, 2013-03-30 19:45:36 -0400, Fixed nav-current-nocss issue with menu bar identified in #1740.
- https://github.com/wet-boew/wet-boew/commit/c4d77f3 Paul Jackson, 2013-03-30 19:48:41 -0400, Fixed module-billboard images and related guide references.
- https://github.com/wet-boew/wet-boew/commit/eee112b Paul Jackson, 2013-03-30 19:50:41 -0400, Minor fixes the HTML in grid-base-eng.html (and -ara.html).
- https://github.com/wet-boew/wet-boew/commit/7c7f1a9 Paul Jackson, 2013-03-30 20:03:20 -0400, Minor code cleanup from comments in pull request #1736.
- https://github.com/wet-boew/wet-boew/commit/5873ad5 Paul Jackson, 2013-03-30 20:15:12 -0400, Minor code cleanup from comment in pull request #1748.
- https://github.com/wet-boew/wet-boew/commit/14ef4a3 Paul Jackson, 2013-03-30 20:41:39 -0400, More minor code fixes from comments in pull request #1736.
- https://github.com/wet-boew/wet-boew/commit/a6cd5c1 Paul Jackson, 2013-03-30 21:05:08 -0400, Fixed redundant top border on nav-current link in GCWU theme menu bar.
- https://github.com/wet-boew/wet-boew/commit/627770c Paul Jackson, 2013-03-31 21:57:11 -0400, Fixed display of grids span-* elements within border-* elements for medium screens.
- https://github.com/wet-boew/wet-boew/commit/70f00c0 Paul Jackson, 2013-03-31 22:23:54 -0400, Fixed issue #1739 related to the thickness of GCWU theme menu bar bottom border so consistent pre and post load.
- https://github.com/wet-boew/wet-boew/commit/56fea44 Paul Jackson, 2013-04-01 03:07:51 -0400, Extended Lightbox aria-described by examples to alternate title examples.
- https://github.com/wet-boew/wet-boew/commit/f638620 Pat Heard, 2013-04-01 14:33:23 -0400, Sign Out: Changed 'Your account' link to 'My account'
- https://github.com/wet-boew/wet-boew/commit/dad02dd Paul Jackson, 2013-04-02 02:38:48 -0400, Fixed a loading issue in IE with the controlgroup widget in mobile view navbar.
- https://github.com/wet-boew/wet-boew/commit/d21fd9c Paul Jackson, 2013-04-02 03:12:03 -0400, Fixed width of grids billboard images.
- https://github.com/wet-boew/wet-boew/commit/da35bb0 jolevesq, 2013-04-02 15:08:50 -0400, Geomap demo data in English (1724)
- https://github.com/wet-boew/wet-boew/commit/80960a5 @deniszgonjanin, 2013-04-02 15:12:44 -0400, Fix mobile initialization bug
- https://github.com/wet-boew/wet-boew/commit/71ac5a2 @deniszgonjanin, 2013-04-02 15:51:18 -0400, copy mobile initialization fix for the other WET themes
- https://github.com/wet-boew/wet-boew/commit/fd66f62 Laurent Goderre, 2013-04-02 18:26:11 -0300, Added the code to updated the generic dist branch
- https://github.com/wet-boew/wet-boew/commit/8a98977 Paul Jackson, 2013-04-02 19:29:28 -0400, Resolved tabbed interface merge conflict.
- https://github.com/wet-boew/wet-boew/commit/6d534f5 Nick Schonning, 2013-04-02 20:18:11 -0400, Zebra: Rebrace selectors
- https://github.com/wet-boew/wet-boew/commit/8981e5a Paul Jackson, 2013-04-02 21:23:52 -0400, Implemented a different #1699 workaround for v3.1 to handle jQuery Mobile being loaded at the end of the body element versus being loaded through pe-ap.js. jQuery Mobile being loaded at different stages has a significant impact on how to get the initial page scroll value.
- https://github.com/wet-boew/wet-boew/commit/cecaeba Paul Jackson, 2013-04-02 22:12:23 -0400, Switched mobile initialization bug fix to vanilla JS for better performance.
- https://github.com/wet-boew/wet-boew/commit/08d632d Paul Jackson, 2013-04-02 22:58:21 -0400, Corrections to the Geomap French KML demo.
- https://github.com/wet-boew/wet-boew/commit/c8388a8 Paul Jackson, 2013-04-03 01:06:00 -0400, Set min-widths for 100% wide containers to resolve #1530.
- https://github.com/wet-boew/wet-boew/commit/8a05e43 Paul Jackson, 2013-04-03 01:08:41 -0400, Corrected placeholder name in Base theme.
- https://github.com/wet-boew/wet-boew/commit/322d20d Paul Jackson, 2013-04-03 01:16:36 -0400, Increased specificity of a Base theme placeholder to avoid overlap.
- https://github.com/wet-boew/wet-boew/commit/c7f6a7f Paul Jackson, 2013-04-03 03:29:41 -0400, Moved table enhancement CSS and images from dependencies folder to js/images and js/sass folders. Changed CSS to SCSS and Base64 encoded the images.
- https://github.com/wet-boew/wet-boew/commit/731b764 Paul Jackson, 2013-04-03 03:36:11 -0400, Removed dependscss array from tables.js since no longer needed.
- https://github.com/wet-boew/wet-boew/commit/39cfb2b Chad Farquharson, 2013-04-03 06:46:19 -0700, Updates to design guide text
- https://github.com/wet-boew/wet-boew/commit/a1775f7 Pat Heard, 2013-04-03 14:02:14 -0400, WET themes: Added mobile favicons for #1504
- https://github.com/wet-boew/wet-boew/commit/b9cdf0f Pat Heard, 2013-04-03 14:03:07 -0400, JSHint fixes: removed unused variables
- https://github.com/wet-boew/wet-boew/commit/16e7254 Pat Heard, 2013-04-03 16:09:22 -0400, Sign in/out: updated markup and add h2 as per #1753
- https://github.com/wet-boew/wet-boew/commit/0c080a5 Pat Heard, 2013-04-03 16:15:20 -0400, Sign in/out: added 'Account settings' string and updated to sentence case
- https://github.com/wet-boew/wet-boew/commit/5d95ef7 laurent Goderre, 2013-04-03 16:39:48 -0400, Fixes issue #1741 by moving the comments in the root element
- https://github.com/wet-boew/wet-boew/commit/c1556df Paul Jackson, 2013-04-03 16:43:12 -0400, Clean up of documentation references from working examples.
- https://github.com/wet-boew/wet-boew/commit/2989aad Paul Jackson, 2013-04-03 19:58:37 -0400, Changed references to v3.1 beta to v3.1.
- https://github.com/wet-boew/wet-boew/commit/632de2f Paul Jackson, 2013-04-03 20:24:42 -0400, Updated to 2013
- https://github.com/wet-boew/wet-boew/commit/d1c86c6 Paul Jackson, 2013-04-03 22:03:28 -0400, Added French labels example for Charts ang graphs.
- https://github.com/wet-boew/wet-boew/commit/0e715dd Paul Jackson, 2013-04-03 22:12:35 -0400, Corrected French issues in the Charts and graphs labels French examples.
- https://github.com/wet-boew/wet-boew/commit/097e2d6 Paul Jackson, 2013-04-03 22:32:19 -0400, Added documentation links to the WET and Base theme working examples pages.
- https://github.com/wet-boew/wet-boew/commit/07388a4 Paul Jackson, 2013-04-03 23:42:51 -0400, Updated build version to -rc1 for the rc1 release.
- https://github.com/wet-boew/wet-boew/commit/3820c2d Paul Jackson, 2013-04-04 00:09:36 -0400, Updated build version to v3.1.0-release-development in preparation for the full release.
- https://github.com/wet-boew/wet-boew/commit/1a882ff duboisp, 2013-04-04 12:51:15 -0400, Charts Labels working example - Fix typos in French and English and Fix for #1800
- https://github.com/wet-boew/wet-boew/commit/12686ad @deniszgonjanin, 2013-04-04 13:05:09 -0400, fix for mobile initialization failing if there is a Mega Menu heading with no sub-items
- https://github.com/wet-boew/wet-boew/commit/850adf7 @deniszgonjanin, 2013-04-04 13:15:26 -0400, more robust fix for mobile init failing at Mega Menu headings
- https://github.com/wet-boew/wet-boew/commit/c10ee83 @deniszgonjanin, 2013-04-04 13:24:06 -0400, fix another mobile init fail point, this time when a menu node is empty but we try to fix it's bottom corners
- https://github.com/wet-boew/wet-boew/commit/7218b85 @deniszgonjanin, 2013-04-04 13:25:51 -0400, propagate the previous fix to other WET themes
- https://github.com/wet-boew/wet-boew/commit/4d14c84 @deniszgonjanin, 2013-04-04 15:37:44 -0400, put back hard tabs into the javascript. ran through jshint
- https://github.com/wet-boew/wet-boew/commit/56277ac @deniszgonjanin, 2013-04-04 16:33:37 -0400, more jshint goodness
- https://github.com/wet-boew/wet-boew/commit/6d6e13c @deniszgonjanin, 2013-04-04 16:54:10 -0400, fix typo
- https://github.com/wet-boew/wet-boew/commit/666390b Paul Jackson, 2013-04-04 20:24:58 -0400, Corrected French name of the Base theme (add missing 'de'). Corrected character encoding issue with one of the i18n translations.
- https://github.com/wet-boew/wet-boew/commit/8faefe5 Eric Dunsworth, 2013-04-04 22:03:01 -0400, Removed leftover references to deleted images in GCWU Intranet theme's SCSS.
- https://github.com/wet-boew/wet-boew/commit/a6b0445 Pat Heard, 2013-04-05 08:18:42 -0400, CSS: fixed :visited style for #wb-main-in links
- https://github.com/wet-boew/wet-boew/commit/b121c0c Pat Heard, 2013-04-05 13:52:07 -0400, Mobile Favicon: fixes #1504 BlackBerry support
- https://github.com/wet-boew/wet-boew/commit/16fee39 Paul Jackson, 2013-04-05 15:59:31 -0400, Fixed #1818 related to an overlapping issue on ultra-narrow mobile devices. Also cleaned up the naming of SCSS include files so they properly identify the screen media type in the file name (rather than being inconsistent).
- https://github.com/wet-boew/wet-boew/commit/5aa4a40 Paul Jackson, 2013-04-05 16:26:08 -0400, Added spaces between if and opening brackets within pe-ap.
- https://github.com/wet-boew/wet-boew/commit/754b531 Paul Jackson, 2013-04-05 21:44:00 -0400, Implemented Table enhancement on the Accessibility Responsibility Breakdown.
- https://github.com/wet-boew/wet-boew/commit/682ef36 Paul Jackson, 2013-04-05 23:02:10 -0400, Adde jQM Table Column Toggle to Accessibility Responsibility Breakdown.
- https://github.com/wet-boew/wet-boew/commit/cf4c471 Paul Jackson, 2013-04-05 23:53:48 -0400, Changed all references to wet-boew.github.com to wet-boew-github.io to align with the new GitHub change.
- https://github.com/wet-boew/wet-boew/commit/bdb5728 Paul Jackson, 2013-04-06 00:46:45 -0400, Added generated Afrikaan translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/fe0594f Paul Jackson, 2013-04-06 01:25:09 -0400, Added generate Albanian translations to the i18n CSV file.
- https://github.com/wet-boew/wet-boew/commit/433714c Paul Jackson, 2013-04-06 01:48:54 -0400, Corrected character encoding issues with Albanian strings in the WET nav bar.
- https://github.com/wet-boew/wet-boew/commit/fb88e13 Paul Jackson, 2013-04-06 02:04:35 -0400, Deleted transitional i18n csv file.
- https://github.com/wet-boew/wet-boew/commit/3f047d2 Paul Jackson, 2013-04-06 03:15:48 -0400, Partial generated translation of i18n strings into Arabic (more work to do).
- https://github.com/wet-boew/wet-boew/commit/203395c Paul Jackson, 2013-04-06 03:42:19 -0400, Corrected minor typos in the i18n file.
- https://github.com/wet-boew/wet-boew/commit/e693e0d Paul Jackson, 2013-04-06 22:12:56 -0400, Added remaining generated Arabic strings to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/62b4d59 Paul Jackson, 2013-04-07 00:25:04 -0400, Added generated Armenian translations to the i18n.csv file.
- https://github.com/wet-boew/wet-boew/commit/2ec9833 Paul Jackson, 2013-04-07 01:39:41 -0400, Added generated Italian translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/203b087 Paul Jackson, 2013-04-07 02:49:17 -0400, Added remaining generated Portuguese translations to the i18n.csv file. Reused most of the Portuguese string for Brazillian Portuguese.
- https://github.com/wet-boew/wet-boew/commit/2bbbfd7 Paul Jackson, 2013-04-07 03:21:20 -0400, Escaped single quotes in Italian i18n strings to prevent build errors.
- https://github.com/wet-boew/wet-boew/commit/ba996be Pat Heard, 2013-04-07 07:44:20 -0400, Formvalid: fixed top error anchor links to field in error
- https://github.com/wet-boew/wet-boew/commit/73c4a2f Pat Heard, 2013-04-07 08:38:01 -0400, Formvalid: fixed error link click in IE7, emptying ariaLive on reset
- https://github.com/wet-boew/wet-boew/commit/fd03aab Eric Dunsworth, 2013-04-07 21:14:57 -0400, Added JQM background override to base print SCSS. Resolves print background colour issue.
- https://github.com/wet-boew/wet-boew/commit/d15194f Paul Jackson, 2013-04-07 21:21:49 -0400, Reverted i18n.csv to UTF-8 no BOM.
- https://github.com/wet-boew/wet-boew/commit/c24ec1e Pierre Dubois, 2013-04-07 21:59:12 -0400, Charts - Custom Pie working example
- https://github.com/wet-boew/wet-boew/commit/ca25226 Paul Jackson, 2013-04-07 22:10:58 -0400, Added generated Bulgarian translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/7430384 Paul Jackson, 2013-04-07 22:18:39 -0400, Removed floater and migrated updates as per #1848.
- https://github.com/wet-boew/wet-boew/commit/6d6deea Nick Schonning, 2013-04-07 23:05:00 -0400, Linting: move comment blocks
- https://github.com/wet-boew/wet-boew/commit/8dcfbfe Paul Jackson, 2013-04-07 23:55:29 -0400, Added generated translations for the missing Chinese and Chines simplified translations in the i18n.csv file.
- https://github.com/wet-boew/wet-boew/commit/fbcb739 Paul Jackson, 2013-04-08 01:05:26 -0400, Added Czech generated translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/da12e5a Paul Jackson, 2013-04-08 10:43:59 -0400, Added generated Dutch translations for missing translations in i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/41e4a51 Paul Jackson, 2013-04-08 15:23:34 -0400, Added generated Estonian translations for the missing translations in i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/9938eb5 Paul Jackson, 2013-04-08 20:53:40 -0400, Added generated German translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/1d1de2c Paul Jackson, 2013-04-08 21:25:40 -0400, Added generated Greek translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/335ac49 Paul Jackson, 2013-04-08 22:18:45 -0400, Added generated Hungarian translations for missing translations in i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/e406ddc Paul Jackson, 2013-04-08 22:57:06 -0400, Added generated Icelandic translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/7c81743 Paul Jackson, 2013-04-08 23:29:21 -0400, Added generated Indonesian translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/e73f05a Paul Jackson, 2013-04-09 09:56:44 -0400, Corrected a few typos in the Indonesian generated translations.
- https://github.com/wet-boew/wet-boew/commit/392643d Paul Jackson, 2013-04-09 10:46:52 -0400, Added generated Japanese translations for missing translations in i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/d80daf5 Paul Jackson, 2013-04-09 12:31:39 -0400, Added generated Korean translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/7a0e373 Paul Jackson, 2013-04-09 13:33:33 -0400, Added generated Latvian translations to the i18n.csv file.
- https://github.com/wet-boew/wet-boew/commit/1cc2b53 Paul Jackson, 2013-04-09 14:47:03 -0400, Added generated Hindi translations to the i18n.csv file.
- https://github.com/wet-boew/wet-boew/commit/6bc0083 Paul Jackson, 2013-04-09 15:18:34 -0400, Added generated Lithuanian translations for the missing translations in i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/276461c Paul Jackson, 2013-04-09 15:54:56 -0400, Added generated Polish translation for translation missing in i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/e36cf8d Paul Jackson, 2013-04-09 21:40:40 -0400, Added generated Russian translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/7e425dc Paul Jackson, 2013-04-09 22:34:33 -0400, Added generated Slovakian translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/3472e85 Paul Jackson, 2013-04-09 23:34:44 -0400, Added generate Thai translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/e5c7b03 Paul Jackson, 2013-04-10 00:37:42 -0400, Added generate Turkish translations for missing translations in i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/b06dd32 Paul Jackson, 2013-04-10 01:30:41 -0400, Added generated Ukranian translations for missing translations in i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/f74253e Paul Jackson, 2013-04-10 02:02:22 -0400, Added generated Vietnamese translations to i18n.csv.
- https://github.com/wet-boew/wet-boew/commit/04a7e82 Laurent Goderre, 2013-04-10 14:44:22 -0400, Force UTF8 on all IO operations in Ant
- https://github.com/wet-boew/wet-boew/commit/89f223b Paul Jackson, 2013-04-10 16:20:08 -0400, Changed all working examples to the WET theme. Added support example templates for a total of 33 languages to each of the themes (excluding the CLF 2.0 theme).
- https://github.com/wet-boew/wet-boew/commit/185731b Paul Jackson, 2013-04-10 16:49:16 -0400, Removed beta references from demo pages.
- https://github.com/wet-boew/wet-boew/commit/e6955ae Paul Jackson, 2013-04-10 16:51:11 -0400, Removed beta references from demo pages.
- https://github.com/wet-boew/wet-boew/commit/b42acda Paul Jackson, 2013-04-10 20:03:39 -0400, Added menu includes for each of the supported languages.
- https://github.com/wet-boew/wet-boew/commit/13c0b13 Paul Jackson, 2013-04-10 20:17:32 -0400, Updated the number of languages in the README.md an home pages.
- https://github.com/wet-boew/wet-boew/commit/1a77895 Paul Jackson, 2013-04-10 21:15:22 -0400, Updated i18n strings.
- https://github.com/wet-boew/wet-boew/commit/d0dabc7 Paul Jackson, 2013-04-10 21:39:20 -0400, Updated generated examples. Added missing sign in and sign out examples.
- https://github.com/wet-boew/wet-boew/commit/14b29b5 Paul Jackson, 2013-04-10 23:49:00 -0400, Manually merged in #1895.
- https://github.com/wet-boew/wet-boew/commit/89cb9e5 Paul Jackson, 2013-04-11 00:07:10 -0400, Corrected i18n strings for Filter items.
- https://github.com/wet-boew/wet-boew/commit/14bc09a Paul Jackson, 2013-04-11 00:10:18 -0400, Removed forced height from module-spotlight to resolve #1809.
- https://github.com/wet-boew/wet-boew/commit/59b6d80 Paul Jackson, 2013-04-11 00:29:35 -0400, Restored GCWU theme index pages.
- https://github.com/wet-boew/wet-boew/commit/cf8fbea Paul Jackson, 2013-04-11 00:35:30 -0400, Removed extra index files created by auto-generation.
- https://github.com/wet-boew/wet-boew/commit/45def32 Paul Jackson, 2013-04-11 00:44:51 -0400, Fixed GCWU sign in and sign out.
- https://github.com/wet-boew/wet-boew/commit/1914779 Paul Jackson, 2013-04-11 00:48:33 -0400, Removed extra index files.
- https://github.com/wet-boew/wet-boew/commit/aed1af4 Paul Jackson, 2013-04-11 00:51:31 -0400, Corrected home page language links.
- https://github.com/wet-boew/wet-boew/commit/d3215e6 Paul Jackson, 2013-04-11 01:17:23 -0400, Updated working examples page so all examples are visible initially. Also corrected CSS Grid System wording.
- https://github.com/wet-boew/wet-boew/commit/04a09ac Paul Jackson, 2013-04-11 01:24:34 -0400, Changed background colour back to white for Intranet theme.
- https://github.com/wet-boew/wet-boew/commit/58c22a8 Paul Jackson, 2013-04-11 03:11:48 -0400, Changed sign in/out buttons to grids buttons.
- https://github.com/wet-boew/wet-boew/commit/79e7c68 Paul Jackson, 2013-04-11 03:28:43 -0400, Reordered a few entries in the English working examples page.
- https://github.com/wet-boew/wet-boew/commit/ba2fafb Paul Jackson, 2013-04-11 05:21:50 -0400, Cleaned up components names.
- https://github.com/wet-boew/wet-boew/commit/9beab04 Paul Jackson, 2013-04-11 05:24:07 -0400, Cleaned up components names.
- https://github.com/wet-boew/wet-boew/commit/9b4eb17 Paul Jackson, 2013-04-11 05:27:36 -0400, Cleaned up components names.
- https://github.com/wet-boew/wet-boew/commit/4d8d2d5 Paul Jackson, 2013-04-11 05:48:55 -0400, Cleaned up components names.
- https://github.com/wet-boew/wet-boew/commit/00122c8 Paul Jackson, 2013-04-11 06:02:43 -0400, Corrected title of a working example.