[Bug 33460] WebFonts Select font portlet menu should only be shown if there are options to choose from

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33460

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Useless select font menu  |WebFonts Select font
   |on from WebFonts extension  |portlet menu should only be
   |when no alternatives are|shown if there are options
   |offered |to choose from

-- 
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 30185] Global account not appearing on Special:GlobalUsers

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30185

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
 Depends on|32442   |31638

--- Comment #9 from Krinkle krinklem...@gmail.com 2012-01-02 08:19:41 UTC ---
(updating blocker marked duplicate)

-- 
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 31638] Special:GlobalUsers pagination broken (incorrectly links to Special:ListUsers)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31638

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Blocks||30185

-- 
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 32442] Special:GlobalUsers redirects your search for no reason to Special:ListUsers

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32442

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Blocks|30185   |

-- 
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 33454] Timestamp in timel should mark its timezone

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33454

--- Comment #2 from Bawolff bawolff...@gmail.com 2012-01-02 08:21:31 UTC ---
hmm, whats a non-hacky way of fixing this. The obvious way is to pass some sort
of timezone offset as third parameter to sprintfDate, and then cut off the last
5 characters of gmdate( 'c', $unix ) and replace it with the time zone offset.
But that's icky... I guess should construct 'c' from its constituent parts...

If we do fix this we should consider adding a new formatting character to get
the timezone offset (+05:00) and timezone name (MST, ADT, etc). There's
probably certain circumstances where that would be useful


Furthermore, {{#timel:o-W}} produces 2012-52 (wrong)

There was a bug in the code where 'o' had the timezone adjusted twice (So it
was 18 hours ahead, instead of 9 hours - thus putting it in 2012 when it still
should of been in 2011). None of the other formatting characters had this
issue. This should be fixed as of r107806 (of course we won't see the issue
again until next new years)

-- 
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 32164] Importance label should be replaced with Priority and Severity

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32164

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #11 from Krinkle krinklem...@gmail.com 2012-01-02 08:33:41 UTC ---
As long as I can remember there is no field Importance.

We already have a Priority and Severity drop down menu. Those fields are shown
next to eachother in the form at the label Importance.

-- 
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 32164] Change Importance label to Priority and Severity

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32164

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Importance label should be  |Change Importance label
   |replaced with Priority and  |to Priority and Severity
   |Severity|

-- 
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 33465] New: mediawiki.Title.js should normalize titles the same way Title.php does

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33465

   Web browser: ---
 Bug #: 33465
   Summary: mediawiki.Title.js should normalize titles the same
way Title.php does
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Javascript
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
CC: krinklem...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified


Currently there are some differences between the normalizations in Title.js and
Title.php:

* Invalid characters:
   Title.js replaces [, ], and other invalid characters with _.
* Unicode control characters:
   Title.php removes some control characters, while Title.js leaves them in or
   replaces them with _.
* Whitespace normalization:
   Title.php normalizes a huge variety of whitespace (notably NBSP), while
   Title.js only treats _ the same as a blank.
* HTML entities:
   Title.php replaces HTML entities with the corresponding character.
* URL encoding:
   At some point %-encoded characters are resolved in PHP, at least they are
   possible in wikilinks.

mediawiki.Title.js should aim for consistency with the PHP version.

-- 
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 24430] Preferences ask number of columns for edit field

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24430

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Target Milestone|--- |1.19.0 release

-- 
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 33461] Translation edits show up on recent changes even if user has bot right

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33461

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2012-01-02 
10:07:08 UTC ---
As far as I can read my code it should just work. I'm copying all edit flags
except EDIT_NEW and EDIT_UPDATE as is to the translation page edits.

-- 
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 31921] Magic words REVISIONDAY, REVISIONMONTH and REVISIONYEAR broken in preview

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31921

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Keywords||code-update-regression

-- 
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 33461] Translation edits show up on recent changes even if user has bot right

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33461

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

  Component|Translate   |Page editing
Version|any |(wikimedia-deployment)
 AssignedTo|niklas.laxst...@gmail.com   |wikibugs-l@lists.wikimedia.
   ||org
Product|MediaWiki extensions|MediaWiki

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2012-01-02 
10:15:28 UTC ---
I see it now. The bot flag is set manually by EditPage.php. I don't want add
hacks like that into my code. Recategorizing to core 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 33461] Bot flag logic is in EditPage.php, leaving all other ways of doing edits without it

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33461

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com
Summary|Translation edits show up   |Bot flag logic is in
   |on recent changes even if   |EditPage.php, leaving all
   |user has bot right  |other ways of doing edits
   ||without 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 33461] Bot flag logic is in EditPage.php, leaving all other ways of doing edits without it

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33461

--- Comment #4 from Niklas Laxström niklas.laxst...@gmail.com 2012-01-02 
10:16:56 UTC ---
In fact I can't even fix it, since allmost all translation edits go through the
web API.

-- 
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 33461] Bot flag logic is in EditPage.php, leaving all other ways of doing edits without it

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33461

--- Comment #5 from Nemo_bis federicol...@tiscali.it 2012-01-02 10:17:06 UTC 
---
Example of what Niklas says: bot flag is not applied to translation unit edit
either, and everything works when not using translation dialogs, e.g. right now

-  b! 11:11 Terms of use/it‎‎ (2 changes | hist) . . (-6) . .
[FuzzyBot‎; Nemo bis‎]
  b  11:11 (cur | prev) . . (0) . . Nemo bis (talk | contribs | block)
(Created page with it) [rollback]
  b! 02:57 (cur | prev) . . (-6) . . FuzzyBot (talk | block) (Updating
to match new version of source page)
 N b  11:11 Translations:Terms of use/0-b/it‎ (diff | hist) . . (+2) . .
Nemo bis (talk | contribs | block) (Created page with 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 33466] New: Deletions performed by FuzzyBot not logged on the deletion log, only appears at RecentChanges

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33466

   Web browser: ---
 Bug #: 33466
   Summary: Deletions performed by FuzzyBot not logged on the
deletion log, only appears at RecentChanges
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: wmdf...@gmail.com
CC: s.mazel...@xs4all.nl
Classification: Unclassified


Hi.

The deletions performed by this special user part of the translation system are
not logged anywhere. They just appear on Special:RecentChanges. See:

(Deletion log); 09:03 . . FuzzyBot (talk | block)‎ deleted
User:Siebrand/Pagetranslation test/de (Part of translatable page
User:Siebrand/Pagetranslation test.)

Logs:

*
https://meta.wikimedia.org/w/index.php?title=Special:Log/deletetype=deletemonth=year=

*
https://meta.wikimedia.org/w/index.php?title=Special%3ALogtype=deleteuser=FuzzyBotpage=year=month=-1tagfilter=

Thanks.

-- 
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 33461] Bot flag logic is in EditPage.php, leaving all other ways of doing edits without it

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33461

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #6 from Bawolff bawolff...@gmail.com 2012-01-02 10:22:01 UTC ---
(In reply to comment #4)
 In fact I can't even fix it, since allmost all translation edits go through 
 the
 web API.

The web api supports the bot flag, but one has to explicitly specify it should
be used, even if you have the bot flag. On the bright side, specifying bot will
be quietly ignored if you don't have flag (So it could just always be
specified), (but bot being quietly ignored without error isn't exactly
documented, so probably shouldn't rely on 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 33466] Deletions performed by FuzzyBot not logged on the deletion log, only appears at RecentChanges

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33466

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2012-01-02 
10:39:23 UTC ---
That is weird. I don't do anything special in my deletion code.

Ah but I think I got it. The FuzzyBot account doesn't exist and my code doesn't
create it automatically. The old logging code (changed in 1.19) cannot handle
anonymous users.

-- 
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 33467] New: TeluguTransliteration not functional on Te Wiktionary

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33467

   Web browser: ---
 Bug #: 33467
   Summary: TeluguTransliteration not functional on Te Wiktionary
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: arjunar...@googlemail.com
Classification: Unclassified


Created attachment 9789
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9789
The script that works on  Telugu Wikipedia

Telugu Transliteration which works on Telugu  Wikipedia
(http://te.wikipedia.org file: MediaWiki:TeTranslit.js) is not working on 
Telugu Wiktionary. The TeTranslit.js file on Wiktionary seems to be older could
be the reason. The bureaucrat who set it up several years back is no longer
active. Please fix the same.  Discusion on moving to Narayam could take upto
three months, hence please fix this in the interim. The Wikipedia script 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 33461] Bot flag logic is in EditPage.php, leaving all other ways of doing edits without it

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33461

--- Comment #7 from Siebrand s.mazel...@xs4all.nl 2012-01-02 10:57:05 UTC ---
(In reply to comment #6)
 The web api supports the bot flag, but one has to explicitly specify it should
 be used, even if you have the bot flag. On the bright side, specifying bot 
 will
 be quietly ignored if you don't have flag (So it could just always be
 specified), (but bot being quietly ignored without error isn't exactly
 documented, so probably shouldn't rely on it)

 This sound very illogical to me: an API edit is not made by a bot unless the
client says so.

It should be: a client's edit is a bot edit if the editing user has a bit flag,
unless that client specifically indicates its edit should NOT be marked as a
bot edit. This should be consistent behaviour in all interfaces.

-- 
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 33461] Bot flag logic is in EditPage.php, leaving all other ways of doing edits without it

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33461

--- Comment #8 from Siebrand s.mazel...@xs4all.nl 2012-01-02 10:58:19 UTC ---
Bit flag = bot flag in comment 7 :/

-- 
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 33466] Deletions performed by FuzzyBot not logged on the deletion log, only appears at RecentChanges

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33466

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 33430] Create a book and Download as PDF don't wrap Chinese or Japanese lines

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33430

--- Comment #10 from Ziyuan Yao yaoziy...@gmail.com 2012-01-02 11:10:35 UTC 
---
It seems currently MediaWiki's Collection extension uses the ReportLab PDF
library to render PDF files
(http://www.mediawiki.org/wiki/Extension:PDF_Writer#Technical).

ReportLab is one of the PDF libraries listed in the above Wikipedia reference.

Maybe we should persuade ReportLab to fix this problem first.

-- 
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 33466] Deletions performed by FuzzyBot not logged on the deletion log, only appears at RecentChanges

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33466

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2012-01-02 
11:11:28 UTC ---
Fixed in trunk with r107816.

-- 
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 33430] Create a book and Download as PDF don't wrap Chinese or Japanese lines

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33430

--- Comment #11 from Ziyuan Yao yaoziy...@gmail.com 2012-01-02 11:19:32 UTC 
---
On ReportLab's Samples page
(http://www.reportlab.com/software/documentation/rml-samples/), there is a
test_031_japanese.pdf
(http://www.reportlab.com/examples/rml/test/test_031_japanese.pdf) which shows
that ReportLab can do Japanese text wrapping perfectly, while MediaWiki's
Download as PDF can't wrap a long Japanese line at all. Why is that? I'm also
asking this on ReportLab's mailing list
(http://two.pairlist.net/mailman/listinfo/reportlab-users).

-- 
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 30819] If category sortkey is dependant on page specific variables ({{NAMESPACE}}, {{PAGENAME}} etc), sortkey not re-parsed on page move

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30819

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Bawolff bawolff...@gmail.com 2012-01-02 11:46:53 UTC ---
Marking as dupe of bug 32946 (duping to higher bug since more relavent
discussion there).

Funny i didn't remember this bug existed given i was the one who filed it

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

-- 
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 32946] Moving a page doesn't update its category links if the category depends on page relative magic words.

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32946

--- Comment #13 from Bawolff bawolff...@gmail.com 2012-01-02 11:46:53 UTC ---
*** Bug 30819 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 33468] New: Email notifications for eswikibooks

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33468

   Web browser: ---
 Bug #: 33468
   Summary: Email notifications for eswikibooks
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: https://es.wikibooks.org/w/index.php?title=Wikilibros:
Caf%C3%A9oldid=178535#Habilitar_notificaciones_por_em
ail_de_p.C3.A1ginas_vigiladas
OS/Version: All
Status: NEW
  Keywords: shell, shellpolicy
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wmdf...@gmail.com
Classification: Unclassified


Please enable $wgEnotifWatchlist on eswikibooks. Notwithstanding we want it as
an opt-in system, so if possible please make the box unchecked by default at
Special:Preferences. Thank you.

-- 
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 33430] Create a book and Download as PDF don't wrap Chinese or Japanese lines

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33430

--- Comment #12 from Ziyuan Yao yaoziy...@gmail.com 2012-01-02 12:05:17 UTC 
---
Good news, everybody! The solution to this problem has been given by
ReportLab's personnel, as follows:

On 2 January 2012 11:33, Yao Ziyuan yaoziy...@gmail.com wrote:
 So now I'm confused. Is it MediaWiki's or ReportLab's fault for the
 line wrapping problem described in the above bug report
 (https://bugzilla.wikimedia.org/show_bug.cgi?id=33430)?


MediaWiki (actually PediaPress.de) decided to use our library a few years ago;
we did some work to improve inline images to support equations, but
they did not mention Asian line wrapping at the time and I did not know
about this limitation.

I guess they are simply not using our wordwrap=CJK option.  Our library
needs to be told this is Japanese/Chinese, use a different algorithm;
it does not auto-detect based on the encoding.

Also, until some time last year, we could not properly handle mixed text
in the same sentence.  We have improved this now.


- Andy

-- 
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 24619] Offer SVGs as being rendered in PNG on File pages

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24619

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #3 from Derk-Jan Hartman hart...@videolan.org 2012-01-02 12:36:49 
UTC ---
It was done for the Bitmap handler only, if I remember correctly. So that does
not include SVG, ogg and other  media.

-- 
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 33464] Add Developer or API link to footer of Wikimedia wikis

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33464

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org,
   ||suma...@panix.com
   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 33465] mediawiki.Title.js should normalize titles the same way Title.php does

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33465

Mark A. Hershberger m...@everybody.org 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 33467] TeluguTransliteration not functional on Te Wiktionary

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33467

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2012-01-02 
12:43:27 UTC ---
bumping to highest in case someone can get to this before I get home.

-- 
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 32946] Moving a page doesn't update its category links if the category depends on page relative magic words.

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32946

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #14 from Krinkle krinklem...@gmail.com 2012-01-02 12:43:55 UTC ---
(In reply to comment #8)
 Created attachment 9745 [details]
 Patch to add a refreshLinksJob when moving a page.

What about the rest of the page though ? Or is that already re-parsed when
moving the page ? Because info/notice/message templates often change depending
on in which namespace they are used.

-- 
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 33468] Email notifications for eswikibooks

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33468

Mark A. Hershberger m...@everybody.org 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 33469] New: Enable rollback function for editor group (in ka.wikipedia org)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33469

   Web browser: ---
 Bug #: 33469
   Summary: Enable rollback function for editor group (in
ka.wikipedia org)
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Extension setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: g.nat...@gmail.com
Classification: Unclassified


The consensus page -
http://ka.wikipedia.org/wiki/%E1%83%95%E1%83%98%E1%83%99%E1%83%98%E1%83%9E%E1%83%94%E1%83%93%E1%83%98%E1%83%90:%E1%83%99%E1%83%94%E1%83%9C%E1%83%AD%E1%83%98%E1%83%A1%E1%83%A7%E1%83%A0%E1%83%90/%E1%83%9D%E1%83%A0%E1%83%98_%E1%83%90%E1%83%AE%E1%83%90%E1%83%9A%E1%83%98_%E1%83%A1%E1%83%A2%E1%83%90%E1%83%A2%E1%83%A3%E1%83%A1%E1%83%98%E1%83%A1_%E1%83%A8%E1%83%94%E1%83%9B%E1%83%9D%E1%83%A6%E1%83%94%E1%83%91%E1%83%90

Thank you.

-- 
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 30437] change the default Hebrew font

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30437

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||wiki.to...@gmail.com

--- Comment #10 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-01-02 
13:01:17 UTC ---
Volker, can you please send me the rendering of the following web page on the
same computer on which you created the PDF files? Please indicate the browser
version and the operating system version. Thank you.

-- 
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 33377] Enable Article Feedback on Georgian Wikipedia (ka.wikipedia.org)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33377

--- Comment #2 from George g.nat...@gmail.com 2012-01-02 13:02:12 UTC ---
(In reply to comment #1)
 (In reply to comment #0)
  Hello, please enable the Article Feedback extension to Georgian Wikipedia.
  Thank you.
  P.S. Can you please help me with choosing category?
 
 A category name?
 
 Please also link to any local consensus for the enabling AF

Hello! A little problem has just emerged, so let's wait a little until this
request is approved.

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

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30655

George g.nat...@gmail.com changed:

   What|Removed |Added

 Status|NEW |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 33469] Enable rollback function for editor group (in ka.wikipedia org)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33469

George g.nat...@gmail.com 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 33469] Enable rollback function for editor group (in ka.wikipedia org)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33469

George g.nat...@gmail.com changed:

   What|Removed |Added

URL||ka.wikipedia.org
 CC||g.nat...@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 33470] New: create api for Special:Nuke

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33470

   Web browser: ---
 Bug #: 33470
   Summary: create api for Special:Nuke
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Nuke
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: duplicate...@googlemail.com
Blocks: 23855
Classification: Unclassified


A api for Special:Nuke is missing.

-- 
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 23855] Non Core API issues (tracking)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23855

duplicate...@googlemail.com changed:

   What|Removed |Added

 Depends on||33470

-- 
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 31917] Change the Disable Narayam preference to Enable Narayam

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31917

--- Comment #3 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-01-02 
13:27:23 UTC ---
Update script in r107830.

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

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30655

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2012-01-02 
13:32:01 UTC ---
Did you mark this bug resolved on purpose? I can't see anything that would have
fixed 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 33452] Renaming user causes conflicting usernames in deleted file histories

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33452

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #1 from duplicate...@googlemail.com 2012-01-02 13:50:54 UTC ---
This is already fixed (bug 27737) but the fix helps only by new renames.

You can use this bug as request to fix the database for that rename, see bug
29757.

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

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30655

--- Comment #4 from George g.nat...@gmail.com 2012-01-02 13:58:39 UTC ---
No idea - the fact is, the bug is resolved - see my userpage as an example - 
http://ka.wikipedia.org/wiki/%E1%83%9B%E1%83%9D%E1%83%9B%E1%83%AE%E1%83%9B%E1%83%90%E1%83%A0%E1%83%94%E1%83%91%E1%83%94%E1%83%9A%E1%83%98:Melberg

:)

-- 
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 33469] Enable rollback function for editor group (in ka.wikipedia org)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33469

George g.nat...@gmail.com changed:

   What|Removed |Added

   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 33471] New: $wgCookieSecure = 'detect' fails when $wgServer is protocol-relative

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33471

   Web browser: ---
 Bug #: 33471
   Summary: $wgCookieSecure = 'detect' fails when $wgServer is
protocol-relative
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: innocentkil...@gmail.com
Blocks: 20342
Classification: Unclassified


Snippet from Setup:

if ( $wgCookieSecure === 'detect' ) {
$wgCookieSecure = ( substr( $wgServer, 0, 6 ) === 'https:' );
}

Should probably use WebRequest::detectProtocol() 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 20342] Support for protocol-relative URLs (tracking)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20342

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 Depends on||33471

-- 
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 32219] Make $wgUseInstantCommons protocol relative

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32219

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #14 from Chad H. innocentkil...@gmail.com 2012-01-02 14:38:36 UTC 
---
Done properly in r107833.

-- 
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 20342] Support for protocol-relative URLs (tracking)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20342

Bug 20342 depends on bug 32219, which changed state.

Bug 32219 Summary: Make $wgUseInstantCommons protocol relative
https://bugzilla.wikimedia.org/show_bug.cgi?id=32219

   What|Old Value   |New Value

 Status|NEW |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 33472] New: Active WikiLove on si.wiki

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33472

   Web browser: ---
 Bug #: 33472
   Summary: Active WikiLove on si.wiki
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Installation
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pkavi...@gmail.com
CC: innocentkil...@gmail.com
Classification: Unclassified


Please active WikiLove on si.wiki
Or
Add this to si.wiki LocalSettings.php: 
require_once( $IP/extensions/WikiLove/WikiLove.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 33472] Active WikiLove on si.wiki

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33472

Pasindu Kavinda pkavi...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|major   |critical

-- 
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 33472] Active WikiLove on si.wiki

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33472

Danny B. dann...@email.cz changed:

   What|Removed |Added

   Keywords||shell
   Priority|High|Normal
  Component|Installation|Site requests
Product|MediaWiki   |Wikimedia
   Severity|critical|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 21382] Leading question marks in lists

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21382

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #10 from Krinkle krinklem...@gmail.com 2012-01-02 15:25:11 UTC ---
Where do the French need this for ? Perhaps it's no longer used.

-- 
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 33415] Headlines should have their id in the h-tag not in a span

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33415

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC|krinklem...@gmail.com   |
 AssignedTo|wikibugs-l@lists.wikimedia. |krinklem...@gmail.com
   |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 29455] Add support for a filter callback function in jQuery byteLimit plugin

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29455

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC|krinklem...@gmail.com   |
 Resolution||FIXED
   Target Milestone|--- |1.19.0 release

--- Comment #4 from Krinkle krinklem...@gmail.com 2012-01-02 15:31:24 UTC ---
Fixed in r94066.

-- 
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 29454] Enforce byteLimit on wpNewTitle on Special:Move

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29454

Bug 29454 depends on bug 29455, which changed state.

Bug 29455 Summary: Add support for a filter callback function in jQuery 
byteLimit plugin
https://bugzilla.wikimedia.org/show_bug.cgi?id=29455

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 33415] Headlines should have their id in the h-tag not in a span

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33415

Danny B. dann...@email.cz changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||dann...@email.cz
 Resolution||DUPLICATE

--- Comment #2 from Danny B. dann...@email.cz 2012-01-02 15:32:03 UTC ---


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

-- 
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 31932] The headline id should belong to h# tag and not to inner span

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31932

Danny B. dann...@email.cz changed:

   What|Removed |Added

 CC||subfa...@gmail.com

--- Comment #2 from Danny B. dann...@email.cz 2012-01-02 15:32:04 UTC ---
*** Bug 33415 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 29454] Enforce byteLimit on wpNewTitle on Special:Move

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29454

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
  Component|Javascript  |Special pages
 Depends on|29455   |

--- Comment #1 from Krinkle krinklem...@gmail.com 2012-01-02 15:34:12 UTC ---
Removing dependency on bug 29455. As mentioned in bug 29455 comment 3.

It's probably best to create a dropdown menu in front of the title input. That
way the title input can be limited to the maximum number of bytes for
page_title without going through strange hoops to substract the namespace in
different variations.

Then we'd still use JavaScript to enfoce the byteLimit (since HTML validation
only supports character limit).

-- 
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 29455] Add support for a filter callback function in jQuery byteLimit plugin

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29455

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Blocks|29454   |

-- 
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 32770] From field in notification email is confusing

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32770

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 CC||dz...@wikimedia.org

--- Comment #4 from Daniel Zahn dz...@wikimedia.org 2012-01-02 15:35:30 UTC 
---
Is this an ops request to just change the current config for all projects? If
yes, i see we are setting $wgPasswordSender = 'w...@wikimedia.org'; in
wmf-config/CommonSettings.php but i don't see $wgPasswordSenderName there. Is
that because it was already supposed to be a per-project setting? But if we
follow the suggestion we can just add it in CommonSettings.php

Besides that, is it also a Dev request to change the default settings in
Mediawiki releases?

-- 
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 21382] Leading question marks in lists

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21382

--- Comment #11 from Subfader subfa...@gmail.com 2012-01-02 15:37:25 UTC ---
I don't know. Some dev told me so on IRC some years ago when I started this bug
report.

-- 
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 31932] The headline id should belong to h# tag and not to inner span

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31932

Danny B. dann...@email.cz changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |krinklem...@gmail.com
   |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 31932] The headline id should belong to h# tag and not to inner span

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31932

--- Comment #3 from Subfader subfa...@gmail.com 2012-01-02 15:38:46 UTC ---
Not sure if this is proper HTML:

h2span class=editsection.../span span id=License
class=mw-headlineLicense/span/h2

Correct would be to add the id to the h2-tga instead:
h2 id=Licensespan class=editsection.../span span
class=mw-headlineLicense/span/h2

It becomes a problem when you use the CSS3 pseudo selector :target to style the
background:

*:target  { background-color:#fffddf !important }

http://i.imgur.com/I7uwr.png

-- 
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 30956] Make JS components of ResourceLoader framework independant

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30956

--- Comment #2 from Krinkle krinklem...@gmail.com 2012-01-02 15:39:28 UTC ---
Issues:
* Loader uses mw.log, mw.html, mw.messages, mw.config (skin, wgUserLanguage,
debug, wgResourceLoaderMaxQueryLength)

-- 
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 30956] Make JS components of ResourceLoader framework independant

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30956

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC|krinklem...@gmail.com   |
   Target Milestone|--- |Mysterious future

-- 
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 33305] Make mw.util.addCSS resistant to IE's @font-face bug with setting cssText before DOM insertion

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33305

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 33305] Make mw.util.addCSS resistant to IE's @font-face bug with setting cssText before DOM insertion

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33305

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Target Milestone|--- |1.19.0 release

-- 
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 28690] Vector dialog styling causes problems with links

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28690

--- Comment #20 from Krinkle krinklem...@gmail.com 2012-01-02 15:42:26 UTC ---
Reminder for after this bug is fixed:

(Citing bug 29615 comment #4)
 We overrode the black to blue in the WikiLove CSS. I'm going to go ahead and
 mark this as a duplicate, but we need to remember to remove the override after
 28690 is fixed.


(Citing to bug 29615 comment #5)
 Yes, I added a CSS line to at least make links blue, otherwise things looked
 really weird. But that's a crappy fix, obviously, the real solution is to fix
 bug 28690 by removing the link colour inside dialogs, and then fix stuff that
 gets broken by that. After that the CSS line making stuff blue can be removed
 from WikiLove.

-- 
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 33220] Provide a means to show gadgets on non-Gadget parts of Preferences

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33220

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
 Resolution||WONTFIX

--- Comment #2 from Krinkle krinklem...@gmail.com 2012-01-02 15:50:51 UTC ---
Marking WONTFIX per concerns raised by Rainer in comment #1.

Gadgets are created by the community. Although great things have been created
through that system, they are still not as safe or stable as native
functionality that has been through extensive cross-browser testing, code
review and security checks. And as such they should not be promoted mixed
without the ability to distinguish them.

The Gadgets extension already has the feature of categories, so one can have
a category Edit gadgets (instead of adding it to the native Editing tab.

If something created as a gadget turns out to be suited as something that would
belong in another tab and is stable enough to be as such, then I think the
proper procedure is to have it be part of core MediaWiki or an extension. - in
order words, request the feature in BugZilla and link to the gadget resources
as patch.

Gadgets are kind of a labs environment, once it's grown stable and useful
enough for general MediaWiki use (not just Wikimedia wikis), then they are
probably suited to become part of core.

For example, ajax watching has been in core for a while now. If I recall
correctly that once was a gadget.

-- 
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 26909] Implement 'dir' for query properties.

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26909

--- Comment #13 from Krinkle krinklem...@gmail.com 2012-01-02 15:59:30 UTC ---
Roan already committed r102947. Is this bug fixed ? Or is this new patch a
follow-up that fixes something ?

-- 
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 26909] Implement 'dir' for query properties.

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26909

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |roan.katt...@gmail.com
   |org |
   Target Milestone|--- |1.19.0 release

-- 
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 26909] Implement 'dir' for query properties.

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26909

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

-- 
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 18186] Disable Gadget wherever user css/js is disabled, or at least aim for consistency

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18186

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #16 from Krinkle krinklem...@gmail.com 2012-01-02 16:06:45 UTC ---
(In reply to comment #15)
 Can we have a separate preferences-only .js page that would be easier to
 track across projects? I used to have
 http://ru.wikipedia.org/wiki/MediaWiki:Preferences.js to do some useful stuff
 in preferences...

Use cases please, examples.

-- 
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 29757] Incomplete user renames (and other username discrepancies) (tracking)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29757

Fletcher Commons fetchco...@yahoo.com changed:

   What|Removed |Added

 CC||fetchco...@yahoo.com
 Depends on||33452

-- 
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 33452] Renaming user causes conflicting usernames in deleted file histories

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33452

Fletcher Commons fetchco...@yahoo.com changed:

   What|Removed |Added

 Blocks||29757

-- 
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 32404] namespaceDupes.php does not update pagelinks table

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32404

--- Comment #10 from Malafaya malaf...@clix.pt 2012-01-02 16:33:11 UTC ---
Please, check comment 23 on bug 31576. This may be a similar situation, of
older copies of MW still rendering pages.

-- 
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 33417] Upgrade Bugzilla to 4.0.3

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33417

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 CC||dz...@wikimedia.org
 AssignedTo|mhershber...@wikimedia.org  |dz...@wikimedia.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 33417] Upgrade Bugzilla to 4.0.3

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33417

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Daniel Zahn dz...@wikimedia.org 2012-01-02 16:40:52 UTC 
---
applied the 4.0.2 to 4.0.3 patch, updated symlink, re-ran checksetup.pl

(more details on RT ticket if needed)

* This is Bugzilla 4.0.3 on perl 5.10.1
..

You can now see the 4.0.3 version number in the Web UI. Done.

-- 
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 30343] Add a delay before welcoming a user and a global lock check

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30343

Quentinv57 quentin...@gmail.com changed:

   What|Removed |Added

   Priority|Low |High

-- 
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 33406] Install sitemap extension into bugzilla, and then update bugzilla robots.txt

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33406

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 CC||dz...@wikimedia.org
 AssignedTo|mhershber...@wikimedia.org  |dz...@wikimedia.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 33406] Install sitemap extension into bugzilla, and then update bugzilla robots.txt

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33406

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Daniel Zahn dz...@wikimedia.org 2012-01-02 17:06:04 UTC 
---
- created RT 2198 for that
- installed SiteMap extension as suggested per 
http://code.google.com/p/bugzilla-sitemap/
- this automatically changed robots.txt and i left it that way. it is now:

User-agent: *
Disallow: /*.cgi
Disallow: /*show_bug.cgi*ctype=*
Allow: /
Allow: /*index.cgi
Allow: /*show_bug.cgi
Allow: /*describecomponents.cgi
Allow: /*page.cgi

Sitemaps have already actively been submitted to Google, there was just a
failure with Yahoo.

Replacing ./robots.txt. (The old version will be saved as
./robots.txt.old. You can delete the old version if you do not need
its contents.)
Pinging search engines to let them know about our sitemap:
  Live: OK
Google: OK
   Ask: OK
Submitting https://bugzilla.wikimedia.org/page.cgi?id=sitemap/sitemap.xml to
Search::Sitemap::Pinger::Yahoo=HASH(0x7b6a970) failed: 403 Forbidden
 Yahoo: FAILED


But also note that it might take a while.

-- 
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 30343] Add a delay before welcoming a user and a global lock check

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30343

Quentinv57 quentin...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #4 from Quentinv57 quentin...@gmail.com 2012-01-02 17:36:03 UTC 
---
Closing the bug...

Please see
http://www.mediawiki.org/wiki/User_talk:Siebrand#NewUserMessage_10256

-- 
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 33473] New: Duplicate columns in table output from ask query

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33473

   Web browser: ---
 Bug #: 33473
   Summary: Duplicate columns in table output from ask query
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: vipul.wi...@gmail.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified


When I enter a query in an ask page for display on a separate page, the
displayed page has the first column appearing twice. When I look at the query
code as it was transmitted, the query code has an added line which was not
present from the ask page.

Wiki: http://groupprops.subwiki.org

MediaWiki version: 1.18

Semantic MediWiki version: 1.7

I've documented the error here:

http://groupprops.subwiki.org/wiki/Semantic_ask_check

-- 
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 33474] New: Not able to override inbuilt transliteration facility

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33474

   Web browser: ---
 Bug #: 33474
   Summary: Not able to override inbuilt transliteration facility
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: hemantbugzi...@gmail.com
Classification: Unclassified


On Sanskrit wiki, transliteration tool is made as mediawiki part. But that
javascript program is not always preferred by all, and one may like to use
his/her own transliteration tool. So when i am trying to use a local tool
(gadget) e.g. sa_rules.js, by choosing it from 'my preference' it should work.
But it is not effective at all, perhaps due to interference with the already
effective Input Method. Normally such transliteration tool becomes effective
with ctrl+M, and in case of one being default mediawiki tool and one set by 'my
preferences', perhaps the ctrl+M goes to mediawiki one, and 'my
preferences'-gadget remains ineffective. My concern here is, one should be able
to make their own gadget work, overriding the Mediawiki one, if he/she wants
so. Thanks. -user:Hemant_wikikosh (Admin on Sanskrit wikipedia)

-- 
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 33474] Not able to override inbuilt transliteration facility

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33474

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l,
   ||junu.pv+pub...@gmail.com,
   ||santhosh.thottingal@gmail.c
   ||om
  Component|Language setup  |Narayam
Version|unspecified |any
Product|Wikimedia   |MediaWiki extensions

-- 
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 33474] Not able to override inbuilt transliteration facility

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33474

--- Comment #1 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-01-02 
18:05:04 UTC ---
Could you please describe in what way sa_rules.js is better than the built-in
tool? It looks like their code is very similar.

-- 
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 33473] Duplicate columns in table output from ask query

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33473

Vipul Naik vipul.wi...@gmail.com changed:

   What|Removed |Added

   Severity|normal  |major

--- Comment #1 from Vipul Naik vipul.wi...@gmail.com 2012-01-02 18:08:14 UTC 
---
The bug also appears to be present at Semantic Web:

http://www.semanticweb.org

For instance, from the People page:

http://semanticweb.org/wiki/People

clicking Show more people takes us to this page:

http://semanticweb.org/wiki/Special:Ask/-5B-5BCategory:Person-5D-5D-20-5B-5B:%2B-7C-7CUser:%2B-5D-5D/-3F-23/-3FAffiliation/mainlabel%3D

where the first column is duplicated.

-- 
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 33368] Please enable WebFont on bypwiki

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33368

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2012-01-02 
18:13:24 UTC ---
Enabled.

-- 
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 16985] Special:Nuke shows always 1 edit

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16985

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #7 from Nemo_bis federicol...@tiscali.it 2012-01-02 18:21:29 UTC 
---
Bug still present in 1.18wmf1 r107379.

-- 
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 33475] New: Please upload 8 videos to Wikimedia Commons

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33475

   Web browser: ---
 Bug #: 33475
   Summary: Please upload 8 videos to Wikimedia Commons
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: roan.katt...@gmail.com
ReportedBy: odder.w...@gmail.com
CC: s...@reedyboy.net
Classification: Unclassified


[FYI: This is part of a bigger Please upload to Commons campaign which has
been already discussed with Roan on IRC.]
---

Please upload 8 videos of the 2011 Barack Obama's Weekly Addresses to
Wikimedia Commons. These, unlike those videos uploaded earlier, come in a full
HD and are therefore a very encyclopaedic addition to what we already have on
Commons.

* The tarball is available at:
http://tools.wikimedia.pl/~odder/devs/ObamaVideos.tar.gz. 
* Please use the following username: Odder.

Thank you!
-- Tomasz (odder)

-- 
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 33473] Duplicate columns in table output from ask query

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33473

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #2 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-01-02 
19:05:23 UTC ---
Looks like these queries are simply requesting the extra column.

This will get you the main column, but without the subject being linked: ?#-

If you only want this non-linked column, also add mianlabel=-

-- 
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 33463] i18n for special property (German)

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33463

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-01-02 
19:27:37 UTC ---
r107847

-- 
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 33473] Duplicate columns in table output from ask query

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33473

Vipul Naik vipul.wi...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #3 from Vipul Naik vipul.wi...@gmail.com 2012-01-02 19:37:39 UTC 
---
(In reply to comment #2)
 Looks like these queries are simply requesting the extra column.
 
 This will get you the main column, but without the subject being linked: ?#-
 
 If you only want this non-linked column, also add mianlabel=-

I don't understand this. Yes, the clicked-on queries are requesting the extra
column. But the original #ask query is not requesting the extra column. So it
seems that the code that's being used to convert the #ask query is buggy. The
code was working okay until Semantic MediaWiki version 1.5.6.

If this is not a bug but an intentional feature, I don't understand what the
purpose of that feature is. Why would a person want to see the same information
in two columns when clicking on a link, when the person hasn't explicitly
specified this?

The mainlabel=- doesn't work, it removes both the columns.

-- 
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 33475] Please upload 8 videos to Wikimedia Commons

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33475

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||FIXED

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2012-01-02 20:13:38 
UTC ---
Done.

-- 
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 33473] Duplicate columns in table output from ask query

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33473

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-01-02 
20:43:12 UTC ---
Oh, I was a bit to quick there :)

You are right, there was an issue with the link to special:ask created by
inline queries. Issue was introduced after 1.6.1.

Fix in r107850

Thanks for reporting :)

-- 
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 33475] Please upload 8 videos to Wikimedia Commons

2012-01-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33475

--- Comment #2 from Tomasz W. Kozłowski odder.w...@gmail.com 2012-01-02 
20:53:20 UTC ---
Thank you for a fast response, Roan -- it's appreciated!

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


  1   2   >