pmoreno.rodriguez
346d194125
New Trait for fetchPriority attribute in images ( #3850 )
2024-10-25 10:42:20 +01:00
pmoreno.rodriguez
ad8b1b79bd
New Trait for decoding attribute in images ( #3796 )
...
* New Trait for decoding attribute in images
* Update comments info
* decoding default in system/config/system.yaml and system/blueprints/config/system.yaml for the images.defaults.decoding value
* Fixed predefined option in the decoding attribute
2024-02-03 13:24:12 -07:00
yiwu
b1117e45c9
Update system.yaml ( #3721 )
...
add ISO 8601 dateformat
2023-10-24 10:28:44 +01:00
Andy Miller
259e775db8
Added languages debug option
2023-06-08 14:50:52 -06:00
Rotzbua
0ae980062f
Remove outdated setting xcache ( #3615 )
...
Already removed in commit ba2c37c216
2023-03-06 10:18:57 -07:00
Paweł Bogusławski
b9800b7c35
Allow to configure syslog tag ( #3596 )
...
* Allow to configure syslog tag
Author-Change-Id: IB#1120629
* Update InitializeProcessor.php
2022-06-15 10:38:59 -06:00
Andy Miller
41b8fbb0e0
Update changelog + Accounts in sidebar
2022-03-08 10:45:44 -07:00
Andy Miller
9fd580c49b
Alternative Multiavatar Approach ( #3551 )
...
* Support multiavatar by default
* Support custom hash string
2022-03-08 09:45:41 -07:00
Andy Miller
7bb8d10b22
Asset blueprint refactor
2022-01-09 21:23:19 -07:00
Andy Miller
c962201bae
initial js module support in assets
2022-01-09 13:29:40 -07:00
Matias Griese
bc70c9b93c
Added session.secure_https to system blueprint
2021-12-08 17:40:30 +02:00
Andy Miller
07bd1e03d0
Better backwards compatibility
2021-10-01 11:42:41 -06:00
Andy Miller
75ef1341eb
Added new HTTP\Client class for more general use
2021-09-30 17:39:49 -06:00
Andy Miller
61c2abee35
use a simple cron text field as custom one was confusing
2021-09-13 17:40:55 -06:00
Andy Miller
7f23b088a4
set clear_images_by_default to false by default
2021-05-25 11:27:13 -06:00
pamtbaau
e02d298ff4
Add option images.defaults.size to set default height/width ( #3272 )
...
* Add option images.defaults.size to set default height/width
- Add option to config/system.yaml
- Add option to blueprints/config/system.yaml
- Add ImageSizeTrait.php
- Add ImageSizeTrait to ImageMedium.php
- Add Unit tests
* moved width/height to rendering phase
* Add test: height/width should be of resized image.
* Added optional apsect-ratio variable
* more improvements
* Added aspectRatio and retinaScale image functions
* remove use for old trait
* reset the CLS variables after calling reset on the image
Co-authored-by: Andy Miller <rhuk@mac.com>
2021-04-05 11:21:03 -06:00
Matias Griese
054805349c
Remove bad redirect code from configuration options, translate
2021-03-11 16:27:31 +02:00
Matias Griese
ec661d2c15
Fixed page.html returning duplicated content with system.pages.redirect_default_route turned on [ #3130 ]
2021-03-11 16:19:57 +02:00
Miguel Sales Pereira
3b6f5353fd
Add SRI integrity hash to assets ( #3256 )
...
* Added default setting to enable/disable assets SRI
* Added system options to enable/disable assets SRI
* Added integrityHash function to create asset SRI
* Output SRI integrity hash on CSS assets
* Output SRI integrity hash for JS assets
* Updated integrityHash visibility (protected => public)
* Add SRI integrity hash to CSS and JS pipelines
* Made integrityHash static
2021-03-08 10:51:51 -07:00
Matias Griese
49fca0da2b
Added support for setting session domain [ #2040 ]
2021-02-10 18:46:43 +02:00
travis00001
3d73e92058
update system blueprint to include Redis Database ID ( #3209 )
2021-02-07 09:34:10 -08:00
Matias Griese
631e0e0f3f
New sites have compatibility features turned off by default, upgrading from older versions will keep the settings on
2020-11-23 19:09:55 +02:00
randoum
11cd2b086e
Allow to set SameSite from system.yaml ( #3063 )
...
* Update system.yaml
* Update SessionServiceProvider.php
* Update Session.php
* Update system.yaml
2020-11-17 13:10:12 +02:00
Vilius Šumskas
247d1a9aa6
Fix failing example custom job. ( #3050 )
...
* Since Symfony 4.2 passing chained shell commands to the Process component is not supported anymore and a working directory needs to be set by passing it as a completely separate parameter.
Unless somebody finds a way to use Process() for this and fixes it in the code, rework example custom job.
Related info: https://symfony.com/blog/new-in-symfony-4-2-important-deprecations#deprecated-process-commands-as-strings
* One more place to fix Symfony 4.2 compatibility.
2020-11-17 13:03:30 +02:00
Matias Griese
d9772ed5c6
Hide Flex Pages frontend configuration (not ready for production use)
2020-11-02 15:52:27 +02:00
Matias Griese
cc6eafdb09
Fixed Flex User avatar when using folder storage
...
Fixed bug in `Flex Form` making it impossible to set nested values
2020-09-25 11:08:53 +03:00
Andy Miller
aaff2f486f
set default for auto-fix-orientation to true
...
Signed-off-by: Andy Miller <rhuk@mac.com>
2020-07-20 19:09:58 -06:00
Andy Miller
a65c21acba
Merge branch 'develop' into 1.7
...
Signed-off-by: Andy Miller <rhuk@mac.com>
# Conflicts:
# CHANGELOG.md
# system/blueprints/config/system.yaml
2020-06-04 14:46:54 -06:00
Andy Miller
bfbe4ce1b8
option to control supported attributes in markdown links
...
Signed-off-by: Andy Miller <rhuk@mac.com>
2020-06-04 14:42:38 -06:00
Andy Miller
9f968611b1
typo
...
Signed-off-by: Andy Miller <rhuk@mac.com>
2020-05-26 08:36:40 -06:00
Andy Miller
3bd4f9499a
cherry picked #1925 fix from 1.7 to 1.6
...
Signed-off-by: Andy Miller <rhuk@mac.com>
2020-05-26 08:35:49 -06:00
Andy Miller
069ef7b12c
Fixed system.pages.hide_empty_folders #2925
...
Signed-off-by: Andy Miller <rhuk@mac.com>
2020-05-26 08:32:03 -06:00
Andy Miller
497ca2a5cd
Advanced Customization options for HTTP_X_FORWARDED headers
2020-05-14 14:43:52 -06:00
Andy Miller
4e578ed95e
Advanced Customization options for HTTP_X_FORWARDED headers
2020-05-14 14:32:07 -06:00
Andy Miller
148117edcb
Support for native lazy loading of images #2910
2020-05-14 12:33:46 -06:00
Matias Griese
11f9ba74e8
Added configuration option system.strict_mode.blueprint_compat to maintain old validation: strict behavior [ #1273 ]
2020-02-24 20:24:25 +02:00
Matias Griese
80125ce298
Fixed system.translations: false breaking Inflector methods
2020-01-29 14:58:50 +02:00
Matias Griese
b10725cebc
Fixed misleading 'Show sensitive data' configuration option wording
2020-01-29 11:18:14 +02:00
Matias Griese
664447a67b
Added Flex cache configuration options
2020-01-21 10:02:29 +02:00
Andy Miller
ab75201f11
Added a new sanitize_svg security config option [default: true]
2019-09-03 12:07:47 -06:00
Matias Griese
5b8674122a
Fixed blueprint values for system.accounts.storage
2019-08-29 14:22:14 +03:00
Matias Griese
8b31ee173e
Added configuration option for Flex Page, enabled experimental options in Admin Plugin
2019-08-16 15:49:58 +03:00
Andy Miller
e8b24479b9
Option to show/hide sensitive data
2019-07-08 15:53:25 -06:00
Matias Griese
a94abb4fb2
Added configuration option to set fallback content languages individually for every language
2019-07-01 14:46:10 +03:00
Matias Griese
de367e1558
FIx wrong nesting level in system.yamlL file
2019-06-28 20:52:15 +03:00
Matias Griese
41898af46f
Merge branch 'feature/multilang' into 1.7
...
# Conflicts:
# CHANGELOG.md
# system/blueprints/config/system.yaml
2019-06-28 15:30:41 +03:00
Matias Griese
ffa2e0a6f6
Added new configuration option system.languages.include_default_lang_file_extension to keep default language in .md files if set to false
2019-06-27 14:44:35 +03:00
Andy Miller
e1eed973a2
field sizes
2019-05-27 19:33:18 +03:00
Andy Miller
f4645fc77e
Debugbar/Clockwork Toggle.
2019-05-27 19:20:21 +03:00
Andy Miller
65ba214494
size of summary chars field
2019-05-15 15:48:26 -06:00