[00:53:17] gwicke: Looks like {{defaultsort:}} isn't handled as a behavior switch (but as a template) yet? [00:55:32] RoanKattouw: defaultsort is not implemented yet [00:56:38] Ok [00:57:25] RoanKattouw: it does round-trip though [00:57:50] Hmm [00:57:54]
  1. foo
[00:58:11] That doesn't have any RDFa telling me it's generated content, does it? [00:58:34] I'm not sure if data-object="references" points back to some other DOM node but I don't think so [00:58:41] can implement it if you actually want to make it editable, but otherwise it won't be needed in the JS implementation [00:58:53] Yeah, it looks like defaultsort and [[Category:]] currently just use mw:Placeholder [00:58:58] RoanKattouw: references are not yet encapsulated, subbu is working on that already [00:59:05] Right now I'm not really after editability, just alienation [00:59:33] It looks like if I alienate anything with element.typeof.match( /^mw:/ ) I'll be set, right? [00:59:39] RoanKattouw: the rule still is: alienate anything with mw: prefix you don't know about [00:59:59] and never implement editing for mw:Placeholder ;) [01:00:00] (As a temp hack while we come up with a proper registration system for these RDFa types, currently we don't listen for any) [01:00:07] Other than mw:WikiLink I suppose ... [01:00:17] gwicke, RoanKattouw i should have a fix for the references tag in a little while .. unless i get stuck for some reason. [01:00:27] Awesome [01:00:33] subbu: What will the HTML output look like? [01:00:38] (roughyl) [01:00:51] one sec .. [01:00:57] RoanKattouw: it will have a typeof starting with mw:.. [01:01:07] OK [01:01:22]
    ...
[01:01:45] Alright [01:01:47] RoanKattouw: make sure you catch link elements too [01:02:08] and don't have element handlers so they're already alienated [01:02:19] This isn't ideal because they render as empty alien boxes and you can remove them and stuff [01:02:25] We'll have to come up with a good UI affordance for them [01:02:31] And a better way to represent them in the DM [01:03:07] (Like, if you accidentally select across paragraphs and delete the placeholder for __NOEDITSECTION__ that way, we should readd __NOEDITSECTION__ at the bottom of the page) [01:03:56] I still hope that those switches are moved out of the page content at some point [01:04:07] gwicke: You're only using rel= and typeof= for types, right? (And property=, but that's -only) [01:04:07] but until then you'll have to deal with them.. [01:04:14] Yeah [01:05:24] RoanKattouw: pretty much, plus stuff connected to it with about [01:05:34] Ugh, right [01:05:50] I'm gonna have to deal with that too aren't I [01:05:52] please don't restrict property to meta elements [01:06:07] I'm not going to do that just yet [01:06:09] we might add it to other elements too in the future [01:06:13] What other things would you use property= on? [01:06:56] there are no concrete plans, just keep it general for now [01:17:15] OK [01:17:44] So I'll alienate anything with rel || typeof || property starting with mw: unless recognized (only links now) [01:18:00] It'll have to be hacky because there's no registration interface for this stuff yet [01:18:09] robla: can we schedule HTML5 for next week and jfdi? [01:18:25] Man how often has /that/ been said :D [01:18:33] RoanKattouw: yes, that should work, plus the about stuff [01:18:38] We've done it before :p [01:19:48] I would normally just say "yes", but next week is a particularly crappy week to do that sort of change [01:20:18] how about the first week after the all-staff? [01:21:36] oh, right....forgot, possibly no Reedy that week [01:21:41] gah [01:21:51] I'll lilkely be about midweek [01:21:59] And earlier.. [01:22:05] I'm certainly not completely offline [01:22:41] well, I'm fine with making Monday, September 17 the big day [01:23:03] we can basically double up with the mediawiki.org deploy window [01:23:29] That works [01:25:12] IIRC you sent a notification about this being "in the near future"? [01:26:10] yeah, I just put it here: http://wikitech.wikimedia.org/view/Software_deployments [01:26:32] Speaking of config changes like that [01:26:35] I'd like to roll out CORS tomorrow [01:26:47] I'd originally planned it for today, but since I'm swapping 20% days ... [01:26:49] Reedy: could you send out mail to wikitech-l saying "yeah, that thing...we're doing it" [01:27:09] Will do "tomorrow" (ie post sleep) [01:27:11] It shouldn't be a big deal, just a config change that will result in certain headers being set for certain API requests [01:27:22] But I'll schedule it for some time outside the MW upgrade deploy window anyway [01:29:33] Reedy: sounds great, thanks [07:32:13] siebrand: morning :) I tried to remove the ../_shared/build.xml symbolic links, did not work that well :) [07:32:22] that broke Mediawiki builds :( [10:04:28] New patchset: Hashar; "ant: mw extensions dependencies support" [integration/jenkins] (master) - https://gerrit.wikimedia.org/r/22712 [10:09:41] Change merged: Hashar; [integration/jenkins] (master) - https://gerrit.wikimedia.org/r/22712 [11:09:18] New patchset: Hashar; "disable Ext-Narayam (has no PHPUnit tests)" [integration/jenkins] (master) - https://gerrit.wikimedia.org/r/22715 [11:09:37] Change merged: Hashar; [integration/jenkins] (master) - https://gerrit.wikimedia.org/r/22715 [12:22:29] back [13:39:18] New patchset: Hashar; "fix antcall from