v3.0.1 - Notes d'utilisation
- Date de lancement : 2012-10-09
- Téléchargements
Détails
Nombre des « commits » 163
- @pjackson28 : 110 « commits »
- @duboisp : 33 « commits »
- @LaurentGoderre : 16 « commits »
- @EricDunsworth : 2 « commits »
- @cfarquharson : 1 « commit »
- @berubs : 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
- Minor cleanup - Paul Jackson, 2012-09-28 00:34:57 -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
- Re-added gradient to mega menu background. - Paul Jackson, 2012-09-29 23:58:24 -0400
- Merged in the changes to slideout.scss in #493. - Paul Jackson, 2012-09-30 00:17:17 -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
- 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
- Removed duplicate class names. - Paul Jackson, 2012-10-01 03:20:45 -0400
- Added missing GC Web Usability Intranet theme working exampe links. - Paul Jackson, 2012-10-01 11:10:14 -0400
- Minor optimizations - Paul Jackson, 2012-10-01 15:36:03 -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
- Added box shadow to mega menu. - Paul Jackson, 2012-10-02 15:12:20 -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
- 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
- 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
- Fixed nav-current pattern matching for pages deeper in the site hierarchy. - Paul Jackson, 2012-10-03 01:17:26 -0400
- 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
- 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
- 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
- Reinstated fallback for search because pre-BB OS7 still has issues with the popup. - Paul Jackson, 2012-10-04 01:32:36 -0400
- Tweaked fallback approach mobile view menu. - Paul Jackson, 2012-10-04 01:55:43 -0400
- Fixed bugs in the mobile menu fallback mechanism. - Paul Jackson, 2012-10-04 02:20:45 -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
- 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
- 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
- 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
- Fixed validation error - Paul Jackson, 2012-10-05 16:08:57 -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
- 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
- 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
- Added more white space at the bottom of the mobile view menu. - Paul Jackson, 2012-10-09 00:57:46 -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
- 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
- v3.0.1 build - Paul Jackson, 2012-10-09 22:12:34 -0400
- Date de modification :