Activity
From 2024-02-13 to 2024-03-13
2024-03-13
- 15:30 Feature #2230 (Acknowledged): Linking sources with other sources
- I have a drawing (SOURCE) containing the text of an inscription (SOURCE) written on a marble base (ARTIFACT). I have ...
- 12:32 Feature #2228 (Closed): API: Swagger UI adaptation
- If /swagger is called, it will create a new @openapi.json@ file in the folder @files/@ (so it won't be tracked by git...
2024-03-12
- 19:10 Feature #2228 (Closed): API: Swagger UI adaptation
- Since it led to confusion, that the server selection show always the demo version first, a adaptation of the OpenApi ...
2024-03-08
- 08:23 Feature #2106: IIIF: Delete IIIF images
- Thanks for implementing.
Because you have done quite some work recently, I uploaded recent additions to demo-dev (ht... - 08:00 Feature #2146 (Closed): IIIF: Display hints for possible problems
- In case we encounter other problems we might be able to catch before we will create a new issue.
Closing and assigni...
2024-03-07
- 16:52 Feature #1567: Enhanced Import
- By comparing the example and the current import, following things needs to be added:
* Alias*
* Geometry as WKT ... - 14:48 Feature #2193 (Closed): Import artifacts
- Included artifact to import. Is in develop branch.
- 13:15 Feature #2106 (Closed): IIIF: Delete IIIF images
- I added the delete all button to the IIIF settings and the delete single IIIF file under the profile image. We can di...
2024-03-06
- 18:31 Feature #2106: IIIF: Delete IIIF images
- Alexander Watzinger wrote in #note-2:
> I'm not sure why we need this. At one point we will implement that if IIIF i... - 18:24 Feature #2146 (In Progress): IIIF: Display hints for possible problems
- I added the check on submit, if there is a trailing slash. And if it is a valid URL.
If the IIIF path does not ex... - 15:25 Feature #2126 (Closed): IIIF: Polygons for annotation selection
- Added polygon as new possible geometry for image annotation. If other geometries are needed, feel free to make a new ...
2024-03-05
- 17:13 Feature #2126 (Assigned): IIIF: Polygons for annotation selection
- 17:12 Question #2225 (Closed): update from 8.1 to 8.2
- You're welcome.
- 17:11 Question #2225: update from 8.1 to 8.2
- Thank you so much. It works.
- 16:55 Question #2225: update from 8.1 to 8.2
- The problem is, that git thinks that you changed all these files manually. This can be caused by several things.
... - 16:41 Question #2225: update from 8.1 to 8.2
- it says:
On branch main
Your branch is behind /origin/main' by 237 commits, and can be fast-forwarde. (use "git pu... - 14:11 Question #2225: update from 8.1 to 8.2
- Git can be a little complicated.
Are you sure that you are on the main branch and not on develop?
What does @git s... - 15:35 Feature #2223 (In Progress): Improved forms
2024-03-04
- 21:11 Question #2225: update from 8.1 to 8.2
I ran the code to pull the origin but got the following message and the installation process was aborting
"Your ...- 09:09 Question #2225 (Assigned): update from 8.1 to 8.2
- For this update, no database update is needed. So you can skip @python3 install/upgrade/database_upgrade.py@
Prefe... - 08:22 Question #2225 (Closed): update from 8.1 to 8.2
It is my first update of the software so I want to make sure I am doing things correctly.
Should I first navigat...- 16:44 Question #2183 (Closed): Reference System and Vocabs Import
- In conclusion, it can be imported from VOCABS, but not updated. I will close this ticket, if new question arise feel ...
- 12:37 Bug #2184 (Closed): Directory for processed files not writable
- This is fixed in 8.2.1.
Thank you for reporting.
If you created the folder manually, you don't need to do anyth...
2024-03-02
- 13:35 OpenAtlas 8.2.0 released
- This release was mostly about improvements in the backend (e.g. API and IIIF) but there are some noticeable changes f...
2024-02-29
- 12:50 Feature #1974: Reference management system for biblio references
- Found these libraries, which is also supported by bookworm:
* "bibtexparser":https://github.com/sciunto-org/pytho...
2024-02-28
- 16:41 Bug #2224 (Closed): Password cannot be revealed
- It is fixed in the *develop branch* and can be tested at the *development demo*: https://demo-dev.openatlas.eu/login
... - 14:06 Bug #2224 (Assigned): Password cannot be revealed
- Thank you for reporting. I can confirm that the show password function doesn't work anymore and will look into it.
- 12:35 Bug #2224 (Closed): Password cannot be revealed
- Hi
There is a problem with the function of showing the password.
I check the box but my password is still hidd... - 12:25 Feature #2223 (Closed): Improved forms
- Forms were improved, mainly by moving collection of entities for form tables to the form manager.
The results are:...
2024-02-22
- 15:51 Feature #2200 (Closed): API: Expand LPF format
- For OpenAtlas Discovery we decided to make a new format out of Linked Places so we can experiment and test it without...
2024-02-21
- 16:58 Feature #2193 (Assigned): Import artifacts
- Thank you for reporting.
The selected category does matter. I guess it's not too much work to implement an artifact ... - 13:14 Feature #2193: Import artifacts
- Gary Hsu wrote:
> I am trying to import an archaeological dataset (a csv file) that contains artefacts and correspon... - 12:55 Feature #2193 (Closed): Import artifacts
- I am trying to import a group of artefacts using the provided csv template.
However, it does not seem to have an ... - 15:37 Feature #2190 (Closed): Server side compression
- 11:04 Feature #2190: Server side compression
- Thank you for the advice :) it's easy to implement and helps a lot with larger data sets.
I decided to document it i... - 09:58 Feature #2190: Server side compression
- thanks for implementing!
also, for reference: a client can tell the server about supported compression formats wit... - 13:17 Feature #1567 (Assigned): Enhanced Import
2024-02-20
- 19:44 Feature #2190: Server side compression
- If you make an API request (e.g. /api/system_class/place) and the @Content-Encoding@ is @br@ than it worked.
Ok, th... - 16:46 Feature #2190 (In Progress): Server side compression
- Thanks for your inputs and instructions. I activated it on trinity for https://demo-dev.openatlas.eu.
Not sure how t... - 11:54 Feature #2190: Server side compression
- cool!
> I don't know how trustworthy this site is, but according to caniuse.com
very! - 10:33 Feature #2190: Server side compression
- I don't know how trustworthy this site is, but according to "this":https://caniuse.com/brotli globally 97% of the use...
- 11:36 Feature #1047: Enter WKT geometries
- Translations done
2024-02-19
- 17:11 Feature #1047 (Closed): Enter WKT geometries
- Basic implementation is done. At the map, under the geonames search button, is a new button where you can enter the g...
- 17:05 Feature #1475 (Closed): Archaeological demo version
- Transfer is finished: https://demo-dev.openatlas.eu/
@Stefan please take a look and tell us if it is ok from your si... - 15:30 Feature #2190 (Closed): Server side compression
- Stefan (Probst) suggested that we use server side compression to improve request performance. We can use gzip or "Bro...
- 15:05 Feature #1748: Extended Value Types
- I'm looking for a Skosmos API that looks like this: https://vocabs-api.acdh.oeaw.ac.at/
This is the example on which... - 11:43 Feature #1748: Extended Value Types
- Sorry, I would like to update my question by providing swagger documention.
Chemical Ontology Method:https://www.... - 11:30 Feature #1748: Extended Value Types
One of the ontologies I want to incorporate is "Analytical methods for geochemistry and cosmochemistry" in Research...- 08:56 Feature #2173: API: classes translation
- > One question: which has more weight, a parameter or the request header? Because if I make both possible, one has to...
2024-02-17
- 17:26 Feature #2168 (Closed): Refactor and minor improvements
- 17:21 Feature #2186 (Closed): Move file item from admin area to menu
- The move of file functions from admin to a menu item is finished (in the develop branch), according updates in the ma...
2024-02-16
- 19:38 Question #2183: Reference System and Vocabs Import
- Thanks Bernhard for the feedback.
I wasn't sure but it of course makes perfect sense that we don't invest too much t... - 17:24 Question #2183: Reference System and Vocabs Import
- Alexander Watzinger wrote in #note-5:
> Sorry to interrupt but the 2nd scenario won't work: "Rename the old one, imp... - 18:26 Feature #1047: Enter WKT geometries
- Fixed the problem with the polygon.
There is one UI issue left, which I need help with. It is very Leaflet specific... - 12:08 Feature #1047: Enter WKT geometries
- Added a switch, if a polygon is entered, to choose if area or shape.
I have one major issue, since leaflet uses r... - 17:47 Feature #1748: Extended Value Types
- If they have a SKOSMOS API available, it should be possible. Do you know the endpoint or maybe the Swagger/OpenAPI de...
- 12:45 Feature #1748: Extended Value Types
- Correct my naive idea if I am wrong.
Since OpenAtlas supports SKOMOS, can we just create one specific for analyti... - 17:16 Feature #2173 (Closed): API: classes translation
- Pushed solution in develop branch. Is in /swagger under *Proposal* tag.
One question: which has more weight, a pa... - 17:10 Feature #1475: Archaeological demo version
- The images are ready.
One thing, I took content text from thanados.net, maybe we have to adapt it.
And I don'... - 15:02 Feature #1475: Archaeological demo version
- After some consideration I would say we replace the DPP demo-dev version with THANADOS demo data.
Both current demo ... - 14:38 Question #2182: Host multiple projects within OpenAtlas
- I also closed this issue to avoid mixing too much different topics. But feel free to open new ones anytime.
- 14:36 Question #2182 (Closed): Host multiple projects within OpenAtlas
- Thank you again for reporting.
I added FAQs about multiple projects and data access (#2187) to the manual and it can... - 14:32 Feature #2187 (Closed): Manual: FAQs about multiple projects and data access
- The FAQs are added in **develop** and on can be viewed on the demo-dev at https://demo-dev.openatlas.eu/static/manual...
- 14:24 Feature #2187 (Closed): Manual: FAQs about multiple projects and data access
- In response to reoccurring questions two topics are added to the FAQ in the manual:
* How to manage multiple project... - 12:35 Question #2181 (Closed): Store analytical data and metadata
- I took some time to think it through and personally I'm still in favor of implementing each analytical function to pr...
2024-02-15
- 17:37 Feature #1475: Archaeological demo version
- Thanks a lot, I will look into it.
Because we weren't sure yesterday if we want to replace the demo (and which). Acc... - 16:55 Feature #1475: Archaeological demo version
- Data is ready to be reviewed.
- 16:03 Bug #2184: Directory for processed files not writable
- This should not be connected to this.
- 15:51 Bug #2184: Directory for processed files not writable
- Does it have something to do with the fact that I did not install IIIF?
- 15:49 Bug #2184 (Acknowledged): Directory for processed files not writable
- 15:49 Bug #2184: Directory for processed files not writable
- Interesting. I will look into it, why it is not there.
You can create it, but it also should automatically be cre... - 15:02 Bug #2184: Directory for processed files not writable
- Yes, I indeed ran the first code during the installation process.
Now I checke the directory and there are only exp... - 11:22 Bug #2184: Directory for processed files not writable
- As described in the "installation notes":https://github.com/craws/OpenAtlas/blob/main/install.md#apache this should b...
- 11:19 Bug #2184 (Closed): Directory for processed files not writable
- *Update*
Is fixed in 8.2.1.
*Original Question*
Sorry, it's me again.
Whenever I log in, this error message ... - 15:58 Question #2182: Host multiple projects within OpenAtlas
- No stupidity here.
Export SQL is plain text. So you can use @psql@ to restore the database. "We also have a wiki ... - 15:36 Question #2182: Host multiple projects within OpenAtlas
- I apologise for my stupidity.
Should I run codes for Export SQL or Export Databse dump? or are they just step 1 a... - 11:51 Question #2182: Host multiple projects within OpenAtlas
- Before answering I wanted to thank you for your really interesting questions. Your feedback is appreciated and will b...
- 08:40 Question #2182: Host multiple projects within OpenAtlas
- I totally agree with the FAIR principle, as I am currently working in NFDI4Object (National Research Data Infrastruct...
- 15:49 Feature #1748: Extended Value Types
- Thanks a lot. I did not notice that.
- 15:42 Feature #1748: Extended Value Types
- I took the liberty to format the code from before. This can be done with the *pre* button and helps with readability.
- 15:20 Feature #1748: Extended Value Types
- Hi,
I would like to carry on the discussion by providing a JSON schema for the anayltical method (developed by the E... - 15:29 Feature #2186 (Closed): Move file item from admin area to menu
- In preparation for the license functions rebuild the *File* item will be moved from the admin area to the menu becaus...
- 15:22 Feature #1473: Tool: Bone Inventory
- At the "The Present Dead" Deep Dive an interesting website was shown: https://humanos.cnrs.fr/?lang=en, so I added it...
- 14:06 Feature #1047: Enter WKT geometries
- Currently, WKT import for POINT, POLYLINE and POLYGON is working. Right now, POLYGON will be treated as shape. Is thi...
- 12:14 Question #2183: Reference System and Vocabs Import
- Sorry to interrupt but the 2nd scenario won't work: "Rename the old one, import the new one, and then move the entiti...
- 09:04 Question #2183: Reference System and Vocabs Import
- If a vocabulary service updates their content, you have right now two options:
# Add the changes manually, so mak... - 08:45 Question #2183: Reference System and Vocabs Import
- Thanks for your instructions. I am able to delete it.
Another question came to mind: some vocabulary services may... - 12:07 Question #2181: Store analytical data and metadata
- Thank you Stefan for your feedback. I already suspected your answer to that, that's why I mentioned "an ongoing longe...
2024-02-14
- 19:11 Question #2181: Store analytical data and metadata
- Hi Gary!
Thank you for raising this question.
I had a similar feature idea quite some time ago. #1748
Aside fro... - 16:58 Question #2181: Store analytical data and metadata
- This is actually an ongoing longer discussion.
My approach would be to implement needed functionality over time si... - 13:10 Question #2181: Store analytical data and metadata
- Thanks for your answer.
My workaround is to create a custom type to hold the metadata info from the device and ass... - 11:20 Question #2181 (Assigned): Store analytical data and metadata
- We already have a feature that I guess goes into that direction, see *Radiocarbon Dating* in the "manual":https://man...
- 17:32 Question #2183 (Acknowledged): Reference System and Vocabs Import
- > I would like to know what the difference is between the addition of controlled vocabs from the reference system and...
- 14:00 Question #2183 (Closed): Reference System and Vocabs Import
- Hi
I would like to know what the difference is between the addition of controlled vocabs from the reference system... - 16:41 Question #2182: Host multiple projects within OpenAtlas
- Keeping data privately or hidden is not the focus of OpenAtlas. On the contrary, our cooperations are exclusively wit...
- 13:07 Question #2182: Host multiple projects within OpenAtlas
- Dear Alex,
Thanks for your reply.
If we choose to use the same instance, can data from different projects/users... - 11:01 Question #2182 (In Progress): Host multiple projects within OpenAtlas
- Dear Gary, thank you for your interest in OpenAtlas. Depending on the need to share data between the projects there a...
- 16:02 Feature #2173: API: classes translation
- Stefan Probst wrote in #note-6:
> > I would suggest this solution without a new locale parameter, since you will nee... - 14:40 Feature #2173: API: classes translation
- > I would suggest this solution without a new locale parameter, since you will need all translations anyway:
not ...
2024-02-13
- 16:57 Question #2182 (Closed): Host multiple projects within OpenAtlas
- Hi,
I was wondering how openatlas would allow the organisation of multiple projects. My thinking is each user may ... - 16:47 Question #2181 (Closed): Store analytical data and metadata
- Hi,
I come from the background of archaeological science and wonder if the feature about analytical data and associ... - 15:39 Feature #2105: New file license system
- After some discussion with my very helpful colleagues it became clear that we would need all license related features...
Also available in: Atom