Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make fulltext-only label clickable | Martin Czygan | 2020-06-16 | 1 | -2/+2 |
| | |||||
* | use ES 'best_url' in file download pages | Bryan Newbold | 2020-06-04 | 1 | -2/+2 |
| | | | | Similar to recent change for release download pages. | ||||
* | re-use 'best pdf url' for release green button | Bryan Newbold | 2020-06-04 | 1 | -2/+2 |
| | | | | | | | I thought this was the existing behavior, but it looks like we were just taking the first link from the first file. In the future may refactor this out even further. | ||||
* | Merge branch 'bnewbold-search-tweaks' into 'master' | bnewbold | 2020-04-27 | 3 | -92/+132 |
|\ | | | | | | | | | 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 search: improve indentation, fix missing div tags | Bryan Newbold | 2020-04-23 | 2 | -67/+81 |
| | | | | | | | | These are back-ported fixes from covid19.fatcat.wiki | ||||
* | | web: fix ident=None broken links | Bryan Newbold | 2020-04-23 | 3 | -6/+10 |
|/ | | | | | | 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. | ||||
* | web: small corrections to subtitle/original_name | Bryan Newbold | 2020-03-28 | 1 | -2/+2 |
| | |||||
* | Merge branch 'bnewbold-translation-view' | Bryan Newbold | 2020-03-28 | 1 | -0/+3 |
|\ | |||||
| * | web: display container original titles | Bryan Newbold | 2020-03-26 | 1 | -0/+3 |
| | | |||||
* | | improve citeproc/CSL web interface | Bryan Newbold | 2020-03-25 | 1 | -2/+1 |
|/ | | | | | | | | | | | | | | This tries to show the citeproc (bibtext, MLA, CSL-JSON) options for more releases, and not show the links when they would break. The primary motivation here is to work around two exceptions being thrown in prod every day (according to sentry): KeyError: 'role' ValueError: CLS requries some surname (family name) I'm guessing these are mostly coming from crawlers following the citeproc links on release landing pages. | ||||
* | container lookup: link to issn portal search | Martin Czygan | 2020-03-18 | 1 | -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 stats | Bryan Newbold | 2020-03-17 | 1 | -3/+3 |
| | |||||
* | filter out shadows-only files in webface | Bryan Newbold | 2020-02-13 | 1 | -2/+3 |
| | |||||
* | pagination: use correct endpoint in navigation | Martin Czygan | 2020-01-18 | 2 | -6/+6 |
| | |||||
* | datacite release links and metadata expansion | Bryan Newbold | 2019-12-20 | 2 | -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 form | Bryan Newbold | 2019-12-12 | 2 | -1/+98 |
| | |||||
* | fix delete release history view | Bryan Newbold | 2019-12-09 | 1 | -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 view | Bryan Newbold | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -43/+51 |
| | | | | | | | | | Two new macros: * top_results(found) * bottom_results(found) wip: move pagination into macro | ||||
* | Add basic pagination to search results | Martin Czygan | 2019-11-08 | 2 | -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 links | Bryan Newbold | 2019-09-21 | 1 | -1/+1 |
| | |||||
* | remove duplicate style ref in container edit view | Bryan Newbold | 2019-09-20 | 1 | -5/+0 |
| | |||||
* | add guide editing links to edit forms and signup message | Bryan Newbold | 2019-09-18 | 4 | -4/+24 |
| | |||||
* | python webface impl token generation | Bryan Newbold | 2019-09-18 | 2 | -1/+44 |
| | |||||
* | slightly less annoying 'flash' message header | Bryan Newbold | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | small tweaks to coverage pages | Bryan Newbold | 2019-09-06 | 1 | -0/+1 |
| | |||||
* | small fixes to release view | Bryan Newbold | 2019-09-05 | 1 | -14/+24 |
| | | | | | - full width container metadata table accordion - fix "Published in by blah" cases | ||||
* | finish container coverage page | Bryan Newbold | 2019-09-04 | 3 | -28/+84 |
| | | | | Also re-worked container view sidebar a bit more. | ||||
* | start container coverage page | Bryan Newbold | 2019-09-04 | 2 | -1/+18 |
| | |||||
* | webface: improve container sidebar style | Bryan Newbold | 2019-09-04 | 1 | -41/+84 |
| | |||||
* | include example releases on container landing page | Bryan Newbold | 2019-09-03 | 3 | -74/+86 |
| | | | | | Included making release search results an entity macro (in webface templates). | ||||
* | do release search by container_id, not issnl | Bryan Newbold | 2019-09-03 | 1 | -2/+1 |
| | |||||
* | update front-page stats (for containers number) | Bryan Newbold | 2019-09-03 | 1 | -3/+3 |
| | |||||
* | additional container webface edit fields | Bryan Newbold | 2019-09-03 | 1 | -1/+5 |
| | |||||
* | webface include webarchive_urls for containers | Bryan Newbold | 2019-09-03 | 2 | -1/+6 |
| | |||||
* | perpetual access to the scholarly record | Bryan Newbold | 2019-08-24 | 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 |
| | |||||
* | improve wayback view page | Bryan Newbold | 2019-08-24 | 1 | -2/+23 |
| | |||||
* | Read Full Text not Download | Bryan Newbold | 2019-08-24 | 1 | -2/+2 |
| | | | | | On release views. Also don't blue-link webcapture URLs (but still a hyperlink). | ||||
* | switch blog post example to openbookpublishers | Bryan Newbold | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | add kbart counts to container stats | Bryan Newbold | 2019-07-31 | 1 | -1/+4 |
| | |||||
* | show release withdrawn status | Bryan Newbold | 2019-07-01 | 2 | -3/+13 |
| | | | | | Including in search results. De-emphasize release_stage button in search results. | ||||
* | show release original_title in header | Bryan Newbold | 2019-07-01 | 1 | -0/+3 |
| | |||||
* | fix whitespace in HTML title; nothing on home | Bryan Newbold | 2019-06-30 | 2 | -2/+3 |
| | |||||
* | more descriptive HTML titles | Bryan Newbold | 2019-06-30 | 15 | -3/+63 |
| | |||||
* | update front-page stats | Bryan Newbold | 2019-06-27 | 1 | -2/+2 |
| | |||||
* | fix stats padding (mobile) | Bryan Newbold | 2019-06-27 | 1 | -3/+3 |
| |