Activity
From 2017-12-19 to 2018-01-17
2018-01-17
- 23:33 Revision ea504408: [BUGFIX] Filelist list look alike list module
- File list table needs a wrapper div to have borders
and shadows to look alike tables of the list module.
Change-Id: ... - 21:06 Revision 8a4cb328: [TASK] styleguide: Adapt table style to current core usages
- 20:49 Revision c97802eb: [TASK] Add more UnitTests for GeneralUtility::xml2array()
- Resolves: #83578
Related: #83580
Releases: master
Change-Id: I2c97edd4bac854b33501ba571ed479bdefc288d7
Reviewed-on: h... - 16:36 Revision 0fd5a2dc: [TASK] impexp: Remove "Max file size" restriction
- The export modules has a file size restriction
that skips file exports if they are bigger than
by default 1MB. This c... - 16:24 Revision 1246917a: [BUGFIX] impexp: File upload in import broken
- Uploading import files broke with patch for issue #81763
Fix by renaming POST array back from 'data' to 'file'.
Chan... - 16:13 Revision 78180a6b: [TASK] impexp: Use XML as default export format
- The TYPO3 specific .t3d export format is a funny binary format
and rather hard to read and decipher, even if not comp... - 13:49 Revision 80c843a8: [TASK] impexp: Remove 'max number of records' restriction
- The 'export' module has a restriction to limit the number
of exported records. The patch removes this from the
interf... - 11:05 Revision 653ff635: [BUGFIX] Improve exception output for ImageService
- Avoid spamming the log in PHP 7.2 due to get_class(null) if fetching the
image in ImageService->getImage() fails.
Re... - 11:05 Revision 63ca0268: [BUGFIX] Improve exception output for ImageService
- Avoid spamming the log in PHP 7.2 due to get_class(null) if fetching the
image in ImageService->getImage() fails.
Re... - 11:05 Revision 794e4848: [BUGFIX] Improve exception output for ImageService
- Avoid spamming the log in PHP 7.2 due to get_class(null) if fetching the
image in ImageService->getImage() fails.
Re...
2018-01-16
- 14:20 Revision bce2a758: [BUGFIX] Adjust response usage for `file/exists` route
- With #83267 a JSON response object was introduced. The patch has the side
effect that any response is now an array bu... - 00:02 Revision 98d866ca: [TASK] Make EXT:rsaauth no longer part of factory-configuration
- Since the extension is deprecated, don't activate it by default
(factory-configuration).
Resolves: #81852
Releases: ...
2018-01-15
- 20:51 Revision 587e83cc: [BUGFIX] impexp: Wrong FAL references after import
- Fix a case during ext:impexp FAL uid mapping where
sys_file_reference end up pointing to wrong sys_file
records in ca... - 20:51 Revision 7585a53d: [BUGFIX] impexp: Wrong FAL references after import
- Fix a case during ext:impexp FAL uid mapping where
sys_file_reference end up pointing to wrong sys_file
records in ca... - 20:50 Revision cd7a8572: [BUGFIX] impexp: Wrong FAL references after import
- Fix a case during ext:impexp FAL uid mapping where
sys_file_reference end up pointing to wrong sys_file
records in ca... - 08:41 Revision ae465ae2: [TASK] Mark EXT:rsaauth as deprecated
- Only https can really secure a connection. Therefore rsaauth
should be marked as deprecated. An additional report che...
2018-01-14
- 19:56 Revision 52c714d2: [BUGFIX] GeneralUtility::copyDirectory() should mkdir_deep() destination dir
- If path to the destination directory does not exist yet,
copyDirectory() does not copy anything. Use mkdir_deep() for... - 19:37 Revision 1aba19dd: [BUGFIX] GeneralUtility::copyDirectory() should mkdir_deep() destination dir
- If path to the destination directory does not exist yet,
copyDirectory() does not copy anything. Use mkdir_deep() for... - 14:11 Revision 0ba14b9c: [FOLLOWUP][BUGFIX] Break too long values in Application Information
- `break-all` breaks the text in the cache menu. Use `break-word` to keep whole words intact.
Resolves: #83443
Release... - 14:10 Revision f9cfb3cc: [FEATURE] EXT:form - make FinisherVariableProvider iterable
- Makes it possible to iterate through FinisherVariableProvider items.
Resolves: #83396
Releases: master
Change-Id: I0... - 14:04 Revision 12c9ab08: [TASK] Use @TYPO3\CMS\Extbase\Annotation\Inject in core extensions
- Releases: master
Resolves: #83522
Change-Id: Ie1f9db6e3180c1d32e3d8b99e37ff88669ede86d
Reviewed-on: https://review.ty... - 13:41 Revision 8892250b: [TASK] Use @TYPO3\CMS\Extbase\Annotation\ORM\Cascade in core extensions
- Releases: master
Resolves: #83521
Change-Id: I8bd477ccf2ae6fca478b758cf61654a1bec388cd
Reviewed-on: https://review.ty... - 13:08 Revision 31a79dd7: [TASK] Use @TYPO3\CMS\Extbase\Annotation\ORM\Lazy in core extensions
- Releases: master
Resolves: #83520
Change-Id: Idd10aa62692198f7aa20af1492fb9670149d5ac9
Reviewed-on: https://review.ty... - 12:35 Revision a04d91ae: [BUGFIX] Return correct available package information
- The PackageManager needs to scan over all package location to be able
to decide whether a package is available or not...
2018-01-13
- 22:59 Revision dc5a7f98: [BUGFIX] Ensure PackageManager scans every possible directory
- If a scanAvailablePackages() of the PackageManager is triggered, we
need to make sure all possible packagesBasePaths ... - 22:58 Revision c84cc692: [BUGFIX] Ensure PackageManager scans every possible directory
- If a scanAvailablePackages() of the PackageManager is triggered, we
need to make sure all possible packagesBasePaths ... - 20:45 Revision 6fafd011: [BUGFIX] Enable deletion of translated sys_file_metadata records
- UserTS disableDelete was set for sys_file_metadata globally
and therefore also prevented the deletion of translated f... - 20:12 Revision ea530186: [BUGFIX] Return correct available package information
- The PackageManager needs to scan over all package location to be able
to decide whether a package is available or not... - 20:05 Revision 7a9b54ba: [BUGFIX] Enable deletion of translated sys_file_metadata records
- UserTS disableDelete was set for sys_file_metadata globally
and therefore also prevented the deletion of translated f... - 19:23 Revision 09863322: [BUGFIX] Update extension scanner docs.typo3.org link
- The extension scanner docs has recently been moved around
within core api docs. Update the link within the upgrade
mo... - 18:42 Revision 1ad185f3: [TASK] CGL: Whitespace fixes
- Apply a series of CGL whitespace fixes, mostly:
* No whitespace after type cast
* One space around '='
Change-Id: I6... - 17:50 Revision 453a8a2c: [TASK] CGL: Fix a series of minor indentation issues
- Apply various minor indentation CGL fixes, as suggested
by scrutinizer-ci, mostly related to places where indentation... - 16:31 Revision 7b94e2a6: [TASK] Add spaces around '=' of 'strict_types=1'
- This cosmetical CGL change just substitutes all
declare(strict_types=1);
with
declare(strict_types = 1);
to be in l... - 16:13 Revision 311f62ac: [TASK] Context menu rename "Export to .t3d" to "Export"
- Patch renames the context menu options "Export to .t3d"
to "Export" and "Import from .t3d" to "Import".
The technical... - 15:39 Revision dae60858: [BUGFIX] Show folder meta information next to path
- Output folder meta information (file count and
total file size) next to the folder path in Filelist again.
Additional... - 14:50 Revision 6c65a46e: [BUGFIX] Show folder meta information next to path
- Output folder meta information (file count and
total file size) next to the folder path in Filelist again.
Additional... - 13:36 Revision b3c4c423: [BUGFIX] Harden ValidatorResolver and add functional tests
- This patch mainly converts several unit tests with heavy
mocking to functional tests with real fixtures instead of
'e... - 13:33 Revision 02913c92: [TASK] Drop 'typo3/ should be link' recommendation
- The recommendation of FolderStructure having index.php and typo3/
folder as links is old fashioned, even if not using... - 12:17 Revision f656ad02: [TASK] Update UnicodeData.txt
- Source: http://unicode.org/Public/UNIDATA/UnicodeData.txt
Releases: master, 8.7
Resolves: #83541
Change-Id: I0ba23c7... - 12:16 Revision 91bc637a: [TASK] Update UnicodeData.txt
- Source: http://unicode.org/Public/UNIDATA/UnicodeData.txt
Releases: master, 8.7
Resolves: #83541
Change-Id: I0ba23c7... - 12:12 Revision 673630dc: [TASK] Drop 'typo3/ should be link' recommendation
- The recommendation of FolderStructure having index.php and typo3/
folder as links is old fashioned, even if not using... - 12:01 Revision 6dded358: [BUGFIX] fixPermissions() on install tool test image
- One of the environment image tests misses an explicit
fixPermissions() call on a created image resulting in
potential... - 11:02 Revision 067693de: Merge branch 'master' of https://github.com/wmdbMattes/TYPO3.CMS.Styleguide
- # Conflicts:
# Configuration/TCA/tx_styleguide_elements_basic.php - 11:01 Revision 58906c9d: Add Checkbox RenderTypes
- In order to prepare the core for the new checkbox renderTypes, EXT:styleguide gets its new
configuration here - 10:57 Revision d0bcd7d7: Add Checkbox RenderTypes
- In order to prepare the core for the new checkbox renderTypes, EXT:styleguide gets its new
configuration here
2018-01-12
- 15:38 Revision ec5d31ee: [TASK] Test cases for function specCharsToASCII()
- Add a new test for the function specCharsToASCII().
Resolves: #83546
Related: #20612
Releases: master
Change-Id: Id2... - 13:11 Revision f52c2a73: [BUGFIX] ModuleMenu::loadNavigationComponent must load custom tree
- This patch changes initialization of the pagetree to make it possible
to open a custom module with its own navigation... - 12:44 Revision c047e343: [TASK] Introduce Matcher for required arguments in static calls
- Add a matcher that is able to detect hits of method calls that do
not comply to a minimum amount of arguments, where ... - 10:14 Revision 4945e839: [BUGFIX] Remove empty values from intExplode in TreeController
- intExplode missed an additional parameter which prevents the method
from returning array with empty element.
Now whe... - 08:23 Revision 66939219: [BUGFIX] Rename directory for deprecated unit tests
- The directory name for deprecated unit tests are named "Unit_Deprecated" for EXT:core and EXT:form,
which is wrong, t...
2018-01-11
- 21:31 Revision e33e87f6: [TASK] Support longer database passwords
- Sometimes the database user has a password
that is larger than 50 characters. At the moment TYPO3
throws an error mes... - 21:05 Revision 47438d96: [TASK] bamboo: Use yarn instead of npm install
- With the switch from npm install to yarn install we
forgot to adapt the test suites. Update plan specs.
Change-Id: I... - 21:05 Revision 26813d39: [TASK] bamboo: Use yarn instead of npm install
- With the switch from npm install to yarn install we
forgot to adapt the test suites. Update plan specs.
Change-Id: I... - 12:59 Revision fcc4a0dc: [BUGFIX] Update tslint to 5.9.1 and fix syntax issue in Login.ts
- Resolves: #83537
Releases: master
Change-Id: I8da8f31447bd2ca73aa7d7c22a929b918a085da8
Reviewed-on: https://review.ty... - 12:15 Revision a153795f: [BUGFIX] Give correct information in addLLrefForTCAdescr exception
- \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr
needs a non-empty key as first parameter. Oth... - 09:00 Revision c3e9b275: [BUGFIX] Make it possible to add cHash to preview links
- It must be possible to generate preview URLs with a cHash, e.g. to
display records using Extbase which enforces cHash...
2018-01-10
- 16:17 Revision 37b747a1: [BUGFIX] Populate extension configuration on install
- Instead of duplicating default extension configuration
in DefaultConfiguration.php, we now populate it
after LocalCon... - 16:11 Revision e5e93a30: [FOLLOWUP][BUGFIX] Break too long values in Application Information
- `break-all` breaks the text in the cache menu. Use `break-word` to keep whole words intact.
Resolves: #83443
Release... - 13:49 Revision 17136ee9: [BUGFIX] Refresh page tree after context menu actions are completed
- Instead of hardcoded 500ms delay, context menu actions refresh page tree
as soon as the operation is completed.
Rele... - 13:48 Revision 8a5b3209: [BUGFIX] Break too long values in Application Information
- Some values in the Application Information toolbar menu are too long any
may exceed the box's width. The CSS is adjus... - 10:08 Revision 3939bdef: [TASK] EXT:form - add documentation for #82210
- Add the missing breaking rst for issue #82210.
Resolves: #83517
Related: #82210
Releases: master
Change-Id: Id157cf0...
2018-01-09
- 21:52 Revision 1ef719ab: [BUGFIX] New content element wizard fails for not given header value
- As additional sanitation, accept an empty header for items groups
by rendering "-" if none is given.
Resolves: #8348... - 21:50 Revision cb6096f3: [BUGFIX] Break too long values in Application Information
- Some values in the Application Information toolbar menu are too long any
may exceed the box's width. The CSS is adjus... - 20:55 Revision 498fc495: [BUGFIX] Use local paths for image tests (EXT:install)
- Use local paths for image tests in EXT:install to avoid
problems with PHP allow_url_fopen configuration.
The "data://... - 20:37 Revision 61fde61f: [BUGFIX] Use local paths for image tests (EXT:install)
- Use local paths for image tests in EXT:install to avoid
problems with PHP allow_url_fopen configuration.
The "data://... - 20:18 Revision b983787a: [BUGFIX] Re-add 'members' field to the select query in getDefaultWorkspace
- The field was forgotten during Doctrine migration.
See https://review.typo3.org/#/c/47576/
Resolves: #80901
Releases... - 19:41 Revision 39bfde43: [BUGFIX] Re-add 'members' field to the select query in getDefaultWorkspace
- The field was forgotten during Doctrine migration.
See https://review.typo3.org/#/c/47576/
Resolves: #80901
Releases... - 19:11 Revision a52a9922: [FEATURE] EXT:form - introduce YAML "imports"
- The form extension now features imports in YAML configuration files via
the special toplevel "imports" option. With t... - 09:38 Revision 9bbdc768: [BUGFIX] New content element wizard fails for not given header value
- As additional sanitation, accept an empty header for items groups
by rendering "-" if none is given.
Resolves: #8348...
2018-01-08
- 22:07 Revision 6f4ab275: [BUGFIX] Make empty $GLOBALS['TBE_MODULES_EXT'] traversable
- Prevent warnings and notices if $GLOBALS['TBE_MODULES_EXT'] is not
set, which can be the case if no extensions are in... - 22:04 Revision 9f62f1b2: [TASK] Deprecate AbstractValidatorTestcase
- The class implemented logic to presumably make
testing validators more easy. However, a decision
on more atomic tests... - 21:26 Revision 8e28536f: [BUGFIX] Add missing htmlspecialchars() in ActionTask
- Add missing htmlspecialchars() calls in
EXT:sys_action/Classes/ActionTask.php
Resolves: #83359
Releases: master, 8.7... - 21:11 Revision 40430fd2: [TASK] Update karma components
- karma-firefox-launcher 1.0.1 ❯ 1.1.0
karma-jasmine 1.1.0 ❯ 1.1.1
Resolves: #83492
Releases: master
Change-Id: Ib753c... - 21:02 Revision 5e1ecd00: [TASK] Cleanup DataMapperTest
- Replace evaled classes with actual fixtures
Releases: master
Resolves: #83488
Change-Id: Id9b5e3040a8fde8cf260423dfd... - 21:00 Revision ded16443: [TASK] Cleanup GenericObjectValidatorTest
- - Replace eval with anonymous classes
- Avoid mocks if not necessary
Releases: master
Resolves: #83485
Change-Id: I5... - 20:56 Revision 1cfb9b32: [TASK] Cleanup StringLengthValidatorTest
- - Replace eval with anonymous classes
- Avoid mocks if not necessary
Releases: master
Resolves: #83482
Change-Id: I3... - 20:44 Revision b2c00a92: [TASK] Cleanup CollectionValidatorTest
- Replace eval with anonymous classes
Releases: master
Resolves: #83487
Change-Id: Ib09ac0ecf9fe5bf3945b46a403be389d2a... - 20:42 Revision 45f04e50: [TASK] Cleanup StringValidatorTest
- - Replace eval with anonymous classes
- Avoid mocks if not necessary
Releases: master
Resolves: #83483
Change-Id: Id... - 20:39 Revision c7bfc16e: [TASK] Update doctrine/dbal 2.5.10 ❯ 2.6.3
- Resolves: #83478
Releases: master
Change-Id: Ic7d249deefa4f188c039c2c3f8aa285f4e4effed
Reviewed-on: https://review.ty... - 20:25 Revision 23f6a9e3: [TASK] Update ckeditor 4.7.3 ❯ 4.8.0
- Resolves: #83493
Releases: master
Change-Id: I4a44da6fcca7462298b54d236e6aa601971de3b6
Reviewed-on: https://review.ty... - 20:22 Revision cfe05e61: [TASK] Update moment 2.19.2 ❯ 2.20.1
- Resolves: #83498
Releases: master
Change-Id: I0f58711d5396a5b45269eb3fe609cf718976916f
Reviewed-on: https://review.ty... - 20:19 Revision 3af267a0: [TASK] Update types definitions
- Resolves: #83491
Releases: master
Change-Id: I7fe75639dfc1a83de5b3fdcfb9dba36d5d9c2c0f
Reviewed-on: https://review.ty... - 14:20 Revision d6466296: [TASK] Cleanup AbstractEntityTest
- Replace eval with anonymous classes
Releases: master
Resolves: #83486
Change-Id: Ic90e72f2cec212d44a32aa0ee7767e821c... - 11:31 Revision 4485117d: [TASK] Deprecate unneeded RawValidator
- The RawValidator is a useless Validator that is
automatically attached to all method params that
are annotated with "... - 10:46 Revision 26f68b8a: [BUGFIX] Prevent javascript error in backend
- Adding a condition to check if a backend user has permissions on the
search to prevent a JS error while initializing ...
2018-01-07
- 23:10 Revision 3513af37: [BUGFIX] Make empty $GLOBALS['TBE_MODULES_EXT'] traversable
- Prevent warnings and notices if $GLOBALS['TBE_MODULES_EXT'] is not
set, which can be the case if no extensions are in... - 23:07 Revision c39209a3: [BUGFIX] Make empty $GLOBALS['TBE_MODULES_EXT'] traversable
- Prevent warnings and notices if $GLOBALS['TBE_MODULES_EXT'] is not
set, which can be the case if no extensions are in... - 11:25 Revision 29984cd1: [TASK] Update codemirror 5.31.0 ❯ 5.33.0
- Resolves: #83494
Releases: master
Change-Id: I81c813d7a8604ae5c066a491d89e721ebcd599e8
Reviewed-on: https://review.ty... - 11:19 Revision 72dbe45f: [TASK] Update imagesloaded 4.1.3 ❯ 4.1.4
- Resolves: #83497
Releases: master
Change-Id: I1d22a6934dfdbe5987b5d7da00e357719fab88db
Reviewed-on: https://review.ty... - 11:16 Revision e7647207: [TASK] Update d3 4.11.0 ❯ 4.12.2
- Resolves: #83495
Releases: master
Change-Id: I7313a8ca2fa5a4f7e69255549c0b16c28b997c11
Reviewed-on: https://review.ty...
2018-01-06
- 17:22 Revision 01751ad2: [BUGFIX] Remove invalid configuration of class-alias-map in reports
- There is no class alias map for ext:reports. Remove the configuration
in composer.json therefore.
Releases: 8.7
Reso... - 17:21 Revision e26fcb2a: [BUGFIX] Use strict flag in signalslot dispatcher
- To avoid exceptions with complex structures, the strict flag
must be used in the in_array check.
Resolves: #82736
Re... - 17:21 Revision 842ccb7d: [BUGFIX] Use strict flag in signalslot dispatcher
- To avoid exceptions with complex structures, the strict flag
must be used in the in_array check.
Resolves: #82736
Re... - 12:13 Revision 26c7e3ce: [TASK] Migrate ContextHelp to TypeScript
- Resolves: #82579
Releases: master
Change-Id: Ic2d44d8567c2b144f9250f9011b6106fe73358e9
Reviewed-on: https://review.ty...
2018-01-05
- 13:32 Revision 8ffbb93f: [BUGFIX] Add missing htmlspecialchars() in ActionTask
- Add missing htmlspecialchars() calls in
EXT:sys_action/Classes/ActionTask.php
Resolves: #83359
Releases: master, 8.7... - 08:08 Revision c2c8790a: [TASK] Move changing preview processing config to processing service
- Instead of complementing processing configuration in the file class,
move it to the processing service and LocalPrevi...
2018-01-04
- 18:13 Revision 5ef1724a: [FOLLOWUP][TASK] Streamline ExtensionManagementUtility
- Remove a misleading match from the Extension Scanner matcher
configuration that caused a strong match for a false pos... - 15:20 Revision d61eabab: [BUGFIX] Do not try to fetch additionalFields for invalid tasks
- A task may be invalid when editing so there is no instance of
AbstractTask in $task. With this patch the SchedulerMod... - 14:07 Revision 1d99aa10: [BUGFIX] Do not try to fetch additionalFields for invalid tasks
- A task may be invalid when editing so there is no instance of
AbstractTask in $task. With this patch the SchedulerMod... - 14:00 Revision 88bc64d5: [TASK] Raise testing-framework to 2.0.2
- Brings an extension configuration patch during
acceptance / functional bootstrap.
Change-Id: Ibebc4a69d4b441ddafe3c7... - 13:59 Revision b17f90ab: [BUGFIX] EXT:form - use context specific configuration cache
- Cache the EXT:form configuration depending on the YAML files which
are loaded.
Resolves: #83311
Releases: master,8.7... - 13:46 Revision 38556ad5: [TASK] Migrate DebugConsole to TypeScript
- The DebugConsole used to render debug messages at the bottom of the TYPO3
backend is migrated to TypeScript.
A featu... - 13:45 Revision 9f6b898f: [BUGFIX] Add class name to property deprecations
- Resolves: #83431
Releases: master
Change-Id: I5dbc5649b46b007881717a98458de22b154203ca
Reviewed-on: https://review.ty... - 13:44 Revision 1c831ba5: [BUGFIX] EXT:form - use context specific configuration cache
- Cache the EXT:form configuration depending on the YAML files which
are loaded.
Resolves: #83311
Releases: master,8.7... - 12:56 Revision 909e4d27: [BUGFIX] Exclude fields without db field from advanced search
- In advanced search, each field of every table that is listed in TCA
can be used to compose db queries. But if the TCA... - 12:37 Revision 83b4f218: [BUGFIX] Exclude fields without db field from advanced search
- In advanced search, each field of every table that is listed in TCA
can be used to compose db queries. But if the TCA... - 12:29 Revision 19030ea7: [TASK] Cleanup setting value $SET
- For consistent usage the variable $SET was deleted
and replaced with $this->setting.
Resolves: #83466
Releases: mast... - 11:44 Revision 80e78c98: [BUGFIX] Fix resolving of method validators
- This is a regression bugfix. During the ClassSchema refactoring
the resolving of method validators broke due to strip... - 11:44 Revision db0ff2e0: [BUGFIX] Check permissions for page deletion in context menu
- Resolves: #82777
Releases: master, 8.7
Change-Id: I080e9d47053665c51fdc7b46787cd32299bfaba9
Reviewed-on: https://revi... - 11:05 Revision 7c3779ad: [BUGFIX] Check permissions for page deletion in context menu
- Resolves: #82777
Releases: master, 8.7
Change-Id: I080e9d47053665c51fdc7b46787cd32299bfaba9
Reviewed-on: https://revi... - 10:37 Revision ef17687d: [FEATURE] Make list of fields configurable in Pagetree overview
- By using pageTsConfig it is now possible to change the available fields
and add additional entries to the selectbox.
... - 09:41 Revision b255cd16: [BUGFIX] Make full search in lowlevel module work again
- Due to the refactoring the advanced query functionality was broken and not
tested anymore.
The patch minimizes the f... - 09:31 Revision 3a8da375: [TASK] Update copyright year in documentation to 2018
- Resolves: #83453
Releases: master, 8.7, 7.6
Change-Id: I40654f5c230e0e91b3b479dd1c07eb087e639051
Reviewed-on: https:/... - 09:31 Revision 3d60a51f: [TASK] Update copyright year in documentation to 2018
- Resolves: #83453
Releases: master, 8.7, 7.6
Change-Id: I40654f5c230e0e91b3b479dd1c07eb087e639051
Reviewed-on: https:/... - 08:46 Revision eb2ac1f1: [FEATURE] Show the field name for every FormEngine field if debug is enabled
- Improve the life of integrators and developers by showing the field name
next to the title.
Resolves: #83461
Release...
2018-01-03
- 23:08 Revision caf61131: [TASK] Update copyright year in documentation to 2018
- Resolves: #83453
Releases: master, 8.7, 7.6
Change-Id: I40654f5c230e0e91b3b479dd1c07eb087e639051
Reviewed-on: https:/... - 20:19 Revision 0aa5f2b4: [BUGFIX] Make it possible to add cHash to preview links
- It must be possible to generate preview URLs with a cHash, e.g. to
display records using Extbase which enforces cHash... - 18:54 Revision dbf5f643: [BUGFIX] Fix recursive FLUIDTEMPLATE cObj's that use layoutRootPaths
- FLUIDTEMPLATE variables may contain content elements (e.g. recursive
FLUIDTEMPLATE's) which may instantiate own Templ... - 09:04 Revision f43df3f9: [BUGFIX] Correct permissions for root page setting up empty site
- Use the correct maximal permission "31" for the root page when setting
up an empty site during the installation proce... - 09:04 Revision cf1f82e3: [BUGFIX] Correct permissions for root page setting up empty site
- Use the correct maximal permission "31" for the root page when setting
up an empty site during the installation proce...
2018-01-02
- 22:51 Revision 3cf9f794: [TASK] Add section for translated pages to lowlevel statistics page
- Since table pages holds both default language and translated records,
the statistics don't add up anymore.
By introdu... - 19:25 Revision 6fdde771: [BUGFIX] Correct permissions for root page setting up empty site
- Use the correct maximal permission "31" for the root page when setting
up an empty site during the installation proce... - 15:46 Revision ce4e8b2d: [FOLLOWUP][BUGFIX] Add missing htmlspecialchars() and cleanup in DebuggerUtility
- Add missing htmlspecialchars() calls in
EXT:extbase/Classes/Utility/DebuggerUtility.php and cleanup indents in
collec... - 15:03 Revision 7a46d445: [BUGFIX] Don’t show deprecations as "success" flash messages
- Change-Id: I48eba81412e314bb8ee013ef38ecbdb32a14ed96
Resolves: #83416
Releases: master, 8.7
Reviewed-on: https://revi... - 14:39 Revision d56e4a51: [BUGFIX] Don’t show deprecations as "success" flash messages
- Change-Id: I48eba81412e314bb8ee013ef38ecbdb32a14ed96
Resolves: #83416
Releases: master, 8.7
Reviewed-on: https://revi... - 09:22 Revision 62d40fca: [BUGFIX] Add support for PNG icons of the SVG Tree
- When the pagetree (base on SVG tree) is having a custom icon based on a PNG
like a custom page tree icon, then the SV...
2018-01-01
- 21:30 Revision 9a20b833: [BUGFIX] Fix PHP 7.2 issues in EXT:lowlevel
- Resolves: #83409
Releases: master, 8.7, 7.6
Change-Id: I94a3a3ad31de6e4969d5456f12b728c98adf0815
Reviewed-on: https:/... - 21:20 Revision 69d01c86: [BUGFIX] Fix PHP 7.2 issues in EXT:lowlevel
- Resolves: #83409
Releases: master, 8.7, 7.6
Change-Id: I94a3a3ad31de6e4969d5456f12b728c98adf0815
Reviewed-on: https:/... - 21:01 Revision 8f1ca849: [BUGFIX] Fix PHP 7.2 issues in EXT:lowlevel
- Resolves: #83409
Releases: master, 8.7, 7.6
Change-Id: I94a3a3ad31de6e4969d5456f12b728c98adf0815
Reviewed-on: https:/...
2017-12-28
- 08:39 Revision 531be24a: [FEATURE] Introduce Feature Toggles
- A new API class "Features" allows to check if a feature is enabled/disabled
for a certain installation.
This API met...
2017-12-27
- 16:01 Revision 1af849b6: [CLEANUP] Review comment and sig of checkRootlineForIncludeSection()
- Reviews the comments and signatures of:
TypoScriptFrontendController::checkRootlineForIncludeSection()
TypoScriptFro... - 15:26 Revision e9f042f7: [TASK] Code cleanup in DataHandler
- Fix some IDE warnings in DataHandler class.
Resolves: #83170
Releases: master
Change-Id: I789ba23d2ff7fd9d1f96e7e911... - 15:11 Revision aa873df8: [TASK] Use null coalescing operator where possible
- Using null coalescing operator in PHP 7 simplifies code structure.
Resolves: #83129
Releases: master
Change-Id: I449... - 15:10 Revision a9e13401: [TASK] Remove unused PHP class imports
- Some PHP classes still contain unused use statements. They have been removed.
Thanks to @cd on his initial patch
htt... - 14:30 Revision ca91b4cf: [BUGFIX] Add missing htmlspecialchars() and cleanup in EXT:recordlist
- Add missing htmlspecialchars() calls in EXT:recordlist and do cleanup.
Resolves: #83358
Releases: master, 8.7
Change... - 13:11 Revision 121c1363: [TASK] Remove reference to not existing labels
- As the labels don't exist, the usage can be dropped.
Resolves: #83388
Releases: master, 8.7
Change-Id: I43442a847f07... - 13:04 Revision 98455d7e: [FOLLOWUP][TASK] Remove ExtJS-related assets
- Now unreferenced icons and CSS files have been forgotten to be removed.
Relates: #68075
Resolves: #83427
Releases: m... - 12:49 Revision 2e4d2ae0: [TASK] Remove reference to not existing labels
- As the labels don't exist, the usage can be dropped.
Resolves: #83388
Releases: master, 8.7
Change-Id: I43442a847f07... - 12:41 Revision bf8f174e: [BUGFIX] get count consistent with execute for self written statements
- Fix wrong result for self written sql statements executing count
on the query result.
To get this consistent, check ... - 12:28 Revision 3ed515fb: [BUGFIX] get count consistent with execute for self written statements
- Fix wrong result for self written sql statements executing count
on the query result.
To get this consistent, check ... - 12:08 Revision bf4dfe80: [BUGFIX] Catch InvalidPathException in BE & FE
- Catch invalid links in FE & BE to keep a working
website.
Resolves: #83283
Releases: master, 8.7
Change-Id: Id9e42dc... - 11:09 Revision 542a4876: [BUGFIX] Catch InvalidPathException in BE & FE
- Catch invalid links in FE & BE to keep a working
website.
Resolves: #83283
Releases: master, 8.7
Change-Id: Id9e42dc... - 10:39 Revision feeb4e5a: [BUGFIX] Add missing htmlspecialchars() and cleanup in DebuggerUtility
- Add missing htmlspecialchars() calls in
EXT:extbase/Classes/Utility/DebuggerUtility.php and cleanup indents in
collec... - 09:00 Revision de497be8: [BUGFIX] Change deprecation of language:update command
- Keep the nice and concise name instead of the long and clumsy name.
Also set an alias instead of registering the comm...
2017-12-22
- 17:41 Revision f46db43f: [TASK] Decouple Indexed Search from TSFE-BE User
- Indexed Search is using an instance of TSFE-BE
to fetch all subpages of a page, which can
easily be implemented itsel... - 17:31 Revision 84f25525: [BUGFIX] Move doctrine initalization to connect() method
- The event and custom type initalization of doctrine is moved
to an overwritten connect() method in the Connection cla...
2017-12-21
- 16:33 Revision 3b290e49: [FOLLOWUP][BUGFIX] Add `controlsList` as known additional attribute
- Fix an issue in unit tests.
Resolves: #81222
Releases: 7.6
Change-Id: I439c81e6d3f0c142367b2ea0241a997d0c78cd8e
Revi... - 15:20 Revision 61eaad5d: [BUGFIX] Add `controlsList` as known additional attribute
- The HTML5 attribute `controlsList` is used in at least Google Chrome
to limit the control buttons. The AudioTagRender...
2017-12-20
- 23:14 Revision 73372e41: [TASK] EXT:form - Tests for PropertyMappingConfiguration
- Resolves: #83279
Releases: master, 8.7
Change-Id: I40f6ab483289cbf45f132453b0a1e0af4b72b5b5
Reviewed-on: https://revi... - 21:28 Revision 254f082d: [TASK] Changelog docs: Review and add tags
- * Add tags of all v7 Changelog files
* Minor .rst reformattings and fixes
Change-Id: I4761a1d8028feca5de30a3f860fd5f... - 21:23 Revision b3b15333: [TASK] Changelog docs: Review and add tags
- * Add tags of all v7 Changelog files
* Review existing tags of all v8 Changelog files
* Minor .rst reformattings and ... - 20:59 Revision 0b17d049: [TASK] Changelog docs: Review and add tags
- * Add tags of all v7 Changelog files
* Review existing tags of all v8 & v9 Changelog files
* Minor .rst reformattings... - 16:31 Revision 12827351: [BUGFIX] Use `new` in ReflectionServiceTest
- Resolves: #83390
Releases: master
Change-Id: I1883a855ae818295eec9cd8b4ae2baeb93eff05c
Reviewed-on: https://review.ty...
2017-12-19
- 20:23 Revision eb46761f: [BUGFIX] Only select current file when editing metadata
- Only select the current file connected to the metadata when editing the
metadata of a file.
Resolves: #78845
Release... - 20:20 Revision 7d39ba24: [BUGFIX] Only select current file when editing metadata
- Only select the current file connected to the metadata when editing the
metadata of a file.
Resolves: #78845
Release... - 20:16 Revision 7050335d: [BUGFIX] Only select current file when editing metadata
- Only select the current file connected to the metadata when editing the
metadata of a file.
Resolves: #78845
Release... - 19:44 Revision 3e46941c: [BUGFIX] Replace /s JS regex flag(modifier) with [/s/S]
- to match all characters including new line.
Resolves: #83385
Releases: master
Change-Id: I5c36550ddf3503f16006800d41... - 19:41 Revision 1443a9ed: [BUGFIX] Use correct path and add missing labels in TCA of extensionmanager
- Releases: master, 8.7, 7.6
Resolves: #83375
Change-Id: Id998c9fb688b8dcd41f09a0b863f87e8290adb2a
Reviewed-on: https:/... - 19:41 Revision 98c038c5: [BUGFIX] Use correct path and add missing labels in TCA of extensionmanager
- Releases: master, 8.7, 7.6
Resolves: #83375
Change-Id: Id998c9fb688b8dcd41f09a0b863f87e8290adb2a
Reviewed-on: https:/... - 19:23 Revision 52e0fbd6: [BUGFIX] Use correct path and add missing labels in TCA of extensionmanager
- Releases: master, 8.7, 7.6
Resolves: #83375
Change-Id: Id998c9fb688b8dcd41f09a0b863f87e8290adb2a
Reviewed-on: https:/... - 17:14 Revision 82fd849b: [BUGFIX] Changelog install tool: Duplicate ids prevent expand
- Expand / collapse sections need a unique id to be properly
collapsible. The "Changelog documentation viewer" uses the... - 14:50 Revision 3bf495c7: [FEATURE] Add ArrayUtility::filterRecursive() method
- Add a new method ArrayUtility::filterRecursive() as an
enhancement to the PHP function array_filter() to filter
neste... - 14:48 Revision 7be2e0a9: [FOLLOWUP][TASK] Adjust size of new content element wizard
- Resolves: #83282
Releases: master
Change-Id: I7899cfc9c3a98b41798d64d42f0aff9f02bea6c3
Reviewed-on: https://review.ty... - 10:52 Revision fe90c17b: [BUGFIX] Changelog install tool: Duplicate ids prevent expand
- Expand / collapse sections need a unique id to be properly
collapsible. The "Changelog documentation viewer" uses the... - 10:51 Revision 7d09e999: [CLEANUP] Use Permission constants consistently
- Instead of integers, the permission constants
should be used throughout the TYPO3 Core.
Resolves: #83383
Releases: m...
Also available in: Atom