Russ Housley
268b99bd56
Add downward references to telechat moderator package and Secretariat telechat pages. Commit ready for merge.
...
- Legacy-Id: 16087
2019-03-23 15:36:07 +00:00
Henrik Levkowetz
bde205b4ab
Added filtering by meeting for the UrlResource admin.
...
- Legacy-Id: 16086
2019-03-23 15:05:05 +00:00
Ryan Cross
2842ad12bb
Fix issue where cancelling one break session causes other breaks to get cancelled. Fixes #2699 . Commit ready for merge.
...
- Legacy-Id: 16085
2019-03-23 14:49:33 +00:00
Henrik Levkowetz
34d6fa41d1
Changed docker/updatedb to use https:// as cloudflare doesn't do the right thing for our http:// any more.
...
- Legacy-Id: 16084
2019-03-23 09:20:56 +00:00
Henrik Levkowetz
b610f0b099
Added a skipIf() decorator for a test which should not be run unless the ghostscript binary is available in the test environment.
...
- Legacy-Id: 16076
2019-03-23 08:38:22 +00:00
Robert Sparks
6dc25cae1a
Bring time series stats back into line with what was before. Note there was an off-by-one-day bug in the month-binning in prior releases.
...
- Legacy-Id: 16075
2019-03-20 20:04:06 +00:00
Robert Sparks
81c5b5091a
Made some docevent creation more consistent. Addressed the TODOs added during the refactor.
...
- Legacy-Id: 16049
2019-03-19 18:48:05 +00:00
Henrik Levkowetz
7224e06f3d
Set version info and settings back to development mode
...
- Legacy-Id: 16047
2019-03-19 18:01:30 +00:00
Henrik Levkowetz
65d486cba5
Set version info to release version 6.94.1 before branching.
...
- Legacy-Id: 16045
2019-03-19 18:01:16 +00:00
Henrik Levkowetz
bb8f1f70b0
Changelog entry for 6.94.1
...
- Legacy-Id: 16044
2019-03-19 18:01:08 +00:00
Henrik Levkowetz
0bfa0eae0b
Code coverage data for release 6.94.1
...
- Legacy-Id: 16043
2019-03-19 18:00:57 +00:00
Henrik Levkowetz
1c641cde94
Updated bower-managed static web assets
...
- Legacy-Id: 16042
2019-03-19 17:38:28 +00:00
Robert Sparks
9c53cd0953
Repaired a couple of iesg/agenda related templates.
...
- Legacy-Id: 16041
2019-03-19 15:24:31 +00:00
Robert Sparks
1e7238b71b
Templates missing from last commit
...
- Legacy-Id: 16040
2019-03-18 21:16:22 +00:00
Robert Sparks
f57fb6b8a6
Added the ability to withdraw individual assignments. Added the ability to mark individual assignments no-response.
...
- Legacy-Id: 16039
2019-03-18 21:15:20 +00:00
Robert Sparks
da3174ab68
Improved several views.
...
- Legacy-Id: 16038
2019-03-18 19:41:07 +00:00
Henrik Levkowetz
23ad24d2aa
Put a length limit to generated cache keys in stats/views.py, to avoid tickling memcached's limit of 250.
...
- Legacy-Id: 16037
2019-03-17 11:16:38 +00:00
Robert Sparks
4b147f2ef8
More cleanup and correction. Caught a pervasive misuse of a state-name
...
- Legacy-Id: 16036
2019-03-15 20:39:06 +00:00
Robert Sparks
3678d20b0b
Some cleanup around stats. Things are well except for the time series graphs.
...
- Legacy-Id: 16035
2019-03-15 16:50:59 +00:00
Henrik Levkowetz
56543d565c
Changed sending of PubReq messages to explicitly use on-behalf-of, without Reply-To. Reply-To is picked up as requestor by RT. Fixes issue #2691 anew.
...
- Legacy-Id: 16034
2019-03-14 21:31:40 +00:00
Henrik Levkowetz
02a9bae906
Changed etherpad server address from etherpad.tools.ietf.org to etherpad.ietf.org.
...
- Legacy-Id: 16033
2019-03-14 21:03:27 +00:00
Robert Sparks
334767fa6f
Some admin tweaks and removal of a dead template. Tests all pass now. Functionality is still not right.
...
- Legacy-Id: 16032
2019-03-14 19:14:33 +00:00
Robert Sparks
0856990683
Checkpoint. Most tests do not fail. Oddness with an API resource, and with one template's coverage
...
- Legacy-Id: 16031
2019-03-14 18:39:40 +00:00
Robert Sparks
a4db66564c
Checkpoint. Ended up chasing group.views_review before stats.
...
- Legacy-Id: 16030
2019-03-13 22:02:10 +00:00
Henrik Levkowetz
e3ef3c7f3b
Set version info and settings back to development mode
...
- Legacy-Id: 16028
2019-03-13 15:10:05 +00:00
Henrik Levkowetz
4e16244cd8
Set version info to release version 6.94.0 before branching.
...
- Legacy-Id: 16026
2019-03-13 15:09:51 +00:00
Henrik Levkowetz
e7ef6b234c
Changelog entry for 6.94.0
...
- Legacy-Id: 16025
2019-03-13 15:09:43 +00:00
Henrik Levkowetz
01c70dfecc
Code coverage data for release 6.94.0
...
- Legacy-Id: 16024
2019-03-13 15:09:31 +00:00
Henrik Levkowetz
2c290ce663
Merged in [16022] from rcross@amsl.com:
...
Modify IPR Patent number regex to allow Italian format, XX[15 digits]. Fixes #2694 .
- Legacy-Id: 16023
Note: SVN reference [16022] has been migrated to Git commit c3688872fd
2019-03-13 14:31:25 +00:00
Ryan Cross
c3688872fd
Modify IPR Patent number regex to allow Italian format, XX[15 digits]. Fixes #2694 . Commit ready for merge
...
- Legacy-Id: 16022
2019-03-12 21:52:20 +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
682ddee8e4
Reverted earlier application of on_behalf_of() at mail sending call points, and instead did all on_behalf_of processing in condition_message(). Added insertion of Reply-To header fields in this case. Changed all use of the mail-sending 'extra' parameters to use value lists. Updated a bunch of tests accordingly.
...
- Legacy-Id: 16020
2019-03-11 17:01:33 +00:00
Henrik Levkowetz
fc18cd93d4
Tweaked coverage_changes command. I suspect this would benefit from a rewrite.
...
- Legacy-Id: 16019
2019-03-11 16:52:09 +00:00
Henrik Levkowetz
9a96018b89
Updated release coverage
...
- Legacy-Id: 16018
2019-03-11 16:51:06 +00:00
Henrik Levkowetz
cce8032ba5
Removed a statement about IETF being an activity of the Internet Society from a template file, and tweaked the remaining text.
...
- Legacy-Id: 16017
2019-03-09 15:02:32 +00:00
Henrik Levkowetz
df42be5d0c
Converted a test to use .assertIn() instead of .assertTrue(... in ...) for better failure reports.
...
- Legacy-Id: 16016
2019-03-09 14:56:47 +00:00
Henrik Levkowetz
4fd9247bc4
Tweaks to group_features_group_filter()
...
- Legacy-Id: 16015
2019-03-07 23:35:47 +00:00
Henrik Levkowetz
e52d1e68ec
Refactored some templates to reduce materials page permission lookups from ~2*#sessions to just a few.
...
- Legacy-Id: 16014
2019-03-07 23:25:02 +00:00
Henrik Levkowetz
9e36246a91
Rewrote a function to be more readable and actually do the right thing. This moved some filtering from database into code, but it seems acceptable here.
...
- Legacy-Id: 16013
2019-03-07 23:22:14 +00:00
Robert Sparks
b85052fe63
Checkpoint. Lots of tests will still fail. Reordered some migrations. Brought about half of the ietf.doc.views_review views into line with the new models. Next step is the other half.
...
- Legacy-Id: 16012
2019-03-07 23:08:14 +00:00
Henrik Levkowetz
267e9eebc6
Transitioned group/views.py to unicode strings
...
- Legacy-Id: 16011
2019-03-07 14:58:49 +00:00
Henrik Levkowetz
aad7a9a834
Improved a somewhat misleading UI for adding account email addresses. Fixes issue #2692 .
...
- Legacy-Id: 16010
2019-03-07 14:56:06 +00:00
Henrik Levkowetz
d698eb98df
Changed the on-behalf-of name template from 'On behalf of ...' to '... via Datatracker' to make name come first.
...
- Legacy-Id: 16009
2019-03-07 14:42:11 +00:00
Henrik Levkowetz
d57088b1f3
Modified one call and one exception point related to on_behalf_of() use for email sending.
...
- Legacy-Id: 16008
2019-03-06 19:13:15 +00:00
Henrik Levkowetz
8a669909bc
Changed ietf/utils/mail.py to use unicode strings, and changed a call in ietf/reviv/utils.py to use unicode for mail Subject, to fix a server 500 issue.
...
- Legacy-Id: 16007
2019-03-06 16:57:00 +00:00
Henrik Levkowetz
17824652cb
Set version info and settings back to development mode
...
- Legacy-Id: 16005
2019-03-05 17:53:12 +00:00
Henrik Levkowetz
57e5ea2feb
Set version info to release version 6.93.0 before branching.
...
- Legacy-Id: 16003
2019-03-05 17:53:02 +00:00
Henrik Levkowetz
199875f497
Changelog entry for 6.93.0
...
- Legacy-Id: 16002
2019-03-05 17:52:55 +00:00
Henrik Levkowetz
3211072a99
Code coverage data for release 6.93.0
...
- Legacy-Id: 16001
2019-03-05 17:52:48 +00:00
Henrik Levkowetz
3df14efd95
Updated bower-managed static web assets
...
- Legacy-Id: 16000
2019-03-05 17:30:15 +00:00