Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve citeproc/CSL web interface | Bryan Newbold | 2020-03-25 | 1 | -1/+6 |
| | | | | | | | | | | | | | | This tries to show the citeproc (bibtext, MLA, CSL-JSON) options for more releases, and not show the links when they would break. The primary motivation here is to work around two exceptions being thrown in prod every day (according to sentry): KeyError: 'role' ValueError: CLS requries some surname (family name) I'm guessing these are mostly coming from crawlers following the citeproc links on release landing pages. | ||||
* | 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 |