[00:01:09] Has someone changed default text size? [00:01:41] if i’m exporting XML, will the Import create users? [00:02:02] No [00:02:20] Are users stored as User:ABC or some other ID? [00:02:31] Like, if I import a page that User:ABC and User:DEF edited... [00:02:35] and neither of them are created... [00:02:39] Reedy: https://gerrit.wikimedia.org/r/90134 [00:02:42] and then a user comes to the site and creates User:ABC... [00:02:48] will they get associated with the edits in the history? [00:02:53] (this is actually what I want, so that’d be OK) [00:03:09] legoktm: Ahaa [00:03:31] 03(mod) File:, Image:, and similarly localized links on W0 zerodot direct linked - 10https://bugzilla.wikimedia.org/55819 +comment (10gerritadmin) [00:03:33] 03(mod) File:, Image:, and similarly localized links on W0 zerodot direct linked - 10https://bugzilla.wikimedia.org/55819 (10Gerrit Notification Bot) [00:03:54] 03(mod) Separate edit updates from template/image updates in job queue - 10https://bugzilla.wikimedia.org/55418 +comment (10gerritadmin) [00:05:53] ty legoktm [00:06:01] :) [00:14:59] 03(mod) Separate edit updates from template/image updates in job queue - 10https://bugzilla.wikimedia.org/55418 +comment (10gerritadmin) [00:18:09] Morbus: It tries to find the user by username, and then writes the userid into the revision if that username exists on the wiki. Otherwise it's treated kinda like an ip edit, and the name with userid 0 is written to the revision. So a new user ABC wouldn't be credited the revision, but looking at the history it would list ABC as the author. [00:18:52] so, if i want to retain the user data, i should import users first. [00:19:06] or at the very least, stub them out with fake passwords and have them reset. [00:19:48] Morbus: Yep [00:20:20] Yay for sql [00:20:57] csteipp: thanks. [00:21:45] Reedy: is that the way to go? sql dumping INSERTs (no DROP) from the old to the new? [00:23:06] What exactly are you doing? [00:23:12] /trying to do [00:23:31] Morbus: how many pages are you planning on importing? https://www.mediawiki.org/wiki/Manual:Grabbers might be useful since it sets up user accounts + stuff [00:23:35] I’m merging one wiki with another. [00:24:08] legoktm: i’m already halfway done with the content using dumpBackup - having to modify the XML a bit (cos i’m also importing into namespaces). [00:24:17] * Morbus looks at Grabbers. [00:24:32] That sounds…fun. [00:24:41] it could have been worse. [00:24:57] 90MB XML file, with 700 pages, all of which have to be renamespaced. [00:25:01] the sed to do that is running now. [00:25:14] but it looks like i’ll have to figure out the users issue before i can run it through importBackup. [00:25:20] grabbers probably won't work then because user_ids will probably clash [00:25:40] importDump.php, rather. [00:26:34] 03(mod) Mobile editor silently fails when abusefilter is triggered - 10https://bugzilla.wikimedia.org/52049 (10Jon) [00:29:10] Sigh [00:29:11] Error: 1054 Unknown column 'rc_source' in 'field list' (192.168.0.212) [00:30:11] Adding rc_source field to table recentchanges ...done. [00:30:36] Who approved rc_source? [00:30:58] I've no idea [00:31:04] That's what I'm just finding out [00:31:06] Aaron +2'd [00:31:10] ... [00:31:37] https://gerrit.wikimedia.org/r/85787 [00:32:06] Revert time [00:32:14] mmm, there’s http://www.mediawiki.org/wiki/Extension:ImportUsers [00:33:18] 03(mod) Merge SimpleAntiSpam extension into MediaWiki core - 10https://bugzilla.wikimedia.org/52063 +comment (10Kunal Mehta (Legoktm)) [00:37:23] 03(mod) New field and index on recentchanges table for RC_EXTERNAL - 10https://bugzilla.wikimedia.org/53427 +comment (10sam) [00:39:53] 03(NEW) Investigate crashers in https://gerrit.wikimedia.org/r/#/c/90180/ - 10https://bugzilla.wikimedia.org/55820 normal; Parsoid: General; () [00:40:07] 03(mod) Investigate crashers in https://gerrit.wikimedia.org/r/#/c/90180/ - 10https://bugzilla.wikimedia.org/55820 (10Gabriel Wicke) [00:42:11] 03(mod) add a rc_external_type column to recentchanges table - 10https://bugzilla.wikimedia.org/53230 +comment (10sam) [00:52:34] hi all [00:52:59] i come seeking help with an error [00:55:27] Special:PasswordReset fails on a call to getGreeting in smtp somewhere [00:55:51] specifically Call to undefined method Net_SMTP::getGreeting() in /home/test/Mail/smtp.php on line 316 [00:55:56] Do you have the actual error message? [00:56:10] /usr/local/bin/Mail/smtp.php actually [00:56:28] the email actually gets sent, but the password doesn't get reset [00:56:46] and i'm configured for gmail as the smtp server [00:57:40] That's not obviously a mediawki error... [00:57:54] I had an idea. [00:58:18] * Reedy hides [00:58:48] vicatcu: http://stackoverflow.com/questions/4087707/why-did-i-get-this-error-when-i-send-an-email-with-pear-net-smtp-module [00:59:02] i was looking at that... [00:59:03] "But as you can see it was only add in V1.3.3 so you must have that version or greater." [00:59:09] how do i find out what pear version is running [00:59:52] pear list [01:00:19] says 1.9.1 stable [01:00:24] for PEAR [01:01:02] What version of Net_SMTP? [01:01:03] Net_SMTP 1.6.2 stable [01:01:15] Net_SMTP doesn't show up [01:02:38] how does one add it? [01:03:09] sounds like the problem [01:03:30] pear update-channels [01:03:35] pear install Net_SMTP [01:08:41] 03(mod) IndexPager::buildQueryInfo (LogPager) query needs tuning - 10https://bugzilla.wikimedia.org/53577 +comment (10Sean Pringle) [01:08:54] 03(NEW) ULs with class "nav" shouldn't have a left margin in Chameleon's main content - 10https://bugzilla.wikimedia.org/55821 minor; MediaWiki extensions: Chameleon; () [01:08:55] bah, Extensions:ImportUser doesn’t work. [01:09:37] never mind, yes it does. [01:09:48] hi again [01:10:19] Reedy ok... so I've installed Net_SMTP... [01:10:33] in a local version of pear on my shared host [01:10:51] but something tells me that my website isn't using that instance of pear? [01:10:57] since i get the same error message [01:14:16] how do you tell mediawiki which the PEAR path? [01:14:57] You don't [01:15:04] That would be in your PHP config if anywhere [01:15:30] this fellow seems to suggest you need to add something to your application [01:15:31] http://www.gimmesoda.com/simple-setup-of-pear-on-a-dreamhost-account/ [01:16:45] Are you on dreamhost/using a non standard pear config? [01:17:03] yup on dreamhost [01:17:44] is there a way to define the default namespace for [[A link]] under a certain namespace? [01:17:59] I’ve got a bunch of pages, A, B, C, that use [D], [E], [F] [01:18:10] all six of those pages are moving to NewNS:A, B, .. [01:18:29] If i can make the links work magically without having to change them all... [01:19:01] but only when used UNDER that namespace. [01:19:21] i.e., if I’m on page NS:A and I make a link to [B], it should assume NS:B, not Main:B [01:19:28] vicatcu: Adding set_include_path in your LocalSettings.php would help [01:27:47] 03(mod) Investigate crashers in https://gerrit.wikimedia.org/r/#/c/90180/ - 10https://bugzilla.wikimedia.org/55820 (10Arlo Breault) [01:34:16] TimStarling: That seems to work fine [01:34:36] the wonders of testing [01:35:07] It's a shame we don't deploy to enwiki first anymore [01:35:41] hehe [01:36:07] 03(mod) New protection level and right to edit through it for enwiki - 10https://bugzilla.wikimedia.org/55432 -shellpolicy +shell; +comment (10Marc A. Pelletier) [01:36:46] actually that still does have a bug in it, looks like I cherry picked the wrong amendment or something [01:38:21] what is the directory that needs to be on the php include_path for PEAR/ [01:38:42] Wherever your PEAR install is would be helpful [01:38:50] How do we stop zuul from merging.. [01:39:14] Reedy I have the following a directory "pear" in my home directory [01:39:21] * Reedy removes verified [01:40:50] so put the full path to your home directory [01:40:51] if I put "/my/home/directory/pear" into include_path though... and turn on the $wgShowExceptionDetails = true in my LocalSettings.php ... [01:41:00] Permission errors? [01:41:14] PEAR mail package is not installed [01:41:25] mutante: better than parsing html, thanks! [01:41:26] gets displayed [01:42:22] the contents of the directory i'm putting in my include_path is: [01:42:30] cache data docs download pear peardev pecl php temp tests [01:42:47] is that the correct directory to point php at? [01:44:24] Apparently not [01:44:39] If you read the link you actually posted http://www.gimmesoda.com/simple-setup-of-pear-on-a-dreamhost-account/ [01:44:44] set_include_path('.' . PATH_SEPERATOR . '/home/user/pear/php' . PATH_SEPERATOR . get_include_path()); [01:44:47] needs to be pear/php [01:45:55] bingo [01:46:00] 03(NEW) Make MassMessage use "high priority email queue" - 10https://bugzilla.wikimedia.org/55822 normal; Wikimedia: General/Unknown; () [01:46:01] good catch, thanks Reedy [01:46:02] 03(mod) Review and deploy MassMessage extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/52723 (10Kunal Mehta (Legoktm)) [01:50:14] 03(mod) New protection level and right to edit through it for enwiki - 10https://bugzilla.wikimedia.org/55432 +comment (10gerritadmin) [01:57:07] TimStarling: Did you work out which revision you cherry picked? [01:57:29] I'm not sure what happened, but it's fixed now [01:57:35] but I haven't tested the non-mysql part [01:59:53] 03(mod) New protection level and right to edit through it for enwiki - 10https://bugzilla.wikimedia.org/55432 +comment (10Marc A. Pelletier) [02:01:43] None mysql part being the mysqli part? [02:04:11] 03(mod) Review and deploy MassMessage extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/52723 +comment (10Kunal Mehta (Legoktm)) [02:22:39] 03(mod) "Allowed on wiki" input in OAuth MediaWiki extension needs further thought - 10https://bugzilla.wikimedia.org/55714 +comment (10b) [02:28:51] 03(mod) Make MassMessage use "high priority email queue" - 10https://bugzilla.wikimedia.org/55822 +comment (10gerritadmin) [02:28:52] 03(mod) Make MassMessage use "high priority email queue" - 10https://bugzilla.wikimedia.org/55822 (10Gerrit Notification Bot) [02:28:55] wikibugs is lagging [02:38:02] Yes. [02:57:23] 03(mod) Enable transwiki import from Meta on ar.wikipedia - 10https://bugzilla.wikimedia.org/55796 +comment (10gerritadmin) [02:57:25] 03(mod) Enable transwiki import from Meta on ar.wikipedia - 10https://bugzilla.wikimedia.org/55796 (10Gerrit Notification Bot) [02:57:31] 03(mod) Enable transwiki import from Meta on ar.wikipedia - 10https://bugzilla.wikimedia.org/55796 (10jeremyb) [02:57:46] 03(mod) Enable transwiki import from Meta on ar.wikipedia - 10https://bugzilla.wikimedia.org/55796 (10jeremyb) [03:05:15] TimStarling: Well timed actually to merge the mysqli stuff with Ubuntu 13.10 due out today with PHP 5.5.3 in tow [03:05:48] None mysql part being the mysqli part? [03:06:01] no, I've tested it with mysqli only (no mysql) [03:06:09] I haven't tested it with sqlite yet [03:07:03] With your followup it works fine for me on my dev wiki now [03:10:43] Though, that's going to be using mysqli for me too, isn't it? [03:12:56] yes [03:15:19] with mysqli commented out in that array mysql works fine [03:15:20] > var_dump( get_class( wfGetDB( DB_MASTER ) ) ); [03:15:20] string(13) "DatabaseMysql" [03:15:55] With the class being "DatabaseMysqli" as expected with it uncommented [03:16:26] Jenkins should test sqlite out [03:19:51] I was trying to get my sqlite test wiki working again, since it had been a while since I used it [03:20:30] I fixed a few things, went to the URL for it, and it showed the MySQL test wiki main page instead [03:20:45] blinked a few times, hit shift-refresh, still mysql [03:21:09] checked the configuration, no obvious issues, shift-refresh again [03:21:25] checked the debug log, it says there is a connection error connecting to the sqlite database [03:21:56] so it dawns on me: I enabled $wgUseFileCache recently, and it has this feature where if the database doesn't work, it falls back to the file cache [03:22:16] and I was using a shared conf file with mysql, with the same file cache directory [03:28:31] 03(mod) "Allowed on wiki" input in OAuth MediaWiki extension needs further thought - 10https://bugzilla.wikimedia.org/55714 (10mgalloway) [03:30:04] 03(mod) SVG text languages (internationalization) - 10https://bugzilla.wikimedia.org/55768 +comment (10A.Pirard.Papou) [03:42:41] fun [03:45:08] 03(mod) "Allowed on wiki" input in OAuth MediaWiki extension needs further thought - 10https://bugzilla.wikimedia.org/55714 +comment (10aschulz4587) [03:45:51] 03(mod) AbuseFilter throttling not working on Mobile editor - 10https://bugzilla.wikimedia.org/55816 +comment (10jrobson) [03:51:14] I am hitting https://bugzilla.wikimedia.org/show_bug.cgi?id=49254 now [03:51:25] even after reinstall [03:53:02] 03(mod) Remove VisualEditor namespace restriction on opt-in wikis - 10https://bugzilla.wikimedia.org/55792 +comment (10b) [03:53:47] 03(mod) Remove VisualEditor namespace restriction on opt-in wikis - 10https://bugzilla.wikimedia.org/55792 +comment (10b) [03:53:54] 03(mod) "Allowed on wiki" input in OAuth MediaWiki extension needs further thought - 10https://bugzilla.wikimedia.org/55714 +comment (10p858snake) [03:57:41] 03(mod) Investigate crashers in https://gerrit.wikimedia.org/r/#/c/90180/ - 10https://bugzilla.wikimedia.org/55820 +comment (10gerritadmin) [03:57:44] 03(mod) Investigate crashers in https://gerrit.wikimedia.org/r/#/c/90180/ - 10https://bugzilla.wikimedia.org/55820 (10Gerrit Notification Bot) [03:59:51] 03(mod) PDOException ('There is no active transaction') after upgrading SQLite database from 1.16.5 to 1.21.1 when user is set in wgDBuser - 10https://bugzilla.wikimedia.org/49254 (10Sam Reed (reedy)) [03:59:58] 03(mod) "Allowed on wiki" input in OAuth MediaWiki extension needs further thought - 10https://bugzilla.wikimedia.org/55714 +comment (10b) [04:06:27] 03(mod) Investigate crashers in https://gerrit.wikimedia.org/r/#/c/90180/ - 10https://bugzilla.wikimedia.org/55820 +comment (10abreault) [04:20:22] 03(NEW) Internal error on Meta-Wiki (meta.wikimedia.org - 10https://bugzilla.wikimedia.org/55823 normal; Wikimedia: General/Unknown; () [04:22:21] 03(mod) Internal error on Meta-Wiki (meta.wikimedia.org - 10https://bugzilla.wikimedia.org/55823 +comment (10Kunal Mehta (Legoktm)) [04:22:22] 03(mod) Research:Metrics broken on metawiki - 10https://bugzilla.wikimedia.org/55808 +comment (10Kunal Mehta (Legoktm)) [04:23:24] 03(mod) "A reached the parser. This should not happen" breaking pages on metawiki - 10https://bugzilla.wikimedia.org/55808 summary (10Kunal Mehta (Legoktm)) [04:25:43] 03(mod) Internal error on Meta-Wiki (meta.wikimedia.org) - 10https://bugzilla.wikimedia.org/55823 summary (10MZMcBride) [04:31:01] 03(NEW) Build failed in Jenkins email notifications - 10https://bugzilla.wikimedia.org/55824 normal; Wikimedia: Quality Assurance; () [04:42:18] 03(mod) PDOException ('There is no active transaction') after upgrading SQLite database from 1.16.5 to 1.21.1 when user is set in wgDBuser - 10https://bugzilla.wikimedia.org/49254 +comment (10gerritadmin) [04:42:21] 03(mod) PDOException ('There is no active transaction') after upgrading SQLite database from 1.16.5 to 1.21.1 when user is set in wgDBuser - 10https://bugzilla.wikimedia.org/49254 (10Gerrit Notification Bot) [05:01:59] 03(NEW) Overlapping with causes breakage - 10https://bugzilla.wikimedia.org/55825 normal; MediaWiki extensions: Poem; () [05:56:24] grep 'GET /Special:ConfirmEmail' access.log|wc -l [05:56:27] 324 [05:56:35] looks like the email confirmation has done nothing to stop my flood of spam! [05:58:22] checking the user table, most of them come from @outlook.com [06:02:55] is Betacommand here [06:17:52] 03(mod) Merge SimpleAntiSpam extension into MediaWiki core - 10https://bugzilla.wikimedia.org/52063 +comment (10Nemo) [06:23:31] 03(mod) Merge SimpleAntiSpam extension into MediaWiki core - 10https://bugzilla.wikimedia.org/52063 +comment (10legoktm.wikipedia) [06:23:55] 03(mod) Make MassMessage use "high priority email queue" - 10https://bugzilla.wikimedia.org/55822 (10Nemo) [06:23:56] 03(mod) High priority jobs like enotifs are executed very slowly - 10https://bugzilla.wikimedia.org/43936 (10Nemo) [06:34:00] 03(mod) Merge SimpleAntiSpam extension into MediaWiki core - 10https://bugzilla.wikimedia.org/52063 +comment (10raimond.spekking) [06:44:37] 03(mod) Moved pages appear with the date of initial creation - 10https://bugzilla.wikimedia.org/36930 (10Wikifram) [06:52:19] 03(mod) Merge SimpleAntiSpam extension into MediaWiki core - 10https://bugzilla.wikimedia.org/52063 +comment (10gerritadmin) [06:52:21] 03(mod) Merge SimpleAntiSpam extension into MediaWiki core - 10https://bugzilla.wikimedia.org/52063 (10Gerrit Notification Bot) [06:57:56] 03(mod) Merge SimpleAntiSpam extension into MediaWiki core - 10https://bugzilla.wikimedia.org/52063 +comment (10Kunal Mehta (Legoktm)) [07:04:09] 03(mod) Display precision of coordinates in "length" units - 10https://bugzilla.wikimedia.org/55817 +comment (10Ronnie) [07:07:59] Nikerabbit: ciao Niklas, I got a problem with Translate extension, I cannot edit pages via API because of the comment tags inserted by Translate [07:12:21] gmaruzz: "can't"? [07:13:43] 03(mod) Special:TranslationStash not showing all translations when translator had old translations in two or more languages - 10https://bugzilla.wikimedia.org/55780 (10Siebrand Mazeland) [07:14:51] Nikerabbit: if I try to save text via API that contains comments, it gives me hookaborted [07:16:16] Nikerabbit: I can give you access to my installation, and the test perl script (few lines, just get the wikitext and save it back with slight modification. If the wikitext contains comments tag, it hookaborted) [07:16:45] (it get hookaborted by server) [07:21:04] gmaruzz: I can only think of unbalanced tags or that you are editing a translated version [07:23:45] I checked those, and no. are balanced, and I'm editing the original (English) version. Eg: if I add a section, it works. If I substitute the wikitext with a wikitext without comment tags, it works. If I "close" the comments, eg: , it works [07:25:54] Nikerabbit: I can give you ssh access if you need it, it's a vanilla install, only mediawiki and MLEB, nothing else, no customizations at all [07:28:27] gmaruzz: there should be no difference between the api and normal edit, so if you try to save the same text via normal edit you should get same error with more detail [07:28:47] nope, the normal edit works :( [07:31:12] mm [07:31:37] I have a feeling that something happens to the text when you are saving it via api [07:32:30] Nikerabbit: I've checked that, but I will triple check, and I'll get back to you in some ten mins [07:34:48] 03(NEW) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 normal; MediaWiki extensions: Semantic MediaWiki; () [07:34:49] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Nemo) [07:42:04] 03(mod) Moved pages appear with the date of initial creation - 10https://bugzilla.wikimedia.org/36930 +comment (10Andre Klapper) [07:42:54] Nikerabbit: I tested, I checked the text to be posted, and is OK. This is the perl script: http://pastebin.com/bbwvBvZp [07:43:55] and it hookaborted at the "edit", with following error: [07:44:04] Error code 3: hookaborted: The modification you tried to make was aborted by an extension hook at ./test01.pl line 22. [07:45:13] if I delete or "close" the comments in the original wikitext, it works without hookaborting, eg: works ok [07:46:24] hmm [07:46:55] can you show the resulting wikitext? [07:47:03] yep [07:49:39] 03(mod) Use SVG layers to include translated text in several languages in SVG files - 10https://bugzilla.wikimedia.org/55768 +i18n; summary; +comment (10Andre Klapper) [07:50:06] Nikerabbit: you will see the output from the script: first the original text, then the error, then the text how it would try to put back http://pastebin.com/qTq0d30P [07:53:52] 03(mod) Create private mailing list for IEGcom working group - tools - 10https://bugzilla.wikimedia.org/55811 normal->15enhancement (10Andre Klapper) [07:54:17] 03(mod) Create private mailing list for IEGcom working group - research - 10https://bugzilla.wikimedia.org/55814 normal->15enhancement (10Andre Klapper) [07:54:39] 03(mod) Create private mailing list for IEGcom working group - offline - 10https://bugzilla.wikimedia.org/55813 normal->15enhancement (10Andre Klapper) [07:54:47] 03(mod) Create private mailing list for IEGcom working group - online - 10https://bugzilla.wikimedia.org/55812 normal->15enhancement (10Andre Klapper) [07:59:59] gmaruzz: curiously enough I get an internal api error if I try to do that locally [08:01:46] Nikerabbit: ouch. Maybe we have different version? I have latest wikimedia stable and latest (as per 5 days ago) MLEB [08:05:16] it's new change in Translate after that [08:08:08] ah. You think you can fix it? I can then use your fixed version, also if it's not yet back in mainline MLEB [08:08:17] gmaruzz: I left a comment to a bug... I can't solve the problem immediately [08:08:28] gmaruzz: no it does not fix the problem, only makes it worse [08:09:59] * Nikerabbit pokes wikibugs  [08:10:10] gmaruzz: https://bugzilla.wikimedia.org/show_bug.cgi?id=48891#c30 [08:10:28] Nikerabbit: thanks! [08:11:47] 03(mod) and do not work with Parsoid because they are not normal parser tags - 10https://bugzilla.wikimedia.org/48891 +comment (10niklas.laxstrom) [08:13:51] Nikerabbit: do you believe that old versions of MLEB (let's say, one year old) do not have that problem? [08:14:08] gmaruzz: I'm afraid this bug has been there for a long time [08:18:15] gmaruzz: it will not be fixed for MLEB 2013.10, I'm hoping to have something for MLEB 2013.11 (and you can obviously cherry pick when we have a fix) [08:22:04] 03(mod) Duplicated targets on Flow events in recent changes - 10https://bugzilla.wikimedia.org/55530 +comment (10gerritadmin) [08:22:10] 03(mod) Duplicated targets on Flow events in recent changes - 10https://bugzilla.wikimedia.org/55530 (10Gerrit Notification Bot) [08:22:47] 03(NEW) User-talk email notification doesn't send one mail per edit - 10https://bugzilla.wikimedia.org/55827 normal; MediaWiki extensions: Echo; () [08:29:29] 03(mod) Automatic stopwords for the 200+ languages without their own analyzer available - 10https://bugzilla.wikimedia.org/54875 +comment (10federicoleva) [08:30:39] 03(mod) Sync custom template/en/custom/global/user-error.html.tmpl with upstream - 10https://bugzilla.wikimedia.org/55828 +comment (10gerritadmin) [08:30:40] 03(mod) Sync custom template/en/custom/global/user-error.html.tmpl with upstream - 10https://bugzilla.wikimedia.org/55828 (10Gerrit Notification Bot) [08:31:02] 03(mod) Images are not showing when using ForeignDBRepo on MW 1.17 - 10https://bugzilla.wikimedia.org/31943 +comment (10Don Xello) [08:32:14] 03(mod) Sync custom template/en/custom/global/user-error.html.tmpl with upstream - 10https://bugzilla.wikimedia.org/55828 +comment (10Andre Klapper) [08:45:53] 03(mod) Filter messages from aggregate group when contained group is discouraged for the language - 10https://bugzilla.wikimedia.org/47875 +comment (10gerritadmin) [08:59:35] 03(mod) eswikivoyage: Enable autopatroller group - 10https://bugzilla.wikimedia.org/55665 +comment (10at.light) [09:00:11] 03(mod) Unable to reach Special:Preferences after installing Lingo - 10https://bugzilla.wikimedia.org/49304 (10s7eph4n) [09:04:48] 03(NEW) lingo in ref-tag - 10https://bugzilla.wikimedia.org/55829 enhancement; MediaWiki extensions: Lingo; () [09:05:21] 03(mod) lingo in ref-tag - 10https://bugzilla.wikimedia.org/55829 (10s7eph4n) [09:09:49] 03(NEW) Line breaking - 10https://bugzilla.wikimedia.org/55830 normal; MediaWiki extensions: Lingo; () [09:10:07] 03(mod) Line breaking - 10https://bugzilla.wikimedia.org/55830 (10s7eph4n) [09:15:59] 03(mod) UpdateRepoOnMoveJob autosummary is broken - 10https://bugzilla.wikimedia.org/55782 (10Aude) [09:16:46] 03(NEW) Follow Templates - 10https://bugzilla.wikimedia.org/55831 enhancement; MediaWiki extensions: Lingo; () [09:16:47] 03(NEW) api parameter for list=centralnoticelogs are not prefixed - 10https://bugzilla.wikimedia.org/55832 normal; MediaWiki extensions: CentralNotice; () [09:16:57] 03(mod) Follow Templates - 10https://bugzilla.wikimedia.org/55831 (10s7eph4n) [09:21:22] 03(mod) Activate Huggle in Arabic Wikipedia (arwiki) - 10https://bugzilla.wikimedia.org/50590 +comment (10a.m.h.e.s) [09:29:25] now that $getRawText() has been deprecated, what is the best substitute for $contents = $page->getRevision()->getRawText(); [09:29:27] $contents = $page->getRevision()->getContent( Revision::RAW ); returns a Content object. How do I get the current revision text from that object? [09:29:45] oops, meant getRawText() [09:30:15] 03(mod) Unexpected non-MediaWiki exception encountered, of type "Wikibase\Lib\FormattingException" - 10https://bugzilla.wikimedia.org/55348 +comment (10aude.wiki) [09:33:01] 03(NEW) api wbeditentity only accepts references and qualifiers grouped by property calue - 10https://bugzilla.wikimedia.org/55834 normal; MediaWiki extensions: WikidataRepo; () [09:35:49] 03(mod) api wbeditentity only accepts references and qualifiers grouped by property value - 10https://bugzilla.wikimedia.org/55834 summary (10Aude) [09:45:03] Hi guys! I was using http://www.mediawiki.org/wiki/Extension:ArticleComments on my wiki, but it doesn't work with the latest mediawiki. Anyone knows of anything similar? thank you! [09:46:28] 03(NEW) wbsetreference api makes new references when a hash is provided - 10https://bugzilla.wikimedia.org/55835 normal; MediaWiki extensions: WikidataRepo; () [09:49:12] 03(mod) Import right from French wikip�dia to French wikivoyage for WV administrators - 10https://bugzilla.wikimedia.org/55745 +comment (10This, that and the other) [09:50:01] 03(mod) Moved pages appear with the date of initial creation - 10https://bugzilla.wikimedia.org/36930 +comment (10rkaldari) [09:52:01] 03(mod) Review Wikibase API error handling - 10https://bugzilla.wikimedia.org/38675 +comment (10addshorewiki) [10:36:39] 03(mod) Implement QuantityValue - 10https://bugzilla.wikimedia.org/55512 +comment (10gerritadmin) [10:57:31] 03(mod) enabling wgDebugFunctionEntry triggers infinite loop - 10https://bugzilla.wikimedia.org/55818 +comment (10Andre Klapper) [10:57:40] 03(mod) VisualEditor: ResizableNode should show numeric dimensions when resizing. - 10https://bugzilla.wikimedia.org/54297 +comment (10gerritadmin) [10:58:14] 03(mod) Overlapping with causes breakage - 10https://bugzilla.wikimedia.org/55825 +comment (10aklapper) [11:29:02] 03(mod) Lang tag parsing is case-sensitive (should be case-insensitive) - 10https://bugzilla.wikimedia.org/55666 (10Santhosh Thottingal) [11:30:13] 03(mod) Lang tag parsing is case-sensitive (should be case-insensitive) - 10https://bugzilla.wikimedia.org/55666 +comment (10santhosh.thottingal) [12:15:02] 03(mod) [IMPROVEMENT] Add a Special:OpenIDAdminAccountCreation page to allow account creation by admins when the wiki allows account creation for others only through OpenID - 10https://bugzilla.wikimedia.org/46617 summary (10T. Gries) [12:15:24] 03(mod) [IMPROVEMENT] Add a Special:OpenIDAdminAccountCreation page to allow account creation by admins when the wiki allows account creation for others only through OpenID - 10https://bugzilla.wikimedia.org/46617 15enhancement->normal (10T. Gries) [12:23:16] 03(mod) Overlapping with causes breakage - 10https://bugzilla.wikimedia.org/55825 (10djr013) [12:42:40] 03(mod) Build failed in Jenkins email notifications - 10https://bugzilla.wikimedia.org/55824 +easy (10Željko Filipin) [12:49:41] 03(NEW) Invalid link found while title parsing - 10https://bugzilla.wikimedia.org/55836 normal; Pywikibot: General; () [12:49:56] 03(mod) Invalid link found while title parsing - 10https://bugzilla.wikimedia.org/55836 (10xqt) [12:51:26] 03(mod) Review Wikibase API error handling - 10https://bugzilla.wikimedia.org/38675 (10Lydia Pintscher) [13:07:39] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10jamesin.hongkong.1) [13:20:02] 03(NEW) Gerate a PDF - 10https://bugzilla.wikimedia.org/55837 normal; MediaWiki extensions: Collection; () [13:20:15] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10Niklas Laxström) [13:20:58] 03(mod) Gerate a PDF - 10https://bugzilla.wikimedia.org/55837 (10Antao) [13:27:20] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10jamesin.hongkong.1) [13:28:59] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10jamesin.hongkong.1) [13:30:47] 03(mod) Gerate a PDF - 10https://bugzilla.wikimedia.org/55837 +comment (10Andre Klapper) [13:31:40] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10jamesin.hongkong.1) [13:33:37] 03(mod) Error when generating a PDF - 10https://bugzilla.wikimedia.org/55837 summary (10MZMcBride) [13:33:38] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10federicoleva) [13:37:45] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10niklas.laxstrom) [13:41:57] 03(mod) Error when generating a PDF - 10https://bugzilla.wikimedia.org/55837 +comment (10aklapper) [13:43:30] 03(mod) Missing image on en.wp: File:Svengalideck.png - 10https://bugzilla.wikimedia.org/55776 +comment (10Andre Klapper) [13:45:12] 03(mod) [[w:]] on betawikiversity points to https://beta.wikipedia.org which doesn't exist - 10https://bugzilla.wikimedia.org/55733 (10Andre Klapper) [13:45:28] 03(mod) Redis server error protocol error, got '�' as reply-type byte - 10https://bugzilla.wikimedia.org/55736 (10Andre Klapper) [13:45:47] 03(mod) Atom feed gives http time out error - 10https://bugzilla.wikimedia.org/55763 normal->major (10Andre Klapper) [13:46:10] 03(mod) Allow file sources to be exempted from spam blacklist - 10https://bugzilla.wikimedia.org/55794 normal->15enhancement (10Andre Klapper) [13:46:19] 03(mod) Use SVG layers to include translated text in several languages in SVG files - 10https://bugzilla.wikimedia.org/55768 +comment (10A.Pirard.Papou) [13:46:24] 03(mod) Log non-mediawiki exceptions - 10https://bugzilla.wikimedia.org/55800 (10Andre Klapper) [13:50:16] 03(mod) Duplicated targets on Flow events in recent changes - 10https://bugzilla.wikimedia.org/55530 +comment (10gerritadmin) [13:50:27] 03(mod) Duplicated targets on Flow events in recent changes - 10https://bugzilla.wikimedia.org/55530 (10Matthias Mullie) [13:52:30] 03(mod) People that can't edit get confusing behaviour when they follow an edit link - 10https://bugzilla.wikimedia.org/54475 (10Andre Klapper) [13:52:34] 03(mod) MobileFrontend: Jenkins should run qunit tests - 10https://bugzilla.wikimedia.org/54849 (10Andre Klapper) [13:52:35] 03(mod) New page HTML markup is messy with broken links - 10https://bugzilla.wikimedia.org/54241 (10Andre Klapper) [13:52:37] 03(mod) External link icon should be high-res for retina displays - 10https://bugzilla.wikimedia.org/54354 (10Andre Klapper) [13:52:37] 03(mod) MobileFrontend links by default "Terms of use" to WMF's terms of use - 10https://bugzilla.wikimedia.org/53902 (10Andre Klapper) [13:52:40] 03(mod) Gallery tags do not honour their 'spec' - 10https://bugzilla.wikimedia.org/54796 (10Andre Klapper) [13:52:41] 03(mod) Making coordinates in an article bring up nearby view where available - 10https://bugzilla.wikimedia.org/36958 (10Andre Klapper) [13:52:43] 03(mod) Add paging to Special:Watchlist feed view - 10https://bugzilla.wikimedia.org/55638 (10Andre Klapper) [13:52:46] 03(mod) Disable MediaWiki:Mobile.js - 10https://bugzilla.wikimedia.org/53949 (10Andre Klapper) [13:52:48] 03(mod) mobile modification patrolling - 10https://bugzilla.wikimedia.org/53684 (10Andre Klapper) [13:52:50] 03(mod) Feature request: Cannot view source of old revisions - 10https://bugzilla.wikimedia.org/54484 (10Andre Klapper) [13:52:52] 03(mod) Clicking edit on fishbowl wikis results in "You are not allowed to edit this page" - 10https://bugzilla.wikimedia.org/52058 (10Andre Klapper) [13:52:53] 03(mod) Blocked users should not be able to open the mobile editor - 10https://bugzilla.wikimedia.org/54795 (10Andre Klapper) [13:52:56] 03(mod) Add mobile editing support to Windows phone (IE9) - 10https://bugzilla.wikimedia.org/55599 (10Andre Klapper) [13:53:18] 03(mod) Make it possible for edit diff to be provided as a raw text - 10https://bugzilla.wikimedia.org/54328 +comment (10Peter Bena) [13:53:20] 03(mod) Scoring should perhaps take into account added text rather than all text - 10https://bugzilla.wikimedia.org/55793 (10Peter Bena) [13:55:41] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10jamesin.hongkong.1) [14:10:51] 03(NEW) Mention my user name on the user-talk page change email - 10https://bugzilla.wikimedia.org/55838 normal; MediaWiki extensions: Echo; () [14:11:40] 03(NEW) VisualEditor: Link inspector does not show suggestions dropdown on open if link target is the same as the target of the most recently inspected link - 10https://bugzilla.wikimedia.org/55839 normal; VisualEditor: Editing Tools; () [14:17:27] 03(mod) [TUX] Edit summary field - 10https://bugzilla.wikimedia.org/46924 +comment (10TMg) [14:17:47] 03(mod) Use SVG layers to include translated text in several languages in SVG files - 10https://bugzilla.wikimedia.org/55768 +comment (10A.Pirard.Papou) [14:22:26] 03(mod) Error when generating a PDF - 10https://bugzilla.wikimedia.org/55837 +comment (10marcin.cieslak) [14:22:50] 03(mod) Remove https redirect for loginwiki in beta - 10https://bugzilla.wikimedia.org/55804 +comment (10cmcmahon) [14:23:25] 03(mod) eswikivoyage: Enable autopatroller group - 10https://bugzilla.wikimedia.org/55665 +comment (10lcharlesmora) [14:30:57] 03(mod) [Regression] Fix Exception "A reached the parser." from TranslateHooks.php on metawiki - 10https://bugzilla.wikimedia.org/55808 normal->04CRIT; summary; +comment (10Krinkle) [14:31:20] 03(mod) "did you mean" is not working - 10https://bugzilla.wikimedia.org/55786 (10keyler) [14:33:25] 03(mod) "did you mean" is not working - 10https://bugzilla.wikimedia.org/55786 (10keyler) [14:37:06] 03(mod) api wbeditentity only accepts references and qualifiers grouped by property value - 10https://bugzilla.wikimedia.org/55834 normal->major (10Lydia Pintscher) [14:37:19] 03(mod) [TUX] Edit summary field - 10https://bugzilla.wikimedia.org/46924 +comment (10base-w) [14:37:36] 03(mod) wbsetreference api makes new references when a hash is provided - 10https://bugzilla.wikimedia.org/55835 normal->major (10Lydia Pintscher) [14:40:52] 03(mod) Show edit summary after clicking save - 10https://bugzilla.wikimedia.org/53450 +comment (10TMg) [14:48:57] 03(mod) Better "start page" for ItemDisambiguation - 10https://bugzilla.wikimedia.org/55466 +comment (10gerritadmin) [14:52:36] is there a way to get the purged thumbnail url in this hook? https://www.mediawiki.org/wiki/Manual:Hooks/LocalFilePurgeThumbnails [14:54:18] 03(mod) Better "start page" for ItemDisambiguation - 10https://bugzilla.wikimedia.org/55466 (10Addshore) [15:02:43] 03(mod) Delete tests from browsertests repository that are moved to other repositories - 10https://bugzilla.wikimedia.org/53582 (10Željko Filipin) [15:02:48] 03(mod) Delete tests from browsertests repository that are moved to other repositories - 10https://bugzilla.wikimedia.org/53582 (10Željko Filipin) [15:03:09] 03(mod) Database error while moving a property page - 10https://bugzilla.wikimedia.org/55790 +comment (10Nischay Nahata) [15:13:34] 03(mod) and do not work with Parsoid because they are not normal parser tags - 10https://bugzilla.wikimedia.org/48891 (10ssastry) [15:17:53] 03(NEW) TODO List Progress - 10https://bugzilla.wikimedia.org/55840 normal; MediaWiki extensions: [other]; () [15:19:15] 03(mod) Atom feed gives http time out error - 10https://bugzilla.wikimedia.org/55763 major->normal; +comment (10T. Gries) [15:20:55] 03(NEW) [TUX] Workflow state selector only displayed after long delay - 10https://bugzilla.wikimedia.org/55841 normal; MediaWiki extensions: Translate; () [15:22:06] 03(mod) api parameter for list=centralnoticelogs are not prefixed - 10https://bugzilla.wikimedia.org/55832 +comment (10Adam Wight) [15:22:11] 03(mod) [TUX] Workflow state selector only displayed after long delay - 10https://bugzilla.wikimedia.org/55841 (10Tilman Bayer) [15:22:12] 03(mod) api parameter for list=centralnoticelogs are not prefixed - 10https://bugzilla.wikimedia.org/55832 (10Adam Wight) [15:22:15] 03(mod) [TUX] Workflow state selector not shown/hidden consistently - 10https://bugzilla.wikimedia.org/45558 (10Tilman Bayer) [15:23:32] 03(mod) Database error while moving a property page - 10https://bugzilla.wikimedia.org/55790 +comment (10yaron57) [15:26:31] 03(NEW) UI tests should check performance on slow connections - 10https://bugzilla.wikimedia.org/55842 normal; MediaWiki: General/Unknown; () [15:35:34] 03(mod) Atom feed gives http time out error - 10https://bugzilla.wikimedia.org/55763 +comment (10dvanliere) [15:39:01] 03(mod) Atom feed gives http time out error - 10https://bugzilla.wikimedia.org/55763 +comment (10T. Gries) [15:40:18] 03(mod) Atom feed gives http time out error - 10https://bugzilla.wikimedia.org/55763 +comment (10mail) [15:47:33] 03(mod) Atom feed gives http time out error - 10https://bugzilla.wikimedia.org/55763 +comment (10Diederik van Liere) [15:52:46] 03(mod) Atom feed gives http time out error - 10https://bugzilla.wikimedia.org/55763 +comment (10mail) [15:53:31] 03(mod) [Regression] Fix Exception "A reached the parser." from TranslateHooks.php on metawiki - 10https://bugzilla.wikimedia.org/55808 (10Greg Grossmeier) [15:55:27] 03(mod) Bugzilla data scanned for tech metrics must be aligned with repos scanned - 10https://bugzilla.wikimedia.org/54469 +comment (10aklapper) [16:01:34] 03(mod) Investigate merging the WikimediaShopLink extension into the WikimediaMessages extension - 10https://bugzilla.wikimedia.org/55678 (10MZMcBride) [16:05:47] 03(mod) UI tests should check performance on slow connections - 10https://bugzilla.wikimedia.org/55842 normal->15enhancement (10Andre Klapper) [16:05:51] For the sake of my own sanity there's no way to create a table in wiki code without using pipes right? :D [16:09:27] 03(mod) TODO List Progress displays UNIQ output - 10https://bugzilla.wikimedia.org/55840 summary; +comment (10Andre Klapper) [16:11:06] 03(mod) and do not work with Parsoid because they are not normal parser tags - 10https://bugzilla.wikimedia.org/48891 (10ssastry) [16:13:26] 03(mod) Error when generating a PDF - 10https://bugzilla.wikimedia.org/55837 +comment (10chantre) [16:15:27] 03(mod) Error when generating a PDF - 10https://bugzilla.wikimedia.org/55837 +comment (10chantre) [16:16:22] 03(mod) VisualEditor: ResizableNode should show numeric dimensions when resizing. - 10https://bugzilla.wikimedia.org/54297 (10James Forrester) [16:16:47] 03(mod) Error when generating a PDF - 10https://bugzilla.wikimedia.org/55837 +comment (10aklapper) [16:19:14] 03(mod) Error when generating a PDF - 10https://bugzilla.wikimedia.org/55837 +comment (10chantre) [16:19:50] 03(mod) Error when generating a PDF - 10https://bugzilla.wikimedia.org/55837 (10Antao) [16:22:23] 03(mod) Error when generating a PDF - 10https://bugzilla.wikimedia.org/55837 +comment (10Andre Klapper) [16:24:04] 03(mod) TODO List Progress displays UNIQ output - 10https://bugzilla.wikimedia.org/55840 +comment (10chantre) [16:25:53] 03(mod) Separate edit updates from template/image updates in job queue - 10https://bugzilla.wikimedia.org/55418 +comment (10gerritadmin) [16:27:03] leucosticte: $content->getNativeData() [16:27:22] you should also probably do check that $content instanceof TextContent [16:31:23] 03(mod) Allow setting references with action=wbcreateclaim - 10https://bugzilla.wikimedia.org/48969 +comment (10duplicatebug) [16:34:02] 03(mod) Do not store empty array in json of wikidata items - 10https://bugzilla.wikimedia.org/54025 +comment (10duplicatebug) [16:35:01] 03(mod) Allow and display both wiki name and shell name in dialogs - 10https://bugzilla.wikimedia.org/33462 (10db) [16:37:03] 03(mod) http://dumps.wikimedia.org/other/pagecounts-raw/ needs a dynamic year list - 10https://bugzilla.wikimedia.org/42585 +comment (10duplicatebug) [16:42:05] 03(mod) [TUX] Workflow state selector only displayed after long delay - 10https://bugzilla.wikimedia.org/55841 +comment (10Nemo) [16:42:54] 03(NEW) Rotatebot has stopped working - 10https://bugzilla.wikimedia.org/55843 normal; Wikimedia: General/Unknown; () [16:44:48] 03(mod) Rotatebot has stopped working - 10https://bugzilla.wikimedia.org/55843 +comment (10sam) [16:44:52] 03(mod) Separate edit updates from template/image updates in job queue - 10https://bugzilla.wikimedia.org/55418 +comment (10gerritadmin) [16:45:12] 03(mod) VisualEditor: Fix "Uncaught TypeError: Object # has no method clearMessage" - 10https://bugzilla.wikimedia.org/55726 (10James Forrester) [16:48:20] 03(mod) Investigate merging the WikimediaShopLink extension into the WikimediaMessages extension - 10https://bugzilla.wikimedia.org/55678 +comment (10legoktm.wikipedia) [16:57:48] 03(mod) Rotatebot has stopped working - 10https://bugzilla.wikimedia.org/55843 +comment (10Andre Klapper) [17:02:03] 03(mod) "Allowed on wiki" input in OAuth MediaWiki extension needs further thought - 10https://bugzilla.wikimedia.org/55714 +comment (10csteipp) [17:14:14] 03(mod) VE takes significant time to manifest - 10https://bugzilla.wikimedia.org/55766 (10spage) [17:14:23] 03(mod) Allows creating anonymous messages when the wiki disallows anonymous edits. - 10https://bugzilla.wikimedia.org/55770 (10spage) [17:15:44] 03(mod) "mention" notifications on Meta don't work for ns0 - 10https://bugzilla.wikimedia.org/55491 (10spage) [17:15:57] 03(mod) Missing link in the flyout notification when a page is linked (redirected) to another - 10https://bugzilla.wikimedia.org/55637 (10spage) [17:16:08] 03(mod) Echo: incomplete page name - 10https://bugzilla.wikimedia.org/55671 (10spage) [17:16:21] 03(mod) User-talk email notification doesn't send one mail per edit - 10https://bugzilla.wikimedia.org/55827 (10spage) [17:16:21] 03(mod) BetaFeatures: Horizontal rules don't line up - 10https://bugzilla.wikimedia.org/54789 (10Mark Holmquist) [17:16:32] 03(mod) Mention my user name on the user-talk page change email - 10https://bugzilla.wikimedia.org/55838 (10spage) [17:16:36] 03(mod) Without caching, the user counts basically don't work - 10https://bugzilla.wikimedia.org/54905 normal->major (10Mark Holmquist) [17:16:51] 03(mod) Preferences maybe start enabled when auto-enroll isn't enabled - 10https://bugzilla.wikimedia.org/54924 (10Mark Holmquist) [17:17:26] 03(mod) Define DataType for quantities - 10https://bugzilla.wikimedia.org/55513 +comment (10gerritadmin) [17:19:17] 03(mod) Text is valign=middle for some reason (only on VE preference?) - 10https://bugzilla.wikimedia.org/54925 (10Mark Holmquist) [17:20:05] 03(mod) add a rc_external_type column to recentchanges table - 10https://bugzilla.wikimedia.org/53230 +comment (10Erik Bernhardson) [17:25:56] 03(mod) BetaFeatures: Horizontal rules don't line up - 10https://bugzilla.wikimedia.org/54789 +comment (10gerritadmin) [17:25:58] 03(mod) BetaFeatures: Horizontal rules don't line up - 10https://bugzilla.wikimedia.org/54789 (10Gerrit Notification Bot) [17:26:07] 03(mod) [TUX] Workflow state selector only displayed after long delay - 10https://bugzilla.wikimedia.org/55841 +comment (10tbayer) [17:26:31] 03(mod) Implement entity deserializer for API serialization format - 10https://bugzilla.wikimedia.org/54216 +comment (10gerritadmin) [17:27:56] 03(mod) New edit toolbar isn't displayed in IE8 (goes into compatibility mode and acts like IE7) - 10https://bugzilla.wikimedia.org/24194 +comment (10duplicatebug) [17:28:12] 03(NEW) Add a new field, rc_source, to the recentchanges table - 10https://bugzilla.wikimedia.org/55844 normal; Wikimedia: General/Unknown; () [17:28:36] 03(mod) BetaFeatures: Links should be (optionally) parsed as messages - 10https://bugzilla.wikimedia.org/54788 (10James Forrester) [17:36:53] 03(mod) HTML email notifications caught by spam filters - 10https://bugzilla.wikimedia.org/52915 +comment (10Fabrice Florin) [17:38:19] 03(mod) Need to replace mysql_*() functions for in favor of mysqli or pdo - 10https://bugzilla.wikimedia.org/45288 (10Sam Reed (reedy)) [17:38:40] 03(mod) MediaWiki PHP 5.4 compatibility (tracking) - 10https://bugzilla.wikimedia.org/30092 (10Sam Reed (reedy)) [17:40:48] 03(mod) Text is centered vertically when the description is smallish - 10https://bugzilla.wikimedia.org/54925 summary (10Mark Holmquist) [17:42:10] 03(mod) Editing the leading paragraph in wiki article produces html tags in transclusion box - 10https://bugzilla.wikimedia.org/54927 +comment (10Roan Kattouw) [17:42:30] 03(mod) BetaFeatures: mw-ui-feature-meta div is valign=middle for some reason - 10https://bugzilla.wikimedia.org/54925 summary (10James Forrester) [17:42:40] 03(mod) Parsoid renders template as comment, breaking serialization - 10https://bugzilla.wikimedia.org/54927 summary (10Roan Kattouw) [17:43:36] 03(mod) Import right from French wikip�dia to French wikivoyage for WV administrators - 10https://bugzilla.wikimedia.org/55745 (10adehertogh) [17:44:06] 03(mod) JSON extension dependency has a non-free component: JSON_parser.c - 10https://bugzilla.wikimedia.org/47431 (10Sam Reed (reedy)) [17:44:09] 03(mod) MediaWiki PHP 5.5 compatibility (tracking) - 10https://bugzilla.wikimedia.org/49975 (10Sam Reed (reedy)) [17:45:16] 03(mod) JSON extension dependency has a non-free component: JSON_parser.c - 10https://bugzilla.wikimedia.org/47431 +comment (10sam) [17:48:18] 03(mod) document entity serialization format(s) - 10https://bugzilla.wikimedia.org/52801 +comment (10gerritadmin) [17:50:32] 03(mod) Some tables lack unique or primary keys, may allow confusing duplicate data - 10https://bugzilla.wikimedia.org/15441 +comment (10gerritadmin) [17:50:36] 03(mod) Add primary key and log fields to archive table; perhaps also use original page_id when page is restored? - 10https://bugzilla.wikimedia.org/39675 +comment (10gerritadmin) [17:55:04] 03(mod) Investigate crashers in https://gerrit.wikimedia.org/r/#/c/90180/ - 10https://bugzilla.wikimedia.org/55820 +comment (10gerritadmin) [18:01:45] 03(mod) combobox pulldown lists options for last pulldown for every instance - 10https://bugzilla.wikimedia.org/45506 +comment (10andrew.green.df) [18:02:32] 03(mod) Enable transwiki import from Meta on ar.wikipedia - 10https://bugzilla.wikimedia.org/55796 +comment (10gerritadmin) [18:06:04] 03(mod) New field and index on recentchanges table for RC_EXTERNAL - 10https://bugzilla.wikimedia.org/53427 +comment (10Erik Bernhardson) [18:07:10] 03(mod) term cannot be changed for courses, in some cases - 10https://bugzilla.wikimedia.org/55568 +comment (10andrew.green.df) [18:08:38] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10jamesin.hongkong.1) [18:11:41] 03(mod) eswikivoyage: Enable autopatroller group - 10https://bugzilla.wikimedia.org/55665 +comment (10Carlos Mora) [18:12:06] 03(mod) History and diff pages should show labels of properties and items in edit summaries - 10https://bugzilla.wikimedia.org/53247 +comment (10db) [18:17:57] 03(mod) Add a new field, rc_source, to the recentchanges table on wmf wikis - 10https://bugzilla.wikimedia.org/55844 summary (10db) [18:17:59] 03(mod) WMF Schema Changes - Tracking - 10https://bugzilla.wikimedia.org/49188 (10db) [18:20:27] 03(mod) Enable transwiki import from Meta on ar.wikipedia - 10https://bugzilla.wikimedia.org/55796 (10eikes) [18:25:16] 03(mod) Overlapping with causes breakage - 10https://bugzilla.wikimedia.org/55825 +comment (10db) [18:28:18] 03(mod) Forced redirects to m.wikipedia.org (and lack of a return redirect) - 10https://bugzilla.wikimedia.org/49653 +comment (10Jan Zerebecki) [18:28:19] 03(mod) "did you mean" is not working - 10https://bugzilla.wikimedia.org/55786 +comment (10Nik Everett) [18:28:32] 03(mod) Create hermetic test environment runnable on labs infra - 10https://bugzilla.wikimedia.org/51492 (10Greg Grossmeier) [18:28:33] 03(mod) Selenium tests fail when running PhantomJS on local machine - 10https://bugzilla.wikimedia.org/49813 (10Greg Grossmeier) [18:32:00] 03(mod) Moved pages appear with the date of initial creation - 10https://bugzilla.wikimedia.org/36930 (10bsitu) [18:34:07] 03(NEW) Failing QUnit tests - 10https://bugzilla.wikimedia.org/55845 normal; MediaWiki extensions: ZeroRatedMobileAccess; () [18:35:25] legoktm: further discussion at https://www.mediawiki.org/wiki/User_talk:Kaldari#Substitute_for_getRawText.28.29 , if you're interested [18:36:08] legoktm: thx, btw [18:39:04] leucosticte, legoktm: Watching you two converse is how I imagine ents would converse [18:40:34] @Ulfr: very funny! Oh wait, I just went out of character. https://en.wikipedia.org/wiki/Ent [18:41:47] leucosticte: Ents have humour! You just responded far too soon. [18:42:12] Ulfr: blame it on the weed: http://www.urbandictionary.com/define.php?term=Ent [18:43:09] Ah, college. [18:44:44] 03(mod) Unable to upload Catalan Wiki Cohorts - 10https://bugzilla.wikimedia.org/55805 +comment (10Diederik van Liere) [18:46:18] 03(mod) [TUX] Workflow state selector only displayed after long delay - 10https://bugzilla.wikimedia.org/55841 +comment (10Niklas Laxström) [18:46:22] 03(mod) QueryMessageGroups is very slow on meta.wikimedia.org - 10https://bugzilla.wikimedia.org/53748 +comment (10Niklas Laxström) [18:53:28] 03(mod) [Regression] Fix Exception "A reached the parser." from TranslateHooks.php on metawiki - 10https://bugzilla.wikimedia.org/55808 +comment (10Niklas Laxström) [18:56:54] 03(NEW) Flow doesn't use the standard edit token - 10https://bugzilla.wikimedia.org/55846 normal; MediaWiki extensions: Flow; () [18:59:24] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10gerritadmin) [18:59:26] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 (10Gerrit Notification Bot) [19:15:21] 03(mod) PHP Fatal error: Only variables can be passed by reference in includes/api/ApiBrowse.php - 10https://bugzilla.wikimedia.org/55826 +comment (10gerritadmin) [19:20:22] 03(NEW) Interwiki tooltip: " in title is escaped - 10https://bugzilla.wikimedia.org/55847 normal; MediaWiki: Skin and page rendering; () [19:21:14] 03(mod) ProveIt gadget test causes page.feature etc. to fail in Chrome - 10https://bugzilla.wikimedia.org/55751 +comment (10tplavcic) [19:25:52] 03(mod) Create the "known stable tests" set of tests - 10https://bugzilla.wikimedia.org/51491 +comment (10Chris McMahon) [19:25:53] 03(mod) Create smoke test suite - 10https://bugzilla.wikimedia.org/50576 +comment (10Chris McMahon) [19:32:03] 03(mod) Run smoke tests on hermetic instances per patchset submitted in mediawiki/core - 10https://bugzilla.wikimedia.org/52424 +comment (10greg) [19:38:54] hey a, question about mediawiki-vagrant instance, when accessing mediawiki in the vm through my browser i get Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/w/load.php?debug=false&lang=en&modules=mediawiki.legacy.commonPrint%2Cshared%7Cskins.vector&only=styles&skin=vector&* [19:39:18] is this a known issue or am i doing something wrong? [19:40:33] drdee: hmm, the absence of a port is suspicious. what if you change it to localhost:8080? [19:41:32] ori-l: checking, a couple of seconds [19:42:30] ori-l yes that works [19:43:20] * ori-l squints at YuviPanda [19:43:33] what did I do now [19:43:45] * YuviPanda reads backsrcoll [19:43:46] the absence of a port is suspicious [19:44:09] drdee: how did you load the page? did you navigate to http://localhost:8080/ or did you omit the port? [19:44:10] drdee: can you pull mediawiki to latest? [19:44:38] i did pull mediawiki to the latest [19:45:39] i did not omit the port but used http://127.0.0.1:8080/wiki/Main_Page to access it [19:46:13] however if i just try 127.0.0.1:8080 then I get a 404 error after it redirects to http://localhost/wiki/Main_Page [19:46:24] so something wonky is going on [19:46:34] i did not make any local modifications [19:46:53] yeah, it's a bug. just one more thing: [19:47:11] can you navigate to your wiki (any way you can), open a js console, and run: mw.config.get('wgServer') ? [19:47:29] * YuviPanda tries locally [19:47:40] ReferenceError: mw is not defined [19:47:51] right, of course [19:48:32] :( [19:48:46] drdee: I'll have a fix for you in a moment [19:48:52] awesome! ty so much! [19:50:09] * YuviPanda fights with truecrypt [19:50:54] 03(NEW) CirrusSearch should push its linksUpdateCompletedHook behaviour onto the job queue if it notices it isn't being run from the job queue - 10https://bugzilla.wikimedia.org/55848 normal; MediaWiki extensions: CirrusSearch; () [19:54:11] ori-l: sorry, can't verify - trying to start it again after mavericks upgrade, virtualbox doesn't like me :( [19:54:29] * YuviPanda upgrades [19:55:08] it's not much of a test if you're running against a different version of ubuntu, no? [19:56:17] ori-l: OSD X [19:56:19] err [19:56:20] OS X [19:56:23] upgrade [19:56:29] 03(mod) Show edit summary after clicking save - 10https://bugzilla.wikimedia.org/53450 +comment (10Molly White) [19:56:38] and am upgrading Virtualbox now [19:57:33] oh [19:57:36] sorry [20:00:07] hrmm, destroyed/recreated my VM and things look ok [20:00:34] YuviPanda, let me know if you can reproduce [20:00:37] ori-l: ok [20:00:53] ori-l: still waiting for a vbox download [20:00:57] drdee: can you edit LocalSettings.php in your vagrant dir and add $wgServer = "http://127.0.0.1:8080"; [20:01:00] * YuviPanda twiddles thumbs [20:01:18] YuviPanda: I hope it's not eating up your bandwidth quotas, not worth it if so [20:01:25] ori-l, sure, [20:01:38] bandwidth quotas? huh? [20:01:42] What is this, 1995? [20:01:48] ori-l: nah, i'm in BLR with a high bandwidth quota, but a 'max' speed of 2Mbps [20:02:07] marktraceur: Poke [20:02:11] ori-l: plus I need to get it working for my dev stuff anyway! [20:02:14] Ulfr: :) [20:02:25] Hi everyone [20:02:43] I feel kinda stoopid right now [20:02:53] koanhead: Welcome to the club. [20:03:05] ori-l: that did not resolve the issue [20:03:05] just installed MW to a fresh Debian VM via APT [20:04:14] koanhead: I'd feel dumb too. it's okay, most folks here can help you overcome your addiction to apt [20:04:24] ran install.php via terminal but wiki is 404 at stated url per install.php [20:04:53] Did you modify your vhosts so apache knows mediawiki's there? [20:05:11] I did not- will do that now [20:05:50] So I'm being proactive this time instead of doing something silly, but is there any stigma associated with using old school for loops in jQuery? [20:06:14] Ulfr: no [20:06:41] ori-l: Word, thanks. I declared my arrays wrong and the jQuery crowd all laughed at me :( figured I'd clear it with the experts this time [20:08:22] Ulfr: Define "old school for loop"? [20:08:37] for ( i = 0, len = arr.length; i < len; i++ ) is a fine way to iterate over an array [20:08:38] for(i=0;i for ( i in arr ) is not [20:08:43] OK yeah excellent [20:08:46] RoanKattouw: Oh ew [20:08:48] if ( i === 0 ) { } [20:08:49] I'm no heathen [20:08:53] haha [20:08:54] else if ( i === 1 ) { } [20:08:57] actually [20:09:00] hmm [20:09:03] for ( key in obj ) is legitimate though [20:09:19] YuviPanda: Today Timo and I discovered that ES5 has a notion of equality that's even stricter than === [20:09:28] or really stricter in places and looser in places than === [20:09:40] More correct than === , anyway [20:09:45] YuviPanda: Well there might be a better way to skin this cat. I've got an indeterminate number of div layers holding an indeterminate number of text inputs, and i want to concatenate all of the text inputs per div [20:09:54] It's an internal algorithm but it's possible to write a function that exposes it with some trickery [20:10:42] Ulfr: var $myDiv = $( '#whatever' ), str = ''; $myDiv.find( 'input' ).each( function() { str += $(this).val(); } ); perhaps? [20:10:49] RoanKattouw: tell! [20:10:55] RoanKattouw: 'which' implementation of ES5? :D [20:10:55] or is it in the spec? [20:11:18] The spec [20:11:36] Ed came up with this great JS pub quiz [20:11:40] RoanKattouw: I'm able to get AT the values with .each, I just found myself stymied on how to get the values back out. I need to use them in an API query [20:11:48] 1) x !== x , what is x (credit to Timo) [20:12:17] 2) x and y are numbers, x === y, f(x) === f(x), f(y) === f(y) but f(x) !== f(y), what are f, x and y (credit David) [20:12:17] RoanKattouw: NaN? [20:12:26] 1) is NaN, correct [20:12:39] ori-l but adding that variable to LocalSettings in the mediawiki folder did work [20:12:40] #2 took Timo and myself quite a while to figure out [20:12:40] RoanKattouw: f(x) = Math.random(x) [20:12:45] hehe [20:12:47] James_F: Then f(x) !== f(x) [20:13:01] I specified that f(x) === f(x) partly for that reason [20:13:05] RoanKattouw: Ah, right. [20:13:11] weird rounding behavior? [20:13:14] hmm [20:13:20] Doubles! RUN! [20:13:22] (Also to avoid f(x) = {'x': x} ) [20:13:26] Yeah. [20:13:36] No, it's weirder than weird rounding behavior :) we tried that for a while too [20:13:38] RoanKattouw: Any particular kind of numbers? [20:13:48] James_F: Fairly standard IEEE doubles [20:14:01] string interning? [20:14:06] but that's stupid even by js standards [20:14:09] YuviPanda: x and y are numbers [20:14:12] RoanKattouw: So no hyper-complex numbers? Boo. [20:14:15] gah, i can't read [20:14:22] * RoanKattouw takes no credit for this BTW, it's all David [20:14:34] Roan I.e. 4 + 2i === 4 + 2j perhaps. [20:14:41] YuviPanda: neither can Johnny [20:14:42] Right [20:14:47] heh [20:15:38] RoanKattouw: David is evil. [20:15:54] Oh yes he is [20:15:59] RoanKattouw: Oh, is this +0 vs. -0? [20:16:05] He submitted unit test code that actually *uses* this [20:16:17] James_F: Correct, x = +0 and y = -0 [20:16:20] Aha. [20:16:23] That satisfies x === y [20:16:28] So what is f, then? [20:16:48] Hmm. [20:16:49] i.e. how do you distinguish +0 and -0 [20:16:55] In JS? No idea. [20:17:00] * James_F knows in other languages. [20:17:04] This is one of the cases where === returns true but JS's internal comparison thingy knows they're different [20:17:19] multiply and then add? [20:17:24] So Timo and I came up with a hack that exposes that algorithm to user space and used it [20:17:31] Ulfr: Multiply by 0? [20:17:35] But David found a simpler way [20:17:49] James_F: Don't judge. [20:18:26] I think you divide by 0 and see if you get +Inf or -Inf [20:18:36] RoanKattouw: number.sign()? [20:18:37] Skizzerz: 0/0 is NaN [20:18:45] er rather, divide 1 by it [20:18:47] leucosticte: interesting. my code just uses getNativeData, I'm not actually sure which one is more "correct" [20:18:49] James_F: There is no such function, David wrote it [20:18:50] Skizzerz: Bingo [20:18:55] f(x) = 1/x [20:18:56] 03(mod) CirrusSearch should push its linksUpdateCompletedHook behaviour onto the job queue if it notices it isn't being run from the job queue - 10https://bugzilla.wikimedia.org/55848 (10Nik Everett) [20:19:12] So f(+0) = +Infinity and f(-0) = -Infinity [20:19:12] RoanKattouw: Oh, so +/- NaN as output? [20:19:16] * James_F nods. [20:19:27] Nice bug, JS. [20:19:29] NaN has no sign, though, so 0/-0 isn't different from 0/+0 [20:19:36] Well, I mean it is, NaN !== NaN as discussed [20:19:37] Right. [20:19:53] But f can't return NaN or you don't have f(x) === f(x) [20:20:23] The way Timo and I exposed the internal comparison thing was by creating an object and defining a custom property on it that's unwritable and whose value is +0 [20:20:34] Then you redefine it as unwriteable with value x [20:20:54] If x is also +0, that's silently ignored, but if x is -0 and you're in strict mode, it throws a TypeError [20:22:19] So f = function ( a ) { 'use strict'; try { o = Object.create( null ); Object.defineProperty( o, 'foo', { value: 0, writeable: false } ); Object.defineProperty( o, 'foo', { value: a, writable: false } ); } catch ( e ) { return false; } return true; } [20:22:45] * Ulfr feels incredibly stupid. $.each does in fact return what I tell it to. [20:23:10] Ulfr: Typically the way you do that is you gather the values in a variable you've defined before calling .each() [20:23:21] Returning things from .each() is just for stopping the iteration AFAIK [20:23:34] RoanKattouw: Only if you return false. If you return true it keeps chugging [20:23:47] Yes, that's what I meant, sorry, for telling it whether to keep iterating [20:24:00] RoanKattouw: the problem I was having before was my previously defined variables weren't visible because jquery hates globals [20:24:00] legotm: well, it would seem that the other way works too. the context I'm using it in is checking MediaWiki:Interwiki-watchlist, which is unlikely to ever be anything but text. [20:24:13] Ulfr: They should be visible [20:24:17] legoktm rather [20:24:25] It depends a bit on where they're defined I suppose [20:24:38] But if you define the variable before the .each() call, it should be visible within the iteration function [20:24:49] If it's defined within the iteration function then it won't be visible outside of it though [20:24:50] RoanKattouw: The line above the each call, my issue was I went a bit too deep. This is like that time Firefox just said no and threw Too much recursion [20:24:59] haha whoops [20:25:03] I installed https://www.mediawiki.org/wiki/Extension:BucketVoting on my mediawiki vagrant, and when running update.php I get an error: Invalid callback in hooks for LoadExtensionSchemaUpdates -- the stack trace does not contain any information pointing to the extension I installed. how can i be sure that the extension is the culprit? [20:25:18] drdee: Disable it and see if it goes away? [20:25:24] drdee: Disable all the things! [20:25:32] Shotgun debugging! [20:25:39] Comment things out until it starts working! [20:25:43] I prefer calling it finding a known good [20:25:53] ok, fair enough [20:25:58] Shotguns are reserved for weddings and zombies [20:26:57] And cars [20:29:22] Reedy: Well played. [20:31:19] Sigh. You always know you're in for it when calls in the mediawiki core are the errors. [20:32:00] 03(mod) Parsoid renders template as comment, breaking serialization - 10https://bugzilla.wikimedia.org/54927 (10Gabriel Wicke) [20:45:17] 03(mod) Remove "Justify paragraphs" user preference from MediaWiki core - 10https://bugzilla.wikimedia.org/52810 +comment (10Amir E. Aharoni) [20:47:01] اhi :| [20:48:01] Hm. http://lanyrd.com/2013/mentorsummit/ [20:49:02] 03(mod) Atom feed gives http time out error - 10https://bugzilla.wikimedia.org/55763 +comment (10dvanliere) [20:52:29] 03(NEW) History has no user links - 10https://bugzilla.wikimedia.org/55849 normal; MediaWiki extensions: Flow; () [20:53:25] 03(mod) History has no user links - 10https://bugzilla.wikimedia.org/55849 +comment (10legoktm.wikipedia) [20:54:40] 03(mod) VisualEditor: Provide a way for users to create auto-numbered external links - 10https://bugzilla.wikimedia.org/53505 +comment (10gerritadmin) [20:54:42] 03(mod) VisualEditor: Provide a way for users to create auto-numbered external links - 10https://bugzilla.wikimedia.org/53505 (10Gerrit Notification Bot) [20:56:39] 03(mod) Atom feed gives http time out error - 10https://bugzilla.wikimedia.org/55763 +comment (10mail) [20:56:48] drdee: if you pull the latest change from mediawiki-vagrant, delete mediawiki/LocalSettings.php (not ./LocalSettings.php!), and run 'vagrant provision', it should fix it [20:57:30] 03(NEW) "Anonymous" hiding IP address until hover is not useful - 10https://bugzilla.wikimedia.org/55850 major; MediaWiki extensions: Flow; () [20:59:12] Anyone else ever get the feeling that firebug mocks your suffering as you're debuggging? [20:59:54] who needs firebug with the native debugging tools of firefox? :P [21:01:02] ori-l will do so! ty so much! [21:01:25] Vulpix: Firebug's better if you turn the script tab off. Firefox's dev console's a bit too touchy about some mediawiki stuff and it clouds my results [21:06:22] What's going to be the next LTS mw release? [21:07:01] 1.23, i think [21:07:02] !lts [21:07:03] There is no such key, you probably want to try: !defaultsettings, !parsoid-test, !tests, [21:07:22] * VanishedUser2138 hugs MatmaRex. [21:07:28] hm. [21:07:56] VanishedUser2138: https://www.mediawiki.org/wiki/Version_lifecycle#Versions_and_their_end-of-life [21:08:15] Thankee. [21:08:54] !lts is Current long-term support release is 1.19. The next will be 1.23, and so on. https://www.mediawiki.org/wiki/Version_lifecycle#Versions_and_their_end-of-life [21:08:55] Key was added [21:09:05] 03(mod) Investigate crashers in https://gerrit.wikimedia.org/r/#/c/90180/ - 10https://bugzilla.wikimedia.org/55820 +comment (10gerritadmin) [21:09:22] 03(NEW) No way to easily see history of header - 10https://bugzilla.wikimedia.org/55851 normal; MediaWiki extensions: Flow; () [21:12:34] 03(mod) Sync custom template/en/custom/global/user-error.html.tmpl with upstream - 10https://bugzilla.wikimedia.org/55828 +comment (10gerritadmin) [21:13:58] 03(mod) Sync custom template/en/custom/global/user-error.html.tmpl with upstream - 10https://bugzilla.wikimedia.org/55828 +comment (10Daniel Zahn) [21:21:30] MatmaRex: Why do my strings keep turning into dom elements? [21:22:10] Ulfr: dunno. what are you doing to them? [21:22:41] Like seriously, this is driving me nuts. I return the string from an each loop which is pushed into an array. I alert the string before it leaves the loop and all's well. Once it's outside it only points to it's former object [21:23:52] Ulfr: are you sure you want each() and not map()? [21:24:08] MatmaRex: map in two dimensions makes my brain hurt [21:25:00] I have a variable number of divs holding a variable number of text inputs, and I just want to concatenate based on which div it came from [21:25:40] Ulfr: So you want the result to be an array of strings, one for each div? [21:25:58] RoanKattouw: Right. They're supposed to be API queries [21:26:18] I can map the divs, and then my brain cringes for some reason when I try to think about how to get to the inner values [21:28:00] OK, so [21:28:22] Any idea why my upload file page would not allow me to select some files? [21:29:17] $divs.map( function () { var gathered = ''; $(this).find('input').each( function() { gathered += $(this).val(); } ); return gathered; } ); [21:29:19] something like that? [21:31:51] RoanKattouw: That's very similar to what I have, it's just that it starts as a string and comes back as a reference [21:32:12] 03(mod) enabling wgDebugFunctionEntry triggers infinite loop - 10https://bugzilla.wikimedia.org/55818 +comment (10tylerromeo) [21:32:52] Ulfr: Could you pastebin what you have then? [21:33:02] RoanKattouw: BY ODINS BEARD [21:33:11] hahaha [21:34:04] RoanKattouw: That was joy not outrage [21:34:24] I figured [21:34:53] Do you care about which string came from which div BTW? [21:35:09] Because you could do something like return { id: $(this).attr('id'), text: gathered }; at the end [21:35:34] RoanKattouw: http://www.wikidoc.org/index.php/Widget:KeywordSearch is the source [21:35:44] RoanKattouw: http://www.wikidoc.org/index.php/User:Matt_Pijoan/KeywordSearch is the call [21:35:52] It's just a way of userproofing keyword searches [21:37:09] RoanKattouw: I am aware the output has been mooshed and isn't technically usable, but poorly formatted is SO much better than trasnmogrified mysteriously [21:37:21] hahaha [21:37:48] I can't tell if the debian package is broken or what [21:37:59] certainly the 'documentation' is no help [21:38:02] koanhead: Be a badass, download from source! [21:38:16] looks like I will have to [21:38:31] koanhead: It's honestly way better than letting some crummy package run roughshod [21:39:05] 03(mod) Atom feed gives http time out error - 10https://bugzilla.wikimedia.org/55763 +comment (10mail) [21:39:16] thing is I feel obligated to try troubleshooting the package anyway so as to file bugs &c [21:39:21] 03(mod) Please enable MediaWiki-Bugzilla extension in Wikitech - 10https://bugzilla.wikimedia.org/46908 +comment (10dvanliere) [21:39:27] its the Debian Way after all [21:39:27] 03(mod) Undefined variable: txt in RSSParser.php on line 376 - 10https://bugzilla.wikimedia.org/55763 summary (10T. Gries) [21:39:42] koanhead: There's charity, and there's insanity [21:41:20] 03(mod) Special:PasswordReset could use some design love - 10https://bugzilla.wikimedia.org/40040 -easy ; +comment (10Matthew Flaschen) [21:43:03] 03(mod) Undefined variable: txt in RSSParser.php on line 376 - 10https://bugzilla.wikimedia.org/55763 +comment (10gerritadmin) [21:43:04] 03(mod) Undefined variable: txt in RSSParser.php on line 376 - 10https://bugzilla.wikimedia.org/55763 (10Gerrit Notification Bot) [21:44:23] 03(mod) Undefined variable: txt in RSSParser.php on line 376 - 10https://bugzilla.wikimedia.org/55763 +comment (10mail) [21:45:39] 03(mod) Undefined variable: txt in RSSParser.php on line 376 - 10https://bugzilla.wikimedia.org/55763 +comment (10mail) [21:47:17] 03(mod) Undefined variable: txt in RSSParser.php on line 376 - 10https://bugzilla.wikimedia.org/55763 +comment (10gerritadmin) [21:50:44] 03(mod) Undefined variable: txt in RSSParser.php on line 376 - 10https://bugzilla.wikimedia.org/55763 +comment (10T. Gries) [22:09:52] 03(NEW) Set cursor: magnify on thumbnails when extension is enabled - 10https://bugzilla.wikimedia.org/55852 normal; MediaWiki extensions: MultimediaViewer; () [22:10:24] 03(NEW) Scroll down in lightbox view could maybe close the lightbox and continue scrolling on page - 10https://bugzilla.wikimedia.org/55853 normal; MediaWiki extensions: MultimediaViewer; () [22:23:42] 03(mod) Profiles heuristics - 10https://bugzilla.wikimedia.org/55627 +comment (10vbamba) [22:43:12] 03(mod) Add global variable to disable newPP limit report - 10https://bugzilla.wikimedia.org/26792 +comment (10gerritadmin) [22:46:58] 03(mod) Add global variable to disable newPP limit report - 10https://bugzilla.wikimedia.org/26792 (10Sam Reed (reedy)) [22:48:20] 03(mod) PDOException ('There is no active transaction') after upgrading SQLite database from 1.16.5 to 1.21.1 when user is set in wgDBuser - 10https://bugzilla.wikimedia.org/49254 +comment (10gerritadmin) [22:50:32] 03(mod) PDOException ('There is no active transaction') after upgrading SQLite database from 1.16.5 to 1.21.1 when user is set in wgDBuser - 10https://bugzilla.wikimedia.org/49254 (10Tim Starling) [22:58:34] 03(NEW) http/https redirect gone wrong for Special:UserLogin?type=signup on test2wiki - 10https://bugzilla.wikimedia.org/55854 major; Wikimedia: SSL related; () [22:59:45] where in the wiki files are the error pages kept? [23:00:07] 03(mod) http/https redirect gone wrong for Special:UserLogin?type=signup on test2wiki - 10https://bugzilla.wikimedia.org/55854 +comment (10Chris McMahon) [23:00:38] c, what error pages? [23:01:24] well one of them is like [23:01:34] "This wiki is experiencing technical difficulties" or something [23:01:37] and has a search box [23:08:12] "Sorry! This site is experiencing technical difficulties. Try waiting a few minutes and reloading." [23:10:14] MaxSem ^ [23:11:55] do you want to change the text or the look? [23:12:18] the look is mostly includes/Exception.php [23:13:15] both [23:13:32] 03(NEW) Reference dialog not interpreting citation template correctly - 10https://bugzilla.wikimedia.org/55855 normal; VisualEditor: General; () [23:16:55] c: http://git.wikimedia.org/blob/mediawiki%2Fphp%2Fwmerrors.git/5f1bbb82ff8298f585e7d90bdcaabb4ac360e617/error.html [23:18:04] which is (I believe) pulled into php-fatal-error.html in operations/mediawiki-config [23:20:44] there is no operations directory [23:22:18] operations/mediawiki-config is a repository http://git.wikimedia.org/blob/operations%2Fmediawiki-config.git/81931c4e408465a8575e63e2fb07bc89c7d9966b/php-fatal-error.html [23:26:01] ori-l: how does that help me change the look on my end [23:27:13] it doesn't; there is an elaborate DRM setup on git.wikimedia.org that would thwart any attempt to copy the HTML and paste it into a text editor [23:28:51] my wiki doesn't communicate with git.wikimedia.org? [23:30:59] 03(mod) enabling wgDebugFunctionEntry triggers infinite loop - 10https://bugzilla.wikimedia.org/55818 +comment (10gerritadmin) [23:31:02] 03(mod) enabling wgDebugFunctionEntry triggers infinite loop - 10https://bugzilla.wikimedia.org/55818 (10Gerrit Notification Bot) [23:37:16] 03(mod) term cannot be changed for courses, in some cases - 10https://bugzilla.wikimedia.org/55568 +comment (10andrew.green.df) [23:38:32] ori-l [23:42:39] 03(mod) http/https redirect gone wrong for Special:UserLogin?type=signup on test2wiki - 10https://bugzilla.wikimedia.org/55854 +comment (10Chris McMahon) [23:44:46] 03(mod) Investigate crashers in https://gerrit.wikimedia.org/r/#/c/90180/ - 10https://bugzilla.wikimedia.org/55820 +comment (10gerritadmin) [23:48:20] 03(NEW) Removing stub template removes too many lines - 10https://bugzilla.wikimedia.org/55856 normal; VisualEditor: General; () [23:48:30] 03(mod) Removing stub template removes too many lines - 10https://bugzilla.wikimedia.org/55856 (10WhatamIdoing) [23:52:40] 03(mod) Re-opening the lightbox doesn't work - 10https://bugzilla.wikimedia.org/55488 +comment (10mtraceur) [23:52:47] 03(mod) term cannot be changed for courses, in some cases - 10https://bugzilla.wikimedia.org/55568 +comment (10andrew.green.df) [23:54:23] 03(mod) Re-opening the lightbox doesn't work - 10https://bugzilla.wikimedia.org/55488 +comment (10mtraceur) [23:55:00] 03(mod) remove static.wikipedia.org ?! - 10https://bugzilla.wikimedia.org/55809 +comment (10sam)