Last modified: 2011-03-13 18:05:34 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 T17241, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 15241 - Allow automatic adding of edited/created/moved/deleted pages to watchlist by namespace
Allow automatic adding of edited/created/moved/deleted pages to watchlist by ...
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
User preferences (Other open bugs)
unspecified
All All
: Lowest enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-19 05:34 UTC by (none)
Modified: 2011-03-13 18:05 UTC (History)
1 user (show)

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


Attachments

Description (none) 2008-08-19 05:34:28 UTC
Currently, there are, in the user preferences page, the options:
  Add pages I create to my watchlist
  Add pages I edit to my watchlist
  Add pages I move to my watchlist
  Add pages I delete to my watchlist

I think these settings should be configurable per namespace, i.e allow me to automatically add all User talk: pages to my watchlist, but not articles.
Comment 1 Splarka 2008-08-19 06:00:37 UTC
Seems feature bloaty. Probably could be done via gadget or userscript. Very simple example:

 addOnloadHook(function() { if(wgNamespaceNumber == 3 && wgAction == 'edit') { document.getElementById('wpWatchthis').checked=true } });

Suggest WONTFIX.
Comment 2 Chad H. 2008-08-19 11:50:52 UTC
Agree that it's bloaty and better suited by a Gadget. Second the call for WONTFIX.

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


Navigation
Links