forked from wet-boew/wet-boew
-
Notifications
You must be signed in to change notification settings - Fork 0
v3.1.0 release notes
nschonni edited this page Apr 11, 2013
·
44 revisions
- Release date: 2013-04-??
-
Downloads
- Source code (Git tag: v3.1.0-release-src)
- Production files (Git tag: v3.1.0-release-dist)
- Number of commits: Who's counting? Who cares?
- 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-wet-boew/css/theme-ie-min.css" />
<noscript><link rel="stylesheet" href="../dist/theme-wet-boew/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-wet-boew/css/theme-min.css" />
<noscript><link rel="stylesheet" href="../dist/theme-wet-boew/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-wet-boew/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-wet-boew/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")
- Slideout tab now uses text instead of images
- As always, be on the lookout for broken layouts and functionality when upgrading, and test thoroughly
- jQuery Mobile integrated with desktop view
- Upgraded to newer versions of JQuery Mobile, jQuery, and others
- FIP is now SVG-based
- Mobile view redesign
- Tablet view
- Improved Multimedia Player UI
- Geomap
- Responsive Images
- Expand/Collapse All
- Data Tables
- Improved Tabbed Interface
- Improved Charts and Graphs
- New Polyfill for Meter
- Improved Slideout Tab
- Localization for 29 languages
- Slideout Tab is now l18n-compliant
- 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/0efe8cd Joost van Ulden, 2012-12-11 14:02:05 -0800, Integration of existing Geomap
- 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/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/c63619e Joost van Ulden, 2013-01-04 08:38:20 -0800, Accessibility enhancements
- 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/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/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/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/7f1f5db Joost van Ulden, 2013-01-31 13:11:47 -0800, Testing merge
- 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/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/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/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/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/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/bbe1ef2 Joost van Ulden, 2013-02-05 09:00:43 -0800, Minor markup change
- 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/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/99d5b8b Joost van Ulden, 2013-02-07 12:41:26 -0800, Added GeoJSON support
- 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/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/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/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/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/64c9847 Joost van Ulden, 2013-02-15 11:55:02 -0800, Formatting edits
- 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/db68f54 Nick Schonning, 2013-02-15 16:59:08 -0500, Cleanup: Combine IE7 and 8 JS SCSS Merged sheets, but no real optimization done at this point. Tagged follow up issue with thte tabbed interface and opacity mixins
- 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/723d7de Paul Jackson, 2013-02-15 17:01:53 -0500, Updated to version v3.0.5 for release.
- 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/fa9cf70 Paul Jackson, 2013-02-15 19:46:02 -0500, Changed v3.0 branch version to v3.0.6-development.
- https://github.com/wet-boew/wet-boew/commit/18130cc Paul Jackson, 2013-02-16 23:27:30 -0500, Corrected padding and font-weight issues with the GC Web Usability intranet theme site title and sub-site name.
- https://github.com/wet-boew/wet-boew/commit/2e9d47e Paul Jackson, 2013-02-16 23:37:13 -0500, Corrected mobile view breadcrumb padding.
- 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/2181ed0 Paul Jackson, 2013-02-17 00:54:26 -0500, Fixed padding on last-child of mobile view 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/750859f Nick Schonning, 2013-02-17 14:49:44 -0500, Demos: Add grid instructions for clearing floats
- https://github.com/wet-boew/wet-boew/commit/712e92f Nick Schonning, 2013-02-17 14:56:16 -0500, Intranet Theme: Fix splash page header placement
- https://github.com/wet-boew/wet-boew/commit/127c54d Nick Schonning, 2013-02-17 15:46:05 -0500, Tabbed Interface: Remove opaciticy mixin in IE
- https://github.com/wet-boew/wet-boew/commit/45512ba Nick Schonning, 2013-02-17 16:32:04 -0500, Cleanup: Use @while to emit opacity-* and width-*
- https://github.com/wet-boew/wet-boew/commit/81a5ff5 Nick Schonning, 2013-02-17 16:44:59 -0500, Cleanup: 6 character hex colours to 3 charact shorthand
- https://github.com/wet-boew/wet-boew/commit/fcd5ae8 Nick Schonning, 2013-02-17 17:39:58 -0500, Use mixin for clip properties
- https://github.com/wet-boew/wet-boew/commit/cc68384 Nick Schonning, 2013-02-17 18:14:06 -0500, Grids: Fix placeholder naming
- https://github.com/wet-boew/wet-boew/commit/4aeb447 Paul Jackson, 2013-02-17 20:55:00 -0500, Fixed initial execution of details/summary polyfill.
- 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/3b650ab Laurent Goderre, 2013-02-18 10:44:32 -0500, Excluded *-dist branhces through regular expressions and excluded gh-pages
- https://github.com/wet-boew/wet-boew/commit/b2faaf8 Laurent Goderre, 2013-02-18 11:15:24 -0500, Fixed issue #1288 and fixed duplicated styles
- https://github.com/wet-boew/wet-boew/commit/4858847 Nick Schonning, 2013-02-18 11:37:48 -0500, Move fuge-icon mixin to where it is used
- 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/aef9094 Laurent Goderre, 2013-02-18 12:03:03 -0500, Move the mixins include to the list include
- 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/3fdb4fe Nick Schonning, 2013-02-18 14:11:24 -0500, Add mixin for :focus and :active IE7 compatibilty
- 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/ff180b3 Nick Schonning, 2013-02-18 15:01:59 -0500, Additional cleanup of focos/active pseudo events
- 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/11bd87b Chad Farquharson, 2013-02-18 15:47:48 -0500, removed margin L&R on button-group in mobile
- https://github.com/wet-boew/wet-boew/commit/d95719f Chad Farquharson, 2013-02-18 15:48:07 -0500, fixed alignment of form elements in mobile
- 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/fbedd5d Nick Schonning, 2013-02-18 16:27:01 -0500, Calendar: Fix .date-day gradient background
- https://github.com/wet-boew/wet-boew/commit/bb651ac Nick Schonning, 2013-02-18 16:55:59 -0500, Removing 'top' direction for linear gradient
- 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/40f7fc5 Paul Jackson, 2013-02-22 02:47:02 -0500, Fixed missed font reference for select element in base. Changed placeholder prefix for base from base- to wb-.
- 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/8210108 Paul Jackson, 2013-02-24 00:29:21 -0500, Added missing clear to full-width Grid system page. Changed name in working examples from CSS Grid System to Grid System.
- https://github.com/wet-boew/wet-boew/commit/bc0a2f7 Paul Jackson, 2013-02-24 00:34:34 -0500, Added missing clear to working examples page.
- 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/caa2574 Nick Schonning, 2013-02-25 13:27:55 -0500, GCWU Theme: wb-invisilbe hide border in IE8
- 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/59b8d85 Paul Jackson, 2013-02-25 21:48:07 -0500, Resolved history.
- https://github.com/wet-boew/wet-boew/commit/e3a4190 Paul Jackson, 2013-02-25 21:51:02 -0500, Added underlining to mega menu headings to resolve #1353.
- 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/1f0008e Paul Jackson, 2013-02-25 23:09:37 -0500, Fixed rendering of nested lists in the secondary navigation in mobile view. Added example of nested lists in the secondary navigation. Added missing FIP gif images for GCWU theme.
- 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/20f2ddc Paul Jackson, 2013-02-26 01:53:35 -0500, Added class='{validate:{}}' to data-rule='{}' bridge for Form validation to smooth future migration to v1.11.0.
- 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/f87befa Chad Farquharson, 2013-02-26 07:40:18 -0800, Made blockquotes appearance match
- 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/9c3e72c Paul Jackson, 2013-02-27 02:18:20 -0500, Set Grids 'width-' classes to auto in mobile view since not appropriate for mobile view.
- https://github.com/wet-boew/wet-boew/commit/370214e Paul Jackson, 2013-02-27 02:20:16 -0500, Corrected width- selector.
- 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/f415952 berubs, 2013-02-27 12:08:39 -0500, [slideout] Don't use $.metadata.setType
- 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/83f53c6 berubs, 2013-02-28 11:51:04 -0500, $.metadata() fixes across plugins
- 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/e456764 Paul Jackson, 2013-02-28 22:10:00 -0500, Addition of increased specificity for float override and blockquotes in Grids mobile CSS.
- 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/1e52bf5 Paul Jackson, 2013-03-02 22:42:24 -0500, Added no site menu and breadcrumb application examples to GCWU theme and removed secnav1 and secnav2 no searl/lang links examples.
- https://github.com/wet-boew/wet-boew/commit/db8a861 Paul Jackson, 2013-03-03 02:09:13 -0500, Updated GCWU and GCWU intranet theme index pages with new categorization approach.
- 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/88c10b8 Paul Jackson, 2013-03-03 03:16:06 -0500, Fixed loading of site menu heading in mobile view menu.
- https://github.com/wet-boew/wet-boew/commit/78ee56e Paul Jackson, 2013-03-03 23:57:32 -0500, Removed .wet-boew-tooltip CSS since it is part of a solution that was not ported over from WET v2.3 (and never will be).
- https://github.com/wet-boew/wet-boew/commit/2d46c2e Paul Jackson, 2013-03-04 00:52:35 -0500, Changed height/min-height combo on gcwu-gcnb to a min-height on gcwu-gcnb and min-height on gcwu-gcnb-in to avoid a clipping issue with extra large text.
- https://github.com/wet-boew/wet-boew/commit/6d19019 Paul Jackson, 2013-03-04 01:13:27 -0500, Removed duplicated min-height for gcwu-gcnb.
- https://github.com/wet-boew/wet-boew/commit/6976654 Paul Jackson, 2013-03-04 01:36:36 -0500, Added nav-current support for .module-menu-section (#967).
- 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/1eeee4a Paul Jackson, 2013-03-04 13:49:54 -0500, Removed unnecessary equalheights dependency from menubar.js.
- 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/ba81616 Paul Jackson, 2013-03-04 23:29:40 -0500, Replaced resize.js (Resize Events) with custom alternative (new code) integrated into pe-ap.js to resolve #974 and reduce the number of http transfers.
- https://github.com/wet-boew/wet-boew/commit/e3e138b Paul Jackson, 2013-03-04 23:53:50 -0500, Fixed JSHint issues.
- 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/a13c98b Paul Jackson, 2013-03-05 00:00:58 -0500, Removed remaining resize dependency entries and reduced the number of calls.
- 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/39aeea8 Paul Jackson, 2013-03-05 01:00:42 -0500, Fixed issue with use of setInterval in pe-ap.js.
- https://github.com/wet-boew/wet-boew/commit/739aee6 Paul Jackson, 2013-03-05 09:35:13 -0500, Included event object in custom resize event callback.
- https://github.com/wet-boew/wet-boew/commit/04aa69f Paul Jackson, 2013-03-05 09:53:01 -0500, Removed outside events dependency from datalist polyfill since not needed.
- https://github.com/wet-boew/wet-boew/commit/c04cb0f Paul Jackson, 2013-03-05 10:15:47 -0500, Optimized menubar.js hideallsubmenus function.
- https://github.com/wet-boew/wet-boew/commit/2aadcf3 Paul Jackson, 2013-03-05 10:24:31 -0500, Remove Share widget dependency on outside events.
- 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/f2a1a1d Paul Jackson, 2013-03-05 12:28:39 -0500, Optimized share widget (removed unnecessary jQuery calls).
- https://github.com/wet-boew/wet-boew/commit/b401d13 Paul Jackson, 2013-03-05 12:34:14 -0500, Optimized menubar.js a bit.
- https://github.com/wet-boew/wet-boew/commit/b44f8b9 Paul Jackson, 2013-03-05 12:47:54 -0500, Removed outside events dependency from date picker.
- 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/d2f549a Paul Jackson, 2013-03-05 21:22:57 -0500, Added missing clear in tabbed interface working examples.
- 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/57786d5 Paul Jackson, 2013-03-05 23:08:24 -0500, 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/8cff588 Paul Jackson, 2013-03-06 00:18:21 -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/10ed0bc Paul Jackson, 2013-03-06 11:45:30 -0500, Changed print font to Times New Roman.
- 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/9a28ba0 Paul Jackson, 2013-03-06 13:06:05 -0500, Removed Optimal Content Example with details/summary in the table caption. Added side menu to Optimal Content Example Table Simplification page.
- https://github.com/wet-boew/wet-boew/commit/0d89b83 Paul Jackson, 2013-03-06 13:59:41 -0500, Split Web Accessibility Assessment Methodology CSS and JS out of pe-ap and included as custom CSS and JS referenced from the HTML since not reusable on any other type of page.
- https://github.com/wet-boew/wet-boew/commit/00ea09c Paul Jackson, 2013-03-06 14:06:13 -0500, Remove dangling wamethod sass references.
- 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/bd31ea7 Paul Jackson, 2013-03-06 15:19:01 -0500, Fixed validation error with Table simplification HTML.
- https://github.com/wet-boew/wet-boew/commit/ad76219 berubs, 2013-03-06 16:21:23 -0500, [datepicker] Reuse same calendar for all datepickers
- 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/0f758ae Nick Schonning, 2013-03-06 16:41:56 -0500, Cleanup: Extend/placeholder default-print 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/2fee84e berubs, 2013-03-06 17:45:18 -0500, [datepicker] Fix 'selected date' indicator
- https://github.com/wet-boew/wet-boew/commit/9ef51bd Nick Schonning, 2013-03-06 17:47:58 -0500, Build: Bump jRuby version for security patch
- 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/feb8a5d Laurent Goderre, 2013-03-07 11:01:09 -0500, Fixes #1469 by stopping build if any step fails
- 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/d3cb165 Paul Jackson, 2013-03-08 09:37:50 -0500, Fixed pseudo-focus mixin support for IE8.
- 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/e970aa7 Paul Jackson, 2013-03-09 00:23:27 -0500, Fixed support for query strings in nav-current matching.
- https://github.com/wet-boew/wet-boew/commit/d3f38a4 Paul Jackson, 2013-03-09 00:29:27 -0500, Removed console references
- https://github.com/wet-boew/wet-boew/commit/0ce0fef Paul Jackson, 2013-03-10 22:04:29 -0400, Added ISO 639-2/T codes to i18n in addition to the ISO 639-1 codes (to support requirements for dcterms.language).
- https://github.com/wet-boew/wet-boew/commit/f020866 Paul Jackson, 2013-03-10 22:07:05 -0400, Change i18n code for ISO 639-2 lang codes to %lang-code-iso-639-2.
- 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/dfa3164 berubs, 2013-03-12 11:55:12 -0400, [calendar] Replace .attr('value') with .val()
- 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/ed5bd05 Pat Heard, 2013-03-13 15:22:09 -0400, Updated to hoverIntent r7
- 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/9cf6033 Pat Heard, 2013-03-14 11:34:40 -0400, Latest release from source: Reduced header comment for minified file
- https://github.com/wet-boew/wet-boew/commit/75bde48 Nick Schonning, 2013-03-14 13:46:06 -0300, Button: is now red for .button-none when focused
- https://github.com/wet-boew/wet-boew/commit/7c359a6 Paul Jackson, 2013-03-14 13:09:39 -0400, Fixed French characters in the terms and conditions comment of _button.scss.
- https://github.com/wet-boew/wet-boew/commit/16d1c35 Nick Schonning, 2013-03-14 14:52:16 -0400, Forms: attention classes colour now use $red
- 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/0791b78 Paul Jackson, 2013-03-14 16:19:08 -0400, Removed dependency on metadata plugin for all but formvalid.js. Corrected a few typos in session timeout i18n strings.
- https://github.com/wet-boew/wet-boew/commit/9aa0833 Paul Jackson, 2013-03-14 16:44:30 -0400, Fixed JSHint issues in tabbedinterface.js
- 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/0824e56 Eric Dunsworth, 2013-03-14 22:59:27 -0400, Set default table background colour to white in Grids SCSS. Prevents outer visual properties from appearing behind cells in extremely wide tables.
- https://github.com/wet-boew/wet-boew/commit/e6d2b71 Paul Jackson, 2013-03-14 23:51:26 -0400, Upgraded PE getData function to use JSON parsing where data- includes JSON and a fallback where malformed (for backwards compatibility with metadata.js). Also updated working examples to use JSON strings.
- https://github.com/wet-boew/wet-boew/commit/f9eabd4 Paul Jackson, 2013-03-14 23:59:22 -0400, Corrected working examples.
- https://github.com/wet-boew/wet-boew/commit/ac54f0d Paul Jackson, 2013-03-15 00:29:30 -0400, Fixed JS error from use of now private $.colorbox.launch().
- https://github.com/wet-boew/wet-boew/commit/e64b9ed Paul Jackson, 2013-03-15 01:21:24 -0400, Updated to ColorBox 1.4.4.
- 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/7b30426 Laurent, 2013-03-18 14:48:58 -0400, Clear the demos and dist folders in *-dist to avoid residual files
- https://github.com/wet-boew/wet-boew/commit/1307298 Laurent, 2013-03-18 15:40:25 -0400, Use git rm instead of rm to remove residual files
- 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/1747316 Pat Heard, 2013-03-20 09:00:51 -0400, Fixed recursion error for vclick and touchstart events
- https://github.com/wet-boew/wet-boew/commit/9f2704f Pat Heard, 2013-03-20 10:06:12 -0400, Binding vclick/touchstart events to lightbox links only
- https://github.com/wet-boew/wet-boew/commit/a647cba Chad Farquharson, 2013-03-20 07:34:30 -0700, minor edit to intranet theme documentation
- 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/f901da6 laurent Goderre, 2013-03-22 16:53:18 -0400, Changed the order of the post build tasks
- https://github.com/wet-boew/wet-boew/commit/77b4504 Pat Heard, 2013-03-22 17:13:16 -0400, Fixes #1598: added IE9 targeted fixes to .tabs-style-2/3
- 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/1a24ed9 Eric Dunsworth, 2013-03-23 17:08:13 -0400, Re-added missing Transparency section into French 3 column CLF2 page template.
- https://github.com/wet-boew/wet-boew/commit/3f44847 Eric Dunsworth, 2013-03-23 17:41:01 -0400, Added soft hyphen to Transparency headings in 3 column CLF2 page templates. Prevents heading from overflowing at 200% text zooming.
- https://github.com/wet-boew/wet-boew/commit/d9a143b Paul Jackson, 2013-03-24 00:51:51 -0400, Updated to jQuery Validation 1.11.1.
- https://github.com/wet-boew/wet-boew/commit/508742a Paul Jackson, 2013-03-24 00:55:36 -0400, Fixed jQuery Validation 1.11.1 compatibility issues. Added bridge for supporting the old class={validate:{}} method.
- https://github.com/wet-boew/wet-boew/commit/a6b050d Paul Jackson, 2013-03-24 01:04:11 -0400, Updated form validation working exampes to the new data-rule-* approach.
- https://github.com/wet-boew/wet-boew/commit/86ac2e9 Paul Jackson, 2013-03-24 01:06:54 -0400, Updated jQuery Validation localization files.
- https://github.com/wet-boew/wet-boew/commit/26a6d0e Paul Jackson, 2013-03-24 01:09:00 -0400, Updated jQuery Validation localization files.
- https://github.com/wet-boew/wet-boew/commit/b3dddec Paul Jackson, 2013-03-24 03:14:00 -0400, Added aria-live region to report any changes in inline error messages.
- https://github.com/wet-boew/wet-boew/commit/a2add2e Paul Jackson, 2013-03-24 03:14:39 -0400, Added missing semi-colon.
- 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/a57139f Eric Dunsworth, 2013-03-24 15:55:47 -0400, Fixed various links that were broken, mislabeled, and/or pointed to wrong destinations.
- https://github.com/wet-boew/wet-boew/commit/98956a3 Nick Schonning, 2013-03-24 20:50:06 -0400, Build: Include test folder in dist branches
- 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/3ade60b Paul Jackson, 2013-03-24 22:46:33 -0400, Reversed order of plugin and polyfill loading to better deal with nested plugin and polyfill calls.
- https://github.com/wet-boew/wet-boew/commit/15fa133 Paul Jackson, 2013-03-24 22:49:22 -0400, Reversed order change for one of the polyfill calls to avoid undoing an early reverse ordering.
- https://github.com/wet-boew/wet-boew/commit/3e92ddc Paul Jackson, 2013-03-24 22:51:07 -0400, Corrected an incorrect variable being used for an array index of the manual polyfill init.
- 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/e251d8f Nick Schonning, 2013-03-25 01:04:11 -0400, Form Validation: Basic radio/checkbox demo
- 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/004f0f8 berubs, 2013-03-25 11:28:59 -0400, [datepicker] Move calendar after input field
- 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/f1e3515 Paul Jackson, 2013-03-25 13:34:13 -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/8cb1ea8 Pat Heard, 2013-03-25 23:24:55 -0400, Fixes width of legend underline in IE9
- https://github.com/wet-boew/wet-boew/commit/58cfb8e Paul Jackson, 2013-03-26 00:57:44 -0400, Added working examples for form validation of checkbox and radio button groups.
- https://github.com/wet-boew/wet-boew/commit/fa122f8 Paul Jackson, 2013-03-26 00:57:58 -0400, Added working examples for form validation of checkbox and radio button groups.
- 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/be947ba Chad Farquharson, 2013-03-26 07:42:16 -0700, Removed overflow:hidden from checkbox and input
- 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/0183a0c Chad Farquharson, 2013-03-26 10:45:57 -0700, Added rel="external" icon
- https://github.com/wet-boew/wet-boew/commit/2479e6b Chad Farquharson, 2013-03-26 10:54:36 -0700, Making sure rel="external" icon doesn't bleed into share widget
- https://github.com/wet-boew/wet-boew/commit/c8b8c61 Chad Farquharson, 2013-03-26 11:02:34 -0700, Icon sprite updated
- 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/4ebec1b Chad Farquharson, 2013-03-26 11:20:17 -0700, Make sure external icon doesn't appear in header, footer or left menu
- 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/c95c75c Eric Dunsworth, 2013-03-27 00:14:56 -0400, Changed #embedded and #toc example links into placeholder ones (#).
- https://github.com/wet-boew/wet-boew/commit/3b642b5 Eric Dunsworth, 2013-03-27 00:22:04 -0400, Re-added an accidentally-changed #toc link.
- 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/0520af6 Paul Jackson, 2013-03-28 22:51:30 -0400, Fixed double nav-current issue in #1722.
- https://github.com/wet-boew/wet-boew/commit/0ed3590 Paul Jackson, 2013-03-28 22:53:05 -0400, Removed duplicate code for nav-current fix.
- 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/4965293 Paul Jackson, 2013-03-29 00:17:51 -0400, Fixed Multimedia Player display issues in #1160.
- 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/2dacb14 Paul Jackson, 2013-03-29 01:33:42 -0400, Added item number to Lightbox alt text.
- 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/ec6a2a2 Chad Farquharson, 2013-03-29 08:49:12 -0700, Formatting changes to SCSS files re: external icon
- https://github.com/wet-boew/wet-boew/commit/5217a88 Chad Farquharson, 2013-03-29 08:51:59 -0700, spacing issues fixed in scss file
- https://github.com/wet-boew/wet-boew/commit/2ce805b laurent Goderre, 2013-03-29 13:12:45 -0400, Moved the generation of working examples before the fetch to ensure a clen branch
- https://github.com/wet-boew/wet-boew/commit/efe6c0b laurent Goderre, 2013-03-29 13:33:13 -0400, Diverted the build output to the wet-boew-dist repo
- 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/4bdfd46 Paul Jackson, 2013-03-29 21:24:04 -0400, Fixed wrapping issue identified in #1703 for module-spotlight.
- https://github.com/wet-boew/wet-boew/commit/7ab903e Paul Jackson, 2013-03-29 21:32:09 -0400, Corrected fix for #1703.
- https://github.com/wet-boew/wet-boew/commit/d09bb32 laurent Goderre, 2013-03-30 00:58:49 -0400, Only fetch when creating the dist output
- 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/6cc991e Eric Ehret, 2013-03-30 14:43:43 -0400, Moved maven stuff under the build folder
- https://github.com/wet-boew/wet-boew/commit/1212f7d Eric Ehret, 2013-03-30 14:44:58 -0400, New scripts, instructions, and some changes to the Maven POM files to make them more flexible. Also added the two new themes, base and wet
- https://github.com/wet-boew/wet-boew/commit/b3aab1d eehret, 2013-03-30 14:45:21 -0400, Streamlined a few things, added setVersion.cmd helper script
- https://github.com/wet-boew/wet-boew/commit/d2f91e6 eehret, 2013-03-30 14:45:45 -0400, Pre 3.0.6 cleanup. Removed empty directories, .gitignores. Changed maven scripts and config to pull in license files from dist, and changed the README so it just points to the wiki
- https://github.com/wet-boew/wet-boew/commit/d698b2c eehret, 2013-03-30 14:46:02 -0400, Pre 3.0.6 cleanup. Removed empty directories, .gitignores
- https://github.com/wet-boew/wet-boew/commit/8121fa2 eehret, 2013-03-30 14:46:20 -0400, Updated artifact version to SNAPSHOT, cleaned up some things that aren't presently used.
- https://github.com/wet-boew/wet-boew/commit/84fda41 eehret, 2013-03-30 14:46:51 -0400, Updated artifact version to SNAPSHOT, cleaned up some things that aren't presently used.
- https://github.com/wet-boew/wet-boew/commit/255c8c9 eehret, 2013-03-30 18:23:23 -0400, Fix the character encoding
- https://github.com/wet-boew/wet-boew/commit/b13f28c Nick Schonning, 2013-03-30 18:33:54 -0400, EditorConfig: Add common settings for IDEs
- 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/f659bee Paul Jackson, 2013-03-30 19:55:21 -0400, Minor fixes the HTML in grid-base-eng.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/6bd4951 Pat Heard, 2013-03-31 14:14:35 -0400, formvalid: fixes working example margins
- 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/e17a7fe Paul Jackson, 2013-04-01 01:22:53 -0400, Limited scope of external icon to wb-main (instead of applying everywhere and overriding for certain sections). Fixed support for grids button (all four sizes). Fixed external icon working example.
- https://github.com/wet-boew/wet-boew/commit/79881ad Paul Jackson, 2013-04-01 03:00:13 -0400, Added aria-describedby support for images to Lightbox.
- https://github.com/wet-boew/wet-boew/commit/2703e1e Paul Jackson, 2013-04-01 03:00:46 -0400, Added aria-describedby examples for images to Lightbox.
- 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/99b9990 Nick Schonning, 2013-04-01 15:06:05 -0400, Build: Update JSHint task to use JSHint v1.1.0
- https://github.com/wet-boew/wet-boew/commit/ce14772 Nick Schonning, 2013-04-01 15:31:28 -0400, Demos: Update details to remove inline styles
- https://github.com/wet-boew/wet-boew/commit/b0fb002 Nick Schonning, 2013-04-01 15:31:29 -0400, Colours: Fix padding for nested Summary background and tables
- https://github.com/wet-boew/wet-boew/commit/cb7af5e Paul Jackson, 2013-04-01 21:35:58 -0400, Removed code that applied longdesc attribute to Lightbox cboxLoadedContent div (not permitted on non-image elements).
- https://github.com/wet-boew/wet-boew/commit/71c800b Paul Jackson, 2013-04-02 01:31:17 -0400, Implemented workarounds for #1432 and #1699.
- 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/50d96cf Paul Jackson, 2013-04-02 03:02:27 -0400, Fixed site menu icon in mobile view in IE9.
- 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/f8ed00c laurent Goderre, 2013-04-02 06:36:18 -0400, Use a clone of the dist repo instead of a detatched remote
- https://github.com/wet-boew/wet-boew/commit/f20ffbb laurent Goderre, 2013-04-02 07:37:32 -0400, Added a time tracker for the post build script
- https://github.com/wet-boew/wet-boew/commit/d478067 Pat Heard, 2013-04-02 12:29:24 -0400, Tabbedinterface: removed [rel='external'] icon from .tabs-style-4/5
- https://github.com/wet-boew/wet-boew/commit/4ac018e Pat Heard, 2013-04-02 12:29:26 -0400, Tabbedinterface: matched height of thumbnails to stop height jump on tab change
- https://github.com/wet-boew/wet-boew/commit/b59d766 Pat Heard, 2013-04-02 12:29:27 -0400, Tabbedinterface: rebraced %tabbedinterface-rel-external
- https://github.com/wet-boew/wet-boew/commit/e8bd7c9 Laurent Goderre, 2013-04-02 13:54:54 -0300, Added the missing sha-bang to the post build script
- https://github.com/wet-boew/wet-boew/commit/bdebaef Laurent Goderre, 2013-04-02 14:16:53 -0300, Update post_build.sh
- https://github.com/wet-boew/wet-boew/commit/ae6149d Paul Jackson, 2013-04-02 14:56:53 -0400, Improved workaround #1699 to protect against race conditions. Now restores the scroll immediately after the event triggered when jQuery Mobile scrolls to the top (silentscroll event).
- 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/59621ff Laurent Goderre, 2013-04-02 16:20:49 -0300, Updated the post build execution time to work in travis
- 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/babf71d Paul Jackson, 2013-04-02 19:17:47 -0400, Added scrollTop polling for the workaround for #1699 to handle quirks in Chrome that can lead to scrollTop initially having a scrollTop of 0 even when scrolled halfway down the page.
- 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/4f08f80 Laurent Goderre, 2013-04-02 19:46:18 -0400, Added the code to updated the generic dist branch
- https://github.com/wet-boew/wet-boew/commit/5116d3b laurent Goderre, 2013-04-02 19:51:49 -0400, Silence rm and added the missing push for the base dist
- https://github.com/wet-boew/wet-boew/commit/df0b7b6 Nick Schonning, 2013-04-02 21:08:48 -0300, Build: Update Travis logging message for packaging
- 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/5362161 laurent Goderre, 2013-04-02 21:45:11 -0400, Silence more post build output and fixed the master-base-dist
- https://github.com/wet-boew/wet-boew/commit/757a0e8 laurent Goderre, 2013-04-02 21:57:07 -0400, Removed the invalid quiet falg for git add
- https://github.com/wet-boew/wet-boew/commit/98bebfb laurent Goderre, 2013-04-02 22:08:12 -0400, Suppressed the git commit output from post build
- 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/e014758 laurent Goderre, 2013-04-02 22:19:55 -0400, Removed another incorrect quiet flag
- https://github.com/wet-boew/wet-boew/commit/03220b0 laurent Goderre, 2013-04-02 22:41:04 -0400, Fixed syntax error with the build script
- 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/8770457 laurent Goderre, 2013-04-02 23:28:35 -0400, Fixed conflicts when creating master-base-dist
- https://github.com/wet-boew/wet-boew/commit/83b6165 laurent Goderre, 2013-04-02 23:39:04 -0400, Updated the GitHub token
- https://github.com/wet-boew/wet-boew/commit/4d6050e laurent Goderre, 2013-04-02 23:48:14 -0400, Suppressed the not file matched error in post build
- https://github.com/wet-boew/wet-boew/commit/70bbc9d Paul Jackson, 2013-04-03 00:36:11 -0400, Set min-widths for 100% wide containers to resolve #1530.
- https://github.com/wet-boew/wet-boew/commit/53b7d72 Paul Jackson, 2013-04-03 00:38:49 -0400, Increased specificity of placeholder names.
- https://github.com/wet-boew/wet-boew/commit/78f50af Paul Jackson, 2013-04-03 00:46:05 -0400, Fixed issues raised in pull request #1780.
- 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/2dd8d6f Paul Jackson, 2013-04-03 02:15:11 -0400, Updated feedback form with checkboxes and updated labels for the two contact questions as per #1492. Maintained backwards compatibility with old select approach.
- https://github.com/wet-boew/wet-boew/commit/05abb65 Paul Jackson, 2013-04-03 02:16:41 -0400, Updated English feedback form example to new approach.
- https://github.com/wet-boew/wet-boew/commit/635650f Paul Jackson, 2013-04-03 02:19:37 -0400, Updated date for French feedback form working example.
- https://github.com/wet-boew/wet-boew/commit/d155557 Paul Jackson, 2013-04-03 02:30:24 -0400, Added padding-bottom: 10px to module-spotlight in mobile view.
- 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 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/d1762b0 laurent Goderre, 2013-04-03 17:04:02 -0400, Manually create the master-base-dist branch
- https://github.com/wet-boew/wet-boew/commit/4d52d79 laurent Goderre, 2013-04-03 17:23:16 -0400, Fixed post build missing copy destination
- 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/8da92c7 Paul Jackson, 2013-04-03 20:14:29 -0400, Updated dates to 2013
- https://github.com/wet-boew/wet-boew/commit/570dcea Paul Jackson, 2013-04-03 20:20:52 -0400, Updated to 2013.
- 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/4159b6f Paul Jackson, 2013-04-03 20:26:00 -0400, Corrected minor typos.
- https://github.com/wet-boew/wet-boew/commit/90f5db0 Paul Jackson, 2013-04-03 21:25:42 -0400, Added French examples for Charts and Graphs.
- https://github.com/wet-boew/wet-boew/commit/2937304 Paul Jackson, 2013-04-03 21:43:26 -0400, Corrected Charts and Graphs English links in French working examples.
- 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/2998750 Paul Jackson, 2013-04-03 22:04:36 -0400, Changed Q1/Q2/Q3/Q4 to T1/T2/T3/T4 in French Charts and graphs working examples.
- 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/1f795b9 Paul Jackson, 2013-04-03 22:28:00 -0400, Corrected documentation links for Auto-complete and Zebra striping.
- 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/2fe9dce Paul Jackson, 2013-04-03 22:50:10 -0400, Moved zebra striping example references to index pages.
- https://github.com/wet-boew/wet-boew/commit/439b92e Paul Jackson, 2013-04-03 23:16:09 -0400, Updated README.md and home pages with reference to the v3.1.0 Release Candidate 1.
- 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/57505c1 Paul Jackson, 2013-04-04 00:47:40 -0400, Reconfigured README.md and home pages.
- https://github.com/wet-boew/wet-boew/commit/3fbe782 Paul Jackson, 2013-04-04 00:50:26 -0400, Removed errant heading from README.md
- https://github.com/wet-boew/wet-boew/commit/19fffdd Paul Jackson, 2013-04-04 00:53:22 -0400, Removed second paragraph from README.md since duplicates content in the Benefits section.
- https://github.com/wet-boew/wet-boew/commit/17da694 Paul Jackson, 2013-04-04 03:13:33 -0400, Updated README.md
- https://github.com/wet-boew/wet-boew/commit/8241ced Paul Jackson, 2013-04-04 03:18:36 -0400, Corrected broken link in README.md
- https://github.com/wet-boew/wet-boew/commit/c87bb54 Paul Jackson, 2013-04-04 09:53:06 -0400, Corrected same-page links in French part of README.md and French home page.
- https://github.com/wet-boew/wet-boew/commit/44954b3 laurent Goderre, 2013-04-04 10:21:40 -0400, Added the missing git add to the post build
- https://github.com/wet-boew/wet-boew/commit/c7fde6b laurent Goderre, 2013-04-04 10:56:03 -0400, Fixed a minor problem with the post build
- 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/ad51407 Paul Jackson, 2013-04-04 14:36:32 -0400, Fixed IE7 navcurrent bug with retrieving the href attribute.
- https://github.com/wet-boew/wet-boew/commit/bd03941 Paul Jackson, 2013-04-04 14:49:30 -0400, Fixed broken placeholder/extend reference in the GCWU theme.
- 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/24c2e03 Paul Jackson, 2013-04-04 16:01:40 -0400, Fixed overlapping issue with active menu bar links in GCWU theme. Cleaned up French text in README.md and the French home page.
- 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/917aa69 Paul Jackson, 2013-04-04 20:28:45 -0400, Corrected French typo with Session Timeout i18n strings.
- https://github.com/wet-boew/wet-boew/commit/61c3bb8 Eric Dunsworth, 2013-04-04 20:35:58 -0400, Fixed broken links in Zebra striping demo pages.
- https://github.com/wet-boew/wet-boew/commit/b972475 Eric Dunsworth, 2013-04-04 21:52:53 -0400, Fixed various broken links in main index pages.
- 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/d506b4b Paul Jackson, 2013-04-05 12:38:03 -0400, Fixed French typo in i18n file for one of the Session Timeout strings.
- https://github.com/wet-boew/wet-boew/commit/aec95d1 Nick Schonning, 2013-04-05 14:31:26 -0300, Footnotes: Fix Sass import path
- https://github.com/wet-boew/wet-boew/commit/fdca5a6 Nick Schonning, 2013-04-05 14:32:39 -0300, CLF Theme: Fix minin import path
- 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/2ad9471 Paul Jackson, 2013-04-05 23:11:53 -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/707be9c Paul Jackson, 2013-04-05 23:20:43 -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/3a2d4ff Paul Jackson, 2013-04-05 23:25:13 -0400, Corrected encoding of Table parser demo JS files.
- 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/4b51346 Paul Jackson, 2013-04-05 23:57:59 -0400, Fixed character encoding issues in a few demo files.
- 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/bce1313 Paul Jackson, 2013-04-07 20:48:03 -0400, Switching i18n.csv to UTF-8 with BOM so compatible with Microsoft Excel and Notepad++ opens in the correct character encoding every time. Way too much work to work with Excel with no BOM then clean up the mess after.
- https://github.com/wet-boew/wet-boew/commit/85d997d Paul Jackson, 2013-04-07 21:14:23 -0400, Reverting i18n.csv file back to UTF-8 no BOM as encourtered increased risk of corruption when handled by multiple tools. Need to find a way to make this much easier for people to contribute and edit translations as it is problematic to deal with the encoding issues between Excel and other programs. Seems many are using Google Docs as a workaround.
- 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/c968d95 Paul Jackson, 2013-04-08 15:38:53 -0400, Fixed focus colours for autocomplete to address contrast issues brought on by jQuery Mobile .ui-link.
- 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.