Project

General

Profile

Activity

From 2017-03-16 to 2017-04-14

2017-04-14

19:03 Revision 6da38a68: [BUGFIX] AbstractMessage should have string, but integer is given
FlashMessage setter have been extended with strict scalar types,
however the disposal for e.g. Exception has not been...
Oliver Hader
11:55 Revision 338a0004: [BUGFIX] EXT:form - Fix default file upload mime types
This patch fixes the wrong mime types of file upload form elements.
Resolves: #80627
Releases: master
Change-Id: I20...
Ralf Zimmermann
11:23 Revision 889d470c: [TASK] Cover trivial setters and getters of cObj with unit tests
Cover trivial setters and getters of ContentObjectRenderer with
unit tests.
Releases: master
Resolves: #80574
Change...
Elmar Hinz
09:59 Revision 3967844b: [BUGFIX] Use correct order of SQL parameters in SysRefindexHashUpdater
Supply the positional parameter arguments to the update statement in
the correct order. The statement used for the up...
Morton Jonuschat

2017-04-13

23:59 Revision 286124c6: [BUGFIX] Quote table and fieldnames in BackendUtility::BEenableFields
Use Doctrine API to quote table and field names in BEenableFields().
Resolves: #80768
Releases: master
Change-Id: Ia...
Morton Jonuschat
22:14 Revision 80831612: [BUGFIX] Extbase: quote table and field names in join statements
Properly quote table and field names when building join statements
within Typo3DbQueryParser.
Change-Id: Ia2c977d198...
Morton Jonuschat
10:11 Revision 0869b4a6: [TASK] EXT:form - minor UX/ UI optimizations
* Add module description text
* Change order of form elements within the "create new element" modal
* Allow changing ...
Ralf Zimmermann

2017-04-11

14:54 Revision 7fdfd900: [TASK] Change TYPO3-logo from png to svg
Resolves: #78508
Releases: master
Change-Id: Ia31a0cb2e222408a831bdd5c322864dcf378a593
Reviewed-on: https://review.ty...
Henrik Elsner
14:23 Revision d53b7a29: [BUGFIX] Use named parameters in Extbase IN() queries
Try to infer the parameter type from the value and create a named
parameter per value passed to the IN() comparison.
...
Morton Jonuschat
14:22 Revision 9efd09fe: [TASK] Show same edit icon in filelist clickmenu
In filelist clickmenu the wrong editfile icon is used
Resolves: #80624
Releases: master
Change-Id: Ib7e4b79cdc5b4742...
Gianluigi Martino
12:25 Revision 1e50841a: [TASK] Mark ext:form as stable
Resolves: #80674
Releases: master
Change-Id: Iac7ff82460de670402702fa829d8a21b368ea25d
Reviewed-on: https://review.ty...
Henrik Elsner
12:12 Revision d2979125: [BUGFIX] Make EXT:form checkbox markup compatible to Bootstrap
Resolves: #80647
Releases: master
Change-Id: I915238b0179c7bbb81196b70a982642b34299773
Reviewed-on: https://review.ty...
Ralf Zimmermann
11:20 Revision 3afc2f19: [BUGFIX] Do not prefix FAL file links with absRefPrefix
When using an external FAL storage the public URLs of files contain a scheme.
Check for the scheme before prefixing w...
Helmut Hummel
10:39 Revision a519f63a: [TASK] Minor UX optimization in "Record selector" pop-up window
Improved rendering of "Record selector" pop-up window on smaller screens
Releases: master
Resolves: #80644
Change-Id...
Gianluigi Martino

2017-04-10

23:05 Revision fd7dc452: [TASK] Add extra info to description in SysRefindexHashUpdater
Installations having a large sys_refindex should perform the
update of the hash from the command line instead of usin...
Thomas Hohn
22:59 Revision dff8286c: [BUGFIX] Email links with parameters in LegacyLinkNotationConverter
Email addresses in link can have added query parameters to control
fields like the subject in the mail client.
Add a ...
Morton Jonuschat
08:04 Revision 99c75992: [BUGFIX] Correct stylelint violations in scss files
Resolves: #80747
Releases: master
Change-Id: Ifdf78f52dcbdb349c1a507d0e3324fa482cc0862
Reviewed-on: https://review.ty...
Benjamin Kott

2017-04-09

18:39 Revision 8916620a: [BUGFIX] Hide download distributions in composer mode
When installation is done with composer hide the
download distributions options in the install steps.
Resolves: #806...
Frans Saris

2017-04-07

22:23 Revision ce652258: [TASK] Correct view webpage link anchor in list module
Without this patch you land to the top of the page if you open the preview
of a content element in list module. Addin...
Gianluigi Martino
22:17 Revision 23c3c296: [TASK] Correct view webpage link anchor in list module
Without this patch you land to the top of the page if you open the preview
of a content element in list module. Addin...
Gianluigi Martino
20:34 Revision 2aa304eb: [BUGFIX] Ignore deleted references when deleting a file
With the doctrine migration the check for deleted=0 was forgotten.
This patch brings this check back and now files w...
Frans Saris
16:59 Revision f2ce7318: [BUGFIX] Allow file replace for editors
When file extension permissions are configured, replacing
a file fails with an error message, because the file extens...
Helmut Hummel
16:58 Revision b1572ac3: [BUGFIX] EXT:form - Avoid JavaScript errors
Avoid JavaScript errors especially if you try to remove a
"Required field" validator from an element which has no val...
Ralf Zimmermann
16:45 Revision 8b5b7687: [BUGFIX] Allow file replace for editors
When file extension permissions are configured, replacing
a file fails with an error message, because the file extens...
Helmut Hummel
16:37 Revision 7ccdba12: [BUGIFX] Allow file replace for editors
When file extension permissions are configured, replacing
a file fails with an error message, because the file extens...
Helmut Hummel

2017-04-06

07:15 Revision 9819cad4: [BUGFIX] Do not use doctrine constraints without bind values
Changed so doctrine constraints without the corresponding
bind values aren't passed around.
The $constraints variabl...
Christer V

2017-04-05

21:04 Revision b6cfadc9: [BUGFIX] Install tool css id used twice
css id 't3-install-password' is used twice in 'change install tool password'
and again in 'create administrator', cli...
Christian Kuhn
20:41 Revision 66278e21: [TASK] Add unit test to cover ContentObjectRenderer::linkWrap
Add unit test to cover ContentObjectRenderer::linkWrap.
Releases: master
Resolves: #80596
Change-Id: I9cdc5a443e8f95...
Elmar Hinz
20:19 Revision ab5d4147: [TASK] Avoid unused xpath when parsing locallang.xml
Increased performance by avoiding an xpath query if the requested
element is not 'target'.
Releases: master, 7.6
Res...
Stephan Großberndt
20:18 Revision 9f0fceb4: [BUGFIX] Allow editing of yaml files in the backend
This adds the yaml file extension to the known textfile extensions for
the backend, so that i.e. form manifests are e...
Ingo Pfennigstorf
20:13 Revision 17d833ff: [BUGFIX] Point new user to correct folder on first install
The FIRST_INSTALL needs to be created in the web root of your project
and not in the root of your project as that can...
Frans Saris
20:11 Revision 675e0fa9: [TASK] Avoid unused xpath when parsing locallang.xml
Increased performance by avoiding an xpath query if the requested
element is not 'target'.
Releases: master, 7.6
Res...
Stephan Großberndt
15:21 Revision 119a1a40: [BUGFIX] Determine default severity for modals correctly
This patch fixes the determination of the default severity for modals.
This ensures that the modal's header and its d...
Andreas Fernandez
15:11 Revision 213c7b34: [BUGFIX] Prevent replace of <link> tags in TypoScript setup
This patch prevent the wizard "Execute database migrations on single rows"
to deletes the whole TypoScript setup from...
Frank Nägler
14:57 Revision e7c651bd: [CLEANUP] Fix typo in a typoscript comment
Correct spelling of the word "compatibility"
Resolves: #80691
Releases: master
Change-Id: Iaae10ff0717af3b7dd81ebe9e...
Albrecht Köhnlein
11:25 Revision b98f3641: [BUGFIX] Adapt fluid_styled_content paths in initial page
When installing TYPO3 with the option to create a page with
TypoScript template, the template does not match the late...
Helmut Hummel

2017-04-04

12:54 Revision a845c52c: [TASK] Set TYPO3 version to 8.7.1-dev
Change-Id: I66c96891492626a868c2e9de7963ffe5a9761837
Reviewed-on: https://review.typo3.org/52361
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:51 Revision f4aa757e: [RELEASE] Release of TYPO3 8.7.0
Change-Id: I39ef41f945fc2b9bbc74aefc87fb3bbd3a087fcd
Reviewed-on: https://review.typo3.org/52360
Reviewed-by: TYPO3 R...
TYPO3 Release Team
11:35 Revision 1a97eeea: [BUGFIX] Introduction package fails in DataMapProcessor
Change-Id: Icf785d1c79d739fff70aeed8e7745cfedc3993ac
Resolves: #80676
Releases: master
Reviewed-on: https://review.ty...
Oliver Hader
10:01 Revision b26cf4e1: [BUGFIX] Creating typolink in backend should not throw an exception
The global $TSFE object is not available in the Backend anymore.
In order to use <f:link.typolink> in e.g. a toolbar...
Benni Mack
09:55 Revision 29f1d9f1: [BUGFIX] Prevent Exception when form folder doesn't exists
When for ext:form an addition allowedFileMounts is set to an
not existing folder you get an FolderDoesNotExistExcepti...
Frans Saris
08:41 Revision c0c3582c: [BUGFIX] Enable class/data-* attributes in RTE elements
CKEditor should allow data attributes and class attribute by
default, otherwise any link added in the typolink popup
...
Benni Mack
08:34 Revision 8e47ed8f: [TASK] Update testing framework to latest version
Change-Id: Ib5b0e88187323c84df37b7b5ab65549b2ab2a4a8
Resolves: #80667
Releases: master
Reviewed-on: https://review.ty...
Susanne Moog
00:22 Revision c0bfc071: [BUGFIX] typolink: Ensure explode() is using string
Link to home page with section and enabled realurl ends up in uncaught
exception because the new PageLinkBuilder is a...
Nicole Cordes
00:18 Revision 7c45dc50: [FOLLOWUP][BUGFIX] Do not devlog bad code smells of core classes
Fix casing of "false" to match CGL.
Releases: 7.6, 6.2
Resolves: #48544
Change-Id: I5b8c9ffd4e23c32efbbf72d2249cc7a6...
Markus Klein

2017-04-03

23:57 Revision bedc2580: [FEATURE] Add new possibility to retrieve session data in TS
Since the session API has been adjusted it is no longer possible
to access FE session data via getData access in TS.
...
Markus Klein
23:52 Revision 5d266a70: [BUGFIX] Do not devlog bad code smells of core classes
Releases: 7.6, 6.2
Resolves: #48544
Change-Id: If58f3a5c9c6a1003a0301bd2d68622ee8ccba843
Reviewed-on: https://review....
Markus Klein
23:44 Revision 1e241298: [BUGFIX] Do not devlog bad code smells of core classes
Releases: 7.6, 6.2
Resolves: #48544
Change-Id: If58f3a5c9c6a1003a0301bd2d68622ee8ccba843
Reviewed-on: https://review....
Markus Klein
23:42 Revision aeda613a: [BUGFIX] Do not inject non-singleton class into singleton
BackendConfigurationManager must not inject an instance of
QueryGenerator as the latter is not a singleton.
Instead c...
Markus Klein
19:19 Revision c83eb598: [BUGFIX] Inline references are bound to versioned page
When modifying inline child elements that belong to a page
as parent record in a workspace, the pid values of these
i...
Oliver Hader
19:19 Revision 2510406d: [BUGFIX] Inline references are bound to versioned page
When modifying inline child elements that belong to a page
as parent record in a workspace, the pid values of these
i...
Oliver Hader
18:27 Revision 90d7fd6d: [BUGFIX] l10n_mode=exclude not properly applied when processing ancestors
Fields using l10n_mode=exclude are not properly populated if any ancestor
record is updated.
Change-Id: I0a132191caa...
Oliver Hader
17:03 Revision f7031cbf: [BUGFIX] Fix check to determine RTEhtmlarea is in fullscreen mode
Due to the implementation of routes the check fails. Check against
the route instead.
Resolves: #78731
Releases: 7.6...
Wouter Wolters
16:30 Revision 10d623a6: [BUGFIX] Add path to requireJS cache identifier
The path to the current TYPO3 installation is
now taken into account when generating the cache
identifier for require...
Susanne Moog
16:13 Revision ff0b0832: [BUGFIX] Remove partial row initialization in FlexForm sections
Since #80100, database row should not be partially initialized before
calling DatabaseEditRow form data provider. Thi...
Xavier Perseguers
15:13 Revision 99885da1: [BUGFIX] Prevent file information overlapping
This fixes the issue, that information about the file is overlapping the
file contents of text files when editing the...
Ingo Pfennigstorf
14:49 Revision 67640582: [BUGFIX] Fix position of delete icon in inspector panel of form module
Resolves: #80648
Releases: master
Change-Id: I84e59f9cea448498c1ef9abf0745df0d2f4ef116
Reviewed-on: https://review.ty...
Andreas Steiger
14:48 Revision ccb681a8: [BUGFIX] Use English labels if browser's preferred language is English
Change-Id: Ic9cb3f3e3e0547e4a0d34bf50f481e2f3844f610
Resolves: #80593
Releases: master, 7.6
Reviewed-on: https://revi...
Xavier Perseguers
14:37 Revision 1a861b7a: [BUGFIX] Unify PATH_thisScript with PATH_site
In case we accept TYPO3_PATH_ROOT from the environment,
we must ensure that all paths (in particular the entry script...
Helmut Hummel
13:29 Revision 1ad24af2: [BUGFIX] Ensure module menu can be expanded again
Change-Id: I0521b84c87ccbdf31122c7afd5ab2541c9e7b182
Resolves: #80642
Releases: master
Reviewed-on: https://review.ty...
Daniel Goerz
13:23 Revision dc824fec: [BUGFIX] Cleanup testing framework integration
Clean up removed autoload definitions, use the correct
env var and remove the TYPO3_PATH_PACKAGE env var, which
isn't...
Helmut Hummel
13:22 Revision 8687bab5: [BUGFIX] Only output href attribute once in typolink()
When lib.parseFunc_RTE is set for ATagParams = data:allParams
for rendering anchor tags, href="" is added twice.
Anc...
Benni Mack
13:05 Revision 0393320e: [BUGFIX] Replace .env parsing with reading from environment
Implementing a preliminary parsing code and having an
assumption on the existence of a .env file and a hardcoded
loca...
Helmut Hummel
12:45 Revision acfbf76b: [TASK] Add update wizard to migrate <link> tags to <a> tags
Since the RteHtmlParser now stores updated content as <a>
tags instead of <link> tags an update wizard is provided
to...
Christian Kuhn
11:28 Revision 67d7f48f: [TASK] Update readme copyright date to 2017
Releases: master,7.6
Resolves: #80645
Change-Id: I346a18f4f8983ee570bb5f0cae1e6635335f7d73
Reviewed-on: https://revie...
Dennis
11:21 Revision d0076168: [TASK] Update readme copyright date to 2017
Releases: master,7.6
Resolves: #80645
Change-Id: I346a18f4f8983ee570bb5f0cae1e6635335f7d73
Reviewed-on: https://revie...
Dennis
10:58 Revision dd85a911: [BUGFIX] Use English labels if browser's preferred language is English
Change-Id: Ic9cb3f3e3e0547e4a0d34bf50f481e2f3844f610
Resolves: #80593
Releases: master, 7.6
Reviewed-on: https://revi...
Xavier Perseguers
06:38 Revision b5f2d280: [TASK] Streamline Admin Panel
Resolves: #80639
Releases: master
Change-Id: I81375357f2708c2af89d745013352fd2fda7eb7b
Reviewed-on: https://review.ty...
Benjamin Kott

2017-04-02

22:49 Revision c4e1c665: [DOC] Fix wrong default port for Redis service
Resolves: #80641
Releases: master
Change-Id: I9ccfcfeaad2ce144581e777c080132822a63c328
Reviewed-on: https://review.ty...
Markus Klein
20:47 Revision f3a64f36: [TASK] Remove obsolete textmedia content element update wizard
With the reintroduction of text, textpic and image this wizard becomes
obsolete and can lead to accidential migration...
Benjamin Kott
20:09 Revision e06a1409: [BUGFIX] MM relations of localizations not resolved in functional tests
* value of _ORIG_uid -> version record
* value of _LOCALIZED_UID -> localized record
* value of uid -> non-overlaid r...
Oliver Hader
20:09 Revision b670dd9c: [BUGFIX] MM relations of localizations not resolved in functional tests
* value of _ORIG_uid -> version record
* value of _LOCALIZED_UID -> localized record
* value of uid -> non-overlaid r...
Oliver Hader
18:48 Revision 08bbe780: [BUGFIX] Fix update of existing links
This patch fix an issue while update existing links in case no selection exists.
Resolves: #80637
Releases: master
C...
Frank Nägler
18:35 Revision daa8173a: [TASK] Move rst changelog files from master to 8.7 folder
Resolves: #80635
Releases: master
Change-Id: I39c2eb60a0c42e3c96a6a590e51074003239012b
Reviewed-on: https://review.ty...
Frank Nägler
15:51 Revision e1f4f572: [TASK] Move EXT:rtehtmlarea to TER and provide update wizard
Resolves: #80628
Releases: master
Change-Id: I9db7ee577258cae6b25eb940000eab2b5be5ee37
Reviewed-on: https://review.ty...
Benni Mack
14:46 Revision 60f62bd0: [FEATURE] Allow extended custom links in FormEngine and TypoLink
This patch extracts TypoLink generation into separate classes based
on the link type calculated via the LinkService f...
Benni Mack
13:04 Revision 9c50162e: [BUGFIX] Prevent sending empty forms in FormEngine
In some cases the FormEngine forms are send to the server with empty values.
Please see the issue for more details an...
Frank Nägler

2017-04-01

18:04 Revision 9d5dfbb8: [TASK] Show disabled state for navigation component toggle if not available
Resolves: #80621
Releases: master
Change-Id: I5a954cc2cecb8593e0ca9ae9b0f660752c522d29
Reviewed-on: https://review.ty...
Benjamin Kott

2017-03-31

23:51 Revision c5cf178a: [TASK] Handle gallery position and alignment in fsc image content element
Add relevant classes to fsc image content element to
handle gallery position and alignment
Resolves: #80164
Releases...
Gianluigi Martino
23:11 Revision 9bc70e99: Revert "[TASK] Deprecate f:format.html in the backend context"
This patch will be reverted, because the ViewHelper is still in use
and an alternative is not ready yet.
This revert...
Frank Nägler
22:27 Revision f7495750: [TASK] Show "Edit Metadata of this file" icon in filelist search results
Releases: master
Resolves: #80591
Change-Id: I0a661f61f5e9bf6572903ff1de81095f95eb0b6a
Reviewed-on: https://review.ty...
Gianluigi Martino
21:51 Revision cd7b3209: [TASK] Install Tool: Use classes for AJAX calls as selectors
This patch changes selectors for some AJAX calls from id to class
Resolves: #80545
Releases: master
Change-Id: Ic380...
Marc Wessels
21:48 Revision 0200fd6f: [TASK] Add missing rst file for testing framework removal
Change-Id: I6ae49dd73c4ded8d6b1572c79d03ce48108d3957
Resolves: #80606
Releases: master
Reviewed-on: https://review.ty...
Susanne Moog
21:48 Revision dc47cd5b: [TASK] Fix travis after test framework extraction
Change-Id: I258399a02020ba492a2e52d76360fe0d866ee965
Resolves: #80617
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
21:34 Revision 388be45e: [TASK] Deprecate itemListStyle and selectedListStyle
The two TCA properties itemListStyle and selectedListStyle which have
already been dropped in other elements are full...
Christian Kuhn
21:28 Revision 922c3b4e: [TASK] Finetune large modal size
Resolves: #80615
Releases: master
Change-Id: If005ff9dfa1b7bd9c8305562564ce7c21385a887
Reviewed-on: https://review.ty...
Benjamin Kott
21:27 Revision 0c05575b: [TASK] Change duplicate icon identifiers to actions-add
The following icons which were previously used in the Install tool
were all replaced by "actions-add" which acts as a...
Marco Christian Krenn
21:20 Revision 35fffd2a: [BUGFIX] Correct element browser classes for record listing
Resolves: #80616
Releases: master
Change-Id: I729f34496b65486c9f72eab52d67b913edc5c548
Reviewed-on: https://review.ty...
Benjamin Kott
20:36 Revision 679a1797: [TASK] Update TYPO3 Icons to 1.2.0
Resolves: #80605
Releases: master
Change-Id: I9b591eff4e7168a9e8b1d4b80f0b8ec79925f4e7
Reviewed-on: https://review.ty...
Benjamin Kott
19:34 Revision 42d489d9: [TASK] Extract target attribute resolving from typolink
The repetitive code for each typolink method is moved to
a separate method in order to allow the LinkService to do th...
Benni Mack
17:35 Revision 3083f785: [TASK] Raise version of EXT:compatibility7 installation to 8.7.1
In order to ensure that when the upgrade wizard runs to install
EXT:compatibility7, it should not have a dependency o...
Mona Muzaffar
16:34 Revision 71cbb680: [TASK] Remove testing framework from core and use package
Change-Id: I8e45a13762aa44b2c93dc8acff393c51cd883d94
Resolves: #80606
Releases: master
Reviewed-on: https://review.ty...
Susanne Moog
14:57 Revision 98dcf168: [TASK] Change duplicate icon identifiers to actions-close
The following icons which were previously used in the Install tool
were all replaced by "actions-close" which acts as...
Marco Christian Krenn
14:52 Revision ea8c036c: [TASK] Streamline workspace DataHandler functional tests
Streamline functional test cases for core and workspace system extension.
Change-Id: I1c8b2150b4d86730cfb00465abe486...
Oliver Hader
14:51 Revision 0612bfcd: [FEATURE] Improved JavaScript Modal API
To improve the usability and flexibility for a unified handling of
overlays in the backend we're opening the existing...
Benjamin Kott
13:35 Revision bb0a0ea4: [BUGFIX] Fix scheduler task logging in case of an exception
Correctly log the message if a Scheduler task throws an exception.
The exception code is now part of the logged messa...
Christian Wolff
13:11 Revision 448d1312: [BUGFIX] Fix scheduler task logging in case of an exception
Correctly log the message if a Scheduler task throws an exception.
The exception code is now part of the logged messa...
Christian Wolff
13:06 Revision ada2c5e0: [BUGFIX] FAL: Correctly iterate folder content with offset
Whenever a list of files of a folder is queried with an offset
make sure we handle filtered files correctly by not ta...
Markus Klein
12:38 Revision a4c6edcd: [BUGFIX] FAL: Correctly iterate folder content with offset
Whenever a list of files of a folder is queried with an offset
make sure we handle filtered files correctly by not ta...
Markus Klein
12:18 Revision e9ba80c2: [BUGFIX] FAL: Correctly iterate folder content with offset
Whenever a list of files of a folder is queried with an offset
make sure we handle filtered files correctly by not ta...
Markus Klein
12:15 Revision e8767787: Revert "[BUGFIX] fix scheduler task logging in case of an Exception"
This reverts commit 11deab5a29537490ed2b1492f9ac0ca0fb27465c.
Due to a wrong commit message this change is reverted....
Markus Klein
11:55 Revision 11deab5a: [BUGFIX] fix scheduler task logging in case of an Exception
correctly Log the Message if a Schduler Task throws an Exception,
also the Exception code ins now Part of the Logged ...
Christian Wolff
10:29 Revision 3aef881c: [TASK] Restyle Upgrade Analysis Panels
Upgrade Analysis panel style changed to fit into the style guide.
Icons changed to check and ban.
Bootstrap Tooltip j...
Marco Christian Krenn
09:48 Revision 4b622db1: [TASK] Install tool dump autoload information with ajax
The 'Dump Autoload Information' buttons used a controller
action, improve usability by switching to an ajax call.
Re...
Marc Wessels
02:15 Revision b240c5e1: [FOLLOWUP][TASK] Restructure typolink tag generation
The JSwindowParams was not initialized anymore at right place and is moved.
Additionally, the overhead for recurring...
Benni Mack
01:56 Revision 5cef506b: [TASK] Update Fluid Styled Content documentation
Resolves: #80051
Releases: master
Change-Id: I00c992e8e44759c14f27b91ace19290f3b57294d
Reviewed-on: https://review.ty...
Benjamin Kott
01:18 Revision a80f419e: [TASK] Enhance install tool core update action
A missing typo3_src isn't necessary a warning,
so the warning is not shown during the first install step anymore.
If ...
Oliver Hader
00:37 Revision d89c734e: [TASK] Restructure typolink tag generation
Information for creating the target and the class information etc. is
spread through the main function. Putting every...
Benni Mack
00:33 Revision 0c74ba85: [BUGFIX] List module does not work in workspaces with PostgreSQL
Resolving a move-placeholder in the list-module using PostgreSQL does
not seem to be working and issues an SQL error....
Oliver Hader
00:31 Revision e42e3138: [BUGFIX] Fix broken rst files in changelog folder
Resolves: #80587
Releases: master
Change-Id: I3d841e1cbfd0eee47a1009489369951cdb4ed266
Reviewed-on: https://review.ty...
Frank Nägler

2017-03-30

23:07 Revision f4653c07: [BUGFIX] Improve rendering of long text
Resolves: #79670
Release: master
Change-Id: I63e0edc5785b1bb81fcaeb9009b0844056c922f0
Reviewed-on: https://review.typ...
Markus Sommer
22:59 Revision 64731100: [FOLLOWUP][CLEANUP] Streamline backend toolbar items
Add missing closing brace in ClearCacheToolbarItemSingle.html
Change-Id: Ic17e40a6dd0780ee71d446209033fc78b658f720
R...
Daniel Goerz
22:45 Revision 4f9dc49d: [TASK] Deprecate TYPO3_CONF_VARS_extensionAdded
The global array $GLOBALS['TYPO3_CONF_VARS_extensionAdded'] is widely
unknown and of little use.
Deprecate it along w...
Christian Kuhn
22:44 Revision 1ff80711: [TASK] Display edit metadata icon in filelist
Editing metadata of a file is only possible by clicking the filename in
filelist. For editor is easier to find this f...
Gianluigi Martino
21:56 Revision d12cb4ec: [TASK] Allow proper quoting of database identifiers in TypoScript
Add markup to TypoScript CONTENT object options dealing with database
fields so that SQL fragments can be created in ...
Morton Jonuschat
21:41 Revision cb6a2fcb: [TASK] Cleanup and Redesign Upgrade Analysis
* removed unused variables from install.sass
* changes js to move entries from read to unread and the other way aroun...
Marco Christian Krenn
21:37 Revision 69071081: [TASK] Remove change 'encryption key' and 'site name' from Install Tool
Important actions 'Change site name' is available in 'All configuration'
and has only been there for historical reaso...
Marc Wessels
17:14 Revision 55be5f0f: [FOLLOWUP][CLEANUP] Streamline backend toolbar items
Showing the composer mode label was not translated anymore while cleaning up.
Resolves: #80554
Releases: master
Chan...
Benni Mack
15:26 Revision 88c8cb80: [FEATURE] Allow to override PATH_site via environment variables
In order to make it possible to call TYPO3 from outside the document
root (e.g. CLI binaries) the patch allows to set...
Helmut Hummel
12:29 Revision 4a7c5a9f: [BUGFIX] Coalesce hook calls in DataHandler::processRemapStack()
DataHandler's hook processDatamap_afterDatabaseOperations is processed
in two ways. In case modifications do not cont...
Thomas Hohn
12:16 Revision 0dfac264: [BUGFIX] Coalesce hook calls in DataHandler::processRemapStack()
DataHandler's hook processDatamap_afterDatabaseOperations is processed
in two ways. In case modifications do not cont...
Thomas Hohn
11:50 Revision 8ce9a1ef: [TASK] Integrate tests for DataHandler hook invocations
Change-Id: I69beabad3e4b9419778d1ed7d1b181349089b139
Resolves: #80494
Releases: master, 7.6
Reviewed-on: https://revi...
Oliver Hader
11:44 Revision 89124062: [TASK] Place mixed tests at end of cObj test
To not scatter the system of organising the test methods, create a
section for mixed tests at the very end of the tes...
Elmar Hinz
10:13 Revision ba9e473c: [CLEANUP] Streamline backend toolbar items
- Move everything to Fluid (also icon generation and labels)
- Remove a lot of get* shorthand protected methods
- Add...
Benni Mack
09:56 Revision 69b27f6d: [TASK] Improve wording in Install Tool
- Fix typos
- Remove outdated text
- Wrap code into ...
Georg Ringer
08:07 Revision 2aebefdd: [FOLLOWUP][TASK] Unify TypoScript-related helper methods
Now the TypoScriptService is PHP strict we need to take care
the processed value is of the correct type.
Resolves: ...
Frans Saris
04:47 Revision 929d53f6: [BUGFIX] Prevent extbase persistance to try last_insert_id on relations
Postgres will fail with an error, if a table sequence is requested for
a table without auto_increment column. MySql w...
Anja Leichsenring
04:46 Revision a1b592f6: [!!!][BUGFIX] Resolve API based content element registration inconsistency
To solve an inconsistency issue for API based content element
registration between CSS Styled Content (CSC) and Fluid...
Benjamin Kott

2017-03-29

21:18 Revision 9478d881: [BUGFIX] Add TCA migration for columnsOverrides as well
When migrating old TCA configuration to overrideChildTca,
we must respect columnsOverrides and do the migration there...
Helmut Hummel
16:14 Revision 8f365941: [TASK] Unify TypoScript-related helper methods
The method for OptionSplitting in TemplateService
is completely isolated from everything else, and creates
a very str...
Benni Mack
16:07 Revision 22d8fe9e: [TASK] Upgrade wizard for form_legacy
Upgrades wizard scans tt_content for not deleted 'mailform' content
elements and offers to download and install old e...
Christian Kuhn
15:43 Revision 8c5db804: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/83 from web2date/patch-1
Update Index.rst Oliver Hader
15:21 Revision 7ad85143: Update Index.rst
Copied Readme content into index.rst Andrea
14:52 Revision 1acdcb51: [TASK] Unify element- and linkbrowser styling
Introducing a more adaptive and inclusive experience to the element-
and linkbrowser.
Resolves: #80463
Resolves: #80...
Benjamin Kott
14:39 Revision e6b3d3c3: [BUGFIX] JS: Fix FormEngine initialization
The FormEngine initialization process needs to be very careful
when the DOM is accessed.
This patch separates the rou...
Markus Klein
13:14 Revision 976934a3: [BUGFIX] JS: Fix FormEngine initialization
The FormEngine initialization process needs to be very careful
when the DOM is accessed.
This patch separates the rou...
Markus Klein
13:05 Revision 4743b925: [BUGFIX] Fix wrong codeblock type in rst files
Resolves: #80403
Releases: master
Change-Id: I95e6e029723ba43d2af0690e835d447b1d6756ef
Reviewed-on: https://review.ty...
Frank Nägler
11:49 Revision 694fb8d6: [BUGFIX] EXT:form - set maximum field length as attribute "maxlength"
Also set minimum field length as attribute "minlength"
Resolves: #80126
Resolves: #80128
Releases: master
Change-Id:...
Martin Kutschker
11:44 Revision 0d3c91eb: [BUGFIX] Update ConsoleOutput functions to new Symfony console
Symfony's Question and ChoiceQuestion define maxAttempts as null|int
with null as default. The ConsoleOutput function...
Jigal van Hemert
10:59 Revision d88c5218: [TASK] Database install tool driver selection
Re-implement postgres connect.
Change-Id: Iba0c1c1316c0b473173b08889f213831edbfab65
Resolves: #80173
Releases: maste...
Mona Muzaffar
09:04 Revision 1c4caf24: [BUGFIX] Fix namespace declaration for checkboxes in plain form mails
In system extension form emails from form data are generated by a
PostProcessor. The partial for checkbox elements on...
Ronny Sternecker
00:17 Revision 88f5b759: [BUGFIX] Fix not showing remaining characters count in IRRE element
When opening a record that has a closed IRRE element, the remaining
characters count is not initialized at all. Reini...
Wouter Wolters

2017-03-28

23:18 Revision 07b4aa1b: [TASK] Deprecate GraphicalFunctions->tempPath and createTempSubDir()
The short-hand functionality within GraphicalFunctions to create a
sub directory inside the hard-coded tempPath is a ...
Benni Mack
23:12 Revision 54e24f68: [TASK] Use ajax call in Install tool 'clear all cache'
The 'clear all cache' buttons is switche to an ajax action
to be more conveniently used.
Resolves: #80525
Releases: ...
Marc Wessels
22:06 Revision d3a1f991: [TASK] Deprecate GIFbuilder-related methods in ContentObjectRenderer
The following methods within ContentObjectRenderer (cObj) have been marked
as deprecated as all logic related to that...
Benni Mack
21:45 Revision 8e76c3bd: [TASK] Mark cObj method getWhere as deprecated
When deprecating the method $cObj->getWhere() during the Doctrine
migration, it was forgotten to add a message to log...
Benni Mack
21:00 Revision 8a296614: [TASK] Add unit test to cover prefixComment
Add unit test to cover ContentObjectRenderer::prefixComment
Resolves: #80526
Releases: master
Change-Id: I37e89ecfdb...
Elmar Hinz
20:59 Revision 32ed31b5: [TASK] Remove last mentions of Less in the core
Resolves: #80529
Releases: master
Change-Id: Ic90bf297baad33576509f9ff13ab67674ba658ac
Reviewed-on: https://review.ty...
Wouter Wolters
20:40 Revision 7dac3efd: [BUGFIX] Avoid calculating crop areas, when files have no size
When file relations are added, the crop area of these is calculated,
even if they are not images.
We avoid that by o...
Helmut Hummel
20:28 Revision 33d91ce3: [TASK] Remove deprecated localizationMode setting for file fields
The current behavior for file fields using TCA type inline is configured
to use localizationMode=select, which is dep...
Oliver Hader
19:27 Revision c1aeda6d: [TASK] Use direct array assignments instead of array_push
Direct assignments are usually 2x faster and often more readable
when pushing one value only.
Releases: master
Fixes...
Cedric Ziel
19:25 Revision 870b16ad: [TASK] Move all marker-based logic from cObj to MarkerBasedTemplateService
Now, all functionality for marker-based templates are encapsulated in
MarkerBasedTemplateService, instead of pollutin...
Benni Mack
18:08 Revision 1f3bc401: [TASK] Deprecate config.setJS_mouseOver and config.setJS_openPic
The TypoScript properties config.setJS_mouseOver and config.setJS_openPic
have been marked as deprecated.
Resolves: ...
Benni Mack
18:01 Revision 60e81978: [TASK] Deprecate DocumentTemplate->extJScode property
The public property DocumentTemplate->extJScode can be used to fill in
ExtJS-specific code to be loaded on "onExtRead...
Benni Mack
17:55 Revision f322a5c2: [TASK] Deprecate DataHandler->destPathFromUploadFolder()
The method in DataHandler->destPathFromUploadFolder is basically
useless nowadays and should be avoided, since it jus...
Benni Mack
17:51 Revision e6cdbd54: [TASK] Deprecate PageRepository::setHash and storeHash
The two static methods are sole wrappers for the Caching Framework nowadays
which can simply be dealt with in a custo...
Benni Mack
16:41 Revision e378436a: [TASK] Do not rely on sys_page when storing cached data in cObj
ContentObject renderer has an unnecessary call to $TSFE->sys_page
for calling a static method in a non-static way.
I...
Benni Mack
16:16 Revision 32caf109: [TASK] Do not mis-use sys_page for using cache_hash in ExtDirectApi
The ExtDirectApi simply calls PageRepository to store data in the "cache_hash"
cache. This can be simplified by just ...
Benni Mack
14:46 Revision ad58908e: [TASK] Finetune avatar size in backend toolbar
Resolves: #80501
Releases: master
Change-Id: I5371b546bb7ebffdfc78a5bbfe1b86699a4f4a43
Reviewed-on: https://review.ty...
Benjamin Kott
14:31 Revision 24753662: [TASK] Deprecate AbstractFunctionModule->incLocalLang()
Loading a locallang.xlf inside the abstract function module now uses the regular
$GLOBALS['LANG']->includeLLFile() of...
Benni Mack
14:09 Revision 687f8995: [BUGFIX] Check correct variable in BrowseLinksController
Make sure to check the correct variable classesAnchorDefaultTitle
when fetching the title of anchors.
This affects C...
Christer V
14:07 Revision 888a1c46: [TASK] Replace clearable icon with SVG from TYPO3 icon set
Resolves: #80498
Releases: master
Change-Id: I139922f0bb86e1ff1dc4bd9258491bd5eedaedc2
Reviewed-on: https://review.ty...
Benjamin Kott
13:54 Revision b38a219f: [BUGFIX] Check correct variable in BrowseLinksController
Make sure to check the correct variable classesAnchorDefaultTitle
when fetching the title of anchors.
This affects C...
Christer V
13:27 Revision 14f822ce: [TASK] Add preset for mail SMTP settings in install tool
The current mail presets only allow to modify sendmail
settings, but it's not possible to configure SMTP settings.
R...
Frank Nägler
13:25 Revision 0a2bbe9b: [TASK] Deprecate cObj->URLqMark
The method cObject->URLqMark() adds a question mark to a string
to append it. This method should not be in scope of c...
Benni Mack
12:32 Revision 82a6e73c: [BUGFIX] Ensure module menu is correctly closed after click on overlay
Resolves: #80502
Releases: master
Change-Id: I01cac3870381c1783e0a1bb1226c0ab537619455
Reviewed-on: https://review.ty...
Benjamin Kott
12:02 Revision eb049dba: [TASK] Streamline return tags in phpdocs
The TYPO3 Core currently has no guidline how to handle phpdoc
comments regarding @return annoations related to "void"...
Wouter Wolters
11:45 Revision 7415d7d0: [BUGFIX] Fix position of carets in accordions in install tool
Resolves: #80507
Releases: master
Change-Id: I5494a9a61829d6245fa2410c3bafe8c6bc4a9043
Reviewed-on: https://review.ty...
Frank Nägler
11:36 Revision 75501977: [BUGFIX] JS: Invert dependency definition for FormEngine and Validation
FormEngineValidation is meant as integral part of FormEngine.
The current dependency definition is inverted, such tha...
Markus Klein
10:37 Revision a1ef28a8: [BUGFIX] Use correct property for images in FrontendUser
As the image field has been changed to FAL, also the model must
be adopted.
Resolves: #80437
Releases: master
Change...
Georg Ringer
10:36 Revision dec90f69: [TASK] Streamline indexed_search template files
For a more streamlined rendering this patch adds nessesary html tags
with fluid namespaces to all indexed_search temp...
Benjamin Kott
10:29 Revision 91d692c9: [BUGFIX] Header should not disappear when page is dropped to trash
Resolves: #80484
Releases: master
Change-Id: Ie17a8cc5cb118c9ecd381355b96d9e60cd278712
Reviewed-on: https://review.ty...
Benjamin Kott
09:42 Revision a7169235: [TASK] Add proper comments to PHP code
There are some places where PHP comments have been done wrong (using doccomments)
or where there is no comment at all...
Benni Mack
08:36 Revision 30dfc48c: [TASK] Use SVG Icons for permission actions
Resolves: #80505
Releases: master
Change-Id: I8188f7c9c63776a41a2f4e5c5077139e55312281
Reviewed-on: https://review.ty...
Benjamin Kott
01:03 Revision dbc32153: [TASK] Cleanup Localization Charset code
The protected property "AbstractXmlParser->charset" is set from
the outside but never used anymore in either the abst...
Benni Mack

2017-03-27

22:59 Revision d506efa9: [TASK] EXT:form - make 'grid rows' independent from 'grid containers'
* Create 'grid rows' without 'grid container' wrappers
* Disable 'grid containers' within the form editor by default
...
Ralf Zimmermann
22:44 Revision 4ea2f90c: [BUGFIX] Restore highlighting of livesearch box
Resolves: #80499
Releases: master
Change-Id: I820ac450c5bd32c9d992dcfd39983b20c304799f
Reviewed-on: https://review.ty...
Benjamin Kott
22:44 Revision cf7e0a2e: [TASK] Deprecate TSFE->whichWorkspace parameter
The parameter of the $TSFE->whichWorkspace() method decides
whether the UID of the current workspace should be return...
Benni Mack
22:28 Revision 952fa853: [TASK] Integrate tests for DataHandler hook invocations
Change-Id: I69beabad3e4b9419778d1ed7d1b181349089b139
Resolves: #80494
Releases: master
Reviewed-on: https://review.ty...
Oliver Hader
22:13 Revision bbac6e8f: [BUGFIX] Avoid live ID processing if EXT:version not loaded
DataHandler does not need to force "live ID" processing to
be enabled on RelationHandler when EXT:version is not load...
Thomas Hohn
21:20 Revision ad8fd1a1: [BUGFIX] Do not allow dots in ratio IDs
Due to usage of Fluid dynamic variable parts in the template,
ratio IDs must not contain a "."
Resolves: #80214
Rele...
Helmut Hummel
20:56 Revision d58edc9e: [TASK] Cleanup BE user authentication in Frontend
The Frontend Controller (TSFE) does some initialization which
should belong to the FrontendBackendUserAuthentication ...
Benni Mack
20:45 Revision 3a60e6ae: [BUGFIX] Extbase should not use deprecated CLI admin role methods
Resolves: #80492
Releases: master
Change-Id: Id835329586bf0fa315dc46377bc195ace005da61
Reviewed-on: https://review.ty...
Benni Mack
20:35 Revision 5a3e8160: [TASK] Do not rely on sys_page cache shortcut for fetching TSconfig
The TypoScript Frontend Controller has a unnecessary dependency
to a static call (which is made non-static !) of Page...
Benni Mack
20:07 Revision 829eaf03: [BUGFIX] Add version check to /install/index.php
This patch adds a missing PHP version check to the /install/index.php file which
exists only for the redirect to the ...
Frank Nägler
19:33 Revision bfb2290a: [BUGFIX] JS: Invert dependency definition for FormEngine and Validation
FormEngineValidation is meant as integral part of FormEngine.
The current dependency definition is inverted, such tha...
Markus Klein
19:03 Revision 0ca82b8c: [TASK] Deprecate VERY old BackendController hooks
When the BackendController was just a plain backend.php file (back in TYPO3 6.2)
there were some hooks available to l...
Benni Mack
18:13 Revision 851c162f: [TASK] Deprecate cliKeys logic and cli_dispatch.phpsh entrypoint
The way of calling CLI scripts from within TYPO3 via the "cliKeys"
functionality and the typo3/cli_dispatch.phpsh ent...
Benni Mack
16:43 Revision 85e48643: [BUGFIX] Ensure badge variants use correct loading order and styling
Resolves: #80487
Releases: master
Change-Id: I23db288f4592cc09fe183c32ec17931e99b4ea74
Reviewed-on: https://review.ty...
Benjamin Kott
15:39 Revision 24e3c655: Revert "[BUGFIX] JS: Add missing dependency on FormEngineValidation"
This reverts commit b07bb2e9fb011a999a01ffb5ab323691f866179d.
The patch is replaced by a better solution.
Revert is ...
Markus Klein
14:51 Revision b07bb2e9: [BUGFIX] JS: Add missing dependency on FormEngineValidation
The code must not use the nested FormEngine.Validation module
without specifying a dependency on this module as well....
Markus Klein
14:37 Revision b898c179: [FEATURE] Allow Extbase CLI commands to be available via new CLI API
This ensures to call extbase commands & command controllers automatically
via the new CLI binary.
Extbase now also o...
Benni Mack
13:08 Revision ad677111: [TASK] styleguide: TCA: Migrate to inline overrideChildTca
Christian Kuhn
12:51 Revision bd0f7a00: [TASK] styleguide: Remove deprecated inline localizationMode
Christian Kuhn
12:45 Revision fe888dc4: [TASK] styleguide: Remove max from type=input renderType=inputDateTime
Christian Kuhn
10:33 Revision 496e1673: [TASK] Extbase commands do not need to ensure admin role
The methods in Extbase's command controller to request
the admin role for $BE_USER are not needed anymore,
because CL...
Benni Mack
10:13 Revision 3bbb2285: [BUGFIX] Avoid remapping empty value in checkValueForInline
This change prevents checkValueForInline from processing
empty values. The existing check would process empty
values ...
Claus Due
10:05 Revision 5b8922dc: [BUGFIX] Avoid remapping empty value in checkValueForInline
This change prevents checkValueForInline from processing
empty values. The existing check would process empty
values ...
Claus Due

2017-03-26

21:38 Revision b4a1a902: [TASK] Migrate backend styles from LESS to SASS
In preparation for upcomming switch from bootstrap to SASS the backend
style sources have been migrated to SASS. The ...
Benjamin Kott
16:08 Revision b4f3aee1: [TASK] Provide update wizard for ext:compatibility7
Remove the extension at the same time.
Resolves: #79734
Releases: master
Change-Id: I457f29b64596a91e612b0f99a020aea...
Wouter Wolters
13:40 Revision 69de2efd: [BUGFIX] EXT:Scheduler: Post only fields of selected class on save
When saving a new task, now only the extra fields of the selected class
where submitted via post and no longer all ex...
Michael Oehlhof
01:34 Revision e7458cab: [TASK] EXT:form - Use PHP's native array_replace_recursive
Resolves: #80443
Releases: master
Change-Id: I3e9c2b3f984068f2ce4d1096cd14670700d77aa6
Reviewed-on: https://review.ty...
Benni Mack
00:55 Revision 799ab98b: [BUGFIX] Decrease z-index for disabled fields in FormEngine
The z-index for disabled input fields is decreased to a much lower value
to avoid overlaying the module header bar.
...
Andreas Fernandez
00:53 Revision 72222b4f: [TASK] Move MonitorUtility to compatiblity7
Move the MonitorUtility to ext:compatibility7, implement the static call
as eofe hook and move the reports system sta...
Christian Kuhn
00:48 Revision 4cdfe0a2: [BUGFIX] Decrease z-index for disabled fields in FormEngine
The z-index for disabled input fields is decreased to a much lower value
to avoid overlaying the module header bar.
...
Andreas Fernandez
00:38 Revision e6180569: [TASK] Deprecate GeneralUtility::csvValues
Resolves: #80451
Releases: master
Change-Id: I7ba0a97b3ca4bfb98b1f5072a830d10b66e640fd
Reviewed-on: https://review.ty...
Frank Nägler
00:31 Revision fb82bb82: [TASK] Optimize colors in modulemenu
changes colors and use the base variables set in the file.
cleanup of pagetree svg icon and add class icon-color.
Re...
Marco Christian Krenn

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...
Georg Ringer
23:25 Revision 6e068b9f: [FOLLOWUP][TASK] Deprecate RemoveXSS
This patch adds the missing logDeprecatedFunction() call.
Resolves: #76164
Releases: master
Change-Id: I70da92799b6f...
Frank Nägler
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...
Benni Mack
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...
Benni Mack
23:14 Revision ead4200b: [TASK] Deprecate GeneralUtility::freetypeDpiComp
The Freetype related method "GeneralUtility::freetypeDpiComp"
has been marked as deprecated and moved to GraphicalFun...
Benni Mack
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...
Ralf Zimmermann
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...
Benni Mack
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...
Benni Mack
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...
Benni Mack
22:21 Revision 8075f9b7: [TASK] Deprecate printContent methods
The methods TaskModuleController::printContent() and
PageLayoutController::printContent() have been marked as deprec...
Frank Nägler
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...
Benni Mack
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...
Ralf Zimmermann
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...
Frank Nägler
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...
Nicole Cordes
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...
Nicole Cordes
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_...
Helmut Hummel
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:/...
Markus Klein

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...
Frank Nägler
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...
Ralf Zimmermann
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...
Frank Nägler
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...
Thomas Hohn
11:49 Revision 061a852a: [TASK] styleguide: TCA: Make inline_1n1n localizable
Christian Kuhn
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...
Mads Lønne Jensen
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: ...
Ralf Zimmermann

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...
Jan Delius
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...
Frank Nägler
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:...
Ralf Zimmermann
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...
Georg Ringer
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 ...
Nicole Cordes
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 ...
Nicole Cordes
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...
Pierrick Caillon
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...
Oliver Hader

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
...
Stephan Großberndt
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...
Benjamin Kott
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...
Benjamin Kott
20:09 Revision a52e2854: [TASK] styleguide: TCA: Prepare inline_1n for localization
Christian Kuhn
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...
Christian Kuhn
19:47 Revision e7f43bb7: [TASK] styleguide: Make sys_language_uid editable on elements_basic
Christian Kuhn
19:32 Revision c2ac423e: [BUGFIX] styleguide: TCA: Remove default_sortby on all tables that provide sortby
Christian Kuhn
19:23 Revision 790166d8: [BUGFIX] styleguide: Minor comment fix
Christian Kuhn
19:21 Revision 30de9967: [TASK] styleguide: TCA: add type=none, format=datetime example
Christian Kuhn
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:...
Ralf Zimmermann
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...
Josef Glatz
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...
Anders Kostending
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 ...
Anders Kostending
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...
Josef Glatz
17:00 Revision e47acfbe: [FOLLOWUP][TASK] Deprecate BackendUtility::getRecordRaw
Rename .rst file since the colons give headaches on windows.
Change-Id: I710a030ce7335b294d081e237a019cec6b7ca74f
Re...
Christian Kuhn
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...
Benni Mack
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 ...
Manuel Selbach
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...
Christian Kuhn
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...
Christian Kuhn
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...
Christian Kuhn
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...
Susanne Moog
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:...
Susanne Moog
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...
Ralf Zimmermann

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
 

Also available in: Atom