[Bug 46042] Use of medium space throws database error

2013-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 46042] Use of medium space throws database error

2013-03-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #15 from physikerwelt phy...@ckurs.de --- Can someone confirm that it is fixed. Rendering the former page leads to the following red text for me: Falhou ao verificar gramática (Erro de sintaxe): x_{i+1} = x_i - {{f(x_i)}} \over

[Bug 46042] Use of medium space throws database error

2013-03-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #16 from pat...@pobox.com --- (In reply to comment #15) Can someone confirm that it is fixed. Apparently, yes. I cannot reproduce the database error in the example originally reported,

[Bug 46042] Use of medium space throws database error

2013-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Priority|Unprioritized |Normal -- You

[Bug 46042] Use of medium space throws database error

2013-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #11 from Andre Klapper aklap...@wikimedia.org --- The problem can also be seen on the German help page for TeX: https://de.wikipedia.org/w/index.php?title=Hilfe_Diskussion:TeXoldid=115257136 -- You are receiving this mail because:

[Bug 46042] Use of medium space throws database error

2013-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #12 from pat...@pobox.com --- (In reply to comment #11) The problem can also be seen on the German help page for TeX: https://de.wikipedia.org/w/index.php?title=Hilfe_Diskussion: TeXoldid=115257136 Apparently you just have to

[Bug 46042] Use of medium space throws database error

2013-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #13 from physikerwelt phy...@ckurs.de --- Thank you very much for your input. I can not fix the bug since, I can not reproduce it. http://wikidemo.formulasearchengine.com/wiki/DEDiskussionTex -- You are receiving this mail

[Bug 46042] Use of medium space throws database error

2013-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 Alchimista alchimist...@gmail.com changed: What|Removed |Added CC|

[Bug 46042] Use of medium space throws database error

2013-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 Chris McMahon cmcma...@wikimedia.org changed: What|Removed |Added CC|

[Bug 46042] Use of medium space throws database error

2013-03-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #7 from physikerwelt phy...@ckurs.de --- @Matthew: Do you get an error or do you see the expected output? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.

[Bug 46042] Use of medium space throws database error

2013-03-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 bugaro...@hotmail.com changed: What|Removed |Added CC||bugaro...@hotmail.com ---

[Bug 46042] Use of medium space throws database error

2013-03-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 Sam Reed (reedy) s...@reedyboy.net changed: What|Removed |Added CC||s...@reedyboy.net

[Bug 46042] Use of medium space throws database error

2013-03-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #10 from Matthew Flaschen mflasc...@wikimedia.org --- Yes, when I reproduced it, I got the error. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.

[Bug 46042] Use of medium space throws database error

2013-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #1 from Matthew Flaschen mflasc...@wikimedia.org --- It looks like some error scenario is not being handled, so the hash ends up staying null, and the code tries to write it to the database, which should not happen. Note, it

[Bug 46042] Use of medium space throws database error

2013-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #2 from Sam Reed (reedy) s...@reedyboy.net --- if ( $this-hash ) { $outmd5_sql = $dbw-encodeBlob( pack( 'H32', $this-hash ) ); } else { $outmd5_sql = null; } --

[Bug 46042] Use of medium space throws database error

2013-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #3 from physikerwelt phy...@ckurs.de --- @Sam that simply wrong. I have used for LaTeXML where I allowed for null values if no math image has been generated. But it should not appear here. If $this-hash is not set this leads to an

[Bug 46042] Use of medium space throws database error

2013-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #4 from Sam Reed (reedy) s...@reedyboy.net --- (In reply to comment #3) @Sam that simply wrong. I pasted the code that's there. Not my fault. -- You are receiving this mail because: You are the assignee for the bug. You are

[Bug 46042] Use of medium space throws database error

2013-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #5 from Matthew Flaschen mflasc...@wikimedia.org --- I can reproduce it. That obviously is the code that's there on master:

[Bug 46042] Use of medium space throws database error

2013-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46042 --- Comment #6 from physikerwelt phy...@ckurs.de --- @Sam: I didn't want to say that your are wrong. Just wanted to say that the code should not be in the master branch. -- You are receiving this mail because: You are the assignee for the