|
| 1 | +ietfdb (4.34) |
| 2 | + |
| 3 | + * Merged in [4772] from rjsparks@nostrum.com, a big chunk which in itself |
| 4 | + combines a number of separate fixes: |
| 5 | + |
| 6 | + Liasion Manager: |
| 7 | + * Patch from Yaco to avoid resetting the From field when changing other |
| 8 | + items on the form |
| 9 | + * Gave the secretariat the ability to find/approve any unapproved |
| 10 | + liaisons |
| 11 | + * Changed all the email code to use ietf.mail.utils (and removed the |
| 12 | + fake-mail concept) |
| 13 | + |
| 14 | + Charter documents and the Agenda pages: |
| 15 | + * Added charter documents to iesg/agenda and iesg/agenda/documents |
| 16 | + * Synced the ordering of drafts on iesg/agenda and iesg/agenda/documents |
| 17 | + * Allow setting a responsible AD for charter documents |
| 18 | + * Changed the UI of the charter page to use editlink for changing |
| 19 | + attributes and buttons for actions (to align with drafts and |
| 20 | + conflict-reviews) |
| 21 | + |
| 22 | + Moderator package: |
| 23 | + * Refactor: Simplified access to the current BallotDocEvent from a |
| 24 | + Document |
| 25 | + * Added functions to BallotDocEvents? to faciliate access to |
| 26 | + BallotPositionDocEvents?, both for all positions, and current AD postions. |
| 27 | + * Updated the moderator package to use the Documents from _agenda_data. |
| 28 | + * Added a filter to assist with rendering the moderator package. |
| 29 | + * Fixed a bug where different functions in idrfc/views_ballot were |
| 30 | + using log_state_changed expecting different implementations (a cleanup task |
| 31 | + should reconcile the _three_ implementations in the codebase of that |
| 32 | + function). |
| 33 | + |
| 34 | + Cleanup from codesprint: |
| 35 | + * Removed some duplication between doc/util and doc/models by moving |
| 36 | + things into doc/models |
| 37 | + * Do not show non-empty discuss text when the ballot position is not |
| 38 | + blocking |
| 39 | + * Added a migration to update non-blocking ballot positions that have |
| 40 | + non-empty discuss text |
| 41 | + |
| 42 | + DEPLOYMENT NOTES |
| 43 | + Please be aware that migration step will take a few minutes to complete. |
| 44 | + Fixes issue #865 |
| 45 | + |
| 46 | + * Tweaked the author extraction code to handle company names in the author |
| 47 | + list on the first page, when the company names contain a comma, such as |
| 48 | + for instance 'Foo Bar, Inc'. |
| 49 | + |
| 50 | + * Added support for get_file_path() for conflrev documents based on branch |
| 51 | + /personal/rcross/v4.32@4722, but tweaked to return only the directory, not |
| 52 | + the full directory+name+ext path, in order to behave the same way as for |
| 53 | + other document types. |
| 54 | + |
| 55 | + * Merged in [4746] from adam@nostrum.com: |
| 56 | + Adding slides to agenda page |
| 57 | + |
| 58 | + * Merged in [4738] from adam@nostrum.com: |
| 59 | + Added a link to the cookie page, at Robert's request |
| 60 | + |
| 61 | + * Merged in [4737] from adam@nostrum.com: |
| 62 | + Fixed profile update page to keep Alias table up to date. Also, roles |
| 63 | + for inactive groups are no longer displayed on the profile page. |
| 64 | + |
| 65 | + * Applied fix from rjsparks@nostrum.com: Remove old document filtering |
| 66 | + which is now to strict, letting conflict review documents show in the iesg |
| 67 | + agenda. |
| 68 | + |
| 69 | + * Applied fix from adam@nostrum.com: Display meeting materials with |
| 70 | + correct ordering. |
| 71 | + |
| 72 | + * Removed the ValueError exceptions introduced in the previous revision |
| 73 | + of the draft author extraction code. Fixes issue #858. |
| 74 | + |
| 75 | + * Fixed problem with diff links which erroneously included a template |
| 76 | + variable interpolation. |
| 77 | + |
| 78 | + * Fixed problem with displaying ISE stream documents. |
| 79 | + |
| 80 | + * Fixed the update password request form to *not* give an error for |
| 81 | + existing accounts ,:-) |
| 82 | + |
| 83 | + * Fixed some parameter names in the ietfauth urlconf which had reverted to |
| 84 | + an old form in a recent merge. |
| 85 | + |
| 86 | + * Used the .plain_name Person attribute in the agenda documents form |
| 87 | + instead of the full .name attribute. |
| 88 | + |
| 89 | + * The call to liaison_manager_sdos() in set_organization_field was |
| 90 | + missing a Person parameter -- added it. |
| 91 | + |
| 92 | + -- Henrik Levkowetz <henrik@levkowetz.com> 22 Aug 2012 14:57:33 +0200 |
| 93 | + |
1 | 94 | ietfdb (4.33) |
2 | 95 |
|
3 | 96 | This is the IETF-84 codesprint release: |
|
0 commit comments