[Bug 43852] New: converttitles does not show original in the 'converted' element

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43852

   Web browser: ---
Bug ID: 43852
   Summary: converttitles does not show original in the
'converted' element
   Product: MediaWiki
   Version: unspecified
  Hardware: All
   URL: http://zh.wikipedia.org/w/api.php?action=query&titles=
%E9%BE%99%E9%97%A8%E9%A3%9E%E7%94%B2&converttitles
OS: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: yuriastrak...@gmail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net,
wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The result of this call 
http://zh.wikipedia.org/w/api.php?action=query&titles=%E9%BE%99%E9%97%A8%E9%A3%9E%E7%94%B2&converttitles
returns
 
   
 

Which does not look right (I don't speak the language, but I can see that the
characters are identical). According to all the specs, the from value should be
identical to the one in the query.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43852] converttitles does not show original in the 'converted' element

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43852

Liangent  changed:

   What|Removed |Added

 CC||liang...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43852] converttitles does not show original in the 'converted' element

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43852

Liangent  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |liang...@gmail.com
   |org |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43852] converttitles does not show original in the 'converted' element

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43852

Liangent  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Liangent  ---
I1658202f9228c2b99c0895d9c9b1a6d905f3021d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 33753] FlaggedRevs for RU Wiktionary

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33753

--- Comment #12 from Anton  ---
Yes, we are waiting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43777] mediawiki/tools/code-utils/read_wfMsgCalls.py still uses mediawiki/trunk/phase3

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43777

--- Comment #3 from Seb35  ---
Ok, you’re right. I learned last week how to use Git+Gerrit, I should now
practice. I will probably not have time to do this change before at least one
month; if you want use the script before you can change on your local copy.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43632] Make SRF support foreign image repos

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43632

Uimanov Aleksey  changed:

   What|Removed |Added

 CC||s9gf4...@gmail.com

--- Comment #2 from Uimanov Aleksey  ---
I am the user who posted demonstration above.

You are writing 

> This is currently prevented by line 257 in SRF_Gallery.php:
>   if ( $imgTitle->exists() ) {

> We still need to check that the file exists, of course. Not sure what the best
> method is. Maybe something like this:

>   $imgFile = wfFindFile( $imgTitle );
>   if ( $imgFile && $imgFile->isVisible() ) {


This code belongs to function addImageProperties, but using debug printing i
have figured out that it does not even called.

So i belive the guilty code is 

if ( $this->params['imageproperty'] !== '' && in_array(
$this->params['imageproperty'], $printReqLabels ) || $this->params['redirects']
!== '' && in_array( $this->params['redirects'], $printReqLabels ) ) {

at line 148 of SRF_Gallery.php

Actually, I dont even understand what this condition checks. All after the 

$this->params['imageproperty'] !== ''

code.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43632] Make SRF support foreign image repos

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43632

--- Comment #3 from Leonard Wallentin  ---
However, if I understood the mailing list conversation correctly, the problem
Uimanov Aleksey is experiencing, does not have with this bug (a suggestion to
make foreign repos work) to do.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34855] Query failed: ERROR: syntax error at or near "smw_tmp_unusedprops" LINE 1: ...iesSpecial Mioze7Ae */ OR REPLACE FUNCTION create_"smw_tmp_u... ^

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34855

Hajo Thelen  changed:

   What|Removed |Added

 CC||hajo.the...@wtg.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38607] Error in getCreateTempIDTableSQL during PostgreSQL upgrade

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38607

Hajo Thelen  changed:

   What|Removed |Added

 CC||hajo.the...@wtg.com

--- Comment #1 from Hajo Thelen  ---
seems to be related or duplicate Bug 34855

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43853] New: A way to find the number of edit conflicts for a given page

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43853

   Web browser: ---
Bug ID: 43853
   Summary: A way to find the number of edit conflicts for a given
page
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: [other]
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: the.original.s...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Highly viewed articles, especially those on the main page, receive a high
amount of traffic everyday, which results in a lot of edit conflicts. This
issue is one of the main things which needs to be considered about enWiki:TAFI,
which will be going to the Main Page soon.

If there was a way to track just the number of edit conflicts (and maybe the
percentage of those conflicts which were "resolved" - Resolved implying another
edit by the same user within 10 minutes.), it would be really helpful in
tracking down the efficiency of handling them, and to figure out how to deal
with them.

[Do I get informed of all replies to this page? If not, please leave a talkback
on my talkpage at enWiki [User:TheOriginalSoni]]

Cheers,
Soni

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43854] New: Add a new rule in Malayalam for Bindhurepham (0D4E)

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43854

   Web browser: ---
Bug ID: 43854
   Summary: Add a new rule in Malayalam for Bindhurepham (0D4E)
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Narayam
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: vss...@gmail.com
CC: asha...@wikimedia.org, junu.pv+pub...@gmail.com,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

ൎ
The Bindurepham (0D4E) character placed in the above line has no input rule in
both transliteration and inscript keyboards of Malayalam. This is very much
required in digitizing older text books in Malayalam Wikisource.

Please add a new input rules for the same in both methods.

The proposed keystrokes are r^ and ^ for transliteration and inscript
respectively.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43828] [selenium] way to filter out tests for experimental features

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43828

--- Comment #2 from tobias.gritschac...@wikimedia.de ---
finished in I2e495569

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42766] Cleaner permissions errors messages when modifying data entries

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42766

denny vrandecic  changed:

   What|Removed |Added

   Priority|Normal  |High

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42198] Cancel Button saves text, Publish Button does nothing

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42198

--- Comment #8 from nikus0po...@gmail.com ---
Andre,

I did my tests with Firefox 18.0 and Chromium Version 23.0.1271.97 (171054);
and I didn't see any Javascript error in the web browser console.
There is no valuable screeshot to do because the Cancel button does the commit
action and the Commit button does nothing. So there is nothing to see neither
to capture.

Tell me if you absolutely need an access to my wikisite to do your tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43855] New: UI messages in repo, JS is in lib

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43855

   Web browser: ---
Bug ID: 43855
   Summary: UI messages in repo, JS is in lib
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: aude.w...@gmail.com
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

We moved most of the JS to lib so that the client may be able to use some
components and stuff.

However, the messages are still defined in the repo so we can't re-use stuff in
the client yet.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43804] Docs about files needed by generateCollationData.php should be updated

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43804

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Blocks||1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 1] Documentation is out of date, incomplete (tracking)

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

Andre Klapper  changed:

   What|Removed |Added

 Depends on||43804

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43816] Show captcha for creating new user only after successful check that username is available

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43816

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 Status|UNCONFIRMED |NEW
Version|unspecified |1.21-git
Summary|place of captcha for|Show captcha for creating
   |creating new users  |new user only after
   ||successful check that
   ||username is available
 Ever confirmed|0   |1

--- Comment #1 from Andre Klapper  ---
I like that idea. :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43831] DynamicSidebar Extension i18n language problem

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43831

Andre Klapper  changed:

   What|Removed |Added

   Keywords||i18n
   Priority|Unprioritized   |Low
 CC||aklap...@wikimedia.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43807] Can't run Jenkins test on drafts changes on Gerrit

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43807

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42941] Restore functioning of $CHANGEDORCREATED for backward compatibility of outdated enotif_body

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42941

Siebrand  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||s.mazel...@xs4all.nl
 Resolution|--- |FIXED

--- Comment #18 from Siebrand  ---
Patch is merged (or will be soon). This BC feature is scheduled for removal in
MediaWiki 1.23 now.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 14901] Email notification mistakes log action for new page creation

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14901

Bug 14901 depends on bug 42941, which changed state.

Bug 42941 Summary: Restore functioning of $CHANGEDORCREATED for backward 
compatibility of outdated enotif_body
https://bugzilla.wikimedia.org/show_bug.cgi?id=42941

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43846] Add preference to turn off srcset delivery

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43846

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
Version|unspecified |1.21-git
   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43489] No edit summary when image is added locally via mobile

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43489

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |High

--- Comment #4 from Andre Klapper  ---
[restoring previous prio]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42423] Wikimedia wiki search is broken (outputting inconsistent results)

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42423

Andre Klapper  changed:

   What|Removed |Added

  Attachment #11616|application/octet-stream|text/html
  mime type||

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38339] Call to undefined method languages::getCode()

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38339

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||aklap...@wikimedia.org

--- Comment #4 from Andre Klapper  ---
(In reply to comment #3)
> It appears that zrma has no default CCs.

There isn't. If anybody wants me to add people, just tell.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43853] A way to find the number of edit conflicts for a given page

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43853

Andre Klapper  changed:

   What|Removed |Added

   Severity|normal  |enhancement

--- Comment #1 from Andre Klapper  ---
(In reply to comment #0)
> [Do I get informed of all replies to this page?

By default you get them if you have not changed settings under
https://bugzilla.wikimedia.org/userprefs.cgi?tab=email  :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43852] converttitles does not show original in the 'converted' element

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43852

Andre Klapper  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43807] Can't run Jenkins test on drafts changes on Gerrit

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43807

--- Comment #1 from Chad H.  ---
I can't think of an easy way to do this, other than adding Jenkins as a
reviewer on a change (so it'll be able to see it). I don't think there's much
else we can do on the Gerrit side--it should probably be more Zuul tweaks.

More interestingly, a "View drafts" permission would be cool for people who
should be able to see all Draft changes, but I haven't looked at how easy this
would be (just filed upstream:
https://code.google.com/p/gerrit/issues/detail?id=1754)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43806] Add link to source code next to MediaWiki extensions components

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43806

--- Comment #4 from Andre Klapper  ---
(In reply to comment #3)
> (In reply to comment #1)
> > We cannot reliably say that all Bugzilla component names also match the 
> > names
> > in the code repository, plus that all Bugzilla components are in Gerrit/Git.
> 
> Do you have an example of the former?

GIS,  FCKeditor, ConfirmEdit (CAPTCHA extension).
Maybe it's not as many as I'm afraid of.

> Hmm, I think it would be maintained if it were on a wiki page. You'd only
> need a dictionary for the tricky (edge) cases.

Offtopic / big picture: In the long run (which probably translates to "never
happens") I still have this vague idea of using DOAP (RDF) files to store
machine-readable project metadata (maintainers, bugtracker, mailinglist, etc)
in one central place, and to have interfaces to use this anywhere else. Apache
Software Foundation projects do this, and also GNOME to some extend.

> I think it's important to provide developers and other interested parties
> with easy access to the relevant code when looking at a bug. 

Totally +1!

> Currently there doesn't
> seem to be any easy access at all. Even (simply) exposing the component
> description would be useful, as it usually includes a link to the extension
> page on mediawiki.org.

Not yet "usually" unfortunately, but I've been trying to improve extension
descriptions from time to time to make them descriptive (and not "FOO: Foo
extension"), having http://quominus.org/archives/714 in mind.

> I have to imagine that this issue has come up in other bug trackers. Surely
> developers (who are notoriously lazy) want a way to easily view relevant code
> (on ViewVC, gitweb, etc.) from a bug. How do other bug trackers solve this
> problem? An additional input field? Something else?

For Bugzilla I'm not aware of anything like a "add code repo URL on
product/component level", at least I haven't seen this. If there is an
extension out there then I haven't heard of it. It's a good question.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43849] Regression: prop=imageinfo fails for ForeignDBRepo image redirects

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43849

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43807] Can't run Jenkins test on drafts changes on Gerrit

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43807

Chad H.  changed:

   What|Removed |Added

 Depends on||39589

--- Comment #2 from Chad H.  ---
(In reply to comment #1)
> More interestingly, a "View drafts" permission would be cool for people who
> should be able to see all Draft changes, but I haven't looked at how easy
> this
> would be (just filed upstream:
> https://code.google.com/p/gerrit/issues/detail?id=1754)

Actually, just found out this was already done in master and will be a
grantable permission upon upgrading.

Marking the dependency, because this will be *trivial* once we upgrade.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39589] Upgrade Gerrit to 2.6

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39589

Chad H.  changed:

   What|Removed |Added

 Blocks||43807

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41586] On wikidata.org, api login returns wrong lgtoken (object replacement character) in response body; correct in HTTP header

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41586

--- Comment #18 from Daniel Kinzler  ---
(In reply to comment #17)
> WFM (with Daniels script)...

with a valid name & password? can you post the output, please?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43856] New: Lifting of an IP Cap for an Outreach event

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43856

   Web browser: ---
Bug ID: 43856
   Summary: Lifting of an IP Cap for an Outreach event
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sonara.ar...@gmail.com
CC: benap...@gmail.com, dereck...@espace-win.org,
wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

Hey,

Organizers of https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Summit_Pune
have requested to raise the IP cap from the following IP address starting from
12th January 2013 10:00 AM (IST) for about 6 hours for English Wikipedia and
Commons.

IP Address => "14.140.227.67" and "14.140.227.68"

Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43294] "WikidataRepo" and "WikidataClient" should be renamed in "Wikibase Repo" and Wikibase Client" on Bugzilla

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43294

Lydia Pintscher  changed:

   What|Removed |Added

 CC||lydia.pintscher@wikimedia.d
   ||e

--- Comment #6 from Lydia Pintscher  ---
Can we please let it stay as Wikidata? I know Wikibase would be more correct
but it will cause me a lot of headache having to explain this to people again
and again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43856] Lifting of an IP Cap for an Outreach event

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43856

Arnav Sonara  changed:

   What|Removed |Added

   Keywords||shell

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43856] Lifting of an IP Cap for an Outreach event

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43856

--- Comment #1 from Snowolf  ---
Why is this asked only the day before? We have stressed time and time again
that as these events are planned in advanced, the bug should be filed with some
time to process it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43856] Lifting of an IP Cap for an Outreach event

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43856

--- Comment #2 from Arnav Sonara  ---
I concur and understand your point, but I myself am just the facilitator, the
organizers themselves asked me to do this today. So I can't myself help in that
case. Thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43856] Lifting of an IP Cap for an Outreach event

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43856

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||aklap...@wikimedia.org

--- Comment #3 from Andre Klapper  ---
Please also provide:
* What the limit needs to be raised to (e.g. 75 accounts).

If you think such a request has gone unnoticed and the event is about to start,
go to the IRC channel #wikimedia-tech on Freenode IRC and ask for help. (See
http://meta.wikimedia.org/wiki/IRC for general info on using IRC.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43839] New component: MediaWiki extensions > DynamicSidebar

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43839

Sam Reed (reedy)  changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43856] Lifting of an IP Cap for an Outreach event

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43856

Sam Reed (reedy)  changed:

   What|Removed |Added

   Severity|major   |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43848] Deploy and review SearchExtraNs extension

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43848

Sam Reed (reedy)  changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43856] Lifting of an IP Cap for an Outreach event

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43856

Max Semenik  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
 CC||maxsem.w...@gmail.com

--- Comment #4 from Max Semenik  ---
https://gerrit.wikimedia.org/r/43432 - still needs the number of participants.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43812] Create Sanskrit Wikiquote

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43812

MF-Warburg  changed:

   What|Removed |Added

 CC||mfwarb...@googlemail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43812] Create Sanskrit Wikiquote

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43812

--- Comment #1 from MF-Warburg  ---
Apparently; these would be the settings, as filled in on the Request on Meta:

Language code: sa
Site URL: sa.wikiquote.org
Project name: विकिसूक्तिः
Project namespace: विकिसूक्तिः
Project talk namespace: विकिसूक्तिसम्भाषणम्
Project logo: http://commons.wikimedia.org/wiki/File:Sanskrit Wikiquote
logo.svg
Timezone: Asia/Kolkata

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43857] New: Allow for sorting Special:UnreviewedPages by time since creation

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43857

   Web browser: ---
Bug ID: 43857
   Summary: Allow for sorting Special:UnreviewedPages by time
since creation
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: FlaggedRevs
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: matma@gmail.com
CC: aschulz4...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Allow for sorting Special:UnreviewedPages by time since creation.

Requested on pl.wikipedia:
https://pl.wikipedia.org/wiki/Wikipedia:Kawiarenka/Kwestie_techniczne#Nieprzejrzane_strony

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43857] Allow for sorting Special:UnreviewedPages by time since creation

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43857

Bartosz Dziewoński  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||matma@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=15293

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 15293] Provide time sorting for OldReviewedPages

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15293

Bartosz Dziewoński  changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=43857

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43762] API unit tests randomly time out, causes spurious failures

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43762

Brad Jorsch  changed:

   What|Removed |Added

Summary|ApiBlockTest::testBlockingA |API unit tests randomly
   |ctionWithNoToken causes |time out, causes spurious
   |spurious failures   |failures

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37209] LinkCache doesn't currently know about this title

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

Andre Klapper  changed:

   What|Removed |Added

   Priority|High|Highest

--- Comment #25 from Andre Klapper  ---
Bumping to highest priority after IRC discussion with Niklas and Sumana.

 that exception is popping up in various places regularly, and is
very annoying... the lqt double posting (bug 43693) was just latest one

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43801] ICUCollation needs to know the version of ICU library

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43801

--- Comment #1 from Bartosz Dziewoński  ---
So I discovered that there are two actually constants for this,
INTL_ICU_VERSION and INTL_ICU_DATA_VERSION. They don't seem to be documented
*anywhere at all*, though. (They both have the same value for me.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37209] LinkCache doesn't currently know about this title

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

--- Comment #26 from Vitaliy Filippov  ---
I have a fix for it here https://gerrit.wikimedia.org/r/#/c/34339/ :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43852] converttitles does not show original in the 'converted' element

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43852

Brad Jorsch  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Brad Jorsch  ---
Change merged.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37209] LinkCache doesn't currently know about this title

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

Nemo  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43850] Strange thumbnail issue after a re-upload

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43850

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper  ---
Both on https://en.wikipedia.org/wiki/User:Tim_Starling/Possible_thumbnail_bug
and http://test.wikipedia.org/wiki/Possible_thumbnail_bug 
I always get a red background (Firefox 17.0.1, Opera 12.02, Google Chrome
23.0.1271.97, no matter if logged in or not).

Cannot reproduce I guess.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35668] PDF on gu.wikisource doesn't show characters

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35668

--- Comment #15 from Andre Klapper  ---
(In reply to comment #12 by Daniel Zahn)
> P.S. The link to github.com above gives me a 404

Link works for me, now that Bugzilla bug 40344 is fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37209] LinkCache doesn't currently know about this title

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

Siebrand  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |vita...@yourcmc.ru
   |org |

--- Comment #27 from Siebrand  ---
Rebased patch mentioned in comment 26 on master, updated the commit summary and
merged. Thanks, Vitaliy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39480] Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking)

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39480

Bug 39480 depends on bug 37209, which changed state.

Bug 37209 Summary: LinkCache doesn't currently know about this title
https://bugzilla.wikimedia.org/show_bug.cgi?id=37209

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41133] all.dblist in beta-labs is a live hack

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41133

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Antoine "hashar" Musso  ---
We now vary based on the realm. The all.dblist is replaced by all-labs.dblist
whenever we run on labs.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41132] live hack in beta mediawiki-config (tracking)

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41132

Bug 41132 depends on bug 41133, which changed state.

Bug 41133 Summary: all.dblist in beta-labs is a live hack
https://bugzilla.wikimedia.org/show_bug.cgi?id=41133

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41134] beta wikiversions.dat is a live hack

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41134

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Antoine "hashar" Musso  ---
We now vary based on the realm. The wikiversions.dat is replaced by
wikiversions-labs.dblist whenever we run on labs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41132] live hack in beta mediawiki-config (tracking)

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41132

Bug 41132 depends on bug 41134, which changed state.

Bug 41134 Summary: beta wikiversions.dat is a live hack
https://bugzilla.wikimedia.org/show_bug.cgi?id=41134

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37078] use scap to deploy on apaches (tracking)

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37078

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2007] Tracking bug (tracking)

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007

Bug 2007 depends on bug 37078, which changed state.

Bug 37078 Summary: use scap to deploy on apaches (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=37078

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37081] admin tools on beta (tracking)

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37081

Bug 37081 depends on bug 37078, which changed state.

Bug 37078 Summary: use scap to deploy on apaches (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=37078

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36646] get rid of NFS share

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36646

Bug 36646 depends on bug 37078, which changed state.

Bug 37078 Summary: use scap to deploy on apaches (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=37078

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37061] rebuild localisation cache whenever needed

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37061

Bug 37061 depends on bug 37078, which changed state.

Bug 37078 Summary: use scap to deploy on apaches (tracking)
https://bugzilla.wikimedia.org/show_bug.cgi?id=37078

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43838] wikimedia-task-appserver needs updating

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43838

--- Comment #2 from Antoine "hashar" Musso  ---
scap-2 is also missing in puppet :-/ bug 38438

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37068] Parser functions do not work in RSS template

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37068

pierr...@gmail.com changed:

   What|Removed |Added

 CC||pierr...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43838] wikimedia-task-appserver needs updating

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43838

--- Comment #3 from Sam Reed (reedy)  ---
https://gerrit.wikimedia.org/r/#/c/43356/ now (damn lack of change-ids)

I'd suspect we don't need to bring scap-2 forward to git deploy.. Maybe?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43856] Lifting of an IP Cap for an Outreach event

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43856

--- Comment #5 from Arnav Sonara  ---
Well 30 accounts on each IP should be more than sufficient. Thanks a lot for
timely response.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43735] [JJB] create a phplint template

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43735

--- Comment #1 from Antoine "hashar" Musso  ---
https://gerrit.wikimedia.org/r/43443 - phplint building macro

That is not a job template yet though.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 26670] Remove direct calls to Database::query() and use inbuilt methods instead.

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26670

--- Comment #9 from Andre Klapper  ---
(In reply to comment #8)
> Taking this bug for the core, at least in a first time.

Dereckson: Still working on this, or should this be reset to NEW/nobody?

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43707] Special:MyCourses should include Planned as well as Current courses

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43707

Andre Klapper  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43736] [JJB] PHP lint mw/tools/code-utils repository

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43736

Bug 43736 depends on bug 43735, which changed state.

Bug 43735 Summary: [JJB] create a phplint template
https://bugzilla.wikimedia.org/show_bug.cgi?id=43735

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43735] [JJB] create a phplint template

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43735

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Antoine "hashar" Musso  ---
'{name}-phplint' job template https://gerrit.wikimedia.org/r/43444

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43489] No edit summary when image is added locally via mobile

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43489

--- Comment #5 from Arthur Richards  ---
Maryana/Howie, Andre set the priority of this to high. Is that an accurate
priority? Is this even a bug? It seems more like an enhancement to me since the
photo upload feature hadn't previously been defined - nothing is broken, as far
as I understand. Desired, nonexistent functionality should be added to
https://mingle.corp.wikimedia.org/projects/mobile/cards/332, which currently
says nothing about the edit summary.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43736] [JJB] PHP lint mw/tools/code-utils repository

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43736

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Antoine "hashar" Musso  ---
Jenkins: https://gerrit.wikimedia.org/r/43446
Zuul: https://gerrit.wikimedia.org/r/43447

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43628] commons.wikimedia.org doesn't auto-redirect to mobile site on mobile devices

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43628

Arthur Richards  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
  Component|DNS |MobileFrontend
Product|Wikimedia   |MediaWiki extensions

--- Comment #6 from Arthur Richards  ---
No problem, MZ :)

I updated the priority on this to low. Also, I do not think 'DNS' is the right
component for this, since is actually relates partially to some C code invoked
by the squids to handle the redirection, and partially to ensuring
MobileFrontend is capable of appropriately handling commons content. So I've
updated the component to Mediawiki extensions, and am now trying to associate
this bug with MobileFrontend (that way it's less likely to fall off our radar).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43124] Watchlist needs a wikidata filter

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43124

Aude  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Aude  ---
https://gerrit.wikimedia.org/r/#/c/43424/

but not sure I'd consider this resolved yet.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43858] New: wbsearchentities runs out of memory

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43858

   Web browser: ---
Bug ID: 43858
   Summary: wbsearchentities runs out of memory
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: denny.vrande...@wikimedia.de
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

In some cases, wbsearchentities runs out of memory or time.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42467] "Zarro Boogs found" is unhelpful

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42467

Andre Klapper  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |aklap...@wikimedia.org
   |org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24992] Show "email" instead of "login" as field label

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24992

Andre Klapper  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |aklap...@wikimedia.org
   |org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43858] wbsearchentities runs out of memory

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43858

Sam Reed (reedy)  changed:

   What|Removed |Added

 CC||s...@reedyboy.net

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42549] Run only Wikibase Lib and Repo tests and separately the client tests

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42549

--- Comment #1 from Andre Klapper  ---
Abraham: As you set this report to ASSIGNED, who is working on this? 
I understand that the Wikidata teams uses wikidata-bugs@ as assignee (and
that's fine), but in this case the assignee is wikibugs-l@ which means
"nobody".

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43856] Lifting of an IP Cap for an Outreach event

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43856

Max Semenik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |maxsem.w...@gmail.com
   |org |

--- Comment #6 from Max Semenik  ---
Deployed. Please poke us on IRC if it doesn't work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43773] Wikimedia Pakistan mailing list required

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43773

Thehelpfulone  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Thehelpfulone  ---
Sorry for the delay in setting this up - list created at
. Please also add
another list admin per the email I just sent you with the admin password. List
set to be open with public archives.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42741] File pages broken in beta

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42741

Andre Klapper  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |jrob...@wikimedia.org
   |org |

--- Comment #5 from Andre Klapper  ---
[restoring assignee after component move]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43809] Update Javanese keymap

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43809

Dereckson  changed:

   What|Removed |Added

   Keywords||i18n, patch
 Status|NEW |ASSIGNED
 CC||dereck...@espace-win.org
   Assignee|wikibugs-l@lists.wikimedia. |dereck...@espace-win.org
   |org |

--- Comment #1 from Dereckson  ---
[ Taking this bug. ]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43858] wbsearchentities runs out of memory

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43858

--- Comment #1 from Sam Reed (reedy)  ---
Created attachment 11617
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=11617&action=edit
List of stack traces around wbsearchentities related entries

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 42030] Converter between language variants doesn't include oldid

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42030

Andre Klapper  changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |liang...@gmail.com
   |org |

--- Comment #4 from Andre Klapper  ---
[setting Assignee to Liangent as per comment 3 and bug report history]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43628] commons.wikimedia.org doesn't auto-redirect to mobile site on mobile devices

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43628

Max Semenik  changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com

--- Comment #7 from Max Semenik  ---
Actually, enabling redirection to Commons doesn't require C code modification,
it has a configuration file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41101] Accuracy in QuantityValue is too simple

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41101

Andre Klapper  changed:

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #2 from Andre Klapper  ---
Denny: As you set this report to ASSIGNED, who is working on this? 
In this case assignee is wikibugs-l@ which means "nobody".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 19048] 304 (not modified) responses not suppressed after user session expires

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19048

Andre Klapper  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27571] Use proper language codes in Language instead of $wgDummyLanguageCodes

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27571

Pavel Selitskas  changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
   Target Milestone|--- |1.21.0 release
Summary|GRAMMAR rules from  |Use proper language codes
   |$wgGrammarForms don't work  |in Language instead of
   |with fallback-languages |$wgDummyLanguageCodes

--- Comment #11 from Pavel Selitskas  ---
I'm re-qualifying the bug to a more general issue (which is the cause of broken
GRAMMAR in dummy codes).

Sticking Gerrit change #35383 here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43858] wbsearchentities runs out of memory

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43858

Jeroen De Dauw  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jeroen_ded...@yahoo.com
   Assignee|wikidata-bugs@lists.wikimed |jeroen_ded...@yahoo.com
   |ia.org  |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43859] New: Tracking bug: Improve course pages

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43859

   Web browser: ---
Bug ID: 43859
   Summary: Tracking bug: Improve course pages
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: EducationProgram
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: rages...@gmail.com
CC: jeroen_ded...@yahoo.com,
wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

This bug will track specific improvement requests for course pages and their
editing interface.



As a starting point, I'll add bugs for the following.

Based on the feedback from professors ambassadors so far, the key improvement
requests are:

1. Move the Description box to the top of the page, so that instructors can
have control over the above-the-fold section of the course page.

2. Remove the title "Description", so that it is apparent that

3. Make the edit window for the (untitled) Description box a full-size edit
window, so that it's easier to build a complex course page and not feel like it
is intended only to hold a small amount of text.

4. Enable edit links on individual sections within the Description box,
including links to edit sections of transcluded pages in the same way as
transclusion work in other namespaces.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 43860] New: Move "Description" section to the top of course pages, and remove its title

2013-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43860

   Web browser: ---
Bug ID: 43860
   Summary: Move "Description" section to the top of course pages,
and remove its title
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: EducationProgram
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: rages...@gmail.com
CC: jeroen_ded...@yahoo.com,
wikibugs-l@lists.wikimedia.org
Blocks: 43859
Classification: Unclassified
   Mobile Platform: ---

Based on feedback from professors and ambassadors so far, users want the
wikitext section of course pages to be more flexible and seem more like a
conventional wiki page. This section should be moved to the top, and should not
be automatically titled "Description".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


  1   2   3   >