Determine and implement a way to test activity stream pages despite the config flag being off. Is it as simple as installing the the tool on a project or two? And a url param for user profiles?
To test, ensure production.ini has activitystream.enabled = false, run migration 026-install-activity-tool.py, and ensure that going to /u/admin1/activity returns a 404 and that /u/admin1/ redirects to /u/admin1/admin.
Then, use this javascript to set the override cookie and ensure that you can view the activity page and that /u/admin1/ sends you to said activity page:
allura:cj/4544
To test, ensure production.ini has
activitystream.enabled = false
, run migration026-install-activity-tool.py
, and ensure that going to /u/admin1/activity returns a 404 and that /u/admin1/ redirects to /u/admin1/admin.Then, use this javascript to set the override cookie and ensure that you can view the activity page and that /u/admin1/ sends you to said activity page: