From 5ebe0b144754564a2598750152737db282ab5979 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 21 Jun 2012 01:06:21 +0000 Subject: [PATCH] Add back missing part of 4.21 changelog entry. - Legacy-Id: 4494 --- changelog | 64 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 53 insertions(+), 11 deletions(-) diff --git a/changelog b/changelog index 93d85bd17..8ca5580a1 100644 --- a/changelog +++ b/changelog @@ -1,10 +1,19 @@ ietfdb (4.21) This is a bugfix release for the charter release (4.20) with some - extra changes which were pending. + extra changes which were pending: Updated via-rfc-editor handling, + better /meeting/requests page, added WG document approval page. From olau@iola.dk: + * Add approval/pre-approval page for Secretariat and WG Chairs, with + subpages for adding and canceling pre-approvals and a set of + migrations for replacing the old IdApprovedDetail with a slightly less + confusing Preapproval model. + + * Add listing of recently approved drafts to approval page by request + from Barry Leiba. + * Replace get_profile() hack with a test on the user instead, this also makes the ballot icon more robust against users without profiles (which shouldn't happen, but apparently we sometimes get one which @@ -14,13 +23,13 @@ ietfdb (4.21) consistent, this is needed because we still have different views for /doc/rfcXXXX/ and /doc/draft-foo-bar/ - * Fix regexp fix - [.-_] does not mean 'dot or dash or underscore', it + * Fix regexp fix - [.-_] does not mean "dot or dash or underscore", it means all characters between dot and underscore * Include _ in allowed document name regexp, we currently have 7 drafts with _ in the database despite it not being valid - they can be found with: - select name from doc_document where name like '%\_%' and type_id = 'draft'; + select name from doc_document where name like '%\_%' and type_id = "draft"; * Fix flow of approval of charters/announcement of the WG action based on feedback from Cindy Morgan, now there's a link on the approval page @@ -47,13 +56,13 @@ ietfdb (4.21) consistent, this is needed because we still have different views for /doc/rfcXXXX/ and /doc/draft-foo-bar/ - * Fix regexp fix - [.-_] does not mean 'dot or dash or underscore', it + * Fix regexp fix - [.-_] does not mean "dot or dash or underscore", it means all characters between dot and underscore * Include _ in allowed document name regexp, we currently have 7 drafts with _ in the database despite it not being valid - they can be found with: - select name from doc_document where name like '%\_%' and type_id = 'draft'; + select name from doc_document where name like '%\_%' and type_id = "draft"; * Fix flow of approval of charters/announcement of the WG action based on feedback from Cindy Morgan, now there's a link on the approval page @@ -79,9 +88,42 @@ ietfdb (4.21) is on the edit info form. Put the old-ADs back into the list of choices when editing a document's info. This (re) fixes bug #749 + * Fixed a bug in determining if a document is on the agenda, leftover + from transition to new schema. + From adam@nostrum.com: - -- Henrik Levkowetz 21 Jun 2012 01:01:37 +0000 + * Fix to the requests data page: + - uses native schema for much greater efficiency + - Uses meeting ID properly, so it can find future meetings + even if their ID does not match the meeting number + - Dramatic improvements to layout + + From henrik@levkowetz.com: + + * Try to not use explicit .html extensions in the urls. Redirect from + those to .html-less urls. + + * Added a new field 'short' to Session, to help produce file names for + agendas, minutes and slides for groups with different named session, such + as for instance 'edu'. Generating distinct filenames directly from the + name field gives too long names. + + * Quick fix for extensionless get_absolute_url(). XXX Fixme: needs + bigger refactoring. + + * Quick fix for crash when going to /wg/imapmove/charter/. I'm not happy + about the 'charter-ietf-' constant which now appears several places in the + code; we need settings which defines the correct name pattern for different + document types (or a table or table column, maybe). But this hopefully + will make it possible to continue processing proposed WGs ... + + * Added missing '{{' before 'submission.filename' in draft announcement + email templates. + + * Other minor fixes + + -- Henrik Levkowetz 11 Jun 2012 18:40:14 +0000 ietfdb (4.20) @@ -132,11 +174,11 @@ ietfdb (4.20) * Move charter state help to /doc/help/state/charter/. - * Say 'generate' rather than 'edit' when there's no text in the boxes + * Say "generate" rather than "edit" when there's no text in the boxes * Don't show diff box if there's only 1 entry (and itself). - * Say 'Charter' rather than 'Recharter' on the charter /doc/ page if the + * Say "Charter" rather than "Recharter" on the charter /doc/ page if the group is proposed or a BoF. * Treat BoF as proposed WG. @@ -161,15 +203,15 @@ ietfdb (4.20) * Fix some phrasing bugs. - * Fix terminology confusion and say 'send ballot' rather than 'issue - ballot' to clear up that it is not actually created. + * Fix terminology confusion and say "send ballot" rather than "issue + ballot" to clear up that it is not actually created. * Fix wording of send ballot comment, the actual text was still specific to drafts. * Don't show edit button for snapshots. - * Fix bug in hiding 'external review needed' checkbox. + * Fix bug in hiding "external review needed" checkbox. * Create charters in state notrev instead of intrev, as a side effect this fixes a problem with comments not being saved when starting