aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/entity_macros.html
Commit message (Collapse)AuthorAgeFilesLines
* web: refactor refs table into separate refs_macros fileBryan Newbold2021-07-231-3/+38
|
* improvements to fuzzy refs viewBryan Newbold2021-07-231-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 summaryBryan Newbold2021-07-231-0/+52
|
* web: missing trailing parensBryan Newbold2021-07-021-1/+1
|
* web: PMCID external link improvementBryan Newbold2021-07-021-1/+1
|
* web: fix DOAJ article links (remove trailing slash)Bryan Newbold2021-06-041-1/+1
|
* web: fix spacing for doaj/dblp identifiers in SERPBryan Newbold2021-05-311-1/+1
|
* web: bugfix dblp vs. doaj display logicBryan Newbold2021-05-311-1/+1
|
* web: consistent public API URLsBryan Newbold2021-04-121-6/+1
|
* web: remove newline from entity view template macroBryan Newbold2021-03-081-2/+2
| | | | | Browsers were ignoring this, but some bots were crawling with a "%0A" in the URL
* web: refactor container SERP rows into macroBryan Newbold2021-02-261-0/+20
|
* web: release search (SERP) changesBryan Newbold2021-02-261-6/+23
| | | | | - show preservation status instead of fulltext tag - more external identifiers
* web: generic view improvements (entities, lists)Bryan Newbold2021-02-261-13/+11
|
* coverage: show counts and fraction in tooltip of coverage barsBryan Newbold2020-10-131-5/+5
|
* coverage: clarify available/accessible terminologyBryan Newbold2020-09-171-1/+1
|
* routes: handle case of viewing deleted entity in editgroup contextBryan Newbold2020-07-301-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 flagBryan Newbold2020-07-301-3/+9
|
* update container view statsBryan Newbold2020-07-301-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 uppercaseBryan Newbold2020-07-281-13/+11
| | | | To match fatcat-scholor, where this scheme has been successful.
* refactor search macros into new fileBryan Newbold2020-07-281-40/+0
|
* refactor release and container searchBryan Newbold2020-07-241-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'bnewbold2020-04-271-25/+51
|\ | | | | | | | | tweaks to search result pages See merge request webgroup/fatcat!50
| * web search: tweak release search result styleBryan Newbold2020-04-231-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 linksBryan Newbold2020-04-231-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 navigationMartin Czygan2020-01-181-5/+5
|
* datacite release links and metadata expansionBryan Newbold2019-12-201-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 linksMartin Czygan2019-11-141-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 macrosMartin Czygan2019-11-141-0/+40
| | | | | | | | | Two new macros: * top_results(found) * bottom_results(found) wip: move pagination into macro
* finish container coverage pageBryan Newbold2019-09-041-0/+13
| | | | Also re-worked container view sidebar a bit more.
* include example releases on container landing pageBryan Newbold2019-09-031-0/+77
| | | | | Included making release search results an entity macro (in webface templates).
* webface include webarchive_urls for containersBryan Newbold2019-09-031-1/+1
|
* fix revision JSON entity links in webface side barBryan Newbold2019-08-241-1/+15
|
* simplify url_list() template macroBryan Newbold2019-08-241-10/+4
|
* more UI tweakingBryan Newbold2019-06-131-1/+1
|
* refactor all entities to new UI styleBryan Newbold2019-06-131-9/+20
|
* entity view tweaksBryan Newbold2019-06-131-1/+1
|
* continue large refactors of entity viewsBryan Newbold2019-06-121-3/+14
| | | | | | - container views generic - editgroup edit deletion and re-editing - /editgroup/entity/ident views
* more lookup viewsBryan Newbold2019-06-051-0/+18
|
* stabilize sort order for entity metadataBryan Newbold2019-05-301-2/+2
|
* show arixv, jstor, pubmed extra metadata in depthBryan Newbold2019-05-221-1/+1
|
* show version in release listsBryan Newbold2019-05-211-0/+1
|
* partial python impl of ext_id and release_stage refactorsBryan Newbold2019-05-131-3/+3
|
* Merge branch 'bnewbold-review-bots'Bryan Newbold2019-04-091-1/+0
|\
| * remove title from metadata macroBryan Newbold2019-04-061-1/+0
| |
* | have webcapture wayback links go right to capture (not calendar)Bryan Newbold2019-04-091-4/+10
|/
* web editing of container urlsBryan Newbold2019-04-041-0/+8
|
* improve url/table rendering for dweb URLsBryan Newbold2019-03-191-1/+1
|
* localhost JSON links fro dev.fatcat.wikiBryan Newbold2019-03-191-1/+1
| | | | | Might be better/simpler to set up DNS A records on 'dev.fatcat.wiki', but that would require some hack to make offline dev work correctly.
* hot pink side-bar for WIP entitiesBryan Newbold2019-03-191-0/+8
|
* smaller release statusBryan Newbold2019-03-041-2/+3
|