[Bug 46306] An option required to disable ULS

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46306

--- Comment #7 from sunil vss...@gmail.com ---
(In reply to comment #6)
 (In reply to comment #5)
  Users must have choice to decide whether they use ULS offered features or
  local
  settings. If the user has local input methods and local fonts, it is
  unnecessary to load ULS.
 
 Input and fonts are just 2 features of ULS. Both can be disabled in the
 current
 interface. Why you want to disable other features? Your bug is about
 disabling
 ULS *completely*

I think, those 2 are the major features of ULS. Please excuse me if not.

Is there any other feature which ULS offers and it is not possible to implement
at local level?

-- 
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 46310] Deliver notification using Echo where available

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46310

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.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 45434] [TUX] Unclear filtering completion status

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45434

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 45434] [TUX] Unclear filtering completion status

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45434

--- Comment #6 from Santhosh Thottingal santhosh.thottin...@gmail.com ---
Duplicate message whiile filtering long message list is happening 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 46311] New: [TUX] Allow users to translate using the page view

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46311

   Web browser: ---
Bug ID: 46311
   Summary: [TUX] Allow users to translate using the page view
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pgi...@wikimedia.org
CC: asha...@wikimedia.org, niklas.laxst...@gmail.com,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

In page view mode the user is currently not able to open the translation
editor. The user should be able to:
- View the status marks on the left side (untranslated, outdated).
- Open the message editor by clicking on the pencil icon on the right.
- Once saved (or skipped), the next message should be opened if it lacks a
translation.

-- 
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 46306] An option required to disable ULS

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46306

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #8 from Santhosh Thottingal santhosh.thottin...@gmail.com ---
(In reply to comment #7)
 I think, those 2 are the major features of ULS. Please excuse me if not.

Not at all. There are language selection features(many scenarios), APIs being
used by extensions(for script, language code, text directionality, autonyms
etc). Please read the ULS documentation at MediaWiki.

-- 
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 46307] bookshelf.wikimedia.org should not redirect to www.wikipedia.org

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46307

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|major   |normal

--- Comment #1 from MZMcBride b...@mzmcbride.com ---
It looks like http://bookshelf.wikimedia.org/f and similar URLs redirect
appropriately:

---
$ curl -I bookshelf.wikimedia.org/f
HTTP/1.0 302 Moved Temporarily
Date: Tue, 19 Mar 2013 06:49:57 GMT
Server: Apache

Location: http://outreach.wikimedia.org/wiki/Bookshelf/f

Cache-Control: max-age=2592000
Expires: Thu, 18 Apr 2013 06:49:57 GMT
Content-Length: 230
Content-Type: text/html; charset=iso-8859-1
Age: 180
X-Cache: HIT from cp1019.eqiad.wmnet
X-Cache-Lookup: HIT from cp1019.eqiad.wmnet:3128
X-Cache: MISS from cp1014.eqiad.wmnet
X-Cache-Lookup: MISS from cp1014.eqiad.wmnet:80
Connection: close
---

Plain http://bookshelf.wikimedia.org fails, though. Relevant lines in
https://noc.wikimedia.org/conf/redirects.conf:

---
# Bookshelf Project
RewriteCond %{HTTP_HOST} =bookshelf.wikimedia.org
RewriteRule ^/(.*)$ http://outreach.wikimedia.org/wiki/Bookshelf/$1
[R=302,L]
---

So the ^/ bit probably just needs a tweak.

-- 
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 46307] bookshelf.wikimedia.org should not redirect to www.wikipedia.org

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46307

jeremyb bugzilla+org.wikime...@tuxmachine.com changed:

   What|Removed |Added

 CC||bugzilla+org.wikimedia@tuxm
   ||achine.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 46297] [Regression] www.wikimediafoundation.org should not redirect to www.wikipedia.org?

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46297

jeremyb bugzilla+org.wikime...@tuxmachine.com changed:

   What|Removed |Added

 CC||bugzilla+org.wikimedia@tuxm
   ||achine.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 45802] Edit commit message in browser gives a multi line summary on gerrit

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45802

--- Comment #7 from christ...@quelltextlich.at ---
The upstream fix was accepted in commit
109e03fe2bdd3e5420ccf88c9bc723585ffab60e

https://gerrit-review.googlesource.com/#/c/43582/

-- 
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 46292] ConfirmEdit needs to block IPs after a set number of failed CAPTCHA attempts

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46292

Teles salvadore...@hotmail.com changed:

   What|Removed |Added

 CC||salvadore...@hotmail.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 44630] GlobalBlocking needs to be able to import a list of bad IP's from a text file or another wiki site

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44630

Teles salvadore...@hotmail.com changed:

   What|Removed |Added

 CC||salvadore...@hotmail.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 46312] New: gerrit-wm cycling on freenode

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46312

   Web browser: ---
Bug ID: 46312
   Summary: gerrit-wm cycling on freenode
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: IRC
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: b...@mzmcbride.com
CC: wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

gerrit-wm seems to be cycling a lot lately. Basically in the form of quitting
(with Remote host closed the connection) and then re-joining. I'm not sure
why. It looks like it's happened five times in past two hours.

-- 
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 46312] gerrit-wm cycling on freenode

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46312

jeremyb bugzilla+org.wikime...@tuxmachine.com changed:

   What|Removed |Added

 CC||bugzilla+org.wikimedia@tuxm
   ||achine.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 46312] gerrit-wm cycling on freenode

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46312

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

   What|Removed |Added

 CC||christ...@quelltextlich.at,
   ||innocentkil...@gmail.com,
   ||marcin.cies...@gmail.com,
   ||rlan...@gmail.com
  Component|IRC |Git/Gerrit

-- 
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 46310] Deliver notification using Echo where available

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46310

Sam Reed (reedy) s...@reedyboy.net 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 46313] New: Edit links links should use underscores not spaces (DB key form)

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46313

   Web browser: ---
Bug ID: 46313
   Summary: Edit links links should use underscores not spaces
(DB key form)
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: WikidataClient
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: s...@reedyboy.net
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

https://en.wikipedia.org/wiki/National_Airline_History_Museum

Edit links = https://www.wikidata.org/wiki/Special:ItemByTitle/enwiki/National
Airline History Museum

Which when copied out from your browser becomes the uglier
https://www.wikidata.org/wiki/Special:ItemByTitle/enwiki/National%20Airline%20History%20Museum

Like everything in MediaWiki, this link should be in db key form -
https://www.wikidata.org/wiki/Special:ItemByTitle/enwiki/National_Airline_History_Museum

-- 
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 46176] Zuul slow to report back to Gerrit

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46176

--- Comment #4 from Antoine hashar Musso has...@free.fr ---
git cherry-pick 263fba9
git push wikimedia HEAD:master

I have deployed the new Zuul version which is upstream ff79197 + the patch
Give the result event queue priority..  The current sha1 is e9d929a.

That will most probably fix the issue, I will monitor that during the next rush
hours.

-- 
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 33941] Create user preferences for hiding CentralNotice banners

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33941

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 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 39225] Configure $wgBabelCategoryNames and $wgBabelMainCategory for pl.wikisource

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39225

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

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

--- Comment #9 from Bartosz Dziewoński matma@gmail.com ---
Merged by Reedy - resolved.

-- 
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 45601] [TUX] Update Translate extension documentation

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45601

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com ---
It was updated as far as possible. A little still remains, mainly because
proofread view was not ready at the time.

Remarking for translation is also needed.

-- 
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 36781] Collection: Call to a member function getText() on a non-object

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36781

Andre Klapper aklap...@wikimedia.org 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 41041] Collection: Call to a member function getFullURL() on a non-object

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41041

Andre Klapper aklap...@wikimedia.org 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 43071] Collection: Call to a member function getTimestamp() on a non-object

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43071

Andre Klapper aklap...@wikimedia.org 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 43965] Collection: Invalid argument supplied for foreach()

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43965

Andre Klapper aklap...@wikimedia.org 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 46303] CentralAuth: Call to a member function getUserCaseDBKey() on a non-object

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46303

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 45559] [TUX] Clicking group selector does nothing until data is loaded

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45559

--- Comment #4 from Niklas Laxström niklas.laxst...@gmail.com ---
I found the following issues while testing latest master on
https://dev.translatewiki.net/wiki/Special:Translate?tux=1filter=%21translatedaction=translate

1) The dialog is misplaced (too much bottom right)
2) I don't see loading animation

These issues have been resolved:

1) The dialog opens immediately
2) I see loading animation when switching to Recent tab

-- 
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 46314] New: Images is not included in rendered PDF documents if wiki page uses localized name for the File namespace

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46314

   Web browser: ---
Bug ID: 46314
   Summary: Images is not included in rendered PDF documents if
wiki page uses localized name for the File namespace
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: byr...@vip.cybercity.dk
CC: wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

In the Danish (da:) Wikipedia, if you use the Download as PDF function,
images included in wiki pages is only included in the rendered PDF file if the
English version of the file namespace name is used (as in
[[File:some-file.jpg]]).

If images is included using a localized Danish namespace name
([[Fil:some-file.jpg]] or [[Billede:some-file.jpg]]), the image will not be in
the rendered PDF file.

-- 
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 45559] [TUX] Clicking group selector does nothing until data is loaded

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45559

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

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #5 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
(In reply to comment #4)
 I found the following issues while testing latest master on
 https://dev.translatewiki.net/wiki/Special:
 Translate?tux=1filter=%21translatedaction=translate
 
 1) The dialog is misplaced (too much bottom right)

I don't see it like this. I see it in the right place, but it's smaller than it
eventually becomes. Firefox 19.

 2) I don't see loading animation

I confirm this.

 These issues have been resolved:
 
 1) The dialog opens immediately

I confirm this.

 2) I see loading animation when switching to Recent tab

I confirm this.

-- 
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 46303] CentralAuth: Call to a member function getUserCaseDBKey() on a non-object

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46303

Marius Hoch h...@online.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |h...@online.de
   |org |

--- Comment #1 from Marius Hoch h...@online.de ---
https://gerrit.wikimedia.org/r/54634

-- 
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 46315] New: Email notifications should not be signed with the WMF address

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46315

   Web browser: ---
Bug ID: 46315
   Summary: Email notifications should not be signed with the WMF
address
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Echo
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: agarr...@wikimedia.org, bs...@wikimedia.org,
rkald...@wikimedia.org
Blocks: 1932
Classification: Unclassified
   Mobile Platform: ---

I received this notification and though it was phishing:

From: MediaWiki mail
Subject: You have a new talkpage message

Wikipedia user Axpde posted on your talk page:

/* ? */ new section

View more:

http://test.wikipedia.org/wiki/User_talk:Nemo_bis



To control which emails we send you, visit:
http://test.wikipedia.org/wiki/Special:Preferences#mw-prefsection-echo

Wikimedia Foundation, 149 New Montgomery St., 3rd Fl., San Francisco, CA 94105.

The WMF never wants to appear responsible of the users' messages and emails.

-- 
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 1932] ENotif/EConfirm further enhancements (tracking)

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1932

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||46315

-- 
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 45084] autoupdate the databases!

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45084

--- Comment #8 from Antoine hashar Musso has...@free.fr ---
For enwiki: https://gerrit.wikimedia.org/r/#/c/54635/

-- 
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 45084] autoupdate the databases!

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45084

--- Comment #9 from Antoine hashar Musso has...@free.fr ---
And the job dashboard is
http://integration.wikimedia.org/ci/job/beta-updatedb-enwiki/

-- 
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 45559] [TUX] Clicking group selector does nothing until data is loaded

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45559

--- Comment #6 from Niklas Laxström niklas.laxst...@gmail.com ---
Created attachment 11949
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11949action=edit
Screenshot of misplacement

Added screenshot from chrome.

-- 
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 46316] New: Email notifications don't give a clue of what they're about

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46316

   Web browser: ---
Bug ID: 46316
   Summary: Email notifications don't give a clue of what they're
about
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Echo
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: agarr...@wikimedia.org, bs...@wikimedia.org,
rkald...@wikimedia.org
Blocks: 1932
Classification: Unclassified
   Mobile Platform: ---

I received this notification and thought it was phishing:

From: MediaWiki mail
Subject: You have a new talkpage message

Wikipedia user Axpde posted on your talk page:

/* ? */ new section

View more:

http://test.wikipedia.org/wiki/User_talk:Nemo_bis



To control which emails we send you, visit:
http://test.wikipedia.org/wiki/Special:Preferences#mw-prefsection-echo

Wikimedia Foundation, 149 New Montgomery St., 3rd Fl., San Francisco, CA 94105.

Wikipedia is not mentioned in the From (bug 32770) nor in the Summary, which
additionally has this obscure jargon talkpage ;) that seems an unneeded
detail to throw to newbies.

-- 
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 1932] ENotif/EConfirm further enhancements (tracking)

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1932

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||46316

-- 
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 46316] Email notifications don't give a clue of what they're about

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46316

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=32770,
   ||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=46315

-- 
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 32770] Replace $wgPasswordSenderName with a system message defaulting to {{SITENAME}} mail to clarify and allow translation

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32770

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

-- 
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 46315] Email notifications should not be signed with the WMF address

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46315

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

-- 
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 44787] Allow excluding pages from the link notifications

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44787

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

   What|Removed |Added

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

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com ---
Content model text for translations could perhaps solve this.

-- 
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 32770] Replace $wgPasswordSenderName with a system message defaulting to {{SITENAME}} mail to clarify and allow translation

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32770

--- Comment #18 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
(In reply to comment #14)
 Changing summary too.
 Siebrand, I may have lost track of the discussion, but why did you add
 mail?
 Isn't it easier to just drop it? Anyway, if it's configurable on wiki it's
 not
 a problem and I don't want to bikeshed, so let's just do it! :)

+1

Seeing the mail reader say You have new messages from Wikipedia in a
notification sounds more natural than You have new messages from Wikipedia
mail.

-- 
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 32770] Replace $wgPasswordSenderName with a system message defaulting to {{SITENAME}} to clarify and allow translation

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32770

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

Summary|Replace |Replace
   |$wgPasswordSenderName with  |$wgPasswordSenderName with
   |a system message defaulting |a system message defaulting
   |to {{SITENAME}} mail to   |to {{SITENAME}} to
   |clarify and allow   |clarify and allow
   |translation |translation

-- 
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 46317] New: Alphabetically sort languages in Special:SearchTranslations page

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46317

   Web browser: ---
Bug ID: 46317
   Summary: Alphabetically sort languages in
Special:SearchTranslations page
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: santhosh.thottin...@gmail.com
CC: asha...@wikimedia.org, niklas.laxst...@gmail.com,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

The language displayed should be sorted alphabetically.

-- 
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 42419] Trailing slashes in Gerrit URLs are kind of nasty

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42419

christ...@quelltextlich.at changed:

   What|Removed |Added

   Keywords||upstream
 CC||christ...@quelltextlich.at

--- Comment #3 from christ...@quelltextlich.at ---
Fix submitted upstream at
https://gerrit-review.googlesource.com/#/c/43632/

-- 
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 46313] Edit links links should use underscores not spaces (DB key form)

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46313

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |FIXED

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Same fix as bug 44536.

-- 
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 46317] Alphabetically sort languages in Special:SearchTranslations page

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46317

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

   What|Removed |Added

   Keywords||i18n
   Priority|Unprioritized   |Normal

-- 
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 46315] Email notifications should not be signed with the WMF address

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46315

PleaseStand pleasest...@live.com changed:

   What|Removed |Added

 CC||pleasest...@live.com

--- Comment #1 from PleaseStand pleasest...@live.com ---
From https://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php :

'wmgEchoEmailFooterAddress' = array(
'default' = 'Wikimedia Foundation, 149 New Montgomery St., 3rd Fl.,
San Francisco, CA 94105.',
),

This is parameter $1 in message 'echo-email-footer-default'.

-- 
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 46315] Email notifications should not be signed with the WMF address

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46315

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||shell
 CC||benap...@gmail.com,
   ||dereck...@espace-win.org,
   ||wikibugs-l@lists.wikimedia.
   ||org,
   ||wikimedia.b...@snowolf.eu
  Component|Echo|Site requests
Version|master  |wmf-deployment
Product|MediaWiki extensions|Wikimedia

-- 
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 46315] Email notifications should not be signed with the WMF address

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46315

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 46250] Clicking search box's search suggestion's More button results in lost focus

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46250

Henning (WMDE) henning.sna...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||henning.sna...@wikimedia.de

--- Comment #1 from Henning (WMDE) henning.sna...@wikimedia.de ---
https://gerrit.wikimedia.org/r/#/c/54638/ should fix this. However, if you
click more you will instantly hover one of the added suggestions as long as
you do not move the cursor away fast enough. There are quite some more
improvements that could be made. However, at some point, the entity selector
should feature a more sophisticated paging mechanism anyhow.

-- 
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 46318] New: Moved files do not load in My uploads or detail view

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46318

   Web browser: ---
Bug ID: 46318
   Summary: Moved files do not load in My uploads or detail view
   Product: Commons App
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: General
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: rages...@gmail.com
CC: yuvipa...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

If the name of a file has been changed since upload, the app will not load the
image. The app should be able to follow a redirect to find the image.

-- 
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 46242] Adding parameters for target article, language and project to Upload Wizard

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46242

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it
 Blocks||37144

-- 
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 37144] UploadWizard: Wiki Loves Monuments contest issues (tracking)

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37144

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 Depends on||46242

-- 
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 46319] New: Add configuration setting to enable site link widget

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46319

   Web browser: ---
Bug ID: 46319
   Summary: Add configuration setting to enable site link widget
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
  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 will want to enable it first on test2wiki and see that it works fine in
production, with the CORS, etc.

Also, in case of any problems (I expect none, but never know for certain), it
would allow us to selectively enable it or not, without affecting deployment
update of the rest of the client.

-- 
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 46319] Add configuration setting to enable site link widget

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46319

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 CC||h...@online.de

-- 
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 46320] New: VisualEditor: store annotations in a document-wide index/value store and serialize as integer indexes

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46320

   Web browser: ---
Bug ID: 46320
   Summary: VisualEditor: store annotations in a document-wide
index/value store and serialize as integer indexes
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Data Model
  Assignee: esand...@wikimedia.org
  Reporter: esand...@wikimedia.org
CC: jforres...@wikimedia.org, roan.katt...@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

-- 
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 46320] VisualEditor: store annotations in a document-wide index/value store and serialize as integer indexes

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46320

Ed Sanders esand...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Ed Sanders esand...@wikimedia.org ---
Before I go breaking things, I've added tests for AnnotationSet:
https://gerrit.wikimedia.org/r/54640

-- 
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 46117] [TUX] Special:SearchTranslations should be case insensitive

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46117

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

   What|Removed |Added

Summary|[TUX]   |[TUX]
   |Special:SearchTranslations  |Special:SearchTranslations
   |shouldn't be forced to case |should be case insensitive
   |sensitivity |

-- 
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 46296] Parsoid server check gets killed because of Jenkins' paranoia re: file descriptors

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46296

Željko Filipin zfili...@wikimedia.org changed:

   What|Removed |Added

 CC|zfili...@wikimedia.org  |

-- 
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 46312] gerrit-wm cycling on freenode

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46312

--- Comment #1 from Chad H. innocentkil...@gmail.com ---
Nothing wrong with Gerrit, wondering if some of the changes to ircecho are
causing this.

-- 
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 41138] Timeout when trying to move a translatable page

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41138

--- Comment #11 from Niklas Laxström niklas.laxst...@gmail.com ---
I haven't been able to reproduce this locally. I need help to debug this on wmf
servers.

-- 
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 30878] Narayam icon should be less confusing

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30878

--- Comment #8 from Andre Klapper aklap...@wikimedia.org ---
Santhosh: Does that mean that you would refuse patches to fix this issue in
Narayam?

-- 
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 46295] Initialization of GlobalConfiguration encounters error parsing InitialiseSettings.php

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46295

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
   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 44865] After move completed, translation units and translation pages are left behind

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44865

--- Comment #6 from Niklas Laxström niklas.laxst...@gmail.com ---
I haven't been able to reproduce these locally. I need help debugging these on
the WMF servers.

-- 
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 30878] Narayam icon should be less confusing

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30878

--- Comment #9 from Santhosh Thottingal santhosh.thottin...@gmail.com ---
(In reply to comment #8)
 Santhosh: Does that mean that you would refuse patches to fix this issue in
 Narayam?

No, if it is not changing the icon drastically, we can consider changing. Icon
change alone won't fix its usability issues 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 46305] the Agora CSS needs to be in core

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46305

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com,
   ||zhoris...@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 45815] Don't show comments from 'lottery' articles on the Central Feedback page

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45815

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 CC||aklap...@wikimedia.org

-- 
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 46235] ku.wikipedia: Alphabetical order in the categories

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46235

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 46240] [New page patrol] If you move a page, when marking it as patrolled, it displays the original title instead of the current one

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46240

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 46306] An option required to disable ULS

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46306

--- Comment #9 from sunil vss...@gmail.com ---
One of my question is still unanswered.

Is there any feature which ULS offers and it is not possible to implement that
at local level?

If all the features ULS offer, are able to implement at local level, disable
UCS should be there at preferences.

-- 
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 46252] IRC bots account pending nickserv registration (tracking)

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46252

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 46272] Allow FileBackend customization of multipart upload

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46272

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 46305] the Agora CSS needs to be in core

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46305

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
   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 46304] Call to a member function matchStartAndRemove() on a non-object

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46304

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 46314] Images is not included in rendered PDF documents if wiki page uses localized name for the File namespace

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46314

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||i18n
   Priority|Unprioritized   |High
 CC||developm...@pediapress.com,
   ||marcin.cies...@gmail.com
  Component|General/Unknown |Collection
Version|unspecified |master
Product|MediaWiki   |MediaWiki extensions

-- 
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 46321] New: Need js init file for site link widget

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46321

   Web browser: ---
Bug ID: 46321
   Summary: Need js init file for site link widget
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
  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 need a small initialization js file for the site link widget that loads on
page requests, and has the rest of the site link widget as a dependency.

That way, only a tiny amount of js will be loaded on page request, and only
smallish percentage of users who click the add links link will need/get the
rest of the JS loaded on-demand.

-- 
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 46315] Email notifications should not be signed with the WMF address

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46315

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #2 from p858snake p858sn...@gmail.com ---
(In reply to comment #0)
 
 The WMF never wants to appear responsible of the users' messages and emails.

I think the WMF might actually need to be here, due to some anti-spam
requirements, You can always git blame the noc.local settings to see who added
it and follow up with that user.

-- 
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 46306] An option required to disable ULS

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46306

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #10 from Nemo federicol...@tiscali.it ---
(In reply to comment #9)
 Is there any feature which ULS offers and it is not possible to implement
 that
 at local level?

Yes: all those mentioned in comment 8.

-- 
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 46315] Email notifications should not be signed with the WMF address

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46315

p858snake p858sn...@gmail.com 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 46315] Email notifications should not be signed with the WMF address

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46315

--- Comment #3 from Nemo federicol...@tiscali.it ---
(In reply to comment #2)
 I think the WMF might actually need to be here, due to some anti-spam
 requirements

Anti-spam requirements? This is text in the email body...

-- 
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 24944] Need hook to allow user object to be modified before it is saved to the database

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24944

Christian Neubauer seventow...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #6 from Christian Neubauer seventow...@gmail.com ---
Nope it doesn't. Like I said in the original description, the UserSaveOptions
hook is fired after the user object is saved and only allows you to modify user
preferences. You can't for example change the user email address before the
user object is saved.

-- 
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 46306] An option required to disable ULS

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46306

--- Comment #11 from sunil vss...@gmail.com ---
Thank you

-- 
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 38167] extract2.php: Get rid of no longer used $1 portal parser

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38167

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |krinklem...@gmail.com
   |org |

--- Comment #1 from Krinkle krinklem...@gmail.com ---
Change-Id: Ib77f5312e7667ce2ebc074172a12ad3c5efb3a13

-- 
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 46282] Move gerrit-wm to #mediawiki-feed

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46282

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||krinklem...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #11 from Krinkle krinklem...@gmail.com ---


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

-- 
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 46144] Move wikibugs from #mediawiki to #mediawiki-feed

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46144

--- Comment #24 from Krinkle krinklem...@gmail.com ---
*** Bug 46282 has been marked as a duplicate of this bug. ***

-- 
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 46144] Move wikibugs and gerrit-wm from #mediawiki to #mediawiki-feed

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46144

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

Summary|Move wikibugs from  |Move wikibugs and gerrit-wm
   |#mediawiki to   |from #mediawiki to
   |#mediawiki-feed |#mediawiki-feed

-- 
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 46282] Move gerrit-wm to #mediawiki-feed

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46282

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||p858sn...@gmail.com
 Resolution|DUPLICATE   |---

--- Comment #12 from p858snake p858sn...@gmail.com ---
Gerrit is not wikibugs, De-duping. These are two different matters.

-- 
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 46144] Move wikibugs from #mediawiki to #mediawiki-feed

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46144

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

Summary|Move wikibugs and gerrit-wm |Move wikibugs from
   |from #mediawiki to  |#mediawiki to
   |#mediawiki-feed |#mediawiki-feed

--- Comment #25 from p858snake p858sn...@gmail.com ---
de duping title, These are two issues that really should be discussed
separately.

-- 
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 46144] Move wikibugs and gerrit-wm out of #mediawiki

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46144

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |Low
 CC||krinklem...@gmail.com
  Component|wikibugs IRC bot|General/Unknown
   See Also|https://bugzilla.wikimedia. |
   |org/show_bug.cgi?id=46282   |
Summary|Move wikibugs from  |Move wikibugs and gerrit-wm
   |#mediawiki to   |out of #mediawiki
   |#mediawiki-feed |

--- Comment #26 from Krinkle krinklem...@gmail.com ---
What about moving them to #wikimedia-dev instead of #mediawiki?

I think most (actively involved) developers that are on IRC aren't disturbed by
the feed. If they really must they're experienced enough to not be afraid of a
simple /ignore.

Though I speak only for myself, I believe those that do want the feed, would
prefer it to be in context of regular conversation, not in a separate channel.

It's where random bits of interesting things come by from (e.g. discussing a
change, proposing and and then someone does it or files a bug about it).

It doesn't work when in a separate channel.

See also #mediawiki-parsoid, #mediawiki-visualeditor, #wikimedia-operations,
#wikimedia-mobile etc. (and same for third parties such as #jquery-dev and
webkit).

The problem is mainly with #mediawiki being a support channel instead of dev
channel, not with having notifications in a human-occupied irc channel in
general.

-- 
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 46282] Move gerrit-wm to #mediawiki-feed

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46282

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

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

-- 
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 46282] Move gerrit-wm to #mediawiki-feed

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46282

--- Comment #13 from Krinkle krinklem...@gmail.com ---
(In reply to comment #12)
 Gerrit is not wikibugs, De-duping. These are two different matters.

Yeah, different bots. I was about to update the title to reflect this before
you reverted it.

Anyway, though I'm convinced they will both go and go to the same channel. If
you want it separate, I don't care.

So far most comments in either bug applied to both and it makes it harder to
follow the thread.

-- 
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 46322] New: Move wikibugs and gerrit-wm out of #mediawiki

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46322

   Web browser: ---
Bug ID: 46322
   Summary: Move wikibugs and gerrit-wm out of #mediawiki
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: krinklem...@gmail.com
CC: wikibugs-l@lists.wikimedia.org
Depends on: 46144, 46282
Classification: Unclassified
   Mobile Platform: ---

Various users find them inappropriate in #mediawiki because it is a support
channel, not as much a developer discussion channel (#wikimedia-dev).

Whether to move them there or to a dedicated channel isn't clear yet.

See discussions on bug 46282 and bug 46144.

-- 
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 46144] Move wikibugs and gerrit-wm out of #mediawiki

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46144

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Blocks||46322

-- 
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 46282] Move gerrit-wm to #mediawiki-feed

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46282

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Blocks||46322

-- 
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 46282] Move gerrit-wm out of #mediawiki

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46282

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Move gerrit-wm to   |Move gerrit-wm out of
   |#mediawiki-feed |#mediawiki

-- 
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 46144] Move wikibugs out of #mediawiki

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46144

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|Move wikibugs and gerrit-wm |Move wikibugs out of
   |out of #mediawiki   |#mediawiki

-- 
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 46321] Need js init file for site link widget

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46321

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Aude aude.w...@gmail.com ---
https://gerrit.wikimedia.org/r/#/c/54650/

-- 
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 46321] Need js init file for site link widget

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46321

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 CC||h...@online.de

-- 
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 46322] Move wikibugs and gerrit-wm out of #mediawiki

2013-03-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46322

--- Comment #1 from Krinkle krinklem...@gmail.com ---
Aggregating various arguments that apply generally to moving them out (as
opposed to moving any specific bot):

(Quote bug 46282 comment #0)
 The only times I've found it useful is when I was live reviewing and wanted
 to point someone to a change/comment I made.

(Quote bug 46282 comment #1)
 Use /ignore in your favorite IRC client. Works well.

(Quote bug 46282 comment #2)
 I disagree with it's completely useless, but in this case, when someone
 knows he is going to spam the channel and has op on #mediawiki, he should
 have quieted [the bot] before sending all those changes.

(Quote bug 46282 comment #6)
 We're going to move both. Need puppet changes.


(Quote bug 46144 comment 5)
 We actively had a user saying This channel obviously isn't for support...two
 pages of scrollback and I've spotted 2 real people. This is a bad thing,
 contrary to what you may think.
 
 We've had *contributors* complaining about the bot(s) for the past couple of
 months/years.
 
 I really don't think two/three people saying I LIKE THE BOT IN #MEDIAWIKI SO
 LEAVE IT THE HELL ALONE trumps the wider problems here...that the bot
 *needs*
 to go.

(Quote bug 46144 comment 8)
 Lets take this the mailing list again...
 
 (But my two cents)
 If we kick any single bot, Gerrit produces a-lot more cruft lately than
 wikibugs... I, as having pointed out would prefer them all in a separate
 channel that is moderated and only the bots are voiced.

(Quote bug 46144 comment 19)
 (Quote bug 46144 comment 18)
  That's not a valid reason, imho. We need a way to tone down what it reports,
  if
  it's going to stay...the rate of bug reporting  commenting is many times
  greater than it once was. It's definitely gotten noisier over the years,
  which
  has reduced its utility.
 
 Reduced it's utility - in the main support channel. The bot *is* useful, I
 just think it drowns out conversation these days.

(Quote bug 46144 comment 26)
 What about moving them to #wikimedia-dev instead of #mediawiki?
 
 I think most (actively involved) developers that are on IRC aren't disturbed
 by
 the feed. If they really must they're experienced enough to not be afraid of
 a
 simple /ignore.
 
 Though I speak only for myself, I believe those that do want the feed, would
 prefer it to be in context of regular conversation, not in a separate
 channel.
 
 It's where random bits of interesting things come by from (e.g. discussing a
 change, proposing and and then someone does it or files a bug about it).
 
 It doesn't work when in a separate channel.
 
 See also #mediawiki-parsoid, #mediawiki-visualeditor, #wikimedia-operations,
 #wikimedia-mobile etc. (and same for third parties such as #jquery-dev and
 webkit).
 
 The problem is mainly with #mediawiki being a support channel instead of dev
 channel, not with having notifications in a human-occupied irc channel in
 general.

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