|
| 1 | +ietfdb (6.78.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Document search on IRTF state, performance improvements** |
| 4 | + |
| 5 | + This release brings document search support for filtering on IRTF states, |
| 6 | + courtesy of Mat Ford, and further performance improvements to the IESG |
| 7 | + agenda document page and document search pages. There are also improvements |
| 8 | + to the testing infrastructure, HTML cleanup, some added API documentation, |
| 9 | + and a number of bugfixes, as follows: |
| 10 | + |
| 11 | + * Merged in [15012] from ford@isoc.org: |
| 12 | + Added IRTF State option to Additional Search Criteria pulldown. |
| 13 | + |
| 14 | + * Fixed various html issues. |
| 15 | + |
| 16 | + * Added more information about personal API keys to the API help page. |
| 17 | + |
| 18 | + * Tweaked the test runner to more consistently force the test coverage |
| 19 | + tests to be run last. |
| 20 | + |
| 21 | + * Changed calls to .related_that*() and .relations_that*() to use tuples |
| 22 | + rather than lists (a slight optimization). |
| 23 | + |
| 24 | + * Silenced another deprecation warning from a library. |
| 25 | + |
| 26 | + * Reduced the max number of results returned by document searches from |
| 27 | + 500 to 200, for a better user experience. A faster return and a search |
| 28 | + term tweak to pinpoint the desired search result is better than a long wait |
| 29 | + and then maybe having to tweak the search terms anyway. |
| 30 | + |
| 31 | + * Use .assertIn(...) in tests instead of .assertTrue(x in y) as the |
| 32 | + failure messages are much more informative |
| 33 | + |
| 34 | + * Changed the signature of some document methods to not accept lists (but |
| 35 | + still accept tuples) in order to make caching possible. Added @memoize to |
| 36 | + some methods. |
| 37 | + |
| 38 | + * Added another prefetch to search doc query results. |
| 39 | + |
| 40 | + * Imposed sort order (most recent docs first) on document search results, |
| 41 | + in order to retain the most recent docs in case we have to chop the result |
| 42 | + list due too many hits. |
| 43 | + |
| 44 | + * Tweaked the django_cprofile_middleware patch to use a query arg of |
| 45 | + psort instead of sort, to avoid conflict with app query args 'sort'. |
| 46 | + |
| 47 | + * Added back the on-agenda calendar links to document lists, now in an |
| 48 | + implementation with better performance characteristics. |
| 49 | + |
| 50 | + * Updated minimum requirements for bootstrap3, to work with django 1.11 |
| 51 | + |
| 52 | + * Fixed an issue where the change of slide naming between IETF 96 and 97 |
| 53 | + caused the datatracker to not provide correct link to pre-IETF-97 |
| 54 | + materials. Thanks to tjw.ietf@gmail.com for the heads-up. |
| 55 | + |
| 56 | + * Merged in [14970] from rjsparks@nostrum.com: |
| 57 | + Factories for the ipr app. Coverage of ietf.ipr.views.ajax_search, and |
| 58 | + a factory-driven test of ietf.ipr.views.edit. |
| 59 | + |
| 60 | + * Enhanced debug.py: made the mark() function indicate file and line |
| 61 | + number it was called from. Added if debug: conditions around some other |
| 62 | + function actions. |
| 63 | + |
| 64 | + * Another round of iesg page optimizations. Reduced additional instances |
| 65 | + of individual lookups to a single lookup followed by annotation of document |
| 66 | + objects. Reduced several instances of repeating the same work multiple |
| 67 | + times (queries for telechat documents, queries for telechat dates). |
| 68 | + |
| 69 | + * Fixed a number of tests to deal correctly with model method caching. |
| 70 | + |
| 71 | + * Changed the ballot_icon template tag to use an already found ballot if |
| 72 | + available, rather than doing lookups to find it (twice!). |
| 73 | + |
| 74 | + * Added a patch for debug mode, to add a filtering option to the |
| 75 | + django-cprofile-middleware. |
| 76 | + |
| 77 | + * Be more specific with bootstrap's layout classes for small devices in |
| 78 | + the base template, to avoid the bottom links and footer overlaying the |
| 79 | + bottom of the content area. Fixes a problem with entering login |
| 80 | + information on small devices. |
| 81 | + |
| 82 | + -- Henrik Levkowetz <henrik@levkowetz.com> 08 Apr 2018 16:01:23 +0000 |
| 83 | + |
| 84 | + |
1 | 85 | ietfdb (6.77.1) ietf; urgency=medium |
2 | 86 |
|
3 | 87 | **Performance improvements** |
|
0 commit comments