datatracker/ietf/idrfc
Robert Sparks e5c3a5adc5 Liasion Manager:
* Patch from Yaco to avoid resetting the From field when changing other items on the form
* Gave the secretariat the ability to find/approve any unapproved liaisons
* Changed all the email code to use ietf.mail.utils (and removed the fake-mail concept)

Charter documents and the Agenda pages:
* Added charter documents to iesg/agenda and iesg/agenda/documents
* Synced the ordering of drafts on iesg/agenda and iesg/agenda/documents
* Allow setting a responsible AD for charter documents
* Changed the UI of the charter page to use editlink for changing attributes and buttons for actions (to align with drafts and conflict-reviews)

Moderator package:
* Refactor: Simplified access to the current BallotDocEvent from a Document
* Added functions to BallotDocEvents? to faciliate access to BallotPositionDocEvents?, both for all positions, and current AD postions.
* Updated the moderator package to use the Documents from _agenda_data.
* Added a filter to assist with rendering the moderator package.
* Fixed a bug where different functions in idrfc/views_ballot were using log_state_changed expecting different implementations (a cleanup task should reconcile the _three_ implementations in the codebase of that function).

Cleanup from codesprint:
* Removed some duplication between doc/util and doc/models by moving things into doc/models
* Do not show non-empty discuss text when the ballot position is not blocking
* Added a migration to update non-blocking ballot positions that have non-empty discuss text


DEPLOYMENT NOTES
Please be aware that migration step will take a few minutes to complete.

Fixes bug 865
 - Legacy-Id: 4772
2012-08-21 04:46:01 +00:00
..
fixtures Made several changes to correctly use the new (RFC6410) "Internet Standard" level 2012-04-17 21:00:26 +00:00
templatetags Simplified access to current BallotDocevent from a Document. 2012-08-17 20:45:32 +00:00
.gitignore Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
__init__.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
expire.py Don't email people about soon-to-expire and expired drafts in IESG state 2012-03-05 16:39:41 +00:00
generate_fixtures.py Replace old charter branches with new branch based on conversion branch and some preliminary work on generalizing document handling 2012-01-31 17:38:27 +00:00
idrfc_wrapper.py Merge forward complete - checkpointing before fixing popup position dialogs 2012-07-04 19:35:46 +00:00
lastcall.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
mails.py Merge forward complete - checkpointing before fixing popup position dialogs 2012-07-04 19:35:46 +00:00
markup_txt.py Add support for not splitting output 2012-03-15 16:03:54 +00:00
mirror_draft_versions.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
mirror_rfc_editor_queue.py Added new RFC-Editor state tag 'AUTH48-DONE' to the rfc-ed-queue mirror script. 2012-07-27 21:20:23 +00:00
mirror_rfc_index.py Python 2.6 (used in production) doesn't have the total_seconds() method on datetime.timedelta -- use a module function instead. 2012-03-21 14:27:32 +00:00
models.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
tests.py Replaced the concept of a tag (via-rfc) identifying ise or irtf document (previously the idinternal.via_rfc_editor boolean) with looking at the document's stream. 2012-05-03 04:26:09 +00:00
testsREDESIGN.py Updated the EditPositionTestCase to match the removed view alias for edit_position. 2012-07-27 20:41:01 +00:00
testurl.list Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
testurlREDESIGN.list Applied ballot popup patch from olau@iola.dk. 2012-07-27 20:09:23 +00:00
urls.py Merged [4600] from rjsparks@nostrum.com: 2012-07-28 16:29:28 +00:00
utils.py merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
views.py Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
views_ballot.py Simplified access to current BallotDocevent from a Document. 2012-08-17 20:45:32 +00:00
views_doc.py Liasion Manager: 2012-08-21 04:46:01 +00:00
views_edit.py merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
views_search.py Merged in fixes from Ole, from branch/charter:r4382-4407, and some changes from Henrik (removing the use of pos.blocked in views_ballot.py, and setting a ballot id in idrfc/testsREDESIGN.py) to make idrfc.EditPositionTestCase succeed. 2012-06-10 16:22:16 +00:00