[Bug 8178] Make table of contents for category pages: Subcategories, Pages, Media

2011-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8178

fastgoldf...@gmail.com changed:

   What|Removed |Added

 CC||fastgoldf...@gmail.com

--- Comment #5 from fastgoldf...@gmail.com 2011-12-29 21:50:24 UTC ---
The TOC on category pages already works for wiki markup section headings. The
only thing that's missing are the automatically generated section headings.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 8178] Make table of contents for category pages: Subcategories, Pages, Media

2011-12-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8178

--- Comment #6 from fastgoldf...@gmail.com 2011-12-29 21:54:48 UTC ---
(In reply to comment #3)
> This would be very easy to do, if we do it just like with files. (has the
> potential of having 2 tocs in that case, but having so much content in a
> category page that the content toc is actually triggered is rather rare I
> think.)
> 
> The question is, do we really want it.

Yes, ESPECIALLY when there is a lot of content on a category page. For example,
I have a root (or "top") category that turns out to be a good place for
documenting why things are organized the way they are (login with Demo/test):

http://www.coincompendium.com/w/index.php/Category:Core

There's several wiki markup section headings that you have to scroll through
before you can find the auto-generated category information headings. The size
of that Core category just keeps getting bigger as the wiki grows, and a TOC
becomes more and more useful for navigating it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 8178] Make table of contents for category pages: Subcategories, Pages, Media

2012-12-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8178

Sumana Harihareswara  changed:

   What|Removed |Added

 CC||suma...@wikimedia.org

--- Comment #7 from Sumana Harihareswara  ---
badon, would you be interested in using developer access
https://www.mediawiki.org/wiki/Developer_access to implement this in MediaWiki?

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


[Bug 8178] Make table of contents for category pages: Subcategories, Pages, Media

2012-12-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8178

--- Comment #8 from badon  ---
Yes, I am interested, but it will take me a ridiculous amount of time to get up
to speed enough to feel confident in doing something novel and useful. I would
prefer to achieve that by studying code and internally documenting it with code
comments to a level of detail and verbosity that comments could dominate the
code. As I'm sure you're aware, I'm not exactly a beginner programmer, but I
consider myself to still be quite unfamiliar with PHP and the MediaWiki code
base. So, my comments may seem pedantic or annoying from the point of view of
someone who is already past that entry-level learning curve, although I've
never actually had anyone complain in other projects I've worked on. 

Mediawiki is the largest collaborative project I have been involved in, and I
have noticed perhaps 1 or 2 WMF-affiliated developers that seem to do things
like I do, but they're unusual (and quite important, talented WMF
contributors). If there's no problem with me starting small with just basic
things like comments, then progressing to code cleanup, etc, then I think I'm
ready to begin advancing to more direct contributions to MediaWiki and WMF
using developer access.

The upside to starting this way is if I screw something up due to inexperience,
it's only comments that don't break anything. I love starting small.

What do you think, Sumana?

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


[Bug 8178] Make table of contents for category pages: Subcategories, Pages, Media

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

Shikha Shree  changed:

   What|Removed |Added

 CC||shreeshikh...@gmail.com

--- Comment #9 from Shikha Shree  ---
I am new to FOSS and mediawiki how do I start on this bug and how do I
replicate the error on my local machine.

-- 
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 8178] Make table of contents for category pages: Subcategories, Pages, Media

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

--- Comment #10 from Andre Klapper  ---
Shikha: Do comment 7 and
https://www.mediawiki.org/w/index.php?title=Annoying_little_bugs&oldid=909298#Helpful_information_for_new_MediaWiki_coders
help?

-- 
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 8178] Make table of contents for category pages: Subcategories, Pages, Media

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

Lewis Cawte  changed:

   What|Removed |Added

   Keywords|easy|
 CC||lewisca...@googlemail.com

--- Comment #11 from Lewis Cawte  ---
Removing 'easy' keyword per discussion with Legoktm at Wikimania 2014 who
couldn't work out how this was easy to do because the sections of code that
work out if the category has members and the outputting of the page are in two
different classes?

I know some stuff about MW and I spent a large amount of a day trying to work
out how to do this bug without rewriting the entire of the Category page
system.

-- 
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 8178] Make table of contents for category pages: Subcategories, Pages, Media

2011-06-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8178

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #4 from Krinkle  2011-06-08 21:30:22 UTC ---
Note that the opener is referring to #filetoc not #toc.

In other words the horizontal grey bar on top of File-pages [1]. So the parser
isn't related as much.


[1] http://en.wikipedia.org/wiki/File:Example.jpg

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 8178] Make table of contents for category pages: Subcategories, Pages, Media

2010-06-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8178

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #3 from Derk-Jan Hartman  2010-06-22 01:59:00 
CEST ---
This would be very easy to do, if we do it just like with files. (has the
potential of having 2 tocs in that case, but having so much content in a
category page that the content toc is actually triggered is rather rare I
think.)

The question is, do we really want it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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