[00:12:35] Might any of you fine folk advise on (or direct to) how to set all passwords in a mw installation to temporary? (force users to change when logging in?). [00:14:03] Where in the database do I find page IDs? [00:15:30] @Joergi: https://www.mediawiki.org/wiki/Manual:Page_table#page_id [00:16:52] @theMilkMan: Sorry, I'm not sure! I [00:17:01] *I'll try to see if I can find that information [00:19:59] Thanks, cody. I LOOKS like it has something to do with $wgPasswordExpirationDays [00:21:20] but having a hard time wrapping my head around forcing everybody to change their password ONCE. (some users very rarely log in) [00:21:39] codynguyen1116: Is that really a complete list? I have huge gaps in there... [00:32:03] It seems like deleted pages no longer are stored inside the page table. [00:55:25] @theMilkMan: OK yeah its related to $wgPasswordExpirationDays and $wgPasswordExpirationGrace [00:55:56] @Joergi: Not sure, but it seems like most of the docs on mw.org are slightly outdated anyways [00:56:25] but I'll try my best to update them this week or next week depdning how much time I have [01:20:01] I'm just confused by these gaps. [01:20:07] Am I missing pages? [02:27:08] @codynguyen1116 alright, I think I got a plan. Thanks! [02:27:48] Great! Sorry I wasn't much of help heheh [02:28:02] I'll try my best if you have any other questions though! [02:58:15] Hi. [02:58:28] I'm looking for the MediaWiki page that deals with the entire bottom bar [02:58:57] Where I can add new to the part that says "Privacy policy | About {{SITENAME}} | Disclaimers" [02:59:14] Does anyone know what that page in the MediaWiki namespace is called? [03:07:56] ? [03:18:47] https://www.mediawiki.org/wiki/Manual:Footer#Add_links_to_the_footer [03:18:52] @uiquiwiki [03:21:03] surprise suprise, you'll have to code it in [03:25:43] If you need help with that, I can try to help you but I don't have too much time left so you'll have to ask someone else after I leave to go zzzz' @uiquiwiki [03:37:20] Anyone know any word on a mw.skin that could potentially replace Vector eventually, or do a UX and UI overhaul of Vector? [03:37:46] (it looked like Winter was one but it got abandoned after the main developer was inactive) [03:38:27] I'm good for now [03:38:48] http://en.cw.kat2media.org/wiki/CheatWiki:Main_Page [03:38:58] I have modified this site to be blatantly unethical :3 [03:39:45] I started messing around with Special:AllMessages [03:39:54] And the MediaWiki namespace [03:43:11] Anyway, goodnight and thanks for the help [13:13:31] morning [13:42:33] hello, in MediaWiki:Booksources I read just `ISBN-Suche` (it is a german Wiki). Should `Spezial:ISBN-Suche` be the page to edit to change the links shown by ISBN links like , for example `Spezial:ISBN-Suche/9781594200694`? [13:42:53] Or should I edit MyProject:ISBN-Suche? [15:57:27] if you go here - http://doomwiki.org/wiki/Doom_Wiki:About - and check out the mobile view, you will see that the nav template table at the bottom insists on expanding to 100% width [15:57:40] no matter how many !important width rules I throw on the element, it never stops doing this [15:58:12] I dunno what the logic is precisely on forcing all tables to do that regardless of context but it sure is a pain. [16:51:29] QuasAtWork``: i see no !important in MediaWiki:Mobile.css [17:24:27] problem is the styles were inline [17:24:38] I just moved the offending ones to Common.css so mobile view is less ugly. [17:24:44] also this is interesting: [17:24:47] Fatal error: Cannot use object of type stdClass as array in /home/doomwiki/mediawiki-1.24.1/includes/specialpage/SpecialPageFactory.php on line 281 [17:25:24] guess I should check the bugtracker for that [17:32:40] yeah seems it was fixed ages ago [17:32:56] must... upgrade... ::twitches:: [18:34:59] is there a built in way to get unique recent articles matching a search query in an rss feed out of mediawiki? action=feedrecentchanges is oriented around the edits themselves, I'd like to offer an rss feed of recent patrolled pages in a category that have been edited. [21:18:12] hmm if I change my skin to use localBasePath, relative file paths in my CSS files break. [21:18:17] is that supposed to happen? [21:19:00] I thought relative paths in CSS were supposed to be according to structure on disk [21:30:35] guess I can't do that. [21:53:08] Any reason why running composer update might remove kzykhys/pygments? It is still listed as being required in vendor/composer.json.(Never modified.)