Ben Kurtovic
ed7a8df355
Tweak display a bit.
pirms 8 gadiem
Ben Kurtovic
167f169def
Fix JS.
pirms 8 gadiem
Ben Kurtovic
e6e83ed73c
Revert "ast.literal_eval -> json.loads"
This reverts commit 6d940b5c92
.
pirms 8 gadiem
Ben Kurtovic
21bbbbdfea
Reorder/tweak template more.
pirms 8 gadiem
Ben Kurtovic
cd5b6e472c
Tweak wording, minor fixes.
pirms 8 gadiem
Ben Kurtovic
1100757cc9
Bugfix.
pirms 8 gadiem
Ben Kurtovic
77a02b5c83
Bugfix?
pirms 8 gadiem
Ben Kurtovic
0692227496
Cleanup/tweaks, mainly to rendering.
pirms 8 gadiem
Ben Kurtovic
6d940b5c92
ast.literal_eval -> json.loads
pirms 8 gadiem
Ben Kurtovic
83f5588354
Disable turnitin by default for now, until we confirm it works as expected.
pirms 8 gadiem
Ben Kurtovic
d31e24fc62
Merge pull request #24 from fhocutt/master
Add integration with turnitin/plagiabot/EranBot
pirms 8 gadiem
Ben Kurtovic
f84a0b471b
Make the 'Compare' link always produce a permalink.
pirms 8 gadiem
Frances Hocutt
9a4dde1613
Update Turnitin option label
pirms 8 gadiem
Frances Hocutt
4e994f1302
Refactor turnitin.py, incorporate diff link/timestamp
* Add a wiki timestamp parser to copyvios/misc.py
* Refactor copyvios/turnitin.py for more sensible structure
* Update templates/index.mako to incorporate diff link/timestamp and
make it clearer that Turnitin is revision-based checking
pirms 9 gadiem
Frances Hocutt
6cafb14991
Fix wrapping issue; start reworking report display
pirms 9 gadiem
Frances Hocutt
8161bcec54
Fix CSS margin to match other boxes
pirms 9 gadiem
Frances Hocutt
1ffa87da0b
Improve turnitin.py docstrings, fix bugs
pirms 9 gadiem
Frances Hocutt
bf0aa22fa9
[WIP] improve docstrings and naming, mark TODO
pirms 9 gadiem
Frances Hocutt
f0bbb29621
[WIP] Improve style and turnitin report display
pirms 9 gadiem
Frances Hocutt
efe2300250
[WIP] Basic working integration of turnitin
Add a checkbox to allow searching the EranBot/plagiabot database for
Turnitin results, and display them in a similar form to the on-wiki
EranBot reports if they exist.
Add a new module (copyvios/turnitin.py) to handle fetching and parsing
the EranBot results.
Bug: https://phabricator.wikimedia.org/T110144
TODO: tweak display HTML/CSS; refactor/clean up turnitin.py;
improve dev set-up so it doesn't always default to testwiki
and can test without hardcoding page title
pirms 9 gadiem
Ben Kurtovic
8d5ade9d84
Clarify.
pirms 9 gadiem
Ben Kurtovic
ad033a6e2b
Pass excluded URL data to the API.
pirms 9 gadiem
Ben Kurtovic
91f41d93a8
Fix chain table display with text overflow.
pirms 9 gadiem
Ben Kurtovic
321e6e3352
Support new 'excluded' column in database.
pirms 9 gadiem
Ben Kurtovic
1e1c48bded
Handle excluded URLs in results.
pirms 9 gadiem
Ben Kurtovic
4092cbc0f6
Keep all workers' backgrounds in sync, and ensure they update at 00:00 UTC.
pirms 9 gadiem
Ben Kurtovic
2cac9463aa
Fix typos.
pirms 9 gadiem
Ben Kurtovic
0e2292eba0
Bugfixes -- Flask's documentation is broken regarding this.
pirms 9 gadiem
Ben Kurtovic
016742402f
Force client-side purging of CSS/JS when updated.
pirms 9 gadiem
Ben Kurtovic
991aabf390
Use word-wrap instead of word-break.
pirms 9 gadiem
Ben Kurtovic
e1ef1e25d8
Make display less ridiculous when dealing with really long URLs.
pirms 9 gadiem
Ben Kurtovic
ff15ab71fb
Make the notice auto-collapsible with JS.
pirms 9 gadiem
Ben Kurtovic
b325ef84cd
Support general/update notices.
pirms 9 gadiem
Ben Kurtovic
1327f57404
Fix backgrounds when the image has been moved.
pirms 9 gadiem
Ben Kurtovic
5839f74850
Update for new uWSGI stuff.
pirms 9 gadiem
Ben Kurtovic
eb980dc27a
Update copyright year.
pirms 10 gadiem
Ben Kurtovic
5d1960db81
Try Access-Control-Allow-Origin: * for API responses.
pirms 10 gadiem
Ben Kurtovic
f2c1d5b853
Make cache.langs, cache.projects sorted lists.
pirms 10 gadiem
Ben Kurtovic
b116c7e473
Try to fix log dump to ~/error.log location.
pirms 10 gadiem
Ben Kurtovic
9444f03fd9
Ugly solution for escaping URLs in permlinks.
pirms 10 gadiem
Ben Kurtovic
5896730ef0
Make compare links use oldids.
pirms 10 gadiem
Ben Kurtovic
c8ca290d8e
Actually grab the correct revision ID.
pirms 10 gadiem
Ben Kurtovic
3879805136
Paren fix, grr.
pirms 10 gadiem
Ben Kurtovic
9e36e3d5b7
Fix string concating.
pirms 10 gadiem
Ben Kurtovic
487eb6196e
Add a permalink to result pages.
pirms 10 gadiem
Ben Kurtovic
248c7e876a
Fix bug in Javascript.
pirms 10 gadiem
Ben Kurtovic
8321a22f05
Log user-facing exceptions in app log.
pirms 10 gadiem
Ben Kurtovic
091d2e9b6c
Simplify short-circuit message.
pirms 10 gadiem
Ben Kurtovic
0f4ecfe80a
Auto-bypass cache when cache_possible_miss is True.
pirms 10 gadiem
Ben Kurtovic
81552f28d3
Bugfix; missed column.
pirms 10 gadiem