datatracker/ietf/doc
Ole Laursen 4b987436c0 Fix a missing HttpResponseForbidden in review statistics, make the
review test code use a separate reviewer and reviewsecretary user to
avoid confounding things - also let these use Unicode in their names
to check for Unicode trouble.
 - Legacy-Id: 12175
2016-10-19 11:58:49 +00:00
..
management Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
migrations Fixup some of the migrations a bit upon the merge with trunk. 2016-10-13 19:20:26 +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 Make new branch from trunk and merge in review-tracker-r11921 2016-10-13 16:38:47 +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 Fix bug in reference in resources 2016-10-14 08:43:21 +00:00
settings.py Started moving app-specific settings into app settings.py files. 2016-09-09 05:42:41 +00:00
tests.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
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_review.py Fix a missing HttpResponseForbidden in review statistics, make the 2016-10-19 11:58:49 +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 Make new branch from trunk and merge in review-tracker-r11921 2016-10-13 16:38:47 +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_review.py Rework closing a review request so the logic is reusable, add the more 2016-07-05 16:05:00 +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 Make new branch from trunk and merge in review-tracker-r11921 2016-10-13 16:38:47 +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 Add reviews to search results and IESG agenda. Support restricting 2016-10-06 14:47:41 +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 Create new branch from trunk@r11921, and merge review-tracker-r11360 into it 2016-09-06 10:17:12 +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 Make new branch from trunk and merge in review-tracker-r11921 2016-10-13 16:38:47 +00:00
views_draft.py Make new branch from trunk and merge in review-tracker-r11921 2016-10-13 16:38:47 +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_review.py xslugify the last name part when constructing a name for the review document 2016-10-14 09:42:34 +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