[Bug 6455] Set $wgPFEnableStringFunctions = true on WMF wikis

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

Dmitriy Sintsov  changed:

   What|Removed |Added

 CC||ques...@rambler.ru

--- Comment #152 from Dmitriy Sintsov  2012-02-27 07:55:47 
UTC ---
Victor, I am off from my extension's developing due to various problems,
however may I ask you to give an address of the page where the scripting
project status will be updated, please? One of my extensions already needs
strong scripting language and I wonder whether it is already possible to hook /
bind Lua calls in separate MW extension. Basically, I need to have few custom
Lua functions bound to PHP methods in extension's code and the possibility to
execute Lua scripts which use these function calls.

-- 
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 34655] Update RSS extension on Wikimedia wikis

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

MZMcBride  changed:

   What|Removed |Added

 CC||b...@mzmcbride.com
Summary|on MediaWiki, pls.update|Update RSS extension on
   |the extension RSS to 2.10,  |Wikimedia wikis
   |and set some parameters as  |
   |indicated   |

-- 
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 34655] on MediaWiki, pls.update the extension RSS to 2.10, and set some parameters as indicated

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

T. Gries  changed:

   What|Removed |Added

Summary|on MediaWiki, pls.update|on MediaWiki, pls.update
   |the extension RSS to 2.10,  |the extension RSS to 2.10,
   |and set some parameters |and set some parameters as
   ||indicated

-- 
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 34655] on MediaWiki, pls.update the extension RSS to 2.10, and set some parameters

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

T. Gries  changed:

   What|Removed |Added

Summary|on MediaWiki, pls.update|on MediaWiki, pls.update
   |the extension RSS to 2.10   |the extension RSS to 2.10,
   ||and set some parameters

-- 
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 34655] on MediaWiki, pls.update the extension RSS to 2.10

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

T. Gries  changed:

   What|Removed |Added

Summary|on MediaWiki, pls.change|on MediaWiki, pls.update
   |$wgRSSFetchTimeout=15; //   |the extension RSS to 2.10
   |read timeout in seconds in  |
   |E:RSS   |

-- 
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 34655] on MediaWiki, pls.change $wgRSSFetchTimeout=15; // read timeout in seconds in E:RSS

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

--- Comment #2 from T. Gries  2012-02-27 07:22:24 UTC ---
I suggest to upgrade the version in MediaWiki to at least the extension RSS
version 2.10 as committed in r112467 and to set parameters as indicated. The
current version used on MediaWiki (1.90) is outdated.


The 2.10 version fixes many bugs, and allows to parse ATOM feeds.

The custom parameters should be:


$wgRSSUrlWhitelist = array( "*" );  // or a list of actually used feeds, see
for example page http://www.mediawiki.org/wiki/User:Subfader/RSS  
$wgRSSUrlNumberOfAllowedRedirects = 1;
$wgRSSFetchTimeout=15;


-- 
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 34654] rebuildImages.php --missing halts with error upon encountering any filename which it wants to rename

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

--- Comment #2 from Alexandre Emsenhuber [IAlex]  
2012-02-27 06:53:56 UTC ---
In such case I can also say that you broke it in r22580 by removing
wfImageDir() which was used by renameFile().

-- 
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 34653] API list=logevents does not correctly unserialize log_params

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

--- Comment #14 from Bawolff  2012-02-27 05:38:01 UTC ---
Without looking into the issue at all... but it sounds like the api was
forgotten about when the Logging stuff was re-factored...

-- 
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 34319] add a summary message for Special:DeletedContributions

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

Srikanth Logic  changed:

   What|Removed |Added

  Attachment #10101|0   |1
is obsolete||
  Attachment #10102|0   |1
is obsolete||

--- Comment #6 from Srikanth Logic  2012-02-27 05:36:12 UTC 
---
Created attachment 10112
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10112
Added summary message to Deleted Contributions

Thanks for checking {{Done}}

-- 
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 34749] New: [SMW] When mainlabel specified an extra mainlabel parameter is added in the further results link

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

   Web browser: ---
 Bug #: 34749
   Summary: [SMW] When mainlabel specified an extra mainlabel
parameter is added in the further results link
   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: fastgoldf...@gmail.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified
   Mobile Platform: ---


SMW 1.7.0.0.2 MW 1.18

This query:

{{#ask: [[Anything]] 
 | mainlabel=Anymainlabel 
}}

Will be changed to this query, when clicking on "further results":

{{#ask: [[Anything]] 
 | mainlabel=Anymainlabel 
 | ?=Anymainlabel#
}}

Notice that this part is added by the further results URL query string:

?=Anymainlabel#

The relevant further results url query string is:

/Special:Ask/-5B-5BAnything-5D-5D/-3F%3DAnymainlabel-23/mainlabel%3DAnymainlabel/

When it should be:

/Special:Ask/-5B-5BAnything-5D-5D/mainlabel%3DAnymainlabel/

Note that the query string is produced correctly if it starts out as it would
otherwise be incorrectly done. This:

{{#ask: [[Anything]] 
 | mainlabel=Anymainlabel 
 | ?=Anymainlabel#
}}

Will produce this:

/Special:Ask/-5B-5BAnything-5D-5D/-3F%3DAnymainlabel-23/mainlabel%3DAnymainlabel/

Just like it should.

This bug is all that look similar when I searched prior to entering this bug.
It might be somehow related:

https://bugzilla.wikimedia.org/show_bug.cgi?id=23722

-- 
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 34717] bad performance: reverting file versions takes ages for the browser to "come back" (show the success message)

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

Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #2 from Tim Starling  2012-02-27 03:16:35 
UTC ---
In theory, a POST operation should only be attempted once, not retried,
regardless of how long it takes. But maybe something in the network path here
is getting impatient and sending the request again. It could be on our side, in
the ISP or Saibo's browser. But since that's not the subject of the bug, it
should be filed as a separate report if it's a 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 34748] New: Making uselang= stick when there is no chance to login

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

   Web browser: ---
 Bug #: 34748
   Summary: Making uselang= stick when there is no chance to login
   Product: MediaWiki
   Version: 1.20-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jida...@jidanni.org
CC: niklas.laxst...@gmail.com, s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---


Let's say we are browsing a 'foreign site'. To make it less foreign, we
must append "uselang=en" after each url right there in the URL bar of
our browser.
http://dev.baidu.com/wiki/map/index.php?title=%E7%89%B9%E6%AE%8A:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2&uselang=en

Go ahead and now click on one of the juicy links displayed.

Note how frustrating it is that we are now back in their native language.

After a while this becomes frustrating, and we wish MediaWiki had a
"uselang=en&remember_uselang=1" or some way to make the @#$! uselang
parameter stick.

Note there is no chance any such business sites would let a user login
to set a preference.

Compare all the effort put into providing translation strings, with this silly
barrier to seeing them.

-- 
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 34654] rebuildImages.php --missing halts with error upon encountering any filename which it wants to rename

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

--- Comment #1 from Tim Starling  2012-02-27 03:05:00 
UTC ---
renameFile() was in FiveUpgrade.inc, so IAlex broke this in r72726. The fixme
comment was added later by someone who didn't realise that the function in
question was created in r9758.

-- 
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 34653] API list=logevents does not correctly unserialize log_params

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

Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org
Summary|Logs corrupt or have big|API list=logevents does not
   |delays  |correctly unserialize
   ||log_params

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30028] "Error parsing XML and HTML for RSS" - improve and harden Extension:RSS when parsing differently flavoured RSS feeds

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

T. Gries  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #12 from T. Gries  2012-02-27 01:11:36 UTC ---
fixed in r112465 .

-- 
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 27375] Whitespace changes should be identifiable in CR diffs

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

--- Comment #10 from Krinkle  2012-02-27 00:12:10 UTC ---
Done in r112458. After it gets reviewed and deployed we can test the styling on
mw.org and then I'll commit them.

-- 
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 27375] Whitespace changes should be identifiable in CR diffs

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

--- Comment #9 from Krinkle  2012-02-26 23:58:37 UTC ---
(In reply to comment #8)
> (In reply to comment #7)
> > The latest changes in the extension (which, among other things, changed the
> > diff presentation into a *cough* table), have made it impossible to 
> > highlight
> > trailing whitespace because the parent elements of the text are no longer
> > inline elements and styling their background has no effect.
> 
> The latest changes make the diffs look like crap, IMHO.

I'll see if I can change the diffHighlighter to maintain a inline-level element
wrapper around the diff text so that background colors can still be applied
without highlighting the entire horizontal line but just the text width.

WIll probably change .. to be ..

-- 
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 27375] Whitespace changes should be identifiable in CR diffs

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

--- Comment #8 from Chad H.  2012-02-26 23:56:38 UTC 
---
(In reply to comment #7)
> The latest changes in the extension (which, among other things, changed the
> diff presentation into a *cough* table), have made it impossible to highlight
> trailing whitespace because the parent elements of the text are no longer
> inline elements and styling their background has no effect.

The latest changes make the diffs look like crap, IMHO.

-- 
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 34662] no toolbar (editbar) icons in trunk since r111983

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

T. Gries  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from T. Gries  2012-02-26 23:42:49 UTC ---
fixed in 112451 (thanks to Tim)

-- 
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 31511] Sporadic and unpredictable updating of (classic) toolbar via JS

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

Bug 31511 depends on bug 33952, which changed state.

Bug 33952 Summary: Refactor mw.toolbar to allow dynamic additions at any time
https://bugzilla.wikimedia.org/show_bug.cgi?id=33952

   What|Old Value   |New Value

 Status|ASSIGNED|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 33952] Refactor mw.toolbar to allow dynamic additions at any time

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

Krinkle  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
 AssignedTo|krinklem...@gmail.com   |tstarl...@wikimedia.org
   Target Milestone|1.20wmf deployment  |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 33952] Refactor mw.toolbar to allow dynamic additions at any time

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

Krinkle  changed:

   What|Removed |Added

Summary|Refactor mw.action.edit |Refactor mw.toolbar to
   |related JavaScript as   |allow dynamic additions at
   |dynamic ResourceLoader  |any time
   |module  |

--- Comment #8 from Krinkle  2012-02-26 23:36:33 UTC ---
Fixed by r112451 which build on r111983, r108191, and others.

-- 
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 33420] Validator extension: A new "page" type.

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

--- Comment #8 from Jeroen De Dauw  2012-02-26 
23:08:02 UTC ---
r112454

Can this be closed, or do you still need me to do something?

-- 
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 34412] Please create a new mailing list wikija-de...@lists.wikimedia.org

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

--- Comment #1 from vigorous action  2012-02-26 
22:48:59 UTC ---
When is this processed?

-- 
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 34741] "More" menu is almost invisible on MW 1.19 in Chrome

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

Mark A. Hershberger  changed:

   What|Removed |Added

Summary|"More" menu is almost   |"More" menu is almost
   |invisible on MW 1.19|invisible on MW 1.19 in
   ||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 34746] Problems loading revision diffs

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

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 34746] Problems loading revision diffs

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

--- Comment #1 from Mark A. Hershberger  2012-02-26 
22:32:55 UTC ---
Created attachment 10111
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10111
weird revision diff

Attaching screenshot to the bug to preserve 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 34745] 500 Error on User Creation for 1.18 branch with TitleBlacklist extension

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

Mark A. Hershberger  changed:

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger  2012-02-26 
22:31:11 UTC ---
(In reply to comment #0)
> This seems to be in the same location as Bug 33307.

Looks like the same bug.  That bug was fixed after 1.18.1 was released.

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

-- 
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 33307] TBL gives user account creation error - undefined method TitleBlacklist::singleton()

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

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||prodig...@hotmail.com

--- Comment #4 from Mark A. Hershberger  2012-02-26 
22:31:12 UTC ---
*** Bug 34745 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 on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34741] "More" menu is almost invisible on MW 1.19

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

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 34732] The scan does not appear when editing pages after update to MW 1.19 on Opera

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Target Milestone|--- |1.19wmf deployment
Summary|The scan does not appear|The scan does not appear
   |when editing pages after|when editing pages after
   |update to MW 1.19   |update to MW 1.19 on Opera

-- 
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 34730] Add tests to verify that mw.user.options.get(...) from module "user.options" returns useful information about the user's choices regarding the toolbar

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   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 34741] "More" menu is almost invisible on MW 1.19

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

--- Comment #7 from Mark A. Hershberger  2012-02-26 
22:24:55 UTC ---
Created attachment 10110
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10110
opera display problems

While this is being fixed, check out the rendering on opera.

-- 
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 33420] Validator extension: A new "page" type.

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

--- Comment #7 from Van de Bugger  2012-02-26 22:20:30 
UTC ---
Ping. Please convert `Title' type name to lower case.

-- 
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 34741] "More" menu is almost invisible on MW 1.19

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

--- Comment #6 from MZMcBride  2012-02-26 22:18:19 UTC ---
(In reply to comment #3)
> I'll attach a screenshot.

I don't seem to be able to upload an attachment via Bugzilla very easily right
now and there's a screenshot already attached, so I'm not going to bother with
this.

(In reply to comment #4)
> (In reply to comment #2)
> > I'm confused.
> /me too
> 
> I'm still seeing this using Google Chrome 17.0.963.56, not logged in, but it 
> is
> normal on Firefox 10.

Aye, seems like a Chrome 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 34741] "More" menu is almost invisible on MW 1.19

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

Mark A. Hershberger  changed:

   What|Removed |Added

Web browser|--- |Google Chrome

--- Comment #5 from Mark A. Hershberger  2012-02-26 
22:17:19 UTC ---
confirmed that it works on FF and is broken on 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 33292] File is in an inconsistent deletion state

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

--- Comment #3 from carni...@gmail.com 2012-02-26 22:14:17 UTC ---
I've found another 130 files with this problem.  Full list is at
https://en.wikipedia.org/wiki/User_talk:ImageRemovalBot/badfiles

-- 
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 34741] "More" menu is almost invisible on MW 1.19

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

--- Comment #4 from mybugs.m...@gmail.com 2012-02-26 22:13:11 UTC ---
(In reply to comment #2)
> I'm confused.
/me too

I'm still seeing this using Google Chrome 17.0.963.56, not logged in, but it is
normal on Firefox 10.

-- 
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 34741] "More" menu is almost invisible on MW 1.19

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

MZMcBride  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |

--- Comment #3 from MZMcBride  2012-02-26 22:11:22 UTC ---
Re-opening this for now. I see the broken behavior on mediawiki.org. I'll
attach a screenshot.

-- 
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 29097] Milestone: MediaWiki 1.19 (tracking)

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

Bug 29097 depends on bug 34741, which changed state.

Bug 34741 Summary: "More" menu is almost invisible on MW 1.19
https://bugzilla.wikimedia.org/show_bug.cgi?id=34741

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |

-- 
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 34741] "More" menu is almost invisible on MW 1.19

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

MZMcBride  changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #2 from MZMcBride  2012-02-26 22:08:08 UTC ---
(In reply to comment #1)
> Works for me.  I set up a page on huwiki (which is still running 1.18 and has
> LQT) just in case you want to test more:
> https://hu.wikipedia.org/wiki/Szerkeszt%C5%91vita:MarkAHershberger

You tested with MediaWiki 1.18 and this bug is about MediaWiki 1.19. I'm
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 34743] mw.util.wikiGetlink should accept URL parameters in its second parameter

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

Krinkle  changed:

   What|Removed |Added

URL|https://www.mediawiki.org/w |
   |iki/Thread:Talk:ResourceLoa |
   |der/JavaScript_Deprecations |
   |/importScript(),_importStyl |
   |esheet()|

--- Comment #1 from Krinkle  2012-02-26 22:08:04 UTC ---
https://www.mediawiki.org/wiki/Thread:Talk:ResourceLoader/JavaScript_Deprecations/importScript(),_importStylesheet()

-- 
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 34743] mw.util.wikiGetlink should accept URL parameters in its second parameter

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   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 29097] Milestone: MediaWiki 1.19 (tracking)

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

Bug 29097 depends on bug 34741, which changed state.

Bug 34741 Summary: "More" menu is almost invisible on MW 1.19
https://bugzilla.wikimedia.org/show_bug.cgi?id=34741

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

-- 
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 34741] "More" menu is almost invisible on MW 1.19

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

Mark A. Hershberger  changed:

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger  2012-02-26 
22:05:41 UTC ---
Works for me.  I set up a page on huwiki (which is still running 1.18 and has
LQT) just in case you want to test more:
https://hu.wikipedia.org/wiki/Szerkeszt%C5%91vita:MarkAHershberger

-- 
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 34732] The scan does not appear when editing pages after update to MW 1.19

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

--- Comment #3 from Beau  2012-02-26 21:54:08 UTC ---
To be more precise: my test was performed on Opera 11.61 and this extension
does not work properly. Its works fine on Firefox 10.0.1 and Chromium
17.0.963.56, so I would not blame thumbnailer.

-- 
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 34736] Special:NewPages not working properly on simple.wikipedia

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||need-unittest

-- 
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 34736] Special:NewPages not working properly on simple.wikipedia

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.org
   Target Milestone|--- |1.19wmf deployment

-- 
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 34735] compressOld.php documentation update

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||need-review, patch
   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 34734] compressOld.php ignoring -s option

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||need-review, patch
   Priority|Unprioritized   |Low
 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 34732] The scan does not appear when editing pages after update to MW 1.19

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

Beau  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |

--- Comment #2 from Beau  2012-02-26 21:47:34 UTC ---
I am reopening, because I had checked with a debugger and the code is not
executed. There is no  object at all.

-- 
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 34733] "mediawiki.api.edit" module shoud use mw.user.tokens.get('editToken') instead of an API call

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 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 34732] The scan does not appear when editing pages after update to MW 1.19

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

Mark A. Hershberger  changed:

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger  2012-02-26 
21:40:35 UTC ---
We had some similar problems on beta before deploy, but fixed them.  This looks
like slowness with the thumbnailer.

-- 
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 34731] API: Unable to view a log entry specified by its ID

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   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 34730] Add tests to verify that mw.user.options.get(...) from module "user.options" returns useful information about the user's choices regarding the toolbar

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||need-regression-test,
   ||need-unittest
Summary|mw.user.options.get(...)|Add tests to verify that
   |from module "user.options"  |mw.user.options.get(...)
   |doesn't return any useful   |from module "user.options"
   |information about the   |returns useful information
   |user's choices regarding|about the user's choices
   |the toolbar |regarding the toolbar

--- Comment #2 from Mark A. Hershberger  2012-02-26 
21:32:21 UTC ---
(In reply to comment #1)
> Er... As Krinkle said on bug 34594 comment 11, this seems to be fixed by 
> recent
> changes (r107534, I think - see bug 30914), because on ptwikibooks, which is
> running MW 1.19wmf1 (r112130), the result is as expected.
> 
> Mark, should we add some regression/unit tests for this? (tags:
> need-regression-test, need-unittest)

Yes, changing bug to reflect that since you say the original bug has been
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 34747] Broken thumbnail on Wikimedia Commons

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

MZMcBride  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #1 from MZMcBride  2012-02-26 21:19:29 UTC ---
Hrmph. And now working again. Marking this as resolved, though there seems to
be some continuing underlying issue regarding broken thumbnails being generated
(or possibly cached somewhere).

-- 
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 34747] New: Broken thumbnail on Wikimedia Commons

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

   Web browser: ---
 Bug #: 34747
   Summary: Broken thumbnail on Wikimedia Commons
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com
Classification: Unclassified
   Mobile Platform: ---


https://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/718smiley.svg/120px-718smiley.svg.png
is broken currently. Purging the file description page on Commons seems to have
no effect (i.e., the thumbnail is not being forced to be regenerated).

-- 
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 34746] New: Problems loading revision diffs

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

   Web browser: ---
 Bug #: 34746
   Summary: Problems loading revision diffs
   Product: Huggle
   Version: 2.1.19
  Platform: PC
OS/Version: other
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Application
AssignedTo: benap...@gmail.com
ReportedBy: kren...@gmail.com
CC: benap...@gmail.com, mich...@movchin.de
Classification: Unclassified
   Mobile Platform: ---


Sometimes I get funny results from the wiki like this:
http://dl.dropbox.com/u/10971457/Wikimedia/Huggle/Weird%20revision%20diff.png

I'm not sure if they're related, but here's some log entries from around the
previous time I got a result like this:
2012-02-26 20:27:17 -- Object reference not set to an instance of an object.
2012-02-26 20:27:17 -- Failed to retrieve 'title=Talk:Annabell
morgan&oldid=478997968': Unknown error
2012-02-26 20:27:16 -- Failed to retrieve 'title=Talk:Annabell
morgan&oldid=478997968': Unknown error
2012-02-26 20:27:01 -- Failed to retrieve 'title=Talk:Annabell
morgan&diff=478997968&oldid=pr...': Unknown error
2012-02-26 20:26:35 -- Failed to retrieve 'title=Annabell
morgan&diff=478997896&oldid=4789978...': Unknown error

-- 
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 34729] Allow rejected edits to be re-applied (semi-)automatically (with a single click)

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   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 34745] New: 500 Error on User Creation for 1.18 branch with TitleBlacklist extension

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

   Web browser: ---
 Bug #: 34745
   Summary: 500 Error on User Creation for 1.18 branch with
TitleBlacklist extension
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: TitleBlacklist
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: prodig...@hotmail.com
CC: vasi...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Here's the error in my logs when someone tries to log in.

Currently running MediaWiki 1.18.1 and TitleBlacklist from the 1.18 branch
(TitleBlacklist-MW1.18-r111210.tar.gz)

[Sun Feb 26 15:40:01 2012] [error] [client x.x.x.x] PHP Fatal error:  Call to a
member function userCannot() on a non-object in
/.../w/extensions/TitleBlacklist/TitleBlacklist.hooks.php on line 86, referer:
http://example.org/w/index.php?title=Special:UserLogin&action=submitlogin&type=signup

Another user mentioned the same error here:
http://www.mediawiki.org/wiki/Extension_talk:TitleBlacklist#Mediawiki_1.18.1

This seems to be in the same location as Bug 33307.

-- 
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 34728] Categories added to user pages by Babel in pt.wiktionary

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

Mark A. Hershberger  changed:

   What|Removed |Added

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

--- Comment #2 from Mark A. Hershberger  2012-02-26 
21:13:58 UTC ---
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php shows

'ptwiki' => array(
'0' => false,
'1' => 'Usuário %code%-1',
'2' => 'Usuário %code%-2',
'3' => 'Usuário %code%-3',
'4' => false,
'5' => false,
'N' => 'Usuário %code%',
),
// bug 34219
/*'ptwiktionary' => array(
'0' => '!Usuário %code%-0',
'1' => '!Usuário %code%-1',
'2' => '!Usuário %code%-2',
'3' => '!Usuário %code%-3',
'4' => '!Usuário %code%-4',
'5' => '!Usuário %code%-5',
'N' => '!Usuário %code%-M',
),
*/


I think you should read the comments on Bug 34219.  Closing this one WONTFIX so
we can resolve Bug 34219.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19992] Support client-side date/time formatting for user's local timezone (JavaScript)

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

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||lejo...@telia.com

--- Comment #4 from Mark A. Hershberger  2012-02-26 
21:07:04 UTC ---
*** Bug 34727 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 34727] Results on Special:Search should display user time

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

Mark A. Hershberger  changed:

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger  2012-02-26 
21:07:04 UTC ---
See Bug 19992.  Fixing this in the way you suggest would probably mean caching
problems and won't happen.

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

-- 
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 34726] Link "Upload a new version of this file" should be relative

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

Mark A. Hershberger  changed:

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger  2012-02-26 
21:02:35 UTC ---
This is fixed in the current codebase, and 1.17 doesn't have good protocol
relative support anyway.  We aren't going to backport that support.  You should
upgrade to 1.18 if you want better protocol-relative support.

Marking 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 29097] Milestone: MediaWiki 1.19 (tracking)

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

Bug 29097 depends on bug 34725, which changed state.

Bug 34725 Summary: Fix in trunk for "population of SHA1" not backported to 1.19
https://bugzilla.wikimedia.org/show_bug.cgi?id=34725

   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 34725] Fix in trunk for "population of SHA1" not backported to 1.19

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||FIXED

--- Comment #1 from Mark A. Hershberger  2012-02-26 
20:57:01 UTC ---
I've tagged the revisions for backportting.

-- 
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 34724] Tiff thumbnails are generated with errors

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 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 34722] Site Login Problems Reset Password hi. i try to reset my password, for wicka media, but says cannot find StarTrekCafe but in the login system. can you send me a reset password.

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

Mark A. Hershberger  changed:

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger  2012-02-26 
20:46:44 UTC ---
http://toolserver.org/~luxo/contributions/contributions.php?user=StarTrekCafe
shows no contributions from StarTrekCafe and both commons and enwiki say "User
account "StarTrekCafe" is not registered."

https://commons.wikimedia.org/wiki/User:StarTrekCafe
https://en.wikipedia.org/wiki/User:StarTrekCafe

I'm not sure what else we can do since it looks like you've never registered
this user.

-- 
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 27375] Whitespace changes should be identifiable in CR diffs

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

--- Comment #7 from Krinkle  2012-02-26 20:42:37 UTC ---
The latest changes in the extension (which, among other things, changed the
diff presentation into a *cough* table), have made it impossible to highlight
trailing whitespace because the parent elements of the text are no longer
inline elements and styling their background has no effect.

-- 
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 34319] add a summary message for Special:DeletedContributions

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

--- Comment #5 from duplicate...@googlemail.com 2012-02-26 20:40:14 UTC ---
Please use a combined patch (One patch file with all changes)

You have to change maintenance/languages/messages.inc and messageTypes.inc for
our translatewiki guys, too.

-- 
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 34721] SVN certificate validation errors

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

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||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 34662] no toolbar (editbar) icons in trunk since r111983

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

--- Comment #3 from T. Gries  2012-02-26 20:13:01 UTC ---
(In reply to comment #2)
> I have bisected the issue back to r111983

I _confirm_ your observation (r111982 is the last version of MediaWiki core
which works).

Should the severity and importance be further increased ? I thought, trunk
version of MediaWiki should always be working ... this is currently not the
case w.r.t. to the editbar which is not loaded.

-- 
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 12693] Add username in new messages bar to prevent UI spoofing

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

Srikanth Logic  changed:

   What|Removed |Added

   Keywords|reviewed|need-review

-- 
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 12693] Add username in new messages bar to prevent UI spoofing

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

Srikanth Logic  changed:

   What|Removed |Added

   Attachment #4561|0   |1
is obsolete||

--- Comment #10 from Srikanth Logic  2012-02-26 19:51:44 
UTC ---
Created attachment 10109
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10109
Patch to add username to notification message

I didnt think of UI spoofing, but one user had mentioned to me before, he
thought the notification was some standard thing and never bothered to click
it(and know talk page / messages left to him), never realized it was a
notification for personal message left on talk.

-- 
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 34733] "mediawiki.api.edit" module shoud use mw.user.tokens.get('editToken') instead of an API call

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

--- Comment #7 from mybugs.m...@gmail.com 2012-02-26 19:47:09 UTC ---
(In reply to comment #6)
> create a new enhancement bug for it and a patch if you like :)

Created bug 34744, but without a patch (for now?)... =P

-- 
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 34744] New: Add a mw.Api.prototype.edit function to some mediawiki.api* module (mediawiki.api.edit?)

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

   Web browser: ---
 Bug #: 34744
   Summary: Add a mw.Api.prototype.edit function to some
mediawiki.api* module (mediawiki.api.edit?)
   Product: MediaWiki
   Version: 1.19
  Platform: All
OS/Version: All
Status: NEW
  Keywords: javascript
  Severity: enhancement
  Priority: Unprioritized
 Component: Javascript
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mybugs.m...@gmail.com
CC: krinklem...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


>From Krinkle's comment, on bug 34733 comment 6:

It [the function "postWithEditToken"] doesn't edit a page by default, it's used
as a pre-processor basically to either continue or get an edit token first. You
still need to set action=edit in the params (or something else). Looks like an
mw.Api.prototype.edit function should be created separate from this that'll
call it with action=edit. Not related to this bug [bug 34733] though, create a
new enhancement bug for it and a patch if you like :)


-- 
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 34733] "mediawiki.api.edit" module shoud use mw.user.tokens.get('editToken') instead of an API call

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

--- Comment #6 from Krinkle  2012-02-26 19:38:02 UTC ---
(In reply to comment #3)

> BTW: do the function name "postWithEditToken" need to contain the word 
> "Token"?
> Wouldn't be more intuitive if the user didn't have to write that when using 
> the
> API to edit a page? E.g. api.edit( params, ok, err )?

You're right in that postWithEditToken doesn't sound Iike a function that
should be used directly in an application. However the name is good as it is in
my opinion.

It doesn't edit a page by default, it's used as a pre-processor basically to
either continue or get an edit token first. You still need to set action=edit
in the params (or something else). Looks like an mw.Api.prototype.edit function
should be created separate from this that'll call it with action=edit. Not
related to this bug though, create a new enhancement bug for it and a patch if
you like :)

-- 
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 34373] populateRevisionSha1.php misses archive rows, whose text is stored directly in the archive table (not text table)

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

--- Comment #11 from Mark A. Hershberger  2012-02-26 
19:28:09 UTC ---
needs to be backported to 1.19, I think

-- 
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 34743] New: mw.util.wikiGetlink should accept URL parameters in its second parameter

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

   Web browser: ---
 Bug #: 34743
   Summary: mw.util.wikiGetlink should accept URL parameters in
its second parameter
   Product: MediaWiki
   Version: 1.19
  Platform: All
   URL: https://www.mediawiki.org/wiki/Thread:Talk:ResourceLoa
der/JavaScript_Deprecations/importScript(),_importStyl
esheet()
OS/Version: All
Status: NEW
  Keywords: javascript
  Severity: normal
  Priority: Unprioritized
 Component: Javascript
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mybugs.m...@gmail.com
CC: krinklem...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


From
[[mw:Thread:Talk:ResourceLoader/JavaScript Deprecations/importScript(),
importStylesheet()]]


I would love it if mw.util.wikiGetlink() would accept an additional, optional
parameter of type "object" that would add parameters: so if i want to get a
page with "?action=edit", i would use mw.util.wikiGetlink(pageName, {action:
'edit'}); etc. if the first parameter is an object, this means i want the
current page (just like mw.util.wikiGetlink() with no parameters), but still
append the parameters.
this would be in the spirit of most or all of jQuery, calls, and very much in
synch with the way to do ajax in jquery.


-- 
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 34742] Symbian port of phonegap app

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

--- Comment #1 from Christian Puehringer  2012-02-26 18:55:21 UTC 
---
Created attachment 10108
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10108
Wikipedia Symbian Screenshot Article

-- 
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 34742] New: Symbian port of phonegap app

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

   Web browser: ---
 Bug #: 34742
   Summary: Symbian port of phonegap app
   Product: Wikipedia App
   Version: 1.1beta2
  Platform: Other
OS/Version: other
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Generic
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: c...@gmx.at
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10107
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10107
Wikipedia Symbian Screenshot Search

Symbian support of phonegap has not been exactly first class in the past:
wrt widget based, hardly any api supported, and last update a year ago.

However, apparently there is now hope for better support: 
A qt based version of cordova (the new name of phonegap)
 is in development (https://github.com/cordova/cordova-qt). 

I tried to use cordova-qt to port the wikipedia app. 
Source is available in https://github.com/cip/Wikipedia

It actually works pretty well (tested on Nokia N8 and Qt Simulator). (See
attached
screenshots)

Currently the main issue (besides obviously tons of more or less minor things
to be fixed) is that it's not trivial to have kinetic scrolling and a static
menubar together. (see https://github.com/cip/Wikipedia/issues/1). Currently
checked in version prefers kinetic scrolling, so the menubar (and also the
searchbar) scrolls with the article...

I'd appreciate it very much if somebody wants to help with this port. 

In addition it would be welcome if this could be merged into the main repo. 
This should not impact other platforms, only platform_stubs.js changed
(hopefully correctly) all other files are added to sepearate directories (qt).
(In addition plugins.xml would change (phonegap -> cordova name change), but
this currently not commited to the repo)

Note that only Symbian^3 and newer is supported. cordova-qt uses qml, which
is available only on Symbian^3. Furthermore (and more critial) does the older
Symbian 5th edition only support qtwebkit 2.0, which to my knowledge does not
support features like local storage. Supporting older versions would therefore
probably require signficant additional effort, with limited benefit (AFAIK the
last 5th edition phones have been released about two years 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 29097] Milestone: MediaWiki 1.19 (tracking)

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

mybugs.m...@gmail.com changed:

   What|Removed |Added

 Depends on||34741

-- 
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 34741] New: "More" menu is almost invisible on MW 1.19

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

   Web browser: ---
 Bug #: 34741
   Summary: "More" menu is almost invisible on MW 1.19
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: https://www.mediawiki.org/wiki/Thread:Talk:ResourceLoa
der/JavaScript_Deprecations/Deprecation_plan
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: LiquidThreads
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mybugs.m...@gmail.com
CC: agarr...@wikimedia.org
Blocks: 29097
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10106
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10106
Screenshot

Today I noticed a problem on LQT pages such as this:
https://www.mediawiki.org/wiki/Thread:Talk:ResourceLoader/JavaScript_Deprecations/Deprecation_plan

The link "More" which should be displayed on the right side of each comment is
badly positioned, probably since MediaWiki was updated to 1.19, making it
(almost?) invisible. Currently it is very difficult to open the menu, to access
the other links (History, Edit, Link to, Drag to new location).

-- 
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 27281] Add support in the front-end for loading wiki pages as resources

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

mybugs.m...@gmail.com changed:

   What|Removed |Added

 Blocks||33836

-- 
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 33836] Set $wgIncludeLegacyJavaScript = false by default

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

mybugs.m...@gmail.com changed:

   What|Removed |Added

 Depends on||27281

-- 
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 27139] WikiBhasha does not work with Wikipedia's secure server

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

--- Comment #7 from mybugs.m...@gmail.com 2012-02-26 18:39:16 UTC ---
Are there any news on this?

-- 
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 27766] Add configuration option to enable loading modules based on url parameter

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

mybugs.m...@gmail.com changed:

   What|Removed |Added

 CC||mybugs.m...@gmail.com

--- Comment #2 from mybugs.m...@gmail.com 2012-02-26 18:37:23 UTC ---
(In reply to comment #0)
> However given how the resourceloader currently works and how it will/may work
> in the future [1].

Do you still remember what [1] was supposed to mean?

What are the new plans for this, considering that bug 27535 was closed (and bug
25845 and bug 27281 are open)?

-- 
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 34740] New: SemanticMediaWiki: can mime type be dependent on parameters?

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

   Web browser: ---
 Bug #: 34740
   Summary: SemanticMediaWiki: can mime type be dependent on
parameters?
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: van.de.bug...@gmail.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified
   Mobile Platform: ---


I am working on generic template-controlled result printer. I noticed that (a
descendant of) SMWResultPrinter object is used in such a way:

1. Method getMimeType is called first,
2. Then handleParameters method is called.

It makes impossible to write ResultPrinter which MIME type depends on
arguments, e. g.:

{{ #ask: ...
| mime-type = application/gpx+xml
| ...
}}

Is it possible to call handleParameters before getMimeType?

-- 
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 34718] Images not rendered correctly

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

--- Comment #8 from Ben Hartshorne  2012-02-26 
17:12:31 UTC ---
using curl -v to fetch the image and show the headers, I see:

< Server: nginx/0.7.65
< Date: Sun, 26 Feb 2012 17:09:17 GMT
< Content-Type: image/jpeg
< Connection: keep-alive
< Content-Length: 0
< Last-Modified: Sat, 25 Feb 2012 18:15:28 GMT
< Accept-Ranges: bytes
< Age: 31021
< X-Cache: HIT from sq53.wikimedia.org
< X-Cache-Lookup: HIT from sq53.wikimedia.org:3128
< X-Cache: MISS from sq50.wikimedia.org
< X-Cache-Lookup: MISS from sq50.wikimedia.org:80
< Via: 1.1 sq53.wikimedia.org:3128 (squid/2.7.STABLE9), 1.0
sq50.wikimedia.org:80 (squid/2.7.STABLE9)

showing that it is in squid, despite not being in swift or ms5, and that it's a
0-length file that's cached there.

-- 
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 34739] New: SemanticMediaWiki: Different labels.

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

   Web browser: ---
 Bug #: 34739
   Summary: SemanticMediaWiki: Different labels.
   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: van.de.bug...@gmail.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified
   Mobile Platform: ---


I am writing a new result format (for downloading info) and have a trouble with
PrintRequest labels.

A query:

{{ #ask: [[Cache:+]]
| mainlabel = -
| ?#= cache
...
}}

When this request is executed in-place, everything is ok,
$field->getPrintRequest()->getLabel() returns "cache" as expected. 

But, if I get a link to a the same query by using

$res->getQueryLink( 'search' )->getURL()

http://.../index.php?title=Special:Ask&x=-5B-5BCache%3A%2B-5D-5D%2F-3F%3Dcache-23-2D&mainlabel=-&;...

and follow the link, $field->getPrintRequest()->getLabel() returns "cache#-".

I would expect request should work identically regardless of execution method
-- either using #ask parser function or Special:Ask page.

-- 
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 24742] Use lang, hreflang and rel="alternate" attributes in variant links

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

Derk-Jan Hartman  changed:

   What|Removed |Added

   Keywords|need-review, patch  |

--- Comment #4 from Derk-Jan Hartman  2012-02-26 16:58:57 
UTC ---
Added lang and hreflang to the variant links in the variant menu with r112442.
Did not add alternate for now, since I wans't sure about possible clashes with
the alternate in Bug 27363.

-- 
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 34738] New: ResourceLoader should have a context instead of using global object variables

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

   Web browser: ---
 Bug #: 34738
   Summary: ResourceLoader should have a context instead of using
global object variables
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Resource Loader
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ialex.w...@gmail.com
CC: krinklem...@gmail.com, roan.katt...@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Currently, ResourceLoader modules use global object variables such as $wgUser
and $wgLang; they should rather get them from a context object (maybe
integrated in ResourceLoaderContext?)

-- 
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 34737] Zoom buttons appear sometimes on the image, sometimes in the toolbar after update to MW 1.19

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

Candalua  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||lacrymarum.va...@gmail.com

-- 
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 34737] New: Zoom buttons appear sometimes on the image, sometimes in the toolbar after update to MW 1.19

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

   Web browser: ---
 Bug #: 34737
   Summary: Zoom buttons appear sometimes on the image, sometimes
in the toolbar after update to MW 1.19
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: ProofreadPage
AssignedTo: thoma...@gmx.de
ReportedBy: lacrymarum.va...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The 5 button that control zoom, header/footer display and layout sometimes
appear on the left upper corner of the scanned image, and sometimes they appear
in the toolbar under "Proofread tools". 

This seems to depend on which module is faster to load: if the toolbar loads
first, the PRP extension finds it and puts the buttons there, if the PRP loads
first it doesn't find the toolbar and puts the button on the image.

It seems to happen on all wikisource subdomains (I've seen it on it, en, fr).

-- 
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 34736] New: Special:NewPages not working properly on simple.wikipedia

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

   Web browser: ---
 Bug #: 34736
   Summary: Special:NewPages not working properly on
simple.wikipedia
   Product: MediaWiki
   Version: 1.19
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: orashmatash.w...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


When on the default 50 per-page layout of Special:NewPages on simple.wikipedia,
when one clicks "older 50", the entire page messes up and shows as if there is
nothing there, and in place of "newer 50" (which should be there), there is
"newer 0".

-- 
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 34735] New: compressOld.php documentation update

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

   Web browser: ---
 Bug #: 34735
   Summary: compressOld.php documentation update
   Product: MediaWiki
   Version: 1.20-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Maintenance scripts
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: christ...@quelltextlich.at
CC: innocentkil...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10105
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10105
Patch adding explanation about ids to help screen

Depending on the used compression type, compressOld.php uses the passed ids for
different tables (text vs. page).
The attached patch explains this difference to the user in the help screen.

-- 
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 34734] compressOld.php ignoring -s option

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

christ...@quelltextlich.at changed:

   What|Removed |Added

Version|1.19|1.20-svn

-- 
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 34734] New: compressOld.php ignoring -s option

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

   Web browser: ---
 Bug #: 34734
   Summary: compressOld.php ignoring -s option
   Product: MediaWiki
   Version: 1.19
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Maintenance scripts
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: christ...@quelltextlich.at
CC: innocentkil...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10104
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10104
Patch fixing the treatment of the -s option

According to it's documentation, compressOld.php allows to limit the treated
ids using the "-s" option.
However, the "-s" option is ignored.php.
The attached patch fixes the problem.




Actual Behavior:

> compressOld.php -t gzip -s 6

Compressing database wikisvn


Starting from old_id 0...




Expected Behavior:
--
> compressOld.php -t gzip -s 6

Compressing database wikisvn


Starting from old_id 6...

-- 
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 34733] "mediawiki.api.edit" module shoud use mw.user.tokens.get('editToken') instead of an API call

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

--- Comment #5 from Krinkle  2012-02-26 16:04:04 UTC ---
(In reply to comment #4)
> (In reply to comment #2)
> > How about making API calls to some other wiki?
> 
> Right now this module only supports API requests to the local wiki as far as I
> know.

Okay, scrap that. When constructing a new API object there is an option for api
url, defaults to mw.util.wikiScript('api'), but is publicly overridable (and
documented with that intention).

Looks like we do indeed need to keep support for getting them from the API
directly inside the request and cache them in context.

> Also, mw.api.watch is already using user.tokens directly.

We need to change that.

However we can optimize mw.Api for local wiki usage (if url ==
mw.util.wikiScript('api'), cachedToken = mw.user.tokens.get( ... ); ok(); else:
get from api, callback: ok.

-- 
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 34733] "mediawiki.api.edit" module shoud use mw.user.tokens.get('editToken') instead of an API call

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

--- Comment #4 from Krinkle  2012-02-26 16:01:38 UTC ---
(In reply to comment #2)
> How about making API calls to some other wiki?

Right now this module only supports API requests to the local wiki as far as I
know.

Making API calls in general is trivially easy with with the helper functions we
have from jQuery. So all this is only convenience.

Also, mw.api.watch is already using user.tokens directly.

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