datatracker/ietf/submit
Henrik Levkowetz 0c49999fc9 Updated utils/draft.py and modified the submit app code accordingly.
New features (keep in mind that utils/draft.py can be run standalone
to do extraction of draft author data, too):

  * The handling of author info formatted in columns causes problems
    in the face of an author named for instance A. Author with the
    company 'Al Author and Associates', causing breakage of email
    addresses longer than 'Al Author and'.  Tweaked the recognition
    of column data to require multiple (not only one) space around
    'and'.

  * Added support for extraction of author affiliation.

  * Tweaked the meaning of -t, --timestamp and added --notimestamp; and
    made the default be to emit leading timestamps based ont the draft
    file time.

  * Added support for running author extraction on RFCs, by not bailing
    out on not finding a draft name when RFC information is available.

  * Added support for additional date formats and author name formats.

  * Improved creation date extraction -- previously, the first supported
    date format which was recognized on the first page of the draft would
    be used, rather than the first date in a supported format.  This could
    cause errors if the Status of Memo section or Abstract contained a
    date occurring at the start of a line.

  * Tweaked the honorific regex to make things work better for the case
    when the full name in the author's address section includes a first
    name which isn't part of the first-page abbreviated name.  Fixes
    problems with draft-chiappa-lisp-introduction and similar.

  * Added a special case for people who provide their email address as
    'foo&cisco.com' instead of 'foo@cisco.com'.  Bah.

  * Added an alternative, more human-readable key-value-pair attribute
    output mode with a '-a' switch.

  * Tweaded the first-name regex to capture cases where the first name
    is indicated with an alternate first letter: 'Y(J) Stein'.  Fixes
    problems with draft-anavi-tdmoip and similar.
 - Legacy-Id: 4612
2012-07-11 12:51:33 +00:00
..
fixtures Port submit to new schema, adding a set of tests and fixing some bugs 2011-09-21 19:29:50 +00:00
migrations Add approval/pre-approval page for Secretariat and WG Chairs, with 2012-05-10 18:07:59 +00:00
parsers Port submit to new schema, adding a set of tests and fixing some bugs 2011-09-21 19:29:50 +00:00
templatetags Merge with trunk 2011-11-21 16:41:21 +00:00
.gitignore Ignore *.pyc files under ietf/submit, as elsewhere. 2011-04-12 15:57:35 +00:00
__init__.py Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with. 2011-07-23 12:49:56 +00:00
admin.py Add approval/pre-approval page for Secretariat and WG Chairs, with 2012-05-10 18:07:59 +00:00
error_manager.py Merged branch/yaco/idsubmit@2903 from esanches@yaco.es to trunk: The Rewritten I-D Submission Tool. 2011-04-07 20:29:45 +00:00
forms.py Updated utils/draft.py and modified the submit app code accordingly. 2012-07-11 12:51:33 +00:00
generate_fixtures.py Port submit to new schema, adding a set of tests and fixing some bugs 2011-09-21 19:29:50 +00:00
models.py Add approval/pre-approval page for Secretariat and WG Chairs, with 2012-05-10 18:07:59 +00:00
test_submission.txt Port submit to new schema, adding a set of tests and fixing some bugs 2011-09-21 19:29:50 +00:00
tests.py Merged in branch/iola/approval from olau@iola.dk, which provides a pre-approval page for new WG drafts. 2012-06-21 00:24:48 +00:00
urls.py Add approval/pre-approval page for Secretariat and WG Chairs, with 2012-05-10 18:07:59 +00:00
utils.py Behave slightly more gracefully if a submission has already been moved into place, and we're asked to do it again. 2012-06-28 19:22:59 +00:00
views.py Add listing of recently approved drafts to approval page by request 2012-05-14 18:21:34 +00:00