Page MenuHomePhabricator

Henryfunk
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Monday

  • Clear sailing ahead.

User Details

User Since
Nov 23 2017, 8:23 AM (364 w, 1 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Henryfunk [ Global Accounts ]

Recent Activity

Nov 9 2018

Henryfunk updated the task description for T209180: mw-collapsible not toggling label when used in div in list element.
Nov 9 2018, 10:09 PM · MediaWiki-User-Interface
Henryfunk updated the task description for T209180: mw-collapsible not toggling label when used in div in list element.
Nov 9 2018, 10:08 PM · MediaWiki-User-Interface
Henryfunk updated the task description for T209180: mw-collapsible not toggling label when used in div in list element.
Nov 9 2018, 8:33 PM · MediaWiki-User-Interface
Henryfunk created T209180: mw-collapsible not toggling label when used in div in list element.
Nov 9 2018, 8:33 PM · MediaWiki-User-Interface

Jul 7 2018

Henryfunk added a comment to T107875: Use InnoDB engine for searchindex table in MySQL.

I have changed the searchindex table on my MediaWiki-based site to InnoDB. I have not done any formal tests, but the problems I noticed with searches against the MyISAM-based table were solved. I have noted two things that may be useful for others to know if they make the same change: rebuildtextindex.php deletes two search indexes for the table and then tries to create them again in one go. With some versions of MySQL (certainly 5.7.22) this crashes the script, for only one InnoDB fulltext index can be made at a time. Another problem is that searches that include a hyphen followed by a space or a hyphen ending the search string cause a "Wikimedia\Rdbms\DBQueryError". (On MediaWiki 1.30).

Jul 7 2018, 4:08 AM · User-TheDJ, Patch-Needs-Improvement, MediaWiki-Installer, MediaWiki-Search