Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | homepage: update scholar URL (not QA version) | Bryan Newbold | 2021-03-05 | 1 | -2/+2 |
| | |||||
* | web: fix bug double-displaying container search results | Bryan Newbold | 2021-03-01 | 1 | -15/+0 |
| | |||||
* | web: fix 'dark' archive color (typo); remove space after publisher name | Bryan Newbold | 2021-03-01 | 1 | -2/+2 |
| | |||||
* | web: tweak KBART span display | Bryan Newbold | 2021-02-26 | 1 | -1/+1 |
| | |||||
* | web: make homepage stackable (mobile) | Bryan Newbold | 2021-02-26 | 1 | -4/+4 |
| | |||||
* | home: mention coverage visualization | Bryan Newbold | 2021-02-26 | 1 | -2/+2 |
| | |||||
* | web: improve edit form navigation | Bryan Newbold | 2021-02-26 | 6 | -19/+26 |
| | |||||
* | web: improve editgroup display/form/submit | Bryan Newbold | 2021-02-26 | 1 | -28/+68 |
| | |||||
* | web: fix container search | Bryan Newbold | 2021-02-26 | 1 | -1/+2 |
| | |||||
* | web: try container search along with release for generic queries | Bryan Newbold | 2021-02-26 | 2 | -3/+22 |
| | |||||
* | web: refactor container SERP rows into macro | Bryan Newbold | 2021-02-26 | 2 | -0/+21 |
| | |||||
* | web: reduce flash() usage; have logins redirect | Bryan Newbold | 2021-02-26 | 5 | -24/+26 |
| | |||||
* | web: restyle account settings page a bit | Bryan Newbold | 2021-02-26 | 1 | -10/+20 |
| | |||||
* | web: fix editgrouop action/help overlap | Bryan Newbold | 2021-02-26 | 1 | -2/+5 |
| | |||||
* | web: release search (SERP) changes | Bryan Newbold | 2021-02-26 | 2 | -7/+24 |
| | | | | | - show preservation status instead of fulltext tag - more external identifiers | ||||
* | web: release view improvements | Bryan Newbold | 2021-02-26 | 1 | -111/+79 |
| | |||||
* | web: container bar improvements (eg, kbart holdings) | Bryan Newbold | 2021-02-26 | 1 | -8/+27 |
| | |||||
* | web: generic view improvements (entities, lists) | Bryan Newbold | 2021-02-26 | 9 | -69/+113 |
| | |||||
* | web: tweak display of files, webcapture, fileset | Bryan Newbold | 2021-02-26 | 3 | -34/+34 |
| | |||||
* | update SPN text | Bryan Newbold | 2021-02-26 | 1 | -11/+20 |
| | |||||
* | web: updates to homepage | Bryan Newbold | 2021-02-26 | 3 | -11/+54 |
| | | | | Not sure all of these will stick | ||||
* | web: format search result counts | Bryan Newbold | 2021-02-25 | 1 | -2/+2 |
| | |||||
* | entity metadata template: show 'extra' at the bottom | Bryan Newbold | 2021-02-24 | 1 | -3/+3 |
| | |||||
* | handle no-volumes coverage | Bryan Newbold | 2021-02-24 | 1 | -5/+6 |
| | | | | Instead of an error (iframe-like), shows a blank "no data" chart. | ||||
* | update homepage stats | Bryan Newbold | 2021-02-24 | 1 | -3/+3 |
| | |||||
* | about: small copy edits | Bryan Newbold | 2021-01-15 | 1 | -10/+9 |
| | | | | Thanks Cari S! | ||||
* | web: integrity is sha256-HASH, not sha256=HASH | Bryan Newbold | 2021-01-08 | 1 | -2/+2 |
| | |||||
* | show DOAJ (and dblp) identifiers in release view | Bryan Newbold | 2020-11-19 | 1 | -1/+7 |
| | |||||
* | container coverage: add keeper link and KBART holdings list | Bryan Newbold | 2020-10-13 | 1 | -0/+11 |
| | |||||
* | release view: remove abiguous OA status indicator | Bryan Newbold | 2020-10-13 | 1 | -4/+0 |
| | |||||
* | container view: fix non-OA empty box | Bryan Newbold | 2020-10-13 | 1 | -3/+3 |
| | |||||
* | coverage: show counts and fraction in tooltip of coverage bars | Bryan Newbold | 2020-10-13 | 1 | -5/+5 |
| | |||||
* | Merge branch 'bnewbold-202009-polish' into 'master' | Martin Czygan | 2020-09-29 | 8 | -118/+153 |
|\ | | | | | | | | | fatcat.wiki 2020-09 polish See merge request webgroup/fatcat!84 | ||||
| * | coverage: handle the case of hits, but none with years | Bryan Newbold | 2020-09-17 | 1 | -4/+5 |
| | | |||||
| * | web: handle unknown CSL style as a cleaner 400 page | Bryan Newbold | 2020-09-17 | 2 | -1/+7 |
| | | |||||
| * | web: update sub-resource integrity and pre-loading | Bryan Newbold | 2020-09-17 | 1 | -0/+13 |
| | | | | | | | | For security/integrity and performance | ||||
| * | lint cleanups | Bryan Newbold | 2020-09-17 | 1 | -1/+0 |
| | | |||||
| * | web: route constraints on fcids and UUIDs | Bryan Newbold | 2020-09-17 | 1 | -97/+97 |
| | | | | | | | | | | | | | | | | | | | | | | Instead of accepting any string for these parameters and throwing a 400 error if not the correct type, implement better route matching at the framework level and return more 404s. This resolves several outstanding sentry exceptions. The "flask-uuid" was imported and seems to have been configured for this purpose previously, but I guess I never finished configuring it. | ||||
| * | container view: only show OA indicator when known | Bryan Newbold | 2020-09-17 | 1 | -5/+1 |
| | | | | | | | | | | The "is_oa:False" could be that we just don't know; aren't actually distinguishing between false and blank. | ||||
| * | web container view: hide preservation when no releases | Bryan Newbold | 2020-09-17 | 1 | -8/+6 |
| | | |||||
| * | web toml editing: remove sub-entities from TOML | Bryan Newbold | 2020-09-17 | 1 | -0/+4 |
| | | |||||
| * | coverage search: pretty display for ES query errors | Bryan Newbold | 2020-09-17 | 2 | -1/+19 |
| | | |||||
| * | coverage: clarify available/accessible terminology | Bryan Newbold | 2020-09-17 | 1 | -1/+1 |
| | | |||||
* | | update keepers links to keepers.issn.org | Bryan Newbold | 2020-09-28 | 2 | -8/+8 |
|/ | |||||
* | homepage: small grammar tweaks (The/the) | Bryan Newbold | 2020-09-11 | 1 | -3/+3 |
| | |||||
* | remove typo (isbn:) from metadata DC.language field | Bryan Newbold | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | remove placeholder description meta tag | Bryan Newbold | 2020-08-20 | 1 | -1/+0 |
| | |||||
* | fix SearchAction nesting in WebSite (schema.org) | Bryan Newbold | 2020-08-20 | 1 | -5/+2 |
| | | | | | This is not related to sitemap changes, but I was reminded in google search tools when validating site. | ||||
* | sitemap fixes from testing | Bryan Newbold | 2020-08-19 | 1 | -5/+5 |
| | |||||
* | update robots.txt and sitemap.xml | Bryan Newbold | 2020-08-19 | 4 | -2/+52 |
| | | | | | | - show minimal robots/sitemap if not in prod environment - default to allow all in robots.txt; link to sitemap index files - basic sitemap.xml without entity-level links |