..
management
Made doc/ pyflakes-clean.
2014-03-15 16:09:47 +00:00
migrations
Fix one last fake email addresses that managed to escape the migration
2017-01-27 12:33:05 +00:00
templatetags
Merged django-1.8 work forward to copy of 6.39.1
2016-12-10 19:32:46 +00:00
__init__.py
Move new schema models from redesign/ to ietf/
2012-01-24 17:17:24 +00:00
admin.py
Add author affiliation chart.
2017-02-03 18:49:43 +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
Add person, affiliation and country (through django-countries) to
2017-01-26 17:10:08 +00:00
feeds.py
Changed the handling of DocEvent 'rev' fields in document history. We should give DocEvent a 'rev' field which is always filled in; the current handling is error prone and much to complicated.
2016-12-01 13:49:36 +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
Add person, affiliation and country (through django-countries) to
2017-01-26 17:10:08 +00:00
redirect_drafts_urls.py
Deprecation fixes: Explicitly say that redirects are permanent.
2016-12-15 13:19:51 +00:00
redirect_idtracker_urls.py
Deprecation fixes: Explicitly say that redirects are permanent.
2016-12-15 13:19:51 +00:00
resources.py
Add person, affiliation and country (through django-countries) to
2017-01-26 17:10:08 +00:00
settings.py
Started moving app-specific settings into app settings.py files.
2016-09-09 05:42:41 +00:00
tests.py
Add person, affiliation and country (through django-countries) to
2017-01-26 17:10:08 +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
Add person, affiliation and country (through django-countries) to
2017-01-26 17:10: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
Add person, affiliation and country (through django-countries) to
2017-01-26 17:10:08 +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
Merged in [12549] from rjsparks@nostrum.com:
2016-12-15 23:10:28 +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
Change how we display review text to follow the tecnique used with other large blocks of pasted or imported text (shepherds writeups for instance). Fixes #2104 . Commit ready for merge.
2016-12-19 20:38:51 +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
Merged django18 work forward to r12447
2016-12-05 15:03:40 +00:00
views_ballot.py
Deprecation fixes: Use request.GET or request.POST as appropriate, instead of request.REQUEST.
2016-12-15 13:21:33 +00:00
views_charter.py
Tweak the docevent description for the event noting that a chartering effort has been abandoned. Fixes #2099 . Commit ready for merge.
2016-12-21 22:14:58 +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
Add person, affiliation and country (through django-countries) to
2017-01-26 17:10:08 +00:00
views_draft.py
Deprecation fixes: Use request.GET or request.POST as appropriate, instead of request.REQUEST.
2016-12-15 13:21:33 +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 an issue where a queryset filter argument didn't have the right datatype.
2016-11-28 18:05:14 +00:00
views_review.py
Improve the team review content templates. Related to #2075 . Commit ready for merge.
2016-12-20 05:38:02 +00:00
views_search.py
Add person, affiliation and country (through django-countries) to
2017-01-26 17:10:08 +00:00
views_stats.py
Add person, affiliation and country (through django-countries) to
2017-01-26 17:10:08 +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