Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes needed for several dependencies for Debian Bookworm #114

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    7ca259c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b84914e View commit details
    Browse the repository at this point in the history
  3. django update: GeoManager was removed

    likely have to adjust code for this removal more..
    megies committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3801465 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1585316 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46898e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d432beb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cb3995 View commit details
    Browse the repository at this point in the history
  8. django changes: validators need to be specified as objects

    ..not as strings anymore. Not sure if it works in the migration like
    that or if it might be safer to duplicate the code and put it in the
    migration..
    megies committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ca80088 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d7b970 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1db003d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c4b59f6 View commit details
    Browse the repository at this point in the history
  12. django changes: user.is_authenticated() method removed

    use it as a property instead
    megies committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b7c5a32 View commit details
    Browse the repository at this point in the history
  13. django changes: {% load staticfiles %} was removed

    {% load staticfiles %} and {% load admin_static %} were deprecated in
    django 2.1 and later removed, in favor of {% load static %}, which works
    the same.
    https://docs.djangoproject.com/en/2.2/releases/2.1/#miscellaneous-1
    megies committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    24efb45 View commit details
    Browse the repository at this point in the history
  14. mkdocs update: adjust config yaml to some config syntax changes

    also fall back to one of the two builtin themes, cosmo is not shipped in
    Debian packages that we use for mkdocs now
    megies committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    986b07e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    74d0347 View commit details
    Browse the repository at this point in the history
  16. GIS: remove Stamen layers, make OpenTopoMap default

    Stamen layers not freely available anymore
    megies committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4be05ef View commit details
    Browse the repository at this point in the history
  17. webgis: reduce default opacity

    after opentopomap being the default which is quite heavily colored and obscures
    events/stations
    megies committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d71a905 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e5af798 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    17b3496 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. add new migration

    needed due to newer postgresql version on Debian bookworm?!
    migration was needed on clean system right after cloning the jane repo and
    applying the existing migrations
    megies authored and Observatorium - Funktionskennung - Wassermann committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    462b6bb View commit details
    Browse the repository at this point in the history