Page MenuHomePhabricator

recentchangeslinked uses some strings wrongly or poorly
Closed, ResolvedPublic

Description

Author: dkesh

Description:
Special:recentchangeslinked uses strings poorly:

  1. When setting the title, it uses string 'recentchanges' instead of

'recentchangeslinked', so the browser titlebar reads "Recent Changes" instead of
"Related Changes".

  1. In the header, it uses 2 strings: 'recentchanges' and 'rclsub' (in English:

"(to pages linked from $1)").
Firstly, we should use 'recentchangeslinked' instead of 'recentchanges'.
Secondly, if the patch for Bug 144 is accepted, then 'rclsub' will not be
correct: related changes for categories will be on pages that are a member of
that Category, not that are linked from that Category. I suggest changing
rclsub from "(to pages linked from $1)" to "for page $1", which is generic
enough that it's true for both situations. People who need to know more
information about how it works can look it up in the manual.


Version: unspecified
Severity: trivial

Details

Reference
bz923
TitleReferenceAuthorSource BranchDest Branch
Use artifacts as part of the release process once more!repos/releng/cli!74addshorerelease-with-artifacts-againmain
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 7:03 PM
bzimport set Reference to bz923.

Fixed in cvs HEAD (aka v1.5)