Activity
From 2004-07-20 to 2004-08-18
2004-08-18
- 18:12 Bug #14274: httpd is going down!
- You have to edit row 60 in .htaccess:
Add all directories without relationship to TYPO3 also to this row.
-Ma... - 17:29 Bug #14274 (Closed): httpd is going down!
- If you have installed gallery.menalto.com and TYPO3 3.6.2
The default .htaccess-File will destroy your webserver.
... - 13:32 Bug #14273 (Closed): return-path isn't set correctly by t3lib_htmlmail
- Setting the return-path in the header of an email seems not to work on most installations. In fact I haven't seen any...
- 00:10 Bug #14272 (Closed): Dead End
- Run install script, install sample db into tx3_quickstart.sql, 1.2.3 script processes to end.
Offers choice between ...
2004-08-16
- 20:21 Bug #14266: cannot preview hidden pages in BE when lockSSL = 1 or 2
- The problem is that you lose a feature (previewing hidden pages) when you enable SSL. If you do not enable SSL, you ...
- 09:51 Bug #14264: getUpdateJS: broken when using UTF-8 and IE
- More info:
The MS docs say that Unicode chars shall be returned as %uxxxx. Unfortunately I cannot test right now o... - 09:41 Bug #14264: getUpdateJS: broken when using UTF-8 and IE
- I am not sure if I understand everything from the bug, but this is what I just experienced in a different setup invol...
2004-08-15
- 10:27 Bug #14262: Using input type="image" does not trigger $TSFE->checkDataSubmission()
- I don't really understand why i have to explain the difference between <input type="image"> and <input type="submit">...
- 10:08 Bug #14145: typo3/border.html is XHTML, wich makes trouble in IE
- I don't know much about IE's troubles with typo3/border.html but I was getting a PHP parse error because I had Short ...
2004-08-14
- 23:30 Bug #14268: function substUrlsInPlainText in class.t3lib_div.php cant extract properly an url with char other than space at end
- Hello Ingmar,
but thats what my fix do! I dont understand! My problem is that I put in the newsletter a link of th... - 17:10 Bug #14268: function substUrlsInPlainText in class.t3lib_div.php cant extract properly an url with char other than space at end
- The '(' and ')' are in the regex for the same reason you added '<' to the list: In order to allow for other character...
- 19:07 Feature #14248: Login-error!No user logged in! Sorry, I can't proceed then!
- Although this really seems like a strange problem, I'm quite sure it's not a bug but a misconfiguration.
So please... - 18:45 Bug #14261: XHTML cleaning breaks base tag
- You should disable xhtml_cleaning if you want HTML instead of XHTML.
In XHTML the correct base tag looks like this... - 18:41 Bug #14261: XHTML cleaning breaks base tag
- xhtml cleaning changed
<base href="http://www.mydomain.com">
to
<base href="http://www.mydomain.com" />
... - 18:21 Bug #14261: XHTML cleaning breaks base tag
- So do I get you right that Typo3 in fact produces something like this?
<base href="asdf"></base>
I think that's c... - 18:02 Bug #14262: Using input type="image" does not trigger $TSFE->checkDataSubmission()
- I don't really understand why there is a difference between <input type="image"> and <input type="submit">. Could you...
- 17:56 Bug #14263: Path problems with PHP5
- OK, these problems turned out to have even more impact on Typo3 than I expected. I have reported them in the dev list...
- 17:54 Bug #14264: getUpdateJS: broken when using UTF-8 and IE
- Assigning the bug to our charset hero Masi.
- 17:49 Bug #14257: nav-title not used in multi-language-sites
- There was no response for a very long time, so I think this bug can be closed due to Masi's statement.
- 17:48 Bug #14266: cannot preview hidden pages in BE when lockSSL = 1 or 2
- You wrote "Other page types display normally over http, but hidden pages require https to preview when 'lockSSL' is s...
- 17:38 Bug #14267: sorting must be set for pi_list_query to work
- In the function tslib_pibase::pi_list_query() I suggest to change the following lines from:
// Order by data:
if (... - 03:14 Bug #14271: prefixRelPath incorrectly prefixes absolute urls
- I wasn't sure if I should select backend or front-end. It effects the backend during template building with TemplaVo...
- 03:12 Bug #14271 (Closed): prefixRelPath incorrectly prefixes absolute urls
- Problem:
URL's with a leading slash are absolute and should not be prefixed as though they were relative. The prefi...
2004-08-13
- 15:45 Bug #14268: function substUrlsInPlainText in class.t3lib_div.php cant extract properly an url with char other than space at end
- change $newParts = split('[[:space:]]|\)|\(',$v,2);
to
$newParts = split("[[:space:]]|\)|\(|<",$v,2);
will d...
2004-08-12
- 19:03 Feature #14270: spamprotect if mail adress bug
- Here is my bugfix:
in class.tslib_pagegen.php in function pagegenInit():
if ($GLOBALS['TSFE']->spamProtectEma... - 16:07 Feature #14270: spamprotect if mail adress bug
- in table element some adresses get split because of the split token "|".
see:
styles.content.table = TEXT
s... - 12:24 Feature #14270 (Closed): spamprotect if mail adress bug
- in function typoLink in class.tslib_content.php the line
if(strstr($link_param,'@') && !$pU['scheme']) { ... - 11:50 Feature #14269 (Closed): Bug when using images_frames, jpg images and quality settings
- Problem was that when using jpg images and images_frames the image quality
was very poor in T3.6.1
My solution:
... - 11:46 Bug #14268 (Closed): function substUrlsInPlainText in class.t3lib_div.php cant extract properly an url with char other than space at end
- the code $newParts = split('[[:space:]]|\)|\(',$v,2);
in the function cant extract properly an url with char other t...
2004-08-10
- 16:07 Bug #14267 (Closed): sorting must be set for pi_list_query to work
- In class.tslib_pibase.php the function pi_list_query() specifies "orderBy" as an optional param. However, it fails if...
- 02:06 Bug #14266 (Closed): cannot preview hidden pages in BE when lockSSL = 1 or 2
- Unable to preview hidden pages when logged into Back End and 'lockSSL' is set to 1 or 2. Other page types display no...
2004-08-07
- 13:48 Bug #14265: formmail can be abused to send spam
- This is well known, and have been fixed in version 3.6 exactly the way you mention by calulating a hash of the recipi...
- 12:39 Bug #14265: formmail can be abused to send spam
- This issue has been spoken about in the dev list already.
Maybe Jan-Erik can give a comment on the current status of... - 09:49 Bug #14257: nav-title not used in multi-language-sites
- Did you use pk_limitmenutolang? There is a bug in this extension that leads to this behaviour. Without the extension ...
2004-08-05
- 21:06 Bug #14265 (Closed): formmail can be abused to send spam
- Getting typo3 to send emails to arbirtary email adresses is as easy as typing in
---------------------------------... - 13:14 Bug #14264 (Closed): getUpdateJS: broken when using UTF-8 and IE
- The function getUpdateJS in class.tslib_content.php, used by feAdmin_Lib, does not work correctly when using an UTF-8...
- 13:13 Bug #14245: Result resource error in task center
- Finally I could check on this, and cannot reproduce the error. This does not mean it didn't exist, but meanwhile a lo...
2004-08-04
- 10:19 Bug #14263 (Closed): Path problems with PHP5
- Typo3 shows the error message "Cannot find configuration. This file is probably executed from the wrong location." on...
2004-08-03
- 15:49 Bug #14262 (Closed): Using input type="image" does not trigger $TSFE->checkDataSubmission()
- When using input type="image" in a mailform the HTTP_POST_VARS array does not contain a key named formtype_mail, but ...
2004-08-02
- 02:05 Bug #14261 (Closed): XHTML cleaning breaks base tag
- XHTML Cleaning adds an end tag to the base tag, but the specification forbids this:
http://www.w3.org/TR/REC-html4...
2004-08-01
- 13:03 Bug #14256: special characters in username not checked
- I have to add that replacing the md5.js file is not that easy since some typo functions may rely on functions in the...
- 11:50 Bug #14259 (Closed): Context-menu forgets the selected module
- If you have to do a lot of things in module: List, you will notice the following bug:
- Select the module list
- De...
2004-07-31
- 05:20 Feature #14248: Login-error!No user logged in! Sorry, I can't proceed then!
- Same problem happens with ALL the users (Christine, etc) when trying the Quickstart package.
I can log on, and at...
2004-07-30
- 11:16 Bug #14258 (Closed): lockSSL: extensions not downloadable via backup/delete
- if lockSSL is enabled for the backend, extensions cannot be downloaded as T3X via the backup/delete function. this is...
2004-07-29
- 13:04 Bug #14257 (Closed): nav-title not used in multi-language-sites
- If you define a nav_title for a page the default language is used for creating menus - no matter what you enter in th...
2004-07-28
- 18:52 Bug #14247: COA_INT objects breaks language settings
- Yes, setlocale seems not to be executed when a page is cached.
That results in wrong locales for non cached content ... - 18:50 Feature #14253: Setlocale does not work when page is cached
- Yes, right.
This is a dupe of #0000238 - 18:43 Feature #14253: Setlocale does not work when page is cached
- Sounds like it's the same bug as this: 0000238
http://bugs.typo3.org/bug_view_page.php?bug_id=0000238 - 12:04 Bug #14256 (Closed): special characters in username not checked
- I created an account containing German umlauts ("özgün") and without any complain typo3 created the account (should t...
- 11:15 Bug #14165: Bug in media/scripts/tmenu_layers.php
- Why is the inline CSS necessary anyway? I don't see the point. I am using TYPO3 3.6.2 and the inline CSS destroys my ...
2004-07-27
- 11:10 Bug #14255 (Closed): META Keywords/Description not saved
- template tools/constant editor/page
The META keywords and description are not stored. The generated pages do not hav... - 10:43 Feature #14254 (Closed): Moving repetitive elements
- This is a fix for Typo3-3.7-dev to enable moving repetitive flexform elements.
Just replace the two class files wi...
2004-07-26
- 18:03 Feature #14253 (Closed): Setlocale does not work when page is cached
- Setlocale seems not to be executed when page is cached.
That results in wrong locales for non cached content like ad... - 14:52 Bug #14251: Page Tree - shows only 1 item - no more !
- ### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST : bandle.lokal.de
TYPO3_HOST_ONLY : bandle.lokal.d... - 14:21 Bug #14252 (Closed): Highlighting color of module should be same as highlighting color in page tree
- When you click on a module in the backend of Typo3 3.7 (!), the module you clicked is highlighted. However, it is hig...
2004-07-25
- 22:52 Bug #14251 (Closed): Page Tree - shows only 1 item - no more !
- Page Tree shows only one Item- Example the quickstart-guide.
You can see :
- Quickstart
+ FC Bigfeet
if you ... - 21:42 Bug #14241: [php] memory_limit displayed as wrong value
- Reminder sent to wwk1
[php] memory_limit displayed as wrong value - 15:08 Bug #14235: Spamassasin MIME_BASE64_LATIN
- The changes to the dmailer class is commited to CVS, and I have made a new version of direct mail available in CVS. P...
2004-07-24
- 07:30 Bug #14249: Specifying a shortcut page AND setting a shortcut mode leads to an error
- *update*
page 1
-----> subpage 1
-----> subpage 2
------> sub to subpage 2
-----> subpage 3
setting... - 07:18 Feature #14248: Login-error!No user logged in! Sorry, I can't proceed then!
- I think you can't call this a bug... rather misconfiguration(?)
- 01:55 Bug #14250 (Closed): can't install extensions with SAFE MODE ON
- in a shared hosting, where SAFE MODE is ON (and i can't modify this settings), installing a new extension gives me th...
2004-07-23
- 20:04 Feature #14248: Login-error!No user logged in! Sorry, I can't proceed then!
- Dear sir,
I increase Memory size(25mb) in php.ini, then I sucessfully logged in to typo3,
but after doing some ... - 18:31 Feature #14248 (Closed): Login-error!No user logged in! Sorry, I can't proceed then!
- When I try to login with user name "admin" and password "password" then
it gives error Login-error!No user logged in... - 19:03 Bug #14249: Specifying a shortcut page AND setting a shortcut mode leads to an error
- I suggest ignoring the shortcut mode when a page is explicitly set...
- 19:02 Bug #14249 (Closed): Specifying a shortcut page AND setting a shortcut mode leads to an error
- @see Summary
Error!
The requested page didn't have a proper connection to the tree-root!
()
(issue imported ... - 12:22 Bug #14235: Spamassasin MIME_BASE64_LATIN
- I have made a bugfix with direct_mail, and will post it to CVS as soon as I have confirmede that it works correct. It...
2004-07-22
- 18:14 Bug #14247 (Closed): COA_INT objects breaks language settings
- When using a COA_INT object, the language settings get ignored..
So everything gets renderes using the default (engl... - 15:38 Bug #14246: charset and generator meta tags are written in XHTML by default
- Hi Ingmar,
> Hmm, the long time goal still is XHTML, so I would not like to remove the
> slashes.
but then ... - 15:06 Bug #14246: charset and generator meta tags are written in XHTML by default
- Hmm, the long time goal still is XHTML, so I would not like to remove the slashes.
Perhaps we should create someth... - 15:10 Bug #14239: Page-type list also shows not accessible types
- Yeah, that's kind of broken.
I guess it'll be fixed when general rights management of selector box values is impleme...
2004-07-21
- 18:06 Bug #14246 (Closed): charset and generator meta tags are written in XHTML by default
- On lines 597 and 599 of class.tslib_pagegen.php the generator and content-type meta-tags are written with a slash bef...
- 12:14 Bug #14245 (Closed): Result resource error in task center
- I've just did the test you asked for in typo3.dev for DBAL June 22 and it went about 95% ok.
The only problem enco...
2004-07-20
- 21:16 Bug #14235: Spamassasin MIME_BASE64_LATIN
- I will take a look at this. I agree that there should be some way of specifying what encoding the mail should have.
- 15:42 Bug #14235: Spamassasin MIME_BASE64_LATIN
- Assigning this to Jan-Erik Revsbech who is in charge of t3lib_htmlsmail AFAIK.
- 15:35 Bug #14235: Spamassasin MIME_BASE64_LATIN
- Ok, in more detail (I had the same problem recently).
The mailer class sends all mails (obviously, as we had the p... - 21:14 Bug #14212: incorrect message-id in mailheaders
- This is already fixed in the development version of TYPO3 (3.7.0), but I have just made the changes in the 3.6.0 bran...
- 16:09 Bug #14243: fileadmin links to files are missing part of path
- i actually misspelled the link typo3 generates:
if typo3 is installed under "/htdocs/TYPO3/[packagename]/", the link... - 15:45 Bug #14243: fileadmin links to files are missing part of path
- Yes, this is in fact not a bug.
The fileadmin folder really is at [packagename]/fileadmin and not [packagename]/typo... - 15:32 Bug #14243: fileadmin links to files are missing part of path
- Why do you have the fileadmin under the typo3 folder, is the question. Or did I miss something?
- 15:46 Bug #14244: fileadmin links to files wrong
- this is a duplicate, closing.
Also available in: Atom