[00:02:23] 03(mod) GlobalBlocking needs installing - 10https://bugzilla.wikimedia.org/34380 +comment (10jeremyb) [00:06:09] New patchset: Mwjames; "SRF dygraphs printer (DNM)" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23291 [00:08:29] 03(mod) Extract embedded text from DjVu and PDF documents for search - 10https://bugzilla.wikimedia.org/6421 +comment (10DrTrigon) [00:10:04] jeremyb: Betacommand : sorry for belated response...daughter has NMI priority XD [00:10:26] kyron: does she take signals? [00:10:38] jeremyb: innodb, won't compact from what I read, only a drop of table/DB will do [00:10:41] maybe STOP and CONT [00:10:59] kyron: depends on file_per_table [00:11:13] kyron: drop of table/DB won't help any more than ALTER [00:11:25] jeremyb: I tried but the memory gets corrupt if she stayes on STOP too long...bad refresh on some old DRAM banks I guess :P [00:11:49] jeremyb: yeah, don't think this serup is file-per-table [00:12:18] Anyhoo, I HAVE to delete these 23k users and theire 15k pages that blew this DB over 13GB [00:13:05] kyron: PM me [00:14:03] 03(mod) UID ranges for LDAP and system users overlap - 10https://bugzilla.wikimedia.org/35329 +comment (10jeremyb) [00:23:26] 03(mod) Create a labs SMTP smarthost - 10https://bugzilla.wikimedia.org/39785 (10jeremyb) [00:23:27] 03(mod) e-mail sending from labs - 10https://bugzilla.wikimedia.org/36511 (10jeremyb) [00:32:34] 03(mod) Install GlobalBlocking extension on Wikimedia Labs - 10https://bugzilla.wikimedia.org/34380 summary (10MZMcBride) [00:40:22] 03(mod) Request for determination: Adding user preferences via API - 10https://bugzilla.wikimedia.org/40124 +comment (10MZMcBride) [00:40:53] 03(mod) Install GlobalBlocking extension on Wikimedia Labs - 10https://bugzilla.wikimedia.org/34380 +comment (10Jasper Deng) [01:43:19] hi [01:49:23] is any of MW developers online now? [01:49:31] deviler: Many are! [01:50:02] i got question which i couldn't find on site [01:50:10] Just ask. :-) [01:50:12] about license and stuff [01:50:40] deviler: Ask the question, and someone will answer [01:50:45] hm [01:51:20] !ask\ [01:51:22] !ask [01:51:22] Hi, how can we help you? Just ask your question. [01:52:09] then is there a restriction for use mw for "corporate" stuff? [01:52:24] deviler: No, you can use it any way you'd like [01:52:31] !license [01:52:34] marktraceur: that's not true... [01:52:34] !licensing [01:52:44] !botnoob [01:52:44] I don't know everything about everything. I am mostly for lazy experienced users to echo quick answers to very common mediawiki questions. Please don't randomly experiment with me for help. Everything I know is at http://toolserver.org/~mwbot/botbrain.html and you can visit #mwbot or privately message me. [01:53:00] deviler: we can't answer that because "corporate" is kinda subjective [01:53:03] jeremyb: The only restrictions apply to modifying the software [01:53:06] Not using it [01:53:22] And even then, there are relatively few conflicts [01:53:28] marktraceur: not just modification, also distribution. and maybe something else i'm forgettting [01:53:32] forgetting* [01:53:34] Right [01:54:00] deviler: also we're not your lawyers if you want advice you can count on you should have a real lawyer read the included license [01:54:25] deviler: luckily it's a very commonly used license (not customized) so there are some lawyers who would have already read it [01:54:43] All right this one _has_ to work [01:54:45] !gpl [01:54:49] Oh come on. [01:55:16] * marktraceur resolves to look up more bot commands later [01:55:25] so puting restriction on the web traffic like in-corporated LAN network would be legal? [01:55:41] where i can find full license? [02:03:25] ok, i try to find out on more reasonable hour next time :) see ya later [02:04:32] gah, he left [02:04:47] marktraceur: there's a page where you can look at the whole brain [02:05:23] http://toolserver.org/~mwbot/botbrain.html [02:06:06] i see no sign of gpl or a relevant license factoid [02:06:26] there are factoids about content licensing but not mediawiki software [02:16:52] jeremyb you said something about sql dump, can you expand on that idea pleasE? [02:19:14] ToAruShiroiNeko: export is just `mysqldump -u ${username} -p${password} $databasename > file` and then import is `mysql -u ${username} -p${password} $databasename < file` [02:19:56] ToAruShiroiNeko: you'll need to create the database in the new place before starting the import and you'll need to transfer any grants over in some other way (they're not part of the dump) [02:20:14] ToAruShiroiNeko: new and old DB names and even servers can be different [02:21:40] i'm assuming you can figure out how to copy the dump file from one place to another if they're different machines [02:22:34] these utilities should probably exist on windows but i can't check (don't have windows) [02:22:43] and certainly depends how you installed it [02:23:14] I can copy it trivially but "mysqldump" is not a recognised command, I probably should run it under the mysql directory I am guessing [02:23:22] you'll probably need to specify the full path to those utilities (so e.g. c:\applications\mysql\mysqldump) [02:23:33] maybe [02:23:38] might need some digging [02:23:43] yeah [02:24:29] is mysqldump a seperate application? [02:25:13] I only see a dump.py [02:29:35] I have mySQL community edition 5.5 installed [02:29:57] I do not see a dump feature [02:32:29] oh how odd [02:32:59] the computer I want to export and import have such a different mySQL folder structure [02:35:29] ah helps to be in the 64bit folder :) [02:42:54] jeremyb yeah this was simple [02:43:01] 03(mod) Fix cache pollution on mediawiki.org - 10https://bugzilla.wikimedia.org/40041 +comment (10Sam Reed (reedy)) [02:43:29] jeremyb is there a good mysql ultility you can reccomend me for stuff like renaming databases, tables etc? [02:43:49] I would want to avoid using the command line all the time [02:44:01] ToAruShiroiNeko: renaming tables is just a query to run [02:44:09] ToAruShiroiNeko: databases can never be renamed [02:44:14] right but I made a mistake and now want to rename the entire database [02:44:22] ToAruShiroiNeko: but tables can be renamed from one DB to another [02:44:31] okay [02:44:41] ToAruShiroiNeko: so CREATE the new DB, rename them all, DROP the old one [02:45:09] I dont know how to list all the tables, a utility that would let me see would help :/ [02:45:19] show tables [02:45:25] also just a query [02:45:42] RENAME TABLE db1.table1 TO db2.table1, db1.table2, to db2.table2; [02:46:05] you could add more to the same statement to rename a lot of tables in a single action [02:46:30] most of this should ideally be done while the web server's not running [02:46:54] sorry I am trying to figure out how to create the database [02:47:05] command is simple [02:47:16] where I type it takes time to figure out [02:48:49] jeremyb is there a utility you know I could use? [02:48:54] http://stackoverflow.com/questions/9185/what-is-the-best-mysql-client-application-for-windows [02:48:57] something like that [02:49:31] but for free that you have used [02:51:27] 03(mod) Wikipedia.org issue - 10https://bugzilla.wikimedia.org/39987 +comment (10Yun Ji Yun) [02:57:14] ToAruShiroiNeko: maybe you want http://www.databasejournal.com/features/mysql/article.php/3880961/Top-10-MySQL-GUI-Tools.htm ? [02:57:38] ToAruShiroiNeko: you're really limiting yourself with windows... [02:57:49] Its not optional you know [02:58:19] I may go for linux or whatever OS thats better once I am done with my current tasks. [02:58:49] first step for me is seperating my server and development environment [02:59:16] hmm Workbench looks nice [02:59:28] now I need to figure out how to mass rename all tables [03:00:11] ToAruShiroiNeko: just do one big RENAME TABLE query [03:01:00] actually I could just simply import export :) [03:01:03] !namespace [03:01:03] See http://www.mediawiki.org/wiki/Help:Namespaces for user help and documentation, and http://www.mediawiki.org/wiki/Manual:Namespace for administration. For adding namespaces, see !extranamespace [03:02:26] ToAruShiroiNeko: other way around [03:02:35] export comes first [03:02:37] ;) [03:02:39] ah [03:02:40] yes :) [03:02:42] 03(mod) Mobile site rendering issues on www.wikipedia.org using Samsung phones - 10https://bugzilla.wikimedia.org/39987 summary (10MZMcBride) [03:04:41] New review: Nullspoon; "Good catch on this Hashar. I didn't even know this was a problem until I read your review. :)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/21897 [03:05:01] almost done :D [03:05:10] jeremyb so what table would hold the list of usernames? [03:06:10] ToAruShiroiNeko: should be fairly obvious? [03:06:30] "user" probably [03:06:36] I am afraid of breaking something :/ [03:08:32] oh I cannot get to password like that :/ [03:08:58] New review: Nullspoon; "I'm pretty sure this change can be abandoned. After more research I discovered that SharePoint was c..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/12142 [03:09:31] Change abandoned: Nullspoon; "I'm pretty sure this change can be abandoned. After more research I discovered that SharePoint was c..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/12142 [03:09:37] ToAruShiroiNeko: https://www.mediawiki.org/wiki/Database [03:09:50] ToAruShiroiNeko: what are you actually trying to do? [03:10:08] hmm? [03:10:22] I was miving my private wiki but it seems I forgotten my password [03:10:32] and being an idiot I did not have an email defined [03:11:13] in one way I am pleased that passwords arent by default stored unencrypted :) [03:12:34] can't you just use the appropriate maint script for this task? [03:13:20] New patchset: Spage; "Add .jshintrc so command-line jshint and jshint.vim work" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/23292 [03:14:57] ToAruShiroiNeko: sounds like maintenance/changePassword.php should do it [03:15:50] hmm or I can just sql in my email :) [03:17:54] doh email isnt working since I dont have an email server [03:18:26] jeremyb how would I be able to use that? [03:19:06] I need to be able to run it on a console I suppose [03:20:08] ToAruShiroiNeko: you run the scripts from the command line [03:22:15] right [03:22:35] trying to figure out the exact command [03:25:54] sorted I think [03:34:53] 03(mod) Mobile site rendering issues on www.wikipedia.org using Samsung phones - 10https://bugzilla.wikimedia.org/39987 +comment (10Yun Ji Yun) [03:41:29] 03(mod) Mobile site rendering issues on www.wikipedia.org using Samsung phones - 10https://bugzilla.wikimedia.org/39987 +comment (10Yun Ji Yun) [03:41:32] jeremyb still around? [03:41:38] "from within function "Revision::fetchFromConds". Database returned error "1054: Unknown column 'rev_sha1' in 'field list' (localhost)"." [03:44:06] 03(mod) Mobile site rendering issues on www.wikipedia.org using Samsung phones - 10https://bugzilla.wikimedia.org/39987 +comment (10Yun Ji Yun) [03:44:11] oh [03:44:18] its still trying to use the old database name [03:44:49] is that defined anywhere else aside from LocalSettings.php ? [03:48:44] 03(FIXED) internal_api_error_MWException : backend-fail-synced while uploading with chunked upload - 10https://bugzilla.wikimedia.org/40048 (10Aaron Schulz) [03:50:31] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/23292 [04:03:04] hi, i am getting an unreferrenced error for mw in wikibits.js [04:03:05] http://dl.dropbox.com/u/364883/Screenshots/tou-.png [04:03:32] i just updated to the latest (1.19.2) yesterday from 1.16 [04:04:05] i looked in the release notes and did a quick search, but i cannot seem to find a solution [04:04:09] any advice? [04:05:04] this seems related http://comments.gmane.org/gmane.org.wikimedia.mediawiki.bugs/143750 [04:07:16] 03(mod) Statistic didn't count automated import of articles - 10https://bugzilla.wikimedia.org/39970 normal->04CRIT (10Chorobek) [04:08:13] 03(mod) Statistic didn't count automated import of articles - 10https://bugzilla.wikimedia.org/39970 04CRIT->normal (10Chorobek) [04:08:54] Crisis averted. [04:09:51] New review: Ori.livneh; "Thanks for these, and sorry for having lost the original suggestions / commits." [mediawiki/extensions/E3Experiments] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23288 [04:09:51] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/23288 [04:10:43] any suggestions on what I should do? [04:12:23] [23:41] "from within function "Revision::fetchFromConds". Database returned error "1054: Unknown column 'rev_sha1' in 'field list' (localhost)"." [04:12:31] Sounds like you upgraded without running update.php. [04:12:40] Did you run update.php? [04:13:12] And to change a password, it's usually simplest to just change the e-mail address in the database.... [04:14:45] Brooke hmm probably thats whats wrong [04:14:54] I didnt check if my versions matched [04:15:07] would it be fixed if I run update.php at this point? [04:16:20] yup fixed :) [04:16:39] Brooke & jeremyb you both are awesome :) [04:17:20] :-) [04:17:35] of course it still gives errors [04:17:45] HTTP 500 Internal Server Error this time [04:18:19] but at least I know the cause :) [04:22:23] perfectly operating wiki ftw [04:23:05] New patchset: Aaron Schulz; "[FileBackend] Added automatic recovery option for backend sync errors." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22494 [04:25:31] 03(mod) Can't install FlaggedRevs extension with SQLite - 10https://bugzilla.wikimedia.org/37921 +comment (10Aaron Schulz) [04:52:42] 03(FIXED) cannot write to or create its output directory - 10https://bugzilla.wikimedia.org/40116 +comment (10Jimmy Xu) [05:11:46] jeremyb: Yes, I know of this page, I use it often but neglected to that time [05:12:10] * marktraceur giggles drunkenly [07:28:33] 03(mod) Mobile site rendering issues on www.wikipedia.org using Samsung phones - 10https://bugzilla.wikimedia.org/39987 +design; +comment (10Dereckson) [08:05:46] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 +comment (10Erik Moeller) [08:07:52] 03(ASSIGNED) Unlock wikimania2010 wiki for editing - 10https://bugzilla.wikimedia.org/40123 +patch-in-gerrit +shell; +comment (10Dereckson) [08:07:58] New patchset: Aude; "add dir=auto for description" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23293 [08:10:22] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10Dereckson) [08:12:41] 03(mod) CentralAuth/global user rights/groups API; Get global user rights, membership to global groups; and userlist of global groups - 10https://bugzilla.wikimedia.org/16860 +comment (10Jan Luca) [08:15:13] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10Marco) [08:16:43] 03(mod) Request for determination: Adding user preferences via API - 10https://bugzilla.wikimedia.org/40124 +comment (10Michael M.) [08:22:59] 03(ASSIGNED) Provide a new API query module to retrieve a list of newly uploaded files - 10https://bugzilla.wikimedia.org/40120 +comment (10Dereckson) [08:26:38] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10Marco) [08:26:40] 03(UNCONFIRMED) Spezial:GlobalGroupPermissions/nonexistentgroup should show an error in read only mode - 10https://bugzilla.wikimedia.org/40119 +comment (10Dereckson) [08:27:29] 03(mod) Rename RESOLVED DUPLICATE to RESOLVED MERGED - 10https://bugzilla.wikimedia.org/40118 +comment (10Dereckson) [08:28:51] 03(ASSIGNED) Special:GlobalUsers/groupname prefills username with groupname - 10https://bugzilla.wikimedia.org/40117 +comment (10Dereckson) [08:32:20] 03(NEW) Search icon missing on some pages - 10https://bugzilla.wikimedia.org/40126 normal; Wikimedia: General/Unknown; (listenleser) [08:37:14] 03(mod) Rename RESOLVED DUPLICATE to RESOLVED MERGED - 10https://bugzilla.wikimedia.org/40118 +comment (10Nemo_bis) [08:39:03] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10Marco) [08:39:35] 03(mod) cannot write to or create its output directory - 10https://bugzilla.wikimedia.org/40116 (10Dereckson) [08:41:05] 03(mod) 404 error for some files - 10https://bugzilla.wikimedia.org/39615 normal->04CRIT (10Marco) [08:42:12] 03(mod) 404 error for some files - 10https://bugzilla.wikimedia.org/39615 +comment (10Marco) [08:42:35] 03(mod) 404 error for some files - 10https://bugzilla.wikimedia.org/39615 (10Marco) [08:45:04] New review: John Erling Blad; "This patchset imply html5." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23293 [08:55:16] 03(mod) Enable item creation from failed search - 10https://bugzilla.wikimedia.org/39734 +comment (10Daniel Kinzler) [08:55:30] 03(NEW) The value "auto" for attribute "dir" is html5 - 10https://bugzilla.wikimedia.org/40127 normal; MediaWiki extensions: WikidataRepo; (jeblad) [08:55:48] New review: John Erling Blad; "https://bugzilla.wikimedia.org/show_bug.cgi?id=40127" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23293 [08:56:23] 03(mod) The value "auto" for attribute "dir" is html5 - 10https://bugzilla.wikimedia.org/40127 (10jeblad) [08:57:12] New review: Daniel Kinzler; "See bug 39734 for discussion." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22908 [08:57:55] 03(mod) The value "auto" for attribute "dir" is html5 - 10https://bugzilla.wikimedia.org/40127 (10jeblad) [08:58:36] 03(mod) The value "auto" for attribute "dir" is html5 - 10https://bugzilla.wikimedia.org/40127 (10jeblad) [09:04:38] 03(mod) WikiData RTL / BiDi tracker bug - 10https://bugzilla.wikimedia.org/36637 (10jeblad) [09:25:31] 03(mod) internal_api_error_MWException : backend-fail-synced while uploading with chunked upload - 10https://bugzilla.wikimedia.org/40048 +comment (10Rainer@Rillke.eu) [09:26:40] New patchset: Daniel Kinzler; "Trigger warning for bad use of transactions." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21584 [09:27:46] New patchset: Dereckson; "(bug 40117) Fixing [[Special:GlobalUsers]] pager parameter" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/23294 [09:28:09] New review: Daniel Kinzler; "moved declaration of mTrxFname as requested by IAlex" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/21584 [09:28:15] 03(mod) Special:GlobalUsers/groupname prefills username with groupname - 10https://bugzilla.wikimedia.org/40117 +comment (10Dereckson) [09:29:15] New patchset: Daniel Kinzler; "Trigger warning for bad use of transactions." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21584 [09:29:31] New review: Daniel Kinzler; "rebased" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/21584 [09:30:20] 03(mod) Special:GlobalUsers/groupname prefills username with groupname - 10https://bugzilla.wikimedia.org/40117 normal->minor; +patch-in-gerrit; +comment (10Dereckson) [09:35:14] New patchset: John Erling Blad; "(Bug 38843) Refine behavior of wbsetitem" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22487 [09:37:08] New review: Daniel Kinzler; "*poke*" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22049 [09:56:15] Hi [09:56:39] I'm looking for a way to send an email to everyone in a given group, from an extension. Is that something which is even possible? [09:57:11] This is for the ConfirmAccount extension, to notify bureaucrats when someone requests an account [10:04:30] 03(NEW) Add option for absolute URLs to action=parse - 10https://bugzilla.wikimedia.org/40128 enhancement; MediaWiki: API; (gsvick) [10:20:36] 03(mod) Don't remove custom user options when using Special:Preferences - 10https://bugzilla.wikimedia.org/37187 +comment (10Rainer@Rillke.eu) [10:22:41] New patchset: John Erling Blad; "(Bug 37750) Sort sitelinks before listing at ItemView" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23295 [10:23:18] 03(mod) New added interwikis are appended instead of sorted into the list - 10https://bugzilla.wikimedia.org/37750 (10jeblad) [10:30:35] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10Rainer@Rillke.eu) [10:42:32] ohai! [10:44:03] so, uh, I thought I'd protect the main namespace, and used $wgNamespaceProtection[NS_MAIN] = array( 'edit-main' ); [10:44:30] but I'd prefer it if my admins could still edit [10:45:04] so I'd reckon that I'd just change edit-main to admin, but.. [10:45:25] it doesn't work. maybe the group isn't called admin though. hm. [10:53:19] ok, so I've tried changing it to sysop, bureaucrat, and my ldap group, but no worky. [10:53:22] any advice? [10:59:01] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23291 [11:26:20] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10Marco) [12:06:05] New patchset: Jens Ohlig; "Javascript: Display name like "English (en)", but submit "enwiki"" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23296 [12:09:46] New patchset: Jens Ohlig; "Special:ItemByTitle: Display name like "English (en)", but submit "enwiki"" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23296 [12:18:07] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10Trijnstel) [12:19:11] New patchset: John Erling Blad; "(Bug 37750) Sort sitelinks before listing throug wbgetitems" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23297 [12:20:12] 03(mod) New added interwikis are appended instead of sorted into the list - 10https://bugzilla.wikimedia.org/37750 (10jeblad) [12:22:49] 03(mod) Special:Create item (8) - 10https://bugzilla.wikimedia.org/39581 (10jeblad) [12:28:19] New patchset: Jens Ohlig; "Special:ItemByTitle: Display name like "English (en)", but submit "enwiki"" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23296 [12:39:36] New patchset: John Erling Blad; "(Bug 38675) Flag API error messages that should not be translated" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23298 [12:41:04] 03(mod) Review Wikibase API error handling - 10https://bugzilla.wikimedia.org/38675 (10jeblad) [12:43:25] 03(mod) ApiSetSiteLink needs to verify that the target site is in the correct group - 10https://bugzilla.wikimedia.org/40077 +comment (10Daniel Kinzler) [12:46:24] 03(mod) Hashable should use SHA-1 and not MD5 - 10https://bugzilla.wikimedia.org/39506 (10jeblad) [12:47:19] 03(mod) Special:Create item (8) - 10https://bugzilla.wikimedia.org/39581 (10jeblad) [12:47:59] 04(REOPENED) API: return a list of supported wikis - 10https://bugzilla.wikimedia.org/38263 +comment (10Daniel Kinzler) [12:47:59] 03(mod) Sites class needs a way to get all sites of a given group - 10https://bugzilla.wikimedia.org/40078 (10Daniel Kinzler) [12:48:22] 03(mod) ApiSetSiteLink needs to verify that the target site is in the correct group - 10https://bugzilla.wikimedia.org/40077 (10Daniel Kinzler) [12:51:22] 03(mod) mark "wikibase-api-not-recognized" (and other API messages that are not displayed) to not to be translated (1) - 10https://bugzilla.wikimedia.org/39262 (10jeblad) [12:52:27] 03(mod) mark "wikibase-api-not-recognized" (and other API messages that are not displayed) to not to be translated (1) - 10https://bugzilla.wikimedia.org/39262 (10jeblad) [12:55:36] New patchset: Daniel Kinzler; "Introduce link path in the Site interface" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22912 [12:56:17] New review: Daniel Kinzler; "Fixed inconsistencies and test cases." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22912 [13:10:23] New patchset: Jens Ohlig; "Special:ItemDisambiguation: Display language like "English (en)", but submit "en"" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23299 [13:11:34] 03(mod) Using \pagecolor{red} should not change behaviour of option "HTML if very simple or else PNG" - 10https://bugzilla.wikimedia.org/24146 (10mybugs.mail) [13:13:24] New review: John Erling Blad; "Ooops.." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23083 [13:13:25] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23083 [13:27:45] New patchset: Daniel Kinzler; "[Bug 40078] New function Sites::getSiteGroup" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23300 [13:27:58] Hi! I'm looking for a way to send an email to everyone in a given group, from an extension. Is that possible? This is for the ConfirmAccount extension, to notify bureaucrats when someone requests an account. [13:31:45] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10jeremyb) [13:35:07] New review: John Erling Blad; "Make a better solution to the hacketi hack hack when you have time" [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23296 [13:35:07] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23296 [13:38:43] mjau^: you could give all admins the edit-main right... sysop should do it. although i'm not too familiar with that array [13:40:31] dneary: i can't imagine it being impossible... [13:40:57] * jeremyb runs away [13:43:49] 03(mod) Wikidata and HTML5 (2) - 10https://bugzilla.wikimedia.org/40051 (10jeblad) [13:44:25] 03(mod) The value "auto" for attribute "dir" is html5 - 10https://bugzilla.wikimedia.org/40127 (10jeblad) [13:44:37] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23300 [13:48:39] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22200 [13:49:56] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23293 [13:53:36] New review: John Erling Blad; "Seems like I can't get the expecte behavior, I only get the language code and not the full string." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23299 [13:57:25] New patchset: Jens Ohlig; "Remaining layout changes as requested at demo time for Special:ItemDisambiguation" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23301 [13:57:29] New patchset: Daniel Kinzler; "[Bug 38263, 40077] Restrict sitelinks to site grp." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23302 [13:58:27] 03(mod) API: return a list of supported wikis - 10https://bugzilla.wikimedia.org/38263 +comment (10Daniel Kinzler) [13:58:37] 03(mod) Sites class needs a way to get all sites of a given group - 10https://bugzilla.wikimedia.org/40078 +comment (10Daniel Kinzler) [13:59:05] 03(mod) ApiSetSiteLink needs to verify that the target site is in the correct group - 10https://bugzilla.wikimedia.org/40077 +comment (10Daniel Kinzler) [14:04:35] jeremyb: thanks! I did try that though, but no luck. [14:06:58] jeremyb, thanks [14:07:26] jeremyb, I thought maye the members of groups might not be available to extensions [14:12:46] dneary: no, they definitely are. even who is a member or not can be *defined* by an extension [14:17:14] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23295 [14:17:24] jeremyb, cool, thanks for the info [14:23:39] New patchset: Daniel Kinzler; "Introduce link path in the Site interface" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22912 [14:23:51] New review: Daniel Kinzler; "rebased" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22912 [14:27:52] 03(NEW) Verz�gerung bei der Eingabe der Kurzbeschreibung - 10https://bugzilla.wikimedia.org/40129 normal; MediaWiki extensions: WikidataRepo; (rainerrillke) [14:30:14] New patchset: Daniel Kinzler; "Provide pathes in test sites." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23303 [14:31:30] 03(NEW) Bearbeitungskonflikte bei der Eingabe der Kurzbeschreibung - 10https://bugzilla.wikimedia.org/40130 normal; MediaWiki extensions: WikidataRepo; (rainerrillke) [14:32:55] New review: Daniel Werner; "Not pretty how the value changes again after sending the form, and how the short code is displayed i..." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23299 [14:34:44] hi. I'm importing via importDump.php an old wiki, import went fine but Main_Page is still the old version..? [14:35:55] 03(NEW) Wenn bei der Eingabe der Bezeichnung eines "Datensatzes" Copy & Paste verwendet wird, bleibt der Speichern Knopf ausgegraut - 10https://bugzilla.wikimedia.org/40131 normal; MediaWiki extensions: WikidataRepo; (rainerrillke) [14:36:17] New patchset: Daniel Werner; "Special:ItemDisambiguation: Display language like "English (en)", but submit "en"" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23299 [14:36:24] 03(mod) Bearbeitungskonflikte bei der Eingabe der Kurzbeschreibung - 10https://bugzilla.wikimedia.org/40130 +comment (10Daniel Kinzler) [14:36:27] 03(mod) Patching after edit conflicts (5) - 10https://bugzilla.wikimedia.org/39836 (10Daniel Kinzler) [14:36:37] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23299 [14:38:14] 03(mod) Wenn bei der Eingabe der Bezeichnung eines "Datensatzes" Copy & Paste verwendet wird, bleibt der Speichern Knopf ausgegraut - 10https://bugzilla.wikimedia.org/40131 +comment (10Rainer@Rillke.eu) [14:41:51] Does media wiki have anchor links with name options method so I can have a direct link to the middle of the page [14:41:56] [14:41:59] something like that. [14:42:09] except with mediawiki tag. [14:43:37] what does RT stand for in the world of WMF deployment? it is some ticketing system, if i understand it correctly [14:44:00] factor: headings have that [14:44:06] Denny_WMDE: Yep, ticketing system for ops [14:44:30] csteipp: thx. is there a link with more info? [14:44:56] May be http://wikitech.wikimedia.org/view/RT [14:45:20] csteipp: thx looks very good! [14:46:55] Change abandoned: John Erling Blad; "Should not be used, mark messages by comments if they shall not be translated" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/21330 [14:47:14] New patchset: Daniel Kinzler; "Removed a bunch of unused settings." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23304 [14:47:50] 03(NEW) Special:ItemDisambiguation should add uselang or setlang to result links - 10https://bugzilla.wikimedia.org/40132 normal; MediaWiki extensions: WikidataRepo; (Danweetz) [14:49:23] http://en.wikipedia.org/w/index.php?title=User:Rappy4178/sandbox&action=edit - is this intended or a bug? ignores and when dealing with ~~~~ whereas doesn't. [14:49:24] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23301 [14:50:42] 03(mod) Special:ItemDisambiguation should add uselang or setlang to result links - 10https://bugzilla.wikimedia.org/40132 +comment (10Daniel Kinzler) [14:54:00] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22912 [14:54:32] 03(NEW) Use of guillemets ("french quotes") prevents expressions from being found - 10https://bugzilla.wikimedia.org/40133 minor; MediaWiki: Search; (xeophin) [14:58:11] How do I get access to the headingname [14:58:35] New review: CSteipp; "The whitespace changes all look good, but php 5.2 is still supported by 1.18 and 1.19 branches, so t..." [mediawiki/extensions/Phalanx] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23226 [14:59:21] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23303 [15:00:06] factor: what is your context? [15:00:24] factor: i mean, are you a bot, or a human who wants access to the heading name? [15:03:24] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23304 [15:03:48] 03(NEW) wikidata repo has problem on RTL languages - 10https://bugzilla.wikimedia.org/40134 normal; MediaWiki extensions: WikidataRepo; (reza.energy) [15:04:08] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23084 [15:04:24] New review: CSteipp; "Thanks Alex!" [mediawiki/extensions/Phalanx] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/23224 [15:06:16] Sorry was afk [15:06:27] http://www.userspace.org/index.php/WikiMarkup [15:06:52] I want a direct link to the howto of each of my extensions. [15:09:46] if you use ==Heading== as a heading [15:09:55] then #Heading is a link to the section [15:10:14] i.e. if you use the heading ==B== on the article A in the en.wp it would be [15:10:20] en.wikipedia.org/wiki/A#B [15:16:11] oh ok trying Denny_WMDE [15:16:55] factor: example: https://en.wikipedia.org/wiki/Brac#Administration_and_settlements [15:17:07] Hoiw can I get the email addresses of everyone in a specific group in an extension? Any pointers to the right API? [15:17:24] New patchset: Daniel Werner; "Moved special page stuff from startup to their own files" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23305 [15:18:10] New patchset: John Erling Blad; "[Bug 38263, 40077] Restrict sitelinks to site grp." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23302 [15:18:40] New patchset: Daniel Werner; "Moved special page stuff from startup to their own files" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23305 [15:19:34] New review: John Erling Blad; "Oki, hopefully this won't break anything.." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23302 [15:19:34] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23302 [15:24:11] Does not seem to work for my expanded boxes. Can I unexpand a section by url [15:24:29] alex@alex:/var/www/MediaWiki/Git/extensions/Phalanx$ git review -d 23224 [15:24:29] Could not parse json query response: 'generator' object has no attribute 'next' [15:24:33] Why does this happen? :/ [15:24:34] 03(FIXED) Statistic didn't count automated import of articles - 10https://bugzilla.wikimedia.org/39970 (10Chorobek) [15:24:37] Change merged: Aude; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23298 [15:25:14] factor: sorry, not sure i understand and have to go off for now. [15:25:19] ok [15:25:23] thanks [15:25:48] factor: but compare to the raw html of a wikipedia page to yours, and maybe you will find the relevant diff [15:38:17] 03(mod) Deploy wikidata.org with the Wikidata repository - 10https://bugzilla.wikimedia.org/40000 (10denny vrandecic) [15:38:19] 03(mod) Merge the Wikidata ContentHandler branch - 10https://bugzilla.wikimedia.org/38622 (10denny vrandecic) [15:38:20] 03(mod) Review Wikibase Lib for deployment - 10https://bugzilla.wikimedia.org/38826 (10denny vrandecic) [15:38:21] 03(mod) Review Diff lib extension for deployment - 10https://bugzilla.wikimedia.org/38830 (10denny vrandecic) [15:40:16] 03(mod) Deployment of Wikidata to Wikimedia wikis (tracking) - 10https://bugzilla.wikimedia.org/38975 (10denny vrandecic) [15:40:18] 03(mod) Merge the Wikidata ContentHandler branch - 10https://bugzilla.wikimedia.org/38622 (10denny vrandecic) [15:40:20] 03(mod) Review Wikibase Lib for deployment - 10https://bugzilla.wikimedia.org/38826 (10denny vrandecic) [15:40:20] 03(mod) Review Diff lib extension for deployment - 10https://bugzilla.wikimedia.org/38830 (10denny vrandecic) [15:50:23] 03(mod) Edit summary field is delayed (Verz�gerung bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40129 +javascript; summary; +comment (10Dereckson) [15:55:19] 03(mod) "Enter [short] description" field is delayed (Verz�gerung bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40129 summary (10Rainer@Rillke.eu) [15:56:45] 03(mod) Edit summary's edit conflict (Bearbeitungskonflikte bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40130 summary; +comment (10Dereckson) [15:56:59] . [15:57:53] New patchset: Nullspoon; "Added $wgWhitelistReadRegexp for regex whitelisting" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/11137 [15:58:05] 03(mod) Spezial:GlobalGroupPermissions/nonexistentgroup should show an error in read only mode - 10https://bugzilla.wikimedia.org/40119 +comment (10Raimond Spekking) [16:05:51] 03(mod) Save button stays disabled when copy/paste into the edit summary field instead typing in it. - 10https://bugzilla.wikimedia.org/40131 +javascript; summary; +comment (10Dereckson) [16:06:11] Change merged: Daniel Werner; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23297 [16:06:39] 03(NEW) Make "redirects" included by default - 10https://bugzilla.wikimedia.org/40135 normal; MediaWiki extensions: PageTriage; (okeyes) [16:10:15] 03(ASSIGNED) Adding watch option or watch by default using upload wizard - 10https://bugzilla.wikimedia.org/31313 +comment (10Dereckson) [16:10:27] 03(mod) Deployment of Wikidata to Wikimedia wikis (tracking) - 10https://bugzilla.wikimedia.org/38975 (10denny vrandecic) [16:10:28] 03(mod) Review Wikibase Repo extension for deployment - 10https://bugzilla.wikimedia.org/38822 (10denny vrandecic) [16:12:31] New patchset: Jens Ohlig; "Moved special page stuff from startup to their own files" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23305 [16:12:55] New patchset: IAlex; "Convert wfMsgNoTrans() call from Edit to wfMessage()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23306 [16:13:21] New patchset: Jens Ohlig; "Moved special page stuff from startup to their own files" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23305 [16:14:45] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/23305 [16:15:45] New review: Siebrand; "This is already part of Ied5cfda8. Please review..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23306 [16:16:02] 03(mod) Make "redirects" included by default - 10https://bugzilla.wikimedia.org/40135 normal->15enhancement; +easy; +comment (10Dereckson) [16:19:41] 03(mod) UI glitches on Wikidata edit page in RTL languages - 10https://bugzilla.wikimedia.org/40134 normal->major; summary; +comment (10Dereckson) [16:25:23] 03(mod) Make "redirects" included by default in PageTriage - 10https://bugzilla.wikimedia.org/40135 summary (10Liangent) [16:25:49] 03(mod) Use of guillemets ("french quotes") prevents expressions from being found - 10https://bugzilla.wikimedia.org/40133 +comment (10Dereckson) [16:28:49] 03(mod) Save button stays disabled when copy/paste into the "enter label" field instead typing in it. - 10https://bugzilla.wikimedia.org/40131 summary (10Rainer@Rillke.eu) [16:32:17] @statistics-on [16:32:17] Statistics were now enabled [16:32:21] bleh [16:33:25] one more bleh [16:33:34] it works :) [16:36:26] this makes me most active in this channel :P [16:36:29] @info [16:36:29] http://bots.wmflabs.org/~wm-bot/dump/%23mediawiki.htm [16:38:02] 03(mod) Save button stays disabled when copy/paste into the "enter label" field instead typing in it. - 10https://bugzilla.wikimedia.org/40131 +comment (10Rainer@Rillke.eu) [16:44:04] petan: What statistics? [16:44:17] marktraceur about user activity [16:44:22] talking etc [16:44:39] petan: Ooh, where are they? [16:44:40] I don't know if it would be of any use, but maybe it could motivate people to be more active in channel :P [16:44:41] New review: GWicke; "Looks good. In the longer run, we should probably remove the indent-pre handling from the tokenizer ..." [mediawiki/extensions/Parsoid] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23223 [16:44:49] @info [16:44:49] http://bots.wmflabs.org/~wm-bot/dump/%23mediawiki.htm [16:44:50] here [16:45:04] 03(mod) "Enter [short] description" field is delayed (Verz�gerung bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40129 (10jeblad) [16:45:04] 03(mod) Special:ItemDisambiguation should add uselang or setlang to result links - 10https://bugzilla.wikimedia.org/40132 +comment (10Daniel Werner) [16:45:06] Aha [16:45:17] just like various "credits" on help sites [16:45:24] *nod* [16:45:31] but it's quite broken atm [16:45:39] Apparently [16:46:30] hey petan [16:46:36] hi [16:46:50] petan: https://gerrit.wikimedia.org/r/#/c/23174/ give me a +1 if you think it's okay :) [16:46:59] ok [16:49:36] New patchset: Subramanya Sastry; "Eliminate spurious
 wrapping." [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23223
[16:52:03] 	 03(FIXED) Bottom toolbar content not displaying - 10https://bugzilla.wikimedia.org/39302  (10Oliver Keyes)
[16:52:19] 	 Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23223
[16:53:06] 	 it's finally working :P
[16:53:29] 	 wikibugs is going to be winner I guess
[16:53:39] 	 03(mod) Marking something for deletion should automatically review it - 10https://bugzilla.wikimedia.org/39208  +comment (10Oliver Keyes)
[16:53:57] 	 03(mod) Marking something for deletion or adding maintenance tags should automatically review it - 10https://bugzilla.wikimedia.org/39208  summary; +comment (10Oliver Keyes)
[16:55:52] 	 03(mod) UI glitches on Wikidata edit page in RTL languages - 10https://bugzilla.wikimedia.org/40134  (10jeblad)
[16:56:37] 	 03(mod) Needs edit summary specific to nominating articles for deletion - 10https://bugzilla.wikimedia.org/39434  +comment (10Oliver Keyes)
[16:57:19] 	 03(mod) "Enter [short] description" field is delayed (Verz�gerung bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40129  +comment (10Rainer@Rillke.eu)
[16:59:06] 	 03(mod) Edit summary's edit conflict (Bearbeitungskonflikte bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40130  (10jeblad)
[16:59:07] 	 03(mod) Patching after edit conflicts (5) - 10https://bugzilla.wikimedia.org/39836  (10jeblad)
[17:02:18] 	 hiya brion
[17:02:39] 	 howdy
[17:03:25] 	 I had a really good experience when I upgraded MW from 1.10 to 1.18 almost glitchlessly. So thanks for putting your time into this great software
[17:03:48] 	 or "Shukran, shukran" as they say in arabic
[17:03:55] 	 03(mod) Special:ItemDisambiguation should add uselang or setlang to result links - 10https://bugzilla.wikimedia.org/40132  (10jeblad)
[17:07:33] 	 03(mod) "Enter [short] description" field is delayed (Verz�gerung bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40129  (10jeblad)
[17:07:42] 	 Change merged: Subramanya Sastry; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23115
[17:10:38] 	 New patchset: Kaldari; "Beginning of Bucketing implementation" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/23307
[17:10:57] 	 03(mod) "Enter [short] description" field is delayed (Verz�gerung bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40129  (10jeblad)
[17:11:16] 	 New patchset: Kaldari; "Beginning of Bucketing implementation" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/23307
[17:14:06] 	 New patchset: Kaldari; "Beginning of bucketing implementation - just getting the sql in place for now" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/23307
[17:14:14] 	 MatmaRex did you test if your commit work?
[17:14:32] 	 petan: it's just a swap of some icons
[17:14:38] 	 but i think it's up on my testwiki anyway
[17:14:42] 	 ok, before it didn't :P
[17:14:46] 	 http://users.v-lo.krakow.pl/~matmarex/testwiki/
[17:14:54] 	 cool
[17:15:34] 	 03(FIXED) Replace colons by em spaces at the beginning of verses inside poem tag - 10https://bugzilla.wikimedia.org/31146  +comment (10Ryan Kaldari)
[17:17:07] 	 MatmaRex done
[17:17:08] 	 +2
[17:18:55] 	 thanks
[17:19:19] 	 i'm still wiating for krinkle to recheck https://gerrit.wikimedia.org/r/#/c/22180/, i think that the icons were his only issue with the change
[17:20:00] 	 hi MatmaRex ... just FYI, not sure whether you saw my email to wikitech-l about an hr ago about reduced availability of WMF folks this week
[17:20:36] 	 yeah, i did
[17:20:41] 	 cant say i'm happy about it
[17:21:36] 	 03(mod) Connectivity interferes with saved articles - 10https://bugzilla.wikimedia.org/40013  +comment (10Jon)
[17:21:46] 	 but thanks for the info, sumanah
[17:21:50] 	 03(mod) Connectivity interferes with saved articles (saved pages do not work offline) - 10https://bugzilla.wikimedia.org/40013  summary (10Jon)
[17:22:03] 	 MatmaRex: We'll be back soon enough :)
[17:28:36] 	 MatmaRex: I sympathize with you .... I figured it would be better if people knew ahead of time, to at least set expectations a little bit
[17:29:25] 	 MatmaRex: you can see at least one reason I am working to nurture our larger engineering community -- improving the bus factor, for weeks like this!
[17:29:56] 	 niqdanger: I'm sorry to ambush you, but I have to ask - is your nick a Firesign Theater reference?
[17:30:41] 	 sumanah: :)
[17:32:05] 	 sumanah: Yes, yes it is!
[17:32:19] 	 [Where's the fire? In your eyes, lieutenant.]
[17:32:55] 	 I just need to watch out for Rococco.
[17:33:01] * sumanah  laughs aloud
[17:33:10] 	 [I haven't looked this bad since "M"!]
[17:33:39] 	 Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22433
[17:33:42] 	 03(mod) Connectivity interferes with saved articles (saved pages do not work offline) - 10https://bugzilla.wikimedia.org/40013  +comment (10Brion Vibber)
[17:35:10] 	 Now that I amused you all - I have an upgrade issue. Self inflicted upgrade issue more or less.
[17:35:21] 	 OK, lay the details on us
[17:37:18] 	 I have an old mediawiki, I think v1.9, with php 5.2.6.  I built a new host CentOS 6.3 w/php 5.3.3. So I cant just move the files over. I am so far behind, whats the easiest way to upgrade this thing?
[17:37:41] 	 niqdanger: https://www.mediawiki.org/wiki/Manual:Upgrading#How_do_I_upgrade_from_a_really_old_version.3F_In_one_step.2C_or_in_several_steps.3F
[17:38:09] 	 niqdanger: basically, I think we suggest you upgrade in place and then do the migration to the new host
[17:38:11] 	 is that possible?
[17:38:12] 	 Awesome! Thank you sumanah!
[17:38:29] 	 03(mod) "Enter [short] description" field is delayed (Verz�gerung bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40129  +comment (10Rainer@Rillke.eu)
[17:38:46] 	 niqdanger: of course, please take backups first, etc
[17:38:56] 	 niqdanger: and if you have trouble, this channel + the mediawiki-l list will help you out
[17:38:58] 	 !lists | niqdanger 
[17:38:58] 	 niqdanger: mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details.
[17:39:21] 	 (if I were really obsessed with Firesign I would have just told you "you can't get there from here" in a New England accent)
[17:39:25] 	 Since this is old server to new, I not only have backups, but an old server too :-)  I'll give it a shot and let you know what happens...
[17:39:50] 	 niqdanger: whether everything works out or not, a quick "here's what I did & whether it worked" case study would be nice!
[17:40:23] 	 Will give a summary. Back in a few hopefully with some good news.
[17:40:26] 	 also niqdanger I recommend you join this low-traffic list https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce
[17:40:28] 	 ok!
[17:40:47] 	 03(mod) Add option for absolute URLs to action=parse - 10https://bugzilla.wikimedia.org/40128  +comment (10Brion Vibber)
[17:49:56] 	 03(NEW) Special:Statistics don't work - 10https://bugzilla.wikimedia.org/40136 normal; MediaWiki: Special pages; (brucelee)
[17:50:52] 	 New patchset: Trevor Parscal; "Added implementations for wrapNodes and wrapAllNodes" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/21400
[17:57:22] 	 New patchset: IAlex; "Convert last usages of wfMsg*() to wfMessage()." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23306
[17:57:57] 	 03(ASSIGNED) Spezial:GlobalGroupPermissions/nonexistentgroup should show an error in read only mode - 10https://bugzilla.wikimedia.org/40119  +comment (10Dereckson)
[17:58:38] 	 New review: IAlex; "Whoops, forgot that that was waiting for review..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23306
[17:59:38] 	 03(mod) Deploy wikidata.org with the Wikidata repository - 10https://bugzilla.wikimedia.org/40000  (10denny vrandecic)
[17:59:41] 	 03(NEW) Create a Wikidata repository for testing outside labs - 10https://bugzilla.wikimedia.org/40137 normal; MediaWiki extensions: WikidataRepo; (denny.vrandecic)
[18:02:52] 	 hi
[18:10:29] 	 03(NEW) Remove Bugzilla and migrate to a wiki (with perhaps a "bug-tracking" extension") for bug-tracking - 10https://bugzilla.wikimedia.org/40138 normal; Wikimedia: Bugzilla; (rainerrillke)
[18:13:59] 	 Hello!
[18:21:12] 	 Is there any way to get user JS to consistently load after wiki JS, i.e. after MediaWiki:Common.js? Right now the only way I can do it is with a 3 second timeout :(
[18:22:31] 	 I guess I could add a callback in MediaWiki:Common.js :)
[18:22:42] 	 and hope no one objects
[18:23:00] 	 03(mod) Tablet rendering of edit screen needs to use line wrapping, CSS fix - 10https://bugzilla.wikimedia.org/37518  (10Phil Chang)
[18:23:48] 	 03(FIXED) Map view/list view and complete/incomplete toggles are not obvious - 10https://bugzilla.wikimedia.org/39718  (10Arthur Richards)
[18:24:14] 	 Ok, Followed the upgrade procedure and now get the following : The requested URL /wiki/Main_Page was not found on this server.   No errors in apache error_log though. So thats progress!
[18:24:56] 	 03(FIXED) apply explicit lang and dir HTML attributes to country-specific data in the WLM app - 10https://bugzilla.wikimedia.org/39290  +comment (10Jon)
[18:24:57] 	 03(FIXED) No way to return 'home' - 10https://bugzilla.wikimedia.org/39709  +comment (10Arthur Richards)
[18:25:03] 	 Should I send somthing to the mailing list where I can include more details/information? We lost all our webdevs and I am not exactly a great php web guy :-)
[18:25:38] 	 03(FIXED) WLMMobile: existing photo on monument detail page pixelated on high-res displays - 10https://bugzilla.wikimedia.org/39859  (10Arthur Richards)
[18:27:22] 	 03(mod) Browse countries flips to nearby monuments on re-sort - 10https://bugzilla.wikimedia.org/39860  +comment (10Arthur Richards)
[18:28:48] 	 niqdanger: try pointing yorp rowser to index.php
[18:29:12] 	 your browser*
[18:29:23] 	 maybe someting went awry with some rewrite rules or whatnot
[18:29:43] 	 Can anyone figure this out?  I cannot find a way to make the cell in row one of this table center properly over the two nested tables in row two.  http://pastebin.com/MjUYpkV8
[18:30:08] 	 I believe I have the table properly marked up, but it's not working and I need someone who actually knows what they're doing.  Instead of me.  ;-)
[18:30:30] 	 MetmaRex - odd, I requested 'index.php' and it told me no such file 'Index.php' which there isnt. 
[18:30:42] 	 uh, /w/index.php, maybe
[18:30:57] 	 any index.php you have in there :P
[18:31:50] 	 konfuzed: so you want to have the green cell span over the two other tables ?
[18:32:01] 	 03(UNCONFIRMED) Remove Bugzilla and migrate to a wiki (with perhaps a "bug-tracking" extension") for bug-tracking - 10https://bugzilla.wikimedia.org/40138  (10Krenair)
[18:32:03] 	 thedj: Yes, exactly.
[18:32:26] 	 but why do you make the center header a table as well ?
[18:33:25] 	 Personaly preference.  I'm hoping to make this a template for future use, and that first cell could become anything (text, image, whatnot) down the road.  But the basic design of "one on top, two below) will stay.
[18:33:29] 	 konfuzed: anyway http://pastebin.com/aziXkVtj
[18:33:44] 	 New review: Mwalker; "Not sure if it's this changeset or the last one; but on campaign creation I'm getting a 'Fatal excep..." [mediawiki/extensions/CentralNotice] (master); V: -1 C: 0;  - https://gerrit.wikimedia.org/r/22944
[18:33:47] 	 what you want is called "colspan"
[18:35:47] 	 Oh my goodness...  Perfect!  I thought I had tried colpsan, but obviously, not correctly.  Thank you so much!  This has been such a huge help.  :D
[18:36:14] 	 MetmaRex - I can get the root index.php (just a phpinfo()) but not anything under the /wiki/ such as /wiki/index.php. Then it uppercases the first letter. 
[18:36:36] 	 Sorry, MatmaRex, not MetmaRex :-)
[18:38:08] 	 niqdanger: so your internal folder structure is that index.php and all MW files are in a folder called /wiki/?
[18:38:12] 	 03(FIXED) VisualEditor: Link inspector should abridge completion results so users can distinguish multiple very long similar titles - 10https://bugzilla.wikimedia.org/39591  +comment (10James Forrester)
[18:38:45] 	 03(mod) Clean up Wikimedia site favicon - 10https://bugzilla.wikimedia.org/39361  +comment (10Isarra)
[18:38:47] 	 i dont know much about internals, but that doesn;t seem like a good idea :)
[18:39:20] 	 03(mod) VisualEditor: Content in an LTR wiki is displayed RTL in CE block if the interface language is RTL - 10https://bugzilla.wikimedia.org/33175  (10Trevor Parscal)
[18:39:20] 	 03(FIXED) VisualEditor: Modify the Parsoid <-> DM converter to handle newlines properly - 10https://bugzilla.wikimedia.org/38736  +comment (10Roan Kattouw)
[18:39:28] 	 i think you need to fix up some URL rewriting settings, but dont quote me on this, i dont know much
[18:39:34] 	 03(mod) VisualEditor: Interproject links are coloured incorrectly - 10https://bugzilla.wikimedia.org/33084  (10Trevor Parscal)
[18:39:35] 	 you could also try renaming the /wiki directory
[18:40:27] 	 03(mod) Visual Editor: Overlapping text annotations fails - 10https://bugzilla.wikimedia.org/37846  (10James Forrester)
[18:40:44] 	 MatmaRex : Im trying to move the site from one server to another server. I just put it all under /var/www/html/wiki for now but I'll add the virtualnamed host later.
[18:40:47] 	 03(mod) VisualEditor: Invalid titles for link target are not detected by link editor (e.g. "Foo{}bar" is allowed) - 10https://bugzilla.wikimedia.org/33094  (10James Forrester)
[18:41:27] 	 Thanks for your help thedj, very much appreciated!  Later, all!
[18:41:29] 	 as i said, try renaming the /wiki directory
[18:41:32] 	 niqdanger: ^
[18:41:53] 	 03(FIXED) VisualEditor: Annotated content stripped from an LI on save - 10https://bugzilla.wikimedia.org/39512  +comment (10James Forrester)
[18:42:02] 	 03(FIXED) Only the introduction section of a lot of Wikisource pages is outputted by API action mobileview - 10https://bugzilla.wikimedia.org/39489  +comment (10Tpt)
[18:42:23] 	 hi there Tpt 
[18:42:29] 	 MatmaRex : name it to what?
[18:42:54] 	 03(mod) VisualEditor: VE does not check for global blocks or title blacklist on page edit/creation - 10https://bugzilla.wikimedia.org/38268  major->minor; +comment (10James Forrester)
[18:43:24] 	 New patchset: GWicke; "Asio async / parallel token piping" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23009
[18:44:14] 	 03(FIXED) VisualEditor: All icons need hi-resolution version (HiDPI, Retina display) - 10https://bugzilla.wikimedia.org/37849  +comment (10James Forrester)
[18:44:17] 	 03(mod) "Enter [short] description" field is delayed (Verz�gerung bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40129  (10jeblad)
[18:44:43] 	 sumanah: hi
[18:45:37] 	 niqdanger: anything
[18:45:39] 	 niqdanger: /w/ maybe
[18:45:52] 	 03(mod) Create a Wikidata repository for testing outside labs - 10https://bugzilla.wikimedia.org/40137  +comment (10Rob Lanphier)
[18:45:53] 	 03(mod) Merge the Wikidata ContentHandler branch - 10https://bugzilla.wikimedia.org/38622  (10Rob Lanphier)
[18:46:06] 	 since /wiki is apparently a "virtual path", or whatever the proper name is, to the articles on your  wiki
[18:49:22] 	 03(mod) VisualEditor should not try to initialise if no ContentEditable support - 10https://bugzilla.wikimedia.org/38128  +comment (10Trevor Parscal)
[18:52:39] 	 03(mod) Colon (:) & semicolon (;) shouldn't output as HTML definition list when used for indentation, boldfacing - 10https://bugzilla.wikimedia.org/4521  (10mybugs.mail)
[18:52:39] 	 03(ASSIGNED) API: return a list of supported wikis - 10https://bugzilla.wikimedia.org/38263  (10Daniel Kinzler)
[18:52:43] 	 03(FIXED) VisualEditor: Link-activating/following - 10https://bugzilla.wikimedia.org/33239  +comment (10Trevor Parscal)
[18:53:17] 	 03(ASSIGNED) Sites class needs a way to get all sites of a given group - 10https://bugzilla.wikimedia.org/40078  (10Daniel Kinzler)
[18:53:19] 	 03(ASSIGNED) ApiSetSiteLink needs to verify that the target site is in the correct group - 10https://bugzilla.wikimedia.org/40077  (10Daniel Kinzler)
[18:53:49] 	 hi DanielK_WMDE 
[18:54:00] 	 hi sumanah!
[18:54:02] 	 purty
[18:54:28] 	 and wrong channel dangit
[18:54:33] 	 DanielK_WMDE: if you have time right now, maybe we could chat a little about the code review capacity-building happening on the Wikidata team
[18:54:43] 	 or if you're not the right one to talk with, I can talk with Denny?
[18:58:48] 	 New patchset: Kaldari; "Make sure default options are loaded before custom wiki options" [mediawiki/extensions/WikiLove] (master) - https://gerrit.wikimedia.org/r/23310
[18:59:41] 	 03(mod) VisualEditor: All icons need hi-resolution version (HiDPI, Retina display) - 10https://bugzilla.wikimedia.org/37849  +comment (10Brion Vibber)
[19:01:16] 	 03(mod) VisualEditor: All icons need hi-resolution version (HiDPI, Retina display) - 10https://bugzilla.wikimedia.org/37849  +comment (10Brion Vibber)
[19:05:25] 	 03(FIXED) VisualEditor: Design of save button should make it more prominent - 10https://bugzilla.wikimedia.org/38006  +comment (10Trevor Parscal)
[19:07:58] 	 Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22911
[19:08:23] 	 03(mod) VisualEditor: All icons need hi-resolution version (HiDPI, Retina display) - 10https://bugzilla.wikimedia.org/37849  +comment (10James Forrester)
[19:10:21] 	 03(mod) VisualEditor: All icons need hi-resolution version (HiDPI, Retina display) - 10https://bugzilla.wikimedia.org/37849  +comment (10Trevor Parscal)
[19:13:07] 	 MatmaRex : Nope. I renamed it 'documentation' and its a no go. Same error. Im going to send something to the mailing list since I can get a better description/details of the issue for anyone to guess the problem. Thanks for the help though :-)
[19:13:10] 	 03(FIXED) Create a link capability for "Page status" - 10https://bugzilla.wikimedia.org/27558  +comment (10Tpt)
[19:13:53] 	 03(FIXED) bnwikisource index table should show the page number in Bengali - 10https://bugzilla.wikimedia.org/36070  +comment (10Tpt)
[19:15:36] 	 03(FIXED) add pagequality class in links to Page namespace - 10https://bugzilla.wikimedia.org/36979  +comment (10Tpt)
[19:20:07] 	 sumanah: I'm already winding down (getting ready to watch The Wire), but very briefly re code review:
[19:20:08] 	 niqdanger: yeah, i'm trying, but MW's innards are not my forte :)
[19:21:00] 	 sumanah: talk especially to Anja Jentzsch (AnjaJ_WMDE) - she's Wikidata's QA person since last week. She'll be coordinating code review.
[19:21:16] 	 DanielK_WMDE: oh! ok. Good to know.
[19:21:21] 	 I'm of course happy to chat with you, also re the stuff we today decided with RobLa
[19:21:33] 	 DanielK_WMDE: ah, go ahead - if you summarize it then that is awesome!
[19:22:09] 	 yea... tomorrow. now it's Wire time :)
[19:22:32] 	 New patchset: Robmoen; "Hiding inspector iframe by additionally setting height and width to 0." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23311
[19:22:43] 	 ok thanks DanielK_WMDE 
[19:22:50] 	 cu
[19:23:47] 	 New review: Krinkle; "The new orange one is confusing. First because it is grey instead of orange. And it reminds me more ..." [mediawiki/extensions/OnlineStatusBar] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/23174
[19:27:26] 	 03(mod) Create Special:EmptyItems - 10https://bugzilla.wikimedia.org/39150  +comment (10Thomas Douillard)
[19:28:19] 	 New review: Matmarex; "Hm, interesting point. Miranda also has an "NA" icon, which has a blue clock in place of this "bubbl..." [mediawiki/extensions/OnlineStatusBar] (master) C: 0;  - https://gerrit.wikimedia.org/r/23174
[19:31:29] 	 Change abandoned: Kaldari; "Unneeded since ext.wikiLove.local is loaded by ext.wikiLove.init which includes the default options ..." [mediawiki/extensions/WikiLove] (master) - https://gerrit.wikimedia.org/r/23310
[19:31:53] 	 RoanKattouw: https://gerrit.wikimedia.org/r/#/c/23243/1
[19:32:23] 	 Change merged: Catrope; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23243
[19:32:33] 	 03(mod) Using a post-1.14 image link ([[File:foo|link=bar]]) doesn't add nofollow to external links - 10https://bugzilla.wikimedia.org/24437  +comment (10Chris Steipp)
[19:33:48] 	 Just a reminder, though I've already emailed some people about it: ops/mediawiki-config repo is still messed up - please don't merge or abandon
[19:34:00] 	 That Gerrit repo is still messed up, so please don't merge or abandon patchsets until Chad says it's ok.  Creating/submitting new patchsets is ok.
[19:34:08] 	 Is it still borked?
[19:34:23] 	 03(mod) Using a post-1.14 image link ([[File:foo|link=bar]]) doesn't add nofollow to external links - 10https://bugzilla.wikimedia.org/24437  +comment (10Chris Steipp)
[19:34:33] 	 New patchset: Matmarex; "replace status icons with more intuitive ones" [mediawiki/extensions/OnlineStatusBar] (master) - https://gerrit.wikimedia.org/r/23174
[19:34:50] 	 Krinkle|detached: ^
[19:38:22] 	 03(NEW) Missing FeedbackPage link from talk pages of AFT5-enabled articles - 10https://bugzilla.wikimedia.org/40139 normal; MediaWiki extensions: ArticleFeedbackv5; (dtaraborelli)
[19:39:02] 	 RoanKattouw: Chad wants to be cautious -- I think it is still borked enough to be cautious, yet
[19:39:04] 	 yes*
[19:43:03] 	 TimStarling: did you look at that thumbnail patch?
[19:43:28] 	 not yet
[19:43:50] 	 want to swap? I think my score patch is ready to commit, at least as a draft
[19:53:32] 	 03(mod) Special:ItemDisambiguation should add uselang or setlang to result links - 10https://bugzilla.wikimedia.org/40132  +comment (10Daniel Werner)
[20:00:59] 	 New patchset: GWicke; "Asio async / parallel token piping" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23009
[20:02:07] 	 03(mod) VisualEditor: All icons need hi-resolution version (HiDPI, Retina display) - 10https://bugzilla.wikimedia.org/37849  +comment (10Brion Vibber)
[20:02:48] 	 New review: Siebrand; "@MWalker: I just tested this, and confirm it." [mediawiki/extensions/CentralNotice] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/22944
[20:10:42] 	 New patchset: Siebrand; "More maintenance for CentralNotice extension." [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/22887
[20:10:42] 	 New patchset: Siebrand; "Moved most database interaction to CentralNoticeDB." [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/22944
[20:11:24] 	 New review: Siebrand; "PS fixes the fatal (somehow a space disappeared) and a silly assignment." [mediawiki/extensions/CentralNotice] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/22944
[20:11:26] 	 any idea how to see what SPARQL query SMW is sending to 4store?  I am getting this error from update: 4store[3752]: update.c:80 error: syntax error, unexpected '{' at line 9 of operation 0
[20:11:42] 	 03(mod) "Enter [short] description" field is delayed (Verz�gerung bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40129  +comment (10Rainer@Rillke.eu)
[20:12:56] 	 03(NEW) High-density (HiDPI/Retina) toolbar icons don't display if window opened on low-res screen, then moved to high-res - 10https://bugzilla.wikimedia.org/40140 normal; VisualEditor: User Interface; (brion)
[20:13:09] 	 03(mod) VisualEditor: All icons need hi-resolution version (HiDPI, Retina display) - 10https://bugzilla.wikimedia.org/37849  +comment (10Brion Vibber)
[20:14:22] 	 03(mod) Mobile site rendering issues on www.wikipedia.org using Samsung phones - 10https://bugzilla.wikimedia.org/39987  +comment (10Jon)
[20:16:33] 	 04(REOPENED) Indexing broken on WMF private wikis - 10https://bugzilla.wikimedia.org/32947  +comment (10Trijnstel)
[20:18:40] 	 03(NEW) Tagging something for deletion with the curation toolbar should automatically watchlist it - 10https://bugzilla.wikimedia.org/40141 enhancement; MediaWiki extensions: PageTriage; (okeyes)
[20:22:38] 	 03(ASSIGNED) Windows 8 app: accept incoming text sharing to perform searches - 10https://bugzilla.wikimedia.org/39851  +comment (10Brion Vibber)
[20:22:39] 	 03(mod) "Enter [short] description" field is delayed (Verz�gerung bei der Eingabe der Kurzbeschreibung) - 10https://bugzilla.wikimedia.org/40129  +comment (10Rainer@Rillke.eu)
[20:25:20] 	 03(NEW) Windows 8 app: make search more discoverable for new users - 10https://bugzilla.wikimedia.org/40142 enhancement; Wikipedia App: Search; (brion)
[20:33:01] 	 hello, iam trying to install mediawiki and iam getting a 500 error when opening the website anybody has any idea?
[20:33:34] 	 03(mod) Merge the Wikidata ContentHandler branch - 10https://bugzilla.wikimedia.org/38622  (10denny vrandecic)
[20:33:34] 	 03(mod) Deploy wikidata.org with the Wikidata repository - 10https://bugzilla.wikimedia.org/40000  (10denny vrandecic)
[20:47:38] 	 03(NEW) generate documentation for JavaScript resources - 10https://bugzilla.wikimedia.org/40143 normal; MediaWiki: Documentation; (spage)
[20:48:21] 	 TimStarling: are you committing to score?
[20:48:23] 	 New patchset: MaxSem; "Update MobileFrontend to master" [mediawiki/core] (wmf/1.20wmf10) - https://gerrit.wikimedia.org/r/23368
[20:48:26] 	 hi guys
[20:48:32] 	 i'm trying to insert and imagem
[20:48:37] 	 but without success
[20:48:47] 	 [[Ficheiro:http://blog.eukhost.com/wp-content/uploads/2011/03/Mediawiki-Logo.png]]
[20:48:53] 	 this doesnt show an image
[20:49:10] 	 AuroraX, you'll have to upload the image first
[20:49:16] 	 how?
[20:49:24] 	 ...or enable external images, but it's creepy
[20:54:21] 	 03(mod) VisualEditor: All icons need hi-resolution version (HiDPI, Retina display) - 10https://bugzilla.wikimedia.org/37849  +comment (10Trevor Parscal)
[20:54:48] 	 New patchset: Pgehres; "Initial commit of Direct Debit form for ES.  Lacking JS validation and some CSS but otherwise good for testing" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/23369
[20:57:41] 	 Change merged: awjrichards; [mediawiki/core] (wmf/1.20wmf10) - https://gerrit.wikimedia.org/r/23368
[21:01:41] 	 New patchset: Aaron Schulz; "[FileBackend] Added concatenate() failure logging." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23370
[21:04:09] 	 MaxSem: how do i upload?
[21:05:20] 	 https://www.mediawiki.org/wiki/Help:Images
[21:06:37] 	 New patchset: Krinkle; "(bug 37132) Refactor the status bar interface" [mediawiki/extensions/OnlineStatusBar] (master) - https://gerrit.wikimedia.org/r/22180
[21:07:08] 	 New patchset: MaxSem; "Update MobileFrontend to master" [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/23371
[21:07:15] 	 New review: Mwalker; "Ok; campaign add bug fixed. :) -- You were faster than I; got distracted :(" [mediawiki/extensions/CentralNotice] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/22944
[21:07:27] 	 New review: Krinkle; "* Addressed inline comments" [mediawiki/extensions/OnlineStatusBar] (master); V: 0 C: 1;  - https://gerrit.wikimedia.org/r/22180
[21:07:37] 	 New patchset: MarkTraceur; "[C++] Adding some tokenizer rules (first wave)" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22849
[21:08:22] 	 New patchset: MarkTraceur; "[C++] Adding some tokenizer rules (first wave)" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22849
[21:08:46] 	 03(mod) Remove Bugzilla and migrate to a wiki (with perhaps a "bug-tracking" extension") for bug-tracking - 10https://bugzilla.wikimedia.org/40138  normal->15enhancement; +comment (10Sam Reed (reedy))
[21:08:59] 	 New review: MarkTraceur; "Got headings to work (probably)" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22849
[21:09:07] 	 New review: MarkTraceur; "Rebase" [mediawiki/extensions/Parsoid] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/22849
[21:10:22] 	 Change merged: MaxSem; [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/23371
[21:10:23] 	 Mp5shooter: Do you fire semiautomatic weapons, or make films in the video format of the future?
[21:10:43] 	 yes!
[21:10:48] 	 New patchset: GWicke; "Asio async / parallel token plumbing" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23009
[21:11:02] 	 Sounds good to me
[21:11:08] 	 New review: Mwalker; "Ok; the banner deletion bug was not introduced this change. It's in master; I'll file a bug report o..." [mediawiki/extensions/CentralNotice] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/22944
[21:18:41] 	 03(NEW) CentralNotice: Banner deletion causes UI failure - 10https://bugzilla.wikimedia.org/40144 normal; MediaWiki extensions: CentralNotice; (mwalker)
[21:26:36] 	 03(mod) Tagging something for deletion with the curation toolbar should automatically watchlist it - 10https://bugzilla.wikimedia.org/40141  (10Fabrice Florin)
[21:31:05] 	 03(mod) Make "redirects" included by default in PageTriage - 10https://bugzilla.wikimedia.org/40135  +comment (10Fabrice Florin)
[21:35:09] 	 03(mod) UI glitches on Wikidata edit page in RTL languages - 10https://bugzilla.wikimedia.org/40134  +comment (10reza1615)
[21:37:28] 	 New patchset: Robmoen; "Disallowing invalid page titles in link inspector." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23373
[21:38:55] 	 03(FIXED) VisualEditor: Invalid titles for link target are not detected by link editor (e.g. "Foo{}bar" is allowed) - 10https://bugzilla.wikimedia.org/33094  +comment (10Rob Moen)
[21:42:48] 	 New review: Sumanah; "Test." [mediawiki/extensions/VisualEditor] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/23373
[21:45:06] 	 New review: Matmarex; "See inline." [mediawiki/extensions/OnlineStatusBar] (master) C: -1;  - https://gerrit.wikimedia.org/r/22180
[21:45:55] 	 New review: Matmarex; "Also, I'm not positive on "reusing" commits to expand their scope, but whatever." [mediawiki/extensions/OnlineStatusBar] (master) C: -1;  - https://gerrit.wikimedia.org/r/22180
[21:46:38] 	 03(NEW) incorrect message when trying to move a move-protected page - 10https://bugzilla.wikimedia.org/40145 enhancement; MediaWiki: Page protection; (dannychia)
[21:46:52] 	 Change merged: Ryan Lane; [mediawiki/extensions/OATHAuth] (master) - https://gerrit.wikimedia.org/r/22833
[21:54:40] 	 Change merged: Kaldari; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/22887
[21:54:43] 	 03(mod) Review and deploy Score extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/33193  +comment (10Sumana Harihareswara)
[21:54:55] 	 New patchset: Krinkle; "Various clean up, bug fixes and optimizations" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/22854
[21:56:04] 	 03(mod) Review and deploy Score extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/33193  +comment (10Sumana Harihareswara)
[21:57:04] 	 03(mod) incorrect message when trying to move a move-protected page - 10https://bugzilla.wikimedia.org/40145  15enhancement->normal;  +easy; +comment (10Dereckson)
[21:57:24] 	 03(mod) CentralNotice: Banner deletion causes UI failure - 10https://bugzilla.wikimedia.org/40144   +design; +comment (10Dereckson)
[22:04:14] 	 i cant delete users in mediawiki?
[22:05:20] 	 AuroraX: only if you really want to
[22:05:26] 	 can i at least avoid blocked users from read any page?
[22:05:30] 	 you'd have to mess with the database
[22:07:14] 	 03(mod) Remove Bugzilla and migrate to a wiki (with perhaps a "bug-tracking" extension") for bug-tracking - 10https://bugzilla.wikimedia.org/40138  +comment (10Rainer@Rillke.eu)
[22:08:14] 	 03(WONTFIX) Remove Bugzilla and migrate to a wiki (with perhaps a "bug-tracking" extension") for bug-tracking - 10https://bugzilla.wikimedia.org/40138  +comment (10Dereckson)
[22:09:07] 	 looks like every user can also see special pages and block other users.... wtf
[22:09:53] 	 AuroraX: ...block? well, that shouldn't happen
[22:09:56] 	 03(mod) Remove Bugzilla and migrate to a wiki (with perhaps a "bug-tracking" extension") for bug-tracking - 10https://bugzilla.wikimedia.org/40138  +comment (10Dereckson)
[22:09:59] 	 unless you got your settings borked
[22:10:15] 	 how can i prevent blocked users from reading any page?
[22:10:29] 	 also how can i prevent a specific user to do it
[22:10:31] 	 ?
[22:10:35] 	 this is a big mess :O
[22:11:31] 	 03(mod) Special:Statistics don't work - 10https://bugzilla.wikimedia.org/40136  +comment (10Dereckson)
[22:11:57] 	 New review: Mwalker; "Ok; the strange warning in the error logs only appears when you have more than 20 banners. However, ..." [mediawiki/extensions/CentralNotice] (master); V: 1 C: 1;  - https://gerrit.wikimedia.org/r/22944
[22:11:59] 	 03(mod) Make "redirects" included by default in PageTriage - 10https://bugzilla.wikimedia.org/40135  -easy ; +comment (10Dereckson)
[22:12:42] 	 Good night.
[22:12:59] 	 MatmaRex: thank you for the review
[22:13:49] 	 03(mod) Remove Bugzilla and migrate to a wiki (with perhaps a "bug-tracking" extension") for bug-tracking - 10https://bugzilla.wikimedia.org/40138  +comment (10Bartosz Dziewoński)
[22:13:58] 	 03(mod) clicking the watch list star throws an error and no feedback is shown (star does not stop rotating) - 10https://bugzilla.wikimedia.org/40103  +comment (10Krinkle)
[22:14:20] 	 03(mod) jQuery 1.8.1 regressions (tracking) - 10https://bugzilla.wikimedia.org/39972  (10Krinkle)
[22:14:24] 	 03(mod) clicking the watch list star throws an error and no feedback is shown (star does not stop rotating) - 10https://bugzilla.wikimedia.org/40103  (10Krinkle)
[22:14:58] 	 Dereckson: :)
[22:15:07] 	 Dereckson: i just +1'd it.
[22:15:42] 	 (although i would like to see my other comments addressed as well, seems that the script overall doesn't care much about it, so i won't be a dick :) )
[22:15:55] 	 03(FIXED) Typing process using Narayam significantly slower when using jQuery 1.8.1 - 10https://bugzilla.wikimedia.org/39969  +comment (10Krinkle)
[22:15:59] 	 03(mod) Typing process using Narayam significantly slower when using jQuery 1.8.1 - 10https://bugzilla.wikimedia.org/39969  (10Krinkle)
[22:16:08] 	 03(mod) jQuery 1.8.1 regressions (tracking) - 10https://bugzilla.wikimedia.org/39972  (10Krinkle)
[22:17:23] 	 New review: Dereckson; "PS1/PS2 issues have been solved. All looks good." [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/21735
[22:17:40] 	 03(NEW) New Pages Feed: Change Top Line for Full Release - 10https://bugzilla.wikimedia.org/40146 normal; MediaWiki extensions: PageTriage; (fflorin)
[22:17:40] 	 03(mod) New Pages Feed: Change Top Line for Full Release - 10https://bugzilla.wikimedia.org/40146  (10Fabrice Florin)
[22:19:24] 	 03(mod) jQuery 1.8.1 regressions (tracking) - 10https://bugzilla.wikimedia.org/39972  +comment (10Krinkle)
[22:19:29] 	 14(DUP) clicking the watch list star throws an error and no feedback is shown (star does not stop rotating) - 10https://bugzilla.wikimedia.org/40103  +comment (10Krinkle)
[22:20:17] 	 New patchset: MarkTraceur; "Whitelist one test, fix up another problem" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23374
[22:23:57] 	 Are there any grants for wikimedia developers?
[22:24:16] 	 LukeDev: Almost certainly.
[22:24:47] 	 LukeDev: https://meta.wikimedia.org/wiki/Grant
[22:24:51] 	 thanks
[22:25:04] 	 New review: Krinkle; "Bump, blocking jQuery 1.8.1 revert." [mediawiki/core] (master); V: 1 C: 1;  - https://gerrit.wikimedia.org/r/22618
[22:27:26] 	 New review: Tim Starling; "Although Krinkle tells me that every browser in the universe supports relative URLs in Location head..." [mediawiki/core] (master); V: 0 C: -1;  - https://gerrit.wikimedia.org/r/22930
[22:27:50] 	 New patchset: Mdale; "fixed caption scrolling and prevents double add captions links" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/23375
[22:28:26] 	 03(FIXED) [Regression] "Copy metadata" link not always at the 1st image - 10https://bugzilla.wikimedia.org/39852  (10Erik Moeller)
[22:28:50] 	 New review: Matmarex; "(inline)" [mediawiki/extensions/OnlineStatusBar] (master) C: -1;  - https://gerrit.wikimedia.org/r/22180
[22:29:02] 	 Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23370
[22:29:02] 	 TimStarling: rewrite.py?
[22:29:09] 	 03(mod) UploadWizard: Copy information to files below does not copy language - 10https://bugzilla.wikimedia.org/40108  +comment (10Erik Moeller)
[22:29:49] 	 thumbnail requests go to squid, right?
[22:29:55] 	 then squid forwards them to swift
[22:30:12] 	 then 404s  are hooked in swift in a WMF-specific file called rewrite.py
[22:30:21] 	 which proxies the requests through to thumb.php
[22:30:43] 	 03(NEW) "Copy metadata" feature does not copy custom fields - 10https://bugzilla.wikimedia.org/40147 normal; MediaWiki extensions: UploadWizard; (erik)
[22:31:02] 	 it was you who said that about Location headers wasn't it?
[22:31:54] 	 hi
[22:32:04] 	 can anyone please tell me how to edit/remove toolbox ?
[22:32:27] 	 Iskorptix_: Use CSS.
[22:32:37] 	 It's auto-generated, so it can't really just be removed.
[22:32:40] 	 Brooke, can you please be more specific ?
[22:32:40] 	 http://www.mediawiki.org/wiki/Manual:Interface/Sidebar
[22:32:44] 	 it can be removed
[22:32:48] 	 Iskorptix_: Why do you want to remove it?
[22:32:48] 	 03(mod) Marking something for deletion or adding maintenance tags should automatically review it - 10https://bugzilla.wikimedia.org/39208  +comment (10Fabrice Florin)
[22:32:49] 	 see that link
[22:32:54] 	 because ITS USELESS
[22:33:06] 	 03(mod) Marking something for deletion or adding maintenance tags should automatically review it - 10https://bugzilla.wikimedia.org/39208  15enhancement->major (10Fabrice Florin)
[22:33:19] 	 well, maybe it's not exactly in that link
[22:33:24] 	 :-)
[22:33:24] 	 but I'm sure there are some hints there
[22:33:32] 	 Just use CSS.
[22:33:35] 	 The releavnt code is...
[22:33:36] 	 New patchset: Mdale; "Fixed caption scrolling and prevents double add captions links" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/23375
[22:33:38] 	 relevant *
[22:33:58] 	 div#p-tb { display:none; }
[22:34:10] 	 Iskorptix_: Add that to a page on your wiki titled "MediaWiki:Common.css".
[22:34:12] 	 That should remove it.
[22:34:20] 	 that --> that code
[22:34:41] 	 TimStarling: If "TOOLBOX" isn't explicitly defined in MediaWiki:Sidebar, it just gets appended to the stack, I think.
[22:34:49] 	 yeah
[22:34:53] 	 sorry, I'm sbolute noob in mw, jsut installed 5min ago, where do I need that MediaWiki:Common.css ?
[22:34:54] 	 plop
[22:35:04] 	 Iskorptix_: It's just a page on your wiki.
[22:35:11] 	 Navigate to it and then click "edit".
[22:35:16] 	 oh got it
[22:35:18] 	 let me try, ta
[22:35:39] 	 but it does have a section on changing the contents of the toolbox
[22:35:51] 	 by writing an extension
[22:35:55] 	 Heh.
[22:36:08] 	 The sidebar is a UI nightmare. There's a bug from Brion about this somewhere.
[22:36:19] 	 It needs more drag and drop and less "oh god this syntax".
[22:36:30] 	 that worked! Thanks Brooke/TimStarling 
[22:36:36] 	 No problem.
[22:36:46] 	 New patchset: Mdale; "Support jQuery 1.8 event data location for event triggers with callbacks" [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/23377
[22:36:47] 	 actually, I feel abit surprised that there is no web control interface for mw
[22:36:49] 	 New patchset: Catrope; "Add a node type for meta nodes" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/23002
[22:36:58] 	 Iskorptix_: You're hardly alone. ;-)
[22:37:03] 	 ;D
[22:37:09] 	 It's planned for this year, maybe.
[22:37:14] 	 nice
[22:37:19] * Brooke  eyes ^demon|lunch.
[22:37:42] 	 New patchset: MaxSem; "Update MobileFrontend to master" [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/23378
[22:38:48] 	 TimStarling: aha, didn't know that py script. Is it open source ?
[22:38:51] 	 New patchset: Tim Starling; "Made backend sync script handle random errors better." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22741
[22:39:01] 	 Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22741
[22:39:56] 	 New patchset: Mdale; "Support jQuery 1.8 event data location for event triggers with callbacks" [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/23377
[22:39:58] 	 operations/puppet/files/swift/SwiftMedia/wmf/rewrite.py
[22:40:51] 	 um, I need some help with mediawiki's mail
[22:41:11] 	 I have an SMTP server that works when I use php's mail() function
[22:41:21] 	 is there anyway I can modify the headers?
[22:41:36] 	 say to change the return email path to no-reply?
[22:41:44] 	 or another address on theserver?
[22:42:00] 	 New patchset: MaxSem; "Update MobileFrontend to master" [mediawiki/core] (wmf/1.20wmf10) - https://gerrit.wikimedia.org/r/23379
[22:42:04] 	  all help appreciated
[22:42:16] 	 pelase help as I can see alot of people...
[22:42:28] 	 Change merged: MaxSem; [mediawiki/core] (wmf/1.20wmf10) - https://gerrit.wikimedia.org/r/23379
[22:42:31] 	 *will the mail() function work?
[22:42:43] 	 Change merged: MaxSem; [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/23378
[22:43:25] 	 when did $wgAllowImageMoving actually start working without errors?
[22:44:07] 	 betacommand, can you help me out a bit?
[22:45:11] 	 umm???
[22:45:20] 	 is anyone  there to help me?
[22:45:40] 	 muqman: http://www.mediawiki.org/wiki/Manual:$wgNoReplyAddress
[22:45:48] 	 wait
[22:45:59] 	 actually it is a bit more extensive
[22:46:05] 	 muqman: give us a few minutes to dig up relevant links
[22:46:18] 	 my email send domain is different to what i own
[22:46:26] 	 New patchset: GWicke; "Asio async / parallel token plumbing" [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23009
[22:46:46] 	 03(NEW) New Pages Feed: Add number of pages reviewed this week at bottom - 10https://bugzilla.wikimedia.org/40148 normal; MediaWiki extensions: PageTriage; (fflorin)
[22:47:02] 	 03(mod) New Pages Feed: Add number of pages reviewed this week at bottom - 10https://bugzilla.wikimedia.org/40148  (10Fabrice Florin)
[22:47:44] 	 Betacommand ill try the link
[22:47:46] 	 tnx
[22:48:51] 	 03(mod) Only the introduction section of a lot of Wikisource pages is outputted by API action mobileview - 10https://bugzilla.wikimedia.org/39489  +comment (10Max Semenik)
[22:52:18] 	 New review: Aaron Schulz; "rewrite.py should be changed to pass up all the headers, I think it currently just uses a white-list..." [mediawiki/core] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/22930
[22:53:22] 	 New patchset: Adamw; "(FR #595) Adyen payment gateway" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/20467
[22:55:43] 	 New review: GWicke; "Merging for now to make this usable for Mark. The actual plumbing is not yet tested/complete, and wi..." [mediawiki/extensions/Parsoid] (master); V: 1 C: 2;  - https://gerrit.wikimedia.org/r/23009
[22:55:43] 	 Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/23009
[22:56:51] 	 New review: Tim Starling; "Probably LocalisationCache_BulkLoad could use this also." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/13556
[22:58:02] 	 Krenair: Hindsight being what it is, mixing the UI info action changes in with the non-UI changes (improvements to the action itself) was a poor idea. It's making it more difficult to get the revision reviewed, I think. If there's any way you can split the skin changes out, that'd be wonderful.
[22:59:00] 	 03(NEW) Show special status message for auto-patrolled pages - 10https://bugzilla.wikimedia.org/40149 normal; MediaWiki extensions: PageTriage; (fflorin)
[22:59:09] 	 03(mod) Show special status message for auto-patrolled pages - 10https://bugzilla.wikimedia.org/40149  (10Fabrice Florin)
[23:04:24] 	 Brooke, what ones do you consider non-UI? They all change the UI...
[23:05:52] 	 Krenair: Sorry, that was a bit ambiguous of me. I mean the skin changes (bug 16xxx), as opposed to the otehrs.
[23:05:55] 	 others
[23:06:14] 	 I think adding the link to the toolbox is what's getting it held up in review. That's a bigger change.
[23:06:24] 	 The header fixes and such should be nearly auto-merged, they're trivial...
[23:07:58] 	 Brooke, separating that is probably just a matter of reverting my changes to includes/SkinTemplate.php and putting it into a new changeset
[23:08:34] 	 Right.
[23:08:57] 	 ?action=info is live on en.wiki now.
[23:09:12] 	 So I want to be able to get it cleaned up a bit so I can show people. :-)
[23:09:35] 	 03(NEW) Role name and members is swapped in Special:NovaProject - 10https://bugzilla.wikimedia.org/40150 normal; MediaWiki extensions: OpenStackManager; (rlane32)
[23:11:27] 	 how can i enforce the number to be in raw format when it's given in formatted one?
[23:11:39] 	 Hello.  Is there a way to have the TOC wrap into columns once it reaches a certain height, or at least a good way to reclaim the white space from a tall TOC?
[23:11:57] 	 New review: Karun; "Thanks for your comments on the code review. I will look at improving the code soon." [mediawiki/core] (master) C: 0;  - https://gerrit.wikimedia.org/r/23064
[23:18:14] 	 03(NEW) Numbers passed to $ variables in MediaWiki:Categorytree-member-num must not be formatted but raw - 10https://bugzilla.wikimedia.org/40151 major; MediaWiki: Internationalization; (danny.b)
[23:22:41] 	 MarkFeatherston: You may be able to apply column count code CSS to it.
[23:22:56] 	 Though that probably wouldn't be height-dependent.
[23:23:14] 	 I guess you could write an extension or something. Or do it in JS.
[23:23:53] 	 I'll have to play with an extension and see what I can come up with.  I figured I would check if there was anything that existed first.  Thanks
[23:25:43] 	 Not that I knwo of.
[23:25:44] 	 know
[23:26:00] 	 You realize the differences between the column generation methods?
[23:26:05] 	 HTML table vs. div/CSS?
[23:26:20] 	 New patchset: Alex Monk; "A few action=info bugfixes and enhancements." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22547
[23:26:37] 	 03(NEW) Exception thrown on donate.wikimedia.org - 10https://bugzilla.wikimedia.org/40152 critical; Wikimedia: Fundraising: Requirements; (krinklemail)
[23:27:12] 	 So apparently ?action=protect isn't completely read-only any longer?
[23:27:13] 	 03(mod) Exception thrown on donate.wikimedia.org - 10https://bugzilla.wikimedia.org/40152  +comment (10Krinkle)
[23:27:19] 	 I was looking at it with someone today.
[23:27:28] 	 And there's a section that isn't properly marked as read-only.
[23:27:40] 	 From article feedback.
[23:28:10] 	 ugh, now I have to rebase >_<
[23:30:00] 	 New review: GWicke; "This patch breaks quite a few external link-related round-trip tests:" [mediawiki/extensions/Parsoid] (master); V: 0 C: -1;  - https://gerrit.wikimedia.org/r/23374
[23:32:04] 	 New patchset: Alex Monk; "A few action=info bugfixes and enhancements." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22547
[23:32:33] 	 03(mod) Add Italy in Italian to the monuments database - 10https://bugzilla.wikimedia.org/38325  +comment (10Cristian Consonni)
[23:32:49] 	 Brooke,
[23:33:05] 	 03(NEW) Article feedback section (fieldset) of the protect action is not marked disabled - 10https://bugzilla.wikimedia.org/40153 normal; MediaWiki extensions: ArticleFeedbackv5; (b)
[23:33:09] 	 Hello.
[23:33:13] 	 Brook, Not quite sure.  I'm not much of a web developer, any direction you would recommend?
[23:33:27] 	 MarkFeatherston: Well, column-count CSS isn't fully supported by all browsers.
[23:33:32] 	 But it's mostly supported by modern browsers.
[23:33:44] 	 Along with its vendor-specific sisters, such as -moz-column-count.
[23:33:50] 	 Tables will work on every browser.
[23:34:05] 	 But some people object to the idea of using tables for layout.
[23:34:09] 	 Strongly object.
[23:34:13] 	 The Internet is full of weirdos.
[23:34:55] 	 I have IE and random mobile browser users so I'll probably have to focus on tables if they are most standard
[23:35:04] 	 Krenair: Heh, I forgot about the credits change as well.
[23:35:26] 	 Oh well. Thank you for splitting that out!
[23:37:29] 	 You want the credits change removed as well?
[23:39:27] 	 It'd be ideal, but I don't want to inconvenience you.
[23:39:55] 	 The other four changes seem trivial and easy to get merged.
[23:40:05] 	 Adding a link to the toolbox and the credits changes seem separate to me.
[23:40:24] 	 But if it's annoying to split it out or you don't want to, that's fine. It can be reviewed as is.
[23:40:38] 	 New review: Aaron Schulz; "Actually, wfExpandUrl() will always give HTTP, since that's what rewrite.py uses to request thumb_ha..." [mediawiki/core] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/22930
[23:44:53] 	 New patchset: Catrope; "Fix fatal error in rcprop=loginfo" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23380
[23:45:33] 	 New review: Catrope; "Causing a fatal on the cluster, should also be backported to wmf11" [mediawiki/core] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/23380
[23:46:19] 	 New patchset: Alex Monk; "(bug 16362) Add action=info link to toolbox." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23381
[23:46:49] 	 03(mod) Add link to MediaWiki info action in UI - 10https://bugzilla.wikimedia.org/16362  +comment (10Krenair)
[23:47:22] 	 New patchset: Bsitu; "Add reference check metadata" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/23382
[23:48:11] 	 New patchset: Mwalker; "Initial commit of the Unsubscribe extension!" [wikimedia/fundraising/DonationEmailUnsubscribe] (master) - https://gerrit.wikimedia.org/r/22679
[23:48:36] 	 New review: Alex Monk; "Patch set 8 removed the link to action=info from the toolbox, that's in https://gerrit.wikimedia.org..." [mediawiki/core] (master) C: 0;  - https://gerrit.wikimedia.org/r/22547
[23:49:10] 	 New review: Mwalker; "Ok; so I've redone how templates get expanded. No new semantics in the i18n files and slightly clean..." [wikimedia/fundraising/DonationEmailUnsubscribe] (master); V: 0 C: 0;  - https://gerrit.wikimedia.org/r/22679
[23:49:46] 	 New review: Kghbln; "I am sorry that this took me so long. :( " [mediawiki/extensions/BreadCrumbs] (master) C: 0;  - https://gerrit.wikimedia.org/r/22935
[23:51:20] 	 New patchset: Alex Monk; "(bug 16362) Add action=info link to toolbox." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23381
[23:52:12] 	 New patchset: Bsitu; "Add reference check metadata" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/23382
[23:52:34] 	 03(mod) Exception thrown on donate.wikimedia.org - 10https://bugzilla.wikimedia.org/40152  (10Sam Reed (reedy))
[23:54:31] 	 03(mod) Numbers passed to $ variables in MediaWiki:Categorytree-member-num must not be formatted but raw - 10https://bugzilla.wikimedia.org/40151   +i18n (10Krenair)
[23:54:42] 	 New review: Mwalker; "Crap; somehow PS4 changes got reverted..." [wikimedia/fundraising/DonationEmailUnsubscribe] (master); V: 0 C: -1;  - https://gerrit.wikimedia.org/r/22679
[23:56:48] 	 New patchset: Mdale; "Support jQuery 1.8 event data location for event triggers with callbacks" [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/23377
[23:58:52] 	 03(NEW) Display redirect status in MediaWiki's info action - 10https://bugzilla.wikimedia.org/40154 normal; MediaWiki: General/Unknown; (b)