datatracker/ietf/bin
Ole Laursen ecf68dbb05 Revamp and clean up submit models:
- Rename IdSubmissionDetail to Submission
- Rename various submission fields to correspond to the conventions in
  the new schema
- Use a name model for the states instead of IdSubmissionStatus
- Drop the TempIdAuthor model which is based on splitting up author
  names
- Add a simple textual SubmissionEvent for tracking events in the
  lifetime of a submission
- Delete a bunch of obsolete fields
- Make sure all submission have an access key so we can depend on it
- Add state for when approval is needed from previous authors

A couple of migrations take care of transforming the
IdSubmissionDetail and moving data over/cleaning it up.

Also revamp the submit view code:

- Make form code do validation/cleaning only so there's a clear
  separation of concerns
- Reduce uses of inheritance that made the code hard to follow -
  forms now don't inherit from each other, views don't call each other
  but instead reuse common utilities, templates share CSS/utilities
  instead of relying on inheritance
- Move email rendering/sending to separate file
- Drop the in-grown terminology use (auto post vs. manual posts)
- Make the status page explain who is emailed for what purpose
- Add history table with recorded events
- Make the status page handle its post actions by itself instead of
  duplicating most of the setup logic in a number of simple views
- Fix a couple of minor bugs and handle some edge cases better
- Expand tests with a couple of more cases

Possibly the submit tool could still use more help text added to
explain the process, ideally what's explained in the tool instructions
page should be inlined or self-evident.
 - Legacy-Id: 6714
2013-11-15 13:30:32 +00:00
..
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
create-charter-newrevisiondocevents Added a script to create NewRevisionDocEvent entries for charter files. 2012-09-19 19:50:37 +00:00
dump-draft-info Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
email-sync-discrepancies Changed the logging target of auxiliary IANA and RFC-Ed sync scripts from LOG_LOCAL0 to LOG_USER, matching what we've already used elsewhere for datatracker logging. 2013-02-24 20:14:20 +00:00
expire-ids Move views and templatetags from idrfc/ to doc, the I-D specific views 2013-08-14 10:32:25 +00:00
expire-last-calls Move views and templatetags from idrfc/ to doc, the I-D specific views 2013-08-14 10:32:25 +00:00
find-submission-confirmation-email-in-postfix-log Revamp and clean up submit models: 2013-11-15 13:30:32 +00:00
generate-draft-aliases Merged [5902],[5904] from markus.stenberg@iki.fi: 2013-08-01 12:44:49 +00:00
generate-wg-aliases Merged [5902],[5904] from markus.stenberg@iki.fi: 2013-08-01 12:44:49 +00:00
graphall Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
iana-changes-updates Skip IANA - Review Needed and Version Changed - Review Needed changes 2013-06-21 16:48:05 +00:00
iana-protocols-updates Use IANA URL settings from settings.py in some more places. 2013-04-21 14:38:20 +00:00
iana-review-email Changed the logging target of auxiliary IANA and RFC-Ed sync scripts from LOG_LOCAL0 to LOG_USER, matching what we've already used elsewhere for datatracker logging. 2013-02-24 20:14:20 +00:00
notify-expirations Move views and templatetags from idrfc/ to doc, the I-D specific views 2013-08-14 10:32:25 +00:00
pretty-xml-dump Merged r840 from branch/2.00 to trunk, and updated version information in ietf/__init__.py 2007-07-04 21:17:57 +00:00
redirect-dump Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
rfc-editor-index-updates Fixed missing name change when moving settings from rfceditor module to settings.py. 2013-06-11 10:45:20 +00:00
rfc-editor-queue-updates Fixed missing name change when moving settings from rfceditor module to settings.py. 2013-06-11 10:45:20 +00:00
send-milestone-reminders Add script and code (and tests) to send milestone reminders to ADs 2012-06-30 16:46:31 +00:00
send-scheduled-mail Changed the logging target of auxiliary IANA and RFC-Ed sync scripts from LOG_LOCAL0 to LOG_USER, matching what we've already used elsewhere for datatracker logging. 2013-02-24 20:14:20 +00:00
test-crawl Replace the announcement pages with a new page collecting all IESG 2013-10-02 15:37:44 +00:00