Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/OpenMage/magento-lts

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.
https://github.com/OpenMage/magento-lts

bugfix(zend) Deprecated: Array and string offset access syntax with curly braces is deprecated (#1348)

1a4450876ed0af0bd019a7f5b62c081a05a6d4ba authored almost 4 years ago by Damian Luszczymak <[email protected]>
bugfix(zend) Deprecated: Array and string offset access syntax with curly braces is deprecated (#1347)

922fa0f28e84d876ad74ae4cdbd85cd81c54f3a1 authored almost 4 years ago by Damian Luszczymak <[email protected]>
bugfix(zend) Deprecated: Array and string offset access syntax with curly braces is deprecated (#1340)

443863dc9b86f9a022182442af50cb3da6555522 authored almost 4 years ago by Damian Luszczymak <[email protected]>
bugfix(zend) Deprecated: Array and string offset access syntax with curly braces is deprecated (#1346)

d316b024782387ca9b0e615e9e7eb8595f7d9671 authored almost 4 years ago by Damian Luszczymak <[email protected]>
Fix libxml_disable_entity_loader for PHP 8 (#1256)

26d6664d231bae74c48ae04f573f119dbf2c8817 authored almost 4 years ago by luigifab <[email protected]>
Security fix for GHSA-hj6w-xrv3-wjj9

32940abba6297f95f89f9247770549af8ce3af78 authored almost 4 years ago by Mark <[email protected]>
Disable class unserialization where it is not needed. (#1251)

* Disable class unserialization where it is not needed.

* Revert accidentally committed chang...

cf25b8a24819a7e8b4e48653f5f57026414dde4a authored almost 4 years ago by Colin Mollenhour <[email protected]>
ignore platform requirements on testing composer install

add --ignore-platform-reqs

f326badb73272097fa3675d92ffc2b64124d497c authored almost 4 years ago by Daniel Fahlke <[email protected]>
Add @boesbo as a contributor (#1280)

Co-authored-by: Boes <[email protected]>

e8602b87718c833927c71359adfe05e7bd164550 authored almost 4 years ago by Francesco Boes <[email protected]>
Trim values from XML so auto-formatting our XML does not break the autoloader. (#1350)

d04ac130cfa7cfd038668e846f79b475d7931f52 authored almost 4 years ago by Wouter Samaey <[email protected]>
bugfix(zend) Deprecated: Array and string offset access syntax with curly braces is deprecated (#1345)

8907efc29ed82519cea43ad23b3b2d104bf3a6cc authored almost 4 years ago by Damian Luszczymak <[email protected]>
bugfix(zend) Deprecated: Array and string offset access syntax with curly braces is deprecated (#1344)

a681455123b2249afba98de1dc081e28bcea5e18 authored almost 4 years ago by Damian Luszczymak <[email protected]>
bugfix(zend) Deprecated: Array and string offset access syntax with curly braces is deprecated (#1343)

475c955d2d47b630c6a364444f297473ff408a45 authored almost 4 years ago by Damian Luszczymak <[email protected]>
bugfix(zend) Deprecated: Array and string offset access syntax with curly braces is deprecated (#1342)

2c2beb8282a1472bfc9a4a7917122afab0a35dbd authored almost 4 years ago by Damian Luszczymak <[email protected]>
fix "Cannot unset $this" error (#1341)

79e4452bc917fa690d12014e18c58c10b283d9bb authored almost 4 years ago by Daniel Fahlke <[email protected]>
Move storeId operations inside if statement (#1261)

2bedae959f85e01799dc5a5992feaea3fc93eb98 authored almost 4 years ago by Luboš Hubáček <[email protected]>
Removed unused fetch from addratingInfo() (#1274)

597d02d1c7bdbef818f4d6a84bbeb677a9a43ca0 authored almost 4 years ago by Luboš Hubáček <[email protected]>
Handled the case where the coupon no longer exists (#1278)

Co-authored-by: Boes <[email protected]>

36cf3b1edb93bd8c8d612c7eae44d6f876206a93 authored almost 4 years ago by Francesco Boes <[email protected]>
Fix phpDoc for set/getStepData in Checkout (#1328)

setStepData & getStepData:
According to the function code, $step must not be an array as previo...

22fa09aa9989af671397f025d59d204b373f7ea6 authored almost 4 years ago by Ferdinand <[email protected]>
Improve PHPDoc (#1323)

9195974dd17e0e207796c6fdd5a02a0c51f7e5c9 authored almost 4 years ago by Aria Stewart <[email protected]>
Fix for Layout XML RCE Vulnerability

33ac0d84b8aae2ac640751897c11fd1d97c88903 authored almost 4 years ago by Mark <[email protected]>
* fix for issue #1318 Currency symbol not saved with fatal PHP error (#1319)

df993621cd3e3954900aa165f114ff801763cc0e authored almost 4 years ago by Jouriy <[email protected]>
Update SECURITY.md (#1297)

73ee43c5557f25b3848af4708b619d574d710f80 authored almost 4 years ago by Kevin Krieger <[email protected]>
allow version 4 of hackathon composer installer

aac4c8db9d4d44c67b3f0516a610c9128ab0d217 authored almost 4 years ago by Daniel Fahlke <[email protected]>
Support the logging of Throwables (#1292)

With PHP Strict Types becoming more common, the "Error" class comes in the picture and this does...

5dee1c0988e5ebd7fb458d6b72163c69a545c53f authored almost 4 years ago by Wouter Samaey <[email protected]>
Fix: Method call is provided 2 parameters, but the method signature uses 1 parameters (#1285)

7c1835ba47d5fa67dff7d4827382387e9f8fa79f authored almost 4 years ago by Luboš Hubáček <[email protected]>
Remove some files left in previous PRs (#1161)

Co-authored-by: Sven Reichel <[email protected]>

71f903805c1cd959fc4a06ab1eab15c052169f1c authored almost 4 years ago by sv3n <[email protected]>
bugfix: don't cast min_sale_qty to int as it can be below 1 if is_qty_decimal is true. Cast to int was introduced with magento 1.9.4.2 (#1207)

don't cast min_sale_qty to int as it can be below 1 if is_qty_decimal is true. Cast to int was i...

a03caa4382cb8691d091c0375c6bf8ecb7c74209 authored almost 4 years ago by Ralf Siepker <[email protected]>
Remove php short open tag (#1279)

13602b4e5596a8fff7f6b29b6ae8831872670979 authored almost 4 years ago by luigifab <[email protected]>
Merge tag 'v19.4.8' into 20.0

090ea917947b64908a75e8e2322aebd4e0e6884d authored almost 4 years ago by Flyingmana <[email protected]>
bump version

cd4c896866f341c4105a4ce61908e7eecdaeb425 authored almost 4 years ago by Flyingmana <[email protected]>
Merge pull request from GHSA-jrgf-vfw2-hj26

26433d15b57978fcb7701b5f99efe8332ca8630b authored almost 4 years ago by Mark Lewis <[email protected]>
Add php-74 to static tests (#1184)

9d38347e109476195ee88920d939bf6850a23e24 authored almost 4 years ago by sv3n <[email protected]>
mcrypt update explanation (#1242)

383edeff8823d471982c384cd25a1d83b2331d8e authored almost 4 years ago by SNH_NL <[email protected]>
Fix call_user_func_array() arguments on PHP 8 (#1247)

731d9613ed8587f47b58006ecbf9963a971b4209 authored almost 4 years ago by luigifab <[email protected]>
Add ddev based development setup to readme (#1266)

* Add development setup to readme
* Link ddev in readme
* Change dev system link in readme to ...

c382d9b27112b60cb6b5f9b09e9dbd51e2ae3cae authored almost 4 years ago by Henry Hirsch <[email protected]>
Migrate to new frontend cookie name (session namespace). Refs #990 (#991)

* Migrate to new frontend cookie name (session namespace). Refs #990

* Change session namespa...

51e0abdd79f9a33a66ff9bef488863cb1d3438e5 authored about 4 years ago by Colin Mollenhour <[email protected]>
Adds missing meta tags to prevent SUPEE-11295 warnings (#1236)

c0c5342b4ce6da45e1a7b12a48571f2d937f5b5c authored about 4 years ago by Wilfried Wolf <[email protected]>
Removed .travis.yml (#1250)

8bbc13bb622f767a08aca06b38b4007a8d2f5018 authored about 4 years ago by Milan Davídek <[email protected]>
Merge tag 'v19.4.7' into 20.0

7974e1201c0792c7172e2f8fdf1e8f8c3b472bdf authored about 4 years ago by Flyingmana <[email protected]>
bump version

18739f107de21144a578c8143557f8d2ac6969b3 authored about 4 years ago by Flyingmana <[email protected]>
Updated lib Net/IDNA2 to latest version (#1181)

Co-authored-by: Sven Reichel <[email protected]>

7fc0fab04c476e925a8e8eb0ca361b6d3cdfdc83 authored about 4 years ago by sv3n <[email protected]>
Merge branch 'remove-connect' of https://github.com/colinmollenhour/magento-lts into 1.9.4.x

app/design/install/default/default/template/install/download.phtml

d72fb326b22a97efcd53ba30779d51283cfd1f9c authored about 4 years ago by Flyingmana <[email protected]>
Removed unused class Varien_Filter_Money (#1185)

Co-authored-by: Sven Reichel <[email protected]>

324095dc3439ce14fd9b26f1a363943a516aee85 authored about 4 years ago by sv3n <[email protected]>
Fix PHP 7.4 deprecation: array/string curly braces access (#1182)

Co-authored-by: Sven Reichel <[email protected]>

6ae58393a64807300ddfcb8622e30e0c43a871c1 authored about 4 years ago by sv3n <[email protected]>
reset indices of block children array since they have gaps after unsetting blocks... this is causing wrong sort order (#1108)

Co-authored-by: Hannes Drittler <[email protected]>

ff4f46a2162085016baf61ffbf543446c7da728d authored about 4 years ago by lemundo-team <[email protected]>
Fix checkout address for guest order (#969)

* fix checkout address for guest

* refactoring

5e0a74f340fe32228fb366f64ade1740e746240b authored about 4 years ago by Kevin Krieger <[email protected]>
Throw exception when editing an order and the old order could not be cancelled. (#1170)

This is to avoid having 2 open orders.

a98574658480cc0d2626434b7683c98dc58915cc authored about 4 years ago by Wouter Samaey <[email protected]>
Update config.xml (#1130)

54ea2369b56db8585db6f7f729a795cd8e485811 authored about 4 years ago by sv3n <[email protected]>
Fix _addUrlRewrite() ignoring collection store scope. (#510)

While Mage_Catalog_Model_Resource_Product_Collection::addUrlRewrite()
does respect any set stor...

875afe246464a42119436af222e6ae688dfe8ce7 authored about 4 years ago by Erik Dannenberg <[email protected]>
Prevent duplicate entry when updating salesrule_coupon_usage (#1117)

* remove $timesUsed > 0 check to prevent duplicate entry

* Prevent $timesUsed from going less...

03a4798c9f4428940d3d9be3d5199f3d6b6891a1 authored about 4 years ago by Dean Williams <[email protected]>
Add doc comments to image related classes (#1146)

79106ba8f78e2be092509675a2e743643fc90dda authored about 4 years ago by Tymoteusz Motylewski <[email protected]>
Fix _addUrlRewrite() ignoring collection store scope. (#510)

While Mage_Catalog_Model_Resource_Product_Collection::addUrlRewrite()
does respect any set stor...

8627073621fa2522ab7fe34dde4a68748764ae70 authored about 4 years ago by Erik Dannenberg <[email protected]>
Prevent duplicate entry when updating salesrule_coupon_usage (#1117)

* remove $timesUsed > 0 check to prevent duplicate entry

* Prevent $timesUsed from going less...

1b97c6fd5772717484586bc6bd031d850e7e1cb1 authored about 4 years ago by Dean Williams <[email protected]>
Add doc comments to image related classes (#1146)

6dd4989fd1bc7ccf8dcfe3bf6c834b0fbe5a7a61 authored about 4 years ago by Tymoteusz Motylewski <[email protected]>
Merge remote-tracking branch 'origin/1.9.4.x' into 20.0

1317bca565835747357b1fc849487abca535894c authored about 4 years ago by Colin Mollenhour <[email protected]>
Update README.md

f632d75cbd38c7f792715614c9bbe3c30219bbe6 authored about 4 years ago by Colin Mollenhour <[email protected]>
Add new default OpenMage admin theme and legacy Admin Theme config option (#1008)

* add OpenMage admin theme and theme switcher

* updated message-popup styling

* improved s...

69fa3aa82e8ea89ec7fb2be6fbd5847050840fec authored about 4 years ago by aterjung <[email protected]>
Add one-step development environment setup files and README. (#1012)

* Add development environment setup files and README. Refs #644

* Added mention of ddev.

*...

c24cd12dd454f01076d0ae6a5134fdb9429371f6 authored about 4 years ago by Colin Mollenhour <[email protected]>
Merge tag 'v19.4.6' into 20.0

e878064ce20a0cdb2049598d2d362b48d6b6e866 authored about 4 years ago by Flyingmana <[email protected]>
bump version

f77f7ee16d7613b956775c014cf9d6c729e44578 authored about 4 years ago by Flyingmana <[email protected]>
Merge pull request from GHSA-crf2-xm6x-46p6

7c526bc6a6a51b57a1bab4c60f104dc36cde347a authored about 4 years ago by Daniel Fahlke <[email protected]>
Fix special price for bundle products (#1136)

* Fix special price management for bundled products

* Call function as static

Co-authored-...

4c02c105bfe38c703ec73fce0b1a031440fdc4ba authored about 4 years ago by Francesco Boes <[email protected]>
fix cancel order bug (#1111)

Co-authored-by: Dean Williams <[email protected]>

5a5de517ed0ac112757c445b5433057a5b60d90f authored about 4 years ago by Dean Williams <[email protected]>
Cleanup: disable fixerio in config (#1098)

3d5444f15c2bb92e367d033861e19955ba6ecc3e authored about 4 years ago by Kevin Krieger <[email protected]>
Cleanup: disable currencyconverterapi in config (#1097)

* Apply SUPEE-11346 patch

* Apply SUPEE-11346 patch

* magento-lts-1093 Disable currencycon...

587fb971a9492b5bd25a38b6a861c7f0a7ab3eb6 authored about 4 years ago by Kevin Krieger <[email protected]>
Fix: use cron schedule for labeler (#1101)

6c4faf54c5446c6620497daeec926d8bc8f06b86 authored about 4 years ago by sv3n <[email protected]>
Fix iframe removal in TinyMCE (#1113)

https://magento.stackexchange.com/a/312285/142

cfbc096bb22a24ac881b256dbb4d868f6e22c42f authored about 4 years ago by Simon Sprankel <[email protected]>
Prevent resize to 0 width or height. (#1078)

This prevents a exception thrown in the GD2 class when resizing to 0 width or height.

Co-auth...

289c21a68e82adad91decdf198e38c4a0ef48bf0 authored about 4 years ago by WEXO team <[email protected]>
Added dash(-) as an allowed character for store code (#1091)

32b70a67601656b4a3bf4ea01c95b88e03668dfb authored about 4 years ago by Julien Loizelet <[email protected]>
Fix bug on filter issues in Role Users. (#1061)

98189802630a70f245d672c4b9938db091dae8c4 authored about 4 years ago by eetzen <[email protected]>
Merge pull request #1081 from wexo/wexo/fix-https-behind-proxy

Fixed Magento not detecting HTTPS behind a proxy.

ab50c1b62a612d622a0e9e92b7bb6410c61da90e authored about 4 years ago by Kevin Krieger <[email protected]>
Merge pull request #1079 from seansan/patch-60

Added GIT flow

63798c2a35e520e5b56f937ba4d99b29d039d94d authored about 4 years ago by Kevin Krieger <[email protected]>
Support symlinks while not allowing malicious template paths. (#442)

* Support symlinks while not allowing malicious template paths.

* Add protection for unauthor...

fd854737d1e061e0b216ead19c60fdf3d36b82a8 authored over 4 years ago by Colin Mollenhour <[email protected]>
Merge tag 'v19.4.5' into 20.0

ad7aa31982a71eff5a8d14ebf20ef0c55f044883 authored over 4 years ago by Flyingmana <[email protected]>
bump version

41852d586acb1883e78a8bb941f6aaf9cf326437 authored over 4 years ago by Flyingmana <[email protected]>
Update labeler.yml (#1090)

ea592ce62725a1b02abaac7c1fb18e61776af565 authored over 4 years ago by sv3n <[email protected]>
Removed Phoenix_Moneybookers (#1044)

* Removed Phoenix_Moneybookers

* Reverted change to Mage.php

* Reverted change to composer...

7b286ef9981185486a8a01b93557ce67b2a43aea authored over 4 years ago by sv3n <[email protected]>
Removed Mage_XmlConnect (#1040)

Ref #988

c0f78846d9d183a37119f9b10e04f2e798ba8040 authored over 4 years ago by sv3n <[email protected]>
Mage_Shipping - DOC block update (#748)

* Mage_Shipping - DOC block update

- doc blocks added/fixed
- PSR2 fixes (whitespaces, lineb...

5128e7fc5afbda76eaeb32de5f89c8703feeb80a authored over 4 years ago by sv3n <[email protected]>
Mage_Persistant - DOC block update (#759)

- doc blocks added/fixed
- PSR2 fixes (whitespaces, linebreaks, ...)

a5844bf37aec81e9a8f1decfa7ee689c0af91e20 authored over 4 years ago by sv3n <[email protected]>
Mage_Poll - DOC block update (#758)

* Mage_Poll - DOC block update

- doc blocks added/fixed
- PSR2 fixes (whitespaces, linebreak...

18b403f8a724d60e14e800d25758c85a2f9ce8a8 authored over 4 years ago by sv3n <[email protected]>
Mage_ProductAlert - DOC block update (#757)

- doc blocks added/fixed
- PSR2 fixes (whitespaces, linebreaks, ...)

2a5649a4cd3857ed51721eca2d00335368a38328 authored over 4 years ago by sv3n <[email protected]>
Mage_Reports - DOC block update (#755)

* Mage_Reports - DOC block update

- doc blocks added/fixed
- PSR2 fixes (whitespaces, linebr...

ac34a75efcfb45dfd4a8004728492731f451f781 authored over 4 years ago by sv3n <[email protected]>
Mage_Rating - DOC block update (#756)

- doc blocks added/fixed
- PSR2 fixes (whitespaces, linebreaks, ...)

0c260c1d8e3a976af91f4b993422f4f1f58583ec authored over 4 years ago by sv3n <[email protected]>
Fix broken file upload for downloadables caused by PATCH SUPEE-11314 (#1048)

* Removed session params from upload URL

Signed-off-by: Frank Rochlitzer <[email protected]>

951c0c79d75a13ed1f4a67b629c3de8bae7dcf0a authored over 4 years ago by theroch <[email protected]>
Fixed typo

52306772a146a55f63bfc3705c4959536233e1f4 authored over 4 years ago by sv3n <[email protected]>
PR templates + automatic labels (#1050)

* PR templates + automatic labels

- added PR template
- added labeling to workflow (director...

6282a9a6b8a4452543b82f52ea785cfff3b6ea79 authored over 4 years ago by sv3n <[email protected]>
Update admin footer (#1014)

* Use name OpenMage LTS, remove references to Magento, use https for homepage url.

* Update M...

97c31a4942da79ace27b3ac58e51d38570ca3d0d authored over 4 years ago by Colin Mollenhour <[email protected]>
Installer rebranding (#1085)

* Installer rebranding

* Added openmage favicon
* Added openmage logo in installer
* Rename...

8ed8d331319307589e11fc697ee1d3443c934c7d authored over 4 years ago by Daniel Bachmann <[email protected]>
Modified contributors badge in README (#1088)

00b31ad555ab3ae41373332701867c739713517b authored over 4 years ago by Julien Loizelet <[email protected]>
Fixed issue with admin login after forced password rehash (#1072)

3c94eefc11f7cd5d7680e4c6d09ad4a9ea9628e3 authored over 4 years ago by akrzemianowski <[email protected]>
Moved fix into the "Zend_Controller_Request_Http" Class as suggestet by @kkrieger85.

d675209a779a3bb4a72b97423adb2df03869ad25 authored over 4 years ago by Martin René Sørensen <[email protected]>
Update File.php (#1084)

Fix undefined function

b878de054efc7587c9356673f40bc2ad499fd239 authored over 4 years ago by andthink <[email protected]>
:heart: for contributors (#1069)

* Add all-contributors bot config & placeholder

* Add @sreichel as a contributor

* Add @Le...

0ca69ceec78f30c573e043d5fac2dcb3c112cd81 authored over 4 years ago by Kevin Krieger <[email protected]>
Update composer.json (#1082)

b41e0204aba14b3f924a8452517c63fa465e7516 authored over 4 years ago by Lee Saferite <[email protected]>
Fixed Magento not detecting HTTPS behind a proxy.

This fix adds a check for the "HTTP_X_FORWARDED_PROTO" header to determine if the scheme is HTTPS...

63d673c84ed981b87ae35e6adb322ef502db5efb authored over 4 years ago by Martin René Sørensen <[email protected]>
Added GIT flow

If not here, then please add it to http://openmage.github.io/magento-lts/install.html ... it is ...

134aedf28187f3ff06021256c55503c4db1cdcb9 authored over 4 years ago by SNH_NL <[email protected]>
Remove unneeded docblock method definition (#1067)

The method getFormKey() exists in Mage_Core_Block_Abstract, so no need to define it with `@method`

33cc82474ce66e66eaf3b32ae844918e82702088 authored over 4 years ago by Tymoteusz Motylewski <[email protected]>
Mage_Oauth - mini DOC block update (#764)

- doc blocks added/fixed
- PSR2 fixes (whitespaces, linebreaks, ...)

310a4f28c51f6b48933c0877c592943ca5f6033f authored over 4 years ago by sv3n <[email protected]>