Activity
From 2016-11-05 to 2016-12-04
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...
2016-11-18
- 23:21 Revision cb8928fc: [TASK] Align user dropdown with all others
- Provide a title in the backend as well for the user dropdown
Furthermore an empty module section is prevented.
Resol... - 23:00 Revision efdb548e: [BUGFIX] Do not serialize variables for TransientMemoryBackend
- This change switches the internal behavior of the VariableFrontend
when combined with the TransientMemoryBackend. Bef... - 22:38 Revision 56b25356: [FEATURE] Option to define ordering of suggest wizard results
- This allows to configure the ordering cirteria for suggest wizard search results.
Resolves: #78523
Releases: master
... - 22:37 Revision 311a2eb4: [BUGFIX] Fix API documentation for sessionTimeout
- Show sessionTimeout as integer.
Resolves: #78692
Releases: master
Change-Id: Ia8bb8fa48018a3c9df5791ad8b2081e20f2b02... - 22:29 Revision a2f2a4b1: [BUGFIX] YouTubeRenderer: urlencode the origin parameter
- Commit 84ab413 (https://review.typo3.org/49416) fixed the origin
parameter to include the full host (and thus the sch... - 22:22 Revision 1c237a4d: [BUGFIX] YouTubeRenderer: urlencode the origin parameter
- Commit 84ab413 (https://review.typo3.org/49416) fixed the origin
parameter to include the full host (and thus the sch... - 22:14 Revision 5d2c7861: [TASK] Remove all $GLOBALS['rootline'] usages
- The getRootline() method of ExtendedTemplateService is broken
because of an incomplete replacement of the web_ts chan... - 22:00 Revision de9fd096: [BUGFIX] Add check for valid directory name for TCA select fileFolder
- If an invalid extension name is passed to a 'EXT:...' path, the
GeneralUtility::getFileAbsFileName function returns a... - 21:30 Revision d1bf1a06: [BUGFIX] Fix regression in RenderingContext::__construct w/o View
- This patch fixes a regression after https://review.typo3.org/#/c/50590/
which unfortunately caused some custom implem... - 21:23 Revision 32e7a14b: [BUGFIX] Add check for valid directory name for TCA select fileFolder
- If an invalid extension name is passed to a 'EXT:...' path, the
GeneralUtility::getFileAbsFileName function returns a... - 20:31 Revision 988f810b: [BUGFIX] Generate correct syntax in new VH compiling Traits
- Fixes a bad PHP syntax being generated by the
CompileWithContentArgumentAndRenderStatic
ViewHelper trait.
Change-Id:... - 20:01 Revision 99133d7f: [TASK] Import forward-compatible Fluid compiling Traits
- This change will allow third party ViewHelpers to
adopt the traits and benefit from
the same compiling support in TYP... - 18:26 Revision a61499fd: [BUGFIX] Use GeneralUtility::getUrl in DocumentationService->fetchDocument
- This avoids issues with redirects due to the change to https of
docs.typo3.org
Change-Id: I7eae2d266da2d11cc80960397... - 15:53 Revision df0dcddf: [TASK] TCA tree refactoring
- The patch refactors the TCA tree form engine data calculation.
The tree now works with "new" (not yet persisted) rec... - 15:39 Revision 354b01b7: [BUGFIX] Update session id in user property
- The session id is also additionally stored in the
user property array in AbstractUserAuthentication.
When regeneratin... - 15:38 Revision 9a0d485d: [BUGFIX] Update session id in user property
- The session id is also additionally stored in the
user property array in AbstractUserAuthentication.
When regeneratin... - 15:38 Revision 20a82fc0: [BUGFIX] Update session id in user property
- The session id is also additionally stored in the
user property array in AbstractUserAuthentication.
When regeneratin... - 12:20 Revision 400e2002: [BUGFIX] Use GeneralUtility::getUrl in DocumentationService->fetchDocument
- This avoids issues with frequent incompatibilities with SSLv2
in libcurl.
Change-Id: I7eae2d266da2d11cc809603974f73f... - 12:20 Revision 47f89a05: [TASK] Update pear/http_request2 dependency to version 2.3.0
- Updates the mentioned dependency and accommodates new
differences in "include-paths" setting which is now included
di...
2016-11-17
- 19:29 Revision f64b639a: [TASK] Move all CSH language files from EXT:lang to Resources/Private/Language
- Move all CSH language files from ext:lang to Resources/Private/Language
Resolves: #78648
Releases: master
Change-Id:... - 15:43 Revision 9645a32f: [FOLLOWUP][BUGFIX] Redirect BE user to login on invalid module/route token
- Resolves: #69763
Releases: master, 7.6
Change-Id: Ib5ec7e26cadb51b972ff617f23121cebd490bdb5
Reviewed-on: https://revi... - 15:43 Revision 36fe8f1a: [FOLLOWUP][BUGFIX] Redirect BE user to login on invalid module/route token
- Resolves: #69763
Releases: master, 7.6
Change-Id: Ib5ec7e26cadb51b972ff617f23121cebd490bdb5
Reviewed-on: https://revi... - 14:11 Revision 46844b35: [TASK] Clarify code comments in GeneralUtility::getUserObj()
- The method GeneralUtility::getUserObj() already shows
that it will be exactly the same as makeInstance(), thus it wil... - 08:34 Revision b93845f4: [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 ... - 07:59 Revision 78822277: [BUGFIX] Redirect BE user to login on invalid module/route token
- Resolves: #69763
Releases: master, 7.6
Change-Id: I2d9e80b7c669c55067690aedf5a7c91256d7c28b
Reviewed-on: https://revi... - 07:55 Revision 46c1c10c: [BUGFIX] Redirect BE user to login on invalid module/route token
- Resolves: #69763
Releases: master, 7.6
Change-Id: I2d9e80b7c669c55067690aedf5a7c91256d7c28b
Reviewed-on: https://revi...
2016-11-16
- 22:42 Revision b647e014: [BUGFIX] Do not override template processors of fluid
- Fluid defines it's own template processors that are currently overridden
in the TYPO3 Fluid rendering context.
This b... - 22:22 Revision b110c78f: [BUGFIX] Fix login redirect_url for fresh logins
- The new BE Login form API in commit 9099b64c missed to pass
$_GET['redirect_url'] into the login template, which caus... - 22:22 Revision 8e101395: [BUGFIX] Fix login redirect_url for fresh logins
- The new BE Login form API in commit 9099b64c missed to pass
$_GET['redirect_url'] into the login template, which caus... - 22:02 Revision aec2c0aa: [BUGFIX] Use scheme from EnvironmentVariables for forceAbsoluteUrl
- Resolves: #78699
Releases: master, 7.6
Change-Id: If238a92e20f2382ad3b37a231992a122eff80826
Reviewed-on: https://revi... - 22:00 Revision 1323d60b: [BUGFIX] Use scheme from EnvironmentVariables for forceAbsoluteUrl
- Resolves: #78699
Releases: master, 7.6
Change-Id: If238a92e20f2382ad3b37a231992a122eff80826
Reviewed-on: https://revi... - 09:43 Revision 9564e3ea: [TASK] Cover t3_origuid in functional tests for Workspaces/Regular/PublishAll
- The t3_origuid field is now covered in functional tests for DataHandler
in workspaces module (Regular/PublishAll suit...
2016-11-15
- 17:36 Revision 7ad9178c: [BUGFIX] Catch exceptions while dumping a file
- While dumping a file in the frontend no exceptions are
caught. When a exception happens a 500 HTTP status is thrown.
... - 17:36 Revision ee1ef6ad: [BUGFIX] Catch exceptions while dumping a file
- While dumping a file in the frontend no exceptions are
caught. When a exception happens a 500 HTTP status is thrown.
... - 16:31 Revision c75b26c9: [BUGFIX] Catch exceptions while dumping a file
- While dumping a file in the frontend no exceptions are
caught. When a exception happens a 500 HTTP status is thrown.
... - 10:52 Revision 06ee1e4d: [BUGFIX] Use page uid instead of alias for cHash calculation
- To make cHash calculation work again, we need to use the page uid.
However the GET argument might contain a page alia... - 10:52 Revision 62ac289b: [BUGFIX] Bind the cHash to the id of the "real" page
- If a link to a mount point or a shortcut is created,
the id argument in the url points to the id of the real page,
wh... - 09:43 Revision fc7f5469: [TASK] Manual require_once of crawler removal
- The crawler is still included via a require_once in indexed_search,
even though the class loader since TYPO3 6.2 does... - 09:42 Revision e97cdc26: [TASK] Remove leftover code for PHP locallang files
- The PHP parser is removed, so we can drop the value from the default
list of available file extensions.
We do not ne...
2016-11-14
- 08:19 Revision f86c04e4: [TASK] Remove empty else statement in AbstractRecordList
- Remove the empty else statement in AbstractRecordList which is not
needed.
Resolves: #78682
Releases: master
Change-...
2016-11-13
- 17:37 Revision f1f40387: [TASK] Deprecate TypoScript option config.mainScript
- The TypoScript option config.mainScript allows to set the frontend
entrypoint from "index.php" to something else.
As... - 16:55 Revision 8fad94bc: [BUGFIX] selectTree pageTsConfig addItems
- Adding items for type selectTree with pageTsConfig does not
work as documented. The TCA tree needs multi-root handlin... - 14:56 Revision efe1d731: [TASK] Add correct parameter phpDoc types in LocalizationRepository
- Add missing type information to phpDoc.
Resolves: #78678
Releases: master, 7.6
Change-Id: Id626c849bacc46f7a66c6936d... - 14:55 Revision a947f4c2: [TASK] Add correct parameter phpDoc types in LocalizationRepository
- Add missing type information to phpDoc.
Resolves: #78678
Releases: master, 7.6
Change-Id: Id626c849bacc46f7a66c6936d... - 14:40 Revision 4473658c: [BUGFIX] Let Extension Manager API also create folders
- The API method added in for #70606 does not
create extension folders, which makes the API
incomplete and more or less... - 14:13 Revision 29c9cb90: [TASK] Cover t3_origuid in functional tests for Workspaces/Regular/PublishAll
- The t3_origuid field is now covered in functional tests for DataHandler
in workspaces module (Regular/PublishAll suit... - 13:59 Revision 5d18c670: [BUGFIX] Do not serialize variables for TransientMemoryBackend
- This change switches the internal behavior of the VariableFrontend
when combined with the TransientMemoryBackend. Bef... - 13:53 Revision c8037d37: [BUGFIX] Do not add empty alert fieldChangeFunc to link browser URL
- Adding an empty alert message to the fieldChangeFunc array causes
the fieldChangeFunc_hash to mismatch when paginatio... - 13:52 Revision 122b5adb: [BUGFIX] Let Extension Manager API also create folders
- The API method added in for #70606 does not
create extension folders, which makes the API
incomplete and more or less... - 13:45 Revision eb1ff547: [TASK] Use HTML5 input type number for backend pagination
- Using the type number for the pagination page field improves the
usability.
Resolves: #78608
Releases: master, 7.6
C... - 13:34 Revision 960f0ae8: [TASK] Use HTML5 input type number for backend pagination
- Using the type number for the pagination page field improves the
usability.
Resolves: #78608
Releases: master, 7.6
C... - 13:16 Revision adf40db4: [TASK] Use semver for Symfony versions
- Symfony has one of the best BC promises in the PHP world. Which means it
will be never a problem to allow all new min... - 13:05 Revision f65662a0: [TASK] Use semver for Symfony versions
- Symfony has one of the best BC promises in the PHP world. Which means it
will be never a problem to allow all new min... - 12:53 Revision c33d526b: [BUGFIX] Resolves extension dependencies recursively
- Currently it is not possible to install an extension which has special
sub-dependencies (e.g. dependencies of sub-ext... - 12:37 Revision 0620f2d6: [BUGFIX] Resolves extension dependencies recursively
- Currently it is not possible to install an extension which has special
sub-dependencies (e.g. dependencies of sub-ext... - 11:23 Revision 04bf0cbf: [TASK] Remove GLOBAL variables from web_ts
- The system extension "tstemplate" still uses a
lot of $GLOBAL objects which are only used within
the classes itself.
... - 10:54 Revision 83ab00a7: [BUGFIX] Bind the cHash to the id of the "real" page
- If a link to a mount point or a shortcut is created,
the id argument in the url points to the id of the real page,
wh... - 10:54 Revision 51bfde1e: [BUGFIX] Bind the cHash to the id of the "real" page
- If a link to a mount point or a shortcut is created,
the id argument in the url points to the id of the real page,
wh... - 10:53 Revision 355772ea: [BUGFIX] EM must treat line breaks correctly in extension data
- The XML push-parser now correctly collects the data for
description and upload comment. When the data contain line br... - 10:33 Revision 3ee07f8b: [BUGFIX] EM must treat line breaks correctly in extension data
- The XML push-parser now correctly collects the data for
description and upload comment. When the data contain line br... - 09:48 Revision 6ab82739: [BUGFIX] Provide addQueryStringMethod for ViewHelper f:form
- Make it possible to set the addQueryStringMethod for the f:form
ViewHelper. Otherwise it is impossible to add paramet... - 00:45 Revision 230dd445: [BUGFIX] Bind the cHash to the id of the "real" page
- If a link to a mount point or a shortcut is created,
the id argument in the url points to the id of the real page,
wh...
2016-11-12
- 23:44 Revision 81d80f85: [BUGFIX] Do not add empty alert fieldChangeFunc to link browser URL
- Adding an empty alert message to the fieldChangeFunc array causes
the fieldChangeFunc_hash to mismatch when paginatio... - 18:23 Revision cdcbbc1f: [TASK] Close document by clicking "Save and create new one"
- Close the current document in 'Open documents' list by
clicking the "Save and create a new one" button.
Resolves: #7... - 18:22 Revision 10f6e1d8: [TASK] Close document by clicking "Save and create new one"
- Close the current document in 'Open documents' list by
clicking the "Save and create a new one" button.
Resolves: #7... - 18:19 Revision 3b7e6042: [BUGFIX] Handle different result types in dbal
- Due to multiple SQL compilers the return type is mixed between strings
and arrays. To be able to run both the
\TYPO3\... - 18:10 Revision 2f455847: [TASK] Remove typo3/.htaccess
- The current solution caused a lot of troubles with server configuration.
To avoid any nasty workarounds we simply cre... - 15:49 Revision cf7f8ab0: [TASK] Cleanup BackendUserAuthentication->unpack_uc()
- The backendUser->uc() call is called with a default value,
which is unnecessary and "looks ugly" ;).
Additionally $B... - 10:24 Revision aaf3390e: [TASK] Remove htmlspecialchars for values that are used in exceptions
- Resolves: #78663
Releases: master
Change-Id: Ic7bcc67886d66d31d2062847568d800ab4e48717
Reviewed-on: https://review.ty... - 07:18 Revision 77d74302: [TASK] Remove undefined property iconFactory from EditFileController
- The property is not defined at all. We can retrieve the iconFactory
from the moduleTemplate.
Resolves: #78662
Releas... - 00:10 Revision 3f8f2c41: [TASK] Streamline and optimize JavaScript in install tool
- This patch optimize and streamline the JavaScript of Install.js
The following changes are part of the patch:
- Centr...
2016-11-11
- 23:47 Revision 89a81466: [TASK] Streamline and optimize JavaScript in install tool
- This patch optimize and streamline the JavaScript of Install.js
The following changes are part of the patch:
- Centr... - 15:18 Revision 56dca7bc: [TASK] Remove typo3/.htaccess
- The current solution caused a lot of troubles with server configuration.
To avoid any nasty workarounds we simply cre... - 13:44 Revision f56ac9fe: [TASK] Update fluid engine dependency to 2.0.4
- Solves the following issue:
* CycleViewHelper produces incorrect output in compiled templates
https://github.com/...
2016-11-10
- 17:13 Revision e74de949: [BUGFIX] Fix double escaping of icon and title in EXT:impexp
- The title and icon are double escaped. This leads to HTML output
as readable code. Move translation into the controll... - 16:15 Revision 9481a498: [BUGFIX] Fix double escaping of icon and title in EXT:impexp
- The title and icon are double escaped. This leads to HTML output
as readable code. Move translation into the controll... - 16:00 Revision 6972c976: [!!!][TASK] Migrate Lowlevel "double_files" command to Symfony Console
- The CLI command to find files that are referenced more than once
in TYPO3 is migrated to Symfony Console to better st... - 13:54 Revision 0ee3995d: [BUGFIX] Re-enable "default" option in Fluid Case ViewHelper
- A bug, introduced with the registerArguments option does
not work properly anymore with the "default" option for the ... - 13:32 Revision 39800128: [BUGFIX] Use page uid instead of alias for cHash calculation
- To make cHash calculation work again, we need to use the page uid.
However the GET argument might contain a page alia... - 13:25 Revision d9ee0e46: [BUGFIX] Use page uid instead of alias for cHash calculation
- To make cHash calculation work again, we need to use the page uid.
However the GET argument might contain a page alia... - 13:24 Revision d5c5c76e: [BUGFIX] Use page uid instead of alias for cHash calculation
- To make cHash calculation work again, we need to use the page uid.
However the GET argument might contain a page alia... - 12:46 Revision 29b74388: [TASK] Extract per-connection concerns from SchemaMigrator
- Extract per-connection concerns from SchemaMigrator into new
ConnectionMigrator. This way, schema changes on connecti... - 10:02 Revision 70cbb3e4: [!!!][TASK] Migrate Lowlevel "missing_relations" command to Symfony Console
- The CLI command to detect and (as far as possible) remove
relations to non-existing records, and offline version vers...
2016-11-09
- 22:54 Revision 015f3bda: [TASK] Use a cast to float instead of doubleval
- The method doubleval is an alias of floatval and
this could be used. But using a cast to float is
quicker.
Resolves:... - 14:29 Revision 67ef53e1: [TASK] Refactor suggest wizard JS communication
- Transmitting the full $row in suggest wizard was introduced to
find the relevant flex form data structure in the ajax... - 07:55 Revision 63196700: [BUGFIX] Remove styles.content.links.target
- Remove styles.content.links.target from constants.txt and
lib.parseFunc.ts.
styles.content.links.target has as descr...
2016-11-08
- 21:37 Revision 21465ac5: [BUGFIX] Hide language switcher if record has no default translation
- Disable further language menu options in free mode. If language record
doesn't have a record in the default language ... - 13:09 Revision 692f4390: [BUGFIX] Continue searching after empty result in suggest wizard
- Apply the same fix as was done for the LiveSearch.
Resolves: #78457
Related: #77566
Releases: master,7.6
Change-Id: ... - 13:08 Revision 82e93c5b: [BUGFIX] Continue searching after empty result in suggest wizard
- Apply the same fix as was done for the LiveSearch.
Resolves: #78457
Related: #77566
Releases: master,7.6
Change-Id: ... - 12:58 Revision 6349288c: [TASK] Replace beginsWith method with strpos to reduce execution time
- Use the native PHP method strpos instead of StringUtility::beginsWith
method. The beginsWith method runtime compared ... - 11:26 Revision 9e245cef: [TASK] Cover t3_origuid in functional tests for Wokspaces/Regular/Publish
- The t3_origuid field is now covered in functional tests for DataHandler
in workspaces module (Regular/Publish suite).... - 11:16 Revision 44f6cfec: [TASK] Cover t3_origuid in functional tests for Wokspaces/Regular/Publish
- The t3_origuid field is now covered in functional tests for DataHandler
in workspaces module (Regular/Publish suite)....
2016-11-07
- 23:12 Revision 4fe96a69: [BUGFIX] Support \ArrayAccess objects with getter methods in ObjectAccess
- In #66995 the extbase ObjectAccess has been cleaned up and introduced
a behavior where it is not possible anymore to ... - 22:53 Revision 45e138cf: [TASK] Provide documentation Settings.cfg
- It was requested by the documentation team to add
a Settings.cfg to all extensions that provide docs.
Change-Id: Ic5... - 22:53 Revision c52d0e7b: [TASK] Update Fluid engine dependency to 2.0.3
- Solves this issue: https://github.com/TYPO3/Fluid/pull/228
Change-Id: Idc377dac0d074194b065448a0ce4b8641a94249a
Reso... - 21:38 Revision e0093889: [BUGFIX] Hide language switcher if record has no default translation
- Disable further language menu options in free mode. If language record
doesn't have a record in the default language ... - 18:49 Revision a1f741dd: [TASK] Deprecate TYPO3_DB and Prepared Statement class
- Add deprecation docs and logging information to both PHP
classes.
Resolves: #78244
Releases: master
Change-Id: Iacc4... - 18:06 Revision 9b7fd177: [!!!][TASK] Flex form data structure refactoring
- Method BackendUtility::getFlexFormDS() does two things at once:
It finds a data structure by given data (TCA, row, ..... - 16:32 Revision e050098a: [TASK] Remove Documentation/Settings.yml
- The files were substituted with "Settings.cfg" a while
ago and are now obsolete according to the docs team.
Change-I... - 16:23 Revision 5eb4024c: [TASK] Remove Documentation/Settings.yml
- The files were substituted with "Settings.cfg" a while
ago and are now obsolete according to the docs team.
Change-I... - 13:32 Revision ca6e0874: [BUGFIX] Listview: Display parent field of categories
- Resolves: #72311
Releases: master, 7.6
Change-Id: I47b19ccb5e74c5755630dba3626dad29b7b24fc7
Reviewed-on: https://revi... - 13:29 Revision a854bd24: [BUGFIX] Listview: Display parent field of categories
- Resolves: #72311
Releases: master, 7.6
Change-Id: I47b19ccb5e74c5755630dba3626dad29b7b24fc7
Reviewed-on: https://revi... - 13:14 Revision 21163a01: [BUGFIX] ElementBrowser does not highlight selected file in file list view
- FileLinkHandler in element browser should highlight the selected file
reference in browser. If the link value is "fil... - 13:00 Revision b4aa94cd: [TASK] Move toplevel index.php to frontend extension
- This moves the toplevel "index.php" to the frontend extension
as "frontend.php". The toplevel "index.php" becomes a s... - 10:52 Revision 127931c5: [TASK] Remove duplicate calls to substr in InfoPageTyposcriptConfigController
- substr is called 3 times with the same parameters, use one variable for this.
Resolves: #78583
Releases: master
Chan... - 10:42 Revision 54355481: [TASK] Update Fluid engine dependency to 2.0.2
- Solves the following issues:
* ViewHelpers using compiling traits would call incorrect method if renderStatic was in...
2016-11-06
- 06:47 Revision 4eb3a118: [TASK] Drastically reduce TS re-parsing in TemplatePaths
- This change implements a runtime cache which stores the view
configuration for extension keys. This
avoids calling re...
2016-11-05
- 19:54 Revision a65c39ae: [TASK] LiveSearch: Refactor use of queryBuilder to use prepared statements
- According to task #78437 queries should follow the prepared statement principle.
Thus the LiveSearch has to be refact... - 19:51 Revision 4dfc22c5: [FOLLOWUP][TASK] Fluidification of Opendocs Toolbar (2nd try)
- `list($x, )` does not work on empty arrays, causing `$x` being null then.
The code now checks whether there are actua... - 19:12 Revision 5cf95564: [FEATURE] Enumeration constants getName methods
- It comes in handy to use the names of enumeration objects
sometimes. Two getName() functions provide the name
once un... - 18:52 Revision 420b16f6: [FOLLOWUP][TASK] Fluidification of Opendocs Toolbar
- The properties `$openDocs` and `$recentDocs` are described and treated
as arrays, but initialized as null values. Thi... - 18:35 Revision 31ab5fd3: [!!!][TASK] Migrate MissingFilesCommand to Symfony Console
- The EXT:lowlevel command "Missing Files" searches through
the reference index and checks for references (and soft ref... - 18:15 Revision 756d0d16: [TASK] Replace TCEmain with the new naming DataHandler
- The old class name is still in use in the core, replace them
with the new name DataHandler.
Resolves: #78550
Release... - 18:12 Revision 277a10b4: [TASK] Fluidification of Opendocs Toolbar
- Resolves: #78051
Releases: master
Change-Id: I579734bd47bd20cbc5d23d3bd4d8fe27426c248e
Reviewed-on: https://review.ty... - 15:39 Revision 18792c93: [DOC] Clarify phpdoc of SimpleFileBackend that lifetime is unsupported
- Resolves: #78579
Releases: master, 7.6
Change-Id: I9260256630a6916bcc5b8cb8b93041f0a3bcf444
Reviewed-on: https://revi... - 15:39 Revision a3736fc2: [DOC] Clarify phpdoc of SimpleFileBackend that lifetime is unsupported
- Resolves: #78579
Releases: master, 7.6
Change-Id: I9260256630a6916bcc5b8cb8b93041f0a3bcf444
Reviewed-on: https://revi... - 14:31 Revision a861b188: [BUGFIX] Load ext_emconf information in extension installation
- With patch https://review.typo3.org/50427/ TER information were not
loaded for extension information. Unfortunately t... - 14:18 Revision 09a0b4fb: [TASK] styleguide: TCA flex_5 DS example without sheets
- 13:22 Revision da8e4d77: [!!!][TASK] Migrate LostFilesCommand to Symfony Console
- The EXT:lowlevel command "LostFiles" searched through
uploads/* and checks if any files are not in use by TYPO3 by
ch... - 10:25 Revision 1c7cf356: [!!!][TASK] Migrate OrphanRecords Command to Symfony Console
- The CLI cleaner command "orphan_records" in EXT:lowlevel is
migrated to a command based on Symfony Console.
Previoul...
Also available in: Atom