..
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
Don't insert references to self.
2013-11-02 20:59:43 +00:00
templatetags
Move is_safe to parameter on template filter
2013-12-12 12:27:33 +00:00
__init__.py
Move new schema models from redesign/ to ietf/
2012-01-24 17:17:24 +00:00
admin.py
Make sure all model forms have a Meta.fields attribute
2013-12-13 17:20:02 +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
Port away from django.utils.truncate_(html_)words which is now gone, use the template filter versions instead
2013-12-11 17:07:43 +00:00
forms.py
Merge forward complete
2013-01-24 21:28:27 +00:00
lastcall.py
Merged in branch/iola/shimfree@6083. This cleans up and moves relevant code from idrfc/ to doc/. There should now only be a bit of old wrapper code left in idrfc; that will go away when the remaining models which use it are cleaned up.
2013-09-09 17:45:36 +00:00
mails.py
Rewrite change stream state page, moving it to doc/views_draft.py,
2013-09-27 14:19:27 +00:00
models.py
Make sure all BooleanFields have an explicit default value (with
2013-12-13 13:30:07 +00:00
redirect_drafts_urls.py
Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django
2013-12-11 16:36:09 +00:00
redirect_idtracker_urls.py
Fix a couple of problems in previous URL conversion commit
2013-12-11 17:13:49 +00:00
tests.py
Merge in changes from the old shimfree branch
2013-11-27 12:55:50 +00:00
tests_ballot.py
Merge in changes from the old shimfree branch
2013-11-27 12:55:50 +00:00
tests_conflict_review.py
Fix a bunch of test errors, apparently the Textarea widget in Django
2013-12-16 11:47:32 +00:00
tests_draft.py
Fix a bunch of test errors, apparently the Textarea widget in Django
2013-12-16 11:47:32 +00:00
tests_status_change.py
Fix a bunch of test errors, apparently the Textarea widget in Django
2013-12-16 11:47:32 +00:00
urls.py
Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django
2013-12-11 16:36:09 +00:00
urls_conflict_review.py
Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django
2013-12-11 16:36:09 +00:00
urls_status_change.py
Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django
2013-12-11 16:36:09 +00:00
utils.py
Merge in changes from the old shimfree branch
2013-11-27 12:55:50 +00:00
views_ballot.py
Use built-in json module in Python instead of simplejson bundled with Django
2013-12-11 16:59:19 +00:00
views_conflict_review.py
Remove shim layer from ietfauth, delete some dead code and migrate
2013-12-05 16:24:03 +00:00
views_doc.py
Use built-in json module in Python instead of simplejson bundled with Django
2013-12-11 16:59:19 +00:00
views_draft.py
Use built-in json module in Python instead of simplejson bundled with Django
2013-12-11 16:59:19 +00:00
views_help.py
Add tags for streams to state help
2013-09-10 16:15:18 +00:00
views_search.py
Removed the old ad documents page, and it's view function, and put in a redirect from the temporary /ad2/ url to the /ad/ url.
2013-09-19 18:24:23 +00:00
views_status_change.py
Remove shim layer from ietfauth, delete some dead code and migrate
2013-12-05 16:24:03 +00:00