[Bug 60740] Re-expose transclusions count in MediaWiki's info action (in miser mode)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60740

Jarry1250 jarry1...@gmail.com changed:

   What|Removed |Added

 CC||jarry1...@gmail.com

--- Comment #4 from Jarry1250 jarry1...@gmail.com ---
Can I have a timeline on this? If it's going to take a while I'll reimplement
my tool (which provides just this information) in Labs. Otherwise, I shan't
bother.

My own personal view is that action=info could perhaps have two modes, where if
the particular information you wanted wasn't available, you could request the
performance intensive mode. But that's just an idea.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60740] Re-expose transclusions count in MediaWiki's info action (in miser mode)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60740

--- Comment #5 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
An alternative work around would be to use a subquery with a limit in it like
mobile does

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60740] Re-expose transclusions count in MediaWiki's info action (in miser mode)

2014-02-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60740

--- Comment #6 from Jarry1250 jarry1...@gmail.com ---
LIMIT 5000 would certainly be a useful placeholder until we work out a better
fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60740] Re-expose transclusions count in MediaWiki's info action (in miser mode)

2014-02-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60740

Bawolff (Brian Wolff) bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #3 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
Potential work around:
*estimate with EXPLAIN
*if estimate  5000 do real query (5000 pulled out of my hat)
*otherwise round the estimate (since explain only rough order of magnitude,
512374 implies non existent precision), and output something like roughly
510,000

Possibly something similar should be done for other queries which could
potentially scan millions of rows in an edge case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60740] Re-expose transclusions count in MediaWiki's info action

2014-02-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60740

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=41365

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60740] Re-expose transclusions count in MediaWiki's info action

2014-02-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60740

Technical 13 technical...@yahoo.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||technical...@yahoo.com

--- Comment #1 from Technical 13 technical...@yahoo.com ---
People are asking questions about it too...
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#Transclusion_count_missing_at_action.3Dinfo_pages

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 60740] Re-expose transclusions count in MediaWiki's info action (in miser mode)

2014-02-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60740

db duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com
Summary|Re-expose transclusions |Re-expose transclusions
   |count in MediaWiki's info   |count in MediaWiki's info
   |action  |action (in miser mode)

--- Comment #2 from db duplicate...@googlemail.com ---
Seems like the cache version for info action needs to be changed to clear the
old info actions from cache, with shows this number actually.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l