ec39346e67
check shelf.editable instead of custom filter
2021-11-16 19:26:49 +11:00
168a2488e2
refactor shelf activity on book page
...
- disallow moving from custom shelf to a reading status shelf with shelf_selector
- always use shelve_button for moving books from a reading status shelf
- redesign shelf information as a list of boxes
2021-11-15 20:59:22 +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
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
5558216917
Merge pull request #1542 from bookwyrm-social/cancel-button
...
A cancel button that leads nowhere
2021-10-16 07:21:39 -07:00
94bce7fd83
Use javascript back button on create book page
2021-10-16 07:11:12 -07:00
3621224074
Properly localize book format
2021-10-15 13:59:07 -07:00
b9251b4dc7
Fixes book identifiers not displaying
2021-10-14 16:11:33 -07:00
74d2cf646a
Moves meta tags out of p tags
...
I guess that's not kosher
2021-10-01 10:25:23 -07:00
428d87a351
Don't render empty html about books
2021-10-01 10:08:56 -07:00
58fa3d9ad6
Fixes dl syntax
2021-10-01 09:24:26 -07:00
305dcc504b
Unique names for fallback forms
2021-09-29 15:52:08 -07:00
899e6b55a8
Updates references to book templates
2021-09-29 13:27:07 -07:00
1e5a8dc3db
Create subdirectories for book view templates
2021-09-29 13:21:11 -07:00
f0e31f730a
Moves form into snippet and adds boxes around sections
2021-09-29 13:18:27 -07:00
2d13fd0a1c
Merge branch 'main' into add-edit-book
2021-09-29 12:53:46 -07:00
47706b5353
Use detail field on book paeg and meta
2021-09-29 11:59:09 -07:00
4747bb2156
Hide cover preview column if cover is unset
2021-09-29 11:36:35 -07:00
2f93e6d723
Merge branch 'main' into book-format-choices
2021-09-29 11:33:06 -07:00
bc87856c2e
Merge branch 'main' into book-format-choices
2021-09-27 10:29:12 -07:00
Levi Bard
0e6895633c
Allow adding a cover by url when adding a new book ( #1443 )
2021-09-27 13:00:16 +02:00
a4e6f610cd
Adds javascript cache value to templates
2021-09-10 10:57:16 -07:00
8a748fa675
Adds format fields to edit book view
2021-09-07 12:49:28 -07:00
a236163e67
Small cleanup
2021-09-02 09:12:56 -07:00
3d394f96bf
Fixes testing if authors are present
2021-09-02 08:49:50 -07:00
6f8ca302e5
Clearer form logic in edit book page
2021-08-21 11:38:57 -07:00
270571668d
adds space between attributes on book page
2021-08-21 11:05:38 -07:00
be94c0a76b
Remove stray </dl> tag
2021-08-21 10:30:15 -07:00
0829696add
Merge pull request #1138 from joachimesque/images-django-imagekit
...
Generate thumnails for books
2021-08-18 19:53:12 -06:00
3b54852536
Adds search filter to UI
2021-08-17 10:44:18 -07:00
45e82abda4
Merge branch 'main' into images-django-imagekit
2021-08-11 12:47:25 -06:00
21a954c7df
Always use underscores in html ids
...
Plus some other shifting around
2021-08-08 19:44:12 -07:00
af34dc6520
Merge branch 'main' into images-django-imagekit
2021-08-02 13:43:59 -06:00
Joachim
78aa31afd5
Merge remote-tracking branch 'upstream/main' into storage-s3
2021-08-01 11:38:32 +02:00
3f15e4410e
Fixes link to edit book
2021-07-12 16:17:20 -07:00
fede777e9b
Hide deleted status counts from book page
2021-07-07 09:37:21 -07:00
Joachim
e251b687dc
Merge remote-tracking branch 'upstream/main' into images-django-imagekit
2021-06-19 19:32:56 +02:00
Joachim
d862be0564
Merge remote-tracking branch 'upstream/main' into storage-s3
2021-06-19 11:53:05 +02:00
973b23856c
Merge branch 'main' into opengraph-image-generation
2021-06-17 15:17:54 -07:00
Fabien Basmaison
cc03460e00
Avoid space within parenthesises for series when no number is provided.
2021-06-17 17:18:55 +02:00
Fabien Basmaison
7f01dcf3b9
Merge branch 'main' into frontend/subtitle
2021-06-17 17:12:23 +02:00
c4f7f34ad4
Fixes edit readthrough toggle display
2021-06-14 16:04:58 -07:00
a82bf99bd6
Icon-only link display on mobile for text links
2021-06-14 15:55:26 -07:00
fe2309f0bc
Fixes orientation of edition want to read menu
2021-06-14 15:45:39 -07:00
6e6354bcce
Fixes trailing space in series text
...
Fixes #1145
2021-06-14 12:34:11 -07:00
Fabien Basmaison
17635b47db
Fix case where there is no subtitle.
...
Consequentially change back author to being a subtitle.
2021-06-11 09:41:55 +02:00