[Bug 33317] spurious changes

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

--- Comment #3 from Eli  2011-12-22 08:07:27 UTC ---
Sorry, my previous post contains too many typos. Please discard it. Following
is a corrected version.


In my attempt to edit the page, I  actually made two corrections:

13:39, 20 December 2011 
13:40, 20 December 2011


that were undone afterwards:

09:01, 22 December 2011‎ (Undid revision 466847261) 
09:02, 22 December 2011‎ (Undid revision 467150799)

Please see the link in the original bug report. 



I really expect that after undoing the change the page will return to its
original state. However, it did hot happen because the page was altered by
something/someone else and these changes did not appear on the "undo" list.


In the first edit (13:39, 20 December 2011) I removed one line ONLY: a
link to bronnikov-alrorithms.com. However, if you compare it to the previous
version (22:54, 5 December 2011‎ Holdendp) you will see that there were more
changes than this. These spurious changes remain even after I have undone my
corrections.


P.S.
After filling this bug report I attempted to edit the page again, so please
ignore the changes done after (09:02, 22 December 2011‎ Eli)

-- 
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 33318] New: Internal call to ApiParse changes caller page

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

   Web browser: ---
 Bug #: 33318
   Summary: Internal call to ApiParse changes caller page
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: vladimir.kostu...@gmail.com
CC: bryan.tongm...@gmail.com, roan.katt...@gmail.com,
s...@reedyboy.net, soxre...@gmail.com
Classification: Unclassified


I am using ApiMain class in my own MediaWiki extension. 

I want to parse content of  some wiki pages from my site and I use ApiMain like
following:

$innerRequest = new ApiMain(new FauxRequest(array(
  "action" => "parse",
  "pageid" => 223,
  "prop" => "wikitext",
  "format" => "php"
)));

$innerRequest->execute();
$data = $innerRequest->getResultData();

And if I activate my extension in any page like: {{#my_own_extension:}} caller
page will change content (header, category) to parsed paged. Its behavior very
strange. 

I've found following code in ApiParse.php (method getParsedSectionOrText):

323 $pout = $articleObj->getParserOutput();
324   if ( $getWikitext ) {
325 $rev = Revision::newFromTitle( $titleObj );
326 if ( $rev ) {
327   $this->text = $rev->getText();
328 }
329   }
330   return $pout;

See line 323: method getParserOutput() uses global $wgParser and it changes
content of caller page. 

It seems to me that It should use clone of global parser (or instance) - not
original. Content of caller page shouldn't change.

-- 
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 15472] Feed diff-content should be hidden for users without the "read" user right

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

--- Comment #8 from Dieudonné Dard  2011-12-22 08:42:08 UTC 
---
(In reply to comment #7)
> Not planning to solve this for 1.18

Any chance it can be solved with 1.19 ?

Or does any one know how to make
http://www.mediawiki.org/wiki/Extension:FeedsFromPrivateWikis compatible with
1.18 ?

-- 
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 33304] Inconsistencies with protected pages

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

Bergi  changed:

   What|Removed |Added

 CC||a.d.be...@web.de
Summary|Inconsitencies with |Inconsistencies with
   |protected pages |protected pages

--- Comment #1 from Bergi  2011-12-22 08:46:50 UTC ---
* There are also pages which are listed as protected by api's allpages (and
wich have protection properties in prop=info as also some matching log
entries), but which are a) editable and b) not listed on Special:Protected
Pages. Examples for that are
http://de.wikipedia.org/w/api.php?action=query&prop=info&inprop=protection&titles=Lansdowne%20Portrait|Schweizerische%20Käseunion|Bahnhof%20Eisenach|Eisenbahn%20in%20Thüringen
What is the difference in the database query between Special:Protected Pages
and api.php?action=query&list=allpages&apprtype=move|edit?

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

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 CC||has...@free.fr
   Target Milestone|--- |1.18.x release

--- Comment #2 from Antoine "hashar" Musso  2011-12-22 09:26:14 
UTC ---
That is a regression in MediaWiki 1.18!

Merged in REL1_18 by r107046

-- 
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 33296] $wgLanguageCode with underscore broken since 1.18

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

--- Comment #2 from Raimond Spekking  2011-12-22 
09:27:15 UTC ---
I have tested installation back to MediaWiki 1.12. "de-formal" was set by every
installation script. So I have no idea where something is documented
"de_formal". With exception of the message file itself: MessagesDe_formal.php

I got the error report by e-mail and I have asked the reporter now where he
found "de_formal".

-- 
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 33060] Exception thrown when passing a Media: title to Special:Whatlinkshere

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 CC||has...@free.fr
   Target Milestone|--- |1.18.x 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 32997] Disable Narayam editor menu by default for some languages with input method

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

Nemo_bis  changed:

   What|Removed |Added

   Keywords||design

--- Comment #10 from Nemo_bis  2011-12-22 09:52:51 UTC 
---
Adding design keyword so that designers can suggest a way an interface to do
what requested, if possible.

(In reply to comment #9)
> Unfortunately it changes my mouse-pointer into a hand-symbol in text-fields.
> That is really uncommon and not convenient when you try to select text. Ok,
> that's no big deal, I think.

Sounds like a separate enhancement request.

> [...] What we really need is something that let us control the manner we're
> activating extensions and gadgets. (Country, language, usergroup, ...) [...]

I don't think so and this is certainly not the place where to discuss it. Open
a discussion on wikitech-l to explain this concept and listen to replies.

-- 
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 33296] $wgLanguageCode with underscore broken since 1.18

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

Wolfram Langer  changed:

   What|Removed |Added

 CC||wolfram.lan...@gmx.net

--- Comment #3 from Wolfram Langer  2011-12-22 09:58:23 
UTC ---
As the one who reported the issue to Raimond Spekking, I am following up here
on Bugzilla.

> I got the error report by e-mail and I have asked the reporter now where he
> found "de_formal".
As stated under http://www.mediawiki.org/wiki/Manual:$wgLanguageCode, the
language code should refer to the Message(.*).php file.

"Site language code. Should be one of the ./languages/messages/Messages(.*).php
files."

Since the file name is MessageDe_formal.php, I thought to use "De_formal" -
which worked until MediaWiki 1.17.0.

There seems to be a confusion in the community about what "$wgLanguageCode"
should contain: during configuration of several MediaWiki sites, I found
searched the internet and found different recommendations, including
"De_formal". The latter sounded to me the most logical one since it resembles
exactly the part of the Message(.*).php file name.

I guess that this confusion is strengthened further by the following quote,
although, however, it clearly refers to the old MediaWiki 1.6.8:

http://www.mediawiki.org/wiki/Manual:$wgLanguageCode
"In 1.6.8: the string is case sensitive. The installer installs though small
(for example "de"). This results into only a partial use of the language file.
This is fixed if you use "De", which then uses the LanguageDe.php correctly."

For me, the issue seems not being a bug but rather a configuration issue which
could benefit from an improved documentation.

I recommend to add a clear statement to 
http://www.mediawiki.org/wiki/Manual:$wgLanguageCode
like the following:

"Site language code. In recent versions of MediaWiki, the language code is
always lower-case and can optionally contain a hyphen.
Valid examples are:
* en
* en-gb
* de
* de-formal
The language code instructs MediaWiki to referring to one of the
./languages/messages/Messages(.*).php files. Hence, the language code can be
inferred from the respective Messages(.*).php file 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 32214] [QUnit] Accessing ~krinkle/testswarm via https should load all scripts via https

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Antoine "hashar" Musso  2011-12-22 10:22:52 
UTC ---
We have migrated Krinkle testswarm installation to a fresh new install on a
Wikimedia Foundation server. I believe the issue you reported is now fixed.

You should be able to confirm that using:
https://integration.mediawiki.org/testswarm/

Please reopen this bug if this is still an issue with the new server.

-- 
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 17577] Images can't have far future expires

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

--- Comment #17 from Tim Starling  2011-12-22 10:24:33 
UTC ---
It doesn't make any difference to me whether or not the patch is updated.
There's not a significant amount of code review here, it's mostly about the
idea.

-- 
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 32645] update integration.mediawiki.org homepage when TestSwarm is deployed

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #4 from Antoine "hashar" Musso  2011-12-22 10:24:44 
UTC ---
Deployed live by Ariel.

-- 
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 30245] Use full localized name for Special:Log in IRC RC feed

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

--- Comment #16 from Tim Starling  2011-12-22 10:31:40 
UTC ---
The patch was applied in r97711 and I marked it OK, no updating is necessary.

-- 
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 29281] HTML tag list forbidden in uploads should be configurable

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

Tim Starling  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||tstarl...@wikimedia.org
 Resolution||WONTFIX

--- Comment #6 from Tim Starling  2011-12-22 10:41:51 
UTC ---
Marking WONTFIX, since there's no way the method requested can be secure. Some
other solution may be possible for these Mindmap files, but that should be
requested in another bug. Please do not update the patch.

-- 
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 30783] mw.config.get and mw.config.set should allow additional calling patterns

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

Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #10 from Tim Starling  2011-12-22 10:50:08 
UTC ---
(In reply to comment #9)
> darklama, per automated testing by Rusty Burchfield, your patch doesn't 
> cleanly
> apply to trunk, since there have been some code changes since September.  
> Could
> you update your change and then attach the fresh patch?

I think it would be better if we waited for an indication from Roan that the
patch is likely to be accepted before darklama goes to the trouble of updating
it. Roan's comments above imply that this is heading for a WONTFIX.

-- 
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 33296] $wgLanguageCode with underscore broken since 1.18

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

Niklas Laxström  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Niklas Laxström  2011-12-22 
11:29:10 UTC ---
Documentation updated. Please let me know if it is unclear.

-- 
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 33293] HTTPS -> en.planet.wikimedia.org — security warning

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

--- Comment #2 from billinghurst  2011-12-22 12:24:24 
UTC ---
Then someone from the technical department may wish to address ...

https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/2011-12-19/Technology_report

No more planetary problems on https: With the resolution of bug #32028,
visitors attempting to view certain Wikimedia blog "planets" will no longer be
redirected away from the main site when trying (manually or automatically) to
switch to the secure, https version of the site.

-- 
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 28718] Special:ProtectedPages addition options: sort by protection date

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

Bergi  changed:

   What|Removed |Added

 CC||a.d.be...@web.de

--- Comment #5 from Bergi  2011-12-22 12:39:48 UTC ---
I think this is a duplicate of bug 9361. I'll add the request for sorting
there, so this bug should either be closed or re-assigned to implement the same
feature in api (and made dependent of the other one).

-- 
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 9361] Add date and time of protection event to Special:Protectedpages

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

Bergi  changed:

   What|Removed |Added

 CC||a.d.be...@web.de

--- Comment #5 from Bergi  2011-12-22 12:44:16 UTC ---
As per bug 28718, the special page should also be sortable by the protection
date.
Sorting by expiration date imho also would be nice.

-- 
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 32128] Review of OnlineStatusBar extension

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

--- Comment #24 from Peter Bena  2011-12-22 13:32:04 UTC ---
is there any progress in review of the source?

-- 
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 33244] Cite module produces broken links on cs wiki

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

--- Comment #4 from Peter Bena  2011-12-22 13:43:30 UTC ---
There isn't problem with text, but with the url generated by mediawiki

-- 
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 33244] Cite module produces broken links on cs wiki

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

Peter Bena  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Peter Bena  2011-12-22 13:52:54 UTC ---
Solved.

-- 
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 33244] Cite module produces broken links on cs wiki

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

--- Comment #6 from Peter Bena  2011-12-22 13:53:37 UTC ---
The problem was actually in full url, when replaced to canonical it works,
thanks

-- 
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 33301] Bad SSL cert at integration.mediawiki.org

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Antoine "hashar" Musso  2011-12-22 14:35:50 
UTC ---
Change deployed.

-- 
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 33139] Swapping colors in new diff color scheme, per r105280

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #12 from Antoine "hashar" Musso  2011-12-22 
14:52:21 UTC ---
Green was dropped entirely with r106884. The diff colors are now yellow/blue.
Those provide a sane default to MediaWiki installation and any project can
override them locally if needed.

Please note the pre-wrap is applied by the 'diffchange' class. If it needs to
be moved somewhere else, can you please open a new bug with a new patches?
Thanks!  :-)

Marking this bug which is about color swapping, as resolved.

-- 
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 33319] New: Configure Babel extension category names for pt.wiktionary

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

   Web browser: ---
 Bug #: 33319
   Summary: Configure Babel extension category names for
pt.wiktionary
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: malaf...@clix.pt
Classification: Unclassified


Please allow use of categories by the Babel extension ($wgBabelCategoryNames)
on pt.wiktionary.

The category names should be as follows (Category: prefix ommited for
simplicity) for pt language code:

!Usuário pt-0
!Usuário pt-1
!Usuário pt-2
!Usuário pt-3
!Usuário pt-4
!Usuário pt-5
!Usuário pt-M

The parent category, in case it matters, should be:
!Usuário pt

The exclamation mark is part of the name. Mind that for the native speaker, the
level is M, not N.

Thanks.

-- 
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 33320] New: Configure Babel extension category names for vo.wiktionary

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

   Web browser: ---
 Bug #: 33320
   Summary: Configure Babel extension category names for
vo.wiktionary
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: malaf...@clix.pt
Classification: Unclassified


Please allow use of categories by the Babel extension ($wgBabelCategoryNames)
on vo.wiktionary.

The category names should be as follows (Category: prefix ommited for
simplicity) for vo language code:

Geban vo-0
Geban vo-1
Geban vo-2
Geban vo-3
Geban vo-4
Geban vo-5
Geban vo-N

The parent category, in case it matters, should be:
Geban vo

Thanks.

-- 
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 32942] Add a Help page / Bug report link to WebFonts

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

--- Comment #5 from Santhosh Thottingal  
2011-12-22 15:18:12 UTC ---
r107051 Added a help link to WebFonts menu(now available in translatwiki.net).
The documentation https://www.mediawiki.org/wiki/Help:Web_fonts is being
prepared now. The page will be translatable using Translate extension.

-- 
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 33321] New: Parser functions don't work anymore in MediaWiki:Sidebar

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

   Web browser: ---
 Bug #: 33321
   Summary: Parser functions don't work anymore in
MediaWiki:Sidebar
   Product: MediaWiki
   Version: 1.18
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Parser
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: toni...@softcatala.cat
Classification: Unclassified


Until 1.18, it was possible to use parser functions (let's say, #ifeq) for
showing certain links (or groups of links) in the sidebar depending on the
outcome of those functions.

This does not seem to work anymore.

I've seen that MediaWiki messages (let's say, MediaWiki:Mainpage-description)
can be changed with parser functions, but not within Sidebar.

Also when adding a parser function after:
* GROUP
** {{#ifeq:2|2|True math|False math}}

There is an exception:
Original exception: exception 'MWException' with message 'Non-string key given'
in /home/www/mediawiki-test/htdocs/w/includes/cache/MessageCache.php:598

Is this intentional or would this be a side-effect bug?
Does it have any relation with new qqx 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 33322] New: Redirect to clicked search suggestion is broken

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

   Web browser: ---
 Bug #: 33322
   Summary: Redirect to clicked search suggestion is broken
   Product: MediaWiki
   Version: 1.18.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Search
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mueller062001-...@yahoo.de
Classification: Unclassified


I did an update to MW 1.18 and now I have a problem with the search
suggestions: 
The suggestions appear and when I click one, the text is filled into the search
box.

However, the form is not submitted. So the according page is not loaded
anymore. This worked correctly in MW 1.17.

I can reproduce this bug with several skins: With Vector and with MonoBook and
with a custom skin, which is based in Vector.

I have tested the following browser:
The issue is present in FF8 and FF9.
It is not present in IE8, Opera and Chrome.

-- 
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 33322] Submitting a clicked search suggestion is broken

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

Joerg  changed:

   What|Removed |Added

Summary|Redirect to clicked search  |Submitting a clicked search
   |suggestion is broken|suggestion is broken

-- 
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 32830] Undoing reset doesn't work

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

--- Comment #5 from Robin Pepermans (SPQRobin)  
2011-12-22 15:38:26 UTC ---
(In reply to comment #4)
> We expect users to refresh the page if they want to view the page again with 
> the webfonts.

I don't agree on that.. It makes much more sense to be able to unselect it. I
would make it a checkbox when there is only the reset option.

Please reconsider 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 12262] Indents and lists don't align

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

Robin Pepermans (SPQRobin)  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #13 from Robin Pepermans (SPQRobin)  
2011-12-22 15:49:53 UTC ---
Updated shared.css in r107073, but only because the files should have the same
ul margin, and not directly because I agree with the change :-)

-- 
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 17577] Images can't have far future expires

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

--- Comment #18 from Sergey Chernyshev  2011-12-22 
15:52:50 UTC ---
Glad you guys are on it - I don't think I can dig into the guts of MW again to
get it working right, but Tim is correct, it's not much code, just simple
stuff.

Still, if you can use real or pseudo-folders for file names, that would be even
better (query strings might not be as good in terms of caches like your Squids
and external caches too).

BTW, old way and new way can co-exists if there are worries about some
instances not being able to support remote repos - all you need to do is set up
infinite expires only on versioned URLs and keep regular URLs intact.

-- 
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 26997] CJKFilter wrongly tokenize a CJK and non-CJK mixed string.

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

Sumana Harihareswara  changed:

   What|Removed |Added

 CC||orenboch...@gmail.com

--- Comment #4 from Sumana Harihareswara  2011-12-22 
16:05:40 UTC ---
Jun, I'm asking Oren Bochman to take a look at your patch.  You might also be
interested in working with him more generally to improve our Lucene search
extension.

-- 
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 17325] Lucene wiki server (lsearch) does not run on Windows

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

Sumana Harihareswara  changed:

   What|Removed |Added

   Keywords||need-review
 CC||orenboch...@gmail.com,
   ||suma...@panix.com

--- Comment #11 from Sumana Harihareswara  2011-12-22 
16:10:40 UTC ---
cc'ing Oren Bochman so he can possibly review this patch.

-- 
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 33139] Swapping colors in new diff color scheme, per r105280

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

Erwin Dokter  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #13 from Erwin Dokter  2011-12-22 16:38:56 UTC 
---
Please do not unilaterally close bugs that are not resloved. Barndon's patch
clearly has issues as outlined in r106884. And why should I file different
patches while issues can be fixed in one go?

-- 
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 33139] New diff color scheme, per r105280 r106884.

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

Erwin Dokter  changed:

   What|Removed |Added

Summary|Swapping colors in new diff |New diff color scheme, per
   |color scheme, per r105280   |r105280 r106884.

-- 
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 33139] New diff color scheme, in response to r106884.

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

Erwin Dokter  changed:

   What|Removed |Added

Summary|New diff color scheme, per  |New diff color scheme, in
   |r105280 r106884. |response to r106884.

--- Comment #14 from Erwin Dokter  2011-12-22 16:41:03 UTC 
---
Changed (and fixed) title to reflect current issues.

-- 
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 33185] Closure of ten.wikipedia.org

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

--- Comment #4 from Etienne Beaule  2011-12-22 17:10:35 
UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> > Closure requests should follow the policy
> >  and go through
> > LangCom/Board review. Since the consensus was clear, and there actually is
> > inactivity with vandalism/spam, I don't want to impose unnecessary 
> > bureaucracy.
> 
> Yes, it is important to note this is a special case, since like
> outreach.wikimedia.org, tenwiki was created without Board or LangCom approval.
> T(he language code the site uses is for a language with no literate 
> tradition.)

I think that we should move this to ten.wikimedia.org just to make sure that no
one's confused.

-- 
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 33139] New diff color scheme, in response to r106884.

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

--- Comment #15 from Antoine "hashar" Musso  2011-12-22 
17:12:56 UTC ---
(In reply to comment #13)
> Please do not unilaterally close bugs that are not resolved.

The bug title was originally about swapping the diff colors, specially not
having green on the left side. Since green was removed the original issue is
resolved.

>Barndon's patch clearly has issues as outlined in r106884.

The issues are not clear at all. The colors you are proposing are really minor
changes and I do not understand how they are better than the one currently in
use.

I don't understand why you are moving the pre-wrap around. What is the purpose
of this change?


> And why should I file different patches while issues can be fixed in one go?
Cause we do not want to have one bug with several issues and ton of patches. It
is way easier to have one bug per issue.

-- 
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 5899] Allow on-wiki editing of SVG images

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

rai...@rillke.eu  changed:

   What|Removed |Added

 CC||rainerril...@hotmail.com

--- Comment #26 from rai...@rillke.eu  2011-12-22 
17:17:01 UTC ---
What’s necessary in order to activate this extension? (If it is not stable,
this bug should not be marked as fixed.) I do not need a GUI. But when it's
your goal to make SVG more popular, it should be easier editable. Most Windows
users have serious problems when they should edit or even open a SVG. Sometimes
you just have to exchange a few letters.

In the meantime, a lot of browsers natively support SVG. So an instant-preview
would be also a nice feature. Feel free to make new bugs or whatever you think
is appropriate.

-- 
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 32432] Thumbnails take ages (10 seconds) to be rendered

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

Alexander Karnstedt  changed:

   What|Removed |Added

 CC||alexander_ber...@gmx.de

--- Comment #7 from Alexander Karnstedt  2011-12-22 
17:17:15 UTC ---
Especially list articles with many images suffer from this problem. Sometimes
it takes ages to load such a page with dozens of thumbnails. After creating all
the thumbnails, the performance is OK for a few hours. But the next day the
kerfuffle starts again.

Are the thumbnails being purched in between?

-- 
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 33323] New: SVG line element without stroke-attribute was previously rendered black and is now not visible

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

   Web browser: ---
 Bug #: 33323
   Summary: SVG line element without stroke-attribute was
previously rendered black and is now not visible
   Product: MediaWiki
   Version: 1.18
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rainerril...@hotmail.com
CC: bawolff...@gmail.com, bryan.tongm...@gmail.com
Classification: Unclassified


https://secure.wikimedia.org/wikipedia/commons/wiki/File:Sulfamerazin.svg

When I uploaded this file was fine. Then MW was updated and after a purge the
black lines disappeared from the formula. Then I added  stroke="black"  to
those elements that should be black et voila- it is visible again.

Even if this probably intended behaviour, I would like to know. In this case
please help me writing a bot or something to fix it for all affected files
uploaded before MW 1.18

The same is true for 
*
https://secure.wikimedia.org/wikipedia/commons/wiki/File:Phenanthrene_Clar_rule.svg
*
https://secure.wikimedia.org/wikipedia/commons/wiki/File:Anthracene_Clar_rule.svg
* https://secure.wikimedia.org/wikipedia/commons/wiki/File:Clar_rule.svg

and maybe lots of other chemical structures created by Marvin with Batik SVG
Generator.

-- 
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 33139] New diff color scheme, in response to r106884.

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

--- Comment #16 from Erwin Dokter  2011-12-22 18:04:19 UTC 
---
I *can't* have different bugs open for this, because it would result in
clashing patch files; this bug encompasses diff view as a whole. And please
read the whole discussion regarding Barndon's patch; I am not the only one that
hates the hellish yellow. We *had* consensus when Barndon came in and
completely waltzed over it. That patch is not going to make in into MediaWiki
if I can help 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 33275] Browser error message received when accessing namespace pages that don't yet exist

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

--- Comment #7 from Mark A. Hershberger  2011-12-22 
18:06:31 UTC ---
How have you configured these additional namespaces?

I added the following on my 1.18 install:

  $wgExtraNamespaces[500] = "Foo";
  $wgExtraNamespaces[501] = "Foo_talk";

And then visited Foo:Page and got back only

  There is currently no text in this page. 

Extra headers sounds like a problem with an extension.  What extensions do you
have installed?

-- 
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 33139] New diff color scheme, in response to r106884.

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

Brandon Harris  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #17 from Brandon Harris  2011-12-22 18:08:13 
UTC ---
My name is spelled "Brandon" actually, not "Barndon".

Local wikis will be able to make their own overrides.  I was asked to apply
design sense to the diff colors; I did.  The code was checked in, it was
reviewed, it was marked okay.

I'm closing this bug (again) because the only thing that is happening now is
bikeshedding.

-- 
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 32618] MediaWiki should support partial page caching (edge side includes)

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 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 33310] Can't Move a page

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

Mark A. Hershberger  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||DUPLICATE

--- Comment #1 from Mark A. Hershberger  2011-12-22 
18:15:25 UTC ---


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

-- 
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 32812] Error on move page by visitor

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

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||h...@charry.org

--- Comment #2 from Mark A. Hershberger  2011-12-22 
18:15:25 UTC ---
*** Bug 33310 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 33312] Management of puppet classes and variables should be done globally and on a per project basis

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

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 33314] User creation fails through mediawiki interface

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

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 33315] Renaming puppet classes, variables and groups should be possible

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

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 33317] spurious changes

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest
 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 33317] spurious changes

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||platformeng
   Priority|Highest |High

--- Comment #4 from Mark A. Hershberger  2011-12-22 
18:20:20 UTC ---
marking high and tagging so that we can have platform eng discover the source
of the 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 33324] New: Automatically convert uploaded keys from RFC 4251 to openssh format

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

   Web browser: ---
 Bug #: 33324
   Summary: Automatically convert uploaded keys from RFC 4251 to
openssh format
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: OpenStackManager
AssignedTo: rlan...@gmail.com
ReportedBy: rlan...@gmail.com
Classification: Unclassified


The interface will let users upload the incorrect type of key. It should
automatically convert the key to openssh format, if the format is RFC 4251.

-- 
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 33318] Internal call to ApiParse changes caller page

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

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 33319] Configure Babel extension category names for pt.wiktionary

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||shell
 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 33319] Configure Babel extension category names for pt.wiktionary

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

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 33320] Configure Babel extension category names for vo.wiktionary

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||shell
   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 33321] Parser functions don't work anymore in MediaWiki:Sidebar

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest
 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 33321] Parser functions don't work anymore in MediaWiki:Sidebar

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

--- Comment #1 from Mark A. Hershberger  2011-12-22 
18:34:19 UTC ---
marking highest because this seems like a regression that could affect a lot of
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 33322] Submitting a clicked search suggestion is broken in Firefox

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

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org
Summary|Submitting a clicked search |Submitting a clicked search
   |suggestion is broken|suggestion is broken in
   ||Firefox

-- 
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 33322] Submitting a clicked search suggestion is broken in Firefox

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

--- Comment #1 from Mark A. Hershberger  2011-12-22 
18:37:10 UTC ---
Just noting that I tested FF, Opera and Chrome when Joerg brought this up in
IRC and saw exactly what he is talking about.  I didn't see any errors in
firebug.

-- 
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 33278] Wikipedia Android app is stuck when triggering 'Jump back to a section' from cache

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

Brion Vibber  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org
   |org |

--- Comment #2 from Brion Vibber  2011-12-22 18:49:14 UTC 
---
[master 1851fbd] Fix for hash links in saved pages; also fixed a weird case
with hashlinks on non-saved pages where the hash got into the history.

-- 
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 31447] Android App 1.0 release (tracking)

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

Bug 31447 depends on bug 33278, which changed state.

Bug 33278 Summary: Wikipedia Android app is stuck when triggering 'Jump back to 
a section' from cache
https://bugzilla.wikimedia.org/show_bug.cgi?id=33278

   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 33325] New: Jenkins marks automatic Android .apk builds as failure due to symlink already existing

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

   Web browser: ---
 Bug #: 33325
   Summary: Jenkins marks automatic Android .apk builds as failure
due to symlink already existing
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
   URL: http://integration.mediawiki.org/ci/job/WikipediaMobil
e%20-%20Nightly%20builds/22/console
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: has...@free.fr
ReportedBy: br...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


+ ln -s
/srv/org/mediawiki/integration/WikipediaMobile/nightly/Wikipedia_1851fbd2bb.apk
/srv/org/mediawiki/integration/WikipediaMobile/nightly/Wikipedia_latest.apk
ln: creating symbolic link
`/srv/org/mediawiki/integration/WikipediaMobile/nightly/Wikipedia_latest.apk':
File exists
Build step 'Execute shell' marked build as failure

Presumably it should be deleting the old symlink and creating a new one in
replacement. :)

-- 
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 33280] WIkipedia Android app forward button at times does nothing

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

Yuvi Panda  changed:

   What|Removed |Added

 CC||yuvipa...@gmail.com
 AssignedTo|wikibugs-l@lists.wikimedia. |yuvipa...@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 32219] Make $wgUseInstantCommons protocol relative

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #13 from duplicate...@googlemail.com 2011-12-22 19:06:16 UTC ---
See r107042

-- 
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 31957] Android app nearby me should allow user to redo search after map move

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

Tomasz Finc  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Tomasz Finc  2011-12-22 19:07:20 UTC 
---
Already implemented a long time ago.

-- 
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 33316] UploadWizard broken in IE7

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

--- Comment #1 from Neil Kandalgaonkar  2011-12-22 
19:08:10 UTC ---
(In reply to comment #0)
> UploadWizard initialization fails with JavaScript errors in IE7 (line 65; char
> 4: object expected). Tested in CrossBrowserTesting.com IE7 instance with
> Windows Vista.

Is this from trunk or production?

-- 
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 32245] Android app 'cache' branch: keeps forgetting what page I left off on

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

Brion Vibber  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Brion Vibber  2011-12-22 19:08:53 UTC 
---
Has been resolved in later commits/bugs.

-- 
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 33326] New: Wikipedia Android should maximize touch surface are of near by me detail boxes

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

   Web browser: ---
 Bug #: 33326
   Summary: Wikipedia Android should maximize touch surface are of
near by me detail boxes
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tf...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


Currently you have to hit a really hard to tap arrow.

-- 
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 33323] SVG line element without stroke-attribute was previously rendered black and is now not visible

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||upstream
   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||INVALID

--- Comment #1 from Mark A. Hershberger  2011-12-22 
19:09:10 UTC ---
This resulted from the upgrade to rsvg that happened between deployments, not
MediaWiki.  Using rsvg 2.16.1 to produce a png from that file (with
stoke="black" removed), I got one with black strokes.

Switching to rsvg 2.34.1, the pngs were produced without black strokes.

Resolving invalid because the bug was created upstream.  We get a lot of
benefits from the rsvg upgrade and are not likely to downgrade.

-- 
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 32240] Android app 'cache' branch: crash during navigation

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

Brion Vibber  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Brion Vibber  2011-12-22 19:09:32 UTC 
---
This should have been resolved since commit 94771890 or so.

-- 
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 32615] PhoneGap app needs to show visual feedback when clicking the W 'home' button

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

Tomasz Finc  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Tomasz Finc  2011-12-22 19:10:40 UTC 
---
This looks awesome
now.https://github.com/wikimedia/WikipediaMobile/commit/2345222fd37be142cb047a834906309df080d153

-- 
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 33139] New diff color scheme, in response to r106884.

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

--- Comment #18 from Erwin Dokter  2011-12-22 19:13:57 UTC 
---
Fine. I'l just submit a new bug. I was only trying to centralize discussion,
but that is obviously impossible here.

-- 
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 33279] "Share" feature should send the canonical/desktop form of link instead of *.m.wikipedia.org

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

Tomasz Finc  changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org
   |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 33327] New: Restore all default settings is awfully unclear

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

   Web browser: ---
 Bug #: 33327
   Summary: Restore all default settings is awfully unclear
   Product: MediaWiki
   Version: 1.18
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: saibotr...@arcor.de
Classification: Unclassified


"Restore all default settings" says it at
https://commons.wikimedia.org/wiki/MediaWiki:Restoreprefs

The button appears ON every tab - but it resets the settings of ALL tabs
instead. The button should there only once (I guess it is rarely used anyway)
and have a much more clear wording what it does. → "Restore all default
settings (in all settings sections)"

-- 
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 33304] Inconsistencies with protected pages

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #2 from duplicate...@googlemail.com 2011-12-22 19:19:26 UTC ---
For the multiple entries see bug 28751

Protection moves are logged since some version ago. Have a look at the move log
to find the protection.

It is not comprehensible why
api.php?action=query&generator=allpages&prop=info&inprop=protection&gapprefix=Flatulenz

list the page with protection properties, but 

api.php?action=query&generator=allpages&prop=info&inprop=protection&gapprefix=Flatulenz&gapprtype=edit|move

does not list the page at all. The page is protected. Maybe some problems with
the old way (or with the maintenance script), which protection are stored? Need
a look into the database.

The page from comment 1 are move protected only. There are editable, but not
movable and there are listed:

api.php?action=query&generator=allpages&prop=info&inprop=protection&gapprefix=Bahnhof
Eisenach&gapprtype=move

The difference is that Special:ProtectedPages can only filter for one type.

-- 
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 33326] Wikipedia Android should maximize touch surface are of near by me detail boxes

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

Phil Chang  changed:

   What|Removed |Added

 CC||phili...@gmail.com
 AssignedTo|wikibugs-l@lists.wikimedia. |yuvipa...@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 33326] Wikipedia Android should maximize touch surface are of near by me detail boxes

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

Phil Chang  changed:

   What|Removed |Added

 Blocks||31447
   Severity|normal  |major

-- 
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 31447] Android App 1.0 release (tracking)

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

Phil Chang  changed:

   What|Removed |Added

 Depends on||33326

-- 
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 32920] User's last viewed language/page is not saved correctly

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

--- Comment #1 from Tomasz Finc  2011-12-22 19:20:45 UTC 
---
I can still see this happening as of RC3.

-- 
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 32917] It's difficult to tap into the search box

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

Tomasz Finc  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Tomasz Finc  2011-12-22 19:22:09 UTC 
---
We fixed a number of issues with the search box not showing a highlight. This
should be good now. Please re-open if its still an issue.

-- 
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 32916] Add a feature to clear local cached pages and images

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

--- Comment #1 from Tomasz Finc  2011-12-22 19:22:42 UTC 
---
You can already remove saved pages from the saves pages view. Is there
something else that your looking for ?

-- 
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 33323] SVG line element without stroke-attribute was previously rendered black and is now not visible

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

Saibo  changed:

   What|Removed |Added

 CC||saibotr...@arcor.de

--- Comment #2 from Saibo  2011-12-22 19:24:46 UTC ---
(In reply to comment #1)

if such changes are done the established file based should be assessed before
the deploy and fixed before if there are many files

same like with the exif jpegs - appearance changed of old files... fucks up
everything

-- 
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 33279] "Share" feature should send the canonical/desktop form of link instead of *.m.wikipedia.org

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

Brion Vibber  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Brion Vibber  2011-12-22 19:25:53 UTC 
---
[master 356f62e] Bug 33279: 'share' out *.wikipedia.org instead of
*.m.wikipedia.org links

-- 
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 33328] New: prefs-searchoptions - wrong wording

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

   Web browser: ---
 Bug #: 33328
   Summary: prefs-searchoptions - wrong wording
   Product: MediaWiki
   Version: 1.18
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: saibotr...@arcor.de
Classification: Unclassified


[[:commons:MediaWiki:Prefs-searchoptions]] should be not "Search options"  but
"Search".  All sections are options/preferences...

-- 
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 33329] New: Regression: Wikipedia android app no longer shows history

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

   Web browser: ---
 Bug #: 33329
   Summary: Regression: Wikipedia android app no longer shows
history
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tf...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


RC3 blocker

-- 
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 33329] Regression: Wikipedia android app no longer shows history

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

Tomasz Finc  changed:

   What|Removed |Added

 Blocks||31447

-- 
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 31447] Android App 1.0 release (tracking)

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

Tomasz Finc  changed:

   What|Removed |Added

 Depends on||33329

-- 
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 33330] New: only full legal code is linked in the settings

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

   Web browser: ---
 Bug #: 0
   Summary: only full legal code is linked in the settings
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: UploadWizard
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: saibotr...@arcor.de
CC: asha...@wikimedia.org, ne...@wikimedia.org
Classification: Unclassified


e.g. "Own work - Creative Commons Attribution ShareAlike 3.0 (legal code)"
links only to http://creativecommons.org/licenses/by-sa/3.0/legalcode which is
not very helpful to most users. Instead or in addition the translated deed
should be linked!

-- 
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 33329] Regression: Wikipedia android app no longer shows history for viewed articles

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

Tomasz Finc  changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org
   |org |
Summary|Regression: Wikipedia   |Regression: Wikipedia
   |android app no longer shows |android app no longer shows
   |history |history for viewed articles

-- 
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 33331] New: Way to much is marked red, making it impossible to see whats changed

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

   Web browser: ---
 Bug #: 1
   Summary: Way to much is marked red, making it impossible to see
whats changed
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://de.wikipedia.org/wiki/Benutzer_Diskussion:TMg/c
leanDiff.js
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: wikidiff2
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mr.h...@gmx.de
CC: tstarl...@wikimedia.org
Classification: Unclassified


Short: Do not colorize characters red that did not changed.

Long: A few weeks ago the diff algorithm was changed in all Wikipedia projects.
If a single character was changed in earlier versions, this single character
was marked red. Now, all non-whitespace characters around this character become
red. In many cases this marks so much red, it becomes impossible to see what
really changed, especially when editing templates, links or images.

I think the idea was to make edited whitespace visible (was invisible in
earlier versions of the diff). If this is true, why don't you make the
whitespace visible? Only the whitespace? Not surrounding text that did not
changed?

Here are a few really bad examples:

http://de.wikipedia.org/w/index.php?title=Giovanni_Kessler&diff=prev&oldid=86716346
http://de.wikipedia.org/w/index.php?title=Terraria&curid=6244640&diff=97103203&oldid=97093972
http://de.wikipedia.org/w/index.php?title=Giovanni_Kessler&diff=prev&oldid=86716346
http://de.wikipedia.org/w/index.php?title=Hans_Bentzien&diff=prev&oldid=78225726

I created a script to fix this issue (I know it can't work in all cases, it's
just a bad hack to fix at least some of the issues):

http://de.wikipedia.org/wiki/Benutzer_Diskussion:TMg/cleanDiff.js

-- 
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 33147] API examples should explain what they do

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

duplicate...@googlemail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||duplicate...@googlemail.com
 Resolution|FIXED   |

--- Comment #4 from duplicate...@googlemail.com 2011-12-22 19:31:27 UTC ---
reverted with r106879

-- 
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 32739] Use the examples in ApiSandbox

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

Bug 32739 depends on bug 33147, which changed state.

Bug 33147 Summary: API examples should explain what they do
https://bugzilla.wikimedia.org/show_bug.cgi?id=33147

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 33330] only full legal code is linked in the settings

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

--- Comment #1 from Saibo  2011-12-22 19:32:08 UTC ---
https://commons.wikimedia.org/w/index.php?title=Special:Preferences&uselang=en#mw-prefsection-uploads

-- 
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 32905] The "language" entry in the settings dialog is moving

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

Tomasz Finc  changed:

   What|Removed |Added

   Severity|normal  |minor

--- Comment #1 from Tomasz Finc  2011-12-22 19:33:08 UTC 
---
Confirmed as still happening.

-- 
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 33332] New: Wikipedia Android app history view sometimes doesn't show history

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

   Web browser: ---
 Bug #: 2
   Summary: Wikipedia Android app history view sometimes doesn't
show history
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: tf...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


In very rare cases I'm seeing only the top bar that says 'History' show up and
an article below it. No actual history listings

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