[08:57:24] (PS2) Dev-zero: Load mediawiki.action.edit when displaying a text area input [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/98111 [09:27:42] (CR) Foxtrott: [C: 1] "Looks good to me, but someone else (Yaron?) must TEST and then approve." [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/98111 (owner: Dev-zero) [09:54:52] (CR) Kghbln: "Great that you like it. However this would still have to be merged now. :) Don't ask me how - I have no clue." [extensions/SemanticWebBrowser] - https://gerrit.wikimedia.org/r/97745 (owner: Kghbln) [10:26:20] (CR) bkaempgen: "Hi Karsten, could it be that you only can merge it since you are the owner of that patch? Is there a merge button somewhere?" [extensions/SemanticWebBrowser] - https://gerrit.wikimedia.org/r/97745 (owner: Kghbln) [17:01:49] is there a way to modify the action when using Semantic Forms? [17:02:18] what I mean is: if I use Special:FormEdit/MyForm to create a new page then the action is "view" [17:02:58] most extensions for the wikiEditor follow the development guide for the wikiEditor and don't get activated unless the action is "edit" or "preview" [17:04:43] dev-zero: Probably not without patching SF [17:06:32] FoxT: and would such a patch be welcome? [17:08:30] dev-zero: If it improves things without breaking stuff, why not. [17:08:47] hmm, the problem is: I have no idea what it could break [17:09:50] Yeah, that is a problem indeed. SF is rather underdeveloped when it comes to test coverage [17:10:13] FoxT: *argh* my patch breaks the wikiEditor completely [17:10:50] Hmm. [17:13:33] ... or maybe not. It works when using debug=true [17:13:35] wtf? [17:14:07] Try emptying the browser cachre [17:14:54] anyhow, the problem seems to be that jquery.wikiEditor.publish gets pulled in which tries to lookup '#editpage-copywarn p' which doesn't exist in this context [17:15:02] tried (ctrl+F4 on ff) [17:15:10] s/F4/F5 [17:18:14] but I guess it's a caching issue nevertheless, chromium does it right [17:26:25] ah, it's not my patch [17:26:48] seems that my patch makes it worse sometimes, but the bug was already there before [17:27:19] ... and the bug is responsible that I get the "Edit summary", "Minor edit" and "Watch this page" twice on my form pages [22:06:23] how can I figure out which forms give me the "Warning: More than one default form is defined for this page" ? [22:06:37] the page is in exactly one top-level category [22:13:46] nevermind, figured it out: if there is a schema on a category it automatically sets the default form property