Skip to content
Snippets Groups Projects
  1. Jan 03, 2023
  2. Feb 20, 2022
  3. Feb 13, 2022
    • Matthias Schiffer's avatar
      gluon-web-osm: update OpenLayers default URL to 5.3.0 · 62b24ed7
      Matthias Schiffer authored
      The OpenLayers JS/CSS download URL is dead. Update it to make the map
      work again:
      
      - Update from OpenLayers 5.2.0 to 5.3.0
      - Switch from the obsolete rawgit.com URL to jsdelivr.net (rawgit.com
        was only redirecting to jsdelivr.net for the last few years anyways)
      - Set a fixed commit in the URL, so the URL doesn't become outdated again
      Unverified
      62b24ed7
  4. Oct 07, 2021
    • Matthias Schiffer's avatar
      Set PKG_VERSION in gluon.mk · f419db58
      Matthias Schiffer authored
      This removes PKG_VERSION and PKG_RELEASE from most Makefiles, as the
      value was never useful for Gluon packages; instead, PKG_VERSION is set
      to 1 in gluon.mk.
      
      It also removes two other weird definitions:
      
      - gluon-iptables-clamp-mss-to-pmtu replicating the old PKG_VERSION logic
        from gluon-core, but without the fixed PKG_BUILD_DIR to prevent
        unnessary rebuilds
      - gluon-hoodselector set GLUON_VERSION=3
      f419db58
  5. Jul 05, 2020
  6. Jun 16, 2019
  7. Sep 01, 2018
    • Matthias Schiffer's avatar
      gluon-web-osm: base on OpenLayers 5, add model class · 0d4188d4
      Matthias Schiffer authored
      The new code is shorter and uses more readable variable names. It does not
      depend on specifically named input fields anymore (allowing to use multiple
      maps on the same page), and only uses well-defined interfaces to trigger
      revalidation of input fields.
      
      The Map model class allows to add OSM maps to gluon-web forms.
      Unverified
      0d4188d4
  8. Jul 29, 2018
Loading