Last modified: 2010-05-15 15:37:47 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 T4515, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 2515 - Links are not removed from the pagelinks table when they are removed from the article
Links are not removed from the pagelinks table when they are removed from the...
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.5.x
All All
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
http://test.leuksman.com/index.php/Sp...
:
Depends on:
Blocks: 1002
  Show dependency treegraph
 
Reported: 2005-06-25 20:34 UTC by JeLuF
Modified: 2010-05-15 15:37 UTC (History)
0 users

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


Attachments

Description JeLuF 2005-06-25 20:35:00 UTC
Create Test1, Test2 so that [[Test1]] lins to [[Test2]].
Special:Whatlinkshere reports this fine.

Now remove the link to Test2 from Test1.
Special:Whatlinkshere still says that Test1 is pointing to Test2.
pagelinks table:
+---------+--------------+----------+
| pl_from | pl_namespace | pl_title |
+---------+--------------+----------+
|    1270 |            0 | Test2    |
|    1270 |            0 | Test22   |
+---------+--------------+----------+
(Test22 is the new link that should replace the link to Test2)
Comment 1 Brion Vibber 2005-06-25 20:56:01 UTC
LinkCache::swapRegisters() hadn't been updated to include $this->mPageLinks. Now
fixed in HEAD.

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


Navigation
Links