Project

General

Profile

Activity

From 2016-12-19 to 2017-01-17

2017-01-17

21:27 Revision c1d0133e: [TASK] styleguide: TCA: Migrate enable-tab and fixed-font to new settings
Christian Kuhn
19:18 Revision d43ebcc7: [TASK] styleguide: TCA: Migrate wizard_add, wizard_list, wizard_add to new syntax
Christian Kuhn
19:03 Revision b35b012f: [TASK] styleguide: TCA: Migrate to new 'enableRichtext'
Christian Kuhn
17:46 Revision d375170b: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/79 from MonaMuzaffar/master
[TASK] styleguide: TCA: remove old none_5 with field fixedRows Christian Kuhn
16:33 Revision b8a1c9c0: [TASK] Deprecate ArrayUtility::inArray()
Resolves: #79316
Releases: master
Change-Id: Ieb54d51a6d6f15325fc4c1c88ad29c845200c68b
Reviewed-on: https://review.ty...
Wouter Wolters
15:20 Revision 672c77b7: [TASK] Add linkDetails to the parameters sent in typoLink_PostProc hook
This can be useful when using the unified referencing syntax.
Resolves: #79349
Releases: master
Change-Id: If822da7...
Phat Hoang
14:58 Revision 68cd4342: [TASK] styleguide: TCA: remove old none_5 with field fixedRows and set old none_6 to new none_5
Mona Muzaffar
14:19 Revision 6f70fe46: [TASK] styleguide: TCA: Old and new style "list wizard" in group_db_1
Christian Kuhn
13:12 Revision f13780a1: [TASK] styleguide: TCA: wizard_add new style in group_db_1
Christian Kuhn
12:28 Revision bbfa00ee: [TASK] styleguide: TCA: Group add wizard example
Christian Kuhn
11:37 Revision c66ced51: [BUGFIX] Fix typo in CacheManager
By fixing a typo in the CacheManager empty tag arrays
are detected and intercepted.
Resolves: #79236
Releases: maste...
Georg Ringer
10:49 Revision 686ef962: [TASK] Cleanup RTE HTMLArea TSconfig processing options
Some obsolete options are found in the documentation, additionally
the RTE.default.proc.exitHTMLparser_db is not enab...
Benni Mack
09:48 Revision 00677ce4: [!!!][TASK] Prepare richtext configuration
Configuring a richtext field in TCA with the "defaultExtras"
setting (which was formerly the 5th showitem parameter) ...
Christian Kuhn

2017-01-16

21:03 Revision 7e90dbcb: [!!!][TASK] Remove vC checks and deprecate veriCode() method
Since now all Backend urls have module token in place,
the veriCode is not needed any more.
Thus AbstractUserAuthenti...
Tymoteusz Motylewski
17:42 Revision 02b97c45: [TASK] Streamline assignment of current workspace in DataHandler
The processing of data structures in DataHandler and RelationHandler
are bound to each other. DataHandler allows to b...
Oliver Hader
09:13 Revision e817efa5: [TASK] Include constants in TypoScript cache
In order to work with available constants in TypoScript in Frontend
the parsed TypoScript constants are included in t...
Benni Mack

2017-01-15

22:24 Revision 72f81086: [BUGFIX] Extbase: Don't use ORDER BY with COUNT(*) SQL statements
Databases that adhere to the SQL92 standard and enforce having all
columns that are using in any part of the query be...
Morton Jonuschat
13:05 Revision feba2122: [BUGFIX] Return all packages with PackageManager::getAvailablePackages
Currently the PackageManager loads installed package information by
default only. This patch adds a new flag to ensur...
Nicole Cordes

2017-01-14

23:25 Revision 11d21225: [BUGFIX] Make persistent connections available for Redis cache backend
The Redis cache backend allows configuration of all connection
setting, except setting persistent connections. This o...
Kasper Ligaard
23:24 Revision 7d0c8bef: [BUGFIX] Make persistent connections available for Redis cache backend
The Redis cache backend allows configuration of all connection
setting, except setting persistent connections. This o...
Kasper Ligaard

2017-01-13

20:32 Revision 3135fdc1: [BUGFIX] Prepend, don't append, configured View paths
Avoids an issue where default View paths would
be added LAST instead of FIRST as is intended.
Change-Id: I00413b40e2...
Claus Due
20:28 Revision 1c09924f: [BUGFIX] Remove outdated PHPDoc comment
The described behavior has been removed with TYPO3 7.6;
the variable is treated as a boolean now.
Resolves: #79314
R...
Stefan Rotsch
15:35 Revision 7f0bd2ae: [TASK] List Module: Hide hidden fields in single table rendering
If a field is hidden by using TsConfig, it should also not be
shown in the single table rendering in the record list....
Georg Ringer
10:50 Revision 389021fa: [BUGFIX] Ext:form - remove class attribute from flashMessages viewhelper
https://review.typo3.org/#/c/50285/ breaks the ext:form backend modul.
Remove "class" tag attributes from flashMessag...
Ralf Zimmermann
09:47 Revision 6c0ae1c0: [!!!][TASK] Move pages.url_scheme to compatibility7
Adding SSL support on a per-page basis is something that
does not happen very much in 2017 anymore, rather doing this...
Benni Mack
00:50 Revision b236079f: [BUGFIX] Remove range from sorting field
The range configuration for a sorting field doesn't make any sense
and can lead to unexpected bugs as sorting can be ...
Georg Ringer

2017-01-12

18:49 Revision 2fc9d58b: [!!!][TASK] Remove RTE proc.transformBoldAndItalicTags option
The option transformBoldAndItalicTags is there to convert
<i> and <b> tags from the DB to <strong> and <em> for the R...
Benni Mack
18:43 Revision 23870ae1: [TASK] Move DatabaseL10nModeUpdate to a row updater
The new DatabaseL10nModeUpdate install tool upgrade wizard that
migrates row content for old "mergeIfNotBlank" fields...
Christian Kuhn
16:54 Revision 0f9205d2: [FEATURE] Introduce l10n_source field for tt_content
A new field which is a ctrl-based field for any TCA table
called "translationSource" set to a DB field name
(used for...
Tymoteusz Motylewski
15:40 Revision aa62a51f: [BUGFIX] Move legacy indexed_search plugin registration
When moved to EXT:compatibility7 the pi-based Indexed Search
plugin registration was moved to "Configuration/TCA" but...
Benni Mack
15:22 Revision ef447510: Revert "[BUGFIX] Skip main extension repository check in Composer mode"
This reverts commit e538ed3f154f447ddbaf78785a31c9ab2ee72a17.
We do need the information about the main repository s...
Nicole Cordes
15:13 Revision 0f1ba66a: [TASK] Always keep <a> instead of <link> tags in RTE transformations
The RTE uses <a> tags for handling links, a transformation
that replaces <link> tags to <a> tags is updated to use th...
Benni Mack
13:00 Revision bf704f7f: [TASK] styleguide: TCA: group_db_1 edit popup example
Christian Kuhn
12:45 Revision a4ab8a89: Revert "[BUGFIX] Skip main extension repository check in Composer mode"
This reverts commit e538ed3f154f447ddbaf78785a31c9ab2ee72a17.
We do need the information about the main repository s...
Nicole Cordes
07:48 Revision 437d8978: [BUGFIX] Skip main extension repository check in Composer mode
Extensions are not installed and updated from the main extension
repository in Composer mode, thus skip this check co...
Mathias Brodala
07:47 Revision e538ed3f: [BUGFIX] Skip main extension repository check in Composer mode
Extensions are not installed and updated from the main extension
repository in Composer mode, thus skip this check co...
Mathias Brodala

2017-01-11

23:28 Revision dff93991: [!!!][TASK] Remove TCA l10n_mode=mergeIfNotBlank
The TCA setting "l10n_mode=mergeIfNotBlank" for a single
column is removed from the list of values.
The functionalit...
Oliver Hader
23:14 Revision d881b03b: [!!!][FEATURE] Refactoring of FlashMessage rendering
This patch reverts some changes of #73698 and adds some new things:
- Introduce context based FlashMessageRenderer
-...
Susanne Moog
22:49 Revision 60f182f3: [TASK] Filelist: Info dialog shows image dimensions
The file info modal now contains the width and height of images
Resolves: #65822
Releases: master, 7.6
Change-Id: Ia...
Michael Oehlhof
22:16 Revision dd96ce85: [TASK] Filelist: Renaming: Add a better flash message
Just add another/meaningful message to the flash message
queue if the file/folder was not really renamed. It just giv...
Josef Glatz
22:07 Revision f99e8d40: [TASK] Filelist: Info dialog shows image dimensions
The file info modal now contains the width and height of images
Resolves: #65822
Releases: master, 7.6
Change-Id: Ia...
Michael Oehlhof
21:59 Revision 5ea0adfa: [TASK] Add update wizard to remove CLI users
The new CLI functionality to use one dedicated CLI user
called _cli_ makes all previous users prefixed with _cli_*
ob...
Benni Mack
21:56 Revision 7e4e8671: [BUGFIX] ResourceCompressor does not persist external resources
The condition in the ResourceCompressor for fetching
external files never worked, as it was a simple typo
to update a...
Benni Mack
21:27 Revision f1c1e9e4: [BUGFIX] ResourceCompressor does not persist external resources
The condition in the ResourceCompressor for fetching
external files never worked, as it was a simple typo
to update a...
Benni Mack
21:24 Revision 4740ae5c: [TASK] Code cleanup for RteHtmlParser
Several code parts have been cleaned up and sorted into separate methods
to ensure readability.
Certain options defi...
Benni Mack
21:17 Revision bd4c29e7: [FOLLOWUP][FEATURE] Install tool table row updaters
Fix a left over hack and improve comment wording at
a couple of places.
Change-Id: Ida005a7d5889e8aa4afd1e39eb66862f...
Christian Kuhn
20:58 Revision 7db75b02: [FEATURE] Add possibility to create TRIM expression with Doctrine DBAL
This adds the possibility to create TRIM expressions using the
ExpressionBuilder like shown in the following example:...
Oliver Hader
18:53 Revision 74f525e7: [FEATURE] Install tool table row updaters
Introduce an upgrade wizard in install tool that walks through all
TCA table rows and calls registered row updaters t...
Christian Kuhn
18:37 Revision 3c284392: [FEATURE] Add hook to add custom TypoScript templates
This hook allows to extend the added TypoScript by adding
custom TypoScript templates (e.g. not loaded from the datab...
Benni Mack
18:24 Revision a3cc3f9f: [BUGFIX] CacheHashCalculator does not exclude ADMCMD arguments
ADMCMD arguments are not filtered when calculating the cache-hash
which results in a page not found error. The behavi...
Benni Mack
18:11 Revision 4fbd6334: [BUGFIX] CacheHashCalculator does not exclude ADMCMD arguments
ADMCMD arguments are not filtered when calculating the cache-hash
which results in a page not found error. The behavi...
Oliver Hader
17:35 Revision ab982883: [BUGFIX] CacheHashCalculator does not exclude ADMCMD arguments
ADMCMD arguments are not filtered when calculating the cache-hash
which results in a page not found error. The behavi...
Oliver Hader
15:19 Revision d44fef31: [!!!][TASK] Remove RteHtmlParser proc options
The RTE processing options "dontProtectUnknownTags_rte"
and "dontConvAmpInNBSP_rte" come from a legacy point of
view ...
Benni Mack
15:18 Revision fdf937fe: [TASK] Extract broken links marker syntax for RTE
The RTE parser has the following functionality:
- When transforming content from DB to RTE, and <link 13> tag referen...
Benni Mack
13:00 Revision 04b97b4a: [!!!][TASK] Remove ExtDirect State Provider
The ExtDirect component for fetching the state (for the pagetree)
can be simplified by simply using the Storage.Persi...
Benni Mack
12:59 Revision d9b52a59: [BUGFIX] Doctrine: Consider MySQL index subpart information in upgrade wizards
If an index is defined on a table that is stored on a MySQL database
and uses the MySQL specific subpart length featu...
Morton Jonuschat
12:49 Revision 0d0878e0: [FEATURE] Add button to delete similar errors from sys_log
The log module of TYPO3 now shows a button to delete multiple errors at once based on
the `details` field of the `sys...
Mathias Schreiber
12:33 Revision 179f1609: [BUGFIX] Use POST for storing uc-related Storage in BE
The AJAX call to store uc settings should be handled
as POST request, and not a GET request to ensure that
even long ...
Benni Mack
12:29 Revision 1c7daaa0: [TASK] Remove unnecessary pageTS config of HtmlArea
HTMLarea defines htmlSpecialChars=0 which is set by default.
If it is overriden by an installation, this can still be...
Benni Mack
12:24 Revision 9d465632: [!!!][TASK] Remove RTE proc option "disableUnifyLineBreaks"
The RTE option "proc.disableUnifyLineBreaks" was never
set by default.
If NOT set (= default), then all line breaks ...
Benni Mack
11:57 Revision c6c06e54: [BUGFIX] Use POST for storing uc-related Storage in BE
The AJAX call to store uc settings should be handled
as POST request, and not a GET request to ensure that
even long ...
Benni Mack
11:29 Revision f5a07ab7: [BUGFIX] Fix JS errors in context menu
Fixes two issues: syntax error (missing semicolon),
and "Uncaught TypeError: Cannot read property 'refresh' of undefi...
Tymoteusz Motylewski
10:18 Revision 4d4fdc6d: [FEATURE] Ext:form - extend the extension location functionality
With this patch is it possible to:
* save existing forms within extension locations
("allowedExtensionPaths") if "...
Ralf Zimmermann
09:43 Revision f323cce6: [BUGFIX] Correct declaration of $rL_uidRegister
$rL_uidRegister was declared as a string but was
used as an array therefore in PHP 7.1 an exception was
thrown.
This...
Kasper Ligaard
00:58 Revision 5089776e: [TASK] Deprecate CommandLineController and Cleaner Command
The base classes of the very very old CommandLineController
and the Cleaner Command are deprecated. They are not in
u...
Benni Mack
00:45 Revision 70e2cbe4: [TASK] Remove creation of _cli_scheduler in BE
The _cli_scheduler backend user was necessary before the
introduction of the unified "_cli_" user for all CLI process...
Benni Mack
00:34 Revision eb942108: [!!!][FEATURE] Migrate Scheduler Cli Controller to Symfony Command
The scheduler CLI controller that is triggered via
"typo3/cli_dispatch.phpsh scheduler" is migrated to a Symfony Comm...
Benni Mack
00:25 Revision 5bf10c8d: [!!!][TASK] Remove system extension t3skin
The system extension "t3skin" has been slowly trimmed down due to
the native CSS/LESS building of the TYPO3 core into...
Wouter Wolters
00:17 Revision e92276ea: [TASK] Deprecate unused LocalizationRepository methods
After the change https://review.typo3.org/#/c/47645/ was merged
methods getRecordLocalization and getPreviousLocalize...
Tymoteusz Motylewski

2017-01-10

23:02 Revision 0869cf1b: [TASK] Cleanup CLI commands in EXT:backend
* Make backend:unlock and backend:lock a separate class.
* Manually require the CLI user for ReferenceIndexUpdateComm...
Benni Mack
22:56 Revision 2abd080a: [TASK] Cleanup CLI handling of CLI commands
The new _CLI_ user authentication is now explictly
set and required in each command (if a user is needed)
during runt...
Benni Mack
20:04 Revision dc83cdd3: [!!!][TASK] Remove l10n_mode noCopy
The setting noCopy is removed from the list of possible values
of the TCA column property l10n_mode without any repla...
Oliver Hader
13:44 Revision 6a1da0b3: [!!!][FEATURE] Introduce single _cli_ user for all CLI calls
The command line users prefixing with _CLI_scheduler etc. is flawed,
however a single user is needed for doing e.g. D...
Benni Mack
13:42 Revision e3779b1f: [BUGFIX] InstallTool: handle column renames in database compare
When the Doctrine SchemaMigrator detects an added column and a removed
column that only differ by name but not by con...
Morton Jonuschat
13:32 Revision 4a704638: [TASK] Use $ instead of TYPO3.jQuery
In TYPO3 6.0 we introduced TYPO3.jQuery as a possibility to have jQuery
run side-by-side with prototype.js in a no-co...
Benni Mack
12:12 Revision 163a2b77: [!!!][TASK] EXT:form - split typoscript includes
1) Move backend module specific TypoScript directly to
`EXT:form/ext_typoscript_setup.txt`. It should be loaded
autom...
Josef Glatz
11:53 Revision a962de35: [!!!][TASK] Remove ExtJS Pagetree indicator functionality
The ExtJS Page Tree has some functionality to add custom indicators
to the page tree, which is loaded by ExtDirect.
...
Benni Mack
10:25 Revision 3376cab4: [BUGFIX] Remove range from sorting field
The range configuration for a sorting field doesn't make any sense
and can lead to unexpected bugs as sorting can be ...
Georg Ringer
10:12 Revision 9db5372d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/78 from MonaMuzaffar/master
FormEngine Example Christian Kuhn
10:00 Revision 2003ac5e: [FOLLOWUP][TASK] Replace ExtDirect State for module menu with jQuery
Type mismatch leads to always closing module menu.
Resolves: #79211
Releases: master
Change-Id: Ib733853fa036c5fdb4e...
Wouter Wolters

2017-01-09

21:13 Revision 3e93c060: [TASK] EXT:form - license headers
Add a reference to the original authors since most of the
Frontend functionality is heavily inspired and copied from
...
Ralf Zimmermann
20:30 Revision 2dde5b97: [TASK] Remove AppVeyor configuration
AppVeyor is kind of broken by design.
Most of the times something is messed up, dependencies don't work or it
simply ...
Mathias Schreiber
19:35 Revision d0387144: [!!!][FEATURE] Allow reloading of backend topbar
A new API is introduced that allows to reload the backend’s topbar.
The reload may be triggered via JavaScript and PH...
Andreas Fernandez
19:32 Revision 6e0aa6a5: [BUGFIX] Remove range from sorting field
The range configuration for a sorting field doesn't make any sense
and can lead to unexpected bugs as sorting can be ...
Georg Ringer
18:10 Revision 54dd2812: [BUGFIX] IconFactory check arrays for key
This reduces PHP notices, as we check arrays before acessing them.
Resolves: #78992
Releases: master, 7.6
Change-Id:...
Alexander Opitz
18:04 Revision b52d97a6: [BUGFIX] IconFactory check arrays for key
This reduces PHP notices, as we check arrays before acessing them.
Resolves: #78992
Releases: master, 7.6
Change-Id:...
Alexander Opitz
17:25 Revision 8c4ee10c: [TASK] Introduce abstract class AbstractAjaxController
Extract duplicate code in method and let FormFlexAjaxController
and FormInlineAjaxController extend from abstract cla...
Mona Muzaffar
17:16 Revision eb44532e: [BUGFIX] Fix sys_log table on strict database
The column details must have a default value
because of NOT NULL.
Resolves: #79220
Related: #77306
Releases: 7.6
Cha...
Wouter Wolters
16:09 Revision babbcefa: Merge branch 'master' of https://github.com/7elix/TYPO3.CMS.Styleguide
[TASK] styleguide:FormEngine Examples Mona Muzaffar
16:05 Revision d14f5de7: [TASK] styleguide: New FormEngine Examples: single inline and tree
Christian Kuhn
13:29 Revision 5c7268f1: [TASK] Simplify module menu loading functionality
As there is no relative path functionality but only absolute
URLs (without the domain name but just prepended) the fu...
Benni Mack
13:25 Revision 1550f942: [TASK] ext:beuser delete button title attribute
Add missing title attribute to delete button in the backend user
listing module.
Resolves: #79203
Releases: master
C...
Josef Glatz
13:22 Revision 9cf2adf8: [FOLLOWUP][TASK] Remove iconv support and use mbstring-polyfill
The method csConv->strtrunc() is missing in the deprecation.
Resolves: #78670
Releases: master
Change-Id: I95284f2de...
Benni Mack
11:50 Revision a2f15fc5: [TASK] Remove hardcoded ContextHelpWindows settings
The values are hardcoded and not replaceable. We can put the
hardcoded values in JavaScript directly.
Resolves: #792...
Wouter Wolters
11:33 Revision 9534defd: [TASK] styleguide: TCA: Migrate to new renderType 'inputLink'
Christian Kuhn
10:58 Revision 8c900c2a: [TASK] Functional tests for free mode translation
Functional tests for following scenarios:
- free-mode translation of a record in non-default language
(live and in wo...
Tymoteusz Motylewski
10:37 Revision 7a7b7e10: [BUGFIX] Make copy mode of translation modal use localize
... omitting TransOrigPointer
While translating elements with the localization modal we have to
make sure that the ...
Tymoteusz Motylewski
10:05 Revision 9f9e4f28: [TASK] Replace ExtDirect State for module menu with jQuery
The obsolete State Provider for storing and retrieving the information
if the backend module menu should be collapsed...
Benni Mack
10:04 Revision 1e825b0c: [BUGFIX] Fix typo in ext:backend fluid template
Resolves: #79202
Releases: master, 7.6
Change-Id: Ie47e6b42a7429ce75a8d750c7e7aa7f1c1cb9bec
Reviewed-on: https://revi...
Benni Mack
10:02 Revision c640740e: [BUGFIX] Fix typo in ext:backend fluid template
Resolves: #79202
Releases: master, 7.6
Change-Id: Ie47e6b42a7429ce75a8d750c7e7aa7f1c1cb9bec
Reviewed-on: https://revi...
Josef Glatz
10:01 Revision d08da33d: [BUGFIX] Remove leftover info about config.uniqueLinkVars
Remove obsolete info about a removed setting in tsref.xml
and remove one duplicate `to` just two lines later.
Resolv...
Josef Glatz
10:01 Revision 259ed343: [BUGFIX] Remove leftover info about config.uniqueLinkVars
Remove obsolete info about a removed setting in tsref.xml
and remove one duplicate `to` just two lines later.
Resolv...
Josef Glatz

2017-01-08

15:01 Revision 9a44f783: [TAKS] Add missing variables in WorkspaceService doc comments
Resolves: #79200
Releases: master, 7.6
Change-Id: I745f9762122dba5f2e1ecca8deafd440a78f8329
Reviewed-on: https://revi...
Tymoteusz Motylewski
14:50 Revision d1c144b6: [TAKS] Add missing variables in WorkspaceService doc comments
Resolves: #79200
Releases: master, 7.6
Change-Id: I745f9762122dba5f2e1ecca8deafd440a78f8329
Reviewed-on: https://revi...
Tymoteusz Motylewski
14:28 Revision 7f77f136: [TASK] styleguide: TCA: Migrate slider wizard to new slider config
Christian Kuhn
02:55 Revision c4d678b2: [TASK] styleguide: TCA: Migrate select wizard to valuePicker, add readOnly date examples
Christian Kuhn

2017-01-07

23:08 Revision e448bab7: [TASK] styleguide: TCA: Prepare for new renderType inputDateTime
Christian Kuhn
21:37 Revision 586d459a: [TASK] styleguide: TCA: Remove obsolete config setting "checkbox" on input elements
Christian Kuhn
21:17 Revision accaacf9: [BUGFIX] EXT:tstemplate: Removed double escaping of page name
Because the escaping takes place when the PageZero template is rendered
by the view, there is no need to escape it in...
Michael Oehlhof
18:16 Revision ad7e8a31: [TASK] Functional tests for free mode translation
Functional tests for following scenarios:
- free-mode translation of a record in non-default language
(live and in wo...
Tymoteusz Motylewski
18:13 Revision 6b636a49: [BUGFIX] Get folder’s identifier for exception message
The identifier of the folder object is now retrieved and used in the
exception message.
Resolves: #79194
Releases: m...
Andreas Fernandez
18:06 Revision efcf0cf3: [!!!][TASK] Removed optional fluid typoscript template
The typoscript template was meant as an example/showcase on how to
use Fluid Widgets in FE. The current used includes...
Frans Saris
18:05 Revision b49b1598: [BUGFIX] Get folder’s identifier for exception message
The identifier of the folder object is now retrieved and used in the
exception message.
Resolves: #79194
Releases: m...
Andreas Fernandez
18:05 Revision 8bc9de14: [TASK] Update copyright year to 2017
Resolves: #79165
Releases: master, 7.6, 6.2
Change-Id: Ia3211ad00a3b6bd915b0a099bdb8d98a8b12dc7f
Reviewed-on: https:/...
Wouter Wolters
18:04 Revision 6ff54a56: [TASK] Update copyright year to 2017
Resolves: #79165
Releases: master, 7.6, 6.2
Change-Id: Ia3211ad00a3b6bd915b0a099bdb8d98a8b12dc7f
Reviewed-on: https:/...
Wouter Wolters
17:32 Revision c99b6322: [FOLLOWUP][TASK] Update copyright year to 2017
Added some files that were not updated with the original change.
Resolves: #79165
Releases: master, 7.6, 6.2
Change-...
Andreas Fernandez
16:44 Revision bbba47e3: [TASK] Update copyright year to 2017
Resolves: #79165
Releases: master,7.6,6.2
Change-Id: Ia3211ad00a3b6bd915b0a099bdb8d98a8b12dc7f
Reviewed-on: https://r...
Wouter Wolters
16:41 Revision 7a47e2de: [TASK] styleguide: TCA: Localization setup for tx_styleguide_elements_basic
Christian Kuhn
11:50 Revision e0ae7d82: [BUGFIX] Show file title in CE uploads
Resolves: #78900
Releases: master, 7.6
Change-Id: Ia44c039083d44eda463ee1819f6dc20353ce7f8a
Reviewed-on: https://revi...
Frans Saris

2017-01-06

15:38 Revision 8a0706c1: [BUGFIX] EXT:form - load custom form editor templates
Avoid javascript errors if a custom form editor templates is used.
Resolves: #79184
Releases: master
Change-Id: I5a7...
Ralf Zimmermann
00:50 Revision 33dbe77e: [BUGFIX] Fix sorting in language list
* Add sorting field for A/D
* disable senseless sorting of actions
Resolves: #79085
Releases: master, 7.6
Change-Id:...
Markus Sommer
00:41 Revision cd11f0aa: [BUGFIX] Fix sorting in language list
* Add sorting field for A/D
* disable senseless sorting of actions
Resolves: #79085
Releases: master, 7.6
Change-Id:...
Markus Sommer

2017-01-05

20:32 Revision a756ed78: [BUGFIX] Prevent fatal error in TemplatePaths without TS
This fixes an issue with Fluid being asked to render a
template at an execution point where no TS can be
resolved (Co...
Claus Due

2017-01-04

13:46 Revision 10748836: [BUGFIX] Missing language label "Access capabilities"
Used as tab label in sys_file_storage
Releases: master
Resolves: #79152
Change-Id: I37407b09d7829185e171aa3eb0632b06...
DavidsWONG
13:01 Revision 6ef63b53: [TASK] Clean up @see annotation in DataHandler functional tests
Resolves: #79146
Releases: master, 7.6
Change-Id: I567031de638d5a03c4e38796b4bfd17569c361e7
Reviewed-on: https://revi...
Tymoteusz Motylewski
12:46 Revision e53509d0: [TASK] Clean up @see annotation in DataHandler functional tests
Resolves: #79146
Releases: master, 7.6
Change-Id: I567031de638d5a03c4e38796b4bfd17569c361e7
Reviewed-on: https://revi...
Tymoteusz Motylewski
12:35 Revision 4f02fc89: [BUGFIX] Check in TcaMigration if the type is set
The type field is essential for TCA and must be checked if available.
Resolves: #79059
Releases: master
Change-Id: I...
Georg Ringer
12:33 Revision bf6c3501: [TASK] Reload pagetree after hide / unhide page in click menu
Pagetree reload now after hide / unhide page in click menu with the
correct status
Resolves: #79090
Releases: master...
Gianluigi Martino
12:22 Revision 3b29051e: [BUGFIX] FormEngine group element top/bottom buttons
The sort top/bottom buttons in group element no longer depend
on the number of selected items. This is inconvenient a...
Christian Kuhn

2017-01-03

19:11 Revision c9d79db5: [BUGFIX] Make copy mode of translation modal use localize
... omitting TransOrigPointer
While translating elements with the localization modal we have to
make sure that the ...
Tymoteusz Motylewski
15:19 Revision 1ea8947c: [TASK] styleguide: TCA: RTE examples default value and eval=null
Christian Kuhn
14:53 Revision 0c6bd98e: [TASK] styleguide: TCA: Add eval=null without placeholder for type=text example
Christian Kuhn
14:41 Revision 5631d83c: [BUGFIX] Documentation of sessionTimeout
A sessionTimeout <= 0 means that a user will be logged out
instantly after login.
Resolves: #78822
Releases: master,...
Anja Leichsenring
14:33 Revision a041188c: [BUGFIX] Documentation of sessionTimeout
A sessionTimeout <= 0 means that a user will be logged out
instantly after login.
Resolves: #78822
Releases: master,...
Alexander Opitz
14:33 Revision 38a1bc5d: [!!!][TASK] Improve flex and TCA handling in FormEngine
The patch adapts a series of nasty form engine areas to more solid
code. The evaluate condition code is rewritten and...
Christian Kuhn
12:38 Revision 96f08d16: [TASK] Set TYPO3 version to 6.2.31-dev
Change-Id: I99eb8c43e132918527206f8ecfae0e60a86c0f37
Reviewed-on: https://review.typo3.org/51104
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:38 Revision fe088d47: [RELEASE] Release of TYPO3 6.2.30
Change-Id: Id881ac0fa1fd9db5ad78b1f733e9dcad2b137feb
Reviewed-on: https://review.typo3.org/51103
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:24 Revision 1bc921f2: [TASK] Set TYPO3 version to 7.6.16-dev
Change-Id: I942ba77f461fe34395d1a20dda70393d65c230c7
Reviewed-on: https://review.typo3.org/51102
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:24 Revision 83c94ad5: [RELEASE] Release of TYPO3 7.6.15
Change-Id: Iea9d6a4e6196b27df8dc1a9ed2c0c9f69b63fc3c
Reviewed-on: https://review.typo3.org/51101
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:16 Revision 68e2470d: [TASK] Set TYPO3 version to 8.5.2-dev
Change-Id: Id9a3265a4f221436864d1df0bbb5f1decbfef9db
Reviewed-on: https://review.typo3.org/51100
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:16 Revision 37ad0060: [RELEASE] Release of TYPO3 8.5.1
Change-Id: Iceedd0c20227676f44b464890374a8735beb9905
Reviewed-on: https://review.typo3.org/51099
Reviewed-by: TYPO3 R...
TYPO3 Release Team
11:58 Revision 0f79d439: [SECURITY] Protect Mailtransport
Fix CVE-2016-10074 by disallowing potentially unsafe shell characters.
Resolves: #79114
Releases: master, 8.5, 7.6, ...
Wouter Wolters
11:57 Revision 4c854485: [SECURITY] Protect Mailtransport
Fix CVE-2016-10074 by disallowing potentially unsafe shell characters.
Resolves: #79114
Releases: master, 8.5, 7.6, ...
Wouter Wolters
11:57 Revision c7e1ce9c: [SECURITY] Protect Mailtransport
Fix CVE-2016-10074 by disallowing potentially unsafe shell characters.
Resolves: #79114
Releases: master, 8.5, 7.6, ...
Benni Mack
11:57 Revision 82cc3e9a: [SECURITY] Protect Mailtransport
Fix CVE-2016-10074 by disallowing potentially unsafe shell characters.
Resolves: #79114
Releases: master, 8.5, 7.6, ...
Wouter Wolters
10:49 Revision 083b583b: [FEATURE] Allow definition of template paths in backend module
BackendTemplateView now allows overwriting of template paths to add your own
locations for templates, partials and la...
Susanne Moog
07:06 Revision a526ce95: [BUGFIX] Use correct type in PageRepository::getDomainStartPage for column fe_group
Strict DBMS will throw an exception for a query where to compare an integer against a column with string values.
Ther...
Manuel Selbach

2017-01-02

09:25 Revision ea5caf72: [TASK] Update d3 to 4.4.0
* Add identity.reflectX and identity.reflectY to d3.geoIdentity.
* Add zoom.interpolate to control zoom transition be...
Andreas Fernandez
09:25 Revision 59ba520f: [TASK] Update autosize to 3.0.20
v.3.0.20 - 2016-12-04
Fixed minor bug where the resized event would not fire under specific
conditions when changing ...
Andreas Fernandez

2017-01-01

10:27 Revision ed23d0b5: [BUGFIX] Ensure correct field ordering in CSV export
Due to patch https://review.typo3.org/48998/ the whole database record
is fetched from the database instead of only t...
Nicole Cordes
10:25 Revision 220db6ee: [BUGFIX] Ensure correct field ordering in CSV export
Due to patch https://review.typo3.org/48998/ the whole database record
is fetched from the database instead of only t...
Nicole Cordes

2016-12-31

23:23 Revision 7a993251: [BUGFIX] Do not use realpath for temporary file names
Generating a temporary file with the PHP function tempnam,
returns the realpath of the file. There are however
situat...
Stefan Froemken
19:28 Revision f20356a6: [TASK] Add functional test covering copying a page translated in free mode
This test is a safe net before implementing features like l10n_source
Releases: master, 7.6
Resolves: #79126
Change-...
Tymoteusz Motylewski
19:27 Revision 43d0a5b6: [TASK] Add functional test covering copying a page translated in free mode
This test is a safe net before implementing features like l10n_source
Releases: master, 7.6
Resolves: #79126
Change-...
Tymoteusz Motylewski
19:21 Revision b35192a0: [BUGFIX] Do not use realpath for temporary file names
Generating a temporary file with the PHP function tempnam,
returns the realpath of the file. There are however
situat...
Stefan Froemken
17:44 Revision fa122d5b: [TASK] EXT:viewpage: Added page title as headline
Resolves: #77573
Releases: master
Change-Id: If4aaa1f4f9f49e39ecdaee12fc8568ed3839a0ea
Reviewed-on: https://review.ty...
Michael Oehlhof
17:42 Revision 552d4159: [TASK] Update TYPO3 Icons to 0.0.14
Resolves: #79125
Releases: master
Change-Id: I8fdfd139cad85e6d39586ee36e6c6dcc886525e0
Reviewed-on: https://review.ty...
Benjamin Kott
17:34 Revision 276220fd: [BUGFIX] EXT:Scheduler: Adjust return type of convertRangeToListOfValues
Resolves: #79086
Releases: master
Change-Id: I47e77f5bc8915d972bd9c19fe8c95f77aea4be7f
Reviewed-on: https://review.ty...
Michael Oehlhof
15:41 Revision c4bc3e1b: [BUGFIX] Remove relations from MM table
If extbase deletes an object it doesn't delete its relations in an
MM table. This patch adds the check for a possible...
Nicole Cordes
15:40 Revision 29dbc2fb: [BUGFIX] Remove relations from MM table
If extbase deletes an object it doesn't delete its relations in an
MM table. This patch adds the check for a possible...
Nicole Cordes
15:39 Revision a98388be: [FOLLOWUP][BUGFIX] Respect SQL table names max length in install tool
Consider the table and column name length limitations of the
various database platforms when calling / executing the
...
Manuel Glauser
15:36 Revision 218e6e5a: [BUGFIX] Fix interaction with versions on "All workspaces" tab
Interacting with workspace versions using the "All workspaces"
tab in the workspace module was not possible. The proc...
Oliver Hader
15:14 Revision 23de0a8c: [BUGFIX] Fix interaction with versions on "All workspaces" tab
Interacting with workspace versions using the "All workspaces"
tab in the workspace module was not possible. The proc...
Oliver Hader
15:13 Revision 88bdb122: [TASK] Use TYPO3_SSL for the URL schema enforcement test
The enforement of the url_schema field should not be based
on the requested URL schema, but on the TYPO3_SSL envirome...
Patrick Kollodzik
15:10 Revision b6de5526: [!!!][TASK] Remove legacy CLI-related constants and variables
The constants TYPO3_cliKey and TYPO3_cliInclude are removed,
same goes for $GLOBALS['temp_cliScriptPath'] and
$GLOBAL...
Benni Mack
15:09 Revision f0a731ee: [TASK] Deprecate DatabaseConnection based prepared statements in Extbase
Extbase has a way to set raw statements with PreparedStatements
based on DatabaseConnection. This functionality has b...
Benni Mack
13:43 Revision f028b949: [FEATURE] Allow modification of typolink params
Added a hook to typolink if link type is "page" to be able
to modify page links (for example enriching them with furt...
Mathias Schreiber
10:15 Revision fe23a0b0: [BUGFIX] Do not use realpath for temporary file names
Generating a temporary file with the PHP function tempnam,
returns the realpath of the file. There are however
situat...
Stefan Froemken

2016-12-30

23:36 Revision 3d107451: [TASK] Add CSH button to CreateFolder module
Resolves: #70596
Releases: master
Change-Id: I66187bf8de87cfd77b5be0e889d27c86df641dbc
Reviewed-on: https://review.ty...
Michael Oehlhof
17:37 Revision 533e4cd8: [BUGFIX] Check for loaded EXT:version in getLiveVersionIdOfRecord
Omit SQL queries for each record by checking whether the "version"
extension is loaded in BackendUtility->getLiveVers...
Thomas Hohn
17:27 Revision 216988b7: [BUGFIX] Check for loaded EXT:version in getLiveVersionIdOfRecord
Omit SQL queries for each record by checking whether the "version"
extension is loaded in BackendUtility->getLiveVers...
Thomas Hohn
17:17 Revision 5bb34d08: [TASK] Clean up DebuggerUtility
This patch cleans up the DebuggerUtility and fixing two issues:
* removes possible XSS
* makes it more readable
Res...
Nicole Cordes
17:08 Revision 8ebce723: [TASK] Remove unused property in PageRepository
The public property $versioningPreview_where_hid_del
is not in use anymore due to the refactoring of
Doctrine DBAL an...
Benni Mack
17:02 Revision 740dfd46: [BUGFIX] CE "menu" subtype "keywords" generated wrong SQL
When using the content element Menu with subtype "keywords"
the generated SQL contained non-replaced prepared stateme...
Susanne Moog
15:05 Revision ca45d9e4: [!!!][TASK] Migrate VersionsCommand to SymfonyConsole
The lowlevel command for showing and cleaning up versioned
records in the database is migrated to a native symfony co...
Benni Mack
14:49 Revision 657b599e: [TASK] Remove unused property in Package object
The protected property $classAliases is removed as it is
not used at all.
Resolves: #79111
Releases: master
Change-I...
Benni Mack
11:20 Revision 5064bf9c: [BUGFIX] Add separate sorting direction to getMenu methods
Since the doctrine change the sorting direction has to be passed as
separate parameter, the methods getMenu, getMenuF...
Susanne Moog

2016-12-29

16:57 Revision d9af09f8: [BUGFIX] Check for valid BEuser record for avatar creation
A not valid BeUser record can not be retrieved from DB and must
not be passed to the AvatarViewHelper render() method...
Anja Leichsenring
16:04 Revision b00f5a89: [TASK] Update momentjs to 2.17.1 and moment-timezone to 0.5.10
Resolves: #78965
Releases: master
Change-Id: I3c91c1f3b14a05c4e1120033354b9855ddb1e4eb
Reviewed-on: https://review.ty...
Andreas Fernandez
15:56 Revision 90495023: [TASK] Split fluid styled content rendering definitions
Moving the rendering definitions for content elements to dedicated
files provides a better overview over the configur...
Benjamin Kott
14:40 Revision 379298b9: [TASK] EXT:Scheduler: Removed unneccesary Annotation from CronCommand
The unneccesary @return annotation is removed from the
function __construct.
Resolves: #79087
Releases: master
Chang...
Michael Oehlhof
09:25 Revision a198a5fc: [TASK] Update ckeditor to 4.6.1
New Features:
* The callback parameter in the CKEDITOR.ajax.post method became optional.
Fixed Issues:
* [Blink, Web...
Andreas Fernandez

2016-12-28

18:45 Revision d19a3adf: [!!!][TASK] felogin: remove default css
There is no need for this css style. Whenever you start a
new installation, you write your CSS for your website by yo...
Josef Glatz
14:30 Revision 32ac7e7e: [TASK] Update phpunit to version 5.7.4
Resolves: #79082
Releases: master
Change-Id: I1de2911243d5dfd8a172d9dac60cbe93f36c26f8
Reviewed-on: https://review.ty...
Anja Leichsenring
07:55 Revision 388bd760: [FOLLOWUP][TASK] Extract testing framework for TYPO3
Acceptance Tests are not found, path needs adjustment,
References need to be adjusted to the new paths.
Resolves: #7...
Anja Leichsenring

2016-12-26

20:47 Revision 00da4275: [BUGFIX] styleguide: Travis on new master
Christian Kuhn
19:37 Revision 65357459: [TASK] styleguide: Relax maxitems setting
Related: https://github.com/TYPO3-CMS/styleguide/issues/78899 Christian Kuhn

2016-12-24

14:19 Revision 98dd27a7: [BUGFIX] FAL relations duplicated when saving in workspaces
In a workspace, when a record is saved which contains an IRRE-managed
relation in a flexform field, the relation is d...
Andreas Wolf

2016-12-23

18:50 Revision ebb6f76d: [TASK] Integrate driver into functional test bootstrap
According to doctrine migration functional tests should be processed against
different dbms. Thus, we have to integra...
Manuel Selbach
18:40 Revision 8f97fa3a: [TASK] Ensure consistent handling of BLOBs
Set PDO attributes to ensure that BLOB fields are returned as strings to PHP,
the way MySQL does. Update INSERT/UPDAT...
Morton Jonuschat
15:29 Revision 260bb278: [TASK] Update datatables to 1.10.13
See a list of fixes at https://cdn.datatables.net/1.10.13/
Resolves: #78963
Releases: master
Change-Id: Ic59257fd90c...
Andreas Fernandez
14:51 Revision 06290fe0: [TASK] Testing Framework: Move fluid base test and ensure BC
After the merge of #79025 now the fluid base test case for viewhelpers
should be moved to the testing framework.
A c...
Susanne Moog

2016-12-22

16:47 Revision 9fbe40bf: [BUGFIX] Remove wrong queryBuilder usage in prepareCacheFlush
Due to a wrong queryBuilder being used the parameters stay empty.
Use the correct queryBuilder to prevent SQL errors....
Wouter Wolters
14:51 Revision d4953a6b: [!!!][TASK] Extract testing framework for TYPO3
Add testing framework component for independent usage
Resolves: #79025
Releases: master
Change-Id: I23cfd2ed42108d7d...
Susanne Moog
14:34 Revision f43b53d2: [BUGFIX] Show loading label while scanning broken extensions
When switching to Bootstrap in the Install Tool, the class adjustment
for the loading message in LoadExtensions.html ...
Nicole Cordes
14:25 Revision 64fe3032: [BUGFIX] Show loading label while scanning broken extensions
When switching to Bootstrap in the Install Tool, the class adjustment
for the loading message in LoadExtensions.html ...
Nicole Cordes

2016-12-21

19:53 Revision 7354e610: [BUGFIX] Documentation of #53542 contains wrong issue number
Resolves: #79064
Related: #53542
Releases: 7.6
Change-Id: If2393a5325a9b5ba21c7ee852e65b9d16c6c3b3a
Reviewed-on: http...
Stephan Großberndt
12:53 Revision c80b6747: [BUGFIX] Add missing getTemplatePathAndFilename() in TemplatePaths
The StandaloneView getTemplatePathAndFilename() calls
a method that the fluid standalone extension doesn't implement ...
Daniel Gohlke
12:00 Revision 21c21760: [TASK] Update TYPO3 version to TYPO3 8.6-dev
Resolves: #79055
Releases: master
Change-Id: I09921a6c4fc013af2a01b498712d282559028b37
Reviewed-on: https://review.ty...
Wouter Wolters

2016-12-20

20:10 Revision 0fe9f125: [BUGFIX] Set title for select icons
Use the select options label as title instead of
an uninitialized variable.
Resolves: #79037
Releases: master, 7.6
C...
Marco Huber
20:07 Revision c2f2ab67: [BUGFIX] Add default values from setup.txt and raise override to 20
Update the indexed_search extension documentation with
proper TypoScript values for overriding templates.
Resolves: ...
Boris Schauer
20:01 Revision db03d229: [BUGFIX] Set title for select icons
Use the select options label as title instead of
an uninitialized variable.
Resolves: #79037
Releases: master, 7.6
C...
Marco Huber
15:11 Revision e7fa5d53: [TASK] Set TYPO3 version to 8.5.1-dev
Change-Id: I3f4991ebbf3117a062c8d3d63fd731990401ebe3
Reviewed-on: https://review.typo3.org/51008
Reviewed-by: TYPO3 R...
TYPO3 Release Team
15:10 Revision aa94fbd7: [RELEASE] Release of TYPO3 8.5.0
Change-Id: I0bc2ac481447671f0354375d9433ed0b9a2f47c8
Reviewed-on: https://review.typo3.org/51007
Reviewed-by: TYPO3 R...
TYPO3 Release Team
13:17 Revision 1a2e2630: [BUGFIX] setPartialRootPaths in the backend tabs menu
Adding the root paths to the partials, which aren't autoguessed anymore.
Resolves: #78969
Releases: master
Change-Id...
Alexander Opitz
11:48 Revision 15da6928: [DOCS] 8.5 Documentation
Added all documentation for CMS v8.5
Resolves: #
Releases: master
Change-Id: I6756ecd38a2d50553bcfc8687707b5c08f8944...
Mathias Schreiber
11:42 Revision 8ecb8fa1: [FOLLOWUP][TASK] Remove support for transForeignTable in TCA
Some variable names have not been adjusted correctly.
Resolves: #78191
Releases: master
Change-Id: I107b9c5d146fb4a0...
Oliver Hader
11:04 Revision 53f28e99: [BUGFIX] Allow t3:// syntax to be parsed by lib.parseFunc
When introducing the new t3:// linking syntax for typolink,
we also allowed to use them in the RTE without using <lin...
Benni Mack
10:04 Revision fc8342ee: [TASK] Re-set RTEHtmlArea as default RTE
Due to the unfinished integration of CKEditor
in the TYPO3 Core, the default installation
should still use HtmlArea a...
Benni Mack

2016-12-19

20:34 Revision c4bfbd34: [TASK] Installation process hangs with PHP 7.1
The lengthy switch/case part of the Lexer class seems to be
too much for PHP 7.1.0. Albeit this seems to be a PHP bug...
Oliver Hader
20:33 Revision 4131de0f: [TASK] Streamline EXT:form unit test
EXT:form's FormManagerControllerTest tries to mock
static method calls of BackendUtility. The methods
to be mocked ar...
Oliver Hader
17:03 Revision 25d53cc0: [BUGFIX] Exception in EXT:form due to invalid array lookup
Due to the changes of ArrayUtility in issue #77732
EXT:form now has to deal with these problems:
+ core's ArrayUtili...
Oliver Hader
15:28 Revision 212a75fb: [BUGFIX] Re-enable styling for workspace preview bar
The workspace preview functionality (comparing versions etc)
is broken due to missing stylings since TYPO3 8.4
The p...
Benni Mack
07:26 Revision 0dcdd818: [FOLLOWUP] Add functional test for cache backend flushByTags
Followup to https://review.typo3.org/#/c/50537/ to add
functional tests covering the new SQL operations.
Change-Id: ...
Claus Due
 

Also available in: Atom