log

age author description
Tue, 05 Mar 2019 17:43:43 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Tue, 05 Mar 2019 17:37:48 +0100 Sascha L. Teichmann Dont cast lat/lon values from ERDMS service to ints.
Tue, 05 Mar 2019 17:08:51 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Tue, 05 Mar 2019 17:08:16 +0100 Sascha L. Teichmann Clip STR tree and not Octree. octree-diff
Tue, 05 Mar 2019 15:55:14 +0100 Sascha L. Teichmann STR tree: Fixed sorting. Stored num items per nodes. Simpified code. octree-diff
Tue, 05 Mar 2019 15:44:05 +0100 Tom Gottfried Introduce distance limit up to which axis linestrings are connected
Tue, 05 Mar 2019 15:00:42 +0100 Sascha L. Teichmann Called STT tree building. octree-diff
Tue, 05 Mar 2019 13:05:50 +0100 Sascha L. Teichmann Added an STRTree for the triangulation. Should be better suited for filtering out the clipped triangles. octree-diff
Tue, 05 Mar 2019 09:59:06 +0100 Markus Kottlaender removed console.log, added comment
Tue, 05 Mar 2019 09:56:01 +0100 Markus Kottlaender client: identify tool: avoid identifying the same feature twice
Tue, 05 Mar 2019 09:12:29 +0100 Markus Kottlaender client: identify box: formatted fa_date_info and fa_critical
Tue, 05 Mar 2019 08:46:55 +0100 Markus Kottlaender merged critical-bottlenecks into default branch
Tue, 05 Mar 2019 08:43:15 +0100 Markus Kottlaender merged default into critical-bottlenecks branch critical-bottlenecks
Tue, 05 Mar 2019 08:41:02 +0100 Markus Kottlaender client: new symbold for critical bottlenecks, normal bottlenecks are not marked anymore critical-bottlenecks
Mon, 04 Mar 2019 18:16:13 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Mon, 04 Mar 2019 18:15:38 +0100 Sascha L. Teichmann Eliminate bad triangles. Not really the right solution. octree-diff
Mon, 04 Mar 2019 16:28:49 +0100 Markus Kottlaender client: addendum for e13daf439068 critical-bottlenecks
Mon, 04 Mar 2019 16:20:57 +0100 Markus Kottlaender client: fixed Unexpected side effect in computed property critical-bottlenecks
Mon, 04 Mar 2019 16:01:20 +0100 Markus Kottlaender merged default into critical-bottlenecks branch critical-bottlenecks
Mon, 04 Mar 2019 15:16:39 +0100 Sascha L. Teichmann More counting of clipped nodes. octree-diff
Mon, 04 Mar 2019 14:58:22 +0100 Sascha L. Teichmann Be more precise with clipping nodes. octree-diff
Mon, 04 Mar 2019 14:46:49 +0100 Sascha L. Teichmann Handle hole more precisely. octree-diff
Mon, 04 Mar 2019 13:32:57 +0100 Sascha L. Teichmann Merge default into octree-diff branch. octree-diff
Mon, 04 Mar 2019 13:32:32 +0100 Sascha L. Teichmann Use octree clipping. Not working, yet! octree-diff
Mon, 04 Mar 2019 12:45:44 +0100 Sascha L. Teichmann Impelemented line segment / line segment intersection test. octree-diff
Mon, 04 Mar 2019 12:27:56 +0100 Sascha L. Teichmann More on triangle/clipping polygon intersection. TODO: line segment / line segment intersection. octree-diff
Mon, 04 Mar 2019 11:56:07 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Mon, 04 Mar 2019 11:55:29 +0100 Sascha L. Teichmann Implemented the BBox/clipping polygon test. TODO: triangle/clipping polygon test. octree-diff
Mon, 04 Mar 2019 08:32:05 +0100 Markus Kottlaender merged default into critical-bottlenecks branch critical-bottlenecks
Sun, 03 Mar 2019 21:10:07 +0100 Sascha L. Teichmann Started with point in polygon check. octree-diff
Sun, 03 Mar 2019 18:08:40 +0100 Sascha L. Teichmann Added a WKB reader for clipping polygon. octree-diff
Sun, 03 Mar 2019 14:45:41 +0100 Sascha L. Teichmann Started with the idea to clip an octree by an bounding polygon. octree-diff
Sun, 03 Mar 2019 13:00:50 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Fri, 01 Mar 2019 18:28:50 +0100 Sascha L. Teichmann Merged default into octree-diff branch. octree-diff
Fri, 01 Mar 2019 18:28:12 +0100 Sascha L. Teichmann Added RTree library to used 3rd party libs. octree-diff
Fri, 01 Mar 2019 17:42:46 +0100 Sascha L. Teichmann Use fogleman's triangulation. octree-diff
Fri, 01 Mar 2019 15:33:27 +0100 Sascha L. Teichmann Incorporated fogleman's fast Delaunay triangulation adjuted to our vertex model. octree-diff
Fri, 01 Mar 2019 14:55:58 +0100 Markus Kottlaender client: display bottleneck status in separate layer critical-bottlenecks
Fri, 01 Mar 2019 11:06:27 +0100 Sascha L. Teichmann Merged defualt into octree-diff branch. octree-diff
Thu, 28 Feb 2019 17:28:54 +0100 Sascha L. Teichmann Wrap writing of iso-lines of differences into a transaction. octree-diff
Thu, 28 Feb 2019 15:55:32 +0100 Sascha L. Teichmann Calculate better triangulation and store it into database. octree-diff
Thu, 28 Feb 2019 12:34:47 +0100 Sascha L. Teichmann Fixed concurrent octree builder. The iso line cuts are now in the same quantity order of line segments but still differ. Need to have a closer look once we serve the data. octree-diff
Thu, 28 Feb 2019 12:03:02 +0100 Sascha L. Teichmann The concurrent octree build seems to be buggy. Use the old code instead till the problem is found. octree-diff
Thu, 28 Feb 2019 11:51:31 +0100 Sascha L. Teichmann Calculate the iso lines of the difference. octree-diff
Wed, 27 Feb 2019 17:44:44 +0100 Sascha L. Teichmann Fixed counting of nodes. octree-diff
Wed, 27 Feb 2019 16:15:38 +0100 Sascha L. Teichmann Made octree builder concurrent. octree-diff
Tue, 26 Feb 2019 13:02:11 +0100 Sascha L. Teichmann Triangulate and build octree index. octree-diff
Tue, 26 Feb 2019 12:22:04 +0100 Sascha L. Teichmann Turn new point cloud into WKB form of MultiPointZ. octree-diff
Tue, 26 Feb 2019 11:34:15 +0100 Sascha L. Teichmann Moved WKB constants to own package. octree-diff
Tue, 26 Feb 2019 11:01:06 +0100 Sascha L. Teichmann Integrate deduplication with setting in. Even if there is more contention in total it seems to be cheaper. octree-diff
Mon, 25 Feb 2019 23:43:41 +0100 Sascha L. Teichmann Do difference calculation multi-core. octree-diff
Mon, 25 Feb 2019 21:51:39 +0100 Sascha L. Teichmann Bail out if the EPSG codes of the datasets don't match. octree-diff
Mon, 25 Feb 2019 21:49:07 +0100 Sascha L. Teichmann Fixed operand order. octree-diff
Mon, 25 Feb 2019 18:21:33 +0100 Sascha L. Teichmann Calculate difference on single core. octree-diff
Mon, 25 Feb 2019 17:02:33 +0100 Sascha L. Teichmann Started experimental octree diff branch. octree-diff
Mon, 04 Mar 2019 16:30:46 +0100 Sascha Wilde Use better suited icon for gauges in search results.
Mon, 04 Mar 2019 15:59:02 +0100 Markus Kottlaender client: usermanagement: implemented new table component
Mon, 04 Mar 2019 14:50:23 +0100 Markus Kottlaender client: make use of new table header/body components
Mon, 04 Mar 2019 13:53:09 +0100 Markus Kottlaender client: adjusted notification style
Mon, 04 Mar 2019 13:18:35 +0100 Markus Kottlaender client: available waterlevels in fairway profile: improved styling
Mon, 04 Mar 2019 10:26:19 +0100 Fadi Abbud clinet:pdf-gen template:unifiy feedback messages for template
Mon, 04 Mar 2019 08:18:06 +0100 Markus Kottlaender client: identified box: added gauges to formatter
Mon, 04 Mar 2019 07:46:53 +0100 Markus Kottlaender client: immediately load data for menu indicator
Mon, 04 Mar 2019 07:38:34 +0100 Markus Kottlaender linting
Fri, 01 Mar 2019 18:38:02 +0100 Tom Gottfried Subdivide SQL function to prepare for improved error handling
Fri, 01 Mar 2019 18:10:26 +0100 Sascha Wilde Added icon to gouges in search result.
Fri, 01 Mar 2019 17:26:08 +0100 Tom Gottfried Improve TAP tests
Fri, 01 Mar 2019 17:06:25 +0100 Sascha Wilde Added the ability to search for gauges.
Fri, 01 Mar 2019 16:28:24 +0100 Sascha Wilde Added gauges layer.
Fri, 01 Mar 2019 15:52:53 +0100 Tom Gottfried Substitute unnecessarily home-made shortest line
Fri, 01 Mar 2019 13:51:09 +0100 Thomas Junk staging: reload button clears filtering
Fri, 01 Mar 2019 13:21:18 +0100 Fadi Abbud client:pdf-gen template: give feedback after uploading template
Fri, 01 Mar 2019 13:00:42 +0100 Thomas Junk staging: filter logs on server
Fri, 01 Mar 2019 12:55:48 +0100 Markus Kottlaender client: partially revert e0f423606929
Fri, 01 Mar 2019 12:42:52 +0100 Markus Kottlaender client: import soundingdata: fix npe bug
Fri, 01 Mar 2019 12:24:37 +0100 Sascha Wilde depth_reference in sounding data must be more permissive.
Fri, 01 Mar 2019 12:14:36 +0100 Thomas Junk staging: layout logs
Fri, 01 Mar 2019 12:07:34 +0100 Thomas Junk staging: layout logs
Fri, 01 Mar 2019 10:53:52 +0100 Markus Kottlaender client: improved identify box formatter
Fri, 01 Mar 2019 10:52:32 +0100 Thomas Junk staging: layout logs
Fri, 01 Mar 2019 10:38:44 +0100 Markus Kottlaender client: identify box: formatted streches
Fri, 01 Mar 2019 10:31:24 +0100 Markus Kottlaender client: import soundingresults: depthreferences from selected bottleneck
Fri, 01 Mar 2019 09:41:40 +0100 Thomas Junk more css debugging styles
Fri, 01 Mar 2019 09:00:53 +0100 Markus Kottlaender client: renamed store property
Fri, 01 Mar 2019 08:28:00 +0100 Markus Kottlaender client: renamed store action
Fri, 01 Mar 2019 08:18:29 +0100 Markus Kottlaender client: loadBottlenecks (bottleneck_overview) only where needed
Fri, 01 Mar 2019 08:03:42 +0100 Markus Kottlaender client: import soundingresults: more html cleanup
Fri, 01 Mar 2019 07:58:02 +0100 Markus Kottlaender client: import soundingresults: html cleanup
Thu, 28 Feb 2019 19:44:38 +0100 Tom Gottfried Construct stretch area between distance marks also from non-contiguous axis
Thu, 28 Feb 2019 17:30:26 +0100 Thomas Junk staging: optics
Thu, 28 Feb 2019 17:26:59 +0100 Thomas Junk staging: optics
Thu, 28 Feb 2019 17:24:19 +0100 Thomas Junk staging: optics
Thu, 28 Feb 2019 16:52:45 +0100 Thomas Junk staging_area: more space for logs
Thu, 28 Feb 2019 16:47:36 +0100 Thomas Junk reload staging after confirm
Thu, 28 Feb 2019 16:36:49 +0100 Tom Gottfried Make area generation more robust
Thu, 28 Feb 2019 16:02:56 +0100 Markus Kottlaender client: fix linter error (empty block)
Thu, 28 Feb 2019 15:34:07 +0100 Markus Kottlaender client: fix json parsing in identify box
Thu, 28 Feb 2019 14:51:03 +0100 Thomas Junk logs->importlogs due to .hgignore
Thu, 28 Feb 2019 14:04:05 +0100 Thomas Junk merging with staging_consolidation
Thu, 28 Feb 2019 14:03:39 +0100 Thomas Junk closing branch staging_consolidation staging_consolidation
Thu, 28 Feb 2019 14:03:07 +0100 Thomas Junk removed depency on old component staging_consolidation
Thu, 28 Feb 2019 14:00:34 +0100 Thomas Junk merge with default staging_consolidation
Thu, 28 Feb 2019 13:47:53 +0100 Thomas Junk remove old components importqueue,staging staging_consolidation
Thu, 28 Feb 2019 13:46:09 +0100 Thomas Junk wip staging_consolidation
Thu, 28 Feb 2019 13:33:46 +0100 Thomas Junk wip staging_consolidation
Thu, 28 Feb 2019 12:45:40 +0100 Sascha Wilde Changed selection, to make more sensible values available.
Thu, 28 Feb 2019 12:29:46 +0100 Thomas Junk merge with default staging_consolidation
Thu, 28 Feb 2019 12:29:12 +0100 Thomas Junk login fixed
Thu, 28 Feb 2019 12:16:27 +0100 Markus Kottlaender client: table component: fade transition for adding/removing items
Thu, 28 Feb 2019 12:04:18 +0100 Thomas Junk wip staging_consolidation
Thu, 28 Feb 2019 11:38:20 +0100 Thomas Junk fix: emptying search now in router
Thu, 28 Feb 2019 11:25:50 +0100 Markus Kottlaender client: table component for unified style
Thu, 28 Feb 2019 10:30:33 +0100 Markus Kottlaender client: define stretches: fixed start/endpoint validation when editing an existing stretch
Thu, 28 Feb 2019 10:18:21 +0100 Markus Kottlaender client: fixed indicator style in sidebar menu when menu item is active
Thu, 28 Feb 2019 08:37:41 +0100 Markus Kottlaender client: handle json values in identify box
Thu, 28 Feb 2019 07:45:34 +0100 Markus Kottlaender client: update staging area every 15s
Wed, 27 Feb 2019 16:21:45 +0100 Thomas Junk wip staging_consolidation
Wed, 27 Feb 2019 15:20:00 +0100 Thomas Junk wip staging_consolidation
Wed, 27 Feb 2019 14:27:10 +0100 Thomas Junk wip staging_consolidation
Wed, 27 Feb 2019 13:50:56 +0100 Thomas Junk merge with default staging_consolidation
Wed, 27 Feb 2019 13:50:24 +0100 Thomas Junk wip staging_consolidation
Wed, 27 Feb 2019 18:00:35 +0100 Tom Gottfried Fix corner case in area generation from stretch
Wed, 27 Feb 2019 16:26:15 +0100 Thomas Junk define stretch: omit call to sanitize. Should no longer be necessary since f6380bbdb853
Wed, 27 Feb 2019 16:20:22 +0100 Tom Gottfried Using a table in a view before it is created is not possible
Wed, 27 Feb 2019 14:02:28 +0100 Sascha Wilde Don't hard code the available water level ref. systems.
Wed, 27 Feb 2019 10:56:18 +0100 Tom Gottfried Mention PostgreSQL version requirement
Mon, 25 Feb 2019 11:36:07 +0000 MANESCU CARMEN Translated using Weblate (Romanian)
Mon, 25 Feb 2019 17:30:07 +0100 Thomas Junk fairway_profile: calc relative depth WIP
Mon, 25 Feb 2019 16:16:33 +0100 Thomas Junk fairway_store: fix cleanup bug
Mon, 25 Feb 2019 16:00:31 +0100 Thomas Junk staging_area: overflowing activated if number of entries becomes to long
Mon, 25 Feb 2019 15:51:50 +0100 Thomas Junk fairway_profile: available_waterlevels selection with dummy data added
Mon, 25 Feb 2019 15:10:13 +0100 Markus Kottlaender client: changed css class name
Mon, 25 Feb 2019 15:02:34 +0100 Markus Kottlaender client: unified box's header styles by creating a reusable component
Mon, 25 Feb 2019 14:30:31 +0100 Markus Kottlaender client: moved i18n configuration to own file
Mon, 25 Feb 2019 14:20:50 +0100 Markus Kottlaender client: cleaned up main.js
Mon, 25 Feb 2019 13:11:30 +0100 Markus Kottlaender client: improved popup implementation
Mon, 25 Feb 2019 08:47:59 +0100 Markus Kottlaender client: made indicator for open imports show up immediatly
Mon, 25 Feb 2019 08:35:47 +0100 Markus Kottlaender client: indicator for imports waiting for review
Fri, 22 Feb 2019 18:02:23 +0100 Tom Gottfried Validate country and hectometre in ISRS code
Fri, 22 Feb 2019 15:15:23 +0100 Tom Gottfried Do not delete distance marks on import
Fri, 22 Feb 2019 14:33:33 +0100 Markus Kottlaender client: imports: improved table layout
Fri, 22 Feb 2019 12:38:47 +0100 Thomas Junk router: fixed frontend routing. renamed routes. changed display according to new route names
Fri, 22 Feb 2019 12:28:14 +0100 Markus Kottlaender client: imports: avoid error when cron string cannot be parsed when trying to edit imports
Fri, 22 Feb 2019 08:22:57 +0100 Markus Kottlaender client: pdf-gen: generate more expressive filename
Thu, 21 Feb 2019 13:45:55 +0000 Bede Csaba Translated using Weblate (Hungarian)
Thu, 21 Feb 2019 09:22:18 +0000 Bernhard E. Reiter Translated using Weblate (Austrian German)
Thu, 21 Feb 2019 15:56:07 +0100 Tom Gottfried Fix cutting of axis segment between two distance marks
Thu, 21 Feb 2019 15:51:56 +0100 Markus Kottlaender client: improved row colors in identify box
Thu, 21 Feb 2019 15:22:10 +0100 Markus Kottlaender client: fixed broken previous commit
Thu, 21 Feb 2019 14:57:04 +0100 Markus Kottlaender client: improved identify tool readability
Thu, 21 Feb 2019 14:43:45 +0100 Sascha L. Teichmann Schema: Dropped wrong constraints in gauges.geodref.
Thu, 21 Feb 2019 12:21:42 +0100 Thomas Junk fairway_profile: consuming the offered waterlevel WIP
Thu, 21 Feb 2019 10:46:38 +0100 Sascha L. Teichmann Print templates: Removed primary key from templates table and add a unique constraint to template name and country instead to make possible that different countries can use templates with same name.
Thu, 21 Feb 2019 09:58:24 +0100 Thomas Junk agm_import: originator field added
Thu, 21 Feb 2019 09:31:02 +0100 Fadi Abbud client:use the name constants instead of strings
Wed, 20 Feb 2019 16:10:54 +0100 Thomas Junk import_stretch: fix false review link
Wed, 20 Feb 2019 14:03:36 +0100 Sascha Wilde Bumped version for next development period.
Wed, 20 Feb 2019 14:02:21 +0100 Sascha Wilde Added tag v2.1.0 for changeset 4d69b79e9df6
Wed, 20 Feb 2019 14:02:06 +0100 Sascha Wilde Release Version 2.1 (IAT). Fixed Version-Number. v2.1.0
Wed, 20 Feb 2019 13:59:47 +0100 Sascha Wilde Added tag v2.1.0 for changeset 83f9a131dfb6
Wed, 20 Feb 2019 13:59:09 +0100 Sascha Wilde Release Version 2.1 (IAT).
Wed, 20 Feb 2019 13:48:22 +0100 Thomas Junk fairway_profile: render riverbed on layer behind LOS
Wed, 20 Feb 2019 13:44:22 +0100 Markus Kottlaender client: pdf-templates: added country code to table
Wed, 20 Feb 2019 13:35:33 +0100 Thomas Junk staging: fix optical alignment for non expandable entries
Wed, 20 Feb 2019 13:23:30 +0100 Fadi Abbud client: fix draw line/polygon and use name constants
Wed, 20 Feb 2019 12:23:31 +0100 Thomas Junk sidebar: fixed routing
Wed, 20 Feb 2019 12:11:54 +0100 Markus Kottlaender client: imports: disabled save/trigger buttons if form is invalid/not filled
Wed, 20 Feb 2019 12:09:19 +0100 Thomas Junk staging: fix detailsbutton behaviour with (U)BN. Only open one instead of all subdetailentries
Wed, 20 Feb 2019 11:08:20 +0100 Thomas Junk staging: fix vanishing buttons when (U)BN list becomes too long
Wed, 20 Feb 2019 10:58:32 +0100 Thomas Junk staging: open detailsview for UBN too
Wed, 20 Feb 2019 10:58:00 +0100 Markus Kottlaender client: imports: removed upload button from soundingresults import and trigger upload automatically
Wed, 20 Feb 2019 10:49:41 +0100 Thomas Junk staging: introduce UBN as a variant to BN
Wed, 20 Feb 2019 10:47:42 +0100 Markus Kottlaender client: imports: fixed typo in form style
Wed, 20 Feb 2019 10:42:32 +0100 Thomas Junk email_template: changed route from 'importlog' to 'importqueue'
Wed, 20 Feb 2019 10:37:36 +0100 Sascha L. Teichmann Sounding result import: Be more verbose if sounding result already exists for a bottleneck/date.
Wed, 20 Feb 2019 10:21:16 +0100 Markus Kottlaender client: imports: fixed cron string
Wed, 20 Feb 2019 10:00:01 +0100 Fadi Abbud client: use the name constants for Layer names
Wed, 20 Feb 2019 08:53:30 +0100 Thomas Junk linting
Tue, 19 Feb 2019 17:27:35 +0100 Sascha Wilde Added geoserver config for stretches layer.
Tue, 19 Feb 2019 17:24:23 +0100 Raimund Renkert client: Avoid "drawable" layers to be refreshed.
Tue, 19 Feb 2019 17:20:24 +0100 Fadi Abbud client: use the name of constants instead of strings
Tue, 19 Feb 2019 17:17:23 +0100 Bernhard Reiter demo-data: fix two user accounts
Tue, 19 Feb 2019 17:06:55 +0100 Thomas Junk staging: format datetime instead of format date in AGM Diff View
Tue, 19 Feb 2019 17:00:32 +0100 Raimund Renkert client: Skip fairway polygons that are not crossed by the cross-cut-line.
Tue, 19 Feb 2019 16:58:21 +0100 Thomas Junk importqueue: datetime instead date for added
Tue, 19 Feb 2019 16:54:56 +0100 Bernhard Reiter demo-data: fix one demo user
Tue, 19 Feb 2019 16:44:38 +0100 Thomas Junk staging: adapt to new routing concept. fix of problems with opening bottlenecks
Tue, 19 Feb 2019 16:34:58 +0100 Sascha L. Teichmann Merged.
Tue, 19 Feb 2019 16:34:35 +0100 Sascha L. Teichmann Import queue: Generate slightly different URLs for reviewing.
Tue, 19 Feb 2019 16:33:31 +0100 Markus Kottlaender client: unified buttons styles in tables
Tue, 19 Feb 2019 14:57:48 +0100 Thomas Junk refac: improve routing structure. We now have /bottlenecks, /stretches, /review routes
Tue, 19 Feb 2019 13:55:02 +0100 Thomas Junk router: cleanup auth code
Tue, 19 Feb 2019 13:45:39 +0100 Bjoern Schilberg schema/gemma.sql: Added to gm_waterlevel bottlenecks_geoserver view.
Tue, 19 Feb 2019 11:42:42 +0100 Markus Kottlaender fixed typo in testmail
Tue, 19 Feb 2019 11:38:45 +0100 Bernhard Reiter client: fix resetting of zoom level after pdf-gen
Tue, 19 Feb 2019 11:20:23 +0100 Fadi Abbud client:use the name of constants instead of strings
Tue, 19 Feb 2019 09:57:02 +0100 Markus Kottlaender client: adjusted table and delete button styles
Tue, 19 Feb 2019 09:49:14 +0100 Markus Kottlaender client: fixed usermanagement styles
Tue, 19 Feb 2019 09:13:27 +0100 Fadi Abbud client: use constant names instead of strings
Tue, 19 Feb 2019 08:41:31 +0100 Markus Kottlaender moved test mail button to table
Tue, 19 Feb 2019 08:08:17 +0100 Sascha L. Teichmann Added current water level to properties of cross-section.
Mon, 18 Feb 2019 19:38:48 +0100 Tom Gottfried Warn on import of unknown reference level codes
Mon, 18 Feb 2019 18:45:12 +0100 Tom Gottfried Cleanup schema for reference water levels
Mon, 18 Feb 2019 16:41:09 +0100 Thomas Junk importqueue: warnings filter implemented
Mon, 18 Feb 2019 16:19:00 +0100 Thomas Junk import_queue: 'abgelehnt' filters for declined instead of rejected
Mon, 18 Feb 2019 16:08:33 +0100 Bernhard Reiter merge
Mon, 18 Feb 2019 16:08:16 +0100 Bernhard Reiter client: improve styles for LOS layers
Mon, 18 Feb 2019 15:55:55 +0100 Thomas Junk import-schedule: fix edit waterway gauge import. transmitting cedentials correctly
Mon, 18 Feb 2019 15:42:13 +0100 Thomas Junk import_schedule: fixed typo. edit waterway gauges should preselect waterway gauges
Mon, 18 Feb 2019 15:38:54 +0100 Markus Kottlaender client: use user specific extent only on initial load
Mon, 18 Feb 2019 15:33:01 +0100 Bernhard Reiter client: fix drawing perormance
Mon, 18 Feb 2019 14:08:19 +0100 Bernhard Reiter client: honor isVisible attribute for more layers
Mon, 18 Feb 2019 13:32:44 +0100 Thomas Junk import_schedule: send email when manually triggering import
Mon, 18 Feb 2019 12:53:10 +0100 Fadi Abbud client:fix fairway Dimensions layers name
Mon, 18 Feb 2019 12:40:07 +0100 Sascha L. Teichmann Configured Imports: Fixed unmarshalling of WFS imports.
Mon, 18 Feb 2019 12:17:00 +0100 Thomas Junk merge
Mon, 18 Feb 2019 12:16:42 +0100 Thomas Junk merge
Mon, 18 Feb 2019 12:16:10 +0100 Thomas Junk fix typo(?)
Mon, 18 Feb 2019 12:16:31 +0100 Sascha L. Teichmann Routes: Fixed route to distance marks ashore.
Mon, 18 Feb 2019 12:12:12 +0100 Sascha Wilde Use distance marks from wamos db in map.
Mon, 18 Feb 2019 12:07:03 +0100 Thomas Junk import_schedule: display of cron and email again
Mon, 18 Feb 2019 12:02:44 +0100 Sascha L. Teichmann Import config: Add another forgotten flag.
Mon, 18 Feb 2019 11:57:10 +0100 Sascha L. Teichmann Import config: Marshalling of so properties got lost somehow.
Mon, 18 Feb 2019 11:22:31 +0100 Markus Kottlaender client: pdf-gen: fixed width calculation of textbox
Mon, 18 Feb 2019 11:16:13 +0100 Thomas Junk import_schedule: default for sort-by: 'hydro_scamin'
Mon, 18 Feb 2019 11:11:12 +0100 Thomas Junk import soundingresult: fix URL
Mon, 18 Feb 2019 10:25:46 +0100 Bernhard Reiter client: fixing lib/geo.js build
Fri, 15 Feb 2019 16:44:42 +0100 Fadi Abbud client: pdf-gen: improve textbox function
Fri, 15 Feb 2019 15:58:21 +0100 Fadi Abbud client:pdf-gen:(minor) fix bottleneckinfo function
Fri, 15 Feb 2019 14:56:04 +0100 Markus Kottlaender client: admin: style adjustments
Fri, 15 Feb 2019 14:41:48 +0100 Markus Kottlaender client: pdf-gen: admin: removed unfunctional download button
Fri, 15 Feb 2019 14:39:16 +0100 Markus Kottlaender client: pdf-gen: removed unused parameter
Fri, 15 Feb 2019 14:08:42 +0100 Bjoern Schilberg schema/gemma.sql: Added fairway_availability.critical and date_info to bottlenecks_geoserver view.
Fri, 15 Feb 2019 13:42:08 +0100 Thomas Junk remove transition for searchbox due to side-effects
Fri, 15 Feb 2019 13:39:44 +0100 Thomas Junk contextbox and search better aligned
Fri, 15 Feb 2019 13:00:50 +0100 Fadi Abbud client: translation: mark some strings for translations
Fri, 15 Feb 2019 12:32:22 +0100 Thomas Junk make room for searchbar
Fri, 15 Feb 2019 11:55:56 +0100 Thomas Junk clean searchbar when context is changed
Fri, 15 Feb 2019 11:44:38 +0100 Thomas Junk warning sign for importqueue entries containing warnings
Fri, 15 Feb 2019 11:18:19 +0100 Sascha L. Teichmann Merged.