Project

General

Profile

Activity

From 2010-06-20 to 2010-07-19

2010-07-19

16:47 Feature #23231: hook/callback for password recovery
Hi Michael,
thanks for your offer.
Two possibilities;:
Either post this in the typo3-dev-list at http://lists.ty...
Chris topher
16:22 Feature #23231 (Closed): hook/callback for password recovery
It would be nice to have a hook/callback for the password recovery functionality. It should be called after the passw... Michael Michalowski
13:10 Bug #23223: BE Search: no results for double-byte characters, e.g. Japanese
Hi Thomas,
thanks for your report.
Dmitry has just made a patch for that kind of problem, see the file "15130.dif...
Chris topher
10:01 Bug #23189: RTE creates <link> tag incorrectly if there is a non–empty title
rev 8236, 8237, 8238 Dmitry Dulepov
09:56 Bug #23191: Backend search does not find non–latin1 characters
rev 8233, 8234, 8235 Dmitry Dulepov

2010-07-18

23:41 Bug #21768: sysext simulatestatic got no icon
I just checked the icon set Fam Fam Fam (which we use ... everywhere).
Simulatestatic allows you to link a page wi...
Chris topher
23:28 Bug #21768: sysext simulatestatic got no icon
This is still an issue in current trunk. Chris topher
22:59 Bug #23229 (Closed): Add wrapper files for list/filelist modules
The mods were in typo3/mod before using typo3/db_list.php and typo3/file_list.php.
This files are moved to sysexte...
Steffen Kamper
22:17 Bug #23213: Move file list from mod to sysext
Committed to svn trunk rev 8209-8231
Existing files are moved via svn to keep the file history.
Steffen Kamper
22:17 Bug #23212: Move Extension Manager from mod to sysext
Committed to svn trunk rev 8209-8231
Existing files are moved via svn to keep the file history.
Steffen Kamper
22:16 Bug #23211: Move mod/user/ws to sysext version
Committed to svn trunk rev 8209-8231
Existing files are moved via svn to keep the file history.
Steffen Kamper
22:16 Bug #23210: Move Web>List from mod to sysext
Committed to svn trunk rev 8209-8231
Existing files are moved via svn to keep the file history.
Steffen Kamper
22:16 Bug #23209: Move Web>Access from mod to sysext
Committed to svn trunk rev 8209-8231
Existing files are moved via svn to keep the file history.
Steffen Kamper
22:15 Bug #23208: Move Web>Func from mod to sysext
Committed to svn trunk rev 8209-8231
Existing files are moved via svn to keep the file history.
Steffen Kamper
22:15 Bug #23207: Move Web>Info from mod to sysext
Committed to svn trunk rev 8209-8231
Existing files are moved via svn to keep the file history.
Steffen Kamper
19:44 Bug #23225: Superfluous comma in CSS
Committed to 4_4 rev 8207 and trunk 8208 Steffen Kamper
19:37 Bug #23225 (Closed): Superfluous comma in CSS
it doesn't validate:
table.t3-table .t3-row-odd th, {
background-color: #f7f7f7;
}
remove it!
(issue impor...
Steffen Kamper
16:04 Bug #23100: Upgrade Wizards: Headlines have too much space below
rev 8205,8206 Susanne Moog
13:37 Bug #23224 (Closed): Template auto complete is hidden beneath next text area field
See screenshot
(issue imported from #M15168)
Susanne Moog
11:25 Bug #23186: Icons for users in page tree are inconsistent
this has to be changed, for sure.
but i think this is not possible in patch level releases,
we have to talk to Benni
Steffen Ritter
10:12 Bug #23102: "Version 4.2.9 of ImageMagick is highly recommended due to features and speed!"
rev 8204 + 8203 Susanne Moog
09:29 Bug #23223: BE Search: no results for double-byte characters, e.g. Japanese
Well, it seems the bug reporter also does not support UTF-8. "???"...
Please check the screen capture attached.
Thomas Schlaepfer
09:26 Bug #23223 (Closed): BE Search: no results for double-byte characters, e.g. Japanese
Steps performed:
1. created new page with Japanese title
2. added Japanese sample content to that page
3. searched...
Thomas Schlaepfer
00:27 Bug #23222 (Closed): CONTENT TS object fails to show translations of pages DB table
Since upgrade to 4.4.0 CONTENT TypoScript object started to ignore translations of pages table. It smply shows defaul... Max Mishyn

2010-07-17

20:42 Bug #23220: "Clear all caches" doesn't clear the cache of static templates (based by extensions)
Wrong category, please close this issue. Bas van Beek
19:13 Bug #23220 (Closed): "Clear all caches" doesn't clear the cache of static templates (based by extensions)
Example: when modificating a static template file like:
ext/multishop/static/rootpage/setup.txt
These changes ...
Bas van Beek
20:41 Bug #23221 (Closed): Clear all caches" doesn't clear the cache of static templates (based by extensions)
Clear all caches" doesn't clear the cache of static templates (based by extensions)
Modificate a static templat...
Bas van Beek
19:54 Bug #23216: Queries should only be parsed once
_v1 is a real implementation. This should speed up SELECTs containing a table which is remapped (templavoila for inst... Xavier Perseguers
12:55 Bug #23216: Queries should only be parsed once
Attached patch is a proof-of-concept that it speeds up queries. The unit test makes sure both "normal" and "optimized... Xavier Perseguers
12:21 Bug #23216 (Closed): Queries should only be parsed once
When using remapping on some tables (typically with Oracle), queries are parsed twice. First time to rewrite it with ... Xavier Perseguers
19:05 Bug #23219 (Closed): Link "joh316" to wikipedia
Link the text "joh316" in the password hint of the Install Tool to http://en.wikipedia.org/wiki/John_3:16 to make peo... Steffen Gebert
17:40 Bug #22664: XSS in Install tool
Hey Sec team,
please give me feedback if I did it right or if I missed something.
I only found these issues in ...
Benni Mack
17:08 Feature #23051: Improve t3lib_DB::fullQuoteArray
Just as info, in order to test, you may omit the DBAL patch, it only moves stuff out of it... Xavier Perseguers
16:37 Feature #23051: Improve t3lib_DB::fullQuoteArray
14937_fullQuoteArray.diff is the patch to be used for this bug once 14937_caching_*.diff patches have been applied. T... Xavier Perseguers
16:21 Feature #23051: Improve t3lib_DB::fullQuoteArray
14937_caching_*.diff patches move cache of all DB fields from DBAL to Core Xavier Perseguers
16:25 Feature #23050: Install tool password can be overwritten by an extensions' ext_localcconf.php
Attached is a first try of my approach.
Seems to me more like a feature than a security issue.
Benni Mack
14:23 Bug #23038: sysext taskcenter is missing class.mod_user_task.php (required from other extensions)
Hey Georg,
At the moment the complete Taskcenter isn't useable. So it would be great, if you upload your version a...
Stefano Kowalke
12:25 Bug #23217 (Closed): Import export module has inconsistent background and does not use new skin look
As the background of the import export module is defined as white it looks pretty strange, as it doesn't use the full... Susanne Moog
12:18 Bug #15577: AdminPanel is not yet effected by skin
This is still not the case. The admin panel should at least be changed to use the new design and icons. Susanne Moog
12:17 Bug #20132: Link to open BE in FE Admin Panel doesn't work.
Works without problems for me in 4.5 trunk. Can you still reproduce the problem? Susanne Moog
11:43 Bug #23215 (Closed): TCEforms look broken when using 1024x768 because of palettes
See screenshot, doesn't look nice if you are using 1024x768 and have the secondary options open.
(issue imp...
Susanne Moog
11:39 Bug #22990: imageLinkWrap.JSwindow triggers XSS warning or Fails
thanks Christopher, for the reminder :) Susanne Moog
00:05 Bug #22990: imageLinkWrap.JSwindow triggers XSS warning or Fails
Susanne committed this to trunk in rev. 8198. Chris topher
00:00 Bug #20868: click-enlarge function for images does not work correctly in IE8
Resolved as duplicate of #22990, which has been committed in rev. 8198. Chris topher

2010-07-16

22:34 Bug #23084: make alt_doc.php unittestable
Committed to:
* trunk rev. 8201
* 4.4 rev. 8202
Christian Kuhn
21:58 Bug #23214 (Closed): Text in template analyzer is "white on white" if syntax highlighting is disabled
If you look at some template code in the template analyzer and disable syntax highlighting the text becomes invisible... Susanne Moog
20:52 Feature #15288: Ellipse Gifbuilder Function
rev 8200 Susanne Moog
19:31 Feature #22266: Move checkbox "secondary options" to users module
committed Jörgs patch to trunk rev 8199 Susanne Moog
17:57 Bug #23213: Move file list from mod to sysext
For easy test:
1) delete typo3/mod/file/list and typo3/file_list.php
2) extract filelist.zip in typo3/sysext
3) in...
Steffen Kamper
16:56 Bug #23213 (Closed): Move file list from mod to sysext
There are a couple of sysexts reside in typo3/mod. This was historically the first place of sysext, they are now in t... Steffen Kamper
17:37 Bug #23212: Move Extension Manager from mod to sysext
For easy test:
1) delete typo3/mod/tools/em
2) extract em.zip in typo3/sysext
3) add "em" to the extlist in localc...
Steffen Kamper
16:55 Bug #23212 (Closed): Move Extension Manager from mod to sysext
There are a couple of sysexts reside in typo3/mod. This was historically the first place of sysext, they are now in t... Steffen Kamper
17:30 Bug #19045: Cropscale incorrectly crops GIF files
Submitted for review. Felix Buenemann
17:24 Bug #19045: Cropscale incorrectly crops GIF files
Attached testcase visualization "bug_8878_fix_testcase", please rename to .png, sorrry.
Attached clean patch again...
Felix Buenemann
15:58 Bug #19045: Cropscale incorrectly crops GIF files
Simple testcase:
temp.img = IMAGE
temp.img {
file = fileadmin/test/img300x200.gif
file.width = 147c
f...
Felix Buenemann
16:30 Bug #23211 (Closed): Move mod/user/ws to sysext version
There are a couple of sysexts reside in typo3/mod. This was historically the first place of sysext, they are now in t... Steffen Kamper
15:34 Bug #23210 (Closed): Move Web>List from mod to sysext
There are a couple of sysexts reside in typo3/mod. This was historically the first place of sysext, they are now in t... Steffen Kamper
15:33 Bug #22959: t3lib_db->listQuery() performance
Committed to:
- Core trunk (rev. 8197)
- DBAL trunk (rev. 35747)
Xavier Perseguers
15:23 Feature #23087: FIND_IN_SET should be used instead of complicated LIKE where clause
Committed to:
- Core trunk (rev. 8196)
- DBAL trunk (rev. 35742)
Xavier Perseguers
15:07 Feature #23087: FIND_IN_SET should be used instead of complicated LIKE where clause
Compatibility function for MSSQL does not work great and furthermore function call in MSSQL needs to be "user"-prefix... Xavier Perseguers
11:04 Feature #23087: FIND_IN_SET should be used instead of complicated LIKE where clause
For Oracle the big LIKE clause should be replaced by:
WHERE ',' || field || ',' LIKE '%,11,%'
Xavier Perseguers
14:26 Bug #23209: Move Web>Access from mod to sysext
For easy test:
1) delete typo3/mod/web/perm
2) extract perm.zip in typo3/sysext
3) apply 15151_testonly.diff
4) i...
Steffen Kamper
13:35 Bug #23209 (Closed): Move Web>Access from mod to sysext
There are a couple of sysexts reside in typo3/mod. This was historically the first place of sysext, they are now in t... Steffen Kamper
14:05 Bug #23202: Bogus values added to Links (related: bug 14436) and after applying patch 14436: rte does not start at all (related: 15068?)
ok, we will move on to 4.4 - just for the records: even on a minimal Debian Lenny installation (Typo3 4.2.5 from the ... Stefan Friedel
12:20 Bug #23202: Bogus values added to Links (related: bug 14436) and after applying patch 14436: rte does not start at all (related: 15068?)
please see http://typo3.org/download/packages/ !
4.2.x is already deprecated and furthermore you should update to 4....
Georg Ringer
10:59 Bug #23202: Bogus values added to Links (related: bug 14436) and after applying patch 14436: rte does not start at all (related: 15068?)
Ooops, I thought I inserted the OS info/typo3 version info somewhere: No, not tested with 4.4 - we are using Debian L... Stefan Friedel
10:35 Bug #23202: Bogus values added to Links (related: bug 14436) and after applying patch 14436: rte does not start at all (related: 15068?)
which TYPO3 version are you using. tested it with latest 4.4? Georg Ringer
09:26 Bug #23202 (Closed): Bogus values added to Links (related: bug 14436) and after applying patch 14436: rte does not start at all (related: 15068?)
When adding links with RTE the domain is added again to the link as prefix like "http://www.example.org/" will be cha... Stefan Friedel
13:26 Bug #23208: Move Web>Func from mod to sysext
For easy test:
1) delete typo3/mod/web/func
2) extract func.zip in typo3/sysext
3) install func (it's shy)
Steffen Kamper
13:23 Bug #23208 (Closed): Move Web>Func from mod to sysext
There are a couple of sysexts reside in typo3/mod. This was historically the first place of sysext, they are now in t... Steffen Kamper
13:06 Bug #23205: Inconsistent icon usage for Page Properties
Thanks 4 the hint.
Switching to the correct Icon in list was easy :)
But does someone excepct Georg know how to c...
Henrik Ziegenhain
12:14 Bug #23205: Inconsistent icon usage for Page Properties
i will make a patch next week, don't have time now. just for a reminder or if someone else is faster:
page view > ...
Georg Ringer
12:05 Bug #23205: Inconsistent icon usage for Page Properties
Hi Georg,
damn you`re right. I made the screens and overlooked this...
Would be nice to see the same order.
At...
Henrik Ziegenhain
10:38 Bug #23205: Inconsistent icon usage for Page Properties
also the sorting is a bit mixed up Georg Ringer
10:24 Bug #23205 (Closed): Inconsistent icon usage for Page Properties
Between page and list module is a small inconsistent usage of the icon for the page properties.
I think in terms o...
Henrik Ziegenhain
12:55 Bug #23207: Move Web>Info from mod to sysext
For easy test:
1) delete typo3/mod/web/info
2) extract info.zip in typo3/sysext
3) install info (it's shy)
Steffen Kamper
12:49 Bug #23207 (Closed): Move Web>Info from mod to sysext
There are a couple of sysexts reside in typo3/mod. This was historically the first place of sysext, they are now in t... Steffen Kamper
11:34 Feature #23206 (Closed): Add flash uploader to TCA
Flash uploader is just great. But we can't use them into usual content element to attach e.g. many images. If we want... Myroslav Holyak
11:33 Bug #23073: Colors for highlighting the tree and a versioned page can't be distinguished
Sorry, I'm too stupid.. you have to show it me in private Steffen Gebert
10:19 Bug #23203: <eval>required</eval> field is now working on FCE
Flexforms are processed in the Core - this is not a TemplaVoila issue Tolleiv Nietsch
09:51 Bug #23203: <eval>required</eval> field is now working on FCE
Typo mistake on issue title..
Please change the tiitle as
<eval>required</eval> field is not working on FCE
shanmugarajan k
09:48 Bug #23203 (Closed): <eval>required</eval> field is now working on FCE
how to make the mandatory field for text area,image field and other possible fields while creating the Flexible conte... shanmugarajan k
10:08 Bug #23204 (Closed): Link on first image is wrong if there are multiple images and links in one content element
If there is a content with multiple images (of type "textpic" or "image") and there are several links (pid's or url's... taywa gmbh
09:45 Feature #23198: Its not possible to hide translated records from listview
Docs for TSconfig/PageTS/Mod/web_list:
Property:
hideTranslation
Data type:
list of table names...
Stefan Geith
09:41 Bug #23193: Rendering images with ImageMagick fails to set file permissions
I have posted the request in the typo3 core list.
Christopher: Thanks for help.
Manuel: Please do the "+1 on re...
Alexander Grein
07:45 Bug #23121: Login to backend fails with IPv6 Address as HTTP_HOST
15034_v7.diff with the latest recommendations from the core list
and improved human readability for the unit test
Roland Schenke
01:04 Bug #23201: [Unit tests]: Remove unnecessary require_once() calls
The following patch was committed to:
* trunk rev. 8194
* 4.4 rev. 8195
Christian Kuhn
00:51 Bug #23201 (Closed): [Unit tests]: Remove unnecessary require_once() calls
Type: Unit test improvement
Branches: trunk, 4.4
Problem:
Since 4.3 the core autoloader takes care of loading ...
Christian Kuhn
00:26 Bug #23162: Refactoring of content objects of tslib_content
I fixed the INT-objects, so patch is ready now for core list Steffen Kamper

2010-07-15

23:31 Bug #22953: Export module does not keep pagetree configuration
Ahh, I missed that one. Thanks for the pointer!
The CGL issue might go on and can result in another RFC, but this o...
Chris topher
23:08 Bug #22953: Export module does not keep pagetree configuration
Hi Alexander & Christopher,
I've done that already and the patch is committed to the trunk for TYPO3 v4.5 by Ernes...
Tommy Juhnke
21:49 Bug #22953: Export module does not keep pagetree configuration
Hi Thomas,
do you know that you should now send your patch to Core List?
Check out http://typo3.org/teams/core/co...
Chris topher
21:24 Bug #22953: Export module does not keep pagetree configuration
Works like a charm.
Thank you Thomas!
Alexander Stehlik
23:07 Feature #23200 (Closed): [Caching framework] Add compress data options to DbBackend
Type: Feature, Performance improvement
Branches: trunk
Problem:
RDBM's tend to slow down if tables are too lar...
Christian Kuhn
22:36 Bug #23193: Rendering images with ImageMagick fails to set file permissions
Christopher
Thanx for guiding through and for your time and patiency. " Why do noobs always ask such adorable questi...
Manuel Thaler
21:46 Bug #23193: Rendering images with ImageMagick fails to set file permissions
@ Manuel:
That is right that way.
This issue will be set to resolved, when Alex' bugfix has been integrated in the ...
Chris topher
21:38 Bug #23193: Rendering images with ImageMagick fails to set file permissions
@ Alex:
You need a newsreader. For example Outlook (Express), Windows Live Mail or Thunderbird.
Use the newsreader...
Chris topher
21:28 Bug #23193: Rendering images with ImageMagick fails to set file permissions
Hi Guys... actually i wanted to quit this thread, but didn't get any chance or button to finish up this right now... ... Manuel Thaler
21:25 Bug #23193: Rendering images with ImageMagick fails to set file permissions
Deutsche Anleitung zu diesem Thread:
http://www.typo3.net/forum/list/list_post//100055/
Manuel Thaler
18:48 Bug #23193: Rendering images with ImageMagick fails to set file permissions
Christopher:
I have looked into the core-mailing-ist-rules page, but get no idea, how to do this.
Can you please e...
Alexander Grein
18:34 Bug #23193: Rendering images with ImageMagick fails to set file permissions
bug_0015133.diff is made against current trunk version Alexander Grein
18:14 Bug #23193: Rendering images with ImageMagick fails to set file permissions
Hello Manuel,
you can use PayPal to send me the money.
My Email for this is a.grein [Klammeraffe] mediaessenz.de
...
Alexander Grein
17:42 Bug #23193: Rendering images with ImageMagick fails to set file permissions
Alex: Please attach the patch file here and send it as an RFC to Core List. Then it will be included in the next vers... Chris topher
17:37 Bug #23193: Rendering images with ImageMagick fails to set file permissions
Alexander Grein: That's it! Nice, cheers!
Can you add the diff-view/Bugfix on this Thread? This seems to work very...
Manuel Thaler
17:28 Bug #23193: Rendering images with ImageMagick fails to set file permissions
Using self:: is done for performance reasons. I think, this does not cause the problem.
The function fixPermission...
Chris topher
17:26 Bug #23193: Rendering images with ImageMagick fails to set file permissions
we think we solved the problem: just add
$path = (!self::isAbsPath($path)) ? PATH_site . $path : $path;
before
...
Alexander Grein
17:20 Bug #23193: Rendering images with ImageMagick fails to set file permissions
I can make out two basic changes between an elder and the current TYPO3 version for so far:
first of all, earlier ...
Manuel Thaler
16:53 Bug #23193: Rendering images with ImageMagick fails to set file permissions
It would be great, if you could figure out, how that worked in older versions and why it does not work anymore now.
...
Chris topher
16:31 Bug #23193: Rendering images with ImageMagick fails to set file permissions
To be honest, I've tried on and detected there is a thumbnail-preview in the system itsselfs which allows you to prev... Manuel Thaler
15:25 Bug #23193: Rendering images with ImageMagick fails to set file permissions
I can confirm that problem. It is typical for apache servers running fastcgi with php. typo3 needs to change the perm... Alexander Grein
14:36 Bug #23193: Rendering images with ImageMagick fails to set file permissions
I also added new information about the current settings in the second screenshot. mybe this helps solving the problem... Manuel Thaler
14:02 Bug #23193: Rendering images with ImageMagick fails to set file permissions
Hi Christopher
Thank you for your fast reply. To be honest: There is a file-permission-flag set in the install too...
Manuel Thaler
13:58 Bug #23193: Rendering images with ImageMagick fails to set file permissions
Hi Manuel,
there is an option in the Install Tool to set the file permissions. Search in "All Configuration".
Is ...
Chris topher
13:56 Bug #23193 (Closed): Rendering images with ImageMagick fails to set file permissions
I've installed TYPO3 4.4. Everything worked well, except the Images in the Output seem to be screwed up.
Basically...
Manuel Thaler
20:29 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
I just get the same error and only find this bug report.
After testing a lot with my both domain records I write a...
Stefan Froemken
18:22 Bug #23199: Forgot password for non existant users
This is a duplicate of #11765.
Please have look and continue the discussion there.
Chris topher
18:18 Bug #23199 (Closed): Forgot password for non existant users
If I type a username that does exist, the plugin tells me that the mail has been sent and everything was fine. This i... Michael Grundkötter
18:04 Feature #23198 (Closed): Its not possible to hide translated records from listview
You can hide complete Tables in listView (Web/List),
but its not possible to hide translated Records from the listV...
Stefan Geith
17:38 Bug #23197: Php DEPRECATED function sql_regcase used in class.t3lib_htmlmail.php
Resolved as duplicate of #21865. Chris topher
17:38 Bug #23197: Php DEPRECATED function sql_regcase used in class.t3lib_htmlmail.php
Hi Stephane,
please have a look at the file patch_13060_2.diff in issue #21865.
If it works for you, please v...
Chris topher
17:33 Bug #23197 (Closed): Php DEPRECATED function sql_regcase used in class.t3lib_htmlmail.php
"sql_regcase" is deprecated since PHP 5.3.0 (see http://php.net/manual/en/function.sql-regcase.php) and is used at th... Stephane Mourey
17:13 Bug #23196 (Closed): Cleanup of TS modules + fix validation issues
Use the new skin styles and cleanup the code to have less warnings
(issue imported from #M15136)
Georg Ringer
16:07 Bug #23178: Wrong HTTP headers sent when trying to access pages that require login
The solution for this issue may result in being able to remove the $TYPO3_CONF_VARS['FE']['pageNotFound_handling_stat... Ingo Renner
15:30 Bug #23195: update to version 4.4.0 Typo3 User have no premesions to write files in filelist
Everything is green there, any other ideas? David Maier
14:53 Bug #23195: update to version 4.4.0 Typo3 User have no premesions to write files in filelist
Go to the Install Tool, Update Wizard.
Did you do a compare? After having done so, there should stand "Everything OK...
Chris topher
14:36 Bug #23195 (Closed): update to version 4.4.0 Typo3 User have no premesions to write files in filelist
We try to update our 4.2.12 installation to 4.4.0; Everything works fine but backend-user with filemountpoints and co... David Maier
15:28 Bug #21622: Pagemodule don't show clipboard paste icon when there is no content
Version 10 added.
- Copy/Move takes language into account
- If you move a record from default language to another...
Reinhard Führicht
15:26 Bug #21622: Pagemodule don't show clipboard paste icon when there is no content
From now on, all discussion will be here until a solution is found.
When the patch is final, I will post it on the c...
Reinhard Führicht
14:14 Bug #23194 (Closed): addQueryString dublicates 'id' in url
I have a problem with generated URL for a print link.
Here is a code:
lib.print_link = TEXT
lib.print_link {
...
Viktor Livakivskyi
13:30 Bug #22445: impexp: doesn't work when used from clipboard in list module
I uploaded a diff against latest TRUNK Bernhard Kraft
13:03 Bug #16491: CSV-Download of records impossible in HTTPS-Backend and Internet Explorer
Hi Andrew,
thanks for your feedback and for the patch!
Please send it to Core List to get it integrated in the ...
Chris topher
12:55 Bug #16491: CSV-Download of records impossible in HTTPS-Backend and Internet Explorer
This issue is still live in the latest version of TYPO3. It affects IE 6, 7 and 8. I have attached a patch which res... Andrew Henson
11:37 Feature #23050: Install tool password can be overwritten by an extensions' ext_localcconf.php
Well, I agree: Administrators should know what they install.
However, here is my solution:
Let's do it with the...
Benni Mack
11:15 Bug #20309: typo3/db_new.php shows tables under another extension name
Added a patch which soles the problem for me. in addition it enables to make the extension title translatable in $EM_... Jochen Rau
09:58 Bug #20309: typo3/db_new.php shows tables under another extension name
The problem still occurs. It is caused by the function regularNew() in db_new.php.
The bug only occurs if a table ...
Jochen Rau
11:08 Bug #23192 (Closed): Linebreaks does not work anymore BE if using '--linebreak--' in palettes
If you use --linebreak-- within palettes definition, it will not work anymore.
The html output for palettes has ch...
Caspar Stuebs
11:03 Bug #23191: Backend search does not find non–latin1 characters
Wow! Mantis does not recognize 4 of 5 latvian characters either :) Dmitry Dulepov
11:01 Bug #23191 (Closed): Backend search does not find non–latin1 characters
If the user types non–latin characters to the Backend search, nothing will be found. I used latvian (?, ?, ?, š, ?) c... Dmitry Dulepov
10:34 Bug #23190 (Closed): Backend search is unusable for editors
The backend search is not usable for normal editors (!= admins). The logic is fairly simple: It searches (same as the... Georg Ringer
10:20 Bug #23121: Login to backend fails with IPv6 Address as HTTP_HOST
15034_v6.diff removed 2 CGL issues
big thanks to Caspar!
Roland Schenke
07:44 Bug #23121: Login to backend fails with IPv6 Address as HTTP_HOST
15034_v5.diff contains a better aproach with less code Roland Schenke
10:10 Bug #23081: TYPO3 login expiration Dialog appears again and agian
I just setup Typo3 4.4 on Windows with XAMPP, on 127.0.0.1. I tried to login with the default admin admin/password. T... Julien G.
09:47 Bug #23189 (Closed): RTE creates <link> tag incorrectly if there is a non–empty title
RTE does not set quotes around the title. So if the title has spaces, only the first word will be used in generated A... Dmitry Dulepov
08:57 Feature #23188 (Rejected): Access restriction to backend search
Currently the backend search is always available and there is no way to deactivate it.
This is bad because sometimes...
Georg Ringer

2010-07-14

21:45 Bug #23186 (Closed): Icons for users in page tree are inconsistent
BE-User: green (normal user - admin is blue)
FE-User orange
but tree shows:
BE-User: orange
FE-User: blue
...
Steffen Gebert
19:08 Bug #23141: htmlArea RTE: Not loading in Firefox 3.0.3
Hi Stanislas,
Script compression is also disable and I haven't error on JS console (firefox isn't ?).
Version o...
Yannick Pavard
18:57 Bug #23118: Page Tree is sometimes not loading in Firefox 3.6
I never experienced this error. The Page Tree always reloads correctly.
This also works in the Template Module (wher...
Chris topher
17:51 Bug #23073: Colors for highlighting the tree and a versioned page can't be distinguished
yes, häschen :-P, it works the same way (you have to use the description "alternative way") Susanne Moog
17:34 Bug #23073: Colors for highlighting the tree and a versioned page can't be distinguished
And when I have no draft workspace? :-P
Should this also work with other user-created workspaces?
Steffen Gebert
17:06 Bug #23073: Colors for highlighting the tree and a versioned page can't be distinguished
sure I can:
In the live workspace:
- click on a page icon in the page tree and choose "Versioning"
- Create a ne...
Susanne Moog
09:08 Bug #23073: Colors for highlighting the tree and a versioned page can't be distinguished
Can you give me a step-by-step explanation, how to reproduce this?
For me it's highlighted yellow (creating new work...
Steffen Gebert
17:41 Bug #21829: Media CE: Autostart with Videos does not work
In the file sysext/cms/flexform_media.xml find the line that says (was line 136 for me at TYPO3 4.4)
<numIndex index...
Andreas Tschirpke
17:40 Bug #23121: Login to backend fails with IPv6 Address as HTTP_HOST
thanks Steffen Gebert!
posted to core list and tagged as "pending in core list"
Roland Schenke
09:29 Bug #23121: Login to backend fails with IPv6 Address as HTTP_HOST
Thanks for your patch, Roland!
By reading I see the following CGL glitches:
* Space after "," as argument separat...
Steffen Gebert
17:35 Bug #23182: Context menu icons are on the right side
Ahh, I see. Chris topher
16:56 Bug #23182: Context menu icons are on the right side
No, the context menu in the Page tree for example.
Just as a note for the tree in 4.5 to change the default.
Steffen Gebert
16:50 Bug #23182: Context menu icons are on the right side
Do you mean the Extension Manager? There the CSH bubbles are at the right side...
Chris topher
15:12 Bug #23182 (Closed): Context menu icons are on the right side
should be on the left side of the text
(issue imported from #M15118)
Steffen Gebert
17:26 Bug #23185 (Closed): htmlArea RTE: Javascript Error in IE7 prevent Link dialogue from opening
Typo3: 4.4
RTE: 2.0.2
Browser: IE7
When I try to edit an existing Link in RTE Element by clicking the "Add Link"...
Alexander Stier
17:11 Bug #23184: page.CSS_inlineStyle doesn't work
I don't think so!
page.cssInline put the CSS Code in a temporary CSS-File like typo3temp/stylesheet_824112cd03.css...
Björn Paulsen
16:52 Bug #23184: page.CSS_inlineStyle doesn't work
Maybe the same mistake as #0014167 for page.inlineJS? Chris topher
16:50 Bug #23184 (Closed): page.CSS_inlineStyle doesn't work
In Typo3 4.4 the Setup Code
page.CSS_inlineStyle (
#col3 {margin:0;}
)
makes nothing. But it should set in F...
Björn Paulsen
16:58 Bug #19045: Cropscale incorrectly crops GIF files
Hi Felix,
the normal workflow is that who wrote a patch send it as an RFC to Core List.
There it will get attentn...
Chris topher
15:51 Bug #19045: Cropscale incorrectly crops GIF files
Little reminder, please review Benjamin.
I'm currently using this patch on 4.2.12, 4.3.3 and 4.4.0 installations w...
Felix Buenemann
16:14 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
The new patch seems to fix all problems without the need for hooks.
Björn Pedersen
15:53 Bug #23183 (Closed): Inconsistent fallback for Start/Stop date
Home (Shortcut)
+ Page (Start date in future and "Include subpages" set)
+ Subpage
Open "Page": You fall back ...
Steffen Gebert
14:20 Bug #23033: Validation errors in list view: & > &-amp;
Committed to:
* trunk rev. 8191
* 4.4 rev. 8192
Christian Kuhn
13:53 Bug #23181: Separate first template optically
This behaviour (only use first template) is cause by t3lib/class.t3lib_tstemplate.php in line 502:
$res = $GLOBALS...
Bernhard Kraft
13:46 Bug #23181 (Closed): Separate first template optically
When having multiple TS-Templates on one page, only the first one will get used. The other ones can still get include... Bernhard Kraft
13:51 Feature #21997: t3lib_div::getURL curl connection has no connection timeout
rev 8190 Dmitry Dulepov
13:43 Bug #23180 (Rejected): Starttime/endtime for pages and content is not taken into account when caching
TYPO3 page cache ignores start and end time for content and pages. This causes problems related to caching:
- if a c...
Dmitry Dulepov
13:36 Bug #21345: cHash is generated when no parameters are given
rev 8187, 8188, 8189 Dmitry Dulepov
13:23 Bug #17559: zlib must be compiled in to make an extension lookup
rev 8185 and 8186 Dmitry Dulepov
12:28 Bug #23178 (Closed): Wrong HTTP headers sent when trying to access pages that require login
When trying to access a login protected page while not being logged in it may happen that a wrong header is sent.
Th...
Ingo Renner
12:06 Bug #23177 (Closed): Inconsistent use of t3lib_utility_Http
Although t3lib_utility_Http was introduced in TYPO3 4.3, there are still several places where its constants aren't us... Ingo Renner
11:56 Bug #23176 (Closed): Remove option "Show help text when applicable" in User Settings
What does this option mean, what does it do and does it make sense at all?
(issue imported from #M15112)
Steffen Gebert
11:12 Bug #18989: Line break and Del key won't work correctly when when aligning the text as a block (justify)
Looks like it was fixed with Typo3 4.3 or so, but currently I have not stumbled across this error again. Klaus Hinum
09:13 Bug #22307: JS error: Ext is not defined
Please reopen, if the bug still occurs. Steffen Gebert
09:10 Feature #22992: Pagerenderer - use better method for adding meta tags
Please add a manual how I can access this in TypoScript if you've finished this task.
I'm looking forward to use it.
Simon Schick
09:10 Bug #23119: Cant login with Firefox 3.6 into the BE
Can you try to delete the cookies in FF, please? Steffen Gebert
08:58 Bug #23135: mail() failed - wrong message
Could you have a look at the SVN history, when this was changed and maybe find a reason?
If it was forgotten, woul...
Steffen Gebert
08:53 Bug #23174: no update of module list in left frame of be window
This bug was introduced with the Translation of the EM in version 4.3, there's already an open bug report, but nobody... Steffen Gebert
02:02 Bug #23174 (Closed): no update of module list in left frame of be window
after installing or removing an extension with one ore more be-module(s), the module list in the left frame is not up... André Spindler
07:01 Bug #23175 (Closed): Validation warnings with sprites
Switching to sprites leads to quite a few new validation warnings.
Simple reason:
protected static function build...
Georg Ringer
02:00 Bug #23173 (Closed): Code for rewrite rules for .htaccess cannot be formatted (but would have to be!)
In the installtool, the code example for .htaccess causes server crash.
Wrong:
RewriteCond %{REQUEST_FILENAME} !-...
André Spindler
01:56 Bug #23172 (Closed): Wrong compat version
When setting up a new installation, [SYS][compat_version] is set to "3.8".
(issue imported from #M15107)
André Spindler
01:55 Bug #23171 (Closed): Install tool always overwrites settings
On the server, gm is available in two different locations: In "/usr/local/php/bin/" and "/srv/www/typo3-tools/". Firs... André Spindler
01:46 Bug #23170 (Closed): db selector fails in advanced mode
When setting up a new installation and changing to advanced mode of the install tool, no database is found. Although ... André Spindler
00:22 Bug #22506: ds_pointerField holding a DB reference breaks
I am using the extension dscentral to organize data structures in records. In an other extension a table holds a refe... Roman Büchler

2010-07-13

23:47 Bug #23169 (Closed): Validation Erros in tstemplate
A simple patch which kills most of the validation errors in the TS Template extensions. In my dev website from 271 Er... Georg Ringer
23:42 Bug #22991: htmlArea RTE won't load in backend extension
I created a simple extension that should show an RTE and display the content of
tt_content -> bodytext
uid: 1
to...
Klaus Hinum
22:56 Bug #23165: Intro looks weird with module and no submodules
Committed to svn
4_4 rev 8183
trunk rev 8184
Steffen Kamper
08:53 Bug #23165 (Closed): Intro looks weird with module and no submodules
If there is a module with no submodules, the output looks weird. See the screenshots.
(issue imported from #M15097)
Georg Ringer
22:38 Bug #19533: Indexing fails with PHP 5.2.5 at call to strip_tags()
ok, thanks Ralf. I close this issue for now. Steffen Kamper
17:30 Bug #19533: Indexing fails with PHP 5.2.5 at call to strip_tags()
Hi Dmity and Steffen,
thanks for your answers. I mostly use PHP 5.3 now, where everything works as expected. One pro...
Ralf Merz
16:15 Bug #19533: Indexing fails with PHP 5.2.5 at call to strip_tags()
not confirmed too. strip_tags() works as expected using php 5.3
See this Note on php.net:
" Note: If PHP is not p...
Steffen Kamper
11:31 Bug #19533: Indexing fails with PHP 5.2.5 at call to strip_tags()
Not confirmed here. Dmitry Dulepov
22:36 Bug #23168: TS Errors are hardly readable (white on yellow)
committed to svn
4_4 rev 8178
trunk rev 8179
Steffen Kamper
21:58 Bug #23168 (Closed): TS Errors are hardly readable (white on yellow)
TS Errors are hardly readable in the TS Objectbrowser as it is shown with white color on yellow background
(issue...
Georg Ringer
20:45 Bug #25662: BE module does not use new skin properly (TYPO3 4.4)
committed to 4.4 in revision 8177 Francois Suter
20:37 Bug #25664 (Closed): BE module does not use new skin properly (TYPO3 4.5)
The Scheduler's BE module does not make proper use of the new skin introduced with TYPO3 4.4.
A quick fix was appl...
Francois Suter
19:59 Bug #23158: Using sprites breaks setting links to content elements
Committed to trunk (r8175) and 4.4 (r8176). Jeff Segars
19:40 Bug #22924: Old table head stylings in Ext Manager
Committed to trunk (r8173) and 4.4 (r8174) Jeff Segars
16:54 Bug #23166: TS Errors should be shown with flash messages
committed to svn
4_3 rev 8170
4_4 rev 8171
trunk rev 8172
Steffen Kamper
08:55 Bug #23166 (Closed): TS Errors should be shown with flash messages
If there are any errors in TS, the TS Object Browser shows the errors using old styles. See screenshots
(issue im...
Georg Ringer
14:06 Bug #23164: Missing icon for _recycler_ folders
Committed to:
- TYPO3_4-4 (rev. 8166)
- trunk (rev. 8167)
Xavier Perseguers
08:41 Bug #23164 (Closed): Missing icon for _recycler_ folders
When having a _recycler_ icon in fileadmin (anywhere actually), the folder icon shows a red question mark instead of ... Xavier Perseguers
13:23 Bug #21345: cHash is generated when no parameters are given
I confirm the problem. I just found identical cHashes coming from the empty parameter string. They spoil RealURL cache. Dmitry Dulepov
12:40 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
You're right, I did a mistake by manually patching files. Within the cal base extension I get only one instance of r... d-nik no-lastname-given
11:24 Bug #22506: ds_pointerField holding a DB reference breaks
Why don't you simply use integer field? This is more efficient than processing loaddbgroup format values... Dmitry Dulepov
10:23 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
See index.php.html TO_Webmaster no-lastname-given
01:00 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
@TO_Webmaster: Please upload copy of the source html of the page. Stanislas Rolland
08:52 Bug #22459: Datepicker broken in IE7 cannot select a day
Same behaviour in TYPO3 4.4 Mario Rimann
01:35 Bug #23163 (Closed): The web> Versioning view has style issues resulting in "wrong layers"
Please the attached screenshot for details.
(issue imported from #M15095)
Philipp Gampe
00:14 Bug #23162 (Closed): Refactoring of content objects of tslib_content
The class tslib_content is a "monster" class having all content objects + helper functions.
The patch use classes fo...
Steffen Kamper

2010-07-12

23:22 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
The baseURL
https://
looks wrong.
But should not affect styling of the toolbar.
Stanislas Rolland
21:44 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Pfad: bodySie befinden sich im TEXT-MODUS. Benutzen Sie die Schaltfläche [<>], um zurück in den WYSIWYG-Modus zu wech... TO_Webmaster no-lastname-given
21:28 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
@TO_Webmaster: Enable troubleshooting mode in the EM and report the log that is then displayed below the RTE editing ... Stanislas Rolland
19:31 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Nested html is gone now, but it does not help. See problem.png.
TO_Webmaster no-lastname-given
18:50 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Get the code from SVN:
http://forge.typo3.org/projects/typo3v4-core/repository/entry/branches/TYPO3_4-4/typo3/syse...
Stanislas Rolland
21:48 Bug #23152: [openDocs] Exception is thrown if a record isn't found
Committed to svn
4_4 rev 8164
trunk rev 8165
Steffen Kamper
14:05 Bug #23152 (Closed): [openDocs] Exception is thrown if a record isn't found
Since the spriteIconCall there is an exception thrown if the record is Null. Before it worked but with warnings.
T...
Steffen Kamper
20:44 Bug #23161 (Closed): debug() pre-processes the output so you don't see the real values anymore
Just found out that if you do a
debug('\%hello\%how\_is\_this?');
it produces:
|%hello%how_is_this?|
wher...
Susanne Moog
19:51 Bug #23160 (Closed): Ajax loaded items of inline records are encoded twice
The values and header of ajax loaded inline records are utf8 encoded twice (see attached screenshot).
typo3 4.3 ha...
Martin Borer
19:47 Bug #23135: mail() failed - wrong message
the problem seems, that the new function didn't check the php_safe variable. i imported the code from 4.3.3 as below:... Bernd Hanisch
19:18 Bug #23159 (Closed): login with a BE User somewhere else on the page tree
Problem:
========
By overriding the TCA, it is already possible to move a BE User to whatever page on the page tr...
Fabien Udriot
18:38 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
(1) Firefox: "[HTMLArea.Iframe::getStyleSheets]: Stylesheets not yet loaded ([Exception... "Security error" code: "10... Stanislas Rolland
18:36 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
(1) Firefox: "[HTMLArea.Iframe::getStyleSheets]: Stylesheets not yet loaded ([Exception... "Security error" code: "10... Stanislas Rolland
18:29 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
rtehtmlarea_bugfix_15033_trunk.patch did only apply a "-1" to "[HTMLArea::initEditor]: Initializing editor with edito... Stanislas Rolland
14:50 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
More info:
rtehtmlarea_bugfix_15033_trunk.patch did only apply a "-1" to "[HTMLArea::initEditor]: Initializing e...
d-nik no-lastname-given
17:11 Bug #23158 (Closed): Using sprites breaks setting links to content elements
Using type hints in t3lib_iconWorks::getSpriteIconForRecord show wrong calls to the function.
To test: Open RTE an...
Georg Ringer
16:59 Bug #23157 (Closed): If access restrictions are extended to subpages, page tree icons do not reflect that anymore
When setting access restrictions on a page and setting the flag to extend those restrictions to sub pages the page tr... Ingo Renner
16:14 Feature #23156 (Closed): Slash is hard–coded in the page path
When displaying search results, slash is hard–coded in the page path property. There will be always a slash in the be... Dmitry Dulepov
15:27 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
Committed to 4.3, 4.4 and 4.5. Revisions 8161, 8162 and 8163. Dmitry Dulepov
14:30 Feature #23153 (Closed): Add sectionmark for the hook in t3lib_pageSelect_getPageHook
Sometimes it is not enough to check for the access of a page but also to check for links to content elements.
Theref...
Georg Ringer
14:22 Bug #16759: incorrect rendering of umlauts with opentype fonts...
As I just had the same issue: Above mentioned hack to convert chars to &#xx didn't work out.
The only thing that h...
Steffen Gebert
11:21 Bug #22940: Changes in core files for running TYPO3 on OS/2 or eComStation
Nikolas: sure, that would be useful. Francois Suter
11:10 Bug #22940: Changes in core files for running TYPO3 on OS/2 or eComStation
Francois: issn't this issue a good starting point to introduce a new utility class handling "server side environment ... Nikolas Hagelstein
10:43 Bug #18269: "foreign_selector" option and localization links doesn't work
Some news here? I'm using the patch for 4.2, 4.3, 4.4 it's working. Is the patch not complete?
Greets
Martin
Martin Borer
10:20 Feature #23151 (Closed): TYPO3 misses SpriterManager_handler using sprite-generation
TYPO3 4.4 does not generate sprites on its own,
change it!
(issue imported from #M15080)
Steffen Ritter
10:19 Feature #23150: TYPO3 misses an SpriteGenerator
SpriteGenerator can be prereviewed at v4 list Steffen Ritter
10:19 Feature #23150 (Closed): TYPO3 misses an SpriteGenerator
there is no sprite-generator shipped with TYPO3
add one :)
(issue imported from #M15079)
Steffen Ritter
09:45 Bug #21622: Pagemodule don't show clipboard paste icon when there is no content
Version 3 added:
- Using $BACK_PATH now for TYPO3 installations in a subdir
- Fixed a bug resulting in active cop...
Reinhard Führicht

2010-07-11

19:43 Bug #23147: [Install] make a pre-check for required php-extensions
Added check in 123 mode. If not all needed PHP modules are present the installer exits with an error message which li... Jigal van Hemert
10:52 Bug #23147 (Closed): [Install] make a pre-check for required php-extensions
If one of the following php-extensions is not present, TYPO3 won't run without problems, so check it at the very firs... Steffen Kamper
19:33 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
Committed to 4_4 rev 8159 and trunk rev 8160 Steffen Kamper
17:30 Bug #22983: Sprites - user defined page types are not respected anymore
I simply can not get it to work!
Here is my code:
t3lib_spritemanager::addTcaTypeIcon('pages', 'contains-module...
Claus Harup
16:27 Bug #23105: Cleanup cms autoload classes
Committed to trunk rev 8158 Steffen Kamper
16:15 Bug #22924: Old table head stylings in Ext Manager
No, it is not.
Choose category and Details and search for something (like "task"). Scroll to the right and you see...
Chris topher
14:34 Bug #22924: Old table head stylings in Ext Manager
This issue is fixed and could be closed. Ralle Büchnitz
15:41 Bug #23149 (Closed): It's possible to add more than one "Jump to page" page in a form - but that makes no sense
It's possible to add more than one "Jump to page" page in a form element - but that makes no sense.
The "Jump to p...
Susanne Moog
15:02 Bug #21200: GIFBUILDER triggers warning <"GIFBUILDER" is not a file (uploads/.. resource).> in admin panel
I can confirm the problem description and effects.
georg
Georg Kühnberger
14:17 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
I've tested the patch, but it did not change much.
IE8 shows two instances of rte, debug-output seems to be ok ("[...
d-nik no-lastname-given
00:47 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
Please test attached patch after applying v3 of patch for issue #14896. Stanislas Rolland
13:29 Bug #23148: Install tool system reqs. link orphaned
The paragraph above this links explains how configuration works:
(c) Wiki: TYPO3_Installation_Basics:
http://wiki...
Felix Kopp
13:23 Bug #23148: Install tool system reqs. link orphaned
Further more the link should open in new window Felix Kopp
13:20 Bug #23148 (Closed): Install tool system reqs. link orphaned
Link to system requirements is orphaned.
This is the very first link in basic configuration thus pretty important:
...
Felix Kopp
12:07 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Now something is completely wrong.
In the head-part of the html-code, there is another page, like
<html>
<head...
TO_Webmaster no-lastname-given
00:25 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Committed to SVN TYPO3core trunk (revision 8152) and branch TYPO3_4-4 (revision 8153). Stanislas Rolland
11:04 Bug #23043: Not all getIconImage calls in Core are replaced by getSpriteIconForRecord
rev 8154,8155 Susanne Moog
10:45 Bug #23134: FF field "Forgot Password Message" in felogin not working
+1 by reading and testing Andreas Otto †

2010-07-10

23:11 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
The opposite issue may occur if the plugin is USER and javascriptLibs.ExtJs was configured on the page setup to inclu... Stanislas Rolland
22:41 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
The RTE is being invoked four times with the same field name. Stanislas Rolland
22:04 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
meta_feedit gives me php fatal error. I uninstalled. Sorry I do not have time to debug user extensions. Stanislas Rolland
21:50 Bug #17677: Move tt_content.mailform.badMess to locallang
RFC sent to Core list. Christian Trabold
20:24 Bug #23141: htmlArea RTE: Not loading in Firefox 3.0.3
This is not the Page TSConfig in effect on your page, because the RTE would not be loading all those plugins...
Pl...
Stanislas Rolland
20:17 Bug #23145 (Closed): RealUrl-Decoding does not work because t3lib_div::getIndpEnv("SCRIPT_NAME") return a wrong value on Apache 2.2 / Debian Lenny
RealUrl encodes URLs, but does not decode them, because $this->pObj->siteScript in tx_realurl::decodeSpURL() returns ... Johannes
13:03 Bug #23142: The property field doesn't work
Hi Romain,
for me this works as expected. Maybe you did not reference your lib.... correctly?
However, since this...
Chris topher
12:11 Bug #23143 (Rejected): Adding svn properties to trunk
Recursively Updating trunk with the following svn-properties:
svn:eol-style -> native (svn automatically convert...
Ralle Büchnitz
12:09 Bug #22706: t3lib_iconWorks::getIconImage is not needed anymore
after 14923 there is no core usage anymore ...
therefore at least the deprecation is possible
fallback without pa...
Steffen Ritter
10:50 Bug #22997: Caps lock warning icon misplaced
committed to 4-4 and trunk rev 8097,8096 as follow-up to #22868 Steffen Gebert

2010-07-09

23:24 Bug #23142 (Closed): The property field doesn't work
Hello,
The typoscript code :
lib.footer=TEXT
lib.footer.field=title
doesn't work. The result is empty.. Th...
Romain Roy
22:25 Bug #23141 (Closed): htmlArea RTE: Not loading in Firefox 3.0.3
Hi,
Is not possible to load RTE with my configuration :
- TYPO3 4.4
- Firefox 3.0.3 (in safe mode)
My TScon...
Yannick Pavard
18:09 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
-typo2 4.4.0
-rtehtmlarea 2.0.2, default settings
1.: meta_feedit 0.1.7:
build a meta_feedit form with bodytext f...
d-nik no-lastname-given
17:50 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
Please explain how to reproduce this issue. Stanislas Rolland
17:52 Bug #23081: TYPO3 login expiration Dialog appears again and agian
Same problem here after returning from standby while logged in- although i am not sure if my ip changed. Stephan Großberndt
15:51 Feature #23139 (Closed): Replace linktext if link is not rendered
If a link to an access restricted page is set but the current user doesn't have the rights to see the linked page or ... Georg Ringer
14:01 Bug #23138: Remove XCLASS from t3lib_utility_Http
Committed to svn
4_4 rev 8150
trunk rev 8151
Steffen Kamper
13:26 Bug #23138 (Closed): Remove XCLASS from t3lib_utility_Http
As XCLASS is not working on static function, the xclass definition should be removed
(issue imported from #M15061)
Georg Ringer
13:43 Feature #14531: check in Typoscript parser on copying of certain value/properties
The error is still present in TYPO3 4.4.
Gabriel Kaufmann
13:19 Bug #23137 (Closed): Flash Uploader does not work with Suhosin (suhosin.cookie.encrypt = on)
error-message Flash Uploader
All of your uploads failed.
If this problem persists, please try another browser, cont...
Holger May
12:56 Bug #25663: Date picker is broken in add/edit form
Committed to svn
4_4 rev 8148
trunk rev 8149
Steffen Kamper
10:04 Bug #25663: Date picker is broken in add/edit form
This is because now tceforms use the sprite API, so the icon is a span. In scheduler it's still an image.
Changing...
Steffen Kamper
10:58 Bug #23090: TYPO3.Backend is assigned twice by ExtDirect and the viewport
committed to svn
4_4 rev 8146
trunk rev 8147
Steffen Kamper
10:33 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
I have a feeling somebody will cash some bounty soon... :o) Jörg Wagner
09:00 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
Pending in core list. Nikolas Hagelstein
08:40 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
Jörg: ok great that it works.
Regarding the question: To be honest, i don't know ...
I'll post the patch to the ...
Nikolas Hagelstein
08:13 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
I tested the 4.4 patch on a 4.2.12 and on a 4.3.2 system and it works lovely. My test contained pages with extension ... Jörg Wagner
10:21 Bug #18867: Enhance page modul
solved in 4_4 with the new skin Steffen Kamper
09:36 Bug #23130: Remove trailing whitespaces in front of EOL
Committed to trunk rev 8145 Steffen Kamper
09:25 Bug #23129: Trailing newlines after php closing tag.
committed to svn
4_4 rev 8142
trunk rev 8143
Steffen Kamper
06:20 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
I can confirm this is still a problem on TYPO3 4.4. I am happy to provide whatever info is needed. I just don't know ... Carey Dessaix
02:12 Bug #23121: Login to backend fails with IPv6 Address as HTTP_HOST
@pulponair thanks for pointing that out
uploaded 15034v5_UnitTest.patch using dataProvider
Roland Schenke
00:24 Feature #8596 (Accepted): add isEmpty() to Query
I'll take care of that ...
regards, foertel
PS: who estimated 1 hour for that? the changeset over in FLOW3 has...
Felix Oertel

2010-07-08

23:15 Bug #25663 (Closed): Date picker is broken in add/edit form
The date picker does not work anymore for the start and end time fields, in TYPO3 4.4 and trunk.
(issue imported ...
Francois Suter
22:43 Bug #23122: Some links in typo3 backend is not responding with zlib.output_compression = On in php.ini
There is no error at all, just page reach timeout. I set timeout to 1500secs, but it didn't help. If is zlib compres... Martin
16:02 Bug #23122: Some links in typo3 backend is not responding with zlib.output_compression = On in php.ini
What error do you get? Nikolas Hagelstein
22:36 Bug #25662 (Closed): BE module does not use new skin properly (TYPO3 4.4)
The BE module does not look good with the new skin, as it uses several old styles. Furthermore the add/edit form shou... Francois Suter
21:33 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
Hi,
I am not shure if it is th same issue as 0014896 - as the description is different - but I guess you know it bet...
d-nik no-lastname-given
10:28 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
Hi,
i've tested the patch "rtehtmlarea_bugfix_14896_v2_trunk.patch", but it did not work.
d-nik no-lastname-given
06:14 Bug #23120: new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
Please test patch attached to issue #14896. Stanislas Rolland
19:10 Bug #21622: Pagemodule don't show clipboard paste icon when there is no content
Version 2 added:
- Moved min-width to the same CSS file in folder "structure".
Reinhard Führicht
18:20 Bug #21622: Pagemodule don't show clipboard paste icon when there is no content
I attached a patch doing the following:
- Add a paste into link to each column header
- Add copy/cut icons to eac...
Reinhard Führicht
18:45 Bug #22261: RTE randomly inserts non-breaking spaces instead of spaces
Ok.
Thank you for making it clear.
That behavior just seems to create problems for some of my users - but I guess t...
Søren Labansen
18:42 Bug #22261: RTE randomly inserts non-breaking spaces instead of spaces
I think this is the intended behaviour. Browsers will always truncate spaces in HTML pages. If you write 10 spaces in... Stanislas Rolland
17:15 Bug #22261: RTE randomly inserts non-breaking spaces instead of spaces
Rather simple:
In other charachters/words - no problem. Space is inserted correct. E.g. inside "testtext" like so "t...
Søren Labansen
17:01 Bug #22261: RTE randomly inserts non-breaking spaces instead of spaces
Could you describe a test case of the problem as you see it? Stanislas Rolland
16:55 Bug #22261: RTE randomly inserts non-breaking spaces instead of spaces
Yes - also tried to log out and in again. Søren Labansen
16:53 Bug #22261: RTE randomly inserts non-breaking spaces instead of spaces
@Sören: Did you clear the RTE cache after applying the patch? Stanislas Rolland
16:25 Bug #22261: RTE randomly inserts non-breaking spaces instead of spaces
I've this issue with both 4.4 and 4.3.
It happens both in IE, Firefox and Chrome (latest versions).
Applying the pa...
Søren Labansen
18:17 Bug #22913: Bad English in TCEforms: "Edit Pagecontent"
It's the label of tt_content set in typo3/sesext/cms/locallang_tca.xml
So it will be appear this way on several pl...
Reinhard Führicht
18:16 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
I just hat a short look ...could anyone try the 4.4 patch and report if it works? If so i would post it to the core l... Nikolas Hagelstein
17:09 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
Oh yes, and here is a quick workaround that simply hides the path output by CSS settings:
.tx-indexedsearch-info B...
Jörg Wagner
16:51 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
Should we set up a Top-10 list of immortal TYPO3 bugs?!
Considering the number of installations affected and the age...
Jörg Wagner
18:16 Bug #23135 (Closed): mail() failed - wrong message
migrating 4.3 to 4.4 t3lib_utility_Mail::mail does not work properly.
in install tool you will be told, Mail was ...
Matthias Greiling
18:13 Bug #23134 (Closed): FF field "Forgot Password Message" in felogin not working
Problem:
The value of the FF field "Forgot Password Message" (see screenshot) in felogin is not working. No matter...
Steffen Müller
17:58 Bug #23133: htmlArea RTE: .htmlarea .statusBar relative path incorrect
pending in core list Felix Kopp
17:44 Bug #23133: htmlArea RTE: .htmlarea .statusBar relative path incorrect
Patch file includes minor tweaks in .statusBar entity concerning tabs plus lexical sorting of css-entities. Felix Kopp
17:43 Bug #23133 (Closed): htmlArea RTE: .htmlarea .statusBar relative path incorrect
The compressor can not set the correct path to row-header.png from htmlarea.css within t3skin.
The final path show...
Felix Kopp
17:24 Bug #23132: "Fileextension" is not an English word
rev 8134, 8135, 8136 Dmitry Dulepov
16:59 Bug #23132 (Closed): "Fileextension" is not an English word
The following error message can be displayed in Backend:
1: Fileextension '' not allowed. (tt_content:1:image)
...
Dmitry Dulepov
17:15 Bug #23128: Update to Version 4.4.0 Database Analyze failure "Call to undefined method ux_tx_install::fw()"
Closed, no change required.
The functionality of t3sec_saltedpw is part of the TYPO3 Core since TYPO3 4.3.
Uninst...
Chris topher
15:50 Bug #23128: Update to Version 4.4.0 Database Analyze failure "Call to undefined method ux_tx_install::fw()"
This error is caused by t3sec_saltedpw. Since version 4.3 TYPO3 ships with it's own salted password systxt by default. Nikolas Hagelstein
11:47 Bug #23128 (Closed): Update to Version 4.4.0 Database Analyze failure "Call to undefined method ux_tx_install::fw()"
We try to update our 4.2.12 installation to 4.4.0; the update wizard shows up as usual. Clicking on the button "Datab... David Maier
16:29 Bug #8743 (Closed): Autopublication scheduler task has too many rights
From the related bug report (http://bugs.typo3.org/view.php?id=15048):
_Inside the Scheduler task for autopublicat...
Francois Suter
16:07 Bug #23123: Indexer CLI script does nothing
Committed to trunk in revision 8133 Francois Suter
15:57 Bug #23121: Login to backend fails with IPv6 Address as HTTP_HOST
Regarding the test:
Could you use 2 dataproviders instead a bunch of asserts?
Nikolas Hagelstein
00:11 Bug #23121: Login to backend fails with IPv6 Address as HTTP_HOST
sorry for the confusion, it's my very first bugfix to the core :-)
15034v3.patch should correctly recognize both IPv...
Roland Schenke
15:57 Bug #23131 (Closed): Autopublication task has too many rights
Inside the Scheduler task for autopublication of workspaces, the user rights are temporarily set to admin, but they a... Francois Suter
14:45 Bug #23130 (Closed): Remove trailing whitespaces in front of EOL
obvious
(issue imported from #M15047)
Nikolas Hagelstein
12:33 Bug #23129: Trailing newlines after php closing tag.
pending on core list Nikolas Hagelstein
12:01 Bug #23129: Trailing newlines after php closing tag.
The patch removes some line ending whitespaces as well (editor settings). Nikolas Hagelstein
11:59 Bug #23129 (Closed): Trailing newlines after php closing tag.
Some core classes contain newline characters after the php closing tag (?>).
Although a single newline character do...
Nikolas Hagelstein
10:35 Bug #22618: Filelinks Read from path: does not show files form directory in the fileadmin
Hello,
I can confirm this bug on an installation updated from 4.2.8 to 4.4.0.
For some reason I was using CSS Sty...
Thorsten Schmitz
10:24 Feature #17007: Use gd_info() to detect GD version
No, the installer must check if GD is installed and see if it's version 2. If one condition is not met it must disabl... Martin Kutschker
09:57 Feature #17007: Use gd_info() to detect GD version
As we dropped support for GD v1, we can drop this, can't we? Steffen Gebert
10:20 Bug #18867: Enhance page modul
agreed, the current version is even better Ingo Renner
09:58 Bug #23127 (Closed): Accessing BE in fresh install fails with "No database selected"
When you install a new instance of TYPO3 you
* are redirected to the 123-mode, when accessing FE website
* get an e...
Steffen Gebert
09:56 Bug #17162: 1-2-3-wizard fails if typo3conf/ is not writeable
Andreas, can you check this again, please? Steffen Gebert
09:54 Bug #21744: Installtool - 123 mode not working
Michael, any feedback? Steffen Gebert
00:23 Feature #18968: Add existing records to IRRE field
Ehm, not sure what you need exactly, but maybe haveing a look here will help you:
http://typo3.org/documentation/doc...
Thomas Deinhamer
00:12 Feature #23126 (Closed): Mount pages should keep their original page or navigation title
If a page is a mount page and is mounting another page with the option "Substitute Mount Point (this page) with Mount... Thomas Deinhamer
00:08 Bug #23125 (Closed): no t3d export possible
when i try to export a t3d, after EVERY functional click i have to set "all tables" again... when i forgot this all s... Ralf-Rene Schroeder
00:06 Bug #23124 (Closed): Shortcut on a mounted page fails
If a page is a shortcut page and points to another page which is a mount page, TYPO3 throws an error. In other words:... Thomas Deinhamer

2010-07-07

23:53 Bug #23018: Images don't get compressed
In other words. TYPO3 should compress/lower the quality of the JPEG even if the x and y dimensions are lower than the... Thomas Deinhamer
23:50 Bug #22878: Flexform field "group, db" doesn't show saved records
Oh and btw., you can test the extension if you check it out of the repository, here:
https://svn.typo3.org/TYPO3v4/E...
Thomas Deinhamer
23:49 Bug #22878: Flexform field "group, db" doesn't show saved records
This is really weird, because it _is_ working with another plugin I coded, but only in this one case, in this one plu... Thomas Deinhamer
23:17 Bug #23121: Login to backend fails with IPv6 Address as HTTP_HOST
patch useless, forgot some essential code... sorry Roland Schenke
19:43 Bug #23121 (Closed): Login to backend fails with IPv6 Address as HTTP_HOST
When one is trying to log into the backend with an IPv6 Address like http://[::1]/typo3/ a RuntimeException is thrown... Roland Schenke
21:07 Bug #23123 (Closed): Indexer CLI script does nothing
Script indexed_search/cli/indexer_cli.phpsh does absolutely nothing. It initializes like any other CLI script, but th... Francois Suter
20:15 Bug #23122 (Closed): Some links in typo3 backend is not responding with zlib.output_compression = On in php.ini
if it's in php.ini zlib.output_compression = On, some links in typo3 backend are not working at all without any erro... Martin
20:15 Feature #23072: Add Test Cases for t3lib_div::validIP($ip)
Committed to:
* trunk rev. 8131
* 4.4 rev. 8132
Christian Kuhn
19:40 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
@Nathan: Thanks for investigating this. I think I know where that comes from. I will fix it. Stanislas Rolland
19:20 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
@Stanislas I did some investigation and found that the first HTML tag after the "</form>" tag gets an id="ext-gen11" ... Nathan L
17:48 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
@Stanislas The thing that's weird to me is that it doesn't do that if I switch Typo3 back to 4.3.3, using the exact s... Nathan L
17:05 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
@Nathan: Yes, I noted this, but could not figure out why the javascript was being displayed. It does not in another ... Stanislas Rolland
16:01 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Patch v2 makes the editor load in the test extension. However, for some odd reason the additionalJS_post javascript ... Nathan L
12:09 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
I also got this problem. The patch v2 solved it for me. Thanks, Stanislas! Christian Futterlieb
10:26 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
@TO_Webmaster: Do you mean that the editing area is completely collapsed? Do you have some configuration option that ... Stanislas Rolland
10:20 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Sorry, I have to backtrack on this patch. There is no way to have the pagerenderer invoked before the USER_INT script... Stanislas Rolland
09:34 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Thank you!
Now, the editor loads and there is no error, but I only see the header of the editor (icons, style, ......
TO_Webmaster no-lastname-given
04:39 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Thanks for the test extension.
I uploaded a new patch (v3). Please test it.
The patch will ensure that the page...
Stanislas Rolland
18:41 Bug #23120 (Closed): new rte 2.0.2 (typo3 4.4.0) does not work in frontend plugins
Hi everybody,
The new rtehtmlarea does not work within frontend plugins, f.e. meta_feedit oder cal.
The whole fo...
d-nik no-lastname-given
17:49 Bug #23117: Testcase for t3lib_div::isFirstPartOfStr is missing.
Pending on core list. Nikolas Hagelstein
15:26 Bug #23117 (Closed): Testcase for t3lib_div::isFirstPartOfStr is missing.
obvious
(issue imported from #M15029)
Nikolas Hagelstein
17:16 Bug #23119 (Closed): Cant login with Firefox 3.6 into the BE
I cant login from Firefox 3.6 into the Backend.
I tried a few different usernames and with all i came to the error...
Sascha Urbansky
17:14 Bug #23118 (Closed): Page Tree is sometimes not loading in Firefox 3.6
When i delete a Page in the Page Tree in Firefox 3.6, the Tree just disappers.
IE8 is showing the following error:...
Sascha Urbansky
16:39 Bug #23007: FE Edit advanced does not handle contenttypes table and images
wrong bugtracker and wrong categorie ( t3_editor is the Typoscirpt editor).
the correct bug tracker is here: http://...
Björn Pedersen
16:26 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
I did a bit more debugging and found the main culprit with IRRE and feedit:
in class.tceforms_inline.processAjaxRequ...
Björn Pedersen
15:17 Bug #18867: Enhance page modul
The patch completely fails with 4.4, but IMHO it's not needed anymore in this version. Our skinning team did a great ... Stefan Galinski
15:02 Bug #23116 (Closed): Bug #18253 has not been solved [Duplicate entry on cache_pagesection on reloading twice]
This bug is NOT solved as the parent bug provides solution for cache_treelist and NOT cache_pagesection.
Further i...
Peter Russ
13:06 Bug #22974: Unknown browsers result in error condition
Resolved as duplicate of #23074. Chris topher
12:32 Bug #22919 (Closed): Gifbuilder Mask processing failure for "mask.import.cObject" within GIFBUILDER-Object
I have build a dynamic Gifbuilder-Image on that I want to apply a dynamic Mask.
If you want to add a dynamic mask ...
Gabriel Kaufmann
12:32 Bug #23115: Workspace preview does not work in multidomain setup
Hey, I've found a workaround:
- login to domainC.com
- preview works for pages below domainA.com
- preview works ...
Christian Schneider
10:48 Bug #23115: Workspace preview does not work in multidomain setup
The example, of course, applies vice versa as well:
- login to domainB.com
- preview does not work for pages below ...
Christian Schneider
10:47 Bug #23115 (Closed): Workspace preview does not work in multidomain setup
The setup and problem of my typo3 installation is much like the one described here: http://bugs.typo3.org/view.php?id... Christian Schneider
12:31 Bug #22918: Record time is shown incorrectly in the backend due to DST (-1h)
I can't reproduce the issue now. Let's put this on hold and wait if anybody else has the issue. Dmitry Dulepov
10:27 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
New Issue: http://bugs.typo3.org/view.php?id=15024 Caspar Stuebs
10:18 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
Yes, please report Steffen Gebert
10:17 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
If the error in tslib_content is caused by sr_email_subscribe, there has to be a new BT entry for this, or?? Caspar Stuebs
10:13 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
added new patch, where array key 'version' is empty and not set to 'unknown' Caspar Stuebs
09:32 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
It looks like the error in tslib_content is also caused by sr_feuserregister:... Steffen Gebert
10:26 Bug #23113: Enhancement of t3lib_div::testInt
As discussed in the core list. is_int() is not the same as t3lib_div::testInt(). Therefore the issue is set as "won't... Dmitry Dulepov
10:24 Bug #23114: Cleanup: replace calls to t3lib_div::testInt with calls to is_int, mark t3lib_div:testInt as deprecated
As discussed in the core list. is_int() is not the same as t3lib_div::testInt(). Therefore the issue is set as "won't... Dmitry Dulepov
00:21 Bug #23114: Cleanup: replace calls to t3lib_div::testInt with calls to is_int, mark t3lib_div:testInt as deprecated
Uploaded v2 which adds: self::logDeprecatedFunction(); Michiel Roos
09:44 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
I just revisited this issue - I wasn't able to reproduce it now. Neither with your uc, nor with changing many values ... Steffen Gebert
09:34 Bug #23106: SimulateStatic can be exploited to make sites show up as duplicate content
Think that's no news.
Why not using a modern technique like realurl instead of simulatestatic?
Steffen Gebert
09:26 Task #8720 (Closed): Workspaces Modules should use sprites
Patch existent! Steffen Ritter
06:07 Bug #25661 (Closed): use img title-tags for mouse-over
Actually the scheduled tasks do not use the title tag.
So I added the the status type of all status indicator imag...
Ralle Büchnitz
00:19 Bug #23086: Add the example unit tests from the T3DD10 unit testing workshop
Committed to:
* trunk rev. 8126
* 4.4 rev. 8125
Christian Kuhn

2010-07-06

23:56 Bug #23114 (Closed): Cleanup: replace calls to t3lib_div::testInt with calls to is_int, mark t3lib_div:testInt as deprecated
Replace calls to t3lib_div::testInt with calls to is_int
Mark t3lib_div:testInt as deprecated
(issue imported fr...
Michiel Roos
23:41 Bug #23113 (Closed): Enhancement of t3lib_div::testInt
t3lib_div::testInt can be optimized by making use of the PHP version of testInt called: is_int.
This function is s...
Michiel Roos
22:05 Bug #22979: Filelist module reports "type" of files also for directories
rev 8123 Susanne Moog
21:30 Bug #23012: No access to taskcenter (tasks) for non-admins
Committed to:
* trunk rev. 8121
* 4.4 rev. 8122
Christian Kuhn
21:24 Bug #22188: Upload to TER uses deprecated function set_magic_quotes_runtime
Hi, just for the record: I deleted the first idea, which just used @ini_set('magic_quotes_runtime', 0). This has also... Chris topher
21:12 Bug #22188: Upload to TER uses deprecated function set_magic_quotes_runtime
Christopher, Both version you suggested prevent the exception from disrupting the upload. Thanks! Nathan L
20:03 Bug #22188: Upload to TER uses deprecated function set_magic_quotes_runtime
Hi Nathan,
can you make a small patch?
An (untested) workaround could be to wrap the line in an if statement ch...
Chris topher
19:27 Bug #22188: Upload to TER uses deprecated function set_magic_quotes_runtime
I receive this error when attempting to upload an extension to the repository using the latest version of the Typo3 t... Nathan L
20:50 Bug #7051 (Resolved): Add "hidden" field to workspaces instead of localconf
Hi Noel,
Thank you for the issue. Actually this is solved to disable the draft workspace in TYPO3 4.4 by a checkbo...
Sonja Schubert
20:49 Bug #23093: missing new fields (first_name, middle_name, last_name) in showRecordFieldlist in TCA
* trunk rev. 8119
* 4.4 rev. 8120
Christian Kuhn
20:33 Bug #23076: Add unit tests for t3lib_div::removeArrayEntryByValue
* trunk rev. 8117
* 4.4 rev. 8118
Christian Kuhn
20:26 Bug #23076: Add unit tests for t3lib_div::removeArrayEntryByValue
Hi Thorben,
thanks for your patch!
Do you know, that you should now post your patch as an RFC to the Core List?...
Chris topher
20:12 Bug #23071: [Caching framework] fileBackend testcase removes files in /sbin
Committed to:
* trunk rev. 8114
* 4.4 rev. 8115
* 4.3 rev. 8116
Christian Kuhn
20:07 Bug #23112 (Closed): Extension Manager does not free the DB result with sql_free_result
function getReviewState($extKey, $version) does not free the DB result, if a record has been read in.
(issue...
Franz Holzinger
19:59 Bug #23079: add php cache frontend to t3lib/config_default.php
Committed to:
* trunk rev. 8112
* 4.4 rev. 8113
Christian Kuhn
18:58 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
My previous comment (Which I deleted) was wrong.
I applied the patch, cleared the cache and still get "Ext is not ...
Nathan L
00:11 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Yes. TO_Webmaster no-lastname-given
18:22 Bug #23047: Unknown problem in t3lib\class.t3lib_db.php on line 1290
Closed, not enough information and most probably no error in TYPO3. Most likely a configuration issue instead.
Pl...
Chris topher
17:55 Bug #23111 (Closed): Adding pages with Web>Functions ignores TSconfig TCEMAIN.permissions.
With the following TSconfig setting you can force TYPO3 to add a backend-usergroup, if a page is added:
TCEMAIN.pe...
Irene Höppner
17:31 Feature #22896: cannot integrate a constant into <INCLUDE_TYPOSCRIPT: source=/fileadmin/{$myconstant}
Would really like to see this feature, too. Makes setting up new projects (with similar fileadmin structures) much fa... Paul Voss
16:31 Bug #23110 (Rejected): Multiple RTE textareas on one BE-Form have huge performance impact in Webkit browsers
Working Scenario: One textarea per form works fine
Scenario with Problem: Custom table that uses multiple fields (...
J. Peter M. Schuler
16:14 Bug #23096: Add Scheduler task for autopublication of workspaces
Committed to trunk in revision 8111 Francois Suter
15:59 Bug #22983: Sprites - user defined page types are not respected anymore
Okay - looking forward to 4.4.1 :-) Claus Harup
14:23 Bug #22983: Sprites - user defined page types are not respected anymore
@Harup
type has to bee contains- instead of modules-
but we discovered a bug in this function anyways which is ...
Steffen Ritter
14:22 Bug #22983: Sprites - user defined page types are not respected anymore
after discussion with steffen we will provide an fallback triggering en depreciation entry Steffen Ritter
15:59 Bug #23095: Use TYPO3_REQUESTTYPE also for Install Tool access
Committed to trunk in revision 8110 Francois Suter
15:53 Bug #23053: Typo3 login expiration note shown immediately after logon with Internet Explorer
Didn't have a look at the other bugs, but there's the problem that IE8's Normal mode doesn't share cookies with Compa... Steffen Gebert
15:50 Bug #23053: Typo3 login expiration note shown immediately after logon with Internet Explorer
Not 100% sure, but I deleted all the cookies I found.
As far as I have understood similar problems it seems to be r...
Eckard Gehrke
15:18 Bug #23053: Typo3 login expiration note shown immediately after logon with Internet Explorer
Did you delete all cookies? Steffen Gebert
09:20 Bug #23053: Typo3 login expiration note shown immediately after logon with Internet Explorer
Is there something I could do to find out the cause. If I get some hints on where to set breakpoint either in php or ... Eckard Gehrke
15:11 Bug #22894: Install Tool does not send test mails
I guess it can be close as I didn't notice such problems with typo3 4.4.0 Mark Iron
14:06 Bug #23109 (Closed): Switch workspace no reload pages frame with IE
With IE and typo3 4.3.3, when we switch to an another worspace (live to other bu exemple), the pages frame is not rel... Julien Carvalho
13:37 Bug #22974: Unknown browsers result in error condition
Caspar Stuebs already made a patch for this problem. See "bug_14970.diff" in #23074. Chris topher
13:29 Bug #22974: Unknown browsers result in error condition
I have the same error for TYPO3 4.4.0 and PHP 5.2. Jens
13:28 Bug #18364: Broken special chars in module title names (e.g. "TemplaVoilà ")
Closed, configuration issue. Chris topher
13:22 Bug #18364: Broken special chars in module title names (e.g. "TemplaVoilà ")
this will change in 4.5 anyways, we hope to drop so much charset problems using utf8 in BE only.
Anyway this is no...
Steffen Kamper
12:48 Bug #18364: Broken special chars in module title names (e.g. "TemplaVoilà ")
For me this problem is there, if you use different charsets in your database and in your backend.
E.g. when you use ...
Chris topher
13:10 Bug #23067: Missing Sprite icon t3-icon-apps-pagetree is referenced
Committed to svn
4_4 rev 8108
trunk rev 8109
Steffen Kamper
11:40 Bug #23067: Missing Sprite icon t3-icon-apps-pagetree is referenced
Follow-up to http://bugs.typo3.org/view.php?id=14465 Felix Kopp
11:37 Bug #23067: Missing Sprite icon t3-icon-apps-pagetree is referenced
The Compressor takes the stylesheet-files from the sprites subdirectory
(SYS) EXT:t3skin/ext_tables.css:
$TBE_STY...
Felix Kopp
13:07 Bug #23108: filemounts get lost
Closed, no bug.
You find our Upgrade Guide here:
http://wiki.typo3.org/index.php/Upgrade
You should follow it w...
Chris topher
12:48 Bug #23108: filemounts get lost
now - after using install tool 'compare' it is there . Matthias Greiling
12:19 Bug #23108: filemounts get lost
Did you do a compare in the Install Tool?
A new column called "sorting" has to be added to the sys_filemounts table....
Chris topher
12:17 Bug #23108 (Closed): filemounts get lost
after update to 4.4 from 4.3 there is no filemount avialable to be_users who are not admin. no difference between abs... Matthias Greiling
13:02 Bug #18342: Icon for "Hide In Menu" and "Hide" are the same
Resolved, fixed.
The icon for "Hide" is a normal page with a red circle in front.
The one for "Hide" + "Hide in ...
Chris topher
11:04 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
Thank you very much. I have inserted the changes and didn't get the error message any more (t3lib/matchcondition/clas... Mark Iron
10:59 Bug #23107 (Closed): Wrong CSH text for Access Lists
Option Access Lists in BE User Group configuration
"If this option is disabled the Access Lists cannot be configur...
Steffen Gebert
10:42 Bug #23082: Install tool causes PHP warnings if typo3conf/ is not writeable
Committed to svn
4_4 rev 8104
trunk rev 8105
Steffen Kamper
09:29 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
For the field is NULL problem see: http://bugs.typo3.org/view.php?id=14126
I thought that was fixed. But I checke...
Björn Pedersen

2010-07-05

23:50 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
I have just split this in several issues, as I think finding solutions to smaller parts of the problem will be easier... Chris topher
10:38 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
Any news about that issue ? Still seems to be the case in 4.3.2 at least. I'll try on the 4.4.0 Cross-Systems
23:43 Bug #23106 (Rejected): SimulateStatic can be exploited to make sites show up as duplicate content
Every TYPO3 site using simulateStaticDocuments can be "poisoned" as it is possible to submit infinite variations of a... jholzmann no-lastname-given
23:36 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
I get "field is null" on line
field = field.substr(0,field.length-1);
of fieldChanged_fName: function(fName,el...
Stanislas Rolland
23:28 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
I modified the report accordingly after the different issues were split up. Chris topher
20:21 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
I am not able to reproduce the error from class.tslib_content.php line 6687 Caspar Stuebs
19:59 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
The error in class.t3lib_matchcondition_abstract.php is core-related.
The function t3lib_utility_client::getBrowse...
Caspar Stuebs
23:19 Bug #23068: Missing "modify image" dialog in HTMLArea 2.0.2
Even in 4.3, I think it may depend on how you try to select the image. If you just click on the image and then right ... Stanislas Rolland
23:19 Bug #22893: Core: Could not initialize DB connection with query "SET CHARACTER SET utf8 ...
Should be resolved with #21501. Chris topher
23:11 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Did you clear all caches? Stanislas Rolland
22:52 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Does not work for me. It still says: "Ext is not defined"
TO_Webmaster no-lastname-given
18:02 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Please test attached patch. Stanislas Rolland
09:44 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
@Stanislaw.
I use the Extension Calendar Base ( cal ). In this one I can reproduce the issue
"The editor is being l...
Thomas Lange
21:54 Bug #22964: Wrong handling of entries in textarea fields in install tool - may break installation
resolved with #21501 Steffen Kamper
21:54 Bug #21501: Install Tool duplicates values of textarea fields
Committed to 4_4 rev 8102 and trunk rev 8103 Steffen Kamper
21:26 Bug #23008: getSpriteIconForRecord() accepts row data which is not an array
rev 8098, 8099 Susanne Moog
17:05 Bug #23032: class.t3lib_extfilefunc.php func_copy can not move folder recursively on windows server (but func_move works)
I can reproduce, error also appears without 'dont_use_exec_commands' setting.
I will fix it.
Steffen Kamper
16:55 Bug #23032: class.t3lib_extfilefunc.php func_copy can not move folder recursively on windows server (but func_move works)
Related to: http://bugs.typo3.org/view.php?id=7469 Jonas Felix
15:47 Bug #20342: Broken i18n_parent relation upon localizing records in workspace
Committed to trunk rev 8094 and 4_4 rev 8095 Steffen Kamper
12:56 Bug #23105 (Closed): Cleanup cms autoload classes
the core_autoload contains all t3lib classes and the tslib classes. It would be better to place the tslib classes in ... Steffen Kamper
11:51 Bug #23065: Styling of record history
Committed to svn
4_4 rev 8090
trunk rev 8091
Steffen Kamper
11:03 Bug #17559: zlib must be compiled in to make an extension lookup
Is zlib required for unpacking t3x-files?
If yes, then zlib should be required.
If not, I would keep it optiona...
Björn Pedersen
09:36 Bug #23104 (Closed): Enhancement of t3lib_div::isFirstPartOfStr
t3lib_div::isFirstPartOfStr can be optimized by making use of the PHP version of isFirstPartOfStr called: strpos.
...
Michiel Roos
00:28 Bug #23103 (Closed): It is not possible to search for '%' or '_' inside the Backend
Neither with the search-button in the Backend-Toolbar, nor within the Admin-Tool 'DB check' with the 'full search' fu... Caspar Stuebs

2010-07-04

23:26 Bug #23102 (Closed): "Version 4.2.9 of ImageMagick is highly recommended due to features and speed!"
Remove the text "Version 4.2.9 of ImageMagick is highly recommended due to features and speed!" from Install Tool. It... Steffen Gebert
23:24 Bug #23101 (Closed): Move record icon disappears on :hover in Page module -> QuickEdit
Go to Page module, instead of "Columns" select "QuickEdit".
In Docheader, the "Move record" appears on hover.
...
Steffen Gebert
23:21 Bug #23100 (Closed): Upgrade Wizards: Headlines have too much space below
see screenshot
(issue imported from #M14998)
Steffen Gebert
22:47 Bug #23099 (Closed): t3lib_db->escapeStrForLike() performance
The function t3lib_db->escapeStrForLike() uses preg_replace to escape the values '%' and '_' with an '\' for a sql-li... Caspar Stuebs
19:08 Bug #17559: zlib must be compiled in to make an extension lookup
I just ran into the same issue (using typo3 4.4.0 with self-compiled PHP 5.3.2 without zlib-support). On the page htt... Dominik Geyer
12:36 Feature #23085: Save and view only working with content and pages
first patch does not work.
added corrected patch
Caspar Stuebs
11:06 Bug #22959: t3lib_db->listQuery() performance
I have created a new patch with changed function and an InvalidArgumentException. Caspar Stuebs
10:51 Bug #23096 (Closed): Add Scheduler task for autopublication of workspaces
The workspaces autopublication feature currently does not work because the corresponding command line script is broke... Francois Suter
10:35 Bug #23095 (Closed): Use TYPO3_REQUESTTYPE also for Install Tool access
TYPO3_REQUESTTYPE is used for identifying CLI access and BE AJAX calls, but not Install Tool access.
The attached ...
Francois Suter
09:58 Bug #23091: Use TYPO3_REQUESTTYPE consistently for CLI calls detection
Committed to trunk in revision 8084. Francois Suter
06:07 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
I am unable to reproduce this issue. Could anyone provide an extension that allows to reproduce it?
Stanislas Rolland
01:21 Bug #23041: Translation with content-slide doubles output
even if that's reported in conjunction with TemplaVoila this can't be related to TemplaVoila since tslib_content is t... Tolleiv Nietsch

2010-07-03

23:20 Bug #23091: Use TYPO3_REQUESTTYPE consistently for CLI calls detection
I've run all mentioned tests successful.
Thorsten Kahler
17:00 Bug #23091: Use TYPO3_REQUESTTYPE consistently for CLI calls detection
Here are all the possible scenarios to test the patch:
- call the CLI dispatcher with an invalid CLI key => should...
Francois Suter
16:59 Bug #23091 (Closed): Use TYPO3_REQUESTTYPE consistently for CLI calls detection
Throughout the core, a CLI call is identified using the following test:
defined('TYPO3_cliMode') && TYPO3_cliMode
...
Francois Suter
22:25 Feature #23094 (Rejected): adding two new fields to fe_users table
I have added two new fields to fe_users table, which are often used while register users in the frontend: birthday an... Frank Nägler
22:22 Bug #23093 (Closed): missing new fields (first_name, middle_name, last_name) in showRecordFieldlist in TCA
the new added fields (first_name, middle_name, last_name of fe_users table) are missing in the showRecordFieldlist. T... Frank Nägler
21:48 Bug #23092 (Closed): Skin does not respect CSS guide lines
fix it and move rules to specific place
RFC will follow
(issue imported from #M14990)
Steffen Gebert
21:24 Bug #22959: t3lib_db->listQuery() performance
but why do you won't add the path for the dbal?
if anyone uses the listQuery function in an extension and is using a...
Caspar Stuebs
17:57 Bug #22959: t3lib_db->listQuery() performance
Actually I was too quick... your patch makes sense as it is already official. I'm adding support for FIND_IN_SET anyw... Xavier Perseguers
17:50 Bug #22959: t3lib_db->listQuery() performance
First of all, thanks Georg for having set the link with the feature request I just created in DBAL bugtracker.
Pat...
Xavier Perseguers
17:45 Feature #23087: FIND_IN_SET should be used instead of complicated LIKE where clause
PostgreSQL compatibility function was provided by R. van Twisk over Skype during T3DD10. Thank you!
Xavier Perseguers
13:22 Feature #23087 (Closed): FIND_IN_SET should be used instead of complicated LIKE where clause
MySQL supports the FIND_IN_SET operator to efficiently find records having a given value in a set of values (comma-se... Xavier Perseguers
17:33 Bug #23060: "View Item" does not resolve real MM Relations
I have checked this problem for 4.4.0.
Within the show_item.php the uid has to be passed and in t3lib_BEfunc::getP...
Caspar Stuebs
16:48 Bug #23090 (Closed): TYPO3.Backend is assigned twice by ExtDirect and the viewport
Problem:
The TYPO3.Backend variable is overriden with the initialisation of the Viewport. Unfortunatly this causes t...
Stefan Galinski
16:22 Bug #23089: Spelling mistakes in cli_dispatch.phpsh
Committed revision 8083 Francois Suter
16:12 Bug #23089 (Closed): Spelling mistakes in cli_dispatch.phpsh
There are number of spelling mistakes or slightly wrong words in the above-mentioned script. The attached patch corre... Francois Suter
14:54 Feature #23088 (Closed): "Uncaught Exception localconf.php" not skinned
When the localconf.php is not existend in an otherwise intact installation, the PHP exception is thrown directly to t... Felix Kopp
14:43 Bug #23083: CSS syntax error in backend
Will be addressed in another RFC, which changes more things in CSS. Thanks for reporting! Steffen Gebert
10:52 Bug #23083 (Closed): CSS syntax error in backend
Compressed CSS contains the following line:
table.t3-table .t3-row-odd td,table.t3-table .t3-row-odd th,{background-...
Markus Klein
13:01 Bug #23086 (Closed): Add the example unit tests from the T3DD10 unit testing workshop
This patch adds some unit tests and cleans up an existing unit test.
(issue imported from #M14984)
Oliver Klee
12:43 Feature #23085 (Closed): Save and view only working with content and pages
The save and view button in the backend is only working on records of type tt_content and pages. The normal behavior ... Ingo Schmitt
12:15 Bug #23084 (Closed): make alt_doc.php unittestable
currently you can't write any unit test for alt_doc since 'init.php' and 'template.php' are required and $LANG ist n... Ingo Schmitt
11:56 Bug #23047: Unknown problem in t3lib\class.t3lib_db.php on line 1290
Cross posts:
http://www.typo3.net/forum/list/list_post//99594/?tx_mmforum_pi1[page]=#pid360911
http://www.typo3fo...
Chris topher
10:30 Bug #23082 (Closed): Install tool causes PHP warnings if typo3conf/ is not writeable
When running TYPO3 right after downloading it (e.g. the 4.4 introduction package) and you didn't set the right file p... Robert Lemke
10:24 Bug #23081 (Closed): TYPO3 login expiration Dialog appears again and agian
If your IP change while you are logged in into the backend, a dialog appears:
TYPO3 login expiration notice
Your ...
Frank Nägler

2010-07-02

18:32 Bug #23079 (Closed): add php cache frontend to t3lib/config_default.php
when we added the phpFrontend to the caching-framework we forgot to add it to t3lib/config_default.php ... this leads... Felix Oertel
17:55 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
I have splittet it in two extensions issues:
http://bugs.typo3.org/view.php?id=14976
new issue for sr_feuser_regi...
Mark Iron
15:46 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
Please report these problems to the extension's authors. In my eyes, this is no core issue (if you think so, please r... Steffen Gebert
13:16 Bug #23074: PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
I would like change the severity from minor to major but don't know how to do it "after" the issue has been inserted.... Mark Iron
12:58 Bug #23074 (Closed): PHP Warning in class.t3lib_matchcondition_abstract.php if bowser is unknown
Preface:
In this issue several problems were reported, which are now dealt with as seperated issues.
This issue on...
Mark Iron
16:39 Task #23078 (Closed): Ship .htaccess with a Deny rule for *.sql
*.sql files can disclosure infomation, which could be helpful for attackers.
ext_tables.sql in extensions is an exam...
Steffen Gebert
15:52 Bug #19114: sys_language_mode content_fallback with a defined fallback chain does not output expected fallback content
patch is also send to core list Gregor Schreier
15:48 Bug #19114: sys_language_mode content_fallback with a defined fallback chain does not output expected fallback content
upload new patch for TYPO3 4.4.0 Gregor Schreier
15:42 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
Thanks, Claudio. Will have a look. Steffen Gebert
14:49 Bug #23077 (Closed): new frame after changing admin password
hey,
when the admin password = "password"
and you click on change now on the notify board.
and change the passwo...
Kevin Walter
14:29 Bug #8602 (Resolved): From Mantis-0011444: Workspace Dropdown does not respect user permissions for Drafts workspace
committed to workspaces git branch
see:
http://github.com/t3dev/typo3v4core/commit/4294835775bbb8e00b110f56444fe5...
Benni Mack
13:07 Bug #8602 (Closed): From Mantis-0011444: Workspace Dropdown does not respect user permissions for Drafts workspace
0011444: Workspace Dropdown in "Workspace" -> "Review and Publish" [LIVE workspace] always shows "[Draft Workspace]" ... Benni Mack
14:28 Bug #20694: Workspace Dropdown in "Workspace" -> "Review and Publish" [LIVE workspace] always shows "[Draft Workspace]"
committed to workspaces git branch
see:
http://forge.typo3.org/issues/8602
http://github.com/t3dev/typo3v4core/c...
Benni Mack
12:10 Bug #20694: Workspace Dropdown in "Workspace" -> "Review and Publish" [LIVE workspace] always shows "[Draft Workspace]"
No, it's not fixed in 4.4.0. See bug11444.png Marco Bresch
11:06 Bug #20694: Workspace Dropdown in "Workspace" -> "Review and Publish" [LIVE workspace] always shows "[Draft Workspace]"
Hey Robert,
is this fixed with 4.4?
Benni Mack
13:42 Bug #23076 (Closed): Add unit tests for t3lib_div::removeArrayEntryByValue
Problem: Does not have tests
Solution: Added some tests
There is an unnecessary reset of the array at the end o...
Thorben Nissen
13:10 Bug #23075 (Closed): Unit test for sanitizeLocalUrl fails on installations inside a subdirectory
Problem:
The unit tests for sanitizeLocalUrl are failing if the installation is inside a subdirectory.
Solution:...
Pascal Jungblut
12:39 Feature #23072: Add Test Cases for t3lib_div::validIP($ip)
Pending in core list Felix Kopp
12:29 Feature #23072 (Closed): Add Test Cases for t3lib_div::validIP($ip)
Two tests for t3lib_div::validIP
(issue imported from #M14968)
Felix Kopp
12:35 Bug #23073 (Closed): Colors for highlighting the tree and a versioned page can't be distinguished
See screenshot. If you have a page which has a version and select some item in the tree you can't distinguished the c... Susanne Moog
12:33 Bug #22907: recycler doesn't work in Workspaces
This issue still exists in 4.4.0 Marco Bresch
12:18 Bug #22281: tcemain versionSwap might break pages_language_overlay relations
committed to trunk rev 7803 and 4.3 rev 7804 Susanne Moog
12:08 Bug #23071 (Closed): [Caching framework] fileBackend testcase removes files in /sbin
Type: Bugfix
Branches: trunk, 4.4, 4.3
Problem:
setCacheDirectoryThrowsExceptionOnNonWritableDirectory() tests...
Christian Kuhn
11:58 Bug #18886: List view: Contrast for alternating rows and hover too low
Hey Uschi.
This should be solved in 4.4. Right? THen we could close this issue.
Benni Mack
11:46 Bug #23070 (Closed): Rightclickmenu close immediately in Internet Explorer
If i work in a news with the Internet Explorer and do a rightclick the menu open and close miliseconds later.
If i m...
Christian
11:40 Bug #22459: Datepicker broken in IE7 cannot select a day
Happens for administrators and editors here too. Does anybody have a solution yet? The version we use is TYPO3 4.3.3.
Thomas Deinhamer
11:08 Bug #22970: t3lib_BEfunc::getProcessedValue() did not handle TCA type inline
This seems to be related to http://bugs.typo3.org/view.php?id=14949
Caspar Stuebs
11:07 Bug #23060: "View Item" does not resolve real MM Relations
This seems to be related to http://bugs.typo3.org/view.php?id=14831
within show_item.php it is necessary to pass t...
Caspar Stuebs
10:59 Bug #23069: Bottleneck in t3lib_tcemain
Original list message:
http://lists.typo3.org/pipermail/typo3-dev/2010-June/040884.html
Jerome Schneider
10:58 Bug #23069 (Closed): Bottleneck in t3lib_tcemain
I think I spotted a perf issue in the TYPO3 code, slowing processes down in backend, when recursively copying page-tr... Jerome Schneider
10:28 Feature #2972 (Resolved): Add possibility to disable TYPO3 draft workspace by localconf.php configuration
Benni Mack
09:33 Feature #8596 (Rejected): add isEmpty() to Query
FLOW3 has the isEmpty() constraint to check collections for being empty, that should be synchronized to Extbase. Karsten Dambekalns
07:54 Feature #23039: Better charset transformation by adding autodetection for [SYS][t3lib_cs_convMethod] and [SYS][t3lib_cs_utils]
Hi Steffen,
my response to you question:
// * it modifies the value of $TYPO3_CONF_VARS settings // * it's cal...
Ralle Büchnitz
00:15 Bug #20082: Main module titles displaced in Opera if not using t3_skin
Resolved, won't fix:
I'm unable to reproduce this with recent Opera versions (10.10 or greater) with TYPO3 4.3.4. Ad...
Christian Kuhn
00:08 Bug #23058: Missing closing div in db_new_content_el.php
Committed v2 to
* trunk rev. 8081
* 4.4 rev. 8082
Christian Kuhn

2010-07-01

20:41 Bug #23068 (Closed): Missing "modify image" dialog in HTMLArea 2.0.2
I have enabled images in HTMLArea. There is no problem inserting an image, for example in "New Magic Image" mode.
...
dermueller no-lastname-given
18:27 Bug #17489: Install Tool image tests fail when there are spaces in the path name
The attached patch should fix the "space in path" problem and also adds the %PATH% env-var to the detection routine (... Ernesto Baschny
18:17 Bug #17489: Install Tool image tests fail when there are spaces in the path name
@Oli:
in the Install Tool with no im_path configured, just go to "Basic Configuration". Make sure you have ImageMa...
Ernesto Baschny
18:13 Bug #17489: Install Tool image tests fail when there are spaces in the path name
Ernesto, please tell me how to reproduce this bug. Thanks in advance! Oliver Hader
18:05 Bug #23067: Missing Sprite icon t3-icon-apps-pagetree is referenced
Bitte benni zuweisen Felix Kopp
17:59 Bug #23067 (Closed): Missing Sprite icon t3-icon-apps-pagetree is referenced
The former "t3-icon-apps-pagetree.css" is referenced from within the pagetree. There the non-existent background imag... Felix Kopp
15:22 Bug #23066: mysql_pconnect() has too many parameters
However, please make a patch file out of your change and send it to Core List!
See here http://typo3.org/teams/core/...
Chris topher
15:14 Bug #23066: mysql_pconnect() has too many parameters
Yes, according to the PHP docs there only are four parameters.
Seeing that I don't really understand the comment i...
Chris topher
15:10 Bug #23066 (Rejected): mysql_pconnect() has too many parameters
/t3lib/class.t3lib_db.php
Line 1015
$this->link = @mysql_pconnect($TYPO3_db_host, $TYPO3_db_username, $TYPO3_db_p...
Christian Baer
14:58 Bug #22185: Flash Uploader not working in FF, SF and Iron when Tortoise SVN is installed
hi, after hours i've found the reason for my upload problems. I am not sure, if it helps everybody or if it is an obv... Patric Pesch
14:23 Bug #22185: Flash Uploader not working in FF, SF and Iron when Tortoise SVN is installed
so in my opinion its time to let swfupload die and give plupload a try.
sure there need to be a lot of pros, why s...
Kay Strobach
13:34 Bug #22185: Flash Uploader not working in FF, SF and Iron when Tortoise SVN is installed
I use win XP x32 at work and have the same problem, but i have no Tortoise SVN installed. The upload only works with ... Patric Pesch
07:06 Bug #23065 (Closed): Styling of record history
The record history needs to be adapted to the new styling of 4.4
(issue imported from #M14957)
Georg Ringer

2010-06-30

22:40 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
I tried changing my extension to a USER and disabled caching. Now all the appropriate includes are in the header aut... Nathan L
22:28 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
It's because we're using the RTE in a USER_INT plugin.
The pageRender is called and looks to include JS libraries ...
Nathan L
21:58 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
I am also experiencing this problem. I tried adding both the <script src=""> tags that Daniel Dimitrov suggested alo... Nathan L
16:13 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Do you have this inline js in the head of the page:
<script type="text/javascript">
/*<![CDATA[*/
<!--
Ext...
Stanislas Rolland
12:55 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Changing from baseURL to absRefPrefix does not help. TO_Webmaster no-lastname-given
12:14 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
I have absolutly the same problem. I didn't manage to set absRefPrefix to fix it.
I tried to load my extJS on my o...
Administrator Admin
05:56 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Please try to set config.absRefPrefix in your TS template setup. Stanislas Rolland
00:40 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Thanks for the hint. The error is: "Ext is not defined" TO_Webmaster no-lastname-given
20:40 Bug #23062: Opendocs Module relies on taskcenter_recent causing fatal error with new taskcenter
thanks for the initial patch. I changed it to fit the CGL - it is now pending in core list Georg Ringer
18:19 Bug #23062 (Closed): Opendocs Module relies on taskcenter_recent causing fatal error with new taskcenter
The opendocs sysext has an option to be displayed as an backend module. If the extension taskcenter_recent is install... Philipp Gampe
20:28 Bug #23064: Edit user link broken in Taskcenter
thanks for the bug report. patch is pending in core list now Georg Ringer
19:46 Bug #23064 (Closed): Edit user link broken in Taskcenter
function action_linkUserName returns a link with a wrong parameter - editing an existing backend user record in the t... Alexander Dick
18:28 Feature #22685: Provide a CSRF protection framework for the BE and install tool
Two OWASP Documents about CSRF:
http://www.owasp.org/index.php/CSRF
http://www.owasp.org/index.php/Cross-Site_Req...
Thorsten Kahler
18:02 Bug #23040: Cache cannot be cleared in IE8
I can confirm this, too. The JS error is:
Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Tride...
dermueller no-lastname-given
13:37 Bug #23040: Cache cannot be cleared in IE8
I can confirm this. Sebastian Busch
18:00 Bug #22651: phtml is also PHP extension and should be denied editing / uploading via fileadmin
i just discussed this with Ingmar and Olly (who added the "inc" extension) and we agreed to remove it again.
Updated...
Tobias Liebig
17:44 Bug #22651: phtml is also PHP extension and should be denied editing / uploading via fileadmin
I agree with Ingmar, inc extension should be removed. Xavier Perseguers
15:40 Bug #22651: phtml is also PHP extension and should be denied editing / uploading via fileadmin
The patch mostly looks good, but I would remove the file extension ".inc" from the list again, as that is a file exte... Ingmar Schlecht
17:44 Feature #5390: Keyboard shortcuts for generic actions
Yes, I also miss the keyboard-shortcuts in the Backend. Mediawiki has ctl-s for save and ctrl+p for preview. At least... raimund
17:41 Feature #23050: Install tool password can be overwritten by an extensions' ext_localcconf.php
There are actually other parameters that could be overridden by an extension and which might cause some misery to a s... Francois Suter
10:06 Feature #23050 (Closed): Install tool password can be overwritten by an extensions' ext_localcconf.php
Quote from Bernhard Kraft:
===================================================
I think this should be seen as a sec...
Helmut Hummel
17:01 Bug #23046: TYPO3Winstaller: Start icon for TYPO3 does not work anymore
TYPO3 WInstaller comes with one exe file which should start Apache, MySQL and finally show TYPO3.
After speaking t...
Chris topher
16:32 Bug #23046: TYPO3Winstaller: Start icon for TYPO3 does not work anymore
I tried to open index.php from 3 locations. Dummy, Quickstart and testsite. All dead ends. Just words and cryptic sig... Ralf Grnder
15:43 Bug #23046: TYPO3Winstaller: Start icon for TYPO3 does not work anymore
Your Install Tool is located at .../typo3/install/index.php.
Try typing .../typo3 in your browser window instead.
...
Chris topher
14:46 Bug #23046: TYPO3Winstaller: Start icon for TYPO3 does not work anymore
I installed "TYPO3Winstaller_4.4.0" - download from Typo3.org.
After installation an icon appaers on the Desktop, ca...
Ralf Grnder
16:53 Bug #23059: 4.4.0 Introduction Package does not validate on w3c (css and html)
OK. Thanks for Info. I reported this on the other bugtracker with issues 8572 and 8573:
http://forge.typo3.org/i...
raimund
15:51 Bug #23059: 4.4.0 Introduction Package does not validate on w3c (css and html)
Hi Raimund,
thanks for your report!
Bugs in the Introduction Packge are collected here:
http://forge.typo3.o...
Chris topher
15:04 Bug #23059 (Closed): 4.4.0 Introduction Package does not validate on w3c (css and html)
The new "Introcuction Package" does not generate error free output concerning css and html with http://validator.w3.o... raimund
16:13 Bug #22369: Mitigate PHP's RNG vulnerability
Hey Markus,
I'm afraid I can't see the difference between the two pictures, so it's quite difficult to assess the ...
Francois Suter
16:04 Bug #23060 (Closed): "View Item" does not resolve real MM Relations
The overview "View Item" displays (Listview -> Display Information Icon) does not resolve real MM Relations correctly... websedit AG
15:43 Bug #22983: Sprites - user defined page types are not respected anymore
Hi Steffen
Using t3lib_spritemanager::addTcaTypeIcon('pages', 'modules_denmark, t3lib_extMgm::extRelPath($_EXTKEY)...
Claus Harup
13:34 Bug #22983: Sprites - user defined page types are not respected anymore
@Claus Harup:
just Put:
t3lib_spritemanager::addTcaTypeIcon('tx_myext_table1','contains_MYstatus','../typo3conf/ext...
Steffen Ritter
10:55 Bug #22983: Sprites - user defined page types are not respected anymore
this has to be done in core - TCA definitions has to be automatic resolved. Steffen Kamper
10:32 Bug #22983: Sprites - user defined page types are not respected anymore
Brillant - In which file can I find the function and maybe an example?
There is nothing in 4.4 beta on TYPO3 unlea...
Claus Harup
10:09 Bug #22983: Sprites - user defined page types are not respected anymore
there cannot be an automatic fallback
you have to register your icon to the srpitemanager:
/**
* static functio...
Steffen Ritter
15:14 Bug #22672: Field value added to foreign_table_where by replacing ###REC_FIELD_THE_FIELD_NAME### is not quoted
v2 takes care of queries having single quotes around the ###REC_FIELD... marker (templavoila for instance) or not. Xavier Perseguers
14:29 Feature #23051: Improve t3lib_DB::fullQuoteArray
Steffen Ritter:
"the function getColumns already exists in t3lib_db called admin_get_fields the task would have imm...
Susanne Moog
10:59 Feature #23051: Improve t3lib_DB::fullQuoteArray
Just an Idea how this function could be improved (fullQuoteStr.diff) Helmut Hummel
10:57 Feature #23051 (Rejected): Improve t3lib_DB::fullQuoteArray
fullQuoteArray only quotes the field values, not the field names
OTRS
2010011810000016: Sebastian Böttger
(i...
Helmut Hummel
14:27 Bug #23058 (Closed): Missing closing div in db_new_content_el.php
There is a missing end tag of a div in the file db_new_content_el.php which results in (my installation) 7 errors + 1... Georg Ringer
14:22 Bug #23057 (Closed): Switching workplaces causes nesting of BE
Switching to another workspace causes the BE interface to be reloaded in the content area.
Steps to reproduce:
...
Christian Hennecke
14:14 Bug #23056 (Closed): Rename t3lib_BEfunc::time and introduce new function
The function t3lib_BEfunc::time() is used to render the age of a timestamp in hours and minutes (+ optional seconds).... Georg Ringer
14:03 Bug #23055 (Closed): Use t3lib_BEfunc::date/datetime
There are quite a view places in the core which don't use t3lib_BEfunc::date or t3lib_BEfunc::datetime. There is no ... Georg Ringer
13:58 Bug #23054 (Closed): Styling of module "User Admin"
The module "User Admin" needs to be adapted to the new styling of 4.4
(issue imported from #M14943)
Georg Ringer
13:51 Bug #23053: Typo3 login expiration note shown immediately after logon with Internet Explorer
This is always the case. It is not happening randomly. Actually can't login at all into Backend with IE. Itried also ... Eckard Gehrke
13:44 Bug #23053: Typo3 login expiration note shown immediately after logon with Internet Explorer
Might be related to #21511.
Possible solutions in #21511.
Might be something like #2151138.
Chris topher
13:38 Bug #23053 (Closed): Typo3 login expiration note shown immediately after logon with Internet Explorer
Hi,
when I login to the backend I immediately get the popup Typo3 login expiration note stating for logout counting ...
Eckard Gehrke
13:09 Bug #23052: extension conflict and show error Bad Function Call Exception TYPO3 Fatal Error: Extension key "tt_news" was NOT loaded!
Before you use alan_news you obviously have to install tt_news.
If that still does not work out, please consult the ...
Chris topher
13:00 Bug #23052: extension conflict and show error Bad Function Call Exception TYPO3 Fatal Error: Extension key "tt_news" was NOT loaded!
not test yet after reinstall it's ok
but when click News Admin still get
Error!
Reason: File "index.php" was no...
ToN
12:58 Bug #23052: extension conflict and show error Bad Function Call Exception TYPO3 Fatal Error: Extension key "tt_news" was NOT loaded!
No, you don't have to reinstall TYPO3.
Go to the Install Tool, All Configuration and edit the value for extList. R...
Chris topher
12:39 Bug #23052 (Closed): extension conflict and show error Bad Function Call Exception TYPO3 Fatal Error: Extension key "tt_news" was NOT loaded!
after installed alan_news i got this error message
Bad Function Call Exception TYPO3 Fatal Error: Extension key "tt_...
ToN
12:41 Bug #17228: rtehtmlarea: Cursor disappears in Firefox
I just experienced this bug: I opened an RTE with content in it, marked a word by double clicking, clicked on SelectC... Chris topher
10:33 Bug #22974: Unknown browsers result in error condition
I can confirm this error for Typo3 4.4.0 and Firefox 3.6.6 Ralf Seliger
10:28 Bug #21336: Encryption key can be recalculated when using normal mailform when [FE][strictFormmail] == 0
Comments from Philippe Oechslin:
======================================================
Ok, I was looking at 4.3....
Helmut Hummel
08:39 Bug #22933: Install tool should by default create database with utf8 charset
Right,
We can add that to the packager for the introduction package.
Can it be added to the TYPO3 defaults too?
Michiel Roos
08:29 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
The error in the module is a missing clsoing brace. I will upload a fixed version. But normaly the module is not needed. Björn Pedersen
08:23 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
I just checked it. You are right, you have to set the starting pointt in the pi1-flexform to some sys-folder. Then yo... Björn Pedersen
07:36 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
All I get in the FE is a search form that does not return any record. Stanislas Rolland
07:03 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
Parse error: syntax error, unexpected T_IF, expecting T_FUNCTION in /home/sjbr/public_html/typo3conf/ext/frm2_newpm/m... Stanislas Rolland
00:04 Bug #18926: class.tx_impexp.php sets 256m memory_limit without checking php.ini
Ok. I started updating the patch to current trunk version.
I will also add some unit-testing code so it is easier to...
Bernhard Kraft

2010-06-29

23:52 Bug #23047: Unknown problem in t3lib\class.t3lib_db.php on line 1290
Line 1290?
Please post what you do to get the error.
And(!) please post the full error message!
Chris topher
23:50 Bug #23047 (Closed): Unknown problem in t3lib\class.t3lib_db.php on line 1290
NEW Installation from 4.4
introductionpackage
is not possible, always
error line 1290
(issue imported from #...
bb
23:46 Bug #22141: First login attempt to the backend fails every time
it is not (or not only) phpmyadmin
t3-4.3.x and I cannot remember when, but it started on a customer website somed...
Guido Unger
23:44 Bug #23046: TYPO3Winstaller: Start icon for TYPO3 does not work anymore
Seeing your screenshot, the webserver is already running and you also managed to run the Install Tool...
I don't ...
Chris topher
23:40 Bug #23046: TYPO3Winstaller: Start icon for TYPO3 does not work anymore
What did you install? (No don't say "TYPO3".) Where did you get it from? With an Installer? Any errors? Did it work y... Chris topher
23:37 Bug #23046 (Closed): TYPO3Winstaller: Start icon for TYPO3 does not work anymore
After successfully installing typo3 yesterday, today typo3 will not start up, even when applying right click and tryi... Ralf Grnder
22:58 Bug #18926: class.tx_impexp.php sets 256m memory_limit without checking php.ini
What do you mean by "not mature"? The code works and I used it for some quite large exports/imports without any probl... Bernhard Kraft
21:13 Bug #18926: class.tx_impexp.php sets 256m memory_limit without checking php.ini
Bernhard, I really like your approach of writing chunks or segments or how you want to name it. Indeed, this should k... Stephan Seitz
20:34 Bug #18926: class.tx_impexp.php sets 256m memory_limit without checking php.ini
Any news on this?
Did you check my other bugnote with a proper fix for this problem;
http://bugs.typo3.org/view.p...
Bernhard Kraft
21:40 Bug #22185: Flash Uploader not working in FF, SF and Iron when Tortoise SVN is installed
i used an x32 windows 7 business professional.
perhaps plupload is an solution.
i still had problems in 4.3.
But...
Kay Strobach
10:56 Bug #22185: Flash Uploader not working in FF, SF and Iron when Tortoise SVN is installed
This sounds really weird, with the UAC. Don't know, why the Flash Uploader causes a problem with Tortoise.
It's base...
Steffen Gebert
19:49 Bug #20473: Starttime/endtime is not taken into account when caching
Looks like Susanne's patch takes into consideration the TS config property "cache_clearAtMidnight" whereas Dmitry's d... Zach Davis
17:47 Feature #23044: Feature request for adding hooks inside the List module
Hi Cyril,
thanks for your patch! It would be great, if you could minimize the comments in the code (e.g. why the l...
Chris topher
17:12 Feature #23044 (Closed): Feature request for adding hooks inside the List module
This is a feature request for two hooks that would allow adding functionalities to the Web>List module.
These ...
Sys-Tech
17:43 Feature #19656: Feature request for adding hooks inside the List module
Resolved as duplicate of #23044. Chris topher
17:29 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Do you get an error on the JavaScript console? Stanislas Rolland
11:17 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
Well, it just says: "The editor is being loaded. Please wait...". In Typo3 4.3, the editor appears, in Typo3 4.4, it ... TO_Webmaster no-lastname-given
01:16 Bug #23019: ExtJS is not included when RTE is invoked by USER_INT frontend script
The FE plugin API has not changed.
What error do you get?
Stanislas Rolland
17:13 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
I am afraid that IRRE will be using BE ajax.
Do I have anything to configure? I don't get anything to create a pho...
Stanislas Rolland
16:47 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
Yes, the non-IRRE-fields are working as expected. I guess the problem is that the IRRE-fields are again loaded via an... Björn Pedersen
16:44 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
When IRRE is not involved, I have no problem using feeditadvanced....
Anyways, I installed frm2_newpm. What to I d...
Stanislas Rolland
08:24 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
Looking a the code, I think you should be able to retrieve the path to typo3 from
TYPO3.setting{path_TYPO3}. This ge...
Björn Pedersen
08:15 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
Here a complete log:


Path: bodyYou are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG....
Björn Pedersen
08:15 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
The log is the final part from a feedit advanced editing session. And yes, I also think that here the paths should be... Björn Pedersen
01:47 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
How can I reproduce this issue?
The log you provide comes from a RTE instance in feeditadvanced? The paths look wr...
Stanislas Rolland
16:59 Bug #16178: UTF-8: Broken special characters on cached pages
I tested it on my local server and solved nearly all problems with
SET NAMES utf8;
-----
After clearing ...
Ralle Büchnitz
16:53 Bug #16178: UTF-8: Broken special characters on cached pages
i solved the Problem by converting, the field HTML in the table cache_pages to text instead of mediumblob it semese ... Christian Wolff
16:58 Bug #23043 (Closed): Not all getIconImage calls in Core are replaced by getSpriteIconForRecord
see title,
this rfc does the last ones
(issue imported from #M14923)
Steffen Ritter
16:06 Bug #23042: "Hide page if no translation for current language exists" does not work.
Forgot to mention, I am using T3 V 4.3.3, NO TV, standard installation C. Schnetter
16:05 Bug #23042 (Closed): "Hide page if no translation for current language exists" does not work.
This is a 2 language site.
Default nl, 2nd language: fr
TS root temlate setup:
# default language (dutch)
con...
C. Schnetter
15:47 Bug #23041 (Closed): Translation with content-slide doubles output
I use the TV content-slide feature, to fill a page colums with the parent element if empty.
Works perfect with this ...
Wolfgang Freund
15:44 Feature #23039: Better charset transformation by adding autodetection for [SYS][t3lib_cs_convMethod] and [SYS][t3lib_cs_utils]
Hi mister X,
please go to http://typo3.org/register and put your name to the field "name".
After that, you can...
Chris topher
15:32 Feature #23039 (Closed): Better charset transformation by adding autodetection for [SYS][t3lib_cs_convMethod] and [SYS][t3lib_cs_utils]
I created a patch, wich does the following:
* auto detection of charset transformation method (function_exists())...
Ralle Büchnitz
15:41 Bug #23040 (Closed): Cache cannot be cleared in IE8
When you clear the cache in IE8 using the menu in the toolbar, the icon disappears and a JS error occurs. The cache i... Steffen Gebert
14:42 Feature #7098: $flashMessages should have a condition ...
I've made little changes related to this patch.
The new solution no longer need changes in the FlashMessageViewHel...
Dennis Ahrens
14:06 Bug #22933: Install tool should by default create database with utf8 charset
And if we already do this, it is also easy to add [BE][forceCharset] = utf-8 to set BE and FE to UTF-8, too, preventi... Chris topher
13:58 Bug #22933: Install tool should by default create database with utf8 charset
I think [SYS][setDBinit] is the variable the Install Tool should use:
You should set this to
SET NAMES utf8;
SET...
Chris topher
13:59 Bug #16388: Installer should honour forceCharset setting when creating a DB
Resolved as duplicate of #22933. Chris topher
13:43 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
i dug out last nights backup when we still had the problem and restored the uc field. here is the content of that fie... Claudio Mettler
13:31 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
no, resetting the user settings didn't do anything.
some further clarification:
setting the startup module to Pa...
Claudio Mettler
13:26 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
Can you reproduce this problem, after you went to User Settings and pressed the button Reset Settings there? Chris topher
12:24 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
Okay, thanks for clearification.
Just tried to set startup module to Page, but this wasn't enought ;-)
If you can...
Steffen Gebert
12:09 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
just now i solved it while trying to prepare the login.
what i did: earlier today i set the user settings to displ...
Claudio Mettler
11:59 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
Can I have a login for this installation? Does it only occur in this single one? Steffen Gebert
10:47 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
tested in IE and Firefox. Both browsers are affected. Claudio Mettler
10:44 Bug #23035: Backend loops when logging in and loads itself nestedly again and again
Does this happen every time in every browser? Steffen Gebert
08:46 Bug #23035 (Closed): Backend loops when logging in and loads itself nestedly again and again
When I log into the backend the system goes into the loop of loading the page module. The right frame loads the backe... Claudio Mettler
13:21 Bug #23038: sysext taskcenter is missing class.mod_user_task.php (required from other extensions)
the extensions are not comaptibel with the new taskcenter anymore. I did a renewal of taskcenter_recent and sys_notep... Georg Ringer
11:23 Bug #23038 (Closed): sysext taskcenter is missing class.mod_user_task.php (required from other extensions)
The system extension "taskcenter" is missing class.mod_user_task.php which causes "Fatal error" for other extensions ... Andrea Hildebrand
11:03 Bug #23037 (Closed): Drop the require_once from the testcases
... at least those that are covered by the Core autoloader.
(issue imported from #M14916)
Oliver Klee
10:18 Bug #23036 (Closed): Read of uninitialized variable in t3lib_div::normalizeIPv6
$h is read before it is initialized:
public static function normalizeIPv6($address) {
$normalizedAddress = '';...
Oliver Klee
09:38 Bug #19718: Typoscript: CONTENT | slide: multilanguage not correctly respected in content_fallback mode
For the sake of completeness here the explanation from Bernhard on the mailing list on this topic:
The probl...
Susanne Moog
08:23 Bug #23034 (Closed): help text renders invalide code
The code in t3lib_befunc.php->helpTextIcon() renders the following code
--------
<a class="typo3-csh-link" href="#"...
Georg Ringer
08:14 Bug #23033 (Closed): Validation errors in list view: & > &-amp;
At least 2 & should be rendered as &amp to avoid validation errors.
(issue imported from #M14911)
Georg Ringer
08:04 Bug #23032 (Closed): class.t3lib_extfilefunc.php func_copy can not move folder recursively on windows server (but func_move works)
class.t3lib_extfilefunc.php function func_copy can not move folder recursively on windows server...
If you move a ...
Jonas Felix

2010-06-28

21:27 Bug #22969: Entering line breaks with Safari not possible
committed to SVN TYUPO3core trunk (revision 8071) and branch TYPO3_4-4 (revision 8072). Stanislas Rolland
21:14 Bug #22969: Entering line breaks with Safari not possible
Uploaded improved version v3 of patch for trunk and TYPO3 4.4. The issue does not arise in 4.3. Stanislas Rolland
08:54 Bug #22969: Entering line breaks with Safari not possible
Tested again with clearing the RTE Cache explicitly. Now it works! Thanks for taking care. Issue can be closed Sebastian Michaelsen
07:41 Bug #22969: Entering line breaks with Safari not possible
I retested again this patch with TYPO3 4.4.0 and trunk and Safari 5 on Windows. I insist that it does work.
Please...
Stanislas Rolland
16:59 Bug #23021: File Mounts are no longer displayed. Creating new File Mounts gives SQL Error
Closed, configuration issue. Chris topher
16:45 Bug #23021: File Mounts are no longer displayed. Creating new File Mounts gives SQL Error
This field was added with 4.4.0. Please use the Database Analyzer in the Install Tool to Compare your current DB with... Chris topher
15:48 Bug #23021: File Mounts are no longer displayed. Creating new File Mounts gives SQL Error
Yes, column sorting is missing, only the following columns exist:
uid, pid, tstamp, title, path, base, hidden, deleted.
Anne Arlt
15:15 Bug #23021: File Mounts are no longer displayed. Creating new File Mounts gives SQL Error
Yes, that is understandable. I updated the description accordingly.
The error points to a missing column in your D...
Chris topher
14:53 Bug #23021: File Mounts are no longer displayed. Creating new File Mounts gives SQL Error
After Update from 4.3.3 to 4.4.0,
I 'm search for file mounts in Backend, file mounts was existed and was displayed...
Anne Arlt
13:38 Bug #23021: File Mounts are no longer displayed. Creating new File Mounts gives SQL Error
Please add a step by step description showing what you do to get this error! Chris topher
13:22 Bug #23021 (Closed): File Mounts are no longer displayed. Creating new File Mounts gives SQL Error
After upgrading from 4.3.3 to 4.4.0 file mounts are no longer displayed.
When I create a new file mount, I get thi...
Anne Arlt
15:01 Bug #23022: Installing two extensions that are in conflict
Two ideas:
1. For simulatestatic the ext realurl should be added in the array "conflicts" in ext_emconf.php.
2....
Chris topher
14:14 Bug #23022 (Closed): Installing two extensions that are in conflict
Due the update-manager in the installtool the script tried to install the extension "simulatestatic" knowing that "re... Simon Schick
14:53 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
Oh excuse I meant like:
3.) Why should it be parsed afterwards to clean the output instead of outputing it correct...
Alexander Opitz
14:45 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
I had set config.doctype = xhtml_trans,
but I had NOT set config.xhtml_cleaning = all
I checked the problem with ...
Caspar Stuebs
08:46 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
With config.xhtml_cleaning = all the img tag will be xhtml conform.
But:
1.) It leads to http://bugs.typo3.org/vi...
Alexander Opitz
14:23 Feature #20476: Why do you overwrite the TS-Var: linkConfig.parameter?
I think this issue is outdated.
If you want to use a loginbox on the left/right side on every page - please read t...
Simon Schick
14:20 Feature #19578: Don't show the logged-in message when I'm logged in
My solution was to rebuild the loginbox by clean TypoScript.
Here's a german tutorial how to realize this:
http://w...
Simon Schick
13:22 Bug #23020: RTE+ feeditadvanced+IRRE: Still loading problems
Display the RTE in fe-editing does work if all caches are cleared, Once you edited from the BE, the feedit rte seems ... Björn Pedersen
13:14 Bug #23020 (Closed): RTE+ feeditadvanced+IRRE: Still loading problems
The RTE again does not load correctly:






[HTMLArea::init]: Editor url set to: ...
Björn Pedersen
12:44 Bug #22185: Flash Uploader not working in FF, SF and Iron when Tortoise SVN is installed
Can confirm this with FF 3.6.4, TYPO3 4.4.0 and Tortoise 1.6.9 Build 19725 for x64-Systems installed. Using Chrome, e... Christian Nölle
12:07 Bug #23019 (Closed): ExtJS is not included when RTE is invoked by USER_INT frontend script
Some time ago I wrote a frontend extension that uses pi2 of htmlarea. That worked fine in Typo3 4.3, but does not wor... TO_Webmaster no-lastname-given
11:54 Bug #17433: Inserting a divider (<hr>) on the RTE breaks XHTML validation
Still an issue 4.3.3 and 4.4.0 Nikolas Hagelstein
10:26 Bug #23018 (Closed): Images don't get compressed
Images which are put into text /w image or image only content elements won't get compressed (JPGs - I haven't tried P... Thomas Deinhamer
10:06 Feature #22999: Add "Mass delete" in File -> Filelist
Hmm.. I have no idea how this ended up in Templavoila, sorry.
And thanks Jan! Although I think those checkboxes an...
Barbara Wijbenga
01:17 Bug #23014: htmlArea RTE: RTE may be started before style sheets are loaded
Fixed in SVN TYPO3core trunk (revision 8069) and branch TYPO3_4-4 (revision 8070). Stanislas Rolland
00:19 Bug #23014 (Closed): htmlArea RTE: RTE may be started before style sheets are loaded
The initialization process does test that all style sheets are accessible, but the collection may still be empty.
Th...
Stanislas Rolland

2010-06-27

23:05 Bug #23013: htmlArea RTE: Incorrect function scope when error is raised
Fixed in SVN TYPO3core trunk (revision 8067) and branch TYPO3_4-4 (revision 8068). Stanislas Rolland
22:45 Bug #23013 (Closed): htmlArea RTE: Incorrect function scope when error is raised
In the Language plugin, if the stylesheets are not accessible for some reason, an error is raised in catch clause due... Stanislas Rolland
19:29 Bug #25586: Template editor does not open settings and constants box with t3 editor installed
In Class: class.tx_t3editor.php I added the following statement after line 171:
$T3Editor_template = trim( preg_repl...
Wim no-lastname-given
11:54 Bug #25586: Template editor does not open settings and constants box with t3 editor installed
Further investigation:
Javascript in "index.php" gives an error "unterminated string literal".
Content:
T3editor....
Wim no-lastname-given
18:38 Bug #23012: No access to taskcenter (tasks) for non-admins
Wow, thanks, this works ... d-nik no-lastname-given
17:50 Bug #23012: No access to taskcenter (tasks) for non-admins
Access check has incorrect default return value. Patch fixes this. Jigal van Hemert
14:55 Bug #23012 (Closed): No access to taskcenter (tasks) for non-admins
Tasks created by an admin are not available to non-admins. The tasks are shown at the top right ("Open system tasks")... d-nik no-lastname-given
17:20 Bug #22990: imageLinkWrap.JSwindow triggers XSS warning or Fails
Solved it by generating the HTML in the imageLinkWrap code and storing it in the cache. popup window retrieves it fro... Jigal van Hemert
16:20 Bug #22969: Entering line breaks with Safari not possible
Did you clear the RTE cache after applying the patch (using the Clear RTE cache option of the Clear cache menu in the... Stanislas Rolland
10:31 Bug #22969: Entering line breaks with Safari not possible
Sorry your patch does not solve this problem for me. Sebastian Michaelsen
10:27 Bug #22969: Entering line breaks with Safari not possible
Encountered it with TYPO3 4.4.0 and Safari 5 on Mac.
Can reproduce it with Safari 5 on Windows.
Maybe this helps ...
Sebastian Michaelsen
14:01 Bug #23009: Installtool bug with escape-signs in ['SYS']['setDBinit']
You're welcome!
Resolved as duplicate of #22964.
Chris topher
12:31 Bug #23009: Installtool bug with escape-signs in ['SYS']['setDBinit']
Steffens patch works.
I also took away the other commands.
Thank You!
Sabine Deeken
02:03 Bug #23009: Installtool bug with escape-signs in ['SYS']['setDBinit']
By the way: Your SQL commands miss a ; at the end of each line.
Furthermore you only need to set the first command ...
Chris topher
02:00 Bug #23009: Installtool bug with escape-signs in ['SYS']['setDBinit']
That's indeed an ugly bug.
Please test Steffen's patch "12514_v3.diff" from #21501.
If it works for you, please p...
Chris topher
01:55 Bug #23009 (Closed): Installtool bug with escape-signs in ['SYS']['setDBinit']
when using the installtool "all configuration" typo3 by itself changes something in
['SYS']['setDBinit']
before...
Sabine Deeken
09:36 Bug #23010: Remove deprecated methods with deprecation log from core for 4.6
Noticed that the class gzip_encode already had a deprecation log in the constructor. So it can be safely removed. Sebastian Michaelsen
09:33 Bug #23010 (Closed): Remove deprecated methods with deprecation log from core for 4.6
Beginning with 4.5 we can systematically remove old deprecated stuff from the core. As a first step I wanted to remov... Sebastian Michaelsen
01:42 Bug #22975: PATH_thisScript in the Install Tool, Basic Configuration should have line break
Should also be added for the same line in the part "Clean up". Chris topher
01:40 Bug #22975: PATH_thisScript in the Install Tool, Basic Configuration should have line break
Seems like adding the CSS definition
word-wrap: break-word;
can fix that.
Chris topher
01:41 Bug #22784: Width of one paragraph of text in the Install Tool is too big
Or even better: Adding the CSS definition
word-wrap: break-word;
can fix that.
Chris topher

2010-06-26

23:07 Bug #25586: Template editor does not open settings and constants box with t3 editor installed
The content of the setup box (f.e) is present in the html. However, the "textarea" tag of the t3editor has the style... Wim no-lastname-given
15:44 Bug #25586: Template editor does not open settings and constants box with t3 editor installed
Just tested with Firefox 3.6.4 on:
Windows Vista, PHP 5.3 : no problem
CentOS, PHP 5.2.6 : no problem.
Maybe dis...
Jigal van Hemert
08:23 Bug #25586 (Closed): Template editor does not open settings and constants box with t3 editor installed
Is T3 editor installed then the template settings or constants box opens but is immediately closed.
With de-installi...
Wim no-lastname-given
21:45 Bug #22940: Changes in core files for running TYPO3 on OS/2 or eComStation
Added diff files for 4.3.3 and also for the new 4.4.0 Michael Oehlhof
20:24 Bug #22969: Entering line breaks with Safari not possible
Uploaded new version of the patches to handle special case where space characters would have been entered in text mode. Stanislas Rolland
02:33 Bug #22969: Entering line breaks with Safari not possible
This is strange. In what version of TYPO3 and of Safari did you encounter this issue?
This could be related to #00...
Stanislas Rolland
16:39 Bug #23005: htmlArea RTE: SelectFont plugin may cause js error
Thank you for testing.
Committed to SVN TYPO3core trunk (revision 8063) and branch TYPO3_4-4 (revision 8064).
Stanislas Rolland
07:37 Bug #23005: htmlArea RTE: SelectFont plugin may cause js error
Your patch work!
See Log.
[HTMLArea::init]: Editor url set to: sysext/rtehtmlarea/htmlarea/
[HTMLArea::init]: ...
Bernhard Müller-Wirtz
16:35 Bug #22243: Several GIFBUILDER features broken for IM6 and GM
+1 on testing with GM on WIN7 for 4.2, 4.3 and 4.4 Jo Hasenau
15:51 Bug #23008 (Closed): getSpriteIconForRecord() accepts row data which is not an array
t3lib_iconWorks::getSpriteIconForRecord() has as second parameter the data row for which the icon must be found.
If ...
Jigal van Hemert
09:56 Feature #22169: ext_typoscript_setup.txt cannot be overriden by static files on the same level
I think, there should be an option in ext_emconf.php, to let each plugin decide, if it wants to have ext_typoscript_s... Stefan Geith
08:47 Feature #22999: Add "Mass delete" in File -> Filelist
there IS a mass delte in the filelist.
check "Show clipboard".
select "Clipboard #1"
search again for options ...
Jan Loderhose
08:29 Bug #23007 (Closed): FE Edit advanced does not handle contenttypes table and images
After clicking on the edit-button a window appears with in the left upper corner the text "Edit content element" but ... Wim no-lastname-given
08:22 Bug #22261: RTE randomly inserts non-breaking spaces instead of spaces
I believe the problem originates in the bookmarks inserted by the undo/redo snapshots. Bookmark removal leaves some t... Stanislas Rolland
05:37 Bug #17228: rtehtmlarea: Cursor disappears in Firefox
Is it always related to updating links?
Do you mean that when this happens, you cannot edit the content anymore?
...
Stanislas Rolland

2010-06-25

23:02 Bug #23006 (Closed): Remove undefined variable access module
Since rev 1421 (* Merging all changes from TYPO3_4-0 branch back into HEAD) the var was introduced without definition... Steffen Kamper
21:20 Bug #22991: htmlArea RTE won't load in backend extension
Could you provide a test extension demonstrating this issue, please. Stanislas Rolland
18:40 Bug #22991: htmlArea RTE won't load in backend extension
Another addition: TinyRTE_MCE for example works without problems with the same code. Klaus Hinum
21:16 Bug #21546: htmlArea RTE: RTE fails to load due to security error
@Bernhard: I opened a new bug report for this issue as it is very different from the "security error" reported by the... Stanislas Rolland
18:26 Bug #21546: htmlArea RTE: RTE fails to load due to security error
I exclude show and hide Buttons and really it worked!
Here the Log
[HTMLArea::init]: Editor url set to: sysext/...
Bernhard Müller-Wirtz
17:16 Bug #21546: htmlArea RTE: RTE fails to load due to security error
@Bernhard: The loading process is not complete. Please report the error raised on the JS Console, after unsetting scr... Stanislas Rolland
11:59 Bug #21546: htmlArea RTE: RTE fails to load due to security error
I have same problem with unloading RTE since I updated to TYPO3 4.4.0.
Troubleshooting log told me --->
[HTMLAr...
Bernhard Müller-Wirtz
21:01 Bug #23005 (Closed): htmlArea RTE: SelectFont plugin may cause js error
If only one of dropdowns fontstyle and fontsize is enabled in the toolbar, a js error is raised and the RTE fails to ... Stanislas Rolland
20:32 Bug #20868: click-enlarge function for images does not work correctly in IE8
Another workaround, if my patch isn't a good idea. This workaround requires no modifications to Typo3 Core.
Creat...
Nathan L
19:34 Bug #20868: click-enlarge function for images does not work correctly in IE8
Another way to solve this would be to pass the template file name through the URL. This would eliminate the need for... Nathan L
19:24 Bug #20868: click-enlarge function for images does not work correctly in IE8
I made an attempt at fixing this one.
I added a new parameter to imageLinkWrap called windowTemplateKey
This ...
Nathan L
19:48 Feature #15288: Ellipse Gifbuilder Function
attached version 3 Not Only Pixel
18:12 Feature #15288: Ellipse Gifbuilder Function
attached version 2 Not Only Pixel
16:13 Feature #15288: Ellipse Gifbuilder Function
attached 2049.diff Not Only Pixel
16:12 Feature #15288: Ellipse Gifbuilder Function
New patch pending in core list. Not Only Pixel
18:46 Bug #23000: typo in t3lib_cache_backend_FileBackend causes php error
Committed to svn
4_4 rev 8061
trunk rev 8062
Steffen Kamper
14:54 Bug #23000 (Closed): typo in t3lib_cache_backend_FileBackend causes php error
public function setCache(t3lib_cache_frontend_frontend $cache) {
should be
public function setCache(t3lib_cache...
Schmidt Timo
18:16 Bug #22144: GIFBUILDER text is not rendered correctly when the text is in russian
Hi,
what PHP and TYPO3 Version do you have?
What type of encoding you are using? UTF-8 oder kyriic?
Not Only Pixel
18:05 Bug #22776: alternative language. Copy default content elements fails.
Could not reproduced in typo3 4.3.2
Is this resolved for you with a current 4.3 release?
Not Only Pixel
18:01 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
I'm still unable to reproduce this. I inserted the image directly into RTE. Have you set
config.doctype = xhtml_tr...
17:55 Bug #22774: Sorting missing in "template overview"
Is this committed?
According to the thread in Core List it should be fixed with #21798; but I can't find any of th...
Chris topher
17:39 Bug #19278: Installer shows Mysql system tables
There are hosts who call their customer DBs "mysql"? Really?
However, I still consider this a valid request; at le...
Chris topher
17:35 Bug #19278: Installer shows Mysql system tables
This is also reproducibly on typo3 4.4.0, php 5.2, mysql5
But i think this can be closed, because on shared hosted...
Not Only Pixel
17:38 Bug #18465: simulateStatic does not support addQueryString in typolink
Wow, it's a while ago when i posted this bug.
But i really don't know if this bug still exists, i just updated my T...
Justin van Oel
17:32 Bug #18465: simulateStatic does not support addQueryString in typolink
Is this still a problem? Chris topher
17:26 Bug #18465: simulateStatic does not support addQueryString in typolink
If I read #18564 and this one here correctly, the first is about an error with an extension, the second one about one... Chris topher
17:32 Bug #18943: Crop of a long Title does not work with (IRRE) inline, when using groupboxes in child records
Resolved, unable to reproduce.
Thanks for keeping us updated, Eike!
Chris topher
17:23 Bug #23004: Introduction Package: Adding a BE User makes the User Admin page close the session
Nice to hear that it works.
Resolved as duplicate of #22973.
Chris topher
17:20 Bug #23004: Introduction Package: Adding a BE User makes the User Admin page close the session
Can be closed Andrei Eftimie
17:19 Bug #23004: Introduction Package: Adding a BE User makes the User Admin page close the session
Cool. I searched for a similar bug, but couldn't find it. Andrei Eftimie
17:18 Bug #23004: Introduction Package: Adding a BE User makes the User Admin page close the session
Yep. The be_user didn't had an auto_increment. (possibly creating more users with the same ID, thus crashing the BE s... Andrei Eftimie
17:15 Bug #23004: Introduction Package: Adding a BE User makes the User Admin page close the session
no need to narrow it down, issue is known and IMO fixed (don't lnow if already online) Georg Ringer
17:15 Bug #23004: Introduction Package: Adding a BE User makes the User Admin page close the session
This is the same as #22973. There is an error in the SQL definitions in the SQL file which comes with the Introductio... Chris topher
17:13 Bug #23004: Introduction Package: Adding a BE User makes the User Admin page close the session
Just installed from the Source + Dummy. Problem is not there.
Deleted groups and users, no luck. Will do more test...
Andrei Eftimie
17:07 Bug #23004: Introduction Package: Adding a BE User makes the User Admin page close the session
Hi Andrei,
please do the following:
Log in as an admin, go to Usersettings and create the Enable Install Tool fil...
Chris topher
16:59 Bug #23004 (Closed): Introduction Package: Adding a BE User makes the User Admin page close the session
On 4.4 with the Introductory Package.
Steps to reproduce:
1. download Introductory package http://prdownloads.s...
Andrei Eftimie
17:20 Bug #22998: different count of results depending on the page in page browser
That's a configuration option in Indexed_search:
plugin.tx_indexedsearch.search.exactCount = 1
I've made an issue...
Jigal van Hemert
13:21 Bug #22998 (Closed): different count of results depending on the page in page browser
I have installed the new typo4 with Introduction Package.
When I search for "with"
I get
Search for "with"
D...
Thomas
17:20 Bug #19261: border.html throw JS error (FF 2)
Resolved, not reproducable. Chris topher
17:12 Bug #19261: border.html throw JS error (FF 2)
Not reproducable in FF3.6. Not Only Pixel
16:38 Bug #23003 (Closed): Old icon in Module permissions
the legend image needs an update as the ok/error icons changed as well
icon needs to be copied to: typo3/sysext/t3...
Georg Ringer
16:27 Bug #23002 (Closed): PATH_thisScript definition cleanup
One of the first pieces of code in typo3_src/index.php is used (inconsistently) several other places in the typo3 cod... Simon Strandgaard
16:05 Bug #23001 (Closed): Module Permission misses correct cursor-icon
The module Web > Permissions misses a cursor:pointer which is missing because of using the sprites
(issue im...
Georg Ringer
15:56 Feature #22999: Add "Mass delete" in File -> Filelist
that's not related to templavoila ... move to the Core - I guess that's a better place for this issue Tolleiv Nietsch
14:41 Feature #22999 (Closed): Add "Mass delete" in File -> Filelist
I really like the new mass uploader in Filelist, but as far as I can see, there's no way to delete multiple files at ... Barbara Wijbenga
15:52 Bug #22990: imageLinkWrap.JSwindow triggers XSS warning or Fails
This is the same as 0011695, except that I've pointed out that it also doesn't function in Safari 5. Nathan L
15:30 Feature #15117: tslib_cObj -> getTypoLink does not support arrays
Hi, there seems no need for this problem. Bug request is 5 years old. There are better solutions in the wild. Not Only Pixel
15:26 Bug #15225: Javascript Warning in Preload-Images because of uninitialized Variables
Closed, no longer reproducable. Chris topher
15:14 Bug #15225: Javascript Warning in Preload-Images because of uninitialized Variables
No Javascript errors where found in image menu.
Tested with: IE6-8, FF 1-3, Chrome 4, Safari
Not Only Pixel
14:59 Bug #18819: felogin redirect won't work if "hide at login" is selected
Actually I'm using the login via TypoScript on every page. Sorry, where can I find the examples and the felogin docum... Thomas Deinhamer
12:40 Bug #18819: felogin redirect won't work if "hide at login" is selected
This can't be solved inside felogin. The core first handles the login checks, then the page access and finally when t... Jigal van Hemert
10:04 Bug #18819: felogin redirect won't work if "hide at login" is selected
Hello,
this "bug" is still present in 4.4.0 and I also think it's a very common usecase to show a login page only wh...
Thomas Deinhamer
14:50 Bug #22975: PATH_thisScript in the Install Tool, Basic Configuration should have line break
For other fields in All Configuration the value is cut off and dots are appended.
But we don't want to have this out...
Chris topher
14:37 Bug #22784: Width of one paragraph of text in the Install Tool is too big
So a simple space behind the "->" would fix that. A nobrainer in the end... Chris topher
11:24 Bug #22784: Width of one paragraph of text in the Install Tool is too big
The Problem is the String "USER_FUNCTION:typo3conf/pageUnavailableHandling.php:user_pageUnavailable->pageUnavailable"... Andy Grunwald
14:33 Bug #21603: Typo3 html content element frontend rewrites
Closed as requested, no change required. Chris topher
14:12 Bug #22996: Quicktime audio format m4a isn't supported
committed to svn
4_3 rev 8058
4_4 rev 8059
trunk rev 8060
Steffen Kamper
12:32 Bug #22996 (Closed): Quicktime audio format m4a isn't supported
Add this extension to the allowed extensions
(issue imported from #M14866)
Steffen Kamper
14:02 Bug #22981: Template Analyzer: Line numbers barely readable
committed to svn
4_4 rev 8056
trunk rev 8057
Steffen Kamper
10:37 Bug #22981: Template Analyzer: Line numbers barely readable
The File is located in "typo3/sysext/t3skin/stylesheets/visual/element_typoscript.css"
I`ve created a patch.
The ...
Andy Grunwald
13:45 Bug #22178: Deprecated function sql_regcase in cms/tslib/class.tslib_pagegen.php
patch_2 works without offset against 4.4.0... Andreas Lappe
13:16 Bug #22997 (Closed): Caps lock warning icon misplaced
The caps lock icon warning is misplaced, think it should be few px more on the right.
Maybe #22868
(issue imported...
Steffen Gebert
12:44 Bug #22995: fe_login redirection not working
See issue #8468. Jigal van Hemert
10:34 Bug #22995 (Closed): fe_login redirection not working
Hi I am using TYPO3 4.3.2 .
Redirect with fe_login is not working. at my case login and logout pages are access res...
rolly
12:39 Bug #22176: t3lib_basicfilefunc::formatSize should call t3lib_div::formatSize
Resolved, no change required.
t3lib_basicfilefunc::formatSize is deprecated and should no longer be used. It will ...
Chris topher
12:35 Bug #22988: Change language::readLLfile() from protected to public
Closed as requested by author. Chris topher
11:37 Bug #22988: Change language::readLLfile() from protected to public
This part of the code was _not_ generated by kickstarter.
Please close this bug...
Gregor Hermens
11:13 Bug #22988: Change language::readLLfile() from protected to public
Ths bug has a relation to #19371 Andy Grunwald
12:30 Bug #22950: Template Analyzer: Line Numbers are very hard to read
Resolved as duplicate of #22981. Chris topher
10:00 Bug #22994 (Closed): Database context in userFunc
It seams when using cObject USER the userfunc doesn't respect the database context. I've got the following TS snippet... Björn Jacob
09:57 Bug #22993 (Closed): Backend: pagetree -> right click -> show -> ignores absRefPrefix
When you have typo3 installed into a subdirectory, the pagetree right-klick-menu will open a new browser tab without ... Ralle Büchnitz
09:44 Bug #22979: Filelist module reports "type" of files also for directories
Hey,
i can reproduce this bug.
The attached patch "t3lib_div_split_fileref.patch" is working as well.
I`ve mod...
Andy Grunwald
01:04 Feature #22992 (Closed): Pagerenderer - use better method for adding meta tags
atm meta tags are added with complete html tag.
The better method would be to add tags with a name and the content.
...
Steffen Kamper
00:33 Bug #22989: Reports Module: Styling problem
committed to svn
4_4 rev 8054
trunk rev 8055
Steffen Kamper
00:28 Bug #22971: About module need padding
committed to svn
4_4 rev 8052
trunk rev 8053
Steffen Kamper
00:25 Bug #22978: Milliseconds on logout
committed to svn
4_4 rev 8050
trunk rev 8051
Steffen Kamper

2010-06-24

23:02 Bug #22991: htmlArea RTE won't load in backend extension
Forgot to mention: The RTE worked previous 4.4, but doesn't work in Typo3 4.4 anymore Klaus Hinum
23:00 Bug #22991 (Closed): htmlArea RTE won't load in backend extension
The htmlarea RTE wont load any more when called in an own extension with the calls
$field .= $form->getSoloField($...
Klaus Hinum
22:30 Bug #22990 (Closed): imageLinkWrap.JSwindow triggers XSS warning or Fails
See the documentation on imageLinkWrap in the tsref: http://typo3.org/documentation/document-library/references/doc_... Nathan L
19:40 Bug #22977: Reports Module: Icon is missing or path is wrong
i splitted the entry. #22989 is about the reports module Georg Ringer
15:11 Bug #22977: Reports Module: Icon is missing or path is wrong
Hi,
could you figure out the needed definitions in the stylesheet?
(Maybe deactivating the merging helps to find...
Chris topher
09:56 Bug #22977 (Closed): Reports Module: Icon is missing or path is wrong
As you can see in the attached file, I found a small styling issues in the backend.
Icon is missing or path is wro...
Ralle Büchnitz
19:38 Bug #22989 (Closed): Reports Module: Styling problem
The report section needs a little styling tweak.
(issue imported from #M14857)
Georg Ringer
19:37 Bug #22261: RTE randomly inserts non-breaking spaces instead of spaces
Same here, I often see them when I examine the HTML code that was produced. Klaus Hinum
17:34 Bug #22988 (Closed): Change language::readLLfile() from protected to public
$LANG->readLLfile() is called from [ext]/piX/class.tx_[ext]_piX_wizicon.php as generated by the kickstarter. If this ... Gregor Hermens
16:49 Bug #22924: Old table head stylings in Ext Manager
Hi,
thanks for your bugreport and for the patch!
Do you know, that you should now send it to Core List?
Check ...
Chris topher
16:35 Bug #22715: Writing name of existing database, doesn't use database
This is related to #0014755.
Is that still a problem with 4.4.0 final?
Chris topher
16:13 Bug #22893: Core: Could not initialize DB connection with query "SET CHARACTER SET utf8 ...
Related to #22964? Chris topher
16:00 Bug #18904: Content Element Description Backend Display
Resolved as duplicate of #16463. Chris topher
15:31 Bug #22926: EM translation handling fails in 4.1.13
Basically Ingo is right. I just did not want to write "You can try getting your fix in the Core - but you must be rea... Chris topher
14:21 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
I have added the image directly into the RTE.
$TYPO3_CONF_VARS['EXT']['extConf']['rtehtmlarea']['enableImages'] = ...
Caspar Stuebs
13:54 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
Could you let me know if you're embedding the image on the media tab in a "text w. image" or "images" CE (with or wit...
13:10 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
ok, I just forgot to clear the cache.
After checking again, the attribut txdam="2" is gone, but the appending slas...
Caspar Stuebs
12:25 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
The attribute txdam="2" point to the uid of the DAM media item. If your rendering of the media tag works properly, th...
12:14 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
I have checked this issue with 4.4.0 Introduction Package and it looks like the problem is fixed.
But now there is a...
Caspar Stuebs
11:16 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
I can confim this issue.
I am using T3 V4.3.2, DAM with DAM_ttcontent and TinyMCE_RTE, but I have found it also wi...
Caspar Stuebs
10:06 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
Need also config settings (like config.doktype). May be it just wrong TYPO3 config? Dmitry Dulepov
14:11 Bug #22986 (Closed): Slow query in sys_history due to missing key on tstamp / tablename
# Time: 100624 8:35:03
# User@Host: foo[bar] @ localhost []
# Query_time: 2 Lock_time: 0 Rows_sent: 0 Rows_exam...
Christian Kuhn
14:04 Bug #22983: Sprites - user defined page types are not respected anymore
Excactly the same problem I have :-) Claus Harup
12:39 Bug #22983 (Closed): Sprites - user defined page types are not respected anymore
For marking pages i use often user defined icons.
Here is an example ho to do in extTables.php:...
Steffen Kamper
13:32 Bug #18926: class.tx_impexp.php sets 256m memory_limit without checking php.ini
It would be nice, if that bug could be fixed anyway.
If the rewrite needs more time and cannot get into 4.5, the i...
Martin Holtz
13:21 Bug #18926: class.tx_impexp.php sets 256m memory_limit without checking php.ini
ini_set is bad in general and shouldn't be used.
In this case we need a different way writing the data to file - seq...
Steffen Kamper
11:36 Bug #18926: class.tx_impexp.php sets 256m memory_limit without checking php.ini
In my opinion, Peter is right and the ini_set() lines need to be removed completely.
Setting limits should never be...
Stephan Seitz
13:24 Feature #22985 (Closed): filter page tree by page uid
Sometimes I need locate page in page tree by uid, not only by page title.
This small patch adds described functional...
Stano Paska
13:19 Bug #22981: Template Analyzer: Line numbers barely readable
The definitions you mean are:
pre.ts-hl .ts-linenum { background-color: #EEEEEE; }
[inherited from td.bgColor2]...
Chris topher
11:27 Bug #22981 (Closed): Template Analyzer: Line numbers barely readable
The line numbers in the Template Analyzer have a very low contrast (white on light-grey) and are barely readable.
...
Sebastian Michaelsen
12:55 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
It doesn't work. i opened a new issue but it's the same problem. There you can see how i set it: #22983 Steffen Kamper
12:12 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
Yes.
I think the reason for this issue is, that in 4.4 the icons are loaded via CSS.
In 4.3 the icons are loaded ...
Andre
12:04 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
Andre, did really clear all caches and did you also clear your browser cache?
I had the same issue. The solution w...
Markus Klein
11:17 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
The same problem here.
After upgrading to 4.4, the icon which show the pagetype is gone.
See "typo3-doctyp-issue.pn...
Andre
12:32 Bug #22982 (Closed): tslib_cObj->getTreeList caching not able to handle really large trees
We have a really large tree and request all subpages of the root page to get a list of the lastUpdated pages. It is a... form4 GmbH & Co. KG
11:48 Bug #22979: Filelist module reports "type" of files also for directories
The function which is looking for the file extension is t3lib_div::split_fileref().
Within this function there has t...
Caspar Stuebs
10:41 Bug #22979 (Closed): Filelist module reports "type" of files also for directories
if a directory is called "mydir.com"
the type column shows COM as its file type!
it should show nothing
(issu...
Stefano Cecere
11:13 Bug #22980: Included ExtJS is 3.1.1
Second patch supersedes the first one and is relative to typo3_src Andreas Lappe
11:00 Bug #22980 (Closed): Included ExtJS is 3.1.1
In #0014063 it should have been updated to 3.2.0, now 3.2.1 is the most recent and should be included.
(issue imp...
Andreas Lappe
11:07 Bug #22976: Element Browser to small again
Hello Georg, the window was bigger in 4.3.x and after the new BE skin in 4.4 its smal again. I use FF 3.6.3, latest C... Christian Leicht
09:52 Bug #22976: Element Browser to small again
it works for me .. how do you use the element browser, where do you open it and which browser? Georg Ringer
02:53 Bug #22976: Element Browser to small again
Would be great, if you could make a small patch and send it to Core List. Chris topher
02:06 Bug #22976 (Closed): Element Browser to small again
Like in earlier 4.3 Versions, the Element Browser ist to small.
Christian
(issue imported from #M14841)
Christian Leicht
11:02 Bug #19112: unlink of non existing lockfiles generates warnings in frontend
Patch "t3lib_lock.patch" works for me.
Andre
10:33 Bug #21028: Bug in TMENU-Substitution
It works.
Many thanks!
please close this bug
Andre
10:11 Bug #21028: Bug in TMENU-Substitution
.additionalParams=&foo={elementUid} is processed in the typolink function. So, it gets urlencoded. {elementUid} will ... Martin Holtz
10:02 Bug #22978 (Closed): Milliseconds on logout
When the relogin window appears you can see pretty exact how much time you have until relogin expires.
Use teh fol...
Ralle Büchnitz
00:53 Bug #18104: There are still 'old' icons in the backend
Im testing the the new 4.4 release and i noticed the BE skin is using css sprites now. This is great, but why do we l... Felix Nagel
00:44 Bug #17808: Ajax relogin won't relogin and ignores [BE][sessionTimeout]
Had a new experience today. Spices up some new flavor.
I played around with ext feeditadvanced last night. Time we...
Jan Loderhose
00:12 Bug #22964: Wrong handling of entries in textarea fields in install tool - may break installation
well it seems as if the solution of 12514 might solve this issue anyway ... ;-)
12514_v3.diff
Jan Loderhose

2010-06-23

23:12 Bug #22975 (Closed): PATH_thisScript in the Install Tool, Basic Configuration should have line break
If the Path from PATH_thisScript is longer than the width of the box, the text does not fit in the div.
(issu...
Markus Günther
17:00 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
Yes "Website users in a sysfolder. " works but have you tried creating your own doktype with icon or extending the mo... Claus Harup
14:41 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
Works for me with 4.4.0; at least with Website users in a sysfolder. Markus Klein
11:50 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
Still does not work in 4.4.0 with module on pages!
Even if I have configured my own pagetype with icon the icon do...
Claus Harup
16:52 Bug #21501: Install Tool duplicates values of textarea fields
New problem arised - with setDBinit the string isn't correct parsed.
v3 solves this for this value
Steffen Kamper
15:12 Bug #21501: Install Tool duplicates values of textarea fields
second patch contains a litle visual improvement.
Steffen Kamper
14:39 Bug #21501: Install Tool duplicates values of textarea fields
fix is attached Steffen Kamper
16:03 Bug #22973: Introduction Package: New Backend User created with uid=0
as this project is hosted on forge > http://forge.typo3.org/issues/8465
please discuss this bug there, ticket is o...
Georg Ringer
15:51 Bug #22973: Introduction Package: New Backend User created with uid=0
The bug seems to be in introduction.sql - uid is not set to autoincrement for the be_users table - I checked the rest... Jo Hasenau
15:46 Bug #22973: Introduction Package: New Backend User created with uid=0
BTW: This doesn't happen with another install which is not based on the introduction package, so I guess it's not rel... Jo Hasenau
15:44 Bug #22973: Introduction Package: New Backend User created with uid=0
but this is just a workaround - I tested it and can confirm the behaviour: There are 4 BE users available but the new... Jo Hasenau
14:34 Bug #22973: Introduction Package: New Backend User created with uid=0
use the install tool > DB compare to set it Georg Ringer
14:31 Bug #22973 (Closed): Introduction Package: New Backend User created with uid=0
I've installed the introduction package. New created backend users will be created with uid = 0. It seems that the au... Schmidt Timo
15:41 Bug #22974 (Closed): Unknown browsers result in error condition
When an unkown user-agent is requesting a page the browser detection code fails.
Core: Error handler (FE): PHP War...
Tom Helmer
13:49 Bug #22972 (Closed): IRRE Move-Icon should have curser:move
IRRE records can be dragged and therefore the icon should have a different cursor
(issue imported from #M14835)
Georg Ringer
13:40 Bug #22971 (Closed): About module need padding
see screenshots before / after
(issue imported from #M14834)
Steffen Kamper
12:31 Bug #22970 (Rejected): t3lib_BEfunc::getProcessedValue() did not handle TCA type inline
Within the function t3lib_BEfunc::getProcessedValue() there is no case which handle the TCA type inline, so typo3/sho... Caspar Stuebs
12:23 Bug #22261: RTE randomly inserts non-breaking spaces instead of spaces
Can confirm this issue. I didn't investigate when exactly it occurs but I nagged me some times and editors came to me... Sebastian Michaelsen
12:19 Bug #22969 (Closed): Entering line breaks with Safari not possible
How to reproduce:
* Open a blank RTE (without any content) with a current Safari Browser
* Press Shift+Enter to c...
Sebastian Michaelsen
11:24 Bug #25546: t3editor does not work in Google Chrome
t3editor 1.0.1 is still not working with Google Chrome (5.0) Tymoteusz Motylewski
11:21 Feature #22968 (Closed): Add a systemwide exclude pattern for t3lib_div::get_dirs() (eg. for .svn directories)
At this moment the exclusion of any kind of directories has to be done in every function which uses directory listing... Caspar Stuebs
10:22 Bug #22966: Taskcenter - how to create a task?
yes, also the manual can be linked in the overview while quoting it - would help ;)
And yes, task creation can be ...
Steffen Kamper
08:24 Bug #22966: Taskcenter - how to create a task?
where to link, to the manual? tasks can't be created using a simple link Georg Ringer
00:25 Bug #22966 (Closed): Taskcenter - how to create a task?
The Task center should have links for create new tasks. There is no hint, in overview i can read
Create a task
...
Steffen Kamper
08:50 Feature #21921: Log mails send via TYPO3-default mailform
Could someone test it please, I am very, very busy at the moment. But I am happy about the patch :-)
thx @ benjamin!
marvin
08:42 Bug #22967: Backend not properly formatted when compressionLevel has been set
There should be no need to clear typo3temp/ because of the compressionLevel.
You said clearing typo3conf/temp_CACH...
Steffen Gebert
03:18 Bug #22967: Backend not properly formatted when compressionLevel has been set
Found the solution :-)
The release notes (http://typo3.org/download/release-notes/typo3-44/) didn't say anything a...
Mark Kuiphuis
02:59 Bug #22967 (Closed): Backend not properly formatted when compressionLevel has been set
Not sure if it occurs in the RC1 candidate (wasn't able to select final release from dropdown box)
With $TYPO3_CON...
Mark Kuiphuis
08:30 Bug #22964: Wrong handling of entries in textarea fields in install tool - may break installation
@Georg: this is not a duplicate of http://bugs.typo3.org/view.php?id=12514 which apparently doubled the entries (coul... Jochen Weiland
01:56 Bug #22964: Wrong handling of entries in textarea fields in install tool - may break installation
Duplicate of http://bugs.typo3.org/view.php?id=12514 Patrick Gaumond
07:40 Bug #20473: Starttime/endtime is not taken into account when caching
Susanne, could you describe v5, please? What's the difference to my original versions?
Dmitry Dulepov
01:33 Bug #22953: Export module does not keep pagetree configuration
I think I figured it out.
I think the foreach loop in lines 1645:1649 must be changed to this:
foreach ($TCA as...
Tommy Juhnke
00:17 Feature #15550: Editing Textcontent (Standard-Text-Editor)
Agreed. Benni Mack
00:17 Bug #18762: Arrow + PNG = bug with IE6
Fixed with icon sprites (PNG for all browsers, GIF version for IE6) in TYPO3 4.4. Benni Mack
00:16 Bug #15790: content elements in "web->page" don't take the full width
Hey Sebastian,
I consider this fixed with 4.4, as the page module has a new style now, and should solve your issue.
Benni Mack
00:14 Feature #15350: Possible new icons (free)
Most icons in TYPO3 4.4 are now from the famfamfam icon library. Benni Mack
00:13 Feature #18780: Distinct TCEforms palette rendering
Fields within Palettes are now fieldsets and float correctly (since 4.4). Benni Mack
00:12 Bug #16700: Icon-Path to many Icons not correct?
Fixed with 4.4, using icon sprites and the new icon sets. Benni Mack
00:10 Feature #15412: Page tree icons
Is solved differently in 4.4, and will be replaced with 4.5. Benni Mack
00:10 Feature #15404: Topmenu can't be properly styled
Toolbar was replaced in 4.2, and now is easily stylable in 4.4. Benni Mack
00:09 Bug #15789: Workspace changes in pagetree invisible with new skin!
TYPO3 4.4 now has improved visible notifications for changed pages in a workspace. Benni Mack
00:07 Bug #20320: Inconsistent usage of shortcut icons (jump to shortcut destination versus shortcut = bookmark)
The "shortcut" icons now have the star icons in 4.4. Benni Mack
00:06 Bug #20531: Icon of hidden shortcut-pages is not unique
Is fixed with TYPO3 4.4, as we have new Sprite APIs and clear overlays, it works. Benni Mack
00:05 Bug #15517: hidden shortcut page misses icon in pagetree
Is fixed with TYPO3 4.4, as we have new Sprite APIs and clear overlays, it works. Benni Mack
00:04 Bug #15945: Login Window after Session Expiration not big enough
Is fixed with TYPO3 4.4, as the popup was replaced with 4.3, and the popup size was fixed as well with TYPO3 4.4. Benni Mack
00:02 Bug #15856: Incorrect module icons in the new skin
Is fixed with TYPO3 4.4, as the module icons of system extensions were all updated. Benni Mack

2010-06-22

23:59 Feature #22111: Add a new icon set to t3skin
Icons are finally used in the TYPO3 Core with 4.4.0. Thanks! Benni Mack
23:58 Bug #16540: "filelists" element can't be customized
Closed: Personally, I think it's fixed, no feedback, and no further details. TYPO3 4.3 and higher does the job. Benni Mack
23:55 Bug #22721: Cleanup: delete Login image from t3skin
File was removed in TYPO3 4.4.0 Benni Mack
23:54 Feature #16239: Root icon for DB mounts --- WAS: page module: page tree displays twice
This is finally fixed with clean icon changes in TYPO3 4.4, see the screenshots attached. Benni Mack
23:54 Bug #22965 (Closed): Semantic problem in install tool
My second visit in install tool (used introduction package) showed me some semantic problems.
What does a user think...
Steffen Kamper
22:57 Bug #22964 (Closed): Wrong handling of entries in textarea fields in install tool - may break installation
When entering any data with multiple lines in textareas in the "All configuration" setting of the install tool (these... Jochen Weiland
22:51 Bug #14500: Domain Record with umlaut Domains not working
I'm also not a core dev and have over 100 successful RFCs and gave probably twice as many +1 ;-) So the rule isn't th... Steffen Gebert
22:48 Bug #14500: Domain Record with umlaut Domains not working
I was actually unaware that non-core devs can vote for patches (always sticked to http://typo3.org/development/bug-fi...
21:06 Bug #14500: Domain Record with umlaut Domains not working
Did you vote for it? Steffen Gebert
18:35 Bug #14500: Domain Record with umlaut Domains not working
So we have a huge German speaking TYPO3 market, a patch for IDN for over two years now and no approval to have it in ...
15:09 Bug #14500: Domain Record with umlaut Domains not working
No. Use functions from t3lib_cs if you need but never mb_* functions. Dmitry Dulepov
22:30 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
I can confirm this issue with 4.4.0RC2
Tested with each plugin type and with cleared chaches
No entry in TYPO3 log
...
Jan Loderhose
22:10 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
Please test with 4.4.0. Should be fixed. Steffen Gebert
21:20 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
a) I simply edit the page and go to the options tab and choose one of the listed icons in Contains plugin:
b) I ex...
Claus Harup
18:34 Bug #22962: When choosing an icon in the pages module the pagetree does not respect it
Could you explain a bit more detailed
a) what you do and
b) which results you expect
Jo Hasenau
17:37 Bug #22962 (Closed): When choosing an icon in the pages module the pagetree does not respect it
When choosing an icon in the pages module the pagetree does not respect it - it simply does not show up as new pageic... Claus Harup
21:07 Bug #22960: Missing skin when upgrading to TYPO3 4.4 RC1
Read NEWS.txt and run the Upgrade Wizards in Install Tool Steffen Gebert
13:49 Bug #22960: Missing skin when upgrading to TYPO3 4.4 RC1
You must install t3skin. Chris topher
13:34 Bug #22960 (Closed): Missing skin when upgrading to TYPO3 4.4 RC1
For some reason my BE has no stylesheet at all - except the install tool after upgrading to TYPO3 4.4 RC1
(issue ...
Claus Harup
18:32 Bug #17228: rtehtmlarea: Cursor disappears in Firefox
yes, the bug is still present.
Typo3 4.3.3
But there is one differnce.
If you save the content element the cursor ...
Harald Dolderer
16:07 Bug #22961: Missing link in Install Tool Footer
Committed to trunk as an FYI in r8039. Jeff Segars
15:57 Bug #22961 (Closed): Missing link in Install Tool Footer
"This is free software, and you are welcome to redistribute it under certain conditions; click for details."
The c...
Jeff Segars
15:55 Bug #22756: Missing icons in new BE skin (sprites)
The BE uses hundreds of icons. As follow ups some more changes have been committed to trunk:
Steffen also committe...
Chris topher
15:47 Bug #21594: palette fields not always processed (RTE related)
This problem also occurs, if there are fields defined by subtypes (subtypes_addlist, subtypes_excludelist, bitmask_ex... Caspar Stuebs
15:45 Bug #22957: Improve texts in 1-2-3 Install Tool
Committed the install portion to trunk in r8034 and the dbal portion directly to trunk in r8036.
I've emailed Xavi...
Jeff Segars
02:42 Bug #22957 (Closed): Improve texts in 1-2-3 Install Tool
The 1-2-3 Install Tool has a big overhaul for 4.4 but some of the texts could still use a little work to make the ste... Jeff Segars
15:44 Bug #22958: BE login in IE6 looks bad because of transparent PNGs
committed to trunk rev 8037 Steffen Kamper
07:32 Bug #22958: BE login in IE6 looks bad because of transparent PNGs
This patch adds a class to three elements in the BE login page and adds the class to the PNGfix.
The blank gif typo3...
Jigal van Hemert
07:29 Bug #22958 (Closed): BE login in IE6 looks bad because of transparent PNGs
PNGfix is not applied to one image and two divs, which makes the BE login page look unpleasant for IE6 users
(iss...
Jigal van Hemert
15:20 Bug #22466: RTE does not load for IRRE fields when in fe-editing mode
Resolved, fixed in 4.4RC1.
Thanks for keeping us updated!
Chris topher
15:18 Bug #22466: RTE does not load for IRRE fields when in fe-editing mode
fixed with latest trunk (4.4.RC1).
Thanks a lot.
Björn Pedersen
14:45 Bug #22959: t3lib_db->listQuery() performance
That's right. But for any other db you have to use dbal ... Caspar Stuebs
14:17 Bug #22959: t3lib_db->listQuery() performance
problem is, that this only works in mysql Georg Ringer
13:27 Bug #22959 (Closed): t3lib_db->listQuery() performance
The function listQuery() uses a a like-construct to find a value in a comma-seperated list.
Mysql has a internal fun...
Caspar Stuebs
14:22 Bug #21501: Install Tool duplicates values of textarea fields
chr(10) still gets added even in 4.4-RC2 Stefan Geith
13:51 Bug #22921: Updates for taskcenter, sys_action, impexp
Committed to trunk rev 8030
added manuals for taskcenter and sys_action in trunk rev 8031
Steffen Kamper
13:25 Bug #16461: setup.override.edit_docModuleUpload=0 does not work anymore
Is this still a bug in TYPO3 Versions 4.3.x ?
I am experiencing this problem in v4.3.3
The values are behaving i...
Danny Greten
10:58 Bug #22367: Extension uploads are not possible: Extension contains no files.
can confirm that on mowes portable with no pear stuff installed ... tested typo3 version 4.4. RC1 Kay Strobach
08:10 Feature #22681: Add config 'replace_single' to columns of type 'group/file'
+1 on reading and testing
This is really useful. Thanks a lot!
Alexander Stehlik
04:47 Bug #22876: Automatically create ENABLE_INSTALL_TOOL file when 1-2-3 Install Tool is used
Committed to trunk in r8023. Jeff Segars

2010-06-21

23:37 Bug #22926: EM translation handling fails in 4.1.13
4.1 is not supported anymore, starting tomorrow (June 22nd) http://typo3.org/download/packages/
as it will move to t...
Ingo Renner
22:23 Bug #22926: EM translation handling fails in 4.1.13
Hi Wolfgang,
seems like that line was forgotten when introducing the usage of TYPO3_user_agent.
TYPO3 4.1 is rath...
Chris topher
23:26 Bug #22742: Long lines in module menu are unreadable
committed to trunk rev 8021 Steffen Kamper
23:21 Bug #22942: Sitename missing in Login form
committed v3 to trunk rev 8020 Steffen Kamper
19:23 Bug #22942: Sitename missing in Login form
it will ;-) Steffen Kamper
18:45 Bug #22942: Sitename missing in Login form
Oh nice. thx.
Hope it will make it into the 4.4 release tomorrow.
Markus Klein
18:15 Bug #22942: Sitename missing in Login form
i solved it. See attached patch. Steffen Kamper
15:30 Bug #22942: Sitename missing in Login form
Ok I can do this.
But give me some time, I have to write an exam in 30 min. ;-)
Markus Klein
15:28 Bug #22942: Sitename missing in Login form
Can one of you have a look at why this happens? Chris topher
15:19 Bug #22942: Sitename missing in Login form
Hi Markus,
You`re right. After saving the config to localconf.php the Sitename disappears on the Login form. Stran...
Henrik Ziegenhain
14:38 Bug #22942: Sitename missing in Login form
Did you try to click on Save in All Configuration in the install tool as well?
As Christopher already described: I...
Markus Klein
14:28 Bug #22942: Sitename missing in Login form
Hi,
for me this works as expected (RC2).
"Anmeldung am Backend von New TYPO3 site"
Henrik Ziegenhain
22:57 Bug #22948: Installer sends warning email upon successful installer login although warning_mode=0
I did some more research.
Source code of current trunk does the following:
- Sends an email to <warning_email_add...
Markus Klein
21:36 Bug #22948: Installer sends warning email upon successful installer login although warning_mode=0
I did not add a suggestion to my previous post, as I was not sure whether the texts should be corrected or whether it... Chris topher
18:36 Bug #22948: Installer sends warning email upon successful installer login although warning_mode=0
Sorry but my interpretation is a bit different. Here are the original texts:
[warning_email_addr]
Email-address t...
Markus Klein
15:53 Bug #22948: Installer sends warning email upon successful installer login although warning_mode=0
Reading the description in Install Tool again, I think that these two options concern different things:
warning_em...
Chris topher
15:43 Bug #22948: Installer sends warning email upon successful installer login although warning_mode=0
Yes, there simply is no check for warning_mode in sysext/install/mod/class.tx_install.php, checkPassword().
Only war...
Chris topher
14:46 Bug #22948 (Closed): Installer sends warning email upon successful installer login although warning_mode=0
The installer sends warning emails to warning_email_addr although warning_mode is 0.
Also applies to TYPO3 4.4.0-R...
Markus Klein
22:42 Bug #22955: Path to acronym record icon is not correct
Yes. Thanks for the patch.
Committed to SVN TYPO3core trunk (revision 8018).
Stanislas Rolland
21:42 Bug #22955 (Closed): Path to acronym record icon is not correct
Path should be:
'extensions/Acronym/skin/images/acronym.gif'
instead of:
'htmlarea/skins/default/images/Acronym/...
Helmut Hummel
20:57 Bug #22952: Backend Links (Page, View, List, ...) don't work in Firefox 3.6.3
Must be a caching or extension issue; this works correctly. Chris topher
19:14 Bug #22952: Backend Links (Page, View, List, ...) don't work in Firefox 3.6.3
Never mind, after several browser reloads everything seems to be OK. Ralf Seliger
19:08 Bug #22952 (Closed): Backend Links (Page, View, List, ...) don't work in Firefox 3.6.3
After Upgrade from 4.2.10 to 4.3.3 I noticed that the links in the left column of the backend don't work anymore in F... Ralf Seliger
20:41 Bug #22937: htmlArea RTE: Problematic icons in IE6
Committed to SVN TYPO3core trunk (revision 8017). Stanislas Rolland
20:31 Bug #22937: htmlArea RTE: Problematic icons in IE6
The second version of this patch removes the icons from the context menu in IE6 as they do not get iepngfixed.
iep...
Stanislas Rolland
20:36 Bug #22518: image_noRows = 0 calculates wrong width
Close this bug, please.
It was a CSS problem, since images rendered as ul/li.
Sorry for wasting your time
Sha...
Christian Tauscher
20:20 Bug #22910: Use labels for Search in list view
Committed to trunk in r8008. Jeff Segars
20:19 Bug #25574: t3editor missing ext_icon.gif
Jeff committed this to trunk in rev. 8005. Chris topher
20:19 Bug #22796: Date-Picker does not work in IRRE Elements
Committed to trunk (r8010) and 4.3 (r8015) Jeff Segars
19:20 Bug #22944: JS errors prevent JS based "popups" from working in IE
Committed to svn
4_3 rev 8013
trunk rev 8014
Steffen Kamper
10:22 Bug #22944 (Closed): JS errors prevent JS based "popups" from working in IE
There are some wizards that used to open in a real popup window which are opened as a layer via JS now to avoid the p... Jo Hasenau
19:18 Bug #22953 (Closed): Export module does not keep pagetree configuration

In the Import / Export module, I try to select some tables for export. Then I click on "Update" and my selection is...
Alexander Stehlik
19:17 Bug #22951: tceforms.js slows down performance of IE dramatically
Committed to svn
4_3 rev 8011
trunk rev 8012
Steffen Kamper
17:11 Bug #22951 (Closed): tceforms.js slows down performance of IE dramatically
The datepickers and resizable/flexible textareas added by tceform.js take 30+ seconds to get rendered in IE6. (VBox, ... Jo Hasenau
18:52 Bug #22877: Flexform sections are unstyled and look weird
committed to trunk rev 8009 Steffen Kamper
18:39 Bug #22947: Update ext_icon's for sysexts
Committed to trunk in r8005. Thanks Jigal! Jeff Segars
16:40 Bug #22947: Update ext_icon's for sysexts
Included the icon from #13050 Jigal van Hemert
13:32 Bug #22947 (Closed): Update ext_icon's for sysexts
Several ext_icon's of sysexts do not match the icons used for their functionality in menu's, etc.
Updated the sysext...
Jigal van Hemert
17:48 Bug #22943: htmlArea RTE: Color dialogue may raise a js error in IE
Committed to SVN TYPO3core trunk (revision 8003). Stanislas Rolland
01:22 Bug #22943 (Closed): htmlArea RTE: Color dialogue may raise a js error in IE
If a value is manually entered in the color field and is not a valid color code, a js error is raised in IE.
(iss...
Stanislas Rolland
16:48 Bug #22950 (Closed): Template Analyzer: Line Numbers are very hard to read
I don't know where these values come from. (merged...css) firebug showed:
pre.ts-hl .ts-linenum { background-color...
Bernd Wilke
16:47 Bug #21308: Debug parsetime equals 0
Just discovered the issue w/version 4.3.3 (upgraded from 4.2.12). The patch did resolve it for me and now. But please... Felix Griesser
16:19 Bug #22949 (Closed): Sorting Content Elements with translations doesn't work exactly
If you want to change the sorting of Content Elements which are transtaled in more languages, the frontend shows ano... Werbung amp;amp;
15:35 Bug #22901: TCEforms styling for new Backend design
A fix for this has been committed as followup to #22887 in rev. 7989.
To keep things arranged clearly, I suggest ...
Chris topher
15:35 Bug #22901: TCEforms styling for new Backend design
The changes to TCEForms produced some problems (see related issues).
The problematic part is included in tceforms_re...
Chris topher
15:16 Bug #22908: Suggest wizard result is misplaced and with repeated background
Fixed by reverting the problematic part in rev. 7947. Chris topher
15:13 Bug #22880: checkbox alignment broken in section User Admin -> Edit User
Fixed by reverting the problematic part in rev. 7947. Chris topher
14:38 Bug #21894: Flexforms: no exclamation mark for required fields
I changed checkElementByType in jsfunc.tbe_editor.js:
I found :
TBE_EDITOR.setImage('req_'+elementData.req...
Giuseppe Donato
12:36 Bug #22946 (Closed): Starttime/endtime default to 01-01-70 (-40 yrs) in list view
Elements in list view without an editor defined starttime or endtime set are saved to the db with value zero in cols ... Jan Loderhose
12:28 Bug #19056: eval "timesec" sets seconds to zero
Fix commited to:
- trunk: rev. 8000 (!), will be in 4.4.0
- TYPO3_4-3: rev. 8001, will be in 4.3.4
- TYPO3_4-2: ...
Ernesto Baschny
11:17 Bug #22945 (Closed): No BE Login possible when loginSecurityLevel = normal
When setting $TYPO3_CONF_VARS['BE']['loginSecurityLevel'] to 'normal', the Backend-Login does not work at all.
The...
Rocco Georgi
10:42 Bug #20761: Shortcuts broken if current directory is not in include path
Committed to svn
trunk rev 7998
4_3 rev 7999
Steffen Kamper
08:55 Bug #20761: Shortcuts broken if current directory is not in include path
Updated patch against svn trunk, sending mail to core list. Mads Chr. Olesen
08:43 Bug #20761: Shortcuts broken if current directory is not in include path
First, you should always use the most recent version (4.3.3 currently). But it's currently there, also in trunk (whic... Steffen Gebert
08:35 Bug #20761: Shortcuts broken if current directory is not in include path
To reproduce:
Try to create a short-cut. When opening the short-cut menu at the top, it will simply display the stri...
Mads Chr. Olesen

2010-06-20

20:20 Bug #22941: htmlArea RTE: toolbar combo boxes do not float left in IE6
Committed to SVN TYPO3core trunk (revision 7993). Stanislas Rolland
20:14 Bug #22941: htmlArea RTE: toolbar combo boxes do not float left in IE6
Thanks to Jigal van Hemert for this solution:
In IE6 the DIV surrounding the dropdown box takes the full width (of...
Stanislas Rolland
16:49 Bug #22941 (Closed): htmlArea RTE: toolbar combo boxes do not float left in IE6
Toolbar combo boxes do not float left in IE6.
(issue imported from #M14797)
Stanislas Rolland
20:01 Bug #22367: Extension uploads are not possible: Extension contains no files.
And I can also confrom of installing php-pear-SOAP-0.12.0-2mdv2009.1
did help the problem. A better error message w...
Lina Wolf
19:24 Bug #22367: Extension uploads are not possible: Extension contains no files.
I can confirm this problem. it also excists on TYPO4.3 Lina Wolf
19:40 Bug #22942: Sitename missing in Login form
Hi Markus,
I also had this issue.
It is caused by the string for $TYPO3_CONF_VARS['BE']['loginLabels'] in localco...
Chris topher
17:26 Bug #22942 (Closed): Sitename missing in Login form
In the Login form it says: "Administration Login on " but nothing more.
I guess there should be the sitename as it...
Markus Klein
19:13 Bug #22940: Changes in core files for running TYPO3 on OS/2 or eComStation
I took a quick look at these changes and what it really
points to IMO is that we should have a method that checks th...
Francois Suter
14:37 Bug #22940 (Rejected): Changes in core files for running TYPO3 on OS/2 or eComStation
To get TYPO3 running on OS/2 or eComStation there are little changes needed to change the PHP_OS checks, so that TYPO... Michael Oehlhof
18:10 Bug #21058: <img > embedded in RTE not XHTML if "config.xhtml_cleaning = all" not set
Reminder. Please give any feedback if the problem still exists.
16:49 Bug #22922: Remove info icon from CEs in page module
Fixed in trunk (rev. 7991) Benni Mack
16:38 Bug #22764: Padding in the bottom of the TCEform
fixed in r7974 Ingo Renner
16:38 Bug #22915: Double borders in TCEforms
committed in r7974
Ingo Renner
16:37 Bug #22889: Rearrange before / after fields in 4.5
since this has been reverted,this one does not apply anymore,
postponed to 4.5, where whe hopefully have a refactor...
Steffen Ritter
16:33 Bug #22923: Styling issue when selecting position of new created page
Could reproduce the issue Steffen Ritter
16:22 Bug #22795: User->Setup password change not possible
Just is an result of an miss-configuration, it's not a nice behavoiur since no fallback is used, but it's not conside... Steffen Ritter
16:14 Bug #22796: Date-Picker does not work in IRRE Elements
found the problem and fixed it attached patch Steffen Ritter
15:32 Bug #22784: Width of one paragraph of text in the Install Tool is too big
I just checked that: It works correctly for all(!) other sections. This is the only one with that problem.
Chris topher
15:29 Bug #22784: Width of one paragraph of text in the Install Tool is too big
This is still an issue.
Interestingly it works correctly for (most?) other sections on that screen, but not for this...
Chris topher
15:06 Bug #22142: Help message in pagetree is displayed partially outside of viewport
I cannot reproduce this anymore. It works correctly in FF and IE now.
So this obviously has been fixed by the chan...
Chris topher
14:50 Bug #22917: gzipped files cannot be loaded in the backend
Fixed with #22904, which was committed in revision 7975. Chris topher
13:44 Bug #20007: Old version screenshots in typo3 4.2.4
I guess the design team will take care of most open problems ...
Apart from that, I guess followup's will be enough ...
Philipp Gampe
12:18 Bug #20007: Old version screenshots in typo3 4.2.4
Committed the screens to trunk (rev. 7977).
How should we proceed with the open issues / problems?
Benni Mack
12:54 Bug #22939 (Closed): ImageMagic auto-detection fails when using macports
On OSX, if ImageMagick is installed with Macports, it may very likely be installed in /opt/local/bin/
Please add t...
Peter Beernink
10:21 Bug #22938 (Closed): Missing border-bottom for inactive tabs
Inactive tabs lack a border-bottom in 4.4, which has been there in earlier versions.
Bring the border back for 4.4...
Steffen Gebert
01:30 Bug #22937: htmlArea RTE: Problematic icons in IE6
The attached patch:
1. sets the border colour to the colour of the background when in IE6 (and probably also in IE7)...
Stanislas Rolland
01:04 Bug #22937 (Closed): htmlArea RTE: Problematic icons in IE6
The button icons in the toolbar do not look very good in IE6.
The button icons in the RTE toolbar do not look good...
Stanislas Rolland
 

Also available in: Atom