|
1 | 1 | # In2publish Core Change Log
|
2 | 2 |
|
| 3 | +9.0.0: |
| 4 | + |
| 5 | +- [META] Set the stability to stable |
| 6 | +- [META] Set the branch alias version number to 9.0.x-dev |
| 7 | +- [META] Set the EM conf version number to 9.0.0 |
| 8 | +- [TEST] Update RecordTest to test that adding "language parents" of pages is allowed |
| 9 | +- [!!!][FEATURE] Support TYPO3 v10 |
| 10 | +- [BUGFIX] Ignore sys_file_metadata tstamp and crdate by default |
| 11 | +- [COMMENT] Streamline copyright comment according to definition |
| 12 | +- [BUGFIX] Allow searching for l10Parents despite of excluded tables |
| 13 | +- [CODESTYLE] Apply PSR-12 and editorconfig |
| 14 | +- [BUGFIX] Do not add related pages twice |
| 15 | +- [BUGFIX] Use sites for all frontend links |
| 16 | +- [CODESTYLE] Fix line breaks for long line in ext_localconf |
| 17 | +- [FEATURE] Add option to disable the foreign key fingerprint check |
| 18 | +- [BUGFIX] Use the new approach to preview links also in the Compare plugin |
| 19 | +- [BUGFIX] Correctly assemble preview URLs for site & sys_domain based preview links |
| 20 | +- [DOCS] Be more verbose about setting the filePreviewDomainNames |
| 21 | +- [BUGFIX] Ensure the remaining path after extracting the host part from an uri is a string |
| 22 | +- [REFACTOR] Replace user_error with trigger_error |
| 23 | +- [DEPRECTATION] Deprecate unused getFirstDomain from DomainService |
| 24 | +- [BUGFIX] Use normalized Uris to build the file preview URL |
| 25 | +- [BUGFIX] Identify sites without host correctly and also check local |
| 26 | +- [BUGFIX] Return an empty domain if the target page can not be found |
| 27 | +- [BUGFIX] Return an empty domain if the page's site could not be identified |
| 28 | +- [BUGFIX] Early return when searching domains for records with uid 0 |
| 29 | +- [RELEASE] Version 9.0.0-rc2 with various bug fixes |
| 30 | + |
| 31 | +9.0.0-rc2: |
| 32 | + |
| 33 | +- [BUGFIX] Change the log level of record publishing logs to info |
| 34 | +- [BUGFIX] Reduce "Task execution results" log severity to info |
| 35 | +- [BUGFIX] Reduce severity of sys_log publishing to info |
| 36 | +- [BUGFIX] Convert TYPO3 v10 log level names to integers for comparison |
| 37 | +- [BUGFIX] Set the log level to the level's name for TYPO3 v10 |
| 38 | +- [BUGFIX] Return missing exit code after command execution |
| 39 | +- [CODESTYLE] Reorder imports and add missing blank line in FileProvider |
| 40 | +- [REFACTOR] Use shorthand syntax for array destructuring |
| 41 | +- [CLEANUP] Remove legacy commandController registrations |
| 42 | +- [BUGFIX] Add missing enable condition for context specific commands |
| 43 | +- [CLEANUP] Remove unused logger from all affected files |
| 44 | +- [COMMENT] Add missing license information in RunTasksInQueueCommand |
| 45 | +- [CODESTYLE] Add missing return type in PageDoesNotExistException |
| 46 | +- [BUGFIX] Remove all restrictions for searching page language parents |
| 47 | +- [BUGFIX] Skip definition entries that are not an array |
| 48 | +- [DOCS] Add known issue about broken sorting detection |
| 49 | +- [BUGFIX] Use the language parent to get sites and do not fall back to sys_domain in TYPO3 v10 |
| 50 | +- [RELEASE] Version 9.0.0-rc1 with TYPO3 v10 support. |
| 51 | + |
| 52 | +9.0.0-rc1: |
| 53 | + |
| 54 | +- [BUGFIX] Force exception if the in2publish_core cache does not exist |
| 55 | +- [CODESTYLE] Reorder use statements and copyright comments |
| 56 | +- [BUGFIX] Remove second argument for BackendUtility::getPagesTSconfig |
| 57 | +- [REFACTOR] Extract and move SSH command assembling to the parent class |
| 58 | +- [CODESTYLE] Add PSR-12 constant visibility to all class constants |
| 59 | +- [BUGFIX] Use newer LanguageService class namespace |
| 60 | +- [DOCS] Remove stale documentation, update requirements and fix typos |
| 61 | +- [CLEANUP] Remove unwanted file from vcs |
| 62 | +- [CLEANUP] Remove unused function imports and DbUtil::isTableExistingOnLocal method |
| 63 | +- [REFACTOR] Simplify all commands |
| 64 | +- [BUGFIX] Rewrite all CommandControllers as symfony commands |
| 65 | +- [BUGFIX] Use the backend router to process module paths and generate module urls |
| 66 | +- [CODESTYLE] Remove superfluous whitespace after list and braces |
| 67 | +- [BUGFIX] Add mapping for warning test result severity |
| 68 | +- [BUGFIX] Replace PATH_site with Environment::getPublicPath |
| 69 | +- [BUGFIX] Add missing cache initialization |
| 70 | +- [BUGFIX] Call to parent::__construct in the ActionController if it exists |
| 71 | +- [BUGFIX] Remove sys_domain from default ignored tables |
| 72 | +- [UPDATE] Raise supported TYPO3 version to 10.1 |
| 73 | +- [BUGFIX] Add missing test result severity class mapping |
| 74 | +- [BUGFIX] Replace removed BackendUtility::getModTSconfig with the new way of accessing user TS |
| 75 | +- [REFACTOR] Move logging conf to ext_localconf, reformat and reorder ext_tables |
| 76 | +- [REFACTOR] Reorder ext_localconf and replace call_user_func with immediate execution |
| 77 | +- [BUGFIX] Replace every access to extConf with the new API method |
| 78 | +- [REFACTOR] Introduce constants for rce/tatpi adapter registration |
| 79 | +- [CLEANUP] Remove RealUrlSupport |
| 80 | +- [DEPRECATION] Deprecate and replace typo3conf as default configuration folder |
| 81 | +- [CLEANUP] Resolve all version_compare calls |
| 82 | +- [CLEANUP] Remove the environment command controller |
| 83 | +- [UPGRADE] Resolve all upgrade TODOs |
| 84 | +- [META] Add branch alias for TYPO3 v10 development |
| 85 | +- [UPDATE] Raise PHP version requirements to at least 7.2 (like TYPO3 v9 minimum) |
| 86 | +- [UPDATE] Raise TYPO3 version constraint to 9-10 |
| 87 | +- [BUGFIX] Support PAGE_TSCONFIG_* marker in additional where clause |
| 88 | +- [FEATURE] Introduce new voting signals to skip record resolving by flexform |
| 89 | +- [FEATURE] Add column name to the list of information passed to the slot |
| 90 | +- [CODESTYLE] Remove empty line |
| 91 | +- [FEATURE] Add signals to skip related records in FlexForms |
| 92 | +- [RELEASE] Version 8.5.0 with tests, warningOnLive and don't publish when cancelled |
| 93 | + |
3 | 94 | 8.5.0:
|
4 | 95 |
|
5 | 96 | - [META] Set the branch alias version number to 8.5.x-dev
|
|
0 commit comments