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
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
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
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
Henrik Levkowetz
91ee536322
Renamed some datetime fields from 'time' to 'modified', to match their semantics, and changed them to use auto_now=True. This should fix an issue with outdated timestamps on some meeting-related objects.
...
- Legacy-Id: 14724
2018-03-03 14:44:58 +00:00
Henrik Levkowetz
5573dc00d0
Find person by email during draft submission also if email case doesn't match.
...
- Legacy-Id: 14723
2018-03-02 21:27:13 +00:00
Henrik Levkowetz
4c6aa091b1
Added date information to the 'scheduled session' emails, and also a link to an ical file for the group sessions. Fixes issue #2461 .
...
- Legacy-Id: 14722
2018-03-02 16:43:56 +00:00
Henrik Levkowetz
578960c9f6
Tweaked some meeting-related admin classes for better search and display.
...
- Legacy-Id: 14721
2018-03-02 16:42:20 +00:00
Henrik Levkowetz
1d24c34f32
Added some CSS classes for use in the group meeting page.
...
- Legacy-Id: 14720
2018-03-02 16:41:28 +00:00
Henrik Levkowetz
3564ba18fa
Added a test for the per-group and per-session ical pages.
...
- Legacy-Id: 14719
2018-03-02 16:40:36 +00:00
Henrik Levkowetz
7820e3e3d8
Added links to per-session ical entries to the group meetings page and to draft pages, when a page shows sessions where a draft is on the agenda.
...
- Legacy-Id: 14718
2018-03-02 16:39:43 +00:00
Henrik Levkowetz
92864c233d
Refactored ical_agenda() to be more general. Added parameters and code to permit generation of per-group and per-session ical pages. Added url entries for per-group and per-session ical pages. Changed some parameter names to better reflect their semantics ('session'->'acronym').
...
- Legacy-Id: 14717
2018-03-02 16:37:58 +00:00
Henrik Levkowetz
770762ff99
Merged in [14715] from rjsparks@nostrum.com:
...
Make a more appropriate review message when a BoF has an initial charter under consideration. Fixes #2458 .
- Legacy-Id: 14716
Note: SVN reference [14715] has been migrated to Git commit 975522af35
2018-02-28 23:09:22 +00:00
Robert Sparks
975522af35
Make a more appropriate review message when a BoF has an initial charter under consideration. Fixes #2458 . Commit ready for merge.
...
- Legacy-Id: 14715
2018-02-28 20:54:56 +00:00
Henrik Levkowetz
de0c60884f
Added a missing pyflakes pragma.
...
- Legacy-Id: 14713
2018-02-28 16:58:35 +00:00
Henrik Levkowetz
28bd9eadda
Make sure that sessions listed in session scheduling notification emails are listed in time order. Fixes issue #2460 .
...
- Legacy-Id: 14712
2018-02-28 13:28:51 +00:00
Henrik Levkowetz
0800304b67
Added TeX escaping utility functions and template filters. Removed
...
html escaping and added TeX escaping for relevant parts of the bibtext
template. Fixes issue #2459 .
- Legacy-Id: 14711
2018-02-27 18:15:21 +00:00
Henrik Levkowetz
93633cd1e7
Removed an option which could disagree with memcached.
...
- Legacy-Id: 14710
2018-02-27 18:00:05 +00:00
Henrik Levkowetz
9ffe1e425a
Reverted unintentional commit
...
- Legacy-Id: 14709
2018-02-27 17:58:25 +00:00
Henrik Levkowetz
a5db4d00de
Updated PLAN
...
- Legacy-Id: 14708
2018-02-27 17:55:43 +00:00
Henrik Levkowetz
9a456b8b52
Set version info and settings back to development mode
...
- Legacy-Id: 14706
2018-02-26 15:03:50 +00:00
Henrik Levkowetz
be45e49aaa
Set version info to release version 6.73.0 before branching.
...
- Legacy-Id: 14704
2018-02-26 15:03:27 +00:00
Henrik Levkowetz
d0e6833ab3
Updated bower-managed static web assets
...
- Legacy-Id: 14701
2018-02-26 14:35:05 +00:00
Henrik Levkowetz
6e1d4d45d8
Added some missing migrations
...
- Legacy-Id: 14697
2018-02-25 20:08:37 +00:00
Henrik Levkowetz
1389775488
Added some missing migrations.
...
- Legacy-Id: 14696
2018-02-25 20:06:50 +00:00
Henrik Levkowetz
1ed8e967e7
Merged in ^/personal/henrik/6.72.1-django-1.11@14676: Upgrade to Django 1.11
...
- Legacy-Id: 14695
2018-02-25 19:55:16 +00:00
Henrik Levkowetz
dcbd28f048
Adjusted ordering for a number of meeting-related models to make the most relevant entries appear first in lists and drop-downs. Fixes issue #2457 .
...
- Legacy-Id: 14694
2018-02-23 22:12:53 +00:00
Henrik Levkowetz
ffb94fca76
Set version info and settings back to development mode
...
- Legacy-Id: 14692
2018-02-23 17:17:17 +00:00
Henrik Levkowetz
aac990906d
Set version info to release version 6.72.4 before branching.
...
- Legacy-Id: 14690
2018-02-23 17:16:54 +00:00
Henrik Levkowetz
00a97a47fe
Changed an exception handling to not depend on exceptions having a .msg element
...
- Legacy-Id: 14687
2018-02-23 14:48:18 +00:00
Henrik Levkowetz
8a9dcfc856
Call the xml2rfc parser with normalize=True, in alignment with xml2rfc internal use.
...
- Legacy-Id: 14686
2018-02-23 13:46:28 +00:00
Henrik Levkowetz
742ad090fc
Changed the floorplan short string from 2 to 3 characters, in order to support things like London Hilton Metropole's level -3E, 3rd lower ground floor East.
...
- Legacy-Id: 14685
2018-02-22 22:40:56 +00:00
Henrik Levkowetz
5192440c9e
Rewrote the head-of-rotation review assignment loop to guarantee that it will terminate. This should fix the 'gateway timeout' issues we've seen lately, when review request volume in some review teams have been such that multiple assignments to the head of queue members have triggered the issue.
...
- Legacy-Id: 14684
2018-02-22 22:18:19 +00:00
Henrik Levkowetz
ec22dfd09b
Set version info and settings back to development mode
...
- Legacy-Id: 14682
2018-02-22 18:33:46 +00:00