[01:10:00] is there any word on when mediawiki 1.25.2 might be released? [01:18:10] morganmage: 1.25.1 was released because of a serious issue with 1.25 [01:18:31] there probably won't be a 1.25.2 [01:18:52] given that wmf wikis are already using 1.26 [01:25:41] morganmage: 1.26 will be release on 2015-11-25 [01:25:51] s/release/released [04:55:43] hi [04:55:58] how to whitelist wiki pages [04:56:07] for set of users [05:01:01] hi [05:01:11] i want to hide wiki pages [05:01:27] for specific users [05:01:32] any pointers ? [06:13:10] !access | Saravanan1 [06:13:10] Saravanan1: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [06:13:21] mediawiki isn't really designed for it [06:13:43] ok [06:13:57] i want to hide pages for specific set of users [08:42:13] massange [10:58:22] hello [11:03:31] can someone lend me a hand converting liquidthread into flow? [11:05:09] probably not [12:10:19] Hallo. [12:10:37] $.escapeRE was removed from jquery.accessKeyLabel.js on June 20. [12:10:51] But now I see it on http://he.wikipedia.beta.wmflabs.org/ [12:14:07] Isn't *.wikipedia.beta.wmflabs.org supposed to run the latest master of everything? [12:15:29] I know it was deprecated, but I wasn't aware it was removed [12:16:06] It was removed, and it makes sense. [12:16:27] What I don't understand is how is it possible that it still appears on http://he.wikipedia.beta.wmflabs.org/ [12:17:46] http://he.wikipedia.beta.wmflabs.org/wiki/Special:Version says that it runs 1.26alpha (d0cc16e) [12:18:18] aharoni: I see it deprecated, not removed https://www.mediawiki.org/wiki/ResourceLoader/Modules#jquery.mwExtension [12:18:19] And https://git.wikimedia.org/blob/mediawiki%2Fcore.git/d0cc16ef86d4adf67a69f09753f93a2e2482f8af/resources%2Fsrc%2Fjquery%2Fjquery.accessKeyLabel.js doesn't have $.escapeRE [12:18:35] $.escapeRE was removed from jquery.accessKeyLabel [12:18:45] not completely removed from MediaWiki [12:18:51] just from this module [12:19:02] So in Git I see that it's not there, [12:19:11] that's not where it was defined [12:19:29] no, it's not where it is defined [12:19:33] but it was USED there [12:19:39] Until June 20 [12:19:55] so what's the problem? [12:20:09] https://gerrit.wikimedia.org/r/#/c/219570/ [12:20:34] That when I go to http://he.wikipedia.beta.wmflabs.org , which is supposed to run the latest master, [12:20:38] and this file is loaded there, [12:20:45] I still see that it uses $.escapeRE [12:22:20] that's a cache issue [12:22:38] compare http://he.wikipedia.beta.wmflabs.org/static/master/resources/src/jquery/jquery.accessKeyLabel.js with http://he.wikipedia.beta.wmflabs.org/static/master/resources/src/jquery/jquery.accessKeyLabel.js?asdad [12:24:15] ok, and how can I get that refreshed? [12:25:17] appending a random string at the end of each resource's URL, like what I did, but that's not easy to do from the served page :( [12:25:55] This is superbly weird. [12:26:28] What's the point of having the beta running the latest master, if it has cached unrefreshable week-old resources? [12:26:32] yes, I wonder if this will happen also on production [12:26:34] I must be missing something. [12:27:27] Nikerabbit: ^ do you have an idea? [12:30:28] aharoni: seems to be an existing bug about that https://phabricator.wikimedia.org/T90983 [12:30:42] aha! [12:30:43] Thanks. [12:32:04] Sounds right. What nonsense. Oh well. [12:32:29] Yep, beta can hardly be tested for anything involving resources. [12:32:43] that should be prioritized... as you said, there's no point in having beta if it has old cached resources [12:32:45] yeah, beta is useless [15:02:39] Nikerabbit: do we need a wiki with older LQT to provide a test case for https://code.google.com/p/chromium/issues/detail?id=114336 ? [15:04:54] I would ignore [15:04:56] but yes [15:19:36] !magic [15:19:36] For more information about creating magic words and their inner workings, see . For a list of magic words, please see . [20:56:40] Not sure if this is the place, and it might be silly to ask, but is there like a permission you need to move over a redirect? [22:24:33] oooh hey gang [22:24:44] is there a way to pull a value from a database, and display it somewhere in a page? [22:24:55] I just want to pull a number for some statistics [22:25:25] I suppose the question is how I can run some php code via a special tag [22:27:22] You can make your own tag extension [22:27:27] !help extension [22:27:27] There are a lot of topics you could be asking about. Besides, this bot is mostly for experienced users to quickly answer common questions. Please just ask your question and wait patiently, as the best person to answer your question may be away for a few minutes or longer. If you're looking for help pages, we moved that to !helpfor. [22:27:35] whoops wrong ! mark [22:27:59] https://www.mediawiki.org/wiki/Manual:Developing_extensions [22:29:56] great, thanks [22:41:58] Anyone know to what i need to chmod my images folder keeps getting the error its vunerable? [22:42:53] WaterRatj: The important bit is it should be owned by the php user (usually www-data) [22:43:14] and that user should probably have rwx on the directory [22:43:16] its owned by my apache user . so i can ignore the message? [22:44:04] vampi-the-frog: this extension can probably do that already: [22:44:09] !e External_Data [22:44:09] https://www.mediawiki.org/wiki/Extension:External_Data [22:51:13] Yaron: that looks powerful, but a bit too complex for my users, so I'll just develop my own extension with some very easy to use tags [22:51:21] also, how do I do a DB query? [22:52:20] ah, found that too, thanks [23:19:33] ok so in this tutorial: https://www.mediawiki.org/wiki/Manual:Tag_extensions [23:19:41] I managed to get a custom tag going [23:19:47] but it is only updated when the page is edited [23:19:53] can I get it to update all the time? [23:21:34] it seems it updates when using ?action=purge [23:21:51] I don't mind if it's cached [23:22:02] vampi-the-frog: you could always use a template to hide away the syntax... [23:23:30] But if you're already "in the thick" of writing an extension, I understand. [23:25:27] vampi-the-frog: $parser->disableCache(); [23:25:43] will make wiki slower, but stops caching [23:28:21] hm so the entire parser output is cached? [23:28:32] but listen [23:28:36] I don't mind if it's cached [23:28:46] as long as it's updated daily [23:29:01] I just want to display the COUNT(*) from a database table [23:29:13] it's just informative, it can lag behind for 24 hours [23:30:55] so can I make it expire after 24 hours? [23:31:16] does the cache do this anyway? or do I need to force it for where the custom tag exits? [23:31:19] exists* [23:31:26] Yaron: thanks, you're very understanding [23:33:20] man, I gotta run, thanks for the help [23:36:15] hmm, too bad I didn't watch this window, I know the answer to that [23:38:02] it's the reason your hair is so big bawolff, because you know everything [23:38:40] * bawolff sent him a memo [23:39:31] I had my hair cut. Its a nice length now [23:40:07] interesting [23:40:49] my hair is cut really short [23:41:43] Hmm, maybe its not just invalid passwords that are broken, but all passwords [23:42:28] stupid people wanting security!! [23:45:53] ugh, mosquito in the house [23:49:42] bit me 5 times [23:53:23] *6 [23:54:55] *7