8612cf654d
Invalid href
2021-11-14 11:31:47 -08:00
14e2960d06
Update legacy jobs
2021-11-14 10:58:46 -08:00
8cede05d32
Retry hanging items
2021-11-14 10:20:14 -08:00
c614f638fd
Merge branch 'import-field-names' of github.com:bookwyrm-social/bookwyrm into import-field-names
2021-11-14 07:06:48 -08:00
fb91c33682
Fixes isbn assignment for goodreads
2021-11-13 12:24:16 -08:00
8b7720c8b8
Use "reject" instead of "delete" on review page
2021-11-13 11:54:28 -08:00
712d8ecfb4
Don't show empty stars when there's no review
2021-11-13 11:52:08 -08:00
1e2dca402b
Adds null value to breadcrumb links
2021-11-13 11:40:19 -08:00
4dae851da0
Adds breadcrumbs
2021-11-13 11:18:10 -08:00
659d0f19eb
Improves import table ui
...
adds table container, plays with display a bit
2021-11-13 09:43:52 -08:00
60fb1ac2e6
More flexible templates
2021-11-13 09:34:10 -08:00
acc32d579e
Preview review in import preview
2021-11-13 09:22:35 -08:00
40fff02eec
Approve or delete import guesses
2021-11-12 17:10:47 -08:00
221cde9be4
Adds manual review view
2021-11-12 16:24:45 -08:00
5558ed810e
Show manual review flag
2021-11-12 15:40:07 -08:00
6161f60695
Use normalized data in table
2021-11-12 14:54:20 -08:00
61eaf51310
Fixes html validity
2021-11-12 14:49:24 -08:00
d8197cdcfa
Indicate retry on status page
2021-11-12 14:38:41 -08:00
a65f07e0bf
Adds retry page
2021-11-12 14:36:28 -08:00
1e8269b6c9
Refactors import status view
2021-11-12 13:10:52 -08:00
c744faf393
Fixes dictionary list html validity
2021-11-11 13:00:34 -08:00
d807774c2d
Fixes label for privacy field
2021-11-11 12:53:48 -08:00
eb62474b97
fix broken book links in Discover
2021-11-10 22:04:19 +11:00
3f6b0608b2
Show user and book names for reading actions in Discover
...
fixes #1596
This uses the same technique as #1572 to ensure read statuses from GeneratedNotes are translated.
2021-11-10 21:37:16 +11:00
dfe92a27c0
use shelf name if not default shelf
...
(instead of shelf.identifier)
2021-11-06 11:10:58 +11:00
d8098357e6
match page title to active shelf
...
resolves #1586
2021-11-06 10:53:41 +11:00
6556090524
Update existing authors when isni data available
...
When an existing author is selected as a new author when editing a book,
if they have an ISNI ID recorded we check the record and augment the local
database record from the ISNI data.
Also dedupes author aliases for this feature and when adding a completely
new author.
2021-11-01 19:50:49 +11:00
775470a852
normalise isnis
...
Some isnis are imported with spaces and some not.
This normalises them for comparison and creating URLs
2021-11-01 15:48:52 +11:00
b593b9c9d3
Display link to isni record on author page
2021-11-01 11:45:47 +11:00
552980e208
select correct isni record when adding authors
...
The original implementation of this was so, so broken.
Now it's not.
2021-11-01 11:34:32 +11:00
37148c5127
display isni bio with existing author name
...
If an existing author has an isni on record and it matches an author from the isni api call,
display the isni short description to aid with identifying the appropriate author.
2021-11-01 10:26:17 +11:00
bce5f3f3b5
populate new authors with isni data
...
If a user selects an author pulled from the ISNI service when editing a book, use any relevant data from ISNI to populate the new author record.
This includes
- bio
- aliases
- isni
- wikipedia url
- viaf
2021-10-31 17:58:15 +11:00
87ed6f8380
code formatting
2021-10-29 21:14:32 +11:00
f2e4865adf
check isni sources when editing book authors
2021-10-29 16:13:05 +11:00
c5d530c0c4
translate all read statuses
...
This fixes #1566 - "Already translated strings sometimes show up untranslated in UI"
- add generatednote status header template
- include the relevant template (to-read/reading/read) based on the status.content
- remove GeneratedNote block from note status header template
This is probably not the most correct way of resolving the problem, but it's simple and it works.
2021-10-25 15:30:48 +11:00
9a07c11b19
Fixes group quotes and button whitespace
2021-10-24 06:43:31 -07:00
d80a28e128
Consistent quotes around group names in notifications
2021-10-23 08:00:45 -07:00
1e6390a405
Fixes whitespace in translation strings
2021-10-23 06:59:06 -07:00
bdb6e4c911
fix template indenting
...
whoops
2021-10-22 21:15:48 +11:00
bcbff4f002
Merge branch 'main' into group-privacy
2021-10-22 20:28:31 +11:00
6bc86f189f
notify group members of group changes
...
Send a notification to all group members when group name, description, or privacy are changed.
2021-10-22 20:23:45 +11:00
c9deda8fdd
remove superfluous field
2021-10-22 20:21:55 +11:00
80edc1e95e
remove trailing spaces
2021-10-22 20:16:48 +11:00
19c7e43f50
remove followers privacy option from group form
2021-10-22 18:40:55 +11:00
de93beca84
Adds shelve buttons to books on author page
2021-10-20 17:51:42 -07:00
3eb3225d2c
Adds pagination to the template
2021-10-20 17:42:19 -07:00
87deac17f9
Make import link a link not a button
2021-10-20 13:31:18 -07:00
a27a55b40a
Merge pull request #1490 from hughrun/bookwyrm-groups
...
Bookwyrm groups
2021-10-17 07:54:59 -07:00
6e5c0cc4c3
Merge branch 'main' into bookwyrm-groups
...
There are database migrations in main ahead of this branch so they need to be merged in to the branch before we can merge back into main.
2021-10-17 06:22:04 +11:00
ad26e65109
Fixes clashing identifier and attr with no quotes
2021-10-16 11:15:38 -07:00