[4.2] Correct size of template files to upload#38459
Merged
roland-d merged 3 commits intojoomla:4.2-devfrom Aug 31, 2022
Kostelano:4-2-max-upload-temp-files
Merged
[4.2] Correct size of template files to upload#38459roland-d merged 3 commits intojoomla:4.2-devfrom Kostelano:4-2-max-upload-temp-files
roland-d merged 3 commits intojoomla:4.2-devfrom
Kostelano:4-2-max-upload-temp-files
Conversation
Contributor
|
I have tested this item ✅ successfully on e05283e This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38459. |
1 similar comment
Contributor
|
I have tested this item ✅ successfully on e05283e This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38459. |
Member
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38459. |
Contributor
|
Thank you |
Kostelano
added a commit
to JPathRu/localisation
that referenced
this pull request
Sep 2, 2022
joomla/joomla-cms#38638 + joomla/joomla-cms#38622 + joomla/joomla-cms#38619 + joomla/joomla-cms#38592 + joomla/joomla-cms#38541 - (только для en-GB) joomla/joomla-cms#38537 - (только для en-GB) joomla/joomla-cms#38570 + joomla/joomla-cms#38459 + joomla/joomla-cms#38451 + joomla/joomla-cms#38449 + joomla/joomla-cms#38313 + joomla/joomla-cms#38447 +
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request for Issue # .
Summary of Changes
Quite a while ago, there was a PR #10944 that changed the size of template upload files from 2MB to 10MB.
To date, the localization string has not been changed.
It's probably better for us not to use the size in the wording so as not to mislead users for such a long time. I suggest using a similar phrase in file lib_joomla.ini:
JLIB_MEDIA_ERROR_WARNFILETOOLARGE="This file is too large to upload."Actually, I also used its formulation in PR.