Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | webface UI tweaks, mostly for mobile | Bryan Newbold | 2019-06-27 | 4 | -10/+20 |
| | |||||
* | workaround empty releases list bug | Bryan Newbold | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | more links on new homepage | Bryan Newbold | 2019-06-14 | 1 | -9/+11 |
| | |||||
* | fix a corner-case of WIP edit tab show/no-show | Bryan Newbold | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | allow editing of WIP entities | Bryan Newbold | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | typos and HTML validation | Bryan Newbold | 2019-06-14 | 5 | -21/+21 |
| | |||||
* | edit metadata doesn't need title | Bryan Newbold | 2019-06-13 | 1 | -1/+0 |
| | |||||
* | more UI tweaking | Bryan Newbold | 2019-06-13 | 6 | -15/+18 |
| | |||||
* | refactor all entities to new UI style | Bryan Newbold | 2019-06-13 | 13 | -136/+86 |
| | |||||
* | fixes after rebase | Bryan Newbold | 2019-06-13 | 4 | -147/+44 |
| | |||||
* | more layout tweaks on new home page | Bryan Newbold | 2019-06-13 | 1 | -23/+21 |
| | |||||
* | release search: link direct to container, not issnl lookup | Bryan Newbold | 2019-06-13 | 1 | -2/+2 |
| | |||||
* | query hint text; space numbers better | Bryan Newbold | 2019-06-13 | 1 | -5/+5 |
| | |||||
* | remove slight white bar at bottom | Bryan Newbold | 2019-06-13 | 1 | -1/+1 |
| |