Project

General

Profile

Activity

From 2006-04-16 to 2006-05-15

2006-05-15

23:32 Bug #15848: Using dam list modul
dam.querygen.php is another patch that solves an issue with the TYPO3 "sql parser". Karsten Dambekalns
22:50 Bug #15848: Using dam list modul
"In DAM 1.0 all database accessing should be DBAL valid in that way that the right TYPO3 DB functions are used. "
Ha...
Karsten Dambekalns
22:13 Bug #15848: Using dam list modul
I'll start looking at this the next days. For now I installed what is currently in TER and could even install it afte... Karsten Dambekalns
23:09 Bug #16116: Accessibility error: input type="image"
Patch uses IMG_RESOURCE. Martin Kutschker
22:39 Revision 4122e060: Fixed bug #1374: Mailforms didn't work with <input type="image"> submit buttons. (Thanks to Thorsten Kahler and Rupert Germann!)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1473 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
22:35 Bug #14925: No mail from mail-form, but from install-test&php&shell
Fixed in CVS HEAD and 4.0. Ingmar Schlecht
22:31 Revision 34eed02a: * Fixed bug #1374: Mailforms didn't work with <input type="image"> submit buttons. (Thanks to Thorsten Kahler and Rupert Germann!)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1472 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
22:26 Bug #14304: fileadmin mount problem
Fixed (4.0.1 and HEAD) by changing code to:
$path=trim($path);
$path=preg_replace('#^\.?/|/\.?$#','',$path);
T...
Martin Kutschker
22:21 Revision 0986606d: Sanitize path normalization of class.t3lib_userauthgroup.php::addFileMount()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1471 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
22:19 Revision df8f4c95: Sanitize path normalization of class.t3lib_userauthgroup.php::addFileMount()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1470 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:59 Revision 2736c369: Fix typo in validPath regexp
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1469 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:58 Revision c345976b: Fix typo in validPath regexp
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1468 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:47 Revision eddff8ea: Corrected comment for maxWInText (tslib_content) and simplified calculation
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1467 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:45 Revision 16a6d7cd: Corrected comment for maxWInText (tslib_content) and simplified calculation
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1466 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:31 Bug #16098: Files with two dot can not deleteed
Fixed in CVS (4.0.1 and HEAD). Martin Kutschker
21:26 Revision 65674340: Fix bug #3364: Changed t3lib_div::validPathStr() that it rejects files starting with ../ or containing /../, but allows ..
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1465 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:00 Revision f6e116e5: Changed t3lib_div::validPathStr() that it rejects files starting with ../ or containing /../, but allows ..
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1464 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
20:03 Bug #16018: Effect "gray" of the GIFBUILDER object doesn't have any effect at all
Setting
$TYPO3_CONF_VARS[GFX][im_combine$TYPO3_CONF_VARS_filename] = composite
didn't solve the problem at fi...
Patrick Rodacker
19:52 Bug #16106: CSS Styled Content TextPic with image on the right
Hi there,
actually I am using the final Typo4.0 version, but I will have a look if this might fix my problem. But ...
Michael Hitzler
15:51 Bug #16106: CSS Styled Content TextPic with image on the right
looks like a duplicate of http://bugs.typo3.org/view.php?id=3138 to me. I had the same problem with RC3.
Have a lo...
Franz Koch
17:59 Bug #15971: Extensions which use function pi_getPidList() from class tslib_pibase do not work with DBAL
Thanks. Karsten Dambekalns
16:58 Bug #15971: Extensions which use function pi_getPidList() from class tslib_pibase do not work with DBAL
with version 4.81.0 pi_getPidList() returns the correct values. Rupert Germann
14:36 Bug #15971: Extensions which use function pi_getPidList() from class tslib_pibase do not work with DBAL
Please check if the issue is resolved with version 4.81.0 of the ADOdb extension. Thanks. Karsten Dambekalns
13:50 Bug #15971: Extensions which use function pi_getPidList() from class tslib_pibase do not work with DBAL
Thanks to Christian Welzel for bringing some light into the issue. He found that the sue of admin_get_keys() in tt_ne... Karsten Dambekalns
15:29 Bug #16148 (Closed): IFSUB and ACTIFSUB of Menus fails with pagetype shortcut as subpage
This bug is related due to missing SQL-Query-Result fields in the function "getMenu()" (in class.t3lib_page.php) call... Franz Koch
14:42 Revision 5f7833ed: Update to upstream 4.81 and fix for bug #3104
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1463 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns
12:50 Bug #16147 (Closed): Linking between domains in the pagetree ignores simulate static documents
when linking between multiple domains in the pagetree with
simulate static documents turned on and
config.typolink...
Klaus Hinum

2006-05-14

23:01 Feature #16146 (Closed): Add fileadmin in Element Browser in general DRAFT workspace
* When you log in as an admin "fileadmin/" is not available, because file operations are not permitted. When an admin... ben van
21:42 Bug #15681: namespaces of metadata should be lowercase (extended metatags and CORE)
hmmmm sorry it took a while for such an easy thingie ;-) ben van

2006-05-13

16:33 Bug #16145 (Closed): When typo3 not in root, sends 503 headers to W3C Validator, possibly to search bots too.
When I move my typo3 installation to a subfolder, everything still works fine for web browsers, but typo3 starts send... old_kristijan
11:45 Feature #15252: tslib_pibase: incorporate the fh_library
But I would need at least the functions pi_getSetupOrFFvalue, pi_displayHelpPage and sL.
These are needed in the ext...
Franz Holzinger
00:25 Bug #16144 (Closed): Fatal php error during BE Login when a l10n xml file is faulty
Typo3 4.0 will throw an fatal php error during BE login when:
- a l10n xml file is faulty
- the language for the us...
Alexander Bergmann

2006-05-12

10:52 Bug #16141: JS error on IE 5.5 for Dynamic tab and module HighLight
I think we had dropped support for IE 5.5, but if your patch doesn't break other browsers, we may add it. But the upl... Martin Kutschker
09:03 Bug #16142: Popup-Problem wenn Text im Title-Feld steht
Popup problem with special width and height declaration, if text is in the Title field from the Link description
I...
Sandra Bartling
08:53 Bug #16010: "Cannot use string offset as an array" when update a translation
Nothing new on that ?
That's a very critical feature => I can't use Typo3 4.0 on my server because of this (becaus...
old_Nurn123

2006-05-11

19:17 Bug #16142: Popup-Problem wenn Text im Title-Feld steht
Could you translate to English, French or Spanish please. Stanislas Rolland
10:44 Bug #16142 (Closed): Popup-Problem wenn Text im Title-Feld steht
Will man eine Verlinkung auf eine Datei setzen (zb ein Bild), das sich in einer bestimmten Größe öffnen soll, zb 200x... Sandra Bartling
15:02 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
How to execute the patch file. Is there an explanation on how to patch certain solutions to bugs.
I did the follow...
old_mountain
13:28 Bug #15826: BE pagetree - selected site is not marked anymore
I experienced this problem as well.
I wasn't able to find out the exact problem yet.
Clemens Riccabona
13:09 Feature #15515: rollover on pagetree and help manual
IMHO its not a 'cosmetic' question but a question of usability.
I use firefox in general, but most of our customers ...
Clemens Riccabona
10:57 Bug #16143 (Closed): Not possible to mount fileadmin root folder with relative BASE
For now it is not possible to create filemount to fileadmin folder using relative BASE. If entering smth like
/
./
...
Kirill Klimov

2006-05-10

15:47 Bug #16141 (Closed): JS error on IE 5.5 for Dynamic tab and module HighLight
IE5.5 doesn't support getNamedItem() javascript function.
This function is used to change class name (obj.attributes...
GUERARD Vincent
12:28 Bug #16140 (Closed): Losing connection, because of wrong URL
Hi,
I'm not sure if this problem comes directly from DAM or T3 Core, but I get it only with DAM.
When I want to...
J©rémy Lecour

2006-05-09

20:10 Feature #16138 (Closed): +calc should check the operators rules
I don't know, whether this is included in 4.0, but in 3.8.0 it's not.. .. and the docs say too, that it isn't in 4.0:... Andreas Balzer
18:33 Bug #16137: PATH_tslib defined in index.php, but it doesnt resolve; PATH_t3lib works fine...
see notes Rupert Germann
18:05 Bug #16137: PATH_tslib defined in index.php, but it doesnt resolve; PATH_t3lib works fine...
ok, I'm sorry, please resolve this ticket old_p_mehrer
18:03 Bug #16137: PATH_tslib defined in index.php, but it doesnt resolve; PATH_t3lib works fine...
the directory tslib contains only FE rendering stuff so it's quite logical that its path is not needed in the BE. If ... Rupert Germann
17:27 Bug #16137: PATH_tslib defined in index.php, but it doesnt resolve; PATH_t3lib works fine...
Are you using a backend modul? I got feedback regarding the extension mwimagemap and there PATH_tslib didnt work on t... old_p_mehrer
16:49 Bug #16137: PATH_tslib defined in index.php, but it doesnt resolve; PATH_t3lib works fine...
I can't reproduce this. In my installation PATH_tslib contains the correct value in TYPO3 version 3.8.1 and 4.0. coul... Rupert Germann
15:49 Bug #16137 (Closed): PATH_tslib defined in index.php, but it doesnt resolve; PATH_t3lib works fine...
The constant PATH_tslib does not resolve to a path. I have this problem with typo3 3.8.1 and heard that it doesnt wor... old_p_mehrer
14:47 Bug #16102: German umlaut not correct in FC
Is this a UTF-8 problem?
Text in XML: Containerüberschrift
Text in BE: Containerüberschrift
Toralf Lenz

2006-05-08

22:17 Bug #16126: getMimeType() bug in the class.t3lib_htmlmail.php
This is fixed in CVS (4.0.1). Martin Kutschker
21:30 Bug #16113: Coding Error in t3lib_htmlmail.php function start()
The patch tries $_SERVER['HTTP_HOST'] and then falls back to php_uname (with safe guards). Martin Kutschker
20:27 Bug #16113: Coding Error in t3lib_htmlmail.php function start()
$_SERVER['HTTP_HOST'] can only be one way as the class may be instantiated from a CLI script (ie outside of an HTTP s... Martin Kutschker
19:13 Bug #16113: Coding Error in t3lib_htmlmail.php function start()
The 1&1 support says that I should use one of the following ways to get the hostname or the ip-address:
Hostname:
...
old_markusd112
15:52 Feature #15011: Suggestion : move up the window's properties in file browser
Version 1.4.0 requires TYPO3 4.0. Stanislas Rolland
15:51 Feature #15011: Suggestion : move up the window's properties in file browser
With typo3, 3.8.2 old_araymond
15:43 Feature #15011: Suggestion : move up the window's properties in file browser
What version of TYPO3 4.0? Stanislas Rolland
14:46 Feature #15011: Suggestion : move up the window's properties in file browser
I get those errors when I try to open the link popup window.
Warning: main(/var/www/htdocs/freesite_test/typo3/...
old_araymond
01:38 Feature #15011: Suggestion : move up the window's properties in file browser
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0. Stanislas Rolland
15:47 Bug #16118: Backend Anzeigeprobleme [Mac OSX 10.4.6 & Safari 2.0.3] linke Navigationsleiste wird nicht angezeigt
You could perhaps try to descibe the bug in English. I understand that English may not be your native language, but t... Martin Kutschker
15:32 Bug #16091: Try to upload extension: SOAP-ENV:Client: Bad Request
Does this mean that the soap extension has to be compiled with php on the Typo3 server? I'm operating a Linux server,... Schopfer Olivier
14:44 Bug #16121: php5.1. and typo3 4.0
This is a bug in PHP 5.1.3. Please update PHP to 5.1.4!
see http://bugs.php.net/bug.php?id=37276
Toralf Lenz
14:40 Bug #16134 (Closed): pageNotFound_handling: unescaped & in HTML-Source
$TYPO3_CONF_VARS['FE']['pageNotFound_handling'] = 'READFILE:notfound.html'
Marker ###CURRENT_URL### in template: &...
Toralf Lenz
10:18 Bug #16133: description of [EXT][allowSystemInstall] = 0 misleading
systemextensions => system extensions Dmitry Dulepov
01:43 Bug #15616: properties of images are not saved v1.1.6
Please confirm that this is fixed with TYPO3 4.0 and version 1.4.0 of the extension. Stanislas Rolland
01:41 Bug #15276: The editor get the focus on page load on IE
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0. Stanislas Rolland
01:40 Bug #16064: RTEarea frontend usage with no-javascript fallback solution
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0. Stanislas Rolland
01:39 Feature #15853: Create folder when inserting link ( in browse_links.php )
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0. Stanislas Rolland
01:39 Feature #15379: Show table borders per default
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0. Stanislas Rolland
01:38 Feature #15667: make Typo3Browser plugin more configurable
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0. Stanislas Rolland
01:37 Feature #16063: Configurable limits for "magic images" resize
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0. Stanislas Rolland
01:36 Feature #15545: accessibility icons not as default
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0. Stanislas Rolland
01:36 Bug #15908: Link "title" is not saved when using the IE
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0. Stanislas Rolland
01:34 Bug #16119: Updating image in IE doesn't work
Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0. Stanislas Rolland

2006-05-07

12:27 Bug #16133 (Closed): description of [EXT][allowSystemInstall] = 0 misleading
current description is like this:
-------------- snipp ----------------
If set, you can install extensions in the...
Peter Niederlag
01:25 Bug #16132 (Closed): loading a module causes a strange HTTP request
Loading a module can cause a strange second HTTP request to the same module. This happens not only when clicking on a... Daniel Winkler

2006-05-06

19:58 Bug #16131 (Closed): tools-> indexed search does not display external files
in file sysext/indexed_search/mod
// TYPO3 pages, unique
$res = $GLOBALS['TYPO3_DB']->exec_SELE...
old_cbalisky
17:41 Bug #14971: cookie lifetime from the localconf will be ignored
The garbage collector was my first though too, but after investigating we found that sessions were deleted much soone... Jeff Segars
11:44 Bug #14971: cookie lifetime from the localconf will be ignored
I also don't understand why this patch should solve the issue.
The lifetime of an FE user is already set in tslib_fe...
Michael Stucki
15:43 Bug #16130 (Closed): Update of extension list fails because of wrong tmp folder
Hallo Typo3 team
I installed Typo3 4.0 final on my root server managed by confixx 3.0
Today i wanted to update ch...
Manuel Rüter
15:31 Bug #16091: Try to upload extension: SOAP-ENV:Client: Bad Request
Someone told me that soap support might not be enabled on Windows. So I had a look and it was true. After adding exte... Andre Obereigner
10:55 Bug #16106: CSS Styled Content TextPic with image on the right
Hi Ernesto,
to be honest, I just used it as is, which means no additional imgtext settings, no additional CSS and ...
Michael Hitzler
07:58 Bug #16113: Coding Error in t3lib_htmlmail.php function start()
Here are now some informations from the 1&1 support:
The hostname of our shared webspace is infong273.schlund.de b...
old_markusd112

2006-05-05

22:35 Revision 2c2d733d: * Fixes and features to htmlArea RTE extension (see details in local ChangeLog)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1462 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
20:55 Bug #16128 (Closed): http://130.228.0.33/oneminutesite/oneminutesite.htm
This site is not reachable
The Site ist not reachable since a few Days
(issue imported from #M3430)
old_wizi
18:20 Bug #14971: cookie lifetime from the localconf will be ignored
The problem is related to frontend users who are logged in. If the TYPO3_CONF_VAR for the cookie lifetime is set to ... Jeff Segars
17:48 Bug #16127 (Closed): config.spamProtectEmailAddresses = -3 replaces _ with \ which gets escaped...
config.spamProtectEmailAddresses = -3 replaces _ with \ which gets escaped...
This way mailadresses like 'james_do...
Jonas Felix
17:01 Bug #16126 (Closed): getMimeType() bug in the class.t3lib_htmlmail.php
in the current Version Typo 3 4.0 is a bug in the class.t3lib_htmlmail.php in line 1282 in the function getMimeType()... Alexander Bohndorf
13:59 Bug #16125 (Rejected): Problems creating T3x with symlinks in the file system
There is a error on the creation of T3X extension's packages, the error appears when in the folder of the extensions ... Leo Barrientos
12:19 Bug #16124 (Closed): Spacing in Pagetree
Web->Info->Localization overview
If "Details" checked, there are spaces in the pagetree.
see screenshot
(issue ...
Toralf Lenz
11:31 Bug #16123 (Closed): Accessibility and font-size selector in RTE
right now RTE uses font tag to change font-size of selected text.
But "font" is deprecated. Should be used <span st...
Dmitry Pikhno
10:58 Bug #16122: First caption doubled in splitted captions in "renderMethod=table"
Attached patch brings the captionSplit.renderObj back and also fixes this new issue. Ernesto Baschny
10:40 Bug #16122 (Closed): First caption doubled in splitted captions in "renderMethod=table"
Change renderMethod to table:
tt_content.image.20.renderMethod = table
Enable the imageTextSplitting with the...
Ernesto Baschny
10:27 Bug #16106: CSS Styled Content TextPic with image on the right
Michael, could you provide us with some more information, please?
1) how does your CSS look like?
2) do you have ...
Ernesto Baschny

2006-05-04

22:56 Bug #16121 (Closed): php5.1. and typo3 4.0
In "click here to edit whole template record" after saving all constants will be deleted and the following err-msh ap... Willi Kernen
20:51 Bug #16120 (Closed): Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
Upload of images larger than 1 MB in 'text with image' and 'images only' content elements is not possible, because th... Robert Markula
18:52 Bug #16113: Coding Error in t3lib_htmlmail.php function start()
Your proposed workaround gives as result the string "infong" but this hostname doesn't exist, so the error message is... old_markusd112
12:19 Bug #16113: Coding Error in t3lib_htmlmail.php function start()
phpinfo() gives this information:
PHP Version 4.4.2
System Linux infong 2.4 #1 SMP Wed Jan 18 14:53:29 CET 20...
old_markusd112
10:10 Bug #16113: Coding Error in t3lib_htmlmail.php function start()
I've tested it with 4.4.2 now on my own box and it works fine.
Please check the output of phpversion(). Are you su...
Martin Kutschker
06:14 Bug #16113: Coding Error in t3lib_htmlmail.php function start()
I'm using PHP version 4.4.2.
It's running on a shared webserver of 1&1, so I have no influence on the installed ve...
old_markusd112
18:37 Bug #16081: Wrong parameter count for php_uname() reported by using the htmlmail function with PHP 4.2.2
Sorry, it was my fault: It was the wrong bug report entry, sorry... I have deleted my comments...
In version 4.4.2...
old_markusd112
17:19 Bug #16081: Wrong parameter count for php_uname() reported by using the htmlmail function with PHP 4.2.2
Did you try this on the shell?
php -r 'echo php_uname("n"),"\n";'
Or put it in a .php file and run it from the ...
Martin Kutschker
09:54 Bug #16081: Wrong parameter count for php_uname() reported by using the htmlmail function with PHP 4.2.2
Kasper, of course it will be fixed.
Markus, you're telling me tahat on your PHP 4.4.2 you get a PHP warning?
My...
Martin Kutschker
15:31 Bug #16119 (Closed): Updating image in IE doesn't work
It's not possible to update an image once it already has been added in the editor. It can be reproduced if these step... Mark Kuiphuis
12:31 Bug #16118 (Closed): Backend Anzeigeprobleme [Mac OSX 10.4.6 & Safari 2.0.3] linke Navigationsleiste wird nicht angezeigt
Im Backend wird bei dem oben beschreibenen System keine linke Navigationleiste angezeigt. Dieses Problem tritt beim M... flecko
11:17 Bug #16098: Files with two dot can not deleteed
Thanks Martin, the Patch works.
But I don't know how to use the "better" solution?
U Stephan
09:39 Bug #16068: Out of Memory Problem in the Extension Manager: version_compare() to blame
I have change the summary to reflect the open issue. I still wonder why the calls to version_compare() produce your p... Martin Kutschker

2006-05-03

22:22 Bug #16068: Out of Memory Problem in the Extension Manager: version_compare() to blame
I think also that this work around will not be the proper solution finally. The Problem seems really to be located in... Karl Bauer
14:42 Bug #16117 (Closed): After The Update from 3.7.0 to 3.8.1 the session_start() - comman does not work anymore
I just updated my Typo3 system from 3.7.0 to 3.8.1 and after some minor problems my whole user authentication does no... old_andre_p
14:08 Feature #16104: TS: Enable dynamic setting of stdWrap.field value
I was just waiting for an answer from the list. But there seems to be no alternative, so I open it now. Thorsten Kahler
13:59 Feature #16104: TS: Enable dynamic setting of stdWrap.field value
Is this set to "private" on purpose? Karsten Dambekalns
13:55 Bug #16116: Accessibility error: input type="image"
It would probably be better to use IMG_RESOURCE... Karsten Dambekalns
11:54 Bug #16116 (Closed): Accessibility error: input type="image"
class.tslib_content.php :: function FORM
line 1857 - submit button generation...
Dmitry Pikhno
13:53 Bug #14859: Deleting directories ending in a dot in fileadmin-module impossible
This is still an issue with 4.0.0. I second not removing the dot, it doesn't do any harm and after all it is allowed ... Karsten Dambekalns
11:56 Bug #16036: addQueryString does NOT work properly
yep. it works for me.
thnx
please take a look also on this bug #16116
Dmitry Pikhno
10:16 Bug #16036: addQueryString does NOT work properly
1) You *have* to use method=GET with Real URL (won't change this)
2) You're right. Unfortunately the fix for this ...
Martin Kutschker
10:53 Bug #15825: Admin Panel always loses GET parameters
This patch has made it into 4.0. Martin Kutschker
10:50 Bug #16042: Incorrect bitwise operation in t3lib_cs at utf8_encode function...
Right: fixed in CVS. Martin Kutschker
10:48 Revision 1626e7d6: Fix problem with 2-byte charsets (eg UTF-16) in t3lib_cs::utf8_encode().
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1461 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
10:47 Revision 659dc8be: Fix problem with 2-byte charsets (eg UTF-16) in t3lib_cs::utf8_encode().
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1460 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
10:34 Revision a88f6da0: Fix typolink.addQueryString.method=GET and wrong use of implode in typo3/mod/tools/em/class.em_index.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1459 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
10:26 Revision d78382aa: Fix typolink.addQueryString.method=GET (see bug #3241)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1458 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
09:42 Bug #16113: Coding Error in t3lib_htmlmail.php function start()
What PHP version are you using? We know (and there is bug #16081 filed for ut), that 4.1 and 4.2 don't accept a param... Martin Kutschker
09:32 Bug #16111: Auto Login
Nilesh, this is not a help forum. In any case the severity for such a request may not be "major" but must be "feature". Martin Kutschker
09:16 Revision 5a45ef35: fix for alternateBgColors
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1457 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
09:12 Revision e1df3555: Fix for alternateBgColors
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1456 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann

2006-05-02

21:51 Bug #16115 (Closed): Missing slash in click-enlarge images url
When clicking on an image that is set to click-enlarge, the url is: http://www.example.comindex.php... instead of htt... Mathias Bolt
21:41 Bug #16114 (Closed): Two mailforms on a page cause error on field validation
Recently I had a complaint by a customer who had set some fields in a standard mailform to "required" but evaluation ... Alexander Schloegl
20:19 Bug #16081: Wrong parameter count for php_uname() reported by using the htmlmail function with PHP 4.2.2
Have the same problem, must be fixed since the PHP version requirement is less than php 4.2.2 Kasper Skårhøj
18:45 Bug #16113 (Closed): Coding Error in t3lib_htmlmail.php function start()
There seems to be a = obsolete in line 273:
function start () {
global $TYPO3_CONF_VARS;
// Sets the mes...
old_markusd112
15:26 Bug #16091: Try to upload extension: SOAP-ENV:Client: Bad Request
Same problem for me with a new extension Schopfer Olivier
13:15 Bug #16018: Effect "gray" of the GIFBUILDER object doesn't have any effect at all
Change the value of this line:
$TYPO3_CONF_VARS[GFX][im_combine$TYPO3_CONF_VARS_filename] = combine
to "composi...
Bernhard Kraft
12:47 Bug #16111: Auto Login
it's not that difficult to try to search "auto login" in the extension repositary, first
http://typo3.org/extensions/
Stefano Cecere
08:15 Bug #16111 (Closed): Auto Login
How to Perform Auto Login. Can any tell me what the plugin i have to use for the same.
I will be highly thankful if...
Nilesh Gupta
10:45 Bug #16112 (Closed): HTML-Source in Error-Pages not valid (FE)
e. g. "Error. Reason: Page is not available in the requested language."
- missing <!DOCTYPE> declaration
- variou...
Toralf Lenz

2006-05-01

20:42 Bug #15979: Javascript Error on Click Menu in Filelist
I can confirm that this bug exists. I was able to duplicated it on my machine as well. IE6 + windows.
To duplicate...
Zach Davis
19:59 Bug #16109 (Rejected): support for own drag'n'drop actions is limited
The function printDragDropClickMenu in alt_clickmenu.php contains some hardcoded menu entries and the possibility to ... Daniel Winkler
19:18 Feature #16084: Fixed fonts in the Backend configuration (TypoScript setup field or TSConfig fields)
Ok, you're right. The fixed fonts are not there with the new skin. But they are there in the classic skin. The new sk... Martin Kutschker
10:32 Bug #16099: Fatal error after uploading the Version 4.0
Hi Rupert, thanks for pointing that out. I didn't check this, and one never stops learning... :)
Definitely looks ...
Karsten Dambekalns
09:21 Bug #16099: Fatal error after uploading the Version 4.0
Hi Karsten,
the installtool is not independent of that part of the infrastructure because it include init.php whic...
Rupert Germann

2006-04-30

23:08 Bug #16099: Fatal error after uploading the Version 4.0
Are you sure the install tool shows this error? It is completely independet of that part of the infrastructure... Karsten Dambekalns
23:06 Bug #16068: Out of Memory Problem in the Extension Manager: version_compare() to blame
As Martin says the implode() bug is fixed (thanks Martin!) but the version_compare simply cannot be the cause for the... Karsten Dambekalns
21:36 Bug #16107: Security breach --> possibility to hack system
>but i mean it's possible to gain admin rights for a normal BE user
No. It means that user, who was admin, remain ad...
Dmitry Dulepov
19:27 Bug #16107: Security breach --> possibility to hack system
well.. but i mean it's possible to gain admin rights for a normal BE user.. (i think you know how..)
i'm currently...
Andreas Balzer
19:22 Bug #16107: Security breach --> possibility to hack system
Andreas,
you can be shure that I tested it from two different clients - really, believe me ;-)
And about your o...
Rupert Germann
18:46 Bug #16107: Security breach --> possibility to hack system
Let's not overestimate the importance of this. First of all, even if it works, this is not a remote exploit, so I wou... Dimitri Tarassenko
18:02 Bug #16107: Security breach --> possibility to hack system
you can not reproduce this thing if you do it from one client pc.. you need at last two. An other problem is, that tw... Andreas Balzer
17:28 Bug #16107: Security breach --> possibility to hack system
I can't reproduce this.
If I do what you described in the bugreport I immediately get "you don't have access to this...
Rupert Germann
16:57 Bug #16107 (Closed): Security breach --> possibility to hack system
If a user A is logged in as an admin user and a user B is logging in on an other username that is an admin, and user ... Andreas Balzer
19:06 Bug #16108: Block of shtml upload
" in either .htaccess or some other way that would prohibit executing ANYTHING in the user-uploadable directories." W... Andreas Balzer
18:42 Bug #16108: Block of shtml upload
The problem is you CAN'T build a complete list of everything that can be executed - i.e. what if the server has mod_p... Dimitri Tarassenko
18:01 Bug #16108: Block of shtml upload
well, but this also works under linux :)
I recommend to block anything from upload that has the possibiliy to execut...
Andreas Balzer
17:47 Bug #16108: Block of shtml upload
there are many ways to shutdown a windows computer, sometimes even a manipulated bmp or wma file is enough.
SCNR ;-)
Rupert Germann
16:58 Bug #16108 (Closed): Block of shtml upload
upload of shtml files should be blocked by default, because this can be a security issue. e.g. you can shutdown windo... Andreas Balzer
17:51 Revision 984b59ef: Bug #3226: Error in template::clearCacheMenu if user is not admin
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1455 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
17:49 Revision 6d95fa83: Bug #3226: Error in template::clearCacheMenu if user is not admin
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1454 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
17:49 Revision 1af06e65: Bug #3226: Error in template::clearCacheMenu if user is not admin
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1454 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
17:38 Revision 219975ed: Bug #3226: Error in template::clearCacheMenu if user is not admin
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1453 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
04:40 Bug #15353: t3lib_htmlmail FetchURL does not work with https + auth
This issue was corrected in TYPO3 4.0. Stanislas Rolland

2006-04-29

23:00 Bug #16106 (Closed): CSS Styled Content TextPic with image on the right
Using the css styled image textpic content element in T3 4.0. produces a CSS problem with Firefox. In IE everything s... Michael Hitzler
21:16 Feature #16084: Fixed fonts in the Backend configuration (TypoScript setup field or TSConfig fields)
I cannot reproduce this. I have fixed fonts in both views. Are you sure you don't use a RC? I have tested it with the... Martin Kutschker
21:08 Bug #16098: Files with two dot can not deleteed
Better use this: preg_match('|(?:^\.\.|/\.\./|',$path). Checks for and "../foo/bar" or "fo/../bar" which must be forb... Martin Kutschker
21:06 Bug #14455: html entities getting borked at rendering
Is this still an issue? Quite some time has passed since the bug has been submitted. Martin Kutschker
20:52 Revision 8ae0a75e: Fixed wrong use of implode in typo3/mod/tools/em/class.em_index.php (lines 1392, 1424).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1452 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
20:49 Bug #16068: Out of Memory Problem in the Extension Manager: version_compare() to blame
Simply removing a check doesn't seem a proper solution for me, so version_compare stays in. But the implode has been ... Martin Kutschker
20:38 Feature #16105: Setting a max limit for chached things in filesystem or database
An automated thingy will probably be too complicated, but I can image an item in Tool>DBcheck. Martin Kutschker
16:29 Feature #16105 (Closed): Setting a max limit for chached things in filesystem or database
Hi! It would be nice, if it's possible to say TYPO3 should only cache things until it reaches XXX MB and then deletes... Andreas Balzer
06:02 Feature #14605: Click-enlarge for Images
Well, the custom tag approach worked fine in Firefox, but got killed in IE6.
Fallback: will use two attributes on ...
Stanislas Rolland

2006-04-28

23:20 Bug #14925: No mail from mail-form, but from install-test&php&shell
Hi Thorsten,
thanks for the patch!
I just sent it to the core list and am waiting for approval.
cheers from Sw...
Ingmar Schlecht
21:25 Bug #16098: Files with two dot can not deleteed
Try this patch. Martin Kutschker
15:16 Feature #16104 (Closed): TS: Enable dynamic setting of stdWrap.field value
Via TS it's not possible to dynamically select the field that you want to retrieve data from. The only ways are via
...
Thorsten Kahler
15:13 Bug #16073: Cannot delete language version of a page
There is a bug in typo3/sysext/cms/layout/db_layout.php Line-> 1220.
To resolve this problem you can change mysql-...
old_netcont
13:44 Bug #16103 (Closed): Enable language dependent fetching of DB fields
At the moment you can read the e. g. title of a page (type sysfolder) with either stdWrap.data/getText or RECORDS. Bu... Sacha Vorbeck
12:49 Bug #16102: German umlaut not correct in FC
Same umlaut problem in Web->Page (TV) Toralf Lenz
12:44 Bug #16102: German umlaut not correct in FC
The german umlaut "Ü" is shown as "Ã". Toralf Lenz
12:42 Bug #16102 (Closed): German umlaut not correct in FC
The german umlaut "Ü" is shown as "Ã&#156;".
see screenshot; word spelling is "Überschrift"
(issue imported from ...
Toralf Lenz
08:15 Bug #16095: Content is rendered instead of a shortcut if a secured page is accessed without login
I have the same problem. It started after upgrading my website from 3.8.1 to 4.0. Strange enough, this does not happe... Schopfer Olivier
02:28 Bug #16101 (Closed): Problem with russian (windows-1251)
On TYPO3 4.0 indexed_search 2.9.0
with forceCharset = windows-1251
I see wrong charcters in
Tools -> Indexin...
Valery Romanchev
01:52 Bug #16100: t3lib_flexformtools error
Related to bugs:
#0003124 #0003196
Valery Romanchev
01:51 Bug #16100 (Closed): t3lib_flexformtools error
After adding FE-group to page I see:
Warning: Invalid argument supplied for foreach() in
/home/warner/typo3_src-4....
Valery Romanchev

2006-04-27

22:39 Bug #16082: I get a parse error when I try to upload an extension.
I can confirm that the problem was that the server didn't have access to the internet. My workstation was on the same... Stig N¸rgaard
22:21 Feature #15542: Modules/sub-modules enabling/disabling via User->Task center
So, this is not the "ideal" way to do it, but works so far for me.
By patching the file class.alt_menu_functions.in...
Torben Dam
19:31 Bug #15859: sysfolder icon
sorry, the icons I submitted before had incorrect sizes.
The icons with the correct size are now in the *.zip
Clemens Riccabona
16:11 Bug #15859: sysfolder icon
We also think that a little bit bigger difference of the color between folders and pages would be nice in common.
If...
Clemens Riccabona
18:09 Bug #16099 (Closed): Fatal error after uploading the Version 4.0
After uploading the two packages (Dummy package & TYPO3 source) on the webserver it's not possible to acces the insta... Soenke Hartung
17:57 Bug #16098 (Closed): Files with two dot can not deleteed
Files with 2 dots in the filename (tes..t.txt) can not be deleted.
If there are such files the klickmenu in the fil...
U Stephan
15:35 Bug #16097: Sccessibility issue: XHTML compatibility of text with image content
Here the note regarding your message:
> I could reproduce this error. It happens if you set
> "styles.content.img...
Martin Gratzer
14:39 Bug #16097: Sccessibility issue: XHTML compatibility of text with image content
I can confirm this. It happens in 4.0-mode and setting styles.content.imgtext.imageTextSplit to "0" (default is "1").... Ernesto Baschny
12:15 Bug #16097 (Closed): Sccessibility issue: XHTML compatibility of text with image content
I found out that there is an error on the CSS Styled Content Extension when using an Text & Image content element. Th... Martin Gratzer
12:02 Bug #16093: <link>-tag should be saved lowercase instead of uppercase
this has been fixed in 4.0 already. Peter Niederlag
10:51 Bug #14925: No mail from mail-form, but from install-test&php&shell
Hi Ingmar,
I suggest the attached patch.
As far as I could see there are no further implications, neither in ts...
Thorsten Kahler
10:47 Bug #16095 (Closed): Content is rendered instead of a shortcut if a secured page is accessed without login
If you are not logged in the Frontend and try to access a page for logged in users it redirects you to the root-page.... old_redgolem
09:44 Feature #16061: to not show edit icon if user hasn't modify permission
Of course you are right. Unfortunately the permission check is rarely at the point where the icon is drawn. And under... Martin Kutschker
09:41 Bug #16094: Nach Extension installation ist BE nicht mehr loggbar
This is not a help forum but a bug tracker.
Das ist kein Hilfeforum und hier wird Englisch gesprochen.
Martin Kutschker
00:22 Bug #16094 (Closed): Nach Extension installation ist BE nicht mehr loggbar
Nach Installation der Extension : wa_printctrl wurde ich mit folgender Fehlerwarnung aus dem BE rausgeworfen und kann... Ali-Reza Djassemi

2006-04-26

22:18 Bug #16082: I get a parse error when I try to upload an extension.
I might have found the cause. The server probably didn't have a connection to the internet. I'll check soon. Stig N¸rgaard
21:50 Bug #16093 (Closed): <link>-tag should be saved lowercase instead of uppercase
right now htmlarea saves <LINK xy></LINK>. IMHO we should go for lowercase. <link xy></link>
(issue imported from...
Peter Niederlag
16:57 Feature #16092 (Closed): SysActions: Selecting a page for a new element
Using sysactions a user can quickly add elements (ex. news, products).
It would be nice if it is possible for a us...
old_rickg
16:39 Bug #16091 (Closed): Try to upload extension: SOAP-ENV:Client: Bad Request
When I try to upload my new extension to the repository, the error message "SOAP-ENV:Client: Bad Request" always occu... Andre Obereigner
14:11 Feature #16089: writeMM deletion trouble
this a temporary fix to writeMM:
if ($GLOBALS['writeMM']['deleted'][$tableName]!=1) {
//deletion code here
...
Nikolas Hagelstein
11:12 Feature #16089: writeMM deletion trouble
This also occurs with Version 3.8.1 Thomas Hempel
11:07 Feature #16089 (Closed): writeMM deletion trouble
assuming the following tca setup:
--------
"groups1" => Array (
"exclude" => 1,
"l10n_mode" => "exclude",
...
Nikolas Hagelstein
11:42 Bug #16090 (Closed): t3lib_parsehtml_proc::TS_links_rte: external url identification leak
If a full qualified url to an internal network space was configured in RTE, like
<LINK http://myinternalserver/abc...
typo3-bahag-com
01:13 Bug #15621: Missing copymode icon
Any news on this?
Could this be a possible icon?
Greetings,
Christian
Christian Trabold

2006-04-25

20:29 Bug #16086 (Closed): Dependency Error
The running TYPO3 version (4.0) is higher than allowed (0.0.4)
The running PHP version (4.4.1) is higher than allo...
Martin Holtz
19:37 Bug #15859: sysfolder icon
I agree, a different colour for sysfolders would be nice. The yellow is nice, but a kind of dark grey would fit also ... Martin Kutschker
19:29 Bug #15959: Options frame renders badly
Please have a look at the two patches. Martin Kutschker
19:27 Bug #15959: Options frame renders badly
Ernesto, your patch is looking good.
I have attached a somewhat (6px) higher background image for the top area. Th...
Martin Kutschker
19:11 Bug #15647: some problems in Opera
Checkboxes that have the focus are larger than normal. But only when the cursor does NOT hover over the checkbox. Weird! Martin Kutschker
17:08 Bug #15005: No install is possible, if in the Install-Tool multiplyDBfieldSize is set to "2"
Confirmed as well on Typo3 4.0. Robert Markula
16:45 Bug #16085 (Closed): TCEFORM changes are ignored for the secondary fields, if they are displaied within top frame
Reproduce:
1. Set your own Header Layout labels, ie. :
TCEFORM.tt_content {
header_layout {
altLabels.1 = T...
Jonas Felix
16:09 Bug #15761: rte in frontend: size not properly configurable with typoscript
This problem was fixed in version 1.3.0. Why do you say it is not? See the change log in the manual.
The invoking ...
Stanislas Rolland
15:26 Bug #15761: rte in frontend: size not properly configurable with typoscript
In version 1.2.0 of the rte this issue does not seem to be fixed.
I don't exactly remember where I've got it from bu...
Rafael Oliver
10:54 Feature #16084 (Closed): Fixed fonts in the Backend configuration (TypoScript setup field or TSConfig fields)
Web->Template->Setup (Info/Modify) use fixed fonts.
The same record edited by "Click here to edit whole template r...
Toralf Lenz
10:26 Bug #15948: Installation blocks complete BE
Hello,
please assign this to someone else.
I do not know about EM and TER2.
A similar error happens when you ins...
Franz Holzinger

2006-04-24

15:44 Bug #16069: Pages loaded from cache show special characters (like umlaut) wrong
Please let me know if you need more information. Adrian Fischer
14:54 Bug #16082: I get a parse error when I try to upload an extension.
PHP version is 4.3.10-16
memory_limit is 64mb
Stig N¸rgaard
10:07 Bug #16082 (Rejected): I get a parse error when I try to upload an extension.
I get this when I try to upload an extension:
Parse error: parse error, unexpected T_STRING in /home/typo3_src/typo3...
Stig N¸rgaard
14:44 Bug #15983: Error message from flexform
solved with bug #0003196, please change status. Björn Pedersen
12:38 Bug #16083: Check wrong: Either TYPO3_MOD_PATH or $BACK_PATH was not found
This is the same as 0002641. However this should be corrected in the TYPO3Core. Franz Holzinger
11:37 Bug #16083 (Closed): Check wrong: Either TYPO3_MOD_PATH or $BACK_PATH was not found
When you install phpMyAdmin 0.2.1. you get an error message because the check for TYPO3_MOD_PATH or $BACK_PATH does n... Franz Holzinger
09:47 Bug #16081 (Closed): Wrong parameter count for php_uname() reported by using the htmlmail function with PHP 4.2.2
The HTML Funcktion reports the Follow error:
Warning: Wrong parameter count for php_uname() in t3lib/class.t3lib_htm...
Karl Bauer
09:27 Bug #16080 (Closed): Yet another table accessibility improvement
Hi,
This is connected to the #0002405 report. I've posted it here to be in the correct category.
It's the patch r...
J©rémy Lecour
09:16 Feature #15556: Add a "usemap" attribute to images
Maybe it could be associated to the newly created Content Rendering category and changing the version to 4.0 since it... J©rémy Lecour

2006-04-23

18:31 Revision 2d9d0d7a: Fixed bugs #3049 and #3176: HTTP status 503 is sent when $TSFE->set_no_cache is called
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1451 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
18:29 Revision f03de34b: Fixed bugs #3049 and #3176: HTTP status 503 is sent when $TSFE->set_no_cache is called
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1450 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
18:19 Revision 609af594: Fixed bugs #3049 and #3176: HTTP status 503 is sent when $TSFE->set_no_cache is called
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1449 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
18:13 Revision c969c64f: Fixed bugs #3049 and #3176: HTTP status 503 is sent when $TSFE->set_no_cache is called
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1448 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
11:59 Feature #15701: Better page-Not-Found-handling (Redirect-Support)
No need for extra parameter, referer always contains path to requested page. Dmitry Dulepov
00:41 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
I am sorry to say but as far I can tell the problem is still not quite solved. :-<
EXT:pdf_generator2 according to...
Peter Niederlag

2006-04-22

19:39 Bug #16078: Blank page getting displayed
Activate error logging in the install tool or in php.ini.
; error displaying on production web sites.
log_errors ...
Franz Holzinger
05:20 Bug #16078 (Closed): Blank page getting displayed
after installing typo3 version 4.0 in linux. after importing the dump in to the database as per the installation. aft... gokulnath

2006-04-21

16:54 Bug #16074: params.textarea setting causes form element to disappear
Placing the $addParam outside the sprintf seems the obvious solution and replacing that with "%s" in the formatting-s... Ernesto Baschny
16:48 Feature #16075: render_uploads should be more flexible
Is duplicate of bug #2421. Ernesto Baschny
16:47 Feature #16075: render_uploads should be more flexible
This has been requested before, in bug #2421. I agree that we should make content rendering much more flexible and co... Ernesto Baschny
16:42 Bug #16072: Anchorlinks doesn't work in Sectionmenus.
Problem was an installed extension (popup_manager) and not the core. Ernesto Baschny
16:41 Bug #16072: Anchorlinks doesn't work in Sectionmenus.
I suspected something like that, because it should work with regular core functions.
The popup_manager plugin is k...
Ernesto Baschny
16:16 Feature #14605: Click-enlarge for Images
The feature will be implemented with a custom tag <clickenlarge>. When the feature is enabled, each image tag will be... Stanislas Rolland
09:33 Feature #14605: Click-enlarge for Images
I don't know the internals of htmlarea and I'm not a parsefunc guru.
From a user perspective the feature should be...
Martin Kutschker
16:03 Bug #16010: "Cannot use string offset as an array" when update a translation
I have the same error message, but in relation to class.t3lib_flexformtools.php.
I'm using TYPO3 4.0 final with Te...
Nick Weisser
15:55 Bug #14317: RTE produces invalid nested list markup
As this is working in extension rtehtmlarea, and I don't think it will be fixed in old rte, I am closing this issue. Stanislas Rolland
15:42 Revision b1e7d95e: * Fix bugtracker issue #3172: further correction to MIME type determination.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1447 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
15:37 Revision e18bfb8b: * Fix bugtracker issue #3172: further correction to MIME type determination.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1446 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
15:11 Feature #15736: In RTE htmlArea, unable to do an internal link with several parameters
I can confirm this for all kinds of external URLs under TYPO3 4.0 with rtehtmlarea 1.2.0 with links such as
http:/...
Nick Weisser
15:04 Bug #16077: Yet another language bug
All ts_language_* and csh_* extensions for all languages are installed properly. Nick Weisser
14:58 Bug #16077 (Closed): Yet another language bug
Shouldn't this property be set automatically according to the language TS settings: plugin.tx_indexedsearch._DEFAULT_... Nick Weisser
11:41 Bug #16076 (Closed): class.t3lib_htmlmail.php
In the new version 4.0 the class.t3lib_htmlmail.php doesn't send html-mail in a right way. The emails were send in AS... old_deliliah
00:58 Bug #16040: rte htmlarea in workspace removes textformatting, in live-mode formatting is applied
I have the very same problem. rtehtmlarea just behaves differently when used for versioning (DRAFT workspace).
"i...
Tomas Mrozek

2006-04-20

23:37 Bug #16072: Anchorlinks doesn't work in Sectionmenus.
Looks like the problem was cauesed by a plugin (popup_manager) which XCLASS'ed "class.tslib_content.php".
So this bu...
Peter Klein
14:55 Bug #16072 (Closed): Anchorlinks doesn't work in Sectionmenus.
Anchorlinks doesn't work in Sectionmenus, as the anchors are prefixed with a "c", but not the links in the section me... Peter Klein
23:12 Feature #16075 (Closed): render_uploads should be more flexible
1. at the moment the function render_uploads uses hardcoded table wraps.
2. Paramaters are passed via linkProc whic...
Sacha Vorbeck
20:55 Bug #16069: Pages loaded from cache show special characters (like umlaut) wrong
PHP-My-Admin outputs:
MySQL charset: UTF-8 Unicode (utf8)
MySQL connection collation: utf8_general_ci
If you m...
Adrian Fischer
14:24 Bug #16069: Pages loaded from cache show special characters (like umlaut) wrong
what Collation do you use in your db? Rupert Germann
14:06 Bug #16069: Pages loaded from cache show special characters (like umlaut) wrong
config.renderCharset
config.metaCharset
Both not explicit set.
[BE][forceCharset]
Not explicit set, left empty....
Adrian Fischer
13:46 Bug #16069: Pages loaded from cache show special characters (like umlaut) wrong
which settings do you use for:
config.renderCharset
config.metaCharset
and BE->forceCharset in the install tool?...
Rupert Germann
09:23 Bug #16069 (Closed): Pages loaded from cache show special characters (like umlaut) wrong
When a Page is loaded after clearing the FE cache everthing works fine. But if the Page is reloaded (and grabed from ... Adrian Fischer
19:27 Bug #15986: pagetree icons
I added a screenshot of my pagetree with yellow sysfolders. Combined with dark grey 'Not In Menu' icons the sysfolder... Arjen Hoekema
18:40 Feature #14605: Click-enlarge for Images
What about a custom tag, say <clickenlarge>, that would wrap the <img> tag. The wrapping/unwrapping could be done wit... Stanislas Rolland
13:35 Feature #14605: Click-enlarge for Images
Maybe a TYPOIMG tag is not so good as it is not so easy to edit. Perhaps it's possible to use a custom attribute "cli... Martin Kutschker
12:45 Feature #14605: Click-enlarge for Images
i searched for that feature too, would be really useful (for me) Florian Stolz
18:35 Bug #15908: Link "title" is not saved when using the IE
I think I now understand this ssue now. There are two problems.
One is with the link on an image that does not wor...
Stanislas Rolland
15:58 Bug #15908: Link "title" is not saved when using the IE
Do you have the problem only when the link is on an image? Stanislas Rolland
17:46 Bug #16070: Fatal error with function gzfile in class.em_index.php on line 1424
I tested a memory_limit = 50M.
It works, but it is too much!
Norbert Schneider
12:13 Bug #16070: Fatal error with function gzfile in class.em_index.php on line 1424
I tested:
<?php
echo(implode(gzfile('/var/www/t3templ/mandant/xxx/typo3template/typo3temp/extensions.xml.gz')));
...
Norbert Schneider
11:48 Bug #16070: Fatal error with function gzfile in class.em_index.php on line 1424
Sorry:
5.1.9 works ==> 5.1.2 works!!!
Norbert Schneider
11:42 Bug #16070: Fatal error with function gzfile in class.em_index.php on line 1424
It's not implode(), it's gzfile() !!!
var $DebugTempArray = array();
...
$DebugTempArray = gzfile(PATH_site.'typ...
Norbert Schneider
11:11 Bug #16070 (Closed): Fatal error with function gzfile in class.em_index.php on line 1424
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 409 bytes) in /var/www/t3templ/typo3_... Norbert Schneider
17:07 Bug #15817: Retrieve/Update generates extensions.xml.gz file, but shows no extensions at all
See Bug 0003289 Ingo Schmitt
16:59 Bug #16074 (Closed): params.textarea setting causes form element to disappear
Setting for a FORM object:
params.textarea = style="width=100%;border:1px solid red"
will cause the textarea f...
Bernd Weidner
16:38 Feature #15162: date-params are hardcoded
hmm, it's really anyoing that this bug didn't make it into shipped version of typo3 4.0.
@Bjoern
your patch isn't...
Franz Koch
15:37 Bug #16065: lib.stdheader.5.date not localised
the function date() in PHP seems not to care about locales as f.e. strftime() does.
if I execute this php script on ...
Rupert Germann
15:36 Bug #16073 (Closed): Cannot delete language version of a page
Setup with 5 languages (default/german, english, france, spain, italy) and create a page with alternate language.
...
Markus Schmid
14:10 Bug #16071 (Closed): BE crashes when updating multilingual pages created with TemplaVoila on Typo3 3.8.1
This refers to the already patched bug 3196.
Even with the patch, the BE still crashes when updating multilingual...
Schopfer Olivier
11:02 Revision 7332ca4f: Redo failed commit.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1445 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
11:01 Revision 6c14e8a8: Don't do false SQL query when SYS[setDBinit] is empty. Log error on failure
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1444 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
11:00 Revision 24b84cd0: Don't do false SQL query when SYS[setDBinit] is empty. Log error on failure
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1443 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
09:57 Bug #15948: Installation blocks complete BE
This error is present again. So the error corrections did not work. Franz Holzinger
09:35 Bug #16068: Out of Memory Problem in the Extension Manager: version_compare() to blame
File typo3/mod/tools/em/class.em_index.php at lines 1392, 1424 contains a useage of implode which is incompatible wit... Simon Child
02:23 Bug #16068: Out of Memory Problem in the Extension Manager: version_compare() to blame
Follow item is wrong in above Ticket, here is the correct one:
Line: 1425
...
Karl Bauer
02:21 Bug #16068 (Closed): Out of Memory Problem in the Extension Manager: version_compare() to blame
I have the PRoblem that the original Extension Manager failed with Out of Memory Problem PHP Message. Allocation fail... Karl Bauer
07:40 Bug #14317: RTE produces invalid nested list markup
Confirmed; htmlArea RTE _does_ produce correctly nested lists!
Absolutely terrific news!
Christopher
07:16 Bug #14317: RTE produces invalid nested list markup
I think the markup of nested lists would be correct when produced by htmlArea RTE. Please confirm. Stanislas Rolland
06:50 Bug #16064: RTEarea frontend usage with no-javascript fallback solution
Thanks for your analysis of this issue.
Bug 1 and 2 will be resolved in the next version of the RTE.
require_on...
Stanislas Rolland

2006-04-19

22:31 Feature #14365: href title tags
This is the case now for most links. ben van
17:17 Bug #16067 (Closed): Search for special characters
Hello,
I would like to use the search engine so I can for example search for:
"étudiant" or "etudiant"
And t...
old_peio72
16:29 Bug #16066: Language pack installation cannot handle spaces in filenames
See also BUG #0001180 Johannes Bornhold
16:28 Bug #16066 (Closed): Language pack installation cannot handle spaces in filenames
The installation of language packs via the extension managers "Translation handling" feature does not work if there a... Johannes Bornhold
16:06 Bug #16018: Effect "gray" of the GIFBUILDER object doesn't have any effect at all
The first 4.0 installation uses the following setup:
Environment: debian sarge, 32bit, IM 6.2.4, PHP 5.0.5-3, GDli...
Patrick Rodacker
13:31 Bug #16065 (Closed): lib.stdheader.5.date not localised
lib.stdheader.5.date = l, d/m/Y
I have changed the default value of lib.stdheader.5.date to l, d/m/Y, which sho...
ben van
13:30 Bug #16010: "Cannot use string offset as an array" when update a translation
We use Typo3 4.0 on IIS on Server 2003 with mysql-essential-5.0.19 and php-5.1.2 and have the same error message:
Fa...
Thomas Born
13:06 Bug #16064: RTEarea frontend usage with no-javascript fallback solution
Sorry. It seems that I should have wrote "u-Tag"... and not the complete HTML-Tag. Perhaps some admin could change it... Martin K¤stner
13:04 Bug #16064 (Closed): RTEarea frontend usage with no-javascript fallback solution
Typo3 3.8.1
RTEhtmlarea 1.2.0
It is somewhere an rte-problem. In the backend there is no posibility that JS is d...
Martin K¤stner
11:05 Bug #15817: Retrieve/Update generates extensions.xml.gz file, but shows no extensions at all
IMHO this is a real serious issue. Like Thomas has stated already on 03-20-06 raising the memory_limit is not even su... Peter Niederlag
10:53 Revision 8e614681: Added "Lucida Console" (Windows core font) as default font for monospaced BE form fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1442 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
00:32 Feature #16063 (Closed): Configurable limits for "magic images" resize
When big "magic images" are inserted into the rte, they are downsized to a maximum width of 300 pixels. This limit is... Jan Wulff

2006-04-18

23:46 Bug #15276: The editor get the focus on page load on IE
Will be easier to do:
if (HTMLArea.is_ie) doc.selection.empty();
just after contentEditable is set.
Stanislas Rolland
23:42 Feature #16062 (Closed): make FE user's password an Exclude-field
so that i can hide it for some BE users group.
it's very simple:
add
'exclude' => 1,
to line 61 of file t...
Stefano Cecere
23:31 Feature #16061 (Closed): to not show edit icon if user hasn't modify permission
i like to give some BE users the possibility to view and analize records list, but not to modify them.
the web lis...
Stefano Cecere
20:39 Revision 745e165a: Bug #3196: PHP warnings in class.t3lib_tceforms.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1441 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
20:35 Revision dd01557e: Bug #3196: PHP warnings in class.t3lib_tceforms.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1440 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
20:22 Bug #16014: PHP warnings in class.t3lib_tceforms.php
The fix works fine for me! Pieter
16:09 Bug #14566: Accessibility: imageLinkWrap
Fixed in 4.0 (since beta1). Ernesto Baschny
16:09 Bug #14566: Accessibility: imageLinkWrap
This has been resolved in CVS by "a-otto" some time ago. See:
http://cvs.sourceforge.net/viewcvs.py/typo3/TYPO3cor...
Ernesto Baschny
15:36 Bug #15898: Cropscale fails, if one dimesion has already right size
1) I would like to add Documentation, but I don't know where -
The text of TSref / imgResource / width/height s...
Stefan Geith
14:48 Bug #15959: Options frame renders badly
Please consider attached patch. Ernesto Baschny
14:48 Bug #15959: Options frame renders badly
The attached patch should fix the most annoying part of the problem. There are still some "positioning" trouble (as I... Ernesto Baschny
14:20 Bug #16060 (Closed): Admin Panel doesn't work with realurl enabled
If I preview the page from TYPO3 BE then Admin Panel work normally. With this way, URL looks like domain.com/index.ph... Kirill Klimov
14:05 Feature #15112: Tools->DB check improvements
This is still relevant in TYPO3 4.0
With something like
There are 1 records pointing to this missing or deleted rec...
Kirill Klimov
13:51 Bug #16059 (Closed): noBlur still shows in accessible menu's
Most (not all) kind of menu's still have the noBlur function as default behaviour. This is unwanted. It does not anyt... ben van
10:51 Feature #16056: RTE can not be set as required
this bug is also on 3.8.1 old_evt
09:53 Bug #16058: Forms not sending emails, was working but just stopped
I think this has to do with the return path. Upgrading to 3.8.1 should help. Make sure that $TYPO3_CONF_VARS[SYS][for... Michael Stucki
04:05 Bug #16058: Forms not sending emails, was working but just stopped
Currently, i have the same problem with on 4 typo3 sites. Please explain the meaning of *and*? should I put this in ... old_dabridge
08:15 Bug #16033: Login-Page (typo3/index.php): removing whitespace preceding XML Declaration
The XML Declaration is:
<?xml version="1.0" encoding="utf-8"?>
"Whitespace" preceding is:
<!DOCTYPE html
P...
Toralf Lenz

2006-04-17

23:09 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
Any news?
I also get a segmentation fault in my log files.
Ansgar Brauner
16:46 Bug #14788: tslib_cObj::imageLinkWrap not passing information if image.imageLinkWrap.JSwindow.altUrl set
Sorry, it took a little longer to get back to this. Attached is a patch that adds a new property which can be used to... Michael Stucki
13:37 Bug #16003: trouble on min and max version requirements checking
Well, will 4.0.1 have 4.0.1 as version number? IMHO the bug lies with the two-digit version number of 4.0 which techn... Karsten Dambekalns
13:17 Bug #15794: '/\' in path tempnam() path
Looks like a PHP bug to me... Karsten Dambekalns
13:14 Bug #15557: in relation to 0000490: HMENU special=language does not work if L in linkvars
Michael, should only need a quick check, no? Karsten Dambekalns
13:08 Bug #16058: Forms not sending emails, was working but just stopped
And maybe check if the related bug #14925 is relevant for your problem... Karsten Dambekalns
13:06 Bug #16058: Forms not sending emails, was working but just stopped
If you test with the install tool, make sure you test with *and* without the htmlmail checkbox. Also try to change th... Karsten Dambekalns
02:54 Bug #16058: Forms not sending emails, was working but just stopped
Stefano
I am a novice and do not understand how to cehck the send mail log. I did some research and look in Typo3...
old_dabridge

2006-04-16

23:55 Bug #16058: Forms not sending emails, was working but just stopped
i suggest you.. if you have full access to the machine, to check the sendmail log, and see what happens.. i discover ... Stefano Cecere
23:27 Bug #16058: Forms not sending emails, was working but just stopped
By the way THANKS FOR RESPONDING any further help would truly be appreciated. old_dabridge
23:25 Bug #16058: Forms not sending emails, was working but just stopped
Stefano,
When I send a email from the test tool it works great emails come through right away. There are 5 forms ...
old_dabridge
11:36 Bug #16058: Forms not sending emails, was working but just stopped
try sending a test email from the the Install tool and see if the server has some problems in sending emails, first. Stefano Cecere
09:27 Bug #16058: Forms not sending emails, was working but just stopped
Any recomendations on where to go for support on this issue? I really need help!!!!! old_dabridge
05:05 Bug #16058: Forms not sending emails, was working but just stopped
WHY NO REPONSES ON FORMMAIL? THE FORMS WILL NOT SEND EMAIL TO THE RECIPIENT? iS THERE ANYBODY THAT CAN HELP? old_dabridge
00:21 Bug #16058 (Closed): Forms not sending emails, was working but just stopped
All forms that was working stopped sending emails to the recipient. Even new forms that are added do not send emails... old_dabridge
 

Also available in: Atom