Activity
From 2012-06-26 to 2012-07-25
2012-07-25
- 21:24 Bug #39271 (Closed): Accessibility label translation
- In the link popup, when selecting "external-link-new-window" (or another
style), the link title message is using the... - 20:30 Bug #39237 (Resolved): Re-read extListArray in em at runtime
- Applied in changeset commit:3b307bf79788c2543d2e67507c4c25b7d6f3b5fb.
- 11:43 Bug #39237 (Under Review): Re-read extListArray in em at runtime
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13038 - 11:41 Bug #39237 (Closed): Re-read extListArray in em at runtime
- The introduction package loads multiple extensions in one go through the em API enableExtension(). The refreshGlobalE...
- 20:28 Bug #25003: tcaTree: minitems and maxitems don't work well
- Patch set 2 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 20:11 Bug #39232: PHP error_reporting cannot be set properly, E_STRICT errors shown on PHP 5.4
- Just a note: all pending PHP 5.4 patches were now submitted by Helmut, therefore the Core should now always set the c...
- 15:45 Bug #39232: PHP error_reporting cannot be set properly, E_STRICT errors shown on PHP 5.4
- Without analysing your report in depth, one comment:
mod_php's @php_admin_value@ can only be set on a "virtual hos... - 11:34 Bug #39232: PHP error_reporting cannot be set properly, E_STRICT errors shown on PHP 5.4
- Additional Information:
* PHP is ran as mod_php on Apache
* I've checked with phpinfo() from the install tool, that... - 11:18 Bug #39232 (Closed): PHP error_reporting cannot be set properly, E_STRICT errors shown on PHP 5.4
- Hi
I tested this with
* TYPO3 v4.5.17
* PHP 5.4.4
* Ubuntu 10.04 LTS
Running the TYPO3 website with PHP 5.3.... - 19:30 Bug #35154 (Resolved): Exclude E_STRICT from exceptionalErrors in PHP 5.4
- Applied in changeset commit:ce5ba95ca61b55c1bc59433ea347f32901f474e1.
- 19:30 Bug #38691 (Resolved): Exclude E_STRICT on PHP 5.4
- Applied in changeset commit:841862e16635e11f870762f6ad891cabd39cf593.
- 18:29 Bug #17412 (Closed): parseFunc tags.XXX for single tags doesn't work
- Good catch! :) Thanks!
- 14:19 Bug #17412: parseFunc tags.XXX for single tags doesn't work
- IMHO this is fixed already. I tested with 4.5.14:...
- 18:27 Bug #36616: TYPO3 4.7 sectionIndex not working correctly on multilanguage site
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11249 - 15:02 Bug #36616: TYPO3 4.7 sectionIndex not working correctly on multilanguage site
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11249 - 12:54 Bug #36616: TYPO3 4.7 sectionIndex not working correctly on multilanguage site
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11249 - 17:45 Bug #33357: Media content element doesn't work with YouTube URLs
- In TYOP3 4.7.1 I'm not able to reproduce this. Standard YouTube links (for example http://www.youtube.com/watch?v=KxO...
- 16:58 Bug #39260: No thumbnails in readOnly select fields in TCEforms
- This is what I'm trying to hand in, but I once again ruined my local TYPO3/Git environment. Will try again tomorrow.
- 16:27 Bug #39260: No thumbnails in readOnly select fields in TCEforms
- This is what I want to achieve
- 16:27 Bug #39260 (Closed): No thumbnails in readOnly select fields in TCEforms
- At the moment when you render a group/db select field with
'readOnly' => 1,
'show_thumbs' => 1
no thumbnails a... - 16:40 Bug #39261 (Closed): parseFunc does not handle nested tags correct
- The _parseFunc function is not able to detect nested tags properly. The function is searching for the first closing t...
- 16:17 Bug #26141: RTE removes empty paragraphs before header
- Maybe it’s a configuration issue on Page TS Config?
- 15:22 Bug #39138: sysEXT:form checkbox send as input field in EMail
- I've added Patrick to the "watchers" list, maybe he could give us some insight and feedback on what he thinks of it.
... - 00:27 Bug #39138: sysEXT:form checkbox send as input field in EMail
- I'd say it's a bug. And the bug itself is that the extension is using the FE rendering template also for the mail ren...
- 14:45 Bug #39187 (Rejected): PHP Fatal error: Class 't3lib_utility_Debug' not found
- I disagree that we want to load more classes in the core "at this point". A minimum set of classes to "kick start" th...
- 14:44 Bug #39252: Flexform group field mutiple tables unable to select page
- Here is my flexform field config, if it helps:
<records>
<TCEforms>
<exclude>1</exclude>
<l... - 14:43 Bug #39252 (Closed): Flexform group field mutiple tables unable to select page
- Hi,
When you create a group field in a flexform, internal_type db, and configure 2 tables.
my_custom_record,pag... - 14:40 Feature #37673: Deny access to certain pagetypes via TSConfig
- While it sounds like useful, we won't have this in 4.5.x at all. As with all minor releases of TYPO3, we won't be add...
- 08:25 Feature #37673: Deny access to certain pagetypes via TSConfig
- Jigal van Hemert wrote:
> Security problems always come later. When there is an access problem and the options someo... - 13:57 Bug #39248: fetchUserRecord don't work without username
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13041 - 13:55 Bug #39248 (Under Review): fetchUserRecord don't work without username
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13041 - 13:49 Bug #39248: fetchUserRecord don't work without username
- Hi Robert!
1=1 is the only right solution, as $extraWhere is required to begin with ' AND'. - 13:20 Bug #39248 (Closed): fetchUserRecord don't work without username
- e.g. fetchUserRecord($dbUser, false, 'fe_users.uid=1') don't work because $usernameClause is empty and is followed by...
- 13:32 Feature #21142: HMENU - sectionIndex does not allow to select other CEs than colPos = 0
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11251 - 13:11 Bug #39197: Pagetree Filtering can't handle records moved in draft - errors and blanks
- Steps to reproduce all three forms of misbehavior:
1. Create two pages A & B and add a subpage C to B.
2. In a dr... - 11:49 Bug #39197 (Under Review): Pagetree Filtering can't handle records moved in draft - errors and blanks
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13040 - 12:12 Bug #39242 (Closed): Better isLocalconfWritable handling
- The extMgm method should be reworked, probably moved to t3lib_Configuration, and the bootstrap / em / install code ch...
- 12:10 Bug #39241 (Closed): Deprecate / cleanup t3lib_install
- the localconf write methods are obselete. They should be stripped down to a state where they can not harm anymore and...
- 12:09 Feature #39228: Hook to disable writing page cache
- I would rather choose a cleaner approach:
Introduce a "DualCacheBackend" (or whatever name). This one would take c... - 09:37 Feature #39228: Hook to disable writing page cache
- How to test:
* click on a few pages in your site (some with USER_INT objects, some without): all get written to cach... - 09:33 Feature #39228 (Under Review): Hook to disable writing page cache
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13032 - 08:58 Feature #39228 (Closed): Hook to disable writing page cache
- There are possibilities - like well-known extension nc_staticfilecache - to write the pages to special caches, like s...
- 11:46 Bug #15494: Add group by "Name" and "Email" to Backend User Administration
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 11:46 Feature #37949: improve backenduser management module (especially when having tons of users)
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 11:46 Feature #33427: Extend backend userlist to show more than 1000 users
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 11:46 Feature #39141: Migrate EXT: beuser to extbase
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 11:31 Bug #39235 (Closed): Warning: ArrayIterator::seek() expects parameter 1 to be long, string given
- Hi!
Get this error when using the new image storage on open the Element Browser.... - 11:24 Task #39234 (Closed): Add new sys_notes to info module
- The info module displayed sys_notes in earlier versions. This needs to be done for the new ones too.
tx_cms_webinf... - 11:24 Bug #30229: Error when deleting a Page with translation
- Thanks Claudio, this patch works for me.
- 09:10 Bug #21481: Backend: Generated tumbnails can't cached in the clients browser
- Patch set 2 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 00:08 Bug #39110: Fix install tool -> Basic Configuration
- probably fully fixed with #39112, should be checked again.
- 00:06 Bug #39111 (Resolved): Fix dbal & workspace install tool
- done with #39224
2012-07-24
- 23:30 Bug #39224 (Resolved): Adapt to the new localconf handling
- Applied in changeset commit:5bee493e72eeaf8e342c7f2c6701fc13a545eaf3.
- 22:26 Bug #39224: Adapt to the new localconf handling
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13027 - 20:22 Bug #39224: Adapt to the new localconf handling
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13027 - 18:35 Bug #39224: Adapt to the new localconf handling
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13027 - 18:34 Bug #39224: Adapt to the new localconf handling
- Of course I meant #38562
- 18:32 Bug #39224 (Closed): Adapt to the new localconf handling
- #38086 introduced a new local configuration handling which needs changes in the auto activation feature of DBAL
- 23:30 Bug #39112 (Resolved): Fix 1-2-3(-4) wizards
- Applied in changeset commit:be626a027ad3ec8b13a1587345354976b1af1d38.
- 22:38 Bug #39112: Fix 1-2-3(-4) wizards
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13028 - 22:26 Bug #39112: Fix 1-2-3(-4) wizards
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13028 - 21:57 Bug #39112: Fix 1-2-3(-4) wizards
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13028 - 21:50 Bug #39112: Fix 1-2-3(-4) wizards
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13028 - 21:14 Bug #39112: Fix 1-2-3(-4) wizards
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13028 - 20:27 Bug #39112 (Under Review): Fix 1-2-3(-4) wizards
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13028 - 20:30 Bug #39191 (Resolved): removed restriction of class prefixes causes debug in BE
- Applied in changeset commit:8a995adbd929f8525721de1ed944d176fa375765.
- 10:02 Bug #39191: removed restriction of class prefixes causes debug in BE
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13001 - 09:57 Bug #39191: removed restriction of class prefixes causes debug in BE
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13001 - 06:13 Bug #39191: removed restriction of class prefixes causes debug in BE
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13001 - 20:00 Feature #39141: Migrate EXT: beuser to extbase
- First of all: great work! Thanks a bunch for this.
My points:
* As Marcus said, the pagebrowser is shown even if ... - 10:25 Feature #39141: Migrate EXT: beuser to extbase
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 18:42 Bug #39187: PHP Fatal error: Class 't3lib_utility_Debug' not found
- @Georg, thanks for fixing
The reason I did not push the change is, that all included files must be absolutely noti... - 07:25 Bug #39187: PHP Fatal error: Class 't3lib_utility_Debug' not found
- FYI: this has been fixed within ext:news, see https://review.typo3.org/#/c/13014/ for the commit
but yes, it would... - 18:31 Feature #36669: Add Hook to manipulate BE login form
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12417 - 18:00 Bug #39222 (Under Review): Comments are not displayed on move placeholders
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13025 - 17:55 Bug #39222 (Closed): Comments are not displayed on move placeholders
- When moving elements to a new location and then sending them to the next stage, the comments entered are not displaye...
- 17:16 Bug #39220 (Resolved): Non-localized labels do not fall back properly to default language
- 17:14 Bug #39220: Non-localized labels do not fall back properly to default language
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 17:13 Bug #39220: Non-localized labels do not fall back properly to default language
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:44 Bug #39220: Non-localized labels do not fall back properly to default language
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13020 - 16:17 Bug #39220: Non-localized labels do not fall back properly to default language
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13020 - 16:13 Bug #39220 (Under Review): Non-localized labels do not fall back properly to default language
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13020 - 16:08 Bug #39220 (Closed): Non-localized labels do not fall back properly to default language
- Whenever a record is not translated, Pootle exports the localization file with only the "source" element and no "targ...
- 16:30 Task #39221 (Under Review): Improve sys_note code
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13021 - 16:29 Task #39221 (Closed): Improve sys_note code
- Code of sys_note can be highly improved:
* Use fluid for templating
* Move xlf files to Resources
* Add a kind-of ... - 16:10 Feature #37673 (Accepted): Deny access to certain pagetypes via TSConfig
- Security problems always come later. When there is an access problem and the options someone has access to are too po...
- 14:21 Feature #37673: Deny access to certain pagetypes via TSConfig
- I could be happy if you release this code in the next 4.5.18 version
t3lib/tree/pagetree/class.t3lib_tree_pagetree_d... - 14:56 Bug #30229: Error when deleting a Page with translation
- attached is a patch against 4.5.17 that fixes the problem. i am not sure if the patch format is right.
- 14:33 Bug #25327: Pagetree filter does not work in Internet Explorer
- After testing we find that this issue is still adhand in versions 4.5.X, 4.6.X and 4.7.X
- 13:36 Bug #39217 (Closed): custom table doesn't work
- This is related to the bug described here http://bugs.typo3.org/view.php?id=17526. I can't find a new entry for that ...
- 10:25 Bug #15494: Add group by "Name" and "Email" to Backend User Administration
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 10:25 Feature #37949: improve backenduser management module (especially when having tons of users)
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 10:25 Feature #33427: Extend backend userlist to show more than 1000 users
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 09:44 Bug #15293 (Rejected): FORM wizard does not support FORM reset button
- We won't have it in 4.5 anymore and we have the new FORM extension which provides a reset button.
- 08:17 Bug #34148 (Under Review): t3lib_loadDBGroup::start() does not recognize a multitable relationship if $MM_oppositeFieldConf['allowed'] is "*"
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 07:30 Task #33082 (Resolved): Improve error msg of "broken rootline"
- Applied in changeset commit:c85d6be51e9b4449dd49fc42b3403a810518c927.
2012-07-23
- 23:41 Bug #32686: Restricting backend login to adminOnly disables switching backend users
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:40 Bug #32686 (Under Review): Restricting backend login to adminOnly disables switching backend users
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:30 Bug #28684 (Resolved): Swiftmailer integration does not use charset definitions in all cases
- Applied in changeset commit:bc0feedd7bb052c106bc0e873d70c0e2e7c39d52.
- 23:11 Bug #28684 (Under Review): Swiftmailer integration does not use charset definitions in all cases
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:27 Bug #33592: Moved translated content elements are in wrong colpos
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:26 Bug #33592: Moved translated content elements are in wrong colpos
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:18 Bug #39203: User settings cannot be saved
- I just did another check for this one and also saving my e-mailaddress is working nicely.
- 23:03 Bug #39203: User settings cannot be saved
- Wouter Wolters just tested it and it might be a local issue with my setup. I'll update this issue as soon as I checke...
- 22:41 Bug #39203 (Closed): User settings cannot be saved
- When I'm logged in as an admin-BE-user, I cannot edit my own user's settings in User Tools -> User Settings
Enteri... - 23:15 Task #33082: Improve error msg of "broken rootline"
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:13 Task #33082 (Under Review): Improve error msg of "broken rootline"
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:39 Bug #39187: PHP Fatal error: Class 't3lib_utility_Debug' not found
- I know this is a problem rather specific about news, but that needs to be solved on way or another.
The reason why... - 14:39 Bug #39187: PHP Fatal error: Class 't3lib_utility_Debug' not found
- Added Georg as watcher.
- 14:17 Bug #39187 (Needs Feedback): PHP Fatal error: Class 't3lib_utility_Debug' not found
- I would rather suspect that the autoloader is loaded "too late", as it should be able to require this file once it is...
- 13:02 Bug #39187 (Rejected): PHP Fatal error: Class 't3lib_utility_Debug' not found
- This happens if an extension does some magic inside ext_autoload.php and calls a deprecated function.
To reproduce... - 20:30 Bug #37967 (Resolved): YouTube videos can't be played with Media CE
- Applied in changeset commit:fc1a8f0826780c363982ad9fe7b778c655b73a82.
- 19:35 Bug #37967: YouTube videos can't be played with Media CE
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 20:03 Feature #34621: Allow <INCLUDE_TYPOSCRIPT to include directories (recursive)
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9431 - 20:01 Feature #34621: Allow <INCLUDE_TYPOSCRIPT to include directories (recursive)
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13005 - 19:30 Bug #38927 (Resolved): $_EXTCONF was not filled in ext_tables.php
- Applied in changeset commit:baba7fae8726b439e144148c403a80b303ac8268.
- 18:04 Bug #18600 (Under Review): IRRE Sorting of Records
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13003 - 16:21 Bug #39197 (Closed): Pagetree Filtering can't handle records moved in draft - errors and blanks
- After moving a record in a draft workspace, the record can no longer be found by filtering the pagetree.
If the filt... - 15:47 Bug #39191: removed restriction of class prefixes causes debug in BE
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13001 - 15:00 Bug #39191 (Under Review): removed restriction of class prefixes causes debug in BE
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13001 - 14:49 Bug #39191 (Closed): removed restriction of class prefixes causes debug in BE
- see http://forge.typo3.org/issues/39164
as reported by Sebastian Michaelsen, lots of debug statements pop up in BE... - 14:24 Bug #39189 (Closed): Copy to clipboard doesn't work
- The button "copy selection" doesn't work. Firebug says:
"RTE[data_tt_content__3967__bodytext_][HTMLArea.DOM.Selec... - 14:23 Task #39164: [CLEANUP] remove restricted prefixes for classes
- We will deliver a patch as soon as possible.
- 11:50 Task #39164: [CLEANUP] remove restricted prefixes for classes
- At the moment I have a problem with my Git stuff, but as far as I can see this patch results in debug() error when yo...
- 14:21 Bug #36946: Copy paste in live makes draft placeholders visible.
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11076 - 13:10 Bug #36946: Copy paste in live makes draft placeholders visible.
- Steps to reproduce:
1. Create a page in the live workspace.
2. Open a draft workspace and add a subpage to the pa... - 13:30 Bug #34152 (Resolved): stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- Applied in changeset commit:8e944f09c49ad51b03c7492f0f0647a7b9ab1c88.
- 12:44 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 12:41 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 12:35 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:00 Bug #37952: Treelist cache is not cleared after publishing
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12195 - 12:25 Bug #35587 (Rejected): SimpleMailInvoker as well as old Mail API break message on \n.\n
- This behaviour comes from a wrongly set PHP's "sendmail_path" setting.
The SwiftMail "sendmail" mailer transport (... - 12:16 Task #39146 (Rejected): Switch the belog module to use the BE user model from extbase
- Ah ok, it was possible as soon as I removed the "blocked by" dependency on #39145.
Rejected! - 12:15 Task #39146 (On Hold): Switch the belog module to use the BE user model from extbase
- cannot change to status "Closed". Strange!
- 12:12 Task #39146: Switch the belog module to use the BE user model from extbase
- Thanks for the background information. Then please let's mark this ticket as rejected.
- 11:02 Task #39146: Switch the belog module to use the BE user model from extbase
- I'm absolutely fine with a BE user model, but there's still no sense in putting energy into something that will be go...
- 12:01 Task #35815 (Closed): Restore old SWFObject
- 11:48 Bug #33594: Missing argument 4 for t3lib_TCEmain::moveL10nOverlayRecords(), called in ...version\class.tx_version_tcemain.php on line 1376
- Had another look. Yes, please close. The change mentioned was applied down to 4.5, so to all versions still in service.
- 11:43 Bug #19956: Page alias not publishing to LIVE from any workspace
- Michael, please have a look ...
- 11:17 Bug #39176: tslib_cObj::filelist() implodes filenames by , without caring about commas in filenames
- good find, but I wouldn't deprecate filelist() since usually in TS you handle strings, not arrays...
- 01:33 Bug #39176 (Under Review): tslib_cObj::filelist() implodes filenames by , without caring about commas in filenames
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12991 - 01:06 Bug #39176: tslib_cObj::filelist() implodes filenames by , without caring about commas in filenames
- Could we make filelist() return an array instead of a comma-separated list maybe? By turning it into filelistArray() ...
- 01:03 Bug #39176 (Rejected): tslib_cObj::filelist() implodes filenames by , without caring about commas in filenames
- For example the component tt_content.uploads.20, which gets it's funtionality from
typo3/sysext/css_styled_content/p... - 11:04 Bug #39127 (Under Review): Translation of a form makes the form wizard unusable
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12996 - 10:03 Feature #39178 (Rejected): Configuration for always enabling cHashes
- 10:03 Feature #39178: Configuration for always enabling cHashes
- Ah, ah, interesting, someone already had the same issue (I'm not surprised ;-) ). There's already such a hook in the ...
- 09:59 Feature #39178: Configuration for always enabling cHashes
- Yes, that could be another possibility. I'm not sure it would help with forms, though, as I'm unsure you could really...
- 09:52 Feature #39178: Configuration for always enabling cHashes
- I think it might be "dangerous" to have such a setting which requires lots of knowledge about the caching and hash me...
- 09:49 Feature #39178: Configuration for always enabling cHashes
- You're right that conditions could fit the bill. However in my use case the parameter that we needed to take into acc...
- 09:39 Feature #39178 (Under Review): Configuration for always enabling cHashes
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12994 - 09:35 Feature #39178 (Needs Feedback): Configuration for always enabling cHashes
- Francois Suter wrote:
> My use case is about having additional variables passed in all links (using config.linkVars)... - 09:13 Feature #39178: Configuration for always enabling cHashes
- My use case is about having additional variables passed in all links (using config.linkVars) that should be taken int...
- 09:12 Feature #39178 (Rejected): Configuration for always enabling cHashes
- It it possible to force typolinks to use cHashes with property "useCacheHash". It would be convenient to be able to d...
- 09:55 Feature #39141: Migrate EXT: beuser to extbase
- Hey guys, wonderful to see your support for this new module!
I am very happy to see the progress and new ideas touch... - 00:30 Bug #33895 (Resolved): Update extension must invalidate autoloader cache
- Applied in changeset commit:612d7050dcfe86d42447182c886131ec933310bf.
- 00:29 Task #38952: Add Unit Test for Static File Collection
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12789
2012-07-22
- 22:42 Bug #27659: sorting by $TCA foreign_sortby vs. foreign_default_sortby
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12987 - 14:03 Bug #27659: sorting by $TCA foreign_sortby vs. foreign_default_sortby
- I created a little extension to track down the problem. It contains the test data as well. Feel free to use it to tes...
- 13:58 Bug #27659 (Under Review): sorting by $TCA foreign_sortby vs. foreign_default_sortby
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12987 - 22:39 Feature #39175 (Closed): buttons.table.enableHandles ( rtehtmlarea 4.7.1)
- hello,
after resizing a table, the values for the size look like <table height="177" width="342">. It seems that t... - 22:30 Feature #39141: Migrate EXT: beuser to extbase
- ...
- 22:27 Task #39146: Switch the belog module to use the BE user model from extbase
- Yes but if the BackendUser Model will be into extbase with version 6 it is a no brainer to replace the model of the b...
- 14:57 Bug #39173 (Needs Feedback): Cleanup ext_emconf booleans
- You need to fix the method that re-generates the ext_emconf.php first before we can change it, else we will end up ag...
- 14:48 Bug #39173: Cleanup ext_emconf booleans
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12988 - 14:45 Bug #39173 (Under Review): Cleanup ext_emconf booleans
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12988 - 14:07 Bug #39173 (Rejected): Cleanup ext_emconf booleans
- Make booleans real booleans, and not integers
- 14:16 Bug #38135: Apc Cache backend has side effects
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12145 - 13:50 Bug #39127: Translation of a form makes the form wizard unusable
- Agreed, you're absolutely right. Can you rename the issue?
- 00:20 Bug #39165: HTML content element html-decodes HTML entities
- Can confirm that it works on the first saving,
if reopened in the backend, it gets HTML-encoded.
Happens for me w...
2012-07-21
- 23:35 Bug #39165 (Accepted): HTML content element html-decodes HTML entities
- The bug seems to be in the backend editing form.
It doesn't happen in TYPO3 4.5, it started with 4.6:
On first... - 20:09 Bug #39165 (Closed): HTML content element html-decodes HTML entities
- When saving the HTML markup in an HTML content
element it HTML-decodes all HTML entities.
E.g. the following:
... - 23:21 Bug #33895: Update extension must invalidate autoloader cache
- This is not relevant for TYPO3 4.5 as there is no autoloader cache.
- 13:39 Bug #33895: Update extension must invalidate autoloader cache
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:38 Bug #33895 (Under Review): Update extension must invalidate autoloader cache
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:15 Bug #39122: Invalid chmod by default for folder typo3temp/Cache/Data/t3lib_l10n/
- Maybe related to this: #32261? This was resolved in 4.6.5 and 4.7.0.
- 22:51 Bug #39122 (Needs Feedback): Invalid chmod by default for folder typo3temp/Cache/Data/t3lib_l10n/
- Could you please specify which version of TYPO3 you are using?
What is your settings (in Install Tool > All Config... - 23:11 Bug #24303: Subgroups field in usergroup edit form should be renamed in "Is subgroup of"
- It's not really a parent / child relationship. In fact when you add "subgroups" (name is indeed misleading) you are a...
- 23:07 Bug #39138 (Needs Feedback): sysEXT:form checkbox send as input field in EMail
- Christian, so you are implying that this is not a bug? Maybe perhaps some feature that you might be missing?
Pleas... - 22:58 Bug #39127: Translation of a form makes the form wizard unusable
- So translating *is* possible, but its just a matter of not having the prefix in the translation? The subject of this ...
- 22:58 Bug #27659 (Accepted): sorting by $TCA foreign_sortby vs. foreign_default_sortby
- foreign_default_sortby can only used with non-MM relations. with MM relations foreign_sorting is always used to manua...
- 22:53 Bug #36718: clickenlarge not working on images inserted by FAL-enabled RTE
- Makes no sense, Alban, as there is no FAL in TYPO3 4.7. If you have encountered a bug with it, it's probably somethin...
- 22:20 Bug #38135: Apc Cache backend has side effects
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12145 - 22:04 Bug #38135: Apc Cache backend has side effects
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12145 - 21:54 Bug #38135: Apc Cache backend has side effects
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12145 - 21:50 Bug #38135: Apc Cache backend has side effects
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12145 - 21:30 Task #39164 (Resolved): [CLEANUP] remove restricted prefixes for classes
- Applied in changeset commit:7b5867385884ee525c0d6a35198a55df1ff87dfe.
- 21:20 Task #39164: [CLEANUP] remove restricted prefixes for classes
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12976 - 20:48 Task #39164: [CLEANUP] remove restricted prefixes for classes
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12976 - 20:29 Task #39164: [CLEANUP] remove restricted prefixes for classes
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12976 - 20:27 Task #39164: [CLEANUP] remove restricted prefixes for classes
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12976 - 17:25 Task #39164 (Under Review): [CLEANUP] remove restricted prefixes for classes
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12976 - 17:23 Task #39164 (Closed): [CLEANUP] remove restricted prefixes for classes
- - remove the Configuration Setting additionalAllowedClassPrefixes
- update t3lib_registry to accept every namespace
... - 17:31 Task #6249: Support for TCA fields of type "group" - allowes DAM support (has patch)
- yes, having a look at current codebase this is still missing.
- 17:18 Task #6249: Support for TCA fields of type "group" - allowes DAM support (has patch)
- As far as I have experienced in a recent project
this does not work yet, so in my oppinion this is
still a relevant... - 15:53 Task #6249 (Needs Feedback): Support for TCA fields of type "group" - allowes DAM support (has patch)
- 15:53 Task #6249: Support for TCA fields of type "group" - allowes DAM support (has patch)
- Is this still relevant or could we close the issue?
- 16:06 Feature #39141: Migrate EXT: beuser to extbase
- Hi Felix,
as promised here my comments :-)
* On the old beuser module there were 17 checkboxes were the admin c... - 11:37 Feature #39141: Migrate EXT: beuser to extbase
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 15:30 Bug #39161 (Resolved): Unit/ Functional tests fail
- Applied in changeset commit:cb61b27a71e967b42c352e9f9e1bf56601b5f3c5.
- 15:13 Bug #39161: Unit/ Functional tests fail
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12974 - 15:06 Bug #39161 (Under Review): Unit/ Functional tests fail
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12974 - 15:06 Bug #39161 (Closed): Unit/ Functional tests fail
- If executed from the phpunit command line, the user needs to be admin, for the tests to work properly.
Additionally ... - 15:30 Feature #39158 (Resolved): make autoloader namespace aware - Part 2
- Applied in changeset commit:429280d8806bfbfaf3c13a7ee5f0dde211dbb774.
- 15:15 Feature #39158: make autoloader namespace aware - Part 2
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12971 - 14:18 Feature #39158: make autoloader namespace aware - Part 2
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12971 - 14:01 Feature #39158 (Under Review): make autoloader namespace aware - Part 2
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12971 - 13:58 Feature #39158 (Closed): make autoloader namespace aware - Part 2
- add more tests to issue
move the logic to another, more appropriate place - 14:45 Bug #32480: Form.css cannot be disabled
- Anyone annoyed by this: I think the latest changeset would be fine for merging, but I will not be able to push that s...
- 14:43 Bug #32480: Form.css cannot be disabled
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11932 - 14:30 Task #39067 (Resolved): Change @deprecated annotations to the correct version number
- Applied in changeset commit:e3e08c1bf62befd31e994567d57c5e7164e352f1.
- 13:25 Task #39067: Change @deprecated annotations to the correct version number
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:18 Task #39067: Change @deprecated annotations to the correct version number
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12964 - 13:14 Task #39067: Change @deprecated annotations to the correct version number
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12963 - 13:08 Task #39067 (Under Review): Change @deprecated annotations to the correct version number
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12962 - 10:30 Task #39067 (Resolved): Change @deprecated annotations to the correct version number
- Applied in changeset commit:043bd43be80598ffc7bea3d903a71d72c27bbc8b.
- 09:47 Task #39067: Change @deprecated annotations to the correct version number
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12895 - 13:35 Bug #39155: Warning on fetching undefined category definitions
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12968 - 13:31 Bug #39155 (Under Review): Warning on fetching undefined category definitions
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12968 - 13:29 Bug #39155 (Closed): Warning on fetching undefined category definitions
- Calling t3lib_category_Registry::getDatabaseTableDefinition() for an extension that does not register any categories,...
- 11:37 Bug #15494: Add group by "Name" and "Email" to Backend User Administration
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 11:37 Feature #37949: improve backenduser management module (especially when having tons of users)
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 11:37 Feature #33427: Extend backend userlist to show more than 1000 users
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 10:30 Task #39147 (Resolved): make autoloader namespace aware
- Applied in changeset commit:a32b29ec9f0d096c37a11d2a4a133d751435356e.
- 09:51 Task #39147: make autoloader namespace aware
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12944 - 09:50 Task #39147: make autoloader namespace aware
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12944 - 09:37 Bug #32261 (Resolved): mkdir_deep does not set correct permissions nor create group
- 09:34 Bug #17170 (Resolved): TYPO3 core modules should be adapted for mod.php
- This was solved with the issues connected to umbrella task #38086
2012-07-20
- 22:52 Task #39146: Switch the belog module to use the BE user model from extbase
- I'd say there's no need to put anymore energy into this module. The logging framework project will provide a new back...
- 21:21 Task #39146 (Rejected): Switch the belog module to use the BE user model from extbase
- 22:47 Task #39147: make autoloader namespace aware
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12944 - 22:32 Task #39147: make autoloader namespace aware
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12944 - 22:29 Task #39147: make autoloader namespace aware
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12944 - 22:15 Task #39147: make autoloader namespace aware
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12944 - 22:11 Task #39147: make autoloader namespace aware
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12944 - 22:01 Task #39147 (Under Review): make autoloader namespace aware
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12944 - 21:39 Task #39147 (Closed): make autoloader namespace aware
- The autoloader will now recognize classnames with fully qualified namespaces names.
- 21:18 Bug #39138: sysEXT:form checkbox send as input field in EMail
- This is no Bug.
Behaves as expected.
I forgott that I have set
tt_content.mailform.20.layout {
checkbox = <... - 18:54 Bug #39138 (Closed): sysEXT:form checkbox send as input field in EMail
- Hi there.
I am not shure if this is the right place, but since tx_form ist shipped as sysext it could be the right... - 21:13 Bug #24303: Subgroups field in usergroup edit form should be renamed in "Is subgroup of"
- push
- 21:03 Feature #38942: Make data of ContentElement available in Fluid
- I understand your concern but isn't extbase a TYPO3 extension and should we be worried about eventually upcoming FLOW...
- 19:49 Feature #38942: Make data of ContentElement available in Fluid
- I never needed the CE uid till now, so I think it should be handled extension specific.
But if the majority is +1,... - 18:12 Feature #38942 (Accepted): Make data of ContentElement available in Fluid
- Makes sense... the name should be configurable however...
- 19:24 Feature #37949 (Under Review): improve backenduser management module (especially when having tons of users)
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 19:24 Feature #33427 (Under Review): Extend backend userlist to show more than 1000 users
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 19:24 Bug #15494 (Under Review): Add group by "Name" and "Email" to Backend User Administration
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 19:24 Feature #39141 (Under Review): Migrate EXT: beuser to extbase
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12935 - 19:13 Feature #39141 (Closed): Migrate EXT: beuser to extbase
- 18:57 Bug #39139 (Closed): Decouple backend task execution from backend
- It would be cool, if a task is executed through the backend, that then a new process in cli context is executed (eg. ...
- 18:52 Task #39137 (Under Review): Remove leftover deprecated stuff
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12933 - 18:49 Task #39137 (Closed): Remove leftover deprecated stuff
- There are still several methods and other bits of code in the current master which were meant to be removed in 4.8/6....
- 18:39 Bug #36461 (Needs Feedback): No Caching with Extbase Plugin when "resolving" controller and action with realurl
- This may be expected, because if a wrong cHash is provided the plugin is not cached.
Did you try the RealURL cHash p... - 17:30 Task #39128 (Resolved): Remove old XCLASS compatibility layer
- Applied in changeset commit:5b1ae6a8e823fb1032e415689fbe2139f9dffbad.
- 15:21 Task #39128 (Under Review): Remove old XCLASS compatibility layer
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12926 - 15:17 Task #39128 (Closed): Remove old XCLASS compatibility layer
- The XCLASS handling that was changed with #31893 allows to register XCLASS'es with an entry in ext_autoload. The patc...
- 17:30 Bug #39026 (Resolved): Quicktime movies abusively prefixed
- Applied in changeset commit:259c25cba146702e5a9ba9baabcfc98820db1223.
- 17:12 Bug #39026: Quicktime movies abusively prefixed
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 17:07 Bug #39026: Quicktime movies abusively prefixed
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:57 Bug #39026: Quicktime movies abusively prefixed
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:50 Bug #39026: Quicktime movies abusively prefixed
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12847 - 17:17 Feature #39051: Add support for page module, to automatic redirect to list module
- Felix Kopp wrote:
> Keep in mind, that there might be setups, where a sysfolder contains tt_content elements.
> E.g... - 15:41 Feature #39051: Add support for page module, to automatic redirect to list module
- Keep in mind, that there might be setups, where a sysfolder contains tt_content elements.
E.g. folder Teasers that a... - 16:50 Bug #39135 (Closed): localconf upgrade wizard should recognize $globals['typo3_conf_vars']
- and not only $typo3_conf_vars
- 16:48 Task #39134 (Closed): t3lib_utility_array::arrayExport should recognize int keys
- psoudo code:
$lines = 'array(' . LF;
$level ++;
// determine if keys are int from 0 to n, without gap... - 16:30 Task #39125 (Resolved): Remove obsolete IPv6 Test Condition
- Applied in changeset commit:e2be7e1152e027d81a58c1ccbc839d673ad222c7.
- 15:38 Task #39125: Remove obsolete IPv6 Test Condition
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12925 - 15:35 Task #39125: Remove obsolete IPv6 Test Condition
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12925 - 15:01 Task #39125 (Under Review): Remove obsolete IPv6 Test Condition
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12925 - 14:45 Task #39125 (Closed): Remove obsolete IPv6 Test Condition
- remove the condition "defined('AF_INET6')", because without this option set in compiled PHP 5.3 the IPv6 handling in ...
- 16:30 Bug #39123 (Resolved): [FAL] isValidFilename() fails with broken PCRE
- Applied in changeset commit:4128aacb46fca8e788860470acbf7baba0a1030c.
- 14:33 Bug #39123: [FAL] isValidFilename() fails with broken PCRE
- see https://bugs.php.net/bug.php?id=52971
- 14:29 Bug #39123 (Under Review): [FAL] isValidFilename() fails with broken PCRE
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12924 - 14:28 Bug #39123 (Closed): [FAL] isValidFilename() fails with broken PCRE
- Some php versions like debian squeeze 5.3.3 do not have proper unicode
support for PCRE enabled. In effect, characte... - 15:43 Bug #39130 (Closed): Uncaught Exception when accessing "Filelist" module - file in fileadmin, [windows]
- I'm getting "Uncaught TYPO3 Exception" when accessing Filelist module on Windows.
Seems that module breaks when ther... - 15:14 Bug #39127 (Closed): Translation of a form makes the form wizard unusable
- When I generate a form (e.g. the standard contact form for a website) and want to translate that one to another langu...
- 14:55 Bug #32952: Retrieve/update the repository don't work with FastCGI (Extension Manager)
- I took another go at this issue, but for me Alexander's solution did not solve the issue. What I found out is that th...
- 14:23 Bug #36718: clickenlarge not working on images inserted by FAL-enabled RTE
- The click enlarge bug in the RTE is present in version 4.7.1 and it would be nice to fix it in this version as well, ...
- 14:12 Bug #39122 (Closed): Invalid chmod by default for folder typo3temp/Cache/Data/t3lib_l10n/
- My Typo3 log is filled up with this kind of entries :
13:20:01 _cli_scheduler@LIVE [5] [5_0] Core: Error handl... - 12:30 Bug #39052 (Resolved): Send sane HTTP response in showpic on error
- Applied in changeset commit:0f83ce445cade0d3ec7b8c74f1282775769ffa65.
- 12:16 Bug #39052: Send sane HTTP response in showpic on error
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 12:09 Bug #39052: Send sane HTTP response in showpic on error
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 12:01 Bug #39052: Send sane HTTP response in showpic on error
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:41 Bug #39114 (Accepted): Upgrade Wizard steps migrate file relations still visible after running them
- I can confirm that! Thanks for reporting.
- 10:49 Bug #39114 (Closed): Upgrade Wizard steps migrate file relations still visible after running them
- If you run install-tool wizards:
"Migrate all file relations from tt_content.image and pages.media"
and
"Migrate f... - 11:41 Bug #35384: Fatal error: Call to a member function getValue() [Attributes.php line 154]
- Easierst would be to sanitize the field name to something that is valid in the context where it is being used (for ex...
- 11:26 Bug #35384: Fatal error: Call to a member function getValue() [Attributes.php line 154]
- I just ran into this error, too (on a TYPO3 v4.7.2 based installation). In our case it was a field that was named "PL...
- 10:54 Task #39115 (Closed): Wrong description in t3lib_extMgm::siteRelPath
- Hello TYPO3-Team,
this is not a bug. This is a hint regarding a wrong description of the method siteRelPath in t3l... - 10:48 Feature #39109: Table Wizard: New Features
- This sounds nice! I am bit unsure if adding an RTE to each table cell isn't going to be a big overhead and make it ve...
- 09:29 Feature #39109 (Rejected): Table Wizard: New Features
- Hi,
basically the table wizard is a "Good Thing" (tm). But I miss two features.
h3. RTE support
basic RTE ... - 10:43 Bug #39107 (Accepted): Page module edit language
- I agree!
Same argument could go for the "View" icon that could be used to preview the current language. But this o... - 08:44 Bug #39107 (Closed): Page module edit language
- The page backend module in column mode in a different language than default should show a edit page settings button i...
- 10:30 Bug #38828 (Resolved): Remove "switch to list" in doc-header of the page module
- Applied in changeset commit:40871b96b299728228976981cf47af0148d45d32.
- 00:22 Bug #38828 (Under Review): Remove "switch to list" in doc-header of the page module
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12911 - 09:45 Bug #39112 (Closed): Fix 1-2-3(-4) wizards
- Probably broken due to #38562, 6.0 blocker
- 09:43 Bug #39111 (Closed): Fix dbal & workspace install tool
- 6.0 bloker, introduced by #38562
- 09:42 Bug #39110: Fix install tool -> Basic Configuration
- 6.0 blocker, introduced by #38562
- 09:41 Bug #39110 (Closed): Fix install tool -> Basic Configuration
- 09:30 Feature #38562 (Resolved): Refactor localconf.php handling
- Applied in changeset commit:7f1fa4f9f193341419ead2a0931e57a73d0eeb50.
- 09:13 Bug #25387: Installation from own TER not possible
- @Wouter: Did I understand you correctly saying that typo3 git master works fine without this patch?
I cannot confi... - 01:18 Bug #39103: Fix Clear Language Cache Configuration
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12912 - 01:09 Bug #39103: Fix Clear Language Cache Configuration
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12912 - 00:59 Bug #39103: Fix Clear Language Cache Configuration
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12912 - 00:54 Bug #39103 (Under Review): Fix Clear Language Cache Configuration
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12912 - 00:34 Bug #39103: Fix Clear Language Cache Configuration
- Hi,
here is the patch. :-)
All three mentioned issues work now.
Bests
Marcus - 00:00 Bug #39103 (Closed): Fix Clear Language Cache Configuration
- Hi,
there are several issues with the configuration of clearing the language cache.
h3. Wrong option naming in ...
2012-07-19
- 22:58 Bug #37349: Layout change modifies email output
- I think in general the layout of the mail should be independent of the form-layout. Currently both layouts are bind t...
- 16:07 Bug #37246: <link> tags in RSS feeds destroyed on cached pages
- @Andreas: I not configured "xhtml_cleaning". I don it now and it works! Thanks a lot.
@Steffen: I programmed a very ... - 15:30 Bug #37246: <link> tags in RSS feeds destroyed on cached pages
- @Tobias: could you please check what your config for *xhtml_cleaning* is? Just had the same effect, but setting it to...
- 14:14 Feature #25337: Add PHP 5.3 namespace support
- Stefano, please take a loot at the typo3.teams.core list / newsgroup. In the thread "Minutes of the 6.0 release team ...
- 14:04 Feature #25337: Add PHP 5.3 namespace support
- Are there any news here? How is the status? I have a suggestion to this topic.
- 13:54 Bug #39085 (Closed): fetchTask: Missing validation of SQL result
- The method fetchTask trys to fetch any tasks from table tx_scheduler_task by using exec_SELECT_queryArray (-> exec_SE...
- 13:51 Bug #29184: Flash uploader fails with error 303 on Chrome and Firefox
- I seem to be having the same problem in 4.5.17.
Uploading gives the 303 error in firefox only, chrome and IE9 work... - 13:48 Bug #38906: Extension Manager doesn't show ANY Available Extensions
- Confirmed, also for me it was one ext_emconf.php file that was not utf8 encoded and thus broke the json_encode(). May...
- 13:09 Bug #38906: Extension Manager doesn't show ANY Available Extensions
- The charset of a file ext_emconf.php was not UTF-8. If there are special characters, then it comes to this error.
I ... - 13:08 Feature #39081 (Under Review): Disable Upload form in TCA form globaly
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12905 - 12:59 Feature #39081 (Closed): Disable Upload form in TCA form globaly
- Currently to disable to form upload in TCA form we must use the disable_controls key in the config array. On some TYP...
- 12:30 Task #39060 (Resolved): Better use of sanitizeLocalUrl in db list
- Applied in changeset commit:e85ff7b6c6cf373223beb0879e9ea2e4cb3f221b.
- 11:31 Task #39060: Better use of sanitizeLocalUrl in db list
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12874 - 12:15 Bug #39048 (Under Review): TCEforms inline renders broken fields
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12904 - 11:43 Bug #22706 (Under Review): t3lib_iconWorks::getIconImage is not needed anymore
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12903 - 11:02 Feature #39051: Add support for page module, to automatic redirect to list module
- Just a note, if it should be a default behavior, you need to check whether the user is allowed to access the list vie...
- 10:46 Feature #39051: Add support for page module, to automatic redirect to list module
- I personally don't like it, I must confess.
The user just "clicking" around in the page tree will suddenly change ... - 10:23 Feature #39051: Add support for page module, to automatic redirect to list module
- Based on Jens Hoffman answer in the UX thread the UX team seems OK with this feature.
Currently the feature is an ... - 10:42 Bug #38703: Publishing records with IRRE records -> lost relation
- An ugly but working workaround for this issue is the following:
t3lib/class.t3lib_tcemain.php, line 919:... - 09:39 Bug #39075 (Closed): CSC ignores removeDefaultCss with accessibilityMode
- In class @tx_cssstyledcontent_pi1@ around line 617:...
- 08:48 Bug #25387: Installation from own TER not possible
- @Ernesto: You need to work around the repository selection bug. Do that:
# Fresh typo3 installation with the patch... - 01:02 Bug #28179: Date Picker does not work in TYPO3 4.4.8 with Firefox 5: "oldValue is not defined"
- 4.4 is EOL. 4.5 and newer didn't have this problem while reading the comments here
2012-07-18
- 23:52 Feature #38562: Refactor localconf.php handling
- Patch set 24 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 23:12 Bug #25387: Installation from own TER not possible
- I can still verify that this is working on master. Just tested with 2 repositories other then the main repository.
I ... - 22:52 Bug #25387: Installation from own TER not possible
- I also wasn't able to reproduce the working. The explanation of how to reproduce is fantastic, thanks! But unfortunat...
- 22:58 Bug #18901 (Closed): XHTML Validation Problems on Forgot Password Form
- 22:55 Bug #18901: XHTML Validation Problems on Forgot Password Form
- Merged in 4.7.0rc2
- 22:55 Bug #25083 (Closed): Content rendering: Definition lists inserted in RTE are wrapped in paragraphs
- Nevertheless the bugfix was merged in 4.5.12 and 4.6.5. Case closed!
- 22:48 Bug #25083: Content rendering: Definition lists inserted in RTE are wrapped in paragraphs
- Can be closed. The patches were for the backported version of 4.5 and 4.6. AFAIK they will never be released
- 22:51 Task #36883 (Closed): Change whitespaces in indentions into tabs (Sysext: Version)
- 20:28 Task #36883: Change whitespaces in indentions into tabs (Sysext: Version)
- Can be closed.
- 22:46 Bug #33116 (Closed): Scheduler BE module fails to load
- 22:32 Bug #33116: Scheduler BE module fails to load
- Merged in 4.5.12, 4.6.5, 4.7.0beta1
- 22:31 Feature #33518 (Closed): Allow authentication with partial OpenID identifier
- 22:28 Feature #33518: Allow authentication with partial OpenID identifier
- Can be closed. Merged in 4.7.0beta1
Xavier Perseguers May 21
Patch Set 4: Abandoned
No more backports! - 22:30 Bug #37383 (Rejected): Fix CGL violations in index.php
- 22:21 Bug #37383: Fix CGL violations in index.php
- Can be abandoned:
Christian Kuhn May 23
Patch Set 1: Do not submit
The require is done by purpose here! Thi... - 22:29 Bug #34135 (Closed): PHP Warning when moving a record
- Also for 4.7.0.
- 22:10 Bug #34135: PHP Warning when moving a record
- Merged already in 4.5.12 and 4.6.5
- 22:27 Bug #34427 (Closed): Remove typo3/logomenu.php
- 22:05 Bug #34427: Remove typo3/logomenu.php
- Can be closed as stated in Gerrit.
Xavier Perseguers Mar 30
Patch Set 1: Abandoned
No backports for 4.6 - 22:25 Feature #34772 (Resolved): Migrate ext:belog to extbase
- alpha1
- 22:03 Feature #34772: Migrate ext:belog to extbase
- Resolved for 6.0
- 22:24 Task #35003 (Closed): PATH_thisScript is defined twice in bootstrap
- 21:57 Task #35003: PATH_thisScript is defined twice in bootstrap
- 4.7.0rc2
- 22:24 Task #35017 (Closed): PATH_site is defined twice in bootstrap
- 21:57 Task #35017: PATH_site is defined twice in bootstrap
- Resolved in 4.7.0rc2
- 22:23 Task #35019 (Closed): PATH_tslib is defined twice in bootstrap
- 21:56 Task #35019: PATH_tslib is defined twice in bootstrap
- Resolved in 4.7.0rc2
- 22:23 Bug #35433 (Closed): Flexform of HTML5 Enabled Media-Element is nearly unusable
- 21:52 Bug #35433: Flexform of HTML5 Enabled Media-Element is nearly unusable
- This one is resolved. Accidently opened again by 2 reviews in Gerrit.
- 22:21 Bug #24290: Image position "Beside text" is handled in a slightly od way
- It won't change the rendering if nobody has customized the typoscript (which most do!). Imagine a custom site has alr...
- 21:47 Bug #24290: Image position "Beside text" is handled in a slightly od way
- Hi Ernesto,
nice to hear that you like the idea. I thought this might find its way into the 4.7 release because it d... - 21:08 Bug #24290 (Accepted): Image position "Beside text" is handled in a slightly od way
- That sounds like a good plan (for 6.0), I like it.
Please make sure:
* You should not touch setup.txt for v4.7 ... - 20:53 Bug #24290: Image position "Beside text" is handled in a slightly od way
- We would appreciate this change in CSC very much because there where many websites where we had to add dozens of line...
- 21:48 Bug #35436 (Closed): DisplayCondition on Sheets is broken due to usage of undefined variable
- 21:43 Bug #35436: DisplayCondition on Sheets is broken due to usage of undefined variable
- This one is resolved. Accidently opened by a unexisting Gerrit change.
- 21:47 Task #35440 (Closed): Remove Code Duplication in tslib_content_Media
- 21:41 Task #35440: Remove Code Duplication in tslib_content_Media
- This one is resolved but accidently opened through another change in Gerrit that doesn't exist anymore.
- 21:35 Feature #35723 (Needs Feedback): Improvement for SSL detection behind proxy server
- As concluded in the now abandonned review session, relying on variables that could be forged by the client is not ide...
- 21:24 Feature #35723: Improvement for SSL detection behind proxy server
- Is abandoned in Gerrit. Don't know if Tolleiv's suggestion is still valid.
- 21:22 Bug #35904 (Rejected): Found some deprecated functions in the core
- 21:10 Bug #35904: Found some deprecated functions in the core
- Can be abandoned.
Markus Klein May 10
Sorry Tomatia, but your replacements are completely wrong. Please read t... - 21:18 Bug #38406: Extension Import not working with postgresql and DBAL
- The timeout of Jan doesn't seem to be related to this particular query (see #39056).
Anyway, the query proposed b... - 21:17 Bug #38406 (Under Review): Extension Import not working with postgresql and DBAL
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12898 - 21:11 Task #35815: Restore old SWFObject
- This one is solved:)
- 21:10 Bug #39056 (Closed): Tagging of latest extension not possible due to
- So I'll close this for now, but I understand that the query is not running on DBAL anyway, so the related issue #3840...
- 20:58 Bug #39056: Tagging of latest extension not possible due to
- no, for me it is pure mysql.
- 20:54 Bug #39056: Tagging of latest extension not possible due to
- So you are using DBAL and any "exotic" database (postgreSQL or oracle)? Or just plain MySQL?
We have plenty of bee... - 20:42 Bug #39056: Tagging of latest extension not possible due to
- Hi Ernesto,
I think I owe you a beer for your time (would it reach you at the cron-it address?). My problem still ... - 19:48 Bug #39056: Tagging of latest extension not possible due to
- Since I've successfully updated tons of extensions already using the new EM, I would be glad if you give us more info...
- 19:32 Bug #39056: Tagging of latest extension not possible due to
- The problem is that with the current SQL statement you will never find any hint telling you that there is an extensio...
- 19:12 Bug #39056: Tagging of latest extension not possible due to
- For us to understand the problem it would be good to have "steps to reproduce" in your report, which means: what shou...
- 19:02 Bug #39056: Tagging of latest extension not possible due to
- Hi Ernesto, the described problem in 38406 is a different one but the the area where it points to is the same. thus i...
- 18:58 Bug #39056 (Needs Feedback): Tagging of latest extension not possible due to
- 18:58 Bug #39056: Tagging of latest extension not possible due to
- Is your issue something "different" than #38406? If not, why would we need another issue? If its the same, we should ...
- 14:15 Bug #39056 (Closed): Tagging of latest extension not possible due to
- I noticed this and put it as comment into another bug (http://forge.typo3.org/issues/38406#note-1) but think that it ...
- 20:53 Task #37321 (Rejected): CGL: Function calls
- 20:28 Task #37321: CGL: Function calls
- Can be abandoned.
- 20:51 Bug #37528 (Rejected): Fix CGL violations "FunctionCallArgumentSpacingSpaceBeforeComma"
- 20:27 Bug #37528: Fix CGL violations "FunctionCallArgumentSpacingSpaceBeforeComma"
- Can be abandoned.
- 20:49 Bug #38244 (Rejected): 't3lib_lock' does not exist if $TYPO3_CONF_VARS['SYS']['systemLog'] = 'file,...'
- 20:24 Bug #38244: 't3lib_lock' does not exist if $TYPO3_CONF_VARS['SYS']['systemLog'] = 'file,...'
- Can be abandoned:)
- 20:49 Task #37339 (Rejected): Remove @author annotations in /typo3/sysext/
- 20:08 Task #37339: Remove @author annotations in /typo3/sysext/
- Can be abandoned.
- 20:48 Task #37338 (Rejected): Remove author annotations from folder t3lib
- 20:08 Task #37338: Remove author annotations from folder t3lib
- Can be abandoned.
- 20:46 Task #36887 (On Hold): Cleanup t3lib_befunc
- Thanks for the feedback! But as soon as WS removes the use of the deprecation we could remove them from core. So this...
- 20:07 Task #36887: Cleanup t3lib_befunc
- Can be abandoned. The deprecation are handled in a Forge issue in the version and workspaces
- 20:26 Feature #38239: Introduce context based URL processing of FAL resources
- This patch is abandoned in Gerrit. Still valid?
- 20:09 Task #38816: Fix CGL violations against SuperfluousWhitespace
- Resolved.
- 20:09 Task #38598: Fix CGL violations against ClassDocComment
- Resolved.
- 20:09 Task #38569: Fix CGL violations against CharacterAfterPHPClosingTag
- Resolved.
- 20:08 Task #37081: Remove deprecated functions
- Can be abandoned.
- 19:49 Task #39067 (Under Review): Change @deprecated annotations to the correct version number
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12895 - 19:47 Task #39067 (Closed): Change @deprecated annotations to the correct version number
- Change @deprecated annotations to the correct version number
- 18:57 Bug #38927: $_EXTCONF was not filled in ext_tables.php
- I guess the problem comes from the fact that you are using ext_tables.php in the Frontend and assuming it is run in g...
- 18:55 Bug #38927 (Under Review): $_EXTCONF was not filled in ext_tables.php
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:57 Bug #38927: $_EXTCONF was not filled in ext_tables.php
- Hello Ernesto,
following way to run in this problem:
1.) Install devlog
1a) If it is already installed I prefe... - 11:28 Bug #38927 (Needs Feedback): $_EXTCONF was not filled in ext_tables.php
- I have never got any problem with the variable in ext_tables.php. Could you post some example extension where somethi...
- 18:38 Feature #39051: Add support for page module, to automatic redirect to list module
- Ernesto Baschny wrote:
> I would expect the usability team to look over such a change. Do you mind posting it in the... - 18:35 Feature #39051: Add support for page module, to automatic redirect to list module
- Philipp Gampe wrote:
> I would also like to have a way back ... e.g if the user selects another page later.
But t... - 16:15 Feature #39051: Add support for page module, to automatic redirect to list module
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12868 - 16:04 Feature #39051 (Under Review): Add support for page module, to automatic redirect to list module
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12868 - 16:01 Feature #39051: Add support for page module, to automatic redirect to list module
- I would also like to have a way back ... e.g if the user selects another page later.
- 13:32 Feature #39051 (Needs Feedback): Add support for page module, to automatic redirect to list module
- I would expect the usability team to look over such a change. Do you mind posting it in their tracker for approval?
... - 11:39 Feature #39051 (Closed): Add support for page module, to automatic redirect to list module
- When the user select a sysfolder in the page module, currently the BE just display a link to the list module.
With... - 16:36 Feature #37208: Introduce backend layout data providers
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11804 - 16:30 Feature #37208: Introduce backend layout data providers
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11804 - 16:23 Feature #37208: Introduce backend layout data providers
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11804 - 16:23 Bug #35587: SimpleMailInvoker as well as old Mail API break message on \n.\n
- >
> It's also PHP5 default, so I see no reason to configure php / sendmail without "-i"
Apparently, some hoster ... - 16:05 Bug #35587: SimpleMailInvoker as well as old Mail API break message on \n.\n
- Andreas Kiessling wrote:
> Maybe a check in the reports module could help to identify a potential problem here, if t... - 16:00 Bug #35587: SimpleMailInvoker as well as old Mail API break message on \n.\n
- Maybe a check in the reports module could help to identify a potential problem here, if the transport is set to "mail...
- 15:49 Bug #35587: SimpleMailInvoker as well as old Mail API break message on \n.\n
- Andreas Kiessling wrote:
> Thanks for the hint!
> @Christoph and khaefeli: can you please check your sendmail setti... - 15:19 Bug #35587: SimpleMailInvoker as well as old Mail API break message on \n.\n
- Ernesto Baschny wrote:
> More probable is that you have changed your default php's "sendmail_path" setting.
>
> T... - 13:49 Bug #35587: SimpleMailInvoker as well as old Mail API break message on \n.\n
- More probable is that you have changed your default php's "sendmail_path" setting.
The default from PHP is:
/... - 12:48 Bug #35587: SimpleMailInvoker as well as old Mail API break message on \n.\n
- I found this bugreport: https://github.com/swiftmailer/swiftmailer/issues/136
But that fix seems to be already inc... - 11:37 Bug #35587: SimpleMailInvoker as well as old Mail API break message on \n.\n
- I can confirm the problem in 4.7.2
Mails from formhandler and direct_mail get cut off with the described problem. - 16:03 Task #39060 (Under Review): Better use of sanitizeLocalUrl in db list
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12874 - 15:49 Task #39060 (Closed): Better use of sanitizeLocalUrl in db list
- db list use sanitizeLocalUrl, at line 192 (4.7), like this:...
- 14:49 Bug #39054 (Accepted): Copied Content Elements incorrectly inherit language
- Agreed, this indeed looks like a bug and is not expected. Thanks for reporting!
- 14:02 Bug #39054 (Under Review): Copied Content Elements incorrectly inherit language
- I have copied a content element that is set to "All Languages":
!http://i.imgur.com/p1kCO.png!
I'm now inserting ... - 13:00 Bug #38879: TYPO3 is not defined, if inlineSettings are rendered without ExtJs
- /** @var $pageRenderer t3lib_PageRenderer */
$pageRenderer = $GLOBALS['TSFE']->getPageRenderer();
$settings = ... - 12:45 Bug #38879 (Under Review): TYPO3 is not defined, if inlineSettings are rendered without ExtJs
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12872 - 10:20 Bug #38879 (Needs Feedback): TYPO3 is not defined, if inlineSettings are rendered without ExtJs
- Thanks for reporting. Do you have some code snippet (extension?) where this problem can be reproduced easily? Thanks!
- 12:30 Bug #38977 (Resolved): FAL AdapterService fails with Fluid
- Applied in changeset commit:0cbce0c7864d2c648f50f0e97b93a0d9b7f68001.
- 12:08 Bug #39052: Send sane HTTP response in showpic on error
- Example:
http://www.domain.foo/?eID=tx_cms_showpic&file=uploads%2Ftx_foo%2Faoeu.jpg&md5=7ec23ea567813281234569acb0e2... - 12:05 Bug #39052 (Under Review): Send sane HTTP response in showpic on error
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12867 - 12:04 Bug #39052 (Closed): Send sane HTTP response in showpic on error
- Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (... - 12:00 Bug #34884: Performance problem with live serach and be_acl
- Sounds nice! But please consider targetting TYPO3 6.0, as the current plan is not to add any new features (or hooks) ...
- 11:38 Bug #34914 (New): Make remote Store update after updating an extension to reduce list of updateable extensions
- 11:35 Bug #35274 (Needs Feedback): Fix Syntax in typo3/sysext/install/updates/class.tx_coreupdates_t3skin.php
- Very strange indeed. Doesn't it spit out an error or something? Would be cool to have a patch fixing it, but needs so...
- 11:21 Bug #36777 (Resolved): Unnecessary warning in css_styled_content (division by zero)
- 11:18 Bug #36777 (Under Review): Unnecessary warning in css_styled_content (division by zero)
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 10:47 Bug #36777: Unnecessary warning in css_styled_content (division by zero)
- What about TYPO3 4.5 ? The same thing are there.
- 10:53 Bug #35356: Paste as plain text doesn't work in Safari (Mac only)
- Sorry for my late response ... Google Chrome works and only Safari has this problem.
- 10:25 Bug #34800: Page tree not responding
- Same here. Error occurs in IE Versions 7-9. TYPO3 4.6.10
- 09:36 Bug #39048 (Closed): TCEforms inline renders broken fields
- When loading tt_content as an inline record WITHOUT using AJAX, some additional broken fields are rendered.
Specif... - 01:43 Bug #34886: t3lib_cache_backend_FileBackend don't support 0 has liftime
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9671 - 01:26 Bug #39035: TCA tree fail to load with IRRE
- I push the patch for the new feature here: http://forge.typo3.org/issues/39046
- 01:19 Bug #39035: TCA tree fail to load with IRRE
- Ernesto Baschny wrote:
> No need to be sorry, but could you split up the BUGFIX from the FEATURE so that we more eas... - 01:18 Bug #39035: TCA tree fail to load with IRRE
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12850 - 01:25 Feature #39046 (Under Review): TCA tree must support custom width
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12860 - 01:21 Feature #39046 (Closed): TCA tree must support custom width
- Currently it's not possible to change the default width of the TCA form tree.
2012-07-17
- 22:50 Task #38759: Swap doc header rows in all backed modules
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12788 - 13:41 Task #38759: Swap doc header rows in all backed modules
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12788 - 13:39 Task #38759: Swap doc header rows in all backed modules
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12788 - 22:41 Feature #38562: Refactor localconf.php handling
- Patch set 22 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 19:21 Feature #38562: Refactor localconf.php handling
- Patch set 21 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 22:17 Bug #31278: Missing quoting in t3lib_extFileFunc
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:13 Bug #31278 (Under Review): Missing quoting in t3lib_extFileFunc
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:44 Bug #29352: t3lib_extMgm::addToAllTCAtypes broken
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7005 - 21:34 Bug #26615: Many stage changes do NOT send email notifications
- Not targeting any specific TYPO3 version yet
- 21:33 Bug #17569: No notification mails will be sent on using user groups
- Not targeting any specific TYPO3 version yet
- 21:27 Bug #38969 (Accepted): PHP Warning: str_pad() expects parameter 2 to be long, string given
- @Philipp, fine with me! Better handling (i.e. TS message in the admin panel) would be of course much better than "PHP...
- 19:52 Bug #38969: PHP Warning: str_pad() expects parameter 2 to be long, string given
- No problem.
@Ernesto please leave this open ... I would like to improve the error detection an graceful fallback o... - 19:17 Bug #38969: PHP Warning: str_pad() expects parameter 2 to be long, string given
- Hi Ernesto,
you are right ... :-( i found this line in the typoscript:
tt_content.stdWrap.prefixComment =
after co... - 18:46 Bug #38969 (Needs Feedback): PHP Warning: str_pad() expects parameter 2 to be long, string given
- The problem is not the PHP code, but that you somewhere have a Typoscript snippet which does not conform to the docum...
- 14:32 Bug #38969: PHP Warning: str_pad() expects parameter 2 to be long, string given
- Do you mind pushing a patch go gerrit?
http://wiki.typo3.org/Contribution_Walkthrough_Tutorials
- 21:25 Bug #39035: TCA tree fail to load with IRRE
- No need to be sorry, but could you split up the BUGFIX from the FEATURE so that we more easily will be able to backpo...
- 17:23 Bug #39035: TCA tree fail to load with IRRE
- A new feature is hidden in the patch, sorry ... but now the Tree element support custom width.
- 17:20 Bug #39035 (Under Review): TCA tree fail to load with IRRE
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12850 - 17:16 Bug #39035 (Closed): TCA tree fail to load with IRRE
- The TCA tree element fail to load inside IRRE, in some condition (when the record is not loaded/opened)
- 21:23 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- Please note that the "rowNums" problem due to wrong SQL only pops up with MySQL 5.0 (e.g. debian lenny), so you *won'...
- 21:05 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- Patch set 13 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9158 - 19:59 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9158 - 19:56 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9158 - 18:07 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- Ok, the latest patch 10 now adds a unit test for the "getQuery" method which has been broken and fixed over and over....
- 18:04 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9158 - 21:18 Bug #39043: Extension Security Report goes green even if TER was never fetched
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12852 - 21:18 Bug #39043 (Under Review): Extension Security Report goes green even if TER was never fetched
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12852 - 21:15 Bug #39043 (Closed): Extension Security Report goes green even if TER was never fetched
- In the reports section of the Extension Manager, the status regarding the security of the extensions is green alltoug...
- 20:12 Bug #29461: Page TSconfig for Extbase flexform values doesn't work
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7711 - 16:58 Bug #20335: Hidden Content Elements are displayed in the Module "View Page"
- Still happening on 4.7.2.
At least the patch still works.
It has been three years (!) and only a handful of peop... - 16:26 Bug #39033: Sending elements to publish stage twice reverts changes
- Patch contains a unit test and a fix.
- 16:25 Bug #39033 (Under Review): Sending elements to publish stage twice reverts changes
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12849 - 16:09 Bug #39033 (Closed): Sending elements to publish stage twice reverts changes
- When you use the Action dropdown and send the same version of an element to the "Publish" (i.e. LIVE) workspace (e.g....
- 16:03 Bug #39032 (Rejected): TCE nested Flex-Fields are displayed, but not saved
- I noticed that TCA Flex-Fields can be nested (TCA Flex-Field containing FlexForm with field of type "flex"...). Curr...
- 15:46 Bug #31996: Workspace preview does not transfer query parameters
- Not really targetted to any release yet, keep up the discussion. :)
- 15:42 Bug #39026 (Under Review): Quicktime movies abusively prefixed
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12847 - 15:36 Bug #39026: Quicktime movies abusively prefixed
- How to reproduce:
* create a new Media CE and reference a Quicktime video with an external URL
* display the page: ... - 14:54 Bug #39026 (Closed): Quicktime movies abusively prefixed
- In the MEDIA CE, Quicktime movies get prepended with a prefix (either the base URL or the absRefPrefix) even if their...
- 15:25 Bug #30886: Problems with Postgresql 9
- We have updated AdoDB (5.14) in TYPO3 4.5.8, this problem is fixed? Acording to the Changelog of AdoDB 5.12:
* Pos... - 15:10 Feature #39007: Add "process_cmdmap" processor hooking before tceForm renders
- Philipp Gampe wrote:
> You should ask such questions in the mailing list / newsgroup. (typo3.english or typo3.dev)
T... - 14:22 Feature #39007: Add "process_cmdmap" processor hooking before tceForm renders
- You should ask such questions in the mailing list / newsgroup. (typo3.english or typo3.dev)
- 00:39 Feature #39007 (Closed): Add "process_cmdmap" processor hooking before tceForm renders
- I tried to figure out if there is any hook that provides the possibility to handle data delivered to tceForm (Record ...
- 14:55 Feature #39027 (Closed): Move default layout in page module to a backend_layout
- The default layout in the page module (left,normal,right,border) should be moved to a backend_layout. It represents e...
- 14:54 Feature #39016: Hook to modify t3lib_div::getIndpEnv return value
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12842 - 11:13 Feature #39016 (Under Review): Hook to modify t3lib_div::getIndpEnv return value
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12842 - 11:06 Feature #39016 (Closed): Hook to modify t3lib_div::getIndpEnv return value
- To modify or evaluate the returned values for custom environments it would be a great option to have a new hook insid...
- 14:32 Bug #39023 (Rejected): octdec() for mkdir() wrappers?
- No problem, I closed it. Thanks for reporting and taking your time to come back with more feedback.
- 13:59 Bug #39023: octdec() for mkdir() wrappers?
- Hm, sorry for the noise. As it seems the conversion is needed to change the string variable to the proper representat...
- 12:57 Bug #39023 (Rejected): octdec() for mkdir() wrappers?
- We are running a TYPO3 4.7.1 instance on a NFS-loadbalanced machine. Due to NFS, the mounted permissions are a bit "w...
- 14:30 Bug #39022 (Closed): PHP Warning: Invalid argument supplied for foreach() /ext/tt_news/pi/class.tx_ttnews.php line 2133
- Closed, not TYPO3 Core related. Please consider Philipp's comment. Thanks for your help!
- 14:15 Bug #39022: PHP Warning: Invalid argument supplied for foreach() /ext/tt_news/pi/class.tx_ttnews.php line 2133
- Please report this here (if not already reported): http://forge.typo3.org/projects/show/extension-tt_news
- 14:12 Bug #39022: PHP Warning: Invalid argument supplied for foreach() /ext/tt_news/pi/class.tx_ttnews.php line 2133
- That is a tt_news issue and not a problem of the core.
- 12:54 Bug #39022 (Closed): PHP Warning: Invalid argument supplied for foreach() /ext/tt_news/pi/class.tx_ttnews.php line 2133
- I get this error message
Core: Error handler (FE): PHP Warning: Invalid argument supplied for foreach() in ....typo... - 14:28 Bug #39019 (Under Review): t3lib_formmail: generates incorrect file upload error
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12846 - 14:26 Bug #39019 (Accepted): t3lib_formmail: generates incorrect file upload error
- Good catch, the sysLoging is indeed incorrect. Also the order of logging is not right, because it will always incorre...
- 11:54 Bug #39019 (Closed): t3lib_formmail: generates incorrect file upload error
- In t3lib/class.t3lib_formmail.php of TYPO3 4.5 and higher, file upload errors are checked with:
*if ($_FILES[$vari... - 14:19 Feature #39020: tmenu_layers.php / gmenu_layers.php: remove hardcoded css
- We should remove those menus altogether (maybe move it into an extension) and drop support for anything but TMENU and...
- 12:55 Feature #39020: tmenu_layers.php / gmenu_layers.php: remove hardcoded css
- Hi Ronald,
unfortunately we cannot introduce new features in 4.5. Furthermore this is also not a bugfix, since cha... - 12:11 Feature #39020 (Rejected): tmenu_layers.php / gmenu_layers.php: remove hardcoded css
- Request applies to the following files:
/typo3/sysext/cms/tslib/media/scripts/tmenu_layers.php
/typo3/sysext/cms/... - 13:13 Bug #30311: Problems with the validation of a email-address which contains umlauts - t3lib_div.validEmail
- Patch set 3 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/9435 - 12:56 Bug #30311 (Under Review): Problems with the validation of a email-address which contains umlauts - t3lib_div.validEmail
- Patch set 2 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/9435 - 12:29 Bug #16114 (Under Review): Two mailforms on a page cause error on field validation
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12844 - 12:22 Bug #32539: Using a constraint or ordering on a property on the right side of a m:n relation causes records from the left side with no related elements (0 cardinality) to not show
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7285 - 10:38 Bug #16080 (Needs Feedback): Yet another table accessibility improvement
- Is this still an issue? Sorry for taking so long, but I unassign myself because I don't really have this problem.
- 10:33 Bug #17013 (Rejected): Links to top don't work with config.baseURL set
- Configuration issue. We'll enhance the documentation. See #39012.
- 10:27 Bug #36923 (Closed): After deleting task, "New Task" button disappears
- 10:26 Feature #34056 (Closed): Log to sys_log when changes are made to scheduler tasks
- 10:25 Feature #32753 (Closed): Usability: Copy the task actions (Add task / Execute selected tasks) to the top of the backend module
- 10:25 Bug #31027 (Closed): Date picker defect
- 10:25 Task #29100 (Closed): Clean up API of tx_scheduler_CronCmd_Normalize
- 10:24 Bug #28271 (Closed): Unit test checkDateWithInvalidDateValues fails with PHP warning
- 10:24 Bug #26174 (Closed): Log out after running garbage collection task
- 10:24 Bug #25669 (Closed): When manually starting a task in the backend module, switch the task icon to running
- 10:24 Feature #25668 (Closed): tx_scheduler_Module::checkDate($string) should be public
- 10:24 Bug #25661 (Closed): use img title-tags for mouse-over
- 10:22 Feature #25925 (Closed): Extract class "tx_scheduler_Module" from "mod1/index" for unit tests
- 10:22 Bug #25683 (Closed): Refresh icon has disappeared
- 10:22 Bug #25676 (Closed): miscalculation in the scheduler at the turn of the year 2010 => 2011
- 10:22 Bug #25673 (Closed): Numeric zero for representation of weekday sunday is not accepted
- 10:22 Bug #25672 (Closed): [scheduler] CronCmd class variable "values" does not contain integers only
- 10:22 Bug #25671 (Closed): Class member valid_values generated from cron command does not contain integers only
- 10:22 Feature #25652 (Closed): Example AdditionalFieldsProvider
- 10:18 Task #4645 (Closed): Harmonize naming of classes
- 10:18 Task #4644 (Closed): Use makeInstance instead of getUserObj in the CLI script
- 10:18 Bug #4618 (Closed): Scheduler is not usable without calendar PHP extension
- 10:18 Bug #4594 (Closed): Use TYPO3's standard icon for "check all" in the BE module
- 10:18 Bug #4572 (Closed): Invalid argument supplied for foreach()
- 10:18 Feature #4571 (Closed): Add a link to create needed BE user if it doesn't exist
- 10:18 Task #4570 (Closed): Improve text about script execution in check screen
- 10:18 Task #4385 (Closed): Change usage of "hook" to "provider"
- 10:18 Task #4377 (Closed): Improve reporting when task is not found
- 10:18 Task #4376 (Closed): Check usage of setScheduler()
- 10:18 Bug #4374 (Closed): Hide the legend when there's no registered task
- 10:18 Task #4372 (Closed): Add flag "doNotLoadInFE"
- 10:17 Bug #4464 (Closed): Make legend for disabled status more epxlicit
- 10:17 Task #4449 (Closed): Check usage of sql_free_results
- 10:17 Bug #4404 (Closed): tx_scheduler_Task::displayAdditionalInformation() is wrongly named, should be getAdditionalInformation()
- 10:17 Task #4398 (Closed): Write the manual
- 10:17 Feature #4397 (Closed): Store the timestamp of the last run in a registry entry
- 10:17 Task #4386 (Closed): Clean up the BE module's locallang file
- 10:16 Bug #4481 (Closed): Take care of unitialized or out of context variables
- 10:16 Bug #4480 (Closed): disable "Next Execution" if task is disabled
- 10:16 Bug #4474 (Closed): wording is not very good
- 10:16 Bug #4468 (Closed): Missing id-tags in backend module
- 10:16 Bug #4466 (Closed): Late execution dates should not appear highlighted for disabled tasks
- 10:16 Task #4465 (Closed): Use flash messages also for the other messages in the check screen
- 10:16 Bug #4363 (Closed): Usage of $GLOBALS['EXEC_TIME'] inappropriate in some places
- 10:15 Feature #4364 (Closed): Hide next execution date when task is running
- 10:15 Bug #4256 (Closed): Weird calculations of minutes in cron cmd
- 10:15 Task #4255 (Closed): Clean up Task API usage
- 10:15 Task #4254 (Closed): Ensure consistency of naming for additional parameters
- 10:15 Bug #4224 (Closed): Scheduled tasks are not all executed by the cron script
- 10:15 Feature #4199 (Closed): Allow disabling of existing tasks
- 10:15 Bug #4195 (Closed): Remove running flag from execution class
- 10:15 Bug #4194 (Closed): Error running the test task
- 10:15 Bug #4152 (Closed): Example task hooks do not keep their value
- 10:15 Feature #4308 (Closed): Disable a task that is not scheduled anymore
- 10:15 Feature #4302 (Closed): Get rid of the "additional parameters"
- 10:15 Feature #4275 (Closed): Disable actions when task is running
- 10:15 Task #4270 (Closed): Change the current message implementation to use the core's t3lib_FlashMessages
- 10:15 Bug #4267 (Closed): Registration for classes that provide additional fields does not bind those classes to specific task types
- 10:15 Bug #4264 (Closed): Adjust calculation of last execution
- 10:15 Bug #4263 (Closed): Execution pool is not really an array
- 10:15 Feature #4261 (Closed): Add indicator for disabled tasks
- 10:13 Feature #4312 (Closed): Streamline execution process
- 10:13 Bug #4134 (Closed): Error in cron cmd calculation
- 10:13 Task #4133 (Closed): BE module: make the scheduler object a member variable
- 10:13 Task #4132 (Closed): Clean up the CSS file
- 10:13 Task #4126 (Closed): Change the multiple execution select to a checkbox
- 10:13 Task #4040 (Closed): Rename the samples folder to examples
- 10:13 Feature #4039 (Closed): For the task registration, try to use autoloading for the class attribute
- 10:13 Task #4038 (Closed): Rename the event class to tx_scheduler_Task
- 10:13 Feature #4020 (Closed): The scheduler backend module does not show whether - and if so, which - a task is currently running.
- 10:13 Task #4048 (Closed): implement interfaces for the hooks provided by the scheduler
- 10:13 Bug #4047 (Closed): There's no error message when adding an event failed
- 10:13 Bug #4046 (Closed): Do not use blob fields in the event table
- 10:13 Task #4045 (Closed): Explain what the abbreviation "CRID" stands for
- 10:13 Bug #4044 (Closed): fix naming of the events database table
- 10:13 Feature #4043 (Closed): Have an easy recognizable "add a new event" text link when scheduled events are present too
- 10:13 Bug #3760 (Closed): New event has wrong next execution time
- 10:13 Feature #3664 (Closed): Colors / markup for errors and warnings
- 10:13 Feature #3663 (Closed): Time calculations / insert time like everywhere else ;)
- 10:11 Bug #25670 (Closed): Since new CSH handling, no icon in scheduler works anymore
- 10:11 Bug #25667 (Closed): Links on action icons should not be underlined
- 10:11 Bug #25666 (Closed): Add missing interface tx_scheduler_AdditionalFieldProvider to autoload registry
- 10:11 Bug #25664 (Closed): BE module does not use new skin properly (TYPO3 4.5)
- 10:11 Bug #25663 (Closed): Date picker is broken in add/edit form
- 10:11 Bug #25662 (Closed): BE module does not use new skin properly (TYPO3 4.4)
- 10:11 Bug #25660 (Closed): Screenshots in the manual must be updated for new skin
- 10:11 Bug #25656 (Closed): Scheduler cannot handle large Exceptions
- 10:11 Bug #25614 (Closed): Wrong query - craches with DBAL
- 10:11 Feature #4019 (Closed): Make events implement a method that returns whether they ran successfully
- 10:11 Bug #3388 (Closed): Error with insert in Module
- 10:10 Bug #33629 (Resolved): datepicker with datetime field does not set current time as default
- Merged in 4.5. Thanks!
- 10:09 Bug #25659 (Closed): Improve Scheduler documentation with various advice for developers
- 10:09 Feature #25655 (Closed): Additional Flash messages in scheduler
- 10:09 Bug #25654 (Closed): Move the scheduler tests to the scheduler sysext
- 10:09 Bug #25653 (Closed): scheduler editTasks() calls all registerd tasks to edit one
- 10:09 Bug #25651 (Closed): tx_scheduler_TestTask fails to execute successfully
- 10:09 Bug #25650 (Closed): Fatal error: Call to a member function push() with [SYS][useCachingFramework] = 1
- 10:09 Bug #25649 (Closed): Autoload seems to be case sensitive when started in cli-mode
- 10:09 Bug #25648 (Closed): Status "Disabled" does not appear
- 10:09 Bug #25647 (Closed): Add option to disable the test task
- 10:09 Bug #25645 (Closed): tx_scheduler_CronCmd does not correctly parse step values
- 10:09 Bug #25644 (Closed): Day of week in cron command is not calculated correctly
- 10:09 Feature #25643 (Closed): Allow different timestamp as optional parameter in constructor of class tx_scheduler_croncmd
- 10:09 Bug #25642 (Closed): Scheduler fails with fatal error if using intervals in cron command
- 10:09 Bug #25641 (Closed): Undefined enableBELog configuration option causes warnings
- 10:07 Bug #26231 (Closed): Add "class." prefix to all scheduler unit test files
- 10:07 Bug #27431 (Closed): Module unit test uses deprecated method
- 10:07 Bug #28062 (Closed): Cleanup caching framework garbage collection task
- 10:06 Task #27687 (Closed): Clean up the code
- 10:04 Task #27552 (Closed): Update manual for TYPO3 4.6
- 10:00 Feature #16404 (Rejected): flexibilize addPItoST43()
- Not really needed anymore
- 00:40 Bug #39008 (Closed): RTE: image scale proportional by defining value width and leaving height empty
- When using the insert image option in htmlarea and resizing it (not with the mouse on the corners of the image) using...
2012-07-16
- 23:55 Feature #38562: Refactor localconf.php handling
- Patch set 20 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 22:34 Feature #38562: Refactor localconf.php handling
- Patch set 19 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 23:11 Bug #29461: Page TSconfig for Extbase flexform values doesn't work
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7711 - 22:19 Feature #25079 (Under Review): suggest wizard won't work when using frontend editing.
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:17 Bug #24626: Pagetree - Create the root page per drag and drop is impossible
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:56 Bug #32282: typo3temp/locks warning. unlink function returns warning
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:53 Bug #32282 (Under Review): typo3temp/locks warning. unlink function returns warning
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 20:18 Bug #38868: Relative image paths not working in Backend
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12828 - 16:23 Bug #38868: Relative image paths not working in Backend
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12828 - 20:03 Task #17198: Allow Drag&Drop of Content-Elements in Page-Module
- I got great information from Joh, I will try and do the first rough implementation to core.
No styling included, p... - 16:17 Bug #36234: Uncaught TYPO3 Exception: Class t3lib_FlashMessage does not exist
- I can confirm this issue for 4.7.2
- 16:14 Bug #35356: Paste as plain text doesn't work in Safari (Mac only)
- Same problem here in Safari, but works in Google Chrome...
- 16:07 Bug #38766: MergeIfNotBlank should work for pages
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12714 - 15:17 Bug #32480: Form.css cannot be disabled
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11932 - 15:16 Bug #32480: Form.css cannot be disabled
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11932 - 13:06 Bug #22152: 4.4: PHP warning "Invalid argument supplied for foreach()" in list module
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 12:57 Bug #22152 (Under Review): 4.4: PHP warning "Invalid argument supplied for foreach()" in list module
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 12:54 Bug #21481: Backend: Generated tumbnails can't cached in the clients browser
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 12:52 Bug #21481 (Under Review): Backend: Generated tumbnails can't cached in the clients browser
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:55 Feature #38732: Modernize Content Elements
- Beside the "Text /w Img"-Icon, I think this fits quite well.
- 11:07 Feature #38732: Modernize Content Elements
- Yep a new Issue, please.
But, good point! :) - 11:50 Bug #29685: Spellchecker is not able to add words with german umlauts to personal dictionary
- Thank you very much, but it still does not work. We testes it on two standard debian 6.0 servers. At the moment we up...
- 11:30 Bug #36820 (Resolved): FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
- Applied in changeset commit:15d99ae60cfbde7f8411f1aa7a44ad85f79ed5ee.
- 10:43 Feature #38965: Add support for native date/time fields
- Small script to convert existing data.
- 10:23 Bug #38977: FAL AdapterService fails with Fluid
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12813 - 10:21 Bug #38977 (Closed): FAL AdapterService fails with Fluid
- FAL introduced an adapterservice to migreate certain fields to FAL style. The adapterservice uses type hinting to sug...
- 10:04 Bug #38906: Extension Manager doesn't show ANY Available Extensions
- I installed a new site on the same server. Source symlinked with the same source code as the site there the error occ...
- 08:17 Feature #38974 (Closed): Add support for native date/time fields
- Since #38965 has been committed to Core, DBAL should be extended to support native date and date/time support for sup...
- 07:55 Feature #37662: Support for arrays in t3lib_div::_GP()
- Then it's needed to change function getVariableCommon in class.t3lib_matchcondition_abstract.php, because there is $v...
- 03:30 Task #38968 (Resolved): Mention jQuery in about section
- Applied in changeset commit:c5d676a6933ff7a049b674d7c6e8f7b3803038ea.
- 01:49 Task #38972 (Under Review): Improve method makeCategorizable to be used everywhere
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12812 - 01:47 Task #38972 (Closed): Improve method makeCategorizable to be used everywhere
- Method makeCategorizable is in charge of registering a table to be categorizable in the BE. The current implementatio...
- 00:27 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- 4.5 (4.5.17) +1
patch working
2012-07-15
- 23:13 Bug #38969 (Closed): PHP Warning: str_pad() expects parameter 2 to be long, string given
- Core: Error handler (FE): PHP Warning: str_pad() expects parameter 2 to be long, string given in /Users/peter/Sites/t...
- 22:21 Feature #24888: Add a cache for typoLink()
- This will not work if you have to create links across domains or links to restricted pages.
- 22:15 Bug #38104 (Closed): Remove bogus template in template analyzer
- 21:19 Bug #38104: Remove bogus template in template analyzer
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:18 Bug #38104 (Under Review): Remove bogus template in template analyzer
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:43 Feature #38965: Add support for native date/time fields
- This new version of the test extension supports the key "dbType" instead of "xtype" because reviewers ask for a bette...
- 21:42 Feature #38965: Add support for native date/time fields
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12808 - 17:06 Feature #38965 (Under Review): Add support for native date/time fields
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12808 - 17:00 Feature #38965: Add support for native date/time fields
- DBAL handling (and enhancement of SQL parser) will be added once this approach has been accepted.
- 16:43 Feature #38965: Add support for native date/time fields
- This test extension can be used to test that native and timestamp-based date and date/time fields can be properly han...
- 16:38 Feature #38965 (Closed): Add support for native date/time fields
- TYPO3 stores date and date/time values as a Unix timestamp. This feature allows native database types to be used inst...
- 21:42 Task #38968 (Under Review): Mention jQuery in about section
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12811 - 21:38 Task #38968 (Closed): Mention jQuery in about section
- Mention jQuery as external library used in TYPO3 in about section.
- 20:30 Bug #38964 (Resolved): $_EXTKEY not available in global scope in ext_tables.php
- Applied in changeset commit:4dd7a32c3a71313d6149b5ce0d774e4608e0030e.
- 15:17 Bug #38964: $_EXTKEY not available in global scope in ext_tables.php
- How to test:
* Install the demo extension attached here: http://bugs.typo3.org/view.php?id=16408
* without the pa... - 15:15 Bug #38964 (Under Review): $_EXTKEY not available in global scope in ext_tables.php
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12807 - 15:07 Bug #38964 (Closed): $_EXTKEY not available in global scope in ext_tables.php
- Since changing the ext_tables.php handling to use the caching framework $_EXTKEY is not available in global scope any...
- 18:54 Feature #38562: Refactor localconf.php handling
- Patch set 18 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 18:47 Feature #38562: Refactor localconf.php handling
- Immediate patch for phpunit (also as file)
--- a/Classes/Service/TestFinder.php
+++ b/Classes/Service/TestFinde... - 15:25 Feature #38562: Refactor localconf.php handling
- Patch set 17 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 12:44 Feature #38562: Refactor localconf.php handling
- Patch set 16 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 14:31 Bug #38828: Remove "switch to list" in doc-header of the page module
- Sprite 'actions-system-list-open'
- 14:16 Feature #38732: Modernize Content Elements
- Remark: Also the icons from the "Add content element" wizard and after that within page module differ.
New issue?
... - 13:30 Task #38759: Swap doc header rows in all backed modules
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12788 - 00:36 Task #38759: Swap doc header rows in all backed modules
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12788 - 01:22 Feature #38956 (Under Review): Swap doc header rows in workspace module
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12805 - 01:14 Feature #38956 (Closed): Swap doc header rows in workspace module
- Swap buttons (below) and path (top)
2012-07-14
- 22:12 Bug #33392: showHidden flag in tslib_fe is not "workspaces aware"
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:11 Bug #33392: showHidden flag in tslib_fe is not "workspaces aware"
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:07 Bug #33392 (Under Review): showHidden flag in tslib_fe is not "workspaces aware"
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:11 Task #38759: Swap doc header rows in all backed modules
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12788 - 01:56 Task #38759 (Under Review): Swap doc header rows in all backed modules
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12788 - 21:59 Bug #24626 (Under Review): Pagetree - Create the root page per drag and drop is impossible
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:47 Feature #38562: Refactor localconf.php handling
- Patch set 15 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 21:45 Bug #24248: Warnings about performing array functions on non-arrays
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:43 Bug #24248 (Under Review): Warnings about performing array functions on non-arrays
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:33 Bug #33214: TypoLink creates only absolute links in multi-domain environment when installed in a subfolder
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:31 Bug #25003 (Under Review): tcaTree: minitems and maxitems don't work well
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:04 Feature #38954: Add a unique request ID
- Please add documenation for this in NEWS.txt and core_doc_api or whatever else is fits.
- 19:30 Feature #38954 (Resolved): Add a unique request ID
- Applied in changeset commit:b7d14353c680527a9f2d621ce2d74b496b825112.
- 19:16 Feature #38954: Add a unique request ID
- $requestId = Typo3_Bootstrap::getInstance()->getRequestId();
- 16:29 Feature #38954: Add a unique request ID
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12792 - 16:21 Feature #38954 (Under Review): Add a unique request ID
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12792 - 16:15 Feature #38954 (Closed): Add a unique request ID
- To allow grouping of log records belonging to a certain request, a unique id per request is needed.
- 18:40 Feature #38773: Add Category Collection
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12791 - 18:08 Feature #38773: Add Category Collection
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12791 - 17:20 Feature #38773: Add Category Collection
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12791 - 15:16 Feature #38773 (Under Review): Add Category Collection
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12791 - 17:51 Bug #38896: Core: Exception handler (WEB) and Showpic.php
- Please test this change: http://review.typo3.org/12794 and give your vote in gerrit.
You may have to adapt the off... - 17:49 Bug #38896 (Under Review): Core: Exception handler (WEB) and Showpic.php
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12794 - 17:45 Feature #38711: Categorization into the Core
> Entry for NEWS.txt is missing.
I have updated the Wiki for that purpose http://wiki.typo3.org/TYPO3_6.0#Catego...- 16:20 Task #38716: Add configuration for default categorized tables
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12674 - 12:42 Task #38952 (Under Review): Add Unit Test for Static File Collection
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12789 - 12:32 Task #38952 (Closed): Add Unit Test for Static File Collection
- 08:00 Feature #38951 (Rejected): Add config.deferJS for defer parsing of javascript
- Hello,
it would be nice, if Googles "defer parsing of javascript" find its way into the core of TYPO3.
config.... - 00:27 Bug #38949: Record list in Page Module rendered without section header
- The issue exists also in TYPO3 4.7.3-dev; current TYPO3 4.6 is fine.
Ciao
Marcus - 00:20 Bug #38949 (Closed): Record list in Page Module rendered without section header
- On current master the record list in the page module is missing the section header. So it is impossible to find out t...
2012-07-13
- 21:30 Task #38604 (Resolved): Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- Applied in changeset commit:e0049f63565f3b0475df5ef5d25679d76b8da8bf.
- 21:30 Bug #38653 (Resolved): RTE: Words containing special characters not added to personal dictionary
- Applied in changeset commit:fe5b5a1e36fe850d3e20f654c3f303a376075f8c.
- 16:22 Feature #11287: Fluid section for header code
- This is really needed! I thought of a viewHelper which just uses page.jsInline (or jsFooterInline when parameter is s...
- 16:17 Feature #38942 (Closed): Make data of ContentElement available in Fluid
- Please make CE uid available in fluid. See http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2012-April/01216...
- 15:49 Feature #38941 (Closed): Add Logging API to the core
- The Logging API is part of an ongoing process to streamline Logging in TYPO3. There's a dedicated project on forge: h...
- 15:29 Bug #38940 (Closed): localization of "All languages" in listview possible
- If you have a dataset which is set to "All languages" (sys_language_uid=-1) and enable "Localization view" in List-mo...
- 15:13 Feature #38711: Categorization into the Core
- Entry for NEWS.txt is missing.
Also please push needed patches for the TYPO3 documentation (core_api I guess). - 13:30 Feature #38711 (Resolved): Categorization into the Core
- Applied in changeset commit:b5ba81a8fd9d33e8dfd0346f97db7e2f1997b0f4.
- 15:09 Task #38759: Swap doc header rows in all backed modules
- Yes!!!
- 14:30 Bug #38931: t3lib_page::getRecordOverlay Hook issue
- Please close!
We found the problem to be a local problem in our TYPO3 installation! - 13:35 Bug #38931 (Closed): t3lib_page::getRecordOverlay Hook issue
- I am using the t3lib_page::getRecordOverlay Hook in one of my Extensions which aims to provide a localisation bugfix ...
- 14:18 Bug #37967: YouTube videos can't be played with Media CE
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12782 - 13:42 Bug #37967 (Under Review): YouTube videos can't be played with Media CE
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12782 - 13:55 Bug #38932 (Closed): EM creates INDEX with space after the commas again and again
- Steps to reproduce:
1. install the attached extension
2. In the tab "Database update", update the DB tables for t... - 13:53 Bug #33009: Search result are found - But not displayed
- Thanks mate
- 13:02 Bug #36822: Invalid shortcut target on translated pages
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12765 - 13:01 Bug #36822: Invalid shortcut target on translated pages
- Patch set 2 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 12:50 Bug #36822: Invalid shortcut target on translated pages
- Patch set 2 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:41 Bug #22190: HMENU with IFSUB, CURIFSUB and hidden subpages
- This is the link to the mailing list post:
http://lists.typo3.org/pipermail/typo3-dev/2010-April/039736.html - 11:38 Bug #38906: Extension Manager doesn't show ANY Available Extensions
- For me the workaround of the German mailinglist works fine, so it is definetly something in the data passed to json_e...
- 00:52 Bug #38906: Extension Manager doesn't show ANY Available Extensions
- I don't know if this has something to do with that bug, every time I call the extension manager I'll gett this logged...
- 00:33 Bug #38906: Extension Manager doesn't show ANY Available Extensions
- Markus Klein wrote:
> What happens if you clear all filters? (Button in your screenshot)
I can clear the filter or c... - 00:30 Bug #38906: Extension Manager doesn't show ANY Available Extensions
- Michael Telgkamp wrote:
> We have upgraded to PHP version 5.3.14 and have the same problem. I read in the [TYPO3-germ... - 10:52 Bug #32406: Menus not working in translated pages for type "shortcut"
- Same after Update from 4.5 to 4.7.2
All translation pages type shortcut are not working anymore. They are all back... - 10:26 Bug #38927 (Closed): $_EXTCONF was not filled in ext_tables.php
- Hello TYPO3-Team,
for each installed extension you inserted following automatically in TEMP_files*:... - 06:30 Bug #38918 (Under Review): EXT: viewpage open new window
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12777 - 06:23 Bug #38918 (Closed): EXT: viewpage open new window
- Add a view-document icon to viewpage docheader to open current from iframe url in a blank window.
2012-07-12
- 23:35 Bug #38906: Extension Manager doesn't show ANY Available Extensions
- What happens if you clear all filters? (Button in your screenshot)
- 17:49 Bug #38906: Extension Manager doesn't show ANY Available Extensions
- We have upgraded to PHP version 5.3.14 and have the same problem. I read in the [TYPO3-german] mailinglist there was ...
- 15:53 Bug #38906 (Closed): Extension Manager doesn't show ANY Available Extensions
- The backend extension manager doesn't show any installed or other extensions under "available extensions".
!http://b... - 22:54 Feature #38562: Refactor localconf.php handling
- Patch set 14 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 20:26 Feature #38562: Refactor localconf.php handling
- Patch set 13 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 20:12 Bug #38849: IRRE record can not be expaned in IE
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12776 - 20:10 Bug #38849: IRRE record can not be expaned in IE
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12776 - 19:38 Bug #38849 (Under Review): IRRE record can not be expaned in IE
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12776 - 15:23 Bug #38849: IRRE record can not be expaned in IE
- > I could not reproduce it on a 4.7 setup what makes it even stranger, because the jsfunc.inline.js files seem to be ...
- 17:47 Bug #38548: Incorrect search-results when searching for part of word
- I confirm this bug. It is in in both classes: tx_indexedsearch and Tx_IndexedSearch_Domain_Repository_IndexSearchRepo...
- 15:30 Bug #38235: login multiple TYPO3 sites with same browser not working
- No, it is not related to #37421 (twice login).
Had problems too when using login for frontend users.
But THIS proble... - 15:02 Bug #36822: Invalid shortcut target on translated pages
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12765 - 15:00 Bug #36822: Invalid shortcut target on translated pages
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 14:59 Bug #36822 (Under Review): Invalid shortcut target on translated pages
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 14:52 Bug #36822: Invalid shortcut target on translated pages
- Requirements:
* different languages
* a shortcut page with a specified target page in default language
** locali... - 14:46 Bug #36822 (Accepted): Invalid shortcut target on translated pages
- 14:29 Bug #38902 (Closed): indexed_search: Show forbidden records does not work
- Even with setting:...
- 13:18 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- 4.5 (4.5.17) +1
patch working - 12:07 Bug #38896 (Closed): Core: Exception handler (WEB) and Showpic.php
- Hi,
after upgrade of Typo3 Version 4.4.x to 4.5.x i got errors like this:
Core: Exception handler (WEB): Uncaught... - 12:01 Bug #38895: Elements in the workspace will be created as a reference only. Correct publish is impossible
- The forum mentions this only in context with TemplaVoilà. Does this happen without TV as well?
- 10:48 Bug #38895 (Rejected): Elements in the workspace will be created as a reference only. Correct publish is impossible
- Create element in workspace will only create reference to itself.
If the page also created in workspace, the page wi... - 12:00 Bug #31832: jsmin.php uses non-free license
- Handle this like you want.
I have given up, that anybody will care about proper licensing of the code.
Btw the exte... - 07:17 Bug #37209: Workspace preview shows pages changes from all workspaces
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11252 - 07:12 Bug #37065: Workspace preview (FE) shows duplicate records
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11127
2012-07-11
- 22:55 Bug #31832: jsmin.php uses non-free license
- Hi,
what do you think about just deprecating the function, leave it as is and remove in after 2 releases?
Why?
* ... - 22:22 Bug #27258 (Closed): list sort direction indicator is inconsistent
- 22:18 Bug #27258: list sort direction indicator is inconsistent
- change abandoned.
Seems that I am not able to change the status to closed. - 22:04 Bug #27258: list sort direction indicator is inconsistent
- @ Joh.
Can you abandon your change on review.typo3.org and close this issue here?
Thanks
Marcus - 22:19 Bug #33728: Error in Crop Parameter for ImageMagick convert
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9143 - 16:51 Bug #38879 (Closed): TYPO3 is not defined, if inlineSettings are rendered without ExtJs
- The JavaScript object "TYPO3" is not defined, if inlineSettings (TYPO3.settings / TYPO3.lang) are rendered without Ex...
- 16:45 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- Gerhard Rupp wrote:
> I can´t get it running under 4.5. If I only replace the function unlink_tempfile everything is... - 16:43 Bug #38699: t3lib_div::unlink_tempfile does not always work on Windows
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:17 Bug #29685: Spellchecker is not able to add words with german umlauts to personal dictionary
- Webadmin wrote:
> We replaced the file from Typo3 4.5 with the new one, but now it is not possible to add any word.... - 15:46 Bug #25387: Installation from own TER not possible
- Ok, importing the extension works for me now for both repositories - the main repository and the wind repository!
- 15:40 Bug #34800: Page tree not responding
- I can see the same symptoms on a system running 4.5.15 and 4.5.17.
Once the JS error occurs, the elements in the p... - 13:40 Bug #38872 (Rejected): 4.7.2: Deleting t3ver_swapmode from pages table breaks TemplaVoila
- Updating from 4.7.1 to 4.7.2 requires to delete the field "t3ver_swapmode" from the table "pages":
ALTER TABLE pag... - 12:57 Bug #38868 (Under Review): Relative image paths not working in Backend
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 12:09 Bug #38868 (Closed): Relative image paths not working in Backend
- When trying to render FE Content Element Previews in a Backend Modul in 4.7.2 Images are not rendered when using cObj...
2012-07-10
- 23:16 Feature #37595: Allow ext_icon.png besides ext_icon.gif
- I'd like to have this also! Alpha transparency for the win!
- 22:44 Bug #38698: css_styled_content overwrites contentRenderingTemplates array
- Awesome, thanks a lot!
I've taken some time in the past, to set up
GIT for TYPO3 on my Windows machine, but after... - 22:29 Bug #38698: css_styled_content overwrites contentRenderingTemplates array
- Thomas Deinhamer wrote:
> Is there a way of committing the change without fiddling around with setting up all the GI... - 22:27 Bug #38698 (Under Review): css_styled_content overwrites contentRenderingTemplates array
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12748 - 20:09 Bug #38698: css_styled_content overwrites contentRenderingTemplates array
- Is there a way of committing the change without fiddling around with setting up all the GIT/Gerrit stuff?
Would be... - 20:32 Bug #38838 (Accepted): False PageCacheTimeout / getFirstTimeValueForRecord calculation with start-/stoptimes on multiple content elements.
- 11:05 Bug #38838: False PageCacheTimeout / getFirstTimeValueForRecord calculation with start-/stoptimes on multiple content elements.
- Patch against Typo3 4.6.8 typo3 directory.
The problem may exists also in Typo3 4.5 and 4.7 - 10:58 Bug #38838: False PageCacheTimeout / getFirstTimeValueForRecord calculation with start-/stoptimes on multiple content elements.
- Original:...
- 10:52 Bug #38838 (Closed): False PageCacheTimeout / getFirstTimeValueForRecord calculation with start-/stoptimes on multiple content elements.
- If you have 2 content elements with start-/stoptimes in the feature getFirstTimeValueForRecord returns false values.
... - 18:31 Bug #25387: Installation from own TER not possible
- Christian, that is another bug in the extension manager. The repository in the import tab and the settings are saved ...
- 16:42 Bug #25387: Installation from own TER not possible
- I just tried patch set 10 with the terdemo.wind-ontwikkeling.nl repository and have to say that searching for extensi...
- 16:30 Feature #38821 (Resolved): Add signal to process public URL of file
- Applied in changeset commit:61892aa9b5533edb0b5115b08ef601cd8289566b.
- 15:26 Bug #38847: New Extension manager, malformed private TER url
- This might be related to the report here: http://forge.typo3.org/issues/33896
- 13:06 Bug #38847 (Closed): New Extension manager, malformed private TER url
- The extension manager of TYPO3 version 4.6.x and above cannot pull T3X files from private TER. The settings could be ...
- 14:00 Bug #38849: IRRE record can not be expaned in IE
- Missed a "d" in the subject...: IRRE record can not be expanded in IE
- 13:25 Bug #38849 (Closed): IRRE record can not be expaned in IE
- A really weired error after upgrading to 4.5.17 which has to do with the fixed hide/unhide issue:
IE8 and 9 do not... - 12:33 Feature #38844 (Closed): Add code list to felogin
- I request to have a code-list again in felogin.
In the current project I'm using felogin with salted password (v6.... - 11:54 Feature #34954: Make image rendering retina display compatible (as an option)
- Tobias Timpe wrote:
> Yeah, that would be great! I know that this is not that important. I'm trying to edit class.t3... - 10:47 Feature #38731 (Accepted): Make a nice(er) styling for error "#1301648975: No pages are found on the rootlevel!"
- 10:33 Feature #38731: Make a nice(er) styling for error "#1301648975: No pages are found on the rootlevel!"
- I would go for something very simple.
It should stay timeless and should be easy to be reused.
At the same time I... - 10:40 Bug #20162: tslib_fe.get_cache_timeout() ignores tt_content.starttime / tt_content.endtime
- This is fixed since Typo 4.5 where content elements can have times.
- 06:55 Bug #38829 (Closed): Frontend should be more graceful when files are missing
- With the current FAL there are exception for every error - while this is good for Developers, they really have to be ...
- 06:52 Bug #38828 (Closed): Remove "switch to list" in doc-header of the page module
- In the upper right corner of the docheader at the page module there is a small button to switch to the list module.
... - 06:46 Feature #38711: Categorization into the Core
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12672 - 02:28 Bug #26893: BE Log is flooded with "Parameter Error: No file or no parameters given." from showpic.php
- Hi,
i used the hints here and also the hints in the german forum mentioned above, but the error does still occur an...
2012-07-09
- 23:30 Bug #38791 (Resolved): accessibilityWrap of radioButtons not taken into account if no stdWrap required
- Applied in changeset commit:82e0d0bb331a54d3c8511a782b1471c1950e669f.
- 23:14 Bug #38791: accessibilityWrap of radioButtons not taken into account if no stdWrap required
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:10 Bug #38791: accessibilityWrap of radioButtons not taken into account if no stdWrap required
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:05 Bug #38791: accessibilityWrap of radioButtons not taken into account if no stdWrap required
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:02 Bug #38791 (Under Review): accessibilityWrap of radioButtons not taken into account if no stdWrap required
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12728 - 22:51 Bug #38791 (Accepted): accessibilityWrap of radioButtons not taken into account if no stdWrap required
- 18:42 Bug #38791 (Closed): accessibilityWrap of radioButtons not taken into account if no stdWrap required
- If your accessibilityWrap of radio-fields is a simple string instead of some stdWrap-configuration, it's not taken in...
- 23:24 Feature #38821 (Under Review): Add signal to process public URL of file
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12732 - 23:20 Feature #38821 (Closed): Add signal to process public URL of file
- By using the File Abstraction Layer (FAL), resources can be put to remote storages like Amazon S3 or WebDAV.
However... - 22:30 Task #38818 (Resolved): Fix CGL violations against SuperfluousWhitespace
- Applied in changeset commit:deb0052eb038e2f92794a62d8b076588e83322c2.
- 20:49 Task #38818 (Under Review): Fix CGL violations against SuperfluousWhitespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12726 - 20:49 Task #38818 (Closed): Fix CGL violations against SuperfluousWhitespace
- Fix CGL violations against SuperfluousWhitespace
- 22:30 Task #38817 (Resolved): Fix CGL violations against SuperfluousWhitespace
- Applied in changeset commit:b2383036ce54e691bfa4c24c24a75a78f4b530e0.
- 20:47 Task #38817: Fix CGL violations against SuperfluousWhitespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12725 - 20:46 Task #38817 (Closed): Fix CGL violations against SuperfluousWhitespace
- Fix CGL violations against SuperfluousWhitespace
- 22:30 Task #38815 (Resolved): Fix CGL violations against SuperfluousWhitespace
- Applied in changeset commit:ff7644c5544f4c3b047bafb3be009673027e6917.
- 20:43 Task #38815 (Under Review): Fix CGL violations against SuperfluousWhitespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12723 - 20:42 Task #38815 (Closed): Fix CGL violations against SuperfluousWhitespace
- Fix CGL violations against SuperfluousWhitespace
- 22:30 Task #38819 (Resolved): Fix CGL violations against DoubleQuoteUsage
- Applied in changeset commit:6a9c5fd17b462f66115f7eae6de1c33b777bb99e.
- 21:29 Task #38819 (Under Review): Fix CGL violations against DoubleQuoteUsage
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12727 - 21:29 Task #38819 (Closed): Fix CGL violations against DoubleQuoteUsage
- Fix CGL violations against DoubleQuoteUsage
- 22:30 Task #38814 (Resolved): Fix CGL violations against SuperfluousWhitespace
- Applied in changeset commit:6c2e9b36a1bd992462a2f67ab5191336172be3b2.
- 20:14 Task #38814 (Under Review): Fix CGL violations against SuperfluousWhitespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12722 - 20:13 Task #38814 (Closed): Fix CGL violations against SuperfluousWhitespace
- Fix CGL violations against SuperfluousWhitespace
- 22:30 Task #38813 (Resolved): Fix CGL violations against SuperfluousWhitespace
- Applied in changeset commit:e61aa9e814a2fc7c5d9ac8e641bc1bfef03e53c6.
- 19:46 Task #38813 (Under Review): Fix CGL violations against SuperfluousWhitespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12721 - 19:46 Task #38813 (Closed): Fix CGL violations against SuperfluousWhitespace
- Fix CGL violations against SuperfluousWhitespace
- 22:30 Task #38800 (Resolved): Fix CGL violations against SuperfluousWhitespace
- Applied in changeset commit:e8704966d07730b5d7c3867f457ba8ac2f89b6db.
- 19:24 Task #38800 (Under Review): Fix CGL violations against SuperfluousWhitespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12720 - 19:24 Task #38800 (Closed): Fix CGL violations against SuperfluousWhitespace
- Fix CGL violations against SuperfluousWhitespace
- 21:56 Bug #38820 (Closed): TCA: Localization Diff View does not take TSConfig into account
- When using adapted labels for the layout select-dropdown for content elements (via TSConfig), the localized copy of s...
- 20:45 Task #38816 (Under Review): Fix CGL violations against SuperfluousWhitespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12724 - 20:45 Task #38816 (Closed): Fix CGL violations against SuperfluousWhitespace
- Fix CGL violations against SuperfluousWhitespace
- 20:28 Bug #25292: Exception "tx_em_Parser_MirrorXmlPushParser: Unable to create XML parser" when updating extension list
- I have Fedora 16 installed in a VM and just tried to update the extension list - same error. I also had to install ph...
- 18:52 Feature #38731: Make a nice(er) styling for error "#1301648975: No pages are found on the rootlevel!"
- > What do you think? :)
I love the idea. If you think that it is realistic to have a design for that until the fin... - 13:03 Feature #38731: Make a nice(er) styling for error "#1301648975: No pages are found on the rootlevel!"
- Hi,
I would like to combine this with a Marketing-Concept
to attract more developers today and in the future.
The +... - 16:19 Bug #38783: Backend: "The path provided does not point to existing and accessible well-formed XML file ()."
- Well, that went quicker than I thought:
After deactivating non-core extensions I found out that the extension "Web... - 15:46 Bug #38783 (Closed): Backend: "The path provided does not point to existing and accessible well-formed XML file ()."
- I'm testing the update from TYPO3 4.5 to 4.7, and the "reports" and "TYPO3 manual" modules show the following error m...
- 16:14 Bug #34820: t3lib_befunc::getViewDomain does not respect http/https scheme
The following setup at our site relates to this bug but is independent from https or http:
The backend is reache...- 15:33 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- I can´t get it running under 4.5. If I only replace the function unlink_tempfile everything is fine.
- 15:29 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- Gerhard Rupp wrote:
> Should this work under 4.5?
I think so.
- 11:47 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- Should this work under 4.5?
- 15:26 Bug #38781 (Closed): rsaauth PHP backend calls key generation on every page request (2)
- As bug #33165 was closed without the ability to give feedback. And couse the problem isn't fixed I create this new bu...
- 15:17 Feature #38711: Categorization into the Core
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12672 - 15:06 Bug #24872: Pagetree: Connection Problem: "Sorry, but an error occurred while connecting to the server. Please check your network con..."
- Had the same Problem.
No mod_security or mod_evasive is installed on the system. Firebug sait that the POST to aja... - 14:25 Feature #38773: Add Category Collection
- Current implementation enables to write:...
- 12:45 Feature #38773 (Closed): Add Category Collection
- Category should make use of the Collection API as a cornerstone for fetching and storing records related to a categor...
- 14:04 Feature #5219: Reference information display human readable
- Please don't kill the uid display there. That is quite useful also for non-devs (trained editors create links, search...
- 13:28 Feature #5219: Reference information display human readable
- Nice .. how is the interaction there?
Click to open? Rollover to open? How will it close?
Can we put the full wor... - 13:53 Feature #38732: Modernize Content Elements
- Could be a by default disabled extension for old-fashion
guys, who dislike RTEs Power in terms of Tables. There
y... - 13:37 Feature #5326 (Accepted): Listview: Number of records should be configurable
- Approved.
Add a Select box with "10, 25, 50, 75, 100, 200, All"
Will you Implement this? - 13:18 Bug #38705: tslib_menu::makeMenu - Move placeholder are displayed in navigation during WS preview
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12666 - 10:58 Bug #38766: MergeIfNotBlank should work for pages
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12714 - 09:46 Bug #38766 (Under Review): MergeIfNotBlank should work for pages
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12714 - 09:33 Bug #38766 (Closed): MergeIfNotBlank should work for pages
- The l10n_mode mergeIfNotBlank should have an effect in the frontend for the pages / pages_language_overlay; currently...
- 10:50 Bug #36975: ENUM type is missing in t3lib/class.t3lib_sqlparser.php
- Has been discussed before:
http://bugs.typo3.org/view.php?id=3727
http://forge.typo3.org/issues/11697 - 10:49 Bug #29685: Spellchecker is not able to add words with german umlauts to personal dictionary
- We replaced the file from Typo3 4.5 with the new one, but now it is not possible to add any word. Also only ASCI char...
- 10:39 Bug #38653: RTE: Words containing special characters not added to personal dictionary
- I can confirm that this patch works on a windows server on TYPO3 4.5.17.
- 10:23 Bug #38767 (Closed): Incorrect order of search-result
- The function execFinalQuery in pi/class.tx_indexedsearch.php, doesn't use the searched word(s) in exec_SELECTquery wh...
- 09:23 Bug #38660: Login not possible from Firefox when using salted passwords and RSA
- Done, even created a new profile and also tried on a different machine. It does *not* work with RSA in Firefox, but a...
- 08:30 Bug #37780: Possibility to get duplicate sessionId for different user
- Sven Weiss wrote:
> The sessionId is only saved in database if it is in use (saved some data to it). And then it is ... - 08:26 Bug #37780: Possibility to get duplicate sessionId for different user
- Steffen Ritter wrote:
> Sven Weiss wrote:
> > It is not the best solution but it works for a hot-fix.
> It will be... - 08:15 Bug #37780: Possibility to get duplicate sessionId for different user
- Sven Weiss wrote:
> It is not the best solution but it works for a hot-fix.
It will be the only solution, but we at... - 06:38 Bug #38764 (Closed): Adapt styling of Flexform Sections to IRRE
- Flexform sections use wrong icons for collapse/expand and the "move" handle should be at the outer right.
When ada... - 06:20 Bug #38717 (Under Review): strftime() expects parameter 2 to be long, string given
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12713 - 00:30 Bug #38763 (Resolved): Cannot redeclare class bigDoc: move_el.php
- Applied in changeset commit:798796ce85fea39800399f3061d9b7368fc2f8c7.
2012-07-08
- 23:49 Feature #38711: Categorization into the Core
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12672 - 21:30 Task #34471 (Resolved): Remove resources from TS template record
- Applied in changeset commit:3c5cb4bfc298895f36f33102975b4b2814e172cb.
- 20:27 Bug #38763 (Under Review): Cannot redeclare class bigDoc: move_el.php
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12712 - 20:24 Bug #38763 (Closed): Cannot redeclare class bigDoc: move_el.php
- The file move_el.php first requires init.php
and then template.php. As template.php was
already required by the a... - 17:21 Bug #38761: Implement new Styles to the ExtJS Datepicker of TCEforms
- see
http://forge.typo3.org/attachments/21548/20120707_datepicker_01-01.png
http://forge.typo3.org/attachments/21549/... - 17:20 Bug #38761 (Closed): Implement new Styles to the ExtJS Datepicker of TCEforms
- Implement the latest styles.
- 17:14 Task #17198 (Accepted): Allow Drag&Drop of Content-Elements in Page-Module
- This functionality has been implemented at the UXW and is currently shipped within the spin-off extension "gridelemen...
- 17:10 Bug #21446 (Rejected): Drag and Drop within FCE in BE does not work with IE8
- it is related to TemplaVoila on TYPO3 4.2...
- 17:09 Bug #29944 (Resolved): Not possible to create a new page via drag'n'drop in the pagetree as child of the root node!
- 17:09 Bug #24626 (Resolved): Pagetree - Create the root page per drag and drop is impossible
- 16:15 Task #38759 (Closed): Swap doc header rows in all backed modules
- The contents of the do headers need to be adjusted.
Module relevant things ( like the submodule switch) should be on... - 15:41 Task #38757: Cleanup multiple classes of "localPageTree" in EXT:beuser
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12711 - 15:39 Task #38757 (Under Review): Cleanup multiple classes of "localPageTree" in EXT:beuser
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12711 - 15:09 Task #38757 (Closed): Cleanup multiple classes of "localPageTree" in EXT:beuser
- If you search after "class localPageTree" in TYPO3 page tree, you will find five classes with the same name.
This is... - 15:38 Feature #5326: Listview: Number of records should be configurable
- Jens/Lars is this approved? And how should that be done?
Should be moved to designers todo? Technically not a big ... - 15:30 Bug #38749 (Resolved): Wrong relation count after FAL update wizard
- Applied in changeset commit:e2e83120dd4d8798f17d7e53972e3eb879165ce1.
- 14:35 Bug #38749: Wrong relation count after FAL update wizard
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12705 - 14:33 Bug #38749: Wrong relation count after FAL update wizard
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12705 - 14:21 Bug #38749: Wrong relation count after FAL update wizard
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12705 - 14:17 Bug #38749: Wrong relation count after FAL update wizard
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12705 - 14:16 Bug #38749: Wrong relation count after FAL update wizard
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12705 - 13:50 Bug #38749: Wrong relation count after FAL update wizard
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12705 - 11:51 Bug #38749 (Under Review): Wrong relation count after FAL update wizard
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12705 - 11:48 Bug #38749 (Closed): Wrong relation count after FAL update wizard
- After executing the FAL upgrade wizards, the field "image" in tt_content should contain the relation count but instea...
- 15:13 Bug #38758 (Closed): Template module must only use session settings on startup
- The template module uses user session to store the last submodule/page combination and opens that on first launch.
... - 15:06 Task #38756 (Under Review): Cleanup multiple classes of "localPageTree" in EXT:impexp
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12710 - 14:58 Task #38756 (Closed): Cleanup multiple classes of "localPageTree" in EXT:impexp
- If you search after "class localPageTree" in TYPO3 page tree, you will find five classes with the same name.
This is... - 14:57 Task #38755 (Closed): Usability issues collected on the UX sprint
- This taks is meant to be an umbrella task for all small issues identified at the ux sprint.
Basically it creates sma... - 14:47 Task #38754: Cleanup multiple classes of "localPageTree"
- * typo3/db_new.php
* typo3/class.browse_links.php
* typo3/move_el.php
* beuser
* impexp - 14:47 Task #38754 (Closed): Cleanup multiple classes of "localPageTree"
- If you search after "class localPageTree" in TYPO3 page tree, you will find five classes with the same name.
This is... - 14:47 Task #38753: Split up classes into single files
- I stop working on it, because of #38754
- 14:23 Task #38753: Split up classes into single files
- I`m currently working on it.
- 14:09 Task #38753 (Closed): Split up classes into single files
- In the TYPO3 core, some files contain more than one class.
This is a) against the CGL and b) not very useful if some... - 14:43 Feature #38732: Modernize Content Elements
- Sorry, but in my point of view, removing the table content element is a really bad idea
Why?
* A lot of our custo... - 12:07 Feature #38732: Modernize Content Elements
- I'd simply make them all have the same background color...
- 10:48 Feature #38732: Modernize Content Elements
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12702 - 00:22 Feature #38732: Modernize Content Elements
- Missing a "none-green" icon for the media content now shown in "Typical content"
- 00:20 Feature #38732: Modernize Content Elements
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12702 - 14:30 Bug #38750 (Resolved): Uncaugt Exception for page.javascriptLibs.jQuery.noConflict = 0
- Applied in changeset commit:999e4b15b1f12f0ce825e0c1afcf24ff5ad73804.
- 12:36 Bug #38750: Uncaugt Exception for page.javascriptLibs.jQuery.noConflict = 0
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12706 - 12:11 Bug #38750: Uncaugt Exception for page.javascriptLibs.jQuery.noConflict = 0
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12706 - 12:02 Bug #38750 (Under Review): Uncaugt Exception for page.javascriptLibs.jQuery.noConflict = 0
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12706 - 11:54 Bug #38750 (Closed): Uncaugt Exception for page.javascriptLibs.jQuery.noConflict = 0
- "page.javascriptLibs.jQuery.noConflict = 0" brings the the Uncaught TYPO3 Exception "#1341571604: The requested names...
- 14:30 Bug #37116 (Resolved): [CLEANUP] Make TCEforms sys_file header area localizable
- Applied in changeset commit:1e0737a063ecaf097e7d64734df951f9f0eb9f41.
- 14:08 Feature #38752: TCEforms: Replace "field has changed" icon with CSS class
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12708 - 13:32 Feature #38752: TCEforms: Replace "field has changed" icon with CSS class
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12708 - 13:18 Feature #38752: TCEforms: Replace "field has changed" icon with CSS class
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12708 - 13:12 Feature #38752 (Closed): TCEforms: Replace "field has changed" icon with CSS class
- When editing a record in TCEforms, each field that is modified gets an arrow symbol in front of the input/select fiel...
- 12:43 Bug #37383: Fix CGL violations in index.php
- This patch was Abandoned.
Please close this ticket. - 12:30 Feature #38743 (Resolved): Add hook for TSFE fetch_the_id() post processing
- Applied in changeset commit:e67a62d011b06eee52ba162551563940ed3fe053.
- 11:18 Feature #38743 (Under Review): Add hook for TSFE fetch_the_id() post processing
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12704 - 11:12 Feature #38743 (Closed): Add hook for TSFE fetch_the_id() post processing
- 12:16 Bug #38717 (Accepted): strftime() expects parameter 2 to be long, string given
- 11:40 Bug #27258: list sort direction indicator is inconsistent
- Seems that this has been resolved in #11127 now
- 11:30 Task #38740 (Resolved): Fix CGL violations against Squiz.WhiteSpace.LogicalOperatorSpacing
- Applied in changeset commit:bc42bf17cc4df909da6dfb513f31b126d45721a1.
- 11:30 Task #38738 (Resolved): Fix CGL violations against ClassDocComment
- Applied in changeset commit:bc5ebba272b053872f076c4b53c61d5e3b883849.
- 11:30 Task #38737 (Resolved): Enable default jQuery noConflict mode in page renderer
- Applied in changeset commit:ddb455aa38391ccfba0f275fdca56fe9eefdc12e.
- 10:10 Task #38737: Enable default jQuery noConflict mode in page renderer
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12699 - 10:06 Task #38737: Enable default jQuery noConflict mode in page renderer
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12699 - 11:14 Task #38744 (Closed): Fix CGL violations against TYPO3.WhiteSpace.AsteriksWhitespaces
- ...
- 10:02 Feature #38178: function submitWords with exec_INSERTmultipleRows
- Since there was no response and this looked like the wrong place to issue my request I duplicated this feature reques...
- 09:55 Feature #38742 (Closed): indexed_search performance: function submitWords with exec_INSERTmultipleRows
- On different systems I had performance issues with indexed_search due to a vast number of single INSERT queries gener...
- 09:17 Task #38640: Wrong 'redirect to' in sys_domain record hangs PHP-task
- I could imagine such a detection for a loop of two domains just checking the referer beeping equal to the target. But...
- 09:06 Bug #38660 (Needs Feedback): Login not possible from Firefox when using salted passwords and RSA
- Works fine for me.... Please investigate further, delete all cookies, disable extensions in Firefox and report back y...
- 09:04 Bug #38728: Make all action icons look like buttons
- In the parent task the icons for link wizard date picker and so on are put onto an button look and feel.
As this d... - 09:01 Bug #38733 (Accepted): Make edit icons in reference tooltip clickable
- 08:55 Bug #38733: Make edit icons in reference tooltip clickable
- The tooltips are done with an custom extra tip implementation for help. Currently they do not support to end the clos...
- 09:00 Bug #38734 (Accepted): The refrence table header label is not localizable
- 08:58 Bug #38734: The refrence table header label is not localizable
- This applies to all tables In list modules as well rs the tooltip
Create a general label and a equal writing in al... - 01:30 Bug #38741 (Resolved): Having tt_content:image in pallette breaks IRRE Layout
- Applied in changeset commit:c9e199224463770aee12f9795adc3666ac1aa152.
- 00:33 Bug #38741 (Under Review): Having tt_content:image in pallette breaks IRRE Layout
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12703 - 00:30 Bug #38741 (Closed): Having tt_content:image in pallette breaks IRRE Layout
- Pallette fields are always inline, to sit in one line aside.
Therefore sizing is not possible. This has ugly effects...
2012-07-07
- 23:54 Task #38740 (Under Review): Fix CGL violations against Squiz.WhiteSpace.LogicalOperatorSpacing
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12701 - 22:35 Task #38740 (Closed): Fix CGL violations against Squiz.WhiteSpace.LogicalOperatorSpacing
- ...
- 23:33 Feature #5219: Reference information display human readable
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12697 - 20:35 Feature #5219: Reference information display human readable
- Task done and pushed to Gerrit.
*Before*
!ToolTipAlt.jpg!
*After*
!ToolTipNeu.jpg! - 20:30 Feature #5219: Reference information display human readable
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12697 - 22:26 Task #38738 (Under Review): Fix CGL violations against ClassDocComment
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12700 - 22:14 Task #38738 (Closed): Fix CGL violations against ClassDocComment
- ...
- 21:37 Task #38737 (Under Review): Enable default jQuery noConflict mode in page renderer
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12699 - 21:29 Task #38737 (Closed): Enable default jQuery noConflict mode in page renderer
#38678 Introduced the possibility to configure jQuery inclusion via TypoScript. As of now it was still not possible...- 21:30 Feature #38678 (Resolved): TypoScript settings for including jQuery into the front-end
- 15:41 Feature #38678: TypoScript settings for including jQuery into the front-end
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12630 - 13:21 Feature #38678: TypoScript settings for including jQuery into the front-end
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12630 - 12:55 Feature #38678: TypoScript settings for including jQuery into the front-end
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12630 - 12:31 Feature #38678: TypoScript settings for including jQuery into the front-end
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12630 - 12:26 Feature #38678: TypoScript settings for including jQuery into the front-end
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12630 - 12:17 Feature #38678: TypoScript settings for including jQuery into the front-end
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12630 - 12:15 Feature #38678: TypoScript settings for including jQuery into the front-end
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12630 - 11:13 Feature #38678: TypoScript settings for including jQuery into the front-end
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12630 - 21:25 Bug #38736: Cleanup TCEform FlexForm section HTML and JS code
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12698 - 21:25 Bug #38736 (Closed): Cleanup TCEform FlexForm section HTML and JS code
- The existing JS code for TCEform FlexForm sections is messy, mostly inline and not easy to maintain, the first part o...
- 21:17 Bug #38735 (Accepted): Improved style for preview notice
- Good point.
- 20:46 Bug #38735 (Closed): Improved style for preview notice
- The current notice/hint/warning that you're viewing a preview of a website is quite old.
It'd be cool if we had a ... - 20:42 Bug #38734 (Closed): The refrence table header label is not localizable
- It is just hardcoded "Ref."
- 20:37 Bug #38733 (Closed): Make edit icons in reference tooltip clickable
- In #5219 the tooltips have been cleaned up and now have record icons, record titles and edit icons.
Unfortunately ... - 20:30 Feature #38725 (Resolved): Add a hook to pre-process TSFE determineId()
- Applied in changeset commit:57b894a6da0b9edaff9380681256869803c12ff8.
- 17:54 Feature #38725: Add a hook to pre-process TSFE determineId()
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12693 - 17:20 Feature #38725 (Under Review): Add a hook to pre-process TSFE determineId()
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12693 - 17:13 Feature #38725 (Closed): Add a hook to pre-process TSFE determineId()
- 19:30 Feature #38732 (Closed): Modernize Content Elements
- Hi,
lets start to "modernize" Content Elements!
Removing old fashioned once and move
others from spacial to typi... - 19:30 Task #38599 (Resolved): Fix CGL violations against ClassDocComment
- Applied in changeset commit:6675da2e175ea7a66f516749876f12707cc423f2.
- 19:06 Task #38599: Fix CGL violations against ClassDocComment
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12545 - 19:01 Task #38598: Fix CGL violations against ClassDocComment
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12544 - 18:52 Feature #38731 (Closed): Make a nice(er) styling for error "#1301648975: No pages are found on the rootlevel!"
- Currently, after a successful install of TYPO3 you get an ugly exception or a bit nicer error message of missing page...
- 17:43 Bug #38729 (Closed): Make use of jQuery also for the action icons
- Currently when you click on an action button the click event is propaganated to the parent container which makes the ...
- 17:41 Bug #38728 (Closed): Make all action icons look like buttons
- 16:31 Task #33868: EM: Move Upload Extension directly button
- As there is already a "new" Extension-Manager in the Building
process, we could close the Tickets for the old "New ... - 16:29 Bug #29685: Spellchecker is not able to add words with german umlauts to personal dictionary
- Please test this change on TYPO3 4.5: http://review.typo3.org/12680
- 15:41 Bug #38691: Exclude E_STRICT on PHP 5.4
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 15:40 Bug #38691: Exclude E_STRICT on PHP 5.4
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 15:36 Bug #38691: Exclude E_STRICT on PHP 5.4
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12689 - 15:41 Bug #35154 (Under Review): Exclude E_STRICT from exceptionalErrors in PHP 5.4
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:03 Bug #20787: URLs in search results are not speaking URLs
- So is the problem with using pi_linkToPage limited to situations with mountpoints?
As long that problem is not res... - 13:03 Feature #38711: Categorization into the Core
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12672 - 11:30 Bug #18771 (Resolved): Order in t3lib_div::getFilesInDir is different from order in File list
- Applied in changeset commit:8d29e26aca7af38eae349cc5a3e0cb5ee3fab2bd.
- 11:24 Bug #18771: Order in t3lib_div::getFilesInDir is different from order in File list
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:22 Bug #18771: Order in t3lib_div::getFilesInDir is different from order in File list
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:16 Bug #18771 (Under Review): Order in t3lib_div::getFilesInDir is different from order in File list
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 00:30 Bug #36316 (Resolved): RTE: Importing google webfonts breaks style sheet parsing
- Applied in changeset commit:83672e85e4cdda49f1b52ddd4348cc3931677037.
- 00:09 Bug #35356: Paste as plain text doesn't work in Safari (Mac only)
- Does it work in Google Chrome on Mac?
- 00:03 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- Please test this change and give your vote in gerrit: http://review.typo3.org/12684
- 00:02 Bug #38699 (Under Review): t3lib_div::unlink_tempfile does not always work on Windows
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12684
2012-07-06
- 23:39 Bug #36316: RTE: Importing google webfonts breaks style sheet parsing
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:32 Bug #36316 (Under Review): RTE: Importing google webfonts breaks style sheet parsing
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:30 Bug #36316 (Resolved): RTE: Importing google webfonts breaks style sheet parsing
- Applied in changeset commit:277ea8130caadd9d539e6f6511dfa06ee02fd5c5.
- 23:22 Bug #36316: RTE: Importing google webfonts breaks style sheet parsing
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:04 Bug #38653: RTE: Words containing special characters not added to personal dictionary
- Please test this change on TYPO3 4.5: http://review.typo3.org/12680
- 23:02 Bug #38653 (Under Review): RTE: Words containing special characters not added to personal dictionary
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:46 Bug #38653 (Accepted): RTE: Words containing special characters not added to personal dictionary
- 22:30 Bug #38653 (Resolved): RTE: Words containing special characters not added to personal dictionary
- Applied in changeset commit:31bef4e339f9813165776defc659d523b3c08103.
- 22:17 Bug #38653: RTE: Words containing special characters not added to personal dictionary
- This is now fixed in master.
I think this is an Aspell issue. Here is the work around:
- before submitting additi... - 22:06 Bug #38653 (Under Review): RTE: Words containing special characters not added to personal dictionary
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12679 - 06:42 Bug #38653: RTE: Words containing special characters not added to personal dictionary
- In think that the problem is that Aspell expects the word to be in the same charset as the dictionary being used. I a...
- 01:26 Bug #38653: RTE: Words containing special characters not added to personal dictionary
- Gerhard Rupp wrote:
> Yes, it is.
> I found a similar bug report at http://lists.typo3.org/pipermail/typo3-project-... - 01:25 Bug #38653: RTE: Words containing special characters not added to personal dictionary
- Gerhard Rupp wrote:
> Are you sure that fwrite is capable of writing utf-8 without encoding?
Well, the word is co... - 00:48 Bug #38653: RTE: Words containing special characters not added to personal dictionary
- Are you sure that fwrite is capable of writing utf-8 without encoding?
- 20:34 Bug #18771 (Resolved): Order in t3lib_div::getFilesInDir is different from order in File list
- Applied in changeset commit:11504997bc4ebe26aa6f5f517c1516804f6d4b9a.
- 11:01 Bug #18771: Order in t3lib_div::getFilesInDir is different from order in File list
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12659 - 11:00 Bug #18771 (Under Review): Order in t3lib_div::getFilesInDir is different from order in File list
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12659 - 10:52 Bug #18771: Order in t3lib_div::getFilesInDir is different from order in File list
- Note: To reproduce this, check linking on a file, the file list there uses t3lib_div::getFilesInDir() - the file list...
- 20:20 Feature #38711: Categorization into the Core
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12672 - 15:56 Feature #38711: Categorization into the Core
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12672 - 15:52 Feature #38711: Categorization into the Core
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12672 - 15:44 Feature #38711 (Under Review): Categorization into the Core
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12672 - 14:30 Feature #38711 (Closed): Categorization into the Core
- A common use case is to be able to categorize records in every advanced website. Besides that, there is the need to s...
- 19:50 Feature #13265 (Needs Feedback): Make new pages toolbar open by default in the page tree
- First of all .. lets change the icon and add the introduction text as design.
- 19:48 Feature #5351 (On Hold): Enable drag&drop of content elements to other pages / files to other folders
- Sound very nice. But I fear with the current Setup this is unrealistic.
- 19:34 Feature #5355 (Needs Feedback): Template module - don't store the page in the session
- Seems to be a bug in (List, Page) Modul.
If I could I would move this issue to the core team issue tracker.
But It ... - 19:30 Feature #5355 (Closed): Template module - don't store the page in the session
- Seems to be ok.
Closed. - 18:31 Bug #38709 (Resolved): Include jQuery API in the page renderer
- Applied in changeset commit:d3d6745ff71d769bb78c0a6f8f5c85189cd15368.
- 17:29 Bug #38709: Include jQuery API in the page renderer
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 16:55 Bug #38709: Include jQuery API in the page renderer
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 14:21 Bug #38709 (Under Review): Include jQuery API in the page renderer
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 14:13 Bug #38709 (Closed): Include jQuery API in the page renderer
- The first step of including jQuery into the core should be to add API to the page renderer to include
one or more jQ... - 17:29 Bug #38717 (Closed): strftime() expects parameter 2 to be long, string given
- The typoscript rendering process with stdWrap does not handle empty values corrent:
Warning: strftime() expects pa... - 17:26 Task #38716 (Under Review): Add configuration for default categorized tables
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12674 - 17:23 Task #38716 (Closed): Add configuration for default categorized tables
- A list of default categorized table is put within the Install Tool for now, since we don't have a dedicated BE module...
- 17:15 Bug #5242 (Needs Feedback): Redesign browse_links window
- 16:55 Task #38701: Make Install Tool section "All Configuration" more user friendly
- I think a "normal" way should be provided - Enter is no real solution. Imagine a Mobile device.
I think it should be... - 16:16 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12660 - 15:57 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Ingo Pfennigstorf wrote:
> Accordions are so 2008 imho and slow down editing and finding the desired parameter
IM... - 15:56 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Ingo Pfennigstorf wrote:
> Or what about both fixed on the left side (bothfixed.png)
works, too. Just change the ... - 15:49 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Or what about both fixed on the left side (bothfixed.png)
- 15:41 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Ingo Renner wrote:
> Wouldn't it make more sense to put the button under the menu on the left
don't know. What d... - 15:37 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Steffen Ritter wrote:
> btw:
> you just might hit enter?
That's what I wrote above ;) So there is no real need f... - 15:34 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Ingo Renner wrote:
> Wouldn't it make more sense to put the button under the menu on the left and make the (already ... - 15:31 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Wouldn't it make more sense to put the button under the menu on the left and make the (already existing) groups act l...
- 13:36 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Checked in Chrome and Firefox. Looks good (Patch Set 3).
Just checked IE 8 and IE 9 - both look good - 12:40 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12660 - 12:18 Task #38701: Make Install Tool section "All Configuration" more user friendly
- See attached image. This is in the backend view
- 12:12 Task #38701: Make Install Tool section "All Configuration" more user friendly
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12660 - 11:03 Task #38701 (Under Review): Make Install Tool section "All Configuration" more user friendly
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12660 - 11:01 Task #38701 (Closed): Make Install Tool section "All Configuration" more user friendly
- When editing something in the Install Tool section "All Configuration" you have to scroll down to the very bottom to ...
- 16:46 Feature #3464 (Needs Feedback): Inconsistent icon overlays for start and stop date
- We should think about different ways than
Icons, to communicate this information. - 15:57 Feature #3464: Inconsistent icon overlays for start and stop date
- Hi, I added the current icons again.
You can see that there is only one overlay, even if multiple attributes are set... - 11:06 Feature #3464 (Accepted): Inconsistent icon overlays for start and stop date
- I still think the Idea and the concept is good, just the style is misleading.
- 16:33 Feature #36075: Advanced Filtering for the Page-Tree
- This is what I thought back than, when Kasper came up with the filter Idea in 2006.
!Filter_ComboBox.png! - 16:15 Feature #38512: Shortcut page default mode
- Or did you mean with the screenshot "Parent" as default value? .. Maybe "First sub"?
- 16:13 Bug #33700: Invalid behavior of search for integer in Backend search
- Hi all,
tested this patch successfully in live search. My testcase was to search a zipcode in feusers. Without the p... - 13:54 Bug #5368 (Accepted): Ask for saving, if record is not explicitly closed
- A simple Alert MSG could do the job.
Better would be to pre save via ajax the state in kind of workspace mode. - 13:13 Task #38604: Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- Patch set 2 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:12 Task #38604: Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- Patch set 2 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:11 Task #38604: Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- Patch set 3 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:08 Task #38604: Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- Patch set 2 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:06 Task #38604: Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:04 Task #38604: Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:01 Task #38604 (Under Review): Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:06 Feature #36705: Forward pages with defined doctype to list view
- I would suggest to directly switch without a question.
We don't need a Flash-MSG .. if it's wrong you will see
it (... - 12:55 Bug #38705 (Under Review): tslib_menu::makeMenu - Move placeholder are displayed in navigation during WS preview
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12666 - 11:31 Bug #38705 (Closed): tslib_menu::makeMenu - Move placeholder are displayed in navigation during WS preview
- *Live WS*
Initial page tree situation:... - 11:44 Bug #34152: stdWrap function numRows() fails in 4.6 due to wrong SELECT clause
- 4.5 +1
patch works fine - 11:21 Bug #38703 (Rejected): Publishing records with IRRE records -> lost relation
- Within my own extension i have a record with an inline record (IRRE) which is versioning too.
Wether this relation... - 10:38 Task #37720: Update graphics in install tool to match recent guidelines
- First Attempt - attached a screenshot from the new graphics
- 10:35 Task #37720: Update graphics in install tool to match recent guidelines
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12658 - 10:29 Task #37720 (Under Review): Update graphics in install tool to match recent guidelines
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12658 - 07:27 Task #37720: Update graphics in install tool to match recent guidelines
- Ingo, any news on this one?
- 10:28 Bug #38691: Exclude E_STRICT on PHP 5.4
- ... (ignore this comment) ...
- 09:41 Bug #38691: Exclude E_STRICT on PHP 5.4
- Other branches will follow in a couple hours ... I have to to university now ;)
- 09:41 Bug #38691 (Under Review): Exclude E_STRICT on PHP 5.4
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 10:02 Bug #20541: Problem with $GLOBALS['TSFE']->recordRegister
- i ran into this bug/feature while trying to generate some sort of a-z index for seminars records.
here's my typosc... - 09:57 Bug #38698: css_styled_content overwrites contentRenderingTemplates array
- Yes, you can checkout hype_html5 from the current trunk:
http://forge.typo3.org/projects/show/extension-hype_html5
... - 07:11 Bug #38698: css_styled_content overwrites contentRenderingTemplates array
- Do you have an example Extension that can be used to test this change?
- 01:18 Bug #38698 (Closed): css_styled_content overwrites contentRenderingTemplates array
- The extension css_styled_content makes it hard to define
custom content rendering templates in the TYPO3_CONF_VARS
... - 01:59 Bug #38699 (Closed): t3lib_div::unlink_tempfile does not always work on Windows
- On windows, the file name created by t3lib_div::tempnam may contain backslashes. These should be cleaned up with t3li...
2012-07-05
- 23:28 Bug #35428: include jquery in the core
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 23:25 Bug #35428: include jquery in the core
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 18:59 Bug #35428: include jquery in the core
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 15:58 Bug #35428: include jquery in the core
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 15:58 Bug #35428: include jquery in the core
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 15:28 Bug #35428: include jquery in the core
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 15:12 Bug #35428: include jquery in the core
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 15:03 Bug #35428: include jquery in the core
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12222 - 14:47 Bug #35428: include jquery in the core
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12627 - 23:26 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- The problem is related to windows path names containing backslashes.
Replacing the backslashes by adding
$tmpFi... - 21:57 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- Patch 2 didn´t work either.
- 21:00 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- Please test the second patch set.
Will be running out of ideas: http://ca2.php.net/manual/en/function.unlink.php - 20:58 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- Patch set 2 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 18:15 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- Even with the patched version the files remain in the temp directory.
- 17:51 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- Please test this change on a Windows server: http://review.typo3.org/12643
- 17:50 Bug #38652 (Under Review): RTE spell checker is flooding directory typo3temp on Windows
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 07:03 Bug #38652: RTE spell checker is flooding directory typo3temp on Windows
- The files are indeed deleted with t3lib_div::unlink_tempfile()...
I am unable to reproduce this issue.
Maybe on Win... - 22:20 Feature #38562: Refactor localconf.php handling
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 18:02 Feature #38562: Refactor localconf.php handling
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 16:36 Feature #38562: Refactor localconf.php handling
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 12:25 Feature #38562: Refactor localconf.php handling
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 21:12 Feature #38694: Copy content to multiple fields in Batch-Editing
- Like: *Copy and Paste first row*
!doodle.png! - 21:08 Feature #38694 (Closed): Copy content to multiple fields in Batch-Editing
- Currently you have to enter values multiple time in the Batch-Editing input fields.
The idea is to simply provide a ... - 21:09 Bug #38691: Exclude E_STRICT on PHP 5.4
- Thanks Markus. I will take care tonight or tomorrow.
- 18:58 Bug #38691: Exclude E_STRICT on PHP 5.4
- 4.7.2 misses:
* t3lib/thumbs.php
* typo3/sysext/cms/tslib/showpic.php
* typo3/sysext/install/mod/class.tx_install_... - 18:40 Bug #38691 (Closed): Exclude E_STRICT on PHP 5.4
- Some pleases in TYPO3, e.g. @typo3/sysext/cms/tslib/index_ts.php@ do not yet exclude @E_STRICT@ from error reporting....
- 19:20 Bug #38653: RTE: Words containing special characters not added to personal dictionary
- Yes, it is.
I found a similar bug report at http://lists.typo3.org/pipermail/typo3-project-rte/2012-January/002322.h... - 17:55 Bug #38653 (Needs Feedback): RTE: Words containing special characters not added to personal dictionary
- Is the TYPO3 backend utf-8-encoded?
- 19:12 Feature #5609 (Needs Feedback): Adding multiple content type to clipboard doesn't work - no error
- Good point. Sorry for the late answer (Ticket got lost).
Solutions:
# Copy all object :)
# Remove the possibil... - 19:06 Feature #5219 (Accepted): Reference information display human readable
- Agree this module isn't very good usable for users - only devs. :)
- 18:38 Bug #36316 (Under Review): RTE: Importing google webfonts breaks style sheet parsing
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12646 - 18:31 Task #38621 (Resolved): Set default renderMode of newContentElements to 'tabs'
- Applied in changeset commit:b3484d4f40f56ef7ee32dc1821e5cde67216caaf.
- 18:31 Bug #38645 (Resolved): New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- Applied in changeset commit:eb317e77197fc2027fb1561757a4f90f3f02883a.
- 18:22 Bug #30829 (Needs Feedback): p_connect should be disabled by default
- Moving your question to the TYPO3 Core Project...
Can you please give more details on what these "other servers" are... - 17:30 Feature #38683 (Resolved): RTE: Keep HTML5 block tags when clean pasting text
- Applied in changeset commit:f92ba68226ea54da52f7070fa6b591708a264b5c.
- 17:17 Feature #38683 (Closed): RTE: Keep HTML5 block tags when clean pasting text
- When pasting while pasteStructure or pasteFormat behaviour is enabled, the default behaviour should keep HTML5 block ...
- 16:35 Feature #5390 (Closed): Keyboard shortcuts for generic actions
- Since 4.7 we got some. Done.
- 16:30 Bug #36438 (Resolved): RTE: Aspell-based spellcheck not working on windows systems
- Applied in changeset commit:78a7a0c47bbe1c669562bb8ec76d4b86d2bb134d.
- 16:24 Bug #36438: RTE: Aspell-based spellcheck not working on windows systems
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:15 Bug #36438: RTE: Aspell-based spellcheck not working on windows systems
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:04 Bug #36438: RTE: Aspell-based spellcheck not working on windows systems
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12632 - 15:40 Bug #36438: RTE: Aspell-based spellcheck not working on windows systems
- Thanks for testing!
- 15:42 Bug #38108: Multiple domain records in one tree don't work
- You can use "External URL" page type or a shortcut if it is a TYPO3 page. But nested domains neither work well, nor t...
- 15:41 Feature #38678: TypoScript settings for including jQuery into the front-end
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12630 - 15:30 Feature #38678 (Under Review): TypoScript settings for including jQuery into the front-end
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12630 - 15:15 Feature #38678 (Closed): TypoScript settings for including jQuery into the front-end
- Possibility to include jQuery with TypoScript settings into the front-end with different versions and sources.
Use... - 13:30 Bug #38673 (Resolved): Minor issues with progress bars
- Applied in changeset commit:b1e938cacdac3e378590868f738e26418827c0b8.
- 13:10 Bug #38673 (Under Review): Minor issues with progress bars
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12625 - 12:59 Bug #38673 (Closed): Minor issues with progress bars
- The progress bars introduced in the scheduler have two small issues:
* an empty line between the progress bar and ... - 11:20 Bug #37421: RSA Auth prevents User from login
- Helmut Hummel wrote:
> I cannot reproduce it on a clean 4.7.1 install. Do you have phpmyadmin installed on that inst... - 10:14 Bug #37421: RSA Auth prevents User from login
- Yes, on those websites phpmyadmin is installed and indeed this was the cause for the problems! After uninstalling php...
- 09:31 Bug #37421: RSA Auth prevents User from login
- no phpmyadmin @all, but some caching options enabled in apache.
login works smooth for me with rsaauth disabled, b... - 09:09 Bug #37421: RSA Auth prevents User from login
- Mario Rimann wrote:
> Above steps can be reproduced after logout (2 rounds needed to be logged in)
>
> I had th... - 11:15 Feature #38668 (Rejected): Add allowed tags to stripHtml
- stripHtml uses the function strip_tags and it has as optional param allowed tags.
http://php.net/manual/en/functio... - 10:13 Bug #38417: Duplicate tt_content translation records in the database
- It's been a while so I will kindly push that ticket... Any ideas?
- 09:46 Bug #38660 (Closed): Login not possible from Firefox when using salted passwords and RSA
- When using salted passwords and RSA in the frontend, I cannot login with Firefox 13.0.1 and the failed login error me...
- 07:30 Bug #38658 (Resolved): RTE 4.6: Force IE9 to use IE8 mode in frontend
- Applied in changeset commit:999624f25eda8880841f12db9c350cd953b19863.
- 06:35 Bug #38658 (Under Review): RTE 4.6: Force IE9 to use IE8 mode in frontend
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 06:29 Bug #38658 (Closed): RTE 4.6: Force IE9 to use IE8 mode in frontend
- Problem: The TYPO3 4.6 backend uses IE8-compatibility mode. The RTE may not behave correctly in IE9 native mode.
S... - 06:30 Bug #38657 (Resolved): RTE 4.7: Incorrect behaviours in IE9 native mode
- Applied in changeset commit:d35320b3f1eef22c6865b9e1c9b30a4b5a196053.
- 06:12 Bug #38657 (Under Review): RTE 4.7: Incorrect behaviours in IE9 native mode
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 06:08 Bug #38657 (Closed): RTE 4.7: Incorrect behaviours in IE9 native mode
- In TYPO3 4.7, the RTE has some incorrect behaviours in IE9 when used in IE9 native mode.
These are mainly related ... - 04:30 Feature #38656 (Resolved): RTE: Always use standards-based methods in IE9 native-mode
- Applied in changeset commit:4de4d8858bfa4651112c532491e5db6aacd369f9.
- 04:07 Feature #38656 (Under Review): RTE: Always use standards-based methods in IE9 native-mode
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12616 - 04:03 Feature #38656: RTE: Always use standards-based methods in IE9 native-mode
- When IE9 is used in native IE9 mode, the RTE should always use the standards-based methods supported by IE9.
- 04:02 Feature #38656 (Closed): RTE: Always use standards-based methods in IE9 native-mode
2012-07-04
- 21:47 Feature #38562: Refactor localconf.php handling
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 17:27 Feature #38562: Refactor localconf.php handling
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 16:44 Feature #38562: Refactor localconf.php handling
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 16:04 Feature #38562: Refactor localconf.php handling
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 20:52 Bug #38240 (Under Review): Update description about changed php error reporting defaults
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12615 - 18:38 Bug #37421 (Accepted): RSA Auth prevents User from login
- 18:36 Bug #38645: New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- # CentOS 5.2
# Ubuntu 9.04
I know they are kinda old and not supported anymore (by distro) but some shared hoste... - 18:24 Bug #38645: New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- Ivan, what Linux distribution do you use - I'd like to find out how spread that issue is...
- 18:18 Bug #38645: New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- Argh...
- 17:39 Bug #38645: New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- Patch set 4 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:56 Bug #38645: New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- Patch set 3 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:48 Bug #38645: New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- Patch set 2 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:37 Bug #38645: New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:02 Bug #38645: New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- same Problem here.
There was also this change
- if (defined('E_DEPRECATED')) {
- error_reporting(E_ALL ^ E_NOTIC... - 16:00 Bug #38645 (Under Review): New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 15:27 Bug #38645: New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- E_DEPRECATED exists since PHP 5.3.0. See http://php.net/manual/en/errorfunc.constants.php
- 15:15 Bug #38645 (Closed): New error_reporting settings cause notice "undefined constant E_DEPRECATED " with PHP 5.2
- After #35154 updating to 4.5.17 shows the following PHP Notice:...
- 18:02 Bug #38653 (Closed): RTE: Words containing special characters not added to personal dictionary
- Words containing special characters (f. e. German umlauts) can´t be added to the user´s personal dictionary.
- 17:57 Bug #38652 (Closed): RTE spell checker is flooding directory typo3temp on Windows
- As the spell checker in TYPO3 creates one *.tmp file for every single word of a text the typo3temp directory is crowd...
- 17:51 Bug #36438: RTE: Aspell-based spellcheck not working on windows systems
- I can confirm that this patch works on a windows server on TYPO3 4.5.16
- 17:30 Task #38650 (Resolved): RTE: Remove deprecated code
- Applied in changeset commit:48b2fa87337aa13db5ee12c3fd2e30ad1378a5cc.
- 17:25 Task #38650 (Under Review): RTE: Remove deprecated code
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12613 - 17:14 Task #38650 (Closed): RTE: Remove deprecated code
- Remove code that was deprecated in TYPO3 4.6.
- 16:40 Task #38623: Remove radio buttons from "new content elements" overview
- Fails if new CE wizard is used from list module. It is impossible to tell which option was selected.
It does work th... - 09:37 Task #38623 (Under Review): Remove radio buttons from "new content elements" overview
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12566 - 09:35 Task #38623 (Closed): Remove radio buttons from "new content elements" overview
- 16:30 Task #38618 (Resolved): RTE: Remove PageTSConfig properties deprecated since TYPO3 4.6
- Applied in changeset commit:be4faa15b536a8517029c57035bd3ef60553d277.
- 07:06 Task #38618: RTE: Remove PageTSConfig properties deprecated since TYPO3 4.6
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12564 - 06:52 Task #38618 (Under Review): RTE: Remove PageTSConfig properties deprecated since TYPO3 4.6
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12564 - 06:43 Task #38618 (Closed): RTE: Remove PageTSConfig properties deprecated since TYPO3 4.6
- Remove PageTSConfig properties that were deprecated in TYPO3 4.6.
- 14:43 Bug #38444: PHP 5.4 issue?!
- after checking out the latest dev version and cleaning out my localconf.php the errors no longer show up in my log – ...
- 11:30 Bug #38444 (Resolved): PHP 5.4 issue?!
- Applied in changeset commit:d8f537d182dbe5ca0f3c8dfb10a13e06520e95c3.
- 13:26 Task #38640 (Closed): Wrong 'redirect to' in sys_domain record hangs PHP-task
- Hi,
if one creates a domain record with wrong 'redirect to' parameters and tries to load that domain, the php task... - 12:47 Bug #34820: t3lib_befunc::getViewDomain does not respect http/https scheme
- Well, yes, that is the old code, we use this as well right at the moment. I try to dig into this next week, try to cr...
- 12:37 Bug #38639 (Closed): linktypes = linkhandler not working
- The linkhandler links are not being checked or processed inside RTE text content element and link field (Flexible con...
- 12:22 Bug #34314: workspace_perms checkbox doesn't save state
- Had the same problem. When trying to login with a be_user with workspace_perms = 2 an exception occurs (see screensho...
- 11:30 Bug #35154 (Resolved): Exclude E_STRICT from exceptionalErrors in PHP 5.4
- Applied in changeset commit:d8f537d182dbe5ca0f3c8dfb10a13e06520e95c3.
- 10:30 Bug #38608 (Resolved): Remove t3ver_swapmode code blocks
- Applied in changeset commit:918ec93bf6e9229152422062bdfd15abc7c29d35.
- 10:30 Bug #37615 (Resolved): JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
- Applied in changeset commit:b061b84cd3806605f663ff8b3b16aa6c7b939d32.
- 10:00 Bug #37615: JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 09:59 Bug #37615 (Under Review): JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 10:30 Bug #29254 (Resolved): TSFE->additionalFooterData for USER_INT
- Applied in changeset commit:ca50ec03c95ac58c0c4cabdd9f5b0230dd4e7da5.
- 09:52 Bug #29254: TSFE->additionalFooterData for USER_INT
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 09:50 Bug #29254 (Under Review): TSFE->additionalFooterData for USER_INT
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 10:30 Bug #38613 (Resolved): Fix UnitTests for t3lib_div::validPathStr
- Applied in changeset commit:c428524d1ee1d24201279e2f1075002b793c7b6d.
- 09:35 Task #38621: Set default renderMode of newContentElements to 'tabs'
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12565 - 09:19 Task #38621 (Under Review): Set default renderMode of newContentElements to 'tabs'
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12565 - 09:12 Task #38621 (Closed): Set default renderMode of newContentElements to 'tabs'
- In order to make the selection of a content element as smooth as possible, and avoid showing not needed content types...
- 08:56 Bug #38063: Content elements disappear on publishing a page
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12533 - 08:45 Bug #38063: Content elements disappear on publishing a page
- Patch set 2 for branch *version_4-7* has been pushed to the review server.
It is available at http://review.typo3.org... - 08:33 Bug #38589: Error in tx_felogin_pi1->getPreserveGetVars
- Fixed in http://forge.typo3.org/issues/36894
Can be closed. - 04:31 Bug #38617 (Resolved): RTE: Enable dialogue window resizing in IE
- Applied in changeset commit:0f35e7c14cdd3f2decf9cd424b3986ad0f522d71.
- 04:18 Bug #38617: RTE: Enable dialogue window resizing in IE
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 04:08 Bug #38617 (Under Review): RTE: Enable dialogue window resizing in IE
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12562 - 04:02 Bug #38617 (Closed): RTE: Enable dialogue window resizing in IE
- There was a bug in ExtJS 3.1 that produced a JavaScript error when a window object was configured as resizable. Appar...
- 00:15 Task #38614 (Closed): RTE: Deprecate HTMLArea.Plugin syncHeight method
- Well, the ExtJS bug is still present in ExtJS 3.4...
2012-07-03
- 23:47 Task #38614 (Closed): RTE: Deprecate HTMLArea.Plugin syncHeight method
- HTMLArea.Plugin syncHeight method is not needed anymore. Deprecate it.
- 23:32 Bug #38613 (Under Review): Fix UnitTests for t3lib_div::validPathStr
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12561 - 23:27 Bug #38613 (Closed): Fix UnitTests for t3lib_div::validPathStr
- The change in #38604 introduced failing unitTests for t3lib_div::validPathStr
- 23:30 Bug #38607 (Resolved): Remove t3ver_swapmode code blocks
- Applied in changeset commit:681f8410577cd69dd9110897f84d8f8fe0eab8cf.
- 21:52 Bug #38607: Remove t3ver_swapmode code blocks
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12554 - 21:44 Bug #38607 (Under Review): Remove t3ver_swapmode code blocks
- Patch set 1 for branch *workspaces_4-7* has been pushed to the review server.
It is available at http://review.typo3.... - 21:19 Bug #38607 (Closed): Remove t3ver_swapmode code blocks
- The different ways of versioning (element, page, branch) have
been defined to element versioning some TYPO3 version ... - 23:30 Bug #38574 (Resolved): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Applied in changeset commit:62cbf0a68506da6092ed5c8b573d385815a06bee.
- 23:20 Bug #38574: In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12560 - 22:55 Bug #38574 (Under Review): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 20:30 Bug #38574 (Resolved): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Applied in changeset commit:e4267b54fcbf4f4a78663e9e84f6669ab848f230.
- 19:50 Bug #38574 (Under Review): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 19:30 Bug #38574 (Resolved): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Applied in changeset commit:15847d2c238f5532b57b5e1841c230ab9c4970e9.
- 19:25 Bug #38574 (Under Review): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 17:30 Bug #38574 (Resolved): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Applied in changeset commit:2a25577e1d25b4ce4843e1bb839431ef01de0add.
- 16:40 Bug #38574 (Under Review): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:30 Bug #38574 (Resolved): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Applied in changeset commit:9cfe9c27a28f389406edeb1b3ae908db4d4a1754.
- 16:14 Bug #38574: In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 15:35 Bug #38574 (Under Review): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12534 - 05:22 Bug #38574 (Closed): In IE9, RTE does not work correctly in compatibility modes IE8/IE7
- When using IE9, the RTE does not work correctly when using compatibility modes IE8 or IE7.
In particular, the styl... - 22:56 Bug #37082 (Rejected): Owner can't publish before creating a content himself ?
- No change required...
- 22:54 Task #37008 (Accepted): The column sorting options in workspaces module is lost
- 22:53 Bug #37994 (Rejected): Workspace-Preview in Front-End throwing Apache-Error "too many redirects"
- No change required...
- 22:50 Bug #38341 (Resolved): Remove empty tca.php file
- 22:30 Task #38604 (Resolved): Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- Applied in changeset commit:23cee13609c8011f81429468fda485d94a8517b8.
- 19:51 Task #38604 (Under Review): Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12549 - 19:49 Task #38604 (Closed): Code Cleanup: Always return a boolean in t3lib_div::validPathStr
- In t3lib_div::validPathStr() a boolean (TRUE) is returned, if this is a valid path string.
If it is NOT a valid path... - 21:56 Bug #37578: Illegal string offset 'uid' in /typo3/sysext/beuser/class.tx_beuser_switchbackuser.php
- Code on line 31 should be changed from...
- 21:55 Bug #38063: Content elements disappear on publishing a page
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12533 - 14:32 Bug #38063: Content elements disappear on publishing a page
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12533 - 14:27 Bug #38063 (Under Review): Content elements disappear on publishing a page
- Patch set 1 for branch *version_4-7* has been pushed to the review server.
It is available at http://review.typo3.org... - 14:19 Bug #38063 (Accepted): Content elements disappear on publishing a page
- 21:52 Bug #38608: Remove t3ver_swapmode code blocks
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12553 - 21:42 Bug #38608 (Under Review): Remove t3ver_swapmode code blocks
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:21 Bug #38608 (Closed): Remove t3ver_swapmode code blocks
- The different ways of versioning (element, page, branch) have
been defined to element versioning some TYPO3 version ... - 19:42 Bug #38602 (Closed): Non-static method tslib_cObj::enableFields() should not be called statically
- Opening a page in the FE gives
PHP Strict Standards: Non-static method tslib_cObj::enableFields() should not be c... - 19:39 Bug #38601 (Closed): Non-static method tslib_cObj::getKey() should not be called statically
- Opening a page in the FE gives
PHP Strict Standards: Non-static method tslib_cObj::getKey() should not be called ... - 19:38 Bug #38600 (Closed): Non-static method tslib_cObj::calc() should not be called statically
- Opening a page in the FE gives
PHP Strict Standards: Non-static method tslib_cObj::calc() should not be called st... - 19:23 Task #38599 (Under Review): Fix CGL violations against ClassDocComment
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12545 - 19:22 Task #38599 (Closed): Fix CGL violations against ClassDocComment
- Fix CGL violations against ClassDocComment
- 19:16 Task #38598 (Under Review): Fix CGL violations against ClassDocComment
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12544 - 19:16 Task #38598 (Closed): Fix CGL violations against ClassDocComment
- Fix CGL violations against ClassDocComment
- 18:57 Bug #38024 (Under Review): Illegal string offsets in t3lib_stdgraphic
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12543 - 18:46 Bug #38024: Illegal string offsets in t3lib_stdgraphic
- Thanks for the patch, will create one on current master and push it to Gerrit.
- 01:46 Bug #38024: Illegal string offsets in t3lib_stdgraphic
- Attached a patch, but probably
you need to modify it, cause at
least the filepath is wrong.
Would anyone be so k... - 17:17 Feature #38591: Add method to get cache manager instance from t3lib_cache
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12542 - 17:05 Feature #38591 (Under Review): Add method to get cache manager instance from t3lib_cache
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12542 - 16:56 Feature #38591 (Rejected): Add method to get cache manager instance from t3lib_cache
- Add a method to get the instance of the global cache manager from t3lib_cache instead of using $GLOBALS['typo3CacheMa...
- 15:58 Bug #38589 (Under Review): Error in tx_felogin_pi1->getPreserveGetVars
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12535 - 15:55 Bug #38589 (Closed): Error in tx_felogin_pi1->getPreserveGetVars
- $preserveVars should be an array.
- 12:56 Feature #38562: Refactor localconf.php handling
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 12:24 Feature #38562: Refactor localconf.php handling
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 12:54 Feature #38255 (Rejected): Post processors should be extendable
- This ticket is a duplicate of #32701 which was fixed by https://review.typo3.org/#/c/9006/
For the sake of complet... - 07:58 Feature #38255: Post processors should be extendable
- Soren Malling wrote:
> It should be possible to extend postprocessor and add configuration
>
> At this moment the po... - 10:42 Bug #38580: Trouble with pagetree 4.5.16 (cannot expand tree)
- It appears a workaround is to disable compression of the ExtJS scripts by putting this in your localconf.php:
<pre... - 10:22 Bug #38580 (Closed): Trouble with pagetree 4.5.16 (cannot expand tree)
- ===
This is not my bug report but we are experiencing this as well and there doesn't seem to be an existing report f... - 10:30 Task #38573 (Resolved): Fix CGL violations against ClassDocComment
- Applied in changeset commit:05cca02dad105545e2ad23d7bbfd3892c5bf1697.
2012-07-02
- 23:03 Task #38573 (Under Review): Fix CGL violations against ClassDocComment
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12530 - 23:03 Task #38573 (Closed): Fix CGL violations against ClassDocComment
- Fix CGL violations against ClassDocComment
- 22:47 Task #38145: Update Swiftmailer in TYPO3 core to 4.1.8
- Just because you asked about the worst case ... to my knowledge - but INAL - you completely loose all right to use th...
- 12:14 Task #38145: Update Swiftmailer in TYPO3 core to 4.1.8
- Thanks for clearing up so far. This will go into a (non-public) issue within the EAB caring about general licensing i...
- 11:03 Task #38145: Update Swiftmailer in TYPO3 core to 4.1.8
- In #29802 we've got the exception from the current SwiftMail main developer and maintainer to include it in our GPLv2...
- 10:14 Task #38145: Update Swiftmailer in TYPO3 core to 4.1.8
- Please ask Ernesto and Oliver to take care of this. If lawyer consulting is needed please contact the T3A board (t3a-...
- 22:43 Bug #35154: Exclude E_STRICT from exceptionalErrors in PHP 5.4
- Patch set 2 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:42 Bug #35154: Exclude E_STRICT from exceptionalErrors in PHP 5.4
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:38 Bug #35154 (Under Review): Exclude E_STRICT from exceptionalErrors in PHP 5.4
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:30 Bug #38567 (Resolved): Activate travis build for 4.7
- Applied in changeset commit:d08559e4069fb145c368000dec891d8802ea4201.
- 21:42 Bug #38567 (Under Review): Activate travis build for 4.7
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:30 Bug #38567 (Resolved): Activate travis build for 4.7
- Applied in changeset commit:a1f09325d5a9ab3932a0ffc45b6cea94787d8d22.
- 20:40 Bug #38567 (Under Review): Activate travis build for 4.7
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 20:38 Bug #38567 (Closed): Activate travis build for 4.7
- Activate unit test build on travis for TYPO3 4.7
- 22:30 Bug #38571 (Resolved): Use SYSLOG_SEVERITY_* constant using t3lib_div::sysLog
- Applied in changeset commit:323ab86d47a85047fd61ac350ea84032ccdd3926.
- 21:29 Bug #38571: Use SYSLOG_SEVERITY_* constant using t3lib_div::sysLog
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12526 - 21:14 Bug #38571 (Under Review): Use SYSLOG_SEVERITY_* constant using t3lib_div::sysLog
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12526 - 21:12 Bug #38571 (Closed): Use SYSLOG_SEVERITY_* constant using t3lib_div::sysLog
- Use one of the defined SYSLOG_SEVERITY_* constants from t3lib_div
instead of an integer if calling t3lib_div::sysLog... - 21:30 Task #38570 (Resolved): Fix CGL violations against CharacterAfterPHPClosingTag
- Applied in changeset commit:39c0e6b1c8b4e5199a5cecd2eaaa76e6a266826f.
- 20:48 Task #38570 (Under Review): Fix CGL violations against CharacterAfterPHPClosingTag
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12525 - 20:47 Task #38570 (Closed): Fix CGL violations against CharacterAfterPHPClosingTag
- Fix CGL violations against CharacterAfterPHPClosingTag
- 21:30 Task #38568 (Resolved): Fix CGL violations against CharacterAfterPHPClosingTag
- Applied in changeset commit:5b530edb1c4f4d0482ef4552dc945e0b1f99c980.
- 20:42 Task #38568 (Under Review): Fix CGL violations against CharacterAfterPHPClosingTag
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12523 - 20:42 Task #38568 (Closed): Fix CGL violations against CharacterAfterPHPClosingTag
- Fix CGL violations against CharacterAfterPHPClosingTag
- 21:30 Bug #38566 (Resolved): FAL spams syslog
- Applied in changeset commit:1c197d4fbcf068ddd520c9c1b152e05549760fd2.
- 20:30 Bug #38566 (Under Review): FAL spams syslog
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12521 - 20:26 Bug #38566 (Closed): FAL spams syslog
- 21:30 Bug #37615 (Resolved): JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
- Applied in changeset commit:145eb2cb5d9233a32a37d5ba2ef2884fd05df079.
- 21:30 Bug #29254 (Resolved): TSFE->additionalFooterData for USER_INT
- Applied in changeset commit:e4a9d5c60880cc0d14767eed5139359a452e840e.
- 20:18 Bug #29254 (Under Review): TSFE->additionalFooterData for USER_INT
- Patch set 2 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 20:45 Task #38569 (Under Review): Fix CGL violations against CharacterAfterPHPClosingTag
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12524 - 20:44 Task #38569 (Closed): Fix CGL violations against CharacterAfterPHPClosingTag
- Fix CGL violations against CharacterAfterPHPClosingTag
- 20:30 Task #38565 (Resolved): Fix CGL violations against CharacterAfterPHPClosingTag
- Applied in changeset commit:c54a6ffa76a0f7b9b5f98744503be55a4b8f63cc.
- 19:12 Task #38565 (Under Review): Fix CGL violations against CharacterAfterPHPClosingTag
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12520 - 19:12 Task #38565 (Closed): Fix CGL violations against CharacterAfterPHPClosingTag
- Fix CGL violations against CharacterAfterPHPClosingTag
- 20:30 Task #38564 (Resolved): Fix CGL violations against Squiz.WhiteSpace.SemicolonSpacing in JS files
- Applied in changeset commit:d3c8fb432f60ba1e920cc635f72b7d625470053a.
- 18:34 Task #38564 (Under Review): Fix CGL violations against Squiz.WhiteSpace.SemicolonSpacing in JS files
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12518 - 18:32 Task #38564 (Closed): Fix CGL violations against Squiz.WhiteSpace.SemicolonSpacing in JS files
- ...
- 18:47 Feature #38562: Refactor localconf.php handling
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 18:42 Feature #38562 (Under Review): Refactor localconf.php handling
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12519 - 18:18 Feature #38562 (Closed): Refactor localconf.php handling
- 17:51 Bug #33403: Ensure, that Extbase Modules use the new Pagetree
- Actually, the patch belongs to Extbase and should have been applied to 4.5 branch. I have applied it and tested succe...
- 17:39 Bug #33403: Ensure, that Extbase Modules use the new Pagetree
- What is the fix actually? It shouldn't be that complicated. Greater TYPO3 version hasn't the problem.
- 17:24 Feature #7459: Filter allowed content element types by column
- is this feature still under developement ? Would be interested in supporting it, maybe you can send me your patch too...
- 16:42 Bug #38509 (Rejected): typo3/ext
- 13:41 Bug #38509: typo3/ext
- Must have missed the thread on core list.
Please close/reject this issue. Cheers Christian - 16:42 Task #29279 (Closed): Add some index to sys_log
- This query is no longer executed with the new log module.
- 14:17 Task #29279: Add some index to sys_log
- The proposed change was just abandoned during the review process, see https://review.typo3.org/#/c/6864/
Can pleas... - 16:26 Task #38346 (Resolved): Fix CGL violations
- 11:45 Task #38346: Fix CGL violations
- This change is already merged.
Gerrit does not change the status of this ticket.
Can someone close this? - 16:25 Task #38359 (Resolved): Fix CGL violations against DoubleQuoteUsage
- 11:45 Task #38359: Fix CGL violations against DoubleQuoteUsage
- This change is already merged.
Gerrit does not change the status of this ticket.
Can someone close this? - 15:52 Feature #38512: Shortcut page default mode
- Disabled until mapped?
- 14:52 Feature #38512: Shortcut page default mode
- When a page is added via drag and drop the user never sees the edit mask, so no.
What could be a solution? - 14:42 Feature #38512 (Needs Feedback): Shortcut page default mode
- Can't we just say - There must a Target before you could save?
- 15:10 Bug #32961 (Rejected): BE module list dies if a tasks class cannot properly be unserialized
- 14:19 Bug #32961: BE module list dies if a tasks class cannot properly be unserialized
- Philipp Gampe wrote:
> This is a @wontfix@
Agreed, then please close this issue. - 14:06 Bug #38548 (Closed): Incorrect search-results when searching for part of word
- In function searchWord the self:: is missing for the 2 constants in rows 906 and 907.
$wildcard_left = ($mode & WI... - 11:59 Task #38520 (Resolved): Fix CGL violations against InlineControlStructure
- 11:45 Task #38520: Fix CGL violations against InlineControlStructure
- This change is already merged.
Gerrit does not change the status of this ticket.
Can someone close this? - 11:48 Task #36883: Change whitespaces in indentions into tabs (Sysext: Version)
- This change is already merged.
Gerrit does not change the status of this ticket.
Can someone close this? - 11:46 Task #37655: Fix last CGL violation against "DoubleQuoteUsageContainsVar"
- This change was Abandoned due to #37495.
Gerrit does not change the status of this ticket.
Can someone close this? - 10:48 Bug #22273: PageRenderer does not work for USER_INT plugins
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7465 - 10:44 Bug #38535 (Closed): No login possible with Google Chrome under 4.7 with RSA authmode
- Hi Guys,
while I have tried to figure out a solution for this bug (#38418), I realized that not the extension was ... - 08:27 Feature #36542: Changed domain handling on "View webpage" from backend causes problems
- We have the same problem with a client. We have one main domain for the admins and several "subdomains" for editors. ...
- 07:30 Bug #34786 (Resolved): Custom tags get malformed in IE
- Applied in changeset commit:8d1d267d57eb170a6a1c982ddf25e6503ad672bd.
- 06:58 Bug #34786: Custom tags get malformed in IE
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 06:31 Bug #34786 (Under Review): Custom tags get malformed in IE
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 02:30 Task #38522 (Resolved): Fix CGL violations against InlineControlStructure
- Applied in changeset commit:214ff3ad56179a4f723210b3b9d13b434b0a63d3.
- 02:30 Task #38517 (Resolved): Fix CGL violations against InlineControlStructure
- Applied in changeset commit:b5fe9e80a800a2f1c55c50d49b7b699ffa74d4f0.
- 01:53 Task #38517: Fix CGL violations against InlineControlStructure
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12499 - 01:30 Task #38530 (Resolved): Fix CGL violations against SuperfluousWhitespace
- Applied in changeset commit:fb662d12cea50d972738a5887d849cf5088f5f5a.
- 01:30 Task #38525 (Resolved): Fix CGL violations against SuperfluousWhitespace
- Applied in changeset commit:c57283d978ea014e191d63b906f4b6121732fd4a.
2012-07-01
- 23:37 Task #38532 (Closed): Fix CGL violations against Squiz.PHP.NonExecutableCode
- ...
- 23:30 Task #38531 (Resolved): Fix the last CGL issue of Generic.CodeAnalysis.UnconditionalIfStatement
- Applied in changeset commit:71f8084081b72a41982089c30fff5f82b0ffce17.
- 23:05 Task #38531 (Under Review): Fix the last CGL issue of Generic.CodeAnalysis.UnconditionalIfStatement
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12511 - 23:01 Task #38531 (Closed): Fix the last CGL issue of Generic.CodeAnalysis.UnconditionalIfStatement
- FILE: ...dygrunwald/Development/TYPO3/typo3_src-git/typo3/class.browse_links.php
-----------------------------------... - 22:01 Task #38530 (Under Review): Fix CGL violations against SuperfluousWhitespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12509 - 22:01 Task #38530 (Closed): Fix CGL violations against SuperfluousWhitespace
- Fix CGL violations against SuperfluousWhitespace
- 21:16 Feature #36564: Add a simple file backend for caching that favors speed over flexibility
- Moved this issue to core (not extbase). A sync of the FLOW3 caching framework will be done before 6.0 final.
- 20:30 Task #38514 (Resolved): Fix CGL violations against InlineControlStructure
- Applied in changeset commit:66a67439e4b5a4959cc19d86f83c71d4ac25cd42.
- 15:24 Task #38514 (Under Review): Fix CGL violations against InlineControlStructure
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12497 - 15:24 Task #38514 (Closed): Fix CGL violations against InlineControlStructure
- Fix CGL violations against InlineControlStructure
- 20:30 Bug #38524 (Resolved): Fix very last 2 CGL violations "SemicolonSpacingIncorrect"
- Applied in changeset commit:dccc50cd6a8e0d5dfce46a10be2f540366bce486.
- 18:12 Bug #38524 (Under Review): Fix very last 2 CGL violations "SemicolonSpacingIncorrect"
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12505 - 18:07 Bug #38524 (Closed): Fix very last 2 CGL violations "SemicolonSpacingIncorrect"
- 20:30 Task #38519 (Resolved): Fix CGL violations against InlineControlStructure
- Applied in changeset commit:ad7a4853605c71a65ce72849b8bc9cccf763db0e.
- 17:01 Task #38519 (Under Review): Fix CGL violations against InlineControlStructure
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12500 - 17:01 Task #38519 (Closed): Fix CGL violations against InlineControlStructure
- Fix CGL violations against InlineControlStructure
- 20:00 Task #38525 (Under Review): Fix CGL violations against SuperfluousWhitespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12506 - 20:00 Task #38525 (Closed): Fix CGL violations against SuperfluousWhitespace
- Fix CGL violations against SuperfluousWhitespace
- 19:37 Bug #22273: PageRenderer does not work for USER_INT plugins
- Just for the records, here is how the rendering of *_INT works respecting the additionalHeaderData and additionalFoot...
- 19:15 Bug #22273: PageRenderer does not work for USER_INT plugins
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7465 - 19:37 Task #38520: Fix CGL violations against InlineControlStructure
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12501 - 17:10 Task #38520 (Under Review): Fix CGL violations against InlineControlStructure
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12501 - 17:10 Task #38520 (Closed): Fix CGL violations against InlineControlStructure
- Fix CGL violations against InlineControlStructure
- 18:45 Bug #38523: Usability: Move buttons in user settings into admin functions
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12504 - 18:00 Bug #38523 (Under Review): Usability: Move buttons in user settings into admin functions
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12504 - 17:58 Bug #38523 (Closed): Usability: Move buttons in user settings into admin functions
- The buttons clear configuration and reset
temporary data are admin functions and should
therefore be moved to the ... - 18:30 Task #38521 (Resolved): Fix CGL violations against InlineControlStructure
- Applied in changeset commit:654748f396c686d6b91ca55df3b374c7456c907f.
- 17:17 Task #38521 (Under Review): Fix CGL violations against InlineControlStructure
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12502 - 17:16 Task #38521 (Closed): Fix CGL violations against InlineControlStructure
- Fix CGL violations against InlineControlStructure
- 17:27 Task #38522: Fix CGL violations against InlineControlStructure
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12503 - 17:27 Task #38522 (Closed): Fix CGL violations against InlineControlStructure
- Fix CGL violations against InlineControlStructure
- 17:00 Bug #27592 (Closed): Scheduler: Add new button and Save button
- Resolved in duplicate issue.
- 11:50 Bug #27592: Scheduler: Add new button and Save button
- It is #35104 which by the way also needs to be closed.
- 16:37 Task #38517 (Under Review): Fix CGL violations against InlineControlStructure
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12499 - 16:37 Task #38517 (Closed): Fix CGL violations against InlineControlStructure
- Fix CGL violations against InlineControlStructure
- 16:31 Bug #38472: Remove HTML in RuntimeException from sysext 'install'
- I am aware of this. To me it does not matter ... please post your review to gerrit too. That way, others do overlook ...
- 11:00 Bug #38472: Remove HTML in RuntimeException from sysext 'install'
- @Philipp:
The exception-message can contain a list of missing plugins ...
So the message you get may look like ... - 16:30 Bug #38511 (Resolved): Remove a rather dubious unit test for Redis cache backend
- Applied in changeset commit:8ea14088e08a52fd8882e37e763dcb5fef0d695c.
- 11:52 Bug #38511: Remove a rather dubious unit test for Redis cache backend
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:47 Bug #38511: Remove a rather dubious unit test for Redis cache backend
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:46 Bug #38511: Remove a rather dubious unit test for Redis cache backend
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:43 Bug #38511 (Under Review): Remove a rather dubious unit test for Redis cache backend
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12488 - 11:40 Bug #38511 (Closed): Remove a rather dubious unit test for Redis cache backend
- 16:30 Task #38510 (Resolved): EXT: t3skin module category
- Applied in changeset commit:4a69eaefd9dbe5f48533ad03566bbabcbb88f043.
- 12:07 Task #38510: EXT: t3skin module category
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12487 - 11:36 Task #38510 (Under Review): EXT: t3skin module category
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12487 - 11:32 Task #38510 (Closed): EXT: t3skin module category
- EXT: t3skin does not have a category.
Move ext to target category.
Category => module
Therefore the em does no... - 16:30 Task #38508 (Resolved): Add support for PHP 5.4 in Travis-CI build file
- Applied in changeset commit:1fdd6e8095b5e0692b40372168c15b29bed575f2.
- 01:24 Task #38508 (Under Review): Add support for PHP 5.4 in Travis-CI build file
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12486 - 01:14 Task #38508 (Closed): Add support for PHP 5.4 in Travis-CI build file
- At the moment, the Travis-CI build file only supports PHP 5.3.
I`ve tested to run the same UnitTests for PHP 5.4 and... - 16:30 Bug #38498 (Resolved): Autoloader performance improvement
- Applied in changeset commit:ae0790613ee5f43a9da3cb7438eead22b332e531.
- 13:09 Bug #38498 (Under Review): Autoloader performance improvement
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12494 - 16:30 Feature #32701 (Resolved): Enable customer postProcessors in different folder
- Applied in changeset commit:91db6ca4000f0212e75cde50e320cb914944dfbe.
- 14:07 Feature #32701: Enable customer postProcessors in different folder
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9006 - 11:32 Feature #32701: Enable customer postProcessors in different folder
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9006 - 15:58 Bug #38507 (Resolved): Add prefix to code cache identifier
- 15:31 Bug #38507 (Under Review): Add prefix to code cache identifier
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12498 - 15:33 Bug #38515 (Resolved): Build more PHP modules in travis environment
- 15:26 Bug #38515 (Closed): Build more PHP modules in travis environment
- In order to execute certain unit tests special requirements on the environment must be met.
In particular several ad... - 13:13 Bug #38505: Reinstalling felogin throws errors
- K, this error comes up if I uninstall
css_styled_content; it seems the felogin
is more dependent on csc as I though... - 13:04 Feature #31073: Trigger execution of a specific task from CLI
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12481 - 12:18 Feature #38512: Shortcut page default mode
- !Screen_Shot_2012-07-01_at_12.18.05.png!
- 12:17 Feature #38512 (Accepted): Shortcut page default mode
- The default shortcut mode for a shortcut page is "selected page". In the process to create a page the edit page mask ...
- 11:39 Bug #38445 (New): Bootstrap must check if submodules exist
- 11:34 Bug #38509: typo3/ext
- I think this feature is still used, there was a discussion in the core list as well on this topic. There are agencies...
- 11:18 Bug #38509 (Rejected): typo3/ext
- Is typo3/ext still needed?
I haven't seens many projects where global extensions were installed.
Also putting ext...
2012-06-30
- 23:18 Task #38145: Update Swiftmailer in TYPO3 core to 4.1.8
- Take the column "GPLv2 or later" and go all the way down ...
- 22:28 Task #38145: Update Swiftmailer in TYPO3 core to 4.1.8
- Facts:
TYPO3 V4/V6
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Swiftmailer 4.2.0
GNU LESSER GENERAL PUBL... - 21:55 Task #38145: Update Swiftmailer in TYPO3 core to 4.1.8
- Puuuh, i don`t have a clue.
I think we must ask the Association in this question.
Or who is the right person to ask... - 19:12 Task #38145: Update Swiftmailer in TYPO3 core to 4.1.8
- Do we need a new license exception for this?
@see http://git.typo3.org/TYPO3v4/Core.git?a=blob;f=typo3/contrib/swi... - 21:34 Feature #34342: sys_domain: Extended list to match domainnames against
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9263 - 21:30 Bug #38507 (Resolved): Add prefix to code cache identifier
- Applied in changeset commit:d0fb869d709640d8844d126cb723b6e0189235f6.
- 20:41 Bug #38507 (Under Review): Add prefix to code cache identifier
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12484 - 20:30 Bug #38507 (Resolved): Add prefix to code cache identifier
- Applied in changeset commit:6dcbfbe275d0c4669d8ed8074edb7ffc493286b5.
- 19:55 Bug #38507 (Under Review): Add prefix to code cache identifier
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12483 - 19:52 Bug #38507 (Closed): Add prefix to code cache identifier
- Currently all identifier for php code caches are only a sha1 hash, so it is not possible to distinguish them in the f...
- 21:18 Task #34471: Remove resources from TS template record
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9322 - 20:30 Task #34559 (Resolved): Fix wrong cObject name in comment (CLEAR_REGISTER => RESTORE_REGISTER)
- Applied in changeset commit:46d6405b0e94b90db401d66fe15ecbd67dc7c7cb.
- 20:00 Task #34559: Fix wrong cObject name in comment (CLEAR_REGISTER => RESTORE_REGISTER)
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9419 - 19:46 Bug #29252: Rewriting localconf.php endlessly expands lines with values containing two subsequent slashes ("//")
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/5235 - 19:30 Bug #38503 (Resolved): Test getNodesSetsIsMountPointField fails if pages not available
- Applied in changeset commit:7957d036a9f12f043a68d2ecf0c8d0931829d770.
- 19:01 Bug #38503: Test getNodesSetsIsMountPointField fails if pages not available
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:56 Bug #38503: Test getNodesSetsIsMountPointField fails if pages not available
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12478 - 16:55 Bug #38503 (Under Review): Test getNodesSetsIsMountPointField fails if pages not available
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12478 - 16:51 Bug #38503 (Closed): Test getNodesSetsIsMountPointField fails if pages not available
- The unit test getNodesSetsIsMountPointField fails if
the pages with uid 1, 2, 3 are not available.
Instead of rel... - 18:48 Bug #25675 (Rejected): Make scheduler's execution class fully testable
- 18:26 Bug #25675: Make scheduler's execution class fully testable
- This can be closed because the patch has been abandoned.
- 18:48 Bug #27592: Scheduler: Add new button and Save button
- In which version? Is there some duplicate bug report (yes, I'm lazy, I could search ;-) )?
- 18:22 Bug #27592: Scheduler: Add new button and Save button
- This is already committed and thus this bug can be closed.
- 18:47 Bug #31487 (Rejected): session_start() BE Error on scheduler call
- 18:18 Bug #31487: session_start() BE Error on scheduler call
- Someone please close this one.
- 18:31 Bug #22273: PageRenderer does not work for USER_INT plugins
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7465 - 17:19 Bug #22273: PageRenderer does not work for USER_INT plugins
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7465 - 16:03 Bug #22273: PageRenderer does not work for USER_INT plugins
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7465 - 15:58 Bug #22273: PageRenderer does not work for USER_INT plugins
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7465 - 18:15 Feature #31073 (Under Review): Trigger execution of a specific task from CLI
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12481 - 18:11 Task #38506 (Closed): Document run task via CLI by -i <id>
- 17:55 Bug #38505 (Closed): Reinstalling felogin throws errors
- I uninstalled and reinstalled felogin
and then I get this error in the frontend:... - 17:48 Bug #35902: fatal error in scheduler / Swift mailer
- This sounds more like a bug in swiftmail itself. Swiftmail is a third party product and TYPO3 will not mess in the co...
- 17:45 Bug #32961: BE module list dies if a tasks class cannot properly be unserialized
- That happens if you have a syntax error (or any other fatal error). There is nothing TYPO3 can do about it, because f...
- 17:33 Bug #26133: Fix broken string replacement for media/ folder
- Now this folder has been removed from the TYPO3 Core. The replacement, which you quoted above, is still there and wil...
- 17:30 Feature #36945 (Resolved): enable TCEFORM.table.field.config.readOnly = 1
- Applied in changeset commit:1d3dbf1815fb3f966c4cbb289f37b1abf03c05cc.
- 14:37 Feature #36945: enable TCEFORM.table.field.config.readOnly = 1
- Image to see it works:)
- 17:30 Bug #36344 (Resolved): Wrong icon for "Save" action
- Applied in changeset commit:9e7e687c401d25ac8e383464fcea29c225b49592.
- 17:13 Bug #36344: Wrong icon for "Save" action
- Patch set 2 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 17:12 Bug #36344: Wrong icon for "Save" action
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:59 Bug #36344 (Under Review): Wrong icon for "Save" action
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12479 - 17:30 Bug #33446 (Resolved): canBeInterpretedAsInteger fatals if given an object
- Applied in changeset commit:3d24c7ef3a1139906960edd66511e1ab1e7864df.
- 17:09 Bug #33429: return var 127
- Most likely you have another error in your configuration.
Can you please debug the @scheduler_http@ extension (it ha... - 16:34 Bug #38472: Remove HTML in RuntimeException from sysext 'install'
- Please move this to normal core tracker as this affects all branches from 4.5 upwards and has nothing to do with the ...
- 16:32 Bug #38472: Remove HTML in RuntimeException from sysext 'install'
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12477 - 16:15 Bug #38472: Remove HTML in RuntimeException from sysext 'install'
- Just place the @<em>@ tags with double quotes and the @<br>@ tags with real linefeeds (LN).
- 16:30 Bug #38501 (Resolved): Fix gifCompressFixesPermissionOfConvertedFileIfUsingGd test if gif compress is disabled
- Applied in changeset commit:353ab7457ba687f7f6fc115a8c670529161cb80f.
- 15:59 Bug #38501: Fix gifCompressFixesPermissionOfConvertedFileIfUsingGd test if gif compress is disabled
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 15:55 Bug #38501: Fix gifCompressFixesPermissionOfConvertedFileIfUsingGd test if gif compress is disabled
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 15:52 Bug #38501: Fix gifCompressFixesPermissionOfConvertedFileIfUsingGd test if gif compress is disabled
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 15:47 Bug #38501 (Under Review): Fix gifCompressFixesPermissionOfConvertedFileIfUsingGd test if gif compress is disabled
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12473 - 15:44 Bug #38501 (Closed): Fix gifCompressFixesPermissionOfConvertedFileIfUsingGd test if gif compress is disabled
- If gif_compress is disabled in the install tool, the
test gifCompressFixesPermissionOfConvertedFileIfUsingGd
fails,... - 16:06 Bug #24626: Pagetree - Create the root page per drag and drop is impossible
- Patch set 3 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 16:05 Bug #24626: Pagetree - Create the root page per drag and drop is impossible
- Patch set 2 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 15:57 Bug #24626 (Under Review): Pagetree - Create the root page per drag and drop is impossible
- Patch set 2 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 15:49 Bug #34156: No-Admin can’t delete FE-User from Recycler
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10480 - 15:30 Bug #36979 (Resolved): User authentication syslog severity
- Applied in changeset commit:c492a1d0e2459718d36af31bcba7f81e77db0ea2.
- 14:48 Bug #36979: User authentication syslog severity
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11517 - 14:17 Bug #36979: User authentication syslog severity
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11517 - 13:56 Bug #36979: User authentication syslog severity
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11517 - 15:30 Bug #35915 (Resolved): VariableFrontend initializeObject not called
- Applied in changeset commit:74701efea8505f34750c772282bb2a1999a92176.
- 14:34 Bug #35915: VariableFrontend initializeObject not called
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 14:30 Bug #35915 (Under Review): VariableFrontend initializeObject not called
- Patch set 2 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 14:30 Bug #35915 (Resolved): VariableFrontend initializeObject not called
- Applied in changeset commit:24e27c60224443f553d286d4ebf6fa6d434961c3.
- 14:30 Bug #35915: VariableFrontend initializeObject not called
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 14:26 Bug #35915: VariableFrontend initializeObject not called
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 13:32 Bug #35915: VariableFrontend initializeObject not called
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10356 - 14:48 Bug #36154: Description of pidSelect in class.db_list.inc is misleading
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10549 - 14:32 Bug #38445: Bootstrap must check if submodules exist
- The should be set back to new, as I abandoned the change for now (see discussion on gerrit).
Lets see what further... - 12:02 Bug #38445: Bootstrap must check if submodules exist
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12442 - 11:13 Bug #38445: Bootstrap must check if submodules exist
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12442 - 14:30 Feature #38471 (Resolved): BE Login needs a CSS class for popup login
- Applied in changeset commit:552e196bb623aae55b2a4ec28ed01db286efb297.
- 14:30 Bug #36290 (Resolved): Markers (%s) are not replaced in TCEmain error messages
- Applied in changeset commit:364926eeaaad63ec5c4c5560e81ed4efcea650c8.
- 14:14 Bug #36290: Markers (%s) are not replaced in TCEmain error messages
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 14:07 Bug #36290: Markers (%s) are not replaced in TCEmain error messages
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 14:06 Bug #36290: Markers (%s) are not replaced in TCEmain error messages
- Patch set 2 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 14:03 Bug #36290: Markers (%s) are not replaced in TCEmain error messages
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:56 Bug #36290: Markers (%s) are not replaced in TCEmain error messages
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10660 - 14:30 Feature #33703 (Resolved): Auto deactivation of scheduler task for saltedpasswords
- Applied in changeset commit:f79491296951f0be18c8ccef9b0cc9c1a06012f7.
- 10:38 Feature #33703: Auto deactivation of scheduler task for saltedpasswords
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9139 - 14:30 Bug #37618 (Resolved): CSS_Styled_Content: No CSS styles for this table does not work for Cell
- Applied in changeset commit:68125fa9ff00869c28266adc7a77efea6228c131.
- 14:22 Bug #37618: CSS_Styled_Content: No CSS styles for this table does not work for Cell
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 14:20 Bug #37618: CSS_Styled_Content: No CSS styles for this table does not work for Cell
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 14:18 Bug #37618: CSS_Styled_Content: No CSS styles for this table does not work for Cell
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 12:51 Bug #37618: CSS_Styled_Content: No CSS styles for this table does not work for Cell
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11840 - 13:27 Bug #38498 (Closed): Autoloader performance improvement
- kcachegrind shows that 25% of all time rendering a fully cached page is lost in "loadCoreAndRegistry" --> strtolower ...
- 11:58 Bug #38496 (Closed): Redirect of a shortcut does not take all URL parameters into account
- Currently when a page is a shortcut, TYPO3 redirects to the page the shortcut points to.
But only configured linkVar... - 11:30 Bug #33444 (Resolved): Fatal error in configuration ($BE_USER->uc)
- Applied in changeset commit:2c83967e15bf7a241bf74ba0d3287a3e23ec7db6.
- 10:57 Bug #33444: Fatal error in configuration ($BE_USER->uc)
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 10:54 Bug #33444: Fatal error in configuration ($BE_USER->uc)
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 09:30 Task #38494 (Resolved): Fix CGL violations against InlineControlStructure
- Applied in changeset commit:21b7389e5d39e38cfd61d0f98ddcc7a8b5c944bd.
- 02:03 Bug #35154: Exclude E_STRICT from exceptionalErrors in PHP 5.4
- How can we make sure that this change will be applied to 4.6 and 4.5 branches and end up in the next maintenance rele...
2012-06-29
- 22:30 Task #38493 (Resolved): Fix CGL violations against InlineControlStructure
- Applied in changeset commit:f8dcbad19439bc17e09b7e3b544f8eb945ec5526.
- 21:25 Task #38493 (Under Review): Fix CGL violations against InlineControlStructure
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12455 - 21:25 Task #38493 (Closed): Fix CGL violations against InlineControlStructure
- Fix CGL violations against InlineControlStructure
- 22:30 Task #38492 (Resolved): Fix CGL violations against InlineControlStructure
- Applied in changeset commit:4dbe36ab434827e080592eb7dd70aea3f5c851b8.
- 21:02 Task #38492 (Under Review): Fix CGL violations against InlineControlStructure
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12454 - 21:02 Task #38492 (Closed): Fix CGL violations against InlineControlStructure
- Fix CGL violations against InlineControlStructure
- 22:17 Task #38494 (Under Review): Fix CGL violations against InlineControlStructure
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12456 - 22:17 Task #38494 (Closed): Fix CGL violations against InlineControlStructure
- Fix CGL violations against InlineControlStructure
- 21:53 Task #38145: Update Swiftmailer in TYPO3 core to 4.1.8
- Swiftmailer 4.2.0 is out
http://blog.swiftmailer.org/post/26145849254/swiftmailer-4-2-0-released - 21:30 Bug #29254 (Resolved): TSFE->additionalFooterData for USER_INT
- Applied in changeset commit:f60ccfde602e00ea55bddc51f569b20c3181018f.
- 20:30 Bug #29254: TSFE->additionalFooterData for USER_INT
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11859 - 19:08 Bug #38445: Bootstrap must check if submodules exist
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12442 - 18:43 Bug #38445: Bootstrap must check if submodules exist
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12442 - 15:54 Bug #38445 (Under Review): Bootstrap must check if submodules exist
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12442 - 15:40 Bug #38445: Bootstrap must check if submodules exist
- Actually the install tool is too late to check for this. This must be check at bootstrap before extension @ext_localc...
- 18:57 Bug #33846 (Closed): IRRE titles are not clickable
- Should be fixed in between (at least I could not reproduce with master and 4.7).
If there are still problems with cu... - 18:55 Bug #38488 (Rejected): IRRE - Children cannot be expanded anymore
- Duplicate of issue #38488
- 17:00 Bug #38488 (Rejected): IRRE - Children cannot be expanded anymore
- This is a follow-up to issue #34303
Child records that are collapsed cannot be expanded anymore by clicking the ch... - 18:53 Bug #37615: JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 18:51 Bug #37615: JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11762 - 17:03 Bug #34303: IRRE hide/unhide broken in master
- This was part of 4.7.1
- 16:53 Bug #28606: Issue with Select Fields
- With TYPO3 4.6.8 I had similar issues.
My field name has space in it, and when I removed all the spaces, the form ... - 12:30 Bug #24626 (Resolved): Pagetree - Create the root page per drag and drop is impossible
- Applied in changeset commit:04d3f82875d84d90acc6b0830df50531c36bad9a.
- 11:46 Bug #24626: Pagetree - Create the root page per drag and drop is impossible
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:39 Bug #24626: Pagetree - Create the root page per drag and drop is impossible
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 11:38 Bug #24626 (Under Review): Pagetree - Create the root page per drag and drop is impossible
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 09:40 Bug #35902: fatal error in scheduler / Swift mailer
- Check your install tool configuration under $TYPO3_CONF_VARS['MAIL']: In my case missconfigured SMTP settings cause t...
- 08:45 Bug #38472 (Closed): Remove HTML in RuntimeException from sysext 'install'
- Hi, all
I tried out the latest Alpha and since I have not installed the gd-extension for PHP I got an error for th... - 08:05 Feature #38471 (Under Review): BE Login needs a CSS class for popup login
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12433 - 08:03 Feature #38471 (Closed): BE Login needs a CSS class for popup login
- If the popup window with the login is rendered, an additional class can help to style the output a bit better.
2012-06-28
- 23:56 Bug #36438: RTE: Aspell-based spellcheck not working on windows systems
- Please test this change on a Windows server: http://review.typo3.org/12431
- 23:54 Bug #36438 (Under Review): RTE: Aspell-based spellcheck not working on windows systems
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 23:51 Bug #29220: createEncryptionKey always returns key with 96 characters
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6989 - 23:34 Feature #16534: Add possibility to start indexing an external site at a specific page
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6990 - 22:57 Feature #16534: Add possibility to start indexing an external site at a specific page
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6990 - 23:31 Feature #36488 (Closed): JS Error in Internet Explorer 8 prevents Loading of RTE -> automate clearing of rte cache
- Cache is gone in 4.7. Closing the issue.
- 23:30 Bug #37541 (Resolved): Declaration of tx_rtehtmlarea_base::drawRTE() should be compatible
- Applied in changeset commit:885d256ef3ba565952208f7d3baa4f14c2cb3d3e.
- 22:52 Bug #37541: Declaration of tx_rtehtmlarea_base::drawRTE() should be compatible
- Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:37 Bug #37541 (Under Review): Declaration of tx_rtehtmlarea_base::drawRTE() should be compatible
- Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 22:30 Bug #37541 (Resolved): Declaration of tx_rtehtmlarea_base::drawRTE() should be compatible
- Applied in changeset commit:14a29468d3b8f9a1901c3c28d47392ab0dd9af89.
- 22:20 Bug #37541: Declaration of tx_rtehtmlarea_base::drawRTE() should be compatible
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 21:50 Bug #37541 (Under Review): Declaration of tx_rtehtmlarea_base::drawRTE() should be compatible
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12426 - 23:30 Task #36762 (Resolved): Add missing sql_free_result in t3lib classes
- Applied in changeset commit:10d0165c0c74291438854c10e01904990f99faf2.
- 22:33 Task #36762: Add missing sql_free_result in t3lib classes
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10920 - 23:28 Bug #36794 (Needs Feedback): Loading HTMLRTE inserts hidden markup - Opera 11.x
- 23:26 Bug #36794: Loading HTMLRTE inserts hidden markup - Opera 11.x
- I am unable to reproduce this issue with TYPO3 4.7.2 and Opera 11.64.
Perhaps you have some Opera extension or wid... - 23:17 Feature #33703: Auto deactivation of scheduler task for saltedpasswords
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9139 - 22:30 Bug #33091 (Resolved): Empty pagetree: Can't create page by drag-n-drop
- Applied in changeset commit:1231b048775f531fda97a7bd9148eeb05c8b0eb9.
- 22:30 Task #28024 (Resolved): Remove tslib/media, cglify statictemplates/media
- Applied in changeset commit:5685f098212a5e62eb31e1c7962e340bbde0eadb.
- 20:03 Task #28024: Remove tslib/media, cglify statictemplates/media
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12334 - 19:28 Task #28024: Remove tslib/media, cglify statictemplates/media
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12334 - 22:30 Bug #24626 (Resolved): Pagetree - Create the root page per drag and drop is impossible
- Applied in changeset commit:1231b048775f531fda97a7bd9148eeb05c8b0eb9.
- 10:32 Bug #24626: Pagetree - Create the root page per drag and drop is impossible
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10428 - 22:30 Task #38414 (Resolved): Move temp_CACHED_* files to caching framework
- Applied in changeset commit:665a6f7905cd23b24350b011ad385d6604bcab72.
- 22:30 Bug #38383 (Resolved): Adding Multiple Images to non empty Image-Element fails
- Applied in changeset commit:6802cf2b6bb63b0bd3e0795172cf6e1f369744a5.
- 22:30 Bug #33392 (Resolved): showHidden flag in tslib_fe is not "workspaces aware"
- Applied in changeset commit:34eee3a3cf013d216d47ebe69e7ca75a38fe5224.
- 21:30 Feature #38469 (Resolved): Improve info feature
- Applied in changeset commit:5a48e86cba0471560f87daf662f7efa96ed1bf54.
- 20:10 Feature #38469: Improve info feature
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12420 - 18:16 Feature #38469 (Under Review): Improve info feature
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12420 - 18:14 Feature #38469 (Closed): Improve info feature
- The change improves the general spacing and CGL of the code, removes some unused variables, tailores some very long l...
- 21:30 Task #38436 (Resolved): Remove internal sys_history cleanup feature
- Applied in changeset commit:1b6bd82fea5c3c537e1c7202d318d88142264b40.
- 10:20 Task #38436: Remove internal sys_history cleanup feature
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12404 - 21:30 Task #38358 (Resolved): Fix CGL violations against DoubleQuoteUsage
- Applied in changeset commit:972038be6a1cacc04f70b13f41fd713f1277fb41.
- 21:30 Bug #38300 (Resolved): IE9 can not insert links any more
- Applied in changeset commit:8d2dcc13638f6e391b6e59f3bae657adfd884500.
- 21:20 Bug #38300: IE9 can not insert links any more
- Patch set 2 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 20:57 Bug #38300 (Under Review): IE9 can not insert links any more
- Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1... - 20:35 Bug #29584: Shortcut to mountpoint results in illegal root tree
- Sorry, 29584_2.diff was faulty, please use 29584_3.diff
- 20:28 Bug #29584: Shortcut to mountpoint results in illegal root tree
- The patch from Alexander did not work when 'Show content from this page' was selected in mount point.
Added a new pa... - 20:30 Feature #38453 (Resolved): Edit on click in list module by default
- Applied in changeset commit:036eb9400cbc8e462b9e550b05dc46aa56aeb319.
- 13:18 Feature #38453 (Under Review): Edit on click in list module by default
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12419 - 13:16 Feature #38453 (Closed): Edit on click in list module by default
- 20:01 Feature #24184 (Closed): Not possible to change redirectUrl in Hook after succesfull login
- Closed because no response was received in 5 months.
- 18:39 Bug #38444: PHP 5.4 issue?!
- Benjamin Bremmer wrote:
> Thanks for the hint regarding E_STRICT Philipp.
> However, after adding the latest code I s... - 09:27 Bug #38444: PHP 5.4 issue?!
- Thanks for the hint regarding E_STRICT Philipp.
However, after adding the latest code I still get loads of errors, e... - 04:31 Bug #38444: PHP 5.4 issue?!
- On PHP 5.4 you need to explicitly exclude E_STRICT from error reporting.
Either use the latest git version of TYPO... - 02:19 Bug #38444: PHP 5.4 issue?!
- Hi!
I'm not sure if this has anything to do with PHP 5.4.
Could you please debug the value of $helpTextArray in l... - 01:41 Bug #38444 (Closed): PHP 5.4 issue?!
- Hey guys,
I am experiencing the following error while running TYPO3 4.7.1 on PHP 5.4. It spams my logfile incredib... - 16:55 Feature #38464 (Closed): Better handling of page localisation
- The 2 page options:
* Hide default translation of page
* Hide page if no translation for current language exists
... - 15:20 Bug #38460 (Closed): Using media-element --> Flashfallback fails
- Using the media-element on 4.7.1 with workaround from #Bug #37938 HTML5-output is fine in all browsers which can hand...
- 14:50 Bug #37905: Uploading T3X fails with ExtDirect exception
- I've put this on my todo list.
- 14:13 Bug #38456 (Closed): options.disableDelete.fe_users = 1 doesn't work
- If I have set the option for the fe_users table in the backend groups TSconfig field, only the icon in the editing mo...
- 14:05 Bug #38417: Duplicate tt_content translation records in the database
- Got the same problem in TYPO3 4.5.14 and tt_news 3.0.1
- 08:58 Bug #38417: Duplicate tt_content translation records in the database
- The last duplicate stuff was created two weeks ago (if the timestamp is correct, what I presume), so this is not an o...
- 04:49 Bug #38417: Duplicate tt_content translation records in the database
- Can you try to find out if this still happens or if this are leftovers from an older bug?
- 12:29 Bug #38451 (Closed): BE: When saving content, Chrome opens new popup window instead of new tab
- Not really a big deal, but here goes:
I use Google Chrome on TYPO3 4.5 with Templavoila.
When I edit a content el... - 10:26 Bug #38448 (Closed): Condition adminUser in pageTSconfig not working
- Using adminUser in userTSconfig like...
- 07:43 Feature #36669 (Under Review): Add Hook to manipulate BE login form
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12417 - 00:56 Feature #36669 (Accepted): Add Hook to manipulate BE login form
- 05:07 Bug #38372: Cannot set "Workspace permissions: Edit Live (Online)" in Backend
- This is a result of the removal of the draft workspace.
The @workspace_perms@ field is still set to 2.
Now if you... - 04:52 Bug #38392: TYPO3_DOCUMENT_ROOT wrong if reverseProxyPrefix/reverseProxyPrefixSSL used
- Whoever does the fix, it would be good to have this covered by unit tests.
- 04:39 Bug #28003: unit tests for filebackend fail with "The directory "vfs://Foo/Cache/Data/SomeCache/" is not writable."
- Here is the full guide to reproduce:
https://notes.typo3.org/p/bug-28003 - 04:36 Bug #38445 (Rejected): Bootstrap must check if submodules exist
- If you just clone the git repository and forget to use the --recursive parameter or to run git submodule, then you wi...
2012-06-27
- 23:08 Task #28024: Remove tslib/media, cglify statictemplates/media
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12334 - 23:06 Bug #29254: TSFE->additionalFooterData for USER_INT
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11859 - 23:03 Bug #29254: TSFE->additionalFooterData for USER_INT
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11859 - 19:30 Task #32773 (Resolved): fe_adminLib.inc crashes on 5.3 because usage of preg_spliti()
- Applied in changeset commit:c75df95dab1cb340bc015bf3ec868d5b9829b26f.
- 19:30 Bug #17969 (Resolved): replace Sitemap with "Special Menus"
- Applied in changeset commit:16adb2d238a949579a030b04e8c9ee2a3567f8bf.
- 19:05 Bug #24626: Pagetree - Create the root page per drag and drop is impossible
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10428 - 18:19 Task #38414: Move temp_CACHED_* files to caching framework
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12383 - 16:20 Task #38436 (Under Review): Remove internal sys_history cleanup feature
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12404 - 16:12 Task #38436 (Closed): Remove internal sys_history cleanup feature
- I propose to remove that feature, because almost the same functionality can be done by an already existing scheduler ...
- 15:30 Bug #38428 (Resolved): Non-static method Typo3_Bootstrap_BaseSetup::getPathThisScript() should not be called statically
- Applied in changeset commit:d4ba789ac6d8bbefe7b03421dd3e6ab7fb7d6f98.
- 14:12 Bug #38428 (Under Review): Non-static method Typo3_Bootstrap_BaseSetup::getPathThisScript() should not be called statically
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12394 - 14:10 Bug #38428 (Closed): Non-static method Typo3_Bootstrap_BaseSetup::getPathThisScript() should not be called statically
- error ...
- 14:08 Bug #38427 (Closed): Single Table View , numbered Clipboard, work on multiple translated items
- Since a few versions it is not possible to check tranlated items in single Table view for multi-editing width enabled...
- 14:00 Bug #38406: Extension Import not working with postgresql and DBAL
- I think the current (and the suggested code) should not have version in this statement at all. Otherwise the result s...
- 11:40 Bug #38422 (Closed): Mass upload fils under 4.5.16 in FF with .htaccess protection
- We use TYPO3 4.5.16 on a development site protected with .htaccess (complete webroot, protection with "AuthType Basic...
- 10:20 Bug #38417 (Closed): Duplicate tt_content translation records in the database
- I just spent some hours debugging a TYPO3 installation we are maintaining. We changed some localized records in the b...
2012-06-26
- 23:37 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9937 - 23:04 Bug #33594 (Needs Feedback): Missing argument 4 for t3lib_TCEmain::moveL10nOverlayRecords(), called in ...version\class.tx_version_tcemain.php on line 1376
- Thorsten Kahler wrote:
> This issue is already addressed in #33592.
So this can be closed? - 21:54 Task #38414: Move temp_CACHED_* files to caching framework
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12383 - 21:48 Task #38414: Move temp_CACHED_* files to caching framework
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12383 - 21:40 Task #38414 (Under Review): Move temp_CACHED_* files to caching framework
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12383 - 21:37 Task #38414 (Closed): Move temp_CACHED_* files to caching framework
- After the basic bootstrap refactoring that moved the loading of ext_tables.php and
ext_localconf.php to class contex... - 21:49 Bug #37618: CSS_Styled_Content: No CSS styles for this table does not work for Cell
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11840 - 21:49 Bug #24626: Pagetree - Create the root page per drag and drop is impossible
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10428 - 20:56 Feature #37939: displayCond should allow multiple conditions/checks
- Oh yes sure, it's doable that way. I just wasn't sure how those nested displayCond-statements would look like. It cou...
- 09:32 Feature #37939 (Needs Feedback): displayCond should allow multiple conditions/checks
- @Stefan: what do you mean by 'you can't write "arrays" into flexform-XML'? Arrays are used for making selectorbox ite...
- 20:54 Feature #18211: Array of display conditions for TCA fields instead of 1 string
- USERFUNC for complex scenarios might be good to have. But imho we should have something built in as was proposed with...
- 17:50 Feature #18211 (Needs Feedback): Array of display conditions for TCA fields instead of 1 string
- How about introducing a USERFUNC: option?
Would that serve your needs. The proposed array solution looks complex a... - 09:18 Feature #18211 (Accepted): Array of display conditions for TCA fields instead of 1 string
- Seems like a useful feature. Anyone who wants to push a patch to gerrit?
- 20:46 Bug #29254: TSFE->additionalFooterData for USER_INT
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11859 - 20:30 Bug #32781: transparent backColor causes transparent flicks and black background
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9070 - 20:29 Bug #32781 (Under Review): transparent backColor causes transparent flicks and black background
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9070 - 20:01 Feature #22326: Confirmation dialog missing when unsaved changes are about to be lost
- Some useful links on that topic:
http://www.openjs.com/scripts/events/exit_confirmation.php
http://stackoverflow.... - 18:32 Feature #22326 (Accepted): Confirmation dialog missing when unsaved changes are about to be lost
- I'd like to see this feature in 6.0
Let's see what I can do. - 18:24 Bug #37478: Wrong path in EXT:cms/ext_autoload.php
- Georg Ringer wrote:
> how to fix?
> would it be ok to change it to
> [...]
Yes, of course, go ahead... - 16:28 Bug #38408 (Closed): Cannot create page in empty pagetree using drag'n'drop
- 16:28 Bug #38408: Cannot create page in empty pagetree using drag'n'drop
- Duplicate! Please review the patch in Gerrit, Jigal.
https://review.typo3.org/#/c/10428/ - 16:11 Bug #38408 (Closed): Cannot create page in empty pagetree using drag'n'drop
- In a new installation there is only the root node. If you try to create a new page/folder using drag'n'drop from the ...
- 15:59 Bug #38406 (Closed): Extension Import not working with postgresql and DBAL
- the import of extensions is not working completely with DBAL on postgresql.
the problem lies in the function "inse... - 15:20 Bug #38175 (Rejected): rtehtmlarea icons mixed in t3 4.7.1
- No change required, thx for your feedback
- 15:19 Bug #38387 (Closed): Link Class Selection in RTE with IE 7, 8 and 9
- Closed - It's a duplicate of issue #38300
- 14:55 Bug #38387: Link Class Selection in RTE with IE 7, 8 and 9
There we go: In IE 7 8 and 9 it's not possible to set a Link Class in RTE by selecting i.e. E-Mail-Link, internal...- 13:01 Bug #38387: Link Class Selection in RTE with IE 7, 8 and 9
- Oh, and what TYPO3 version are you using?
- 13:01 Bug #38387 (Needs Feedback): Link Class Selection in RTE with IE 7, 8 and 9
- Please be more specific. Does that work in other browsers, but not in Internet Explorer?
Can you please provide scre... - 11:25 Bug #38387 (Closed): Link Class Selection in RTE with IE 7, 8 and 9
- Currently Link-Class can not be set at the Backend RTE in Internet Explorerer 7, 8 and 9.
i.e. we intended to set... - 15:00 Bug #38403 (Closed): The log_data field in sys_log is too small, serialized data gets corrupted.
- When adding a comment for a stage change in workspaces, this comment is stored in the log_data field of the sys_log t...
- 14:57 Bug #38170: Link Class Selection in RTE with IE
- Same thread as here: http://forge.typo3.org/issues/38387
- 14:20 Bug #37957: Width of images ignored if height set
- I vote for this feature!
Also it would be nice to implement possibility to crop images in CE, since, as Stefan men... - 13:32 Bug #37946: extension manager PHP warning on Windows
- Yes. Real path is correct in this warning. I masked part of the path.
What kind of problem do you suspect?
- 10:25 Bug #37946 (Needs Feedback): extension manager PHP warning on Windows
- Is the complete path correct? The error only shows D:/(...)/typo3temp/extensions.xml.gz (part is replaced with (...))...
- 13:08 Bug #38392 (Closed): TYPO3_DOCUMENT_ROOT wrong if reverseProxyPrefix/reverseProxyPrefixSSL used
- If reverseProxyPrefix or reverseProxyPrefixSSL is used an incorrect path for TYPO3_DOCUMENT_ROOT is generated in t3li...
- 11:21 Bug #37837: Pagetree "extendToSubpages" does not show different icon
- ok, then as I said, I think we should task them to find a solution for this issue as it really is a problem that need...
- 10:31 Bug #36194: t3lib_BEfunc::helpText warning due to text/array mismatch
- seems like this bugfix didn't make it into 4.7.1, or it was reverted. I at least have the very same issue again on a ...
- 10:20 Bug #38386 (Closed): Security token validation fails on editing multiple CE elements
- When editing 17 CE elements at once, even when editing only one field, and saving, I get this error:...
- 10:14 Bug #36461: No Caching with Extbase Plugin when "resolving" controller and action with realurl
- I can confirm this issue.
The admin-panel reports an cHash problem.
This is the output of the admin-panel if defaul... - 09:07 Bug #37905 (Accepted): Uploading T3X fails with ExtDirect exception
- The code in tx_em_Extensions_List::removeExtFromList() expects to be called in interactive context (the parent object...
- 07:26 Bug #38383 (Under Review): Adding Multiple Images to non empty Image-Element fails
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12367 - 07:19 Bug #38383 (Closed): Adding Multiple Images to non empty Image-Element fails
- 07:21 Bug #38244: 't3lib_lock' does not exist if $TYPO3_CONF_VARS['SYS']['systemLog'] = 'file,...'
- Your right, with the patch in #36241 this issue is not reproducible any more.
It seems, that any other PHP error mess... - 07:17 Bug #37439 (Needs Feedback): Adding an Image with fal or oldstyle wizard is not possible
- please check if still valid
- 00:42 Bug #17969: replace Sitemap with "Special Menus"
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6743
Also available in: Atom