datatracker/ietf/ietfworkflows
Ole Laursen 5fab1e071d Be more careful in generating links to draft actions, fixes problem
with RFCs without an associated group and also makes the code somewhat
more readable (although the template tag detour need to go away at
some point, perhaps after the generic charter refactor)
 - Legacy-Id: 4071
2012-03-08 13:01: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 Be more careful in generating links to draft actions, fixes problem 2012-03-08 13:01:20 +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 Guard against trying to use .is_authenticated() on a plain string. The error condition can occur when an exception has been triggered before the auth middleware has run. Related to #767 and #768. 2012-03-07 10:00:31 +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 Be more careful in handling Document.stream now that it can be null 2012-01-26 13:28:02 +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 Be more careful in handling Document.stream now that it can be null 2012-01-26 13:28:02 +00:00
urls.py Merge with trunk 2011-11-21 16:41:21 +00:00
utils.py Be more careful in handling Document.stream now that it can be null 2012-01-26 13:28:02 +00:00
views.py Fix redirect on adoption 2012-01-26 21:30:06 +00:00