Activity
From 2017-09-09 to 2017-10-08
2017-10-08
- 19:40 Revision acae0403: [TASK] styleguide: More examples is ext_conf_template.txt
- 18:26 Revision 7337eaa8: [TASK] Clean up unused option in Install Tool
- This option was renamed and is set in init() of
GraphicalFunctions anyway, so the call can be
removed (and also, does... - 15:42 Revision bd296bee: [TASK] Clean up unused option in Install Tool
- This option was renamed and is set in init() of
GraphicalFunctions anyway, so the call can be
removed (and also, does... - 15:19 Revision 8c08da9a: [TASK] Clean up INSTALL.md
- The document references files that do not exist anymore, also CONTRIBUTING.md
is missing.
* ChangeLog => gone
* GPL.... - 14:52 Revision fb1c0dcc: [TASK] Clean up INSTALL.md
- The document references files that do not exist anymore, also CONTRIBUTING.md
is missing.
* ChangeLog => gone
* GPL....
2017-10-07
- 12:06 Revision 63857a57: [BUGFIX] JS: Init SelectTreeElement after document.ready
- Add document.ready, so SelectTree is initialized even
with slow internet connection.
Resolves: #81891
Releases: mast... - 11:37 Revision 7cbb3b05: [BUGFIX] JS: Init SelectTreeElement after document.ready
- Add document.ready, so SelectTree is initialized even
with slow internet connection.
Resolves: #81891
Releases: mast... - 11:36 Revision a1b5517b: [BUGFIX] Add support for t3:// syntax to FileCollector
- FileCollector::addFilesFromFolder now supports the t3://folder URN as
identifier for a folder. This allows the FILES ...
2017-10-06
- 17:23 Revision a42d4827: [BUGFIX] Add support for t3:// syntax to FileCollector
- FileCollector::addFilesFromFolder now supports the t3://folder URN as
identifier for a folder. This allows the FILES ... - 17:04 Revision e9aca9b2: [!!!][TASK] Deprecate ext:backend class AbstractModule
- The internal / experimental class ext:backend/Module/AbstractModule
doesn't do much useful stuff: It only instantiate... - 16:51 Revision a2867825: [BUGFIX] Fix handling of ClosureFinisher
- Check if the incoming optionValue is a closure and return early in such
case.
Resolves: #82550
Releases: master, 8.7... - 16:35 Revision 851bac6e: [BUGFIX] Fix handling of ClosureFinisher
- Check if the incoming optionValue is a closure and return early in such
case.
Resolves: #82550
Releases: master, 8.7... - 14:17 Revision 9082e0bd: [BUGFIX] Prevent go back by submit on enter
- The first button of type=submit is used by the browser if
the user hint <enter> in a form field. A form should only c... - 13:31 Revision ec169157: [BUGFIX] Prevent go back by submit on enter
- The first button of type=submit is used by the browser if
the user hint <enter> in a form field. A form should only c... - 13:08 Revision fe6a917f: [BUGFIX] RSA encryption: Stop submit handling if requested
- If the submit event of a form using RSA encryption has `cancelBubble` set
to true (e.g. by jQuery's stopPropagation()... - 12:53 Revision 3ecc19c0: [BUGFIX] Do not GROUP BY alias in WorkspaceService
- GROUP BY statements are in general evaluated before
SELECT statements. If a DBMS does not implement additional
logic ... - 12:47 Revision 9799df47: [BUGFIX] RSA encryption: Stop submit handling if requested
- If the submit event of a form using RSA encryption has `cancelBubble` set
to true (e.g. by jQuery's stopPropagation()... - 12:37 Revision 6b13e12b: [BUGFIX] Do not GROUP BY alias in WorkspaceService
- GROUP BY statements are in general evaluated before
SELECT statements. If a DBMS does not implement additional
logic ... - 12:34 Revision 5789551b: [TASK] Split `Storage` module
- The `Storage` RequireJS module is split into `Storage/Client` and
`Storage/Persistent`. The `Storage` module itself i... - 12:21 Revision b5652c7b: [FEATURE] Make thumbnail size in file list configurable
- The size of thumbnails of the file list is hard coded to
64x64 px which might not be optimal in some cases. Thus,
the... - 11:25 Revision 6603622a: [TASK] Add main admin to system maintainers during first install
- Resolves: #82439
Related: #82319
Releases: master
Change-Id: Ieabaf1e7a230ce82206ffea30efded9ba821d50f
Reviewed-on: h...
2017-10-05
- 19:53 Revision 40e8f800: [FOLLOWUP][TASK] Disable UnitTest run on travis
- As bamboo already runs pre- and past-merge tests on
all configured branches we don't need travis to run
tests anymore... - 18:55 Revision a85bf15f: [TASK] Add sonarcloud analysis to travis
- Add sonar-project.properties as basic configuration
and add travis configuration for running sonar analyis
on the cor... - 18:21 Revision bbe161cc: [!!!][TASK] Remove option to generate PNGs limited to 64 colors
- The global configuration "png_truecolor" which ensured that generated PNG
images only have 64 colors (instead of the ... - 15:01 Revision 8fb35438: [TASK] bamboo: Execute deprecated unit tests
- Add execution of the deprecated unit tests to bamboo.
Change-Id: I5b15448250f3158fde6dad3ec2c3f2681edb0b49
Resolves:... - 13:26 Revision 74edf077: [TASK] Acceptance tests: chromedriver directly
- Use chromedriver directly in acceptance tests instead of
routing through selenium-server.
Change-Id: I229032b1b1ec1b... - 12:55 Revision 6efea3b5: [TASK] Acceptance tests: chromedriver directly
- Use chromedriver directly in acceptance tests instead of
routing through selenium-server.
Change-Id: I229032b1b1ec1b... - 12:46 Revision 107c4b32: [TASK] Streamline BackendUtility::getPagesTSconfig
- BackendUtility::getPagesTSconfig does accumulate the PageTS
of a page, parses and returns it. That is the main purpos... - 11:45 Revision 950386cc: [TASK] bamboo-specs: Upgrade to 6.1
- The 6.0 to 6.1 upgrade allows us to specifiy last missing
pieces via bamboo specs: mostly job cleanups, plugin
config... - 11:45 Revision ebad6346: [TASK] bamboo-specs: Upgrade to 6.1
- The 6.0 to 6.1 upgrade allows us to specifiy last missing
pieces via bamboo specs: mostly job cleanups, plugin
config... - 11:44 Revision 8539a315: [TASK] bamboo-specs: Upgrade to 6.1
- The 6.0 to 6.1 upgrade allows us to specifiy last missing
pieces via bamboo specs: mostly job cleanups, plugin
config... - 08:22 Revision 77621bdd: [FOLLOWUP][TASK] Use native trigger_error and ErrorHandler for deprecations
- The patch added a superfluous switch/case entry which is unnecessary.
Resolves: #82438
Releases: master
Change-Id: I... - 07:36 Revision 7872ee83: [BUGFIX] Never load disabled domains in TSFE
- This fixes an inappropriate transformation of old enableFields
condition to doctrine.
This is a regression fix to #7... - 06:30 Revision 64179243: [BUGFIX] Never load disabled domains in TSFE
- This fixes an inappropriate transformation of old enableFields
condition to doctrine.
This is a regression fix to #7...
2017-10-04
- 20:22 Revision 8e80e15a: [BUGFIX] t3editor: Load TS located in rootline
- Adding 'pid' to the form, t3editor now loads the TypoScript
that is placed in any page of the current rootline.
Reso... - 20:19 Revision 827469b2: [TASK] Migrate lowlevel command for workspace cleanup
- The workspace-related CLI command is moved to EXT:workspaces.
This way, an unneeded "isLoaded" check gets removed - ... - 20:02 Revision 95b13dca: [!!!][TASK] Use native trigger_error and ErrorHandler for deprecations
- The native PHP way of triggering deprecations by a framework or
applications is done via
`trigger_error($deprecationM... - 18:37 Revision 5fcf2392: [BUGFIX] TCA deprecations in functional test fixture extensions
- Change-Id: I136ee199ca80a9bc749de4f93950f84a10148a00
Resolves: #82676
Related: #82438
Releases: master, 8.7
Reviewed-... - 18:37 Revision 2d95e831: [BUGFIX] TCA deprecations in functional test fixture extensions
- Change-Id: I136ee199ca80a9bc749de4f93950f84a10148a00
Resolves: #82676
Related: #82438
Releases: master, 8.7
Reviewed-... - 18:03 Revision c136cca7: [TASK] Remove E_USER_DEPRECATED from exceptional errors
- Production and default settings should not throw on
E_USER_DEPRECATED errors.
Resolves: #82675
Releases: master
Chan... - 16:44 Revision b548e016: [!!!][TASK] Remove deprecated ensureClassLoadingInformationExists()
- Change-Id: I0f83233c25e73cfe6194d005cde320542e65464f
Resolves: #82674
Related: #80700
Releases: master
Reviewed-on: h... - 16:03 Revision 84c838d3: [TASK] Update typo3/testing-framework to 1.1.5
- Brings a patch to dump class loading information
in functional and acceptance tests.
Change-Id: Ib44918666875100426f... - 16:03 Revision aeada00c: [TASK] Update typo3/testing-framework to 1.1.5
- Brings a patch to dump class loading information
in functional and acceptance tests.
Change-Id: Ib44918666875100426f... - 11:15 Revision fca1b864: [BUGFIX] Correct route to workspace module
- Use correct route for generating split preview links
in WorkspaceService
Change-Id: I5cf83c435278b9c83c31e829f28f72d... - 10:34 Revision ede654a1: [!!!][TASK] Always use logging in authentication processes
- There are several checks within AuthenticationService, AbstractUserAuthentication
and AbstractService which can be dr... - 10:07 Revision 20128778: [!!!][TASK] Remove inline localizationMode
- Drop the TCA inline releated localizationMode settings.
This one has been deprecated with v8 including an
automatic T...
2017-10-03
- 23:16 Revision 9c45facf: [TASK] Cleanup inline JavaScript in Backend
- This patch removes the global "TS." JavaScript option, as well as
unused code in EditDocumentController, BackendContr... - 16:32 Revision 76ac0400: [TASK] Acceptance tests: chrome headless
- Switch to chrome headless for acceptance tests. We
don't need xvfb and friends on bamboo anymore which
will be update... - 16:32 Revision 37fccbbe: [TASK] Acceptance tests: chrome headless
- Switch to chrome headless for acceptance tests. We
don't need xvfb and friends on bamboo anymore which
will be update... - 13:27 Revision 9aef5d5e: [TASK] Update testing require-dev dependencies
- * se/selenium-server-standalone 3.4.0->3.5.3
* codeception/codeception 2.3.5->2.3.6
* enm1989/chromedriver 2.31->2.32... - 13:27 Revision a4f8d7ab: [TASK] Update testing require-dev dependencies
- * se/selenium-server-standalone 3.4.0->3.5.3
* codeception/codeception 2.3.5->2.3.6
* enm1989/chromedriver 2.31->2.32... - 13:21 Revision 025209b2: [TASK] Raise default jpg image quality to 85
- DefaultConfiguration setting is 70 (default since 12 years), but the
FactoryConfiguration setting is set to "80" for ... - 13:15 Revision 6d091df9: [BUGFIX] Set content-length header to the end of output
- Resolves: #76100
Resolves: #65719
Releases: master, 8.7
Change-Id: I2e389dd6ecb497a164a457230f106a64373c1907
Reviewed... - 13:02 Revision a7d63adc: [BUGFIX] Set content-length header to the end of output
- Resolves: #76100
Resolves: #65719
Releases: master, 8.7
Change-Id: I2e389dd6ecb497a164a457230f106a64373c1907
Reviewed... - 11:42 Revision a8df3250: [TASK] Raise BE user session timeout to 8 hours
- The current limit of an inactive user of 1 hour is not practical for a regular
editor. Instead, a default value of 8 ... - 00:28 Revision 068f179e: [TASK] Acceptance tests: Don't restart browser
- To speed up acceptance tests a bit the browser is no
longer restarted between tests.
Change-Id: I03132905eed1dd6a4cc... - 00:28 Revision eb545a1b: [TASK] Acceptance tests: Don't restart browser
- To speed up acceptance tests a bit the browser is no
longer restarted between tests.
Change-Id: I03132905eed1dd6a4cc... - 00:11 Revision 4b3d0a27: [FOLLOWUP][TASK] Remove migrated TYPO3_CONF_VARS/SYS/setDBinit
- This patch removes the obsolete "setDBinit" option which was migrated
in TYPO3 v8.
Resolves: #82421
Releases: master... - 00:10 Revision fa02b422: [!!!][TASK] Cleanup global debug functions
- The global "xdebug()" function is removed, as it is a stub for "debug" nowadays.
This function exists since SVN days,...
2017-10-02
- 22:01 Revision 2db0cb60: [BUGFIX] Stabilize flaky TimeTracker unit test
- The time tracker sometimes switches between two milliseconds
in its operation. Test a bit weaker to cope with that.
... - 21:35 Revision 65a24c2f: [BUGFIX] Stabilize flaky TimeTracker unit test
- The time tracker sometimes switches between two milliseconds
in its operation. Test a bit weaker to cope with that.
... - 15:33 Revision c9a7f9cd: [BUGFIX] CKEditor should not create uploads subfolder
- The system extension rte_ckeditor creates an upload folder which is always
empty and not in use by the extension or s... - 15:21 Revision 7df7dee3: [!!!][TASK] Remove tce_db options "prErr" and "uPT"
- The two GET/POST parameters "prErr" (Print Errors) and "uPT" (Update Pagetree)
are removed.
The GET/POST parameter "... - 13:46 Revision f18d5742: [BUGFIX] CKEditor should not create uploads subfolder
- The system extension rte_ckeditor creates an upload folder which is always
empty and not in use by the extension or s... - 13:32 Revision 10da2c1b: [!!!][TASK] Move EXT:info_pagetsconfig into EXT:info
- Migrate the extension info_pagetsconfig into the extension
info where also all other controllers are.
Resolves: #825... - 11:02 Revision ffa29c20: [BUGFIX] Fix wrong matcher class name
- Resolves: #82632
Related: #82014
Releases: master
Change-Id: I987bdda0bdc5bc91c1422b7558bc220f516e79ea
Reviewed-on: h... - 06:53 Revision 2f2a63b2: [CLEANUP] Review comment of PageRepository::getPage()
- Note:
Type hints are not trivial to add to the signature. Although the
method always returns an array, there are uni... - 06:52 Revision 59175b9c: [CLEANUP] Review comment of PageRepository::getPage()
- Note:
Type hints are not trivial to add to the signature. Although the
method always returns an array, there are uni... - 06:42 Revision 2800de7d: [CLEANUP] Review comment of fetch_the_id
- Change-Id: I590025affea93d84a616b92f9b51211448ec3280
Releases: master
Resolves: #81280
Reviewed-on: https://review.ty...
2017-10-01
- 14:09 Revision 2638c6ea: [BUGFIX] EXT:form - open the ElementBrowser in modal window
- Migrate the JS ElementBrowser to the modal which was introduced with
issue #82427.
Resolves: #82443
Releases: master...
2017-09-30
- 22:33 Revision 40a12090: [BUGFIX] Bring RTE linkbrowser options back
- The CKEditor link browser handled the configuration array still as a
TypoScript array with dots. But the parsed YAML ... - 22:17 Revision a82f62ec: [TASK] Merge EXT:cshmanual into EXT:documentation
- To reduce the amount of system extensions the extension
cshmanual can be merged into EXT:documentation.
Resolves: #8... - 21:53 Revision ca643e75: [BUGFIX] Bring RTE linkbrowser options back
- The CKEditor link browser handled the configuration array still as a
TypoScript array with dots. But the parsed YAML ...
2017-09-29
- 22:18 Revision c07387b2: [BUGFIX] Increase sequence if uid gets forced for PostgreSQL
- If a uid gets forcefully set during a insert into the database
MySQL will automatically update the auto_increment pri... - 20:56 Revision 6d8cd68d: [BUGFIX] Increase sequence if uid gets forced for PostgreSQL
- If a uid gets forcefully set during a insert into the database
MySQL will automatically update the auto_increment pri... - 18:14 Revision 7b83bece: [BUGFIX] Avoid unnecessary I/O in GeneralUtility::createVersionNumberedFilename()
- With this commit we prevent to check for existence of file
when we don't need to, because mode is not either 'embed' ... - 18:03 Revision c45221cc: [TASK] Remove hardcoded check on typo3/sysext/
- When running TYPO3 with custom components (subtree), the typo3/sysext/
directory is not always necessary, and the har... - 17:55 Revision aa7dcb65: [BUGFIX] Avoid unnecessary I/O in GeneralUtility::createVersionNumberedFilename()
- With this commit we prevent to check for existence of file
when we don't need to, because mode is not either 'embed' ... - 17:47 Revision c74db5cd: [TASK] Remove hardcoded check on typo3/sysext/
- When running TYPO3 with custom components (subtree), the typo3/sysext/
directory is not always necessary, and the har... - 17:45 Revision 603b3cd4: [BUGFIX] Fix handling of Storage.Client
- The "Storage" module gets the missing "unset" method to remove values
from localStorage. The "isset" method is fixed ... - 17:43 Revision a8cf2451: [BUGFIX] Handle empty string icon-overlay identifier
- An overlay identifier can be an empty string, for instance when the icon API is
called with the Fluid icon view helpe... - 17:42 Revision 978f679b: [TASK] Use HTML5 validation for Install Tool test email address
- Let the browser do the validation for the test email address.
Resolves: #82562
Releases: master
Change-Id: I8932eab7... - 16:45 Revision a7e627b1: [BUGFIX] Fix handling of Storage.Client
- The "Storage" module gets the missing "unset" method to remove values
from localStorage. The "isset" method is fixed ... - 16:34 Revision 2293bdc8: [!!!][TASK] Remove RDCT redirect functionality
- The very legacy RDCT code and the corresponding DB table
"cache_md5params" has been long superseeded and is be
comple... - 16:19 Revision 74538543: [TASK] Update nikic/php-parser from v3.0.6 to v3.1.1
- Resolves: #82620
Releases: master
Change-Id: I50d8186fc84590e063bff5dabcf2e52ea4fb49a7
Reviewed-on: https://review.ty... - 16:18 Revision c5848dd0: [TASK] EXT:form - explain initializeFormElement hook
- Add more explanations about the initializeFormElement
hook into the docs.
Resolves: #82615
Releases: master, 8.7
Cha... - 15:54 Revision 2a65199a: [TASK] EXT:form - explain initializeFormElement hook
- Add more explanations about the initializeFormElement
hook into the docs.
Resolves: #82615
Releases: master, 8.7
Cha... - 15:28 Revision 6aa5bb29: [BUGFIX] Allows setting extended search per default
- Makes it possible to enable extended search per default.
Change-Id: I793faa6d7f325661c193bf4661bfd924a6cfb69a
Resolv... - 15:28 Revision c24425a4: [TASK] Flexform support for type:passthrough
- Resolves: #20705
Releases: master
Change-Id: I3476f6945b645a3b906e49efbdeaa385411c50ea
Reviewed-on: https://review.ty... - 13:27 Revision 78f0bf0e: [BUGFIX] Fix broken reload of save+preview links
- Resolves: #82456
Related: #81250
Releases: master
Change-Id: Idab208c3273adbd5800edab51bd9ca7bbec19af8
Reviewed-on: h... - 13:26 Revision 25ff9e94: Revert "[BUGFIX] Set anchor in all preview links of content elements"
- Because of a regression, the patch will be reverted for the v8 branch, for master we will merge a bugfix.
This rever... - 13:23 Revision c0cd967f: [BUGFIX] Allows setting extended search per default
- Makes it possible to enable extended search per default.
Change-Id: I793faa6d7f325661c193bf4661bfd924a6cfb69a
Resolv... - 12:40 Revision b0617b0a: [TASK] styleguide: TCA: flex type=input with default value
- 12:16 Revision 8e2d89cf: [TASK] styleguide: TCA: flex passthrough with default value
- 12:08 Revision 050e08c7: [TASK] styleguide: TCA: Add type=passthrough with default value
- 11:57 Revision 14250e69: [TASK] styleguide: TCA: Add flex passthrough example
- Related: https://github.com/TYPO3-CMS/styleguide/issues/20705
2017-09-28
- 11:57 Revision 6e33a6e1: [CLEANUP] Remove invalid paths in PSR-4 section
- Remove not existing paths from root composer.json.
For 8.7 the path to context_help must be kept.
Resolves: #82546
R...
2017-09-27
- 16:10 Revision 84da9fd5: [BUGFIX] Ignore missing folders from psr-4 definitions
- Even when generating an optimized class map for psr-4
classes, Composer gracefully ignores folders defined
in psr-4 a... - 15:51 Revision 08cc3232: [BUGFIX] Ignore missing folders from psr-4 definitions
- Even when generating an optimized class map for psr-4
classes, Composer gracefully ignores folders defined
in psr-4 a... - 14:37 Revision 0d434d56: [BUGFIX] Add backend authentication to Extbase CommandController
- Ensure backwards compatibility with existing Extbase CommandControllers
by making sure the _cli_ user is always authe... - 14:23 Revision 8198f456: [BUGFIX] Add backend authentication to Extbase CommandController
- Ensure backwards compatibility with existing Extbase CommandControllers
by making sure the _cli_ user is always authe... - 08:48 Revision 030cfb29: [BUGFIX] Use localize command when translating page record
- Currently, when using the dropdown to create a page translation within
the Page Module, DataHandler is called with ju... - 07:23 Revision 594d694e: [BUGFIX] Use localize command when translating page record
- Currently, when using the dropdown to create a page translation within
the Page Module, DataHandler is called with ju...
2017-09-26
- 16:52 Revision 7a742d68: [CLEANUP] Remove invalid paths in PSR-4 section
- Remove not existing paths from root composer.json.
For 8.7 the path to context_help must be kept.
Resolves: #82546
R... - 16:51 Revision d2ef6127: [BUGFIX] Do not ignore empty value in OptionViewHelper
- Resolves: #82457
Releases: master
Change-Id: I42a1fdb85e87db4601ceefdd52e0dd4f1722bd23
Reviewed-on: https://review.ty... - 06:47 Revision 8f76c5e9: [TASK] Provide uid in ElementInformation popup
- The uid of a record is an important information and should
be provided as well.
Resolves: #82526
Releases: master, 8... - 06:09 Revision 289993b5: [TASK] Provide uid in ElementInformation popup
- The uid of a record is an important information and should
be provided as well.
Resolves: #82526
Releases: master, 8...
2017-09-25
- 15:28 Revision 997b1c10: [BUGFIX] Disable install tool access in switch user mode
- During switch user mode the install tool modules are never visible.
Resolves: #82517
Releases: master
Change-Id: Ie3... - 10:56 Revision 4c6ebb31: [BUGFIX] Do not recalculate PIDs for every query in BE search
- The backend search "Show all" link recalculated allowed PIDs for
the current user for all search operations resulting... - 02:34 Revision 6d794e4a: [TASK] Increase size of domain name field
- Allow 255 chars for a domain to be in sync with RFC 1035.
Resolves: #82515
Releases: master, 8.7, 7.6
Change-Id: I63...
2017-09-23
- 13:50 Revision 46cc4bcc: [!!!][TASK] Deprecate GeneralUtility::devLog()
- The core now directly logs to the Logging API.
Resolves: #52694
Releases: master
Change-Id: Ia3c8f1c3608aff540a990e9... - 09:53 Revision 71509e05: [BUGFIX] Fix broken redis tests
- Resolves: #82533
Releases: master, 8.7, 7.6
Change-Id: Ia47f604b9cb7fa53d3707e6150554709cbfdb763
Reviewed-on: https:/... - 09:52 Revision d679976e: [BUGFIX] Fix broken redis tests
- Resolves: #82533
Releases: master, 8.7, 7.6
Change-Id: Ia47f604b9cb7fa53d3707e6150554709cbfdb763
Reviewed-on: https:/... - 09:52 Revision 5e54886f: [BUGFIX] Fix broken redis tests
- Resolves: #82533
Releases: master, 8.7, 7.6
Change-Id: Ia47f604b9cb7fa53d3707e6150554709cbfdb763
Reviewed-on: https:/...
2017-09-22
- 14:22 Revision bb2cea3e: [BUGFIX] MenuProcessor: Allow sub keys of `addQueryString`
- THis patch allows sub keys of `addQueryString`, e.g. `exclude`.
Resolves: #82520
Releases: master, 8.7
Change-Id: I8... - 13:35 Revision d1390358: [BUGFIX] Do not recalculate PIDs for every query in BE search
- The backend search "Show all" link recalculated allowed PIDs for
the current user for all search operations resulting... - 11:40 Revision fbc44252: [BUGFIX] Fix undefined variable to evaluate `fileFolder_recursions` correctly
- Resolves: #82512
Releases: master, 8.7
Change-Id: Ibfbd1a8e347f5b25871f5d073994bdb2af264051
Reviewed-on: https://revi... - 11:40 Revision 84dc1721: [BUGFIX] MenuProcessor: Allow sub keys of `addQueryString`
- THis patch allows sub keys of `addQueryString`, e.g. `exclude`.
Resolves: #82520
Releases: master, 8.7
Change-Id: I8... - 11:17 Revision 81af4f42: [BUGFIX] Fix undefined variable to evaluate `fileFolder_recursions` correctly
- Resolves: #82512
Releases: master, 8.7
Change-Id: Ibfbd1a8e347f5b25871f5d073994bdb2af264051
Reviewed-on: https://revi...
2017-09-21
- 22:29 Revision a398a717: [BUGFIX] Allow multiple calls of ExtensionManagementUtility::loadBaseTca
- Although the function itself is marked as private, it can be triggered
twice due to official API in EidUtility::initT... - 21:02 Revision 28246206: [BUGFIX] fix spelling of content-type http-header in response classes
- In the constructors of the two new http-response classes ...
* TYPO3\CMS\Core\Http\HtmlResponse
* TYPO3\CMS\Core\Htt... - 14:10 Revision 10075697: [BUGFIX] Fix exception in FE when using predefined admPanel config
- Enforcing the admPanel for users via user TSconfig is working again
without crashing the FE.
We make sure that when ... - 11:15 Revision 0e2dd520: [BUGFIX] Change username from _cli_scheduler to _cli_
- and remove the whole paragraph about specific rights of the user.
Releases: master, 8.7
Resolves: #82527
Change-Id: ... - 08:51 Revision 2a6690b9: [BUGFIX] Fix exception in FE when using predefined admPanel config
- Enforcing the admPanel for users via user TSconfig is working again
without crashing the FE.
We make sure that when ... - 08:17 Revision 76e2afed: [BUGFIX] Change username from _cli_scheduler to _cli_
- and remove the whole paragraph about specific rights of the user.
Releases: master, 8.7
Resolves: #82527
Change-Id: ... - 07:47 Revision 69094f54: [TASK] Increase size of domain name field
- Allow 255 chars for a domain to be in sync with RFC 1035.
Resolves: #82515
Releases: master, 8.7, 7.6
Change-Id: I63...
2017-09-20
- 20:54 Revision c182151d: [TASK] Increase size of domain name field
- Allow 255 chars for a domain to be in sync with RFC 1035.
Resolves: #82515
Releases: master, 8.7, 7.6
Change-Id: I63... - 20:23 Revision c9227b29: [!!!][FEATURE] EXT:form - add content element uid to the form identifier
- Make it possible to use the same form multiple times on one page by
adding the content element uid to the form identi... - 18:31 Revision 8a87c807: [BUGFIX] Do not allow users to edit doktypes without permissions
- Disallow backend users to edit pages which doktypes are not allowed
via backend usergroup permissions.
Resolves: #79... - 17:06 Revision 51e448f5: [BUGFIX] Remove duplicate PageTS cache in Typo3DbBackend
- The Typo3DbBackend fetches PageTS via BackendUtility::getPagesTSconfig
and then stores a copy of it (for each page se... - 17:00 Revision 16ccdc7b: [BUGFIX] Update ExtensionUtility::registerPlugin() icon parameter docs
- The icon parameter is passed through to TCA "select" items, thus aside
from an icon file path an icon identifier can ... - 16:49 Revision 6e30a2f0: [BUGFIX] Remove duplicate PageTS cache in Typo3DbBackend
- The Typo3DbBackend fetches PageTS via BackendUtility::getPagesTSconfig
and then stores a copy of it (for each page se... - 16:36 Revision cfd79c78: [BUGFIX] Update ExtensionUtility::registerPlugin() icon parameter docs
- The icon parameter is passed through to TCA "select" items, thus aside
from an icon file path an icon identifier can ... - 14:54 Revision 078aefbf: [BUGFIX] EXT:form - fix composite element check
- Resolves: #82518
Releases: 8.7
Change-Id: I889dc0d1293b65b8661ab5864acd5a89e9f18293
Reviewed-on: https://review.typo3... - 14:05 Revision 5999bb5c: [BUGFIX] Stabilize flaky acceptance test
- The initial view of the installer enables the 'proceed'
buttons on first step via JS. The ac test has to wait
until t... - 13:40 Revision 986708d4: [BUGFIX] Support target in fluid_styled_content menus
- Add condition and only render target attribute if set on page.
Resolves: #82464
Releases: master, 8.7
Change-Id: I14... - 13:14 Revision 855193aa: [BUGFIX] Support target in fluid_styled_content menus
- Add condition and only render target attribute if set on page.
Resolves: #82464
Releases: master, 8.7
Change-Id: I14... - 12:48 Revision f239e236: [BUGFIX] Add &L=0 to Indexed Search results only when needed.
- L=0 is added to Indexed Search results links if current page language is
> 0.
Resolves: #81164
Related: #81994
Relat... - 12:41 Revision c15c3be7: [TASK] EXT:form - allow validation translation for a field in all forms
- This allows to translate a form element validation messages without
a specific form definition identifier.
Resolves:... - 12:14 Revision f4b66731: [TASK] Remove BackendUserRepository injection in NoteController
- To improve the performance of sys_note rendering, the injection can
be skipped as the current user id can be used dir... - 11:55 Revision fe0f534c: [TASK] EXT:form - allow validation translation for a field in all forms
- This allows to translate a form element validation messages without
a specific form definition identifier.
Resolves:... - 11:54 Revision 3b978a04: [TASK] EXT:form - fix documentation paths
- Cleanup some leftovers from issue #82336 (review:53946) within
the EXT:form documentation. Basically, long file paths... - 11:50 Revision 7e41bbfd: [BUGFIX] Add &L=0 to Indexed Search results only when needed.
- L=0 is added to Indexed Search results links if current page language is
> 0.
Resolves: #81164
Related: #81994
Relat... - 10:47 Revision a5948734: [BUGFIX] Unify Extbase base command error
- This changes the output of "typo3/sysext/core/bin/typo3 extbase"
to show the standard Symfony error message instead o... - 08:19 Revision 50592120: [TASK] Set TYPO3 version to 8.7.8-dev
- Change-Id: Icbb787b738c2713a3aade7087d983d85e6dc93bd
Reviewed-on: https://review.typo3.org/54173
Tested-by: TYPO3com ... - 08:18 Revision a08373c9: [TASK] Set TYPO3 version to 7.6.24-dev
- Change-Id: I2ac58940eef04059791b3ef8b76f7c2223e15b28
Reviewed-on: https://review.typo3.org/54169
Tested-by: TYPO3com ...
2017-09-19
- 21:52 Revision 3896e163: [TASK] Install tool: JS driven routing
- The install tool suffered from three main issues since 6.2 rewrite:
* The "step" installer was re-used for recovery a... - 16:22 Revision 78b3b561: [RELEASE] Release of TYPO3 8.7.7
- Change-Id: Id00fd2886813fe9eac03c4a69e495b5288106ff3
Reviewed-on: https://review.typo3.org/54172
Reviewed-by: Oliver ... - 15:01 Revision dea1e964: [RELEASE] Release of TYPO3 7.6.23
- Change-Id: I8ec14f6fd21ec2757988c13f1612348998d198c5
Reviewed-on: https://review.typo3.org/54168
Reviewed-by: Oliver ... - 14:24 Revision e81ced3b: [BUGFIX] IRRE: Check if TCA['ctrl']['languageField'] is set
- On creating child records for an inline field, the values of
TCA['ctrl']['languageField'] configuration of parent and... - 14:20 Revision 35c3cb36: [BUGFIX] Correctly handle non-existing level in menu.directory VH
- Providing a non-existing entry-level to the getPageUids() method
now returns an empty array instead of an array with ...
2017-09-18
- 14:25 Revision ea160516: [FOLLOWUP][!!!][TASK] Replace GeneralUtility::sysLog() with Logging API
- Do not reference the logger inside a constructor as its injection
happens after the constructor has been executed.
Th... - 14:14 Revision cef9d8c2: [TASK] Introduce command registry to aggregate console commands
- This introduces an iterable command registry that
aggregates commands from Configuration/Commands.php files.
To speed... - 13:59 Revision 938a5107: [BUGFIX] Unify Extbase base command error
- This changes the output of "typo3/sysext/core/bin/typo3 extbase"
to show the standard Symfony error message instead o... - 08:40 Revision 27ee6450: [!!!][TASK] Replace GeneralUtility::sysLog() with Logging API
- The function GeneralUtility::sysLog() is deprecated and all calls
are replaced with direct calls to according Logging...
2017-09-17
- 23:09 Revision 2074d366: [BUGFIX] Fix Fluid template path issues
- * Widget template override also works with legacy config option
* Runtime cache is removed
* TemplatePathsTests from ... - 23:05 Revision dac827e4: [FOLLOWUP][TASK] Improve TCA cache
- Allowed classes in the options of unserialize invocation need to
be injected using the 'allowed_classes' array index ... - 22:50 Revision 5b1dff4c: [BUGFIX] Fix Fluid template path issues
- * Widget template override also works with legacy config option
* Runtime cache is removed
* TemplatePathsTests from ... - 22:33 Revision 3d81788b: [FOLLOWUP][TASK] Improve TCA cache
- Allowed classes in the options of unserialize invocation need to
be injected using the 'allowed_classes' array index ... - 21:40 Revision f03089f5: Revert "[FOLLOWUP][TASK] Remove extended fluid core class CmsVariableProvider"
- This reverts commit 7fd3c2b85c710384f1e5fd34342e1455accde263.
Class CmsVariableProvider still exists in TYPO3_8-7 br...
2017-09-14
- 17:24 Revision 2804b1c6: [BUGFIX] Revert "Improve performance of Fluid TemplatePaths"
- This reverts commit 31310553bdfe724fd3be0d968cd2b4830bec24b0
due to side-effects introduced with this commit.
Change... - 17:22 Revision 75e9b2a1: [BUGFIX] Revert "Improve performance of Fluid TemplatePaths"
- This reverts commit 8d355f5479af72fcc716f29d69ac765b2beab733
due to side-effects introduced with this commit.
Change... - 16:50 Revision f820b35b: [TASK] Revert "Remove runtime cache and early return from TemplatePaths"
- This reverts commit 6e02927806218e7b9b84310ea735ded578433c02
due to several side effects.
Change-Id: I8d58ebef93c6bb... - 16:49 Revision d4f52cc5: [TASK] Revert "Remove runtime cache and early return from TemplatePaths"
- This reverts commit 30c467196034ffdedc35e4be205ab4acec28a8c6
due to several side effects.
Change-Id: I43586802a9838f... - 11:01 Revision 99159642: [TASK] Remove system environment check for Soap
- TYPO3 no longer requires the Soap extension and
should not check for it in system environment checks.
This patch rem... - 10:44 Revision d44980bc: [TASK] Remove system environment check for Soap
- TYPO3 no longer requires the Soap extension and
should not check for it in system environment checks.
This patch rem...
2017-09-11
- 19:02 Revision a3b5f34c: [BUGFIX] Use TCA to get `type` field instead of hardcoded fieldname
- The `type` field is configured via TCA and that configuration must
be used instead of hardcoding the fieldname.
Also... - 18:44 Revision e7cc537f: [BUGFIX] Install tool: Use standalone application in backend context
- With recent routing changes the install tool "backend context" has
been switched to a "normal" backend module loaded ... - 14:18 Revision d113a8f1: [TASK] Move flash message handling from DocumentTemplate to own class
- To simplify the class \TYPO3\CMS\Backend\Template\DocumentTemplate, the
AJAX based flash message handling is moved to... - 14:15 Revision e7456dd0: [TASK] Cleanup .gitignore
- Make sure root level excludes are prefix with
a forward slash (/).
Sort the .gitignore into logical groups.
Release... - 14:13 Revision c71d9480: [TASK] Improve TCA cache
- Currently TCA is cached as serialized string using
the core cache.
Simplify the cache retrieval by taking advantage ... - 13:42 Revision 4eceaf14: [TASK] Improve TCA cache
- Currently TCA is cached as serialized string using
the core cache.
Simplify the cache retrieval by taking advantage ... - 13:23 Revision ad2b3373: [FEATURE] Inject logger into newly created objects
- Instantiating new objects with makeInstance or the ObjectManager
will automatically inject a logger into the new obje... - 09:56 Revision d52a1854: [BUGFIX] JS: Init SelectTree after FormEngine
- SelectTree depends on availability of TYPO3.FormEngine,
so add FormEngine as Dependency.
Resolves: #82217
Releases: ... - 09:34 Revision c28b3d3b: [BUGFIX] Fluid: Strict type checking when adding debug namespace
- The check on BE_USER->uc() in frontend context is cleaned up and more
strict, checking whether the object exists curr... - 09:21 Revision 71950c54: [!!!][BUGFIX] EXT:form - FlexForm settings overrule TypoScript settings
- Releases: master
Resolves: #82252
Change-Id: I5cddefe1fd3fbf97e2cdc1aea1f373ef2076da72
Reviewed-on: https://review.ty...
2017-09-10
- 18:07 Revision 14a6707e: [TASK] Use Response objects directly in Install Tool actions
- The patch introduces three shorthand Response classes for output:
HtmlResponse, JsonResponse and RedirectResponse whi... - 16:23 Revision 5c71abbf: [BUGFIX] Fluid: Strict type checking when adding debug namespace
- The check on BE_USER->uc() in frontend context is cleaned up and more
strict, checking whether the object exists curr... - 15:59 Revision 1bed1442: [!!!][TASK] Remove legacy entrypoint for Install Tool
- The entrypoint located under "typo3/sysext/install/Start/Install.php" has been
removed, as the entrypoint "typo3/inst... - 15:57 Revision 46d1d635: [TASK] Provide missing example configuration for TYPO3 on Microsoft IIS
- Releases: master, 8.7
Resolves: #81769
Change-Id: I92df0fc254b4a729298f32d1482ad2a0f39502bf
Reviewed-on: https://revi... - 15:41 Revision 71a2d5c3: [TASK] Provide missing example configuration for TYPO3 on Microsoft IIS
- Releases: master, 8.7
Resolves: #81769
Change-Id: I92df0fc254b4a729298f32d1482ad2a0f39502bf
Reviewed-on: https://revi... - 15:22 Revision ec696c24: [BUGFIX] Fix parameters in recursiveConfigurationFetching() call
- Resolves: #82435
Relates: #82399
Releases: master
Change-Id: Ic2bb90883c0a6cec5e6bec051cb308c723392d75
Reviewed-on: h... - 15:11 Revision c4af34c4: [FEATURE] Add crossorigin property to JavaScript files
- Add a property 'crossorigin="some-value"' to JavaScript files via TypoScript
page.includeJSlibs.<array>.crossorigin =... - 14:28 Revision 535871e0: [BUGFIX] Calculate workspace module route correctly
- Resolves: #82434
Related: #82406
Releases: master
Change-Id: I67182a131c2499713410807099f5d658a3858d63
Reviewed-on: h... - 14:20 Revision 4c368b34: [TASK] Raise typo3/testing-framework to 1.1.4
- The raise brings an additional UnitTestsDeprecated.xml
setup file dedicated to test deprecated core functionality.
C... - 14:04 Revision 0185cbea: [BUGFIX] Route dispatching: Don't rely on id being an integer
- The route dispatcher can't rely on id being an integer, as file list for
example uses string identifier.
It is now c... - 14:01 Revision 6f20a279: [TASK] Raise typo3/testing-framework to 1.1.4
- The raise brings an additional UnitTestsDeprecated.xml
setup file dedicated to test deprecated core functionality.
C... - 13:06 Revision e2cd28e1: [!!!][TASK] Remove old typoscript constants editor defaults option
- Remove support for the special constant comment
`###MOD_TS:EDITABLE_CONSTANTS###`. This constant was used to show
all... - 12:30 Revision dbec7e37: [TASK] Use general utility to build html attribute string
- There was one leftover place, where an attributes string was
concatenated instead using the helper function.
Resolve... - 12:13 Revision 18ee2a9b: [TASK] Open the elementbrowser always in modal window
- Resolves: #82427
Releases: master
Change-Id: Ia0e5f34a0f8bb29a179f1e9f7b90bb1b540b57f7
Reviewed-on: https://review.ty... - 11:58 Revision a81fb8a5: [BUGFIX] Fix file upload and directory creation in file browser
- While #81763 was in development, some locations of the file operation
handling were not adjusted. This patch fixes th... - 11:10 Revision 969cbd64: [BUGFIX] Remove NOT NULL constraints from l1[08]n_diffsource fields
- Having NOT NULL collides with MySQL strict mode, so these constraints
get removed.
Resolves: #82423
Releases: master... - 10:47 Revision 54ec7d15: [BUGFIX] JS: Init SelectTree after FormEngine
- SelectTree depends on availability of TYPO3.FormEngine,
so add FormEngine as Dependency.
Resolves: #82217
Releases: ... - 10:07 Revision cc698372: [!!!][TASK] Remove unused configuration settings
- The patch drops some unused pre-doctrine DB related TYPO3_CONF_VARS.
Change-Id: I9204ef926b1de145f541e2c84dadc6a968e...
2017-09-09
- 23:33 Revision fab339d7: [BUGFIX] Cache calls to SchemaManager()->listTableColumns()
- Caching the calls SchemaManager()->listTableColumns() during runtime
leads to improved performance when doing operati... - 23:12 Revision 20eeb0b3: [BUGFIX] Cache calls to SchemaManager()->listTableColumns()
- Caching the calls SchemaManager()->listTableColumns() during runtime
leads to improved performance when doing operati... - 23:07 Revision 2da714aa: [FEATURE] Add frontend debug output as HTTP Response Header
- The current debug information in the frontend is added as HTML
comment, but breaks non-HTML pages (e.g. JSON output).... - 22:39 Revision 0d33e5a8: [BUGFIX] T3editor: Get default mode if none is defined for a field
- If a field is rendered by t3editor but no mode was defined, the t3editor
falls back to the default mode, which is `ht... - 22:38 Revision f67333bd: [BUGFIX] Remove NOT NULL constraints from l1[08]n_diffsource fields
- Having NOT NULL collides with MySQL strict mode, so these constraints
get removed.
Resolves: #82423
Releases: master... - 20:58 Revision d7ce554f: [TASK] Replace `get_class($this)` calls with `static::class`
- Improves runtime performance of these calls by approximately 1/3.
See https://belineperspectives.com/2017/03/13/get_... - 20:50 Revision c77ca634: [TASK] Disable ext:dbal and ext:adodb wizard
- ext:dbal and ext:adodb upgrade wizards tend to be activated
from many more people who don't actually need them, than
... - 19:54 Revision 77152fe6: [FOLLOWUP][TASK] Remove TYPO3.jQuery
- This followup ensures that the Frontend Request including jQuery behaves
the same as the TYPO3 Backend (noConflict is... - 19:50 Revision 8a3d30db: [TASK] Introduce Source Sans Pro and drop Share Font
- To improve readability in the backend, Source Sans Pro typeface is now
introduced and replaces the Share Font.
Resol... - 19:47 Revision 7052233e: [TASK] Add descriptions to dropdowns in Install Tool - All Configuration
- Resolves: #82418
Releases: master
Change-Id: Ic5a59c485df3ce9aaaad0bd51206c0d53f445690
Reviewed-on: https://review.ty... - 19:43 Revision ae18caad: [!!!][TASK] Migrate modules to regular backend routing
- This patch removes the separate request handler for backend modules,
which was accessed via "&M=moduleName" GET param... - 18:54 Revision b8de7cf8: [BUGFIX] Use correct values in settings InstallTool
- Currently, the InstallTool will use the global TYPO3_CONF_VARS for the
settings form. In backend context, this contai... - 17:43 Revision 14ba3a5b: [FEATURE] Support defer attribute for JavaScript includes in TypoScript
- When including JavaScript files in TypoScript, the HTML5 attribute
`defer` is now supported.
Resolves: #80542
Releas... - 16:42 Revision 8224dc06: [BUGFIX] Perform rollback only once if undeleting CE with History/Undo
- Releases: master, 8.7
Resolves: #81649
Change-Id: I1cb9a681b46327af56c2cb080c92b3cc273b0e10
Reviewed-on: https://revi... - 16:02 Revision 05444ade: [TASK] Distinguish install tool actions with button colors
- Resolves: #82405
Releases: master
Change-Id: Id28b655b8ebf4853e960b3dd97414d31d42ff6de
Reviewed-on: https://review.ty... - 16:00 Revision 08c6c17e: [!!!][TASK] Remove old typoscript constants "TSConstantEditor"
- Remove support for the special constant "TSConstantEditor".
This constant was used to show additional helping informa... - 15:55 Revision 2b347709: [BUGFIX] Perform rollback only once if undeleting CE with History/Undo
- Releases: master, 8.7
Resolves: #81649
Change-Id: I1cb9a681b46327af56c2cb080c92b3cc273b0e10
Reviewed-on: https://revi... - 15:46 Revision da02c56a: [FOLLOWUP][TASK] Render backend icon list by existing files
- * Re-added the "spinning" option for spinners (thx Nathan)
* Changed cache from backend_core to asset (thx @helhum)
... - 15:11 Revision 3e6f22c1: [BUGFIX] Make Extbase pagination work with QueryBuilder queries
- Now you can pass a query built by QueryBuilder to $query->statement(),
and use the QueryResult for pagination.
So in... - 15:11 Revision b87ab2e1: [BUGFIX] Fix using contains in query on property of group
- Related: master, 8.7
Resolves: #80215
Change-Id: I6f5c88650d6167550a46ad2200c846ec9d11d34a
Reviewed-on: https://revie... - 14:19 Revision da5f6230: [TASK] Update localization rendering tests to newest Testing Framework
- addTypoScriptToTemplateRecord method was added to FunctionalTestCase.php
in Testing Framework.
So we can remove it fr... - 14:00 Revision f4de6926: [TASK] Render backend icon list by existing files
- Until now all of the backend icons were a manually edited array of file
paths. With this patch defined icon folders i... - 13:46 Revision a9f7ec32: [BUGFIX] Make Extbase pagination work with QueryBuilder queries
- Now you can pass a query built by QueryBuilder to $query->statement(),
and use the QueryResult for pagination.
So in... - 13:41 Revision c0bee6e1: [TASK] Update localization rendering tests to newest Testing Framework
- addTypoScriptToTemplateRecord method was added to FunctionalTestCase.php
in Testing Framework.
So we can remove it fr... - 13:36 Revision d34522e5: [BUGFIX] Fix using contains in query on property of group
- Related: master, 8.7
Resolves: #80215
Change-Id: I6f5c88650d6167550a46ad2200c846ec9d11d34a
Reviewed-on: https://revie... - 13:29 Revision 5768427f: [TASK] Migrate cHash configuration on silent upgrade wizard
- The cHash calculation is done on every TYPO3 request, which is
really unnecessary overhead, as this could be taken ca... - 13:20 Revision 5b306d4a: [TASK] Update localization rendering tests to newest Testing Framework
- addTypoScriptToTemplateRecord method was added to FunctionalTestCase.php
in Testing Framework.
So we can remove it fr... - 13:10 Revision d315fb23: [BUGFIX] Create multiple pages: cast bool values to int
- Resolves: #82403
Related: #81768
Releases: master
Change-Id: Id6610c9f7fbc445c142c999bb41c7b7c6eb83729
Reviewed-on: h... - 13:09 Revision c0b8b5de: [BUGFIX] Remove legacy code for version extension
- The "Display version" module of ext:version has been
moved to ext:compatibility7 with v8. The list module links
to th... - 12:48 Revision e11bf1a8: [TASK] Move felogin type icon registration
- Resolves: #82350
Releases: master
Change-Id: I60280df8d62cc65250bf5edbf8c26a65dbb5f250
Reviewed-on: https://review.ty... - 12:40 Revision 2c7d95be: [TASK] Fluid: Fix missing classes
- When TYPO3 v8.0 switched to Fluid standalone, the RootNode
class was removed but the references were kept and done vi... - 12:04 Revision 77ea355e: [BUGFIX] Remove legacy code for version extension
- The "Display version" module of ext:version has been
moved to ext:compatibility7 with v8. The list module links
to th... - 11:36 Revision 3f32d00b: [BUGFIX] Fix system maintainer access
- Fix a check to not allow acces to admin users
but system maintainers only.
Change-Id: I2e5209bbaf7c3e3cee013d1fa08f4... - 11:32 Revision aa416f03: [BUGFIX] Replace all system_extinstall urls with corresponding urls
- Resolves: #82393
Releases: master
Change-Id: I0782af0fa9dc36f7a1e54caec8b7ff24334e63c7
Reviewed-on: https://review.ty... - 11:27 Revision 29dcd19d: [FEATURE] Add configurable footnote to login screen
- We are introducing a new option to provide an optional footnote for the
login screen. The footnote can provide for ex... - 10:36 Revision 520dc986: [!!!][TASK] Remove TYPO3.jQuery
- This change removes the availability of TYPO3.jQuery within the
TYPO3 Core by default.
The constants PageRenderer::J... - 00:44 Revision 866858c1: [TASK] Restrict em & lang module to system maintainer
- Both extension manager and language pack adiminstration
change system configuration and should be restricted to
syste... - 00:33 Revision 40919d3e: [TASK] Use TYPO3_OS constant in Services registration
- There is a comment that TYPO3_OS is not yet defined, which
is wrong as it is one of the first things available during... - 00:17 Revision 7fd3c2b8: [FOLLOWUP][TASK] Remove extended fluid core class CmsVariableProvider
- Class CmsVariableProvider within EXT:fluid was removed but the tests
were kept, they are removed as well.
Resolves: ...
Also available in: Atom