datatracker/ietf/ietfworkflows
2013-09-30 20:36:20 +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 in branch/iola/milestones, which provides datatracker support for management of WG milestones. 2013-05-15 22:07:23 +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 Tweaked code to correct access to document metadata and actions, adding RGs to the groups and group secretaries to the roles which are given access. 2013-08-01 14:37:50 +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 Fixed an issue when trying to edit a document state when there's no prior state, and removed the link to edit the document state when there's no set state. 2013-09-10 15:46:46 +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 Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures. 2013-09-30 20:36:20 +00:00
urls.py Rewrite draft and RFC tabs in terms of the new schema, porting 2013-01-16 14:57:01 +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 Fixed an issue when trying to edit a document state when there's no prior state, and removed the link to edit the document state when there's no set state. 2013-09-10 15:46:46 +00:00