.. |
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
|
Merged in a lot of shim-layer removals from olau@iola.dk
|
2013-07-15 20:55:24 +00:00 |
templatetags
|
Add statehelp template filter for outputting a little help icon for a
|
2013-09-10 16:13:59 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
Merged in a lot of shim-layer removals from olau@iola.dk
|
2013-07-15 20:55:24 +00:00 |
expire.py
|
Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code
|
2013-08-14 14:10:46 +00:00 |
feeds.py
|
Move ietf_filters templatetag from idtracker/ to doc/
|
2013-08-14 15:11:24 +00:00 |
forms.py
|
Merge forward complete
|
2013-01-24 21:28:27 +00:00 |
lastcall.py
|
Move views and templatetags from idrfc/ to doc, the I-D specific views
|
2013-08-14 10:32:25 +00:00 |
mails.py
|
Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code
|
2013-08-14 14:10:46 +00:00 |
models.py
|
Move views and templatetags from idrfc/ to doc, the I-D specific views
|
2013-08-14 10:32:25 +00:00 |
proxy.py
|
Remove wgchairs app, all of its functionality is now superceded by wginfo/ and other recent developments in doc/
|
2013-09-19 15:22:59 +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
|
Move ietf_filters templatetag from idtracker/ to doc/
|
2013-08-14 15:11:24 +00:00 |
tests_ballot.py
|
Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code
|
2013-08-14 14:10:46 +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_draft.py
|
Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code
|
2013-08-14 14:10:46 +00:00 |
tests_status_change.py
|
Added editing last call messages, requesting, issuing and tracking IETF LCs to status-change documents
|
2013-06-01 21:01:45 +00:00 |
urls.py
|
Add status-change to state_help framework, remove last traces of former framework
|
2013-08-14 16:16:52 +00:00 |
urls_conflict_review.py
|
merged in from 4.20-ise
|
2012-06-22 20:25:17 +00:00 |
urls_status_change.py
|
Added editing last call messages, requesting, issuing and tracking IETF LCs to status-change documents
|
2013-06-01 21:01:45 +00:00 |
utils.py
|
Move update_telechat from idrfc.utils to doc.utils, port remaining
|
2013-08-13 16:44:07 +00:00 |
views_ballot.py
|
Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code
|
2013-08-14 14:10:46 +00:00 |
views_conflict_review.py
|
Add status-change to state_help framework, remove last traces of former framework
|
2013-08-14 16:16:52 +00:00 |
views_doc.py
|
Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code
|
2013-08-14 14:10:46 +00:00 |
views_draft.py
|
Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code
|
2013-08-14 14:10:46 +00:00 |
views_help.py
|
Add tags for streams to state help
|
2013-09-10 16:15:18 +00:00 |
views_search.py
|
Move idrfc/ templates to doc/ and subdirectories in doc/, move ported ballot_icon template tag, delete dead code
|
2013-08-14 14:10:46 +00:00 |
views_status_change.py
|
Add status-change to state_help framework, remove last traces of former framework
|
2013-08-14 16:16:52 +00:00 |