Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Releases: GeotrekCE/Geotrek-rando

1.26

11 Dec 08:56
Compare
Choose a tag to compare

BUG fixes

  • Fix regression about gray icons theme missing
  • Prevent massive SVG elements by filtering multilinestring treks (fixes #71)

Internal changes

  • Upgraded to Leaflet 0.7.1 (fixes #72)
  • Specify user-agent header for Geotrek API calls
  • Reduced page size by reducing float precision (ref #72, #38)

1.25

02 Dec 09:29
Compare
Choose a tag to compare

BUG fixes

  • Fix trek layer not filtered if state passed through URL (fixes #53)
  • Reset map extent on filter reset (fixes #29)
  • Crop difficulty labels that wrap if too long (fixes #58)
  • Hide advanced filters, then show them in JS (fixes #61)
  • Fix a z-index bug on iOS Safari

New features

  • Duration pretty format is now taken from API
  • Advanced filters reordered (route) (fixes #33)
  • Add tooltip on POI categories icons (fixes #26)
  • POI list are not sorted by category/alphabetic, API order (progression) is kept (fixes #56)
  • Add departure city in results list (fixes #57)
  • Increase result thumbnail size to match height (ref #57)
  • Switch parking popup to label (fixes #55)
  • Add tooltips on start and end markers (fixes #25)
  • Add POI label on detail map (fixes #30)
  • Rework duration filter (fixes #34)
  • If zoom is lower than TREK_LAYER_OPTIONS.iconifyZoom (default: 12), show treks as icons (ref #32)
  • Treks are now clustered. Colors and apparence can be customized using CSS (leaflet-marker-icon.trek-cluster
    and leaflet-marker-icon.trek-icon). Leaflet.MarkerCluster options can be set
    through TREK_LAYER_OPTIONS.clusterOptions (ref #32)
  • Show flag on trek departure (ref #32)
  • Show label on trek departure (ref #32)
  • Footer content can now be translated using a file per language (see README)
  • A popup can now be shown when landing on home (see README, fixes #31)
  • Mobile : show print button to download pdf (fixes #28)
  • Hide advanced filters, then show them in JS (ref #61)
  • Filters tooltips now appended on body element (fixes #60)
  • Filters label now have a fixed height (fixes #62)
  • Add home popup (see README, fixes #31)
  • Enable smooth scroll on mobile
  • Show static map image in detail page on mobile

1.24

21 Oct 09:33
Compare
Choose a tag to compare

BUG fixes

  • Fix trek detail button wraps (fixes #21)
  • Fix apparence of POIs with long names (fixes #20)
  • Fix positioning of advanced filters (fixes #7)

1.23

23 Aug 14:35
Compare
Choose a tag to compare

Breaking changes

  • Synchronization now requires authentication (prepare for future)

    Add GEOTREK_USER and GEOTREK_PASSWORD to your settings.

New features

  • Add setting for page number of park policy page (fixes #14)
  • Add retro-compatibility for Geotrek 0.20 altimetric profiles (fixes #11)
  • Use django-leaflet 0.7.3 public version

BUG fixes

  • Fix (again) pages ordering (fixes GeotrekCE/Geotrek-admin#759)
  • Use explicit callback argument to prevent deprecation warnings (fixes #50)
  • Add console to IE polyfill (fixes #47)
  • Fix ResetView apparence (fixes #48)
  • Upgrade MarkerCluster for Leaflet 0.6 (fixes #49)

1.22

13 Aug 13:10
Compare
Choose a tag to compare

Upgrade notes

In order to upgrade, run make clean before make deploy.

Trek carousel

Be careful with image aspect ratios ! 100% width means that portrait
pictures will be extended vertically. Make sure that all pictures
have the same width / height !

Difficulty filter

After upgrading to this release, make sure your difficulty levels
are (1, 2, 3, 4) in Geotrek DB. Use pgadmin or wait for the next
version of Geotrek (0.20) to be able to edit ids in Adminsite.

Settings

Attributions settings have changed. Attribution string is now the third
item in layer definition (ex: ('detail', 'http://...', '(c) OSM')).

Add a line with NO_GLOBALS: False, in LEAFLET_CONFIG.

Compare yours with example bloc in settings_local.py.sample.

Changes

  • Fix ping_google command, add url=http://rando.server.com parameter (fixes GeotrekCE/Geotrek-admin#754)
  • Fix flat pages naming and numbering (fixes GeotrekCE/Geotrek-admin#759)
  • Add spanish translation
  • Remove hack for difficulty level.
  • Hide column "on the way" if no POI (fixes GeotrekCE/Geotrek-admin#761)
  • Set detail pictures width to 100% of column (fixes #36)
  • Fixes links in search results, use explicit language prefix (fixes #43)
  • Document arrowstyle for direction arrow styling (fixes #27)
  • Removing trailing comma in search results too (fixes #5)
  • Fix route filter (fixes #10)
  • Fix display of number of results while navigating (fixes #6)
  • Add ability to have accents in flat pages titles, see README (fixes #15)
  • Fix centering on trek when it's below search results (fixes #8)
  • Fix trek detail language redirections (fixes #9)
  • Upgraded to Leaflet 0.6.4
  • Upgraded to django-leaflet 0.7
  • Fixes popup opens after second clic only (fixes #1)
  • Show map screenshot in detail page for mobile (fixes #12)
  • Fixes map loading on IE8 (fixes #16)
  • Fix popups on IE9 (fixes #19)
  • Fix treks hovering on home page for IE (fixes #18)