Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | web: add links to deletion pages from edit pages | Bryan Newbold | 2020-07-31 | 4 | -0/+13 | |
| | ||||||
* | editing: withdrawn_status, release_year | Bryan Newbold | 2020-07-31 | 2 | -24/+44 | |
| | ||||||
* | release form validators and tweak labels | Bryan Newbold | 2020-07-31 | 1 | -8/+37 | |
| | ||||||
* | fix typo bug resulting in lost/bad ext_id web edits | Bryan Newbold | 2020-07-31 | 1 | -2/+2 | |
| | ||||||
* | implement webface entity deletion | Bryan Newbold | 2020-07-31 | 2 | -27/+251 | |
| | ||||||
* | routes: handle case of viewing deleted entity in editgroup context | Bryan Newbold | 2020-07-30 | 4 | -8/+35 | |
| | | | | | | Eg, consider deleting an entity. When viewing the editgroup, want to be able to click the deleted entity and see the "deleted entity" page instead of a generic 404. | |||||
* | remove some meta-fields from TOML form (all entities) | Bryan Newbold | 2020-07-30 | 1 | -1/+5 | |
| | ||||||
* | wire up new TOML views | Bryan Newbold | 2020-07-30 | 12 | -63/+194 | |
| | ||||||
* | generic HTML views for TOML editing | Bryan Newbold | 2020-07-30 | 4 | -0/+80 | |
| | ||||||
* | editing: more 'raise' status instead of 'abort()' | Bryan Newbold | 2020-07-30 | 1 | -1/+1 | |
| | ||||||
* | generic helpers for TOML editing routes | Bryan Newbold | 2020-07-30 | 2 | -10/+201 | |
| |