#11949 closed enhancement (fixed)
Remaining steps for site upgrade
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | |
Cc: | Steffen Hoffmann | Trac Release: |
Description (last modified by )
This ticket captures tasks that were not completed in #10193.
- The password reset process is not working correctly (AccountManagerPlugin issue, see comment:11:ticket:11869).
- SvnAuthzAdminPlugin is completely broken.
- DONE Improvement to NewHack template by adding progress bars for tickets: comment:65:ticket:10193.
- DONE Suppress No resources found. message from ListTagged macro on user pages (comment:84:ticket:10193).
- DONE Poll data is missing (#13086)
See also:
Attachments (0)
Change History (13)
comment:1 Changed 10 years ago by
Status: | new → accepted |
---|
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 10 years ago by
Activated component tracwikiextras.phrases.Phrases
(WikiExtrasPlugin).
comment:4 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:5 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:6 Changed 9 years ago by
Continuing with the global search and replace mentioned in comment:103:ticket:10193, all of the SVN links should now be project-relative:
sed -i -r "s/\[http[s]\?:\/\/trac-hacks\.org\/svn/\[/g"
comment:8 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:9 Changed 9 years ago by
All links to trac-hacks.org should now be project-relative:
find wiki-dump/ -maxdepth 1 -type f -exec sed -i "s/\[http[s]\?:\/\/trac-hacks\.org/\[/g" {} \;
This was probably an over-aggressive approach to replacement since there may be some easy_install
/pip
commands (and similar changes) in the documentation that should use the full URL. I'll review and revert those manually.
comment:10 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:11 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:12 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Still work to do on first two items in comment:description, but we have open issues for those with the respective plugins.
comment:13 Changed 7 years ago by
Another search and replace:
$ find wiki-dump/ -type f -exec sed -i "s/\[\[ListTags(/\[\[ListTagged(/g" {} \;
Replying to rjollos:
Implemented in NewHackTemplate@32.