Wykres commitów

133 Commity (e05711be43395cb3363d10e27f23616aba8612a5)

Autor SHA1 Wiadomość Data
Hartmut Holzgraefe e05711be43 add support for multiple render queues (Issue #91)
* maprenderingjob model now has a "queue" name column,
  defaulting to "default"
* methods dealing with the rendering queue now all either
  use the jobs queue column value if already available
  or have an additional optional "queue_name" parameter
  with default value "default"
* a systemd template service file was added to be able to start
  individual per-queue render services
* the progress bar in the map request detail view was finally
  fixed to show actual position-in-queue progress
2022-08-16 15:52:43 +00:00
Hartmut Holzgraefe 2bded88aa6 prevent form submission with [Enter] key (Issue #83) 2022-04-03 22:00:21 +00:00
Hartmut Holzgraefe 3926c35790 make HTML5 client side email validation work (part of Issue #80)
HTML5 email vaildation is only triggered by an actual <input type="submit">
button being pressed, calling the forms submit() method from a regular
<button> does not. So we now have a hidden "real" submit button and
the actual styled button now sends a click even to that element instead
of submitting the form directly

PS: thinking again the actual issue may be that the styled button is not
inside the actual <form>?
2022-03-27 20:13:11 +00:00
Hartmut Holzgraefe 7a59f5930e show relative time spans for submitted/started/ended timestamps 2021-09-18 15:50:49 +00:00
Hartmut Holzgraefe db8e83a9e7 show human readable paper size name in map list / details where possible 2021-09-18 15:13:49 +00:00
Hartmut Holzgraefe fe74eb7389 re-add upload file info for new ManyToMany file uploads 2021-09-18 14:37:01 +00:00
Hartmut Holzgraefe b8aad902ce add missing space 2020-11-13 20:36:14 +01:00
Hartmut Holzgraefe 0f5a0179fd merge 2020-11-02 12:47:53 +01:00
Hartmut Holzgraefe 7617d044ba show actual selection area in paper size preview
this should provide better visual feedback whether portrait or
landscape is more suitable for the desired map area
2020-06-11 12:29:24 +00:00
Hartmut Holzgraefe e960aaed06 prepare for displaying more fine grained rendering status information 2020-03-15 11:57:43 +01:00
Hartmut Holzgraefe fef2af9108 git pushMerge branch 'site-osm-baustelle' of https://github.com/hholzgra/maposmatic into site-osm-baustelle 2020-03-11 15:24:15 +01:00
Hartmut Holzgraefe d10c18e06b improve paper size form for multi page formats 2020-03-08 21:03:31 +00:00
Hartmut Holzgraefe 0a03850925 set city name as title again if none is set yet and a city id was selected 2020-02-26 21:03:26 +01:00
Hartmut Holzgraefe 7fd7a485ae merge all import file title strings into one 2020-02-18 21:37:20 +00:00
Hartmut Holzgraefe 0f34cf28b4 only set map style if really given in the umap file 2020-02-18 20:26:40 +00:00
Hartmut Holzgraefe 3177dc0968 clean up file upload / verification code a bit 2020-02-18 17:38:50 +00:00
Hartmut Holzgraefe 3365b3433b correctly switch tabs 2020-02-18 15:57:36 +00:00
Hartmut Holzgraefe a0c2a2949c change wording and layout of upload form step to match new features 2020-02-18 15:56:41 +00:00
Hartmut Holzgraefe aef099f52d fix upload file preview processing 2020-02-17 00:41:43 +00:00
Hartmut Holzgraefe b8d46409b6 rename file as it is not really GPX specific anymore 2020-02-16 12:43:39 +00:00
Hartmut Holzgraefe af4783510b add multiple file upload capability (issue #41 - work in progress)
(previous commit was incomplete ...)

this change adds the most basic steps needed to allow multi file uploads,
there are still some rough edges to fix, but basically things work ...
2020-02-16 11:39:29 +00:00
Hartmut Holzgraefe 7bde0063a6 add final touches to new papersize form step 2020-02-02 22:33:03 +00:00
Hartmut Holzgraefe cc28344c1e refactor the paper size / orientation form step
* pick size / orientation from predefined formats with single click
* allow for custom width/height input
* dynamicly preview paper dimensions / aspect ratio
* IMHO simplifies the javascript side of things
2020-02-01 10:55:45 +00:00
Hartmut Holzgraefe 9eba9b3dc1 upgrade favicons from v4 to v5 2020-02-01 09:49:47 +00:00
Hartmut Holzgraefe 5d7a1735c8 custom paper size final touches 2020-01-19 23:10:22 +00:00
Hartmut Holzgraefe 6c44765b93 add custom paper width/height entry 2020-01-19 00:34:52 +00:00
Hartmut Holzgraefe 3193225dd5 make sure to only send click events if related variables are actually set 2020-01-18 21:26:19 +01:00
Hartmut Holzgraefe e44e2e4121 add cookie warning and privacy statement text and link 2020-01-05 22:14:19 +00:00
Hartmut Holzgraefe 3a2c41d1dc starting to add a privacy policy statement page 2019-12-30 00:54:06 +00:00
Hartmut Holzgraefe 9c3e47b2f3 accept plain GeoJson feature colloection file, too 2019-12-30 00:32:42 +00:00
Hartmut Holzgraefe 4a23372604 show larger area around search results 2019-12-22 21:15:56 +00:00
Hartmut Holzgraefe e49e10c6c3 gray out map areas not covered by the database import 2019-10-13 11:47:44 +00:00
Hartmut Holzgraefe 01a3691b7c allow to restrict the visible map area to a specific bounding box 2019-09-22 14:33:05 +00:00
Hartmut Holzgraefe 567a1e9ad7 switch papersize API to named fileds instead of numbered 2019-08-28 01:36:43 +00:00
Hartmut Holzgraefe d3c140f5c4 make sure setlang redirects to the current page again
By default the setlang mechanism relies on the Referrer: header being set,
this can lead to a language change redirecting back to the main page in
its absence.

By forcing the {{ request.path }} as "next" URL instead, the same page
will always be rendered again with the new language setting chosen ...
2019-08-22 07:52:09 +00:00
Hartmut Holzgraefe 5b6a7b4312 added missing translation tags 2019-08-21 22:01:21 +00:00
Hartmut Holzgraefe 03abb52df5 enable full localization, so that date formats are correctly localized, too 2019-08-21 21:44:09 +00:00
Hartmut Holzgraefe 88e50bcb73 show "Recreate" button on outdated and cancelled requests, too 2019-08-11 12:01:03 +00:00
Hartmut Holzgraefe a8d646c3df reset paper size when changing map area or layout
make sure "next" button gets displayed when visiting paper
tab for the second time
2019-08-04 13:30:11 +00:00
Hartmut Holzgraefe 67e99fd58a Merge branch 'site-osm-baustelle-newform' into site-osm-baustelle 2019-06-29 10:30:46 +00:00
Hartmut Holzgraefe 7408512feb adapt to ocitysmap paper size retrieval api change 2019-06-29 06:28:45 +00:00
Hartmut Holzgraefe 6a93b82690 comment and whitespace only 2019-06-23 23:25:34 +00:00
Hartmut Holzgraefe fc4ebab673 remember previous paper size / orientation selection, and restore if possible 2019-06-23 23:14:19 +00:00
Hartmut Holzgraefe 4482a6a8c8 do not reset administrative boundary selection on switching back
to the map bounding box selection tab (issue #34)
2019-06-16 06:31:55 +00:00
Hartmut Holzgraefe 399df93203 Merge branch 'site-osm-baustelle-newform' into site-osm-baustelle 2019-06-02 20:50:05 +02:00
Hartmut Holzgraefe f199472dd7 fix next/prev button show logic 2019-05-31 22:28:25 +00:00
Hartmut Holzgraefe 8afef6f162 missed a jQuery getJSON callback name change 2019-05-31 22:19:58 +00:00
Hartmut Holzgraefe 76b2308911 leaflet-omnivore installs fine via npm, no need to keep a local copy anymore 2019-04-23 23:16:45 +02:00
Hartmut Holzgraefe fc1b60c74f do not show translation status for english as it's always going to be 100% anyway 2019-04-16 22:20:51 +00:00
Hartmut Holzgraefe 3d1d7c760a something seems to have changed about waypoints in leaflet GPX plugin,
it now shows a marker for every waypoint, not just for named waypoints
as i think it did in the past. disabling all markers for now, having
the track only is good enough for the preview
2019-04-16 22:13:20 +00:00