Activity
From 2006-04-18 to 2006-05-17
2006-05-17
- 20:40 Bug #16150: Allowed memory size exhausted
- I already uninstalled all extensions I installed, nothing changed.
I found the same issue two times in the mailing... - 20:26 Bug #16150: Allowed memory size exhausted
- hmm, I have no idea what could cause this. Since you already raised the memory for php this is most probably not the ...
- 17:03 Bug #16150: Allowed memory size exhausted
- My page has only 5 pages with basic templating, nothing big yet.
The error happens everytime I click on one of the... - 16:05 Bug #16150: Allowed memory size exhausted
- the web/list module is not involving the extension manager so I think that this error is not related to the memory pr...
- 13:38 Bug #16150: Allowed memory size exhausted
- I just transfered the site from the ISP back to my IIS6 server, and it does time out, too (because there is no memory...
- 11:34 Bug #16151: float images are not shown width Internet-Explorer in Text w/ images and "nowrap"
- IE-CSS hack's with unknown side effects are dangerous to apply to our standard css_styled_content. I'll try to includ...
- 11:31 Bug #16151: float images are not shown width Internet-Explorer in Text w/ images and "nowrap"
- Although this solves your specific site, its pretty unknown what side effects it might have on all other sites. The d...
- 10:31 Bug #16151 (Closed): float images are not shown width Internet-Explorer in Text w/ images and "nowrap"
- CSS-solution add:
.csc-textpic-imagewrap{
position: relative; /* for Internet-Explorer */
}
It is possible, ... - 11:13 Bug #15951: clickmenu on pagetree icons does not work
- Here is what I see using winxp:
-- IE6.0.2900.2180.sp2--
No left-click or right-click menu in icons in right hand p... - 10:36 Bug #16152 (Closed): File -> Filelist: Date shows "created" and not "modified"
- Date should show "modified".
OS: Win32
(issue imported from #M3498) - 10:06 Bug #15989: Alignment of text in Text w/ images and "nowrap" is wrong (FF)
- This hasn't been incorporated into CVS yet. I'll discuss it in the core list.
- 10:04 Bug #16106: CSS Styled Content TextPic with image on the right
- This is in fact a duplicate of #3138. The mentioned patch unfortunately hasn't been incorporated in 4.0 (so register:...
- 09:54 Bug #16106: CSS Styled Content TextPic with image on the right
- Yes, you hav to patch:
typo3_src-4.0rc3/typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php as it ... - 09:33 Bug #16133: description of [EXT][allowSystemInstall] = 0 misleading
- dir => directory
are kept by => are distributed with
typo3 => TYPO3
You might get unexpected results otherwise. =>... - 01:32 Bug #16148: IFSUB and ACTIFSUB of Menus fails with pagetype shortcut as subpage
- Additional problem to the shortcut bug is that page languages are completely ignored by these to states,... the corre...
2006-05-16
- 17:35 Bug #16106: CSS Styled Content TextPic with image on the right
- Ok, I did some testing now and it seems that this in fact is the problem but as soon as I use {register:rowwidthwitht...
- 17:09 Bug #16099: Fatal error after uploading the Version 4.0
- Hi all,
yesterday the same error appeared on a development server using TYPO3 3.8.0. The hints about the changing ... - 16:21 Bug #16150: Allowed memory size exhausted
- I guess this is related to the extension-manager issues, but since it happens out of the extensions BE-module I repor...
- 16:10 Bug #16150 (Closed): Allowed memory size exhausted
- When clicking on "List" I get the following error (see attached picture too):
Fatal error: Allowed memory size of ... - 15:22 Bug #16149 (Closed): workspace preview in foreign language not working properly
- hi everybody
i'm using a custom workspace. i create a 'new page version' in my workspace and edit some content.
w... - 11:42 Bug #16060: Admin Panel doesn't work with realurl enabled
- Can you try the current CVS version (tag TYPO3_4-0 or HEAD)? I think that we now add the id parameter if it's missing.
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".
- 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... - 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...
- 23:09 Bug #16116: Accessibility error: input type="image"
- Patch uses IMG_RESOURCE.
- 22:35 Bug #14925: No mail from mail-form, but from install-test&php&shell
- Fixed in CVS HEAD and 4.0.
- 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... - 21:31 Bug #16098: Files with two dot can not deleteed
- Fixed in CVS (4.0.1 and HEAD).
- 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... - 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 ... - 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... - 17:59 Bug #15971: Extensions which use function pi_getPidList() from class tslib_pibase do not work with DBAL
- Thanks.
- 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.
- 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.
- 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...
- 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...
- 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...
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...
- 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 ;-)
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...
- 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... - 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...
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...
- 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... - 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...
2006-05-11
- 19:17 Bug #16142: Popup-Problem wenn Text im Title-Feld steht
- Could you translate to English, French or Spanish please.
- 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...
- 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... - 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. - 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 ... - 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
/
./
...
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... - 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...
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:...
- 18:33 Bug #16137: PATH_tslib defined in index.php, but it doesnt resolve; PATH_t3lib works fine...
- see notes
- 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
- 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 ...
- 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...
- 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...
- 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...
- 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
2006-05-08
- 22:17 Bug #16126: getMimeType() bug in the class.t3lib_htmlmail.php
- This is fixed in CVS (4.0.1).
- 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).
- 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...
- 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:
... - 15:52 Feature #15011: Suggestion : move up the window's properties in file browser
- Version 1.4.0 requires TYPO3 4.0.
- 15:51 Feature #15011: Suggestion : move up the window's properties in file browser
- With typo3, 3.8.2
- 15:43 Feature #15011: Suggestion : move up the window's properties in file browser
- What version of TYPO3 4.0?
- 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/... - 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.
- 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...
- 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,...
- 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
- 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: &... - 10:18 Bug #16133: description of [EXT][allowSystemInstall] = 0 misleading
- systemextensions => system extensions
- 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.
- 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.
- 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.
- 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.
- 01:39 Feature #15379: Show table borders per default
- Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0.
- 01:38 Feature #15667: make Typo3Browser plugin more configurable
- Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0.
- 01:37 Feature #16063: Configurable limits for "magic images" resize
- Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0.
- 01:36 Feature #15545: accessibility icons not as default
- Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0.
- 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.
- 01:34 Bug #16119: Updating image in IE doesn't work
- Fixed in TYPO3core CVS, branch HEAD and in TER version 1.4.0.
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... - 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...
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... - 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...
- 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... - 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... - 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...
- 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 ... - 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...
2006-05-05
- 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) - 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 ...
- 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... - 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()...
- 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 ...
- 12:19 Bug #16124 (Closed): Spacing in Pagetree
- Web->Info->Localization overview
If "Details" checked, there are spaces in the pagetree.
see screenshot
(issue ... - 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... - 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.
- 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... - 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 ...
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...
- 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...
- 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...
- 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... - 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... - 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... - 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... - 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 ... - 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... - 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...
- 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...
- 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? - 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...
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...
- 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...
- 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.
- 13:59 Feature #16104: TS: Enable dynamic setting of stdWrap.field value
- Is this set to "private" on purpose?
- 13:55 Bug #16116: Accessibility error: input type="image"
- It would probably be better to use IMG_RESOURCE...
- 11:54 Bug #16116 (Closed): Accessibility error: input type="image"
- class.tslib_content.php :: function FORM
line 1857 - submit button generation... - 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 ...
- 11:56 Bug #16036: addQueryString does NOT work properly
- yep. it works for me.
thnx
please take a look also on this bug #16116 - 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 ... - 10:53 Bug #15825: Admin Panel always loses GET parameters
- This patch has made it into 4.0.
- 10:50 Bug #16042: Incorrect bitwise operation in t3lib_cs at utf8_encode function...
- Right: fixed in CVS.
- 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...
- 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".
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...
- 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 ...
- 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
- 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... - 15:26 Bug #16091: Try to upload extension: SOAP-ENV:Client: Bad Request
- Same problem for me with a new extension
- 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... - 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/ - 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... - 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...
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... - 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 ...
- 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...
- 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 ... - 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...
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...
- 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...
- 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... - 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... - 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... - 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...
- 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...
- 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... - 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 ...
- 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...
- 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...
- 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... - 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 ;-) - 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...
- 04:40 Bug #15353: t3lib_htmlmail FetchURL does not work with https + auth
- This issue was corrected in TYPO3 4.0.
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...
- 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...
- 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...
- 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.
- 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 ...
- 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.
- 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...
- 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 ...
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... - 21:25 Bug #16098: Files with two dot can not deleteed
- Try this patch.
- 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
... - 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-... - 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...
- 12:49 Bug #16102: German umlaut not correct in FC
- Same umlaut problem in Web->Page (TV)
- 12:44 Bug #16102: German umlaut not correct in FC
- The german umlaut "Ü" is shown as "Ã".
- 12:42 Bug #16102 (Closed): German umlaut not correct in FC
- The german umlaut "Ü" is shown as "Ãœ".
see screenshot; word spelling is "Überschrift"
(issue imported from ... - 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...
- 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... - 01:52 Bug #16100: t3lib_flexformtools error
- Related to bugs:
#0003124 #0003196 - 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....
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...
- 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... - 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 - 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... - 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...
- 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... - 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... - 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")....
- 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...
- 12:02 Bug #16093: <link>-tag should be saved lowercase instead of uppercase
- this has been fixed in 4.0 already.
- 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... - 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....
- 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...
- 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. - 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...
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.
- 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... - 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... - 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...
- 14:11 Feature #16089: writeMM deletion trouble
- this a temporary fix to writeMM:
if ($GLOBALS['writeMM']['deleted'][$tableName]!=1) {
//deletion code here
... - 11:12 Feature #16089: writeMM deletion trouble
- This also occurs with Version 3.8.1
- 11:07 Feature #16089 (Closed): writeMM deletion trouble
- assuming the following tca setup:
--------
"groups1" => Array (
"exclude" => 1,
"l10n_mode" => "exclude",
... - 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... - 01:13 Bug #15621: Missing copymode icon
- Any news on this?
Could this be a possible icon?
Greetings,
Christian
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... - 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 ...
- 19:29 Bug #15959: Options frame renders badly
- Please have a look at the two patches.
- 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... - 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!
- 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.
- 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... - 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 ... - 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... - 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... - 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...
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.
- 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 - 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... - 14:44 Bug #15983: Error message from flexform
- solved with bug #0003196, please change status.
- 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.
- 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...
- 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... - 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... - 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...
2006-04-23
- 11:59 Feature #15701: Better page-Not-Found-handling (Redirect-Support)
- No need for extra parameter, referer always contains path to requested page.
- 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...
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 ... - 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...
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...
- 16:48 Feature #16075: render_uploads should be more flexible
- Is duplicate of bug #2421.
- 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...
- 16:42 Bug #16072: Anchorlinks doesn't work in Sectionmenus.
- Problem was an installed extension (popup_manager) and not the core.
- 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... - 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...
- 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... - 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... - 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.
- 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:/... - 15:04 Bug #16077: Yet another language bug
- All ts_language_* and csh_* extensions for all languages are installed properly.
- 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_...
- 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...
- 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...
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... - 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...
- 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... - 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... - 14:24 Bug #16069: Pages loaded from cache show special characters (like umlaut) wrong
- what Collation do you use in your db?
- 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.... - 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?... - 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 ...
- 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...
- 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...
- 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...
- 12:45 Feature #14605: Click-enlarge for Images
- i searched for that feature too, would be really useful (for me)
- 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... - 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?
- 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! - 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')));
... - 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!!! - 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... - 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_...
- 17:07 Bug #15817: Retrieve/Update generates extensions.xml.gz file, but shows no extensions at all
- See Bug 0003289
- 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... - 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... - 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 ... - 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.
... - 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... - 09:57 Bug #15948: Installation blocks complete BE
- This error is present again. So the error corrections did not work.
- 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...
- 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
... - 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...
- 07:40 Bug #14317: RTE produces invalid nested list markup
- Confirmed; htmlArea RTE _does_ produce correctly nested lists!
Absolutely terrific news! - 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.
- 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...
2006-04-19
- 22:31 Feature #14365: href title tags
- This is the case now for most links.
- 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... - 16:29 Bug #16066: Language pack installation cannot handle spaces in filenames
- See also BUG #0001180
- 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...
- 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... - 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... - 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... - 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...
- 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... - 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...
- 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...
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. - 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... - 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... - 20:22 Bug #16014: PHP warnings in class.t3lib_tceforms.php
- The fix works fine for me!
- 16:09 Bug #14566: Accessibility: imageLinkWrap
- Fixed in 4.0 (since beta1).
- 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... - 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... - 14:48 Bug #15959: Options frame renders badly
- Please consider attached patch.
- 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...
- 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...
- 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... - 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...
- 10:51 Feature #16056: RTE can not be set as required
- this bug is also on 3.8.1
- 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...
- 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 ...
- 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...
Also available in: Atom