datatracker/ietf/ietfworkflows
2013-05-06 16:34:37 +00:00
..
fixtures Corrected workflows initial_data fixture; the previously committed version had too many states removed. 2011-11-03 11:58:25 +00:00
migrations Merged /branch/yaco/wgchairs.r3120:r3154-3558 from esanchez@yaco.es. This adds support for alternate streams document tracking, similar to the WG chairs tracking functionality. 2011-11-02 15:47:44 +00:00
templatetags Merged [5570] from rjsparks@nostrum.com: 2013-04-07 20:40:15 +00:00
.gitignore Set svn:ignore *.pyc in new directories. 2011-05-12 14:29:37 +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
accounts.py Email IANA and RFC Editor when a draft is pulled from the queue at the 2012-09-17 16:15:45 +00:00
constants.py Handle draft without stream so WG chairs/delegates could raise call for adoptions. Fixes #642 2011-03-30 15:57:38 +00:00
forms.py In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
models.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
streams.py Fix adoption test to unset the stream, fix bugs with non-stream drafts 2012-01-24 13:11:03 +00:00
tests.py In order that document states (which may be used by old documents) should not need to be removed when state machines change and states go out of use, all document states have a 'used' field. The code which accesses the state fields have not been requiring that used=True for the states returned, which is an error. Fixed this by adding 'used=True' to all State.objects.get() and State.objects.filter() call where it's relevant. 2013-03-05 23:24:41 +00:00
urls.py Replaced the concept of a tag (via-rfc) identifying ise or irtf document (previously the idinternal.via_rfc_editor boolean) with looking at the document's stream. 2012-05-03 04:26:09 +00:00
utils.py Added the secretariat to the recipient list for publication request emails generated by the datatracker. Fixes issue #964. 2013-05-06 16:34:37 +00:00
views.py Replaced the concept of a tag (via-rfc) identifying ise or irtf document (previously the idinternal.via_rfc_editor boolean) with looking at the document's stream. 2012-05-03 04:26:09 +00:00