Skip to content

Commit

Permalink
Merge tag '4.19' into develop
Browse files Browse the repository at this point in the history
Search improvements and bug fixes
  • Loading branch information
blms committed Jan 14, 2025
2 parents 0b1831d + 9d9aa88 commit 7806e8b
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 23 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Change Log
==========

4.19
----

- public site
- As a front end user, I want to be able to access up-to-date metadata exports about people and places via GitHub, so that I can use that data in my own research.
- As a public site user, I want to see formatted citations at the bottom of the doc detail pages so that I know how to cite the doc detail page as a whole.
- As a public site user, in the network graph, I want the number of relationships between people to be represented by differing line thicknesses, with an option to hover over and see the exact number, so that I can see at a glance the strength of certain relationships in the documentary record.
- As a frontend user, I want to search in Judaeo-Arabic (Hebrew script) and get search results from both Arabic and Judaeo-Arabic transcriptions so that I can find more content that matches my search.
- As a public site user, I want the image in the transcription viewer to rotate clockwise so it goes to the right margin first to facilitate the reading and transcription of the text.
- As a public user, I want to be able to filter people records by those who do and do not have people pages, so that I can easily find important people or people with further context.
- bugfix: When searching in Hebrew, search results are excluded when the keyword searched is longer than the word that appears in transcriptions
- bugfix: Collections on document detail page sometimes listed in the wrong order for joins
- bugfix: Partial search in RegEx introducing spaces before and after the search term even if it's part of a word
- chore: Remove edition information from the top of the doc detail page
- chore: Weiss PhD and MA transcription ingest
- chore: Please format automatic date field for person page (in admin and public) to delete commas after days and to remove spaces around the en-dash between years.

- admin
- As a content admin, I do not want the button to delete a document-place relationship type to appear inline, as it may appear to indicate only removing one relationship and not the type.
- As a content editor, when entering person-person relationships, I want help text pointing towards both automatic and manual relationships, so that we avoid duplicating relationships between two people.
- bugfix: Line numbers for transcription not appearing in admin transcription editor (but they appear fine on the public site)
- bugfix: Transcription/translation alignment fails, during editing only

4.18.2
------

Expand Down
4 changes: 4 additions & 0 deletions DEPLOYNOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Deploy Notes

## 4.19

- Indexing logic has changed. Reindex all content: `python manage.py index`.

## 4.18.1

- Metadata exports have been updated, and may require manually setting the
Expand Down
2 changes: 1 addition & 1 deletion geniza/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (4, 19, 0, "dev")
__version_info__ = (4, 19, 0, None)


# Dot-connect all but the last. Last is dash-connected if not None.
Expand Down
44 changes: 24 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ nodeenv==1.7.0
openpyxl==3.0.10
outcome==1.2.0
packaging==21.3
parasolr==0.9.1
parasolr==0.9.2
pathspec==0.10.2
percy-selenium==2.1.1
piffle==0.4.0
Expand Down Expand Up @@ -103,7 +103,7 @@ python-utils==3.4.5
pytz==2022.6
PyYAML==6.0
rdflib==6.1.1
requests==2.28.1
requests==2.32.3
rich==12.6.0
selenium==4.8.3
six==1.16.0
Expand Down

0 comments on commit 7806e8b

Please sign in to comment.