[05:01:57] hello, if I never used the project namespace before, but I want to change the variable $wgMetaNamespace (https://www.mediawiki.org/wiki/Manual:$wgMetaNamespace), will I break anything in the wiki database? [05:11:55] cloudcell: no, but any links in page text that used the old namespace will need to be updated [05:12:22] ok, great! thanks legoktm [05:12:32] note that "Project:" will always be an alias for the meta namespace [05:12:48] it's just for some reason my namespace was named Pn although I wanted to name it PN [05:13:00] and thanks for that too [05:13:30] cloudcell: actually I take that back, it can cause problems if you have pages named "PN:whatever" that would now be under the namespace [05:13:53] you should run the namespaceDupes.php script, see https://www.mediawiki.org/wiki/Manual:NamespaceDupes.php [05:14:06] thanks again [05:14:27] I have not yet managed to create any pages in that namespace, so I should be alright [07:59:10] Uhhh, why does Phan like Title::makeTitleSafe but not TitleFactory::makeTitleSafe (which just calls Title::makeTitleSafe and has the same @return doc comment)? [07:59:16] case is https://gerrit.wikimedia.org/r/c/mediawiki/extensions/CentralAuth/+/651945/ [11:51:02] if anyone used the extension "ExternalData", what does this error message mean: "Error: File name "rank.csv" is not allowed for directory ID "datafolder"." ??? [11:53:31] !e ExternalData [11:53:31] https://www.mediawiki.org/wiki/Extension:ExternalData [11:54:02] I read this page already [11:54:17] Did you set $edgDirectoryPath['ID'] = "local directory path"; ? [11:55:41] yes [11:56:55] i am modifying this example [11:56:59] https://www.irccloud.com/pastebin/VVpVW16B/ [11:58:29] and setting 'Our test results' ... like this $edgDirectoryPath['datafolder'] = '/folder/subfolder/blahblah/; [12:01:20] Looks like it should be set as: $edgDirectoryPath['Our test results'] = '/folder/subfolder/blahblah/; [12:04:25] this is how I set it... even with a single quote mark at the end of the line... [12:04:40] and the precise text of the query is as follows: [12:04:45] https://www.irccloud.com/pastebin/QWlvzW9A/ [12:05:44] oh, sorry, i think i found the error [12:10:11] I'm definitely not at my best at this hour after working the whole day.... thanks for helping [12:10:38] yw [12:10:51] the path was set wrong [12:41:51] I've got another question which I cannot figure out myself, why does the following display only the headings, and no data? [12:41:56] https://www.irccloud.com/pastebin/aiboHtzJ/ [13:14:17] problem solved, I should have used "format=CSV with header"... [13:57:56] another question: how can I make tables sorted by a selected column by default on page loading ? [13:58:20] it seems there was some module Sort that could have been used but it was deleted [13:58:36] https://www.mediawiki.org/wiki/Module:Sort [14:07:57] uhm, why not simply sort the data in advance? :p [14:14:40] probably that's what I will have to do, based on this: https://phabricator.wikimedia.org/T33332 [19:30:17] Extension:Cargo makes me sad every time I need to do anything related to DB maintenance [19:30:31] I really need to set aside some time for a thorough code review [22:59:00] Remilia: what's cargo for, and what kind of issues does it have?