Project

General

Profile

Activity

From 2020-07-01 to 2020-07-30

2020-07-29

18:17 Feature #1275: API: parameters
As I go through the pagination feature, I saw a huge performance flaw in my code. For the purpose of error catching t... Bernhard Koschiček-Krombholz
16:46 Question #1312 (Acknowledged): Accreditation
Thank you very much Victoria for this idea and the detailed document.
There seem to be multiple issues involved an...
Alexander Watzinger

2020-07-28

11:34 Feature #1275: API: parameters
@Christoph:
* trailing slashes are fixed. Thank you for the link, this spared me many new lines. (I merged it in de...
Bernhard Koschiček-Krombholz

2020-07-27

15:51 Question #1312 (Closed): Accreditation
Dear Software Developers Team,
In the course of Becca Grose's placement with us, the issue of author accreditation...
Victoria Leonard

2020-07-23

00:45 Feature #1275: API: parameters
I didn't know that trailing slashes are so important. This should take no time to implement.
I will see into the o...
Bernhard Koschiček-Krombholz

2020-07-22

21:00 Feature #1275: API: parameters
this might be helpful? :) https://stackoverflow.com/questions/33241050/trailing-slash-triggers-404-in-flask-path-rule Christoph Hoffmann
20:48 Feature #1275: API: parameters
thanks for all your work! I'm just about to adapt my shenanigans to the proposed API, and have a couple of points:
...
Christoph Hoffmann

2020-07-21

18:47 Bug #1308 (Closed): Missing connection for actors created from place
Fixed in develop Alexander Watzinger
17:27 Bug #1308 (Assigned): Missing connection for actors created from place
You found a bug, idea was to prefill the residence with the place if creating an actor, like adding an event will con... Alexander Watzinger
17:15 Bug #1308 (Closed): Missing connection for actors created from place
*Update*: this is a bug which will be fixed: if creating an actor from a place, the place should be connected as the ... Bernhard Koschiček-Krombholz

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...
Alexander Watzinger
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... Sonja Mayer

2020-07-19

02:28 Feature #929 (In Progress): Module options
Alexander Watzinger
02:28 Administration #548 (In Progress): Administration
Alexander Watzinger

2020-07-17

16:54 Bug #1303: Invisible letters when using show more/less function
if possible, please also include your browsers version, thanks! Christoph Hoffmann
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! Christoph Hoffmann

2020-07-16

16:54 Feature #929 (Assigned): Module options
Alexander Watzinger

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. Alexander Watzinger
11:54 Bug #1303: Invisible letters when using show more/less function
Edit: bug occurs only if the internet browser is not full screen. Sonja Mayer
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...
Sonja Mayer

2020-07-14

16:15 Feature #1276 (Closed): Show child nodes in tree search
Alexander Watzinger
16:15 Feature #1253 (Closed): Download Button
Alexander Watzinger
16:14 Bug #1278 (Closed): Broken table list views on smaller screens
Alexander Watzinger
16:09 Bug #1291 (Closed): Data tables mouse over doesn't work if filtered
Alexander Watzinger

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. Bernhard Koschiček-Krombholz
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. Bernhard Koschiček-Krombholz
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... Bernhard Koschiček-Krombholz

2020-07-11

16:46 Feature #1282 (Closed): Additional submit buttons for subunits
Will be released with next version. Alexander Watzinger
14:28 Feature #1282 (In Progress): Additional submit buttons for subunits
Alexander Watzinger

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 ... Alexander Watzinger
13:53 Feature #1232: API: Error/Exception Handling
All tests and Mypy checks are working, even in the newest develop version. Assigning back. Alexander Watzinger
13:51 Feature #1286 (Closed): Notifications for date field
Alexander Watzinger

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.
...
Alexander Watzinger

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 ... Alexander Watzinger
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? Bernhard Koschiček-Krombholz
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... Alexander Watzinger
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... Bernhard Koschiček-Krombholz

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...
Bernhard Koschiček-Krombholz

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... Alexander Watzinger

2020-07-04

16:46 Feature #1283 (In Progress): More detailed type display
Alexander Watzinger

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... Bernhard Koschiček-Krombholz

2020-07-02

13:53 Feature #1297: Connecting events sequentially
https://docs.google.com/presentation/d/10GX_MzuggEq5iGZV_NQCKnFVfqPRFfsVvsiIelshzvs/edit?usp=sharing
Stefan Eichert
13:51 Feature #1297 (Closed): Connecting events sequentially
Original request from CONNEC:... Alexander Watzinger
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 ... Alexander Watzinger
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... Stefan Eichert
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 ...
Alexander Watzinger
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 ... Stefan Eichert

2020-07-01

16:38 Feature #1287 (Closed): Map tiles max zoom
Alexander Watzinger
16:31 Feature #1258 (Closed): Manual Text for Subunits
Added together with Stefan. Alexander Watzinger
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 Alexander Watzinger
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.
Bernhard Koschiček-Krombholz
14:43 Question #1161 (Closed): API: add more geometry objects
Ok, I'm fine with it. It is easier this way, thank you. Bernhard Koschiček-Krombholz
 

Also available in: Atom