- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 452
SUPEE-3941 - Addresses extension-related issues #3
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
          
     Merged
      
      
    Conversation
  
    
      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
    
  
  
    
    This is an official Magento patch. * When you install a community-created translation package, the translation provided by the package overwrites any existing translations for the same items. This enables you to more easily install packages with translations. * To improve security, Magento Connect now uses HTTPS by default to download extensions, rather than FTP. * Extension developers can now create an extensions with a dash character in the name. Merchants can install those extensions without issues. * Magento administrators who attempt to install an extension with insufficient file system privileges are now informed. Typically, the Magento Admin Panel runs as the web server user. If this user has insufficient privileges to the your Magento install dir/app/code/community directory structure, the Magento administrator sees an error message in the Magento Connect Manager. To set file system permissions appropriately, see http://www.magentocommerce.com/knowledge-base/entry/install-privs-after#extensions
    
  LeeSaferite 
      added a commit
      that referenced
      this pull request
    
      Nov 4, 2014 
    
    
      
  
    
      
    
  
SUPEE-3941 - Addresses extension-related issues
      
        
      
      
  
    3 tasks
  
      
  
  Closed
  
      
        
      
      
  
    18 tasks
  
    
  sreichel 
      referenced
      this pull request
        in openmage-strict/openmage-future
    
      Feb 16, 2024 
    
    
      
  
    
      
    
  
Update FUNDING.yml
    
  sreichel 
      added a commit
      that referenced
      this pull request
    
      Oct 25, 2025 
    
    
      
  
    
      
    
  
> str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated
    
  sreichel 
      added a commit
      that referenced
      this pull request
    
      Oct 26, 2025 
    
    
      
  
    
      
    
  
* PHP8: Handle null and empty string values in _prepareValue > str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated * Update app/code/core/Mage/Api2/Model/Renderer/Xml.php Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
  
    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.
  
    
  
    
This is an official Magento patch.
the translation provided by the package overwrites any existing
translations for the same items. This enables you to more easily
install packages with translations.
to download extensions, rather than FTP.
character in the name. Merchants can install those extensions without issues.
with insufficient file system privileges are now informed.
Typically, the Magento Admin Panel runs as the web server user.
If this user has insufficient privileges to the your Magento
install dir/app/code/community directory structure, the Magento
administrator sees an error message in the Magento Connect Manager.
To set file system permissions appropriately, see
http://www.magentocommerce.com/knowledge-base/entry/install-privs-after#extensions