Project

General

Profile

Activity

From 2017-02-20 to 2017-03-21

2017-03-20

19:34 Revision 4e4beb13: [BUGFIX] EXT:form - change type of getRendererClassName() to string
Fix incompatible return types of getRendererClassName()
Make sure it is a string in all interfaces and implementation...
Martin Kutschker
18:37 Revision cbcd2993: [BUGFIX] Check if install tool enable file exists before removing it
The is_file() check got lost during the refactoring in
d855b4707ba1198b6c1dbf856c4377e230da4c4b.
Change-Id: Ia168809...
Michael Stucki
18:36 Revision 0bf488ef: [BUGFIX] Check if install tool enable file exists before removing it
The is_file() check got lost during the refactoring in
d855b4707ba1198b6c1dbf856c4377e230da4c4b.
Change-Id: Ia168809...
Michael Stucki
15:06 Revision b1718cab: [TASK] Cleanup FSC/CSC typoscript
* remove/update inline comments
* improve legibility by proper indentation and CGL
Resolves: #80346
Releases: master...
Josef Glatz
14:38 Revision 3517eccb: [BUGFIX] EXT:form - Render form name in form tree correctly
Do not double-encode name with HTML entities.
Resolves: #80343
Releases: master
Change-Id: If8e3757f0d34712f0daf0312...
Martin Kutschker
14:24 Revision 72f6ad28: [BUGFIX] Do not compile parent config in inline ajax controller
Using the signed parent tca config incoming via ajax request in the
inline ajax controller solves a series of issues ...
Christian Kuhn
13:53 Revision fe4cee40: [TASK] Use correct language sorting in TCA field language of pages_language_overlay
Since #77652 the languages are sorted manually using a sorting field. Use this
field also in the language selection o...
Georg Ringer
11:22 Revision d00f3a81: [TASK] Remove l10n_cat leftover
TCA property l10n_cat has been there since ever and nobody understood it.
The docs about it never said what it really...
Christian Kuhn
10:57 Revision 273ed52d: [BUGFIX] Typo3Status Report checks for Compatibility6
Check for EXT:Compatibility7 instead of EXT:Compatibility6
in the Typo3Status Report.
Resolves: #80348
Releases: mas...
Thomas Hohn
10:45 Revision a0e968c5: [BUGFIX] TCA field using MM table is incorrectly duplicates relations
The previous change disabled the lookup on the parent UID which resulted
in getting all possible relations due to the...
Georg Ringer
10:16 Revision 77465a6d: [TASK] Deprecate further l10n_mode usages
This change is focussed on runtime processing of l10n_mode
which is not required anymore. Thus accordant internal
fun...
Oliver Hader
10:16 Revision 7cbf89ad: [TASK] Deprecate inline localizationMode
TCA type's inline localizationMode can either be "keep" or "select".
At least "keep" is counter-productive if allowLa...
Oliver Hader

2017-03-19

16:44 Revision c02e019a: [TASK] Remove inline styles from parsed blockquote tag
The inline styles were removed from CSS Styled Content
but not in Fluid Styled Content.
Now this is also removed in ...
Gianluigi Martino

2017-03-18

19:46 Revision b608afbd: [TASK] Implement conflict handling into renameFile()
Upon DuplicationBehaviour::RENAME and ~::REPLACE, the according function
is called for the given file. For Duplicatio...
Anja Leichsenring
18:12 Revision bafc8232: [BUGFIX] Allow requireJsModules from FormEngine fieldControl
While the two NodeExpansion API's allow the usual returnArray
from single expansion nodes, fieldControl does not, due...
Christian Kuhn

2017-03-17

23:54 Revision 872ad59d: [TASK] Support valuePicker in colorpicker
Add the 'valuePicker' functionality to the colorpicker. This is useful
for editors to have a series of defaults. A si...
Christian Kuhn
20:32 Revision 3664b27d: [TASK] EXT:form - set identifier for renderables
Add method for setting the identifier for renderables.
Resolves: #80319
Releases: master
Change-Id: I9103068aef1b71e...
Ralf Zimmermann
20:02 Revision 3ba6e582: [TASK] EXT:form - move fixed template settings to configuration
Move this fluid form VH attributes into the EXT:form
configuration
* f:form -> additionalParams
* f:form -> addQuery...
Ralf Zimmermann
18:38 Revision 69c769c5: [TASK] styleguide: TCA: colorpicker with valuepicker example
Christian Kuhn
17:49 Revision dd185960: [BUGFIX] Wrong header in 8.6 .rst file
Deprecation should be Feature to fix the list on
https://docs.typo3.org/typo3cms/extensions/core/8-dev/Changelog/8.6/...
Christian Kuhn
16:47 Revision db0722b5: [TASK] styleguide: Add a colorpicker as section container element
Christian Kuhn
15:26 Revision ff5f2aec: [FOLLOWUP][BUGFIX] l10n_state field is not created when installing an ext
Fix PHPdoc comments of return types.
Change-Id: I58686de41b135694305ca146590cba1c66ee6716
Resolves: #80271
Releases:...
Oliver Hader
15:22 Revision 9c787b37: Revert "[BUGFIX] Allow any navigation component to load in BE"
This reverts commit 51b5fad91efa5bef84bec16f3ae3738c382da5f1.
The patch introduced some delays and the acceptance te...
Christian Kuhn
14:30 Revision e610b7f2: [BUGFIX] Escape dots of flexform field names
To make inline proper working in JS, the name of the field must be escaped
as it can contain dots.
Resolves: #78985
...
Georg Ringer
14:22 Revision 23c68013: [BUGFIX] Escape dots of flexform field names
To make inline proper working in JS, the name of the field must be escaped
as it can contain dots.
Resolves: #78985
...
Georg Ringer
14:16 Revision fec65e5e: [TASK] validateRstFiles script: improve error message
Improve the error message for non valid index keywords in
changelog RST files.
Resolves: #80310
Releases: master
Cha...
Josef Glatz
14:15 Revision 07bd3e31: [TASK] Use array_replace_recursive to merge columnsOverrides
Merging columnsOverrides into columns in FormEngine data provider
TcaColumnsOverrides is done via ArrayUtility::merge...
Christian Kuhn
14:13 Revision 33102bd1: [BUGFIX] l10n_state field is not created when installing an extension
l10n_state fields are not created automatically when installing an
extension since there is no slot defined for the a...
Oliver Hader
14:01 Revision d1f017a8: [TASK] Streamline EXT:form code
* Register "formvh:" as global namespace, simplifying the templates
* Remove formvh:be.pageRenderer and add the missi...
Benni Mack
13:07 Revision 3497ff3b: [BUGFIX] Fix deprecation message of two GeneralUtility methods
We're only deprecating these two methods, not the whole file.
Resolves: #80316
Releases: master
Change-Id: Ia1727c09...
Mathias Brodala

2017-03-16

19:48 Revision 36f1a701: [BUGFIX] TCA selectTree ajax must not calculate display conditions
Opening a record with a FormEngine field type='select' and
renderType='selectTree' just renders boilerplate HTML that...
Thorben Nissen
06:03 Revision c66f76f7: [TASK] Resolve cross dep between EXT:backend and EXT:feedit
This patch moves frontend-editing intialisation from the
EditDocumentController (EXT:backend) to a signal listener
in...
Claus Due

2017-03-15

22:07 Revision c8abd5c1: [BUGFIX] styleguide: TCA: bogus select_tree_2_condition entry in showitem
Christian Kuhn
22:05 Revision 72139c7d: [TASK] styleguide: TCA: select_tree_2 in flex with display condition
Related: https://github.com/TYPO3-CMS/styleguide/issues/79657 Christian Kuhn
21:10 Revision 0289f383: [TASK] styleguide: Line indenting in ext_tables.sql
Christian Kuhn
20:31 Revision 4a01c9ee: [TASK] styleguide: Migrate to doctrine
Christian Kuhn
14:27 Revision 89355abc: [TASK] Return to content element after un-/hide
Add the current content element as section to the un-/hide link.
Releases: master, 7.6
Resolves: #80274
Change-Id: I...
Josef Glatz
12:28 Revision 522c0049: [TASK] Return to content element after un-/hide
Add the current content element as section to the un-/hide link.
Releases: master, 7.6
Resolves: #80274
Change-Id: I...
Josef Glatz
12:07 Revision 854c7816: [TASK] Return to content element after closing
Add the current content element as section to the edit link.
Since #70074, the edit link in the header has been alrea...
Georg Ringer
11:59 Revision ff406327: [BUGFIX] Recordlist shows content of wrong folder
Subfolder requires identifier when parent folder is expanded.
Resolves: #80166
Releases: master, 7.6
Change-Id: I522...
Stefan Fruhen
11:55 Revision 77d551ce: [BUGFIX] Recordlist shows content of wrong folder
Subfolder requires identifier when parent folder is expanded.
Resolves: #80166
Releases: master, 7.6
Change-Id: I522...
Stefan Fruhen
11:49 Revision 83e2a790: [BUGFIX] Localize tt_content_defValues in new content element wizard
Resolves: #79551
Releases: master, 7.6
Change-Id: I76bf3996b3f76b18f9ff9cc95b70b2e41bbc4143
Reviewed-on: https://revi...
Eric Chavaillaz
11:36 Revision 19e8f9b2: [BUGFIX] Localize tt_content_defValues in new content element wizard
Resolves: #79551
Releases: master, 7.6
Change-Id: I76bf3996b3f76b18f9ff9cc95b70b2e41bbc4143
Reviewed-on: https://revi...
Eric Chavaillaz
11:19 Revision f9518784: [BUGFIX] Do not overwrite inlineData in mergeResult
Instead of merging different inlineData results, the
FormResultCompiler has one seemingly leftover line of code
which...
Helmut Hummel
11:09 Revision 8bdb21da: [BUGFIX] Do not overwrite inlineData in mergeResult
Instead of merging different inlineData results, the
FormResultCompiler has one seemingly leftover line of code
which...
Helmut Hummel
10:37 Revision d22be08f: [BUGFIX] Register SVG icons for backend modules automatically
Releases: master
Fixes: #80278
Change-Id: Idcb7efa0fb7a5ad819ce0f65a837916cdeb13c56
Reviewed-on: https://review.typo3...
Cedric Ziel
10:18 Revision 224bb0d5: [BUGFIX] Missing max value for title in file reference TCA
Add a max value of 255 chars for the field "title" and
increase size of field "alternative" in sys_file_reference to
...
Torben Hansen
10:10 Revision c4118cdc: [BUGFIX] Missing max value for title in file reference TCA
Add a max value of 255 chars for the field "title" and
increase size of field "alternative" in sys_file_reference to
...
Torben Hansen
09:02 Revision 51b5fad9: [BUGFIX] Allow any navigation component to load in BE
Since the ExtJS viewport refactoring in 8.5, it is not possible
anymore to load any other registered navigation compo...
Benni Mack
07:07 Revision dc6bf6e4: [TASK] Move config.sys_language_softExclude to compat7
The TypoScript option `config.sys_language_softExclude`
allows to set certain fields on tables to l10n_mode=exclude
d...
Benni Mack

2017-03-14

22:57 Revision bce9a838: [!!!][TASK] Remove $TYPO3_CONF_VARS['FE']['pageOverlayFields']
The configuration $GLOBALS['TYPO3_CONF_VARS']['FE']['pageOverlayFields']
is removed from the default configuration as...
Oliver Hader
22:37 Revision e4edc72d: [BUGFIX] Prevent crash saving <a> without "href" attribute
Prevent a PHP error in the HTML parser when saving a content element
containing an <a> tag without "href" attribute b...
Francois Suter
21:51 Revision 45479401: [TASK] Be more specific about the inputLink wizard migration
Resolves: #80277
Releases: master
Change-Id: I4aeab3c0c45d88d8e8934407dfaa3e845d6dd376
Reviewed-on: https://review.ty...
Cedric Ziel
19:53 Revision 191118ec: [TASK] Switch to typo3/cms-styleguide
Styleguide moved from 7elix/styleguide to typo3/cms-styleguide
Change-Id: Ib11cd3d21121214ed5828aa26166d4a7b1419a3c
...
Christian Kuhn
18:39 Revision 236e194c: [BUGFIX] colPos_list gets respected in language view
mod.SHARED.colPos_list is now also respected in
Web > Page > Language View.
Since TYPO3 6.2 the setting was only res...
Tobi Kretschmann
18:36 Revision c5b53914: [TASK] styleguide: composer replace section
Christian Kuhn
18:13 Revision 19dec733: [BUGFIX] colPos_list gets respected in language view
mod.SHARED.colPos_list is now also respected in
Web > Page > Language View.
Since TYPO3 6.2 the setting was only res...
Tobi Kretschmann
15:07 Revision 6e6fc73d: [TASK] Return to content element after closing
Add the current content element as section to the edit link.
Since #70074, the edit link in the header has been alrea...
Georg Ringer

2017-03-13

21:47 Revision ca68d312: [TASK] Better positioning of suggest result
The suggest result (which is used for autocomplete) within
the TYPO3 backend is now left aligned which is especially
...
Josef Glatz
21:33 Revision 71a9f96f: [TASK] Add max to the overrideable fields of type text
The configuration "max" of TCA type "text" should be overridable
via TsConfig. This makes it possible limit textarea ...
Georg Ringer
14:43 Revision b1fce6b4: [TASK] Update 8.6 Documentation
Update and proofread 8.6 docs
Add changes from https://review.typo3.org/#/c/51599/ which is now
abandoned.
Resolves:...
Michael Oehlhof
14:39 Revision 4d030d99: [BUGFIX] Add localizationStateSelector to some elements
When the localizationStateSelector has been added, it has been
forgotten for some elements. Add the wizard to both RT...
Christian Kuhn
13:52 Revision f012052f: [BUGFIX] Preview pages with publish dates
Currently pages can be hidden for different reasons:
- page is disabled
- page has a start time in the future
- page ...
Susanne Moog
13:38 Revision 0f2028a3: [TASK] Bypass fetch of database record if already loaded
Change-Id: I737f76e497ef4a9c2ce1439cfe09b0b1e75afd73
Resolves: #80100
Releases: master, 7.6
Reviewed-on: https://revi...
Xavier Perseguers
09:37 Revision 7c0ddc7a: [BUGFIX] Editing start-/end time of scheduled task not working correctly
The start/end value can now contain either the start-/end time as
unix timestamp or as formatted date when using the ...
Thomas Hohn
09:11 Revision 447aff0c: [BUGFIX] Fix rendering of select icons
Use floating divs for the select icons instead of
a table with a fixed column count of 12.
Resolves: #79508
Releases...
Georg Ringer
08:40 Revision b66275c8: [TASK] Add sys_domain index matching getDomainStartPage query
The added index optimises the query that executes on every
single page load both cached and uncached.
Change-Id: I67...
Claus Due

2017-03-12

18:22 Revision 7d22676b: [BUGFIX] Remove no longer used CSS
Remove obsolete and no longer used css styles concerning `ul.tree`.
This patch make also compiling css with grunt cl...
Josef Glatz
18:16 Revision c4501a20: [BUGFIX] Remove default fieldWizard on NoneElement
The NoneElement is a readOnly field. The fieldWizard API does not
make sense for this element, thus the declaration o...
Christian Kuhn
12:13 Revision 762c3175: [TASK] EXT:form - add typoscript inline documentation
Resolves: #80142
Releases: master
Change-Id: I9463bf12732966de177816e14fc76c16e8f74783
Reviewed-on: https://review.ty...
Ralf Zimmermann
11:58 Revision 5a8b7f2a: [BUGFIX] MM language synchronization is ignored on initial localization
The language synchronization of many-to-many fields (MM) is ignored for
the initial localization command, but is cons...
Oliver Hader
11:30 Revision f1fbc80f: [BUGFIX] Fixed processing of non jpg, png and gif images
Resolves: #79903
Releases: master
Change-Id: I159286a17bbb7dbab9d5ef696608e0e4d8558e7d
Reviewed-on: https://review.ty...
Frans Saris
11:01 Revision 5893eec4: [BUGFIX] Use-fine grained request types in Applications
The new CLI console application as well as the install tool define
the request type as simulating backend, which is w...
Benni Mack
11:00 Revision b6266bee: [BUGFIX] Two wrong conditions in FormEngine expansion
Two minor condition checks in FormEngine element expansion
classes.
Change-Id: I087b744ee826d9b7174261bc084c4c188920...
Christian Kuhn
10:57 Revision 135c3278: [BUGFIX] EXT:form - Change regexp for identifier escaping
Change regexp for identifier escaping of forms to work
for underscores and dashes.
Resolves: #80229
Releases: master...
Martin Kutschker

2017-03-11

19:12 Revision e7217da4: [BUGFIX] Add allowLanguageSynchronization chain resolving
Currently the localization behavior does not consider localization
chains concerning field values to be synchronized ...
Oliver Hader

2017-03-10

22:43 Revision 3f35a3c1: [TASK] Bypass fetch of database record if already loaded
Change-Id: I737f76e497ef4a9c2ce1439cfe09b0b1e75afd73
Resolves: #80100
Releases: master
Reviewed-on: https://review.ty...
Xavier Perseguers
22:39 Revision 423b1de5: [TASK] Make InvalidXmlFileException for language files more verbose
The message of the InvalidXmlFileException, thrown when parsing broken
language files now always shows the last occur...
Andreas Fernandez
22:38 Revision b79c6794: [BUGFIX] Wrong variable checked in BrowseLinksController
Changed so the correct variable classesAnchorDefaultTitle is checked.
In BrowseLinksController::getTitleField the wr...
Christer V
22:32 Revision 3ba8f653: [BUGFIX] Minor typo and unused use
Change-Id: If3eb8c6d2b0fef265b3030fc1c2ed7ec8958564f
Resolves: #80233
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
22:30 Revision 45b89f09: [TASK] Make InvalidXmlFileException for language files more verbose
The message of the InvalidXmlFileException, thrown when parsing broken
language files now always shows the last occur...
Andreas Fernandez
13:51 Revision 89b986c4: [BUGFIX] Avoid CKEditor RequireJS information loaded in FE
The CKEditor default configuration for RequireJS path
resolving is only relevant in BE, Frontend Page Rendering
needs...
Benni Mack

2017-03-09

23:16 Revision 229a542d: [BUGFIX] Fix configuration example in image manipulation rst
The configuration example for cover areas is wrong and needs
to be nested below cropVariants and <cropVariantId>
Res...
Helmut Hummel
16:10 Revision 21a8ee2f: [BUGFIX] Extension update: Prevent multiple update trigger
If you start searching in the extension list in Extension Manager, each
filter action binds a new update trigger to t...
Nicole Cordes
09:24 Revision 64655eee: [BUGFIX] Fix PageTS config example of CKEditor RTE
Releases: master
Resolves: #79919
Change-Id: Ic47513eddca720e29bc83efccdb6f55854768d37
Reviewed-on: https://review.ty...
Malte Koitka
09:17 Revision 184716b6: [TASK] Remove TCA config 'max' on inputDateTime fields
The TCA migration removes the 'max' config option for
renderType="inputDateTime" since this should not be set
for thi...
Thomas Hohn
08:47 Revision 3307a5db: [BUGFIX] Make styles.content.get available after major FSC rewrite
Since the major rewrite of EXT:fluid_styled_content and
EXT:css_styled_content the following TypoScript setup must
be...
Josef Glatz

2017-03-08

23:32 Revision f51ce1a4: [BUGFIX] Skip CKEditor registration on CLI
Made sure the CKEditor RequireJS paths are not calculated when running
in a CLI context.
When rte_ckeditor is instal...
Christer V
12:59 Revision 0392875b: [BUGFIX] MediaViewHelper does not render data-focus-area attribute
The media view helper should support the new data-focus-area attribute
for image manipulation. Just like the ImageVie...
Joerg Boesche
11:25 Revision 9c8592ab: [BUGFIX] Update selected ratio in preview element
When selecting a different ratio and accepting the image manipulation,
not only the image thumbnails, but also the se...
Helmut Hummel
10:38 Revision 11636f4d: [TASK] styleguide: Restrict width of input_34
Christian Kuhn

2017-03-07

16:48 Revision 3094854d: [BUGFIX] Add possibility to define crop variants per table
Currently it is not possible to define crop variants per
table or content type. This makes this feature a lot less us...
Helmut Hummel
14:52 Revision a0b7e263: [BUGFIX] EM: Highlighting for insecure/outdated extensions
- Fix styles for extensions marked insecure or outdated
within the TYPO3 extension manager list.
- Fix and update s...
Josef Glatz
09:56 Revision e1fe4cb0: [BUGFIX] Add support for target attribute to form viewhelper
<f:form> now supports setting target="" as attribute.
Change-Id: Id6bd5f136b3ca6a4083f08780796b408ceaf0116
Releases:...
Susanne Moog
09:29 Revision ecd617c9: [TASK] Upgrade d3.js to 4.7.1
Release notes:
4.6.0
* Add path.measure.
* Improve d3.pack layout.
* Fix d3.geoBounds for certain line geometries....
Anders Kostending
07:19 Revision 5f1a0da7: [BUGFIX] EM: Highlighting for insecure/outdated extensions
- Fix styles for extensions marked insecure or outdated
within the TYPO3 extension manager list.
- Fix and update s...
Josef Glatz
07:19 Revision 14a27c0f: [TASK] Move version selector view to EXT:compatibility7
The functionality for switching between versions and showing
all versions of a record is available through the clickm...
Benni Mack
04:25 Revision a05aee32: [BUGFIX] Always use forward slashes in Upgrade Analysis
In the Upgrade Analysis in the Install Tool only forward slashes
can be used in paths to prevent exceptions from bein...
Jigal van Hemert

2017-03-06

23:17 Revision 7d92cdc8: [FOLLOWUP][BUGFIX] Exception when setting "language" to "all" for content
The initial change just hid a misbehavior when dealing with a content
element that was defined for the non-existing "...
Oliver Hader
21:30 Revision fce8159c: [BUGFIX] Respect TypoScript code after not matched include
When parsing TypoScript with <INCLUDE which has a condition,
following TypoScript code which is not in an <INCLUDE st...
Helmut Hummel
21:12 Revision e797b87f: [BUGFIX] Respect TypoScript code after not matched include
When parsing TypoScript with <INCLUDE which has a condition,
following TypoScript code which is not in an <INCLUDE st...
Helmut Hummel
17:32 Revision bc643f57: [TASK] Hide word count in indexed_search backend if mysql fulltext is used
If mysql fulltext is enabled, the word count is always empty.
Therefore the word count should be always be hidden.
R...
Georg Ringer
15:37 Revision 914501b9: [BUGFIX] styleguide: Remove invalid none with rows example
Christian Kuhn
14:47 Revision 5a8feb6c: [TASK] Show actual connect problem in Install tool
If a connection can't be established to the database show the
actual exception message instead of just asking the use...
Thomas Hohn
08:39 Revision aa41be10: [BUGFIX] Check for required migrations in silentCacheFrameworkTableSchemaMigration
Check that there are tables that need to be migrated instead of blindy
calling the SchemaMigrator.
Resolves: #80065
...
Georg Ringer

2017-03-05

13:52 Revision c9a9cd79: [BUGFIX] Add deleted = 0 to getProcessedValue
The doctrine migration missed a DeletedRestriction.
Resolves: #80143
Releases: master
Change-Id: I391f47ecb61be6ebdc...
Mathias Schreiber

2017-03-04

20:17 Revision 982b3d4c: [BUGFIX] CKEditor: UI language should respect BE user language
If a backend user has selected a backend language,
CKEditor is not respecting this option, instead calculating
this b...
Benni Mack
20:13 Revision 5fe52885: [BUGFIX] Catch FileDoesNotExistException in InputLinkElement
If a file is linked which does not exist anymore, the UI
must not break.
Resolves: #80086
Releases: master
Change-Id...
Georg Ringer
20:03 Revision 98d93c70: [BUGFIX] Incorrect usages of string as array in QueryGenerator
Changed so an empty $queryConfig is always an array.
$queryConfig is declared as an array but can be used as an arra...
Christer V
18:38 Revision 17cf2be8: [TASK] CKEditor: Add quicktable plugin / easier table configuration
In order to reduce the dialog popups and ease the pain with tables
within CKEditor, quicktable (https://github.com/uf...
Benni Mack
13:45 Revision 393cc801: [TASK] CKEditor: Use better default alignment classes
The default alignment classes are adapted to reflect default stylings for
websites, using twitter bootstrap instead o...
Benni Mack
03:23 Revision c69cecf7: [BUGFIX] Catch exceptions in LinkBrowser
If a folder or file is linked which does not exist, the UI must not
break.
Resolves: #80087
Releases: master
Change-...
Georg Ringer
03:18 Revision efa373a9: [BUGFIX] Incorrect usages of string as array in QueryGenerator
Changed so an empty $queryConfig is always an array.
$queryConfig is declared as an array but can be used as an arra...
Christer V
03:15 Revision 0d5734ad: [TASK] Use LanguageService::$moduleLabels as fallback in ModuleLoader
As the property moduleLabels of the LanguageService was deprecated with
8, it should be used as fallback for module l...
Nicole Cordes
03:13 Revision d6bc3012: [BUGFIX] Felogin: Only wrap header/message if not empty
When adding felogin template the wraps defined by default
of EXT:felogin are always outputted even though it just add...
Benni Mack
03:12 Revision acde9f92: [BUGFIX] Felogin: Only wrap header/message if not empty
When adding felogin template the wraps defined by default
of EXT:felogin are always outputted even though it just add...
Benni Mack
02:35 Revision 1f4d64f1: [BUGFIX] SchemaMigrator: Don't add indexes on changed columns
Adding or changing an index on MySQL could sometimes fail due
to a dependency between the index definition and the co...
Morton Jonuschat

2017-03-03

20:05 Revision f85326d3: [FOLLOWUP][BUGFIX] Add query restrictions for all tables in query
This patch ensures a correct table name is used within the restrictions
to be able to find TCA information.
Resolves...
Tymoteusz Motylewski
20:04 Revision 9b94ddcf: [TASK] Default saltedPWHashingMethod Pbkdf2
Change default saltedPWHashingMethod to Pbkdf2 in order to use the
most secure salting method that is available by de...
Christian Futterlieb
16:26 Revision 0137d086: [BUGFIX] Bind live search click event to search field container
To prevent issues with the click event of the live search which is also
triggered on any other dropdown menu of the t...
Andreas Fernandez
16:03 Revision 5f8b2a80: [TASK] styleguide: Updated version and author information
Benni Mack
15:55 Revision 152ec8ec: [TASK] styleguide: Update composer.json and friends
Update a series of files after move of extension from 7elix
to TYPO3 organisation on github. Thanks a lot for all you...
Christian Kuhn
13:49 Revision 5cf6c7b9: [TASK] Improve migration steps of BE viewhelper attributes deprecation
Resolves: #80097
Releases: master
Change-Id: Ia0d4448bfa257bb3f77f12baaa210bc1af1b6b57
Reviewed-on: https://review.ty...
Tymoteusz Motylewski
08:58 Revision 394a49d6: [CLEANUP] Streamline Avatar-related code in EXT:backend
- Add proper comments to all PHP code, remove all unnecessary
comments (e.g. "get height" for getHeight() method).
- ...
Benni Mack
01:12 Revision 025030f2: [BUGFIX] Avoid stripping tags for generating diffs
Tags must not be stripped away for creating diffs as
those are essential for editors. Otherwise it is not
possible to...
Georg Ringer

2017-03-02

13:45 Revision 0f21eaad: [BUGFIX] Ensure pageTS is overriding on top-level RTE syntax
If using RTE.classesAnchor before, the new Richtext class
did not merge the values together. This is now solved by
do...
Benni Mack

2017-03-01

14:19 Revision 1496b98a: [TASK] Deprecate \TYPO3\CMS\Core\Core\Bootstrap::loadExtensionTables
With the patch https://review.typo3.org/51892 we have introduced single
functions to handle loading of information co...
Nicole Cordes
13:57 Revision 6a1b8e34: [!!!][TASK] Always include pageId in cHash calculation
The option $TYPO3_CONF_VARS[FE][cHashIncludePageId]
was included as part of a security fix to stay backwards-compatib...
Benni Mack
13:44 Revision 6d7b6194: [TASK] Deprecate page.insertClassesFromRTE
The TypoScript option which fetches TSconfig to
load RTE specific classes and writes inline CSS
has been marked as de...
Benni Mack
13:26 Revision 6870bf57: [TASK] Enable rte_ckeditor instead of rtehtmlarea for new installations
To embrace rte_ckeditor instead of rtehtmlarea, ckeditor extension is
now marked as "partOfFactoryDefault" instead of...
Christian Kuhn
12:04 Revision 92794dd6: [TASK] Remove unnecessary RTE default configuration
As the default preset is now always fetched,
the base RTE configuration in FormEngine can be
reduced again, and every...
Benni Mack
11:55 Revision ed8a7690: [TASK] Add language debug mode to All Configuration
Renamed $TYPO3_CONF_VARS['BE']['lang']['debug'] to
$TYPO3_CONF_VARS['BE']['languageDebug'] in order to
be able to set...
Thomas Hohn
11:49 Revision aeafee8e: [BUGFIX] Better fallback configuration for CKEDITOR
If in TCA ['config']['richtextConfiguration'] is not set,
fall back to 'default' configuration.
Resolves: #79756
Rel...
Anders Kostending
11:42 Revision d0e3244c: [BUGFIX] Do not convert special characters to entities in CKEDITOR
Using these configurations æ, ø and å will be
stored the same ways as with RTE HTMLArea.
Resolves: #80032
Releases: ...
Anders Kostending
10:13 Revision a1abb8db: [BUGFIX] Make LocalizationRepository handle copied records
Improve LocalizationRepository queries to handle case
when records were copied from another page (thus t3_origuid)
is...
Tymoteusz Motylewski
09:26 Revision aa339608: [BUGFIX] Add query restrictions for all tables in query
QueryBuilder::getQueriedTables now returns an array with table
alias as a key and table name as value.
If a table doe...
Tymoteusz Motylewski
06:34 Revision 3b4d288c: [BUGFIX] Streamline cookie options / remove cookieHttpOnly
The TYPO3_CONF_VARS[SYS][cookieHttpOnly] option is removed
as all cookies set by the TYPO3 Core are HttpOnly by defau...
Benni Mack

2017-02-28

22:22 Revision a19070cc: [TASK] Update autocomplete JS widget for BE
Resolves: #79938
Releases: master, 7.6
Change-Id: I50e84f11595ea6e79280084bfbf94d75be646de1
Reviewed-on: https://revi...
Markus Klein
19:22 Revision 958f6cdc: [TASK] Add ext:frontend as dependency for CSC/FSC
EXT:css_styled_content and EXT:fluid_styled_content
must depend on EXT:frontend.
Resolves: #80064
Releases: master
C...
Josef Glatz
19:14 Revision a7845f6f: [TASK] Deprecate jQuery and extJS arguments for BE viewhelpers
The BE-related viewhelpers <f:be.container> and <f:be.pageRenderer>
have properties to activate ExtJS and jQuery with...
Benni Mack
19:09 Revision a70748ba: [BUGFIX] Correctly parse displayCond FIELD value with colons
This patch prevents exploding match texts which contain
colons before matching the value against the field value.
Ch...
Claus Due
19:06 Revision ca2cabc8: [BUGFIX] FluidStyledContent: use correct partial for audio filetype
Resolves: #80063
Related: #79622
Releases: master
Change-Id: I13b785b0c1bdd89b2d6a1a89db118ae9d5484065
Reviewed-on: h...
Josef Glatz
15:43 Revision 9b4f5274: [BUGFIX] Implement connection timeout option for Redis backend
Allow an option for connectionTimeout to be set for the Redis cache backend
Resolves: #79966
Releases: master
Change...
Arno Schoon
15:30 Revision 98d6c9d3: [BUGFIX] Always use system getFrom() when sending emails
When instantiating MailMessage() and no valid sender is
given, a fallback is used in different places of TYPO3. To en...
Benni Mack
15:10 Revision cb59e3fc: [BUGFIX] Set file size to 0 instead to string in ImportExport
To avoid errors with PHP 7.1 which is more strict regarding
strings and integers, the file size for soft refs must be...
Georg Ringer
15:02 Revision be487dd9: [BUGFIX] Set file size to 0 instead to string in ImportExport
To avoid errors with PHP 7.1 which is more strict regarding
strings and integers, the file size for soft refs must be...
Georg Ringer
13:17 Revision bad97d51: [TASK] Add helper method to deprecate ViewHelper attributes
This patch introduce a new helper method for deprecations in ViewHelper
classes. The new method can detect the templa...
Frank Nägler
11:50 Revision e1a9d111: [TASK] Set TYPO3 version to 8.6.2-dev
Change-Id: I08cb845eec9628b0bd8b11d6ab8b685518b6b98c
Reviewed-on: https://review.typo3.org/51897
Reviewed-by: TYPO3 R...
TYPO3 Release Team
11:49 Revision 5ef31ecd: [RELEASE] Release of TYPO3 8.6.1
Change-Id: I6d4d1cd94063614a4d6a2f2a5386a2f29ab6d229
Reviewed-on: https://review.typo3.org/51896
Reviewed-by: TYPO3 R...
TYPO3 Release Team
11:44 Revision 89ff91a6: [TASK] Set TYPO3 version to 7.6.17-dev
Change-Id: I024470dc57502ab68a894bed56dec109325f5081
Reviewed-on: https://review.typo3.org/51895
Reviewed-by: TYPO3 R...
TYPO3 Release Team
11:42 Revision 4cf10b1d: [RELEASE] Release of TYPO3 7.6.16
Change-Id: Id88f3ba69fb637beb3a0d8b1f70e49bbfb39040e
Reviewed-on: https://review.typo3.org/51894
Reviewed-by: TYPO3 R...
TYPO3 Release Team
11:23 Revision f47b0c18: [SECURITY] Prevent possible XSS in Fluid templates
This patch ensures proper encoding of the output of if-ViewHelpers when
using in inline notation.
The regular expres...
Nicole Cordes
11:23 Revision 0197adbe: [SECURITY] Prevent login of restricted users
As the new restriction handling relies on TCA information, we need to
load the TCA before any authentication starts. ...
Nicole Cordes
11:23 Revision 278af820: [SECURITY] Prevent possible XSS in Fluid templates
This patch ensures proper encoding of the output of if-ViewHelpers when
using in inline notation.
The regular expres...
Nicole Cordes
11:22 Revision 61dd8f43: [SECURITY] Prevent login of restricted users
As the new restriction handling relies on TCA information, we need to
load the TCA before any authentication starts. ...
Nicole Cordes
11:22 Revision 1a4e18ba: [SECURITY] Prevent possible XSS in Fluid templates
This patch ensures proper encoding of the output of if-ViewHelpers when
using in inline notation.
The regular expres...
Nicole Cordes
10:32 Revision 1c576539: [BUGFIX] Don't update passwords if left untouched
Fixes a bug where editing a backend user record without updating the
password would result in the password being set ...
Mads Lønne Jensen
08:47 Revision b3b63f34: [TASK] Mark ExtJS related API calls as deprecated
ExtensionManagementUtility::addExtJSModule
and ExtensionManagementUtility::registerExtDirectComponent
are marked as d...
Benni Mack
08:01 Revision 414bfcac: [BUGFIX] Multiple InlineCSS overrides each other
The 'Default CSS' (eg. from extensions) & 'Specific Page CSS'
(from TYPO3) can now be used together when "inlineStyle...
Nicolas Scheidler
07:56 Revision 4e0a44f6: [BUGFIX] Multiple InlineCSS overrides each other
The 'Default CSS' (eg. from extensions) & 'Specific Page CSS'
(from TYPO3) can now be used together when "inlineStyle...
Nicolas Scheidler
07:08 Revision 8c186989: [FOLLOWUP][TASK] Update bower components to the latest versions
The version number of bower dependencies should reflect
the one of the installed version:
* bootstrap-datetimepicker...
Josef Glatz
07:07 Revision 4ff6f5c3: [BUGFIX] Remove deprecated TCA requestUpdate in ctrl section
An already deprecated TCA ctrl field requestUpdate was
apparently introduced by accident while streamlining
FSC and C...
Josef Glatz
04:51 Revision c3c6c113: [TASK] Update bower components to the latest versions
Updates:
* bootstrap-datetimepicker.js
* bootstrap-slider.min.js
* moment-timezone.js
Resolves: #79803
Releases: ma...
Faton Haliti

2017-02-27

22:48 Revision 97eb6be2: [TASK] Update autocomplete JS widget for BE
Resolves: #79938
Releases: master, 7.6
Change-Id: I50e84f11595ea6e79280084bfbf94d75be646de1
Reviewed-on: https://revi...
Markus Klein
22:29 Revision d7414f61: [BUGFIX] Only check if a record lives in a workspace if extension is installed
The reference index checks if a record type is enabled for workspaces and
if a record exists in the currently selecte...
Andreas Fernandez
19:47 Revision 32517768: [TASK] Remove redundant Fluid overrides
Since Fluid 2.3.0 is now the minimum required version,
we can drop several of the classes/methods TYPO3
uses to chang...
Claus Due
19:40 Revision c77b167b: [BUGFIX] Avoid page path floating left in DocHeader
Fix the position of the page path in DocHeader.
Resolves: #80045
Releases: master
Change-Id: If50725fcb4342011562b00...
Georg Ringer
19:11 Revision ade46ac7: [TASK] Add SystemStatusCheck for PostgreSQL
The SystemStatusCheck for PostgreSQL checks the server and the libpq version.
It’s important to use the correct libpq...
Manuel Selbach
19:07 Revision c8140377: [TASK] Replace FileInfoHook with renderType
Switch a userFunc to a proper renderType used in fileinfo field
of sys_file and sys_file_metadata table.
Resolves: #...
Anja Leichsenring
18:30 Revision 165f392a: [TASK] Add addTop/removeTop row in backend layout wizard
Improve the backend layout wizard by providing additional buttons to
add and remove rows at the top.
Resolves: #8000...
Georg Ringer
18:26 Revision 040f948c: [TASK] Move CSV fixtures handling to FunctionalTestCase
Usage of CSV fixtures is now possible for all functional tests.
Previously it was available only for DataHandler test...
Tymoteusz Motylewski
14:00 Revision 326ca5d7: [FOLLOWUP][TASK] Enhance DataHandler translation and synchronization handling
Copying a page translation having an 1:n monoglot inline relation leads
to an SQL error which is silently put to sys_...
Oliver Hader
13:56 Revision 54306301: [BUGFIX] Upgrade Wizard "Split menu types.." fails
Show warning if table tt_content doesn't have column
menu_type instead of SQL error.
Resolves: #79813
Releases: mast...
Thomas Hohn
13:47 Revision 219a6882: [BUGFIX] Uncaught exception in Install tool
Fixes an uncaught exception in the Install tool if the file
ext_tables_static+adt.sql contains invalid CREATE TABLE
s...
Thomas Hohn
13:15 Revision ca4158b0: [TASK] Update layout of navigation in DocHeader
Use Bootstrap grid for arrangement of navigation items.
Shorten the characters of the current page title in DocHeader...
Jasmina Ließmann
10:09 Revision bce213e5: [BUGFIX] EM: Add title attribute to showAllVersions links
Add meaningful title attributes to all links which leads to the
showAllVersions action.
Resolves: #80029
Releases: m...
Josef Glatz
10:02 Revision e57f214e: [BUGFIX] EM: Add title attribute to showAllVersions links
Add meaningful title attributes to all links which leads to the
showAllVersions action.
Resolves: #80029
Releases: m...
Josef Glatz
07:29 Revision 2b87d93a: [BUGFIX] Fix parameter type in BackendModuleRequestHandler
The function
\TYPO3\CMS\Core\Authentication\BackendUserAuthentication
->getPagePermsClause accepts only an integer va...
Benni Mack
00:36 Revision ac9baec4: [BUGFIX] Prevent different constants marker in TS parsing
Currently each time the TypoScript is parsed a new marker for constants,
which are replaces by their value, is genera...
Nicole Cordes
00:01 Revision 1dca8d17: [BUGFIX] Prevent different constants marker in TS parsing
Currently each time the TypoScript is parsed a new marker for constants,
which are replaces by their value, is genera...
Nicole Cordes
00:01 Revision 0af1c883: [BUGFIX] TCA: Make ###CURRENT_PID### work in foreign_table_where in IRRE
The patch adds the current database row to the data passed to the select
field rendered by foreign_selector of IRRE.
...
Nicole Cordes

2017-02-26

23:37 Revision b2ff42a6: [TASK] Upgrade wizard to merge fe_session_data to fe_sessions
Added a upgrade wizard to merge fe_session_data to fe_sessions
in order to avoid loosing session data when introducin...
Thomas Hohn
23:27 Revision 7d23f310: [BUGFIX] Restore operability for USER displayConds
Parsing of the displayCond value was referencing the
incorrect array, causing the parsed displayCond to no
longer be ...
Claus Due
23:26 Revision d6ac16cd: [BUGFIX] Fix PHP warning in TcaMigration
Check if defaultExtras exists before accessing it.
Resolves: #79929
Releases: master
Change-Id: I0a85012b335e10b3744...
Georg Ringer
23:14 Revision 88c57013: [TASK] Reduce length of a very long .rst filename
To reduce headaches on windows, a very long filename
is shortened in length.
Change-Id: I53086fa0018b7628d13a7b13306...
Christian Kuhn
23:10 Revision dabee749: [BUGFIX] Extbase: correct handling of mm relations
Resolves: #79931
Releases: 7.6
Change-Id: I5c3aa875e9a083836f29f6af69365d91b99904fa
Reviewed-on: https://review.typo3...
Markus Klein
23:05 Revision c3c7c401: [TASK] Remove ses_name from tables fe_sessions and be_sessions
Both fe_session and be_session table currently have a combined
primary key on ses_id / ses_name which is not needed b...
Thomas Hohn
23:05 Revision cc32fcdf: [BUGFIX] Fix parameter type in BackendModuleRequestHandler
The function
\TYPO3\CMS\Core\Authentication\BackendUserAuthentication
->getPagePermsClause accepts only an integer va...
Markus Hölzle
22:03 Revision 6c6294ff: [BUGFIX] Detect the conversion to string "0" in stdWrap_csConv
Check for the return value of the converter to be of type string or
return the input. The string "0" is detected.
If...
Elmar Hinz
21:44 Revision 04810ae2: [FOLLOWUP][TASK] Compare password hashes in constant time
Apply constant-time comparison to the fallback password checks as well.
Change-Id: I8d2aa6448c95266a45b2862f12f1a5d8...
Christian Futterlieb
21:42 Revision 653e22f6: [BUGFIX] Installtool blocked when session file is empty
When the session information is fetched from the file system it can
happen that the session file is empty.
We should...
Timo Hund
21:23 Revision 27793e35: [BUGFIX] Use correct check in search if list module is available
The check if the list module is available for the user must be
extended to check for false as well.
Resolves: #79974...
Georg Ringer
21:19 Revision 378647ec: [BUGFIX] TCA: Make ###CURRENT_PID### work in foreign_table_where in IRRE
The patch adds the current database row to the data passed to the select
field rendered by foreign_selector of IRRE.
...
Nicole Cordes
21:19 Revision 94d50701: [TASK] Add button to reload static database data of an extension
This patch re-adds the possibility to manually trigger a reload of
static database data an extension might ships. In ...
Nicole Cordes
21:07 Revision 317b6da4: [BUGFIX] DateTime parse error on edit pages field newUntil
Remove TCA config 'max' limit for datetime fields to avoid DateTime
parse errors. No other renderType='inputDateTime'...
Joerg Kummer
21:06 Revision 788fc17e: [TASK] Update layout of field 'style' in link wizard (RTE, CKeditor)
Use Bootstrap grid for form field 'style' in link wizard.
Resolves: #80011
Releases: master
Change-Id: Icb62d5f4e8cc...
Jasmina Ließmann
20:47 Revision 32cb6480: [BUGFIX] DB Check causes PHP warnings and errors
In DatabaseIntegrityCheck the method selectNonEmptyRecordsWithFkeys
also needs to take the BLOB into account or else ...
Thomas Hohn
20:29 Revision 93f072a2: [BUGFIX] Limit maximum key length on sys_refindex
Prevents issues if key length exceeds maximum key
lengt for the SQL server. Keys are now kept below a
255 byte limit....
Claus Due
19:56 Revision 4f3bdadd: [BUGFIX] Respect IRRE parent config in Ajax calls
The code to transfer the inline parent context to form engine
in Ajax requests exists but is currently non functional...
Helmut Hummel
19:54 Revision d0c80916: [TASK] Improve unstable language tests
The notification js object gets "duration" as additional default value.
This can be increased for acceptance tests to...
Joerg Kummer
19:48 Revision 83160cef: [TASK] Update TYPO3 Icons to v1.1.0
Update bower dependency. Add 22 new icons via bower
copy task and register them in the IconRegistry.
Resolves: #7971...
Josef Glatz
19:20 Revision 15fcd2df: [BUGFIX] Prevent installing incompatible extensions without confirmation
Currently it is possible to install incompatible extensions without
confirming the overlay popup. This patch prevents...
Nicole Cordes
19:20 Revision f26fb920: [BUGFIX] Prevent installing incompatible extensions without confirmation
Currently it is possible to install incompatible extensions without
confirming the overlay popup. This patch prevents...
Nicole Cordes
18:52 Revision af662d14: [BUGFIX] If User TSConfig disables avatar it gets lost when saved
If the user is not allow to modify the avatar it gets
lost since there was no distinction between deleted and
not all...
Thomas Hohn
18:48 Revision 8fad63d4: [BUGFIX] Remove indeterministic test ensureCorrectPostOrderingByCategoryTitle
The test only works on MySQL with disabled SQL MODE ONLY_FULL_GROUP_BY.
All standard conformant database setups fail ...
Morton Jonuschat
18:47 Revision 6d546983: [BUGFIX] EXT:info_pagetsconfig Optimized view on page 0
If there are no pages containing Page TSconfig settings in the page
configuration an info FlashMessage is shown inste...
Michael Oehlhof
18:36 Revision 2bdbb2ba: [BUGFIX] Install tool upgrade wizards fail on postgres
Controller class UpgradeWizard of install tool method performUpdate()
calls getDatabaseConnection() (old TYPO3_DB) an...
Christian Kuhn
17:51 Revision b62f0625: [BUGFIX] Detect TEXT/BLOB changes in schema analyzer
Length changes of TEXT/BLOB type are not analyzed by the Doctrine
schema analyzer as only MySQL has different length ...
Thomas Hohn
17:50 Revision 1d645459: [BUGFIX] Fix non-302 redirects for PSR-7 response objects
All redirect status codes (e.g. 201,301,303,307) are incorrectly
sent as 302.
We need to set the response code befor...
Benjamin Franzke
17:39 Revision c2a9726c: [BUGFIX] Avoid duplicates if ReferenceIndex is unable to finish
Solves an issue where DB may end up containing duplicates
if the reference indexer is unable to finish, e.g. if memor...
Claus Due
16:25 Revision d76e4a5b: [TASK] Update readme of EXT:lowlevel
The lowlevel CLI tasks have been migrated to symfony commands and
therefore the readme has to be updated as well.
Re...
Georg Ringer
12:53 Revision 877ff4c0: [BUGFIX] Don't render header of content element shortcut
The header of the element "shortcut" states "not visible in frontend"
and it should not be shown (like it was previou...
Georg Ringer
11:45 Revision 6c4c3f76: [TASK] Remove unused TCA property `localizeReferences` from tests
irre_tuturial test extension uses TCA setting 'localizeReferences',
but that setting does not exist and has no meanin...
Anja Leichsenring
09:52 Revision fd75dffe: [BUGFIX] Add support for multi-line INSERT statements in static data
Join consecutive lines for INSERT statements in ext_tables_static+adt.sql
using a space instead of a linefeed to avoi...
Thomas Hohn
09:49 Revision cf3ac815: [BUGFIX] InvalidXmlFileException for invalid locallang.xml
Throw a meaningful InvalidXmlFileException when an invalid locallang.xml
file is detected.
Resolves: #79908
Releases...
Sascha Egerer
07:15 Revision b534440e: [BUGFIX] Fix dynamic variable name parts in Fluid
The dynamic variable syntax does currently work in Fluid standalone,
but not with the variable provider used for TYPO...
Helmut Hummel

2017-02-25

18:55 Revision e3ae3068: [BUGFIX] Init permissions in context menu
The current user permissions were not initialized
for the context menu resulting in non-existing
permissions for edit...
Susanne Moog
15:51 Revision b25c5415: [BUGFIX] InvalidXmlFileException for invalid locallang.xml
Throw a meaningful InvalidXmlFileException when an invalid locallang.xml
file is detected.
Resolves: #79908
Releases...
Sascha Egerer
14:44 Revision e36479d7: [BUGFIX] Don't update passwords if left untouched
Fixes a bug where editing a backend user record without updating the
password would result in the password being set ...
Mads Lønne Jensen
12:35 Revision 6e927aae: [BUGFIX] Opening links in pop-up windows
Moved the check for if the target is coded as a JS open window link,
to a later stage in the function.
Since Css Sty...
Christer V
11:58 Revision 1d976bb0: [BUGFIX] Correct handling of ObjectStorage objects in PaginateController
The current implementation for getting paginated items from ObjectStorage
objects in TYPO3\CMS\Fluid\ViewHelpers\Widg...
Nicole Cordes
11:57 Revision 79e692f1: [BUGFIX] Ignore invalid files in LocalDriver::getDirectoryItemList
Due to some security changes in GeneralUtility::validPathStr some
wrongly encoded files are now returned as invalid. ...
Nicole Cordes
11:24 Revision 3b3f6296: [BUGFIX] Correct handling of ObjectStorage objects in PaginateController
The current implementation for getting paginated items from ObjectStorage
objects in TYPO3\CMS\Fluid\ViewHelpers\Widg...
Nicole Cordes
10:49 Revision d487b708: [BUGFIX] Ignore invalid files in LocalDriver::getDirectoryItemList
Due to some security changes in GeneralUtility::validPathStr some
wrongly encoded files are now returned as invalid. ...
Nicole Cordes
10:45 Revision 5271eabd: [BUGFIX] Fix CSS layout of cropper UI for Firefox
The fix is to remove previously introduced CSS hacks
and provide a cleaner and leaner base
Resolves: #79998
Resolves...
Raphael Okon

2017-02-24

22:14 Revision 50f590c8: [TASK] Improve layout of ImageManipulation preview
Use bootstrap grid to arrange image thumbnails
Resolves: #79960
Releases: master
Change-Id: I99ef6fc159c1497ea5464ef...
Jasmina Ließmann
19:18 Revision 2071520d: [BUGFIX] Indexed search causes 404 because of missing cHash
When [FE][pageNotFoundOnCHashError] = true, searching with Indexed search
in FE causes an 404, because the POST acti...
Christer V
15:49 Revision 0ab10b7e: [BUGFIX] Add missing jQuery context for EM modal
This patch adds the modal context to be able to confirm the installation
of an incompatible extension.
Resolves: #79...
Nicole Cordes
14:05 Revision 668f82a5: [BUGFIX] Fix append and prepend function of valuePicker
valuePicker appends and prepends now in the correct order.
Change-Id: Ic97b8a66469d43d9269f67f1de3f0cb40d1e8321
Reso...
Mona Muzaffar
13:28 Revision 0acba305: [TASK] Remove last references to _cli_lowlevel
Some references to the _cli_lowlevel were still present
and have been removed.
Resolves: #79986
Releases: master
Ch...
Thomas Hohn
13:27 Revision 66f30cdb: [BUGFIX] Scale images in content element preview
Added CSS to ensure images are contained in parent element.
Resolves: #79971
Releases: master
Change-Id: I38a4038af0...
Mads Lønne Jensen
11:54 Revision f52349ad: [BUGFIX] Exception when setting "language" to "all" for content elements
Currently you get an error in the backend when you try to set the
language to "all" for a new or existing content ele...
Timo Hund
10:11 Revision 809cd7c1: [TASK] Disable ensureCorrectPostOrderingByCategoryTitle on postgres
A recently added test in extbase query building reveals a
non-trivial-to-fix issue of the created query with postgres...
Christian Kuhn
09:26 Revision 36e461d1: [TASK] Deprecate BackendUtility::getRecordsByField
Deprecate BackendUtility::getRecordsByField() as it has a flawed design
due to passing SQL fragments. This contradict...
Morton Jonuschat
08:59 Revision cce7d774: [BUGFIX] Fix non-302 redirects for PSR-7 response objects
All redirect status codes (e.g. 201,301,303,307) are incorrectly
sent as 302.
We need to set the response code befor...
Benjamin Franzke
06:46 Revision d9e0d47c: [TASK] Add rowDescription for fe_users
Add a description field also for fe_users records which
could be used as for already known other record types.
Resol...
Josef Glatz
00:00 Revision e0d203d2: [TASK] Rearrange search form fields in page/list module
Use Bootstrap grid for arrangement of search form fields.
Resolves: #79848
Releases: master
Change-Id: Ied1b30a2ba81...
Jasmina Ließmann

2017-02-23

22:06 Revision 41ba73a4: [TASK] Update jquery match height plugin
Fix the changed path as well
Resolves: #79980
Releases: master
Change-Id: I5b23e4bb56f47d151b506439c4e46b9c0838bd87
...
Helmut Hummel
20:24 Revision 2cf4ca1a: [BUGFIX] Fix functional tests for EXT:impexp on PostgreSQL
Introduce dedicated fixures for the export data based on the database
platform being tested. Due to mysqlnd and PDO b...
Morton Jonuschat
18:21 Revision 77f08248: [TASK] Compare password hashes in constant time
In order to avoid time-based hash-based attacks, the native
PHP security functions are used instead of simple string
...
Christian Futterlieb
16:40 Revision 2c5378c4: [TASK] Add missing index on table sys_file_reference
During copying of pagetrees various sql statments
are executed. One on sys_file_reference has a bad
performance and c...
Thomas Hohn
16:05 Revision 0a9dadd4: [FOLLOWUP][BUGFIX] Hide language switcher if record has no default translation
In the current implementation it is not possible to create a new translations outside
of the default translation. So ...
Sascha Nowak
16:04 Revision 00fa1cd5: [FOLLOWUP][BUGFIX] Hide language switcher if record has no default translation
In the current implementation it is not possible to create a new translations outside
of the default translation. So ...
Sascha Nowak
16:03 Revision 2649fec8: [FEATURE] Allow overriding of image manipulation cropVariants
It is not possible to change or override cropVariants via TSconfig
for sys_file_reference (e.g. for a specific user o...
Stefan Froemken
15:02 Revision 00b97d7f: [CLEANUP] Ensure variables initalized and fix code smell
* Ensure that variables are correctly initalized.
* Fix some php docs.
* Initalizes for loop iterator variables befor...
Sascha Egerer
14:13 Revision 09e2dd1f: [TASK] Update styleguide to 8.0.6
Change-Id: I89f5e73ab896d6cd4dac46ebc9e64e14643adbeb
Resolves: #79725
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
13:10 Revision 0b7d2590: [BUGFIX] Fix append and prepend function of valuePicker
valuePicker appends and prepends now in the correct order.
Change-Id: Ic97b8a66469d43d9269f67f1de3f0cb40d1e8321
Reso...
Mona Muzaffar
10:58 Revision 9ef6c815: [FEATURE] Add cropVariant support to typoscript rendering of images
The introduction of the new crop variants #75880 broke the handling of
cropped images when using typoscript to render...
Frans Saris
10:18 Revision 18b83d90: [TASK] Temporarily skip flaky language tests
Skip tests downloadALanguage() and activateAndDeactivateALanguage()
Tests need to be fixed.
Change-Id: I999359a83e0d...
Mona Muzaffar
09:09 Revision a9f4a940: [TASK] Upgrade migrated allowLanguageSynchronization field names
In case TCA field values have not been migrated yet, but their TCA at the
same time already being updated to allowLan...
Oliver Hader

2017-02-22

21:21 Revision 66120c8d: [TASK] Cleanup ContextMenu calls
There are still some properties and additional method call arguments
that are not evaluated properly anymore and can ...
Benni Mack
19:38 Revision 66e5430e: [TASK] Update Fluid dependency to version 2.3.1
Solves three issues:
* Namespace declaration output in templates without sections
* Potential error from unexpected ...
Claus Due
17:50 Revision dda293ec: [CLEANUP] Streamline EXT:about
Streamlined EXT:about extension as a first step to clean up the whole
TYPO3 Core base:
- Moved locallang file to EXT...
Benni Mack
16:37 Revision 6da734af: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/82 from MonaMuzaffar/master
Bugfix and Change from l18n to l10n Christian Kuhn
11:44 Revision 6e6419ee: [TASK] styleguide: Change l18n to l10n
Mona Muzaffar
11:37 Revision d0a24912: [TASK] Simplify ImageCropUpdater
The ImageCropUpdater of the install tool does not need the
not-yet-migrated TCA it does not rely on any TCA that may
...
Christian Kuhn
09:23 Revision 767d7cfc: [BUGFIX] Improve preview of InputLinkelement
- Use a div instead of an input field to avoid issues like
tooltip not shown because of the disabled attribute.
- T...
Georg Ringer
08:26 Revision 8c387184: [TASK] Include table name in TCA deprecation message for feInterface
Resolves: #79947
Releases: 7.6
Change-Id: I1caaa6d71070aeadc97b672660f280ef73727393
Reviewed-on: https://review.typo3...
Xavier Perseguers

2017-02-21

20:16 Revision 3ca7d0bb: [BUGFIX] Select icon added via pageTsConfig not shown
Fix for issue #78628 fixed "addItems" for TCA trees, but broke them
for select drop downs. Juggle icon providing arou...
Christian Kuhn
19:01 Revision adb45e1d: [BUGFIX] Extbase: correct handling of mm relations
This change fixes a regression after the doctrine migration and additionally
fixes a wrong join condition which is al...
Johannes Kasberger
16:50 Revision 68ee2982: [BUGFIX] styleguide: Forces the TCA field to have the value '0'
Fixes DB Error - Incorrect integer value: '' for column 'l18n_parent' Mona Muzaffar
16:35 Revision e216abb0: [BUGFIX] styleguide: Fix TCA and SQL field l10n_parent and source back to l18n
Quick temporary change to avoid debug message.
Shortly a patch will come to change all l18n fields to l10n.
Mona Muzaffar
15:37 Revision c5554a37: [TASK] Deprecate TSFE-related properties and methods
There are some methods and properties which are conceptually in the
wrong place or are outdated.
$TSFE->compensateFi...
Benni Mack
14:35 Revision c9ca950a: [TASK] Adds notice for lockDomain option in tooltip
Notice message for lockDomain option that it can
be circumvented by faking HTTP_HOST
Resolves: #75104
Releases: mast...
Tomita Militaru
08:44 Revision 7e36c6ed: [BUGFIX] Refactor CKEditor to be inline with the AbstractLinkBrowser
The internals of the LinkBrowser and LinkHandler depend on all the
field specific info to be in the P parameter.
Fur...
Frans Saris

2017-02-20

23:12 Revision f172cc21: [TASK] Add button to reload static database data of an extension
This patch re-adds the possibility to manually trigger a reload of
static database data an extension might ships. In ...
Nicole Cordes
21:00 Revision 76b645b7: [BUGFIX] Fix runtime-error in traverseFlexFormXMLData
Fix that run-time error will be thrown if
$dataStructureArray['sheets'] is not an array.
Fixes: #79426
Releases: mas...
Thomas Hohn
20:36 Revision 95205e5a: [BUGFIX] Add missing break statement in switch case
There is a break statement missing in a switch case statement.
Currently this does not have any side effects but to p...
Sascha Egerer
20:34 Revision afca099a: [CLEANUP] Remove invalid :has CSS definition
There is a css rule containing a `:has()` rule.
This rule is not supported in any browser yet and
there must be also ...
Sascha Egerer
19:05 Revision 46f28701: [BUGFIX] Install Tool configuration parser must handle nested config
Since TYPO3_CONF_VARS may contain nested arrays and the array keys
for those subarrays may collide with first-level c...
Markus Klein
18:56 Revision 3a031120: [TASK] CSH manual: differentiate copyright notice from help content
Improve visual differentiation of content and copyright notice.
A visual hruler is added. Font-size and color is slig...
Josef Glatz
18:49 Revision 19ff2d0f: [BUGFIX] Only apply image cropping when cropping is set
Resolves: #79836
Releases: master
Change-Id: I29fb6f0f31a54b6f20c937881a8b523b844dde69
Reviewed-on: https://review.ty...
Frans Saris
18:10 Revision af76b79e: [BUGFIX] Setting $checkStoredRecords leads to missing sys_log data
Setting the property $checkStoredRecords in DataHandler to false leads
to missing information in sys_log for new reco...
Thomas Hohn
16:48 Revision dde2366e: [BUGFIX] Fix functional tests for EXT:extbase on PostgreSQL
Fix ExpressionBuilder::inSet() to allow working with columns
on a seondary table on Non-MySQL databases. Fix the usag...
Morton Jonuschat
15:46 Revision 85b06984: [BUGFIX] Fix functional tests for EXT:indexed_search on PostgreSQL
MySQL has support for backslash escape sequences. Change the tests
to have the expected results without the additiona...
Morton Jonuschat
15:02 Revision 0ff6f6df: [BUGFIX] Fix deleting file from context menu
Since context menu refactoring the file deletion
did not work.
This patch fixes the issue, by adding missing line in ...
Tymoteusz Motylewski
14:59 Revision f2fe922a: [CLEANUP] Remove ignored file from GIT index
The AcceptanceTester.php file is removed from GIT, as it is
listed in the .gitignore file.
Resolves: #79905
Releases...
Markus Klein
14:55 Revision 171e2fdc: [BUGFIX] Fix functional tests for EXT:frontend on PostgreSQL
Replace the MySQL specific backtick quoting with the actual quote
character in test checking for SQL fragments/quotin...
Morton Jonuschat
14:46 Revision bed701ea: [TASK] Skip another unstable acceptance test
The "addAndDeletePage" acceptance test is still unstable, even with
multiple people trying to stabilize that thing al...
Christian Kuhn
13:07 Revision 31ea8981: [BUGFIX] styleguide: Fix travis
Christian Kuhn
11:12 Revision 6623b1f4: [TASK] styleguide: Fix generators that used TCA ['wizards']
Christian Kuhn
09:02 Revision 8e35fd80: [BUGFIX] Use new cropping API for CE preview in the BE page module
Resolves: #79854
Releases: master
Change-Id: Ib7cc81efda1c59d54ab30af00622456955cf7397
Reviewed-on: https://review.ty...
Frans Saris
09:00 Revision 3bf70bcf: [BUGFIX] L10nModeUpdater: Cast parentId to integer
To prevent PHP errors in L10nModeUpdater caused by faulty extensions
whose `transOrigPointerField` field is not an in...
Andreas Fernandez
07:22 Revision 5099297e: [TASK] Enhance DataHandler translation and synchronization handling
* add more tests for allowLanguageSynchronization & l10n_mode=exclude
* enhance inline children synchronization for n...
Oliver Hader
00:35 Revision b8f7bae5: [BUGFIX] Prevent division by 0 when using image file without dimensions
Resolves: #79902
Releases: master
Change-Id: I42a126369108434e33d3b00d4fe6b556592dc2c9
Reviewed-on: https://review.ty...
Frans Saris
00:10 Revision 2cac5a36: [BUGFIX] Fix functional tests for EXT:workspaces on PostgreSQL
Detect errors during execution of SQL statements using the
exceptions thrown by Doctrine DBAL instead of trying to us...
Morton Jonuschat
 

Also available in: Atom