- Apr 20, 2020
-
-
Bastien Abadie authored
-
- Apr 14, 2020
-
-
Erwan Rouchet authored
Add transcriptions_sources_count to element lists filters See merge request !706
-
-
Bastien Abadie authored
Add region source to both classifications and elements See merge request !696
-
- Apr 11, 2020
-
-
Erwan Rouchet authored
The regions migration was done before the addition of sources on elements, but due to the order in which they have been merged, sources were added before it. To avoid re-running the documents.0009 migration, one can use the following SQL query, assuming nobody has yet created new elements with the new types created from regions: UPDATE documents_element elt SET elt.source_id = cls.source_id FROM documents_classification cls WHERE elt.id = cls.element_id AND elt.type_id IN (SELECT id from documents_elementtype WHERE slug LIKE 'region_%');
-
- Apr 10, 2020
-
-
Bastien Abadie authored
Fix GitLab OAuth callback errors See merge request !704
-
Erwan Rouchet authored
-
Bastien Abadie authored
Update image defaults for CI builds See merge request !703
-
Erwan Rouchet authored
-
- Apr 09, 2020
-
-
Bastien Abadie authored
Ensure full Unicode support on bulk transcription endpoints See merge request !702
-
Erwan Rouchet authored
-
Erwan Rouchet authored
Remove model Event and enum EventType See merge request !705
-
-
Bastien Abadie authored
Make text and zone required on transcriptions See merge request !697
-
Erwan Rouchet authored
-
Bastien Abadie authored
Handle possible path updates when checking an image in CreateIIIFImage See merge request !700
-
Erwan Rouchet authored
-
Bastien Abadie authored
Remove unused extract_transcriptions method See merge request !701
-
- Apr 08, 2020
-
-
Erwan Rouchet authored
-
Bastien Abadie authored
Prevent children from interfering with their parents' neighbors See merge request !699
-
- Apr 07, 2020
-
-
Erwan Rouchet authored
Children are annoying.
-
- Apr 06, 2020
-
-
Bastien Abadie authored
Fix migration linting See merge request !698
-
- Apr 03, 2020
-
-
Erwan Rouchet authored
-
Bastien Abadie authored
-
- Apr 02, 2020
-
-
Bastien Abadie authored
Move MLClass APIs to documents.api.ml See merge request !668
-
Erwan Rouchet authored
-
Bastien Abadie authored
Remove the vendors-main CSS from the CDN view See merge request !695
-
Erwan Rouchet authored
- Mar 31, 2020
-
-
Bastien Abadie authored
Remove Himanis-specific stats from manage.py telegraf See merge request !694
-
Erwan Rouchet authored
-
Bastien Abadie authored
Remove regions See merge request !687
-
Erwan Rouchet authored
-
- Mar 30, 2020
-
- Mar 27, 2020
-
-
Bastien Abadie authored
Upload backend static files to /static See merge request !693
-
Erwan Rouchet authored
-
- Mar 25, 2020
-
-
Bastien Abadie authored
Add django-redis-cache support See merge request !692