Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: fix API URL link for review pages of entities | Bryan Newbold | 2021-11-17 | 1 | -2/+2 |
| | |||||
* | web: implement new schema changes | Bryan Newbold | 2021-10-13 | 1 | -1/+10 |
| | |||||
* | refs: web UI tweaks for iterated CSL schema | Bryan Newbold | 2021-08-03 | 1 | -3/+19 |
| | |||||
* | refs: several small improvements to web UI | Bryan Newbold | 2021-07-27 | 1 | -2/+9 |
| | |||||
* | refs: show up to 8 authors in summary tables | Bryan Newbold | 2021-07-27 | 1 | -4/+4 |
| | |||||
* | web: refactor refs table into separate refs_macros file | Bryan Newbold | 2021-07-23 | 1 | -3/+38 |
| | |||||
* | improvements to fuzzy refs view | Bryan Newbold | 2021-07-23 | 1 | -9/+8 |
| | | | | | | | | - fixes to release summary macro - show tab counts correctly by re-using generic entity get helper - table styling; 'prev' link - openlibrary access links - parse-and-match button for unmatched+unstructured refs | ||||
* | web: template macro to display release entry summary | Bryan Newbold | 2021-07-23 | 1 | -0/+52 |
| | |||||
* | web: missing trailing parens | Bryan Newbold | 2021-07-02 | 1 | -1/+1 |
| | |||||
* | web: PMCID external link improvement | Bryan Newbold | 2021-07-02 | 1 | -1/+1 |
| | |||||
* | web: fix DOAJ article links (remove trailing slash) | Bryan Newbold | 2021-06-04 | 1 | -1/+1 |
| | |||||
* | web: fix spacing for doaj/dblp identifiers in SERP | Bryan Newbold | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | web: bugfix dblp vs. doaj display logic | Bryan Newbold | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | web: consistent public API URLs | Bryan Newbold | 2021-04-12 | 1 | -6/+1 |
| | |||||
* | web: remove newline from entity view template macro | Bryan Newbold | 2021-03-08 | 1 | -2/+2 |
| | | | | | Browsers were ignoring this, but some bots were crawling with a "%0A" in the URL | ||||
* | web: refactor container SERP rows into macro | Bryan Newbold | 2021-02-26 | 1 | -0/+20 |
| | |||||
* | web: release search (SERP) changes | Bryan Newbold | 2021-02-26 | 1 | -6/+23 |
| | | | | | - show preservation status instead of fulltext tag - more external identifiers | ||||
* | web: generic view improvements (entities, lists) | Bryan Newbold | 2021-02-26 | 1 | -13/+11 |
| | |||||
* | coverage: show counts and fraction in tooltip of coverage bars | Bryan Newbold | 2020-10-13 | 1 | -5/+5 |
| | |||||
* | coverage: clarify available/accessible terminology | Bryan Newbold | 2020-09-17 | 1 | -1/+1 |
| | |||||
* | routes: handle case of viewing deleted entity in editgroup context | Bryan Newbold | 2020-07-30 | 1 | -5/+7 |
| | | | | | | 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. | ||||
* | control shadow preservation display with a flag | Bryan Newbold | 2020-07-30 | 1 | -3/+9 |
| | |||||
* | update container view stats | Bryan Newbold | 2020-07-30 | 1 | -0/+89 |
| | | | | | | - show release type counts - new-style preservation status (single bar) - show release_type preservation break down on coverage page | ||||
* | switch SERP stage coloring to brown uppercase | Bryan Newbold | 2020-07-28 | 1 | -13/+11 |
| | | | | To match fatcat-scholor, where this scheme has been successful. | ||||
* | refactor search macros into new file | Bryan Newbold | 2020-07-28 | 1 | -40/+0 |
| | |||||
* | refactor release and container search | Bryan Newbold | 2020-07-24 | 1 | -5/+5 |
| | | | | | | | | | | Based on fatcat-scholar refactoring. This doesn't include refactoring of stats, aggregates, or histograms yet, just the direct queries. Don't have any test coverage yet; intend to try elasticmock or figuring out how to ingest mock JSON results directly. | ||||
* | Merge branch 'bnewbold-search-tweaks' into 'master' | bnewbold | 2020-04-27 | 1 | -25/+51 |
|\ | | | | | | | | | tweaks to search result pages See merge request webgroup/fatcat!50 | ||||
| * | web search: tweak release search result style | Bryan Newbold | 2020-04-23 | 1 | -25/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is also back-ported from covid19.fatcat.wiki, though with some more tweaks on top. The changes are: - show original title if available (usually non-English) - move release_type label to title line suffix, and only show if not a "paper" - show publication status and withdrawl as text after the journal title, not as a label | ||||
* | | web: fix ident=None broken links | Bryan Newbold | 2020-04-23 | 1 | -0/+2 |
|/ | | | | | | On web interface views for revisions, we had a bunch of broken links because the ident is "None". This commit fixes these by removing the links. | ||||
* | pagination: use correct endpoint in navigation | Martin Czygan | 2020-01-18 | 1 | -5/+5 |
| | |||||
* | datacite release links and metadata expansion | Bryan Newbold | 2019-12-20 | 1 | -2/+2 |
| | | | | | | | Small ergonomic changes for datacite releases: - add a link to live/current datacite metadata (like we do for Crossref) - expand "extra" metadata fields under 'datacite' dict in metadata view | ||||
* | gray out inactive navigation links | Martin Czygan | 2019-11-14 | 1 | -2/+2 |
| | | | | | | | | As per [this issue](https://github.com/Semantic-Org/Semantic-UI/issues/1885#issuecomment-77619519), text colors are not supported in semantic ui. To not move text too much, gray out inactive links. | ||||
* | move pagination into macros | Martin Czygan | 2019-11-14 | 1 | -0/+40 |
| | | | | | | | | | Two new macros: * top_results(found) * bottom_results(found) wip: move pagination into macro | ||||
* | finish container coverage page | Bryan Newbold | 2019-09-04 | 1 | -0/+13 |
| | | | | Also re-worked container view sidebar a bit more. | ||||
* | include example releases on container landing page | Bryan Newbold | 2019-09-03 | 1 | -0/+77 |
| | | | | | Included making release search results an entity macro (in webface templates). | ||||
* | webface include webarchive_urls for containers | Bryan Newbold | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | fix revision JSON entity links in webface side bar | Bryan Newbold | 2019-08-24 | 1 | -1/+15 |
| | |||||
* | simplify url_list() template macro | Bryan Newbold | 2019-08-24 | 1 | -10/+4 |
| | |||||
* | more UI tweaking | Bryan Newbold | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | refactor all entities to new UI style | Bryan Newbold | 2019-06-13 | 1 | -9/+20 |
| | |||||
* | entity view tweaks | Bryan Newbold | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | continue large refactors of entity views | Bryan Newbold | 2019-06-12 | 1 | -3/+14 |
| | | | | | | - container views generic - editgroup edit deletion and re-editing - /editgroup/entity/ident views | ||||
* | more lookup views | Bryan Newbold | 2019-06-05 | 1 | -0/+18 |
| | |||||
* | stabilize sort order for entity metadata | Bryan Newbold | 2019-05-30 | 1 | -2/+2 |
| | |||||
* | show arixv, jstor, pubmed extra metadata in depth | Bryan Newbold | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | show version in release lists | Bryan Newbold | 2019-05-21 | 1 | -0/+1 |
| | |||||
* | partial python impl of ext_id and release_stage refactors | Bryan Newbold | 2019-05-13 | 1 | -3/+3 |
| | |||||
* | Merge branch 'bnewbold-review-bots' | Bryan Newbold | 2019-04-09 | 1 | -1/+0 |
|\ | |||||
| * | remove title from metadata macro | Bryan Newbold | 2019-04-06 | 1 | -1/+0 |
| | | |||||
* | | have webcapture wayback links go right to capture (not calendar) | Bryan Newbold | 2019-04-09 | 1 | -4/+10 |
|/ |