|
| 1 | +ietfdb (6.25.0) ietf; urgency=high |
| 2 | + |
| 3 | + **Enhanced testing** |
| 4 | + |
| 5 | + This release brings in added tests for template parsing and checking the |
| 6 | + correspondence between the dynamic and static resources that templates |
| 7 | + reference, and the url patterns and static resources that are actually |
| 8 | + available. It makes the test coverage figures more consistent across test |
| 9 | + runs, checks for proper cache functioning, and adds functionality to the |
| 10 | + coverage_changes management command. It also fixes a number of bugs for |
| 11 | + issues found as a result of the improved testing. Finally, it changes to |
| 12 | + memory-based session storage, instead of database-based. |
| 13 | + |
| 14 | + Excerpt from the commit log: |
| 15 | + |
| 16 | + * Added 3 tests which checks 1) that all templates can be parsed and |
| 17 | + loaded, 2) that url template-tags refer to an urlconf callback that exists, |
| 18 | + and 3) that static template-tags resolve to urls that work. This was |
| 19 | + prompted by some 500 errors earlier which weren't caught by existing texts. |
| 20 | + |
| 21 | + * Cached the list of template paths in test_runner.py so we can call it |
| 22 | + multiple times cheaply. |
| 23 | + |
| 24 | + * Merged in [11479] from rcross@amsl.com: |
| 25 | + Remove references to non-existent views from templates. |
| 26 | + |
| 27 | + * Fixed some missing and mistyped web assets found with |
| 28 | + test_template_statics_exists(). |
| 29 | + |
| 30 | + * Fixed a place where a logged-in user without associcated Person would |
| 31 | + cause a 500 instead of 403. |
| 32 | + |
| 33 | + * Added settings to use the cache back-end for sessions. Separated out |
| 34 | + the preference cookie age from the session age. Made the session age |
| 35 | + refresh on each access, and set the session timeout to 4 weeks of no access. |
| 36 | + |
| 37 | + * Refactored the code to skip coverage testing a bit, and added skipping |
| 38 | + of template and url coverage. |
| 39 | + |
| 40 | + * Added a production-mode check to verify that the cache is functioning |
| 41 | + as expected. |
| 42 | + |
| 43 | + * Added missing right-angle for a div. Made some form elements initially |
| 44 | + display: none in order to avoid elements jumping around on initial form |
| 45 | + rendering. Fixed alignment of Submit and Back buttons, by proper nesting |
| 46 | + and col-md- class. |
| 47 | + |
| 48 | + * Added a banner on top of the agenda view of unofficial agendas (which |
| 49 | + now work) indicating that it's not the official agenda. |
| 50 | + |
| 51 | + * Added an optional parameter 'owner' to meeting.views.agenda(). Fixed |
| 52 | + issues #1959 and #1615 |
| 53 | + |
| 54 | + * Fixed a buggy urlpattern regexp which would eat up the last character |
| 55 | + in an url if not given an extension. |
| 56 | + |
| 57 | + * Added the ability to list absolute coverage data, not only show |
| 58 | + relative differences, to the coverage_changes management command. |
| 59 | + |
| 60 | + * Added to PLAN: lift in draft htmlization lib from tools.ietf.org |
| 61 | + |
| 62 | + * Added a check for the phantomjs binary to the skip-selenium tests in |
| 63 | + ietf/meeting/tests_js.py, in order to be able to add selenium to |
| 64 | + requirements.txt. This will make the selenium tests run if phantomjs is |
| 65 | + available on the system, without manually having to install the selenium |
| 66 | + module. This should make the buildbot run the selenium tests, too. |
| 67 | + |
| 68 | + * Tweaked the release page a bit, fixing vertical alignment of revision |
| 69 | + comments when breaking across lines, comment appearance on iPads, and |
| 70 | + introducing striped tables. |
| 71 | + |
| 72 | + * Changed the code test coverage checking to never register coverage |
| 73 | + counts for tests that are sometimes skipped. Removed now unwanted skip |
| 74 | + settings from the releasetest settings. |
| 75 | + |
| 76 | + * Removed dead templates. |
| 77 | + |
| 78 | + * Removed dead code. |
| 79 | + |
| 80 | + * Language tweaks |
| 81 | + |
| 82 | + |
| 83 | + -- Henrik Levkowetz <henrik@levkowetz.com> 28 Jun 2016 02:22:54 -0700 |
| 84 | + |
| 85 | + |
| 86 | + |
1 | 87 | ietfdb (6.24.0) ietf; urgency=high |
2 | 88 |
|
3 | 89 | **Interim meeting management** |
|
0 commit comments