Closed tomaszmadeyski closed 7 years ago
Hey, that's excellent. Great and finally I have some proofs that some one else is also using that tool :)
By the way, couple of people have requested some improvements. Do you have some ideas what to improve or some new feature requests? Current requests are mainly improvements for access rights and now with multisite-support to separate the rules for each site/host.
P.s. I just merge your changes into repo and I'll happily do so in the future also :)
-- Mikko Huilaja
--
Mikko Huilaja mikko.huilaja@huilaaja.net +358 503293279
On Mon, Oct 2, 2017 at 4:45 PM, tomaszmadeyski notifications@github.com wrote:
Fixing couple of issues:
- There's additional } in StringExtensions
- System.Net is missing in HtmlErrorController (without that HttpStatusCode https://github.com/huilaaja/RedirectManager/blob/master/WebProject/Controllers/Misc/HttpErrorPageController.cs#L28 is an unknown class
- WebProject.Utils is missing in RedirectManager.cshtml. You need to import that in order to use ParseIntOrDefault https://github.com/huilaaja/RedirectManager/blob/master/WebProject/Views/Admin/RedirectManager.cshtml#L232 method
You can view, comment on, or merge this pull request online at:
https://github.com/huilaaja/RedirectManager/pull/2 Commit Summary
- Fixing some missing references and typos
File Changes
- M WebProject/Controllers/Misc/HttpErrorPageController.cs https://github.com/huilaaja/RedirectManager/pull/2/files#diff-0 (5)
- M WebProject/Utils/StringExtensions.cs https://github.com/huilaaja/RedirectManager/pull/2/files#diff-1 (1)
- M WebProject/Views/Admin/RedirectManager.cshtml https://github.com/huilaaja/RedirectManager/pull/2/files#diff-2 (1)
Patch Links:
- https://github.com/huilaaja/RedirectManager/pull/2.patch
- https://github.com/huilaaja/RedirectManager/pull/2.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/huilaaja/RedirectManager/pull/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ACNc5nhOiBwq7rbYrm4p3oP4ifLHGUtxks5soOjtgaJpZM4PqqVi .
Hi @huilaaja
I've been trying your tool as well as BVNetwork. It's great that you allow to redirect to contentId and not only to url (string) which is crucial IMO.
What I'm missing is an option to choose an item from content tree, not passing by contentId as integer. I know that SEO Manager can do that but this is commercial extension and it's pretty expensive...
Yes, thats definedly needed improvement. I haven't seen simple solutions to implement the Episerver's tree structure since Web Forms and I'm not going back to that :)
Fixing couple of issues:
}
inStringExtensions
System.Net
is missing inHtmlErrorController
(without that HttpStatusCode is an unknown classWebProject.Utils
is missing inRedirectManager.cshtml
. You need to import that in order to use ParseIntOrDefault method