[01:49:35] hey a;; I just install nginx/phpfpm/mediawiki on my server [01:49:44] all working great but I want to send email via sendgrid [01:49:47] how would I go about that [02:12:16] ah got it [02:17:11] how would I~ rset who I set as the admin user [02:17:17] directly from the db console [02:18:50] ah by scheme [02:18:51] got it [08:24:03] I am trying to use mediawiki vagrant. I am getting these errors. http://i.imgur.com/52Z8YE3.png. Can someone please help. [12:37:46] hey all is there a way to make pages created on my wiki follow a template [12:46:40] Alchemy: You can use a {{template}}. [13:06:52] Katie, I want tm template the entire page [13:06:58] just its structure [13:20:13] Look into templates and template substitution. [13:20:16] That may be what you want. [14:25:29] Help [14:26:42] I can't login in personal MediaWiki installation, but i can login in Wikipedia and other sites using API [14:27:41] UA31_: are you providing the correct credentials? [14:28:18] Yes, buy in API request appear NoName [14:28:41] I can login passing arguments in url [14:29:23] in URL? login should use POST, and you probably need to pass the data in POST data, not URL [14:29:35] And i can use other post request such edit [14:31:24] When I pass login data in POST data, API respond NoName [14:32:34] maybe you have a login extension like LDAP or who knows... [14:37:02] No [14:39:04] I disable all extensions [16:09:36] Hypothetically speaking, if I had enabled SSL for a mediawiki installation and all of a sudden when I hit the save button I get Secure Connection Failed [16:09:50] How incompetent was my implementation, hypothetically? [16:10:10] Also, $wgDBssl = true; is in LocalSettings.php [16:13:28] !wg DBssl [16:13:28] https://www.mediawiki.org/wiki/Manual:%24wgDBssl [16:14:02] $wgDBssl has nothing to do with browser to server communication [16:14:36] what's the Secure Connection Failed error? invalid cert? attempting to post to a non-ssl website? [16:27:01] Nemo_bis: hallo [16:30:04] Nemo_bis: there's one waiting request on https://meta.wikimedia.org/wiki/Planet_Wikimedia , I have a conflict of interest, and you know how to use Gerrit :) [16:34:57] Vulpix: It's Secure Connection Failed [16:37:04] that's not a helpful error message [16:37:54] assuming the error is thrown by the browser (and not MediaWiki itself), I'd throw away that browser [16:39:41] Vulpix: I'd agree with you except it only happens when I click save and it's not just happening to me [16:43:40] maybe the server throws a HTTP 500 error when you hit save, or it segfaults, and the HTTPS session suddently disconnects [16:44:01] looking at the server error log may give more information about this [16:44:51] segfault is more likely than a 500 error, since you should be able to see the 500 error anyway [16:54:59] .... [16:55:06] Paladox just broke all the templates on mw.o? [16:55:30] ¬¬ [16:55:44] well, at least he reverted himself. [17:24:57] Vulpix: Unfortunately there isn't an error, and the edit goes through... [17:25:06] I am developing a firm dislike of ssl [17:27:52] Only thing Firebug has to say on the matter was that it was Aborted [17:27:53] :( [17:29:27] I'm getting a lot of PHP Notice: Use of undefined constant FOO - assumed 'FOO' in /srv/wiki/mediawiki/LocalSettings.php on line 188 Foo appears to be my $wgSFSAPIKey [17:31:29] trelane`: use 'FOO' instead of FOO? [17:32:05] brb [17:49:10] hello, i am using imagemagick as my thumbnail resizer and noticed it is including local path info as image metadata. is there a way to disable this? [18:13:47] Vulpix, lol, that's from the error message, I don't think the quoting is the issue [18:14:51] trelane`: http://stackoverflow.com/questions/2941169/what-does-the-php-error-message-notice-use-of-undefined-constant-mean [18:18:53] Vulpix, that looks relevant, thanks! [18:23:35] 1 [18:27:18] I am facing the following problem with mediwiki vagrant. http://i.imgur.com/52Z8YE3.png. Can anyone please help? [18:28:00] anmol: it looks like a transient connection error to gerrit.wikimedia.org [18:28:05] anmol: could you try running 'vagrant up' again? [18:28:10] and/or 'vagrant provision' [19:50:27] !root\ [19:50:33] !root [19:50:33] There is no such key, you probably want to try: !nullpath, !rewriteproblems, [19:50:52] !nullpath [19:50:52] Don't use the example.com/Page_title URL scheme. It isn't supported by developers and WILL break in ways you can't foresee (and if it doesn't, it might break in the future). Some examples can be found at http://www.mediawiki.org/wiki/Manual:Wiki_in_site_root_directory#Reasons_why_putting_wiki_pages_in_the_root_directory_of_the_web_site_is_bad [19:52:23] Damn that is so outdated and wrong. [20:04:59] Mihau: ? [20:06:17] I can not think of a single reason why Mediawiki in a root directory would be broken or not working anymore. [20:07:10] there are several reasons there. You can really circumvent them, but that's subject to break or you may need more exceptions in the future, which is hard to maintain [20:07:33] /robots.txt /images /load.php /api.php /README etc [20:08:12] try files { ... } [20:08:42] This works perfectly on Hydra wikis without issue. [20:09:47] by "works" do you mean "I can never have a wiki page called "images"? [20:10:54] Nope, it work works. Article page: http://test.gamepedia.com/Images [20:12:05] Even a subpage: http://test.gamepedia.com/Images/SubImages [20:13:47] well, that requires some configuration that people usually don't have sufficient skills to do, etc. As everything "do it only if you know what are you doing" [20:13:56] that page is for everyone else [20:15:08] Ah, I brought it up because I noticed a few errors on the page. I can go in and fix them later. [20:16:45] improving documentation is good, thanks :) [20:17:58] Mihau: its a good rule of thumb, however any rule can be broken if you are willing to deal with the fallout [20:50:57] https://twitter.com/mdavidallen/status/630835615710486528 [20:51:05] If I get the joke...hahahahahahahahahahaha [21:56:42] MediaWiki, fresh hot MediaWiki! [21:56:46] Get it while it's hot! [21:58:44] uh oh. [21:59:06] heh, https://bugs.mediawiki.org redirects to Bugzilla, which then redirects to Phab. [22:00:55] shorturl service :) [22:05:33] What happened to the "releasing new version soon" email? :( [22:06:49] G_SabinoMullane, hmm. Looks like ostriches only sent it to wikitech-l@lists.wikimedia.org ? [22:07:11] The pre-announce? Yeah, I only sent to wikitech-l, sorry. [22:07:21] hi guys, saw the security release - when do you push the tags for the new release to git? [22:07:33] richardus: Tags will be in git shortly, working on landing all the patches. [22:07:50] godspeed [22:11:25] Patches all dancing their way through gerrit + jenkins. [22:32:13] richardus: Tags have landed for all 3 supported branches.