[13:00:02] morning [13:57:01] Morning. [20:10:10] is anyone here experienced with the UploadWizard extension? I'm trying to configure its required fields and having no luck (out of the box it refuses to complete an upload without date, license, and description) [20:21:29] ianj: Are you trying to set those fields to not be required? [20:21:34] yes [20:22:02] I don't want any fields to be required other than the bare minimum necessary to upload an image to mediawiki using the default file uploader. [20:22:24] It's been a while since I worked with UploadWizard (before I joined the WMF). I think what you're looking for is in mw.UploadWizardDetails.js [20:22:34] thanks; I'll look there. [20:22:59] I'm also open to suggestions of alternatives, but it looks like UploadWizard is the most polished at the moment [20:23:15] "dateDetails" or something similar should point you in the right direciton. [20:23:21] *direction [20:37:35] ianj: there's no configuration for this, UploadWizard is unfortunately quite tied to how Wikimedia Commons does things [20:37:43] so it seems [20:37:48] I'm trying to edit the source right now [20:38:15] ianj: for the date, the code is in /resources/details/uw.DateDetailsWidget.js, function getErrors() [20:38:45] ianj: for licenses… i'm not even sure how you'd disable this, without rewriting a lot of stuff [20:38:53] huh. [20:39:16] I don't suppose there is a generic batch uploader extension anywhere. [20:39:29] one that isn't hardcoded to adhere to the rules of one specific site [20:44:08] I just managed to edit the Description field to not be required [20:44:10] still working on date. [21:25:02] ianj: You could use mw.Upload.Dialog in core, but it doesn't do batches out of the box. [21:25:41] you mean the default uploader, or something else? [22:42:58] ianj: mw.Upload.Dialog is a JavaScript library you can use, with some modifications, to do whatever you need [22:43:51] * Platonides thinks that the same can ve said about any turing-complete technology [22:43:57] oh [22:44:00] qwll [22:44:02] *well [22:44:12] :) [22:44:14] I wasn't exactly looking to get in the business of writing my own mediawiki extensions from scratch [22:44:27] but I'll file that bit of information just in case. [23:40:01] I need help connecting to my database! [23:42:19] I need help connecting to my database!