Commit e861f90
authored
[TASK] Add TYPO3 v14 support (#742)
* [TASK] Add TYPO3 v14 support
* [BUGFIX] Remove searchField and fix some issues
* [BUGFIX] Extbase DataMapFactory cannot handle Interfaces for properties
* [BUGFIX] Use correct lowercase type hint in registerArgument()
* [BUGFIX] Use newer cachix/install-nix-action version
* [BUGFIX] Return null if array key not exists
* [BUGFIX] Remove entries from phpstan baseline after rebase
* [TASK] Add LogInterface for orders
* [TASK] Add first test for logging in MailHandler
* [TASK] Add own LogLevel enum and more tests
* [TASK] Add Logging for updating payment and shipping
* [TASK] Update version numbers in several files
* [TASK] Make extension compatible to TYPO3 v14.2
* [TASK] Change prices in database to fixed-point numbers
* [BUGFIX] Add type configuration for page wizard
* [TASK] Move commands to composer and use them from ci and nix-shell
* [TASK] Split up TypoScript files into smaller pieces
* [TASK] Apply more and newer php-cs-fixer rules
* [TASK] Add SiteSets as default configuration for cart
* [TASK] Update required TYPO3 version to 14.31 parent 834d619 commit e861f90
281 files changed
Lines changed: 10284 additions & 2941 deletions
File tree
- .github/workflows
- Build
- Classes
- Command
- Configuration
- Loader
- SiteSets
- TypoScript
- Controller
- Backend
- Order
- Cart
- Order
- Domain
- Finisher/Form
- Log
- Model
- Repository
- Model
- Cart
- Order
- Product
- Repository
- Order
- Validator
- EventListener
- Cart
- Mail
- Order
- Create
- PersistOrder
- Finish
- Update
- Template/Components
- Event
- Cart
- Form
- Mail
- Order
- Session
- Template/Components
- View
- Hooks
- PageTitle
- Property/Exception
- Service
- Updates
- Utility
- Validation/Validator
- ViewHelpers
- Format
- Form
- Traversable
- Variable
- Widgets
- Provider
- Configuration
- Backend
- Provider
- Widgets
- Services
- Sets
- Payments
- Shippings
- TaxClass
- TCA
- Overrides
- TypoScript
- Payments
- Settings
- Shippings
- TaxClasses
- Documentation
- Changelog
- 12.0
- Introduction
- NoteOfThanks
- Sponsoring
- Tests
- Fixtures
- Functional
- Command
- EventListener/Mail
- Service
- ViewHelpers
- Unit
- Configuration/Loader/TypoScript
- Controller
- Domain/Model
- Cart
- Order
- Product
- Validation/Validator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
99 | 95 | | |
100 | 96 | | |
101 | 97 | | |
| |||
112 | 108 | | |
113 | 109 | | |
114 | 110 | | |
115 | | - | |
| 111 | + | |
116 | 112 | | |
117 | | - | |
| 113 | + | |
118 | 114 | | |
119 | 115 | | |
120 | 116 | | |
121 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
122 | 125 | | |
123 | | - | |
| 126 | + | |
124 | 127 | | |
125 | | - | |
| 128 | + | |
| 129 | + | |
126 | 130 | | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 131 | + | |
| 132 | + | |
143 | 133 | | |
144 | | - | |
145 | | - | |
| 134 | + | |
| 135 | + | |
146 | 136 | | |
147 | | - | |
148 | | - | |
| 137 | + | |
| 138 | + | |
149 | 139 | | |
150 | | - | |
151 | | - | |
| 140 | + | |
| 141 | + | |
152 | 142 | | |
0 commit comments