Activity
From 2014-03-19 to 2014-04-17
2014-04-17
- 23:07 Task #57348: Introduction package does not install/load any pages: typo3 6.2.0
- Hi,
started with new typo3 6.2.1
General install works really good in just a few minutes.
Installation of Intro... - 22:57 Bug #58010: No backend login possible after Update 6.2.0 > 6.2.1
- I can confirm this issue, but i have this also an 6.2.0-dev before. I use mostly openId for BElogin so i don't notice...
- 20:44 Bug #58010 (On Hold): No backend login possible after Update 6.2.0 > 6.2.1
- I can confirm two problems: compression and version in filename.
So we have to create two tickets. Will do so tomo... - 16:02 Bug #58010: No backend login possible after Update 6.2.0 > 6.2.1
- Yes - The problem are the compressed JS - See attachment
- 15:35 Bug #58010: No backend login possible after Update 6.2.0 > 6.2.1
- I had the same problem. Switching to development settings in the install tool solved it. It seems like the setting BE...
- 15:16 Bug #58010: No backend login possible after Update 6.2.0 > 6.2.1
- In my opinion this is a general TYPO3 bug: when examining the JS files delivered to the browser and the ones in typo3...
- 13:27 Bug #58010: No backend login possible after Update 6.2.0 > 6.2.1
- I'm using Safari 7.0.3 on Mac OS 10.9.2
I tested also:
Firefox, Chrome
Windows: IE 10, Firefox
How can i chec... - 13:02 Bug #58010: No backend login possible after Update 6.2.0 > 6.2.1
- What browser are you using, on which OS?
Can you check with the dev-tools of your browser if all requests sent to th... - 12:48 Bug #58010 (Closed): No backend login possible after Update 6.2.0 > 6.2.1
- I updated my TYPO3 Installation from 6.2.0 > 6.2.1
Now > Backend-login is not possible. - 22:45 Bug #58029: 6.2.1: TYPO3\CMS\Core\Authentication\AbstractUserAuthentication tries to call header() in CLI context
- Ernesto, I hope you don't mind me adding you as a watcher to this. I'm not sure who to pick as a reviewer in Gerritt...
- 22:38 Bug #58029 (Under Review): 6.2.1: TYPO3\CMS\Core\Authentication\AbstractUserAuthentication tries to call header() in CLI context
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:14 Bug #58029 (Closed): 6.2.1: TYPO3\CMS\Core\Authentication\AbstractUserAuthentication tries to call header() in CLI context
- Starting in 6.2.1, if you try using the CLI dispatcher (assuming you've got your BE user set up, etc.), e.g.:...
- 21:13 Bug #51069: Updating extension changes load order
- I'm sorry but priority is not the same as dependencies.
My use case is the following: I generally store all my cus... - 21:06 Bug #51069: Updating extension changes load order
- For 6.2, the extListArray is gone and substituted with PackageStates.php. A new algorithm takes care of load orders d...
- 21:05 Bug #51021: Priority ignored in 6+ EM
- See my comment on this to #51069, we don't need the priority stuff anymore as soon as dependencies are set up correctly.
- 20:56 Bug #58013: No file found for given UID.
- I do not think this should be handled in FileReference object but on the place where the object is called.
Is ther... - 17:20 Bug #58013: No file found for given UID.
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:15 Bug #58013: No file found for given UID.
- > No file found for given UID
This problem only occurs if the database is inconsistent, which may happen during de... - 15:42 Bug #58013: No file found for given UID.
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:31 Bug #58013 (Under Review): No file found for given UID.
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:07 Bug #58013 (Closed): No file found for given UID.
- If a referenced file (sys_file_reference) points to a non existing id in the table sys_file you get this exception.
- 20:43 Bug #56030: cli_dispatch.phpsh : Fatal error: The PackageStates.php file is either corrupt or unavailable.
- In case it helps anyone:
A developer here ran into this today, and we found that it depends on if we use the "typo3... - 19:58 Bug #58004: Categories not visible
- CategoryRegistry is a singleton. So I guess you should receive the same instance.
- 17:22 Bug #58004: Categories not visible
- Same problem. Most likely related to overrides.
Because from Bootstrap->executeExtTablesAdditionalFile() the applyTc... - 15:47 Bug #58004: Categories not visible
- I added the TCA definitions like in the example attached.
- 13:36 Bug #58004 (Accepted): Categories not visible
- confirmed
- 13:22 Bug #58004: Categories not visible
- He meant: works with 6.2.0, broke since 6.2.1. Might be related to the introduction of TCA-overrides (#57942) though ...
- 12:14 Bug #58004: Categories not visible
- I think the TCA definitions are just built too early.
- 11:59 Bug #58004: Categories not visible
- This is the concrete call in ext_tables.php:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::makeCategorizable($... - 11:27 Bug #58004 (Closed): Categories not visible
- Since last update i cant see the categories tree anymore.
I added the TCA definitions like this:
\TYPO3\CMS\Core\... - 18:50 Bug #55614: FAL: FileIndexingTask fails to execute in TYPO3 6.2 (current master)
- Are you dure you run the new scheduler job?
There are now 3 FAL jobs, were 1 is obsolute.
Gr. Frans - 17:51 Bug #55614: FAL: FileIndexingTask fails to execute in TYPO3 6.2 (current master)
- I got this error today. But I used this updated script. There seems to be a new reason. The Issue isn't solved, indeed.
- 16:55 Task #58022 (Closed): Speedup deletion of an inactive extension
- Even if an extension is inactive, deleting it through EM takes quite a while. Does that also trigger a complete cache...
- 16:02 Bug #58021 (Closed): Metadata can only be retrieved for indexed files.
- The error can only be reproduced if you have this feature http://forge.typo3.org/issues/58013 checked out.
One g... - 15:49 Bug #57408: Call of the meta extractor services for local storage possible
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:29 Bug #57408: Call of the meta extractor services for local storage possible
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:24 Bug #57408: Call of the meta extractor services for local storage possible
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:44 Bug #58019 (Rejected): FAL Indexer for broken files: Column 'width' cannot be null
- The FAL indexer fails to properly handle broken files.
To reproduce:
Create a text file with any content and name... - 15:12 Bug #58016 (Closed): module list is not refreshed after installing new extensions
- releases: 6.0, 6.1, 6.2
after installing an extension with the 6.x extensionmanger the backend module list in the ... - 14:20 Bug #30276: TCEforms suggest displaced in IE8 and IE9
- reproduceable in 6.2.0
- 14:02 Feature #49282: Use enchant instead of aspell for rtehtmlarea
- There is a related ticket which was accepted 5 years ago: #19134
- 12:52 Bug #56362: typo3conf/PackageStates.php constantly changes
- Confirmed by admin team: The project owner has to update the project settings. It's missing the trackers to use.
- 12:01 Bug #56362: typo3conf/PackageStates.php constantly changes
- I'll forward this to the admin team. But don't expect too much, maybe the author does not want to have a tracker. ;-)
- 11:54 Bug #56362: typo3conf/PackageStates.php constantly changes
- The bug tracker for lonewsdownloads doesn't work (see http://forge.typo3.org/projects/extension-lonewsdownloads/issue...
- 12:48 Bug #58000: Update 6.2.0 to 6.2.1 via Installtool -> wrong Symlink? (Mittwald Hoster)
- Thanks for the report. We have to check where this (wrong) absolute path comes from.
- 10:48 Bug #58000: Update 6.2.0 to 6.2.1 via Installtool -> wrong Symlink? (Mittwald Hoster)
- Screenshots:
# Symlink BEFORE automatic Update via Install Tool
# The update process in Install Tool
# The error... - 10:45 Bug #58000 (Closed): Update 6.2.0 to 6.2.1 via Installtool -> wrong Symlink? (Mittwald Hoster)
- Hello,
i updated my TYPO3 from 6.2.0 to 6.2.1 today via Install Tool.
After successfull update process i cant a... - 12:42 Bug #58009 (Closed): Update of multiple installations using same core fails
- We have here an environment of multiple website having their own TYPO3 installation. The TYPO3 sources lay in one fol...
- 12:24 Bug #58008 (Closed): Autoload cache never expires and is not flushed after installing new extension
- Since https://review.typo3.org/24073 installing new extensions may lead to fatal PHP errors if new classes are added ...
- 12:03 Bug #57953: Rendering time of HMENU is really bad, maybe bug?
Thanks for bringing this up. I also have the impression that menu rendering takes quite long. I also started lookin...- 11:50 Bug #49391: options.folderTree.altElementBrowserMountPoints (readonly filemounts) not working with FAL
- Patch set 10 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 11:49 Bug #52156: jumpurl.secure juHash error with URL encoded characters
- Patch set 21 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 11:41 Bug #58005 (Under Review): Element browser does not submit all GET parameters
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:38 Bug #58005: Element browser does not submit all GET parameters
These are the fields that are originally submitted when the wizard is opened:...- 11:30 Bug #58005 (Closed): Element browser does not submit all GET parameters
In the @\TYPO3\CMS\Recordlist\Browser\ElementBrowse@r the parameters that are appended to the tab links are configu...- 11:23 Bug #58003 (Closed): Indexed Search broken (Exception during search)
- When using the Pi2 of Indexed Search experimental Extbase and performing a search, you get an Exception and no search...
- 11:02 Bug #52211 (Under Review): Admin Panel image URLs don't respect absRefPrefix
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:50 Bug #53973: Cannot add user defined locales to be used with "sL(...)"
- Will this bug getting fixed in TYPO3 CMS 6.1?
According to the revision 28c66c57 it will. But for now it's only fixe... - 09:23 Bug #57986 (Accepted): Editing file mount for deleted storage crashes backend
- 09:18 Feature #14669: set Fields required
- I found out it can be done using the hook $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_tceforms.php']['getSingle...
- 09:15 Feature #57695: Implement unicode normalization in TYPO3 Core's charset conversion routines, especially for filepaths in TYPO3 FAL's LocalDriver.
- Hi Stephan,
Tnx for your research on this. This is indeed a problem. One I run into last week my self when a coll... - 00:58 Task #57812: Cleanup Extbase classes around request handling
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:36 Bug #57447: INCLUDE_TYPOSCRIPT with relative path from static doesn't work
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:36 Bug #57918: PathUtility::getAbsolutePathOfRelativeReferencedFileOrPath() does not comply to documented behaviour
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available...
2014-04-16
- 23:30 Task #57354 (Resolved): Default file permissions recommendation schould be 0665 instead of 0660
- Applied in changeset commit:0d82969b2b4dcd0dcb45db65ff2e680c7923bd11.
- 23:07 Task #57354: Default file permissions recommendation schould be 0665 instead of 0660
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:30 Bug #57681 (Resolved): ResourceStorage::emitPostFolderMoveSignal and emitPostFolderRenameSignal use wrong folderName
- Applied in changeset commit:977f77214066a7ad9923f5f1cc2970e4f0ead5f9.
- 21:30 Bug #57957 (Resolved): TYPO3\CMS\Dbal\DatabasDatabaseConnection::sql_fetch_assoc() might return null
- Applied in changeset commit:68763faf3bbcaafb5753ae952fe3614ad9aeb10b.
- 20:55 Bug #57957: TYPO3\CMS\Dbal\DatabasDatabaseConnection::sql_fetch_assoc() might return null
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 11:00 Bug #57957 (Under Review): TYPO3\CMS\Dbal\DatabasDatabaseConnection::sql_fetch_assoc() might return null
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:30 Bug #57750 (Resolved): Default generated categories TCA misses maxLevels configuration
- Applied in changeset commit:5fb98854f54dbdf0dadabba3d3db49caaa4161c5.
- 20:30 Bug #39035 (Resolved): TCA tree fail to load with IRRE
- Applied in changeset commit:395b454f0cfe6347299716444b68c21f2fb60c7c.
- 17:30 Bug #24871 (Resolved): Required select box element isn't required
- Applied in changeset commit:65896ee8aa3c5f9f684fc5ac31165b29abdcc525.
- 16:39 Bug #24871 (Under Review): Required select box element isn't required
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 17:30 Feature #24925 (Resolved): Mandatory for Selectbox with TCA not possible
- Applied in changeset commit:65896ee8aa3c5f9f684fc5ac31165b29abdcc525.
- 16:39 Feature #24925 (Under Review): Mandatory for Selectbox with TCA not possible
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 17:03 Task #57993: Make package HHVM compatible - failing getPackageReturnsTheSpecifiedPackage test
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:57 Task #57993 (Under Review): Make package HHVM compatible - failing getPackageReturnsTheSpecifiedPackage test
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:49 Task #57993 (Closed): Make package HHVM compatible - failing getPackageReturnsTheSpecifiedPackage test
- the PackageManagerTest::getPackageReturnsTheSpecifiedPackage is failing on hhvm, because it HHVM doesn't support call...
- 16:09 Task #57882 (Closed): Use method chaining for TSFE methods
- Abandoned in Gerrit
- 15:20 Bug #57991 (Closed): Missing workspaces in BE-user permissions
- I've created a workspace but was not able to grand permissions on that workspace. The workspace is not listed in the ...
- 15:20 Bug #57585 (New): Wrong Picture in FE
- 11:12 Bug #57585: Wrong Picture in FE
- I'm getting the same error. A fresh installation of LTS 6.2.0 without an example content.
The first image I tried to... - 12:53 Bug #57986 (Closed): Editing file mount for deleted storage crashes backend
- When editing a file mount that points to a deleted (db row deleted) storage, I get the following error:
> Fatal er... - 12:08 Task #57971: Use composer for unit and functional tests in travis
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:37 Task #57971: Use composer for unit and functional tests in travis
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:24 Task #57971: Use composer for unit and functional tests in travis
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:22 Task #57971 (Under Review): Use composer for unit and functional tests in travis
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:20 Task #57971 (Closed): Use composer for unit and functional tests in travis
- 11:57 Bug #57984 (Closed): Sites moved in Workspace dissappear in LIVE
- Like the title says:
If you move sites in the Pagetree while you are in a workspace, the moved pages dissappear in... - 11:40 Bug #55883: Random errors with activated APC.so
- I've tested it today with current Git master.
Still a lot of problems, e.g. Error 500... - 11:28 Bug #46020: Image size is 0 when not scaled
- For those who run into this problem even after it is fixed now in core I have a easy fix for your local storages.
... - 10:47 Bug #57979 (Closed): Wrong icon for filemount
- This is only minor, but if I use the filelist module as an editor, the first filemount has a different icon (.t3-icon...
- 09:42 Feature #17544: Round Robin for native MySQL SELECT queries
- Any news on that?
- 08:26 Bug #57975 (Closed): No preview images on driver with basePath = /
- Hello Core-Team,
I have created a new driver with basePath=/
In such a driver no preview images will be created
... - 01:58 Bug #50396: RootlineUtility->enrichWithRelationFields issue with "group" type MM fields
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available...
2014-04-15
- 23:30 Bug #33499 (Resolved): Backend ignores l10n_mode in record titles
- Applied in changeset commit:05eb1f2efb8b781ce34052a5dd38ddcaf5372298.
- 21:49 Bug #33499 (Under Review): Backend ignores l10n_mode in record titles
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:30 Bug #33499 (Resolved): Backend ignores l10n_mode in record titles
- Applied in changeset commit:f8896e10a44c2779c71fdd34d90834f4e28e66a8.
- 02:23 Bug #33499: Backend ignores l10n_mode in record titles
- Patch set 20 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 21:51 Bug #50396 (Under Review): RootlineUtility->enrichWithRelationFields issue with "group" type MM fields
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:44 Bug #50396 (Accepted): RootlineUtility->enrichWithRelationFields issue with "group" type MM fields
- I have had this every now and then and finally took the time to track it down today. You're right that it's wrong to ...
- 21:03 Feature #20555: New parseFunc setting
- Patch set 10 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 19:43 Bug #57750: Default generated categories TCA misses maxLevels configuration
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:44 Bug #57750: Default generated categories TCA misses maxLevels configuration
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:41 Bug #57681: ResourceStorage::emitPostFolderMoveSignal and emitPostFolderRenameSignal use wrong folderName
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:10 Bug #57681: ResourceStorage::emitPostFolderMoveSignal and emitPostFolderRenameSignal use wrong folderName
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:30 Task #57942 (Resolved): Provide API to add cached TCA changes
- Applied in changeset commit:f2180402888a08871d37c9a785c4d82ab6c993b0.
- 16:10 Task #57942: Provide API to add cached TCA changes
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:56 Task #57942: Provide API to add cached TCA changes
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:51 Task #57942: Provide API to add cached TCA changes
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:45 Task #57942: Provide API to add cached TCA changes
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:33 Task #57942 (Under Review): Provide API to add cached TCA changes
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:31 Task #57942 (Closed): Provide API to add cached TCA changes
- This change adds the feature that php files in the
extension directory Configuration/TCA/Overrides/
will be execute... - 19:30 Bug #57497 (Resolved): TceformsUpdateWizard shows up too often
- Applied in changeset commit:a7d1f8cd8a660122407d5da4bb97692849bd9ecd.
- 18:59 Bug #55176 (Resolved): Old prototype version in backend causes problems with browser-scrollbars
- Resolves with #51768
- 18:40 Bug #57957 (Closed): TYPO3\CMS\Dbal\DatabasDatabaseConnection::sql_fetch_assoc() might return null
- I found a little bug while using DBAL.
A little background,
In the default situation, TYPO3\CMS\Core\Database\D... - 18:30 Bug #57934 (Resolved): Core still uses deprecated function checkEmail
- Applied in changeset commit:51a389767cb9a092fa9f71bffdb295c1248c1381.
- 16:14 Bug #57934: Core still uses deprecated function checkEmail
- Patch set 1 for branch *TYPO3_4-5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 11:52 Bug #57934 (Under Review): Core still uses deprecated function checkEmail
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:51 Bug #57934 (Closed): Core still uses deprecated function checkEmail
- Use t3lib_div::validEmail() instead, as suggested in the description of checkEmail in typo3/sysext/cms/tslib/class.ts...
- 17:55 Bug #57953 (Closed): Rendering time of HMENU is really bad, maybe bug?
- We use the following menu on every page.
Because of expAll = 1 on the first two levels, the menu is by far the slo... - 16:30 Bug #57949 (Resolved): Cleanup CategoryRegistryTest and ExtensionManagementUtilityTest
- Applied in changeset commit:ea063ac12ee691920648553c2f044903775c2378.
- 15:32 Bug #57949 (Under Review): Cleanup CategoryRegistryTest and ExtensionManagementUtilityTest
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:31 Bug #57949 (Closed): Cleanup CategoryRegistryTest and ExtensionManagementUtilityTest
- The category registry test and makeCategorizable
test of extension management utility are cleaned up
to use proper ... - 16:03 Task #54979: FrontendContentAdapterService should disabled for new installations.
- If this is such a big performance killer, is there any documentation as to how I have to adapt my typoscript to be ab...
- 15:44 Bug #57950 (Closed): Respect PATH_site while creating cacheIdentifier
- Since TYPO2 6.2 the cacheIdentifier is defined by the Package Stated file name:...
- 14:34 Bug #57906: Calling delete() on a file-object throws exception
- As all other methods in the ProcessedFileRepository also ignore the getWhereClauseForEnabledFields() I think it is ok...
- 08:25 Bug #57906: Calling delete() on a file-object throws exception
- Hello Frans,
I'm calling delete() in TYPO3_MODE===FE.
Please have a look into getWhereClauseForEnabledFields() ... - 14:32 Bug #31951: Own checkbox layout breaks HTML mail
- From my point of view and different testcases the layouts are not useable at all in its current state so whatever get...
- 10:40 Bug #31951: Own checkbox layout breaks HTML mail
- Sorry to say this, but the patch does not solve the issue. Please provide
the form configuration of your form, the ... - 13:43 Bug #18429: required fields in Flexform are not correct marked with Exclamation Sign
It also seems to affect group fields with a configured @minitems@ value.
The FlexForm can not be saved (JavaScri...- 13:30 Bug #57869 (On Hold): Remove side effects form TCA cache building
- 13:12 Bug #57918: PathUtility::getAbsolutePathOfRelativeReferencedFileOrPath() does not comply to documented behaviour
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:51 Bug #57918 (Under Review): PathUtility::getAbsolutePathOfRelativeReferencedFileOrPath() does not comply to documented behaviour
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:48 Bug #57918 (Closed): PathUtility::getAbsolutePathOfRelativeReferencedFileOrPath() does not comply to documented behaviour
- First parameter @$baseFilenameOrPath@ of PathUtility::getAbsolutePathOfRelativeReferencedFileOrPath() is specified to...
- 12:53 Bug #57938: Copy/Paste content element, paste copy at this place, inserts on top
- Never mind, this appears to be a bug in the extension Grid Elements, its not Core functionality.
- 12:49 Bug #57938 (Closed): Copy/Paste content element, paste copy at this place, inserts on top
- When copying a content element in the Page module, and then using the icon "Paste copy at this place", it inserts the...
- 11:17 Bug #54460: Unable to activate extension
- @Markus: Did you already check with http://wiki.typo3.org/Opcode_Cache
- 11:05 Bug #54460: Unable to activate extension
- I have the same Problem here,
but the fix won't work^^
Only difference is thast APC has been enabled on the machi... - 11:06 Feature #57928: detect best way for using aspell
- is related to 6.1 and 6.2
- 11:03 Feature #57928 (Rejected): detect best way for using aspell
- it would be nice, if index_search would autodetect the best working way of using aspell.
currently i seems that ps... - 10:30 Bug #57010 (Resolved): sys_file_reference field link missing registered SoftReferenceParser "typolink"
- Applied in changeset commit:4e64a393c5daa716390ac27be02813998d32323c.
- 10:30 Task #56352 (Resolved): Impexp: Files of TCA type "group" internal_type "file" are missing in export
- Applied in changeset commit:75f6b1b6955fc9ae52bb609b7ca4ba3c9efb390a.
- 10:30 Task #56991 (Resolved): RefIndex is broken for FlexForm fields group file_reference, results in missing these files in export
- Applied in changeset commit:9d1c88040c05cb9345d77486f71e437d5ac18c2f.
- 10:30 Bug #56353 (Resolved): SQL Error in sys_refindex on saving records with tca/flexform type group internal_type file
- Applied in changeset commit:75f6b1b6955fc9ae52bb609b7ca4ba3c9efb390a.
- 10:30 Task #56580 (Resolved): SoftReferenceIndex typolink missing support for title attribute
- Applied in changeset commit:9a2f40272ce161cd71afae818fae4745520fd3f2.
- 09:30 Task #57881 (Resolved): Make category TCA changes cacheable
- Applied in changeset commit:2b4aeefc27719e0147858f7b0c82a70249a53749.
- 04:30 Task #57871 (Resolved): Clean up Comments and error messages in ResourceStorage
- Applied in changeset commit:b97dc01d5c264cbe4f77463880e0109eff97fd9b.
- 03:20 Task #57871: Clean up Comments and error messages in ResourceStorage
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 03:14 Task #57871: Clean up Comments and error messages in ResourceStorage
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 04:30 Bug #55314 (Resolved): TableListViewHelper - pagination moves to List module
- Applied in changeset commit:344c6cc493d705fd687bc760e4d95229d45d549a.
- 03:31 Task #57921 (Resolved): Remove unused [BE][usePHPFileFunctions] option
- Applied in changeset commit:0f8a68773c329e28df1fdffa4b54d8268437f7a6.
- 02:54 Task #57921: Remove unused [BE][usePHPFileFunctions] option
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:42 Task #57921 (Under Review): Remove unused [BE][usePHPFileFunctions] option
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:40 Task #57921 (Closed): Remove unused [BE][usePHPFileFunctions] option
- The DefaultConfiguration still contains 'usePHPFileFunctions'.
This option is not used anymore, so it can be removed. - 02:59 Bug #39035: TCA tree fail to load with IRRE
- Asking here again: What is the easiest/quickest way to test this?
- 02:30 Bug #57920 (Resolved): PageRenderer do not unset() class members
- Applied in changeset commit:ee766f68950a732339f9f1d1911ffd06c0bdedf5.
- 01:50 Bug #57920 (Under Review): PageRenderer do not unset() class members
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:49 Bug #57920 (Closed): PageRenderer do not unset() class members
- It's bad code design to unset() class members. Better reset them.
- 01:17 Bug #57914: INCLUDE_TYPOSCRIPT should skip hidden/temporary files
- no I didn't. Just a plain include for a DIR with everything that it contains.
- 01:10 Bug #56630: INCLUDE_TYPOSCRIPT: Number of rows increases with each load/save
- I already have some work for this pending. But we wanted to have unittests for that part first.
And those tests are ... - 00:34 Bug #56630: INCLUDE_TYPOSCRIPT: Number of rows increases with each load/save
- Quasi duplicate of #53893
- 01:04 Bug #57447: INCLUDE_TYPOSCRIPT with relative path from static doesn't work
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:02 Bug #57447 (Under Review): INCLUDE_TYPOSCRIPT with relative path from static doesn't work
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:52 Bug #57447: INCLUDE_TYPOSCRIPT with relative path from static doesn't work
- Stumbled over another bug related here #57918.
- 00:25 Bug #57447 (Accepted): INCLUDE_TYPOSCRIPT with relative path from static doesn't work
- Just stumbled over this too.
Working on it. - 00:23 Bug #56304 (Closed): INCLUDE_TYPOSCRIPT with CONSTANTS Variable within INCLUDE_TYPOSCRIPT file not possible
- Duplicates #47985.
See explanation there.
2014-04-14
- 22:27 Task #57878: Cleanup Extbase Reflection classes
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:01 Bug #57914: INCLUDE_TYPOSCRIPT should skip hidden/temporary files
- Did you specify the extension parameter with the include?
- 21:41 Bug #57914 (Rejected): INCLUDE_TYPOSCRIPT should skip hidden/temporary files
- INCLUDE_TYPOSCRIPT is processed in typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
When including a... - 20:34 Bug #57894 (Closed): Missing right border in BE list module view
- 19:53 Bug #57894: Missing right border in BE list module view
- Please close this ticket. Thx.
- 19:53 Bug #57894: Missing right border in BE list module view
- This seems to be a bug/feature of EXT:gridelements.
- 14:12 Bug #57894 (Closed): Missing right border in BE list module view
- Please have a look at the attachment.
Browser/OS: Chrome on OS X - 20:25 Bug #57912: In Columns mode "Add new record at this Place" error 500
- Not a documentation issue.
- 19:29 Bug #57912 (Closed): In Columns mode "Add new record at this Place" error 500
- If for page mode columns are selected and the "Add a new record at this place" is pressed a http error 500 is generat...
- 20:01 Bug #57893 (Resolved): List module hover underline bug in first column?
- 19:52 Bug #57893: List module hover underline bug in first column?
- Please close this ticket. Thx.
- 19:52 Bug #57893: List module hover underline bug in first column?
- This seems to be a bug/feature of EXT:gridelements.
- 14:07 Bug #57893 (Closed): List module hover underline bug in first column?
- Maybe it is a feature - please have a look at the attachment. The hover-effect (first coulumn - non breaking space - ...
- 19:23 Bug #42500: Sysext form output not adjustable via ts in 4.7.5
- Again I had the same problem and solved it by hardcoding into the ext (quick and dirty). The thing is, that for confi...
- 18:41 Feature #57832 (Needs Feedback): Preview inline files in BE (info icon)
- Could you provide a screenshot of the result of this patch so I can understant what you want to achieve?
Gr. Frans - 18:35 Bug #57906: Calling delete() on a file-object throws exception
- Hi you are right about the signal/slot part.
In wich context are you deleting the file? As deleting a file in be doe... - 17:09 Bug #57906: Calling delete() on a file-object throws exception
- I want to delete the original file and it seems that you have added a signalSlot where all relations regarding this f...
- 17:06 Bug #57906: Calling delete() on a file-object throws exception
- Do you want to delete the processed file or the original file?
- 17:06 Bug #57906 (Under Review): Calling delete() on a file-object throws exception
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:58 Bug #57906 (Closed): Calling delete() on a file-object throws exception
- Hello Core-Team,
I'm calling delete() on a file-object in one of my extbase extensions. This results in:... - 17:32 Bug #57907 (Closed): Install Tool: Wrong link to system requirements
- This is a duplicate of #57764
The problem will be solved with next deployment of typo3.org
Thanks for Help. - 17:02 Bug #57907 (Closed): Install Tool: Wrong link to system requirements
- The »Welcome« page in the Install Tool has a broken link to system requirements.
Current link in Install Tool: htt... - 14:52 Task #54605: Inject annotations should not be used by core (~5% performance)
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:31 Task #57863 (Resolved): Introduce a signal in ExtensionManagementUtility::loadBaseTca
- Applied in changeset commit:8dc34a930edd7d3430eba05c93e19ead5f336680.
- 14:19 Task #57863: Introduce a signal in ExtensionManagementUtility::loadBaseTca
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:52 Bug #56362: typo3conf/PackageStates.php constantly changes
- Florian, please inform the extension author or file a report in the respective bug tracker.
- 12:23 Bug #56362: typo3conf/PackageStates.php constantly changes
- Yes, that did it. Thank you.
And sorry for interrupting, but hopefully someone else will find this information use... - 12:15 Bug #56362: typo3conf/PackageStates.php constantly changes
- I agree with Stefan. This is NOT a core bug, but a missing dependency in the EXT:lonewsdownloads.
- 12:13 Bug #56362: typo3conf/PackageStates.php constantly changes
- Imho thats the default of EXT:lonewsdownloads. It builds upon tt_news? But TER says it does not have a dependency on ...
- 12:08 Bug #56362: typo3conf/PackageStates.php constantly changes
- I'm on 6.2.0, and this leads to extensions not working anymore.
In my case I use lonewsdownloads, which adds a des... - 11:31 Bug #57579 (Resolved): Improve admin panel
- Applied in changeset commit:dddfa925014332d435bf352250423b7b383a92ef.
- 11:13 Bug #57579: Improve admin panel
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:31 Bug #57466 (Resolved): Exception: The requested jQuery version is not available in the local filesystem
- Applied in changeset commit:e6a71d8a2b23e67408da8035420c0f5ce210e5d3.
- 11:07 Bug #57466 (Under Review): Exception: The requested jQuery version is not available in the local filesystem
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:03 Bug #57466 (Accepted): Exception: The requested jQuery version is not available in the local filesystem
- Hm, documentation says:
> Note: jQuery.source has to be a CDN like "google" when jQuery.version is not "latest"
... - 09:16 Bug #57466: Exception: The requested jQuery version is not available in the local filesystem
- Well the bug is, that the FE crashes with the mentioned Exception when updating from Version 6.1.* where jQuery 1.9.1...
- 11:28 Task #57861: Cleanup extension manager code
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:42 Bug #57386: Fatal error after update from 6.1.7
- @Helmut:
As I wrote above: I found the entry for the extension flux at the end of the extension list in LocalConfig... - 10:31 Bug #57873 (Resolved): Export function on single table (list module) does not work
- Applied in changeset commit:ea5b9747723f52ffb07f2492cffa8eb1b6f70f01.
- 10:20 Bug #57888 (Rejected): indexed_search missing percent output of hit quality if indexed_search_mysql ist installed
- if you install indexed search normally without any additional extensions you get a percentage indicator in the fronte...
2014-04-13
- 23:30 Task #52593 (Resolved): Impexp: make 4.x exports work as import in 6.x
- Applied in changeset commit:846ebe67cef8b13c4f5b9f9ff83d6de05dfbe91b.
- 19:41 Task #57882: Use method chaining for TSFE methods
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:40 Task #57882 (Under Review): Use method chaining for TSFE methods
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:37 Task #57882 (Closed): Use method chaining for TSFE methods
- 19:09 Task #57881 (Under Review): Make category TCA changes cacheable
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:55 Task #57881 (Closed): Make category TCA changes cacheable
- Currently TCA changes of the category API are applied on every request
*after* the extTables files is included. This... - 19:04 Bug #47135: [TYO3 6.0.4]: Can't update TYPO3 Extension Repository (TER)...
- It might be necessary to enable "allow_url_fopen" within your providers config...
- 18:06 Task #57863: Introduce a signal in ExtensionManagementUtility::loadBaseTca
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:24 Task #57861: Cleanup extension manager code
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:40 Task #57861: Cleanup extension manager code
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:09 Task #57861: Cleanup extension manager code
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:16 Task #57878: Cleanup Extbase Reflection classes
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:12 Task #57878 (Under Review): Cleanup Extbase Reflection classes
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:03 Task #57878 (Closed): Cleanup Extbase Reflection classes
- 17:16 Bug #57856: @inject does not work relative to current namespace
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:53 Bug #57856: @inject does not work relative to current namespace
- I agree now that we should add the use stmt support as well.
- 03:07 Bug #57856 (Under Review): @inject does not work relative to current namespace
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 03:02 Bug #57856: @inject does not work relative to current namespace
- Can't we take that "cost"? Reflection is cached anyway.
We don't have Doctrine yet. So I think for "use" only we c... - 02:31 Bug #57856: @inject does not work relative to current namespace
- They even support the use statement. But this comes with high costs. You need to parse the file in order to retrieve ...
- 02:19 Bug #57856: @inject does not work relative to current namespace
- Flow has a solution for this: https://review.typo3.org/20158
- 16:53 Bug #57873 (Under Review): Export function on single table (list module) does not work
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:31 Bug #57873 (Accepted): Export function on single table (list module) does not work
- Thanks for the report. I adjusted the text a bit to be more general.
(BTW: no need to add Kasper as watcher, he's ... - 16:23 Bug #57873: Export function on single table (list module) does not work
- I was wrong - click on csv works - the csv-file is downloaded without message. But it works. The error when exporting...
- 15:12 Bug #57873 (Closed): Export function on single table (list module) does not work
- I tried to export a list of fe_users - normal export
Click on Export results in the following error:
( ! ) Fatal... - 16:17 Bug #57876 (Closed): Extension Manager crashes on extension update with extension dependency
- Closing as duplicate of #57264
- 16:06 Bug #57876: Extension Manager crashes on extension update with extension dependency
- Again, as with the other bugs I've reported on the ext. manager dependency checks, this does not occur when uploading...
- 15:54 Bug #57876 (Closed): Extension Manager crashes on extension update with extension dependency
- See exception attached (/typo3/mod.php?M=tools_ExtensionmanagerExtensionmanager&moduleToken=ecbb681246891a71157b589f8...
- 15:59 Feature #57875 (Under Review): Make RTE overlay popups maximizable
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:48 Feature #57875 (Closed): Make RTE overlay popups maximizable
- The 500 px sized popup is annoying when you're working with longer lists of pages/files/...
- 14:33 Task #57871: Clean up Comments and error messages in ResourceStorage
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:56 Task #57871 (Under Review): Clean up Comments and error messages in ResourceStorage
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:37 Task #57871 (Closed): Clean up Comments and error messages in ResourceStorage
- The PHPDoc are not complete, and some error messages have typos.
- 14:30 Bug #57872 (Resolved): Tests: Namespaced usage of vfsStream
- Applied in changeset commit:4ecf9038a437acf01959a24108f238e13d37c3fe.
- 13:27 Bug #57872 (Under Review): Tests: Namespaced usage of vfsStream
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:25 Bug #57872 (Closed): Tests: Namespaced usage of vfsStream
- 12:30 Bug #57587 (Resolved): Admin BE user records should ignore db mounts
- Applied in changeset commit:f262ddef067d3450db05491d39c762f39a9fb826.
- 12:30 Bug #57591 (Resolved): Make Extbase Cli\RequestBuilder a Singleton
- Applied in changeset commit:c100e5e4f7f426201fc43b3cf650025c57b31502.
- 12:29 Bug #57681: ResourceStorage::emitPostFolderMoveSignal and emitPostFolderRenameSignal use wrong folderName
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:49 Bug #57869: Remove side effects form TCA cache building
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:30 Task #57865 (Resolved): Remove unnecessary @todo annotations in TypoScriptFrontendController
- Applied in changeset commit:6429de30a174e0dc85a74baaa4628917ac4fe8c0.
- 01:20 Task #57865: Remove unnecessary @todo annotations in TypoScriptFrontendController
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:30 Task #57855 (Resolved): Cleanup ImportExportController
- Applied in changeset commit:a2e4280575e6e82bc70e0a18c523b132080d19d9.
- 11:09 Bug #57579: Improve admin panel
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:58 Bug #57579: Improve admin panel
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:19 Bug #57579: Improve admin panel
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:17 Bug #57751: Felogin session not set
- "TYPO3 now only sets a frontend user cookie (fe_session) if there is session data or the user is logged in. This mini...
2014-04-12
- 22:35 Bug #57869 (Under Review): Remove side effects form TCA cache building
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:32 Bug #57869 (Rejected): Remove side effects form TCA cache building
- Files in Configuration/TCA/table_name.php are designed to only
introduce and define the TCA array of the given table... - 22:30 Bug #57785 (Resolved): Wrong SCRIPT_NAME with hhvm / fastcgi
- Applied in changeset commit:70eccdea965127052456041e693157e312de0b32.
- 21:07 Task #57865 (Under Review): Remove unnecessary @todo annotations in TypoScriptFrontendController
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:59 Task #57865 (Closed): Remove unnecessary @todo annotations in TypoScriptFrontendController
- 20:48 Bug #57751: Felogin session not set
- Not a solution, but a temporary workaround: setting dontSetCookie to FALSE in FrontendUserAuthentication.
- 20:17 Bug #57751: Felogin session not set
- Markus Klein wrote:
> For me it respects the storage pid. both, via TS and flexform.
>
You're right. I had [FE][che... - 16:17 Bug #57751: Felogin session not set
- For me it respects the storage pid. both, via TS and flexform.
Can't reproduce number 1 though - 16:06 Bug #57751: Felogin session not set
- Markus Klein wrote:
> A short summary for the current problems:
> # feLogin works, but the cookie is unset and ther... - 13:47 Bug #57751: Felogin session not set
- I couldn't reproduce number 1 either.
What are the settings of your login-form? - 12:36 Bug #57751: Felogin session not set
- Number 2 is working for me.
- 12:27 Bug #57751: Felogin session not set
- A short summary for the current problems:
# feLogin works, but the cookie is unset and therefore for any subsequent ... - 11:46 Bug #57751: Felogin session not set
- Actually, after reading your findings, I think #55845 is the least responsible. Maybe none of the linked issues is re...
- 11:15 Bug #57751: Felogin session not set
- Hi Markus,
i have updated my actual 6.2 from referenced "Bug #55845: Wrong check removes FE cookie" with file Fronte... - 10:58 Bug #57751: Felogin session not set
- I feared as much. Need to do an extensive debugging session.
- 08:12 Bug #57751: Felogin session not set
- Markus Klein wrote:
> @Stanislas: Can that be a caching issue? Even client side caching?
I doubt it. I have been ... - 01:52 Bug #57751: Felogin session not set
- @Stanislas: Can that be a caching issue? Even client side caching?
- 20:30 Task #57814 (Resolved): Improve comments in TypoScriptFrontendController
- Applied in changeset commit:2c185663411770e8a69fd0f53344643a11dd2a26.
- 17:52 Task #57814: Improve comments in TypoScriptFrontendController
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:25 Task #57814: Improve comments in TypoScriptFrontendController
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:11 Task #57863 (Under Review): Introduce a signal in ExtensionManagementUtility::loadBaseTca
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:39 Task #57863 (Closed): Introduce a signal in ExtensionManagementUtility::loadBaseTca
- Although this change add a new feature, it should go into 6.2
as it will give us a big performance boost for backend... - 19:00 Task #57864 (Under Review): Rename $TT to $timeTracker in index_ts.php
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:58 Task #57864 (Closed): Rename $TT to $timeTracker in index_ts.php
- Rename $TT to $timeTracker in index_ts.php to improve readability of code.
- 18:31 Bug #57421 (Resolved): Update database scheme still fails
- Applied in changeset commit:039467b8e75487983acdd2d9cbc1192be245c9a8.
- 18:18 Task #57861: Cleanup extension manager code
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:16 Task #57861: Cleanup extension manager code
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:34 Task #57861 (Under Review): Cleanup extension manager code
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:32 Task #57861 (Closed): Cleanup extension manager code
- 17:37 Story #57862 (Closed): Add possibility to make all TCA additions cached
- Currently only parts of the TCA are cached (ExtensionManagementUtility::loadBaseTca) which is the TCA defined in <ext...
- 17:32 Task #57855: Cleanup ImportExportController
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:18 Task #57855: Cleanup ImportExportController
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:30 Task #57859 (Resolved): Improve comments and phpdoc blocks in PageRepository
- Applied in changeset commit:4a4bdbc0ddf7b6adf94730e504c0997709ad0e5c.
- 16:41 Task #57859: Improve comments and phpdoc blocks in PageRepository
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:41 Task #57859: Improve comments and phpdoc blocks in PageRepository
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:40 Task #57859: Improve comments and phpdoc blocks in PageRepository
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:51 Task #57859: Improve comments and phpdoc blocks in PageRepository
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:51 Task #57859: Improve comments and phpdoc blocks in PageRepository
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:50 Task #57859: Improve comments and phpdoc blocks in PageRepository
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:49 Task #57859 (Under Review): Improve comments and phpdoc blocks in PageRepository
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:44 Task #57859 (Closed): Improve comments and phpdoc blocks in PageRepository
- 16:33 Bug #57809: Illegal string offset 'el' in ContentObjectRenderer.php
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:38 Bug #57809: Illegal string offset 'el' in ContentObjectRenderer.php
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:36 Bug #57809: Illegal string offset 'el' in ContentObjectRenderer.php
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:11 Bug #57809: Illegal string offset 'el' in ContentObjectRenderer.php
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:31 Task #57819 (Resolved): Fix length of comments to meet CGL
- Applied in changeset commit:8fce1f50e5cd70ce3cefeff4de3bfcd77617b1d1.
- 16:04 Task #57819: Fix length of comments to meet CGL
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:31 Task #57661 (Resolved): Cleanup Error handling classes
- Applied in changeset commit:7df75d290017b9a7b62822d67c46201fc9069b8b.
- 00:52 Task #57661: Cleanup Error handling classes
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:40 Task #57661: Cleanup Error handling classes
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:31 Task #57788 (Resolved): Cleanup authentication classes
- Applied in changeset commit:dd0364213b15a4b3934ea965a976eef247ce6a68.
- 14:19 Task #57788: Cleanup authentication classes
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:41 Task #57788: Cleanup authentication classes
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:26 Task #57788: Cleanup authentication classes
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:14 Task #57788: Cleanup authentication classes
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:41 Task #57788: Cleanup authentication classes
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:22 Task #57788: Cleanup authentication classes
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:32 Task #57788: Cleanup authentication classes
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:31 Task #56772 (Resolved): Remove deprecated filemount functions in BE_USER
- Applied in changeset commit:c027ce8cd8dea84bdb7c43c704da9802358bb12a.
- 14:37 Task #56772: Remove deprecated filemount functions in BE_USER
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:19 Task #56772: Remove deprecated filemount functions in BE_USER
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:10 Task #54512: Bypass compatibility check in extension manager
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:10 Task #54512: Bypass compatibility check in extension manager
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:07 Bug #57825: Configuration option for defining loading order of extensions
- Well it was tmaroschik's idea while we discussed this. I just posted it. ;-)
- 10:24 Bug #57825: Configuration option for defining loading order of extensions
- +1 for Markus idea.
- 10:46 Bug #57579: Improve admin panel
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:30 Bug #54903 (Resolved): TemplateService runs processIncludes twice when TypoScript is not in cache
- Applied in changeset commit:cbbc78539932566f469d8e7f1ec0fb72181347a3.
- 01:37 Bug #57827 (Closed): AdminPanel: Link to list module is missing form token
- Closing as duplicate of #57579
- 01:33 Bug #39035: TCA tree fail to load with IRRE
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:30 Bug #50378 (Resolved): sql_free_result does not work with all parameters as specified
- Applied in changeset commit:b93d9b456eea5e48ec9426931e0f9e0d3acc8211.
- 01:28 Bug #50378: sql_free_result does not work with all parameters as specified
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 01:01 Bug #56781: Cleanup main_rte function in the ElementBrowser and children
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:00 Bug #57856 (Closed): @inject does not work relative to current namespace
- So far you always need to give the full classpath including full namespace for an @inject. That's the way it is curre...
- 00:36 Task #57812: Cleanup Extbase classes around request handling
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available...
2014-04-11
- 23:53 Bug #57751: Felogin session not set
- I think there is more to this misbehaviour. Although the frontend user is shown as logged in, if he is part of a user...
- 21:40 Bug #57751: Felogin session not set
- I added some relations to patches that went into 6.2 which might be related.
- 23:47 Task #57855 (Under Review): Cleanup ImportExportController
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:46 Task #57855 (Closed): Cleanup ImportExportController
- 21:47 Bug #57678 (Closed): After update 6.1.7 -> 6.2 BE 404 errors; Extension vidi
- So this is not only related to #57424, but actually a full duplicate. ;-)
Therefore I'm closing this as a duplicate.... - 21:24 Bug #57678: After update 6.1.7 -> 6.2 BE 404 errors; Extension vidi
- Finally I can confirm, that the vidi Extension, even in Version 0.3.0 creates the problem.
To disable vidi in the pa... - 20:33 Bug #57678: After update 6.1.7 -> 6.2 BE 404 errors; Extension vidi
- Yes please report the extension(s) causing this. Post it here and maybe file a bug report also in the extension's bug...
- 20:15 Bug #57678: After update 6.1.7 -> 6.2 BE 404 errors; Extension vidi
- Hi Markus,
thank you.
I had to disable almost all additional extensions, bevor the backend was running fine.
Cur... - 13:26 Bug #57678: After update 6.1.7 -> 6.2 BE 404 errors; Extension vidi
- Extensions are not disabled if you remove them from LocalConfiguration.php. Since 6.2 there a PackageStates.php file...
- 12:54 Bug #57678: After update 6.1.7 -> 6.2 BE 404 errors; Extension vidi
- Also "clear all chaches" in the install tool did not solve the problem.
The outcommend Extension was automatically e... - 01:47 Bug #57678: After update 6.1.7 -> 6.2 BE 404 errors; Extension vidi
- Did you also try the "Clear all caches" button in the Install Tool when all exts were removed? (it clears some more t...
- 21:32 Bug #57746: FE-User Session is deleted on login attempt / Login fails if Session is not empty
- Although this has been reported earlier, there're already more comments in the duplicate #57751.
I propose to contin... - 20:59 Bug #44231: config.compressJs wrong file path
- The problem was solved in the latest TYPO3 versions.
- 18:46 Bug #57852: Small Height of IFrame for Preview mode in Firefox
- @Felix: Can you check on that please?
- 17:42 Bug #57852 (Closed): Small Height of IFrame for Preview mode in Firefox
- The preview mode of the iframe for the preview mode has no height in Firefox (see screenshot)
The container (css-i... - 16:19 Bug #47129: PI-BASED Indexed Search (v 4.7.7): search.exactCount = 1 doubles the shown results
- I can confirm this bug in 6.1.7, also confirmed in 4.7.17
If no one wants to fix it maybe the exactCount option sh... - 16:00 Bug #57836: Show messages of catched exceptions
- This is especially important for other FAL drivers that e.g. work against remote services that may return a multitude...
- 15:48 Bug #57836 (Closed): Show messages of catched exceptions
- In \TYPO3\CMS\Core\Utility\File\ExtendedFileUtility many exceptions are catched and the message of the catched except...
- 16:00 Bug #57830 (Accepted): Mailform
- Had this issue too recently, but didn't have time to figure out if my config was wrong or not.
- 14:32 Bug #57830 (Closed): Mailform
- E-Mail ist not sent
Answerpage throws html in formfield - I presume wrong html-Tags.
Introduction Package 6.2:
... - 15:58 Bug #57825: Configuration option for defining loading order of extensions
- Possible solution would be to use the "suggests" array in the emconf to announce such optional "dependencies".
In yo... - 15:50 Bug #57825 (Accepted): Configuration option for defining loading order of extensions
- We're thinking about a solution
- 12:45 Bug #57825 (Closed): Configuration option for defining loading order of extensions
- It would be nice to have an additional configuration option in ext_emconf.php which allows to define the loading orde...
- 15:14 Feature #57832 (Closed): Preview inline files in BE (info icon)
- We're missing the option to preview files in the BE like you can do in the filelist module.
I have created a small... - 14:49 Bug #57831 (Closed): ExtensionManager hangs after upgrading an extension
- If the ExtensionManager shows the icon to upgrade an extensions and you click on it, some overlay is shown, but then ...
- 13:41 Bug #57827 (Closed): AdminPanel: Link to list module is missing form token
- There is a link to the list-module from the AdminPanel (see attached screenshot), which is not working.
The Link i... - 12:17 Bug #57824 (Closed): Palette fields are not wrapped, because --linebreak-- values are removed
- A statement like this in ext_tables.php:
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addFieldsToPalette('p... - 09:26 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- Ups, I understood you wrong. ;-)
Sure I can give you a hint about breakpoints.
Start with:
typo3/sysext/install/... - 08:17 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- I understand. I do know basic debugging and have it all set up on my system, but a starting point/where to look for w...
- 01:50 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- Sorry, I can't give you a full how-to on debugging PHP here. There are just way too many ways and too many possible s...
- 08:41 Task #57819 (Under Review): Fix length of comments to meet CGL
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:39 Task #57819 (Closed): Fix length of comments to meet CGL
- 08:34 Bug #57818 (Closed): 6.1.7 - RTE: It is Impossible to remove link
- In RTE it is impossible to remove a file-link if the folder of the file is no longer existing.
- 05:41 Story #54272 (Resolved): As an Editor I expect FAL to work with the RTE
- 02:32 Task #57814: Improve comments in TypoScriptFrontendController
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:02 Task #57812: Cleanup Extbase classes around request handling
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available...
2014-04-10
- 21:48 Bug #46022: login with openId-authentication
- Same behavior with 4.7.17.
To be 100% clear, let me give the exact sequence of action:
# Make sure you are logged... - 21:28 Bug #46022: login with openId-authentication
- This seems to be a problem specifically with Clavid, as I did not run into it with other OpenID providers.
In deta... - 21:46 Task #57354: Default file permissions recommendation schould be 0665 instead of 0660
- I'm also for changing it from warning to notice. The warning results in a message in the system report email.
- 21:38 Bug #57678: After update 6.1.7 -> 6.2 BE 404 errors; Extension vidi
- Here the error log:
2014-04-10 19:29:45 10.0.0.1 GET /typo3/null - 80 - 10.0.0.102 Mozilla/5.0+(Windows+NT+6.3;+WOW6... - 20:50 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- Markus Klein wrote:
> If you have the possibility to debug this, it would be awesome.
Sure, I'd be happy to. Coul... - 09:40 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- I knew this kind of problems, but I did not experience these issues for a long time now. Maybe there's some crucial d...
- 09:00 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- Thanks, Markus.
I have the same problem in another site, with different tables. Seems like TYPO3 doesn't understand ... - 18:40 Task #57814: Improve comments in TypoScriptFrontendController
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:38 Task #57814 (Under Review): Improve comments in TypoScriptFrontendController
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:31 Task #57814 (Closed): Improve comments in TypoScriptFrontendController
- 18:28 Bug #57785: Wrong SCRIPT_NAME with hhvm / fastcgi
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:27 Bug #57785: Wrong SCRIPT_NAME with hhvm / fastcgi
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:23 Bug #57785: Wrong SCRIPT_NAME with hhvm / fastcgi
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:44 Bug #57785: Wrong SCRIPT_NAME with hhvm / fastcgi
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:22 Bug #57785: Wrong SCRIPT_NAME with hhvm / fastcgi
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:46 Bug #57785 (Under Review): Wrong SCRIPT_NAME with hhvm / fastcgi
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:03 Bug #57809 (Under Review): Illegal string offset 'el' in ContentObjectRenderer.php
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:00 Bug #57809: Illegal string offset 'el' in ContentObjectRenderer.php
- Hi!
The code is not optimal, but your configuration seems to be faulty too.
Why is $value a string? - 16:05 Bug #57809 (Closed): Illegal string offset 'el' in ContentObjectRenderer.php
- After upgrading from 6.1 to 6.2, there is an issue with rendering video-elements. I got an "Illegal string offset 'el...
- 17:50 Bug #57811 (Accepted): filelist and file wizard very slow for more file than usual
- 16:40 Bug #57811 (Closed): filelist and file wizard very slow for more file than usual
- having just some files more than average slows down filelist module and much more the file wizard attached to file-fi...
- 17:45 Task #57812: Cleanup Extbase classes around request handling
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:43 Task #57812 (Under Review): Cleanup Extbase classes around request handling
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:02 Task #57812 (Closed): Cleanup Extbase classes around request handling
- The extbase classes around request handling are full of missing type hints and access to methods of objects with unkn...
- 16:26 Task #54512: Bypass compatibility check in extension manager
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:27 Bug #57723: PackageStates.php may cannot be written due to invalid path
- Looking into the code of the posted stack trace it only does
*$this->packageStatesConfiguration = @include($this->pa... - 14:08 Bug #57723: PackageStates.php may cannot be written due to invalid path
- Yeah, but it still tries to write into "/var/www/virtual/foo/html/typo3conf/../../typo3conf/PackageStates.php"
- 14:03 Bug #57723: PackageStates.php may cannot be written due to invalid path
- Which is correct.
- 12:53 Bug #57723: PackageStates.php may cannot be written due to invalid path
- @getPathSite()@:
* @$relativePathPart@ is "typo3/sysext/install/Start/"
@getPathSiteByRelativePathPart()@:
* @$entry... - 12:24 Bug #57723: PackageStates.php may cannot be written due to invalid path
- Ok then the problem must be "upstream". Please debug through the getPathSite() function downwards.
- 11:49 Bug #57723: PackageStates.php may cannot be written due to invalid path
- * @$cgiPath@ is "/var/www/virtual/foo/html/typo3/sysext/install/Start/Install.php" as defined in @$_SERVER['ORIG_PATH...
- 11:28 Bug #57723 (Needs Feedback): PackageStates.php may cannot be written due to invalid path
- I tried to reproduce this with an identical folder hierarchy, but everything is working like expected.
Seems to be a... - 14:01 Bug #57002: SQL-Errors while Upgrading the database with Upgrade Wizard
- We filed a new report for that problem: #57805
- 11:41 Bug #57002: SQL-Errors while Upgrading the database with Upgrade Wizard
- @Paula: white screen = errors are not displayed.
Check the logs or enable displayErrors in the Install Tool - 11:36 Bug #57002: SQL-Errors while Upgrading the database with Upgrade Wizard
- The above mentioned
6.1.7 Government Packages in fact was the
6.1.7 Introduction Package
After the complete upd... - 11:03 Bug #57002: SQL-Errors while Upgrading the database with Upgrade Wizard
- please do NOT post here anymore. This issue is closed as duplicate! See related issues above.
- 10:50 Bug #57002: SQL-Errors while Upgrading the database with Upgrade Wizard
- Update from fresh installed typo3 6.1.7 Government Packages
to 6.2: Same error message.
Update is impossible and s... - 13:56 Bug #57805: SQL-ERROR: Specified key was too long
- In 6.0 the identifier field has varchar(200).
The wizard tries to extend the field to varchar(512) which fails someh... - 13:31 Bug #57805 (Accepted): SQL-ERROR: Specified key was too long
- Happens on upgrading from 6.x.
- 13:23 Bug #57805 (Closed): SQL-ERROR: Specified key was too long
- In the upgrade process from 6.0 to 6.2 I get this error...
- 13:25 Bug #57488: page record overlays: media field not translatable
- I can reproduce it in 6.2, in 6.1.5 it works fine.
- 12:47 Bug #57488: page record overlays: media field not translatable
- Can you maybe say if it worked in 6.0/6.1 or so?
- 12:51 Bug #57272: Extbase doesn't handle FAL translations correctly
- I can reproduce this in *TYPO3 6.2* and with an own extension. Images are just not handled correctly, and in the tran...
- 11:34 Bug #57798: get file path for Resource in tt_content
- this would also allow to easily add the metadata to files uploaded directly via the upload button in tca
- 09:45 Bug #57798 (Closed): get file path for Resource in tt_content
- In the current 6.1 up to 6.2 release you can't get the origin path of a file in f.e. tt_content of type text with ima...
- 11:08 Bug #51800 (Needs Feedback): 6.1.4 Update wizard fails at step "Migrate all file links of RTE-enabled fields to FAL" for pdf documents
- 11:07 Bug #57395: Images in folders with special chars not working
- Having discussed the issue with Steffen Ritter the conclusion seems to be that publicUrl should not be used when gene...
- 10:24 Bug #57395: Images in folders with special chars not working
- Here is an exampe:
This will work:
<f:image src="fileadmin/Folder_øæå/Screen_Shot_2014-04-02_at_11.29.27.png" />
T... - 11:05 Bug #57757 (Closed): Login does not work after password reset
- Closed as duplicate of #57724
- 10:50 Bug #57786 (Closed): Fatal error: Call to a member function isEnvironmentInFrontendMode() on a non-object
- Hint: You can use the Clear All Caches button in the Install Tool for that purpose. ;-)
- 10:32 Bug #57786: Fatal error: Call to a member function isEnvironmentInFrontendMode() on a non-object
- OK, clearing caches (Flush frontend chaches, Flush general caches) in Typo3 didn´t helped.
Clearing all cache* and c... - 10:26 Bug #57786: Fatal error: Call to a member function isEnvironmentInFrontendMode() on a non-object
- PHP-Version: 5.4.4-14
But if doesn´t depend on the PHP-version, because an new installion of Typo3 6.2 works correct. - 10:41 Bug #54460 (Closed): Unable to activate extension
- 10:16 Bug #54460: Unable to activate extension
- Hi
Yes it was problem with opcache. The above solution solved the problem. Now the extension can be installed prop... - 08:52 Bug #57751: Felogin session not set
- Sievert Peter wrote:
> Have exactly the same problem!
> After upgrading from TYPO3 6.1.7 to 6.2.0 felogin don't wor... - 02:19 Bug #57751: Felogin session not set
- Have exactly the same problem!
After upgrading from TYPO3 6.1.7 to 6.2.0 felogin don't works correctly.
1.) Startin... - 05:43 Task #57778: Replace religious signs of TYPO3 CMS with neutral ones
- there is no joh316 anymore, but yes +1
2014-04-09
- 23:23 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- Hm, I applied that in a demo extension here, but the compare database does not complain.
The fields exist and obviou... - 23:13 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- EXT:loginstatusredirect...
- 23:06 Bug #57789 (Needs Feedback): Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- These are non-Core database fields. Please find out from which extension they are and paste the content of the ext_ta...
- 23:05 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- Markus Klein wrote:
> Please do not link the images but upload them here directly.
Alright. Please find them atta... - 23:02 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- Please do not link the images but upload them here directly.
- 20:04 Bug #57789: Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- Fields:
* tt_content.loginstatusredirect_status
* tt_content.loginstatusredirect_pid
MySQL version 5.5.33 on Ma... - 20:00 Bug #57789 (Closed): Install Tool Upgrade Wizard stuck on "Update database schema: Create tables and fields"
- I installed a copy of TYPO3 6.2.0 over a TYPO3 6.1.6 installation.
When running the Install Tool Upgrade Wizard, i... - 23:12 Bug #50378: sql_free_result does not work with all parameters as specified
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:25 Bug #50378: sql_free_result does not work with all parameters as specified
- I'd say that is actually NOT a core bug at all.
Why calling free() at all after an insert??
No resources are alloca... - 22:16 Bug #57797 (Closed): Extensionmanager does not show error messages on update failure
- When updating extensions through the new extension manager (which is, in general, very slow), I get a page with an op...
- 18:59 Task #57788 (Under Review): Cleanup authentication classes
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:56 Task #57788 (Closed): Cleanup authentication classes
- Cleanup the code style of authentication classes.
This should serve as a basis for further improvements. - 17:36 Bug #57785: Wrong SCRIPT_NAME with hhvm / fastcgi
- Hi khaefeli!
Thanks for posting this here?
Can you push a patch to our review system? - 16:57 Bug #57785 (Closed): Wrong SCRIPT_NAME with hhvm / fastcgi
- In the following core files there is a check for PHP_SAPI
./typo3/sysext/core/Classes/Utility/GeneralUtility.php
... - 17:35 Bug #57786 (Needs Feedback): Fatal error: Call to a member function isEnvironmentInFrontendMode() on a non-object
- Which PHP version are you using?
- 17:19 Bug #57786 (Closed): Fatal error: Call to a member function isEnvironmentInFrontendMode() on a non-object
- I get this message in the backend after updating from 6.1.6 to 6.2.0:
Fatal error: Call to a member function isEnvir... - 17:34 Bug #54906: Fatal error: Interface 'Psr\Log\LoggerInterface' not found
- Hi Kurt, please open a new ticket for your issue. We can sort out things there then. Thank you.
- 17:21 Bug #54906: Fatal error: Interface 'Psr\Log\LoggerInterface' not found
- This bug is not totally fixed. I get this error message after updating from Typo3 6.1.6 to 6.2.0.
Every page is brok... - 17:05 Bug #54906: Fatal error: Interface 'Psr\Log\LoggerInterface' not found
- This bug is not fixed. I get this error message after updating from Typo3 6.1.6 to 6.2.0.
Every page is broken... - 16:56 Bug #48965: FileReference can't be created in Frontend context
- this is also a problem within a command controller.
- 14:14 Task #57778 (Closed): Replace religious signs of TYPO3 CMS with neutral ones
- Currently we have the default-password (joh316, reference to the bible) and the Jesus-picture in installtool as relig...
- 13:59 Bug #45685: EXT:form Fatal error: Call to a member function getValue()
- Same bug happens with current version (6.1.7).
Attached is a diff, which does a simple check in the method where t... - 13:52 Bug #57063: Parent language is not applied to new child records
- Second patch is better.
- 11:55 Bug #57063: Parent language is not applied to new child records
- I think there is a bug in /typo3/sysext/backend/Classes/Form/Element/InlineElement.php
Defining ... - 13:42 Bug #47869: Failed localization of FILES content object related to pages
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:49 Bug #52859: Extension Manager / Get Extensions / Fatal error: Call to a member function getUid() on a non-object / missing object $this->repository
- *Id like to add a short description how to fix this because this issue is one of the first results on google:*
* O... - 09:04 Bug #57751: Felogin session not set
- Stanislas Rolland wrote:
> Stanislas Rolland wrote:
> > In my case, after unsetting [SYS][cookieDomain], frontend l... - 07:49 Bug #57751: Felogin session not set
- Stanislas Rolland wrote:
> In my case, after unsetting [SYS][cookieDomain], frontend login works again. So maybe the... - 08:38 Bug #57314: cli_dispatch.phpsh returns 1
- If you enable apc for cli, you get problems with composer and have to work around them!
https://github.com/compose... - 08:37 Bug #56303: Button-Labels are hidden in Workspace-Dialog-Box
- I have now TYPO3 6.2 final and the Button lanles are still missing. I cleared the cache and everything else a lot.
2014-04-08
- 22:58 Bug #51800: 6.1.4 Update wizard fails at step "Migrate all file links of RTE-enabled fields to FAL" for pdf documents
- Can this be reproduced on 6.2 master?
- 22:45 Bug #57757 (Closed): Login does not work after password reset
- After a password reset the user cannot login the first time. After a second try it works.
Tested with 3 different ... - 21:25 Bug #57751: Felogin session not set
- Stanislas Rolland wrote:
> Same problem after upgrading a site from 4.5 to 6.2.
In my case, after unsetting [SYS]... - 16:20 Bug #57751: Felogin session not set
- Same problem after upgrading a site from 4.5 to 6.2.
- 15:55 Bug #57751 (Closed): Felogin session not set
- After upgrading my TYPO3 6.1.7 installation to 6.2.0 the felogin form is working properly anymore. I have been wonder...
- 17:32 Bug #57472: FAL multiple file upload: not all images are uploaded
- Same issue on contentelement filelinks. uploaded three pdf-files only one file assigned, but all files are corretly u...
- 17:13 Feature #38152: Add Templavoila Support
- The templavoila! support for the linkvalidator is available with this extension: http://typo3.org/extensions/reposito...
- 16:26 Bug #57752 (Closed): Relation-Bug for non-Workspace Records: purgeVersionedIds has fixed t3ver_oid,t3ver_state,t3ver_wsid
- exec_SELECTquery
caller TYPO3\CMS\Core\Database\DatabaseConnection::exec_SELECTquery
ERROR Unknown column 't3ver_... - 16:22 Bug #43504: Flexform internal_type=folder doesn't work and breaks Element Browser
- This patch did not solved it in 6.2.0.
I applied the last patch, then the folder tree appears. But now a can't sel... - 15:25 Bug #57750: Default generated categories TCA misses maxLevels configuration
- The TCA settings done by the CategoryRegistry can not overruled easily as these are added after all TCA files (from T...
- 15:21 Bug #57750 (Under Review): Default generated categories TCA misses maxLevels configuration
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:14 Bug #57750 (Closed): Default generated categories TCA misses maxLevels configuration
- The default generated TCA configuration by the CategoryRegistry does not set maxLevels value.
Because this is not ... - 15:05 Bug #57749 (Closed): typolink(): Incorrect generation for cross-protocol link when port is set in Host Header
- Situation:
# TYPO3 runs behind a proxy, that proxy sets an explicit :80 for HTTP and :443 for HTTPS traffic in th... - 14:21 Bug #57746 (Closed): FE-User Session is deleted on login attempt / Login fails if Session is not empty
- I have a shop-extension - developed on 6.1 with extbase - and now installed on a 6.2 installation.
This shop extens... - 14:15 Bug #57408: Call of the meta extractor services for local storage possible
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:05 Bug #57408: Call of the meta extractor services for local storage possible
- The problem is that TYPO3 relies on the @sys_file_metadata@ data (@width@ and @height@) when rendering images that do...
- 13:51 Bug #56603: error #1251315967: Could not determine the child object typ when adding new property to model
- mostly the same problem here on 6.2
adding a new property results in Warning: class_parents(): object or string expe... - 13:29 Bug #57743 (Closed): wrong link to "home" in backend in upper left corner (in the top bar)
- Hi,
when I install typo3 not into the root directory of the webserver but into a subdirectory, everything is fine e... - 11:27 Bug #57314: cli_dispatch.phpsh returns 1
- If your System uses the APC cache backend, then you also need to enable APC in CLI else the cache backend couldn't be...
- 11:26 Bug #45800 (New): IE9, pagetree: Can't collapse subtrees
- 11:24 Bug #52852 (Closed): Template Analyzer does not show Includes
- Thanks for Helping.
- 11:03 Bug #55456: Indexed Search Extbase Plugin: word parts
- In the Form.html you will find
<f:form.hidden name="search[searchType]" value="{searchParams.searchType}" />
Ch... - 11:03 Bug #57386 (Needs Feedback): Fatal error after update from 6.1.7
- Robert Peter wrote:
> Hey Nicole, I experienced the same issue and I'm still trying to solve that. For me the flux e... - 10:57 Bug #57386 (Accepted): Fatal error after update from 6.1.7
- 10:30 Task #57733 (Closed): Add a "save and new" button in the scheduler module
- Hi,
Add a "save and new" button in the scheduler module when you add a task.
Thanks. - 10:06 Bug #57497: TceformsUpdateWizard shows up too often
- That's why I'm preparing a patch that will recall the wizard as long as there's work to do. That will also fix proble...
- 09:08 Bug #57497: TceformsUpdateWizard shows up too often
- Beside of the issue, that it is shown too often, I dislike that you go to next wizard without further notice that thi...
2014-04-07
- 21:30 Bug #57415 (Resolved): Local driver does not sanitize directory names on recursive creation
- Applied in changeset commit:25c60e4478f97036df56563071873c5fcf683147.
- 21:02 Bug #57724 (Closed): Not logged in after "Forgot your password?" procedure with redirectMode
- I get not logged in after the "Forgot your password?" procedure with redirectMode = login, logout, loginError
When i... - 20:41 Bug #57723 (Closed): PackageStates.php may cannot be written due to invalid path
- Hi there,
I tried to do a fresh install of TYPO3 6.2, but it failed in the second step due to following error:
<p... - 20:17 Bug #57681: ResourceStorage::emitPostFolderMoveSignal and emitPostFolderRenameSignal use wrong folderName
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:10 Bug #56569: SystemEnvironment check shouldn't give error on fileUpload values in CLI context
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:57 Bug #56569 (Under Review): SystemEnvironment check shouldn't give error on fileUpload values in CLI context
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:54 Bug #55614: FAL: FileIndexingTask fails to execute in TYPO3 6.2 (current master)
- Ok, in Germen, this task is not marked as obsolet!
Thanks for your hint.
Best Regard, Renzo - 18:47 Bug #55614: FAL: FileIndexingTask fails to execute in TYPO3 6.2 (current master)
- I think you are looking at the deprecated scheduler task.
Gr. Frans - 18:36 Bug #55614: FAL: FileIndexingTask fails to execute in TYPO3 6.2 (current master)
- I do not agree that this Issue is solved! (TYPO3 6.2.0 from download source on typo3.org).
If you read the given e... - 18:39 Bug #55760 (Closed): Unable to create scheduler-tasks
- 13:07 Bug #55760: Unable to create scheduler-tasks
- In the final Version of 6.2 everything works fine!
Therefore this issue can be closed. - 18:35 Bug #57718 (Rejected): AdditionalConfiguration is written on update with $TYPO3_CONF_VARS instead of $GLOBALS['TYPO3_CONF_VARS']
- 17:12 Bug #48113: typoscript FILES object always uses default language when accessing page resource images of translated images
- There is a patch in #47869
- 16:30 Bug #57708 (Resolved): No description inside t3editor are loaded
- Applied in changeset commit:49c684f868d6f543fce6fb586bf16a16db007aa8.
- 14:21 Bug #57708 (Under Review): No description inside t3editor are loaded
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:20 Bug #57708 (Accepted): No description inside t3editor are loaded
- Thanks for spotting this. Patch is coming along.
- 12:53 Bug #57708 (Closed): No description inside t3editor are loaded
- No descriptions are loaded inside t3editor. TSREF-description remains empty.
Core: Error handler (BE): PHP Warning... - 16:30 Bug #57690 (Resolved): Usersettings Checkboxes
- Applied in changeset commit:a8963501945171cc00124c9e0628dcd41fb1cbf1.
- 15:55 Bug #57690: Usersettings Checkboxes
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 14:45 Bug #57690 (Under Review): Usersettings Checkboxes
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:38 Bug #57716 (Accepted): Easy-fix: CSS-error in t3skin
- Thanks for the report. Can you push a patch?
- 15:27 Bug #57716 (Closed): Easy-fix: CSS-error in t3skin
- Two little CSS-errors, easy to fix.
typo3/sysext/t3skin/Resources/Public/Css/visual/element_table.css: backgorund-... - 14:50 Bug #57703 (Needs Feedback): ClearCacheToolbarItem must implement ClearCacheActionsHookInterface
- I can't reproduce this.
Can you please check in the Configuration Module what is listed in this path:
SC_OPTIONS/... - 10:54 Bug #57703 (Closed): ClearCacheToolbarItem must implement ClearCacheActionsHookInterface
- $hookObject must implement interface TYPO3\CMS\Backend\Toolbar\ClearCacheActionsHookInterface
- 14:39 Bug #57712 (Under Review): css_styled_content menu of subpages to these pages (with abstract) has invalid HTML
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:37 Bug #57712 (Closed): css_styled_content menu of subpages to these pages (with abstract) has invalid HTML
The accessibility bypass override that should replace the @<li>@ wrapping with a @<dt>@ wrapping uses an invalid Ty...- 14:23 Bug #57707 (Accepted): t3editor is not highlighting and auto completing correctly
- I guess the underlying xml structure has not been updated.
- 12:43 Bug #57707 (Closed): t3editor is not highlighting and auto completing correctly
- t3editor is not highlighting and auto completing the following list of Objects.
* FILES
* FLUIDTEMPLATE
* MEDIA
... - 13:57 Bug #50875: Install Tool feature "Create admin user" can't handle umlauts in username
- This also happens when the username includes a dash. E.g. "my-admin-user" would be renamed to "myadminuser" without n...
- 13:53 Bug #57657: Scheduler not working in Typo3 6.2
- Maybe this is related to http://forge.typo3.org/issues/57314
You get the return code with:... - 12:42 Bug #57706 (Closed): Install tool marking symlinked directories as errors.
- Hi
I am trying a 6.1.7 -> 6.2.0 upgrade and I noticed that the install tool is marking symlinked directories as e... - 11:46 Bug #57587: Admin BE user records should ignore db mounts
- Pascal Dürsteler wrote:
> **How to reproduce**
> # Create a backend user without setting the admin flag and set a db ... - 09:29 Bug #57587: Admin BE user records should ignore db mounts
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:24 Bug #57587: Admin BE user records should ignore db mounts
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:13 Bug #57601: Upgrading 6.2: PHP Fatal error: Uncaught exception 'TYPO3\\Flow\\Package\\Exception\\PackageStatesFileNotWritableException
- @Andreas
if the path is wrong, then you have another issue. You should open an issue report about this, with some ... - 10:47 Bug #57700 (Resolved): Fix incomplete mocking in ExtensionManagementUtilityTest
- 10:45 Bug #57700 (Under Review): Fix incomplete mocking in ExtensionManagementUtilityTest
- Patch set 1 for branch *master* of project *Teams/Security/TYPO3v4-Core* has been pushed to the review server.
It is ... - 10:46 Task #57499 (Resolved): Improve deprecation message of GeneralUtitlity::array_merge_recursive_overrule()
- 10:45 Task #57499 (Under Review): Improve deprecation message of GeneralUtitlity::array_merge_recursive_overrule()
- Patch set 1 for branch *master* of project *Teams/Security/TYPO3v4-Core* has been pushed to the review server.
It is ... - 10:46 Bug #57487 (Resolved): Activate all packages in unit tests
- 10:45 Bug #57487 (Under Review): Activate all packages in unit tests
- Patch set 1 for branch *master* of project *Teams/Security/TYPO3v4-Core* has been pushed to the review server.
It is ... - 10:45 Bug #30377: Cache poisoning through http(s) enforcement feature
- Patch set 4 for branch *master* of project *Teams/Security/TYPO3v4-Core* has been pushed to the review server.
It is ... - 09:40 Bug #57701 (Closed): Cannot link file directly from Link Wizard
- Reproduction:
- Create a "Header" Content Element
- Go to "Link" and open the "Link Wizard"
- Click the tab "File"... - 09:39 Bug #57134: Duplicate files results in different Metadata
- Hello Frans,
you can close this ticket now.
For all others who has similar problems I have created a SQL-Query ... - 09:01 Feature #33345: Query orderings can't use custom expressions
- I agree that allowing strings for the ordering people might use statements that are non-portable across DBMS. But for...
2014-04-06
- 23:30 Bug #57700 (Resolved): Fix incomplete mocking in ExtensionManagementUtilityTest
- Applied in changeset commit:18066605a1c678d619958eb3103b79297e3e72cb.
- 23:15 Bug #57700: Fix incomplete mocking in ExtensionManagementUtilityTest
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:57 Bug #57700: Fix incomplete mocking in ExtensionManagementUtilityTest
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:48 Bug #57700 (Under Review): Fix incomplete mocking in ExtensionManagementUtilityTest
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:47 Bug #57700 (Closed): Fix incomplete mocking in ExtensionManagementUtilityTest
- Some tests rely on actual extensions TCA being present.
Mock the method that reads the TCA files.
- 22:30 Bug #57487 (Resolved): Activate all packages in unit tests
- Applied in changeset commit:5c7a3976be167689dbdbcc9e6775e70385aabf80.
- 20:35 Bug #57487: Activate all packages in unit tests
- Patch set 9 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:28 Bug #57487: Activate all packages in unit tests
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:10 Bug #57487: Activate all packages in unit tests
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:07 Bug #57487: Activate all packages in unit tests
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:56 Bug #57487: Activate all packages in unit tests
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:30 Task #57499 (Resolved): Improve deprecation message of GeneralUtitlity::array_merge_recursive_overrule()
- Applied in changeset commit:ae220dcd2cd4c84578752933a1955d45e82694e7.
- 01:23 Task #57499: Improve deprecation message of GeneralUtitlity::array_merge_recursive_overrule()
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:32 Bug #30377: Cache poisoning through http(s) enforcement feature
- Patch set 3 for branch *master* of project *Teams/Security/TYPO3v4-Core* has been pushed to the review server.
It is ... - 20:13 Bug #30377: Cache poisoning through http(s) enforcement feature
- Patch set 2 for branch *master* of project *Teams/Security/TYPO3v4-Core* has been pushed to the review server.
It is ... - 18:10 Feature #57695 (Needs Feedback): Implement unicode normalization in TYPO3 Core's charset conversion routines, especially for filepaths in TYPO3 FAL's LocalDriver.
- h2. Preface:
If you like the following idea, I could contribute the necessary code (tests and solutions) as pull r... - 17:16 Bug #57690 (Closed): Usersettings Checkboxes
- If i set a usersetting, like setup.override.thumbnailsByDefault = 1, then the corresponding Checkbox in the user sett...
- 17:05 Bug #57618: FAL - backend - thumbnails are not regenerated after file is replaced
- After you state that its working at your side I investigated issue more.
It seems like I have duplicated records f... - 11:49 Bug #57618 (Needs Feedback): FAL - backend - thumbnails are not regenerated after file is replaced
- I can not reproduce this behaviour. Can you provide the images you had this issue with?
gr. Frans - 14:16 Task #52593: Impexp: make 4.x exports work as import in 6.x
- Works now, thanks.
- 10:56 Task #52593: Impexp: make 4.x exports work as import in 6.x
- Check the updated patchset. There was indeed a bug, when the folder "_imported" was already created.
- 10:54 Task #52593: Impexp: make 4.x exports work as import in 6.x
- Patch set 9 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:22 Feature #57685 (Closed): Sort PackageStates.php by extension key
- Closing as duplicate of #56362
- 13:15 Feature #57685 (Closed): Sort PackageStates.php by extension key
- Hi!
It would be nice if the PackageStates.php would is sorted. Currently, the sorting changes every time the file ... - 12:45 Bug #57678 (Needs Feedback): After update 6.1.7 -> 6.2 BE 404 errors; Extension vidi
- Please check the error log of the webserver what URL is accessed that gives a 404.
I suspect that powermail is the... - 11:51 Bug #57134 (Needs Feedback): Duplicate files results in different Metadata
- Hi Stefan,
after cleaning up your index is this still a issue?
gr. Frans - 11:31 Bug #57681 (Under Review): ResourceStorage::emitPostFolderMoveSignal and emitPostFolderRenameSignal use wrong folderName
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:23 Bug #57681 (Closed): ResourceStorage::emitPostFolderMoveSignal and emitPostFolderRenameSignal use wrong folderName
- The when a folder is moved or renamed it is possible that the driver changes the wanted names. The new names should b...
- 00:30 Bug #55683 (Resolved): ClickMenu: Only show visibility-options if excludefields allows
- Applied in changeset commit:21f0d12073f28c171c1b2d8d61b24ba1da63c3e7.
2014-04-05
- 23:07 Bug #57487: Activate all packages in unit tests
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:07 Bug #20381: Shortcut icon maps to wrong URL
- Checked 4.7 and also master (currently 6.2). Both still have:
$favIcon = $GLOBALS['TSFE']->tmpl->getFileName($GLOBAL... - 22:30 Task #57676 (Resolved): Properly mock mail function in unit tests to avoid syslog call
- Applied in changeset commit:69f5be0119f9fb285d6165ab3f73aa21c3a0de53.
- 19:10 Task #57676 (Under Review): Properly mock mail function in unit tests to avoid syslog call
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:08 Task #57676 (Closed): Properly mock mail function in unit tests to avoid syslog call
- 21:57 Bug #57601: Upgrading 6.2: PHP Fatal error: Uncaught exception 'TYPO3\\Flow\\Package\\Exception\\PackageStatesFileNotWritableException
- I can confirm this bug. In my case, in Install Tool the system tries to access...
- 21:15 Bug #57678 (Closed): After update 6.1.7 -> 6.2 BE 404 errors; Extension vidi
- Windows Server 2012
After Updating from 6.1.7 to 6.2 and run the necessary install Tasks without any problem I am ... - 19:13 Bug #52897 (Accepted): Multiple tests ouput on commandline due to syslog
- 15:47 Bug #57672 (Closed): Persistence accesses array $statementParts['where'] as string
- Not a bug, sorry. str_replace also works on arrays.
- 15:44 Bug #57672 (Closed): Persistence accesses array $statementParts['where'] as string
- Typo3DbBackend accesses $statementParts['where'] in line 550 as string, but it is of type array....
- 14:31 Feature #22020 (Resolved): Return to "Admin Tools > User Admin" when exiting simulated BE User
- Applied in changeset commit:761fa18ac886d1d7bc6652139ecfebd21cff85a4.
- 11:23 Bug #57657: Scheduler not working in Typo3 6.2
- Hi,
Yes I already checked this. Please see the screenshot attached. - 10:57 Bug #24881 (Closed): PHP warnings " Invalid argument supplied for foreach()" in new EM
- closed: foxed in newer TYPO3 versions
- 10:01 Bug #57424: /typo3/null was not found on the server
- Hello,
I have the same problem, but I found the reason: it is the extension VIDI(responsive for the FE User and ... - 01:02 Bug #36691 (Closed): FAL: migrate file relations: Lock file could not be created
- Did not notice it again. Closing it.
2014-04-04
- 22:35 Bug #57657 (Needs Feedback): Scheduler not working in Typo3 6.2
- Please go to the Scheduler Module and choose "Setup check" from dropdown. Please check whether the scheduler run is r...
- 16:20 Bug #57657 (Closed): Scheduler not working in Typo3 6.2
- Hi Guys,
I have problem with cli_dispacher.phpsh script in typo3 6.2. I have tried to run the cli_dispacher.phpsh... - 20:30 Bug #57386: Fatal error after update from 6.1.7
- Hey Nicole, I experienced the same issue and I'm still trying to solve that. For me the flux extension was loaded "af...
- 20:09 Task #52593: Impexp: make 4.x exports work as import in 6.x
- Thanks for your help.
I applied those two patches, same error message as before ("uid of fileusage (sys_file_referen... - 18:28 Task #52593: Impexp: make 4.x exports work as import in 6.x
- Hey,
to have a correct export in 4.x you need to add also patches to
these versions ATM:
for 4.5:
* https://revie... - 18:22 Task #52593: Impexp: make 4.x exports work as import in 6.x
- Is this patch not yet finished or did I miss something?
I applied patch set 8 but still get the "uid of fileusage (s... - 19:41 Task #57661 (Under Review): Cleanup Error handling classes
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:39 Task #57661 (Closed): Cleanup Error handling classes
- * fixes CGL issues in annotations,
* fixes wrong annotations,
* introduces use statements
- 18:39 Bug #57164: NumberRangeValidator does not get options correctly
- Issue has been resolved.
My test was false - tested 6.1 patch on 6.2 :-( - 18:01 Bug #57164: NumberRangeValidator does not get options correctly
- Hallo Stefan,
would you please check my comment on the patch.
I´m afraid we have to make another correction.
Sor... - 11:31 Bug #57164 (Resolved): NumberRangeValidator does not get options correctly
- Applied in changeset commit:3c0c6a0bf8e8fc1f6a7124a31d5fe10fb10d7a49.
- 11:08 Bug #57164: NumberRangeValidator does not get options correctly
- Patch set 2 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 11:06 Bug #57164: NumberRangeValidator does not get options correctly
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 10:06 Bug #57164: NumberRangeValidator does not get options correctly
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:20 Bug #57164: NumberRangeValidator does not get options correctly
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:46 Bug #57585 (Closed): Wrong Picture in FE
- 14:10 Bug #57585: Wrong Picture in FE
- I think so.
Actually it is all right. - 17:30 Bug #55662 (Resolved): PHP Warning preg_replace in current master
- Applied in changeset commit:eaad1327dd56f195c43666236c5d8266dfa6bfcc.
- 11:39 Bug #55662: PHP Warning preg_replace in current master
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:37 Bug #55662: PHP Warning preg_replace in current master
- For example one fieldReplacePattern which doesn't work for me: @/(?:^|,)\s*\bLLL:EXT:lang/locallang_tca.xlf:sys_categ...
- 11:29 Bug #55662 (Under Review): PHP Warning preg_replace in current master
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:30 Task #57656 (Resolved): Integrate default README.txt
- Applied in changeset commit:c4def092940b553494cf7114f65addb0247b98ea.
- 17:14 Task #57656: Integrate default README.txt
- Patch set 1 for branch *TYPO3_4-5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 17:13 Task #57656: Integrate default README.txt
- Patch set 1 for branch *TYPO3_4-6* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 17:13 Task #57656: Integrate default README.txt
- Patch set 1 for branch *TYPO3_4-7* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 17:12 Task #57656: Integrate default README.txt
- Patch set 1 for branch *TYPO3_6-0* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 16:36 Task #57656: Integrate default README.txt
- This file is a modified and updated version like it has been
releases with every package in the past. Since these fi... - 16:36 Task #57656 (Under Review): Integrate default README.txt
- Patch set 2 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 16:19 Task #57656 (Closed): Integrate default README.txt
- 16:26 Task #57658: Install: Allow real file for index.php
- I already started with this.
- 16:26 Task #57658 (Closed): Install: Allow real file for index.php
- Currently the index.php in the root of the installation must be link to typo3_src/index.php.
Allow it to be a fil... - 15:48 Bug #57652 (Closed): Add helpful info to exceptions
- Hi,
I added extensions to 6.2 LTS. Then the extension-manager and the install-tool were hardly usable anymore.
To... - 15:34 Bug #57651 (Closed): exec_SELECTgetSingleRow in Typo3DatabaseBackend
- PHP Fatal error:
Call to a member function exec_SELECTgetSingleRow() on a non-object
in /var/www/typo3_src-6.2.0/... - 15:30 Bug #57172 (Under Review): Adminpanel: Only show "Editing" if EXT:feedit loaded
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:47 Bug #57649 (Closed): IMAGE, GIFBUILDER, crop and $TYPO3_CONF_VARS['GFX']['gdlib_png'] = 1
- Default-Settings after install
[GFX][im_version_5] = gm
graphicsmagick 1.3.16-1.1 amd64
Situation 1:
$TYPO3_... - 14:03 Bug #57579: Improve admin panel
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:38 Bug #56656: tx_extbase_cache_reflection not working when igbinary is enabled
- Feel free to have a look at https://github.com/cpsitgmbh/TYPO3.CMS.Enterprise
- 13:38 Bug #28451: t3lib_cache_frontend_VariableFrontend and igbinary: igbinary_unserialize_string: end-of-data
- Feel free to have a look at https://github.com/cpsitgmbh/TYPO3.CMS.Enterprise
- 13:31 Bug #57603 (Resolved): Prevent XSS in scheduler form
- Applied in changeset commit:9d3651526951193944a02d7d522e047fe3655998.
- 13:12 Bug #57603: Prevent XSS in scheduler form
- Patch set 1 for branch *TYPO3_4-5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 13:09 Bug #57603: Prevent XSS in scheduler form
- Patch set 1 for branch *TYPO3_4-7* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 13:05 Bug #57603: Prevent XSS in scheduler form
- Patch set 1 for branch *TYPO3_6-0* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 13:05 Bug #57603: Prevent XSS in scheduler form
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 12:47 Task #57348: Introduction package does not install/load any pages: typo3 6.2.0
- Hi,
I have the same problem. The introduction-package installs bootstrap_package and realurl and then it tries to ... - 12:36 Bug #31812: Localization failed; There already was a localization for this language of the record!
- Hi,
it is still relevant. We got the problem with the l10nmgr and TYPO3 6.1.6. All translated image elements have ... - 12:19 Bug #57487: Activate all packages in unit tests
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:15 Bug #57487: Activate all packages in unit tests
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:55 Feature #45725: FAL file collections should be able to be recursive
- Yes, that would be a very nice feature!
- 11:42 Bug #57641 (Closed): (still) issues with activated DBAL
- There're still several issues with TYPO3 6.2.0 and activated DBAL:
[x] File-upload dies with internal server error... - 11:22 Bug #57606: Remove wrong extension uploads after fail
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:19 Bug #57629: Wrong SQL-Query with tow joins on same table
- Hi Felix,
I could help you to patch it.
is there a chance to come in contact with some one, who can explain me a li... - 09:44 Bug #57629: Wrong SQL-Query with tow joins on same table
- Thanks Hubertus for reporting that. We know this has been broken for a long time now. If you have any idea, how to fi...
- 09:36 Bug #57629 (Closed): Wrong SQL-Query with tow joins on same table
- close this as duplicate of #55959
- 10:09 Feature #57632: Configure PageRenderer->inlineLanguageLabelFile with TypoScript
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:40 Feature #57632 (Under Review): Configure PageRenderer->inlineLanguageLabelFile with TypoScript
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:23 Feature #57632 (Closed): Configure PageRenderer->inlineLanguageLabelFile with TypoScript
- TYPO3\CMS\Core\Page\PageRenderer offers with the function addInlineLanguageLabelFile the possibility to add XML/XLF l...
- 09:51 Bug #57633: FormViewHelper adds complete serialized objects to [__referrer][arguments] when forward is used
- I think, this could/should be handled on application level and is not a topic of the framework.
- 09:27 Bug #57633 (Rejected): FormViewHelper adds complete serialized objects to [__referrer][arguments] when forward is used
- When you use a forward action in a controller, giving arguments to an action with a <f:form ViewHelper, the Viewhelpe...
- 09:46 Feature #55959 (Accepted): Joins on SubClasses
- 09:42 Bug #55835 (Accepted): Suggest wizard does not work correctly in flexforms
- Can confirm that for 4.5 too
- 08:51 Bug #55706: Different behavior of levelmedia in TYPO3 6.2
- here a german instructions:
http://blog.ingeniumdesign.de/2014/03/30/typo3-6-2-probleme-mit-ressourcen-media-auslesen/
2014-04-03
- 22:37 Bug #57629 (Closed): Wrong SQL-Query with tow joins on same table
- *error* in TYPO3\CMS\Extbase\Persistence\Generic\Storage\Typo3DbQueryParser
*method*
632 protected function pars... - 22:30 Bug #57294 (Resolved): pageRenderer was resetted after render call
- Applied in changeset commit:c67e8ebbb074c46dae40bec329db7392e023b0d6.
- 21:48 Bug #57294: pageRenderer was resetted after render call
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:36 Bug #57294: pageRenderer was resetted after render call
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:30 Bug #37421 (Resolved): RSA Auth prevents User from login
- Applied in changeset commit:b5798938ebeb5e2c6f11a12b3ab6ad10dc8ec905.
- 18:36 Bug #37421: RSA Auth prevents User from login
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:45 Task #48837: Up to 100% performance loss since TYPO3 4.5
- perhaps some explanation? https://github.com/NamelessCoder/TYPO3.CMS/blob/trimmedfat/README.md
- 21:09 Bug #57606: Remove wrong extension uploads after fail
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:28 Bug #57606 (Under Review): Remove wrong extension uploads after fail
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:22 Bug #57606 (Closed): Remove wrong extension uploads after fail
- With the new package manager in 6.2 it is not possible to upload an extension without ext_emconf or composer file. A...
- 21:09 Bug #57603: Prevent XSS in scheduler form
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:41 Bug #57603: Prevent XSS in scheduler form
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:16 Bug #57603 (Under Review): Prevent XSS in scheduler form
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:12 Bug #57603 (Closed): Prevent XSS in scheduler form
- The class name is submitted in a hidden form and is susceptible to XSS. As this is already a public problem Helmut wa...
- 20:27 Bug #57164: NumberRangeValidator does not get options correctly
- Hallo Marc,
I´ve tested successfully the modification in my environment.
The reported issue has been resolved.
... - 18:12 Bug #57618 (Closed): FAL - backend - thumbnails are not regenerated after file is replaced
- PROBLEM
1. I am in Filelist module.
2. I upload image with the same name as existing in the folder.
3. File is upl... - 16:44 Feature #40681: Enhance suggest wizard by limiting to certain languages
- Nope, it's not. :(
When I use
foreign_table_where' => 'AND my_ext.sys_language_uid=0'
the wizard works fine... - 16:22 Bug #55755: Legacy packages with dependencies to other composer packages coudn't be installed
- It would be nice to get composer packages loaded - either through the suggested patch or by using the composer autolo...
- 16:21 Bug #54491: PackageManager doesn't solve/recognize real composer packages
- While you might get some mileage by using the Packages/Libraries structure, it is currently not possible to include P...
- 16:16 Bug #57604 (Closed): PackageManager is unable to resolve composer PSR-4 namespaces
- Currently the package manager is only able to resolve PSR-0 namespaces.
This makes it impossible to include compos... - 16:03 Bug #54489: "clear cache for this Page" permanently removes all content from this page
- Is this issue gone?
Is the data not shown or is the data also missing in the database? - 16:00 Bug #54076 (New): key 'default' in options.backendLayout.exclude doesn't work
- 15:59 Feature #39341 (Closed): Add function maxFileSize() to limit file size before parsing for new links
- No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experi... - 15:44 Bug #57565: Creating new sys_file_metadata record for existing sys_file record doesn't set image dimensions
- Hi Bernhard,
I couldn't reproduce this issue, so I need some more information:
Dump of the SQL Structure of the... - 15:24 Bug #57601 (Closed): Upgrading 6.2: PHP Fatal error: Uncaught exception 'TYPO3\\Flow\\Package\\Exception\\PackageStatesFileNotWritableException
- ...
- 15:20 Bug #57600 (Closed): PHP Warning: unlink(ENABLE_INSTALL_TOOL): Permission denied EnableFileService.php on line 83
- In #52744 we only fixed the loop regression but not the warning behind the Permission denied.
- 14:35 Bug #52009: File Storage cannot be set as online
- Im experiencing a similar issue.
I changed fileadmin (auto created) to offline, now it cannot be set as online.
... - 14:03 Task #57572: TceformsUpdateWizard has to handle SQL errors
- Patch now delivers a correct error response. For me an illegal mix of UTF-8 collations. Pointed me in the right direc...
- 13:58 Bug #57448 (Closed): Exbase propertyMapper caching problem
- Think i found the my mistake....
- 13:32 Bug #57597 (Closed): Fields of type 'select' with maxitems>1 and itemsProcFunc set work only, if items is set also
- I have a very similar problem to #15720 but with 6.2 .
My conf:... - 13:08 Feature #30509 (New): Web>Page: Copy content element - page into pagetree
- This issue is not solved. Pasting Content Elements via Page Tree does still not work in 6.2
It is now possible in... - 13:05 Bug #57590 (Needs Feedback): Horizontal slide in the backend main menu
- That happens because of the translation text, which is longer than in other languages.
I don't know if we find the p... - 10:53 Bug #57590 (Closed): Horizontal slide in the backend main menu
- Hi,
On Firefox, on Mac, the main menu of the backend slides horizontally. See attached file.
Thanks
- 13:03 Bug #57585 (Needs Feedback): Wrong Picture in FE
- So this can be closed?
- 11:51 Bug #57585: Wrong Picture in FE
- I've done a complete new installation with same TS configuration and now it still works...
- 08:49 Bug #57585: Wrong Picture in FE
- Rene Zwinge wrote:
> Hello Guys,
> this is my first error reporting, so excuse me for mistakes and missing informat... - 08:47 Bug #57585 (Closed): Wrong Picture in FE
- Hello Guys,
this is my first error reporting, so excuse me for mistakes and missing informations ;)
Problem:
I c... - 12:47 Bug #53188: REDIRECT_TYPO3_DISABLE_CORE_UPDATER ignored
- Apparently the same issue also appears with PHP in FastCGI.
- 11:35 Bug #57099: Clear caches in Backend don't show updated FlexForm Labels
- I confirm this, with TYPO3 6.2.0 LTS.
I need to manually flush all caches either from the install tool or directly i... - 11:24 Task #54605: Inject annotations should not be used by core (~5% performance)
- I'm on evaluating this and have a new patchset in the pipeline.
- 11:20 Task #55654 (Accepted): Extbase: Optimize ClassInfoFactory with the ClassInfoCache
- 11:15 Task #57594 (Closed): Optimize ReflectionService Cache handling
- A the moment the ReflectionService cache handling has some drawbacks:
* it doesn't support nested Extensions (#12518... - 11:02 Bug #57591 (Under Review): Make Extbase Cli\RequestBuilder a Singleton
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:58 Bug #57591 (Closed): Make Extbase Cli\RequestBuilder a Singleton
- 10:59 Bug #57587: Admin BE user records should ignore db mounts
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:58 Bug #57587: Admin BE user records should ignore db mounts
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:20 Bug #57587: Admin BE user records should ignore db mounts
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:19 Bug #57587 (Under Review): Admin BE user records should ignore db mounts
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:43 Bug #57587 (Closed): Admin BE user records should ignore db mounts
- Admin BE users are processing defined db mounts, which leads to an unnecessary big page tree because of the selected ...
- 08:07 Bug #57584 (Closed): 'sys_filemounts.base' field should be int(11)
- Since 'sys_filemounts.base' field is a pointer to 'sys_file_storage.uid', it should be of type int(11) instead of typ...
- 01:54 Bug #55222 (Rejected): UnitTests for ext:indexed_search fails with "Fatal error" if extension is not loaded
- abandoned: as discussed with stefano, this will be fixed with https://review.typo3.org/#/c/29036/
- 01:52 Bug #55221 (Rejected): UnitTests for ext:scheduler fails with "Fatal error" if extension is not loaded
- abandoned: as discussed with stefano, this will be fixed with https://review.typo3.org/#/c/29036/
- 01:14 Bug #55321 (Resolved): Hello World predefined distribution on Typo3 6.2 on XAMPP
- The "helloworld" bogus package has been removed from TER, so it does not appear anymore for downloading in the "Get P...
2014-04-02
- 23:48 Story #54852 (Closed): As a developer I want to ensure that further changes in DataHandler have no negative impact
- 22:42 Bug #57575 (Under Review): TceformsUpdateWizard reports success although some migrations failed
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:15 Bug #57575 (Closed): TceformsUpdateWizard reports success although some migrations failed
- TceformsUpdateWizard should not report success if a migration fails due to a missing source file.
Change that to a... - 22:34 Task #57574: TceformsUpdateWizard does not tell the user about the log file
- Steffen, thanks a lot for taking care about this. Your proposal sounds great.
Prominent place would be the overvie... - 21:44 Task #57574: TceformsUpdateWizard does not tell the user about the log file
- One could argue that adding a random suffix to the filename like deprecation_3f11ecba79.log
I think we should disc... - 21:28 Task #57574: TceformsUpdateWizard does not tell the user about the log file
- I'd propose to configure a dedicated log file to cover any logRecord which is triggered inside of typo3/sysext/instal...
- 21:12 Task #57574: TceformsUpdateWizard does not tell the user about the log file
- This is also the case for RteMagicImagesUpdateWizard.
I would say it is not the job of a particular UpdateWizard t... - 19:10 Task #57574 (Closed): TceformsUpdateWizard does not tell the user about the log file
- TceformsUpdateWizard generates a log file for failed migrations.
The location of this log file is never revealed to ... - 22:30 Task #57572 (Resolved): TceformsUpdateWizard has to handle SQL errors
- Applied in changeset commit:f797f4ae069c2fd2e7d06857d5c2289991a553cd.
- 19:28 Task #57572 (Under Review): TceformsUpdateWizard has to handle SQL errors
- 19:27 Task #57572 (Accepted): TceformsUpdateWizard has to handle SQL errors
- 17:58 Task #57572 (Under Review): TceformsUpdateWizard has to handle SQL errors
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:39 Task #57572 (Closed): TceformsUpdateWizard has to handle SQL errors
- There might be situations where the SELECT query fails. This only leads to a PHP warning currently, as the foreach lo...
- 21:31 Task #57354 (Under Review): Default file permissions recommendation schould be 0665 instead of 0660
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:26 Bug #57565: Creating new sys_file_metadata record for existing sys_file record doesn't set image dimensions
- Thanks for help, hopefully I have time tomorrow to take a look. The SQL snippet seams to be correct.
- 17:25 Bug #57565: Creating new sys_file_metadata record for existing sys_file record doesn't set image dimensions
- Old version was 6.1.5
File records are attached
Migration can be re-done, no problem. - 17:02 Bug #57565 (Accepted): Creating new sys_file_metadata record for existing sys_file record doesn't set image dimensions
- Ok, we will take a look into this. Can you tell me, which TYPO3 version do you tried to update? And maybe some lines ...
- 16:28 Bug #57565: Creating new sys_file_metadata record for existing sys_file record doesn't set image dimensions
- Yep, I ran the migration wizards. One step stated the splitting and creation of FAL stuff, so I didn't skip on that.
... - 16:16 Bug #57565: Creating new sys_file_metadata record for existing sys_file record doesn't set image dimensions
- "While this might sound like a special case of database inconsistency, it actually seems to be the default case when ...
- 15:42 Bug #57565 (Closed): Creating new sys_file_metadata record for existing sys_file record doesn't set image dimensions
- Given the presence of a sys_file record with no related sys_file_reference_record
When I am in the metadata "Edit" d... - 20:53 Bug #50392: Specifying size in ImageViewHelper does nothing
- The problem persists for me. I verified this in two cases using 6.2 LTS:
<f:image src="fileadmin/..."/>
<f:image ... - 20:52 Bug #50392: Specifying size in ImageViewHelper does nothing
- Markus Klein wrote:
> Is this still an issue on 6.2?
After this much time, we can only _hope_ that it isn't :P I'... - 20:32 Bug #50392 (Needs Feedback): Specifying size in ImageViewHelper does nothing
- Is this still an issue on 6.2?
- 20:36 Bug #51698: Delete sys_file entry when a file is deleted
- Patch set 2 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 20:34 Bug #50508: Re-uploading file in backend fails
- Is this still an issue on 6.2?
- 20:33 Bug #46446: sys_file doesn't get updated
- Is this still an issue on 6.2?
- 20:32 Bug #45922 (Needs Feedback): image replacement, width and height are kept even i change my image
- Is this still an issue with 6.2?
- 20:29 Bug #44105 (Closed): Image size does not get updated
- Closing this issue as it seems to be fixed in 6.2
- 19:49 Bug #57566: Login fails for loginSecurityLevels "superchallenged" and "rsaauth"
- Don't know that by heart, sorry.
- 16:32 Bug #57566: Login fails for loginSecurityLevels "superchallenged" and "rsaauth"
- I've done that now, didn't have any effect.
What actually did have an effect was calling the login page directly a... - 15:54 Bug #57566 (Needs Feedback): Login fails for loginSecurityLevels "superchallenged" and "rsaauth"
- 'rsa' should work. Did you clean your browser cache?
- 15:48 Bug #57566 (Closed): Login fails for loginSecurityLevels "superchallenged" and "rsaauth"
- While "superchallenged" doesn't give any reason but claiming the password being wrong, "rsa" at least gives the JavaS...
- 19:41 Bug #36691 (Needs Feedback): FAL: migrate file relations: Lock file could not be created
- Still an issue on 6.2?
- 19:39 Bug #39114 (Needs Feedback): Upgrade Wizard steps migrate file relations still visible after running them
- Should be resolved in 6.2
- 19:38 Bug #53464 (Needs Feedback): Migrate all file relations hangs after wrong permissions
- Is this still a problem on the 6.2 release?
- 19:32 Bug #43725: TceformsUpdateWizard exceeds memory_limit/max_execution_time
- I suggest to only migrate up to 4000 records per run.
The wizard should have a hint that it requires multiple runs. ... - 19:30 Bug #43725 (Accepted): TceformsUpdateWizard exceeds memory_limit/max_execution_time
- 19:30 Bug #57579 (Under Review): Improve admin panel
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:28 Bug #57579 (Closed): Improve admin panel
- There are 2 issues in the admin panel currently which slipped through.
* CSRF protection is not working in the FE ... - 19:27 Task #57578 (Closed): TceformsUpdateWizard improvements (Migrate all file relations from tt_content.image and pages.media)
- Cover ticket for TceformsUpdateWizard improvements
- 19:26 Task #57577 (Closed): TceformsUpdateWizard should give user a possibility to remove missing relations
- The user should have a possibility to let the wizard remove relations to file which do not exist anymore.
This is th... - 19:06 Bug #57393: Endless Loop in TceformsUpdateWizard
- The new ticket for the foreach() issue is #57572
- 17:36 Bug #57393 (Needs Feedback): Endless Loop in TceformsUpdateWizard
- These are two different issues.
The issue reported here is IMO not an issue. The limit is ok, you can always start... - 16:20 Bug #49968: Fatal error: Cannot inherit previously-inherited or override constant OPERATOR_EQUAL_TO from interface TYPO3\CMS\Extbase\Persistence\QueryInterface in /var/www/html/typo3_src-6.1.1/typo3/sysext/extbase/Classes/Persistence/Generic/Query.php on line 35
- Same here:...
- 16:10 Bug #57568 (Closed): Unable to select DB Mount in sys_action "create backend user"
- Trying to add a new backend user with the sys_action module, I get the following error when I click on the iconf for ...
- 15:02 Bug #55321 (Accepted): Hello World predefined distribution on Typo3 6.2 on XAMPP
- We should remove the helloworld distribution, because now we have the real working "introduction" distribution. Thank...
- 11:52 Bug #55321: Hello World predefined distribution on Typo3 6.2 on XAMPP
- I too have been bitten by this "bug".
I have installed what I believed to be 6.2LTS so that should be a stable, work... - 14:51 Bug #44571: FE pdf thumbnail generation fails
- Can anyone else confirm that this is still happening with 6.2 and the patch above is not working anymore?
Switched... - 14:40 Bug #57492: Upgrading 6.2: Do not run FileTableSplittingUpdate if we migrate from TYPO3 before 6.0
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:22 Bug #57492: Upgrading 6.2: Do not run FileTableSplittingUpdate if we migrate from TYPO3 before 6.0
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:31 Bug #57492: Upgrading 6.2: Do not run FileTableSplittingUpdate if we migrate from TYPO3 before 6.0
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:29 Bug #57100 (Accepted): Sys_log gets spammed with
- Comment of Olly Hader:
>... "group/db" tables ("allowed" in TCA configuration) was not considered before - thus, t... - 14:15 Feature #22020: Return to "Admin Tools > User Admin" when exiting simulated BE User
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:05 Bug #37421: RSA Auth prevents User from login
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:43 Bug #48338: Not able to add new element in section
- I found the reason of the problem: It's a charset problem.
I set the TYPO3 4.5.32 to utf-8 and then everything wo... - 12:09 Bug #48338: Not able to add new element in section
- Hello,
same problem but an additional hint:
When the Backend is used in the german language I can't use the "add ne... - 13:19 Bug #46020 (Closed): Image size is 0 when not scaled
- The issue behind this problem is resolved with #57495 so I close this issue.
The open questions are handled in new... - 12:20 Bug #46020: Image size is 0 when not scaled
- @Alex: Would you mind moving these important questions to a new ticket? They are more visible there and we can close ...
- 10:29 Bug #46020: Image size is 0 when not scaled
- h1. Why clearing sys_file_metadata do not work
As Markus already wrote the involved tables sys_file and sys_file_m... - 13:13 Task #57546 (Closed): Call ExtractionService on new files and not only Indexer::createIndexEntry()
- If a new file is found in a storage the function Indexer::createIndexEntry() is called, but a possible ExtractionServ...
- 13:09 Task #57545 (Closed): Missing metadata entry impossible to regenerate.
- While finding the ground issue behind #46020 we came to the point that it is impossible to generate sys_file_metadata...
- 12:31 Bug #57495 (Resolved): Metadata db insert fails due to NULL value
- Applied in changeset commit:38f484e0efc0b817c34c7e9bb9c6cfe721dd8e87.
- 12:31 Bug #57467 (Resolved): page.includeCSSLibs doesn't work
- Applied in changeset commit:d40ef8655fede717ae55c87fafd8fb20604b0ae7.
- 12:11 Bug #57386: Fatal error after update from 6.1.7
- Just another information which would be helpful. Could you please check the loading order in your old localconf.php? ...
- 11:32 Bug #44551: Image caption appears under wrong image
- It seems the whole TypoScript caption rendering in css_styled_content has changed significantly in 6.2.0. (compared t...
- 09:58 Bug #44551: Image caption appears under wrong image
- Tested it recently with TYPO3 6.2.0 - It seems to be resolved with the new LTS Version
Can someone please check this? - 09:48 Bug #44551: Image caption appears under wrong image
- Confirmed in 6.1.7. Multiple images with different captions, but all captions show at all images.
- 11:31 Task #57486 (Resolved): Configuration module lost search value in input field
- Applied in changeset commit:1896dac404d28ce197cf43b579b8bfb8f047996e.
- 11:31 Bug #57295 (Resolved): Remove option "edit_wideDocument"
- Applied in changeset commit:0c86ef1ab578fbd8f833cd73838a4cbd4e08d1f3.
- 11:23 Task #48837: Up to 100% performance loss since TYPO3 4.5
- can somebody explain why the non cached rendering is so much slower in 6.2 than in 4.5? that would be really interest...
- 10:43 Bug #25135: Pagetree - Drag and drop only works for BE-Users with delete-permissions
- *push*
Still a problem in 6.1.
I can't see a reason why the editor needs the delete permission to move pages. It'... - 10:12 Feature #57526: provide magic keyword "_BEDOMAIN_" for TCEMAIN.previewDomain configuration
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:02 Feature #57526 (Under Review): provide magic keyword "_BEDOMAIN_" for TCEMAIN.previewDomain configuration
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:42 Feature #57526 (Closed): provide magic keyword "_BEDOMAIN_" for TCEMAIN.previewDomain configuration
- In some configurations it is helpful when the preview domain is exactly the same domain as the one used for the backe...
- 10:12 Epic #57533 (Closed): Pagetree epic
- 08:53 Bug #35237 (Rejected): TCEMAIN.clearCacheCmd = pages/all not working for Editors
- The feature works like it should:
* @options.clearCache.pages = 1@ - this is UserTS and permits a user to clear the p... - 00:53 Bug #57524 (Under Review): Functional tests do not work on Windows
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:52 Bug #57524: Functional tests do not work on Windows
- A working commandline request with json data has to look like
C:/Unix/PHP-5.5.10/php.exe "D:/Server/typo3-master.l... - 00:46 Bug #57524 (Closed): Functional tests do not work on Windows
- Many of the functional tests do fail on Windows systems. There are several reasons for that:
- wrong PHP binary pa... - 00:05 Bug #39292 (Rejected): jumpurl referrer check is broken
- I close this issue due to inactivity and no consensus about the issue itself
2014-04-01
- 23:54 Bug #57515 (New): sys_file_reference not allowed on root (pid=0)
- Sorry I pushed a changeset and accidently referenced this issue.
Please ignore the above gerrit reference. - 23:04 Bug #57515 (Under Review): sys_file_reference not allowed on root (pid=0)
- Patch set 1 for branch *master* of project *TYPO3CMS/Extensions/vidi* has been pushed to the review server.
It is ava... - 20:41 Bug #57515 (Closed): sys_file_reference not allowed on root (pid=0)
- I want to add user images to be_users using FAL.
This is TCA config:... - 23:26 Feature #57477: Introduce a stream wrapper to overlay file paths
- @symlink()@ and friends to do not work because PHP does not use stream wrappers for them: https://bugs.php.net/bug.ph...
- 23:21 Feature #57477: Introduce a stream wrapper to overlay file paths
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:30 Feature #57477: Introduce a stream wrapper to overlay file paths
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:17 Feature #57477: Introduce a stream wrapper to overlay file paths
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:53 Feature #57477: Introduce a stream wrapper to overlay file paths
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:44 Feature #57477: Introduce a stream wrapper to overlay file paths
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:58 Feature #57477 (Under Review): Introduce a stream wrapper to overlay file paths
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:25 Feature #57477: Introduce a stream wrapper to overlay file paths
- Add use statements...
- 10:23 Feature #57477 (Closed): Introduce a stream wrapper to overlay file paths
- 23:08 Bug #26709 (Under Review): TCA tt_content - l18n_parent field missing
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:47 Bug #44635 (Closed): Backend support: drop FF3.6 and IE7
- Done
- 22:30 Bug #57327 (Resolved): Fix relative path calculations in EM
- Applied in changeset commit:64d0871997d442909e7aeb0a71cb003bd56ed364.
- 22:30 Bug #56574 (Resolved): GraphicalFunctions::imageMagickIdentify() should use last returned row
- Applied in changeset commit:0a85c231be1aec36d53eeb38f50ec4d0435e7510.
- 21:47 Bug #37421: RSA Auth prevents User from login
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:47 Bug #57294: pageRenderer was resetted after render call
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:30 Bug #57518 (Resolved): Make Extbase EnvironmentService a Singleton
- Applied in changeset commit:6ae6b40cbafe57e7d8a5a37669db589fd40e6863.
- 21:22 Bug #57518: Make Extbase EnvironmentService a Singleton
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 21:19 Bug #57518 (Under Review): Make Extbase EnvironmentService a Singleton
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:11 Bug #57518 (Closed): Make Extbase EnvironmentService a Singleton
- 21:30 Bug #57490 (Resolved): Remove the need of PackageStates.php in tests
- Applied in changeset commit:69421102ec5d7fae30dd3d0e91f5d3aa4df0873a.
- 14:18 Bug #57490 (Under Review): Remove the need of PackageStates.php in tests
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:14 Bug #57490 (Closed): Remove the need of PackageStates.php in tests
- Although there is code in the package manager tests
to mock a PackageStates.php file, it does not work
as the path ... - 21:30 Bug #57463 (Resolved): Upgrading 6.2: PHP Fatal error: Could not acquire lock for ClassLoader cache creation.
- Applied in changeset commit:ae7f6bbd4e12f58549bc009e7b087d4e94fe9214.
- 21:30 Bug #57458 (Resolved): Failed to write LocalConfiguration.php backup
- Applied in changeset commit:680c83ee3271674bac5708e75bb1007f40dafb7f.
- 21:30 Task #57338 (Resolved): Make Typo3DbQueryParser Singleton
- Applied in changeset commit:fcf3a2f7e1bedc4b20c427195bc2c2cc22f44301.
- 21:18 Task #57338: Make Typo3DbQueryParser Singleton
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:30 Bug #56656 (Rejected): tx_extbase_cache_reflection not working when igbinary is enabled
- Not a critical issue. As decided by Ernesto we won't have this in 4.5 anymore, sorry. For those who need it, please e...
- 21:30 Bug #28451 (Rejected): t3lib_cache_frontend_VariableFrontend and igbinary: igbinary_unserialize_string: end-of-data
- Not a critical issue. As decided by Ernesto we won't have this in 4.5 anymore, sorry. For those who need it, please e...
- 19:39 Bug #46020: Image size is 0 when not scaled
- h1. How this all happens
I'll describe below how this situation happens, and why the fix from #57495 solves this.
h... - 17:07 Bug #46020: Image size is 0 when not scaled
- @Alex: https://review.typo3.org/29028
- 16:48 Bug #46020: Image size is 0 when not scaled
- Issue is dragged, hopefully I can post a patch tomorrow.
- 16:12 Bug #46020: Image size is 0 when not scaled
- Should be fixed with https://review.typo3.org/29028
- 14:33 Bug #46020: Image size is 0 when not scaled
- Markus Maier wrote:
> Mathias Bolt Lesniak wrote:
> > It's important to note that truncating sys_file* tables won't... - 14:02 Bug #46020: Image size is 0 when not scaled
- Mathias Bolt Lesniak wrote:
> It's important to note that truncating sys_file* tables won't work if you're upgrading... - 13:51 Bug #46020: Image size is 0 when not scaled
- OK I still have some questions here.
I'm trying to understand the code.
Throwing an exception with the description ... - 07:38 Bug #46020: Image size is 0 when not scaled
- Oh yes, my patch was wrong. C&P mistake. Sorry for that.
- 01:26 Bug #46020: Image size is 0 when not scaled
> *I kindly ask anybody who can reproduce the problem to apply the patch.*
I have a question about the first par...- 00:38 Bug #46020: Image size is 0 when not scaled
- Alexander Opitz wrote:
>
> Do you have the old database and directory structure, so you could try to migrate local... - 19:26 Bug #53974 (Closed): Environment variables prefixed with REDIRECT_ ignored
- Duplicate of #53188.
- 18:02 Feature #57501 (Closed): Add TCA for Tasks to allow export
- Currently it is not possible to export tx_scheduler_task records, because they are not handled in the TYPO3-typical w...
- 17:47 Bug #57487 (Under Review): Activate all packages in unit tests
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:08 Bug #57487 (Closed): Activate all packages in unit tests
- Introduce a new package manager class for unit tests
that scans and activates all packages found in
package base pa... - 17:38 Task #57499 (Under Review): Improve deprecation message of GeneralUtitlity::array_merge_recursive_overrule()
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:34 Task #57499 (Closed): Improve deprecation message of GeneralUtitlity::array_merge_recursive_overrule()
- The deprecation message should show more clearly that the code can't be just updated by changing class + method name ...
- 17:23 Bug #57495: Metadata db insert fails due to NULL value
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:14 Bug #57495: Metadata db insert fails due to NULL value
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:33 Bug #57495: Metadata db insert fails due to NULL value
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:27 Bug #57495: Metadata db insert fails due to NULL value
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:14 Bug #57495: Metadata db insert fails due to NULL value
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:12 Bug #57495 (Under Review): Metadata db insert fails due to NULL value
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:11 Bug #57495 (Closed): Metadata db insert fails due to NULL value
- The MetaDataRepository::createMetaDataRecord() function checks the TYPO3_MODE to decide the value of the cruser_id fi...
- 17:06 Bug #57498 (Closed): 6.2 and bootstrap package, images don't scale right
- Images don't get rendered/scaled right or don't show at all with default settings.
After adding to constants foll... - 17:04 Bug #57497 (Under Review): TceformsUpdateWizard shows up too often
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:01 Bug #57497 (Closed): TceformsUpdateWizard shows up too often
- TceformsUpdateWizard shows up in the upgrade wizard overview too often since it does not remember finished work prope...
- 15:11 Task #48837: Up to 100% performance loss since TYPO3 4.5
- As TYPO3 6.2 is now out in the wild, I've done the same tests for that version. The results show a speedup of ca. 30%...
- 15:11 Feature #40681: Enhance suggest wizard by limiting to certain languages
- Is this issue resolved in TYPO3 6.2? Has anyone checked the behaviour in 6.2?
- 14:59 Bug #57492 (Under Review): Upgrading 6.2: Do not run FileTableSplittingUpdate if we migrate from TYPO3 before 6.0
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:51 Bug #57492: Upgrading 6.2: Do not run FileTableSplittingUpdate if we migrate from TYPO3 before 6.0
- Another issue with this Upgrade Wizard:
If you have more files then metadata information, this Wizard will show up a... - 14:27 Bug #57492: Upgrading 6.2: Do not run FileTableSplittingUpdate if we migrate from TYPO3 before 6.0
- This seams only one issue with width/height=0 while migration.
- 14:26 Bug #57492 (Closed): Upgrading 6.2: Do not run FileTableSplittingUpdate if we migrate from TYPO3 before 6.0
- If no sys_file table exists we try to migrate the fields pid and tstamp from sys_file to sys_file_metadata which lead...
- 14:24 Bug #57481 (Needs Feedback): Install Tool: Scrolling on "Imprtant Actions" the white headline is fixed and scrolls over the text
- Which browser are you using? Did you clear the browser's cache?
I can't reproduce the problem here on Chrome. The he... - 10:51 Bug #57481 (Closed): Install Tool: Scrolling on "Imprtant Actions" the white headline is fixed and scrolls over the text
- Hi,
as described in subject, the white headline "TYPO3 CMS 6.2.0 Install tool on site: New Site" does not scroll a... - 14:08 Task #57486: Configuration module lost search value in input field
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:56 Task #57486 (Under Review): Configuration module lost search value in input field
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:53 Task #57486 (Closed): Configuration module lost search value in input field
- The input field of the configuration module's search is never populated with the search term.
Reason might be beca... - 13:44 Bug #57393: Endless Loop in TceformsUpdateWizard
- I can confirm this Bug, also trying to update a small Installation to 6.2.0 from 4.5.32 with PHP 5.3.27. Everything e...
- 12:39 Bug #57472: FAL multiple file upload: not all images are uploaded
- Confirmed; Chrome 33. After upload only a single image is left. No dev console error messages are shown. Uploading im...
- 11:23 Bug #57472: FAL multiple file upload: not all images are uploaded
- Occurs also at the media field in the page properties.
- 08:37 Bug #57472 (Closed): FAL multiple file upload: not all images are uploaded
- When I upload multiple images for example in the default "Images" content element, they get uploaded but afterwards o...
- 12:31 Bug #57488 (Closed): page record overlays: media field not translatable
- Reproduce:
1) add some images to the media field of a page
2) translate the page
3) no localizable images from... - 10:53 Feature #57482 (Closed): FlexForms: DisplayCondition for Sheet in ExtBase Plugin
- The Display Condition Flag for Sheets doesn't work with Extbase-Settings Feature.
If Condition is written like
<pre... - 10:40 Feature #57454: Trigger events in DragUploader
- Hey Xavier.
Thank you for your response.
Of course you're right, using existing signals on the server side migh... - 10:31 Bug #53973 (Resolved): Cannot add user defined locales to be used with "sL(...)"
- Applied in changeset commit:28c66c57fcefb9df9ffe0c0a4bb8f310243d7e9b.
- 10:23 Bug #57470: Get the extension Manager working
- please improve your wording, thx
- 07:04 Bug #57470 (Rejected): Get the extension Manager working
- I'm sorry for my words but I'm always getting angry when even core-functionality is not working OVER YEARS NOW!!!!
... - 10:22 Bug #15720: Fields of type 'select' with maxitems>1 and itemsProcFunc set work only, if items is set also
- I have a very similar problem with 6.2.
My conf:... - 10:01 Bug #57395: Images in folders with special chars not working
- Markus Klein wrote:
> Where does the path come from? Is it stored in a database record? What's the TCA of this DB fi... - 02:46 Task #54512: Bypass compatibility check in extension manager
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available...
2014-03-31
- 23:43 Feature #57459 (Under Review): Extbase entities for core tables
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:03 Feature #57459 (Closed): Extbase entities for core tables
- Bring entities for pages/content elements/backend layouts/…
(Feature and therefore *after* 6.2 Release) - 23:29 Bug #56656: tx_extbase_cache_reflection not working when igbinary is enabled
- Patch set 3 for branch *TYPO3_4-5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 23:26 Bug #56656 (Under Review): tx_extbase_cache_reflection not working when igbinary is enabled
- Patch set 2 for branch *TYPO3_4-5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 23:26 Bug #56656 (Closed): tx_extbase_cache_reflection not working when igbinary is enabled
- Duplicates #28451
Patch will be abandoned since there's one. - 23:29 Bug #28451: t3lib_cache_frontend_VariableFrontend and igbinary: igbinary_unserialize_string: end-of-data
- Patch set 3 for branch *TYPO3_4-5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 23:26 Bug #28451: t3lib_cache_frontend_VariableFrontend and igbinary: igbinary_unserialize_string: end-of-data
- Patch set 2 for branch *TYPO3_4-5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 23:11 Bug #28451 (Under Review): t3lib_cache_frontend_VariableFrontend and igbinary: igbinary_unserialize_string: end-of-data
- Patch set 1 for branch *TYPO3_4-5* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 23:11 Bug #57191: conversion of filename from Uppercase to lowercase
- I moved this issue from the "Logging" tracker to core.
- 22:49 Bug #56998: Streamline exceptions types in Logging API
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:37 Bug #56998: Streamline exceptions types in Logging API
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:13 Feature #57468: minify html output more
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:09 Feature #57468 (Under Review): minify html output more
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:57 Feature #57468: minify html output more
- ... and make use of PageRenderer->removeLineBreaksFromTemplate i production mode.
That won't work if pre-tags are in... - 21:39 Feature #57468 (Rejected): minify html output more
- since there are tools like firebug and so on, nobody needs "beautiful" html output.
In the html output there are s... - 21:45 Bug #57467 (Under Review): page.includeCSSLibs doesn't work
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:27 Bug #57467 (Accepted): page.includeCSSLibs doesn't work
- 20:24 Bug #57467 (Closed): page.includeCSSLibs doesn't work
- This TypoScript setup doesn't include external CSS:...
- 20:30 Bug #57466 (Needs Feedback): Exception: The requested jQuery version is not available in the local filesystem
- 20:30 Bug #57466: Exception: The requested jQuery version is not available in the local filesystem
- May I ask what the bug behind this is? Is something not working?
- 19:39 Bug #57466 (Closed): Exception: The requested jQuery version is not available in the local filesystem
- jQuery version 1.9.1 is missing in the $availableLocalJqueryVersions array in the PageRenderer although it is still a...
- 17:57 Bug #57463: Upgrading 6.2: PHP Fatal error: Could not acquire lock for ClassLoader cache creation.
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:38 Bug #57463 (Under Review): Upgrading 6.2: PHP Fatal error: Could not acquire lock for ClassLoader cache creation.
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:19 Bug #57463 (Closed): Upgrading 6.2: PHP Fatal error: Could not acquire lock for ClassLoader cache creation.
- ...
- 17:31 Bug #57464 (Closed): Upgrading 6.2: PHP Fatal error: [...]/typo3update/typo3conf/LocalConfiguration.php is not writable.
- This error should be catched....
- 16:42 Bug #57458: Failed to write LocalConfiguration.php backup
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:23 Bug #57458: Failed to write LocalConfiguration.php backup
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:12 Bug #57458: Failed to write LocalConfiguration.php backup
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:04 Bug #57458 (Under Review): Failed to write LocalConfiguration.php backup
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:50 Bug #57458 (Closed): Failed to write LocalConfiguration.php backup
- On updating a 6.x system the LocalConfiguration.php should be backed up before PackagStates.php is written. This fail...
- 16:11 Bug #55768: Drag & drop in Workspaces moves live page
- I am experiencing a similar issue in Typo3 4.5.32 LTS. Moving a page in a workspace sometimes affects the live page a...
- 16:07 Bug #57120: Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- There's something wrong with your database connection. Please check your host, port/socket settings.
- 13:34 Bug #57120: Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- URL:
/typo3/sysext/install/Start/Install.php?install[redirectCount]=9&install[context]=standalone&install[controller... - 16:00 Feature #57454: Trigger events in DragUploader
- Hi Stephan,
First of all thanks for your patch. Before introducing a new hook/signal whatever, could you please de... - 15:33 Feature #57454 (Under Review): Trigger events in DragUploader
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:05 Feature #57454: Trigger events in DragUploader
- https://review.typo3.org/#/c/28976/1
Here we go. Don't know why review.typo3.org doesn't link automatically. - 14:56 Feature #57454 (Closed): Trigger events in DragUploader
- Hey there.
I just tried to add some features to the files list module, mostly additinal buttons and stuff.
Ther... - 15:34 Bug #57277 (Resolved): Remove wrong deprecations in extbase
- 15:09 Bug #57277: Remove wrong deprecations in extbase
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:04 Bug #57277 (Under Review): Remove wrong deprecations in extbase
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:17 Bug #57457 (Closed): Not readable file makes Filelist unuseable with error "failed to open stream: Permission denied"
- ...
- 14:50 Bug #57453: TYPO3\CMS\Extbase\Validation\Validator\NumberValidator
- I was talking about the isValid-Funtion inside the validator
- 14:49 Bug #57453 (Closed): TYPO3\CMS\Extbase\Validation\Validator\NumberValidator
- The function-description shows that there SHOULD be a boolean return value but the Validator only adds an Error, no r...
- 14:42 Bug #57386 (Needs Feedback): Fatal error after update from 6.1.7
- Hi Bernd!
thanks for your feedback and your investigation!
Bernd Wilke wrote:
> I managed to resolve this issu... - 13:43 Bug #57386 (Accepted): Fatal error after update from 6.1.7
- I can confirm the issue.
- 12:14 Bug #57386: Fatal error after update from 6.1.7
- I will check with some of the involved people whether we can catch fatal errors in the ext_autoload.php files.
- 14:30 Bug #57451 (Resolved): Page>Web remove CSS definition
- Applied in changeset commit:9bf671e05979d95cb2f6bf573d850c84e7cac20f.
- 14:08 Bug #57451 (Under Review): Page>Web remove CSS definition
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:07 Bug #57451 (Closed): Page>Web remove CSS definition
- Due to centralized standard styles for standard elements no
further special CSS definition is necessary. - 13:42 Bug #46020: Image size is 0 when not scaled
- I made a patch which checks the metadata for images if width/height is zero or not specified when creating/updating t...
- 00:26 Bug #46020: Image size is 0 when not scaled
- Thank you for your help and workarounds. The workarounds are ineffective.
In my case, the table "sys_lockedrecords" ... - 13:18 Bug #30229: Error when deleting a Page with translation
- Hello all
Sadly, this bug s still here in 4.5.32.
Hope someone will fix that soon
BTW thanks for all, TYPO3 ... - 13:13 Bug #57395: Images in folders with special chars not working
- Where does the path come from? Is it stored in a database record? What's the TCA of this DB field?
- 12:31 Bug #57424 (Closed): /typo3/null was not found on the server
- Great. Yes the "clear all cache" in the install tool is the most rigorous tool. It goes even beyond the "clear system...
- 12:31 Task #57449 (Resolved): Remove space in Page module notification
- Applied in changeset commit:ccb8bc49396bf462d03130d792fb471a9ed447f6.
- 11:09 Task #57449: Remove space in Page module notification
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:08 Task #57449: Remove space in Page module notification
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:08 Task #57449 (Under Review): Remove space in Page module notification
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:04 Task #57449 (Closed): Remove space in Page module notification
- The page module's notification "The current page is a folder. Folders usually don't contain content elements but are ...
- 11:14 Bug #57416 (Needs Feedback): local changed apc variables are ignored
- This is an issue with your apache configuration. So please consult the apache Webserver configuration and PHP http://...
- 10:47 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Would like to close this issue as duplicate of #46020 is this ok for you?
- 10:45 Bug #57448 (Closed): Exbase propertyMapper caching problem
- Got some strange caching problems with the exbase propertyMapper that results in a validation error of a child proper...
- 09:57 Bug #57447 (Closed): INCLUDE_TYPOSCRIPT with relative path from static doesn't work
- Using relative path from a static TypoScript (setup.txt) to include directories or files does not work.
Example of... - 09:43 Bug #39035: TCA tree fail to load with IRRE
- The patch works on 6.1.7. Can it be merged ?
- 09:38 Bug #57397: Fatal error TYPO3\CMS\Install\Controller\Exception\RedirectLoopException
- Installing typo3 6.2 LTS on saucy: not working
Installing typo3 6.2 LTS on trusty: working! - 09:24 Feature #57446: harmonize visibility of template/partial/layoutRootPath(s) getter/setter functions in /typo3/sysext/fluid/Classes/View/TemplateView.php
- Same issue in TYPO3.Fluid (see "/Classes/TYPO3/Fluid/View/TemplateView.php":https://git.typo3.org/Packages/TYPO3.Flui...
- 09:19 Feature #57446 (Closed): harmonize visibility of template/partial/layoutRootPath(s) getter/setter functions in /typo3/sysext/fluid/Classes/View/TemplateView.php
- I tried to add rendering of partials from other extensions to f:render viewHelper and run into some problems if non d...
2014-03-30
- 21:52 Bug #57424: /typo3/null was not found on the server
- Today I tried the upgrade wizzard in the install tool several times again and now all modules works for me.
Maybe t... - 20:26 Bug #57424: /typo3/null was not found on the server
- Does that also happen on the same server, if you install a blank new installation of 6.2?
We need to find out whether... - 13:21 Bug #57424: /typo3/null was not found on the server
- I've done an update from 6.1.7 to 6.2.0 and have the same issue with PHP 5.4.4
- 12:27 Bug #57424: /typo3/null was not found on the server
- Deactivated all extension in LocalConfiguration.php but no change.
- 18:30 Bug #57365 (Resolved): Page cache information displayed also displayed for json typeNum pages, if [FE][debug] is set
- Applied in changeset commit:cdf723e23e755aa2fb7f778e4cb2878bc1aa495f.
- 16:30 Bug #56988 (Resolved): IE8 Users can't login to backend
- Applied in changeset commit:45a91e62a1308a2c6b239b03f3deafd822781f90.
2014-03-29
- 14:12 Bug #57406 (Closed): List module: Clicking on page title opens page properties instead of listing records of that page
- closing this
- 13:34 Bug #57401: Install tool - login mails do not respect [MAIL][defaultMailFromAddress]
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:35 Bug #57424 (Needs Feedback): /typo3/null was not found on the server
- I suspect that one of your extensions is causing this.
Can you please try to remove all 3rd party extensions one by ... - 11:00 Bug #57424: /typo3/null was not found on the server
- SEO from tq_seo
News from news
Workspace
View
Media from media
FE User (don't know the extension)
FE Group (don... - 10:32 Bug #57424: /typo3/null was not found on the server
- That is really strange. Which modules are affected?
- 10:19 Bug #57424 (Closed): /typo3/null was not found on the server
- After update from 6.1.6 to 6.2.0 some Modul links in Backend brings "The requested URL /typo3/null was not found on t...
- 11:31 Bug #57264 (Resolved): Extension manager fails to update extensions that are needed by other extensions
- Applied in changeset commit:40265e9d14fa78f11587dc71e5cb641bde7c713b.
- 11:27 Bug #56988: IE8 Users can't login to backend
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:24 Task #54512: Bypass compatibility check in extension manager
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:24 Task #54512: Bypass compatibility check in extension manager
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:48 Task #54512: Bypass compatibility check in extension manager
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available...
2014-03-28
- 23:54 Bug #57264: Extension manager fails to update extensions that are needed by other extensions
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:50 Bug #57365: Page cache information displayed also displayed for json typeNum pages, if [FE][debug] is set
- Imho #57202 already solved this? Allows you to override LocalConfiguration using config.debug.
- 21:34 Bug #57421 (Under Review): Update database scheme still fails
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:06 Bug #57421 (New): Update database scheme still fails
- To be more clear according to the identifier key issue:
in a current 6.1 installation of the introduction package ... - 20:34 Bug #57421 (Under Review): Update database scheme still fails
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:26 Bug #57421 (Closed): Update database scheme still fails
- If you try to update a current 6.1 introduction package without any other core update the database scheme updater fai...
- 21:30 Bug #57420 (Resolved): Update wizard for metadata split fails
- Applied in changeset commit:f61063877d90e14f0a6c6d8a1db2596949942eed.
- 20:45 Bug #57420: Update wizard for metadata split fails
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:14 Bug #57420 (Under Review): Update wizard for metadata split fails
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:12 Bug #57420 (Closed): Update wizard for metadata split fails
- Due to a missing space the generated SQL statement errors and the update can't be run at the moment.
- 17:52 Feature #57417 (Closed): ImageViewHelper responsive Images
- TYPO3 introduced the new responsive Images where you can define sourceCollection for Images. (srcset ...)
It would... - 16:54 Bug #57408: Call of the meta extractor services for local storage possible
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:42 Bug #57408: Call of the meta extractor services for local storage possible
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:32 Bug #57408 (Closed): Call of the meta extractor services for local storage possible
- It is currently not possible meta extractor services to be used for remote storages.
The indexer retrieves the servi... - 16:53 Bug #57415: Local driver does not sanitize directory names on recursive creation
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:51 Bug #57415 (Under Review): Local driver does not sanitize directory names on recursive creation
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:49 Bug #57415: Local driver does not sanitize directory names on recursive creation
Actually there should be code in the description:...- 15:48 Bug #57415 (Closed): Local driver does not sanitize directory names on recursive creation
The createFolder() method will not correctly sanitize the directory name parts, when the recursive option is TRUE (...- 15:59 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Ok, I truncated the table again. After that the images are visible.
But then I cleared the FE-Cache -> images are ... - 14:54 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- @Wolfgang After you cleared you should empty the sys_file_metadata to get them rebuild.
- 14:41 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- And now I even can not create a new relation, the image is not visible.
- 14:28 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Yes, you're right. Shit!
sys_lockedrecords had 2 rows and I cleared it in the install tool.
Now it has 0 record... - 14:25 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- @Wolfgang This will only help till next FE clear cache ... afterwards you will get the 0 back.
Did you take a look i... - 14:16 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Hi Alex,
truncating the sys_file_metadata works!
Now the width and height attributes are empty in the HTML and... - 14:01 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- @Wolfgang Can you take a look into http://forge.typo3.org/issues/46020 and try my described workaround please?
- 12:04 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- This problem still exists in TYPO3 6.2.0.
After upgrading from 4.5.32 to 6.2.0 I can't see images from page resource... - 15:58 Bug #57416 (Closed): local changed apc variables are ignored
- I could not activate the apc module for typo3
(installation tool -> Extbase object cache)
if I set my php enviro... - 15:50 Bug #46020: Image size is 0 when not scaled
- We should remove all locks before the migration. The installation should be in maintenance mode anyway.
- 14:00 Bug #46020: Image size is 0 when not scaled
- > Are locks to tt_content records relevant for the problem?
Yes, that might be as the records should be updated to... - 11:21 Bug #46020: Image size is 0 when not scaled
- > 1) Can you take a look into the "sys_lockedrecords" table. Are there any entries?
I checked the sys_lockedrecord... - 10:38 Bug #46020: Image size is 0 when not scaled
- Workaround for users with the width="0" height="0" issue after upgrading from previous system.
Prerequisite:
- Co... - 08:47 Bug #46020: Image size is 0 when not scaled
- Same here. After Updating core from 6.1.7 to 6.2.
Changing folder name (filename also) fixes it
Storage is local btw. - 15:36 Bug #57414 (Closed): Deprecate Extbase BooleanValidator and copy it to BooleanValueValidator
- To be in sync with Flow AND because the name BooleanValidator causes every boolean
action argument validated with t... - 15:34 Bug #46383: levelmedia ignores sorting of media records
- *here a new solution*...
- 15:18 Bug #51748: PageRenderer->executePostRenderHook() does nothing when INT scripts are present
- Same issue confirmed in 6.1.7...
Patch is working...
> It will still allow for modification of <html> tags and ot... - 15:02 Bug #57164: NumberRangeValidator does not get options correctly
- Thomas, could you test new patch set https://review.typo3.org/28938 ? Thx
- 14:51 Bug #57164: NumberRangeValidator does not get options correctly
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:47 Bug #57164: NumberRangeValidator does not get options correctly
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:57 Bug #57413 (Closed): Symlink check on /typo3 directory is not working correctly if target ends with a slash
- I just did a test installation of TYPO3 6.2 and noticed that the Install Tool doesn't recognize my symlink for /typo3...
- 12:49 Bug #56988 (Under Review): IE8 Users can't login to backend
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:16 Bug #57375: The ext impexp is mandatory to install a distribution
- For me it would be the best solution.
Thanks - 12:13 Bug #57375: The ext impexp is mandatory to install a distribution
- I would suggest that the "Get Distribution" page should not show any distribution list if impexp is not installed, bu...
- 07:57 Bug #57375: The ext impexp is mandatory to install a distribution
- Activate the extension during an installation is good. But I am not sure that's a good idea to decide for the user. F...
- 02:36 Bug #57375: The ext impexp is mandatory to install a distribution
- I would even automatically install the impexp extension while installing a distribution. Maybe we can just add it to ...
- 12:15 Bug #57406: List module: Clicking on page title opens page properties instead of listing records of that page
- Maybe I'm just used to the way 4.7 does it, but I see your point regarding different record types and different behav...
- 12:04 Bug #57406 (Needs Feedback): List module: Clicking on page title opens page properties instead of listing records of that page
- This is not a bug. It is about predictable user interface.
If you click on a record you expect to open/edit this rec... - 11:56 Bug #57406 (Closed): List module: Clicking on page title opens page properties instead of listing records of that page
- I used the list module sometimes to click on page titles in order to navigate through the pagetree.
And yes, of cour... - 12:11 Bug #57301: Unable to flush l10n translation cache (6.2 rc2)
- use the UserTS config option options.clearCache.system = 1 to enable backend users to clear those important caches, b...
- 12:07 Task #57354 (Needs Feedback): Default file permissions recommendation schould be 0665 instead of 0660
- Recommended is "0660 and 2770", because world readable files is not something we should recommend for security reason...
- 09:09 Task #57354: Default file permissions recommendation schould be 0665 instead of 0660
- 2774 for directories is also wrong. 2775 was fine.
Please read [[http://de.wikipedia.org/wiki/Unix-Dateirechte#Okt... - 11:46 Bug #57405 (Closed): Export presets are not saved
- If saving a preset in importer/exporter the preset isn't saved. A success message "New preset "XXXXX" is created" is ...
- 11:31 Bug #17774: cli_dispatch.phpsh lowlevel_refindex -c runs into memeory size exhausted
- Check this for Typo3 4 and give Feedback
- 11:18 Bug #17774: cli_dispatch.phpsh lowlevel_refindex -c runs into memeory size exhausted
- This Patch fix the Problem under Typo3 6.
I don't test it under Typo3 4 - 09:53 Feature #57383 (New): Accidental doubleclick on save button creates two records
- I don't like the suggestion of disabling a button. What if you're on an unstable connection an the connection breaks ...
- 02:32 Feature #57383 (Needs Feedback): Accidental doubleclick on save button creates two records
- I'd say this is more of a feature.
- 09:33 Bug #57397: Fatal error TYPO3\CMS\Install\Controller\Exception\RedirectLoopException
- Hi Andreas,
MySQL is bound to 127.0.0.1:3306, so it should be working. - 09:18 Bug #57397: Fatal error TYPO3\CMS\Install\Controller\Exception\RedirectLoopException
- Hi,
is your MySQL configured to be on localhost with port 3306 or did you modify these settings?
I remember having t... - 09:23 Bug #57401: Install tool - login mails do not respect [MAIL][defaultMailFromAddress]
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:20 Bug #57401: Install tool - login mails do not respect [MAIL][defaultMailFromAddress]
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:57 Bug #57401 (Under Review): Install tool - login mails do not respect [MAIL][defaultMailFromAddress]
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:24 Bug #57401 (Closed): Install tool - login mails do not respect [MAIL][defaultMailFromAddress]
- If [BE][warning_email_addr] is configured to an e-mail address, then the install tool sends emails about successful a...
2014-03-27
- 22:31 Task #54512 (Under Review): Bypass compatibility check in extension manager
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:02 Bug #57164: NumberRangeValidator does not get options correctly
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:00 Bug #57164 (Under Review): NumberRangeValidator does not get options correctly
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:28 Bug #57398 (Closed): Import of Extension failed: The property "defaultCategories" on the subject was not accessible.
- Every time I want to import a new extension via the Extension Manager I get the following error (500):...
- 19:46 Task #57354 (Under Review): Default file permissions recommendation schould be 0665 instead of 0660
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:55 Task #57354: Default file permissions recommendation schould be 0665 instead of 0660
- You are right, the permission 0664 and 2774 also works fine
- 17:22 Task #57354: Default file permissions recommendation schould be 0665 instead of 0660
- 0665 may work but it is wrong. Normal files do not need nor should have execute permission.
0664 would be right. - 17:54 Bug #57397 (Closed): Fatal error TYPO3\CMS\Install\Controller\Exception\RedirectLoopException
- Hi there,
when trying to install typo3 on a fresh installation of ubuntu server 13.10 amd64 with lamp (apache2, my... - 17:45 Task #52668: Install Tool: Remove permission checking and fixing code from "folder structure"
- The fileCreateMask has been set to 0665 in the changeset, which is wrong.
As stated above 0664 should be the default... - 17:11 Task #57396 (Under Review): Remove old property mapper of extbase
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:36 Task #57396 (Closed): Remove old property mapper of extbase
- Finally, after years!
- 16:33 Bug #57386: Fatal error after update from 6.1.7
- I managed to resolve this issue by hand:
moving the extension flux in front of fluidcontent.
extension flux was one... - 15:01 Bug #57386 (Closed): Fatal error after update from 6.1.7
- I'm unable to enter install-tool after changing the typo3_src-link from 6.1.7 to 6.2.0 (end deleting all from typo3te...
- 16:09 Bug #57395 (Closed): Images in folders with special chars not working
- Images created in folders with special characters are not showing in FE, though they are showing fine in BE....
- 15:51 Bug #56988: IE8 Users can't login to backend
- [removed duplicate post]
- 15:50 Bug #56988: IE8 Users can't login to backend
- I can confirm the error message from Christoph - I get exactly the same one (tested on saucelabs)
- 15:18 Bug #56988: IE8 Users can't login to backend
- With and without the patched line i get the same errors:...
- 14:53 Bug #56988: IE8 Users can't login to backend
- Christoph Lehmann wrote:
> The problem persists in TYPO3 6.2 LTS.
Can you please post the exact error messages he... - 10:37 Bug #56988 (Accepted): IE8 Users can't login to backend
- 09:38 Bug #56988 (New): IE8 Users can't login to backend
- 09:02 Bug #56988: IE8 Users can't login to backend
- The problem persists in TYPO3 6.2 LTS.
- 15:49 Bug #57393 (Closed): Endless Loop in TceformsUpdateWizard
- I'm currently updating a large TYPO3 Website from 4.5 to 6.2 and have found a bug in the Upgrade Wizard.
The migrati... - 15:31 Bug #57346 (Resolved): CSS Styled Content: file references not working with image compression
- Applied in changeset commit:5c8016b7399c0f26bd0bdeebfc98b833837fdc74.
- 15:30 Bug #57392 (Closed): Responsive Image Rendering absRefPrefix
- absRefPrefix is not included in image sources for srcset attribute.
If a site doesn't use baseURL this results in... - 15:23 Bug #57355 (Closed): ViewHelper format.date not encoding entities
- 14:12 Bug #57355: ViewHelper format.date not encoding entities
- I checked it again and FE was with UTF-8 encoding but we had:
config.locale_all = ca_ES instead of config.locale_a... - 11:07 Bug #57355 (Needs Feedback): ViewHelper format.date not encoding entities
- This sounds more like an encoding problem. Is your FE output utf8 encoded?
- 00:30 Bug #57355 (Closed): ViewHelper format.date not encoding entities
- We have a template in which we have a <f:format.date format="%B">@{eventDate.dateTimeStamp}</f:format.date> this outp...
- 15:02 Bug #52852: Template Analyzer does not show Includes
- I'm on the 6.2.0 stable. Anything works well.
- 14:59 Bug #57385 (Closed): Missing handling of caseSensitive in like Query
- The "like" method of TYPO3\CMS\Extbase\Persistence\Generic\Query does not handle the given $caseSensitive parameter.
... - 14:43 Bug #56060: TCA type inline readOnly
- The same behaviour is in Typo3 v6.1. Type inline doesn't accept the readOnly flag
- 14:43 Bug #57284 (Closed): 6.2.0rc2 // image upload into page or CE not working
- 14:42 Bug #57284: 6.2.0rc2 // image upload into page or CE not working
- Urrgggs ... sorry guys, that seems to be my fault:
I didn't cleared the cache of the Chrome Browser after updating T... - 14:22 Feature #57383: Accidental doubleclick on save button creates two records
- It doesn't even have to be rapid clicking. A slow backend can cause the same behaviour.
An idea on how to fix this... - 14:14 Feature #57383 (Closed): Accidental doubleclick on save button creates two records
- If I create a new record (doesn't matter which type) in the list module, and doubleclick the save button to save the ...
- 14:13 Task #57382: Replace deprecated FlashMessage handling
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:11 Task #57382 (Under Review): Replace deprecated FlashMessage handling
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:10 Task #57382 (Closed): Replace deprecated FlashMessage handling
- Before 6.2 there have been some changes regarding the flash message
handling. At first, the flash message queue obje... - 13:43 Bug #57365: Page cache information displayed also displayed for json typeNum pages, if [FE][debug] is set
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:33 Bug #57365: Page cache information displayed also displayed for json typeNum pages, if [FE][debug] is set
- Is the same solution as for #57202
- 13:25 Bug #57365 (Under Review): Page cache information displayed also displayed for json typeNum pages, if [FE][debug] is set
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:49 Bug #57365: Page cache information displayed also displayed for json typeNum pages, if [FE][debug] is set
- ...
- 10:29 Bug #57365 (Closed): Page cache information displayed also displayed for json typeNum pages, if [FE][debug] is set
- Hi,
I just noticed that if you have TYPO3_GLOBAL_VARS['FE']['debug'] set you always get the page cache generation ... - 13:36 Task #57380 (Closed): Cleanup impexp
- * avoid using undefined indexes
- 13:31 Task #57379 (Closed): Support for files separated from the t3d file
- 13:30 Feature #57378 (Closed): Cli support for Import/Export
- 13:27 Bug #57375 (Accepted): The ext impexp is mandatory to install a distribution
- 12:45 Bug #57375 (Closed): The ext impexp is mandatory to install a distribution
- Hi,
If you want to install a distibution, you must have the extension "impexp" (perhaps others?) installed. Otherw... - 13:25 Story #57377 (Closed): Additional improvements for impexp
- 12:56 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Alexander Opitz wrote:
> Does the webserver have access to this uploaded files?
> Did you copied the cache informat... - 12:31 Bug #57356 (Needs Feedback): After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Does the webserver have access to this uploaded files?
Did you copied the cache informations from your live server? ... - 11:46 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Nicole Cordes wrote:
> Can you see the relation in the backend? Have you checked the path to imagemagick/graphicsmag... - 10:40 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Alexander Opitz wrote:
> Are the image tags in the source with the attributes width="0" height="0"? Then you should ... - 09:36 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Uuuuuuhhhhmmmm... Just to be sure is this related to extension-forum or the Core? Because right now you are working ...
- 09:31 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Are the image tags in the source with the attributes width="0" height="0"? Then you should activate the filemetadata ...
- 09:12 Bug #57356: After upgradation (from 4.5 to 6.1.7) page media (images) missing
- Can you see the relation in the backend? Have you checked the path to imagemagick/graphicsmagick in Install Tool?
- 08:00 Bug #57356 (Closed): After upgradation (from 4.5 to 6.1.7) page media (images) missing
- I've transferred a Typo3 installation to the new host And Upgraded it to the
latest version (from 4.5 to 6.1.7).
... - 12:27 Bug #57367: PageLayoutViewDrawItemHookInterface has bad function definition
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:31 Bug #57367 (Under Review): PageLayoutViewDrawItemHookInterface has bad function definition
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:31 Bug #57367 (Closed): PageLayoutViewDrawItemHookInterface has bad function definition
- PageLayoutViewDrawItemHookInterface.php defines the preProcess function to have the first object parameter passed by ...
- 12:08 Bug #57369: Constant categories cannot be localized
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:52 Bug #57369: Constant categories cannot be localized
- Needs a documentation update too
- 11:46 Bug #57369: Constant categories cannot be localized
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:44 Bug #57369 (Under Review): Constant categories cannot be localized
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:38 Bug #57369 (Closed): Constant categories cannot be localized
- When you define a constant category in @ext_conf_template.txt@, you cannot localize the main category.
h2. Standar... - 12:06 Task #57371 (Closed): Document custom constant categories
- In chapter: http://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/TypoScriptTemplates/TheConstantEditor/Index.html
- 11:24 Task #57255: Cleanup redundant code in extbase persistence
- Patch set 16 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 10:58 Task #57255: Cleanup redundant code in extbase persistence
- Patch set 15 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 10:26 Task #57255: Cleanup redundant code in extbase persistence
- Patch set 14 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 11:15 Task #57366 (Under Review): HMENU: Extract menu item generation into separate methods
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:14 Task #57366 (Closed): HMENU: Extract menu item generation into separate methods
- In order to ensure valid options and consistency, the 500+ lines
of code for generating special=XY menus in HMENU
c... - 11:07 Bug #45800: IE9, pagetree: Can't collapse subtrees
- Jose Antonio Guerra wrote:
> There seems to be a lot of issues with Modernizr 1.x on IE9: https://github.com/Moderni... - 11:03 Bug #45800: IE9, pagetree: Can't collapse subtrees
- There seems to be a lot of issues with Modernizr 1.x on IE9: https://github.com/Modernizr/Modernizr/issues/224
Ver... - 11:00 Bug #45800: IE9, pagetree: Can't collapse subtrees
- I've just realized that the backend is already rendering the proper meta tag to configure IE8 mode but it is being ig...
- 10:49 Bug #45800 (Needs Feedback): IE9, pagetree: Can't collapse subtrees
- Can someone with this issue check if updating the version of modernizr.js helps? http://modernizr.com/downloads/moder...
- 10:36 Bug #45800: IE9, pagetree: Can't collapse subtrees
- Hi all,
Problem happens when IE's document mode is set to > IE8. If you force the document mode to be IE8 it works... - 10:48 Bug #46383: levelmedia ignores sorting of media records
- mh, this ts dont work in T3 6.2 :(
the output is all the same image!
here the old code in T3 4.5.xx and higher
<pre... - 10:16 Bug #57102 (Closed): Wrong grouping of records in new element wizard
- 10:07 Bug #57314: cli_dispatch.phpsh returns 1
- I have enabled the APC cache backend with:
AdditionalConfiguration.php... - 09:57 Bug #57362 (Closed): deprecated Statement in DatabaseConnection not working properly
- In the class: "typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php", function getObjectDataBy...
- 09:48 Bug #52358: can't login to backend or install tool with PHP 5.4.19 (Typo3-internal session handler broken)
- TYPO3 do not support MySQL/MariaDB Strict mode ... there are more open issues about that
http://forge.typo3.org/is... - 04:56 Bug #57350 (Closed): Edit the whole template record
- 01:30 Bug #54833 (Resolved): Check default salting method first when determining salting method
- Applied in changeset commit:1b74cb499d687002761ec1b0797766ef59f35b72.
2014-03-26
- 23:45 Bug #37421 (Under Review): RSA Auth prevents User from login
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:34 Bug #54903: TemplateService runs processIncludes twice when TypoScript is not in cache
- Patch set 10 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 23:30 Bug #54903: TemplateService runs processIncludes twice when TypoScript is not in cache
- Patch set 9 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:30 Bug #50703 (Closed): Show OpenID-Login Mask not possible
- 23:29 Bug #52358: can't login to backend or install tool with PHP 5.4.19 (Typo3-internal session handler broken)
- Christian Boltz wrote:
> That all said, here's the patch (for 4.5.30, but it's probably needed for all Typo3 versi... - 23:26 Bug #53082 (Rejected): backend login fails after downgrade from TYPO3 6.2
- Franz Holzinger wrote:
> It is no good solution to force users to make a backup. TYPO3 6.2 should not change the pas... - 23:24 Task #56281: Missing clickmenu links
- Can you please list the places in here which you changed, so we can test that?
- 23:22 Bug #54679: Login-error on http://mydomain.com/typo3/
- Franz Holzinger wrote:
> This happens with Firefox 24.1.1 under LINUX.
> And it also happens under Chrome 8.0.552.2... - 23:06 Bug #56988 (Needs Feedback): IE8 Users can't login to backend
- The structure of the ajax urls has been improved.
Can you check if the problem persists for you? - 23:05 Bug #57350: Edit the whole template record
- Solved
Someting to do with rights - 19:46 Bug #57350 (Closed): Edit the whole template record
- I can only see the tabs after clicking on Edit the whole template record.
- 23:02 Bug #33419 (Needs Feedback): BE login not possible with php 5.3.9 on IIS 7.5
- This has been vastly improved in 6.2, even with multiple tabs open, you should not see these token warnings ay more.
... - 23:01 Bug #30879 (Needs Feedback): Login button doesn't work in "Refresh login" popup
- Can you check if the problem still exists in 6.2 for you?
The js has been reworked and it works flawlessly for me - 22:47 Bug #55314: TableListViewHelper - pagination moves to List module
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:44 Task #55173: Optimize invocation of cObj::checkIf
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:41 Task #55173: Optimize invocation of cObj::checkIf
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:30 Bug #54394 (Resolved): Editing templavoila Template Objects not working
- Applied in changeset commit:2b5c50e34b6fea3910964ed873a5fcc7c175841c.
- 22:30 Bug #57285 (Resolved): Upgrade wizards show html tags in error messages
- Applied in changeset commit:0700b7e2ea8f8079e867514acacf5918811e9356.
- 22:30 Bug #57103 (Resolved): FAL - Migrate file metadata from sys_file to an external metadata table fails with big data set
- Applied in changeset commit:3dd0012e29bfede75c47b5ae3ef21e9811963223.
- 22:30 Bug #56874 (Resolved): Loadingbar in IRRE will not be removed if using dots in field name
- Applied in changeset commit:1356c9d8244bfc5a7164fcf75e0fa8fbab78dbec.
- 22:22 Bug #57102: Wrong grouping of records in new element wizard
- Ticket can be closed now. With one of the latest patches in master this ticket was solved, too.
- 22:20 Bug #42075: Copying fails when page has new draft elements 2 or more levels deep
- Patch set 13 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:20 Bug #36946: Copy paste in live makes draft placeholders visible.
- Patch set 13 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:08 Bug #46020: Image size is 0 when not scaled
- If you have a remote storage you need to provide an metadata extractor to set the width and height values.
Currentl... - 21:43 Bug #46020: Image size is 0 when not scaled
- Alexander Opitz wrote:
> Question on this, which css_styled_content is used? And is the filemetadata extension insta... - 16:59 Bug #46020: Image size is 0 when not scaled
- Question on this, which css_styled_content is used? And is the filemetadata extension installed.
- 13:07 Bug #46020: Image size is 0 when not scaled
- We've modified the updatescript imagesize.php for typo3 6.2 version.
The mime type is not updated it seem o.k. for m... - 21:42 Task #57354 (Closed): Default file permissions recommendation schould be 0665 instead of 0660
- The new install tool recommends file permissions 0660 for setting "BE/fileCreateMask". But 0660 doesn't work (at 1und...
- 21:18 Bug #57264: Extension manager fails to update extensions that are needed by other extensions
- The extension manager tries to uninstall an extension before it gets updated. I don't see any reason for that and pro...
- 21:17 Bug #57264 (Under Review): Extension manager fails to update extensions that are needed by other extensions
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:56 Task #57348 (Closed): Introduction package does not install/load any pages: typo3 6.2.0
- Hi,
I tried to install from brand new typo3 6.2 installation the Introdcution package but it fails.
When I look to... - 18:25 Bug #57314: cli_dispatch.phpsh returns 1
- Jan Kiesewetter wrote:
> I found out that the PHP CLI also has to use APC
> So I added
> [...]
> to my /etc/php/c... - 13:03 Bug #57314: cli_dispatch.phpsh returns 1
- The documentation of APC says:
> apc.enable_cli integer
Mostly for testing and debugging. Setting this enables APC ... - 12:57 Bug #57314: cli_dispatch.phpsh returns 1
- I found out that the PHP CLI also has to use APC
So I added... - 11:22 Bug #57314: cli_dispatch.phpsh returns 1
- I have a shell script which worked proper with 6.1.7 on the same server and project...
- 08:45 Bug #57314 (Needs Feedback): cli_dispatch.phpsh returns 1
- 08:45 Bug #57314 (Under Review): cli_dispatch.phpsh returns 1
- Which PHP version?
How do you called the script?
Which parameters did you use? - 01:50 Bug #57314 (Closed): cli_dispatch.phpsh returns 1
- The cli_dispatch.phpsh from the stable 6.2.0 returns 1.
- 18:04 Bug #50551: The itemsProcFunc configuration array has wrong pid from the 2nd content element on a page
- Just found out that the negative id is the inverted uid of the previous content element on the same page.
To get the... - 17:56 Bug #57120: Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- What is the URL of the page that issues this exception?
Especially the install[action]= part is of interest - 13:31 Bug #57120: Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- ;-)
now I removed 'smarty' as a dependency for extension X for testing … ok … but now I get the next weird error:
... - 17:32 Bug #57346: CSS Styled Content: file references not working with image compression
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:31 Bug #57346 (Under Review): CSS Styled Content: file references not working with image compression
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:29 Bug #57346 (Closed): CSS Styled Content: file references not working with image compression
- When using image compression with CSS styled content
all existing data in the $imgConf array is emptied.
If using a... - 16:28 Task #57338: Make Typo3DbQueryParser Singleton
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:54 Task #57338 (Under Review): Make Typo3DbQueryParser Singleton
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:51 Task #57338 (Closed): Make Typo3DbQueryParser Singleton
- 15:29 Bug #57332 (Closed): Call to a member function isPackageActive() on a non-object in .../typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php on line 101
- 14:45 Bug #57332: Call to a member function isPackageActive() on a non-object in .../typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php on line 101
- PLz close the issue, we found the bug:
We had a "require_once GeneralUtility::getFileAbsFileName( '.../Classes/Cache... - 14:34 Bug #57332 (Closed): Call to a member function isPackageActive() on a non-object in .../typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php on line 101
- Hi,
I tried to migrate a TYPO3 6.1.latest project to 6.2.0 (exchanged the 6.1 core to 6.2, clearing all previously... - 15:27 Feature #51166 (Resolved): Functional tests
- Resolved for now.
- 13:50 Bug #57284: 6.2.0rc2 // image upload into page or CE not working
- just testet in 6.2.0 final -> still not working unfortunately
I would like to say, it's relly important detail, th... - 13:19 Bug #57324 (Closed): Fatal error: Call to a member function preparseQuery() on a non-objec
- 12:16 Bug #57324: Fatal error: Call to a member function preparseQuery() on a non-objec
- Can be closed, I had to trucate all cache tables and then it worked fine.
- 11:33 Bug #57324 (Closed): Fatal error: Call to a member function preparseQuery() on a non-objec
- When accessing the extension manager in the TYPO3 backend, PHP throws the following fatal error:...
- 12:48 Bug #57294: pageRenderer was resetted after render call
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:32 Feature #57297: Add UID to SysDomainCache
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:28 Bug #57327 (Under Review): Fix relative path calculations in EM
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:26 Bug #57327 (Closed): Fix relative path calculations in EM
- The extension manager often uses the extension
relative path to calculate paths to different files,
but does not ta... - 12:02 Bug #57295: Remove option "edit_wideDocument"
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:01 Bug #57295: Remove option "edit_wideDocument"
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:49 Feature #57189 (On Hold): Rename BE module "Template" to "TypoScript"
- To be discussed in the Team and with UX-team. Not for 6.2.
- 11:30 Bug #57312 (Resolved): Fix initial file import in EM
- Applied in changeset commit:83594783a388705e2f0db39245ced30653bb7c4a.
- 11:30 Bug #57291 (Resolved): RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- Applied in changeset commit:022a3fc0fceaf3ceac862be9ca1c56414d1da9c9.
- 10:14 Bug #57291: RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:08 Bug #57291: RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:15 Bug #57291: RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:30 Bug #57246 (Resolved): Scheduler is not working with activated DBAL
- Applied in changeset commit:fa4e68b2373762530b97930dff8425191ba6ee49.
- 08:46 Bug #57246: Scheduler is not working with activated DBAL
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:45 Bug #57246 (Under Review): Scheduler is not working with activated DBAL
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:30 Bug #55896 (Resolved): No FE Editing icons, if the admPanel is disabled
- Applied in changeset commit:9d1415661b5f87f30a282e8cee46497d4eefb890.
- 11:03 Bug #56030: cli_dispatch.phpsh : Fatal error: The PackageStates.php file is either corrupt or unavailable.
- What I forgot: it happens by updating from beta7 to any RC*
@Alexander: Since I've solved the problem by deleting ... - 10:22 Bug #57002: SQL-Errors while Upgrading the database with Upgrade Wizard
- The issue is on Line 371 in the file /typo3/sysext/core/ext_tables.sql. It is still present in the final TYPO3 6.2. I...
- 10:21 Bug #57010: sys_file_reference field link missing registered SoftReferenceParser "typolink"
- Patch set 1 for branch *TYPO3_6-0* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 08:44 Bug #57274 (Closed): Fatal error: Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState() (previously declared abstract in TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface)
- Thanks for help.
- 08:12 Bug #57274: Fatal error: Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState() (previously declared abstract in TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface)
- Looks ok for me, can be closed.
- 08:02 Bug #57274: Fatal error: Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState() (previously declared abstract in TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface)
- Hi,
this problem is solved in #57271 and shipped in the final.
2014-03-25
- 22:51 Bug #57312 (Under Review): Fix initial file import in EM
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:50 Bug #57312 (Closed): Fix initial file import in EM
- The path calculation of the source path contains
double slashes, which is an invalid path for
the isAllowedAbsPath ... - 21:00 Bug #48673: Changed language overlay behaviour in TYPO3 6.*
- Thank you TYPO3 6.2
select.includeRecordsWithoutDefaultTranslation = 1
Not tested yet, but i think this is what i n... - 20:30 Bug #57307 (Closed): Extbase query cache parameter identifier collisions possible
- To build the identifier from the operand all chars are stripped apart from A-Z, a-z and 0-9.
So it is possible to ... - 20:03 Bug #57010 (Under Review): sys_file_reference field link missing registered SoftReferenceParser "typolink"
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 19:52 Task #56580: SoftReferenceIndex typolink missing support for title attribute
- Patch set 1 for branch *TYPO3_4-7* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 19:51 Task #56991: RefIndex is broken for FlexForm fields group file_reference, results in missing these files in export
- Patch set 1 for branch *TYPO3_6-0* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 19:49 Task #56991 (Under Review): RefIndex is broken for FlexForm fields group file_reference, results in missing these files in export
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 19:46 Task #56352: Impexp: Files of TCA type "group" internal_type "file" are missing in export
- Patch set 1 for branch *TYPO3_6-0* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 19:39 Task #56352 (Under Review): Impexp: Files of TCA type "group" internal_type "file" are missing in export
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 19:46 Bug #56353: SQL Error in sys_refindex on saving records with tca/flexform type group internal_type file
- Patch set 1 for branch *TYPO3_6-0* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 19:39 Bug #56353 (Under Review): SQL Error in sys_refindex on saving records with tca/flexform type group internal_type file
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 19:23 Task #52593: Impexp: make 4.x exports work as import in 6.x
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:21 Task #52593: Impexp: make 4.x exports work as import in 6.x
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:11 Feature #57297: Add UID to SysDomainCache
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:47 Feature #57297 (Under Review): Add UID to SysDomainCache
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:01 Feature #57297 (Closed): Add UID to SysDomainCache
- If you are building an extension based on Domain-Records (outputting Data based on a domain-record) it would be bette...
- 18:59 Bug #57291: RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:47 Bug #57291: RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:23 Bug #57291: RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:04 Bug #57291: RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:57 Bug #57291: RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- Pushed the added patch to gerrit.
- 17:56 Bug #57291 (Under Review): RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:14 Bug #57291 (Closed): RelationHandler->purgeItemArray() should use isTableWorkspaceEnabled check
- The purgeItemArray method produces database errors ("Unknown column 't3ver_oid' in 'field list'") if there are mm rel...
- 18:48 Bug #57271: Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()
- Works again in TYPO3 6.2.0 on PHP 5.3.8 :-)
- 15:31 Bug #57271 (Resolved): Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()
- Applied in changeset commit:b036a0d4826aec42dbc8ac30c0ae1119d15af9df.
- 11:18 Bug #57271 (Under Review): Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:12 Bug #57271: Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()
- Ok found the real problem.
AbstractDomainObject implements DomainObjectInterface, \TYPO3\CMS\Extbase\Persistence\O... - 10:38 Bug #57271: Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()
- PHP Version 5.3.8
- 10:38 Bug #57271: Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()
- Related:
http://stackoverflow.com/questions/17525620/php-fatal-error-cant-inherit-abstract-function
Comment there... - 10:37 Bug #57271: Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()
- Which PHP version are you using? (exact version please)
- 10:07 Bug #57271 (Accepted): Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()
- Thanks for the report.
Problem of last patch merged before the rc2 - 09:53 Bug #57271 (Closed): Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState()
- When changing from TYPO3 6.2rc1 to TYPO3 6.2rc2
Adding an Extbase plugin like this:... - 18:30 Story #55581 (Resolved): Frontend-specific features
- User login dropped for now, not put in the package for 6.2. Everything else done by benni kott.
- 18:30 Bug #57298 (Resolved): GeneralUtility->copyDirectory does not fix permissions
- Applied in changeset commit:d0db6d6acf3fa2957400ff8687054028ad31f000.
- 16:05 Bug #57298 (Under Review): GeneralUtility->copyDirectory does not fix permissions
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:05 Bug #57298 (Closed): GeneralUtility->copyDirectory does not fix permissions
- Instead of using TYPO3-internal functions
for creating directories and moving files,
default PHP functions are used... - 18:30 Bug #57296 (Resolved): TCA user defined JS eval function not called anymore
- Applied in changeset commit:8b39738797b18e6b8e23911dcad7fc687e35a16f.
- 16:47 Bug #57296 (Under Review): TCA user defined JS eval function not called anymore
- 16:47 Bug #57296 (Accepted): TCA user defined JS eval function not called anymore
- Test extension, which should output "I got called" if you change the header of a tt_content element.
- 16:38 Bug #57296: TCA user defined JS eval function not called anymore
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:04 Bug #57296 (Under Review): TCA user defined JS eval function not called anymore
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:02 Bug #57296: TCA user defined JS eval function not called anymore
- The TBE_EDITOR is defined as object in jsfunc.tbe_editors.js so we should check typeof object and not function.
- 15:59 Bug #57296 (Closed): TCA user defined JS eval function not called anymore
- 18:30 Bug #57277 (Resolved): Remove wrong deprecations in extbase
- Applied in changeset commit:d7cfbba11d4dcba104a8036cb5d6a2268034239e.
- 12:55 Bug #57277 (Under Review): Remove wrong deprecations in extbase
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:09 Bug #57277 (Closed): Remove wrong deprecations in extbase
- http://forum.typo3.org/index.php/t/200061/
In 6.0 [1] a method was misleadingly deprecated in extbase persistence ... - 18:29 Story #55584 (Resolved): T3D Export for Introduction Content
- 18:28 Story #55583 (Resolved): Valid frontend output / image licenses
- done by benni kott. checked by me.
- 18:27 Story #55585 (Resolved): Download / Installation of Introduction Package
- works now as expected. hook functionality dropped for changing passwords.
- 18:25 Story #55582 (Resolved): Best Practices for BE editors
- Published with the latest content.
- 18:16 Task #56261: Remove hardcoded valign="top" in TCEforms
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:14 Bug #19377 (New): Versioning Preview: records that require a singlePid don't work (eg tt_news)
- 17:24 Bug #19377: Versioning Preview: records that require a singlePid don't work (eg tt_news)
- I just did some testing within the original Introduction Package of 6.1.7 together with news (the singlePid is config...
- 18:07 Bug #56030: cli_dispatch.phpsh : Fatal error: The PackageStates.php file is either corrupt or unavailable.
- As I understand the preparseQuery is another issue ... please truncate all database tables which starts with "cf_" an...
- 17:11 Bug #56030: cli_dispatch.phpsh : Fatal error: The PackageStates.php file is either corrupt or unavailable.
- I can confirm this error. After updating from typo3 6.2 beta7 to 6.2rc2. ...
- 14:32 Bug #56030: cli_dispatch.phpsh : Fatal error: The PackageStates.php file is either corrupt or unavailable.
- I have a similar issue:
Call to a member function preparseQuery() on a non-object in /usr/share/typo3/typo3_src-6.2.... - 17:51 Bug #57303 (Closed): DB Error when editing a record without versioning
- Closed as duplicate of #57291
- 17:48 Bug #57303: DB Error when editing a record without versioning
- Yes, that seems to be the same issue. This can be marked as duplicate and closed then I guess.
- 17:36 Bug #57303: DB Error when editing a record without versioning
- I think this issue is a duplicate of my bug #57291, I've already added a patch there.
- 17:22 Bug #57303 (Needs Feedback): DB Error when editing a record without versioning
- I cant reproduce that. did you do a compare in the install tool?
which db error do you get=? - 17:02 Bug #57303 (Closed): DB Error when editing a record without versioning
- According to the "TCA documentation":http://docs.typo3.org/typo3cms/TCAReference/Reference/Ctrl/Index.html#ctrl-refer...
- 17:50 Bug #57301: Unable to flush l10n translation cache (6.2 rc2)
- But sometimes it is necessary for developer to flush the cache manually!
- 17:24 Bug #57301 (Rejected): Unable to flush l10n translation cache (6.2 rc2)
- it is in the systemcache which you can enable via tsconfig and which is cleared when installing an ext
- 16:42 Bug #57301 (Rejected): Unable to flush l10n translation cache (6.2 rc2)
- There is no way to flush the translation cache. "Flush general caches" doesn't flush the translation cache and there ...
- 17:30 Bug #57300 (Resolved): PHP Warning: Illegal string offset 'el' in Clipboard
- Applied in changeset commit:8692d6e0ed88744365d0e77bbfb6c8f77a38ee1d.
- 16:39 Bug #57300 (Under Review): PHP Warning: Illegal string offset 'el' in Clipboard
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:38 Bug #57300 (Closed): PHP Warning: Illegal string offset 'el' in Clipboard
- fix a warning
- 17:18 Bug #55731: Inconsistent group field maxitems validation
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:07 Bug #55731: Inconsistent group field maxitems validation
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:49 Bug #57302 (Closed): Unify show item for FAL records
- Currently there are 2 different views used in the core when showing information of FAL records.
1st: Content eleme... - 16:46 Bug #57285: Upgrade wizards show html tags in error messages
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:26 Bug #57285: Upgrade wizards show html tags in error messages
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:04 Bug #57285: Upgrade wizards show html tags in error messages
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:53 Bug #57285 (Under Review): Upgrade wizards show html tags in error messages
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:49 Bug #57285 (Closed): Upgrade wizards show html tags in error messages
- The errormessages from the RteFileLinksUpdateWizard RteMagicImagesUpdateWizard and TceformsUpdateWizard are converted...
- 16:31 Task #57231 (Resolved): Refactor element dependency resolving
- Applied in changeset commit:2b4f543f56fb36916443150a2d09e240a26d06b8.
- 14:16 Task #57231: Refactor element dependency resolving
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:31 Task #55349 (Resolved): Visualize nested data structures in workspace module
- Applied in changeset commit:27ae1c79692a65a8c71712aacdcecc4e2bf12cda.
- 14:16 Task #55349: Visualize nested data structures in workspace module
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:31 Task #49689 (Resolved): Use alternative selector for many workspaces
- Applied in changeset commit:dbbc39d4bc15b1d92d9b06e5c19feb0eded9fcbc.
- 14:16 Task #49689: Use alternative selector for many workspaces
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:12 Task #49689: Use alternative selector for many workspaces
- How it could/should look like:
!ProofOfConcept.png! - 00:11 Task #49689: Use alternative selector for many workspaces
- How it is currently:
!workspaces_header.png! - 16:31 Bug #57143 (Resolved): The "Migrate all file links of RTE-enabled fields to FAL" upgrade wizard doesn't handle links with whitespace correct
- Applied in changeset commit:d0756f9ff58573c3c7047e8b12dfe230f16ecfd4.
- 15:04 Bug #57143: The "Migrate all file links of RTE-enabled fields to FAL" upgrade wizard doesn't handle links with whitespace correct
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:53 Bug #57143: The "Migrate all file links of RTE-enabled fields to FAL" upgrade wizard doesn't handle links with whitespace correct
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:27 Task #57263 (Resolved): Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patches are merged
- 14:50 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:38 Task #57263 (Under Review): Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:45 Task #57263 (Resolved): Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Applied in changeset commit:ebf7e6be98781fe1b925a044a7eecc72205d852c.
- 13:32 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 12 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 13:31 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 10 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 13:21 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 9 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:17 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:16 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:50 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:06 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:47 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:48 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:18 Task #57263: Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:55 Task #57263 (Under Review): Typo3DbQueryParser does not handle LowerCaseInterface correctly
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:26 Task #57263 (Closed): Typo3DbQueryParser does not handle LowerCaseInterface correctly
- 15:58 Bug #57294 (Under Review): pageRenderer was resetted after render call
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:53 Bug #57294 (Closed): pageRenderer was resetted after render call
- Hello Core-Team,
I found following lines in DocumentTemplate.php:... - 15:58 Bug #57295 (Under Review): Remove option "edit_wideDocument"
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:54 Bug #57295 (Closed): Remove option "edit_wideDocument"
- The historical option wide Document can
be safely removed, as the wide screen options
from 10 ys ago are default by... - 15:31 Bug #57286 (Resolved): Fix unit tests extbase persistence
- Applied in changeset commit:ff0ee359cd8619971d22a0f5819854e385624b8d.
- 13:59 Bug #57286: Fix unit tests extbase persistence
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:51 Bug #57286 (Under Review): Fix unit tests extbase persistence
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:49 Bug #57286 (Closed): Fix unit tests extbase persistence
- #57263 changed an interface but didn't adapt the test accordingly.
- 15:31 Task #57275 (Resolved): Add first level cache for the query cache
- Applied in changeset commit:239e01d1a3c7936252f6510a9cd436be1585fb29.
- 13:16 Task #57275: Add first level cache for the query cache
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:21 Task #57275: Add first level cache for the query cache
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:12 Task #57275 (Under Review): Add first level cache for the query cache
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:11 Task #57275 (Closed): Add first level cache for the query cache
- The Extbase query cache pollutes the database by querying
the same cache identifier over and over again. This for e... - 15:31 Task #57170 (Resolved): Show by default only 1 file upload field in elementbrowser
- Applied in changeset commit:b0f12bd9a34372a0f521d301f0a1c4fde26c38c8.
- 15:31 Bug #57273 (Resolved): Wrong SignalSlot dispatch calls in ResourceStorage
- Applied in changeset commit:442f0f4a9c9cf00b25baff2e5d7778319abae7ca.
- 10:58 Bug #57273: Wrong SignalSlot dispatch calls in ResourceStorage
- This can be tested with this extension https://github.com/beechit/fal_securedownload/tree/core-57273
1. Set your s... - 10:54 Bug #57273: Wrong SignalSlot dispatch calls in ResourceStorage
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:49 Bug #57273 (Under Review): Wrong SignalSlot dispatch calls in ResourceStorage
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:47 Bug #57273 (Closed): Wrong SignalSlot dispatch calls in ResourceStorage
- The ->dispatch calls made in the following methods is wrong:
* ResourceStorage::emitPreFolderCopySignal()
* Resou... - 15:31 Bug #57073 (Resolved): Rootline cache fails for comma seperated MP parameters
- Applied in changeset commit:8e7fe9e64b49484fc3d305d8cca02ca43b7cc2f5.
- 10:47 Bug #57073: Rootline cache fails for comma seperated MP parameters
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:42 Bug #57073: Rootline cache fails for comma seperated MP parameters
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:41 Bug #57073: Rootline cache fails for comma seperated MP parameters
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:31 Task #57242 (Resolved): Remove deprecated methods/properties in Extbase
- Applied in changeset commit:fde386378cdbe99d5c32363acc54e386b5801770.
- 11:35 Task #57242: Remove deprecated methods/properties in Extbase
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:16 Bug #57292 (Under Review): RTE styling does not fit to TCEforms styling
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:15 Bug #57292 (Closed): RTE styling does not fit to TCEforms styling
- The toolbar on top still has old background color and border.
Removing these options makes the toolbar better
nativ... - 14:44 Bug #57289 (Closed): Respect additional configuration file for silent configuration upgrade
- The @SilentConfigurationUpgradeService@ only uses values from the @LocalConfiguration.php@ due to using @\TYPO3\CMS\C...
- 14:35 Bug #55011: when no link on an image the link is a space instat of an empty string
- Need more feedback?
- 14:24 Bug #53188: REDIRECT_TYPO3_DISABLE_CORE_UPDATER ignored
- Helmut Hummel wrote:
> Before moving further: What is on exact use case/ configuration where we will be affected by ... - 14:20 Bug #53188: REDIRECT_TYPO3_DISABLE_CORE_UPDATER ignored
- Before moving further: What is on exact use case/ configuration where we will be affected by this?
In particular:
... - 14:16 Bug #56823: Extensionmanager does not show error messages on update failure
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 03:19 Bug #56823 (Under Review): Extensionmanager does not show error messages on update failure
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:06 Bug #47726: EM: PHP Fatal error on trying to get extension list from TER
- Please check with the 6.2 release and see if it is working there. If not, please enable the Development Preset in ins...
- 13:45 Bug #52235 (Resolved): Timeout when copying pages recursively due to cache-clearing overload
- Applied in changeset commit:c9738f8c7af749adffb8b0093ddc852e62f4ba1b.
- 11:36 Bug #52235: Timeout when copying pages recursively due to cache-clearing overload
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:32 Bug #52235: Timeout when copying pages recursively due to cache-clearing overload
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:34 Bug #52235: Timeout when copying pages recursively due to cache-clearing overload
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:29 Bug #52235: Timeout when copying pages recursively due to cache-clearing overload
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:59 Bug #52235: Timeout when copying pages recursively due to cache-clearing overload
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:48 Bug #52235: Timeout when copying pages recursively due to cache-clearing overload
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:47 Bug #52235: Timeout when copying pages recursively due to cache-clearing overload
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 03:35 Bug #52235 (Under Review): Timeout when copying pages recursively due to cache-clearing overload
- 03:30 Bug #52235: Timeout when copying pages recursively due to cache-clearing overload
- This currently also makes importing a t3d file (used by the Distribution Management). Since we will see more people u...
- 13:35 Bug #56240: sys_file_metadata does used TCA-types but no type column exists
- This is resolved current master. The type feature is removed from core and was moved to ext:filemetadata where it wor...
- 13:27 Bug #57284 (Closed): 6.2.0rc2 // image upload into page or CE not working
- this Bug is new in rc2
I tried to upload images into page or content element -> it's not working unfortunately
... - 13:09 Task #57280 (Closed): Introduce setting to be able to disable Extbase query cache for all queries.
- Extbase should have a setting to disable Extbase query cache for all queries.
ATM you could only disable it on a que... - 13:00 Bug #34544: sys_action > create backend user > assigning a db mount leads to javascript error "TBE_EDITOR not defined"
- Sorry, I was wrong. Please delete my entry. :)
- 11:37 Bug #57276 (Closed): Difference between creating and renaming a folder in filelist
- When I create a folder with spaces in the file list, e. g. "Test Folder" it gets saved and displayed with the space b...
- 11:31 Bug #57262 (Resolved): Install Tool: getFolderStatus ajax also being called in Step Installer
- Applied in changeset commit:787385d34f41ed4ddc8e12b7193a2e30728b9b76.
- 08:37 Bug #57262 (Under Review): Install Tool: getFolderStatus ajax also being called in Step Installer
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:23 Bug #57262 (Closed): Install Tool: getFolderStatus ajax also being called in Step Installer
- The Ajax calls to getFolderStatus and getEnvironmentStatus are useful to add the badges in the left menu of the Insta...
- 11:07 Bug #57274 (Closed): Fatal error: Can't inherit abstract function TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState() (previously declared abstract in TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface)
- I've updated the TYPO3 Core from 6.2.0beta7 to 6.2.0rc2 and now I get this error when trying to access any module
... - 10:31 Bug #57272 (Closed): Extbase doesn't handle FAL translations correctly
- When a model is translated to another language and the translated version uses other FAL relations, the original FAL ...
- 09:46 Bug #23610 (Accepted): can't insert 0:00 to BE time input field
- 09:31 Bug #57211 (Resolved): ExtJS / normalize table th
- Applied in changeset commit:6dff96c0bb1698aafa33d7e7dc7d7bd35bd0884d.
- 09:18 Task #56775: Create Basic Registry and interfaces for kick-off
- Nvm
- 08:42 Bug #57217: Module belog not displaying content
- I just updated my Git tree to latest commit, cleaned the browser and all TYPO3 caches, but nothing helped, the log mo...
- 07:15 Bug #51800: 6.1.4 Update wizard fails at step "Migrate all file links of RTE-enabled fields to FAL" for pdf documents
- Hi,
I am getting same issue after upgrading from 4.7 to 6.1.7. Is there any solution to fix it?
Thanks
Joh... - 03:34 Bug #57265 (Rejected): Importing large amounts of data issues many truncate's
- 03:32 Bug #57265 (Rejected): Importing large amounts of data issues many truncate's
- While importing large amounts of data (e.g. while installing a distribution), \TYPO3\CMS\Core\DataHandling\DataHandle...
- 03:31 Task #57031 (Resolved): Cleanup Extbase persistance classes
- Applied in changeset commit:e636910fe4e074e1bcc1fd83f361d7af1808d8c8.
- 02:28 Task #57031: Cleanup Extbase persistance classes
- Patch set 34 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 02:22 Task #57031: Cleanup Extbase persistance classes
- Patch set 33 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 02:12 Task #57031: Cleanup Extbase persistance classes
- Patch set 32 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 01:27 Task #57031: Cleanup Extbase persistance classes
- Patch set 31 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 01:23 Task #57031: Cleanup Extbase persistance classes
- Patch set 30 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 00:41 Task #57031: Cleanup Extbase persistance classes
- Patch set 29 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 00:29 Task #57031: Cleanup Extbase persistance classes
- Patch set 28 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 00:10 Task #57031: Cleanup Extbase persistance classes
- Patch set 27 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 00:01 Task #57031: Cleanup Extbase persistance classes
- Patch set 26 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 03:28 Bug #57264 (Closed): Extension manager fails to update extensions that are needed by other extensions
- Updating an extension that is needed by another extension fails, because the extensions cannot be disabled temporaril...
- 02:30 Bug #57261 (Resolved): Fix warning during extension installation
- Applied in changeset commit:6bf26d966c8609aeae409102cea7c77117c582f8.
- 01:29 Bug #57261 (Under Review): Fix warning during extension installation
- 01:28 Bug #57261 (Closed): Fix warning during extension installation
- Duplicated at #57261.
- 00:50 Bug #57261: Fix warning during extension installation
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:48 Bug #57261 (Under Review): Fix warning during extension installation
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:47 Bug #57261 (Closed): Fix warning during extension installation
- During unpacking of an extension in the installation
process it can happen that the extension data
contains folders... - 02:16 Bug #57200: Update-Icon not shown for manually uploaded extensions
- IMHO we should still show the update icon, but make it grey and let it show the dependencies that are required for an...
- 02:14 Bug #57200: Update-Icon not shown for manually uploaded extensions
- Most likely a dependency is not fulfilled, e.g. the max TYPO3 version allowed is lower that the current version or th...
- 01:37 Bug #57200 (Needs Feedback): Update-Icon not shown for manually uploaded extensions
- Can you verify this behavior with RC2?
- 01:31 Bug #57260 (Resolved): Make extension update work again
- Applied in changeset commit:66f13afe1dd16c9db0482ac92992e60788fd66b8.
- 00:43 Bug #57260 (Under Review): Make extension update work again
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:42 Bug #57260 (Closed): Make extension update work again
- This is a regression fix. The regression was
introduced when fixing the dependency handling.
- 01:28 Bug #57257 (Closed): EM: Extracting t3x tries to do a "writeFile" on directories
- Duplicated at #57261.
2014-03-24
- 23:49 Task #57230: Activate "clear system cache" with Preset "Development"
- ok but we just wanted a new setting for the clear system caches and not changing anything about the contextes in this...
- 15:20 Task #57230: Activate "clear system cache" with Preset "Development"
- Dev preset. Defining the Context is not always possible (shared-hosted on Nginx, no way to have a ".htaccess").
I ... - 14:43 Task #57230: Activate "clear system cache" with Preset "Development"
- Dev-Preset or Dev-Context?
- 14:33 Task #57230: Activate "clear system cache" with Preset "Development"
- Current code shows that this is already the case if an environment variable puts the website into Development mode, b...
- 14:24 Task #57230 (Accepted): Activate "clear system cache" with Preset "Development"
- Great idea and based on my experience these last days where this seemed to be the most frequently asked question (als...
- 14:20 Task #57230 (Closed): Activate "clear system cache" with Preset "Development"
- When using configuration preset "Development", we should automatically activate the additional "clear system cache" m...
- 23:30 Task #57031: Cleanup Extbase persistance classes
- Patch set 25 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:56 Task #57031: Cleanup Extbase persistance classes
- Patch set 24 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:54 Task #57031: Cleanup Extbase persistance classes
- Patch set 23 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:30 Task #57031: Cleanup Extbase persistance classes
- Patch set 22 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:19 Task #57031: Cleanup Extbase persistance classes
- Patch set 21 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:08 Task #57031: Cleanup Extbase persistance classes
- Patch set 20 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:05 Task #57031: Cleanup Extbase persistance classes
- Patch set 19 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 21:11 Task #57031: Cleanup Extbase persistance classes
- Patch set 18 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 21:08 Task #57031: Cleanup Extbase persistance classes
- Patch set 17 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 20:56 Task #57031: Cleanup Extbase persistance classes
- Patch set 16 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 20:36 Task #57031: Cleanup Extbase persistance classes
- Patch set 15 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 20:19 Task #57031: Cleanup Extbase persistance classes
- Patch set 14 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 20:08 Task #57031: Cleanup Extbase persistance classes
- Patch set 13 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 11:36 Task #57031: Cleanup Extbase persistance classes
- Patch set 12 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 23:30 Task #57130 (Resolved): Extbase Queries with NULL comparison don't work anymore
- Applied in changeset commit:449c81e4de8de3de352891c6199e7ea0e9bfc77f.
- 21:17 Task #57130: Extbase Queries with NULL comparison don't work anymore
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:16 Task #57130: Extbase Queries with NULL comparison don't work anymore
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:16 Task #57130: Extbase Queries with NULL comparison don't work anymore
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:08 Task #57130: Extbase Queries with NULL comparison don't work anymore
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:35 Task #57130 (Under Review): Extbase Queries with NULL comparison don't work anymore
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:30 Task #57130 (Resolved): Extbase Queries with NULL comparison don't work anymore
- Applied in changeset commit:8326a71fa240cebbd67f61f85dbae73e7da5aea5.
- 17:54 Task #57130: Extbase Queries with NULL comparison don't work anymore
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:26 Task #57130: Extbase Queries with NULL comparison don't work anymore
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:56 Task #57130: Extbase Queries with NULL comparison don't work anymore
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:30 Task #57249 (Resolved): Add warning in Reports module if activateContentAdapter is active
- Applied in changeset commit:fac12e2a02c8669fd2146b21764cd5778274d343.
- 21:26 Task #57249 (Under Review): Add warning in Reports module if activateContentAdapter is active
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:52 Task #57249 (Closed): Add warning in Reports module if activateContentAdapter is active
- Performance impact of this backwards compatibility setting is quite large. The Reports module should warn if the sett...
- 23:30 Task #57254 (Resolved): Fix usage of own prepared statement object in $query->statement
- Applied in changeset commit:9b3f07e4bdda6969becf17c46c75e3fd79f2a72e.
- 22:42 Task #57254: Fix usage of own prepared statement object in $query->statement
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:28 Task #57254: Fix usage of own prepared statement object in $query->statement
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:19 Task #57254: Fix usage of own prepared statement object in $query->statement
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:17 Task #57254: Fix usage of own prepared statement object in $query->statement
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:15 Task #57254: Fix usage of own prepared statement object in $query->statement
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:13 Task #57254: Fix usage of own prepared statement object in $query->statement
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:13 Task #57254 (Under Review): Fix usage of own prepared statement object in $query->statement
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:02 Task #57254 (Closed): Fix usage of own prepared statement object in $query->statement
- 23:07 Task #55349: Visualize nested data structures in workspace module
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:26 Task #55349: Visualize nested data structures in workspace module
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:47 Task #55349 (Under Review): Visualize nested data structures in workspace module
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:55 Task #55349: Visualize nested data structures in workspace module
- The current result looks like the following
(integrity check and language icons are moved to the right)
!Result.png! - 09:48 Task #55349: Visualize nested data structures in workspace module
- !ProofOfConcept.png!
- 23:07 Task #57231: Refactor element dependency resolving
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:44 Task #57231: Refactor element dependency resolving
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:28 Task #57231: Refactor element dependency resolving
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:47 Task #57231 (Under Review): Refactor element dependency resolving
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:29 Task #57231 (Closed): Refactor element dependency resolving
- Dependency element resolving of nested data structures currently is used in CommandMap only. However the logic can be...
- 23:01 Bug #57211: ExtJS / normalize table th
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:52 Bug #57257: EM: Extracting t3x tries to do a "writeFile" on directories
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:48 Bug #57257 (Under Review): EM: Extracting t3x tries to do a "writeFile" on directories
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:45 Bug #57257 (Closed): EM: Extracting t3x tries to do a "writeFile" on directories
- If you choose the "Development Preset", E_WARNING will be turned into Exceptions.
If you try to install an extensi... - 22:47 Feature #57258 (Closed): Clear "web opcode cache" from CLI
- The opcode cache from the web process cannot be cleared in CLI mode. You need to call the web process directly (fopen...
- 22:30 Task #57104 (Resolved): Regression: Query building fails for LazyObjectStorage
- Applied in changeset commit:ff162d3650c4a2069908448d67d67ea37f490ac9.
- 20:37 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 11 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 20:20 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 10 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 20:17 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:05 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:44 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:22 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:11 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:36 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 9 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:08 Task #57255: Cleanup redundant code in extbase persistence
- Patch set 13 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:04 Task #57255 (Under Review): Cleanup redundant code in extbase persistence
- Patch set 12 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:03 Task #57255 (Closed): Cleanup redundant code in extbase persistence
- 21:30 Bug #52928 (Resolved): Content elements with hidden header are hidden in section index
- Applied in changeset commit:d222e935f20d84e115d71bc9c03824c313a4095b.
- 21:30 Task #57209 (Resolved): Remove deprecation of BasicFileUtility::init until core stops using it
- Applied in changeset commit:ab443de22edc26de302561eeda512c48661897ef.
- 14:32 Task #57209: Remove deprecation of BasicFileUtility::init until core stops using it
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:30 Bug #57247 (Resolved): Fix tests according to changes in #57199
- Applied in changeset commit:e34562bac378f71c8c0f81a1a883f88bd3d626cc.
- 20:09 Bug #57247 (Under Review): Fix tests according to changes in #57199
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:07 Bug #57247 (Closed): Fix tests according to changes in #57199
- Unit tests have been forgotten to be adapted,
so fix them now to make travis happy again. - 20:21 Bug #57200: Update-Icon not shown for manually uploaded extensions
- i see no security related problem there.
- 20:17 Task #57248 (Under Review): Add Signal when importing t3d file on ext install
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:14 Task #57248 (Rejected): Add Signal when importing t3d file on ext install
- In order to manipulate the just imported data,
a new signal is introduced to allow modifications
on records just im... - 19:48 Bug #57103: FAL - Migrate file metadata from sys_file to an external metadata table fails with big data set
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:22 Bug #57103: FAL - Migrate file metadata from sys_file to an external metadata table fails with big data set
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:37 Task #57242: Remove deprecated methods/properties in Extbase
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:37 Task #57242 (Under Review): Remove deprecated methods/properties in Extbase
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:35 Task #57242 (Closed): Remove deprecated methods/properties in Extbase
- 19:30 Task #56526 (Resolved): Link to a wiki page from installer, if opcode cache isn't optimal
- Applied in changeset commit:5cc88c8d215687d3a7c31f632ed2baf597ecc008.
- 18:08 Task #56526: Link to a wiki page from installer, if opcode cache isn't optimal
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:03 Task #56526: Link to a wiki page from installer, if opcode cache isn't optimal
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:01 Task #56526: Link to a wiki page from installer, if opcode cache isn't optimal
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:41 Task #56526 (Under Review): Link to a wiki page from installer, if opcode cache isn't optimal
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:30 Task #57212 (Resolved): Add single view for distributions in EM
- Applied in changeset commit:68a0581fd96c07229a28ba1aeec5a0938e07812d.
- 19:08 Bug #57246 (Closed): Scheduler is not working with activated DBAL
- With activated DBAL on a TYPO3 6.2.0RC1, the scheduler dies.
[x] BE:
No output (memory exhausted)
[x] CLI:
DB... - 18:47 Bug #57244 (Closed): AbstractDomainObject: _getCleanProperties() may return NULL instead of an array
- 6.2.0rc1:
PHP Warnings will be generated in some cases due to that issue.
Attached patch will solve that.
An empty... - 18:30 Bug #56993 (Resolved): Cached classloader fails with fluid and is_callable()
- Applied in changeset commit:904dfaaae0688a87bdaacd02e33849417d94e508.
- 18:30 Bug #57199 (Resolved): Extensions must be installed after their dependencies
- Applied in changeset commit:30aa90f03741e4289dd2e5d2629d04859430bec9.
- 16:53 Bug #57199: Extensions must be installed after their dependencies
- Patch set 9 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:18 Bug #54795: EXT:version - Unable to switch versioned tt_content records
- Yes in this case we are only using the version extension. WS was imho too to often changed/redone in the last years a...
- 15:36 Bug #54795 (Needs Feedback): EXT:version - Unable to switch versioned tt_content records
- This means, you are not using a workspace at all - but you're using the version functionality?
Please give it anothe... - 17:30 Feature #56987 (Resolved): Add "clear PHP opcode cache" into install tool
- Applied in changeset commit:423042f15ea1d3b09d62e437024d640e81519370.
- 17:30 Task #56632 (Resolved): Make show_rechis.php mod.php dispatched
- Applied in changeset commit:91187e10eef76db3fb60525ddec5399158fb22f4.
- 16:44 Task #56632: Make show_rechis.php mod.php dispatched
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:55 Task #56632: Make show_rechis.php mod.php dispatched
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:30 Bug #57238 (Resolved): Typo in extbase localization file
- Applied in changeset commit:87d3d4073b49ebb4eae7fed780526f9051c3b346.
- 16:43 Bug #57238: Typo in extbase localization file
- Patch set 1 for branch *TYPO3_6-0* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 16:42 Bug #57238: Typo in extbase localization file
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 16:41 Bug #57238 (Under Review): Typo in extbase localization file
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:39 Bug #57238 (Closed): Typo in extbase localization file
- "The reguar expression"
- 17:12 Bug #57190: 6.2.0rc1 Image Upload into CE -> uncomplete
- Looks like a configuration error. Disable magic_quotes please.
- 13:58 Bug #57190: 6.2.0rc1 Image Upload into CE -> uncomplete
- Hi Frans,
tested again:
- I'm working on a remote server
- each of the 5 images are stored in the folder user_... - 08:25 Bug #57190 (Needs Feedback): 6.2.0rc1 Image Upload into CE -> uncomplete
- Did you check user_upload to see if they really where not uploaded?
And did you run this on a local machine or on ... - 17:06 Bug #57217 (New): Module belog not displaying content
- Please also clear all caches (install tool) and your browser cache
- 12:47 Bug #57217: Module belog not displaying content
- Server is Debian 7 using Apache and PHP 5.4 as Apache module; clients tested were Chrome, Safari and Firefox under Ma...
- 11:23 Bug #57217 (Needs Feedback): Module belog not displaying content
- some more details please. using windows? set ...
- 08:52 Bug #57217 (Closed): Module belog not displaying content
- We're using the current master branch of 6.2 already for some projects and the belog module is not working for me or ...
- 16:13 Feature #57237 (Closed): PAGE.inlineLanguageLabel should handle LLL reference
- TSREF: http://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Page/Index.html
This option allow to pass to javas... - 16:11 Feature #14669: set Fields required
- Agree with Philipp.
This can be very convenient, f.i. for content elements.
For one CType you can make a certai... - 16:04 Bug #57235: Image caption appears under wrong image
- Not critical for 6.2.0, should be fixed in 6.2.1 though
- 15:31 Bug #57235 (Closed): Image caption appears under wrong image
- Steps to reproduce:
- Create a CE with two FAL IRRE images
- Add a description for the first file, distributed on t... - 15:43 Bug #52700 (Accepted): Change delete icon in context menu if record is deleted
- ... alright, thus the previous related change was not complete in this regard, right?
- 15:41 Bug #53456 (Accepted): Missing "StoppingPreview" Button in preview.
- 15:40 Bug #53619: Moving Elements in draft - now my live is a mess
- Sounds like issue #55573 (which has been solved for TYPO3 6.2 and could be considered for back-porting)
- 15:31 Task #57176 (Resolved): Reduce JavaScript dependency in workspace module
- Applied in changeset commit:92b74a4d7f2d9c03b30d7a7200ef6cadab512d11.
- 15:17 Bug #54925: Disabled users show up in workflow notification popup
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:14 Bug #56884: File Upload (images) in Page Ressources, missing alt- and title tag
- Perfect, THX!
- 14:09 Bug #56884: File Upload (images) in Page Ressources, missing alt- and title tag
- Hi Marc,
I had already a look at this. Seems that these fields are not set to be shown on this place. I currently tr... - 14:02 Bug #56884: File Upload (images) in Page Ressources, missing alt- and title tag
- Thank you!
I don't want to make any pressure on you ... but I think, this is important to be done. - 14:58 Bug #56303 (Needs Feedback): Button-Labels are hidden in Workspace-Dialog-Box
- Works with current master (TYPO3 6.2.0 RC1).
Can you please clear the caches and re-check on your system? - 14:31 Bug #57216 (Resolved): EM fails to resolve dependency requirement when dependency's composer.json lacks version
- Applied in changeset commit:f6f96f7ca970b6e857bc109ae966c518216aac84.
- 14:31 Bug #57207 (Resolved): Invalid argument supplied for foreach in ExtensionModelUtility
- Applied in changeset commit:0681f84fc9ccc89a300e63c8b066012d9d1e9138.
- 12:00 Bug #57207: Invalid argument supplied for foreach in ExtensionModelUtility
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:31 Bug #57183 (Resolved): Class loader should exit early for invalid class names
- Applied in changeset commit:0e20f584f547b3b71595f871f7ecd52659c3c106.
- 09:26 Bug #57183: Class loader should exit early for invalid class names
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:31 Bug #55553 (Resolved): Highlight fields of an useCombination again
- Applied in changeset commit:9b5ad3eb11d752bde583504d8ae2e8f28f0643fb.
- 13:58 Bug #55553: Highlight fields of an useCombination again
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:49 Bug #55553: Highlight fields of an useCombination again
- Here is a little testing extension
- 14:26 Task #57170 (Under Review): Show by default only 1 file upload field in elementbrowser
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:35 Bug #45606: Forms: Mail-Layout destroyed
- This issue seems to be related: #31951
- 11:50 Bug #45606: Forms: Mail-Layout destroyed
- I can confirm this issue. I use...
- 12:30 Bug #57141 (Resolved): FileExtensionFilter must not use identifier but file name
- Applied in changeset commit:96210e52e9b8d2058cd41eb08e047a1ca7fa38b7.
- 09:17 Bug #57141: FileExtensionFilter must not use identifier but file name
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:30 Bug #57226 (Resolved): Wrong phpdoc in EnableFileService
- Applied in changeset commit:c8236cb85efce61d38bdff77b08a7838528b16bc.
- 12:07 Bug #57226 (Under Review): Wrong phpdoc in EnableFileService
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:06 Bug #57226 (Closed): Wrong phpdoc in EnableFileService
- 12:10 Task #57225 (Under Review): Refactor copy-pasted getJavaScriptLabelsFromLocallang
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:52 Task #57225 (Closed): Refactor copy-pasted getJavaScriptLabelsFromLocallang
- As annotated in
* sysext/t3editor/Classes/T3editor.php
* sysext/recycler/Classes/Controller/RecyclerModuleControlle... - 10:58 Bug #52634: sys_categories are missing security restrictions
- Actually, on the 6.2 RC1, the category-tree is filtered for files, but not in the list-module: even if a category mou...
- 10:35 Bug #55552 (Resolved): wrong position of clear-button in input fields
- Ok, sorry, I have failed to see that the other issue is already resolved. Merged in https://review.typo3.org/#/c/28659/
- 10:34 Bug #55552 (Accepted): wrong position of clear-button in input fields
- Wouter, either the other way around, as this issue is older. :)
And this issue is already linked in the list of "p... - 00:15 Bug #55552 (Closed): wrong position of clear-button in input fields
- Duplicate of http://forge.typo3.org/issues/57051
- 10:31 Bug #57220 (Resolved): Add ResourceStorage getEvaluatePermissions()
- Applied in changeset commit:0e3910a393421407cfb2bbf75818d4cdbdd91296.
- 09:41 Bug #57220: Add ResourceStorage getEvaluatePermissions()
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:19 Bug #57220: Add ResourceStorage getEvaluatePermissions()
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:19 Bug #57220: Add ResourceStorage getEvaluatePermissions()
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:17 Bug #57220 (Under Review): Add ResourceStorage getEvaluatePermissions()
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:16 Bug #57220 (Closed): Add ResourceStorage getEvaluatePermissions()
- #51326 introduced a setEvaluatePermissions() method to enable/disable permission checking in the ResourceStorage.
B... - 10:22 Bug #56802 (Resolved): f:image returns wrong image path if absRefPrefix is set
- 09:41 Bug #56802: f:image returns wrong image path if absRefPrefix is set
- Yes it's fixed now.
- 10:09 Bug #57222 (Closed): FrontendContentAdapterService does not consider LanguageFallback/TCA-Configuration
- When LanguageFallback is configured in ...
- 09:46 Task #45132 (Rejected): Faulty translation behavior of IRRE using workspaces
- Solved with issue #56376
- 09:46 Task #29278 (Rejected): Lost relations on copying IRRE children in workspaces
- Solved with issue #56376
- 09:44 Task #55217 (Rejected): Implement functional test-suite for workspaces
- Solved with #55064 in general
- 09:43 Bug #48883: Wrong sys_language_uid in sys_file_reference
- I have the exact same behaviour and brings much trouble in multilingual sites...
Does anyone have a clue how to work... - 09:42 Bug #21964: New child records created from a translated record have default language
- Can confirm this. I have the exact same behaviour and brings much trouble in multilingual sites...
- 09:19 Bug #27214: Linkvalidator checks wrong links (related to DAM)
- Ok, as TYPO3 4.5 and 4.7 will only get security updates, this won't be fixed there IMHO, so let me change the questio...
- 09:08 Feature #22020 (Under Review): Return to "Admin Tools > User Admin" when exiting simulated BE User
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:04 Bug #53729: Add additional link parameter for image links does not work
- This is what I mean.
- 08:02 Bug #53729: Add additional link parameter for image links does not work
- I need to add a rel="nofollow" to an image. I use in the Object Browser the additional parameter field. Nothing is ad...
2014-03-23
- 23:53 Bug #57216 (Under Review): EM fails to resolve dependency requirement when dependency's composer.json lacks version
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:39 Bug #57216 (Closed): EM fails to resolve dependency requirement when dependency's composer.json lacks version
- As subject describes, this is an edge case which happens only when:
* Extension A depends on Extension B
* Extens... - 23:12 Task #57212: Add single view for distributions in EM
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:04 Task #57212 (Under Review): Add single view for distributions in EM
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:03 Task #57212 (Closed): Add single view for distributions in EM
- In order to know what is going to be installed, the
distribution manager should display more information
about a si... - 22:45 Bug #57199: Extensions must be installed after their dependencies
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:07 Bug #57199: Extensions must be installed after their dependencies
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:09 Bug #57199: Extensions must be installed after their dependencies
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:56 Bug #57199: Extensions must be installed after their dependencies
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:19 Bug #57199: Extensions must be installed after their dependencies
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:02 Bug #57199: Extensions must be installed after their dependencies
- My testing extensions
- 15:00 Bug #57199: Extensions must be installed after their dependencies
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:32 Bug #57199: Extensions must be installed after their dependencies
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:09 Bug #57199 (Under Review): Extensions must be installed after their dependencies
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:08 Bug #57199 (Closed): Extensions must be installed after their dependencies
- When the array of to-be-installed extensions is build up, the array is created in the wrong order, because dependenci...
- 22:14 Bug #57211 (Under Review): ExtJS / normalize table th
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:52 Bug #57211 (Closed): ExtJS / normalize table th
- Few browsers center text in th. ExtJS normalize reset that before.
- 20:30 Task #57154 (Resolved): Improve clipboard names
- Applied in changeset commit:9ddc050048c4517d61fc6d3f6355d97f936edcf5.
- 20:10 Feature #57189: Rename BE module "Template" to "TypoScript"
- !tstemplate-module-typo3-6-2.png!
- 11:00 Feature #57189: Rename BE module "Template" to "TypoScript"
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:43 Bug #57103: FAL - Migrate file metadata from sys_file to an external metadata table fails with big data set
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:31 Task #57012 (Resolved): Move update functionality from to BackendUserSessionRepository
- Applied in changeset commit:293b71f8f7102e7da1f37e9c9a9d399da2534fca.
- 14:21 Task #57012: Move update functionality from to BackendUserSessionRepository
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:36 Feature #53186 (Rejected): tx_extbase_type for sys_category?
- for details please see review at https://review.typo3.org/28670
- 18:31 Task #57173 (Resolved): Use of cf_extbase_typo3dbbackend_queries results in fatal
- Applied in changeset commit:ed50510a899f54da6479b3dfde17c449bba1c28f.
- 16:00 Task #57173: Use of cf_extbase_typo3dbbackend_queries results in fatal
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:52 Task #57173: Use of cf_extbase_typo3dbbackend_queries results in fatal
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:48 Task #57173: Use of cf_extbase_typo3dbbackend_queries results in fatal
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:20 Task #57173: Use of cf_extbase_typo3dbbackend_queries results in fatal
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:33 Task #57173: Use of cf_extbase_typo3dbbackend_queries results in fatal
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:58 Task #57173 (Under Review): Use of cf_extbase_typo3dbbackend_queries results in fatal
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:51 Task #57173 (Accepted): Use of cf_extbase_typo3dbbackend_queries results in fatal
- 18:23 Bug #39967: mod.SHARED.colPos_list is not taken into account any more
- This is indeed a feature upgraders from 4.x are expecting which was removed in 6.0. As we don't have time until 6.2.0...
- 18:04 Task #49769: Replace usage of deprecated BasicFileUtility
- Cleaning up the mess can be tackled for 6.3 or later. For now (6.2) we should fix it like Ma-Ba suggests, see #57209.
- 18:02 Task #57209 (Under Review): Remove deprecation of BasicFileUtility::init until core stops using it
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:58 Task #57209 (Closed): Remove deprecation of BasicFileUtility::init until core stops using it
- Until we fully remove usage of BasicFileUtility throughout the core (i.e. DataHandler, Import/Export module, ElementB...
- 17:54 Task #55653: belog: cache the beusers username
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:52 Task #55653 (Under Review): belog: cache the beusers username
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:31 Task #57197 (Resolved): Rename Documentation\GeneralUtility
- Applied in changeset commit:4a4c2365bd37f5c6e7495c8fca8c42fc378a35ee.
- 15:07 Task #57197: Rename Documentation\GeneralUtility
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:16 Task #57197: Rename Documentation\GeneralUtility
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:41 Task #57197 (Under Review): Rename Documentation\GeneralUtility
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:36 Task #57197 (Closed): Rename Documentation\GeneralUtility
- Rename Documentation\*\GeneralUtility to avoid accidental selection in IDEs due to the similarity with Core\*\General...
- 17:15 Bug #49473 (Needs Feedback): Text & Images: Picture is getting lost while copying
- This should be fixed finally in 6.2, please give it a try!
- 16:51 Bug #57207: Invalid argument supplied for foreach in ExtensionModelUtility
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:50 Bug #57207 (Under Review): Invalid argument supplied for foreach in ExtensionModelUtility
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:46 Bug #57207 (Closed): Invalid argument supplied for foreach in ExtensionModelUtility
- 16:32 Task #57098: Remove superfluous margin above #typo3-menu
- There won't be a bar since the docheader is only relevant for the main section.
- 15:31 Bug #57205 (Resolved): Check for existing labels in EM configuration
- Applied in changeset commit:f1c4ce7a645e535ea6ffb7604fe61deae3f17286.
- 12:57 Bug #57205 (Under Review): Check for existing labels in EM configuration
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:54 Bug #57205 (Closed): Check for existing labels in EM configuration
- In the Configuration view, the EM does not check if a given configuration option has both a a headline and a text. Th...
- 15:31 Task #57139 (Resolved): Styling for the distribution packages page
- Applied in changeset commit:2f75ff1ef7b8063ade6e1bdae7de45de7346bb2e.
- 11:18 Task #57139: Styling for the distribution packages page
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:17 Task #57139: Styling for the distribution packages page
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:42 Task #57139 (Under Review): Styling for the distribution packages page
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:34 Task #57139 (Accepted): Styling for the distribution packages page
- Benjamin Kott worked on a proposal, see review.
- 15:31 Bug #57202 (Resolved): Parsetime: config.debug should override LocalConfiguration
- Applied in changeset commit:9b36936f4635841347d63ae000a75017b8dc58a6.
- 15:09 Bug #57202: Parsetime: config.debug should override LocalConfiguration
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 14:29 Bug #57202: Parsetime: config.debug should override LocalConfiguration
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:00 Bug #57202: Parsetime: config.debug should override LocalConfiguration
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:53 Bug #57202: Parsetime: config.debug should override LocalConfiguration
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:49 Bug #57202: Parsetime: config.debug should override LocalConfiguration
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:39 Bug #57202 (Under Review): Parsetime: config.debug should override LocalConfiguration
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:37 Bug #57202 (Accepted): Parsetime: config.debug should override LocalConfiguration
- 12:36 Bug #57202 (Closed): Parsetime: config.debug should override LocalConfiguration
- sysext/cms/tslib/index_ts.php outputs Parsetime if either config.debug is set of if FE-debug is activated in LocalCon...
- 15:31 Bug #57179 (Resolved): Module Menu throws PHP warning for top level menu items
- Applied in changeset commit:fc5b7b2aed6cef0f5131b7740adb48e6f678106b.
- 15:27 Bug #57179: Module Menu throws PHP warning for top level menu items
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 15:27 Bug #57179 (Under Review): Module Menu throws PHP warning for top level menu items
- Patch set 2 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 11:30 Bug #57179 (Resolved): Module Menu throws PHP warning for top level menu items
- Applied in changeset commit:062efad57d01d083fe8d83cf421148c647edd916.
- 11:11 Bug #57179: Module Menu throws PHP warning for top level menu items
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 15:18 Bug #47192: setRespectSysLanguage(FALSE) doesn't prevent language overlay when fetching localized objects
- This issue was resolved only for a special case where the overlay records are in a table different than the original ...
- 10:12 Bug #47192 (Needs Feedback): setRespectSysLanguage(FALSE) doesn't prevent language overlay when fetching localized objects
- Last thing I read from https://review.typo3.org/23036 was that Stanislas wanted to provide a new patch. Imho let's wa...
- 10:09 Bug #47192: setRespectSysLanguage(FALSE) doesn't prevent language overlay when fetching localized objects
- For master (6.2) it was merged https://review.typo3.org/21322 and reverted https://review.typo3.org/22670
As you can... - 08:39 Bug #47192: setRespectSysLanguage(FALSE) doesn't prevent language overlay when fetching localized objects
- This issue is imho not resolved.
Just installed 6.2 rc1 and this issue stil exist.
The only patch that seems to r... - 14:31 Task #57203 (Resolved): Hard-coded labels in EM configuration options
- Applied in changeset commit:f99d3719b837bc7509a9b3e38147b8b6deec86b9.
- 12:44 Task #57203 (Under Review): Hard-coded labels in EM configuration options
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:42 Task #57203 (Closed): Hard-coded labels in EM configuration options
- While working on #57198 I realized one reason why such bug could happen so easily is that all system extensions use h...
- 14:31 Task #57196 (Resolved): Protect Ajax calls of core extensions
- Applied in changeset commit:a51c3cf71c9e124a383ee4e124070df7dc110fb7.
- 14:16 Task #57196: Protect Ajax calls of core extensions
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:15 Task #57196 (Under Review): Protect Ajax calls of core extensions
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:11 Task #57196 (Closed): Protect Ajax calls of core extensions
- All core extensions need to benefit from the new Ajax API
- 14:31 Bug #57206 (Resolved): Fix incomplete mocking in several tests
- Applied in changeset commit:c4a396247afed000bcff4d4ffbb7213b9af1b900.
- 14:24 Bug #57206 (Under Review): Fix incomplete mocking in several tests
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:22 Bug #57206 (Closed): Fix incomplete mocking in several tests
- IndexerServiceTest and ExtensionManagementServiceTest
both execute emit signal methods which in turn
try to instant... - 14:31 Bug #57051 (Resolved): Extension Manager - CSS Problem
- Applied in changeset commit:5caf0323443bd09d318a651329303c0f00e89411.
- 11:05 Bug #57051 (Under Review): Extension Manager - CSS Problem
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:19 Bug #24139 (Closed): "FIRST_INSTALL" file is not found due to wrong rights (and there is no message about the problem)
- This is solved since 6.2 and will probably not be fixed any longer in older version. If you still feel it is importan...
- 14:19 Bug #23982 (Closed): The install tool should check if typo3conf, fileadmin, uploads, typo3temp are writable before installing
- This is solved since 6.2 and will probably not be fixed any longer in older version. If you still feel it is importan...
- 14:15 Bug #24458 (Closed): Installing extension: Dependency Window has a Back Button which is not working
- Since 4.5 and 4.7 are in security fix mode, this will no longer be fixed. 6.0 and above have a different em that does...
- 14:05 Bug #56909: Tx_Extbase_Utility_Extension not found in 6.2.0-beta6
- Problem is fixed in 6.2.0rc1
- 13:50 Bug #24504 (Closed): Install stage 4 - Color picker obscures password fields on 1024x600 screen
- This issue is indirectly fixed in new installer of 6.2. If it still exists in older typo3 versions, it is very unlike...
- 13:47 Bug #24597 (Closed): Implement a working rootline cache
- Rootline caching was refactored in 6.0 or 4.7 (can't remember exactly).
- 13:44 Bug #22547 (Closed): replace images in install tool
- new logos are used in install tool now.
- 12:49 Task #57204 (Closed): RSA auth extension has lowercase "resources" folder
- The rsaauth system extension has a "resources" folder all spelled in lowercase. Furthermore the content of the folder...
- 12:30 Task #56721 (Resolved): ElementBrowser::getThisScript is not public
- Applied in changeset commit:2144d4c6e0f997f824e9dc41eb3eafb2b48a180d.
- 12:30 Bug #57200: Update-Icon not shown for manually uploaded extensions
- Same thing happens when the extension is manually extracted into @typo3conf/ext@. Clearing all caches (in the install...
- 12:03 Bug #57200 (Closed): Update-Icon not shown for manually uploaded extensions
- After uploading an extension manually, the extension manager does not show the option to update it, even if there is ...
- 11:36 Bug #56267 (Rejected): Take into account all DB caches in DB compare
- cannot reproduce any more
- 11:30 Task #57096 (Resolved): Cleanup Ajax URL JS settings
- Applied in changeset commit:d59dac0d01e4ce1ebece13bdf200bd3b8e5713d4.
- 11:00 Task #57096: Cleanup Ajax URL JS settings
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:30 Bug #57198 (Resolved): Option labels not translated anymore
- Applied in changeset commit:69b35c833be379e3c49e210f5036d27b727416e3.
- 10:47 Bug #57198 (Under Review): Option labels not translated anymore
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:45 Bug #57198: Option labels not translated anymore
- How to reproduce:
* go to the Extension Manager
* open the configuration view of an extension with localized labe... - 10:43 Bug #57198 (Closed): Option labels not translated anymore
- The configuration options labels are not translated anymore in the Extension Manger.
This is due to a recent refac... - 08:57 Bug #52598: Enlarge on Click doesn't work with extern FAL-Pictures
- I can not test, because my own driver ist ready anymore. I am still working to get it ready.
- 00:37 Bug #55321 (Rejected): Hello World predefined distribution on Typo3 6.2 on XAMPP
- The helloworld extension is just a proof of concept of the distribution management concept (download extension, insta...
- 00:27 Bug #57032 (Rejected): Context "Development" in installer behaves different than with SetEnv for TYPO3_CONTEXT
- My fault.
- 00:16 Bug #57032 (Needs Feedback): Context "Development" in installer behaves different than with SetEnv for TYPO3_CONTEXT
- Maybe you misunderstand something in the Install Tool, because there is no way there to set any context. This can onl...
2014-03-22
- 23:24 Task #57096: Cleanup Ajax URL JS settings
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:13 Task #57096: Cleanup Ajax URL JS settings
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:57 Bug #55774 (New): ExtJS 3.4.1 does not recognize IE 11 as Internet Explorer
- This is not resolved until ExtJS is updated to 3.4.2 or until ExtJS is not used in the TYPO3 backend.
- 21:33 Bug #55774 (Resolved): ExtJS 3.4.1 does not recognize IE 11 as Internet Explorer
- imho resolved with merged patch https://review.typo3.org/27776
- 21:44 Bug #57191: conversion of filename from Uppercase to lowercase
- The not showing of the picture is caused by a seconde mistake, which i made.
But the mistake in the presentation of... - 20:28 Bug #57191 (Closed): conversion of filename from Uppercase to lowercase
- I installed the version TYPO3 6.2 RC1
If I use the module filelist, many foldernames are shown in a lowercase form... - 21:42 Bug #23598 (Accepted): AJAX-menu for content-elements only checks page-record-permissions not content-element-permissions
- Still an issue in 6.2-rc1.
- 21:37 Bug #57032 (New): Context "Development" in installer behaves different than with SetEnv for TYPO3_CONTEXT
- I think you misunderstood something. Sorry if maybe I wasn't clear. This is not about flushing caches in installtool....
- 21:10 Bug #57032 (Needs Feedback): Context "Development" in installer behaves different than with SetEnv for TYPO3_CONTEXT
- The "Clear all caches" in the install tool is not affected by any setting. Why should it? It's documented in the text...
- 21:30 Bug #57185 (Resolved): Tests: Stabilize readPngGifFixesPermissionsOfConvertedFile
- Applied in changeset commit:c0655d67cffcea2877b43c7a84c1bf44978eac61.
- 19:52 Bug #57185: Tests: Stabilize readPngGifFixesPermissionsOfConvertedFile
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:56 Bug #57185 (Under Review): Tests: Stabilize readPngGifFixesPermissionsOfConvertedFile
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:54 Bug #57185 (Closed): Tests: Stabilize readPngGifFixesPermissionsOfConvertedFile
- 21:30 Bug #57035 (Resolved): Do not load LocalConfiguration in unit test bootstrap
- Applied in changeset commit:ca9c89c276557ddfba0bc144029c6c57db180de6.
- 18:59 Bug #57035: Do not load LocalConfiguration in unit test bootstrap
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:09 Bug #47192 (Resolved): setRespectSysLanguage(FALSE) doesn't prevent language overlay when fetching localized objects
- 21:08 Task #56970: Category-tree needs to load in parts (AJAX?)
- Filed the speed-issue for initialisation you mentioned into a separate issue, since that might be easier to solve imh...
- 21:07 Task #57193 (Closed): Speed up category-tree initialisation
- Over in #56970 Georg Ringer wrote:
[...]
It is also slow because all records are fetched twice. first because of th... - 20:59 Task #56964: Extend SqlSchemaMigrationService to support (basic) ALTER TABLE
- Yes, but often you can't just remove the CREATE TABLE. Currently extension-builder autogenerates things like starttim...
- 20:54 Bug #55552: wrong position of clear-button in input fields
- This came in with the new margin besides buttons, in #55319.
- 20:23 Bug #57179: Module Menu throws PHP warning for top level menu items
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:54 Bug #57179 (Under Review): Module Menu throws PHP warning for top level menu items
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:52 Bug #57179 (Closed): Module Menu throws PHP warning for top level menu items
- When rendering the module menu icons, the menu items
on the top level (Web, File, User, Admin) don't have an icon,
... - 19:50 Feature #57189 (Under Review): Rename BE module "Template" to "TypoScript"
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:36 Feature #57189 (Rejected): Rename BE module "Template" to "TypoScript"
- 19:40 Bug #57190 (Closed): 6.2.0rc1 Image Upload into CE -> uncomplete
- Hi,
I tried to upload 5 images into a content element.
The feedback from backend was "5 images, 100% ok" (first... - 19:08 Bug #51262 (Rejected): UnitTest cropHtmlWithDataProvider fails on MAC
- The memory issue was solved some time ago in decent versions.
- 18:30 Bug #57180 (Resolved): Duplicated array keys in tests
- Applied in changeset commit:0d8d464175dceff889627d3a492ca4ca75700e05.
- 14:49 Bug #57180 (Under Review): Duplicated array keys in tests
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:23 Bug #57180 (Closed): Duplicated array keys in tests
- In few tests dataproviders have duplicated array keys, which results in some cases not being tested.
e.g. in the ca... - 18:20 Task #56341 (Needs Feedback): Evaluate if it is really reasonable to have TYPO3\CMS\Core\Compatibility\LoadedExtensionsArray
- Isn't this resolved now?
@Steffen: Why did you reopen it? - 17:46 Task #57012: Move update functionality from to BackendUserSessionRepository
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:31 Bug #57184 (Resolved): Remove not needed autoload registry of form
- Applied in changeset commit:f2908ff1e30a60390bffe6119d8bb5889c16c39a.
- 16:37 Bug #57184 (Under Review): Remove not needed autoload registry of form
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 16:36 Bug #57184 (Closed): Remove not needed autoload registry of form
- The autoload registry entry of the form wizard
is superfluous now, so remove it.
- 17:31 Bug #57181 (Resolved): EM: Split Distributions in official and community-based packages
- Applied in changeset commit:3274f92ace8e5dac85731e7f5383bc3f581ddbbd.
- 15:24 Bug #57181: EM: Split Distributions in official and community-based packages
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:33 Bug #57181: EM: Split Distributions in official and community-based packages
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:31 Bug #57181 (Under Review): EM: Split Distributions in official and community-based packages
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:30 Bug #57181 (Closed): EM: Split Distributions in official and community-based packages
- The output of the distributions should be handled for the introduction
package and all other packages.
As there i... - 17:29 Bug #56884: File Upload (images) in Page Ressources, missing alt- and title tag
- Totaly forgot about this. Will have a look at it on monday
- 16:54 Bug #56884: File Upload (images) in Page Ressources, missing alt- and title tag
- ... just checked this issue with 6.2.0rc1 - still no "alt tag" and no "link" for images.
I know, there ist still a... - 16:35 Bug #57164: NumberRangeValidator does not get options correctly
- Final shot of this patch ;-)
Moved the whole code of the construtor to setOptions() and calling that from the constr... - 15:26 Bug #57164: NumberRangeValidator does not get options correctly
- Next fix:
Removed setting $this->options in deprecated method setOptions() according to AbstractCompositeValidator.
... - 13:39 Bug #57164: NumberRangeValidator does not get options correctly
- Sorry - removed debug output from patch
- 13:18 Bug #57164: NumberRangeValidator does not get options correctly
- Tested with TYPO3 6.2.0rc1 now all given options are read successfully.
But still the default values in $supportedOp... - 15:44 Bug #57183: Class loader should exit early for invalid class names
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:43 Bug #57183 (Under Review): Class loader should exit early for invalid class names
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:34 Bug #57183 (Closed): Class loader should exit early for invalid class names
- Why jumping through hoops, checking if we can find a class file (buildClassLoadingInformation) if we could know befor...
- 15:03 Task #57182 (Under Review): Refactor Install Tool JavaScript
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:02 Task #57182 (Closed): Refactor Install Tool JavaScript
- Refactor Install Tool JavaScript
- 14:17 Task #57031: Cleanup Extbase persistance classes
- Patch set 11 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 02:48 Task #57031: Cleanup Extbase persistance classes
- Patch set 10 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 13:44 Bug #57178 (Under Review): HMENU special=browse does not respect exclude lists
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:43 Bug #57178 (Closed): HMENU special=browse does not respect exclude lists
- The HMENU special=browse with a previous/next button
does not work the next element is a spacer, if it should be exc... - 13:35 Bug #57177 (Under Review): No-brainer: Wrong variable name used in Extbase DB Backend
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:34 Bug #57177 (Rejected): No-brainer: Wrong variable name used in Extbase DB Backend
- After the refactoring of the TYPO3 DB Backend of Extbase,
the check for boolean is done via $input, not $parameter.
... - 13:33 Task #57154: Improve clipboard names
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:09 Bug #55896: No FE Editing icons, if the admPanel is disabled
- The screent attached show the problem. I use the normale feedit with this configuration TSConfig:
admPanel {
enable... - 02:09 Bug #55896: No FE Editing icons, if the admPanel is disabled
- @Tim
We checked your issue and asked ourselves if you use the core extension "feedit" or any third party extension... - 02:03 Bug #55896: No FE Editing icons, if the admPanel is disabled
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:03 Bug #55896: No FE Editing icons, if the admPanel is disabled
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:54 Bug #55896: No FE Editing icons, if the admPanel is disabled
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:51 Bug #55896: No FE Editing icons, if the admPanel is disabled
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:47 Task #57176 (Under Review): Reduce JavaScript dependency in workspace module
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:43 Task #57176 (Closed): Reduce JavaScript dependency in workspace module
- The workspace module in the backend has a check and dependency to the page module in the top frame.
To ease debuggin... - 09:09 Task #57173 (Closed): Use of cf_extbase_typo3dbbackend_queries results in fatal
- After upgrading to RC1 and creating cache table cf_extbase_typo3dbbackend_queries (and _tags), queries on fe_users no...
- 02:37 Bug #57172 (Closed): Adminpanel: Only show "Editing" if EXT:feedit loaded
- Currently there is also "Editing" in the Adminpanel even if you "forgot" to load EXT:feedit. That might be quite a bi...
- 02:30 Task #57168 (Resolved): Enable queries using "root" and "-1" for pidInList
- Applied in changeset commit:20acc4019a14c97431400a4c13b7762c1bbcecc2.
- 00:35 Task #57168: Enable queries using "root" and "-1" for pidInList
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:06 Task #57168: Enable queries using "root" and "-1" for pidInList
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:30 Task #57169 (Resolved): Invalid relations of MM records in workspaces
- Applied in changeset commit:d20ecc742c24430aa55657def6e8d9c87fe6b60e.
- 01:32 Task #57169: Invalid relations of MM records in workspaces
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:30 Task #56376 (Resolved): Invalid relations of IRRE records in workspaces
- Applied in changeset commit:740b4435b8b1888527eee3608257f7cdcdea4ce5.
- 01:32 Task #56376: Invalid relations of IRRE records in workspaces
- Patch set 15 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 01:30 Task #56941 (Resolved): Return the 1-2-3 step icons in the step installer
- Applied in changeset commit:cf6413044b496f2a06171dc096dd4484e98715c9.
- 00:20 Task #56941: Return the 1-2-3 step icons in the step installer
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:32 Bug #50450: Drop keys before fields in install tool
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:30 Bug #56992 (Resolved): Hide "new page buttons" for users who can't create new pages
- Applied in changeset commit:477003c2266933603871ae522066e265579fc047.
- 00:30 Bug #46067 (Resolved): Image rendering fails when using 'image' or 'media' field with own CEs (CType)
- Applied in changeset commit:99ddf6dc2c58199c30cbb22c609ed75ab7748752.
- 00:30 Bug #24871 (Resolved): Required select box element isn't required
- Applied in changeset commit:6cf39f6da1afd35bea333fcd7da9ab6dc0d93159.
- 00:06 Bug #24871: Required select box element isn't required
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 00:05 Bug #24871: Required select box element isn't required
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:30 Feature #24925 (Resolved): Mandatory for Selectbox with TCA not possible
- Applied in changeset commit:6cf39f6da1afd35bea333fcd7da9ab6dc0d93159.
- 00:06 Feature #24925: Mandatory for Selectbox with TCA not possible
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 00:05 Feature #24925: Mandatory for Selectbox with TCA not possible
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available...
2014-03-21
- 23:35 Task #57168: Enable queries using "root" and "-1" for pidInList
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:24 Task #57168 (Under Review): Enable queries using "root" and "-1" for pidInList
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:05 Task #57168 (Closed): Enable queries using "root" and "-1" for pidInList
- The version preview in the frontend rendering process basically selects only the live versions and then overlays thos...
- 23:35 Task #56376: Invalid relations of IRRE records in workspaces
- Patch set 14 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 22:43 Task #56376: Invalid relations of IRRE records in workspaces
- Patch set 13 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 20:27 Task #56376: Invalid relations of IRRE records in workspaces
- Patch set 12 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 23:35 Task #57169: Invalid relations of MM records in workspaces
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:43 Task #57169 (Under Review): Invalid relations of MM records in workspaces
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:40 Task #57169 (Closed): Invalid relations of MM records in workspaces
- The basic problem with MM (ManyToMany) relations in workspaces is, that the intermediate table (MM table) does not ha...
- 23:30 Bug #57125 (Resolved): CLI/BE fetching TS should be deterministic to find "first" siteroot
- Applied in changeset commit:e1fbc3b3fba4fab305a880e6c8f8da3b0503713e.
- 22:59 Bug #57125: CLI/BE fetching TS should be deterministic to find "first" siteroot
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:30 Bug #57002 (Resolved): SQL-Errors while Upgrading the database with Upgrade Wizard
- Applied in changeset commit:ee9be36c39aabe7b44120a8d615919b032f116b4.
- 22:13 Bug #57002 (Under Review): SQL-Errors while Upgrading the database with Upgrade Wizard
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:30 Bug #23478 (Resolved): Extension tables is messing up on New Record screen
- Applied in changeset commit:5132dcdd49f392a1f549993c92e45116a4de31e8.
- 23:30 Task #56007 (Resolved): Backport JsonView from Flow
- Applied in changeset commit:0624ab852cfeae17c4254c8fb2ab4997d306ff84.
- 23:25 Task #56007: Backport JsonView from Flow
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:30 Task #55566 (Resolved): Speed up page ID resolving in Extbase BE
- Applied in changeset commit:e1fbc3b3fba4fab305a880e6c8f8da3b0503713e.
- 22:59 Task #55566: Speed up page ID resolving in Extbase BE
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:09 Task #57170 (Closed): Show by default only 1 file upload field in elementbrowser
- Since the input type=file now supports multiple file selection and this is suppoterd by all modern browsers showing o...
- 22:12 Task #57096: Cleanup Ajax URL JS settings
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:28 Task #57096 (Under Review): Cleanup Ajax URL JS settings
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:30 Task #57166 (Resolved): Fetch folder and environment status through AJAX
- Applied in changeset commit:e7708910fca37593c0b031ca15d146371b9ab5d2.
- 20:23 Task #57166: Fetch folder and environment status through AJAX
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:00 Task #57166: Fetch folder and environment status through AJAX
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:56 Task #57166: Fetch folder and environment status through AJAX
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:51 Task #57166: Fetch folder and environment status through AJAX
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:44 Task #57166 (Under Review): Fetch folder and environment status through AJAX
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:43 Task #57166 (Closed): Fetch folder and environment status through AJAX
- Fetch folder and environment status through AJAX
- 21:30 Bug #57162 (Resolved): FlashMessage styles missing in Reports module
- Applied in changeset commit:5ad45fc841def9a321b2c3344b9d658065560ffb.
- 21:06 Bug #57162: FlashMessage styles missing in Reports module
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:04 Bug #57162: FlashMessage styles missing in Reports module
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:04 Bug #57162: FlashMessage styles missing in Reports module
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:04 Bug #57162: FlashMessage styles missing in Reports module
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:03 Bug #57162 (Under Review): FlashMessage styles missing in Reports module
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:15 Bug #57162 (Closed): FlashMessage styles missing in Reports module
- Deleting the deprecation log for instance will show a flash message upon success.
This message misses all styles.
... - 20:54 Feature #52665 (Closed): Prevent to include extension autoload files in install tool
- Solved with failsafe package manager
- 20:52 Bug #52660 (Closed): Move shutdown function to bootstrap
- Solved with failsafe package manager
- 20:30 Task #56994 (Resolved): Introduce shadowColumnsForMovePlaceholders property
- Applied in changeset commit:6e9fd7da1b26e2860d4ce9ee9dd01f666d89be34.
- 20:06 Task #56994: Introduce shadowColumnsForMovePlaceholders property
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:30 Bug #57114 (Resolved): Workspaces panel / css
- Applied in changeset commit:ec1483e2d276caed3c82bb991c8cdf92d00f5c8a.
- 20:11 Bug #57114: Workspaces panel / css
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:10 Bug #57114: Workspaces panel / css
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:14 Bug #57114 (Under Review): Workspaces panel / css
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:30 Task #57072 (Resolved): Refactor install tool enable file checks
- Applied in changeset commit:d855b4707ba1198b6c1dbf856c4377e230da4c4b.
- 20:00 Task #57072: Refactor install tool enable file checks
- Patch set 11 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 19:46 Task #57072: Refactor install tool enable file checks
- Patch set 10 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 18:09 Task #57072: Refactor install tool enable file checks
- Patch set 9 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:00 Task #57072: Refactor install tool enable file checks
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:55 Task #57072: Refactor install tool enable file checks
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:13 Task #57072: Refactor install tool enable file checks
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:34 Task #57072: Refactor install tool enable file checks
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:02 Task #57072: Refactor install tool enable file checks
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:30 Task #56977 (Resolved): Save current workspace in ReferenceIndex
- Applied in changeset commit:1dc27ffcebe4e189a69227fb5bf22f45207056e6.
- 19:59 Bug #32967: Backend workspace copy/cut paste column content fails on publish
- Patch set 12 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 19:35 Task #56721: ElementBrowser::getThisScript is not public
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:30 Bug #54201 (Resolved): Implement Clickjacking Protection
- Applied in changeset commit:517efee327b8fc4f0203bd437eca90bdbaf5d05d.
- 18:54 Bug #54201: Implement Clickjacking Protection
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:54 Bug #54201 (Under Review): Implement Clickjacking Protection
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:15 Bug #56764: Logout from Install Tool shows incorrect screen
- This is pretty hard to fix.
- 19:06 Bug #57163 (Under Review): Pagetree unfold wrong page whith multiple mount points
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:55 Bug #57163: Pagetree unfold wrong page whith multiple mount points
- I just realized the IDs are still identical. No wonder this does not work :(
- 18:25 Bug #57163: Pagetree unfold wrong page whith multiple mount points
This is only reproducible for non-admins.
For administrators this seems to work fine.- 18:17 Bug #57163 (Closed): Pagetree unfold wrong page whith multiple mount points
- How to reproduce:
Create a pagetree:
* Page 1
* Page 1.1
* Page 1.1.1
Create a user with two database moun... - 19:03 Task #57056 (Rejected): Improve class structure of core updater
- 18:30 Bug #57126 (Resolved): Form Wizard - styling problem
- Applied in changeset commit:2d4a9d3c72c568bd16d0c899b3a950ddf97648ab.
- 14:11 Bug #57126: Form Wizard - styling problem
- Ernesto the tooltip issue is not related to this list styles.
If we talk what is wrong with them please take a lo... - 00:29 Bug #57126: Form Wizard - styling problem
- Marcin Sągol wrote:
> so this patch should fix only padding of the elements on the right section?
>
> Please ta... - 00:20 Bug #57126: Form Wizard - styling problem
- Hi Ernesto,
so this patch should fix only padding of the elements on the right section?
Please take a look also ... - 00:09 Bug #57126: Form Wizard - styling problem
- The Review requests will make it look like this:
!form-after.png!
- 00:09 Bug #57126 (Under Review): Form Wizard - styling problem
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:05 Bug #57126 (Closed): Form Wizard - styling problem
- Since unification of UL/OL and changed styling the "raw" UL/OL to the original state (with bullet or number), the For...
- 18:30 Task #54979 (Resolved): FrontendContentAdapterService should disabled for new installations.
- Applied in changeset commit:01806417edf5b566dd4db2b6519923a10f3f7cf5.
- 18:30 Bug #57164 (Closed): NumberRangeValidator does not get options correctly
- The validation always fails when I add the following annotation in my model
* @validate NumberRange(minimum=1,maxim... - 17:30 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:11 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:35 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 03:08 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 03:01 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:30 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:30 Task #53539 (Resolved): Cleanup code issues in PageLayoutView
- Applied in changeset commit:7f14ac55072d16e43e970e36ae97d00f77af1469.
- 16:16 Task #53539: Cleanup code issues in PageLayoutView
- Patch set 14 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 03:40 Task #53539: Cleanup code issues in PageLayoutView
- Patch set 13 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 17:30 Bug #57159 (Resolved): Tests: Failing unit test
- Applied in changeset commit:fde89fdd9ab1a47a1a1f9f063b9822f7dc801689.
- 17:16 Bug #57159 (Under Review): Tests: Failing unit test
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:15 Bug #57159 (Closed): Tests: Failing unit test
- 17:30 Task #57130: Extbase Queries with NULL comparison don't work anymore
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:27 Task #57130: Extbase Queries with NULL comparison don't work anymore
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:44 Task #57130: Extbase Queries with NULL comparison don't work anymore
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:42 Task #57130 (Under Review): Extbase Queries with NULL comparison don't work anymore
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:32 Task #57130 (Closed): Extbase Queries with NULL comparison don't work anymore
- Introduced by: http://forge.typo3.org/issues/55167
See https://review.typo3.org/#/c/27555/12/typo3/sysext/extbase/... - 17:27 Task #57031: Cleanup Extbase persistance classes
- Patch set 9 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:11 Task #57031: Cleanup Extbase persistance classes
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:14 Task #57031: Cleanup Extbase persistance classes
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 03:08 Task #57031: Cleanup Extbase persistance classes
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 02:49 Task #57031: Cleanup Extbase persistance classes
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 17:00 Task #57154 (Under Review): Improve clipboard names
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:33 Task #57154 (Closed): Improve clipboard names
- It would be very helpful for editors to have more speaking names for the clipboard types.
Right now we have:
Norm... - 16:30 Bug #57127 (Resolved): Error in the backend HTML
- Applied in changeset commit:e0652733f4bf4bdb5ec422ad195971155e9d49d2.
- 13:23 Bug #57127: Error in the backend HTML
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:42 Bug #57127: Error in the backend HTML
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:02 Bug #57127: Error in the backend HTML
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:36 Bug #57127 (Under Review): Error in the backend HTML
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 08:32 Bug #57127 (Closed): Error in the backend HTML
- Hi,
If you have a look in the source code of the backend (main frame), you will see this :... - 16:30 Bug #57152 (Resolved): First Install lists directory errors: confusing
- Applied in changeset commit:c23414d5a73b4892fa53650c50564251d6d03d07.
- 15:06 Bug #57152: First Install lists directory errors: confusing
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:05 Bug #57152: First Install lists directory errors: confusing
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:03 Bug #57152 (Under Review): First Install lists directory errors: confusing
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:00 Bug #57152 (Closed): First Install lists directory errors: confusing
- First installation has no directories yet. Even if they could be created there are errors shown to the user. This is ...
- 16:30 Bug #57136 (Resolved): Mitigate race condition when clearing file caches
- Applied in changeset commit:e7eae9053bc96931946ef4f578c0c6f5df28db41.
- 11:05 Bug #57136 (Under Review): Mitigate race condition when clearing file caches
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:56 Bug #57136 (Closed): Mitigate race condition when clearing file caches
- When file caches are flushed, the cache directory is also deleted.
Now when a second request comes in and creates ... - 16:22 Bug #57158 (Closed): Unscaled images are re-processed again and again
- closed as requested
- 16:10 Bug #57158: Unscaled images are re-processed again and again
- please close this issue. it was an oversight on my side.
- 15:58 Bug #57158 (Closed): Unscaled images are re-processed again and again
- When original images are small enough so they don't have to be scaled for frontend output, their entries in @sys_file...
- 15:31 Bug #57062 (Resolved): Clipboard not visible on empty page
- Applied in changeset commit:7dba62fda22b8b53174e35667e98730801d6030a.
- 14:24 Bug #57062 (Under Review): Clipboard not visible on empty page
- 14:24 Bug #57062 (New): Clipboard not visible on empty page
- The backend was cleaned up especially for pages with no records. So on empty pages you don't need the clipboard but i...
- 14:23 Bug #57062 (Under Review): Clipboard not visible on empty page
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:58 Bug #52578 (Resolved): Install process removes permission
- Fixed with #52668
- 14:31 Task #57107 (Resolved): Rename escapeJsValue and make it context specific
- Applied in changeset commit:be64df41b2980728275296def465c0f72f4d9e29.
- 13:33 Task #57107: Rename escapeJsValue and make it context specific
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:03 Task #57107: Rename escapeJsValue and make it context specific
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:22 Feature #55950 (New): Usability: List Module -> Extended Clipboard should be enabled by default
- Wrong forge ticket related.
- 14:22 Feature #55950 (Under Review): Usability: List Module -> Extended Clipboard should be enabled by default
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:16 Feature #55950: Usability: List Module -> Extended Clipboard should be enabled by default
- The backend was cleaned up especially for pages with no records. So on empty pages you don't need the clipboard but i...
- 14:12 Task #56632: Make show_rechis.php mod.php dispatched
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:04 Bug #57145 (Closed): FLUID viewhelper form.validationResults fails in sind Beta 6 (also Beta 7 and current master branch)
- In TYPO3 6.1 this viewHelper don´t make any trouble, but TYPO3 6.2 since Beta 6 and after (and before?)
My editAct... - 12:37 Bug #57120: Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- I changed it to 6.3.99 but that doesn’t affect anything
- 12:35 Bug #57120: Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- Looks like the problem is that smarty is has dependency for TYPO3 up to 6.1.99.
So 6.2 core can't install it. - 12:04 Bug #57120: Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- X = user_something_distribution_search
Y = smarty
from 6.1.7 -> 6.2beta7
tia
- 03:21 Bug #57120: Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- @Ernesto: Title says "Upgrade from 6.1.7 to 6.2beta7" ;-)
- 12:36 Bug #57143 (Under Review): The "Migrate all file links of RTE-enabled fields to FAL" upgrade wizard doesn't handle links with whitespace correct
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:30 Bug #57143 (Closed): The "Migrate all file links of RTE-enabled fields to FAL" upgrade wizard doesn't handle links with whitespace correct
- The "Migrate all file links of RTE-enabled fields to FAL" upgrate wizard searches for file links in the content based...
- 12:31 Bug #57117 (Resolved): Class loader must handle information about invalid classes
- Applied in changeset commit:274e7eea04b3ed49cb0759fcbb71651bceeb02bd.
- 11:21 Bug #57117 (Under Review): Class loader must handle information about invalid classes
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:30 Bug #57117 (Resolved): Class loader must handle information about invalid classes
- Applied in changeset commit:baebd056338a4ca88b2dad174178a9011cadd7db.
- 12:22 Bug #47869: Failed localization of FILES content object related to pages
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:55 Task #56774 (On Hold): Change the API of -->process to use the new ProcessingStuff
- 11:54 Task #56773 (On Hold): Implement Processor for new ProcessorRegistry which wraps the old Processing service
- 11:53 Task #56773: Implement Processor for new ProcessorRegistry which wraps the old Processing service
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:54 Task #54229 (On Hold): Refactor Processor Registry like the Extractor registry
- 11:52 Task #56775 (On Hold): Create Basic Registry and interfaces for kick-off
- Reverted in https://review.typo3.org/#/c/28598/, postponed to next release.
- 11:38 Bug #57141 (Under Review): FileExtensionFilter must not use identifier but file name
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:37 Bug #57141 (Closed): FileExtensionFilter must not use identifier but file name
- TYPO3\CMS\Core\Resource\Filter\FileExtensionFilter currently uses a file's identifier to check if the extension is al...
- 11:34 Task #57140 (Closed): Instruction for distribution install
- On the distribution packages page create some text what actually happens when a distribution is installed. Especially...
- 11:31 Task #57139 (Closed): Styling for the distribution packages page
- On the page for installable distributions there is no clear separation between the packages. Please create a visible ...
- 10:31 Bug #57128 (Resolved): Ambiguous labels in clear cache menu
- Applied in changeset commit:049283cd0d9165752e5fad7d590169642ec45f1d.
- 09:04 Bug #57128 (Under Review): Ambiguous labels in clear cache menu
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:01 Bug #57128 (Closed): Ambiguous labels in clear cache menu
- Since the introduction of cache groups, the function of the clear cache menu items has slightly changed. The old "Cle...
- 10:18 Bug #20043: typolink creates links to not translated pages in config.sys_language_mode=strict
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:08 Bug #57134 (Under Review): Duplicate files results in different Metadata
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:02 Bug #57134 (Closed): Duplicate files results in different Metadata
- Hello Core-Team,
we have duplicate entries in sys_file. I know, it is hard to remove them, but as long as there ar... - 10:03 Task #55167: Extbase: avoid parseQuery() / buildQuery() to be called multiple times
- Also #57130 seems to be another regression..
- 09:54 Bug #46118: Overriding _LOCAL_LANG in TS broken for fluid templates
- Your problem may be related to a website not using UTF8 everywhere, as it was easily possible (and common) in TYPO3 4...
- 09:29 Bug #46118: Overriding _LOCAL_LANG in TS broken for fluid templates
- Hi Xavier,
ok, about the versions and maintenances... you´re right. I´ve not tried it in a newer version yet. I wa... - 09:13 Bug #46118 (Needs Feedback): Overriding _LOCAL_LANG in TS broken for fluid templates
- Trying to reproduce on TYPO3 6.2 with an Extbase-based extension of mine:...
- 08:23 Bug #46118: Overriding _LOCAL_LANG in TS broken for fluid templates
- Hi,
I use a TYPO3 v6.0.6 for a multi-language site with languages DE, EN, FR, PL, CS and ES. We do also overwrite e.... - 09:27 Bug #56874: Loadingbar in IRRE will not be removed if using dots in field name
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:24 Feature #56647: Add Hook to fe_login to add/modify $markerArray
- It would be a real breakthrough to move this ext to Fluid, +1!
- 09:10 Bug #57129 (Under Review): Related group db record title does not resolve correctly
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:03 Bug #57129 (Closed): Related group db record title does not resolve correctly
If a record has a group db field and enforces displaying this field
with label_alt and label_alt_force as ...- 08:21 Bug #56993: Cached classloader fails with fluid and is_callable()
Christian Weiske wrote:
> We have some partials that used to render generic data elements.
>
> Those data are a...- 08:20 Bug #56993 (Under Review): Cached classloader fails with fluid and is_callable()
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 07:33 Bug #56993: Cached classloader fails with fluid and is_callable()
- We have some partials that used to render generic data elements.
For example:... - 00:32 Bug #56993: Cached classloader fails with fluid and is_callable()
- Helmut Hummel wrote:
> Christian Weiske wrote:
> > Steps to reproduce:
> >
> > 1. Extbase controller:
> >
>... - 00:25 Bug #56993 (Needs Feedback): Cached classloader fails with fluid and is_callable()
- Christian Weiske wrote:
> when @is_callable()@ is used with a string that is not a proper class name.
can you p... - 00:21 Bug #56603: error #1251315967: Could not determine the child object typ when adding new property to model
- I can confirm that behaviour on an even more recent 6.2-dev version after trying to extend the "news" extension as de...
- 00:01 Bug #57050: Form Wizard - Problem im Firefox
- Additional infos:
I could also reproduce this problem in 6.1, so this is unrelated to the CSS changes in 6.2.
I...
2014-03-20
- 23:53 Bug #57125: CLI/BE fetching TS should be deterministic to find "first" siteroot
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:22 Bug #57125: CLI/BE fetching TS should be deterministic to find "first" siteroot
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:08 Bug #57125: CLI/BE fetching TS should be deterministic to find "first" siteroot
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:03 Bug #57125 (Under Review): CLI/BE fetching TS should be deterministic to find "first" siteroot
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:57 Bug #57125 (Closed): CLI/BE fetching TS should be deterministic to find "first" siteroot
- Source says:
// get root template
$rootTemplates = $GLOBALS['TYPO3_DB']->exec_SELECTgetRows('pi... - 23:53 Task #55566: Speed up page ID resolving in Extbase BE
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:22 Task #55566: Speed up page ID resolving in Extbase BE
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:39 Bug #57050 (Accepted): Form Wizard - Problem im Firefox
- 23:30 Task #57124 (Resolved): Move PhpInfo utility to a ViewHelper
- Applied in changeset commit:53d40709295337bd326a9c2cd2f65f243d3987c1.
- 22:52 Task #57124: Move PhpInfo utility to a ViewHelper
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:51 Task #57124: Move PhpInfo utility to a ViewHelper
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:51 Task #57124: Move PhpInfo utility to a ViewHelper
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:50 Task #57124 (Under Review): Move PhpInfo utility to a ViewHelper
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:50 Task #57124 (Closed): Move PhpInfo utility to a ViewHelper
- Move PhpInfo utility to a ViewHelper
- 23:29 Bug #57123 (Rejected): FAL - storage inside storage - very big performance downgrade with big data sets (20k) when opening filebrowser
- Thanks for the quick feedback, so I'll close this issue for now. If you find other kinds of troubles, don't hesitate ...
- 22:53 Bug #57123: FAL - storage inside storage - very big performance downgrade with big data sets (20k) when opening filebrowser
Yes - you right.
I just realized that someone on this TYPO3 project I am on now just misused idea of storage with...- 22:51 Bug #57123 (Needs Feedback): FAL - storage inside storage - very big performance downgrade with big data sets (20k) when opening filebrowser
- I would recommend getting rid of this structure. Do not nest a storage inside another storage's path. This might lead...
- 22:28 Bug #57123: FAL - storage inside storage - very big performance downgrade with big data sets (20k) when opening filebrowser
- I'd like to ask also if its good to show "_processed_" folder for regular user at all.
What if user will start to se... - 22:22 Bug #57123: FAL - storage inside storage - very big performance downgrade with big data sets (20k) when opening filebrowser
- BTW: The downgrade is only when there are lot of files inside _processed_.
When there is lot of sys_files records bu... - 22:09 Bug #57123 (Rejected): FAL - storage inside storage - very big performance downgrade with big data sets (20k) when opening filebrowser
- I have a TYPO3 project (inherited) where storage is inside storage.
Storage 1 is default:
/fileadmin/
Storage ... - 23:28 Bug #57120 (Needs Feedback): Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- Together with the LocalConf and the ext_emconf.php file, please provide the information from which TYPO3 version you ...
- 21:13 Bug #57120: Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- Can you please post your LocalConf and ext_emconf.php files of the affected extensions
- 20:33 Bug #57120 (Closed): Upgrade from 6.1.7 to 6.2beta7 / Install Tool fails / 'The package "X" depends on "Y" which is not present in the system'
- I did nothing special, just changed the symlink to the new source and deleted all the cache files.
Then I tried to a... - 23:06 Bug #57117: Class loader must handle information about invalid classes
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 23:05 Bug #57117: Class loader must handle information about invalid classes
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:04 Bug #57117: Class loader must handle information about invalid classes
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:53 Bug #57117 (Under Review): Class loader must handle information about invalid classes
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:52 Bug #57117 (Closed): Class loader must handle information about invalid classes
- The class loader currently does not properly handle the case, when class information is retrieved by the cache which ...
- 22:38 Bug #56284 (Resolved): Copied references keep reference to original
- Great stuff, solved finally :)
- 22:34 Task #56147 (Resolved): Regenerate missing RTE magic image on rendering
- 22:30 Task #56991 (Resolved): RefIndex is broken for FlexForm fields group file_reference, results in missing these files in export
- Applied in changeset commit:b38a6a3239e7f083b687ae292f362e64c1992aca.
- 22:30 Task #56612 (Resolved): Impexp: Add tests for flexform
- Applied in changeset commit:6a0ba7487ea44319c701221da2987c8b0d0e10c0.
- 18:35 Task #56612: Impexp: Add tests for flexform
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:30 Task #57118 (Resolved): Follow up for file and folder permission check on Windows
- Applied in changeset commit:ee6b726c6265a8b2f29f2add480c9a6e6650cb2f.
- 20:32 Task #57118: Follow up for file and folder permission check on Windows
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:29 Task #57118 (Under Review): Follow up for file and folder permission check on Windows
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:19 Task #57118 (Closed): Follow up for file and folder permission check on Windows
- On a default Windows system files and folders are writable by anyone. This creates errors in the folder structure mod...
- 22:23 Task #52593: Impexp: make 4.x exports work as import in 6.x
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 22:13 Task #57104: Regression: Query building fails for LazyObjectStorage
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:04 Task #57104 (Under Review): Regression: Query building fails for LazyObjectStorage
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:01 Task #57104: Regression: Query building fails for LazyObjectStorage
- Oh, than it *was* that spot. I have already looked at it but i was not sure.
I'll push my first WIP patch in a minute. - 18:56 Task #57104: Regression: Query building fails for LazyObjectStorage
- see comments in https://review.typo3.org/#/c/27555/12/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3D...
- 18:52 Task #57104: Regression: Query building fails for LazyObjectStorage
I think it does but I'm not sure. Started digging but did not find the right spot yet :(- 18:50 Task #57104: Regression: Query building fails for LazyObjectStorage
- And what does happen, if it is a normal object storage? From reading the code it should also fail.
- 13:53 Task #57104 (Closed): Regression: Query building fails for LazyObjectStorage
- When a LazyObjectStorage is used in an "in" comparison you get a PHP error:
> Object of class TYPO3\CMS\Extbase\Pe... - 21:53 Bug #20043: typolink creates links to not translated pages in config.sys_language_mode=strict
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:51 Bug #20043 (Under Review): typolink creates links to not translated pages in config.sys_language_mode=strict
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:45 Bug #57103: FAL - Migrate file metadata from sys_file to an external metadata table fails with big data set
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:24 Bug #57103: FAL - Migrate file metadata from sys_file to an external metadata table fails with big data set
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 21:22 Bug #57103 (Under Review): FAL - Migrate file metadata from sys_file to an external metadata table fails with big data set
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:28 Bug #57103: FAL - Migrate file metadata from sys_file to an external metadata table fails with big data set
- Can you provide a patch?
- 13:23 Bug #57103 (Closed): FAL - Migrate file metadata from sys_file to an external metadata table fails with big data set
- I have like 20k sys_files records.
While doing migrate file metadata from sys_file to sys_file_metadata in Install T... - 21:30 Task #57119 (Resolved): Unify use of $GLOBALS['TYPO3_DB']
- Applied in changeset commit:5caaaca4ea4480c027fe3c3662db5784a38a60fe.
- 20:52 Task #57119: Unify use of $GLOBALS['TYPO3_DB']
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:29 Task #57119: Unify use of $GLOBALS['TYPO3_DB']
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:27 Task #57119 (Under Review): Unify use of $GLOBALS['TYPO3_DB']
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:26 Task #57119 (Closed): Unify use of $GLOBALS['TYPO3_DB']
- As $GLOBALS['TYPO3_DB'] is a class DatabaseConnection, the getter should be named getDatabaseConnection
- 20:36 Task #53539: Cleanup code issues in PageLayoutView
- Patch set 12 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 20:30 Task #57055 (Resolved): Wrong unit tests after Installer permission fix
- Applied in changeset commit:8e494f1094dd79c9c385a94ef49d54b8aaa11f4b.
- 20:30 Bug #57025 (Resolved): Install Tool: "Default File and Directory permissions" should be green if ok
- Applied in changeset commit:f63f4785288ebfbb22f8bfb00b6d4d04d7a6c074.
- 18:12 Bug #57025: Install Tool: "Default File and Directory permissions" should be green if ok
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:30 Task #53812 (Resolved): Introduce getters for global objects in PageLayoutView
- Applied in changeset commit:b30e5ce22c5a99b89ad817c62830a43e8cd8bba9.
- 20:25 Task #57072: Refactor install tool enable file checks
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 20:20 Task #57072: Refactor install tool enable file checks
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:30 Bug #57075 (Resolved): TYPO3 version 6.2beta images scale wrong when setting height in content element
- Applied in changeset commit:19d6e38f75904fd7212b2ff114d2a69ebafe2f16.
- 13:32 Bug #57075: TYPO3 version 6.2beta images scale wrong when setting height in content element
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:53 Bug #57075 (Under Review): TYPO3 version 6.2beta images scale wrong when setting height in content element
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:41 Bug #57075: TYPO3 version 6.2beta images scale wrong when setting height in content element
- After a first quick debugging, it seems that the wrong FILEs are used to compute the resize ratio, which explains tha...
- 12:13 Bug #57075 (Accepted): TYPO3 version 6.2beta images scale wrong when setting height in content element
- > Original size:
> 652 * 791 => ratio = 0.82
Used attached sample.tif
> When setting height in content element to 1... - 12:04 Bug #57075: TYPO3 version 6.2beta images scale wrong when setting height in content element
- Adding a sample TIFF image (652x791 as in description) so that we can try to reproduce.
- 11:43 Bug #57075: TYPO3 version 6.2beta images scale wrong when setting height in content element
- Suggestion: see also these threads, with comments from others.
http://lists.typo3.org/pipermail/typo3-english/2014... - 19:30 Bug #57116 (Resolved): Time tracker uses wrong warning icon
- Applied in changeset commit:3450d465e32f10eaa3601baeeb57f859375e2ad7.
- 18:59 Bug #57116 (Under Review): Time tracker uses wrong warning icon
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:57 Bug #57116 (Closed): Time tracker uses wrong warning icon
Since the icon cleanup in #49112 the icon_warning.gif does not exist anymore.
Therefore the timetracker output i...- 18:30 Bug #57010 (Resolved): sys_file_reference field link missing registered SoftReferenceParser "typolink"
- Applied in changeset commit:aeba4803da16062f0489c659e216f43d2b81ec33.
- 18:30 Task #56071 (Resolved): Impexp: add test scenarios for tca types group file and file reference
- Applied in changeset commit:e3c1e9a4f7d9dd6e0fbc0ce1540a1fd761469ea2.
- 18:30 Task #56516 (Resolved): Relations for fields of type group internal_type file_reference are not set on import
- Applied in changeset commit:e3c1e9a4f7d9dd6e0fbc0ce1540a1fd761469ea2.
- 18:30 Bug #56933 (Resolved): Cached class loader misses are not considered on retrieval
- Applied in changeset commit:15df568fdddaaecd3851eb85c9ac4db3711b1368.
- 18:07 Bug #56933: Cached class loader misses are not considered on retrieval
- Patch set 11 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 17:40 Bug #56933: Cached class loader misses are not considered on retrieval
- Patch set 10 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 17:43 Bug #57114 (Closed): Workspaces panel / css
- Hi!
When you click at the "workspaces" button, a style disabling the bulletpoints ist missing, I´ve added an image... - 17:25 Task #56775: Create Basic Registry and interfaces for kick-off
- This should be reverted, as decided this week. We have no time to properly implement the usage of this interface thro...
- 16:57 Task #57098: Remove superfluous margin above #typo3-menu
- Mathias Brodala wrote:
> This highly depends on the browser rendering. On my system the "WEB" is properly aligned to... - 16:14 Task #57098: Remove superfluous margin above #typo3-menu
- Roland Waldner wrote:
> this is how it looks after my patch is applied - please see attachment.
This highly depends ... - 11:12 Task #57098: Remove superfluous margin above #typo3-menu
- this is how it looks after my patch is applied - please see attachment.
- 11:10 Task #57098: Remove superfluous margin above #typo3-menu
- I guess either the gap should be filled with dark grey color or should be removed.
Attached please find a screenshot. - 11:08 Task #57098 (Under Review): Remove superfluous margin above #typo3-menu
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:00 Task #57098 (Closed): Remove superfluous margin above #typo3-menu
- 16:48 Bug #56770: Install Tool flash messages in Step Installer
- Well, you mean keeping them above even the title of the page? Have you had 3 or 4 (or even 20) of these flash message...
- 15:58 Task #56996: Remove attribute data-htmlarea-file-table from RTE
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:32 Bug #52928: Content elements with hidden header are hidden in section index
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:55 Bug #52928: Content elements with hidden header are hidden in section index
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:55 Bug #52928: Content elements with hidden header are hidden in section index
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:16 Bug #52928: Content elements with hidden header are hidden in section index
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:10 Bug #52928: Content elements with hidden header are hidden in section index
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:22 Feature #56953: custom locallang.xml
- @Georg
the 1st hint is at least a way how to solve it without the need to reference each translation with full path.... - 15:19 Task #57109 (Closed): Cleanup and styling for enableMultiSelectFilterTextfield and multiSelectFilterItems
- The styling for enableMultiSelectFilterTextfield and multiSelectFilterItems still needs to be optimized.
- 15:06 Task #57107 (Under Review): Rename escapeJsValue and make it context specific
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:52 Task #57107 (Closed): Rename escapeJsValue and make it context specific
- The stdWrap property escapeJsValue actually encodes the content and should thus be called encodeJsValue. Also the val...
- 15:03 Bug #57036: Standalone Fluid does not consider extbase config
- Markus Klein wrote:
> > Furthermore it would make sense to have this also on cObject level.
>
> Was suggested by MaB... - 12:48 Bug #57036: Standalone Fluid does not consider extbase config
- > Furthermore it would make sense to have this also on cObject level.
Was suggested by MaBa. ;-) - 12:25 Bug #57036: Standalone Fluid does not consider extbase config
- Markus Klein wrote:
> Fluid StandaloneView does not consider framework configuration.
Makes sense.
> Furthermo... - 14:58 Bug #47726: EM: PHP Fatal error on trying to get extension list from TER
- Thanks for trying to help but I get a blank screen shown and in the browser-console the errormessage...
- 14:58 Feature #53992 (New): Make it possible to change the backend layout for page type "system folder"
- 14:57 Bug #19377: Versioning Preview: records that require a singlePid don't work (eg tt_news)
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:57 Bug #27659: sorting by $TCA foreign_sortby vs. foreign_default_sortby
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:05 Bug #27659: sorting by $TCA foreign_sortby vs. foreign_default_sortby
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:57 Bug #51172: Strange Linkvalidator Reports
- Hi,
can we close this issue, as it seams no issue on the side of Linkvalidator. - 14:55 Feature #44170 (Closed): Validate links with user login?
- No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experi... - 14:55 Bug #27214: Linkvalidator checks wrong links (related to DAM)
- DAM does not work with TYPO3 V6…
- 14:53 Bug #27214: Linkvalidator checks wrong links (related to DAM)
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:55 Bug #39217: custom table doesn't work
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:50 Bug #32962: Cannot enable live workspace in user account
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:50 Bug #32299: Workspaces: no changes listed on overview page (v > 4.5.2)
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:49 Bug #32050: Layoutbug in Function "Display versions" in IE9
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5.32 or 6.1.7)?... - 14:48 Bug #29779: Sometimes editor gets an permission error in workspace module
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:48 Bug #28967: JSON arrays in AJAX response sometimes incomplete
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:47 Bug #20248 (Closed): Clicking on preview link enable preview of whole workspace brings error
- No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experi... - 14:46 Bug #13572: preview js is loaded in live workspace frontend preview - causes js error
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:43 Bug #12328 (Closed): Reordering localized content causes translation to display under default language
- Close as duplicate of #16845
If you think that this is the wrong decision or experience this issue again, then ple... - 14:41 Bug #49045 (Closed): Slider Preview shows only Workspace in 6.1.1
- 14:38 Bug #45695: Discard workspace version of record results in Fatal error
- Hi,
does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:37 Bug #44737: Custom stage changes do NOT send email notifications
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:35 Bug #41629: TYPO3-Workspaces height of iframe to small
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5.32 or 6.1.7)?... - 14:34 Bug #41064: Swap / Publish button has wrong link
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:33 Bug #37374 (Closed): Moving content elements from one page to another fails in workspace
- No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experi... - 14:33 Bug #36843: staging notification emails are not sended at any time
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 14:31 Bug #56999: broken handling of rawurlencoded filepaths in FAL's resource-factory
- Hey,
just for the Record, the final solution is:... - 14:31 Bug #29749 (Closed): Big tt_news articles causes errors
- No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experi... - 14:30 Bug #13056 (New): admin users see all changes in LIVE workspace
- 14:28 Bug #25074 (New): Login to different versions of backend on same domain not possible
- 14:22 Bug #24315 (Closed): DBAL: Error creating database table while trying to install openid extension
- 14:19 Bug #57100: Sys_log gets spammed with
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:31 Bug #57100: Sys_log gets spammed with
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:30 Bug #57100: Sys_log gets spammed with
- so we have 2 different patches for the same problem ...
- 13:28 Bug #57100: Sys_log gets spammed with
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:17 Bug #57100 (Under Review): Sys_log gets spammed with
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:02 Bug #57100: Sys_log gets spammed with
- anyway there should be a clear error message (e.g in sys_log) instead of php warnings ... - right?
Do you think this... - 12:29 Bug #57100 (Needs Feedback): Sys_log gets spammed with
- Seems you run through the if branch with this code:...
- 11:49 Bug #57100 (Closed): Sys_log gets spammed with
- ...
- 13:54 Task #55167: Extbase: avoid parseQuery() / buildQuery() to be called multiple times
- Found another regression in #57104 :(
- 13:44 Bug #56746: File list always fetches all files in folder
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:06 Bug #56746 (Under Review): File list always fetches all files in folder
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:21 Bug #57102: Wrong grouping of records in new element wizard
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:04 Bug #57102 (Under Review): Wrong grouping of records in new element wizard
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:58 Bug #57102 (Closed): Wrong grouping of records in new element wizard
- Hello Core-Team,
grouping of tables work perfect as long as each tables title was prepended with "LLL:EXT:"
But i... - 11:55 Task #57031: Cleanup Extbase persistance classes
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:31 Bug #57064 (Resolved): New option clearCache.system does not show up
- Applied in changeset commit:3e651c38ba791c6c426887504821650704ece7f5.
- 11:23 Bug #57094 (Rejected): TCA eval 'int+' fails with a fatal error
- 'int+' is not officially supported in TCA, only in TS
- 09:42 Bug #57094 (Under Review): TCA eval 'int+' fails with a fatal error
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:28 Bug #57094 (Rejected): TCA eval 'int+' fails with a fatal error
- When having a TCA field whose evaluation is set to 'int+', trying to edit a corresponding record results into a PHP f...
- 11:10 Bug #57099 (Closed): Clear caches in Backend don't show updated FlexForm Labels
- Working with TYPO3 6.2.0beta7
*Scenario*
I work on an extension and change an existing FlexForm label of the loca... - 09:50 Task #57096 (Closed): Cleanup Ajax URL JS settings
- 09:39 Bug #56874: Loadingbar in IRRE will not be removed if using dots in field name
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:08 Bug #56874: Loadingbar in IRRE will not be removed if using dots in field name
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:30 Bug #57053 (Resolved): Regression: Extbase query builder uses invalid parameter in parseComparison()
- Applied in changeset commit:b8edbf13900b8f99ccc9d17c003708d53081529b.
- 02:31 Bug #15080 (Under Review): there is no way to paste content element to page where there is no content at all yet (in page view)
- Backports to 6.1 still open. The original 6.1-backport was reverted.
- 00:46 Bug #45854: Copy element, no "insert" symbol in the page view
- Is it ok for you to have this in 6.1 and 6.2 ?
Already patched:
https://review.typo3.org/#/c/25532/
If this is... - 00:45 Epic #13749: Copy/Cut and Paste Improvements
- This one can get closed because of:
https://review.typo3.org/#/c/25532/ - 00:38 Bug #31507 (Resolved): Operations copy&cut in context menu of list-view items don't update icons
- Resolved by: https://review.typo3.org/#/c/25531/
2014-03-19
- 20:02 Bug #52928: Content elements with hidden header are hidden in section index
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:52 Bug #57089 (Under Review): Shortcut mode 'Parent page' does not handle 'selected page'
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:41 Bug #57089 (Closed): Shortcut mode 'Parent page' does not handle 'selected page'
- The shortcut mode '3' is described as 'Parent page of selected/current page', but it always takes the parent of the c...
- 19:32 Bug #56408: Quickedit mode - RTE has no user CSS
- This issue does not seem be exist in TYPO3 6.2.
Where is the warning raised? - 19:30 Bug #55340 (Resolved): [BUG] Several typos in Page Browsing ViewHelper
- Applied in changeset commit:819218ad5237591c9f0ff370fdec1c2a9f91592e.
- 18:32 Bug #55340: [BUG] Several typos in Page Browsing ViewHelper
- Patch set 1 for branch *TYPO3_6-1* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availa... - 19:17 Bug #57053: Regression: Extbase query builder uses invalid parameter in parseComparison()
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:13 Bug #57053: Regression: Extbase query builder uses invalid parameter in parseComparison()
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 19:04 Bug #57053: Regression: Extbase query builder uses invalid parameter in parseComparison()
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:50 Bug #57064: New option clearCache.system does not show up
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:31 Bug #57064: New option clearCache.system does not show up
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:45 Bug #57064: New option clearCache.system does not show up
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:46 Bug #57064: New option clearCache.system does not show up
- Steps to reproduce:
* take an non-admin user and @options.clearCache.system = 1@ to its TSconfig, taking care that... - 09:31 Bug #57064 (Under Review): New option clearCache.system does not show up
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:27 Bug #57064 (Closed): New option clearCache.system does not show up
- With #54991 a new system cache was introduced, along with a new TSconfig property, called @options.clearCache.system@...
- 18:23 Feature #56987: Add "clear PHP opcode cache" into install tool
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 13:42 Feature #56987: Add "clear PHP opcode cache" into install tool
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:26 Feature #56987: Add "clear PHP opcode cache" into install tool
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:52 Feature #56987: Add "clear PHP opcode cache" into install tool
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:26 Feature #56987 (Under Review): Add "clear PHP opcode cache" into install tool
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:22 Bug #57002: SQL-Errors while Upgrading the database with Upgrade Wizard
- The question is why do we get a ALTER TABLE here?
The table does not exist when upgrading from 4.x - 13:19 Bug #57002: SQL-Errors while Upgrading the database with Upgrade Wizard
- Hey,
I get the same error when trying to update a 4.5.32 TYPO3 installation to 6.2.0beta7.
I changed the symlin... - 18:17 Bug #57087 (Closed): Property includeRecordsWithoutDefaultTranslation of the select function misses stdWrap
- #24005 added the new property "includeRecordsWithoutDefaultTranslation" to the select function. Implementing stdWrap ...
- 18:11 Task #53812: Introduce getters for global objects in PageLayoutView
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 18:11 Task #53539: Cleanup code issues in PageLayoutView
- Patch set 11 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 17:41 Bug #32967: Backend workspace copy/cut paste column content fails on publish
- Patch set 11 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is availabl... - 16:57 Task #57056: Improve class structure of core updater
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:58 Task #57056: Improve class structure of core updater
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:06 Task #57056 (Under Review): Improve class structure of core updater
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:05 Task #57056 (Rejected): Improve class structure of core updater
- The core updater in the install tool consists of 8 classes currently.
6 of these classes only contain 5 lines of cod... - 16:27 Bug #31951 (Under Review): Own checkbox layout breaks HTML mail
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:50 Bug #31951: Own checkbox layout breaks HTML mail
- h2. This issue still exists with 6.2.beta:...
- 16:20 Feature #57082 (Closed): Centralize languageField / sys_language_uid dropdown generation
- Currently every extension needs to implement the dropdown field for the available languages by itself.
The problem... - 15:52 Task #57072 (Under Review): Refactor install tool enable file checks
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:55 Task #57072 (Closed): Refactor install tool enable file checks
- As annotated in several files, attempt to refactor and clean up some install tool file checking routines.
- 15:33 Bug #57058: TYPO3\CMS\Extbase\Persistence\Generic\Storage\Backend maybe not loaded or no autoloader?
- For me yes...
- 11:04 Bug #57058 (Needs Feedback): TYPO3\CMS\Extbase\Persistence\Generic\Storage\Backend maybe not loaded or no autoloader?
- Can this be closed?
- 10:26 Bug #57058: TYPO3\CMS\Extbase\Persistence\Generic\Storage\Backend maybe not loaded or no autoloader?
- I just test and it works.
Thanks - 10:07 Bug #57058: TYPO3\CMS\Extbase\Persistence\Generic\Storage\Backend maybe not loaded or no autoloader?
- Yep, we broke that, sorry. Please test the fix https://review.typo3.org/#/c/28519
- 09:23 Bug #57058: TYPO3\CMS\Extbase\Persistence\Generic\Storage\Backend maybe not loaded or no autoloader?
- I have the same but with the ext t3chimp. Any idea?
Thanks - 06:10 Bug #57058 (Closed): TYPO3\CMS\Extbase\Persistence\Generic\Storage\Backend maybe not loaded or no autoloader?
- I am not yet sure if this is a problem in my extension "news" or in core but got a report (which has been confirmed) ...
- 15:33 Bug #46020: Image size is 0 when not scaled
- Stumbled upon the exact same problem within a fresh 6.1.7 installation. Strangely enough the problem here only occurs...
- 15:09 Feature #57079 (Under Review): Allow disableing rootline security check for content_from_pid
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 15:05 Feature #57079 (Rejected): Allow disableing rootline security check for content_from_pid
- Currently it is not possible to use the @content_from_pid@ page property to display contents of other pages that have...
- 14:55 Bug #56874 (Under Review): Loadingbar in IRRE will not be removed if using dots in field name
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:42 Bug #54576: Make Extbase compatible to work with extensions >= TYPO3 4.5
- Since Tx_Extbase_DomainObject_AbstractEntity is a subclass of TYPO3\\CMS\\Extbase\\DomainObject\\AbstractEntity this ...
- 14:33 Bug #57075 (Closed): TYPO3 version 6.2beta images scale wrong when setting height in content element
- Below, copied text from my additions to the English list. That describes the issue the best I suppose.
On the sa... - 14:32 Bug #57073 (Under Review): Rootline cache fails for comma seperated MP parameters
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 14:25 Bug #57073 (Closed): Rootline cache fails for comma seperated MP parameters
When the mount point parameter of an URL consists of multiple, comma seperated values the rootline cache throws an ...- 14:10 Bug #56284: Copied references keep reference to original
- For me this is solved after #44795. I cannot reproduce the Problem any more.
- 13:18 Bug #56030: cli_dispatch.phpsh : Fatal error: The PackageStates.php file is either corrupt or unavailable.
- I can confirm the described behaviour of d.ros.
At the moment I don't have a working scheduler (it gives the same er... - 13:08 Feature #55175: Accessibility and HTML5 for sysext 'form'
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:30 Bug #56423 (Resolved): Page shortcuts redirect with HTTP Status 301 and get cached on some devices
- Applied in changeset commit:d404982b31bd902fa108b3e677a27759b4f87de5.
- 06:14 Bug #56423: Page shortcuts redirect with HTTP Status 301 and get cached on some devices
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:07 Task #20016: wrong age calculating in stdWrap
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 12:04 Bug #25074: Login to different versions of backend on same domain not possible
- Hi,thanks for taking care! As far as tested, the problem still exists in 6.1.7.
Currently there is another Bug (#57... - 09:37 Bug #25074 (Needs Feedback): Login to different versions of backend on same domain not possible
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 12:03 Bug #24315: DBAL: Error creating database table while trying to install openid extension
- Hi Alexander,
I do not remember exactly what the problem was there.
I agree to close this issue.
Best regard... - 09:37 Bug #24315 (Needs Feedback): DBAL: Error creating database table while trying to install openid extension
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 12:03 Bug #57070 (Closed): BE: Page navigation does not work behind ssl-proxy
- The page navigation (middle column) in the BE does not work if connected through an ssl-proxy. For all menu pages und...
- 11:51 Bug #57069 (Closed): FAL indexer task doesn't support storages below storages
- Jep, you are right. Dupe of #54415.
- 11:43 Bug #57069: FAL indexer task doesn't support storages below storages
Probably the same issue as in #54415.- 11:30 Bug #57069 (Closed): FAL indexer task doesn't support storages below storages
- The FAL API could handle storages below storages now, but the indexer task doesn't.
storage 1:/fileadmin/
storage... - 11:42 Bug #47129: PI-BASED Indexed Search (v 4.7.7): search.exactCount = 1 doubles the shown results
- bug also exists in 6.2
- 11:40 Bug #20725 (Closed): Compare Database cannot handle ENGINE when DBAL is installed
- 11:35 Bug #56083 (Closed): FAL: Problem with linking images
- No problem. Glad that it is solved :)
- 11:34 Bug #56083: FAL: Problem with linking images
- Sry, yes. We are team members working for the same company ;) Thx again and sry for any inconvenience caused.
- 11:33 Bug #56083: FAL: Problem with linking images
- Bjoern is the issue also for you resolved?
- 10:43 Bug #56083: FAL: Problem with linking images
- Ok, sorry. A extension merged some listNum stuff into the Typoscript and generate this error.
By default, TYPO3 works... - 08:53 Bug #56083: FAL: Problem with linking images
- I can not reproduce. Could it be you are not using the latest css_styled_content?
here the typoscript looks like:
... - 11:30 Task #56285 (Resolved): Impexp: Links to sys_file (file:uid) fail on import (link fields and rte)
- Applied in changeset commit:7be59356441866d54b3eea5511cec227a8e6464f.
- 11:30 Bug #55593 (Resolved): Cleanup ext_localconf.php of system extensions
- Applied in changeset commit:f62864d33005d7ed456819d016e3e3b2bedeb70a.
- 10:24 Bug #55593: Cleanup ext_localconf.php of system extensions
- Patch set 4 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:22 Bug #55593: Cleanup ext_localconf.php of system extensions
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:00 Bug #55593: Cleanup ext_localconf.php of system extensions
- Patch set 2 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:53 Bug #55593 (Under Review): Cleanup ext_localconf.php of system extensions
- Patch set 1 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:30 Task #56089 (Resolved): Impexp: add test scenarios for RTE with images and links to files
- Applied in changeset commit:7be59356441866d54b3eea5511cec227a8e6464f.
- 11:10 Bug #35917: Searchformular error
- can you please reupload the attachment?
- 11:07 Task #56071: Impexp: add test scenarios for tca types group file and file reference
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:07 Task #56516: Relations for fields of type group internal_type file_reference are not set on import
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 11:06 Task #25830: Use $TYPO3_CONF_VARS['BE']['explicitADmode'] = 'explicitAllow' as default
- why not adding a question to the upgrade wizard and tell the user, that explicitDeny is not recommend and should be c...
- 10:51 Task #57067 (Accepted): Follow-Up re-use preparedStatement object
- 10:50 Task #57067 (Rejected): Follow-Up re-use preparedStatement object
- As Xavier mentioned in #56979, we should introduce some 1st level prepared statement cache.
- 10:44 Bug #56781: Cleanup main_rte function in the ElementBrowser and children
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:36 Task #57012: Move update functionality from to BackendUserSessionRepository
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:20 Task #57012: Move update functionality from to BackendUserSessionRepository
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 10:26 Feature #57066 (Closed): Allow Paste Upload into filerefences and rte
- it would be nice to allow copy'n'paste upload in filereferences and rte
an example can be found here:
http://mobiar... - 10:23 Feature #57065 (Closed): TCEForms always react on CTRL+S (CMD+S) similar to Constant Editor
- for easier usage, the behaviour should be normalized an it should be possible to use the same shortcuts on every page...
- 10:01 Bug #34160: Replacing/Overwriting a file could leave a stale index record
- Is that solved with 45110 for 6.2 already? If no files are duplicate in 6.2 anymore, do we need a "deduplication" upo...
- 09:47 Bug #23478: Extension tables is messing up on New Record screen
- Patch set 3 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 09:15 Bug #23478: Extension tables is messing up on New Record screen
- On Patch Set 2, shouldn't be made same change ($_EXTKEY = $nameParts[1]) in previous else-branch too? Please see orig...
- 09:40 Task #55661 (Accepted): Add functional tests for extbase persistence
- Just some tests were merged yet, Work is ongoing ...
- 09:35 Bug #25066 (Needs Feedback): List Module: Without privileges to modify edit-icons are shown and clickable leading to an empty page
- Hi,
as this issue is very old. IMHO the issues in this area are more "work in progress" and some of them are handl... - 09:32 Bug #25070 (Needs Feedback): UI issue when deleting extensions
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 09:31 Bug #25069 (Needs Feedback): UI issue when importing extensions
- Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1.7)?
- 09:30 Bug #56077 (Resolved): Blocking errors if files deleted
- Applied in changeset commit:5869277c2cb262605ac76c97c6bfe3771fc10fe3.
- 09:30 Bug #30137: Unable to open files with extension .ts
- In #48812 "ts" was added to the text files, so it should now be editable IMHO. This change is available since TYPO3 6...
- 09:22 Bug #45825 (New): Problems with Install Tool and PostgreSQL
- 09:22 Bug #29595 (Closed): Update of a DB record via extbase fails on MSSQL
- 09:19 Bug #54179: TYPO3 6.1.6 on Windows - Backend is not loading
- Can we close this issue or is something left over?
- 09:18 Bug #53996 (Closed): Access Modul
- No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experi... - 09:18 Bug #24181: Select box "language" inaccessible in narrow viewports (Page > Quickedit)
- This is no security issue so this won't be fixed in 4.7 (also not in 4.5).
So only the question is left, does this... - 09:16 Bug #51663 (Closed): Render extended fields of sys_file_reference
- No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experi... - 09:14 Bug #56802 (Needs Feedback): f:image returns wrong image path if absRefPrefix is set
- 09:14 Bug #56802 (Accepted): f:image returns wrong image path if absRefPrefix is set
- Could you check if this is still a bug on current master? #56927 should have fixed this.
- 09:14 Bug #52116: FAL translation failed in show view
- Do you have this issue with latest TYPO3 6.2 beta7?
- 09:12 Task #35010 (Closed): unused variable $errorMsg in logDeprecatedFunction
- 09:12 Bug #56862 (Accepted): Broken icons in file / folder RTE linkbrowser
- 09:05 Bug #57063 (Closed): Parent language is not applied to new child records
- Hi!
When creating a element in another language than the default language and adding a child element via IRRE, i a... - 09:04 Bug #57062 (Closed): Clipboard not visible on empty page
- The clipboard is not shown in listview if there are no records on the page/sys_folder
- 08:30 Bug #56205 (Resolved): Cannot use contain query with multivalued static enumeration column
- Applied in changeset commit:f8233c152c1f34d6a5c50ab3ea30778e58dcb363.
- 08:30 Bug #56751 (Resolved): Followup for #48512 - RTE Linking with file upload fails when no folder is selected
- Applied in changeset commit:83321601fa0e8ea223db261045708ea91b54ae92.
- 06:54 Bug #56999: broken handling of rawurlencoded filepaths in FAL's resource-factory
- Hi thanks for you feedback; passing publicUrl is indeed wrong in will lead to these problems
as the name tells: it i... - 06:16 Bug #56992: Hide "new page buttons" for users who can't create new pages
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 06:14 Bug #56992: Hide "new page buttons" for users who can't create new pages
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 01:30 Bug #54412 (Resolved): Improve default value handling for NULL value fields
- Applied in changeset commit:6695eddf42ed2ddf5ba5cfefcaaca94616bf52d1.
- 00:30 Bug #56865 (Resolved): Updating TYPO3 core fails
- Applied in changeset commit:b255afc2c9181d26f11d536b66a52d763e2f1286.
- 00:20 Bug #56865: Updating TYPO3 core fails
- Patch set 8 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:16 Bug #56865: Updating TYPO3 core fails
- Patch set 7 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:07 Bug #56865: Updating TYPO3 core fails
- Patch set 6 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available... - 00:03 Bug #56865: Updating TYPO3 core fails
- Patch set 5 for branch *master* of project *Packages/TYPO3.CMS* has been pushed to the review server.
It is available...
Also available in: Atom