Activity
From 2016-12-22 to 2017-01-20
2017-01-20
- 13:05 Revision dad72d3f: [BUGFIX] Initialize TSFE->config with correct type in PHP 7.1
- The TypoScriptFrontendController->config variable must be of type
array but is initialized with an empty string. Sinc... - 12:49 Revision f39c2f1c: [BUGFIX] Initialize TSFE->config with correct type in PHP 7.1
- The TypoScriptFrontendController->config variable must be of type
array but is initialized with an empty string. Sinc... - 10:08 Revision d827be67: [BUGFIX] Use proper type in LinkAnalyzer to avoid exceptions
- To avoid exceptions, the proper type must be used.
Resolves: #79166
Releases: master
Change-Id: I00a6d65bee8b8807853...
2017-01-19
- 21:26 Revision 2920ac91: [BUGFIX] Restrict l10n fallback to cms extension
- The check for the l10n fallback for the cms extension was too wide, also
covering arbitrary extension names starting ... - 16:59 Revision a26923c9: [TASK] Adjust namespaces of test classes in dynamicReturnTypesMeta.json
- Resolves: #79393
Releases: master
Change-Id: Ic8c0ec41b7421873c4dcbaaa89e483b09ad5608a
Reviewed-on: https://review.ty... - 16:05 Revision 05670e4a: [FOLLOWUP][BUGFIX] Extbase: Do not mangle SQL query when constraint value is empty
- Remove a typo from phpdoc.
Change-Id: If5b45a1124294c80fe3b36f8f1c829f293c9d621
Resolves: #79388
Releases: master
Re... - 14:58 Revision 7efc0924: [BUGFIX] Use reflection information in getGettablePropertyNames
- In \TYPO3\CMS\Extbase\Reflection\ObjectAccess there is a method to get
all available property names of an object. Cur... - 14:38 Revision 56c20415: [BUGFIX] Extbase: Do not mangle SQL query when constraint value is empty
- The query parser now throws an exception if the given value for an
IN or CONTAINS expression is invalid, instead of s... - 13:30 Revision 7adb722a: [BUGFIX] Use reflection information in getGettablePropertyNames
- In \TYPO3\CMS\Extbase\Reflection\ObjectAccess there is a method to get
all available property names of an object. Cur... - 11:53 Revision 038e754a: [TASK] styleguide: TCA: Prepare elements_group tabel for multi language handling
- 10:59 Revision 026e2d1c: [TASK] styleguide: TCA: Cleanups and further wizard migrations
- 02:35 Revision b6338046: [BUGFIX] Use BLOB type column for ses_data in be_sessions table
- The unified session handling for frontend and backend requires
identical SQL column types to properly escape the inpu...
2017-01-18
- 18:42 Revision a3ced22a: [BUGFIX] Avoid stripping tags for generating diffs
- Tags must not be stripped away for creating diffs as
those are essential for editors. Otherwise it is not
possible to... - 18:28 Revision a95d491e: [TASK] styleguide: TCA: rtehtmlarea full screen wizard new style
- 16:31 Revision aa17d026: [BUGFIX] Fix minor typo in DateTimePicker.js
- Heven't replaced with haven't
Resolves: #79376
Releases: master,7.6
Change-Id: I85b252514378eb4db1eb63f93d9b746ca332... - 16:31 Revision 4450ae4d: [BUGFIX] Fix minor typo in DateTimePicker.js
- Heven't replaced with haven't
Resolves: #79376
Releases: master,7.6
Change-Id: I85b252514378eb4db1eb63f93d9b746ca332... - 15:44 Revision a1330375: [TASK] styleguide: TCA: Migrate table wizard to new syntax
- 14:26 Revision f5103823: [TASK] styleguide: TCA: Migrate type=text select wizard to valuePicker
- 13:17 Revision 11ff4842: [FEATURE] CLI support for T3D import
- A new CLI command allows to imoprt t3d/xml files for EXT:impexp.
Resolves: #72749
Releases: master
Change-Id: I8775b... - 13:00 Revision 6a788c66: [TASK] Reorder & Rename entries in CType list
- To improve usability the naming and sorting of content element
types for the content element wizard and the select bo... - 12:58 Revision b422a874: [TASK] Use runtime cache for BackendUtility::isRecordLocked
- Instead of using $GLOBALS a runtime cache is used.
Resolves: #79345
Releases: master
Change-Id: I2273051c2d52efff5fa...
2017-01-17
- 21:27 Revision c1d0133e: [TASK] styleguide: TCA: Migrate enable-tab and fixed-font to new settings
- 19:18 Revision d43ebcc7: [TASK] styleguide: TCA: Migrate wizard_add, wizard_list, wizard_add to new syntax
- 19:03 Revision b35b012f: [TASK] styleguide: TCA: Migrate to new 'enableRichtext'
- 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
- 16:33 Revision b8a1c9c0: [TASK] Deprecate ArrayUtility::inArray()
- Resolves: #79316
Releases: master
Change-Id: Ieb54d51a6d6f15325fc4c1c88ad29c845200c68b
Reviewed-on: https://review.ty... - 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... - 14:58 Revision 68cd4342: [TASK] styleguide: TCA: remove old none_5 with field fixedRows and set old none_6 to new none_5
- 14:19 Revision 6f70fe46: [TASK] styleguide: TCA: Old and new style "list wizard" in group_db_1
- 13:12 Revision f13780a1: [TASK] styleguide: TCA: wizard_add new style in group_db_1
- 12:28 Revision bbfa00ee: [TASK] styleguide: TCA: Group add wizard example
- 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... - 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... - 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) ...
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... - 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... - 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...
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... - 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...
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... - 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...
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... - 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... - 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.... - 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... - 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... - 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 ...
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... - 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... - 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... - 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... - 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... - 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... - 13:00 Revision bf704f7f: [TASK] styleguide: TCA: group_db_1 edit popup example
- 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... - 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... - 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...
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... - 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
-... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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:... - 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... - 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... - 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... - 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... - 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... - 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 ... - 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... - 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... - 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... - 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... - 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 ... - 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... - 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 ... - 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 ... - 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... - 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 "... - 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... - 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... - 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... - 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... - 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... - 00:17 Revision e92276ea: [TASK] Deprecate unused LocalizationRepository methods
- After the change https://review.typo3.org/#/c/47645/ was merged
methods getRecordLocalization and getPreviousLocalize...
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... - 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... - 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... - 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... - 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... - 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... - 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... - 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.
... - 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 ... - 10:12 Revision 9db5372d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/78 from MonaMuzaffar/master
- FormEngine Example
- 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...
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
... - 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 ... - 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... - 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 ... - 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:... - 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:... - 17:25 Revision 8c4ee10c: [TASK] Introduce abstract class AbstractAjaxController
- Extract duplicate code in method and let FormFlexAjaxController
and FormInlineAjaxController extend from abstract cla... - 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... - 16:09 Revision babbcefa: Merge branch 'master' of https://github.com/7elix/TYPO3.CMS.Styleguide
- [TASK] styleguide:FormEngine Examples
- 16:05 Revision d14f5de7: [TASK] styleguide: New FormEngine Examples: single inline and tree
- 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... - 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... - 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... - 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... - 11:33 Revision 9534defd: [TASK] styleguide: TCA: Migrate to new renderType 'inputLink'
- 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... - 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 ... - 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... - 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... - 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... - 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... - 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...
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... - 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... - 14:28 Revision 7f77f136: [TASK] styleguide: TCA: Migrate slider wizard to new slider config
- 02:55 Revision c4d678b2: [TASK] styleguide: TCA: Migrate select wizard to valuePicker, add readOnly date examples
2017-01-07
- 23:08 Revision e448bab7: [TASK] styleguide: TCA: Prepare for new renderType inputDateTime
- 21:37 Revision 586d459a: [TASK] styleguide: TCA: Remove obsolete config setting "checkbox" on input elements
- 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... - 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... - 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... - 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... - 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... - 18:05 Revision 8bc9de14: [TASK] Update copyright year to 2017
- Resolves: #79165
Releases: master, 7.6, 6.2
Change-Id: Ia3211ad00a3b6bd915b0a099bdb8d98a8b12dc7f
Reviewed-on: https:/... - 18:04 Revision 6ff54a56: [TASK] Update copyright year to 2017
- Resolves: #79165
Releases: master, 7.6, 6.2
Change-Id: Ia3211ad00a3b6bd915b0a099bdb8d98a8b12dc7f
Reviewed-on: https:/... - 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-... - 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... - 16:41 Revision 7a47e2de: [TASK] styleguide: TCA: Localization setup for tx_styleguide_elements_basic
- 11:50 Revision e0ae7d82: [BUGFIX] Show file title in CE uploads
- Resolves: #78900
Releases: master, 7.6
Change-Id: Ia44c039083d44eda463ee1819f6dc20353ce7f8a
Reviewed-on: https://revi...
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... - 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:... - 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:...
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...
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... - 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... - 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... - 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... - 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... - 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...
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 ... - 15:19 Revision 1ea8947c: [TASK] styleguide: TCA: RTE examples default value and eval=null
- 14:53 Revision 0c6bd98e: [TASK] styleguide: TCA: Add eval=null without placeholder for type=text example
- 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,... - 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,... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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, ... - 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, ... - 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, ... - 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, ... - 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... - 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...
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... - 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 ...
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... - 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...
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... - 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-... - 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-... - 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... - 17:44 Revision fa122d5b: [TASK] EXT:viewpage: Added page title as headline
- Resolves: #77573
Releases: master
Change-Id: If4aaa1f4f9f49e39ecdaee12fc8568ed3839a0ea
Reviewed-on: https://review.ty... - 17:42 Revision 552d4159: [TASK] Update TYPO3 Icons to 0.0.14
- Resolves: #79125
Releases: master
Change-Id: I8fdfd139cad85e6d39586ee36e6c6dcc886525e0
Reviewed-on: https://review.ty... - 17:34 Revision 276220fd: [BUGFIX] EXT:Scheduler: Adjust return type of convertRangeToListOfValues
- Resolves: #79086
Releases: master
Change-Id: I47e77f5bc8915d972bd9c19fe8c95f77aea4be7f
Reviewed-on: https://review.ty... - 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... - 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... - 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
... - 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... - 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... - 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... - 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... - 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... - 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... - 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...
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... - 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... - 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... - 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... - 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... - 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... - 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... - 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... - 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...
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... - 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... - 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... - 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... - 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...
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... - 14:30 Revision 32ac7e7e: [TASK] Update phpunit to version 5.7.4
- Resolves: #79082
Releases: master
Change-Id: I1de2911243d5dfd8a172d9dac60cbe93f36c26f8
Reviewed-on: https://review.ty... - 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...
2016-12-26
- 20:47 Revision 00da4275: [BUGFIX] styleguide: Travis on new master
- 19:37 Revision 65357459: [TASK] styleguide: Relax maxitems setting
- Related: https://github.com/TYPO3-CMS/styleguide/issues/78899
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...
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... - 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... - 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... - 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...
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.... - 14:51 Revision d4953a6b: [!!!][TASK] Extract testing framework for TYPO3
- Add testing framework component for independent usage
Resolves: #79025
Releases: master
Change-Id: I23cfd2ed42108d7d... - 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 ... - 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 ...
Also available in: Atom