Skip to content

Commit fe26113

Browse files
committed
Version 3.3.12 - bug fix release
- 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 - authentication: redirect to a lizmap page when the user goes to the login form whereas he is authenticated. - bugs fixes from 3.2.18
1 parent c7b74ff commit fe26113

File tree

9 files changed

+18
-11
lines changed

9 files changed

+18
-11
lines changed

CHANGELOG-3.3.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Changelog
22
=========
33

4-
Version 3.3.12 (next)
5-
---------------------
4+
Version 3.3.12
5+
--------------
66

77
- Add 'empty-data' class in auto popup when value is empty or NULL
88
- Fix QGIS Date format support
99
- Fix delete attachment in forms
10-
- Fix edition forms: Do not activate combobox or autocomplete on disabled select
10+
- Fix edition forms: Do not activate combobox or autocomplete on disabled select
11+
- Fix edition forms: mandatory relational value by default
12+
- Fix Admin export logs: there were no output with big logs table
13+
1114
- Configuration form: do not allow to enable user account request when the
1215
webmaster email is not set
1316
- new scripts for the command line, to create a user, change or reset a password
@@ -18,6 +21,10 @@ php scripts/script.php jcommunity~user:resetPassword <login>
1821
php scripts/script.php jcommunity~user:create [--reset] [--admin] [--no-error-if-exist] <login> <email> [<password>]
1922
```
2023

24+
- authentication: redirect to a lizmap page when the user goes to the login
25+
form whereas he is authenticated.
26+
- bugs fixes from 3.2.18
27+
2128

2229
Version 3.3.11
2330
---------------------

lizmap/modules/admin/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module xmlns="http://jelix.org/ns/module/1.0">
33
<info id="info@3liz.com" name="admin" createdate="2012-07-27">
4-
<version date="2020-10-16">3.3.12-pre</version>
4+
<version date="2020-12-07">3.3.12</version>
55
<label lang="en_US">admin</label>
66
<description lang="en_US"/>
77
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>

lizmap/modules/dataviz/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module xmlns="http://jelix.org/ns/module/1.0">
33
<info id="info@3liz.com" name="dataviz" createdate="2017-03-08">
4-
<version date="2020-10-16">3.3.12-pre</version>
4+
<version date="2020-12-07">3.3.12</version>
55
<label lang="en_US">dataviz</label>
66
<description lang="en_US"/>
77
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>

lizmap/modules/dynamicLayers/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module xmlns="http://jelix.org/ns/module/1.0">
33
<info id="dynamicLayers3liz.com" name="dynamicLayers" createdate="2015-10-05">
4-
<version date="2020-10-16">3.3.12-pre</version>
4+
<version date="2020-12-07">3.3.12</version>
55
<label lang="en_US">dynamicLayers</label>
66
<description lang="en_US"/>
77
<license URL="">All rights reserved</license>

lizmap/modules/filter/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module xmlns="http://jelix.org/ns/module/1.0">
33
<info id="info@3liz.com" name="filter" createdate="2019-03-12">
4-
<version date="2020-10-16">3.3.12-pre</version>
4+
<version date="2020-12-07">3.3.12</version>
55
<label lang="en_US">filter</label>
66
<description lang="en_US"/>
77
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>

lizmap/modules/lizmap/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module xmlns="http://jelix.org/ns/module/1.0">
33
<info id="info@3liz.com" name="lizmap" createdate="2011-06-15">
4-
<version date="2020-10-16">3.3.12-pre</version>
4+
<version date="2020-12-07">3.3.12</version>
55
<label lang="en_US">lizmap</label>
66
<description lang="en_US"/>
77
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>

lizmap/modules/proj4php/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module xmlns="http://jelix.org/ns/module/1.0">
33
<info id="proj4php3liz.com" name="proj4php" createdate="2015-03-13">
4-
<version date="2020-10-16">3.3.12-pre</version>
4+
<version date="2020-12-07">3.3.12</version>
55
<label lang="en_US">proj4php</label>
66
<description lang="en_US"/>
77
<license URL="https://www.gnu.org/licenses/lgpl.html">GNU LESSER GENERAL PUBLIC LICENSE Version 3</license>

lizmap/modules/view/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module xmlns="http://jelix.org/ns/module/1.0">
33
<info id="info@3liz.com" name="view" createdate="2011-09-12">
4-
<version date="2020-10-16">3.3.12-pre</version>
4+
<version date="2020-12-07">3.3.12</version>
55
<label lang="en_US">view</label>
66
<description lang="en_US"/>
77
<license URL="http://www.mozilla.org/MPL/">Mozilla Public License</license>

lizmap/project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://jelix.org/ns/project/1.0">
33
<info id="lizmap@3liz.com" name="lizmap" createdate="2011-08-01">
4-
<version date="2020-10-16">3.3.12-pre</version><!-- should be always X.Y.Z or X.Y.Z-something -->
4+
<version date="2020-12-07">3.3.12</version><!-- should be always X.Y.Z or X.Y.Z-something -->
55
<label lang="en_US">Lizmap Web Client</label>
66
<description lang="en_US"/>
77
<license URL="http://www.mozilla.org/MPL/">Mozilla Public Licence</license>

0 commit comments

Comments
 (0)