[Bug 66632] Exception from line 282 of EntityHandler.php

2014-07-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66632

tobias.gritschac...@wikimedia.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||tobias.gritschacher@wikimed
   ||ia.de

-- 
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 66632] Exception from line 282 of EntityHandler.php

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

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

   What|Removed |Added

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

--- Comment #9 from Aude aude.w...@gmail.com ---
works for me. thanks!

-- 
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 66632] Exception from line 282 of EntityHandler.php

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

--- Comment #8 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Aude, can you confirm this is fixed now?

-- 
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 66632] Exception from line 282 of EntityHandler.php

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

--- Comment #7 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Should now be fixed. Better also merge
https://gerrit.wikimedia.org/r/#/c/139878/

-- 
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 66632] Exception from line 282 of EntityHandler.php

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

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

   What|Removed |Added

   Severity|normal  |critical

--- Comment #1 from Aude aude.w...@gmail.com ---
it's a blocker

-- 
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 66632] Exception from line 282 of EntityHandler.php

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

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

   What|Removed |Added

   Priority|Unprioritized   |Highest
 CC||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||u=dev c=backend p=0

-- 
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 66632] Exception from line 282 of EntityHandler.php

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

Thiemo Mättig thiemo.maet...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW
 CC||thiemo.maet...@wikimedia.de

--- Comment #2 from Thiemo Mättig thiemo.maet...@wikimedia.de ---
https://github.com/DataValues/Geo/pull/13

-- 
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 66632] Exception from line 282 of EntityHandler.php

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

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 CC||jeroen_ded...@yahoo.com

--- Comment #3 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Looks like I missed this piece of behaviour when reimplementing the
deserialization code in WikibaseInternalSerialization.

-- 
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 66632] Exception from line 282 of EntityHandler.php

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

--- Comment #4 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Apparently we have no tests for this in Wikibase...

-- 
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 66632] Exception from line 282 of EntityHandler.php

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

--- Comment #5 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Should be fixed by
https://github.com/wmde/WikibaseInternalSerialization/pull/30

Though I suspect the same oversight will have been made in DataModel
Serialization. Will check that

-- 
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 66632] Exception from line 282 of EntityHandler.php

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

--- Comment #6 from Jeroen De Dauw jeroen_ded...@yahoo.com ---
Indeed. Now also fixed with
https://github.com/wmde/WikibaseDataModelSerialization/pull/66

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