[Bug 27579] New: Installer: Chrome saves config as LocalSettings.php.php

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27579

   Summary: Installer: Chrome saves config as
LocalSettings.php.php
   Product: MediaWiki
   Version: 1.18-svn
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Installation
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: maxsem.w...@gmail.com
CC: innocentkil...@gmail.com


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

Chrome 6.0.466.0 dev/Win always saves with double extension although in UI it
looks like everything's going to be OK (see attachment). Hide extensions for
known file types system option doesn't seem to affect 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 27498] Global login inop

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27498

--- Comment #11 from Paine Ellsworth pain...@aol.com 2011-02-20 08:13:07 UTC 
---
(In reply to comment #8)
 (In reply to comment #7)
  You're welcome!  Any possibility that the global login will be compatible 
  with
  the medium privacy setting in the future?
 There is an on-going discussion about CentralAuth (this is how global login is
 accomplished) right now and, while I don't know enough about IE8 to give you 
 an
 affirmative answer, I will say that I will raise the issue to see if it is
 possible.
 To see the current discussion:
 http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/52305
 Click the Subject link to see the full thread.

Great stuff, and thank you for asking!  Of course, I barely understood about
every other word. g  I liked the very brief allusion by Platonides regarding
global preferences.  It would be great to take the same skin with me as I
browse the Mediawiki Universe.  If you're wonderin' why, it's the BG.  The
simple skin sees my Windows preference of 187 221 187, which is a light, pastel
green, *very* easy on the eyes even after hours of reading and editing.

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

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


[Bug 6559] Sorting language pane by article size

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6559

--- Comment #4 from Niklas Laxström niklas.laxst...@gmail.com 2011-02-20 
08:22:11 UTC ---
Pagelength is bytes which is useless for length comparison.

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


[Bug 27580] New: new extension: Offline database driver reads articles.xml.bz2

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27580

   Summary: new extension: Offline database driver reads
articles.xml.bz2
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://www.mediawiki.org/wiki/Extension:Offline
OS/Version: All
Status: NEW
  Keywords: need-review
  Severity: enhancement
  Priority: Normal
 Component: [other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@ludd.net
CC: s...@ludd.net


Created attachment 8178
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8178
extension source code

Starting with others peoples' work, I wrote this in the hope that standalone MW
installations will become commonplace.

Any help would be appreciated, with mediawiki.org hosting and posting
especially.

Great work!

-Adam Wight

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

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


[Bug 26683] Unable to download index.php from localhost message displayed at complete page in IE7 IE8 browsers

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26683

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Max Semenik maxsem.w...@gmail.com 2011-02-20 08:30:36 UTC 
---
Fixed in r82504.

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

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


[Bug 27580] new extension: Offline database driver reads articles.xml.bz2

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27580

--- Comment #1 from Max Semenik maxsem.w...@gmail.com 2011-02-20 08:47:51 UTC 
---
Neat!

See
http://www.mediawiki.org/wiki/Manual:Developing_extensions#Publishing_your_extension
regarding publishing on mediawiki.org

If you want to host your extension in our SVN repository (which will allow it
to benefit from localisation and other developers' attention), you can apply
for commit access: http://www.mediawiki.org/wiki/Commit_access

A few nitpicks after looking at code:
* We don't use ? - it helps nothing and can lead to hard to track bugs if
someone leaves whitespace after it
* You don't need to split i18n messages into two files
* Message keys should have an unique prefix, such as offline_ to avoid possible
conflicts with other extensions
* APC functions are not available on every PHP installation, check with
function_exists() first
* Why are you disabling other databases unconditionally?

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

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


[Bug 23735] Allow different user grouping for OpenID users

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23735

T. Gries m...@tgries.de changed:

   What|Removed |Added

URL||http://www.mediawiki.org/wi
   ||ki/Extension:OpenID

-- 
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 27419] OpenID extension: disallow new account creation for those users without createaccount permission

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27419

T. Gries m...@tgries.de changed:

   What|Removed |Added

URL||http://www.mediawiki.org/wi
   ||ki/Extension:OpenID

-- 
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 27581] New: 3 new OpenID login page parameters: $wgOpenIDAllowManualUsername, AllowAutomaticUsername, ProposeUsernameFromSREG

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27581

   Summary: 3 new OpenID login page parameters:
$wgOpenIDAllowManualUsername, AllowAutomaticUsername,
ProposeUsernameFromSREG
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://www.mediawiki.org/wiki/Extension:OpenID
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: OpenID
AssignedTo: sergey.chernys...@gmail.com
ReportedBy: m...@tgries.de
Depends on: 18635,27419


Patch to customize the OpenID login page (for new or existing accounts).
Introduction of three new settings.

; $wgOpenIDProposeUsernameFromSREG
: defaults to true; first-time logging in with OpenID, propose and allow new
account names from OpenID SREG data such as fullname or nickname
; $wgOpenIDAllowManualUsername
: defaults to true; when first-time logging in with OpenID, show option to
enter and to allow a manually chosen username
; $wgOpenIDAllowAutomaticUsername
: defaults to true; when first-time logging in with OpenID, show option to
choose and to allow an automatically generated username

The patch is a cumulative patch and includes the patches for 
- Bug 27419 - OpenID extension: disallow new account creation for those users
without createaccount permission
https://bugzilla.wikimedia.org/show_bug.cgi?id=27419
- Bug 18635 - Allow to use User pages as OpenIDs even if user is using OpenID
already https://bugzilla.wikimedia.org/show_bug.cgi?id=18635

-- 
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 18635] Allow to use User pages as OpenIDs even if user is using OpenID already

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18635

T. Gries m...@tgries.de changed:

   What|Removed |Added

 Blocks||27581

-- 
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 27419] OpenID extension: disallow new account creation for those users without createaccount permission

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27419

T. Gries m...@tgries.de changed:

   What|Removed |Added

 Blocks||27581

-- 
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 27581] 3 new OpenID login page parameters: $wgOpenIDAllowManualUsername, AllowAutomaticUsername, ProposeUsernameFromSREG

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27581

--- Comment #1 from T. Gries m...@tgries.de 2011-02-20 09:00:41 UTC ---
Created attachment 8179
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8179
Patch introduces three new parameters (this is a cumulative patch, it contains
two other patches)

-- 
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 27581] 3 new OpenID login page parameters: $wgOpenIDAllowManualUsername, AllowAutomaticUsername, ProposeUsernameFromSREG

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27581

T. Gries m...@tgries.de changed:

   What|Removed |Added

   Keywords||need-review, patch

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

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


[Bug 27420] Message Validationstatistics-pndtime gives incomplete information.

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27420

--- Comment #3 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net 
2011-02-20 09:09:14 UTC ---
This bug report was not about the time units, which obviously are part of the
inserted parameter.

My complaint goes to the fact that the message lacks clear information, which
duration is meant; delay for pages with unreviewed edits pending does not say
enough. Probably the average time between any page save and storing a review
for the same page is meant? Or the average of the longest such times per page
in case of multiple edits followed by a single review? Or something else? ...

Not reopening though, since the UI is being overhauled anyway.

BTW., Should we delay translating messages (which is extrorinary hard) for this
extension til after the rewrite?

-- 
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 26670] Raw SQL sucks

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26670

Adam Wight s...@ludd.net changed:

   What|Removed |Added

 CC||s...@ludd.net

--- Comment #6 from Adam Wight s...@ludd.net 2011-02-20 09:33:37 UTC ---
Can I just say,
I was in your trenches a minute ago and the OP was not judging too harshly.  A
few recommendations for minor recoding are listed below.

Great work fighting bloat in general--the code is not in any risk of becoming a
BusinessObjectModel, leave that powerpoint in the suitcase thank you.

2c..
* Get all that DB_SLAVE logic outta here.  Instead, use flags which indicate
when stale data is tolerable.
* Separating bean accessors and factory stuffing from app logic.
* Do object fields and database rows really have to be named differently??  If
you accepted the dual object/row convention, here is one small, immediate win
in not reenumerating SELECT fields:
  function Article::pageData() {
$row = $dbr-selectRow(page_table_name, Article::newNullArticle(),
$conditions);
  }
(And then the real fun can be had: giving internals and calculated fields
crazy, hidden names... ___'s the limit!)

* Type checking and coercion don't seem necessary.  Cannot the database
constraints and driver do their job?

and more abstractly,
* Imagine the poor guy trying to write an extension into or onto the data
layer.  Reducing the points of entry is key.  I think I saw some GOTO
statements somewhere in 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 26330] collection contents lost

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26330

Purodha Blissenbach bugzilla.wikime...@publi.purodha.net changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #3 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net 
2011-02-20 09:34:54 UTC ---
I am using Iceweasel ( a Firefox / Mozilla clone ) on Debian Linux updated
weekly or biweekly to the newest bug and security fixes.
I have Javascript enabled from trusted sites with safe transports but not
otherwise. That means, whatever scripts secure.wikimedia.org/wikipedia sends
encrypted is used, any others not.

-- 
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 27420] Message Validationstatistics-pndtime gives incomplete information.

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27420

--- Comment #4 from Aaron Schulz jschulz_4...@msn.com 2011-02-20 09:36:16 UTC 
---
The delay for pages with unreviewed edits pending is the elapsed time from
the first currently pending edit. So the interval is [edit time,current time].

The UI rewrite could be months from now, unless the priority gets bumped.

-- 
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 27513] Flagged revs ajax loading of revision + category pages on diffs breaks on image pages.

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27513

--- Comment #1 from Aaron Schulz jschulz_4...@msn.com 2011-02-20 09:42:05 UTC 
---
This makes me wonder if the UI before using ajax made any sense at all. The
links and history don't depend on the diff being viewed...but then you have
categories after that that do.

File pages badly need a UI rewrite...

-- 
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 26670] Raw SQL sucks

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26670

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

   What|Removed |Added

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

--- Comment #7 from Niklas Laxström niklas.laxst...@gmail.com 2011-02-20 
09:45:45 UTC ---
When I read the bug title I was so going to close this bug as wontfix, because
suckiness is a favorable feature of raw SQL :)

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


[Bug 27580] new extension: Offline database driver reads articles.xml.bz2

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27580

--- Comment #2 from Adam Wight s...@ludd.net 2011-02-20 09:59:24 UTC ---
Great point about the database, I will look into it.  The goal I've set for
myself is to have a hybrid live/bz2 system which could do useful things like
display local edits, then batch upload them to a DVCS when the net is back,
etc...  so what level are you suggesting I hook in at?

It might require small changes in mediawiki to drop the accelerator cache
requirement, and I can imagine further changes which would open many
possibilities for useful data source plugins.  As an example, there is a
master/slave concept wrapped around many (363) separate db calls, not the sort
of thing to be hardcoded into core logic 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 13751] Rollback to a flagged revision should flag the new revision automatically

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13751

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX

--- Comment #15 from Aaron Schulz jschulz_4...@msn.com 2011-02-20 10:07:32 
UTC ---
Closing this since 'rollback' won't imply 'autoreview on rollback' per above.

New bugs can be filed for things like:
(a) Site config requests to give a user group (like Rollbackers) 'autoreview'
(b) Requests for a new right that makes rollbacks autoreview the page (if
rolled back to the stable version)

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

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


[Bug 27582] New: Implement new right that makes rollbacks autoreview the page (if rolled back to the stable version)

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27582

   Summary: Implement new right that makes rollbacks autoreview
the page (if rolled back to the stable version)
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: ro...@wikimedia.org
ReportedBy: federicol...@tiscali.it
CC: jschulz_4...@msn.com, innocentkil...@gmail.com
Blocks: 13751


Users with this right, on rollback, would automatically give the restored
revision the same flag it had previously. See bug 13751.

-- 
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 13751] Rollback to a flagged revision should flag the new revision automatically

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13751

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||27582

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

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


[Bug 13751] Rollback to a flagged revision should flag the new revision automatically

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13751

--- Comment #16 from Nemo_bis federicol...@tiscali.it 2011-02-20 10:28:30 UTC 
---
(In reply to comment #15)
 (b) Requests for a new right that makes rollbacks autoreview the page (if
 rolled back to the stable version)

Bug 27582.

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

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


[Bug 27530] Recent revision is not flagged after rollback to a good version

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27530

--- Comment #5 from Aaron Schulz jschulz_4...@msn.com 2011-02-20 11:02:57 UTC 
---
I'll let this sit a few days before closing. I can't see why this would happen.

-- 
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 27575] The revision tag pop up disappears without giving the user a chance to click the links in it

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27575

--- Comment #2 from Aaron Schulz jschulz_4...@msn.com 2011-02-20 11:03:29 UTC 
---
Do you have an javascript errors?

-- 
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 27583] New: Further results links have field formatting information stripped for the default field

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27583

   Summary: Further results links have field formatting
information stripped for the default field
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: j...@angrymonkey.net.nz
CC: jeroen_ded...@yahoo.com


The link created for Further results results in a page that don't properly
include the page name field properly. eg '?#-' is stripped entirely, while
?#-=Page name appears but without the formatting information.

Example here:

http://semantic-mediawiki.org/wiki/User:Jwm

Click through the further results links to witness the damage.

(In case you're puzzling over the use case, I'm using ?#- to get the raw page
name for a template that emulates the embedded format, but separates
transculsions with horizontal rules.)

-- 
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 25975] Chaos in the interface of FlaggedRevs

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25975

--- Comment #7 from Aaron Schulz jschulz_4...@msn.com 2011-02-20 11:39:38 UTC 
---
I'm very tempted to just remove this preference.

-- 
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 27519] Parser tricks like /noin/includeonlyclude don't work

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27519

--- Comment #2 from fole...@netcourrier.com 2011-02-20 12:01:07 UTC ---
The table at the top of the page is not supposed to be included into the
monthly log, such as [[Commons:Categories for discussion/2011/02]]. 

See also the older version at
http://commons.wikimedia.org/w/index.php?title=Template:Category_for_discussiondiff=prevoldid=49950547
showing how the page used to be used.

Template:Category_for_discussion in turn is called by {{subst:Cfd}}.

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

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


[Bug 27519] Parser tricks like /noin/includeonlyclude don't work

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27519

--- Comment #3 from fole...@netcourrier.com 2011-02-20 12:02:33 UTC ---
Also, I forgot to say that this is not an old bug discovered only a few days
ago. It is a new bug that suddenly showed up in February 2011. 

This is a Mediawiki regression.

Everything was fine until a few days 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 27290] Please make main page of mobile for Persian Wikipedia

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27290

--- Comment #6 from Amir Ladsgroup ladsgr...@gmail.com 2011-02-20 12:20:47 
UTC ---
(In reply to comment #4)
 Please read 
 
 http://meta.wikimedia.org/wiki/Mobile#Selectors
 
 and explain what selectors you want.

We want to use Mobile portal instead of selectors, Thanks
http://meta.wikimedia.org/wiki/Mobile#Mobile portal

-- 
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 27584] New: Display job queue length (formerly at [[Special:Statistics]]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27584

   Summary: Display job queue length (formerly at
[[Special:Statistics]]
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: test5...@myway.com


With the change at http://www.mediawiki.org/wiki/Special:Code/MediaWiki/65059
somehow we lost visibility. Can this be displayed somewhere? 

I can't figure out what the current job queue length is at Commons.

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

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


[Bug 27565] Add feminine aliases to user namespaces in Portuguese Wikipedia

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27565

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

   What|Removed |Added

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

--- Comment #1 from mybugs.m...@gmail.com 2011-02-20 12:43:35 UTC ---
This is related to bug 17160.

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

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


[Bug 27559] Keep tab after submit in [[Special:Preferences]]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27559

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

   What|Removed |Added

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

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

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


[Bug 27566] New wikilink window grows in width each time when opened in Chrome

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27566

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-02-20 
13:24:13 UTC ---
thanks for reporting this.  I'm confused about one thing, why do you think this
possibly happens in Internet Explorer.

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

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


[Bug 27519] Parser tricks like /noin/includeonlyclude don't work

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27519

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #4 from DieBuche diebu...@gmail.com 2011-02-20 13:29:12 UTC ---
Teofilo please, next Time: State what is happening, state what should be
happening, not just error, doesn't work etc.

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

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

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


[Bug 27467] preload can leave UNIQ

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27467

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 CC||fole...@netcourrier.com

--- Comment #6 from DieBuche diebu...@gmail.com 2011-02-20 13:29:12 UTC ---
*** Bug 27519 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 27569] Upgrade version of GeSHi installed on the cluster

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27569

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

   What|Removed |Added

   Priority|Normal  |High

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

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


[Bug 27571] GRAMMAR rules from $wgGrammarForms don't work with fallback-languages

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27571

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

   What|Removed |Added

   Priority|Normal  |High
 CC||m...@everybody.org
 Blocks||26676, 27339

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

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


[Bug 26676] Bugs that should be fixed for 1.17 release tarball (tracking)

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

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

   What|Removed |Added

 Depends on||27571

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

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


[Bug 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

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

   What|Removed |Added

 Depends on||27571

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

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


[Bug 27575] The revision tag pop up disappears without giving the user a chance to click the links in it

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27575

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

   What|Removed |Added

 CC||m...@everybody.org
 Blocks||27339

-- 
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 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

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

   What|Removed |Added

 Depends on||27575

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

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


[Bug 27559] Keep tab after submit in [[Special:Preferences]]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27559

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-02-20 13:37:02 UTC ---
The form element's action attribute could be given the hash value via
JavaScript when submitting it,

ie.
form action=http://en.wikipedia.org/wiki/Special:Preferences; method=post 

would become:
form action=http://en.wikipedia.org/wiki/Special:Preferences#preftab-9;
method=post 

However it is impossible to read the hash value from PHP, thus when PHP directs
the client to success or something it won't preserve the hash tag.

Marking as LATER, perhaps one day PHP will be able to do 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 24297] Adding a hook to the statistics updater

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24297

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

   What|Removed |Added

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

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

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


[Bug 27559] Preserve hash value after submit in [[Special:Preferences]]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27559

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|LATER   |
Summary|Keep tab after submit in|Preserve hash value after
   |[[Special:Preferences]] |submit in
   ||[[Special:Preferences]]

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-02-20 13:40:48 UTC ---
Reopening this one.

Although PHP can't read it from the address, it could be submitted as a
paramter:


would become:
form action=http://en.wikipedia.org/wiki/Special:Preferences?hash=preftab-9;
method=post

Then php can take that and convert it internally (back) to #hash.

JavaScript would hook into submit-event and append:

input type=hidden name=hash value= (attribute escape!)
window.location.hash /

and in PHP, where it redirects the client append (if not empty) '#' .
$params['hash'].



A small note though:
One can change settings of multiple panels of the preferences (ie. changing
something under Editing, then General, then Gadgets) and click save on Gadgets
will save them all.

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

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


[Bug 27561] Register modules client side

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27561

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

   What|Removed |Added

   Priority|Normal  |High
 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 27575] The revision tag pop up disappears without giving the user a chance to click the links in it

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27575

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

   What|Removed |Added

   Priority|Normal  |High

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

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


[Bug 26845] Include language name placeholder in message livetranslate-translate-to

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26845

Purodha Blissenbach bugzilla.wikime...@publi.purodha.net changed:

   What|Removed |Added

URL|http://http://translatewiki |http://translatewiki.net/wi
   |.net/w/i.php?title=Support |ki/Thread:Support/MediaWiki
   |offset=20110121132950#Media |:livetranslate-translate-to
   |Wiki:livetranslate-translat |
   |e-to_10589  |

--- Comment #2 from Purodha Blissenbach bugzilla.wikime...@publi.purodha.net 
2011-02-20 13:43:12 UTC ---
Thanks a lot, I've added a link to the image to the message documentations
(qqq) of this message and 'livetranslate-translate' as well. This will help
translators a lot.

With the help of the layout, I found an imho very elegant way that includes the
translate-button in a sentence, which would not work this way in English due
to word order constraints.

We can say: Do this page into [und language-name ] [translate!]

In English, [Translate] this page into [zxx language]! had an unintuitive
order of inputs, opposite to word and reading order.

A more general approach could be to make the entire box a translatable message
and another, like this in English:

'livetranslate-translate-to' = 'Translate this page to $1 $2',
'livetranslate-translate' = 'Translate',

Message documentation (qqq):

'livetranslate-translate-to' = 'Parameters:
* $1: an input (dropdown) to choose a language'
* $2: a klickable button with text {{msg-mw|livetranslate-translate}}
Note, this message appears as the only content in a floated box on every
content page.',
'livetranslate-translate' = 'Used as button text inside paramter $2 in
{{msg-mw|livetranslate-translate-to}}',

which allows language translators a maximum of flexibility placing the inputs
and putting words around and between them, such as:

'livetranslate-translate-to' = 'You can machine-translate this page.br /
Choose a language: $1, and then $2 with it!'
'livetranslate-translate' = 'go ahead',

I could quickly implement this, or something similar, if you like me to.

-- 
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 27566] New wikilink window grows in width each time when opened in Chrome

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27566

--- Comment #2 from Obradovic Goran obradovicgo...@gmail.com 2011-02-20 
13:43:35 UTC ---
User that complained to me about this thing said that it happens in IE as well.
I have installed IE6 (for css debugging purposes) but it is too old so it
doesn't even have that button/window enabled. 

Since it was reported by the user that noticed it in Chrome it is most probably
true that IE is affected as well, but I haven't been able to replicate the bug
personally, so I said 'possibly'.

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

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


[Bug 27585] New: add pagecount to list=filearchive

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27585

   Summary: add pagecount to list=filearchive
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


bug 26125 adds pagecount to imageinfo. Please add pagecount also to
list=filearchive.

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 27584] Display job queue length (formerly at [[Special:Statistics]]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27584

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #1 from duplicate...@googlemail.com 2011-02-20 13:45:46 UTC ---
It is still present in api:
http://commons.wikimedia.org/w/api.php?action=querymeta=siteinfosiprop=statistics

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

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


[Bug 27540] width of gallery always 100%

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27540

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

   What|Removed |Added

 Blocks||27577

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2011-02-20 
13:46:03 UTC ---
See Bug #27577 for more gallery issues.

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

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


[Bug 27577] Gallery perrow width is overestimated

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27577

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

   What|Removed |Added

 Depends on||27540

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

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


[Bug 27579] Installer: Chrome saves config as LocalSettings.php.php

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27579

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

   What|Removed |Added

 CC||m...@everybody.org
 Blocks||26676

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

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


[Bug 26676] Bugs that should be fixed for 1.17 release tarball (tracking)

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

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

   What|Removed |Added

 Depends on||27579

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

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


[Bug 27586] New: Remove duplication of props in ApiQueryStashImageInfo by using ApiQueryImageInfo

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27586

   Summary: Remove duplication of props in ApiQueryStashImageInfo
by using ApiQueryImageInfo
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: s...@reedyboy.net
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


Created attachment 8180
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8180
Describing above

More a question for Bryan than anything...

Can everything that is done on a normal image be done on a Stashed Image?

I'm wanting to remove the duplication of the properties code. See patch.

If not, what can't be done, as I want to look at doing it a bit more
programatically than having all that duplication (array_diff or similar
probably)

-- 
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 17515] Sortable tables using rowspan get messed up on sort

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17515

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||DUPLICATE

--- Comment #3 from DieBuche diebu...@gmail.com 2011-02-20 13:55:03 UTC ---
.

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

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

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


[Bug 8028] Table sorting broken by colspan/rowspan

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8028

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 CC||ker...@pkts.ca

--- Comment #22 from DieBuche diebu...@gmail.com 2011-02-20 13:55:03 UTC ---
*** Bug 17515 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 27580] new extension: Offline database driver reads articles.xml.bz2

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27580

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

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2011-02-20 
13:58:13 UTC ---
I haven't looked at your code, so the answer may be there.

I like your idea, but I wonder if you could use this to load pages into the
local DB as they are viewed.  Then edits could be performed and merged with the
main repository when you can go online.  This would make MediaWiki into a
sort of DVCS for editing.

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

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


[Bug 27389] Update sortable table script to latest version

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27389

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #1 from DieBuche diebu...@gmail.com 2011-02-20 13:59:55 UTC ---
No love for Bug 8028#c15 ? It cuts execution time by 6/7 for IE. If no thead is
a prerequisite, could probably done as well.

-- 
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 27584] Display job queue length (formerly at [[Special:Statistics]]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27584

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

   What|Removed |Added

   Priority|Normal  |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 27584] Display job queue length (formerly at [[Special:Statistics]]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27584

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #2 from Reedy s...@reedyboy.net 2011-02-20 14:04:59 UTC ---
(In reply to comment #0)
 With the change at http://www.mediawiki.org/wiki/Special:Code/MediaWiki/65059
 somehow we lost visibility. Can this be displayed somewhere? 
 
 I can't figure out what the current job queue length is at Commons.

It is/was a purposeful change. Per the commit summary:

It causes more confusion than it is worth:
* The figures are essentially random, so it does not help to detect problems
* There shouldn't be any problems with default configuration anyway
* The number is still accessible by other means

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

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


[Bug 16459] use native getElementsByClassName

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16459

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||diebu...@gmail.com
 Resolution||WONTFIX

--- Comment #12 from DieBuche diebu...@gmail.com 2011-02-20 14:18:15 UTC ---
Closing; jQuery is available on every page and wikibits.js will eventually be
dropped.

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

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


[Bug 27587] New: list=filearchive uses dbkey form where all images and imageinfo uses title

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27587

   Summary: list=filearchive uses dbkey form where all images and
imageinfo uses title
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


bug 25832 adds ns/title to output of list=allimages. Please also add this to
list=filearchive. 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 27498] Global login inop

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27498

--- Comment #12 from Platonides platoni...@gmail.com 2011-02-20 15:32:32 UTC 
---
wikimediafoundation.org is not publicly editable, so it is outside the global
login.
incubator.wikimedia.org is not in the global list to be logged in (there's no
image for it on loading), that's bug 14407. If you do your first login from
there, that does also log you into most other sites.

So you are getting the normal behavior now :)


About the background color:
You can change the background color with a custom css

For instance, at http://es.wikipedia.org/wiki/Special:MyCSS/common.css write 
.pBody, div#content { background: rgb(187,221,187) }

Or if you prefer the full page:
.pBody, div#content, body, #mw-head { background: rgb(187,221,187) }

The above rules work both in vector and monobook.

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

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


[Bug 27588] New: list=filearchivefaprop=sha1 returns empty attribute

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27588

   Summary: list=filearchivefaprop=sha1 returns empty attribute
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


The attribute sha1 is always empty.

fa_storage_key contains the sha1 value and the file extension, maybe that
breaks wfBaseConvert.

LocalRepo::cleanupDeletedBatch used substr( $key, 0, strcspn( $key, '.' ) );
to get the sha1 value.

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 27495] Change NS_USER and NS_USER_TALK namespaces at ptwiki

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27495

Ashar Voultoiz has...@free.fr changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #10 from Ashar Voultoiz has...@free.fr 2011-02-20 15:46:00 UTC ---
Opraco  the Utilizador namespace only existed for 3 days on ptwiki and was a
bug in our deployment of 1.17 on the Wikimedia servers.
The above links seems to request a change to Wikipedista, so I am not going
to add namespaces aliases possibly unwanted by the community.

-- 
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 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

Bug 27339 depends on bug 27495, which changed state.

Bug 27495 Summary: Change NS_USER and NS_USER_TALK namespaces at ptwiki
https://bugzilla.wikimedia.org/show_bug.cgi?id=27495

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

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

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


[Bug 6559] Sorting language pane by article size

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6559

--- Comment #5 from Platonides platoni...@gmail.com 2011-02-20 15:46:35 UTC 
---
I was wrong 5 years ago. rev_len was added in r20222 (2007) but page_len in
r7653 (2005).
The bytes parameter could be transformed with an approximation (eg. Chinese
articles of the same length use ~3x bytes than English).

Seems something to add when the interwiki system is changed (Interlanguage
extension?), where it would be easy to add the real length.

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

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


[Bug 27290] Please make main page of mobile for Persian Wikipedia

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27290

--- Comment #7 from Huji huji.h...@gmail.com 2011-02-20 15:47:56 UTC ---
Tim,

Amir is correct. A mobile portal is intended and the URL is given above.

-- 
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 27589] New: list=allimagesaiprop=archivename is useless

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27589

   Summary: list=allimagesaiprop=archivename is useless
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


The prop archivename for list=allimages is useless, because list=allimages can
only list the latest version of a image.

Please remove the prop. 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 27545] Extension:reCAPTCHA has badly worded message

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27545

--- Comment #2 from Frank Selton s...@trash-mail.com 2011-02-20 16:02:48 UTC 
---
Created attachment 8181
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8181
fixed recaptcha extension message file

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

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


[Bug 27571] GRAMMAR rules from $wgGrammarForms don't work with fallback-languages

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27571

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

   What|Removed |Added

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

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2011-02-20 
16:03:17 UTC ---
Can you give examples where you are seeing these issues?

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


[Bug 27559] Preserve hash value after submit in [[Special:Preferences]]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27559

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

   What|Removed |Added

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

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2011-02-20 
16:04:57 UTC ---
(In reply to comment #2)
 A small note though:
 One can change settings of multiple panels of the preferences (ie. changing
 something under Editing, then General, then Gadgets) and click save on Gadgets
 will save them all.

That too is usability issue, although a different one from 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 27584] Display job queue length (formerly at [[Special:Statistics]]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27584

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||niklas.laxst...@gmail.com
 Resolution||WONTFIX

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2011-02-20 
16:09:38 UTC ---
Closing per 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 27364] Extend the functionality of {{GENDER:}} or create new magic word {{USERNAME}}

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27364

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2011-02-20 
16:11:14 UTC ---
See also comments at http://www.mediawiki.org/wiki/Special:Code/MediaWiki/78201

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


[Bug 27590] New: API: Output media_type for images

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27590

   Summary: API: Output media_type for images
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: duplicate...@googlemail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


prop=imageinfo, prop=stashimageinfo, list=allimages and list=filearchive are
not output the media_type of a image.

Please add the media_type to the api output for each module.

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 27453] Betafunctionality: edit toolbar with strange parts

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27453

--- Comment #3 from Romaine romaine_w...@yahoo.com 2011-02-20 16:25:33 UTC ---
Yes it still is 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 27468] Force underlined links don't work in 1.17 monobook

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27468

--- Comment #4 from Derk-Jan Hartman hart...@videolan.org 2011-02-20 16:34:25 
UTC ---
Created attachment 8182
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8182
Path to order userprefs correctly

OK, patch attached that will fix this. However, first some comments.

1: The order of loading these items is actually affixed in buildCssLinks() of
OutputPage.php
It was
other (static stuff, and all private modules, including user preferences css)
dynamiclinks (here is where the old style skins and other unported material
will be)
site
user

2: The type of the ResourceLoaderUserOptionsModule is private, not user and
buildcsslinks puts private modules with the 'other' modules.

I considered changing this simply to user, in the hope that that would fix it,
but I don't know what kind of consequences that has for caching etc. Also since
this order is actually rather specific, I went with the approach in my path.

I created an improved order in buildCssLinks that manually makes sure that the
css from the preferences is between the site css and the user css (as it has
always been). I'm also using a for loop, though we could of course continue to
use array_merge, in my experience though, it ordered 1 2 3 as 132 for some
strange reason, so i went with the foreach approach instead.

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

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


[Bug 27588] list=filearchivefaprop=sha1 returns empty attribute

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27588

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|enhancement |minor

-- 
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 27453] Betafunctionality: edit toolbar with strange parts

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27453

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com
 AssignedTo|wikibugs-l@lists.wikimedia. |roan.katt...@gmail.com
   |org |

--- Comment #4 from Krinkle krinklem...@gmail.com 2011-02-20 16:57:32 UTC ---
I thought I saw a commit from Roan fixing this but I'm not sure if it was
verifified afterwards.

if a commit revision can be found and verified that it's fixed in trunk, we can
close this bug.

And ofcourse tag it 1.17wmf1 (perhaps REL1_17 as well, since it's a bug that
makes certain usage of the WikiEditor impossible)

Assigning to Roan

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

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


[Bug 27453] Betafunctionality: edit toolbar inserts {{ns:file}} (which doesn't work in gallery) instead of wgFormattedNamespaces[6].

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27453

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

  Component|[other] |WikiEditor
 AssignedTo|roan.katt...@gmail.com  |tpars...@wikimedia.org
Summary|Betafunctionality: edit |Betafunctionality: edit
   |toolbar with strange parts  |toolbar inserts
   ||{{ns:file}} (which
   ||doesn't work in gallery)
   ||instead of
   ||wgFormattedNamespaces[6].

-- 
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 27453] Edit toolbar inserts {{ns:file}} (which doesn't work in gallery) instead of wgFormattedNamespaces[6]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27453

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Betafunctionality: edit |Edit toolbar inserts
   |toolbar inserts |{{ns:file}} (which
   |{{ns:file}} (which|doesn't work in gallery)
   |doesn't work in gallery)  |instead of
   |instead of  |wgFormattedNamespaces[6]
   |wgFormattedNamespaces[6].   |

-- 
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 12070] After Installation MySQL was blocked

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12070

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

   What|Removed |Added

Version|1.11.x  |1.18-svn
 Blocks||26676

--- Comment #7 from Max Semenik maxsem.w...@gmail.com 2011-02-20 17:12:30 UTC 
---
This bug is still present in new installer marking as a blocker for 1.17. 

Reproduction:
* Create user foo with some password
* Run the installer
* On page=DBSettings, uncheck Use the same account as for installation
* Enter foo as username
* Enter a DIFFERENT password for this user
* Check Create the account if it does not already exist
* Finish installation

foo's password will be changed.

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

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


[Bug 26676] Bugs that should be fixed for 1.17 release tarball (tracking)

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

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

   What|Removed |Added

 Depends on||12070

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

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


[Bug 27496] Edit screen autoscrolling

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27496

--- Comment #9 from Paine Ellsworth pain...@aol.com 2011-02-20 17:19:30 UTC 
---
And now a brand new wrinkle!  On SOME pages, not all, when I go to the edit
page, instead of a fully functional edit screen, there is a non-functional edit
screen.  And get this... I found that the short coded text that I told you
about above, the text that is outside and below the edit screen, COULD BE
EDITED on that screen.  Of course, on other pages where the edit screen is
functional, the outside text is there but the cursor is in the edit screen.  On
the pages where the edit screen is non-functional, then the cursor is down
below, ready to edit the outside text.  If I could get a penny for each unit of
weird, I would be a millionaire on this one!

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

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


[Bug 27468] Force underlined links don't work in 1.17 monobook

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27468

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Roan Kattouw roan.katt...@gmail.com 2011-02-20 17:25:33 
UTC ---
Fixed in r82518.

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

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


[Bug 26676] Bugs that should be fixed for 1.17 release tarball (tracking)

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Bug 26676 depends on bug 27468, which changed state.

Bug 27468 Summary: Force underlined links don't work in 1.17 monobook
https://bugzilla.wikimedia.org/show_bug.cgi?id=27468

   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 27591] New: CentralNotice is oriented LTR on RTL wikis

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27591

   Summary: CentralNotice is oriented LTR on RTL wikis
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://he.wikipedia.org
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: CentralNotice
AssignedTo: rkald...@wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
Blocks: 745


CentralNotice about steward elections appears on all wikis now. On RTL wikis it
is oriented LTR. It actually seems that the text is oriented correctly as RTL,
but the whole CentralNotice box is oriented LTR: In LTR wikis and in RTL wikis
the main text appears on the left and the little links (Hide, Help with
translations) appear on the right. It should be reversed on RTL wikis.

-- 
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 745] RTL/bidirectional issues (tracking)

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

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

   What|Removed |Added

 Depends on||27591

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

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


[Bug 27498] Global login inop

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27498

--- Comment #13 from Paine Ellsworth pain...@aol.com 2011-02-20 17:45:34 UTC 
---
(In reply to comment #12)
 wikimediafoundation.org is not publicly editable, so it is outside the global
 login.
 incubator.wikimedia.org is not in the global list to be logged in (there's no
 image for it on loading), that's bug 14407. If you do your first login from
 there, that does also log you into most other sites.
 So you are getting the normal behavior now :)
 About the background color:
 You can change the background color with a custom css
 For instance, at http://es.wikipedia.org/wiki/Special:MyCSS/common.css write 
 .pBody, div#content { background: rgb(187,221,187) }
 Or if you prefer the full page:
 .pBody, div#content, body, #mw-head { background: rgb(187,221,187) }
 The above rules work both in vector and monobook.

Thank you very much for your explanations!  I tried that link, but it
auto-morphed to http://es.wikipedia.org/wiki/Especial:MyCSS/common.css and told
me in Espanol that the special page doesn't exist.  I tried changing es to
en, but it just did the same thing and told me in English that the special
page does not exist.

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

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


[Bug 27498] Global login inop

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27498

--- Comment #14 from Paine Ellsworth pain...@aol.com 2011-02-20 17:53:02 UTC 
---
(In reply to comment #13)
 (In reply to comment #12)
  wikimediafoundation.org is not publicly editable, so it is outside the 
  global
  login.
  incubator.wikimedia.org is not in the global list to be logged in (there's 
  no
  image for it on loading), that's bug 14407. If you do your first login from
  there, that does also log you into most other sites.
  So you are getting the normal behavior now :)
  About the background color:
  You can change the background color with a custom css
  For instance, at http://es.wikipedia.org/wiki/Special:MyCSS/common.css 
  write 
  .pBody, div#content { background: rgb(187,221,187) }
  Or if you prefer the full page:
  .pBody, div#content, body, #mw-head { background: rgb(187,221,187) }
  The above rules work both in vector and monobook.
 Thank you very much for your explanations!  I tried that link, but it
 auto-morphed to http://es.wikipedia.org/wiki/Especial:MyCSS/common.css and 
 told
 me in Espanol that the special page doesn't exist.  I tried changing es to
 en, but it just did the same thing and told me in English that the special
 page does not exist.

Also, please keep in mind that I can radically change the colors using Tools 
Internet Options  Accessibility, which I sometimes do on other websites if I'm
going to do a lot of reading.  I don't like to use that while editing because
it trashes almost all the colors, and it seems *everything* becomes pastel
green.

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

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


[Bug 27566] New wikilink window grows in width each time when opened in Chrome

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27566

--- Comment #3 from Mark A. Hershberger m...@everybody.org 2011-02-20 
18:31:26 UTC ---
Thanks for the clarification.

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

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


[Bug 27498] Global login inop

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27498

--- Comment #15 from Platonides platoni...@gmail.com 2011-02-20 18:32:48 UTC 
---
 Thank you very much for your explanations!  I tried that link, but it
 auto-morphed to http://es.wikipedia.org/wiki/Especial:MyCSS/common.css and 
 told
 me in Espanol that the special page doesn't exist.  I tried changing es to
 en, but it just did the same thing and told me in English that the special
 page does not exist.

My fault. The link should have been
http://en.wikipedia.org/wiki/Special:MyPage/common.css

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

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


[Bug 27087] rename curid and wgArticleId to pageid

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27087

--- Comment #2 from Waldir wal...@email.com 2011-02-20 18:38:15 UTC ---
Should I infer from your comment that aliases are not possible? And even in
that case, since these are not heavily used, and considering that backwards
compatibility has been broken before (e.g. in the 2008 parser update), couldn't
this be a possibility?

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

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


[Bug 26330] collection contents lost

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26330

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2011-02-20 
18:45:13 UTC ---
The javascript issue will be interesting with the new ResourceLoader.  I assume
you're using secure.wikimedia.org?

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

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


[Bug 27453] Edit toolbar inserts {{ns:file}} (which doesn't work in gallery) instead of wgFormattedNamespaces[6]

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27453

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Roan Kattouw roan.katt...@gmail.com 2011-02-20 18:49:16 
UTC ---
An old message got stuck in the message blob cache. Fixed 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 26676] Bugs that should be fixed for 1.17 release tarball (tracking)

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Bug 26676 depends on bug 27453, which changed state.

Bug 27453 Summary: Edit toolbar inserts {{ns:file}} (which doesn't work in 
gallery) instead of wgFormattedNamespaces[6]
https://bugzilla.wikimedia.org/show_bug.cgi?id=27453

   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 27034] Write a logo checker

2011-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27034

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-02-20 
18:52:30 UTC ---
The idea is to completely automate the checking and standards enforcement that
now requires a person.  Yes, the community can upload a logo, but if it doesn't
conform to the standards set for Wikipedia, this checker would flag it or
prohibit the use of the upload and say this needs to be 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


  1   2   >