[Bug 59544] CirrusSearch:updateSearchIndex.php --forceReindex is broken

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59544

Chad H.  changed:

   What|Removed |Added

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

--- Comment #2 from Chad H.  ---
We removed --forceReindex -> 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 55473] [REGRESSION] i18n fallback uses message from i18n file before message from db.

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55473

--- Comment #7 from Tisza Gergő  ---
MediaWiki:Licenses is a special message that only exists in the English
messages file, with a '-' value. Before 86b54375de7e, MessageCache::get() had
special handling for messages whose value was exactly '-', so the lookup went
like this:

* check DB for current lang (miss)
* check CDB ('-')
* special handling for '-': check DB for default lang (returns the english
license list)

Since 86b54375de7e, lookup goes like this:

* check DB for current lang (miss)
* check CDB ('-')
* use '-' as the license list (lines not starting with '*' are ignored, so this
is the same as an empty list)

The root problem is that DB lookups return the current language or null, while
CDB lookups include fallbacks, so a CDB fallback will take precedence over a DB
fallback which is at the same or higher position in the fallback chain. This
causes a lot of other problems apart from this bug, and a patch is already
pending: https://gerrit.wikimedia.org/r/#/c/72867/ 

Once that gets merged, the lookup will look like this:
* check DB for current lang (miss)
* check CDB for current lang (miss)
* walk back fallback chain, check first DB then CDB for each (eventually gets
English license list or a localization)

which fixes this bug and is actually an improvement over the old (which
returned English and not German license list for 'de-at').

It seems that that patch is stuck in review limbo, though.

-- 
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 59739] New: Exception from line 1020 of /data/project/apache/common-local/php-master/includes/objectcache/MemcachedClient.php: Serialization of 'Closure' is not allowed

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59739

   Web browser: ---
Bug ID: 59739
   Summary: Exception from line 1020 of
/data/project/apache/common-local/php-master/includes/
objectcache/MemcachedClient.php: Serialization of
'Closure' is not allowed
   Product: MediaWiki extensions
   Version: master
  Hardware: All
   URL: https://commons.wikimedia.org/w/index.php?title=Common
s:Photo_challenge&oldid=113344590
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: federicol...@tiscali.it
CC: alolita.sha...@gmail.com, asha...@wikimedia.org,
kartik.mis...@gmail.com, niklas.laxst...@gmail.com,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com, tom...@twkozlowski.net
Classification: Unclassified
   Mobile Platform: ---

Created attachment 14238
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14238&action=edit
Imported stuff

The revision in URL produces a "blank" page with the following text:
Unexpected non-MediaWiki exception encountered, of type "Exception"

Steps to reproduce the error in summary:
1) Export the page with history and templates (attached)
2) Import

I) Observed: no button to mark the page appears, only "This page contains
changes which are not marked for translation."

3) Visit Special:PageTranslation

II) Observed:



Unexpected non-MediaWiki exception encountered, of type "Exception"
[6af6d99e] /wiki/Special:PageTranslation Exception from line 1020 of
/data/project/apache/common-local/php-master/includes/objectcache/MemcachedClient.php:
Serialization of 'Closure' is not allowed
Backtrace:
#0
/data/project/apache/common-local/php-master/includes/objectcache/MemcachedClient.php(1020):
serialize(DependencyWrapper)
#1
/data/project/apache/common-local/php-master/includes/objectcache/MemcachedClient.php(617):
MWMemcached->_set(string, string, DependencyWrapper, integer)
#2
/data/project/apache/common-local/php-master/includes/objectcache/MemcachedBagOStuff.php(75):
MWMemcached->set(string, DependencyWrapper, integer)
#3
/data/project/apache/common-local/php-master/includes/cache/CacheDependency.php(93):
MemcachedBagOStuff->set(string, DependencyWrapper, integer)
#4
/data/project/apache/common-local/php-master/extensions/Translate/MessageGroups.php(158):
DependencyWrapper->storeToCache(MemcachedPhpBagOStuff, string, integer)
#5
/data/project/apache/common-local/php-master/extensions/Translate/MessageGroups.php(41):
MessageGroups::loadGroupDefinitions()
#6
/data/project/apache/common-local/php-master/extensions/Translate/MessageGroups.php(178):
MessageGroups::init()
#7
/data/project/apache/common-local/php-master/extensions/Translate/tag/SpecialPageTranslation.php(261):
MessageGroups::getGroup(string)
#8
/data/project/apache/common-local/php-master/extensions/Translate/tag/SpecialPageTranslation.php(281):
SpecialPageTranslation->classifyPages(array)
#9
/data/project/apache/common-local/php-master/extensions/Translate/tag/SpecialPageTranslation.php(48):
SpecialPageTranslation->listPages()
#10
/data/project/apache/common-local/php-master/includes/specialpage/SpecialPage.php(374):
SpecialPageTranslation->execute(NULL)
#11
/data/project/apache/common-local/php-master/includes/SpecialPageFactory.php(487):
SpecialPage->run(NULL)
#12 /data/project/apache/common-local/php-master/includes/Wiki.php(298):
SpecialPageFactory::executePath(Title, RequestContext)
#13 /data/project/apache/common-local/php-master/includes/Wiki.php(599):
MediaWiki->performRequest()
#14 /data/project/apache/common-local/php-master/includes/Wiki.php(460):
MediaWiki->main()
#15 /data/project/apache/common-local/php-master/index.php(49):
MediaWiki->run()
#16 /data/project/apache/common-local/w/index.php(3): require(string)
#17 {main}

-- 
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 59739] Exception from line 1020 of /data/project/apache/common-local/php-master/includes/objectcache/MemcachedClient.php: Serialization of 'Closure' is not allowed

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59739

--- Comment #1 from Nemo  ---
Forgot:
2-bis) Revert to the revision in question

That was at
http://commons.wikimedia.beta.wmflabs.org/wiki/Commons:Photo_challenge
http://commons.wikimedia.beta.wmflabs.org/wiki/Special:PageTranslation

Now tried:

4) Revert to preceding revision
5) Mark for translation: impossible because the "mark" link doesn't appear, but
for some reason "This page contains changes which are not marked for
translation." is now centred at the top. O_o

P.s.: The page takes a very long time to import or save, 8 seconds to render;
no idea why.
P.p.s.: The pages didn't import on dev.twn, with Fatal error: Call to a member
function getPrefixedText() on a non-object in
/www/dev.translatewiki.net/w/extensions/LiquidThreads/classes/Hooks.php on line
671

-- 
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 59739] Exception from line 1020 of /data/project/apache/common-local/php-master/includes/objectcache/MemcachedClient.php: Serialization of 'Closure' is not allowed

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59739

--- Comment #2 from Sam Reed (reedy)  ---
rray(2) { ["cc"]=> array(4) { ["wiki-translatable"]=> object(Closure)#23 (1) {
["parameter"]=> array(1) { ["$id"]=> string(10) "" } } ["page-Commons:Wiki
Loves Monuments/Philosophy"]=> object(WikiPageMessageGroup)#182 (12) {
["title":protected]=> object(Title)#181 (28) { ["mTextform"]=> string(31) "Wiki
Loves Monuments/Philosophy" ["mUrlform"]=> string(31)
"Wiki_Loves_Monuments/Philosophy" ["mDbkeyform"]=> string(31)
"Wiki_Loves_Monuments/Philosophy" ["mUserCaseDBKey"]=> NULL ["mNamespace"]=>
int(4) ["mInterwiki"]=> string(0) "" ["mFragment"]=> string(0) ""
["mArticleID"]=> int(21962) ["mLatestID"]=> bool(false) ["mContentModel"]=>
bool(false) ["mEstimateRevisions":"Title":private]=> NULL ["mRestrictions"]=>
array(0) { } ["mOldRestrictions"]=> bool(false) ["mCascadeRestriction"]=> NULL
["mCascadingRestrictions"]=> NULL ["mRestrictionsExpiry"]=> array(0) { }
["mHasCascadingRestrictions"]=> NULL ["mCascadeSources"]=> NULL
["mRestrictionsLoaded"]=> bool(false) ["mPrefixedText"]=> string(39)
"Commons:Wiki Loves Monuments/Philosophy" ["mTitleProtection"]=> NULL
["mDefaultNamespace"]=> int(0) ["mWatched"]=> NULL ["mLength"]=> int(-1)
["mRedirect"]=> NULL ["mNotificationTimestamp"]=> array(0) { }
["mHasSubpage"]=> NULL ["mPageLanguage":"Title":private]=> bool(false) }
["definitions":protected]=> NULL ["source":protected]=> NULL
["label":protected]=> string(39) "Commons:Wiki Loves Monuments/Philosophy"
["id":protected]=> string(44) "page-Commons:Wiki Loves Monuments/Philosophy"
["namespace":protected]=> int(1198) ["optional":protected]=> array(0) { }
["ignored":protected]=> array(0) { } ["description":protected]=> NULL
["meta":protected]=> bool(false) ["mangler":protected]=> NULL
["messages":protected]=> array(0) { } } ["translate-workflow-states"]=>
object(WorkflowStatesMessageGroup)#179 (10) { ["source":protected]=> NULL
["label":protected]=> string(4) "none" ["id":protected]=> string(4) "none"
["namespace":protected]=> int(8) ["optional":protected]=> array(0) { }
["ignored":protected]=> array(0) { } ["description":protected]=> NULL
["meta":protected]=> bool(false) ["mangler":protected]=> NULL
["messages":protected]=> array(0) { } } ["agg-WLM"]=>
object(AggregateMessageGroup)#191 (4) { ["conf":protected]=> array(2) {
["BASIC"]=> array(6) { ["id"]=> string(7) "agg-WLM" ["label"]=> string(3) "WLM"
["description"]=> string(0) "" ["meta"]=> int(1) ["class"]=> string(21)
"AggregateMessageGroup" ["namespace"]=> int(1198) } ["GROUPS"]=> array(1) {
[0]=> string(44) "page-Commons:Wiki Loves Monuments/Philosophy" } }
["namespace":protected]=> int(1198) ["groups":protected]=> NULL
["mangler":protected]=> NULL } } ["autoload"]=> array(0) { } } array(5) { [0]=>
object(GlobalDependency)#174 (2) { ["name":"GlobalDependency":private]=>
string(23) "wgEnablePageTranslation" ["value":"GlobalDependency":private]=>
bool(true) } [1]=> object(GlobalDependency)#169 (2) {
["name":"GlobalDependency":private]=> string(21) "wgTranslateGroupFiles"
["value":"GlobalDependency":private]=> array(0) { } } [2]=>
object(GlobalDependency)#173 (2) { ["name":"GlobalDependency":private]=>
string(13) "wgTranslateCC" ["value":"GlobalDependency":private]=> array(1) {
["wiki-translatable"]=> object(Closure)#23 (1) { ["parameter"]=> array(1) {
["$id"]=> string(10) "" } } } } [3]=> object(GlobalDependency)#175 (2) {
["name":"GlobalDependency":private]=> string(29)
"wgTranslateExtensionDirectory" ["value":"GlobalDependency":private]=>
string(53) "/usr/local/apache/common-local/php-master/extensions/" } [4]=>
object(GlobalDependency)#176 (2) { ["name":"GlobalDependency":private]=>
string(25) "wgTranslateWorkflowStates" ["value":"GlobalDependency":private]=>
array(4) { ["progress"]=> array(1) { ["color"]=> string(3) "E00" }
["proofreading"]=> array(1) { ["color"]=> string(6) "FFBF00" } ["ready"]=>
array(1) { ["color"]=> string(3) "FF0" } ["state conditions"]=> array(3) {
[0]=> array(2) { [0]=> string(5) "ready" [1]=> array(1) { ["PROOFREAD"]=>
string(3) "MAX" } } [1]=> array(2) { [0]=> string(12) "proofreading" [1]=>
array(1) { ["TRANSLATED"]=> string(3) "MAX" } } [2]=> array(2) { [0]=>
string(8) "progress" [1]=> array(1) { ["UNTRANSLATED"]=> string(7) "NONZERO" }
} } } } }

-- 
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 1495] Improve message source fallback flow

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1495

--- Comment #32 from Nemo  ---
For clarity, the current plan is Niklas' option 1 as per bug 46579 comment 17.

-- 
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 55473] [REGRESSION] i18n fallback uses message from i18n file before message from db.

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55473

--- Comment #8 from Nemo  ---
For clarity, the current plan is Niklas' option 1 as per bug 46579 comment 17.

-- 
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 1495] Improve message source fallback flow

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1495

Nemo  changed:

   What|Removed |Added

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

-- 
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 55473] [REGRESSION] i18n fallback uses message from i18n file before message from db.

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55473

Nemo  changed:

   What|Removed |Added

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

-- 
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 58005] Flow: No Preview or Reply buttons after clicking _Be the first to comment_

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58005

--- Comment #5 from Erik Bernhardson  ---
Not a big deal, but the size of the reply box is different depending on how you
get to it.

Clicking the reply box directly gets a box starting at 5 lines tall.  Clicking
the 'x comments' link goes to the same box but its only 2 lines tall.

-- 
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 59739] Exception from line 1020 of /data/project/apache/common-local/php-master/includes/objectcache/MemcachedClient.php: Serialization of 'Closure' is not allowed

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59739

--- Comment #3 from Nemo  ---
After Reedy's https://gerrit.wikimedia.org/r/105839 with Nikerabbit's
assistance, no more fatals are seen and I managed to mark, re-revert and
re-mark, perfectly reproducing what done on Commons (ahem, I had forgotten I
wasn't translation admin, Kaldari fixed).

What's left to do in Translate if anything?

-- 
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 58765] VisualEditor:Math functions are getting overlapped with previous line

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58765

ryasm...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from ryasm...@wikimedia.org ---
Not occurring anymore.Changing the status to Resolved-WorksforMe

-- 
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 59736] password reset mail should have a "cancel this" link

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59736

--- Comment #4 from Steven Walling  ---
(In reply to comment #0)
> When someone gets a password reset email from us these days, it does not
> contain an "if you did not request this password reset, click here to
> cancel".
> This sort of language is becoming pretty standard; Facebook says 
> 
> "Didn't request this change?
> If you didn't request a new password, let us know immediately [LINK]."
> 
> Key to note: the "let us know immediately" doesn't actually have to *do*
> anything; it still reassures people just by existing. (I'm bringing this up
> because one of our outside counsels forwarded me an email and asked "what
> should I do?"; having a link like this would have reassured him.)

Actually I think it's not okay to mislead the user like that. 

If we include a cancel link, it should either:

A) invalidate the temporary password sent 
B) set a flag on the account or otherwise actually report the issue to someone
who can help the user ensure their account is secure

We don't have a cancel link currently because, just like on the actual form, we
don't actually require the user to take action to not reset their password. The
password reset email doesn't actually reset your password, it just provides you
the ability to do so if you want. If you don't want, you can ignore the email
and keep using your old password. 

If users are confused, I would suggest clarifying language that says what they
should do if they don't want to reset their password. Is there something
already in there along these lines?

-- 
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 17553] LQT Call to a member function ... on a non-object at different places

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17553

--- Comment #27 from Nemo  ---
(In reply to comment #15)
> There is also a fatal error happening on ptwikibooks dumps page:
> http://download.wikimedia.org/ptwikibooks/20101101/
> 
> Fatal error: Call to a member function getPrefixedText() on a non-object in
> /usr/local/apache/common-local/wmf-deployment/extensions/LiquidThreads/
> classes/Hooks.php
> on line 180
> 
> Is it related or should we open a new bug for that?

I reproduced this or a very similar one when importing the XML at bug 59739:

 Fatal error: Call to a member function getPrefixedText() on a non-object in
/www/dev.translatewiki.net/w/extensions/LiquidThreads/classes/Hooks.php on line
671

-- 
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 59740] New: Unexpected non-MediaWiki exception encountered on Commons:Voice intro project

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59740

   Web browser: ---
Bug ID: 59740
   Summary: Unexpected non-MediaWiki exception encountered on
Commons:Voice intro project
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: a...@pigsonthewing.org.uk
Classification: Unclassified
   Mobile Platform: ---

I'm getting an "Unexpected non-MediaWiki exception encountered, of type
'Exception'" error message, every time I try to edit
https://commons.wikimedia.org/wiki/Commons:Voice_intro_project

I've tried several ways of editing, including section edits and making a
one-character change using the main edit tab.

Another editor has suggested that this may relate to the translate extension.

-- 
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 59741] New: Special:Translate breaks dom

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59741

   Web browser: Apple Safari
Bug ID: 59741
   Summary: Special:Translate breaks dom
   Product: MediaWiki extensions
   Version: master
  Hardware: All
   URL: https://www.mediawiki.org/w/index.php?title=Special:Tr
anslate&group=page-Extension%3ATranslate&language=en&a
ction=page&filter=
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: hartman.w...@gmail.com
CC: alolita.sha...@gmail.com, asha...@wikimedia.org,
kartik.mis...@gmail.com, niklas.laxst...@gmail.com,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Created attachment 14239
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14239&action=edit
screenshot of rendering

Special translate seems to add unbalance html in the dom, specifically missing
a  somewhere, causing all the navigation elements to be parented under
the #content instead of being siblings of it.

This problem only exists with JS enabled.

-- 
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 59722] No current log lines in mobile-sampled-100, zero, edits stream after 2014-01-05 03:40

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59722

--- Comment #4 from christ...@quelltextlich.at ---
Actually, all udp2log consumers except those on emery have been affected.

Also the esams part of EventLogging got lost during the downtime of gadolinium.

-- 
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 59740] Unexpected non-MediaWiki exception encountered on Commons:Voice intro project

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59740

--- Comment #1 from Andre Klapper  ---
So you go to
https://commons.wikimedia.org/w/index.php?title=Commons:Voice_intro_project&action=edit
and when you click "Save page you get an error"? What is the complete error
message?

-- 
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 58695] Parsoid: New line at end of document sometimes merged into previous line

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58695

ryasm...@wikimedia.org changed:

   What|Removed |Added

 CC||ryasm...@wikimedia.org

--- Comment #2 from ryasm...@wikimedia.org ---
The original issue described in this bug is not occurring anymore but a similar
issue is found not sure if they are related or not.If not, I will file a
separate issue:

1.Create a page "A" with a template Cite Web
2.Create another page "B" where you will copy the template.
3.Add some text or any other element like math function/Link to Page "B"
4.Copy the CiteWeb template created in page A and paste it into the next line
of B

Observed Result:
The template gets merged with the previous element/line.


Test Environment: http://en.wikipedia.beta.wmflabs.org/
Browser: Chrome Version 26.0.1410.65 
OS: MAC OS X 10. 8. 5 
Page:http://en.wikipedia.beta.wmflabs.org/wiki/Copy-paste6th

See the screenshot attached.

-- 
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 59740] Unexpected non-MediaWiki exception encountered on Commons:Voice intro project

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59740

--- Comment #2 from Andy Mabbett  ---
The complete error message is quoted above.

-- 
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 58695] Parsoid: New line at end of document sometimes merged into previous line

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58695

--- Comment #3 from ryasm...@wikimedia.org ---
Created attachment 14240
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14240&action=edit
Screenshot of template getting merged with the previous line

-- 
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 58471] Special:NewMessages has contents for anonymous user

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58471

--- Comment #1 from Sam Reed (reedy)  ---
It's replicable..

-- 
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 59741] Special:Translate breaks dom

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59741

--- Comment #1 from Siebrand Mazeland  ---
I cannot reproduce on iPad.

-- 
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 58579] CirrusSearch: incategory should accept underscores instead of spaces

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58579

--- Comment #3 from Gerrit Notification Bot  ---
Change 105828 merged by jenkins-bot:
Allow underscores as well as spaces in incategory:

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

-- 
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 58579] CirrusSearch: incategory should accept underscores instead of spaces

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58579

Nik Everett  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |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 59738] New messaging lost on the way to production

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59738

--- Comment #3 from Chris McMahon  ---
This seems to be a caching problem: 

Arthur:  I can replicate the test failure manually, but if I append debug=true
to the URL, I get the correct message.

-- 
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 59620] Create ability to search history by Summary, User and Tag

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59620

--- Comment #2 from Rezonansowy  ---
(In reply to comment #1)
> What is the usecase?

In many case when I search the article history, I wish search it more easily.
This is really helpful when you search deeply in history.

-- 
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 59623] ResourceLoaderModule::getDefinitionMtime fails to use value from cache, always returns current time

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59623

--- Comment #2 from dr0ptp4kt  ---
RedisBagOStuff returns it as a string. Like you suggest, MemcachedPeclBagOStuff
returns it as an integer.

The underlying Redis library's get() is documented as returning stuff as a
String type, and PECL memcached's get() is documented as returning mixed types.

Modification of RedisBagOStuff's serialize and unserialize to make it more like
PECL memcached-like would break the Redis INCR/DECR commands.

Given that we know getDefinitionMtime needs to return an integer type, can we
move forward with this? If not, what do you propose?

I'm fine unbasing the dependent change for the URL given that we know in
production things will continue working, but I also want to future proof this
in case the memory cache provider 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 59739] Exception from line 1020 of MemcachedClient.php: Serialization of 'Closure' is not allowed

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59739

Sam Reed (reedy)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|Translate   |General/Unknown
Version|master  |wmf-deployment
 Resolution|--- |FIXED
Product|MediaWiki extensions|Wikimedia
Summary|Exception from line 1020 of |Exception from line 1020 of
   |/data/project/apache/common |MemcachedClient.php:
   |-local/php-master/includes/ |Serialization of 'Closure'
   |objectcache/MemcachedClient |is not allowed
   |.php: Serialization of  |
   |'Closure' is not allowed|

--- Comment #4 from Sam Reed (reedy)  ---
(In reply to comment #3)
> After Reedy's https://gerrit.wikimedia.org/r/105839 with Nikerabbit's
> assistance, no more fatals are seen and I managed to mark, re-revert and
> re-mark, perfectly reproducing what done on Commons (ahem, I had forgotten I
> wasn't translation admin, Kaldari fixed).
> 
> What's left to do in Translate if anything?

Nothing... And this isn't really a Translate bug either now

-- 
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 17553] LQT Call to a member function ... on a non-object at different places

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17553

--- Comment #28 from Sam Reed (reedy)  ---
(In reply to comment #27)
> (In reply to comment #15)
> > There is also a fatal error happening on ptwikibooks dumps page:
> > http://download.wikimedia.org/ptwikibooks/20101101/
> > 
> > Fatal error: Call to a member function getPrefixedText() on a non-object in
> > /usr/local/apache/common-local/wmf-deployment/extensions/LiquidThreads/
> > classes/Hooks.php
> > on line 180
> > 
> > Is it related or should we open a new bug for that?
> 
> I reproduced this or a very similar one when importing the XML at bug 59739:
> 
>  Fatal error: Call to a member function getPrefixedText() on a non-object in
> /www/dev.translatewiki.net/w/extensions/LiquidThreads/classes/Hooks.php on
> line
> 671

I'd report it as a new one

-- 
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 59742] New: Fix EditThis Entries with Error 503

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59742

   Web browser: ---
Bug ID: 59742
   Summary: Fix EditThis Entries with Error 503
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: wikistats
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: ro...@gmx.de
CC: dz...@wikimedia.org, m...@everybody.org
Classification: Unclassified
   Mobile Platform: ---

See http://wikistats.wmflabs.org/display.php?t=et&s=http_desc
The utmost of them work in the browser.

-- 
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 59742] Fix EditThis Entries with Error 503

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59742

Robert Hanke  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |dz...@wikimedia.org
   |org |

-- 
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 59743] New: Place the "disclaimer" link in the article view, rather than the sidebar view

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59743

   Web browser: ---
Bug ID: 59743
   Summary: Place the "disclaimer" link in the article view,
rather than the sidebar view
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: MobileFrontend
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: oke...@wikimedia.org
CC: aricha...@wikimedia.org, jgon...@wikimedia.org,
jrob...@wikimedia.org, kw...@wikimedia.org,
maxsem.w...@gmail.com, mgro...@wikimedia.org,
mpinc...@wikimedia.org, rkald...@wikimedia.org,
tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

If you look at the current set of mobile apps/the mobile view of WP, the
disclaimer is in the sidebar rather than the article. The problem with this is
that it conceptually distinguishes it from the content...which is what the
disclaimer covers.

(Apology if I picked the wrong place)

-- 
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 59743] Place the "disclaimer" link in the article view, rather than the sidebar view

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59743

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

-- 
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 59732] Reports of duplicate messages to daily-article-l

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59732

MZMcBride  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||b...@mzmcbride.com
 Ever confirmed|1   |0

-- 
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 59732] Reports of duplicate messages to daily-article-l

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59732

--- Comment #1 from MZMcBride  ---
Without the full headers from the messages, it'll likely be impossible to
diagnose/debug this issue.

-- 
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 59741] Special:Translate breaks dom

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59741

--- Comment #2 from Derk-Jan Hartman  ---
Actually it's also a problem without JS. You might notice that the 4 footer
links and 2 logos are positioned inside the white frame of the content, where
they should be positioned below it.

So it's a problem in the generated HTML.

-- 
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 52610] action=opensearch converts "Project:About", but not "Wikipedia:About"

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52610

--- Comment #3 from Matthew Flaschen  ---
Apparently, lsearchd.  The reported symptoms are still reproducible (on English
Wikipedia).  However, English Wikisource seems fine:

$ curl
"http://en.wikisource.org/w/api.php?format=json&action=opensearch&search=Template:Wikisource:About&suggest=";
["Template:Wikisource:About",[]]%   

$ curl
"http://en.wikisource.org/w/api.php?format=json&action=opensearch&search=Template:Project:About&suggest=";
["Template:Project:About",[]]%  

If it had the same problem, I would expect it to suggest Wikisource:About
(which does exist), as it suggested Wikipedia:About.

-- 
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 59234] CSSMin: Embedded SVG icons are broken in Wikimedia production due to bad mime type

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59234

MZMcBride  changed:

   What|Removed |Added

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

--- Comment #33 from MZMcBride  ---
Both
https://www.mediawiki.org/w/index.php?title=Requests_for_comment/Custom_inter-namespace_tabs&action=edit
and [[mw:Special:RecentChanges]] look good to me now. Thanks!

Marking this ticket as resolved/fixed. I'll clone this ticket to cover the
general issue. Kevin: thanks as always for digging into 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 59710] Searching for pages on Simple English Wiktionary brings up titles from English Wiktionary, regardless of whether they exist locally

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59710

Chad H.  changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #1 from Chad H.  ---
I think we might still have this problem with the new search too :\

-- 
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 38865] Next wmf deployment (tracking)

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38865

Bug 38865 depends on bug 59234, which changed state.

Bug 59234 Summary: CSSMin: Embedded SVG icons are broken in Wikimedia 
production due to bad mime type
https://bugzilla.wikimedia.org/show_bug.cgi?id=59234

   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 59741] Special:Translate breaks dom

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59741

--- Comment #3 from Derk-Jan Hartman  ---
http://validator.w3.org/check?uri=https%3A%2F%2Fwww.mediawiki.org%2Fw%2Findex.php%3Ftitle%3DSpecial%3ATranslate%26group%3Dpage-Extension%253ATranslate%26language%3Den%26action%3Dpage%26filter%3D%26uselang%3Dqqx&charset=%28detect+automatically%29&doctype=Inline&group=0

Line 189, Column 8: End tag for body seen, but there were unclosed elements.


Error Line 36, Column 48: Unclosed element div.


-- 
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 59744] New: Consider safely opitimizing embedded SVG icons in MediaWiki core

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59744

   Web browser: ---
Bug ID: 59744
   Summary: Consider safely opitimizing embedded SVG icons in
MediaWiki core
   Product: MediaWiki
   Version: 1.23-git
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: b...@mzmcbride.com
CC: pleasest...@live.com
Classification: Unclassified
   Mobile Platform: ---

We may want to consider safely optimizing embedded SVG icons.

https://gerrit.wikimedia.org/r/96372
https://gerrit.wikimedia.org/r/103894

Full background is available at bug 59234.


(Copied from bug 59234 comment 27)

This seems to have been fixed in file 5.04; however, PHP uses a bundled,
patched copy of the library that was only updated from 5.03 to 5.11 in
12cf930a403d.

Running "git tag --contains 12cf930a403d" in php-src tells me that
affected versions of PHP were 5.3.10 and older, as well as 5.4.0.
Wikimedia runs 5.3.10 in production.

Here's a snippet of the diff:

--- file-5.03/magic/Magdir/sgml2008-07-26 11:03:55.0 -0400
+++ file-5.04/magic/Magdir/sgml2009-09-19 13:31:35.0 -0400
@@ -1,36 +1,59 @@

#--
+# $File: sgml,v 1.24 2009/09/19 17:31:35 christos Exp $
 # Type:SVG Vectorial Graphics
 # From:Noel Torres 
 0string\15string>\0
->>23search/400\>19search/4096\

So this problem could have been avoided by either adding a DOCTYPE or leaving
one more whitespace character in the right place.

-- 
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 59234] CSSMin: Embedded SVG icons are broken in Wikimedia production due to bad mime type

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59234

--- Comment #34 from MZMcBride  ---
(In reply to comment #33)
> I'll clone this ticket to cover the general issue.

Filed as bug 59744. I only CC'd Kevin. The rest of you can CC yourselves if
you'd like.

-- 
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 59711] [global abuse filters] Wikimania 2014 and Wikimania2014 to be added to wikis with this functionality

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59711

This, that and the other  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||at.li...@live.com.au
 Resolution|--- |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 41492] Steward, global sysop and SWMT tasks bugs (tracking)

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41492

Bug 41492 depends on bug 59711, which changed state.

Bug 59711 Summary: [global abuse filters] Wikimania 2014 and Wikimania2014 to 
be added to wikis with this functionality
https://bugzilla.wikimedia.org/show_bug.cgi?id=59711

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |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 59084] mirror enwiki's templateeditor userright and usergroup on testwiki

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59084

This, that and the other  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 59745] New: TemplateData: HTML rendering of types (string, wiki-page-name, ...) isn't translatable

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59745

   Web browser: ---
Bug ID: 59745
   Summary: TemplateData: HTML rendering of types (string,
wiki-page-name, ...) isn't translatable
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: TemplateData
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

NicoV requested at bug 50370 that the rendering of types (string,
wiki-page-name, string/wiki-user-name, ...) also be translatable.

-- 
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 50370] TemplateData: HTML rendering of control keywords (empty, optional, ...) isn't translatable

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50370

--- Comment #12 from Matthew Flaschen  ---
(In reply to comment #11)
> What about parameters type ? "string", ...

Filed as bug 59745.

-- 
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 42630] Implement English Wikipedia-only enhancements for other Wikimedia wikis (tracking)

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=42630

Matthew Flaschen  changed:

   What|Removed |Added

 Depends on||59746

-- 
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 59746] Deploy GettingStarted to other language Wikipedias

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59746

Matthew Flaschen  changed:

   What|Removed |Added

 Blocks||42630

-- 
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 59746] New: Deploy GettingStarted to other language Wikipedias

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59746

   Web browser: ---
Bug ID: 59746
   Summary: Deploy GettingStarted to other language Wikipedias
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: GettingStarted
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mflasc...@wikimedia.org
CC: mflasc...@wikimedia.org, swall...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Deploy to additional Wikipedias.

-- 
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 55473] [REGRESSION] i18n fallback uses message from i18n file before message from db.

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55473

--- Comment #9 from Gerrit Notification Bot  ---
Change 72867 had a related patch set uploaded by Parent5446:
Complete usage of message fallback chain

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

-- 
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 55473] [REGRESSION] i18n fallback uses message from i18n file before message from db.

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55473

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 59632] Flow: 2-linebreaks aren't being displayed properly

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59632

--- Comment #2 from Quiddity  ---
if I type:

test1

test2


test3


Then it comes out as:

test1 test2
test3

-- 
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 59620] Create ability to search history by Summary, User

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59620

Rezonansowy  changed:

   What|Removed |Added

Summary|Create ability to search|Create ability to search
   |history by Summary, User|history by Summary, User
   |and Tag |

-- 
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 58952] node 0.10 memory leak / lockup of client (possible test cases)

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58952

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 58952] node 0.10 memory leak / lockup of client (possible test cases)

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58952

--- Comment #9 from Gerrit Notification Bot  ---
Change 105875 had a related patch set uploaded by GWicke:
WIP Bug 58952: Help incremental GC further by breaking refs

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

-- 
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 59632] Flow: 2-linebreaks aren't being displayed properly

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59632

--- Comment #3 from sp...@wikimedia.org ---
Gerrit 557fb036 set
 flow-post-container .flow-post-content p { display: inline; }

so all the p tags run together. We need some other way to put the mini-pencil
icon on the end.

-- 
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 44261] handle namespace in openTask tracking

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44261

--- Comment #3 from Matthew Flaschen  ---
However, in GettingStarted, we ended up using the equivalent of:

new mw.Title( mw.config.get( 'wgPageName' ) ).getPrefixedText()

to solve the problem (the openTask cookie is still used, but the values have
changed somewhat).

-- 
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 59604] VisualEditor:"TypeError: jQuery1830683983782510787_1388777743220 is not a function" appears while searching for an image to add in an article

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59604

ryasm...@wikimedia.org changed:

   What|Removed |Added

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

--- Comment #1 from ryasm...@wikimedia.org ---
Not happening anymore.Possible fix for the bug might be:
https://gerrit.wikimedia.org/r/#/c/102377/
as discussed with Moriel.

-- 
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 59747] New: initial KeepGoing overlay does not render

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59747

   Web browser: ---
Bug ID: 59747
   Summary: initial KeepGoing overlay does not render
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: MobileFrontend (Beta)
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: rkald...@wikimedia.org
CC: jgon...@wikimedia.org, jrob...@wikimedia.org,
kw...@wikimedia.org, maxsem.w...@gmail.com,
mgro...@wikimedia.org, mpinc...@wikimedia.org,
rkald...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

It looks like the KeepGoing overlay was broken by
https://gerrit.wikimedia.org/r/#/c/102043/.

Specifically, that change moved the overlay show() from
KeepGoingOverlay::render() to the keepgoing.js instatiation (which only handles
the 2nd half of the keepgoing workflow). The first step is handled in
EditorOverlay.js (around line 233).

This could either be fixed by adding a show() in EditorOverlay.js or moving
show() back into KeepGoingOverlay::render(). Putting it back in
KeepGoingOverlay::render() seems the most sensible (after all, that's the
function that is supposed to render the overlay). Is there a specific reason it
was moved out of that function?

-- 
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 59748] New: VisualEditor: Correction made by spellcheck in Safari 6 displays on screen, but is not saved

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59748

   Web browser: Apple Safari
Bug ID: 59748
   Summary: VisualEditor:  Correction made by spellcheck in Safari
6 displays on screen, but is not saved
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: wmf.whatamido...@yahoo.com
CC: jforres...@wikimedia.org, jh...@wikimedia.org,
krinklem...@gmail.com, ryasm...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Intention:
Correct the spelling of a word.

Steps to Reproduce:
1. Add some text, including a spelling error, to an article.
2. Use Safari's built-in spellcheck to correct the spelling. 


Actual Results:  
The correct spelling displays on the screen.  However, if you "review changes",
only the old, incorrect spelling is present.  Also, the correct spelling stops
being displayed on the screen if you hit return to start a new paragraph or
list item.

Screenshot shows the display and the review changes.  Confirmed in both lists
and plain paragraphs.


Reproducible: Always

Confirmed in Safari 6 on Mac OS 10.8.5 using Vector.  It's not present in
Firefox 26.

-- 
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 59748] VisualEditor: Correction made by spellcheck in Safari 6 displays on screen, but is not saved

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59748

--- Comment #1 from WhatamIdoing  ---
Created attachment 14242
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14242&action=edit
VisualEditor screenshot, showing "Review changes" not matching the displayed
text

-- 
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 59747] initial KeepGoing overlay does not render

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59747

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

-- 
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 59748] VisualEditor: Correction made by spellcheck in Safari 6 displays on screen, but is not saved

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59748

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #2 from Derk-Jan Hartman  ---
Confirmed with Safari 7 on 10.9

-- 
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 58695] Parsoid: New line at end of document sometimes merged into previous line

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58695

--- Comment #4 from ryasm...@wikimedia.org ---
HTML dump:

Request URL:http://en.wikipedia.beta.wmflabs.org/w/api.php
Request Method:POST
Status Code:200 OK
Request Headersview source
Accept:application/json, text/javascript, */*; q=0.01
Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Connection:keep-alive
Content-Length:10758
Content-Type:application/x-www-form-urlencoded; charset=UTF-8
Cookie:uls-previous-languages=%5B%22en%22%5D;
mediaWiki.user.sessionId=IWxgkz08OFNZxaGwaIxUNKilap37xFbY;
mediaWiki.user.bucket%3Aext.articleFeedbackv5%4011-tracking=11%3Aignore;
mediaWiki.user.bucket%3Aext.articleFeedbackv5%406-form=6%3A6;
mediaWiki.user.bucket%3Aext.articleFeedbackv5%405-links=5%3AX;
centralnotice_bucket=1-4.2; enwikiLoggedOut=1389029323;
centralauth_LoggedOut=1389029332; enwikiUserID=1348;
enwikiUserName=RYasmeen+%28WMF%29;
enwikiSession=568d9870c44e9934b5912175d6faaea9;
centralauth_User=RYasmeen+%28WMF%29;
centralauth_Session=0d74cc0544d444b6ba6b684092f01228; edittoolscharsubset=0;
ve-beta-welcome-dialog=1
Host:en.wikipedia.beta.wmflabs.org
Origin:http://en.wikipedia.beta.wmflabs.org
Referer:http://en.wikipedia.beta.wmflabs.org/wiki/Copy-paste6th?veaction=edit
User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.31
(KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31
X-Requested-With:XMLHttpRequest
Form Dataview sourceview URL encoded
action:visualeditor
paction:serializeforcache
html:http://purl.org/dc/terms/ mw:
http://mediawiki.org/rdf/";
about="http://en.wikipedia.beta.wmflabs.org/wiki/Special:Redirect/revision/73736";>http://en.wikipedia.beta.wmflabs.org/wiki/Special:Redirect/";>Copy-paste6thlink to catapult

linkA

linkB

[http://en.wikipedia.beta.wmflabs.org/wiki/LinkC|linkC" rel="mw:ExtLink"
data-parsoid="{"targetOff":99,"contentOffsets":[99,99],"dsr":[45,100,54,1]}">]



texthttp://yahoo.com"},"title":{"wt":"yahoo"}},"i":0}}]}";
data-parsoid="{"stx":"html","dsr":[125,174,null,null],"pi":[[{"k":"url","named":true},{"k":"title","named":true}]]}">http://yahoo.com";
data-parsoid="{"targetOff":45,"contentOffsets":[45,52],"a":{"href":"http://yahoo.com"},"sa":{"href":"A]]\n\n[[linkB]]\n\n"}}";>"yahoo". 

text



text



texthttp://yahoo.com"},"title":{"wt":"yahoo"}},"i":0}}]}";
data-parsoid="{"stx":"html","dsr":[228,277,null,null],"pi":[[{"k":"url","named":true},{"k":"title","named":true}]]}">http://yahoo.com";
data-parsoid="{"targetOff":45,"contentOffsets":[45,52],"a":{"href":"http://yahoo.com"},"sa":{"href":"A]]\n\n[[linkB]]\n\n"}}";>"yahoo". http://yahoo.com"},"title":{"wt":"yahoo"}},"i":0}}]}";
data-ve-no-generated-contents="true" class="citation
web">
page:Copy-paste6th
oldid:73736
format:json
Response Headersview source
Accept-Ranges:bytes
Age:0
Cache-control:private
Connection:keep-alive
Content-Encoding:gzip
Content-Length:97
Content-Type:application/json; charset=utf-8
Date:Tue, 07 Jan 2014 01:12:09 GMT
Server:Apache
Vary:Accept-Encoding
Via:1.1 varnish, 1.1 varnish
X-Cache:deployment-cache-text1 miss (0), deployment-cache-text1 frontend miss
(0)
X-Content-Type-Options:nosniff
X-Frame-Options:SAMEORIGIN
X-Powered-By:PHP/5.3.10-1ubuntu3.9+wmf1
X-Varnish:239733000, 2143990872
X-Vary-Options:Accept-Encoding;list-contains=gzip

-- 
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 55473] [REGRESSION] i18n fallback uses message from i18n file before message from db.

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55473

--- Comment #10 from Tisza Gergő  ---
(In reply to comment #8)
> For clarity, the current plan is Niklas' option 1 as per bug 46579 comment
> 17.

Is it? 86b54375de7e, which was merged half a year ago, takes a completely
different direction.

Anyway, if that option would be implemented, that would fix this bug as well,
although then MediaWiki:Licenses should be moved to MediaWiki:Licenses/en.

-- 
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 52061] Merge Poem extension into MediaWiki core

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52061

--- Comment #9 from MZMcBride  ---
(In reply to comment #8)
> I am thinking something like ,  ("as is"), ,
> / (as in  but for text, not code), 
> [...]

Okay, I'll paint this bikeshed. I like verbatim or pretext. How about one of
those?

> 2. The attribute "compact" seems to actually make the display less compact.
> See the testcase at [[mw:Extension:Poem]]. I think we need a new name/alias 
> for
> this too. However, I have no idea what it is actually meant to be used for...

I'm not sure "compact" is needed... do people use it? If so, are there examples
of it in the wild?

-- 
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 1495] Improve message source fallback flow

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1495

Tisza Gergő  changed:

   What|Removed |Added

 CC||gti...@wikimedia.org

--- Comment #33 from Tisza Gergő  ---
(In reply to comment #32)
> For clarity, the current plan is Niklas' option 1 as per bug 46579 comment
> 17.

Using [[MediaWiki:Foo]] for changes which are specific to the English language
and [[MediaWiki:Foo/en]] for language-independent customizations seems totally
counterintuitive to me.

-- 
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 59731] Mailing takes forever to forward emails

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59731

--- Comment #1 from mlpe...@everythingfoodanddrink.org ---
I don't have the email header to post, but I can verify that Cyberpower678 and
I received an email from the list at virtually the same time time stamped 
(7 hours ago), just to verify the issue.

-- 
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 58431] Meta-data icon rework

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58431

--- Comment #5 from Gerrit Notification Bot  ---
Change 104689 merged by jenkins-bot:
Fixed positioning for the image

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

-- 
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 59632] Flow: 2-linebreaks aren't being displayed properly

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59632

--- Comment #4 from Gerrit Notification Bot  ---
Change 105882 had a related patch set uploaded by Spage:
Only make the last paragraph of a post inline

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

-- 
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 59632] Flow: 2-linebreaks aren't being displayed properly

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59632

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 58431] Meta-data icon rework

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58431

--- Comment #6 from Gerrit Notification Bot  ---
Change 104694 merged by jenkins-bot:
Make sure the post-image div is always the same height

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

-- 
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 59731] Mailing takes forever to forward emails

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59731

Cyberpower678  changed:

   What|Removed |Added

   Priority|Normal  |High

-- 
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 59747] initial KeepGoing overlay does not render

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59747

--- Comment #2 from Gerrit Notification Bot  ---
Change 105883 had a related patch set uploaded by Kaldari:
Fix KeepGoing Overlay - step 1

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

-- 
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 59747] initial KeepGoing overlay does not render

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59747

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 58695] Parsoid: New line at end of document sometimes merged into previous line

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58695

Gabriel Wicke  changed:

   What|Removed |Added

 CC||jh...@wikimedia.org,
   ||krinklem...@gmail.com
  Component|General |General
   Assignee|gwi...@wikimedia.org|jforres...@wikimedia.org
Product|Parsoid |VisualEditor

--- Comment #5 from Gabriel Wicke  ---
In ryasmeen's HTML dump the last paragraph contains both the text and the
pasted citation. Apparently the VE rendering showed the citation in a separate
line, so the discrepancy in the HTML emitted by VE (citation actually in the
preceding paragraph) seems to be a bug in VE. Moving this to VE for that
reason.

-- 
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 59747] initial KeepGoing overlay does not render

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59747

Jon  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |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 59747] initial KeepGoing overlay does not render

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59747

--- Comment #3 from Gerrit Notification Bot  ---
Change 105883 merged by jenkins-bot:
Fix KeepGoing Overlay - step 1

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

-- 
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 54468] Using the secure API is breaking the Flickr upload (using HTTPSEverywhere)

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54468

Tisza Gergő  changed:

   What|Removed |Added

 CC||gti...@wikimedia.org

--- Comment #6 from Tisza Gergő  ---
Can't reproduce this. It seems Flickr changed how they handle HTTPS and there
is no redirect now.

-- 
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 59731] Mailing takes forever to forward emails

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59731

--- Comment #2 from Cyberpower678  ---
I am providing a header from on of the mailing lists.  It might be helpful to
the devs.


X-Apparently-To: cybernet...@yahoo.com via 98.139.244.173; Mon, 06 Jan 2014
17:45:11 -0800
Return-Path: 
Received-SPF: pass (domain of lists.wikimedia.org designates 208.80.154.4 as
permitted sender)
X-Originating-IP: [208.80.154.4]
Authentication-Results: mta1373.mail.bf1.yahoo.com  from=lists.wikimedia.org;
domainkeys=neutral (no sig);  from=lists.wikimedia.org; dkim=pass (ok)
Received: from 127.0.0.1  (EHLO lists.wikimedia.org) (208.80.154.4)
  by mta1373.mail.bf1.yahoo.com with SMTP; Mon, 06 Jan 2014 17:45:11 -0800
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
d=lists.wikimedia.org; s=wikimedia;
h=Sender:List-Id:Date:Message-ID:Content-Type:MIME-Version:To:From:Subject;
bh=Yraw8uzvHY+hP3XjwBELx/BzAqD+VumhVWyTCjyjGLQ=;
   
b=fCDsw3hNGIfOkpP8uWTMr3tSyhY6j8asniszjA1JcJdRYhnAZqt4HREK4sKWWmuS9GnGG0Yk1IpqEj5sGJstgQARps2Zw1JctWLwnqpmosBz7JY7EadLKYFDWAID+EboAgUInb+1Eh8ELWb0+swYZx8R/TBwor3ZQy5rkirUMdc=;
Received: from localhost ([::1]:57513 helo=sodium.wikimedia.org)
by sodium.wikimedia.org with esmtp (Exim 4.71)
(envelope-from )
id 1W0ICE-0008Rl-Hd; Mon, 06 Jan 2014 21:58:54 +
Received: from localhost ([::1]:57503 helo=sodium.wikimedia.org)
by sodium.wikimedia.org with esmtp (Exim 4.71)
(envelope-from )
id 1W0ICB-0008R4-S0 for accounts-enwiki-l-ow...@lists.wikimedia.org;
Mon, 06 Jan 2014 21:58:52 +
Subject: =?utf-8?q?Accounts-enwiki-l_post_from_originalsidesocket=40maste?=
=?utf-8?q?rfulpiece=2Ecom_requires_approval?=
From: accounts-enwiki-l-ow...@lists.wikimedia.org
To: accounts-enwiki-l-ow...@lists.wikimedia.org
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===7352548824120526592=="
Message-ID:

Date: Mon, 06 Jan 2014 21:58:50 +
Precedence: bulk
X-BeenThere: accounts-enwik...@lists.wikimedia.org
X-Mailman-Version: 2.1.13
List-Id: Internal discussion between the English Wikipedia's account creation
team 
X-List-Administrivia: yes
Sender: mailman-boun...@lists.wikimedia.org
Errors-To: mailman-boun...@lists.wikimedia.org
Content-Length: 8537

-- 
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 57866] Causes "Incorrect password entered" error when the account is globally locked

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57866

Bsadowski1  changed:

   What|Removed |Added

 CC||bsadowski1wikipedia@gmail.c
   ||om

--- Comment #11 from Bsadowski1  ---
The CentralAuth system was working as intended. The two bug reports you
mentioned were because of actions of user (in this case, steward) error. Will
this cause unintentional bugs?

-- 
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 52061] Merge Poem extension into MediaWiki core

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52061

--- Comment #10 from Ryan Kaldari  ---
The compact feature has always seemed quite buggy (or at least bizarrely
unintuitive) and I wonder if we would really hurt much by killing it
altogether.

Regarding the tag name, is  ever actually used for things besides poems?
I usually use  for other cases.

-- 
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 59749] New: Fix ugly mixed bold styles in Bugzilla fields in Wikimedia skin

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59749

   Web browser: ---
Bug ID: 59749
   Summary: Fix ugly mixed bold styles in Bugzilla fields in
Wikimedia skin
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Bugzilla
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: at.li...@live.com.au
CC: aklap...@wikimedia.org, s...@reedyboy.net,
thehelpfulonew...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Created attachment 14243
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=14243&action=edit
Screenshot

Our local custom Wikimedia skin displays bug field captions with a seemingly
random mix of bold and "double-bold" (black) text. See the screenshot (taken in
Firefox, but the same output is seem in other browsers).

I think all these text labels, except perhaps the bug number in the header,
should just use a regular bold style.

-- 
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 59750] New: Modules should export with their dependencies

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59750

   Web browser: ---
Bug ID: 59750
   Summary: Modules should export with their dependencies
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Scribunto
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jackmcbarn+w...@gmail.com
CC: bjor...@wikimedia.org, tstarl...@wikimedia.org,
vasi...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

When exporting modules via Special:Export, when "Include templates" is checked,
their dependencies should also be exported.

-- 
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 58431] Meta-data icon rework

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58431

--- Comment #7 from Gerrit Notification Bot  ---
Change 104696 merged by jenkins-bot:
Animate the metadata div to show the user it's there

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

-- 
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 50910] VisualEditor: CE CSS munging issue with specific (highly used) hewiki template

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50910

--- Comment #6 from Gerrit Notification Bot  ---
Change 105640 merged by jenkins-bot:
Force CSSJanus to not flip image alignment classes

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

-- 
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 59751] New: Lock wait timeout error on beta enwiki

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59751

   Web browser: ---
Bug ID: 59751
   Summary: Lock wait timeout error on beta enwiki
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: jackmcbarn+w...@gmail.com
CC: benap...@gmail.com, cmcma...@wikimedia.org,
has...@free.fr, mhershber...@wikimedia.org,
platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

While importing Template:Edit protected to beta enwiki, I received the
following error:

Import failed: A database error has occurred. Did you forget to run
maintenance/update.php after upgrading? See:
https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script Query:
INSERT IGNORE INTO `globalimagelinks`
(gil_wiki,gil_page,gil_page_namespace_id,gil_page_namespace,gil_page_title,gil_to)
VALUES
('enwiki','15850','10','Template','Edit_protected','Padlock-dash.svg'),('enwiki','15850','10','Template','Edit_protected','Template-info.png')
Function: GlobalUsage::insertLinks Error: 1205 Lock wait timeout exceeded; try
restarting transaction (10.4.0.53)

If it's helpful, I noticed that immediately before this occurred, all pages
were taking 20-30 seconds to load (and still were after).

-- 
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 50910] VisualEditor: CE CSS munging issue with specific (highly used) hewiki template

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50910

James Forrester  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|VE-deploy-2013-12-19|VE-deploy-2014-01-09

-- 
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 51792] VisualEditor: Non-English Wikipedia issues (tracking)

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51792

Bug 51792 depends on bug 50910, which changed state.

Bug 50910 Summary: VisualEditor: CE CSS munging issue with specific (highly 
used) hewiki template
https://bugzilla.wikimedia.org/show_bug.cgi?id=50910

   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 33126] VisualEditor: Support for right-to-left (rtl) / bidirectional content (tracking)

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33126

Bug 33126 depends on bug 50910, which changed state.

Bug 50910 Summary: VisualEditor: CE CSS munging issue with specific (highly 
used) hewiki template
https://bugzilla.wikimedia.org/show_bug.cgi?id=50910

   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 57166] VisualEditor: Allow users to set/edit __NOEDITSECTION__ status in the page metadata panel

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57166

James Forrester  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |VE-deploy-2014-01-09

-- 
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 56865] VisualEditor: Allow users to set/edit behaviour flags in the page metadata panel (tracker)

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56865

Bug 56865 depends on bug 57166, which changed state.

Bug 57166 Summary: VisualEditor: Allow users to set/edit __NOEDITSECTION__ 
status in the page metadata panel
https://bugzilla.wikimedia.org/show_bug.cgi?id=57166

   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 57173] VisualEditor: Allow users to set/edit __STATICREDIRECT__ status in the page metadata panel

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57173

James Forrester  changed:

   What|Removed |Added

   Target Milestone|VE-deploy-2014-01-09|---

-- 
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 47328] VisualEditor: Allow users to set/edit #REDIRECT status in the page metadata panel

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47328

James Forrester  changed:

   What|Removed |Added

   Target Milestone|VE-deploy-2014-01-09|---

-- 
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 50878] VisualEditor: Remove the disablement of VisualEditor for redirect pages

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50878

James Forrester  changed:

   What|Removed |Added

   Target Milestone|VE-deploy-2014-01-09|---

-- 
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 59752] New: Flow: failed update (DataModelException) restoring hidden post

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59752

   Web browser: ---
Bug ID: 59752
   Summary: Flow: failed update (DataModelException) restoring
hidden post
   Product: MediaWiki extensions
   Version: master
  Hardware: All
   URL: http://ee-flow.wmflabs.org/w/index.php?title=User_talk
:Spage&workflow=050b03e8d3b7f00fc8b1fa163e68c4ac
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sp...@wikimedia.org
CC: ebernhard...@wikimedia.org, oke...@wikimedia.org,
pandiculat...@gmail.com, sp...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Trying to restore a hidden post on ee-flow (see URL above) after I fill in the
"Restore topic?" dialog I get an errorbox "failed update". The API response in
Firebug is

{"error":
 {"code":"internal_api_error_Flow\\Exception\\DataPersistenceException",
  "info":"Exception Caught: failed update","*":"
#0 /srv/mediawiki/extensions/Flow/includes/Data/ObjectManager.php(468):
Flow\\Data\\ObjectManager->update(Object(Flow\\Model\\PostRevision))
#1 /srv/mediawiki/extensions/Flow/includes/Data/ObjectManager.php(167):
...

and the $wgDebugLogFile contains no more information.


On my local wiki, running commit 21887747b002a1cdb904b897f2a37ff9123a63ca and
all DB patches applied, the same thing occurs, and again no useful information
(even after applying core patch gerrit 91073).  So I commented out the
try-catch block in includes/Data/ObjectManager.php's update() method, and then
I get

  "internal_api_error_Flow\Exception\DataModelException"
info
  "Exception Caught: Update not allowed on: tree_orig_user_text, rev_user_text,
rev_edit_user_text"

So the DB update to Restore thinks it's changing fields it is not expected to
change.  The moderate-topic API request doesn't change them, it is just
  {"topic":{"moderationState":"restore","reason":"A reason"}}

Oddly on both ee-flow and my local wiki, immediately before the exception, the
debug log contains for the API request contains


[cookie] session_set_cookie_params: "0", "/", "", "", "1"
LocalisationCache: using store LCStoreDB
Fully initialised
User: got user 3 from cache
Connected to database 0 at localhost
User: loading options for user 3 from override cache.
User: logged in from session
Title::getRestrictionTypes: applicable restrictions to [[User talk:Spage]] are
{edit,move}
DatabaseBase::query: Writes done: UPDATE  `flow_workflow` SET
workflow_namespace = '3',workflow_name = NULL,workflow_user_text = NULL WHERE
workflow_id = '   �ӷ� ȱ� >hĬ'
DatabaseBase::query: Writes done: UPDATE  `flow_workflow` SET
workflow_namespace = '3',workflow_name = NULL,workflow_user_text = NULL WHERE
workflow_id = '   èÓ·ð ȱú >hĬ'

Why is something blanking out some workflow's state just before restoring it.

The API response on my local wiki after removing the try catch wrapper
contains:

Flow\Exception\DataModelException : [9e23d3e5] /wiki/api.php Exception from
line 287 of
/home/spage/projects/core/extensions/Flow/includes/Data/RevisionStorage.php:
  Update not allowed on: tree_orig_user_text, rev_user_text, rev_edit_user_text

Backtrace:
#0
/home/spage/projects/core/extensions/Flow/includes/Data/ObjectManager.php(513):
Flow\Data\RevisionStorage->update(array, array) 
#1
/home/spage/projects/core/extensions/Flow/includes/Data/ObjectManager.php(468):
Flow\Data\ObjectManager->update(Flow\Model\PostRevision) 
#2
/home/spage/projects/core/extensions/Flow/includes/Data/ObjectManager.php(167):
Flow\Data\ObjectManager->put(Flow\Model\PostRevision) 
#3 /home/spage/projects/core/extensions/Flow/includes/Block/Topic.php(310):
Flow\Data\ManagerGroup->put(Flow\Model\PostRevision) 
#4 /home/spage/projects/core/extensions/Flow/includes/WorkflowLoader.php(206):
Flow\Block\TopicBlock->commit() 
#5 /home/spage/projects/core/extensions/Flow/includes/api/ApiFlow.php(59):
Flow\WorkflowLoader->commit(Flow\Model\Workflow, array) 
#6 /home/spage/projects/core/includes/api/ApiMain.php(862): ApiFlow->execute()
...

-- 
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 59752] Flow: failed update (DataModelException) restoring hidden post

2014-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59752

--- Comment #1 from Bingle  ---
The WMF core features team tracks this bug on Mingle card
https://mingle.corp.wikimedia.org/projects/flow/cards/691, but people from the
community are welcome to contribute here and in Gerrit.

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