[Bug 19986] Wikis waiting to be renamed (Tracking)

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

Niklas Laxström  changed:

   What|Removed |Added

   Keywords||i18n
 CC||niklas.laxst...@gmail.com

-- 
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 5711] Support MySQL >= 4.x boolean logic in search

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

--- Comment #11 from Chad H.  2011-09-01 06:36:11 UTC 
---
(In reply to comment #10)
> (In reply to comment #9)
> > Should be trivial to rebase this against HEAD.
> 
> SearchMySQL4 doesn't exist in HEAD anymore.

Yes, but I figured the same patch could rebase against SearchMySQL.

-- 
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 30673] Support locale-specific, or tailored, sorting (tracking)

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

--- Comment #4 from Philippe Verdy  2011-09-01 06:32:25 UTC 
---
@MZMcBride: no this is not specific to category (member) sorting, but more
general about how to implement and support tailorings. The other bugs concerns
the integration of UCA, with the base "root" CLDR version (which should be
evolved to use an alternate DUCET, in a separate bug, as defined now in the
current version of CLDR, because it is different, and will remain different in
some documented aspects).
The bug description is correct for me.

-- 
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 30673] Support locale-specific, or tailored, sorting (tracking)

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

MZMcBride  changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #3 from MZMcBride  2011-09-01 06:25:49 UTC ---
Sorting of what? If this is about category (member) sorting, the bug summary
should say so. If it's about another type of sorting, it should say that
instead.

-- 
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 29005] Unnecessary unicode Char code change

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

--- Comment #21 from Junaid  2011-09-01 06:24:14 UTC 
---
What about removing normalisation within this extension and using hacked fonts
that can show all characters for Malayalam?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30630] LTR direction for Math expression in RTL wikis

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

ebraminio  changed:

   What|Removed |Added

 CC||ebrami...@gmail.com

--- Comment #16 from ebraminio  2011-09-01 06:10:48 UTC ---
I wrote that little JS on fa.wikipedia, I tried some CSS tricks that I knew.
For example this:
p > img.tex:first-child:last-child {
display: block;
text-align: left;
}
But there is some some problem here:
0) I don't think this is cross-browser compatible.
1) "display: block" not working well (a wrapper needed) so in this situation
"text-align: left" has no effect I think.
2) This CSS can not find out there is some texts in that paragraph addition of
equation.
3) Two (and more) equations in a paragraph will reject by this.

-- 
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 30672] improve sorting on other pages than category pages (tracking)

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

Philippe Verdy  changed:

   What|Removed |Added

 CC||verd...@wanadoo.fr

--- Comment #1 from Philippe Verdy  2011-09-01 06:06:45 UTC 
---
This concerns the index pages, when searching page names by prefix. There are
also specific issues on the interpretation of these prefixes (due to the
possible presence of contractions or expansions, including in the DUCET, or in
the CLDR "root" locale).

-- 
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 30673] Support locale-specific, or tailored, sorting (tracking)

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

Philippe Verdy  changed:

   What|Removed |Added

 CC||verd...@wanadoo.fr

--- Comment #2 from Philippe Verdy  2011-09-01 06:02:54 UTC 
---
Not before supporting the CLDR version of the DUCET in the "root" locale,
because tailorings defined for each language are now defined on this new DUCET,
instead of the standard DUCET like before.

Unicode anyway has said that the default DUCET would later reintegrate some
changes made in the CLDR version, but NOT all of them (notably not the
pseudo-collation elements and a few other things, because legacy
impelmentations of UCA using the past DUCET would now be shocked by these
pseudo-elements, due to their syntax, or because they use some references to
codepoints assigned to non-characters, that have to be treated specially in the
UCA implementation).

Note that UCA remains an updatable specification, as well as LDML and the CLDR
data based on LDML (there's still an ongoing change in these specifications,
currently in public review, plus at least 4 pending changes that are being
discussed and may be added later).

-- 
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 30675] Use allkeys_CLDR.txt - the CLDR tailored DUCET instead of allkeys.txt

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

Philippe Verdy  changed:

   What|Removed |Added

 CC||verd...@wanadoo.fr

--- Comment #2 from Philippe Verdy  2011-09-01 05:55:04 UTC 
---
I also agree, simply because the most recent definition of CLDR no longer uses
the DUCET in its root locale, but defines now an alternate collation (initially
derived from the DUCET, but with many arrangements, notably in variable
collation elements that are now subgrouped more logically while preserving
their relative order within each subgroup, compared to the relative order they
had in the DUCET).

The CLDR still allows using the default DUCET, but the standard DUCET is now
considered a tailoring of the new CLDR root version.

The differences basically concerns non-letters, but there are a few other
arrangements (notably within letter-like symbols, currency symbols, and with
some format controls), that also facilitate the definition of language-specific
tailoring, including definitions to facilitate the relative reordering of
distinct scripts within a language that is written using multiple scripts.

The CLDR version of the DUCET is then much better, as it requires much less
maintenance work for each language-specific tailoring.

To make it work, the CLDR version of the DUCET used in the root locale, adds
pseudo collation elements, that are not defined based on standard characters,
but only as markers separating subgroups of collation elements, and for which
it also defines specific values for primary collation weights.

The CLDR version also defines new pseudo collation elements usable as
separators for sorting rows of data structured in separate fields, so that all
fields will first sort in parallel at primary level, before comparing all
fields to the next level (that's something you can't do simply by using a
stable sort starting by fields of lower importance up to the field with first
importance).

For MediaWiki itself, there's nothing to change if it uses ICU, on the server
side, except just upgrading it.

But if MediaWiki uses its own code, it may not be able to process the
pseudo-collation elements defined as markers between subgroups of collation
elements (notably between whitespaces, symbols, punctuations, in the variable
elements, and then starting the group of numbers, then the group of letters
split now by script with their own marker. As these markers are only needed to
define tailorings, as long as this specific code will not be able to
instantiate thes language-specific tailorings, these pseudo-markers may be
simply skipped (ignored). You can easily detect them because they are defined
using a specific syntax between [square brackets with a marker type followed by
a value], such as "[script Arab]", or remapped using code points mapped to
non-characters (so they are NOT encoded with Unicode, but displayed using an
escape syntax such as \u, in the parsable text formats used by the CLDR
data (this syntax is not visible in the new binary format now documented in the
UCA specification and more precisely in LDML specifications used by the CLDR)

-- 
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 30675] Use allkeys_CLDR.txt - the CLDR tailored DUCET instead of allkeys.txt

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

Santhosh Thottingal  changed:

   What|Removed |Added

 CC||santhosh.thottingal@gmail.c
   ||om

--- Comment #1 from Santhosh Thottingal  
2011-09-01 05:27:35 UTC ---
More info: Unicode defined Default Unicode Collation Element Table and asks
vendors/application developers to "tailor" it to meet the exact requirements.
See http://www.unicode.org/reports/tr10/tr10-23.html#Tailoring

One such tailoring is CLDR collation data and apparently it is more accurate
for many languages than DUCET.
In mediawiki, recently User:Simetrical added DUCET based collation data
generation. see
http://www.mediawiki.org/wiki/User:Simetrical/Collation But that code uses
DUCET and does not use CLDR tailored DUCET. see
maintenance/language/generateCollationData.php It uses
http://www.unicode.org/Public/UCA/latest/allkeys.txt

Unicode provides an alternate version of allkeys.txt named allkeys_CLDR.txt.
see
http://unicode.org/Public/UCA/6.0.0/CollationAuxiliary.html The variations
depend on the language. We will require a close look into this data set to see
the differences and whether it can make collation more accurate.

-- 
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 27911] Overhaul and standardize apple-touch-icons

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

MZMcBride  changed:

   What|Removed |Added

 CC||b...@mzmcbride.com,
   ||roan.katt...@gmail.com

--- Comment #4 from MZMcBride  2011-09-01 05:23:41 UTC ---
Adding Roan to the CC list. I noticed the foundationwiki issue today after
https was deployed there. I'm not sure if it's the reason that the page doesn't
have a pretty green lock icon in Google Chrome, but it's probably not helping.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 6045] Add extra spacing to preferences items to make them clearer to read

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

John Du Hart  changed:

   What|Removed |Added

   Keywords|patch   |
 Status|NEW |RESOLVED
 CC||j...@compwhizii.net
 Resolution||WORKSFORME

--- Comment #7 from John Du Hart  2011-09-01 04:32:25 UTC 
---
Also, closing as WFM since the new preferences system doesn't seem to have this
problem.

-- 
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 6045] Add extra spacing to preferences items to make them clearer to read

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #1815|0   |1
is obsolete||

--- Comment #6 from John Du Hart  2011-09-01 04:31:37 UTC 
---
Comment on attachment 1815
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=1815
Remove extra spacing on watchlist tab on Special:Preferences

Thanks for submitting a patch to MediaWiki. Unfortunately I'm going to have to
mark the patch as obsolete because it no longer merges into our current code.

-- 
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 6019] Allow HTML attributes for tags

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

John Du Hart  changed:

   What|Removed |Added

   Keywords||reviewed
 CC||j...@compwhizii.net

--- Comment #7 from John Du Hart  2011-09-01 04:00:09 UTC 
---
+reviewed

Current patch is obsolete and is unsafe.

-- 
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 5711] Support MySQL >= 4.x boolean logic in search

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

--- Comment #10 from John Du Hart  2011-09-01 03:58:42 UTC 
---
(In reply to comment #9)
> Should be trivial to rebase this against HEAD.

SearchMySQL4 doesn't exist in HEAD anymore.

-- 
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 5865] Warning on editing other user's userpage

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

John Du Hart  changed:

   What|Removed |Added

   Keywords|need-review |reviewed

-- 
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 5865] Warning on editing other user's userpage

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

John Du Hart  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||j...@compwhizii.net
 Resolution||FIXED

--- Comment #13 from John Du Hart  2011-09-01 03:57:14 UTC 
---
Fixed in r95930

-- 
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 5711] Support MySQL >= 4.x boolean logic in search

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

--- Comment #9 from Chad H.  2011-09-01 03:51:15 UTC 
---
Should be trivial to rebase this against HEAD.

-- 
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 5711] Support MySQL >= 4.x boolean logic in search

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

John Du Hart  changed:

   What|Removed |Added

   Keywords|need-review, patch  |
 CC||j...@compwhizii.net

-- 
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 5711] Support MySQL >= 4.x boolean logic in search

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #1606|0   |1
is obsolete||

--- Comment #8 from John Du Hart  2011-09-01 03:31:24 UTC 
---
Comment on attachment 1606
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=1606
Patch to enable MySQL fulltext Boolean logic search characters

Thanks for submitting a patch to MediaWiki. Unfortunately I'm going to have to
mark the patch as obsolete because it no longer merges into our current code.

-- 
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 5575] Emailing CheckUser results

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

John Du Hart  changed:

   What|Removed |Added

   Keywords|patch   |
 CC||j...@compwhizii.net

-- 
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 5575] Emailing CheckUser results

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #1530|0   |1
is obsolete||

--- Comment #8 from John Du Hart  2011-09-01 03:26:39 UTC 
---
Comment on attachment 1530
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=1530
Adds email functionality to CheckUser

Thanks for submitting a patch to MediaWiki. Unfortunately I'm going to have to
mark it as obsolete because it is not a valid diff (And probably wouldn't merge
anymore anyway). If you could provide a recent diff of this patch working we
would be glad to accept 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 5560] Feature request: Ajax autoloadable Recentchanges specialpage

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

John Du Hart  changed:

   What|Removed |Added

   Keywords|need-review |
 CC||j...@compwhizii.net

--- Comment #7 from John Du Hart  2011-09-01 03:22:24 UTC 
---
-need-review keyword, no patch is attached.

-- 
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 5495] Enotif checkboxes cleared upon save before address is confirmed

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

John Du Hart  changed:

   What|Removed |Added

   Keywords||testme

-- 
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 5495] Enotif checkboxes cleared upon save before address is confirmed

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

John Du Hart  changed:

   What|Removed |Added

   Keywords|patch, testme   |
 CC||j...@compwhizii.net

-- 
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 5495] Enotif checkboxes cleared upon save before address is confirmed

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #3303|0   |1
is obsolete||

--- Comment #12 from John Du Hart  2011-09-01 03:19:46 UTC 
---
Comment on attachment 3303
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=3303
Add hidden form inputs for checked+disabled checkboxes

Thanks for submitting a patch to MediaWiki. Unfortunately I'm going to have to
mark this patch as obsolete because it no longer merges into our current code.

-- 
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 5491] Colour-coding of items in page histories

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

John Du Hart  changed:

   What|Removed |Added

   Keywords|need-review, patch  |
 CC||j...@compwhizii.net

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 5491] Colour-coding of items in page histories

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #5560|0   |1
is obsolete||

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 5491] Colour-coding of items in page histories

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #5559|0   |1
is obsolete||

--- Comment #11 from John Du Hart  2011-09-01 03:15:32 UTC 
---
Comment on attachment 5559
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=5559
Second Revision of the Patch with no colors but borders used

Thanks for submitting a patch to MediaWiki. Unfortunately I'm going to have to
mark them as obsolete because they no longer merge into our current code.
However I would like to touch on two things about the patch:

1. MediaWiki has a strict guideline on how code should be formatted. Mainly,
single line if statements are highly discouraged as they aren't very readable.
http://www.mediawiki.org/wiki/Manual:Coding_conventions

2. The following code is worrying

 User::newFromId($revUserId)->getGroups()

Although it may not look like much it can possibly add a large amount of
Queries to the page. You're loading up a user object which requires a separate
database query for each revision. Ouch. If you were to re-implement this today
you should look at creating a JOIN in the query to get user groups


Thank you very much though for submitting this patch, any bit helps. =)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 29788] Sort Swedish letters ÅÄÖ correctly on Swedish Wikipedia

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

Bug 29788 depends on bug 164, which changed state.

Bug 164 Summary: Support collation by a certain locale (sorting order of 
characters)
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
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 6948] Natural number sorting in category listings

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

Bug 6948 depends on bug 164, which changed state.

Bug 164 Summary: Support collation by a certain locale (sorting order of 
characters)
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
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 3969] Unicode (UTF-8, utf8) compatibility (tracking)

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

Bug 3969 depends on bug 164, which changed state.

Bug 164 Summary: Support collation by a certain locale (sorting order of 
characters)
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
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 164] Support collation by a certain locale (sorting order of characters)

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #233 from Mark A. Hershberger  2011-09-01 
03:11:07 UTC ---
This bug has been split into 4 separate bus to track the different issues
raised:

bug 30672 -- improve sorting on other pages than category pages (tracking)
bug 30673 -- Support locale-specific, or tailored, sorting (tracking)
bug 30674 -- Support better client-side sorting (tracking)
bug 30675 -- Use allkeys_CLDR.txt - the CLDR tailored DUCET instead of
allkeys.txt

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 2007] Tracking bug (tracking)

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on||30675

-- 
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 30675] New: Use allkeys_CLDR.txt - the CLDR tailored DUCET instead of allkeys.txt

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

   Web browser: ---
 Bug #: 30675
   Summary: Use allkeys_CLDR.txt - the CLDR tailored DUCET instead
of allkeys.txt
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
Blocks: 2007
Classification: Unclassified


Split off from bug 164. We should use allkeys_CLDR.txt instead of allkeys.txt
in (I think) maintenance/language/generateCollationData.php

-- 
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 19992] Support client-side date/time formatting for user's local timezone (JavaScript)

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on||30674

-- 
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 2007] Tracking bug (tracking)

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on||30674

-- 
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 30674] New: Support better client-side sorting (tracking)

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

   Web browser: ---
 Bug #: 30674
   Summary: Support better client-side sorting (tracking)
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
Blocks: 2007, 19992
Classification: Unclassified


Split off from bug 164, this is a tracking bug for areas that need improved
client-side sorting.

-- 
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 30673] Support locale-specific, or tailored, sorting (tracking)

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

--- Comment #1 from Mark A. Hershberger  2011-09-01 
02:54:50 UTC ---
probably need this before we can start introducing locale-specific sorting in
various other places.

-- 
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 30672] improve sorting on other pages than category pages (tracking)

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on||30673

-- 
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 30673] New: Support locale-specific, or tailored, sorting (tracking)

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

   Web browser: ---
 Bug #: 30673
   Summary: Support locale-specific, or tailored, sorting
(tracking)
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
Blocks: 2007, 30672
Classification: Unclassified


Split off from bug 164, this is a tracking bug for adding a core locale-sorting
functionality.

-- 
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 2007] Tracking bug (tracking)

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on||30673

-- 
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 5445] Remove autoblocks when a user is unblocked

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

John Du Hart  changed:

   What|Removed |Added

   Keywords|need-review, patch  |
 CC||j...@compwhizii.net

-- 
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 5445] Remove autoblocks when a user is unblocked

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #5036|0   |1
is obsolete||

--- Comment #7 from John Du Hart  2011-09-01 02:51:43 UTC 
---
Comment on attachment 5036
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=5036
Patch

Marking this patch as obsolete. Unfortunately (Or fortunately, depending on
your viewpoint =) ) the Block class has been refactored and no longer allows
arbitrary setting of properties.

-- 
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 2007] Tracking bug (tracking)

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Depends on||30672

-- 
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 30672] New: improve sorting on other pages than category pages (tracking)

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

   Web browser: ---
 Bug #: 30672
   Summary: improve sorting on other pages than category pages
(tracking)
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
Blocks: 2007
Classification: Unclassified


Split off from bug 164, this is a tracking bug for pages that need improved
sorting.

-- 
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 30650] Remove jQuery from mobile site

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

--- Comment #8 from Krinkle  2011-09-01 02:20:38 UTC ---
Another question I couldn't quite find an answer to right away:

Does MobileFrontend disable any and all other potential JavaScript on the page
?
(ie. it gets the page content itself and generates the page and the javascript
inclusion).

If so, verify that none of the following is loaded:
* MediaWiki core resources and other modules loaded through ResourceLoader
* Gadgets, site scripts (Common.js), user scripts (User:Foo/vector.js)
* Extensions that might inject javascript though addScript and the like.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30650] Remove jQuery from mobile site

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

--- Comment #7 from Krinkle  2011-09-01 01:57:59 UTC ---
Before I continue review, what is the intended/required browser support of
MobileFrontend ?

I see a few problems in the JavaScript that aren't problems in the "perfect
browser", but are in IE, Opera or old verisons of Firefox.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30648] Automatic pass-through of existing named parameters to nested templates

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

Daniel Friesen  changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com

--- Comment #4 from Daniel Friesen  
2011-09-01 01:28:57 UTC ---
I actually had some really nice code for a parserfunction that could make a
template call and passthru arguments, never finished the ext but I should still
have the code.

-- 
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 30648] Automatic pass-through of existing named parameters to nested templates

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

--- Comment #3 from Gustronico  2011-09-01 01:22:19 UTC 
---
I've seriously meditated about that. A very simple solution to achieve backward
compatibility may be a magic word __PASSPARAMETERS__ to be included in
templates once they've been checked for this behavior. Thus, the suggested
enhancement will only be activated in templates containing that magic word.

Templates and subroutines complexity could be significantly simplified, and
expansion depth reduced, by means of this method. Furthermore, I think users
can adapt themselves easily to this intuitive behavior, that will conduce to
more clean template structures.

-- 
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 30671] CentralAuth should globally autologin user on account creation

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

--- Comment #1 from Erik Moeller  2011-09-01 01:08:27 UTC 
---
s/non-WMF projects/WMF projects with another domain name/

-- 
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 30671] New: CentralAuth should globally autologin user on account creation

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

   Web browser: ---
 Bug #: 30671
   Summary: CentralAuth should globally autologin user on account
creation
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CentralAuth
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: e...@wikimedia.org
CC: agarr...@wikimedia.org, vasi...@gmail.com
Classification: Unclassified


Currently, when you first create an account, you don't get logged into non-WMF
projects. You have to log out and log back in again to be logged in globally.

This is very non-intuitive behavior. One of the consequences is that, when a
user first signs up and tries to upload a file, they hit a "You have to log in"
warning on Commons -- even though they already have an account.

The user should be logged in globally immediately, i.e. the onUserLoginComplete
hook probably should be run on successful account creation.

-- 
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 30650] Remove jQuery from mobile site

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30647] Wrong email confirmation link from secure server

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 30668] Show "what links here" on page deletion

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 30667] PDF export extension problem with and

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

--- Comment #2 from Mark A. Hershberger  2011-09-01 
00:16:29 UTC ---
The test page does snow pdf export not respecting 

-- 
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 30670] New: The mouse-over text for Rate this page star rating overlaps with "optional" text below it

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

   Web browser: ---
 Bug #: 30670
   Summary: The mouse-over text for Rate this page star rating
overlaps with "optional" text below it
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: vinodvyas.1...@gmail.com
Classification: Unclassified


Created attachment 9001
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9001
The word 'Gaps' & 'optional' overlap

Browser:
Not Browser Specific

Steps:
1.Go to bottom of any article page
2.In the 'Rate This Page' section, bring your mouse to the 3rd star of
'complete section.

Expected Result:
It shows text 'Contains key information, but with gaps'
This text should be completely visible.

Actual Result:
The text 'Contains key information, but with gaps' is shown. However, the word
'gaps' overlaps with the word 'optional' in the line 'I am highly knowledgeable
about this topic (optional)' written below it.

This makes the word gaps unreadable

Note: Pls check the attacment

-- 
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 30666] Show subpages on page deletion

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org
   Severity|normal  |enhancement

-- 
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 30665] Wikitext parser should allow whitespace between brackets

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org
   Severity|normal  |enhancement

-- 
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 30664] Remove link to uploads on contribution pages of IPs

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org
   Severity|normal  |enhancement

-- 
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 30656] Make it possible to run/add QUnit tests for extensions

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 30655] The exact name of "user" namespace in ka.wiki

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 30645] No history for upload campaigns

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 30644] UploadWizard campaigns are deleted on GET

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30643] UploadWizard doesn't allow to upload deleted files

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 30402] The header of collapsible elements is jumping left when expanded

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

Rex Schneider  changed:

   What|Removed |Added

 CC||r...@blueyonder.co.uk

--- Comment #5 from Rex Schneider  2011-08-31 23:55:27 
UTC ---
Whatever method is used to resolve this issue, the width needs to be specified
in em, since absolute units will cause further problems when the browser window
is zoomed.

-- 
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 4684] Wiki should have a "stability" indication/graph feature

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

John Du Hart  changed:

   What|Removed |Added

 CC||j...@compwhizii.net
  Component|Parser  |Extensions requests
Version|unspecified |any
Product|MediaWiki   |MediaWiki extensions

--- Comment #6 from John Du Hart  2011-08-31 23:51:42 UTC 
---
This should really be implemented as an extension, not in core. Moved to
requests.

-- 
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 30640] EXIF orientation tag use broken in 1.18 - skewed display

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest

-- 
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 30644] UploadWizard campaigns are deleted on GET

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

--- Comment #8 from Jeroen De Dauw  2011-08-31 
23:50:17 UTC ---
> If you are using AJAX you pass the parameters in the body of the
request.

These can still be obtained by third party when not using SSL or other
encryption right?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 4553] Indicate whether edits have already been seen on the watchlist and recent changes

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

Krinkle  changed:

   What|Removed |Added

Summary|Green U marker for updated  |Indicate whether edits have
   |pages on watchlist and  |already been seen on the
   |recent changes  |watchlist and recent
   ||changes

-- 
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 24920] Stored concept query text contains entity escapes, not re-parsed properly

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

John McClure  changed:

   What|Removed |Added

 CC||jmccl...@hypergrove.com

--- Comment #3 from John McClure  2011-08-31 23:46:53 
UTC ---
This may be related
Concept page contains:
{{#concept:[[Type:+]] [[Type::Type:Namespace]] [[Class::Category:^what]]}}
Concept page displays:
[[Type:+]] [[Type::Type:Namespace]] [[Class:::Category:^what]]
Notice there are 3 colons in the third predicate.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30630] LTR direction for Math expression in RTL wikis

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

--- Comment #15 from Brion Vibber  2011-08-31 23:42:59 UTC 
---
The trick I think is that we need to make the _parent block_ LTR if all it
contains is one (just one? what about one or more?) LTR math elements.

The JS on fa.wikipedia does this by checking all math bits (img.tex etc) to see
if they have a  or  parent that doesn't seem to have other stuff in it,
and then adjusting directionality there. This may be doable through CSS instead
(cleaner, doesn't require postprocessing) but ... I think it would require
additional stuff we don't have.


This may really be a more hairy problem, akin to detecting that only LTR text
is present in some paragraph and declaring it to be LTR-primary instead of
RTL-primary. Urk!

-- 
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 30420] Add id="" tags to rows in developer list web page

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

p858snake  changed:

   What|Removed |Added

   Keywords|need-review |reviewed

--- Comment #5 from p858snake  2011-08-31 23:40:14 UTC ---
s/need-review/reviewed/

patch committed and was already livehacked.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 4553] Green U marker for updated pages on watchlist and recent changes

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

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #22 from Krinkle  2011-08-31 23:39:49 UTC ---
Note from the future (from the bug's creation perspective):

On the history-page of a page we can, anno 2011, see which edits were made
after the user last looked at it. This is a feature existing atleast since
MediaWiki 1.16.

Seems related to this bug, just saying :)

-- 
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 4553] Green U marker for updated pages on watchlist and recent changes

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #1292|0   |1
is obsolete||
   Attachment #1291|0   |1
is obsolete||

-- 
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 4553] Green U marker for updated pages on watchlist and recent changes

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #1292|0   |1
is obsolete||

-- 
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 4553] Green U marker for updated pages on watchlist and recent changes

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #1294|0   |1
is obsolete||

-- 
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 4553] Green U marker for updated pages on watchlist and recent changes

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #1299|0   |1
is obsolete||

-- 
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 16751] Support multiple file uploads via Special:Upload (backend/infrastructure)

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

--- Comment #11 from Erik Moeller  2011-08-31 23:31:53 UTC 
---
To the extent that we want to make uploading friendlier in general, I do think
putting that effort toward generalizing UW is a better use of time than making
Special:Upload or its various incarnations gradually acquire UW-like
capabilities. So even if that's not something we (WMF) want to push actively
right now, perhaps we should open a 'Generalize UploadWizard to work outside
Commons' tracking bug.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30644] UploadWizard campaigns are deleted on GET

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

--- Comment #7 from Platonides  2011-08-31 23:30:06 UTC 
---
> > Good. It wasn't there yesterday :)
> 
> The dialogue has been there since I created the deletion link.

No. It didn't prevent me from removing a campaign yesterday when I followed it
(naively expecting to see a confirmation form). 

> But what to do for edit actions, ie for a API module that
> allows modifying one or more settings of an upload campaign (if there was such
> a module)?

Not using GET? If you are using AJAX you pass the parameters in the body of the
request.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 4488] Watch rollbacks

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

John Du Hart  changed:

   What|Removed |Added

   Keywords|need-review |reviewed
 CC||j...@compwhizii.net

--- Comment #10 from John Du Hart  2011-08-31 23:29:30 UTC 
---
Thank for submitting a patch to MediaWiki. I've reviewed the patch, and I don't
think moving watch functions into the Title class is the best move here. It
would be preferred to update the value of $mWatched from the User class.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 4421] Image file extension should not be part of the name

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

John Du Hart  changed:

   What|Removed |Added

 CC||j...@compwhizii.net

--- Comment #78 from John Du Hart  2011-08-31 23:22:02 UTC 
---
(In reply to comment #77)
> Okay, you know what, I've had enough of this nonsense. Will someone with more
> knowledge of Bugzilla split my proposal, (Comment 71), off from this?
> 
> There are two proposals on this page. One is to remove filetype extensions
> entirely, and has gotten a whole lot of shrieks of horror over the past five
> years. The other is my proposal, which really shouldn't have been placed here.
> I did what I was told to, but my proposal is entirely different from the one
> made in 2006.

Why don't you do it yourself (In fact, there's probably already a bug submitted
for that. Search for 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 4381] Magic quotes cleaning is not comprehensive, key strings not unescaped

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

John Du Hart  changed:

   What|Removed |Added

   Keywords||reviewed
 Status|ASSIGNED|RESOLVED
 CC||j...@compwhizii.net
 Resolution||FIXED

--- Comment #9 from John Du Hart  2011-08-31 23:17:08 UTC 
---
Fixed in r95921

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30645] No history for upload campaigns

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

--- Comment #3 from Jeroen De Dauw  2011-08-31 
23:15:38 UTC ---
I wouldn't mind implementing this, but don't think I can just go do that unless
my "boss person" asks for 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 30669] [[:+]] returns garbage

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

--- Comment #1 from Jeroen De Dauw  2011-08-31 
23:13:14 UTC ---
Can you elaborate on how "it's not working"? I'm getting results...

http://semantic-mediawiki.org/w/index.php?title=Special:Ask&offset=0&limit=500&q=[[%3A%2B]]&p=format%3Dbroadtable%2Fheaders%3Dshow%2Flink%3Dall&eq=yes

-- 
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 30644] UploadWizard campaigns are deleted on GET

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

--- Comment #6 from Jeroen De Dauw  2011-08-31 
23:11:03 UTC ---
> Good. It wasn't there yesterday :)

The dialogue has been there since I created the deletion link.

> It would be the "right" solution (semantic reasons, no javascript
dependency...). 

This makes me wonder what do do for an interface similar to what we have now,
but where deletions are made via HTTP request to the API, after getting a
dialogue (which also allows entering data such as deletion reason). I think
such an approach is more user friendly then having a separate page.

> In this case I would pass $campaign->campaign_name. There's not much to put 
> there in this case, although it has the weakness that if someone recreated 
> the campaign, the old token would still be able to delete it.

Right, since this is just deleting, we're getting of rather easily. Just adding
a campaign constant, the campaign name, and the campaign id should yield
something unique. But what to do for edit actions, ie for a API module that
allows modifying one or more settings of an upload campaign (if there was such
a module)?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30653] Enable Matroska and WebM containers on Wikimedia sites

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

--- Comment #2 from Marcin Cieślak  2011-08-31 
23:07:09 UTC ---
TimedMediaHandler is a cool thing, what I was thinking about is just
possibility to upload .mkv files as plain binary files, to facilitate editing
by those who download it from Commons. 

Sure, having them streamed and subtitled would be a cool thing, but that comes
next. I also understand that we without the media handler we can't meaningfully
[[File:...]] them into a wiki.

-- 
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 30669] New: [[:+]] returns garbage

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

   Web browser: ---
 Bug #: 30669
   Summary: [[:+]] returns garbage
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jmccl...@hypergrove.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified


[[:+]] doesn't seem to be working as a query. I tried it semantic-mediawiki.org
(via Semantic Search) and the same problem occurs there. In help:Selecting
pages, it states: "Since the main namespace usually has no prefix, write [[:+]]
to select only pages in the main namespace."

MediaWiki 1.16.5
PHP 5.3.6 (apache2handler)
MySQL 5.5.13
Installed extensions
Semantic extensions
Semantic Forms (Version 2.0.8_4 [B116])Forms for adding and editing
semantic data Yaron Koren and others
Semantic Forms Inputs (Version 0.4.1_0 [B117])Additional input types for
Semantic Forms Stephan Gambke, Sanyam Goyal and Yaron Koren
Semantic MediaWiki (Version 1.5.6_0 [B17])

-- 
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 30644] UploadWizard campaigns are deleted on GET

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

--- Comment #5 from Platonides  2011-08-31 22:57:25 UTC 
---
> > what would happen if a sysop presses delete when he wanted to press edit?
> 
> There is a confirmation dialogue. That ofc won't work w/ JS disabled, but then
> you are sort of shooting yourself in the foot IMO.

Good. It wasn't there yesterday :)

> > I think that pressing delete should lead you to an intermediate page
> 
> An intermediate page would definitely make sense when there is something more
> happening then a simple delete (ie for providing a deletion reason as you
> suggest). 

It would be the "right" solution (semantic reasons, no javascript
dependency...). 


> > We always salt the tokens with the modified data in such cases so that once 
> > consumed they can't be reused.
> 
> Is there documentation on this? I'm not sure how to proceed. What data should 
> I
> use as salt?

Maybe not. I remember I had this same talk with someone in CR. There may be
more info there. You can have a look at how rollback or patrolling links are
made.
Just pass the dependent data as a parameter to $wgUser->editToken(). In this
case I would pass $campaign->campaign_name. There's not much to put there in
this case, although it has the weakness that if someone recreated the campaign,
the old token would still be able to delete it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30645] No history for upload campaigns

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

--- Comment #2 from Platonides  2011-08-31 22:49:59 UTC 
---
We usually keep a history of everything. Seems good to log at least campaign
creation and deletion. A log of everything would be cool, but it probably
breaks completely the beauty of the uw_campaign_conf.

-- 
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 30644] UploadWizard campaigns are deleted on GET

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

--- Comment #4 from Jeroen De Dauw  2011-08-31 
22:31:35 UTC ---
> what would happen if a sysop presses delete when he wanted to press edit?

There is a confirmation dialogue. That ofc won't work w/ JS disabled, but then
you are sort of shooting yourself in the foot IMO.

> I think that pressing delete should lead you to an intermediate page

An intermediate page would definitely make sense when there is something more
happening then a simple delete (ie for providing a deletion reason as you
suggest). 

> We always salt the tokens with the modified data in such cases so that once 
> consumed they can't be reused.

Is there documentation on this? I'm not sure how to proceed. What data should I
use as salt?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 4323] Send a diff in email on page changes in addition to URL

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

John Du Hart  changed:

   What|Removed |Added

   Keywords|need-review |reviewed
 CC||j...@compwhizii.net

--- Comment #12 from John Du Hart  2011-08-31 22:20:35 UTC 
---
Thank you for submitting patches for MediaWiki. I've looked over the patches
however I cannot commit them in their current state. I don't think that writing
to files and running them through diff is the best method for this. Instead
could you possibly use the Diff class? Also, take a look at our coding
conventions (especially in relation to spacing)

http://www.mediawiki.org/wiki/Manual:Coding_conventions

Thank you for your continued help!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30644] UploadWizard campaigns are deleted on GET

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

Platonides  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #3 from Platonides  2011-08-31 22:15:03 UTC 
---
Two problems with that revision:
- First, you are using the plain, unsalted edit token in the url. This
discloses the secret in eg. proxy logs. We always salt the tokens with the
modified data in such cases so that once consumed they can't be reused (but see
below).

- Second, it is still deleting on visiting the page. The main risk is fixed,
but what would happen if a sysop presses delete when he wanted to press edit?

I think that pressing delete should lead you to an intermediate page, where you
should press a button to actually delete the campaign (just as anonymous purge
or normal deletion). Linking with bug 30645, it could be a copy of the usual
deletion interface, logging a deletion comment and storing the last data in the
log.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 4323] Send a diff in email on page changes in addition to URL

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

John Du Hart  changed:

   What|Removed |Added

   Attachment #1495|0   |1
is obsolete||

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
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 30028] "Error parsing XML and HTML for RSS" - improve and harden Extension:RSS when parsing differently flavoured RSS feeds

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

T. Gries  changed:

   What|Removed |Added

   Priority|Normal  |High

--- Comment #9 from T. Gries  2011-08-31 21:38:54 UTC ---
set to high importance. Yes, it is.

-- 
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 30630] LTR direction for Math expression in RTL wikis

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

--- Comment #14 from Amir E. Aharoni  2011-08-31 
21:37:09 UTC ---
I checked a few printed Hebrew math textbooks. In Hebrew, the *directionality*
of the formula itself is LTR. If the formula is in a paragraph by itself, the
*alignment* (text-align) of the paragraph is usually 'center' or 'left', but it
is conceivable that it would be 'right'.

If the default text-align of a paragraph that consists of nothing but a formula
will be 'left', nobody in the Hebrew Wikipedia would complain.

It must, of course, be remembered that formulas can be inline.

-- 
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 30028] "Error parsing XML and HTML for RSS" - improve and harden Extension:RSS when parsing differently flavoured RSS feeds

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

--- Comment #8 from T. Gries  2011-08-31 21:36:40 UTC ---
changed title to include the subject matter of bug30658 .

-- 
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 30028] "Error parsing XML and HTML for RSS" - improve and harden Extension:RSS when parsing differently flavoured RSS feeds

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

T. Gries  changed:

   What|Removed |Added

Summary|"Error parsing XML for RSS" |"Error parsing XML and HTML
   |- improve and harden|for RSS" - improve and
   |Extension:RSS when parsing  |harden Extension:RSS when
   |differently flavoured RSS   |parsing differently
   |feeds   |flavoured RSS feeds

-- 
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 30028] "Error parsing XML for RSS" - improve and harden Extension:RSS when parsing differently flavoured RSS feeds

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

T. Gries  changed:

   What|Removed |Added

 CC||da...@daschmedia.de

--- Comment #7 from T. Gries  2011-08-31 21:34:56 UTC ---
*** Bug 30658 has been marked as a duplicate of this bug. ***

-- 
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 30658] Parse HTML RSS Feeds

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

T. Gries  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from T. Gries  2011-08-31 21:34:56 UTC ---
Don't be worry and thanks for reporting: your bug will be treated together with
the more general bug30028 .

*** This bug has been marked as a duplicate of bug 30028 ***

-- 
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


  1   2   3   >