[Bug 53569] [Regression] Echo: Sending 2 e-mails for user talk page notification (1x HTML, 1x old style plain text) when you watch your own talk page

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53569

--- Comment #15 from Nemo  ---
(In reply to comment #14)
> I found out the source of the bug, it happens when you are watching your own
> talk page, the other email is basically a watchlist email.  Echo doesn't
> interfere with watchlist notifications.  I will see what can be done there

Ok, I see you use the AbortTalkPageEmailNotification core hook for that, but
there isn't such a thing for enotifwatchlist so I assume this will also require
a core change. While you're at it, it would be nice if you could also
(partially?) fix bug 42458 at the same time (or we could call that a blocker of
this).

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


[Bug 55187] archivebot.py doesn't support Global arguments

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55187

Yusuke Matsubara  changed:

   What|Removed |Added

 CC||w...@whym.org

--- Comment #4 from Yusuke Matsubara  ---
Do I97b14b21f3c4c73183f85473926e0b204c4f1abd and
Ia747df50b5736805b0cb1bbfdc2f5d1db180252a fix this bug?  The former has been
merged and the latter is waiting for review.

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


[Bug 58627] New: action=parse&prop=langlinks should provide language names

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58627

   Web browser: ---
Bug ID: 58627
   Summary: action=parse&prop=langlinks should provide language
names
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: listenle...@gmail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---

Currently action=parse&prop=langlinks returns something like

{
 "lang": "de",
 "url": "https://de.wikipedia.org/wiki/Foo";,
 "*": "Foo"
}

which is not a real substitute for the deprecated languageshtml, as you need a
second request or a static list to get a useful text/tooltip for the link. The
API should add the name of the language (in that language and in the user's
language) to the result, i.e.

{
 "lang": "de",
 "langname": "German",
 "autonym": "Deutsch",
 "url": "https://de.wikipedia.org/wiki/Foo";,
 "*": "Foo"
}

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


[Bug 36038] ArticleFeedback extension returning "An error has occured. Please try again later"

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36038

omid  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from omid  ---
It's fixed in latest version

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


[Bug 49813] Fix failing Selenium tests for PhantomJS browser on local machine

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49813

--- Comment #16 from Gerrit Notification Bot  ---
Change 102099 abandoned by Mayankmadan:
Fixing failing tests on phantomjs

Reason:
Created a new review request for this bug

https://gerrit.wikimedia.org/r/#/c/102396/

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

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


[Bug 57597] Prefer double-quoted strings in Ruby code

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57597

--- Comment #36 from Gerrit Notification Bot  ---
Change 102213 merged by jenkins-bot:
Replacing single quotes with double quotes

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

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


[Bug 58620] generate KSS documentation from CSS & LESS on doc.wikimedia.org

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58620

--- Comment #1 from Antoine "hashar" Musso  ---
S, as a first step we need a way to deploy kss on the Jenkins slave.

It seems that is a nodejs application so I guess we want to use our own
repository that would provide kss and ALL the required modules.  We did such a
thing to provide ruby bundler (integration/bundler.git) and phpunit
(integration/phpunit.git).

Could you take care of having an integration/kss.git repository created and
upload there the kss + its npm modules ?


Once done, register that repository in git-deploy configuration. That is done
in operations/puppet.git under manifests/role/deployment.pp.  The deployment
would then be done from tin.eqiad.wmnet.


Then, we need a shell script wrapper that would execute the script (deployed
somewhere under /srv/deployment/integration/kss ).  https://doc.wikimedia.org/
document root is under /srv/org/wikimedia/doc/  the following sub directories
are usually:  /  / .  Example:

 /srv/org/wikimedia/doc/mediawiki-core/REL1_22/js


So I guess you would want to have kss generate the doc to 
/srv/org/wikimedia/doc/mediawiki-core/master/css


Once done, we need a new job-template in Jenkins Job Builder configuration,
apply it to mediawiki/core project.  The job will need to be added in Zuul
configuration (integration/zuul-config.git) in the postmerge pipeline.

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


[Bug 56259] jQuery.valueview.Expert.prototype.draw() should not be responsible for non-edit mode >> getting rid of BifidExpert

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56259

Henning (WMDE)  changed:

   What|Removed |Added

 Blocks||55693

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


[Bug 55693] JavaScript error in BifidExpert: Uncaught TypeError: Cannot call method 'isInEditMode' of null

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55693

Henning (WMDE)  changed:

   What|Removed |Added

 Depends on||56259

--- Comment #1 from Henning (WMDE)  ---
Best way to solve this issue is getting rid of the BifidExpert by using
formatters. That is to be done on bug 56259.

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


[Bug 54665] maintenance/checkLess.php should be a PHPUnit test and run by extension suite

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54665

Antoine "hashar" Musso  changed:

   What|Removed |Added

Summary|Jenkins job for verifying   |maintenance/checkLess.php
   |LESS files  |should be a PHPUnit test
   ||and run by extension suite

--- Comment #4 from Antoine "hashar" Musso  ---
Rephrasing summary, the checkLess.php needs to be done a class that would be
callable from our PHPUnit test suite.  That resulting test class should be
called by the extension test suite to have Jenkins check LESS files for us.

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


[Bug 37602] Jenkins: Set up PHPUnit testing on PostgreSQL backend

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37602

--- Comment #12 from Antoine "hashar" Musso  ---
Marcin, sorry for the delay.

The shell scripts run by Jenkins are hosted in integration/jenkins.git under
the /bin repository.

I have created a while back basic placeholders:

mw-install-mysql.sh@ -> not-implemented.sh
mw-install-postgre.sh@ -> not-implemented.sh
mw-install-postgresql.sh@ -> not-implemented.sh


The one used by sqlite is mw-install-sqlite.sh.  Maybe it can be made a generic
shell script that would take as argument the type of database to set (or lookup
for the database name from the $0 variable).

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


[Bug 58501] ERR_CANNOT_FORWARD from squid when edit some bigger pages on zhwiki

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58501

Byfserag  changed:

   What|Removed |Added

 CC||john_k...@sina.cn

--- Comment #10 from Byfserag  ---
Actually,this problem has been continued for a long time.

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


[Bug 58094] ParserTests::testParserTest cannot be run in parallel due to /tmp/Foobar.svg

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58094

--- Comment #5 from Antoine "hashar" Musso  ---
Maybe the MockFSFile can be slightly extended to let us write some content in,
except the file payload would be an object property in memory instead of
written to disk.  The getSha36() would then simply she on the property.


Note that this bug is preventing the Jenkins job mediawiki-core-phpunit-parser
to be run in parallel ( https://gerrit.wikimedia.org/r/#/c/102152/ ).

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


[Bug 49027] PageCuration: curation toolbar appearing at the bottom of the screen with additional "position: relative;" in element's CSS

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49027

Erik Moeller  changed:

   What|Removed |Added

 CC||cmcma...@wikimedia.org,
   ||e...@wikimedia.org

--- Comment #17 from Erik Moeller  ---
This is one of those hairy bugs that could use some additional QA
investigation, so CCing Chris.

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


[Bug 57597] Prefer double-quoted strings in Ruby code

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57597

--- Comment #37 from Gerrit Notification Bot  ---
Change 102211 merged by jenkins-bot:
Replacing single quotes with double quotes

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

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


[Bug 58628] New: Link correct bugzilla component

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58628

   Web browser: ---
Bug ID: 58628
   Summary: Link correct bugzilla component
   Product: Analytics
   Version: unspecified
  Hardware: All
   URL: https://metrics.wmflabs.org/support
OS: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Wikimetrics
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: christ...@quelltextlich.at, dandree...@wikimedia.org,
dvanli...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

"If you discover a bug, please file a bug report in bugzilla" should link
https://bugzilla.wikimedia.org/enter_bug.cgi?product=Analytics&component=Wikimetrics

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


[Bug 58629] New: Error 500 on login

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58629

   Web browser: ---
Bug ID: 58629
   Summary: Error 500 on login
   Product: Analytics
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikimetrics
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: christ...@quelltextlich.at, dandree...@wikimedia.org,
dvanli...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

First time I tried to login via Meta, I got an error 500. This might have been
because I had cookies disabled for metrics.wmflabs.org: after I whitelisted it,
I didn't get any error.

May be the same as bug 52749.

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


[Bug 58630] New: Pick Metrics > Edits and others force to choose namespaces

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58630

   Web browser: ---
Bug ID: 58630
   Summary: Pick Metrics > Edits and others force to choose
namespaces
   Product: Analytics
   Version: unspecified
  Hardware: All
   URL: https://metrics.wmflabs.org/reports/create/
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Wikimetrics
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: christ...@quelltextlich.at, dandree...@wikimedia.org,
dvanli...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

"Compute the number of edits in a specificnamespace of a mediawiki project"
[sic] etc.: I expected a way to select all namespaces i.e. remove the namespace
filter. Listing all namespaces manually is boring.

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


[Bug 58631] New: Pick Metrics > Survival only gives a total

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58631

   Web browser: ---
Bug ID: 58631
   Summary: Pick Metrics > Survival only gives a total
   Product: Analytics
   Version: unspecified
  Hardware: All
   URL: https://metrics.wmflabs.org/reports/create/
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Wikimetrics
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: christ...@quelltextlich.at, dandree...@wikimedia.org,
dvanli...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I thought this report would give me a list of "survived" editors, possibly with
a list of dates for their last edits and the like, to know who's still active
on a thing I made a list of users for. Instead, it only gives me a total number
of survived editors, which is not useful for me.
I don't understand if such a list can be provided by other reports.

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


[Bug 57493] Allow Wikimedia OAuth login

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57493

Nemo  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||federicol...@tiscali.it
 Resolution|--- |FIXED

--- Comment #3 from Nemo  ---
This looks fixed to me

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


[Bug 58632] Notify on report completion

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58632

Nemo  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

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


[Bug 58632] New: Notify on report completion

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58632

   Web browser: ---
Bug ID: 58632
   Summary: Notify on report completion
   Product: Analytics
   Version: unspecified
  Hardware: All
   URL: https://metrics.wmflabs.org/reports/
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Wikimetrics
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: christ...@quelltextlich.at, dandree...@wikimedia.org,
dvanli...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

"Current Report queue" > "This table refreshes automatically every 5 seconds.
Reports will expire after 30 days, please save the output if you would like to
keep it longer."

I had no idea how long it could take for a report to be created (I only asked
about 26 users, I thought few seconds). Refreshing is boring, as is keeping the
tab open and checking it regularly. Low priority, but I'd like to have some
sort of notification; even just changing the tab title as most AJAXy pages do
nowadays (e.g. Twitter when there are new messages in the page) would be better
than nothing. Or give some estimate of the time needed.

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


[Bug 58628] Link correct bugzilla component

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58628

--- Comment #1 from Bingle  ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/1327

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


[Bug 58629] Error 500 on login

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58629

--- Comment #1 from Bingle  ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/1328

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


[Bug 58631] Pick Metrics > Survival only gives a total

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58631

--- Comment #1 from Bingle  ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/1330

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


[Bug 58633] New: Add a note that labs is not production

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58633

   Web browser: ---
Bug ID: 58633
   Summary: Add a note that labs is not production
   Product: Analytics
   Version: unspecified
  Hardware: All
   URL: https://metrics.wmflabs.org/
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Wikimetrics
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: christ...@quelltextlich.at, dandree...@wikimedia.org,
dvanli...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Wikimetrics is on wmflabs.org domain, but nowhere I see a note that it's not
production. Non-technical user may not know that Wikimedia Labs domains can
disappear any time, unlike production-level stuff managed by ops. To avoid
something like the etherpad.wmflabs.org fiasco, I suggest to clearly write
somewhere that wmflabs.org instances cannot be trusted with any permanent data,
hence users have to keep backups of everything locally.

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


[Bug 58630] Pick Metrics > Edits and others force to choose namespaces

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58630

--- Comment #1 from Bingle  ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/1329

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


[Bug 58632] Notify on report completion

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58632

--- Comment #1 from Bingle  ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/1331

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


[Bug 58634] New: Add i18n support

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58634

   Web browser: ---
Bug ID: 58634
   Summary: Add i18n support
   Product: Analytics
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: Wikimetrics
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: christ...@quelltextlich.at, dandree...@wikimedia.org,
dvanli...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Wikimetrics currently has no i18n support, AFAICS.

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


[Bug 58635] New: Run a spellchecker

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58635

   Web browser: ---
Bug ID: 58635
   Summary: Run a spellchecker
   Product: Analytics
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Wikimetrics
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: christ...@quelltextlich.at, dandree...@wikimedia.org,
dvanli...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I keep running into spelling mistakes, needs some thorough checking. If strings
are in some easily human-readable format somewhere I may do this myself, but
I'm filing it to avoid forgetting.

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


[Bug 58635] Run a spellchecker

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58635

--- Comment #1 from Nemo  ---
Nope, I see that strings are scattered here and there, so unless bug 58634 is
fixed I won't touch this. Part of it seems to be a newline management problem,
e.g. this string doesn't have a space
https://github.com/wikimedia/analytics-wikimetrics/blob/026f3e79ff22d938b40f4d83b23de6cfeabf3be0/wikimetrics/metrics/namespace_edits.py#L36

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


[Bug 57804] Global, better URL to citation conversion functionality

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57804

Erik Moeller  changed:

   What|Removed |Added

 CC||e...@wikimedia.org,
   ||jforres...@wikimedia.org

--- Comment #2 from Erik Moeller  ---
We are, in fact, investigating this in the context of VisualEditor,
specifically the possibility of setting up a WMF web service for this that can
be used by VisualEditor and wikitext editors alike to quickly generate
citations. It'd be ideal to be able to share code with Zotero which has a
comprehensive suite of URL-to-citation translators already.

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


[Bug 58634] Add i18n support

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58634

--- Comment #1 from Bingle  ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/1333

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


[Bug 58633] Add a note that labs is not production

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58633

--- Comment #1 from Bingle  ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/1332

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


[Bug 58635] Run a spellchecker

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58635

--- Comment #2 from Bingle  ---
Prioritization and scheduling of this bug is tracked on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/analytics/cards/1334

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


[Bug 58094] ParserTests::testParserTest cannot be run in parallel due to /tmp/Foobar.svg

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58094

--- Comment #6 from Marcin Cieślak  ---
I have a simpler/better idea (I think). What about teaching wfTempDir() to
create a per-wiki instance directory under /tmp

and adding a new function  wfTempFile() á la UNIX mkstemp() that would
allow us to

(1) bind files to the Request instance or MediaWikiTestCase instance and clean
them up on exit or tearDown()

(2) run multiple wikis in parallel (interactive wikis or test instances, does
not matter) on the same machine

wfTempDir()/wfTempFile() could use some Universal Wiki Id if available. Is
Jenkins providing a unique test instance ID for the scripts (didn't check)?

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


[Bug 58636] New: Escaping problem in "Wiki checks did not pass"

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58636

   Web browser: ---
Bug ID: 58636
   Summary: Escaping problem in "Wiki checks did not pass"
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: GWToolset
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: kel...@kiwix.org
CC: bawolff...@gmail.com, d_ent...@yahoo.com,
mtrac...@member.fsf.org
Classification: Unclassified
   Mobile Platform: ---

Go to the following URL with "French" as browser/mMdiawiki UI language:
https://commons.wikimedia.org/wiki/Special:GWToolset

You get an error (which is normal):
Wiki checks did not pass
Make sure that you are logged in or contact an administrator in order to be
granted permission to view this page (Vous ne faites pas partie d'un
groupe ayant le droit d'uploader par URL.).

The problem is the apostrophe characters are invisible and replaced with '.
So with have some escaping/unescaping problem with UI messages.

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


[Bug 57913] Add Jenkins jobs for JsonConfig extension repo

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57913

--- Comment #1 from Antoine "hashar" Musso  ---
Please follow the tutorial at
https://www.mediawiki.org/wiki/Continuous_integration/Tutorials/Adding_a_MediaWiki_extension#Editing_Jenkins_configuration

Basically:

- add a new entry in mediawiki-extensions.yaml from
integration/jenkins-jobs-builder-config.git
- add triggers for Zuul in integration/zuul-config.git using the
extensions-unittest template

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


[Bug 45715] l10n bot should probably not self merge

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45715

--- Comment #6 from Antoine "hashar" Musso  ---
I filled that bug back in March 2013 following a conversation with i18n team. 
I am not sure whether that is still needed/wanted though.

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


[Bug 15430] Uploads sometimes are incomplete: file is there, but image page is missing

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15430

Rainer Rillke @commons.wikimedia  changed:

   What|Removed |Added

   Priority|Low |High

--- Comment #35 from Rainer Rillke @commons.wikimedia 
 ---
https://commons.wikimedia.org/wiki/File:Machine_-_Allen_Theatre_-_1972_print_ad.jpg
uploaded 2013-12-18T06:43:00Z

https://commons.wikimedia.org/wiki/Commons:Upload_help#Upload_error_--_File:Machine_-_Allen_Theatre_-_1972_print_ad.jpg

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


[Bug 58637] New: "Login required" should forward to login page

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58637

   Web browser: ---
Bug ID: 58637
   Summary: "Login required" should forward to login page
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: User login and signup
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sc...@urbigenous.net
CC: swall...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

When attempting to access a resource that requires a login - eg.
Special:Watchlist - an un-logged-in user receives a message to that effect,
with a link to Special:Login. Submitting that form returns the user to the
required resource.

The intermediate page is redundant; a better user experience would be to
forward the user to Special:UserLogin and present the message there. This is
how most modern web applications handle the process.

This is quite similar to bug 10868 which was closed in 2011 as WONTFIX for
reasons to do with secure login. I don't believe that should be an issue with
this improvement.

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


[Bug 56909] PHP unit tests don't work if not run from tests/phpunit directory - "Call to a member function numRows() on a non-object"

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56909

--- Comment #1 from Antoine "hashar" Musso  ---
This need to be bisected to find out which commit caused the issue. I am not
sure which tests are failing exactly, could you rerun using --tap option i.e.:

 php tests/phpunit/phpunit.php --tap

Bisecting to find the root cause would be a huge plus :-D

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


[Bug 57913] Add Jenkins jobs for JsonConfig extension repo

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57913

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 57913] Add Jenkins jobs for JsonConfig extension repo

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57913

--- Comment #2 from Gerrit Notification Bot  ---
Change 102410 had a related patch set uploaded by Yurik:
Added JsonConfig extension

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

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


[Bug 57913] Add Jenkins jobs for JsonConfig extension repo

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57913

--- Comment #3 from Gerrit Notification Bot  ---
Change 102414 had a related patch set uploaded by Yurik:
Added JsonConfig

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

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


[Bug 58638] New: System message "Wminc-search-nocreate-suggest" using wrong params ($2 instead of $3)

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58638

   Web browser: ---
Bug ID: 58638
   Summary: System message "Wminc-search-nocreate-suggest" using
wrong params ($2 instead of $3)
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: WikimediaIncubator
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zhuyifei1...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

While searching, a user of Wy/zh reported that the search tip displays
"You searched for "Xxx". You can create a page in your wiki at 1!" instead of 
"You searched for "Xxx". You can create a page in your wiki at Wx/xyz/Xxx!"

I've tried to fix the error by
//incubator.wikimedia.org/w/index.php?title=Special%3AAllMessages&prefix=Wminc-search-nocreate-suggest&filter=all&lang=en&limit=1
(please delete if necessary) But unfortunally, it is not applied to all
languages.

Therefore, I'm requesting the English version to be fixed on gerrit and all the
other version on translatewiki (after the English version is fixed).

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


[Bug 58639] New: category_redirect.py

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58639

   Web browser: ---
Bug ID: 58639
   Summary: category_redirect.py
   Product: Pywikibot
   Version: compat (1.0)
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: category.py
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: zaher.kad...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I run the category_redirect.py but when the category redirect to itself, the
bot remove this category form all pages.

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


[Bug 55030] Add color to "Waiting for %i pages to be put."

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55030

--- Comment #4 from Gerrit Notification Bot  ---
Change 100205 merged by Alex S.H. Lin:
(bug 55030) Add color to put_async waiting message

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

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


[Bug 58505] KeyError in _getEditPage, invalid '*' key on site 'ko'

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58505

--- Comment #2 from Gerrit Notification Bot  ---
Change 101646 merged by Alex S.H. Lin:
(bug 58505) pass 'textmissing' error and raise serverError

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

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


[Bug 57233] beta: Parsoid should continuously deploy master branch

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57233

--- Comment #24 from Gerrit Notification Bot  ---
Change 99656 merged by ArielGlenn:
beta: manage parsoid using upstart

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

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


[Bug 57233] beta: Parsoid should continuously deploy master branch

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57233

--- Comment #25 from Antoine "hashar" Musso  ---
I have reenabled puppet on deployment-parsoid2.pmtpa.wmflabs and forced run
puppet.  Parsoid is now managed via upstart on that instance.

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


[Bug 58637] "Login required" should forward to login page

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58637

--- Comment #1 from Scott Martin  ---
I forgot to add - until recently, submitting Special:UserLogin would result in
another intermediate page informing the user that they were logged in. Removing
this page would be symmetrical with that improvement.

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


[Bug 57913] Add Jenkins jobs for JsonConfig extension repo

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57913

--- Comment #4 from Gerrit Notification Bot  ---
Change 102410 had a related patch set uploaded by Hashar:
Bug 57913 - Added JsonConfig extension

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

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


[Bug 57913] Add Jenkins jobs for JsonConfig extension repo

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57913

--- Comment #5 from Gerrit Notification Bot  ---
Change 102410 merged by jenkins-bot:
Added JsonConfig extension

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

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


[Bug 57913] Add Jenkins jobs for JsonConfig extension repo

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57913

--- Comment #6 from Gerrit Notification Bot  ---
Change 102414 had a related patch set uploaded by Hashar:
Added JsonConfig extension

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

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


[Bug 57913] Add Jenkins jobs for JsonConfig extension repo

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57913

--- Comment #7 from Gerrit Notification Bot  ---
Change 102414 merged by jenkins-bot:
Added JsonConfig extension

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

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


[Bug 57913] Add Jenkins jobs for JsonConfig extension repo

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57913

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Antoine "hashar" Musso  ---
The test change is https://gerrit.wikimedia.org/r/102420

The unit tests are failing (
https://integration.wikimedia.org/ci/job/mwext-JsonConfig-testextensions-master/1/console
) since the extension does not yet have an entry point JsonConfig.php

Looks fine to me though :-]

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


[Bug 58591] Don't use potentially undefined constants in namespace file

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58591

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 58591] Don't use potentially undefined constants in namespace file

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58591

--- Comment #1 from Gerrit Notification Bot  ---
Change 102423 had a related patch set uploaded by Dan-nl:
adding additional namespace test

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

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


[Bug 57233] beta: Parsoid should continuously deploy master branch

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57233

--- Comment #26 from Gerrit Notification Bot  ---
Change 99659 merged by ArielGlenn:
beta: properly connect to parsoid instance

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

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


[Bug 58640] =mediawiki-1.22.0 undesired behaviour with pcre-8.34 (using php-5.5.7)

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58640

--- Comment #1 from Timo Gurr  ---
Created attachment 14127
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14127&action=edit
php-5.5.7-with-pcre-8.33.jpg

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


[Bug 58640] New: =mediawiki-1.22.0 undesired behaviour with pcre-8.34 (using php-5.5.7)

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58640

   Web browser: ---
Bug ID: 58640
   Summary: =mediawiki-1.22.0 undesired behaviour with pcre-8.34
(using php-5.5.7)
   Product: MediaWiki
   Version: 1.22.0
  Hardware: All
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: timo.g...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Created attachment 14126
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14126&action=edit
php-5.5.7-with-pcre-8.34.jpg

After upgrading pcre from version 8.33 to 8.34 mediawiki-1.22.0 shows some
undesired/broken behaviour.

* descriptive text when editing a page is missing (see attached screenshots)
* pages with content displayed as blank/empty

Apache error.log shows the following:

[Wed Dec 18 11:40:32.819810 2013] [:error] [pid 20885] [client 127.0.0.1:57571]
PHP Warning:  Invalid argument supplied for foreach() in
/var/www/wiki/htdocs/includes/MagicWord.php on line 882, referer:
http://wiki.domain/index.php/Hauptseite
[Wed Dec 18 11:40:32.819841 2013] [:error] [pid 20885] [client 127.0.0.1:57571]
PHP Warning:  preg_replace(): Compilation failed: group name must start with a
non-digit at offset 4 in /var/www/wiki/htdocs/includes/MagicWord.php on line
886, referer: http://wiki.domain/index.php/Hauptseite
[Wed Dec 18 11:40:32.819871 2013] [:error] [pid 20885] [client 127.0.0.1:57571]
PHP Warning:  preg_match_all(): Compilation failed: group name must start with
a non-digit at offset 4 in /var/www/wiki/htdocs/includes/MagicWord.php on line
881, referer: http://wiki.domain/index.php/Hauptseite

Side note: Downgrading pcre back to 8.33 didn't solve the problem with the
"emtpy" pages immediately, I had to edit and save them (without changing the
content) to get the content displayed again.

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


[Bug 55030] Add color to "Waiting for %i pages to be put."

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55030

xqt  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

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


[Bug 58505] KeyError in _getEditPage, invalid '*' key on site 'ko'

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58505

xqt  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

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


[Bug 58639] category_redirect.py

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58639

xqt  changed:

   What|Removed |Added

 CC||i...@gno.de

--- Comment #1 from xqt  ---
Could you post a sample or the command line on which this error occurs to
verify and investigate in this matter

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


[Bug 58601] casechecker.py uses non-standard functions

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58601

xqt  changed:

   What|Removed |Added

 CC||i...@gno.de

--- Comment #1 from xqt  ---
code is still in review: gerrit 101609

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


[Bug 58640] =mediawiki-1.22.0 undesired behaviour with pcre-8.34 (using php-5.5.7)

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58640

Bartosz Dziewoński  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Bartosz Dziewoński  ---
The regexes used on these lines (the $regex variable) do seem to have named
groups starting with a digit, e.g.

/(?P<0_notoc>__NOTOC__)|(?P<0_nogallery>__NOGALLERY__)|(?P<0_forcetoc>__FORCETOC__)|(?P<0_toc>__TOC__)|(?P<0_noeditsection>__NOEDITSECTION__)|(?P<0_notitleconvert>__NOTITLECONVERT__)|(?P<1_notitleconvert>__NOTC__)|(?P<0_nocontentconvert>__NOCONTENTCONVERT__)|(?P<1_nocontentconvert>__NOCC__)/iuS

I'm not quite sure what generates them right now, but it could probably be
changed to, say, insert a '_' at the beginning of the name or something.
It's rather silly of PCRE to break compatibility like that, though…

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


[Bug 57610] Use snake_case for methods and variables

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57610

--- Comment #9 from Gerrit Notification Bot  ---
Change 100209 had a related patch set uploaded by Zfilipin:
Use snake case

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

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


[Bug 58641] New: Invalid values in "getCanonicalName"

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58641

   Web browser: ---
Bug ID: 58641
   Summary: Invalid values in "getCanonicalName"
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: LdapAuthentication
  Assignee: rlan...@gmail.com
  Reporter: patrick.h...@uni-koeln.de
Classification: Unclassified
   Mobile Platform: ---

Hi,

I'm using the current version of LdapAuthentication in Mediawiki 1.19.9 LTS.
The following problem occured when I tried to block an old user (which had been
created in Mediawiki before we used the extension): Mediawiki asked me if I
really want to block myself. I checked other blocked users and it turned out
that instead of the expired users some other, currently active users could not
log in. 

So I went on doing some debugging in the php code and I found out that the
problem has its origin in "functions/User.php", more precisely in the function
"newFromName":

$name = $wgAuth->getCanonicalName( $t->getText() );

So there the LDAP server is asked for the canonical name of the user and it
seems that it returns incorrect values in a way that confuses mediawiki
extremely. Suddenly a complete different user is used as the "target" of the
operation. 

I change the line mentioned above to:

$name = $t->getText();

...and now it works for me. I think that the plugin should check for invalid
values coming as result of "getCanonicalName" from the LDAP server and use the
unchecked version "$t->getText();" instead.

Kind regards, 
Patrick Holz

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


[Bug 58639] category_redirect.py

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58639

--- Comment #2 from zaher  ---
I run the bot ZkBot on arwiki from Wikimedia Labs
command: python category_redirect.py
sample:
this cat before remove the soft redirect
https://ar.wikipedia.org/w/index.php?title=%D8%AA%D8%B5%D9%86%D9%8A%D9%81%3A%D8%AA%D8%A3%D8%B3%D9%8A%D8%B3%D8%A7%D8%AA_%D8%B3%D9%86%D8%A9_1759_%D9%81%D9%8A_%D9%83%D8%A7%D8%B1%D9%88%D9%84%D8%A7%D9%8A%D9%86%D8%A7_%D8%A7%D9%84%D8%B4%D9%85%D8%A7%D9%84%D9%8A%D8%A9&diff=12177617&oldid=12029295

the page:
https://ar.wikipedia.org/w/index.php?title=%D9%85%D9%82%D8%A7%D8%B7%D8%B9%D8%A9_%D9%87%D8%B1%D8%AA%D9%81%D9%88%D8%B1%D8%AF%D8%8C_%D9%83%D8%A7%D8%B1%D9%88%D9%84%D8%A7%D9%8A%D9%86%D8%A7_%D8%A7%D9%84%D8%B4%D9%85%D8%A7%D9%84%D9%8A%D8%A9&diff=12176934&oldid=12029296

log form labs:
Updating page [[مقاطعة هرتفورد، كارولاينا الشمالية]] via API

تصنيف:تأسيسات سنة 1759 في كارولاينا الشمالية: 1 found, 1 moved

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


[Bug 57586] VisualEditor: Consider using document.implementation.createHTMLDocument() in ve.createDocumentFromHTML

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57586

Roan Kattouw  changed:

   What|Removed |Added

   Priority|Normal  |Unprioritized
 Status|ASSIGNED|NEW

--- Comment #1 from Roan Kattouw  ---
(In reply to comment #0)
> For the  issue, it looks like something like this will work:
>
I read the spec some more and it looks like the trick I outlined is actually
something that the spec specifically covers and says should work.

Other issue: we can't parse doctypes or  tags this way, so we can't
respect non-HTML5 doctypes and we won't see any attributes on the 
element. This isn't a problem for Parsoid documents at this time, although
it'll be pretty annoying if we ever want to respect things like .

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


[Bug 58626] Remove user ID from user preferences output

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58626

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.23-git
   Severity|normal  |enhancement

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


[Bug 45715] l10n bot should probably not self merge

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45715

Siebrand Mazeland  changed:

   What|Removed |Added

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

--- Comment #7 from Siebrand Mazeland  ---
(In reply to comment #6)
> I filled that bug back in March 2013 following a conversation with i18n
> team. 
> I am not sure whether that is still needed/wanted though.

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


[Bug 58621] Add Kindle format (.mobi) output to "Create a book"

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58621

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||developm...@pediapress.com,
   ||marcin.cies...@gmail.com
  Component|[Other] |Collection
Version|unspecified |master
Product|Tools   |MediaWiki extensions
Summary|Add kindle format putout|Add Kindle format (.mobi)
   ||output to "Create a book"

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


[Bug 58601] casechecker.py uses non-standard functions

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58601

--- Comment #2 from Merlijn van Deen  ---
Yes, but I don't think this is something we should fix in the initial commit --
that's too much work for a GCI student and the script is useful even when it's
not perfect.

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


[Bug 58584] Mockup for mobile/tablet version of Wikisource.

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58584

Andre Klapper  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0
 Whiteboard||aklapper-moreinfo
   Severity|normal  |enhancement

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


[Bug 18245] AutoCreateCategoryPages unable to detect category links embedded in templates that depends on template parameters

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18245

Andre Klapper  changed:

   What|Removed |Added

  Component|Uniwiki |AutoCreateCategoryPage
   Assignee|wikibugs-l@lists.wikimedia. |f...@kolzchut.org.il
   |org |

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


[Bug 54098] [UI] Front-end performance: Improve loading time of items

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54098

--- Comment #5 from Henning (WMDE)  ---
Reflows and repaints are a minor issue. Detaching the entityView's node while
initializing the entity view does not result in any significant performance
improvement. There might be a little confusion about the log/chart posted in
bug 58106. One major part of the 81.82% is spent before the entityViewInit's
document ready event handler is even processed. The remaining idle time is
spent after JavaScript initialization has finished (see flame chart).
Profiling current Q212, it takes about 1/3 of the overall loading time until
entityViewInit's event handler is processed (on my machine). As to the flame
chart in bug 58106, this would be at about 86 seconds with those 86 seconds
being idle time nearly completely. That time contains some considerable amout
of waiting for back-end responses. Beginning with 124 seconds, JavaScript
initialization is finished followed by 2.4 minutes of idle time.

The major problem is, as pointed out, the sheer number of JavaScript code
executed. Tons of jQuery widgets are initialized as soon as the page is loaded.
A solution would be to defer initializing most of those widgets until they are
actually needed. This would require a proper non-JavaScript page the "minimal"
JavaScript could be initialized on. However, in order to achieve that,
formatters need to be implemented properly in the back-end first. Currently,
the front-end formatters for Time and GlobeCoordinate are more sophisticated
than the ones in the back-end.

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


[Bug 58514] Please add Extension:AutoCreateCategoryPage

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58514

Andre Klapper  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |aklap...@wikimedia.org
   |org |

--- Comment #3 from Andre Klapper  ---
Done. Happy hacking!

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


[Bug 53663] Getting the referring pages takes up too much memory (due to included image metadata)

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53663

Andre Klapper  changed:

   What|Removed |Added

Summary|Getting the referring pages |Getting the referring pages
   |takes up too much memory|takes up too much memory
   ||(due to included image
   ||metadata)

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


[Bug 58571] Out of memory errors for ApiQueryImageInfo

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58571

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
Version|unspecified |1.23-git

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


[Bug 58589] Unable to change preferences after changing language: Global default 'persian' is invalid for field date

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58589

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Summary|Unable to change|Unable to change
   |preferences after changing  |preferences after changing
   |language|language: Global default
   ||'persian' is invalid for
   ||field date
   Severity|normal  |major

--- Comment #3 from Andre Klapper  ---
Which MediaWIki version is this about (see Special:Version)?

Was reminded of bug 19237.

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


[Bug 58188] fixing_redirects.py crashes on [[../]]

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58188

--- Comment #12 from Gerrit Notification Bot  ---
Change 101899 merged by jenkins-bot:
(bug 58188) Ignore BadTitle Error

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

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


[Bug 58589] Unable to change preferences after changing language: Global default 'persian' is invalid for field date

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58589

--- Comment #4 from omid  ---
I always use latest version, 1.23alpha (8870b46)

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


[Bug 58596] The ArticleRevisionVisibilitySet hook should provide information on what in the revision is being hidden

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58596

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.23-git
   Severity|normal  |enhancement

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


[Bug 58604] Global Usage does not repopulate globalimagelinks after local file moved

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58604

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

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


[Bug 58614] FancyCaptcha constructs an FSFileBackend in deprecated way

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58614

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 Blocks||700
   Severity|normal  |minor

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


[Bug 700] Code quality issues (tracking)

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=700

Andre Klapper  changed:

   What|Removed |Added

 Depends on||58615

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


[Bug 700] Code quality issues (tracking)

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=700

Andre Klapper  changed:

   What|Removed |Added

 Depends on||58614

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


[Bug 58615] Math creates FSFileBackend in deprecated parameters

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58615

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 Blocks||700
   Severity|normal  |minor

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


[Bug 700] Code quality issues (tracking)

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=700

Andre Klapper  changed:

   What|Removed |Added

 Depends on||58610

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


[Bug 58610] Score constructs an FSBackend in a deprecated fashion

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58610

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 Blocks||700
   Severity|normal  |minor

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


[Bug 58613] EasyTimeline constructing FSFileBackend with deprecated parameters

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58613

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 Blocks||700
   Severity|normal  |minor

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


[Bug 700] Code quality issues (tracking)

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=700

Andre Klapper  changed:

   What|Removed |Added

 Depends on||58613

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


[Bug 58627] action=parse&prop=langlinks should provide language names

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58627

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
Version|unspecified |1.23-git

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


[Bug 58624] Don't do link trails after transclusions of non-existent templates

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58624

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
Version|unspecified |1.23-git

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


[Bug 58588] WikiEditor: Extra buttons are confusing: "Publish" and "Save changes"

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58588

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
Summary|WikiEditor: Extra buttons   |WikiEditor: Extra buttons
   |are confusing   |are confusing: "Publish"
   ||and "Save changes"

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


[Bug 58608] Please create a component for Extension:TextExtracts

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58608

Andre Klapper  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |aklap...@wikimedia.org
   |org |

--- Comment #1 from Andre Klapper  ---
Created && set you as default CC.

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


[Bug 55187] archivebot.py doesn't support Global arguments

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55187

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 58616] Add GlobalPreferences extension component

2013-12-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58616

Andre Klapper  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |aklap...@wikimedia.org
   |org |

--- Comment #1 from Andre Klapper  ---
Done.

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


  1   2   3   4   5   6   >