[00:48:50] ashley: ping [01:56:51] c: sup? [02:02:26] ashley: i installed the refresh special extension due to recently trialing out misermode and noticed on the special page, all the boxes appear to be "checked" by default but aren't actually. i have to check the "select all pages" box which unchecks everything? then check the ones that i want [02:03:27] hum, funky...let's see [02:07:42] the "select all pages" box doesn't really work as advertised (it's labeled as "select all pages" when all pages are selected by default and checking it unselects all previously selected pages) -- but what do you mean by the boxes not really being checked? looking at the HTML of Special:RefreshSpecial the entries look like and form submission works as well [02:16:14] maybe that's why I was confused. because initially when I hit "refresh selected" nothing happened (e.g. not even a spinning circle indicating a request was being made) [04:44:04] c: following your feedback I created a quick patch which hopefully makes the UI suck a bit less: https://gerrit.wikimedia.org/r/447573/ (I mean, even with this the UI is very much a throwback to 2006 or so, but at least it should be a bit more intuitive to use) [05:54:38] hello [05:55:57] spam from another wiki ? User:GerarAriR [10:51:17] Hiya and thank you thank you thank you for the most awesome wiki engine in the Laniakea Supercluster [10:51:39] I'm having problem installing Extension:Babel .. It doesn't seem to be working [10:52:59] Cancel that.. I got it sorted.. Syntax was just slightly different from WMF wikis [13:02:45] Hello everybody. I want to make a footer as on the site of CMS MediaWiki. I do not have the inscription "Materials are distributed under the license of Creative Commons, BSD and so on." How can I add this, it is possible in more detail. I read https://www.mediawiki.org/wiki/Manual:Footer But I did not understand until the end, but there are not many examples. I'm not native English. I can not fully understand: where to change the code in the example, [13:02:47] and where not to edit the code. Can I show a working sample code? Thank you. [14:27:55] Hi. I would like to have a list of all timezones in a form, and would like to load them from somewhere like it's done here with languages https://github.com/miraheze/CreateWiki/blob/master/includes/RequestWiki/SpecialRequestWiki.php#L70 [14:27:57] could anyone help? [17:57:30] Reception123: Timezones can be looked up in many places. Massage them in to a table or some other structure to use in your program. [17:58:31] Reception123: Or check if timezones are already available in your operating system in suitable format or in something you can convert to a suitable format. [17:58:49] tale: It would need to be a 'Timezone' => 'Timezone', format [17:58:56] tale: and how come it is not possible to fetch them like it is for languages? [18:01:51] Timezones are so important to MW [18:02:34] *are not so [18:03:24] Reception123: I'd look at DefaultPreferencesFactory [18:03:27] See what that does [18:04:26] I'm guessing in MW there's been no need for it be refactored out for reuse [18:04:30] Whereas for language, we do [18:05:39] I would suggest something like DefaultPreferencesFactory::getTimeZoneList() could be reuseable [18:05:53] And made static/public (and/or moved elsewhere) [18:08:43] Ok, thank you :) [20:16:21] * PuppyKun gives Reedy an IRC barnstar [20:23:29] i'm on my fourth day of waiting for someone to approve my phabricator account [20:23:33] maybe they don't want my bugs [20:24:38] okdana: I don't know if anyone is approving any atm [20:24:42] Unless people actually ask [20:25:11] how do people ask [20:26:57] * Reedy tries to find the approval queue [20:33:27] okdana: Approved [20:33:50] neat, thank you [20:39:21] i like that phabricator has a 'meme' button in the editor [21:12:44] oh, and i just figured out what my bug is [21:12:58] lua 5.1 doesn't have proper integers [21:13:17] nothing to be done about that i guess [23:29:30] hi, can anyone help me with a template I'm having troubles with? [23:30:39] i can try, maybe [23:35:42] the problem i have is, i created a table template for displaying contents, but the table header is not aligned to the left, there's a little margin in between, i tried using style="" and setting both margins but is not working, i tried other options from scratch but they mess with the line templates for the table [23:36:28] do you have a link [23:38:19] yes, this is the template header: http://es.runescape.wikia.com/wiki/Plantilla:ItemDropsTableHead and you can see it in use here: http://es.runescape.wikia.com/wiki/%27Postie%27_title_scroll [23:39:46] you mean the way the whole table is pushed over to the right? [23:40:20] no, i mean the table is not aligned with the text on the left [23:41:48] right [23:41:58] there is a : at the beginning of your ItemDropsTableHead template [23:42:14] yes, and i know that if i delete it the problem is solved [23:42:46] problem is, it then messes with the line templates for the table [23:43:21] messes with them how? [23:43:28] can you delete it so i can see? [23:43:33] sure [23:45:01] ah [23:45:24] there it is [23:45:52] your head template is closing the table now [23:45:58] with the |} [23:45:59] whoops [23:46:07] oh [23:46:12] problem solved [23:46:28] it didn't work before [23:46:32] that's strange [23:47:00] deleting the : worked in the same way as adding the |} [23:47:53] technically that table is unclosed now [23:48:09] ideally you'd have like an {{ItemDropsTableFooter}} or something to close it [23:48:35] is there a problem if i don't use one? [23:48:54] maybe, maybe not [23:48:59] most browsers will probably work around it [23:49:05] but maybe some won't, not sure [23:49:23] mediawiki is also going to be switching to a new html-tidying engine eventually and it's possible that that could break things [23:49:54] oh well, thanks for the recomendation then and also thanks for your time [23:50:04] np