splittingred / Redirector

Handles all your site redirects in MODx Revolution.
http://svn.modxcms.com/docs/display/ADDON/Redirector
12 stars 29 forks source link

Create redirect on alias update #27

Open ghost opened 11 years ago

ghost commented 11 years ago

Added the ability for redirects to be created whenever a resource alias has changed. This will help none-technical users who aren't familiar with setting up 301 redirects or forget it's importance. The redirect will only be created if a record for that resource does not already exist. This can be enabled/disabled via system settings if required.

Mark-H commented 11 years ago

It looks like you accidentally committed the change of the sample build configs to your local build configs, may want to try and correct that if you can :) Also looks like you added a changelog entry to the readme instead of the changelog file?

ghost commented 11 years ago

Thanks for noticing those. I'll get them corrected and committed. I wasn't sure if it was my place to change the changelog.txt file, but I will do now you've suggested it.

ghost commented 11 years ago

Thanks Mark, I've made those changes now.

jpdevries commented 11 years ago

This looks like an awesome feature. I'm working on merging some PRs into the new location at modxcms/Redirector. Would love some help coming up to with some tests to make sure it is ready.

bertoost commented 10 years ago

Manually merged in to new version.. PR on modxcms soon!

Also; renamed setting to "track_uri_updates" and made it combo-boolean type. Tracking alias changes only isn't enough. Because when you have/child/pages/ Redirector need to have the whole path instead of the alias of the resource itself.