Last modified: 2008-06-06 20:29:04 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T16422, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14422 - Including a non existent template includes another page
Including a non existent template includes another page
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
FlaggedRevs (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Aaron Schulz
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-06-05 22:03 UTC by Raimond Spekking
Modified: 2008-06-06 20:29 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Raimond Spekking 2008-06-05 22:03:47 UTC
Case:

http://de.wikipedia.org/w/index.php?title=Testlemma

This page uses the deleted template [[de:template:Julianischer Kalender]]

The draft is correct: http://de.wikipedia.org/w/index.php?title=Testlemma&stable=0
The sighted revision includes a (random?) foreign page: http://de.wikipedia.org/w/index.php?title=Testlemma&stable=1
Comment 1 Aaron Schulz 2008-06-06 20:23:16 UTC
mysql> SELECT * FROM flaggedpages WHERE fp_page_id = 0;
+------------+-------------+-----------+------------+
| fp_page_id | fp_reviewed | fp_stable | fp_quality |
+------------+-------------+-----------+------------+
|          0 |           0 |  46681630 |       NULL | 
+------------+-------------+-----------+------------+
1 row in set (0.01 sec)

This is the bad ID that was being selected.

The page is `Jazz ist anders`
Comment 2 Aaron Schulz 2008-06-06 20:29:04 UTC
Should be fixed in r35979

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links