Skip to content

v6.3.2

Compare
Choose a tag to compare
@epugh epugh released this 08 Dec 21:51

6.3.2 - 2020-12-08

Features

Improvements

  • Easy in-place editing of case name and the try name to encourage using those features! Microinteration FTW! #242 by @epugh.

  • Demonstrate richness of queries in Quepid when you use the TMDB dataset. #236 by @epugh fixes #224.

  • Update Javascript references to application/javascript. Pay down some tech debt! #223 by @epugh

  • Simplify handling doc id's that have periods or slashes in then, and avoid base64 issues by passing that in the JSON payload. #233 by @epugh fixes #228 and #221.

  • Some Solr collections need manual setup of the wt=json mimetype. Add better text message for users. #235 by @epugh fixes #178.

  • The CSV export format has a CSV injection vulnerability that is now fixed. #245 by @nicholaskwan fixes #231.

  • The Javascript based scorers could be used maliciously, so we've added an environment variable COMMUNAL_SCORERS_ONLY that controls if only Admins can create communal scorers for use by users. #246 by @jacobgraves fixes #232.

  • Don't show the Sharing icon for communal scorers, since they are implicitly shared globally! #251 by @epugh fixes #247.

  • Allow the export and import cycle of ratings using both CSV and RRE formats to include queries with no rated documents. Don't create a partial rating on import where we only have a doc id but no rating. #252 by @epugh fixes #244 by @LiuCao0614

  • Make it easier for scrapers and automated test tools to log into Quepid by adding some id and class tags to the login forms. #257 by @epugh.

Bugs