Skip to content
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

Theme Mimic (luma style) #1682

Closed
wants to merge 34 commits into from
Closed

Theme Mimic (luma style) #1682

wants to merge 34 commits into from

Conversation

Danieleeffe1
Copy link

on May 7th I published in OpenMage-Themes where I illustrated a complete and working thema inspired by the LUMA theme of magento 2

to date no one has checked it and made it available in the "repository" to make it immediately available to users who want to adopt it.

(I apologize for any incorrect terms and incorrect procedures but honestly I struggle to understand the correct way to present the questions and suggestions in the correct way according to the rules)

Flyingmana and others added 30 commits June 28, 2020 14:06
While Mage_Catalog_Model_Resource_Product_Collection::addUrlRewrite()
does respect any set storeId on the collection it's helper that does
the actual work is hard-coded to the current active store.
* remove $timesUsed > 0 check to prevent duplicate entry

* Prevent $timesUsed from going less than 0
#1149)

* Suggestion to add some debugging to lockfile (to identify fileownership issues)

Suggestion to add some debugging to lockfile (to identify fileownership issues)

* keep the exception to bubble up

Co-authored-by: Daniel Fahlke <[email protected]>
* Caching currencies

* Caching currencies - base

* Fix currency load - without additional SQL queries

* Fix currency load - without additional SQL queries

* Fix currency load - without additional SQL queries
* Delete the "get help for this page" link and translation item

* Deleted all the store switcher hints that linked to old magento.com documentation

* Removed unused code after store_switcher hints have been removed

* Removed all the logic generating page helpers in the "system->config" section of the backend

* Removed XPATH_HINT_KEY constant

Co-authored-by: Fabrizio Balliano <[email protected]>
…ve without the admin realizing (#1544)

* Only auto-detect the backend_type if none set yet

If an attribute is user defined, the backend type is automatically set every time you save the attribute. If another backend_type was in use before, this breaks the attribute without the admin realizing it. We cannot have a different backend_type unless we also make the attribute is_user_defined = 0. Making the attribute non-user defined, might seam as the solution, but if you do this, the attribute becomes locked in the set and it cannot be removed anymore, so you're stuck with either e locked attribute that must remain in the set, or an attribute that will change backend_type on every save.
My code change prevents the auto-changing of the backend_type. Only if there wasn't a backend_type before, will it now be auto-detected.

* Prevent auto-changing of backend_type for API requests

Same, but for API requests
Co-authored-by: Fabrizio Balliano <[email protected]>
…y modules still use (#1610)

* reinstate stripped down getter and setter for  to enabled third party module compatibility

* Update app/code/core/Mage/Adminhtml/Helper/Data.php

Co-authored-by: Ng Kiat Siong <[email protected]>

* Update app/code/core/Mage/Adminhtml/Helper/Data.php

Co-authored-by: Ng Kiat Siong <[email protected]>

* Update app/code/core/Mage/Adminhtml/Helper/Data.php

Co-authored-by: Ng Kiat Siong <[email protected]>

Co-authored-by: ed <[email protected]>
Co-authored-by: Ng Kiat Siong <[email protected]>
* Added a configuration flag to disable global search in adminhtml, also modified the templates to use the new flag.

* Update system.xml

"comment" remove from translation

* Changed getStoreConfig to getStoreConfigFlag

* changed getStoreConfig to getStoreConfigFlag

Co-authored-by: Fabrizio Balliano <[email protected]>
@github-actions github-actions bot added Component: lib/Varien Relates to lib/Varien Component: lib/* Relates to lib/* Component: Newsletter Relates to Mage_Newsletter Component: Oauth Relates to Mage_Oauth Component: Page Relates to Mage_Page Component: Payment Relates to Mage_Payment Component: PayPal Relates to Mage_Paypal Component: Persistant Relates to Mage_Persistant Component: Reports Relates to Mage_Reports Component: Review Relates to Mage_Review Component: Rss Relates to Mage_Rss Component: Sales Relates to Mage_Sales Component: Sendfriend Relates to Mage_Sendfriend Component: Shipping Relates to Mage_Shipping Component: Tag Relates to Mage_Tag Component: Tax Relates to Mage_Tax Component: Wishlist Relates to Mage_Wishlist composer Relates to composer.json environment JavaScript Relates to js/* Mage.php Relates to app/Mage.php Template : admin Relates to admin template Template : base Relates to base template Template : default Relates to base template Template : install Relates to install template Template : rwd Relates to rwd template translations Relates to app/locale XML Layout labels Jun 10, 2021
@Flyingmana
Copy link
Contributor

I assume you are talking about OpenMage/OpenMage-Themes#1

things can take time, we have a lot to do, and are in most parts not paid for it.

Iam closing this here because it is a duplicate of the linked one.

@Flyingmana Flyingmana closed this Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Adminhtml Relates to Mage_Adminhtml Component: Bundle Relates to Mage_Bundle Component: Catalog Relates to Mage_Catalog Component: CatalogSearch Relates to Mage_CatalogSearch Component: Checkout Relates to Mage_Checkout Component: Cm/RedisSession Relates to Cm_RedisSession Component: Cms Relates to Mage_Cms Component: Contacts Relates to Mage_Contacts Component: Core Relates to Mage_Core Component: Customer Relates to Mage_Customer Component: Directory Relates to Mage_Directory Component: Downloadable Relates to Mage_Downloadable Component: Index Relates to Mage_Index Component: lib/Varien Relates to lib/Varien Component: lib/* Relates to lib/* Component: Newsletter Relates to Mage_Newsletter Component: Oauth Relates to Mage_Oauth Component: Page Relates to Mage_Page Component: Payment Relates to Mage_Payment Component: PayPal Relates to Mage_Paypal Component: Persistant Relates to Mage_Persistant Component: Reports Relates to Mage_Reports Component: Review Relates to Mage_Review Component: Rss Relates to Mage_Rss Component: Sales Relates to Mage_Sales Component: Sendfriend Relates to Mage_Sendfriend Component: Shipping Relates to Mage_Shipping Component: Tag Relates to Mage_Tag Component: Tax Relates to Mage_Tax Component: Wishlist Relates to Mage_Wishlist composer Relates to composer.json environment JavaScript Relates to js/* Mage.php Relates to app/Mage.php Template : admin Relates to admin template Template : base Relates to base template Template : default Relates to base template Template : install Relates to install template Template : rwd Relates to rwd template translations Relates to app/locale XML Layout
Projects
None yet
Development

Successfully merging this pull request may close these issues.