Project

General

Profile

Activity

From 2008-08-05 to 2008-09-03

2008-09-03

23:53 Bug #19285 (Closed): use native JSON-methods instead of 3rd party json script
since PHP 5.2.0 there is no need to include 3rd party script for JSON-encoding
Use php funtion json_encode instead...
Steffen Kamper
22:50 Bug #19284: Remove all @ in front of file_exists() calls
http://bugs.php.net/bug.php?id=21531 Ingo Renner
22:39 Bug #19284 (Closed): Remove all @ in front of file_exists() calls
Problem:
The use of the @ character in front of functions to surpress warnings costs a lot of performance, and in ca...
Ingo Renner
22:34 Feature #19283 (Closed): page cache is not influenced by tt_content.starttime/endtime
The actual caching meachanism works like that:
- page is generated
- expiredate is calculated (by clearAtMidNight...
Martin Holtz
20:58 Feature #19280: Add a method to easily do a HTTP redirect
committed to SVN trunk Ingo Renner
18:30 Feature #19280 (Closed): Add a method to easily do a HTTP redirect
Problem:
Up until now if you want to do a HTTP redirect you have to call multiple functions.
Solution:
To make t...
Ingo Renner
20:57 Bug #19282 (Closed): declare marker handling functions of t3lib_parsehtml static
Problem:
1) The marker handling functions in t3lib_parsehtml are often called staticaly although there're not declar...
Ingo Renner
20:54 Bug #18828: Template Analyzer Module inconsistencies
Committed to trunk in revision 4058. Thanks Steffen! Jeff Segars
18:43 Bug #19281 (Closed): Allow subkeys for TypoScript "config." array
The config. parts in TypoScript from the page-specific config. (e.g. page.config...) and the generic config part are ... Benni Mack
15:26 Bug #18866: Cannot create page with Mysl in strict mode (STRICT_TRANS_TABLES)
The attached diff file seems to fix the problem. Can you give me some feedback about it? Rene van Asperen
11:32 Bug #19279 (Closed): displayCond does not work inside fields in a section
<displayCond>FIELD:another_field:!=:2</displayCond> or <displayCond>HIDE_FOR_NON_ADMINS</displayCond> does not have a... Lukas Rüegg
11:28 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
I can confirm the fact that pages crash, when there are too many links in them (it took me days to identify where the... Olivier Schopfer
10:43 Bug #19278 (Closed): Installer shows Mysql system tables
The basis configuration shows "mysql" and "information_schema" databases in the drop down. These DBs should never bes... Martin Kutschker
09:35 Bug #19277 (Closed): Incorrect size of htmlArea RTE dialogue windows in Google Chrome browser
"RTEhtmlarea doesn't work in Google Chrome browser", says the reporter...
Support for Safari was added in TYPO3 4....
Schmid Valentin
03:00 Feature #19270: Tables in RTE have no counting rows/columns css class feature as contenttype table has
The proposed patch did not work correctly when rows and/or columns were added or removed form the table. Re-styling d... Stanislas Rolland

2008-09-02

23:36 Feature #19276: htmlArea RTE: allow wild cards in lists of allowed class names
Attached patch was committed to SVN TYPO3core trunk revision 4053.
Stanislas Rolland
23:08 Feature #19276 (Closed): htmlArea RTE: allow wild cards in lists of allowed class names
It would be useful to be able to insert the wild card charater "*" within class names specified in lists of allowed c... Stanislas Rolland
18:10 Bug #19275 (Closed): TypoScript objects CONTENT and RECORDS do not respect localization of table pages
Imagine someone wants to display the localized title of a page in FE by the RECORDS object in TypoScript - example:
...
Oliver Hader
14:45 Bug #18943: Crop of a long Title does not work with (IRRE) inline, when using groupboxes in child records
Seems to be fixed in typo 4.2.1
Eike Starkmann
10:52 Bug #18971: BE Search only seeks in first mount
I've been looking at this (started on bugday the 29th of august) and I think I have a patch within soon (semi working... David Smeringe
04:31 Feature #18931: Change labels of formatblock items
Committed to SVN TYPO3core trunk revision 4050. Stanislas Rolland
04:09 Feature #18931: Change labels of formatblock items
Thanks for the patch. I modified it slightly.
getPageConfigLabel() gets the label from PageTSConfig which may be a...
Stanislas Rolland

2008-09-01

22:31 Bug #19269: Indentation set with div section in htmlArea RTE is not rendered correctly in FE
Committed to SVN TYPO3core trunk revision 4048 and branch TYPO3_4-2 revision 4049.
Stanislas Rolland
16:09 Bug #19269: Indentation set with div section in htmlArea RTE is not rendered correctly in FE
Patch applied against 4.2.1 and tested successfully ! Jörg Wagner
20:54 Bug #19003: double cache or no cache through cHash variants of the same URL
Hi there,
another experience with wrong cHash:
if you are on this page:
http://localhost/t3421/index.php?id=...
Ronald Steiner
20:48 Bug #19003: double cache or no cache through cHash variants of the same URL
Hi Dmitry,
> (b) http://localhost/t3421/index.php?id=6&L=0 [^] [^]
>
> This one is a synonym for (b):
> (c) h...
Ronald Steiner
17:28 Feature #15897: enable various DB-Logging *inside* TYPO3
Commited 2008-02-04 in rev. 3054:
http://forge.typo3.org/repositories/diff/typo3v4-core?rev=3054
Please set to ...
Christian Kuhn
16:51 Feature #19244: config.baseURL does not support stdWrap or copying of Objects
That's right. The whole "config" does not support stdWrap or copying due to technical reasons. I do not think it will... Dmitry Dulepov
16:49 Bug #15344: frameset+realurl+config.baseUrl failed for search engines
I do not think TYPO3 should do anything at all. Use config.absRefPrefix as described in the documentation... Dmitry Dulepov
16:46 Bug #18049: Submodules of Web module can't work with mod.php and the _DISPATCH system
Nope, we do not close. I confirm the bug. The problem is related to page tree. Dmitry Dulepov
16:21 Bug #19274 (Closed): Editors can´t undelete records in history
When an editor tryes to undelete a record in the history, the record will be deleted for a second time. The log give ... Andreas Heling
15:57 Feature #16914: Optimizing tables to speed up FE
We do not apply the indicated changes because it must be prooved to improve performance Dmitry Dulepov
14:03 Bug #19218: "Unable to parse URL" error when changing what content is shown
This seems to be an issue with using tx_srlanguagemenu. Chris Bischoff
13:18 Bug #19273 (Closed): TCA is not loaded when config cache is disabled
If configuration cache is disabled, TCA may not be initialized properly in FE. Here is the scenario:
- disable extCa...
Dmitry Dulepov

2008-08-31

18:32 Bug #19272 (Closed): strcmp() with array as parameter in t3lib_div::linkThisScript() produces warnings with PHP 5.3
I get warnings in the list view with current 4.2 branch from SVN and PHP 5.3 alpha:
Warning: strcmp() expects para...
Niels Pardon
09:08 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
P.S.: For me correct language fallback in menu's is more important, so I now only use the patch and not the extension. Ronald Steiner
09:04 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
Hi Daniel,
I just test your extension: languagevisability
- it seems to work fine so far, but the bug described ...
Ronald Steiner
00:43 Bug #16862: Hide subpages will make preview impossible
I can reproduce this
And I have found somethink more: The preview of the subpage will display, when this subpage ...
Johannes Pieper

2008-08-30

20:02 Feature #17112: Add file operation permissions for back-end user groups
Attached a patch to implement this feature.
Values of groups and user settings are OR'ed, so backwards compatibili...
Christian Kuhn
18:09 Feature #17112: Add file operation permissions for back-end user groups
+1 on the feature.
I will try to compile a patch.
Christian Kuhn
17:17 Bug #15682: Reading folder contents fails if folder name is 0
2642.diff merges both patches and adds the fix to t3lib_div::get_dirs() (used in the foldertree). Christian Kuhn
17:06 Bug #14135: link wizard fails to remember external links
I couln't reproduce any problem with rev 4039 (where did you get a rev 4042 from?). I did however just test with FF 3... Ralf Hettinger
16:34 Bug #18665: The child pages of Mount points (do not substitute mount point) are not linked correctly in menus
With the patch masi commited to 4_2 branch and trunk, the problem has been fixed Helmut Hummel
14:34 Bug #19264: External URLs cannot be set in RTEhtmlarea anymore
Committed to SVN TYPO3core branch TYPO3_4-2 revision 4038 and trunk revision 4039.
Stanislas Rolland
12:31 Bug #19264: External URLs cannot be set in RTEhtmlarea anymore
Hi Stan,
patch works like a charm for 4.2 :-)
Uschi
Uschi Renziehausen
01:58 Bug #19264: External URLs cannot be set in RTEhtmlarea anymore
Since revision 4006, prototype.ja is included on the page in order to support DAM tabs. prototype.js extends form fie... Stanislas Rolland
12:36 Bug #19271 (Closed): Default icon for plugins in list_type select
After last patch for enable icons in list_type select now it is fine to use default icon of extension, if no icon is ... Steffen Kamper
12:16 Feature #19270 (Closed): Tables in RTE have no counting rows/columns css class feature as contenttype table has
Rows and columns in table made with the contenttype table have counting css classes assigned like class="tr-0", "tr-1... Thorsten Krohn
03:49 Bug #19269: Indentation set with div section in htmlArea RTE is not rendered correctly in FE
The attached patch fixes the issue and is submitted to core team list. Stanislas Rolland
03:43 Bug #19269 (Closed): Indentation set with div section in htmlArea RTE is not rendered correctly in FE
Quoting Jörg Wagner:
Since TYPO3 4.2 the RTE by default uses wrapper DIVs to indent block elements. Unfortunatelly...
Stanislas Rolland
02:20 Bug #19263: can't use the "toggle selection" button when selecting images in FF3
I am unable to reproduce this in current trunk (rev. 4037) with ff 3.0.1, for me the toggle button selects all files ... Christian Kuhn
01:51 Bug #17477: Undefined variable is used in t3lib_BEfunc::exec_foreign_table_where_query
What is the effect of this undefined call?
Digging into the function I think that $rootLevel is always null becaus...
Christian Kuhn
01:18 Bug #17435: Setting [FE][lifetime] higher than one week, disables Login
I am unable to reproduce this (trunk revision 4037, fe_login extension, ff3 and Opera)
Maybe this has been solved ...
Christian Kuhn

2008-08-29

23:16 Bug #19268 (Closed): content within fieldset/legend tags uneditable using Internet Explorer
Content contained within a fieldset (sample below) as entered into the RTE (logged into the backed as admin) is unabl... Chris Boerger
22:59 Feature #15385: CSH missing for localization settings of pages
Attached a patch to fix this.
The text is an abstract of the lang.details version in typo3/sysext/cms/locallang_cs...
Christian Kuhn
22:58 Bug #19219: Wrong display of deleted owners and groups in web->access->permissions
I think with these patch it will work Johannes Pieper
22:49 Bug #15682: Reading folder contents fails if folder name is 0
And added a patch for creating dirs with '0' as name. Rob Vonk
22:04 Bug #15682: Reading folder contents fails if folder name is 0
Used the solution from:
http://nl2.php.net/manual/en/class.dir.php
while (false !== ($entry = $d->read())) {
Rob Vonk
21:47 Feature #16408: No unicode signs possible in title
Unable to confirm.
The Site title set in the template works fine with umlauts, regardless of the forceCharSet sett...
Christian Kuhn
21:26 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
And added a new patch with new translations for the reference count and a better description for the deletion Rob Vonk
12:34 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
I added a new patch that also shows info for content elements without title (by taking the first part of the text). Rob Vonk
11:37 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
Why not define $title in one go and also check for it's existance e.g.
$title = $row[$this->fieldArray[0]] ? $row[$...
Peter Foerger
10:48 Bug #15248: When deleting a record in the BE, MsgBox should show the record label
I added a patch. Can someone test it? Rob Vonk
21:23 Bug #18049: Submodules of Web module can't work with mod.php and the _DISPATCH system
I remember a similar issue that lead to this error message and it had been solved.
However I just created a tiny t...
Christian Kuhn
21:12 Bug #18059: Login into BE is not possible
This bug is now half a year old, and nobody else comes up with similar issues.
I suggest to close this one because...
Christian Kuhn
21:08 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
Is this still a problem?
If so, could someone please submit a ready to use TS MENU to reproduce this? The above TM...
Christian Kuhn
20:37 Feature #16914: Optimizing tables to speed up FE
So this bug should be closed then.
If someone wants new indexes, he must provide numbers to prove the speed advant...
Christian Kuhn
20:27 Bug #18082: All TS coming after [usergroup=*] condition not working
Not confirmed in current trunk (rev. 4024). Christian Kuhn
20:18 Bug #18431: Always generate Icons, assume that we have gd2 by default
FYI:
Part one has been commited in rev. 3732. This sets default noIconProc to 0.
The second part (removing sear...
Christian Kuhn
19:32 Bug #19267: French mismatch in default pi1/locallang.xml
also true in :
typo3conf/l10n/fr/felogin/pi1/fr.locallang.xml
Sys-Tech
18:47 Bug #19267 (Closed): French mismatch in default pi1/locallang.xml
line 209 of pi1/locallang.xml has a wrong french localisation for key 'll_forgot_email_password'.
The greeting is...
Sys-Tech
19:00 Bug #18844: Fileadmin: Setting alt attributes and use the locallang.xml files instead of locallang.php files
commit it to the core list Johannes Pieper
18:09 Bug #19016: wrong informations in user online list
unable to reproduce Ingo Renner
16:02 Bug #19016: wrong informations in user online list
I can't reproduce this Problem under 4.2.2 Johannes Pieper
18:09 Bug #15271: t3lib_tceforms references hardcoded tx_templavoila
unable to reproduce Ingo Renner
18:06 Bug #19251: "Show content from this page instead" does not work across Domain-Trees in multidomain environment
no change required, closed Ingo Renner
16:46 Bug #19266 (Closed): Not published DS are available in the back end form
Has produced some DS/TO in draft mode. Not published yet, they are still available for use in back end forms in the L... Svein Erik
16:25 Bug #19264: External URLs cannot be set in RTEhtmlarea anymore
I use Firefox 2.0.0.16
I got these JS-Error:
Fehler: uncaught exception: [Exception... "Component returned fail...
Johannes Pieper
15:31 Bug #19264: External URLs cannot be set in RTEhtmlarea anymore
Hi Stan,
I can reproduce this is issue in a slightly different way after upgrading my core to latest branch of 4.2...
Uschi Renziehausen
14:31 Bug #19264 (Closed): External URLs cannot be set in RTEhtmlarea anymore
Since of revision 4006 in SVN Trunk, setting links on the tab "External URL" does not work anymore. On trying to set ... Oliver Hader
16:17 Bug #18479: Javascript error message
David, is this still reproducible for you?
Does this happen with installed or non installed opendocs extension?
Christian Kuhn
16:07 Bug #18105: Problem with IE7 while generating new Pages
The problem is that some JS in IE call the functions
pointerX: function(event) { return Event.pointer(event).x }...
Mikkel Henriksen
16:01 Bug #18551: IMG_RESOURCE doesn't support file name with space
Confirmed.
But TYPO3 always substitutes whitespaces with underscores in files when uploading them. So I do not kno...
Christian Kuhn
16:00 Feature #16605: overriding labels
Closing the older bug because the new has a patch attached. Martin Kutschker
15:53 Feature #15954: wizard for "extended" HTML entities
Has been added a long time ago. Martin Kutschker
15:39 Bug #18554: not longer possible to use non-integer uids for fake treeitems in class.t3lib_treeview.php [has fix]
I don't understand. What is a fake tree item? And how do you manipulate a page (?) uid in the backend? Christian Kuhn
15:36 Bug #19265 (Closed): Not properly escaped HTML chars for comments in objectbrowser
If there is html in the comments for a object the objectbrowser does not escape these.
This can result in unpredicta...
Kim
15:27 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
looks like this is a wont fix? can the bug be closed Christian Jul Jensen
15:21 Bug #16862: Hide subpages will make preview impossible
I can reproduce this (today trunk rev. 4024):
Set a page to hidden, then preview page and a subpage -> works
Set ...
Christian Kuhn
15:16 Bug #19176: mailform requires email field name to be exactly "email" it should be case insensitive
attached patch which make it configurable.
Documentation for TSref 7.3 CONFIG:
Property:
formmailSenderField
...
Christian Jul Jensen
14:50 Bug #17940: t3lib_DB displays wrong SQL in error case
I have supplied a patch: martix7015.patch
Suggested solutions were:
* Leaving debug_lastBuiltQuery unaltered - wh...
Martin Nielsen
14:35 Bug #18995: CSS Display Error in Firefox 3.0
This is related to #7544 where a php error overlaps with the docheader. Christian Kuhn
13:55 Bug #18390: Calling Shortcut to page - this cause a JS-Error and page is not highlighted in Pagetree
The solution for the JS error is submitted as a patch to bug #18403 Mikkel Henriksen
13:55 Bug #15111: FE User Auth - disableIPlock missing
no feedback for 2½ yrs Christian Jul Jensen
13:53 Bug #15606: Pages are hidden to early after FE login
fixed with the new login in 4.2 Christian Jul Jensen
13:48 Feature #17542: Conditional Requirment for Fields in BE-Forms
See comment Christian Jul Jensen
13:46 Bug #17814: Implement option to use different Flexform Datastructures per type field value (e.g. CType)
Fixed by ingmar in rev2770 Christian Jul Jensen
13:44 Bug #14135: link wizard fails to remember external links
Seems to still be an issue with svn today (rev4042) Christian Jul Jensen
13:37 Bug #18403: Shortcutmenu cause JS-Error in IE
Fixed and tested in IE7 and FF2.
See the attached patch.
Mikkel Henriksen
13:32 Feature #14229: Typo3 doesn't support Proxing like Zope for instance
duplicate according to Christian Kuhn Christian Jul Jensen
13:31 Bug #14210: SSL - SSL Lock HTTPS Proxy ...
duplicate according to Christian Kuhn Christian Jul Jensen
13:30 Bug #15135: Typo3 backend does not work with reverse proxy
duplicate according to Christian Kuhn Christian Jul Jensen
11:39 Bug #15552: Erased user group assignment on login
Closed as it can't be reproduced. Ingmar Schlecht
11:36 Bug #15552: Erased user group assignment on login
I can not reproduce it with 4.2.1, too Johannes Pieper
11:26 Bug #17935: Installation misses key-definition of table pages and create of table fe_users
submitted to svn by ingmar in rev3765 Christian Jul Jensen
11:18 Bug #17935: Installation misses key-definition of table pages and create of table fe_users
Fixed in rev. 3765
Bug can be closed.
Steffen Müller
10:53 Bug #19261: border.html throw JS error (FF 2)
Could not reproduce error in FF 2.0.0.16.
Tried to call alert(document.viewport.getHeight()) from firebug command li...
Mikkel Henriksen
10:33 Bug #14884: 'removeTag' does not remove closing tags
Affects also < span > tags (within paragraphs). Martin Kutschker
10:13 Bug #19006: mailformplus: CREATE TABLE tx_thmailformplus_log... is not executed
This is not a a TYPO3 Core bug, please report to extension author Christian Jul Jensen
01:53 Bug #19263 (Closed): can't use the "toggle selection" button when selecting images in FF3
I tried to add some Images to my news post. when I opened the "typo3 element browser" and wanted to select all images... Dominik Schmich

2008-08-28

18:35 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
Hi
I am new to Typo3, testing it, and I am having troubles similar to aboves configuring Typo3 with Postgres. Unde...
Juan
18:19 Bug #17227: Shortcut to external URL if referer-check enabled
related to #0009182 Stefan Neufeind
17:53 Bug #17928: HMENU excludeUidList and excludeDoktypes ignore pages of type mount point
the same bug exists in Typo3 4.2.1
These configuration do not work with mount points
Hmenu:
- excludeUidList
...
Kim Lang
17:16 Bug #19262 (Closed): debug_trail gives not filename
If you call t3lib_div::debug_trail (...) then you get info about the class and methodname. The linenumber inside of a... Franz Holzinger
14:30 Bug #18989: Line break and Del key won't work correctly when when aligning the text as a block (justify)
I can confirm this bug. Tested with 4.2.1, FF 2.0.0.16, Win2000 Thomas Buss
10:53 Bug #19261 (Closed): border.html throw JS error (FF 2)
document.viewport has no properties
browser.html (line 76)
var documentHeight = document.viewport.getHeight();
...
Martin Kutschker

2008-08-27

15:46 Bug #19260: The new Usersettings area is a little bit inconsistent
okay: it is a very strange problem, but has definitively nothing to do with the be-interface.
Probably someone could...
Clemens Riccabona
14:58 Bug #19260: The new Usersettings area is a little bit inconsistent
okay, i was too fast posting. sorry.
The problem seems to be somewhere else.
Clemens Riccabona
14:44 Bug #19260: The new Usersettings area is a little bit inconsistent
This is maybe connected with closed feature: 0003894
greetz, clemens
Clemens Riccabona
14:43 Bug #19260 (Closed): The new Usersettings area is a little bit inconsistent
After introduction of the new feature 'start in every module you want and allowed to' it is quite inconsistent:
I no...
Clemens Riccabona
13:12 Bug #19259 (Closed): IRRE function lockAjaxMethod locks even with lock parameter false
If you call the IRRE method lockAjaxMethod with lock paramter=false, then it will still perform a lock. It should not... Franz Holzinger
11:45 Bug #15362: template::getTabMenu double ampersanded
it exists in 4.1.7 too Martin Holtz
11:09 Feature #19258 (Closed): There is no API to add or modify JavaScript
The JavaScript in the TCE sometimes contains bugs. You cannot fix them without making an XCLASS. It would be fine to ... Franz Holzinger
06:34 Bug #19257: Enable synchronous load of some htmlArea RTE plugins
Sorry, a boolean flag was inverted. The second patch fixes this.
Committed to SVN TYPO3core trunk revision 4022.
Stanislas Rolland
03:57 Bug #19257: Enable synchronous load of some htmlArea RTE plugins
Committed to SVN TYPO3core trunk revision 4021. Stanislas Rolland
03:52 Bug #19257: Enable synchronous load of some htmlArea RTE plugins
The attached patch makes it possible for an extension to require that the plugin of another extension be loaded synch... Stanislas Rolland
03:28 Bug #19257 (Closed): Enable synchronous load of some htmlArea RTE plugins
Some RTE plugins are extensions of other plugins. For example, DefinitionList plugin extends BlockElements plugin. In... Stanislas Rolland
00:03 Feature #15193: There is no API to list tables in the Web->Page module
I have uploaded a new extension patch1822 into TER. So you can test and use it without applying the patch. Franz Holzinger

2008-08-26

23:45 Bug #19250: Aspell + German language
What is the backend charset? Stanislas Rolland
23:43 Bug #19253: hookObjects is not properly initialised in class.ty_rtehtmlarea_browse_links.php
See related issue 9041. Stanislas Rolland
11:54 Bug #19253 (Closed): hookObjects is not properly initialised in class.ty_rtehtmlarea_browse_links.php
The array $this->hookObjects is not initialised which causes warnings when trying to loop on the registered hooks.
...
Francois Suter
20:01 Bug #19206: Another double mount point issue
Example.
We are in /corporate/delivery/. So for the Trade-In page the getClosestMPvalueForPage function should retur...
Artem Matevosyan
18:06 Feature #19256 (Closed): hide input of password fields in BE forms (TCEform)
Use Javascript event handler (onkeypress) to change all entered characters into * (asterisks) and store the password ... Martin Kutschker
17:40 Feature #19255 (Closed): clear cache when an included constant/setup typoscript file is changed
When you save a file in file>filelist the script should check via the soft references if the file is included in a sy... Martin Kutschker
16:46 Bug #19254 (Closed): indexing of records containing HTML leads to concatenated words
While indexing records via the class.crawler.php in the function indexSingleRecord() the content of the fields is sim... Andreas Rieser
16:33 Bug #19148: Uninitialized array in class.browse_links.php
Committed to SVN TYPO3core branch TYPO3_4-2 revision 4020 Stanislas Rolland
13:52 Bug #19249: redirect doesn't work when login page is set to hide at login
Thanks, but the trick didn't work for me.
I hope you don't mean all pages. This is a rather big site, and my templat...
Administrator Admin
12:24 Bug #17046: Umlauts not working in GIFBUILDER with php5
@Clemens Riccabona
I tested this extension...
but the gifbuilder rendered the Font in "Ãber Uns"...
I have ch...
Mathis Klooss
10:28 Bug #19252 (Closed): Group field in Flexforms with a single table does not show selected items
A group/db field in Flexforms with a single allowed table does not show selected items in TCEforms view. However, the... Oliver Hader

2008-08-25

19:40 Feature #17112: Add file operation permissions for back-end user groups
This is a must must! Please do us all a favor and let someone implement it.
I suppose it would not be very tricky.
...
eventhorizon
19:39 Bug #18896: Fileadmins folderoverview don`t show 'B' (for byte) after filesize
Version 4 contains changes as discussed in the dev-list. Chris topher
19:32 Feature #18845: Label Important notice in Warning Box of About Modules hardcoded
Version 2 of Dmitrys patch is against current trunk, nothing else changed. Chris topher
19:07 Bug #18973: 4.2.1 does not work for many of my websites
I can't confirm this as i never had problems like this, with TV or without. I updated about 50 sites to 4.2 without a... Steffen Kamper
18:47 Bug #14955: Some TCAdefaults work only with "Page (inside)" and not with the Wizard
Thanks Ernesto for this very good description of the problem.
With this i was able to write a patch in short time.
...
Steffen Kamper
18:20 Bug #19220: felogin redirect to frontpage doesn't work
please read manual for proper configuration Steffen Kamper
18:12 Bug #19232: Unable to create an external URL in the rtehtmlarea link wizzard containing german umlauts
Fixed in SVN TYPO3core trunk revision 4017, branch TYPO3_4-2 revision 4018, branch TYPO3_4-1 revision 4019. Stanislas Rolland
17:04 Bug #19088: incorrect versioning of images in flexform fields
Somehow the same problem turned up on one of my sites, after i've cleared all the backendcache via ftp account. befor... Administrator Admin
16:43 Bug #19249: redirect doesn't work when login page is set to hide at login
you can solve it with a little trick:
Place an "empty" felogin-Plugin on all pages. remove templateFile so you don't...
Steffen Kamper
16:12 Bug #18936: redirect after logout does not work
I made a patch for this problem.
Now the ACTION-Url is used for logout redirect, so it works also with access restri...
Steffen Kamper
13:58 Feature #15889: Clean up inline javascript in menu_layers.php
Hey Guys!
After a while, I had now time to have a short look at it.
One thing I experienced is, that some JS co...
Clemens Riccabona
13:00 Bug #19251: "Show content from this page instead" does not work across Domain-Trees in multidomain environment
And sorry again :(
config.content_from_pid_allowOutsideDomain also does the trick.
Please close the issue!
S...
Lukas Taferner
11:38 Bug #19251: "Show content from this page instead" does not work across Domain-Trees in multidomain environment
Sorry, probably "Content Rendering" is not the proper Category :(
Anyway: TYPO3 4.2.1, PHP 5.2
Lukas Taferner
11:36 Bug #19251 (Closed): "Show content from this page instead" does not work across Domain-Trees in multidomain environment
This is the Pagetree:
| Rootpage
+ Domain 1
+ page 1
+ Domain 2
+ page 2
Page 2 is configured to "Show co...
Lukas Taferner
11:36 Bug #19250 (Closed): Aspell + German language
Special German chars such as ä, ö and ü ("Umlaute") cannot always be displayed in aspell mode. Instead ? icons are di... Raffi no-lastname-given

2008-08-24

21:59 Bug #18686: Updating to TYPO3 4.2 cuts off TypoScript templates after the first umlaut resulting in unusable code
UPDATE:
sorry folks I hope I did not create any work.
the error was on my site, the directory and DB dumps I was ...
Guido Unger
15:49 Feature #15575: Include date selection widget into the TYPO3 Core
The caching mechanism does not take care of starttime/endtime of content elements. (which is not much important, if y... Martin Holtz

2008-08-23

23:02 Bug #19249 (Closed): redirect doesn't work when login page is set to hide at login
Redirect to some other page doesn't work when the login page is set to "hide at login" in the Access field.
Inste...
Søren Vedel
00:24 Bug #19248 (Closed): function jumpUrl does not write the filesize to the header of the download document
function jumpUrl does not write the filesize to the header of the download document. The effect is the browser downlo... Thomas Oldenburg

2008-08-22

23:08 Bug #19247 (Closed): "removeformat" messes up some in-line formats
When "removeformat" for Word is run on a sequence like
<p> <b>abc</b><b> </b><b>def</b> </p>
<p>abcdef</p>
The...
Christian Lerrahn
22:05 Bug #19246 (Closed): typo3ajax::renderAsXML does not always render XML
The typo3ajax class is designed to handle response data for AJAX calls and return it in a variety of formats. However... Francois Suter
14:18 Bug #19104: Link doesn't work in thunderbird
So the '<...>' must be entered around the ###SITE_URL### in the email subparts of the template file. Franz Holzinger
14:10 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
This patch did not work for me... even after disabling dbal.
I must let you know that I got this error when trying...
Chris Bischoff
12:52 Bug #19245: No more than one css-class for table element posible
patch attached.
mutiple classes are spearated by space char " "
"nospace" removes all spaces from the value
"a...
Tobias Liebig
12:44 Bug #19245 (Closed): No more than one css-class for table element posible
Because of the <eval> "nospace" function it isn`t possible to define two or more css-classes to the table element, wh... Christian Lange

2008-08-21

20:43 Bug #18970: Symantec Client Firewall reports HTTP MS IE Object Element Data DoS attack and blocks
This isn't considered to be a TYPO3 problem! Marcus Krause
19:37 Feature #19244 (Closed): config.baseURL does not support stdWrap or copying of Objects
It is not possible to use stdWrap with baseUrl or copy the content of another COA as baseurl value (e.g. from a PHP_S... Lukas Taferner
15:17 Bug #19243 (Closed): plainMailEncoded should have an additonal param for additional_parameters
It's no possible to set the fifth param in php mail() function.
But this is needed in Linux based server setup usin...
Chris Juerges
13:31 Feature #19242 (Rejected): compiled t3lib_TSparser
according to perfomance investigation (xdebug) TS parsing takes almost 30% of all load for non-cached pages.
Would ...
Dmitry Pikhno
12:53 Bug #19241: no details with error message 'is no TYPO3 language file'
You will find the lines of code to change in t3lib_div. Franz Holzinger
12:52 Bug #19241 (Closed): no details with error message 'is no TYPO3 language file'
If you have edited a locallang.xml file, then you do not get any details about the reason.
You only see the line
...
Franz Holzinger
10:46 Bug #19240 (Closed): Allow icons in select of tt_content CE plugin (list_type)
This patch enables icons in selectbox for list_type, see screenshot
To add an icon to this list you can add it wi...
Steffen Kamper
07:15 Bug #19014: Copying Content Elements does not copy Language Overlays
Would some sponsoring help? ;) Jörg Wagner
04:42 Bug #19236: htmlareRTE: Click-enlarge not rendered if image is in table
The TS setup of lib.parsefunc_RTE must be broken in your installation, perhaps by some extension. Make sure that tabl... Stanislas Rolland

2008-08-20

23:34 Bug #18970: Symantec Client Firewall reports HTTP MS IE Object Element Data DoS attack and blocks
I discussed this issue with Ingo (Renner) about two months ago. We decided that we won't take any steps to solve this... Marcus Krause
19:37 Bug #19239 (Closed): Cannot log in to backend
A few months ago we upgraded to Typo3 version 4.2 and everything was okay.
Last week we upgraded our MySQL server f...
Brian Lamb
18:44 Feature #17024: request for configurability of pagetree view in web->page module
Fixed with the new feature of http://bugs.typo3.org/view.php?id=9109 ! Patrick Gaumond
18:16 Bug #19238 (Closed): Flexform is scrambing utf8-labels
In flexforms unicode labels and unicode select-items are not handled correctly. So it is impossible to use special-ch... Martin Ficzel
18:04 Feature #19237: Integrate support for definition list into htmlArea RTE
Committed to SVN TYPO3core trunk (revision 4013). Stanislas Rolland
17:53 Feature #19237 (Closed): Integrate support for definition list into htmlArea RTE
Extension rtehtmlarea_definitionlist was published on TER because it became ready only after feature freeze of TYPO3 ... Stanislas Rolland
15:40 Bug #19236: htmlareRTE: Click-enlarge not rendered if image is in table
I am unable to reproduce this issue. Stanislas Rolland
13:21 Bug #19236 (Closed): htmlareRTE: Click-enlarge not rendered if image is in table
It is possible to active click-enlarge feautre for htmlareaRTE. This saves an custom attribute clickenlarge="1" to th... Andreas
14:44 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
All done as you wrote, without positive effect. Patch doesn't help me. I'm preparing another fresh installation of Ty... Erik Bartos
13:30 Bug #18696: Drag and Drop problems with flexform sections
Mathias Bolt Lesniak, TemplaVoila does not move sections or create forms. TYPO3 does! Dmitry Dulepov
13:27 Bug #19014: Copying Content Elements does not copy Language Overlays
Difficult to fix... It needs recursive copying for language overlays in TCEmain. Dmitry Dulepov
13:24 Bug #18973: 4.2.1 does not work for many of my websites
Clear your browser's cache! The issue was answered several times in the mailing lists. Dmitry Dulepov
13:20 Bug #19226: MySQL-Error in many Actions
Not a TYPO3 core problems Dmitry Dulepov
12:00 Bug #19020: calls to ini_set produces warnings
You have bad setting for displayErrors in Install tool. By default TYPO3 will mask these warnings. Dmitry Dulepov
11:51 Bug #19210: Safe-mode conflict between Typo3 4.2 and PHP 5.2.6
I disagree. That path should be set by your hosting provider. TYPO3 should not do it because it does not know where s... Dmitry Dulepov
11:38 Feature #19235 (Closed): Unused function t3lib_TCEforms::getSingleHiddenField() could be rewritten for proper usage
The function t3lib_TCEforms::getSingleHiddenField() seems to be unsused in the source code (like noticed yet in the c... Cyrille
09:38 Bug #19234 (Closed): removeXSS needs improvement
When I typed my home-address "Smetanastr. 31" into an input field, t3lib_div::removeXSS changes it into "Sme<x>tanast... Mischa
09:20 Bug #19089: Login expired dialog shows up under Linux and FF3
After this error has not shown up for quite a while I am inclined to call it "resolved".
Sebastian Klapdor
04:34 Bug #19233: Misbehaviour of DAM media tab in htmlArea RTE link insertion dialogue
Committed to SVN TYPO3core trunk (revision 4006) and TYPO3_4-2 (revision 4007).
Committed to SVN DAM trunk (revision...
Stanislas Rolland
04:10 Bug #19233: Misbehaviour of DAM media tab in htmlArea RTE link insertion dialogue
Some DAM css and JavaScript are missing on the page. The attached patches fix the issue in SVN TYPO3core branch TYPO3... Stanislas Rolland
03:54 Bug #19233 (Closed): Misbehaviour of DAM media tab in htmlArea RTE link insertion dialogue
When DAM 1.1 hooks on the RTE link insertion dialogue, some controls of the DAM media tab do not work.
(issue imp...
Stanislas Rolland

2008-08-19

23:08 Bug #18970: Symantec Client Firewall reports HTTP MS IE Object Element Data DoS attack and blocks
You are right, but symantec was informed and I were told, Symantec Client firewall does'nt have a bug. The messages b... Wolfgang Endhammer
14:39 Bug #18970: Symantec Client Firewall reports HTTP MS IE Object Element Data DoS attack and blocks
I think Symantec should be notified. Symantec is the only one who gives false alarams. Why would TYPO3 fix it for Sym... Dmitry Dulepov
21:51 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
New patch: 6039_v6.diff
(Typo3 4.2-Branch Revision 4005)
Merged 6039_v5.diff from Dimitry with 6039_v5_with_impe...
Martin Borer
12:07 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
I took the version from the core list and updated it a bit. Only then I saw that you already made another here :( Ple... Dmitry Dulepov
18:00 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
thanx!! works like a charm! Andreas
17:28 Bug #19225: Redundant code in class.tx_rtehtmlarea_browse_links.php
Follow up patch was committed to trunk (revision 4005) as initialization of restructured script was incorrect in pres... Stanislas Rolland
16:43 Bug #17321: filemtime() [function.filemtime]: stat failed
This would be another issue to do something better than hiding the message for a not found image.
It is however wors...
Franz Holzinger
10:40 Bug #17321: filemtime() [function.filemtime]: stat failed
Franz, @ will hide a message but it will not cure the problem. Is this really what you call "works fine"? Dmitry Dulepov
16:23 Bug #19232: Unable to create an external URL in the rtehtmlarea link wizzard containing german umlauts
Attached patch works around the Mozilla issue.
After applying the patch, before testing, delete all files in typo3...
Stanislas Rolland
16:06 Bug #19232: Unable to create an external URL in the rtehtmlarea link wizzard containing german umlauts
Issue and workaround submitted to Mozilla: https://bugzilla.mozilla.org/show_bug.cgi?id=451142 Stanislas Rolland
09:45 Bug #19232 (Closed): Unable to create an external URL in the rtehtmlarea link wizzard containing german umlauts
When trying to create an external link containing german umlauts
(e.g. http://www.städtlifest.ch/) with the rtehtmla...
Schmid Valentin
14:36 Bug #19193: Charset problems if caching is not enabled (config.no_cache = 1)
hey dmitry, i think you corrected the title the wrong way. he has problems when caching is enabled!
so the title s...
Christian Brunner
14:33 Bug #18943: Crop of a long Title does not work with (IRRE) inline, when using groupboxes in child records
I have the exactly the same problem. When I change the field type of the title field to select instead of group, the ... Sonja Schubert
14:33 Bug #19065: Invalid URL with nested subdomain
Nested domains were not really supported till 4.2. I tested again and it works. Closing the bug as non-reproducable. Dmitry Dulepov
14:31 Bug #19089: Login expired dialog shows up under Linux and FF3
Sebastian, make sure it is not a duplicate of 8232! Dmitry Dulepov
14:28 Bug #18032: using addQueryString couses wrong cHash on pages with no query string
The problem is fixed in 4.2 and trunk. Current code is:... Dmitry Dulepov
14:21 Bug #17343: [TYPO3 V4.0] - Pagecount not correct in indexed_search
Looks like same as Google does :D Dmitry Dulepov
14:19 Bug #18275: Unable to Login in BE
Same here: works ok, no problem with ENABLE_INSTALL_TOOL Dmitry Dulepov
14:18 Bug #15427: Setting 'displayErrors' has no effect
Unable to reproduce, sorry Dmitry Dulepov
14:15 Bug #16247: Internet Explorer has detected a problem and will be closed
We do not develop Microsoft Internet Explorer. Ask Microsoft why it crashes. Dmitry Dulepov
13:33 Bug #16191: class.t3lib_div.php >>>"lang " BUG, lang system bug
This is not a bug, it is a error in the extension. TYPO3 never declared that external file takes precedence. In fact,... Dmitry Dulepov
11:46 Bug #19196: Nested Tabs in FlexForms Sections are disfunctional
Works better with this Flex: (upper version is bogus for toggling)
[CODE]
<section>1</section>
<ty...
Cyrille
11:00 Bug #17113: pi_loadLL() + no language file == full path disclosure
The patch is attached. Dmitry Dulepov
10:50 Bug #17317: Segmentation fault
And how do you want us to fix it? Segmentation faults happen inside Apacher and PHP. We do not develop those.
Sugg...
Dmitry Dulepov
10:48 Bug #17934: Is Options +FollowSymLinks needed in default _.htaccess file?
It does not need FollowSymLinks.
See here:
http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html#RewriteEngine
...
Dmitry Dulepov
10:39 Bug #16734: PHP Error when trying to upload an extension to the TER
I saw the same once and solved it but do not remember how. It was wrong PHP configuration I think. Something related ... Dmitry Dulepov
10:38 Bug #17140: be_users
Current definition for this column is:... Dmitry Dulepov
10:36 Bug #17522: beuser
Please, report bugs only when they are reproducable and you can provide instructions how to reproduce them. Dmitry Dulepov
10:35 Bug #19003: double cache or no cache through cHash variants of the same URL
Well, I disagree, as "L" is not a core parameter (I mean, correctly handled by cHash management function)
The fact...
Popy no-lastname-given
10:18 Bug #19003: double cache or no cache through cHash variants of the same URL
Techincally, these URLs are completely different:
(a) http://localhost/t3421/index.php?id=6 [^]
(b) http://localh...
Dmitry Dulepov
10:26 Bug #17649: Incorrect char in sitename blocks backend in IE6
Please, provide step by step exact instructions and exact system settings to reproduce the problem. Dmitry Dulepov
10:23 Bug #19041: Backend Problem with Typo3 and mod_security
I have nearly 10 sites running with mod_security. Please, use mailing lists for troubleshooting. If you can say for s... Dmitry Dulepov
10:21 Bug #16099: Fatal error after uploading the Version 4.0
See notes in the bug reports. There are also numerous answers in the mailing lists for this question.
Closing the ...
Dmitry Dulepov
07:16 Bug #18955: Modifying a file link in IE6, the popup indicates an external url when used special chars like german umlauts
With current TYPO3core trunk, I was unable to reproduce this issue in IE6. Could you provide more specific informatio... Stanislas Rolland
06:49 Bug #18955: Modifying a file link in IE6, the popup indicates an external url when used special chars like german umlauts
If the url is an external url that contains special characters, this hack will break it. Stanislas Rolland
06:51 Bug #19231 (Closed): wrong handling of 'is_in' list in TCA element type 'input'
when using 'is_in' string if it ends with symbol 0 then it is not taken into account so 0's stripped off from field v... Vladimir Podkovanov
04:39 Feature #15736: In RTE htmlArea, unable to do an internal link with several parameters
Committed to trunk revision 4003. Stanislas Rolland
04:28 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Committed follow-up patch to trunk revision 4002. Stanislas Rolland
01:05 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
There is still an issue. The RTE wizard for full page view produces a JS error.
The attached patch will fix the R...
Stanislas Rolland
04:17 Bug #16803: Call to undefined function: mb_internal_encoding() in tx_rtehtmlarea_pi1
Follow-up patch adds u modifier to preg_* operations when the encoding is utf-8.
Also spell checker is removed whe...
Stanislas Rolland

2008-08-18

21:11 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
I recommitted patch v4 Dmitry Dulepov
18:51 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Wrong patch was committed. RTE now broken in FE.
Stanislas Rolland
21:08 Bug #19229: Fulltext help breaks docheader in filelist
Taking a deeper look at the pagetree I found out that if "full text help" is not set, then the pagetree and all other... Christian Kuhn
20:53 Bug #19229: Fulltext help breaks docheader in filelist
I will look to this and make a parch. Should be easy as it's simular to pagetree Steffen Kamper
17:33 Bug #19229 (Closed): Fulltext help breaks docheader in filelist
See screenshot.
How to reproduce:
- Set "User tools" -> "User settings" -> "Startup" -> "Show help text when appl...
Christian Kuhn
17:57 Bug #19209: Deprecated code into stdgraphic
Yes, the patch is enough. And it is now committed to 4.1, 4.2 and 4.3 Dmitry Dulepov
16:11 Bug #19209: Deprecated code into stdgraphic
Yes, recode was hard-coded and deprecated like you said. Since I'm not familiar with this fonction (recode). I didn't... Vincent MARIANI
16:05 Bug #19209: Deprecated code into stdgraphic
Btw, the option is deprecated from TYPO3 3.6 but the fix is very simple... Dmitry Dulepov
16:00 Bug #19209: Deprecated code into stdgraphic
Benny, the function is hard-coded in the TYPO3 code. Dmitry Dulepov
17:16 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
Please try the attached patch. After applying the patch, before testing, you need to delete all files in typo3temp/rt... Stanislas Rolland
17:02 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
Maybe a timing issue. Perhaps, the body of the document is not yet available. Stanislas Rolland
15:19 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
Dmitry, yes, the scripts are compressed with t3lib_div::minifyJS().
If this is browser-dependant, it would have to...
Stanislas Rolland
10:26 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
I actually had the problem with compressed scripts too. It happens in *some* browsers. I do not remember details :( B... Dmitry Dulepov
16:36 Bug #19228 (Closed): subpages of ab_linklist aren't indexed by tx_indexedsearch
I created a ab_linklist (V 1.9.5) with one category and over 150 links in it. Then i made a page with the ab_linklist... bughead
15:42 Bug #18607: links in table header not translated when created with rte
same issue in version 4.2.1
its a bug in class.tslib_content.php
function parseFunc($theValue, $conf, $ref='')
...
Jrg Leshel
15:33 Bug #18850: dbal 0.9.20 of typo 4.2 doesn´t work
The solution is wrong.... Dmitry Dulepov
15:30 Bug #19127: SERVER_RESPONSE_CLOSE in Page module when adding a new page.
Please, use mailing lists for troubleshooting. Bug tracker is for bugs! Dmitry Dulepov
15:20 Bug #19182: Wrong getData behaviour in "foo|bar" case
Why "same var"? GET[foo][bar] and POST[foo][bar1] isn't the same var. It can be if extension submit form and at the s... Myroslav Holyak
15:15 Bug #19182: Wrong getData behaviour in "foo|bar" case
No change to t3lib_div::_GP() because it impacts compatibility.
Use global:_REQUEST if you really have too. Or bet...
Dmitry Dulepov
15:19 Bug #17727: Site works only with www
The bug tracker is not a place to ask questions. Use mailing lists for troubleshooting. Dmitry Dulepov
15:16 Bug #19222: eval double gives warning if not all 0 after comma are entered
There is no patch... Patch should be in unified diff format. Dmitry Dulepov
15:11 Bug #19226: MySQL-Error in many Actions
Mario, these errors are either from extension or from your database host. Look:... Dmitry Dulepov
14:48 Bug #19227 (Closed): Page properties - element fields edit link doesent work
add some elements to the page template (tv) for example an plain input field and than go to the page module and add s... Maik Kuehn
13:03 Bug #19211: "Compare User Settings" "Update" Button is lost
THX Christian,
"bug" can be closed. This behaviour only cames up in IE, and was reported under id 0008795.
Matthias Kappenberg
11:43 Bug #17591: <base> tag produces text selection problems in IE6
Sorry, guys, we can't violate the spec because of a bug in the old browser.
Use can TS conditions to solve the pro...
Dmitry Dulepov
10:24 Bug #17591: <base> tag produces text selection problems in IE6
I had the same problem on IE6 with googlemaps, that couldn't be displayed anymore.
In fact, I had an error like that...
Loredana Zeca

2008-08-17

21:22 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
The RTE scripts are cached to typo3temp/rtehtmlarea, they are re-cached when the version of the RTE changes. Compress... Stanislas Rolland
20:18 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
Yeh, the permissions are 757. I cannot answer, upcoming week also. But at the end I'll write my observations... Maybe... Erik Bartos
07:15 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
Hi Erik,
Please let me know if permissions on directory typo3temp/rtehtmlarea are set to 0755.
Stanislas Rolland
20:20 Bug #19226: MySQL-Error in many Actions
Another Information of Tests:
after Update from Typo 4.2 to 4.2.1 I proofed the Consistency with the Database Anal...
Steinmeyer Mario
19:41 Bug #19226 (Closed): MySQL-Error in many Actions
I got many errors when I use the following features:
Record Statistic: Action Update!
Warning: mysql_fetch_assoc...
Steinmeyer Mario
06:22 Feature #15736: In RTE htmlArea, unable to do an internal link with several parameters
Third version regenerated against trunk revision 3983. Stanislas Rolland
06:05 Bug #19225: Redundant code in class.tx_rtehtmlarea_browse_links.php
Committed to SVN TYPO3core trunk revision 3983. Stanislas Rolland
05:47 Bug #19225 (Closed): Redundant code in class.tx_rtehtmlarea_browse_links.php
Restructure class.tx_rtehtmlarea_browse_links.php so as to reduce redundancy with its base class.
(issue imported...
Stanislas Rolland

2008-08-16

21:02 Bug #16803: Call to undefined function: mb_internal_encoding() in tx_rtehtmlarea_pi1
Committed to SVN TYPO3core trunk revision 3982. Stanislas Rolland
20:42 Bug #16803: Call to undefined function: mb_internal_encoding() in tx_rtehtmlarea_pi1
Attached patch removes dependency on mbstring. replaces mb_* operations with preg_*.
Stanislas Rolland
19:24 Feature #15736: In RTE htmlArea, unable to do an internal link with several parameters
In second version of the patch, if the query parameters do not start with &, it will be added. Stanislas Rolland
18:12 Feature #19191: Enable feature in element browser in rte like in normal one
Committed to SVN TYPO3core trunk revision 3981. Stanislas Rolland

2008-08-15

21:25 Bug #19224 (Closed): saveDocNew for all tables except the option is set to 0
The saveDocNew-Button (close and create new) is a very useful one for any mass entry.
Unfortunally this has to be se...
Steffen Kamper
20:53 Bug #19223 (Rejected): Redirect type does not redirect when HTTP referrer is an external site
This is essentially a copy of bug 6615, which has been marked as resolved because it's not related to RealURL.
Whe...
Kevin L
19:37 Bug #19182: Wrong getData behaviour in "foo|bar" case
Hey,
I see, GParrayMerged is deprecated. So for me the one and only solution would be to have not just TSFE and GP...
Benni Mack
13:06 Bug #19182: Wrong getData behaviour in "foo|bar" case
Changes in _GP function caused wrong work of typo3 backend and oteher extensinos (sr_fe_register at least). So only w... Myroslav Holyak
01:09 Bug #19182: Wrong getData behaviour in "foo|bar" case
Hey Petro,
can you create a patch for this and send it to the core list?
Thanks
Benni Mack
18:37 Bug #19222: eval double gives warning if not all 0 after comma are entered
You have double2 as eval. Please make more digits possible!
t3lib_tcemain:
case 'double2':
case 'double3':
ca...
Franz Holzinger
18:26 Bug #19222: eval double gives warning if not all 0 after comma are entered
Some bugfix:
if (strpos($TCA[$table]['columns'][$key]['config']['eval'],'double') !== FALSE && doubleval($value) =...
Franz Holzinger
18:24 Bug #19222 (Closed): eval double gives warning if not all 0 after comma are entered
When you enter a double value which has 6 digits after the comma in the database and you do not enter all zeros in th... Franz Holzinger
18:08 Bug #19221 (Closed): Custom tags get messed up in IE7
This sounds the same as http://bugs.typo3.org/view.php?id=5031 . However, I have this problem with TYPO3 4.2.1 (RTE i... Christian Lerrahn
17:51 Bug #19127: SERVER_RESPONSE_CLOSE in Page module when adding a new page.
http://lists.netfielders.de/pipermail/typo3-debian/2004-October/000952.html
This above thread suggests that mysql ...
Matthew
10:49 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
I hope this will not go back to the old-fashioned arrows, because there are problems as well!
With the old fashioned...
Lee Perry
10:32 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
I can confirm too that it is much more difficult to move something with the drag and drop feature and it should be ei... Xavier Perseguers
10:30 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Thank you lee! Unfortunately we cannot reconstruct this effect in our installation... :-( Christian Clemens
10:20 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
I think this shouldn't be a workaround - it's more a hint to solve the problem, but okay you can use it sometimes as ... Lee Perry
08:04 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Tried to move an element much of beneath the section list - but your workaround doesn't work for me. What browser do ... Christian Clemens
10:38 Bug #18850: dbal 0.9.20 of typo 4.2 doesn´t work
Nothing? I'll have to install TYPO3 with Oracle "soon" and this fears me :-/ Xavier Perseguers
10:37 Bug #19220 (Closed): felogin redirect to frontpage doesn't work
When redirecting to frontpage $redirect_url=''; and redirect doesn't work.
Line 346:
$redirect_url = $this->pi_...
Henrik Møller Rasmussen
10:34 Bug #17727: Site works only with www
To whoever can do this, I think this "bug" should be closed as it should have been posted to the newsgroup instead of... Xavier Perseguers
02:46 Bug #17581: Crop-Scaling the same image with different dimensions might produce wrong files
I am unable to reproduce this with an 800X600 image. Your given TS leads to two different files (and hashes) in curre... Christian Kuhn
02:06 Feature #18489: recursive pidInList for select in cObj CONTENT
Attached a new patch with minor modifications:
- Fixed a parse error due to a missing closing braket
- Fixed mino...
Christian Kuhn
01:10 Bug #19202: Framehandling problem with FF 3
Hey Tapio,
thanks for the hint, I noticed that one too! I have a patch flying around that fixes that issue and hop...
Benni Mack
01:06 Bug #19209: Deprecated code into stdgraphic
Hey Vincent,
well, pretty simple: if you choose "recode", you gotta make sure that this php extension is installed...
Benni Mack
01:04 Bug #19176: mailform requires email field name to be exactly "email" it should be case insensitive
Well, I'd like to have an option to set the name of the field either via TS or in the installer, what do you think?
...
Benni Mack
00:47 Feature #17850: Possibility to add inline JS to page
This has been commited by Benni at 2007-11-29 in revision 2782.
Please set to closed and resolved.
Christian Kuhn
00:39 Bug #17814: Implement option to use different Flexform Datastructures per type field value (e.g. CType)
This has been commited by Ingmar at 2007-11-24 with revision 2760.
Please set to resolved and closed.
Christian Kuhn

2008-08-14

19:22 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
same problem for me - but I realized that the other items are moving when I move the dragged item beneath, much of be... Lee Perry
19:11 Bug #19219: Wrong display of deleted owners and groups in web->access->permissions
-> The number of the user / group is a htmlspecialchared italic [number]!
Christian Kuhn
19:09 Bug #19219 (Closed): Wrong display of deleted owners and groups in web->access->permissions
See screenshot.
How to reproduce:
- Create a user or a group.
- Assign ownership of a page to the user / group i...
Christian Kuhn
18:17 Bug #19217: Feature: Mark extension as write protected
rev 3976 Dmitry Dulepov
13:27 Bug #19217: Feature: Mark extension as write protected
Nice one!!! Thanks Steffen... hope it's going to make it into 4.3
Jochen Rieger
16:45 Bug #19179: xhtml in the backend by default
Attached a new patch to fix issues mentioned by Ernesto, Oliver and Dmitry in core list:
- Align break; with code in...
Christian Kuhn
15:26 Feature #19118: ###USER### and ###NAME### in success_message and status_message
Added new patch with minor cleanups:
- Hunk #1 in ext_typoscript_setup.txt overlapped with patch from #9061 -> rem...
Christian Kuhn
11:33 Feature #19093: Flags for turkey and switzerland are missing
I have also added the flag for "Egypt" [eg.gif] Stephan Großberndt
11:32 Bug #19218 (Closed): "Unable to parse URL" error when changing what content is shown
When I change if certain content is rendered or not, I get this error:
Warning: parse_url(http://) [function.parse...
Chris Bischoff
08:11 Bug #18925: htmlArea RTE: control c and control x do not work in IE with TYPO3 4.2
More observations on this topic (Firefox3):
- CTRL+X/CTRL+V work without browser adjustments if cut//copy buttons ...
Ralf Hettinger
04:48 Bug #19154: Accessibility problem with smileys
Hi Masi,
Could you provide a set of emoticons with corresponding English text? The ones currently used in the RTE ...
Stanislas Rolland

2008-08-13

23:25 Bug #19217 (Closed): Feature: Mark extension as write protected
There are cases where you have to modify extensions. But as soon as someone updates the extension the modification is... Steffen Kamper
15:16 Bug #18759: Cannot use accentuate (éèàç) characters with Templavoila
TemplaVoila does not generate or process forms. The issue is related to core. Dmitry Dulepov
15:05 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
Make sure that permissions on directory typo3temp/rtehtmlarea are set to 0755. Stanislas Rolland
09:26 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
No, there are no files in typo3temp/rtehtmlarea, nor *compressed.js nor others (all where erased before I enabled com... Erik Bartos
13:37 Feature #19216: Enable stdWrap functionality for GIFBUILDER.XY
I just implemented this real simple and useful feature. Please have a look. Thanks! Marcus Kliche
13:29 Feature #19216 (Closed): Enable stdWrap functionality for GIFBUILDER.XY
I want to create images with GIFBUILDER which don't have a fixed width and height. The XY-property can handle only st... Marcus Kliche
09:29 Feature #19161: Make Position of Editpanel more variable
3974 Dmitry Dulepov
09:23 Bug #19214: New Option "index_metatags" is not available for crawler-hooks
Updated patch.
The condition isset($pObj->config['config']['index_metatags']) ... is always true, because there i...
Christian Trabold
07:04 Feature #15736: In RTE htmlArea, unable to do an internal link with several parameters
The attached patch (rtehtmlarea_feature_2714.patch) fixes the issue when applied to TYPO3core trunk.
A new field ...
Stanislas Rolland
05:33 Bug #19176: mailform requires email field name to be exactly "email" it should be case insensitive
A user could create a form with field named e-mail, E-mail, Email etc. Which field should take precedence?
-> Either...
Adrien Laurent
00:50 Bug #19098: backspace deletes wrong characters
With what version of TYPO3?
I can't reproduce this behaviour in FF3 using TYPO3 4.2.1.
Stanislas Rolland
00:44 Bug #19015: No Upload in RTEHTMLArea Browse_links.php
Cannot reproduce this issue with TYPO3 4.2 Stanislas Rolland
00:28 Bug #18830: TYPO3 4.2.0: RTE not available in FIREFOX 2.0.0.14
@Stefan: do still face the same issue?
Stanislas Rolland
00:20 Bug #18830: TYPO3 4.2.0: RTE not available in FIREFOX 2.0.0.14
@David: Your issue is not quite the same as the one reported on this one. Please open another issue. Your problem see... Stanislas Rolland
00:11 Bug #18925: htmlArea RTE: control c and control x do not work in IE with TYPO3 4.2
What setting do you have in Internet Options->Security->Parameters->Script->Allow programmatic access to the clipboard ? Stanislas Rolland

2008-08-12

23:55 Bug #15389: Pop-up window by "remove formatting" is too small (width).
@Oliver: I am still unable to reproduce this issue, even if I disallow window resizing. Do you have any FF2 extension... Stanislas Rolland
23:16 Bug #19115: Pasting text from MS Word brings a lot of garbage
Committed to SVN TYPO3core branches TYPO3_4-2 revision 3971 and trunk revision 3972. Stanislas Rolland
21:09 Bug #19115: Pasting text from MS Word brings a lot of garbage
Sorry. Posting a new version of the patch because I forgot about the link tag. The link tag will be handled the same ... Stanislas Rolland
20:35 Bug #19115: Pasting text from MS Word brings a lot of garbage
When pasting from word processors, FF3 is adding unwanted meta tags, and sometimes title and style tags.
The attache...
Stanislas Rolland
22:46 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
hmm... maybe the compressed scripts are not written at all? Try to enable compressed scripts, and then try to use the... Stanislas Rolland
22:36 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
I can confirm everytime I delete files in typo3temp/rtehtmlarea and clear cache of Typo3, then enable/disable compres... Erik Bartos
22:25 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
The compressed scripts do work in my instances of Opera 9.51 and Firefox 3. So it is not a matter of javascript. Sinc... Stanislas Rolland
21:36 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
Of course, all caches've been cleaned. I'm using Typo3 3-4 years, so I've know some tricks connected with Typo3 insta... Erik Bartos
21:17 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
@Erik: Did you clear the TYPO3 configuration cache, delete all files in typo3temp/rtehtmlarea and clear the browser c... Stanislas Rolland
20:44 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
I've done another attemp. On system Fedora 9 with more or less default settings (java, php, mysql, etc...) I've insta... Erik Bartos
15:45 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
No, I am unable to reproduce in Opera 9.51.
Please try to clear the TYPO3 configuration cache, delete all files in...
Stanislas Rolland
10:25 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
It does not appear in FF2.x !
Haven't tested it with FF3 yet.
Have you been working for some time with Opera, or...
Kurt Ludikovsky
17:46 Feature #19169: Integrate hook in page module to render preview of records with own CType
I just created a new version of the patch that changes the following:
* the hook is not only for individual CTypes a...
Oliver Hader
17:00 Bug #19215 (Closed): No scrollbar in constant editor for templates on local xampp
I'm using typo3 on my local machine within a xampp invironment with Apache 2.2.9, MySQL 5.0.51b, PHP 5.2.6.
I have ...
Buffer Undarun
16:15 Bug #19059: Check "zend.ze1_compatibility_mode" before installing
PLEASE fix that. Or write it into the ChangeLog (I've upgraded from an older version) or INSTALL.txt
I just wasted...
Jens Weibler
15:35 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Btw, the patch is in the core list. So if any monitoring guys want to see it in the next TYPO3 version, vote for it i... Dmitry Dulepov
15:18 Feature #19093: Flags for turkey and switzerland are missing
I have also added the flag for "Morocco" [ma.gif] Stephan Großberndt
15:12 Feature #19093: Flags for turkey and switzerland are missing
I have also added the flag for "Malta" [mt.gif] Stephan Großberndt
13:22 Bug #19214 (Closed): New Option "index_metatags" is not available for crawler-hooks
I encountered that the new option "index_metatags" ($this->conf['index_metatags']) is not available in my crawler hoo... Christian Trabold
12:46 Bug #19213 (Closed): Its not possible to save sys_templates bigger than 64KB
In the Setup field in the Backend it's not possible to save data bigger than 64KB, if you have more than 64KB, its c... Sven Juergens
11:22 Bug #18973: 4.2.1 does not work for many of my websites
The Database update (from the installation wizard) does not solve the problem.
One has to use the Database Analyzer ...
Matthias Huber
06:10 Feature #19212: htmlArea RTE EM setting for DAM becomes deprecated with DAM 1.1+
The check on the DAM version was totally wrong in the first patch.
Attaching a follow-up patch correcting the error....
Stanislas Rolland
04:59 Feature #19212: htmlArea RTE EM setting for DAM becomes deprecated with DAM 1.1+
Committed to SVN TYPO3core branches TYPO3_4-2 revision 3963 and trunk revision 3964. Stanislas Rolland
04:43 Feature #19212 (Closed): htmlArea RTE EM setting for DAM becomes deprecated with DAM 1.1+
The DAM EM setting for htmlArea RTE integration should be used instead.
(issue imported from #M9157)
Stanislas Rolland
00:58 Bug #19211: "Compare User Settings" "Update" Button is lost
look at the upper left corner in the pic i uploaded (answer.jpg)
i think this can be closed
Christian Brunner
00:08 Bug #19211 (Closed): "Compare User Settings" "Update" Button is lost
Lock in the Backend
Go to "Admin Tools" => "User Admin"
There is no "Update" Button :-?
The "savedok" icon on top ...
Matthias Kappenberg
00:19 Bug #19119: Change case in a filename from fileadmin don't take into account by rtehtmlarea with Firefox
Fixed in SVN TYPO3core branches TYPO3_4-2 (revision 3959) and
trunk (revision 3962).
Stanislas Rolland

2008-08-11

22:01 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Stanislas, thanks! :) I'll post it to core list now! Dmitry Dulepov
19:45 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Dmitry, here is a corrected patch tested in FE. Stanislas Rolland
19:08 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Here is the fix for $().
Thanks for testing!
Dmitry Dulepov
18:59 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
$("pleasewait' . $textAreaId . '").id = "pleasewait" + editornumber;
fails in FE.
Stanislas Rolland
18:07 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Here is a new patch. Can you test it? I do not have any test ext with RTE in FE. Dmitry Dulepov
17:41 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Yes, Dmitry, I am quite sure. I cannot test it right now because of the use of proptotype.js in your current patch. B... Stanislas Rolland
16:59 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Stanislas, are you sure pi2 needs changes? There is no such problem in FE, so we could keep the old [simple] code in ... Dmitry Dulepov
21:32 Bug #19210 (Closed): Safe-mode conflict between Typo3 4.2 and PHP 5.2.6
After the ISP updated to PHP 5.2.6, the Typo3 backend was no longer vailable. Instead of the login screen, a PHP erro... H. Hahn
20:45 Bug #19119: Change case in a filename from fileadmin don't take into account by rtehtmlarea with Firefox
The attached patch fixes the issue. Stanislas Rolland
20:13 Bug #19103: RTEhtmlarea not loading after upgrade to 4.2.1
I am unable to reproduce this issue in FF3 or Opera 9.51. Stanislas Rolland
18:41 Bug #18535: support html-tags in crop function of stdWrap
Re-posted the patch to the core list. Now it uses cropHTML property. Dmitry Dulepov
15:29 Bug #19209 (Closed): Deprecated code into stdgraphic
the class stdgraphic don't use the function chosen in Install Tool (between recode, iconv or mbstring), thus Typo3 cr... Vincent MARIANI
12:05 Feature #17881: Enable stdWrap for select.where
workaround: select.andWhere has stdWrap property Ralf Hettinger
01:19 Feature #17881: Enable stdWrap for select.where
Seems still not to be included in Typo3 Version 4.2.1
or is there a work around, how to solve the above example wi...
Ronald Steiner
00:20 Bug #18665: The child pages of Mount points (do not substitute mount point) are not linked correctly in menus
I uploaded the patch Masi seemed to forget to commit, when implementig the caching feature. Unfortunatly the problem ... Helmut Hummel

2008-08-10

23:33 Bug #18665: The child pages of Mount points (do not substitute mount point) are not linked correctly in menus
Well, this patch helps, but still does not do the complete job! I still miss the menu entry of the mount page itself ... Helmut Hummel
21:25 Feature #19208 (Closed): Additional Stylesheets in template.php
When writing a BE modul there is the possibility to add any JS-Files to doc header using
$this->doc->loadJavascriptL...
Steffen Kamper

2008-08-09

10:55 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Søren, don't know :( I made lots of tests and did not see such problem. Am not sure because 4.1, RTE can be different... Dmitry Dulepov
03:52 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
@Dmitry: Sorry, I meant do NOT use prototype.js.
You also need to apply your logic to the frontend version of the ...
Stanislas Rolland

2008-08-08

23:58 Bug #19206: Another double mount point issue
Related http://bugs.typo3.org/view.php?id=3972 Artem Matevosyan
23:54 Bug #19206 (Closed): Another double mount point issue
Double mounted pages do not see other (once and double) mounted pages on the same PID.
The tree:
index
+...
Artem Matevosyan
21:09 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
A brief comment;
One of my clients suddenly experienced the following error message "Warning Editor url is not set...
Søren Andersen
19:32 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Stanislas, "do use" or "do not use"? Dmitry Dulepov
18:35 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Works like a charm! Well spent 11 hours of life juice. ;)
Is it going into 4.2.2?
Dennis Geldmacher
17:58 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Søren, thanks! :)
Michael, mail sent! :)
Total it took nearly 11 hours to fix it. This a personal record for me...
Dmitry Dulepov
17:55 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
@Dmitry: The patch looks good to me from initial reading and testing. However, please do not use prototype.js constru... Stanislas Rolland
17:35 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
I can confirm as well that the patch works.
Thank you to Michael Cannon for sponsoring the bug, the 30€ I could of...
Søren Andersen
17:15 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Patch works on live. Thank you Dmitry. Do email at michael@cannonbose.com for arranging payment. Michael Cannon
17:10 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
I confirm that patch works on clients dev system. I'll try on live now. Michael Cannon
16:55 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
I forgot to say: the patch is not too clean. There is commented code and some things should be formatted better. But ... Dmitry Dulepov
16:50 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
The patch is attached... Dmitry Dulepov
16:32 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Dennis, it is not just a hint in the mailing list, it is also amount of sponsoring that makes a difference :D Dmitry Dulepov
16:26 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Dimitry, now i'm wiser. ;) But at the time of my first encounter with this issue i've just thought of 3 possibilities... Dennis Geldmacher
16:16 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Dennis, TV does not create, show or process forms. It is all done by TYPO3 core. So all sections and RTEs is TYPO3 co... Dmitry Dulepov
15:47 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
I don't feel confident enough to create the new HTML issue. Could another do it and then post the link and relate thi... Michael Cannon
15:45 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Yes ... there is one. http://bugs.typo3.org/view.php?id=8570
I've multi posted this issue in diffrent areas becaus...
Dennis Geldmacher
15:38 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Dimitry, Stanislas:
Is there a related RTE issue ticket that we can connect and discuss with RTE devs?
Michael Cannon
09:12 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Stanislas, actually, identifier will be different, that is already fixed. The problem now is the function named setSa... Dmitry Dulepov
20:54 Feature #19152: Remove JS popup when login expired
Hopefully the last version. Fixed some IE 6 and 7 issues and found it working well. Christoph Koehler
15:22 Feature #19169: Integrate hook in page module to render preview of records with own CType
yes, that's the one I mean Ingo Renner
14:44 Feature #19169: Integrate hook in page module to render preview of records with own CType
Maybe you refer to the hook for CEs of the CType "list" - there's a hook, that's right, but not for individual new CT... Oliver Hader
15:21 Bug #18667: Incorrect multiline headers in boundary parts (t3lib_htmlmail)
This was fixed in #18701 Oliver Hader
14:38 Bug #19198: TCA is not loaded completely when "dynamicConfigFile" is used.
Solution:
Change the function "loadTCA" in the file "\typo3\sysext\cms\tslib\class.tslib_fe.php", from:
-- cut -...
Peter Klein
14:11 Feature #19167: Add record row to recStatInfoHooks in tx_cms_layout
Committed to SVN Trunk (rev. 3951) Oliver Hader
13:13 Feature #15324: Clean-up in mailform code: more TypoScript flexibility
Hi...
I like get get this fixed... "dobble label for radio".
Any one, got a diff-file for 4.2.1 or has a "fre...
Morten Therkildsen
11:59 Bug #18465: simulateStatic does not support addQueryString in typolink
This is a problem with typolink & simulateStatic. simulateStatic does not handle addQueryString in typolink. Moving t... Dmitry Dulepov
10:46 Bug #18535: support html-tags in crop function of stdWrap
Well Jochen,
That's a nice discussion! Good work.
For posterity: http://lists.netfielders.de/pipermail/typo3-te...
Michiel Roos
10:20 Bug #18535: support html-tags in crop function of stdWrap
I posted an RFC on April 4th 2008 on typo3-team-core@lists.netfielders.de .
Jochen Rau
09:58 Bug #18535: support html-tags in crop function of stdWrap
Boris!
Please post this as a RFC to the core list!
Michiel Roos
10:35 Bug #18786: GraphicsMagick 1.2.x not compatible with Typo3
I also tested this on a local windows host with 1.2.5-Q16 and TYPO3 4.2.1 and could not reproduce the original bug.
...
Oliver Hader
00:13 Bug #18786: GraphicsMagick 1.2.x not compatible with Typo3
I've just tested the new GraphicsMagick 1.2.5
in the install tool of Typo3 4.1.7 and Typo3 4.2.1
No problems anym...
Schmid Valentin
08:58 Bug #19202 (Closed): Framehandling problem with FF 3
Hi
The Firefox 3.x problem with modules has not been fully solved.
goToModule function generates this kind of c...
Tapio Markula

2008-08-07

23:26 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Thank you for the thorough explanation. How do you recommend proceeding to the best solution? Michael Cannon
23:21 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Well, it would be easy to avoid the initial error. However, the error is just a symptom of a more difficult issue.
...
Stanislas Rolland
19:18 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Can there a be a fix of rtehtmlarea then?
Some clients are used to rtehtmlarea and have them configured specifical...
Michael Cannon
19:13 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
I have a patch to fix almost everything. The problem now is in the rtehtmlarea extension. It uses sequental numbers f... Dmitry Dulepov
19:06 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Sounds like some great progress here.
As a reminder, the 450 Euro bounty offer is for a working fix by Monday 10 ...
Michael Cannon
19:03 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
I was able to reproduce this issue (or these issues).
The first issue is that JS code is inserted for twice the nu...
Stanislas Rolland
18:11 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Oh ... OK.
Does this mean, that the only chance is to switch to another RTE like Tiny? Or are there plans to get e...
Dennis Geldmacher
18:11 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
Where does that put os solution-wise? Is it not possible to get it working like it should? Søren Andersen
17:57 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
The problem is only with TYPO3 code for HTMLArea. It has nothing to do with scriptaculous or htmlarea javascript code... Dmitry Dulepov
21:21 Bug #18888: Umlauts get displayed wrong in Web>Access module after updating rights
just posted to core list Tobias Liebig
18:44 Bug #19197: 3.6.0 RTE only works in IE6
TYPO3 3.6 ist not supported anymore Ingo Renner
16:41 Bug #15218: Basic Configuration uses different scheme to write im_path to localconf.php
Committed to SVN:
* TYPO3_4-2 (rev. 3948)
* Trunk (rev. 3949)
Oliver Hader
14:24 Bug #18667: Incorrect multiline headers in boundary parts (t3lib_htmlmail)
Seems to be fixed (";" are there) with the fix of #18701. Can be closed I think. Ralf Hettinger
11:53 Feature #18852: Speed up tslib_cObj->getTreeList by caching its results
committed to SVN trunk Ingo Renner
09:16 Feature #19118: ###USER### and ###NAME### in success_message and status_message
Thanks for the hint.
I even went further and replace all DisplayMessages with any field of fe_users, using stdWrap f...
Steffen Kamper
08:27 Feature #19201 (Closed): Page tree drag and drop mountpoint and shortcut function
It should be possible to create mountpoints and shortcuts by drag and droping a page onto another. The menu already e... Jonas Felix

2008-08-06

20:19 Bug #19200 (Closed): PHP 5.3 throws warning when updating localizations in EM
Warning: unpack() [function.unpack.html]: Type V: not enough input, need 4, have 0 in typo3/mod/tools/em/class.em_unz... Ingo Renner
20:18 Bug #19198: TCA is not loaded completely when "dynamicConfigFile" is used.
Forgot to mention how to test it.
1) Insert the TS in setup, then clear cache and view page in FE.
Notice that th...
Peter Klein
20:14 Bug #19198 (Closed): TCA is not loaded completely when "dynamicConfigFile" is used.
TCA is not loaded completely when "dynamicConfigFile" is used.
The Typoscript below illustrates the problem.
It ...
Peter Klein
20:16 Bug #19199 (Closed): PHP 5.3 throws warning when saving localization settings in EM
strcmp() expects parameter 2 to be string, array given in t3lib/class.t3lib_befunc.php on line 2799
* Go to EM
* Se...
Ingo Renner
20:13 Feature #19159: Recursive storage pid in TypoScript
attached patch allows recursive from TS Steffen Kamper
19:24 Bug #19197 (Closed): 3.6.0 RTE only works in IE6
Hey All
I'm new to this, so I apologize if I post this in the wrong place, but I hope someone can help me.
I'm ...
Andre Nilsen
17:29 Bug #18686: Updating to TYPO3 4.2 cuts off TypoScript templates after the first umlaut resulting in unusable code
Hallo
gibt es schon eine Lösung?
Gruß
Bernd
Bernd Gaspers
16:09 Bug #18690: Creating and editing of fields, forms, etc. in FCE's is impossible if there is a section inside
I've added the TemplaVoila Flexible Content Element Data Structure for the problem we're encountering. Michael Cannon
15:36 Bug #19196: Nested Tabs in FlexForms Sections are disfunctional
After investigation of the SAVE BUG:
The data from the database is transcripted into an array and results as an arra...
Cyrille
12:02 Bug #19196 (Closed): Nested Tabs in FlexForms Sections are disfunctional
When trying to put some tabs inside my flex form, I had trouble to first find a way to but then it appears to be bogu... Cyrille

2008-08-05

17:00 Bug #19195 (Closed): Indexed search saves characters in word table with different encoding than in content table
I added the line
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;';
to the localconf.php and all chars are n...
Sacha Vorbeck
14:39 Feature #19191: Enable feature in element browser in rte like in normal one
last patch includes RTE select_image as well Steffen Kamper
12:20 Bug #19158: Wrong alert text in Constant editor
Attached updated patch as per Masi's suggestions Dmitry Dulepov
12:03 Bug #18701: Problems with PHP mail function on Windows
Sorry, Michael. I already put lots of time into this patch. I am not willing to spend extra hour to separate space re... Dmitry Dulepov
10:17 Bug #19193: Charset problems if caching is not enabled (config.no_cache = 1)
I can confirm that. After disabling tidy in the install tool everything worked fine again! Markus Bischof
10:10 Bug #19193: Charset problems if caching is not enabled (config.no_cache = 1)
I think I've found the reason in tidy.
After disabling Tidy again with $TYPO3_CONF_VARS['FE']['tidy'] = '0'; all is ...
Andreas Dörler
09:27 Bug #19193: Charset problems if caching is not enabled (config.no_cache = 1)
Same here. I have a fresh installation with 4.2.1. Error occured at &amp;nbsp; in the HTML Source Markus Bischof
08:18 Bug #19193: Charset problems if caching is not enabled (config.no_cache = 1)
Category of this report should be: [- TYPO3 Core -] Andreas Dörler
04:28 Feature #19194: Move htmlArea RTE cut/copy/paste handling to own extension
Committed to SVN TYPO3core trunk (revision 3932). Stanislas Rolland
04:06 Feature #19194 (Closed): Move htmlArea RTE cut/copy/paste handling to own extension
The objectives are to simplify the main script of the RTE, increase modularity and enhance ease of maintenance.
(...
Stanislas Rolland
 

Also available in: Atom