Skip to content

Commit

Permalink
Merge branch 'master' into PHRAS-3770_quarantine-enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
jygaulier authored Aug 8, 2023
2 parents ff7d36b + 4913579 commit 039e14e
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ PHRASEANET_DOCKER_REGISTRY=local

# Docker images tag.
# @run
PHRASEANET_DOCKER_TAG=4.1.8-rc4
PHRASEANET_DOCKER_TAG=4.1.8-rc5

# Stack Name
# An optionnal Name for the stack
Expand Down
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# CHANGELOG

## 4.1.8-rc5

### Update instructions

- Migration patch: no patch to play, just run upgrade for bump version
- Elasticsearch index action : none

### Version summary

- bugfix an minor improvement (todo)

### Stack (docker compose)

- Extend csp for GA-4 (todo)

### What's Changed

* PHRAS-3882 admin - workers - filter "consumed queue" in https://github.com/alchemy-fr/Phraseanet/pull/4347
* PHRAS-3884 translation and advanced search field name in https://github.com/alchemy-fr/Phraseanet/pull/4348
* PHRAS-3416 phraseanet localization in https://github.com/alchemy-fr/Phraseanet/pull/4350
* PHRAS-3796 bin/setup check:system - download , lazaret, wrong repo is checked in https://github.com/alchemy-fr/Phraseanet/pull/4349
* PHRAS-3851 Untranslated terms : in Notifications, Detailed View, Map by in https://github.com/alchemy-fr/Phraseanet/pull/4351
* PHRAS-3416 phraseanet localization in https://github.com/alchemy-fr/Phraseanet/pull/4353
* PHRAS-3887 google analytics 4 by in https://github.com/alchemy-fr/Phraseanet/pull/4354
* PHRAS-3884 advanced search sort field by label by in https://github.com/alchemy-fr/Phraseanet/pull/4355
* PHRAS-3870_record-action-example by in https://github.com/alchemy-fr/Phraseanet/pull/4334
* PHRAS-3891 CSP policies for matomo cloud and newrelic by in https://github.com/alchemy-fr/Phraseanet/pull/4358
* PHRAS-3891 adding CSP in https://github.com/alchemy-fr/Phraseanet/pull/4359


**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.8-rc4...4.1.8-rc5



## 4.1.8-rc4

### Update instructions
Expand All @@ -9,7 +43,7 @@

### Version summary

- bugfix an minor improvement
- bugfix an minor improvement

### Stack (docker compose)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@
"hoa/dispatcher": "~0.0",
"hoa/router": "~2.0",
"igorw/get-in": "~1.0",
"imagine/imagine": "0.6.x-dev",
"imagine/imagine": "0.9.0",
"jms/serializer": "~0.10",
"jms/translation-bundle": "dev-fix-2021-04-19",
"justinrainbow/json-schema": "2.0.3 as 1.6.1",
"league/flysystem": "^1.0",
"league/flysystem-aws-s3-v2": "^1.0",
"league/fractal": "dev-webgalleries#af1acc0275438571bc8c1d08a05a4b5af92c9f97 as 0.13.0",
"media-alchemyst/media-alchemyst": "^0.5.6",
"media-alchemyst/media-alchemyst": "^0.5.7",
"monolog/monolog": "~1.3",
"mrclay/minify": "~2.1.6",
"neutron/process-manager": "2.0.x-dev@dev",
Expand Down
33 changes: 18 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Alchemy/Phrasea/Core/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Version
* @var string
*/

private $number = '4.1.8-rc4';
private $number = '4.1.8-rc5';

/**
* @var string
Expand Down
2 changes: 2 additions & 0 deletions lib/Alchemy/Phrasea/Helper/Prod.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,10 @@ public function get_search_datas()

// add default field date
$dates['updated_on']['sbas'] = $allSbasId;
$dates['updated_on']['fieldname'] = 'updated_on';
$dates['updated_on']['label'][] = $this->app->trans('updated_on');
$dates['created_on']['sbas'] = $allSbasId;
$dates['created_on']['fieldname'] = 'created_on';
$dates['created_on']['label'][] = $this->app->trans('created_on');

$f = $this->getLabels($fields);
Expand Down

0 comments on commit 039e14e

Please sign in to comment.