|
| 1 | +ietfdb (5.0.1) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a bugfix release which collects a series of fixes and usability |
| 4 | + tweaks from the last months. |
| 5 | + |
| 6 | + * Merged [7215] from rjsparks@nostrum.com: |
| 7 | + |
| 8 | + Use idnits on www.ietf.org. Fixes ticket #1200 |
| 9 | + |
| 10 | + * Merged [7212] from rjsparks@nostrum.com: |
| 11 | + |
| 12 | + Removed the "Reason for (re)chartering" line from the charter main |
| 13 | + document page. Fixes bug #1294 |
| 14 | + |
| 15 | + * Merged [7210] from rjsparks@nostrum.com: |
| 16 | + |
| 17 | + Allow the IRTF Chair and the ISE to request a conflict review directly |
| 18 | + through the tracker. Notify the Secretariat when someone other than the |
| 19 | + secretariat initiates a conflict review. Notify IANA when anyone |
| 20 | + initiates a conflict review. Fixes tickets #1287 and #1289 |
| 21 | + |
| 22 | + * Merged [7204] from rjsparks@nostrum.com: |
| 23 | + |
| 24 | + Adds the IAB-parented sessions to the set of things returned as "areas" |
| 25 | + Fixes bug #1288 |
| 26 | + |
| 27 | + * Merged [7077] from rjsparks@nostrum.com: |
| 28 | + |
| 29 | + Returns "there are no ballots to view yet" rather than 404ing when the |
| 30 | + ballot link is followed for a document that exists. It is typical for |
| 31 | + last call to be issued (which includes a link to the ballot page) well in |
| 32 | + advance of creating any ballot for a document. Fixes bug 1233 |
| 33 | + |
| 34 | + * Merged [7076] from rjsparks@nostrum.com: |
| 35 | + |
| 36 | + Sets the State(type=draft) to Replaced when a document is replaced using |
| 37 | + views_draft.replaces. Sets the state back to Active or Expired when a |
| 38 | + document is no longer replaced by another document. Adds tests for the |
| 39 | + above functionality. Provides a patch to repair the state of documents |
| 40 | + pointed to by RelatedDocument(relationship__slug='replaces') objects |
| 41 | + created by views_draft.replaces before this fix. Fixes bug 1234 |
| 42 | + |
| 43 | + * Merged [6361] from rjsparks@nostrum.com: |
| 44 | + |
| 45 | + Allow the secretariat and ads to change the title of a status change |
| 46 | + document. Fixes bug 1141. |
| 47 | + |
| 48 | + Applied changes to adapt the code from Django 1.2 to 1.6: Provide a |
| 49 | + quoted string to {% url %} and use request.user.person instead of |
| 50 | + request.user.get_profile(). |
| 51 | + |
| 52 | + * Fixed problem with nomcom RST templates not being rendered under Django |
| 53 | + 1.6. |
| 54 | + |
| 55 | + * Merged [6359] from rjsparks@nostrum.com: |
| 56 | + |
| 57 | + Send email to the secretariat when a status change document is put |
| 58 | + directly into the last-call-requested state. Fixes bug 1139. |
| 59 | + |
| 60 | + * Added stream change and state change emails in adopt_draft() -- |
| 61 | + otherwise we wouldn't have the state change emails assumed in the previous |
| 62 | + commit. See issue #1246. |
| 63 | + |
| 64 | + * Removed the extra (misleading) email about WG adoption which is sent |
| 65 | + out in addition to the state change emails when a call for addoption (WG) |
| 66 | + or adoption (RG) is done using the 'Adopt Draft in Group' form. The state |
| 67 | + change messages should be sufficient, and are not misleading. Fixes issue |
| 68 | + #1246 (and 1290). |
| 69 | + |
| 70 | + * Handled the case in is_downref() where the src file doesn't have a |
| 71 | + std_level or intended_std_level set. |
| 72 | + |
| 73 | + * Modified ALLOWED_HOSTS to permit some (surprising) alternative |
| 74 | + HTTP_HOST names. Are these a result of queries proxied through other |
| 75 | + ietf.org domains? The numerical address is the mail server address. We |
| 76 | + should find out why that appears, and see if it can be made to appear as |
| 77 | + mail.ietf.org instead. |
| 78 | + |
| 79 | + * Added Matt Larson to the release notification email address list. |
| 80 | + |
| 81 | + -- Henrik Levkowetz <henrik@levkowetz.com> 09 Feb 2014 22:26:04 +0100 |
| 82 | + |
1 | 83 | ietfdb (5.0.0) ietf; urgency=medium |
2 | 84 |
|
3 | 85 | With this release, a journey which started in 2008 with a *major* redesign |
@@ -79,7 +161,7 @@ ietfdb (4.84) ietf; urgency=low |
79 | 161 |
|
80 | 162 | * Merged [6701] from rjsparks@nostrum.com: |
81 | 163 | Adds pages to show what a given document refers to and what refers to it. |
82 | | - ixes bug #1194 ommit ready for merge |
| 164 | + Fixes bug #1194 ommit ready for merge |
83 | 165 |
|
84 | 166 | * Merged [6672] from rjsparks@nostrum.com: |
85 | 167 | Removed requirement to enter a phone number in various places on an IPR |
|
0 commit comments