..
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
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
__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
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
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
Create new branch from trunk@r11921, and merge review-tracker-r11360 into it
2016-09-06 10:17:12 +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
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_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
Implement a round-robin rotation scheme for reviewers instead of
2016-09-21 16:52:50 +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
Create new branch from trunk@r11921, and merge review-tracker-r11360 into it
2016-09-06 10:17:12 +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
Create new branch from trunk@r11921, and merge review-tracker-r11360 into it
2016-09-06 10:17:12 +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
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
Create new branch from trunk@r11921, and merge review-tracker-r11360 into it
2016-09-06 10:17:12 +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_review.py
Create new branch from trunk@r11921, and merge review-tracker-r11360 into it
2016-09-06 10:17:12 +00:00
views_search.py
Merge in changes from community-list-cleanup
2016-03-23 13:31:24 +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