[04:55:18] I am hoping to find help [04:55:42] I had a mediawiki 8 years ago [04:56:03] the email connected to it was my school server [04:56:21] I no longer have access to that email account [04:56:28] and forgot my password [04:56:47] Are there any options in accessing the wiki? [09:45:13] Hi, I'm having trouble installing Flow in 1.25 - when the extension is enabled, MediaWiki refuses to update with this error: "Cannot redeclare class FakeMaintenance" [09:45:50] This only happens with Flow enabled. I'm using git for all extensions and mediawiki itself, so I didn't just unpack the new release over the old release [13:50:19] I'm migrating a site between servers and pages have no content, apart from when you view source [13:50:32] anyone got any suggestions? [13:53:02] ah php upgrade.php has some errors... [13:53:07] chrisc: have you upgraded mediawiki? [13:53:28] chrisc: and see https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there [13:53:50] FlorianSW: thank, no, scared to due to the number of extensions [13:54:31] this is the live site: http://wiki.crin.org/mediawiki/index.php/Special:Version [13:54:53] and the copy I'm trying to get working... https://wiki.crin1.crin.org/wiki/Special:Version [13:57:40] OK, that makes sense, MediaWiki 1.16.0 ... *sigh* [13:57:52] FlorianSW: Thanks! [16:09:26] matanya: can you help with https://sourceforge.net/p/kiwix/feature-requests/909/ ? [16:17:53] Nemo_bis: I don't understand it. Does it mean discussing on making some namespace a content namespace? I don't think such namespace exist in he.wikitionary [16:55:19] heya, why $wgDebugToolbar could not show debug panel on last revs of MediaWiki? [16:55:27] it's true on var_dump [16:56:18] eranroz: I'm not sure, thanks for replying there [16:57:30] oh, it appeared after disabling one plugin [16:58:06] "SyntaxHighlight GeSHi" could be not compatible with master rev of MediaWiki currently [17:40:13] Nebraskka: it is compatible if you're using the compatible version. [17:40:32] Nebraskka: if you're using master of MediaWiki, you should use master of SyntaxHighlight_GeSHi (and the same with all other extensions) [17:40:49] older versions will often work, but might not. [17:41:05] MatmaRex, it's true, and i tried master of both [17:41:33] looks like extention just not yet fresh enough to current master, it's ok [17:41:54] starting wiki with master branch was my mistake in the first place, so now i must suffer this strange decision [17:42:01] damn me and my wish for using VisualEditor [17:42:03] Nebraskka: Wikipedia runs almost-master of both. if it is not compatible, we'd like to hear about it :P [17:42:12] oh [17:42:57] it's ok that there is two masters? http://www.mediawiki.org/wiki/Special:ExtensionDistributor/SyntaxHighlight_GeSHi [17:43:01] there are* [17:43:13] i tried the first one, thought they are identical [17:43:40] hmm. that's unexpected [17:45:56] filed https://phabricator.wikimedia.org/T97906 [17:46:08] MatmaRex, many thanks [17:46:35] i must try this too in case of other issues i'll stuck into [17:46:49] Nebraskka: by the way, there's a testing wiki at http://en.wikipedia.beta.wmflabs.org/ which runs mostly the same configuration as English Wikipedia [17:46:54] but runs master of everything [17:47:01] woah [17:47:27] must check them here too in the first place then, thanks :) [19:04:32] Please upvote http://meta.stackexchange.com/a/254753/248268 , I'm trying to get more attention on old MediaWiki support requests :) [19:06:47] hello [19:07:01] I need a RL advice. When I add CSS using addModules() then the CSS is added in a dynamic style tag in the DOM. That means the it's fired AFTER the page is painted with the standard CSS. That's not how it's supposed to work is it? [19:07:06] how can I see a list of created pages ordered by creation time? [19:07:25] alfplayer: Special:Newpages [19:07:49] RecentChanges, NewPages and NewestPages don't go old enough [19:07:57] Subfader: ^ [19:08:17] they cut it to 3 months [19:08:31] NewPages 3 months [19:08:47] raise your RecentChanges limit or use dynamicpagelist then. [19:08:51] RecentPages even less, I think 30 days [19:09:24] Subfader: I used a big "days" parameter and it didn't do it [19:09:40] Subfader: you think dynamicpagelist can do it? [19:10:06] I'd have to try [19:10:22] it doesn't seem to be advanced functionality [19:11:16] $wgRCMaxAge? You have to wait as it grows with the new changed after you raising it. I would raise it too much since other features become slower when the RC table grows. Try https://www.mediawiki.org/wiki/Extension:DynamicPageList_(Wikimedia) [19:11:44] Try https://www.mediawiki.org/wiki/Extension:DynamicPageList_(third-party) for more features but slower code and possible mysql kills [19:13:03] ** I wouldn't raise it too much [19:13:49] I have admin access to the wiki. Is it possible to do it without the web interface? [19:14:45] (I mean, get the ordered list) [19:16:14] maybe I can go through this [19:16:17] https://www.mediawiki.org/wiki/Manual:Database_access [19:17:30] or the API [19:29:27] Subfader: what exactly do you wish to achieve with RL here? [19:30:06] codezee: I want to style Special:Search https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Ressource_Loader_advice_to_style_Special:Search_(2) [19:33:07] Subfader: does that mean that your problem is the page Special:Search gets painted with default css for a moment before the additional css is loaded? [19:33:14] yep [19:33:59] When I add the CSS in MediaWiki:Common.css everything is fine but unnecessary load on all other pages [19:34:15] Subfader: I'm not an RL expert, but I guess your solution lies in position parameter of $wgResourceModules [19:34:15] http://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader#Loading_modules [19:35:16] Subfader: details of position parameter here http://www.mediawiki.org/wiki/Manual:$wgResourceModules [19:36:08] Thanks. ** reading [20:33:26] Anyone knows what happen to the new edit tags button that was recently added to history pages? [20:33:36] i don't find it anymore [20:54:05] codezee: Doesn't seem to work. I can select to place it to the top or bottom, that's it. But not in load.php [21:06:22] Subfader: can you paste the modified code on dpaste? [21:24:03] codezee: I think it really is how RL is supposed to work: Here are the style tags when you edit a source page: http://s10.postimg.org/6ph7yui1z/capture_05022015_232211.png - You are simply not supposed to override default MW css with RL [21:32:27] eranroz: they are now only shown if there are editable change tags defined [21:32:35] https://phabricator.wikimedia.org/T97773 [21:33:21] sitic: thanks [21:50:14] Subfader: true that RL adds styles to page, but the loading should happen before the page loads, since the 'PageBeforeDisplay' hook is being used [21:50:49] Subfader: there can still be a solution from someone who knows better, and I suggest posting the problem on the talk page of RL, also [21:50:50] http://www.mediawiki.org/wiki/Talk:ResourceLoader [22:04:43] codezee See for yourserlf: http://www.mixesdb.com/db/index.php?title=Special%3ASearch&profile=advanced&search=shadow*&fulltext=Search&ns0=1&ns4=1&ns6=1&ns12=1&ns14=1&ns100=1&redirs=1&profile=advanced&cat=&type=all&q=&btn=search [22:06:55] Hmh. Now that I play with 'position' => 'top' again: It works. [22:11:09] But I don't see much advantage to $out->addStyle( 'path.to/my-no-cookie-domsin/static/sheet.css' ). I only see the disadvantage of a larger DOM