Project

General

Profile

Activity

From 2017-05-08 to 2017-06-06

2017-06-06

20:46 Revision f8b4a740: [BUGFIX] Use correct database connection for table in ReferenceIndex
Reusing the connection object for the sys_refindex table can fail
if the table that is being indexed is actually on a...
Morton Jonuschat
20:34 Revision 2da4e3d2: [BUGFIX] Use correct database connection for table in ReferenceIndex
Reusing the connection object for the sys_refindex table can fail
if the table that is being indexed is actually on a...
Morton Jonuschat
20:28 Revision c82cb57b: [BUGFIX] FormEngine: Show correct error message (render)Type is unknown
Issue correct error message if the renderType (or the type) is unknown.
The message now includes also the renderType,...
Markus Klein
20:27 Revision 3f572663: [BUGFIX] FormEngine: Show correct error message (render)Type is unknown
Issue correct error message if the renderType (or the type) is unknown.
The message now includes also the renderType,...
Markus Klein
20:14 Revision 52389bdb: [BUGFIX] FormEngine: Show correct error message (render)Type is unknown
Issue correct error message if the renderType (or the type) is unknown.
The message now includes also the renderType,...
Markus Klein
12:07 Revision a25e353a: [BUGFIX] Prevent exception in ImageCropUpdater
The ImageCropUpdater throws an exception if a non-existing file is tried
to be processed. This happens because delete...
Nicole Cordes
11:17 Revision 665557e2: [TASK] Add sitemap to sysext:core/Documentation
Resolves: #81477
Releases: master, 8.7, 7.6
Change-Id: Ie98fcc81c386fe5704c669f36220827f7cfbd2e5
Reviewed-on: https:/...
Martin Bless
11:02 Revision f458ae2e: [TASK] Add sitemap to sysext:core/Documentation
Resolves: #81477
Releases: master, 8.7, 7.6
Change-Id: Ie98fcc81c386fe5704c669f36220827f7cfbd2e5
Reviewed-on: https:/...
Martin Bless
11:01 Revision 2b0a5c85: [TASK] Add sitemap to sysext:core/Documentation
Resolves: #81477
Releases: master, 8.7, 7.6
Change-Id: Ie98fcc81c386fe5704c669f36220827f7cfbd2e5
Reviewed-on: https:/...
Martin Bless

2017-06-05

18:46 Revision 7d923586: [BUGFIX] Use correct variable when throwing exception in PageRepository
The wrong variable is used in a hook exception. Use the correct variable
to prevent fatal errors.
Resolves: #81472
R...
Wouter Wolters
18:45 Revision 059a9583: [BUGFIX] Use correct variable when throwing exception in PageRepository
The wrong variable is used in a hook exception. Use the correct variable
to prevent fatal errors.
Resolves: #81472
R...
Wouter Wolters
18:44 Revision 078107e4: [BUGFIX] System > Access module now starting in selected page of page tree
Resolves: #78355
Releases: master
Change-Id: Ibf4966f312124bdab38701e014cd9fd74f768adf
Reviewed-on: https://review.ty...
Michael Oehlhof
18:16 Revision e57b3169: [CLEANUP] Review comment of getPageAndRootline()
Releases: master
Resolves: #81280
Change-Id: Ib67d57b69e9d5cd4f46cd8c7201107ec5945d64c
Reviewed-on: https://review.ty...
Elmar Hinz
18:15 Revision acabe032: [TASK] Avoid overflow of page titles in several tables
Page titles are used within several table views. This patch avoids
page titles from being displayed outside their col...
Jasmina Ließmann
18:04 Revision ac2302a6: [TASK] Avoid overflow of page titles in several tables
Page titles are used within several table views. This patch avoids
page titles from being displayed outside their col...
Jasmina Ließmann
17:58 Revision 1d7b1f4e: [TASK] Restructure position of help icons in 'Pagetree overview'
Move general CSH for 'Pagetree overview' next to form fields.
Resolves: #81453
Releases: master, 8.7
Change-Id: I8e5...
Jasmina Ließmann
17:46 Revision f02f5f37: [TASK] Restructure position of help icons in 'Pagetree overview'
Move general CSH for 'Pagetree overview' next to form fields.
Resolves: #81453
Releases: master, 8.7
Change-Id: I8e5...
Jasmina Ließmann
17:37 Revision 9cc67892: [TASK] Modernize TypeScript setup and fix module paths
Resolves: #81416
Releases: master, 8.7
Change-Id: If7e3893baa73c1392f3317d5b871be51eeab41b5
Reviewed-on: https://revi...
Johannes Goslar
16:13 Revision 30139ac4: [BUGFIX] Prevent exception in ImageCropUpdater
The ImageCropUpdater throws an exception if a non-existing file is tried
to be processed. This happens because delete...
Nicole Cordes
11:47 Revision 790f148e: [BUGFIX] mssql: Identifier quoting and return types
Microsoft sql server field & columns quotes quotes identifiers as
[anIdentifier] in comparison to mysql and postgres ...
Christian Kuhn
11:33 Revision 2297bf17: [BUGFIX] mssql: Identifier quoting and return types
Microsoft sql server field & columns quotes quotes identifiers as
[anIdentifier] in comparison to mysql and postgres ...
Christian Kuhn

2017-06-04

14:55 Revision 3e59b140: [BUGFIX] Fix getTemplatePathAndFilename on StandaloneView
This patch avoids calling a non-existing method and instead calls
upon TemplatePaths to resolve the template file - w...
Claus Due
13:43 Revision af39d480: [BUGFIX] Fix getTemplatePathAndFilename on StandaloneView
This patch avoids calling a non-existing method and instead calls
upon TemplatePaths to resolve the template file - w...
Claus Due
12:51 Revision 4075b40e: [TASK] Add component card
Add card component.
Rebuild "about" start page with new card component
Change-Id: I059fae38c96455dc08ff143bd68da3f05...
Maik Hagenbruch
12:13 Revision 399962ef: [BUGFIX] Fix height of the modal content
Fix height of the modal content to avoid misbehavior in IE11.
Resolves: #81232
Releases: master, 8.7
Change-Id: I302...
Jasmina Ließmann
11:53 Revision 459c1c84: [BUGFIX] Fix height of the modal content
Fix height of the modal content to avoid misbehavior in IE11.
Resolves: #81232
Releases: master, 8.7
Change-Id: I302...
Jasmina Ließmann
11:52 Revision 87e688ad: [BUGFIX] Make TemplatePaths->fillDefaultsByPackageName sort paths
Due to the sequence of methods being called from this method,
it is necessary to sort TS-configured paths right when ...
Claus Due
11:38 Revision 4508c537: [BUGFIX] Make TemplatePaths->fillDefaultsByPackageName sort paths
Due to the sequence of methods being called from this method,
it is necessary to sort TS-configured paths right when ...
Claus Due
11:23 Revision bf07032d: [TASK] Prevent thumbnail generation for non image files
Check files if they are image files before thumbnail generation.
Change-Id: I7dae2ccbb5ab93e582d21efe8f7d29cf7006a1c...
Maik Hagenbruch
10:59 Revision 675852a2: [TASK] Prevent thumbnail generation for non image files
Check files if they are image files before thumbnail generation.
Change-Id: I7dae2ccbb5ab93e582d21efe8f7d29cf7006a1c...
Maik Hagenbruch
10:39 Revision 55a45ee6: [FOLLOWUP][TASK] Streamline icons for "new" actions
- actions-add
Link to one new record or a wizard to select the type
of the record
- actions-page-new
Link to one new ...
Daniel Windloff
10:27 Revision 254d121a: [TASK] mssql: A series of functional test fixes
A couple of straight patches withis functional test cases
for mssql compatibility:
* Set identity where records with ...
Christian Kuhn

2017-06-03

22:23 Revision 2f5b1896: [TASK] mssql: A series of functional test fixes
A couple of straight patches withis functional test cases
for mssql compatibility:
* Set identity where records with ...
Christian Kuhn
22:19 Revision 27ee204b: [!!!][TASK] Drop ext:typo3db_legacy
The extension containing legacy $GLOBALS['TYPO3_DB'] has been moved to
github at https://github.com/FriendsOfTYPO3/ty...
Christian Kuhn
19:23 Revision b04652ba: [TASK] Remove bower and update Gruntfile.js
Resolves: #81459
Releases: 8.7
Change-Id: I213c8d52d8c5ed0d027c1c6e7d01e9bec49ce506
Reviewed-on: https://review.typo3...
Johannes Goslar
18:23 Revision 88c9199f: [TASK] Move bower dependencies to npm
Resolves: #81448
Resolves: #81449
Resolves: #81450
Releases: 8.7
Change-Id: Ic87b62f09d607e7f37491ebec2ea4619bc1aff70...
Johannes Goslar
18:23 Revision 3e8554d4: [TASK] Resolve grunt build errors
* Remove /* @end */ comments
* Add missing line end line
* Remove unnessasery blank lines
* Add chosen to git
Resolv...
Markus Sommer
18:04 Revision 59b68d4e: [BUGFIX] Hide empty descriptions in textmedia in page module
In the Page module with textmedia content elements the descriptions
are shown below the thumbnails of linked media. I...
Jigal van Hemert
18:04 Revision 7b4099f4: [BUGFIX] Hide empty descriptions in textmedia in page module
In the Page module with textmedia content elements the descriptions
are shown below the thumbnails of linked media. I...
Jigal van Hemert
17:49 Revision d523c575: [BUGFIX] Hide empty descriptions in textmedia in page module
In the Page module with textmedia content elements the descriptions
are shown below the thumbnails of linked media. I...
Jigal van Hemert
17:45 Revision 08cfb713: [TASK] Remove bower and update Gruntfile.js
Resolves: #81459
Releases: master, 8.7
Change-Id: I213c8d52d8c5ed0d027c1c6e7d01e9bec49ce506
Reviewed-on: https://revi...
Johannes Goslar
16:41 Revision 3461179f: [FOLLOWUP][BUGFIX] Exchange flag icons from SVG to PNG
Remove flag SVG's from grunt and bower.
Resolves: #76291
Releases: master
Change-Id: I5698c5b23e74848a0330f080845d1d...
Marco Christian Krenn
15:32 Revision 05765673: [TASK] Move bower dependencies to npm
Resolves: #81448
Resolves: #81449
Resolves: #81450
Releases: master, 8.7
Change-Id: Ic87b62f09d607e7f37491ebec2ea4619...
Johannes Goslar
15:31 Revision 2e531071: [BUGFIX] DocumentEditController save with translation broken
With changing the input type=image to input type=submit,
the x/y values are no longer transferred the
EditDocumentCon...
Markus Sommer
15:10 Revision 654d39cc: [BUGFIX] DocumentEditController save with translation broken
With changing the input type=image to input type=submit,
the x/y values are no longer transferred the
EditDocumentCon...
Markus Sommer
15:05 Revision ad3199e5: [TASK] Show hidden sub group items in be_groups records
Show hidden records in the subgroup list of be_group
records, too.
Change-Id: Iaca85f22bdf8a4c308b59fd37bd75b4a91361...
Markus Sommer
14:49 Revision 0fdf6204: [TASK] Show hidden sub group items in be_groups records
Show hidden records in the subgroup list of be_group
records, too.
Change-Id: Iaca85f22bdf8a4c308b59fd37bd75b4a91361...
Markus Sommer
14:47 Revision 7c13dc36: [FOLLOWUP][FEATURE] Collect lost elements and show them separately
Add missing RST file for new feature
Resolves: #67884
Releases: master
Change-Id: I9d7ffa4203cbcec5dac2b5359f418faea...
Jo Hasenau
14:45 Revision 3934fea6: [BUGFIX] Prohibit editing of uneditable labels in pagetree
Resolves: #81445
Releases: master, 8.7
Change-Id: Ie88eb7ce2fdaf7429377062e86996847f7e9bfa9
Reviewed-on: https://revi...
Johannes Goslar
13:43 Revision bf107603: [TASK] Remove CSH on bottom of page module
CSH buttons on bottom of page are removed, text on the top CSH button
is rewriten.
Resolves: #81454
Releases: master...
Marco Christian Krenn
13:40 Revision 0d8e1123: [BUGFIX] Avoid jumping of form fields on focus
Use absolute position for hints of remaining
characters to prevent form fields from being
moved down.
Resolves: #814...
Jasmina Ließmann
13:26 Revision b6b9b238: [BUGFIX] Prohibit editing of uneditable labels in pagetree
Resolves: #81445
Releases: master, 8.7
Change-Id: Ie88eb7ce2fdaf7429377062e86996847f7e9bfa9
Reviewed-on: https://revi...
Johannes Goslar
13:25 Revision 58a6f66c: [BUGFIX] Avoid jumping of form fields on focus
Use absolute position for hints of remaining
characters to prevent form fields from being
moved down.
Resolves: #814...
Jasmina Ließmann
12:56 Revision 374d62ad: [FEATURE] Add edit icon to Backend User "Compare" view
Change-Id: I828ed0219033ea8f5ed075eaa4d72c84cdf37414
Resolves: #53685
Releases: master
Reviewed-on: https://review.ty...
Markus Sommer
12:53 Revision a4cd49c3: [TASK] Streamline preview icons
Usage:
- actions-view-page
Preview a single page record
- actions-view
Preview a single record (except pages)
- actio...
Daniel Windloff
12:42 Revision 77501844: [BUGFIX] CSH on popup window - more link leads to non-existent page
Opening CSH help popups from another popup (e.g. add/edit wizard) fails
since the resolved CSH URI is not valid.
Res...
Oliver Hader
12:31 Revision fb2fb5c4: [FEATURE] Collect lost elements and show them separately from backend layout
Resolves: #67884
Releases: master
Change-Id: I7c14886e5dc1c81d7d816e5f2eb5d36afb8cdbf9
Reviewed-on: https://review.ty...
Jo Hasenau
12:17 Revision 6189219a: [TASK] Streamline icons for "new" actions
Usage:
- actions-add-placeholder
Link to wizards / controller where the selection
between serveral kinds of new recor...
Daniel Windloff
11:18 Revision 18027bd7: [BUGFIX] CSH on popup window - more link leads to non-existent page
Opening CSH help popups from another popup (e.g. add/edit wizard) fails
since the resolved CSH URI is not valid.
Res...
Oliver Hader
10:14 Revision 7ac1c508: [TASK] Add type hints and fix PHPDoc in extbase DataMapFactory
While this is technically a breaking change it only affects internal API.
Releases: master, 8.7
Resolves: #81336
Cha...
Stephan Großberndt
10:13 Revision ac29453e: [TASK] Move jquery to npm
Resolves: #81446
Change-Id: I10fd5950636d2e4b992e1a03f1720759d9e7c55d
Releases: master, 8.7
Reviewed-on: https://revi...
Johannes Goslar
00:31 Revision f21bc537: [TASK] Use reference for label 'bodytext' in CType 'textpic'
Resolves: #81352
Releases: master, 8.7
Change-Id: I7f55e6998ebde5d8d90e7b6bcd05f4550f6ce09a
Reviewed-on: https://revi...
Jasmina Ließmann
00:31 Revision bf47ed87: [TASK] Move jquery to npm
Resolves: #81446
Change-Id: I10fd5950636d2e4b992e1a03f1720759d9e7c55d
Releases: master, 8.7
Reviewed-on: https://revi...
Johannes Goslar
00:10 Revision eae4646d: [TASK] Use reference for label 'bodytext' in CType 'textpic'
Resolves: #81352
Releases: master, 8.7
Change-Id: I7f55e6998ebde5d8d90e7b6bcd05f4550f6ce09a
Reviewed-on: https://revi...
Jasmina Ließmann

2017-06-02

22:25 Revision 58925ce8: [TASK] npm script for grunt css build
Execute with "npm run build-css"
Change-Id: Ib5d57df2c6b1281baa245b36ba466524f8db65c0
Resolves: #81442
Releases: mas...
Christian Kuhn
22:25 Revision 68677956: [TASK] npm script for grunt css build
Execute with "npm run build-css"
Change-Id: Ib5d57df2c6b1281baa245b36ba466524f8db65c0
Resolves: #81442
Releases: mas...
Christian Kuhn
19:33 Revision 801329b5: [TASK] Raise styleguide to 8.0.12
A series of bug fixes and most TCA example records
are now multi language aware and the generator creates
multi langu...
Christian Kuhn
19:33 Revision e96e10d0: [TASK] Raise styleguide to 8.0.12
A series of bug fixes and most TCA example records
are now multi language aware and the generator creates
multi langu...
Christian Kuhn
19:22 Revision aae03d2c: [TASK] Add visual difference for elapsed endtime
Add an icon which indicates that the time is ahead of the endtime of the
record.
Change-Id: I04b3fcd48b554a6a15606ec...
Markus Sommer
19:07 Revision 988fc3d7: [TASK] Update display of form fields in module 'view'
Adapt style of other modules to form fields in module 'view', correct position of resize handle bar.
Resolves: #7757...
Jasmina Ließmann
18:57 Revision c65d8d10: [TASK] Add visual difference for elapsed endtime
Add an icon which indicates that the time is ahead of the endtime of the
record.
Change-Id: I04b3fcd48b554a6a15606ec...
Markus Sommer
18:21 Revision 6f28c1c3: [TASK] Update TYPO3 Icons and add to icon registry
Change-Id: Ibc94a1f0434db96f09ee421cf64867c5779290e7
Resolves: #81426
Releases: master, 8.7
Reviewed-on: https://revi...
Maik Hagenbruch
17:40 Revision a8dba1d8: [TASK] Update TYPO3 Icons and add to icon registry
Change-Id: Ibc94a1f0434db96f09ee421cf64867c5779290e7
Resolves: #81426
Releases: master, 8.7
Reviewed-on: https://revi...
Maik Hagenbruch
17:22 Revision a970e5b3: [BUGFIX] Flexform section container expand / collapse
Change-Id: Ie35ced0d902497a6eacf2d3e9a8463cdd2066ac8
Resolves: #71183
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
17:20 Revision 8dcaedde: [TASK] Use actions-remove to remove items from list
Replaced icons:
-icon-actions-selection-delete
-icon-actions-close
Use actions-remove for remove items from list act...
Daniel Windloff
16:51 Revision a615a4a2: [FEATURE] Add spinner on loading search result
Change-Id: I6137830f3ce6c272286161b39fe5c7e82754ce96
Resolves: #81313
Releases: master
Reviewed-on: https://review.ty...
Markus Sommer
16:47 Revision 8b17b660: [TASK] Update display of table in log module
Add the possibility to scroll the table respecting the viewport,
wrap words in the column 'Details' on desktops
Reso...
Jasmina Ließmann
16:47 Revision 35857d5a: [TASK] Disable a series of functional tests with mssql
Disable mysql specific tests for mssql. This list is
nearly identical to the postgres skipped tests.
Only a couple of...
Christian Kuhn
16:12 Revision bcc90372: [TASK] Add type hints and fix PHPDoc in extbase DataMapFactory
While this is technically a breaking change it only affects internal API.
Releases: master, 8.7
Resolves: #81336
Cha...
Stephan Großberndt
16:02 Revision f690a626: [TASK] Disable a series of functional tests with mssql
Disable mysql specific tests for mssql. This list is
nearly identical to the postgres skipped tests.
Only a couple of...
Christian Kuhn
15:58 Revision 08c597e2: [BUGFIX] styleguide: Broken flex displayCond example
Christian Kuhn
15:58 Revision 60bbf2d3: [TASK] Update display of table in log module
Add the possibility to scroll the table respecting the viewport, wrap words in the column 'Details' on desktops
Reso...
Jasmina Ließmann
15:47 Revision 61a7ff92: [BUGFIX] Editing all records after deleting one throws exception
If some record has been removed in the list module and after that
the "edit marked" button is clicked, an exception i...
Oliver Hader
15:30 Revision 3c451b47: [BUGFIX] Avoid unnecessarily fetching file for processing
Files that are not configured as images, won't be processed,
but are still unnecessarily fetched for processing.
To ...
Helmut Hummel
15:28 Revision b8de9dd5: [FOLLOWUP][FEATURE] Configurable Route Parameters
Switch to new parameters definition for route systeminformation_render.
Resolves: #81409
Releases: master
Change-Id:...
Oliver Hader
15:28 Revision d390a6c2: [BUGFIX] Editing all records after deleting one throws exception
If some record has been removed in the list module and after that
the "edit marked" button is clicked, an exception i...
Oliver Hader
15:24 Revision b6ae89c9: [CLEANUP] Remove unused IconRegistry instance
Resolves: #81421
Releases: master
Change-Id: I7639eb080cd40397d1199b29a9c7abb160915767
Reviewed-on: https://review.ty...
Mona Muzaffar
15:22 Revision 630f174e: [TASK] Raise testing-framework to 1.0.7
A couple of bug fixes and preparations for mssql support.
Change-Id: Ia8f874d03a37250d739e6939e36bb04455a85fc4
Resol...
Christian Kuhn
15:21 Revision d9094a11: [TASK] Raise testing-framework to 1.0.7
A couple of bug fixes and preparations for mssql support.
Change-Id: Ia8f874d03a37250d739e6939e36bb04455a85fc4
Resol...
Christian Kuhn
14:39 Revision d2242808: [BUGFIX] Do not show hidden tables in LiveSearch
LiveSearch did not check whether the tables were
allowed to be shown (via TCA ctrl hideTable) and
displayed results t...
Susanne Moog
14:05 Revision d489f91d: [BUGFIX] Do not show hidden tables in LiveSearch
LiveSearch did not check whether the tables were
allowed to be shown (via TCA ctrl hideTable) and
displayed results t...
Susanne Moog
13:57 Revision 358a2e71: [FEATURE] Configurable Route Parameters
Routes definitions are extended by the possibility to defined default
parameters. Those parameters can be overridden ...
Johannes Goslar
13:26 Revision f8eead59: [BUGFIX] Remove disabled button in inline records
If the info icon is disabled it is now removed completely.
Previously the logic for new records was not caught correc...
Johannes Schlier
13:25 Revision 15e70259: [BUGFIX] Add background-color to Link Wizard Attribute Container
Background color was added to the Link Wizard Attribute Container,
to fit with the leading tab navigation.
Releases:...
Marco Christian Krenn
13:14 Revision c13a2840: [BUGFIX] Remove disabled button in inline records
If the info icon is disabled it is now removed completely.
Previously the logic for new records was not caught correc...
Johannes Schlier
12:59 Revision eb65591e: [BUGFIX] Add background-color to Link Wizard Attribute Container
Background color was added to the Link Wizard Attribute Container,
to fit with the leading tab navigation.
Releases:...
Marco Christian Krenn
12:58 Revision 80772e80: [BUGFIX] Fixed broken links in file reference list
Changed so file reference list icon and title links don't throw an
exception
The fluid template used a url as a page...
Christer V
12:58 Revision f7e8b9f0: [BUGFIX] Use Fluid standalone TagBuilder object
When instantiating the tag-based viewhelpers and
extbase is in the game, the class alias map is not
taken place, beca...
Benni Mack
12:30 Revision a26cf282: [BUGFIX] Use Fluid standalone TagBuilder object
When instantiating the tag-based viewhelpers and
extbase is in the game, the class alias map is not
taken place, beca...
Benni Mack
12:27 Revision ad1fd9ca: [BUGFIX] Fixed broken links in file reference list
Changed so file reference list icon and title links don't throw an
exception
The fluid template used a url as a page...
Christer V
12:19 Revision 6c6d1902: [BUGFIX] Raise required PCRE version
Warn about an outdated PCRE version which is not compatible to PHP 7.0
in the Install Tool to make aware of possible ...
Stephan Großberndt
12:10 Revision 201c2bb4: [BUGFIX] Avoid jumping of form fields on focus
Use absolute position for hints of remaining
characters to prevent form fields from being
moved down.
Resolves: #770...
Jasmina Ließmann
12:09 Revision 012776d2: [BUGFIX] Raise required PCRE version
Warn about an outdated PCRE version which is not compatible to PHP 7.0
in the Install Tool to make aware of possible ...
Stephan Großberndt
11:55 Revision 376de342: [FOLLOWUP][BUGFIX] Exchange flag icons from SVG to PNG
Remove flag SVG's from grunt and bower.
Resolves: #76291
Releases: master
Change-Id: I5698c5b23e74848a0330f080845d1d...
Marco Christian Krenn
11:47 Revision a9b42224: [TASK] SystemInformationMenu: Automatically refresh counter badge
Automatically reload the SystemInformation every 5 minutes.
Resolves: #68920
Releases: master, 8.7
Change-Id: Ie21d3...
Johannes Goslar
11:25 Revision b109cfc3: [TASK] SystemInformationMenu: Automatically refresh counter badge
Automatically reload the SystemInformation every 5 minutes.
Resolves: #68920
Releases: master, 8.7
Change-Id: Ie21d3...
Johannes Goslar
11:01 Revision 5089f708: [TASK] Change order of preferred extension icons
Prefer svg over png icons.
Resolves: #81396
Releases: master, 8.7
Change-Id: Ide44eb1f0c841c788516424fbff01bd319c791...
Georg Ringer
10:26 Revision 36335463: [TASK] Replace pagetree gifs with svg
Change-Id: Ifd4c06ebb7bb670d8f4c17ffbe6b781ee4dfe4da
Resolves: #81412
Releases: master
Reviewed-on: https://review.ty...
Markus Sommer
10:25 Revision 45a06894: [BUGFIX] Exchange flag icons from SVG to PNG
All flag icons are exchanged to PNG to reduce file size and
fix viewport rendering problem in IE11.
Moved following ...
Marco Christian Krenn
10:21 Revision ad3d3c89: [BUGFIX] Avoid unnecessarily fetching file for processing
Files that are not configured as images, won't be processed,
but are still unnecessarily fetched for processing.
To ...
Helmut Hummel
10:20 Revision 4f936c9c: Revert "[BUGFIX] Avoid duplicates if ReferenceIndex is unable to finish"
This reverts commit c2a9726c4efb23d76c084e3319b29f74c14ccdce
from review https://review.typo3.org/#/c/50803/
due to r...
Christian Kuhn
10:20 Revision 6c153b27: [TASK] Change order of preferred extension icons
Prefer svg over png icons.
Resolves: #81396
Releases: master, 8.7
Change-Id: Ide44eb1f0c841c788516424fbff01bd319c791...
Georg Ringer
10:11 Revision 813db1b2: [BUGFIX] Exchange flag icons from SVG to PNG
All flag icons are exchanged to PNG to reduce file size and
fix viewport rendering problem in IE11.
Moved following ...
Marco Christian Krenn
09:31 Revision 71c44e67: [TASK] Combine lint task for ci integration and correct code violations
Resolves: #81411
Releases: master, 8.7
Change-Id: I2b0f848ee6db870e78d8d102ef48ba2b417f91d7
Reviewed-on: https://revi...
Benjamin Kott
09:26 Revision bf87d112: [BUGFIX] Avoid unnecessarily fetching file for processing
Files that are not configured as images, won't be processed,
but are still unnecessarily fetched for processing.
To ...
Helmut Hummel
09:13 Revision 2c8ee8ed: Revert "[BUGFIX] Avoid duplicates if ReferenceIndex is unable to finish"
This reverts commit c2a9726c4efb23d76c084e3319b29f74c14ccdce
from review https://review.typo3.org/#/c/50803/
due to r...
Christian Kuhn

2017-06-01

23:57 Revision 6158ae94: [TASK] Combine lint task for ci integration and correct code violations
Resolves: #81411
Releases: master, 8.7
Change-Id: I2b0f848ee6db870e78d8d102ef48ba2b417f91d7
Reviewed-on: https://revi...
Benjamin Kott
23:41 Revision 80da94da: [BUGFIX] Fix display of content area in modal windows in backend
Add scroll possibility for modal body.
Resolves: #81387
Releases: master
Change-Id: I11d54473a6996bee534ea5663cc0de5...
Jasmina Ließmann
22:53 Revision 3470ba5c: [TASK] Remove duplicate ViewHelper from extensionmanager
JSON encoding ViewHelper from Fluid is fully compatible.
Also removes a number of unused arguments in the Fluid
templ...
Claus Due
22:52 Revision 6bdce9f4: [BUGFIX] Module menu clicks with slow connections opens standalone module
If loading the backend using a slow internet connection an early click on
any item in the module menu on the left sid...
Oliver Hader
22:51 Revision e3f9895f: [!!!][TASK] Remove deprecated f:switch and f:case
Counterparts exist in Fluid engine.
Change-Id: I7fd0bc3b5569196858a8f5aa6967de2bf76385b1
Resolves: #81307
Resolves: ...
Claus Due
22:34 Revision 77704992: [BUGFIX] Module menu clicks with slow connections opens standalone module
If loading the backend using a slow internet connection an early click on
any item in the module menu on the left sid...
Oliver Hader
20:45 Revision 060e9d08: [TASK] Require bower and have node build scripts
In preperation of a scss linter and typescript linter
we require bower as root dev dependency and register
some happy...
Christian Kuhn
19:42 Revision d495bf4d: [TASK] Remove FormatViewHelper of EXT:cshmanual
Instead of using a custom viewhelper in the EXT:cshmanual use the
ViewHelpers of fluid and chain those.
Resolves: #8...
Georg Ringer
19:27 Revision bb5c6558: [TASK] Require bower and have node build scripts
In preperation of a scss linter and typescript linter
we require bower as root dev dependency and register
some happy...
Christian Kuhn
19:26 Revision 6755c813: [TASK] Add NPM package lock file
The file describes the exact tree that was generated, such that
subsequent installs are able to generate identical tr...
Christian Kuhn
18:50 Revision 6f7ad33a: [BUGFIX] Avoid jumping of form fields on focus
Use absolute position for hints of remaining
characters to prevent form fields from being
moved down.
Resolves: #770...
Jasmina Ließmann
18:45 Revision f0fd3780: [TASK] Add NPM package lock file
The file describes the exact tree that was generated, such that
subsequent installs are able to generate identical tr...
Benjamin Kott
15:50 Revision 5d2e37ee: [BUGFIX] trigger Backend.doLayout() on window resize
Resolves: #78464
Releases: master, 8.7
Change-Id: I8d861df1e047213a355d145e05a9131386c7439f
Reviewed-on: https://revi...
Johannes Goslar
15:49 Revision 194bdeaa: [BUGFIX] trigger Backend.doLayout() on window resize
Resolves: #78464
Releases: master, 8.7
Change-Id: I8d861df1e047213a355d145e05a9131386c7439f
Reviewed-on: https://revi...
Johannes Goslar

2017-05-31

22:57 Revision c4dec608: [TASK] Functionals: Rename "@group mysql" to "@group not-postgres"
Functional tests annotated with "@group mysql" are currently ignored
if running tests on postgres via "--exclude-grou...
Christian Kuhn
22:52 Revision bbf3c383: [TASK] Functionals: Rename "@group mysql" to "@group not-postgres"
Functional tests annotated with "@group mysql" are currently ignored
if running tests on postgres via "--exclude-grou...
Christian Kuhn
21:52 Revision 59cab34d: [CLEANUP] Reduce cache gets in MarkerBasedTemplateService
Multiple calls to get() from cache can be condensed to one.
Change-Id: I1d949fcbc0c91afdbfb2d0e2bc3d9c1b4dfd475a
Res...
Claus Due
21:43 Revision 20cea2bd: [CLEANUP] Reduce cache gets in MarkerBasedTemplateService
Multiple calls to get() from cache can be condensed to one.
Change-Id: I1d949fcbc0c91afdbfb2d0e2bc3d9c1b4dfd475a
Res...
Claus Due
21:30 Revision afadfd24: [TASK] Refactor ext:impexp functional tests
The ext:impexp functional tests are rather hard to read and
follow. The patch untangles them to make them better main...
Christian Kuhn
21:30 Revision e3abb72e: [TASK] Refactor ext:impexp functional tests
The ext:impexp functional tests are rather hard to read and
follow. The patch untangles them to make them better main...
Christian Kuhn
17:02 Revision fbb9b60f: [TASK] Fix typos in upgrade wizards of Install Tool
Use the term "Upgrade wizard" instead of "Update wizard"
for the buttons of the single steps as the main menu item
is...
Georg Ringer
16:50 Revision b27739a5: [TASK] Fix typos in upgrade wizards of Install Tool
Use the term "Upgrade wizard" instead of "Update wizard"
for the buttons of the single steps as the main menu item
is...
Georg Ringer

2017-05-29

23:59 Revision 8b857d85: [FOLLOWUP][TASK] Squeeze every bit of performance from CGL fixer
Support case sensitve file systems again.
Releases: master, 8.7
Resolves: #80814
Change-Id: I82274b328e9cfa75fb35360...
Elmar Hinz
23:11 Revision 473a1836: [BUGFIX] Ensure correct URL generation with http_build_query()
http_build_query() internally uses the PHP setting arg-separator.output
to identify the URL parameter separator.
This...
Markus Klein
20:35 Revision 44709966: [FOLLOWUP][TASK] Squeeze every bit of performance from CGL fixer
Support case sensitve file systems again.
Releases: master, 8.7
Resolves: #80814
Change-Id: I82274b328e9cfa75fb35360...
Elmar Hinz
20:14 Revision 307834e5: [BUGFIX] Extbase: Pass parameter to real raw queries
Resolves: #81272
Releases: master, 8.7
Change-Id: Iac3d486697b8c52fbace185ab1a55c514847db07
Reviewed-on: https://revi...
Daniel Goerz
19:55 Revision 2a086645: [BUGFIX] Ensure correct URL generation with http_build_query()
http_build_query() internally uses the PHP setting arg-separator.output
to identify the URL parameter separator.
This...
Markus Klein
19:55 Revision 78c524a7: [BUGFIX] Ensure correct URL generation with http_build_query()
http_build_query() internally uses the PHP setting arg-separator.output
to identify the URL parameter separator.
This...
Markus Klein
19:23 Revision 6c088910: [BUGFIX] Extbase: Pass parameter to real raw queries
Resolves: #81272
Releases: master, 8.7
Change-Id: Iac3d486697b8c52fbace185ab1a55c514847db07
Reviewed-on: https://revi...
Daniel Goerz

2017-05-28

20:33 Revision aaf6e18f: [CLEANUP] Remove unused parameter in workspaces hook implementation
Remove the last parameter of method makeEditForm_accessCheck
in BackendUtilityHook as it is unused.
Resolves: #81290...
Georg Ringer

2017-05-26

11:43 Revision 15dbdfa3: [BUGFIX] Properly escape <> in Install Tool Check.
Escape the < > in the check of the Windows Apache ThreadStackSize.
Resolves: #81134
Releases: master, 8.7
Change-Id:...
Georg Ringer
11:34 Revision bd8b57d8: [BUGFIX] Properly escape <> in Install Tool Check.
Escape the < > in the check of the Windows Apache ThreadStackSize.
Resolves: #81134
Releases: master, 8.7
Change-Id:...
Georg Ringer

2017-05-24

11:58 Revision 7c8f5be9: [BUGFIX] Make encoding of parameters for cHash independent of PHP settings
http_build_query() internally uses the PHP setting arg-separator.output
to identify the URL parameter separator.
Our ...
Markus Klein
06:43 Revision 82aa4141: [BUGFIX] Make encoding of parameters for cHash independent of PHP settings
http_build_query() internally uses the PHP setting arg-separator.output
to identify the URL parameter separator.
Our ...
Markus Klein

2017-05-23

00:09 Revision 50e3bad2: [BUGFIX] Explicit cast to string for VersionState object
Some DB drivers are picky on their arguments not being
objects. Add an explicit cast to string for a VersionState
obj...
Christian Kuhn
00:00 Revision 47f21fd3: [BUGFIX] Explicit cast to string for VersionState object
Some DB drivers are picky on their arguments not being
objects. Add an explicit cast to string for a VersionState
obj...
Christian Kuhn

2017-05-22

19:51 Revision 6822f929: [BUGFIX] Use correct constructor argument for TableDiff
Using the correct datatype "string" instead of a
\Doctrine\DBAL\Schema\Identifier as TableDiff->name prevents excepti...
Stephan Großberndt
19:04 Revision ccb67622: [BUGFIX] Use correct constructor argument for TableDiff
Using the correct datatype "string" instead of a
\Doctrine\DBAL\Schema\Identifier as TableDiff->name prevents excepti...
Stephan Großberndt
18:58 Revision 48dddf0e: [BUGFIX] Avoid DBAL\Exception on unknown data type in Install Tool
Using $connection->getSchemaManager()->listTableNames() instead of
->listTables() in Install Tool prevents a DBAL\Exc...
Stephan Großberndt
18:49 Revision d9982119: [BUGFIX] Avoid DBAL\Exception on unknown data type in Install Tool
Using $connection->getSchemaManager()->listTableNames() instead of
->listTables() in Install Tool prevents a DBAL\Exc...
Stephan Großberndt
18:34 Revision ff7036d9: [TASK] Re-enable passing tests in SchemaMigratorTest
Re-enable the tests passing tests changeExistingColumn() and
installDoesNotAddIndexOnChangedColumn() in SchemaMigrato...
Stephan Großberndt
18:34 Revision 8bc57e74: [TASK] Re-enable passing tests in SchemaMigratorTest
Re-enable the tests passing tests changeExistingColumn() and
installDoesNotAddIndexOnChangedColumn() in SchemaMigrato...
Stephan Großberndt
17:46 Revision 971ae7f4: [TASK] Squeeze every bit of performance from CGL fixer
This patch reduces the amount of time required to check
CGL to less than 3% of what it was before when xdebug
is load...
Claus Due
17:32 Revision 56a8a70e: [TASK] Squeeze every bit of performance from CGL fixer
This patch reduces the amount of time required to check
CGL to less than 3% of what it was before when xdebug
is load...
Claus Due
13:37 Revision 974e61a3: [TASK] Extract datahandling framework to testing-framework
Ext:core comes with a little testing framework for functional tests,
that is pretty useful for all kind of DataHandle...
Anja Leichsenring
13:19 Revision 24c9f07a: [TASK] Extract datahandling framework to testing-framework
Ext:core comes with a little testing framework for functional tests,
that is pretty useful for all kind of DataHandle...
Anja Leichsenring
13:18 Revision f1a85959: [TASK] Remove usage of PATH_typo3conf from ConfigurationManager
Resolves: #81284
Releases: master, 8.7
Change-Id: I59730f5807d27bbc7eb232917763daa89f41315a
Reviewed-on: https://revi...
Anja Leichsenring
13:11 Revision 1ec658fc: [TASK] Remove usage of PATH_typo3conf from ConfigurationManager
Resolves: #81284
Releases: master, 8.7
Change-Id: I59730f5807d27bbc7eb232917763daa89f41315a
Reviewed-on: https://revi...
Anja Leichsenring
12:25 Revision d43f18a6: [TASK] Acceptance test installing TYPO3 on mysql
A basic acceptance tests clicking through installer
using a mysql db connection, checking backend login
and "blank" s...
Christian Kuhn
12:16 Revision b576ef96: [TASK] Cache results in doesRecordExist_pageLookUp
Copying big sub-trees can benefit from caching the calls
to doesRecordExist_pageLookUp in a run-time cache since
ther...
Thomas Hohn
12:00 Revision 6fe99bc8: [BUGFIX] Embed parameters in SQL fragment create by getSelectQuery
Use quoted/escaped values embedded in the SQL fragment instead of named
parameters in QueryGenerator::getSelectQuery....
Christer V
11:59 Revision 3abdf767: [TASK] Acceptance test installing TYPO3 on mysql
A basic acceptance tests clicking through installer
using a mysql db connection, checking backend login
and "blank" s...
Christian Kuhn
11:47 Revision 52e57524: [BUGFIX] Embed parameters in SQL fragment create by getSelectQuery
Use quoted/escaped values embedded in the SQL fragment instead of named
parameters in QueryGenerator::getSelectQuery....
Christer V

2017-05-21

14:59 Revision cd3733e7: [TASK] Minor CGL cleanup makes php-cs-fixer happy
Change-Id: I4ce5bae6d200bbd7eba6679136375c71cfb6e268
Resolves: #81289
Releases: master, 8.7
Reviewed-on: https://revi...
Christian Kuhn
14:50 Revision a4a9fddf: [TASK] Minor CGL cleanup makes php-cs-fixer happy
Change-Id: I4ce5bae6d200bbd7eba6679136375c71cfb6e268
Resolves: #81289
Releases: master, 8.7
Reviewed-on: https://revi...
Christian Kuhn
12:04 Revision c8f21dc9: [TASK] Update typo3/testing-framework to 1.0.6
A couple of bug fixes and a setup for acceptance tests
of the installation procedure.
Change-Id: I97c211acb6f65a48ee...
Christian Kuhn
11:10 Revision bab07b33: [TASK] Update typo3/testing-framework to 1.0.6
A couple of bug fixes and a setup for acceptance tests
of the installation procedure.
Change-Id: I97c211acb6f65a48ee...
Christian Kuhn
01:21 Revision 4e22184c: [CLEANUP] Review comment and sig of addMountPointParameterToPage()
Releases: master, 8.7
Resolves: #81280
Change-Id: I8689827c9e33202e7659a39bb55e7a9bfd792aa2
Reviewed-on: https://revi...
Elmar Hinz
00:56 Revision 5cfbd008: [CLEANUP] Review comment and sig of addMountPointParameterToPage()
Releases: master, 8.7
Resolves: #81280
Change-Id: I8689827c9e33202e7659a39bb55e7a9bfd792aa2
Reviewed-on: https://revi...
Elmar Hinz

2017-05-20

22:06 Revision 74fe54c6: [TASK] Cleanup .gitignore components directory
The components/ directory has been a temporary directory in v8 phase,
does not exist anymore and can be removed from ...
Christian Kuhn
21:40 Revision f2feb5a3: [TASK] Cleanup .gitignore components directory
The components/ directory has been a temporary directory in v8 phase,
does not exist anymore and can be removed from ...
Christian Kuhn

2017-05-19

14:01 Revision 86b39e84: [BUGFIX] Make sure relative URL receives a proper host part for errorpage
If the code given for PageNotFound_handling is a relative URL, the host
determination gets skipped, resulting in a re...
Anja Leichsenring
13:16 Revision ff5fa1d1: [BUGFIX] Make sure relative URL receives a proper host part for errorpage
If the code given for PageNotFound_handling is a relative URL, the host
determination gets skipped, resulting in a re...
Anja Leichsenring

2017-05-18

18:28 Revision ed05d521: [BUGFIX] Prevent duplicated special char in backend breadcrumb
Prevent duplicated special char conversion of page title in
TYPO3 backend breadcrumb and fix title cropping
Resolves...
Thomas Schur Schur
17:36 Revision 2b8d612c: [BUGFIX] Prevent duplicated special char in backend breadcrumb
Prevent duplicated special char conversion of page title in
TYPO3 backend breadcrumb and fix title cropping
Resolves...
Thomas Schur Schur
17:00 Revision 3f5effaa: [BUGFIX] Remove doubled SQL query in PageRepository
The method PageRepository->checkWorkspaceAccess() does a SQL query to fetch
the workspace record, then hands it over ...
Benni Mack
16:37 Revision f2292aba: [BUGFIX] Fix typo in rst file
Related: #81171
Resolves: #81258
Releases: master
Change-Id: I2a07571bb45aefd5927498dee5604edb99ba271b
Reviewed-on: h...
Josef Glatz
16:08 Revision 9fe9d0a3: [BUGFIX] Remove doubled SQL query in PageRepository
The method PageRepository->checkWorkspaceAccess() does a SQL query to fetch
the workspace record, then hands it over ...
Benni Mack
16:03 Revision cde94b4b: [BUGFIX] Page tree request in a workspaces times out
Tryign to determine workspace versions for a particular database table
results in a very long process execution time ...
Oliver Hader
15:55 Revision 90078db3: [TASK] Streamline icons (order/style) in InlineRecordContainer
In order to be consistent, change the button order and styling
(according to the list module) in the InlineRecordCont...
Daniel Windloff
15:53 Revision e3d973cb: [BUGFIX] Fix wrong comment in TSFE for xhtmlDoctype property
The comment was wrong because the TSFE-Controller
takes care of setting this option internally.
Resolves: #81219
Rel...
Jochen Greiner
15:52 Revision 4d056965: [BUGFIX] Page tree request in a workspaces times out
Tryign to determine workspace versions for a particular database table
results in a very long process execution time ...
Oliver Hader
15:48 Revision 2ad05572: [TASK] Streamline icons (order/style) in InlineRecordContainer
In order to be consistent, change the button order and styling
(according to the list module) in the InlineRecordCont...
Daniel Windloff
15:43 Revision d1df82c4: [BUGFIX] Fix wrong comment in TSFE for xhtmlDoctype property
The comment was wrong because the TSFE-Controller
takes care of setting this option internally.
Resolves: #81219
Rel...
Jochen Greiner
15:28 Revision e2c8ffe9: [BUGFIX] DBAL: Assure all optional query array parameters are set
The method »exec_SELECT_queryArray« uses an incoming array and
passes all possible query array keys on to the »exec_S...
Dan Kleine (Untenzu)
15:19 Revision 0c3f3523: [BUGFIX] Render prepended option tag always in first place
Currently the prepend option is rendered together with the options
argument from select viewhelper. Using the option ...
Marcus Schwemer
15:08 Revision 80c6cf21: [BUGFIX] Render prepended option tag always in first place
Currently the prepend option is rendered together with the options
argument from select viewhelper. Using the option ...
Marcus Schwemer
15:01 Revision 843a5d58: [BUGFIX] Typo3DBQueryParser fails to wrap subselect in braces
When the Typo3DBQueryParser converts Extbase queries to Doctrine
queries, it creates subselects for certain relation ...
Thomas Maroschik
14:59 Revision a819b117: [TASK] Convert ViewHelpers to static calling
Several ViewHelpers were not yet converted to use
the renderStatic method and CompileWith* traits
from Fluid. This pa...
Claus Due
14:53 Revision ef518718: [BUGFIX] Use different field for logging in EXT:scheduler
The public method Scheduler::log accepts an optional $code as 3rd
parameter. Add this information to the parameter $d...
Georg Ringer
14:45 Revision bd5511e6: [BUGFIX] Typo3DBQueryParser fails to wrap subselect in braces
When the Typo3DBQueryParser converts Extbase queries to Doctrine
queries, it creates subselects for certain relation ...
Thomas Maroschik
14:42 Revision bbf4b2d0: [BUGFIX] Use different field for logging in EXT:scheduler
The public method Scheduler::log accepts an optional $code as 3rd
parameter. Add this information to the parameter $d...
Georg Ringer
13:54 Revision 80ad5704: [!!!][TASK] Drop dedicated edit view in EXT:tstemplate
Triggering ext:t3editor out-of-bound of FormEngine is pretty tricky and
blocks further development of t3editor. To st...
Andreas Fernandez
13:37 Revision 506c379b: [CLEANUP] Update comment of PageRepository::getMountPointInfo()
Update the comment of the mehtod PageRepository::getMountPointInfo().
Add hint addressing to the usage of recursive m...
Elmar Hinz
13:22 Revision 2e0f5a85: [CLEANUP] Update comment of PageRepository::getMountPointInfo()
Update the comment of the mehtod PageRepository::getMountPointInfo().
Add hint addressing to the usage of recursive m...
Elmar Hinz
13:08 Revision d8fd6028: [TASK] Fix typo in documentation intent-left > indent-left
Releases: master, 8.7
Resolves: #81253
Change-Id: I9920ba02349d51925610c2bd04fd8c3ea668e3a6
Reviewed-on: https://revi...
Fabian Thommen
13:06 Revision 389e79c3: [BUGFIX] Use EXEC_TIME for sys_log entry instead of time()
DataHandler does a lookup in sys_log table after it performed
its operations to find relevant error entries for the c...
Helmut Hummel
12:58 Revision 45b73611: [TASK] Bootstrap: Load TCA configuration on every request
By moving Bootstrap::loadBaseTca() to the configure() call of the
TYPO3 Bootstrap, the global TCA variable is now pop...
Benni Mack
12:39 Revision f06bc763: [BUGFIX] Use EXEC_TIME for sys_log entry instead of time()
DataHandler does a lookup in sys_log table after it performed
its operations to find relevant error entries for the c...
Helmut Hummel
11:56 Revision f25149a4: [TASK] Fix typo in documentation intent-left > indent-left
Releases: master, 8.7
Resolves: #81253
Change-Id: I9920ba02349d51925610c2bd04fd8c3ea668e3a6
Reviewed-on: https://revi...
Fabian Thommen
11:48 Revision 90e9edc3: [BUGFIX] Use EXEC_TIME for sys_log entry instead of time()
DataHandler does a lookup in sys_log table after it performed
its operations to find relevant error entries for the c...
Helmut Hummel

2017-05-17

23:15 Revision 43b7459d: [BUGFIX] Correct doctrine expression for perms_clause
During the refactoring to doctrine in https://review.typo3.org/#/c/48574
a wrong expression was used. Use notIn() ins...
Gerrit Mohrmann
23:14 Revision 7ec7f15b: [BUGFIX] Correct doctrine expression for perms_clause
During the refactoring to doctrine in https://review.typo3.org/#/c/48574
a wrong expression was used. Use notIn() ins...
Gerrit Mohrmann
23:02 Revision dcd76ab2: [BUGFIX] EXT:beuser: Fix action icon (compare user)
In EXT:beuser -> Backend User Listing there is the
possibility to add an user to the compare list.
If the user is al...
Daniel Windloff
17:27 Revision 22ac92cc: [BUGFIX] EXT:beuser: Fix action icon (compare user)
In EXT:beuser -> Backend User Listing there is the
possibility to add an user to the compare list.
If the user is al...
Daniel Windloff
17:11 Revision 7bf27e60: [BUGFIX] Fix parse time calculation
Parse time calculation in RequestHandler was wrong,
additionally the same calculation is used in admin panel view.
T...
Susanne Moog
16:59 Revision c02b3fb5: [FOLLOWUP][BUGFIX] Fix parse time calculation
Unit test: Fix namespace, test file location and class inheritance.
Change-Id: Ida24b5adf747dc7c259a966fcddfdb7feb9f...
Christian Kuhn
14:55 Revision 32f18c87: [BUGFIX] HtmlArea: Use getAttribute() directly
RTE HtmlArea uses getAttributeNode() for gecko
browsers, however this is deprecated in current
Firefox versions.
To ...
Benni Mack
14:47 Revision a95b8a1c: [BUGFIX] Fix minor ux issues in EXT:recycler
* move multi selector to the left
* separate action icons
* use info icon to open more information
* move mass action...
Daniel Windloff
14:39 Revision 8ae276bd: [BUGFIX] Fix minor ux issues in EXT:recycler
* move multi selector to the left
* separate action icons
* use info icon to open more information
* move mass action...
Daniel Windloff
14:16 Revision 0e892d63: [TASK] Deprecate "noWSOL" in PageRepository->getRecordRaw
The method getRecordRaw has a very unspeakable method argument called
"noWSOL" which is only used internally within P...
Benni Mack
14:08 Revision 8aec03e2: [BUGFIX] Add `controlsList` as known additional attribute
The HTML5 attribute `controlsList` is used in at least Google Chrome
to limit the control buttons. The AudioTagRender...
Andreas Fernandez
13:54 Revision 6c5a4859: [BUGFIX] Add `controlsList` as known additional attribute
The HTML5 attribute `controlsList` is used in at least Google Chrome
to limit the control buttons. The AudioTagRender...
Andreas Fernandez
13:12 Revision c150986e: [TASK] Unit test fails with recent PHP releases
Recent PHP unit minor upgrades fixed a bug in DateTimeZone reflection
which is used as test object in our ObjectAcces...
Christian Kuhn
13:12 Revision 582909b2: [TASK] Unit test fails with recent PHP releases
Recent PHP unit minor upgrades fixed a bug in DateTimeZone reflection
which is used as test object in our ObjectAcces...
Christian Kuhn
12:37 Revision 74b49389: [TASK] Unit test fails with recent PHP releases
Recent PHP unit minor upgrades fixed a bug in DateTimeZone reflection
which is used as test object in our ObjectAcces...
Christian Kuhn
12:33 Revision 3573d80a: [FEATURE] Introduce .typoscript file extension
The new file extension .typoscript will be the default for TypoScript
configuration files and is the only recommended...
Andreas Allacher
11:48 Revision 09a61027: [FEATURE] Introduce .typoscript file extension
The new file extension .typoscript will be the default for TypoScript
configuration files and is the only recommended...
Andreas Allacher
11:16 Revision 46df7176: [!!!][TASK] Migrate EXT:context_help into EXT:backend
Merge the extension into EXT:backend as it only consists of
one AJAX controller - all other functionality related to ...
Georg Ringer
10:14 Revision 19a4d2b4: [!!!][TASK] Remove deprecated Fluid Viewhelper arguments
Remove arguments within f:be.container and f:be.pageRenderer which
have been marked as deprecated before:
* f:be.con...
Benni Mack
09:00 Revision 39752c58: [BUGFIX] Fix parse time calculation
Parse time calculation in RequestHandler was wrong,
additionally the same calculation is used in admin panel view.
T...
Susanne Moog
08:31 Revision a8c49ace: [!!!][TASK] Remove deprecated parameters in RecyclerUtility
EXT:recycler has some deprecated code that is now removed.
Releases: master
Resolves: #81237
Change-Id: I6db8ac155f2...
Wouter Wolters
08:19 Revision 4dc552d4: [BUGFIX] Unset current file in generic Content Object Renderer
When function is done, reset current file for further processing
Resolves: #77645
Releases: master, 8.7, 7.6
Change-...
Benjamin Serfhos
07:45 Revision 3bca59d4: [BUGFIX] Unset current file in generic Content Object Renderer
When function is done, reset current file for further processing
Resolves: #77645
Releases: master, 8.7, 7.6
Change-...
Benjamin Serfhos
07:45 Revision d52c0d6b: [BUGFIX] Unset current file in generic Content Object Renderer
When function is done, reset current file for further processing
Resolves: #77645
Releases: master, 8.7, 7.6
Change-...
Benjamin Serfhos

2017-05-14

14:27 Revision 71629357: [TASK] Introduce cache for readLLfile()
Cache the result of readLLfile() gives a better performance
for cases where readLLfile() is called often.
Resolves: ...
Faton Haliti
14:27 Revision 77e61969: [TASK] Introduce cache for readLLfile()
Cache the result of readLLfile() gives a better performance
for cases where readLLfile() is called often.
Resolves: ...
Faton Haliti

2017-05-13

18:19 Revision 699ee71d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/96 from jousch/patch-1
[TASK] styleguide: Update TYPO3 version constraint Christian Kuhn
13:47 Revision 56eb9233: [TASK] styleguide: Update TYPO3 version constraint
to support TYPO3 9.x-dev Josef Glatz

2017-05-12

19:43 Revision 5ff1c272: [TASK] Move LanguageService to EXT:core
The main $GLOBALS['LANG'] class has been moved to the core extension into the "Localization"
namespace, where all oth...
Benni Mack
16:22 Revision 33bce7de: [BUGFIX] Add UI blocker to prevent loading issues in FormEngine
Resolves: #80672
Releases: master, 8.7, 7.6
Change-Id: I52da6df109531f2a29acbb99b7871dc6227974b7
Reviewed-on: https:/...
Frank Nägler
16:21 Revision 6e13bffd: [BUGFIX] Add UI blocker to prevent loading issues in FormEngine
Resolves: #80672
Releases: master, 8.7, 7.6
Change-Id: I52da6df109531f2a29acbb99b7871dc6227974b7
Reviewed-on: https:/...
Frank Nägler
16:16 Revision bb571e81: [BUGFIX] Let ElementInfo Template take care of proper title crop
If the title is too long, it gets cropped. Then, the link title must
contain the whole string in order to provide a p...
Mathias Brodala
15:19 Revision a04cfb80: [BUGFIX] Let ElementInfo Template take care of proper title crop
If the title is too long, it gets cropped. Then, the link title must
contain the whole string in order to provide a p...
Mathias Brodala
14:28 Revision 96a266ad: [TASK] Throw explicit exception on missing link handler class
This adds the link handler identifier to the error message which
makes it easier to fix the missing class reference.
...
Mathias Brodala
14:21 Revision 17776e48: [TASK] Throw explicit exception on missing link handler class
This adds the link handler identifier to the error message which
makes it easier to fix the missing class reference.
...
Mathias Brodala
14:09 Revision 7f2c9573: [TASK] Throw explicit exception on missing link handler class
This adds the link handler identifier to the error message which
makes it easier to fix the missing class reference.
...
Mathias Brodala
12:39 Revision f8a63d89: [!!!][TASK] Drop TSFE->dtdAllowsFrames
The typolink calculation for checking of allowing frames has been encapsulated
in the TypoLinkBuilder extraction, so ...
Benni Mack
11:26 Revision dca925ae: [BUGFIX] Indexed Search should use FrontendRestrictionsContainer
Indexed Search still uses enableFields for querying page records,
unlike most other places in the TYPO3 Core. This sh...
Benni Mack
09:53 Revision 3bc81866: [BUGFIX] Indexed Search should use FrontendRestrictionsContainer
Indexed Search still uses enableFields for querying page records,
unlike most other places in the TYPO3 Core. This sh...
Benni Mack

2017-05-11

22:03 Revision e0b82263: [TASK] Do not throw exception on unavailable APC(u) cache backend
Log an error (keeping the website available) instead of throwing an
exception (and thus completely disabling it) if T...
Thorsten Bringewatt
21:43 Revision 1181ff42: [TASK] Make MemcachedBackend a transient backend
Allows passing non-string values to the backend, which
is perfectly allowed for this type of backend. The change
mean...
Claus Due
21:05 Revision 2de9fb40: [TASK] Do not throw exception on unavailable APC(u) cache backend
Log an error (keeping the website available) instead of throwing an
exception (and thus completely disabling it) if T...
Thorsten Bringewatt
19:00 Revision e8bee7ea: [TASK] Remove TSFE->getDocumentTemplate
Calling the protected method getDocumentTemplate() within TSFE
was added while cleaning up to be PHP-Storm-green in 2...
Benni Mack
18:43 Revision 73e75043: [BUGFIX] Added missing workspace preview info
The workspace preview info got lost from TYPO3 4.5 to 4.6. This commit
readds the info and respects the same TypoScri...
Robert Vock
17:31 Revision d949da95: [BUGFIX] Linkvalidator: Scheduler task not working correctly
The scheduler task does not check anything but just returns and does not
send an email. Furthermore it is not possibl...
Thorben Nissen
17:30 Revision 2e526cc1: [BUGFIX] Added missing workspace preview info
The workspace preview info got lost from TYPO3 4.5 to 4.6. This commit
readds the info and respects the same TypoScri...
Robert Vock
17:24 Revision 54e2b699: [BUGFIX] DBAL: Ensure correct mysqli resource for admin_get_tables query
The admin_get_tables method tries to fetch all available database tables
from the default connection. But using the n...
Nicole Cordes
17:17 Revision 2d536cfd: [BUGFIX] Linkvalidator: Scheduler task not working correctly
The scheduler task does not check anything but just returns and does not
send an email. Furthermore it is not possibl...
Thorben Nissen
16:26 Revision 9e01773c: [FEATURE] PageLayoutView - Allow to disable copy- / translate- buttons
The localization actions "Translate" and "Copy" are now toggleable by
PageTS and UserTS.
Resolves: #76910
Releases: ...
Andreas Fernandez
16:08 Revision 564c71b5: [BUGFIX] Respect link target for individual pages in menu generation
The link target configuration for a page was ignored during menu
generation. The link target is now respected and wil...
Benjamin Kott
16:08 Revision f4c0c5a6: [BUGFIX] Respect link target for individual pages in menu generation
The link target configuration for a page was ignored during menu
generation. The link target is now respected and wil...
Benjamin Kott
15:48 Revision ef16c8ab: [FOLLOWUP][BUGFIX] Convert ViewHelpers to static calling
Followup to prevent a variable reassignment which in
turn prevents overriding the controller, extension and
plugin na...
Claus Due
15:26 Revision be170fb6: [BUGFIX] Set default root paths constants in Indexed Search
Resolves: #80923
Releases: master, 8.7
Change-Id: Id291a086c6ce4717d5b934d80cd7a4101fb985af
Reviewed-on: https://revi...
Ian Solo
15:14 Revision df6594df: [BUGFIX] Add UI blocker to prevent loading issues in FormEngine
Resolves: #80672
Releases: master, 8.7, 7.6
Change-Id: I52da6df109531f2a29acbb99b7871dc6227974b7
Reviewed-on: https:/...
Frank Nägler
15:11 Revision 169982ce: [TASK] Replace outdated nowrap attribute
The outdated nowrap attribute for table tags
is replaced by a class addition, bringing
the functional stylings
Resol...
Henrik Elsner
15:06 Revision 3eebf358: [TASK] Convert ViewHelpers to static calling
Several ViewHelpers were not yet converted to use
the renderStatic method and CompileWith* traits
from Fluid. This pa...
Claus Due
14:58 Revision b222eb88: [BUGFIX] Set default root paths constants in Indexed Search
Resolves: #80923
Releases: master, 8.7
Change-Id: Id291a086c6ce4717d5b934d80cd7a4101fb985af
Reviewed-on: https://revi...
Ian Solo
14:41 Revision 19304035: [BUGFIX] Fix non-unique hash values in SysRefindexHashUpdater
The new hash calculation can result in non-unique hash values when
updating old hashes. This is due to the new algori...
Morton Jonuschat
14:40 Revision c33dc1a2: [TASK] Cover getContentObject related methods by unit tests.
Cover getContentObject related methods of ContentObjectRenderer
by unit tests.
Resolves: #80737
Releases: master, 8....
Elmar Hinz
14:39 Revision 46450f90: [TASK] Add unit test for Typolink resolveTargetAttribute
Add a unit test for AbstractTypolinkBuilder::resolveTargetAttribute.
Releases: master, 8.7
Resolves: #80618
Change-I...
Elmar Hinz
14:34 Revision 07e13c52: [TASK] Replace outdated nowrap attribute
The outdated nowrap attribute for table tags
is replaced by a class addition, bringing
the functional stylings
Resol...
Henrik Elsner
14:29 Revision 5a35cc7a: [BUGFIX] Use DBAL Restrictions for index_config queries
The IndexSearch repository calls $TSFE->sys_page->enableFields
for queries on index_config which has very static info...
Benni Mack
14:25 Revision 63a3a08c: [BUGFIX] Use renderType selectSingle for field t3_tables of sys_action
The field t3_tables of sys_action must be rendered as a single
select field. This was also the behaviour before the r...
Georg Ringer
14:25 Revision 643ac435: [BUGFIX] Use renderType selectSingle for field t3_tables of sys_action
The field t3_tables of sys_action must be rendered as a single
select field. This was also the behaviour before the r...
Georg Ringer
14:24 Revision b16a84fb: [BUGFIX] Use renderType selectSingle for field t3_tables of sys_action
The field t3_tables of sys_action must be rendered as a single
select field. This was also the behaviour before the r...
Georg Ringer
14:13 Revision 915ea19a: [TASK] Cover getContentObject related methods by unit tests.
Cover getContentObject related methods of ContentObjectRenderer
by unit tests.
Resolves: #80737
Releases: master, 8....
Elmar Hinz
14:10 Revision 4166cde8: [TASK] Add unit test for Typolink resolveTargetAttribute
Add a unit test for AbstractTypolinkBuilder::resolveTargetAttribute.
Releases: master, 8.7
Resolves: #80618
Change-I...
Elmar Hinz
14:02 Revision 004cdfff: [BUGFIX] Fix path to Header partial in Textmedia and Textpic
Fix path to call the existing partial Partials/Header/All instead of
Partials/Header.
Releases: master,8.7
Resolves:...
Olli
14:00 Revision 24fda20a: [BUGFIX] Use DBAL Restrictions for index_config queries
The IndexSearch repository calls $TSFE->sys_page->enableFields
for queries on index_config which has very static info...
Benni Mack
13:53 Revision b8217014: [BUGFIX] Make DataHandler multibyte-safe
There are still a few places left where multibyte string functions
are not used. Since 8.x the core delivers a mbstri...
Benni Mack
13:53 Revision 1e371922: [BUGFIX] Make DataHandler multibyte-safe
There are still a few places left where multibyte string functions
are not used. Since 8.x the core delivers a mbstri...
Benni Mack
13:49 Revision 9743e3cf: [BUGFIX] Fix path to Header partial in Textmedia and Textpic
Fix path to call the existing partial Partials/Header/All instead of
Partials/Header.
Releases: master,8.7
Resolves...
Olli
13:49 Revision aae0a2be: [TASK] Move CSH files from context_help to correct places
Instead of having some CSH files in the ext "context_help"
it is better to move those to the correct places.
Resolve...
Georg Ringer
13:43 Revision dd4b5f6c: [BUGFIX] Ensure extractDottedPathToLastElement() always returns a string
Resolves: #80919
Releases: master, 8.7
Change-Id: I3fddc6e83a117d25ec7abeb7d82130275321c2c7
Reviewed-on: https://revi...
Daniel Goerz
13:30 Revision af31e193: [BUGFIX] Ensure extractDottedPathToLastElement() always returns a string
Resolves: #80919
Releases: master, 8.7
Change-Id: I3fddc6e83a117d25ec7abeb7d82130275321c2c7
Reviewed-on: https://revi...
Daniel Goerz
13:29 Revision 4c6ba8aa: [BUGFIX] Reload page tree after deleting pages
After deleting a subpage the page tree doesn't reload so you don't have
the delete button in context menu from the pa...
Gianluigi Martino
13:22 Revision dbc5b072: [BUGFIX] INCLUDE_TYPOSCRIPT condition use correct ConditionMatcher
In order to support all conditions correctly
whether one is in FE or BE the condition
has to be matched against the c...
Andreas Allacher
13:21 Revision 227483f8: [BUGFIX] INCLUDE_TYPOSCRIPT condition use correct ConditionMatcher
In order to support all conditions correctly
whether one is in FE or BE the condition
has to be matched against the c...
Andreas Allacher
12:59 Revision 35fe85f3: [BUGFIX] INCLUDE_TYPOSCRIPT condition use correct ConditionMatcher
In order to support all conditions correctly
whether one is in FE or BE the condition
has to be matched against the c...
Andreas Allacher
12:48 Revision e4fc1dc1: [TASK] travis-ci: Drop JS unit tests
Drop the jasmine / karma based JS unit tests from travis. They're
becoming unstable and are executed as pre-merge tes...
Christian Kuhn
12:38 Revision 10cbbaf8: [TASK] travis-ci: Drop JS unit tests
Drop the jasmine / karma based JS unit tests from travis. They're
becoming unstable and are executed as pre-merge tes...
Christian Kuhn
11:34 Revision 5ac23cf3: [BUGFIX] Add missing SQL index for EM repository update
Due to the large number of extensions, the query that
checks if an extension exists needs an index that
covers all of...
Claus Due
11:04 Revision 5e679e9e: [TASK] EXT:scheduler:action icons and sorting
In order to be consistent, add action icons
and sort multi action buttons according to the single action.
Resolves: ...
Daniel Windloff
11:04 Revision 1e0c2bcb: [TASK] EXT:scheduler:action icons and sorting
In order to be consistent, add action icons
and sort multi action buttons according to the single action.
Resolves: ...
Daniel Windloff
10:35 Revision 2648d871: [BUGFIX] Load PageTSconfig in localconf for LinkHandler
The pageTSconfig for LinkHandler is only loaded in ext_tables.php
which means it is only evaluated in the Frontend wh...
Benni Mack
07:59 Revision 3a189135: [TASK] Deprecate TYPO3.Popover
Depcrecate member instance TYPO3.Popover and replace usage
in the core.
Resolves: #78410
Releases: master
Change-Id:...
Stefan Bürk

2017-05-10

22:07 Revision 6c1a87a2: [BUGFIX] Use typeRoot instead of old typing style
Resolves: #78875
Releases: master
Change-Id: Ic4fa900cb40520d5e08df0111b5d4e5d0d859b85
Reviewed-on: https://review.ty...
Johannes Goslar
17:31 Revision cf16649a: [TASK] Improve BE description of mount point overlay
Give a more precise description of the mount point overlay behaviour:
- Update labels of the page tree.
- Update lab...
Elmar Hinz
17:31 Revision 2a0d4a99: [BUGFIX] Ensure Frontend User image update is not offered
Releases: master, 8.7
Resolves: #81180
Change-Id: I87a8a5b694ad579f6ba31feb10094298ecabf9e7
Reviewed-on: https://revi...
Markus Klein
16:02 Revision cf51ba3e: [TASK] Improve BE description of mount point overlay
Give a more precise description of the mount point overlay behaviour:
- Update labels of the page tree.
- Update lab...
Elmar Hinz
16:00 Revision 70ddd782: [BUGFIX] Ensure Frontend User image update is not offered
Releases: master, 8.7
Resolves: #81180
Change-Id: I87a8a5b694ad579f6ba31feb10094298ecabf9e7
Reviewed-on: https://revi...
Markus Klein
14:50 Revision 80d436fd: [DOC] Fix version number in documentation files
Releases: master, 8.7
Resolves: #81181
Change-Id: Ic99ff9d38b4f813a86b37e645b17cf4203a5a5a0
Reviewed-on: https://revi...
Markus Klein
14:50 Revision 00ce71a1: [DOC] Fix version number in documentation files
Releases: master, 8.7
Resolves: #81181
Change-Id: Ic99ff9d38b4f813a86b37e645b17cf4203a5a5a0
Reviewed-on: https://revi...
Markus Klein

2017-05-08

10:38 Revision 8fcd3b44: [FEATURE] Store recent su’ed users and render quicklinks in user menu
When a backend user with admin privileges switches to another user, the
entered user is now stored in the uc. The use...
Andreas Fernandez
 

Also available in: Atom