[01:38:21] Hi, I have some questions about the DPL manual [01:42:13] Is there wikitext for the DPL manual that I can add to my wiki? [01:43:16] Uh! [01:43:25] Which DPL version? [01:43:55] Latest I guess [01:44:27] 3.1.1 on my site [01:45:21] I work on DPL3. The current manual is available here: https://help.gamepedia.com/DPL:Manual If you wanted a local copy you could export the pages here: https://help.gamepedia.com/Special:Export Add the DPL category to get all of them. [01:45:47] Probably check "Include Templates" just to be sure. [01:46:31] So gamepedia has the latest manual? [01:46:55] Would this suffice? http://followthescore.org/dpldemo/index.php?title=DPL:Manual [01:47:13] That manual is for the older DPL version 2. [01:47:18] Did that much change between 2 and 3? [01:47:39] Not much, but standards were tightened up and things made more consistent. [01:47:55] Thanks, I'll try exporting [01:48:32] The main difference is all the back end code was heavily overhauled. So expected functionality may not work as expected even if I tried to make it work as expected. :D [01:49:15] What I like on the FollowTheScore manual is the charts and navigation. Gamepedia doesn't seem to have that [01:50:06] Also, are 3.1.1 and 3.3.2 much different? [01:50:28] Lots of bug fixes, improvements, and such. The change log is here: https://gitlab.com/hydrawiki/extensions/DynamicPageList/tags [01:50:48] 3.2.0 is the minimum needed for MediaWiki 1.31. [01:51:05] Funny I still have 3.1.1 [01:51:36] *Officially the minimum needed. :) Doesn't mean lower won't work. [01:51:56] Is there a way to get the manual from the link you just put up? [01:52:33] Nvm, just goes back to gamepedia [01:55:04] I am heading out of the house. Hopefully you have what you need! [01:55:22] Thanks, I'm understanding :) [01:55:27] eventually [01:55:53] For anyone else here, what do I do with the XML once I have it? [19:56:12] I'm trying to modify the HTML for user-tools section of the official Timeless skin, but it doesn't seem to respect the PersonalUrls hook at all. Anyone else have a suggestion for a hook that would give me the HTML for that section? PageBeforeDisplay doesn't have it [20:03:12] any hook that would give me access to the toolbox html after a skin is done with it would do. [20:03:52] since this skin manually overwrites some things you do in PersonalUrls hook and ignores other parts of it... I'd like to make sure I can do my changes [20:04:04] ie anything giving me html after getUserLinks() [20:05:19] or BaseTemple::execute() [20:06:07] er BaseTemplate::execute(), thought I notice the bottom of that is an `echo` not a `return` [21:36:27] Hi, I was just looking at the differences between DPL2 and DPL3. It seems that DPL2 has "dplcache" and "dplcacheperiod" while DPL3 has "cacheperiod". What's the difference? [21:42:25] I'm having trouble with the search suggest for CirrusSearch. Is anyone here familiar with the suggester profiles/configuration? [21:49:19] nirobbins: I'm using it on my site, what problem do you have? [21:51:44] the suggester is only returning suggestions for matches in the initial position of page titles. Is there a way to configure it to suggest titles with the search term in non-initial positions? [21:54:14] Heh, I have the same "problem" [21:55:01] Although I'm not sure if it would be useful, or would otherwise hide correct suggestions behind non-relevant ones [22:06:47] got help on #wikimedia-discovery, I had it misconfigured [23:11:02] Hi all, I try to add a new plugin to the ckeditor of the WYSIWYG extension. I modified the config.js file of that ckeditor but that file does not get loaded. (the source in the browser for config.js does not reflect the changes I made). What should I do ? [23:13:56] Caching?