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

Backported #1600: removed M1 legacy themes #2863

Merged
merged 28 commits into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1765f18
Removed app/design/frontend/default and skin/frontend/default
fballiano May 12, 2021
3c73250
fixed readme
fballiano Dec 29, 2022
cc45d2c
Merge branch '1.9.4.x' into backport_1600
fballiano Dec 29, 2022
f3c7088
Changed repo name
fballiano Dec 29, 2022
c198d7b
Merged 1.9.4.x
fballiano Dec 29, 2022
4fd57e2
forced deploy strategy to copy
fballiano Dec 29, 2022
8b81962
Merged 1.9.4.x
fballiano Jan 2, 2023
94f1567
Merge branch '1.9.4.x' into backport_1600
fballiano Jan 2, 2023
59958f3
Updated composer.lock for strict validation
fballiano Jan 2, 2023
8e04c21
Revert "Updated composer.lock for strict validation"
fballiano Jan 2, 2023
bae9101
Updated composer.lock for strict validation
fballiano Jan 2, 2023
18e78e1
Merge branch '1.9.4.x' into backport_1600
fballiano Jan 3, 2023
0f84421
Add legacy themes to v19 release builder
fballiano Jan 3, 2023
6b069d9
require, not install
fballiano Jan 3, 2023
1e25a9f
--no-dev is not available here
fballiano Jan 3, 2023
be7c81f
moving to composer require --no-install
fballiano Jan 3, 2023
789bf78
Merged 1.9.4.x
fballiano Jan 3, 2023
9c8c8c7
Merge branch '1.9.4.x' into backport_1600
sreichel Jan 4, 2023
1aa9488
Merged 1.9.4.x
fballiano Jan 12, 2023
6c8928b
composer update --lock
fballiano Jan 12, 2023
9cf1764
regenerated baseline
fballiano Jan 12, 2023
718c4ca
regenerated baseline
sreichel Jan 12, 2023
c874ed7
Merge branch '1.9.4.x' into backport_1600
fballiano Jan 13, 2023
845d1ab
Merged 1.9.4.x
fballiano Jan 19, 2023
d90fb78
updated composerlock
fballiano Jan 19, 2023
6d02d1a
Merge branch '1.9.4.x' into backport_1600
fballiano Jan 19, 2023
456d7d3
Merged 1.9.4.x and fixed conflict
fballiano Feb 7, 2023
f95041e
updated composer lock
fballiano Feb 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Most important changes will be listed here, all other changes since `19.4.0` can
- bug fixes and PHP 7.x, 8.0 and 8.1 compatibility
- added config cache for system.xml [#1916](https://github.com/OpenMage/magento-lts/pull/1916)
- search for "NULL" in backend grids [#1203](https://github.com/OpenMage/magento-lts/pull/1203)
- removed frontend default themes (default, modern, iphone, german, french, blank, blue) [#1600](https://github.com/OpenMage/magento-lts/pull/1600)
- removed lib/flex containing unused ActionScript "file uploader" files [#2271](https://github.com/OpenMage/magento-lts/pull/2271)
- removed modules:
- `Mage_Compiler`
Expand All @@ -107,6 +108,7 @@ Most important changes will be listed here, all other changes since `19.4.0` can

_If you rely on those modules you can reinstall them with composer:_
- `Mage_PageCache`: `composer require openmage/module-mage-pagecache`
- `Legacy frontend themes`: `composer require openmage/legacy-frontend-themes`

### Between OpenMage 19.4.18 / 20.0.16 and 19.4.19 / 20.0.17

Expand All @@ -117,7 +119,6 @@ _If you rely on those modules you can reinstall them with composer:_
Do not use 20.x.x if you need IE support.

- removed IE conditional comments, IE styles, IE scripts and IE eot files [#1073](https://github.com/OpenMage/magento-lts/pull/1073)
- removed frontend default themes (default, modern, iphone, german, french, blank, blue) [#1600](https://github.com/OpenMage/magento-lts/pull/1600)
- fixed incorrect datetime in customer block (`$useTimezone` parameter) [#1525](https://github.com/OpenMage/magento-lts/pull/1525)
- added redis as a valid option for `global/session_save` [#1513](https://github.com/OpenMage/magento-lts/pull/1513)
- reduce needless saves by avoiding setting `_hasDataChanges` flag [#2066](https://github.com/OpenMage/magento-lts/pull/2066)
Expand Down
24 changes: 0 additions & 24 deletions app/design/frontend/default/blank/etc/theme.xml

This file was deleted.

160 changes: 0 additions & 160 deletions app/design/frontend/default/blank/etc/widget.xml

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions app/design/frontend/default/default/etc/theme.xml

This file was deleted.

160 changes: 0 additions & 160 deletions app/design/frontend/default/default/etc/widget.xml

This file was deleted.

This file was deleted.

Loading