Magento - Magento Community Editions

Overview

Magento Community Edition

/// THIS REPOSITORY IS DEPREACTED ///

1.9.4.1 will be the last version update. Please switch over to OpenMage!

Either to the magento-mirror (which is the same as this repo) or to magento-lts, which is a repository with community patches.

/// THIS REPOSITORY IS DEPREACTED ///


Firegento Magento Community Magento-1.x Mirror Github Repository with Patches.

Contact us

Installation via Composer

If you do not know what Composer is, please read this first.

To generate composer.json and install magento for the first time run:

composer require magento-hackathon/magento-composer-installer ~3.0
composer require aydin-hassan/magento-core-composer-installer ~1.2
composer require firegento/magento ~1.9.4.1
Comments
  • Give it a try

    Give it a try

    Let's give it a try to use one central repo for Magento: Firegento Magento Community Magento-1.x Mirror Github Repository with Patches.

    Follow instructions in README to install magento. In case of any problems we will fix it ASAP.

    Nowadays there are thousands of other magento-mirror-repos which are doing the same job every time when new patch or magento version is released. Here is just a small list of repos, which I know:

    What if we bring our hands together and help each other to deliver security patches faster and with better quality?

    opened by razbakov 13
  • Release version for Magento 1.9.3.4

    Release version for Magento 1.9.3.4

    opened by RiftLurker 6
  • v1.9.3.4

    v1.9.3.4

    Full M1 CE 1.9.3.4 from the following file: magento-1.9.3.4-2017-07-12-04-19-23.tar.gz

    M1 CE 1.9.3.4 includes this patch: SUPEE-9767 v2

    Further information on the update: https://magento.stackexchange.com/questions/176871/security-patch-supee-9767-possible-issues

    opened by ramsaybell 5
  • Update replacing original composer.json file

    Update replacing original composer.json file

    ====== en_US

    Hello

    Good morning my friends

    A few months ago I followed the following tutorial

    Https://mozg.com.br/magento1/instalando-magento1

    Where at the time was the installation of Magento 1.9.3.0

    We can see in

    https://mozg.com.br/magento1/instalando-magento1

    If I come to update the project via composer

    Running the command

    composer update
    

    It notifies you of the new version of Magento 1.9.3.1

    Magento update is done, but there is a problem

    After the execution of the processes by the composer

    Then I see that the file

    composer.json is replaced by the following content

    {
        "name": "firegento/magento",
        "type": "magento-core",
        "license": ["OSL-3.0", "AFL-3.0"],
        "description": "Magento CE"
    }
    

    AND

    If I come to update the project via composer

    Running the command

    composer update
    

    Removal of modules that were already installed is done

    I need help to stop this error

    Do you know anything that might help me?

    ====== pt_BR

    Ola

    Bom dia meus amigos

    Em alguns meses atrás eu segui o seguinte tutorial

    https://mozg.com.br/magento1/instalando-magento1

    Onde na ocasião foi feito a instalação do Magento 1.9.3.0

    Podemos ver em

    http://loja.cerebrum.com.br/composer.json

    Caso eu venha a atualizar o projeto via composer

    Executando o comando

    composer update
    

    É informado sobre a nova versão do Magento 1.9.3.1

    É feito a atualização do Magento, mas ocorre um problema

    Após a execução dos processos pelo composer

    Em seguida vejo que o arquivo

    composer.json é substituido pelo seguinte conteudo

    {
        "name": "firegento/magento",
        "type": "magento-core",
        "license": ["OSL-3.0", "AFL-3.0"],
        "description": "Magento CE"
    }
    

    E

    Caso eu venha a atualizar o projeto via composer

    Executando o comando

    composer update
    

    É feito a remoção dos módulos que já estava instalado

    Preciso de ajuda para não ocorrer mais esse erro

    Sabem de algo que possa me ajudar ?

    opened by mozgbrasil 4
  • Add Magento 1.9.3.1

    Add Magento 1.9.3.1

    Today was released a new version for Magento CE (1.9.3.1), I'd like to create a PR to solve this but as far as I know first a new branch "magento-1.9.3.1" should be first added to this repo. Anyone willing to do this?

    opened by amansilla 3
  • Should composer installers be included in magento?

    Should composer installers be included in magento?

    I am not sure if we need to include this piece of code to composer, but it will make it easier to use composer to install magento, so end-users don't need to include it in their project composer json:

         "repositories": [
            {"type": "git", "url": "https://github.com/AydinHassan/magento-core-composer-installer"}
        ],
        "require": {
            "magento-hackathon/magento-composer-installer": "*",
            "aydin-hassan/magento-core-composer-installer": "*"
        },
    
    opened by razbakov 3
  • Applied additional patches

    Applied additional patches

    Applied following patches:

    • PATCH_SUPEE-6237_EE_1.14.2.0_v1.sh
    • PATCH_SUPEE-6482_CE_1.9.2….0_v1.sh
    • PATCH_SUPEE-6788_CE_1.9.1.0_v1.sh
    • PATCH_SUPEE-7616_CE_1.9.2.2-CE_1.8.0.0_v1.sh
    • PATCH_SUPEE-8788_CE_1.9.1.0_v2.sh
    opened by aschrammel 2
  • 1.9.2.1 not installing for me

    1.9.2.1 not installing for me

    Updating dependencies (including require-dev)

    • MagentoCoreInstaller: Removing: "firegento/magento" version: "1.9.2.0" from: "/var/www/src"
    • Removing firegento/magento (1.9.2.0)
    • Installing firegento/magento (v1.9.2.1) Loading from cache
    • MagentoCoreInstaller: Installing: "firegento/magento" version: "1.9.2.1" to: "/var/www/src" Writing lock file Generating autoload files /var/www/src/app/Mage.php is not a file.
    opened by dvdsndr 2
  • Add a Gitter chat badge to README.md

    Add a Gitter chat badge to README.md

    firegento/magento-ce now has a Chat Room on Gitter

    @razbakov has just created a chat room. You can visit it here: https://gitter.im/firegento/magento-ce.

    This pull-request adds this badge to your README.md:

    Gitter

    If my aim is a little off, please let me know.

    Happy chatting.

    PS: Click here if you would prefer not to receive automatic pull-requests from Gitter in future.

    opened by gitter-badger 2
  • Double escaping produces exception

    Double escaping produces exception

    https://github.com/firegento/magento/blob/714e57008c9e7d55fee8d3cab1eae13a3e50f13a/app/design/adminhtml/default/default/template/system/config/form/field/array.phtml#L77

    There is enough

                    +'<?php echo $this->_renderCellTemplate($columnName) ?>'
    
    opened by BorlCand 0
  • PATCH SUPEE-8167 EE 1.14.1.0 1.14.3.2 v1-2017-05-08-02-42-22

    PATCH SUPEE-8167 EE 1.14.1.0 1.14.3.2 v1-2017-05-08-02-42-22

    Hey, in your magento version 1.9.3.3. there is the patch SUPEE-8167 missing.

    See https://magento.com/tech-resources/download?_ga=2.33092921.683408746.1498461872-518715573.1490859397#download2007

    Can you merge and regenerate the tag v1.9.3.3 ?

    Thx ;-)

    PS: Sorry for that wrong commits before.

    opened by BrocksiNet 0
  • Missing Patches for 1.7.0.2

    Missing Patches for 1.7.0.2

    Hey guys,

    I was looking for a fully patched magento resource. But for older versions there a many patches missing. So what is the idea behind this repo?

    For Magento 1.7.0.2 the following patches need to be applied:

    2016-01-31 12:52:29 UTC | SUPEE-2677 | EE_1.13.0.2 | v2 | d20e6763cd0df70c4ac6e418c9775a1ff0f2618f | Tue Jan 14 17:49:25 2014 +0200 | v1.13.0.2..HEAD
    2016-01-31 12:52:33 UTC | SUPEE-6237 | EE_1.14.2.0 | v1 | 8b216c42e2e5d2cb5d8e500fcb6690abede9df52 | Fri Jun 12 13:39:59 2015 +0300 | v1.14.2.0..HEAD
    2016-01-31 12:52:33 UTC | SUPEE-1533 | EE_1.12 | v1 | _ | n/a | SUPEE-1533_EE_1.12_v1.patch
    2016-01-31 12:52:38 UTC | SUPEE-2629 | EE_1.12.0.0 | v1 | 5de775cf535e137b0b099d8066bd5b3a81f7ec4c | Wed Dec 11 16:50:40 2013 +0200 | v1.12.0.0..HEAD
    2016-01-31 12:52:39 UTC | SUPEE-5345 | EE_1.12.0.2 | v1 | 2d36f61cf684ed26286b6d10307fcb99dd47ff02 | Thu Feb 5 19:39:01 2015 +0200 | v1.12.0.2..HEAD
    2016-01-31 12:52:41 UTC | SUPEE-6482 | CE_1.8.0.0 | v1 |  | Tue Jul 14 14:17:04 2015 +0300 |
    2016-01-31 12:52:41 UTC | SUPEE-1049 | EE-1.12.0.2 | v1 | 6d06f286f461562fa6d6573349f1491f7bf89859 | Wed Feb 13 17:46:13 2013 -0800 | v1.12.0.2..HEAD
    2016-01-31 12:52:42 UTC | SUPEE-7405-CE-1-7-0-2 | CE_1.7.0.2 | v1 | cf09a622d30efae9499273206790f4ca27675593 | Tue Jan 19 16:06:09 2016 +0200 | 0398c4b951..cf09a622d3
    
    opened by tschifftner 1
  • Make branches composer compliant

    Make branches composer compliant

    The branches should be composer compliant like in https://github.com/bragento/magento-core. This leads to automatically generated dev - Versions pointing to each branch Thanks to @davidverholen for idea in #27

    @SchumacherFM @therouv @AydinHassan what are you thoughts about it?

    opened by razbakov 11
Releases(v1.9.4.0)
  • v1.9.4.0(Nov 29, 2018)

    Magento Community 1.9.4.0 See: https://magento.com/tech-resources/download#download2259 https://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html#ce19-1940

    Source code(tar.gz)
    Source code(zip)
  • v1.9.3.10(Sep 19, 2018)

  • v1.9.3.9(Jun 29, 2018)

  • v1.9.3.6(Sep 15, 2017)

    This patch (SUPEE-10266) provides resolution of multiple critical security issues and several functional fixes. These critical security issues include remote code execution, cross-site scripting, and cross-site request forgery issues. We recommend upgrading your Magento store to this latest version. See Magento Security Center for a comprehensive discussion of these issues.

    This release also provides support for the following functional issues:

    General fixes

    • We’ve fixed an issue where uploaded images were twice their original size after you applied SUPEE-9767 v2.
    • We’ve added an informative message to the payment information section of the one-page checkout to alert customers that no payment is due for orders that total 0.0.
    Source code(tar.gz)
    Source code(zip)
  • v1.9.3.4(Aug 9, 2017)

  • v1.9.3.3(Jun 7, 2017)

    This patch provides resolution of multiple critical security issues. These critical issues include remote code execution for authenticated Admin users, access control bypass, and cross-site request forgery issues. See Magento Security Center SUPEE-9767 for a comprehensive discussion of these issues.

    This release also provides support for the following issue:

    Support for PayPal's update to its Instant Payment Notification (IPN) server URL. PayPal provides more information about this feature in IPN Verification Postback to HTTPS Microsite. This update is essential for retaining uninterrupted service after June 30.

    SUPEE-8167, an older patch that also contains this fix, was added on May 8, 2017, and is available from Magento Tech Resources.

    Source code(tar.gz)
    Source code(zip)
  • v1.9.2.4-patch4(Feb 14, 2017)

  • v1.9.3.2(Feb 8, 2017)

  • v1.9.3.1-patch1(Feb 8, 2017)

  • v1.9.0.1-patch2(Dec 5, 2016)

  • v1.9.3.1(Nov 15, 2016)

    • We restored the old tax calculation algorithm for shipping charges. The patch to apply new calculation will be available on request.
    • Resolved an issue with setting the session lifetime to 0.
    • The monthly cron job that cleans up the table that contains IP addresses and passwords runs properly.
    • All configurable product images are imported.
    • You no longer get an exception due to an undefined addCrumbs() method call.
    • Resolved the error Notice: Undefined index: session_expire_timestamp when accessing the storefront.
    • Values for drop-down label values are saved correctly.
    • The "Price as configured" for bundle products displays correctly in the shopping cart.
    • Auto-generated passwords are sent to new customers as expected.
    • The method Mage_Api_Model_Server_Handler_Abstract::processingMethodResult() accepts scalar and array values.
    • The default MySQL Full-Text search works as expected; it no longer returns all products.
    • Prevented a potential Cross-Site Request Forgery (CSRF) vulnerability by changing the form key when a customer signs out of the storefront.
    • Prevented a potential Cross-Site Scripting (XSS) vulnerability when adding a category.
    • Catalog price rules return the correct price.
    • Indexers now update all products instead of skipping the last product updated.

    http://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html#ce19-1931

    Source code(tar.gz)
    Source code(zip)
  • v1.8.1.0-patch3(Oct 28, 2016)

    Applied patches for 1.8.1.0

    • SUPEE-1533
    • SUPEE-5344
    • SUPEE-5994
    • SUPEE-6237
    • SUPEE-6285
    • SUPEE-6482
    • SUPEE-6788
    • SUPEE-7405
    • SUPEE-7405 v2
    • SUPEE-3941
    • SUPEE-8788
    Source code(tar.gz)
    Source code(zip)
  • v1.9.2.4-patch3(Oct 17, 2016)

  • v1.9.3(Oct 13, 2016)

  • v1.9.2.4-patch2(Oct 14, 2016)

  • v1.9.2.4-patch1(Aug 30, 2016)

  • v1.7.0.2-patch3(Jul 22, 2016)

  • v1.9.2.4(Mar 14, 2016)

  • v1.8.1.0+patch2+composer(Mar 2, 2016)

  • v1.9.2.3(Jan 22, 2016)

    Applied SUPEE-7405:

    • Description: https://magento.com/security/patches/supee-7405
    • Possible problems: http://magento.stackexchange.com/questions/98220/security-patch-supee-7405-possible-problems/98232#98232
    Source code(tar.gz)
    Source code(zip)
  • v1.7.0.2-patch2(Dec 1, 2015)

  • v1.9.2.2(Nov 5, 2015)

    • Includes patches: SUPEE-5344, SUPEE-5994, SUPEE-6237, SUPEE-6285, SUPEE-6482, SUPEE-6788

    Downloaded from https://www.magentocommerce.com/download

    Source code(tar.gz)
    Source code(zip)
  • v1.9.0.1+patch1+SUPEE-6788(Nov 5, 2015)

  • v1.9.0.1+composer(Oct 28, 2015)

  • v1.9.2.1(Aug 7, 2015)

  • v1.9.2.0(Aug 5, 2015)

  • v1.9.1.1+patch2(May 20, 2015)

Owner
FireGento e. V.
Our association unites people who share an interest in Magento. We work together to provide benefits for the Magento community.
FireGento e. V.
Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes

Official OpenMage LTS codebase | Migrate easily from Magento Community Edition in minutes! Download the source code for free or contribute to OpenMage LTS | Security vulnerability patches, bug fixes, performance improvements and more.

OpenMage 782 Jan 3, 2023
A htaccess boilerplate for all Magento Community installations. Features focus on speed, SEO and security.

magento-htaccess A htaccess boilerplate for all Magento Community installations. Features focus on speed, SEO and security. The file should be placed

Creare 114 Sep 18, 2022
A Magento 1.x module which facilitates automatic purging of static assets from HTTP caches such as browser cache, CDN, Varnish, etc using best practices outlined within the HTML5 boilerplate community.

Magento Cachebuster Cachebuster is a Magento module which facilitates automatic purging of static assets from HTTP caches such as browser cache, CDN,

Gordon Knoppe 129 Apr 1, 2022
A Magento community sourced security pre-flight checklist.

Magento Security Checklist This is a community sourced checklist of security measures to take before launching your store. Think of it as a pre-flight

Talesh Seeparsan 119 Oct 27, 2022
Magento React Native Community

Magento React Native Community New version of the https://github.com/troublediehard/magento-react-native based on GraphQL api. Which will be covered w

Dima Portenko 52 Dec 21, 2022
Deutsches Sprachpaket für Magento 2 Community Edition

Magento 2 German LocalePack de_DE Deutsches Sprachpaket für Magento 2 Community Edition (Version 2.4.2) Die Übersetzung wurde von deutschen Mutterspra

Splendid Internet GmbH 87 Sep 25, 2022
A dockerized magento 2 community environment ready for development or production.

Painless Magento 2 & 1 A dockerized magento 2 community environment ready for development or production. It supports magento 1.9.x for development Ins

Cocoa Web Studio 10 Apr 23, 2022
Camdram is an open source project developed by a team of volunteers for the benefit of the Cambridge student theatre community

Camdram is an open source project developed by a team of volunteers for the benefit of the Cambridge student theatre community. We use this repository to host the code that runs Camdram and to co-ordinate our work, however we welcome anyone to contribute bugs and suggest new features.

Camdram 19 Jun 26, 2022
Spotweb is a decentralized usenet community based on the Spotnet protocol.

Spotweb is a decentralized usenet community based on the Spotnet protocol. Spotweb requires an operational webserver with PHP5.6 installed, it

Spotweb 433 Jan 1, 2023
This is a community-based project designed in the view of R.V.R & J.C College of Engineering hostel mess maintenance.

Hostel-Maintenance-System Introduction This is a community-based project designed in the view of R.V.R & J.C College of Engineering hostel mess mainte

 Datta Sai Mallipeddi 1 Oct 23, 2021
Spotweb is a decentralized usenet community based on the Spotnet protocol.

Spotweb Spotweb is a decentralized usenet community based on the Spotnet protocol. Spotweb requires an operational webserver with PHP5.6 installed, it

[sCRiPTz-TEAM] 2 Nov 29, 2021
The Laravel.io Community Portal.

Laravel.io This is the repository for the Laravel.io community portal. The code is entirely open source and licensed under the MIT license. We welcome

Laravel.io 2.2k Dec 23, 2022
Community-created, unofficial PHP SDK for the Skynet Decentralized Internet Network. siasky.net

Skynet PHP SDK This SDK is a community-created, unofficial SDK in PHP for the Skynet Decentralized Internet Network. It is taken as primarily a port f

Derrick Hammer 4 Dec 26, 2022
Thirdweb-wp - A community WordPress plugin for thirdweb. Turn your WordPress website into Web3 instantly and easily with thirdweb. 💻🌏

Thirdweb WP ?? Nominate (@WarenGonzaga) as GitHub Star. If you appreciate his hardwork and dedication to open source. A community WordPress plugin for

Waren Gonzaga 8 Dec 19, 2022
Magento2 Spanish (Argentina) language pack build from Crowdin community translation tool.

Magento2-language-es_ar Magento2 Spanish (Argentina) language pack build from Crowdin community translation tool. Paquete de idioma de Español (Argent

SemExpert 2 Apr 7, 2021
CodeFever Community Edition (A Self-hosted Git Services)

CodeFever Community Edition (A Self-hosted Git Services)

PGYER 2.3k Jan 7, 2023
API Integration for UVdesk Community Helpdesk System.

The API bundle allows integration developers to utilize uvdesk's REST api to easily communicate with their community helpdesk system. Installation Thi

UVdesk 12 Oct 3, 2022
Raspberry Pi wifi hotspot with an offline-first community portal. Optionally shares internet access over Tor.

Raspberry Pi wifi hotspot with an offline-first community portal. Optionally shares internet access over Tor.

Martti Malmi 17 Dec 15, 2022