Jennifer Richards

Results 72 comments of Jennifer Richards

I added a test - which fails because it turns out this goes deeper. There's a similar issue in `list_menu.html` with the added wrinkle that it's included both in the...

> @jennifer-richards @microamp Is this still something to pursue? Yes, original bug is still there afaik and I think this was a good approach.

In the scramble to cut over to the new infrastructure, I lost track of this PR and wound up reimplementing it slightly differently. I'm merging that over so we can...

I think there was still disagreement about `useNotes` vs `usesNotes`. Easier to push a commit than to point at them, but please review that I'm not mixing up similarly named...

Reopening - there is still a dependency in `debug.py` as @microamp mentioned in his PR comment

Better not to mark it safe unless we actually mean to allow literal HTML in the fields - I'm fairly sure we want Django to do the escaping here and...

``` FAIL: test_upcoming_view_filter_whitespace (ietf.meeting.tests_js.InterimTests) Whitespace in filter lists should be ignored ---------------------------------------------------------------------- Traceback (most recent call last): File "/__w/datatracker/datatracker/ietf/meeting/tests_js.py", line 1195, in test_upcoming_view_filter_whitespace self.do_upcoming_view_filter_test('?show=mars , ames &hide= ames', self.displayed_interims(groups=['mars'])) File...

Thanks - I can reproduce with any non-published RFC number. I think it's falling back to a search for a type that the search view hasn't been taught to understand....

> Yet another: a draft came in with ``. This resulted in no actual error message in the log, just a useless "see above" message. Running it through xml2rfc revealed...