Last modified: 2012-03-31 13:04:36 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 T37621, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 35621 - Broken links are corrected but not added to the watchlist
Broken links are corrected but not added to the watchlist
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Watchlist (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-30 20:23 UTC by Bagariavivek
Modified: 2012-03-31 13:04 UTC (History)
1 user (show)

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


Attachments

Description Bagariavivek 2012-03-30 20:23:06 UTC
1)Each title to be displayed in the 'edit watchlist' passes through the function 'checkTitle'.

2)Function 'checkTitle' returns true if the title is valid. If the title is not valid it return false and adds the title to $badtimes[].

3)After looping through all the titles, 'cleanupWatchlist' function is called, which validates the titles in $baditems[].

4)After validation, these titles are not added in the edit list(both rawform and normalform).

Due to this, some of the pages will not be displayed when the edit watchlist is viewed for the first time, but will be displayed on refreshing.

Solutions are:
1)Add the titles in $baditems[] to the 'edit watchlist', after they are validated by 'cleanupWatchList'.

2)Validate the title in 'checkTitle' function if the title is not validates.
Comment 1 Bagariavivek 2012-03-30 20:26:56 UTC
Please correct me if i am wrong. :)
Btw, I will be working on this.
Comment 2 Bagariavivek 2012-03-31 13:04:36 UTC
Sorry for this wrong bug report. I had made a mistake while testing the bug.

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


Navigation
Links