[00:10:28] New patchset: Aaron Schulz; "Reduced max TempFSFile::factory() attempts since it uses 12 hex chars." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23228 [00:38:00] is it possible to disable user talk pages in mediawiki? [00:41:25] aeoiuy: not entirely, but enough for it to not be used [00:41:48] how would one go about doing that? [00:42:00] aeoiuy: You can disable editing of the namespace and hide the tab [00:49:54] aeoiuy, why would you want to do that..? [00:51:06] well, i'm looking at a lot of this recent spam on one of the wiki's i manage and it looks like a lot of it is targeted towards user pages or user talk pages [00:51:24] recapthca is already installed but it seems to be ineffective [00:52:04] so set up AbuseFilter and have it stop new users from editing user talk pages [00:52:45] In fact, a simpler way would be to set this: [00:53:27] $wgNamespaceProtection[NS_USER_TALK] = array( 'autoconfirmed' ); [00:56:03] Krenair: that's a great idea! [00:59:50] Krenair: I have another question. What exactly does autoconfirmed mean in that context? What else can I put in that spot? [01:00:00] It's a right [01:00:18] The autoconfirmed right lets people edit semi-protected pages [01:00:39] By default it's granted by the 'autoconfirmed' group which is given by mediawiki.org/wiki/Manual:$wgAutoPromote [01:09:48] New review: Karun; "Nikerabbit: What is the the problem with the change? If you are reviewing code, you should state wha..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23064 [01:21:46] 03(NEW) Error: 1205 Lock wait timeout exceeded; try restarting transaction (10.0.6.41) - 10https://bugzilla.wikimedia.org/40113 normal; MediaWiki: Database; (mybugs.mail) [01:24:29] 03(mod) Error: 1205 Lock wait timeout exceeded; try restarting transaction (10.0.6.41) - 10https://bugzilla.wikimedia.org/40113 (10mybugs.mail) [02:07:57] Krenair: what happens if i set a right to a non-existent user right (like null or something)? will editing be blocked? or will setting it to that fail? [02:14:49] New review: Peachey88; "Karun: Wild guess would be the i18n'ness of the message." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/23064 [02:15:47] New patchset: Aaron Schulz; "Renamed $pairs => $triples." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23229 [02:16:37] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23228 [02:18:30] 03(mod) Updates to ISO-codes for ku family dialects - 10https://bugzilla.wikimedia.org/37310 +comment (10とある白い猫) [02:19:39] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23229 [03:05:56] http://www.mediawiki.org/wiki/Help:Categories …"By default, a page is sorted within a category under the first letter of its full name including the namespace.", is there any way to change that behaviour? When looking at the category page for ThisCategory and the pages are named ThisCategory:An_Article, it sorts under T instead of A [03:06:43] using v1.19.0 .. if it's fixed in 1.19.2, I'll update [03:42:15] If I would want to include my own javascript code in certain mediawiki pages will i need to write an extension or is there an easier way? [03:49:10] nobody an idea ? [04:40:47] New patchset: Santhosh; "User region names instead of region codes" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23230 [04:42:07] New patchset: Aaron Schulz; "Use quickImport() for upload chunk storage calls." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23231 [04:48:45] New patchset: Aaron Schulz; "Use quickImport() for upload chunk storage calls." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23231 [05:09:33] New patchset: Aaron Schulz; "Removed unused pre-fork CF code." [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/23232 [05:10:42] New patchset: Santhosh; "test case for Bengali Probhat Layout" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/21700 [05:16:45] New review: Santhosh; "As you can see 4085 lines changed in this patch. This is because the patch you filed uses Windows li..." [mediawiki/extensions/Narayam] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/21603 [07:36:54] 14(WFM) Error: 1205 Lock wait timeout exceeded; try restarting transaction (10.0.6.41) - 10https://bugzilla.wikimedia.org/40113 +comment (10Dereckson) [07:39:50] New review: Nikerabbit; "Sorry, I thought I did." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/23064 [07:50:36] New patchset: Nikerabbit; "User region names instead of region codes" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23230 [07:50:47] Change merged: Nikerabbit; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23230 [07:55:55] New patchset: Nikerabbit; "ext.uls.geoclient should not break if it runs before ext.uls.init" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23233 [08:07:22] Change merged: Santhosh; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/23233 [08:26:03] 03(mod) AbuseFilter: blocking issues - 10https://bugzilla.wikimedia.org/30324 +comment (10Marco Aurelio) [08:26:05] 03(NEW) Random selection of files if more than 10 are selected for multiple upload - 10https://bugzilla.wikimedia.org/40114 normal; MediaWiki extensions: UploadWizard; (federicoleva) [08:28:53] 03(mod) Random selection of files if more than 10 are selected for multiple upload - 10https://bugzilla.wikimedia.org/40114 +comment (10Raimond Spekking) [08:48:41] is there an easier way to migrate a mediawiki installaiton to another server? [08:48:56] I am trying to follow http://www.mediawiki.org/wiki/Manual:Installation_guide [08:55:38] New patchset: Nikerabbit; "Fix mixed hook descriptions" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/23234 [08:57:11] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/23234 [09:52:03] ToAruShiroiNeko: There is also migration guide. [09:52:30] ToAruShiroiNeko: Google found this: http://www.mediawiki.org/wiki/Manual:Moving_a_wiki [10:38:07] Hi [10:38:51] tale right its still confusing for me [10:39:32] I am migrating from windows 7 to windows server 2008 [10:39:40] That upload bugs are silly in time of diffaerentupload campains [11:07:22] 03(mod) mwlib errors on certain #expr - 10https://bugzilla.wikimedia.org/40087 +comment (10Ruslan) [11:32:38] New review: Mwjames; "I made another test run and couldn't find any problems." [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23168 [11:32:38] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23168 [11:36:53] New patchset: Mwjames; "SRF eventcalendar update jquery.fullcalendar to version 1.5.4" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23235 [11:38:26] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23235 [11:41:52] New patchset: Mwjames; "SRF various messages that belongs to the tableview, dygraphs printer etc." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23170 [11:46:04] New review: Mwjames; "Made several test runs ..." [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23170 [11:46:05] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23170 [12:20:55] For a site where foo.net is WordPress, is there a particular advantage in setting up the wiki in a certain place? wiki.foo.net vs foo.net/wiki? [12:44:27] 03(mod) AbuseFilter: blocking issues - 10https://bugzilla.wikimedia.org/30324 +comment (10Krenair) [12:50:21] 03(mod) Review Wikibase API error handling - 10https://bugzilla.wikimedia.org/38675 +comment (10Raimond Spekking) [13:00:16] 03(mod) AbuseFilter: blocking issues - 10https://bugzilla.wikimedia.org/30324 +comment (10Marco Aurelio) [13:01:36] New review: Alex Monk; "Note: This is not tested yet because I've been unable to find action=ajax. Maybe Jack can tell me wh..." [mediawiki/extensions/Phalanx] (master) C: -1; - https://gerrit.wikimedia.org/r/23227 [13:15:21] New patchset: IAlex; "Don't exit too quickly when reporting an exception." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23236 [13:17:11] New patchset: Alex Monk; "(bug 30324) Don't falsely claim to angry-autoblock in log entries, don't stop talk page access." [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/16650 [13:38:04] New patchset: IAlex; "(bug 40098) Don't parse the section's name in the summary when creating a new section" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23237 [13:39:18] 03(mod) Wrong edit summary generation when adding a new discussion section - 10https://bugzilla.wikimedia.org/40098 +patch-in-gerrit; +comment (10Alexandre Emsenhuber [IAlex]) [13:48:57] Change abandoned: Alex Monk; "Oh it's to index.php. Never noticed that feature before. Forget this change." [mediawiki/extensions/Phalanx] (master) - https://gerrit.wikimedia.org/r/23227 [13:49:31] I am getting a "Could not find a suitable database driver! You need to install a database driver for PHP. The following database types are supported: MySQL, PostgreSQL, Oracle, SQLite, IBM DB2. " error when trying to configure mediawiki [13:50:04] I have MySQL installed and configured as instructed on http://www.mediawiki.org/wiki/Manual:Installing_MediaWiki_on_Windows_Server_2003#Install_MySQL_5.0.24 [13:50:17] 03(FIXED) Adm1 contains incorrect iso codes for Italy - 10https://bugzilla.wikimedia.org/39891 +comment (10Maarten Dammers) [13:57:06] 03(mod) Enable Narayam on Kannada Wikipedia - 10https://bugzilla.wikimedia.org/34516 (10Nemo_bis) [14:10:19] 03(FIXED) Adm1 is missing for Spain - 10https://bugzilla.wikimedia.org/39889 +comment (10Maarten Dammers) [14:19:00] 03(mod) Enable Narayam on the Georgian Wikipedia (ka.wiki) - 10https://bugzilla.wikimedia.org/39432 +comment (10Nemo_bis) [14:19:27] 03(FIXED) Adm1 for Brussels is missing - 10https://bugzilla.wikimedia.org/39885 +comment (10Maarten Dammers) [14:30:41] 03(mod) Adm1 is missing for Russia - 10https://bugzilla.wikimedia.org/39896 +comment (10Maarten Dammers) [14:38:36] Hello, How do I link to a row of a wikitable? [14:38:52] Is it [[#rowname]]? [14:40:03] like if there is a wikitable on a page [14:40:11] I want to link to one of the rows [14:40:33] kind of like how you link to a section with [[{{PAGENAME}}#section]] [14:40:36] yrtneg: you'd have to add an id attribute to the row first [14:40:40] Ok [14:40:44] New patchset: John Erling Blad; "(Bug 38843) Refine behavior of wbsetitem [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22487 [14:40:52] Thank you [14:40:53] and then the anchor (the part after # in link) is the value of the attribute [14:47:11] Hmm, he quit. [14:50:18] Ahoy, Long story short: a wiki that was NOT supposed to be made public (old, very, 1.10!) ended up public and got used for massive spamming (23k+ users) [14:50:56] I just finished upgrading to 1.19 (wow!, new MySQL, UTF8, php, apache...whole 9 yrds) [14:51:50] So, I have a 'contemporary' MediaWiki installation, I have the means of identifying valid Vs Invalid users, how would I delete these 23k usders AND their contributions _permanantly_? [14:52:00] 03(NEW) Define two sources for Canada in French - 10https://bugzilla.wikimedia.org/40115 normal; Monuments database: Sources; (maarten) [14:52:00] 03(mod) Add sources to Wiki Loves Monuments 2012 monuments database (tracking) - 10https://bugzilla.wikimedia.org/38314 (10Maarten Dammers) [14:53:09] I intend to dump and reload the DB afterwards to recover the spave wasted by innodb (close to 10GB!) [14:53:12] !nuke | kyron [14:53:12] kyron: http://www.mediawiki.org/wiki/Extension:Nuke [14:53:45] are all recent contributions vandalism? [14:54:05] you could use some sql to delete all edits after X date [14:54:13] Jesus what. [14:54:14] New patchset: Raimond Spekking; "Fix spelling: url -> URL" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23238 [14:54:15] no, that is the thing...not necessarily recent [14:54:27] Platonides: You're encouraging people to use SQL directly on their databases? [14:54:58] Brooke, I'd prefer him to restore from a backup before spam began :) [14:55:10] but I don't think he has one or he wouldn't be asking here [14:55:27] I would have been _really_ happy if it had been set up as a relational DB as I could have recursively deleted anything pertainign to a given user...but that is me and wishful thinking :) [14:55:28] Well, we shouldn't be encouraging anyone to run raw SQL in here... [14:55:34] Maintenance script or extension or something sane. [14:56:13] Platonides: problem: this has been going on for over a year, so forget about backup, the wiki was exposed to web by mistake and that was only discovered recently [14:56:13] kyron: Check out the maintenance directory? [14:56:23] There may be some useful tools in there. [14:56:31] I know there's a revision deletion script. [14:56:40] You can delete all your deleted revisions with that script. [14:56:55] Not sure if you can limit it in any way. So you may end up losing legitimate deleted edits. [14:57:04] The user accounts are annoying to get rid of. [14:57:27] There's a hide feature in MediaWiki core these days for user names, I think. [14:57:34] 03(FIXED) Adm1 is missing for Russia - 10https://bugzilla.wikimedia.org/39896 +comment (10Maarten Dammers) [14:57:37] It's a flag in the block table, I think. [14:57:46] You may be able to script that... [14:58:08] Deleting the entries isn't usually encourage. You can merge them into one account with an extension. [14:58:17] But that's a bit tedious at 23,000 accounts. [14:58:52] well, I have successfully disabled the invalid accounrs with one SQL query to invalidate the evil users (clear pwd and e-mail) [14:59:33] I wonder if no password in the DB actually blocks logging in, heh. [15:00:00] 03(FIXED) Sources adm1 problems (tracker) - 10https://bugzilla.wikimedia.org/39882 +comment (10Maarten Dammers) [15:00:02] You really want to avoid mucking around with the database directly as much as possible. [15:00:06] It's dangerous and prone to breakage. [15:00:12] Brooke: yes, not a human task...hence me here for some guidance. I am totally able to do some scripting and all (very strong in sh/awk) ...I even generate SQL scripts but I don yes [15:00:22] I have noticed [15:00:25] MediaWiki innards. ;-) [15:00:52] kyron: Well, as I said, I think there's a native feature to hide the user names. [15:00:55] Or you can try the extension. [15:00:58] !userdelete [15:00:58] Deleting users is very messy and not recommended, because this breaks referential integrity in the database (they appear in many different tables like users, edit histories, recentchanges, preferences, etc). A safe solution is to block the users, and possibly rename them with . You can also try [15:01:09] kyron: ^ [15:01:14] Brooke: it does, especially if you null the e-mail for passwd recovery ;) [15:01:27] For the revisions themselves, there's a maintenace script, as I said. Did you find the maintenance directory? [15:01:38] Brooke: note that I am >lucky> as the spamming did NOT touch the VALID pages [15:01:45] Oh, nice. [15:02:04] Anyway, the maintenance direcdtory is in the root directory of your MediaWiki installation. [15:02:06] so...I would ASSume I don't have to care about them [15:02:10] It contains a number of PHP maintenance scripts. [15:02:21] You don't have to care about them. But you probably want a working wiki after the cleanup. [15:02:25] Brooke: ...yes. and contains over 150 php scripts :P [15:02:37] Brooke: of course ;) [15:02:39] And doing SQL work directly decreases your likelihood of that substantially. [15:02:55] kyron: Right, so grep the list for "delete" or something. [15:03:16] I DON'T want to use SQL...except for mass disabling the user accounts, which I strongly beleive has little adverse effects :) [15:03:31] Right. [15:03:33] kyron, did you look at Nuke extension I pointed you to? [15:03:40] What you did sounds reasonable enough. [15:03:56] Platonides: If it's been going on for a year, I'm not sure how much Nuke will help. [15:04:07] Platonides: looking, I had read it up ...but wasn't available for 1.10 XD...but now that I am at 1.19.. [15:04:13] New review: Raimond Spekking; "Typo fixed" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23170 [15:04:15] kyron: Right, look at the scripts starting the "delete" section. [15:04:25] deleteArchivedRevisions.php, etc. [15:04:32] deleteRevision.php [15:04:35] Etc. [15:04:43] If you read the tops of the files, they should explain them. [15:04:49] They may also have a --help flag. [15:11:28] New patchset: Raimond Spekking; "Register extension RevisionCommentSupplement" [translatewiki] (master) - https://gerrit.wikimedia.org/r/23239 [15:11:39] 03(NEW) cannot write to or create its output directory - 10https://bugzilla.wikimedia.org/40116 major; Wikimedia: Extension setup; (xu.jimmy.wrk) [15:11:44] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/23239 [15:12:19] Brooke: yes, I have already been through a few of those. The biggest problem with most is that they work on pages, not on users. So there seems to be no "recursive" user+contribution delete [15:12:47] I could picture merging and deleting users massively into 1...then delete ALL contributions from THAT user... [15:13:56] There's a fairly robust API. [15:14:14] Iterating through the users list and deleted all the contributions of each user shouldn't be very difficult. [15:14:19] Maybe half an hour of programming. [15:14:51] The merging is the annoying part ot script, I think. Can't remember if the extension has an API module. [15:15:01] to * [15:18:23] Brooke: I am very strong and shell programming...but not php :( [15:18:46] Brooke, a maintenance script may be better than an api module [15:18:47] The Nuke extension seems to "do" what I want...but it's 1-by-1 and web based ...not shell [15:18:56] New review: Raimond Spekking; "I added the extension to Translatewiki.net today:" [mediawiki/extensions/RevisionCommentSupplement] (master) - https://gerrit.wikimedia.org/r/21601 [15:23:27] Platonides: also, the Nuke extension returns "null" as there is no "new pages" in "recen changes" [15:23:52] as mentionned, the Spamming has been going on for quite some time, so this is not 'new'. [15:24:30] My current premisis is that I can safely delete ALL that has to do with the 23k users as their "user page" was mainly used to propagate SPAM and fake web info [15:25:48] even providing a user name to the Nuke extension doesn't bring up anything to nuke :/ [15:28:18] yeah, Nuke kinda sucks in this regard [15:28:36] although it is possible to manually create and submit a form with page ids to nuke [15:28:54] but at this point you might be better off using the API [15:31:49] MatmaRex: definitely... all I want is _simple_...is it not O_o :D [15:32:27] something of the sorts: php deleteUserRecursive.php 'username' [15:32:35] ...and call it 23k times if I have to :D [15:32:49] very inefficient calling but it SHOULD to the job ;) [15:33:19] expected results: all traces related to that user is deleted and I can recover wasted space...not some "hiding" bull :) [15:34:24] you wont recover any space though [15:34:27] (I am actually QUITE surprised this still doesn't exist :) [15:34:42] Nikerabbit: even if I dump the DB and re-import it? [15:34:52] kyron: maybe then [15:35:05] kyron: but more realistically the space will be reused by other stuff [15:36:35] Nikerabbit: yes, such is the way of Innodb...hence me dumping and reloading :) [15:36:58] there is no wa in hell that wiki will ever "re-use" 13GB of text space O_o!! [15:42:05] ...ok... I am at this point then: Anyone has MediaWiki's DB strucutre (ie: UML)...I'll either program my own or get someone to program a mass-deleter that has the username as the entry point... [15:42:33] any suggestions to me? [15:47:30] ToAruShiroiNeko: ? [15:48:13] 03(NEW) Special:GlobalUsers/groupname prefills username with groupname - 10https://bugzilla.wikimedia.org/40117 normal; MediaWiki extensions: CentralAuth; (raimond.spekking) [15:52:01] kyron I am unable to install mediawiki [15:52:16] I am getting a "Could not find a suitable database driver! You need to install a database driver for PHP. The following database types are supported: MySQL, PostgreSQL, Oracle, SQLite, IBM DB2. " error when trying to configure mediawiki [15:54:11] there is no php.ini-recommended file I can see [16:01:51] New patchset: jan; "(bug 16860) Add api for getting all wiki sets" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/23240 [16:04:11] ToAruShiroiNeko: which os? [16:05:10] 03(NEW) Rename RESOLVED DUPLICATE to RESOLVED MERGED - 10https://bugzilla.wikimedia.org/40118 enhancement; Wikimedia: Bugzilla; (federicoleva) [16:05:44] 03(WONTFIX) Rename RESOLVED DUPLICATE to RESOLVED MERGED - 10https://bugzilla.wikimedia.org/40118 (10Nemo_bis) [16:09:40] 03(NEW) Spezial:GlobalGroupPermissions/nonexistentgroup should show an error in read only mode - 10https://bugzilla.wikimedia.org/40119 normal; MediaWiki extensions: CentralAuth; (raimond.spekking) [16:14:39] 03(mod) Spezial:GlobalGroupPermissions/nonexistentgroup should show an error in read only mode - 10https://bugzilla.wikimedia.org/40119 +easy (10MZMcBride) [16:15:45] Nikerabbit windows 2008/IIS6 [16:15:48] but I sorted it [16:16:18] gj [16:17:49] now I need to know how to migrate all edits on one wiki to another [16:17:59] there arent that many of them so export/import would work [16:18:11] is there a simple way to export all edits? [16:19:29] ToAruShiroiNeko: Do you mean, you want to copy the database from old wiki to new? [16:19:49] sure thats fine, but thats too much work for something like 20-30 pages [16:20:09] ToAruShiroiNeko: Import and export should work, then. [16:20:18] can I bulk export? [16:20:37] ToAruShiroiNeko: I suppose so. Read the export and import manual. [16:21:43] I have been reading documentation for the past 48 hours :/ [16:22:03] ToAruShiroiNeko: So you have already read this? http://meta.wikimedia.org/wiki/Help:Export [16:22:12] oh I meant for other issues [16:22:16] its been hell :) [16:22:34] ToAruShiroiNeko: DB export / import ain't a lot of work [16:23:00] can I do it with 5 mouse clicks? [16:23:52] ToAruShiroiNeko: Reading that page, seems like 5 clicks plus + 1 click per exported page. [16:25:32] I am sorry, I am just tired I suppose [16:25:40] been battling BSOD's windows and SQL [16:25:45] hi [16:26:47] jeremyb what software would you recomend for a windows user like me for the task? [16:27:19] ToAruShiroiNeko: why would you use windows at all? [16:27:20] 03(mod) Update call of User::getGroupMember in Special:GlobalUsers - 10https://bugzilla.wikimedia.org/31615 +comment (10Robin Pepermans (SPQRobin)) [16:27:34] ToAruShiroiNeko: anyway, mysql comes with a dump tool built in [16:28:06] the output from the dump tool can be piped straight to `mysql` [16:37:26] 03(mod) Enable Narayam on the Georgian Wikipedia (ka.wiki) - 10https://bugzilla.wikimedia.org/39432 +comment (10Robin Pepermans (SPQRobin)) [16:37:43] écr [16:37:46] fail [16:43:46] 04(REOPENED) Enable Narayam on the Georgian Wikipedia (ka.wiki) - 10https://bugzilla.wikimedia.org/39432 +comment (10Robin Pepermans (SPQRobin)) [16:44:19] 03(mod) cannot write to or create its output directory - 10https://bugzilla.wikimedia.org/40116 +comment (10Max Semenik) [16:53:49] i'm trying to create a tag extension, and all that's showing up is "UNIQ3f07ff3385cf7f4-Foo-00000000-QINU [16:56:10] are you using $wgParser? [16:56:34] 03(mod) Update call of User::getGroupMember in Special:GlobalUsers - 10https://bugzilla.wikimedia.org/31615 +comment (10Krenair) [16:56:38] 03(mod) Global preferences - 10https://bugzilla.wikimedia.org/14950 (10Krenair) [16:56:50] i believe so [16:57:00] I'm using the ParserInit hook [16:57:34] public function SWNeoIntegrationRender( $input, array $args, Parser $parser, PPFrame $frame ) { [16:57:46] and then $parser->set...? [16:57:58] no [16:58:04] no? [16:58:10] return array($text_for_replacement, "markerType" => 'nowiki' ); [16:58:28] are you using wfMsg or $wgParser or similar inside that function? [16:58:34] no [16:58:46] $title = $parser->getTitle(); [16:58:48] that's about it [16:58:52] maybe something else is [17:01:59] if i'm int hat function [17:02:07] is there an easy way for me to output text to the webpage? [17:02:13] just debugging text? [17:04:55] 03(mod) Enable Narayam on the Georgian Wikipedia (ka.wiki) - 10https://bugzilla.wikimedia.org/39432 +comment (10Krenair) [17:06:15] is there any private information being shown through that UNIQ tag? [17:12:15] New patchset: Nasirkhan; "translation update removed additional translations" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/21603 [17:17:41] Change merged: Aaron Schulz; [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/23232 [17:25:25] New patchset: Nasirkhan; "translation update removed additional translations" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/21603 [17:29:14] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23231 [17:32:28] New patchset: Aaron Schulz; "Renamed $pairs => $triples." [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/23241 [17:32:28] New patchset: Aaron Schulz; "Use quickImport() for upload chunk storage calls." [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/23242 [17:36:16] Change merged: Aaron Schulz; [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/23241 [17:38:28] Change merged: Aaron Schulz; [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/23242 [17:41:15] New patchset: Nasirkhan; "translation update removed additional translations" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/21603 [17:45:23] 03(mod) Active .php entry points should redirect safely to .php5 variants on PHP 4 - 10https://bugzilla.wikimedia.org/18010 +comment (10Brion Vibber) [17:49:26] Change abandoned: Raimond Spekking; "per comment" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23238 [17:52:15] New review: Nasirkhan; "i think it is ok now." [mediawiki/extensions/Narayam] (master) C: 0; - https://gerrit.wikimedia.org/r/21603 [17:54:40] New patchset: Aaron Schulz; "[FileBackend] Treat NoSuchObjectException as a normal error in streamFile()." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/23243 [17:56:45] 03(mod) internal_api_error_MWException : backend-fail-synced while uploading with chunked upload - 10https://bugzilla.wikimedia.org/40048 +comment (10Aaron Schulz) [17:57:49] 03(NEW) Provide a new API query module to retrieve a list of newly uploaded files - 10https://bugzilla.wikimedia.org/40120 enhancement; MediaWiki: API; (martineznovo) [18:01:15] New patchset: Nasirkhan; "test case for Bengali Probhat Layout" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/21700 [18:02:44] 03(mod) cannot write to or create its output directory - 10https://bugzilla.wikimedia.org/40116 +comment (10Aaron Schulz) [18:05:33] New patchset: Nasirkhan; "test case for Bengali Probhat Layout" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/21700 [18:08:16] New review: Nasirkhan; "fixed the windows encoding issue." [mediawiki/extensions/Narayam] (master) C: 0; - https://gerrit.wikimedia.org/r/21700 [18:11:24] wow thedj is Netherlands based! [18:13:02] why is this a surprise? [18:13:40] as I thought he is us based [18:19:09] 03(mod) Provide a new API query module to retrieve a list of newly uploaded files - 10https://bugzilla.wikimedia.org/40120 +comment (10Bryan Tong Minh) [18:22:11] 03(mod) internal_api_error_MWException : backend-fail-synced while uploading with chunked upload - 10https://bugzilla.wikimedia.org/40048 +comment (10Nemo_bis) [18:25:48] 03(mod) internal_api_error_MWException : backend-fail-synced while uploading with chunked upload - 10https://bugzilla.wikimedia.org/40048 +comment (10Aaron Schulz) [18:26:10] 03(FIXED) Fix cache pollution on mediawiki.org - 10https://bugzilla.wikimedia.org/40041 +comment (10Nemo_bis) [18:28:20] 03(mod) Enable Narayam on the Georgian Wikipedia (ka.wiki) - 10https://bugzilla.wikimedia.org/39432 +comment (10Dereckson) [18:31:50] 03(mod) Enable Narayam on the Georgian Wikipedia (ka.wiki) - 10https://bugzilla.wikimedia.org/39432 +comment (10Robin Pepermans (SPQRobin)) [18:32:16] Does anyone know of a good way to truncate a transcluded page? I found a good way to do it a ways back using parser functions but can't seem to find that solution again. [18:33:50] 03(mod) Enable Narayam on the Georgian Wikipedia (ka.wiki) - 10https://bugzilla.wikimedia.org/39432 +comment (10jeremyb) [18:34:56] nullspoon: did you look at my link? [18:40:05] 03(mod) Provide a new API query module to retrieve a list of newly uploaded files - 10https://bugzilla.wikimedia.org/40120 +comment (10Jesús Martínez Novo) [18:41:30] jeremyb: I did. Not quite what I'm looking for [18:41:51] nullspoon: well look at how it works. i'm pretty sure it does truncation [18:42:15] nullspoon: alternatively find a better way to ask your question because i'm not really sure even what you're trying to do ;) [18:42:47] jeremyb: I think I just found it! [18:45:44] jeremyb: Definitely. It's the Trunc template on mediawiki.org. Found it while poking through the templates that implement the functionalities of the StringFunctions extension. [18:50:57] 03(WONTFIX) Changes in Wikimedia-RU mailing lists - 10https://bugzilla.wikimedia.org/38291 +comment (10Thehelpfulone) [18:51:04] New review: Hashar; "I have disabled the WebFonts job in Jenkins. It is failing because there are no PHPUnit test to run :-D" [mediawiki/extensions/WebFonts] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/23215 [18:52:16] 06(LATER) Creation of a new mailing list for Korean local chapter board - 10https://bugzilla.wikimedia.org/35130 +comment (10Thehelpfulone) [19:05:22] is anybody available for a little design review? [19:05:29] or is everybody having a life on weekend? :P [19:10:22] No life allowed to MW devs, MatmaRex. [19:12:26] 03(mod) Bad unicode rendering in digest and mail send to name - 10https://bugzilla.wikimedia.org/15223 +comment (10Thehelpfulone) [19:13:13] Amgine: then i need someone to look at https://gerrit.wikimedia.org/r/#/c/23103/ :P [19:13:57] But remember, I'm not a MW dev. [19:14:41] i may or may not need some support to push this through anyway, do look ;) [19:15:19] Amgine: this change is live at my testwiki, if you want: http://users.v-lo.krakow.pl/~matmarex/testwiki/ [19:15:36] You will likely want to set the background color anyway. [19:16:27] hm? i am setting it, to the same as before [19:18:29] 03(NEW) Page display forces resize of frame text - 10https://bugzilla.wikimedia.org/40121 normal; MediaWiki: Skin: Vector; (efenna) [19:19:02] MatmaRex: No, you're not. https://gerrit.wikimedia.org/r/#/c/23103/1/skins/common/commonInterface.css [19:19:34] O, yes you are. [19:19:39] [19:20:48] lgfm [19:26:10] MaxSem: how difficult would it be to create a ConfirmEdit module for this captcha? http://areyouahuman.com/?utm_source=Game&utm_medium=PlayThru&utm_campaign=GameLogo [19:27:32] nice captcha :P [19:27:55] [19:30:13] Amgine, this site seem to require a signup for docs access [19:31:30] Amgine: this captcha looks like it kinda sucks [19:31:37] from the does-it-stop-bots perspective [19:31:51] MatmaRex: Please explain? [19:32:08] ...which is a big no-no for FLOSS reusers [19:32:42] Amgine: there cant be more than maybe a dozen different games [19:32:53] it'd be easy to program your bot to solve them [19:32:57] since they're always the same [19:33:02] and they;re easy for bots [19:33:10] just detect whic hgame it is [19:33:31] and then you have an easy task, just graphically find the stuff on-screen and drag it to the other stuff [19:33:34] and that's assuming [19:33:44] you can't somehow "hack" the script itself [19:34:00] to straight-up pic up the data from the page source [19:34:48] Plus, if spammers hire people to do the captcha, they can have fun playing the game instead of eyes hurting to see what characters are under the smudge. [19:35:09] ^ [19:35:18] and most of all, the efficiency you actually need for spamming is maybe 10% [19:35:21] so just solve one game [19:35:24] and reload until you get it [19:35:58] (and if you can reload the captcha without punishment, that goes does to something like maybe 0.1%...) [19:36:04] goes down* [19:36:50] I'm working on one of those angles now. [19:37:00] since the entire game is rendered on the browser using JavaScript+Html5+Canvas, the code to successfully resolve the problem is already on the client, so it should be pretty easy to hack it [19:37:09] MaxSem: Yes, I'm looking at the FLOSS topic right now. [19:37:52] Vulpix: It's supposed to default to flash, which I don't have on my boxes so I don' t know how well that works. [19:38:03] Vulpix: i was hoping it's somehow done properly and the client doesnt have the data [19:38:15] although when i think about it, the images have to be matched to some HTML elements inside [19:38:23] which need to be matched to some sort of data to send [19:38:36] so yeah, it's basically broken by design [19:39:15] Amgine: I inspected the "game" on Firefox under Windows and it's canvas, no , no flash. At least the game it rendered for me [19:39:30] hm, it checks the time it takes you to solve it, too. so you'd need to actually hack it, not just solve it. :P [19:39:44] well, this might be simpler... [19:40:40] you can set a wait period before executing functions in JavaScript. window.setTimeout() [19:41:15] yes, but you'd have to actually wait if you're just solving it using a script, and you're a spammer, you don't want to wait :P [19:42:04] also [19:42:18] it seems t immediately show you when you've made a mistake [19:42:29] and also when you've solved it [19:42:39] so unless i'm missing something, you could just bruteforce the clicks. [20:05:08] 03(mod) Page display forces resize of frame text - 10https://bugzilla.wikimedia.org/40121 +comment (10Bartosz Dziewoński) [20:05:18] 03(mod) Page display forces resize of frame text - 10https://bugzilla.wikimedia.org/40121 +comment (10Bartosz Dziewoński) [20:05:52] wasnt there some bug about tidy not running? [20:05:59] because this looks like it. [20:35:57] 03(NEW) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 normal; Wikimedia: OTRS; (Tiptoety) [20:38:55] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10Pine) [20:40:30] 03(mod) Tidy occasionally isn't executed - 10https://bugzilla.wikimedia.org/38273 +comment (10Bartosz Dziewoński) [20:40:46] yeah, this one. [20:41:04] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +shell (10jeremyb) [20:41:35] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 -shell ; +comment (10Snowolf) [20:41:50] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10Thehelpfulone) [20:41:55] 03(mod) Remove .php5 files from MediaWiki root - 10https://bugzilla.wikimedia.org/18010 +easy; summary; +comment (10MZMcBride) [20:42:21] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +shell (10jeremyb) [20:42:40] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 (10Tiptoety) [20:43:12] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +shell (10Snowolf) [20:47:18] 03(mod) Page display forces resize of frame text - 10https://bugzilla.wikimedia.org/40121 +comment (10MZMcBride) [20:48:35] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10Pine) [20:49:23] New patchset: Mwjames; "CSS adjustment and part II of the tableview clean-up" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23285 [20:50:37] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10Betacommand) [20:50:54] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 (10Tiptoety) [20:52:57] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10Pine) [20:56:42] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10Betacommand) [20:57:23] Pine: I dont think you know what you are talking about [20:58:26] Betacommand: I understand that global block != global lock *as far as registered users are concerned*, but global blocks for users are in discussion for implementation. [20:58:50] Pine: thats why we have locks [20:59:10] Betacommand: Yes, but those only work so far as SULs go, right [20:59:12] ? [20:59:45] Pine: almost every wiki is part of SUL and most accounts are unified [21:00:15] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10Pine) [21:00:44] Betacommand: ok. My question remains, why make an exception for OTRS wiki? [21:00:51] because OTRS is not in SUL [21:01:32] Pine: How does global blocking effectively help the OTRS wiki? [21:01:45] OTRS wiki is a private closed project [21:02:00] Pine: if a wiki is not SUL then there's not guarantee it's really the same user even though it's the same name [21:02:01] When global blocking *for users* is implemented, it should affect all wikis, right? So OTRS shouldn't be exempt. [21:02:03] !!! [21:02:03] Stop using so many exclamation marks ! [21:02:20] !!!! [21:02:20] Stop using so many exclamation marks ! [21:02:23] hah [21:02:27] jeremyb: shush [21:03:01] Pine you are talking about the future which may or may not ever happen, right now it is negatively impacting a wiki it doesnt need to [21:03:21] ok, so why not just use IPBE? [21:03:36] Pine: its a pain in the ass, and exposes a users IP address [21:04:16] Pine: how does it help the OTRS wiki? [21:04:40] ok, that second point about exposing a user's IP address convinces me that there is a reason to do this. [21:04:55] for now, anyway [21:05:46] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10Pine) [21:06:37] Betacommand, Thehelpfulone, jeremyb: objection withdrawn after being convinced by Betacommand about the value here. [21:07:09] how odd [21:07:19] hm? [21:07:40] full stop [21:07:52] Pine the drawbacks are really not present, someone who is disruptive rarely ever gets OTRS permissions, and before they are blocked it is far more likely to have their OTRS permissions revoked. [21:08:56] 03(mod) Remove OTRS from global block list - 10https://bugzilla.wikimedia.org/40122 +comment (10jeremyb) [21:09:24] Betacommand: I was thinking of a situation in which a user gets a rather sudden global block due to recently discovered flagrant misconduct [21:09:35] but I see your point that this would be unusual [21:09:48] and it would be simple enough to withdraw OTRS permission anyway [21:09:50] it's irrelevant!!! we're talking about IPs [21:09:56] not usernames [21:10:04] jeremyb: no we're not. [21:10:14] Pine: at this point you would want to raise the flag to the OTRS admins and have their permissions revoked [21:10:24] We are talking about the future in which global blocks for users may be implemented [21:10:29] jeremyb: ^ [21:10:36] ... [21:10:38] Betacommand: yes, I see, that's fine [21:12:01] 03(mod) internal_api_error_MWException : backend-fail-synced while uploading with chunked upload - 10https://bugzilla.wikimedia.org/40048 +comment (10Nemo_bis) [21:20:14] Hi is there everybody who knows whether it is intended behaviour that I can add user preferences using the API at Wikimedia sites and whether it will be supported in future? [21:20:22] *anybody [21:21:55] And how one can delete user preferences in with the API? Is there only the possibility of "resetting"? [21:22:12] rillke: i think there's a good chance that the people who know are either offline for the weekend or are on a place/in an airport [21:22:52] but feel free to stick around and see if anyone responds [21:22:59] (be patient!) [21:23:04] jeremyb: Thanks. Whom do you think I should ask via mail? [21:23:20] Or a mailing list? [21:23:46] rillke: the API has it's own mailing list. you could ask there [21:23:59] Hi is there everybody who knows whether it is intended behaviour that I can add user preferences using the API at Wikimedia sites and whether it will be supported in future? [21:24:04] What do you mean whether it's intended behaviour? [21:24:17] Why would someone create a new module without intending to? [21:24:19] More importantly how? [21:24:37] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api [21:24:59] Krenair: just a key-value pair [21:25:11] You can store additional stuff. [21:25:22] action=options [21:25:40] Oh so you can set preferences which don't do anything? [21:26:04] Create a bug [21:26:06] Yes. But this could be useful for scripts. [21:26:21] For community scripts. [21:26:49] I just don't know whether this will be supported in future, so I don't use it yet. [21:27:07] And store everything in the user's JS. Like twinkle. [21:28:12] jeremyb: Or Wikitech-l ? [21:28:45] I would suggest mediawiki-api and wikitech-l [21:29:01] rillke: well now it's not just an API thing. first decide whether to do it at all then decide how to work it into the API [21:29:11] rillke: so i would leave out the API list [21:29:14] rillke: does it actually change these options? [21:29:18] as in, you can rettrieve them? [21:30:05] They are delivered in mw.user.options - JavaScript object at each page view through the browser. [21:30:55] So they would be ideal for Community scripts :-) [21:33:36] hm, that's nice. i didnt know about it [21:33:51] but that's some new code, it should be on gerrit [21:34:09] (i happen to know the guy who wrote it and knowing him, it was probably intended :) ) [21:34:11] It is in Gerrit. [21:34:49] https://gerrit.wikimedia.org/r/#/c/5126/ [21:37:21] rillke: even the commit message discusses options with a "|" in name, and there are no such ones by default [21:37:51] * Krenair pokes Beau_  [21:38:27] i think it's safe to assume this will keep working in the future [21:38:44] Beau_ is unfortunately kind of inactive recently :( [21:41:38] Oh, one can even retrieve them using the API (uiprop=options) thanks for the link to gerrit! [21:47:56] 03(NEW) Unlock wikimania2010 wiki for editing - 10https://bugzilla.wikimedia.org/40123 normal; Wikimedia: Site configuration; (marcin.cieslak) [21:48:52] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 04CRIT->04BLOCKER; +comment (10Fastily) [21:51:41] 03(NEW) Request for determination: Adding user preferences via API - 10https://bugzilla.wikimedia.org/40124 normal; MediaWiki: User preferences; (rainerrillke) [21:51:47] ^^^^ [21:51:52] done [21:52:27] Uii Fastily got annoyed. [21:53:09] 03(mod) Unlock wikimania2010 wiki for editing - 10https://bugzilla.wikimedia.org/40123 +comment (10Marcin Cieślak) [21:54:50] hello [21:54:57] may I ask about EasyTimeline [21:55:41] yes [21:57:44] ok [21:58:00] I'm thinking about rewriting it [21:58:23] but not with svg output, with HTML5 canvas instead [21:58:29] is that acceptable/usable/useful ? [21:58:58] 03(mod) Inconsistent state within the internal storage backends - 10https://bugzilla.wikimedia.org/39221 +comment (10Bartosz Dziewoński) [21:59:05] acceptable certainly [21:59:11] though I'm not sure it'd be useful [21:59:33] Would there be any benefits to using HTML5 canvas instead of SVGs? [22:00:07] older IEs wouldn't be supported ;-) [22:01:25] i think there exist some renderers for SVG? [22:01:28] anyway? [22:01:31] (I think they had FlashPlayer for SVG rendering) [22:01:57] rillke: actually that was a dedicated SVG Viewer plugin, but made by Adobe like Flash. [22:02:03] * MatmaRex remembers the times [22:07:26] 03(mod) Unlock wikimania2010 wiki for editing - 10https://bugzilla.wikimedia.org/40123 +comment (10Thehelpfulone) [22:10:56] 03(mod) Request for determination: Adding user preferences via API - 10https://bugzilla.wikimedia.org/40124 +comment (10MZMcBride) [22:15:28] 03(mod) Unlock wikimania2010 wiki for editing - 10https://bugzilla.wikimedia.org/40123 +comment (10Thehelpfulone) [22:25:46] 03(mod) Wikimedia static HTML dumps broken - 10https://bugzilla.wikimedia.org/15017 -easy ; +comment (10jeremyb) [22:39:27] 03(mod) Request for determination: Adding user preferences via API - 10https://bugzilla.wikimedia.org/40124 +comment (10Rainer@Rillke.eu) [22:49:11] New review: Mwjames; "Changes have been checked against Chrome11, Firefox10, IE9, and Android 2.3" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/23285 [22:49:11] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/23285 [22:52:44] 03(mod) Request for determination: Adding user preferences via API - 10https://bugzilla.wikimedia.org/40124 +comment (10jeremyb) [22:57:02] * kyron re-posts question due to long AFK time :) : anyone heard/know of a RECURSIVE delete that would, given a user name, delete ALL entries pertaining to the user and the user itself. Compaction of the DB would then be accomplished by expor/import of the DB, we are talking about 23k users (SPAM) here... [22:58:49] kyron: or you could just ALTER to compact depending on engine, etc. [22:59:01] have you seen Nuke? [22:59:17] i would suggest not actually deleting users though [22:59:29] might end up being more trouble than it's work [22:59:31] worth* [23:00:00] kyron: http://www.mediawiki.org/wiki/Extension:User_Merge_and_Delete [23:01:03] kyron: there are several other ideas that I have developed if you want PM me and I can go over them with you [23:01:44] New review: Jack Phoenix; "If we're being exact, our coding conventions define both the "old" style and the style you used in t..." [mediawiki/extensions/Phalanx] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/23226 [23:02:03] wat [23:02:12] gerrit eats newlines for breakfast, it seems [23:02:43] yup [23:03:01] ashley: kinda like mediawiki syntax a little bit [23:03:14] ashley, can you not merge into the Phalanx repo? [23:03:54] ashley: you can use /^\* / and /^ / in the same way you would in mediawiki [23:04:16] Krenair: I should be able to, but like I wrote to you yesterday, I have no idea *how* to do that as I've just directly pushed stuff into the Phalanx repo, totally bypassing gerrit (because it's fugly) [23:04:48] To be able to get this deployed to WMF sites I don't think direct pushing is allowed [23:05:08] aye (but it's not my fault that git sucks and gerrit even moreso) [23:06:28] Krenair: also re: https://gerrit.wikimedia.org/r/#/c/23227/ , action=ajax is somewhat deprecated (why so, that's beyond me, as plenty of "my" extensions use it) and http://www.mediawiki.org/wiki/ResourceLoader/JavaScript_Deprecations#ajax.js suggests that the proper way to replace action=ajax calls is to write an API module and call that. so, if you're good with API stuff... ;-) [23:11:38] ashley, well, I'll have a look into doing that [23:12:14] yay, that'd be splendid :D [23:13:55] New patchset: Spage; "PEF cleanup, mostly things I've mentioned before." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/23288 [23:14:00] New patchset: Yaron Koren; "Fix so that "edit section" links will show up if approved rev is also latest" [mediawiki/extensions/ApprovedRevs] (master) - https://gerrit.wikimedia.org/r/23289 [23:14:44] Change merged: Yaron Koren; [mediawiki/extensions/ApprovedRevs] (master) - https://gerrit.wikimedia.org/r/23289 [23:19:53] ashley: there's absolutely nothing wrong with git. gerrit is a different matter [23:20:22] 03(FIXED) [ApprovedRevs] disappearing editsection - 10https://bugzilla.wikimedia.org/37250 +comment (10Yaron Koren) [23:45:05] New patchset: KarenEddy; "Added an acknowlegement of funding for the extension." [mediawiki/extensions/BiblioPlus] (master) - https://gerrit.wikimedia.org/r/23290 [23:50:26] New patchset: KarenEddy; "Added an acknowlegement of funding for the extension." [mediawiki/extensions/BiblioPlus] (master) - https://gerrit.wikimedia.org/r/23290 [23:57:26] 03(NEW) accountcreator@labsconsole should be exempt from account creation CAPTCHAs - 10https://bugzilla.wikimedia.org/40125 normal; Wikimedia Labs: General; (bugzilla+org.wikimedia)