[MediaWiki-commits] [Gerrit] Fix reference to hash2md5 - change (mediawiki...MathSearch)

2015-03-17 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged. Change subject: Fix reference to hash2md5 .. Fix reference to hash2md5 While the private method in MathRenderer is called 'dbHash2md5' the public method in MathObject

[MediaWiki-commits] [Gerrit] Update to new hook - change (mediawiki...MathSearch)

2015-03-17 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197429 Change subject: Update to new hook .. Update to new hook MathFormulaRendered was replaced by MathFormulaPostRender in

[MediaWiki-commits] [Gerrit] Fix problems with basex search support - change (mediawiki...MathSearch)

2015-03-17 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197405 Change subject: Fix problems with basex search support .. Fix problems with basex search support Change-Id:

[MediaWiki-commits] [Gerrit] Fix problems with the Search interface - change (mediawiki...MathSearch)

2015-03-17 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged. Change subject: Fix problems with the Search interface .. Fix problems with the Search interface * Re-Enable support for HTTP-GET parameters * Create 4 input buttons as

[MediaWiki-commits] [Gerrit] Revert Export the MathCache table - change (mediawiki...Math)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197265 Change subject: Revert Export the MathCache table .. Revert Export the MathCache table This reverts commit

[MediaWiki-commits] [Gerrit] Export the MathCache table - change (mediawiki...MathSearch)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197266 Change subject: Export the MathCache table .. Export the MathCache table This is required for testing of texvcjs. Change-Id:

[MediaWiki-commits] [Gerrit] Fix reference to hash2md5 - change (mediawiki...MathSearch)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197267 Change subject: Fix reference to hash2md5 .. Fix reference to hash2md5 While the private method in MathRenderer is called 'dbHash2md5'

[MediaWiki-commits] [Gerrit] Reduce log output size - change (mediawiki...Math)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197123 Change subject: Reduce log output size .. Reduce log output size * The Math extension creates a log of debug output, this slows down

[MediaWiki-commits] [Gerrit] Update to PSR-3 logging - change (mediawiki...Math)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197229 Change subject: Update to PSR-3 logging .. Update to PSR-3 logging Change-Id: I8b61cec606e75a3cf2143b1fa54e5dff2cfa3c7f --- M

[MediaWiki-commits] [Gerrit] WIP: highlight - change (mediawiki...MathSearch)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197243 Change subject: WIP: highlight .. WIP: highlight Change-Id: I0b496b0298c212c20a301437444b4ce1c01cac19 --- M MathQueryObject.php M

[MediaWiki-commits] [Gerrit] Reduce log output size - change (mediawiki...Math)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197228 Change subject: Reduce log output size .. Reduce log output size * The Math extension creates a log of debug output, this slows down

[MediaWiki-commits] [Gerrit] WIP: Support regular action purge - change (mediawiki...Math)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197242 Change subject: WIP: Support regular action purge .. WIP: Support regular action purge Maybe the purge hook can be used It needs to be

[MediaWiki-commits] [Gerrit] Update to PSR-3 logging - change (mediawiki...Math)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197217 Change subject: Update to PSR-3 logging .. Update to PSR-3 logging Change-Id: I8b61cec606e75a3cf2143b1fa54e5dff2cfa3c7f --- M

[MediaWiki-commits] [Gerrit] New hook MathFormulaPostRender (replaces MathFormulaRendered) - change (mediawiki...Math)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197232 Change subject: New hook MathFormulaPostRender (replaces MathFormulaRendered) .. New hook MathFormulaPostRender (replaces

[MediaWiki-commits] [Gerrit] Export the MathCache table - change (mediawiki...Math)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197237 Change subject: Export the MathCache table .. Export the MathCache table This is required for testing of texvcjs. Change-Id:

[MediaWiki-commits] [Gerrit] Disable overwriting of the fallback image - change (mediawiki...Math)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197239 Change subject: Disable overwriting of the fallback image .. Disable overwriting of the fallback image The style information for the

[MediaWiki-commits] [Gerrit] Move integration tests to a new special page - change (mediawiki...Math)

2015-03-16 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/197238 Change subject: Move integration tests to a new special page .. Move integration tests to a new special page The integration tests

[MediaWiki-commits] [Gerrit] Add extension.json - change (mediawiki...MathSearch)

2015-03-15 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/196886 Change subject: Add extension.json .. Add extension.json Bug: T92762 Change-Id: I41e6eabfcbd8c04bf6e3dcce22d67441bef34f4c --- A

[MediaWiki-commits] [Gerrit] Remove API from MathSearch - change (mediawiki...MathSearch)

2015-03-15 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/196888 Change subject: Remove API from MathSearch .. Remove API from MathSearch The API function has been deleted, but was not completely

[MediaWiki-commits] [Gerrit] Fix bad foreign key constraints - change (mediawiki...MathSearch)

2015-02-27 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/193375 Change subject: Fix bad foreign key constraints .. Fix bad foreign key constraints Change-Id: I2233ca99c14d61d84237ad3fab356d00c593c7af

[MediaWiki-commits] [Gerrit] Add user interface messages for new search interface - change (mediawiki...MathSearch)

2015-02-27 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/193383 Change subject: Add user interface messages for new search interface .. Add user interface messages for new search interface Change-Id:

[MediaWiki-commits] [Gerrit] Fix Export MathWebSearch Dump - change (mediawiki...MathSearch)

2015-02-27 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/193431 Change subject: Fix Export MathWebSearch Dump .. Fix Export MathWebSearch Dump * bad quotes * create missing directory automatically

[MediaWiki-commits] [Gerrit] Add user interface messages for new search interface - change (mediawiki...MathSearch)

2015-02-27 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged. Change subject: Add user interface messages for new search interface .. Add user interface messages for new search interface Change-Id:

[MediaWiki-commits] [Gerrit] Remove ibm driver install script - change (mediawiki...MathSearch)

2015-02-27 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/193432 Change subject: Remove ibm driver install script .. Remove ibm driver install script Change-Id:

[MediaWiki-commits] [Gerrit] Fix foreign key constraint in mathindex - change (mediawiki...MathSearch)

2015-02-27 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/193487 Change subject: Fix foreign key constraint in mathindex .. Fix foreign key constraint in mathindex Change-Id:

[MediaWiki-commits] [Gerrit] Avoid access to array key that does not exist - change (mediawiki/core)

2015-02-27 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/193493 Change subject: Avoid access to array key that does not exist .. Avoid access to array key that does not exist Accessing an array

[MediaWiki-commits] [Gerrit] Avoid access to array key that does not exist - change (mediawiki/core)

2015-02-27 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/193506 Change subject: Avoid access to array key that does not exist .. Avoid access to array key that does not exist Accessing an array

[MediaWiki-commits] [Gerrit] Replace pageIds by revisionIds - change (mediawiki...MathSearch)

2015-02-26 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/193101 Change subject: Replace pageIds by revisionIds .. Replace pageIds by revisionIds Change-Id: I1515abf2a01ec0153bb67cf00ec72cc56ca82142

[MediaWiki-commits] [Gerrit] Remove deprecated DB2 and XQuery support - change (mediawiki...MathSearch)

2015-02-26 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/193103 Change subject: Remove deprecated DB2 and XQuery support .. Remove deprecated DB2 and XQuery support * README is completely outdated

[MediaWiki-commits] [Gerrit] Ignore missing SVG attribute - change (mediawiki...Math)

2015-02-25 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/192867 Change subject: Ignore missing SVG attribute .. Ignore missing SVG attribute In some cases the SVG property of the mathoid JSON result

[MediaWiki-commits] [Gerrit] Merge recent changes from master - change (mediawiki...Math)

2015-02-25 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/192863 Change subject: Merge recent changes from master .. Merge recent changes from master conflicts: Math.alias.php

[MediaWiki-commits] [Gerrit] Merge recent changes from master - change (mediawiki...Math)

2015-02-25 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged. Change subject: Merge recent changes from master .. Merge recent changes from master conflicts: Math.alias.php Math.hooks.php MathMathML.php

[MediaWiki-commits] [Gerrit] Add page_restrictions to readlock in lockSearchindex - change (mediawiki/core)

2015-02-24 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/192710 Change subject: Add page_restrictions to readlock in lockSearchindex .. Add page_restrictions to readlock in lockSearchindex Bug:

[MediaWiki-commits] [Gerrit] Move special page MathSearch - change (mediawiki...MathSearch)

2015-02-23 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/192351 Change subject: Move special page MathSearch .. Move special page MathSearch * avoid too many pages in the root folder Change-Id:

[MediaWiki-commits] [Gerrit] Fix: FormulaInfo messes up revision and page id - change (mediawiki...MathSearch)

2015-02-12 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/190225 Change subject: Fix: FormulaInfo messes up revision and page id .. Fix: FormulaInfo messes up revision and page id Change-Id:

[MediaWiki-commits] [Gerrit] Force Re-Rendering for empty svg images - change (mediawiki...MathSearch)

2015-02-12 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/190222 Change subject: Force Re-Rendering for empty svg images .. Force Re-Rendering for empty svg images Change-Id:

[MediaWiki-commits] [Gerrit] Remove unused permission MathDebug - change (mediawiki...MathSearch)

2015-02-11 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189968 Change subject: Remove unused permission MathDebug .. Remove unused permission MathDebug Bug: T89237 Change-Id:

[MediaWiki-commits] [Gerrit] FormulaInfo: Update variable statistics on the fly - change (mediawiki...MathSearch)

2015-02-11 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged. Change subject: FormulaInfo: Update variable statistics on the fly .. FormulaInfo: Update variable statistics on the fly Change-Id:

[MediaWiki-commits] [Gerrit] Display information for individual topics - change (mediawiki...MathSearch)

2015-02-11 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged. Change subject: Display information for individual topics .. Display information for individual topics Change-Id: Ic7be7f6a3a4cf77376826f97b087b7b0491b3947 --- M

[MediaWiki-commits] [Gerrit] Force re-rendering - change (mediawiki...MathSearch)

2015-02-11 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged. Change subject: Force re-rendering .. Force re-rendering * Add foreign key for mathindex * Add parameter to force re-rendering Change-Id:

[MediaWiki-commits] [Gerrit] Display information regarding individual topics - change (mediawiki...MathSearch)

2015-02-10 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189778 Change subject: Display information regarding individual topics .. Display information regarding individual topics Change-Id:

[MediaWiki-commits] [Gerrit] Forve re-rendering - change (mediawiki...MathSearch)

2015-02-10 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189777 Change subject: Forve re-rendering .. Forve re-rendering * Add foreign key for mathindex * Add parameter to force re-rendering

[MediaWiki-commits] [Gerrit] FormulaInfo: Update variable statistics on the fly - change (mediawiki...MathSearch)

2015-02-09 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189442 Change subject: FormulaInfo: Update variable statistics on the fly .. FormulaInfo: Update variable statistics on the fly Change-Id:

[MediaWiki-commits] [Gerrit] Support regular action purge - change (mediawiki...Math)

2015-02-09 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189448 Change subject: Support regular action purge .. Support regular action purge Maybe the purge hook can be used It needs to be proven

[MediaWiki-commits] [Gerrit] Show all possible renderings on the formula info page - change (mediawiki...MathSearch)

2015-02-09 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189435 Change subject: Show all possible renderings on the formula info page .. Show all possible renderings on the formula info page

[MediaWiki-commits] [Gerrit] Move debug integration test to special-page - change (mediawiki...Math)

2015-02-09 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189437 Change subject: Move debug integration test to special-page .. Move debug integration test to special-page Since all other LaTexML

[MediaWiki-commits] [Gerrit] Adjust gitreview file of debug branch - change (mediawiki...Math)

2015-02-08 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged. Change subject: Adjust gitreview file of debug branch .. Adjust gitreview file of debug branch Change-Id: Id5ee5684d216095b40be0f2a105e271b91830268 --- M .gitreview 1

[MediaWiki-commits] [Gerrit] Increase visibility of MathMathML::getFallbackImage() - change (mediawiki...Math)

2015-02-08 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189353 Change subject: Increase visibility of MathMathML::getFallbackImage() .. Increase visibility of MathMathML::getFallbackImage() *

[MediaWiki-commits] [Gerrit] Move integration tests to a new special page - change (mediawiki...Math)

2015-02-08 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189355 Change subject: Move integration tests to a new special page .. Move integration tests to a new special page The integration tests

[MediaWiki-commits] [Gerrit] Update hook to new extension registration mechanism - change (mediawiki...Math)

2015-02-08 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189348 Change subject: Update hook to new extension registration mechanism .. Update hook to new extension registration mechanism * Use

[MediaWiki-commits] [Gerrit] Adjust gitreview file of debug branch - change (mediawiki...Math)

2015-02-08 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189349 Change subject: Adjust gitreview file of debug branch .. Adjust gitreview file of debug branch Change-Id:

[MediaWiki-commits] [Gerrit] Update hook to new extension registration mechanism - change (mediawiki...Math)

2015-02-08 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189351 Change subject: Update hook to new extension registration mechanism .. Update hook to new extension registration mechanism * Use

[MediaWiki-commits] [Gerrit] Improve FormulaInfo page - change (mediawiki...MathSearch)

2015-02-08 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189414 Change subject: Improve FormulaInfo page .. Improve FormulaInfo page * Display only current revisions Change-Id:

[MediaWiki-commits] [Gerrit] Move debug integration test to special-page - change (mediawiki...Math)

2015-02-08 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189356 Change subject: Move debug integration test to special-page .. Move debug integration test to special-page Since all other LaTexML

[MediaWiki-commits] [Gerrit] AssertContains must accept equals as well - change (mediawiki...Math)

2015-02-08 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189362 Change subject: AssertContains must accept equals as well .. AssertContains must accept equals as well Change-Id:

[MediaWiki-commits] [Gerrit] Add Hook MathSearchGenerateAnchorString - change (mediawiki...MathSearch)

2015-02-08 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189413 Change subject: Add Hook MathSearchGenerateAnchorString .. Add Hook MathSearchGenerateAnchorString * Allows for customization of

[MediaWiki-commits] [Gerrit] Add special-page to display topics and mquery tag - change (mediawiki...MathSearch)

2015-02-07 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/189233 Change subject: Add special-page to display topics and mquery tag .. Add special-page to display topics and mquery tag * Adds a the

[MediaWiki-commits] [Gerrit] Seed assessment script - change (mediawiki...MathSearch)

2015-02-05 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/188842 Change subject: Seed assessment script .. Seed assessment script * Automatically assesses the known good results w.r.t formula and

[MediaWiki-commits] [Gerrit] Fix preview of MathRendering - change (mediawiki...MathSearch)

2015-02-04 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/188571 Change subject: Fix preview of MathRendering .. Fix preview of MathRendering The FormulaInfo page did not render the fallback images

[MediaWiki-commits] [Gerrit] Left align MathML preview - change (mediawiki...MathSearch)

2015-02-04 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/188582 Change subject: Left align MathML preview .. Left align MathML preview Change-Id: Id3264f1dc33f6d3f9523546eca5dbded7d69230a --- M

[MediaWiki-commits] [Gerrit] Increase visibility of MathMathML::getFallbackImage() - change (mediawiki...Math)

2015-02-04 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/188540 Change subject: Increase visibility of MathMathML::getFallbackImage() .. Increase visibility of MathMathML::getFallbackImage() *

[MediaWiki-commits] [Gerrit] Fix type in directory name - change (mediawiki...MathSearch)

2015-02-04 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/188555 Change subject: Fix type in directory name .. Fix type in directory name Change-Id: Ic71b2a8b618df5798ba77fbf68a81e9264a261ef --- R

[MediaWiki-commits] [Gerrit] Evaluation script for NTCIR 11 Math Wikipedia Task - change (mediawiki...MathSearch)

2015-02-03 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/188382 Change subject: Evaluation script for NTCIR 11 Math Wikipedia Task .. Evaluation script for NTCIR 11 Math Wikipedia Task * Step 2

[MediaWiki-commits] [Gerrit] Evaluation script for NTCIR 11 Math Wikipedia Task - change (mediawiki...MathSearch)

2015-02-03 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/188392 Change subject: Evaluation script for NTCIR 11 Math Wikipedia Task .. Evaluation script for NTCIR 11 Math Wikipedia Task * Step 2

[MediaWiki-commits] [Gerrit] WIP: DO NOT SUBMIT (Extension registration) - change (mediawiki...Math)

2015-01-29 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/187654 Change subject: WIP: DO NOT SUBMIT (Extension registration) .. WIP: DO NOT SUBMIT (Extension registration) This change is as support

[MediaWiki-commits] [Gerrit] Update BaseX search to new rest interface - change (mediawiki...MathSearch)

2015-01-26 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/186748 Change subject: Update BaseX search to new rest interface .. Update BaseX search to new rest interface Change-Id:

[MediaWiki-commits] [Gerrit] Reformat maintenance scripts - change (mediawiki...MathSearch)

2015-01-25 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/186633 Change subject: Reformat maintenance scripts .. Reformat maintenance scripts Change-Id: I39cc729f79b7045e712b4079d8497d065dc5fdad --- M

[MediaWiki-commits] [Gerrit] Replace useless double-quotes with single-quotes - change (mediawiki...MathSearch)

2015-01-25 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/186634 Change subject: Replace useless double-quotes with single-quotes .. Replace useless double-quotes with single-quotes Change-Id:

[MediaWiki-commits] [Gerrit] Add links in a span and not in a div - change (mediawiki...MathSearch)

2015-01-25 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/186632 Change subject: Add links in a span and not in a div .. Add links in a span and not in a div otherwise every formula is printed to a

[MediaWiki-commits] [Gerrit] Fix problems in MWS search mode - change (mediawiki...MathSearch)

2015-01-24 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/186589 Change subject: Fix problems in MWS search mode .. Fix problems in MWS search mode * improve error handling * rename pageID -

[MediaWiki-commits] [Gerrit] Move integration tests to a new special page - change (mediawiki...Math)

2015-01-24 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/186581 Change subject: Move integration tests to a new special page .. Move integration tests to a new special page The integration tests

[MediaWiki-commits] [Gerrit] Ignore missing SVG attribute - change (mediawiki...Math)

2015-01-24 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/186587 Change subject: Ignore missing SVG attribute .. Ignore missing SVG attribute In some cases the SVG property of the mathoid JSON result

[MediaWiki-commits] [Gerrit] Add link to MinMathSearchInterface - change (mediawiki...MathSearch)

2015-01-20 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/185974 Change subject: Add link to MinMathSearchInterface .. Add link to MinMathSearchInterface * The experiemental minMathSearchInterface can

[MediaWiki-commits] [Gerrit] Remove workaround for missing dependence to Extension:Math - change (mediawiki...MathSearch)

2015-01-18 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/185675 Change subject: Remove workaround for missing dependence to Extension:Math .. Remove workaround for missing dependence to Extension:Math

[MediaWiki-commits] [Gerrit] Improve performance of UpdateMath.php - change (mediawiki...MathSearch)

2015-01-18 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/185676 Change subject: Improve performance of UpdateMath.php .. Improve performance of UpdateMath.php * Speed up hook * Skip MathML

[MediaWiki-commits] [Gerrit] Rename rename mathindex_page_id - change (mediawiki...MathSearch)

2015-01-17 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/185637 Change subject: Rename rename mathindex_page_id .. Rename rename mathindex_page_id * The new name is mathindex_revision_id !

[MediaWiki-commits] [Gerrit] Update LaTeXML test - change (mediawiki...Math)

2015-01-15 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/185143 Change subject: Update LaTeXML test .. Update LaTeXML test * The LaTeXML server was updated. In the new version unneccary id's have

[MediaWiki-commits] [Gerrit] MWException - Exception - change (mediawiki...Math)

2015-01-10 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged. Change subject: MWException - Exception .. MWException - Exception Change-Id: I18da1baeb70387b96e30811a049185a264dec26d --- M Math.alias.php M Math.hooks.php M

[MediaWiki-commits] [Gerrit] Update MathParser tests - change (mediawiki...Math)

2015-01-10 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/184124 Change subject: Update MathParser tests .. Update MathParser tests In the most recent version of ubuntu14 the outputhash of the png

[MediaWiki-commits] [Gerrit] Add dependency to mediawiki.toolbar - change (mediawiki...Math)

2015-01-10 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/184127 Change subject: Add dependency to mediawiki.toolbar .. Add dependency to mediawiki.toolbar It seems that ext.math.editbutton.enabler

[MediaWiki-commits] [Gerrit] Add dependency to texlive-generic-extra - change (mediawiki/vagrant)

2015-01-10 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/184123 Change subject: Add dependency to texlive-generic-extra .. Add dependency to texlive-generic-extra Without iftex some commands from

[MediaWiki-commits] [Gerrit] Load the VisualEditor early - change (mediawiki/vagrant)

2015-01-10 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/184144 Change subject: Load the VisualEditor early .. Load the VisualEditor early Similar to BetaFeatures VisualEditor needs to be loaded

[MediaWiki-commits] [Gerrit] Add dependency for MathSearch extension - change (integration/config)

2015-01-09 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/183867 Change subject: Add dependency for MathSearch extension .. Add dependency for MathSearch extension The MathSearch extension depends on

[MediaWiki-commits] [Gerrit] JENKINS TESTJOB DO NOT SUBMIT - change (mediawiki...Math)

2015-01-09 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/183863 Change subject: JENKINS TESTJOB DO NOT SUBMIT .. JENKINS TESTJOB DO NOT SUBMIT T86309 Change-Id:

[MediaWiki-commits] [Gerrit] Improve mathindex table - change (mediawiki...MathSearch)

2015-01-03 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/182587 Change subject: Improve mathindex table .. Improve mathindex table * Add foreign key * Rename page_id to revision_id since the column

[MediaWiki-commits] [Gerrit] Evaluation script for NTCIR 11 Math Wikipedia Task - change (mediawiki...MathSearch)

2015-01-03 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/182589 Change subject: Evaluation script for NTCIR 11 Math Wikipedia Task .. Evaluation script for NTCIR 11 Math Wikipedia Task * Step 1 used

[MediaWiki-commits] [Gerrit] Improve query generation - change (mediawiki...MathSearch)

2015-01-03 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/182588 Change subject: Improve query generation .. Improve query generation Change-Id: I845183d59a9114d9f78c6d3cd58693be826bb06f --- M

[MediaWiki-commits] [Gerrit] Add MathSearchUtils class - change (mediawiki...MathSearch)

2015-01-03 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/182584 Change subject: Add MathSearchUtils class .. Add MathSearchUtils class * ability to convert mysql result sets to wiki tables

[MediaWiki-commits] [Gerrit] Improve layout of reference table - change (mediawiki...MathSearch)

2015-01-03 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/182583 Change subject: Improve layout of reference table .. Improve layout of reference table Change-Id:

[MediaWiki-commits] [Gerrit] Fix: ImportCsv::execute did not commit changes - change (mediawiki...MathSearch)

2014-12-29 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/182060 Change subject: Fix: ImportCsv::execute did not commit changes .. Fix: ImportCsv::execute did not commit changes Change-Id:

[MediaWiki-commits] [Gerrit] Remove outdated XML topic generation option - change (mediawiki...MathSearch)

2014-12-28 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/181972 Change subject: Remove outdated XML topic generation option .. Remove outdated XML topic generation option Change-Id:

[MediaWiki-commits] [Gerrit] Separate result import from UI - change (mediawiki...MathSearch)

2014-12-28 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/181973 Change subject: Separate result import from UI .. Separate result import from UI Step 1: Duplicate Core functionality to new Class

[MediaWiki-commits] [Gerrit] Seperate ResultSubmission from UI - change (mediawiki...MathSearch)

2014-12-28 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/181986 Change subject: Seperate ResultSubmission from UI .. Seperate ResultSubmission from UI Step 2: Use ImportCsv class for logic of the

[MediaWiki-commits] [Gerrit] Add batch import scripts for admins - change (mediawiki...MathSearch)

2014-12-28 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/181995 Change subject: Add batch import scripts for admins .. Add batch import scripts for admins Change-Id:

[MediaWiki-commits] [Gerrit] Add option for admis to export all submissions - change (mediawiki...MathSearch)

2014-12-28 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/182036 Change subject: Add option for admis to export all submissions .. Add option for admis to export all submissions Change-Id:

[MediaWiki-commits] [Gerrit] Remove curId column from math_wmc_ref table - change (mediawiki...MathSearch)

2014-12-20 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/181263 Change subject: Remove curId column from math_wmc_ref table .. Remove curId column from math_wmc_ref table The curId column is no

[MediaWiki-commits] [Gerrit] Remove curId column from math_wmc_ref table - change (mediawiki...MathSearch)

2014-12-20 Thread Physikerwelt (Code Review)
Physikerwelt has submitted this change and it was merged. Change subject: Remove curId column from math_wmc_ref table .. Remove curId column from math_wmc_ref table The curId column is no longer needed, and causes nothing but

[MediaWiki-commits] [Gerrit] Add option to disable MathSearch submissions - change (mediawiki...MathSearch)

2014-12-11 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/179406 Change subject: Add option to disable MathSearch submissions .. Add option to disable MathSearch submissions Change-Id:

[MediaWiki-commits] [Gerrit] Fix Specialpage Formulainfo - change (mediawiki...MathSearch)

2014-12-10 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/179070 Change subject: Fix Specialpage Formulainfo .. Fix Specialpage Formulainfo $pid was used but was never calculated. Change-Id:

[MediaWiki-commits] [Gerrit] BaseX: Handle outdated index - change (mediawiki...MathSearch)

2014-12-10 Thread Physikerwelt (Code Review)
Physikerwelt has uploaded a new change for review. https://gerrit.wikimedia.org/r/178980 Change subject: BaseX: Handle outdated index .. BaseX: Handle outdated index Prints a warning to the debug log, if elements from the

<    1   2   3   4   5   6   7   8   9   10   >