Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Sep 12, 2012 @ 09:24
    Jan Skovgaard
    1

    Change settings

    Hi guys

    Thanks for this great package :)

    I think it would be even more great if one could change the initial settings when clicking on the installed package in the package section - I did not mark the checkbox in order to have a dashboard configured so now I can't figure out where to edit my settings.

    /Jan

  • Lee Kelleher 4026 posts 15837 karma points MVP 13x admin c-trib
    Sep 12, 2012 @ 09:34
    Lee Kelleher
    0

    Hi Jan,

    I agree, there are times when it would be good to get back to the post-install screen.

    Add this to your Dashboard.config:

    <section alias="HttpsRedirectInstaller">
        <areas>
            <area>developer</area>
        </areas>
        <tab caption="HttpsRedirect: Settings">
            <control>/umbraco/plugins/HttpsRedirect/HttpsRedirectInstaller.ascx</control>
        </tab>
    </section>

    ... what do you think about the package auto-adding this as a dashboard control?  My original thought was for it to be an "install & forget" package, but happy to re-consider.

    Cheers, Lee.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Sep 12, 2012 @ 19:15
    Jan Skovgaard
    0

    Hi Lee

    Thanks for the pointer, I had a suspicion it would be something like that :)

    I think it would be fine if the dashboard control was added automatically since it's a bit frustrating not being able to simply just tweak the settings when you want to and, like I did, forget to mark the checkbox asking about the dashboard.

    Cheers,
    Jan 

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 23, 2012 @ 13:27
    Jan Skovgaard
    0

    Hi Lee

    Just one more thing I would suggest...

    Currently I'm running a local site where I have a special "form template". The template is configured in the dashboard to have https...but since I don't have the SSL certificate installed on my local machine I get an error message.

    Would it be possible to add a configuration telling the handler not to force https on domain.local for instance?

    Hope the above makes english ;-)

    Cheers,
    Jan 

  • Lee Kelleher 4026 posts 15837 karma points MVP 13x admin c-trib
    Nov 23, 2012 @ 13:39
    Lee Kelleher
    0

    Thanks Jan, it's a good idea.

    Wondering if it's better to check if Umbraco is in 'Debug' mode? So we could have a setting in the web.config like "DisabledInDebugMode"?

    Just thinking of ideas where we don't have to whitelist domain names.

    Cheers, Lee.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Nov 23, 2012 @ 20:05
    Jan Skovgaard
    0

    Hi Lee

    Yes maybe that is a better option - less stuff to configure less to think about...that would be nice :)

    /Jan

  • Lee Kelleher 4026 posts 15837 karma points MVP 13x admin c-trib
    Nov 24, 2012 @ 02:46
    Lee Kelleher
    1

    Cool, I'll pencil it in for the next release.  (It's good timing, as the guys at Mayfly Media have a pull request waiting for me too!)

    Cheers, Lee.

  • 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