-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed Issue #11354 Merged CSS file name generation #15144
Merged
Merged
Conversation
This file contains 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
@sashas777 thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
DanielRuf
approved these changes
May 11, 2018
Hi @sashas777. Thank you for your contribution. |
4 tasks
4 tasks
4 tasks
magento-engcom-team
added a commit
that referenced
this pull request
Jul 23, 2018
magento-engcom-team
pushed a commit
that referenced
this pull request
Jul 23, 2018
magento-engcom-team
pushed a commit
that referenced
this pull request
Jul 23, 2018
Accepted Public Pull Requests: - #17002: [Backport] Remove unused comments from _initDiscount() function (by @mageprince) - #16980: Fixed a couple of spelling mistakes (by @mage2pratik) - #16977: Removed double occurrences from Magento modules (by @mage2pratik) - #16978: Wrong namespace defined in compare.phtml (by @ronak2ram) - #16928: Reduce lengthy code of LoginPost (by @GlennCheng) - #16937: Revert changing file permissions in #15144 (by @ihor-sviziev) - #16924: Replacing Usage of Deprecated Methods for Message Manager. (by @tiagosampaio) - #16889: Microrefactoring in product gallery block helper (by @likemusic) - #16890: hide cookie notice instead of reloading site (by @torhoehn) - #16903: Fixes white color coding standard. (by @chirag-wagento) - #16899: Fixing annotations for some methods. (by @tiagosampaio) - #16880: Array short syntax (by @lfluvisotto) - #16891: Remove commented code (by @mage2pratik) - #16882: Remove duplicated string. (by @likemusic) - #16851: Remove direct use of object manager (by @AnshuMishra17) - #16840: Log when Magento is in maintenance mode (by @Ethan3600) - #16841: Clean code (by @GraysonChiang) - #16785: Avoid undefined index warning when using uppercase reserved word (by @FreekVandeursen) - #16707: Update regex in ControllerAclTest (by @aleron75) - #16579: removed _responsive.less import from gallery.less (by @Karlasa)
4 tasks
chirag-wagento
pushed a commit
to chirag-wagento/magento2
that referenced
this pull request
Jul 25, 2018
chirag-wagento
added a commit
to chirag-wagento/magento2
that referenced
this pull request
Jul 25, 2018
[Forwardport] Revert changing file permissions in magento#15144
4 tasks
chirag-wagento
pushed a commit
to chirag-wagento/magento2
that referenced
this pull request
Jul 25, 2018
4 tasks
chirag-wagento
added a commit
to chirag-wagento/magento2
that referenced
this pull request
Jul 25, 2018
[Backport] Revert changing file permissions in magento#15144
4 tasks
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.
Fixed Issue #11354 Merged CSS file name generation
Description
When "Sign Static Files" option enabled at the Stores->Configuration->Advanced->Developer->Static Files Settings minified and merged CSS file md5 hash will be based on deployed version number.
This allows CSS code to be updated after each deploy at browser automatically. Previously you have to do CTRL+F5 after deploy to see CSS changes.
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist