Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.84 KB

CHANGELOG-3.3.md

File metadata and controls

74 lines (59 loc) · 2.84 KB

Changelog

Version 3.3.13

  • new config parameter to disable the behavior change of the login page, introduced in lizmap 3.3.12, which redirect to the main page when the user is already authenticated. You can disable it by setting noRedirectionOnAuthenticatedLoginPage=on into the jcommunity section of the configuration (localconfig.ini.php).

Version 3.3.12

  • Add 'empty-data' class in auto popup when value is empty or NULL

  • Fix QGIS Date format support

  • Fix delete attachment in forms

  • Fix edition forms: Do not activate combobox or autocomplete on disabled select

  • Fix edition forms: mandatory relational value by default

  • Fix Admin export logs: there were no output with big logs table

  • Configuration form: do not allow to enable user account request when the webmaster email is not set

  • new scripts for the command line, to create a user, change or reset a password

php scripts/script.php jcommunity~user:changePassword [--force] <login> [<password>]
php scripts/script.php jcommunity~user:resetPassword <login>
php scripts/script.php jcommunity~user:create [--reset] [--admin] [--no-error-if-exist] <login> <email> [<password>]
  • authentication: redirect to a lizmap page when the user goes to the login form whereas he is authenticated.
  • bugs fixes from 3.2.18

Version 3.3.11

  • Fix QGIS custom dates in forms

  • Add zoomlevels to baselayers

  • Filter : assert filters have a title

  • Filter: use min_date field if max_date undefined

  • Don't display filter when no data

  • Treat PostGIS view datasource containing key='""' as key=''

  • Remove wps module from docker image

  • Fix broken link to IGN image in attribution

  • Datepicker i18n,call getCurrentLang() once

  • Fix the user table name into the Sqlite to Postgresql migrator

  • localization updated. New supported language: Slovak

Version 3.3.10

  • Fix account management (module jCommunity 1.3.5):

    • Hide reset password links in user profile when password change is not possible
    • Fix configuration reading
  • Fix wrong ordering of attributes where the first letter has an accent in filter form

  • Update some libraries to fix some bugs :

    • Upgrade jQuery File Upload to version 10.31.0
    • Update Jelix:
      • you can indicate a database name in a connection profile when using Postgresql services.
      • fix a security issue when redirecting to a page after authentication
    • upgrade jCommunity to 1.2.4 to fix some low security issues during login
  • Fix an error on SQL queries during the migration of user table from Sqlite to Postgresql

  • Don't sort values with ValueMap widget to keep order defined in QGIS

  • Use form in edition.js to get it's id

  • A new command to test the mailer configuration: php scripts/script.php jelix~mailer:test [email protected]

  • Fix show feature count