Activity
From 2018-01-10 to 2018-02-08
2018-02-08
- 23:56 Revision 728c4fed: [TASK] Resolve Todos in InheritancesResolverService
- Add some comments to understand InheritanceResolverService class.
Minor refactoring of duplicated code.
Add Test for ... - 23:45 Revision 6efe8392: [BUGFIX] Align Storage “is_public” checkbox with checkbox styles
- The markup generated by the UserStorageCapabilityService is now
in line with the overall styling of checkboxes in TCA... - 22:35 Revision eb310ba3: [BUGFIX] Allow silent upgrade service to migrate old displayErrors setting
- The bootstrap throws an exception when the setting SYS/displayErrors
is not set to "-1", "0" or "1". In the Install T... - 22:15 Revision 9501ba13: [TASK] Use PSR-7 Response objects for external URL redirects
- Instead of immediately exiting, allow to post-process the response
through the middleware chain.
Change-Id: Icfb47f7... - 22:04 Revision 6cc0b487: [TASK] Move BE-related bootstrap code to PSR-15 middleware
- Various functionality used by both backend request handlers is moved
into PSR-15 compatible middleware, making the fo... - 21:58 Revision 06fbb8cf: [BUGFIX] Allow silent upgrade service to migrate old displayErrors setting
- The bootstrap throws an exception when the setting SYS/displayErrors
is not set to "-1", "0" or "1". In the Install T... - 20:38 Revision 9f05cba0: [BUGFIX] Allow workspace preview inside another rootline
- The rootline for page view now depends on the webmounts of the workspace
the preview link was generated on and not th... - 20:38 Revision d7c8f291: [BUGFIX] Allow workspace preview inside another rootline
- The rootline for page view now depends on the webmounts of the workspace
the preview link was generated on and not th... - 20:12 Revision 669f67d3: [TASK] Deprecate page.javascriptLibs.*
- The settings page.javascriptLibs and page.javascriptLibs.jQuery
have been marked as deprecated and will be removed in... - 20:06 Revision e48b91c5: [BUGFIX] Remove usage of fluid legacy classes
- With https://review.typo3.org/#/c/54068/ a lot of fluid classes
were changed and replaced by fluid standalone classes... - 20:05 Revision 840becac: [TASK] Improve file overwriting dialog of the filelist module
- - Remove grey background box
- Move buttons on the same row
- Better position for alternatively actions
- Some margin... - 19:21 Revision 140e85ab: [TASK] Improve file overwriting dialog of the filelist module
- - Remove grey background box
- Move buttons on the same row
- Better position for alternatively actions
- Some margin... - 19:17 Revision ae6338fe: [BUGFIX] Respect TSconfig option showHistory
- The TSconfig `options.showHistory` is not respected inside the core.
Add checks for list view and context menu.
Insi... - 15:49 Revision 3b7bd11e: [BUGFIX] Fix unset bits in options.alertPopup bitmask
- The validation in JsConfirmation did not allow for a value
based on JsConfirmation:ALL with some bits unset.
Change-... - 15:24 Revision 41b9b1e8: [BUGFIX] Fix unset bits in options.alertPopup bitmask
- The validation in JsConfirmation did not allow for a value
based on JsConfirmation:ALL with some bits unset.
Change-... - 14:37 Revision 585f361d: [TASK] Rewrite eID handling as PSR-15 middleware
- Releases: master
Resolves: #83803
Change-Id: Id704c5235e5e844d8e42482dd55948e0ad4a2162
Reviewed-on: https://review.ty... - 14:14 Revision c3efc046: [TASK] Show warning when deleting an element which has references
- Show the same warning in the page module as done in the list module,
except without the title and the table:uid combi... - 09:37 Revision 4f17dd08: [BUGFIX] Deprecate broken buildQueryParameters hook
- This change deprecates the "buildQueryParameters" hook in three
different classes and adds two new hooks in DatabaseR...
2018-02-07
- 22:54 Revision 629d6fde: [TASK] Add backwards-compatibility for old BE modules
- Handling of "&M" parameters is added back in order to make
the transition for Backend modules easier.
Resolves: #838... - 22:21 Revision 835a3171: [BUGFIX] Remove wrong phpDoc for defineTypo3RequestTypes function
- There is no return value, drop the @return tag.
Also add @param int $requestType to setRequestType
Resolves: #83801
... - 22:20 Revision f70522cf: [TASK] Rewrite the redirect handler as PSR-15 HTTP middleware
- The code is restructured to clearly distinct between aborting
the middleware chain – returning an own response – and ... - 22:17 Revision 5515ba25: [BUGFIX] Fix timetracker and pre-process middleware sequence
- Correct middleware configuration to preserve the ordering
timetracker initialization and pre-process hook had prior
t... - 21:32 Revision 2ce1dffb: [TASK] Implement runtime_cache for DataHandler->recUpdateAccessCache
- Removes "public internal" cache variable and implements runtime_cache
instead.
Change-Id: I8262a699d60db9e9eb04f23c3... - 20:07 Revision d99e3380: [TASK] Improve prevention of redirect loop
- This prevents a redirect loop with realurl where an editor
doesn't see the pagetree of his login domain in his worksp... - 20:02 Revision 20678ebb: [TASK] Use existing js listeners in page module
- Resolves: #81466
Releases: master, 8.7
Change-Id: Icf9dace3b00667e4d6a17cc5d3559782beffb725
Reviewed-on: https://revi... - 19:56 Revision 526f1795: [TASK] Reenable all additionals in video tag
- Enable all additionalAttributes and additionalConfig’s to cover w3c and special spacs.
Resolves: #81743, #81741
Rele... - 19:50 Revision e993d07f: [TASK] Unify layout of tables in submodules
- Use the same layout for tables in submodules of module 'Info'.
Resolves: #81457
Releases: master
Change-Id: I1135bbf... - 19:49 Revision 755205b0: [TASK] Improve prevention of redirect loop
- This prevents a redirect loop with realurl where an editor
doesn't see the pagetree of his login domain in his worksp... - 13:36 Revision 825e5d32: [TASK] Properly select Chinese (Simplified) in DatePicker.js
- The language identifier key for Chinese in TYPO3s backend is ‘ch’.
The valid identifier should be ‘zh-cn’, but we can...
2018-02-06
- 23:01 Revision 377bdaae: [BUGFIX] Do not rawurlencode record titles using label_alt and type=group
- Do not rawurlencode the label_alt part references of record titles if
they are of type=group as this leads to duplica... - 21:46 Revision d5c7e42d: [TASK] Use TSFE->isBackendUserLoggedIn() instead of public variable
- The public method TSFE->isBackendUserLoggedIn() instead of
TSFE->beUserLogin (public property).
Resolves: #83785
Rel... - 21:35 Revision 374c3e96: [BUGFIX] Allow users without delete permissions to drag pages in page tree
- BE users without delete rights can now drag-drop pages in the page tree.
The drag - delete area is not shown.
Resolv... - 21:29 Revision cdc66e19: [TASK] Move frontend pre-process functionality to PSR-15 middleware
- This patch moves logic out of the RequestHandlers into PSR-15 compatible
middleware classes to call a hook and initia... - 21:09 Revision 9266297f: [FEATURE] Add support for PSR-15 HTTP middlewares
- PSR-15 middlewares are hooks on steroids for HTTP requests.
Due to chaining middlewares and the core request handler(... - 12:04 Revision 336ab659: [TASK] Set TYPO3 version to 7.6.25-dev
- Change-Id: I74d839719a841d19b23241af87c1f5cfbc012d7f
Reviewed-on: https://review.typo3.org/55574
Tested-by: TYPO3com ... - 12:02 Revision 6164161c: [TASK] Set TYPO3 version to 8.7.11-dev
- Change-Id: Iae0fa0d5726f831c0025aaad3cb21286e0d3c41b
Reviewed-on: https://review.typo3.org/55572
Tested-by: TYPO3com ... - 11:54 Revision 9c6b6620: [RELEASE] Release of TYPO3 7.6.24
- Change-Id: I58a85b55724c2a4072a7ceec900cab685a0a834b
Reviewed-on: https://review.typo3.org/55573
Reviewed-by: Oliver ... - 11:46 Revision a33acf4e: [RELEASE] Release of TYPO3 8.7.10
- Change-Id: Idfb7eea72c6e2b825227c19211664e8b7d823201
Reviewed-on: https://review.typo3.org/55571
Reviewed-by: Oliver ... - 11:43 Revision 923ce4ca: [BUGFIX] Replace calls to the deprecated PHP function each()
- This patch replaces the calls to the PHP function each() as it is
marked as deprecated in PHP 7.2. Additionally it ad... - 11:32 Revision 38d68837: [BUGFIX] Replace calls to the deprecated PHP function each()
- This patch replaces the calls to the PHP function each() as it is
marked as deprecated in PHP 7.2. Additionally it ad... - 11:18 Revision 8bcf6b29: [BUGFIX] Replace calls to the deprecated PHP function each()
- This patch replaces the calls to the PHP function each() as it is
marked as deprecated in PHP 7.2. Additionally it ad... - 11:01 Revision 6269d46a: [BUGFIX] Prevent enforcing opened database connection with initCommands
- This patch moves the execution of configured initCommands to the end
of connect function. This prevents a database co...
2018-02-05
- 22:41 Revision df6e4e26: [BUGFIX] Only scan package base paths if subdirectories exist
- Include possible package base paths only if subdirectories are available.
Otherwise no extension can be found in the ... - 22:29 Revision 78980d4c: [BUGFIX] Only scan package base paths if subdirectories exist
- Include possible package base paths only if subdirectories are available.
Otherwise no extension can be found in the ... - 21:06 Revision 86b439e4: [BUGFIX] Add missing DOM ready checks in filelist
- Some modules in the filelist are missing DOM ready checks.
This patch adds the missing checks to prevent loading issu... - 20:56 Revision fc674fd1: [BUGFIX] Forward header in DebugUtility:debug to renderDump
- Improve the debug output by forwarding the given title.
Resolves: #83688
Releases: master, 8.7
Change-Id: I160b5676c... - 20:44 Revision c61dcb5f: [BUGFIX] Forward header in DebugUtility:debug to renderDump
- Improve the debug output by forwarding the given title.
Resolves: #83688
Releases: master, 8.7
Change-Id: I160b5676c... - 20:25 Revision e68ddc0b: [TASK] Update screenshots in 'TYPO3 Manual'
- Resolves: #82442
Releases: master
Change-Id: I90b596839a85c43c59c2d45870b344c09e59769d
Reviewed-on: https://review.ty... - 20:24 Revision eed98fc3: [BUGFIX] Allow dev branch install of subtree split packages
- To make it possible to require subtree split packages
as a dev 8.7.*@dev versions, we need to adapt the
dependencies ... - 19:27 Revision a509d71b: [BUGFIX] EXT:form - fix array overrules within YAML preprocessing
- If you use the "__inheritance" operator within an EXT:form configuration
file, configuration keys of the parent eleme... - 16:08 Revision 77899870: [BUGFIX] EXT:form - fix array overrules within YAML preprocessing
- If you use the "__inheritance" operator within an EXT:form configuration
file, configuration keys of the parent eleme... - 15:47 Revision 145439f8: [BUGFIX] Add language parameter to preview url in list module
- The language parameter was not set if the "View webpage" button was used
within the context menu of an element in the... - 14:56 Revision edd210da: [BUGFIX] EXT:form - add compatibility for issue #82210
- The fix for issue #82210 implies a breaking change within a minor
release (template changes) and was never documented... - 14:48 Revision 308242ea: [BUGFIX] Add missing DOM ready checks in filelist
- Some modules in the filelist are missing DOM ready checks.
This patch adds the missing checks to prevent loading issu... - 14:21 Revision a5908631: [BUGFIX] EXT:form - handle boolean finisher options
- Properly store boolean form definition values. Also
boolean finisher options are returned as boolean now.
Resolves: ... - 13:58 Revision fa01dca9: [BUGFIX] Improve ErrorHandlerTest handleErrorFetchesDeprecations
- The patch decouples the ErrorHandler test from MySQL and some internal
deprecated function.
Related: #83770
Releases... - 13:33 Revision 42507b47: [TASK] Apply code formating for all JavaScript files
- This is the first step for introduce CGL for JavaScript files.
The settings of the .editorconfig file is now applied ... - 13:21 Revision 9f73c3a6: [TASK] Apply code formating for all JavaScript files
- This is the first step for introduce CGL for JavaScript files.
The settings of the .editorconfig file is now applied ... - 13:12 Revision dc360743: [BUGFIX] Page module: Respect connected mode during drag & drop
- This patch adjusts the drag and drop handling on the page module.
Localized content element can't get moved anymore w... - 13:00 Revision a89df125: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/109 from wmdbMattes/mattesSeineChanges
- Reflect Checkbox rendertypes CheckboxToggle and LabeledToggle
- 12:53 Revision dfcc0ac6: Add multi-column toggle switches
- 12:17 Revision 42d45e6f: [BUGFIX] Page module: Respect connected mode during drag & drop
- This patch adjusts the drag and drop handling on the page module.
Localized content element can't get moved anymore w... - 11:47 Revision a8da8555: [TASK] Update typo3fluid/fluid to 2.5.0
- Fixes various issues, brings PHP 7.2 compatibility
to v8 core branch of standalone fluid.
composer command used:
com... - 11:43 Revision 79a58ed0: [TASK] Update typo3fluid/fluid to 2.5.0
- Fixes various issues, brings PHP 7.2 compatibility
to v8 core branch of standalone fluid.
composer command used:
com... - 10:29 Revision 48e397b4: [BUGFIX] D3.js uses basic authentication credentials cached in browser
- Chrome 64 changed the behaviour regarding xhr.open() calls when passing
null values as password and username.
The d3.... - 01:45 Revision 7fea59aa: [BUGFIX] Add possibility to use session data in TS conditions
- Bring back the possibility to access FE session data in
TypoScript conditions:
[globalVar = TSFE:fe_user|sesData|some...
2018-02-04
- 23:10 Revision 6fbefa62: [BUGFIX] Prevent enforcing opened database connection with initCommands
- This patch moves the execution of configured initCommands to the end
of connect function. This prevents a database co... - 22:48 Revision c950cdef: [BUGFIX] Add possibility to use session data in TS conditions
- Bring back the possibility to access FE session data in
TypoScript conditions:
[globalVar = TSFE:fe_user|sesData|some... - 20:23 Revision aba02120: [BUGFIX] Catch InvalidPathException for FileStorages
- Editing faulty FileStorages is possible again due to catching the
respective exception and piping it into a FlashMess... - 20:22 Revision bc2ad137: [BUGFIX] Re-apply colorspace to resulting image
- When using filters the colorspace is not always applied.
A quickfix is to add the colorspace-setting again before
wri... - 19:42 Revision 987a9eaf: [BUGFIX] Re-apply colorspace to resulting image
- When using filters the colorspace is not always applied.
A quickfix is to add the colorspace-setting again before
wri... - 19:34 Revision 25f48916: [BUGFIX] Provide Foldername in InaccessibleException
- The central InsufficientFolderReadPermissionsException now
displays the name of the folder in question to ease tracin... - 19:28 Revision cecacc9a: [FEATURE] Add toggle switches to FormEngine
- In order to give FormEngine a fresher look we add the following
renderTypes to type=checkbox
* checkboxToggle
* chec... - 19:18 Revision 76aa66dd: [BUGFIX] Provide Foldername in InaccessibleException
- The central InsufficientFolderReadPermissionsException now
displays the name of the folder in question to ease tracin... - 19:04 Revision 0814406d: [BUGFIX] Catch InvalidPathException for FileStorages
- Editing faulty FileStorages is possible again due to catching the
respective exception and piping it into a FlashMess... - 18:43 Revision 7b0e70fe: [BUGFIX] Access parent element in Element Browser correctly
- When the element browser is opened in a popup window, the parent element
(=popup) is now accessed properly.
This pat... - 18:41 Revision 6b7c0385: [FEATURE] Allow flexible search in Suggest Wizard
- The Suggest Wizard now allows to search for multiple
terms in field by splitting the searchterm by +.
This allows to... - 18:29 Revision 2e515c64: [BUGFIX] Don’t show translated pages in SuggestWizard
- The SuggestWizard no longer returns translated pages.
For the sake of database relations, relating directly to a tran... - 15:37 Revision 665c0201: [TASK] Increase cache db backend blob
- Sets the typo3 database cache backend "content" field
from mediumblob to longblob.
Mediumblob on mysql equals 16MB ma...
2018-02-03
- 23:54 Revision b48302a0: [TASK] Revert "Add support for PSR-15 HTTP middlewares"
- This reverts commit f22792eceea631b8f01fbe0fcbf3e62b52246cad
reviewed on https://review.typo3.org/#/c/55528/
due to a... - 23:42 Revision 75b84cfb: [TASK] Revert "Move frontend pre-process functionality to PSR-15 middleware"
- This reverts commit a1f5a2320cdcf50bf4e5670a191baa116a550310
due to author conflicts.
https://review.typo3.org/#/c/5... - 22:23 Revision a1f5a232: [TASK] Move frontend pre-process functionality to PSR-15 middleware
- This patch moves logic out of the RequestHandlers into PSR-15 compatible
middleware classes to call a hook and initia... - 21:56 Revision f22792ec: [FEATURE] Add support for PSR-15 HTTP middlewares
- PSR-15 middlewares are hooks on steroids for HTTP requests.
Due to chaining middlewares and the core request handler(... - 21:11 Revision d0243877: [BUGFIX] Element Browser should only render default language pages
- The Browseable Trees (Element Browser) show pages with
language > 0 (page translations), due to a missing fix
during ... - 20:47 Revision 7cd09eb3: [BUGFIX] Allow users without delete permissions to drag pages in page tree
- BE users without delete rights can now drag-drop pages in the page tree.
The drag - delete area is not shown.
Resolv... - 12:49 Revision d59072a8: [BUGFIX] D3.js uses basic authentication credentials cached in browser
- Chrome 64 changed the behaviour regarding xhr.open() calls when passing
null values as password and username.
The d3.... - 11:13 Revision 559a2a2b: [TASK] Require "fluid" for "fluid_styled_content"
- When requiring fluid_styled_content in an extension
by composer, the extension fluid should be required and
installed...
2018-02-02
- 14:27 Revision 2f86c50c: [BUGFIX] Apply proper button class to BE Layout Modal
- The modal “OK” button of the BE layout column assignment now sports the correct color
for the button.
Resolves: #836...
2018-02-01
- 19:13 Revision 123846c0: [TASK] Ensure HTTP RequestHandlers always return a PSR-7 Repsonse
- This is in preparation for PSR-15 middleware support which
will require PSR-7 RespnseInterface return type declaratio... - 14:44 Revision 2b686bbb: [BUGFIX] Fix "Select & upload files" button for FAL in flexform
- Fix regular expression in escapeCssSelector method, to convert
e.g. "." to "\.".
Resolves: #83747
Branches: master, ... - 13:20 Revision 13260552: [BUGFIX] Fix "Select & upload files" button for FAL in flexform
- Fix regular expression in escapeCssSelector method, to convert
e.g. "." to "\.".
Resolves: #83747
Branches: master, ... - 12:45 Revision f368deda: [TASK] Show language mode in Page module
- Editors can now immediately see whether a page is in Free, Connected or
Mixed mode in a certain language.
Resolves: ... - 12:12 Revision 20325a0f: [FOLLOWUP][BUGFIX] Remove uglify of jquery-ui/sortable.js
- This patch removes the uglify task of jquery-ui/sortable.js.
With https://review.typo3.org/#/c/55389/ the lib was pat... - 11:35 Revision b93b30a0: [FOLLOWUP][BUGFIX] Remove uglify of jquery-ui/sortable.js
- This patch removes the uglify task of jquery-ui/sortable.js.
With https://review.typo3.org/#/c/55389/ the lib was pat...
2018-01-30
- 23:14 Revision 14a69066: [BUGFIX] Change documentation of [BE][interfaces]
- The order of the options given is irrelevant as
they will always be rendered in the same order.
The documentation wa... - 19:38 Revision ff944bf9: [TASK] Set TYPO3 version to 9.2.0-dev
- Change-Id: I221d472b3bd9ac035221cb804601740cf77847b0
Reviewed-on: https://review.typo3.org/55505
Tested-by: TYPO3com ... - 18:21 Revision e2f80cd0: [BUGFIX] Fix example code for TCA "fieldControl"
- Resolves: #83732
Releases: master, 8.7
Change-Id: I7dccb42445dba584ed1c9a814f62525335d26ab1
Reviewed-on: https://revi... - 16:31 Revision a06e0787: [RELEASE] Release of TYPO3 9.1.0
- Change-Id: I8ebeca67eb5524682846a2fb7d55ee8bbde1a318
Reviewed-on: https://review.typo3.org/55504
Reviewed-by: Oliver ... - 16:10 Revision de3e6132: [BUGFIX] Avoid JS error when using 'eval' => 'int,nospace' in TCA
- By casting the JavaScript variable to string this patch avoids an error
if 'eval' => 'int,nospace' is used in a TCA c... - 15:43 Revision 8e71dd86: [BUGFIX] Avoid JS error when using 'eval' => 'int,nospace' in TCA
- By casting the JavaScript variable to string this patch avoids an error
if 'eval' => 'int,nospace' is used in a TCA c... - 15:41 Revision 8809441a: [BUGFIX] Fix example code for TCA "fieldControl"
- Resolves: #83732
Releases: master, 8.7
Change-Id: I7dccb42445dba584ed1c9a814f62525335d26ab1
Reviewed-on: https://revi... - 15:27 Revision 7cb501de: [BUGFIX] EXT:filelist Canceling the file exists already modal works now
- When renaming a file with the name of an existing file a modal is shown.
Pressing the cancel button no longer renames... - 14:51 Revision db036cc5: [DOCS] 1/1 9.1 Documentation
- Proofread documentation for CMS 9.1.
Two rst snippets remain in Changelog/master in order to ease a scheduled
revert... - 13:04 Revision 160f8db6: Revert "[FEATURE] EXT:form - introduce YAML "imports""
- While the intended feature is great (having the possiblity
to extract and re-use parts of the form definition),
imple...
2018-01-29
- 23:14 Revision dbb6c564: [FEATURE] Option to globally enable redirect hit count
- Most websites probably use custom analytics for page
hit statistics or are not interested in the count of
hits on a r... - 22:52 Revision 310af007: [TASK] Improved extension configuration API
- The patch implements feedback from the new
ExtensionConfiguration API.
get() now falls back to a parsing of ext_conf_... - 21:50 Revision 8bff8c83: [BUGFIX] NewContentElementWizardController to NewContentElementController
- NewContentElementWizardController, which has been introduced for TYPO3 v9
to render the new content element process i... - 20:35 Revision 245f0a9f: [BUGFIX] Invalid session token on creating content element in admin panel
- When creating a new content element in the frontend using the according
button in the "editing" section of the admin ... - 20:35 Revision 16c664f2: [BUGFIX] Invalid session token on creating content element in admin panel
- When creating a new content element in the frontend using the according
button in the "editing" section of the admin ... - 20:35 Revision dc500835: [BUGFIX] Invalid session token on creating content element in admin panel
- When creating a new content element in the frontend using the according
button in the "editing" section of the admin ... - 18:24 Revision 13efc898: [BUGFIX] Correct example in redirects feature documentation
- Resolves: #83723
Releases: master
Change-Id: I010796bd056e6c70d21010ef649f127c4d006a21
Reviewed-on: https://review.ty... - 13:35 Revision c6849215: [BUGFIX] Properly check serialized_executions to avoid PHP 7.2 warnings
- To avoid warnings with PHP 7.2, `serialized_executions` must be checked
for being not an empty value.
Resolves: #836... - 13:34 Revision 37e42d5d: [BUGFIX] Properly check serialized_executions to avoid PHP 7.2 warnings
- To avoid warnings with PHP 7.2, `serialized_executions` must be checked
for being not an empty value.
Resolves: #836... - 12:52 Revision 8e617787: [BUGFIX] Properly check `serialized_executions` to avoid warnings with PHP 7.2
- To avoid warnings with PHP 7.2, `serialized_executions` must be checked
for being not an empty value.
Resolves: #836... - 11:07 Revision e643a092: [BUGFIX] EXT:filelist Fixed exception when creating new text file
- The exception does not occur with the LocalDriver.
For testing use the driver mentioned in the forge issue.
Resolves... - 11:02 Revision ff11b9d7: [BUGFIX] Change documentation of [BE][interfaces]
- The order of the options given is irrelevant as
they will always be rendered in the same order.
The documentation wa... - 10:56 Revision c098aca2: [BUGFIX] Add preview icon in overview and link to record edit
- In the overview table of the redirects module the source path now links
to edit record view (like everywhere in the b...
2018-01-28
- 15:42 Revision 91b0f3be: [TASK] Show language mode in Page module
- Editors can now immediately see whether a page is in Free, Connected or
Mixed mode in a certain language.
Resolves: ... - 14:54 Revision 2ab4dd19: [BUGFIX] Add missing htmlspecialchars() and cleanup in EXT:recordlist
- Add missing htmlspecialchars() calls in EXT:recordlist and do cleanup.
Resolves: #83358
Releases: master, 8.7
Change... - 13:47 Revision 4ab5437b: [TASK] Move changing preview processing config to processing service
- Instead of complementing processing configuration in the file class,
move it to the processing service and LocalPrevi... - 13:47 Revision 07ef3630: [TASK] Move changing preview processing config to processing service
- Instead of complementing processing configuration in the file class,
move it to the processing service and LocalPrevi...
2018-01-27
- 19:34 Revision 10d598d2: [BUGFIX] Catch DatabaseRecordException when editing record with deleted relation
- Editing a record with a deleted related record leads to an uncaught
DatabaseRecordException. This patch catches the e... - 15:43 Revision 8c532683: [BUGFIX] Use fallback for source link in wildcard redirects
- If a wildcard source host is used in a redirect record the link in
the list of redirects the view domain for the firs... - 15:39 Revision 244a9525: [TASK] Make ext:redirect part of factory default
- The extension is now loaded by default when installing
the system.
Change-Id: I9bd887b3e4d8779c2591ddec171de627899fd... - 15:38 Revision 44eacb7e: [BUGFIX] Add renderType to redirect target statuscode field
- Change-Id: I029e0a9e3522adde7c35a82349ecd15c595848d7
Resolves: #83692
Releases: master
Reviewed-on: https://review.ty... - 14:00 Revision 641943f4: [BUGFIX] Fix incomplete validation of source_host field
- This patch complete the validation of source_host field and
add some tests for the server side validation.
Also a cli... - 12:10 Revision edfe775e: [BUGFIX] Catch DatabaseRecordException when editing record with deleted relation
- Editing a record with a deleted related record leads to an uncaught
DatabaseRecordException. This patch catches the e... - 11:26 Revision be68bd76: [TASK] use horizontal ellipsis instead of 3 dots
- Releases: master
Resolves: #83697
Change-Id: I6f7217f8a479298249a92ff43eb650638077d8e5
Reviewed-on: https://review.ty... - 11:25 Revision be287e78: [BUGFIX] Only reference existing locallang files
- Resolves: #83698
Releases: master, 8.7
Change-Id: I7bfe3c32c5fec6e7098462dcbe0353afd9258900
Reviewed-on: https://revi... - 11:20 Revision 061a56e4: [BUGFIX] Only reference existing locallang files
- Resolves: #83698
Releases: master, 8.7
Change-Id: I7bfe3c32c5fec6e7098462dcbe0353afd9258900
Reviewed-on: https://revi... - 08:44 Revision 07a8a63a: [TASK] Timebased redirects shown correctly
- When a timebased redirect is not active now a
sheduled-end icon with additional information
is displayed.
Resolves: ...
2018-01-26
- 17:39 Revision f96defde: [BUGFIX] Remove validation for field source_path
- This patch removes the validation of the source_path field.
It is not possible to validate the input because a RegExp... - 15:22 Revision 81693692: [BUGFIX] Set correct PHPDoc hint for addPageTSConfig and addUserTSConfig
- Resolves: #83687
Releases: master, 8.7
Change-Id: Ifa705340bc0523e914c688eea00dbb2812bbedd0
Reviewed-on: https://revi... - 15:21 Revision 191ca7fd: [TASK] Use SVG icons in EXT:redirects
- The module icon is in SVG format with a background color from
the TYPO3 icon set. A similar icon for the record type ... - 15:17 Revision d296ff86: [BUGFIX] Fix system maintainer checkbox size
- Change-Id: Ibdd234c7f6c32c5edb9af25ea5e5e74ef91feb57
Resolves: #83690
Releases: master
Reviewed-on: https://review.ty... - 15:14 Revision bbea8f4d: [BUGFIX] Set correct PHPDoc hint for addPageTSConfig and addUserTSConfig
- Resolves: #83687
Releases: master, 8.7
Change-Id: Ifa705340bc0523e914c688eea00dbb2812bbedd0
Reviewed-on: https://revi...
2018-01-25
- 11:54 Revision 11fda7a8: [BUGFIX] Show and hide arrow correctly in page tree
- This will set the attribute "visibility" to the correct value "visible"
or "hidden" instead of "collapse" so the arro...
2018-01-24
- 20:23 Revision 2b5d1c81: [BUGFIX] Add language parameter to preview url in list module
- The language parameter was not set if the "View webpage" button was used
within the context menu of an element in the... - 18:09 Revision 05e4d107: [TASK] Display ApacheThreadStackSize message correctly during installation
- With this patch the html chars inside the
"ApacheThreadStackSize" flashmessage during the installation are displayed
... - 17:09 Revision 6ba79f46: [TASK] Migrate getPagesTSconfig to runtime cache
- BackendUtility::getPagesTSconfig() uses local
method static properties as cache.
This prevents dedicated flushing, wh... - 16:54 Revision a2c71b79: [TASK] Migrate getPagesTSconfig to runtime cache
- BackendUtility::getPagesTSconfig() uses local
method static properties as cache.
This prevents dedicated flushing, wh... - 16:54 Revision dadc7d0d: [TASK] Hide redirect table header when no records exist
- Resolves: #83661
Release: master
Change-Id: I8a7307986896fa2d68b5013d1defc235eff1d3e4
Reviewed-on: https://review.typ... - 16:47 Revision e23014b8: [BUGFIX] Use correct default value for field data_page_reg1
- The field data_page_reg1 of table index_phash is defined as integer.
Therefore the default value must be 0 instead of... - 16:47 Revision 32775f83: [BUGFIX] Use correct default value for field data_page_reg1
- The field data_page_reg1 of table index_phash is defined as integer.
Therefore the default value must be 0 instead of... - 16:28 Revision 5472badf: [BUGFIX] Use correct default value for field data_page_reg1
- The field data_page_reg1 of table index_phash is defined as integer.
Therefore the default value must be 0 instead of... - 15:54 Revision b88195d7: [TASK] Use … instead of dots for a correct typography
- The correct typography is to use the character "…"
instead of "...".
Resolves: #83614
Releases: master, 8.7
Change-... - 15:43 Revision c71c8baa: [TASK] Use … instead of dots for a correct typography
- The correct typography is to use the character "…"
instead of "...".
Resolves: #83614
Releases: master, 8.7
Change-... - 14:01 Revision a47a40e1: [BUGFIX] EXT:filelist Removed cut and copy buttons from "Extended view"
- The cut and copy buttons were shown twice in filelist module.
Once in “Extended view” and once in “Show clipboard”
R... - 13:43 Revision 86e9ec76: [BUGFIX] EXT:filelist Removed cut and copy buttons from "Extended view"
- The cut and copy buttons were shown twice in filelist module.
Once in “Extended view” and once in “Show clipboard”
R... - 12:20 Revision aef2307b: [TASK] EXT:form - set of additional unit tests
- Resolves: #82386
Releases: master
Change-Id: I40b83041149b8955b51c3a2c54d8690392356ae1
Reviewed-on: https://review.ty... - 11:48 Revision 630342bf: [TASK] EXT:redirects - Wrong variable name in phpdoc of class SourceHost
- - Resolves a wrong variable definition in phpdoc
- Adds type safe method parameter
- Adds return type string to metho...
2018-01-23
- 21:10 Revision e3a4bd77: [BUGFIX] Process large uid lists in chunks in RelationHandler
- Uid lists in the relation handler can be very big. To avoid exceeding
query limits like maximum number of placeholder... - 21:00 Revision dfffc87d: [BUGFIX] Process large uid lists in chunks in RelationHandler
- Uid lists in the relation handler can be very big. To avoid exceeding
query limits like maximum number of placeholder... - 20:28 Revision 226a7dae: [FEATURE] Add drawHeaderHook to EXT:recordlist
- Add an additional hook to the EXT:recordlist which makes
it possible to add content above any other content.
Resolve... - 18:28 Revision 842ff30b: [TASK] Add LICENSE.txt to ext:redirects
- Change-Id: I59846db22964a26f610a304fab85f570884b063d
Resolves: #83651
Releases: master
Reviewed-on: https://review.ty... - 18:05 Revision 5312cb2b: [TASK] Specific exception in ArrayUtility::removeByPath()
- Similar to getValueByPath(), removeByPath() now throws
a specific exception if the path to remove does not
exist in g... - 17:55 Revision 8c36fd06: [!!!][TASK] Remove sys_domain redirect functionality
- The existing functionality of sys_domain database records that redirect to a
different target has been migrated into ... - 16:39 Revision fe2d2fb8: [BUGFIX] Set focus on the search input field in page tree
- After clicking on the filter button in the page tree,
the focus is set on the input field allowing to type
search wor... - 16:34 Revision 2a0ea300: [FEATURE] Add system extension "redirects"
- A new system extension "redirects" is added, which ships a flexible
handling of HTTP redirects, useful both for marke... - 15:14 Revision 8fb1559c: [BUGFIX] Generate entry points for subtree split packages
- Add dependency to a composer package that generates
the entry points for TYPO3 in versions 8.7.*
to typo3/cms-core
T... - 11:29 Revision c57eea6d: [BUGFIX] Show correct file reference information
- This patch corrects how file references (from softrefs) are stored in
sys_refindex table as this was changed with pat... - 11:11 Revision e6b9cdea: [BUGFIX] Show correct file reference information
- This patch corrects how file references (from softrefs) are stored in
sys_refindex table as this was changed with pat... - 08:46 Revision 0071228d: [BUGFIX] Fix minor typos in ReST of #83637
- Resolves: #83644
Related: #83637
Releases: master
Change-Id: Ifdee387950181b869c9dfa1df2644bd5b51e6ce0
Reviewed-on: h...
2018-01-22
- 22:41 Revision 90b9959d: [BUGFIX] Fresh tag in TypoScriptConstantsViewHelper per call
- With current fluid, the TypoScriptConstantsViewHelper is
instantiated only once and re-used if called multiple times.... - 21:59 Revision c1798ab3: [FEATURE] Execute hooks on backend user login
- When a user successfully logs in to the backend of TYPO3, registered
hooks are executed. This allows for the developm... - 19:38 Revision 69f2f88e: [FEATURE] Add new main module "Site"
- A new main module for the TYPO3 Backend is introduced, named "site",
which serves a main entry point for integrators ...
2018-01-21
- 13:25 Revision 1186d42f: [FEATURE] Support pecl-memcached in MemcachedBackend
- The MemcachedBackend now also supports the pecl-memcached
module. The caching backend detects which modules are insta...
2018-01-20
- 20:23 Revision 3d243e6f: [TASK] Add getter for TemplateService->rootId
- The rootID holds the page ID where the root sys_template
record was found.
As this is crucial for some hooks this pr... - 15:49 Revision 1a9d307c: [BUGFIX] Install: Typo in category of extension configuration
- Resolves: #83620
Releases: master
Change-Id: I903207c22daa20312447c18d6b9ddd8f1cd61a5a
Reviewed-on: https://review.ty...
2018-01-19
- 18:31 Revision 0919a7cf: [BUGFIX] Extension config: Write LocalConfiguration only if needed
- The extension configuration is currently written by the
install tool silent updater each time the install tool
is ent... - 16:08 Revision d0873491: [TASK] Specific exception in ArrayUtility::getValueByPath()
- If ArrayUtility::getValueByPath() does not find a given
path in an array structure, it currently throws a generic
\Ru... - 15:44 Revision 033a5922: [TASK] Minor annotation and sanitation improvements
- Various changes throughout the system improving
method annotations here and there or sanitizing
code a bit better.
C... - 15:40 Revision 950219d5: [TASK] Improve documentation of forge issue #33071
- Some rewording on a .rst file and some additional information
to make more clear what is meant.
Releases: master
Res...
2018-01-18
- 18:05 Revision 9721e68a: [BUGFIX] Filter pages in page tree by uid
- Brings back the possibility to filter pages by uid
in the new SVG page tree.
Resolves: #83245
Releases: master
Chang... - 15:16 Revision e044ef20: [TASK] impexp: Remove size handling
- ext:impexp has a "size" display and adds size information
to export formats for records file sizes. This is entirely
... - 15:01 Revision fc6bbe83: [TASK] impexp: Streamline position and layout of CSH
- This patch streamlines the position and layout for the content help buttons
in ext:impexp. Like already done in FormE... - 13:43 Revision c0d6d51e: [BUGFIX] Fix wrong position on sorting inline records
- This patch fix a wrong position of sortable elements in inline records.
This is a known issue which was never fixed i... - 13:24 Revision f7ee5f59: [BUGFIX] Fix wrong position on sorting inline records
- This patch fix a wrong position of sortable elements in inline records.
This is a known issue which was never fixed i... - 12:45 Revision 15a68301: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:45 Revision 4e55d9b6: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:44 Revision 39c3a6f6: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:44 Revision d2e5002d: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:44 Revision 569e8871: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:44 Revision 0e93be84: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:44 Revision ca52dd16: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:44 Revision aefe5885: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:44 Revision b9554924: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:43 Revision d5fdb129: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:43 Revision a0b8d94e: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:43 Revision 148d9525: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 12:43 Revision 88ccfa4a: [TASK] Update composer.json license definition
- Composer license definition GPL-2.0+ has been deprecated
and has to be replaced with GPL-2.0-or-later.
Resolves: #83... - 10:33 Revision 4ddc7d09: [TASK] styleguide: Add LICENSE.txt
- 10:26 Revision 5dc6ed4f: [TASK] styleguide: Update composer.json license definition
2018-01-17
- 23:33 Revision ea504408: [BUGFIX] Filelist list look alike list module
- File list table needs a wrapper div to have borders
and shadows to look alike tables of the list module.
Change-Id: ... - 21:06 Revision 8a4cb328: [TASK] styleguide: Adapt table style to current core usages
- 20:49 Revision c97802eb: [TASK] Add more UnitTests for GeneralUtility::xml2array()
- Resolves: #83578
Related: #83580
Releases: master
Change-Id: I2c97edd4bac854b33501ba571ed479bdefc288d7
Reviewed-on: h... - 16:36 Revision 0fd5a2dc: [TASK] impexp: Remove "Max file size" restriction
- The export modules has a file size restriction
that skips file exports if they are bigger than
by default 1MB. This c... - 16:24 Revision 1246917a: [BUGFIX] impexp: File upload in import broken
- Uploading import files broke with patch for issue #81763
Fix by renaming POST array back from 'data' to 'file'.
Chan... - 16:13 Revision 78180a6b: [TASK] impexp: Use XML as default export format
- The TYPO3 specific .t3d export format is a funny binary format
and rather hard to read and decipher, even if not comp... - 13:49 Revision 80c843a8: [TASK] impexp: Remove 'max number of records' restriction
- The 'export' module has a restriction to limit the number
of exported records. The patch removes this from the
interf... - 11:05 Revision 653ff635: [BUGFIX] Improve exception output for ImageService
- Avoid spamming the log in PHP 7.2 due to get_class(null) if fetching the
image in ImageService->getImage() fails.
Re... - 11:05 Revision 63ca0268: [BUGFIX] Improve exception output for ImageService
- Avoid spamming the log in PHP 7.2 due to get_class(null) if fetching the
image in ImageService->getImage() fails.
Re... - 11:05 Revision 794e4848: [BUGFIX] Improve exception output for ImageService
- Avoid spamming the log in PHP 7.2 due to get_class(null) if fetching the
image in ImageService->getImage() fails.
Re...
2018-01-16
- 14:20 Revision bce2a758: [BUGFIX] Adjust response usage for `file/exists` route
- With #83267 a JSON response object was introduced. The patch has the side
effect that any response is now an array bu... - 00:02 Revision 98d866ca: [TASK] Make EXT:rsaauth no longer part of factory-configuration
- Since the extension is deprecated, don't activate it by default
(factory-configuration).
Resolves: #81852
Releases: ...
2018-01-15
- 20:51 Revision 587e83cc: [BUGFIX] impexp: Wrong FAL references after import
- Fix a case during ext:impexp FAL uid mapping where
sys_file_reference end up pointing to wrong sys_file
records in ca... - 20:51 Revision 7585a53d: [BUGFIX] impexp: Wrong FAL references after import
- Fix a case during ext:impexp FAL uid mapping where
sys_file_reference end up pointing to wrong sys_file
records in ca... - 20:50 Revision cd7a8572: [BUGFIX] impexp: Wrong FAL references after import
- Fix a case during ext:impexp FAL uid mapping where
sys_file_reference end up pointing to wrong sys_file
records in ca... - 08:41 Revision ae465ae2: [TASK] Mark EXT:rsaauth as deprecated
- Only https can really secure a connection. Therefore rsaauth
should be marked as deprecated. An additional report che...
2018-01-14
- 19:56 Revision 52c714d2: [BUGFIX] GeneralUtility::copyDirectory() should mkdir_deep() destination dir
- If path to the destination directory does not exist yet,
copyDirectory() does not copy anything. Use mkdir_deep() for... - 19:37 Revision 1aba19dd: [BUGFIX] GeneralUtility::copyDirectory() should mkdir_deep() destination dir
- If path to the destination directory does not exist yet,
copyDirectory() does not copy anything. Use mkdir_deep() for... - 14:11 Revision 0ba14b9c: [FOLLOWUP][BUGFIX] Break too long values in Application Information
- `break-all` breaks the text in the cache menu. Use `break-word` to keep whole words intact.
Resolves: #83443
Release... - 14:10 Revision f9cfb3cc: [FEATURE] EXT:form - make FinisherVariableProvider iterable
- Makes it possible to iterate through FinisherVariableProvider items.
Resolves: #83396
Releases: master
Change-Id: I0... - 14:04 Revision 12c9ab08: [TASK] Use @TYPO3\CMS\Extbase\Annotation\Inject in core extensions
- Releases: master
Resolves: #83522
Change-Id: Ie1f9db6e3180c1d32e3d8b99e37ff88669ede86d
Reviewed-on: https://review.ty... - 13:41 Revision 8892250b: [TASK] Use @TYPO3\CMS\Extbase\Annotation\ORM\Cascade in core extensions
- Releases: master
Resolves: #83521
Change-Id: I8bd477ccf2ae6fca478b758cf61654a1bec388cd
Reviewed-on: https://review.ty... - 13:08 Revision 31a79dd7: [TASK] Use @TYPO3\CMS\Extbase\Annotation\ORM\Lazy in core extensions
- Releases: master
Resolves: #83520
Change-Id: Idd10aa62692198f7aa20af1492fb9670149d5ac9
Reviewed-on: https://review.ty... - 12:35 Revision a04d91ae: [BUGFIX] Return correct available package information
- The PackageManager needs to scan over all package location to be able
to decide whether a package is available or not...
2018-01-13
- 22:59 Revision dc5a7f98: [BUGFIX] Ensure PackageManager scans every possible directory
- If a scanAvailablePackages() of the PackageManager is triggered, we
need to make sure all possible packagesBasePaths ... - 22:58 Revision c84cc692: [BUGFIX] Ensure PackageManager scans every possible directory
- If a scanAvailablePackages() of the PackageManager is triggered, we
need to make sure all possible packagesBasePaths ... - 20:45 Revision 6fafd011: [BUGFIX] Enable deletion of translated sys_file_metadata records
- UserTS disableDelete was set for sys_file_metadata globally
and therefore also prevented the deletion of translated f... - 20:12 Revision ea530186: [BUGFIX] Return correct available package information
- The PackageManager needs to scan over all package location to be able
to decide whether a package is available or not... - 20:05 Revision 7a9b54ba: [BUGFIX] Enable deletion of translated sys_file_metadata records
- UserTS disableDelete was set for sys_file_metadata globally
and therefore also prevented the deletion of translated f... - 19:23 Revision 09863322: [BUGFIX] Update extension scanner docs.typo3.org link
- The extension scanner docs has recently been moved around
within core api docs. Update the link within the upgrade
mo... - 18:42 Revision 1ad185f3: [TASK] CGL: Whitespace fixes
- Apply a series of CGL whitespace fixes, mostly:
* No whitespace after type cast
* One space around '='
Change-Id: I6... - 17:50 Revision 453a8a2c: [TASK] CGL: Fix a series of minor indentation issues
- Apply various minor indentation CGL fixes, as suggested
by scrutinizer-ci, mostly related to places where indentation... - 16:31 Revision 7b94e2a6: [TASK] Add spaces around '=' of 'strict_types=1'
- This cosmetical CGL change just substitutes all
declare(strict_types=1);
with
declare(strict_types = 1);
to be in l... - 16:13 Revision 311f62ac: [TASK] Context menu rename "Export to .t3d" to "Export"
- Patch renames the context menu options "Export to .t3d"
to "Export" and "Import from .t3d" to "Import".
The technical... - 15:39 Revision dae60858: [BUGFIX] Show folder meta information next to path
- Output folder meta information (file count and
total file size) next to the folder path in Filelist again.
Additional... - 14:50 Revision 6c65a46e: [BUGFIX] Show folder meta information next to path
- Output folder meta information (file count and
total file size) next to the folder path in Filelist again.
Additional... - 13:36 Revision b3c4c423: [BUGFIX] Harden ValidatorResolver and add functional tests
- This patch mainly converts several unit tests with heavy
mocking to functional tests with real fixtures instead of
'e... - 13:33 Revision 02913c92: [TASK] Drop 'typo3/ should be link' recommendation
- The recommendation of FolderStructure having index.php and typo3/
folder as links is old fashioned, even if not using... - 12:17 Revision f656ad02: [TASK] Update UnicodeData.txt
- Source: http://unicode.org/Public/UNIDATA/UnicodeData.txt
Releases: master, 8.7
Resolves: #83541
Change-Id: I0ba23c7... - 12:16 Revision 91bc637a: [TASK] Update UnicodeData.txt
- Source: http://unicode.org/Public/UNIDATA/UnicodeData.txt
Releases: master, 8.7
Resolves: #83541
Change-Id: I0ba23c7... - 12:12 Revision 673630dc: [TASK] Drop 'typo3/ should be link' recommendation
- The recommendation of FolderStructure having index.php and typo3/
folder as links is old fashioned, even if not using... - 12:01 Revision 6dded358: [BUGFIX] fixPermissions() on install tool test image
- One of the environment image tests misses an explicit
fixPermissions() call on a created image resulting in
potential... - 11:02 Revision 067693de: Merge branch 'master' of https://github.com/wmdbMattes/TYPO3.CMS.Styleguide
- # Conflicts:
# Configuration/TCA/tx_styleguide_elements_basic.php - 11:01 Revision 58906c9d: Add Checkbox RenderTypes
- In order to prepare the core for the new checkbox renderTypes, EXT:styleguide gets its new
configuration here - 10:57 Revision d0bcd7d7: Add Checkbox RenderTypes
- In order to prepare the core for the new checkbox renderTypes, EXT:styleguide gets its new
configuration here
2018-01-12
- 15:38 Revision ec5d31ee: [TASK] Test cases for function specCharsToASCII()
- Add a new test for the function specCharsToASCII().
Resolves: #83546
Related: #20612
Releases: master
Change-Id: Id2... - 13:11 Revision f52c2a73: [BUGFIX] ModuleMenu::loadNavigationComponent must load custom tree
- This patch changes initialization of the pagetree to make it possible
to open a custom module with its own navigation... - 12:44 Revision c047e343: [TASK] Introduce Matcher for required arguments in static calls
- Add a matcher that is able to detect hits of method calls that do
not comply to a minimum amount of arguments, where ... - 10:14 Revision 4945e839: [BUGFIX] Remove empty values from intExplode in TreeController
- intExplode missed an additional parameter which prevents the method
from returning array with empty element.
Now whe... - 08:23 Revision 66939219: [BUGFIX] Rename directory for deprecated unit tests
- The directory name for deprecated unit tests are named "Unit_Deprecated" for EXT:core and EXT:form,
which is wrong, t...
2018-01-11
- 21:31 Revision e33e87f6: [TASK] Support longer database passwords
- Sometimes the database user has a password
that is larger than 50 characters. At the moment TYPO3
throws an error mes... - 21:05 Revision 47438d96: [TASK] bamboo: Use yarn instead of npm install
- With the switch from npm install to yarn install we
forgot to adapt the test suites. Update plan specs.
Change-Id: I... - 21:05 Revision 26813d39: [TASK] bamboo: Use yarn instead of npm install
- With the switch from npm install to yarn install we
forgot to adapt the test suites. Update plan specs.
Change-Id: I... - 12:59 Revision fcc4a0dc: [BUGFIX] Update tslint to 5.9.1 and fix syntax issue in Login.ts
- Resolves: #83537
Releases: master
Change-Id: I8da8f31447bd2ca73aa7d7c22a929b918a085da8
Reviewed-on: https://review.ty... - 12:15 Revision a153795f: [BUGFIX] Give correct information in addLLrefForTCAdescr exception
- \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr
needs a non-empty key as first parameter. Oth... - 09:00 Revision c3e9b275: [BUGFIX] Make it possible to add cHash to preview links
- It must be possible to generate preview URLs with a cHash, e.g. to
display records using Extbase which enforces cHash...
2018-01-10
- 16:17 Revision 37b747a1: [BUGFIX] Populate extension configuration on install
- Instead of duplicating default extension configuration
in DefaultConfiguration.php, we now populate it
after LocalCon... - 16:11 Revision e5e93a30: [FOLLOWUP][BUGFIX] Break too long values in Application Information
- `break-all` breaks the text in the cache menu. Use `break-word` to keep whole words intact.
Resolves: #83443
Release... - 13:49 Revision 17136ee9: [BUGFIX] Refresh page tree after context menu actions are completed
- Instead of hardcoded 500ms delay, context menu actions refresh page tree
as soon as the operation is completed.
Rele... - 13:48 Revision 8a5b3209: [BUGFIX] Break too long values in Application Information
- Some values in the Application Information toolbar menu are too long any
may exceed the box's width. The CSS is adjus... - 10:08 Revision 3939bdef: [TASK] EXT:form - add documentation for #82210
- Add the missing breaking rst for issue #82210.
Resolves: #83517
Related: #82210
Releases: master
Change-Id: Id157cf0...
Also available in: Atom