Activity
From 2004-08-23 to 2004-09-21
2004-09-21
- 20:56 Bug #14329: RTE breaking links to pages on local domain
- The poster meant to indicate that the error still exists with 3.7.1-rc2 as opposed to 3.1-rc2.
- 02:28 Bug #14329 (Closed): RTE breaking links to pages on local domain
- Our site runs typo3 along with static pages in the same domain. When we link to non-typo3 pages on our site from with...
- 20:52 Feature #14335: Extension Manager should allow MySQL tables with type InnoDB
- please delete this! thx.
- 20:51 Feature #14335 (Closed): Extension Manager should allow MySQL tables with type InnoDB
- If you try to add tables with type InnoDB this will be ignored and automatically set to MyISAM in the Extension manag...
- 20:48 Feature #14334 (Closed): Extension Manager should allow MySQL tables with type InnoDB
- If you try to add tables with type InnoDB this will be ignored and automatically set to MyISAM in the Extension manag...
- 18:47 Bug #14333 (Closed): "Page is being generated" should be translated
- The message
"Page is being generated.
If this message does not disappear within 30 seconds, please reload."
shou... - 16:42 Bug #14332 (Closed): images are placed without attributes
- If I place an image with a "text with image" content and then proceed to view the 'life' page no image is displayed....
- 10:08 Bug #14331 (Closed): Page ID is always 2147483647
- After creating 2 pages while using extension "versioning", the third page has page ID 2147483647. Following new pages...
- 09:15 Bug #14278: Browser Client Konqueror not recognized
- > The mentioned doc is manual-doc_core_ts-17-07-2003_16-21-14.pdf (page 27).
Well, but this is outdated! Visit typ... - 08:09 Bug #14278: Browser Client Konqueror not recognized
- Great. Works.
The mentioned doc is manual-doc_core_ts-17-07-2003_16-21-14.pdf (page 27).
Pls also note that there i... - 08:58 Bug #14330 (Closed): parse error in index.php (require_once, line 71)
- I installed quickstart-3.6.2. Calling
"http://localhost/quickstart/index.php"
results in an error:
Parse error:...
2004-09-20
- 19:10 Bug #14294: <meta name="generator" content="TYPO3 3.6 CMS" /> is hardcoded
- Minor side-issue:
This might not be the right place to suggest this, but could we not make the inclusion of the ta... - 19:01 Bug #14326: pi_list_browseresults doesn't honor simulateStaticDocuments
- I can confirm that the stock version of pi_list_browseresults() (found in tslib/class.tslib_pibase.php) works with si...
- 16:31 Bug #14250: can't install extensions with SAFE MODE ON
- Should not be a Typo3 problem, because other PHP-Software has the same problem then.
In a good ISP Setup the FTP-Ser... - 13:10 Bug #14204: after pasting a pagecontent, it jumps back to another page
- This is not a bug, it's a confusing design (which can be as bad). It returns to the page you we're one when you paste...
- 12:42 Bug #14249: Specifying a shortcut page AND setting a shortcut mode leads to an error
- Actullay I was a bit too quick there, this is not a bug.
It works this way: If both page and mode is set, it will ... - 10:41 Bug #14249: Specifying a shortcut page AND setting a shortcut mode leads to an error
- Reproduced.
The bug is not too critical, since setting both options is a logical error of misunderstanding of the ... - 12:14 Bug #14255: META Keywords/Description not saved
- I just make a short test with 3.7RC1:
1.) without having the Extension "metatags" installed you are possible to inc...
2004-09-19
- 23:01 Bug #14280: ACTIFSUB does not ignore "not in menu" pages
- Please provide a patch.
- 22:58 Bug #14281: Opera can be detected as Internet explorer
- This bug won't be fixed for the reason Thorsten stated.
Site admings can use the "useragent" instead of the "brows... - 21:47 Bug #14252: Highlighting color of module should be same as highlighting color in page tree
- fixed.
Thanks again! - 11:59 Bug #14252: Highlighting color of module should be same as highlighting color in page tree
- Thanks for finding out what need to be changed.
I also don't think it's a critical bug, but nontheless it looks ni... - 11:49 Bug #14252: Highlighting color of module should be same as highlighting color in page tree
- Both the highlight color in pagetree and in modullist is changed per JavaScript.
For Pagetree and the color used h... - 20:59 Bug #14299: IPv6 / AAAA dns records not supported?
- will need some time to fix ipv6 complete
writing a static function checkValidIPv6($ip) for validating a given addres... - 19:56 Bug #14326: pi_list_browseresults doesn't honor simulateStaticDocuments
- The function pi_list_browseresults() should definitely work if you enabled simulateStaticDocuments!
Are you sure t... - 19:31 Bug #14238: User cannot save existing page if page-type is not allowed by backend-group config
- ...which means it will not be fixed for 3.7 final because a change to something as security relevant as this needs mo...
- 16:43 Bug #14238: User cannot save existing page if page-type is not allowed by backend-group config
- Bug persists in TYPO3 version 3.7.0RC1.
- 19:23 Bug #14227: fe_adminLib: hard-coded Form URL, should be typolink
- Please test if the attached patch does what you want.
edited on: 19.09.04 19:29 - 19:07 Bug #14210: SSL - SSL Lock HTTPS Proxy ...
- OK I will explain it exactly:
-an SSL key for a webserver is only attached to one domain
- as I know it is very dif... - 18:32 Bug #14210: SSL - SSL Lock HTTPS Proxy ...
- What exactly does the environment variable HTTP_X_FORWARDED_SERVER contain?
According to google the only resources... - 17:48 Bug #14210: SSL - SSL Lock HTTPS Proxy ...
- Can you make a patch of this?
- 15:19 Bug #14210: SSL - SSL Lock HTTPS Proxy ...
- OK I add a new configuration value and changed SSL detection in t3lib_div in this way:
if (!strcmp(trim($GLOBALS['... - 15:44 Bug #14318: IPv6 / Mapped IPv4-IPv6-Adresses truncated in database
- sorry, forgot to upload
- 15:38 Bug #14318: IPv6 / Mapped IPv4-IPv6-Adresses truncated in database
- Added patch
- 15:13 Feature #14211: calculate and display filepermissions in filelist
- The attached patch will fix the problem.
I'm almost sure that this works well but please test it anyway! If you bo... - 13:48 Bug #14294: <meta name="generator" content="TYPO3 3.6 CMS" /> is hardcoded
- Ok the Security reason is a good point.
Then I like the solution with
define('TYPO3_version_min'.'3.7')
it will... - 12:58 Bug #14294: <meta name="generator" content="TYPO3 3.6 CMS" /> is hardcoded
- ereg('^([0-9]+\.[0-9]+)',TYPO3_version,$minver);
$GLOBALS['TSFE']->content.='
<meta name="generator" conten... - 12:34 Bug #14294: <meta name="generator" content="TYPO3 3.6 CMS" /> is hardcoded
- I have fixed it in the way to set it to <meta name="generator" content="TYPO3 3.7 CMS" />
Actually, I'd also prefe... - 12:11 Bug #14294: <meta name="generator" content="TYPO3 3.6 CMS" /> is hardcoded
- No matter, but changing the line in this way would be nicer for current updates..
- 12:04 Bug #14294: <meta name="generator" content="TYPO3 3.6 CMS" /> is hardcoded
- It has been forgotten! It's still 3.6 here for 3.7-rc1...
- 11:59 Bug #14294: <meta name="generator" content="TYPO3 3.6 CMS" /> is hardcoded
- You are right, I think it is better to change Line 610 in class.tslib_pagegen.php to:
$GLOBALS['TSFE']->content.='... - 12:52 Bug #14321: md5 mismatch error with .t3x-files
- Why didn't you use the other patch as well?
Please file a bug for the page tree stuff. Please include details tso ... - 12:23 Bug #14321: md5 mismatch error with .t3x-files
- Thanks, I have applied the patch_ignws.diff to the EM in CVS for 3.7.
The problem still exists in t3d page tree ex... - 11:59 Bug #14321: md5 mismatch error with .t3x-files
- Attached one patch to ignore leading whitespace (to be compatible with old broken archives) and one to suppress any "...
2004-09-18
- 19:45 Bug #14324: class.t3lib_db.php (line 736) Errors on Windows
- Cause/Solution
The lastupdate Extension caused the trouble...
I had the impression that I had the error *before... - 18:03 Bug #14324: class.t3lib_db.php (line 736) Errors on Windows
- Here's the error:
--------
caller t3lib_DB::exec_SELECTquery
ERROR Table 't3_myDB.tx_lastupdate_update' doesn't... - 17:43 Bug #14324: class.t3lib_db.php (line 736) Errors on Windows
- Please edit class.t3lib_db.php, set debugOutput to "TRUE" and post the sql error message...
- 12:59 Bug #14324: class.t3lib_db.php (line 736) Errors on Windows
- Will not be able to test it until Monday but there's identical messages in bug#14322
- 16:14 Bug #14328 (Closed): relPathPrefix Problem
- I tried to use relPathPrefix this way (see Tsref):
page = PAGE
page.typeNum = 0
page.10 = TEMPLATE
page.10 {
t... - 15:15 Bug #14287: Indexed Search getting metatags
- officialy it's a feature, but for me it works like a bug, too. when searching for a word which is in metatags too I g...
- 01:04 Bug #14318: IPv6 / Mapped IPv4-IPv6-Adresses truncated in database
- Need to be extended to varchar(39)
example:
FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
2004-09-17
- 23:38 Bug #14278: Browser Client Konqueror not recognized
- It works in my test config. Maybe Heiko can check it and if ok I think it's good.
- 19:42 Bug #14278: Browser Client Konqueror not recognized
- Can you please test if the attached patch works AND if it still works on other browsers?
- 15:08 Bug #14278: Browser Client Konqueror not recognized
- Ok - I see the point.
The problem seems to be in class.t3lib_matchcondition.php, function browserInfo($useragent) (... - 12:20 Bug #14278: Browser Client Konqueror not recognized
- Typo3 Template does not switch bewteen selection:
-> [browser = net][browser = msie] -> recognized. Typo3 dives in... - 23:06 Bug #14321: md5 mismatch error with .t3x-files
- TATAAA!
It were the trailing LFs and spaces at the end of the files (after ?>) I don't know how they got there. It... - 22:19 Bug #14321: md5 mismatch error with .t3x-files
- If the decision is not to make the woraround, then please update the comment in the ext.mng. Currently it says the MD...
- 22:18 Bug #14321: md5 mismatch error with .t3x-files
- I tried to track the generation of the output but I failed. I think it may have something to do with output buffering...
- 20:29 Bug #14321: md5 mismatch error with .t3x-files
- This kind of thing happend to me as well, but I don't understand it either.
BTW it's the same for t3d page tree ex... - 11:10 Bug #14321 (Closed): md5 mismatch error with .t3x-files
- The following error occured to me several times. When I go to "backup/delete" and try to download the extension as
... - 21:37 Bug #14326 (Closed): pi_list_browseresults doesn't honor simulateStaticDocuments
- when using pi_list_browseresults to make a pagebrowser, the result is no static URL although simulateStaticDocuments ...
- 20:48 Feature #14216: Extension Manager / "Backup/Delete" doesn't export empty folders
- I have just looked into the code of the Extension Manager.
It is really difficult to implement the feature that empt... - 11:55 Feature #14216: Extension Manager / "Backup/Delete" doesn't export empty folders
- It seems that there is (now?) a function to let the em generate empty folders by setting the the array in em_conf.php...
- 19:03 Bug #14322: Error messages when open Install tool from Backend
- I agree that this is a problem. We will have to add this to the release notes. Anyway, I will close this bug because ...
- 12:41 Bug #14322: Error messages when open Install tool from Backend
- After some investigation i think i got an solution. The ext. install (and some more) are changed from global to syste...
- 11:36 Bug #14322 (Closed): Error messages when open Install tool from Backend
- The error applies to the zip-dist.
My configuration: Windows XP prof, Apache 1.3.31, PHP 4.3.7, MySql Client API v... - 19:00 Bug #14325 (Closed): Page module => "Search string" does not work
- Open the BE and search for a string. If you submit the form using the return key this will open an edit form which is...
- 18:23 Bug #14231: wrong template file in CrCPH static template
- After reading the bug description twice, it seems to me like the author of this bug is mixing up Constants and Setup....
- 18:20 Bug #14258: lockSSL: extensions not downloadable via backup/delete
- if someone can set up a test environment with SSL I'd look into it.
- 17:38 Bug #14258: lockSSL: extensions not downloadable via backup/delete
- Can you please give some more information, e.g. the uri of the link for download, etc? (I don't have ssl here to conf...
- 18:18 Bug #14324: class.t3lib_db.php (line 736) Errors on Windows
- I can not reproduce this.
Please, other testers, give feedback if you can! - 17:59 Bug #14324 (Closed): class.t3lib_db.php (line 736) Errors on Windows
- Using 3.7RC1 on Windows 2003
PHP 4.1.2 (php_sapi_name: cgi)
Apache/1.3.28 (Win32)
MySQL 3.23.39
Dummy Package ZI... - 18:08 Bug #14217: Error Msg on Login without JS
- I've just fixed this in CVS for 3.7.
- 18:06 Bug #14255: META Keywords/Description not saved
- The constant editor only set's constants which have to be included in the setup as well.
Have you checked that the m... - 17:34 Bug #14251: Page Tree - shows only 1 item - no more !
- This doesn't seem to be a bug otherwise we would have seen a lot of those reports here.
Please check your installat... - 17:19 Bug #14259: Context-menu forgets the selected module
- It's still the same with 3.7.0rc1 cvs.
This bug has been reported before:
http://bugs.typo3.org/bug_view_advanced_p... - 16:14 Bug #14323: closing of block-comment in typoscript with multiple * and a / will cause an parsing error
- can i remove or close this report by myself?
- 16:09 Bug #14323: closing of block-comment in typoscript with multiple * and a / will cause an parsing error
- sorry, than it's not a bug.
(i hadn't found the comment-section in the tsref.) - 15:37 Bug #14323: closing of block-comment in typoscript with multiple * and a / will cause an parsing error
- Take a look at TSREF. It's documented exactly this way.
- 15:14 Bug #14323 (Closed): closing of block-comment in typoscript with multiple * and a / will cause an parsing error
- closing a block-comment with multiple * and a / (like **********/) for better readability will cause an parsing error...
- 12:35 Bug #14308: ImageMagick - ISP Problem
- Ok, got it ... I am new here and I didn't know how things work exactly ... I am learning |:-) ... I finally installed...
- 00:33 Bug #14308: ImageMagick - ISP Problem
- Thanks for writing these notes, Christopher!
- 11:42 Bug #14300: Javascript GUI control in the BE, type Files or ImageFiles, ordering item broken
- Seeing that the image is called *totop.gif and a function which moves the item to top I am not sure if it was the ori...
- 06:35 Bug #14300: Javascript GUI control in the BE, type Files or ImageFiles, ordering item broken
- Not new effectively, but it's worse now.
In TYPO3 3.5, it wasn't working for the first item your were trying to mo... - 06:17 Bug #14286: BE re-login doesn't work with mozilla
- Ok to close this bug.
I agree with you about this is not the application job, to control popup blocked. I have cre... - 01:12 Bug #14286: BE re-login doesn't work with mozilla
- I think it's not our job to display an alert when a popup windows could _probably_ get blocked.
I'd say this has t... - 01:09 Bug #14317: RTE produces invalid nested list markup
- Arg. How aggravating. I didn't realize that html would be displayed as ...html.
So, please see the attached file. - 00:36 Feature #14319: Generating thumbnails should be configurable to limit the dimension of source grafic
- I'll take a look at it.
2004-09-16
- 19:51 Feature #14216: Extension Manager / "Backup/Delete" doesn't export empty folders
- ok - find someone who can do that then
- 19:14 Feature #14216: Extension Manager / "Backup/Delete" doesn't export empty folders
- I just skimmed through the smarty docs and didn't see anything about the templates_c dir has to stay empty. So would ...
- 17:56 Feature #14216: Extension Manager / "Backup/Delete" doesn't export empty folders
- o.k. I didn't know that. As far as I have looked into the code now this could be some bigger issue..
- 16:48 Feature #14216: Extension Manager / "Backup/Delete" doesn't export empty folders
- This IS required for every extension that uses the Smarty Extension/plugin as in that case you need a folder called t...
- 15:57 Feature #14216: Extension Manager / "Backup/Delete" doesn't export empty folders
- True, but I don't feel that this is a bug as I don't see any reason for exporting empty directories.
Can you please... - 18:53 Bug #14320 (Closed): Can't edit entries in the new select lists (Firefox)
- I get the following JS error:
Error: vHWin.focus is not a function
take a look at the screenshot if you don't k... - 18:43 Bug #14300: Javascript GUI control in the BE, type Files or ImageFiles, ordering item broken
- This isn't new - at least since 3.5b3, isn't it?
I have changed the severity status to feature - 17:50 Bug #14111: Extension Repository
- file typo3/mod/tools/em/index.php: (in latest 3.7. cvs)
there was no destination in the form given (action="").
I h... - 16:07 Bug #14286: BE re-login doesn't work with mozilla
- This is probably due to Mozilla popup protection.
Allowing popup for the TYPO3 site, with the popup manager in moz... - 15:51 Feature #14319 (Closed): Generating thumbnails should be configurable to limit the dimension of source grafic
- I suggest to enable a limit for image sized which for thumbnail processing.
Tif files can produce a high memory load... - 15:16 Bug #14318 (Closed): IPv6 / Mapped IPv4-IPv6-Adresses truncated in database
- table sys_log --> field IP (type varchar, length 15 by default) is too shoort to store native IPv6 or IPv4-IPv6 mapp...
- 14:33 Feature #14211: calculate and display filepermissions in filelist
- This bug exist also in latest 3.7. cvs.
I suggest to use is_writeable and is_readable instead. In class.t3lib_basicf... - 13:53 Bug #14231: wrong template file in CrCPH static template
- The constant page.file.template = media/uploads/crcph/main.htm
is used in the setup:
temp.mainTemplate {
templat... - 11:04 Bug #14105: tslib_content does not handle ouput charset
- Nothing more to say, besides a back port to 3.6 would be nice :-)
- 11:03 Bug #14105: tslib_content does not handle ouput charset
- Fixed in 3.7.
- 11:03 Bug #14204: after pasting a pagecontent, it jumps back to another page
- It's the same with latest 3.7. cvs version.
I have enabled the 'Show clipboard' while being in web-list menu and cop... - 10:38 Bug #14204: after pasting a pagecontent, it jumps back to another page
- well, under 3.6.2 i don't see the strange things i did see before..
but this (bug?) behaviour still exist:
if i am ...
2004-09-15
- 23:28 Bug #14317 (Closed): RTE produces invalid nested list markup
- When nesting ordered and unordered lists, the RTE produces markup like this:
<ul>
<li>List item</li>
<li>List it... - 16:20 Bug #14316 (Closed): em ignores PEAR compatible classes
- if opening tag is in a new line (as recommended by PEAR) i.e.
class new_class
{ // PEAR
instead of
class new_cl... - 13:49 Feature #14313: Call to undefined function: printcontent() in typo3\wizard_add.php on line 227
- It's now fixed in the TYPO3_3-7 branch of the CVS.
Thanks also to Wolfgang Klinger who helped sorting this out. - 08:56 Bug #14204: after pasting a pagecontent, it jumps back to another page
- If this still happens - can you make an update to 3.6.2?
- 00:27 Feature #14315 (Closed): ampersands in url parameters are 'cleaned' by xhtml_cleaning
- If xhtml_cleaning is activated, the urls in a frameset look like src='index.php?id=2&amp;type=2' , so the second ...
2004-09-14
- 22:04 Feature #14203: logging did not work
- Fixed now. Please test this in the 3.7RC!
- 20:34 Bug #14279: Edit whole template record does not work
- I didn't look at this. If it is really the same like Bug #14295 then it is fixed now.
- 20:32 Bug #14295: masked html tags are unmasked in function conv, class.t3lib_cs.php
- Will be fixed in 3.7
- 16:56 Feature #14177: No special chars for database password
- I have just fixed this for 3.7, please test it in the RC.
- 15:42 Bug #14267: sorting must be set for pi_list_query to work
- did you test it?
Otherwise it will not go into 3.7. - 12:58 Bug #14299: IPv6 / AAAA dns records not supported?
- Sorry for mixing up FE and BE. You're right - I obviously menat BE...
Commented out the first if line and replaced... - 11:16 Bug #14299: IPv6 / AAAA dns records not supported?
- Fine, thanks for the information. I think you mean that you "cannot login to the BE" not FE...(?)
Can you please r... - 10:43 Bug #14299: IPv6 / AAAA dns records not supported?
- Set [BE][enabledBeUserIPLock] = 0
Also set [FE][lockIP] = 0.
[BE][IPmaskList] =
(so IPmaskList is empty).
Stil... - 10:21 Feature #14314 (Closed): spamProtectEmailAddresses javascript not removable
- It would be nice to be able to remove the javascript employed by this function from the page header to an external fi...
- 08:34 Bug #14304: fileadmin mount problem
- Maybe it can be solved by removing only "../" or "./" together.
I'm sure there are ereg experts for that :-) - 00:33 Bug #14310: function uniqueList got list ended with commata
- Thanks guys. We already fixed this in CVS.
The bug was caused when I replaced t3lib_div::uniqueArray with the nati...
2004-09-13
- 23:07 Bug #14299: IPv6 / AAAA dns records not supported?
- IPv6 address using '":" for block separation. Also they can be written in short terms like 43FB::BB3F:A0A0:0 which me...
- 22:57 Bug #14299: IPv6 / AAAA dns records not supported?
- Obviously the function t3lib_div::cmpIP() is not (yet) IPv6 compatible.
However this requires that you have set at... - 22:40 Bug #14299: IPv6 / AAAA dns records not supported?
- Could you please try if disabling the IPLock for your backend user works?
Of course that would just be a workaroun... - 22:11 Bug #14298: RewriteRule "Feature"
- This bug is kind of a duplicate of that one: #0000036
- 22:06 Feature #14297: "go back"-Link in Repository
- This is not a bug, but a feature request.
It works as it currently is but of course it's not perfect.
I will close ... - 21:57 Bug #14312: pagetree shown twice in latest 3.7.0-dev cvs
- fixed by Kasper.
- 21:46 Bug #14312: pagetree shown twice in latest 3.7.0-dev cvs
- with the lastest update from cvs everything works fine now again.
Thanks a lot to Kasper and Ingmar! - 20:29 Bug #14304: fileadmin mount problem
- There is the following in that function:
-------------------------
// these lines remove all slashes and dots be...
2004-09-12
- 20:24 Bug #14307: phpversion does not work with PHP Version 4.3.8-8.dotdeb.1
- Kasper has fixed this, at least for normal version numbers like 4.3.0 it works now.
However, I don't know, if it wor... - 20:17 Bug #14310: function uniqueList got list ended with commata
- The time difference is not very much. I executed each variant 300000 times, the substr method took about 10,5 sek and...
- 20:06 Bug #14310: function uniqueList got list ended with commata
- Well, both accomplish the same thing. I'd prefer to just run the command once, but as you said runtime should probabl...
- 19:33 Bug #14310: function uniqueList got list ended with commata
- If you think preg_replace is the better choice, ok. With regular expression I always think it is more cpu intensive?!
- 18:36 Bug #14310: function uniqueList got list ended with commata
- Why not not just preg_replace it out? I admit it always runs, but the control structure to seach for this has to do t...
- 20:04 Bug #14309: check for php version fails
- This has been solved by Kasper now.
The problem was that Kasper already uses PHP5 and thus he didn't notice that b... - 19:06 Feature #14313: Call to undefined function: printcontent() in typo3\wizard_add.php on line 227
- I was creating a new BE group and found that error reported in the server php-errorlog. At the moment I have no exact...
- 18:37 Feature #14313: Call to undefined function: printcontent() in typo3\wizard_add.php on line 227
- Could you please describe the steps that are necessary for reproducing this bug?
- 10:02 Feature #14313 (Closed): Call to undefined function: printcontent() in typo3\wizard_add.php on line 227
- This class doesn't privide this function
(issue imported from #M353) - 18:43 Bug #14312: pagetree shown twice in latest 3.7.0-dev cvs
- yes, I have. I will give you access to the server via pm
- 18:37 Bug #14312: pagetree shown twice in latest 3.7.0-dev cvs
- I can not confirm this.
Are you sure you have done the "Compare Database" step in the Install Tool?
See http://ty...
2004-09-11
- 21:00 Bug #14312 (Closed): pagetree shown twice in latest 3.7.0-dev cvs
- Pagetree is shown twice in BE (tested with fresh install + admin users)
(issue imported from #M352) - 13:05 Feature #14311 (Closed): additional option for spamProtectEmailAddresses
- Added the additional option 'ascii' for spamProtectEmailAddresses. If you set the 'ascii' option emails get translate...
- 12:54 Bug #14310 (Closed): function uniqueList got list ended with commata
- If the function uniquiList in class.t3lib_div.php gets a list that ended with a commata a wrong SQL statement could b...
- 11:01 Bug #14309: check for php version fails
- same as http://bugs.typo3.org/bug_view_page.php?bug_id=0000344
2004-09-10
- 19:00 Bug #14308: ImageMagick - ISP Problem
- Hi Nikos,
Again, this is not a bug - it's a QUESTION. The Bugtracker is for reporting reproducible errors or unexp... - 10:33 Bug #14308 (Closed): ImageMagick - ISP Problem
- How do I install ImageMagick to my ISP's Server in order to work with TYPO3?
(issue imported from #M345) - 17:57 Bug #14309 (Closed): check for php version fails
- typo3/sysext/cms/tslib//index_ts.php line 118
if (t3lib_div::int_from_ver(phpversion())<4100000) die ('TYPO3 runs wi... - 16:46 Bug #14306: Warning: array_merge() is not an array in clss.t3lib_beuserauth.php
- TYPO3 is not yet compatible with PHP5.
However you have good chances that all known PHP5 issues will be fixed in 3... - 15:48 Bug #14282: Tweaking localconf.php doesn't work
- Poster confirmed it is working as expected with the current code
- 14:06 Bug #14282: Tweaking localconf.php doesn't work
- It's probably related to the weird combo of old and new code I had at the time.
I had the revised code from preview.... - 11:47 Bug #14282: Tweaking localconf.php doesn't work
- This may well be caused by the DBAL extension from CVS being outdated. The current code will be available through CVS...
- 11:43 Bug #14283: backpath problem with symbolic linked directories
- I think this is not DBAL specific. I have not tested it, but remember having a similar problem with TemplaVoila.
- 10:32 Bug #14302: Raw HTML coding impossible?
- Thank you, I got it ... :-)
One has to be very patient with TYPO3 ... :-) - 01:37 Bug #14178: indexed search [result] (paging, ancor corrupt)
- @Ingmar: Did you refer to Franz' comment or on this bug?
- 01:32 Bug #14164: index search and 3.6.1
- This has just been fixed in CVS. See bug 186 if you need a patch for the current version.
- michael - 01:27 Bug #14220: last character cutted
- Just FYI. This is now fixed in CVS.
2004-09-09
- 23:37 Bug #14273: return-path isn't set correctly by t3lib_htmlmail
- The bug is now fiex in the 3.6.0 branch (for the upcoming relase of 3.6.3) and also in the head for the 3.7.0 release...
- 20:20 Bug #14273: return-path isn't set correctly by t3lib_htmlmail
- See the attached file for a replacement of t3lib_htmlmail->sendTheMail
Works for me (TYPO3 3.6.1 & Postfix), would b... - 14:39 Bug #14307: phpversion does not work with PHP Version 4.3.8-8.dotdeb.1
- o.k. someone made the correction in cvs for /typo3/init.php, but the bug still resists in /typo3/sysext/cms/tslib/ind...
- 10:38 Bug #14307: phpversion does not work with PHP Version 4.3.8-8.dotdeb.1
- Workaround:
comment the line 199 in /typo3/init.php and 118 in /typo3/sysext/cms/tslib/index_ts.php
or
solution:... - 10:33 Bug #14307 (Closed): phpversion does not work with PHP Version 4.3.8-8.dotdeb.1
- There is a check for the php-Version running in latest cvs-files.
PHP Version 4.3.8-8.dotdeb.1 will not be detected ... - 09:58 Bug #14293: meta-tag charset not the very first tag in head
- Fixed in CVS for 3.7 (according to a posting on typo3.dev from Kasper).
- 06:57 Bug #14302: Raw HTML coding impossible?
- I think this is no bug, but unfamiliarity with the system - what about the HTML content element?
-Christopher
2004-09-08
- 13:51 Bug #14306 (Closed): Warning: array_merge() is not an array in clss.t3lib_beuserauth.php
- If I tick "Clear All Cache" in backend of the package dummy 3.6.2 or even dummy 3.7dev (snapshot typo3_src-37.0-dev_0...
2004-09-07
- 14:35 Bug #14305 (Closed): Typo3 Session-content size limited
- The Typo3 Session-content size is limited to 65536 bytes. (that is, using the $GLOBALS["TSFE"]->fe_user->getKey and s...
2004-09-06
- 11:39 Bug #14220: last character cutted
- Hmmm, update.
The solution was much easier. See latest patch.
I'm still waiting for Kaspers OK (I just resent the...
2004-09-02
- 17:55 Bug #14304 (Closed): fileadmin mount problem
- File: class.t3lib_userauthgroup.php
Function: addFileMount
My fileadmin dir is located in "/.2/www/fileadmin"
Th...
2004-09-01
- 15:53 Bug #14227: fe_adminLib: hard-coded Form URL, should be typolink
- Problem is that for example feuser_admin uses something like this in its template file:
###FORM_URL###&cmd=infomail&... - 14:26 Bug #14278: Browser Client Konqueror not recognized
- I've made an output in line 2660 (class.t3lib_div.php in function client_info) before the line "if ($bInfo['BROWSER']...
- 12:59 Bug #14303 (Closed): func_delete: error-message false
- Whe trying to delete a single empty directory, without exec_commands enabled a message appears:
"The item was not a... - 11:11 Bug #14302 (Closed): Raw HTML coding impossible?
- I am a new user of TYPO3 planning to use for extended professional use. Now I am just trying some CMS's such as postN...
- 10:47 Bug #14300 (Closed): Javascript GUI control in the BE, type Files or ImageFiles, ordering item broken
- This type of GUI control available often in the BE is now broken.
When you hit the «move upward» item, they are mo...
2004-08-31
- 17:24 Bug #14299 (Closed): IPv6 / AAAA dns records not supported?
- Our webserver address has both an A and an AAAA record. Browsers prefer using the IPv6 (AAAA) record, which results i...
- 02:08 Bug #14298 (Closed): RewriteRule "Feature"
- Rewriteing to a fix id e.g.
RewriteRule ^(.*\.html|/)$ index.php?id=5
always tries to deliver the page called with ...
2004-08-30
- 22:28 Feature #14297: "go back"-Link in Repository
- Just use the "back" button of your browser, that'll do.
Is this really a bug? - 19:07 Feature #14297 (Closed): "go back"-Link in Repository
- If you return from a Extension-Detail-Page in TER via the "go back"-Link, you need to re-connect to the repository an...
- 22:16 Bug #14120: Spelling mistake (or typo?)
- ok, thanks masi, I think I can close the bug now.
It's time to hunt real bugs instead ;-) - 10:12 Bug #14120: Spelling mistake (or typo?)
- The "correct" word is "deprecated", but the dictionary says that "depreciated" is being used often in the sense of "d...
- 17:15 Bug #14296 (Closed): BE upload field does not work when minitems=1
- If one configures a field in the TCA with type=group, internal_type=file and minitems=1, the upload field displayed i...
- 11:49 Bug #14279: Edit whole template record does not work
- Pls see <a href="http://bugs.typo3.org/bug_view_page.php?bug_id=0000319">Ticket 319</a> for further description/solution
- 11:44 Bug #14295 (Closed): masked html tags are unmasked in function conv, class.t3lib_cs.php
- (see also Ticket 299).
Masked HTML-tags are unmasked during charset conversion in function conv (class.t3lib_cs.php... - 10:42 Bug #14294 (Closed): <meta name="generator" content="TYPO3 3.6 CMS" /> is hardcoded
- In tslib_pagegen.php this meta-tag is hardcoded. This is bound to be forgotten when 3.7 is released.
(issue impor... - 10:40 Bug #14293 (Closed): meta-tag charset not the very first tag in head
- <meta http-equiv="Content-Type" content="text/html; charset="blah"> is not the first tag. Currently it comes AFTER th...
- 10:23 Bug #14292 (Closed): template->endPage(): spurious </body>
- While startPage() doesn't output a body tag for docType "xhtml_frames" endPage() does.
This will invalidate the do... - 10:20 Bug #14291 (Closed): wizards: truncation of P[currentValue]
- The currentValue argument will be truncated to fit in a URL. This is fine, but still a problem.
Unfortunately the ... - 10:18 Bug #14290 (Closed): cannot get current value of RTE field
- A wizard won't get the current value of an RTE field. P[currentVal] is not updated by the RTE on invoking the wizard ...
- 10:06 Bug #14264: getUpdateJS: broken when using UTF-8 and IE
- Ok., as far as we know now there are to solutions to solve it, both require browser sniffing. In one case we determin...
2004-08-28
- 20:45 Bug #14289 (Closed): lib.stdheader doesn't RESTORE_REGISTER
- lib.stdheader.2 and lib.stdheader.3 always use LOAD_REGISTER and the register stack gets filled up. So you can't pop ...
- 17:12 Bug #14288 (Closed): check for inclusion of localconf fails.
- In config_default $typo_db is set to the empty string, then localconf is included and TYPO3_db is defined as $typo_db...
2004-08-26
- 20:47 Bug #14264: getUpdateJS: broken when using UTF-8 and IE
- I modified getUpdateJS for extension sr_feuser_register:
if (window.decodeURIComponent) { unesc = decodeURIComponent... - 14:48 Bug #14287 (Closed): Indexed Search getting metatags
- The Index Search is now getting meta tag informations. it seems that the "<!--TYPO3SEARCH_begin-->" and "<!--TYPO3SEA...
- 12:40 Bug #14286 (Closed): BE re-login doesn't work with mozilla
- When the login expires, a javascript alert ask if we want to refresh the login.
click on Ok button does nothing wi...
2004-08-25
- 14:09 Bug #14285: Images in fileadmin are not displayed, when using typo3 inside public_html directory
- I forgot: I am using Typo3 with MySQL 4.0.20 on Linux (Debian unstable)
- 13:21 Bug #14285 (Closed): Images in fileadmin are not displayed, when using typo3 inside public_html directory
- I have installed typo3 (3.5.0 and later 3.6.2) inside my public_html directory: fx. http://www.xyz.org/~user/typo3.
...
2004-08-24
- 11:26 Bug #14272: Dead End
- Ingmar,
I have used the Dummy package, worked through it, used the Template tutorial part 1 - everything is fine _... - 11:23 Bug #14272: Dead End
- Occurs even with Dummy package
2004-08-23
- 23:22 Bug #14284 (Closed): metatype error
- Choosing db-check->database relations in the backend results in an error.
Fatal error: Call to undefined functio... - 23:01 Bug #14283 (Closed): backpath problem with symbolic linked directories
- When the extension is symbolic linked from another location to typo3conf/ext/dbal the backend module doesn't work.
... - 12:43 Bug #14282 (Closed): Tweaking localconf.php doesn't work
- Trying to use the DBAL extension I first tried adding 'dbal' to the $TYPO3_CONF_VARS['EXT']['extList'] doesn't work a...
- 11:06 Bug #14281: Opera can be detected as Internet explorer
- Yeah, I can follow these arguments. Maybe we can introduce a TypoScript variable, so the site admin can change the de...
- 10:31 Bug #14281: Opera can be detected as Internet explorer
- This is a feature of Opera. I see no reason to break a great feature of a great piece of software.
Operas browser g...
Also available in: Atom