Activity
From 2018-05-26 to 2018-06-24
2018-06-24
- 23:54 Revision c2d1150c: [BUGFIX] Do not link l18n_cfg restricted pages
- Prevent linking a page that is either restricted for the default
language or where any fallback is forbidden.
Resolv... - 23:54 Revision 416efd8d: [BUGFIX] Do not link l18n_cfg restricted pages
- Prevent linking a page that is either restricted for the default
language or where any fallback is forbidden.
Resolv... - 23:51 Revision c7f49307: [TASK] Avoid thousands of removeDotsFromTs in TemplatePaths
- This patch avoids calling GeneralUtility::removeDotsFromTs
on the entire TS array, instead selectively calling it onl... - 14:01 Revision b2aa2012: [BUGFIX] Better handling of requests in ExternalLinktype
- - Always check for existing response
- If HEAD request fails, a GET request should always be triggered
- Restructured...
2018-06-23
- 22:10 Revision bee0908a: [TASK] Unsplit the save button of the sites configuration module
- Resolves: #85365
Releases: master
Change-Id: Ie7a5bd60218b2dc9293a5a53995e5a63685c6288
Reviewed-on: https://review.ty... - 21:38 Revision 24cf38d8: [TASK] Avoid thousands of removeDotsFromTs in TemplatePaths
- This patch avoids calling GeneralUtility::removeDotsFromTs
on the entire TS array, instead selectively calling it onl... - 21:22 Revision e5045205: [BUGFIX] Calculate count of records instead of using a query
- Calculate the count of records within the code instead of using a
query which is conceptionally wrong using limit and... - 16:41 Revision 2c2a695d: [BUGFIX] Fetch Vimeo preview in higher quality
- Resolves: #85176
Releases: master, 8.7
Change-Id: Ic90137b3e58cc7c178eb899448a2efa828f9fb25
Reviewed-on: https://revi... - 16:41 Revision cc60ee08: [FEATURE] Add support to CurrencyViewHelper for mdash
- If the option `useDash` is set and a round value is given,
the decimal place is rendered as a dash.
Do tests refactor... - 16:28 Revision 21a8cbc6: [BUGFIX] Fetch Vimeo preview in higher quality
- Resolves: #85176
Releases: master, 8.7
Change-Id: Ic90137b3e58cc7c178eb899448a2efa828f9fb25
Reviewed-on: https://revi... - 12:32 Revision 6e69a421: [CLEANUP] Introduce early returns in class LinkAnalyzer
- Some methods in the class were deeply nested and thus hard to
understand; the early returns make the flow more linear... - 12:14 Revision 255cc86d: [BUGFIX] Fix collection of allowed pages in suggest receiver
- When using the pidList and pidDepth TSconfig settings of the
suggest wizard the recursive collection of the allowed
p... - 12:12 Revision 7b0f18eb: [BUGFIX] Remove reset of GFX/processor_effects to -1
- When entering the Install Tool and the GFX/processor is set to
GraphicsMagick the value for GFX/processor_effects is ... - 12:08 Revision e8cb2667: [BUGFIX] Remove mediace extraction update
- The mediace Extension is only available for TYPO3 7.6.
There is no point for this update in TYPO3 8.
Resolves: #835... - 12:03 Revision dfbd9873: [TASK] Remove IP address from details field of sys_log entry
- Avoid persisting the IP address of a login action twice and just use
the one of the IP field.
Additionally the anoym... - 11:52 Revision 1b869d7a: [BUGFIX] Remove reset of GFX/processor_effects to -1
- When entering the Install Tool and the GFX/processor is set to
GraphicsMagick the value for GFX/processor_effects is ... - 11:36 Revision 52aa454e: [BUGFIX] Fix collection of allowed pages in suggest receiver
- When using the pidList and pidDepth TSconfig settings of the
suggest wizard the recursive collection of the allowed
p... - 11:31 Revision 31ae0b67: [TASK] Show speaking exception message if form definition is invalid
- Show a speaking exception message within the frontend if the
form definition is invalid.
Releases: master, 8.7
Resol... - 11:25 Revision 5faebd24: [BUGFIX] Support fragment/section for record links
- This allows for setting fragments e.g. by adding a custom recordlist
RecordLinkHandler.
Resolves: #82717
Releases: m... - 11:23 Revision 1cebf96e: [FEATURE] Use HTML5 field types and attributes in FormEngine
- The FormEngine renders now HTML5 specific field types and attributes
based on its `eval` config.
Resolves: #85355
Re... - 02:53 Revision be657305: [BUGFIX] Unknown OS icon instead of windows as fallback
- Resolves: #84870
Releases: master
Change-Id: Ia89f4ba0aa70616e185cad6cc29858157ef0e656
Reviewed-on: https://review.ty... - 01:26 Revision 1d7642ae: [FEATURE] Add interval presets for cron command field of scheduler task
- Improve the usability by having presets for the cron command field
of a scheduler task.
Resolves: #44297
Releases: m... - 01:17 Revision 92ee4e4f: [BUGFIX] Remove Byte Order Mark from TypoScript includes
- If TypoScript files have a Byte Order Mark (BOM) set, the TypoScript
parser may fail as the invisible characters dist... - 01:14 Revision 57225f2c: [BUGFIX] Language selector not shown in default page without translation
- When editing a page, the language selector in the upper left corner is
not visible when the page is in the default la... - 01:04 Revision bb84bb58: [TASK] Recommend lockSSL option in reports module
- Introduce a new status for $GLOBALS['TYPO3_CONF_VARS']['BE']['lockSSL'].
The new check is only shown if the backend ... - 00:52 Revision 3ec05825: [TASK] Improve styling of "caches flushed" notification
- Change-Id: I1a2459097dfe513b4e40793a74506b56ea858649
Resolves: #85354
Releases: master
Reviewed-on: https://review.ty... - 00:22 Revision 73ffa61f: [BUGFIX] Remove Byte Order Mark from TypoScript includes
- If TypoScript files have a Byte Order Mark (BOM) set, the TypoScript
parser may fail as the invisible characters dist...
2018-06-22
- 23:56 Revision 6df81c3a: [TASK] Improve number fields in the setup module
- Improve fields holding numbers in the setup module by using the type "number"
and reducing the size.
Resolves: #6830... - 23:44 Revision 5b1180d9: [TASK] styleguide: Add eval=email field to basic
- 23:41 Revision 2831b603: [BUGFIX] Add allow="autoplay; fullscreen" to YouTube/Vimeo iframes
- With the new chrome auto play policies we need to add a additional allow
attribute to the iframe to support autoplay.... - 23:34 Revision d8d2a8d6: [TASK] Ask confirmation to install "adminpanel" extension
- Resolves: #84789
Releases: master
Change-Id: I5b59519eb3497c7c459efe1f238c91f4fe7e9e19
Reviewed-on: https://review.ty... - 23:12 Revision abf65b89: [TASK] Fix typo in Install Tool description
- Removes the superfluous word 'the' in the Install Tool.
It is found in the description of [SYS][systemLog].
Resolves... - 22:59 Revision 22579e70: [TASK] Open modals in install tool with better sizes
- Resolves: #85348
Releases: master
Change-Id: Id9edf5f83719d5923fd410dc8dcf719280cc0095
Reviewed-on: https://review.ty... - 22:53 Revision 5ff25bdd: [BUGFIX] Display the action-icons "Insert inside" and "Insert after" in white
- Added a new css-rule to display the icon in the dropown in the colored
Toolbar.
Resolves: #85135
Releases: master
Ch... - 22:01 Revision 6f0ba6f0: [BUGFIX] Fix exception for folder move/copy between storages
- This ensures that the user is shown the correct error message.
Resolves: #85302
Releases: master, 8.7
Change-Id: Ide... - 21:58 Revision f972b370: [TASK] Add .ddev to ignore
- Resolves: #85324
Releases: master, 8.7, 7.6
Change-Id: I90461715f59cd74c72571151f3e37cb4ee374b7f
Reviewed-on: https:/... - 21:58 Revision f2899f6a: [TASK] Add .ddev to ignore
- Resolves: #85324
Releases: master, 8.7, 7.6
Change-Id: I90461715f59cd74c72571151f3e37cb4ee374b7f
Reviewed-on: https:/... - 21:55 Revision 93956ccb: [TASK] Remove NULL initialization and redundant assignments
- Class properties explicitly initialized with NULL and
redundant assignments in constructors are removed.
Resolves: #... - 21:54 Revision d82c549d: [TASK] Show infobox for records which are set to readOnly
- Records can be set to readOnly by setting 'readOnly` in the TCA ctrl section.
Inform editors by rendering an infobox ... - 21:48 Revision 8378c8a6: [BUGFIX] Allow setting "ready to publish" workspace state again
- The "ready to publish" workspace state has the internal negative
identifier -10 which is not supported anymore since ... - 21:47 Revision ce546616: [TASK] Add details for named keys in translation arguments
- Releases: master
Resolves: #85347
Change-Id: I4214d2cbbf46a1fef78e0ee27793ff7f8f8e0cc2
Reviewed-on: https://review.ty... - 21:47 Revision c2d666da: [BUGFIX] Fix exception for folder move/copy between storages
- This ensures that the user is shown the correct error message.
Resolves: #85302
Releases: master, 8.7
Change-Id: Ide... - 21:46 Revision 10a9e0ee: [TASK] Add .ddev to ignore
- Resolves: #85324
Releases: master, 8.7, 7.6
Change-Id: I90461715f59cd74c72571151f3e37cb4ee374b7f
Reviewed-on: https:/... - 21:40 Revision 1a9bb6cd: [TASK] Replace nested dirname calls with using the levels parameter
- Resolves: #85292
Releases: master
Change-Id: I3abfce7fb91b007769c63aaff4da6c1b672ef947
Reviewed-on: https://review.ty... - 20:54 Revision 5e97e5d3: [TASK] Allow preload Tag in VideoTagRenderer
- Add the preload parameter to the VideoTagRenderer.
Resolves: #84523
Releases: master, 8.7
Change-Id: I961eee2c204d74... - 20:54 Revision 6a88e81b: [BUGFIX] Make functional tests run with sql_mode STRICT_TRANS_TABLES
- The text columns do not support default value.
Let's change the definition of the columns in irre_tutorial to varchar... - 20:38 Revision 32575ea2: [TASK] Add modestbranding to YouTubeRenderer
- Add the modestbranding parameter to the YoutubeRender.
Resolves: #85114
Releases: master, 8.7
Change-Id: Id76c0dd9ec... - 20:34 Revision 9c9dd1ce: [TASK] Allow preload Tag in VideoTagRenderer
- Add the preload parameter to the VideoTagRenderer.
Resolves: #84523
Releases: master, 8.7
Change-Id: I961eee2c204d74... - 20:26 Revision 301bde3e: [TASK] Add modestbranding to YouTubeRenderer
- Add the modestbranding parameter to the YoutubeRender.
Resolves: #85114
Releases: master, 8.7
Change-Id: Id76c0dd9ec... - 18:09 Revision c9539afa: [TASK] Unsplit the splitbutton
- This patch splits the splitbutton into several separate buttons, which
all serve a single action. Modals are used for... - 17:41 Revision 649f96f0: [BUGFIX] Correct HTML markup in database analyzer
- HTML lists must only contain list items.
Resolves: #85342
Releases: master
Change-Id: I7eed0814e14a28d0cb49863b0cb9f... - 16:02 Revision a2412504: [TASK] Revert "[BUGFIX] Honor l18n_cfg settings in PageRepository"
- This reverts commit 7e8a72cfde06597eca5c4d30ecbdb6b3ab7a541d.
Handling l18n_cfg in PageRespository is the wrong plac...
2018-06-21
- 18:24 Revision 8df89820: [TASK] Document description column added to pages table
- Resolves: #85313
Releases: master
Change-Id: I7bf70b4abf1240dfc803f0908b810659d73b4bf6
Reviewed-on: https://review.ty... - 15:22 Revision 42f23ff6: [TASK] Add notes field for table pages
- The table pages should have the notes field as well.
Resolves: #85313
Releases: master
Change-Id: I47e52334fca490976... - 13:16 Revision d8db3dd3: [TASK] Unify simulate user settings for Backend admins
- The "Simulate user" functionality of the "User settings"
module for backend admins is UX wise a distaster: This
funct... - 12:07 Revision 733eaace: [TASK] Improve wording of upgrade wizards in Install Tool
- Change the misleading headling "Available wizards" and
switch color of progress bar to success if 100% reached.
Reso... - 11:24 Revision 46a57878: [BUGFIX] Only query default language PIDs in suggest wizard
- Due to the removal of "pages_language_overlay", the page IDs for
FormEngine's suggest wizard contains page IDs of all... - 11:14 Revision 40a5ff47: [BUGFIX] Avoid prev/next arrows if only 1 system news is shown
- If only one system news is shown, it makes no sense to render arrows
to switch to other news records. Therefore those... - 10:59 Revision 87427a3b: [TASK] Improve wording of upgrade wizards in Install Tool
- Change the misleading headling "Available wizards" and
switch color of progress bar to success if 100% reached.
Reso... - 10:47 Revision 6ef18747: [BUGFIX] Avoid prev/next arrows if only 1 system news is shown
- If only one system news is shown, it makes no sense to render arrows
to switch to other news records. Therefore those...
2018-06-20
- 10:08 Revision 9c161c29: [BUGFIX] Allow redirect from typo3/install again
- Due to refactorings of constants, Environment:isCli()
needs to be initialized now. This breaks the
existing redirect ...
2018-06-19
- 14:34 Revision 878a3449: [TASK] Show infobox for records which are set to readOnly
- Records can be set to readOnly by setting 'readOnly` in the TCA ctrl section.
Inform editors by rendering an infobox ... - 12:48 Revision eed30bb4: [BUGFIX] Cast database result uid to int
- As the OrphanRecordsCommand is using strict types
the results in row['uid'] has been casted to int
before usage in fu...
2018-06-18
- 09:36 Revision 17692314: [BUGFIX] Cast uid from database to int in TableWizard
- Resolves: #85294
Releases: master
Change-Id: Id15a7dc0896a7031272ef5dde41606aaebaaec9c
Reviewed-on: https://review.ty... - 07:02 Revision 690e80f5: [TASK] Merge str_replace calls when applied to a variable sequentially
- Resolves: #85291
Releases: master
Change-Id: Ia8db330043ccd2d123be8d6257189774969a951c
Reviewed-on: https://review.ty... - 06:57 Revision eb793171: [BUGFIX] Fix wrong strlen check in DoubleMetaPhoneUtility
- while (strlen($this->primary) < 4 || strlen($this->secondary < 4)) {
should be
while (strlen($this->primary) < 4 ||... - 06:40 Revision fe5a723b: [TASK] Replace array_push with normal array assignment
- Direct array assignment works faster than invoking php functions
Resolves: #85290
Releases: master
Change-Id: I607b1... - 06:33 Revision 80aeefd9: [BUGFIX] Fix wrong strlen check in DoubleMetaPhoneUtility
- while (strlen($this->primary) < 4 || strlen($this->secondary < 4)) {
should be
while (strlen($this->primary) < 4 ||...
2018-06-17
- 17:30 Revision 0b2a0e58: [TASK] Drop child methods that are exactly the same
- Resolves: #85289
Releases: master
Change-Id: Ia35e8e36f4d9d97924ff105c549b26d851f5df40
Reviewed-on: https://review.ty...
2018-06-15
- 22:59 Revision 2dd2e0ec: [TASK] Replace last occurrences of PATH_site with Environment API
- Resolves: #85285
Releases: master
Change-Id: I4d12f7add6f536b3a412e554c8a6c4d64fd677e4
Reviewed-on: https://review.ty... - 21:24 Revision 311cfe21: [TASK] Use Environment API instead of PATH_site in core
- First batch taking care of "easy" places.
Resolves: #85283
Releases: master
Change-Id: I68fa5a0559aae6191858aba7690b... - 21:22 Revision f66e9156: [TASK] Streamline imports in PHP cache classes
- Most Cache classes haven't been streamlined since their inception,
some unnecessary imports.
The patch organizes the... - 21:21 Revision ae4fd05e: [TASK] Use Environment API instead of PATH_site in em
- Resolves: #85281
Releases: master
Change-Id: I8313d9f9b564d8f6ab0f9a91ebbe93aa9c337e31
Reviewed-on: https://review.ty... - 20:20 Revision 50c17c20: [TASK] Use Environment API in documentation extension
- Resolves: #85282
Releases: master
Change-Id: If54517105217a1dfba424c46ec0edbe4c5775f15
Reviewed-on: https://review.ty... - 20:14 Revision f22fa503: [TASK] Use Environment API instead of PATH_site in install
- Resolves: #85280
Releases: master
Change-Id: Id8330e1fda17557284ab5ffd6081433226c74083
Reviewed-on: https://review.ty... - 17:51 Revision 506e6e53: [TASK] Use Environment API in scheduler
- Resolves: #85279
Releases: master
Change-Id: I2d63540be1883fb2faea763d72a875800eae1cfa
Reviewed-on: https://review.ty... - 17:50 Revision f1ae421d: [TASK] Replace PATH_site with Environment API in various exts
- Resolves: #85278
Releases: master
Change-Id: Ibfcad90bad0486f7571ea60edd6aba33cab0c32c
Reviewed-on: https://review.ty... - 17:40 Revision ba4200d9: [TASK] Use Environment API instead of PATH_site in t3editor
- Resolves: #85275
Releases: master
Change-Id: Ib0a5a773387252609f01c07a441bdb183f5142c0
Reviewed-on: https://review.ty... - 17:36 Revision 76e497e4: [TASK] Use Environment API instead of PATH_site in impexp
- Resolves: #85277
Releases: master
Change-Id: I6510ae323051a01e3b0e3bbdf7b347adeb46880c
Reviewed-on: https://review.ty... - 17:26 Revision 1cb5233b: [TASK] Use Environment API instead of PATH_site in EXT:backend
- Several places of the PATH_site constant in EXT:backend are replaced
by the new Environment API.
Resolves: #85272
Re... - 17:26 Revision 843f7a9f: [TASK] Use Environment API instead of PATH_site in indexed_search
- Resolves: #85273
Releases: master
Change-Id: If2a643843532d14f2b7263c66b22ad1bc0402c33
Reviewed-on: https://review.ty... - 17:26 Revision b5cd5556: [TASK] Replace PATH_site with Environment API in EXT:frontend
- Resolves: #85276
Releases: master
Change-Id: Id85d7538000ce05addaa5c3d4e3607e2ff20d42e
Reviewed-on: https://review.ty... - 16:24 Revision e2e07114: [BUGFIX] Do not use named parameter for list of orphan records ids
- The OrphanRecordsCommand fetches records by a list of ids.
This list can get very big so the database will fail if th... - 15:37 Revision a3367ca8: [BUGFIX] Do not use named parameter for list of orphan records ids
- The OrphanRecordsCommand fetches records by a list of ids.
This list can get very big so the database will fail if th... - 15:18 Revision 09576ce7: [FEATURE] Load merged JS files asynchronous
- The async attribute is now assigned to the script tag of the concatenated
JS files if all files have the async attrib... - 15:15 Revision 00439ea6: [TASK] Make extbase/Tests/Unit/Mvc/Web/RequestBuilderTest.php notice free
- Releases: master
Resolves: #85265
Change-Id: Ie4d13083c256a31987097d2e0990d6e5207bef13
Reviewed-on: https://review.ty... - 15:12 Revision 715946d4: [TASK] Make typo3/sysext/frontend/Tests/Unit/ContentObject notice free
- Releases: master
Resolves: #85263
Change-Id: I19e7a26ddf41d7b55dfd1890163364ffd2479e13
Reviewed-on: https://review.ty... - 14:55 Revision b6c6595a: [TASK] Use CLI and Composer Checks via Environment class
- Use Environment::isCli() instead of constant munging
in various places. Usages in extbase are left out for
the time b... - 14:35 Revision 943b8571: [TASK] Make Persistence/Generic/PersistenceManagerTest.php notice free
- Releases: master
Resolves: #85268
Change-Id: I80a1df3e39cafb86788b1434ed0043cc0e7372c3
Reviewed-on: https://review.ty... - 13:46 Revision 25e24eea: [TASK] Update tslint 5.9.1 ❯ 5.10.0
- yarn upgrade tslint@^5.10.0
Resolves: #85222
Releases: master
Change-Id: I6964d4a2d7cf1d9eefb5e19468b4fca8876c055a
R... - 13:03 Revision ff5145bf: [TASK] Make UnitDeprecated/ notice free
- Releases: master
Resolves: #85097
Change-Id: I1eb8cb056350badf057e58fe4c0d5c22b3568133
Reviewed-on: https://review.ty... - 12:06 Revision 4c0f3aa0: [BUGFIX] Respect query constraints in suggest receiver count
- The query builder that fetches the results in the suggest
receiver is re-used to get the correct count of available
r... - 09:05 Revision fbed396e: [TASK] Add proper replaces for merged core extensions
- If we merge a core extension into another one, it means
that the remaining extension technically replaces the
removed...
2018-06-14
- 19:08 Revision 84a4568e: [TASK] Migrate PATH_site usages to Environment API - Part 1
- Use Environment::getPublicPath() and Environment::getProjectPath()
respectively, depending on the use-case instead of... - 11:59 Revision 3856604a: [TASK] Update grunt components
- yarn upgrade grunt
yarn upgrade grunt-contrib-watch
yarn upgrade grunt-tslint
Resolves: #85224
Releases: master
Chan... - 11:46 Revision 4428c601: [TASK] Rename $sortRow to $sortColumn in DataHandler
- The new name makes the code easier to understand, as the variable
contains the column name configured in ['ctrl']['so... - 11:38 Revision 59d57ee3: [TASK] Add confirmation modal to delete a site configuration
- Improve usability by adding a modal to require a second click.
Resolves: #85143
Releases: master
Change-Id: I310a655... - 10:06 Revision 0b00b424: [FEATURE] Enable SQLite in installation process
- The patch adds SQLite as new DBMS platform to the TYPO3
instance installer if pdo_sqlite is available.
* sqlite has ... - 09:49 Revision 7dd71466: [FEATURE] Add trait to detect public deprecated methods
- The patch adds a new trait similar to the existing one for
propreties to allow setting public methods to protected in... - 06:31 Revision 233e8768: [BUGFIX] Close file handle only if unused in FileWriter
- Keep track of open file handles for resources across instances and
close the handle only on destructing the last know...
2018-06-13
- 21:26 Revision ce6766a3: [BUGFIX] Fix namespace of validation error in form
- The FormElementHooks now uses the correct namespace
for the generated error.
The TranslateElementErrorViewHelper req... - 20:53 Revision c347ac7a: [BUGFIX] Fix namespace of validation error in form
- The FormElementHooks now uses the correct namespace
for the generated error.
The TranslateElementErrorViewHelper req... - 18:15 Revision e2d1c07a: [TASK] Handle some sqlite details
- * Similar to postgresql, sqlite index names must be unique
within the entire database. The patch adds a hash of the... - 16:37 Revision 414fabba: [TASK] Use Environment API instead of PATH_site for Cache Backends
- The new Environment API is now used to define hashes or base paths
in cache backend classes.
Resolves: #85200
Releas...
2018-06-12
- 19:49 Revision 7fb2443f: [TASK] Repair failing acceptance test
- The test uses now a method to check on the element that takes the
DOM into consideration, and not the visibility on t... - 19:46 Revision a470639d: [TASK] Update karma components
- yarn upgrade karma-coverage@1.1.2
yarn upgrade karma-jasmine@1.1.2
Resolves: #85220
Releases: master
Change-Id: I440... - 19:13 Revision fbd37288: [TASK] Repair failing acceptance test
- The test uses now a method to check on the element that takes the
DOM into consideration, and not the visibility on t... - 16:01 Revision 782c3b47: [TASK] Use current request object in Maintenance middleware
- The property `$GLOBALS['TYPO3_REQUEST']` is not needed when inside
a middleware, as the current PSR-7 request object ... - 15:58 Revision b51ce8a1: [TASK] Update chosen-js 1.8.3 ❯ 1.8.5
- yarn upgrade chosen-js@1.8.5
Resolves: #85221
Releases: master
Change-Id: Ic97a68ead2145183ef3739584af8556b8a6cc139
... - 15:58 Revision 52f1e444: [TASK] Update @types definitions
- yarn upgrade @types/bootstrap@3.3.39
yarn upgrade @types/jasmine@2.8.8
Resolves: #85219
Releases: master
Change-Id: ... - 15:56 Revision 26a21758: [TASK] Remove mis-usage of TemplateService->fileHash
- The fileHash property acts as an internal cache for
TemplateService->getFileName() and was misued since TYPO3 6.0 for... - 13:44 Revision 23267399: [TASK] Remove PHP bug workaround in GIFBUILDER
- TYPO3 has a bound box calculation workaround due to a PHP bug,
which was fixed in PHP 7.0.12 / 7.1, which can now saf... - 13:35 Revision 4afcded3: [BUGFIX] Check in images which are marked as changed without changes
- Looks like a different file encoding of the images results
in marking these icons as changed on OS X.
Resolves: #852... - 13:22 Revision b9dabe2f: [BUGFIX] Fix comments in various places
- There are some places where phpdoc comments and return types are wrong,
(an IDE shows this ASAP to you if you open up... - 13:22 Revision 83bdeb0a: [TASK] Change label of Sites Module to "Sites"
- In order to make finding the module more straightforward, its tab label
has been set to “Sites” which should be more ... - 13:11 Revision 721dea97: [BUGFIX] Fix comments in various places
- There are some places where phpdoc comments and return types are wrong,
(an IDE shows this ASAP to you if you open up... - 10:57 Revision 630f063d: [TASK] Deprecate methods in ReflectionService
- As the ReflectionService class is only a wrapper to call
methods on ClassSchema instances, all wrapper methods
should...
2018-06-11
- 20:13 Revision 9c3fa08b: [TASK] Set TYPO3 version to 8.7.17-dev
- Change-Id: I08618a16f6276cdf1e307e232405b560c777b1e6
Reviewed-on: https://review.typo3.org/57189
Reviewed-by: Susanne... - 19:45 Revision 3ece9bc5: [TASK] Set TYPO3 version to 7.6.30-dev
- Change-Id: Ia6dec22dfca3c560f939c8eb0f84ee5fc2b34310
Reviewed-on: https://review.typo3.org/57191
Tested-by: TYPO3com ... - 19:35 Revision 4b72f60a: [TASK] Set TYPO3 version to 9.4.0-dev
- Change-Id: I0281fd494612837d46966c4cdcbda5ee11c63809
Reviewed-on: https://review.typo3.org/57187
Tested-by: TYPO3com ... - 19:20 Revision 1f403428: [RELEASE] Release of TYPO3 7.6.29
- Change-Id: Icd51d163b2245b27ca487cb4e0106dd33e69bdf5
Reviewed-on: https://review.typo3.org/57190
Reviewed-by: Oliver ... - 19:18 Revision f02a014e: [RELEASE] Release of TYPO3 8.7.16
- Change-Id: Ib1e4b5f5ea828910c0eefa16ace597fa62301a80
Reviewed-on: https://review.typo3.org/57188
Reviewed-by: Oliver ... - 19:14 Revision 5ab20a0a: [RELEASE] Release of TYPO3 9.3.0
- Change-Id: I4adf71f27e40df89bc77825e6771d5b249cf1ffd
Reviewed-on: https://review.typo3.org/57186
Reviewed-by: Oliver ... - 17:05 Revision bf40836d: [BUGFIX] Don’t cut urls in link browser
- Using the second parameter of TBE_EDITOR.rawurlencode cuts the input to
200 characters for any input value. The param... - 17:05 Revision 8029da4b: [BUGFIX] Don’t cut urls in link browser
- Using the second parameter of TBE_EDITOR.rawurlencode cuts the input to
200 characters for any input value. The param... - 14:57 Revision 65a6506e: [BUGFIX] Remove postcss config for EXT:frontend
- Since EXT:frontend does not have CSS files anymore, the
postcss config for Grunt is not necessary anymore.
Resolves:... - 13:04 Revision c207217e: [TASK] Improve overall recycler performance
- To improve the overall performance of the recycler, these things are done:
- Improve how permissions are checked for... - 12:23 Revision 1e8b2d45: [BUGFIX] Fix broken ?? checks by adding required brackets
- Resolves: #85213
Related: #84993
Releases: master
Change-Id: Ib8cd46951cb5032a7554042e2d8a7a052102788b
Reviewed-on: h... - 12:10 Revision 74c5d436: [TASK] Exclude tests from Composer packages
- Resolves: #85119
Releases: master, 8.7
Change-Id: If9c00379c1ac671bd6bb622ace47864866c34446
Reviewed-on: https://revi... - 11:47 Revision 7d7bad2f: [TASK] Have EM only evaluate current ext_tables.sql on installation
- The EM changes due to the new automatic DB fields addition for TCA-based
tables come with a small side-effect, namely... - 09:48 Revision fb2ad028: [TASK] Disallow access to .sqlite files in MS IIS demo config
- Resolves: #85190
Related: #85188
Releases: master
Change-Id: Ia77e74753fcca2c13b0e32b2dce186723c457775
Reviewed-on: h... - 07:27 Revision 6bfaefaf: [TASK] Properly reset unit test singletons
- typo3/testing-framework since version 3.8.0 can reset
singletons created by makeInstance automatically
if $this->$res...
2018-06-10
- 22:18 Revision 330a3d39: [BUGFIX] Fix generation of create action URLs in backend user module
- The URLs to the create actions for backend users and backend groups were
built in a strange way which required some q... - 21:18 Revision a8452e5b: [BUGFIX] Use proper import statement in ErrorController
- Due to moving a class name the import statement
in ErrorController was wrong.
Resolves: #85210
Related: #85101
Relea... - 21:05 Revision 3b840190: [TASK] Move documentation files from master into 9.3 folder
- Resolves: #85202
Releases: master
Change-Id: I6f61db1d2c29a3b9d4794e33cbaf2c6e634e14c7
Reviewed-on: https://review.ty... - 16:42 Revision 7e9f22b7: [TASK] Remove static method variables
- Static method variables are even more pita than static class
variables, especially if their state is created from db ... - 12:28 Revision 48e16416: [BUGFIX] Documentation: use FQCN in Table Garbage Collection Tasks
- The fully qualified class name of class `TableGarbageCollectionTask`
must be used to configure database tables, which...
2018-06-09
- 23:36 Revision 3778c577: [TASK] Make Tests/Unit/TypoScript/ notice free
- Releases: master
Resolves: #85092
Change-Id: I29bb5a3d0546d790d9c8d05c52f448ecefbc8564
Reviewed-on: https://review.ty... - 23:28 Revision b76ff911: [BUGFIX] Fix broken additional fields for garbarge collection task
- The new IpAnonymizationAdditionalFieldProvider introduced the same
JavaScript variable which breaks the garbage colle... - 23:06 Revision 3c0c210c: [BUGFIX] Fix broken additional fields for garbarge collection task
- The new IpAnonymizationAdditionalFieldProvider introduced the same
JavaScript variable which breaks the garbage colle... - 22:56 Revision 8ae18981: [BUGFIX] Fix broken additional fields for garbarge collection task
- The new IpAnonymizationAdditionalFieldProvider introduced the same
JavaScript variable which breaks the garbage colle... - 22:09 Revision 311f3b01: [TASK] Prepare documentation move before release
- New folder and includes to render the changelog for
the upcomming version.
Change-Id: I0440dcfdaf5541da5e8dbe8b8b681... - 22:07 Revision c53fe3e2: [TASK] Move MetaTagManagers of OpenGraph and Twitter to EXT:seo
- The new SEO extension handles opengraph and twitter (seo-relevant),
thus do not need to stay in EXT:core, as they are... - 22:01 Revision 2f5320a8: [TASK] Make core/Tests/Unit/Service/ notice free
- Releases: master
Resolves: #85088
Change-Id: Ibd443902f6c89e16946d3d8d2cc39a8e2091054e
Reviewed-on: https://review.ty... - 21:56 Revision ea4ca8b1: [TASK] Make core/Tests/Unit/Configuration notice free
- Releases: master
Resolves: #84722
Change-Id: I0edb98c7713f5c6520cbbc33e3f85ab1b3f4946f
Reviewed-on: https://review.ty... - 21:50 Revision f2440633: [BUGFIX] Remove TypoScript dependency of AdminPanelInitiator
- The admin panel initialization is done via middleware before the
TypoScript is fully initialized, therefor it cannot ... - 21:41 Revision adb6d0ca: [TASK] Add functional test for exbase validation caching
- The tests demonstrate the issue described in the ticket
is not present anymore.
Resolves: #77338
Releases: master
Ch... - 21:30 Revision c4e4e9cc: [TASK] Make HtmlParserTest notice free
- Releases: master
Resolves: #84724
Change-Id: I92a7ccbc88463d3fb3925185247331acf2977e40
Reviewed-on: https://review.ty... - 21:25 Revision 0cf5db88: [TASK] Make core/Tests/Unit/Configuration/ notice free
- Releases: master
Resolves: #85094
Change-Id: I7fe8e2dd15fa797eef9b153bf2935187181149ae
Reviewed-on: https://review.ty... - 21:22 Revision a48edda7: [TASK] Make core/Tests/Unit/Migrations/ notice free
- Releases: master
Resolves: #84816
Change-Id: I3f0bb5ab96743762977177cad1e6f125b9f23c73
Reviewed-on: https://review.ty... - 21:20 Revision f4a797f9: [TASK] Make core/Tests/Unit/Mail/ notice free
- Releases: master
Resolves: #84808
Change-Id: Ia520395c0d4cb3a8efd6529a23a0f65d1fa9247a
Reviewed-on: https://review.ty... - 21:17 Revision 5bc17b98: [TASK] Make core/Tests/Unit/Resource/Driver/ notice free
- Releases: master
Resolves: #85098
Change-Id: Id2b5c7efbf2672b4731a9bd4b238a0f4be25cd5c
Reviewed-on: https://review.ty... - 21:05 Revision 16e7c8de: [TASK] Make NormalizeCommandTest.php notice free
- Releases: master
Resolves: #85095
Change-Id: Iacfffe50c29a47c197c9887610bc0874007f7eec
Reviewed-on: https://review.ty... - 20:58 Revision 4b79b66f: [TASK] Make CategoryRegistryTest.php notice free
- Releases: master
Resolves: #84721
Change-Id: I4aca40a0225a84a5af7925b34fc578f28d78b9bc
Reviewed-on: https://review.ty... - 18:16 Revision eb49d0b2: [TASK] Clean up MetaTagManager API
- Both the MetaTagManagerRegistry and the MetaTagManager are
singletons via TYPO3's SingletonInterface, thus, there is ... - 18:01 Revision a8fe19d2: [TASK] Store legacy deprecation file in generic log folder
- The deprecation log file that was used prior to v9.0, was previously
stored in typo3conf/deprecation_* which is still... - 17:59 Revision 0e33362c: [TASK] Remove extra check for pageNotFoundHandling
- This fixes a functional test in EXT:workspaces,
allowing for getting rid of an extra check in the
frontend request wo... - 17:22 Revision bb71062e: [TASK] Store only valid icon markup into local storage
- This patch prevent putting invalid data into localStorage in the rare
case that the AJAX call does not provide icon m... - 16:41 Revision 87f4395f: [BUGFIX] Ensure dynamically added TCA DB fields are added first
- The new functionality introduced in #85160 adds TCA control
database fields dynamically.
However, newly created exten... - 16:36 Revision c888f73e: [TASK] Move new SEO fields to separate system extension
- Move the new SEO fields to EXT:seo and prepare the extension for some
basic SEO features.
Resolves: #85194
Releases:... - 13:42 Revision 7900d89d: [TASK] Remove FileStreamWrapperTest
- TYPO3\TestingFramework\Core\FileStreamWrapper belongs to the
testing-framework package. The unit test case has been m... - 13:37 Revision 0970664c: [TASK] Add test coverage for RouteDispatcher
- The backend route dispatcher with its different controller
incarnations benefits from a basic code coverage.
Resolve...
2018-06-08
- 20:47 Revision 815a15af: [TASK] Exclude tests from Composer packages
- Resolves: #85119
Releases: master, 8.7
Change-Id: If9c00379c1ac671bd6bb622ace47864866c34446
Reviewed-on: https://revi... - 20:36 Revision 487e9ea3: [TASK] Disallow access to .sqlite files
- With an upcoming feature to run TYPO3 on sqlite, the
database may end up within Web folder depending on
system setup.... - 16:29 Revision f3229adf: [BUGFIX] Fix use of Selectbox in rtehtmlarea on OSX
- Currently on OSX using chrome, it is not possible to use select boxes of
the rte, because they instantly close again.... - 14:06 Revision c0160148: [TASK] Execute functional tests on sqlite db platform
- typo3/testing-framework 3.7.0 supports sqlite db platform
for functional tests. The patch updates the dependency and
... - 13:30 Revision b883baac: [BUGFIX] l10n_diffsource field can handle empty string and null value
- Depending on DB platform, empty LOB fields can be returned
as NULL value (sqlite) or as empty string (mysql, our post... - 09:24 Revision 06551021: [TASK] Move property merge behavior
- Move the property merge behavior from setOptions() into the related
methods (setRenderingOption(), setProperty(), set... - 02:24 Revision a2c4450e: [BUGFIX] Make styleguide a require-dev dependency
- typo3/cms-styleguide has accidently been made a
require instead of a require-dev dependency
in composer.json
compose... - 02:03 Revision 3283da59: [TASK] Update typo3/cms-styleguide
- Brings a set of new adaptions to new core functionality.
Uses new core feature 'auto-create db fields' to reduce
ext_...
2018-06-07
- 23:38 Revision bc6516b8: [TASK] Modernize category collection functional tests
- Use a dummy extension and .csv imports from the
functional test framework instead of creating
tables and records on t... - 23:38 Revision a1324f63: [TASK] styleguide: Use new core auto-create fields feature
- This drops all boilerplate fields from ext_tables.sql
and relies on core to take care of it. There are still
same gli... - 23:01 Revision 3fd90862: [BUGFIX] Allow global RTE config again by PageTSConfig
- With #85016 the PageTSConfig handling has been changed which
broke overloading RTE config by PageTSConfig.
This patch... - 20:43 Revision 965c6515: [TASK] Align impexp functional export tests between db engines
- The ext:impexp related functional export tests compare
with different target .xml file exports depending on
the used ... - 20:00 Revision 7a149543: [BUGFIX] Extend ResourceStorage API to check for applied filters
- Currently only the DriverInterface cares about applied filters.
The ResourceStorage received a new API function to va... - 17:58 Revision 7332e5bf: [TASK] Force string values in impexp exports
- Method BackendUtility::getRecord() returns strings or integer
values for number columns like int / bigint. This detai... - 16:41 Revision 7b2319ff: [FEATURE] Auto create management DB fields from TCA ctrl
- Adds a class that auto creates TYPO3 "management" related database
columns and indexes based on TCA 'ctrl' informatio... - 14:43 Revision 615d8155: [BUGFIX] Make ckeditor link browser not drop additional link params
- Fix the link browser to not drop the additional link params if
editing a link with additional link params set.
Resol... - 13:28 Revision a3dc2b86: [BUGFIX] Make ckeditor link browser not drop additional link params
- Fix the link browser to not drop the additional link params if
editing a link with additional link params set.
Resol... - 00:43 Revision 742ff9a7: [TASK] Raise typo3/testing-framework to 3.6.0
- composer updade typo3/testing-framework
The update brings a couple of cleanups and bug fixes
and an improved functio... - 00:13 Revision b0145871: [TASK] Streamline functional data handling tests
- The various "AbstractActionTestCase" classes of the functional
data handling tests only prepare the scenario, while t...
2018-06-06
- 20:58 Revision 30a97e97: [BUGFIX] Have correct test class namespaces
- phpunit tends to execute test case files even if the
file comes with a broken namespace and can't be autoloaded.
The... - 15:35 Revision 9205db27: [BUGFIX] Always prefer HTTPS for cross-domain links
- This expands the logic for forced absolute URLs to all cases and
ensures HTTPS is kept for cross-domain links if poss... - 15:34 Revision 39c72543: [BUGFIX] Properly validate DateTimeImmutable objects
- Change-Id: I29159e835d362e3f0e06c2145e84c1119df152cf
Resolves: #85083
Releases: master, 8.7
Reviewed-on: https://revi...
2018-06-05
- 21:20 Revision e5f64b0a: [BUGFIX] Extend ResourceStorage API to check for applied filters
- Currently only the DriverInterface cares about applied filters.
The ResourceStorage received a new API function to va... - 19:58 Revision 364f0290: [FEATURE] Render basic SEO meta tags in frontend
- The SEO meta tags that can be set in the page properties, will be
rendered in frontend.
Resolves: #85147
Releases: m... - 09:13 Revision b7745c3a: [BUGFIX] Add transparent background for tables again
- Resolves: #85155
Related: #85065
Releases: master
Change-Id: I0a3d89678dc23318db3cc3a3845c9c7fb3931959
Reviewed-on: h...
2018-06-04
- 20:56 Revision 02df7827: [BUGFIX] Avoid fatal error in scheduler
- The scheduler object cleans up execution
arrays on instantiation. Due to the PSR-3
refactoring, the logger is instant... - 16:14 Revision b3283c5e: [BUGFIX] Fix minor CGL error
- A minor CGL error slipped through with a patch that has
been merged based on a +1 from bamboo before the
'declare_equ... - 14:39 Revision f64dc8bf: [BUGFIX] Set correct unit test namespaces
- Fix a series of core unit test classes to correct namespace.
Resolves: #85151
Releases: master
Change-Id: Ibfffae113...
2018-06-03
- 20:19 Revision 7e8a72cf: [BUGFIX] Honor l18n_cfg settings in PageRepository
- If a page record is fetched from the database, the PageRepository needs
to care about the l18n_cfg setting for this p...
2018-06-02
- 23:50 Revision bc5dcaac: [BUGFIX] Correctly define allowedSubProperties of TwitterCardMetaTagManager
- The properties within the allowedSubProperties have to be arrays
because the AbstractMetaTagManager checks if the pro... - 23:24 Revision 3c830f63: [BUGFIX] Respect showAccessRestrictedPages in MenuProcessor
- Menues provided by MenuProcessor will display restricted
pages, if the configuration value is set to true. This is th... - 23:13 Revision 4fe45e4d: [BUGFIX] Respect showAccessRestrictedPages in MenuProcessor
- Menues provided by MenuProcessor will display restricted
pages, if the configuration value is set to true. This is th... - 11:34 Revision 939dcc94: [BUGFIX] Try to translate given help text of select items
- Use the LanguageService for help texts of select items.
This can be tested with the element 'select_checkbox_3' of th... - 09:35 Revision 0995a4cb: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/113 from maddy2101/master
- [TASK] styleguide: Provide localized helpText for select_checkbox_3
2018-06-01
- 23:44 Revision a6f1a944: [BUGFIX] Correctly resolve RTE preset configuration for link browser
- Replaces hardcoded RTE configuration in BrowseLinksController
with one resolved by Formengine when rendering a field.... - 18:05 Revision 1d5327bc: [TASK] Improve overall recycler performance
- To improve the overall performance of the recycler, these things are done:
- Improve how permissions are checked for... - 17:00 Revision 0c0c2409: [BUGFIX] PHP 7 Reflection error for default value
- In PHP 7, under some circumstances the exception is not caught
as expected.
Therefore we use a check (as already done... - 17:00 Revision f7ea1c51: [BUGFIX] PHP 7 Reflection error for default value
- In PHP 7, under some circumstances the exception is not caught
as expected.
Therefore we use a check (as already done... - 16:54 Revision 0d0bbaf4: [BUGFIX] Only list valid forms
- Only list valid forms within the form manger and the form plugin.
Valid forms have an "identifier" and a "type" and ... - 16:40 Revision 60c5a116: [TASK] styleguide: Provide localized helpText for select_checkbox_3
- Resolves: https://github.com/TYPO3-CMS/styleguide/issues/112
- 15:03 Revision 7626e19a: [TASK] Update Install Tool text
- This commit is intented to improve the language
used in the Install Tool and each of its modules.
[+] Review title,s... - 14:57 Revision 8cb9506b: [!!!][TASK] Make all enumerations final
- Code which uses enumerations expects a known set of values, adding
more values by extending these classes leads to un... - 14:38 Revision 4d559269: [BUGFIX] Only list valid forms
- Only list valid forms within the form manger and the form plugin.
Valid forms have an "identifier" and a "type" and ... - 14:23 Revision c262bec5: [TASK] Move TSFE->getPageShortcut to PageRepository
- The method `getPageShortcut()` which is marked as private is moved to
PageRepository, as it only requires logic and m... - 13:11 Revision 47c77545: [BUGFIX] Fix method call matcher arguments config
- Resolves: #85139
Releases: master
Change-Id: Iadcfdb2bcc5dd0ebf3eeb535171a43c3a54afe47
Reviewed-on: https://review.ty... - 12:14 Revision f80f5fd0: [BUGFIX] Fix extension data import on sqlite
- Sqlite limits the maximum number of variables
allowed in a query. When importing the extension
list the chunks are to... - 11:47 Revision 9369ea39: [TASK] Deprecate Backend Module Routing methods
- Since TYPO3 v9.0, all routing in backend is handled unified, thus, the old
methods from historical reasons can be dep... - 11:23 Revision d18e495b: [BUGFIX] Correctly resolve RTE preset configuration for link browser
- Replaces hardcoded RTE configuration in BrowseLinksController
with one resolved by Formengine when rendering a field.... - 01:10 Revision a62a4c74: [BUGFIX] Fix inSet implementation for sqlite
- For SQLite inSet was implemented with a "like" substitution
which had various bugs. That implementation has
now been ...
2018-05-31
- 20:14 Revision 68c78a75: [BUGFIX] Handle access restrictions on recycler search
- Fetching a parent folder may throws an error if the user hasn't
access to the parent. This exception needs to be caug... - 20:12 Revision a52ca0e9: [BUGFIX] Handle access restrictions on recycler search
- Fetching a parent folder may throws an error if the user hasn't
access to the parent. This exception needs to be caug... - 19:27 Revision 0367dbda: [BUGFIX] Statement::rowCount not reliable for SELECT queries
- Concerning the usage of Statement::rowCount() the Doctrine DBAL
documentation states the following:
Returns the nu... - 14:35 Revision fd9e620a: [TASK] Deprecate Redirecting UrlHandler Hook Concept
- The concept for custom UrlHandlers, introduced in TYPO3 v7 for extracting JumpURL
into a TER extension has been depre... - 11:13 Revision fb269735: [TASK] Make FileBackendTest.php notice free
- Releases: master
Resolves: #84720
Change-Id: If13dfe85fcb41ce3a361fbb184d95c5ddffaf958
Reviewed-on: https://review.ty... - 00:11 Revision 557a6df2: [TASK] Deprecate usages of CharsetConverter in core
- CharsetConverter is still instantiated in some places and not needed at all times.
The following places have Charset...
2018-05-30
- 23:27 Revision 4e6e6cf9: [BUGFIX] Allow value for CLI command cleanup:versions --action argument
- Allow the usage of a value for --action argument of the CLI command
cleanup:versions as mentioned in the documentatio... - 23:06 Revision c7989cb1: [BUGFIX] Allow value for CLI command cleanup:versions --action argument
- Allow the usage of a value for --action argument of the CLI command
cleanup:versions as mentioned in the documentatio... - 22:56 Revision 99aaf3fd: [FEATURE] Use new TypoScript and TSConfig files extension
- It was decided to use .typoscript and .tsconfig
The patch renames the files and adds little BC layer which allows
you... - 22:41 Revision 507dbb53: [BUGFIX] Fix indexed search TypoScript settings documentation
- Releases: master, 8.7
Resolves: #85117
Related: #32030
Change-Id: I6af62c8337865e8a76c2dd8593f5afa38e0c2d26
Reviewed-... - 22:39 Revision 99f26e67: [TASK] Deprecate PageRepository->versioningPreview
- PageRepository has two public properties regarding
fetching records for versioned records:
- versioningPreview (bool)... - 22:25 Revision 26eb262e: [BUGFIX] Fix indexed search TypoScript settings documentation
- Releases: master, 8.7
Resolves: #85117
Related: #32030
Change-Id: I6af62c8337865e8a76c2dd8593f5afa38e0c2d26
Reviewed-... - 22:22 Revision dd143eaa: [BUGFIX] Remember selected page in fsMod and refactor page selection
- Currently selected page is remembered in the fsMod js object.
The JS code responsible for handling click on the node ... - 21:50 Revision 2f0d42dc: [TASK] Deprecate T3_ERR_SV_ constants
- The following constants related to the Services in TYPO3 have been moved into AbstractService
as class constants, eff... - 21:35 Revision 2fc6c9ae: [TASK] Deprecate various functionality in CharsetConverter
- Due to native support and a polyfill for mb_string(), lot of functionality of
CharsetConverter was simplified through... - 21:32 Revision abe66ba6: [TASK] Add Site Configuration to ConfigurationController
- Add the Site Configuration to the ConfigurationController to
simplify debugging and enable its inspection at the back... - 19:49 Revision 566acdb3: [TASK] Deprecate JavaScriptEncoder class
- The JavaScriptEncoder class was superseded with GeneralUtility::quoteJSvalue() in TYPO3 6.2
and is not used anymore. ... - 19:37 Revision e5f12b82: [TASK] CharsetConverter: Remove Case Folding
- Special Case Folding within CharsetConverter is not used anymore, and can be removed.
The public property $caseFoldi... - 14:27 Revision ab71719b: [TASK] Change visibility of CharsetConverter init methods
- Various CharsetConverter methods are there for initialization conversion,
which are marked as @private and are only u... - 11:58 Revision 5f7a5abe: [TASK] Consistent date and time rendering in FormEngine
- Use methods of BackendUtility to have a consistent look of date and
time fields in the backend.
Resolves: #85002
Rel... - 10:59 Revision 17876dba: [TASK] Consistent date and time rendering in FormEngine
- Use methods of BackendUtility to have a consistent look of date and
time fields in the backend.
Resolves: #85002
Rel... - 10:39 Revision ec512770: [BUGFIX] Ignore timezone for admin panel simulated time
- By default, the simulated time of the admin panel does not take the server
timezone into account. This leads to sever... - 09:47 Revision 04069575: [BUGFIX] Always prefer HTTPS for cross-domain links
- This expands the logic for forced absolute URLs to all cases and
ensures HTTPS is kept for cross-domain links if poss... - 01:19 Revision 3e2ab899: [BUGFIX] Allow writing temp files in composer mode
- The new Environment API allows to set the project path
outside of the web root, also moving typo3temp/var/
to env:PRO... - 01:16 Revision 40d0c292: [BUGFIX] Initialize AdminPanel only if enabled by user
- The admin panel can be disabled via the frontend UI by
click. When the admin panel is disabled the initialize
methods... - 01:06 Revision 629bd4cc: [TASK] Make TypoScriptParserTest.php notice free
- Releases: master
Resolves: #85091
Change-Id: I501b401a7553e969324ff79821780944ce240e5f
Reviewed-on: https://review.ty... - 00:05 Revision 229f0035: [TASK] Make Tests/Unit/Tree/ notice free
- Releases: master
Resolves: #85089
Change-Id: Idb85307b51e609f147ccfeacce710256778f96a2
Reviewed-on: https://review.ty... - 00:03 Revision c90b7074: [TASK] Clarify changelog file placement
- Releases: master
Resolves: #85039
Change-Id: I2e995aef69edd099d49b5915ab61c38e7d0af49e
Reviewed-on: https://review.ty...
2018-05-29
- 23:38 Revision 5dd6e889: [TASK] Deprecate 3rd argument in PageRepository->getRootLine()
- The third argument about catching errors can be achieved by building a try/catch
block around the method.
Resolves: ... - 23:01 Revision 9a0e8a97: [TASK] Make RootlineUtilityTest.php notice free
- Releases: master
Resolves: #85093
Change-Id: Ib5c8fbf7d4a69d05b0fb370440fba0bc755e5854
Reviewed-on: https://review.ty... - 08:08 Revision 6a650d60: [TASK] Deprecate PhpOptionsUtility
- The utility class was thinned out in the last TYPO3
versions and now is only used in EXT:install.
The functionality ... - 07:55 Revision ff1601ff: [TASK] Remove inline JS from Permissions Module
- Resolves: #85107
Releases: master
Change-Id: I218ae9ae3a2eb6bcd23eef2073bf8b11139d58bc
Reviewed-on: https://review.ty...
2018-05-28
- 21:44 Revision 6f175bf5: [BUGFIX] Remove dummy JS code in PageLayoutController
- The statement does nothing so it is removed.
Resolves: #85103
Releases: master
Change-Id: Ib9b20392d837262bd3d98069d... - 21:14 Revision 80b29e6c: [BUGFIX] Clean up error handler for site handling
- This patch handles several issues related to the new
site error handling introduced in TYPO3 v9.2.0:
1. It adds unit... - 13:34 Revision 9301ce96: [TASK] Deprecate GeneralUtility::arrayToLogString()
- The method arrayToLogString() within GeneralUtility is deprecated in favor of using
own implementations, based on PSR... - 10:12 Revision 92d0783f: [BUGFIX] Properly validate DateTimeImmutable objects
- Change-Id: I29159e835d362e3f0e06c2145e84c1119df152cf
Resolves: #85083
Releases: master, 8.7
Reviewed-on: https://revi... - 09:18 Revision 0fbeb2d7: [BUGFIX] Show all content elements with mod.web_layout.defLangBinding
- The option is meant to show translated content elements
alligned with their translation parent element (connected mod...
2018-05-26
- 10:19 Revision 74f46b02: [TASK] Cleanup t3editor controllers and docs
- EXT:t3editor has some AJAX controllers which can be simplified:
- Unused properties are removed
- Unrelated "LANG" ca...
Also available in: Atom