datatracker/ietf/liaisons
Henrik Levkowetz c90a26ca50 Merged [4772] from rjsparks@nostrum.com:
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: 4780
Note: SVN reference [4772] has been migrated to Git commit e5c3a5adc5
2012-08-22 12:34:55 +00:00
..
management Patch from yaco to avoid resetting from field. Gave the secretarait the ability to approve any unapproved liaison. Changed all the email code to use ietf.utils.mail 2012-08-14 21:37:59 +00:00
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Missed this import 2012-08-14 21:50:48 +00:00
accounts.py Add proxy for LiaisonDetail, start porting the view code utils, import various liaison roles and rename a couple of fields on LiaisonStatement to try to make them more self-explanatory 2011-08-17 17:44:40 +00:00
accountsREDESIGN.py Added support for IRTF liaisons. 2012-07-20 11:36:01 +00:00
admin.py Merged [4737] from adam@nostrum.com: 2012-08-22 10:01:52 +00:00
decorators.py Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3 2011-12-15 14:13:54 +00:00
feeds.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
forms.py Port all still relevant changes between trunk before migration and charter branch to new trunk (mostly various minor template fixes), except 0.24 version of draft.py tool which has some interfaces changes that requires changes in the submit tool 2012-04-30 13:36:56 +00:00
formsREDESIGN.py The call to liaison_manager_sdos() in set_organization_field was missing a Person parameter -- add it. 2012-07-31 22:24:22 +00:00
mails.py Patch from yaco to avoid resetting from field. Gave the secretarait the ability to approve any unapproved liaison. Changed all the email code to use ietf.utils.mail 2012-08-14 21:37:59 +00:00
models.py Patch from yaco to avoid resetting from field. Gave the secretarait the ability to approve any unapproved liaison. Changed all the email code to use ietf.utils.mail 2012-08-14 21:37:59 +00:00
proxy.py Fix missing "return" in liaison proxy, fixes problem with from email 2012-04-23 17:52:22 +00:00
sitemaps.py Proxy liaison sitemap 2011-08-23 11:47:36 +00:00
tests.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +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
urls.py Allow the user to select a referenced liaison. Fixes #381 2010-10-01 10:17:40 +00:00
utils.py Added support for IRTF liaisons. 2012-07-20 11:36:01 +00:00
utilsREDESIGN.py Added support for IRTF liaisons. 2012-07-20 11:36:01 +00:00
views.py Patch from yaco to avoid resetting from field. Gave the secretarait the ability to approve any unapproved liaison. Changed all the email code to use ietf.utils.mail 2012-08-14 21:37:59 +00:00
widgets.py Move fixture generation for names to name app, add liaison edit test, 2011-08-22 12:37:56 +00:00