Project

General

Profile

Activity

From 2017-08-13 to 2017-09-11

2017-09-11

19:02 Revision a3b5f34c: [BUGFIX] Use TCA to get `type` field instead of hardcoded fieldname
The `type` field is configured via TCA and that configuration must
be used instead of hardcoding the fieldname.
Also...
Sascha Egerer
18:44 Revision e7cc537f: [BUGFIX] Install tool: Use standalone application in backend context
With recent routing changes the install tool "backend context" has
been switched to a "normal" backend module loaded ...
Christian Kuhn
14:18 Revision d113a8f1: [TASK] Move flash message handling from DocumentTemplate to own class
To simplify the class \TYPO3\CMS\Backend\Template\DocumentTemplate, the
AJAX based flash message handling is moved to...
Georg Ringer
14:15 Revision e7456dd0: [TASK] Cleanup .gitignore
Make sure root level excludes are prefix with
a forward slash (/).
Sort the .gitignore into logical groups.
Release...
Philipp Gampe
14:13 Revision c71d9480: [TASK] Improve TCA cache
Currently TCA is cached as serialized string using
the core cache.
Simplify the cache retrieval by taking advantage ...
Helmut Hummel
13:42 Revision 4eceaf14: [TASK] Improve TCA cache
Currently TCA is cached as serialized string using
the core cache.
Simplify the cache retrieval by taking advantage ...
Helmut Hummel
13:23 Revision ad2b3373: [FEATURE] Inject logger into newly created objects
Instantiating new objects with makeInstance or the ObjectManager
will automatically inject a logger into the new obje...
Markus Klein
09:56 Revision d52a1854: [BUGFIX] JS: Init SelectTree after FormEngine
SelectTree depends on availability of TYPO3.FormEngine,
so add FormEngine as Dependency.
Resolves: #82217
Releases: ...
Alexander Opitz
09:34 Revision c28b3d3b: [BUGFIX] Fluid: Strict type checking when adding debug namespace
The check on BE_USER->uc() in frontend context is cleaned up and more
strict, checking whether the object exists curr...
Benni Mack
09:21 Revision 71950c54: [!!!][BUGFIX] EXT:form - FlexForm settings overrule TypoScript settings
Releases: master
Resolves: #82252
Change-Id: I5cddefe1fd3fbf97e2cdc1aea1f373ef2076da72
Reviewed-on: https://review.ty...
Łukasz Uznański

2017-09-10

18:07 Revision 14a6707e: [TASK] Use Response objects directly in Install Tool actions
The patch introduces three shorthand Response classes for output:
HtmlResponse, JsonResponse and RedirectResponse whi...
Benni Mack
16:23 Revision 5c71abbf: [BUGFIX] Fluid: Strict type checking when adding debug namespace
The check on BE_USER->uc() in frontend context is cleaned up and more
strict, checking whether the object exists curr...
Benni Mack
15:59 Revision 1bed1442: [!!!][TASK] Remove legacy entrypoint for Install Tool
The entrypoint located under "typo3/sysext/install/Start/Install.php" has been
removed, as the entrypoint "typo3/inst...
Benni Mack
15:57 Revision 46d1d635: [TASK] Provide missing example configuration for TYPO3 on Microsoft IIS
Releases: master, 8.7
Resolves: #81769
Change-Id: I92df0fc254b4a729298f32d1482ad2a0f39502bf
Reviewed-on: https://revi...
Benjamin Kott
15:41 Revision 71a2d5c3: [TASK] Provide missing example configuration for TYPO3 on Microsoft IIS
Releases: master, 8.7
Resolves: #81769
Change-Id: I92df0fc254b4a729298f32d1482ad2a0f39502bf
Reviewed-on: https://revi...
Benjamin Kott
15:22 Revision ec696c24: [BUGFIX] Fix parameters in recursiveConfigurationFetching() call
Resolves: #82435
Relates: #82399
Releases: master
Change-Id: Ic2bb90883c0a6cec5e6bec051cb308c723392d75
Reviewed-on: h...
Simon Praetorius
15:11 Revision c4af34c4: [FEATURE] Add crossorigin property to JavaScript files
Add a property 'crossorigin="some-value"' to JavaScript files via TypoScript
page.includeJSlibs.<array>.crossorigin =...
Jacob Dreesen
14:28 Revision 535871e0: [BUGFIX] Calculate workspace module route correctly
Resolves: #82434
Related: #82406
Releases: master
Change-Id: I67182a131c2499713410807099f5d658a3858d63
Reviewed-on: h...
Andreas Fernandez
14:20 Revision 4c368b34: [TASK] Raise typo3/testing-framework to 1.1.4
The raise brings an additional UnitTestsDeprecated.xml
setup file dedicated to test deprecated core functionality.
C...
Christian Kuhn
14:04 Revision 0185cbea: [BUGFIX] Route dispatching: Don't rely on id being an integer
The route dispatcher can't rely on id being an integer, as file list for
example uses string identifier.
It is now c...
Andreas Fernandez
14:01 Revision 6f20a279: [TASK] Raise typo3/testing-framework to 1.1.4
The raise brings an additional UnitTestsDeprecated.xml
setup file dedicated to test deprecated core functionality.
C...
Christian Kuhn
13:06 Revision e2cd28e1: [!!!][TASK] Remove old typoscript constants editor defaults option
Remove support for the special constant comment
`###MOD_TS:EDITABLE_CONSTANTS###`. This constant was used to show
all...
Markus Hölzle
12:30 Revision dbec7e37: [TASK] Use general utility to build html attribute string
There was one leftover place, where an attributes string was
concatenated instead using the helper function.
Resolve...
Sascha Egerer
12:13 Revision 18ee2a9b: [TASK] Open the elementbrowser always in modal window
Resolves: #82427
Releases: master
Change-Id: Ia0e5f34a0f8bb29a179f1e9f7b90bb1b540b57f7
Reviewed-on: https://review.ty...
Benjamin Kott
11:58 Revision a81fb8a5: [BUGFIX] Fix file upload and directory creation in file browser
While #81763 was in development, some locations of the file operation
handling were not adjusted. This patch fixes th...
Andreas Fernandez
11:10 Revision 969cbd64: [BUGFIX] Remove NOT NULL constraints from l1[08]n_diffsource fields
Having NOT NULL collides with MySQL strict mode, so these constraints
get removed.
Resolves: #82423
Releases: master...
Andreas Fernandez
10:47 Revision 54ec7d15: [BUGFIX] JS: Init SelectTree after FormEngine
SelectTree depends on availability of TYPO3.FormEngine,
so add FormEngine as Dependency.
Resolves: #82217
Releases: ...
Alexander Opitz
10:07 Revision cc698372: [!!!][TASK] Remove unused configuration settings
The patch drops some unused pre-doctrine DB related TYPO3_CONF_VARS.
Change-Id: I9204ef926b1de145f541e2c84dadc6a968e...
Christian Kuhn

2017-09-09

23:33 Revision fab339d7: [BUGFIX] Cache calls to SchemaManager()->listTableColumns()
Caching the calls SchemaManager()->listTableColumns() during runtime
leads to improved performance when doing operati...
Stephan Großberndt
23:12 Revision 20eeb0b3: [BUGFIX] Cache calls to SchemaManager()->listTableColumns()
Caching the calls SchemaManager()->listTableColumns() during runtime
leads to improved performance when doing operati...
Stephan Großberndt
23:07 Revision 2da714aa: [FEATURE] Add frontend debug output as HTTP Response Header
The current debug information in the frontend is added as HTML
comment, but breaks non-HTML pages (e.g. JSON output)....
Benni Mack
22:39 Revision 0d33e5a8: [BUGFIX] T3editor: Get default mode if none is defined for a field
If a field is rendered by t3editor but no mode was defined, the t3editor
falls back to the default mode, which is `ht...
Andreas Fernandez
22:38 Revision f67333bd: [BUGFIX] Remove NOT NULL constraints from l1[08]n_diffsource fields
Having NOT NULL collides with MySQL strict mode, so these constraints
get removed.
Resolves: #82423
Releases: master...
Andreas Fernandez
20:58 Revision d7ce554f: [TASK] Replace `get_class($this)` calls with `static::class`
Improves runtime performance of these calls by approximately 1/3.
See https://belineperspectives.com/2017/03/13/get_...
Romain Canon
20:50 Revision c77ca634: [TASK] Disable ext:dbal and ext:adodb wizard
ext:dbal and ext:adodb upgrade wizards tend to be activated
from many more people who don't actually need them, than
...
Christian Kuhn
19:54 Revision 77152fe6: [FOLLOWUP][TASK] Remove TYPO3.jQuery
This followup ensures that the Frontend Request including jQuery behaves
the same as the TYPO3 Backend (noConflict is...
Benni Mack
19:50 Revision 8a3d30db: [TASK] Introduce Source Sans Pro and drop Share Font
To improve readability in the backend, Source Sans Pro typeface is now
introduced and replaces the Share Font.
Resol...
Benjamin Kott
19:47 Revision 7052233e: [TASK] Add descriptions to dropdowns in Install Tool - All Configuration
Resolves: #82418
Releases: master
Change-Id: Ic5a59c485df3ce9aaaad0bd51206c0d53f445690
Reviewed-on: https://review.ty...
Benni Mack
19:43 Revision ae18caad: [!!!][TASK] Migrate modules to regular backend routing
This patch removes the separate request handler for backend modules,
which was accessed via "&M=moduleName" GET param...
Matthias Vogel
18:54 Revision b8de7cf8: [BUGFIX] Use correct values in settings InstallTool
Currently, the InstallTool will use the global TYPO3_CONF_VARS for the
settings form. In backend context, this contai...
Simon Praetorius
17:43 Revision 14ba3a5b: [FEATURE] Support defer attribute for JavaScript includes in TypoScript
When including JavaScript files in TypoScript, the HTML5 attribute
`defer` is now supported.
Resolves: #80542
Releas...
Simon Praetorius
16:42 Revision 8224dc06: [BUGFIX] Perform rollback only once if undeleting CE with History/Undo
Releases: master, 8.7
Resolves: #81649
Change-Id: I1cb9a681b46327af56c2cb080c92b3cc273b0e10
Reviewed-on: https://revi...
Łukasz Uznański
16:02 Revision 05444ade: [TASK] Distinguish install tool actions with button colors
Resolves: #82405
Releases: master
Change-Id: Id28b655b8ebf4853e960b3dd97414d31d42ff6de
Reviewed-on: https://review.ty...
Simon Praetorius
16:00 Revision 08c6c17e: [!!!][TASK] Remove old typoscript constants "TSConstantEditor"
Remove support for the special constant "TSConstantEditor".
This constant was used to show additional helping informa...
Markus Hölzle
15:55 Revision 2b347709: [BUGFIX] Perform rollback only once if undeleting CE with History/Undo
Releases: master, 8.7
Resolves: #81649
Change-Id: I1cb9a681b46327af56c2cb080c92b3cc273b0e10
Reviewed-on: https://revi...
Łukasz Uznański
15:46 Revision da02c56a: [FOLLOWUP][TASK] Render backend icon list by existing files
* Re-added the "spinning" option for spinners (thx Nathan)
* Changed cache from backend_core to asset (thx @helhum)
...
Patricia Tiedemann
15:11 Revision 3e6f22c1: [BUGFIX] Make Extbase pagination work with QueryBuilder queries
Now you can pass a query built by QueryBuilder to $query->statement(),
and use the QueryResult for pagination.
So in...
Tymoteusz Motylewski
15:11 Revision b87ab2e1: [BUGFIX] Fix using contains in query on property of group
Related: master, 8.7
Resolves: #80215
Change-Id: I6f5c88650d6167550a46ad2200c846ec9d11d34a
Reviewed-on: https://revie...
Łukasz Uznański
14:19 Revision da5f6230: [TASK] Update localization rendering tests to newest Testing Framework
addTypoScriptToTemplateRecord method was added to FunctionalTestCase.php
in Testing Framework.
So we can remove it fr...
Tymoteusz Motylewski
14:00 Revision f4de6926: [TASK] Render backend icon list by existing files
Until now all of the backend icons were a manually edited array of file
paths. With this patch defined icon folders i...
Patricia Tiedemann
13:46 Revision a9f7ec32: [BUGFIX] Make Extbase pagination work with QueryBuilder queries
Now you can pass a query built by QueryBuilder to $query->statement(),
and use the QueryResult for pagination.
So in...
Tymoteusz Motylewski
13:41 Revision c0bee6e1: [TASK] Update localization rendering tests to newest Testing Framework
addTypoScriptToTemplateRecord method was added to FunctionalTestCase.php
in Testing Framework.
So we can remove it fr...
Tymoteusz Motylewski
13:36 Revision d34522e5: [BUGFIX] Fix using contains in query on property of group
Related: master, 8.7
Resolves: #80215
Change-Id: I6f5c88650d6167550a46ad2200c846ec9d11d34a
Reviewed-on: https://revie...
Łukasz Uznański
13:29 Revision 5768427f: [TASK] Migrate cHash configuration on silent upgrade wizard
The cHash calculation is done on every TYPO3 request, which is
really unnecessary overhead, as this could be taken ca...
Benni Mack
13:20 Revision 5b306d4a: [TASK] Update localization rendering tests to newest Testing Framework
addTypoScriptToTemplateRecord method was added to FunctionalTestCase.php
in Testing Framework.
So we can remove it fr...
Tymoteusz Motylewski
13:10 Revision d315fb23: [BUGFIX] Create multiple pages: cast bool values to int
Resolves: #82403
Related: #81768
Releases: master
Change-Id: Id6610c9f7fbc445c142c999bb41c7b7c6eb83729
Reviewed-on: h...
Andreas Fernandez
13:09 Revision c0b8b5de: [BUGFIX] Remove legacy code for version extension
The "Display version" module of ext:version has been
moved to ext:compatibility7 with v8. The list module links
to th...
Matthias Vogel
12:48 Revision e11bf1a8: [TASK] Move felogin type icon registration
Resolves: #82350
Releases: master
Change-Id: I60280df8d62cc65250bf5edbf8c26a65dbb5f250
Reviewed-on: https://review.ty...
Mathias Brodala
12:40 Revision 2c7d95be: [TASK] Fluid: Fix missing classes
When TYPO3 v8.0 switched to Fluid standalone, the RootNode
class was removed but the references were kept and done vi...
Benni Mack
12:04 Revision 77ea355e: [BUGFIX] Remove legacy code for version extension
The "Display version" module of ext:version has been
moved to ext:compatibility7 with v8. The list module links
to th...
Matthias Vogel
11:36 Revision 3f32d00b: [BUGFIX] Fix system maintainer access
Fix a check to not allow acces to admin users
but system maintainers only.
Change-Id: I2e5209bbaf7c3e3cee013d1fa08f4...
Helmut Hummel
11:32 Revision aa416f03: [BUGFIX] Replace all system_extinstall urls with corresponding urls
Resolves: #82393
Releases: master
Change-Id: I0782af0fa9dc36f7a1e54caec8b7ff24334e63c7
Reviewed-on: https://review.ty...
Matthias Vogel
11:27 Revision 29dcd19d: [FEATURE] Add configurable footnote to login screen
We are introducing a new option to provide an optional footnote for the
login screen. The footnote can provide for ex...
Christian Heindl
10:36 Revision 520dc986: [!!!][TASK] Remove TYPO3.jQuery
This change removes the availability of TYPO3.jQuery within the
TYPO3 Core by default.
The constants PageRenderer::J...
Benni Mack
00:44 Revision 866858c1: [TASK] Restrict em & lang module to system maintainer
Both extension manager and language pack adiminstration
change system configuration and should be restricted to
syste...
Christian Kuhn
00:33 Revision 40919d3e: [TASK] Use TYPO3_OS constant in Services registration
There is a comment that TYPO3_OS is not yet defined, which
is wrong as it is one of the first things available during...
Benni Mack
00:17 Revision 7fd3c2b8: [FOLLOWUP][TASK] Remove extended fluid core class CmsVariableProvider
Class CmsVariableProvider within EXT:fluid was removed but the tests
were kept, they are removed as well.
Resolves: ...
Benni Mack

2017-09-08

23:37 Revision abd10820: [TASK] Use TYPO3_OS constant in Services registration
There is a comment that TYPO3_OS is not yet defined, which
is wrong as it is one of the first things available during...
Benni Mack
23:31 Revision 07727da3: [TASK] EXT:form - use own folder for form definitions
Change default filemount for form definitions to fileadmin/form_definitions,
the directory is automatically created i...
Thomas Kieslich
23:13 Revision b75df14c: [FOLLOWUP][TASK] Remove extended fluid core class CmsVariableProvider
Class CmsVariableProvider within EXT:fluid was removed but the tests
were kept, they are removed as well.
Resolves: ...
Benni Mack
22:32 Revision a6d2edbe: [TASK] Install tool: Improve ajax error handling
Show an error message if the server answer ajax calls
with http status code 200. This could happen if a proxy
respons...
Markus Hölzle
22:31 Revision ac184a64: [BUGFIX] PHP7.2: Check value for NULL before count
Resolves: #82275
Releases: master, 8.7, 7.6
Change-Id: I77dc811456f4bbd759e28c27284c4652ad09dd23
Reviewed-on: https:/...
Alexander Opitz
22:31 Revision ee8ed06b: [BUGFIX] PHP7.2: Check value for NULL before count
Resolves: #82275
Releases: master, 8.7, 7.6
Change-Id: I77dc811456f4bbd759e28c27284c4652ad09dd23
Reviewed-on: https:/...
Alexander Opitz
21:43 Revision ee42b4a2: [BUGFIX] PHP7.2: Check value for NULL before count
Resolves: #82275
Releases: master, 8.7, 7.6
Change-Id: I77dc811456f4bbd759e28c27284c4652ad09dd23
Reviewed-on: https:/...
Alexander Opitz
21:40 Revision cbaec8e0: [TASK] Remove context service from install tool
This service was not useful anymore as the install tool modules handling
changed.
It is replaced by a single string ...
Romain Canon
21:38 Revision f69d7e80: [TASK] Update typo3/testing-framework to 1.1.3
Three smaller patches to improve functional testing.
Change-Id: I7ff6b9c6b4d5b22b42ab2d09e670337e5bad8162
Resolves: ...
Christian Kuhn
21:38 Revision 450f1bbe: [TASK] Update typo3/testing-framework to 1.1.3
Three smaller patches to improve functional testing.
Change-Id: I7ff6b9c6b4d5b22b42ab2d09e670337e5bad8162
Resolves: ...
Christian Kuhn
21:26 Revision 9f1a4f8c: [BUGFIX] Store extension configuration in key EXTENSIONS
The previous patch changed it to EXTCONF,
but this conflicts with other stuff.
Resolves: #82370
Releases: master
Cha...
Matthias Vogel
21:09 Revision 1e0aec4f: [BUGFIX] Enforce checkout with linux lf for yaml files
Resolves: #82392
Releases: master, 8.7
Change-Id: I2ba42454a6b16aa8b4dd97a5741251b4fe265c0e
Reviewed-on: https://revi...
Benjamin Kott
21:09 Revision dec96109: [BUGFIX] Enforce checkout with linux lf for yaml files
Resolves: #82392
Releases: master, 8.7
Change-Id: I2ba42454a6b16aa8b4dd97a5741251b4fe265c0e
Reviewed-on: https://revi...
Benjamin Kott
18:18 Revision 575561a7: [TASK] Refactor distribution list view with cards
The card component has been extended and is now more flexible to be
more usefull for different usecases, and is now u...
Markus Sommer
18:14 Revision c50931a5: [BUGFIX] SplitButtons: Abort click event if requested
If any callback is registered by `SplitButtons.addPreSubmitCallback()` and
requests to stop the event by `stopPropaga...
Andreas Fernandez
18:09 Revision 9c56450b: [BUGFIX] SplitButtons: Abort click event if requested
If any callback is registered by `SplitButtons.addPreSubmitCallback()` and
requests to stop the event by `stopPropaga...
Andreas Fernandez
18:09 Revision 8ea2cea3: [BUGFIX] Remove restrictions from SQL in InstallTool
Since the context of the install tool can now be either standalone
or backend, SQL queries need to be adjusted so tha...
Simon Praetorius
18:05 Revision 949e4de8: [CLEANUP] Remove some unused variables and cleanup some code styles
Remove some unused variable and cleanup some PHP docs and some code styles
Resolves: #82364
Releases: master
Change-...
Markus Hölzle
17:48 Revision a2b24cd1: [BUGFIX] SplitButtons: Abort click event if requested
If any callback is registered by `SplitButtons.addPreSubmitCallback()` and
requests to stop the event by `stopPropaga...
Andreas Fernandez
17:19 Revision f345bbe4: [BUGFIX] EXT:form - catch YAML parsing errors
Catche YAML parsing errors and display this them alongside
their form definition files in form module and plugin.
Re...
Daniel Gohlke
17:12 Revision d047b314: [!!!][BUGFIX] Separate sys_history from sys_log db entries
Before, the history module fetched info about "modified records" from
sys_history+the authoritive user from a coupled...
Benni Mack
17:00 Revision d80bab4c: [BUGFIX] EXT:form - catch YAML parsing errors
Catche YAML parsing errors and display this them alongside
their form definition files in form module and plugin.
Re...
Daniel Gohlke
16:17 Revision 3f153555: [!!!][TASK] Remove option to allow uploading system extensions
The extension manager has the option to upload an extension
into typo3/sysext/, which is no recommendation and should...
Benni Mack
16:17 Revision 008f8979: [BUGFIX] add document ready for initalize CardLayout
Resolves: #82385
Releases: master
Change-Id: I7bbb7066e7097b56509bbaaeee3468723420af74
Reviewed-on: https://review.ty...
Matthias Vogel
15:52 Revision 85837c22: [TASK] Improve SCSS of Form Framework
Cleanup SCSS of Form Framework. Improve the usage of variables.
Furthermore, optimize the structure tree spacings of ...
Andreas Steiger
15:28 Revision 1873b9ab: [TASK] Make "lang:language:update" a symfony console command
This commit migrates the command "lang:language:update" from
an extbase command controller to a symfony console comma...
Alexander Schnitzler
15:07 Revision 8cb5811c: [FOLLOWUP][BUGFIX] Fix minor error handler code bugs
ErrorHandler should deal with the same severity for trigger_error()
for E_USER_DEPRECATED as GeneralUtility::deprecat...
Benni Mack
15:07 Revision 3b71a10a: [BUGFIX] Fix configuration of distribution packages
Fix link to configuration of distribution packages
and redirect after saving this confiuration.
Releases: master,8.7...
Markus Hölzle
15:06 Revision b28b562f: [BUGFIX] Separators shown in explicit allow/deny section
The explicit allow/deny section of backend user groups (be_groups)
render separators (--div--) in the backend which n...
Oliver Hader
14:46 Revision cae1b06d: [!!!][TASK] Decouple classes extending AbstractRecordList
In order to refactor the page module, list module,
and the file module individually,
the classes should become indepe...
Matthias Vogel
14:45 Revision 20de7787: [FOLLOWUP][BUGFIX] Fix minor error handler code bugs
ErrorHandler should deal with the same severity for trigger_error()
for E_USER_DEPRECATED as GeneralUtility::deprecat...
Benni Mack
14:31 Revision f7cf1a47: [BUGFIX] Separators shown in explicit allow/deny section
The explicit allow/deny section of backend user groups (be_groups)
render separators (--div--) in the backend which n...
Oliver Hader
14:15 Revision 52e4d3b8: [BUGFIX] Fix minor error handler code bugs
ErrorHandler has a few minor quirks:
1. the protected property is an integer (bitwise-comparison) but initialized as...
Benni Mack
14:10 Revision 161c1446: Revert "[TASK] Let GeneralUtility::makeInstance() throw exception on unknown class"
This reverts commit 4bc4fb0273cb1b2cbdb025558b5c3ae9d76b0394.
The patch turned a PHP \Error into \Exception, which a...
Christian Kuhn
14:07 Revision 915875cf: [BUGFIX] Fix configuration of distribution packages
Fix link to configuration of distribution packages
and redirect after saving this confiuration.
Releases: master,8.7...
Markus Hölzle
13:49 Revision 40d483c7: [TASK] Add the full namespace to afterInitializeCurrentPage
Releases: master, 8.7
Resolves: #82362
Change-Id: I36a4341aea620027822af1b8714e9197ff4bcb00
Reviewed-on: https://revi...
Daniel Hinderink
13:25 Revision 64c3d8ab: [BUGFIX] Fix minor error handler code bugs
ErrorHandler has a few minor quirks:
1. the protected property is an integer (bitwise-comparison) but initialized as...
Benni Mack
13:20 Revision aeb543de: Revert "[TASK] Let GeneralUtility::makeInstance() throw exception on unknown class"
This reverts commit 4bc4fb0273cb1b2cbdb025558b5c3ae9d76b0394.
The patch turned a PHP \Error into \Exception, which a...
Christian Kuhn
12:58 Revision fab3de16: [BUGFIX] Show spaces of content elements in page module
Resolves: #82290
Releases: master,8.7
Change-Id: Ie988290ae4431f8a77dc2c38397429b9fa0c95ef
Reviewed-on: https://revie...
Christoph Lehmann
12:20 Revision 734f7aaf: [BUGFIX] Unify labels for space before/after
Resolves: #82321
Releases: master, 8.7
Change-Id: Idd47fbb0b7af3f5668d45a6aee545c794ec17a1a
Reviewed-on: https://revi...
Stefan Neufeind
12:04 Revision 9d5f67f2: [BUGFIX] PHP7.2: Check value for NULL before count
Resolves: #82322
Releases: master, 8.7, 7.6
Change-Id: I31f7bc2db61337e10be7ffd44ac294b77c44d07b
Reviewed-on: https:/...
Alexander Opitz
12:04 Revision 2d6cf28f: [BUGFIX] PHP7.2: Check value for NULL before count
Resolves: #82322
Releases: master, 8.7, 7.6
Change-Id: I31f7bc2db61337e10be7ffd44ac294b77c44d07b
Reviewed-on: https:/...
Alexander Opitz
12:01 Revision 1abfcd94: [TASK] Add the full namespace to afterInitializeCurrentPage
Releases: master, 8.7
Resolves: #82362
Change-Id: I36a4341aea620027822af1b8714e9197ff4bcb00
Reviewed-on: https://revi...
Daniel Hinderink
11:58 Revision 35fac806: [BUGFIX] Show spaces of content elements in page module
Resolves: #82290
Releases: master,8.7
Change-Id: Ie988290ae4431f8a77dc2c38397429b9fa0c95ef
Reviewed-on: https://revie...
Christoph Lehmann
11:55 Revision d2415dde: [BUGFIX] Unify labels for space before/after
Resolves: #82321
Releases: master, 8.7
Change-Id: Idd47fbb0b7af3f5668d45a6aee545c794ec17a1a
Reviewed-on: https://revi...
Stefan Neufeind
11:53 Revision e25838d5: [FOLLOWUP][TASK] Fluid: Fix missing classes
Fix a forgotten comment.
Resolves: #82335
Releases: master
Change-Id: Iff63f765fd741462cbed56e56543916f92b65444
Revi...
Andreas Fernandez
11:53 Revision 433d9989: [TASK] Update typo3/cms-cli to latest version
Composer command:
composer req typo3/cms-cli ^1.0.2
This eases composer install --no-dev for users of clones
because...
Helmut Hummel
11:20 Revision 016f527c: [TASK] Fluid: Fix missing classes
When TYPO3 v8.0 switched to Fluid standalone, the RootNode
class was removed but the references were kept and done vi...
Benni Mack
10:48 Revision b4b32de5: [BUGFIX] EXT:form - fix values with dots within form editor
Fix JavaScript errors if "properties.options" array keys contain dots.
Resolves: #80197
Resolves: #82210
Resolves: #...
Ralf Zimmermann
10:34 Revision 54bb2865: [BUGFIX] EXT:form - fix error on single database insert
Resolves: #81805
Releases: master, 8.7
Change-Id: I8ee3582170db9812d7be2b9710cb4d46335ec86a
Reviewed-on: https://revi...
Mathias Brodala
10:34 Revision 09d287d0: [TASK] EXT:form - change naming and icon in new content element wizard
Change language labels and move them to ext:form locallang.xlf.
Change the icon to content-form.
Resolves: #81650
Re...
Thomas Kieslich
10:28 Revision 26d1fea0: [BUGFIX] PHP7.2: Check value for NULL before count
Resolves: #82322
Releases: master, 8.7, 7.6
Change-Id: I31f7bc2db61337e10be7ffd44ac294b77c44d07b
Reviewed-on: https:/...
Alexander Opitz
10:00 Revision 9c8a45ae: [BUGFIX] EXT:form - fix error on single database insert
Resolves: #81805
Releases: master, 8.7
Change-Id: I8ee3582170db9812d7be2b9710cb4d46335ec86a
Reviewed-on: https://revi...
Mathias Brodala
09:57 Revision 8116c134: [BUGFIX] Install tool: CLI user is no system maintainer
Prevent selection of _cli_ user as system maintainer.
Related: #82319
Resolves: #82367
Releases: master
Change-Id: I...
Mathias Brodala
07:38 Revision f4570f98: [BUGFIX] EXT:form - exclude hidden fields within summary pages and mails
Add a "renderingOptions" property called "_isHiddenFormElement" to
prevent form elements from being shown within summ...
Ralf Zimmermann
07:34 Revision 048f28d7: [TASK] EXT:form - change naming and icon in new content element wizard
Change language labels and move them to ext:form locallang.xlf.
Change the icon to content-form.
Resolves: #81650
Re...
Thomas Kieslich
00:13 Revision 81786ef3: [BUGFIX] Remove not working "Lock Install Tool" button
Resolves: #82359
Releases: master
Change-Id: Id439a0b04e6af11214d0df7b30cb20e7c94dd99c
Reviewed-on: https://review.ty...
Matthias Vogel
00:08 Revision 0b52db2e: [!!!][TASK] Remove ExtJS Debugging and $GLOBALS['error']
The global variable $GLOBAL['error'] is used only in ExtJS-context for ExtDirect
(via ExtDirectDebug) however, but ev...
Benni Mack

2017-09-07

21:24 Revision 511e8236: [TASK] Install tool: System maintainer administration
Adds a card to the "Settings" menu to allow configuration of
"System Maintainers" in the install tool writing SYS/sys...
Christian Kuhn
21:12 Revision c801d388: [BUGFIX] EXT:form - fix values with dots within form editor
Fix JavaScript errors if "properties.options" array keys contain dots.
Resolves: #80197
Resolves: #82210
Resolves: #...
Ralf Zimmermann
21:00 Revision b16247c1: [TASK] EXT:form - cleanup of leftovers, better wording
Change some wording for better understanding in frontend and backend.
Resolves: #82326
Releases: master, 8.7
Change-...
Carlos Meyer
20:34 Revision b0ba7011: [BUGFIX] EXT:form - fix missing id attribute
Insert missing id attribute for image and file upload element.
Resolves: #82223
Releases: master, 8.7
Change-Id: Ia8...
Carlos Meyer
19:17 Revision c170e4f3: [BUGFIX] Properly render multiline form values
Properly render multiline form values in summary page
and HTML emails.
Resolves: #82026
Releases: master, 8.7
Change...
Daniel Gohlke
18:52 Revision fdf0e629: [BUGFIX] EXT:form - fix missing id attribute
Insert missing id attribute for image and file upload element.
Resolves: #82223
Releases: master, 8.7
Change-Id: Ia8...
Carlos Meyer
18:16 Revision 086315f3: [TASK] EXT:form - cleanup of leftovers, better wording
Change some wording for better understanding in frontend and backend.
Resolves: #82326
Releases: master, 8.7
Change-...
Carlos Meyer
18:14 Revision 9ae7ef86: [FEATURE] EXT:form - Add HTML5 form types / attributes
It is now possible to add HTML5 elements with its needs.
Resolves: #80130
Resolves: #80128
Resolves: #80127
Resolves...
Ralf Zimmermann
17:50 Revision 6249125f: [BUGFIX] EXT:form - fix page drag & drop
Fix JavaScript errors on page drag & drop within the form editor
Resolves: #82337
Releases: master, 8.7
Change-Id: I...
Ralf Zimmermann
17:14 Revision ae11492a: [BUGFIX] EXT:form - fix page drag & drop
Fix JavaScript errors on page drag & drop within the form editor
Resolves: #82337
Releases: master, 8.7
Change-Id: I...
Ralf Zimmermann
16:59 Revision 844b0ad8: [FEATURE] Store extension configuration as plain array
Extension configuration is now stored as plain array
instead of serialized values. To ensure backwards-
compatibility...
Susanne Moog
16:40 Revision e3a0b0eb: [TASK] Install Tool: Remove authentication from backend context
Currently calling the install tool modules from within the Backend does a
simple redirect with adding GET variables.
...
Benni Mack
16:39 Revision 5709b55f: [BUGFIX] Properly render multiline form values
Properly render multiline form values in summary page
and HTML emails.
Resolves: #82026
Releases: master, 8.7
Change...
Daniel Gohlke
16:32 Revision f9c6dbda: [TASK] Shorten form doc file paths
Use shorter file paths to reduce the risk of hitting the Windows
file path limit.
Resolves: #82336
Releases: master
...
Mathias Brodala
16:30 Revision a77e95a1: [TASK] Tests for rendering tt_content with FAL in Extbase
Functional tests checking Extbase rendering of tt_content
records with FAL images.
Also fixes two typos in fixture d...
Tymoteusz Motylewski
16:29 Revision 6bfc1b60: [TASK] Tests for rendering tt_content with FAL in Extbase
Functional tests checking Extbase rendering of tt_content
records with FAL images.
Also fixes two typos in fixture d...
Tymoteusz Motylewski
15:09 Revision e5698587: [TASK] Tests for rendering tt_content with FAL in Extbase
Functional tests checking Extbase rendering of tt_content
records with FAL images.
Also fixes two typos in fixture d...
Tymoteusz Motylewski
14:54 Revision 92937ac6: [TASK] Cover getContentObject related methods by unit tests.
Cover getContentObject related methods of ContentObjectRenderer
by unit tests.
Resolves: #80737
Releases: master, 8....
Tymoteusz Motylewski
14:38 Revision 44f82363: [BUGFIX] EXT:form - catch exceptions within page module and form engine
* Show messages within page module and form engine if the backend user
does not have access to the selected form defi...
Ralf Zimmermann
13:03 Revision ef0e54b8: [BUGFIX] Do not use LIMIT/OFFSET on total count query
Usage of limit > 0 or offset in a count query do not
make sense and result in broken pagination in the list
module as...
Susanne Moog
11:37 Revision 5409aa24: [BUGFIX] EXT:form - catch exceptions within page module and form engine
* Show messages within page module and form engine if the backend user
does not have access to the selected form de...
Ralf Zimmermann
10:20 Revision 7c898158: [TASK] Move DefaultConfigurationDescription to Yaml format
Defining all configuration options in TYPO3 Install Tool is now handled
via a Yaml file which additionally specifies ...
Benni Mack
10:20 Revision 1dc387b2: [TASK] Set TYPO3 version to 8.7.7-dev
Change-Id: I4764c7378dabf4923f09856b0630d35ced292f8d
Reviewed-on: https://review.typo3.org/53935
Tested-by: TYPO3com ...
Benni Mack
08:25 Revision 034255b0: [BUGFIX] Prevent empty sorting field to be quoted and put into an array
Change-Id: I807a888ac7d977606d94f5ad9ccdfeee07ee61ec
Resolves: #82307
Releases: master, 8.7
Reviewed-on: https://revi...
Xavier Perseguers
08:11 Revision 33058c37: [RELEASE] Release of TYPO3 8.7.6
Change-Id: I79cc3e303f1d80b9792bf9daf963b926118a5db6
Reviewed-on: https://review.typo3.org/53934
Reviewed-by: Benni M...
Benni Mack
08:07 Revision e6831c3b: [TASK] Revert "Update CKEditor to 4.7.2"
Ensure that no side-effects happen on 8.7.6 because of this patch.
Reverts: #82143
Resolves: #82320
Releases: 8.7
Th...
Benni Mack
07:04 Revision 6e029278: [BUGFIX] Remove runtime cache and early return from TemplatePaths
This patch removes the previously introduced runtime cache
and early returns from TemplatePaths, both of which were
i...
Claus Due
06:48 Revision 30c46719: [BUGFIX] Remove runtime cache and early return from TemplatePaths
This patch removes the previously introduced runtime cache
and early returns from TemplatePaths, both of which were
i...
Claus Due

2017-09-06

17:46 Revision fede50ce: [TASK] Update guzzlehttp/guzzle dependency to 6.3.0
This brings PHP 7.2 support for guzzle functionality.
Verified that guzzle still runs with PHP7.0 (min requirement f...
Benni Mack
17:46 Revision 017f7eb4: [TASK] Update guzzlehttp/guzzle dependency to 6.3.0
This brings PHP 7.2 support for guzzle functionality.
Verified that guzzle still runs with PHP7.0 (min requirement f...
Benni Mack
14:14 Revision 35c54122: [TASK] Add functional tests for rendering translated tt_content with FAL
Functional tests checking TypoScript rendering of tt_content
records with FAL images.
It also backports small change...
Tymoteusz Motylewski
11:52 Revision 178beec9: [BUGFIX] Prevent empty sorting field to be quoted and put into an array
Change-Id: I807a888ac7d977606d94f5ad9ccdfeee07ee61ec
Resolves: #82307
Releases: master, 8.7
Reviewed-on: https://revi...
Xavier Perseguers
10:52 Revision 06908545: [BUGFIX] Space before class has a typo in access list for page content
The locallang_ttc.xlf has a typo in the key "space_before_class" which
is shown in the access list of a page content ...
Joerg Boesche

2017-09-05

20:38 Revision 85658f91: [TASK] Allow string as $subpartContent
The parameter $subpartContent of substituteSubpart() can be either
string or array. IDEs need to have both present in...
Sebastian Fischer
20:30 Revision 399d8215: [TASK] Allow string as $subpartContent
The parameter $subpartContent of substituteSubpart() can be either
string or array. IDEs need to have both present in...
Sebastian Fischer
16:06 Revision 6a9d7b5b: [TASK] Apply CGL fixes
Releases: master, 8.7, 7.6
Change-Id: I167c68d7d04dd4b8c876b1f6f8f939cf3d933478
Reviewed-on: https://review.typo3.org...
Oliver Hader
13:39 Revision be0188da: [!!!][TASK] Remove unused constant TYPO3_user_agent
The constant TYPO3_user_agent is removed as it is not in use anymore
since TYPO3 v8.
Resolves: #82296
Releases: mast...
Benni Mack
13:30 Revision ebd05707: [TASK] Add functional tests for rendering translated tt_content with FAL
Functional tests checking TypoScript rendering of tt_content
records with FAL images.
Releases: master, 8.7, 7.6
Res...
Tymoteusz Motylewski
13:15 Revision 27a07707: [TASK] Set TYPO3 version to 8.7.6-dev
Change-Id: I0150b331e8e9b0223bc0a556c9978db2c52825aa
Reviewed-on: https://review.typo3.org/53912
Tested-by: TYPO3com ...
Benni Mack
13:14 Revision 1c971348: [TASK] Add functional tests for rendering translated tt_content with FAL
Functional tests checking TypoScript rendering of tt_content
records with FAL images.
Releases: master, 8.7, 7.6
Res...
Tymoteusz Motylewski
12:45 Revision 9fc9dcfb: [RELEASE] Release of TYPO3 8.7.5
Change-Id: Idc222d0cf241024cd54dcb10a9ddcb4627868466
Reviewed-on: https://review.typo3.org/53911
Reviewed-by: Benni M...
Benni Mack
12:44 Revision 218ecd55: [TASK] Apply CGL fixes
Releases: master, 8.7, 7.6
Change-Id: I167c68d7d04dd4b8c876b1f6f8f939cf3d933478
Reviewed-on: https://review.typo3.org...
Oliver Hader
12:37 Revision ab728f41: [TASK] Set TYPO3 version to 7.6.23-dev
Change-Id: I20e4b22c6447b6c83d6c3850217f4c005f073861
Reviewed-on: https://review.typo3.org/53910
Reviewed-by: Benni M...
Benni Mack
12:29 Revision ce56e13b: [RELEASE] Release of TYPO3 7.6.22
Change-Id: Iaed11281eaa6ba0be86396a7dd9b412873cbfe49
Reviewed-on: https://review.typo3.org/53909
Reviewed-by: Benni M...
Benni Mack
12:25 Revision 82774856: [TASK] Apply CGL fixes
Releases: master, 8.7, 7.6
Change-Id: I167c68d7d04dd4b8c876b1f6f8f939cf3d933478
Reviewed-on: https://review.typo3.org...
Oliver Hader
11:38 Revision 65afaac0: [BUGFIX] Add composer dependencies to individual packages
For the individual (subtree splitted) packages to work,
we need to add dependencies of typo3/cms to these
packages.
...
Helmut Hummel
11:37 Revision 0100f1e8: [SECURITY] Disallow pht as file extension
Some web servers allow and accept pht files as PHP files
and execute them. Thus, pht should be part of the default
fi...
Susanne Moog
11:37 Revision c6498b2d: [SECURITY] Remove version from default User-Agent
TYPO3 does no longer send the concrete TYPO3 version as
part of the default User-Agent header when doing requests.
R...
Susanne Moog
11:37 Revision 1857c198: [SECURITY] Respect permissions of storages in a file collection
If a user creates a sys_file_collection record, only those
storage records must be shown which are allowed for the
us...
Georg Ringer
11:37 Revision fe31e60d: [SECURITY] Escape record title in RecordsOverview
The record title must be properly escaped.
Resolves: #81967
Releases: master, 8.7
Security-Commit: bb686f45996424aad...
Georg Ringer
11:37 Revision 2d37f5f8: [SECURITY] Disallow pht as file extension
Some web servers allow and accept pht files as PHP files
and execute them. Thus, pht should be part of the default
fi...
Susanne Moog
11:37 Revision 2c6228c5: [SECURITY] Remove version from default User-Agent
TYPO3 does no longer send the concrete TYPO3 version as
part of the default User-Agent header when doing requests.
R...
Susanne Moog
11:36 Revision c7769dbe: [SECURITY] Respect permissions of storages in a file collection
If a user creates a sys_file_collection record, only those
storage records must be shown which are allowed for the
us...
Georg Ringer
11:36 Revision 41297d16: [SECURITY] Escape record title in RecordsOverview
The record title must be properly escaped.
Resolves: #81967
Releases: master, 8.7
Security-Commit: de3b93658fc0ab054...
Georg Ringer
11:36 Revision 9c18546e: [SECURITY] Disallow pht as file extension
Some web servers allow and accept pht files as PHP files
and execute them. Thus, pht should be part of the default
fi...
Susanne Moog
11:36 Revision b9794339: [SECURITY] Remove version from default User-Agent
TYPO3 does no longer send the concrete TYPO3 version as
part of the default User-Agent header when doing requests.
R...
Susanne Moog
11:36 Revision 9d429b0a: [SECURITY] Respect permissions of storages in a file collection
If a user creates a sys_file_collection record, only those
storage records must be shown which are allowed for the
us...
Georg Ringer
11:19 Revision e08b48fc: [SECURITY] Update moment.js and moment-timezone.js
Change-Id: I23d48a3afa20c8511b867abcf54cafbeaa86bf0c
Resolves: #80735
Releases: 7.6
Reviewed-on: https://review.typo3...
Susanne Moog
11:18 Revision 43b1d7a8: [SECURITY] Patch jQuery core to mitigate XSS possibility
For more information see https://github.com/jquery/jquery/issues/2432
Change-Id: I3fbd8d957ffe4a12163b6d5a3425a85f99...
Susanne Moog
10:34 Revision b415df9f: [TASK] Synchronize composer.json with ext_emconf.php
Description, dependencies between core packages and
core package versions are now in sync in ext_emconf.php
and compo...
Helmut Hummel
09:51 Revision 7d6354d9: [BUGFIX] Check if LocalConfiguration.php is writable
In TYPO3 v8, the ConfigurationManager only checks if LocalConfiguration.php
is writaeble and not if typo3conf itself ...
Benni Mack
08:27 Revision da7abc30: [TASK] Fluid: Migrate same methods into AbstractTemplateView
StandaloneView currently replicates a lot of code which is already
present within TemplateView (= Extbase), however, ...
Benni Mack

2017-09-04

13:22 Revision 7e6e7c45: [BUGFIX] Space before class has a typo in access list for page content
The locallang_ttc.xlf has a typo in the key "space_before_class" which
is shown in the access list of a page content ...
Joerg Boesche
10:44 Revision 4a925692: [BUGFIX] Remove wrong </td> tag in AbstractLinkBrowser
Remove a not needed </td> tag which has not been removed with the
refactoring.
Resolves: #82279
Releases: master, 8....
Georg Ringer
10:16 Revision d3bfc709: [BUGFIX] Remove wrong </td> tag in AbstractLinkBrowser
Remove a not needed </td> tag which has not been removed with the
refactoring.
Resolves: #82279
Releases: master, 8....
Georg Ringer

2017-09-01

12:45 Revision 098e3b0f: [TASK] Install Tool: Use PSR-7 for fetching all POST parameters
Resolves: #82270
Releases: master
Change-Id: I37fbb8c1d5199239eaa4cd432fb49d958bc86123
Reviewed-on: https://review.ty...
Benni Mack
12:05 Revision 8d355f54: [TASK] Improve performance of Fluid TemplatePaths
This patch improves the performance of TemplatePaths
in two ways:
* GeneralUtility::removeDotsFromTS() is called on ...
Claus Due
09:39 Revision 31310553: [TASK] Improve performance of Fluid TemplatePaths
This patch improves the performance of TemplatePaths
in two ways:
* GeneralUtility::removeDotsFromTS() is called on ...
Claus Due
08:52 Revision 90d5dca2: [TASK] Fix broken validation translation form docs
The TranslationService uses the additional key 'error' in its translations
of the validation errors.
See https://git...
Justus Leon Moroni
08:28 Revision c5b07cb6: [TASK] Fix broken validation translation form docs
The TranslationService uses the additional key 'error' in its translations
of the validation errors.
See https://git...
Justus Leon Moroni

2017-08-31

23:00 Revision 6b12baba: [TASK] Remove suhosin checks
The patch removes suhosin specific checks from ext:install
environment checks. Core v8 needs at least PHP 7.0 and the...
Christian Kuhn
22:53 Revision f92aee2e: [TASK] Install Tool: Introduce PSR-7 response objects
Uses PSR-7 instead of plain echo() and die - and shutdown the
install tool properly (except for redirects currently)....
Benni Mack
22:52 Revision 11716119: [FEATURE] Only allow access to install tool for system maintainers
A new option $GLOBALS['TYPO3_CONF_VARS']['SYS']['systemMaintainers']
is introduced, which contains a list of Backend ...
Benni Mack
22:37 Revision 8b4cb2ea: [TASK] Remove suhosin mentions
The master version of this 8.7 patch just removes
last mentions of suhosin from the codebase.
Change-Id: If003a8db37...
Christian Kuhn
20:50 Revision d072d2d3: [TASK] Install Tool: Migrate authentication logic into AuthenticationService
The PHP request flow logic for authentication against the install tool password
is moved into a new class called Auth...
Benni Mack
17:27 Revision aed46d2a: [TASK] Install tool: Use ext:core messaging
The install tool brought its own "status message" class
structure since the 6.2 refactoring. This is used at many
pla...
Christian Kuhn
17:01 Revision 79f7759a: [TASK] Improve exception for invalid transOrigPointerField
Resolves: #82175
Releases: master, 8.7
Change-Id: I4b70b2a662b1818171bb180f88f8d40a48ee91ed
Reviewed-on: https://revi...
Mathias Brodala
16:43 Revision c7cd254c: [TASK] Move signal slots from EXT:install to EXT:core
The left-over signals in EXT:install/ext_localconf.php belong
to EXT:core (uses classes from EXT:core anyways) and si...
Benni Mack
16:35 Revision 913b86ab: [TASK] Upgrade version of D3.js to version 4.10.0
Updates D3.js to the latest release version, 4.10.0.
Release notes:
https://github.com/d3/d3/releases/tag/v4.10.0
F...
Anders Kostending
16:33 Revision 543adc02: [TASK] Improve exception for invalid transOrigPointerField
Resolves: #82175
Releases: master, 8.7
Change-Id: I4b70b2a662b1818171bb180f88f8d40a48ee91ed
Reviewed-on: https://revi...
Mathias Brodala
16:28 Revision b5ecddc1: [TASK] a div around no-result to style it
Releases: master
Resolves: #82194
Change-Id: I6bb00c14dc331ec362614d00e48bf169da7cd572
Reviewed-on: https://review.ty...
Fabian Thommen
16:27 Revision fa6c0a38: [BUGFIX] Only reorder integer keys in ArrayUtility
PHP already converts strings representing 8-bit integers
to int - so there are no numeric array keys that are
of type...
Susanne Moog
16:25 Revision 45349907: [TASK] Fix broken identifier in form docs
Within the docs, an incorrect identifier is used for a custom finisher.
This has been fixed and is in line with the e...
Daniel Siepmann
16:25 Revision 980c53c0: [TASK] Fix broken identifier in form docs
Within the docs, an incorrect identifier is used for a custom finisher.
This has been fixed and is in line with the e...
Daniel Siepmann
15:34 Revision ce48791a: [BUGFIX] EXT:form - use configured finisher identifiers for translations
Use the configured finisher identifier for translation keys instead of
the finisher class name.
Resolves: #81591
Rel...
Ralf Zimmermann
15:18 Revision d8b99acf: [BUGFIX] Prevent command exit status overflow to non-error status
If a command throws an exception the exception code will be used
as exit code of the CLI command. This will result in...
Oliver Eglseder
15:12 Revision 22a20932: [BUGFIX] Prevent command exit status overflow to non-error status
If a command throws an exception the exception code will be used
as exit code of the CLI command. This will result in...
Oliver Eglseder
15:10 Revision 615d2dae: [BUGFIX] EXT:form - use configured finisher identifiers for translations
Use the configured finisher identifier for translation keys instead of
the finisher class name.
Resolves: #81591
Rel...
Ralf Zimmermann
13:25 Revision d45abc0d: [TASK] Update typo3/testing-framework to 1.1.2
Brings a bug fix in frontend functional test parsing.
Change-Id: I3e95f4ee12069bbbfc225fb5045793273eff6f95
Resolves:...
Christian Kuhn
13:25 Revision 0d8e9347: [TASK] Update typo3/testing-framework to 1.1.2
Brings a bug fix in frontend functional test parsing.
Change-Id: I3e95f4ee12069bbbfc225fb5045793273eff6f95
Resolves:...
Christian Kuhn

2017-08-30

15:41 Revision c61f99f2: [BUGFIX] Use proper key name in db config
Releases: master,8.7
Resolves: #82239
Change-Id: I90d4ecdb4917c567a652a7bf5d24b55b39d646fd
Reviewed-on: https://revie...
Ludwig Rafelsberger
15:40 Revision 58081e06: [BUGFIX] Use proper key name in db config
Releases: master,8.7
Resolves: #82239
Change-Id: I90d4ecdb4917c567a652a7bf5d24b55b39d646fd
Reviewed-on: https://revie...
Ludwig Rafelsberger
12:05 Revision d7731f8d: [TASK] Install Tool: Split up Checks into RequestHandlers
In order to get the controllers free of security checks, the logic of
authentication/session handling is moved from v...
Benni Mack

2017-08-29

22:45 Revision 44e062a7: [TASK] Update Fluid dependency to 2.4.0+
This patch updates the composer Fluid dependency
to version 2.4.0 and above. Fixes multiple bugs and
performance issu...
Claus Due
22:43 Revision ed89892b: [BUGFIX] Install tool: Disable/Enable db analyzer buttons
The database analyzer buttons "Run again" and "Apply" are
now disabled when a scan is in progress.
This prevents mult...
Christian Kuhn
22:35 Revision 1ae43064: [TASK] Remove extended fluid core class CmsVariableProvider
The CmsVariableProvider within EXT:fluid extends a Fluid core class with
the same functionality and can be removed. A...
Benni Mack
21:40 Revision c762b387: [TASK] Update CKEditor to 4.7.2
Update CKEditor to the lastest version that fixes a lot of bugs.
Release notes:
https://ckeditor.com/release-notes
...
Anders Kostending
21:07 Revision 5ca02d1f: [TASK] Update CKEditor to 4.7.2
Update CKEditor to the lastest version that fixes a lot of bugs.
Release notes:
https://ckeditor.com/release-notes
...
Anders Kostending
18:48 Revision de67a5ed: [BUGFIX] Always show input field for empty link fields
The trigger values can be hardcoded here, as the previous
filtering only gives us fields for which we want to hide
th...
Johannes Schlier
17:26 Revision fd36e337: [BUGFIX] Always show input field for empty link fields
The trigger values can be hardcoded here, as the previous
filtering only gives us fields for which we want to hide
th...
Johannes Schlier
09:09 Revision cfe5d7b0: [BUGFIX] Install tool: Presets with custom im/gm paths
Fix "Find imagemagick / graphicsmagic in specific direcory" input
field in image preset handling.
The preset handling...
Christian Kuhn

2017-08-28

21:01 Revision 58919ba5: [FEATURE] Render additionalAttributes and data-* attr in media renderer
Render additionalAttributes and data-* attributes in VideoTag,
YouTube, Vimeo and AudioRenderer if set in the Fluid M...
Markus Hölzle
17:12 Revision ab611429: [BUGFIX] Fix links to backend admin / frontend website in Install Tool
The install tool (/typo3/install.php) is at the same directory location
as the backend interface. The links are fixed...
Andreas Fernandez
12:33 Revision 27f9631e: [TASK] Functional tests for translated tt_content rendering in Extbase
Introduce and Extbase version of the LocalizedContentRenderingTest.
It tests how language related TS settings influen...
Tymoteusz Motylewski
12:13 Revision 9e88b307: [BUGFIX] Make extbase language handling consistent with TYPO3 v7
During doctrine migration a change of behaviour was introduced.
In v7 when a translated record is hidden, it's not sh...
Tymoteusz Motylewski
11:57 Revision c166659f: [BUGFIX] Make extbase language handling consistent with TYPO3 v7
During doctrine migration a change of behaviour was introduced.
In v7 when a translated record is hidden, it's not sh...
Tymoteusz Motylewski
08:22 Revision ef8834d4: [BUGFIX] Add missing blank lines below `code-block` in ExtendT3editor.rst
Due to invalid syntax used at the code blocks, the code is not rendered at
all. This patch adds the missing blank lin...
Andreas Fernandez

2017-08-25

16:32 Revision d072cfa9: [!!!][TASK] Use protocol in pages.url and migrate pages.urltype
The field pages.urltype contains "0", "1", "2" which maps to a protocol,
however most people want to just paste the u...
Benni Mack
15:32 Revision 2d45dfe6: [TASK] Use codemirror-minified package
CodeMirror is offered as a minified version. As there is no benefit of
using a "full-blown" version, switch to minifi...
Andreas Fernandez
10:46 Revision 435a6e53: [TASK] Install tool: Remove fatal error handling
Before refactoring of the install tool with #76084, a
'fatal error handler' was in place to redirect to the
extension...
Christian Kuhn
10:22 Revision f2a452e5: [BUGFIX] Class references to SqlExpectedSchemaService
With the doctrine migration a signal formerly located in class
SqlExpectedSchemaService has been moved to class SqlRe...
Christian Kuhn
07:56 Revision 08764c70: [BUGFIX] Fix markup of module icon in Install Tool
Resolves: #82198
Releases: master
Change-Id: I62e3f378031197d87c318b2062d434a99c9a71a4
Reviewed-on: https://review.ty...
Andreas Fernandez

2017-08-24

20:48 Revision 5c249c67: [BUGFIX] Extbase distinct query result handling
Since Doctrine DBAL has been integrated into the TYPO3 core during
version 8 development and Extbase queries have bee...
Oliver Hader
17:56 Revision f8aaf85c: [BUGFIX] Extbase distinct query result handling
Since Doctrine DBAL has been integrated into the TYPO3 core during
version 8 development and Extbase queries have bee...
Oliver Hader
16:28 Revision 70bcd648: [TASK] Cleanup .gitignore
Make sure root level excludes are prefix with
a forward slash (/).
Sort the .gitignore into logical groups.
Release...
Philipp Gampe
09:41 Revision c7049ed1: [BUGFIX] Install tool: strict_types fatal in environment
If im / gm are not configured, the Environment module may
throw a fatal since refactoring. The patch sanitizes that
a...
Christian Kuhn
08:13 Revision 0ed12a7e: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/102 from tmotyl/inline1_1
Provide inline 1:1 example with relation field on the parent side Christian Kuhn

2017-08-23

22:35 Revision aa787747: [BUGFIX] Install tool: Use CardLayout events to init card
Some install tool cards load content on opening the card.
The patch now fires events on open and modules single card
...
Frank Nägler
22:04 Revision 5296b070: [TASK] Update php-cs-fixer to 2.5.0
Add 2 new rules
* no_superfluous_elseif
* no_useless_else
Both rules only apply if the if-statement contains a retu...
Wouter Wolters
22:03 Revision a87bd76b: [TASK] Let GeneralUtility::makeInstance() throw exception on unknown class
Change-Id: I9e5a04c3ef0ee8fed53d22df4d6ea472266145e7
Resolves: #82131
Releases: master, 8.7
Reviewed-on: https://revi...
Mathias Brodala
20:14 Revision 4e457d36: [TASK] Update php-cs-fixer to 2.5.0
Add 2 new rules
* no_superfluous_elseif
* no_useless_else
Both rules only apply if the if-statement contains a retu...
Wouter Wolters
19:33 Revision 540ae0e2: [TASK] CGL fixes after upgrade to php-cs-fixer 1.4
Change a series of cgl details after update of php-cs-fixer
from 1.0 to 1.4.
Change-Id: Iba289f530e2df2c6fc73e5f5b70...
Christian Kuhn
19:24 Revision 4bc4fb02: [TASK] Let GeneralUtility::makeInstance() throw exception on unknown class
Change-Id: I9e5a04c3ef0ee8fed53d22df4d6ea472266145e7
Resolves: #82131
Releases: master, 8.7
Reviewed-on: https://revi...
Mathias Brodala
18:27 Revision c384ce07: [TASK] CGL fixes after upgrade to php-cs-fixer 1.4
Change a series of cgl details after update of php-cs-fixer
from 1.0 to 1.4.
Change-Id: Iba289f530e2df2c6fc73e5f5b70...
Christian Kuhn
09:07 Revision d919fbd2: [BUGFIX] Mark not set Install Tool password as secure
To completely disable the Install Tool you can just leave the
`installToolPassword` value empty in your LocalConfigur...
Frans Saris

2017-08-22

22:27 Revision f95c5c61: [BUGFIX] Throw exception if encryption key is not set
The encryption key is a vital part to ensure security
of TYPO3. Not having it set (by accident) can lead
to severe se...
Helmut Hummel
22:24 Revision 2798e522: [BUGFIX] Mark not set Install Tool password as secure
To completely disable the Install Tool you can just leave the
`installToolPassword` value empty in your LocalConfigur...
Frans Saris
22:15 Revision a3604d2a: [BUGFIX] Throw exception if encryption key is not set
The encryption key is a vital part to ensure security
of TYPO3. Not having it set (by accident) can lead
to severe se...
Helmut Hummel
21:54 Revision 5ae3fc87: [TASK] Upgrade version of D3.js to version 4.10.0
Updates D3.js to the latest release version, 4.10.0.
Release notes:
https://github.com/d3/d3/releases/tag/v4.10.0
F...
Anders Kostending
21:53 Revision dfcf38dc: [BUGFIX] Throw exception if encryption key is not set
The encryption key is a vital part to ensure security
of TYPO3. Not having it set (by accident) can lead
to severe se...
Helmut Hummel
21:43 Revision 8a6a6cc5: [!!!][TASK] Extension manager: Drop "Download SQL Dump"
Remove the "Download SQL Dump" button from extension manager.
Change-Id: Ia027e7498c5464af04c49675987a696ee3a06070
R...
Christian Kuhn
21:38 Revision 25fd437d: [BUGFIX] Extension Scanner finds files on Windows
The extension scanner now also works on windows, as
the paths have been fixed to contain only one type of
slashes.
C...
Jigal van Hemert
21:18 Revision bedc5cf1: [TASK] Update Build/tsconfig.json
Executing 'npm run build-js' in Build/ directory
reveals an update to tsconfig.json which has not
been applied to cor...
Christian Kuhn
21:10 Revision 15819601: [!!!][TASK] Extension manager: Drop "Download SQL Dump"
The em in "Installed Extensions" has a button "Download SQL Dump"
for all extensions that provide ext_tables.sql. On ...
Christian Kuhn
20:54 Revision a6ec6315: [!!!][TASK] Remove devlog constants
Drop three error related constants from bootstrap:
TYPO3_DLOG, TYPO3_ERROR_DLOG, TYPO3_EXCEPTION_DLOG
Removal of the...
Benni Mack
20:40 Revision 56e71a44: [TASK] travis-ci: Execute unit test only
travis-ci still chockes on executing the functional tests
which take ages, even with various tricks in place.
The pat...
Christian Kuhn
20:25 Revision dee7da6e: [TASK] travis-ci: Execute unit test only
travis-ci still chockes on executing the functional tests
which take ages, even with various tricks in place.
The pat...
Christian Kuhn
20:05 Revision ba870dc1: [TASK] travis-ci: Less parallel jobs
travis-ci still chockes on functional tests, even if
splitting them among lots of single tasks. Run less
tests in par...
Christian Kuhn
20:04 Revision 3b186312: [TASK] travis-ci: Less parallel jobs
travis-ci still chockes on functional tests, even if
splitting them among lots of single tasks. Run less
tests in par...
Christian Kuhn
20:04 Revision 2737c968: [TASK] Remove file Tests/Functional/Fixtures/Frontend/request.tpl
This file is only used by typo3/testing-framework and has
been moved to that repository since version 1.1.1.
Release...
Jan Helke
19:36 Revision a37b17c5: [TASK] Remove file Tests/Functional/Fixtures/Frontend/request.tpl
This file is only used by typo3/testing-framework and has
been moved to that repository since version 1.1.1.
Release...
Jan Helke
19:14 Revision 9594022b: [TASK] travis-ci: Less parallel jobs
travis-ci still chockes on functional tests, even if
splitting them among lots of single tasks. Run less
tests in par...
Christian Kuhn
19:00 Revision 2f0c9524: [TASK] Update typo3/testing-framework to 1.1.1
Fix three issues blocking core patches.
Change-Id: I07deff6294061d04e15bd1a7707e504413bb30c9
Resolves: #82168
Releas...
Christian Kuhn
18:59 Revision 94022bbd: [TASK] Update typo3/testing-framework to 1.1.1
Fix three issues blocking core patches.
Change-Id: I07deff6294061d04e15bd1a7707e504413bb30c9
Resolves: #82168
Releas...
Christian Kuhn
18:28 Revision f11c33e4: [TASK] Update dev dependencies
* codeception/codeception (2.3.3 => 2.3.5)
* enm1989/chromedriver (2.30 => 2.31)
* friendsofphp/php-cs-fixer (v2.0.0 ...
Wouter Wolters
18:27 Revision d9e2bea0: [TASK] Update dev dependencies
* codeception/codeception (2.3.3 => 2.3.5)
* enm1989/chromedriver (2.30 => 2.31)
* friendsofphp/php-cs-fixer (v2.0.0 ...
Wouter Wolters
17:28 Revision f144cf92: [BUGFIX] bamboo nightly
The bamboo nightly job [1] fails due to a minor CGL issue
which somehow slipped through.
[1] https://bamboo.typo3.co...
Christian Kuhn
13:19 Revision b301d146: [BUGFIX] Install tool: Double <hr> in upgrade wizards
Remove <hr> of last wizard.
Change-Id: I25a52d882e99333d4598e1dcc632300e2a8860ac
Resolves: #82158
Releases: master
R...
Christian Kuhn
13:17 Revision 2ee04e28: [BUGFIX] Make Notifications module usable in install tool
This patch makes the Notification module in standalone install tool
usable by adding the required CSS and fixing the ...
Frank Nägler
13:08 Revision abf0532b: [BUGFIX] Do not renumber unique keys in ArrayUtility
In various places throughout the core we are using timestamps followed
by a dot as unique identifiers for array keys ...
Susanne Moog
12:39 Revision a9807917: [BUGFIX] Refactoring of CardLayout.js
This patch refactors the CardLayput.js to prevent some trouble with
the navigation icons in the doc header.
Resolves...
Frank Nägler
12:34 Revision 962d2809: [FOLLOWUP][BUGFIX] Fix broken table layout of Upgrade Wizards table
Change an invalid class name.
Change-Id: I146cbb27dae6e9b1044ef8e296989d7a6dba7056
Resolves: #82150
Releases: master...
Christian Kuhn
11:54 Revision 67e0d07a: [BUGFIX] Fix broken table layout of Upgrade Wizards table
Resolves: #82150
Releases: master
Change-Id: I962a41df0f0375bbf1b325f29d270d8fe2da0e5f
Reviewed-on: https://review.ty...
Frank Nägler
11:49 Revision c4dd2007: [BUGFIX] Remove leftover reference to ext:func from Gruntfile
The ext:func module menu image building is still
referenced in the Gruntfile.
Change-Id: Iaafed19faa9d99eca2ebce41ea...
Christian Kuhn
11:10 Revision 83436367: [TASK] Install tool: Improve 'clear tables' view
Refactor the 'clear tables' view of the install tool:
* Main content is loaded on opening the card via ajax
* Tables ...
Christian Kuhn

2017-08-21

17:33 Revision cd3dbbae: [TASK] Functional tests for translated tt_content rendering in Extbase
Introduce and Extbase version of the LocalizedContentRenderingTest.
It tests how language related TS settings influen...
Tymoteusz Motylewski
15:10 Revision c949e715: [TASK] Remove non existing param from checkForUpdate
Releases: master, 8,7
Resolves: #82144
Change-Id: I24b2d57e37f6ff95b7ec7bdab7cda0f21e85c90b
Reviewed-on: https://revi...
Frans Saris
14:52 Revision 7c4e8c0c: [TASK] Remove non existing param from checkForUpdate
Releases: master, 8,7
Resolves: #82144
Change-Id: I24b2d57e37f6ff95b7ec7bdab7cda0f21e85c90b
Reviewed-on: https://revi...
Frans Saris
14:37 Revision a548b360: [TASK] travis-ci: Split functional tests into more parts
With the ever growing number of functional tests, we
split the suite into more parts to prevent
"No output has been r...
Christian Kuhn
14:36 Revision cd54154c: [TASK] travis-ci: Split functional tests into more parts
With the ever growing number of functional tests, we
split the suite into more parts to prevent
"No output has been r...
Christian Kuhn
14:23 Revision 50878f71: [TASK] Functional tests for translated tt_content rendering in Extbase
Introduce and Extbase version of the LocalizedContentRenderingTest.
It tests how language related TS settings influen...
Tymoteusz Motylewski
13:57 Revision 1b0da009: Provide inline 1:1 example with relation field on the parent side
Tymoteusz Motylewski
13:56 Revision 33418b60: [TASK] travis-ci: Split functional tests into more parts
With the ever growing number of functional tests, we
split the suite into more parts to prevent
"No output has been r...
Christian Kuhn
12:15 Revision 93c20622: [BUGFIX] Catch error due to invalid record in Linkvalidator scheduler task
Resolves: #82103
Releases: master, 8.7, 7.6
Change-Id: I3e04559c05381c49ab390dc3ad0d3eebddc5a57f
Reviewed-on: https:/...
Andreas Fernandez
12:14 Revision e0e8ab1e: [BUGFIX] Install tool: Trigger ext scan on ext open
In the extension scanner, if opening a single extension view
for the first time, the scanner is correctly triggered a...
Christian Kuhn
11:37 Revision 79ced4a4: [BUGFIX] Fix SQL error when bookmarking a sys_file_metadata record
The type field contains a non existing field. Do not select this
field in the query.
Resolves: #82105
Releases: mast...
Wouter Wolters
11:37 Revision 4d103fe5: [BUGFIX] Fix SQL error when bookmarking a sys_file_metadata record
The type field contains a non existing field. Do not select this
field in the query.
Resolves: #82105
Releases: mast...
Wouter Wolters
11:36 Revision 56aec5f4: [BUGFIX] Install tool: Empty messages in TCA migration
The JsonView should return the detail message text as
'message' array and not as 'status'.
Change-Id: I492d31ee8fe38...
Christian Kuhn
11:36 Revision 41a1ac1b: [BUGFIX] Install tool: Configure settings toggle all button
Fix a JS selector to correctly toggle on "Toggle All" again.
Change-Id: Ie21c8c41fb9ba1aba4eedb197603a8c2a7111477
Re...
Christian Kuhn

2017-08-20

14:29 Revision 29f6093e: [BUGFIX] Fix SQL error when bookmarking a sys_file_metadata record
The type field contains a non existing field. Do not select this
field in the query.
Resolves: #82105
Releases: mast...
Wouter Wolters

2017-08-19

19:24 Revision 0c275da4: [BUGFIX] Catch error due to invalid record in Linkvalidator scheduler task
Resolves: #82103
Releases: master, 8.7, 7.6
Change-Id: I3e04559c05381c49ab390dc3ad0d3eebddc5a57f
Reviewed-on: https:/...
Andreas Fernandez

2017-08-18

21:34 Revision eb7539b6: [!!!][FEATURE] Main install tool refactoring
The patch applies a major refactoring of the "tool" part of the
install tool. As the most visible change, the install...
Mona Muzaffar
16:38 Revision 3df33f5e: [TASK] Adding novalidate Attribute to Fluid Form ViewHelper
At the moment there is no possibility to disable the client side
validation for the fluid form tag.
Releases: master...
Pascal Langhals
16:24 Revision 87361777: [BUGFIX] EXT:Scheduler: Update storage index saves correct storage
When creating an "update storage index" task, now the selected storage
is saved correct.
Resolves: #67241
Releases: ...
Michael Oehlhof
16:21 Revision e8ec374c: [BUGFIX] Prevent XSS in scheduler extension
Releases: master,8.7,7.6
Resolves: #82079
Change-Id: I21a6ebcff4ebd0c6f2d2c83e0aa6d9e2c03d32d9
Reviewed-on: https://r...
Wouter Wolters
16:10 Revision bed4ceb6: [BUGFIX] Prevent XSS in scheduler extension
Releases: master,8.7,7.6
Resolves: #82079
Change-Id: I21a6ebcff4ebd0c6f2d2c83e0aa6d9e2c03d32d9
Reviewed-on: https://r...
Wouter Wolters
16:01 Revision 4fcaf7ff: [TASK] Change upper limits for endtime of various records
Instead of using 2020 use the technical limit of 32bit
which is 2038.
Resolves: #81940
Releases: master, 8.7
Change-...
Georg Ringer
15:53 Revision 41fc5209: [BUGFIX] Fix hide and delete button in SysAction->RecordList
The AjaxDataHandler JavaScript must be loaded to add the on
click handlers.
Resolves: #81685
Releases: master,8.7
Ch...
Wouter Wolters
15:45 Revision bb60d697: [BUGFIX] Prevent XSS in scheduler extension
Releases: master,8.7,7.6
Resolves: #82079
Change-Id: I21a6ebcff4ebd0c6f2d2c83e0aa6d9e2c03d32d9
Reviewed-on: https://r...
Wouter Wolters
15:41 Revision 3da08257: [TASK] Change upper limits for endtime of various records
Instead of using 2020 use the technical limit of 32bit
which is 2038.
Resolves: #81940
Releases: master, 8.7
Change-...
Georg Ringer
15:39 Revision 68a17881: [BUGFIX] Prevent XSS in PageLayoutController
Correctly use htmlspecialchars for the link.
Resolves: #82077
Releases: master,8.7,7.6
Change-Id: I87ea4010aa187f5f6...
Wouter Wolters
15:39 Revision 45bdf473: [BUGFIX] Prevent XSS in PageLayoutController
Correctly use htmlspecialchars for the link.
Resolves: #82077
Releases: master,8.7,7.6
Change-Id: I87ea4010aa187f5f6...
Wouter Wolters
15:26 Revision 1fa553da: [BUGFIX] Prevent XSS in PageLayoutController
Correctly use htmlspecialchars for the link.
Resolves: #82077
Releases: master,8.7,7.6
Change-Id: I87ea4010aa187f5f6...
Wouter Wolters
15:10 Revision cdef1854: [BUGFIX] Fix hide and delete button in SysAction->RecordList
The AjaxDataHandler JavaScript must be loaded to add the on
click handlers.
Resolves: #81685
Releases: master,8.7
Ch...
Wouter Wolters
09:56 Revision 086add63: [BUGFIX] Drop sorting in COUNT() query in list module
The list module throws an exception on mssql as there
is a COUNT(*) query done with an ORDER BY sorting.
Sorting the...
Susanne Moog
09:54 Revision 38eb30d6: [BUGFIX] Use DriverInterface instead AbstractDriver for method signature
FAL drivers are not obligated to extend the AbstractDriver but only
to implement the DriverInterface. Having custom d...
Franz Koch
09:54 Revision 7267e0d9: [TASK] Remove leftover code for db_mountpoints in ActionTask
Resolves: #81999
Releases: master,8.7
Change-Id: Ib3311a4f10d7393b41c04fd193e8614d5984f35f
Reviewed-on: https://revie...
Wouter Wolters
09:53 Revision 01aac908: [BUGFIX] Correct type of argument passed to BackendUtility::viewOnClick
Third argument passed to BackendUtility::viewOnClick should be
an array or null.
Resolves: #82124
Releases: master, ...
Tymoteusz Motylewski
09:13 Revision ed11f88a: [BUGFIX] Use DriverInterface instead AbstractDriver for method signature
FAL drivers are not obligated to extend the AbstractDriver but only
to implement the DriverInterface. Having custom d...
Franz Koch
09:06 Revision 0137bc56: [BUGFIX] Changes indentation in new page wizard
On a page without subpages the indentation for
creating a new page below this page was wrong.
This fix changes the in...
Thomas Löffler
08:13 Revision ec9a35e6: [BUGFIX] Correct type of argument passed to BackendUtility::viewOnClick
Third argument passed to BackendUtility::viewOnClick should be
an array or null.
Resolves: #82124
Releases: master, ...
Tymoteusz Motylewski
08:06 Revision 615ed3a4: [TASK] Remove leftover code for db_mountpoints in ActionTask
Resolves: #81999
Releases: master,8.7
Change-Id: Ib3311a4f10d7393b41c04fd193e8614d5984f35f
Reviewed-on: https://revie...
Wouter Wolters
07:55 Revision 5dac1cf4: [BUGFIX] Use DriverInterface instead AbstractDriver for method signature
FAL drivers are not obligated to extend the AbstractDriver but only
to implement the DriverInterface. Having custom d...
Franz Koch

2017-08-17

23:33 Revision 9d3aa861: [BUGFIX] Set language uid for inline children by default
On creating child records for an inline field, currently no language
is set and the children are stored with sys_lang...
Susanne Moog
20:36 Revision 8f8c26ac: [TASK] Add t3editor for TSConfig fields
This patch add the t3edtor to the TSConfig fields of be_users,
be_groups and pages table.
TSConfig support is still m...
Frank Nägler
20:27 Revision a86b6374: [!!!][FEATURE] Refactor EXT:t3editor
EXT:t3editor is refactored to use the latest CodeMirror version (at the
time of writing it's 5.28.0).
Developers are ...
Andreas Fernandez
13:17 Revision 79d1315c: [BUGFIX] Changes indentation in new page wizard
On a page without subpages the indentation for
creating a new page below this page was wrong.
This fix changes the in...
Thomas Löffler
13:14 Revision 374fe5c6: [BUGFIX] Extend Lowlevel lost_files to accept customPath
This allows the lowlevel lost_files cleaner to use
customPaths as input too.
Resolves: #72202
Releases: master,8.7
C...
Tomas Norre Mikkelsen
10:41 Revision b49e6382: [FEATURE] EXT:form - Add the "Confirmation" finisher to the form editor
Make the "Confirmation message" finisher available within the form editor.
The BE-editor can choose between 2 possib...
Ralf Zimmermann
09:06 Revision 657b875e: [BUGFIX] Changes indentation in new page wizard
On a page without subpages the indentation for
creating a new page below this page was wrong.
This fix changes the in...
Thomas Löffler
09:02 Revision 6550812f: [TASK] Deprecate options `value` and `noscript` of SVG content object
This patch deprecates the options value (if `renderMode` is not set to
`inline`) and `noscript`. Both are used for an...
Frank Nägler
08:34 Revision 0075ee57: [BUGFIX] Do not allow users to edit doktypes without permissions
Disallow backend users to edit pages which doktypes are not allowed
via backend usergroup permissions.
Resolves: #79...
Markus Hölzle
08:31 Revision 332cfca9: [BUGFIX] Implode array values in SaveToDatabaseFinisher
Array values being processed by SaveToDatabaseFinisher are now
imploded by a comma. This may happen when using a `Mul...
Andreas Fernandez

2017-08-16

15:10 Revision 9f187bc1: [BUGFIX] Respect width/height settings in renderMode inline
The settings width and height are now supported also for the
renderMode inline of the SVG content object.
Resolves: ...
Frank Nägler
11:59 Revision 7aef3857: [FEATURE] SVG content object support EXT: syntax
The SVG Content Object property „src“ now supports EXT:
syntax to reference files from extensions.
Resolves: #82108
...
Frank Nägler
10:30 Revision 384467db: [FEATURE] Allow inline rendering for SVG content object
This patch add a new setting to allow inline rendering of SVG files.
Resolves: #82091
Releases: master
Change-Id: I1...
Frank Nägler

2017-08-15

16:07 Revision e60db69d: [BUGFIX] YouTubeRenderer "controls" option
The "controls" parameter appended to YouTube embed URL is either set to
value provided in $options array or to defaul...
Česlav Przywara
15:55 Revision 3cab6c2d: [BUGFIX] YouTubeRenderer "controls" option
The "controls" parameter appended to YouTube embed URL is either set to
value provided in $options array or to defaul...
Česlav Przywara
15:42 Revision f6c2b2e5: [BUGFIX] YouTubeRenderer "controls" option
The "controls" parameter appended to YouTube embed URL is either set to
value provided in $options array or to defaul...
Česlav Przywara
15:05 Revision e2584b9a: [TASK] Refactor GridEditor.js with TypeScript
Resolves: #82088
Releases: master
Change-Id: Ie0ad7a8ec6ed3f67300e88b8b8e0711c4f3dbbd2
Reviewed-on: https://review.ty...
Frank Nägler
13:49 Revision 5e5c0ec7: [TASK] Allow to override RTE config presets via PageTS
Reorder the steps to load the RTE configuration, so that presets can be
overridden by additional PageTS configuration...
Hannes Lau
13:37 Revision a5fccf88: [TASK] Allow to override RTE config presets via PageTS
Reorder the steps to load the RTE configuration, so that presets can be
overridden by additional PageTS configuration...
Hannes Lau
13:25 Revision eaf0d1bd: [BUGFIX] Implode array values in SaveToDatabaseFinisher
Array values being processed by SaveToDatabaseFinisher are now
imploded by a comma. This may happen when using a `Mul...
Andreas Fernandez
13:17 Revision b988ba84: [BUGFIX] _LOCAL_LANG overwrite via TypoScript with nested keys
If language labels are set for the top level key and sub
keys in TypoScript the top level key was not taken into
acco...
Susanne Moog
13:00 Revision e7882f44: [BUGFIX] _LOCAL_LANG overwrite via TypoScript with nested keys
If language labels are set for the top level key and sub
keys in TypoScript the top level key was not taken into
acco...
Susanne Moog
12:46 Revision 654ff849: [TASK] Cover rendering of hidden tt_content with functional tests
Two new cases are covered in LocalizedContentRenderingTest:
- when record is hidden in default language but its trans...
Tymoteusz Motylewski
12:07 Revision a3c0b791: [TASK] Cover rendering of hidden tt_content with functional tests
Two new cases are covered in LocalizedContentRenderingTest:
- when record is hidden in default language but its trans...
Tymoteusz Motylewski
09:59 Revision 37ea119c: [TASK] Cover rendering of hidden tt_content with functional tests
Two new cases are covered in LocalizedContentRenderingTest:
- when record is hidden in default language but its trans...
Tymoteusz Motylewski

2017-08-14

21:56 Revision dfd3c0a5: [BUGFIX] Filter http/verify option for guzzle to boolean
guzzle expects a real boolean value.
This fix filters the given verify option to either the boolean
equivalent or lea...
Wolfgang Klinger
20:54 Revision 5ab1098e: [BUGFIX] Do not render <li> in section menu when CE has no header
Section menu is now not rendering empty <li> when CE has no header.
Resolves: #82099
Releases: master, 8.7
Change-Id...
Tymoteusz Motylewski
20:53 Revision bb551abc: [BUGFIX] Filter http/verify option for guzzle to boolean
guzzle expects a real boolean value.
This fix filters the given verify option to either the boolean
equivalent or lea...
Wolfgang Klinger
19:52 Revision 6be328f3: [BUGFIX] Do not render <li> in section menu when CE has no header
Section menu is now not rendering empty <li> when CE has no header.
Resolves: #82099
Releases: master, 8.7
Change-Id...
Tymoteusz Motylewski
15:32 Revision ab8a0e38: [BUGFIX] EXT:form - fix templateRootPaths support for email finishers
Fixes "templateRootPaths" support for email finishers.
"templatePathAndFilename" is still functional to avoid breakin...
Ralf Zimmermann
15:27 Revision 2124bba4: [FEATURE] Add stdWrap to config.additionalHeaders
Add stdWrap to the elements header, replace and httpResponseCode.
Resolves: #23494
Related: #56236
Releases: master
...
Philipp Gampe
15:17 Revision d0a54d7d: [TASK] Cleanup .gitignore
Make sure root level excludes are prefix with
a forward slash (/). The /bin folder exclude
is already fixed by a prev...
Philipp Gampe
15:16 Revision b9cb0e19: [TASK] Move PageInformationController & TranslationStatusController
Move the mentioned controllers from EXT:frontend to EXT:info as
those belongs there.
Resolves: #81865
Releases: mast...
Georg Ringer
14:00 Revision 2d0d401f: [FEATURE] Add .inline property to includeCSS/includeCSSLibs
If .inline is set, the contents of the css-file is inlined
using <style>-tags.
.inline implies .excludeFromConcatena...
Raphael Graf
11:38 Revision 6a480e99: [BUGFIX] Set anchor in all preview links of content elements
The button »View webpage« in the list module opens a popup
with a link to the current page and an anchor to the
selec...
Dan Kleine (Untenzu)
11:37 Revision 8ae6313c: [BUGFIX] EXT:form - fix templateRootPaths support for email finishers
Fixes "templateRootPaths" support for email finishers.
"templatePathAndFilename" is still functional to avoid breakin...
Ralf Zimmermann
11:28 Revision 72c56183: [TASK] div around search word
- div with css class 'tx-indexedsearch-info-sword' added, to style or hide
this with csc
- only show info about searc...
Fabian Thommen
11:20 Revision 4973abb6: [BUGFIX] Set anchor in all preview links of content elements
The button »View webpage« in the list module opens a popup
with a link to the current page and an anchor to the
selec...
Dan Kleine (Untenzu)
11:15 Revision 65059997: [BUGFIX] parseInt values before comparison for Fluid be.widget.paginate
Resolves: #82034
Releases: master, 8.7
Change-Id: If56166e33c048a45b01ab70a5938a51525a49db4
Reviewed-on: https://revi...
Wolfgang Klinger
10:46 Revision a01a7462: [FEATURE] Add file links sorting by date and sorting direction
Adds ‘Sort by creation date’ and ‘Sort by modification date’ options
and a new option to set a sorting direction in t...
Wolfgang Klinger
10:32 Revision bd1bf0bc: [BUGFIX] parseInt values before comparison for Fluid be.widget.paginate
Resolves: #82034
Releases: master, 8.7
Change-Id: If56166e33c048a45b01ab70a5938a51525a49db4
Reviewed-on: https://revi...
Wolfgang Klinger
 

Also available in: Atom