Henrik Levkowetz
05c5abed53
Added a missing migration
...
- Legacy-Id: 16263
2019-06-16 13:18:06 +00:00
Henrik Levkowetz
be92e6b868
Removed an incorrect log.unreachble() invocation.
...
- Legacy-Id: 16262
2019-06-15 21:32:15 +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
83efb34962
- Legacy-Id: 16260
2019-06-14 21:22:20 +00:00
Henrik Levkowetz
061d532231
Test commit
...
- Legacy-Id: 16259
2019-06-14 21:16:43 +00:00
Henrik Levkowetz
eeb20ca435
Test commit
...
- Legacy-Id: 16258
2019-06-14 21:15:06 +00:00
Henrik Levkowetz
9b709b15bf
Test commit
...
- Legacy-Id: 16257
2019-06-14 21:14:46 +00:00
Henrik Levkowetz
ee66c55d0e
Test commit
...
- Legacy-Id: 16256
2019-06-14 21:14:31 +00:00
Henrik Levkowetz
cc68354d5e
Test commit
...
- Legacy-Id: 16255
2019-06-14 21:02:22 +00:00
Henrik Levkowetz
b5093da3da
Test commit
...
- Legacy-Id: 16254
2019-06-14 20:59:54 +00:00
Henrik Levkowetz
8e5bdf06aa
Test commit
...
- Legacy-Id: 16253
2019-06-14 20:56:40 +00:00
Henrik Levkowetz
a8327ad21d
Test commit
...
- Legacy-Id: 16252
2019-06-14 20:55:00 +00:00
Henrik Levkowetz
274cef934d
Test commit
...
- Legacy-Id: 16251
2019-06-14 20:53:24 +00:00
Henrik Levkowetz
0122ac5bdd
Test commit
...
- Legacy-Id: 16250
2019-06-14 20:45:06 +00:00
Henrik Levkowetz
a2cafded25
Changed DocAlias to be many-to-many, in order to be able to handle STD aliases referring to multiple RFCs.
...
- Legacy-Id: 16249
2019-06-14 20:38:14 +00:00
Robert Sparks
427d9fe34e
Removed the IETF chair as a recipient of new IPR disclosures if there is no group or active document to send them to. Fixes #2727 . Commit ready for merge.
...
- Legacy-Id: 16248
2019-06-14 18:18:11 +00:00
Henrik Levkowetz
df08d82d88
Set version info and settings back to development mode
...
- Legacy-Id: 16246
2019-06-14 13:31:02 +00:00
Henrik Levkowetz
02409c4b8f
Set version info to release version 6.97.1 before branching.
...
- Legacy-Id: 16244
2019-06-14 13:30:51 +00:00
Henrik Levkowetz
b431e9bd38
Changelog entry for 6.97.1
...
- Legacy-Id: 16243
2019-06-14 13:30:44 +00:00
Henrik Levkowetz
ee66caf07c
Code coverage data for release 6.97.1
...
- Legacy-Id: 16242
2019-06-14 13:30:35 +00:00
Henrik Levkowetz
42f6cb0255
- Legacy-Id: 16241
2019-06-14 12:15:32 +00:00
Henrik Levkowetz
c545648a44
Updated bower-managed static web assets
...
- Legacy-Id: 16240
2019-06-14 11:20:11 +00:00
Henrik Levkowetz
d300a82845
Added validation of draft names extracted from XML submission files.
...
- Legacy-Id: 16239
2019-06-12 22:06:53 +00:00
Henrik Levkowetz
5e796292ff
Added class inheritance from 'object'.
...
- Legacy-Id: 16238
2019-06-12 21:31:42 +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
c80827190d
Adjusted some static resources.
...
- Legacy-Id: 16236
2019-06-08 13:51:58 +00:00
Henrik Levkowetz
b5ad7dbf49
Updated references of RFC 5226 to RFC 8126, which obsoletes it. Fixes issue #2726 .
...
- Legacy-Id: 16235
2019-06-07 12:30:21 +00:00
Henrik Levkowetz
0bef48de2d
Tweaked the patch name to include the commit number if available.
...
- Legacy-Id: 16234
2019-06-07 12:29:16 +00:00
Henrik Levkowetz
f4e2352eed
Fixed the 'Request closing group' button incorrectly showing for group chairs. Fixes issue #2724 .
...
- Legacy-Id: 16233
2019-06-05 14:16:14 +00:00
Henrik Levkowetz
0bc7af8e0f
Syntax fix
...
- Legacy-Id: 16231
2019-06-03 15:02:19 +00:00
Henrik Levkowetz
47cbb8cf1b
Moved some explicit URLs from code and templates to settings (related to www6 cleanup).
...
- Legacy-Id: 16230
2019-06-03 14:53:30 +00:00
Henrik Levkowetz
94de3e0f7e
Refined the handling of draft xml version 3 versus version 2.
...
- Legacy-Id: 16229
2019-06-03 14:51:34 +00:00
Henrik Levkowetz
fac6433641
Added a comment in settings.py
...
- Legacy-Id: 16227
2019-06-01 16:00:01 +00:00
Henrik Levkowetz
1f949d758c
- Legacy-Id: 16226
2019-05-27 14:04:01 +00:00
Henrik Levkowetz
9733908fff
Removed a patch from the list of package patches to apply.
...
- Legacy-Id: 16225
2019-05-23 18:16:29 +00:00
Henrik Levkowetz
4986f50c85
Set version info and settings back to development mode
...
- Legacy-Id: 16222
2019-05-23 15:10:46 +00:00
Henrik Levkowetz
47c04e0618
Set version info to release version 6.97.0 before branching.
...
- Legacy-Id: 16220
2019-05-23 15:10:04 +00:00
Henrik Levkowetz
b8a93cd92e
Changelog entry for 6.97.0
...
- Legacy-Id: 16219
2019-05-23 15:09:47 +00:00
Henrik Levkowetz
6a55f09e1d
Code coverage data for release 6.97.0
...
- Legacy-Id: 16218
2019-05-23 15:09:25 +00:00
Henrik Levkowetz
6e41663a7c
Removed a patch that has now been applied upstream.
...
- Legacy-Id: 16217
2019-05-23 14:29:00 +00:00
Henrik Levkowetz
3647162c4c
Updated bower-managed static web assets
...
- Legacy-Id: 16216
2019-05-23 14:22:19 +00:00
Henrik Levkowetz
6e5b2f11dc
Removed Matt from the release email recipients.
...
- Legacy-Id: 16215
2019-05-23 14:15:05 +00:00
Henrik Levkowetz
be99a475ae
Added a link to the meeting registration page to the meetings menu.
...
- Legacy-Id: 16214
2019-05-22 19:20:22 +00:00
Henrik Levkowetz
6f0d17fd00
Added a link to the registration page from the meeting 'Important Dates' page.
...
- Legacy-Id: 16213
2019-05-22 19:18:28 +00:00
Henrik Levkowetz
8e6eb3068a
Builds on [16168]. Removed additional instances of links to unposted IPR disclosures that would result in 404 pages.
...
- Legacy-Id: 16212
Note: SVN reference [16168] has been migrated to Git commit 17db4cd4a4
2019-05-16 19:43:25 +00:00
Henrik Levkowetz
a62e029932
After feedback from the RFC-Editor staff, changed the URL POST notification of Group name changes to an Email notification.
...
- Legacy-Id: 16210
2019-05-15 18:40:23 +00:00
Henrik Levkowetz
b34b51cab9
Added .ics links for future meetings to the group meetings tab.
...
- Legacy-Id: 16209
2019-05-15 12:21:57 +00:00
Henrik Levkowetz
de471d4e18
Added a signal receiver for notifications to the RFC editor about changed Group names.
...
- Legacy-Id: 16208
2019-05-14 13:59:32 +00:00
Henrik Levkowetz
cda1d5eb32
Added sample notification JWT signature verification code to /api/index.html.
...
- Legacy-Id: 16207
2019-05-14 13:06:18 +00:00
Henrik Levkowetz
f1ab5a78f1
Updated settings with EC/P-256 api keys (JWT does not support RS2048, which is what we had). Added a variable for RFC Editor group name notifications, with a placeholder value.
...
- Legacy-Id: 16206
2019-05-14 13:04:58 +00:00