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

    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


     

  • sun 403 posts 395 karma points
    Mar 07, 2013 @ 08:18
    sun
    0

    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

    Mar 07, 2013 @ 09:20

    Nope sorry for v4 use 3.0.6

  • sun 403 posts 395 karma points
    Mar 07, 2013 @ 09:45
    sun
    0

    But I use 3.0.7 on 4.11.4 without problems. Why?

  • Comment author was deleted

    Mar 07, 2013 @ 10:42

    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?

  • Martin Griffiths 826 posts 1269 karma points c-trib
    Mar 07, 2013 @ 11:04
    Martin Griffiths
    1

    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

    Mar 07, 2013 @ 11:05

    @Martin sweet, mind posting the tweaks needed to web.config 

  • Fuji Kusaka 2203 posts 4220 karma points
    Mar 07, 2013 @ 11:17
    Fuji Kusaka
    0

    Great thanks!!!!

  • Martin Griffiths 826 posts 1269 karma points c-trib
    Mar 07, 2013 @ 11:46
    Martin Griffiths
    0

    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" />
        </sectionGroup>

     

    <assemblies> ...
     <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...

     <!-- Ensure correct version of MVC -->
          <dependentAssembly>
            <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
            <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
            <bindingRedirect oldVersion="1.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
            <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" />
            <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
          </dependentAssembly>

     

  • sun 403 posts 395 karma points
    Mar 07, 2013 @ 13:09
    sun
    0

    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.

  • sun 403 posts 395 karma points
    Mar 07, 2013 @ 13:10
    sun
    0

    But I think the best way it to update Umbraco's mvc3 to mvc4.

  • Comment author was deleted

    Mar 08, 2013 @ 11:53

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies