Page MenuHomePhabricator

Page information link doesn't work on Flow pages
Closed, ResolvedPublic

Description

At [[Wikipedia:WikiProject Hampshire]] there is a link [en.wikipedia.org/w/index.php?title=Wikipedia:WikiProject_Hampshire&action=info Page information] which works as it should. But at [[Wikipedia talk:WikiProject Hampshire]], the link [en.wikipedia.org/w/index.php?title=Wikipedia_talk:WikiProject_Hampshire&action=info Page information] just shows the Flow page, nothing else.


Version: unspecified
Severity: normal

Details

Reference
bz60834

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:53 AM
bzimport set Reference to bz60834.

Change 111707 had a related patch set uploaded by Legoktm:
Whitelist action=info on Flow pages

https://gerrit.wikimedia.org/r/111707

Almost all page actions besides the default action=view (and soon, I think action=protect), don't work on a Flow board. A Flow board is no longer a wiki page but a window into a collection of topics made up of posts, and those elements have actions such as edit and delete.

The general issue is whether Flow should silently ignore unrecognized actions or report "Inappropriate action for a Flow board", similar to the error page ?action=BAD generates on a regular page. I filed bug 60936.

The specific question is whether Flow should have a similar action=flow-info , or reuse action=info to do something quite different. Page watchers and subpages still apply, but edits, authors, and many other items are more applicable to individual topics and posts. I think number of topics on a Flow board is interesting. Perhaps when we have Search/filter for a board, a null search could return "420 topics found".

(In reply to comment #3)

The specific question is whether Flow should have a similar action=flow-info
,
or reuse action=info to do something quite different. Page watchers and
subpages still apply, but edits, authors, and many other items are more
applicable to individual topics and posts. I think number of topics on a Flow
board is interesting. Perhaps when we have Search/filter for a board, a null
search could return "420 topics found".

action=info provides enough a good enough hook point that we should just re-use it instead of re-inventing the wheel.

Briefly discussed on IRC with Erik that we should get rid of the "wrong" information that action=info exposes for now, and in the future we can add more Flow-related info.

Change 111707 merged by jenkins-bot:
Enable action=info for Flow pages

https://gerrit.wikimedia.org/r/111707

action=info will start to work in 1.23wmf13. Some of the information that articles normally have (last editor, page creator, page length in bytes, etc.) will not be shown because the information would be wrong.