Page MenuHomePhabricator

LastModified should not be displayed while creating a non-existent page
Closed, ResolvedPublic

Description

The Last Modified text should not appear when creating/editing a non-existent page. This gives an incorrect information to the editor that the page exists, though it doesn't.

Steps to reproduce:

  1. Install the extension.
  2. Click on a red-link to attempt creation of a page.
  3. The link/text of last modified exists.

This should be relatively easy for someone to fix, but I can't say it myself till someone else feels the same way. A good fix is to check if the page exists from the Javascript module before the extension decides to display the last modified text.


Version: master
Severity: normal

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:46 AM
bzimport added a project: LastModified.
bzimport set Reference to bz41417.

Change 94091 had a related patch set uploaded by Hydriz:
(bug 41417) Check if the article exists first before actually displaying it.

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

Change 94091 had a related patch set uploaded by Hydriz:
Check if the article exists first before actually displaying it.

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

Change 94091 had a related patch set uploaded (by Alex Monk):
Check if the article exists first before actually displaying it.

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

Change 94091 merged by jenkins-bot:
Check if the article exists first before actually displaying it.

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