Releases: ems-project/elasticms
Releases · ems-project/elasticms
5.8.1
What's Changed
- fix(common/ems-html): print urls keep anchors and empty links by @Davidmattei in #568
- chore(make): mysql support and demo load by @Davidmattei in #569
- fix(cli/media-sync): typo in warning only metadata file by @theus77 in #572
- fix(docker): pg_rename_schema script by @theus77 in #574
- fix(demo/make): init setup should call start by @theus77 in #575
- fix(common/emsLink): support json encode by @Davidmattei in #576
- fix(common): typo runtime exception by @theus77 in #578
- fix(demo): debug emsch_error route by @theus77 in #580
- fix(core/dataLink): js issue by @Davidmattei in #584
Full Changelog: 5.8.0...5.8.1
5.8.0
What's Changed
- chore: cleanup bundles (composer scripts and .gitignore by @Davidmattei in #527
- refactor(adminUI): bootstrap 5 by @theus77 in #531
- refactor(adminUI): a11y and theme color and tika hello by @theus77 in #537
- refactor(adminUI): add .gitattributes by @Davidmattei in #533
- feat(web): security form login (coreApi) by @Davidmattei in #543
- feat(core/job): tagged jobs by @Davidmattei in #550
- fix(cli/webToElasticms): expression array_merge reorder keys by @IsaMic in #558
- refactor(cli/webToElasticms): add reports assetInError by @IsaMic in #557
- refactor(cli/media-library): sync already uploaded by @IsaMic in #556
- feat(common/api): file endpoint download method + TempFile helper by @Davidmattei in #559
- fix(common): avoid loading file in memory (use TempFile) by @theus77 in #560
- fix(common): non recursive folder creation by @theus77 in #561
- feat(cli/media-sync): new options by @Davidmattei in #555
- feat: redirect to controller by @theus77 in #562
- chore: add makeFile actions for database by @Davidmattei in #563
- fix(helper): tempFile load from stream not working by @Davidmattei in #564
- feat(core/twig): new emsco_get filter (deprecated data filter) by @Davidmattei in #565
- feat(core/content-type): datalink tooltip in edit mode by @Davidmattei in #567
Full Changelog: 5.7.3...5.8.0
5.7.3
What's Changed
- fix(core/notifications): treat all updating contentType root field by @Davidmattei in #544
- fix(standard/html): sanitizer allow emsLinks by @Davidmattei in #545
- fix(common/storage): image processor bad horizontal mirroring by @theus77 in #546
- fix(common/storage): limit a range request size to 8MB if not specified by the client by @theus77 in #547
- fix(cli): test if the tika extracted content has some malformed unicode chars by @theus77 in #548
- fix(standard/html): sanitizer max input length (default 500.000) by @Davidmattei in #549
- fix(cli): malformed utf8 char by @theus77 in #551
- fix(core/job): schedule jobs not running by ems:job:run by @Davidmattei in #552
- fix(standard/html): copy/paste relative links by @Davidmattei in #553
- fix(cli/webToElasticms): migrate media file optimisation by @theus77 in #554
- fix(core/wysiwyg): correct height iframe by @Davidmattei in #566
Full Changelog: 5.7.2...5.7.3
5.7.2
What's Changed
- fix(demo): makeFile docker commands and pwd issue by @Davidmattei in #540
- fix(core): customUserOptionsForm not null but empty string by @Davidmattei in #541
- fix(core): migration command options not correct defined by @Davidmattei in #542
Full Changelog: 5.7.1...5.7.2
5.7.1
What's Changed
- fix(form): the index is always an integer by @theus77 in #530
- fix(common/storage): s3 upload core api not working (chunkSize) by @Davidmattei in #532
- fix(core/entities): priority entity services by @Davidmattei in #534
- fix(core/api): create managed alias set alias (instanceId) by @Davidmattei in #535
- feat(demo): makeFile configs by @Davidmattei in #536
Full Changelog: 5.7.0...5.7.1
5.7.0
What's Changed
- fix(cli): tika jar path (#485) by @theus77 in #486
- feat(cli): hash uid by @theus77 in #488
- feat(common): s3 multipart upload by @theus77 in #490
- refactor(core/dataTable): create dataTable types by @Davidmattei in #492
- feat(core/mediaLib): draggable upload by @Davidmattei in #499
- refactor(core/dataTable): implement dataTable types by @Davidmattei in #493
- fix(core): dataTableFactory options by @Davidmattei in #500
- fix(common): storageManager initFinalize before finalize by @Davidmattei in #501
- feat(client-helper): save assets hash in file by @theus77 in #504
- feat(core/mediaLib): infinity scrolling for files by @Davidmattei in #505
- fix(core/mediaLib): max folders 5000 by @Davidmattei in #506
- feat(core/mediaLib): ajax toolbar by @Davidmattei in #507
- feat(emscli): add expression merge by @IsaMic in #509
- refactor(core): cant_be_finalized -> emsco_cant_be_finalized by @theus77 in #512
- feat(demo/elasticms): define EMSCO_ASSET_CONFIG for overwrite example by @theus77 in #513
- feat(common): new ems:admin:restore command by @theus77 in #515
- fix(common/command): restore command messages by @theus77 in #516
- feat(clientHelper/routing): error preview route by @theus77 in #519
- feat(common/twig): new function ems_template_exists by @theus77 in #520
- feat(elasticms-web/admin): common probe routes (_readiness, _liveness) by @theus77 in #522
- feat(clientHelper): redirect controller add headers support by @theus77 in #523
- fix(standards/json): the CLI's audit faces malformed utf8 string by @theus77 in #525
- feat(elasticms): new AdminUIBundle by @Davidmattei in #526
- fix(common/storage): s3 invalid cache key by @Davidmattei in #528
- fix(build): maennchen/zipstream-php fix to 2.4 by @Davidmattei in #529
Full Changelog: 5.6.3...5.7.0
5.6.3
What's Changed
- fix(demo): update bundle.zip by @theus77 in #502
- refactor(demo): elasticms/base-php:8.1-fpm-dev by @theus77 in #503
- fix(common/propertyAccessor): a property can be of any type (bool, array, int, string, ...) e… by @theus77 in #510
- fix(core/revision): file field mimeType not defined and image asset config for preview by @theus77 in #511
- fix(clientHelper/asset): function emsch_asset assetConfig can be empty (return the file as is) by @theus77 in #521
Full Changelog: 5.6.2...5.6.3
5.6.2
What's Changed
- fix(demo): *.localhost no more internally available by @theus77 in #487
- fix(cli): don't audit same urls with different parameters more than once by @theus77 in #491
- fix(admin): security /admin routes by @Davidmattei in #495
- fix(cli): web-audit too big data by @theus77 in #496
- fix(emsch form): isTokenValid by @theus77 in #498
- fix(emsch request): clean out empty file field by @theus77 in #497
Full Changelog: 5.6.1...5.6.2
5.6.1
What's Changed
- fix: 2 commands with the same id by @theus77 in #474
- fix: tag is not mandatory in schedule entity by @theus77 in #475
- refactor(demo): move language switch by @sylver4 in #470
- fix: job flag as started from created from schedule by @theus77 in #481
- fix(emsch/search): add minimum_should_match only if defined by @theus77 in #483
- fix: tika jar path by @theus77 in #485
New Contributors
Full Changelog: 5.6.0...5.6.1
5.6.0
What's Changed
- feat: tika on media sync command by @theus77 in #454
- fix(cli): loading issue (serializer) by @theus77 in #455
- feat(ems-client): datalink to a media_file (webToElasticms) by @IsaMic in #456
- fix: old revision might not have hash by @theus77 in #457
- feat(twig): ems_asset_get_content by @theus77 in #458
- fix: no base url on asset_file_path by @theus77 in #459
- fix: if getNodeByName not found by @theus77 in #460
- feat(search): filter's clause config and search minimum_should_match config by @theus77 in #463
- refactor(elasticm-cli): mediaFile() return by @IsaMic in #462
- feat(docker): tika.localhost route by @theus77 in #464
- feat(xliff): xliff in json by @theus77 in #465
- feat: remote schedule job by @theus77 in #467
- feat: iterate on wild char property path by @theus77 in #466
- fix: update demo by @theus77 in #461
- fix: renew the csrf token on each submit by @theus77 in #471
- fix(wysiwyg): dashboard picker (double : ) by @Davidmattei in #472
- feat(skeleton): SAML authentication by @Davidmattei in #469
- feat: create new document on emscli:file-reader:import by @theus77 in #473
Full Changelog: 5.5.0...5.6.0