Activity
From 2017-02-24 to 2017-03-25
2017-03-25
- 23:29 Revision b1e1ca43: [BUGFIX] Avoid double escaping in content element wizard
- Fluid escapes the header already, therfore there is no
need to do it before in the controller.
Resolves: #80288
Rele... - 23:25 Revision 6e068b9f: [FOLLOWUP][TASK] Deprecate RemoveXSS
- This patch adds the missing logDeprecatedFunction() call.
Resolves: #76164
Releases: master
Change-Id: I70da92799b6f... - 23:17 Revision 0873a918: [TASK] Deprecate EXT:lowlevel ArrayBrowser->wrapValue
- The method ArrayBrowser->wrapValue() only does a htmlspecialchars()
call nowadays and can be replaced easily by PHP n... - 23:17 Revision 7d94e5a0: [TASK] Move config.beLoginLinkIPList to compat7
- The functionality to output a login link / logout link when coming from
a certain IP address (set via TypoScript conf... - 23:14 Revision ead4200b: [TASK] Deprecate GeneralUtility::freetypeDpiComp
- The Freetype related method "GeneralUtility::freetypeDpiComp"
has been marked as deprecated and moved to GraphicalFun... - 23:11 Revision d31bdfe6: [BUGFIX] EXT:form - avoid php warnings
- Avoid php warnings if no individual validation errors are defined.
Resolves: #80439
Releases: master
Change-Id: Idc3... - 22:56 Revision bdb16b16: [BUGFIX] EXT:form - do not wrap in anonymous function
- There are no local variables in ext_tables.php that would
justify having a call_user_func() wrap around the
registrat... - 22:34 Revision e16531da: [TASK] Cleanup legacy IMv4 options
- The GraphicalFunctions options $V5_EFFECTS and $_NO_IM_EFFECTS
are no the exact opposite all times, due to the remova... - 22:27 Revision 38df39f5: [TASK] Clean up code in jsfunc.inline.js
- There are some methods that are handled differently these days and
are not necessary anymore due to some IRRE refacto... - 22:21 Revision 8075f9b7: [TASK] Deprecate printContent methods
- The methods TaskModuleController::printContent() and
PageLayoutController::printContent() have been marked as deprec... - 19:43 Revision c355b859: [TASK] Use TYPO3_version constant for Extbase help command
- The output which version of Extbase is used, does not need to be
fetched via getExtensionVersion() of EXT:extbase. Th... - 17:48 Revision bacaa0a0: [FEATURE] EXT:form - support multiple form elements per row
- Make it possible to define multiple form elements per row.
The default configuration works for Twitter Bootstrap.
Re... - 16:58 Revision 99f54d42: [BUGFIX] Avoid warning dialog when closing records with dateTime fields
- In case a record contains a DateTimePicker field, the validation is triggered to early
and mark each DateTime field a... - 16:26 Revision d9e99922: [FOLLOWUP][BUGFIX] Set language uid for inline children by default
- Resolves: #48883
Resolves: #76048
Resolves: #73609
Releases: master, 7.6
Change-Id: Id782bd41bfe30d9f9574e4b444d6e361... - 14:43 Revision c4c2ae46: [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... - 06:56 Revision 81d3f395: [TASK] Unify configuration for overriding child TCA
- The configuration possibilities to override child TCA
from the TCA of an inline parent
foreign_types
foreign_record_... - 00:42 Revision 11506d77: [BUGFIX] Send correct HTTP message in getUrl
- Resolves: #72299
Releases: master, 7.6, 6.2
Change-Id: I30abd5db0fad8b5ded1ff419bb6c4244ec5c510e
Reviewed-on: https:/...
2017-03-24
- 15:41 Revision c8a7743a: [BUGFIX] Start click binding only after DOM is ready
- This patch fixes a loading issue on poor internet connections.
In case of a slow internet connection the icons are no... - 15:35 Revision df41182a: [TASK] EXT:form - simplify translation file includes
- With this patch, an integrator has prototype wide translation settings
for the 4 aspects of the form framework. Furth... - 15:25 Revision 7a4814c2: [BUGFIX] Start click binding only after DOM is ready
- This patch fixes a loading issue on poor internet connections.
In case of a slow internet connection the icons are no... - 12:02 Revision c21f5715: [TASK] Log exception when metadata extraction fails
- When the FAL metadata extraction task fails with an exception
this exception will now be logged via logException(), w... - 11:49 Revision 061a852a: [TASK] styleguide: TCA: Make inline_1n1n localizable
- 09:57 Revision 3ae3ffb8: [BUGFIX] Mark login attempts as failed for anonymous sessions
- Fixes a bug where login attempts would not be marked with loginFailure
when an existing anonymous session exists.
Re... - 09:44 Revision f613bd39: [BUGFIX] EXT:form - ignore removed form definitions in page module
- Do not show labels from removed, renamed or invalid form
definitions within the page module preview hook.
Resolves: ...
2017-03-23
- 19:12 Revision fe9fa64d: [BUGFIX] Fix typo in UserElement.php
- Correct configuration is in fieldConf
Resolves: #80423
Releases: master
Change-Id: I605b9c76367081f1332c6ad61d4c3422... - 16:31 Revision 7b5621f0: [BUGFIX] Fix broken require / validation handling for ckeditor
- This patch fix the broken require / validation handling for ckeditor.
To revalidate the form, the field is now update... - 15:45 Revision 1ed35099: [TASK] EXT:form - add empty option to select elements
- Add configuration for fluid's select VH attribute 'prependOptionLabel'.
Resolves: #80192
Releases: master
Change-Id:... - 14:27 Revision 293413c3: [TASK] Show only pages_language_overlay records with a defined language
- The list module must not use any pages_language_overlay records with
a sys_language_uid=0. First this doesn't make se... - 14:23 Revision 9ee00d27: [BUGFIX] Ensure correct sorting of extension configuration
- If an extension uses a default subcategory for its configuration but does
not define a sorting order, using PHP >= 7 ... - 14:23 Revision 7638b436: [BUGFIX] Ensure correct sorting of extension configuration
- If an extension uses a default subcategory for its configuration but does
not define a sorting order, using PHP >= 7 ... - 09:24 Revision a8c6b34b: [BUGFIX] Wrong computed baseURL with FE editing RTE
- Frontend editing button for editing a content now
url encode the return URL. The HTMLAREA baseURL
computation now exc... - 07:51 Revision 7d3fedff: [BUGFIX] AllowLanguageSynchronization processes null values twice
- TCA columns having 'l10n_mode' defined to either 'exclude' or
'mergeIfNotBlank' (later is autotatically migrated to t...
2017-03-22
- 22:30 Revision 4eb91cae: [TASK] Refactor methods in DataHandler related to page delete access
- * Removes usage of `rmComma()` and deprecates it
* Replaces usage of `noRecordsFromUnallowedTables()` with protected
... - 21:57 Revision 97488b77: [TASK] Make frontend login compatible with csc and fsc
- Frontend login now uses fluid styled content as default rendering
definition. Additionally the loading order is chang... - 21:14 Revision c50d776a: [TASK] Streamline form template files
- For a more streamlined rendering this patch adds nessesary html tags
with fluid namespaces to all form templates, uni... - 20:09 Revision a52e2854: [TASK] styleguide: TCA: Prepare inline_1n for localization
- 19:53 Revision 3ab68ba3: [BUGFIX] LocalizationStateSelector with new records
- The LocalizationStateSelector field wizard on new, not yet persisted records
casts the ['databaseRow']['uid'] to inte... - 19:47 Revision e7f43bb7: [TASK] styleguide: Make sys_language_uid editable on elements_basic
- 19:32 Revision c2ac423e: [BUGFIX] styleguide: TCA: Remove default_sortby on all tables that provide sortby
- 19:23 Revision 790166d8: [BUGFIX] styleguide: Minor comment fix
- 19:21 Revision 30de9967: [TASK] styleguide: TCA: add type=none, format=datetime example
- 18:44 Revision 6d5af8da: [TASK] EXT:form - do not write placeholder attribute if empty
- Do not write the placeholder html attribute if its value
is empty within the form editor.
Resolves: #80383
Releases:... - 18:39 Revision 53ba10e6: [BUGFIX] Fix tooltip after changing permissions
- Fix js tooltip after permission settings are changed
in the permissions backend module.
Resolves: #80387
Releases: m... - 18:38 Revision 61e34639: [TASK] Update jQuery from 3.1.1 to 3.2.1
- Release notes:
* Added support for custom CSS properties (#3144).
* Deprecated jQuery.holdReady (#3288).
* Depreca... - 18:35 Revision 87456668: [TASK] Upgrade version of D3.js to version 4.7.3
- Release notes:
4.7.2
* Optimize d3.pack.
* Fix string coercion in transition.style and
transition.attr.
* Update ... - 18:33 Revision 6ecf1f21: [BUGFIX] Fix tooltip after changing permissions
- Fix js tooltip after permission settings are changed
in the permissions backend module.
Resolves: #80387
Releases: m... - 17:00 Revision e47acfbe: [FOLLOWUP][TASK] Deprecate BackendUtility::getRecordRaw
- Rename .rst file since the colons give headaches on windows.
Change-Id: I710a030ce7335b294d081e237a019cec6b7ca74f
Re... - 16:38 Revision 35d6b2b3: [TASK] Do not clear constants in CSS Styled Content
- The constants within `styles.content` were cleared
via CSS Styled Content which did not allow to define
any constants... - 16:38 Revision 5462fdfb: [TASK] Deprecate BackendUtility::getRecordRaw
- Since we follow the principle of "prepared statement", the method
getRecordRaw will break this behaviour. Within the ... - 14:50 Revision dc3416b2: [BUGFIX] Flex form section container with group elements
- The "create new flex form section container" ajax request fails to set
initialized data values of the data compiler t... - 13:05 Revision 8edb9c12: [BUGFIX] Language label and css loading in inline and flex sections
- Loading additional stylesheets from elements in inline scope fails if using
'EXT:' syntax, for flex section container... - 11:45 Revision 6bf6369f: [TASK] Clean up ['ctrl'] sortby and default_sortby
- sortby: An integer field with an explicit sorting value
default_sortby: A query->orderBy statement to sort records
i... - 10:35 Revision 95d6b579: [BUGFIX] Preview pages with publish dates
- The view module already adds simTime to pages that have a publish date
set. With this change all places generating pa... - 10:27 Revision d4c4b4b7: [BUGFIX] Add support for target attribute to form viewhelper
- <f:form> now supports setting target="" as attribute.
Change-Id: Id6bd5f136b3ca6a4083f08780796b408ceaf0116
Releases:... - 08:44 Revision 8cb64924: [FOLLOWUP][TASK] EXT:form - change signal slots to hooks
- Resolves: #80333
Releases: master
Change-Id: I201392bc67228864e31d9e7117880fbb401af279
Reviewed-on: https://review.ty...
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... - 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... - 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... - 15:06 Revision b1718cab: [TASK] Cleanup FSC/CSC typoscript
- * remove/update inline comments
* improve legibility by proper indentation and CGL
Resolves: #80346
Releases: master... - 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... - 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 ... - 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... - 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... - 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... - 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... - 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... - 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...
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 ...
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... - 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...
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... - 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... - 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... - 18:38 Revision 69c769c5: [TASK] styleguide: TCA: colorpicker with valuepicker example
- 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/... - 16:47 Revision db0722b5: [TASK] styleguide: Add a colorpicker as section container element
- 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:... - 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... - 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
... - 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
... - 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... - 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... - 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... - 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... - 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...
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... - 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...
2017-03-15
- 22:07 Revision c8abd5c1: [BUGFIX] styleguide: TCA: bogus select_tree_2_condition entry in showitem
- 22:05 Revision 72139c7d: [TASK] styleguide: TCA: select_tree_2 in flex with display condition
- Related: https://github.com/TYPO3-CMS/styleguide/issues/79657
- 21:10 Revision 0289f383: [TASK] styleguide: Line indenting in ext_tables.sql
- 20:31 Revision 4a01c9ee: [TASK] styleguide: Migrate to doctrine
- 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 10:37 Revision d22be08f: [BUGFIX] Register SVG icons for backend modules automatically
- Releases: master
Fixes: #80278
Change-Id: Idcb7efa0fb7a5ad819ce0f65a837916cdeb13c56
Reviewed-on: https://review.typo3... - 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
... - 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
... - 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... - 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...
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... - 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... - 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... - 19:53 Revision 191118ec: [TASK] Switch to typo3/cms-styleguide
- Styleguide moved from 7elix/styleguide to typo3/cms-styleguide
Change-Id: Ib11cd3d21121214ed5828aa26166d4a7b1419a3c
... - 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... - 18:36 Revision c5b53914: [TASK] styleguide: composer replace section
- 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... - 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...
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
... - 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 ... - 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:... - 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... - 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 ... - 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... - 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 ... - 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... - 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...
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... - 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... - 12:13 Revision 762c3175: [TASK] EXT:form - add typoscript inline documentation
- Resolves: #80142
Releases: master
Change-Id: I9463bf12732966de177816e14fc76c16e8f74783
Reviewed-on: https://review.ty... - 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... - 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... - 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... - 11:00 Revision b6266bee: [BUGFIX] Two wrong conditions in FormEngine expansion
- Two minor condition checks in FormEngine element expansion
classes.
Change-Id: I087b744ee826d9b7174261bc084c4c188920... - 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...
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 ...
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... - 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... - 22:38 Revision b79c6794: [BUGFIX] Wrong variable checked in BrowseLinksController
- Changed so the correct variable classesAnchorDefaultTitle is checked.
In BrowseLinksController::getTitleField the wr... - 22:32 Revision 3ba8f653: [BUGFIX] Minor typo and unused use
- Change-Id: If3eb8c6d2b0fef265b3030fc1c2ed7ec8958564f
Resolves: #80233
Releases: master
Reviewed-on: https://review.ty... - 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... - 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...
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... - 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... - 09:24 Revision 64655eee: [BUGFIX] Fix PageTS config example of CKEditor RTE
- Releases: master
Resolves: #79919
Change-Id: Ic47513eddca720e29bc83efccdb6f55854768d37
Reviewed-on: https://review.ty... - 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... - 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...
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... - 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... - 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... - 10:38 Revision 11636f4d: [TASK] styleguide: Restrict width of input_34
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... - 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... - 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:... - 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.... - 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... - 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... - 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...
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 "... - 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... - 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... - 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... - 15:37 Revision 914501b9: [BUGFIX] styleguide: Remove invalid none with rows example
- 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... - 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
...
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...
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... - 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... - 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... - 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... - 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... - 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-... - 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... - 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... - 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... - 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... - 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...
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... - 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... - 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... - 16:03 Revision 5f8b2a80: [TASK] styleguide: Updated version and author information
- 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... - 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... - 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).
- ... - 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...
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...
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... - 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... - 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... - 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... - 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... - 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... - 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... - 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: ... - 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... - 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... - 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...
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... - 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... - 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... - 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... - 19:06 Revision ca2cabc8: [BUGFIX] FluidStyledContent: use correct partial for audio filetype
- Resolves: #80063
Related: #79622
Releases: master
Change-Id: I13b785b0c1bdd89b2d6a1a89db118ae9d5484065
Reviewed-on: h... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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. ... - 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... - 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. ... - 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... - 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 ... - 08:47 Revision b3b63f34: [TASK] Mark ExtJS related API calls as deprecated
- ExtensionManagementUtility::addExtJSModule
and ExtensionManagementUtility::registerExtDirectComponent
are marked as d... - 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... - 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... - 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... - 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... - 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...
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... - 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... - 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... - 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... - 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... - 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: #... - 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... - 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... - 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_... - 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... - 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... - 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... - 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... - 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... - 07:29 Revision 2b87d93a: [BUGFIX] Fix parameter type in BackendModuleRequestHandler
- The function
\TYPO3\CMS\Core\Authentication\BackendUserAuthentication
->getPagePermsClause accepts only an integer va... - 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... - 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... - 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.
...
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... - 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 ... - 23:26 Revision d6ac16cd: [BUGFIX] Fix PHP warning in TcaMigration
- Check if defaultExtras exists before accessing it.
Resolves: #79929
Releases: master
Change-Id: I0a85012b335e10b3744... - 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... - 23:10 Revision dabee749: [BUGFIX] Extbase: correct handling of mm relations
- Resolves: #79931
Releases: 7.6
Change-Id: I5c3aa875e9a083836f29f6af69365d91b99904fa
Reviewed-on: https://review.typo3... - 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... - 23:05 Revision cc32fcdf: [BUGFIX] Fix parameter type in BackendModuleRequestHandler
- The function
\TYPO3\CMS\Core\Authentication\BackendUserAuthentication
->getPagePermsClause accepts only an integer va... - 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... - 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... - 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... - 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... - 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.
... - 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 ... - 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'... - 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... - 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 ... - 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.... - 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... - 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... - 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... - 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... - 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... - 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... - 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 ... - 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... - 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... - 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 ... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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...
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... - 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... - 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 ... - 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... - 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... - 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. ... - 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... - 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. ... - 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...
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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 09:26 Revision 36e461d1: [TASK] Deprecate BackendUtility::getRecordsByField
- Deprecate BackendUtility::getRecordsByField() as it has a flawed design
due to passing SQL fragments. This contradict... - 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... - 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... - 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...
Also available in: Atom