[00:23:30] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38833 [00:34:54] 03(mod) AbuseFilter: Global groups in user_groups - 10https://bugzilla.wikimedia.org/20850 (10Krenair) [00:35:17] 03(mod) AbuseFilter: Global groups in user_groups - 10https://bugzilla.wikimedia.org/20850 (10Krenair) [00:35:32] 03(mod) Inverse selection for [[Special:Log]] - 10https://bugzilla.wikimedia.org/11739 -easy ; +comment (10Max Semenik) [00:36:50] 03(mod) Inverse selection for [[Special:Log]] - 10https://bugzilla.wikimedia.org/11739 (10Legoktm) [00:49:49] 03(NEW) Alphabetic operation logic of sort order funtion for numeric data in tables in russian language - 10https://bugzilla.wikimedia.org/43165 major; MediaWiki: Special pages; () [00:50:56] 03(mod) Allow AbuseFilter to force the user to solve a captcha - 10https://bugzilla.wikimedia.org/18110 (10Legoktm) [00:52:35] 03(mod) Add "e-mail to friends" functionality to MobileFrontend - 10https://bugzilla.wikimedia.org/24359 +comment (10Max Semenik) [00:54:59] 03(NEW) Wikidata demo system ( http://wikidata-test.wikimedia.de/ ) not working - 10https://bugzilla.wikimedia.org/43166 normal; Wikimedia: Wikidata; () [00:56:43] 03(mod) Alphabetic operation logic of sort order funtion for numeric data in tables in russian language - 10https://bugzilla.wikimedia.org/43165 +comment (10Bartosz Dziewoński) [00:56:44] 03(mod) tablesorter (tracking) - 10https://bugzilla.wikimedia.org/31601 (10Bartosz Dziewoński) [00:57:01] 03(mod) Alphabetic operation logic of sort order funtion for numeric data in tables in russian language - 10https://bugzilla.wikimedia.org/43165 +comment (10Bartosz Dziewoński) [00:57:01] 03(mod) Wrong sorting in tables with {{formatnum}} in es.wikipedia due to spaces to separate thousands - 10https://bugzilla.wikimedia.org/42924 (10Bartosz Dziewoński) [00:57:08] 03(NEW) list=articlefeedbackv5-view* should accept page titles as an option - 10https://bugzilla.wikimedia.org/43167 normal; MediaWiki extensions: ArticleFeedbackv5; () [01:02:37] Change merged: MaxSem; [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/33078 [01:06:02] 03(mod) Fix some file-related issues in the distribution - 10https://bugzilla.wikimedia.org/42039 +comment (10Bartosz Dziewoński) [01:10:06] 03(mod) DynamicPageList2 has security issues - 10https://bugzilla.wikimedia.org/24199 (10jon_wiki) [01:11:55] 03(mod) DynamicPageList2 has security issues - 10https://bugzilla.wikimedia.org/24199 (10jon_wiki) [01:21:38] 03(mod) Prevent users from submitting blank feedback - 10https://bugzilla.wikimedia.org/43162 +comment (10Legoktm) [01:31:54] I think AbuseFilter hates me. [01:32:11] What did you do? [01:32:42] Trying to add a variable through hooks from AbuseFilter... [01:33:00] I'm setting my variable to an array [01:33:37] And I've set up a filter which checks that 'Test' is in the array [01:33:51] But I can't seem to hit the filter [01:34:12] Did you use the Test/Examine pages? [01:34:48] New patchset: Luis Felipe Schenone; "(Bug 35987) Clarify change password on Special:ChangeEmail" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17690 [01:47:22] legoktm, interestingly my var isn't showing up on the examine pages... [01:48:08] Did you add it to the first section with all the other variables? [01:49:06] the array created in AbuseFilter.class.php L74? [01:49:53] legoktm, it actually gets that array through getBuilderValues, which calls a hook [01:50:01] I use the hook to add my variable [01:51:44] Hm [01:52:17] I don't know then, all the variables I added (two of my gerrit change things) I did through that array, not the hook [01:52:29] I'm not too familiar with how hooks and stuff work... [01:52:33] It definitely gets as far as 'calling the method' (it's not an actual PHP method, just a string used to identify the way to compute each var) [01:53:08] And I set the var [01:53:18] But my edits never trigger the filter [01:54:31] 03(mod) Inverse selection for [[Special:Log]] - 10https://bugzilla.wikimedia.org/11739 +comment (10Isarra) [01:57:19] 03(mod) Fix GuidedTour i18n approach - 10https://bugzilla.wikimedia.org/43144 +comment (10Matthew Flaschen) [01:59:14] 03(mod) Improve display of IPv6 addresses - 10https://bugzilla.wikimedia.org/36780 +comment (10Legoktm) [02:03:57] hey, why the documentation says xml download of page content might be more efficient than query, revisions api call? [02:04:08] http://www.mediawiki.org/wiki/API:Query_-_Properties#revisions_.2F_rv [02:04:22] how many pages are you looking at downloading? [02:05:21] say 1000, I am trying to understand the reasoning behind that statement [02:05:47] Depends on the specifics. [02:05:50] I just couldn't understand why xml would be more efficient that the api call, in the end both access the same data backend [02:05:54] Some wikis provide public XML dumps of their entire site. [02:06:06] Well, imagine a site with 4 million pages. :-) [02:06:18] That'd be a lot of API calls if each of those pages had even one revision. [02:06:24] And most have more than one revision. [02:06:27] So it's a question of scale. [02:06:42] the scenario is more like mirroring and keeping up to date with changes in one wiki [02:06:52] And if you're generating a dump from the UI (via index.php) or from the backend (by executing a server-side maintenance script). [02:07:10] say at the end of the day, you have a list of pages where you know they are modified and want to download the latest content [02:07:12] Mirroring + keeping up to date is still a matter of size and scale. [02:07:17] Are you mirroring 100,000 changes a day or 10? [02:07:34] say 40000 per day [02:07:40] 40'000 pages per day [02:08:12] Well, and the other big questions are: how long you want to wait? And what kind of access do you have to either host? [02:08:30] Sometimes getting full dumps isn't possible because you don't have server-side access to the master DB. [02:08:46] Or sometimes pulling in content has to be done via the API because you don't have server-side access to the slave DB. [02:08:51] say you want to mirror wikipedia, you don't have access to db, only through api calls [02:09:01] And speaking of masters and slaves, MySQL's replication feature may better suit your needs. [02:09:11] Mirroring Wikipedia is a big task. :-) [02:09:16] Especially the English Wikipedia. [02:09:22] There are over 200 Wikipedias, as I recall. [02:09:36] The larger Wikipedias have hundreds of thousands of changes per day. [02:09:52] en.wiki is about 200,000 revisions/day. [02:10:04] but my question is why xml download is better than api calls, the xml download here is NOT the xml dump [02:10:22] "better" is kind of a stupid question. [02:10:24] it is specie:export and/or http://www.mediawiki.org/wiki/API:Query#Exporting_pages [02:10:29] special:export [02:10:32] It depends on your needs, your constraints, your priorities, etc. [02:10:50] pubsez_: Mirroring is usually done by downloading a dump [02:11:08] but api can be used to keep up to date [02:11:19] In theory. [02:11:29] It really depends what you're trying to do. [02:11:35] but still why xml download is more efficient than api revisions call [02:11:36] If you're trying to mirror en.wiki, it's not a small task. [02:11:41] that's still a mystery to me [02:11:59] Where does it say it's more efficient? [02:12:03] Yeah [02:12:14] http://www.mediawiki.org/wiki/API:Query_-_Properties#revisions_.2F_rv [02:12:20] (although an XML download might be more efficient). [02:13:01] Right. So if you have a page that has 400,000 revisions, the docs are saying retrieving it via API calls might be too inefficient for your needs. [02:13:04] pubsez_: That's talking about fetching the entire history of a single page [02:13:10] 400,000 revisions at X revs/req is... [02:13:29] I guess at 5,000 revs/req, it's only 80 requests. [02:13:31] ...and of course it's probably assuming that Special:Export's limitation is not in place [02:13:39] Assuming you can get 5,000 revisions per request. [02:13:44] I see [02:14:05] Or assuming that you're using Special:Export. Special:Export is a bit wonky. [02:14:17] Not really recommended for doing heavy data moving. [02:14:24] but one thing that is a bit confusing is that, there is more than one way to fetch page revisions [02:14:32] number 1) http://www.mediawiki.org/wiki/API:Query#Exporting_pages [02:14:40] it is an api call which returns xml output [02:14:53] Right. [02:14:57] 2) Special:Export which I consider/assume to be same as 1 [02:15:08] Special:Export is the human version. [02:15:33] 3) http://www.mediawiki.org/wiki/API:Query_-_Properties#revisions_.2F_rv which is more convenient in my opinion, but for some reason it is not advertised as the preferred way to export pages [02:15:40] action=query &export is the API (robot) version. [02:15:55] prop=revisions is for retrieving information about particular revisions of a page. [02:16:11] legoktm, ah so I was returning the wrong values for the AbuseFilter-computeVariable hook [02:16:15] If you're writing a script, you wouldn't use Special:Export. [02:16:27] yes, it is more like 1 or 3 [02:16:29] pubsez_: That's because by saying 'export' it's assuming you wish to 'import' [02:16:36] oh, I see [02:16:43] Krenair: Nice! I should probably learn how the whole hook system works eventually [02:16:44] that makes more sense now, thanks Dantman [02:16:48] pubsez_: And the former is the one that outputs the format that can be fed into our import tools [02:17:02] got it, now it makes sense [02:17:08] legoktm, it's quite simple really [02:17:31] Nothing in PHP or MediaWiki is simple. [02:17:33] Mind explaining them to me? :) [02:17:39] You call wfRunHooks with your hook name and an array of parameters [02:17:50] Each extension registers it's hooks like this: [02:17:59] its [02:18:04] $wgHooks[$hookName][] = 'CallbackName'; [02:18:14] 03(NEW) Gadget HotCats doesn't behave with Index: forms - 10https://bugzilla.wikimedia.org/43168 normal; MediaWiki extensions: ProofreadPage; () [02:18:18] * Dantman slaughters english [02:18:18] Then you create the callback function with the name [02:18:35] The arguments given to the function will be the ones wfRunHooks was given [02:18:36] 03(mod) Gadget HotCats doesn't behave with Index: forms - 10https://bugzilla.wikimedia.org/43168 (10billinghurst) [02:18:37] 03(mod) Wikisource related bugs and enhancements (tracking) - 10https://bugzilla.wikimedia.org/35925 (10billinghurst) [02:19:00] Krenair: callback? [02:19:13] ...to be specific 'CallbackName' is really sort of more like `some extended callback` [02:19:21] 'functionName', [02:19:49] 'Static::Method', array( 'Static', 'Method' ), array( $obj, 'instanceMethod' ) [02:19:59] = fucntion() { this is a closure; }; [02:20:05] Each extension usually has a class full of these functions [02:20:08] legoktm, http://php.net/manual/en/language.types.callable.php [02:22:37] Scrap array( 'Static', 'Method' ) I think [02:22:42] ...strange [02:22:47] Well anyways [02:23:13] New patchset: Alex Monk; "Fix AbuseFilter-computeVariable to give $parameters and $result reference" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38894 [02:23:28] array( 'Static::Method', array( 'some, 'data' ) ) [02:23:51] And also just `= $obj;` in which case an 'on{TheHookName}' method will be used. [02:24:20] Err [02:24:23] So basically, [02:25:13] New patchset: Alex Monk; "(bug 20850) Add global_user_groups variable to AbuseFilter" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/38895 [02:25:54] 03(mod) AbuseFilter: Global groups in user_groups - 10https://bugzilla.wikimedia.org/20850 +comment (10Krenair) [02:25:55] You add a hook to a certain event like ArticleSaveComplete, when the code reaches that stage, it calls the "callback" function with certain parameters, which does something, and then the code keeps going [02:26:05] yeah [02:26:56] Be sure to return true from the callback. [02:27:33] ...or false if you want to abort the hook canceling any hook calls to other extensions and returning false which in some cases the wfRunHooks caller does something with [02:30:05] New review: Alex Monk; "Used by I79a625e3" [mediawiki/extensions/AbuseFilter] (master) C: 0; - https://gerrit.wikimedia.org/r/38894 [02:33:20] Krenair: (probably more of a PHP question, but since I dont know PHP…), you added stuff like "$wgHooks['AbuseFilter-computeVariable'][] =…" to the CentralAuth extension. What happens if the AbuseFilter isnt installed, but CentralAuth is? [02:33:40] Nothing [02:33:46] The hook never gets run [02:36:41] Ah ok [02:37:23] Change merged: Mattflaschen; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/38816 [02:49:57] 03(mod) You must "Save page" before the CAPTCHA appears - 10https://bugzilla.wikimedia.org/43122 +comment (10Steve) [03:09:41] 03(NEW) Turkish Wikipedia logo - 10https://bugzilla.wikimedia.org/43169 normal; Wikimedia: General/Unknown; () [03:23:44] New review: MZMcBride; "Is anything further needed here in order to get this changeset merged?" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/27134 [03:33:36] 03(mod) Wikidata demo system ( http://wikidata-test.wikimedia.de/ ) not working - 10https://bugzilla.wikimedia.org/43166 +comment (10Aude) [03:42:52] 03(mod) Using page titles as redirects in gallery format - 10https://bugzilla.wikimedia.org/43161 normal->15enhancement; +comment (10MWJames) [03:44:13] 03(mod) DynamicPageList2 has security issues - 10https://bugzilla.wikimedia.org/24199 +comment (10Bawolff (Brian Wolff)) [03:45:36] 03(mod) DynamicPageList2 has security issues - 10https://bugzilla.wikimedia.org/24199 +comment (10Bawolff (Brian Wolff)) [03:46:46] 03(mod) Extension:DynamicPageList (Wikimedia) conflict with Extension:Cite - 10https://bugzilla.wikimedia.org/37412 +comment (10Bawolff (Brian Wolff)) [03:50:04] 03(mod) Blank/empty user agent string creates error when searching: "Scripts should use an informative User-Agent string with contact information, or they may be IP-blocked without notice." - 10https://bugzilla.wikimedia.org/37618 (10rharwood) [04:12:06] Suppose there is a workaround in core. [04:12:14] An extension works around this workaround. [04:12:27] Another extension works around that extension's workaround. [04:12:30] And so on. [04:12:40] At what point does it become ridiculous? [04:34:26] Change merged: Demon; [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/38831 [04:38:55] 03(mod) mediawiki.legacy.upload should be migrated to a modern module - 10https://bugzilla.wikimedia.org/31946 +comment (10PleaseStand) [04:40:12] New patchset: Parent5446; "(bug 39490) Add caching to InfoAction." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27133 [04:40:15] New patchset: Parent5446; "(bug 39957) Added threshold for showing number of page watchers." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27134 [04:45:30] 03(mod) MW 1.20 complains about pcre in replaceExternalLinks() in Parser.php when preg_split() returns false - 10https://bugzilla.wikimedia.org/42229 (10Chad H.) [04:53:38] Isarra: errr, how about a real example? [04:57:38] Say we put a workaround for IE styling in core, and then we need to update the vector extension to make up for that, but that affects the layout some other extension uses... [04:58:19] ermmm [04:58:26] * jeremyb ponders [05:09:21] so whats the correct way to add a new character to Extension:AntiSpoof? [05:09:31] It's currently being exploited by a LTA troll on enwiki... [05:09:51] currently == in the last 10 minutes [05:10:03] * Jasper_Deng pokes jeremyb [05:10:32] I can submit a changeset rather quickly, but I want to make sure thats the right thing to do [05:12:08] yeah im just going to do it [05:12:12] no one has touched that file in 2 years [05:14:52] ! [remote rejected] HEAD -> refs/publish/master/master (database error) [05:14:52] error: failed to push some refs to 'ssh://legoktm@gerrit.wikimedia.org:29418/mediawiki/extensions/AntiSpoof.git' [05:14:52] wat. [05:15:29] jeremyb: ? [05:17:09] nvm [05:17:10] figured it out [05:19:27] what. [05:19:28] ugh [05:19:30] same error [05:20:56] so…I have a patch written but gerrit wont take it [05:22:42] Jasper_Deng: ? [05:23:10] legoktm: sounds like a broken server [05:23:11] jeremyb: help kgoktm [05:23:17] legoktm* [05:23:19] i can't really [05:23:23] jeremyb: broken server? [05:23:30] i'm just pushing to gerrit... [05:23:43] i know? [05:23:51] It worked just fine this morning >.> [05:24:27] ok and? [05:24:37] servers have been known to break [05:24:50] Er [05:24:51] and software isn't perfect! [05:24:59] Which is why I'm submitting a patch! [05:25:04] Is there a test repo I can test on? [05:25:24] I was able to "git review -s" which means it contacted gerrit fine [05:26:11] And I checked out the extension too, (from gerrit), so... [05:27:10] ... [05:27:54] fwiw, I have no idea how gerrit works [05:28:21] And sorry if I'm coming off as angry at you, its just that this would be nice to have right now.... [05:30:12] Should I…file a bug? [05:31:11] no, don't file a bug [05:31:36] So…what should I do then? [05:31:54] Is there a way I can get a better error message? [05:32:20] i think that was actually a pretty good error message [05:32:27] New patchset: Legoktm; "Add variant to A which is currently being exploited on enwiki" [mediawiki/extensions/AntiSpoof] (master) - https://gerrit.wikimedia.org/r/38901 [05:32:27] "database error" [05:32:31] aha! [05:32:38] i suppose it could have said what specifically the error was [05:33:10] the solution is you cant use "𝓪" in your commit message [05:33:17] errr? [05:33:30] can you push the original commit to a sandbox? [05:33:42] !gerritsandbox [05:33:47] !search sandbox [05:33:47] http://www.mediawiki.org/wiki/Special:Search/sandbox?go=Go [05:33:51] gah [05:33:57] @search sandbox [05:33:57] Results (Found 1): sandbox, [05:34:01] !sandbox [05:34:02] A lot of wikis use "sandboxes" for testing. Users can try out their editing skills at these sandboxes. MediaWiki.org's sandbox can be found at . Sandbox testing areas are usually cleaned up after a while. [05:34:08] grrr [05:34:18] !search gerrit [05:34:18] http://www.mediawiki.org/wiki/Special:Search/gerrit?go=Go [05:34:24] @search gerrit [05:34:24] Results (Found 13): core, gerriterror, gerritkeys, gerritsearch, gitauthor, giturl, gitweb, unreviewedcode, wf, IE9, gerrithelp, sourcecode, tables.sql, [05:35:42] errr, what am I looking for? [05:36:09] legoktm: push the original commit that didn't work to a sandbox [05:36:42] http://lists.wikimedia.org/pipermail/wikitech-l/2012-July/061514.html [05:37:55] legoktm: or use git bundle and put it up somewhere i can fetch it from. or mail it to me [05:38:05] yeah give me a sec [05:42:12] 03(mod) Turkish Wikipedia logo - 10https://bugzilla.wikimedia.org/43169 +comment (10jeremyb) [05:42:28] 03(mod) Turkish Wikipedia logo - 10https://bugzilla.wikimedia.org/43169 (10jeremyb) [05:42:53] techman224: ^^ [05:43:10] or is that a different person? i guess so [05:43:39] Are you talking about the bug??? [05:45:41] yes [05:47:15] That looks to be files by TheChampionMan1234 [05:47:21] filed* [05:47:22] *filed [05:47:23] but yeah [05:47:27] i was thinking he was you [05:47:43] the.*\d+ [05:47:58] although you don't even have the in you [05:48:08] whatever. i is sleepy [05:57:52] Change abandoned: Legoktm; "Updating the actual text file, will submit a new changeset" [mediawiki/extensions/AntiSpoof] (master) - https://gerrit.wikimedia.org/r/38901 [05:58:58] legoktm: can has commit? [05:59:08] sorry, grawp just added more letters [05:59:21] i'm a bit occupied at the moment [05:59:31] its hard trying to fight a troll and code at the same time >.> [05:59:42] Have you tried restarting? [06:00:25] Susan: errmmmmmm? [06:03:13] New patchset: Legoktm; "Add two new letters" [mediawiki/extensions/AntiSpoof] (master) - https://gerrit.wikimedia.org/r/38902 [06:19:47] We're changing hosts and need to backup our wiki for the move, unfortunately it's been unchecked for awhile and the mysql text table is ~25gb due to spam. It seems all of the spam is on thousands and thousands of registered users userpages. How can I dump all userpages from the wiki? [06:20:49] !spam [06:20:49] For information about combating and handling spam in MediaWiki, see and . [06:20:58] Though most of those are preventative. [06:21:06] There are maintenace scripts you can check out. [06:21:16] Look in the maintenace directory. [06:21:40] I've been going through there for the last few hours and haven't found any that mention user pages, I'll check the maintenance dir though. [06:23:16] Ethic: It'd probably be a two-step process. [06:23:41] delteBatch.php first [06:23:45] deleteBatch.php [06:23:50] Then purging those revisions. [06:24:38] for deleteBatch.php how would I get a list of all userpages? [06:25:43] You'd query teh database. [06:25:44] the [06:25:47] God I can't type. [06:25:52] Or you can query the API. [06:25:57] Or you can get a list via the UI. [06:26:01] There are many ways. [06:26:28] I'm in a little over my head it sounds like haha [06:27:50] How many content pages on the wiki? [06:27:55] You could just start a new wiki. [06:28:01] ~100 [06:28:17] That's half an hour with tabbed browsing. [06:28:28] Just saying. [06:28:47] That's true [06:29:02] Do you think deleting the user pages would be far harder? [06:29:17] I'm not saying that abandoning your old DB is the best option, but [06:29:33] if you don't really know what you're doing, running PHP maintenance scripts is going to be a bit terrifying. [06:29:37] And a bit dangerous. [06:30:02] They're not difficult to delete, if you can get a list of them. [06:30:08] Which isn't very difficult. [06:30:19] But it might be kind of large. [06:30:21] It sounds large. [06:30:37] I'm not very familiar with mysql, so the query is where I'm lost at that you mentioned [06:30:40] Your time might be better spent writing a script to move just the content pages. [06:30:50] Is your wiki public? [06:30:54] Yes [06:30:56] Link? [06:34:28] http://wiki.projectetal.com/index.php/Main_Page [06:34:31] http://wiki.projectetal.com/index.php/Special:AllPages [06:34:38] So that Special page lists all pages. [06:34:44] Sort of. [06:34:49] http://wiki.projectetal.com/index.php?title=Special%3AAllPages&from=&to=&namespace=2 [06:34:53] namespace=2 is the User namespace. [06:34:58] Namespaces are high-level content separation. [06:35:08] http://wiki.projectetal.com/index.php/User:05on07ff2qm [06:35:12] Ethnic: parsoid? [06:35:13] That would be the spam, I guess. [06:35:15] * Ethic [06:35:29] ori-l: Behave, please. [06:35:49] Ethic: http://wiki.projectetal.com/api.php [06:35:54] That's the API entry point. [06:36:13] http://wiki.projectetal.com/api.php?action=query&list=allpages&apnamespace=2&aplimit=500 [06:36:18] Those are your spam user pages. [06:36:19] Or some of them. [06:37:14] Ok, I think I'm following [06:38:12] ori-l: What's the parsoid mention for? (sorry, I got highlighted, not sure why) [06:38:26] sorry, i misread [06:38:31] Ah k. [06:39:05] * gwicke_ got highlighted too. Nobody expects the Spanish inquisition! [06:39:24] I think Ethic is hiding under the covers now. [06:39:29] I assume. [06:39:30] jesus, you guys are paranoid [06:39:46] paranoid parsoid [06:40:09] ori-l: I get pinged on parsoid, UploadWizard, and EtherEditor. I keep an eye on my projects :) [06:40:28] I get pinged by Houdon. [06:40:30] And sass. [06:40:35] And some other key terminology. [06:40:40] Houdoun? [06:40:40] I'm just trying to make sense of it [06:40:57] No, I was right the first time. [06:41:07] marktraceur: EtherEditor is neat, btw [06:41:15] Indeed! [06:41:25] I saw S had submitted a patchset, haven't reviewed it yet [06:41:30] And Gunga Din. [06:41:36] marktraceur: oh, i had no idea. [06:42:52] New review: MarkTraceur; "Seems reasonable to me; I'd just been forcing the makefile to run regardless of up-to-dateness, but ..." [mediawiki/extensions/EtherEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/38813 [06:42:53] Change merged: MarkTraceur; [mediawiki/extensions/EtherEditor] (master) - https://gerrit.wikimedia.org/r/38813 [06:43:11] 1-line patch, may as well merge on Saturday night :) [06:51:59] Thank you Susan. I changed that to a list of 5000, used regex to trim it down to the pages only & just started the deleteBatch.php. Next step deleting the users & then repeating. I'll be back in a few trying to figure how to clear them from sql entirely after being deleted hehe. [06:52:25] Ethic: There's another maintenance script. [06:52:30] To purge shit from the DB. [06:52:36] Ah groovy [06:52:58] 03(mod) Implement a way to set the document title properly - 10https://bugzilla.wikimedia.org/31258 -easy ; +comment (10Mark Holmquist) [06:53:00] 03(mod) reports of caching issues - 10https://bugzilla.wikimedia.org/38879 (10Dirk Beetstra) [07:07:31] New patchset: IAlex; "(Bug 35987) Clarify change password on Special:ChangeEmail" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17690 [07:10:18] Does anyone know how I can get the parser to render wiki text and html, I seem to get one or the other [07:10:54] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/17690 [07:11:05] factor: Can I ask what the purpose is? [07:11:10] return $input to get html rendering and $output = $parser->recursiveTagParse( $input, $frame ); to get wiki text [07:11:29] I am hacking together a tbody tag that does not exist on the server [07:11:36] making my own html tag [07:11:46] sinceit does nto exist , but a ext. keeps adding it. [07:12:05] got it to work now , just need wiki text and std html working on reder. [07:12:09] render^ [07:12:12] Hm. [07:12:29] I'm not sure how to help, sorry [07:12:30] Trying to work with an older version of apache and php [07:12:39] almost got it [07:12:52] just made te tag myself and placed it in as an ext. [07:13:05] 03(mod) Ambiguous "Password:" header on Special:ChangeEmail - 10https://bugzilla.wikimedia.org/35987 +comment (10Alexandre Emsenhuber [IAlex]) [07:13:11] all I need to do is pass everything inside the tag andhave it render as normal [07:14:12] just a pass though [07:14:24] and act as normal other wise. [07:14:30] factor: if you just want to let the tbody through, you should look at the sanitizer [07:14:40] humm ok [07:14:50] New patchset: IAlex; "Moved LocalisationCache under /cache." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38794 [07:17:36] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38794 [07:20:23] factor: also potentially useful if you have control over the tbody-emitting extension: http://www.mediawiki.org/wiki/Manual:Tag_extensions#How_can_I_avoid_modification_of_my_extension.27s_HTML_output.3F [07:23:23] New patchset: IAlex; "Trimming 'addedwatchtext'. The previous text was too long and overly detailed." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38805 [07:26:03] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38805 [07:28:58] New patchset: IAlex; "Make wfSuppressWarnings kill E_STRICT in PHP 5.4+" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38650 [07:32:08] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38650 [08:11:34] 03(mod) Gadget HotCats doesn't behave with Index: forms - 10https://bugzilla.wikimedia.org/43168 +comment (10Tpt) [08:16:16] hi people, I was wondering how could I edit or at least add items to the left-side menu that contains "Main page", "Community portal"... "Toolbox", etc. I cannot find the "edit" option :-/ [08:17:52] !sidebar [08:17:52] To edit the navigation menu on the left, edit page [[MediaWiki:Sidebar]] on your wiki using its special syntax. For more details, see http://www.mediawiki.org/wiki/Manual:Interface/Sidebar [08:17:57] overdrive: ^ [08:30:26] 03(mod) Gadget HotCats doesn't behave with Index: forms - 10https://bugzilla.wikimedia.org/43168 +comment (10billinghurst) [08:34:17] 03(mod) Gadget HotCats doesn't behave with Index: forms - 10https://bugzilla.wikimedia.org/43168 +comment (10Tpt) [08:34:37] gwicke_, Thaks it was Sanitizer , i had to add tbody to nested tags. [08:34:51] took me a while to find where it was at or if I had to add it the ext. [08:35:05] thanks Susan (: [08:35:21] You're welcome. [08:35:41] factor: you're welcome too ;) [08:53:26] 03(mod) Request for determination: Adding user preferences via API - 10https://bugzilla.wikimedia.org/40124 +comment (10Beau) [08:56:00] 03(mod) Getting parameter "afl_user" available for log events - 10https://bugzilla.wikimedia.org/34946 +comment (10billinghurst) [09:01:25] everybody is welcome! [09:16:23] 03(mod) Autocategorization by UploadWizard makes [[:commons:Category:Uploaded with UploadWizard]] uselessly large - 10https://bugzilla.wikimedia.org/42548 +comment (10Russavia) [09:17:46] 03(mod) Turkish Wikipedia logo has changed due to local changes in Common.css - 10https://bugzilla.wikimedia.org/43169 summary (10Andre Klapper) [09:22:31] 03(mod) Alphabetic operation logic of sort order function for numeric data in tables in russian language - 10https://bugzilla.wikimedia.org/43165 summary (10Andre Klapper) [09:24:58] 03(mod) Unable to delete pages without update of CheckUser extension - 10https://bugzilla.wikimedia.org/43160 summary (10Andre Klapper) [09:27:24] 03(mod) Commons uploads: Support spreadsheet data formats, including CSV and ODB. - 10https://bugzilla.wikimedia.org/43151 +comment (10Andre Klapper) [09:30:18] 03(mod) More AFTv5 abuse filters - 10https://bugzilla.wikimedia.org/42284 +comment (10Legoktm) [09:33:25] 03(mod) North america upload caches aren't responding to squid purges - 10https://bugzilla.wikimedia.org/41130 (10Andre Klapper) [09:33:41] 03(mod) Create Wikisource Assamese - 10https://bugzilla.wikimedia.org/43129 (10Andre Klapper) [09:35:34] 03(mod) Can't install CheckUser extension with SQLite - 10https://bugzilla.wikimedia.org/37590 normal->major (10Andre Klapper) [09:35:57] 03(mod) Commons uploads: Support spreadsheet data format ODS - 10https://bugzilla.wikimedia.org/43151 summary; +comment (10Nemo) [09:36:05] 03(mod) TMH: video files are not playing in Safari - 10https://bugzilla.wikimedia.org/37514 +comment (10Andre Klapper) [09:37:18] 03(mod) 1: near "": syntax error - 10https://bugzilla.wikimedia.org/39063 normal->major; +comment (10Andre Klapper) [09:38:37] 03(mod) unable to make edits to wikipedia entries "stick" - 10https://bugzilla.wikimedia.org/39065 +comment (10Andre Klapper) [09:40:23] 03(mod) Document the Scribunto debug console messages - 10https://bugzilla.wikimedia.org/39125 normal->major (10Andre Klapper) [09:40:27] 03(mod) Documentation is out of date, incomplete (tracking) - 10https://bugzilla.wikimedia.org/1 (10Andre Klapper) [09:40:54] 03(mod) Graph types ("Core" and "Other") are unclear on Wikimedia Report Card - 10https://bugzilla.wikimedia.org/39120 summary (10Andre Klapper) [09:41:34] 03(mod) Titles parameter is not set correctly from URL - 10https://bugzilla.wikimedia.org/39197 normal->minor (10Andre Klapper) [09:43:11] 03(mod) Gurumukhi LLA should have dot to the left of Gurumukhi LA - 10https://bugzilla.wikimedia.org/39219 +comment (10Andre Klapper) [09:44:15] 03(mod) Some invalid Email addresses are accepted (Abc.@example.com Abc..123@example.com) - 10https://bugzilla.wikimedia.org/39239 normal->minor; summary (10Andre Klapper) [09:44:42] 03(mod) Add support for QR pedia URL's - 10https://bugzilla.wikimedia.org/39323 normal->15enhancement (10Andre Klapper) [09:46:35] 03(mod) The "usage" field should be translatable. - 10https://bugzilla.wikimedia.org/38626 +i18n (10Andre Klapper) [09:46:50] 03(mod) No right column in "Modern" skin. - 10https://bugzilla.wikimedia.org/39337 +comment (10Andre Klapper) [09:47:13] 03(mod) Complete uploadcampaign api documentation - 10https://bugzilla.wikimedia.org/39349 (10Andre Klapper) [09:47:29] 03(mod) Error: 1062 Duplicate entry '2388135' for key 'thread_root - 10https://bugzilla.wikimedia.org/39363 (10Andre Klapper) [09:48:42] 03(mod) API file move fails with "backend-fail-move" sometimes. - 10https://bugzilla.wikimedia.org/39391 summary; +comment (10Andre Klapper) [09:49:44] 03(mod) Deletion of file failed to delete the actual file - 10https://bugzilla.wikimedia.org/39413 +comment (10Andre Klapper) [09:51:05] 03(mod) Toolbar is appearing in my userspace - 10https://bugzilla.wikimedia.org/39453 +comment (10Andre Klapper) [09:51:08] 03(mod) 1: near "": syntax error - 10https://bugzilla.wikimedia.org/39063 +comment (10Max Semenik) [09:51:45] 03(mod) Incomplete output with 1.0.8.11 - 10https://bugzilla.wikimedia.org/39498 summary (10Andre Klapper) [09:53:16] 03(mod) Can't merge blocked users: Duplicate entry for key 'ipb_address' - 10https://bugzilla.wikimedia.org/39470 summary (10Andre Klapper) [09:53:49] 03(mod) should be treated as - 10https://bugzilla.wikimedia.org/39502 (10Andre Klapper) [09:54:58] 03(mod) Punjabi Gurumukhi - Make phonetic keymap work like Phonetic keymap of IBus - 10https://bugzilla.wikimedia.org/39523 normal->15enhancement; summary (10Andre Klapper) [09:56:52] 03(mod) Version the api - 10https://bugzilla.wikimedia.org/39592 normal->15enhancement (10Andre Klapper) [09:57:58] 03(mod) Asirra module displays wrong text, does not solve for edits - 10https://bugzilla.wikimedia.org/39536 (10Andre Klapper) [09:58:23] 03(mod) Cite: Implement VisualEditor support - 10https://bugzilla.wikimedia.org/39621 (10Andre Klapper) [09:59:26] 03(mod) blog post says "3 responses", but none or fewer are shown - 10https://bugzilla.wikimedia.org/39755 +comment (10Andre Klapper) [10:08:39] New patchset: Legoktm; "(bug 34946) Make afl_user_text availible as $9 for log entries" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38903 [10:09:31] 03(mod) Getting parameter "afl_user" available for log events - 10https://bugzilla.wikimedia.org/34946 +comment (10Legoktm) [10:11:22] 03(mod) Wikidata demo system ( http://wikidata-test.wikimedia.de/ ) not working - 10https://bugzilla.wikimedia.org/43166 (10Lydia Pintscher) [10:13:19] New review: MaxSem; "Please update message documentation." [mediawiki/extensions/AbuseFilter] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/38903 [10:14:55] New patchset: Amire80; "Grammar and consistency in English messages" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/38904 [10:17:30] New patchset: Amire80; "Improve usage of which and that" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38825 [10:19:42] 03(mod) Autocategorization by UploadWizard makes [[:commons:Category:Uploaded with UploadWizard]] uselessly large - 10https://bugzilla.wikimedia.org/42548 (10Marco) [10:21:31] New patchset: Legoktm; "(bug 34946) Make afl_user_text availible as $9 for log entries" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38903 [10:21:40] MaxSem: ^ [10:21:42] 03(mod) Dates for uploaded files not read from photo's EXIF data - 10https://bugzilla.wikimedia.org/39907 +comment (10Jan Ainali) [10:21:53] I think I did that right. [10:22:03] If you didn't, it's the hose. [10:28:20] MaxSem: ty :) [10:28:40] if you're not busy, any chance you could review my other changesets? [10:34:25] New patchset: IAlex; "(bug 28401) Make RC en RCL honour options for rss/atom" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38634 [10:37:48] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38634 [10:38:26] 03(mod) Make RecentChanges honour options for rss/atom - 10https://bugzilla.wikimedia.org/28401 +comment (10Alexandre Emsenhuber [IAlex]) [10:38:29] New review: Umherirrender; "Need validation of the preferences key for a max length (the database field is 255 bytes long) and f..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/37503 [10:40:54] 03(mod) Using page titles as redirects in gallery format - 10https://bugzilla.wikimedia.org/43161 +comment (10Sergey Vladimirov) [11:27:56] 03(mod) Explain better the meaning of "By e-mail" button - 10https://bugzilla.wikimedia.org/22457 +comment (10Liangent) [11:28:13] New patchset: Liangent; "(bug 22457) Create a more nature flow for the "By e-mail" feature" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38905 [11:28:32] New patchset: Umherirrender; "[Schema] (bug 40667) drop rc_cur_time from recentchanges" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/35659 [11:29:08] New patchset: Umherirrender; "Trim spaces on user supplied comments" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36359 [11:29:40] New patchset: Umherirrender; "(bug 41470) Use numParams in Language::formatDuration" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/37254 [11:31:48] New patchset: Umherirrender; "Change default maxlength of Content::getTextForSummary from 250 to 255" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36358 [11:44:41] Hi. I want to install a clone of wikipedia. I installed everything but now I need to copy all templates from wikipedia to my server. Is there an easy way to download all templates at once from a mediawiki server. Any help is welcome. Sorry if wikipedia is here offtopic. [11:47:25] Guest27444: do you want all articles or just templates? [11:48:25] hi [11:48:56] I have all articles imported [11:49:09] I just need all (missing) templates. [11:49:38] I know there is Special:Export but I dont have the full list of templates [11:50:04] that was what I was about to suggest :P [11:50:07] I saw also only Special:AllPages to get a list of all templates [11:50:23] but do I have to really manually copy paste it [11:50:30] is there an easier way [11:50:34] there are 1000s of them [11:51:25] 03(mod) Remove upgrade1_5.php - 10https://bugzilla.wikimedia.org/25398 +patch-in-gerrit (10Andre Klapper) [11:54:29] 03(mod) Image load data should be exposed - 10https://bugzilla.wikimedia.org/40271 (10Andre Klapper) [11:54:35] 03(mod) "Oversight" feature - 10https://bugzilla.wikimedia.org/43079 (10Andre Klapper) [11:54:55] 03(mod) Enable Extension:GoogleNewsSitemap on el wikinews - 10https://bugzilla.wikimedia.org/37608 +comment (10glavkos) [11:55:22] 03(mod) For category search results, provide an image preview - 10https://bugzilla.wikimedia.org/36159 (10Andre Klapper) [11:55:37] 03(mod) Clustering for image searches - 10https://bugzilla.wikimedia.org/35701 (10Andre Klapper) [11:55:42] 03(mod) Provide a form of incategory: which covers subcategories as well - 10https://bugzilla.wikimedia.org/35402 (10Andre Klapper) [11:56:21] 03(mod) localname of zh-min-nan on English wikis is in Min Nan - 10https://bugzilla.wikimedia.org/31127 (10Andre Klapper) [11:56:25] 03(mod) Rename emlwiki -> eglwiki - 10https://bugzilla.wikimedia.org/34217 (10Andre Klapper) [11:57:00] 03(mod) Allow the "See also" field to accept PHP bugs - 10https://bugzilla.wikimedia.org/32504 (10Andre Klapper) [11:57:07] 03(mod) [reporter] split weekly mail report by product - 10https://bugzilla.wikimedia.org/34992 (10Andre Klapper) [11:57:16] 03(mod) Add AWB to list of products - 10https://bugzilla.wikimedia.org/39072 (10Andre Klapper) [11:57:21] 03(mod) add a custom field "commit in gerrit" in bugzilla ui. - 10https://bugzilla.wikimedia.org/39399 (10Andre Klapper) [11:57:37] 03(mod) Add two new statuses to the workflow: patch released and patch committed. - 10https://bugzilla.wikimedia.org/39402 (10Andre Klapper) [11:57:46] 03(mod) "Help" link in left panel of Bugzilla links to rather user-unfriendly page - 10https://bugzilla.wikimedia.org/40188 (10Andre Klapper) [11:57:51] 03(mod) Product column in buglist.cgi limited to 8 chars; cannot distinguish "MediaWiki" / "MediaWiki extension" - 10https://bugzilla.wikimedia.org/40244 (10Andre Klapper) [11:57:58] 03(mod) Publish Bugzilla customizations on Gerrit - 10https://bugzilla.wikimedia.org/40642 (10Andre Klapper) [11:58:03] 03(mod) Propose suitable keywords for comments linking Gerrit changes and patch attachments - 10https://bugzilla.wikimedia.org/40985 (10Andre Klapper) [11:58:09] 03(mod) Commons/Wikipedia/Wikisource/Wiktionary App products need at least a link in description - 10https://bugzilla.wikimedia.org/41922 (10Andre Klapper) [11:58:43] 03(mod) Review and deploy bugzilla mobile interface in production - 10https://bugzilla.wikimedia.org/42209 (10Andre Klapper) [11:59:06] 03(mod) Log Changes in product/component structure of Bugzilla - 10https://bugzilla.wikimedia.org/42292 +comment (10Andre Klapper) [11:59:15] 03(mod) "Zarro Boogs found" is unhelpful - 10https://bugzilla.wikimedia.org/42467 (10Andre Klapper) [11:59:20] 03(mod) Warn that patches should go to Gerrit instead of Bugzilla - 10https://bugzilla.wikimedia.org/42606 (10Andre Klapper) [12:00:43] 03(mod) Getting parameter "afl_user" available for log events - 10https://bugzilla.wikimedia.org/34946 +patch-in-gerrit (10Legoktm) [12:05:13] is there a page where I can see all templates which I do not have? (I mean the templates which are marked as red when I click on edit) [12:06:07] Guest27444: Special:WantedTemplates [12:08:00] hi [12:08:06] New patchset: Liangent; "(bug 22457) Design a more natural flow for the "By e-mail" feature" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38905 [12:12:00] 03(mod) Post-page move redirects contain two newlines below redirect code - 10https://bugzilla.wikimedia.org/42616 +comment (10MZMcBride) [12:12:34] New review: Siebrand; "I'm of the opinion that if we are to fiddle with the log output, we should at least include an updat..." [mediawiki/extensions/AbuseFilter] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/38903 [12:15:20] New patchset: Amire80; "Add Wikidata license terms" [mediawiki/extensions/WikimediaMessages] (master) - https://gerrit.wikimedia.org/r/38906 [12:16:06] 03(mod) Integrate warnings for missing or buggy documentation - 10https://bugzilla.wikimedia.org/33524 (10Andre Klapper) [12:16:16] 03(mod) Fix and publish our Debian package for TestSwarm - 10https://bugzilla.wikimedia.org/35282 (10Andre Klapper) [12:16:41] 03(mod) Enable HSTS on Wikimedia wikis - 10https://bugzilla.wikimedia.org/38516 (10Andre Klapper) [12:27:46] 03(mod) Saved searches in Bugzilla sidebar are truncated and contain errors - 10https://bugzilla.wikimedia.org/37257 -easy (10Andre Klapper) [12:27:51] New review: Matmarex; "Everything looks fine but the JavaScript." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/38905 [12:27:51] 03(mod) Bugzilla's autowrap breaks wikilinks - 10https://bugzilla.wikimedia.org/39237 (10Andre Klapper) [12:28:13] 03(mod) Remember last browser, OS setting when filing reports - 10https://bugzilla.wikimedia.org/40217 (10Andre Klapper) [12:28:16] 03(mod) Wrapped Gerrit links aren't recognized - 10https://bugzilla.wikimedia.org/41851 (10Andre Klapper) [12:28:20] 03(mod) Ugly dot shown when "See Also:" Bugzilla field is non-empty - 10https://bugzilla.wikimedia.org/42731 (10Andre Klapper) [12:30:10] 03(mod) Explain better the meaning of "By e-mail" button - 10https://bugzilla.wikimedia.org/22457 -patch -patch-reviewed +patch-in-gerrit (10Bartosz Dziewoński) [12:30:40] 03(mod) Nearby only waits 10 seconds - 10https://bugzilla.wikimedia.org/41636 04CRIT->major (10Andre Klapper) [12:31:29] 03(mod) wikibugs should show the component the bug belongs to - 10https://bugzilla.wikimedia.org/42502 normal->15enhancement (10Andre Klapper) [12:31:35] 03(mod) wikibugs IRC bot should use a machine-readable format (no more parsing mailing list messages) - 10https://bugzilla.wikimedia.org/40970 (10Andre Klapper) [12:31:45] 03(mod) Wikidata demo system ( http://wikidata-test.wikimedia.de/ ) not working - 10https://bugzilla.wikimedia.org/43166 (10Andre Klapper) [12:31:51] 03(mod) rsvg does not support marker styling - 10https://bugzilla.wikimedia.org/41427 (10Andre Klapper) [12:31:53] 03(mod) hsl colors not supported by rsvg - 10https://bugzilla.wikimedia.org/41426 (10Andre Klapper) [12:31:57] 03(mod) rsvg does not support the font shorthand style property - 10https://bugzilla.wikimedia.org/41425 (10Andre Klapper) [12:32:03] 03(mod) flowRoot not supported by rsvg - 10https://bugzilla.wikimedia.org/41424 (10Andre Klapper) [12:32:09] 03(mod) CSS child selector not supported by rsvg - 10https://bugzilla.wikimedia.org/41423 (10Andre Klapper) [12:32:17] 03(mod) Rendering of SVG text too large - 10https://bugzilla.wikimedia.org/38589 (10Andre Klapper) [12:33:06] 03(mod) Collection and ProofreadPage work together in English Wikisource only - 10https://bugzilla.wikimedia.org/41324 (10Andre Klapper) [12:34:00] 03(mod) Project namespace's (i.e. "Wikipedia") transliteration done wrong - 10https://bugzilla.wikimedia.org/41350 -shellpolicy +shell (10Andre Klapper) [12:35:06] 03(mod) Wiki sites have very slow loading times - 10https://bugzilla.wikimedia.org/40093 +comment (10Andre Klapper) [12:36:28] 03(mod) mailman's public list index (listinfo) has the wrong encoding in its Content-Type header - 10https://bugzilla.wikimedia.org/40971 +ops (10Andre Klapper) [12:36:38] 03(mod) Delete mediawiki-codereview list - 10https://bugzilla.wikimedia.org/40049 (10Andre Klapper) [12:36:52] hello, has something changed in 1.20 recagarding i18n? [12:37:05] I modify mediawiki texts but they still show the default texts [12:37:08] including sidebar [12:37:37] Axelei: you might need to purge the pages' caches [12:37:38] !purge [12:37:39] To purge a cached page, such as when making changes to the navigation bar, add &action=purge to the end of the page url, or ?action=purge if using Simple URLs. E.g: http://en.wikipedia.org/wiki/Main_Page?action=purge [12:38:02] 03(mod) [[Commons:File:St Clement Eastcheap - sword rest - front, close-up - 1394055.duplicate.jpg]] won't delete due to insufficient permissions or missing directories/containers - 10https://bugzilla.wikimedia.org/40695 summary (10Andre Klapper) [12:38:49] nope, it doesn't seem like a cache issu [12:38:50] *e [12:39:07] gñap [12:39:15] i already had many texts changed, but they have like reverted to original texts [12:39:20] 03(mod) Latin characters are displayed as Cyrillic on kkwiki when not being logged in - 10https://bugzilla.wikimedia.org/40800 +comment (10Andre Klapper) [12:39:28] although I can see they are still changed if I try to edit them [12:39:32] Axelei: can you provide a link to the wiki? [12:39:37] sure [12:39:41] http://www.frikipedia.es [12:39:41] 03(mod) Hindi Wikiprojects (tracking) - 10https://bugzilla.wikimedia.org/41348 (10Andre Klapper) [12:39:52] what message have you edited? [12:39:52] for an example, the sidebar is the default [12:40:04] but if you try to see MediaWiki:sidebar [12:40:14] you see it has been already edited [12:40:21] 03(mod) A bunch of little things that need fixing - 10https://bugzilla.wikimedia.org/41950 +comment (10Andre Klapper) [12:41:25] 03(mod) Get rid of message "Wikimedia-copyrightwarning". - 10https://bugzilla.wikimedia.org/42523 (10Andre Klapper) [12:42:43] 03(mod) Increase font-size in Gerrit search box to make it readable - 10https://bugzilla.wikimedia.org/38667 summary; +comment (10Andre Klapper) [12:43:44] 03(mod) Get Wikimania 2008 videos back - 10https://bugzilla.wikimedia.org/42317 (10Andre Klapper) [12:44:28] 03(mod) Exception thrown on donate.wikimedia.org due to non-existing "monthly-link" element ID - 10https://bugzilla.wikimedia.org/40152 summary (10Andre Klapper) [12:45:35] 03(mod) Cortado doesn't work on Mac with Oracle JRE 7 update 9 - 10https://bugzilla.wikimedia.org/41274 (10Andre Klapper) [12:46:17] 03(mod) Commons app needs localization - 10https://bugzilla.wikimedia.org/41920 +i18n (10Andre Klapper) [12:46:17] 03(mod) Add qqq messages to Commons app - 10https://bugzilla.wikimedia.org/41921 +i18n (10Andre Klapper) [12:46:21] 03(mod) Upload fails for non-latin filenames - 10https://bugzilla.wikimedia.org/41773 (10Andre Klapper) [12:46:25] 03(mod) Commons app doesn't handle changed login passwords properly - 10https://bugzilla.wikimedia.org/41704 (10Andre Klapper) [12:46:34] 03(mod) Commons app should support pre-Honeycomb devices too - 10https://bugzilla.wikimedia.org/41471 (10Andre Klapper) [12:46:51] Hey, I gotta strange problem... on two File-Pages the top-navigation broke in some way... instead of "Eigene Diskussion" (My Talk) it says <mytalk> and its a red-link. Is that a known bug or something? [12:46:51] Axelei: i think that your sidebar additions are in a wrong format [12:46:59] 03(mod) Move public_reporting table to separate database - 10https://bugzilla.wikimedia.org/42285 (10Andre Klapper) [12:47:06] !sidebar [12:47:07] To edit the navigation menu on the left, edit page [[MediaWiki:Sidebar]] on your wiki using its special syntax. For more details, see http://www.mediawiki.org/wiki/Manual:Interface/Sidebar [12:47:09] it's not just the sidebar, every changes i've made to translations have been "lost" [12:47:15] Axelei: look at this guide ^ [12:47:17] oh, hm. [12:47:18] also it worked on 1.19 [12:47:19] (all the top-nav broke, including edit etc.) [12:47:19] 03(mod) Move public_reporting table to separate database - 10https://bugzilla.wikimedia.org/42285 -patch-need-review +patch-in-gerrit (10Andre Klapper) [12:47:41] i'll try rebuildmessages.php [12:47:58] yes, i was going to suggest this :) [12:48:08] DeusFigendi: can you link a page where this happens? [12:48:12] DeusFigendi: Go to [[MediaWiki:mytalk]] in your wiki and see if it exists [12:48:18] jap [12:48:18] http://www.jedipedia.net/wiki/Datei:Ke_Daiv.jpg#filehistory [12:48:40] and http://www.jedipedia.net/wiki/Datei:Ke_Daiv_Tod.jpg [12:48:45] these are the known cases [12:48:47] what's by the way the recommended value for xcache.var_size ? [12:48:59] New review: J; "yes adding type to the settings might be cleaner" [mediawiki/extensions/TimedMediaHandler] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/38665 [12:49:01] rebuildmessages.php didn't do the trick [12:50:25] DeusFigendi: you might want to try purging or rebuilding messages cache as well, like Axelei [12:50:40] unfortunately it's weekend and most people who know how this stuff works aren't here :/ [12:50:41] U sure MatmaRex ? [12:50:53] seem to be just these two pages [12:51:00] DeusFigendi: well, that's not going to break anything, at least, and might help [12:51:05] !purge [12:51:06] To purge a cached page, such as when making changes to the navigation bar, add &action=purge to the end of the page url, or ?action=purge if using Simple URLs. E.g: http://en.wikipedia.org/wiki/Main_Page?action=purge [12:51:32] actually, i just tried that on your wiki, and got a blank page. this is kinda bad :P [12:51:41] jap [12:51:48] maybe using index.php? [12:52:08] i tired both ways [12:52:09] !blank [12:52:10] A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [12:52:26] hm [12:52:27] in case you want to debug this. only happened on these image pages, main page purged succesfully [12:53:04] also, DeusFigendi, you might consider upgrading. MW 1.16 is a little ancient by now, 1.20 was recently released [12:53:23] !upgrading [12:53:23] http://www.mediawiki.org/wiki/Manual:Upgrading [12:53:40] that is planed [12:53:54] I'm not the admin, just "some kinda techi" ;D [12:54:20] :) [12:54:54] so I think I cannot "rebuild the message cache" by myself [12:55:14] yeah, that's true, you might want to poke someone to try this, then [12:55:39] indeed, can you gimme a link or something that explains how to do so? [12:56:21] DeusFigendi: you need to get someone to run a script on the server: https://www.mediawiki.org/wiki/Manual:Rebuildmessages.php [12:56:40] allright [12:56:49] thanks MatmaRex [12:57:33] although this looks pretty weird, it this wa a cache issue, messages would probably be wrong on all pages, not just these two [12:57:43] still, worth trying [12:57:56] mhm [12:58:29] it's very strange [12:58:30] New patchset: Liangent; "(bug 22457) More natural flow for the "By e-mail" feature" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38905 [12:58:35] btw. api says there's not Syntax-Error in the Wikicode, I checked this at first (thought... two files, same user.. maybe markup-trouble) [13:02:21] 03(mod) PostgreSQL: job_attempts, job_sha1 & Co. are missing - 10https://bugzilla.wikimedia.org/41196 summary (10Andre Klapper) [13:03:07] New review: Matmarex; "Assuming that you tested the JS code (because I didn't :) ), this looks good to me." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/38905 [13:05:16] 03(mod) Setting a different move protection expiry time from the edit protection results in the move protection taking the value of the edit protection - 10https://bugzilla.wikimedia.org/38365 +comment (10Marios Magioladitis) [13:07:45] 03(mod) Modernize the look and usability of page histories - 10https://bugzilla.wikimedia.org/28131 +design (10Niklas Laxström) [13:08:59] 03(NEW) Sidebar toolbar is too crowded - 10https://bugzilla.wikimedia.org/43170 normal; MediaWiki: General/Unknown; () [13:10:09] 03(mod) Project namespace's (i.e. "Wikipedia") transliteration done wrong - 10https://bugzilla.wikimedia.org/41350 -shell +shellpolicy (10Nemo) [13:12:44] 03(mod) Sidebar toolbar is too crowded - 10https://bugzilla.wikimedia.org/43170 (10Andre Klapper) [13:14:10] New review: Liangent; "I did test it but I just copied code structure from mediawiki.special.movePage.js ." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/38905 [13:15:48] 03(mod) Prevent users from submitting blank feedback - 10https://bugzilla.wikimedia.org/43162 (10Andre Klapper) [13:17:33] 03(mod) memcached - ITEM TOO BIG - 10https://bugzilla.wikimedia.org/42652 (10Andre Klapper) [13:18:33] 03(mod) "Couldn't resolve host 'ms-fe.pmtpa.wmnet'" CloudFiles errors - 10https://bugzilla.wikimedia.org/40514 +ops (10Andre Klapper) [13:19:04] 03(mod) Special:AggregateGroups configuration not reflected on Special:LanguageStats - 10https://bugzilla.wikimedia.org/42634 +comment (10Andre Klapper) [13:20:20] 03(mod) Move svn.wikimedia.org/doc/ - 10https://bugzilla.wikimedia.org/35663 +comment (10Andre Klapper) [13:20:26] 03(mod) Sidebar toolbar is too crowded - 10https://bugzilla.wikimedia.org/43170 normal->15enhancement; +comment (10Nemo) [13:20:27] 03(mod) Put the shorturl in a better place: current design is extremely ugly and confusing - 10https://bugzilla.wikimedia.org/38863 (10Nemo) [13:21:45] 03(mod) Sidebar toolbar is too crowded - 10https://bugzilla.wikimedia.org/43170 (10Nemo) [13:21:45] 03(mod) Modernize the look and usability of page histories - 10https://bugzilla.wikimedia.org/28131 (10Nemo) [13:22:19] 03(mod) Sidebar toolbox is too crowded - 10https://bugzilla.wikimedia.org/43170 summary (10Nemo) [13:24:03] has someone upgraded from 1.19 to 1.20 recently? [13:24:27] 03(mod) Sidebar toolbox is too crowded - 10https://bugzilla.wikimedia.org/43170 (10Nemo) [13:24:28] 03(mod) Usability: Unify permalink and last modified, move print version there - 10https://bugzilla.wikimedia.org/3575 (10Nemo) [13:29:43] New patchset: Alex Monk; "(bug 43096) Fix querying suppression logs" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38907 [13:30:10] 03(mod) Querying suppression events (letype=suppress) through API returns an empty list - 10https://bugzilla.wikimedia.org/43096 +comment (10Krenair) [13:42:24] 03(mod) Integrate Firefogg in the Commons Upload Wizard - 10https://bugzilla.wikimedia.org/42733 (10Andre Klapper) [13:42:45] i can't fix this... i'm reverting to 1.19 [13:43:18] 03(mod) Implement improvements to area below edit window (footer below textarea) (tracking) - 10https://bugzilla.wikimedia.org/42630 +comment (10Andre Klapper) [13:43:23] Axelei: it's weekend, people who know how this stuff works are not here [13:43:34] Axelei: maybe you should just file a bug? [13:43:41] bugzilla.wikimedia.org/ [13:43:58] the page rendered in 2 seconds before, now it's 10 [13:44:09] unfortunately i don't have the time in mid week :( [13:44:22] 03(mod) Diffs of trailing newlines removal don't work properly - 10https://bugzilla.wikimedia.org/42669 normal->minor (10Andre Klapper) [13:44:43] well, maybe you should just set up some caching? i don't know what could cause this slowdown, sorry [13:44:53] i'm a volunteer and mostly a frontend guy [13:45:07] (nor what could cause messages not to update) [13:45:14] i'm using xcache [13:45:27] 03(mod) en.wikipedia.org page load takes 12+ seconds because bits.wikimedia.org/.../load.php times out - 10https://bugzilla.wikimedia.org/42653 +comment (10Andre Klapper) [13:46:44] 03(mod) Requesting a new hook to allow manipulation of image data (e.g. src attribute) before the image is rendered - 10https://bugzilla.wikimedia.org/41835 +comment (10Andre Klapper) [13:47:50] 03(mod) Cross-wiki userrights reflects groups on local wiki, not target wiki - 10https://bugzilla.wikimedia.org/12518 +patch-in-gerrit (10Andre Klapper) [13:54:03] 03(mod) Please restrict anonymous users from creating new pages at sw.wikipedia - 10https://bugzilla.wikimedia.org/42894 +comment (10Snowolf) [14:17:09] 03(mod) PostEdit: Invisible .postedit-container makes 50%-of-width area next to the notification unclickable - 10https://bugzilla.wikimedia.org/41231 +comment (10TMg) [14:17:43] New patchset: Matmarex; "applying code conventions and cleanup in mediawiki.special.*" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38908 [14:18:51] 03(mod) PostEdit: Invisible .postedit-container makes 50%-of-width area next to the notification unclickable - 10https://bugzilla.wikimedia.org/41231 (10TMg) [14:20:50] New review: Matmarex; "(I just submitted I53eef750 to fix this and other issues on mw.special.*.)" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/38905 [14:35:58] 03(mod) PostEdit: Invisible .postedit-container makes 50%-of-width area next to the notification unclickable - 10https://bugzilla.wikimedia.org/41231 +comment (10Andre Klapper) [14:38:04] 03(mod) API file move fails with "backend-fail-move" sometimes. - 10https://bugzilla.wikimedia.org/39391 +comment (10Rainer Rillke @commons.wikimedia) [14:40:36] 03(mod) Wiki sites have very slow loading times - 10https://bugzilla.wikimedia.org/40093 +comment (10Nick Sorenson) [14:45:56] If a file is protected as edit=sysop but not upload protected can a non sysop overwrite it? [14:48:02] hoo: yes [14:48:19] Ah ok, thought so... thanks for clarifying :) [14:50:01] this already was the case before "upload protection" existed, btw. Thankfully, the new "upload" protection was added :) [14:53:30] :) [14:55:50] Vulpix: I think you have things confused [14:56:06] edit=sysop prevents re-upload by non admins [14:56:44] ... so I just did an useless admin action on trwiki :P [14:56:47] as does upload protection [14:57:21] the difference is that upload protect does not lock the associated wiki text page [14:58:19] so non-admins can modify the page contents without the risk of image vandalism [14:58:34] Betacommand: no, I'm not confused. Back on 1.16 you can protect File: pages, but people were still allowed to reupload them, just not able to edit the file description page [14:58:55] Vulpix: that shouldnt have been possible [14:59:04] wanna bet? [14:59:26] re-uploading modifies the page text [14:59:35] thus should be blocked [14:59:51] Betacommand: what about via API? [15:00:07] MatmaRex: shouldnt matter [15:00:20] Betacommand: no, reuploading does not change the page text [15:01:24] New patchset: Liangent; "(bug 22457) More natural flow for the "By e-mail" feature" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38905 [15:02:36] Vulpix: edit=sysop was set on countless files to prevent re-upload [15:03:34] * Betacommand goes to get information about it [15:03:49] Betacommand: meh, you are right, the problem I experienced was another, the cascade protection + upload [15:04:23] Vulpix: correct that was an issue at one point [15:05:19] * Betacommand remembers when it was used to put goatses on wikipedia's main page [15:05:42] New patchset: Liangent; "(bug 22457) More natural flow for the "By e-mail" feature" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38905 [15:11:49] 03(mod) Whitelist OASIS OpenDocument file format - 10https://bugzilla.wikimedia.org/2089 (10Jan Kucera (Kozuch)) [15:19:01] 03(mod) en.wikipedia.org page load takes 12+ seconds because bits.wikimedia.org/.../load.php times out - 10https://bugzilla.wikimedia.org/42653 (10bugzilla.wikimedia.org.76374) [15:21:01] New review: Reedy; "You need to have a repository created for your extension and then use that, not creating a folder in..." [mediawiki/extensions] (master); V: -1 C: -2; - https://gerrit.wikimedia.org/r/34689 [15:25:03] MatmaRex: I also want to have toggled to when that box is checked, but can't find a good way to do so [15:26:45] liangent: i'll look at it in a minute :) i'm wrestling with gerrit right now [15:27:05] 03(mod) en.wikipedia.org page load takes 12+ seconds because bits.wikimedia.org/.../load.php times out - 10https://bugzilla.wikimedia.org/42653 +comment (10Sam Reed (reedy)) [15:27:06] New patchset: Matmarex; "(bug 40124) [DRAFT] allow non-default preferences prefixed with 'userjs-'" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/37503 [15:34:16] New review: Matmarex; "PS8: addressed comments by Parent5446 and Umherirrender." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/37503 [15:34:46] 03(mod) "Couldn't resolve host 'ms-fe.pmtpa.wmnet'" CloudFiles errors - 10https://bugzilla.wikimedia.org/40514 +comment (10Faidon Liambotis) [15:38:04] liangent: alright, i'm looking [15:38:25] liangent: you'd probably have to make these messages available to the script via ResourceLoader, let me look up how it's done [15:40:17] liangent: grep Resources.php for 'jquery.makeCollapsible', it uses some messages via RL [15:40:56] liangent: add them to this script's entry in Resources in a similar way, then use mw.msg('prefs-help-email') to get its contents in JS code [15:41:02] MatmaRex: those are simple strings [15:41:28] but it's may happen that sysops configure prefs-help-email-required with wikitext [15:42:15] liangent: oh. well, in this case this is probably going to display as plaintext anyway, and those sysops should be slapped :P [15:42:29] liangent: i dont know if it's even possibly to enable parsing for RL-provided messages [15:42:33] even possible* [15:43:23] MatmaRex: another option is to provide a parsed version in data-* but this doesn't look so clean [15:49:27] liangent: as far as i can see RLdoesn't allow for any parsing, so that might be the only solution if you want this to work in this way [15:52:41] MatmaRex: maybe that particular ryan address isn't subscribed to wikitech-l ? so it was moderated? [15:53:02] MatmaRex: all i know is the original i got mentioned wikitech-l on to: line [15:54:43] jeremyb: uh, talking about that wikitech message, right? i've already kinda forgot about it [15:54:53] but i still didn't receive it [15:55:02] well it's not in the archive [15:55:06] it would be nice if someone resent it [15:55:09] so it still may be in moderation queue [15:57:53] Change merged: Reedy; [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/38830 [16:06:52] New patchset: Hoo man; "Add option to have private filters notify UDP/RC (default: disabled)" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38824 [16:07:37] git add --all is evil -.- [16:09:49] New patchset: Hoo man; "Add option to have private filters notify UDP/RC (default: disabled)" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38824 [16:10:44] New review: Hoo man; "Stylistic changes (documentation style and I don't like global declarations within loops)." [mediawiki/extensions/AbuseFilter] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/38824 [16:10:53] Change merged: Hoo man; [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38824 [16:10:53] hoo: lol [16:25:51] 03(mod) VisualEditor: Triple-click selection of paragraph - 10https://bugzilla.wikimedia.org/38011 (10Raimond Spekking) [16:26:40] 03(mod) Turkish Wikipedia logo has changed due to local changes in Common.css - 10https://bugzilla.wikimedia.org/43169 +comment (10jeremyb) [16:30:42] hoo: why would you ever git ad --all? [16:30:44] add* [16:31:03] MatmaRex: Because I'm lazy... [16:31:59] git add -u sure, git commit -a sure, but add --all feels like asking for a bad time to me [16:32:06] i have untracked files in my repos all the time [16:32:47] I usually avoid that and take a look at git status first [16:32:56] but this time one made it through ... [16:33:06] * jeremyb hugs git status -sb [16:33:12] legoktm: ping!!! [16:37:09] 03(NEW) Linking to a file: Leading colon not stripped - 10https://bugzilla.wikimedia.org/43171 normal; VisualEditor: General; () [16:38:39] lol [16:38:57] MatmaRex, remember the Message-Problem I told a few hours ago? [16:39:10] seems it apears on all files beginning with "Ke..." [16:39:16] @.@ [16:39:19] confusing [16:45:22] 03(NEW) Reword some messages on account creation interface for logged in users - 10https://bugzilla.wikimedia.org/43172 normal; MediaWiki: Special pages; () [16:48:11] 03(NEW) Linking to a category: Leading colon not stripped - 10https://bugzilla.wikimedia.org/43173 normal; VisualEditor: General; () [16:48:47] 03(mod) Linking to a category: Leading colon not stripped - 10https://bugzilla.wikimedia.org/43173 (10Liangent) [16:48:50] 03(mod) Linking to a file: Leading colon not stripped - 10https://bugzilla.wikimedia.org/43171 (10Liangent) [16:51:42] 03(mod) Localize logo for ml.wikibooks - 10https://bugzilla.wikimedia.org/43111 +comment (10Dereckson) [16:53:14] 03(mod) Remove square brackets in patrol link after click - 10https://bugzilla.wikimedia.org/43164 trivial->15enhancement; +comment (10Krinkle) [16:53:32] DeusFigendi: lol [16:54:12] DeusFigendi: have you tried uploading new files with such name and with a non-problematic one to see if it's the same? [16:54:25] nope [16:57:04] hi [16:57:32] 03(mod) Reword some messages on account creation interface for logged in users - 10https://bugzilla.wikimedia.org/43172 (10Andre Klapper) [16:57:33] 03(mod) Implement a way to set the document title properly - 10https://bugzilla.wikimedia.org/31258 minor->15enhancement; +comment (10Krinkle) [16:57:33] 03(mod) Interface messages needing rewording or documentation and other issues with existing messages (tracking) - 10https://bugzilla.wikimedia.org/38638 (10Andre Klapper) [16:57:48] i want to write a mediawiki-extension that writes data to the mysql-database, is there an instruction or working example? [16:58:10] 03(mod) Implement a way to set the document title properly - 10https://bugzilla.wikimedia.org/31258 +comment (10Krinkle) [16:58:17] legoktm: you owe me a commit [16:59:05] 03(mod) Increase font-size in Gerrit search box to make it readable - 10https://bugzilla.wikimedia.org/38667 +comment (10Chad H.) [17:01:25] lbenedix: Extension:AbuseFilter writes to database [17:01:40] wait, discard that [17:02:03] I don't know why but I understood like you wanted an example of extension that writes to database :D [17:02:18] 03(mod) Increase font-size in Gerrit search box to make it readable - 10https://bugzilla.wikimedia.org/38667 (10jeremyb) [17:03:16] 03(mod) wgAjaxWatch.setLinkText doesn't work in Vector if icon mode is not used - 10https://bugzilla.wikimedia.org/22556 +comment (10Krinkle) [17:03:17] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [17:05:15] 03(mod) Reword some messages on account creation interface for logged in users - 10https://bugzilla.wikimedia.org/43172 (10Robin Pepermans (SPQRobin)) [17:06:36] 03(mod) Search suggest should allow cycling in results - 10https://bugzilla.wikimedia.org/14620 summary (10Krinkle) [17:06:36] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [17:07:08] 03(mod) Proper ajax patrolling functionality in core - 10https://bugzilla.wikimedia.org/7851 (10Krinkle) [17:07:11] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [17:07:18] 03(mod) Ajax code refactoring - 10https://bugzilla.wikimedia.org/6612 -patch -patch-need-review ; summary (10Krinkle) [17:09:06] 03(mod) AJAX (tracking) - 10https://bugzilla.wikimedia.org/14123 +comment (10Krinkle) [17:09:22] 03(mod) MediaWiki AJAX interface (tracking) - 10https://bugzilla.wikimedia.org/14123 summary (10Krinkle) [17:09:47] 03(mod) Search suggestions should search in all default-searchable namespaces - 10https://bugzilla.wikimedia.org/5459 summary (10Krinkle) [17:09:49] 03(mod) MediaWiki AJAX interface (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [17:11:03] 03(NEW) Inline image incorrectly alienated - 10https://bugzilla.wikimedia.org/43174 normal; VisualEditor: General; () [17:11:56] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/38803 [17:12:26] New patchset: Siebrand; "Re-add support for WikisourceMobile" [translatewiki] (master) - https://gerrit.wikimedia.org/r/38912 [17:12:34] New patchset: Siebrand; "Re-add support for WikisourceMobile" [translatewiki] (master) - https://gerrit.wikimedia.org/r/38912 [17:12:48] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/38912 [17:13:17] 03(mod) kowikisource: set $wgLogo to be the local Wiki.png - 10https://bugzilla.wikimedia.org/38543 summary; +comment (10jeremyb) [17:16:10] 03(mod) Make inline actions like ajaxWatch easier to clone for extensions - 10https://bugzilla.wikimedia.org/35639 +comment (10Krinkle) [17:19:47] 03(mod) Creative Commons license selection forgets other fields in installer; needs popup or AJAX - 10https://bugzilla.wikimedia.org/2837 +comment (10Krinkle) [17:19:49] New review: Nemo bis; "How is one supposed to understand why it's bolded in RC now?" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38805 [17:19:49] 03(mod) MediaWiki AJAX interface (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [17:25:58] 03(mod) Make addedwatchtext message, shown after adding talk page to watchlist, less verbose - 10https://bugzilla.wikimedia.org/11665 +comment (10Nemo) [17:26:00] 03(mod) mw.notification Usability Improvements - 10https://bugzilla.wikimedia.org/40307 (10Nemo) [17:26:21] 03(mod) Make addedwatchtext message, shown after adding talk page to watchlist, less verbose - 10https://bugzilla.wikimedia.org/11665 (10Nemo) [17:33:23] 03(mod) Querying suppression events (letype=suppress) through API returns an empty list - 10https://bugzilla.wikimedia.org/43096 (10orlodrim) [17:33:52] New patchset: Amire80; "Remove nocreatetitle" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38913 [17:39:52] 03(NEW) MediaWiki AJAX interface (tracking) - 10https://bugzilla.wikimedia.org/43175 normal; MediaWiki: JavaScript; () [17:39:53] 03(mod) Some AJAX features seem to have stopped working in 1.18 - 10https://bugzilla.wikimedia.org/31545 (10Nemo) [17:39:56] 03(mod) Deprecate legacy ajax interface (tracking) - 10https://bugzilla.wikimedia.org/40787 (10Nemo) [17:39:58] 03(mod) wfAjaxWatch in AjaxFunctions.php doesn't check the return value of $article->doWatch(); - 10https://bugzilla.wikimedia.org/11135 (10Nemo) [17:39:59] 03(mod) AjaxShowEditors does not work when editing new pages - 10https://bugzilla.wikimedia.org/12367 (10Nemo) [17:40:01] 03(mod) ajaxwatch.js applies ID to wrong element, only processes one; tooltip doesn't update - 10https://bugzilla.wikimedia.org/12513 (10Nemo) [17:40:02] 03(mod) Ajax code refactoring - 10https://bugzilla.wikimedia.org/6612 (10Nemo) [17:40:04] 03(mod) Flagging revision should use AJAX - 10https://bugzilla.wikimedia.org/14003 (10Nemo) [17:40:05] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Nemo) [17:40:06] 03(mod) MediaWiki AJAX interface (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [17:43:12] 03(mod) AJAX: make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 -tracking ; summary; +comment (10Nemo) [17:43:15] 03(mod) Creative Commons license selection forgets other fields in installer; needs popup or AJAX - 10https://bugzilla.wikimedia.org/2837 (10Nemo) [17:43:17] 03(mod) Support inline editing with AJAX - 10https://bugzilla.wikimedia.org/4427 (10Nemo) [17:43:19] 03(mod) Feature request: Auto-updating Special RecentChanges - 10https://bugzilla.wikimedia.org/5560 (10Nemo) [17:43:22] 03(mod) Search suggestions should search in all default-searchable namespaces - 10https://bugzilla.wikimedia.org/5459 (10Nemo) [17:43:23] 03(mod) Ajax math editor - 10https://bugzilla.wikimedia.org/6593 (10Nemo) [17:43:25] 03(mod) Ajax code refactoring - 10https://bugzilla.wikimedia.org/6612 (10Nemo) [17:43:26] 03(mod) Proper ajax patrolling functionality in core - 10https://bugzilla.wikimedia.org/7851 (10Nemo) [17:43:28] 03(mod) AJAX search during article edit clear edited text - 10https://bugzilla.wikimedia.org/9434 (10Nemo) [17:43:29] 03(mod) Patrolling revision should not end on separate page, use AJAX - 10https://bugzilla.wikimedia.org/11002 (10Nemo) [17:43:30] 03(mod) wfAjaxWatch in AjaxFunctions.php doesn't check the return value of $article->doWatch(); - 10https://bugzilla.wikimedia.org/11135 (10Nemo) [17:43:31] 03(mod) AjaxShowEditors does not work when editing new pages - 10https://bugzilla.wikimedia.org/12367 (10Nemo) [17:43:33] 03(mod) ajaxwatch.js applies ID to wrong element, only processes one; tooltip doesn't update - 10https://bugzilla.wikimedia.org/12513 (10Nemo) [17:43:34] 03(mod) ajaxsearch.js - make number of letters before execution customizable - 10https://bugzilla.wikimedia.org/12802 (10Nemo) [17:43:37] 03(mod) Special:Blockip should load the block summary using AJAX - 10https://bugzilla.wikimedia.org/12917 (10Nemo) [17:43:37] 03(mod) Way for anons to disable search box AJAX suggestions - 10https://bugzilla.wikimedia.org/13848 (10Nemo) [17:43:39] 03(mod) AJAX drop-down search (MWSuggest) obscures Go and Search buttons - 10https://bugzilla.wikimedia.org/13941 (10Nemo) [17:43:40] 03(mod) Flagging revision should use AJAX - 10https://bugzilla.wikimedia.org/14003 (10Nemo) [17:43:42] 03(mod) Ajax search feature does not work in modern skin - 10https://bugzilla.wikimedia.org/14444 (10Nemo) [17:43:43] 03(mod) Search suggest should allow cycling in results - 10https://bugzilla.wikimedia.org/14620 (10Nemo) [17:43:46] 03(mod) Search (or AJAX Suggestions) should try expanding/contracting ordinals - 10https://bugzilla.wikimedia.org/15280 (10Nemo) [17:43:47] 03(mod) Search suggestions container not working well for skins placing search box in the footer - 10https://bugzilla.wikimedia.org/16235 (10Nemo) [17:43:48] 03(mod) Ajaxify the "watch" links on Special:Unwatchedpages - 10https://bugzilla.wikimedia.org/17367 (10Nemo) [17:43:49] 03(mod) Edit toolbar & Edit tools (tracking) - 10https://bugzilla.wikimedia.org/17653 (10Nemo) [17:43:50] 03(mod) AJAX tabs in monobook, vector... - 10https://bugzilla.wikimedia.org/19536 (10Nemo) [17:43:51] 03(mod) wgAjaxWatch.setLinkText doesn't work in Vector if icon mode is not used - 10https://bugzilla.wikimedia.org/22556 (10Nemo) [17:43:52] 03(mod) Special:ComparePages should use AJAX suggestions - 10https://bugzilla.wikimedia.org/24235 (10Nemo) [17:43:54] 03(mod) Proper AJAX rollback functionality in core - 10https://bugzilla.wikimedia.org/31270 (10Nemo) [17:43:55] 03(mod) Some AJAX features seem to have stopped working in 1.18 - 10https://bugzilla.wikimedia.org/31545 (10Nemo) [17:43:58] 03(mod) Make categories load on demand via ajax magic - 10https://bugzilla.wikimedia.org/35618 (10Nemo) [17:43:59] 03(mod) Make inline actions like ajaxWatch easier to clone for extensions - 10https://bugzilla.wikimedia.org/35639 (10Nemo) [17:44:00] 03(mod) Deprecate legacy ajax interface (tracking) - 10https://bugzilla.wikimedia.org/40787 (10Nemo) [17:44:01] 03(mod) Remove square brackets in patrol link after click - 10https://bugzilla.wikimedia.org/43164 (10Nemo) [17:46:05] 03(mod) Remove square brackets in patrol link after click - 10https://bugzilla.wikimedia.org/43164 +comment (10Nemo) [17:46:06] 03(mod) AJAX: make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [17:46:07] 03(mod) Proper AJAX rollback functionality in core - 10https://bugzilla.wikimedia.org/31270 (10Nemo) [17:47:02] bug tracking :) [17:51:41] 03(mod) MediaWiki AJAX interface (tracking) - 10https://bugzilla.wikimedia.org/43175 (10Krinkle) [17:51:42] 03(mod) AJAX: make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [17:52:12] Vulpix:thanks [17:53:50] 03(mod) Make inline actions like ajaxWatch easier to clone for extensions - 10https://bugzilla.wikimedia.org/35639 (10Krinkle) [17:53:51] 03(mod) AJAX: make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [17:57:24] 03(mod) Search suggest should allow cycling in results - 10https://bugzilla.wikimedia.org/14620 (10Krinkle) [17:57:25] 03(mod) AJAX: make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [18:01:05] 03(mod) AJAX: make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [18:01:06] 03(mod) Way for anons to disable search box AJAX suggestions - 10https://bugzilla.wikimedia.org/13848 (10Krinkle) [18:01:20] 03(mod) Edit toolbar & Edit tools (tracking) - 10https://bugzilla.wikimedia.org/17653 (10Krinkle) [18:01:21] 03(mod) AJAX: make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [18:02:33] 03(mod) Search suggestions container not working well for skins placing search box in the footer - 10https://bugzilla.wikimedia.org/16235 (10Krinkle) [18:02:33] 03(mod) CSS (tracking) - 10https://bugzilla.wikimedia.org/12788 (10Krinkle) [18:02:34] 03(mod) AJAX: make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [18:03:19] 03(mod) Search suggestions should search in all default-searchable namespaces - 10https://bugzilla.wikimedia.org/5459 (10Krinkle) [18:03:20] 03(mod) AJAX: make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Krinkle) [18:03:47] and moar tracking changes [18:08:29] 03(mod) Make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 +comment (10Krinkle) [18:10:29] 03(mod) Flagging revision should use AJAX - 10https://bugzilla.wikimedia.org/14003 (10Nemo) [18:10:32] 03(mod) Make MediaWiki more AJAXy (tracking) - 10https://bugzilla.wikimedia.org/14123 (10Nemo) [18:10:32] 03(mod) MediaWiki AJAX interface (tracking) - 10https://bugzilla.wikimedia.org/43175 (10Nemo) [18:13:24] 03(NEW) Signup to labsconsole is not possible - 10https://bugzilla.wikimedia.org/43176 normal; Wikimedia Labs: General; () [18:18:58] 03(mod) Signup to labsconsole is not possible - 10https://bugzilla.wikimedia.org/43176 +comment (10Andre Klapper) [18:22:14] New patchset: Siebrand; "Add explicit GENDER support for 3 messages." [mediawiki/extensions/Premoderation] (master) - https://gerrit.wikimedia.org/r/38914 [18:46:17] 03(mod) Support for RTL languages/wikis - 10https://bugzilla.wikimedia.org/43110 (10dalba.wiki) [18:48:35] 03(NEW) Api query by aisha1 stopped working - 10https://bugzilla.wikimedia.org/43177 major; MediaWiki: API; () [19:07:25] New patchset: Mattflaschen; "(bug 16165) Use link for history compare button." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38915 [19:09:55] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, not buttons - 10https://bugzilla.wikimedia.org/16165 +patch-in-gerrit; +comment (10Matthew Flaschen) [19:13:13] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38913 [19:14:37] New patchset: Siebrand; "Way to go." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/38916 [19:14:59] Change merged: Siebrand; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/38916 [19:16:29] New patchset: Mattflaschen; "(bug 16165) Use link for history compare button." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38915 [19:22:27] New review: Matmarex; "Tyler: see inline." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/37503 [19:26:34] 03(mod) HTML validation: Attribute srcset not allowed on element img at this point.v - 10https://bugzilla.wikimedia.org/41346 normal->minor; +comment (10Andre Klapper) [19:26:50] 03(mod) Make the "year" field default to the current year on histories - 10https://bugzilla.wikimedia.org/41330 normal->minor (10Andre Klapper) [19:28:17] 03(mod) Special:GlobalCollectGateway without any parameters throws an internal error - 10https://bugzilla.wikimedia.org/40961 +comment (10Andre Klapper) [19:29:10] 03(mod) Make the "year" field default to the current year on histories - 10https://bugzilla.wikimedia.org/41330 +comment (10Platonides) [19:30:56] 03(mod) MathJax doesn't work in preview - 10https://bugzilla.wikimedia.org/36060 (10Andre Klapper) [19:31:33] 03(mod) UW will not create a category but it tells so - 10https://bugzilla.wikimedia.org/37127 (10Andre Klapper) [19:32:17] 03(mod) Category adder should have "X" to remove additional categories - 10https://bugzilla.wikimedia.org/37128 +comment (10Andre Klapper) [19:33:49] hi again [19:34:17] gosh so many bugs highlighted. whats going on? [19:37:38] not what, who: Andre Klapper :) [19:38:44] * andre__ hyperactive [19:38:53] or more like taking a break from even more boring stuff :P [19:42:54] 03(mod) Sending email via Gmail bug (and solution): includes/UserMailer.php - 10https://bugzilla.wikimedia.org/37155 +comment (10Andre Klapper) [19:49:09] 03(mod) RFE: Hook to change Enotif recipient list - 10https://bugzilla.wikimedia.org/33537 (10Andre Klapper) [19:49:37] 03(mod) footer disclaimer on copy of your own msg (from [[special:emailuser]]) only makes sense for recipient - 10https://bugzilla.wikimedia.org/37893 +comment (10Andre Klapper) [19:50:33] 03(mod) Allow each log action to set whether to send email notification and with which subject/body - 10https://bugzilla.wikimedia.org/42458 (10Andre Klapper) [19:51:27] you have been given very boring tasks this week, then :) [19:53:42] 03(mod) footer disclaimer on copy of your own msg (from [[special:emailuser]]) only makes sense for recipient - 10https://bugzilla.wikimedia.org/37893 +comment (10Platonides) [19:53:47] 03(mod) Sidebar toolbox is too crowded - 10https://bugzilla.wikimedia.org/43170 +comment (10Nemo) [19:56:50] hello I used rsync to mirror my wiki to another webserver ... when trying to view the mirrored website I get this error [19:56:55] Fatal error: Call to undefined function session_name() in .... on line 482 [19:57:11] different php configuration [19:57:20] ah bingo [19:57:22] you are right [19:57:38] damn guess i will have to use same php on both machines [19:58:11] you may need to enable session extension in the second server [19:58:12] 03(mod) $wgUsersNotifiedOnAllChanges no longer notifies on all changes as the name implies - 10https://bugzilla.wikimedia.org/40534 summary; +comment (10Andre Klapper) [19:58:26] it's usually compiled in, but that doesn't seem to be the case for you [19:58:51] try extension=session.so in the php.ini [19:59:20] ok thanks for the tip Platonidess I will try that [19:59:21] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, not buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Isarra) [20:01:32] 03(mod) footer disclaimer on copy of your own msg (from [[special:emailuser]]) only makes sense for recipient - 10https://bugzilla.wikimedia.org/37893 +comment (10Siebrand) [20:01:36] 03(mod) Api query by aisha1 stopped working - 10https://bugzilla.wikimedia.org/43177 +comment (10Jesús Martínez Novo (Ciencia Al Poder)) [20:09:16] New review: Isarra; "Per usability concerns with the mapping between selections and buttons, I do not believe this belong..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/38915 [20:09:53] 03(mod) Fix and publish our Debian package for TestSwarm - 10https://bugzilla.wikimedia.org/35282 +comment (10Krinkle) [20:15:49] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, not buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Matthew Flaschen) [20:16:06] 03(mod) Signup to labsconsole is not possible - 10https://bugzilla.wikimedia.org/43176 +comment (10Fomafix) [20:16:16] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 summary (10Matthew Flaschen) [20:17:37] 03(mod) mw.notification Usability Improvements - 10https://bugzilla.wikimedia.org/40307 +comment (10Krinkle) [20:21:19] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Matthew Flaschen) [20:21:48] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Isarra) [20:24:21] New review: Mattflaschen; "Isarra, please see my reply at the bug." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/38915 [20:25:19] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Bartosz Dziewoński) [20:25:40] New review: Krinkle; "-1 for confusing (misunderstood?) code comment." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/34972 [20:27:45] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Isarra) [20:28:25] MatmaRex: I need a hug. [20:29:26] i think i need one as well. [20:29:28] * MatmaRex hugs Isarra [20:30:48] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Matthew Flaschen) [20:31:02] * Platonides hugs MatmaRex and Isarra [20:32:19] i just set up Opera as my e-mail client and i'm loving it already. [20:33:06] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Matthew Flaschen) [20:33:36] 03(NEW) adding alarm for cross namespace interwiki mistakes - 10https://bugzilla.wikimedia.org/43178 normal; MediaWiki: General/Unknown; () [20:33:56] New patchset: Krinkle; "(bug 41342) jquery.suggestions: Call cancel before fetching." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/34972 [20:34:47] 03(mod) jquery.suggestions should cancel any active (async) fetches before it triggers another fetch - 10https://bugzilla.wikimedia.org/41342 -patch-in-gerrit ; +comment (10Krinkle) [20:34:48] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Matthew Flaschen) [20:34:54] New patchset: Krinkle; "(bug 41342) jquery.suggestions: Call cancel before fetching." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/34972 [20:35:07] New patchset: Tpt; "Add of a validation for language codes." [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/38917 [20:35:13] New review: Krinkle; "* Address inline comments." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/34972 [20:35:26] New review: Krinkle; "recheck" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/34972 [20:35:32] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 (10Matthew Flaschen) [20:36:31] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Isarra) [20:37:23] 03(mod) adding alarm for cross namespace interwiki mistakes - 10https://bugzilla.wikimedia.org/43178 +comment (10Platonides) [20:37:26] well I would offer you and open licensed hug, but I am not at your place guys and kings [20:38:00] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/34972 [20:38:29] New patchset: Adithyap; "Adding AbuseFilter navigation bar in Special:AbuseFilter/" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38919 [20:39:31] New review: Matmarex; "Thanks." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/34972 [20:40:24] 03(mod) Please add a link back to Special:AbuseFilter in Special:AbuseFilter/ - 10https://bugzilla.wikimedia.org/40862 +comment (10Adithya Parthasarathy) [20:42:32] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Matthew Flaschen) [20:43:23] New review: Martineznovo; "Do you really wanted to create a new changeset instead of modifying the old one? see https://www.med..." [mediawiki/extensions/AbuseFilter] (master) C: 0; - https://gerrit.wikimedia.org/r/38919 [20:44:21] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Isarra) [20:45:05] * Isarra hugs MatmaRex and Platonides and clings. [20:46:12] i think we are all confused about confusing the confusing behavior of buttons and links on bug 16165. [20:46:23] i'm going to get myself some tea. [20:46:36] I certainly confused, and not the least about my apparent inability to read. [20:47:14] i'm quite confused about what this change is supposed to achieve as well [20:47:20] This seems to happen a lot, really. I see a bug and read it as something completely different from what it actually says. It's almost as if someone is following me around changing the summaries just to mess with me. [20:47:27] i mean, we could swap out all buttons to links, but this doesnt mean this is a good idea [20:47:32] Also, that. [20:47:35] Buttons are buttons. [20:48:01] That's like the only thing I'm certain about here, though, which probably means I'm wrong. [20:48:25] i'm going to get the tea and then think about it. [20:48:46] I should get breakfast. [20:48:55] New review: Krinkle; "There's various coding style, conventions and efficiency issues. I'd like to give Matmarex and Hoo m..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/38915 [20:50:50] What's the actual point of that bug? [20:50:59] I mean, why does it even need to be links for that? [20:51:15] to ctrl+click it [20:51:27] You can do that anyway. [20:51:41] or shift+click, or right-click, or whateer [20:51:43] *whatever [20:51:50] In 2008 that wasn't that case, but that's fast becoming a browser standard. [20:52:17] I find it useful as a link, but I'd have done that as a user script instead of putting it into core [20:53:00] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Matthew Flaschen) [20:53:06] 03(mod) adding alarm for cross namespace interwiki mistakes - 10https://bugzilla.wikimedia.org/43178 +comment (10reza1615) [20:53:49] Isarra: also, the ctrl+click / shift+click on buttons doesn't work on Firefox. What browser are you using? [20:54:52] It should work - as I recall it did when this came up last time with the search box. [20:55:05] Then the verdict was if people really want it, they can use a script. [20:55:16] Vulpix: it works for me on Opera, get a better browser :P [20:55:32] Opera? it isn't even supported on gerrit [20:55:50] humans aren't supported on gerrit either. [20:55:52] Vulpix: wait, what are we talking about? [20:56:01] Vulpix: i was talking in general, not in the gerrit's interface [20:56:12] gerrit's interface is entirely scripted and doesnt use regular buttons anywhere afaik [20:56:14] about opera and "better browser" [20:56:27] lots of websites doesn't support opera [20:56:32] Vulpix: i just configured Opera as my mail client, and i'm loving it. [20:56:38] Vulpix: the only one i encountered is google docs [20:56:42] and it sorta kinda works as well [20:56:59] good enough to read and edit documents if i dont care about occasional grapic quirks [20:57:16] it looks like I won't convince you [20:57:35] i'm a fanboy, you won't :P [20:57:58] Google docs doesn't work in chrome. [20:58:03] I discovered this the other day. [20:58:26] google docs on chrome? that shouldn't be possible :O [20:58:45] If you don't have enough processing power, it crashes. [20:59:12] Whereas in opera it's really slow and has to be reloaded a lot. I'm not sure which is better. [21:00:12] about opera I only hate 2 things: the stupid map to accesskeys (shift-Esc, really? what the heck?) and that it doesn't remember form input fields [21:00:34] Vulpix: you can probably change that hotkey (or any other one) [21:00:50] Vulpix: and there's an extension for remembering form fields [21:00:55] unless i'm misunderstanding what you want [21:01:04] web access keys, not hotkeys, and it's no configurable [21:01:38] Vulpix: yes it is. i am configuring it right now. [21:01:55] Vulpix: "Esc shift" is mapped to "Enter access key mode | Leave access key mode" for me. [21:01:57] 03(mod) Make the "year" field default to the current year on histories - 10https://bugzilla.wikimedia.org/41330 (10mybugs.mail) [21:02:05] that seems like the default. i can change it. [21:02:37] If opera isn't remembering form fields, then that usually means the site broke something, unless you're referring to something I'm not thinking of. [21:02:40] in Tools -> Preferences -> Advanced -> Shortcuts -> Keyboard setup [21:03:03] it's broken at least in opera 9. Even if you remap keys, it doesn't work [21:03:10] But like when editing in mediawiki, there were some versions of mw in which the content wouldn't be remembered if you left and come back, but that was a mediawiki (or wikieditor) bug. [21:03:31] You need to update. [21:04:00] If you use windows that won't happen automatically if I recall correctly. [21:04:13] Although as I recall windows never was their target audience. [21:05:09] Vulpix: opera 9 is like three years old [21:06:01] also, that tea i was gonna get myself. i should go get it. [21:07:27] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Isarra) [21:10:49] * MatmaRex loves tea [21:15:04] I clone extensions without logging in to gerrit, how do I add it? [21:15:10] New patchset: Siebrand; "Fix the little documentation that FormOptions::consumeValue() has" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/39000 [21:16:28] techman224: sorry? what do you mean? add what? [21:17:08] Well, when I cloned the mediawiki extensions, I didn't clone them using my gerrit login [21:17:25] just as a anonymous user [21:17:53] but now I want to be able to pull from gerrit using my username [21:18:38] techman224: ah. you'll have to change the remotes [21:18:53] how do i do that? [21:19:16] techman224: what does `git remote -v` output? it should list your current remotes [21:21:12] MathmaRex, http://dpaste.org/oIZNb/ [21:21:24] techman224: you should use something like `git remote set-url ` [21:21:33] techman224: oh. hm, that's interesting [21:21:58] your origin remote is different than the gerrit one. this is not good, let's fix it [21:22:28] techman224: git remote set-url origin ssh://techman224@gerrit.wikimedia.org:29418/mediawiki/extensions/AbuseFilter.git [21:22:55] that is, set the URL for "origin" remote to the same one as "gerrit" remote [21:23:04] and then also this: [21:23:18] techman224: git remote set-url --push origin ssh://techman224@gerrit.wikimedia.org:29418/mediawiki/extensions/AbuseFilter.git [21:24:01] MatmaRex, the first command sets both [21:24:17] techman224: alright, that's good then, i just took them from the docs [21:24:45] well, anyway, it should work after you do that. [21:25:45] MatmaRex, my remotes for core mediawiki look different, I don't have gerrit, but have origin [21:25:47] http://dpaste.org/Dfrgw/ [21:26:34] I originally logged in to clone it [21:26:37] techman224: does it work? if not, add gerrit. if yes, don't fix what isn't broken :P [21:27:03] techman224: i just checked and i have both origin+gerrit on core, and only origin on extensions [21:27:39] MatmaRex, every time I pull the core, it asks for my ssh passphrase [21:27:48] i dont know why it does that, but it works, it was probably broken for you because you had different gerrit and origin [21:27:55] techman224: set up your ssh-agent? [21:28:04] MatmaRex, now I have [21:28:44] i use keychain, but it's annoying to keep typing my passphrase every login [21:29:39] I start it up using .bash_profile [21:30:20] New patchset: Siebrand; "Deglobalized." [mediawiki/extensions/APC] (master) - https://gerrit.wikimedia.org/r/39001 [21:30:45] techman224: sorry, i'm not on linux, i don't know how this stuff works. i set up mingw's ssh-agent on my windows using black magic and duct tape, and it mostly works [21:30:48] :) [21:32:23] jeremyb: sorry. for some reason I can't even export a patch file which leads me to think its my client not sending it right to the server, so the server rejects it [21:33:37] 03(mod) Inline aliens behaving incorrectly in some cases, seems to depend on selection - 10https://bugzilla.wikimedia.org/43174 summary; +comment (10Roan Kattouw) [21:35:46] 03(mod) mediawiki.legacy.upload should be migrated to a modern module - 10https://bugzilla.wikimedia.org/31946 (10mybugs.mail) [21:38:09] New review: Matmarex; "I scanned it quickly." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/38915 [21:38:28] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38908 [21:38:33] 03(mod) Make the "year" field default to the current year on histories - 10https://bugzilla.wikimedia.org/41330 +comment (10Platonides) [21:39:38] New review: Siebrand; "Replies to Luke's comments. Fixes in the next PS." [mediawiki/extensions/CleanChanges] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/38498 [21:39:45] 03(mod) VisualEditor: Select All + Delete removes all text from sight, but not internally - 10https://bugzilla.wikimedia.org/43081 +comment (10Roan Kattouw) [21:40:07] New patchset: Siebrand; "Update docs and type hints" [mediawiki/extensions/CleanChanges] (master) - https://gerrit.wikimedia.org/r/38498 [21:40:37] New review: Krinkle; "recheck" [mediawiki/extensions/SVGEdit] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/36754 [21:41:18] New patchset: Lupo; "Correct the error count" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/36602 [21:41:24] New review: Krinkle; "-1 on behalf of jenkins (if you want to update it to pass, then make it pass :) )." [mediawiki/extensions/SVGEdit] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/36754 [21:42:03] siebrand: about your comments on my changeset (#38903), is there a manual/help page on the "new logging system"? [21:42:27] New review: Krinkle; "Quite a few low hanging fruit reported by jshint. If you don't want to do it in one pass, that's okay." [mediawiki/extensions/SVGEdit] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/36754 [21:44:50] 03(mod) Querying suppression events (letype=suppress) through API returns an empty list - 10https://bugzilla.wikimedia.org/43096 +comment (10Krenair) [21:46:50] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 (10Siebrand) [21:48:21] New patchset: Adithyap; "Adding a Link back to Abuse filter management page Added the navigation bar" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/38821 [21:50:37] 03(mod) Please add a link back to Special:AbuseFilter in Special:AbuseFilter/ - 10https://bugzilla.wikimedia.org/40862 +comment (10Adithya Parthasarathy) [21:51:04] * hexmode looks around for Krinkle|detached  [21:51:13] hmm... probably should pm him [21:51:27] won't help if really detached. [21:51:45] Amgine: he has answered detached pm's before [21:52:06] I use the same proxy he does and just connected and got a queued pm [21:52:08] [21:52:09] :) [21:52:48] Amgine: how deep is your js/mw knowledge? That's what I really need. :) [21:53:12] oh, I'll just ask [21:53:15] js is antithetical to my life. But I know a few people. [21:53:55] Does MW have a way to get the URL of an uploaded jpg for presentation? [21:54:10] Change abandoned: thibaultmarin; "Moving to I742c54a1." [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/34689 [21:54:24] I know a file has been uploaded, I just need to get the real url [21:54:28] hexmode: via the API or in wikicode, yes [21:54:56] MatmaRex: yes, but this is actually js putting the url in the page [21:55:16] so, would I have to ping the api to get the url for js? [21:55:22] There's a way to figure out the hash as well from the file name. [21:55:32] Which I used to have but can't find at the moment. [21:55:43] hmm... maybe that is what I want [21:55:55] I'll look at the php code for making the hash [21:56:00] Change restored: thibaultmarin; "Restore development from I2e047fa6." [mediawiki/extensions/TimelineTable] (master) - https://gerrit.wikimedia.org/r/38485 [21:56:04] maybe that'll give me the clue I want [21:56:24] ok, next question... [21:56:26] hexmode: you have "Example.jpg" and you want "https://upload.wikimedia.org/wikipedia/commons/a/a9/Example.jpg", yes? [21:56:36] MatmaRex: yes [21:57:47] hexmode: {{filepath:Example.jpg}} in wikicode, i'm searching for the API call [21:58:50] New patchset: Siebrand; "Fix group IDs for Wikimedia Mobile apps" [translatewiki] (master) - https://gerrit.wikimedia.org/r/39002 [21:58:50] New patchset: thibaultmarin; "(extension/TimelineTable) Refactoring and cleanup" [mediawiki/extensions/TimelineTable] (master) - https://gerrit.wikimedia.org/r/38485 [21:59:56] hexmode: http://stackoverflow.com/questions/247678/how-does-mediawiki-compose-the-image-paths [22:00:23] See, I knew I should come here for this :) [22:00:27] tyvm Amgine [22:00:34] (here, or teh google) [22:00:50] actually, that might not help you. Heh. [22:01:10] New patchset: PleaseStand; "(bug 41828) Quick fix for action=watch" [mediawiki/extensions/ApiSandbox] (master) - https://gerrit.wikimedia.org/r/39003 [22:01:11] Oh, yes it does. [22:01:24] hexmode: prop=imageinfo [22:01:42] The MD5 sum of a string is 32 hex characters (128 bits), not 16 [22:01:42] The file path is calculated from the MD5 sum of the filename, not the contents of the file itself [22:01:42] The first directory in the path is the first character, and the second directory is the first and second characters. The directory path is not a combination of the first 3 or 6 characters. [22:02:17] Amgine: I can't imagine there isn't already a mw.js utility function for that. [22:02:36] oh, well. tyvm... next questions [22:02:37] hexmode: e.g. /w/api.php?action=query&prop=imageinfo&format=json&iiprop=url&iilimit=10&titles=File%3AExample.jpg [22:02:52] 03(mod) TypeError: this.params is undefined - 10https://bugzilla.wikimedia.org/41828 +comment (10PleaseStand) [22:10:07] MatmaRex: yeah, but I'm trying, to avoid another HTTP call [22:10:12] ty anyway [22:10:26] now, was distracted. next question. [22:11:27] I want to change dynamicsidebar (which I've already updated a bit) so that has the option to only show the sidebar for the first category on a page [22:12:16] Since the categorylinks table is used for finding the categories on a page, though, I evidently can't get the order of the categories as they appear in wikitext [22:12:48] so... I'm thinking I need a way to specify *which* category should be used to select a sidebar [22:12:56] [22:13:29] New patchset: Krinkle; "ResourceLoader: Move safeFilemtime() to ResourceLoaderModule." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/39004 [22:13:30] above is not js... but may be arcane mw knowlege [22:13:38] The categorylinks includes date added, neh? you could use first added? [22:13:42] at least, as far as I can tell [22:14:09] Amgine: it does, but I don't think that would fit the use case [22:14:37] what if someone wants to add a category that should change the sidebar [22:14:37] Neither will alphabetic, categoryid, or anything else I can think of. [22:14:55] so, I'm thinking a magic word or parser function [22:15:04] [22:15:20] but I haven't done either one so I don't know which way to go [22:15:26] Amgine: other suggestions? [22:15:28] What you're really talking about is metadata. [22:15:42] yes, metadata controlling the ui [22:16:07] so, categories which are members of category:change_ui [22:16:21] sure, but [22:16:27] in this particular case [22:16:42] my client wants different sidebars for different regions [22:16:56] and since regions overelap [22:17:28] you have to be able to say "This is Europe and Belgium. Use the Belgium sidebar" [22:18:14] How many 'levels' of regional granularity? [22:18:19] Hmmm... metadata.... maybe I should start looking at SMW. But I don't think they'd buy that :) [22:18:32] Amgine: for now. two. [22:19:02] Okay, continental or supra-national? [22:19:27] Change merged: jenkins-bot; [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/38669 [22:19:53] 03(mod) VisualEditor: Elements nested inside Aliens with z-index appear on top of the zebra pattern - 10https://bugzilla.wikimedia.org/43098 +comment (10Krinkle) [22:20:00] 03(mod) VisualEditor: Elements nested inside Aliens with z-index appear on top of the zebra pattern - 10https://bugzilla.wikimedia.org/43098 (10Krinkle) [22:20:03] That is, "europe" or "european union"? [22:20:10] contiental (NA, Europe, Asia-Pacific) and then countries... [22:20:55] the three countries I know, the country bit has been added because I showed them how to do the sidebars at all :) [22:21:17] s/three countries/three continental regions/ [22:22:11] Okay, then you can do a category intersection and pull the lowest granular region. [22:22:45] hrm... yeah. [22:22:48] hrm... [22:23:34] yeah, ok, so I think that will work. I'll have to check with the client :) [22:24:02] but thanks for thinking this through with me [22:24:17] also, ty for the hint on the paths [22:24:28] yw. It's basically DynamicPageList in a different venue. [22:24:40] (okay, much neater, but still...) [22:25:07] Amgine: how would you like to be paid? Beer? Coookies? Pizza? Cash? Where should I send it? Or should I just meet you somewhere :) [22:25:33] * hexmode likes the idea of three-o cookies [22:25:39] [22:25:54] Let me pick your brains when I need it! [22:26:39] Change merged: Krinkle; [mediawiki/extensions/MoodBar] (master) - https://gerrit.wikimedia.org/r/29925 [22:26:45] oh, alright. I was hoping to keep my grey matter :P [22:27:02] 03(mod) Mood messages ("happy" etc) need gender support - 10https://bugzilla.wikimedia.org/30071 +comment (10Krinkle) [22:27:13] [22:28:12] New patchset: MaxSem; "tweak message" [mediawiki/extensions/MapSources] (master) - https://gerrit.wikimedia.org/r/39005 [22:28:35] New patchset: Siebrand; "Some JSHint/JSLint fixes" [mediawiki/extensions/ApiSandbox] (master) - https://gerrit.wikimedia.org/r/39006 [22:28:43] 03(NEW) Separate link class for anonymous users - 10https://bugzilla.wikimedia.org/43179 minor; MediaWiki: Special pages; () [22:29:00] New patchset: Pgehres; "Updating documentation and messages per request from Siebrand." [mediawiki/extensions/ContributionTracking] (master) - https://gerrit.wikimedia.org/r/39007 [22:30:43] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/39002 [22:34:07] Amgine: there is a mw.getURL! win! [22:34:21] [22:35:31] I hand xyr grinder, papers, filter... [22:40:01] Grindr. [22:43:18] 03(mod) Api query by aisha1 stopped working - 10https://bugzilla.wikimedia.org/43177 +comment (10Maarten Dammers) [22:43:31] New review: Hoo man; "Untested (only took a quick look)" [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/38915 [22:43:35] Susan: a app you enjoy using regularly? [22:43:50] (o; [22:44:55] 03(mod) Signup to labsconsole is not possible - 10https://bugzilla.wikimedia.org/43176 +comment (10Ryan Lane) [22:45:55] New patchset: Techman224; "Adds the spoofuser table to the centralauth database. If it is not added, you have problems creating users if the wiki also has the AntiSpoof extension." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/39008 [22:46:10] Susan: i will take that mouth expression as yes? [22:46:15] New review: Siebrand; "Thanks, Peter." [mediawiki/extensions/ContributionTracking] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/39007 [22:46:59] New review: Siebrand; "Thanks, Max." [mediawiki/extensions/MapSources] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/39005 [22:48:04] 03(mod) Signup to labsconsole is not possible - 10https://bugzilla.wikimedia.org/43176 +comment (10Ryan Lane) [22:48:04] 03(mod) Allow authentication plugins to report error messages - 10https://bugzilla.wikimedia.org/16524 (10Ryan Lane) [22:48:53] New review: Pgehres; "php -l ContributionTracking.i18n.php " [mediawiki/extensions/ContributionTracking] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/39007 [22:48:53] Change merged: Pgehres; [mediawiki/extensions/ContributionTracking] (master) - https://gerrit.wikimedia.org/r/39007 [22:48:58] 03(mod) Allow authentication plugins to report error messages - 10https://bugzilla.wikimedia.org/16524 (10Ryan Lane) [22:48:58] 03(mod) Signup to labsconsole is not possible - 10https://bugzilla.wikimedia.org/43176 (10Ryan Lane) [22:49:11] New review: Siebrand; "Please have a look at https://www.mediawiki.org/wiki/Git/Commit_message_guidelines and improve your ..." [mediawiki/extensions/CentralAuth] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/39008 [22:49:38] 03(mod) Allow authentication plugins to report error messages - 10https://bugzilla.wikimedia.org/16524 +comment (10Jasper Deng) [22:50:03] New patchset: Anomie; "(bug 43177) API: Fix regression in case handling for sha1 params" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/39010 [22:50:25] 03(mod) Make the "year" field default to the current year on histories - 10https://bugzilla.wikimedia.org/41330 (10mybugs.mail) [22:51:34] New review: Anomie; "This change caused bug 43177." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33967 [22:51:43] Change merged: Siebrand; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/38823 [22:52:14] New patchset: Siebrand; "JSLint/JSHint fixes." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/27553 [22:52:28] New review: Hoo man; "I'm not sure this is the way to go here... IMO it would be more clean to make AntiSpoof for CentralA..." [mediawiki/extensions/CentralAuth] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/39008 [22:53:57] 03(mod) Regression: Api query by aisha1 stopped working - 10https://bugzilla.wikimedia.org/43177 +code-update-regression +patch-in-gerrit; summary; +comment (10Brad Jorsch) [22:54:48] New patchset: Siebrand; "JSLint/JSHint fixes." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/27553 [22:55:04] anomie: Thank you [22:55:22] * anomie had forgotten he was even on IRC [22:55:22] multichill- You're welcome [22:56:27] 03(mod) Regression: Api query by aisha1 stopped working - 10https://bugzilla.wikimedia.org/43177 +comment (10Maarten Dammers) [22:56:32] New patchset: Hoo man; "Protocol relative URI to meta on Special:Version to keep users logged in" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/39011 [22:56:37] Change merged: Siebrand; [mediawiki/extensions/MapSources] (master) - https://gerrit.wikimedia.org/r/39005 [22:56:55] Change merged: Hoo man; [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/39011 [22:57:41] 03(mod) Regression: Api query by aisha1 stopped working - 10https://bugzilla.wikimedia.org/43177 (10Andre Klapper) [22:57:49] New patchset: Techman224; "Adds the spoofuser table to the centralauth database." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/39008 [22:58:41] so if someone responds with a general comment/review thing to your changeset, whats the proper way of responding to it? [22:59:22] Click "Review" and leave a comment. [23:00:33] New review: Legoktm; "What is the "most recent logging system"? Is there a help/manual page for it?" [mediawiki/extensions/AbuseFilter] (master) C: 0; - https://gerrit.wikimedia.org/r/38903 [23:00:33] well, "Looks good to me" doesn't require a response. [23:01:08] 03(mod) Signup to labsconsole is not possible - 10https://bugzilla.wikimedia.org/43176 +comment (10Ryan Lane) [23:01:40] New patchset: Siebrand; "Added throttling framework." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/34677 [23:02:26] New review: Siebrand; "https://www.mediawiki.org/wiki/Logging_to_Special:Log#1.19_and_later" [mediawiki/extensions/AbuseFilter] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/38903 [23:02:35] New patchset: Mattflaschen; "(bug 16165) Use link for history compare button." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38915 [23:03:58] 03(mod) Blocks from AbuseFilter show up as performed from the target's IP address in Checkuser - 10https://bugzilla.wikimedia.org/42345 (10Legoktm) [23:04:59] New review: Mattflaschen; "Patch set 3 addresses Matmarex's comments. I will do Hoo man's next." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/38915 [23:05:28] New review: Legoktm; "The AbuseFilter isn't logging to Special:Log though, it's using its own Special:AbuseLog." [mediawiki/extensions/AbuseFilter] (master) C: 0; - https://gerrit.wikimedia.org/r/38903 [23:07:27] New review: Hoo man; "What about the 'AbuseFilter-filterAction' hook? AFAIR that is for the purpose of overwriting variabl..." [mediawiki/extensions/AbuseFilter] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/38894 [23:16:52] 03(NEW) Add component for GettingStarted extensions - 10https://bugzilla.wikimedia.org/43180 normal; Wikimedia: Bugzilla; () [23:18:39] 03(mod) Add component for GettingStarted extensions - 10https://bugzilla.wikimedia.org/43180 +comment (10Steven Walling) [23:18:53] AaronSchulz: regarding https://gerrit.wikimedia.org/r/#/c/17671/8/tests/phpunit/includes/LinkerTest.php,unified, I don't see anything that will accommodate the fact that existing IPv6 user talk pages might need to be renamed [23:20:13] New patchset: Mattflaschen; "(bug 16165) Use link for history compare button." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38915 [23:20:22] 03(NEW) Special:GettingStarted: "How to help" box is outside the page - 10https://bugzilla.wikimedia.org/43181 normal; MediaWiki extensions: [other]; () [23:21:29] 03(mod) Add component for GettingStarted extensions - 10https://bugzilla.wikimedia.org/43180 +comment (10Thehelpfulone) [23:23:14] 03(NEW) Special:GettingStarted text is hardly readable - 10https://bugzilla.wikimedia.org/43182 normal; MediaWiki extensions: [other]; () [23:23:34] 03(mod) Special:GettingStarted text is hardly readable - 10https://bugzilla.wikimedia.org/43182 (10Nemo) [23:24:15] 03(mod) Special:GettingStarted: "How to help" box is outside the page - 10https://bugzilla.wikimedia.org/43181 +comment (10Matthew Flaschen) [23:24:41] 03(mod) Special:GettingStarted: "How to help" box is outside the page - 10https://bugzilla.wikimedia.org/43181 (10Matthew Flaschen) [23:25:25] legoktm: huh? what are you trying and what happens then? [23:25:55] 03(mod) Special:GettingStarted text is hardly readable - 10https://bugzilla.wikimedia.org/43182 (10Krenair) [23:26:16] 03(NEW) Special:GettingStarted should avoid jargon - 10https://bugzilla.wikimedia.org/43183 enhancement; MediaWiki extensions: [other]; () [23:26:42] 03(mod) Special:GettingStarted should avoid jargon - 10https://bugzilla.wikimedia.org/43183 (10Nemo) [23:26:51] 03(mod) Special:GettingStarted text is hardly readable - 10https://bugzilla.wikimedia.org/43182 (10Matthew Flaschen) [23:27:23] 03(mod) Special:GettingStarted should avoid jargon - 10https://bugzilla.wikimedia.org/43183 (10Krenair) [23:27:26] 03(mod) Special:GettingStarted: "How to help" box is outside the page - 10https://bugzilla.wikimedia.org/43181 (10Krenair) [23:27:53] 03(mod) Special:GettingStarted: "How to help" box is outside the page - 10https://bugzilla.wikimedia.org/43181 +comment (10Steven Walling) [23:30:16] New patchset: Mattflaschen; "(bug 16165) Use link for history compare button." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38915 [23:31:25] New review: Mattflaschen; "Patch set 5 is just a single whitespace character change." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/38915 [23:31:34] legoktm: anyway, can't chat about it now. maybe tomorrow [23:31:45] legoktm: worst case, just tar up your .git and send the whole thing [23:33:30] 03(mod) Special:GettingStarted grey text less readable - 10https://bugzilla.wikimedia.org/43182 normal->15enhancement; summary; +comment (10Steven Walling) [23:33:51] New review: Techman224; "Should this patch be in a separate file in the AntiSpoof extension, or instead be in a separate file..." [mediawiki/extensions/CentralAuth] (master) C: 0; - https://gerrit.wikimedia.org/r/39008 [23:35:44] New patchset: Techman224; "Adds the spoofuser table to the centralauth database." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/39008 [23:35:52] 03(mod) Allow authentication plugins to report error messages - 10https://bugzilla.wikimedia.org/16524 (10Siebrand) [23:37:43] Can I do a * export of pages. [23:37:59] instead of individual pages. [23:38:43] New review: Hoo man; "Your patch says "Copied from AntiSpoof's patch-antispoof.mysql.sql" so you should note there that a ..." [mediawiki/extensions/CentralAuth] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/39008 [23:39:05] 03(mod) Special:GettingStarted should avoid jargon - 10https://bugzilla.wikimedia.org/43183 +comment (10Steven Walling) [23:40:36] What exactly does the "Rebase Change" button actually mean? [23:41:38] techman224: it rebases the change on current master, using `git rebase` [23:42:20] techman224: unless you immediately see what this does, you're probably not going to need it :) [23:42:27] And what does "rebase" mean? [23:44:00] It's basically merging. [23:44:05] techman224: it takes a commit (or a group of commits) and applies the changes on a different parent commit [23:44:07] http://man.cx/git-rebase [23:44:14] Or http://www.sbf5.com/~cduan/technical/git/git-5.shtml [23:44:27] to produce a commit with the same changes, but different "context" [23:45:14] black magic, basically [23:45:18] Git documentation seems so straightforward and yet so difficult to understand. [23:45:23] It's very matter-of-fact in its wtf. [23:45:49] quite [23:47:54] 03(mod) Compare selected versions, show/hide, and visual/html diff should be links, but appear as buttons - 10https://bugzilla.wikimedia.org/16165 +comment (10Matthew Flaschen) [23:51:06] 03(mod) Add component for GettingStarted extensions - 10https://bugzilla.wikimedia.org/43180 +comment (10Steven Walling) [23:52:13] is there a way to do multiple find/replace with the {{#replace:}} function [23:52:25] i mean, can i nest them? [23:53:14] Is there a way I can only show a portion of a image? [23:53:17] New review: Anomie; "Change looks good, but it needs release notes." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/38802