datatracker/ietf/ietfworkflows
Henrik Levkowetz 9d62773f41 Updated one invocation of update_state() to match the new signature in [6660].
- Legacy-Id: 6663
Note: SVN reference [6660] has been migrated to Git commit 8ec6c336a9
2013-11-06 16:19:13 +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 Updated one invocation of update_state() to match the new signature in [6660]. 2013-11-06 16:19:13 +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 Refactoring the mails sent when state is changed along with annotation tags. Currently there are two emails getting sent. Fixing it to send only one email that rolls up the annotation tag changes into the state change email. 2013-11-02 23:52:29 +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