datatracker/ietf/doc
Henrik Levkowetz c417c5720a Merged in [9428] from rjsparks@nostrum.com:
Properly mark (and test) older ballot comment and discuss text after a new revision is submitted . Fixes bug #1656.
 - Legacy-Id: 9434
Note: SVN reference [9428] has been migrated to Git commit 0ff9747092
2015-04-09 21:00:07 +00:00
..
management Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
migrations Put old style slides directly into archived. Migrate IETF92 materials to match. Commit ready for merge. 2015-04-03 20:53:13 +00:00
templatetags Made the cookie handling for the 'expires_soon' cookie insensitive to nonnumeric values. 2015-02-08 10:05:24 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Fixed a problem with the admin interface for the ietf.doc.DocHistory class. 2014-11-14 00:21:54 +00:00
expire.py Python's pathlib is now available for both 2.x and 3.x, and is well established. Removed the ietf/utils/path.py fallback, and added pathlib to requirements.txt 2015-03-07 17:17:50 +00:00
feeds.py Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
forms.py This is the first step towards using Role to represent Area directors. It 2015-01-08 20:22:23 +00:00
lastcall.py Protect against cases where add_state_change_event can return None. Fixes bug # 1383. Commit ready for merge. 2014-04-30 22:17:01 +00:00
mails.py Improve the approval mail contents concerning IESG contact members. Fixes #1588. Commit ready for merge. 2015-01-26 22:25:38 +00:00
models.py Properly mark (and test) older ballot comment and discuss text after a new revision is submitted . Fixes bug #1656. Commit ready for merge. 2015-04-08 20:55:04 +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 Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
resources.py Added generated (and sometimes manually tweaked) resources.py files. 2014-12-14 20:33:25 +00:00
tests.py Properly mark (and test) older ballot comment and discuss text after a new revision is submitted . Fixes bug #1656. Commit ready for merge. 2015-04-08 20:55:04 +00:00
tests_ballot.py Merged in [8271] and [8292] from rjsparks@nostrum.com: 2014-10-12 17:07:45 +00:00
tests_charter.py Merged in [8293] from rjsparks@nostrum.com:\n XXX: Should what is now captured in the list of STATUSCHANGE_RELATIONS instead be captured in the database in name_docrelationshipname? 2014-10-12 17:32:11 +00:00
tests_conflict_review.py When draft email aliases are generated, the content of the doc.notify field is used to generate the .notify alias, and is also included in the .all alias. If the notify field contains either the .notify alias or the .all alias, this can create a mail loop. Changed the alias generation code to expand (or ignore, for .notify) aliases found in the notify field, and changed the code which fills in the notify field with a default value to insert the author, ad, and shepherd aliases instead of the .all alias. 2015-02-05 15:38:01 +00:00
tests_draft.py Changed the handling of some test directory creation and removal code, to be more consistent. Fixed a problem where a test didn't create and remove a test directory it used. 2015-03-15 16:01:15 +00:00
tests_material.py Remove sessonly, replacing the idea with a separate State. Add tests checking how materials show on agenda views. Commit ready for merge. 2015-04-01 16:00:05 +00:00
tests_status_change.py Changed the handling of some test directory creation and removal code, to be more consistent. Fixed a problem where a test didn't create and remove a test directory it used. 2015-03-15 16:01:15 +00:00
urls.py Adds pages to view the draft and group email aliases, either as a whole, or per document or group. Commit ready for merge. 2015-02-11 21:50:34 +00:00
urls_charter.py Allow changing the title of a charter document 2014-11-09 00:46:28 +00:00
urls_conflict_review.py Merged in [8293] from rjsparks@nostrum.com:\n XXX: Should what is now captured in the list of STATUSCHANGE_RELATIONS instead be captured in the database in name_docrelationshipname? 2014-10-12 17:32:11 +00:00
urls_material.py Cleaned up issues with date and weekday variants of the session views 2014-11-24 21:06:58 +00:00
urls_status_change.py Merged in [8293] from rjsparks@nostrum.com:\n XXX: Should what is now captured in the list of STATUSCHANGE_RELATIONS instead be captured in the database in name_docrelationshipname? 2014-10-12 17:32:11 +00:00
utils.py When draft email aliases are generated, the content of the doc.notify field is used to generate the .notify alias, and is also included in the .all alias. If the notify field contains either the .notify alias or the .all alias, this can create a mail loop. Changed the alias generation code to expand (or ignore, for .notify) aliases found in the notify field, and changed the code which fills in the notify field with a default value to insert the author, ad, and shepherd aliases instead of the .all alias. 2015-02-05 15:38:01 +00:00
utils_charter.py This is the second step towards ADs out of GroupInfo into Role. 2015-01-09 18:52:06 +00:00
views_ballot.py Verify that add_state_change_event returned something before trying to use attributes of the return value. Fixes bug #1566. Commit ready for merge. 2014-12-18 20:23:57 +00:00
views_charter.py Changed all explicitly set HttpResponse content_types to specify charset. 2015-03-26 21:35:21 +00:00
views_conflict_review.py When draft email aliases are generated, the content of the doc.notify field is used to generate the .notify alias, and is also included in the .all alias. If the notify field contains either the .notify alias or the .all alias, this can create a mail loop. Changed the alias generation code to expand (or ignore, for .notify) aliases found in the notify field, and changed the code which fills in the notify field with a default value to insert the author, ad, and shepherd aliases instead of the .all alias. 2015-02-05 15:38:01 +00:00
views_doc.py Remove sessonly, replacing the idea with a separate State. Add tests checking how materials show on agenda views. Commit ready for merge. 2015-04-01 16:00:05 +00:00
views_draft.py This is the second step towards ADs out of GroupInfo into Role. 2015-01-09 18:52:06 +00:00
views_help.py A second pass of pyflakes cleanup, removing additional bulk imports, fixing a bug in get_initial_notify(), and removing some dead (and buggy) code. 2014-03-16 22:15:46 +00:00
views_material.py Cleaned up issues with date and weekday variants of the session views 2014-11-24 21:06:58 +00:00
views_search.py Reverted to [9345], the fixed fix of a typo in sort key generation for sort on ipr count in document search results. 2015-03-26 19:35:14 +00:00
views_status_change.py This is the first step towards using Role to represent Area directors. It 2015-01-08 20:22:23 +00:00