v3.1.0 - Notes d'utilisation
- Date de lancement : 2013-04-11
- Téléchargements
Quoi de neuf?
Needs translation
Changes That Break Things
As always, be on the lookout for broken layouts and functionality when upgrading, and test thoroughly.
- Old page top script section to split jQuery version to support release of jQuery 2.0 dropping support for oldIE.
v3.0:
<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]-->
v3.1:
<!--[if lte IE 8]> <script src="../dist/js/jquery-ie.min.js"></script> <script src="../dist/js/polyfills/html5shiv-min.js"></script> <link rel="stylesheet" href="../dist/grids/css/util-ie-min.css" /> <link rel="stylesheet" href="../dist/js/css/pe-ap-ie-min.css" /> <link rel="stylesheet" href="../dist/theme-gcwu-fegc/css/theme-ie-min.css" /> <noscript><link rel="stylesheet" href="../dist/theme-gcwu-fegc/css/theme-ns-ie-min.css" /></noscript> <![endif]--> <!--[if gt IE 8]><!--> <script src="../dist/js/jquery.min.js"></script> <link rel="stylesheet" href="../dist/grids/css/util-min.css" /> <link rel="stylesheet" href="../dist/js/css/pe-ap-min.css" /> <link rel="stylesheet" href="../dist/theme-gcwu-fegc/css/theme-min.css" /> <noscript><link rel="stylesheet" href="../dist/theme-gcwu-fegc/css/theme-ns-min.css" /></noscript> <!--<![endif]-->
- jQuery Mobile and pe-ap.js split into IE and non-IE versions at page bottom
v3.0:
<!-- 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 -->
v3.1:
<!-- ScriptsStart --> <script src="../dist/js/settings.js"></script> <!--[if lte IE 8]> <script src="../dist/theme-gcwu-fegc/js/theme-ie-min.js"></script> <script src="../dist/js/pe-ap-ie-min.js"></script> <script src="../dist/js/jquerymobile/jquery.mobile-ie.min.js"></script> <![endif]--> <!--[if gt IE 8]><!--> <script src="../dist/theme-gcwu-fegc/js/theme-min.js"></script> <script src="../dist/js/pe-ap-min.js"></script> <script src="../dist/js/jquerymobile/jquery.mobile.min.js"></script> <!--<![endif]--> <!-- ScriptsEnd -->
- Multi-column class names now use real numbers instead of written ones in the Grids system (e.g. "column-two" is now "column-2"). To upgrade these classes you can find and replace the following classes:
v3.0 v3.1 column-two
column-2
column-three
column-3
column-four
column-4
- Slideout tab now uses text instead of images. See the Slideout migration instructions.
- Federal Identity Program elements are now SVG-based with an image fallback. The fallback has changed from GIF to PNG.
v3.0:
<div id="gcwu-sig"> <div id="gcwu-sig-in"> <div id="gcwu-sig-eng" title="Government of Canada"> <img src="../../dist/theme-gcwu-fegc/images/sig-eng.gif" width="214" height="20" alt="Government of Canada" /> </div> </div> </div>
v3.1:
<div id="gcwu-sig"> <div id="gcwu-sig-in"> <object data="../../dist/theme-gcwu-fegc/images/sig-eng.svg" role="img" tabindex="-1" aria-label="Government of Canada" type="image/svg+xml"> <img src="../../dist/theme-gcwu-fegc/images/sig-eng.png" alt="Government of Canada" /> </object> </div> </div>
v3.0:
<div id="gcwu-wmms"> <div id="gcwu-wmms-in"> <div id="gcwu-wmms-fip" title="Symbol of the Government of Canada"> <img src="../dist/theme-gcwu-fegc/images/wmms.gif" width="126" height="30" alt="Symbol of the Government of Canada" /> </div> </div> </div>
v3.1:
<div id="gcwu-wmms"> <div id="gcwu-wmms-in"> <object data="../dist/theme-gcwu-fegc/images/wmms.svg" role="img" tabindex="-1" aria-label="Symbol of the Government of Canada" type="image/svg+xml"> <img src="../dist/theme-gcwu-fegc/images/wmms.png" alt="Symbol of the Government of Canada" /> </object> </div> </div>
Improved Performance
- jQuery Mobile integrated with desktop view
- Upgraded to newer versions of JQuery Mobile, jQuery, and others
Look and Feel
- Mobile view redesign
- Small, medium and large screen support
- Two new generic themes (WET and Base themes)
- Improved Multimedia Player UI
New Features
- Geomap
- Responsive Images
- Expand/Collapse All
- Table enhancement (sorting and filtering of tables)
- Design guide
- Improved Tabbed Interface
- Improved Charts and Graphs
Compatibility
- New polyfill for Meter
- Improved Slideout Tab
Internationalization and Localization
- Localization for 33 languages
- Slideout Tab is now i18n-compliant
Détails
Nombre des « commits » 3452
- @pjackson28 : 1852 « commits »
- @nschonni : 529 « commits »
- @LaurentGoderre : 487 « commits »
- @patheard : 109 « commits »
- @duboisp : 98 « commits »
- @jvanulde : 90 « commits »
- @cfarquharson : 60 « commits »
- @EricDunsworth : 39 « commits »
- @berubs : 27 « commits »
- @atlantiswebconsulting : 23 « commits »
- @CalvinRodo : 15 « commits »
- @deniszgonjanin : 11 « commits »
- @eehret : 8 « commits »
- unknown : 8 « commits »
- @jeresiv : 5 « commits »
- @MaddyDaigle : 3 « commits »
- @vu-nguyen : 2 « commits »
- gazzou : 1 « commit »
- @J-Kat : 1 « commit »
- Neo : 1 « commit »
- Sam : 1 « commit »
Liste des « commits »
- Updated references to key resources. Removed unnecessary images. - Paul Jackson, 2012-09-18 01:27:22 -0400
- minor spelling mistakes - Chad Farquharson, 2012-09-18 07:06:39 -0700
- Table Validator - Changed the error no 18 for an warning - pdubois, 2012-09-18 14:19:41 -0400
- Table Validator - fixed a small typo from the previous commit - pdubois, 2012-09-18 14:21:59 -0400
- table parser - fixed an cell association when there is no column headers but the table have cell headers row group - pdubois, 2012-09-18 14:34:09 -0400
- Fixed nav-current matching for sites that exclude file names from the URL. - Paul Jackson, 2012-09-18 23:00:56 -0400
- Fixed AJAX mega menu loading in table parser HTML files. - Paul Jackson, 2012-09-18 23:05:25 -0400
- Fixed nav-current detection in IE which omitted the leading slash from pathname. - Paul Jackson, 2012-09-19 00:31:16 -0400
- Cleaned up some minor grids issues. Moved contributor guidelines to the wiki. - Paul Jackson, 2012-09-19 01:32:37 -0400
- Fixed broken link in README.md. - Paul Jackson, 2012-09-19 09:28:06 -0400
- Rebuild with the small table parser fix - pdubois, 2012-09-19 09:31:45 -0400
- Updated HTML pages with secondary menus to demonstrate how to do links outside of sections. - Paul Jackson, 2012-09-19 12:08:25 -0400
- Updated CSS to fix spacing between non-section elements in secondary menu. - Paul Jackson, 2012-09-19 12:16:00 -0400
- Updated contributor guidelines references. - Paul Jackson, 2012-09-19 12:30:31 -0400
- Replaced mobilecheck with one that is more reliant upon CSS media queries (reads offsetWidth of element that is modified by CSS dependent upon CSS media queries). - Paul Jackson, 2012-09-19 14:57:38 -0400
- Added .top-level support to mega menus (apply to li elements that should look like section headings). Example at top of section 2 mega menu. - Paul Jackson, 2012-09-19 16:30:36 -0400
- Added workaround for nav-current matching in IE7 to deal with href absolute bug. - Paul Jackson, 2012-09-19 20:50:29 -0400
- Added pixel density checks to CSS media queries to help ensure high pixel density smartphones are not inadvertently forced into desktop view. Cleaned up CLF 2.0 theme CSS files removing unnecessary references. Cleaned up unnecessary portions of grids. - Paul Jackson, 2012-09-19 23:21:31 -0400
- BB Torch test - Paul Jackson, 2012-09-19 23:41:33 -0400
- Removed CSS media query resolution check for normal pixel density mobile view to ensure older molder devices are not inadvertently excluded. - Paul Jackson, 2012-09-19 23:49:15 -0400
- Corrected ant project names so prefixed with wet-boew. - Paul Jackson, 2012-09-20 00:52:42 -0400
- Build now stamps the version and build time at the top of each built JS and CSS that has a WET terms and conditions comment block. - Paul Jackson, 2012-09-20 02:51:38 -0400
- Fixed syntax error in Web Accessibility Assessment Methodology. - Paul Jackson, 2012-09-20 10:34:18 -0400
- Removed build time from CSS and JS head for normal builds and creaded release heads for special builds such as release builds. Doing this to minimize Git noise. - Paul Jackson, 2012-09-20 10:47:08 -0400
- Corrected documentation and terms links. - Paul Jackson, 2012-09-20 11:23:23 -0400
- Optimized high pixel density media queries and resolved detection bug with older Webkit browsers. - Paul Jackson, 2012-09-20 13:39:18 -0400
- Fixed keyboard focus issue in grids checkboxes. - Paul Jackson, 2012-09-20 13:58:23 -0400
- Fixed double firing event bug in IE7 that cause the details polyfill to close before it could fully open. - Paul Jackson, 2012-09-20 15:30:22 -0400
- Grids tweaks - Paul Jackson, 2012-09-22 02:52:58 -0400
- Modified build script to include pe noscript CSS in theme nos script CSS file. Fixed FOUC issue with details/summary. Enabled display of inline content in lightbox when JS is disabled. Reduced FOUC for Tabbed interface. - Paul Jackson, 2012-09-23 22:28:17 -0400
- Added no-script CSS files to CLF 2.0 theme. - Paul Jackson, 2012-09-23 22:34:36 -0400
- Added placeholder noscript CSS includes for base, grids responsive, and grids util. - Paul Jackson, 2012-09-23 22:47:26 -0400
- Tweaked CSS media queries to prevent iPad 3 with retina display from triggering mobile view. - Paul Jackson, 2012-09-23 23:36:44 -0400
- Fixed JSHint issues. - Paul Jackson, 2012-09-23 23:42:08 -0400
- Optimized Share widget a bit (saved around 8 - 10ms). Added workaround for share links to enable them to work in certan touchscreen devices that do not trigger the normal behaviour of the links. - Paul Jackson, 2012-09-24 01:31:09 -0400
- Updated to jQuery 1.8.2 - Paul Jackson, 2012-09-24 01:38:33 -0400
- Reduced pixel density requirement from 2 to 1.5 for loading of high-res custom jQuery Mobile icons. - Paul Jackson, 2012-09-24 10:07:31 -0400
- Corrected French typos - Paul Jackson, 2012-09-24 10:14:10 -0400
- Merged in broken link fixes from pull request #476. - Paul Jackson, 2012-09-24 11:58:06 -0400
- Replaced references to IRCan since the WET project no longer uses IRCan. - Paul Jackson, 2012-09-24 12:09:43 -0400
- Moved home page to root of respository. Moved API documentation to the root of the docs folder. - Paul Jackson, 2012-09-24 14:00:00 -0400
- Moved home page to root of respository. Moved API documentation to the root of the docs folder. - Paul Jackson, 2012-09-24 14:01:30 -0400
- Enabled mobile view to work with more than just English and French (made reliant upon i18n approach). - Paul Jackson, 2012-09-24 15:00:07 -0400
- Added loading indicator to the jQuery mobile transition - Laurent Goderre, 2012-09-24 19:18:01 -0400
- Added loading animation to GCWU Intranet theme. Removed line-height 0 from module-poster. - Paul Jackson, 2012-09-24 20:21:10 -0400
- Fixed JSHint issues - Paul Jackson, 2012-09-24 20:28:16 -0400
- Improved deep linking handling. Fixed well-formedness issues with Feedback form HTML. - Paul Jackson, 2012-09-24 21:03:56 -0400
- Fixed keyboard navigation issue with '- Main page' links in mega menus. - Paul Jackson, 2012-09-25 13:19:38 -0400
- Removed code from the calendar dependency that duplicated code from the PE, and moved extra methods to the PE - Laurent Goderre, 2012-09-25 16:23:33 -0400
- Fixed display issue with the event calendar caused by the new date functions. - Laurent Goderre, 2012-09-25 17:59:12 -0400
- Fixed a few edge cases for tabbed interface mobile view. - Paul Jackson, 2012-09-26 16:10:11 -0400
- Fixed JSHint issues with Tabbed Interface. - Paul Jackson, 2012-09-26 16:15:37 -0400
- Removed test from Working examples page - Paul Jackson, 2012-09-26 16:18:28 -0400
- Optimized form validation (decreased execution time by 26%). - Paul Jackson, 2012-09-26 23:39:29 -0400
- Minor optimizations to tabbed interface. - Paul Jackson, 2012-09-27 00:30:01 -0400
- Minor optimizations to Web feeds widget. - Paul Jackson, 2012-09-27 00:50:32 -0400
- Minor optimizations to Lightbox - Paul Jackson, 2012-09-27 01:13:35 -0400
- Corrected breadcrumb in Charts and graphs examples. - Paul Jackson, 2012-09-27 02:32:38 -0400
- Fixed JSHint issues - Paul Jackson, 2012-09-27 10:23:29 -0400
- Updated to Colorbox v1.3.20.1 - Paul Jackson, 2012-09-27 10:52:03 -0400
- Fixed Form validation to better support Portuguese language detection. - Paul Jackson, 2012-09-27 16:53:30 -0400
- Removed build artifacts. - Paul Jackson, 2012-09-27 16:57:15 -0400
- Rough cut at a base theme. Still needs a lot of work. - Paul Jackson, 2012-09-28 00:26:31 -0400
- Minor cleanup - Paul Jackson, 2012-09-28 00:34:57 -0400
- Rebuilt files after merge - Paul Jackson, 2012-09-28 00:37:29 -0400
- Fixed issue #491 with form validation in IE7 due to aggressive optimization - Laurent Goderre, 2012-09-28 16:40:57 -0400
- Fixed alignment of mobile menu icon in high pixel density displays. Fixed opening by default of active section in mobile view. Optimized alternative to removeAttribute in form validation. Added placeholder language string files for Spanish and Portuguese. - Paul Jackson, 2012-09-29 21:48:57 -0400
- Rebuilt files - Paul Jackson, 2012-09-29 21:53:31 -0400
- Re-added gradient to mega menu background. - Paul Jackson, 2012-09-29 23:58:24 -0400
- Rebuilt files - Paul Jackson, 2012-09-30 00:02:33 -0400
- Merged in the changes to slideout.scss in #493. - Paul Jackson, 2012-09-30 00:17:17 -0400
- Rebuilt files - Paul Jackson, 2012-09-30 00:19:47 -0400
- Made build version of GC Web Usability intranet theme independent of the GC Web Usability theme (to resolve Drupal namespace clashes). Also GC Web Usability intranet theme no longer references images that aren't used by the theme (to cut down on encoded CSS files sizes). - Paul Jackson, 2012-09-30 04:09:35 -0400
- Rebuilt files - Paul Jackson, 2012-09-30 04:12:34 -0400
- Cleaned up base theme some more. Still needs work. - Paul Jackson, 2012-09-30 05:11:36 -0400
- Moved margin:auto to responsive CSS files in GCWU theme. Split widths and margin:auto for CLF 2.0 theme in to responsive CSS file. Added role=presentation to ul for share widget and slide out tab to resolve parent/child issues. - Paul Jackson, 2012-09-30 21:34:17 -0400
- Added role=presentation to menu bar/mega menu to fix parent/child WAI-ARIA relationships. Fixed tabbed interface reading off the previous tab when switching tabs use the arrow keys. - Paul Jackson, 2012-09-30 23:36:43 -0400
- Rebuilt files - Paul Jackson, 2012-09-30 23:39:40 -0400
- Fixed up Base theme. - Paul Jackson, 2012-10-01 03:09:27 -0400
- Added Base theme working examples to working examples page. - Paul Jackson, 2012-10-01 03:16:40 -0400
- Removed duplicate class names. - Paul Jackson, 2012-10-01 03:20:45 -0400
- Tweaked Base theme colours - Paul Jackson, 2012-10-01 03:36:47 -0400
- Added missing GC Web Usability Intranet theme working exampe links. - Paul Jackson, 2012-10-01 11:10:14 -0400
- Cleaned up Base theme some more. - Paul Jackson, 2012-10-01 15:29:49 -0400
- Minor optimizations - Paul Jackson, 2012-10-01 15:36:03 -0400
- Rebuilt files - Paul Jackson, 2012-10-01 15:40:18 -0400
- Added sub-site examples to Base theme (need more work). - Paul Jackson, 2012-10-01 16:40:29 -0400
- Moved head files to the build folder since they relate to the build system - Laurent Goderre, 2012-10-01 16:43:21 -0400
- Added an Test File for a table with row grouping but no column - Pierre Dubois, 2012-10-01 20:07:29 -0500
- Added a pass test file for an special case where parallel row heading can be used. - Pierre Dubois, 2012-10-01 20:27:26 -0500
- Add 2 option, one for enabling the zebra stripping and another one to remove any scope present in the pasted tabular markup - Pierre Dubois, 2012-10-01 21:17:02 -0500
- Fixed build bug caused by the moving of the head files - Laurent Goderre, 2012-10-02 10:27:12 -0400
- Fixed Base theme sub-site examples. Added examples to Base theme with no site menu. - Paul Jackson, 2012-10-02 11:13:57 -0400
- Added box shadow to mega menu. - Paul Jackson, 2012-10-02 15:12:20 -0400
- Rebuilt files - Paul Jackson, 2012-10-02 15:17:17 -0400
- Upgraded to jQuery Mobile 1.2 to help with performance bugs. Fixed deep linking bug in mobile view. - Paul Jackson, 2012-10-02 15:50:22 -0400
- Rebuilt files - Paul Jackson, 2012-10-02 15:54:55 -0400
- Fixed memory leak in IE7 mentioned in issue #483. - Laurent Goderre, 2012-10-02 16:47:17 -0400
- Resolving merge conflicts. - Paul Jackson, 2012-10-02 20:47:17 -0400
- Fixed keyboard handling bugs in mega menu. - Paul Jackson, 2012-10-02 22:46:02 -0400
- Rebuilt files - Paul Jackson, 2012-10-02 22:50:46 -0400
- Fixed another mega menu keyboard handling issue. Fixed nav-current matching approach to deal with competing matches. - Paul Jackson, 2012-10-02 23:32:33 -0400
- Rebuilt files - Paul Jackson, 2012-10-02 23:35:27 -0400
- Fixed nav-current pattern matching for pages deeper in the site hierarchy. - Paul Jackson, 2012-10-03 01:17:26 -0400
- Rebuilt files - Paul Jackson, 2012-10-03 01:20:20 -0400
- Fixed the links to the SSI working examples - EN - Maddy Daigle, 2012-10-03 09:23:11 -0300
- Updated SSI working examples links - FR - Maddy Daigle, 2012-10-03 09:26:01 -0300
- Fixed SSI working examples links. - Paul Jackson, 2012-10-03 09:33:59 -0400
- Moved the Table Parser JS Code from https://github.com/wet-boew/wet-boew/blob/master/src/js/workers/parser.table.js - pdubois, 2012-10-03 15:06:20 -0400
- Rename parser.table.js to parserTable.js - pdubois, 2012-10-03 15:08:13 -0400
- Completed the migration of the table parser as an dependencies - pdubois, 2012-10-03 15:23:19 -0400
- Moved the chart to be a dependencies from https://github.com/wet-boew/wet-boew/blob/master/src/js/workers/charts.js - pdubois, 2012-10-03 15:28:59 -0400
- Fixed broken site title link in French working examples index page. - Eric Dunsworth, 2012-10-03 15:33:46 -0400
- Fixed typo in English Prettify working example page. - Eric Dunsworth, 2012-10-03 15:35:39 -0400
- Completed the move for the Charts as an dependencies - pdubois, 2012-10-03 15:35:51 -0400
- Rebuild and fixed a namespace conflit during the charts move as a dependencies - pdubois, 2012-10-03 15:46:47 -0400
- Updated mobile view CSS to jQuery Mobile 1.2. Switched mobile menu and mobile search dialogs to popups for significant performance increase. Fixed 3rd level nesting background colour in mobile menu. - Paul Jackson, 2012-10-03 22:54:32 -0400
- Fixed appending of mobile menu in Base theme. - Paul Jackson, 2012-10-03 23:17:40 -0400
- Renamed jquery.mobile directory to jquerymobile to fix IIS compatibility issues. Changed mega menu include file extensions to .txt to improve compatibility with IIS. - Paul Jackson, 2012-10-03 23:28:33 -0400
- Renamed Base theme jquery.mobile directory to jquerymobile to fix IIS compatibility issues. Changed Base theme mega menu include file references to .txt to improve compatibility with IIS. - Paul Jackson, 2012-10-03 23:35:01 -0400
- Added fallback mechanism (regular dialog) for mobile devices that have difficulty with the popup approach combined with a lot of nested menus (currently only pre-BB OS7). - Paul Jackson, 2012-10-04 00:42:28 -0400
- Removed fallback for mobile search popup since only needed for mobile menu. - Paul Jackson, 2012-10-04 00:55:23 -0400
- Removed fallback for Base theme mobile search popup since only needed for mobile menu. - Paul Jackson, 2012-10-04 01:04:32 -0400
- Reinstated fallback for search because pre-BB OS7 still has issues with the popup. - Paul Jackson, 2012-10-04 01:32:36 -0400
- Reinstated fallback for Base theme search because pre-BB OS7 still has issues with the popup. - Paul Jackson, 2012-10-04 01:38:05 -0400
- Tweaked fallback approach mobile view menu. - Paul Jackson, 2012-10-04 01:55:43 -0400
- Tweaked fallback approach mobile view menu. Made pre-load/post-load mobile fonts consistent. - Paul Jackson, 2012-10-04 02:07:25 -0400
- Fixed bugs in the mobile menu fallback mechanism. - Paul Jackson, 2012-10-04 02:20:45 -0400
- Fixed bugs in the Base theme mobile menu fallback mechanism. - Paul Jackson, 2012-10-04 02:23:59 -0400
- Added a few working example - pdubois, 2012-10-04 13:31:12 -0400
- Modified the Zebra Stripping to be faster with simple table and can detect is complex table styling is required or not. This are related to issue #384 - pdubois, 2012-10-04 13:34:10 -0400
- jslinted parserTable and zebra - pdubois, 2012-10-04 13:48:48 -0400
- Rebuild with the zebra updates - pdubois, 2012-10-04 13:50:19 -0400
- Fixed the HTML Table Validator to support the table parser as a dependency - pdubois, 2012-10-04 14:54:26 -0400
- Renamed the bin folder because it is reserved for libraries in IIS - Laurent Goderre, 2012-10-04 14:59:06 -0400
- Rebuilt the files - Laurent Goderre, 2012-10-04 15:26:11 -0400
- Rebuild and fixed an issue with IE regarding the simple table detection - pdubois, 2012-10-04 15:32:58 -0400
- Fixed Grids class selector bug. - Paul Jackson, 2012-10-04 15:44:12 -0400
- Fixing merge conflict - Paul Jackson, 2012-10-04 15:49:22 -0400
- Rebuild and added "time" value to have unique event handler - pdubois, 2012-10-04 16:07:04 -0400
- Rebuild, dependency callback called with parameter but still have an issue when the zebra is called on more than one table - Pierre Dubois, 2012-10-04 17:00:33 -0500
- Fixed the zebra to manage more than one complex table in the same page without requesting two time the table parser dependency - Pierre Dubois, 2012-10-04 20:39:25 -0500
- Zebra - Removed the code that blocked unwanted call on the dependency callback - Pierre Dubois, 2012-10-04 20:41:27 -0500
- Rebuild - Pierre Dubois, 2012-10-04 21:04:58 -0500
- Resolved merge conflicts. - Paul Jackson, 2012-10-04 22:43:22 -0400
- Rebuilt files. - Paul Jackson, 2012-10-04 22:46:13 -0400
- Fixed a javascript error due of timing and dependency loading. And I added an new options to force to show the tabular markup results. - pdubois, 2012-10-05 10:19:25 -0400
- Fixed Spanish i18n strings with edited and translated versions. - Paul Jackson, 2012-10-05 12:17:51 -0400
- [Slideout] Adds Spanish tab images - berubs, 2012-10-05 14:05:23 -0400
- Added Spanish working examples to the Base theme. - Paul Jackson, 2012-10-05 15:50:00 -0400
- Fixed validation error - Paul Jackson, 2012-10-05 16:08:57 -0400
- Fixed the page lang7uage for the spanish examples - Laurent Goderre, 2012-10-05 16:48:09 -0400
- Added TOC to the base theme index pages - Laurent Goderre, 2012-10-05 16:54:48 -0400
- Resolved merge conflict - Paul Jackson, 2012-10-07 20:16:30 -0400
- Modified mobile menu design to give more width to buttons, permit wrapping of text, and to visually differentiate between top level and secondary links. Done to address concerns regarding excessive link text truncation, and menu being difficult to scan because all one colour. - Paul Jackson, 2012-10-08 03:02:09 -0400
- Modified Base theme mobile menu design to give more width to buttons, permit wrapping of text, and to visually differentiate between top level and secondary links. Done to address concerns regarding excessive link text truncation, and menu being difficult to scan because all one colour. - Paul Jackson, 2012-10-08 03:18:14 -0400
- Fixed JSHint issues - Paul Jackson, 2012-10-08 03:21:16 -0400
- Delayed addition and enhancement of the mobile view menu items as a workaround for the iOS JavaScript execution timeout issues. - Paul Jackson, 2012-10-08 20:49:16 -0400
- Fixed delayed addition and enhancement of mobile view menu items. - Paul Jackson, 2012-10-08 21:25:45 -0400
- Minor changes to comments - Paul Jackson, 2012-10-08 21:35:21 -0400
- Fixed JSHint issues - Paul Jackson, 2012-10-08 21:41:55 -0400
- Auto-detection of the best method to set the accessibility on the table - Pierre Dubois, 2012-10-08 21:28:08 -0500
- Removed mobile view menu dialog fallback since no longer needed with delayed loading that addresses the JavaScript execution timeout issue. - Paul Jackson, 2012-10-08 23:11:12 -0400
- Removed Base theme mobile view menu dialog fallback since no longer needed with delayed loading that addresses the JavaScript execution timeout issue. - Paul Jackson, 2012-10-08 23:18:34 -0400
- Changed mobile view footer links to grey to better align with the desktop view and to make them less prominent (so aren't more prominent than the language links on the splash pages). Removed red link hover colour. Fixed supression of rounded corners in mobile view menu. - Paul Jackson, 2012-10-09 00:27:31 -0400
- Removed red link hover colour in base theme. - Paul Jackson, 2012-10-09 00:37:10 -0400
- Added more white space at the bottom of the mobile view menu. - Paul Jackson, 2012-10-09 00:57:46 -0400
- Added more white space at the bottom of the Base theme mobile view menu. Added placeholder favicon to Base theme. - Paul Jackson, 2012-10-09 01:18:33 -0400
- Added new Base theme icon to the build folder. - Paul Jackson, 2012-10-09 01:26:56 -0400
- Added missing search button images to Base theme. - Paul Jackson, 2012-10-09 01:33:24 -0400
- Fixed initial loading of Search button in the Base theme spanish mobile view. - Paul Jackson, 2012-10-09 01:43:24 -0400
- Making by default clean the tabular markup. Added simple table definition. Added simple table grouping definition. - pdubois, 2012-10-09 10:21:16 -0400
- Added missing quotation mark to example source code. - Paul Jackson, 2012-10-09 11:46:42 -0400
- Optimized correctmobile function. - Paul Jackson, 2012-10-09 12:58:58 -0400
- Rebuilt files - Paul Jackson, 2012-10-09 13:07:32 -0400
- Fixed the support of tfoot to be know at summary row group at level 0, even on simple table - pdubois, 2012-10-09 14:35:43 -0400
- Added a simple table example with a tfoot and small bug fix - pdubois, 2012-10-09 14:37:33 -0400
- Merge upstream and Rebuild - pdubois, 2012-10-09 14:40:41 -0400
- Enabled support for non-link headings in the secondary navigation. Fixed rounded corners on site menus where the mega menu doesn't load or is not used. - Paul Jackson, 2012-10-09 16:13:58 -0400
- Rebuilt with files from recent pull request. - Paul Jackson, 2012-10-09 16:18:32 -0400
- Fixed rounding of corners for expanded content. - Paul Jackson, 2012-10-09 21:57:46 -0400
- Fixed rounding of corners for expanded content in Base theme. - Paul Jackson, 2012-10-09 22:03:54 -0400
- Added a reference to the WET roadmap - Paul Jackson, 2012-10-10 00:29:20 -0400
- Update src/js/polyfills/datepicker.js - Sam, 2012-10-10 12:31:24 -0300
- Rebuilt - Laurent Goderre, 2012-10-10 15:14:17 -0400
- Fixed issue #533 by adding the polyfill class to dynamically created details summary - Laurent Goderre, 2012-10-10 15:22:54 -0400
- Added polyfill and working examples for HTML5 meter element. - Paul Jackson, 2012-10-10 16:29:07 -0400
- JSHinted the meter polyfill - Laurent Goderre, 2012-10-10 17:06:06 -0400
- Rebuilt - Laurent Goderre, 2012-10-10 17:27:37 -0400
- Fixed issue #533 by adding the polyfill class to dynamically created details summary - Laurent Goderre, 2012-10-10 17:28:34 -0400
- Added polyfill and working examples for HTML5 meter element. - Paul Jackson, 2012-10-10 17:28:54 -0400
- JSHinted the meter polyfill - Laurent Goderre, 2012-10-10 17:28:54 -0400
- Plugin to use meta date modified value - Nick Schonning, 2012-10-10 17:28:55 -0400
- Rebuilt files after merge - Nick Schonning, 2012-10-10 17:29:06 -0400
- Rebuild - Nick Schonning, 2012-10-10 17:37:32 -0400
- Fixed background colour for nav-current within a mega menu in the Base theme. Fixed some of the Spanish filler content in the Base theme working examples. - Paul Jackson, 2012-10-10 19:35:41 -0400
- Fixed TBS acronym expansion in English filler content. - Paul Jackson, 2012-10-10 19:39:34 -0400
- Added HTML5 sessionStorage polyfill - Paul Jackson, 2012-10-10 20:12:36 -0400
- Fixed sessionStorage polyfill working examples. - Paul Jackson, 2012-10-10 21:35:35 -0400
- Made sesionStorage note about cookies more prominent - Paul Jackson, 2012-10-10 21:41:49 -0400
- Fixed French grammar issues in i18n support. Added localStorage working examples (localStorage polyfill was included in v3.0 but not visible). Fixed language link in French Session timeout working example. - Paul Jackson, 2012-10-10 22:49:04 -0400
- Excluded meter.js and sessionstorage.js from JSHint testing because 3rd party scripts. Fixed display issue on English working examples page. - Paul Jackson, 2012-10-10 23:05:40 -0400
- Corrected minor French grammar error - Paul Jackson, 2012-10-10 23:17:31 -0400
- Fixed loading of Meter polyfill - Paul Jackson, 2012-10-11 00:13:08 -0400
- Rebuild for PR - Nick Schonning, 2012-10-11 11:40:08 -0400
- JSHint fix for plugin global - Nick Schonning, 2012-10-11 11:51:50 -0400
- Performance improvements - Nick Schonning, 2012-10-11 15:58:33 -0400
- Remove Dead code - nschonni, 2012-10-12 00:27:02 -0400
- Double to single quotes for JS - nschonni, 2012-10-12 00:29:17 -0400
- IE8 condition no longer doing anything different - nschonni, 2012-10-12 00:30:21 -0400
- Rebuild for PR - nschonni, 2012-10-12 00:35:05 -0400
- Adding missing precision point in version number - Nick Schonning, 2012-10-12 14:59:26 -0400
- Rebuild with correct version number - Nick Schonning, 2012-10-12 15:03:57 -0400
- Coda slider effect added to tabbed interface - Pat Heard, 2012-10-12 16:07:51 -0400
- Changed double to single quote - Pat Heard, 2012-10-12 16:51:58 -0400
- Fixed display issues identified by #541 when Basic HTML version is enabled and JavaScript is not disabled. - Paul Jackson, 2012-10-12 21:22:17 -0400
- Added enhance function to allow a already loaded polyfill to be added to objects dynamically added to the DOM. - Paul Jackson, 2012-10-12 22:14:05 -0400
- Added check for polyfill enhance to ensure it is only applied when the polyfill is loaded (to avoid enhancing on browsers with native support). - Paul Jackson, 2012-10-12 22:58:32 -0400
- Rebuilt files - Paul Jackson, 2012-10-12 22:59:07 -0400
- Polyfills modified in the chart and Rebuild - Pierre Dubois, 2012-10-12 22:04:19 -0500
- Rebuilt files - Paul Jackson, 2012-10-12 23:11:22 -0400
- Rebuilt files - Paul Jackson, 2012-10-12 23:13:57 -0400
- Pull build properties up to common tasks - nschonni, 2012-10-13 00:36:45 -0400
- Clean CSS after default ant task - nschonni, 2012-10-13 00:49:07 -0400
- Remove bad extend call - nschonni, 2012-10-14 13:37:15 -0400
- Fixed CSS file references in English home page example. - Paul Jackson, 2012-10-15 10:52:49 -0400
- Double quote to single for English i18n - Nick Schonning, 2012-10-15 15:01:46 -0400
- Double quote to single for French i18n - Nick Schonning, 2012-10-15 15:01:59 -0400
- Double quote to single for Spanish i18n - Nick Schonning, 2012-10-15 15:02:14 -0400
- Adding language name to dictionary headers - Nick Schonning, 2012-10-15 15:04:06 -0400
- JavaScript embeded HTML keep double quotes - Nick Schonning, 2012-10-15 15:05:16 -0400
- Corrected "pr" to "pt" for Portuguese message loading - Nick Schonning, 2012-10-15 15:08:17 -0400
- Fix Portuguese loading in formvalid - Laurent Goderre, 2012-10-15 15:17:10 -0400
- Fixed translation issues with the readme - Laurent Goderre, 2012-10-15 16:28:29 -0300
- Rebuilt after merging latest - Nick Schonning, 2012-10-15 15:51:36 -0400
- Rebuild without extends - Nick Schonning, 2012-10-15 15:56:13 -0400
- Added by default that a table only contains data group. To have the advantage of summary group the class attribute of the table element must contain the "hassum" class name. - Pierre Dubois, 2012-10-15 21:51:31 -0500
- Fixed deselectable radio buttons to eliminate the double clicking needed to select a radio button in certain scenarios. - Paul Jackson, 2012-10-16 15:27:59 -0400
- Deleted lib tmp file. - Paul Jackson, 2012-10-16 15:30:10 -0400
- Added *.tmp to .gitignore to prevent tmp files from being checked in. - Paul Jackson, 2012-10-16 15:31:24 -0400
- Small fix - remove by default the summary group detection - pdubois, 2012-10-16 15:34:27 -0400
- Updated the Invoice complex data table in regards to the recent table parser update - pdubois, 2012-10-16 15:35:39 -0400
- Rebuild - pdubois, 2012-10-16 15:35:51 -0400
- fixed the zebra stripping example with the new table parser option "hassum" - pdubois, 2012-10-16 16:04:29 -0400
- Fixed expand all option for mobile menu so all sub-sections are expanded by default upon initialization. - Paul Jackson, 2012-10-16 16:11:38 -0400
- Ignore all jRuby jars - Nick Schonning, 2012-10-16 16:27:04 -0400
- Point build instructions to wiki - Nick Schonning, 2012-10-16 16:28:34 -0400
- Parameterize jRuby and Gems - Nick Schonning, 2012-10-16 16:34:04 -0400
- Allow old compiled jRuby jars to remain - Nick Schonning, 2012-10-16 16:40:25 -0400
- Fixed a display issue on IE7 as mentioned in issue #556 - Laurent Goderre, 2012-10-16 17:13:27 -0400
- Seperate folder for gem dependancies - Nick Schonning, 2012-10-16 17:52:42 -0400
- Rebuild and fixed the table parser that cause a crash when a table have more col element than the real number of column defined in a table row. - Pierre Dubois, 2012-10-16 20:08:58 -0500
- Updated the key cell and row grouping techniques in regards of the "hassum" (has summary group) special mode of the table. That was the default behaviour in WET 3.1 and earlier - Pierre Dubois, 2012-10-16 20:11:17 -0500
- Updated the HTML Table Validator and Techniques in regards of the "hassum" option - pdubois, 2012-10-17 12:56:42 -0400
- Fixed the Jslint error in the table parser - pdubois, 2012-10-17 13:15:53 -0400
- Rebuild - pdubois, 2012-10-17 13:36:44 -0400
- Pull versions back to common tasks - nschonni, 2012-10-17 21:16:47 -0400
- Fix subant syntax - nschonni, 2012-10-17 21:28:57 -0400
- Inplace encode images - nschonni, 2012-10-18 00:19:58 -0400
- Add placeholder test targets - nschonni, 2012-10-18 00:25:01 -0400
- Complete Rebuild with the version number - Pierre Dubois, 2012-10-18 06:11:19 -0500
- Updated jRuby, Sass, chunkey_png, and Compass - Nick Schonning, 2012-10-18 11:40:29 -0400
- Manually merged in pull request #570. - Paul Jackson, 2012-10-18 21:58:14 -0400
- Identified new Tabbed interface Coda slider (tabs-style-6) as v3.1 Alpha. - Paul Jackson, 2012-10-18 22:01:55 -0400
- Identified Optimal content development tools as v3.1 Alpha - Paul Jackson, 2012-10-18 22:12:57 -0400
- Fixed Grids child selector bug identified in #554. - Paul Jackson, 2012-10-18 23:16:03 -0400
- Fixed Lightbox tabbing order issue identified in #572. - Paul Jackson, 2012-10-18 23:16:35 -0400
- Fixed Session timeout demo tag closing issue identified in #583. - Paul Jackson, 2012-10-18 23:23:44 -0400
- Build theme depenancies if nessessary - Nick Schonning, 2012-10-19 12:39:42 -0400
- Fix dependancy chain - Nick Schonning, 2012-10-19 13:29:19 -0400
- Allow overriding locator ID for the Modified container - Nick Schonning, 2012-10-19 14:35:36 -0400
- Apply changes like PR 585 and 574 for Base theme - Nick Schonning, 2012-10-19 15:03:55 -0400
- Revert date removal in index-eng.html - Nick Schonning, 2012-10-19 15:19:06 -0400
- Escape key during active cycle focuses active tab - Pat Heard, 2012-10-22 10:21:12 -0400
- Fixed IE8 tab overlapping in .tabs-style-2 - Pat Heard, 2012-10-22 10:38:47 -0400
- Switrched from an arbitrary version number for jRuby and dependencies to a hash. - Laurent Goderre, 2012-10-22 11:47:47 -0400
- Updated to native Sass imports - Nick Schonning, 2012-10-22 14:36:55 -0400
- Merged in relevant changes from pull request #594. - Paul Jackson, 2012-10-22 23:53:30 -0400
- Added missing line to build-tasks.properties. - Paul Jackson, 2012-10-23 00:18:30 -0400
- Fixed typos in Session timeout working examples. - Paul Jackson, 2012-10-23 00:23:45 -0400
- Convert css imports to Sass imports - Nick Schonning, 2012-10-23 00:32:22 -0400
- Fixed alignment of long titles in IE7 - Pat Heard, 2012-10-23 11:28:14 -0400
- Added missing download image. - Paul Jackson, 2012-10-23 11:57:45 -0400
- Fixed ID duplication/naming issues in working examples index pages. - Eric Dunsworth, 2012-10-23 12:20:18 -0400
- Rebuilt files - Paul Jackson, 2012-10-23 12:22:49 -0400
- Rebuild and fix the cell position for an irregular row span cell in a table - pdubois, 2012-10-23 16:18:39 -0400
- Fix for Table parser script link (#604) - pdubois, 2012-10-23 16:20:04 -0400
- Changed the date reference in the HTML table technique for the WET 3.0.2 version - pdubois, 2012-10-23 16:42:33 -0400
- Rebuilt files - Paul Jackson, 2012-10-23 18:28:59 -0400
- Rebuilt files - Paul Jackson, 2012-10-23 18:31:20 -0400
- Optimized archived Web page plugin loading. - Paul Jackson, 2012-10-23 21:58:34 -0400
- Fixed cssenabled check. Partially optimized Slide out tab (49% reduction in execution time). - Paul Jackson, 2012-10-24 00:53:24 -0400
- Minor optimization tweaks to Slide out tab. - Paul Jackson, 2012-10-24 00:59:10 -0400
- Fixed hidden label in feedback form. Partially optimized feedback form (reduced execution time by 72%). - Paul Jackson, 2012-10-24 01:51:44 -0400
- Resolved JSHint errors. - Paul Jackson, 2012-10-24 02:44:44 -0400
- Encode theme CSS in place - Nick Schonning, 2012-10-24 12:15:17 -0400
- Remove recursing import statements - Nick Schonning, 2012-10-24 15:03:22 -0400
- Added check for using Date Modified as version - Nick Schonning, 2012-10-24 16:26:01 -0400
- Inital working copy of the toggledetails plugin - Pat Heard, 2012-10-24 16:35:20 -0400
- Incorporate #609 and #611 for Base theme - Nick Schonning, 2012-10-24 16:39:24 -0400
- Fixed handling of top-level of secondary navigation 2 in mobile view. - Paul Jackson, 2012-10-25 00:22:38 -0400
- Cross-browser tested and examples updated - Pat Heard, 2012-10-25 16:01:06 -0400
- New build files generated - Pat Heard, 2012-10-25 16:05:03 -0400
- Fixed name of settings.js override var - Pat Heard, 2012-10-25 16:36:09 -0400
- Fixed is/setOpen() to use this._open - Pat Heard, 2012-10-25 17:48:05 -0400
- [slideout] Check if 'e' is undefined - berubs, 2012-10-26 10:22:09 -0400
- Tweaked fullhd colour in base theme to make area more noticeable. - Paul Jackson, 2012-10-26 15:31:53 -0400
- Don't need to prefix selectors that use ID/# - Nick Schonning, 2012-10-26 15:46:30 -0400
- Rebuild calendar-min.js - Nick Schonning, 2012-10-26 15:49:56 -0400
- Changed the base theme favicon to the WET logo - Laurent Goderre, 2012-10-26 16:25:04 -0400
- Changed the background color of the top section to a darker grey. - Laurent Goderre, 2012-10-26 16:26:01 -0400
- Updated the base theme favicon to a more optimized one. - Laurent Goderre, 2012-10-26 16:40:16 -0400
- Tweaked base theme fullhd colour. - Paul Jackson, 2012-10-26 21:16:43 -0400
- Fixed background in Base theme mega menu. - Paul Jackson, 2012-10-26 21:24:21 -0400
- Forced Base theme mobile view footer to be two columns wide to avoid button truncation. - Paul Jackson, 2012-10-26 23:23:38 -0400
- Forced mobile view footer to be two columns wide to avoid button truncation. - Paul Jackson, 2012-10-26 23:35:24 -0400
- Tweaked Base theme mobile view footer CSS. - Paul Jackson, 2012-10-26 23:39:35 -0400
- Fixed hover/focus colour and background colour of nav-current in Base theme menu bar. - Paul Jackson, 2012-10-27 01:14:01 -0400
- Standardized default link colours between desktop and mobile views. - Paul Jackson, 2012-10-27 20:32:25 -0400
- Standardized Base theme default link colours between desktop and mobile views. - Paul Jackson, 2012-10-27 20:38:18 -0400
- Add code to hide the loading icon for the web widget and show original link if the AJAX call failed - Laurent Goderre, 2012-10-30 12:48:27 -0400
- Use underscore for Base Sass files - Nick Schonning, 2012-10-30 13:18:23 -0400
- Use underscore for import only Grid Sass files - Nick Schonning, 2012-10-30 15:41:23 -0400
- Changed JS CSS merging to Sass imports - Nick Schonning, 2012-10-30 16:37:16 -0400
- Underscore CLF theme Sass files - Nick Schonning, 2012-10-30 16:53:43 -0400
- Fixed the bug with the twitter web feeds due to a change in the Twitter API - Laurent Goderre, 2012-10-30 17:07:33 -0400
- Underscore Usiblity and Intranet theme Sass - Nick Schonning, 2012-10-30 17:12:44 -0400
- Remove theme dependancy build task - Nick Schonning, 2012-10-30 17:16:18 -0400
- Fix jquery mobile copying - Nick Schonning, 2012-10-30 17:32:12 -0400
- Fixed twitter linsk in the web feeds - Laurent Goderre, 2012-10-30 17:46:07 -0400
- Fixed the twitter search display from the web feeds - Laurent Goderre, 2012-10-31 13:53:53 -0400
- Fixed the twitter feed 'loading' forever when the API limit is reached - Laurent Goderre, 2012-10-31 15:02:46 -0400
- Change Base theme to underscore dependencies - Nick Schonning, 2012-10-31 15:22:45 -0400
- Use existing sprite for mailto icon - Nick Schonning, 2012-10-31 17:05:13 -0400
- Remove unused mail icon - Nick Schonning, 2012-10-31 17:07:08 -0400
- Revert change to icon Sass - Nick Schonning, 2012-10-31 17:12:39 -0400
- Hide the feeds links by default and other optimizations - Laurent Goderre, 2012-10-31 17:37:37 -0400
- Added ability to disable the Basic HTML version/Standard version link in settings.js (not recommended for most scenarios). - Paul Jackson, 2012-11-01 00:41:19 -0400
- Removed extra comma from settings.js - Paul Jackson, 2012-11-01 00:48:21 -0400
- Resolved merge conflicts. - Paul Jackson, 2012-11-01 10:33:28 -0400
- Fixed the single quotes in the web feeds widget - Laurent Goderre, 2012-11-01 13:37:17 -0400
- Disallow units for zero values - Nick Schonning, 2012-11-01 17:21:03 -0400
- Percentages not required for 0% to 100% gradient - Nick Schonning, 2012-11-01 17:26:12 -0400
- Minifiy themes CSS and JS in place - Nick Schonning, 2012-11-02 11:49:40 -0400
- Inplace minifying of JS project - Nick Schonning, 2012-11-02 11:54:39 -0400
- Added versioning to i18n files. - Paul Jackson, 2012-11-02 16:26:28 -0400
- Reverted changes to jQuery validation language files. - Paul Jackson, 2012-11-02 16:30:17 -0400
- Corrected typos in i18n files. - Paul Jackson, 2012-11-02 16:46:14 -0400
- Apply #649 changes to base theme - Nick Schonning, 2012-11-02 17:03:29 -0400
- Corrected minor typos in i18n files. - Paul Jackson, 2012-11-02 21:14:18 -0400
- Extended same page link focus fix to skip links. - Paul Jackson, 2012-11-02 21:33:05 -0400
- Added missing WET terms and conditions to start of jQuery mobile CSS. - Paul Jackson, 2012-11-02 21:45:25 -0400
- Fixed Favourite and Email links in Share widget. - Paul Jackson, 2012-11-02 23:29:03 -0400
- Rebuilt files - Paul Jackson, 2012-11-02 23:30:44 -0400
- Removed test code for adding email and favourite links to Share widget. - Paul Jackson, 2012-11-02 23:33:53 -0400
- Change anchor tasks to extension points - Nick Schonning, 2012-11-03 12:30:39 -0400
- Attach minify task to build - Nick Schonning, 2012-11-03 12:38:02 -0400
- Don't compile the gems into the jar - Nick Schonning, 2012-11-03 12:52:59 -0400
- Parallelize Gem downloads - Nick Schonning, 2012-11-03 12:58:30 -0400
- Check vendor folder in jruby check - Nick Schonning, 2012-11-03 13:08:23 -0400
- Parallel gem install to vendor folder - Nick Schonning, 2012-11-03 13:14:50 -0400
- Replace sessionstorage polyfill with unminified - Nick Schonning, 2012-11-04 16:37:57 -0500
- Added list of core supported languages to the PE object - Laurent Goderre, 2012-11-05 13:10:28 -0500
- Added a list of supported jQuery validation languages - Laurent Goderre, 2012-11-05 13:35:13 -0500
- Added a generic fallback for language codes not explicitly supported by WET (en-US, fr-BEm, etc...) - Laurent Goderre, 2012-11-05 13:50:28 -0500
- Attache subproject tasks to extension points - Nick Schonning, 2012-11-05 13:57:49 -0500
- Hoist -base64-encode task - Nick Schonning, 2012-11-05 14:03:41 -0500
- Add extension point for encoding images - Nick Schonning, 2012-11-05 14:09:08 -0500
- Hoist -minify task to extension point - Nick Schonning, 2012-11-05 14:15:04 -0500
- Hoist common copy tasks - Nick Schonning, 2012-11-05 14:43:30 -0500
- Remove file delete - Nick Schonning, 2012-11-05 14:46:23 -0500
- Clean CSS after default build - Nick Schonning, 2012-11-05 14:50:30 -0500
- Base does not neead to be built - Nick Schonning, 2012-11-05 14:52:05 -0500
- Improved the loading of the form validation localizations and fix bug with get_languages. - Laurent Goderre, 2012-11-05 15:09:08 -0500
- Added neutral Portugese for the form validation - Laurent Goderre, 2012-11-05 15:19:58 -0500
- Standard properties after vendor prefixes - Nick Schonning, 2012-11-05 15:41:02 -0500
- Add initial csslint task - Nick Schonning, 2012-11-05 16:04:05 -0500
- Add missing jar and JS file - Nick Schonning, 2012-11-05 16:39:42 -0500
- The basedir.escaped wasn't being set on Ubuntu - Nick Schonning, 2012-11-05 19:11:35 -0500
- Add meter to includes for pe-ap css file - Nick Schonning, 2012-11-06 10:43:20 -0500
- Add meter to includes to pe-ap-ie - Nick Schonning, 2012-11-07 10:58:59 -0500
- Streamlined the supported language ant process. - Laurent Goderre, 2012-11-08 12:57:40 -0500
- Removed unused attribute from the build file. - Laurent Goderre, 2012-11-08 15:30:47 -0500
- Fioxed language functionality comments - Laurent Goderre, 2012-11-08 15:38:57 -0500
- Added missing rel='external' values to links. Updated references to draft versions of HTML5 to the latest published versions. - Paul Jackson, 2012-11-08 15:57:36 -0500
- Add rel="external" for external links on the base theme - Laurent Goderre, 2012-11-08 16:27:03 -0500
- Fixed a problem with the building not always outputting UTF-8 minified files. - Laurent Goderre, 2012-11-08 16:54:28 -0500
- Remove log file and add ignore - Nick Schonning, 2012-11-08 21:07:18 -0500
- Added missing rel='external' values. - Paul Jackson, 2012-11-09 12:09:25 -0500
- Removed build artifacts. - Paul Jackson, 2012-11-09 12:16:01 -0500
- Add charset setting for YUI minification - Nick Schonning, 2012-11-09 15:03:20 -0500
- Add charset setting for YUI minification - Nick Schonning, 2012-11-09 15:05:02 -0500
- Disabled enhancements for BB OS 5 and earlier. - Paul Jackson, 2012-11-09 21:48:12 -0500
- Added missing images for GC Web Usability theme home page examples. - Paul Jackson, 2012-11-09 22:33:00 -0500
- Fixed issue #682 by adding a barebone polyfill function for array indexOf - Laurent Goderre, 2012-11-13 12:38:45 -0500
- Rebuilt the i18n languages files to fix many character encoding issues. - Laurent Goderre, 2012-11-13 12:39:22 -0500
- Hitting escape key when a menu bar link has focus will close the sub menus and move focus to wb-cont. - Paul Jackson, 2012-11-13 21:35:32 -0500
- Enabled menu links and search field to be visible in mobile view when PE is disabled. - Paul Jackson, 2012-11-13 22:33:54 -0500
- Enabled Base theme menu links and search field to be visible in mobile view when PE is disabled. - Paul Jackson, 2012-11-13 22:37:29 -0500
- Fix site title jump onfocus - Pat Heard, 2012-11-14 08:26:54 -0500
- Hoist jshint task - Nick Schonning, 2012-11-14 12:43:57 -0500
- Add csslint target to lint/test - Nick Schonning, 2012-11-14 13:20:52 -0500
- Hoist compress task - Nick Schonning, 2012-11-14 15:11:57 -0500
- border-radius to mixin - Nick Schonning, 2012-11-14 15:24:27 -0500
- Removed vendor prefixes in IE Sass sheets - Nick Schonning, 2012-11-14 15:24:49 -0500
- box-shadow to mixin - Nick Schonning, 2012-11-14 15:26:21 -0500
- background-clip to mixins - Nick Schonning, 2012-11-14 15:26:35 -0500
- Additional box-shadow mixins - Nick Schonning, 2012-11-14 15:27:01 -0500
- Additional box-sizing mixin - Nick Schonning, 2012-11-14 15:27:19 -0500
- Use linear-gradient mixin - Nick Schonning, 2012-11-14 15:27:36 -0500
- Use appearance mixin - Nick Schonning, 2012-11-14 15:27:52 -0500
- Use inline-block mixin - Nick Schonning, 2012-11-14 15:28:11 -0500
- Use opacity mixins - Nick Schonning, 2012-11-14 15:28:36 -0500
- Remove hacks from modern CSS outputs - Nick Schonning, 2012-11-14 15:28:46 -0500
- Use text-shadow mixins - Nick Schonning, 2012-11-14 15:28:55 -0500
- Use user-select mixin - Nick Schonning, 2012-11-14 15:30:24 -0500
- Cleanup import statements - Nick Schonning, 2012-11-14 15:31:22 -0500
- Explicit compass imports - Nick Schonning, 2012-11-14 15:31:37 -0500
- Rebuild after cherrypicking mixin commits - Nick Schonning, 2012-11-14 15:33:31 -0500
- Moved the output of the SASS compile to the build folder (instead of the source folder) Removed the clean-css tasks sicne they are no longer needed. - Laurent Goderre, 2012-11-14 16:43:01 -0500
- Fixed the built form validation message encoding. - Laurent Goderre, 2012-11-14 16:43:29 -0500
- Change slider animation to mixin - Nick Schonning, 2012-11-14 16:59:22 -0500
- Rebuild after cherry-pick - Nick Schonning, 2012-11-14 17:01:05 -0500
- Fixed the test task by pointing CSSLint to the build folder - Laurent Goderre, 2012-11-14 17:22:13 -0500
- Explicit UTF-8 encoding on Copy and Move tasks - Nick Schonning, 2012-11-15 12:48:43 -0500
- Was ANSI - Nick Schonning, 2012-11-15 15:28:26 -0500
- Bad encoding in existing header - Nick Schonning, 2012-11-15 15:38:03 -0500
- Revert some encoding directives - Nick Schonning, 2012-11-15 16:50:49 -0500
- Hack for YUI Compressor bug with Í - Nick Schonning, 2012-11-15 17:10:50 -0500
- Don't lint minified files - Nick Schonning, 2012-11-15 17:41:24 -0500
- Use external copy of JSHint - Nick Schonning, 2012-11-15 20:13:37 -0500
- Integrated changes from pull requests #688 and #694 to fix typo in a working example and fix :focus and :active outline for .button. - Paul Jackson, 2012-11-15 20:15:56 -0500
- Merged in pull request #626 to improve expand/collapse all. - Paul Jackson, 2012-11-15 20:44:25 -0500
- Reintegrated changes from pull request #688 to fix :focus and :active outline for .button. - Paul Jackson, 2012-11-15 20:49:59 -0500
- Rebuilt files after merge. - Paul Jackson, 2012-11-15 20:54:01 -0500
- Manually included fixes for #615 and #641. - Paul Jackson, 2012-11-15 21:04:38 -0500
- Rebuilt files after merge. - Paul Jackson, 2012-11-15 21:06:19 -0500
- @if for -moz-placeholder - Nick Schonning, 2012-11-15 21:13:43 -0500
- Use force-wrap mixin - Nick Schonning, 2012-11-15 21:13:43 -0500
- Hide progress-bar vendor prefix from IE - Nick Schonning, 2012-11-15 21:13:44 -0500
- Use vendor mixin for animation - Nick Schonning, 2012-11-15 21:13:45 -0500
- Wrap -moz- elements in @if - Nick Schonning, 2012-11-15 21:13:45 -0500
- Wrap -webkit- elements in @if - Nick Schonning, 2012-11-15 21:13:46 -0500
- Rebased and additional -moz- wrapping - Nick Schonning, 2012-11-15 21:19:47 -0500
- Fixed issues identified in #556 - Paul Jackson, 2012-11-15 21:37:45 -0500
- Corrected French grammar issues in readme and demo main page. - Paul Jackson, 2012-11-15 22:32:21 -0500
- Fix directory used for csslint-report task - Nick Schonning, 2012-11-16 14:31:38 -0500
- Single line padding declaration - Nick Schonning, 2012-11-16 14:31:38 -0500
- Zoom hack mixin - Nick Schonning, 2012-11-16 15:08:29 -0500
- Background position to percentages - Nick Schonning, 2012-11-16 15:09:55 -0500
- Fix background mixin - Nick Schonning, 2012-11-16 15:23:02 -0500
- Single declaration of lightbox controls - Nick Schonning, 2012-11-16 16:15:16 -0500
- More background positions to percentiles - Nick Schonning, 2012-11-16 16:33:44 -0500
- Don't embed base64 string in slider - Nick Schonning, 2012-11-16 16:55:15 -0500
- Slider IE7 and IE8 customizations where the same - Nick Schonning, 2012-11-16 17:06:38 -0500
- Move comment outside SCSS block - Nick Schonning, 2012-11-16 17:17:00 -0500
- Duplicate properties are created by inline-block - Nick Schonning, 2012-11-16 17:25:23 -0500
- Change text-indent hiding - Nick Schonning, 2012-11-16 17:56:07 -0500
- Fixed broken HTML5 specification link in table parser working example page. - Eric Dunsworth, 2012-11-18 23:24:45 -0500
- Remove file extension from imports statements - Nick Schonning, 2012-11-19 11:26:19 -0500
- Change toolbar to class from mixin - Nick Schonning, 2012-11-19 14:10:04 -0500
- Common border-image class - Nick Schonning, 2012-11-19 15:39:47 -0500
- Fixed issue #695 which prevented plugins to load in IE when an id was added to the head element - Laurent Goderre, 2012-11-19 17:25:19 -0500
- Check for changes at the end of Travis build - Nick Schonning, 2012-11-19 21:46:14 -0500
- Suppressed the diff result from the build output and replace it with a more useable message - Laurent Goderre, 2012-11-20 11:50:25 -0500
- Corrected hidden French headings for GC nav bar as identified in #721. - Paul Jackson, 2012-11-20 14:18:51 -0500
- Merged in pull request #715. - Paul Jackson, 2012-11-20 14:29:36 -0500
- Identified new Alternative image title functionality for Lightbox as v3.1 alpha. - Paul Jackson, 2012-11-20 14:32:11 -0500
- Replaced English link text with French equivalents in French working examples index page. - Eric Dunsworth, 2012-11-21 21:38:13 -0500
- Capitalized first letter of "French" and "English" in certain working example pages. - Eric Dunsworth, 2012-11-21 21:44:22 -0500
- Fixed the base theme build name. - Laurent Goderre, 2012-11-22 00:15:52 -0500
- Initial commit for the WET theme - Laurent Goderre, 2012-11-22 00:26:54 -0500
- Updated to jQuery v1.8.3. - Paul Jackson, 2012-11-22 10:19:25 -0500
- Fixed the build output for IE - Laurent Goderre, 2012-11-22 13:25:46 -0500
- Rebuilt - Laurent Goderre, 2012-11-22 13:28:20 -0500
- Move post build Travis checks to script - Nick Schonning, 2012-11-22 14:36:30 -0500
- Added french example and toggledetails.scss - Pat Heard, 2012-11-22 14:45:51 -0500
- Rebuild with new jQuery - Nick Schonning, 2012-11-22 14:47:18 -0500
- Added toggledetails.scss for IE - Pat Heard, 2012-11-22 14:54:48 -0500
- Fix execute bit on shell script No need to chmod, which showed up as a changed file - Nick Schonning, 2012-11-22 15:11:16 -0500
- Added a no ui (wb-mm-no-ui) class to disable the multimedia player UI - Laurent Goderre, 2012-11-25 12:04:55 -0500
- Fixed incorrect language switch for the multimedia plauer audio example - Laurent Goderre, 2012-11-25 12:07:59 -0500
- Only resize datepicker input if polyfill is active. - berubs, 2012-11-26 09:26:16 -0500
- Only resize datepicker input if polyfill is active - berubs, 2012-11-26 09:57:10 -0500
- Design guide - Chad Farquharson, 2012-11-26 11:46:54 -0800
- Fixed keyboard activation of menu bar links for menu items without a mega menu. - Paul Jackson, 2012-11-26 15:03:19 -0500
- Modifications to CSS - Chad Farquharson, 2012-11-26 13:03:15 -0800
- Manually merged pull request #716 - Paul Jackson, 2012-11-26 21:40:37 -0500
- Merged in pull request #741 - Paul Jackson, 2012-11-27 00:01:11 -0500
- Merged in pull request #734 - Paul Jackson, 2012-11-27 00:24:37 -0500
- Rebuilt files from pull request #758 and added guide link to the working examples pages. - Paul Jackson, 2012-11-27 01:35:12 -0500
- Fixes #755 and #671. Also add .display-block, .display-inline, .display-inline-block. - Paul Jackson, 2012-11-27 02:04:41 -0500
- Fixed #750 by preventing a shift in focus when first selecting a tab with a mouse and instead shifting focus on the second click. - Paul Jackson, 2012-11-27 02:33:53 -0500
- Fix line endings when building on Windows - Nick Schonning, 2012-11-27 11:29:18 -0500
- Hardcode bang comment block for 3rd party - Nick Schonning, 2012-11-27 12:23:05 -0500
- Add additional comment block escape - Nick Schonning, 2012-11-27 12:32:05 -0500
- Improved the autocomplete polyfill so it looks for matches throughout the string like Firefox rather than just at the start of the string like Chrome. - Paul Jackson, 2012-11-27 12:45:51 -0500
- Rebuilt merged files. - Paul Jackson, 2012-11-27 12:48:53 -0500
- Added pe:false to global variable declaration so tabbedinterface.js can pass JSHint validation. - Paul Jackson, 2012-11-27 13:05:32 -0500
- Reduced the amount of mega menu links to improve rendering performance (since was 5 times the average number of links used on other sites). - Paul Jackson, 2012-11-27 13:17:23 -0500
- Reduced number of links in Spanish mega menu. Fixed JSHinting ussue in tabbedinterface.js. Fixed building issue with sessionstorage.js. - Paul Jackson, 2012-11-27 13:24:44 -0500
- Removed unused/hidden content for demo purposes - Laurent Goderre, 2012-11-27 14:00:12 -0500
- Fixed links in the wet-boew to base theme resources - Laurent Goderre, 2012-11-27 14:03:23 -0500
- Fixed the mobile view for the wet-boew theme - Laurent Goderre, 2012-11-27 14:08:16 -0500
- Implemented chad's changes - Laurent Goderre, 2012-11-27 15:31:26 -0500
- Fixed a problem with the search area spanning 100% on desktop view when no menu or search is used. - Laurent Goderre, 2012-11-27 16:02:54 -0500
- Built changes to the mobile transition - Laurent Goderre, 2012-11-27 16:07:46 -0500
- Switch the base theme to use the mobile-change class instead of hard coded width - Laurent Goderre, 2012-11-27 16:17:30 -0500
- Switch the wet-boew theme to use the mobile-change class instead of hard coded width - Laurent Goderre, 2012-11-27 16:35:24 -0500
- Fixed the mobile change - Laurent Goderre, 2012-11-27 17:00:44 -0500
- Fixed the mobile change for the base theme - Laurent Goderre, 2012-11-27 17:12:42 -0500
- Fixed the mobile change for the wet-boew theme - Laurent Goderre, 2012-11-27 17:17:42 -0500
- Removed foreground colours from .background-white, .background-light and .background-medium. - Paul Jackson, 2012-11-27 21:47:06 -0500
- Rebuilt grid files. - Paul Jackson, 2012-11-27 22:02:53 -0500
- Rebuilt files - Paul Jackson, 2012-11-27 22:04:43 -0500
- Moved .: into removehash regex and escaped period - Pat Heard, 2012-11-28 08:41:18 -0500
- Fixed URL has escaping to avoid jQuery selector errors, as per #767. - Paul Jackson, 2012-11-28 10:09:07 -0500
- Merged in pull request #768. Added missing '#' for #767. - Paul Jackson, 2012-11-28 10:58:12 -0500
- Moved the output of the build to the dist folder (#464) - Laurent Goderre, 2012-11-28 12:08:06 -0500
- Use common icon sprite - Nick Schonning, 2012-11-28 12:29:22 -0500
- Common sprite class for Intranet theme - Nick Schonning, 2012-11-28 12:47:57 -0500
- Space between bracket and identifier - Nick Schonning, 2012-11-28 13:02:28 -0500
- Mixin for signiture block - Nick Schonning, 2012-11-28 17:41:00 -0500
- Common intranet menu background image - Nick Schonning, 2012-11-28 17:51:35 -0500
- Compact background constructor - Nick Schonning, 2012-11-28 18:05:12 -0500
- Restored next, previous and play buttons to tabs-style-5. - Paul Jackson, 2012-11-28 22:06:45 -0500
- Removed unnecessary debugging statement. - Paul Jackson, 2012-11-28 22:28:38 -0500
- Fixed mobile view language link. Remove extra code from English working examples page. - Paul Jackson, 2012-11-29 00:59:31 -0500
- Fixed display of mobile view language link. - Paul Jackson, 2012-11-29 01:08:07 -0500
- Removed unnecessary comments from Lightbox source. - Paul Jackson, 2012-11-29 01:28:33 -0500
- Rebuilt files - Paul Jackson, 2012-11-29 01:30:09 -0500
- Use conditionals for form mixins - Nick Schonning, 2012-11-29 10:20:25 -0500
- Remove dead code - Nick Schonning, 2012-11-29 10:24:56 -0500
- Use conditional in table mixin star hack - Nick Schonning, 2012-11-29 10:26:03 -0500
- Remove dead code - Nick Schonning, 2012-11-29 10:28:29 -0500
- Rebuild util-min.css with star hacks removed - Nick Schonning, 2012-11-29 10:32:36 -0500
- Set menulink href="#' if attribute was left off - Nick Schonning, 2012-11-29 11:11:34 -0500
- Added script to update the working examples - Laurent Goderre, 2012-11-29 11:49:22 -0500
- Adapted the token for the parent repo - Laurent Goderre, 2012-11-29 12:07:11 -0500
- Added output for the working example script - Laurent Goderre, 2012-11-29 12:43:20 -0500
- Removed the built files and updated the build script for the wet theme - Laurent Goderre, 2012-11-29 12:48:39 -0500
- Fixed resources links for alpha examples - Laurent Goderre, 2012-11-29 14:02:15 -0500
- Fixed the build output for the theme base - Laurent Goderre, 2012-11-29 14:14:44 -0500
- Added a placeholder bulgarian localization file (copied from the english) - Laurent Goderre, 2012-11-29 16:10:24 -0500
- Fix resource path from build to dist - Nick Schonning, 2012-11-29 19:50:12 -0500
- IE7 doesn't support hasAttribute - Nick Schonning, 2012-11-29 21:17:40 -0500
- Added placeholder Base theme examples in Bulgarian, Portuguese and Portugues (Brazilian). Also reorganized Base theme working examples page to better accommodate more languages. - Paul Jackson, 2012-11-29 21:45:03 -0500
- Demoíng the CSS display-block, display-inline and display-inline-block - Chad Farquharson, 2012-11-29 19:27:31 -0800
- demoning 3 new styles: display-block, display-inline, display-inline-block - Chad Farquharson, 2012-11-29 19:34:08 -0800
- Merged in pull request #786, resolving the SCSS issue that was breaking the build. - Paul Jackson, 2012-11-30 10:04:42 -0500
- Fixed same page links handling in mobile view. - Paul Jackson, 2012-11-30 11:01:05 -0500
- Renamed "Accessible Footnotes" to "Footnotes" and "Notes de bas de page accessibles" to ""Notes de bas de page". - Eric Dunsworth, 2012-11-30 20:35:32 -0500
- Fixed the foreground colour of .background-dark. Addressed some Grids icon issues. Removed sessionStorage loader from v3.0 since is a new feature introduced in v3.1 not v3.0. - Paul Jackson, 2012-11-30 21:57:57 -0500
- Restored sessionStorage polyfill loader after v3.0 merge. - Paul Jackson, 2012-11-30 22:01:29 -0500
- Fixed issues with Grids icons. - Paul Jackson, 2012-12-01 21:39:57 -0500
- Fixed .bakground-medium to ensure high contrast. - Paul Jackson, 2012-12-01 21:50:19 -0500
- Fixed Grids specificity issue by changing 'a.wb-icon-none' to '.wb-icon-none'. - Paul Jackson, 2012-12-01 22:55:19 -0500
- Changed double quotes to single quotes to better align with contribution guidelines. - Paul Jackson, 2012-12-01 23:07:33 -0500
- Corrected reference to Standard on Web Interoperability in README. - Paul Jackson, 2012-12-02 00:03:45 -0500
- Improved Grids icons CSS. - Paul Jackson, 2012-12-02 22:09:39 -0500
- Changed file versions from v3.1.0-a1 to v3.1.0-b1 since next version is expected to be the first beta release. - Paul Jackson, 2012-12-02 22:18:44 -0500
- Don't fixclrf on minified files - Nick Schonning, 2012-12-03 12:52:19 -0500
- Minor working example fixes - Pat Heard, 2012-12-04 13:56:44 -0500
- Removed redundant code regarding fix for empty 'a' tags Issues: #746 - Jesse Katzman, 2012-12-04 19:11:28 -0500
- Fixed display of vertical sliders in Webkit browsers when in mobile view. - Paul Jackson, 2012-12-04 21:20:43 -0500
- More descriptive commit message for Travis commit - Nick Schonning, 2012-12-05 11:54:26 -0500
- Single update of header file including build time - Nick Schonning, 2012-12-05 12:16:25 -0500
- Don't copy files to build folder - Nick Schonning, 2012-12-05 13:56:04 -0500
- Fixed typo in Lightbox working examples. Updated support for Grids. - Paul Jackson, 2012-12-05 14:13:01 -0500
- Updated style guide pages. - Paul Jackson, 2012-12-05 14:16:04 -0500
- Removed duplication of code for the twitter web feed. - Laurent, 2012-12-05 15:34:44 -0500
- Fixed NAN showing when no publish dat is used in RSS feed - Laurent, 2012-12-05 16:08:32 -0500
- Modified working example script to keep previous builds in history - Laurent, 2012-12-05 16:16:53 -0500
- Fixed the display of the web feeds - Laurent, 2012-12-05 17:01:56 -0500
- Fixed the changes to the built files being overwritten by the checkout of gh-pages - Laurent, 2012-12-05 17:33:17 -0500
- Fixed the working example script - Laurent, 2012-12-05 19:03:35 -0500
- Fixed the working example script - Laurent, 2012-12-05 19:12:04 -0500
- Updated the token with the new one - Laurent, 2012-12-05 20:19:43 -0500
- Fixed display issue with the web feeds when the base font size is smaller than 16pt - Laurent Goderre, 2012-12-06 09:16:50 -0500
- Added fix to the working example script to prevent all the build commit to be at the top - Laurent Goderre, 2012-12-06 10:38:32 -0500
- Fixed the rebasing in the working example script - Laurent Goderre, 2012-12-06 11:26:57 -0500
- Increased specificity for Feedback form CSS to avoid conflicts (#823). Updated Grid CSS and Web Feeds widget CSS. - Paul Jackson, 2012-12-06 15:30:03 -0500
- Updated design guide HTML files. - Paul Jackson, 2012-12-06 15:33:13 -0500
- Update jRuby to 1.7.1 - Nick Schonning, 2012-12-06 16:16:39 -0500
- Fixed issue #719 and optimized the web feeds widget - Laurent Goderre, 2012-12-06 16:19:46 -0500
- Fixed JSHInt errors with the web feeds widget - Laurent Goderre, 2012-12-06 16:34:42 -0500
- Include CSS in header stamping - Nick Schonning, 2012-12-06 17:35:30 -0500
- Minor updates to Grids. - Paul Jackson, 2012-12-06 22:22:30 -0500
- Fixed french labels as per #723 - Laurent Goderre, 2012-12-07 08:27:56 -0500
- Black-listed the download branch from travis - Laurent Goderre, 2012-12-07 08:48:57 -0500
- Fixed the travis.yml - Laurent Goderre, 2012-12-07 11:27:02 -0500
- Added functionality to store the 10 latest build for specified branches - Laurent Goderre, 2012-12-07 14:02:24 -0500
- Fixed link in the travis config file - Laurent Goderre, 2012-12-07 14:12:48 -0500
- Made the new post build script executable - Laurent Goderre, 2012-12-07 14:33:03 -0500
- Added comments to the post build script - Laurent Goderre, 2012-12-07 16:00:56 -0500
- Added recursive copy to the post build script. - Laurent Goderre, 2012-12-07 16:53:31 -0500
- Minor text changes - Chad Farquharson, 2012-12-09 20:47:45 -0800
- Minor text changes to grids documentation - Chad Farquharson, 2012-12-09 20:52:17 -0800
- Minor text changes to grids documentation - Chad Farquharson, 2012-12-09 20:53:44 -0800
- Working example updated to include Zebra stripping on ul element. Related to issue #834 - Pierre Dubois, 2012-12-10 11:54:56 -0500
- Fixed #527 by pointing to different sources for each video. - Laurent Goderre, 2012-12-10 12:44:33 -0500
- Updated the wet-boew-zebra style for an ul to match the ol padding (Related to issue #834) - Pierre Dubois, 2012-12-10 14:36:39 -0500
- Initial working picture plugin (no IE support) - Pat Heard, 2012-12-10 16:11:25 -0500
- Linted picture.js - Pat Heard, 2012-12-10 16:38:41 -0500
- Fixed various broken links and renamed "Multi-media" to "Multimedia" in Design guide working example pages. - Eric Dunsworth, 2012-12-10 21:53:10 -0500
- Fixed broken links to nonexistent #embedded ID in Grids working example page. - Eric Dunsworth, 2012-12-10 21:54:53 -0500
- Removed the latest prefix for the downloads since github sorts them by date anyways. - Laurent Goderre, 2012-12-11 11:10:59 -0500
- Initial OpenLayers itegration - Joost van Ulden, 2012-12-11 10:03:40 -0800
- Added changes from chad. - Laurent Goderre, 2012-12-11 14:19:48 -0500
- Fixed the links to resources for thr wet theme - Laurent Goderre, 2012-12-11 14:38:33 -0500
- Switched the logo to white and SVG - Laurent Goderre, 2012-12-11 15:21:10 -0500
- Fixed validation issues with the wet theme demos - Laurent Goderre, 2012-12-11 16:10:09 -0500
- Reduced the padding for the site title - Laurent Goderre, 2012-12-11 16:28:55 -0500
- Fixed a display issue in IE 7 for the WET theme - Laurent Goderre, 2012-12-11 16:52:30 -0500
- Added links to the WET theme. - Laurent Goderre, 2012-12-11 17:00:23 -0500
- Integration of existing Geomap - Joost van Ulden, 2012-12-11 14:02:05 -0800
- Removed references to the base theme. - Laurent Goderre, 2012-12-11 17:05:54 -0500
- Fixed the post build script not committing build results - Laurent Goderre, 2012-12-11 17:25:06 -0500
- Fixed the post build script to committing the build result - Laurent Goderre, 2012-12-11 17:29:12 -0500
- Replaced force-wrap with white-space: pre-wrap;. Fixes issue #847. - Eric Dunsworth, 2012-12-11 23:27:07 -0500
- IE9 fix with commented
<source>
elements - Pat Heard, 2012-12-12 09:51:25 -0500 - Made button text more descriptive (requested by #846) - Pat Heard, 2012-12-12 10:11:00 -0500
- Ordered zebra list styling with keeping support for module comment styling. - Pierre Dubois, 2012-12-12 12:09:25 -0500
- Added support for wms and kml layers. - Joost van Ulden, 2012-12-12 10:02:23 -0800
- $.get request for IE to get raw HTML - Pat Heard, 2012-12-12 15:19:24 -0500
- Added query capability for KML overlays - Joost van Ulden, 2012-12-12 13:14:52 -0800
- Added the IE7 Zebra SCSS fix as proposed by @patheard - Pierre Dubois, 2012-12-12 16:42:13 -0500
- Added support for GeoRSS layers. - Joost van Ulden, 2012-12-12 14:36:57 -0800
- Corrected labels for the expand all/collapse all buttons for the details/summary elements. - Paul Jackson, 2012-12-12 22:46:23 -0500
- Re-added workaround for white-space: pre-wrap; into Grids IE7 overrides. - Eric Dunsworth, 2012-12-13 11:22:23 -0500
- Fixed the webfeed wdiget not working with twitter search (#858) - Laurent Goderre, 2012-12-13 16:49:17 -0500
- Removed aria-live region from form validation summary because it was too disruptive in some screen readers. - Paul Jackson, 2012-12-13 22:38:05 -0500
- Fixed issues #866, #867, #827 and #772. - Paul Jackson, 2012-12-14 22:45:32 -0500
- Corrected minor typo in readme. - Paul Jackson, 2012-12-14 23:04:37 -0500
- rounded corners on certain buttons - Chad Farquharson, 2012-12-14 20:58:23 -0800
- corrected documentation for buttons - Chad Farquharson, 2012-12-15 05:14:13 -0800
- Merged in #870. - Paul Jackson, 2012-12-17 09:40:40 -0500
- Converted the post build script to use tags to generate downloads - Laurent Goderre, 2012-12-17 12:55:33 -0500
- Excluded the build branches from the build - Laurent Goderre, 2012-12-17 13:07:11 -0500
- Fixed the tag annotated message - Laurent Goderre, 2012-12-17 13:24:35 -0500
- Minor tweak to Grids buttons. - Paul Jackson, 2012-12-17 14:26:21 -0500
- French translation for require_from_group - Pat Heard, 2012-12-17 14:32:50 -0500
- Removed the tagging of the latest build since it's not required to provide a download - Laurent Goderre, 2012-12-17 15:48:09 -0500
- Renamed toggledetails to expandcollapseall - Pat Heard, 2012-12-17 15:49:00 -0500
- Fixed the post build script not working when replacing existing files - Laurent Goderre, 2012-12-17 16:00:12 -0500
- Fixed the post build script committing the source files - Laurent Goderre, 2012-12-17 16:29:23 -0500
- Fixed the post build script - Laurent Goderre, 2012-12-17 17:15:59 -0500
- Updated the token to the new one - Laurent, 2012-12-17 19:06:49 -0500
- IMproved the responsivness of the multimedia player at smaller size as per #759 - Laurent Goderre, 2012-12-18 15:58:37 -0500
- Switched to latest picturefill dependency, updated demo - Pat Heard, 2012-12-19 09:53:12 -0500
- Changed the href to javascript:; for menu bar items that have mega menus as per issue #884. - Paul Jackson, 2012-12-19 10:31:18 -0500
- Changed javascript:; to # for menu bar to pass JSHint validation. - Paul Jackson, 2012-12-19 10:41:47 -0500
- Renamed plugin to responsiveimg - Pat Heard, 2012-12-19 11:07:05 -0500
- Updated link to expand/collapse all content wiki - Pat Heard, 2012-12-19 11:11:48 -0500
- Match polyfill behaviour more closely to native datalist - Pat Heard, 2012-12-19 16:12:29 -0500
- Added 'Tab list' heading to tabs (accessibility fix: #872) - Pat Heard, 2012-12-20 10:41:11 -0500
- Add more cities to demo - Pat Heard, 2012-12-20 11:22:34 -0500
- Added placeholder strings to bg, pt, and pt-BR i18n files for new tab interface heading. - Paul Jackson, 2012-12-20 15:52:29 -0500
- Fixed JSHint issue with Tabbed interface. - Paul Jackson, 2012-12-20 16:01:32 -0500
- Fixed the post build script not overwritting the built files - Laurent Goderre, 2012-12-21 10:20:50 -0500
- Fixed problem with the post build comitting the dist folder twice - Laurent Goderre, 2012-12-21 10:37:30 -0500
- Updated demo content - Pat Heard, 2012-12-21 10:43:27 -0500
- Fixed problem with the post build comitting the dist folder twice - Laurent Goderre, 2012-12-21 11:37:39 -0500
- Changed master version number to v3.1.0-b2. - Paul Jackson, 2012-12-21 14:19:30 -0500
- Added reference to v3.0.3 and v3.1.0-b1 to readme and updated v3.0 branch version to v3.0.4-a1. - Paul Jackson, 2012-12-21 14:39:52 -0500
- Changed v3.1 Alpha to v3.1 Beta - Pat Heard, 2012-12-22 09:10:08 -0500
- Moved language detection into pe-ap _init (to reuse ) and added dir='rtl' detection for scripts. - Paul Jackson, 2012-12-24 22:42:12 -0500
- Removed debug statements. - Paul Jackson, 2012-12-24 22:43:10 -0500
- Spaces after commas - Nick Schonning, 2012-12-27 15:06:49 -0500
- Space after colon and before important - Nick Schonning, 2012-12-27 15:56:34 -0500
- Brace "span span" rules in base SCSS files - Nick Schonning, 2012-12-27 16:07:02 -0500
- Use nesting braces for "a" pseudo events - Nick Schonning, 2012-12-27 16:48:30 -0500
- Use extends and bracing for readablity in base-ie7 - Nick Schonning, 2012-12-27 17:04:10 -0500
- Indent and combine selectors for event calendar - Nick Schonning, 2012-12-27 17:12:10 -0500
- Combine duplicate selectors for base-screen - Nick Schonning, 2012-12-27 17:18:13 -0500
- Indent border selector - Nick Schonning, 2012-12-27 17:20:09 -0500
- Cleanup and indent base-desktop-screen SCSS - Nick Schonning, 2012-12-27 17:37:18 -0500
- Bracing remaining Base SCSS - Nick Schonning, 2012-12-27 18:26:44 -0500
- Made extends optional to fix some warnings - Nick Schonning, 2012-12-28 12:00:12 -0500
- Restructure indenting of grids - Nick Schonning, 2012-12-28 12:11:29 -0500
- Refactored responsive-1200 - Nick Schonning, 2012-12-28 12:32:13 -0500
- Refactor bracing for grid responsive - Nick Schonning, 2012-12-28 13:02:55 -0500
- Refactor bracing for grid responsive 768 - Nick Schonning, 2012-12-28 13:18:07 -0500
- Rebase util-screen and split out thermometer - Nick Schonning, 2012-12-28 13:44:50 -0500
- Rebrace util-print - Nick Schonning, 2012-12-28 13:50:03 -0500
- Rebrace util-mobile - Nick Schonning, 2012-12-28 13:58:27 -0500
- Rebrace util-desktop-screen - Nick Schonning, 2012-12-28 14:03:47 -0500
- Rebrace table SCSS - Nick Schonning, 2012-12-28 14:13:38 -0500
- Rebrace module SCSS - Nick Schonning, 2012-12-28 14:32:45 -0500
- Rebrace mixin SCSS - Nick Schonning, 2012-12-28 14:37:31 -0500
- Rebraced list SCSS - Nick Schonning, 2012-12-28 14:43:42 -0500
- Rebrace icon SCSS - Nick Schonning, 2012-12-28 14:46:57 -0500
- Rebrace form SCSS - Nick Schonning, 2012-12-28 16:10:21 -0500
- Rebrace grid IE8 fixes SCSS - Nick Schonning, 2012-12-28 16:13:23 -0500
- Rebrace grid IE7 fixes SCSS - Nick Schonning, 2012-12-28 16:15:44 -0500
- Rebraced color SCSS - Nick Schonning, 2012-12-28 16:25:25 -0500
- Rebrace button SCSS - Nick Schonning, 2012-12-28 16:36:55 -0500
- Rebrace border SCSS - Nick Schonning, 2012-12-28 16:52:37 -0500
- Refactor badge SCSS - Nick Schonning, 2012-12-28 17:01:44 -0500
- Rebrace CLF default-screen-IE7 - Nick Schonning, 2012-12-28 17:10:27 -0500
- Rebrace CLF default-responsive - Nick Schonning, 2012-12-28 17:20:48 -0500
- Rebrace CLF default-print-IE7 SCSS - Nick Schonning, 2012-12-28 17:23:50 -0500
- Rebrace Usability sp-print - Nick Schonning, 2012-12-28 17:26:32 -0500
- Rebrace GCWU sp-mobile SCSS - Nick Schonning, 2012-12-28 17:30:01 -0500
- Rebrace GCWU sp-images SCSS - Nick Schonning, 2012-12-28 17:31:28 -0500
- Flag GCWU sp-desktop screen for follow up - Nick Schonning, 2012-12-28 17:34:26 -0500
- Refactored GCWU sp SCSS - Nick Schonning, 2012-12-28 17:51:15 -0500
- Rebrace GCWU serv-screen-IE7 SCSS - Nick Schonning, 2012-12-28 17:57:19 -0500
- Replace h1 to h6 blocks with #{headings(all)} - Nick Schonning, 2012-12-28 18:00:13 -0500
- Replace remaining header range rules with mixin - Nick Schonning, 2012-12-28 18:06:25 -0500
- Deferred enhancing of mobile view menu until it is first opened to reduce initial page load time. - Paul Jackson, 2012-12-28 22:03:45 -0500
- Deferred enhancing of mobile view menu in Base and WET themes until it is first opened to reduce initial page load time. - Paul Jackson, 2012-12-28 22:07:28 -0500
- Rebrace CLF serv-screen-IE8 - Nick Schonning, 2012-12-28 22:18:05 -0500
- Rebrace CLF default SCSS - Nick Schonning, 2012-12-28 22:23:29 -0500
- Rebrace CLF default-desktop-screen SCSS - Nick Schonning, 2012-12-28 22:39:13 -0500
- Rebrace CLF sp-pe-IE7 SCSS - Nick Schonning, 2012-12-28 22:40:10 -0500
- Rebrace CLF sp-pe-ie8 SCSS - Nick Schonning, 2012-12-28 22:40:55 -0500
- Rebrace CLF sp-pe-desktop-screen SCSS - Nick Schonning, 2012-12-28 22:41:35 -0500
- Rebrace and bug fix CLF default-ie7 SCSS - Nick Schonning, 2012-12-28 22:44:00 -0500
- Rebrace CLF serv SCSS - Nick Schonning, 2012-12-28 22:49:03 -0500
- Rebrace CLF serv-screen SCSS - Nick Schonning, 2012-12-28 22:52:58 -0500
- Refactor CLF sp-pe-responsive SCSS - Nick Schonning, 2012-12-28 22:57:41 -0500
- Fix IE specific clip syntax - Nick Schonning, 2012-12-28 23:05:12 -0500
- Rebrace GCWU sp-pe-desktop-screen SCSS - Nick Schonning, 2012-12-28 23:06:25 -0500
- Rebrace GCWU serv-screen SCSS - Nick Schonning, 2012-12-28 23:10:56 -0500
- Rebrace GCWU serv-print SCSS - Nick Schonning, 2012-12-28 23:13:40 -0500
- Rebrace GCWU serv-mobile SCSS - Nick Schonning, 2012-12-28 23:16:00 -0500
- Rebrace GCWU serv-desktop-screen SCSS - Nick Schonning, 2012-12-28 23:16:53 -0500
- Merge GCWU serv SCSS selectors - Nick Schonning, 2012-12-28 23:20:30 -0500
- Rebrace GCWU default-screen-images-ie7&8 - Nick Schonning, 2012-12-28 23:24:16 -0500
- Rebrace GCWU default-screen-ie7 SCSS - Nick Schonning, 2012-12-28 23:27:24 -0500
- Refactor GCWU default-screen SCSS - Nick Schonning, 2012-12-28 23:34:50 -0500
- Rebrace GCWU default-responsive-1200 SCSS - Nick Schonning, 2012-12-28 23:36:33 -0500
- Rebrace GCWU default-responsive-768 SCSS - Nick Schonning, 2012-12-28 23:38:59 -0500
- Refactor GCWU default-responsive SCSS - Nick Schonning, 2012-12-28 23:40:51 -0500
- Refactor GCWU default-print SCSS - Nick Schonning, 2012-12-28 23:43:24 -0500
- Refactor GCWU default-mobile-ns SCSS - Nick Schonning, 2012-12-28 23:55:26 -0500
- Refactor GCWU default-mobile SCSS - Nick Schonning, 2012-12-29 00:21:53 -0500
- Refactor GCWU default-desktop-screen-images SCSS - Nick Schonning, 2012-12-29 00:27:19 -0500
- Refactor GCWU default-desktop-screen SCSS - Nick Schonning, 2012-12-29 00:34:00 -0500
- Refactor Intranet theme SCSS - Nick Schonning, 2012-12-29 01:03:45 -0500
- Rebrace pe-ap-ns SCSS - Nick Schonning, 2012-12-29 01:05:41 -0500
- Refactor pe-details SCSS - Nick Schonning, 2012-12-29 01:14:01 -0500
- Refactor pe-datepicker SCSS - Nick Schonning, 2012-12-29 01:18:03 -0500
- Rebrace PE datalist SCSS - Nick Schonning, 2012-12-29 01:19:47 -0500
- Rebrace PE charts SCSS - Nick Schonning, 2012-12-29 01:21:35 -0500
- Refactor PE calendar SCSS - Nick Schonning, 2012-12-29 01:36:15 -0500
- Rebrace PE event-calendar SCSS - Nick Schonning, 2012-12-29 01:40:01 -0500
- Refactor PE multimedia SCSS - Nick Schonning, 2012-12-29 01:45:56 -0500
- Refactor PE menubar SCSS - Nick Schonning, 2012-12-29 01:51:06 -0500
- Fix PE multimedia compile issue - Nick Schonning, 2012-12-29 01:54:57 -0500
- Rebrace PE formvalid SCSS - Nick Schonning, 2012-12-29 01:58:04 -0500
- Rebrace PE footnotes SCSS - Nick Schonning, 2012-12-29 02:02:14 -0500
- Rebrace PE feedback SCSS - Nick Schonning, 2012-12-29 02:02:58 -0500
- Rebrace PE lightbox - Nick Schonning, 2012-12-29 02:12:13 -0500
- Rebrace PE share SCSS - Nick Schonning, 2012-12-29 02:17:26 -0500
- Follow up note for PE sessiontimeout SCSS - Nick Schonning, 2012-12-29 02:19:05 -0500
- Refactor PE progress SCSS - Nick Schonning, 2012-12-29 02:21:07 -0500
- Refactor PE prettyprint SCSS - Nick Schonning, 2012-12-29 02:27:59 -0500
- Rebrace PE slideout SCSS - Nick Schonning, 2012-12-29 02:29:38 -0500
- Refactor PE slider SCSS - Nick Schonning, 2012-12-29 02:33:40 -0500
- Refactor PE tabbedinterface SCSS - Nick Schonning, 2012-12-29 02:42:07 -0500
- Refactored PE zebra SCSS - Nick Schonning, 2012-12-29 02:54:59 -0500
- Refactor PE wamethod - Nick Schonning, 2012-12-29 02:59:27 -0500
- Refactor PE webwidget SCSS - Nick Schonning, 2012-12-29 03:04:41 -0500
- Clean trailing whitespace from SCSS files - Nick Schonning, 2012-12-29 03:09:18 -0500
- Remove units from zero values - Nick Schonning, 2012-12-29 14:35:28 -0500
- Removed jQuery Mobile collapsible content from mobile menu sub-sections where only the top level sections are to be collapsed. Done to reduce load times by eliminating the performance hit from unnecessary collapsible content. Also eliminated the need for forced collapsing/expansion for secondary menus to further eliminate performance hits. - Paul Jackson, 2012-12-31 01:07:46 -0500
- Fixed JSHint issues. - Paul Jackson, 2012-12-31 01:09:52 -0500
- Removed jQuery Mobile collapsible content from Base and WET theme mobile menu sub-sections where only the top level sections are to be collapsed. Done to reduce load times by eliminating the performance hit from unnecessary collapsible content. Also eliminated the need for forced collapsing/expansion for secondary menus to further eliminate performance hits. - Paul Jackson, 2012-12-31 01:16:31 -0500
- Fixed IE background image issue with mailto and download links being turned into buttons. Normalized some of the recently changed SCSS in _default-mobile.scss. - Paul Jackson, 2012-12-31 01:44:17 -0500
- Normalized some of the recently changed SCSS in _default-mobile.scss of the Base and WET themes. - Paul Jackson, 2012-12-31 01:47:30 -0500
- Optimized PE buildmobile function. - Paul Jackson, 2012-12-31 10:38:44 -0500
- Refactor base-ie7 SCSS - Nick Schonning, 2012-12-31 13:03:54 -0500
- Added RTL Support - gazzzou, 2012-12-31 13:09:28 -0500
- Use of percentages for background-position - Nick Schonning, 2012-12-31 13:27:44 -0500
- Optimized PE buildmobile function to reduce average execution time by approximately 32%. - Paul Jackson, 2012-12-31 16:14:44 -0500
- Optimized the mobileview function of theme.js for both the GC Web Usability and GC Usability Intranet themes (reduced average execution times by approximately 40%). Fixed handling for splash pages, server message pages and application pages. Fixed handling for menu bars without mega menus. - Paul Jackson, 2013-01-01 01:02:17 -0500
- Optimized the mobileview function of theme.js for both the Base and WET themes (reduced average execution times by approximately 40%). - Paul Jackson, 2013-01-01 01:31:49 -0500
- Changed the RTL check to target the head element for the dir attribute. - Paul Jackson, 2013-01-01 02:16:54 -0500
- Add custom build of CSSLint - Nick Schonning, 2013-01-01 16:10:46 -0500
- Altered how breadcrumb images are applied to improve compatibility with RTL Web pages. - Paul Jackson, 2013-01-01 22:23:35 -0500
- Altered how breadcrumb images are applied in Base theme and WET theme to improve compatibility with RTL Web pages. - Paul Jackson, 2013-01-01 22:35:43 -0500
- Fixed a few JavaScript errors with Base and WET theme mobile views. - Paul Jackson, 2013-01-01 22:50:08 -0500
- Vertically centred the breadcrumb images in the Base and WET themes. - Paul Jackson, 2013-01-01 22:53:50 -0500
- Vertically centred the breadcrumb images. - Paul Jackson, 2013-01-01 22:55:04 -0500
- Cleaned up WET theme working examples. - Paul Jackson, 2013-01-01 23:23:00 -0500
- Cleaned up a few Spanish working examples issues. - Paul Jackson, 2013-01-01 23:38:21 -0500
- Minor fixes to Spanish Base theme working examples. - Paul Jackson, 2013-01-01 23:56:29 -0500
- Updated Lightbox to ColorBox 1.3.20.2 to address jQuery 1.9 compatibility issues. - Paul Jackson, 2013-01-02 14:09:08 -0500
- Fixed issue #815 where IE didn't display twitter times properly - Laurent Goderre, 2013-01-02 17:35:45 -0500
- [archived] Remove border from link in top banner - berubs, 2013-01-02 19:18:00 -0500
- Added background:transparent fallback for rgba - Pat Heard, 2013-01-02 21:54:40 -0500
- Remove background rule with no image - Nick Schonning, 2013-01-03 00:26:16 -0500
- [tabs] Fixes jQuery 1.9 compatibility issue. - berubs, 2013-01-03 11:07:44 -0500
- [calendar] Normalizing SCSS - berubs, 2013-01-03 11:58:54 -0500
- Added RTL attribute to the HTML element - Gabriel Vautour, 2013-01-03 14:08:29 -0500
- menubar.js: no need for units with zero - Nick Schonning, 2013-01-03 17:42:52 -0500
- Note for excluding line from future clean up - Nick Schonning, 2013-01-03 17:53:15 -0500
- Updated Lightbox to the latest ColorBox to address jQuery 1.9 compatibility issues (#907) - Laurent Goderre, 2013-01-04 09:52:48 -0500
- [eventcalendar] Removes unecessary selector - berubs, 2013-01-04 10:26:10 -0500
- Removed landing page links from the bottom of the mega menus of Sections 2, 4 and 7 of the menu bar working examples to help demonstrate the landing page links at the bottom are optional. - Paul Jackson, 2013-01-04 11:09:40 -0500
- Extended changes to English and French mega menu includes to the other languages. - Paul Jackson, 2013-01-04 11:15:45 -0500
- Accessibility enhancements - Joost van Ulden, 2013-01-04 08:38:20 -0800
- Added RTL breadcrumb transform - Gabriel Vautour, 2013-01-04 14:22:28 -0500
- Don't run post build during PR testing - Nick Schonning, 2013-01-07 19:39:36 -0500
- Migrated repetitive footnote highlighting properties into SCSS placeholder selector. - Eric Dunsworth, 2013-01-07 23:33:26 -0500
- Set default footnote link background colour to white when situated in parent containers that leverage the "background-light" class. Fixes issue #916. - Eric Dunsworth, 2013-01-08 00:48:24 -0500
- Changed pe.rtl test so targets html element. - Paul Jackson, 2013-01-08 01:11:00 -0500
- Fixed CSS transform issues. - Paul Jackson, 2013-01-08 01:33:29 -0500
- Fixed #914 - Prevented the overlay to trigger a form post - Laurent Goderre, 2013-01-08 13:44:18 -0500
- Fixed issue #932. - Paul Jackson, 2013-01-08 14:48:53 -0500
- Removed ' (WET)' from Arabic working examples to avoid RTL bugwith brackets (unrelated to WET). - Paul Jackson, 2013-01-08 15:05:05 -0500
- Fixed horizontal scroll bar issue in RTL pages. - Paul Jackson, 2013-01-08 22:00:01 -0500
- Optimized body div references and improved support for wb-body-sec-sup. - Paul Jackson, 2013-01-08 22:31:25 -0500
- Use public Travis build number in commit message - Nick Schonning, 2013-01-08 22:39:16 -0500
- Fixed parsing issue in _mixins.scss. - Paul Jackson, 2013-01-08 23:08:00 -0500
- Fixed parsing issue in _mixins.scss. - Paul Jackson, 2013-01-08 23:08:30 -0500
- Fixed remaining merge conflicts and JSHint errors. - Paul Jackson, 2013-01-08 23:24:08 -0500
- Optimized and fixed wb-sec-sup support. - Paul Jackson, 2013-01-08 23:37:29 -0500
- Fixed RTL support in IE7 and IE8. - Paul Jackson, 2013-01-09 00:51:27 -0500
- Extended RTL support to WET, GC Web Usability and GC Web usability intranet themes. - Paul Jackson, 2013-01-09 03:04:23 -0500
- Fixed broken mega menu data paths - Gabriel Vautour, 2013-01-09 07:23:35 -0500
- Added 23 more languages to i18n - Gabriel Vautour, 2013-01-09 07:55:51 -0500
- Use extends rather than regular expressions - Nick Schonning, 2013-01-09 17:23:39 -0500
- Use @each expansion for downloadable file types - Nick Schonning, 2013-01-09 17:30:03 -0500
- Space not required after mailto: - Nick Schonning, 2013-01-09 17:32:56 -0500
- background-position: 0 0 is the default value - Nick Schonning, 2013-01-09 17:37:29 -0500
- Extend download iterator - Nick Schonning, 2013-01-09 17:47:15 -0500
- Use iterators for sprites - Nick Schonning, 2013-01-09 18:12:26 -0500
- Added summary element support to Grid SCSS button classes. - Eric Dunsworth, 2013-01-09 23:15:49 -0500
- Added i18n translations for Chinese (zh), Chinese simplified (zh-Hans), Dutch (nl) and Estonian (et). - Paul Jackson, 2013-01-10 01:00:24 -0500
- Removed dir='rtl' from HTML file. - Paul Jackson, 2013-01-10 01:05:38 -0500
- Fixed display of breadcrumb images in GC Web Usability theme. - Paul Jackson, 2013-01-10 01:21:49 -0500
- Added fallback background colour for GC Web Usability intranet banner (to avoid white text on a white background). - Paul Jackson, 2013-01-10 01:29:53 -0500
- Fixed breadcrumb images in IE7/8 RTL display. - Paul Jackson, 2013-01-10 01:43:45 -0500
- Several RTL fixes. - Paul Jackson, 2013-01-10 03:19:20 -0500
- Removed dir='rtl' instances used for testing purposes. - Paul Jackson, 2013-01-10 09:38:27 -0500
- Use sequential gem install - Nick Schonning, 2013-01-10 12:05:23 -0500
- Confused font sizing rule - Nick Schonning, 2013-01-10 12:34:46 -0500
- Height and Width are ignored for display: inline - Nick Schonning, 2013-01-10 12:41:47 -0500
- Added support for html table based features - Joost van Ulden, 2013-01-10 11:17:52 -0800
- Bump jRuby and Sass versions - Nick Schonning, 2013-01-10 18:12:38 -0500
- Don't force jRuby into 1.8 mode - Nick Schonning, 2013-01-10 18:16:25 -0500
- Use production Compass mode - Nick Schonning, 2013-01-10 18:19:16 -0500
- Added support for bbox features - Joost van Ulden, 2013-01-10 16:30:46 -0800
- Revert "Don't force jRuby into 1.8 mode" - Nick Schonning, 2013-01-10 20:14:06 -0500
- Use placeholders in GCWU default SCSS - Nick Schonning, 2013-01-10 22:56:46 -0500
- Use placeholders in GCWU default-screen SCSS - Nick Schonning, 2013-01-10 23:05:57 -0500
- Follow up for IE sheet - Nick Schonning, 2013-01-10 23:07:30 -0500
- Now ignoring clicks on menu bar items with sub menus when a sub menu is opened with a mouse hover. Also disabled link underlining for mouse hover on menu bar items with sub menus to help make clear it is not a link. - Paul Jackson, 2013-01-10 23:32:19 -0500
- Use placeholders in GCWU default-desktop-screen - Nick Schonning, 2013-01-10 23:35:04 -0500
- Use placeholders in GCWU default-desktop-screen-images SCSS - Nick Schonning, 2013-01-10 23:40:24 -0500
- Use placeholders for GCWU default-mobile SCSS - Nick Schonning, 2013-01-11 00:31:16 -0500
- Use placeholders for GCWU default-mobile-images - Nick Schonning, 2013-01-11 00:35:06 -0500
- Update placeholders in GCWU default-mobile-ns - Nick Schonning, 2013-01-11 00:38:01 -0500
- Use placeholders for GCWU default-responsive-1200 - Nick Schonning, 2013-01-11 00:45:14 -0500
- Use placeholders for GCWU default-responsive-768 - Nick Schonning, 2013-01-11 00:51:08 -0500
- Use placeholders for GCWU default-print - Nick Schonning, 2013-01-11 00:58:18 -0500
- Use placeholders for GCWU default-screen-images-ie - Nick Schonning, 2013-01-11 01:03:59 -0500
- Rebrace GCWU default-screen-images SCSS - Nick Schonning, 2013-01-11 01:04:54 -0500
- Use placeholders for GCWU default-screen-ie7 - Nick Schonning, 2013-01-11 01:08:59 -0500
- Fixup b22600d Incorrectly changed path for Intranet theme. Bad semicolon in placeholder name - Nick Schonning, 2013-01-11 01:17:18 -0500
- Added documentation and Questions or Comments buttons to working examples. - Paul Jackson, 2013-01-11 01:24:52 -0500
- Added documentation and Questions or Comments buttons to v3.1 code. - Paul Jackson, 2013-01-11 01:28:54 -0500
- Use placeholders for GCWU default-screen SCSS - Nick Schonning, 2013-01-11 01:34:59 -0500
- Use placeholders for GCWU serv SCSS TODO for followup - Nick Schonning, 2013-01-11 01:45:27 -0500
- User placeholders for GCWU serv-mobile - Nick Schonning, 2013-01-11 01:59:23 -0500
- Use placeholders for GCWU sp-pe-desktop-screen - Nick Schonning, 2013-01-11 02:03:12 -0500
- Use placeholders for GCWU sp-pe SCSS - Nick Schonning, 2013-01-11 02:16:04 -0500
- Use placeholders for GCWU serv-screen-ie7 SCSS - Nick Schonning, 2013-01-11 02:17:53 -0500
- Use placeholders for GCWU serv-screen SCSS - Nick Schonning, 2013-01-11 02:28:25 -0500
- Use placeholders for GCWU sp-pe-images - Nick Schonning, 2013-01-11 12:29:49 -0500
- Use placeholders for GCWU sp-pe-print - Nick Schonning, 2013-01-11 12:31:41 -0500
- Use placeholders for GCWU sp-pe-screen-ie7 - Nick Schonning, 2013-01-11 12:37:56 -0500
- Use placeholders for GCWU sp-pe-mobile - Nick Schonning, 2013-01-11 12:54:53 -0500
- Use placeholders for GCWU sp-pe-screen - Nick Schonning, 2013-01-11 13:03:36 -0500
- Update CSSLint Custom build - Nick Schonning, 2013-01-11 13:33:19 -0500
- Fixed post build script - Laurent Goderre, 2013-01-11 14:17:53 -0500
- Debugging flag for Sass linting - Nick Schonning, 2013-01-11 14:25:53 -0500
- Fixed the detatched head in the post build script - Laurent Goderre, 2013-01-11 14:39:41 -0500
- Add debug target for troubleshooting - Nick Schonning, 2013-01-11 15:24:42 -0500
- Updated the secured variables for Travis - Laurent, 2013-01-11 18:24:11 -0500
- Fixed the secured variables for Travis - Laurent, 2013-01-11 18:41:52 -0500
- Added base template for i18n files for future work on auto-generation of i18n files from a CSV file. - Paul Jackson, 2013-01-13 21:54:57 -0500
- Extended i18n base template with v3.1 strings. - Paul Jackson, 2013-01-13 22:00:19 -0500
- Fixed issue in #959 by filtering href to ensure just working with the hash portion of a URL. - Paul Jackson, 2013-01-13 22:48:01 -0500
- Resolved JSHint issues and made easier to merge into v3.1. - Paul Jackson, 2013-01-13 22:56:19 -0500
- Forced language links to be capitalized to improve compatibility with future template auto-generation work. - Paul Jackson, 2013-01-13 23:25:29 -0500
- Changed i18n.csv encoding to UTF-8 (with BOM) to improve compatibility with Microsoft products for editing purposes. - Paul Jackson, 2013-01-13 23:38:47 -0500
- Resolved merge conflicts. - Paul Jackson, 2013-01-13 23:46:01 -0500
- Added space to i18n.csv for Chinese colon to prevent inheriting English strings in the future. - Paul Jackson, 2013-01-13 23:52:44 -0500
- Removed duplicated code from the localization files and moved it to the PE - Laurent Goderre, 2013-01-14 12:51:04 -0500
- Removed the code duplication from the base localization file - Laurent Goderre, 2013-01-14 12:52:45 -0500
- Fixed JSHint errors - Laurent Goderre, 2013-01-14 12:58:55 -0500
- Fix to issue 886 (add space to a-z list) and fix to nav-current on an h3.top-section for intranet - Chad Farquharson, 2013-01-14 15:05:10 -0800
- Added string codes for i18n template strings. Added base.html file for future generation of HTML files. - Paul Jackson, 2013-01-14 23:58:16 -0500
- Added base.html includes for auto-generation of HTML files. - Paul Jackson, 2013-01-15 00:54:44 -0500
- Added the missing spannish strings to the csv file - Laurent Goderre, 2013-01-15 14:19:31 -0500
- Fixed i18n problems with the template and csv files - Laurent Goderre, 2013-01-15 15:00:22 -0500
- Added ant task to generate i18n files from a translation csv file - Laurent Goderre, 2013-01-15 15:00:49 -0500
- Upgraded v3.1 to jQuery v1.9 + jQuery Migrate. Also implemented jquery-ie.min.js and jquery.min.js to support a future split between IE7/8 and modern browser where IE7/8 would remain on jQuery v1.9 and modern browser would proceed to jQuery v2.0+. jQuery Migrate is only intended as a temporary measure to assist with the move to jQuery v1.9 and jQuery v2.0. - Paul Jackson, 2013-01-15 22:44:30 -0500
- Rolled back jquery-ie.min.js to jQuery v1.8.3 because of IE7 incompatibility with [class=, [class*= and [class=^. Found three instances in WET where these are used (PE object, Event Calendar and Menu bar). Can roll forward again when this issue is fixed in jQuery 1.9. Also made minor tweaks to Tabbed Interface. - Paul Jackson, 2013-01-16 00:14:20 -0500
- Minor tweaks to Tabbed interface. - Paul Jackson, 2013-01-16 00:15:31 -0500
- Fixed display of mobile menu. Eliminated gaps and corner rounding issues. - Paul Jackson, 2013-01-16 01:57:06 -0500
- Removed search icons from search popup in mobile view. Also hid the search label text. - Paul Jackson, 2013-01-16 02:30:41 -0500
- Removed search icons from search popup in mobile view for Base and WET themes. Also hid the search label text. - Paul Jackson, 2013-01-16 02:40:57 -0500
- Fixed handling of mobile menu with just a breadcrumb. - Paul Jackson, 2013-01-16 02:49:30 -0500
- Added RTL to GCWU theme - Gabriel Vautour, 2013-01-16 11:23:56 -0500
- Added RTL Demo pages - Gabriel Vautour, 2013-01-16 13:10:02 -0500
- Use placeholders for CLF2 default - Nick Schonning, 2013-01-16 13:13:04 -0500
- Use placeholders for CLF2 defautl-ie7 - Nick Schonning, 2013-01-16 13:19:21 -0500
- Use placeholders for CLF2 default-desktop-screen - Nick Schonning, 2013-01-16 14:19:42 -0500
- Use property indenting for CLF default-print-ie7 - Nick Schonning, 2013-01-16 14:21:20 -0500
- Modified RTL Grid Demo pages - Gabriel Vautour, 2013-01-16 14:21:51 -0500
- SCSS fixes for RTL grids - Gabriel Vautour, 2013-01-16 14:22:17 -0500
- Use placeholders for CLF2 default-print - Nick Schonning, 2013-01-16 14:36:12 -0500
- Use placeholders for CLF2 default-screen-ie7 - Nick Schonning, 2013-01-16 14:44:55 -0500
- Use placeholders for CLF2 serv-ie8 - Nick Schonning, 2013-01-16 14:47:30 -0500
- Use placeholders for CLF2 serv-desktop-screen - Nick Schonning, 2013-01-16 14:50:08 -0500
- Additional placeholders for CLF2 serv - Nick Schonning, 2013-01-16 14:57:09 -0500
- Use placeholders for CLF2 serv-responsive - Nick Schonning, 2013-01-16 15:00:30 -0500
- Use placeholders for CLF2 serv-screen - Nick Schonning, 2013-01-16 15:07:37 -0500
- Use placeholders for CLF2 sp-pe-ie7 - Nick Schonning, 2013-01-16 15:10:15 -0500
- Use placeholders for CLF2 sp-pe - Nick Schonning, 2013-01-16 15:40:46 -0500
- Use placeholders for CLF2 sp-pe-responsive - Nick Schonning, 2013-01-16 15:52:25 -0500
- Update demos/grids/grid-message-eng.html - Maddy Daigle, 2013-01-16 15:53:16 -0500
- Normalize old %clf-* to %clf2-* placeholders - Nick Schonning, 2013-01-16 16:17:52 -0500
- Deleted empty selectors - Gabriel Vautour, 2013-01-16 16:23:39 -0500
- Use placeholders for Intranet default-desktop-screen-images TODO for followup - Nick Schonning, 2013-01-16 16:34:00 -0500
- Use placeholders for Intranet default - Nick Schonning, 2013-01-16 16:39:48 -0500
- Use placeholders for Intranet default-desktop-screen - Nick Schonning, 2013-01-16 17:01:32 -0500
- Use placeholders for Intranet default-mobile - Nick Schonning, 2013-01-16 17:07:57 -0500
- Use placeholder for Intranet default-ie8 - Nick Schonning, 2013-01-16 17:09:11 -0500
- Use placeholder for Intranet default-ie7 - Nick Schonning, 2013-01-16 17:11:35 -0500
- Fix indenting for Intranet default-responsive - Nick Schonning, 2013-01-16 17:16:41 -0500
- Use placeholder for Intranet default-responsive768 - Nick Schonning, 2013-01-16 17:22:15 -0500
- Use placeholders for Intranet serv - Nick Schonning, 2013-01-16 17:25:24 -0500
- Merge Intranet default-screen-images-ie sheets - Nick Schonning, 2013-01-16 17:31:35 -0500
- Fixed various broken links to W3C HTML5 spec pages. - Eric Dunsworth, 2013-01-17 00:06:35 -0500
- Fixed citations to W3C HTML5 spec pages in Meter working examples. - Eric Dunsworth, 2013-01-17 00:11:49 -0500
- Updated the post build script to generate experimental working examples - Laurent Goderre, 2013-01-17 10:56:11 -0500
- Fixed overlap tab overlap of content in .tabs-style-2 - Pat Heard, 2013-01-17 11:53:51 -0500
- Fixed a poblem with the post build script caused by changes to Travis - Laurent Goderre, 2013-01-17 12:29:59 -0500
- Change /* comments inside SCSS selectors to // - Nick Schonning, 2013-01-17 13:58:48 -0500
- Update CSSLint to 0.9.10 - Nick Schonning, 2013-01-17 14:41:26 -0500
- Updated the secured variables for the post build script - Laurent, 2013-01-17 18:42:28 -0500
- Fixed character encoding issue with the i18n file - Laurent, 2013-01-17 20:39:54 -0500
- Added missing id in PE pagecontainer selector. - Paul Jackson, 2013-01-17 22:12:52 -0500
- Removed background colour from .ie8 #base-srch-submit in WET theme. - Paul Jackson, 2013-01-17 22:26:55 -0500
- Testing jquery mobile - jeresiv, 2013-01-17 23:07:14 -0500
- Testing jquery mobile - jeresiv, 2013-01-17 23:18:44 -0500
- Testing jquery mobile - jeresiv, 2013-01-17 23:35:32 -0500
- Test jquery mobile - jeresiv, 2013-01-17 23:39:27 -0500
- Added both theme css files - jeresiv, 2013-01-17 23:54:35 -0500
- Fixed issue with the i18n encoding - unknown, 2013-01-18 02:12:17 -0500
- Fix IE7 display issue - berubs, 2013-01-18 11:59:08 -0500
- Fix broken build because of missing langs in i18n - Nick Schonning, 2013-01-18 12:47:14 -0500
- Put simplest condition first in if statements - Nick Schonning, 2013-01-18 15:20:01 -0500
- Grouped the jquery mobile resources - Laurent Goderre, 2013-01-18 16:28:18 -0500
- Fixed issue #1012 caused by an problem with the autogeneration of i18n supported lamguage list - Laurent Goderre, 2013-01-18 17:18:15 -0500
- Exposed jQuery Mobile code in pe-ap to desktop view. - Paul Jackson, 2013-01-18 20:01:00 -0500
- Split JS and CSS files into versions for modern browsers and IE7/8. - Paul Jackson, 2013-01-19 22:49:38 -0500
- Updated HTML markup for splitting of JS and CSS files into versions for modern browsers and IE7/8. Also removed data-icon='search'. - Paul Jackson, 2013-01-20 00:23:03 -0500
- Changed method of detecting minified files to allow for -ie suffix. - Paul Jackson, 2013-01-20 01:26:32 -0500
- Updated root directory HTML markup for splitting of JS and CSS files into versions for modern browsers and IE7/8. Also removed data-icon='search'. - Paul Jackson, 2013-01-20 01:36:49 -0500
- Added desktop view special handling function to theme.js filesand call to it from pe-ap.js. - Paul Jackson, 2013-01-20 02:10:12 -0500
- Fixed changes to markup to call jQuery Mobile for both deskopt and mobile views with a split between modern browsers and IE7/8. - Paul Jackson, 2013-01-20 03:13:24 -0500
- Fixed display of CLF2 theme content pages. Fixed footer comments in base theme Spanish templates. - Paul Jackson, 2013-01-20 03:19:40 -0500
- Updated WET license files to indicate a 2013 copyright date. - Paul Jackson, 2013-01-20 22:21:59 -0500
- Fixed broken jQuery Mobile CSS reference. - Paul Jackson, 2013-01-20 22:30:19 -0500
- Moved override for jQuery Mobile loading page hiding to the base CSS. - Paul Jackson, 2013-01-20 22:36:27 -0500
- Removed override for jQuery Mobile loading page hiding from Base and WET themes because now housed in the base CSS. - Paul Jackson, 2013-01-20 22:38:37 -0500
- Moved override for jQuery Mobile loading page hiding from base mobile CSS to general base CSS (so applies to both desktop and mobile views). - Paul Jackson, 2013-01-20 22:40:03 -0500
- Corrected unclosed CSS comment. - Paul Jackson, 2013-01-20 22:45:42 -0500
- Fixed unclosed CSS comment. - Paul Jackson, 2013-01-20 22:46:09 -0500
- Corrected loading order of jQuery Mobile CSS file. Fixed jQuery Mobile CSS file paths. - Paul Jackson, 2013-01-20 23:10:46 -0500
- Fixed triggering of jQuery Mobile enhancements in desktop view. - Paul Jackson, 2013-01-20 23:43:47 -0500
- Moved jQuery Mobile text shadow override for wb-skip to the base CSS. - Paul Jackson, 2013-01-20 23:45:47 -0500
- Moved jQuery Mobile text shadow override for wb-skip back to theme CSS. - Paul Jackson, 2013-01-20 23:49:07 -0500
- Fixed text-shadow in desktop view. - Paul Jackson, 2013-01-21 00:09:34 -0500
- Optimized wb-skip jQuery Mobile text-shadow override. - Paul Jackson, 2013-01-21 00:10:59 -0500
- Optimized wb-skip jQuery Mobile text-shadow override in Base and WET themes. - Paul Jackson, 2013-01-21 00:12:15 -0500
- Corrected several display issues in GC Web Usability theme desktop view. - Paul Jackson, 2013-01-21 01:15:03 -0500
- Fixed display issues with the GCWU side menu. - Paul Jackson, 2013-01-21 01:32:25 -0500
- Fixed issue with underlining of site title on GC Web Usability theme on focus/hover. Adresses #963 and #1015. - Paul Jackson, 2013-01-21 10:35:30 -0500
- Merge IE7 and IE8 SCSS for Base - Nick Schonning, 2013-01-21 11:50:08 -0500
- Merge IE7 and IE8 SCSS for Grids - Nick Schonning, 2013-01-21 12:07:04 -0500
- Merge IE7 and IE8 SCSS for CLF theme - Nick Schonning, 2013-01-21 12:17:50 -0500
- Merge IE7 and IE8 SCSS for GCWU theme - Nick Schonning, 2013-01-21 12:28:35 -0500
- Merge IE7 and IE8 SCSS for Intranet theme - Nick Schonning, 2013-01-21 12:35:44 -0500
- Fixed inadvertent hiding of the footer in desktop view. - Paul Jackson, 2013-01-21 13:58:06 -0500
- Disabled hover effects for details/summary polyfill when JavaScript is disabled. - Paul Jackson, 2013-01-21 14:05:26 -0500
- No units for zero values - Nick Schonning, 2013-01-21 14:11:04 -0500
- Fixed display issues on splash and server message pages of the GC Web Usability theme. - Paul Jackson, 2013-01-21 14:20:39 -0500
- The Travis post build is only for the main repo - Nick Schonning, 2013-01-21 14:36:50 -0500
- Correct PR testing env variable - Nick Schonning, 2013-01-21 14:52:32 -0500
- Removed text shadows from fullhd and fullft. - Paul Jackson, 2013-01-21 15:02:13 -0500
- Removed text shadows from Base/WET theme headers and footers. - Paul Jackson, 2013-01-21 16:24:14 -0500
- Fixed display of the filler content in desktop view. - Paul Jackson, 2013-01-21 20:25:54 -0500
- Remove base-default-screen-foot-border extension. - Paul Jackson, 2013-01-21 22:47:50 -0500
- Corrected IE7/IE8 links in GCWU splash and server message pages. - Paul Jackson, 2013-01-21 23:05:59 -0500
- Cleaned up minor padding issues in the GCWU splash pages in IE7. - Paul Jackson, 2013-01-21 23:21:40 -0500
- Fixed Base and WET theme sub-site name display in IE7. - Paul Jackson, 2013-01-21 23:46:13 -0500
- Fixed GCWU intranet theme sub-site name display in IE7. - Paul Jackson, 2013-01-21 23:48:28 -0500
- Optimized sub-site name display in GCWU theme in IE7. - Paul Jackson, 2013-01-21 23:54:30 -0500
- Fixed no-JS support on details/summary polyfill example. - Paul Jackson, 2013-01-22 10:31:34 -0500
- Switched the repo variable to a travis environment variable - Laurent Goderre, 2013-01-22 11:19:36 -0500
- Fixed jumpiness in loading of GCWU intranet menu bar. - Paul Jackson, 2013-01-22 11:22:41 -0500
- Fixed .no-js .example3 summary:hover rule - Pat Heard, 2013-01-22 12:17:24 -0500
- Fixed the build and added the post build as part of the build to get notification when it fails - Laurent Goderre, 2013-01-22 16:22:28 -0500
- Fixed querySelectorAll typos. - Paul Jackson, 2013-01-22 16:33:44 -0500
- Added a section to Layout and did a name change - Chad Farquharson, 2013-01-22 14:21:40 -0800
- No borders when nested span-# is the same type - Nick Schonning, 2013-01-22 18:31:36 -0500
- Addition of an extra reference link - Chad Farquharson, 2013-01-22 17:43:34 -0800
- minor edit of spelling mistake - Chad Farquharson, 2013-01-22 17:45:49 -0800
- separated disabled button scss for IE8 - Chad Farquharson, 2013-01-22 17:57:14 -0800
- fix to make IE7 display inline radio/checkboxes correctly - Chad Farquharson, 2013-01-22 18:39:37 -0800
- Changed title of html page - Chad Farquharson, 2013-01-22 18:51:09 -0800
- Updated the travis secure variables - unknown, 2013-01-23 01:00:52 -0500
- Optimized the fetch from the post build script - Laurent Goderre, 2013-01-23 01:28:50 -0500
- Corrected display of jQuery Mobile icons in IE7/8. - Paul Jackson, 2013-01-22 23:02:23 -0500
- Fixed GCWU wavy background in IE7 and IE8. - Paul Jackson, 2013-01-22 23:14:30 -0500
- Fixed JavaScript errors in #1034. - Paul Jackson, 2013-01-22 23:36:38 -0500
- Updated to Color 1.3.21. - Paul Jackson, 2013-01-23 00:16:18 -0500
- prev fix should be min-width, not width. - Chad Farquharson, 2013-01-22 21:31:34 -0800
- Fixed RTL margins - Gabriel Vautour, 2013-01-23 07:58:25 -0500
- Adjusted tabs-style-2 demo after fix from eb8bba6 - Pat Heard, 2013-01-23 08:05:21 -0500
- Fixed RTL table of contents module - Gabriel Vautour, 2013-01-23 08:13:47 -0500
- Updated RTL Grid Demo pages - Gabriel Vautour, 2013-01-23 08:59:31 -0500
- More RTL Grid Demo Updates - Gabriel Vautour, 2013-01-23 10:11:18 -0500
- RTL Grid Demo Updates - Gabriel Vautour, 2013-01-23 11:33:34 -0500
- SCSS Fixes for Grids - Gabriel Vautour, 2013-01-23 11:33:57 -0500
- Indent and margin-left are the same - Gabriel Vautour, 2013-01-23 11:43:57 -0500
- Fixed RTL
<details>
mis-alignment - Gabriel Vautour, 2013-01-23 11:45:06 -0500 - Missed separating another section of disabled code for IE8 - Chad Farquharson, 2013-01-23 09:02:52 -0800
- Removed duplicate documentation and issues links from English localStorage example. - Paul Jackson, 2013-01-23 12:23:20 -0500
- Added ol support for module-table-contents - Chad Farquharson, 2013-01-23 09:38:04 -0800
- Prev fix for ol in module-table-contents was wrong - Chad Farquharson, 2013-01-23 11:46:36 -0800
- Created a new prefix for the wet theme - Laurent Goderre, 2013-01-23 16:51:24 -0500
- Updated ColorBox to v1.3.27. - Paul Jackson, 2013-01-23 23:02:41 -0500
- Fixed IE7 issue with inline content described in #999. - Paul Jackson, 2013-01-23 23:42:43 -0500
- Improved handling of additional options such as inline, iframe and rel. - Paul Jackson, 2013-01-24 00:22:35 -0500
- Removed iframe option since not displaying properly. - Paul Jackson, 2013-01-24 00:43:58 -0500
- Resolved JSHint issue with Lightbox. - Paul Jackson, 2013-01-24 00:51:06 -0500
- Removed merge conflicts. - Paul Jackson, 2013-01-24 01:03:39 -0500
- more changes to scss to make ol appear in table of contents - Chad Farquharson, 2013-01-24 05:10:57 -0800
- RTL CSS Grid System Messages Icons - Gabriel Vautour, 2013-01-24 08:38:47 -0500
- Fixed GCWU menu left arrow padding - Gabriel Vautour, 2013-01-24 08:40:05 -0500
- Tables link to map - Johann Levesque, 2013-01-24 08:57:34 -0500
- Table link to map (second try) - Johann Levesque, 2013-01-24 09:41:05 -0500
- Updated the post build script keep the root files of the dit branch up to date - unknown, 2013-01-24 12:59:44 -0500
- Used a temp folder for the post build dist branches - unknown, 2013-01-24 13:48:55 -0500
- Fixed the WET theme not working after the prefix change - Laurent Goderre, 2013-01-24 14:01:39 -0500
- Fixed problem with the post build script not creating the temp directory - Laurent Goderre, 2013-01-24 14:22:23 -0500
- Optimized the post build script and fixed the root files not being committed - Laurent Goderre, 2013-01-24 15:20:55 -0500
- Added support for overlays - Joost van Ulden, 2013-01-24 14:33:14 -0800
- Revised class names, fixed random color generator, re-added support for lat/lon bbox, and minor markup changes. - Joost van Ulden, 2013-01-24 16:59:26 -0800
- Added content formatting section - Chad Farquharson, 2013-01-24 22:01:12 -0800
- IE7 Horizontal scroll bar fix - Gabriel Vautour, 2013-01-25 07:17:56 -0500
- Fixed Vertical bar between TC & TR - Gabriel Vautour, 2013-01-25 08:39:53 -0500
- minor text edits in design guide - Chad Farquharson, 2013-01-25 06:39:58 -0800
- Forgot to include new left menu item on one page - Chad Farquharson, 2013-01-25 07:31:57 -0800
- Fixing left menu of format page - Chad Farquharson, 2013-01-25 07:33:50 -0800
- IE7 rtl fixes for top bar, megamenu and date modified - Pat Heard, 2013-01-25 15:58:40 -0500
- More info added to Content formatting page - Chad Farquharson, 2013-01-25 19:07:13 -0800
- Adjusted default margins for button-styled lists Grids SCSS. - Eric Dunsworth, 2013-01-25 23:26:48 -0500
- Updated various grids button examples (emphasis on list markup). - Eric Dunsworth, 2013-01-25 23:59:30 -0500
- Fixed ol ul... nesting issues. Replaces pulls #862 and #870. - Eric Dunsworth, 2013-01-26 00:34:26 -0500
- Removed div from rule - Pat Heard, 2013-01-26 10:47:29 -0500
- Cleaned up extra whitespace - Pat Heard, 2013-01-26 10:57:19 -0500
- More info changes to Content formatting page - Chad Farquharson, 2013-01-26 13:49:16 -0800
- Fixed issue #1063. - Paul Jackson, 2013-01-26 22:09:04 -0500
- Fixed JS and CSS paths for HTML files in root and the Design guide format-eng.html. - Paul Jackson, 2013-01-26 22:20:09 -0500
- Fixed text-shadow issue in desktop view cause by jQuery Mobile. - Paul Jackson, 2013-01-26 22:39:18 -0500
- Removed TODO comment regarding jQuery Mobile classes being included in desktop view SCSS files as they are needed to smooth the transition from mobile view to desktop view. - Paul Jackson, 2013-01-26 22:50:38 -0500
- Fixed jumpiness of menu bar loading when dir='rtl'. - Paul Jackson, 2013-01-26 23:19:07 -0500
- Fixed issue #1072. - Paul Jackson, 2013-01-27 00:55:37 -0500
- Extended fix for issue #1072 to Base and WET themes. - Paul Jackson, 2013-01-27 00:58:35 -0500
- Fixed display issue with WET theme where fonts were different between pre and post load of jQuery Mobile. - Paul Jackson, 2013-01-27 12:28:20 -0500
- Corrected JS and CSS file paths in Spanish WET theme examples. - Paul Jackson, 2013-01-27 12:34:44 -0500
- Content changes to Design guide - Chad Farquharson, 2013-01-27 14:15:02 -0800
- Added :visited style (stops .ui-link:visited override) - Pat Heard, 2013-01-28 09:53:49 -0500
- Fixed RTL module-comment icon - Gabriel Vautour, 2013-01-28 11:17:27 -0500
- Fixed :visited link style for content links (#wb-main-in) - Pat Heard, 2013-01-28 14:44:19 -0500
- Add Offsets, Generate Grids by Sass function - unknown, 2013-01-29 08:47:16 -0500
- Swap the colour of Alert and Attention Modules - CalvinRodo, 2013-01-29 12:24:17 -0500
- Add a startOpen option so tab will start open. - CalvinRodo, 2013-01-29 15:19:59 -0500
- Change the color of .color-attention to $alert - CalvinRodo, 2013-01-29 15:30:52 -0500
- Fixed naming of variables - CalvinRodo, 2013-01-29 15:51:33 -0500
- Updating window.location.hash if target is not jQM element that uses it - Pat Heard, 2013-01-29 15:55:59 -0500
- wet-boew-slideout-open is default for open tab - Calvin Rodo, 2013-01-29 18:33:44 -0500
- [slideout] Fixed positioning when open - berubs, 2013-01-29 18:47:19 -0500
- Minor JScript formatting - Calvin Rodo, 2013-01-29 18:58:00 -0500
- New sprite for modules - Chad Farquharson, 2013-01-29 19:35:04 -0800
- New module image sprite to account for recent changes - Chad Farquharson, 2013-01-29 19:41:55 -0800
- cleanup - berubs, 2013-01-29 23:37:27 -0500
- Added missing space after if - Pat Heard, 2013-01-30 08:01:20 -0500
- Expanded overlay support - Joost van Ulden, 2013-01-30 08:23:00 -0800
- Swap the colour of Alert and Attention Modules - CalvinRodo, 2013-01-30 12:35:59 -0500
- Change the color of .color-attention to $alert - CalvinRodo, 2013-01-30 12:36:11 -0500
- Fixed naming of variables - CalvinRodo, 2013-01-30 12:36:19 -0500
- Back to parallel gem installs - Nick Schonning, 2013-01-30 12:42:05 -0500
- Overlays file sample - Johann Levesque, 2013-01-30 14:55:36 -0500
- Added legend - Joost van Ulden, 2013-01-30 13:02:21 -0800
- Move unenclosed HTML classes from mixins.scss - Nick Schonning, 2013-01-30 16:55:51 -0500
- Fixed the WET theme built files missing the license header for stylesheets - Laurent Goderre, 2013-01-30 17:31:24 -0500
- Add offsets, move related grid funcs to sep file. - CalvinRodo, 2013-01-31 09:23:11 -0500
- remove unnecessary whitespace - CalvinRodo, 2013-01-31 09:37:13 -0500
- Adding license header to file - CalvinRodo, 2013-01-31 14:28:41 -0500
- Add colours for charts. - CalvinRodo, 2013-01-31 16:05:02 -0500
- Testing merge - Joost van Ulden, 2013-01-31 13:11:47 -0800
- Added legend - Joost van Ulden, 2013-01-31 13:16:09 -0800
- Fixup Meter polyfill SCSS - Nick Schonning, 2013-01-31 20:29:40 -0500
- Text updates to design guide - Chad Farquharson, 2013-01-31 21:17:17 -0800
- updating text in design guide - Chad Farquharson, 2013-01-31 21:48:07 -0800
- text updates to grid documentation - Chad Farquharson, 2013-01-31 22:08:59 -0800
- Replace inline vendor prefixed CSS3 with Compass - Nick Schonning, 2013-02-01 01:27:11 -0500
- Added a plugin for integrating DataTables and added ability to dynamically load a CSS dependency. - Paul Jackson, 2013-02-01 02:37:14 -0500
- Fixed main comment block of raphael.js and colorbox.js so kept after minification. - Paul Jackson, 2013-02-01 02:40:00 -0500
- Excluded datatables.js from JSHinting. - Paul Jackson, 2013-02-01 02:51:11 -0500
- Added reference to DataTables in working example page link to Table enhancement. - Paul Jackson, 2013-02-01 02:55:40 -0500
- Add column-* documentation to grids page - Chad Farquharson, 2013-02-01 06:27:38 -0800
- Added column-* documentation to grids - Chad Farquharson, 2013-02-01 06:36:16 -0800
- Added column-* CSS to design guide - Chad Farquharson, 2013-02-01 06:50:21 -0800
- Linked inline table row map features to table rows. - Joost van Ulden, 2013-02-01 07:46:04 -0800
- Updated to jQuery Migrate v1.1.0. - Paul Jackson, 2013-02-01 13:16:28 -0500
- Fixed links from English working example page to the Table enhancement English example. - Paul Jackson, 2013-02-01 13:50:32 -0500
- Remove html from master mixins.scss - Nick Schonning, 2013-02-01 16:18:18 -0500
- Wired up inline and external features - Joost van Ulden, 2013-02-01 15:08:33 -0800
- Base Theme: Space after semicolon for non-psuedo classes - Nick Schonning, 2013-02-01 20:19:31 -0500
- Base Theme: space after commas - Nick Schonning, 2013-02-01 20:26:33 -0500
- Base Theme: space before bracket - Nick Schonning, 2013-02-01 20:27:09 -0500
- Base Theme: space between semicolon and hex number - Nick Schonning, 2013-02-01 20:31:37 -0500
- Base Theme: Refactor default SCSS - Nick Schonning, 2013-02-01 20:43:18 -0500
- Base Theme: Refactor default-desktop - Nick Schonning, 2013-02-01 21:26:57 -0500
- Base Them: Refactor default-desktop-images - Nick Schonning, 2013-02-01 21:46:12 -0500
- Base Theme: Refactor default-desktop-screen - Nick Schonning, 2013-02-01 22:50:47 -0500
- Base Theme: Refactor default-mobile-ns - Nick Schonning, 2013-02-01 22:57:51 -0500
- Base Theme: Refactore default-mobile - Nick Schonning, 2013-02-02 01:01:23 -0500
- Base Theme: Refactor default-print - Nick Schonning, 2013-02-02 01:07:25 -0500
- Base Theme: Refactor default-print-ie - Nick Schonning, 2013-02-02 01:10:15 -0500
- Base Theme: Refactor default-responsive - Nick Schonning, 2013-02-02 01:32:53 -0500
- Base Theme: Refactor default-responsive-768 - Nick Schonning, 2013-02-02 01:39:50 -0500
- Base Theme: Refactor default-responsive-1200 - Nick Schonning, 2013-02-02 01:45:11 -0500
- Base Theme: Refactor default-screen-ie - Nick Schonning, 2013-02-02 01:54:38 -0500
- Base Theme: Refactor default-screen - Nick Schonning, 2013-02-02 02:22:13 -0500
- Fix "@extende" typo from ee96ce656f2fed15c33f8d15b5d2ad71711ce2c1 - Nick Schonning, 2013-02-02 02:33:34 -0500
- Fixes #879: tab panel links now change panels - Pat Heard, 2013-02-02 14:00:47 -0500
- Not needed (jQ 1.9 compatibility issue and #1128 duplicates behaviour) - Pat Heard, 2013-02-02 14:18:48 -0500
- Removed typo errors prevent the transforming footer into mbile navbar - VP Nguyen, 2013-02-02 17:53:15 -0500
- Corrected typo error in the footer's CSS - VP Nguyen, 2013-02-02 17:58:00 -0500
- Remove support for FireFox 3.6 and below - Nick Schonning, 2013-02-02 19:18:52 -0500
- Remove units from zero values in default-mobile - Nick Schonning, 2013-02-02 21:46:57 -0500
- original exent work was done using class name - Nick Schonning, 2013-02-02 22:04:42 -0500
- TabbedInterface: Use Compass mixin for border-radius and box-shadow properties - Nick Schonning, 2013-02-02 23:12:19 -0500
- Updated to latest wet-boew master branch code. - Paul Jackson, 2013-02-03 03:34:22 -0500
- Fixed mixed up markup in English archived notice example. - Paul Jackson, 2013-02-03 21:36:22 -0500
- Design guide text updates - Chad Farquharson, 2013-02-03 20:24:50 -0800
- Text changes to button documention in grids - Chad Farquharson, 2013-02-03 20:35:39 -0800
- Added clear-left and clear-right classes to Grids SCSS and migrated common clear properties to placeholder selector. Addresses issue #1122. - Eric Dunsworth, 2013-02-04 00:14:21 -0500
- Partially implemented new mobile view design (mainly top nav bar). Also added missing data table strings to i18n files. - Paul Jackson, 2013-02-04 02:58:32 -0500
- [tabs] Colours wrong on some of the tabs - berubs, 2013-02-04 09:36:43 -0500
- Fixed the Zebra IE7 CSS overloading for an ordered list. related to #1125 - Pierre Dubois, 2013-02-04 09:47:34 -0500
- Increased specificity of clear placeholder selector's name in Grids SCSS. - Eric Dunsworth, 2013-02-04 12:39:54 -0500
- Cleaned up some of the initial loading of the mobile view (eliminated some of the remnants of the old design. - Paul Jackson, 2013-02-04 14:52:35 -0500
- Cleaned up mobile view title and h1. - Paul Jackson, 2013-02-04 15:46:01 -0500
- Add load base map and overlays from a file. - jolevesq, 2013-02-04 15:52:15 -0500
- Changed the post build email to valid github email to fix pushes to gh-pages - Laurent Goderre, 2013-02-04 16:44:05 -0500
- Travis: call the testing in the script section - Nick Schonning, 2013-02-04 23:18:14 -0500
- CSSLint: remove units from Compass box-shadow defaults - Nick Schonning, 2013-02-04 23:55:13 -0500
- Updated modern browser jQuery version to 1.9.1. Updated modern browser and oldIE jQuery Mobile version to 1.3.0-RC1 (fixing compatibility issues). Also fixed loading of jQuery Mobile in GCWU intranet demo pages. - Paul Jackson, 2013-02-05 02:16:36 -0500
- Fixed JSHint issues with theme.js files. - Paul Jackson, 2013-02-05 02:25:28 -0500
- Re-added jQuery Migrate 1.1.0 because still some jQuery 1.9.x issues to resolve. - Paul Jackson, 2013-02-05 02:53:36 -0500
- Fixed loading of mobile menu contents. Some list items weren't loading properly. - Paul Jackson, 2013-02-05 03:07:26 -0500
- Eliminated duplicate application of the ui-corner-bottom class. - Paul Jackson, 2013-02-05 03:27:23 -0500
- Added gradients to the mobile header and moved the Wordmark to the top black bar. - Paul Jackson, 2013-02-05 04:32:41 -0500
- Fixes #809: persist active tab through user's browsing session - Pat Heard, 2013-02-05 08:33:23 -0500
- Removed check for sessionStorage (polyfill will provide if needed) - Pat Heard, 2013-02-05 08:38:28 -0500
- Change .badge-new to use $red variable for color - CalvinRodo, 2013-02-05 10:48:38 -0500
- Added hooks for JSON layer, Debug mode and layer tab enhancements. - Joost van Ulden, 2013-02-05 08:30:43 -0800
- Updated oldIE to jQuery 1.9.1 now that the attribute selector bug in IE7 seems to be addressed. - Paul Jackson, 2013-02-05 11:41:02 -0500
- Added inline warning for missing legend container - Joost van Ulden, 2013-02-05 08:59:37 -0800
- Minor markup change - Joost van Ulden, 2013-02-05 09:00:43 -0800
- Fixed server message page display issues identified in issue #1107. - Paul Jackson, 2013-02-05 12:23:04 -0500
- Added JSON sample overlay - Joost van Ulden, 2013-02-05 09:57:48 -0800
- Removed overlays - Joost van Ulden, 2013-02-05 09:58:33 -0800
- Optimized the updating of the working examples - Laurent Goderre, 2013-02-05 16:24:12 -0500
- Add colour selection from HTML table and layer file. Add focus and blur on tab. - jolevesq, 2013-02-05 16:24:58 -0500
- Fixed the updating of the experimental working examples - Laurent Goderre, 2013-02-05 16:37:32 -0500
- focus on tab, overlays and HTML color - jolevesq, 2013-02-05 16:45:08 -0500
- focus on tab, overlays and HTML color - jolevesq, 2013-02-05 16:52:34 -0500
- Remove build and src README files - Nick Schonning, 2013-02-06 09:52:27 -0500
- Working edits to JSON plugin - Joost van Ulden, 2013-02-06 08:15:50 -0800
- Added support for JSONP layers - Joost van Ulden, 2013-02-06 14:50:07 -0800
- Moved Home/Back button in mobile view into grouped buttons on right of header bar. - Paul Jackson, 2013-02-06 22:22:13 -0500
- Fixed no-js and RTL issues with mobile menus. - Paul Jackson, 2013-02-07 05:44:31 -0500
- Removed dir='rtl' from test page. - Paul Jackson, 2013-02-07 05:53:44 -0500
- Removed equalheights.js $.browser check (supported IE6 only) - Pat Heard, 2013-02-07 09:03:35 -0500
- Replaced $.browser with feature detection and CSS changes - Pat Heard, 2013-02-07 09:03:37 -0500
- Updating Arabic pages to match English pages - Chad Farquharson, 2013-02-07 06:58:40 -0800
- Moved table layer colors to data element from table markup. - Joost van Ulden, 2013-02-07 07:32:34 -0800
- Fixed bug where JSON layer wasn't loading on initialize. - Joost van Ulden, 2013-02-07 07:51:28 -0800
- Added strokeColor and fillColor configuration support for JSON - Joost van Ulden, 2013-02-07 08:02:25 -0800
- Added support for configuring root element of JSON collection - Joost van Ulden, 2013-02-07 08:41:07 -0800
- Increased size of mobile nav bar buttons. Fix rtl issues with mobile nav bar. - Paul Jackson, 2013-02-07 12:13:04 -0500
- Remove pluginTemplate.js from repo - Nick Schonning, 2013-02-07 12:48:19 -0500
- Fixed the matching of the experimental branch in the post build script - Laurent Goderre, 2013-02-07 12:49:40 -0500
- Removed h1 and Date modified from about screen (only displays version number if it exists). Also fixed the spacing between date modified and the date in the Base and WET themes. - Paul Jackson, 2013-02-07 12:58:49 -0500
- Fixed the spacing between date modified and the date in the GC Web Usability and Intranet themes. - Paul Jackson, 2013-02-07 13:05:28 -0500
- Fixed the spacing between date modified and the date in the rtl versions of the GC Web Usability and Intranet themes. - Paul Jackson, 2013-02-07 13:07:24 -0500
- Added the Canada wordmark vector graphics (SVG) - Laurent Goderre, 2013-02-07 14:41:17 -0500
- Added the licenses to the Canada Wordmark SVG - Laurent Goderre, 2013-02-07 14:41:24 -0500
- Fixed the encoding of the SVG images - Laurent Goderre, 2013-02-07 14:41:37 -0500
- Removed unused svg for fip symbols - Laurent Goderre, 2013-02-07 14:41:44 -0500
- Added the signature svg files - Laurent Goderre, 2013-02-07 14:41:50 -0500
- Standardized the FIP svg files - Laurent Goderre, 2013-02-07 14:41:57 -0500
- Added the SVG examples - Laurent Goderre, 2013-02-07 14:42:04 -0500
- Latest bookmark.js from wet-boew/bookmark - Pat Heard, 2013-02-07 15:10:21 -0500
- Added GeoJSON support - Joost van Ulden, 2013-02-07 12:41:26 -0800
- Prevent license block from being stripped - Pat Heard, 2013-02-07 15:44:15 -0500
- Removed bookmark.js from excluded list of jshint target - Pat Heard, 2013-02-07 16:02:05 -0500
- Fixed title and h1 gradients in mobile view. - Paul Jackson, 2013-02-07 16:40:33 -0500
- Converted all working examples to the SVG signatures - Laurent Goderre, 2013-02-07 16:40:53 -0500
- Added the ability to scale the SVG based on the oject tag instead of clipping - Laurent Goderre, 2013-02-07 17:13:52 -0500
- Removed the unit for the SVG viewBox - Laurent Goderre, 2013-02-07 17:16:17 -0500
- IE9: Turn on SVG support for gradients - Nick Schonning, 2013-02-07 17:46:51 -0500
- Feature table columns displayed default to feature attributes and minor markup changes. - Joost van Ulden, 2013-02-07 19:28:07 -0800
- Added missing thead and tbody elements to feature tables. - Joost van Ulden, 2013-02-07 19:45:32 -0800
- Fixed mobile menu display issues. - Paul Jackson, 2013-02-08 01:16:19 -0500
- Cleaned up the mobile view for the GCWU Intranet theme content pages. - Paul Jackson, 2013-02-08 01:34:53 -0500
- Fixed GCWU and Intranet theme splash pages and server message pages. - Paul Jackson, 2013-02-08 02:34:33 -0500
- Removed experimental files. - Paul Jackson, 2013-02-08 02:43:01 -0500
- Fixed JSHint issue with i18n base.js file. - Paul Jackson, 2013-02-08 02:45:41 -0500
- Fixed font and rounded corners issue with the mobile menu. Fixed numerous coding issues raised by @nschonni. - Paul Jackson, 2013-02-08 03:59:16 -0500
- Resolved mobile to desktop transition glitch. Minor code cleanup. - Paul Jackson, 2013-02-08 04:12:33 -0500
- Committing one missing code cleanup change. - Paul Jackson, 2013-02-08 04:20:02 -0500
- Smoothed out transition between mobile and desktop view. - Paul Jackson, 2013-02-08 04:44:53 -0500
- CSS only .equalize for desktop view - Pat Heard, 2013-02-08 10:36:11 -0500
- Code review fixes - Pat Heard, 2013-02-08 12:13:25 -0500
- Added attribute mapping in JSON format - Joost van Ulden, 2013-02-08 09:18:06 -0800
- Added attribute mapping (alias's) to GeoJSON format. - Joost van Ulden, 2013-02-08 10:50:44 -0800
- Removed the padding for the fip signatures - Laurent Goderre, 2013-02-08 13:59:01 -0500
- Fixed the dimensions of the FIP signature in ther working examples - Laurent Goderre, 2013-02-08 14:01:21 -0500
- Fixed the size of the Canada wordmark - Laurent Goderre, 2013-02-08 14:09:20 -0500
- Fixed grid-12 column width at 1200px+ resolution - Pat Heard, 2013-02-08 14:47:20 -0500
- Corrected width and margins of popup headers to minimize the occurence of title clipping. - Paul Jackson, 2013-02-08 14:53:20 -0500
- Fixed the size and position of the Canada wordmark - Laurent Goderre, 2013-02-08 15:00:46 -0500
- Fixed the FIP position for the intranet theme - Laurent Goderre, 2013-02-08 15:04:22 -0500
- Fixed mobile view conditional that differentiated between page types. - Paul Jackson, 2013-02-08 15:09:47 -0500
- Fixed some clipping with the Canada wordmark - Laurent Goderre, 2013-02-08 15:37:32 -0500
- Lightbox: update ColorBox JS 1.3.35 from 27 - Nick Schonning, 2013-02-08 15:37:47 -0500
- Lightbox: Update shared CSS - Nick Schonning, 2013-02-08 15:44:12 -0500
- Partial conversion of Base and WET themes to the new mobile design. - Paul Jackson, 2013-02-08 16:12:50 -0500
- Lightbox: Update Example 3 CSS - Nick Schonning, 2013-02-08 16:26:31 -0500
- Add the SVG to the mobile view - Laurent Goderre, 2013-02-08 16:39:42 -0500
- Fixed the positioning of the mobile canada wordmark - Laurent Goderre, 2013-02-08 16:47:35 -0500
- Lightbox: Remove unused old/original control image - Nick Schonning, 2013-02-08 18:45:08 -0500
- More mobile view conversion work on Base and WET themes. - Paul Jackson, 2013-02-09 01:58:44 -0500
- More mobile view conversion work on Base and WET themes. - Paul Jackson, 2013-02-09 02:08:52 -0500
- Combine duplicate gradients - Nick Schonning, 2013-02-09 15:01:55 -0500
- Move IE8 button disabled fix to mixin - Nick Schonning, 2013-02-09 15:43:04 -0500
- Remove text-shadow mixin calls - Nick Schonning, 2013-02-09 17:22:23 -0500
- Resolved merge conflicts with recent upstream changes. - Paul Jackson, 2013-02-09 23:45:46 -0500
- Corrected back class selectors in Base theme SCSS files. - Paul Jackson, 2013-02-09 23:54:56 -0500
- Replaced remaining text-shadow mixin references. - Paul Jackson, 2013-02-10 00:01:11 -0500
- Remove text-shadow mixins from master - Nick Schonning, 2013-02-10 00:07:04 -0500
- Updated Base and WET themes to the new mobile view. - Paul Jackson, 2013-02-10 03:27:22 -0500
- Removed logos from Base theme (not needed). - Paul Jackson, 2013-02-10 03:27:58 -0500
- Removed jQuery Migration plugin (since jQuery 1.9 compatibility issues have been addressed. - Paul Jackson, 2013-02-10 03:36:45 -0500
- Added missing French and Spanish translations. - Paul Jackson, 2013-02-10 22:27:25 -0500
- Added missing Spanish i18n translation. - Paul Jackson, 2013-02-10 22:30:28 -0500
- Fixed margins on mobile view content area h1. - Paul Jackson, 2013-02-10 22:40:06 -0500
- Flot project Integration as the drawing engine for the chart plugin. - Pierre Dubois, 2013-02-10 23:52:40 -0500
- Cleaned up multiple issues with the mobile views. - Paul Jackson, 2013-02-11 00:49:12 -0500
- Code cleanup of mobile views. - Paul Jackson, 2013-02-11 02:34:26 -0500
- Fixed capitalization of the current language link in mobile view when text is sourced from the i18n file. - Paul Jackson, 2013-02-11 03:37:27 -0500
- Deleted docs folder. Not being used and highly unlikely will be used in the future. - Paul Jackson, 2013-02-11 03:41:51 -0500
- Restoring docs folder so can be deleted in seperate merge (to keep pull request cleaner). - Paul Jackson, 2013-02-11 03:46:11 -0500
- Removed docs folder. Hasn't been used up to this point and highly unlikely that it will be used in the future. - Paul Jackson, 2013-02-11 03:49:53 -0500
- Add Canvas polyfills for IE8 and below (excanvas.js) - Pierre Dubois, 2013-02-11 07:36:48 -0500
- Added non-cyrilic Spanish translation of Settings to i18n file. - Paul Jackson, 2013-02-11 10:04:15 -0500
- Changed Spanish Lenguas to Idiomas in i18n. - Paul Jackson, 2013-02-11 10:05:44 -0500
- Switched WET theme mobile view logo over to SVG to avoid fuzziness. - Paul Jackson, 2013-02-11 10:23:13 -0500
- Returned h1 to default appearance and decreased prominence of site title and sub-site name in mobile view as per #1204. - Paul Jackson, 2013-02-11 12:59:34 -0500
- Charts JS validated, excanvas moved as a dependency, Added the chart accessibility as before - duboisp, 2013-02-11 13:01:21 -0500
- Converted the home pages to SVG FIP symbols - Laurent Goderre, 2013-02-11 13:14:29 -0500
- Default charts colors with the possibility to overwrite it. see issue #842 - duboisp, 2013-02-11 13:19:35 -0500
- Added lang attributes that were missing from mobile view. - Paul Jackson, 2013-02-11 13:26:27 -0500
- Minor code cleanup. - Paul Jackson, 2013-02-11 13:41:51 -0500
- Removed text shadow from mobile menu links. - Paul Jackson, 2013-02-11 13:50:48 -0500
- Fixed mobile menu corner rounding issue (too much specificity). - Paul Jackson, 2013-02-11 14:05:56 -0500
- Base sheets: Rename to default Done to avoid confusion with theme of the same name in master - Nick Schonning, 2013-02-11 14:20:00 -0500
- Added attribute mapping in GeoRSS format - Joost van Ulden, 2013-02-11 11:21:48 -0800
- add JSHint exclusion for: excanvas.js, flot.js, flotPie.js - duboisp, 2013-02-11 14:25:14 -0500
- Added text alternative to SVG FIP elements - Laurent Goderre, 2013-02-11 14:30:58 -0500
- Create seperate reponsive/non-responsive SVG for the wordmark and signature - Laurent Goderre, 2013-02-11 16:17:16 -0500
- Removed duplicate images for the Intranet theme - Laurent Goderre, 2013-02-11 16:18:22 -0500
- Fixed font size consistency issues in mobile menu. - Paul Jackson, 2013-02-11 16:40:43 -0500
- Added the SVG FIP symbols to the welcome and server error pages - Laurent Goderre, 2013-02-11 17:11:59 -0500
- Fixed the blue halo for the Canada wordmark in mobile view when SVG is not supported - Laurent Goderre, 2013-02-11 17:29:25 -0500
- GCWU: wrapped IE default-desktop-images in IE classes - Nick Schonning, 2013-02-11 17:52:07 -0500
- Retrait de Raphael car il n'est plus requis pour créer les graphiques - Pierre Dubois, 2013-02-11 18:52:19 -0500
- Removed Raphael from the jshint exclusion list - Pierre Dubois, 2013-02-11 18:54:23 -0500
- Fixed side menu width issue at 1200px+ in WET theme. - Paul Jackson, 2013-02-11 20:16:32 -0500
- Prevented temporary loading of GCWU intranet theme banner image in mobile view. - Paul Jackson, 2013-02-11 20:25:28 -0500
- Extended base file renaming to remaining theme files. - Paul Jackson, 2013-02-11 20:50:01 -0500
- Updated to details v0.1.0 to resolve jQuery 1.9 compatibility issues. - Paul Jackson, 2013-02-11 21:10:50 -0500
- Several RTL display fixes for the Base theme and other themes. - Paul Jackson, 2013-02-12 00:41:45 -0500
- RTL fixes for the WET theme. - Paul Jackson, 2013-02-12 01:52:51 -0500
- Fixed RTL issues with the GCWU theme. - Paul Jackson, 2013-02-12 02:05:01 -0500
- Fixed GCWU intranet theme RTL issues. - Paul Jackson, 2013-02-12 03:00:23 -0500
- Removed dir='rtl' from test pages. - Paul Jackson, 2013-02-12 03:05:23 -0500
- Added the SVG FIP to the main splash page - Laurent Goderre, 2013-02-12 09:52:36 -0500
- Changed Flot 0.8 alpha to use Flot 0.7. That fix the y-axis overlapping issue #1217 - duboisp, 2013-02-12 10:11:00 -0500
- Fixed Share widget focusoutside Webkit bug identified in #1180. - Paul Jackson, 2013-02-12 10:12:56 -0500
- Added explicit aspect ratio attribute to prevent clipping - Laurent Goderre, 2013-02-12 10:17:45 -0500
- Fixed issue #1172 by stripping images from the ajaxed HTML captions - Laurent Goderre, 2013-02-12 12:48:07 -0500
- Modified the filtering of the image to use the dataFilter of the ajax api - Laurent Goderre, 2013-02-12 13:28:52 -0500
- Chart Legend are now under the graphic by default #1217 - duboisp, 2013-02-12 16:34:29 -0500
- Multimedia.js: Minor spacing fix - Nick Schonning, 2013-02-12 16:51:41 -0500
- Added explicit height for the mobile Canada wordmark SVG - Laurent Goderre, 2013-02-12 17:20:14 -0500
- Removed checking against h1 text in navcurrent handling. Done to avoid problems with duplicate text but different URLs. - Paul Jackson, 2013-02-12 21:09:37 -0500
- Removed checking against h1 text in navcurrent handling. Done to avoid problems with duplicate text but different URLs. - Paul Jackson, 2013-02-12 21:11:24 -0500
- Updated details/summary polyfill to 0.1.0. Corrected polyfill loading for details/summary. Removed unnecessary polyfill update calls (only needed for progress). Remove meter polyfill reference because not supported until v3.1. - Paul Jackson, 2013-02-12 21:39:31 -0500
- Committed updated details/summary polyfill file. - Paul Jackson, 2013-02-12 21:41:22 -0500
- Re-added meter polyfill reference (since had to be removed from v3.0 since it is a v3.1 polyfill). - Paul Jackson, 2013-02-12 21:43:33 -0500
- Restored polyfill update calls because will be used by wb_load in post-enhancement scenario. - Paul Jackson, 2013-02-12 21:49:40 -0500
- Added missing meter polyfill update function. - Paul Jackson, 2013-02-12 21:53:46 -0500
- Fixed a resizing issue with older versions of WebKit - Laurent, 2013-02-13 00:07:40 -0500
- Applied the webkit fix to the non-responisve Canada wordmark - Laurent, 2013-02-13 00:23:42 -0500
- Reverted to previous version without v3.1 code. - Paul Jackson, 2013-02-13 09:32:01 -0500
- Reverted to previous pe-ap.js version without v3.1 code. - Paul Jackson, 2013-02-13 09:39:03 -0500
- Fixed nesting issues in Base theme mobile SCSS that incorrectly removed top rounded corners from icons. - Paul Jackson, 2013-02-13 09:57:11 -0500
- Fixed a typo that prevented the non-responsive Canada wordmark to display - Laurent Goderre, 2013-02-13 10:09:50 -0500
- Added content gutter for Lightbox inline and AJAXed content when in Moble view. Cleaned up the SCSS. Reduced the flicker of the captions (jumps to the top) when transitioning between boxes. - Paul Jackson, 2013-02-13 11:55:06 -0500
- Removed unnecessary hide JS from Lightbox since now handled with CSS only. - Paul Jackson, 2013-02-13 11:57:06 -0500
- Removed unnecessary reveal JS from Lightbox since now handled with CSS only. - Paul Jackson, 2013-02-13 11:57:49 -0500
- Corrected Lightbox SCSS changes for v3.1. - Paul Jackson, 2013-02-13 11:59:13 -0500
- added .clear-* documentation to design guide - Chad Farquharson, 2013-02-13 10:04:47 -0800
- Fixes IE7 search button position in WET theme dir='rtl' - Pat Heard, 2013-02-13 13:22:19 -0500
- Fixes IE7 .mb-highlight element for dir='rtl' - Pat Heard, 2013-02-13 13:42:48 -0500
- jQuery Mobile: Merge CSS with theme CSS - Nick Schonning, 2013-02-13 13:45:02 -0500
- jQuery Mobile: Update demos after merging CSS - Nick Schonning, 2013-02-13 13:53:18 -0500
- Added fix that replaces the SVG with a GIF for older versions of WebKit - Laurent Goderre, 2013-02-13 15:30:25 -0500
- Fixed markup issue with the non-responsive Canada Wordmark SVG - Laurent Goderre, 2013-02-13 15:46:46 -0500
- Fixes IE7 horizontal page shift on load when dir='rtl' - Pat Heard, 2013-02-13 15:51:30 -0500
- Fixes IE7 .button-group position when dir='rtl' - Pat Heard, 2013-02-13 16:39:54 -0500
- Fixed the WET theme print styles not hidding the language toggle - Laurent Goderre, 2013-02-13 17:19:37 -0500
- Minor code optimizations and added attribute mapping (alias's) to ATOM format - Joost van Ulden, 2013-02-13 14:35:27 -0800
- Fixed JSHint errors with GCWU theme theme.js file. - Paul Jackson, 2013-02-13 22:18:22 -0500
- Removed settings-ie.js since not needed. Modern browsers and old IE can share the same settings file with no issue (only JS file that doesn't make sense to have split since more maintenance for end users). - Paul Jackson, 2013-02-13 22:33:41 -0500
- Deleted the actual settings-ie.js file. - Paul Jackson, 2013-02-13 22:38:36 -0500
- Fixed JSHint issues in GCWU Intranet theme theme.js file. - Paul Jackson, 2013-02-13 23:12:00 -0500
- Extended mobile view up to 959px max viewport width and 1023px max screen width to capture most tablets. - Paul Jackson, 2013-02-14 01:15:17 -0500
- Smoothed out transitions between views. - Paul Jackson, 2013-02-14 02:00:39 -0500
- Tablet view now displays breacrumb in header versus in mobile menu. - Paul Jackson, 2013-02-14 02:25:10 -0500
- Updated mobile about popup to better differentiate the site/app title and version from the links. - Paul Jackson, 2013-02-14 03:22:30 -0500
- Fixed loading of version to about popup. - Paul Jackson, 2013-02-14 03:31:17 -0500
- Fixed padding of mobile about popup version. - Paul Jackson, 2013-02-14 03:40:25 -0500
- [Datepicker] Fixes 'date picker text not updated' - berubs, 2013-02-14 10:02:03 -0500
- [Calendar] Bump specificity on a few elements - berubs, 2013-02-14 10:32:33 -0500
- Fixes .button-group rounded corners in dir='rtl' - Pat Heard, 2013-02-14 11:13:34 -0500
- Refactored only-child .button-group rules - Pat Heard, 2013-02-14 12:08:50 -0500
- Fixed display of mobile about popup. Changed side close buttons displays display on. Added close buttons to sub-popups. - Paul Jackson, 2013-02-14 12:41:24 -0500
- Removed skip nav links from splash and server message pages to prevent Basic HTML version link from loading, as per issue #1252. Also corrected showing of navcurrent in the secondary menu in mobile view. - Paul Jackson, 2013-02-14 14:13:36 -0500
- Multimedia: Reapply changes from #882 - Nick Schonning, 2013-02-14 14:53:53 -0500
- Manually included the three changes (with code corrections) from pull request #1257. - Paul Jackson, 2013-02-14 23:51:30 -0500
- Made layer tabs are optional - Joost van Ulden, 2013-02-15 05:40:50 -0800
- Minor markup changes - Joost van Ulden, 2013-02-15 05:57:53 -0800
- Removed skip nav links from splash and server message pages to prevent Basic HTML version link from loading, as per issue #1252. Also corrected showing of navcurrent in the secondary menu in mobile view. - Paul Jackson, 2013-02-15 09:31:51 -0500
- Add symbology support - jolevesq, 2013-02-15 10:09:15 -0500
- Added style override for KML format - Joost van Ulden, 2013-02-15 08:42:17 -0800
- Merged style and rule additions. - Joost van Ulden, 2013-02-15 10:17:43 -0800
- Minor markup changes - Joost van Ulden, 2013-02-15 10:18:48 -0800
- Add localization function - jolevesq, 2013-02-15 13:57:44 -0500
- Mixins: Add Golden Ratio function - Nick Schonning, 2013-02-15 14:09:09 -0500
- Minor edits. - Joost van Ulden, 2013-02-15 11:40:10 -0800
- Minor edits to debug mode message localization - Joost van Ulden, 2013-02-15 11:51:25 -0800
- Reduced heading bottom margins to 0.25em (#1222). Also pe.resize is no longer called for old IE in the pe-ap.js dance function since not needed (#974). - Paul Jackson, 2013-02-15 14:53:56 -0500
- Formatting edits - Joost van Ulden, 2013-02-15 11:55:02 -0800
- Fixed dance conditional for pe.resize. - Paul Jackson, 2013-02-15 15:09:07 -0500
- Fixed dance conditional for pe.resize. - Paul Jackson, 2013-02-15 15:09:30 -0500
- Minor markup changes - Joost van Ulden, 2013-02-15 12:27:41 -0800
- Reduced heading bottom margins to 0.25em (#1222). Also pe.resize is no longer called for old IE in the pe-ap.js dance function since not needed (#974). - Paul Jackson, 2013-02-15 15:30:51 -0500
- Fixed dance conditional for pe.resize. - Paul Jackson, 2013-02-15 15:32:06 -0500
- Updated readme and top level pages with v3.1.0-b2 and v3.0.5 release information. - Paul Jackson, 2013-02-15 15:59:55 -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 - Nick Schonning, 2013-02-15 16:59:08 -0500
- Updated working version to v3.1.0-rc1. - Paul Jackson, 2013-02-15 17:01:00 -0500
- Updated build version to v3.1.0-rc1-development - Paul Jackson, 2013-02-15 17:06:17 -0500
- Corrected padding and font-weight issues with the GC Web Usability intranet theme site title and sub-site name. - Paul Jackson, 2013-02-16 23:27:30 -0500
- Corrected mobile view breadcrumb padding. - Paul Jackson, 2013-02-16 23:37:13 -0500
- Fixed RTL padding issues with mobile subsite and breadcrumb. - Paul Jackson, 2013-02-17 00:42:14 -0500
- Fixed padding on last-child of mobile view breadcrumb. - Paul Jackson, 2013-02-17 00:54:26 -0500
- Fixed CSS parsing error. - Paul Jackson, 2013-02-17 01:06:03 -0500
- Fixed loading of tablet view in Base and WET themes. - Paul Jackson, 2013-02-17 02:23:51 -0500
- Demos: Add grid instructions for clearing floats - Nick Schonning, 2013-02-17 14:49:44 -0500
- Intranet Theme: Fix splash page header placement - Nick Schonning, 2013-02-17 14:56:16 -0500
- Tabbed Interface: Remove opaciticy mixin in IE - Nick Schonning, 2013-02-17 15:46:05 -0500
- Cleanup: Use @while to emit opacity-* and width-* - Nick Schonning, 2013-02-17 16:32:04 -0500
- Cleanup: 6 character hex colours to 3 charact shorthand - Nick Schonning, 2013-02-17 16:44:59 -0500
- Use mixin for clip properties - Nick Schonning, 2013-02-17 17:39:58 -0500
- Grids: Fix placeholder naming - Nick Schonning, 2013-02-17 18:14:06 -0500
- Fixed initial execution of details/summary polyfill. - Paul Jackson, 2013-02-17 20:55:00 -0500
- Fixed FIP SVG fallback image URLs in French working examples. - Paul Jackson, 2013-02-17 22:26:17 -0500
- Rebraced and extended li:last-child in GCWU theme _default-mobile.scss. - Paul Jackson, 2013-02-17 22:44:35 -0500
- Combined sibling lis in GCWU theme _default-mobile.scss. - Paul Jackson, 2013-02-17 23:48:23 -0500
- Excluded *-dist branhces through regular expressions and excluded gh-pages - Laurent Goderre, 2013-02-18 10:44:32 -0500
- Fixed issue #1288 and fixed duplicated styles - Laurent Goderre, 2013-02-18 11:15:24 -0500
- Move fuge-icon mixin to where it is used - Nick Schonning, 2013-02-18 11:37:48 -0500
- Test multiple computer - jolevesq, 2013-02-18 11:50:04 -0500
- Pull from jvanulde - Neo, 2013-02-18 11:58:59 -0500
- Move the mixins include to the list include - Laurent Goderre, 2013-02-18 12:03:03 -0500
- Charts: Concat Flot and plugins during build - Nick Schonning, 2013-02-18 12:16:41 -0500
- Add mixin for :focus and :active IE7 compatibilty - Nick Schonning, 2013-02-18 14:11:24 -0500
- Cleaned up demonstration files - Joost van Ulden, 2013-02-18 11:35:17 -0800
- Added demonstration files - Joost van Ulden, 2013-02-18 11:36:01 -0800
- Additional cleanup of focos/active pseudo events - Nick Schonning, 2013-02-18 15:01:59 -0500
- Synced with English markup - Joost van Ulden, 2013-02-18 12:31:10 -0800
- Zoom to feature function - Johann Levesque, 2013-02-18 15:40:49 -0500
- removed margin L&R on button-group in mobile - Chad Farquharson, 2013-02-18 15:47:48 -0500
- fixed alignment of form elements in mobile - Chad Farquharson, 2013-02-18 15:48:07 -0500
- Pull from home - jolevesq, 2013-02-18 15:48:45 -0500
- Calendar: Fix .date-day gradient background - Nick Schonning, 2013-02-18 16:27:01 -0500
- Removing 'top' direction for linear gradient - Nick Schonning, 2013-02-18 16:55:59 -0500
- [slideout] Replace image with CSS Transform - berubs, 2013-02-18 20:34:11 -0500
- [slideout] CSS transform: IE7 and IE9 - berubs, 2013-02-18 20:34:35 -0500
- [slideout] IE8 rotation - berubs, 2013-02-18 20:34:36 -0500
- Slideout: Rebase and merge IE8 sheet - Nick Schonning, 2013-02-18 20:37:19 -0500
- Changed remainder of :active focus fallbacks to pseudo-focus mixin. - Paul Jackson, 2013-02-19 20:41:10 -0500
- Smoothed out loading of mobile view black bar in GCWU and GCWU Intranet themes. - Paul Jackson, 2013-02-20 00:58:58 -0500
- Smoothed out loading of Base and WET themes. Incrased mobile view padding from 3px to 5px. - Paul Jackson, 2013-02-20 01:42:44 -0500
- Fixed contrast issue with WET theme content area visited links. - Paul Jackson, 2013-02-20 01:51:40 -0500
- Improved loading of SVG branding special cases (hide image initial until fixes are in place). - Paul Jackson, 2013-02-20 03:08:05 -0500
- Clean up of demo folder - Joost van Ulden, 2013-02-20 06:37:25 -0800
- Upgraded to jQuery Mobile 1.3.0. - Paul Jackson, 2013-02-20 21:32:37 -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). - Paul Jackson, 2013-02-21 00:17:03 -0500
- Corrected the height of wmms.png. - Paul Jackson, 2013-02-21 00:31:14 -0500
- Restored gif files for the FIP symbols (for transitional purposes) and removed CSS that was interfering with initial loading. - Paul Jackson, 2013-02-21 21:59:54 -0500
- Fixed JS error with SVG images fallback fix. - Paul Jackson, 2013-02-22 00:42:54 -0500
- Fixed old Webkit detection and SVG fallback handling. - Paul Jackson, 2013-02-22 01:24:01 -0500
- Delayed display of SVG FIP images to avoid white box flicker. - Paul Jackson, 2013-02-22 02:09:44 -0500
- Removed jQuery Mobile CSS imports from non-JavaScript SCSS files. Only needed in regular theme SCSS files. - Paul Jackson, 2013-02-22 02:13:56 -0500
- Removed mobile view CSS and changed prefix to oldie for theme-ns-ie.scss in each of the themes. - Paul Jackson, 2013-02-22 02:22:45 -0500
- Changed prefix to oldie for theme-ns-ie.scss in the CLF 2.0 theme. - Paul Jackson, 2013-02-22 02:23:57 -0500
- Fixed no JS and pe-disable scenarios for loading of SVG FIP images. - Paul Jackson, 2013-02-22 02:34:37 -0500
- Fixed missed font reference for select element in base. Changed placeholder prefix for base from base- to wb-. - Paul Jackson, 2013-02-22 02:47:02 -0500
- Removed FIP images from the GCWU theme demo folder (only needed in src folder). - Paul Jackson, 2013-02-22 02:53:00 -0500
- Removed test case. - Paul Jackson, 2013-02-22 02:55:12 -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). - Paul Jackson, 2013-02-22 03:21:46 -0500
- Cleaned up loading of SVG FIP images. - Paul Jackson, 2013-02-22 04:21:07 -0500
- Cleaned up Safari, no-js and pe-disable support for the FIP SVG images in both the GCWU and GCWU Intranet themes. - Paul Jackson, 2013-02-22 12:03:46 -0500
- Added missing space to mobile view media query. - Paul Jackson, 2013-02-22 12:05:58 -0500
- Added missing period to ie8 in default-screen-ie.scss. - Paul Jackson, 2013-02-22 15:55:42 -0500
- Cleanup: Remove remaining links to JQM CSS - Nick Schonning, 2013-02-22 17:56:58 -0500
- Added svgfix to the list of conditions for changing hte image file path for the SVG FIP images in mobile view. - Paul Jackson, 2013-02-23 21:34:24 -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. - Paul Jackson, 2013-02-23 22:03:40 -0500
- Removed file that shouldn't be part of the pull request. - Paul Jackson, 2013-02-23 22:04:42 -0500
- Added missing clear to full-width Grid system page. Changed name in working examples from CSS Grid System to Grid System. - Paul Jackson, 2013-02-24 00:29:21 -0500
- Added missing clear to working examples page. - Paul Jackson, 2013-02-24 00:34:34 -0500
- Extended desktop grid system to tablet view. - Paul Jackson, 2013-02-24 05:22:30 -0500
- Code cleanup (rebracing, extending) - Paul Jackson, 2013-02-24 22:37:20 -0500
- More code cleanup (rebracing, extending) - Paul Jackson, 2013-02-24 23:01:19 -0500
- Fixes #1333 by consolidating multiple wb_load calls into one - Pat Heard, 2013-02-25 10:49:20 -0500
- Removed upper IE check (wait until browser release to determine support) - Pat Heard, 2013-02-25 10:50:52 -0500
- Fixes #1302: css only equalize and CLF2.0 theme - Pat Heard, 2013-02-25 12:09:39 -0500
- Added check for previously loaded equalize plugin - Pat Heard, 2013-02-25 12:09:40 -0500
- Fixed centre alignment of #gcwu-bnr-in for desktop view - Pat Heard, 2013-02-25 12:43:02 -0500
- GCWU Theme: wb-invisilbe hide border in IE8 - Nick Schonning, 2013-02-25 13:27:55 -0500
- Added simple Table Zebra Stripping with CSS3 for supported browser - Pierre Dubois, 2013-02-25 21:28:10 -0500
- Working Example - Simple Table Zebra Striping combined with different table style - Pierre Dubois, 2013-02-25 21:29:29 -0500
- Resolved history. - Paul Jackson, 2013-02-25 21:48:07 -0500
- Added underlining to mega menu headings to resolve #1353. - Paul Jackson, 2013-02-25 21:51:02 -0500
- Added working zebra hover effect with table row group - Pierre Dubois, 2013-02-25 21:51:03 -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. - Paul Jackson, 2013-02-25 23:09:37 -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. - 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. - 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. - Paul Jackson, 2013-02-25 23:44:54 -0500
- Restored minimum width for GCWU theme popup headers to minimize risk of truncation. - Paul Jackson, 2013-02-26 00:05:29 -0500
- Added class='{validate:{}}' to data-rule='{}' bridge for Form validation to smooth future migration to v1.11.0. - Paul Jackson, 2013-02-26 01:53:35 -0500
- Removed ' (WET)' from site titles in Arabic working examples to avoid an LTR and RTL mismatch issue with the currently English placeholder text. - Paul Jackson, 2013-02-26 09:44:20 -0500
- Made blockquotes appearance match - Chad Farquharson, 2013-02-26 07:40:18 -0800
- Fixed placeholder names in GCWU theme. - Paul Jackson, 2013-02-26 13:08:20 -0500
- Updated text in design guide - Chad Farquharson, 2013-02-26 10:58:32 -0800
- Fixed RTL display issues for skip links in #1355, #1362 and #1363. - Paul Jackson, 2013-02-26 14:25:38 -0500
- Corrected link text for links withing tab panels that link to other tabs. - Paul Jackson, 2013-02-26 21:56:13 -0500
- Fixed contrast issues with tab interface hover colours. - Paul Jackson, 2013-02-26 22:17:18 -0500
- Added additional English links to the Arabic working examples in the base theme. Corrected the native Arabic language name in the i18n files. - Paul Jackson, 2013-02-26 22:57:05 -0500
- Added Arabic working examples (with English placeholder text) for the WET theme (for WET v3.1 testing purposes of RTL language support). - Paul Jackson, 2013-02-26 23:18:37 -0500
- Corrected file names of WET theme Spanish and Arabic working examples. - Paul Jackson, 2013-02-26 23:21:41 -0500
- Fixed SVG fallback transformation for mobile view in GCWU and GCWU Intranet themes. - Paul Jackson, 2013-02-26 23:35:45 -0500
- Fixed display of FIP symbols in print view for GCWU theme. - Paul Jackson, 2013-02-27 00:19:04 -0500
- Fixed LTR and RTL display of breadcrumbs in print view. - Paul Jackson, 2013-02-27 01:51:42 -0500
- Corrected href paths in Arabic WET theme examples. - Paul Jackson, 2013-02-27 01:57:48 -0500
- Fixed RTL display of language links in WET theme. - Paul Jackson, 2013-02-27 02:04:55 -0500
- Set Grids 'width-' classes to auto in mobile view since not appropriate for mobile view. - Paul Jackson, 2013-02-27 02:18:20 -0500
- Corrected width- selector. - Paul Jackson, 2013-02-27 02:20:16 -0500
- Added smartphone and tablet SCSS include files for Grids. Also put WET theme working examples into two columns. - Paul Jackson, 2013-02-27 02:38:52 -0500
- Put WET theme working examples into two columns. - Paul Jackson, 2013-02-27 02:40:45 -0500
- Standardized arabic working examples file names. - Paul Jackson, 2013-02-27 02:49:19 -0500
- Fixed WET and Base working examples index pages. - Paul Jackson, 2013-02-27 09:50:54 -0500
- Fixed validation errors in WET theme files. - Paul Jackson, 2013-02-27 10:01:19 -0500
- Removed tweak for correcting content area border in RTL display for GCWU theme as it wasn't cross-browser. - Paul Jackson, 2013-02-27 10:32:10 -0500
- [slideout] Don't use $.metadata.setType - berubs, 2013-02-27 12:08:39 -0500
- Moved map configuration options to basmap configuration. - Joost van Ulden, 2013-02-27 13:03:39 -0800
- Add keyboard highlight support, border on focus for the map, keyboard navigation on focus on the map and start to implement bilingual config file - Johann Levesque, 2013-02-27 18:35:29 -0500
- Added smartphone and tablet SCSS files to Grids - Paul Jackson, 2013-02-28 01:15:09 -0500
- Fixed RTL mega menu clipping issues identified in #1383. - Paul Jackson, 2013-02-28 01:42:49 -0500
- Cleaned up theme working example index pages. - Paul Jackson, 2013-02-28 03:52:16 -0500
- $.metadata() fixes across plugins - berubs, 2013-02-28 11:51:04 -0500
- Fixed map resize bug and minor formatting edits. - Joost van Ulden, 2013-02-28 09:32:08 -0800
- Deleted deprecated overlays.js file. - Joost van Ulden, 2013-02-28 12:56:46 -0800
- Code cleanup of Grids smartphone CSS and addition of increased specificity for float override and blockquotes. - Paul Jackson, 2013-02-28 22:06:18 -0500
- Addition of increased specificity for float override and blockquotes in Grids mobile CSS. - Paul Jackson, 2013-02-28 22:10:00 -0500
- Addition of increased specificity for float override and blockquotes in Grids mobile CSS. - Paul Jackson, 2013-02-28 22:16:49 -0500
- Code cleanup for Grids mobile SCSS. - Paul Jackson, 2013-02-28 22:26:45 -0500
- Added Spanish working examples to the GCWU theme. - Paul Jackson, 2013-03-01 01:04:09 -0500
- Added multilingual content page examples to the GCWU theme. - Paul Jackson, 2013-03-01 01:14:33 -0500
- Reversed order of languages in mobile view to better reflect the priority. - Paul Jackson, 2013-03-01 01:30:16 -0500
- Corrected i18n.csv file. - Paul Jackson, 2013-03-01 01:51:02 -0500
- i18n: Trim spaces - Nick Schonning, 2013-03-01 02:06:18 -0500
- Fixed error with language looping in mobile view. - Paul Jackson, 2013-03-01 07:38:11 -0500
- Fixed captialization of links in language popup of mobile view. - Paul Jackson, 2013-03-01 08:01:15 -0500
- Add attributes to feature for HTML table and correct error when no overlay file specify - Johann Levesque, 2013-03-01 13:37:30 -0500
- Cleanup: Remove CSS refrences in root HTML files - Nick Schonning, 2013-03-01 13:51:56 -0500
- Fixed selector for Grids blockquote float overrides. - Paul Jackson, 2013-03-01 21:45:00 -0500
- Fixed display of language links in mobile view (#1405). - Paul Jackson, 2013-03-01 22:17:40 -0500
- Fixed order of languages in GCWU theme RTL working examples. Removed most of gcnb and gcft links for non-en/fr languages. - Paul Jackson, 2013-03-01 23:07:18 -0500
- Removed RTL border overrides to address issue #1400. - Paul Jackson, 2013-03-01 23:25:44 -0500
- Corrected link colour specificity for background-accent and similar classes to address issue #1316. - Paul Jackson, 2013-03-01 23:47:05 -0500
- Added i18n support for new Table column toggle feature added in jQuery Mobile 1.3. - Paul Jackson, 2013-03-02 21:31:36 -0500
- Added no site menu and breadcrumb application examples to GCWU theme and removed secnav1 and secnav2 no searl/lang links examples. - Paul Jackson, 2013-03-02 22:42:24 -0500
- Updated GCWU and GCWU intranet theme index pages with new categorization approach. - Paul Jackson, 2013-03-03 02:09:13 -0500
- Updated i18n file with new template placeholders/filler text. - Paul Jackson, 2013-03-03 03:10:44 -0500
- Fixed loading of site menu heading in mobile view menu. - Paul Jackson, 2013-03-03 03:16:06 -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). - Paul Jackson, 2013-03-03 23:57:32 -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. - Paul Jackson, 2013-03-04 00:52:35 -0500
- Removed duplicated min-height for gcwu-gcnb. - Paul Jackson, 2013-03-04 01:13:27 -0500
- Added nav-current support for .module-menu-section (#967). - Paul Jackson, 2013-03-04 01:36:36 -0500
- Update Workstation - jolevesq, 2013-03-04 07:35:58 -0500
- Solve Cannot read property 'selectedFeatures' of undefined for tabular layer when we zoom. - jolevesq, 2013-03-04 10:55:14 -0500
- Minor markup changes - Joost van Ulden, 2013-03-04 09:56:38 -0800
- before new markup - jolevesq, 2013-03-04 12:58:39 -0500
- Removed unnecessary equalheights dependency from menubar.js. - Paul Jackson, 2013-03-04 13:49:54 -0500
- Markup modification for table style - jolevesq, 2013-03-04 13:50:58 -0500
- Removed loading of equalheights.js for all non-IE browsers, except for Tabbed interface which still has a dependency. - Paul Jackson, 2013-03-04 14:30:54 -0500
- Removed css override for legend checkboxes. - Joost van Ulden, 2013-03-04 12:19:46 -0800
- Minor formatting edit. - Joost van Ulden, 2013-03-04 12:20:02 -0800
- Added missing event trigger when there are no dependencies to load. - Paul Jackson, 2013-03-04 15:25:56 -0500
- Minor markup changes and class additions for legend. - Joost van Ulden, 2013-03-04 12:35:04 -0800
- Convert code to functions - jolevesq, 2013-03-04 16:01:56 -0500
- Minor markup changes and class edits for debug panels. - Joost van Ulden, 2013-03-04 13:10:25 -0800
- Added th for zoomTo column. - Joost van Ulden, 2013-03-04 16:45:51 -0800
- Added tables plugin to demonstration inline table. - Joost van Ulden, 2013-03-04 16:56:16 -0800
- Added configuration for tables plugin. - Joost van Ulden, 2013-03-04 18:23:00 -0800
- Optimization of the zebra stripping for simple table and simple grouping table. Related to #1123 - Pierre Dubois, 2013-03-04 23:00:27 -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. - Paul Jackson, 2013-03-04 23:29:40 -0500
- Fixed JSHint issues. - Paul Jackson, 2013-03-04 23:53:50 -0500
- Removed resize dependency entries. - Paul Jackson, 2013-03-04 23:58:16 -0500
- Removed remaining resize dependency entries and reduced the number of calls. - Paul Jackson, 2013-03-05 00:00:58 -0500
- Reduced the number of jQuery object creations for html, document and window. - Paul Jackson, 2013-03-05 00:06:32 -0500
- Fixed JSHint error. - Paul Jackson, 2013-03-05 00:21:00 -0500
- Fixed issue with use of setInterval in pe-ap.js. - Paul Jackson, 2013-03-05 01:00:42 -0500
- Included event object in custom resize event callback. - Paul Jackson, 2013-03-05 09:35:13 -0500
- Removed outside events dependency from datalist polyfill since not needed. - Paul Jackson, 2013-03-05 09:53:01 -0500
- Optimized menubar.js hideallsubmenus function. - Paul Jackson, 2013-03-05 10:15:47 -0500
- Remove Share widget dependency on outside events. - Paul Jackson, 2013-03-05 10:24:31 -0500
- Add th from geomap.js for zoom column in HTML table - jolevesq, 2013-03-05 10:56:18 -0500
- Optimized share widget (removed unnecessary jQuery calls). - Paul Jackson, 2013-03-05 12:28:39 -0500
- Optimized menubar.js a bit. - Paul Jackson, 2013-03-05 12:34:14 -0500
- Removed outside events dependency from date picker. - Paul Jackson, 2013-03-05 12:47:54 -0500
- Corrected minor Share widget comment - Paul Jackson, 2013-03-05 13:19:42 -0500
- updated code for column-count - Chad Farquharson, 2013-03-05 12:41:01 -0800
- Add datatable functionalities in geomap.js. It is not finish yet. - jolevesq, 2013-03-05 16:05:46 -0500
- Column count CSS changed to match naming conventions - Chad Farquharson, 2013-03-05 14:15:04 -0800
- Added missing clear in tabbed interface working examples. - Paul Jackson, 2013-03-05 21:22:57 -0500
- Zebra - Simplifying and Optimization - Complex table and list. Related to #1123 - Pierre Dubois, 2013-03-05 22:24:04 -0500
- Moved tablet view to a fluid grid. Moved generic mobile CSS to the Grids util mobile. More placeholders/extends for Grids responsive. - Paul Jackson, 2013-03-05 23:05:36 -0500
- More placeholders/extends for Grids responsive. - Paul Jackson, 2013-03-05 23:08:24 -0500
- Corrected padding in tablet view and moved mobile wb-main-in padding specification from theme CSS to Grids CSS. - Paul Jackson, 2013-03-05 23:27:17 -0500
- Removed event handler nesting in multimedia.js to resolve #1428. - Paul Jackson, 2013-03-05 23:58:48 -0500
- Corrected nesting issues in Grids. - Paul Jackson, 2013-03-06 00:17:44 -0500
- Corrected nesting issues in Grids. - Paul Jackson, 2013-03-06 00:18:21 -0500
- Removed h1 left/right margins in tablet view. - Paul Jackson, 2013-03-06 00:26:01 -0500
- Fixes #1404: Re-equalize heights when equalize plugin is active on #wb-main - Pat Heard, 2013-03-06 09:06:30 -0500
- Page break classes for print - Gabriel Vautour, 2013-03-06 09:42:47 -0500
- Added language direction row to i18n.csv file. - Paul Jackson, 2013-03-06 10:33:09 -0500
- Added margin-left to float-right span-* grid elements in tablet view. - Paul Jackson, 2013-03-06 10:40:28 -0500
- Changed print font to Times New Roman. - Paul Jackson, 2013-03-06 11:45:30 -0500
- Fixed bracing issue from print fix. - Paul Jackson, 2013-03-06 12:03:41 -0500
- Removed Optimal Content Example with details/summary in the table caption. Added side menu to Optimal Content Example Table Simplification page. - Paul Jackson, 2013-03-06 13:06:05 -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. - Paul Jackson, 2013-03-06 13:59:41 -0500
- Remove dangling wamethod sass references. - Paul Jackson, 2013-03-06 14:06:13 -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. - Paul Jackson, 2013-03-06 14:15:52 -0500
- Added line between template script section and custom script section. - Paul Jackson, 2013-03-06 14:18:29 -0500
- Fixed validation error with Table simplification HTML. - Paul Jackson, 2013-03-06 15:19:01 -0500
- [datepicker] Reuse same calendar for all datepickers - berubs, 2013-03-06 16:21:23 -0500
- Cleanup: Extend/placeholder pagebrake SCSS - Nick Schonning, 2013-03-06 16:33:51 -0500
- Cleanup: Extend/placeholder default-print SCSS - Nick Schonning, 2013-03-06 16:41:56 -0500
- CSSLint: Suppress some currenlty unfixable rules - Nick Schonning, 2013-03-06 17:07:42 -0500
- Cleanup: Change comment type for SCSS compat - Nick Schonning, 2013-03-06 17:19:52 -0500
- [datepicker] Fix 'selected date' indicator - berubs, 2013-03-06 17:45:18 -0500
- Build: Bump jRuby version for security patch - Nick Schonning, 2013-03-06 17:47:58 -0500
- Removed Tabbed interface dependency on equalheights.js as per issue #1431. Also corrected spacing in theme.js files. - Paul Jackson, 2013-03-07 02:40:47 -0500
- Corrected spacing in theme.js files. - Paul Jackson, 2013-03-07 02:41:50 -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). - Paul Jackson, 2013-03-07 03:10:09 -0500
- Fixed RTL breadcrumb display. - Paul Jackson, 2013-03-07 03:20:53 -0500
- Add load config file from outside the domain. Add legend and tab class to wet-boew-geomap. Those item are now created dynamically - Johann Levesque, 2013-03-07 07:05:19 -0500
- Mnor markup changes - Joost van Ulden, 2013-03-07 06:00:49 -0800
- Class changes to simplfy optional tabs and legend configuration - Joost van Ulden, 2013-03-07 06:14:03 -0800
- Fixed path to megamenu content - Pat Heard, 2013-03-07 10:02:01 -0500
- Fixes #1469 by stopping build if any step fails - Laurent Goderre, 2013-03-07 11:01:09 -0500
- Fixes #1457: set hidden popups to hide right instead of left - Pat Heard, 2013-03-07 11:35:10 -0500
- Add wheel zoom on mao focus, debug message and zoom column header - Johann Levesque, 2013-03-07 11:49:35 -0500
- new icons, add datatables on HTML - Johann Levesque, 2013-03-07 15:17:04 -0500
- Add data-geometry and data-type on tr element and remove the geometry we-invisible column - Johann Levesque, 2013-03-07 17:14:02 -0500
- Added a space between the slide out tab's state and name strings (prevents words from sticking together). - Eric Dunsworth, 2013-03-07 19:21:36 -0500
- Fixed HTML validation errors. - Paul Jackson, 2013-03-08 01:52:13 -0500
- Zebra - Optimization - List and complex table. Related to #1123 - Pierre Dubois, 2013-03-08 07:22:03 -0500
- Fixed pseudo-focus mixin support for IE8. - Paul Jackson, 2013-03-08 09:37:50 -0500
- Printing: Prefix print page break classes - Nick Schonning, 2013-03-08 15:14:30 -0500
- Fixed support for query strings in nav-current matching. - Paul Jackson, 2013-03-09 00:23:27 -0500
- Removed console references - Paul Jackson, 2013-03-09 00:29:27 -0500
- Added ISO 639-2/T codes to i18n in addition to the ISO 639-1 codes (to support requirements for dcterms.language). - Paul Jackson, 2013-03-10 22:04:29 -0400
- Change i18n code for ISO 639-2 lang codes to %lang-code-iso-639-2. - Paul Jackson, 2013-03-10 22:07:05 -0400
- 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 - Pierre Dubois, 2013-03-10 23:20:49 -0500
- Markup changes and issues #1487 & #1488 addressed. - Joost van Ulden, 2013-03-11 07:34:57 -0700
- Minor markup changes - Joost van Ulden, 2013-03-11 07:42:28 -0700
- Minor markup changes. - Joost van Ulden, 2013-03-11 08:54:09 -0700
- Fixed legend float and map width issues. - Joost van Ulden, 2013-03-11 11:41:51 -0700
- Minor markup changes. - Joost van Ulden, 2013-03-11 15:04:08 -0700
- Aligned WET theme with SVG approach of GCwU theme. Cleaned up SVG logo loading and fallback. - Paul Jackson, 2013-03-12 02:13:23 -0400
- Fixed SVG loading in IE7/8 (#1314). - Paul Jackson, 2013-03-12 02:27:07 -0400
- Script optimization and clean up. - Joost van Ulden, 2013-03-12 07:03:01 -0700
- Before merge with latest - Johann Levesque, 2013-03-12 10:59:53 -0400
- Commit bug - Johann Levesque, 2013-03-12 11:26:10 -0400
- [calendar] Replace .attr('value') with .val() - berubs, 2013-03-12 11:55:12 -0400
- Added plugin refresh method and optimized. - Joost van Ulden, 2013-03-12 14:00:20 -0700
- Added missing spaces to i18n file for form validation error message summaries. - Paul Jackson, 2013-03-12 21:53:10 -0400
- Removed commented out code from Base theme JS. - Paul Jackson, 2013-03-12 22:14:12 -0400
- 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; - Pierre Dubois, 2013-03-12 21:58:56 -0500
- jshint charts.js - Pierre Dubois, 2013-03-12 22:20:29 -0500
- Table in mobile mode - Johann Levesque, 2013-03-13 07:21:55 -0400
- Removed point radius restriction on selected feature - Joost van Ulden, 2013-03-13 08:03:58 -0700
- Fixed SVG logo issues and some CSS issues with GCWU splash and server message pages. - Paul Jackson, 2013-03-13 12:09:56 -0400
- Updated to hoverIntent r7 - Pat Heard, 2013-03-13 15:22:09 -0400
- Add tabs and datatable for mobile. Launch tables/tabbedinterface plugin in onFeatureAdded. - Johann Levesque, 2013-03-13 17:44:58 -0400
- Latest release from source: Reduced header comment for minified file - Pat Heard, 2013-03-14 11:34:40 -0400
- Button: is now red for .button-none when focused - Nick Schonning, 2013-03-14 13:46:06 -0300
- Fixed French characters in the terms and conditions comment of _button.scss. - Paul Jackson, 2013-03-14 13:09:39 -0400
- Forms: attention classes colour now use $red - Nick Schonning, 2013-03-14 14:52:16 -0400
- Repair tabs and data tables for mobile. - jolevesq, 2013-03-14 16:01:12 -0400
- Removed dependency on metadata plugin for all but formvalid.js. Corrected a few typos in session timeout i18n strings. - Paul Jackson, 2013-03-14 16:19:08 -0400
- Fixed JSHint issues in tabbedinterface.js - Paul Jackson, 2013-03-14 16:44:30 -0400
- Labels Charts working example (uniformtick and labelposition options) - Pierre Dubois, 2013-03-14 21:47:28 -0500
- Set default table background colour to white in Grids SCSS. Prevents outer visual properties from appearing behind cells in extremely wide tables. - Eric Dunsworth, 2013-03-14 22:59:27 -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. - Paul Jackson, 2013-03-14 23:51:26 -0400
- Corrected working examples. - Paul Jackson, 2013-03-14 23:59:22 -0400
- Fixed JS error from use of now private $.colorbox.launch(). - Paul Jackson, 2013-03-15 00:29:30 -0400
- Updated to ColorBox 1.4.4. - Paul Jackson, 2013-03-15 01:21:24 -0400
- Added tabindex='-1' to objects for SVG logos to prevent them from getting keyboard focus. - Paul Jackson, 2013-03-15 01:36:55 -0400
- Correct JSHint errors - Johann Levesque, 2013-03-15 12:17:08 -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). - Paul Jackson, 2013-03-16 03:57:42 -0400
- Fixed a few bugs left over from merging. - Paul Jackson, 2013-03-16 05:30:44 -0400
- Geomap: Remove console debugging call - Nick Schonning, 2013-03-16 18:34:13 -0300
- Fixed encoding of i18n.csv. - Paul Jackson, 2013-03-16 20:05:45 -0400
- Minor code fixes. - Paul Jackson, 2013-03-16 20:10:38 -0400
- Minor JS fixes. - Paul Jackson, 2013-03-16 21:13:57 -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. - Paul Jackson, 2013-03-18 02:24:03 -0400
- Fix to GCWU intranet SVG icons in mobile view. More extends/placeholders in SCSS. Changed pe. to _pe. where feasible. - Paul Jackson, 2013-03-18 04:54:48 -0400
- Converted data-wet-boew values to proper JSON. - Paul Jackson, 2013-03-18 09:21:30 -0400
- Corrected headings in HTML markup. - Paul Jackson, 2013-03-18 09:37:39 -0400
- Minor code optimizations and used colour shorthand. - Paul Jackson, 2013-03-18 09:56:33 -0400
- Changed window.OpenLayers and window.Proj4js to OpenLayers and Proj4js. Changed pe. to _pe. - Paul Jackson, 2013-03-18 10:03:27 -0400
- Changed window.Proj4js to Proj4js. - Paul Jackson, 2013-03-18 10:04:46 -0400
- Regenerated FIP PNG for better quality - Laurent, 2013-03-18 11:49:09 -0400
- Cleaned up SCSS. - Paul Jackson, 2013-03-18 14:40:03 -0400
- Removed test HTML. - Paul Jackson, 2013-03-18 14:42:18 -0400
- Removed double space - Paul Jackson, 2013-03-18 14:43:26 -0400
- Clear the demos and dist folders in *-dist to avoid residual files - Laurent, 2013-03-18 14:48:58 -0400
- Use git rm instead of rm to remove residual files - Laurent, 2013-03-18 15:40:25 -0400
- Fixed grids margin issue in desktop view. - Paul Jackson, 2013-03-18 16:01:07 -0400
- Cleanup of some of the minor issues arising from #1551. - Paul Jackson, 2013-03-18 16:31:57 -0400
- Archive: Remove background placeholder - Nick Schonning, 2013-03-18 17:16:29 -0400
- Validated zebra for IE by simulation. JSLint files, applied fixes e6d2b717ea8556c3ae1ea0ee89ddbe155ec6fb06 and ba81616b5efbd5acbe2014d04e6ca0a35b2f6678 , Related to #1123 - Pierre Dubois, 2013-03-18 20:56:26 -0500
- Adapted and applied fix 378ebc08f63e3d0a591dd643d535006ee895f07d about extends/placeholders in SCSS. Related to #1123 - Pierre Dubois, 2013-03-18 22:09:39 -0500
- 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. - Paul Jackson, 2013-03-18 23:17:18 -0400
- Removed trailing space. - Paul Jackson, 2013-03-18 23:34:16 -0400
- Removed trailing spaces and extra tabs. - Paul Jackson, 2013-03-19 00:03:57 -0400
- Removed commented out debug block from Geomap HTML files. - Paul Jackson, 2013-03-19 00:08:26 -0400
- Aligned ARIA attributes with jQuery UI Tabs - Pat Heard, 2013-03-19 10:08:20 -0400
- Updates to Design guide documentation - Chad Farquharson, 2013-03-19 08:55:04 -0700
- Removed space from the language direction id - Laurent Goderre, 2013-03-19 13:45:39 -0300
- Fixed HTML validation errors. Fixed WCAG issues with KML file. - Paul Jackson, 2013-03-19 13:15:47 -0400
- Restricted mobile css to mobile view, fixed legend overlap in Chrome - Pat Heard, 2013-03-19 14:04:45 -0400
- Fixed missing alt attributes with overrides. Need to fix in OpenLayers directly in the future (left TODO comments). - Paul Jackson, 2013-03-19 14:31:14 -0400
- Removed unused evt variable. - Paul Jackson, 2013-03-19 14:33:10 -0400
- Added files missing from pull request. - Paul Jackson, 2013-03-19 14:38:27 -0400
- Fixed issue in logo image switching in IE7. - Paul Jackson, 2013-03-19 15:00:55 -0400
- Enhanced legend checkboxes in mobile view with jQuery Mobile. - Paul Jackson, 2013-03-19 15:16:43 -0400
- Fixed visual display in mobile view. - Paul Jackson, 2013-03-19 15:26:08 -0400
- Fixes replacement of SVG images in IE7 - Pat Heard, 2013-03-19 15:28:13 -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. - Johann Levesque, 2013-03-19 15:30:03 -0400
- Prevented overriding of .width-100 in mobile view. - Paul Jackson, 2013-03-19 15:31:45 -0400
- Use of the latest markup change on zebra working example - Pierre Dubois, 2013-03-19 16:00:54 -0400
- Fixed loading of data tables in mobile view. - Paul Jackson, 2013-03-19 16:01:25 -0400
- Added working example (Chart and Zebra) to the index pages - Pierre Dubois, 2013-03-19 16:14:56 -0400
- Fixed display in tablet view and removed unnecessary code. - Paul Jackson, 2013-03-19 16:27:24 -0400
- Added missing event handlers for fixing missing alt attributes on tile images. - Paul Jackson, 2013-03-19 16:35:03 -0400
- Zebra Stripping - Try to fix IE issue - Pierre Dubois, 2013-03-19 16:43:57 -0400
- Changes related to issue 1539 - Johann Levesque, 2013-03-19 17:13:20 -0400
- more text edits to design guide - Chad Farquharson, 2013-03-19 16:03:17 -0700
- Implemented more efficient way of fixing layout issues for data tables. - Paul Jackson, 2013-03-19 20:49:14 -0400
- Improved keyboard outline for map buttons. Cleaned up config files. - Paul Jackson, 2013-03-19 21:31:19 -0400
- Cleaned up config files. - Paul Jackson, 2013-03-19 21:48:11 -0400
- Added missing semi-colon. - Paul Jackson, 2013-03-19 22:05:47 -0400
- Fixed zoom to buttons. Now display correctly and shift focus to the map. - Paul Jackson, 2013-03-19 22:57:46 -0400
- Moved a = layer.attributes out of the loop and made more meaningful. - Paul Jackson, 2013-03-19 23:20:50 -0400
- Changed overlay handling so failed layer retrieval doesn't prevent anything else from displaying. - Paul Jackson, 2013-03-20 01:32:06 -0400
- Removed console reference. - Paul Jackson, 2013-03-20 01:35:06 -0400
- Fixed applying of alt text to controls. - Paul Jackson, 2013-03-20 02:28:10 -0400
- Fixed GCWU Intranet theme :hover, :visited and :active link colour. - Paul Jackson, 2013-03-20 03:28:14 -0400
- Removed ! from geomap.js comment and cached row. - Paul Jackson, 2013-03-20 04:41:15 -0400
- Explicit check for elements from getElementsByTagName - Pat Heard, 2013-03-20 08:03:56 -0400
- Fixed recursion error for vclick and touchstart events - Pat Heard, 2013-03-20 09:00:51 -0400
- Binding vclick/touchstart events to lightbox links only - Pat Heard, 2013-03-20 10:06:12 -0400
- minor edit to intranet theme documentation - Chad Farquharson, 2013-03-20 07:34:30 -0700
- Resolve issues raise by 1539 - Johann Levesque, 2013-03-20 10:38:17 -0400
- Remove blank href need. Put event on tr. - Johann Levesque, 2013-03-20 14:12:26 -0400
- Add French basemap service. - Johann Levesque, 2013-03-20 15:22:30 -0400
- Resolve Base 64 images issues - Johann Levesque, 2013-03-20 16:56:23 -0400
- Changed _pe reference to pe in datalist.js to resolve JavaScript error. - Paul Jackson, 2013-03-21 10:10:09 -0400
- Remove unused variables - jolevesq, 2013-03-21 10:24:55 -0400
- Fixed metadata languages in theme-gcwu-fegc and theme-wet-boew - Pat Heard, 2013-03-21 11:01:00 -0400
- Fixed bad character - jolevesq, 2013-03-21 12:52:55 -0400
- Fixed numerous display issues related to the SVG logos in the GC Web Usability theme and the GC Intranet theme. - Paul Jackson, 2013-03-21 14:48:35 -0400
- Removed dead code in theme.js. - Paul Jackson, 2013-03-21 14:49:28 -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. - Paul Jackson, 2013-03-21 16:15:15 -0400
- Corrections to JS-based SVG loading logic for GC Intranet and WET themes. - Paul Jackson, 2013-03-21 16:24:00 -0400
- Added i18n strings needed for #987. - Paul Jackson, 2013-03-21 22:36:54 -0400
- Fixed display issues when printing RTL pages that are in mobile view. - Paul Jackson, 2013-03-21 23:39:59 -0400
- Fixed potential RTL issues in Lightbox because of use of text-indent: -9999px. - Paul Jackson, 2013-03-21 23:44:13 -0400
- Mobile view fix for ul.button-group. - Paul Jackson, 2013-03-21 23:49:10 -0400
- Disabled Geomap KML example because it is causing a JavaScript error that prevents other overlays from loading. - Paul Jackson, 2013-03-22 00:45:07 -0400
- Fix getElementByNameTag error - Johann Levesque, 2013-03-22 14:22:03 -0400
- Add a test to see what type of object is read - Johann Levesque, 2013-03-22 14:34:46 -0400
- Changed the order of the post build tasks - laurent Goderre, 2013-03-22 16:53:18 -0400
- Fixes #1598: added IE9 targeted fixes to .tabs-style-2/3 - Pat Heard, 2013-03-22 17:13:16 -0400
- Zebra SCSS - Removed extends instructions, that fixed small bug in Firefox and half of bug in IE. - Pierre Dubois, 2013-03-22 20:06:12 -0500
- [event-calendar] Fix hover contrast issue - berubs, 2013-03-23 14:14:23 -0400
- Re-added missing Transparency section into French 3 column CLF2 page template. - Eric Dunsworth, 2013-03-23 17:08:13 -0400
- Added soft hyphen to Transparency headings in 3 column CLF2 page templates. Prevents heading from overflowing at 200% text zooming. - Eric Dunsworth, 2013-03-23 17:41:01 -0400
- Updated to jQuery Validation 1.11.1. - Paul Jackson, 2013-03-24 00:51:51 -0400
- Fixed jQuery Validation 1.11.1 compatibility issues. Added bridge for supporting the old class={validate:{}} method. - Paul Jackson, 2013-03-24 00:55:36 -0400
- Updated form validation working exampes to the new data-rule-* approach. - Paul Jackson, 2013-03-24 01:04:11 -0400
- Updated jQuery Validation localization files. - Paul Jackson, 2013-03-24 01:06:54 -0400
- Updated jQuery Validation localization files. - Paul Jackson, 2013-03-24 01:09:00 -0400
- Added aria-live region to report any changes in inline error messages. - Paul Jackson, 2013-03-24 03:14:00 -0400
- Added missing semi-colon. - Paul Jackson, 2013-03-24 03:14:39 -0400
- Fixed JSHint issue, - Paul Jackson, 2013-03-24 03:29:14 -0400
- Fixed various links that were broken, mislabeled, and/or pointed to wrong destinations. - Eric Dunsworth, 2013-03-24 15:55:47 -0400
- Build: Include test folder in dist branches - Nick Schonning, 2013-03-24 20:50:06 -0400
- Fixed various broken links. - Eric Dunsworth, 2013-03-24 21:29:16 -0400
- Renamed French/English versions of cont-nositemenu-*.html to cont-nositemenubc-*.html for consistency (and to resolve broken links to them). - Eric Dunsworth, 2013-03-24 21:46:30 -0400
- Reversed order of plugin and polyfill loading to better deal with nested plugin and polyfill calls. - Paul Jackson, 2013-03-24 22:46:33 -0400
- Reversed order change for one of the polyfill calls to avoid undoing an early reverse ordering. - Paul Jackson, 2013-03-24 22:49:22 -0400
- Corrected an incorrect variable being used for an array index of the manual polyfill init. - Paul Jackson, 2013-03-24 22:51: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. - Paul Jackson, 2013-03-24 23:15:07 -0400
- Added .tablet-show, .tablet-hide, .smartphone-show and .smartphone-hide classes. - Paul Jackson, 2013-03-25 00:16:36 -0400
- Manually merged in #1619, correcting the issues. - Paul Jackson, 2013-03-25 00:30:24 -0400
- Re-enabled Geomap KML examples. - Paul Jackson, 2013-03-25 00:31:06 -0400
- Corrected ordering of Geomap KML fixes. - Paul Jackson, 2013-03-25 00:50:22 -0400
- Form Validation: Basic radio/checkbox demo - Nick Schonning, 2013-03-25 01:04:11 -0400
- Removed encoded comma for template string - Laurent Goderre, 2013-03-25 12:16:47 -0300
- [datepicker] Move calendar after input field - berubs, 2013-03-25 11:28:59 -0400
- Removed more encoded commas from the i18n file - Laurent Goderre, 2013-03-25 12:57:48 -0300
- Fixed up discrepencies in RTL base theme examples. - Paul Jackson, 2013-03-25 12:23:54 -0400
- Cleaned up pull request. - Paul Jackson, 2013-03-25 12:25:20 -0400
- Cleaned up pull request. - Paul Jackson, 2013-03-25 12:25:58 -0400
- Fixed legend wrapping as per #1641. - Paul Jackson, 2013-03-25 13:31:03 -0400
- Fixed legend wrapping as per #1641. - Paul Jackson, 2013-03-25 13:34:13 -0400
- Changed menu-ara.txt to menu-ar.txt to align with other i18n examples. - Paul Jackson, 2013-03-25 13:49:43 -0400
- Changed file name of menu-ara.txt to menu-ar.txt. - Paul Jackson, 2013-03-25 13:51:06 -0400
- Zebra - IE Styling issue fixed - Pierre Dubois, 2013-03-25 14:30:13 -0400
- Fixed example site title in i18n.csv. - Paul Jackson, 2013-03-25 14:52:14 -0400
- Fixes #1653: prevents both click and vclick from firing - Pat Heard, 2013-03-25 14:57:02 -0400
- Moved e.stopPropagation to top of event handler - Pat Heard, 2013-03-25 15:00:03 -0400
- Updated the HTML files to the latest v3.1 markup - Pierre Dubois, 2013-03-25 15:21:33 -0400
- Fixes #1062: end of tab panel message for screen readers - Pat Heard, 2013-03-25 20:45:20 -0400
- Fixed form validation tab demo and added to french working example - Pat Heard, 2013-03-25 21:35:43 -0400
- Fixes display size of svg FIP and Wordmark in Safari on Windows - Pat Heard, 2013-03-25 22:41:58 -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. - Paul Jackson, 2013-03-25 23:04:28 -0400
- Charts - Added support for specifying top and bottom value, Added new ticks parameter, Added support for graph container styling - Pierre Dubois, 2013-03-25 22:17:52 -0500
- Fixes width of legend underline in IE9 - Pat Heard, 2013-03-25 23:24:55 -0400
- Added working examples for form validation of checkbox and radio button groups. - Paul Jackson, 2013-03-26 00:57:44 -0400
- Added working examples for form validation of checkbox and radio button groups. - Paul Jackson, 2013-03-26 00:57:58 -0400
- Fixed character encoding issue with i18n CSV file. - Paul Jackson, 2013-03-26 01:22:38 -0400
- Removed unused jQuery argument - Pat Heard, 2013-03-26 08:15:46 -0400
- Remove classList - Johann Levesque, 2013-03-26 08:27:11 -0400
- If IE, use activeXObject instead of DOMParser - Johann Levesque, 2013-03-26 09:38:13 -0400
- Removed overflow:hidden from checkbox and input - Chad Farquharson, 2013-03-26 07:42:16 -0700
- Use png images instead of base64 because we need to provide an image to OpenLayer to avoid Javascript error - Johann Levesque, 2013-03-26 11:30:08 -0400
- Remove unused Geomap images - Johann Levesque, 2013-03-26 11:45:40 -0400
- Fixed spanish strings in english column - Laurent Goderre, 2013-03-26 14:23:35 -0300
- Added rel="external" icon - Chad Farquharson, 2013-03-26 10:45:57 -0700
- Making sure rel="external" icon doesn't bleed into share widget - Chad Farquharson, 2013-03-26 10:54:36 -0700
- Icon sprite updated - Chad Farquharson, 2013-03-26 11:02:34 -0700
- Added missing i18n strings for GCWU intranet theme. Fixed a couple of mistranslations. - Paul Jackson, 2013-03-26 14:10:38 -0400
- Fixed conflict residual content from i18n.csv - Laurent Goderre, 2013-03-26 15:16:12 -0300
- Fixed i18n.csv file. - Paul Jackson, 2013-03-26 14:16:37 -0400
- Make sure external icon doesn't appear in header, footer or left menu - Chad Farquharson, 2013-03-26 11:20:17 -0700
- Added 'Custom link' to i18n.csv. - Paul Jackson, 2013-03-26 14:49:53 -0400
- Capitalized Intranet in the GCWU Intranet theme i18n string. - Paul Jackson, 2013-03-26 15:05:29 -0400
- Removed %show-image and %hide-image from i18n since no longer needed. - Paul Jackson, 2013-03-26 15:13:10 -0400
- Zebra - CSS Optimization as discussed #1656 - Pierre Dubois, 2013-03-26 15:19:03 -0400
- Zebra - Applied js fixes proposed by @nschonni, see #1656 - Pierre Dubois, 2013-03-26 15:30:07 -0400
- WET theme: Replace PNG with gradient - Nick Schonning, 2013-03-26 20:33:58 -0400
- WET theme: Remove unreferenced search images - Nick Schonning, 2013-03-26 21:02:23 -0400
- Base theme: Replace gradient images with CSS - Nick Schonning, 2013-03-26 21:29:21 -0400
- Fixed SVG images not displaying in IE10 (#1679). - Paul Jackson, 2013-03-26 21:34:37 -0400
- Smoothed out loading of SVG images in IE10. - Paul Jackson, 2013-03-26 22:07:03 -0400
- Custom Pie Chart - custom labeling and added a few options available from flot - Pierre Dubois, 2013-03-26 21:39:57 -0500
- Fixed broken links. - Eric Dunsworth, 2013-03-26 23:53:04 -0400
- Sign in/out CSS code - Pat Heard, 2013-03-27 00:05:53 -0400
- HTML working examples for sign in/out - Pat Heard, 2013-03-27 00:05:54 -0400
- Changed #embedded and #toc example links into placeholder ones (#). - Eric Dunsworth, 2013-03-27 00:14:56 -0400
- Re-added an accidentally-changed #toc link. - Eric Dunsworth, 2013-03-27 00:22:04 -0400
- Added overlay timeout to Geomap to allow plugins to continue loading when one or more data sources fail. - Paul Jackson, 2013-03-27 00:36:11 -0400
- Added i18n strings for terms for sign in/sign out. - Paul Jackson, 2013-03-27 01:05:49 -0400
- Extended Sign In/Sign Out to mobile view. Added Spanish examples. Added GC Web Usability Intranet theme examples. - Paul Jackson, 2013-03-27 01:48:59 -0400
- Added Sign In/Sign Out examples to the WET and Base themes. - Paul Jackson, 2013-03-27 02:31:57 -0400
- Put tabIndex on div instead of img - Johann Levesque, 2013-03-27 08:58:30 -0400
- Added space after : - Pat Heard, 2013-03-27 09:16:12 -0400
- Extended keyboard support for Geomap to where focus is within the map container and not just when focus is on the container itself. - Paul Jackson, 2013-03-27 10:08:49 -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. - Paul Jackson, 2013-03-27 10:29:29 -0400
- Fixed focus outline of div elements to improve appearance of change in #1690. - Paul Jackson, 2013-03-27 10:40:11 -0400
- Clean _geomap.scss - Johann Levesque, 2013-03-27 10:50:48 -0400
- Add a static mode with no controls - Johann Levesque, 2013-03-27 12:17:23 -0400
- Remove KeyboardActive (unused variable) - Johann Levesque, 2013-03-27 12:49:39 -0400
- Corrected tabbed interface bugs that prevented links nested in the tab panel from working. - Paul Jackson, 2013-03-27 14:47:12 -0400
- Added role='toolbar' the map button container and role='button' and aria-label to the map buttons. - Paul Jackson, 2013-03-27 15:55:10 -0400
- Added 10px bottom margin to create horiztonal gutter - Pat Heard, 2013-03-27 16:46:19 -0400
- Updated content in Arabic versions of Grids Buttons and Modules pages. - Eric Dunsworth, 2013-03-27 21:45:36 -0400
- Changed certain example #toc links to placeholder (#) ones in Design components page. - Eric Dunsworth, 2013-03-27 21:59:45 -0400
- Corrected keyboard message strings for Geomap. Added i18n translations for some of the Geomap components. - Paul Jackson, 2013-03-27 22:52:36 -0400
- Added title, aria-label and alt for zoom slider in Geomap. - Paul Jackson, 2013-03-27 22:58:55 -0400
- Removed div from olControlPanZoomBar selector. - Paul Jackson, 2013-03-27 23:03:11 -0400
- Made i18n changes requested in #987. - Paul Jackson, 2013-03-27 23:48:02 -0400
- Multiple fixes to the Grid System for tablet view. - Paul Jackson, 2013-03-28 02:45:45 -0400
- Call function with merge of 2 booleans - Johann Levesque, 2013-03-28 07:46:31 -0400
- Modified French keyboard user message and put in expandable/collapsible content - Johann Levesque, 2013-03-28 08:59:40 -0400
- Remove need of select class on td (remove debug message as well) - Johann Levesque, 2013-03-28 11:05:01 -0400
- Add checkbox to select feature on map. Remove mouseover, focus and blur event. - Johann Levesque, 2013-03-28 11:18:06 -0400
- Modification for PR modified i18n geomap - Johann Levesque, 2013-03-28 11:46:11 -0400
- Add Spanish column title - Johann Levesque, 2013-03-28 12:14:16 -0400
- Add label element for input - Johann Levesque, 2013-03-28 13:47:24 -0400
- Chart - jslint and tested the working example in IE and Firefox - duboisp, 2013-03-28 16:32:21 -0400
- Zebra - SCSS use placeholder/extend - tested and work on IE8 and firefox - Pierre Dubois, 2013-03-28 17:12:28 -0400
- Chart - Added space between + signs And removed commented out code - duboisp, 2013-03-28 17:30:04 -0400
- Chart - fixed space before closing curly brace - duboisp, 2013-03-28 17:34:18 -0400
- Fixed broken link in WET theme's Arabic Sign Out page. - Eric Dunsworth, 2013-03-28 20:23:20 -0400
- Fixed broken link in WET theme's Arabic Sign In page. - Eric Dunsworth, 2013-03-28 20:26:11 -0400
- Added the additional fixes to tablet view recommended in #1529. - Paul Jackson, 2013-03-28 20:38:00 -0400
- Fixed validation error in design guide. - Paul Jackson, 2013-03-28 21:11:28 -0400
- tabbedinterface: fixes tabs-style-6 and added padding to hidden button - Pat Heard, 2013-03-28 21:28:59 -0400
- Zebra - Fixes as discussed in the diff with @nschonni - Pierre Dubois, 2013-03-28 20:33:49 -0500
- Removed div:not added for #1529 because of unintended side-effects. - Paul Jackson, 2013-03-28 22:14:06 -0400
- GCWU: Change menu images to gradients - Nick Schonning, 2013-03-28 22:20:53 -0400
- Fixed double nav-current issue in #1722. - Paul Jackson, 2013-03-28 22:51:30 -0400
- Removed duplicate code for nav-current fix. - Paul Jackson, 2013-03-28 22:53:05 -0400
- Extended fix for #1722 to Base and WET themes. - Paul Jackson, 2013-03-28 22:57:10 -0400
- GCWU: Change search button image to gradients - Nick Schonning, 2013-03-28 22:57:47 -0400
- Charts - Fixes as discussed in the diff with @nschonni - Pierre Dubois, 2013-03-28 22:04:10 -0500
- GCWU: Change splash page buttons to gradients - Nick Schonning, 2013-03-28 23:28:49 -0400
- Fixed Multimedia Player display issues in #1160. - Paul Jackson, 2013-03-29 00:17:51 -0400
- GCWU: Remove unused icons from Intranet theme - Nick Schonning, 2013-03-29 00:39:39 -0400
- Fixed display of v3.1 multimedia player in IE7. - Paul Jackson, 2013-03-29 00:40:02 -0400
- Fixed top margin for multimedia player controls in IE8/9. - Paul Jackson, 2013-03-29 00:42:22 -0400
- Fixed remaining 404 errors identified in #1635. - Paul Jackson, 2013-03-29 00:57:15 -0400
- Added item number to Lightbox alt text. - Paul Jackson, 2013-03-29 01:33:42 -0400
- Content updates to design guide - Chad Farquharson, 2013-03-29 06:57:34 -0700
- GCWU: Add back menu background image for IE8 - Nick Schonning, 2013-03-29 11:30:42 -0400
- minor CSS edit to design guide - Chad Farquharson, 2013-03-29 08:34:41 -0700
- Formatting changes to SCSS files re: external icon - Chad Farquharson, 2013-03-29 08:49:12 -0700
- spacing issues fixed in scss file - Chad Farquharson, 2013-03-29 08:51:59 -0700
- Moved the generation of working examples before the fetch to ensure a clen branch - laurent Goderre, 2013-03-29 13:12:45 -0400
- Diverted the build output to the wet-boew-dist repo - laurent Goderre, 2013-03-29 13:33:13 -0400
- Added missing div clear to grids working examples. - Paul Jackson, 2013-03-29 21:18:52 -0400
- Fixed wrapping issue identified in #1703 for module-spotlight. - Paul Jackson, 2013-03-29 21:24:04 -0400
- Corrected fix for #1703. - Paul Jackson, 2013-03-29 21:32:09 -0400
- Only fetch when creating the dist output - laurent Goderre, 2013-03-30 00:58:49 -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. - Paul Jackson, 2013-03-30 03:23:54 -0400
- Changed background-repeat to repeat-x for module-billboard to prevent background colour from bleeding in at larger widths. - Paul Jackson, 2013-03-30 03:36:46 -0400
- Added requested i18n strings from #987. - Paul Jackson, 2013-03-30 03:43:49 -0400
- Moved maven stuff under the build folder - Eric Ehret, 2013-03-30 14:43:43 -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 - Eric Ehret, 2013-03-30 14:44:58 -0400
- Streamlined a few things, added setVersion.cmd helper script - eehret, 2013-03-30 14:45:21 -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 - eehret, 2013-03-30 14:45:45 -0400
- Pre 3.0.6 cleanup. Removed empty directories, .gitignores - eehret, 2013-03-30 14:46:02 -0400
- Updated artifact version to SNAPSHOT, cleaned up some things that aren't presently used. - eehret, 2013-03-30 14:46:20 -0400
- Updated artifact version to SNAPSHOT, cleaned up some things that aren't presently used. - eehret, 2013-03-30 14:46:51 -0400
- Fix the character encoding - eehret, 2013-03-30 18:23:23 -0400
- EditorConfig: Add common settings for IDEs - Nick Schonning, 2013-03-30 18:33:54 -0400
- Fixed nav-current-nocss issue with menu bar identified in #1740. - Paul Jackson, 2013-03-30 19:45:36 -0400
- Fixed module-billboard images and related guide references. - Paul Jackson, 2013-03-30 19:48:41 -0400
- Minor fixes the HTML in grid-base-eng.html (and -ara.html). - Paul Jackson, 2013-03-30 19:50:41 -0400
- Minor fixes the HTML in grid-base-eng.html. - Paul Jackson, 2013-03-30 19:55:21 -0400
- Minor code cleanup from comments in pull request #1736. - Paul Jackson, 2013-03-30 20:03:20 -0400
- Minor code cleanup from comment in pull request #1748. - Paul Jackson, 2013-03-30 20:15:12 -0400
- More minor code fixes from comments in pull request #1736. - Paul Jackson, 2013-03-30 20:41:39 -0400
- Fixed redundant top border on nav-current link in GCWU theme menu bar. - Paul Jackson, 2013-03-30 21:05:08 -0400
- formvalid: fixes working example margins - Pat Heard, 2013-03-31 14:14:35 -0400
- Fixed display of grids span-* elements within border-* elements for medium screens. - Paul Jackson, 2013-03-31 21:57:11 -0400
- Fixed issue #1739 related to the thickness of GCWU theme menu bar bottom border so consistent pre and post load. - Paul Jackson, 2013-03-31 22:23:54 -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. - Paul Jackson, 2013-04-01 01:22:53 -0400
- Added aria-describedby support for images to Lightbox. - Paul Jackson, 2013-04-01 03:00:13 -0400
- Added aria-describedby examples for images to Lightbox. - Paul Jackson, 2013-04-01 03:00:46 -0400
- Extended Lightbox aria-described by examples to alternate title examples. - Paul Jackson, 2013-04-01 03:07:51 -0400
- Sign Out: Changed 'Your account' link to 'My account' - Pat Heard, 2013-04-01 14:33:23 -0400
- Build: Update JSHint task to use JSHint v1.1.0 - Nick Schonning, 2013-04-01 15:06:05 -0400
- Demos: Update details to remove inline styles - Nick Schonning, 2013-04-01 15:31:28 -0400
- Colours: Fix padding for nested Summary background and tables - Nick Schonning, 2013-04-01 15:31:29 -0400
- Removed code that applied longdesc attribute to Lightbox cboxLoadedContent div (not permitted on non-image elements). - Paul Jackson, 2013-04-01 21:35:58 -0400
- Implemented workarounds for #1432 and #1699. - Paul Jackson, 2013-04-02 01:31:17 -0400
- Fixed a loading issue in IE with the controlgroup widget in mobile view navbar. - Paul Jackson, 2013-04-02 02:38:48 -0400
- Fixed site menu icon in mobile view in IE9. - Paul Jackson, 2013-04-02 03:02:27 -0400
- Fixed width of grids billboard images. - Paul Jackson, 2013-04-02 03:12:03 -0400
- Use a clone of the dist repo instead of a detatched remote - laurent Goderre, 2013-04-02 06:36:18 -0400
- Added a time tracker for the post build script - laurent Goderre, 2013-04-02 07:37:32 -0400
- Tabbedinterface: removed [rel='external'] icon from .tabs-style-4/5 - Pat Heard, 2013-04-02 12:29:24 -0400
- Tabbedinterface: matched height of thumbnails to stop height jump on tab change - Pat Heard, 2013-04-02 12:29:26 -0400
- Tabbedinterface: rebraced %tabbedinterface-rel-external - Pat Heard, 2013-04-02 12:29:27 -0400
- Added the missing sha-bang to the post build script - Laurent Goderre, 2013-04-02 13:54:54 -0300
- Update post_build.sh - Laurent Goderre, 2013-04-02 14:16:53 -0300
- 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). - Paul Jackson, 2013-04-02 14:56:53 -0400
- Geomap demo data in English (1724) - jolevesq, 2013-04-02 15:08:50 -0400
- Fix mobile initialization bug - @deniszgonjanin, 2013-04-02 15:12:44 -0400
- Updated the post build execution time to work in travis - Laurent Goderre, 2013-04-02 16:20:49 -0300
- copy mobile initialization fix for the other WET themes - @deniszgonjanin, 2013-04-02 15:51:18 -0400
- Added the code to updated the generic dist branch - Laurent Goderre, 2013-04-02 18:26:11 -0300
- 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. - Paul Jackson, 2013-04-02 19:17:47 -0400
- Resolved tabbed interface merge conflict. - Paul Jackson, 2013-04-02 19:29:28 -0400
- Added the code to updated the generic dist branch - Laurent Goderre, 2013-04-02 19:46:18 -0400
- Silence rm and added the missing push for the base dist - laurent Goderre, 2013-04-02 19:51:49 -0400
- Build: Update Travis logging message for packaging - Nick Schonning, 2013-04-02 21:08:48 -0300
- Zebra: Rebrace selectors - Nick Schonning, 2013-04-02 20:18:11 -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. - Paul Jackson, 2013-04-02 21:23:52 -0400
- Silence more post build output and fixed the master-base-dist - laurent Goderre, 2013-04-02 21:45:11 -0400
- Removed the invalid quiet falg for git add - laurent Goderre, 2013-04-02 21:57:07 -0400
- Suppressed the git commit output from post build - laurent Goderre, 2013-04-02 22:08:12 -0400
- Switched mobile initialization bug fix to vanilla JS for better performance. - Paul Jackson, 2013-04-02 22:12:23 -0400
- Removed another incorrect quiet flag - laurent Goderre, 2013-04-02 22:19:55 -0400
- Fixed syntax error with the build script - laurent Goderre, 2013-04-02 22:41:04 -0400
- Corrections to the Geomap French KML demo. - Paul Jackson, 2013-04-02 22:58:21 -0400
- Fixed conflicts when creating master-base-dist - laurent Goderre, 2013-04-02 23:28:35 -0400
- Updated the GitHub token - laurent Goderre, 2013-04-02 23:39:04 -0400
- Suppressed the not file matched error in post build - laurent Goderre, 2013-04-02 23:48:14 -0400
- Set min-widths for 100% wide containers to resolve #1530. - Paul Jackson, 2013-04-03 00:36:11 -0400
- Increased specificity of placeholder names. - Paul Jackson, 2013-04-03 00:38:49 -0400
- Fixed issues raised in pull request #1780. - Paul Jackson, 2013-04-03 00:46:05 -0400
- Set min-widths for 100% wide containers to resolve #1530. - Paul Jackson, 2013-04-03 01:06:00 -0400
- Corrected placeholder name in Base theme. - Paul Jackson, 2013-04-03 01:08:41 -0400
- Increased specificity of a Base theme placeholder to avoid overlap. - Paul Jackson, 2013-04-03 01:16:36 -0400
- Updated feedback form with checkboxes and updated labels for the two contact questions as per #1492. Maintained backwards compatibility with old select approach. - Paul Jackson, 2013-04-03 02:15:11 -0400
- Updated English feedback form example to new approach. - Paul Jackson, 2013-04-03 02:16:41 -0400
- Updated date for French feedback form working example. - Paul Jackson, 2013-04-03 02:19:37 -0400
- Added padding-bottom: 10px to module-spotlight in mobile view. - Paul Jackson, 2013-04-03 02:30:24 -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. - Paul Jackson, 2013-04-03 03:29:41 -0400
- Removed dependscss array from tables.js since no longer needed. - Paul Jackson, 2013-04-03 03:36:11 -0400
- Updates to design guide text - Chad Farquharson, 2013-04-03 06:46:19 -0700
- WET themes: Added mobile favicons for #1504 - Pat Heard, 2013-04-03 14:02:14 -0400
- JSHint fixes: removed unused variables - Pat Heard, 2013-04-03 14:03:07 -0400
- Sign in/out: updated markup and add
<h2>
as per #1753 - Pat Heard, 2013-04-03 16:09:22 -0400 - Sign in/out: added 'Account settings' string and updated to sentence case - Pat Heard, 2013-04-03 16:15:20 -0400
- Fixes issue #1741 by moving the comments in the root element - laurent Goderre, 2013-04-03 16:39:48 -0400
- Clean up of documentation references from working examples. - Paul Jackson, 2013-04-03 16:43:12 -0400
- Manually create the master-base-dist branch - laurent Goderre, 2013-04-03 17:04:02 -0400
- Fixed post build missing copy destination - laurent Goderre, 2013-04-03 17:23:16 -0400
- Changed references to v3.1 beta to v3.1. - Paul Jackson, 2013-04-03 19:58:37 -0400
- Updated dates to 2013 - Paul Jackson, 2013-04-03 20:14:29 -0400
- Updated to 2013. - Paul Jackson, 2013-04-03 20:20:52 -0400
- Updated to 2013 - Paul Jackson, 2013-04-03 20:24:42 -0400
- Corrected minor typos. - Paul Jackson, 2013-04-03 20:26:00 -0400
- Added French examples for Charts and Graphs. - Paul Jackson, 2013-04-03 21:25:42 -0400
- Corrected Charts and Graphs English links in French working examples. - Paul Jackson, 2013-04-03 21:43:26 -0400
- Added French labels example for Charts ang graphs. - Paul Jackson, 2013-04-03 22:03:28 -0400
- Changed Q1/Q2/Q3/Q4 to T1/T2/T3/T4 in French Charts and graphs working examples. - Paul Jackson, 2013-04-03 22:04:36 -0400
- Corrected French issues in the Charts and graphs labels French examples. - Paul Jackson, 2013-04-03 22:12:35 -0400
- Corrected documentation links for Auto-complete and Zebra striping. - Paul Jackson, 2013-04-03 22:28:00 -0400
- Added documentation links to the WET and Base theme working examples pages. - Paul Jackson, 2013-04-03 22:32:19 -0400
- Moved zebra striping example references to index pages. - Paul Jackson, 2013-04-03 22:50:10 -0400
- Updated README.md and home pages with reference to the v3.1.0 Release Candidate 1. - Paul Jackson, 2013-04-03 23:16:09 -0400
- Updated build version to -rc1 for the rc1 release. - Paul Jackson, 2013-04-03 23:42:51 -0400
- Updated build version to v3.1.0-release-development in preparation for the full release. - Paul Jackson, 2013-04-04 00:09:36 -0400
- Reconfigured README.md and home pages. - Paul Jackson, 2013-04-04 00:47:40 -0400
- Removed errant heading from README.md - Paul Jackson, 2013-04-04 00:50:26 -0400
- Removed second paragraph from README.md since duplicates content in the Benefits section. - Paul Jackson, 2013-04-04 00:53:22 -0400
- Updated README.md - Paul Jackson, 2013-04-04 03:13:33 -0400
- Corrected broken link in README.md - Paul Jackson, 2013-04-04 03:18:36 -0400
- Corrected same-page links in French part of README.md and French home page. - Paul Jackson, 2013-04-04 09:53:06 -0400
- Added the missing git add to the post build - laurent Goderre, 2013-04-04 10:21:40 -0400
- Fixed a minor problem with the post build - laurent Goderre, 2013-04-04 10:56:03 -0400
- Charts Labels working example - Fix typos in French and English and Fix for #1800 - duboisp, 2013-04-04 12:51:15 -0400
- fix for mobile initialization failing if there is a Mega Menu heading with no sub-items - @deniszgonjanin, 2013-04-04 13:05:09 -0400
- more robust fix for mobile init failing at Mega Menu headings - @deniszgonjanin, 2013-04-04 13:15:26 -0400
- fix another mobile init fail point, this time when a menu node is empty but we try to fix it's bottom corners - @deniszgonjanin, 2013-04-04 13:24:06 -0400
- propagate the previous fix to other WET themes - @deniszgonjanin, 2013-04-04 13:25:51 -0400
- Fixed IE7 navcurrent bug with retrieving the href attribute. - Paul Jackson, 2013-04-04 14:36:32 -0400
- Fixed broken placeholder/extend reference in the GCWU theme. - Paul Jackson, 2013-04-04 14:49:30 -0400
- put back hard tabs into the javascript. ran through jshint - @deniszgonjanin, 2013-04-04 15:37:44 -0400
- Fixed overlapping issue with active menu bar links in GCWU theme. Cleaned up French text in README.md and the French home page. - Paul Jackson, 2013-04-04 16:01:40 -0400
- more jshint goodness - @deniszgonjanin, 2013-04-04 16:33:37 -0400
- fix typo - @deniszgonjanin, 2013-04-04 16:54:10 -0400
- Corrected French name of the Base theme (add missing 'de'). Corrected character encoding issue with one of the i18n translations. - Paul Jackson, 2013-04-04 20:24:58 -0400
- Corrected French typo with Session Timeout i18n strings. - Paul Jackson, 2013-04-04 20:28:45 -0400
- Fixed broken links in Zebra striping demo pages. - Eric Dunsworth, 2013-04-04 20:35:58 -0400
- Fixed various broken links in main index pages. - Eric Dunsworth, 2013-04-04 21:52:53 -0400
- Removed leftover references to deleted images in GCWU Intranet theme's SCSS. - Eric Dunsworth, 2013-04-04 22:03:01 -0400
- CSS: fixed :visited style for #wb-main-in links - Pat Heard, 2013-04-05 08:18:42 -0400
- Fixed French typo in i18n file for one of the Session Timeout strings. - Paul Jackson, 2013-04-05 12:38:03 -0400
- Footnotes: Fix Sass import path - Nick Schonning, 2013-04-05 14:31:26 -0300
- CLF Theme: Fix minin import path - Nick Schonning, 2013-04-05 14:32:39 -0300
- Mobile Favicon: fixes #1504 BlackBerry support - Pat Heard, 2013-04-05 13:52:07 -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). - Paul Jackson, 2013-04-05 15:59:31 -0400
- Added spaces between if and opening brackets within pe-ap. - Paul Jackson, 2013-04-05 16:26:08 -0400
- Implemented Table enhancement on the Accessibility Responsibility Breakdown. - Paul Jackson, 2013-04-05 21:44:00 -0400
- Adde jQM Table Column Toggle to Accessibility Responsibility Breakdown. - Paul Jackson, 2013-04-05 23:02:10 -0400
- Changed all references to wet-boew.github.com to wet-boew-github.io to align with the new GitHub change. - 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. - Paul Jackson, 2013-04-05 23:20:43 -0400
- Corrected encoding of Table parser demo JS files. - Paul Jackson, 2013-04-05 23:25:13 -0400
- Changed all references to wet-boew.github.com to wet-boew-github.io to align with the new GitHub change. - Paul Jackson, 2013-04-05 23:53:48 -0400
- Fixed character encoding issues in a few demo files. - Paul Jackson, 2013-04-05 23:57:59 -0400
- Added generated Afrikaan translations to i18n.csv. - Paul Jackson, 2013-04-06 00:46:45 -0400
- Added generate Albanian translations to the i18n CSV file. - Paul Jackson, 2013-04-06 01:25:09 -0400
- Corrected character encoding issues with Albanian strings in the WET nav bar. - Paul Jackson, 2013-04-06 01:48:54 -0400
- Deleted transitional i18n csv file. - Paul Jackson, 2013-04-06 02:04:35 -0400
- Partial generated translation of i18n strings into Arabic (more work to do). - Paul Jackson, 2013-04-06 03:15:48 -0400
- Corrected minor typos in the i18n file. - Paul Jackson, 2013-04-06 03:42:19 -0400
- Added remaining generated Arabic strings to i18n.csv. - Paul Jackson, 2013-04-06 22:12:56 -0400
- Added generated Armenian translations to the i18n.csv file. - Paul Jackson, 2013-04-07 00:25:04 -0400
- Added generated Italian translations to i18n.csv. - Paul Jackson, 2013-04-07 01:39:41 -0400
- Added remaining generated Portuguese translations to the i18n.csv file. Reused most of the Portuguese string for Brazillian Portuguese. - Paul Jackson, 2013-04-07 02:49:17 -0400
- Escaped single quotes in Italian i18n strings to prevent build errors. - Paul Jackson, 2013-04-07 03:21:20 -0400
- Formvalid: fixed top error anchor links to field in error - Pat Heard, 2013-04-07 07:44:20 -0400
- Formvalid: fixed error link click in IE7, emptying ariaLive on reset - Pat Heard, 2013-04-07 08:38:01 -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. - Paul Jackson, 2013-04-07 20:48:03 -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. - Paul Jackson, 2013-04-07 21:14:23 -0400
- Added JQM background override to base print SCSS. Resolves print background colour issue. - Eric Dunsworth, 2013-04-07 21:14:57 -0400
- Reverted i18n.csv to UTF-8 no BOM. - Paul Jackson, 2013-04-07 21:21:49 -0400
- Charts - Custom Pie working example - Pierre Dubois, 2013-04-07 21:59:12 -0400
- Added generated Bulgarian translations to i18n.csv. - Paul Jackson, 2013-04-07 22:10:58 -0400
- Removed floater and migrated updates as per #1848. - Paul Jackson, 2013-04-07 22:18:39 -0400
- Linting: move comment blocks - Nick Schonning, 2013-04-07 23:05:00 -0400
- Added generated translations for the missing Chinese and Chines simplified translations in the i18n.csv file. - Paul Jackson, 2013-04-07 23:55:29 -0400
- Added Czech generated translations to i18n.csv. - Paul Jackson, 2013-04-08 01:05:26 -0400
- Added generated Dutch translations for missing translations in i18n.csv. - Paul Jackson, 2013-04-08 10:43:59 -0400
- [events-calendar] Fixes off-by-one error - berubs, 2013-04-08 14:48:36 -0400
- Added generated Estonian translations for the missing translations in i18n.csv. - Paul Jackson, 2013-04-08 15:23:34 -0400
- Fixed focus colours for autocomplete to address contrast issues brought on by jQuery Mobile .ui-link. - Paul Jackson, 2013-04-08 15:38:53 -0400
- Added generated German translations to i18n.csv. - Paul Jackson, 2013-04-08 20:53:40 -0400
- Added generated Greek translations to i18n.csv. - Paul Jackson, 2013-04-08 21:25:40 -0400
- Added generated Hungarian translations for missing translations in i18n.csv. - Paul Jackson, 2013-04-08 22:18:45 -0400
- Added generated Icelandic translations to i18n.csv. - Paul Jackson, 2013-04-08 22:57:06 -0400
- Added generated Indonesian translations to i18n.csv. - Paul Jackson, 2013-04-08 23:29:21 -0400
- Multimedia: added data-role='none' to stop jQuery Mobile from enhancing controls - Pat Heard, 2013-04-09 08:14:46 -0400
- Corrected a few typos in the Indonesian generated translations. - Paul Jackson, 2013-04-09 09:56:44 -0400
- Added generated Japanese translations for missing translations in i18n.csv. - Paul Jackson, 2013-04-09 10:46:52 -0400
- Added generated Korean translations to i18n.csv. - Paul Jackson, 2013-04-09 12:31:39 -0400
- Added generated Latvian translations to the i18n.csv file. - Paul Jackson, 2013-04-09 13:33:33 -0400
- Added generated Hindi translations to the i18n.csv file. - Paul Jackson, 2013-04-09 14:47:03 -0400
- Added generated Lithuanian translations for the missing translations in i18n.csv. - Paul Jackson, 2013-04-09 15:18:34 -0400
- Added generated Polish translation for translation missing in i18n.csv. - Paul Jackson, 2013-04-09 15:54:56 -0400
- Added generated Russian translations to i18n.csv. - Paul Jackson, 2013-04-09 21:40:40 -0400
- Added generated Slovakian translations to i18n.csv. - Paul Jackson, 2013-04-09 22:34:33 -0400
- Added generate Thai translations to i18n.csv. - Paul Jackson, 2013-04-09 23:34:44 -0400
- Added generate Turkish translations for missing translations in i18n.csv. - Paul Jackson, 2013-04-10 00:37:42 -0400
- Added generated Ukranian translations for missing translations in i18n.csv. - Paul Jackson, 2013-04-10 01:30:41 -0400
- Added generated Vietnamese translations to i18n.csv. - Paul Jackson, 2013-04-10 02:02:22 -0400
- Fixed #1886 by forcing UTF8 on i18nMergeTask for all OS - laurent Goderre, 2013-04-10 07:34:11 -0400
- Second fix for #1886 dealing with the output on non-UTF8-default systems - laurent Goderre, 2013-04-10 08:26:01 -0400
- Third fix for #1886 by forcing loading the template in UTF8 - Laurent Goderre, 2013-04-10 14:20:54 -0400
- Forced UTF8 on all IO operation in Ant - Laurent Goderre, 2013-04-10 14:42:41 -0400
- Force UTF8 on all IO operations in Ant - Laurent Goderre, 2013-04-10 14:44:22 -0400
- Changed all working examples to the WET theme. Added support example templates for a total of 33 languages to each of the themes (excluding the CLF 2.0 theme). - Paul Jackson, 2013-04-10 16:20:08 -0400
- Removed beta references from demo pages. - Paul Jackson, 2013-04-10 16:49:16 -0400
- Removed beta references from demo pages. - Paul Jackson, 2013-04-10 16:51:11 -0400
- Added menu includes for each of the supported languages. - Paul Jackson, 2013-04-10 20:03:39 -0400
- Updated the number of languages in the README.md an home pages. - Paul Jackson, 2013-04-10 20:17:32 -0400
- Updated i18n strings. - Paul Jackson, 2013-04-10 21:15:22 -0400
- Updated generated examples. Added missing sign in and sign out examples. - Paul Jackson, 2013-04-10 21:39:20 -0400
- Manually merged in #1895. - Paul Jackson, 2013-04-10 23:49:00 -0400
- Corrected i18n strings for Filter items. - Paul Jackson, 2013-04-11 00:07:10 -0400
- Removed forced height from module-spotlight to resolve #1809. - Paul Jackson, 2013-04-11 00:10:18 -0400
- Removed forced height from module-spotlight to resolve #1809. - Paul Jackson, 2013-04-11 00:12:23 -0400
- Restored GCWU theme index pages. - Paul Jackson, 2013-04-11 00:29:35 -0400
- Removed extra index files created by auto-generation. - Paul Jackson, 2013-04-11 00:35:30 -0400
- Fixed GCWU sign in and sign out. - Paul Jackson, 2013-04-11 00:44:51 -0400
- Removed extra index files. - Paul Jackson, 2013-04-11 00:48:33 -0400
- Corrected home page language links. - Paul Jackson, 2013-04-11 00:51:31 -0400
- Updated working examples page so all examples are visible initially. Also corrected CSS Grid System wording. - Paul Jackson, 2013-04-11 01:17:23 -0400
- Changed background colour back to white for Intranet theme. - Paul Jackson, 2013-04-11 01:24:34 -0400
- Changed sign in/out buttons to grids buttons. - Paul Jackson, 2013-04-11 03:11:48 -0400
- Reordered a few entries in the English working examples page. - Paul Jackson, 2013-04-11 03:28:43 -0400
- Improved component naming. - Paul Jackson, 2013-04-11 04:42:21 -0400
- Cleaned up components names. - Paul Jackson, 2013-04-11 05:06:05 -0400
- Cleaned up components names. - Paul Jackson, 2013-04-11 05:10:51 -0400
- Cleaned up components names. - Paul Jackson, 2013-04-11 05:17:31 -0400
- Cleaned up components names. - Paul Jackson, 2013-04-11 05:21:50 -0400
- Cleaned up components names. - Paul Jackson, 2013-04-11 05:24:07 -0400
- Cleaned up components names. - Paul Jackson, 2013-04-11 05:27:36 -0400
- Cleaned up components names. - Paul Jackson, 2013-04-11 05:27:58 -0400
- Cleaned up components names. - Paul Jackson, 2013-04-11 05:37:04 -0400
- Cleaned up components names. - Paul Jackson, 2013-04-11 05:48:55 -0400
- Corrected title of a working example. - Paul Jackson, 2013-04-11 06:02:43 -0400
- Updated README.md, home pages and build version for v3.0.6 and v3.1.0. - Paul Jackson, 2013-04-11 06:11:58 -0400
- Updated working example dates. - Paul Jackson, 2013-04-11 06:13:45 -0400
- Cleaned out merge artifacts from v3.1.0 release. - Paul Jackson, 2013-04-11 08:32:33 -0400
- Fixed links in working examples table. - Paul Jackson, 2013-04-11 08:44:22 -0400
- Added missing zebra working examples links. - Paul Jackson, 2013-04-11 08:55:22 -0400
- Fixed zebra striping colours on working examples table. - Paul Jackson, 2013-04-11 09:06:05 -0400
- Date de modification :