enterprisey

Results 47 comments of enterprisey

ok, the relevant function is handleSubmit in submissions.js. In that function you want afchSubmission, which is the submission object, to use the current timestamp and ignore the timestamp that's previously...

I changed the draft in your userspace to show the issue: https://test.wikipedia.org/wiki/User:Prernajha2609/Testing_AFCH. Note that when you try to submit it, the ts= parameter starts with 2019 instead of the current...

yes, currently there is nothing related to the timestamp; you'll have to add some code that sets the timestamp

Make sure your code is setting the right template parameter. I suspect setting `ts` in the same way that the existing code sets `u` should work. I improved the logging...

you will first need to remove the second and third `{{AfC submission}}` lines in the current version of the draft. to put it into the "draft" status (gray box only)....

You shouldn't have to make any edits to the draft page for this bug, but anyway, you need to click the "Publish Changes" button on the bottom to make an...

I can't help without more details, including what you're trying to do, what you've tried, what the current error is (and if there's no error, what you expect to see...

@satcasm So there are two changes. Let's call all subcategories of [Category:Draft articles](https://en.wikipedia.org/wiki/Category:Draft_articles) "draft categories". Then these "draft categories" should: 1. not be "disabled" during the cleaning process (in the...

The comment is inaccurate; changing `[[Category:Foo]]` to `[[:Category:Foo]]` is "disabling" it (or to be completely accurate, "changing it to a link"). So I mean that this line of code should...

In both of those functions, `text` is the whole text of the page; you may want to pass a function as the second parameter to `replace` in cleanUp.