Activity
From 2004-04-22 to 2004-05-21
2004-05-21
- 16:27 Feature #14179: improved mm_query in class.tslib_content.php
- I can't find the function mm_query() in the class.tslib_content.php of Typo3 3.6.0 http://cvs.sourceforge.net/viewcvs...
- 09:06 Feature #14179 (Closed): improved mm_query in class.tslib_content.php
- Hi!
I have custom tables with several n-to-m relations. class.tslib_content.php::mm_query can only resolve one at ... - 09:23 Feature #14177: No special chars for database password
- I was looking at www.mysql.org, but didn't find a note which characters are allowed.
I like to use at least one sp...
2004-05-20
- 19:29 Bug #14178: indexed search [result] (paging, ancor corrupt)
- anchoring corrected:
corrected anchor link
function printResultSectionLinks() {
$lines=array();
reset($t... - 16:50 Bug #14178 (Closed): indexed search [result] (paging, ancor corrupt)
- pager doesn't work anymore
this is the same problem like at typo3.org
take a look
or
take a look at my site, th... - 00:53 Feature #14177: No special chars for database password
- The current condition that the password has to match is this: [^[:alnum:]_\.-]
which means that the password can con...
2004-05-19
- 18:18 Feature #14177 (Closed): No special chars for database password
- You can't specifi password with special chars over the install tool.
Workaround:
Use dummy password and change it...
2004-05-18
- 17:38 Bug #14154: t3lib_div::writeFile() changes permissions without need
- This will only be the case, if the owner of the file is the apache-user.
Case 1:
-rw-rw-r-- www-data www-data te... - 16:35 Bug #14174: Extra Message Boundary
- It's in CVS now.
- 13:44 Feature #14142: Extension Manager password for TER lost or not needed
- I noticed the behaviour on some but not all of the sites I updated. Maybe some random issue. Not a severe problem any...
2004-05-17
- 23:50 Feature #14142: Extension Manager password for TER lost or not needed
- I have updated quite some sites from 3.5 to 3.6 series. All my sites kept the TER Password.
Are you aware that the... - 23:09 Bug #14174: Extra Message Boundary
- I agree, this line should not be there, its a bug. I just deleted the line, and also made a change in formmail that w...
- 22:28 Bug #14174: Extra Message Boundary
- The After: should look like this
"
....
YW1pbHk6IFZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWY7Cglmb250LXdlaW... - 22:07 Bug #14174: Extra Message Boundary
- I'm not so much into MIME stuff, could you enlighten me in which way your patch would make Typo3 generated mails more...
- 18:15 Bug #14174 (Closed): Extra Message Boundary
- The boundary after "$this->constructHTML_media($boundary);" in t3lib_htmlmail::constructHTML() is extra. This causes ...
- 22:17 Bug #14172: Fehler bei Arbeit im Backend (Änderung bei Setupfeld)
- This is not a bug of Typo3 but a but of a specific version of MySQL.
Update your MySQL version and 'repair' the cac... - 14:53 Bug #14172 (Closed): Fehler bei Arbeit im Backend (Änderung bei Setupfeld)
- Hallo,
bei längerer Arbeit im Backend (Änderungen im Setupfeld) und öfterem Löschen des Cash kommte im Backend fol... - 22:10 Bug #14140: Icons are not on the same line with their associated text (Mozilla)
- If you want this to be fixed, please suggest a patch that works for all browsers.
- 18:01 Bug #14140: Icons are not on the same line with their associated text (Mozilla)
- I can reproduce this with 3.6.0 on KDE 3.1.2/Linux with Firefox 0.8, but NOT with Konqueror (3.1.2)
So this could re... - 21:35 Bug #14176: Remove & in E-mailed URL
- This is already fixed in the CVS version of 3.6.1 and will be fixed in 3.6.2.
- 18:20 Bug #14176 (Closed): Remove & in E-mailed URL
- & in e-mailed URLs frequently don't work. Though the URL maybe W3C compliant, if it doesn't work, clients complai...
- 19:54 Bug #14169: Cannot create new pages with Quickstart Package and 3.6.0 core
- Unfortunatly, I only have one linux machine to test this on and outside of the 3 clean installs of typo3 on this mach...
- 01:28 Bug #14169: Cannot create new pages with Quickstart Package and 3.6.0 core
- Is this bug reproducable on other servers?
At least I wasn't able to reproduce it.
What is your system configurat... - 18:17 Feature #14175 (Closed): No Plain-text List Option
- When using plain-text options for Typo3, the list plugins have no means to be viewed as they aren't set in plaintextL...
- 16:40 Feature #14173 (Closed): remove dependency on static_info_tables for $GLOBALS['TSFE']->sys_language_uid
- The dependency is a) unnecssary and has b) a rather highy performance penalty by using an additional SQL query.
I... - 16:30 Bug #14170: No check of mysql-rights
- I have seen this behaviour myself.
- 09:57 Bug #14170 (Closed): No check of mysql-rights
- check if all rights needed for mysql are correctly set..that means create tables, alter tables and so on..
Example... - 12:46 Bug #14171 (Closed): XHTML compliance of FORM objects (attribute wrap)
- Generated Forms contains always a wrap-attribute in the textarea-tag. But the w3c-validator says that's wrong.
So I ...
2004-05-16
- 22:56 Bug #14169: Cannot create new pages with Quickstart Package and 3.6.0 core
- Oh, and I've tested this in both ie 6.0.2800 and firefox 0.8.
- 22:54 Bug #14169 (Closed): Cannot create new pages with Quickstart Package and 3.6.0 core
- I have new installations of 3.5, 3.6 beta and 3.6 final with the same error.
I follow the tutorial installs, ru... - 19:30 Bug #14166: Content Type TABLE does not allow 0 cellspacing
- This is about the TCA configuration of the field tt_content.table_cellspacing which is currently like this:
[typ... - 19:25 Feature #14168: Install fails, Mem too small. Actually get_cfg_var problem
- I just read the comments on http://de.php.net/manual/en/function.get-cfg-var.php and it's true that what we want is a...
- 17:40 Feature #14168 (Closed): Install fails, Mem too small. Actually get_cfg_var problem
- Install fails, as PHP procedure get_cfg_var does not return any values of config variables. This makes Install compl...
- 13:30 Bug #14167: Content Type TABLE does not allow 0 cellspacing
- this bug was reported twice, thus I'm closing this one.
2004-05-15
- 20:40 Bug #14167 (Closed): Content Type TABLE does not allow 0 cellspacing
- When setting up content type TABLE it does not allow for a cellspacing of 0. It automatically unckecks the selection...
- 20:37 Bug #14166 (Closed): Content Type TABLE does not allow 0 cellspacing
- When setting up content type TABLE it does not allow for a cellspacing of 0. It automatically unckecks the selection...
- 07:40 Bug #14160: CGI Error message when accessing the install tool
- Ingmar,
Thanks Ingmar for the response.
This works for me. Why would it not, its the same line as commented wit... - 00:21 Bug #14160: CGI Error message when accessing the install tool
- OK, this is a proposed fix:
In the file t3lib/class.t3lib_install.php (and (if not symlinked) in its duplicate in ...
2004-05-14
- 22:10 Bug #14153: t3lib_extfilefunc::func_copy() does not set file permissions properly
- I think it's argueabel whether or not this is a bug or a feature.
I suggest starting a discussion in the dev mailing... - 21:58 Bug #14163: failed to allocate memory
- This is not a bug of Typo3 but a bug of either Apache or PHP.
After a PHP scripts has finished running, all memory... - 11:14 Bug #14163: failed to allocate memory
- Sorry, I forgot to say that this happens for pagerendering, etc. in frontend and backend
Thanks
Christian - 11:13 Bug #14163 (Closed): failed to allocate memory
- After longer use (several days) of typo3 without restarting the apache, one script after the other is failing with er...
- 20:32 Bug #14136: MSIE detected as Mozilla browser
- Our site looks fine with 3.6.1. Each browser receives the correct CSS file, browser detection is working well again!
- 20:18 Bug #14136: MSIE detected as Mozilla browser
- This problem should be solved in TYPO3 3.6.1, can you please confirm that?
- 20:25 Bug #14165 (Closed): Bug in media/scripts/tmenu_layers.php
- The file media/scripts/tmenu_layers.php should be the same as media/scripts/gmenu_layers.php except some small differ...
- 16:18 Bug #14164: index search and 3.6.1
- if i try to search again same keyword it works fine. but the error still comes on first search
- 16:15 Bug #14164 (Closed): index search and 3.6.1
- if i try to search a word i get the following error:
Warning: Invalid range end in /var/www/virtual/typo3_src-3.6....
2004-05-13
- 16:10 Bug #14160: CGI Error message when accessing the install tool
- The line you are referring to has been commented (prepended with a '#') on 28.01.2004.
Kasper's changelog entry wa... - 10:25 Bug #14160 (Closed): CGI Error message when accessing the install tool
- On certain pages in the install tool (read menu choices), I get a CGI Error message:
CGI Error
The specified CGI ... - 15:48 Bug #14162: Typo3 3.6.1 announced as 3.6.0
- Yes, true.
This is solved in CVS and will be done correctly next time for 3.6.2. - 12:36 Bug #14162 (Closed): Typo3 3.6.1 announced as 3.6.0
- You just forgot to increase the version number in the backend.
(issue imported from #M85) - 11:09 Bug #14161 (Closed): Wrong string pasted from 'TypoScript property lookup' -> 'Add object property'
- There is a small error using the 'Add object property'/'TypoScript property lookup'. When you click on the desired pr...
2004-05-12
- 17:56 Bug #14159: HTML Entities in headers don't get correctly displayed.
- closed due to user request
- 13:30 Bug #14159: HTML Entities in headers don't get correctly displayed.
- Sorry, connection problems. Please close this dupe. Thank you!
- 13:30 Bug #14159 (Closed): HTML Entities in headers don't get correctly displayed.
- Since Typo3 3.6.0, HTML Entitites in Headers fail to work, e.g. the entity "& #8230 ;" get displayed as an ampersand,...
- 17:19 Bug #14155: Publication w/indexed search broken in 3.6.0
- I dont't know if it has to do with it, but when I installed indexed search in typo 3.6.1, it wouldn't work 'out of th...
- 13:29 Bug #14158 (Closed): HTML Entities in headers don't get correctly displayed.
- Since Typo3 3.6.0, HTML Entitites in Headers fail to work, e.g. the entity "& #8230 ;" get displayed as an ampersand,...
- 09:53 Bug #14156: css_styled_content 0.1.0 adds unwanted tags
- 'css_styled_content' provides some Typoscript-Setup for output rendering. If you don't like the way it does so, eithe...
- 09:23 Bug #14157 (Closed): updating extensions fails because directories are not deleted
- trying to update or overwrite an extension that is already installed fails.
It seems like files and directories a...
2004-05-11
- 23:41 Bug #14156: css_styled_content 0.1.0 adds unwanted tags
- Part 4 should be:
"Each p tag is double-wrapped, producing broken HTML:
<p><p class="bodytext">...text.... - 23:39 Bug #14156 (Closed): css_styled_content 0.1.0 adds unwanted tags
- I just updated from css_styled_content 0.0.9 to 0.1.0. Now Typo3 adds coed to the page that was not there before and ...
- 22:34 Bug #14155: Publication w/indexed search broken in 3.6.0
- Kasper, do you remember a change from RC1 to final that could have caused this bug?
Is this rather a bug of the cor... - 22:20 Bug #14155 (Closed): Publication w/indexed search broken in 3.6.0
- On www.blender3d.org, we use publication to static HTML (as this lets us
survive Slashdot like yesterday). We also u... - 22:25 Bug #14152: Error 404 when adding a new content element
- I've upgraded a second installation to typo3.6.0 to check the bug. And voilà: The bug isn't there. (??)
What seem... - 22:04 Bug #14152: Error 404 when adding a new content element
- I can't reproduce the error.
Could you please provide a more precise description?
What EXACTLY do you mean with... - 12:14 Bug #14152 (Closed): Error 404 when adding a new content element
- When I try to add a new content element on top of the list view of content elements, I get an error 404:
The reque... - 22:21 Bug #14151: Error 404 when adding a new content element
- exact duplicate #14152
- 12:09 Bug #14151 (Closed): Error 404 when adding a new content element
- When I try to add a new content element on top of the list view of content elements, I get an error 404:
The reque... - 22:08 Bug #14154 (Closed): t3lib_div::writeFile() changes permissions without need
- Playing around with the filelist module, I discovered the following bug:
If a file has been edited via filelist, the... - 20:59 Bug #14153: t3lib_extfilefunc::func_copy() does not set file permissions properly
- Sorry for submitting the wrong diff.
Corrected version is attached: corrected_patch_func_copy.diff (571 bytes) 11.05... - 20:49 Bug #14153 (Closed): t3lib_extfilefunc::func_copy() does not set file permissions properly
- If a file is being copied with the filelist modules, the permissions of the new one is 755 - no matter what perms the...
- 11:10 Bug #14150 (Closed): t3lib_parsehtml: tags in comments are handled (incorrectly)
- It seems that comments are parsed as well. This leads to problems if you have either remnants from earlier versions i...
2004-05-10
- 17:16 Bug #14148: "[br]" and "[p][/p]" generate same effect
- Converted angle brackets to square brackets as HTML tags are not escaped, but entietes are. This is dull.
edited on:... - 12:15 Bug #14148: "[br]" and "[p][/p]" generate same effect
- I am reporter of this bug. It's running on Linux Redhat 7.0.
The bug discription should be as follows:
When add... - 14:50 Bug #14149 (Closed): Filelist module file count is too high (one too much)
- File count seems to start at 1. So no files at all () empty dir) yields a file count of 1, own files get you a count ...
2004-05-09
- 23:01 Bug #14116: Using Fast-CGI don't give access to BE
- The fix for this problem is now in CVS branch TYPO3_3-6-0.
The fix will be included in a maintanace release within s... - 22:53 Bug #14112: PATH_TRANSLATED issues
- I fixed this bug in CVS for branch TYPO3_3-6-0.
The fix will be included in a maintanace release within some days. - 22:49 Bug #14144: t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- OK, I just fixed this bug in CVS for branch TYPO3_3-6-0.
The fix will be included in a maintanace release within som... - 06:23 Bug #14148 (Closed): "[br]" and "[p][/p]" generate same effect
- When adding or editing text elements, the html marks "[br]" generate same effect as "[p][/p]" in the text. I mean [...
2004-05-08
- 13:35 Bug #14145: typo3/border.html is XHTML, wich makes trouble in IE
- because I wanted some feedback on this bug because I could not reproduce it on:
WinXP IE6
Win2k IE5.5
Win2k IE6
... - 11:31 Bug #14145: typo3/border.html is XHTML, wich makes trouble in IE
- I didn't experience the problem, I was just filing this as a spin off of #14137, which is mainly about problems with ...
- 09:59 Bug #14145: typo3/border.html is XHTML, wich makes trouble in IE
- Could you please State the Operational System and te IE Version?
Win2k SP3 IE6 makes no trouble
WinXP SP2 IE6 makes... - 11:58 Bug #14146: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- then we would change it in brose_links.php, right?
- 11:50 Bug #14146: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- The requirements o fthis function is to do a binary safe in-list comparison. If we change that we will damage TYPO3 i...
- 11:22 Bug #14146: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- Change:
/t3lib/class.t3lib_div.php
Line 645
function inList($in_list,$item) {
#return strstr(','.$in_list.',', ... - 11:39 Feature #14142: Extension Manager password for TER lost or not needed
- If the download was always possible w/o password, then the bug is indeed that the username/password setting is lost d...
- 11:26 Feature #14142: Extension Manager password for TER lost or not needed
- So the bug is that the Passwords get lost on an update?
Because it had been possible to download publicly available ... - 11:21 Feature #14142: Extension Manager password for TER lost or not needed
- All publicly available extensions are displayed and can be downloaded.
See for yourself:
http://www10.musterfirma... - 09:58 Feature #14142: Extension Manager password for TER lost or not needed
- You only need to enter this information if your ALSO want to see member extensions.
Or are you able to download memb... - 11:30 Bug #14147 (Closed): Bulletlist incorrect in text with image aligned left
- Using content element text with image; image positioned in upper left corner; using RTE to add a bulletlist floating ...
2004-05-07
- 22:32 Bug #14146 (Closed): Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- This bug s only present with "typo3/browse_links.php"
(issue imported from #M65) - 10:25 Bug #14137: Pagetree doesn't render
- For border.html I've file bug #14145.
As for the dying Apache I've no idea. Of course it could be the PHP version.... - 10:23 Bug #14145 (Closed): typo3/border.html is XHTML, wich makes trouble in IE
- As reported in #14137 IE chokes on the file being XML. Basically it has troubles with the XML declaration.
SInce X...
2004-05-06
- 19:22 Bug #14137: Pagetree doesn't render
- After deleting the xml statement from border.html the error is gone and the border shows up.
Pagetree:
I figure... - 09:27 Bug #14137: Pagetree doesn't render
- The parse error seems to be a probem with broder.html. It's rather unnecessarily in XHTML. Please try and create a p...
- 09:19 Bug #14137: Pagetree doesn't render
- i have the same problem.
PHP Version 4.3.3
Typo 3.6 Dummy
Suse Linux
Confixx Pro - 17:33 Bug #14139: Install tool is incapable of comparing modern database dumps
- quick and DIRTY (!) fix for t3lib_install:
Replace the line:
} elseif (strcmp($FDcomp[$table][$theKey][$fieldN]... - 15:27 Feature #14130: BE-Login saveable for Browsers
- Security and laziness are two things. - I'm lazy;-)
Well, maybe this could be an Option? - 11:37 Bug #14144: t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- The history is that I fixed this based on response from users mailing about the same problem. I could not test it mys...
- 01:03 Bug #14143: Install Tool doesn't open "Frontend website" in new window
- I have just tested it and in contrast to what you report it works great.
The only way I could reproduce your bug r... - 00:45 Bug #14112: PATH_TRANSLATED issues
- Since these path problems are a major roadblock for newbees to install Typo3 but also a very time consuming nasty thi...
2004-05-05
- 21:45 Bug #14144: t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- I have tested the bug fix and I can confirm it has fixed my HTTPS issue on IIS
Thanks a lot for this very prompt r... - 21:33 Bug #14144: t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- Ingmar, you're great! :-)
- 17:35 Bug #14144: t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- OK, I have found out the reason for the behaviour.
Typo3 does not check if the variable $_SERVER["HTTPS"] ist set ... - 12:07 Bug #14144 (Closed): t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
- Kasper has changed the code for SSL detection in CVS as of April 1st.
The log message was: "Fixed SSL problem and ... - 11:40 Bug #14143 (Closed): Install Tool doesn't open "Frontend website" in new window
- Instead, the frontend website opens in the same window. (Link at bottom of each page).
Opening backend in new windo... - 11:29 Feature #14142 (Closed): Extension Manager password for TER lost or not needed
- After updatting sites to 3.6.0 the EM displays the following warning before connecting to TER:
"You have not conf... - 10:39 Feature #14141: Extension Manager: "Enter" key behaviour in the Extension Import screen
- Sorry - just noticed that this is a duplicate (someone else already posted a similar one). Please mark it as such -- ...
- 10:22 Feature #14141 (Closed): Extension Manager: "Enter" key behaviour in the Extension Import screen
- Using IE 6 and Typo3.6. When I openthe Extension Manager, and select the "Import extensions from online repository" s...
- 06:41 Bug #14140 (Closed): Icons are not on the same line with their associated text (Mozilla)
- Take a look at the screenshot, the icon at the bottom with the question mark is a link to the explanation for "Page (...
2004-05-03
- 22:29 Bug #14139 (Closed): Install tool is incapable of comparing modern database dumps
- When I use the "Database Analyzer" of the Typo3 install tool to compare the current database to the file typo3conf/da...
- 19:55 Bug #14137: Pagetree doesn't render
- Here is the output of the debug system:
### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST : dudalski.d... - 19:41 Bug #14137: Pagetree doesn't render
- One error message says (in the Web>Seiten-Modul area)
Parse error: parse error in /home/typo3_src-3.6.0/typo3/bord... - 14:26 Bug #14137: Pagetree doesn't render
- What does the server error message say?
- 12:02 Bug #14137 (Closed): Pagetree doesn't render
- After upgrading to 3.6.0 from 3.5.0 the pagetree in the backend doesn't render any more. Instead a server error page ...
- 16:27 Bug #14138: XHTML conformity
- Reminder sent to kasper
It's probably already somewhere on your hard disk, but folks need an updated version of TSRe... - 16:25 Bug #14138: XHTML conformity
- Closing bug, but two things should happen:
documenting config.doctype
documenting correct way to achieve XHTML co... - 16:06 Bug #14138: XHTML conformity
- I see.
By overriding doctype I meant selecting a different doctype in the validator...
I found what causes the ... - 15:06 Bug #14138: XHTML conformity
- With overriding doctype you mean setting config.doctype=xhtml_trans?
Try setting config.xhtml_cleaning. Reading th... - 12:06 Bug #14138 (Closed): XHTML conformity
- Hi!
As of 3.6.0, typo3 claims XHTML conformity. Thus I checkt with both my page and typo3.org on validator.w3.org
... - 15:28 Bug #14135: link wizard fails to remember external links
- Changed subject to reflect real issue.
- 15:23 Bug #14135: link wizard fails to remember external links
- What the reporte means is: if youÄve entered an external link, and re-invoke the wizard, the wizard is in "internal l...
- 15:24 Feature #14133: Edit in Frontend Only: no access
- Resolving is not what I wanted.
- 15:10 Feature #14133: Edit in Frontend Only: no access
- Seems to be a compatibilty problem of the extension. Please contact the extension author.
Suspended until further ...
2004-05-02
- 15:02 Bug #14135: link wizard fails to remember external links
- Version is 3.6 final.Behaviour seems to be browser-independent.
- 12:19 Bug #14135: link wizard fails to remember external links
- Please specify your TYPO3 version.
- 01:35 Bug #14135 (Closed): link wizard fails to remember external links
- the link wizard doesn't remember the
external link. Editing the link I get not the external URL I
set before, but... - 12:30 Bug #14136: MSIE detected as Mozilla browser
- Browser identification strings:
Mozilla 1.6: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6)
Internet Exp... - 12:28 Bug #14136 (Closed): MSIE detected as Mozilla browser
- MSIE sends as browser detection string: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1). Typo3 detects the word M...
- 12:14 Bug #14122: Install Tool shows fatal error if typo3/ext is not writeable
- I have fixed that, it's already included in TYPO3 3.6.0 final
- 04:50 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- This is because you have done the 1-2-3 step installation and nothing more... go to the install (typo3/install/index....
2004-05-01
- 23:19 Feature #14134 (Closed): JS Errors in Opera
- The Browsercheck ignores Opera, although Opera 7.23 can display, and Hover the images i.e.. Example: TMENU with befor...
- 17:22 Feature #14133 (Closed): Edit in Frontend Only: no access
- 1) create a user, give him the rights to edit page content. Add this to the TS:
admPanel {
enable.edit = 1
m... - 16:38 Bug #14132 (Closed): Deleting an extension in Extension Manager generates an unnecessary PHP error
- Seen with Typo3 3.6.0, on Linux platform (Gentoo)
When deleting an extension in the EM (this example was css_style... - 15:43 Bug #14122: Install Tool shows fatal error if typo3/ext is not writeable
- +1 from me. I never allow global installs anyway.
- 15:41 Feature #14130: BE-Login saveable for Browsers
- -1 from me. Security vs. Lazyness...
- 04:04 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- This looks pretty much like if your GD library just doesn't support GIF file generation!
Search Google for 'typo3 ...
2004-04-30
- 15:51 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- Please specify your TYPO3 version! Obviously you're not using the latest version.
- 13:08 Bug #14131 (Closed): undefined function imagegif() when using the 1-2-3 step installer
- After installation of quickstart bigfeet-site anything works well and the logo is shown correctly in the upper left ...
- 13:48 Feature #14127: FE-Editing new pages and simulateStatic
- I tried the patch, applies just fine, but doesn't help. I tried to add a new page, and got redirected to this: partne...
- 10:05 Bug #14129: Misspelling
- Done.
- 10:01 Bug #14125: "HASH" is a reserved SQL keyword
- This is a bug in MySQL 4.1.0
- 00:43 Bug #14125: "HASH" is a reserved SQL keyword
- Thank you Ingmars! You found the answer... going to upgrade my MySQL server to 4.1.1.
This bug can be "RESOLVED" a... - 08:56 Feature #14130 (Closed): BE-Login saveable for Browsers
- If we would remove value="" on the login-screen, it were possible to store the passwords for Mozilla etc.
Thank ... - 08:53 Bug #14112: PATH_TRANSLATED issues
- See http://bugs.php.net/bug.php?id=23610.
It happened something around php 4.3.2,
2004-04-29
- 22:10 Bug #14105: tslib_content does not handle ouput charset
- Since Masi hasn't got enough CVS write access in order to resolve this bug, I'm going to assign it to Kasper instead....
- 21:57 Bug #14105: tslib_content does not handle ouput charset
- Uploaded tslib_content_changes.txt containing updates and new functions for tslib_content.php. The fix solves all of ...
- 21:50 Bug #14128: Installing dummy-3.6.0RC2 on php4.3.6 fails
- This bug depends on those nasty path problems so I've marked it as a duplicate of 0000018.
Changing priority to U... - 17:43 Bug #14128: Installing dummy-3.6.0RC2 on php4.3.6 fails
- Ingmar, you've been involved with the thread he's mentioning, maybe you know more?
robert - 17:02 Bug #14128 (Closed): Installing dummy-3.6.0RC2 on php4.3.6 fails
- When I unzip the dummy-3.6.0RC2-2.zip file to:
C:\apache\Apache2\htdocs\typo36\dummy-3.6.0RC2\
and then access it... - 21:40 Bug #14125: "HASH" is a reserved SQL keyword
- HASH is no longer a reserved word as of MySQL 4.1.1.
See changelog: http://dev.mysql.com/doc/mysql/en/News-4.1.1.html - 20:21 Bug #14125: "HASH" is a reserved SQL keyword
- The problem is that in the Changelog there is nothing about HASH but if you look at Docs/reservedwords.txt from the M...
- 17:37 Bug #14125: "HASH" is a reserved SQL keyword
- Hi Davide,
HASH is not in the list of reserved keywords [1] and I couldn't even find something related to that in ... - 14:14 Bug #14125 (Closed): "HASH" is a reserved SQL keyword
- I cannot create tables who contain a field called "HASH" because in MySQL 4.1.0-alpha it is a SQL reserved keyword.
... - 20:15 Bug #14129: Misspelling
- Confirmed. Robert, can you please apply my patch?
- 18:45 Bug #14129 (Closed): Misspelling
- Tools - Extensions - Details
Double installs?
A "Global" extension with this key is also available on the server, ... - 18:26 Bug #14114: Can not add messages on the forum
- You have an old version of tt_board. Like Mathias said - please upgrade to the latest global extensions, available at...
- 18:03 Bug #14124: Imagemagick takes up to 6 minutes for displaying PDF preview of 100 pages document
- That's a classic for Kasper. Because he likes Imagemagick so much ...
- 11:56 Bug #14124 (Closed): Imagemagick takes up to 6 minutes for displaying PDF preview of 100 pages document
- IM identify, which is called each time the thumbnail is displayed, will go through every frame (page) of the document...
- 16:57 Feature #14127: FE-Editing new pages and simulateStatic
- This patch should do the trick but I didn't test it.
Please give me your feedback, thanks. - 15:32 Feature #14127 (Closed): FE-Editing new pages and simulateStatic
- If you do FE editing, and create a new page, TYPO3 generates a backurl
to lead you to the page just created. It doe... - 16:13 Bug #14109: css_styled_content 0.0.9 (RC2) creates double-attribute in <img>-tag
- Sorry, but I cannot reproduce your bug.
With the TYPO3 3.6.0RC2 and the latest CVS version of css_styledcontent I... - 15:04 Bug #14123: cached image sizes don't work properly, method for clearing the cache has to be changed
- I have fixed this in the current CVS version. Changelog:
- Moved table definition for cache_imagesizes from sysext... - 11:52 Bug #14123 (Closed): cached image sizes don't work properly, method for clearing the cache has to be changed
- Have to fixe the cache clearing mechanism.
- Put SQL for cache_imagesizes into t3lib/stddb/tables.sql instead of t... - 14:32 Bug #14126 (Closed): "Error" messages of extensionmanager should be called "Warnings"
- The extensionmanager often yieds error messages like "No XCLASS inclusion code found" or similar.
Expirienced user... - 11:39 Bug #14122 (Closed): Install Tool shows fatal error if typo3/ext is not writeable
- If the global extensions directory is not writeable, the Basic Configuration section will show a fatal error although...
- 00:36 Bug #14117: Opera 7 with gmenu_layers & tmenu_layers in FE
- mathias,
would you be so kind to change the category
from backend to frontend
thanks in advance,
Martin
2004-04-28
- 22:24 Bug #14107: HTML compliancy: script type
- This is already done in 3.6.0, isn't it?
Have a look at the source code of e.g. http://typo3.org/ - 21:22 Bug #14119: function render_subheader() in class.tx_cssstyledcontent_pi1.php is missing
- It's true that there is no render_subheader() function in the css_styled_content extension anymore.
However, this ... - 15:14 Bug #14119 (Closed): function render_subheader() in class.tx_cssstyledcontent_pi1.php is missing
- The function render_subheader() within tx_cssstyledcontent_pi1 is missing
(issue imported from #M26) - 21:11 Bug #14120: Spelling mistake (or typo?)
- The word depreciated actually is a word, and means something similar.
However, you are right in that "deprecated" ... - 18:04 Bug #14120 (Closed): Spelling mistake (or typo?)
- The word "depreciated" is used instead of "deprecated" in the TYPO3 Ver. 3.6.0RC2.
(issue imported from #M27) - 19:20 Bug #14121 (Closed): RTE: Tables
- When making border -width to 0 pixels in the table, it is no-longer possible to get the settings for the table up by ...
- 12:45 Bug #14110: RTE Character Style not shown up
- cross checked in 3.6.0RC2.
Setup works fine as it is supposed to be.
full definition:
RTE.classes {
bodyBlue {
... - 08:44 Bug #14110: RTE Character Style not shown up
- seems like the whole RTE.classes isn't available for the rte toolbar since rc1.
- 10:25 Bug #14118 (Closed): Clear extension cache has a strange name
- The text of the 3.5 feature clear extension cache has changed to "Clear temp_CACHED" which sounds strange in my humbl...
- 06:51 Bug #14116: Using Fast-CGI don't give access to BE
- That's very close related to this bug I think:
http://bugs.typo3.org/bug_view_page.php?bug_id=0000018
Take a look... - 05:37 Bug #14116 (Closed): Using Fast-CGI don't give access to BE
- Running IIS 5.1 WinXP and PHP as Fast-CGI.
Logon to RC2-Quickstart-zip is successfull then redirection after that ... - 05:42 Bug #14117 (Closed): Opera 7 with gmenu_layers & tmenu_layers in FE
- In FE Opera 7.x positions the dropdown menus of gmenu_layers & tmenu_layers at the left border of the browser window,...
2004-04-27
- 22:57 Bug #14115: After installation, Typo3 does not work because of DB-layer failure
- This is no more needed, the problem is fixed in the latest version.
- 22:53 Bug #14115: After installation, Typo3 does not work because of DB-layer failure
- OK, thx...
I just compared it with the 'original' SQL file, which wasn't what was needed...
But after all, there'll... - 22:19 Bug #14115: After installation, Typo3 does not work because of DB-layer failure
- Compare the Databases in the Install Tool.
Then it will work. - 19:56 Bug #14115 (Closed): After installation, Typo3 does not work because of DB-layer failure
- Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /usr/local/lib/php/typo3/typo...
- 22:21 Bug #14114: Can not add messages on the forum
- > The same forum works perfect for my stable 3.5.0
That might be the point.
Did you get the new global extensions... - 19:31 Bug #14114 (Closed): Can not add messages on the forum
- On my Typo3RC2 I cannot add Messages to the Forum.
I am getting following errormessage on submitting a new entry ... - 15:35 Bug #14113 (Closed): 1-2-3 Install Tool cannot connect to database
- When a user doesn't allow connecting to MySQL without specifying a username, he gets an error as shown in the screens...
- 15:33 Bug #14103: Missing page
- This is no bug.
It will refer to your installation. Check if the install tool goes through without ANY errors.
Then... - 15:26 Bug #14111: Extension Repository
- The Bug should be fixed with providing a JS that sets the correct focus on the page.
- 03:20 Bug #14111 (Closed): Extension Repository
- When hitting enter in the 'Look up' field (after typing in the extension key) the page just reloads
Go the the Exten... - 11:19 Bug #14109: css_styled_content 0.0.9 (RC2) creates double-attribute in <img>-tag
- Assigned to Robert Lemke because I think it was him who did some alt and title atrribute stuff in 3.6.0
- 10:48 Bug #14109: css_styled_content 0.0.9 (RC2) creates double-attribute in <img>-tag
- confuses xhtml-parsers and destroys xhtml-compliancy
- 09:48 Bug #14112 (Closed): PATH_TRANSLATED issues
- If you take a look at typo3/init.php there's a conditional statement to get the right path to the current script.
It...
2004-04-26
- 22:28 Bug #14110 (Closed): RTE Character Style not shown up
- RTE.default {
classesCharacter = mainBodyText, header1
}
gives me no character style icon in rte toolbar anymor... - 22:27 Bug #14109 (Closed): css_styled_content 0.0.9 (RC2) creates double-attribute in <img>-tag
- When using css_styled_content, the img-tag contains the alt and title atrributes twice:
for example: <img src="upl... - 17:47 Bug #14108 (Closed): make cropping work for multi-byte charsets
- Replace t3lib_div:fixed_lgd and t3lib_div::fixed_lgd_pre calls by t3lib_cs::crop calls with the current charsets. Thi...
- 17:34 Bug #14107 (Closed): HTML compliancy: script type
- The javascript used to check the browser and set the blur-Method is not html-conform. It should define the type-attri...
- 15:27 Bug #14105: tslib_content does not handle ouput charset
- Assiged to masi himself because he's responsible for charset issues. (right?)
- 13:44 Bug #14105 (Closed): tslib_content does not handle ouput charset
- The class cObj provides TS-stdWrap mechanisms to manipulate strings (eg substring and caseshift). These routines don'...
- 15:21 Feature #14106 (Closed): t3lib_cs.php lacks charset->entities conversion for arbitrary charsets
- The class has a charset to entity conversion (and back) for UTF-8 but none for arbitrary charsets. I think this might...
- 13:24 Bug #14101 (Closed): Missing page
- I was following a tutoriak by kasper on modern template building everything was going on well until I came to the par...
- 13:15 Bug #14103 (Closed): Missing page
- I was following a tutoriak by kasper on modern template building everything was going on well until I came to the par...
- 13:15 Bug #14102 (Closed): Missing page
- I was following a tutoriak by kasper on modern template building everything was going on well until I came to the par...
- 12:53 Bug #14104: Test. Ignore!
- Yeah, man!
I can confirm this issue! - 12:51 Bug #14104 (Closed): Test. Ignore!
- This is a test bug description.
no additional information available.
(issue imported from #M7)
Also available in: Atom