Lars Eggert
53089a94f6
And more fixes.
...
- Legacy-Id: 19902
2022-02-01 07:47:25 +00:00
Lars Eggert
335a39d4fc
More fixes.
...
- Legacy-Id: 19884
2022-01-28 13:00:47 +00:00
Lars Eggert
6ca6c35186
More fixes.
...
- Legacy-Id: 19829
2022-01-11 15:02:27 +00:00
Lars Eggert
448c6dbe9e
And more bs5 stuff
...
- Legacy-Id: 19717
2021-12-01 13:52:50 +00:00
Lars Eggert
021ba39712
Reindent all templates with djhtml
...
- Legacy-Id: 19610
2021-11-10 09:41:11 +00:00
Lars Eggert
9cf29baf5b
table-condensed -> table-sm
...
- Legacy-Id: 19589
2021-11-09 14:21:05 +00:00
Henrik Levkowetz
93e07f8650
Changed deprecated 'load staticfiles' to recommended 'load static'
...
- Legacy-Id: 18080
2020-06-27 13:51:19 +00:00
Henrik Levkowetz
426870b766
Merged in the Document and DocAlias primary key change and m2m work in ^/personal/henrik/6.96.1-docalias.
...
- Legacy-Id: 16261
2019-06-15 12:00:48 +00:00
Henrik Levkowetz
815602351f
This is a series of 50 migrations that changes the Document and DocAlias
...
primary keys from character strings to integers, and makes corresponding code
changes.
This was prompted by database limitations discovered when trying to make
DocAlias use a m2m document field; with 255 long strings as primary keys for
Document and DocAlias this violated the MySQL database limitations.
Changing the primary keys to integers should also improve efficiency.
Due to the data migrations which create the new integer primary keys and adds
corresponding integer foreign keys matching the previous string foreign keys
in all tables having foreign keys to Document and DocAlias, some of these
migrations take a long time. The total set of migrations are expected to have
a runtime on the order of 2 hours.
- Legacy-Id: 16237
2019-06-10 11:32:46 +00:00
Henrik Levkowetz
8726e74709
Merged in a refactoring of document review code from rjsparks@nostrum.com. This introduces ReviewAssignments, letting us do multiple assingments for a given RevieRequest, without conflating the assignments and their results with the request itself.
...
- Legacy-Id: 16177
2019-04-30 16:54:06 +00:00
Henrik Levkowetz
bb4fe3fbbf
Undid previous commit
...
- Legacy-Id: 16153
2019-04-22 19:22:42 +00:00
Robert Sparks
073ce55f6c
Checkpoint. ReviewTests pass, but others still fail of course. Next step is to address stats.
...
- Legacy-Id: 16021
2019-03-12 17:48:19 +00:00
Henrik Levkowetz
ab8e73aca5
Included django.utils.html.escape() in the linkify() code, and removed it from various templates, to make sure escape is consistently applied before linkify. Fixes issue #2492 .
...
- Legacy-Id: 15035
2018-04-09 16:36:07 +00:00
Henrik Levkowetz
6e9bb00f13
Changed html cleaning to differentiate between fragment cleaning and document cleaning. Added an lxml-based cleaner for document cleaning, also permitting <style> tags (but not external style sheets).
...
- Legacy-Id: 14775
2018-03-13 12:48:22 +00:00
Henrik Levkowetz
2c0348cc7a
Found that django's urlize() does not deal well with adjacent parantheses. Replaced it with a filter based on bleach.linkify, which does better.
...
- Legacy-Id: 14752
2018-03-09 15:07:04 +00:00
Henrik Levkowetz
34c32e1b71
Fixed a html nit.
...
- Legacy-Id: 14164
2017-09-24 12:04:15 +00:00
Henrik Levkowetz
2a62b8c39d
Fixed a couple of html issues.
...
- Legacy-Id: 14002
2017-07-29 11:41:52 +00:00
Tero Kivinen
b6e036b63e
Unified the review request views to use same template, so they all
...
show same data, in same format. Commit ready for merge.
- Legacy-Id: 13918
2017-07-15 17:21:58 +00:00
Robert Sparks
7c182375af
Change how we display review text to follow the tecnique used with other large blocks of pasted or imported text (shepherds writeups for instance). Fixes #2104 . Commit ready for merge.
...
- Legacy-Id: 12588
2016-12-19 20:38:51 +00:00
Henrik Levkowetz
2c27d5c611
Moved optional text wrapping before html escaping in markup_unicode(), used by get_unicode_document_content(). Fixes a problem with lines being wrapped when they should not be.
...
- Legacy-Id: 12480
2016-12-08 16:27:05 +00:00
Ole Laursen
4c7b2847ba
Add a utility function for extracting information about review
...
requests for a given set of teams/reviewers (making it trivial to
compute statistics), revamp the related doc event code to support this
by referencing the review request directly, add a reviewer overview
page with recent performance for each reviewer as well as
settings/unavailable periods. Fix some bugs and shuffle some of the
review code a bit around.
Finish the importer from the previous Perl-based review tool,
importing log entries, figuring out whether a given review is
early/telechat/last call and fixing corner cases.
- Legacy-Id: 12080
2016-10-03 15:52:32 +00:00
Ole Laursen
dd190b87fe
Follow replacements when displaying reviews for a draft on the
...
document page, too. Add a test to check that recursive replacements
are handled correctly. Polish the display a bit.
- Legacy-Id: 11847
2016-08-23 14:55:42 +00:00
Ole Laursen
9454c8bb9c
Show other reviews of document on the review document page
...
- Legacy-Id: 11784
2016-08-15 14:41:12 +00:00
Ole Laursen
c1783d4c8b
Bit more polish to the review page
...
- Legacy-Id: 11370
2016-06-14 16:10:22 +00:00
Ole Laursen
7a406bafc6
Polish the various review pages, adding bits of information here and
...
there
- Legacy-Id: 11363
2016-06-14 13:11:06 +00:00
Ole Laursen
0ed3d554d6
Add simple /doc/review-<foo> page for displaying a review, fix a
...
couple of bugs
- Legacy-Id: 11362
2016-06-14 12:48:08 +00:00