| My Account |
|
| Copyright 2010 Scott Duensing, All Rights Reserved. |
This release fixes a long standing bug with editing a page. Immediately after editing a page, there were no editing controls or drag bars. This has been fixed. All page layout templates now use H2 tags, instead of a random smattering of H1 and H2. Comments added to a wiki now show linebreaks in HTML. The If macro will now consider a value of 0 as false. Exceptions from the Shop are now proper subclasses of WebGUI::Error, so exceptions will be caught. Some sites that hand modified the user profile table could not create new User Profile fields. This bug has also been fixed.
Changelog
- fixed #10610: editing a page and editing goes away
- fixed: Exceptions from WebGUI::Exception::Shop
- fixed #10579: H1 vs H2 in PageLayouts
- fixed #10629: WebGUI::ProfileField create new field bug
- fixed #10626: Carriage returns stripped from Wiki comments
- fixed #10630: If macro says that 0 is true