[01:42:36] can i create ttmserver index manually in elasticsearch? [02:03:32] hmm I have found something interesting. We had a large number of images that were being assigned a category through a template. That category was removed from the template recently, but the images still appear in the category. [02:03:53] so far the only way I've found to make them stop appearing there is to edit the File namespace article [02:04:11] hoping there's a better option, maybe a maintenance script or a param? action=purge didn't help. [02:05:13] here's an example though -> http://doomwiki.org/wiki/File:Ksutra_MAP04_map.png [02:05:23] as you can see this file is not in Category:Images with unknown source [02:05:32] but if I go to that category, it still appears there. [06:13:55] https://meta.wikimedia.org/w/index.php?title=User_talk:This_is_unknown_db_to_me,_if_you_don%27t_like_that,_blame_petan_on_freenode&action=history [06:13:58] petan: :-) [06:49:30] I am trying to replicate translation search service with elasticsearch. All setup is done and bootstrap srcipts have created content and general indices [06:49:53] but while searching with any query [06:50:44] it throws "IndexMissingException[ttmserver missing]" [06:51:18] There is no index being created for "ttmserver" [06:52:22] The error is thrown from ElasticSearchTTMServer.php on "return $this->getType()->getIndex()->search( $query );" [07:51:27] Nemo_bis: Hello [08:14:47] hello [08:15:23] can someone help me with this ticket? https://phabricator.wikimedia.org/T91316 [08:15:56] i made a stubid hack to have it running on my system, but i would prefer a better solution. [08:16:11] s/b/p/g [08:16:59] problem was showing up in 1.24.1 [09:22:58] hi [09:25:41] i am using a selfmade auth plugin for some years now. it stopped registering users somehow, i.e. new users dont get copied to the mediawiki usertable. does anyone know where the code is located that should do this? [12:23:41] which class to look at to find rendering of h1 (page title)? [12:46:46] i have mediawiki 1.23.8 and visualeditor. visualeditor works. i can edit and save. but i can not insert images and it does not display images. any idea? [12:47:17] even existing images are not shown in the visualeditor. it does not find them. [14:09:22] Danny_B: I think it's id="firstHeading" [14:23:45] RoanKattouw: i meant php class. found it in the meantime. thanks anyway... [14:28:44] what provides MWLoggerFactory? [14:33:40] never mind [14:34:58] hmm, updated vendor repo and still missing MWLoggerFactory [21:14:41] Hi, I have question about social bookmarking. I want to add social network buttons to my website and I already found a lot of extensions for that. But I also want to respect my visitors privacy and therefore I felt in love with the concept of Social Share Privacy - https://panzi.github.io/SocialSharePrivacy/ (button is activated on click => not tracking all visitors). Is there some easy way how to implement this in Mediawiki? [21:14:50] (the code needs to be inserted into header and footer) [21:16:16] anyone ever see the Preview botton at the bottom of a page not work? [21:17:04] the Preview in the Editor at the top of the page works, but the bottom Preview causes the site to load forever [21:22:00] wmat: I only see one preview button on the entire page, not two... maybe that's the problem [21:24:36] Hi Guys, I am working on a patch for which I have to add some error messages to i18n/en.json file. Since the error messages are generated dynamically, I need to change the message on run-time. I would like to what is the need of [[ and ]] tag. Eg. [[$1]]. [21:25:02] Why do we need to put square brackets around $1 [21:25:28] Vulpix: thx, but I think the problem is due to some internal firewall changes that were just made :( [21:26:52] abhishek: square brackets generate an internal link to a page of the wiki. If your $1 variable doesn't pretend to be a link, you probably don't want to put square brackets around it [21:26:53] abhishek: [[]] creates a link [21:26:58] Vulpix: we're using the WikiEditor extension, hance the top and bottom Previews [21:27:02] How do you no know this? [21:29:50] Hi, I have mediawiki running on vagrant. When I create a new account and try to authenticate email address, I get this error : "Unknown error in PHP's mail() function. [21:29:50] " [21:30:19] Is this a known bug? or is it an anomaly in my installation? [21:30:27] thanks.. and what to do if i want "http://google.com" not be a link. Eg. i have an error message saying "Found element href="http://google.com", it gives a link to google that is not required. What should be done in this case? [21:30:39] ankita-ks: https://www.mediawiki.org/wiki/Manual:$wgSMTP#Error_sending_mail:_Unknown_error_in_PHP.27s_mail.28.29_function_Mediawiki [21:41:36] I have a Wiki and my MediaWiki:Common.css file isn't loading. [21:42:52] Can somebody help me? [21:43:01] drmf.wmflabs.org [21:44:33] Howie_: well, it won't make any difference since http://drmf.wmflabs.org/wiki/MediaWiki:Common.css is empty [21:45:08] omg [21:45:49] (and that's actually intentional, there is no request to load the custom site CSS if the page doesn't exist) [21:47:15] Is there a way to reset the Admin password from the command line? [21:48:03] Howie_: https://www.mediawiki.org/wiki/Manual:ChangePassword.php [22:13:38] thanks! that worked great [22:21:09] I have a MediaWiki instance which acts like many of the pages are not there (the links are red) Is there some script I can run to make these blue? [22:21:18] (if they are there) [22:21:53] Howie: running just update.php should fix this, since it purges all kinds of caches [22:22:58] I try that and it says Error: your composer.lock file is not up to date, run "composer update" to install newer dependencies [22:24:07] have you tried composer update? [22:24:29] Composer could not find a composer.json file in /srv/vagrant/mediawiki/maintenance To initialize a project, please create a composer.json file as described in the http://getcomposer.org/ "Getting Started" section [22:29:07] Howie, refreshLinks.php ? [22:31:36] Howie: hmm. perhaps you need to cd .. && php maintenance/update.php? (from the root directory) [22:31:50] but that sounds like a bug in the composer check thing. (cc legoktm) [22:32:02] hi [22:32:27] Howie: so, you should run "composer update" in the main mediawiki directory, not maintenance [22:32:43] (oh, i misread) [22:32:56] ah [22:33:31] if you want to run update.php without the composer checking (which you should only do if you actually know what you're doing :P) you can pass --skip-external-dependencies to update.php [22:34:22] ok I did that and th elinks are still red [22:34:31] (but it ran without errors) [22:35:39] oh wait, [22:35:45] the files might not be there. :( [22:35:56] pages [23:16:38] Hello. Does anyone know of any built-in (parser) function or an existing template to get the link or text from a given wiki link? e.g. [[page name|text used]] -> text used [23:56:52] Hello, I am interested in contributing to this org, Kindly guide me through how to proceed.