[08:47:40] can i prevent certain group from editing certain page? [09:01:52] maybe some extension from this list? https://www.mediawiki.org/wiki/Category:Page_specific_user_rights_extensions [12:35:23] I just logged on to an old wiki of mine. [12:35:27] And it appears all the content has gone. [12:35:30] Wat! [12:35:57] I look in the histories for given pages, but they all show creation items complete with data. [12:36:10] Well, data in their comment. [12:36:16] But no content on the page. [12:36:36] Ah, but diffs are saved. [12:37:00] Hmm! Even Special:Version is empty. [12:37:05] What the hell is going on. [12:39:45] Ahhh... [12:39:50] Apparently MagicWord is failing. [12:43:26] Hello, My MW which is on latest stable version sends mail to me when a new page is created. Currently it outputs the html in the email message rather then just displaying the text in html format [12:44:15] the message contains the p, anchor, h2 tags, and other span class html [12:48:30] Hmm... MW demands PHP 5.3.3, but I have 5.6.20, but it still complains. [12:48:40] Maybe it is because my version number is 5.6.20-0+deb8u1? [12:49:30] Does MW have terrible PHP version detection? [12:49:35] probably [12:49:40] svip: what is your MW version? [12:49:44] 1.25.5 [12:49:45] ^ [12:49:55] * Reedy thinkgs svip should know better [12:50:16] Reedy: What version should I have picked then? [12:50:28] I was more questioning MWs version comparsion [12:50:53] May be a bug with newer PHP versions, 1.25 was for 5.3.3 [12:51:11] version_compare( PHP_VERSION, '5.3.3' ) < 0 [12:51:33] Seriously? [12:52:14] in 1.25 [12:52:24] Should I use 1.24 instead then? [12:52:32] wat [12:52:33] 1.26 [12:52:35] Well, you're using a version more than 5.3.3 [12:53:12] Now it says some external dependencies are required. [12:53:24] 'e.g. via composer' [12:53:32] https://phabricator.wikimedia.org/T100497 [12:53:54] which is a dup of https://phabricator.wikimedia.org/T102094 [12:54:52] Unless you really have to rely on some ancient features of MW, It is recommended to make sure PHP is atleast 5.6 and your MW is on stable. MW is a CMS, and as such benefits from updates. [12:55:40] Even php7 works really well with MW 1.26 so far. [12:58:44] https://gerrit.wikimedia.org/r/#/admin/projects/?filter=mediawiki%252Fskins%252F << This is best link; when you type in the search field, it just expands. [12:59:48] Still boggles my mind there's only ilke 30 skins for Mediawiki, and all of them are pretty 2005 [13:08:15] who needs a skin [13:37:43] morning [13:38:56] CZauX: Patches welcome. [13:43:00] gj Leah [13:43:24] Thx. [19:16:30] Does anyone know of a Text Editor extension that works with Semantic Forms and offers the ability to toggle between wiki text [19:16:46] I've tried using WYSIWYG however it errors out on Semantic Form pages [19:16:51] works fine on regular pages. [19:16:56] Im using 1.26.2 MW, SMW 2.3.1 , Forms 3.4, WYSIWYG editor 1.5.6_0 [B551+03.05.2016], CKEditor 4.5.8 (revision c1fc9a9) [21:31:54] hi, my mediawiki 1.23.13 login page says ‘Remember my login (for a maximum of 1 days)’ even though DefaultSettings.php has $wgCookieExpiration = 180 * 86400; [21:32:14] anyone know a good way to debug why that doesn’t say 180 days instead of 1? (or are those options unrelated?) [21:38:48] gerald_: Could be you have it set somewhere in LocalSettings.php [21:39:26] no, it’s not there [21:40:34] If you go in the maintenance subdirectory, and run the command: [21:40:35] echo 'echo $wgCookieExpiration' | php eval.php [21:40:38] what is the result? [21:41:31] 15552000 [21:43:19] What's the content of the page named MediaWiki:userlogin-remembermypassword on your wiki [21:46:05] not sure if I understand, but my Userlogin.php has: getMsg( 'userlogin-remembermypassword' )->numParams( $expirationDays )->escaped(); ?> [21:46:19] and earlier, $expirationDays = ceil( $wgCookieExpiration / ( 3600 * 24 ) ); [21:46:58] No, I mean the page on your wiki [21:47:06] e.g. for mediawiki.org it would be the page at https://www.mediawiki.org/wiki/MediaWiki:Userlogin-remembermypassword [21:47:30] If someone edited it to remove the $ sign, you might get the behaviour you describe [21:48:19] its only content aside from nav bars and title is ‘Keep me logged in’ [21:48:43] Sorry, I actually meant to say the page MediaWiki:remembermypassword [21:48:52] without the userlogin- part [21:49:09] ah, that one says: [21:49:10] Remember my login on this browser (for a maximum of $1 days) [21:49:44] Hmm, that's what it should be saying [21:50:39] hmm, now I'm confusing myself [21:52:43] gerald_: Is your wiki public? do you have a link [21:53:07] yes, https://www.w3.org/wiki/Main_Page [21:54:25] we have a farm setup with a bunch of other wikis as well, but I don’t see anything in there that messes with wgCookieExpiration [21:57:23] This is really odd [21:57:45] I agree :) [22:01:18] gerald_: I think maybe you have an extension overriding some of the display of the login form [22:01:25] Some other things are odd about it on your wiki [22:01:49] For example, its using the message yourname instead of userlogin-yourname [22:02:07] maybe the LDAP W3C Plugin extension