[16:52:32] Anyone got any bright ideas about apparently orphaned pages in MW? [16:52:41] There's a page row for the page... MW is behaving like the pages don't exist [16:52:48] But the page, revision and text are all there.. [16:59:43] AllPages seems to think it's there [16:59:45] but on the page it doesn't [16:59:59] action=info [16:59:59] Page length (in bytes) 0 [16:59:59] Page ID 0 [19:26:43] * Switch controlling legacy case-insensitive classloading. [19:26:43] * Do not disable if your wiki must support data created by PHP4, or by [19:26:43] * MediaWiki 1.4 or earlier. [19:26:44] */ [19:26:46] $wgAutoloadAttemptLowercase = true; [19:26:51] Why do we still have this? :P [20:05:39] Reedy you can deftly get rid of that :) [20:30:06] Reedy: it's for stuff that got serialized in the database with a different case class name [20:48:16] legoktm: Is that really still an issue now? [21:04:26] Reedy: fairly sure it still is [21:04:52] really really old revisions and stuff [21:04:56] hmm [22:24:56] anomie: About? [22:38:42] Reedy: is that fixed by 325790? [22:38:49] https://gerrit.wikimedia.org/r/#/c/325790/ [22:39:25] tgr: It looks likely.. yeah [22:41:12] in other words, yay serialize() [22:43:32] https://gerrit.wikimedia.org/r/327659 fixes the undefined $param [22:44:45] shouldn't that warning containt $listType instead of the params? [22:44:50] or alongside them, at least [22:44:51] tgr: anomie: Quick sanity check - does something come to mind as recent cause for this? greg-g: [22:45:00] sorry meant to paste: https://phabricator.wikimedia.org/T153374 [22:45:19] (not g reg) [22:45:23] tgr: Probably [22:45:31] heh [22:47:35] Krinkle: the spec page hand-assigns tab order to the form controls, and maybe it does not recognize info fields [22:47:55] but I don't recall changes to that since June [22:49:35] it's in AuthManagerSpecialPage::addTabIndex [22:51:18] if you don't do that then tabbing will start with search and whatnot [22:51:48] but maybe it's not really needed if the first field has autofocus? [22:51:59] not sure how that affects accessibility tools [22:54:04] Krinkle: uh, sorry, wrote that before reading the task properly [22:54:25] I can't repro the bug in Chrome [22:54:37] I was using Safari [22:54:41] but assumed it was cross-browser [22:54:55] indeed, doesn't happen in Chrome. Interesting [22:55:14] or Firefox [22:56:00] it does skip the help and oassword recovery link, which is a bit awkward, and I'm pretty sure that's that way since June, but not any of the inputs [23:01:34] tgr: Confirmed fixed on mw.o, thanks! :D