Henrik Levkowetz
e06ac44060
Added a migration to remove most duplicate 'Upload' doc events.
...
- Legacy-Id: 12098
2016-10-06 18:40:04 +00:00
Henrik Levkowetz
8a5593e714
When converting submission events to doc events, post them in chronological order. Don't add upload doc events until we're past the possibility of submission cancellation.
...
- Legacy-Id: 12097
2016-10-06 17:03:23 +00:00
Henrik Levkowetz
88a9c30600
Added a data migration to fix up incorrect submission doc events.
...
- Legacy-Id: 12073
2016-10-02 16:04:26 +00:00
Henrik Levkowetz
72cfe4cf68
Removed the creation of duplicate new revision doc events. Corrected the timestamp on approval docevents. Changed where the submission upload docevent is created, to avoid spurious events for cancelled uploads. Adjusted the person associated with some events from submitter to (System). Added tests for the sequence of events associated with a submission.
...
- Legacy-Id: 12072
2016-10-01 21:16:04 +00:00
Henrik Levkowetz
a9f879cd0e
Tweaked admin models.
...
- Legacy-Id: 12071
2016-10-01 13:36:31 +00:00
Henrik Levkowetz
ff5866367b
Tweaked the nonascii draft test template.
...
- Legacy-Id: 12067
2016-09-30 20:31:24 +00:00
Henrik Levkowetz
68655b569b
Fixed 2 testing bugs. Added tests for handling of submitters without email and drafts with non-ascii names in the author section.
...
- Legacy-Id: 12064
2016-09-30 17:35:35 +00:00
Henrik Levkowetz
da2c25182f
Code changes to handle draft submission authors without email addresses better.
...
- Legacy-Id: 12063
2016-09-30 10:48:46 +00:00
Henrik Levkowetz
613363cccc
Try various ways of handling non-ascii names/emails in draft submissions, in order to get past the early processing to the point where we run idnits and can flag non-ascii content, instead of failing with a server 500 error.
...
- Legacy-Id: 12053
2016-09-27 20:27:05 +00:00
Henrik Levkowetz
0378f4a2f6
Merged in [12014] from rjsparks@nostrum.com:
...
Improves who to copy when sending submission confirmation mail when authors change.
- Legacy-Id: 12044
Note: SVN reference [12014] has been migrated to Git commit 4f01de1b94
2016-09-26 18:47:23 +00:00
Henrik Levkowetz
7f772641d4
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
...
- Legacy-Id: 12035
2016-09-25 13:53:22 +00:00
Robert Sparks
4f01de1b94
Improves who to copy when sending submission confirmation mail when authors change. Commit ready for merge.
...
- Legacy-Id: 12014
2016-09-21 15:55:17 +00:00
Henrik Levkowetz
586eec7f2b
Made a reverse migration more robust.
...
- Legacy-Id: 11974
2016-09-11 11:59:05 +00:00
Henrik Levkowetz
9cb627f1cc
Made some migrations work backwards, too.
...
- Legacy-Id: 11964
2016-09-10 20:06:15 +00:00
Henrik Levkowetz
22b2953b18
Merged in ^/branch/scow/track-manual-id-posts-6.31.1.dev0, which provides secretariat support for managing draft submissions outside of the automated datatracker draft submission tool. In addition to making the secreatiat handling of draft submissions that come in by email or other paths easier, it also improves the datatracker submission and document history for these documents.
...
- Legacy-Id: 11959
2016-09-09 17:00:23 +00:00
Henrik Levkowetz
c1ce79f14d
Style tweak
...
- Legacy-Id: 11945
2016-09-08 18:30:03 +00:00
Henrik Levkowetz
254c3db807
Style changes.
...
- Legacy-Id: 11944
2016-09-08 17:37:36 +00:00
Henrik Levkowetz
47d6bbbea3
Renamed the SubmissionEmail event class to SubmissionEmailEvent, and added an admin class for it.
...
- Legacy-Id: 11942
2016-09-08 15:04:53 +00:00
Henrik Levkowetz
ec684e1b4e
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
...
- Legacy-Id: 11941
2016-09-08 14:48:59 +00:00
Henrik Levkowetz
a531b7cbc0
Removed BOM
...
- Legacy-Id: 11919
2016-09-02 09:27:44 +00:00
Henrik Levkowetz
be6065e6a5
Manual post naming and string tweaks
...
- Legacy-Id: 11918
2016-09-01 12:04:43 +00:00
Henrik Levkowetz
7a8c067d83
Changed a state name, and renamed some view functions for easier code reading. Removed extra name= parameters from the submit/ urlpatterns.
...
- Legacy-Id: 11917
2016-09-01 09:14:34 +00:00
Henrik Levkowetz
e2fccfb094
Merged in ^/branch/scow/track-manual-id-posts-6.31.1.dev0@11899, which provides better support for manual ID posting.
...
- Legacy-Id: 11914
2016-08-31 22:30:31 +00:00
Mike Douglass
fa3a34389e
Merge forward to 6.31.1.dev0
...
- Legacy-Id: 11899
2016-08-31 03:00:10 +00:00
Robert Sparks
b988b86b1a
Copy group chairs on confirmation email when a new group document revision is submitted that changes the author set. Fixes #1998 . Commit ready for merge.
...
- Legacy-Id: 11877
2016-08-25 15:52:51 +00:00
Robert Sparks
2009afe7b8
preparing to merge forward to 6.31
...
- Legacy-Id: 11875
2016-08-25 15:21:57 +00:00
Henrik Levkowetz
4b0a9360f0
Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method.
...
- Legacy-Id: 11840
2016-08-23 10:52:08 +00:00
Henrik Levkowetz
7f5863d212
Added a FIXME comment about a test which can fail if run across the midnight date shift.
...
- Legacy-Id: 11544
2016-07-07 12:40:41 +00:00
Henrik Levkowetz
5395c85ed7
Changed the acceptable mime type for uploaded xml files to be either text/xml or application/xml.
...
- Legacy-Id: 11280
2016-06-06 07:38:02 +00:00
Henrik Levkowetz
3eaef15fd5
Fixed a bug found by rjsparks@nostrum.com in the submission test text output.
...
- Legacy-Id: 11279
2016-06-06 07:37:05 +00:00
Henrik Levkowetz
72ba673bd8
Removed debug code.
...
- Legacy-Id: 11221
2016-05-22 15:47:05 +00:00
Henrik Levkowetz
a32b121efb
Changed some instances of error strings from ascii to unicode in order to avoid problems with unicode error messages, such as the file size indications generated by django.template.defaultfilters.filesizeformat().
...
- Legacy-Id: 11220
2016-05-22 14:40:37 +00:00
Henrik Levkowetz
deb2f73047
Merged in ^/branch/iola/community-list-cleanup-r11172@11175.
...
- Legacy-Id: 11182
2016-05-12 19:14:28 +00:00
Henrik Levkowetz
aa61123937
Modified a few tests to handle the improved handling of error messages (not conflating them with help text any more).
...
- Legacy-Id: 11181
2016-05-12 13:47:10 +00:00
Ole Laursen
9faae5e915
Merged community list branch with trunk
...
- Legacy-Id: 11174
2016-05-06 17:36:04 +00:00
Henrik Levkowetz
8769cc0207
Fixed bugs in the previous commit (in the tests).
...
- Legacy-Id: 11142
2016-05-03 17:16:17 +00:00
Henrik Levkowetz
304516f4b3
Added test directories for yang model tests.
...
- Legacy-Id: 11141
2016-05-03 16:40:09 +00:00
Henrik Levkowetz
d96f0fe964
Added a django management command to populate yang model libraries from RFCs and drafts.
...
- Legacy-Id: 11110
2016-04-08 17:18:54 +00:00
Henrik Levkowetz
97658ee40b
Fixed incomplete edit.
...
- Legacy-Id: 11027
2016-03-29 20:45:25 +00:00
Henrik Levkowetz
db3a3c3081
Added (belatedly) progress bars to some long-running migrations.
...
- Legacy-Id: 11025
2016-03-29 19:57:24 +00:00
Henrik Levkowetz
6b7faf3926
Added migrations for the submit check display work.
...
- Legacy-Id: 10998
2016-03-28 19:32:49 +00:00
Henrik Levkowetz
4b0b7e0c58
Merged in henrik/6.16.1-pyang-work@10995:
...
Added in support for displaying results from selected submission checks as symbols on draft pages and in draft lists. For now, that means that drafts with yang modules will show either a green or orange yang symbol, depending on the result of the submission yang validation check.
- Legacy-Id: 10996
2016-03-28 19:23:10 +00:00
Henrik Levkowetz
3012a8ceb6
Submission check symbols should only be shown when the check returned a result, not otherwise.
...
- Legacy-Id: 10995
2016-03-28 19:08:02 +00:00
Henrik Levkowetz
be2a2285bc
Added small orange or green yang symbols to draft info- and list-pages, signifying fail or pass for the submission yang validation.
...
- Legacy-Id: 10994
2016-03-28 18:47:53 +00:00
Ole Laursen
c061caaf04
Merge in changes from community-list-cleanup
...
- Legacy-Id: 10968
2016-03-23 13:31:24 +00:00
Henrik Levkowetz
7b65e2624f
Added another guard against varying pyang output format.
...
- Legacy-Id: 10966
2016-03-22 20:58:08 +00:00
Ole Laursen
c7589f9b6a
Integrate community lists for groups with the existing group documents
...
page. Each WG/RG now gets a list with an initial set of rules to
populate the list.
Refine the community list management interface a bit to support the
group lists better - group lists aren't connected to the usual track
icons so need to be able to add/remove individual drafts.
Change the "name contains" rule to support regular expressions to
enable each group to have a default replacement for the previously
implemented "related documents" search. Maintain a materialized view
of the regexp-matched drafts with a call in the submit code to avoid
having to scan all drafts/~1000 group rules all the time.
- Legacy-Id: 10963
2016-03-22 12:48:44 +00:00
Henrik Levkowetz
f52e21fb17
Put a guard in the yang validator against trying to read a draft which is absent from the staging area.
...
- Legacy-Id: 10958
2016-03-21 11:42:06 +00:00
Henrik Levkowetz
e0d1c0b313
Fixed a possible index error in the yang validator checker plugin.
...
- Legacy-Id: 10952
2016-03-17 13:22:16 +00:00
Henrik Levkowetz
7832427f8f
Fixed a typo.
...
- Legacy-Id: 10930
2016-03-15 23:12:46 +00:00