commit
7f51be2cb0
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -1,6 +1,30 @@
|
||||||
MONARC Changelog
|
MONARC Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
|
## 2.9.11 (2020-02-21)
|
||||||
|
|
||||||
|
### New
|
||||||
|
|
||||||
|
- added users creation command
|
||||||
|
([PR 27](https://github.com/monarc-project/zm-client/pull/27));
|
||||||
|
- backend has been migrated from Zend Framework to Laminas
|
||||||
|
([#249](https://github.com/monarc-project/MonarcAppFO/issues/249)).
|
||||||
|
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- The description area of the shelf life is too fair at the character level
|
||||||
|
([#252](https://github.com/monarc-project/MonarcAppFO/issues/252));
|
||||||
|
- In the description of destinations area; info is not kept after registration
|
||||||
|
([#253](https://github.com/monarc-project/MonarcAppFO/issues/253));
|
||||||
|
- [GDPR module] Issue when creating a new recipient with default values
|
||||||
|
([#254](https://github.com/monarc-project/MonarcAppFO/issues/254));
|
||||||
|
- Get the list controls in BO
|
||||||
|
([#256](https://github.com/monarc-project/MonarcAppFO/issues/256));
|
||||||
|
- fix: improved performance when drag and dropping assets
|
||||||
|
([ff473d9](https://github.com/monarc-project/zm-core/commit/ff473d96b51ddbdbcd8e6c59927e59f246b7b67b)).
|
||||||
|
|
||||||
|
|
||||||
## 2.9.10 (2020-01-29)
|
## 2.9.10 (2020-01-29)
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
|
@ -83,7 +83,7 @@ Especially by setting a strong root password.
|
||||||
|
|
||||||
### Back-end
|
### Back-end
|
||||||
|
|
||||||
The back-end is using the Zend Framework 3.
|
The back-end is using [Laminas](https://getlaminas.org).
|
||||||
|
|
||||||
Create two symbolic links:
|
Create two symbolic links:
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ Especially by setting a strong root password.
|
||||||
|
|
||||||
### Back-end
|
### Back-end
|
||||||
|
|
||||||
The back-end is using the Zend Framework 3.
|
The back-end is using [Laminas](https://getlaminas.org).
|
||||||
|
|
||||||
Create two symbolic links:
|
Create two symbolic links:
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"major":2, "minor":9, "hotfix":10}
|
{"major":2, "minor":9, "hotfix":11}
|
||||||
|
|
|
@ -2,32 +2,60 @@
|
||||||
"name": "monarc/monarc",
|
"name": "monarc/monarc",
|
||||||
"description": "Monarc application",
|
"description": "Monarc application",
|
||||||
"authors": [
|
"authors": [
|
||||||
{"name": "Cyril Rouyer", "email": "cyril@netlor.fr"},
|
{
|
||||||
{"name": "Guillaume Lesniak", "email": "guillaume@netlor.fr"},
|
"name": "Cyril Rouyer",
|
||||||
{"name": "Jerôme De Almeida", "email": "jerome.dealmeida@vesperiagroup.com"},
|
"email": "cyril@netlor.fr"
|
||||||
{"name": "Benjamin Ganivet", "email": "benjamin@netlor.fr"},
|
},
|
||||||
{"name": "Thomas Metois", "email": "thomas@netlor.fr"},
|
{
|
||||||
{"name": "Jérôme Lombardi", "email": "jerome.lombardi@cases.lu"},
|
"name": "Guillaume Lesniak",
|
||||||
{"name": "Juan Rocha", "email": "juan.rocha@cases.lu"},
|
"email": "guillaume@netlor.fr"
|
||||||
{"name": "Cédric Bonhomme", "email": "cedric.bonhomme@cases.lu"},
|
},
|
||||||
{"name": "Ruslan Baidan", "email": "ruslan.baidan@cases.lu"}
|
{
|
||||||
|
"name": "Jérôme De Almeida",
|
||||||
|
"email": "jerome.dealmeida@vesperiagroup.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Benjamin Ganivet",
|
||||||
|
"email": "benjamin@netlor.fr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Thomas Metois",
|
||||||
|
"email": "thomas@netlor.fr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Jérôme Lombardi",
|
||||||
|
"email": "jerome.lombardi@cases.lu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Juan Rocha",
|
||||||
|
"email": "juan.rocha@cases.lu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Cédric Bonhomme",
|
||||||
|
"email": "cedric.bonhomme@cases.lu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ruslan Baidan",
|
||||||
|
"email": "ruslan.baidan@cases.lu"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1",
|
"php": "^7.1",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
"monarc/frontoffice": "^2.9",
|
"monarc/frontoffice": "^2.9.15",
|
||||||
"monarc/core": "^2.9",
|
"monarc/core": "^2.9.15",
|
||||||
"zendframework/zend-mvc": "^3.1",
|
"laminas/laminas-mvc": "^3.1",
|
||||||
"zendframework/zend-di": "^3.1",
|
"laminas/laminas-di": "^3.1",
|
||||||
"zendframework/zend-permissions-rbac": "^3.0",
|
"laminas/laminas-permissions-rbac": "^3.0",
|
||||||
"zendframework/zend-log": "^2.11",
|
"laminas/laminas-log": "^2.11",
|
||||||
"zendframework/zend-i18n": "^2.9",
|
"laminas/laminas-i18n": "^2.9",
|
||||||
"symfony/console": "^5.0"
|
"symfony/console": "^5.0",
|
||||||
|
"laminas/laminas-dependency-plugin": "^1.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"roave/security-advisories": "dev-master",
|
"roave/security-advisories": "dev-master",
|
||||||
"zendframework/zend-component-installer": "^2.1"
|
"laminas/laminas-component-installer": "^2.1"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"bin-dir": "bin/"
|
"bin-dir": "bin/"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -22,21 +22,21 @@ if (!empty($appConfDir)) {
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'modules' => [
|
'modules' => [
|
||||||
'Zend\Mvc\Console',
|
'Laminas\Mvc\Console',
|
||||||
'Zend\I18n',
|
'Laminas\I18n',
|
||||||
'Zend\Mail',
|
'Laminas\Mail',
|
||||||
'Zend\Log',
|
'Laminas\Log',
|
||||||
'Monarc\Core',
|
'Monarc\Core',
|
||||||
'Monarc\FrontOffice',
|
'Monarc\FrontOffice',
|
||||||
'Zend\Cache',
|
'Laminas\Cache',
|
||||||
'Zend\Form',
|
'Laminas\Form',
|
||||||
'Zend\InputFilter',
|
'Laminas\InputFilter',
|
||||||
'Zend\Filter',
|
'Laminas\Filter',
|
||||||
'Zend\Paginator',
|
'Laminas\Paginator',
|
||||||
'Zend\Hydrator',
|
'Laminas\Hydrator',
|
||||||
'Zend\Di',
|
'Laminas\Di',
|
||||||
'Zend\Router',
|
'Laminas\Router',
|
||||||
'Zend\Validator',
|
'Laminas\Validator',
|
||||||
'DoctrineModule',
|
'DoctrineModule',
|
||||||
'DoctrineORMModule',
|
'DoctrineORMModule',
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "MONARC",
|
"name": "MONARC",
|
||||||
"version": "2.9.10",
|
"version": "2.9.11",
|
||||||
"description": "Monarc front office application",
|
"description": "Monarc front office application",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Zend\Mvc\Application;
|
use Laminas\Mvc\Application;
|
||||||
|
|
||||||
chdir(dirname(__DIR__));
|
chdir(dirname(__DIR__));
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ if (! class_exists(Application::class)) {
|
||||||
|
|
||||||
$appConfig = require 'config/application.config.php';
|
$appConfig = require 'config/application.config.php';
|
||||||
if (file_exists('config/development.config.php')) {
|
if (file_exists('config/development.config.php')) {
|
||||||
$appConfig = Zend\Stdlib\ArrayUtils::merge($appConfig, include 'config/development.config.php');
|
$appConfig = Laminas\Stdlib\ArrayUtils::merge($appConfig, include 'config/development.config.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
Application::init($appConfig)->run();
|
Application::init($appConfig)->run();
|
||||||
|
|
Loading…
Reference in New Issue