Opened 10 years ago

Last modified 6 years ago

#11949 closed enhancement

Remaining steps for site upgrade — at Version 11

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 Ryan J Ollos)

This ticket captures tasks that were not completed in #10193.

See also:

Change History (11)

comment:1 Changed 9 years ago by Ryan J Ollos

Status: newaccepted

comment:2 in reply to:  description Changed 9 years ago by Ryan J Ollos

Description: modified (diff)

Replying to rjollos:

Implemented in NewHackTemplate@32.

comment:3 Changed 9 years ago by Ryan J Ollos

Activated component tracwikiextras.phrases.Phrases (WikiExtrasPlugin).

comment:4 Changed 9 years ago by Ryan J Ollos

Description: modified (diff)

comment:5 Changed 9 years ago by Ryan J Ollos

Description: modified (diff)

comment:6 Changed 8 years ago by Ryan J Ollos

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"
Last edited 8 years ago by Ryan J Ollos (previous) (diff)

comment:7 Changed 8 years ago by Ryan J Ollos

More work on wiki search and replace in #10497.

Last edited 8 years ago by Ryan J Ollos (previous) (diff)

comment:8 Changed 8 years ago by Ryan J Ollos

Description: modified (diff)

comment:9 Changed 8 years ago by Ryan J Ollos

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.

Last edited 8 years ago by Ryan J Ollos (previous) (diff)

comment:10 Changed 7 years ago by Ryan J Ollos

Description: modified (diff)

comment:11 Changed 7 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.