datatracker/ietf/doc
2018-09-14 20:29:07 +00:00
..
management Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
migrations Missed adding the migrations. Related to #1963. Commit ready for merge. 2018-05-03 21:23:07 +00:00
templatetags Changed the menu listing of review dirs and their display on the Directorates page back to what it was before the 'reviews' group type was split out. Added a 'Reviews' column to the Directoratges page. 2018-08-01 18:53:44 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Tweaked the 'Related documents' part of the Document admin page to more intuitively show the relationships. 2018-06-14 19:22:55 +00:00
expire.py Added a new field Meeting.days to capture the length of a meeting. This is necessary now that we have previous meetings officially starting Sunday, lasting to Friday, and future meetings starting Saturday, Lasting to Friday. We use Meeting.days to calculate Meeting.end_date(). Meeting.get_ietf_monday() and two cut_off() methods have also been updated to be instance methods instead of class methods, and to not assume that a meeting starts on Sunday. 2017-10-25 13:38:15 +00:00
factories.py Use factories for ietf.iesg.tests. Commit ready for merge. 2018-07-19 13:13:05 +00:00
feeds.py Add a per-year RFC feed. Commit ready for merge. 2017-12-01 17:19:51 +00:00
fields.py Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge. 2017-03-25 19:16:45 +00:00
forms.py Additional changes to speed up the IESG agenda docs page: Changed telechat_page_count() to accept a list of documents if that's already been generated, to avoid double work. Changed the reviewed_by_teams list to provide acronyms directly, to avoid group lookups during template rendering. Provided page counts directly to the template instead of repeated (costly) filtering through telechat_page_count, with new document lookups. Removed the telechat_page_count template filter, due to its cost. Tweaked some lookups in fill_in_document_table_attributes() . Added to the select_related() list for documents in IESG agenda_documents(). 2018-04-01 18:51:48 +00:00
lastcall.py Added DocEvent rev= parameter througout the code. 2017-03-06 15:08:21 +00:00
mails.py Merged in [14655] from housley@vigilsec.com: 2018-02-19 17:36:09 +00:00
models.py Moved document methods rfc_number() and rfcnum() to the abstract parent class to have them available also for historical document records. Should fix the recent server 500 on /doc/draft-ietf-aaa-diameter/17/. 2018-09-14 20:29:07 +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 Added 'Additional URLs' for documents, the same way we have them for groups. 2017-09-27 10:52:32 +00:00
settings.py Started moving app-specific settings into app settings.py files. 2016-09-09 05:42:41 +00:00
tests.py Improvements to tests after converting to factories suggested by studying coverage_changes. Commit ready to merge. 2018-06-13 22:09:01 +00:00
tests_ballot.py Tweaked a test to prevent failures when looking for a specific string in line-wrapped text. 2018-07-19 15:54:18 +00:00
tests_charter.py Improvements to tests after converting to factories suggested by studying coverage_changes. Commit ready to merge. 2018-06-13 22:09:01 +00:00
tests_conflict_review.py Use factories for ietf.doc.tests_conflict_review. Commit ready for merge. 2018-06-08 00:13:00 +00:00
tests_downref.py Merged in [15387] from rjsparks@nostrum.com: 2018-07-24 08:25:07 +00:00
tests_draft.py Use factories for ietf.doc.tests_draft. Commit ready for merge. 2018-06-07 22:03:09 +00:00
tests_material.py Use factories for ietf.doc.tests_status_change. Repair previous commit errors in ietf.doc.tests_material. Commit ready for merge. 2018-06-09 22:16:26 +00:00
tests_review.py Review assignment email includes a link to the review request that ensures the reviewer is logged in. Fixes #2543. Commit ready for merge 2018-09-06 21:39:10 +00:00
tests_status_change.py Use factories for ietf.doc.tests_status_change. Repair previous commit errors in ietf.doc.tests_material. Commit ready for merge. 2018-06-09 22:16:26 +00:00
urls.py Added a 'recent drafts' page, showing drafs submitted the last 7 days. 2018-05-01 17:55:22 +00:00
urls_charter.py Added a new document tab for some documents, showing htmlized drafts and RFCs 2017-03-20 14:08:52 +00:00
urls_conflict_review.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
urls_material.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
urls_review.py Review assignment email includes a link to the review request that ensures the reviewer is logged in. Fixes #2543. Commit ready for merge 2018-09-06 21:39:10 +00:00
urls_status_change.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
utils.py Change stream state to replaced when an ISE, IAB, or IRTF document is replaced. Fixes #1963. Commit ready for merge. 2018-05-03 21:21:38 +00:00
utils_charter.py Make a more appropriate review message when a BoF has an initial charter under consideration. Fixes #2458. Commit ready for merge. 2018-02-28 20:54:56 +00:00
utils_search.py Fixed a typo. Fixes issue #2500. 2018-04-20 13:06:21 +00:00
views_ballot.py Removed two instances of log.assertion(); we have enough data on these now. 2018-06-14 12:03:02 +00:00
views_charter.py Added user notification about ballots closed automatically when creating a new ballot. 2017-12-29 15:24:37 +00:00
views_conflict_review.py Send email when the responsible AD for a conflict review is changed. Include the stream manager and stream steering group when the responsible AD changes or when the telechat date changes. Fixes #2497. Commit ready for merge. 2018-05-21 22:02:34 +00:00
views_doc.py This commit replaces the code defined group features with features held 2018-07-12 10:51:48 +00:00
views_downref.py Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models. 2018-02-20 15:36:05 +00:00
views_draft.py Added guards against asking for properties on None in a couple of places. 2018-05-26 08:34:27 +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 This commit replaces the code defined group features with features held 2018-07-12 10:51:48 +00:00
views_review.py Review assignment email includes a link to the review request that ensures the reviewer is logged in. Fixes #2543. Commit ready for merge 2018-09-06 21:39:10 +00:00
views_search.py Merged in ^/personal/henrik/6.79.1-gdpr@15180 containing GDPR-adaptations. 2018-05-28 11:26:24 +00:00
views_stats.py Changed settings so that cache keys used by memcached includes the release version, in order to avoid stale and incorrect cache content on new release deployment. Made it easier to pick out cache key composition by normalizing the variable name. Adjusted cache prefix and the composition of some keys to have a unique and consistent cache key prefix. 2018-03-26 21:26:20 +00:00
views_status_change.py Fixed a pyflakes nit. 2018-06-14 12:35:16 +00:00