Press Ctrl / CMD + C to copy this to your clipboard.
Copied to clipboard
Flag this post as spam?
This post will be reported to the moderators as potential spam to be looked at
Topic author was deleted
Mar 04, 2013 @ 13:29
Contour 3.0.8 changes
Contour 3.0.8 for Umbraco 6 is out today :)
Here is an overview of the changes:
Fixed: CON-245 Condition 'StartsWidth' cause javascript error Fixed: CON-246 Conditional show/hide 3rd level fields Fixed: CON-209 Hitting previous triggers submit when jquery isn't available Fixed: CON-265 Conditional logic and checkbox Fixed: CON-272 Multistep, clearing value doesn't work Fixed: CON-285 Previous button on last page of multi-page form triggers workflow Fixed: CON-288 create tables fails on mySQL Fixed: CON-269 Save as file workflow doesn't respect extension setting Added: CON-286 Make it possible to overwrite the use of the sender email from umbracosettings.config Added: CON-290 Add xpath prevalue source Added: CON-258 Make it possible to disable adding a default send email workflow Added: CON-248 Razor macro make it possible to render in edit mode
I can confirm with a tweak to the web.config and ensuring you have all the latest MVC/Razor/WebPages dlls in the BIN, you can successfully use contour 3.0.8/9 with Umbraco 4.11.4/5 without any issues.
I've reverted my config right back to the distributed version as much as posible as mines quite heavily modded. Here's the necessary changes (strikedthrough)...
Topic author was deleted
Contour 3.0.8 changes
Contour 3.0.8 for Umbraco 6 is out today :)
Here is an overview of the changes:
Fixed: CON-245 Condition 'StartsWidth' cause javascript error
Fixed: CON-246 Conditional show/hide 3rd level fields
Fixed: CON-209 Hitting previous triggers submit when jquery isn't available
Fixed: CON-265 Conditional logic and checkbox
Fixed: CON-272 Multistep, clearing value doesn't work
Fixed: CON-285 Previous button on last page of multi-page form triggers workflow
Fixed: CON-288 create tables fails on mySQL
Fixed: CON-269 Save as file workflow doesn't respect extension setting
Added: CON-286 Make it possible to overwrite the use of the sender email from umbracosettings.config
Added: CON-290 Add xpath prevalue source
Added: CON-258 Make it possible to disable adding a default send email workflow
Added: CON-248 Razor macro make it possible to render in edit mode
You can get it from the project page http://our.umbraco.org/projects/umbraco-pro/contour
Upgrade instructions available here http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Upgrade
I have installed 3.0.7 on umbraco 4.11.4. But I have noticed that only 3.0.6 can be installed on Umbraco 4.*?
Can you tell me if 3.0.8 can be installed with 4.11.4?
Comment author was deleted
Nope sorry for v4 use 3.0.6
But I use 3.0.7 on 4.11.4 without problems. Why?
Comment author was deleted
It's because of the version of System.Web.Mvc that is used, will look into making a version of Contour that works on both v4 and v6
Are you using the razor macro? or still usercontrol?
Hi all
I can confirm with a tweak to the web.config and ensuring you have all the latest MVC/Razor/WebPages dlls in the BIN, you can successfully use contour 3.0.8/9 with Umbraco 4.11.4/5 without any issues.
Martin
Comment author was deleted
@Martin sweet, mind posting the tweaks needed to web.config
Great thanks!!!!
Hi Tim
I've reverted my config right back to the distributed version as much as posible as mines quite heavily modded. Here's the necessary changes (strikedthrough)...
<sectionGroup name="system.web.webPages.razor" type="System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="host" type="System.Web.WebPages.Razor.Configuration.HostSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
<section name="pages" type="System.Web.WebPages.Razor.Configuration.RazorPagesSection, System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" />
<add assembly="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
add these to runtime...
Because Umbraco 4.11.4 includes MVC3, So I need install MVC4 and only install it with WinServer. So. For my site, I have both MVC3 and MVC4.
But I think the best way it to update Umbraco's mvc3 to mvc4.
Comment author was deleted
Released a 3.0.9 version today that is compatible with both latest v4 and v6 http://our.umbraco.org/forum/umbraco-pro/contour/39069-Contour-309-changes
is working on a reply...