[#6172] Remove default TG file extension handling.

Repo names can now have dots in them, and TG was stripping the
dot and everything after it from the repo name in the url.
Rather than adding another hack to piece the URL back
together, we're turning off this behavior.

Some controllers were relying on the extension stripping to
automatically forward feed.{rss|atom} -> feed. In these cases,
explicit attrs for rss and atom were added to the controller.

Signed-off-by: Tim Van Steenburgh tvansteenburgh@gmail.com

Tim Van Steenburgh Tim Van Steenburgh 2013-04-30

Dave Brondsema Dave Brondsema 2013-04-30

changed Allura/allura/config/app_cfg.py
changed Allura/allura/controllers/discuss.py
changed Allura/allura/controllers/repository.py
changed Allura/allura/ext/user_profile/user_main.py
changed Allura/allura/lib/base.py
changed Allura/allura/lib/patches.py
changed Allura/allura/tests/functional/test_user_profile.py
changed ForgeDiscussion/forgediscussion/controllers/root.py
changed ForgeDiscussion/forgediscussion/tests/functional/test_forum.py
changed ForgeGit/forgegit/tests/functional/test_controllers.py
changed ForgeLink/forgelink/link_main.py
changed ForgeSVN/forgesvn/tests/functional/test_controllers.py
changed ForgeSVN/forgesvn/svn_main.py
changed ForgeTracker/forgetracker/tests/functional/test_root.py
changed ForgeTracker/forgetracker/tracker_main.py
changed ForgeWiki/forgewiki/tests/functional/test_root.py
changed ForgeWiki/forgewiki/wiki_main.py
Allura/allura/config/app_cfg.py Diff Switch to side-by-side view
Loading...
Allura/allura/controllers/discuss.py Diff Switch to side-by-side view
Loading...
Allura/allura/controllers/repository.py Diff Switch to side-by-side view
Loading...
Allura/allura/ext/user_profile/user_main.py Diff Switch to side-by-side view
Loading...
Allura/allura/lib/base.py Diff Switch to side-by-side view
Loading...
Allura/allura/lib/patches.py Diff Switch to side-by-side view
Loading...
Allura/allura/tests/functional/test_user_profile.py Diff Switch to side-by-side view
Loading...
ForgeDiscussion/forgediscussion/controllers/root.py Diff Switch to side-by-side view
Loading...
ForgeDiscussion/forgediscussion/tests/functional/test_forum.py Diff Switch to side-by-side view
Loading...
ForgeGit/forgegit/tests/functional/test_controllers.py Diff Switch to side-by-side view
Loading...
ForgeLink/forgelink/link_main.py Diff Switch to side-by-side view
Loading...
ForgeSVN/forgesvn/tests/functional/test_controllers.py Diff Switch to side-by-side view
Loading...
ForgeSVN/forgesvn/svn_main.py Diff Switch to side-by-side view
Loading...
ForgeTracker/forgetracker/tests/functional/test_root.py Diff Switch to side-by-side view
Loading...
ForgeTracker/forgetracker/tracker_main.py Diff Switch to side-by-side view
Loading...
ForgeWiki/forgewiki/tests/functional/test_root.py Diff Switch to side-by-side view
Loading...
ForgeWiki/forgewiki/wiki_main.py Diff Switch to side-by-side view
Loading...