Copied to clipboard

Flag this post as spam?

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


  • Nicholas Westby 2054 posts 7100 karma points c-trib
    Dec 04, 2016 @ 04:01
    Nicholas Westby
    0

    How Destructive is This Package?

    Just curious if this does anything like modify data in the core Umbraco database tables (i.e., destructive database changes).

    If it doesn't do anything too destructive, I'm thinking of installing it into a project I'm working on. If anything did go wrong, I could just uninstall it with no harm done.

  • Dan White 206 posts 510 karma points c-trib
    Dec 04, 2016 @ 04:25
    Dan White
    100

    Hi Nicholas:

    It shouldn't do anything distructive. It creates a custom table on install and drops it on uninstall.

    Probably the worst thing is that it overrides about 5 umbraco html files, but does so in the app_plugins directory using angular http interceptors to change the request URL.

    It doesn't modify anything in core directly.

    It relies heavily on tree events and delegation handlers.

    This is actually my first umbraco package, so I'd love to get some more experienced developers to skim through the source and review my approach.

    It's available on github at https://github.com/danwhite85/Umbraco.MultipleStartNodes

    I plan on writing some more information on how it works to give people a good start.

    Thanks a lot for the interest.

Please Sign in or register to post replies

Write your reply to:

Draft