[Bug 27820] New: Add support for video embedding

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

   Summary: Add support for video embedding
   Product: Wikimedia Tools
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: PhotoCommons
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: hus...@gmail.com
CC: hus...@gmail.com, krinklem...@gmail.com


It would be nice to include the iframe embedcode for videos in PhotoCommons
as well. 

iframe
src=http://commons.wikimedia.org/wiki/File:Folgers.ogv?withJS=MediaWiki:MwEmbed.jsembedplayer=yes;
width=240 height=180 frameborder=0/iframe

Needs some cross-browser testing and checking if videos are returned in the
search results.

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

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


[Bug 27652] [jQuery.client] versionBase is wrong for Opera 10.x and higher

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

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-03-02 09:51:42 UTC ---
Untested, will test/commit when I get home:



   var version = ...;
 + var versionNumber = parseFloat( version, 10 ) || 0.0;

   /* Caching */

   profile = {
   'name': name,
   'layout': layout,
   'layoutVersion': layoutversion,
   'platform': platform,
   'version': version,
 - 'versionBase': ( version !== x ? new String( 
 version ).substr( 0, 1 ) : x ),
 - 'versionNumber': ( parseFloat( version, 10 ) || 
 0.0 )
 + 'versionBase': ( version !== x ? Math.floor( 
 versionNumber ).toString() : x ),
 + 'versionNumber': versionNumber
   };
   }

-- 
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 27821] New: Use a better name than PhotoCommons

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

   Summary: Use a better name than PhotoCommons
   Product: Wikimedia Tools
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: PhotoCommons
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: krinklem...@gmail.com
CC: hus...@gmail.com, krinklem...@gmail.com


We shortly mentioned this during the Hackathon but the coding took priority
there.

Since videos can/will be supported in the future, and perhaps audio as well,
PhotoCommons doesn't seem to cover the plugin.

ideas:

* FileCommons
* MediaCommons
* CommonsMedia
* CommonsEmbed
* CommonsFiles
* EmbedCommons
* ...

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

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


[Bug 27820] Add support for video embedding

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

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-03-02 10:07:45 UTC ---
And for the same reason we use shortcodes for images, the iframe code should be
generated indirectly via a shortcode so that the iframe code isn't hardcoded
in the post.

Perhaps detect from the filename if it's a video or introduce a seperate
shortcode

ie.
[photocommons file=Folgers.ogv width=240 height=180] (as for images,
internally switched for iframe-vid or img-tag))

or a seperate shortcode:
[videocommons file=Folgers.ogv ... ]

--
Krinkle

(see also bug 27821)

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

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


[Bug 27822] New: Fatal error on Commons: LocalRepo::newFileFromRow: invalid row

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

   Summary: Fatal error on Commons: LocalRepo::newFileFromRow:
invalid row
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: raimond.spekk...@gmail.com


As Commons oversighter I tried to hide a file revision:

http://commons.wikimedia.org/w/index.php?title=Special:RevisionDeletetype=filearchivetarget=File%3AJohan_Wikstr%C3%B6m.jpgids=1249652


LocalRepo::newFileFromRow: invalid row

Backtrace:

#0
/usr/local/apache/common-local/php-1.17/includes/revisiondelete/RevisionDelete.php(355):
LocalRepo-newFileFromRow(Object(stdClass))
#1
/usr/local/apache/common-local/php-1.17/includes/revisiondelete/RevisionDelete.php(529):
RevDel_FileItem-__construct(Object(RevDel_ArchivedFileList), Object(stdClass))
#2
/usr/local/apache/common-local/php-1.17/includes/revisiondelete/RevisionDelete.php(520):
RevDel_ArchivedFileItem-__construct(Object(RevDel_ArchivedFileList),
Object(stdClass))
#3
/usr/local/apache/common-local/php-1.17/includes/revisiondelete/RevisionDeleteAbstracts.php(252):
RevDel_ArchivedFileList-newItem(Object(stdClass))
#4
/usr/local/apache/common-local/php-1.17/includes/revisiondelete/RevisionDeleteAbstracts.php(268):
RevDel_List-initCurrent()
#5
/usr/local/apache/common-local/php-1.17/includes/specials/SpecialRevisiondelete.php(359):
RevDel_List-reset()
#6
/usr/local/apache/common-local/php-1.17/includes/specials/SpecialRevisiondelete.php(202):
SpecialRevisionDelete-showForm()
#7 /usr/local/apache/common-local/php-1.17/includes/SpecialPage.php(579):
SpecialRevisionDelete-execute(NULL)
#8 /usr/local/apache/common-local/php-1.17/includes/Wiki.php(250):
SpecialPage::executePath(Object(Title))
#9 /usr/local/apache/common-local/php-1.17/includes/Wiki.php(63):
MediaWiki-handleSpecialCases(Object(Title), Object(OutputPage),
Object(WebRequest))
#10 /usr/local/apache/common-local/php-1.17/index.php(114):
MediaWiki-performRequestForTitle(Object(Title), NULL, Object(OutputPage),
Object(User), Object(WebRequest))
#11 /usr/local/apache/common-local/live-1.5/index.php(3):
require('/usr/local/apac...')
#12 {main}

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

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


[Bug 27822] Fatal error on Commons: LocalRepo::newFileFromRow: invalid row

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

  Component|General/Unknown |Revision deletion
Version|unspecified |wikimedia-deployment
 AssignedTo|wikibugs-l@lists.wikimedia. |jschulz_4...@msn.com
   |org |
Product|Wikimedia   |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 27823] New: Re-enable functionality of --uploads option of importDump.php; introduce --namespaces filter option for importDump.php

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

   Summary: Re-enable functionality of --uploads option of
importDump.php; introduce --namespaces filter option
for importDump.php
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Maintenance scripts
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: c...@uniyar.ac.ru
CC: innocentkil...@gmail.com


Created attachment 8232
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8232
Re-enable functionality of --uploads option of importDump.php; introduce
--namespaces filter option for importDump.php

I needed to selectively import files from URL's defined in previousely made XML
dump. This worked fine in 1.15, but to my surprise wasn't working with 1.17,
producing an error. I've partially fixed upload code (including supplying of
original User instance for local upload) and introduced new option to
selectively import only the listed namespaces in importDump.php command line.

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

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


[Bug 27823] Re-enable functionality of --uploads option of importDump.php; introduce --namespaces filter option for importDump.php

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Attachment #8232|0   |1
   is patch||

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

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


[Bug 27824] New: Autocompletion on textareas does not work

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

   Summary: Autocompletion on textareas does not work
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: f.tr...@gmx.net
CC: wikibugs-l@lists.wikimedia.org


When typing in a textarea it generates api calls for autocompletion. The URL
looks like this:

http://127.0.0.1/w/api.php?substr=123

The acion parameter is missing.

This leads to an error page being sent back with which the script can not cope.
The displayed spinner is never removed.

The script should
- send the action parameter
- fail gracefully when an error page is sent

-- 
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 27819] Internal error on uploading file/multiple files

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

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 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-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 Depends on||27819

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

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


[Bug 27778] Suggestion for Wikipedia website

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

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

   What|Removed |Added

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

--- Comment #2 from Chad H. innocentkil...@gmail.com 2011-03-02 12:59:54 UTC 
---


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

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

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


[Bug 1864] Option to focus cursor in search box on main page with javascript .focus() method

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

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

   What|Removed |Added

 CC||pamjones1...@hotmail.com

--- Comment #59 from Chad H. innocentkil...@gmail.com 2011-03-02 12:59:54 UTC 
---
*** Bug 27778 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 27575] The revision tag pop up disappears without giving the user a chance to click the links in it

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #4 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-03-02 
15:07:58 UTC ---
Well, it seems to have stopped. I'll reopen it if it happens again.

-- 
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-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

Bug 27339 depends on bug 27575, which changed state.

Bug 27575 Summary: The revision tag pop up disappears without giving the user a 
chance to click the links in it
https://bugzilla.wikimedia.org/show_bug.cgi?id=27575

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

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

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


[Bug 26665] In Vector on Firefox, non-RTL search suggestions in an RTL wiki are messed up

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

--- Comment #7 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-03-02 
15:22:13 UTC ---
It happens again in the Hebrew and the Arabic Wikipedias. I imagined that it
would be fixed in 1.17.

-- 
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 27806] LangCom Archive

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

Milos Rancic mill...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Milos Rancic mill...@gmail.com 2011-03-02 15:59:47 UTC ---
Yes, I think that Huib missed gzipped versions... Closing the bug request.

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

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


[Bug 27825] New: Numbers not internationalized in raw watchlist editor

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

   Summary: Numbers not internationalized in raw watchlist editor
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Keywords: easy
  Severity: enhancement
  Priority: Normal
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: huji.h...@gmail.com


Once you modify your watched pages through raw watchlist editor, you get a
message like:

$1 titles were added:

Where $1 is a number. This number is not internationalized and is always shown
using English numerals.

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

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


[Bug 27826] New: Logo update on Tamil Wikipedia

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

   Summary: Logo update on Tamil Wikipedia
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://ta.wikipedia.org
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site logos
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: srik@gmail.com


There is a new logo available for Tamil Wikipedia available here[1]. Please
update

[1] http://commons.wikimedia.org/wiki/File:Wikipedia-logo-v2-ta.svg

Let me know if there are any questions.

Regards,
Srikanth L

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

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


[Bug 27488] Dynamic CSS not loaded immediately

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

w...@polhome.com changed:

   What|Removed |Added

 CC||w...@polhome.com

--- Comment #4 from w...@polhome.com 2011-03-02 16:54:36 UTC ---
Follow-up Nux comment.
It is very annoying and drive me crazy. 
Pages on plWiki jumping up and down every time I open it. Sometimes they are
empty for a while The same happens enWiki recently, when I open the forum to
the topic. Page jumps up, then to the center, then down, but not on the
selected title discussion.
In this way, it discouraged people from writing on Wikipedia.

-- 
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 27824] Autocompletion on textareas does not work

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

--- Comment #1 from Yaron Koren yaro...@gmail.com 2011-03-02 17:36:19 UTC ---
Hi - I can't duplicate this problem; autocompletion in textareas works fine for
me. Can you provide more details on how it's defined in the form? Or, even
better, try to replicate it on http://scratchpad.referata.com?

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

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


[Bug 19587] secure.wikimedia.org speed and status

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

--- Comment #12 from Bawolff bawolff...@gmail.com 2011-03-02 18:16:17 UTC ---
That again appears to be the proxy timing out. I only get the 502 when the page
was not served from the parser cache. If its served from the parser cache, it
works fine from secure.

Probably the timeout on the proxy server needs to be increased (or someone
could make the parser be super fast, but that's a little more difficult ;)

-- 
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 26328] Add JS callback for diff page content load for use by gadgets

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

Aaron Schulz jschulz_4...@msn.com 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 22663] Add some interwiki links in Special:Import of fr.wiktionary

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

JackPotte hubert.bos...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #13 from JackPotte hubert.bos...@gmail.com 2011-03-02 18:46:23 
UTC ---
Now the French Wikipedia needs the same interwikis languages please:
Wikipédia:Requête_aux_administrateurs/Requêtes_refusées#Importation_de_en:Comparison_of_disk_cloning_software

-- 
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 27824] Autocompletion on textareas does not work

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

--- Comment #2 from Yaron Koren yaro...@gmail.com 2011-03-02 18:49:31 UTC ---
Okay, I found a bug with autocompletion that happens in certain cases, and I'm
guessing that's the problem you saw. I fixed it in SVN; please let me know if
that worked for you.

-- 
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 27706] Enable Extension:RSS on ua.wikimedia

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

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

   What|Removed |Added

 CC||has...@free.fr

--- Comment #12 from Mark A. Hershberger m...@everybody.org 2011-03-02 
19:08:35 UTC ---
Ashar might have the ability to install the RSS extension and set your wiki up
the same as WikimediaFoundation's.  Adding him to CC.

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

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


[Bug 15607] Implement the Interlanguage extension in Wikipedia

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

--- Comment #57 from HenkvD h...@glind.nl 2011-03-02 19:18:10 UTC ---
Indeed my userpage now works :) As well as other users and other namespaces
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 25968] JS error. button with no name

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

--- Comment #3 from Ryan Kaldari rkald...@wikimedia.org 2011-03-02 19:21:33 
UTC ---
Confirmed in Firefox.

-- 
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 25968] JS error. button with no name

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

--- Comment #4 from Ryan Kaldari rkald...@wikimedia.org 2011-03-02 19:23:48 
UTC ---
The Add button for adding categories seems to be culprit.

-- 
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 25968] JS error. button with no name

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

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Ryan Kaldari rkald...@wikimedia.org 2011-03-02 19:41:19 
UTC ---
Fixed in r83103.

-- 
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 27260] Tracking bug: UploadWizard 1.0

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

Bug 27260 depends on bug 25968, which changed state.

Bug 25968 Summary: JS error. button with no name
https://bugzilla.wikimedia.org/show_bug.cgi?id=25968

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

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


[Bug 27809] imagerotate disabled on some GD installations

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

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-03-02 
19:43:43 UTC ---
r83104

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

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


[Bug 27260] Tracking bug: UploadWizard 1.0

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

--- Comment #1 from Neil Kandalgaonkar ne...@wikimedia.org 2011-03-02 
19:50:52 UTC ---
Remaining bugs are planned for UploadWizard Sprint F (Felix) from March 1 -
March 21.

-- 
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 27477] [Regression!] ImageInfo API query returns descriptionUrl = false if file comes from local repository

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

--- Comment #7 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-03-02 
19:58:32 UTC ---
I'm reading the code from 1.16wmf4 and I wonder how this could have ever
worked.

-- 
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 27827] New: FCKEditor breaks InputBox extension in Internet Explorer

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

   Summary: FCKEditor breaks InputBox extension in Internet
Explorer
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: internal server
OS/Version: All
Status: NEW
  Keywords: performance
  Severity: enhancement
  Priority: Normal
 Component: FCKeditor
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pzimm...@cisco.com
CC: pzimm...@cisco.com


Created attachment 8233
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8233
Screen shots of problem

A page with the InputBox extension was edited in Rich Text Editor mode using
Internet Explorer, and the InputBox code was broken. This was the code before
editing:

inputbox
type=create
bgcolor=#FFE0C8
width=100
preload=Template:Troubleshooting Tip/Preload
buttonlabel=Create Contact Center Troubleshooting Tip
/inputbox

and this showed up on the wiki page:

form class=createbox method=get name=createbox
action=/w/index.phpinput type=hidden name=action/inputinput
type=hidden name=preload/inputinput type=hidden
name=editintro/inputinput type=hidden name=summary/inputinput
type=hidden name=minor/inputinput class=createboxInput size=100
name=title/input
input class=createboxButton type=submit name=create/input/form
Retrieved from http://internal.server.com/wiki/Template_test_1;

When going back to the page, the code was replaced with this:

div style=background-color: #ffe0c8 align=centerlt;form
class=createbox method=get name=createbox
action=/w/index.phpgt;lt;input type=hidden
name=actiongt;lt;/inputgt;lt;input type=hidden
name=preloadgt;lt;/inputgt;lt;input type=hidden
name=editintrogt;lt;/inputgt;lt;input type=hidden
name=summarygt;lt;/inputgt;lt;input type=hidden
name=minorgt;lt;/inputgt;lt;input class=createboxInput size=100
name=titlegt;lt;/inputgt;brlt;input class=createboxButton
type=submit name=creategt;lt;/inputgt;lt;/formgt;/div

This HTML workaround was implemented:

html
div align=center style=background-color:#FFE0C8form name=createbox
id=createbox class=createbox action=/w/index.php method=getinput
type=hidden name=action value=editinput type=hidden name=preload
value=Template:Troubleshooting Tip/Preloadinput type=hidden
name=editintro value=input type=hidden name=summary value=input
type=hidden name=minor value=input type=text name=title
class=createboxInput value= size=100br /input type=submit
name=create class=createboxButton value=Create Troubleshooting
Tip/form/div
/html

However, this issue doesn't seem to occur in FireFox.

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

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


[Bug 27828] New: Add wikitext as language

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

   Summary: Add wikitext as language
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: SyntaxHighlight (GeSHi)
AssignedTo: soxre...@gmail.com
ReportedBy: crochet.da...@free.fr


Hello

I make short : Maybe add wikitext as a language.

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 27477] [Regression!] ImageInfo API query returns descriptionUrl = false if file comes from local repository

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

--- Comment #8 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-03-02 
20:35:39 UTC ---
r70296 is to blame

-- 
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 2429] Selection of namespace *and* associated namespace

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

--- Comment #5 from Ashar Voultoiz has...@free.fr 2011-03-02 20:44:30 UTC ---
First pass committed with r83110

Still have to verify the SQL indexes :(

-- 
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 27818] Create new mailing list for Bengali Wikimedia projects

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

--- Comment #1 from Casey Brown b...@caseybrown.org 2011-03-02 20:48:19 UTC 
---
WikiX was the old mailing list name for Wikipedias, now we use Wikipedia-X.
 Is that what you're looking for?  Something for the Bengali language?

-- 
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 27706] Enable Extension:RSS on ua.wikimedia

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

--- Comment #13 from Casey Brown b...@caseybrown.org 2011-03-02 20:53:24 UTC 
---
Ashar, I could be wrong but I think all you'd need to set the wiki up like
WMF.org is to add uawikimedia to fishbowl.dblist.  I have no idea how you'd
install the extension though. =P

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

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


[Bug 27477] [Regression!] ImageInfo API query returns descriptionUrl = false if file comes from local repository

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

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #9 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-03-02 
21:09:42 UTC ---
Fixed in r83114.

-- 
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-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

Bug 27339 depends on bug 27477, which changed state.

Bug 27477 Summary: [Regression!] ImageInfo API query returns descriptionUrl = 
false if file comes from local repository
https://bugzilla.wikimedia.org/show_bug.cgi?id=27477

   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 27480] Run refreshLinks.php to update page_props

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

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

  Component|Maintenance scripts |Site requests
Version|1.18-svn|unspecified
 Blocks|27339   |
Product|MediaWiki   |Wikimedia
Summary|Maintenance script to   |Run refreshLinks.php to
   |update page_props   |update page_props

--- Comment #8 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-03-02 
21:48:21 UTC ---
Moving to component Wikimedia, removing blocker for 1.17wmf1

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 Depends on|27480   |

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

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


[Bug 27480] Run refreshLinks.php to update page_props

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

uv.w...@gmail.com changed:

   What|Removed |Added

   Keywords||shell

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

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


[Bug 27829] New: welcome users without relying on talk edition

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

   Summary: welcome users without relying on talk edition
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: ASSIGNED
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: has...@free.fr
ReportedBy: has...@free.fr


Some wiki communities substitute a template to new user talk pages. This is
either done manually or through a bot.

We should create a feature that display the 'you have new message' to the new
user, then clicking the talk page, it would show the welcome message but not
create the page.

Could save up some bits in the database :)

-- 
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 27829] welcome users without relying on talk edition

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com
  Component|General/Unknown |Extensions requests
Version|1.18-svn|any
Product|MediaWiki   |MediaWiki extensions

--- Comment #1 from p858snake p858sn...@gmail.com 2011-03-02 22:26:39 UTC ---
But what about people that want to see it again, tbh creating the talk page for
them is a pretty nice solution. Also this should probally be a extenstion
request compared to something in the core.

-- 
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 27829] welcome users without relying on talk edition

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #2 from Krinkle krinklem...@gmail.com 2011-03-02 22:35:57 UTC ---
There's an extension to automate this without the need for an actual 'bot'
user:

  http://www.mediawiki.org/wiki/Extension:NewUserMessage

You can try this on Wikimedia Commons.

Substituting a template isn't needed, one can just call it. This saves up a lot
of bits already.

ie. 
{{Welcome}}

instead of 
{{subst:Welcome}}
which expands to a lot of wikitext on the page when saved.

-- 
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 27830] New: When the first letter of a pagename is lowercase, edit with form will create a new empty page

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

   Summary: When the first letter of a pagename is lowercase, edit
with form will create a new empty page
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: ro...@bigsmoke.us
CC: wikibugs-l@lists.wikimedia.org


Apparently Semantic Forms isn't compatible with
$wgCapitalLinkOverrides[NS_MAIN] = true

See the following URL if you want to see this fail:
http://www.paldap.org/inetOrgPerson

-- 
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 22265] Allow references to be listed with letters

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

--- Comment #13 from Allen Stambaugh allen4na...@gmail.com 2011-03-02 
23:46:33 UTC ---
A new variable, {{CITECLASS}}, along with other changes should fix the ordered
list problem.

My very limited PHP skills are not up to creating a new variable but the code
below should give you an idea what I am thinking of.

'cite_class_group-default' = 'decimal';
'cite_class_group-@alpha' = 'alpha';
'cite_references_prefix' = 'div class=references
ol class={{CITECLASS}}';

Some CSS style rules are also needed.

div.references ol.decimal { list-style-type: decimal; }
div.references ol.alpha { list-style-type: lower-alpha; }

Hopefully this can be of some help to 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 27387] Gender specific display text for tabs

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

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

   What|Removed |Added

 CC||s.mazel...@xs4all.nl

--- Comment #1 from Siebrand s.mazel...@xs4all.nl 2011-03-03 00:12:16 UTC ---
(In reply to comment #0)
 Maybe better idea is to create [[MediaWiki:Nstab-user-male]] and
 [[MediaWiki:Nstab-user-female]] and use these messages when
 $namespaceGenderAliases is enabled.

This particular idea is not a good suggestion, because it assumes that
male/female will be the only two forms GENDER will (ever) use. However, there
has been speculation that formal/informal could also be introduced using this
magic word, and there is an open issue requesting a transgender form. Limiting
options isn't a good idea. Using GENDER, and adding support for it where
needed, is what needs to be done, regardless of how many GENDERs we will have
defined now or in the future.

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

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


[Bug 27387] Gender specific display text for tabs

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 CC||danny.lei...@gmail.com

--- Comment #2 from Leinad danny.lei...@gmail.com 2011-03-03 00:29:24 UTC ---
(In reply to comment #1)
 This particular idea is not a good suggestion, because it assumes that

Hmmm, maybe you are right, but are you sure this is good solution for servers?
- in similar situation Domas reverted changes
(http://en.wikipedia.org/w/index.php?title=MediaWiki:Nstab-maindiff=217955007oldid=215091279)
:-) and last time there was created dedicated message (Bug14267).

PS. If {{GENDER:{{BASEPAGENAME}}|male form|female form}} is the best solution,
could you add variable $1 for [[MediaWiki:Nstab-user-male]] as in standard
message with GENDER support: {{GENDER:$1|male form|female form}}.

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

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


[Bug 27691] Complete namespaceGenderAliases for all languages we support

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 Blocks|27387, 27398|
 Depends on||27387, 27398

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

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


[Bug 27691] Complete namespaceGenderAliases for all languages we support

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

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

   What|Removed |Added

 CC||s.mazel...@xs4all.nl

--- Comment #3 from Siebrand s.mazel...@xs4all.nl 2011-03-03 00:08:14 UTC ---
I think this is kindof an inexplicit issue that is unsolvable. We do not know
which language we support do and do not need this setting. Suggestion made in
comment 1 is useful, but I do not think keeping this issue open is.

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

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


[Bug 27831] New: Allow Custom Parameters for Subject and Message

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

   Summary: Allow Custom Parameters for Subject and Message
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: NewUserNotif
AssignedTo: jack.p...@psitex.com
ReportedBy: jack.p...@psitex.com


Created attachment 8234
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8234
Patch for extension with example hooks

In order to customize the parameters which could be passed to the email
notification message, developers would have to hack the original code.

This solution would allow developers to add or modify parameters using a hook
extension.  It comes complete with an example.

An example of this is the case where the notification is used by the
administrator to facilitate the approval and addition of rights to a user.

Example of a customized, administrator facilitating message with extended
parameters that has a link to go and approve the user as well as another link
that generates a message to the requester automatically (note, to use this you
would also have to modify MediaWiki:Newusernotifbody and
MediaWiki:Newusernotifsubj)

---

From:nore...@local.psitex.com
To:jack.p...@psitex.com
Subject:[JDPLocal] New user notification for User:Jpond

Hello jack.p...@psitex.com,

A new user account, Jpond, has been created on JDPLocal at 00:18, 3 March 2011
for Jpondjack.p...@psitex.com from IP address 127.0.0.1.

If this is a desired user, you should approve at:
http://local.psitex.com/JDPLocal/index.php/Special:UserRights/Jpond.

Then notify
mailto:Jpondjack.p...@psitex.comsubject=Account%20Approved%20for%20JDPLocal%20Accessbody=A%20new%20user%20account,%20Jpond,%20has%20been%20approved%20on%20JDPLocal%20at%20your%20request.%0A%0AYou%20now%20have%20approved%20rights%20at%20http%3A%2F%2Flocal.psitex.com/JDPLocal%20for%20this%20wiki.%0A%0AYour%20Friendly%20Sysop

Your Friendly Sysop!

-- 
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 27691] Complete namespaceGenderAliases for all languages we support

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 CC||danny.lei...@gmail.com
 Blocks||27387, 27398

--- Comment #2 from Leinad danny.lei...@gmail.com 2011-03-03 00:06:32 UTC ---
Hey, I had hoped to introduce namespace gender support on International Women's
Day ;) but I'm afraid there are too many issues...

In last comments of Bug17160 I presented my objections and then I opened new
bugs:
* Bug27387
* Bug27398 (really important)

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

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


[Bug 27387] Gender specific display text for tabs

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

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

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #3 from Chad H. innocentkil...@gmail.com 2011-03-03 01:08:12 UTC 
---
(In reply to comment #2)
 Hmmm, maybe you are right, but are you sure this is good solution for servers?
 - in similar situation Domas reverted changes
 (http://en.wikipedia.org/w/index.php?title=MediaWiki:Nstab-maindiff=217955007oldid=215091279)
 :-) and last time there was created dedicated message (Bug14267).
 

The major difference between that and this is the number of readers in NS_MAIN
vs NS_USER.

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

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


[Bug 27398] $namespaceGenderAliases not compatible with $wgExtraNamespaces

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 Depends on||27691

-- 
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 27387] Gender specific display text for tabs

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 Depends on||27691

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

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


[Bug 27398] $namespaceGenderAliases not compatible with $wgExtraNamespaces

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 Blocks||27691
 Depends on|27691   |

-- 
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 27387] Gender specific display text for tabs

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

Leinad danny.lei...@gmail.com changed:

   What|Removed |Added

 Blocks||27691
 Depends on|27691   |

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

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


[Bug 27830] When the first letter of a pagename is lowercase, edit with form will create a new empty page

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

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Yaron Koren yaro...@gmail.com 2011-03-03 02:05:37 UTC ---
I wasn't aware of $wgCapitalLinkOverrides - it looks like it was only added in
MW 1.16. Anyway, I believe this is now fixed in SVN - I'm marking this as
fixed. Thanks for letting me know about the problem.

-- 
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 27828] Add wikitext as language

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

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2011-03-03 02:15:17 UTC ---
As an aside, this is somewhat of an upstream issue, since we just make the
bridge that connects GESHI (the syntax highlighter) to mediawiki, we don't
actually make the part that does the syntax highlighting. (With that said, if
anyone's going to do this, it'd probably be us since we're the only one's who'd
need a wikitext syntax highlighter)

-- 
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 24383] Update GeSHi to 1.0.8.10 on Wikimedia

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 CC||ro...@wikimedia.org
 Blocks|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 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 Depends on|24383   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27339

--- Comment #3 from Rob Lanphier ro...@wikimedia.org 2011-03-03 02:17:35 UTC 
---
I'd like to go through this list and make sure everything that's still open is
a regression from 1.16.

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

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


[Bug 27781] Installer does not warn when webserver has PHP 5.1.x only

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 CC||ro...@wikimedia.org
 Blocks|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 27339] Bugs that should be fixed post 1.17 WMF deployment (tracking)

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 Depends on|27781   |

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

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


[Bug 27826] Logo update on Tamil Wikipedia

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

Shiju Alex shijua...@hotmail.com changed:

   What|Removed |Added

   Keywords||shell

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27513

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 27756] When viewing diffs, syntax highlight is not being applyed anymore

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 26335] Tracking: FlaggedRevs/Pending Changes 2011 UI pass

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 27505] Rejecting a change by an IP puts link to IP userpage in default summary, not xyr contribs as expected

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 27582] Implement new right that makes rollbacks autoreview the page (if rolled back to the stable version)

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 25295] Improve reviewer experience when multiple simultaneous users review Pending Changes

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 26268] Make TopFiveReviewers configurable

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 27420] Message Validationstatistics-pndtime should explain how average delay is calculated

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 25300] Better names for special pages in Pending Changes configuration

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 25390] autoreview privilege should be removeable - like editor

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 25301] Firm up the list of minor UI improvements suggested during Pending Changes enwiki trial

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

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||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 27818] Create new mailing list for Bengali Wikimedia projects

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

--- Comment #2 from Tanvir Rahman wikitan...@gmail.com 2011-03-03 04:13:21 
UTC ---
Yeah, Wikipedia-BN will do. 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 27832] New: rsvg -- apparent error in parsing SVG files (gradients)

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

   Summary: rsvg -- apparent error in parsing SVG files
(gradients)
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Interwiki links
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: anonm...@io.com


With the recent software updates, there seem to have been changes in how SVG
files are processed.  With SVG files generated by CorelDRAW (which use a
particular indirect way of referring to style information), it seems that only
the _first_ gradient in the SVG file is processed -- while all subsequent
gradients are completely ignored.  Unfortunately, this really messes up the
rendering of such files (compare how
http://commons.wikimedia.org/wiki/File:Differencing_en.svg looks in an
SVG-viewing program to how it is rendered to a PNG by rsvg), and it will really
be a pain to fix such files manually.  Therefore it would be nice if the SVG
(or XML?) parsing bug could 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


[Bug 27832] rsvg -- apparent error in parsing SVG files (gradients)

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

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||bryan.tongm...@gmail.com,
   ||p858sn...@gmail.com
  Component|Interwiki links |Images and files
Product|Wikimedia   |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