v3.0.2 release notes
- Release date: 2012-11-15
- Downloads
Details
Number of commits: 239
- @nschonni: 85 commits
- @pjackson28: 81 commits
- @LaurentGoderre: 51 commits
- @duboisp: 17 commits
- @patheard: 3 commits
- @berubs: 1 commit
- @sammymoradi: 1 commit
List of commits
- Updated build versioning for work towards v3.0.2. - Paul Jackson, 2012-10-09 22:25:32 -0400
- Updated readme and main page with references to v3.0 and v3.0.1 release dates and release notes. - Paul Jackson, 2012-10-09 23:40:48 -0400
- Corrected date for v3.0.1 release - Paul Jackson, 2012-10-10 00:07:18 -0400
- Added a reference to the WET roadmap - Paul Jackson, 2012-10-10 00:29:20 -0400
- Corrected v3.0.1 references - Paul Jackson, 2012-10-10 00:35:03 -0400
- Update src/js/polyfills/datepicker.js - Sam, 2012-10-10 12:31:24 -0300
- Fixed issue #533 by adding the polyfill class to dynamically created details summary - Laurent Goderre, 2012-10-10 15:22:54 -0400
- Fixed TBS acronym expansion in English filler content. - Paul Jackson, 2012-10-10 19:39:34 -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
- Corrected minor French grammar error - Paul Jackson, 2012-10-10 23:17:31 -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
- Fixed CSS file references in English home page example. - Paul Jackson, 2012-10-15 10:52:49 -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
- 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
- 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 typos in build.xml comments and fixed v3.0.2 build number. - Paul Jackson, 2012-10-18 23:22:44 -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
- 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
- Fixed typos in Session timeout working examples. - Paul Jackson, 2012-10-23 00:23:45 -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
- 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
- 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
- Fixed handling of top-level of secondary navigation 2 in mobile view. - Paul Jackson, 2012-10-25 00:22:38 -0400
- [slideout] Check if 'e' is undefined - berubs, 2012-10-26 10:22:09 -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
- Forced mobile view footer to be two columns wide to avoid button truncation. - Paul Jackson, 2012-10-26 23:35:24 -0400
- Standardized default link colours between desktop and mobile views. - Paul Jackson, 2012-10-27 20:32:25 -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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Reintegrated changes from pull request #688 to fix :focus and :active outline for .button. - Paul Jackson, 2012-11-15 20:49:59 -0500
- Manually included fixes for #615 and #641. - Paul Jackson, 2012-11-15 21:04:38 -0500
- v3.0.2 maintenance release build. - Paul Jackson, 2012-11-15 22:02:39 -0500
- Date modified: