Project

General

Profile

Activity

From 2007-05-01 to 2007-05-30

2007-05-30

23:54 Feature #17264: Hook in TCEmain after all database operations needed
Hi Oliver,
do you think it is possible that this hook gets implemented and published in TYPO3 4.1.2? I really would ...
Niels Pardon
23:09 Bug #16782: Oracle : Swap (online / offline) between 2 pages or contents,...
Hi Simon, could you check with the current code from SVN? It should not try to save empty LOBs, so your bug should be... Karsten Dambekalns
23:08 Bug #16782: Oracle : Swap (online / offline) between 2 pages or contents,...
Hi Dmitry, could check this? You probably don't have an Oracle setup at hand, so as an alternative you could tell me ... Karsten Dambekalns
23:02 Bug #16187: INSERTquery() and UPDATEquery() don't return a string on all occasions
There is one more drawback to not using the exec_* methods: Mapping is not done. I'll think about moving this around,... Karsten Dambekalns
22:58 Bug #16946: SQL error with Templavoila/DBAL/PostgreSQL: Different language
Regarding the escaping problem, please try again with the current SVN code. It has code to specifically deal with BLO... Karsten Dambekalns
22:40 Bug #17341: Fieldmapping doesnt work on the "right side" in where clause with table.field
Could you please provide an example (code) where this does not work? It works for me... Karsten Dambekalns
14:46 Bug #17341 (Closed): Fieldmapping doesnt work on the "right side" in where clause with table.field
When table.field is given in a where clause on the right side, the mapping doesnt work.
// do we have a field nam...
Sebastian Fischer
20:27 Bug #17343 (Closed): [TYPO3 V4.0] - Pagecount not correct in indexed_search
Hi,
I have already read a post like this, but i can't find the solution wrote in the post, which tell me to go in ...
Guillaume Bourreau
18:52 Bug #16600: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set
The file and line where the error occurs is posted in the bug description.
How to implement a solution depends on ...
Bjrn Kraus
18:24 Bug #17019: SQL error with DBAL/PostgreSQL: quoting of varchar defaults
Please try this:
* Change class.ux_t3lib_sqlengine.php to put a comment sign in front of line 276:
#$cfg .= '...
Karsten Dambekalns
17:46 Feature #15465: Access to subTitle in another level
This can be solved by Adding the subtitle to the rootline fields.
In the localconf.php:
>> $TYPO3_CONF_VARS['FE']...
Simon Loesing
17:34 Feature #16353: log (part of) caller stack (back trace)
Fixed in SVN. Karsten Dambekalns
17:15 Bug #17235: Sorry, you didn't have proper permissions to perform this change.
Nikolas, could you please check exactly which if the debug options causes this? I.e. enable them one by one and see i... Karsten Dambekalns
17:13 Bug #16706: wrong SQL error in log (PostgreSQL)
Seems to be the same thing as #3854 to me... Karsten Dambekalns
17:11 Feature #17218: Overwritting of handler attributes.
This is targeted at changing the name quote, that can be done in MSSQL setup (see DBAL manual). For all those things ... Karsten Dambekalns
17:08 Feature #16349: support Oracle's "EXPLAIN PLAN FOR"
I added that to SVN and put a note about Oracle in the manual section explaining the debug configuration options. I d... Karsten Dambekalns
16:15 Feature #16291: column info lacks default values
Fixed in SVN. Karsten Dambekalns
16:15 Bug #17342 (Closed): IRRE via flex form.
This might be a future functionality not a bug, but IRRE via flex form does not work.
(issue imported from #M5709)
Aobara BlazingBlade
15:45 Bug #17331: New Subcategory Returns Service Unavailable
"Is it possible to change the category for this issue?"
Can you please give us more details (examples) what you wa...
Sven G¤hle
15:34 Bug #15848: Using dam list modul
The described error is gone in the 1.1RC1 release., therefore I'll close this one.
Beware that there are tons of i...
Karsten Dambekalns
09:32 Bug #17340 (Closed): IRRE children on the table pages get the pid of the parent page in pagetree
If creating children using IRRE on a page, the pid of the parent record is taken. In case of working on pages, the pi... Oliver Hader
09:28 Feature #17247: Load Inline Elements On Demand
Just added a relation to bug #17119 because on fetching child data on demand and if there are RTE instances affected,... Oliver Hader
09:27 Bug #17119: RTE in child elements overwrites field in parent element
On clicking the "create new record" link more than once - what is okay
in general - TCEforms gets the same value for...
Oliver Hader
09:22 Feature #17268: Add TSconfig parameters to save/load inline records based on a special inline elements folder
Okay, so this could work like the following User TSconfig:... Oliver Hader
09:00 Bug #17287: integrate the functionality of extendedbulletlist
i have uploaded the patch.
Its the first time i have created a patch, so i hope i have done it right.
please let me...
Jens Hirschfeld

2007-05-29

22:10 Feature #17268: Add TSconfig parameters to save/load inline records based on a special inline elements folder
"switch the behaviour on demand" just means: If there is a setting providing the uid of a storage folder use this, el... Jo Hasenau
18:47 Feature #17268: Add TSconfig parameters to save/load inline records based on a special inline elements folder
Hi Joey,
what do you mean by "a) switch the behaviour on demand"? I'm working on "Conditions for the TSconfig in b...
Oliver Hader
20:19 Bug #16387: DBAL should honour forceCharset setting
It seems only Mysql supports different charset for tables and columns. I think this should habdled by the Core Mysql ... Martin Kutschker
18:48 Bug #16387: DBAL should honour forceCharset setting
Oracle stores data in the databases default character set, that can be some Unicode encoding eliminating the need for... Karsten Dambekalns
18:40 Feature #17125: Storage page for child records
Hi Joey, I didn't use the "is duplicate" but just wanted to related things. ;-)
The pid used e.g. by the "Individual...
Oliver Hader
18:30 Feature #17125: Storage page for child records
Please, don't use "General Record Storage Page" but do it with Page TSconfig instead. Or at least add the option to u... Jo Hasenau
18:36 Bug #17339 (Closed): linkHandler Hook Not Initialized Properly
TYPO3 4.1.0 added a new hook for linkHandlers in tslib_content to allow extensions to link to individual records.
...
Jeff Segars
18:26 Bug #16710: COUNT(DISTINCT col) only works when the column is prefixed with the table name
Fixed in SVN, please check. Karsten Dambekalns
18:25 Bug #15535: SELECT COUNT(DISTINCT(xxx)) produces wrong field name
Works now (fixed in SVN), but be aware that DISTINCT is not a function, so don't use parentheses. Karsten Dambekalns
18:08 Bug #15535: SELECT COUNT(DISTINCT(xxx)) produces wrong field name
Checked this, it is not fixed. Karsten Dambekalns
18:05 Bug #17072: DBAL/PostgreSQL: SQL parse error in "Who is online" BE list
The problem has been reproduced by me, reason is the use of table aliases in this case. While this works to some exte... Karsten Dambekalns
17:34 Bug #16299: BLOBs doesn't work in Oracle (in the WHERE clause)
This only proves we should be very careful, when using LOBs. Maybe this should be added to the coding guidelines. Martin Kutschker
16:13 Bug #16299: BLOBs doesn't work in Oracle (in the WHERE clause)
This particular bug has been fixed on March 1st by me in indexed search.
Generally I consider bugs caused by compa...
Karsten Dambekalns
17:26 Bug #16922: Error when installing sr_feuser_register
In the mentioned line there is the SQL parser that checks if e.g. ext_tables.sql is correct or which fields/tables ar... Oliver Hader
17:18 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
I added a fix for this to the SVN version, please give it a try. See #5481 for more info. Karsten Dambekalns
17:17 Bug #17232: Fieldmapping doenst work on the "right side" in where clause.
I added a fix for this to the SVN version, please give it a try. It will also map the right side of a comparison, if
...
Karsten Dambekalns
15:51 Bug #17266: Web>page and Web>list trigger ORA-01704 error
Should be fixed in SVN, I don't get the described error. Karsten Dambekalns
15:31 Bug #17266: Web>page and Web>list trigger ORA-01704 error
I assume the error comes from an insert into the debug logging table. Right? Karsten Dambekalns
15:51 Bug #16709: Page tree not rendered for Non-Admins (Oracle)
Fixed in SVN.
Those interested please check out the DBAL extension from TYPO3 SVN trunk and check if ot helps. Min...
Karsten Dambekalns
15:50 Bug #16298: Error with parsing debug (Oracle XE)
Fixed in SVN. Karsten Dambekalns
15:50 Bug #16687: On PostgreSQL tables should be created with "WITHOUT OIDS"
When creating tables through the install tool on PostgreSQL 8.2.4 the tables have no OIDs even without specifying thi... Karsten Dambekalns
14:04 Bug #16687: On PostgreSQL tables should be created with "WITHOUT OIDS"
ADOdb let's you define DB specific hints when you create a table with the ADOdb API. Maybe DBAL allows those hints to... Martin Kutschker
15:05 Bug #16946: SQL error with Templavoila/DBAL/PostgreSQL: Different language
The second error is a TV one, and is fixed as far as I know.
The usage of fullQuoteStr() as in ~12327 is wrong, it...
Karsten Dambekalns
14:53 Bug #16781: Pagetree only shows up to Level 2 / Backend login impossible with MSSQL via ODBC
I doubt the fix from Felix is correct, ADOdb *does* support ADODB_FETCH_BOTH. Karsten Dambekalns
14:47 Bug #16781: Pagetree only shows up to Level 2 / Backend login impossible with MSSQL via ODBC
Hi, could those of you seeing this problem tell me what PHP version is used? Thanks. Karsten Dambekalns
14:13 Bug #17338 (Closed): Sitemap Content Element does not honorate Workspaces
The Content Element Sitemap does not switch to the new PID once the Version is published.
(issue imported from #M...
Olivier Dobberkau
14:05 Bug #17270: Conflict with Install-Tool [FE][addRootLineFields],[SYS][multiplyDBfieldSize],[BE][forceCharset]
This is not a problem for templavoila but a common problem.
When the value [SYS][multiplyDBfieldSize] multiplied b...
Aobara BlazingBlade

2007-05-28

21:03 Bug #16709: Page tree not rendered for Non-Admins (Oracle)
is there any workaround to solve problem? musked
19:14 Bug #17337 (Closed): options.additionalPreviewLanguages is showing the wrong record for table pages
When editing the alternative website language the additional preview language shows the wrong record (it looked up in... Helmut Hummel
13:35 Bug #17332: label field which is a relation is not human readable (the field is not resolved like in 4.0.x)
Please provide a unified diff file of your changes as attachment and don't copy everything into a note. Thanks! Oliver Hader
13:19 Bug #17332: label field which is a relation is not human readable (the field is not resolved like in 4.0.x)
The diff seems not to have the needed changes.
This is no issue for userfunc!
It is a feature which works for 4.0.x...
Daniel Poetzinger
12:04 Bug #17336 (Closed): 'open internal link in actual window' always opens an external window and then it works in this new window perfect
e.g. www.buehlhof.ch:
When I first visit the frontend, I klick at the link ' open internal link in actual window' ...
Michael
00:07 Bug #17331: New Subcategory Returns Service Unavailable
This looks like it may not be a DAM issue. I've discovered that I also get this error when creating a, "mail form", b... Eric Blom

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 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: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
11:34 Bug #17272: 'lower' TCA specification may fail with non-ascii characters
rev 2344 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
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
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: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: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: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

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
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
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: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
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
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 †
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
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:22 Bug #16948: Missing Swedish flag
fixed in SVN, flag added 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: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: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
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: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 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:13 Bug #15591: t3lib/jsfunc.validateform.js does not verify password fields
Fixed in SVN. 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
 

Also available in: Atom