Project

General

Profile

Activity

From 2007-04-28 to 2007-05-27

2007-05-27

16:52 Feature #17335: TCEforms: add inline editing of secondary options
the patch is for the file class.t3lib_tceforms.php
i used version 4.1.1 as working base
Martin Ficzel
13:47 Feature #17335 (Closed): TCEforms: add inline editing of secondary options
the secondary options appear on the top of the backend frameset and thats
hard to understand and to teach to redacte...
Martin Ficzel

2007-05-26

23:13 Bug #16614: clickmenu on pagetree icons does not work
It's the first time I'm working with typo3, and I also got this error with a 4.1.1 source+dummy installation.
I foun...
Franz
18:25 Bug #16776: pi_list_browseresults shows 'Next' link when no results
I dont think so. Sorry. I've discovered this issue while trying to use pagebrowser with my own specific extension.
...
Artem Matevosyan
15:13 Bug #15535: SELECT COUNT(DISTINCT(xxx)) produces wrong field name
Is fixed according to my memory and #4496. Karsten Dambekalns
15:04 Feature #17334: [Code] Improved t3lib_div::validEmail() satisfying RFC 3696
Also related to #0003660
Andreas Bulling
14:43 Feature #17334 (Closed): [Code] Improved t3lib_div::validEmail() satisfying RFC 3696
Hi all,
as noted by several other people, the t3lib_div::validEmail() method is quite... "simplistic" at the momen...
Andreas Bulling
14:44 Bug #15054: Gremlin: Insufficient email validation
Related to #0005688
Andreas Bulling
14:44 Bug #16233: t3lib_div::validEmail() -> validation not complete?
Related to #0005688
Andreas Bulling
13:06 Bug #16569: New content elements wizard removes CE from array, which are OK!
Steps to reproduce this issue:
Imagine you have an extension that extends tt_content by servel fields. Furthermore...
Oliver Hader
11:26 Feature #17325: Allow CONTENT object to acces table 'pages_language_overlay'
For me the proposed solution by Ernesto worked out, so I am in no need of the patch anymore. I found some posts about... Patrick Rodacker

2007-05-25

17:57 Feature #17325: Allow CONTENT object to acces table 'pages_language_overlay'
Following the discussion in typo3-dev I think that this can be closed again now, right? Michael Stucki
17:43 Feature #17333 (Closed): page module: Show header of content element in columns overview also for headers set to hidden
Situation:
You are in page module and see the column organized content elements for the current page.
For a good ov...
A.BE.ZET Entwickler
17:34 Bug #17332: label field which is a relation is not human readable (the field is not resolved like in 4.0.x)
FYI: http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/6082 Oliver Hader
11:45 Bug #17332 (Closed): label field which is a relation is not human readable (the field is not resolved like in 4.0.x)
If you have a Table and the title of table is a field which is defined as Database relation to another table. The lis... Daniel Poetzinger
17:32 Feature #15801: $TCA based labeling for fields with foreign uid's
The feature of a a user function for labels was integrated a new feature in TYPO3 4.1.0.... Oliver Hader
16:47 Bug #16949: Absolute links are made relative which breaks link
Same problem, work around works.. Tobi
11:25 Bug #17224: Mapping problem in content element selectboxes
> Sorry to say, that i disagree with the reference to 4581.
I know. I mistyped, that's why I immediately corrected...
Karsten Dambekalns
10:03 Bug #17224: Mapping problem in content element selectboxes
Sorry to say, that i disagree with the reference to 4581.
4581 addresses a caching problem and the provided patch ...
Sebastian Fischer
08:31 Bug #17327: secure filelinks width jumpurl.secure don't check permission recursive
Please provide a unified diff as patch file. It is easier to see the changes there. Thanks! Oliver Hader
08:03 Revision d854041e: Fixed bug #5655: TYPO3 back-end was blocked on new installations because of a bug in RFCs #1642/#4886
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2349 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
08:03 Bug #17318: TYPO3 back-end is blocked on new installations because of a bug in RFCs #15084/#15084
Committed to SVN Trunk (rev. 2349) Oliver Hader
05:16 Bug #16600: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set
"There are some solutions posted in the PHP function comments (see http://de.php.net/curl_setopt). [^]
Since this ...
Bob Amir
02:56 Bug #17331: New Subcategory Returns Service Unavailable
TYPO3: 4.1.1
dam 1.0.100
dam_tweaks 0.0.0
dam_catedit 1.0.5
dam_index 1.0.100
dam_info 1.0.100
dam_do...
Eric Blom
02:53 Bug #17331 (Closed): New Subcategory Returns Service Unavailable
If I click on a category folder in the and then choose "new subcategory" (URL #2) from the pop-up menu the page that ... Eric Blom

2007-05-24

20:17 Bug #17330: missing clearer div in csc-textpic-intext-left & csc-textpic-intext-right standard wrap
sorry, forgot to say:
I use Typo3 4.1.1
Martin Herzog
20:13 Bug #17330 (Closed): missing clearer div in csc-textpic-intext-left & csc-textpic-intext-right standard wrap
When placing two content elements of the type text w/image (with "intext-left" or "intext-right") underneath each oth... Martin Herzog
16:30 Bug #15287: Illegal SGML characters in output
@ernesto, I'm aware that only windows-1252 is a real superset of a iso codepage. Still we should test what IE really ... Martin Kutschker
15:21 Bug #15287: Illegal SGML characters in output
Another "simple" alternative would be to translate illegal iso-8859-1 to corresponding entities only at render time, ... Ernesto Baschny
15:15 Bug #15287: Illegal SGML characters in output
@Masi, exactly.
we already have a "mapping" table in TYPO3, using the "script_to_charset_unix/windows" and matchin...
Ernesto Baschny
13:28 Bug #15287: Illegal SGML characters in output
AFAIK, IE honours the charset of the HTML page. That is, translates all characters in the paste buffer (whatever char... Martin Kutschker
10:51 Bug #15287: Illegal SGML characters in output
@Masi,
If my Windows Charset is Windows-1250 (Eastern European) and my HTML-Page is ISO-8859-1 (Western European),...
Ernesto Baschny
10:42 Bug #15287: Illegal SGML characters in output
IE will happily paste the range 128-159 plainly and everything else as HTML entity (wether you like it or not). So if... Martin Kutschker
16:22 Bug #17329 (Closed): TCA fields of type "none" should be searchable too.
According to line 512 of class.db_list.inc :
" if ($info['config']['type']=='text' || ($info['config']['type']=='...
Nikolas Hagelstein
16:09 Bug #17224: Mapping problem in content element selectboxes
Thanks for your report (and the email from beginning of April). I'll close this one in favour of 4581, as it's shorte... Karsten Dambekalns
14:58 Bug #17328: form wizard - set checkbox as required - solution
related to 4509 and 3925 peter eliades
14:57 Bug #17328 (Closed): form wizard - set checkbox as required - solution
Hi all,
there is not possible to make checkbox required in the TYPO3 form wizard.
Solution (3 steps):
1. typo3/...
peter eliades
14:35 Bug #17327 (Closed): secure filelinks width jumpurl.secure don't check permission recursive
Secure filelinks with jumpurl.secure = 1 on access restricted pages ignore the group restriction, if the group-restri... Anliker Hubert
10:49 Feature #17322: Skype links
HTML doesn't care about the URLs in HREF as long as all " and & are properly escaped by entities. It's your browser w... Martin Kutschker
10:45 Bug #17326: BEenableFields doesn't care about delete field
Please note the comment for BEenableFields():
* Notice that deleted-fields are NOT filtered - you must ALSO call ...
Martin Kutschker

2007-05-23

23:02 Bug #17323: Out of memory in random php-scripts
AFAIK php 5.2.0 - 5.2.2 has much bugs, most with memory management. So i think this is a php issue.
Try same scrip...
Steffen Kamper
13:17 Bug #17323 (Closed): Out of memory in random php-scripts
Environment: Windows 2003 server, Apache 2.2.4, php 5.2.1 (problem was the same with 5.2.2), MySQL 5.0.27.
This er...
Jacob Johannessen
21:39 Bug #17326 (Closed): BEenableFields doesn't care about delete field
as same function in tslib_content this seems to be forgotten
class.t3lib_befunc.php, function BEenableFields
(issu...
Steffen Kamper
21:18 Bug #16690: type mappings are larger than necessary
[Why can't I add a note to this resolved issue, but apparently Martin could? Duh.]
It is not about needing unsigne...
Karsten Dambekalns
18:22 Bug #16690: type mappings are larger than necessary
Simple solution: drop TYPO3 support for unsigned ints. Either plainly remove this option from the SQL definition or s... Martin Kutschker
14:55 Bug #16690: type mappings are larger than necessary
Yes, it's a waste of bytes. But it saves a lot of trouble, because we don't have to worry about checking the size *an... Karsten Dambekalns
16:52 Bug #17319: Several bugs when writing HTML entities and tags inside of RTE
Same problem here.
Comparing RTE input, HTML-Content, RTE rendering (BE) and DB content one can get an impression ...
Marc Wöhlken
15:21 Bug #15287: Illegal SGML characters in output
or better yet: change the charset of your website to utf-8. :) Ernesto Baschny
15:21 Bug #15287: Illegal SGML characters in output
@Fronzes:
you might as well change the character encoding of your website to "windows-1252" and all will work with...
Ernesto Baschny
14:34 Bug #15287: Illegal SGML characters in output
I have just tried to validate a page where some texts were paste from msword.
I got this message from the validator ...
Fronzes Philippe
14:42 Feature #17325: Allow CONTENT object to acces table 'pages_language_overlay'
The patch enables access to tables beginning with 'pages' . Patrick Rodacker
14:37 Feature #17325 (Closed): Allow CONTENT object to acces table 'pages_language_overlay'
Within the CONTENT object the access is restricted to the tables 'pages' or prefixed with one of these: 'tt_', 'tx_',... Patrick Rodacker
13:46 Bug #17324 (Closed): No function of the --plugin.tx_newloginbox_pi1.detailsPage--
The via TS configurable value of:
plugin.tx_newloginbox_pi1.detailsPage has no effect in the Frontend.
I think it ...
Dennis Schulz
13:00 Bug #17296: piVars does not support arrays
As requested by the reporter, this issue is closed. Oliver Hader
12:43 Bug #17298: Frontend preview and simulate time is buggy
Does work for me. Thank you. Ralf Hettinger
12:23 Bug #17318: TYPO3 back-end is blocked on new installations because of a bug in RFCs #15084/#15084
Hello Oliver, yes it would work also with your patch.
$GLOBALS['BE_USER']->uc['noMenuMode'] = 0
if ($GLOBALS['B...
Franz Holzinger
11:58 Bug #17318: TYPO3 back-end is blocked on new installations because of a bug in RFCs #15084/#15084
The file 0005655_v2.diff fixes another problem on the initial login to the TYPO3 backend. In alt_main.php there is a ... Oliver Hader
11:36 Bug #17318: TYPO3 back-end is blocked on new installations because of a bug in RFCs #15084/#15084
Please test the attached patch 0005655.diff
The reason is $GLOBALS['BE_USER']->uc['noMenuMode']:
If this informat...
Oliver Hader
00:07 Bug #17318: TYPO3 back-end is blocked on new installations because of a bug in RFCs #15084/#15084
I can reproduce the problem:
grabbed a fresh svn checkout an hour ago and none of the backend modules worked. Afte...
Patrick Rodacker
12:15 Revision 0fe50357: Fixed bug #5564: IRRE - foreign_selector/foreign_unique on click issue
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2348 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:14 Revision e18aeb33: Fixed bug #5564: IRRE - foreign_selector/foreign_unique on click issue
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2347 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:13 Bug #17276: Foreign_selector +foreign_unique on click issue
Committed to SVN
* TYPO3_4-1: rev. 2347
* Trunk: rev. 2348
Oliver Hader
11:31 Bug #16709: Page tree not rendered for Non-Admins (Oracle)
Karsten, didn't you have a workaround (if not a fix) in a planning state, or so? Martin Kutschker
10:04 Feature #16786: FeUsers in table sys_lockedrecords
Yes, could you please attach the patch to lock records via TSFE?
If we provide that new field on the sys_lockedrecor...
Oliver Hader

2007-05-22

23:39 Feature #17322 (Closed): Skype links
It would be fine, if editor can set in rtehtmlarea also a special link -> "skype link", with call function. At the mo... Peter Zak
21:30 Bug #17321 (Closed): filemtime() [function.filemtime]: stat failed
When creating an FCE with TV and nesting an element type "image" within a section the errormessage stated occurs when... Andreas Bockhold
18:03 Bug #14402: the TS embedded help is not up-to-date
Hello Francois,
that solution sounds good to me as well! I'll be happy when we have this issue solved in 4.2.
Gre...
Sebastian Kurfuerst
17:49 Bug #17315: Unable to provide "version" with e.g. includeJS / patch to use filemtime always
Yes, it makes no sense really to hardcode it, but it's a useful feature IMHO.
Unfortunately I don't understand you...
Daniel Hahler
10:52 Bug #16709: Page tree not rendered for Non-Admins (Oracle)
Hi,
We wish use this cms in our entreprise, but we can't choose this one whith this major bug.
We have to let t...
Administrator Admin

2007-05-21

18:44 Bug #17312: can not login with newlogin box and kb_md5fepw
Probably someone could easily change the category of this to 'missing feature'. Saves time. Clemens Riccabona
18:41 Bug #17312: can not login with newlogin box and kb_md5fepw
In my opinion, you may close this bugreport, but probably move our suggestions for further development to some featur... Clemens Riccabona
15:02 Bug #17312: can not login with newlogin box and kb_md5fepw
That's not a bug of newloginbox. This is because dkd_redirect_at_login uses xclasses to integrate the redirection-fun... Stefan Strasser
17:47 Bug #15378: CSV Export in list mode only exports 100 records
hi all,
is this fixed in recent versions? if not, take it as a friendly reminder ;)
thx alex
Alex Widschwendter
16:29 Bug #17320 (Closed): Wrong http-header on Domain-Redirect. Should be 301 instead of 302
The option "Redirect to:" in the Domain-object should use the header 301 instead of 302.
The patch on "http://bugs.t...
Michael Mtzel
14:52 Feature #16485: Security enhancement
At the moment there is no fix for this in progress. After other work-in-progress is integrated I'll care about this. ... Stefan Strasser
14:15 Revision eaac9007: Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::recordInfo() to avoid resource waste
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2346 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
14:06 Revision 058cbfac: Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::recordInfo() to avoid resource waste
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2345 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
11:34 Bug #17272: 'lower' TCA specification may fail with non-ascii characters
rev 2344 Dmitry Dulepov
11:27 Revision b3c39e38: Fixed bug 5550: 'lower' TCA specification may fail with non-ascii characters
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2344 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
10:50 Feature #16835: Not match operator (!=) for Conditions
"If exists" operator (!= FALSE) should be added, also.
E.g. we want to distinguish cases when $Var is set and $Var...
John Angel
10:47 Bug #17288: parse_url error message in frontend and backend
copy & paste from thunderbird.
there were some links in it, i didnt seen the mail myself
Martin Holtz

2007-05-20

23:36 Bug #17296: piVars does not support arrays
*Argh*
After creating a small demo extension I couldn't reproduce the problem. I then noticed that the extension whe...
Christian Boltz
09:06 Bug #17296: piVars does not support arrays
You can only enter normal parameters for an extension.
E.g.
http://mytypo3domain.com/index.php?id=32&tx_ttextension...
Franz Holzinger
23:13 Bug #17319 (Closed): Several bugs when writing HTML entities and tags inside of RTE
The concept of parsing and modifying the input of the RTE is completely broken at one point, making it essentially im... Clemens Cap
22:46 Bug #17318: TYPO3 back-end is blocked on new installations because of a bug in RFCs #15084/#15084
I can reproduce this bug since revision 2330 from svn. If I downgrade to rev. 2321, everything works fine.
(Firefo...
Steffen Müller
11:04 Bug #17318: TYPO3 back-end is blocked on new installations because of a bug in RFCs #15084/#15084
Franz, as long as the ptch is not attached here, it officially doesn't exist. Ingo Renner
07:59 Bug #17318: TYPO3 back-end is blocked on new installations because of a bug in RFCs #15084/#15084
Hello Ingo, the patch to be discussed is on the English Mailinglist. You refused to having it added on the 4886 site.... Franz Holzinger
17:46 Bug #17303: /usr/local/apache2/htdocs/cms/typo3/sysext/lang/locallang_csh_corebe.xml was not XML!: Line 1: no element found
Alright, thanks for the feedback. Michael Stucki
16:17 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
@Oliver: If someone needs to explain that, then it's Franz H.
However, since he already opened bug #17318 about ex...
Michael Stucki
13:48 Bug #16790: Only white page on backend
It's not a bug, so it should not remain in here. Michael Stucki
13:40 Bug #16790: Only white page on backend
Please don't close it. Others might have a similar error with a FTP client. This won't be searchable any more if closed. Franz Holzinger
13:32 Bug #16790: Only white page on backend
Thus, this report isn't a bug at all and we can close it?
Please open new feature requests for the "restore localcon...
Oliver Hader
09:32 Bug #16790: Only white page on backend
I have now detected the reason which has caused the change inside of PHP files. I write it down here to make it compl... Franz Holzinger
12:46 Bug #16949: Absolute links are made relative which breaks link
I ran into the same problem but found a work around and possible a way to solve this. The URL being saved into the d... Pieter
00:30 Bug #14696: Access List Modules Selection
can't reproduce in 4.2 trunk Ingo Renner
00:25 Bug #17289: Sitemap->SectionIndex with multilanguage
can you still confirm this for 4.1? Ingo Renner
00:12 Bug #15867: Use of deprecated function in class.tslib_pibase.php
as pi_list_query() has a switch $returnQueryArray to determine whether to return the complete SQL query or the query ... Ingo Renner
00:03 Bug #16124: Spacing in Pagetree
can't reproduce in trunk for 4.2, so it's possibly fixed in 4.1. Toralf, can recheck this please?! Ingo Renner

2007-05-19

23:50 Bug #17296: piVars does not support arrays
please provide more detailed information or I'm going to close your report otherwise Ingo Renner
23:43 Bug #17318: TYPO3 back-end is blocked on new installations because of a bug in RFCs #15084/#15084
so where's your patch you were talking about, Franz? BTW: did you notice that nobody else has this problem? Ingo Renner
21:45 Bug #17318 (Closed): TYPO3 back-end is blocked on new installations because of a bug in RFCs #15084/#15084
The patches from
" 0004886: Refresh left menu frame if extension with backend module was installed or removed"
make...
Franz Holzinger
18:00 Bug #17310: Wrong quoted-printable encoding of email headers
IMHO there is no need to quote all occurences of ? and =. iconv_mime_encode() is overeager. Why should a standalone ?... Martin Kutschker
01:21 Bug #17310: Wrong quoted-printable encoding of email headers
Hi Masi,
please try these lines:...
Thorsten Kahler
15:28 Bug #15013: shortcut icon syntax incorrect/incomplete
if you set a base url this should be solved Ingo Renner
15:16 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
fixed in SVN, if you have a problem with the solution, open a new report! Ingo Renner
13:08 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
@Michael: Please tell us the reason for reopening this issue. What doesn't work and how can it be reproduced? Oliver Hader
12:48 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
reopened by request of Franz H. Michael Hirdes
15:07 Bug #17312: can not login with newlogin box and kb_md5fepw
md5 passwords should become default in the core (as the fe_users and fe_groups tables come with the core).
At the mo...
Clemens Riccabona
00:43 Bug #17312: can not login with newlogin box and kb_md5fepw
I found the same fix sv_login_redirect. Option to redirect with the newloginbox would be handy. Although i find mor... Daniel
02:17 Bug #17317 (Closed): Segmentation fault
I get a blank page when loading certain pages. I've checked apache logs: 'exit Segmentation fault'.
Typo3 4.1.1 is...
Tiberiu Contiu
00:34 Bug #17316 (Closed): Setting of text color and background text color failed in IE 6.0/7.0
This bug I have found on each Typo 4.0+ versions. It makes problem only with Internet Explorer (6.0+7.0), Firefox is ... Peter Zak

2007-05-18

23:46 Bug #17300: CE Mailform (FE) -> bad characters in JS alert (required fields)
Yes, I use UTF-8 everywhere (BE/FE). This is an example of Hungarian language, but it makes the same problem as for o... Peter Zak
15:50 Bug #17300: CE Mailform (FE) -> bad characters in JS alert (required fields)
What is the language of the charset in the BE and FE? Do you use UTF8 for all as your DB setting suggest? Martin Kutschker
22:14 Bug #14402: the TS embedded help is not up-to-date
I just had a simple idea tonight: everytime the same object string pops up again I increase a counter and append it t... Francois Suter
20:17 Revision 1fdcbc0d: jsfunc.validateform.js does not verify checkbox fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2343 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
19:36 Bug #17310: Wrong quoted-printable encoding of email headers
Maybe it would help, if you posted input and expected and actual output. Neither from this bug entry nor frrom the pa... Martin Kutschker
16:25 Bug #17310: Wrong quoted-printable encoding of email headers
For me the patch works.
But indeed it doesn't reach far enough. According to RFC 2047 5 [1]. "encoded-word"s are n...
Thorsten Kahler
15:40 Bug #17310: Wrong quoted-printable encoding of email headers
If I read the patch correctly for headers the characters = and ? are not encoded. Which is wrong BECAUSE these are us... Martin Kutschker
17:02 Bug #17285: new RealUrl for IIS feature does not work
Fixed in SVN (and 4.1). Martin Kutschker
17:02 Revision 743df509: Fixed bug #5578: config setting SYS[requestURIvar] doesn't work
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2342 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
16:56 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
that's why i posted that it is meant as a 'temporary solution'.
BTW IMHO every live system, no matter if it is bui...
Clemens Riccabona
16:49 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
@Clemens Riccabona: That's not a real solution, that just hides the problem. Most Users don't recognize this error be... Jonas Felix
16:37 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
No thing would be easier like describing like it comes along.
set config.debug=1
set sqlDebug in Installtool, and f...
Clemens Riccabona
16:18 Revision aeb14d68: Fixed bug #5578: config setting SYS[requestURIvar] doesn't work
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2341 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
16:00 Bug #17287: integrate the functionality of extendedbulletlist
Make sure that your code follows the coding guidelines and create a patch in "diff -u" format. This will increase the... Martin Kutschker
15:58 Bug #17288: parse_url error message in frontend and backend
The problem is that you pasted a proprietary URL protocol (mailbox:) which parse_url doesn't understand. The code cou... Martin Kutschker
15:55 Revision 6df158f6: Added Slovak flag
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2340 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
15:54 Feature #17307: SK language flag
Fixed in SVN. Thanx for the flag. Martin Kutschker
15:46 Bug #17292: Ajax collapse in pagetree destroys extended iso-codes -> euro sign
What do you mean with extended iso code? If you're using iso-8859-1 there is no Euro sign. You could try and use iso-... Martin Kutschker
15:31 Revision 0b1e88d6: Added Slovenian flag
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2339 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
15:29 Bug #17314: Missing Flag of Slovenia in Backend, Solution provided! Please integrate!
Fixed in SVN. Thanx for the flag. Martin Kutschker
11:40 Bug #17314 (Closed): Missing Flag of Slovenia in Backend, Solution provided! Please integrate!
In Backend the Flag for slovenian language is missing (and i guess also some other flags!)
Also I think, all Version...
Clemens Riccabona
12:57 Bug #17312: can not login with newlogin box and kb_md5fepw
I faced the same problem, you can use: sv_login_redirect
But I'm not sure if it is the kb_md5 extension, but in gene...
Clemens Riccabona
12:31 Bug #17315: Unable to provide "version" with e.g. includeJS / patch to use filemtime always
Hmm, why should we hardcode such a specific parameter?
Alternative suggestion: Check if $TSFE exists and then apply ...
Michael Stucki
12:02 Bug #17315 (Closed): Unable to provide "version" with e.g. includeJS / patch to use filemtime always
Using Typoskript like
page.includeJS.jquery = fileadmin/rsc/js/jquery.js?v=X
fails, because Typo3 will not includ...
Daniel Hahler
10:19 Revision 5cb59e05: Feature request: If TYPO3 is configured to send a notification email about install tool logins this email discloses the used password if the login fails. Since this behaviour might not be wanted only the last 5 characters of the md5 hash of the used password are disclosed.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2338 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †

2007-05-17

22:58 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
Please someone explain exactly how to reproduce this problem. It seems to be hard to reproduce, so I ask you identify... Michael Stucki
17:42 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
I'v got the same problem with typo3 4.1.1. It's realy anyoing...
@Oliver: I don't have one of the things you liste...
Jonas Felix
22:55 Bug #17147: Duplicate entry on cache_pagesection
It seems there are two bugs describing the same problem. I just close one of them... Michael Stucki
17:38 Bug #17147: Duplicate entry on cache_pagesection
I get the same error with 4.1.1. You can only see this if you have sql debug enabled... Jonas Felix
16:47 Feature #17299: Enable/integrate conditions in Page TSconfig
I had a bug in t3lib_matchCondition::getPageId and fixed it with the new file 0005613_v4.patch. Oliver Hader
12:07 Bug #14716: XMenu_Layers fails to position layers correctly in Firefox
Anybody will commit this patch to the core?? It's very good to eliminate the height=100% Gideon So

2007-05-16

21:38 Bug #17313 (Closed): Time field rendered as Unix Number in TCEForm
Problem:
In the Backend Input field with eval = time are displayed as unix time numbers
Analysis:
It seems to come...
rehman
18:19 Feature #17212: Enhancement of class.t3lib_htmlmail.php
Well
I had to fix ist because our Newsletters mainly require backgrounds. So I had to fix it this way.
It was h...
Ingo H¶ller
18:06 Bug #17241: output for non-standard language parts is doubled
I tried to use config.uniqueLinkvars, but it didn't help. My setup using config is:
#####
config {
spamProte...
Bernd Warken
17:18 Bug #17241: output for non-standard language parts is doubled
Try to set "config.uniqueLinkvars = 1" Popy no-lastname-given
16:56 Bug #17303: /usr/local/apache2/htdocs/cms/typo3/sysext/lang/locallang_csh_corebe.xml was not XML!: Line 1: no element found
I figured out my problem. I had changed the path of "typo3_src" to an absolute path "/www/htdocs/typo3_src-4.1.1" ins... Larene Spitler
12:46 Bug #15362: template::getTabMenu double ampersanded
Also see #0003093 would be nice to solve, couse it exists up to t3 4.1.1 Netresearch DTT GmbH
05:14 Bug #17312 (Closed): can not login with newlogin box and kb_md5fepw
Can not login with newlogin box and kb_md5fepw when the extension dkd_redirect_at_login is installed. This is fixed ... Daniel

2007-05-15

09:42 Bug #17188: Hardcoded value for target of external links
Martin, why you have set status to feedback?
What feedback do you want to get?
Kirill Klimov
01:01 Bug #17303: /usr/local/apache2/htdocs/cms/typo3/sysext/lang/locallang_csh_corebe.xml was not XML!: Line 1: no element found
I've uploaded the file. This is what the permissions look like. They are set to 644, read permissions.
statest /...
Larene Spitler

2007-05-14

23:45 Bug #16569: New content elements wizard removes CE from array, which are OK!
Hi Ingmar,
jep, Olivers patch has been tested and it works as expected.
THX to Oliver for fixing.
cheers
MB
Marc Bastian Heinrichs
18:11 Bug #17310 (Closed): Wrong quoted-printable encoding of email headers
For email header lines there are some special conditions. E.g. quotation marks are used to denote the transfer encodi... Thorsten Kahler
18:08 Feature #17309 (Closed): Add a property to stdWrap.data to access values from flexforms
It would be nice to have the option of accessing flexform fields directly from stdWrap.data.
Something like
10 ...
Jo Hasenau
15:52 Bug #17241: output for non-standard language parts is doubled
Hi Bernd,
you didn't submit much information about your setup. So it's hard to say whether you found a new bug or (w...
Thorsten Kahler
14:27 Bug #17203: Access Check for Content Elements before drawing the Interface
nobody recognized ? Steffen Kamper
14:16 Feature #16864: Function pi_wrapInBaseClass in tslib/class.tslib_pibase.php
yes, i think too, because some extensions come with default css defined with the wrapclass, otherwise this css will n... Steffen Kamper
13:34 Feature #16864: Function pi_wrapInBaseClass in tslib/class.tslib_pibase.php
I think it should be possible to do it for extension. The code in pi_wrapInBaseClass should check for the TSConfig op... Dmitry Dulepov
13:36 Bug #17308 (Closed): Install tool removes dots from admin usernames
When attempting to create admin user with the following username: vlatko.surlan the dot gets removed from the usernam... Vlatko Šurlan
12:24 Feature #17304: add uploadfolder TSConfig override possibility
yes i understand..
so there is no way to easily modify the uploadfolder by TS or conditions...
i was exploring ...
Stefano Cecere
11:37 Feature #17304: add uploadfolder TSConfig override possibility
The override possibility is for the TCEFORM object of Page TSconfig.
Changing the uploadFolder would also mean to in...
Oliver Hader
11:36 Bug #16026: special=directory does not include submenu entries
Hy there, I fully acknowledge with those, calling this a bug! And I don't understand why one would call this a featur... Noel Bossart
10:42 Bug #14402: the TS embedded help is not up-to-date
It's true that a warning would be useful anyway. I'll add that and also look at the HTMLArea manual. Francois Suter

2007-05-13

23:32 Feature #17307 (Closed): SK language flag
Please, add SK flag to "/typo3/gfx/flags" into default typo3 installation. It is an flag icon for Slovak language.
...
Peter Zak
23:23 Feature #17306 (Closed): Order of language versions (BE)
I would like to have a possibility to arrange an order of content localizations in backend. I think, there is no way ... Peter Zak
20:50 Bug #14402: the TS embedded help is not up-to-date
tsconfig_help indeed is already a system extension!
I think in the end it should remain like this, shipping with a...
Michael Stucki
12:26 Bug #14402: the TS embedded help is not up-to-date
Thanks for the upload! Do you still want to implement a warning when a property is overridden? I think that would be ... Sebastian Kurfuerst
20:13 Bug #17305: Please help me
This is not a bug. Obviously this is one of your very first steps with TYPO3. Please read the manual first... Michael Stucki
17:45 Bug #17305 (Closed): Please help me
I see this sentence in home page when i complete setup Typo3.
--------------------------------------------------
...
tuandj
19:52 Bug #17303: /usr/local/apache2/htdocs/cms/typo3/sysext/lang/locallang_csh_corebe.xml was not XML!: Line 1: no element found
So how does this file look like? Please assure that all files have been copied to the server correctly. Michael Stucki
02:19 Bug #17303: /usr/local/apache2/htdocs/cms/typo3/sysext/lang/locallang_csh_corebe.xml was not XML!: Line 1: no element found
### DEBUG SYSTEM INFORMATION - START ###
HTTP_HOST : statest.pictoris.net
TYPO3_HOST_ONLY : statest.p...
Larene Spitler
01:58 Bug #17303 (Closed): /usr/local/apache2/htdocs/cms/typo3/sysext/lang/locallang_csh_corebe.xml was not XML!: Line 1: no element found
After logging in the backend as the administrator, I see a blank page and this error message:
/usr/local/apache2/htd...
Larene Spitler
19:49 Bug #17302: Fatal error: Cannot use string offset as an array in /home/kunden/webs/frpal/typo3_src-3.7.0/typo3/sysext/cms/tslib/class.tslib_
Won't fix unless you prove that the bug still exists in 4.1.x Michael Stucki
11:22 Feature #17304 (Closed): add uploadfolder TSConfig override possibility
right now with TSConfig it is possible to override these config parameters of a group field:
group - size, autoSiz...
Stefano Cecere

2007-05-12

23:25 Bug #17255: Combined mode doesn't work with type 'group'
Sorry, for the delay. I is/was a bit more work the expected at the beginning. The problem is that select and group ha... Oliver Hader
20:13 Feature #17207: IRRE load records from freign TCA
Did you experience further problems on this issue? I've tested this with different extensions ("foreign tca.php"), ch... Oliver Hader
19:19 Bug #17302: Fatal error: Cannot use string offset as an array in /home/kunden/webs/frpal/typo3_src-3.7.0/typo3/sysext/cms/tslib/class.tslib_
Wow - 3.7.0. Did you consider upgrading to 4.x recently? ;-)
Beginning on line 1205 in class.tslib_pibase.php ther...
Oliver Hader
16:59 Bug #17302 (Closed): Fatal error: Cannot use string offset as an array in /home/kunden/webs/frpal/typo3_src-3.7.0/typo3/sysext/cms/tslib/class.tslib_
its the login page.
I get there with ?login as an alias and get
Fatal error: Cannot use string offset as an array...
Thomas W¼rzer
17:00 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
thanks for your instant help. your patch works fine. wini2 no-lastname-given
11:37 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
I guess you had a TypoScript like this:... Oliver Hader
10:43 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
the two lines from the ts-setup worked well with 4.0.6
config.spamProtectEmailAddresses = 2
config.spamProtectE...
wini2 no-lastname-given
16:01 Revision 2702fe47: Post patch to bug #5074
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2337 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:13 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
Committed to SVN (TYPO3_4-1 and Trunk)
* TYPO3_4-1 - new rev. 2335
http://svn.t3.digitaldistrict.de/cgi-bin/tra...
Oliver Hader
15:10 Revision 520d5b3e: Fixed bug #5074: IRRE - Hook processDatamap_afterDatabaseOperations executed early
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2336 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:07 Revision 84d1acb5: Fixed bug #5074: IRRE - Hook processDatamap_afterDatabaseOperations executed early
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2335 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:11 Bug #16569: New content elements wizard removes CE from array, which are OK!
Marc Bastian, I had the same feeling while walking over the code with checking only CType in future. Oliver Hader
13:53 Bug #16569: New content elements wizard removes CE from array, which are OK!
One more remark:
Perhaps it makes sense, if $fN would check for 'CType' also, otherwise setting another tt_content_d...
Marc Bastian Heinrichs
13:21 Feature #17299: Enable/integrate conditions in Page TSconfig
userFunc was enabled again, but not with t3lib_div::callUserFunction - there are some more changes needed (if it make... Oliver Hader
13:04 Bug #17301 (Closed): Wrong cropping of multi-byte $TCA field
In function checkValue_input, class.t3lib_tcemain.php:1264
OLD CODE:
// Secures the string-length to be less th...
John Angel
00:04 Bug #17300 (Closed): CE Mailform (FE) -> bad characters in JS alert (required fields)
After submitting mailform on FE, there is a JS alert window, when reguired fileds are missing. But using languages li... Peter Zak

2007-05-11

19:59 Bug #17022: MP3 icon maps to wav.gif
fixed in SVN Ingo Renner
19:56 Bug #16569: New content elements wizard removes CE from array, which are OK!
Hi Oliver,
you are right, for sure! Can't remember my thoughts, when "fixing" this no-bug. :-)
The simple probl...
Marc Bastian Heinrichs
12:39 Bug #16569: New content elements wizard removes CE from array, which are OK!
Hi,
sorry, I didn't get the point when looking to your patch.
An item of the array $wizardItems looks like the ...
Oliver Hader
19:30 Revision c3d70105: fixed bug 5047, mp3 icon missing
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2334 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
19:20 Feature #17299: Enable/integrate conditions in Page TSconfig
userFunc is currently disabled in BE
This could be extended to use t3lib_div::callUserFunction (also for FE) - thus ...
Oliver Hader
17:47 Feature #17299 (Closed): Enable/integrate conditions in Page TSconfig
doc_core_tsconfig tells us "The syntax is as usual TypoScript, only difference is that you cannot use any Constants o... Oliver Hader
18:21 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
Could you please post the part of your TypoScript with the spamProtect...-things? Thanks in advance! Oliver Hader
13:47 Bug #17298: Frontend preview and simulate time is buggy
It seems like sys_page->versioningPreview is set as soon as $TSFE->fePreview is true. However, fePreview is not the s... Michael Stucki
13:43 Bug #17298 (Closed): Frontend preview and simulate time is buggy
It seems like preview time is not respected correctly. As soon as it is set, all content is displayed disregarding an... Michael Stucki
13:40 Feature #17297 (Closed): Extend TCEFORM_confObj on Page TSconfig by property keepItems
In Page TSconfig there are currently these possibilities to manipulate the items of a select field:
TCEFORM.<table>....
Oliver Hader
13:24 Bug #15223: TCEFORM.tt_content.colPos.removeItems = 0,1 is ignored
Not reproducable in 3.8.0 and meanwhile also not in 4.1.1.
This issue is closed.
Oliver Hader
11:29 Bug #17243: Install tool's DB compare shows wrong tables to update on MySQL 5 collation latin1_bin
TYPO3 4.2-dev:
The install tool continuously demands this:
Changing fields
ALTER TABLE cache_typo3temp_log CH...
Franz Holzinger
09:23 Bug #14402: the TS embedded help is not up-to-date
Yes, I applied Michael's patch. I have just uploaded the version of the script I have been working on. Lots of debug ... Francois Suter
01:55 Bug #17296 (Closed): piVars does not support arrays
I just learned the hard way that piVars does not support arrays.
Create a frontend plugin with a <select multiple> f...
Christian Boltz

2007-05-10

22:14 Bug #14402: the TS embedded help is not up-to-date
Hello everybody,
"As for the duplicate entry problem, I would vote for updating the manuals. I'm willing to look a...
Sebastian Kurfuerst
21:57 Bug #17295 (Closed): Incorrect rendering of some tags inside ul / ol / dl elements
When using < dt>, < dd >, < q > tags inside list elements, those are rendered as entities (&lt ; q &gt ; )
Solutio...
Patrick Zeh
21:34 Bug #17294 (Closed): spamProtectEmailAddresses_atSubst is not recognized correctly
after update from 4.0.6 spamProtectEmailAddresses_atSubst doesn't work anymore.
the solution suggestet in http://b...
wini2 no-lastname-given
17:30 Bug #17293: Index Search Starting Point Alternative
I wanted the index search engine to search only one site in my tree.
I removed the line:
plugin.tx_indexedsearch...
Philip Almeida
17:13 Bug #17293 (Closed): Index Search Starting Point Alternative
The issue posted by Franz Holzinger in March 2006
http://bugs.typo3.org/view.php?id=2983
is still in my personal vi...
Philip Almeida
14:08 Bug #17292 (Closed): Ajax collapse in pagetree destroys extended iso-codes -> euro sign
If I name a site "MON€Y MAKING MACHIN€" and click the collapse icon, the page will show as "MON?Y MAKING MACHIN?".
T...
Thomas Murphy
12:45 Feature #16477: Navigation title in tree view
Hey Steffen.
I'd rather wait to get a good version into core instead of having an option like
options.pageTree....
Benni Mack
12:35 Feature #16477: Navigation title in tree view
Benjamin, could you please post your modification for use with 4.1? Steffen Müller
11:57 Bug #17291 (Closed): eval double2 makes negative double values positive!
in tca-fields with eval = double2 negative values like -0.18 are changed to the positive value 0.18.
values lower th...
Benjamin Bergmann
01:18 Bug #14233: page-type external end empty URL
Fixed in SVN in branches TYPO3_4-0 and TYPO3_4-1 and trunk (TYPO3_4-2) Thorsten Kahler
01:00 Revision 68409cdc: * fixed bug #209: require field URL in page-type "External URL"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2333 709f56b5-9817-0410-a4d7-c38de5d9e867 Thorsten Kahler
00:56 Revision 6208074b: * fixed bug #209: require field URL in page-type "External URL"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2332 709f56b5-9817-0410-a4d7-c38de5d9e867 Thorsten Kahler
00:52 Revision 7670d02f: * fixed bug #209: require field URL in page-type "External URL"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2331 709f56b5-9817-0410-a4d7-c38de5d9e867 Thorsten Kahler
00:09 Feature #17290 (Closed): Frontend user groups not sorted in frontend admin panel (with solution)
The select box of 'simulate frontend user group' is not sorted, the groups are displaied in the order they where adde... Jonas Felix

2007-05-09

23:24 Bug #16709: Page tree not rendered for Non-Admins (Oracle)
We have the same pb on Oracle Database 10g Release 2 (10.2.0.1.0) under Linux . Can we hope for a corrective measure ... musked
23:20 Feature #16485: Security enhancement
Sorry to post again: Is there an update/fixing in progress or should i just take another loginbox-extension?
Harp
16:58 Bug #17289 (Closed): Sitemap->SectionIndex with multilanguage
If you have a page with an alternative language and you insert a Sitemap of the type "sectionindex" the anker-links h... Axel Brand
16:35 Bug #17288 (Closed): parse_url error message in frontend and backend
after copy & paste some content into rte and saving it, i get these error message:
Warning: parse_url(mailbox:///C...
Martin Holtz
16:26 Bug #17287 (Closed): integrate the functionality of extendedbulletlist
Hi,
perhaps it ist possible to integrate the functionality of the extension extendedbulletlist.
With this extensi...
Jens Hirschfeld
12:25 Feature #16864: Function pi_wrapInBaseClass in tslib/class.tslib_pibase.php
Thank you! Finally some control back ;) Bastiaan
12:01 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
fixed in SVN Ingo Renner
12:01 Feature #15084: Extension Manager Feature Request: Backend Frameset does not reload when installing backend modules
fixed in SVN Ingo Renner
11:56 Bug #17181: Flexforms dosen't resolve sheets
Use the bugfix from bug 0003969 - the function does resolve the sheets - its just using the wrong datastructure for g... Kasper Middelboe
11:30 Revision 1a95adf8: fixed bugs 1642 and 4886: when installing an extension with new BE modules, the modules do not appear
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2330 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
10:32 Feature #17286: Typolink cannot be created if FE user is logged in and the linked page is hidden from logged in FE users
The same problem with:
CONFIRM invitation.
This page is normally hidden to logged in users. Therefore the link to i...
Franz Holzinger
10:22 Feature #17286 (Closed): Typolink cannot be created if FE user is logged in and the linked page is hidden from logged in FE users
I want to email a link with INVITE of sr_feuser_register. Only users of special groups are allowed to do so.
The inv...
Franz Holzinger
09:08 Bug #15290: wizard_colorpicker.php doesn't work properly in FlexForms
This bug has been fixed now in SVN in trunk, 4.1 and 4.0. Andreas Otto †
09:03 Revision 72d01e19: Fixed bug #2052: Color picker does not work properly in flex forms. Thanks to David Bruehlmeier for providing a patch and a testcase.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2329 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †
09:03 Revision 963fafd2: Fixed bug #2052: Color picker does not work properly in flex forms. Thanks to David Bruehlmeier for providing a patch and a testcase.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2328 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †
09:02 Revision 25a4d355: Fixed bug #2052: Color picker does not work properly in flex forms. Thanks to David Bruehlmeier for providing a patch and a testcase.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2327 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †
07:31 Bug #17280: Frontend User / class_sv_auth.php
The problem is : a connected user belongs to group -2 ! Also the problem is not here Popy no-lastname-given

2007-05-08

17:44 Bug #17280: Frontend User / class_sv_auth.php
we solved the problem by using a regular expression in the statement which produces an errorous sql in our special ci... Michael Kornowski
15:38 Bug #15290: wizard_colorpicker.php doesn't work properly in FlexForms
Why is this bugfix not implemented in svn ?
Changing this 2 lines works fine (tested with 4.2dev) !
vg Steffen
Steffen Kamper
14:12 Bug #16600: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set
I've the some problem with PHP 5.2.1. It seems that this relies on a security change made in PHP 4.4.4 and PHP 5.1.5 ... Bjrn Kraus
12:03 Bug #17285 (Closed): new RealUrl for IIS feature does not work
In Version 4.1 there was a change in class.t3lib_div.php function getIndpEnv to enable using RealUrl on IIS e.g. with... Karl-Ernst Kiel
09:25 Bug #17276: Foreign_selector +foreign_unique on click issue
The patch in file "foreign_unique.diff" just removed the problem for the given situation but didn't solve it.
It i...
Oliver Hader
08:13 Feature #16726: Select FE user group(s) to display in user list
Oops, sorry. I've now attached the file without these debug-commands. Stefan Strasser

2007-05-07

17:35 Feature #15040: Logging with class.tslib_fe.php + awstats + realurl
Could someone please commit patch 1585.diff to core?
It simply adds a config option to use REQUEST_URI as Martin pr...
Thomas Oppelt
16:34 Bug #17284 (Closed): no content in workspace preview when using select.selectFields
Looking for performance, i always restrict fields used in my select clause thanks to selectFields that way :
selec...
gregory
16:03 Bug #17276: Foreign_selector +foreign_unique on click issue
The attached patch should solve this issue. Nikolas Hagelstein
13:49 Feature #16726: Select FE user group(s) to display in user list
A websiteuser just pinted to me some "MYSQL Errors" on my page. There were some debug-output from the new class.tx_ne... Simon Harhues
13:24 Feature #17283 (Closed): Multidimensional piVars couldn't be set by _DEFAULT_PI_VARS
piVars['var1']['var2'] couldn't be set, because TS
._DEFAULT_PI_VARS.var1.var2 = test
would be rendered as
piVars[...
Marc Bastian Heinrichs

2007-05-06

20:23 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
just a reminder...
would be nice 4.1.2
Typoheads - Web Engineering
19:59 Bug #17281: swf is not protected when added in as multimedia
In response to private message:
Although we all know that you really can't protect media and others you can preven...
Dick Rundell
18:50 Bug #17281: swf is not protected when added in as multimedia
How do you want to protect SWFs? I mean, the web server will have to send the SWF to the user anyway.
Please specf...
Martin Kutschker
19:17 Bug #17279: Tidy changes Meta-Tag charset
The patch has a problem: there are many character sets more that TYPO3 supports, so you may not only support to UTF-8... Martin Kutschker
17:02 Bug #17237: Fatal error: Cannot use string offset as an array in C:\xampp\htdocs\dev\TYPO\dummy\t3lib\class.t3lib_flexformtools.php on line
Finally I found out how you can reproduce this error.
The problem is a erroneous data structure (xml). I used german...
Sebastian Böttger
14:57 Bug #14402: the TS embedded help is not up-to-date
Following some confusion, Michael asked me at T3DD07 if I could look at problems related to this bug. Actually the pr... Francois Suter
14:38 Feature #17282 (Closed): all FE users should be allowed to log in if nothing has been set
With the normal login FORM an CSS styled content, you must set the page id in the constants field:
styles.content....
Franz Holzinger
00:31 Bug #15951: clickmenu on pagetree icons does not work
i have this problem as well. i am running latest version (4.1) - context menu not working on ie7 (vista) or firefox daniel pugh

2007-05-05

22:15 Bug #17281 (Closed): swf is not protected when added in as multimedia
I can easily copy multimedia content especially .swf files from web pages using typo3. This is a security problem and... Dick Rundell
22:11 Bug #17280 (Closed): Frontend User / class_sv_auth.php
sorry, in advance for my broken english...*
we have some typo3 projekts...we athenticate against an openldap through...
Michael Kornowski
15:59 Bug #17279 (Closed): Tidy changes Meta-Tag charset
Tidy changes the correct Meta-Tag from
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />...
Heiko Nöthen
14:35 Bug #16826: HTML size of Pagetree should be siginificantly reduced
Benjamin, I think we should focus on the speed issue, not IE blocking problem itself. If we make it faster, then bloc... John Angel
12:38 Bug #16826: HTML size of Pagetree should be siginificantly reduced
Hey John.
Just a quick heads up here.
Now I found time to test a mid-huge tree (500 items). It really is slow a...
Benni Mack

2007-05-04

20:58 Bug #17278: Override values for preview in admpanel TSconfig not always respected
Related to bug #16825. Lucas Thurston
20:56 Bug #17278 (Closed): Override values for preview in admpanel TSconfig not always respected
Take a look here:
admPanel = 1
admPanel {
enable.edit = 1
override.edit.displayFieldIcons = 1
enable.previe...
Lucas Thurston
19:33 Bug #16825: AdminPanel Preview does not work correctly: selecting one option selects all
I can confirm that this problem exists -- we're seeing it in 4.1 as well.
Zach
Zach Davis
16:43 Bug #17277 (Closed): tree show unpublished page as published
hallo
if someone works in a different workspace than LIVE the site tree in the typo3 backend show unpublished page...
ossi petz
16:08 Bug #16868: each is not defined
Version conflicts. No bug at all. Oliver Hader
15:29 Bug #17276 (Closed): Foreign_selector +foreign_unique on click issue
Setting foreign_selector and foreign_unique to same field makes it impossible to select a certain item from the selec... Nikolas Hagelstein
14:51 Feature #17275 (Closed): Virtual fields
3rd party tables usually do not own typo3 specific fields or equivalent columns.
So i would be nice to have a virtua...
Nikolas Hagelstein
14:20 Bug #15498: Strange generated link in indexed_search
No special reproducing required and has nothing to do with realurl. Just look at the url generated for the path-links... Thomas Oppelt
13:58 Bug #15498: Strange generated link in indexed_search
How can I reproduce this? I guess it only appears on using realurl?
@Thomas: Against which TYPO3 release did you cre...
Oliver Hader
12:29 Revision 6713140e: added swedish and latvian flags to media/flags folder
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2326 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
11:46 Revision dda2cf18: Updated compatibility version for t3skin
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2325 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
11:22 Bug #16311: Fatal error on Database integrity check
Same for me with Typo3 4.1.1 and TemplaVoila 1.3.0
Error is now on line 223 of the same file.
When uninstalling TV,...
David Walchli
11:18 Bug #16894 (Closed): Typo3 doesn'f make a new version of page by cut,move,move-down,move-up by content-elements
If i try to cut,move,move-down or move-up a content-element in draft and the page on which i try this has no a worksp... Juraj Sulek
10:56 Bug #17057: Record alt_label doesn't get processed
Patch works for me fine. Would be great to have it in the core. Ingo Schmitt
09:40 Bug #17239: Drag 'n drop javascript error / blank screen in IE in TYPO3 4.1.6
It looks like if the pop-up window looses its connection to it's parent window Robert Destigter
08:45 Bug #16903: Automatic detection of url's in Mozilla/Firefox doesn't work with compressed script in 1.5.2
No, I get no JavaScript errors or warnings. If you want I can set up a test installation tonight in which it goes wro... Rudy Gnodde

2007-05-03

23:36 Bug #17237: Fatal error: Cannot use string offset as an array in C:\xampp\htdocs\dev\TYPO\dummy\t3lib\class.t3lib_flexformtools.php on line
Got it fixed. Unified Diff as Attachment Sebastian Böttger
15:20 Bug #17237: Fatal error: Cannot use string offset as an array in C:\xampp\htdocs\dev\TYPO\dummy\t3lib\class.t3lib_flexformtools.php on line
Meanwhile I found out what exactly goes wrong:
ath this function call:
$this->traverseFlexFormXMLData_recurse(
...
Sebastian Böttger
23:29 Revision bc676039: fixed date in changelog entry
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2324 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
23:22 Bug #16948: Missing Swedish flag
fixed in SVN, flag added Ingo Renner
23:21 Revision c3e78e36: fixed bug 5310: Missing Swedish flag
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2323 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
23:10 Feature #16967 (Closed): Featurerequest for a logoutHook
Hello,
i need for a extension a logoutHook.
It is possible to add my patch ?
thanks a lot
Marcel
...
Marcel Alburg
22:07 Bug #17119: RTE in child elements overwrites field in parent element
works perfect for me.
Now, child records save without overwriting the parent object's RTE field.
I did test se...
Gregor
18:15 Bug #17119: RTE in child elements overwrites field in parent element
The attached patch should solve the problem.
On creating new child records now the number of RTE instances is sent w...
Oliver Hader
14:16 Bug #17119: RTE in child elements overwrites field in parent element
I can confirm this issue.
The problem is located in the RTEcounter variable in TCEforms. It will be incremented ea...
Oliver Hader
14:09 Bug #17119 (Closed): RTE in child elements overwrites field in parent element
I both parent elemt and child element of an IRRE object contain an RTE field, the content of the child RTE field over... Gregor
18:31 Bug #14135: link wizard fails to remember external links
Is this issue being actively looked at? I have come across this same problem today with an extension I am building b... Andrew Henson
18:27 Bug #17199: localized flexform values are ignored
Hi,
- yes this is not very nice. But the idea with the TS option, to decide, if the configuration values should on...
Andreas Frthner
18:20 Bug #16903: Automatic detection of url's in Mozilla/Firefox doesn't work with compressed script in 1.5.2
I tested this with compressed scripts on TYPO3 4.1.2-dev (SVN version) and could not reproduce. Did you get any JavaS... Oliver Hader
15:33 Bug #16903: Automatic detection of url's in Mozilla/Firefox doesn't work with compressed script in 1.5.2
It does work with the compressed script in Internet Explorer 7. Rudy Gnodde
15:30 Bug #16903 (Closed): Automatic detection of url's in Mozilla/Firefox doesn't work with compressed script in 1.5.2
Using Firefox 2.0.0.3, with TYPO3 4.1.1 and rtehtmlarea 1.5.2 the automatic creation of links when typing a URL or em... Rudy Gnodde
14:19 Bug #17271: cli_dispatch.phpsh will not run on CGI API
The CLI version has the -r option and shows (cli) in the version string whebn called as "php -v". Martin Kutschker
13:14 Bug #17271: cli_dispatch.phpsh will not run on CGI API
After changing the test as mentioned above the "silent" failure was due to running "cli mode" + "IPmaskList".
The "C...
Rohrle Tobias
10:57 Bug #17271: cli_dispatch.phpsh will not run on CGI API
When changing
if (PHP_SAPI!='cli')
to
if (PHP_SAPI!='cgi')
The script runs fine in command line.
Mathias Bolt Lesniak
10:48 Bug #17271: cli_dispatch.phpsh will not run on CGI API
What is the output of "php -i"? Is it plain text or HTML? For CLI it should be text, only, the CGI variant outputs HTML. Martin Kutschker
13:03 Bug #16603: Fuctions -> Multiple pages creates pages in reverse order (page ids decreasing)
Apply this patch to typo3/sysext/wizard_crpages/class.tx_wizardcrpages_webfunc_2.php.
Another way to decrease pid mi...
Aobara BlazingBlade
11:59 Bug #17101: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs
Committed to TYPO3_4-1.
This will be integrated in the next release - TYPO3 4.1.2.
Oliver Hader
11:48 Revision 25336734: Fixed bug #5177: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2322 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:33 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
I've found a little mistake in the patch I did post :
I did write "$cHash_calc = t3lib_div::shortMD5(serialize($cH...
Popy no-lastname-given
11:30 Feature #17274 (Closed): TCEmain labels are hard-coded in English
They should be moved to one of standard language files (or to a new file) and appropriate calls are made in TCEmain f... Dmitry Dulepov
11:19 Bug #17272: 'lower' TCA specification may fail with non-ascii characters
I've added a patch that uses $LANG's csconv objects. Thanks again, Masi! :) Dmitry Dulepov
10:54 Bug #17272: 'lower' TCA specification may fail with non-ascii characters
Thanks for hint. The rest of TCEmain also uses $LANG, so I took opportunity :) Dmitry Dulepov
10:45 Bug #17272: 'lower' TCA specification may fail with non-ascii characters
$GLOBALS['LANG'] has an instance of t3lib_cs ready that you can reuse.
Note: that according to the comments on top...
Martin Kutschker
10:50 Feature #16726: Select FE user group(s) to display in user list
I also observed the issue about users with multiple usergroup assignments, but you were faster responding than me.
...
Carsten Stidsen
08:44 Feature #16726: Select FE user group(s) to display in user list
Reviewing the code I've found the following mistake:
If a user has more than one usergroup and the listing is config...
Stefan Strasser
10:33 Bug #14500: Domain Record with umlaut Domains not working
typo3 *core* will recognize the domain with my patch :) the problem can be for extensions (like realurl) but this is ... Dmitry Dulepov
10:27 Bug #14500: Domain Record with umlaut Domains not working
The point is that IMHO we need to store the puny code in the domain table, so TYPO3 will recognize the domain. After ... Martin Kutschker
10:07 Bug #14500: Domain Record with umlaut Domains not working
Martin, I do not think that anyone should put domain name in "xn--" format because it is hard to find later what it a... Dmitry Dulepov
10:09 Bug #15215: Broken Rootline when a Editor view a Page that is not online
Hi Pascal!
Thanks for the reply. I think we can continue off the list. My e-mail is dmitry@typo3.org. Please, feel...
Dmitry Dulepov
09:48 Bug #15215: Broken Rootline when a Editor view a Page that is not online
Hi Dmitry,
thanks for fixing it.
I had already setup a workaround for it by creating a custom workspace.
(I did...
Pascal no-lastname-given
10:08 Feature #16424: Missing sheets inclusion in flexforms?
This bug should be a "bug" or "crash" and not "feature" - its obviously supposed to be working :)
Kasper Middelboe
09:28 Bug #17273 (Closed): No linebreaks possible in flexform labels
It seems there is no way to add a linebreak in flexform <label> elements (tried <br />, \n, \r). This makes it imposs... Christoph Neuroth
05:53 Bug #16614: clickmenu on pagetree icons does not work
I know tis problem, too...
Version 4.1.1 (fresh with dummy)
at IE and Firefox
some error in "class.t3lib_ajax.ph...
SPOOKY XY

2007-05-02

17:23 Bug #14500: Domain Record with umlaut Domains not working
Looking at the code the patch won't allow you to enter a IDN name in a TYPO3 domain record.
To do that I think you...
Martin Kutschker
15:48 Bug #14500: Domain Record with umlaut Domains not working
I forgot to write that this works only with typolink (so RTE + TS setup + properly written extensions) and you need c... Dmitry Dulepov
15:47 Bug #14500: Domain Record with umlaut Domains not working
You can try the attached patch. It used converter mentioned in one of the notes. However you also need to install pat... Dmitry Dulepov
17:21 Bug #15498: Strange generated link in indexed_search
An old task but still unsolved...?
I disagree cause the result of (array)unserialize('a:0:{}') is simply an empty ar...
Thomas Oppelt
16:59 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
the patch was partially used for fixing 584, so just little work is left here... Ingo Renner
16:55 Revision a4ba9b48: fixed bug 584: Changing language in user setup do not reload left frame (menu).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2321 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
16:54 Bug #14441: Changing language in user setup do not reload left frame (menu).
fixed in SVN Ingo Renner
16:31 Bug #17271: cli_dispatch.phpsh will not run on CGI API
PHP_SAPI is expected to be "cli" not "cgi"!
I don't know much about the differences between the cli and cgi SAPIs. P...
Michael Stucki
13:50 Bug #17271: cli_dispatch.phpsh will not run on CGI API
Same problem here:
cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 4)
php -v
PHP ...
Rohrle Tobias
10:05 Bug #17271 (Closed): cli_dispatch.phpsh will not run on CGI API
When running "typo3/cli_dispatch.phpsh crawler" in command line, I get the error message "ERROR: Not called from a co... Mathias Bolt Lesniak
15:33 Bug #17272 (Closed): 'lower' TCA specification may fail with non-ascii characters
TCEmain does not use CSconv class while converting TCA strings to lower case but uses strtolower, which is not safe f... Dmitry Dulepov
14:41 Bug #17233: t3lib_htmlmail should have empty default values
Looks good. Martin Kutschker
11:38 Bug #17233: t3lib_htmlmail should have empty default values
here's a patch Ingo Renner
14:37 Bug #16322: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in ...
Reopened because the point was that the Core doesn't use @ to avid warnings in some places (and should check the resu... Martin Kutschker
11:14 Bug #16322: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in ...
mysql_fetch_assoc also returns false if there're no more rows: http://php.net/mysql_fetch_assoc
closed as it doesn...
Ingo Renner
13:57 Bug #15365: Flexform fields are inactive in Page > QuickEdit
This bug also exists for TYPO3 versions below 4.0 (e.g. 3.8.1). Thanks Christoph! Your dirty hack works just fine!
Benjamin Wilger
11:51 Bug #16748: Changes in alternative page language does not clear cache
It is cleared but only for current page. SHould be like for normal pages, of course. Dmitry Dulepov
11:22 Bug #15215: Broken Rootline when a Editor view a Page that is not online
I had to set status back to assigned because it does not let to add comments when set to "resolved" :( Dmitry Dulepov
11:18 Bug #15215: Broken Rootline when a Editor view a Page that is not online
Hi Pascal!
I belive the issue is fixed. If you are still willing to pay for the fix, could you could check latest ...
Dmitry Dulepov
10:51 Bug #15215: Broken Rootline when a Editor view a Page that is not online
2nd version of the patch fixes the problem. Dmitry Dulepov
11:21 Bug #16334: Using workspaces and Template Selector (rlmp_tmplselector) does not work
I had the same problem and resolved differently. See the appended diff. Simon Lang
11:10 Bug #17095: Typolink : cHash isn't created if there's no additionalParams
Patch file also resolve bug #0005117 Popy no-lastname-given
10:39 Bug #17254: Multiple retrieval of all table rows
Great news, Oliver! Thank you for your hard work!
I also think that issue 0005500 is very related to overall perfo...
Miroslav Monkevic
10:38 Revision 002ea996: Fixed: isses with previous fix discovered my Michael Stucki
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2320 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
10:27 Revision ecff9833: Fixed: IRRE does not work with workspaces (fix only for CSV & foreign field cases)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2319 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
09:49 Bug #16450: BackEnd Login Not Possible
I just downloaded TYPO src-4.1.1 and testsite 3.8.1 yesterday.
The TYPO3 is still not working correctly with the MyS...
old_root old_root
09:44 Revision 0f34868c: fixing Kasper's name
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2318 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
09:40 Revision dc569755: fixing Kasper's name
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2317 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
09:34 Bug #16320: BE user not login
To TYPO3 team..
It seems that this report hasn't been solved yet?
The case has been known since November in 2005....
old_root old_root
09:21 Bug #17199: localized flexform values are ignored
Thanks for your explanations. I think you wouldn't be very happy if I'd switch the multilingual-flexform off ;-)
N...
Stefan Strasser

2007-05-01

20:40 Revision 93384dd8: Fixed bug #5158: log failed mailings of t3lib_div::plainMailEncoded()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2316 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
20:40 Bug #17092: Unsuccessful attempts of sending mail should be logged
Changed in SVN. Martin Kutschker
20:17 Bug #17070: typolink: cHash corrupted due to linkVars
This is not really a duplicate, but exactly this fix is already contained in Olivers patch in #17002. So I assume it ... Michael Stucki
17:09 Bug #17070: typolink: cHash corrupted due to linkVars
This is another problem : see related bug #17095 Popy no-lastname-given
14:28 Bug #17070: typolink: cHash corrupted due to linkVars
This Patch really seams to solve the above Problem. But if you set $TYPO3_CONF_VARS['FE']['pageNotFoundOnCHashError']... Sareen Millet
19:36 Bug #17261: Install Tool does not accept localhost entry with extended port
Fixed in SVN. Martin Kutschker
19:36 Revision 21b72c80: Fixed bug #5522: 1-2-3 wizard does not accept host name with socket option
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2315 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
19:24 Revision e312ae63: attribute fix
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2314 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
19:23 Revision b6b8a4f5: attribute fix
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2313 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
19:15 Revision 13a1afc2: Fixed bug #2515: jsfunc.validateform.js does not verify password fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2312 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
19:13 Bug #15591: t3lib/jsfunc.validateform.js does not verify password fields
Fixed in SVN. Martin Kutschker
19:07 Revision 8d6ea324: Fixed bug #2515: jsfunc.validateform.js does not verify password fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2311 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
18:47 Revision db013868: corrected bug number
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2310 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
18:46 Revision 0e235a21: corrected bug number
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2309 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
18:44 Bug #17202: PHP error on closedir() in class.t3lib_tcemain.php
Fixed in SVN. Martin Kutschker
18:43 Bug #17270 (Closed): Conflict with Install-Tool [FE][addRootLineFields],[SYS][multiplyDBfieldSize],[BE][forceCharset]
When previous to the Installation of TemplaVoila the following fields are changed in the InstallTool it will cause Re... Sareen Millet
18:39 Bug #17254: Multiple retrieval of all table rows
Thanks for the report. I'm going to have a look on this because also the next release, TYPO3 4.2, has the topic "perf... Oliver Hader
18:32 Feature #17212: Enhancement of class.t3lib_htmlmail.php
And this works? Shouldn't there be some code that replaces the "real" URL in the attribute with the cid: "mail" URL?
...
Martin Kutschker
18:28 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
The patch was published on the Core-List as RFC and needs approval by other Core-Devs. But I think it will be availab... Oliver Hader
15:32 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
Last update was over a month ago. When will the patch be included in the core? Would be nice if the next release of T... Niels Pardon
18:26 Bug #17235: Sorry, you didn't have proper permissions to perform this change.
I had not this problem, but enabling the DEBUG options got me lot of SQL errors on Oracle. Martin Kutschker
17:26 Feature #17267: Some Hooks for tslib_content
I say yes to the hooks for new objects, I wanted that for saome time myself. The hook for getData/getText is a good i... Martin Kutschker
16:44 Bug #17199: localized flexform values are ignored
Ok now I get your point. If you don't use multilingual flexforms, we can forget the whole discussion, you're right. B... Andreas Frthner
08:58 Bug #17199: localized flexform values are ignored
I've got some questions, maybe someone may help me to understand this.
I'm not familiar with multilanguage-install...
Stefan Strasser
08:13 Bug #17199: localized flexform values are ignored
As written in the documentation of the core api static_info_tables is needed to get language-dependent flexform-confi... Stefan Strasser
15:36 Bug #17269: Links with RTE HTMLarea 1.2.2 on Typo3 3.8.x are broken - again!!!
Michael: diff and txt was inside the package - the interface allowed only one file with the submit. Anyhow - I have ... Olaf Bottek
15:10 Bug #17269: Links with RTE HTMLarea 1.2.2 on Typo3 3.8.x are broken - again!!!
This is not a patch, it's a new build. Please create a patch and help to make me find the changes you have made.
S...
Michael Stucki
14:42 Bug #17269 (Closed): Links with RTE HTMLarea 1.2.2 on Typo3 3.8.x are broken - again!!!
I had to fix it with 1.2.1 of RTE HTMLarea after the security patch release, submitted all required sources and infor... Olaf Bottek
15:22 Bug #17002: cHash is not recreated on disposal in config.linkVars
This really does solve a lot of problems. But if using RealUrl with the setting for variable bypass like this:
...
Sareen Millet
07:51 Feature #16726: Select FE user group(s) to display in user list
Carsten: If you try to install the extension, you see an error-message like this:
The running TYPO3 version (4.0) ...
Stefan Strasser
01:41 Feature #17268 (Closed): Add TSconfig parameters to save/load inline records based on a special inline elements folder
The default behaviour for inline records created with the new IRRE features is to reside on the same page as the pare... Jo Hasenau
01:18 Bug #15951: clickmenu on pagetree icons does not work
i confirm this behavior on a windows installation, using the latest svn-version. i have no contextmenu in Pagetree. T... Steffen Kamper

2007-04-30

23:14 Bug #15951: clickmenu on pagetree icons does not work
The Problem are blank lines behind extensions php files. In my case the problem was in the templavoila file "class.tx... Martin Mayrhofer
21:28 Feature #16726: Select FE user group(s) to display in user list
Both BE and FE works as intended, thank you.
I have tested the patched files successfully with TYPO3 v4.0.2 (dummy p...
Carsten Stidsen
12:26 Feature #16726: Select FE user group(s) to display in user list
For me, It works now fine. Thanks for the patch! Simon Harhues
09:45 Feature #16726: Select FE user group(s) to display in user list
Sorry, I've patched the language-file by hand which wasn't a good idea. See the attached new file, this should work now. Stefan Strasser
00:00 Feature #16726: Select FE user group(s) to display in user list
I do not have privileges to patch files directly on the server. Could you please attach the .t3x file instead or the ... Carsten Stidsen
19:14 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
Yes, I made a similar patch some weeks ago. I called it cHashTunnel, that allows to use a proper cHash for the URL an... Oliver Hader
19:09 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
I have another idea to solve theses USER / USER_INT / set_no_cache / &no_cache problems, but it is complex...
The ...
Popy no-lastname-given
15:28 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
Yes, ever a valid cHash
I have heard somewhere that using set_no_cache and &no_cache=1is bad...
Also USER plugi...
Popy no-lastname-given
15:15 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
Thanks for adding the patch file.
Your changes require to have a cHash on every GET call, even if this is addressing...
Oliver Hader
14:59 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
Patch added. As you see, many things change :) Popy no-lastname-given
11:34 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
Also, I'll try to make a patch this afternoon.
I understand the problem, you know.
But you know, the code is perf...
Popy no-lastname-given
11:28 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
And just one additional hint: Once you have set up Subversion which is only 5 or 10 minutes away from you, it would b... Michael Stucki
11:27 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
Yes it seems you're in a really bad mood... I'm sorry for being too demanding, or whatever you'd call it.
The reas...
Michael Stucki
11:17 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
Is this your way to say "Thanks", or this is particular for me ?
I don't really have the time to make patchs wich wi...
Popy no-lastname-given
11:06 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
Please attach patches, not PHP code! Michael Stucki
10:34 Bug #17251 (Closed): tslib_fe::makeCacheHash does not work if no cHash
this function checks the cHash validity and turn the TSFE in no_cache mode if cHash is not valid...
But if no cHas...
Popy no-lastname-given
17:56 Feature #17267: Some Hooks for tslib_content
I agree with Stefan : the only way to create custom cObject without XLCASS is to use obts... wich is and old and ugly... Popy no-lastname-given
16:56 Feature #17267 (Closed): Some Hooks for tslib_content
For extending stdWrap, getData and cObjGetSingle it would be nice to have some Hooks.
With these hooks, we could im...
Stefan Geith
17:42 Bug #17266: Web>page and Web>list trigger ORA-01704 error
Changing the mapping in class.ux_t3lib_db.php did not solve the problem.
Now I get (but not in all TYPO3 modules) ...
Martin Kutschker
17:13 Bug #17266: Web>page and Web>list trigger ORA-01704 error
I found out that mediumtext (and text) are mapped to ADOdb type X, which means according to http://phplens.com/lens/a... Martin Kutschker
16:43 Bug #17266 (Closed): Web>page and Web>list trigger ORA-01704 error
I did a clean install of TYPO3 4.1 and Oracle XE 10.2 on Windows XP. I did not change any configuration of TYPO3 (exp... Martin Kutschker
15:12 Bug #17265 (Closed): User group ID instead of User group name in SingleView
In the singleView of the user listing part of the newloginbox-plugin, I only see the usergroup-ID instead of the name... Bart Laarhoven
11:48 Revision 13b6c2f1: Improve the check for session support in Install Tool (see #1474). Thanks to Martin Kutschker!
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2308 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
11:38 Feature #17264: Hook in TCEmain after all database operations needed
Niels and me talked about that at the T3DD07. I'm going to take care about the new hook. Oliver Hader
11:28 Revision a1658cc9: Fixed feature request #5424: Menu cache expire time should be configurable
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2307 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:26 Feature #17209: Menu cache expire time should be configurable
Committed to Trunk Oliver Hader
10:59 Bug #15133: Date/time field changes its value
Use the T3X_user_datetest-0_0_0-z.t3x extension to test all possible date fields in one single table. Ernesto Baschny
10:46 Bug #17249: Drag and Drop produces error on Umlautdomains
I get also an error page in ie7, but the left menu is still working. Jascha
10:17 Bug #17249: Drag and Drop produces error on Umlautdomains
Looks like the AJAX objects in Firefox 2 have some problems with the umlaut domain, at least that's my first impressi... Benni Mack
08:37 Bug #17249: Drag and Drop produces error on Umlautdomains
It does not help to relaod the frame. Nothing works also on the left site menu. I have to switch to the Adress field ... Jascha
10:38 Revision de55a5e4: Update to ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2306 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
10:37 Revision b1d90289: Update to ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2305 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
10:10 Feature #17258: A better $TSFE->set_no_cache()
but I am ready to listen some better solutions... Popy no-lastname-given
08:35 Bug #15467: no login to backend possible
I think we can just close this bug. Obviously session support is missing in your setup although required.
Btw. it ...
Michael Stucki
01:20 Bug #16117: After The Update from 3.7.0 to 3.8.1 the session_start() - comman does not work anymore
I close the issue because the error description isn't specific enough (the line where the output reportedly starts is... Thorsten Kahler

2007-04-29

22:28 Bug #17199: localized flexform values are ignored
Hi,
yes exactly. If you have a multilanguage website, means you have active page language records in your treeroot...
Andreas Frthner
15:59 Bug #17199: localized flexform values are ignored
A newsgroup-posting helped me to have an idea what you mean. Do you think about a situation of a multilanguage-site w... Stefan Strasser
15:48 Bug #17199: localized flexform values are ignored
Thanks for your detailed solution.
But could you please explain me more exact what the problem is? In other words,...
Stefan Strasser
21:33 Feature #16726: Select FE user group(s) to display in user list
Thanks for the patch. It's working in the FE. But in the BE on a site with the newloginbox-userlist-extension I got a... Simon Harhues
14:53 Feature #16726: Select FE user group(s) to display in user list
I've attached a patch that is based on the current cvs-version of newloginbox. The current cvs-version you may find h... Stefan Strasser
13:28 Feature #17264 (Closed): Hook in TCEmain after all database operations needed
I'm a developer of the seminars extension and I plan to do the following. We got child-records called "timeslots" of ... Niels Pardon
10:39 Revision 3d21232a: Minor comment changes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2303 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
10:37 Revision c8e39e38: Changes to SVNreadme.txt part 2: Wording changes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2302 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
10:36 Revision b8d793b3: Changes to SVNreadme.txt part 1: Layout changes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2301 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
08:03 Bug #17257: 404 Not Found
I was getting the same error, but not from RTE, but from saving template element. It did not matter if it was a save ... Bill Stoltz

2007-04-28

22:28 Revision cffdc5aa: Fixed bug #4957: CSV export stop exporting a field when there is a linebreak. Thanks for Oliver Klee for the idea and solution.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2300 709f56b5-9817-0410-a4d7-c38de5d9e867 Ernesto Baschny
22:27 Bug #16966: CSV export stop exporting a field when there is a linebreak
Fixed in trunk for 4.2 Ernesto Baschny
22:18 Bug #17263: A hook for additional marker is needed in makeSearchForm
maybe it was a little late last night :-) Volker Graubaum
22:16 Bug #17263: A hook for additional marker is needed in makeSearchForm
Volker, the patch is still missing here... Michael Stucki
04:06 Bug #17263 (Closed): A hook for additional marker is needed in makeSearchForm
for add additional information or search fields, add a hook call to the method
a hook call is added at the end...
Volker Graubaum
22:16 Revision 710f9244: Fixed bug #1474: Check if session_support is enabled in PHP or output a warning message in the Install Tool (patch by Ingo Schmitt)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2299 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
22:15 Feature #14986: Check if session_support is enabled in PHP
Fixed in Trunk Michael Stucki
22:13 Revision 5225a316: Edit ChangeLog and make "mcedit" happy once again...
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2298 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
21:53 Revision e78ca6cb: Fixed bug #3649: Call to a member function formWidth() on object
$GLOBALS['TBE_TEMPLATE'] instead on $GLOBALS['SOBE']. Thanks to Chi
Hoang for the patch.
git-svn-id: https://svn.ty...
Andreas Otto †
21:53 Revision 70685fc6: Fixed bug #3649: Call to a member function formWidth() on object
$GLOBALS['TBE_TEMPLATE'] instead on $GLOBALS['SOBE']. Thanks to Chi
Hoang for the patch.
git-svn-id: https://svn.ty...
Andreas Otto †
21:44 Revision ca2b97df: Added a credit to the ChangeLog.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2295 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †
21:40 Revision d0b939ed: Fixed bug #3649: Call to a member function formWidth() on object $GLOBALS['TBE_TEMPLATE'] instead on $GLOBALS['SOBE'].
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2294 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †
21:40 Bug #16228: Fatal error: Call to a member function formWidth() on a non-object
We have applied the suggested change. Thanks to Chi Hoang for the patch. Andreas Otto †
21:20 Bug #16743: EM does not let me install cal
No persistent issue, right? Karsten Dambekalns
21:10 Revision d9424ef7: Fixed charset issue in comment
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2293 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
20:47 Bug #14651: Right-click menu does not work in the right frame
already done Sebastian Kurfuerst
20:39 Bug #14407: hardcoded tt_news reference in class.db_layout.php
already fixed a long time ago and the file is not present anymore Sebastian Kurfuerst
20:37 Bug #14896: Minor problem in the frontend editing using MTB
unclear Sebastian Kurfuerst
20:37 Revision a7fcca7e: fixed bug 2516: Constants and Setup are switched in select field in TS object browser
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2292 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
20:37 Bug #15592: Constants and Setup are switched in select field in TS object browser
fixed in SVN Ingo Renner
20:36 Bug #14897: Overall skinning problems
1 - 3 - we worked on that for TYPO3 4.0
4 - different issue
Sebastian Kurfuerst
20:27 Bug #14381: dmailerd.phpcron doesn't include t3lib_cs.php
This issue is fixed since some time Thorsten Kahler
20:13 Bug #14891: sys_page->getMenu ignores 'Hide in Menu' flag
works as expected Ingo Renner
18:03 Bug #15133: Date/time field changes its value
Wow ! First of all many thanx for that session, this is a big step to be time-safe with different timezones. A big ha... Steffen Kamper
01:49 Bug #15133: Date/time field changes its value
Another enhancement in the same area:
http://www.baschny.de/timeoutput-dblist.diff
This corrects the output in ...
Ernesto Baschny
01:42 Bug #15133: Date/time field changes its value
Ok, after a long and productive "night session" with Mario and me reviewing, testing and improving the latest patch, ... Ernesto Baschny
17:36 Bug #15087: Make Module "About" more beautiful
fixed in SVN Ingo Renner
17:21 Bug #16893: timezone-problem
Thanks for the report, Steffen. I will close this just so that we can continue discussion about it in the bug marked ... Ernesto Baschny
17:08 Bug #16893: timezone-problem
Please see bug #15133 which has a pending solution which will be soon integrated into the core. It would be cool if o... Ernesto Baschny
17:17 Bug #17105: wrong time evaluation on days with daylight saving time changes
this is just a flavor of what was solved in the bug report marked as "duplicate". Ernesto Baschny
17:16 Bug #17105: wrong time evaluation on days with daylight saving time changes
Thanks for the report, Stefan. We have had this problem being reported in several different flavors for the last few ... Ernesto Baschny
17:16 Revision 385a27ba: added a link to typo3.org/community and a list of the authors from installed extensions to the the about page (Help->About)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2291 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
15:19 Bug #17104: Install Tool does not work when using the right password
At least tell me how to disable the password requirement for the install tool since I will delete the entire folder a... Dick Rundell
15:05 Bug #15448: Workspace listing in Review-Publish dropdown
no change required Ingo Renner
14:51 Revision 8728f9fe: fixed bug 3993: Missing error message for big uploaded files - A message is there but it wasn't useful, changed it to something more understandable
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2290 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
14:50 Bug #16441: Missing error message for big uploaded files
A message is there but it wasn't useful, changed it to something more understandable Ingo Renner
14:38 Bug #17224: Mapping problem in content element selectboxes
The attached Patch should solve this and the following bug 0005481.
In the function map_sqlParts now the array fie...
Sebastian Fischer
14:33 Bug #17249: Drag and Drop produces error on Umlautdomains
Does the title of the page stay that way even if you reload the frame? Benni Mack
14:28 Bug #14867: TCEFORM.table.field.linkTitleToSelf-Option could be confusing
fixed in SVN Ingo Renner
14:26 Revision d2ad4795: fixed bug 1290, removed linkTitleToSelf.returnUrl from TSConfig
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2289 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
14:24 Revision cdff6b7c: added changelog message
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2288 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
13:40 Bug #17250: admin user blocked...
I don't think this is a bug. The fact that an admin can kill his system is true for almost all software systems. He s... Matthias Kall
13:33 Feature #17258: A better $TSFE->set_no_cache()
The problem is : a &no_cache=1 url parameter has not exactly the same effect than using TSFE->set_no_cache();
This...
Popy no-lastname-given
12:19 Revision 587afd1c: Fixed bug in class.em_terconnection.php: Need to base64_encode upload data for some NuSOAP implementations (patch by Karsten Dambekalns)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2287 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
12:14 Revision 7fff9ddd: Fixed bug in class.em_terconnection.php: Need to base64_encode upload data for some NuSOAP implementations (patch by Karsten Dambekalns)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2286 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
11:25 Bug #17259: Some input fields don't have real labels yet
Committed to Trunk & TYPO3_4-1.
Thanks to Oliver Klee for writing the patch.
Oliver Hader
11:23 Revision 8519e9de: Fixed bug #5519: EM - Some input fields don't have real labels yet
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2285 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:20 Revision 1dd1be97: Fixed bug #5519: EM - Some input fields don't have real labels yet
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2284 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
04:59 Feature #15808: imgResource doesn't support stdWrap on minW and minH
can you please do it? Volker Graubaum
03:37 Feature #17262 (Closed): Change the hook call in execFinalQuery() to add other tables
In the method executeFinalQuery the hook for alternative creation of page ID list
doesn't offer the possibility to j...
Volker Graubaum
02:27 Revision 7945d87e: Fixed bug #5522: 1-2-3 wizard does not accept host name with socket option
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2283 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
01:59 Revision 003e26ba: Add address to the list of allowed tags of parseFuncs (needs compat version of 4.2)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2282 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
01:58 Bug #14927: Fileicon-Path is hardcoded and not changeable for the Frontend
Fix is under way... Michael Stucki
01:15 Feature #16084: Fixed fonts in the Backend configuration (TypoScript setup field or TSConfig fields)
Fixed to my knowledge and no feedback so far. Martin Kutschker
01:07 Bug #16065: lib.stdheader.5.date not localised
Fixed in SVN (needs compat version of 4,2) Martin Kutschker
01:05 Bug #17261 (Closed): Install Tool does not accept localhost entry with extended port
My provider gives me as host:
"localhost:/tmp/mysql5.sock"
After this, the error
0 Host 'localhost:/tmp/mysql5.s...
Jorgo S.
01:04 Feature #16864: Function pi_wrapInBaseClass in tslib/class.tslib_pibase.php
Since we cannot do this per-extension, I uploaded a patch to disable this globally. Use config.disableBaseClassWrap =... Michael Scharkow
00:57 Revision 50a95283: Fix bug in TypoScript object browser: New keys were not added when pressing the return key in the update form instead of clicking the submit button.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2281 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
00:48 Revision 07c6ae4c: Fix bug in object browser: New keys were not added by the object browser when pressing the return key in the update form instead of clicking the submit button. The fix is a workaround, the real problem is that the form contains two submit buttons with different actions...
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2280 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
00:29 Revision fa310075: Change default date formatting of CE header to be localized (needs compat version of 4.2)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2279 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
00:09 Revision 8d905c42: * Various enhancements to the TS object browser and TS analyzer:
- Add spaces left and right of the "=" mark in the object browser overview
- Set new default values: Check several f...
Michael Stucki
00:07 Bug #17188: Hardcoded value for target of external links
For my patch I took a different approach: I left the values alone due to backwards compatibility and added the commen... Matthias Kall
00:02 Revision cc2cfbd9: * Add new function t3lib_div::rmdir() to remove directories recursively
* Modify filelist module to make use of the t3lib_div::rmdir()
* Modify internal_clearPageCache() in t3lib_tcemain an...
Michael Stucki
 

Also available in: Atom