datatracker/ietf/doc
Henrik Levkowetz 7a98fff79c Merged [5476] from rjsparks@nostrum.com:
* Added a document type for changing the publication status of other documents, and the UI for manipulating them.
* Added charters, conflict reviews, and status changes to the AD's \'My Documents\' page
* Improved the presentation of all document types on the Agenda, Future Telechats, Scribe and Moderator package pages
* Made the reverse name for document relationships explicit rather than deriving them from forward names
* Added a way to get to the underlying Document (when it exists) from an RfcWrapper
* Unified several common forms used by different document types
 - Legacy-Id: 5629
Note: SVN reference [5476] has been migrated to Git commit 10b4f7a4dc
2013-04-07 19:11:18 +00:00
..
management Added a management command to generate bibxml files for drafts. It's not fully cooked yet, as it needs to differentiate between documents which are currently drafts, and those that have been published as RFCs, but the basics are there. 2012-10-25 21:18:06 +00:00
migrations Repairing migration merge conflict 2013-02-04 02:34:01 +00:00
templatetags merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.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
forms.py Merge forward complete 2013-01-24 21:28:27 +00:00
models.py All documents show on the AD status page now 2013-02-04 02:24:14 +00:00
proxy.py Import math as needed. Related to [5626] and issue #974. 2013-04-07 17:10:19 +00:00
tests.py Merge forward complete 2013-01-24 21:28:27 +00:00
tests_conflict_review.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
tests_status_change.py * Added a document type for changing the publication status of other documents, and the UI for manipulating them. 2013-03-01 15:47:51 +00:00
urls_conflict_review.py merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
urls_status_change.py Merge forward complete 2013-01-24 21:28:27 +00:00
utils.py Import math as needed. Related to [5626] and issue #974. 2013-04-07 17:10:19 +00:00
views_conflict_review.py Merged [5476] from rjsparks@nostrum.com: 2013-04-07 19:11:18 +00:00
views_status_change.py Improved validaiton of status change document name 2013-01-28 16:25:42 +00:00