[Bug 22265] Allow references to be listed with letters

2012-05-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 Sumana Harihareswara changed: What|Removed |Added CC||suma...@panix.com --- Comment #

[Bug 22265] Allow references to be listed with letters

2012-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 bluehairedlaw...@gmail.com changed: What|Removed |Added Keywords||need-review, patch -- Con

[Bug 22265] Allow references to be listed with letters

2012-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #29 from bluehairedlaw...@gmail.com 2012-04-18 11:58:23 UTC --- Created attachment 10429 --> https://bugzilla.wikimedia.org/attachment.cgi?id=10429 Hard coded support for css list types A patch which would hard code support for lo

[Bug 22265] Allow references to be listed with letters

2012-04-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #28 from bluehairedlaw...@gmail.com 2012-04-03 20:10:27 UTC --- I see where you're coming from but I feel it's more likely to confuse than be of help. Another problem with not supporting a properly is on sites where the default foo

[Bug 22265] Allow references to be listed with letters

2012-04-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #27 from Gadget850 2012-04-03 07:40:43 UTC --- This is because http://en.wikipedia.org/wiki/MediaWiki:Cite_link_label_group-decimal is defined, allowing two separate decimal groups— the default and the explicit decimal. See http://e

[Bug 22265] Allow references to be listed with letters

2012-04-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #26 from bluehairedlaw...@gmail.com 2012-04-02 23:14:21 UTC --- The weirdness is that two entirely different footnotes are labelled as "[1]". There are six footnotes but only three numbers. -- Configure bugmail: https://bugzilla.wi

[Bug 22265] Allow references to be listed with letters

2012-04-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #25 from Allen Stambaugh 2012-04-02 17:41:12 UTC --- The following protocol relative URL may be of more use than the one provided by bluehairedlawyer. //en.wikipedia.org/w/index.php?title=Special%3APrefixIndex&prefix=Cite+link+lab

[Bug 22265] Allow references to be listed with letters

2012-04-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #24 from Gadget850 2012-04-02 17:40:00 UTC --- I don't see the weirdness, as your example uses the standard labels. > > * the current configuration allows for this weirdness: > > http://en.wikipedia.org/wiki/User:Blue-Haired_Lawy

[Bug 22265] Allow references to be listed with letters

2012-04-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 bluehairedlaw...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED C

[Bug 22265] Allow references to be listed with letters

2011-07-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 Erwin Dokter changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug 22265] Allow references to be listed with letters

2011-07-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #21 from Gadget850 2011-07-05 15:53:16 UTC --- Version r66749 of the Cite.php extension implements the ability to create styles for the cite link labels. See: http://en.wikipedia.org/wiki/Wikipedia:Manual_of_Style_%28footnotes%29#C

[Bug 22265] Allow references to be listed with letters

2011-03-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #20 from Platonides 2011-03-08 12:59:14 UTC --- > * The error message at [[MediaWiki:Cite error no link label group]] gets > classed as a reference, so you can't use a wikilink in the message to link to > a > help page It is a li

[Bug 22265] Allow references to be listed with letters

2011-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #19 from Erwin Dokter 2011-03-05 12:45:41 UTC --- The disadvantage of Allen's code is that you are stuck with a few predefined group names within cite_body.php, making any wiki-side HTML customization in Mediawiki:cite_reference_li

[Bug 22265] Allow references to be listed with letters

2011-03-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #18 from Allen Stambaugh 2011-03-05 08:07:08 UTC --- The first occurrence of $group in Cite_body.php is at line 169 in r83093. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving

[Bug 22265] Allow references to be listed with letters

2011-03-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #17 from Platonides 2011-03-04 23:51:10 UTC --- Allen, you are using an undefined variable $group. That code does nothing. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving thi

[Bug 22265] Allow references to be listed with letters

2011-03-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #16 from Gadget850 2011-03-03 20:02:14 UTC --- See [[Wikipedia:Manual of Style (footnotes)/Cite link labels]]. I documented the template and class changes needed to style the reference list. This works beautifully with {{reflist}} b

[Bug 22265] Allow references to be listed with letters

2011-03-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #15 from Allen Stambaugh 2011-03-03 19:18:27 UTC --- I think I have come up with the changes that are needed but [[MediaWiki:Common.css]] will still need to be edited. Cite_body.php function refKey( $key, $num = null ) { +

[Bug 22265] Allow references to be listed with letters

2011-03-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 Erwin Dokter changed: What|Removed |Added CC||er...@darcoury.nl --- Comment #14 from

[Bug 22265] Allow references to be listed with letters

2011-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #13 from Allen Stambaugh 2011-03-02 23:46:33 UTC --- A new variable, {{CITECLASS}}, along with other changes should fix the ordered list problem. My very limited PHP skills are not up to creating a new variable but the code below

[Bug 22265] Allow references to be listed with letters

2011-02-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 Gadget850 changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 22265] Allow references to be listed with letters

2010-05-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #11 from Gadget850 2010-05-25 14:06:21 UTC --- I have started documenting this at [[User:Gadget850/Footnotes – Cite link labels]]. Please edit or comment. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=emai

[Bug 22265] Allow references to be listed with letters

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #10 from Gadget850 2010-05-25 01:41:21 UTC --- This is implemented in r66749. Cite.php en.Wikipedia is r66620. So the second answer. [[http://en.wikipedia.org/wiki/Special:Version]] -- Configure bugmail: https://bugzilla.wikimedi

[Bug 22265] Allow references to be listed with letters

2010-05-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #9 from Andrew 2010-05-25 01:15:44 UTC --- (In reply to comment #5) > I *just* implemented it (will take a while to be live on wikipedia). Pardon my ignorance; by that, you mean it's been implemented on Wikipedia's code but will t

[Bug 22265] Allow references to be listed with letters

2010-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #8 from Gadget850 2010-05-23 21:02:24 UTC --- I can't think of any scheme that would require spaces in the backlink label. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 22265] Allow references to be listed with letters

2010-05-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #7 from Platonides 2010-05-22 21:02:10 UTC --- The letters are separated by spaces, new lines or tabs. This means that if you wanted link names with spaces (eg. 'twenty four', separating with a space), you can't. -- Configure bug

[Bug 22265] Allow references to be listed with letters

2010-05-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #6 from Gadget850 2010-05-22 20:12:57 UTC --- I see your example for Klingon :) I have seen some uses of {{ref}} with Greek letters and Roman numerals, so this makes it easy to add those styles. I see you detect when you run out of

[Bug 22265] Allow references to be listed with letters

2010-05-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #5 from Platonides 2010-05-22 15:43:13 UTC --- I *just* implemented it (will take a while to be live on wikipedia). It simply looks like [[MediaWiki:cite_references_link_many_format_backlink_labels]] The messages are "MediaWiki:ci

[Bug 22265] Allow references to be listed with letters

2010-05-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #4 from Gadget850 2010-05-22 15:34:54 UTC --- (In reply to comment #2) > Fixed in r66749. > > If you create MediaWiki:cite_link_label_group-footnote with "a b c d e f" any > will display with the appropiate item overriding the > d

[Bug 22265] Allow references to be listed with letters

2010-05-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 --- Comment #3 from Gadget850 2010-05-22 15:31:33 UTC --- I recall reading about this someplace, but did not realize that it had been implemented. Thanks. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- Yo

[Bug 22265] Allow references to be listed with letters

2010-05-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 Platonides changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 22265] Allow references to be listed with letters

2010-05-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22265 Gadget850 changed: What|Removed |Added CC||ed.pal...@gmail.com --- Comment #1 from Ga