|
| 1 | +ietfdb (6.79.1) ietf; urgency=medium |
| 2 | + |
| 3 | + * Merged in [15080] from rjsparks@nostrum.com: |
| 4 | + Marked a couple of functions as unreachable. |
| 5 | + |
| 6 | + * Reverted a change to UserFactory to avoid nepalese names. The issue is |
| 7 | + bigger, and needs a different resulution. Changed the url pattern that |
| 8 | + used \w to match names to instead use a more inclusive regex. |
| 9 | + |
| 10 | + * Fixed a PyQuery property access that should have been a method call. |
| 11 | + |
| 12 | + * Merged in [15076] from rjsparks@nostrum.com: |
| 13 | + Added a test for meeting/requests. |
| 14 | + |
| 15 | + * Tweaked the IPR factory to be less likely to produce invalid patent |
| 16 | + info. |
| 17 | + |
| 18 | + * Merged in [15075] from rjsparks@nostrum.com: |
| 19 | + Improved testing for docs_for_ad. |
| 20 | + |
| 21 | + * Excluded nepalese from person name locales, to avoid test names that |
| 22 | + contain nonspacing marks that python 2.7 doesn't match to \w, which creates |
| 23 | + urlpattern issues. |
| 24 | + |
| 25 | + * Merged in [15074] from rjsparks@nostrum.com: |
| 26 | + Simplified docs_in_iesg_process. Added a test for it. |
| 27 | + |
| 28 | + * Merged in [15073] from rjsparks@nostrum.com: |
| 29 | + Rearranged ietf/doc/urls.py to allow matching some special pages under |
| 30 | + /doc without a trailing slash. Adjusted several of those special URLs to |
| 31 | + work without the trailing slash. |
| 32 | + |
| 33 | + * Added permission for a document shepherd to request publication. Fixes |
| 34 | + issue #2509. |
| 35 | + |
| 36 | + -- Henrik Levkowetz <henrik@levkowetz.com> 26 Apr 2018 12:08:20 +0000 |
| 37 | + |
| 38 | + |
1 | 39 | ietfdb (6.79.0) ietf; urgency=medium |
2 | 40 |
|
3 | 41 | **IPR patent info field fixes, IESG position API enhancement, and more.** |
|
0 commit comments