bab28a8fc9
Merge pull request #3000 from dato/position_serialization
...
Minor improvements to Quotation pure content
2023-09-23 17:47:27 -07:00
fadf30b942
Also use italics for book title in editions.html template
2023-09-23 17:49:38 -03:00
ef582f1bc2
Merge pull request #2986 from NetspherePub/2985
...
Correct EPUB spelling
2023-09-22 17:04:18 -07:00
05f8bd0d3c
parent_work was not always included in work when needed
2023-09-13 09:46:31 +02:00
d8ba1f4309
Correct EPUB spelling
2023-09-08 22:52:11 +09:00
d560a6baef
fix opensearch template
...
* "method" is not a valid attribute of the `Url` element
* "ShortName" cannot be empty - fixed site_name being used before it was assigned
2023-08-30 20:15:20 +10:00
c6aaa80c62
Merge pull request #2947 from bookwyrm-social/small-ui-fixes
...
Small UI fixes
2023-08-19 15:09:12 -07:00
63b60ad62c
Removes "all books" link from profile when there are none
2023-08-06 19:40:59 -07:00
185486c6fc
Uses {% empty %} instead of if statements
2023-08-06 19:35:50 -07:00
53c8085207
Merge pull request #2946 from bookwyrm-social/followers-page-breadcrumbs
...
Adds breadcrumbs and better titles to followers/following pages
2023-08-06 19:13:35 -07:00
a166af9990
Merge branch 'main' into report-actions
2023-08-06 16:00:59 -07:00
e8949bbffd
Make sure defaults are set on directory filters
2023-08-06 15:37:26 -07:00
27c40ccf20
Uses comma formatting on user follower/following display values
2023-08-06 15:37:26 -07:00
66250e0dd8
Consistent null states and page titles in user profile views
2023-08-06 15:36:56 -07:00
0e43cc4274
Adds breadcrumbs and better titles to followers/following pages
2023-08-06 15:09:45 -07:00
axiomizer
83ad45644b
Make hyphenated ISBN a property on the book model
2023-08-03 18:01:02 -04:00
0be5cf31dc
Merge branch 'main' into isbn-hyphenation
2023-08-01 21:10:10 -07:00
73f1484025
Merge pull request #2915 from axiomizer/main
...
Add copy button for ISBN
2023-08-01 20:55:12 -07:00
axiomizer
3ca36fef4d
Make copy button screen reader friendly
...
revert last commit because prettier was run with the wrong version
This reverts commit 5d3883c9a0
.
2023-08-01 22:56:05 -04:00
173d0b77ac
Merge pull request #2937 from jderuiter/create-book-fixes
...
Fixes for create-book
2023-08-01 19:02:33 -07:00
220cad8661
Only show author confirmation if new authors are added, show suggestions for parent work and set it correctly.
2023-08-01 15:12:50 +02:00
390f61ff3b
Merge branch 'main' into wip-edit-post-and-save
2023-07-31 16:25:04 +10:00
Joachim
6a81f91902
Disable Spellcheck on header search inputs
2023-07-30 22:33:08 +02:00
Tara Sophia Roshan
c721e17aa0
Change wording from 'Save' to 'Update'
...
I think this wording is more clear.
2023-07-27 17:45:06 -05:00
Tara Sophia Roshan
9cd599dee3
Indicate edited post is saved
...
Should close #2642 and #2671 . Gives a minimal solution to #2668 .
2023-07-27 00:22:12 -05:00
axiomizer
2293c1c5a8
Revert part of "Hyphenate ISBN numbers and add copy button" related to copy button
...
This partially reverts commit d2c4785af1
.
2023-07-25 08:54:49 -04:00
axiomizer
bd26da351a
Hyphenate ISBN numbers and add copy button
2023-07-25 08:54:49 -04:00
axiomizer
1bda8a5d9d
Revert part of "Hyphenate ISBN numbers and add copy button" related to hyphenation
...
This partially reverts commit d2c4785af1
.
2023-07-22 14:25:58 -04:00
axiomizer
d2c4785af1
Hyphenate ISBN numbers and add copy button
2023-07-21 21:27:46 -04:00
3e78e398c0
Switch from priority queues to function-based queues
...
Fixes : #2907
2023-07-20 12:25:30 -04:00
107f5b38ca
Merge pull request #2904 from bookwyrm-social/updating-pluralization-error
...
Fixes plural display on import admin page
2023-07-17 06:40:15 -07:00
6778046906
Formats large numbers
2023-07-17 05:53:23 -07:00
fbb6c41035
Joins entire sentence in import pluralization string
2023-07-17 05:49:40 -07:00
815e788245
Merge pull request #2631 from rritik772/pluralization-error
...
fixed singularisation/pluralisation
2023-07-17 05:46:34 -07:00
0818d5aabb
Merge branch 'main' into report-actions
2023-07-16 07:13:42 -07:00
040dca0c31
Places first item of report history at top
2023-07-16 06:11:26 -07:00
a601be4708
Merge branch 'main' into 2678
2023-06-01 16:53:28 +02:00
c6d23ba26a
Record statuses deleted in reports
2023-05-30 11:35:47 -07:00
Neil Roberts
603b2d9502
Show “no rating” instead of stars if the review has no rating
...
The stars.html template now outputs a span containing “no rating” when
the stars represent a non-existent or zero rating. This text is already
translated because it was previously added as a invisible text only for
screen readers. The span is given a special CSS class so that it can be
styled as italic in the stylesheet.
There is now also an extra span in book.html to group the stars with the
“(2 reviews)” text. This is needed because the outer div is using a flex
layout and it eats the spacing between the two parts otherwise.
Fixes #2856
2023-05-22 15:40:18 +02:00
b3a519c082
Converts report "comments" into broader "actions" table
...
This table will now track all actions taken on a report, like resolving
it, re-opening it, suspending the reported user, et cetera, in addition
to comments. When there are multiple admins, this change will make it
easier to understand what actions have been taken by whom on a report.
2023-05-16 11:00:33 -07:00
24d59315df
Merge pull request #2843 from bookwyrm-social/user-reports-link
...
Show all (not just open) reports when linked from user admin
2023-05-15 06:04:42 -07:00
120a0f1882
Merge pull request #2852 from bpeel/remove-from-translate-shelf-name
...
Use the translated shelf name in the “remove from” shelf button
2023-05-15 05:43:13 -07:00
Neil Roberts
666f09c576
Use the translated shelf name in the “remove from” shelf button
...
The button to remove a book from a shelf when looking at the book’s page
wasn’t using the translated shelf name. It was also concatenating
strings instead of using a placeholder, which is difficult to translate
in some languages. This fixes it to use the translate_shelf_name
function and use the same placeholder string as in other places.
2023-05-15 11:26:12 +02:00
Neil Roberts
a4ea4082e6
Use the translated shelf name in message when another edition is shelved
...
In the page for an edition, if the user has a different edition of the
same work on a shelf then a message is shown. Previously the name of the
status shelves wasn’t being translated.
2023-05-12 15:33:51 +02:00
912e92bacd
Show all (not just open) reports when linked from user admin
2023-05-07 09:50:24 -07:00
Zach Flanders
a6e5939ad2
adding sort title to edit book form
2023-04-26 23:05:03 -05:00
Zach Flanders
a94a4732ec
add support for title sort to ignore initial article
2023-04-24 23:29:55 -05:00
fadbc76aaa
Merge pull request #2789 from bpeel/translatable-shelf-name
...
Fix two places where the reading status shelf name wasn’t translated
2023-04-15 16:59:59 +02:00
Neil Roberts
3619d8960b
Mark two strings as translatable in the getting started questionnaire
2023-04-14 16:49:00 +02:00
Neil Roberts
f520d1b7f8
Make the text on the search button translatable
2023-04-14 16:40:50 +02:00