-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP: umc-42: refactoring * More refactoring * more refactoring * more refactoring * more refactoring * More refactoring * More refactoring * Some unit tests * Some unit tests * More tests * moar tests * Upgrade symfony * more refactoring. what else? * even more tests * refactoring * frontend refactoring * yeah....refactoring * Getting close to a stable version * multi-platform support * separate factories per platform support * almost done splitting stuff * adding flags to types * partial settings save * menu refactoring * frontend refactor & some unittests and some cleanup * more unit tests * More generated unit tests * more generated tests & fixed dynamic fields code generation * more generated unit tests. sorted 'use' statements. started on validation * settings save and added validator * cleanup * more unit tests * more unit tests * more unit tests * more unit tests * generated unit tests * add help section * compatible with magento 2.4.0 * make compatible with 2.4 * updates & rewrites * validation fixes
- Loading branch information
1 parent
78dfe81
commit 714bf36
Showing
806 changed files
with
77,607 additions
and
42,988 deletions.
There are no files selected for viewing
This file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<IfModule mod_rewrite.c> | ||
Options -MultiViews | ||
RewriteEngine On | ||
RewriteCond %{REQUEST_FILENAME} !-f | ||
RewriteRule ^(.*)$ index.php [QSA,L] | ||
</IfModule> |
This file contains 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
Oops, something went wrong.