Project

General

Profile

Activity

From 2017-07-14 to 2017-08-12

2017-08-12

22:29 Revision e3db31ba: [BUGFIX] Allow translating content on MSSQL
Translating content on MSSQL installations has
been impossible due to SQL errors.
The GROUP BY statements in page mo...
Susanne Moog

2017-08-11

16:43 Revision b40a4115: [BUGFIX] Remove symlink to typo3 folder in web dir
When upgrading from older TYPO3 versions, composer installation
from that version created a symlink to the typo3 fold...
Helmut Hummel
14:55 Revision 8d1dc167: [BUGFIX] Allow translating content on MSSQL
Translating content on MSSQL installations has
been impossible due to SQL errors.
The GROUP BY statements in page mo...
Susanne Moog
12:59 Revision 3c91f544: [BUGFIX] Drop sorting in COUNT() query in list module
The list module throws an exception on mssql as there
is a COUNT(*) query done with an ORDER BY sorting.
Sorting the...
Susanne Moog
11:54 Revision 7e51baf6: [BUGFIX] Let all toplevel exceptions extend the core exception
This is a small step to unify exception handling in TYPO3 by
ensuring no internal and 3rd party code is forced to cat...
Mathias Brodala
11:54 Revision 38aab435: [TASK] Add cglFixMyCommit.bat
This patch introduces a bat file to run php-cs-fixer
with TYPO3 core config on Windows. It does not disable xdebug
li...
Susanne Moog
11:50 Revision 6d258d97: [BUGFIX] Readd used fields in css_styled_content
These fields were removed from EXT:frontend and moved to compatibility6.
But both fields are still used by csc and sh...
Nicole Cordes
11:39 Revision ee2bd7b9: [TASK] Add cglFixMyCommit.bat
This patch introduces a bat file to run php-cs-fixer
with TYPO3 core config on Windows. It does not disable xdebug
li...
Susanne Moog
11:31 Revision 6546955f: [BUGFIX] Add sorting to group by for SQL compatibility
Page module, view module and edit document selected data
with an incomplete group by statement, missing the sorting
c...
Susanne Moog
11:19 Revision 4ae10c81: [BUGFIX] Add sorting to group by for SQL compatibility
Page module, view module and edit document selected data
with an incomplete group by statement, missing the sorting
c...
Susanne Moog
10:40 Revision 929c02c7: [BUGFIX] Let all toplevel exceptions extend the core exception
This is a small step to unify exception handling in TYPO3 by
ensuring no internal and 3rd party code is forced to cat...
Mathias Brodala

2017-08-09

14:23 Revision 91ec692a: [TASK] Move install tool entry point to typo3/install.php
To streamline and unify the entry scripts, the install tool
entry point is now moved to typo3/install.php
Calling th...
Helmut Hummel
14:11 Revision e1a90ee3: [BUGFIX] New values created by AddController are added correctly
New values created by AddController are now added again to the FlexForm
value by fixing the value parsing.
Additiona...
Andreas Fernandez
10:04 Revision 97debdc1: [BUGFIX] New values created by AddController are added correctly
New values created by AddController are now added again to the FlexForm
value by fixing the value parsing.
Additiona...
Andreas Fernandez
09:03 Revision ebaea78e: [BUGFIX] Do not allow users to edit doktypes without permissions
Disallow backend users to edit pages which doktypes are not allowed
via backend usergroup permissions.
Resolves: #79...
Markus Hölzle
08:49 Revision 338cf9d0: [BUGFIX] Extend Lowlevel lost_files to accept customPath
This allows the lowlevel lost_files cleaner to use
customPaths as input too.
Resolves: #72202
Releases: master,8.7
C...
Tomas Norre Mikkelsen

2017-08-08

11:02 Revision 860374af: [BUGFIX] Update FAL metadata if file is added with REPLACE method
Make sure the meta data is updated whenever a file is added to
a storage with DuplicationBehavior::REPLACE. This is i...
Johannes Kasberger
10:42 Revision 7059448b: [BUGFIX] Update FAL metadata if file is added with REPLACE method
Make sure the meta data is updated whenever a file is added to
a storage with DuplicationBehavior::REPLACE. This is i...
Johannes Kasberger
10:42 Revision 9626d394: [BUGFIX] Update FAL metadata if file is added with REPLACE method
Make sure the meta data is updated whenever a file is added to
a storage with DuplicationBehavior::REPLACE. This is i...
Johannes Kasberger
07:07 Revision c50564aa: [BUGFIX] Do not detect single select fields as relation
With https://review.typo3.org/50879/ all TCA select fields
are detected as relation to many, even when they are confi...
Helmut Hummel
07:07 Revision 1f81eac3: [BUGFIX] Do not detect single select fields as relation
With https://review.typo3.org/50879/ all TCA select fields
are detected as relation to many, even when they are confi...
Helmut Hummel

2017-08-07

10:53 Revision 02666a5d: [BUGFIX] Change order of tablename and alias in restriction container
Changing the order of tablename and alias in method call properties
makes if possible to get correct values from regi...
Sebastian Fischer
10:41 Revision 79af9d6c: [BUGFIX] Change order of tablename and alias in restriction container
Changing the order of tablename and alias in method call properties
makes if possible to get correct values from regi...
Sebastian Fischer

2017-08-02

08:37 Revision 1b4d3184: [TASK] Functional test for tt_content rendering
Add functional tests for tt_content rendering
with different combinations of TypoScript language
settings sys_languag...
Tymoteusz Motylewski

2017-08-01

15:36 Revision 081ce36b: [FEATURE] Install tool: Extension scanner
The patch adds a new feature - the "extension scanner" - to the
install tool. It is meant as a helper script for exte...
Christian Kuhn
15:26 Revision 68228c73: [BUGFIX] Fix nightly CGL check
Since we introduce auto-generation of entry
scripts, we must exclude them from the check.
To do so, we must instruct...
Helmut Hummel
15:24 Revision 2651bedc: [BUGFIX] Fix path to jQuery chosen plugin in Install Tool
Related: #81951
Resolves: #82021
Releases: master
Change-Id: I74b89a74b81b8ae6df73c92552857ca4a5c021a8
Reviewed-on: h...
Helmut Hummel
01:46 Revision bcabb702: [TASK] Update typo3/cms-cli and typo3/cms-composer-installers
Use the latest (and stable) versions of these packages.
Composer commands:
composer req typo3/cms-composer-installe...
Helmut Hummel

2017-07-31

22:36 Revision 99c144a3: [TASK] Extract cli binary into separate package
Remove the bin definition in typo3/cms composer.json
And require the package with the binary instead.
Composer comma...
Helmut Hummel
22:31 Revision 0f86415d: [TASK] Extract cli binary into separate package
Remove the bin definition in typo3/cms composer.json
And require the package with the binary instead.
Composer comma...
Helmut Hummel
22:06 Revision 66fae5ed: [BUGFIX] Jump Links in indexed_search Template
Use Page.Link ViewHelper in indexed_search Search Template for jump links
Resolves: #79982
Releases: master, 8.7
Cha...
Achim Fritz
20:52 Revision ff1489b2: [BUGFIX] Jump Links in indexed_search Template
Use Page.Link ViewHelper in indexed_search Search Template for jump links
Resolves: #79982
Releases: master, 8.7
Cha...
Achim Fritz
20:40 Revision 2a618d47: [BUGFIX] Fix folder element browser expand/collapse
TCA type=group/internal_type=folder
Resolves: #81728
Releases: 7.6
Change-Id: I0c527c13a3632635870e4451a4e7d61eb7bf4...
Wolfgang Klinger
20:01 Revision 7e749836: [TASK] Fix reST syntax in core 7.6 changelogs
Change-Id: Ife6b1e33dd4cd37f122a65a5bb36df3a67f2f796
Resolves: #82011
Releases: 7.6
Reviewed-on: https://review.typo3...
Martin Bless
14:33 Revision 19c2016b: [BUGFIX] Install tool fatal errors at select database action
Catch the fatal database exceptions in installation progress
"DatabaseSelect" and show a error message.
Releases: 8....
Markus Hölzle
11:36 Revision 62835762: [BUGFIX] Install tool fatal errors at select database action
Catch the fatal database exceptions in installation progress
"DatabaseSelect" and show a error message.
Releases: 8....
Markus Hölzle
11:29 Revision ceee1287: [TASK] Use &route=/ajax/ instead of &ajaxId for BE AJAX calls
In order to streamline backend usage even further, the AJAX Request Handler
is now using the "route" parameter the sa...
Benni Mack
10:49 Revision 65b7caba: [BUGFIX] Prevent PHP warning on entering an empty install tool password
Show a useful message if an empty install tool password is entered.
Resolves: #81936
Releases: master, 8.7
Change-Id...
Markus Hölzle
10:27 Revision c084e085: [BUGFIX] Prevent PHP warning on entering an empty install tool password
Show a useful message if an empty install tool password is entered.
Resolves: #81936
Releases: master, 8.7
Change-Id...
Markus Hölzle
09:20 Revision a2e27d57: [FEATURE] Introduce device presets and redesign the view module
The view module was redesigned to provide a more modern and streamlined look
and feel across the existing backend. Wi...
Benjamin Kott
07:10 Revision df4ee248: [FEATURE] Add code to generate entry scripts on composer run
With the new composer installers versions,
the core package itself (in fact any composer package)
can add scripts to ...
Helmut Hummel

2017-07-30

20:21 Revision ff87f24a: [TASK] Make $permClause parameter optional in QueryGenerator
The 3rd parameter is optional, so the 4th parameter should be
optional too.
Resolves: #81965
Releases: master
Change...
Markus Hölzle
19:33 Revision ab2cd1fa: [BUGFIX] Catch error in GeneralUtility::validEmail and GeneralUtility:isValidUrl
If a wrong email address or URL is parsed and the domain cannot be converted,
an exception is thrown by \Mso\IdnaConv...
Nicole Cordes
19:32 Revision 197a5b1d: [BUGFIX] Catch error in GeneralUtility::validEmail and GeneralUtility:isValidUrl
If a wrong email address or URL is parsed and the domain cannot be converted,
an exception is thrown by \Mso\IdnaConv...
Nicole Cordes
19:32 Revision dfa80ff7: [BUGFIX] Catch error in GeneralUtility::validEmail and GeneralUtility:isValidUrl
If a wrong email address or URL is parsed and the domain cannot be converted,
an exception is thrown by \Mso\IdnaConv...
Nicole Cordes
15:55 Revision 77e728e7: [TASK] Synchronize composer.json with ext_emconf.php
Description, dependencies between core packages and
core package versions are now in sync in ext_emconf.php
and compo...
Helmut Hummel

2017-07-29

11:09 Revision 241ce8d2: [TASK] Move install tool entry point to typo3/install.php
To streamline and unify the entry scripts, the install tool
entry point is now moved to typo3/install.php
Calling th...
Helmut Hummel

2017-07-28

17:14 Revision 62bf3ddb: [BUGFIX] Add conflicts to core extensions' composer.json
Core extensions installed individually (from subtree split)
must never be installed together with the typo3/cms packa...
Helmut Hummel
17:14 Revision 4adf4e4d: [BUGFIX] Add conflicts to core extensions' composer.json
Core extensions installed individually (from subtree split)
must never be installed together with the typo3/cms packa...
Helmut Hummel

2017-07-27

10:56 Revision 4d9fd9b6: [TASK] Max path length checker
Windows still has a relatively short max path length limitation
in some situation which the core tends to violate.
Th...
Christian Kuhn
10:30 Revision 2027473d: [TASK] Max path length checker
Windows still has a relatively short max path length limitation
in some situation which the core tends to violate.
Th...
Christian Kuhn
10:07 Revision 33361c53: [BUGFIX] Always hide the loading spinner of System Information
If the AJAX request that fetches information for the System Information
toolbar item fails for whatever reason, the s...
Andreas Fernandez
09:27 Revision c45b6064: [BUGFIX] Always hide the loading spinner of System Information
If the AJAX request that fetches information for the System Information
toolbar item fails for whatever reason, the s...
Andreas Fernandez

2017-07-26

19:40 Revision 471d63a3: [TASK] Add branch alias for system extensions
To ease installation of master versions of
system extensions from subtree splitted repos,
we add a branch alias to al...
Helmut Hummel
08:54 Revision 32f6b426: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/101 from garvinhicking/patch-1
Update Typography.html Wouter Wolters
08:33 Revision 244ee4a8: Update Typography.html
/Italic text/ is actually italic text and not *bold text* ;-) Garvin Hicking

2017-07-25

19:10 Revision 442b1e1b: [TASK] Set TYPO3 version to 7.6.22-dev
Change-Id: I72f40ace329660419159fef87a2747a58b1cc4e7
Reviewed-on: https://review.typo3.org/53591
Tested-by: TYPO3com ...
Benni Mack
18:53 Revision a32a598f: [RELEASE] Release of TYPO3 7.6.21
Change-Id: Id9c975746a31f9d21d8230b9bf4334ebd7d6955f
Reviewed-on: https://review.typo3.org/53590
Reviewed-by: Benni M...
Benni Mack
18:09 Revision 6083dad5: [TASK] Set TYPO3 version to 8.7.5-dev
Change-Id: I130290f15a8bfeeb8868ed3fc03c2fbbf4550605
Reviewed-on: https://review.typo3.org/53589
Reviewed-by: Benni M...
Benni Mack
18:08 Revision c7c31332: [RELEASE] Release of TYPO3 8.7.4
Change-Id: Id00e0758a0e403a707baa6344b8005d6bdb7f798
Reviewed-on: https://review.typo3.org/53588
Reviewed-by: Benni M...
Benni Mack
17:49 Revision 8e348184: [BUGFIX] CSS Styled Content should render image captions
When adding two CEs with one image each (textpic), the
TypoScript register is using faulty data from file:current:des...
Benni Mack
17:34 Revision fd833609: [BUGFIX] CSS Styled Content should render image captions
When adding two CEs with one image each (textpic), the
TypoScript register is using faulty data from file:current:des...
Benni Mack
16:48 Revision 53b507e1: [BUGFIX] Prevent error with DateTimePicker on IE/Edge
Change-Id: I3ed07ead31d7f572615916be90ef4c3882360d8b
Resolves: #81729
Releases: master, 8.7
Reviewed-on: https://revi...
Erich Manser
16:25 Revision ac0f024b: [BUGFIX] Attach CKEditor instance to RteLinkBrowser Modal, so it can be found
Previously if the RteLinkBrowser was called from a CKEditor instance that
is within an extra iframe, the CKEditor ins...
Johannes Schlier
16:24 Revision 157abdf9: [BUGFIX] Attach CKEditor instance to RteLinkBrowser Modal, so it can be found
Previously if the RteLinkBrowser was called from a CKEditor instance that
is within an extra iframe, the CKEditor ins...
Johannes Schlier
14:49 Revision 722fccc5: [BUGFIX] Prevent error with DateTimePicker on IE/Edge
Change-Id: I3ed07ead31d7f572615916be90ef4c3882360d8b
Resolves: #81729
Releases: master, 8.7
Reviewed-on: https://revi...
Erich Manser

2017-07-24

23:17 Revision 93353f08: [BUGFIX] DataMapProcessor::synchronizeInlineRelations removes entities
In case RelationHandler::readForeignField() is called with invalid UID
values for a parent record (e.g. zero, or non-...
Oliver Hader
22:21 Revision 8b143fa6: [BUGFIX] DataMapProcessor::synchronizeInlineRelations removes entities
In case RelationHandler::readForeignField() is called with invalid UID
values for a parent record (e.g. zero, or non-...
Oliver Hader
21:12 Revision 1c2cad6a: [BUGFIX] Use HTTP 400 instead of 500 when client is faulty
When checking for precondition in the request, HTTP 400 code should
be returned whenever the client is responsible fo...
Xavier Perseguers
20:48 Revision a57ea45b: [BUGFIX] Use HTTP 400 instead of 500 when client is faulty
When checking for precondition in the request, HTTP 400 code should
be returned whenever the client is responsible fo...
Xavier Perseguers
18:33 Revision 01e7df38: [BUGFIX] Outdated resource pointers crash for TCA type group
Using TCA type "group" with internal_type "folder" crashes in
the backend if existing resource pointers have been mov...
Oliver Hader
15:06 Revision e755c688: [BUGFIX] Correct invalid complex query in Doctrine for fetching workspaces
Change-Id: I447274bc29d1a32745224b6cf5c2e2f76c7dfc2f
Resolves: #81947
Releases: master, 8.7
Reviewed-on: https://revi...
Xavier Perseguers
14:42 Revision 25504207: [BUGFIX] Correct invalid complex query in Doctrine for fetching workspaces
Change-Id: I447274bc29d1a32745224b6cf5c2e2f76c7dfc2f
Resolves: #81947
Releases: master, 8.7
Reviewed-on: https://revi...
Xavier Perseguers
13:12 Revision cf2d1b5d: [BUGFIX] Respect lowercase „as“ in quoteIdentifiersForSelect
QueryBuilder->quoteIdentifiersForSelect() now supports lowercase
and mixedcase „as“ to detect alias names for fields....
Frank Nägler
12:14 Revision 0c474286: [BUGFIX] Respect lowercase „as“ in quoteIdentifiersForSelect
QueryBuilder->quoteIdentifiersForSelect() now supports lowercase
and mixedcase „as“ to detect alias names for fields....
Frank Nägler
12:13 Revision baf59b3e: [BUGFIX] Improve / Modernize style for preview notice
Resolves: #38735
Releases: master
Change-Id: I5339f7a031b1e365c1d70c6ccb079bcff827c09e
Reviewed-on: https://review.ty...
Frank Nägler
10:14 Revision 1cf77c84: [BUGFIX] Escape value in FormEngine.removeOption selector
Change-Id: I3373078a78cc65cd27fcff7d38ded5291cdc5f3b
Resolves: #81806
Releases: master, 8.7, 7.6
Reviewed-on: https:/...
Susanne Moog
08:39 Revision 5f4b88e7: Revert "[BUGFIX] Escape value in FormEngine.removeOption selector"
This reverts commit be38f08900bf927c1a3196d3a5e5c876db57828f.
escapeSelector is not available in jQuery 2.x
Change-...
Susanne Moog
08:27 Revision 85852383: [BUGFIX] Make sure correct sys_language_uid is set for irre items
Resolves: #76440
Releases: master, 8.7, 7,6
Change-Id: I519641eadd3342369b66252da2d50ca54726aacb
Reviewed-on: https:/...
Frans Saris
08:27 Revision 92e5bd56: [BUGFIX] Unset file properties after signals are triggered
Unsetting file properties needs to happen AFTER
the storage deleted the file, because the storage emits a signal,
whi...
Helmut Hummel
08:27 Revision c802e2fa: [BUGFIX] Unset file properties after signals are triggered
Unsetting file properties needs to happen AFTER
the storage deleted the file, because the storage emits a signal,
whi...
Helmut Hummel
08:05 Revision bcb41292: [BUGFIX] Make sure correct sys_language_uid is set for irre items
Resolves: #76440
Releases: master, 8.7, 7,6
Change-Id: I519641eadd3342369b66252da2d50ca54726aacb
Reviewed-on: https:/...
Frans Saris
08:02 Revision 906c1324: [BUGFIX] Unset file properties after signals are triggered
Unsetting file properties needs to happen AFTER
the storage deleted the file, because the storage emits a signal,
whi...
Helmut Hummel
08:02 Revision 9f853168: [BUGFIX] MM Relation with add wizard resets the MM Relation
Use the TcaDatabaseRecord instead of OnTheFly instance. This
in done to ensure what we have the same data as in
TYPO3...
Thomas Hohn
08:02 Revision 9675455b: [BUGFIX] MM Relation with add wizard resets the MM Relation
Use the TcaDatabaseRecord instead of OnTheFly instance. This
in done to ensure what we have the same data as in
TYPO3...
Thomas Hohn
07:29 Revision be38f089: [BUGFIX] Escape value in FormEngine.removeOption selector
Resolves: #81806
Releases: master, 8.7, 7.6
Change-Id: I1efc630a5579be8c8a1569667253f2572b9261ed
Reviewed-on: https:/...
Wolfgang Klinger
07:28 Revision fb771c1c: [BUGFIX] Outdated resource pointers crash for TCA type group
Using TCA type "group" with internal_type "folder" crashes in
the backend if existing resource pointers have been mov...
Oliver Hader

2017-07-21

09:07 Revision 193d6572: [BUGFIX] Escape value in FormEngine.removeOption selector
Resolves: #81806
Releases: master, 8.7, 7.6
Change-Id: I1efc630a5579be8c8a1569667253f2572b9261ed
Reviewed-on: https:/...
Wolfgang Klinger
08:53 Revision 65ba5bbe: [BUGFIX] Outdated resource pointers crash for TCA type group
Using TCA type "group" with internal_type "folder" crashes in
the backend if existing resource pointers have been mov...
Oliver Hader

2017-07-20

19:22 Revision 42339283: [FEATURE] Mark wizards as "done" in Install Tool
It is now possible to mark an upgrade wizard as "done" in the Install Tool
to prevent showing it up as an available w...
Andreas Fernandez
19:07 Revision 8f4a267f: [TASK] Fix felogin documentation formatting (Configuration chapter)
https://docs.typo3.org/typo3cms/extensions/felogin/Configuration/Index.html
Resolves: #81934
Releases: master, 8.7
C...
Tymoteusz Motylewski
18:48 Revision 5ee167a3: [BUGFIX] Code example in feature .rst
Releases: master, 8.7
Resolves: #81928
Change-Id: I7dc15a12e54f11630d162e670e04fb793b07aa5f
Reviewed-on: https://revi...
Jacob Dreesen
18:48 Revision bcb374bd: [TASK] Fix felogin documentation formatting (Configuration chapter)
https://docs.typo3.org/typo3cms/extensions/felogin/Configuration/Index.html
Resolves: #81934
Releases: master, 8.7
C...
Tymoteusz Motylewski
15:41 Revision c682f9df: [BUGFIX] Code example in feature .rst
Releases: master, 8.7
Resolves: #81928
Change-Id: I7dc15a12e54f11630d162e670e04fb793b07aa5f
Reviewed-on: https://revi...
Jacob Dreesen
15:37 Revision 8f9729c6: [BUGFIX] Escape value in FormEngine.removeOption selector
Resolves: #81806
Releases: master, 8.7, 7.6
Change-Id: I1efc630a5579be8c8a1569667253f2572b9261ed
Reviewed-on: https:/...
Wolfgang Klinger
13:28 Revision c7552332: [BUGFIX] Set master branch alias in travis
Due to the circular dependency with typo3/testing-framework,
composer needs to know the version of the root package.
...
Christian Kuhn
11:11 Revision b1f63500: [BUGFIX] Allow to override RTE config via PageTS
Fix the merging of YAML and PageTS provided RTE configuration to allow
editor configuration via PageTS
Resolves: #81...
Hannes Lau
06:42 Revision 1a826802: [BUGFIX] Allow to override RTE config via PageTS
Fix the merging of YAML and PageTS provided RTE configuration to allow
editor configuration via PageTS
Resolves: #81...
Hannes Lau

2017-07-19

20:53 Revision ed3feb53: [TASK] EXT:form - add email finishers explanations
Reduce confusion caused by the naming of the email finishers and
add some explanations to the recipient address/name ...
Ralf Zimmermann
20:53 Revision 16c46eed: [TASK] EXT:form - add missing documentation for select element options
Add documentation for select elements "prependOptionLabel" and
"prependOptionValue" options.
Resolves: #81797
Releas...
Ralf Zimmermann
20:53 Revision 995744b4: [BUGFIX] EXT:form - fix wrong "templateFileName" usage within the docs
Resolves: #81799
Releases: master, 8.7
Change-Id: I89a653bf58376e42a02da0fefd5bbc7879a07a45
Reviewed-on: https://revi...
Ralf Zimmermann
20:34 Revision 5d201531: [TASK] Remove the dependency of EXT:tstemplate to EXT:frontend
Use the RootlineUtility directly in EXT:tstemplate to get
the rootline instead of using EXT:frontend which then
calls...
Georg Ringer
20:33 Revision 63eebe0c: [TASK] Move language files from EXT:lang to other extensions
Move language files to the proper extensions instead of
misusing EXT:lang.
Resolves: #81888
Releases: master
Change-...
Georg Ringer
20:00 Revision a00a26e3: [TASK] Remove the dependency of EXT:tstemplate to EXT:frontend
Use the RootlineUtility directly in EXT:tstemplate to get
the rootline instead of using EXT:frontend which then
calls...
Georg Ringer
19:58 Revision be923a41: [TASK] EXT:form - add missing documentation for select element options
Add documentation for select elements "prependOptionLabel" and
"prependOptionValue" options.
Resolves: #81797
Releas...
Ralf Zimmermann
19:57 Revision 59b16e17: [BUGFIX] EXT:form - fix wrong "templateFileName" usage within the docs
Resolves: #81799
Releases: master, 8.7
Change-Id: I89a653bf58376e42a02da0fefd5bbc7879a07a45
Reviewed-on: https://revi...
Ralf Zimmermann
19:57 Revision e7800262: [TASK] EXT:form - add email finishers explanations
Reduce confusion caused by the naming of the email finishers and
add some explanations to the recipient address/name ...
Ralf Zimmermann
19:56 Revision cd8caf8d: [TASK] EXT:form - Add documentation
Resolves: #80198
Releases: master,8.7
Change-Id: Iaad2a96c2b1d7413220521dc188b09700110e391
Reviewed-on: https://revie...
Ralf Zimmermann
09:39 Revision 95e450fe: [BUGFIX] Show message if no extension repo exists in extensionmanager
Show a useful error message instead an exception in extensionmanager on
update extension list.
Releases: 7.6, 8.7, m...
Markus Hölzle
09:38 Revision 47caa24d: [TASK] Correct composer.json files of system extensions
- add autoload-dev if missing
- add class-alias-map if missing
Resolves: #81867
Releases: master, 8.7
Change-Id: I26...
Georg Ringer
09:38 Revision 3e39bf2b: [BUGFIX] Create missing files/folders for ExtensionCompatibilityTester
* Create path to errorProtocolFile if it doesn't exist yet
* Create empty errorProtocolFile to avoid 404 errors
Reso...
Christoph Bessei
08:50 Revision a5c31241: [TASK] Do not force optimize-autoloader in composer.json
This option (in config section) forced composer to create
optimized autoloader.
This improves speed but has some dis...
Armin Vieweg

2017-07-17

13:08 Revision 8876f622: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/97 from pgampe/inline_n1nol10n
[FEATURE] styleguide: TCA record for inline 1n with a not translatable child Christian Kuhn
13:05 Revision 36a369bd: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/98 from georgringer/patch-3
[BUGFIX] styleguide: Use correct class for table Christian Kuhn
11:37 Revision 8f4867df: [TASK] Correct composer.json files of system extensions
- add autoload-dev if missing
- add class-alias-map if missing
Resolves: #81867
Releases: master, 8.7
Change-Id: I26...
Georg Ringer
11:36 Revision 25cfc169: [FEATURE] Add "required" argument to select view helper.
Change-Id: Ic27930c09d6c373364e6299e5031397218694903
Resolves: #81656
Releases: master
Reviewed-on: https://review.ty...
Eike Starkmann
11:32 Revision 45def4a7: [BUGFIX] Show message if no extension repo exists in extensionmanager
Show a useful error message instead an exception in extensionmanager on
update extension list.
Releases: 7.6, 8.7, m...
Markus Hölzle
11:24 Revision ac9cbd1f: [BUGFIX] Fix multi edit link in TableListViewHelper
Load the proper requireJS module and provide the variable
T3_THIS_LOCATION to make the multi edit links working again...
Georg Ringer
11:22 Revision 8c4635fd: [BUGFIX] Create missing files/folders for ExtensionCompatibilityTester
* Create path to errorProtocolFile if it doesn't exist yet
* Create empty errorProtocolFile to avoid 404 errors
Reso...
Christoph Bessei
11:12 Revision a8d502ac: [BUGFIX] Clone ObjectStorage in ObjectAccess
The ObjectStorage Object passed to iterator_to_array() ends up
with the pointer at the last item, so that any ongoing...
Daniel Goerz
11:11 Revision 28d4441d: [BUGFIX] Fix multi edit link in TableListViewHelper
Load the proper requireJS module and provide the variable
T3_THIS_LOCATION to make the multi edit links working again...
Georg Ringer
10:12 Revision 84131835: [BUGFIX] Clone ObjectStorage in ObjectAccess
The ObjectStorage Object passed to iterator_to_array() ends up
with the pointer at the last item, so that any ongoing...
Daniel Goerz
09:41 Revision 6f860bfd: [!!!][TASK] Remove content object JSMENU
Using the JSMENU is outdated and therefore removed.
Resolves: #81847
Releases: master
Change-Id: Ifb9465194578efb56f...
Georg Ringer

2017-07-16

20:57 Revision 1e2ed872: [BUGFIX] styleguide: Use correct class for table
Instead of using `t3-table` use the class `table` Georg Ringer

2017-07-15

23:07 Revision dceb4d48: [!!!][TASK] Drop field be_groups:hide_in_lists
The ancient field 'hide_in_lists' is of very little use within
the group administration. The documented use case of h...
Christian Kuhn
22:24 Revision 9e8f8cab: [TASK] Optimize comment for sys_language_contentOL
Resolves: #81622
Releases: master, 8.7
Change-Id: Ibe6097846cd7945ef5dc9808d936346591fa1d56
Reviewed-on: https://revi...
Ruslan Steiger
22:10 Revision 86166840: [TASK] Optimize comment for sys_language_contentOL
Resolves: #81622
Releases: master, 8.7
Change-Id: Ibe6097846cd7945ef5dc9808d936346591fa1d56
Reviewed-on: https://revi...
Ruslan Steiger
22:06 Revision 7f452fc0: [BUGFIX] Don't duplicate thumbnails in file list and file selector
Default width and height for thumbnails is now applied in ProcessedFile
thus configuration column of the sys_file_pro...
Tymoteusz Motylewski
19:11 Revision ec4d05eb: [BUGFIX] Allow cloning of the QueryBuilder
In order to be able to implement pagination
it has to be possible to clone QueryBuilder.
Doctrine query builder alre...
Tymoteusz Motylewski
18:48 Revision f77efc6b: [TASK] Exchange 'scotland' and 'wales' to ISO Codes in sys_language
Resolves: #81413
Releases: master
Change-Id: I47cde4b0f5ae36e15a4de43ee55b95dc48f588fd
Reviewed-on: https://review.ty...
Moritz von Wirth
18:44 Revision 8960d9a5: [BUGFIX] Allow cloning of the QueryBuilder
In order to be able to implement pagination
it has to be possible to clone QueryBuilder.
Doctrine query builder alre...
Tymoteusz Motylewski
18:40 Revision 8e57ff3b: [BUGFIX] Fix media asset creation in filelist
After #81763, creating new media assets via "New file or folder" dialog
is broken. This patch fixes the broken behavi...
Andreas Fernandez
18:31 Revision c287be94: [BUGFIX] Re-add `id` parameter to "Setup" and "Constants" edit link
The patch adds the removed `id` parameter again to get back the whole
autocomplete feature.
Resolves: #81883
Related...
Andreas Fernandez
18:19 Revision 1818f506: [BUGFIX] Fixes required CKeditor fields in flexforms
CKeditor throwed errors in javascript, when field identifier
contained dot's. Using array syntax for CKEDITOR.instanc...
Armin Vieweg
18:01 Revision 509f8280: [BUGFIX] Do no force int cast of pageUid in f:link.page
Since #81213, the `pageUid` argument is cast to an int. If that
parameter is omitted, pageUid becomes 0. UriBuilder i...
Ralf Merz
16:22 Revision d5066ad2: [BUGFIX] Fixes required CKeditor fields in flexforms
CKeditor throwed errors in javascript, when field identifier
contained dot's. Using array syntax for CKEDITOR.instanc...
Armin Vieweg
14:30 Revision 40afb6d7: [BUGFIX] Fix broken icon for 'Federated States of Micronesia' in sys_language
If someone has 'Federated States of Micronesia' selected in "Select flag icon"
the value will become invalid after th...
Moritz von Wirth
14:30 Revision c0d350cb: [BUGFIX] Fix broken icon for 'Federated States of Micronesia' in sys_language
If someone has 'Federated States of Micronesia' selected in "Select flag icon"
the value will become invalid after th...
Moritz von Wirth
14:21 Revision 59625a1d: [BUGFIX] Info->Pagetree overview - Drop "red plus" icon
The "red plus" "has sub pages" indicator in Info->pagetree Overview
brings no sane and usable benefit and is dropped....
Tim Spiekerkötter
14:20 Revision 1aab58c1: [BUGFIX] Info->Pagetree overview - Drop "red plus" icon
The "red plus" "has sub pages" indicator in Info->pagetree Overview
brings no sane and usable benefit and is dropped....
Tim Spiekerkötter
14:20 Revision 2e5bd3b5: [TASK] styleguide: TCA: RTE in a flex with dots in fieldname https://github.com/TYPO3-CMS/styleguide/issues/81390
Christian Kuhn
12:57 Revision b8696bec: [BUGFIX] Correct label for cut release in clickmenu
Add different label for cut release in clickmenu instead of using
the same label as cut.
Releases: master, 8.7
Resol...
Christian Fries
12:41 Revision 21bb1de5: [BUGFIX] Correct label for cut release in clickmenu
Add different label for cut release in clickmenu instead of using
the same label as cut.
Releases: master, 8.7
Resol...
Christian Fries
12:12 Revision dc0641bc: [TASK] Fix syntax error in RST file
As some might copy and paste the configuration structure, there should be
no syntax error.
Therefore the missing comm...
Daniel Siepmann
11:55 Revision d4180a66: [TASK] Fix syntax error in RST file
As some might copy and paste the configuration structure, there should be
no syntax error.
Therefore the missing comm...
Daniel Siepmann
10:38 Revision ade023a0: [BUGFIX] Don't duplicate thumbnails in file list and file selector
Default width and height for thumbnails is now applied in ProcessedFile
thus configuration column of the sys_file_pro...
Tymoteusz Motylewski
10:13 Revision 71c8c0d9: [BUGFIX] Allow comma in config.linkVars values
The config.linkVars TypoScript setting is splitted by comma.
This will fail if the optional value, wrapped by braces,...
Sascha Egerer
10:13 Revision 3f410c2c: [BUGFIX] Allow comma in config.linkVars values
The config.linkVars TypoScript setting is splitted by comma.
This will fail if the optional value, wrapped by braces,...
Sascha Egerer
09:30 Revision eddd848f: [TASK] Add attribute "placeholder" to PasswordViewHelper
Resolves: #81873
Releases: master, 8.7
Change-Id: I99af134d1d6afe14c66de7a950da5f73bee1c1bb
Reviewed-on: https://revi...
Daniel Diesenreither
08:53 Revision 755e0ed0: [BUGFIX] Don't duplicate thumbnails in file list and file selector
Default width and height for thumbnails is now applied in ProcessedFile
thus configuration column of the sys_file_pro...
Tymoteusz Motylewski
01:23 Revision e87ebbd6: [BUGFIX] Unset internal properties of processed file on delete
When a processed file is deleted because it needs reprocessing, set the
internal deleted property to true and unset i...
Helmut Hummel
00:09 Revision 71e68294: [TASK] Add attribute "placeholder" to PasswordViewHelper
Resolves: #81873
Releases: master, 8.7
Change-Id: I99af134d1d6afe14c66de7a950da5f73bee1c1bb
Reviewed-on: https://revi...
Daniel Diesenreither

2017-07-14

23:48 Revision 2643c0ce: [TASK] Install Tool reset BE User with Ajax
The 'Reset backend user preferences' button used a
controller action, but it can be improved by an ajax call.
Resolv...
Marc Wessels
23:11 Revision 53cfdba3: [BUGFIX] Indexed search has wrong language keys in search template
The search template uses language keys from the old pi base
language file and has to replaced with the keys from loca...
Joerg Boesche
22:43 Revision 3fa99259: [BUGFIX] Allow any navigation component to load in BE
Since the ExtJS viewport refactoring in 8.5, it is not possible
anymore to load any other registered navigation compo...
Benni Mack
22:41 Revision 3aee9f64: [BUGFIX] Indexed search has wrong language keys in search template
The search template uses language keys from the old pi base
language file and has to replaced with the keys from loca...
Joerg Boesche
22:34 Revision fb28d8de: [BUGFIX] Replace empty value constants in TypoScript Object-Browser
After the constants replacement was changed to a regular expression,
the expression doesn't match empty value constan...
Pascal Hinz
22:33 Revision 2582a11b: [BUGFIX] Replace empty value constants in TypoScript Object-Browser
After the constants replacement was changed to a regular expression,
the expression doesn't match empty value constan...
Pascal Hinz
22:32 Revision 77ca1b03: [BUGFIX] Replace empty value constants in TypoScript Object-Browser
After the constants replacement was changed to a regular expression,
the expression doesn't match empty value constan...
Pascal Hinz
22:30 Revision c7ef0534: [BUGFIX] Allow any navigation component to load in BE
Since the ExtJS viewport refactoring in 8.5, it is not possible
anymore to load any other registered navigation compo...
Benni Mack
17:54 Revision ee50e61d: [TASK] Style select in EXT:saltedpasswords with bootstrap
Style the select box in extension configuration of EXT:saltedpasswords.
Resolves: #81860
Releases: master, 8.7
Chang...
Georg Ringer
16:21 Revision ffb55f36: [TASK] Style select in EXT:saltedpasswords with bootstrap
Style the select box in extension configuration of EXT:saltedpasswords.
Resolves: #81860
Releases: master, 8.7
Chang...
Georg Ringer
15:47 Revision 972394c5: [BUGFIX] Respect default label in TranslateViewHelper again
Resolves: #81862
Related: #81168
Releases: master, 8.7
Change-Id: Iee90dd123da8f445544e06ce9b61a83be2ff662b
Reviewed-...
Daniel Goerz
15:35 Revision cc3080d6: [BUGFIX] Respect default label in TranslateViewHelper again
Resolves: #81862
Related: #81168
Releases: master, 8.7
Change-Id: Iee90dd123da8f445544e06ce9b61a83be2ff662b
Reviewed-...
Daniel Goerz
10:49 Revision b4675b5b: [TASK] Cleanup locallang_csh_webinfo.xlf
Remove old help text which is not used anymore
Resolves: #81864
Releases: master
Change-Id: I861fe76fafeaac32dec1219...
Georg Ringer
10:17 Revision 87fc0aaa: [BUGFIX] Fix database query in StaticRecordCollection
Fix the query to fetch collection records to use an alias for the
foreign table instead of the MM tables and properly...
Tymoteusz Motylewski
10:11 Revision 20a5a0b1: [FEATURE] styleguide: TCA record for inline 1n with a not translatable child
Philipp Gampe
09:14 Revision ca5b8db7: [BUGFIX] Fix database query in StaticRecordCollection
Fix the query to fetch collection records to use an alias for the
foreign table instead of the MM tables and properly...
Tymoteusz Motylewski
 

Also available in: Atom