.. |
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
|
Make sure RFC's (and BCP/STD/FYI) are stored as RFC123 instead of
|
2013-01-18 13:47:31 +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
|
Remove .related many to many relationship, it's not really useful
|
2013-01-16 14:15:18 +00:00 |
feeds.py
|
Port idtracker feeds to new schema, move them to doc/, clean up
|
2013-04-11 14:20:42 +00:00 |
models.py
|
Clean up search views and remove dead code, port them to the new DB
|
2013-04-04 13:42:57 +00:00 |
proxy.py
|
Simplified access to current BallotDocevent from a Document.
|
2012-08-17 20:45:32 +00:00 |
redirect_drafts_urls.py
|
Port idindex to new schema, speed them up, add tests, refactor index
|
2013-04-10 11:48:07 +00:00 |
redirect_idtracker_urls.py
|
Add redirects for all of /idtracker/*, remove all view code and other
|
2013-04-11 11:54:35 +00:00 |
tests.py
|
Port idindex to new schema, speed them up, add tests, refactor index
|
2013-04-10 11:48:07 +00:00 |
tests_conflict_review.py
|
Removed some duplication between doc/util and doc/models by moving things into doc/models. Fixes bug #857
|
2012-08-02 21:36:36 +00:00 |
urls_conflict_review.py
|
merged in from 4.20-ise
|
2012-06-22 20:25:17 +00:00 |
utils.py
|
Make sure RFC's (and BCP/STD/FYI) are stored as RFC123 instead of
|
2013-01-18 13:47:31 +00:00 |
views_conflict_review.py
|
Merged [4873] from rjsparks@nostrum.com:
|
2012-10-21 21:02:03 +00:00 |
views_doc.py
|
Revamp the ballot popup view
|
2013-04-04 13:26:08 +00:00 |
views_help.py
|
Add a generic state help page, make provisions for displaying
|
2013-04-10 16:11:27 +00:00 |