Mercurial > p > roundup > code
diff CHANGES.txt @ 7746:ad1e8e1f7fa7
issue2551320: user.help-search.html doesn't respect properties.
Setting url parameter properties when using the classhelp for users
now shows the requested properties.
Also replaced 'GET' with 'get' in the method used by the classic
template. HTML5 seems to prefer lowercase. This also makes all
occurances of user.help-search.html identical in the classic, devel
and responsive templates. The jinja2 template doesn't implement
this.
The issue was discovered by the team working on creating a new
classhelper web-component at UMass-Boston: team 3 - CS682 Spring
2024. I will update CHANGES.txt with their names when I find out who
gets the attribution and how they want to be listed.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 28 Feb 2024 15:45:15 -0500 |
| parents | 67438e439da8 |
| children | c65e0a725c88 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Feb 26 12:12:45 2024 -0500 +++ b/CHANGES.txt Wed Feb 28 15:45:15 2024 -0500 @@ -87,6 +87,11 @@ support. Install docs updated to state that FTS5 support is required when using SQLite for back end. (Found Tonu Mikk, fix John Rouillard) +- issue2551320: user.help-search.html doesn't respect + properties. Setting url parameter properties when using the + classhelp for users now shows the requested properties. (Found by + team-3 of the UMass-Boston CS682 Spring 2024 class; fix John + Rouillard) Features:
