Activity
From 2020-06-21 to 2020-07-20
2020-07-20
- 17:36 Bug #1306 (Closed): Search results: small table, missing mouse over description
- Like Berni already noted our search seems to have some issues:
* Table is very narrow
* Mouse over abbreviated na... - 10:28 Bug #1303: Invisible letters when using show more/less function
- Hello! Browser: Google Chrome, Version 83.0.4103.116 (Offizieller Build) (64-Bit) and Operating System: Windows 10 Ho...
2020-07-19
- 02:28 Feature #929 (In Progress): Module options
- 02:28 Administration #548 (In Progress): Administration
2020-07-17
- 16:54 Bug #1303: Invisible letters when using show more/less function
- if possible, please also include your browsers version, thanks!
- 16:46 Bug #1303: Invisible letters when using show more/less function
- Dear Sonja, could you let me know wich Operating System and Browser you are using. Thank you!
2020-07-16
2020-07-15
- 14:04 Bug #1303 (Assigned): Invisible letters when using show more/less function
- Thank you for reporting. Since we are releasing a new version today I'll move this issue to the next version.
- 11:54 Bug #1303: Invisible letters when using show more/less function
- Edit: bug occurs only if the internet browser is not full screen.
- 11:39 Bug #1303 (Closed): Invisible letters when using show more/less function
- Letters "invisible" for a short period of time:
Occurs with longer descriptions: after pressing the "show more" butt...
2020-07-14
- 16:15 Feature #1276 (Closed): Show child nodes in tree search
- 16:15 Feature #1253 (Closed): Download Button
- 16:14 Bug #1278 (Closed): Broken table list views on smaller screens
- 16:09 Bug #1291 (Closed): Data tables mouse over doesn't work if filtered
2020-07-13
- 16:51 Feature #1275: API: parameters
- Filtering and sorting has to be on the server site. We need to write new SQL statements for this.
- 11:56 Feature #1232 (Closed): API: Error/Exception Handling
- The error handling is for now sufficient and covers every API error occurrence. Thanks to Alex for testing.
- 11:43 Feature #1255 (Closed): API: Content Negotiation
- We decided to make the URL patterns, although they are more work for the front end dev, it is the standard way to imp...
2020-07-11
- 16:46 Feature #1282 (Closed): Additional submit buttons for subunits
- Will be released with next version.
- 14:28 Feature #1282 (In Progress): Additional submit buttons for subunits
2020-07-10
- 14:04 Feature #1299 (Acknowledged): API: Setting for CORS allowance in UI
- Moving ticket to next version because database updates will be needed. Until now we have none for this version which ...
- 13:53 Feature #1232: API: Error/Exception Handling
- All tests and Mypy checks are working, even in the newest develop version. Assigning back.
- 13:51 Feature #1286 (Closed): Notifications for date field
2020-07-09
- 13:19 Feature #1292: External reference systems
- After discussing it with Stefan we decided to implement adding external reference fields to forms in the admin area.
...
2020-07-07
- 12:19 Feature #1299: API: Setting for CORS allowance in UI
- Yes, I will move these 2 settings from default.py to the database (website.settings) which than can be configured in ...
- 12:13 Feature #1299: API: Setting for CORS allowance in UI
- Yes, sounds good to me. So it is possible to modified in the UI under Admin/Data/API?
- 11:51 Feature #1299 (Assigned): API: Setting for CORS allowance in UI
- Beside *CORS_ALLOWANCE* there is also a *API_SCHEMA* configuration value in *default.py* which I could move to the AP...
- 09:19 Feature #1299 (Closed): API: Setting for CORS allowance in UI
- There is now flask-cors implemented in the backend code. We use a decorator for the /api/ route to handle CORS. To sp...
2020-07-06
- 12:23 Question #1211 (Closed): API: CORS handler
- Should be working with the new version. Still remember, you have to turn API on public.
@Alex all test passes on my...
2020-07-05
- 17:20 Feature #1283 (Closed): More detailed type display
- Implemented with mouse over to shows the path (every type above the selected). Will be released with next version. We...
2020-07-04
2020-07-03
- 15:04 Feature #1275: API: parameters
- For pagination the Seek/Keysearch method will be used. This will be quite time-consuming to develop, but is needed, b...
2020-07-02
- 13:53 Feature #1297: Connecting events sequentially
- https://docs.google.com/presentation/d/10GX_MzuggEq5iGZV_NQCKnFVfqPRFfsVvsiIelshzvs/edit?usp=sharing
- 13:51 Feature #1297 (Closed): Connecting events sequentially
- Original request from CONNEC:...
- 11:59 Bug #1296 (Closed): Linestrings cannot be deleted
- Thanks for reporting and glad that we could solve it so fast. Closing the ticket but we keep it as reference in case ...
- 11:47 Bug #1296 (Resolved): Linestrings cannot be deleted
- It turned out that the linestring entry in the gis.linestring table had "shape" as type. This seems to have caused th...
- 10:56 Bug #1296: Linestrings cannot be deleted
- I wasn't able to reproduce the bug. Tested in demo, demo-dev and THANADOS with Firefox. Steps:
* Click on edit at ... - 10:22 Bug #1296 (Closed): Linestrings cannot be deleted
- After creating a linestring geometry in the map and saving it, again in edit mode, it cannot be deleted. Even though ...
2020-07-01
- 16:38 Feature #1287 (Closed): Map tiles max zoom
- 16:31 Feature #1258 (Closed): Manual Text for Subunits
- Added together with Stefan.
- 14:48 Question #1270: Administrative Unit and Historical Place get not covered with links or relationship
- Cleared target version so that it doesn't show up in roadmap anymore
- 14:40 Question #1270 (Closed): Administrative Unit and Historical Place get not covered with links or relationship
- Ok I tested it today and it seems to work fine. Sry for the misinformation.
- 14:43 Question #1161 (Closed): API: add more geometry objects
- Ok, I'm fine with it. It is easier this way, thank you.
2020-06-30
- 17:34 Bug #1291: Data tables mouse over doesn't work if filtered
- stefan remarked redrawing the table for every filter event may resolve this
- 17:30 Bug #1235 (Closed): Layout issues with forms on smaller screens
- 17:25 Bug #547 (Closed): Prevent double submit
- 16:42 Bug #547 (Resolved): Prevent double submit
- 16:40 Bug #547: Prevent double submit
- fixed client side, submission of invalid formdata prevented, erroneous page forward (#1288) should probably still be ...
- 17:25 Bug #1288 (Closed): Forward upon failed form validation
- resolved with #547
- 16:41 Bug #1288: Forward upon failed form validation
- fixed client side, submission of invalid formdata prevented, erroneous page forward should probably still be investig...
2020-06-29
- 19:08 Feature #1229: Show descriptions in all tables
- After some consideration I decided to show descriptions in all tables. They weren't shown in some cases before (e.g. ...
- 16:57 Feature #1229 (Closed): Show descriptions in all tables
- Showing a description in the table of the reference tab at a place view implemented in 5.3.0 (mouse over to see full ...
2020-06-28
- 14:34 Question #1270: Administrative Unit and Historical Place get not covered with links or relationship
- Got it. Thanks for feedback.
- 14:04 Question #1270: Administrative Unit and Historical Place get not covered with links or relationship
- Yes and no. It works, but it has bugs that I need to clean up before we can close this.
- 13:46 Question #1270: Administrative Unit and Historical Place get not covered with links or relationship
- Didn't we solve this in the last session? Can this be closed?
- 13:43 Feature #971 (Closed): OpenAtlas - Origins
- 13:41 Feature #1233 (Assigned): API: External Authentication
- 13:41 Feature #1275 (Assigned): API: parameters
- 13:39 Administration #1257 (Closed): Hackathon
- A big thank you to all participants and Stefan for organizing. It was very nice, there were a lot of good ideas, clar...
- 13:27 Feature #1274 (Assigned): API: Automatic documentation for code
- 12:52 Feature #1279 (Closed): Change "Add" button label to "Link"
2020-06-27
- 14:38 Feature #1285 (Assigned): Improved value types display
- 14:38 Feature #1284 (Acknowledged): Show image when editing a place or artifact
- 14:37 Feature #1283 (Assigned): More detailed type display
- Thank you for reporting.
If I remember correctly we discussed to show the path to the root type on mouse-over and... - 14:32 Bug #1278 (Acknowledged): Broken table list views on smaller screens
- 14:30 Question #1277 (Acknowledged): Description 2 (invisible)
- 14:29 Feature #1280 (Acknowledged): Picture Preview
- 14:27 Bug #1288 (Acknowledged): Forward upon failed form validation
- 14:26 Feature #1292 (Acknowledged): External reference systems
- Thank you for reporting. Since the MoByz project wants a similar feature (maybe Johannes can add details) it's time t...
- 14:06 Feature #1272 (Closed): Tabs redesign
2020-06-24
- 14:36 Feature #1289: Citation example for edition and bibliography
- Alexander Watzinger wrote:
> Thank you for the text, we could place it below the form when inserting or updating.
... - 13:52 Feature #1292 (Closed): External reference systems
- Functionality to add external reference systems e.g. prosopographic or inventory identifier and adding them to forms....
Also available in: Atom