datatracker/ietf/doc
2016-10-25 18:07:48 +00:00
..
management Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
migrations Removed an unwanted migration. 2016-09-11 11:50:05 +00:00
templatetags Moved some code and tweaked settings to ignore sql debug functions when calculating code coverage. 2016-09-30 21:29:32 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Added admin support for the DocumentAuthor model. 2016-10-05 15:16:46 +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 Modified the rfc feed to better represent dois. Fixes #2014. Commit ready for merge. 2016-09-28 17:52:39 +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 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
models.py Added a Document.pub_date() method which returns the RFC publication datetime or other documents' new-revision datetime. Changed the generated bibtex entries to use pub_date(). Added tests for bibtext entries. Added 'bibtexparser' to requirements.txt. Fixes issue #2032. 2016-10-25 18:07:48 +00:00
redirect_drafts_urls.py Updated a bunch of links from http: to https: based on a patch from lars@netapp.com. 2015-04-24 21:47:12 +00:00
redirect_idtracker_urls.py Updated a bunch of links from http: to https: based on a patch from lars@netapp.com. 2015-04-24 21:47:12 +00:00
resources.py Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur. 2016-09-25 13:53:22 +00:00
settings.py Started moving app-specific settings into app settings.py files. 2016-09-09 05:42:41 +00:00
tests.py Added a Document.pub_date() method which returns the RFC publication datetime or other documents' new-revision datetime. Changed the generated bibtex entries to use pub_date(). Added tests for bibtext entries. Added 'bibtexparser' to requirements.txt. Fixes issue #2032. 2016-10-25 18:07:48 +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 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_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_status_change.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
urls.py Moved default column chart settings to settings.py. Split chart config and data into separate ajax urls to permit drawing base chart details before having data. Added a 'Loading...' notification while loading chart data. Added more test cases. Changed chart settings to eliminate empty data points from data transfer. 2016-09-07 13:06:30 +00:00
urls_charter.py Merge in ^/branch/iola/event-saving-refactor-r10076, fixing a few problems 2015-10-27 10:37:06 +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 checkpoint. Refactor to put session oriented utilites back in the meeting app. Minimize the use of the /materials url. Provide better access control to the remaining materials url functions. 2016-02-22 17:03:46 +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 Don't use EmptyQuerySet directly; return Class.objects.none() instead. 2016-09-21 11:23:57 +00:00
utils_charter.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
utils_search.py Merge in changes from community-list-cleanup 2016-03-23 13:31:24 +00:00
views_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
views_charter.py Merged in [11859] from rjsparks@nostrum.com: 2016-08-26 10:31:03 +00:00
views_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
views_doc.py Don't show the request publication button for ise,irtf, and iab drafts after publication has already been requested. Fixes #2019. Commit ready for merge. 2016-10-07 17:29:05 +00:00
views_draft.py Fixed a situation where the Change IETF WG State form gave an exception when the form was submitted empty, instead of informing the user. 2016-09-08 17:23:15 +00:00
views_help.py Summary: Enable ISE and IAB stream state help 2015-10-05 08:28:11 +00:00
views_material.py Fixed a number of places where events were given the document time, but the document had not been given a new time yet, after the eventsave refactoring code changes of [11841]. Fixes issue #2004. 2016-08-31 10:54:27 +00:00
views_search.py Don't use EmptyQuerySet directly; return Class.objects.none() instead. 2016-09-21 11:23:57 +00:00
views_stats.py Moved default column chart settings to settings.py. Split chart config and data into separate ajax urls to permit drawing base chart details before having data. Added a 'Loading...' notification while loading chart data. Added more test cases. Changed chart settings to eliminate empty data points from data transfer. 2016-09-07 13:06:30 +00:00
views_status_change.py Merge in ^/branch/iola/event-saving-refactor-r10076, fixing a few problems 2015-10-27 10:37:06 +00:00