comparison CHANGES.txt @ 6263:3a851df879cd

Remove doc dependency sphinxcontrib-cheeseshop. Was used for download button in the index page for the website. It is still pointing to the old http pypi endpoint. I tried to override cheeseshop_url in the sphinx conf.py without luck. Richard Jones forgot that cheeseshop existed, so I think it can be considered depricated. Removed cheeseshop directive and inserted http markup using raw directive to provide download "button" to link to latest package page on https://pypi.org.
author John Rouillard <rouilj@ieee.org>
date Wed, 09 Sep 2020 12:01:56 -0400
parents f9c059921ccc
children bda491248fd8
comparison
equal deleted inserted replaced
6262:ba82fb74f806 6263:3a851df879cd
28 - When requesting transitive properties via '@fields' in the REST-API, 28 - When requesting transitive properties via '@fields' in the REST-API,
29 an empty link in the transitive property (e.g. author.username when 29 an empty link in the transitive property (e.g. author.username when
30 requesting message properties) would result in a 404 error. Now we're 30 requesting message properties) would result in a 404 error. Now we're
31 returning a JSON 'null' value. for an empty link (e.g. empty author in 31 returning a JSON 'null' value. for an empty link (e.g. empty author in
32 the example). 32 the example).
33 - sphinxcontrib.cheeseshop is unmaintained and using old http
34 url. Attempts to override cheeseshop_url failed. Replace call to
35 cheeseshop in docs with raw html and remove references to
36 cheeseshop. (John Rouillard)
33 37
34 Features: 38 Features:
35 - issue2550522 - Add 'filter' command to command-line 39 - issue2550522 - Add 'filter' command to command-line
36 interface. Filter command was actually added in 2.0.0, but this 40 interface. Filter command was actually added in 2.0.0, but this
37 issue requested transitive searching. So that: 41 issue requested transitive searching. So that:

Roundup Issue Tracker: http://roundup-tracker.org/