.. |
management
|
Made doc/ pyflakes-clean.
|
2014-03-15 16:09:47 +00:00 |
migrations
|
Added a migration which captures the added validator for title fields.
|
2017-02-24 10:24:34 +00:00 |
templatetags
|
Merged in Django-1.10 upgrade work from ^/personal/henrik/6.43.1-django-1.10
|
2017-02-19 18:18:00 +00:00 |
__init__.py
|
Move new schema models from redesign/ to ietf/
|
2012-01-24 17:17:24 +00:00 |
admin.py
|
Specified strip=False for another bunch of CharField form fields with Textarea widgets.
|
2017-01-23 17:38:56 +00:00 |
expire.py
|
Merge in ^/branch/iola/event-saving-refactor-r10076, fixing a few problems
|
2015-10-27 10:37:06 +00:00 |
factories.py
|
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
|
2016-09-08 14:48:59 +00:00 |
feeds.py
|
Changed the handling of DocEvent 'rev' fields in document history. We should give DocEvent a 'rev' field which is always filled in; the current handling is error prone and much to complicated.
|
2016-12-01 13:49:36 +00:00 |
fields.py
|
Manually moved the concepts forward. Reworked some presentation. Working enough to bring testers in at Sprint93
|
2015-07-13 21:09:39 +00:00 |
forms.py
|
Refactored counting telechat pages to do it only in one place. Count more accurately and make it possible to report more granularly. Added page counts to agenda.json. Commit ready to merge.
|
2016-01-07 23:31:05 +00:00 |
lastcall.py
|
Summary: Be more careful when generating writeups so that we wait with
|
2015-10-06 16:20:12 +00:00 |
mails.py
|
Added explicit charset setting and consistent encoding to several email paths through the datatracker. After introducing support for non-ascii names in email addresses, using role.formatted_email() to insert names into email content doesn't work any more, since uncode names will now be rfc2047-encoded in formatted_email(). Added another method role.name_and_email() for this case. Replaced another case of '%s <%s>' name-and-email formatting with formataddr(). Fixed some tests which did not send unicode email bodies to the email functions. Fixes issue #2017.
|
2017-02-21 19:17:10 +00:00 |
models.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
redirect_drafts_urls.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
redirect_idtracker_urls.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
resources.py
|
Merged in ^/branch/iola/review-tracker-r12128@12397, bringing in the review tool functionality described in RFC7735. This adds the ability to set up review management pages for review teams such as genart, secdir, opsdir, etc.; letting the review team secretaries manage requested and completed reviews; letting the reviewers keep track of and document their reviews, and more. See the RFC for full specification, and the branch commit log for a full commit history.
|
2016-11-29 14:54:19 +00:00 |
settings.py
|
Started moving app-specific settings into app settings.py files.
|
2016-09-09 05:42:41 +00:00 |
tests.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
tests_ballot.py
|
Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method.
|
2016-08-23 10:52:08 +00:00 |
tests_charter.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
tests_conflict_review.py
|
Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method.
|
2016-08-23 10:52:08 +00:00 |
tests_draft.py
|
Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method.
|
2016-08-23 10:52:08 +00:00 |
tests_material.py
|
Added a score of setting save/restores to test setup/teardown actions.
|
2016-06-21 07:51:02 +00:00 |
tests_review.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
tests_status_change.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
urls.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
urls_charter.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
urls_conflict_review.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
urls_material.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
urls_review.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
urls_status_change.py
|
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
|
2017-02-11 14:43:01 +00:00 |
utils.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
utils_charter.py
|
Added explicit charset setting and consistent encoding to several email paths through the datatracker. After introducing support for non-ascii names in email addresses, using role.formatted_email() to insert names into email content doesn't work any more, since uncode names will now be rfc2047-encoded in formatted_email(). Added another method role.name_and_email() for this case. Replaced another case of '%s <%s>' name-and-email formatting with formataddr(). Fixed some tests which did not send unicode email bodies to the email functions. Fixes issue #2017.
|
2017-02-21 19:17:10 +00:00 |
utils_search.py
|
Merged django18 work forward to r12447
|
2016-12-05 15:03:40 +00:00 |
views_ballot.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
views_charter.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
views_conflict_review.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
views_doc.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
views_draft.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
views_help.py
|
The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances.
|
2017-01-09 21:26:30 +00:00 |
views_material.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
views_review.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
views_search.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |
views_stats.py
|
Merged in Django 1.9 upgrade work from ^/personal/henrik/6.41.1-django-1.9
|
2017-01-31 15:13:01 +00:00 |
views_status_change.py
|
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
|
2017-02-22 11:40:55 +00:00 |