Henrik Levkowetz
|
02105889b6
|
Tweaked the mime type validator so it can be called also when there's no required mime types.
- Legacy-Id: 14779
|
2018-03-13 13:54:04 +00:00 |
|
Henrik Levkowetz
|
07229b7406
|
Use an empty iterable instead of None in the valid upload mime-types settings when there's no required mime type, in order to simplify other code.
- Legacy-Id: 14778
|
2018-03-13 13:52:50 +00:00 |
|
Henrik Levkowetz
|
c4bb28325a
|
Feed back encoding information to the FileUploadForm when doing mime type validation, for later use in decoding.
- Legacy-Id: 14777
|
2018-03-13 13:51:00 +00:00 |
|
Henrik Levkowetz
|
2b52919c5e
|
Added sanitize_document() and replaced sanitize_html() with sanitize_fragment() in utils.html
- Legacy-Id: 14776
|
2018-03-13 13:21:41 +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
|
f3f77dce48
|
Changed order of arguments in a test assert for better error legibility.
- Legacy-Id: 14774
|
2018-03-13 12:38:53 +00:00 |
|
Henrik Levkowetz
|
f7305447ba
|
Updated PLAN
- Legacy-Id: 14773
|
2018-03-12 16:03:44 +00:00 |
|
Henrik Levkowetz
|
9d65d46b8c
|
Set version info and settings back to development mode
- Legacy-Id: 14771
|
2018-03-12 15:01:34 +00:00 |
|
Henrik Levkowetz
|
2a3cf59410
|
Set version info to release version 6.75.0 before branching.
- Legacy-Id: 14769
|
2018-03-12 15:00:58 +00:00 |
|
Henrik Levkowetz
|
9d89415483
|
Changelog entry for 6.75.0
- Legacy-Id: 14768
|
2018-03-12 15:00:44 +00:00 |
|
Henrik Levkowetz
|
0f7d69a96b
|
Code coverage data for release 6.75.0
- Legacy-Id: 14767
|
2018-03-12 15:00:03 +00:00 |
|
Henrik Levkowetz
|
724f1ceccc
|
Added xmpp as an acceptable protocol in links when sanitizing.
- Legacy-Id: 14766
|
2018-03-12 13:17:41 +00:00 |
|
Henrik Levkowetz
|
5e147af541
|
Tweaked some icalendar urls to avoid collisions.
- Legacy-Id: 14765
|
2018-03-11 21:21:09 +00:00 |
|
Henrik Levkowetz
|
1954fc1d9f
|
Tweaked the iCalendar urls, and added a test for interim meeting iCalendar files.
- Legacy-Id: 14764
|
2018-03-10 18:06:54 +00:00 |
|
Henrik Levkowetz
|
a11cdd3b20
|
Expanded iCanendar generation to include interim meetings.
- Legacy-Id: 14763
|
2018-03-10 11:25:10 +00:00 |
|
Henrik Levkowetz
|
fac3053d48
|
Fixed an issue with the milestone edit changes.
- Legacy-Id: 14762
|
2018-03-09 21:27:58 +00:00 |
|
Henrik Levkowetz
|
cb051a7f59
|
Changed the handling of the milestone edit form to defer deletion if deletion is indicated together with other changes to the same milestone. Instead emit a warning, and ask for deletion without simultaneous changes to the milestone.
- Legacy-Id: 14761
|
2018-03-09 20:05:09 +00:00 |
|
Henrik Levkowetz
|
9287ce2b3b
|
If there are both milestone changes and a deletion marked for a milesone, show both 'Changed' and 'Deleted' labels on the review form.
- Legacy-Id: 14760
|
2018-03-09 20:03:34 +00:00 |
|
Henrik Levkowetz
|
4f7cd5159f
|
Updated changelog entry for release 6.75.0.
- Legacy-Id: 14759
|
2018-03-09 18:56:39 +00:00 |
|
Henrik Levkowetz
|
2d195a787c
|
Changelog entry for release 6.75.0.
- Legacy-Id: 14758
|
2018-03-09 18:00:42 +00:00 |
|
Henrik Levkowetz
|
e5bc9c2e9a
|
Removed the use of os.chdir() during patching, instead passing the found library path to the patcher.
- Legacy-Id: 14757
|
2018-03-09 17:54:24 +00:00 |
|
Henrik Levkowetz
|
cf9804f659
|
Adjusted the format of a patch.
- Legacy-Id: 14756
|
2018-03-09 17:52:32 +00:00 |
|
Henrik Levkowetz
|
229d84a144
|
Added a patch to patch.py to not change directories during patching.
- Legacy-Id: 14755
|
2018-03-09 17:51:40 +00:00 |
|
Henrik Levkowetz
|
89470dece4
|
Removed unwanted path elements from a patch file.
- Legacy-Id: 14754
|
2018-03-09 15:50:29 +00:00 |
|
Henrik Levkowetz
|
3b7a191feb
|
Removed a debug print statement
- Legacy-Id: 14753
|
2018-03-09 15:49:25 +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
|
1df3c715d0
|
Replaced the use of (at least in Django 1.11) buggy urlize() with bleach.linkify(), to avoid some exceptions caused by malformed urlize output, exposed by the new sanitize_html(). Also removed some dead code.
- Legacy-Id: 14751
|
2018-03-09 12:00:15 +00:00 |
|
Henrik Levkowetz
|
cd10ba5669
|
Made some per-group and per-session iCalendar links show only if occurring in the future.
- Legacy-Id: 14750
|
2018-03-08 22:47:00 +00:00 |
|
Henrik Levkowetz
|
7ce7b62242
|
Added some warning ignore stanzas for django 2.0 deprecations related to libs.
- Legacy-Id: 14749
|
2018-03-08 22:45:30 +00:00 |
|
Henrik Levkowetz
|
94415ecd0d
|
Updated minimum requirements
- Legacy-Id: 14748
|
2018-03-08 19:13:50 +00:00 |
|
Henrik Levkowetz
|
278f5928ce
|
Tweaked bin/commitlog
- Legacy-Id: 14747
|
2018-03-08 18:46:50 +00:00 |
|
Henrik Levkowetz
|
1c7beb831f
|
Added individual session icalendar links on the group materials pages.
- Legacy-Id: 14746
|
2018-03-08 18:38:25 +00:00 |
|
Henrik Levkowetz
|
2fd344f810
|
Tweaks to handle text types better and make set operation clearer.
- Legacy-Id: 14745
|
2018-03-07 21:10:47 +00:00 |
|
Henrik Levkowetz
|
802f201d81
|
Modified the sanitizer and upload handler to strip also the content of some tags, and to produce valid files (if the content is otherwise valid).
- Legacy-Id: 14744
|
2018-03-07 19:00:24 +00:00 |
|
Henrik Levkowetz
|
6e5e50c78c
|
Added an error message for missing email in extracted author information during automated draft submission.
- Legacy-Id: 14743
|
2018-03-07 16:42:57 +00:00 |
|
Henrik Levkowetz
|
df5c3af747
|
Changed the minimum version requirement on six, to match the needs of html5lib.
- Legacy-Id: 14742
|
2018-03-07 13:28:38 +00:00 |
|
Henrik Levkowetz
|
5964cdd880
|
Removed unused data.
- Legacy-Id: 14741
|
2018-03-07 08:24:43 +00:00 |
|
Henrik Levkowetz
|
51b5303191
|
Included mailing lists for groups in state 'bof' on the non-WG mailing list page, as that seems to match people's expectations better. Thiw was triggered by the observation that the 'iasa20' list was not listed on the page.
- Legacy-Id: 14740
|
2018-03-06 20:39:14 +00:00 |
|
Henrik Levkowetz
|
2828683cee
|
Replaced html sanitization code that called html5lib directly with calls to bleach, and upgraded the requirements to let us use the latest html5lib and bleach.
- Legacy-Id: 14739
|
2018-03-06 18:35:34 +00:00 |
|
Henrik Levkowetz
|
b92ad2f992
|
Added sanitization of uploaded html content for session agendas and minutes, and did some refactoring of the upload form classes.
- Legacy-Id: 14738
|
2018-03-06 15:55:30 +00:00 |
|
Henrik Levkowetz
|
27914a0a90
|
Limited the lenght of the ipr document summary to 128, in order to not produce overlong message subjects. Fixes a server 500 from 5 Mar 2018.
- Legacy-Id: 14737
|
2018-03-06 12:22:03 +00:00 |
|
Henrik Levkowetz
|
6cccabe03c
|
The datatracker /html/ URLs don't currently accept revision numbers. Fix the URL in the announcement email for the time being, and improve the urls in the upcoming revisit of htmlized draft pages.
- Legacy-Id: 14736
|
2018-03-05 21:57:08 +00:00 |
|
Henrik Levkowetz
|
28536bb293
|
Fixed a typo. Fixes issue #2466.
- Legacy-Id: 14735
|
2018-03-05 21:37:22 +00:00 |
|
Henrik Levkowetz
|
430f313cec
|
Set version info and settings back to development mode
- Legacy-Id: 14733
|
2018-03-04 16:07:52 +00:00 |
|
Henrik Levkowetz
|
687d1e1466
|
Set version info to release version 6.74.0 before branching.
- Legacy-Id: 14731
|
2018-03-04 16:07:42 +00:00 |
|
Henrik Levkowetz
|
ec43b09ce4
|
Changelog entry for 6.74.0
- Legacy-Id: 14730
|
2018-03-04 16:07:36 +00:00 |
|
Henrik Levkowetz
|
dd1e03d3ea
|
Code coverage data for release 6.74.0
- Legacy-Id: 14729
|
2018-03-04 16:07:24 +00:00 |
|
Henrik Levkowetz
|
784f436ff9
|
Backed out part of the previous change.
- Legacy-Id: 14727
|
2018-03-03 19:48:30 +00:00 |
|
Henrik Levkowetz
|
5c6222f919
|
Updated settings.
- Legacy-Id: 14726
|
2018-03-03 18:33:53 +00:00 |
|
Henrik Levkowetz
|
ad2139dc8f
|
Fixed a settings typo.
- Legacy-Id: 14725
|
2018-03-03 18:30:19 +00:00 |
|