Duplicate of π PHP8.2: Deprecated utf8_encode() Fixed
Introduced a new config option "Image extensions" under Advanced settings.
Defaults to 'jpg jpeg png gif webp'.
Leaving it empty disables image handling(getimagesize call), which drastically increases performance for folders containing too many images, especially under remote file systems like S3.
This seems to have been fixed in another issue.
The slowness is normal if there are too many files to read from the bucket. IMCE can not do much about it. You may want to seek an answer in s3fs issue queue.
IMCE does not implement an integration with media library by itself. You should seek an answer on media library side.
Try enabling "Advanced settings > Enable URL altering" at /admin/config/media/imce/admin
This seems to have been fixed in another issue.
IMCE would let you delete the file if no other module was using it.
It's probably the previous revisions (node/X/revisions) which are using the file. Delete them and try again.
Note: IMCE allows force deletion of used files if you enable "Advanced settings > Ignore file usage" at admin/config/media/imce/admin
Added a more clear description with a link to roles page.
It's probably the field widget that is duplicating the file as IMCE does not have such a feature.
Not sure which module is responsible in your case, paragraphs or media, you may consider moving the issue to the related project.
Click the parent folder on the left menu and your folder will be shown in the file list on the right. You can then select your folder and click the Delete button.
Added to 3.x-dev.
Added. Thanks.
Added. Thanks.
ufku β made their first commit to this issueβs fork.
Fixed in 3.0.1 version
Merged into 3.x
Thanks!
@aitala: go to /admin/config/media/imce and check Use admin theme for IMCE paths under Common Settings
This has been fixed as a part of https://git.drupalcode.org/project/imce/-/commit/bc2c114b94fdd3edf1f802c...
The active theme is probably interfering with imce css.
Enable "Use admin theme for IMCE paths" under Common Settings at /admin/config/media/imce
OR add your css fix to your active theme.
Can't reproduce with 3.x branch + Drupal 11
Unable to reproduce this.
Could be ralated: https://www.drupal.org/project/drupal/issues/3381293 π Aggregation not working css and js cache directories not being created Active
Use 3.0.x for CKEditor4 support.
Added a description to download section.
Fixed. Thanks.
@sourojeetpaul This was for php files. The phpcs pipeline succeeds.
https://git.drupalcode.org/project/imce/-/jobs/1819695
Not sure how this is an IMCE issue?
Committed. Thanks.
Committed required changes. Thanks.
Committed a patch for checking file access without a folder scan.
Please let us know if it helps with the performance.
Duplicate of π¬ Role-profiles are no merged in case user has more role related to Imce Active
Removed ut8 encoding completely
Committed to 7.x-2.x branch.
Your issue is different than the original bug report. Please open a new issue with your details
Fixed on 3.0.12
Thanks for reporting.
Fixed in 3.0.11
Thanks for reporting.
Fixed the static method not working as an upload validator.
Thanks for reporting.
ufku β created an issue.
I couldn't reproduce this with Drupal 9.5.10 and Imce 3.0.8
Committed a patch to 3.x that uses a normal path to detect the root url.
ufku β created an issue.
"administer imce" permission is flagged as "restrict access" so it should be granted to trusted users only. Even if you have the permission to upload all extensions you'll still need to enable allow_insecure_uploads
config option manually in order to upload insecure extensions like php js
Just remove the commas and you'll be fine
jpg jpeg png
Can we make this a common setting like abs_urls
or admin_theme
?
Enabled tests on 3.x-dev with PHP 8.2 + Mysql 8 + Drupal 10 stable release
This was actually intended to allow the user submit the form manually after seeing the image/link URL. However it seems more practical to auto-submit the form.