aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates
Commit message (Collapse)AuthorAgeFilesLines
* container lookup: link to issn portal searchMartin Czygan2020-03-181-4/+3
| | | | | | | | | Example: https://fatcat.wiki/container/lookup?issnl=2007-1248 - the linked https://portal.issn.org/2007-1248 yields a "page not found", while search yields results: https://portal.issn.org/api/search?search[]=MUST=allissnbis=2007-1248
* update front-page statsBryan Newbold2020-03-171-3/+3
|
* filter out shadows-only files in webfaceBryan Newbold2020-02-131-2/+3
|
* pagination: use correct endpoint in navigationMartin Czygan2020-01-182-6/+6
|
* datacite release links and metadata expansionBryan Newbold2019-12-202-9/+13
| | | | | | | 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
* initial 'Save Paper Now' web formBryan Newbold2019-12-122-1/+98
|
* fix delete release history viewBryan Newbold2019-12-091-1/+1
| | | | | | This was causing 5xx errors in production and qa. Eg, at: https://qa.fatcat.wiki/release/aaaaaaaaaaaaarceaaaaaaaaai/history
* add missing underline in deleted entity web viewBryan Newbold2019-12-091-1/+1
|
* 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-143-43/+51
| | | | | | | | | Two new macros: * top_results(found) * bottom_results(found) wip: move pagination into macro
* Add basic pagination to search resultsMartin Czygan2019-11-082-3/+42
| | | | | | | | | | | | The "deep paging problem" imposes some limit, which currently is a hardcoded default value, `deep_page_limit=2000` in `do_search`. Elasticsearch can be configured, too: > Note that from + size can not be more than the index.max_result_window index setting, which defaults to 10,000. -- https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-from-size
* webface: extra <br> in container lookup linksBryan Newbold2019-09-211-1/+1
|
* remove duplicate style ref in container edit viewBryan Newbold2019-09-201-5/+0
|
* add guide editing links to edit forms and signup messageBryan Newbold2019-09-184-4/+24
|
* python webface impl token generationBryan Newbold2019-09-182-1/+44
|
* slightly less annoying 'flash' message headerBryan Newbold2019-09-181-1/+1
|
* small tweaks to coverage pagesBryan Newbold2019-09-061-0/+1
|
* small fixes to release viewBryan Newbold2019-09-051-14/+24
| | | | | - full width container metadata table accordion - fix "Published in by blah" cases
* finish container coverage pageBryan Newbold2019-09-043-28/+84
| | | | Also re-worked container view sidebar a bit more.
* start container coverage pageBryan Newbold2019-09-042-1/+18
|
* webface: improve container sidebar styleBryan Newbold2019-09-041-41/+84
|
* include example releases on container landing pageBryan Newbold2019-09-033-74/+86
| | | | | Included making release search results an entity macro (in webface templates).
* do release search by container_id, not issnlBryan Newbold2019-09-031-2/+1
|
* update front-page stats (for containers number)Bryan Newbold2019-09-031-3/+3
|
* additional container webface edit fieldsBryan Newbold2019-09-031-1/+5
|
* webface include webarchive_urls for containersBryan Newbold2019-09-032-1/+6
|
* perpetual access to the scholarly recordBryan Newbold2019-08-241-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
|
* improve wayback view pageBryan Newbold2019-08-241-2/+23
|
* Read Full Text not DownloadBryan Newbold2019-08-241-2/+2
| | | | | On release views. Also don't blue-link webcapture URLs (but still a hyperlink).
* switch blog post example to openbookpublishersBryan Newbold2019-08-221-1/+1
|
* add kbart counts to container statsBryan Newbold2019-07-311-1/+4
|
* show release withdrawn statusBryan Newbold2019-07-012-3/+13
| | | | | Including in search results. De-emphasize release_stage button in search results.
* show release original_title in headerBryan Newbold2019-07-011-0/+3
|
* fix whitespace in HTML title; nothing on homeBryan Newbold2019-06-302-2/+3
|
* more descriptive HTML titlesBryan Newbold2019-06-3015-3/+63
|
* update front-page statsBryan Newbold2019-06-271-2/+2
|
* fix stats padding (mobile)Bryan Newbold2019-06-271-3/+3
|
* webface UI tweaks, mostly for mobileBryan Newbold2019-06-274-10/+20
|
* workaround empty releases list bugBryan Newbold2019-06-241-1/+1
|
* more links on new homepageBryan Newbold2019-06-141-9/+11
|
* fix a corner-case of WIP edit tab show/no-showBryan Newbold2019-06-141-1/+1
|
* allow editing of WIP entitiesBryan Newbold2019-06-141-1/+1
|
* typos and HTML validationBryan Newbold2019-06-145-21/+21
|
* edit metadata doesn't need titleBryan Newbold2019-06-131-1/+0
|
* more UI tweakingBryan Newbold2019-06-136-15/+18
|
* refactor all entities to new UI styleBryan Newbold2019-06-1313-136/+86
|
* fixes after rebaseBryan Newbold2019-06-134-147/+44
|
* more layout tweaks on new home pageBryan Newbold2019-06-131-23/+21
|