Last modified: 2013-03-14 02:36: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 T45668, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 43668 - Re-enable disabled Special pages on small wikis (wikis in small.dblist)
Re-enable disabled Special pages on small wikis (wikis in small.dblist)
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal enhancement with 1 vote (vote)
: ---
Assigned To: Sam Reed (reedy)
: performance, shell
Depends on: 43741
Blocks: 46094 15434
  Show dependency treegraph
 
Reported: 2013-01-06 02:27 UTC by MZMcBride
Modified: 2013-03-14 02:36 UTC (History)
10 users (show)

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


Attachments

Description MZMcBride 2013-01-06 02:27:50 UTC
Cloning this bug from bug 39667, now that there is a proper small.dblist (cf. <https://noc.wikimedia.org/conf/small.dblist>), it'd be nice to re-enable all the of the disabled Special pages on small wikis.
Comment 1 Sam Reed (reedy) 2013-01-06 16:32:48 UTC
We're talking about these query pages, right?

# Disable all the query pages that take more than about 15 minutes to update
# wgDisableQueryPageUpdate @{
'wgDisableQueryPageUpdate' => array(
	'enwiki' => array(
		'Ancientpages',
		'Deadendpages',
		'Fewestrevisions',
		'Lonelypages',
		'Mostcategories',
		'Mostlinked',
		'Mostlinkedcategories',
		'Mostlinkedtemplates',
		'Mostrevisions',
		'Uncategorizedcategories',
		'Wantedtemplates',
		'Wantedpages',
	),
	'default' => array(
		'Ancientpages',
		'Deadendpages',
		'Fewestrevisions',
		'Mostlinked',
		'Mostrevisions',
		'Wantedpages',
	),
	'wikidatawiki' => array(
		'Ancientpages',
		'Deadendpages',
		'Fewestrevisions',
		'Lonelypages ',
		'Mostlinked',
		'Mostrevisions',
		'Uncategorizedpages',
		'Unwatchedpages',
		'Wantedpages',
		'Withoutinterwiki',
	),
),
Comment 2 Sam Reed (reedy) 2013-01-06 16:33:29 UTC
Or those stopped by miser mode?
Comment 3 Nemo 2013-01-06 17:26:55 UTC
(In reply to comment #2)
> Or those stopped by miser mode?

What are they? [[mw:Manual:$wgMiserMode]] lists none: it only says that it enables caching of all query pages; and that $wgDisableQueryPages and $wgDisableQueryPageUpdate have effect only if it's true.
Comment 4 MZMcBride 2013-01-06 17:35:01 UTC
(In reply to comment #1)
> We're talking about these query pages, right?
>     'default' => array(
>         'Ancientpages',
>         'Deadendpages',
>         'Fewestrevisions',
>         'Mostlinked',
>         'Mostrevisions',
>         'Wantedpages',
>     ),

Yes, these.

For all wikis in small.dblist, these should update either dynamically or regularly (cached every few days).
Comment 5 Nemo 2013-01-08 20:20:32 UTC
Reedy, why did you mark bug 43668 as blocker? You want to disable miser mode altogether for small wikis (to update pages dynamically)? If yes this should be clearer in the summary.
Comment 6 MZMcBride 2013-01-08 20:25:06 UTC
(In reply to comment #5)
> Reedy, why did you mark bug 43668 as blocker?

I believe this is a typo. Marking a bug as a blocker of itself would be a bit strange. :-)
Comment 7 Nemo 2013-01-08 20:34:22 UTC
(In reply to comment #6)
> I believe this is a typo. Marking a bug as a blocker of itself would be a bit
> strange. :-)

Of course I meant bug 43741, it's the only blocker of this bug...
Comment 8 Sam Reed (reedy) 2013-02-02 22:34:02 UTC
https://gerrit.wikimedia.org/r/47297
Comment 9 MZMcBride 2013-02-03 01:54:32 UTC
(In reply to comment #8)
> https://gerrit.wikimedia.org/r/47297

\o/

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


Navigation
Links