Activity
From 2016-11-19 to 2016-12-18
2016-12-18
- 13:56 Revision 30e5474a: [BUGFIX] FormArrayUtility not found
- The FormArrayUtility of EXT:form cannot be found and
results in a PHP fatal error. Reason for that is the
ArrayUtilit...
2016-12-16
- 01:46 Revision 5124e88a: [BUGFIX] Optimize cache handling in ReflectionService
- Method reflection objects are used temporarily to extract information
from methods. This information is eventually st... - 01:18 Revision 49839358: [BUGFIX] Optimize cache handling in ReflectionService
- Method reflection objects are used temporarily to extract information
from methods. This information is eventually st... - 00:11 Revision 6a77b6c5: [BUGFIX] Filebrowser: Plus-Sign disappear for not-selectable items now
- Resolves: #76408
Releases: master, 7.6
Change-Id: I20cfc02b588776f4e76980aa68dfe5c032103563
Reviewed-on: https://revi... - 00:11 Revision 5b7c3f6f: [BUGFIX] Optimize cache handling in ReflectionService
- Method reflection objects are used temporarily to extract information
from methods. This information is eventually st...
2016-12-15
- 21:56 Revision adafd6d1: [BUGFIX] Improve DataHandler handling for dbType fields
- Currently we have some issues with handling database fields with type
"date" or "datetime". Those fields can't have a... - 13:01 Revision eff6c603: [BUGFIX] Load page info when only getting external tables
- Previously the PageLayoutView would only set the page info when getting
the tt_content of the page in function ‘getTa... - 13:00 Revision adf5e579: [BUGFIX] Load page info when only getting external tables
- Previously the PageLayoutView would only set the page info when getting
the tt_content of the page in function ‘getTa... - 11:01 Revision 18b19ea9: Revert "[BUGFIX] Reflection Cache does not save methodReflections"
- Internal PHP classes including the \ReflectionMethod are not serlializable. Doing so results in a fatal error at some...
- 10:57 Revision 60cc6128: Revert "[BUGFIX] Reflection Cache does not save methodReflections"
- Internal PHP classes including the \ReflectionMethod are not serlializable. Doing so results in a fatal error at some...
- 09:56 Revision 1d0f1c2c: Revert "[BUGFIX] Reflection Cache does not save methodReflections"
- Internal PHP classes including the \ReflectionMethod are not serlializable. Doing so results in a fatal error at some...
- 08:39 Revision 9cac4d44: [TASK] Update seiyria-bootstrap-slider to 9.5.3
- Resolves: #78967
Releases: master
Change-Id: Ic8801470c886701a43acedfeb74a8085352774db
Reviewed-on: https://review.ty...
2016-12-14
- 23:16 Revision 9279b877: [BUGFIX] Fix RTE in Inline Elements
- HTMLArea needs a global JavaScript variable to work correctly.
Before the change done for #77600, this variable was a... - 21:58 Revision 4d0fd49f: [FOLLOWUP][TASK] TCA: Streamline field position in tabs
- Fix some typos and a leading newline in a PHP file
Related: #78383
Releases: master
Change-Id: I483b09abf02a9f109350... - 18:18 Revision 8adf55e3: [TASk] TCA: Allow more file types in group uplead fields
2016-12-13
- 18:36 Revision d6530017: [TASK] styleguide: TCA: Migrate ctrl requestUpdate to columns onChange
- Related: https://github.com/TYPO3-CMS/styleguide/issues/78899
- 15:31 Revision 4cb4ecc0: [TASK] Deprecate Extbase's ArrayUtility
- The copied methods from ArrayUtility can be removed
and be replaced with some PHP native functionality
or the equival... - 15:28 Revision 25949707: [FEATURE] Add Support for Doctrine DBAL Queries in Extbase
- To fully utilize Extbase in conjunction with Doctrine DBAL,
Extbases' StorageBackend now supports native QueryBuilder... - 10:23 Revision 9db1e890: [FOLLOWUP][TASK] Fluidification of ShortcutToolbarItem
- No changes to parameters in language labels are allowed therefore
a new label for the bookmark description is needed.... - 05:35 Revision 8095288e: [BUGFIX] Fix exception in QuickEdit mode for empty pages
- If there is no content on a page the parameter $this->eRParts[1] will be
set to e.g. /new/1 which is not an integer v... - 05:30 Revision d3cd783c: [BUGFIX] Fix exception in QuickEdit mode for empty pages
- If there is no content on a page the parameter $this->eRParts[1] will be
set to e.g. /new/1 which is not an integer v... - 05:21 Revision eb3b2deb: [BUGFIX] Fix exception in QuickEdit mode for empty pages
- If there is no content on a page the parameter $this->eRParts[1] will be
set to e.g. /new/1 which is not an integer v...
2016-12-12
- 17:13 Revision b9f493ed: [BUGFIX] Order extensions by integerVersion instead of version
- Return the results of findByExtensionKeyOrderedByVersion ordered by
column 'integerVersion' instead of 'version' in o... - 17:12 Revision 27d055ab: [BUGFIX] Order extensions by integerVersion instead of version
- Return the results of findByExtensionKeyOrderedByVersion ordered by
column 'integerVersion' instead of 'version' in o... - 14:45 Revision 8ef727a3: [BUGFIX] Reflection Cache does not save methodReflections
- The cached data of the Reflection Cache (table cf_extbase_reflection)
is not stored in its complete form.
The data/p... - 11:31 Revision b4f2dc41: [BUGFIX] Reflection Cache does not save methodReflections
- The cached data of the Reflection Cache (table cf_extbase_reflection)
is not stored in its complete form.
The data/p...
2016-12-11
- 22:47 Revision a5c1e222: [BUGFIX] Reflection Cache does not save methodReflections
- The cached data of the Reflection Cache (table cf_extbase_reflection)
is not stored in its complete form.
The data/p... - 19:44 Revision 4b306d5f: [TASK] Lowlevel: Clean up $versionSwapmode
- The versionSwapmode is a orphan with a multivalue
which can easily be handled as boolean since TYPO3 6.0,
where works... - 19:41 Revision 43f48eb9: [TASK] Raise Fluid engine dependency version to 2.1.0
- Includes:
* {parsing off} modifier now possible in templates
* --bootstrap argument for Fluid CLI to enable cache wa...
2016-12-10
- 12:43 Revision 3ded4760: [TASK] EXT:lowlevel - Remove performanceStatistics array
- The lowlevel extension contains a performanceStatistics array
which is populated with microseconds, but never used, n...
2016-12-09
- 19:12 Revision 97e75293: [BUGFIX] Use proper .xlf file ending for RTE demo config
- Resolves: #78942
Releases: master, 7.6
Change-Id: If233cf0d4812f0d57deccbb6d4ebe33b2393b148
Reviewed-on: https://revi... - 19:09 Revision 0f6c3301: [BUGFIX] ResourceCompressor must deal with absolute web paths
- ResourceCompressor lacks the ability to compress files which are
registered with their absolute web path (as FormEngi... - 19:06 Revision 2268b0f6: [BUGFIX] Use proper .xlf file ending for RTE demo config
- Resolves: #78942
Releases: master, 7.6
Change-Id: If233cf0d4812f0d57deccbb6d4ebe33b2393b148
Reviewed-on: https://revi... - 17:15 Revision fab6ac04: [TASK] styleguide: TCA: More flex form display condition scenarios
- 16:21 Revision 3245bd30: [TASK] styleguide: input_28: Add default=null for a fully working solution on new records
- 13:35 Revision 29ac8fbc: [FOLLOWUP][TASK] Add linkbrowser to CKEditor
- Streamlined added config and moved plugin out of the Contrib folder
and pass correct contents language to editor.
Re... - 09:47 Revision d43b3472: [TASK] Remove unused RTE option "keepButtonGroupTogether"
- The option "keepButtonGroupTogether" was used before 6.0
and then removed without updating the documentation.
The pa... - 06:59 Revision 5cc0e52c: [TASK] Add linkbrowser to CKEditor
- Releases: master
Resolves: #78917
Change-Id: I864b7798cd30f0eec63f4ec719f8dfebca1086ba
Reviewed-on: https://review.ty...
2016-12-08
- 22:27 Revision 01a927d6: [BUGFIX] Do not fetch pages with pid < 0 in prepareCacheFlush
- Do not fetch workspace related pages to prepare cache flushing.
Resolves: #73241
Releases: master,7.6,6.2
Change-Id:... - 21:42 Revision 36c8e91e: [BUGFIX] SwapLocking should use proper file name
- When using a swap locking file, the file name should not contain
a colon (":") in the filename.
Resolves: #78924
Rel... - 21:32 Revision 3252f5b3: [BUGFIX] SwapLocking should use proper file name
- When using a swap locking file, the file name should not contain
a colon (":") in the filename.
Resolves: #78924
Rel... - 21:25 Revision 1ad7aa1a: [BUGFIX] Fix IP lock clause when [FE][lockIP] is 0
- The method getNewSessionRecord doesn't check
lockIP setting 0 correctly. Add a check to disable checking
when lockIP ... - 21:25 Revision 96af95c5: [BUGFIX] Do not fetch pages with pid < 0 in prepareCacheFlush
- Do not fetch workspace related pages to prepare cache flushing.
Resolves: #73241
Releases: master,7.6,6.2
Change-Id:... - 21:25 Revision 1c2f24e1: [TASK] Add available commands to console output
- When no valid key or command is given only the cliKeys are written
on the CLI. Now the available commands are written... - 21:15 Revision abbe3e62: [BUGFIX] Fix IP lock clause when [FE][lockIP] is 0
- The method getNewSessionRecord doesn't check
lockIP setting 0 correctly. Add a check to disable checking
when lockIP ... - 20:45 Revision 2efd8e85: [BUGFIX] Do not fetch pages with pid < 0 in prepareCacheFlush
- Do not fetch workspace related pages to prepare cache flushing.
Resolves: #73241
Releases: master,7.6,6.2
Change-Id:... - 20:23 Revision bab723b0: [BUGFIX] Improve DataHandler handling for dbType fields
- Currently we have some issues with handling database fields with type
"date" or "datetime". Those fields can't have a... - 20:01 Revision e219fc18: [FOLLOWUP][TASK] Rename getReponseData to getResponseData
- One occurence has been missed.
Resolves: #78874
Releases: master
Change-Id: I14bcaa9fabda7139ee6ad1b8465f72c1ebb9bc2... - 17:48 Revision a882b7b8: [TASK] styleguide: TCA: Flex form display conditions on section container fields
- 17:11 Revision 81ff1ae7: [TASK] styleguide: TCA: Flex form display contitions on field examples
- 14:48 Revision 016a8ada: [TASK] styleguide: TCA: Flex sheet display condition on parentRec field
- 14:05 Revision 168e8503: [TASK] styleguide: TCA: Flex form section container with a default value
- 11:57 Revision 605ff223: [FOLLOWUP][TASK] Spread TypeConverter priorities
- Adjust priority of UploadedFileReferenceConverter
Change-Id: I701697f4d77f6fe042d3faa32a9815edd1c737f1
Resolves: #75...
2016-12-07
- 16:08 Revision de756b77: [!!!][TASK] Spread TypeConverter priorities
- The priorities of the "TypeConverter" classes are densly packed.
With the current situation it is not possible to cr... - 14:18 Revision 8d9b76b9: [BUGFIX] rtehtmlarea: Fix isRequiredClass check
- Given the following TSConfig:
RTE {
classes {
btn-default {
name = Default Button
requir... - 14:06 Revision 30d9a1c6: [BUGFIX] rtehtmlarea: Fix isRequiredClass check
- Given the following TSConfig:
RTE {
classes {
btn-default {
name = Default Button
requir... - 14:05 Revision fb060952: [TASK] styleguide: TCA: Select tree in flex section container example
- 13:45 Revision 1a32e925: [BUGFIX] Reset hidden field information in FormViewhelper
- If a checkbox or a multiple selectbox is rendered, a hidden field is
automatically inserted before to send an empty d... - 13:39 Revision 2852669b: [BUGFIX] Reset hidden field information in FormViewhelper
- If a checkbox or a multiple selectbox is rendered, a hidden field is
automatically inserted before to send an empty d... - 13:35 Revision 3bfa8eb3: [TASK] styleguide: TCA: Add category select tree example
- Closes https://github.com/TYPO3-CMS/styleguide/issues/71
- 13:26 Revision 8fe95973: [FEATURE] Add a hook to DataHandler - localize - translateToMessage
- Passing entire $langRec variable instead of just the title.
Resolves: #67909
Releases: master
Change-Id: Ibb7ccf91ea... - 13:17 Revision 8abbe3c8: [BUGFIX] styleguide: TCA: group streamline flex example namings
- 12:52 Revision b311dc31: [TASK] Deprecate ContentObjectRenderer::fileResource
- Deprecate the mentioned method which does too many
mixed things.
Resolves: #77524
Releases: master
Change-Id: Ib0e3d... - 12:42 Revision b42649e1: [BUGFIX] Fix missing tooltips in insert special character window
- The extjs popups don't work anymore. Use native title instead.
Resolves: #78903
Releases: 7.6
Change-Id: Ia361c45264... - 12:35 Revision ded54c4b: [TASK] Deprecate method LocalizationController::getRecordUidsToCopy
- The method "getRecordUidsToCopy" is not used at any place
in the TYPO3 core.
Resolves: #78872
Releases: master
Chang... - 12:30 Revision dc790e93: [TASK] Fluidification of ShortcutToolbarItem
- Because the ShortcutToolbarItem has three different actions,
every action has its own template.
Resolves: #77800
Rel... - 12:16 Revision cfd73ed3: [TASK] TCA tree: Simplify json result
- The patch changes the ajax result that delivers TCA tree
items to the SVG tree from a nested list of items to a
sorte... - 10:13 Revision 52dd9357: [!!!][TASK] Migrate lowlevel rte_images command to Symfony Console
- The CLI command to detect RTE magic images (images added
within the RTE) and (as far as possible) remove unused RTE i... - 08:32 Revision 76e0a0b5: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/75 from georgringer/patch-2
- [BUGFIX] styleguide: Use correct namespace in Avatar example
- 08:31 Revision d3e1ed28: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/74 from georgringer/patch-1
- Use correct namespace
- 07:10 Revision ecdde196: [BUGFIX] styleguide: Use correct namespace in Avatar example
2016-12-06
- 23:00 Revision 1bd076c9: Use correct namespace
- The namespace changed and the new name must be used everywhere
- 18:51 Revision e50f9966: [FOLLOWUP][TASK] Use ISO-8601 dates for display and processing
- Adjust acceptance tests for ISO-8601 date/-time values.
Change-Id: Ib35af231f8f8b8150eb0e132543be060eeff67da
Resolve... - 09:26 Revision b8621ebf: [BUGFIX] Flush all cache tags in bulk when deleting records
- This patch makes the TYPO3 DB cache backend capable of
flushing tags using an array of tag names that is then turned
...
2016-12-05
- 11:55 Revision 56227524: [CLEANUP] Simplify registerPageTSConfigFile description
- Resolves: #78886
Releases: master, 7.6
Change-Id: I1e5922ed510f0f43a6374f9dde061356290b72d9
Reviewed-on: https://revi... - 11:55 Revision 843ddc42: [CLEANUP] Simplify addStaticFile description
- Resolves: #78887
Releases: master, 7.6
Change-Id: Ifb6de078816e851915372d1c5611552fd58f2cce
Reviewed-on: https://revi... - 11:44 Revision e664996d: [CLEANUP] Simplify registerPageTSConfigFile description
- Resolves: #78886
Releases: master, 7.6
Change-Id: I1e5922ed510f0f43a6374f9dde061356290b72d9
Reviewed-on: https://revi... - 11:44 Revision 21893c86: [CLEANUP] Simplify addStaticFile description
- Resolves: #78887
Releases: master, 7.6
Change-Id: Ifb6de078816e851915372d1c5611552fd58f2cce
Reviewed-on: https://revi... - 06:35 Revision 0cad8803: [TASK] Remove iconv support and use mbstring-polyfill
- We remove the iconv support in the CharsetConverter as the PHP internal
implementation of some functions differ from ...
2016-12-04
- 14:27 Revision edbaad16: [FEATURE] Add option to "system status updates" report to send all tests
- Resolves: #52286
Releases: master
Change-Id: I875a6e7f70007c125408ec6c62c4fba1b2616233
Reviewed-on: https://review.ty... - 13:58 Revision 8b222e69: [BUGFIX] T3Editor getPlugins must write to response object
- Fix the ajax request target getPlugins to write its response to
the response object and not to the request.
Moreover... - 10:44 Revision 6fcdf1b8: [FEATURE] Integrate ckeditor in the TYPO3 Backend
- Integrates CKeditor via bower/grunt as system extension "ckeditor".
Loads and saves data for backend forms currently... - 10:14 Revision b4ed28a7: [BUGFIX] Prevent duplicate empty lines for encapsLines
- When the last line in the text passed to encaps_lineSplit()
is empty a possible duplicate empty line is removed.
Rel... - 09:56 Revision 958795c7: [!!!][BUGFIX] Allow override of page creation wizard again
- The TSconfig option to override the page creation wizard via
`mod.web_list.newPageWiz.overrideWithExtension` is impos...
2016-12-03
- 19:39 Revision 91459aa7: Revert "[FEATURE] Reusable getCategoryFieldsForTable itemsProcFunc"
- This reverts commit 36f8765aa340c364f7b7edfa967549c683f21747.
Change-Id: Ida5c32b33e8953bd1172c9886af16b66e3c2297f
R... - 19:13 Revision 36f8765a: [FEATURE] Reusable getCategoryFieldsForTable itemsProcFunc
- Allow the the method CategoryRegistry->getCategoryFieldItems()
to be used as itemsProcFunc for select fields in the T... - 18:49 Revision b4b300f2: [BUGFIX] Skip swapping/publishing of deleted records
- In case a content element and the accordant page have been deleted in
separate actions and get published together, th... - 18:37 Revision 9550cdf9: [BUGFIX] Fix display of HTTP headers using pageNotFound handler
- When using the pageNotFound handler with a curl proxy there are no longer
HTTP headers displayed.
Resolves: #67136
R... - 18:15 Revision 2cbe7705: [BUGFIX] Skip swapping/publishing of deleted records
- In case a content element and the accordant page have been deleted in
separate actions and get published together, th... - 17:23 Revision b927c7be: [BUGFIX] Reset FormViewHelper on execution
- This commit ensures that the FormViewHelper is in a clean state and
can render the required hidden fields (again).
R... - 17:21 Revision b5ca2c1a: [TASK] Remove compatiblity code added for security release
- Remove the overhead that was added to avoid BC breaks for
extension code that subclassed the form view helper.
Enoug... - 17:19 Revision 5c141ec7: [TASK] Rename getReponseData to getResponseData
- Resolves: #78874
Releases: master
Change-Id: I56567b000ef156731f38e9945c234822fd926ced
Reviewed-on: https://review.ty... - 17:07 Revision 004b5405: [BUGFIX] Install extension when dependency check is skipped
- You can skip the dependency check if you want to enforce the installation
of an extension. This patch ensures that de... - 17:03 Revision 62d86236: [FEATURE] Enable rechecking whether an UpdateWizard should run
- UpdateWizards can now be chosen to be rechecked. If the
criteria is met they are displayed as executable - otherwise ... - 17:03 Revision 9666abcf: [BUGFIX] Documentation of sessionTimeout
- A sessionTimeout <= 0 means that a user will be logged out
instantly after login.
Resolves: #78822
Releases: master,... - 16:53 Revision d03e9d67: [!!!][TASK] TCA: Streamline field position in tabs
- In TYPO3 there are some recurring field definitions shared
by a lot of records. These fields are mostly defined in
th... - 16:40 Revision 9786bb98: [BUGFIX] Respect availableLanguages from AdditionalConfiguration.php
- if $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['lang']['availableLanguages']
is set in AdditionalConfiguration.php, the la... - 16:26 Revision b03406da: [TASK] Show correct message in workspace module
- Remove HTML in language file
Releases: master
Resolves: #78877
Change-Id: I154b14530b54791c1b44d6862a4c3c6bb472129d
... - 16:13 Revision ebbfb0ae: Revert "[BUGFIX] Disable not required checks on cli"
- This reverts commit c02d4e37e44d12125969657e4e5706ff68eb1808.
The condition for checking for CLI mode in ext_tables.... - 15:32 Revision 3316fc22: [BUGFIX] Install extension when dependency check is skipped
- You can skip the dependency check if you want to enforce the installation
of an extension. This patch ensures that de... - 15:07 Revision 4dd2cee9: [TASK] Refactor BackendUtility::getRecordsByField() to prepared statements
- According to task #78437 queries should follow the prepared statement
principle.
Thus method BackendUtiltiy::getRecor... - 14:54 Revision 3360fec8: [FEATURE] Purge language packs in language module
- A "remove" button is added to the list of the installed languages.
Resolves: #58637
Releases: master
Change-Id: Ibd8... - 13:28 Revision 8b18bcbe: [BUGFIX] Re-enable environment status report in Backend
- The condition that checks for CLI mode in the ext_tables.php of
the install tool is fixed.
The EnvironmentStatusRepo... - 12:57 Revision b444373d: [BUGFIX] Fix bug in linkhandler when file is selected
- Selecting a file an the RTE linkhandler works but reopening
the linkhandler ends with a fatal error as a file object
... - 11:48 Revision cbdbe202: [BUGFIX] Unify line endings in ext-lang-am.js
- The ext-lang-am.js now has unique linux linebreaks.
Before it had a mixture of windows and linux linebreaks.
Change-... - 11:44 Revision 9bd98612: [BUGFIX] Unify line endings in ext-lang-am.js
- The ext-lang-am.js now has unique linux linebreaks.
Before it had a mixture of windows and linux linebreaks.
Change-... - 11:19 Revision f2e1d8d9: [BUGFIX] Fix maximum height of preview links dialog
- If there are many previewable languages on one page the modal dialog
now will have a scroll bar for more than 4 entri... - 11:19 Revision 4561d4a3: [BUGFIX] Fix doubleclick-doublesubmit touchup
- If a user double-clicks fast enough on any save-button of any new record
in Chrome, the record gets submitted twice.
... - 11:18 Revision 3d09a031: [BUGFIX] Fix install tool image test path
- The temppath for gdlib and combineImages is different
then all other image tests
The assets/images path is set in ima... - 11:17 Revision f5dd76ca: [!!!][TASK] Fluidification of Clipboard
- Moves most of the HTML from the PHP to an own Template.
In fact in line 408 and in the function linkItemText are some... - 10:57 Revision 1441299e: [BUGFIX] Make showAccessRestrictedPages work
- This patch fixes a problem where setting showAccessRestrictedPages
setting in HMENU etc. did not result in the correc... - 10:14 Revision 6f8346b7: [BUGFIX] Avoid duplicate calls to update reference index
- This patch adds a check when processing the update
reference index stack, in order to avoid calling the
update functi... - 10:13 Revision 4fa0dbe2: [BUGFIX] Avoid duplicate calls to update reference index
- This patch adds a check when processing the update
reference index stack, in order to avoid calling the
update functi... - 09:50 Revision e498f65f: [FOLLOWUP][BUGFIX] Respect SQL table names max length in install tool
- Respect the max length of 64 chars in sql if removing (renaming)
an SQL table. Add unit test.
Resolves: #78636
Relea... - 09:46 Revision 0558c7da: [BUGFIX] Reduce expensive calls in AbstractMenuContentObject
- This patch reduces the number of SQL queries and PHP calls
which get performed when rendering menus. The patch has
tw... - 00:50 Revision 53a94aa4: [BUGFIX] Set dimensions for custom svg TYPO3 backend logo
- Width and height is automatically set for pixel based backend
logos. This patch makes sure this also is done for svg ...
2016-12-02
- 18:11 Revision 75beb3fd: [TASK] Use ISO-8601 dates for display and processing
- This changes the internal date processing for FormEngine and DataHandler
to use ISO-8601 dates including a proper tim... - 18:08 Revision 29c3fad7: [BUGFIX] Make showAccessRestrictedPages work
- This patch fixes a problem where setting showAccessRestrictedPages
setting in HMENU etc. did not result in the correc... - 18:07 Revision 8e071c5a: [BUGFIX] Flaky child references handling for pages_language_overlay
- IRRE records have to point to their specific localized parent record.
This works in general for tables containing rec... - 17:41 Revision ac449136: [BUGFIX] Flaky child references handling for pages_language_overlay
- IRRE records have to point to their specific localized parent record.
This works in general for tables containing rec... - 17:36 Revision 99e15248: [TASK] Streamline ElementInformation template
- - Change "Show" button to btn-default
- Use infobox for missing files
- Streamline button order and groups
- prev... - 17:29 Revision 01285331: [BUGFIX] Respect SQL table names max length in install tool
- Respect the max length of 64 chars in sql if removing (renaming)
an SQL table. Add unit test.
Resolves: #78636
Relea... - 17:12 Revision c148fd88: [BUGFIX] Reduce expensive calls in AbstractMenuContentObject
- This patch reduces the number of SQL queries and PHP calls
which get performed when rendering menus. The patch has
tw... - 16:35 Revision cb7453bb: [BUGFIX] Resolves editing problem in language mode
- * Resolves the problem with many languages
* Set width to min-width to enlarge the viewport
Resolves: #78594
Release... - 16:04 Revision cf77fa32: [BUGFIX] Reset hidden field information in FormViewhelper
- If a checkbox or a multiple selectbox is rendered, a hidden field is
automatically inserted before to send an empty d... - 15:58 Revision b4c8f08d: [BUGFIX] Filebrowser: Plus-Sign disappear for not-selectable items now
- Resolves: #76408
Releases: master, 7.6
Change-Id: I20cfc02b588776f4e76980aa68dfe5c032103563
Reviewed-on: https://revi... - 14:50 Revision 5d2867e1: [TASK] Add missing type for method getServicePathStatus
- Small other code cleanups are done as well.
Resolves: #78861
Releases: master
Change-Id: I983e1f76d8ad46dd4d6c231b99... - 14:49 Revision 386f067e: [FEATURE] ViewHelpers f:form.select.option and f:form.select.optgroup
- Allows manually defining all options and optgroups for
the f:form.select parent field as tag contents of the
select f... - 14:42 Revision 5fb094bd: [BUGFIX] FormEngine suggest wizard in flex form sections
- The suggest wizard does not work in FormEngine flex form
section containers for existing containers.
The patch split... - 14:35 Revision 2769e508: [FEATURE] Enforce cHash argument for Extbase actions
- TypoScriptFrontendController::reqCHash() is now called for Extbase
frontend plugin actions just like they were usuall... - 14:28 Revision eaaf9230: [TASK] Enforce Linux Line endings in .gitattributes
- This settings enforces LF consistently on all plattforms
and fits it to the .editorconfig
Resolves: #77808
Releases:... - 13:14 Revision e8df96d2: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/73 from neufeind/task/adjust-lll-ext-lang
- [TASK] styleguide: Adjust paths for LLL pointing to EXT:lang
- 12:49 Revision d16daa6d: [TASK] Enforce Linux Line endings in .gitattributes
- This settings enforces LF consistently on all plattforms
and fits it to the .editorconfig
Resolves: #77808
Releases:... - 12:41 Revision b4aceeaa: [FOLLOWUP][BUGFIX] Reset FormViewHelper on execution
- Incomplete backport caused unit tests to fail.
Change-Id: Ib447b2327c5c54956d86149c08c503d9a463c2b4
Resolves: #77097... - 12:38 Revision eef15973: [TASK] Fluidification of ElementInformationController
- Moved all HTML from PHP code to an own Fluid template.
Resolves: #78644
Releases: master
Change-Id: I5351ce114618c4f... - 12:01 Revision f142a626: [BUGFIX] Resolves editing problem in language mode
- * Resolves the problem with many languages
* Set width to min-width to enlarge the viewport
Resolves: #78594
Release... - 11:57 Revision 1ebe53a7: [BUGFIX] Fix maximum height of preview links dialog
- If there are many previewable languages on one page the modal dialog
now will have a scroll bar for more than 4 entri... - 11:39 Revision 71e191e2: [BUGFIX] Opening be_groups records may throw exception
- The new flex form data structure handling in more picky and throws
exception if a given data structure identifier can... - 11:37 Revision 3d01057f: [BUGFIX] Reset FormViewHelper on execution
- This commit ensures that the FormViewHelper is in a clean state and
can render the required hidden fields (again).
R... - 11:34 Revision 1d2ee7ab: [BUGFIX] Reset FormViewHelper on execution
- This commit ensures that the FormViewHelper is in a clean state and
can render the required hidden fields (again).
R... - 11:04 Revision afb6f953: [FOLLOWUP][TASK] Remove support for transForeignTable in TCA
- Resolves: #78191
Releases: master
Change-Id: I944601b8ccd2c2aa5c15bd7473eae5f4246d52a3
Reviewed-on: https://review.ty... - 11:00 Revision e5b371e3: [TASK] Fluidification of ReplaceFileController
- Resolves: #78764
Releases: master
Change-Id: I0cdedd33540a917ba7744f3dad96c7b728967fad
Reviewed-on: https://review.ty... - 09:52 Revision 9d9d3940: Revert "[BUGFIX] ResourceCompressor must deal with absolute web paths"
- This reverts commit 1d65ffe0f772e56dc0e19b8ffc84bf1a498cbbfd.
Resolves: #78856
Related: #78803
Change-Id: I5ef82b6b5... - 09:12 Revision f502f4e4: [FOLLOWUP][TASK] Move language files in ext:lang to Resources folder
- Move missed parts during rebase in MoveElement.html
Resolves: #78647
Releases: master
Change-Id: I1e907235766fc83e73... - 08:23 Revision 74fb376b: [TASK] styleguide: Adjust paths for LLL pointing to EXT:lang
- TYPO3 master recently moved the language-files.
2016-12-01
- 22:39 Revision 9e259706: [!!!][TASK] Remove support for transForeignTable in TCA
- Remove support for transForeignTable and transOrigPointerTable in TCA.
More details in Breaking-78191-RemoveSupportFo... - 22:26 Revision 0df8e24a: [BUGFIX] Karma Bootstrap does not use proper base path
- Resolves: #78859
Releases: master
Change-Id: I4b6ca84c119430d87d5d603ad07ccb8ea76f2f91
Reviewed-on: https://review.ty... - 21:54 Revision a1133ac0: [BUGFIX] Force string casting of $parserList
- The method `BackendUtility::explodeSoftRefParserList()` checks whether
`$parserList` is an empty string. This check m... - 21:54 Revision 7f919f5f: [BUGFIX] Force string casting of $parserList
- The method `BackendUtility::explodeSoftRefParserList()` checks whether
`$parserList` is an empty string. This check m... - 21:53 Revision 5597dd6f: [BUGFIX] Avoid RTE context menu collapse to arrows only
- Solves an issue in Chrome where calculating the height of
the editor window returns zero. Solved by hardcoding a
mini... - 21:52 Revision de9c3b07: [BUGFIX] Avoid RTE context menu collapse to arrows only
- Solves an issue in Chrome where calculating the height of
the editor window returns zero. Solved by hardcoding a
mini... - 20:22 Revision 43463bf1: [TASK] Fluidification of CreateFolderController
- Resolves: #78756
Releases: master
Change-Id: Ia2bb170811c310d16154529bb2d4af27a1c6412b
Reviewed-on: https://review.ty... - 19:57 Revision b73fcd3b: [TASK] Remove has-call to caching framework in explodeSoftRefParserList
- No need to call has on the caching framework in the function
explodeSoftRefParserList. Furthermore we do not need to ... - 19:53 Revision 6af9d5e3: [TASK] Remove has-call to caching framework in explodeSoftRefParserList
- No need to call has on the caching framework in the function
explodeSoftRefParserList. Furthermore we do not need to ... - 19:13 Revision dbf9d2c8: [TASK] Small code cleanup in CacheHashCalculator
- Resolves: #78814
Releases: master
Change-Id: I18475fa8daa006e8887cf4b1c3855bf0e870fdc6
Reviewed-on: https://review.ty... - 18:27 Revision ed46dc43: [TASK] Deprecate callUserFunction "&" token for persistent objects
- The method GeneralUtility::callUserFunction() method allows
to call "&" to put this logic into a "persistent" pool. W... - 18:02 Revision bdec6bdd: [FOLLOWUP][BUGFIX] Don't set resource storages permanently offline
- Resolves: #75184
Releases: master, 7.6
Change-Id: Iff4ea23dfc1e8d96c45ba675aab6484830468718
Reviewed-on: https://revi... - 18:02 Revision c0e83fc8: [FOLLOWUP][BUGFIX] Don't set resource storages permanently offline
- Resolves: #75184
Releases: master, 7.6
Change-Id: Iff4ea23dfc1e8d96c45ba675aab6484830468718
Reviewed-on: https://revi... - 17:54 Revision 2967fde2: [TASK] Fluidification of MoveElementController
- Moved all HTML from PHP code to an own Fluid template.
Resolves: #78688
Releases: master
Change-Id: If91b2e76d13679c... - 17:52 Revision 66b80441: [!!!][TASK] Remove unused language labels from EXT:sys_action
- The labels that are not used anymore in the core are removed.
Resolves: #78855
Releases: master
Change-Id: I8b7ac0ee... - 17:10 Revision 3ba9172e: [BUGFIX] Show errors on ajax file actions
- Respond with status code 500 on ajax file actions, so JS can differ
between success and failure.
Resolves: #78776
Re... - 16:58 Revision e55c2930: [BUGFIX] Show errors on ajax file actions
- Respond with status code 500 on ajax file actions, so JS can differ
between success and failure.
Resolves: #78776
Re... - 16:29 Revision 7ba7815b: [BUGFIX] RTE TYPO3Link PopupWindow size fallback
- The RTE TYPO3Link.js link chooser popup uses the
'''top.TYPO3.configuration.RTEPopupWindow''' sizes.
When using Front... - 15:38 Revision fbf73f44: [TASK] styleguide: TCA suggest wizard with order by example in flex form
- Closes 72
Related: https://github.com/TYPO3-CMS/styleguide/issues/78523 - 15:33 Revision 90fc0b6f: [TASK] styleguide: TCA: select tree add sorting and two static items
- 14:29 Revision 5d444bb3: [FEATURE] Introduce fluid data-processor for menus
- This menu processor utilizes HMENU to generate a json encoded menu
string that will be decoded again and assigned to ... - 14:23 Revision c02d4e37: [BUGFIX] Disable not required checks on cli
- * $_SERVER['HTTP_HOST'] is not avalible on cli
* Mostly max_execution_time is not set on cli
Resolves: #78786
Releas... - 14:22 Revision 88850144: [BUGFIX] Disable not required checks on cli
- * $_SERVER['HTTP_HOST'] is not avalible on cli
* Mostly max_execution_time is not set on cli
Resolves: #78786
Releas... - 13:47 Revision 7aee03d0: [TASK] Add missing space between language flag and title language diff
- Adding some space between language flag and title in language diff column
Releases: master, 7.6
Resolves: #78707
Cha... - 13:14 Revision f9c2bf11: [TASK] Add missing space between language flag and title language diff
- Adding some space between language flag and title in language diff column
Releases: master, 7.6
Resolves: #78707
Cha... - 13:12 Revision 2e93e516: [TASK] Move language files in ext:lang to Resources folder
- Move languages files from the root of ext:lang to
Resources/Private/Language/
Resolves: #78647
Releases: master
Chan... - 12:21 Revision cfc4aaf6: [BUGFIX] Don't set resource storages permanently offline automatically
- When the storage drive coudn't be initialized correctly the storage is
only put offline for the current request. The ... - 12:20 Revision 6a3ee818: [BUGFIX] Don't set resource storages permanently offline automatically
- When the storage drive coudn't be initialized correctly the storage is
only put offline for the current request. The ... - 12:16 Revision 1eca31f3: [!!!][TASK] Fluidification of EditFileController
- Resolves: #78759
Releases: master
Change-Id: I2ba72aeda6d56610cc4977f222abe26d124b7f15
Reviewed-on: https://review.ty... - 12:04 Revision e95cb0f4: [TASK] sysext/recordlist: Moved text constants to language file
- Resolves: #78826
Releases: master
Change-Id: I48cab43e191d3f677a236feb9d3b74dd551e3d05
Reviewed-on: https://review.ty... - 11:50 Revision ea515096: [TASK] Use strict type checking in TreelistCacheUpdateHooks
- Resolves: #78836
Releases: master
Change-Id: Ib76c95164e228ce3a8afa448cf4a9c1ba6ddec29
Reviewed-on: https://review.ty... - 11:43 Revision e6892811: [BUGFIX] Fix incorrect position of RTE context menu
- Fixes the position of the context menu to the cursor,
preventing it from being displayed outside of the
RTE frame.
C... - 11:42 Revision 8ec5240f: [BUGFIX] Fix wrong indentation of PageTree in MoveElements
- Resolves: #78687
Releases: master, 7.6
Change-Id: Ibe5efa5b81e839f7bc608ca4adffe1aa2d2a9727
Reviewed-on: https://revi... - 11:42 Revision f9f54aec: [BUGFIX] Fix wrong indentation of PageTree in MoveElements
- Resolves: #78687
Releases: master, 7.6
Change-Id: Ibe5efa5b81e839f7bc608ca4adffe1aa2d2a9727
Reviewed-on: https://revi... - 11:37 Revision 5b0f67c4: [FEATURE] - Let FLUIDTEMPLATE mimic an actual extbase web request
- Adds the possibility to let the FLUIDTEMPLATE content element mimic an
actual extbase web request.
This makes it poss... - 11:22 Revision 3fdbeb36: [TASK] Fluidification of RenameFileController
- Resolves: #78762
Releases: master
Change-Id: Ib9306710f92b8ce3cfb49ac23f4d847598a19f98
Reviewed-on: https://review.ty... - 11:09 Revision 588a5c52: [BUGFIX] Fix doubleclick-doublesubmit touchup
- If a user double-clicks fast enough on any save-button of any new record
in Chrome, the record gets submitted twice.
... - 10:46 Revision cb077ae2: [TASK] Streamline button order in list module / multi selection mode
- Change button order to:
- edit
- delete
- copy
- mark all
Resolves: #78753
Releases: master
Change-Id: Iff131d84a66...
2016-11-29
- 21:31 Revision 6f35d833: [BUGFIX] BackendUtility::getModuleUrl called with correct parameter count
- The obsolete third and fourth parameter are removed from the calls.
Resolves: #78819
Releases: master
Change-Id: I2... - 21:16 Revision 343df1b0: [TASK] Move FE user intialization into constructor
- Certain options are set from outside as public property,
however these options are always set and can be set from wit... - 21:15 Revision b5e6ea74: [TASK] Remove unused code in GraphicsFunctions
- $this->cmds['jpg'] gets set but is overwritten again a few
lines below.
Resolves: #78815
Releases: master
Change-Id:... - 19:17 Revision 1d65ffe0: [BUGFIX] ResourceCompressor must deal with absolute web paths
- ResourceCompressor lacks the ability to compress files which are
registered with their absolute web path (as FormEngi... - 10:45 Revision 5438e5c2: [TASK] Set TYPO3 version to 7.6.15-dev
- Change-Id: I3780632ae4895d65cbfe52063e6299bbbb1f7d56
Reviewed-on: https://review.typo3.org/50801
Reviewed-by: TYPO3 R... - 10:44 Revision 9de61953: [RELEASE] Release of TYPO3 7.6.14
- Change-Id: Id86a75848dae52b37ec5da429701bd941e1d6b68
Reviewed-on: https://review.typo3.org/50800
Reviewed-by: TYPO3 R...
2016-11-28
- 20:00 Revision eab7b3bd: [TASK] styleguide: select example checkbox with maxitems=999
- Related: https://github.com/TYPO3-CMS/styleguide/issues/78824
- 16:54 Revision 553681a2: [FEATURE] EXT:form - integrate new form framework
- The main purpose of this patch is to integrate a flexible framework for
building forms. It replaces the legacy 'form ... - 06:57 Revision 77377a76: [TASK] Remove old language labels in EXT:setup
- After removing features some language labels were left alone.
condensedMode - https://forge.typo3.org/issues/24585
no...
2016-11-26
- 20:30 Revision c6ad571f: [BUGFIX] Avoid building SQL deleteClause expression if unused
- This patch avoids building an instance of ConnectionPool,
getting a QueryBuilder and building an expression unless
th... - 20:29 Revision 7ff72daa: [BUGFIX] T3Editor getPlugins must write to response object
- Fix the ajax request target getPlugins to write its response to
the response object and not to the request.
Moreover... - 12:18 Revision a5af4659: [TASK] Fix some typos in PageRepository
- Remove some old comments about not loaded TCA too.
Resolves: #78787
Releases: master
Change-Id: Ice141123b9198795710... - 12:18 Revision f72072cf: [TASK] addCssInlineBlock function called with too many arguments
- addCssInlineBlock is called with 5 parameters instead of 4
in PageGenerator. We can safely remove the 5th argument.
...
2016-11-24
- 13:50 Revision 2d333ed9: [TASK] Update composer dependencies for local builds
- Update the external libraries to reflect the state of
composer installations.
Use that opportunity to pin psr/log to...
2016-11-23
- 14:58 Revision 6d06a9b4: [TASK] Loosen Symfony components version constraint
- Allow installation with Symfony components of 2.8 branch
but continue to disallow 3.x.
Update our lock file accordin...
2016-11-22
- 11:42 Revision 6b1e036d: [TASK] Set TYPO3 version to 8.4.2-dev
- Change-Id: I6de5357c7b0c3b31213b682cd5cb5e4bf85b6619
Reviewed-on: https://review.typo3.org/50750
Reviewed-by: TYPO3 R... - 11:41 Revision 60da75ab: [RELEASE] Release of TYPO3 8.4.1
- Change-Id: I1ccf7c4d3f9bea17444966272f0a51a74bf93385
Reviewed-on: https://review.typo3.org/50749
Reviewed-by: TYPO3 R... - 11:37 Revision 522271fb: [TASK] Set TYPO3 version to 7.6.14-dev
- Change-Id: I04653d8faa9f4dd904609087b24615f81e042266
Reviewed-on: https://review.typo3.org/50748
Reviewed-by: TYPO3 R... - 11:36 Revision 1a295a64: [RELEASE] Release of TYPO3 7.6.13
- Change-Id: I7e7840d7dbc33f87d2786ae4df3a539ee5c49d67
Reviewed-on: https://review.typo3.org/50747
Reviewed-by: TYPO3 R... - 11:32 Revision f40917e5: [TASK] Set TYPO3 version to 6.2.30-dev
- Change-Id: Id6b0985d29e797e59bf5365e3b77b86c652f9d1f
Reviewed-on: https://review.typo3.org/50746
Reviewed-by: TYPO3 R... - 11:31 Revision 65785680: [RELEASE] Release of TYPO3 6.2.29
- Change-Id: Id2960c4f8b5da35b7a1dc2b29867da3e9ce965d5
Reviewed-on: https://review.typo3.org/50745
Reviewed-by: TYPO3 R... - 11:09 Revision e8d9c8d1: [SECURITY] Disallow invalid encoding in GeneralUtility::validPathStr
- Directory names, which have an invalid UTF encoding,
cause the preg_match() to return false.
To avoid that the comple... - 11:09 Revision d3f56225: [SECURITY] Prevent unnecessary unserialize in SuggestWizard
- Resolves: #78557
Releases: 8.4, 7.6, 6.2
Security-Commit: 32af4ebd2ffa0d38b79acbed9e7b1a6fc08dc6b8
Security-Bulletins... - 11:09 Revision 803d928a: [SECURITY] Disallow invalid encoding in GeneralUtility::validPathStr
- Directory names, which have an invalid UTF encoding,
cause the preg_match() to return false.
To avoid that the comple... - 11:09 Revision 85f2ed33: [SECURITY] Prevent unnecessary unserialize in SuggestWizard
- Resolves: #78557
Releases: 8.4, 7.6, 6.2
Security-Commit: 09cffbbc82fe4c8c4731e4c19cfc0c7c8cb673d4
Security-Bulletins... - 11:09 Revision 1fa900f9: [SECURITY] Disallow invalid encoding in GeneralUtility::validPathStr
- Directory names, which have an invalid UTF encoding,
cause the preg_match() to return false.
To avoid that the comple... - 11:09 Revision 5b9a2b46: [SECURITY] Prevent unnecessary unserialize in SuggestWizard
- Resolves: #78557
Releases: 8.4, 7.6, 6.2
Security-Commit: 4c4f256f1ffbba146d4a03b302e94bce52aa46cd
Security-Bulletins... - 11:09 Revision 4a985630: [SECURITY] Disallow invalid encoding in GeneralUtility::validPathStr
- Directory names, which have an invalid UTF encoding,
cause the preg_match() to return false.
To avoid that the comple...
2016-11-20
- 14:07 Revision 9e5a190c: [BUGFIX] indexed_search/template_css: Remove useless
- The seachword input field has appended. It's not clear why
that was ever needed. But it's kinda useless and re... - 13:58 Revision efb1443e: [BUGFIX] indexed_search/template_css: Remove useless
- The seachword input field has appended. It's not clear why
that was ever needed. But it's kinda useless and re... - 13:53 Revision b6f75aa2: [BUGFIX] Trim input into xml2array
- Preciding whitespace in the xml input string causes xml2array()
to fail with an error message. This whitespace is oft... - 13:31 Revision 63a5383b: [BUGFIX] Trim input into xml2array
- Preciding whitespace in the xml input string causes xml2array()
to fail with an error message. This whitespace is oft... - 01:23 Revision 966351c8: [BUGFIX] Compact clear cache button when one item exists
- This change makes the clear cache toolbar item dynamically
either render a drop-down as it did before, or render a si... - 00:54 Revision d9bca574: [TASK] Initialize BackendUser options in constructor
- Instead of calling / setting properties from the outside, the backend
user constructor can set options like lockIP ce...
Also available in: Atom