[08:58:17] I don't remember if we keep here people we have no contributions from https://www.mediawiki.org/w/index.php?title=Professional_development_and_consulting&diff=0&oldid=2710519 [09:05:58] Nemo_bis: does it necessarily include writing code or could it also mean setting up MediaWiki on someone's web server? [09:55:46] Nemo_bis: hmm, that's a bit scary... we used to sort of know everyone, but of course long term that's impossible... we want to avoid having every indian high scholer who read .php to list himself there :) [09:56:06] yet equal opportunity is of course also a thing... [09:59:28] "i am interested in wiki's developments and the potential of this software, i am inspired by its application as wikipedia, and so i can support implementations of any innovative ideas by you using media wiki software" [09:59:33] hmm.... [10:00:52] we could make some requirement, that per this date, we require linking to either phabricator profile and bussiness resume website or something.. but then those people just build fake resume websites.... [10:20:57] thedj: requiring a gerrit username or other repository URL would allow to manually screen the row [10:26:44] yeah, but if you just install farms.. are you likely to have a gerrit username ? [14:30:06] hi [14:30:56] i'm trying to activate "page_previews" on a fresh instance of mediawiki 1.30, but I do not find the "reading" options [14:31:00] any tips ? [15:32:40] What are "page_previews"? [15:36:16] Yaron: I think the patch is good now :) [16:02:59] ok, to answer my self question, page previews is currently only in beta version, so not available by default [16:32:21] Great. [17:06:25] <_dev> hey all, if i block a user via the SpecialPages option, and that user has watched a page, will they still get an e-mail notification when said page changes? [17:10:21] _dev: not 100% sure but my hunch is that yes, they will [17:10:48] <_dev> is there any way that i can deactivate or block a user from getting those emails? [17:11:01] <_dev> we're running a private wiki and dont want them to receive those emails after they've moved oni [17:11:05] <_dev> er, on [17:13:17] not without manipulating the database I think... [17:20:48] there's a maintenance script resetUserEmail.php [17:20:54] (since MW 1.27, apparently) [17:22:29] <_dev> cool, ill peek at that [17:22:30] <_dev> thanks [18:43:17] hey all, i am trying to add a link to a specialpage in my wiki. i can do that locally by using . But how to do the same thing so that the same code could be used for all wikis(i.e. they may have their homepage something other than index.php like 'subdirectory/index.php') [19:46:43] Hi guys! I'm trying to migrate a MediaWiki from a CentOS server to a Ubuntu (Vultr) server. But my pages are responding "Page not found" for all pages. Any ideas? [19:49:03] <_dev> ef1996: sounds like your php configuration is wrong [19:53:02] <_dev> Can I edit another user's watchlist? [19:53:10] <_dev> or is it safe for me to delete them from the `watchlist` table? [20:18:49] _dev: no you can't, but deleting it out of the watchlist table will work fine [20:20:04] <_dev> awesome, thanks legoktm [20:32:09] I'm trying to get the changes on gerrit.wikimedia.org using REST - https://gerrit.wikimedia.org/changes/?q=status:open [20:32:20] the response is the changes endpoint does not exist [20:32:34] but gerrit doc says so - https://dev.vaadin.com/review/Documentation/rest-api-changes.html#list-changes [20:32:39] is there anything wrong? [20:34:18] codezee: missing /r/ https://gerrit.wikimedia.org/r/changes/?q=status:open [20:34:47] codezee: also you should use https://gerrit.wikimedia.org/r/Documentation/index.html which is the documentation for the specific version of Gerrit we have installed [20:35:27] legoktm: thanks! i was not aware of version specific documentation :) [20:48:35] _dev let me see [22:29:37] I am trying to figure out a MediaWiki. Apparently the Database class deadlockLoop() causes a common transactional error that is fixed by switching to startAtomic and endAtomic. Is there a way around this? https://hastebin.com/uqeyiyunuh.pas [22:30:47] *MediaWiki bug. [22:32:17] Nevermind, that is an error caused by a custom code change.