| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | catch ApiValueError in some generic API calls | Bryan Newbold | 2020-03-25 | 1 | -2/+12 | 
| | | | | | | | | | | | | | | The motivation for this change is to handle bogus revision IDs in URLs, which were causing 500 errors not 400 errors. Eg: https://qa.fatcat.wiki/file/rev/5d5d5162-b676-4f0a-968f-e19dadeaf96e%2B2019-11-27%2B13:49:51%2B0%2B6 I have no idea where these URLs are actually coming from, but they should be 4xx not 5xx. Investigating made me realize there is a whole category of ApiValueError exceptions we were not catching and should have been. | ||||
| * | clarify shadow filter code | Bryan Newbold | 2020-02-13 | 1 | -1/+1 | 
| | | |||||
| * | filter out shadows-only files in webface | Bryan Newbold | 2020-02-13 | 1 | -0/+4 | 
| | | |||||
| * | improve previous commit (JATS abstract hack) | Bryan Newbold | 2019-12-03 | 1 | -4/+6 | 
| | | |||||
| * | hack: remove enclosing JATS XML tags around abstracts | Bryan Newbold | 2019-12-03 | 1 | -1/+7 | 
| | | | | | | | The more complete fix is to actually render the JATS to HTML and display that. This is just to fix a nit with the most common case of XML tags in abstracts. | ||||
| * | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 1 | -1/+1 | 
| | | |||||
| * | include example releases on container landing page | Bryan Newbold | 2019-09-03 | 1 | -7/+8 | 
| | | | | | | Included making release search results an entity macro (in webface templates). | ||||
| * | improve wayback view page | Bryan Newbold | 2019-08-24 | 1 | -1/+1 | 
| | | |||||
| * | default container stats by ident, not issnl | Bryan Newbold | 2019-08-12 | 1 | -1/+1 | 
| | | |||||
| * | refactor all entities to new UI style | Bryan Newbold | 2019-06-13 | 1 | -1/+1 | 
| | | |||||
| * | implement major refactor for other entity types | Bryan Newbold | 2019-06-13 | 1 | -14/+121 | 
| | | |||||
| * | revision links from editgroup, and typofix | Bryan Newbold | 2019-06-13 | 1 | -0/+1 | 
| | | |||||
| * | container revision view | Bryan Newbold | 2019-06-13 | 1 | -0/+10 | 
| | | |||||
| * | web entity helpers (for refactored views) | Bryan Newbold | 2019-06-12 | 1 | -0/+41 | 
