Project

General

Profile

Activity

From 2017-10-02 to 2017-10-31

2017-10-31

16:39 Revision 8c40079d: [BUGFIX] Move doctrine initalization to connect() method
The event and custom type initalization of doctrine is moved
to an overwritten connect() method in the Connection cla...
Alexander Stehlik
07:42 Revision d9d8f19a: [FOLLOWUP][!!!][TASK] Replace ClassInfo with ClassSchema
Increase test coverage of ClassSchema and ReflectionService
Releases: master
Resolves: #57594
Resolves: #55654
Chang...
Alexander Schnitzler

2017-10-30

22:08 Revision ae6d0ad5: [BUGFIX] Catch UnknownLinkHandlerException in InputLinkElement
Catch another exception to avoid a breaking backend.
Resolves: #82850
Releases: master, 8.7
Change-Id: I349aae21932b...
Georg Ringer
21:25 Revision e3cf49c9: [BUGFIX] EXT:form - really disable records overview in redirect finisher
Resolves: #82786
Releases: master, 8.7
Change-Id: I9cdfbcd5e0f25b832ea546f1b8c70a9f544b31aa
Reviewed-on: https://revi...
Mathias Brodala
21:23 Revision fdae5d8f: [BUGFIX] Catch UnknownLinkHandlerException in InputLinkElement
Catch another exception to avoid a breaking backend.
Resolves: #82850
Releases: master, 8.7
Change-Id: I349aae21932b...
Georg Ringer
21:20 Revision 0b7c8667: [BUGFIX] Fix foreign_table_where GROUP BY handling
Unpack the array elements before passing them on
Resolves: #82159
Releases: master, 8.7
Change-Id: I6a094927f595d42f...
Wolfgang Klinger
21:20 Revision 9be1ac92: [BUGFIX] Flexform Form ID should not contain brackets
Using brackets in flexform elements caused the javascript to be disabled
for the element.
While using a custom form i...
Benjamin Serfhos
21:04 Revision f3e7a034: [BUGFIX] Fix foreign_table_where GROUP BY handling
Unpack the array elements before passing them on
Resolves: #82159
Releases: master, 8.7
Change-Id: I6a094927f595d42f...
Wolfgang Klinger
20:59 Revision 74d0b919: [BUGFIX] Show default site name in installation wizard
Currently in step 4 the input box for the site name is empty. This patch
re-adds the default site name from FactoryCo...
Nicole Cordes
20:56 Revision 2f8e1991: [BUGFIX] Fix usages of config.additionalHeaders
Update some internal usages of config.additionalHeaders in tests
and other places to use the correct new syntax.
Res...
Markus Klein
20:55 Revision 35b8be84: [BUGFIX] Add missing image for workspace preview
Readd an image which has been removed during cleanups
Resolves: #82857
Releases: 7.6
Change-Id: Idd487fec1d35dc91909...
Georg Ringer
17:36 Revision 2823bef0: [BUGFIX] Ensure correct page is selected in page tree
There are several actions in the backend that should
trigger a certain page to be selected in the tree.
Among others...
Helmut Hummel
17:07 Revision bd4a35ea: [!!!][BUGFIX] Throw exception on invalid charset
This gives users a clear hint if e.g. config.metaCharset contains
an invalid value instead of showing a blank page.
...
Mathias Brodala
15:41 Revision 917d9a5a: [BUGFIX] Ensure correct page is selected in page tree
There are several actions in the backend that should
trigger a certain page to be selected in the tree.
Among others...
Helmut Hummel
14:37 Revision ddc3c35e: [TASK] styleguide: TCA: Have l10n_mode=defaultAsReadonly as select_single_13
Separate from select_single_2 example. Christian Kuhn
14:30 Revision 78f75970: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/103 from romm/task/select-l10n-display-settings
[TASK] styleguide: Set l10n display setting to `defaultAsReadonly` for select Christian Kuhn
14:24 Revision 16fd05a1: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/104 from neufeind/patch-1
recordOverview must be recordsOverview Christian Kuhn
11:12 Revision 3a9441dc: [TASK] Add .tsconfig files to .editorconfig
Add definition for new TSConfig filetype .tsconfig to .editorconfig
file.
Change-Id: I3fd87abc8a8fe554692f61e548e37d...
Peter Kraume
10:54 Revision ad8cd318: [BUGFIX] Fix usages of config.additionalHeaders
Update some internal usages of config.additionalHeaders in tests
and other places to use the correct new syntax.
Res...
Markus Klein
10:51 Revision 70dd84af: [TASK] Add .tsconfig files to .editorconfig
Add definition for new TSConfig filetype .tsconfig to .editorconfig
file.
Change-Id: I3fd87abc8a8fe554692f61e548e37d...
Peter Kraume
09:49 Revision 0538ca97: [BUGFIX] Flexform Form ID should not contain brackets
Using brackets in flexform elements caused the javascript to be disabled
for the element.
While using a custom form i...
Benjamin Serfhos
08:22 Revision 5bfc3e65: [!!!][TASK] Remove DB field pages.no_cache
Having an option to completely disable the page rendering
cache available per page for editors is a real risk. This
o...
Benni Mack

2017-10-27

18:53 Revision acf72721: [BUGFIX] Only fetch fileReferences from localized table if column exist
Only if a localized table also contains the requested column for file
references it will overlay the previous generat...
Benjamin Kott
17:25 Revision 68a3d271: [BUGFIX] Only fetch fileReferences from localized table if column exist
Only if a localized table also contains the requested column for file
references it will overlay the previous generat...
Benjamin Kott
17:16 Revision ebb10866: [BUGFIX] Avoid race condition in JS Icon API
Now promise is cached instead of promise result, to avoid race condition
when requesting the same icon multiple times...
Tymoteusz Motylewski
17:10 Revision 6e92f9e8: [BUGFIX] Do not turn E_USER_DEPRECATED errors into exceptions
Also use the silent upgrade wizard to correct existing settings.
Resolves: #82721
Releases: master
Change-Id: I8d163...
Markus Klein
16:35 Revision c81efca2: [BUGFIX] Avoid race condition in JS Icon API
Now promise is cached instead of promise result, to avoid race condition
when requesting the same icon multiple times...
Tymoteusz Motylewski
14:22 Revision 6d3286b5: [BUGFIX] Allow multiline strings in foreign_table_where
Add the ’s’ (PCRE_DOTALL) modifier to regular expressions.
Resolves: #82854
Releases: master, 8.7
Change-Id: Ib5feab...
Wolfgang Klinger

2017-10-26

16:01 Revision 689c9d85: [BUGFIX] Allow multiline strings in foreign_table_where
Add the ’s’ (PCRE_DOTALL) modifier to regular expressions.
Resolves: #82854
Releases: master, 8.7
Change-Id: Ib5feab...
Wolfgang Klinger

2017-10-25

21:47 Revision e36d1d70: recordOverview must be recordsOverview
Core-review to get that fixed in the redirectFinisher is at https://review.typo3.org/54435 Stefan Neufeind
07:37 Revision a2bca832: [BUGFIX] Do not force content_fallback to default page language
If a page translation is not available, the TypoScript option
`config.sys_language_mode` has the option
`content_fall...
Benni Mack

2017-10-23

14:58 Revision 0e0ee80a: [FOLLOWUP][BUGFIX] Allow longer file-endings in typoscript directory includes
Adds missing unit tests for this change.
Resolves: #82543
Releases: master, 8.7
Change-Id: Ica7f5c2f99dd991042e3c116...
Benni Mack
14:08 Revision 1597ecca: [TASK] styleguide: Set l10n display setting to `defaultAsReadonly` for select
This allows testing the behaviour of this field in a translated element. Romain Canon
11:02 Revision 1f04eb5c: [FOLLOWUP][BUGFIX] Allow longer file-endings in typoscript directory includes
Adds missing unit tests for this change.
Resolves: #82543
Releases: master, 8.7
Change-Id: Ica7f5c2f99dd991042e3c116...
Benni Mack
09:40 Revision 113943c6: [BUGFIX] Do not force content_fallback to default page language
If a page translation is not available, the TypoScript option
`config.sys_language_mode` has the option
`content_fall...
Benni Mack
09:37 Revision 0a7046cb: [BUGFIX] Allow setting translateToMessage to empty
Unsetting TCEMAIN.translateToMessage was not possible
due to a default fallback to a hardcoded string in
data handler...
Susanne Moog
09:06 Revision 0fdfb0d0: [TASK] Remove documentation of borderCol
CSS Styled Content uses only the constant for setting
the border color, not the older configuration property
borderCo...
Susanne Moog

2017-10-20

17:45 Revision 6aefb59c: [BUGFIX] MenuProcessor doesn't accept necessary sub keys
Adds subproperty keys for levels, expandAll, includeSpacer and
titleField to $allowedConfigurationKeys.
Adds the subp...
Thorben Nissen
17:44 Revision 060c94e7: [TASK] Update Symfony packages to latest releases
Update all Symfony packages for the distribution
release to latest versions.
Composer users get these versions anywa...
Helmut Hummel
16:19 Revision f0d731dd: [BUGFIX] MenuProcessor doesn't accept necessary sub keys
Adds subproperty keys for levels, expandAll, includeSpacer and
titleField to $allowedConfigurationKeys.
Adds the subp...
Thorben Nissen
15:11 Revision 0b300b6c: [FEATURE] Introduce new @import syntax for TS includes
The original '<INCLUDE_TYPOSCRIPT...>' syntax is hard to understand,
error-prone and overloaded with features.
This ...
Benni Mack
14:56 Revision 90888947: [BUGFIX] Allow longer file-endings in typoscript directory includes
Directory includes now allow more liberal substrings to include files
not only based on their extension (*.typoscript...
Mathias Schreiber
14:50 Revision 6a56da73: [FEATURE] TCA: Allow label in palette array
Allow 'label' within the 'palettes' array in TCA next
to 'showitem'. This defines a default label rendered as
the pal...
Christian Kuhn
14:44 Revision 9ddb3cb1: [BUGFIX] Allow longer file-endings in typoscript directory includes
Directory includes now allow more liberal substrings to include files
not only based on their extension (*.typoscript...
Mathias Schreiber
14:37 Revision 521ae2e5: [!!!][TASK] Scheduler: Drop "use atd" based execution
The feature to execute scheduler tasks via the "at daemon"
on unix found extremely little use in the wild and is
drop...
Christian Kuhn
14:04 Revision 8b6d3442: [TASK] Extend WorkspaceServiceTests for fetchPagesWithVersionsInTable
Add new tests for fetchPagesWithVersionsInTable and correct comments.
Change-Id: I2fe08656ecddf3f7391e6012bb969dd85c...
Susanne Moog
13:57 Revision fb8c1dd2: [TASK] Show upload files button in filelist options if folder
At the moment there is only a clickmenu entry to upload files
without entering the folder. With this patch the upload...
Gianluigi Martino
13:42 Revision f4c039ea: [BUGFIX] Fix adding avatars to user profile
Check opener for null before usage.
Change-Id: I1ed9ac13bab5b76ef5ed8a24c04b07f9dd6d7f85
Resolves: #82829
Releases: ...
Susanne Moog
13:37 Revision 8bee5163: [TASK] Show upload files button in filelist options if folder
At the moment there is only a clickmenu entry to upload files
without entering the folder. With this patch the upload...
Gianluigi Martino
13:36 Revision 0e5ec28b: [BUGFIX] Fix link rendering in li tag
Changes the rendering for li tags in RTE in sys ext css_styled_content.
This change is based on a former bugifx for T...
Sebastian Hofer
13:16 Revision cc047a79: [BUGFIX] Add renderType to select
Add missing renderType for select box in form
flexform.
Change-Id: I58ade2720cf763cf26fc1d1e74457044ddfa054f
Resolve...
Susanne Moog
13:16 Revision d1526ffd: [TASK] Update friendsofphp/php-cs-fixer to latest version
Resolves: #82806
Releases: master,8.7
Change-Id: I071c114db90b292936f5c3fd76c7ac74fd52bd60
Reviewed-on: https://revie...
Wouter Wolters
12:41 Revision 81ff089c: [BUGFIX] Install tool extension scanner .rst file core version
The core version indicator in the extension scanner of the install
tool on reST files is broken on windows OS since p...
Christian Kuhn
12:39 Revision 5221c962: [BUGFIX] Add renderType to select
Add missing renderType for select box in form
flexform.
Change-Id: I58ade2720cf763cf26fc1d1e74457044ddfa054f
Resolve...
Susanne Moog
12:30 Revision cb81fa5e: [TASK] Update friendsofphp/php-cs-fixer to latest version
Resolves: #82806
Releases: master,8.7
Change-Id: I071c114db90b292936f5c3fd76c7ac74fd52bd60
Reviewed-on: https://revie...
Wouter Wolters

2017-10-19

23:27 Revision 24b5c582: [TASK] Extend WorkspaceServiceTests for fetchPagesWithVersionsInTable
Add new tests for fetchPagesWithVersionsInTable and correct comments.
Change-Id: I2fe08656ecddf3f7391e6012bb969dd85c...
Susanne Moog
22:33 Revision 38299bed: [TASK] styleguide: TCA: palette with label example
Adapt to an upcoming core feature.
Related: https://github.com/TYPO3-CMS/styleguide/issues/82826
Christian Kuhn
21:40 Revision f3495a7e: [BUGFIX] EXT:indexed_search: Dont add stat record for empty search
Resolves: #81786
Releases: master, 8.7
Change-Id: I1bc5e93fdfb3a1068a09ae37c47e51b1811d58b5
Reviewed-on: https://revi...
Daniel Goerz
21:11 Revision 7eaf1907: [BUGFIX] Delete unavailable "recently switched to" users from UC
If a user who appears in the "Recently switched to" list became
unavailable for some reason, only the placeholder ava...
Andreas Fernandez
10:13 Revision 0aa3123d: [!!!][TASK] Remove "content_doktypes"
The global option "content_doktypes" is
1. outdated (still contains doktypes 2 which was removed in 4.x)
2. only in u...
Benni Mack
09:32 Revision f06e99a0: [TASK] Move AjaxLoginHandler to AjaxLoginController
The AjaxLoginHandler which does AJAX logic for login timeouts is be moved
to the proper location, as it is a controll...
Benni Mack

2017-10-18

22:22 Revision b0d9f03b: [BUGFIX] Remove style attribute in LiveSearch
Currently, `beforeRender` removes some inline CSS so adjust the layout
of the suggest list. If the first search has n...
Andreas Fernandez
22:06 Revision 69011004: [BUGFIX] Remove style attribute in LiveSearch
Currently, `beforeRender` removes some inline CSS so adjust the layout
of the suggest list. If the first search has n...
Andreas Fernandez
21:44 Revision 3d25dc85: [BUGFIX] Make ReferenceIndex caching optional
The runtime caches used in the ReferenceIndex class
added in TYPO3 8.7.2 should not be added by default
but included ...
Benni Mack
21:44 Revision 9aa50fcf: [BUGFIX] CSC Header CE does not respect lib.parseTarget configuration
The TypoScript of the CSC header element does not respect
the global lib.parseTarget configuration
Resolves: #36216
...
Harry Glatz
09:24 Revision a448b413: [BUGFIX] CKEditor: Make link editable
Fixes the TypeError
htmlspecialchars() expects parameter 1 to be string, null given
Resolves: #82787
Releases: mast...
Christoph Lehmann
09:00 Revision e552bb42: [BUGFIX] CKEditor: Make link editable
Fixes the TypeError
htmlspecialchars() expects parameter 1 to be string, null given
Resolves: #82787
Releases: mast...
Christoph Lehmann
08:23 Revision d95b3b69: [BUGFIX] Allow setting translateToMessage to empty
Unsetting TCEMAIN.translateToMessage was not possible
due to a default fallback to a hardcoded string in
data handler...
Susanne Moog
01:37 Revision 78e7f989: [BUGFIX] Fix declaration of injectView in install tool
When using PHP7 declarations of sub classes have to
be compatible to their parent declarations.
As the install tool ...
Susanne Moog
01:22 Revision f8aa965b: [BUGFIX] Update tstamp on inline relation addition
If in a record with an inline relation a new relation
is added and nothing else is changed the timestamp
was not upda...
Susanne Moog
01:15 Revision 3b683e13: [BUGFIX] EXT:indexed_search: Dont add stat record for empty search
Resolves: #81786
Releases: master, 8.7
Change-Id: I1bc5e93fdfb3a1068a09ae37c47e51b1811d58b5
Reviewed-on: https://revi...
Daniel Goerz
01:14 Revision 7316340f: [BUGFIX] Localization State does not properly sanitize and enrich
The Localization State object has an incomplete assignment in the
constructor - sanitize processing is overridden by ...
Oliver Hader
01:05 Revision 3280e2ed: [BUGFIX] Update tstamp on inline relation addition
If in a record with an inline relation a new relation
is added and nothing else is changed the timestamp
was not upda...
Susanne Moog
00:47 Revision 85836c4c: [BUGFIX] Localization State does not properly sanitize and enrich
The Localization State object has an incomplete assignment in the
constructor - sanitize processing is overridden by ...
Oliver Hader
00:43 Revision db43efd8: [BUGFIX] EXT:form - "label" is not set for the FormDefinition class
Set the "label" property for the root form element
TYPO3\CMS\Form\Domain\Model\FormDefinition
Resolves: #82573
Relea...
Ralf Zimmermann

2017-10-17

23:48 Revision cb1e38e1: [BUGFIX] EXT:form - "label" is not set for the FormDefinition class
Set the "label" property for the root form element
TYPO3\CMS\Form\Domain\Model\FormDefinition
Resolves: #82573
Relea...
Ralf Zimmermann
23:35 Revision 9e4766cb: [BUGFIX] Make ReferenceIndex caching optional
The runtime caches used in the ReferenceIndex class
added in TYPO3 8.7.2 should not be added by default
but included ...
Benni Mack
23:00 Revision f081e3f1: [BUGFIX] Add parseFunc handling to pre tags
Pre tags are currently not passed through parseFunc
resulting in non-parsed t3:// links in the frontend.
As ...
Susanne Moog
22:39 Revision 8f3f1a31: [BUGFIX] Add parseFunc handling to pre tags
Pre tags are currently not passed through parseFunc
resulting in non-parsed t3:// links in the frontend.
As ...
Susanne Moog
22:37 Revision 141959de: [BUGFIX] Refresh iconElement after its content has been replaced
The variable iconElement refers now correctly to the original jQuery
object and is really reverted to the old class a...
Nikita Hovratov
22:14 Revision c42de43d: [BUGFIX] Refresh iconElement after its content has been replaced
The variable iconElement refers now correctly to the original jQuery
object and is really reverted to the old class a...
Nikita Hovratov
17:35 Revision 73b5e17d: [!!!][TASK] Replace ClassInfo with ClassSchema
Extbase came along with two main caches for reflection data.
extbase_reflection and extbase_object. The latter mostly...
Alexander Schnitzler
13:46 Revision c4cd7f10: [TASK] Use BE_USER->isAdmin()
TYPO3 Core does not use isAdmin() API of BackendUsers
consistently, as there are some places where a direct
access to...
Benni Mack
13:06 Revision 2af45fe8: [BUGFIX] CSC Header CE does not respect lib.parseTarget configuration
The TypoScript of the CSC header element does not respect
the global lib.parseTarget configuration
Resolves: #36216
...
Harry Glatz
11:05 Revision 095ed61d: [TASK] Move BackendController addInlineSettings calls to _construct
Move calls to addInlineSettings out of the foreach loop, and place them
together with other similar calls.
Resolves:...
Tymoteusz Motylewski

2017-10-16

20:48 Revision f64323e1: [TASK] Use LanguageService inside TSFE
TSFE does the same logic as $GLOBALS['LANG'] (= LanguageService) for
fetching labels and language files, but with a d...
Benni Mack
19:11 Revision 24fb9e80: [TASK] Cleanup DataHandler - again and again
This patch straightens several areas to use proper API calls,
and separates bigger methods into smaller methods.
Res...
Benni Mack
18:26 Revision df97bc70: [CLEANUP] Code cleanup in ModuleMenu.js
Adds some JS doc and renames few properties to make code more readable.
Resolves: #82775
Releases: master
Change-Id:...
Tymoteusz Motylewski
16:44 Revision 323df8af: [TASK] Enable backendlayouts/ tsConfig on doktype menu separator
Adds to page with doktype=199 (spacer) the tab "Appereance" with palette
"backend layout" and the tab "Resources" wit...
Riccardo De Contardi
16:43 Revision 2ee2828d: [TASK] Remove internal log method from ConditionMatcher
ConditionMatcher has a log method which is never used.
Resolves: #82770
Releases: master
Change-Id: I8554f253260601a...
Benni Mack
16:26 Revision 4305c505: [TASK] Show the "Today" button in DateTimePicker
This patch enable the "Today" button on the bottom of the DateTimePicker.
Clicking the "Today" button will set the da...
Gianluigi Martino
16:08 Revision 647678e5: [!!!][TASK] Clean up graphical functions library
Properties which are only accessed inside of
GraphicalFunctions and should remain inside are marked
as protected, are...
Benni Mack
15:53 Revision fa57e35a: [TASK] Show the "Today" button in DateTimePicker
This patch enable the "Today" button on the bottom of the DateTimePicker.
Clicking the "Today" button will set the da...
Gianluigi Martino
13:28 Revision 9cd56105: [TASK] Streamline ext_localconf.php and ext_tables.php
The goal is to minimize TYPO3_MODE usage in ext_localconf and ext_tables and
provide a clear process for extension de...
Benni Mack
12:43 Revision 62513dbb: [TASK] Cleanup DataHandler (again)
The following changes were made:
1. enableLogging is now only checked within the log methods (if no extra
CPU / DB r...
Benni Mack
11:29 Revision d5e4d9db: [TASK] Migrate `Utility` to TypeScript
The RequireJS module `TYPO3/CMS/Backend/Utility` is migrated to
TypeScript. This patch marks the global object `TYPO3...
Andreas Fernandez
11:12 Revision b8aa20c3: [FEATURE] Show user who deleted a record in recycler
Add the user who deleted a record to the recycler information and also
show the avatar of the user.
Resolves: #69340...
Georg Ringer

2017-10-15

23:10 Revision 65cfbc4c: [BUGFIX] Better error messages for FLUIDTEMPLATE object
When using FLUIDTEMPLATE with Typoscript "template.file = filename",
it will fail silently if filename does not point...
Georg Ringer
10:34 Revision 33b504f1: [FOLLOWUP][BUGFIX] IRRE: Check if TCA['ctrl']['languageField'] is set
This patch adds missing functional tests for
\TYPO3\CMS\Backend\Controller\FormInlineAjaxController::createAction
Re...
Nicole Cordes
10:34 Revision b2638da5: [FOLLOWUP][BUGFIX] IRRE: Check if TCA['ctrl']['languageField'] is set
This patch adds missing functional tests for
\TYPO3\CMS\Backend\Controller\FormInlineAjaxController::createAction
Re...
Nicole Cordes

2017-10-13

22:48 Revision 9c2b9b33: [FOLLOWUP][BUGFIX] IRRE: Check if TCA['ctrl']['languageField'] is set
This patch adds missing functional tests for
\TYPO3\CMS\Backend\Controller\FormInlineAjaxController::createAction
Re...
Nicole Cordes
14:49 Revision 4d048f81: [BUGFIX] Context menu is not completely visible in filelist with scrollbar
If the foldertree in filelist is to long, the rightclick context menu on
the bottom of the window is not completly vi...
Gianluigi Martino
14:32 Revision d0556bc1: [BUGFIX] Context menu is not completely visible in filelist with scrollbar
If the foldertree in filelist is to long, the rightclick context menu on
the bottom of the window is not completly vi...
Gianluigi Martino
11:23 Revision b9d76b95: [BUGFIX] Resolve label in title attribute of ClearCacheToolbarItemSingle
Resolves: #82749
Releases: master, 8.7
Change-Id: I1de1157ca8e28da3a9fd3ffb3783bb73b1f8e845
Reviewed-on: https://revi...
Loek Hilgersom
11:22 Revision cc2bd063: [BUGFIX] cast systemMaintainer values to int
Resolves: #82751
Releases: master
Change-Id: Ie87cccc2d890ffaf93fe8558f2a67da82ee8c495
Reviewed-on: https://review.ty...
Frank Nägler
10:54 Revision b9c02d6f: [BUGFIX] Resolve label in title attribute of ClearCacheToolbarItemSingle
Resolves: #82749
Releases: master, 8.7
Change-Id: I1de1157ca8e28da3a9fd3ffb3783bb73b1f8e845
Reviewed-on: https://revi...
Loek Hilgersom
10:51 Revision 594e0841: [TASK] Clean up ext:lowlevel ConfigurationController
Modernize the code base of the lowlevel ConfigurationController:
* No more _GP usages
* Get rid of MOD_SETTINGS and f...
Christian Kuhn
10:48 Revision da9da511: [TASK] Migrate EXT:backend Tabs.js to TypeScript
Resolves: #82604
Releases: master
Change-Id: I9b9ff38c635902f2713602955ad9a3d04734ec88
Reviewed-on: https://review.ty...
Frank Nägler

2017-10-12

15:26 Revision 41913e40: [BUGFIX] Use strict flag in signalslot dispatcher
To avoid exceptions with complex structures, the strict flag
must be used in the in_array check.
Resolves: #82736
Re...
Georg Ringer
15:23 Revision e0676626: [BUGFIX] Configuration->"Use regular expression"
Setting / unsetting the checkbox "Use regular expression"
fails with JavaScript error "jumpToUrl is not defined".
Add...
Christian Kuhn
15:23 Revision 63434d79: [BUGFIX] Configuration->"Use regular expression"
Setting / unsetting the checkbox "Use regular expression"
fails with JavaScript error "jumpToUrl is not defined".
Add...
Christian Kuhn
15:02 Revision d4798481: [BUGFIX] Configuration->"Use regular expression"
Setting / unsetting the checkbox "Use regular expression"
fails with JavaScript error "jumpToUrl is not defined".
Add...
Christian Kuhn
14:19 Revision 1ae5f2a9: [TASK] Rename ext:lowlevel/View to ext:lowlevel/Controller
The two "view" classes are clearly controllers and are
renamed with this patch accordingly.
Change-Id: Ic1cdc405ae24...
Christian Kuhn
12:29 Revision 4009b68f: [TASK] SchedulerModuleController: Don't extend BaseScriptClass
To further phase out BaseScriptTask "SOBE", the scheduler
controller class no longer extends it and copies left over
...
Christian Kuhn
11:53 Revision 70602f9a: [TASK] ConfigurationView: Don't extend BaseScriptClass
To reduce BaseScriptClass "SOBE" usages, the lowlevel
controller "ConfigurationView" no longer extends this class
and...
Christian Kuhn
11:28 Revision c03dd818: [TASK] DatabaseIntegrityView: Don't extend BaseScriptClass
To reduce BaseScriptClass "SOBE" usages, the lowlevel
controller "DatabaseIntegrityView" no longer extends this class...
Christian Kuhn
11:15 Revision 91923b8a: [BUGFIX] Properly detect record link dialog tab
RecordLinkHandler->canHandleLink should check record identifier,
otherwise the element browser may open the wrong tab...
Stanislas Rolland
10:56 Revision 3136ffd9: [BUGFIX] Properly detect record link dialog tab
RecordLinkHandler->canHandleLink should check record identifier,
otherwise the element browser may open the wrong tab...
Stanislas Rolland
10:42 Revision 3d859316: [BUGFIX] Use correct path for test images in install tool
This resolves a regression to #81951, where the path adjustment
has been forgotten.
Resolves: #82743
Releases: 8.7
C...
Markus Klein
10:16 Revision 906684cb: [TASK] Deprecate ConfigurationForm
The call tree of the extension manager "configuration form"
ext_conf_template.txt parser is a mess:
The ext:extension...
Christian Kuhn

2017-10-11

10:18 Revision 6e528679: [TASK] Update codemirror to 5.30 and drop codemirror-minified again
The package `codemirror-minified` used as a drop-in replacement of
`codemirror` is not maintained well and is replace...
Andreas Fernandez
09:11 Revision 84b6c2ce: [BUGFIX] Record list: Fix condition for unlimited records
This patch fixes a condition that fails when a CSV export in the record
list is requested. The maximum limit of recor...
Andreas Fernandez

2017-10-10

20:22 Revision dc80c212: [BUGFIX] Correct fixture for metadata in impexp functional tests
Resolves: #82726
Releases: master, 8.7
Change-Id: I779dbf4cdecf931cae4f2734f561aa1c9eab4efb
Reviewed-on: https://revi...
Tymoteusz Motylewski
20:07 Revision 76edbfdb: [BUGFIX] Set correct image dimensions in impexp fixture data
Fixture data for functional tests in impexp contains correct height
for one image now.
Resolves: #82722
Releases: ma...
Tymoteusz Motylewski
19:48 Revision 125288a8: [BUGFIX] Correct fixture for metadata in impexp functional tests
Resolves: #82726
Releases: master, 8.7
Change-Id: I779dbf4cdecf931cae4f2734f561aa1c9eab4efb
Reviewed-on: https://revi...
Tymoteusz Motylewski
18:52 Revision 94f4420b: [TASK] Set TYPO3 version to 8.7.9-dev
Change-Id: Ifa88c04217361d9b0ec6f4c4cdbd97565e505bce
Reviewed-on: https://review.typo3.org/54359
Tested-by: TYPO3com ...
Oliver Hader
18:08 Revision 90f1c05c: [RELEASE] Release of TYPO3 8.7.8
Change-Id: I12ed571c100d003ff5fea9afa49dca8f85b0ec18
Reviewed-on: https://review.typo3.org/54358
Reviewed-by: Oliver ...
Oliver Hader
17:23 Revision ba54c868: [BUGFIX] Avoid corrupted session when IP changes
If the IP of the client changes and is not within the
lockIP range anymore a new session is now created.
Resolves: #...
Markus Klein
17:06 Revision 4017128a: [BUGFIX] Avoid corrupted session when IP changes
If the IP of the client changes and is not within the
lockIP range anymore a new session is now created.
Resolves: #...
Markus Klein
14:33 Revision 388a8114: [BUGFIX] Set correct image dimensions in impexp fixture data
Fixture data for functional tests in impexp contains correct height
for one image now.
Resolves: #82722
Releases: ma...
Tymoteusz Motylewski
12:16 Revision 2b533c71: [!!!][TASK] Workspaces: Always consider references
Previously, it was possible to disable the handling
of references / child-parent relations in workspaces
on publishin...
Benni Mack
11:05 Revision 59fb2adf: [BUGFIX] Add page uid to rte module urls for correct TSconfig loading
Because of a missing page uid in rte module window iframe urls, like for
the BrowseLinks popup, the ConditionMatcher ...
Marc Bastian Heinrichs
10:15 Revision 37be4760: [BUGFIX] Only access FAL security checks when in Backend
The FAL security checks which adds additional checks for Backend Users
are currently placed within TYPO3_MODE === BE ...
Benni Mack
08:06 Revision 45a00235: [BUGFIX] Only access FAL security checks when in Backend
The FAL security checks which adds additional checks for Backend Users
are currently placed within TYPO3_MODE === BE ...
Benni Mack
07:53 Revision 8f64dc55: [!!!][TASK] IRRE: Always consider "localizeChildrenAtParentLocalization"
The TCA Inline behaviour option "localizeChildrenAtParentLocalization" is dropped.
This functionality is now always e...
Benni Mack

2017-10-09

20:56 Revision 0089a7c7: [TASK] Popup content element id on the right side of "Record selector"
On the left side of the "Record selector" window a popup with the content
element id is showing hovering the content ...
Gianluigi Martino
19:13 Revision 97558734: [TASK] Popup content element id on the right side of "Record selector"
On the left side of the "Record selector" window a popup with the content
element id is showing hovering the content ...
Gianluigi Martino
11:27 Revision 774940ce: [TASK] Deprecate second argument of GeneralUtility::mkdir_deep()
The syntax is very confusing, and the second argument is not necessarily
needed - most of the TYPO3 Core code uses on...
Benni Mack
09:18 Revision d8a786c7: [BUGFIX] Correct an always-true if statement in GeneralUtility::mkdir_deep
Resolves: #82697
Releases: master, 8.7, 7.6
Change-Id: I64bf51d5efd0394f4d3269965820281cbaf2de90
Reviewed-on: https:/...
Joshua Westerheide
09:18 Revision b4270460: [BUGFIX] Correct an always-true if statement in GeneralUtility::mkdir_deep
Resolves: #82697
Releases: master, 8.7, 7.6
Change-Id: I64bf51d5efd0394f4d3269965820281cbaf2de90
Reviewed-on: https:/...
Joshua Westerheide
09:05 Revision 021bf484: [BUGFIX] Correct an always-true if statement in GeneralUtility::mkdir_deep
Resolves: #82697
Releases: master, 8.7, 7.6
Change-Id: I64bf51d5efd0394f4d3269965820281cbaf2de90
Reviewed-on: https:/...
Joshua Westerheide
08:41 Revision 84e50446: [BUGFIX] Add title tag to anchor in Fluid Styled Content uploads
Resolves: #81990
Releases: master, 8.7
Change-Id: Id52849587f3ad438d65f48d01a8930a646829dd4
Reviewed-on: https://revi...
Benni Mack
08:24 Revision 3ca0e862: [BUGFIX] Add title tag to anchor in Fluid Styled Content uploads
Resolves: #81990
Releases: master, 8.7
Change-Id: Id52849587f3ad438d65f48d01a8930a646829dd4
Reviewed-on: https://revi...
Benni Mack

2017-10-08

19:40 Revision acae0403: [TASK] styleguide: More examples is ext_conf_template.txt
Christian Kuhn
18:26 Revision 7337eaa8: [TASK] Clean up unused option in Install Tool
This option was renamed and is set in init() of
GraphicalFunctions anyway, so the call can be
removed (and also, does...
Benni Mack
15:42 Revision bd296bee: [TASK] Clean up unused option in Install Tool
This option was renamed and is set in init() of
GraphicalFunctions anyway, so the call can be
removed (and also, does...
Benni Mack
15:19 Revision 8c08da9a: [TASK] Clean up INSTALL.md
The document references files that do not exist anymore, also CONTRIBUTING.md
is missing.
* ChangeLog => gone
* GPL....
Benni Mack
14:52 Revision fb1c0dcc: [TASK] Clean up INSTALL.md
The document references files that do not exist anymore, also CONTRIBUTING.md
is missing.
* ChangeLog => gone
* GPL....
Benni Mack

2017-10-07

12:06 Revision 63857a57: [BUGFIX] JS: Init SelectTreeElement after document.ready
Add document.ready, so SelectTree is initialized even
with slow internet connection.
Resolves: #81891
Releases: mast...
Anke Altintop
11:37 Revision 7cbb3b05: [BUGFIX] JS: Init SelectTreeElement after document.ready
Add document.ready, so SelectTree is initialized even
with slow internet connection.
Resolves: #81891
Releases: mast...
Anke Altintop
11:36 Revision a1b5517b: [BUGFIX] Add support for t3:// syntax to FileCollector
FileCollector::addFilesFromFolder now supports the t3://folder URN as
identifier for a folder. This allows the FILES ...
Jigal van Hemert

2017-10-06

17:23 Revision a42d4827: [BUGFIX] Add support for t3:// syntax to FileCollector
FileCollector::addFilesFromFolder now supports the t3://folder URN as
identifier for a folder. This allows the FILES ...
Jigal van Hemert
17:04 Revision e9aca9b2: [!!!][TASK] Deprecate ext:backend class AbstractModule
The internal / experimental class ext:backend/Module/AbstractModule
doesn't do much useful stuff: It only instantiate...
Christian Kuhn
16:51 Revision a2867825: [BUGFIX] Fix handling of ClosureFinisher
Check if the incoming optionValue is a closure and return early in such
case.
Resolves: #82550
Releases: master, 8.7...
Andreas Fernandez
16:35 Revision 851bac6e: [BUGFIX] Fix handling of ClosureFinisher
Check if the incoming optionValue is a closure and return early in such
case.
Resolves: #82550
Releases: master, 8.7...
Andreas Fernandez
14:17 Revision 9082e0bd: [BUGFIX] Prevent go back by submit on enter
The first button of type=submit is used by the browser if
the user hint <enter> in a form field. A form should only c...
Frank Nägler
13:31 Revision ec169157: [BUGFIX] Prevent go back by submit on enter
The first button of type=submit is used by the browser if
the user hint <enter> in a form field. A form should only c...
Frank Nägler
13:08 Revision fe6a917f: [BUGFIX] RSA encryption: Stop submit handling if requested
If the submit event of a form using RSA encryption has `cancelBubble` set
to true (e.g. by jQuery's stopPropagation()...
Andreas Fernandez
12:53 Revision 3ecc19c0: [BUGFIX] Do not GROUP BY alias in WorkspaceService
GROUP BY statements are in general evaluated before
SELECT statements. If a DBMS does not implement additional
logic ...
Susanne Moog
12:47 Revision 9799df47: [BUGFIX] RSA encryption: Stop submit handling if requested
If the submit event of a form using RSA encryption has `cancelBubble` set
to true (e.g. by jQuery's stopPropagation()...
Andreas Fernandez
12:37 Revision 6b13e12b: [BUGFIX] Do not GROUP BY alias in WorkspaceService
GROUP BY statements are in general evaluated before
SELECT statements. If a DBMS does not implement additional
logic ...
Susanne Moog
12:34 Revision 5789551b: [TASK] Split `Storage` module
The `Storage` RequireJS module is split into `Storage/Client` and
`Storage/Persistent`. The `Storage` module itself i...
Andreas Fernandez
12:21 Revision b5652c7b: [FEATURE] Make thumbnail size in file list configurable
The size of thumbnails of the file list is hard coded to
64x64 px which might not be optimal in some cases. Thus,
the...
Alexander Schnitzler
11:25 Revision 6603622a: [TASK] Add main admin to system maintainers during first install
Resolves: #82439
Related: #82319
Releases: master
Change-Id: Ieabaf1e7a230ce82206ffea30efded9ba821d50f
Reviewed-on: h...
Simon Praetorius

2017-10-05

19:53 Revision 40e8f800: [FOLLOWUP][TASK] Disable UnitTest run on travis
As bamboo already runs pre- and past-merge tests on
all configured branches we don't need travis to run
tests anymore...
Susanne Moog
18:55 Revision a85bf15f: [TASK] Add sonarcloud analysis to travis
Add sonar-project.properties as basic configuration
and add travis configuration for running sonar analyis
on the cor...
Susanne Moog
18:21 Revision bbe161cc: [!!!][TASK] Remove option to generate PNGs limited to 64 colors
The global configuration "png_truecolor" which ensured that generated PNG
images only have 64 colors (instead of the ...
Benni Mack
15:01 Revision 8fb35438: [TASK] bamboo: Execute deprecated unit tests
Add execution of the deprecated unit tests to bamboo.
Change-Id: I5b15448250f3158fde6dad3ec2c3f2681edb0b49
Resolves:...
Christian Kuhn
13:26 Revision 74edf077: [TASK] Acceptance tests: chromedriver directly
Use chromedriver directly in acceptance tests instead of
routing through selenium-server.
Change-Id: I229032b1b1ec1b...
Christian Kuhn
12:55 Revision 6efea3b5: [TASK] Acceptance tests: chromedriver directly
Use chromedriver directly in acceptance tests instead of
routing through selenium-server.
Change-Id: I229032b1b1ec1b...
Christian Kuhn
12:46 Revision 107c4b32: [TASK] Streamline BackendUtility::getPagesTSconfig
BackendUtility::getPagesTSconfig does accumulate the PageTS
of a page, parses and returns it. That is the main purpos...
Alexander Schnitzler
11:45 Revision 950386cc: [TASK] bamboo-specs: Upgrade to 6.1
The 6.0 to 6.1 upgrade allows us to specifiy last missing
pieces via bamboo specs: mostly job cleanups, plugin
config...
Christian Kuhn
11:45 Revision ebad6346: [TASK] bamboo-specs: Upgrade to 6.1
The 6.0 to 6.1 upgrade allows us to specifiy last missing
pieces via bamboo specs: mostly job cleanups, plugin
config...
Christian Kuhn
11:44 Revision 8539a315: [TASK] bamboo-specs: Upgrade to 6.1
The 6.0 to 6.1 upgrade allows us to specifiy last missing
pieces via bamboo specs: mostly job cleanups, plugin
config...
Christian Kuhn
08:22 Revision 77621bdd: [FOLLOWUP][TASK] Use native trigger_error and ErrorHandler for deprecations
The patch added a superfluous switch/case entry which is unnecessary.
Resolves: #82438
Releases: master
Change-Id: I...
Benni Mack
07:36 Revision 7872ee83: [BUGFIX] Never load disabled domains in TSFE
This fixes an inappropriate transformation of old enableFields
condition to doctrine.
This is a regression fix to #7...
Markus Klein
06:30 Revision 64179243: [BUGFIX] Never load disabled domains in TSFE
This fixes an inappropriate transformation of old enableFields
condition to doctrine.
This is a regression fix to #7...
Markus Klein

2017-10-04

20:22 Revision 8e80e15a: [BUGFIX] t3editor: Load TS located in rootline
Adding 'pid' to the form, t3editor now loads the TypoScript
that is placed in any page of the current rootline.
Reso...
Andreas Fernandez
20:19 Revision 827469b2: [TASK] Migrate lowlevel command for workspace cleanup
The workspace-related CLI command is moved to EXT:workspaces.
This way, an unneeded "isLoaded" check gets removed - ...
Benni Mack
20:02 Revision 95b13dca: [!!!][TASK] Use native trigger_error and ErrorHandler for deprecations
The native PHP way of triggering deprecations by a framework or
applications is done via
`trigger_error($deprecationM...
Benni Mack
18:37 Revision 5fcf2392: [BUGFIX] TCA deprecations in functional test fixture extensions
Change-Id: I136ee199ca80a9bc749de4f93950f84a10148a00
Resolves: #82676
Related: #82438
Releases: master, 8.7
Reviewed-...
Benni Mack
18:37 Revision 2d95e831: [BUGFIX] TCA deprecations in functional test fixture extensions
Change-Id: I136ee199ca80a9bc749de4f93950f84a10148a00
Resolves: #82676
Related: #82438
Releases: master, 8.7
Reviewed-...
Benni Mack
18:03 Revision c136cca7: [TASK] Remove E_USER_DEPRECATED from exceptional errors
Production and default settings should not throw on
E_USER_DEPRECATED errors.
Resolves: #82675
Releases: master
Chan...
Benni Mack
16:44 Revision b548e016: [!!!][TASK] Remove deprecated ensureClassLoadingInformationExists()
Change-Id: I0f83233c25e73cfe6194d005cde320542e65464f
Resolves: #82674
Related: #80700
Releases: master
Reviewed-on: h...
Christian Kuhn
16:03 Revision 84c838d3: [TASK] Update typo3/testing-framework to 1.1.5
Brings a patch to dump class loading information
in functional and acceptance tests.
Change-Id: Ib44918666875100426f...
Christian Kuhn
16:03 Revision aeada00c: [TASK] Update typo3/testing-framework to 1.1.5
Brings a patch to dump class loading information
in functional and acceptance tests.
Change-Id: Ib44918666875100426f...
Christian Kuhn
11:15 Revision fca1b864: [BUGFIX] Correct route to workspace module
Use correct route for generating split preview links
in WorkspaceService
Change-Id: I5cf83c435278b9c83c31e829f28f72d...
Susanne Moog
10:34 Revision ede654a1: [!!!][TASK] Always use logging in authentication processes
There are several checks within AuthenticationService, AbstractUserAuthentication
and AbstractService which can be dr...
Benni Mack
10:07 Revision 20128778: [!!!][TASK] Remove inline localizationMode
Drop the TCA inline releated localizationMode settings.
This one has been deprecated with v8 including an
automatic T...
Christian Kuhn

2017-10-03

23:16 Revision 9c45facf: [TASK] Cleanup inline JavaScript in Backend
This patch removes the global "TS." JavaScript option, as well as
unused code in EditDocumentController, BackendContr...
Benni Mack
16:32 Revision 76ac0400: [TASK] Acceptance tests: chrome headless
Switch to chrome headless for acceptance tests. We
don't need xvfb and friends on bamboo anymore which
will be update...
Christian Kuhn
16:32 Revision 37fccbbe: [TASK] Acceptance tests: chrome headless
Switch to chrome headless for acceptance tests. We
don't need xvfb and friends on bamboo anymore which
will be update...
Christian Kuhn
13:27 Revision 9aef5d5e: [TASK] Update testing require-dev dependencies
* se/selenium-server-standalone 3.4.0->3.5.3
* codeception/codeception 2.3.5->2.3.6
* enm1989/chromedriver 2.31->2.32...
Christian Kuhn
13:27 Revision a4f8d7ab: [TASK] Update testing require-dev dependencies
* se/selenium-server-standalone 3.4.0->3.5.3
* codeception/codeception 2.3.5->2.3.6
* enm1989/chromedriver 2.31->2.32...
Christian Kuhn
13:21 Revision 025209b2: [TASK] Raise default jpg image quality to 85
DefaultConfiguration setting is 70 (default since 12 years), but the
FactoryConfiguration setting is set to "80" for ...
Benni Mack
13:15 Revision 6d091df9: [BUGFIX] Set content-length header to the end of output
Resolves: #76100
Resolves: #65719
Releases: master, 8.7
Change-Id: I2e389dd6ecb497a164a457230f106a64373c1907
Reviewed...
Benni Mack
13:02 Revision a7d63adc: [BUGFIX] Set content-length header to the end of output
Resolves: #76100
Resolves: #65719
Releases: master, 8.7
Change-Id: I2e389dd6ecb497a164a457230f106a64373c1907
Reviewed...
Benni Mack
11:42 Revision a8df3250: [TASK] Raise BE user session timeout to 8 hours
The current limit of an inactive user of 1 hour is not practical for a regular
editor. Instead, a default value of 8 ...
Benni Mack
00:28 Revision 068f179e: [TASK] Acceptance tests: Don't restart browser
To speed up acceptance tests a bit the browser is no
longer restarted between tests.
Change-Id: I03132905eed1dd6a4cc...
Christian Kuhn
00:28 Revision eb545a1b: [TASK] Acceptance tests: Don't restart browser
To speed up acceptance tests a bit the browser is no
longer restarted between tests.
Change-Id: I03132905eed1dd6a4cc...
Christian Kuhn
00:11 Revision 4b3d0a27: [FOLLOWUP][TASK] Remove migrated TYPO3_CONF_VARS/SYS/setDBinit
This patch removes the obsolete "setDBinit" option which was migrated
in TYPO3 v8.
Resolves: #82421
Releases: master...
Benni Mack
00:10 Revision fa02b422: [!!!][TASK] Cleanup global debug functions
The global "xdebug()" function is removed, as it is a stub for "debug" nowadays.
This function exists since SVN days,...
Benni Mack

2017-10-02

22:01 Revision 2db0cb60: [BUGFIX] Stabilize flaky TimeTracker unit test
The time tracker sometimes switches between two milliseconds
in its operation. Test a bit weaker to cope with that.
...
Christian Kuhn
21:35 Revision 65a24c2f: [BUGFIX] Stabilize flaky TimeTracker unit test
The time tracker sometimes switches between two milliseconds
in its operation. Test a bit weaker to cope with that.
...
Christian Kuhn
15:33 Revision c9a7f9cd: [BUGFIX] CKEditor should not create uploads subfolder
The system extension rte_ckeditor creates an upload folder which is always
empty and not in use by the extension or s...
Benni Mack
15:21 Revision 7df7dee3: [!!!][TASK] Remove tce_db options "prErr" and "uPT"
The two GET/POST parameters "prErr" (Print Errors) and "uPT" (Update Pagetree)
are removed.
The GET/POST parameter "...
Benni Mack
13:46 Revision f18d5742: [BUGFIX] CKEditor should not create uploads subfolder
The system extension rte_ckeditor creates an upload folder which is always
empty and not in use by the extension or s...
Benni Mack
13:32 Revision 10da2c1b: [!!!][TASK] Move EXT:info_pagetsconfig into EXT:info
Migrate the extension info_pagetsconfig into the extension
info where also all other controllers are.
Resolves: #825...
Georg Ringer
11:02 Revision ffa29c20: [BUGFIX] Fix wrong matcher class name
Resolves: #82632
Related: #82014
Releases: master
Change-Id: I987bdda0bdc5bc91c1422b7558bc220f516e79ea
Reviewed-on: h...
Benni Mack
06:53 Revision 2f2a63b2: [CLEANUP] Review comment of PageRepository::getPage()
Note:
Type hints are not trivial to add to the signature. Although the
method always returns an array, there are uni...
Elmar Hinz
06:52 Revision 59175b9c: [CLEANUP] Review comment of PageRepository::getPage()
Note:
Type hints are not trivial to add to the signature. Although the
method always returns an array, there are uni...
Elmar Hinz
06:42 Revision 2800de7d: [CLEANUP] Review comment of fetch_the_id
Change-Id: I590025affea93d84a616b92f9b51211448ec3280
Releases: master
Resolves: #81280
Reviewed-on: https://review.ty...
Elmar Hinz
 

Also available in: Atom