datatracker/ietf/doc
2016-09-08 14:48:59 +00:00
..
management Made doc/ pyflakes-clean. 2014-03-15 16:09:47 +00:00
migrations Made migration doc:0013 more robust. 2016-08-31 13:48:00 +00:00
templatetags Basic charting of new revision activity for document search results. 2016-09-06 09:47:22 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Fixed pyflakes complaints introduced with pyflakes 1.1.0 2016-03-04 21:24:26 +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 Adds a publisher to the digital preservation feed. Commit ready for merge. 2016-07-06 20:41:14 +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 some basic charting support, using highcharts, and charts showing new-revision timelines for document search results. 2016-09-06 13:19:45 +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 Removed an unnecessary pyflakes:ignore. 2016-07-07 12:19:02 +00:00
tests.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
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 Added some basic charting support, using highcharts, and charts showing new-revision timelines for document search results. 2016-09-06 13:19:45 +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 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_draft.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_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 Added some basic charting support, using highcharts, and charts showing new-revision timelines for document search results. 2016-09-06 13:19:45 +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