-
Notifications
You must be signed in to change notification settings - Fork 80
[TASK] !!! Make extension TYPO3 12 compatible #777
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
Draft
PKuhlmay
wants to merge
133
commits into
master
Choose a base branch
from
typo3-12-reactjs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
133 commits
Select commit
Hold shift + click to select a range
0035884
[TASK] #401 - Raise new versions for new TYPO3 12 release
13d634f
[BUGFIX] 400 - incompatible declaration of ExtensionValidator::isValid
0a37324
[TASK] #404 - Align with new API for backend modules
efc05f7
[PHP] #403 - Fix PHP Warning - trying to access array offset
4af9c66
[BUGFIX] #402 - Fix htmlspecialchars - null given instead of array
ef428e8
[TASK] 416 - Introduce rector
97a510a
Run Rector up to PHP 8.1 and TYPO3 12
4132699
Removed undefined call of method
9049615
Convert inject methods to constructor
2e22f2b
Rework Button bars
153a7a4
[GUI] Rework of the whole JavaScript GUI
593631f
settings for devbox and gitignore
f039162
[WEBPACK] include webpack
61eb8f6
[GUI] Includes Source Code from former React App for EB and included …
58aa003
[GUI] Fix typo for importing an scss file (#659)
oliverkroener f508226
Update packages
4973213
[WEBPACK] adjusting webpack config
733e71c
[GUI] Rework of the whole React JS GUI
7dfcf49
661 - bugfix - set properties for controller
7c303bc
664 - bugfix: check for undefined array key in controller
73ec47c
[RELEASE] First alpha release
90445b6
669 bugfix: fix availability of EB while CSP is active
c043ba2
671 - fix: availability to close modals with the close-button
d7e5104
666 - bugfix: store more than only one plugin/module/author
3e75ee0
reformatting
f0804c9
remove obsolete generation of routes inside module configuration
acebe63
670 - increase the font size
71ffda4
533 - Display output dir and backup dir inside the footer of EB
d91a78b
Release 12.0.0-alpha.4
8d151ba
678 - make footer visible and hide button bar
518ca73
680 - storing authors inside composer.json
0c8723a
533 - add output dir to footer
bbe80ea
663 - WIP - remove deprecated functions
9f31c28
added missing type declaration
hgalt ecf941f
663 - remove deprecated functions
30fcd4b
413 - make selectbox configurable
be832fe
413 - Separate select values by new line
c01e2df
682: fix: generated module now shows the correct labels
e930b8a
WIP - fixes generation of modules
708e447
688 - fix: make deletion of author/plugin/module possible again
201463a
686: task: make properties inside model movable und deletable
1231edc
689: fix: scss and js generation
98e04ca
693 - added a "new" button
cfb5eeb
691 - WIP remove node button
2dbe2bf
Toggle advanced options and GUI improvements
2347b28
413 Map options for selectbox into own object in JSON
b0a5fc1
695 - Make String-property configurable
ffef0d8
695 - fix config for type string
d3274f9
696 - make type text configurable
0cc9b84
702-703: make float and integer configurable
7235f2f
699: make colorpicker configurable
a8902a5
700 - make type password configurable
1a34ae8
701 - make email configurable
1504507
704 - make boolean configurable
8eaee5b
711 - fix tca output for inputlink
0e9099c
705 - make datetime configurable
cadf363
709 - make file configurable
285e89c
716 - make none configurable
f1fd1e6
Bugfixes
d2cd02b
413 - whereClause for select type
56a1d0a
696 - rows for type text
6c2c920
717 - make relation removable from model
0a49978
Set default branch for new extension to main instead of master
c79ee89
GUI - Set modal background
bc4ef82
722 - Adds validation to React JS Application
329f1c4
Fix PHP Error
f92fbdd
Fix Sass linter
8ffe071
722 - disable validation for some fields
0586fe7
510 - adds icon for plugin
8b803e5
626 - WIP - create plugins as own CType
d949f23
Removes pregenerated CSS Styles
020d914
remove comment in extLocalconf
96b8de5
662 - fix issue with default value within NodeFactory
8a52154
adds returnInterface for actions
160d019
Set property of model to lowercase
755f4cb
fix: html templates for Models
298e45d
672 - controller names should start with uppercase
803eab7
662 - fix issue with default value for nodefactory
613c9e8
683 - add moduleTemplateFactory to Controller Templates
bfa50d5
Styling for Backend Templates
3265eb9
WIP 727 - remove test generation
da42861
Code cleanup - removed slashes from settings.yamlt
d4b708b
Code Cleanup
5ff20e0
626 - own CType for Plugin
7aad9e9
726 - bugfix: select box for relation was not set properly
98b04e8
Release v12.0.0-beta.1
dcbebc5
Code cleanup
952a377
Refactoring and code cleanup
e9eed23
[DOCS] Cleanup documentation
8db9b2d
[TASK] Render correct access value for backend modules
eb0ef81
727 remove test generation
50fc61e
WIP Rename settingspanelcomponent
657fec4
GUI improvements
265a259
[Release] v12.0.0-beta.2
28a2840
update npm packages
2b26a43
Switch documentation rendering to PHP
6f6f8da
[TASK] 738 - add notification when storage path is missing
9d4ac38
[DOCS] Fix issues in documentation
4362920
fix editorconfig
ce8f0c0
update packages
c962ef1
Merge branch 'master' into typo3-12-reactjs
603cadb
fix package-lock.json and yarn.lock
2459fc3
[TASK] fix several minor issues in TCA and flexfom. (#747)
DavidBruchmann 4098d62
Removes unused code
5de6ac6
Merge branch 'master' into typo3-12-reactjs
7822223
Test Coverage
1855f09
set Bootstrap.php for testing
db6794d
update php version inside github workflow
5917c1c
Remove files which should never have been published to github
7c8e69e
[TASK] sort list of local extensions for optional editing
DavidBruchmann b43a95e
WIP refactor extension loading
20b44ad
move SCSS from Resources/Public into Build
DavidBruchmann 99bdea6
[TASK] Replace spyc yaml parser (#772)
DavidBruchmann 62ad2ce
fix #768, show another message when no extensions to open are available
DavidBruchmann 9fce997
[BUGFIX] Use correct casts
georgringer 232b07a
Remove comment inside settings.yamlt for staticDateInXliffFiles
PKuhlmay 81e689f
[TESTS] Fix wrong return definition
PKuhlmay deb5079
Reformat settings file for testing
PKuhlmay 03ddc29
[BUGFIX] Fix undefined array keys
PKuhlmay 4ea5d37
Set generating empty git repository to a default 'false'
DavidBruchmann a8e0abd
WIP fix propertyname
PKuhlmay ab0db65
WIP load old extensions
PKuhlmay 28a1b42
[DOCS] Adds changelog infos for v12
PKuhlmay 1391582
fix for old names from v11 or earlier
PKuhlmay 71ec231
WIP load old extensions
PKuhlmay 4f46419
[DOCS] Adds changelog infos for v12
PKuhlmay 7fe1be3
fix for old names from v11 or earlier
PKuhlmay b5dbdae
[BUGFIX] Uniform naming of property fields
ErHaWeb 4fdf974
[BUGFIX] Revision of extension identifiers
ErHaWeb 3568217
Current state
PKuhlmay df6d6ac
Fix Typo in author role
PKuhlmay d867823
fix loading of relations
PKuhlmay 88c4775
Merge branch 'eric-v12-load-old-extensions' into v12-load-old-extensions
PKuhlmay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.