Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show copyvio warning #197

Merged
merged 1 commit into from Dec 28, 2021
Merged

show copyvio warning #197

merged 1 commit into from Dec 28, 2021

Conversation

siddharthvp
Copy link
Member

getting a good testcase for this is tricky as CopyPatrol folks appear to be quick to fix copyvios, and once fixed this warning will not be shown.

But you could hack in mw.config.get( 'wgCurRevisionId', json.pagetriagelist.pages[ 0 ].copyvio ) in the code to see the warning.

Closes #194

@enterprisey
Copy link
Contributor

Whoa!!! That's awesome! I had no idea bots could do that. This PR is a very high priority for me.

@siddharthvp
Copy link
Member Author

@enterprisey
Copy link
Contributor

Thanks!

@enterprisey enterprisey merged commit 636c0bc into master Dec 28, 2021
@siddharthvp siddharthvp deleted the copyvio branch February 17, 2022 13:38
ptsgrn added a commit to ptsgrn/afch-rewrite that referenced this pull request Mar 2, 2022
* replaced https with http (wikimedia-gadgets#207)

* Updates to server.js: new setup

* properly enable mockItUp in server.js

* Show live preview while writing comments (wikimedia-gadgets#199)

* Handle slashes in article titles (wikimedia-gadgets#198)

Closes wikimedia-gadgets#110.

* Add comment to title subpage logic

* show copyvio warning (wikimedia-gadgets#197)

* Avoid use of deprecated token types (wikimedia-gadgets#192)

'edit' and 'options' token types are deprecated in favour of csrf token. Have used the function postWithEditToken() here that uses csrf token - which should be more stable than using `postWithToken( 'csrf', ... )`.

* Remove {{promising draft}}, and unify template removal logic (wikimedia-gadgets#189)

* update readme: npm start runs npm install automatically

* Remove acceptance form fields whose values aren't used (wikimedia-gadgets#191)

Values entered here have been unused since persondata was removed in wikimedia-gadgets@9632e4fd (2015).

* Use toolforge cdn's hogan, fixing licensing issue

https://en.wikipedia.org/wiki/Wikipedia:Miscellany_for_deletion/MediaWiki:Gadget-afchelper.js/core.js

* Revert "Use toolforge cdn's hogan, fixing licensing issue "

This reverts commit 7b87347.

* server.js: clarify instructions

* Log page name for mockItUp edits

* resolve nowiki issue

when this was uploaded, the hogan part would contain some stuff that
would get misread as a mediawiki template, so this change adds a
"banner" in the grunt concat config that puts a nowiki tag at the top
(and, as a side effect - hopefully harmless - a random nowiki in the
middle).

* Fix comment preview (wikimedia-gadgets#218)

- fix afc comment template - previous version did not work with some custom signatures
- hide comment preview after text box is emptied

* Show live preview for decline/reject reasons (wikimedia-gadgets#211)

As requested en.wikipedia.org/w/index.php?title=Wikipedia_talk:WikiProject_Articles_for_creation&diff=1066284130

* Add warning is submitter is blocked (wikimedia-gadgets#219)

* Support adding/editing short description (wikimedia-gadgets#196)

Co-authored-by: Diksha <75247382+dikshatakyar@users.noreply.github.com>
Co-authored-by: Enterprisey <danielhglus@gmail.com>
Co-authored-by: Siddharth VP <siddharthvp@gmail.com>
Co-authored-by: gullyn <74876079+gullyn@users.noreply.github.com>
ptsgrn added a commit to ptsgrn/afch-rewrite that referenced this pull request Apr 17, 2022
* replaced https with http (wikimedia-gadgets#207)

* Updates to server.js: new setup

* properly enable mockItUp in server.js

* Show live preview while writing comments (wikimedia-gadgets#199)

* Handle slashes in article titles (wikimedia-gadgets#198)

Closes wikimedia-gadgets#110.

* Add comment to title subpage logic

* show copyvio warning (wikimedia-gadgets#197)

* Avoid use of deprecated token types (wikimedia-gadgets#192)

'edit' and 'options' token types are deprecated in favour of csrf token. Have used the function postWithEditToken() here that uses csrf token - which should be more stable than using `postWithToken( 'csrf', ... )`.

* Remove {{promising draft}}, and unify template removal logic (wikimedia-gadgets#189)

* update readme: npm start runs npm install automatically

* Remove acceptance form fields whose values aren't used (wikimedia-gadgets#191)

Values entered here have been unused since persondata was removed in wikimedia-gadgets@9632e4fd (2015).

* Use toolforge cdn's hogan, fixing licensing issue

https://en.wikipedia.org/wiki/Wikipedia:Miscellany_for_deletion/MediaWiki:Gadget-afchelper.js/core.js

* Revert "Use toolforge cdn's hogan, fixing licensing issue "

This reverts commit 7b87347.

* server.js: clarify instructions

* Log page name for mockItUp edits

* resolve nowiki issue

when this was uploaded, the hogan part would contain some stuff that
would get misread as a mediawiki template, so this change adds a
"banner" in the grunt concat config that puts a nowiki tag at the top
(and, as a side effect - hopefully harmless - a random nowiki in the
middle).

* Fix comment preview (wikimedia-gadgets#218)

- fix afc comment template - previous version did not work with some custom signatures
- hide comment preview after text box is emptied

* Show live preview for decline/reject reasons (wikimedia-gadgets#211)

As requested en.wikipedia.org/w/index.php?title=Wikipedia_talk:WikiProject_Articles_for_creation&diff=1066284130

* Add warning is submitter is blocked (wikimedia-gadgets#219)

* Support adding/editing short description (wikimedia-gadgets#196)

* l10n after sync with updtream

Co-authored-by: Diksha <75247382+dikshatakyar@users.noreply.github.com>
Co-authored-by: Enterprisey <danielhglus@gmail.com>
Co-authored-by: Siddharth VP <siddharthvp@gmail.com>
Co-authored-by: gullyn <74876079+gullyn@users.noreply.github.com>
ptsgrn added a commit to ptsgrn/afch-rewrite that referenced this pull request Aug 21, 2022
* replaced https with http (wikimedia-gadgets#207)

* Updates to server.js: new setup

* properly enable mockItUp in server.js

* Show live preview while writing comments (wikimedia-gadgets#199)

* Handle slashes in article titles (wikimedia-gadgets#198)

Closes wikimedia-gadgets#110.

* Add comment to title subpage logic

* show copyvio warning (wikimedia-gadgets#197)

* Avoid use of deprecated token types (wikimedia-gadgets#192)

'edit' and 'options' token types are deprecated in favour of csrf token. Have used the function postWithEditToken() here that uses csrf token - which should be more stable than using `postWithToken( 'csrf', ... )`.

* Remove {{promising draft}}, and unify template removal logic (wikimedia-gadgets#189)

* update readme: npm start runs npm install automatically

* Remove acceptance form fields whose values aren't used (wikimedia-gadgets#191)

Values entered here have been unused since persondata was removed in wikimedia-gadgets@9632e4fd (2015).

* Use toolforge cdn's hogan, fixing licensing issue

https://en.wikipedia.org/wiki/Wikipedia:Miscellany_for_deletion/MediaWiki:Gadget-afchelper.js/core.js

* Revert "Use toolforge cdn's hogan, fixing licensing issue "

This reverts commit 7b87347.

* server.js: clarify instructions

* Log page name for mockItUp edits

* resolve nowiki issue

when this was uploaded, the hogan part would contain some stuff that
would get misread as a mediawiki template, so this change adds a
"banner" in the grunt concat config that puts a nowiki tag at the top
(and, as a side effect - hopefully harmless - a random nowiki in the
middle).

* Fix comment preview (wikimedia-gadgets#218)

- fix afc comment template - previous version did not work with some custom signatures
- hide comment preview after text box is emptied

* Show live preview for decline/reject reasons (wikimedia-gadgets#211)

As requested en.wikipedia.org/w/index.php?title=Wikipedia_talk:WikiProject_Articles_for_creation&diff=1066284130

* Add warning is submitter is blocked (wikimedia-gadgets#219)

* Support adding/editing short description (wikimedia-gadgets#196)

* Add missing parentheses to Line 2559 to fix wikimedia-gadgets#103 (wikimedia-gadgets#224)

This fixes wikimedia-gadgets#103 by adding missing parentheses to Line 2559 so that the part before "isDecline ? 'declined' : 'rejected'" correctly appears in the edit summary.

* fix toomanyvalues API error (wikimedia-gadgets#239)

* switch to GitHub Actions continuous integration (wikimedia-gadgets#236)

* style: eslinting

Co-authored-by: Diksha <75247382+dikshatakyar@users.noreply.github.com>
Co-authored-by: Enterprisey <danielhglus@gmail.com>
Co-authored-by: Siddharth VP <siddharthvp@gmail.com>
Co-authored-by: gullyn <74876079+gullyn@users.noreply.github.com>
Co-authored-by: GeoffreyTrang <geoffreytrang@gmail.com>
Co-authored-by: NovemLinguae <79697282+NovemLinguae@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show possible copyvio alert in UI
2 participants