Skip to content

Commit

Permalink
Version 3.2.4 - bugfix release
Browse files Browse the repository at this point in the history
Bugfix:
* Add map param to GetCapabilitiesAtlas request
* Edition - If feature id == 0, do not get feature
* Editing: capabilities should be checked when verifying geometry
* Hide the "data" button when there is no displayed attribute tables
* qgisVectorLayer - Add checkPrimaryKeyUnicity property when parsing datasource
* Download export files via POST request.
* Set map projection units to 'degrees' if proj4 projection does not give units
* Requests directly to IGN's adress search service
* Dataviz - improve display of legend for pie & y labels for stacked bars
* Display CACHE_STATUS':'off' in log only in debug mode
* Smaller padding for attribute table tabs for small screen
* Force hidden legend only when active
* Hide text next to icons on mobile screen
* Smaller search input on screen < 480px. Stretched on focus
* fix security issue in the reset password process
* 0 was like null when inserting.
* Fix empty date field in feature forms
* Checkbox always tick.
* Handle db default boolean value for checkboxes

Jelix version 1.6.24

Locales updated:

* Czech
* German
* Greek
* Spanish
* Basque
* Finnish
* French
* Galician
* Italian
* Ducth
* Polish
* Brazilian
* Portuguese
* Romanian
* Russian
* Swedish
  • Loading branch information
rldhont committed Jul 26, 2019
1 parent 82c5816 commit 9e2ce36
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![logo](icon.png "3Liz")][3liz]Lizmap Web Application 3.2.3
[![logo](icon.png "3Liz")][3liz]Lizmap Web Application 3.2.4
=================================================================

Lizmap web application, by 3LIZ.
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/admin/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="[email protected]" name="admin" createdate="2012-07-27">
<version date="2019-04-24">3.2.3</version>
<version date="2019-07-26">3.2.4</version>
<label lang="en_US">admin</label>
<description lang="en_US" />
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/dataviz/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="[email protected]" name="dataviz" createdate="2017-03-08">
<version date="2019-04-24">3.2.3</version>
<version date="2019-07-26">3.2.4</version>
<label lang="en_US">dataviz</label>
<description lang="en_US" />
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/dynamicLayers/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="dynamicLayers3liz.com" name="dynamicLayers" createdate="2015-10-05">
<version date="2019-04-24">3.2.3</version>
<version date="2019-07-26">3.2.4</version>
<label lang="en_US">dynamicLayers</label>
<description lang="en_US" />
<license URL="">All rights reserved</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/lizmap/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="[email protected]" name="lizmap" createdate="2011-06-15">
<version date="2019-04-24">3.2.3</version>
<version date="2019-07-26">3.2.4</version>
<label lang="en_US">lizmap</label>
<description lang="en_US" />
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/proj4php/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="proj4php3liz.com" name="proj4php" createdate="2015-03-13">
<version date="2019-04-24">3.2.3</version>
<version date="2019-07-26">3.2.4</version>
<label lang="en_US">proj4php</label>
<description lang="en_US" />
<license URL="https://www.gnu.org/licenses/lgpl.html">GNU LESSER GENERAL PUBLIC LICENSE Version 3</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/modules/view/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="http://jelix.org/ns/module/1.0">
<info id="[email protected]" name="view" createdate="2011-09-12">
<version date="2019-04-24">3.2.3</version>
<version date="2019-07-26">3.2.4</version>
<label lang="en_US">view</label>
<description lang="en_US" />
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>
Expand Down
2 changes: 1 addition & 1 deletion lizmap/project.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://jelix.org/ns/project/1.0">
<info id="[email protected]" name="lizmap" createdate="2011-08-01">
<version date="2019-04-24">3.2.3</version>
<version date="2019-07-26">3.2.4</version>
<label lang="en_US">Lizmap Web Client</label>
<description lang="en_US"/>
<license URL="http://www.mozilla.org/MPL/">Mozilla Public Licence</license>
Expand Down

0 comments on commit 9e2ce36

Please sign in to comment.