[01:55:55] What is the difference between BeforePageDisplay and OutputPageBeforeHTML hooks? They look very similar, except the later has tons of warnings in the docs. I take it I should be using BeforePageDisplay? I don't want the changes my extension makes saved in the wikitext. [01:56:53] finlay: what is your extension doing? [01:59:23] legoktm[NE]: replacing instances of WORD with WORD+DYNAMIC-EXTRA [02:00:58] yes regex is bad. the stackoverflow is funny. shoving the whole thing into a HTML parser on every page load isn't performant enough unfortunately. [02:02:17] finlay: OutputPageBeforeHTML looks reasonable [02:02:24] BeforePageDisplay is definitely the wrong hook [02:50:07] legoktm[NE]: thank you. [05:40:43] has anyone seen anything like https://www.mediawiki.org/w/index.php?title=Topic:Utahicbold00rrz9&topic_showPostId=uti5u2u84kr3ryu4&fromnotif=1#flow-post-uti5u2u84kr3ryu4 before? [05:40:53] they said they're running it on Windows, but PHP_OS says FreeBSD [05:48:06] well [05:48:16] maybe the server is freebsd, but the user is using windows? :P [05:48:51] does mediawiki use Lua for something? [05:49:10] ah some scribuntoengine [05:49:55] yes [05:50:10] and scribunto bundles pre-compiled binaries for windows/osx/linux, but not freebsd [05:50:21] so the error makes sense except for the fact they said they're using windows [05:51:10] https://www.mediawiki.org/wiki/Extension:Scribunto#Bundled_binaries [05:51:20] yes [05:51:32] they're probably not using windows then [05:52:02] $wgScribuntoEngineConf['luastandalone']['luaPath'] = '/path/to/binaries/lua5.1'; [05:52:05] maybe that works [05:57:44] maybe the user could try `freebsd-version` or `uname -a` [05:57:51] should not work on windows [08:47:44] � [13:03:48] Hmm I have a “File:image_name.png” page with the content #REDIRECT [[page_to_redirect_to]]. Visiting /wiki/index.php/File:File-name.png does not redirect. Does this mean something is broken or am I misunderstanding the way redirects work? Everything appears to be set up correctly according to documentation at https://www.mediawiki.org/wiki/Help:Redirects [14:16:54] Hi all. I'm experiencing some issues when upgrading to mw-1.32.0. Is this the right place to ask for help? [14:31:00] Guest69079: yes [14:34:02] zuzak: Thanks. [14:34:28] I'm currently running the update.php script, but it fails on of the migrations. [14:35:00] `maintenance/populateExternallinksIndex60.php` fails because of an SQL error [14:35:37] I think this is because we are using a PostgreSQL database and de script is using a MySQL only feature... [14:36:23] See a snippet of the log here: https://dpaste.de/O40H [14:37:18] I believe the UPDATE IGNORE is not valid postgres SQL... [14:39:00] Am I missing some postgres specific migration path/script? [14:52:12] I also create a phabricator ticket: https://phabricator.wikimedia.org/T215169 [16:12:00] * revansx[m] sent a long message: < https://matrix.org/_matrix/media/v1/download/matrix.org/kxaaFBPjxSwXEVVXTszyMJwk > [16:57:48] hello [20:10:11] @martyav posted in Real-world example for watchlist feed/watchlist token? - https://discourse-mediawiki.wmflabs.org/t/real-world-example-for-watchlist-feed-watchlist-token/1131/1 [21:56:50] hey [21:57:09] on 1.31 neither *.css pull any font [21:57:19] i tried @import font manually etc [21:57:24] nothing [21:57:26] could be an issue' [21:59:27] on mobilefrontend mobile.css wasnt being pulled [22:08:19] How do i see which 1.31 version i got [22:08:30] like its been commited changes to it [22:14:59] anything on console log? [22:15:56] nothing [23:31:09] is it just me or did Mediawiki change the default namespaces that are searched? I only get API + Skin in my searches now by default. [23:31:31] maybe I mucked my user prefs at some point, dunno. I could of sword you used to be able to find an extension by name in the search bar.