[Bug 36074] error(s) following redlink to edit page, shown in IE7/web console

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36074

JuneHyeon Bae dev...@gmail.com changed:

   What|Removed |Added

 CC||dev...@gmail.com

--- Comment #2 from JuneHyeon Bae dev...@gmail.com 2012-04-19 06:06:51 UTC ---
I can't see that error at Google Chrome 18.0.1025.162 for Linux (Ubuntu 10.04.4
LTS).

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

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


[Bug 36084] New: PHP Fatal error: Call to undefined function wfAssembleUrl()

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36084

   Web browser: ---
 Bug #: 36084
   Summary: PHP Fatal error:  Call to undefined function
wfAssembleUrl()
   Product: Wikimedia Mobile
   Version: .5
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Generic
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: quim@nokia.com
Classification: Unclassified
   Mobile Platform: ---


Hi, installing today's snapshot MobileFrontend-master-58be6a7 brings a PHP
Fatal Error, showing a blank page with 0 content. My MW installation: 1.18.1
http://espiral.org/wiki/Special:Version

LocalSettings.php has:

require_once($IP/extensions/MobileFrontend/MobileFrontend.php);
$wgMFConfigProperties = array( 'minifyJS' = false, );

PHP log shows a PHP Fatal Error:

[19-Apr-2012 05:21:39 UTC] PHP Fatal error:  Call to undefined function
wfAssembleUrl() in .../w/extensions/MobileFrontend/MobileFrontend.body.php on
line 1079
[19-Apr-2012 05:21:39 UTC] PHP Stack trace:
[19-Apr-2012 05:21:39 UTC] PHP   1. {main}() .../w/index.php:0
[19-Apr-2012 05:21:39 UTC] PHP   2. MediaWiki-run() .../w/index.php:57
[19-Apr-2012 05:21:39 UTC] PHP   3. MediaWiki-main()
.../w/includes/Wiki.php:547
[19-Apr-2012 05:21:39 UTC] PHP   4. MediaWiki-finalCleanup()
.../w/includes/Wiki.php:641
[19-Apr-2012 05:21:39 UTC] PHP   5. OutputPage-output()
.../w/includes/Wiki.php:396
[19-Apr-2012 05:21:39 UTC] PHP   6. SkinTemplate-outputPage()
.../w/includes/OutputPage.php:1864
[19-Apr-2012 05:21:39 UTC] PHP   7. wfRunHooks()
.../w/includes/SkinTemplate.php:518
[19-Apr-2012 05:21:39 UTC] PHP   8. Hooks::run()
.../w/includes/GlobalFunctions.php:3631
[19-Apr-2012 05:21:39 UTC] PHP   9. call_user_func_array()
.../w/includes/Hooks.php:216
[19-Apr-2012 05:21:39 UTC] PHP  10. ExtMobileFrontend-addMobileFooter()
.../w/includes/Hooks.php:216
[19-Apr-2012 05:21:39 UTC] PHP  11. ExtMobileFrontend-getMobileUrl()
.../w/extensions/MobileFrontend/MobileFrontend.body.php:213


I have also tried defining

#$wgMobileUrlTemplate = m.%h0.%h1;

but the result is the same.

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

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


[Bug 36057] PHP Notice: Undefined index: host in PHP www-error.log using MobileFrontend

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36057

--- Comment #3 from Quim Gil quim@nokia.com 2012-04-19 06:30:33 UTC ---
After installing MobileFrontend-master-58be6a7 this error is not seen in the
logs. However, maybe there is a possibility that it doesn't even get there
since I'm getting a PHP Fatal Error - see

Bug 36084 - PHP Fatal error: Call to undefined function wfAssembleUrl()

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

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


[Bug 36085] New: temp files left around from some uploads (maybe uploads of new versions only?)

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36085

   Web browser: ---
 Bug #: 36085
   Summary: temp files left around from some uploads (maybe
uploads of new versions only?)
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ar...@wikimedia.org
CC: bryan.tongm...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


I happened to poke around on ms7 (server with originals of uploaded media), and
noticed that in wikipedia/commons/temp there's about 800GB of cruft accumulated
from 2008 (!) til now. Filenames all look like
MMDDHHMMSS!MMDDHHMMSS!phpXX.png or MMDDHHMMSS!phpXX.jpg and
you find them in the temp directories underneath every project image dir but
commons is the worst case.

Sure, I guess we could do a find on 800-something project dirs or on (ugh) the
whole 18T filesystem for temp/* but I dunno how feasible that's going to be
once media gets moved into Swift.  So maybe there could be some sort of MW
cleanup job to take care of this periodically.  Thoughts?

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

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


[Bug 35875] pre tags generated by extensions should not be collapsed into pre/prediv (content) /div by Tidy

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35875

--- Comment #16 from T. Gries m...@tgries.de 2012-04-19 07:04:29 UTC ---
I suggest to purge all pages to re-render incorrectly rendered pages.

-- 
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 36086] New: re-render pages, at least www.mediawiki.org pages

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36086

   Web browser: ---
 Bug #: 36086
   Summary: re-render pages, at least www.mediawiki.org pages
   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: m...@tgries.de
Classification: Unclassified
   Mobile Platform: ---


Recently https://bugzilla.wikimedia.org/show_bug.cgi?id=35875 has been solved
(which described that source / highlight tags were incorrectly rendered).

I suggested to deactivate cached versions and to let pages re-rendered, at
least for www.mediawiki.org pages.

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

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


[Bug 36086] re-render pages, at least www.mediawiki.org pages

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36086

T. Gries m...@tgries.de 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 35432] New image metadata lost after server restart

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35432

Pei-Tang Huang b...@cht.com.tw changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #4 from Pei-Tang Huang b...@cht.com.tw 2012-04-19 07:14:30 UTC ---
This issue disappeared after I update my MediaWiki from git repository.
Seems this is a feature of the latest version of MediaWiki in Subversion
repository.

Anyway, thanks you all, this issue can be closed now :)

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

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


[Bug 28894] Proofread Page extension needs an API module to set or change page status

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28894

Doug wikipediad...@googlemail.com changed:

   What|Removed |Added

 CC||wikipediad...@googlemail.co
   ||m, zaran.krl...@gmail.com
 Blocks||35925

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

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


[Bug 35925] Wikisource related bugs and enhancements (tracking)

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35925

Doug wikipediad...@googlemail.com changed:

   What|Removed |Added

 Depends on||28894

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

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


[Bug 36070] bnwikisource index table should show the page number in Bengali

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36070

--- Comment #3 from enomil eno...@googlemail.com 2012-04-19 08:47:28 UTC ---
(In reply to comment #2)
 Actually its really easy to fix. Extension should be calling
 $wgContLang-formatNum( number_here ); before outputting any number. (or
 wfMessage( 'msg-name' )-numParams( 1233 ); if you like the new message class)

It is easy to fix for the output, but I guess not so easily for the input:
http://bn.wikisource.org/wiki/পাতা:হরিলক্ষী.djvu/১ have the do the same stuff
(loading image, generating links to previous and next page, image link, ...) as
http://bn.wikisource.org/wiki/পাতা:হরিলক্ষী.djvu/1 does.

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


[Bug 36084] PHP Fatal error: Call to undefined function wfAssembleUrl()

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36084

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 CC||aricha...@wikimedia.org,
   ||prei...@wikimedia.org,
   ||tf...@wikimedia.org
  Component|Generic |MobileFrontend
Version|.5  |unspecified
Product|Wikimedia Mobile|MediaWiki extensions

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

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


[Bug 36084] PHP Fatal error: Call to undefined function wfAssembleUrl()

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36084

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net 2012-04-19 09:01:40 
UTC ---
The function was added to MediaWiki in 1.19

So hence, it won't work in 1.18

In most cases, we don't support git head versions of extensions working with
older releases of 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 36082] Blue background on Chrome browser for all wikipedia pages

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36082

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||listenle...@gmail.com
 Resolution||DUPLICATE

--- Comment #5 from Michael M. listenle...@gmail.com 2012-04-19 09:09:58 UTC 
---


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

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

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


[Bug 34551] CSS rule causes blue background for chrome users

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34551

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

 CC||parag.gadk...@gmail.com

--- Comment #8 from Michael M. listenle...@gmail.com 2012-04-19 09:09:58 UTC 
---
*** Bug 36082 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 36074] error(s) following redlink to edit page, shown in IE7/web console

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36074

JuneHyeon Bae dev...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 Status|NEW |ASSIGNED
  Component|Page editing|Site requests
Version|1.20-git|unspecified
Web browser|Internet Explorer   |Firefox
Product|MediaWiki   |Wikimedia
   Severity|normal  |minor

--- Comment #3 from JuneHyeon Bae dev...@gmail.com 2012-04-19 09:16:53 UTC ---
'getAttributeNode()' and 'specified' problem is wikimedia bits's problem, not
mediawiki.
https://bits.wikimedia.org/en.wikisource.org/load.php?debug=falselang=enmodules=jquery%2Cmediawikionly=scriptsskin=vectorversion=20120416T184457Z

And I can't testing first error since I don't have IE7.

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

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


[Bug 36087] New: Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

   Web browser: ---
 Bug #: 36087
   Summary: Failed to run update.php for PostgresQL: invalid input
syntax for type bytea
   Product: MediaWiki
   Version: 1.20-git
  Platform: PC
OS/Version: Windows Server 2008 R2
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Database
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@cht.com.tw
Classification: Unclassified
   Mobile Platform: ---


When I run update.php, following exception raised:


 Changing column type of 'uploadstash.us_image_bits' from 'integer' to 
 'smallint'
 
 ...column 'oldimage.oi_bits' is already set as NULL
 ...column 'oldimage.oi_timestamp' is already set as NULL
 ...column 'oldimage.oi_major_mime' is already set as NULL
 ...column 'oldimage.oi_minor_mime' is already set as NULL
 Changing 'image.img_metadata' default value
 A database query syntax error has occurred.
 The last attempted database query was:
 ALTER TABLE image ALTER img_metadata SET DEFAULT '\x'::bytea
 from within function .
 Database returned error 22P02: ERROR:  invalid input syntax for type bytea

PostgresQL version: 8.3.14

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

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


[Bug 36078] Tokens-API should be a query module

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36078

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 CC||marcin.cies...@gmail.com

--- Comment #1 from Marcin Cieślak marcin.cies...@gmail.com 2012-04-19 
09:25:46 UTC ---
I have a question to the whole concept, asking in bug 27757 :)

-- 
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 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||postgresql

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

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


[Bug 27757] create an API command just for retrieving tokens (not page-based)

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27757

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 CC||marcin.cies...@gmail.com

--- Comment #16 from Marcin Cieślak marcin.cies...@gmail.com 2012-04-19 
09:32:02 UTC ---
I have a question here - currently the token is session-based, but if no longer
bind the token to the target page (edit|delete|protect|move) or the user
(block|unblock), aren't we losing possibility of ever introducing a
notification/conflict resolution/etc. mechanism to notify (someone is working
on this right now) - kind of soft advisory locking on an object?

FlaggedRevs is trying to do this to show that somebody is reviewing the page
right now.

-- 
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 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 CC||marcin.cies...@gmail.com

--- Comment #1 from Marcin Cieślak marcin.cies...@gmail.com 2012-04-19 
09:45:45 UTC ---
Hi Pei-Tang, 

which version of MediaWiki are you upgrading to?

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


[Bug 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Blocks||384
 AssignedTo|wikibugs-l@lists.wikimedia. |marcin.cies...@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 384] PostgreSQL/pgsql support (tracking)

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=384

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Depends on||36087

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


[Bug 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

--- Comment #2 from Pei-Tang Huang b...@cht.com.tw 2012-04-19 09:48:09 UTC ---
Dear Marcin,

I am using the most recent version from git.

-- 
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 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #3 from Marcin Cieślak marcin.cies...@gmail.com 2012-04-19 
10:03:51 UTC ---
Here is a proposed fix: 

https://gerrit.wikimedia.org/r/5307

Can you try:

git fetch https://gerrit.wikimedia.org/r/p/mediawiki/core
refs/changes/07/5307/1  git checkout -b bug/36087 FETCH_HEAD

and test the upgrade again?



In any way I would be interested in having output from 

pg_dump -U pgsuperuser -s -Fp -n mediawiki --quote-all-identifiers -O -x
yourdatabasename

BEFORE and AFTER upgrade. (Change mediawiki to your PostgreSQL schema if
using other than the default).

-- 
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 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|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 384] PostgreSQL/pgsql support (tracking)

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=384

Bug 384 depends on bug 36087, which changed state.

Bug 36087 Summary: Failed to run update.php for PostgresQL: invalid input 
syntax for type bytea
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 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 36084] PHP Fatal error: Call to undefined function wfAssembleUrl()

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36084

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Severity|major   |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 36088] New: Bugzilla breaks display of git fetch review HEAD:rfs/changes/07/5307/1

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36088

   Web browser: ---
 Bug #: 36088
   Summary: Bugzilla breaks display of git fetch review
HEAD:rfs/changes/07/5307/1
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Bugzilla
AssignedTo: mhershber...@wikimedia.org
ReportedBy: marcin.cies...@gmail.com
CC: innocentkil...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---


I have copied and pasted git fetch URL from gerrit change 5307 and the result
was https://bugzilla.wikimedia.org/show_bug.cgi?id=36087#c3

pre
  git fetch https://gerrit.wikimedia.org/r/p/mediawiki/core  
HEAD:refs/changes/07/5307/1  git checkout -b bug/36087 FETCH_HEAD
/pre

-- 
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 36084] PHP Fatal error: Call to undefined function wfAssembleUrl()

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36084

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||maxsem.w...@gmail.com
 Resolution||INVALID

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

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


[Bug 36088] Bugzilla breaks display of git fetch review HEAD:rfs/changes/07/5307/1

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36088

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #1 from Marcin Cieślak marcin.cies...@gmail.com 2012-04-19 
10:11:52 UTC ---
er, forget 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 36086] re-render pages, at least www.mediawiki.org pages

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36086

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net 2012-04-19 10:14:00 
UTC ---
I'm not sure this is really needed..

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

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


[Bug 36008] Need icon to signify 'no Network connection'

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36008

--- Comment #4 from Yuvi Panda yuvipa...@gmail.com 2012-04-19 10:15:27 UTC ---
Currently we show up a modal dialog box if there's a network issue and the user
tries to search. I'm looking for a non-modal way of showing 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 36086] re-render pages, at least www.mediawiki.org pages

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36086

--- Comment #2 from T. Gries m...@tgries.de 2012-04-19 10:32:49 UTC ---
(In reply to comment #1)
 I'm not sure this is really needed..

Not sure, if you are right, because many pages which use the source tag were
rendered in an ugly way due to the broken pre formatting, which appears to be
fixed now, when one edits or purges a page.

I did action=purge for some of the extensions which I maintain.

Please feel free to close the bug - I wanted to mention, that it might be an
advantage when purging and devalidating the caches, at least for
MediaWiki.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 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

--- Comment #4 from Pei-Tang Huang b...@cht.com.tw 2012-04-19 11:18:51 UTC ---
After checkout the proposed branch, I got another error:

 ...index 'logging_page_id_time' on table 'logging' already exists
 ...index 'iwl_prefix_title_from' on table 'iwlinks' already exists
 Creating index 'job_timestamp_idx' on table 'job' (job_timestamp)
 A database query syntax error has occurred.
 The last attempted database query was:
 
   SELECT opcname,
   attname,
   i.indoption[s.g] as option,
   pg_am.amname
   FROM
   (SELECT generate_subscripts(isub.indkey, 1) AS g
   FROM
   pg_index isub
   JOIN pg_class cis
   ON cis.oid=isub.indexrelid
   JOIN pg_namespace ns
   ON cis.relnamespace = ns.oid
   WHERE cis.relname='pagelink_unique' AND 
 ns.nspname='mediawiki') AS s,
   pg_attribute,
   pg_opclass opcls,
   pg_am,
   pg_class ci
   JOIN pg_index i
   ON ci.oid=i.indexrelid
   JOIN pg_class ct
   ON ct.oid = i.indrelid
   JOIN pg_namespace n
   ON ci.relnamespace = n.oid
   WHERE
   ci.relname='pagelink_unique' AND 
 n.nspname='mediawiki'
   AND attrelid = ct.oid
   AND i.indkey[s.g] = attnum
   AND i.indclass[s.g] = opcls.oid
   AND pg_am.oid = opcls.opcmethod
 from within function DatabasePostgres::indexAttributes.
 Database returned error 42883: ERROR:  function 
 generate_subscripts(int2vector, integer) does not exist
 LINE 7: (SELECT generate_subscripts(isub.indkey, 1) AS g
 ^
 HINT:  No function matches the given name and argument types. You might need 
 to add explicit type casts.
 

I found that generate_subscripts function was introduced in PostgresQL 8.4,
is  PostgresQL 8.3 not supported by MediaWiki anymore?

-- 
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 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

 CC||t...@tim-landscheidt.de

--- Comment #5 from Tim Landscheidt t...@tim-landscheidt.de 2012-04-19 
11:20:58 UTC ---
Without having checked the actual problem: Why not use ''::BYTEA as the
default?  It is equivalent to '\x'::BYTEA and compatible with earlier
versions of PostgreSQL.

-- 
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 384] PostgreSQL/pgsql support (tracking)

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=384

Bug 384 depends on bug 36087, which changed state.

Bug 36087 Summary: Failed to run update.php for PostgresQL: invalid input 
syntax for type bytea
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

   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 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

Tim Landscheidt t...@tim-landscheidt.de changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 36049] HTMLForm textarea field does not support 'placeholder'

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36049

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||has...@free.fr
 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 36089] New: SMW Exception Given namespace '2' is not an integer

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36089

   Web browser: ---
 Bug #: 36089
   Summary: SMW Exception Given namespace '2' is not an integer
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified
   Mobile Platform: ---


[rakkaus] 2012-04-19 11:39:16 v22011026445052.yourvserver.net mediawiki-bw_:
/wiki/Translating:Waymarked_Trails   Exception from line 54 of
/www/w/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_WikiPage.php:
Given namespace '2' is not an integer.

Translate is getting a lot of these errors.

Looking through the code, there seems to be some suspicious entries (such as
SMW_DI_WikiPage.php), which is passing a float

return new SMWDIWikiPage( $parts[0], floatval( $parts[1] ), $parts[2] );


?php

var_dump( is_integer( floatval( 1234 ) ) );
var_dump( is_integer( floatval( 1234.55 ) ) );

reedy@ubuntu64-web-esxi:~$ php test.php
bool(false)
bool(false)


So that code is going to throw errors.


It'd probably be saner if the constructor tried to make it an int if it isn't,
and then bail if it's still not useable

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

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


[Bug 36076] Template:Track_listing is unreadable on mobile view

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36076

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

Summary|Template:Track_listing in   |Template:Track_listing is
   |unreadable on mobile view   |unreadable on mobile view

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

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


[Bug 35405] Automated builds broken due to not pulling in changes from MF

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35405

--- Comment #2 from Yuvi Panda yuvipa...@gmail.com 2012-04-19 11:53:54 UTC ---
After today's merge of api-move into master, MobileFrontend has been added as a
submodule.

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

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


[Bug 34981] Rerun populateParentId from some IDs (English Wikipedia)

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34981

--- Comment #13 from Sam Reed (reedy) s...@reedyboy.net 2012-04-19 11:55:07 
UTC ---
...doing rev_id from 176812800 to 176812999

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

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


[Bug 35834] Add Linux libertine to webFonts

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35834

--- Comment #1 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2012-04-19 12:23:21 UTC ---
Added regular, bold, italic, bold italic variants of the font in
https://gerrit.wikimedia.org/r/5314

-- 
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 35834] Add Linux libertine to webFonts

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35834

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 36090] New: move the logbot to stable instance

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36090

   Web browser: ---
 Bug #: 36090
   Summary: move the logbot to stable instance
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Bots project
AssignedTo: benap...@gmail.com
ReportedBy: benap...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


It's now on bots-2 it needs to be moved to better one, I have no idea where the
it is

-- 
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 36090] move the logbot to stable instance

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36090

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||benap...@gmail.com
 AssignedTo|benap...@gmail.com  |rlan...@gmail.com
   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 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

--- Comment #6 from Marcin Cieślak marcin.cies...@gmail.com 2012-04-19 
12:31:06 UTC ---
This seems to be not necessary at all, I checked with Mediawiki 1.7.2 upgrade
and we get the default properly. 

The problem is I didn't check with PostgreSQL 8.3 so now I need to fix
indexAttributes.

-- 
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 36089] SMW Exception Given namespace '2' is not an integer

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36089

--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-04-19 
12:35:42 UTC ---
Yes, using floatval there is wrong. The fix should be to give an integer (it is
a namespace id after all). I would not insert code to try and convert floats to
integers; it's the callers fault to pass a float as a namespace (PHP is just
far too friendly in such cases; somebody passing a float as a namespace id is
clearly confused and should be informed as early as possible).

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


[Bug 36091] New: MathJax zoomed preview shouldn't be hidden when click-dragged on

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36091

   Web browser: ---
 Bug #: 36091
   Summary: MathJax zoomed preview shouldn't be hidden when
click-dragged on
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Math (texvc)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: wal...@email.com
Classification: Unclassified
   Mobile Platform: ---


Making the zoomed preview disappear with a single click either inside or
outside the preview makes sense, since it minimizes user effort (no mouse
movement required).

But one might want to select parts of the formula in the zoomed view, and this
in fact should be fairly straightforward to implement (the same way click-drag
is not used to show the zoomed formula in the first place).

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

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


[Bug 36089] SMW Exception Given namespace '2' is not an integer

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36089

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net 2012-04-19 12:37:09 
UTC ---
[19-Apr-2012 11:18:43] ul
liSMW_DI_WikiPage.php line 54 calls wfBacktrace()/li
liSMW_SQLStore2_Queries.php line 415 calls SMWDIWikiPage-__construct()/li
liSMW_SQLStore2_Queries.php line 284 calls
SMWSQLStore2QueryEngine-getInstanceQueryResult()/li
liSMW_SQLStore2.php line 997 calls
SMWSQLStore2QueryEngine-getQueryResult()/li
liSMW_QueryProcessor.php line 397 calls SMWSQLStore2-getQueryResult()/li
liSMW_QueryProcessor.php line 363 calls
SMWQueryProcessor::getResultFromQuery()/li
liSMW_QueryProcessor.php line 341 calls
SMWQueryProcessor::getResultFromQueryString()/li
liSMW_Ask.php line 34 calls
SMWQueryProcessor::getResultFromFunctionParams()/li
li- line - calls SMWAsk::render()/li
liParser.php line 3195 calls call_user_func_array()/li
liPreprocessor_DOM.php line 1043 calls Parser-braceSubstitution()/li
liParser.php line 3355 calls PPFrame_DOM-expand()/li
liPreprocessor_DOM.php line 1043 calls Parser-braceSubstitution()/li
liParser.php line 2984 calls PPFrame_DOM-expand()/li
liParser.php line 1099 calls Parser-replaceVariables()/li
liParser.php line 348 calls Parser-internalParse()/li
liWikiPage.php line 2922 calls Parser-parse()/li
liPoolCounter.php line 188 calls PoolWorkArticleView-doWork()/li
liArticle.php line 591 calls PoolCounterWork-execute()/li
liViewAction.php line 40 calls Article-view()/li
liWiki.php line 483 calls ViewAction-show()/li
liWiki.php line 277 calls MediaWiki-performAction()/li
liWiki.php line 592 calls MediaWiki-performRequest()/li
liWiki.php line 502 calls MediaWiki-main()/li
liindex.php line 58 calls MediaWiki-run()/li
/ul

2012-04-19 11:18:43 v22011026445052.yourvserver.net mediawiki-bw_:
/wiki/Portal:Ru   Exception from line 55 of
/www/w/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_WikiPage.php:
Given namespace '2' is not an integer.

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

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


[Bug 36007] Unit test issues

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36007

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||jrob...@wikimedia.org

--- Comment #2 from Jon jrob...@wikimedia.org 2012-04-19 12:41:26 UTC ---
Agreed with all the above although not too sure about not using jQuery's
hasClass for testing.. seems overkill... as the rest of the tests already
assume jquery is fine. I have a hasClass function in application.js but this is
different.

When I first rewrote MobileFrontend I had to write unit tests to test existing
content which had lots of globals so some of the tests are not written how I'd
like them. I think it's safer now to address the problems above you describe.

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

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


[Bug 36089] SMW Exception Given namespace '2' is not an integer

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36089

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-04-19 
12:46:41 UTC ---
Well, should be fixed by
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/SemanticMediaWiki.git;a=commit;h=cfb434f96b4dd4cd8e86422c1759cb343d7cbe84
I guess...

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

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


[Bug 36089] SMW Exception Given namespace '2' is not an integer

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36089

--- Comment #4 from Sam Reed (reedy) s...@reedyboy.net 2012-04-19 12:49:16 
UTC ---
I found the floatval instances looking manually.

The stack trace is to go with the exact error that was appearing on TW... So
presumably this still isn't 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 36089] SMW Exception Given namespace '2' is not an integer

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36089

--- Comment #5 from Jeroen De Dauw jeroen_ded...@yahoo.com 2012-04-19 
12:53:15 UTC ---
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/SemanticMediaWiki.git;a=commit;h=d8dcc0ec445560d5b44726597a3d5ee13ee91395

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

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


[Bug 35405] Automated builds broken due to not pulling in changes from MF

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35405

Yuvi Panda yuvipa...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

--- Comment #7 from Marcin Cieślak marcin.cies...@gmail.com 2012-04-19 
12:56:41 UTC ---
(In reply to comment #4)

  LINE 7: (SELECT generate_subscripts(isub.indkey, 1) AS g
  ^
  HINT:  No function matches the given name and argument types. You might 
  need to add explicit type casts.
  
 
 I found that generate_subscripts function was introduced in PostgresQL 8.4,
 is  PostgresQL 8.3 not supported by MediaWiki anymore?

No, it should work.

I have updated the patch to fix this problem. Currently installing PostgreSQL
8.2 to test.

-- 
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 36092] New: Activation of Food flag on vec.wikipedia.org

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36092

   Web browser: ---
 Bug #: 36092
   Summary: Activation of Food flag on vec.wikipedia.org
   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: agostini...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Please enable a Flood flag on vec.wikipedia.org
For the local consensus about it see
http://vec.wikipedia.org/wiki/Wikipedia:Ci%C3%A0co%C5%82e#Flooder
The flag should be named as Flooder and it should be assignable/removable by
sysops to themselves.
Thank you

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

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


[Bug 36011] Unable to connect to memcached randomly

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36011

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-04-19 13:37:30 
UTC ---
The good old $wgMemCachedDebug would do it, unfortunately it currently sends
any log to the wgDebugLogFile which can be a bit messy.

-- 
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 36087] Failed to run update.php for PostgresQL: invalid input syntax for type bytea

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36087

--- Comment #8 from Tim Landscheidt t...@tim-landscheidt.de 2012-04-19 
13:49:21 UTC ---
(In reply to comment #7)
 [...]
 I have updated the patch to fix this problem. Currently installing PostgreSQL
 8.2 to test.

8.2 is no longer supported by PostgreSQL.  I think supporting 8.3 is backbender
enough :-).

-- 
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 36093] New: Break of the fromsection and tosection parameters of the pages tag in 1.20-wmf1 release

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36093

   Web browser: ---
 Bug #: 36093
   Summary: Break of the fromsection and tosection parameters of
the pages tag in 1.20-wmf1 release
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: need-review
  Severity: critical
  Priority: Unprioritized
 Component: ProofreadPage
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: thoma...@hotmail.fr
CC: zaran.krl...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The Proofreadpage version of the 1.20-wmf1 release break the fromsection and
tosection parameters of the pages tag.

It has been reported on en :
https://en.wikisource.org/wiki/Wikisource:Scriptorium#Issues%20with%20upgrade%20to%201.20wmf
and on fr :
https://fr.wikisource.org/wiki/Wikisource:Scriptorium/Avril_2012#Nouveau_syst.C3.A8me_de_d.C3.A9ploiement_des_mises_.C3.A0_jour_.2B_am.C3.A9lioration_de_ProofreadPage

Here is a patch that solve the bug :
https://gerrit.wikimedia.org/r/#change,5317

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

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


[Bug 35704] Inline styles in wikitext cause problems on mobile site

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35704

--- Comment #4 from Jon jrob...@wikimedia.org 2012-04-19 14:29:03 UTC ---
bug 36030 is another example of problems caused by this

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

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


[Bug 36030] Mobile Frontend doesn't display multiple horizontal images well

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36030

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||jrob...@wikimedia.org

--- Comment #2 from Jon jrob...@wikimedia.org 2012-04-19 14:29:15 UTC ---
The first is caused by an inline style width: 461px; on a div with class
thumb and tright
The second also has an inline style width:222px; on a div with
class=thumbinner

See Bug 35704

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

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


[Bug 35704] Inline styles in wikitext cause problems on mobile site

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35704

--- Comment #5 from Jon jrob...@wikimedia.org 2012-04-19 14:46:07 UTC ---
also see bug 30887

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

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


[Bug 36094] New: Default to ON for (proofreadpage-preferences-showheaders) @enwikisource

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36094

   Web browser: ---
 Bug #: 36094
   Summary: Default to ON for
(proofreadpage-preferences-showheaders)  @enwikisource
   Product: Wikimedia
   Version: 1.20wmf1
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: billinghu...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The recent upgrade to 1.20wmf has added to the Editing tab, what some
wikisources had as a gadget, primarily the ability to set a toggle display
header.

At English Wikisource, the gadget was set to be on by default, and the new
option is off by default.  Would the local settings for enwikisource please be
updated to now have this gadget on.

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

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


[Bug 33665] Line spacing in Featured Article paragraph too cramped

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33665

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||aricha...@wikimedia.org,
   ||prei...@wikimedia.org
  Component|Generic |MobileFrontend
Version|--  |unspecified
 AssignedTo|jrob...@wikimedia.org   |wikibugs-l@lists.wikimedia.
   ||org
Product|Wikimedia Mobile|MediaWiki extensions

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

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


[Bug 35912] Set up automatic PHPUnit test suite runs for MySQL backend

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35912

Mark A. Hershberger m...@everybody.org 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 30190] Not properly detecting Nintendo DS UA

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30190

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||aricha...@wikimedia.org,
   ||jrob...@wikimedia.org
  Component|devices |MobileFrontend
Version|--  |unspecified
Product|Wikimedia Mobile|MediaWiki extensions

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

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


[Bug 32773] Scrolling on Nokia E75 is slow

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32773

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||aricha...@wikimedia.org,
   ||jrob...@wikimedia.org,
   ||prei...@wikimedia.org,
   ||tf...@wikimedia.org
  Component|Generic |MobileFrontend
Version|--  |unspecified
 AssignedTo|tf...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org
Product|Wikimedia Mobile|MediaWiki extensions

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

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


[Bug 36093] Break of the fromsection and tosection parameters of the pages tag in 1.20-wmf1 release

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36093

MArc marc.gall...@orange.fr changed:

   What|Removed |Added

 CC||marc.gall...@orange.fr

--- Comment #1 from MArc marc.gall...@orange.fr 2012-04-19 15:09:40 UTC ---
This is a critical bug that destroys hundred of texts on Wikisource.

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

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


[Bug 35914] Wikimedia projects do not pass W3's validation

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35914

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

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2012-04-19 
15:09:42 UTC ---
HTML 5 validation fails, too.

http://validator.w3.org/check?uri=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FMain_Pagecharset=%28detect+automatically%29doctype=HTML5group=0user-agent=W3C_Validator%2F1.3

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

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


[Bug 20182] Move wiki to www.wikimedia.org.uk to avoid confusion with Wikimedia Ukraine

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20182

bluehairedlaw...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bluehairedlaw...@gmail.com
 Resolution||INVALID

--- Comment #3 from bluehairedlaw...@gmail.com 2012-04-19 15:10:16 UTC ---
Bugzilla is for reporting bugs and improvements in the software underlying
Wikipedia wikis, and used by many others. It's not for domain name assignment.
Try taking it up with Jimmy Wales.

-- 
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 36057] PHP Notice: Undefined index: host in PHP www-error.log using MobileFrontend

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36057

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||maxsem.w...@gmail.com
 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 36061] MathJax supports CJK directly while Texvc doesn't

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36061

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

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #1 from Derk-Jan Hartman hart...@videolan.org 2012-04-19 15:13:24 
UTC ---
Isn't one of the reasons we actually wanted to switch to MathJax exactly that
CJK isn't supported by texvc ?

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

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


[Bug 31715] Search Query Malfunction

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31715

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||aricha...@wikimedia.org,
   ||jrob...@wikimedia.org,
   ||prei...@wikimedia.org
  Component|Generic |MobileFrontend
Version|--  |unspecified
 AssignedTo|tf...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org
Product|Wikimedia Mobile|MediaWiki extensions

--- Comment #1 from Jon jrob...@wikimedia.org 2012-04-19 15:14:24 UTC ---
Search now works on Opera 6.* (without autocomplete)  due to
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/MobileFrontend.git;a=commit;h=68e39ffc9b09e94d1eaaf67b9d5e060badba9daf

It's only a temporary fix as we will soon be moving to a new beta version which
seems to work fine in opera mini
http://en.m.wikipedia.org/?mobileaction=beta

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

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


[Bug 36063] Math settings provided by MathJax should be a part of user preferences.

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36063

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

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #1 from Derk-Jan Hartman hart...@videolan.org 2012-04-19 15:14:29 
UTC ---
Long term perhaps, but in the short run, I don't think we'd want to tinker with
this.

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

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


[Bug 31715] Search Query Malfunction

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31715

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 36095] New: Gerrit diffs not viewable in Opera

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36095

   Web browser: Opera
 Bug #: 36095
   Summary: Gerrit diffs not viewable in Opera
   Product: Wikimedia
   Version: unspecified
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: Git/Gerrit
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: eno...@googlemail.com
CC: innocentkil...@gmail.com, rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Every time i want to see a side-by-side-diff Opera (11.62) throws this error
http://p.defau.lt/?mCG1fdb0osFN_sYkh_UdPw and does not show up the diff. So
diffs aren't viewable with 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 35060] [[Special:MyPage]] should not discard URL parameters

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35060

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

   Keywords|need-review, patch  |
 CC||maxsem.w...@gmail.com

--- Comment #10 from Max Semenik maxsem.w...@gmail.com 2012-04-19 15:23:05 
UTC ---
Removing patch keyword as things have moved into Gerrit.

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

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


[Bug 34878] References section is poorly formatted

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34878

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||jrob...@wikimedia.org

--- Comment #2 from Jon jrob...@wikimedia.org 2012-04-19 15:23:53 UTC ---
Less relevant now as in the beta there is less emphasis on this section (we
could even remove the section in its entirety for enhanced pages)

 but this is also down to inline styles
-webkit-column-count: 2; and column-count: 2 on the div with classes reflist
references-column-count references-column-count-2

see bug 35704

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

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


[Bug 35704] Inline styles in wikitext cause problems on mobile site

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35704

--- Comment #6 from Jon jrob...@wikimedia.org 2012-04-19 15:24:07 UTC ---
also bug 34878

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

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


[Bug 35060] [[Special:MyPage]] should not discard URL parameters

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35060

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords||patch, reviewed

--- Comment #11 from Sumana Harihareswara suma...@panix.com 2012-04-19 
15:25:17 UTC ---
There's still a patch, it's just that it's in Gerrit (and in this case it's
been reviewed). :)

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

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


[Bug 29157] noprint content is hidden

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29157

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||jrob...@wikimedia.org

--- Comment #3 from Jon jrob...@wikimedia.org 2012-04-19 15:25:42 UTC ---
+1 to MZMcBride's comment such a convention would also help problems in the
mobile site (for example bug 20030)

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

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


[Bug 36080] ParserAfterTidy-Hook gives wrong value

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36080

--- Comment #3 from desertw...@mad.scientist.com 2012-04-19 15:27:33 UTC ---
Hi,


first of all i don't use that extension to modify the edit button - i just want
to add a div with a css class before and after a heading - and i found out that
this method was pretty simple - i DO NOT WANT to change the edit text/icon with
that

currently i replace this:

$text = preg_replace('/h([23])span class=editsection\[a href=(.+)
title=(.+)(.+)\/a\]\/span span(.+)(.+)\/span\/h[23]/i', 'div
class=MainHeadh$1span class=editsection[a href=$2
title=$3$4/a]/span span $5$6/span/h$1/div', $text);

which should work fine according to regexbuddy and did in mw1.16

for my extensions - besides Edit_Section_Link_Transform extension i only have
the extensions installed that came with mw1.18

require_once( $IP/extensions/ConfirmEdit/ConfirmEdit.php );
require_once( $IP/extensions/Gadgets/Gadgets.php );
require_once( $IP/extensions/Nuke/Nuke.php );
require_once( $IP/extensions/ParserFunctions/ParserFunctions.php );
require_once( $IP/extensions/Renameuser/Renameuser.php );
require_once( $IP/extensions/Vector/Vector.php );
require_once( $IP/extensions/WikiEditor/WikiEditor.php );

also tried it with comment all the lines - but it didnt help

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

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


[Bug 32537] Don't load some (default) modules if they've been loaded before

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32537

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

   Keywords|need-review |
 CC||maxsem.w...@gmail.com

--- Comment #14 from Max Semenik maxsem.w...@gmail.com 2012-04-19 15:27:47 
UTC ---
Rm need-review as it's in Git now.

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

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


[Bug 33649] Internet Explorer mobile browser displays error for Wikipedia

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33649

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||aricha...@wikimedia.org,
   ||jrob...@wikimedia.org,
   ||prei...@wikimedia.org,
   ||tf...@wikimedia.org
  Component|Generic |MobileFrontend
Version|--  |unspecified
 AssignedTo|tf...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org
Product|Wikimedia Mobile|MediaWiki extensions

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

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


[Bug 35548] Unable to scroll horizontally

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35548

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||jrob...@wikimedia.org

--- Comment #2 from Jon jrob...@wikimedia.org 2012-04-19 15:28:24 UTC ---
I'm not sure I understand this bug. Is it referring to the mobile site or the
mobile app.
Can you provide more information e.g. pages showing this problem, the browser
and device that this happens under etc...

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 22596] Migrate subversion to git (tracking)

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22596

Bug 22596 depends on bug 35469, which changed state.

Bug 35469 Summary: Let LocalisationUpdate fetch from Git
https://bugzilla.wikimedia.org/show_bug.cgi?id=35469

   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 on the CC list for the bug.

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


[Bug 35469] Let LocalisationUpdate fetch from Git

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35469

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #10 from Antoine hashar Musso has...@free.fr 2012-04-19 
15:29:48 UTC ---
Patch updated by Roan.

Gerrit change 3885 has been merged and deployed by Leslie on Apr 17th, 2012.

So this bug is solved now.

-- 
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 31235] Extensions awaiting code review to be deployed on Wikimedia wikis

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31235

Bug 31235 depends on bug 13782, which changed state.

Bug 13782 Summary: Install ConfirmAccount extension on Wikimedia wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=13782

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||INVALID

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

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


[Bug 13782] Install ConfirmAccount extension on Wikimedia wikis

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13782

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID

--- Comment #29 from Sumana Harihareswara suma...@panix.com 2012-04-19 
15:30:59 UTC ---
The discussion at
https://en.wikipedia.org/wiki/Wikipedia_talk:Request_an_account#Account_Request_extension.2C_revisited
finished as follows:

So, it seems fairly clear that there is no real enthusiasm for enabling this
extension. This seems to be based around the fact that ConfirmAccount actually
lacks a lot of the features that ACC connects, although it was an improvement
over the tools available in 2008 when the initial discussion happened. It would
require far more developer resources than initially thought. We're going to be
trying to work out if there are actually security issues that need to be worked
through, and will start a new bug to deal with those specific problems if
information dictates that we should; in the meantime, please do contact us if
you're aware of specific problems with ACC.

If any of you have programming experience or skills and want to work with us on
fixing ACC problems, please do come to either the Berlin Hackathon 2012
https://www.mediawiki.org/wiki/Berlin_Hackathon_2012 or the Hackathon at
Wikimania this year; we'd love to have a group to extend and improve ACC,
although I know that a lot of people are already (and have been for a long
time!) helping make the software better. In the meantime, do give us a shout if
you can point to specific rather than general issues, and drop me a message if
you want to be kept in the loop. Okeyes (WMF) (talk) 20:22, 13 April 2012
(UTC)

I am alerting Chris Steipp, Wikimedia Foundation's new Software Security
Engineer
http://lists.wikimedia.org/pipermail/wikitech-l/2012-April/060148.html, of
this discussion so that he knows of this discussion.  You can let him know of
any security issues in the current ACC setup and practice - csteipp, at
wikimedia dot 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 13498] Request for New User Group to be created, to create account Requests.

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13498

Bug 13498 depends on bug 13782, which changed state.

Bug 13782 Summary: Install ConfirmAccount extension on Wikimedia wikis
https://bugzilla.wikimedia.org/show_bug.cgi?id=13782

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||INVALID

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

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


[Bug 29862] Update items_to_remove

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29862

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jrob...@wikimedia.org
 Resolution||INVALID

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

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


[Bug 22911] Install extension:SubpageSortkey on wikibooks

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22911

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords|need-review |shell
 AssignedTo|rm...@wikimedia.org |s...@reedyboy.net

--- Comment #18 from Sumana Harihareswara suma...@panix.com 2012-04-19 
15:34:01 UTC ---
Sam, would you prefer to simply move this to the Deployment queue now and
deploy it as an extension, or would you prefer to get it moved into core first?

-- 
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 35915] equivset: 3A5 Υ = 59 Y

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35915

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

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2012-04-19 
15:35:59 UTC ---
https://gerrit.wikimedia.org/r/#change,5332

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

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


[Bug 35916] handle upload filesize maxfilesize gracefully

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35916

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

   What|Removed |Added

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

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

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


[Bug 35918] no preview thumbnails upon uploading video via UploadWizard

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35918

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

   What|Removed |Added

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

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

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


[Bug 35548] Unable to scroll horizontally

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35548

--- Comment #3 from Liangent liang...@gmail.com 2012-04-19 15:40:54 UTC ---
(In reply to comment #2)
 I'm not sure I understand this bug. Is it referring to the mobile site or the
 mobile app.
 Can you provide more information e.g. pages showing this problem, the browser
 and device that this happens under etc...
 
 Thanks!

Mobile app as I said above.

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

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


[Bug 22770] wrap rights on GlobalGroupPermissions into a CSS class

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22770

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

 CC||suma...@panix.com

--- Comment #7 from Sumana Harihareswara suma...@panix.com 2012-04-19 
15:42:05 UTC ---
Victor, could you take a look at this patch?  Thanks.

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

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


[Bug 35922] formatnum can deformat numbers only if they're in English format

2012-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35922

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

   What|Removed |Added

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

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

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


  1   2   3   >