Project

General

Profile

Activity

From 2009-09-26 to 2009-10-25

2009-10-25

22:45 Bug #21350: AJAX Login fails in Filelist
I can't reproduce, tried all that views, works always the same.
And i don't wonder: the script is triggered by bac...
Steffen Kamper
22:28 Bug #25625: Don't show rights check on Windows
doesn't work here, $GLOBALS['TYPO3_OS'] is "null"
its a constant,, no globals so check:
if (TYPO3_OS !== 'WIN')...
Steffen Kamper
16:28 Bug #25625: Don't show rights check on Windows
Could a Windows user please test the attached patch? The result should be that the rights check doesn't show up anymo... Francois Suter
21:22 Bug #21185: Setting default values for $BE_USER->uc doesn't work for multi-dimensional arrays
committed to trunk, rev 6172 Steffen Kamper
17:41 Bug #21185: Setting default values for $BE_USER->uc doesn't work for multi-dimensional arrays
committed to trunk, rev 6172
please close
Steffen Gebert
20:44 Bug #21087: If safe_mode is enabled, thumb generation fails for file with "&" in filename
Hi Oliver,
no we do not use DAM, just the normal fileadmin-upload.
We think it is a problem with the function es...
Denis Rathig
19:10 Bug #21357 (Closed): Thumbnail generation broken
With TYPO3 version 4.2.10 the generation of thumbnails does not work anymore. It doesn't matter if it is an update fr... Alexander Schwethelm
18:44 Bug #21356 (Closed): Misleading flash message when creation/deletion install tool file (mod setup)
When you (as administrator) delete or create the ENABLE_INSTALL_TOOL file using setup modul, two flashmessages appear... Marcus Krause
17:15 Bug #21351: Plugins may not be loaded for multiple RTEs
I noticed this same bug on Friday last week. I spent a good couple of hours trying to sort through it, and found the ... Zach Davis
15:24 Bug #21348: EXT:setup CSH mode setting gets lost
Committed to trunk, rev 6275 Steffen Kamper
15:18 Bug #21339: "Generate random key" button doesn't work
did you checked it in 4.2.10? Imho i fixed it there. Steffen Kamper
15:10 Bug #21354 (Closed): Little Flaws with MediaCE
The patch fixes some little flaws with MediaCE
1) defaultWith and defaultHeight wasn't read because of wrong array...
Steffen Kamper
13:50 Bug #21353 (Closed): Installer deletes ENABLE-file too early when system Timezone doesn't fit PHP timezone
We have a server that's running in GMT time zone (regarding the filesystem time), although we're GMT+2. I guess that'... Ralf Strobel
11:57 Feature #5098 (Closed): Add support for t3lib_extMgm::insertModuleFunction
At the moment, Extbase allows creation of backend module, just as old-school scbase modules were created. This works ... Xavier Perseguers
11:44 Task #5097 (Closed): Function menu cannot be handled as with scbase for BE modules
See thread "Conceptual problem with BE modules" in typo3.projects.typo3v4mvc for details.
I'm currently working on...
Xavier Perseguers
05:50 Bug #21346: Page tree will not be shown in the typo3 backend
Hi Oliver, we use the backend.php. Stefan Hug

2009-10-24

21:44 Bug #21346: Page tree will not be shown in the typo3 backend
Stefan, are you using the new BE (backend.php) or the old BE (alt_main.php)? Oliver Klee
14:56 Bug #21346: Page tree will not be shown in the typo3 backend
FYI. Ingmar Schlecht
14:37 Bug #21346: Page tree will not be shown in the typo3 backend
Hello Marco
Yes, that works perfect.
Stefan Hug
14:06 Bug #21346: Page tree will not be shown in the typo3 backend
In typo3_src-4.2.10/t3lib/class.t3lib_div.php Line 3878
Should look like
$whitelistPattern = '/^[a-zA-Z0-9_\/\.&=...
Marco Gilbert
14:59 Bug #19664: Poor memory management leads to crash when trying to configure large extensions (e.g. phpmyadmin 3.3.0)
Any progres on this area? Staffan Ericsson
14:27 Bug #19716: History/Undo not works on image elements
related to #M5132 #M5665 and #M12099 Ralf Hettinger
14:04 Bug #16795: htmlArea RTE: Problem when cutting pasting links within table cells or list items
Hi Staffan,
regarding example 2: I think I now understand the idea - you could then in frontend give such bogus li...
Ralf Hettinger
13:26 Bug #16795: htmlArea RTE: Problem when cutting pasting links within table cells or list items
If example 1 was rewritten to <a href=""><img /></a>?
Example 2 was not related to the BE but to the frontend repr...
Staffan Ericsson
12:59 Bug #16795: htmlArea RTE: Problem when cutting pasting links within table cells or list items
Hi Staffan,
currently my suggestion would filter both of your examples above.
Comment for example 1: I can see, t...
Ralf Hettinger
12:33 Bug #16795: htmlArea RTE: Problem when cutting pasting links within table cells or list items
@Ralf: Is the filter susch as <a href=""></a> is filtered out but not <a href=""><td></td></a>
And how does it wor...
Staffan Ericsson
12:25 Bug #16795: htmlArea RTE: Problem when cutting pasting links within table cells or list items
This turns out to be pretty inconvenient for editors.
Attached patch filters links without linktext on the way to ...
Ralf Hettinger
13:43 Bug #21344: Frontend editing (standard and advanced) is broken
Commited to trunk, rev. 6274 Ernesto Baschny
12:42 Bug #16217: Leading and trailing blanks can't be edited
Looking good to me. Thank you. Ralf Hettinger
11:28 Bug #21351: Plugins may not be loaded for multiple RTEs
Version 2 loads htmlarea's plugins for all RTE fields just after all of them were rendered by t3lib_TCEforms.
Avoids...
Ralf Hettinger
04:57 Bug #21351 (Closed): Plugins may not be loaded for multiple RTEs
htmlarea's plugins may not be loaded and thus not be available although configured for follow up RTEs, when more than... Ralf Hettinger
10:30 Bug #21352: Not able to save any content changes
And a good tip is to run the checks in the install tool. Staffan Ericsson
10:22 Bug #21352: Not able to save any content changes
hi!
this is no help forum but a bugtracker - it is for bugs only! For help please contact the mailinglists or a fo...
Georg Ringer
05:38 Bug #21352 (Closed): Not able to save any content changes
I moved my sites from 3.8 on Windows to 4.2.9 on ubuntu hardy heron 8.04
Issues
1.0 All sites are showing up bu...
Renga
05:31 Bug #20052: SQL error: 'Incorrect integer value: '' for column 'storage_pid' at row 1' (pages:NEW499d21cdec168)
I just went into class.t3lib_db.php and added the following line
mysql_query('SET SESSION sql_mode=\'\'', $this->lin...
Renga
04:14 Bug #20052: SQL error: 'Incorrect integer value: '' for column 'storage_pid' at row 1' (pages:NEW499d21cdec168)
I moved my sites from 3.8 on Windows to 4.2.9 on ubuntu hardy heron 8.04
http://www.rengucha.com/phpInfo.php will ...
Renga
01:20 Bug #21339: "Generate random key" button doesn't work
I checked this in IE 8 and in FF on another computer, and it doesn't work. JavaScript and cookies are enabled (BE is ... Tymoteusz Motylewski

2009-10-23

22:50 Bug #21350: AJAX Login fails in Filelist
AJAX relogin
Works in
Web->Versioning
Web->Page
Web->Functions
Web->TemplaVoila
Tools->Ext mgr
Doesn't wor...
Staffan Ericsson
20:49 Bug #21350 (Closed): AJAX Login fails in Filelist
Noticed that bug 10467 was resolved.
I noticed that the release of 4.3b2 solved the relogin bug when in pageview ...
Staffan Ericsson
22:18 Bug #21348: EXT:setup CSH mode setting gets lost
Bug is caused by a variable clash
foreach ($config['items'] as $key => $value) {
$html .= '<option value="' . $ke...
Steffen Gebert
19:55 Bug #21348: EXT:setup CSH mode setting gets lost
Introduced by rev 5991, fix for #21010: User Setup miss save of be_users fields and miss handling of default value Steffen Gebert
19:32 Bug #21348: EXT:setup CSH mode setting gets lost
Can you please check when (at which TYPO3 version) this behaviour was introduced? Thanks! Oliver Hader
19:03 Bug #21348 (Closed): EXT:setup CSH mode setting gets lost
Go to "user settings" and set "?Context Sensitive Help mode" to "Display help icon only". Save the configuration.
...
Steffen Gebert
21:28 Bug #21337: page.config.linkVars = L produces (xcross?) additional and suspected params
This is not a bug. Michael Stucki
19:36 Bug #21087: If safe_mode is enabled, thumb generation fails for file with "&" in filename
Hi Denis,
do you use DAM? If so, please try without it and report whether the problem still exists without DAM. Thanks!
Oliver Hader
16:50 Bug #21087: If safe_mode is enabled, thumb generation fails for file with "&" in filename
We face the same problem since update to 4.1.13 and 4.2.10 when uploading images to fileadmin via backend. Denis Rathig
19:30 Bug #20963: Child records cannot be deleted inline
Please test the patch carefully provided at issue #0012327 and give me some feedback. Thanks! Oliver Hader
15:27 Bug #20963: Child records cannot be deleted inline
The JavaScript frameworks are fine, but the characters used with JavaScript in the Core are not:
e.g. "]" and "[" ar...
Oliver Hader
19:10 Bug #21349 (Closed): DOM object identifiers use invalid characters
The DOM object identifier that are created for nested elements of Inline Releational Record Editing contains invalid ... Oliver Hader
19:08 Feature #16621: Non-admin access to templatesrecords?
Of course, this works! No need for a new feature.
Access setting can be easily changed, to give access at least us...
Steffen Gebert
12:02 Feature #16621: Non-admin access to templatesrecords?
Will not work - security risks are too great.
Please close
Staffan Ericsson
18:17 Bug #21346: Page tree will not be shown in the typo3 backend
We haven't any - in the directroy. And the problem is only in the newest Version 4.2.10. All other Version works corr... Stefan Hug
16:46 Bug #21346: Page tree will not be shown in the typo3 backend
I had this problem when the directory had a "-" in its name. When I removed the "-" the page tree appeared. Stefan Terborg
11:53 Bug #21346 (Closed): Page tree will not be shown in the typo3 backend
If you don't use a real domain like www.mydomain.ch/typo3 (example http://194.150.249.xxx/~mydomain/typo3 the page tr... Stefan Hug
15:19 Bug #21344: Frontend editing (standard and advanced) is broken
can add that the patch work and the problem is real Staffan Ericsson
11:18 Bug #21344 (Closed): Frontend editing (standard and advanced) is broken
Using feedit with beta2 leads to this error:
PHP Fatal error: Cannot access protected property t3lib_frontendedit...
Xavier Perseguers
14:39 Bug #21345: cHash is generated when no parameters are given
One cannot prevent all possible misconfigurations in typoscript. So your patch just blows up the core without gaining... Steffen Müller
14:38 Bug #21345: cHash is generated when no parameters are given
bug_12322.diff is the correct patch Michael Birchler
14:02 Bug #21345: cHash is generated when no parameters are given
Yes sure it's a bug in the example Typoscript the correct way would be to write it this way:
additionalParams = ...
Michael Birchler
12:55 Bug #21345: cHash is generated when no parameters are given
cHash calculation is fine, but your Typoscript example has the bug. You should check in TS if QUERY_STRING is empty. Steffen Müller
11:45 Bug #21345 (Closed): cHash is generated when no parameters are given
If somebody adds accidentally useCacheHash to typolink configuration the caching of Typo3 gets broken (only in combin... Michael Birchler
13:27 Bug #21347: tx_felogin Redirect Mode defined by Usergroup Record or User Record in TYPO3 4.3.0beta1 und beta2 doesn't work
Ups I am sorry. Seems to be the same issue than ticket 0012144 and 0011188. Should have looked up first... Thomas Hirt
12:24 Bug #21347 (Closed): tx_felogin Redirect Mode defined by Usergroup Record or User Record in TYPO3 4.3.0beta1 und beta2 doesn't work
I tried this out in 4 different TYPO3 installations with exactly the same settings:
1 time TYPO3 4.3.0beta1 --> Prob...
Thomas Hirt
12:00 Feature #15773: Option to show only stable, beta or alpha versions
Nice to see it assigned.
TYPO3 version number should maybe be changed?
Staffan Ericsson
11:08 Feature #21282 (Closed): Limit/maxitems for section elements like maxitems
As you can set a limit (maxitems) for content elements in a TemplaVoila DS, it would be nice to have such a limit for... Lee Perry
10:52 Bug #20785: Potential SQL injection in class.t3lib_tsfebeuserauth.php
reopened to change it to "public". Ernesto Baschny
09:45 Bug #20805: OpenID authentication broken when dl() is not available
Would checking the PHP.ini setting for enable_dl before calling dl() a solution? Steffen Gebert
09:12 Bug #21340: js error "result.login is undefined"
that changed nothing. still the same error. in IE and FF. Stephan Petzl
09:01 Bug #21342: Improve TCEforms Suggest
Sounds good ;-) Steffen Gebert

2009-10-22

23:00 Bug #21343: Database Analyser does't undestand comments in sql file
typo: "It affects 4.2 as well 4.2 branches" -> "It affects 4.2 as well 4.3 branches. " Vladimir Podkovanov
22:54 Bug #21343 (Closed): Database Analyser does't undestand comments in sql file
If .sql file in an extension use any comments (# or /* */ does't matter) it ruins Database Analyser / Compare mode fo... Vladimir Podkovanov
21:25 Bug #20052: SQL error: 'Incorrect integer value: '' for column 'storage_pid' at row 1' (pages:NEW499d21cdec168)
Feedback:
I downloaded and installed TYPO3 4.2.9 [typo3_src+dummy-4.2.9.zip] onto a local workstation already havi...
Andrew Murphy
20:53 Bug #21342 (Closed): Improve TCEforms Suggest
As described in 00011979, TCEforms suggest tends to be slow for larger sites. This mainly results from the search str... Andreas Wolf
20:44 Bug #20805: OpenID authentication broken when dl() is not available
The problem is that if the library is not yet loaded, PHP will try to load it. But if dynamic loading of libraries is... Andreas Wolf
20:22 Bug #21176: No upload in the new massuploader with Firefox
I just tried it using exactly this combination and it worked, of course.
There seem to be weird problems out there...
Steffen Gebert
19:41 Bug #21176: No upload in the new massuploader with Firefox
I have the same problem. Using Win7, Firefox 3.5.3, Flash 10.0
The upload fails in the flash uploader and works pe...
Staffan Ericsson
18:15 Bug #21339: "Generate random key" button doesn't work
I checked this with Firefox 3.5.3 in TYPO3 4.3.beta2 (= current trunk) and it works.
If it works in other browser,...
Chris topher
13:52 Bug #21339 (Closed): "Generate random key" button doesn't work
In Typo3 4.2.9 installation tool -> "Basic Configuration" there is a button "Generate random key" used to generate en... Tymoteusz Motylewski
18:14 Bug #21087: If safe_mode is enabled, thumb generation fails for file with "&" in filename
Seems like this was fixed in the latest security release (10/22/2009). anselm
17:31 Bug #21340: js error "result.login is undefined"
clear all cache and browser cache Steffen Kamper
15:30 Bug #21340 (Closed): js error "result.login is undefined"
when i log in into the backend of typo3 4.3 beta2 (firefox, console of firebug enabled) i get an JS error.
first t...
Stephan Petzl
16:49 Bug #21341 (Closed): IRRE: TCA Configuration "appearance->showAllLocalizationLink" dosn't work in in table "pages"
When you extend the table "pages" and "pages_language_overlay" with a field from type "inline" then the TCA Configura... Devid Messner
14:30 Bug #20430: Test failure and SQL error in the Cache unit tests
This now worksforme - I don't get this failure anymore. Oliver Klee
14:13 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
Commited follow-up by Oli Hader (thanks) to:
trunk (rev.6262)
TYPO3_4-2 (rev.6263)
TYPO3_4-1 (rev.6264)
Ernesto Baschny
13:45 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
+1 by reading the follow-ups Helmut Hummel
13:38 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
+1 by reading the follow-ups Oliver Hader
13:02 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
I'll take care of the follow-up. Oliver Klee
12:59 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
in thumbs.php there is also a wrapFileName function, which does exactly the same the old one did. It hast to be repla... Helmut Hummel
12:24 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
Commited to:
trunk (rev.6258 = beta2)
TYPO3_4-2 (rev.6259 = 4.2.10)
TYPO3_4-1 (rev.6260 = 4.1.13)
Ernesto Baschny
12:16 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
+1 by reading and testing in 4.3-Trunk
Besides that I tested the following:
touch('File with spaces.txt'); -> wor...
Oliver Hader
11:49 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
comments.diff improves the comments on t3lib_div::fixPermissions (no code changes, just comments). Oliver Klee
11:45 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
+1 on reading. I'll create an additional patch in a minute that improves the documentation for the fixPermissions fun... Oliver Klee
11:32 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
See trunk-v2 for a proposed solution. Ernesto Baschny
10:41 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
Yes, it works on the filename as it is (on the file system). If we escape it, it won't work anymore:
$file = 'this...
Ernesto Baschny
10:04 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
but will fixPermissions() (or better chmod() and chgrp()) work on files with unexcaped spaces? Rupert Germann
14:09 Bug #21337: page.config.linkVars = L produces (xcross?) additional and suspected params
understand, used
config.linkVars=L(0,1) to suppress undesired values added from bot...
thank you very much.
Alex Tuveri
12:56 Bug #21337: page.config.linkVars = L produces (xcross?) additional and suspected params
this is just a bot who adds extra vars to everything it can find.
again: please look at the link of ralf! use conf...
Georg Ringer
12:54 Bug #21337: page.config.linkVars = L produces (xcross?) additional and suspected params
Hmmmm thank you for your note, but I have several suspect.
You sau that this is a normal behaviour, but it is not cl...
Alex Tuveri
12:35 Bug #21337: page.config.linkVars = L produces (xcross?) additional and suspected params
this is no bug but a normal behaviour. if you only want to allow integers, you need to specify that!
this is no b...
Georg Ringer
12:32 Bug #21337: page.config.linkVars = L produces (xcross?) additional and suspected params
If you dont use linkVars, you should disable this config settings.
If you use linkVars, it is highly recommended to ...
Ralf Hettinger
11:59 Bug #21337 (Closed): page.config.linkVars = L produces (xcross?) additional and suspected params
Hi folks,
forgive me but I can't know If I'm right posting here. Infact this problems should be associated to ttnews...
Alex Tuveri
13:40 Bug #21338 (Closed): Menu in alt_main does not react to clicks
Steps to reproduce:
1. Log in to the BE.
2. enter ..../typo3/alt_main.php in the URL bar
3. click on Web > Page ...
Oliver Klee
11:30 Bug #21336: Encryption key can be recalculated when using normal mailform when [FE][strictFormmail] == 0
Commited to:
trunk (rev.6255 = beta2)
TYPO3_4-2 (rev.6256 = 4.2.10)
TYPO3_4-1 (rev.6257 = 4.1.11)
Ernesto Baschny
11:11 Bug #21336 (Closed): Encryption key can be recalculated when using normal mailform when [FE][strictFormmail] == 0
These settings required for being exploitable:
['TYPO3_CONF_VARS']['FE']['secureFormmail'] == 0
['TYPO3_CONF_VARS']...
Ernesto Baschny
11:05 Bug #21335: Knowing the md5 hash of the password, it is possible to gain access to the install tool
Commited to:
trunk (rev.6252 = beta2)
TYPO3_4-2 (rev.6253 = 4.2.10)
TYPO3_4-1 (rev.6254 = 4.1.11)
Ernesto Baschny
10:49 Bug #21335 (Closed): Knowing the md5 hash of the password, it is possible to gain access to the install tool
Solution is to use PHP sessions instead and make these "secure".
Reported by: Bernhard Kraft
Security Team OTRS r...
Ernesto Baschny
10:47 Bug #20059: XSS vulnerability in sysext install
Commited to:
trunk (rev.6249 = beta2)
TYPO3_4-2 (rev.6250 = 4.2.10)
TYPO3_4-1 (rev.6251 = 4.1.11)
Ernesto Baschny
09:23 Bug #20059: XSS vulnerability in sysext install
The patch -v3 (in #21319) broke the 123 installer, as there is a step called "go" (which is not an integer).
Atta...
Ernesto Baschny
00:04 Bug #20059: XSS vulnerability in sysext install
+1 by reading 12293_v2.diff Michael Stucki
10:37 Bug #21333: Sysext:lowlevel (function "DB>Full search") susceptible to XSS
Commited to:
TYPO3_4-2 (rev.6247 = 4.2.10)
TYPO3_4-1 (rev.6248 = 4.1.11)
Note that trunk (4.3) is not affected.
Ernesto Baschny
10:34 Bug #21333 (Closed): Sysext:lowlevel (function "DB>Full search") susceptible to XSS
Sysext:lowlevel provides, amongst others, a function called "Full Search" that allows to query the database directly.... Ernesto Baschny
10:36 Bug #20800: Deletion of an extension leads to a mysql error for special cases
resolved with 12299 Steffen Kamper
09:57 Bug #20800: Deletion of an extension leads to a mysql error for special cases
just uploaded my test-extension.
i did:
1. import that extension
2. I did _not_ install that extension
3. sel...
Martin Holtz
09:54 Bug #20800: Deletion of an extension leads to a mysql error for special cases
Hi Marcus,
i tried to reproduce that, but i was not able to.
I tested without applying patch 12299_v4 so i get ...
Martin Holtz
10:33 Bug #21332: XSS in alt_palette
Commited to:
trunk (rev.6244 = beta2)
TYPO3_4-2 (rev.6245 = 4.2.10)
TYPO3_4-1 (rev.6246 = 4.1.11)
Ernesto Baschny
10:28 Bug #21332 (Closed): XSS in alt_palette
BE authentication required to exploit the vulnerability
TYPO3 Security Team OTRS reference: #2009061610000068
(iss...
Ernesto Baschny
10:28 Bug #21331: XSS in module dispatcher
Commited to:
trunk (rev.6241 = beta2)
TYPO3_4-2 (rev.6242 = 4.2.10)
TYPO3_4-1 (rev.6243 = 4.1.11)
Ernesto Baschny
10:21 Bug #21331 (Closed): XSS in module dispatcher
BE authentication required to exploit the vulnerability
TYPO3 Security Team OTRS reference: #2009061610000068
(iss...
Ernesto Baschny
10:19 Bug #21330: tfID GET variable used in view_help.php is not sanitized and therefore susceptible to XSS
Commited to:
trunk (rev.6238 = beta2)
TYPO3_4-2 (rev.6239 = 4.2.10)
TYPO3_4-1 (rev.6240 = 4.1.11)
Ernesto Baschny
10:15 Bug #21330 (Closed): tfID GET variable used in view_help.php is not sanitized and therefore susceptible to XSS
Sanitize tfID before using it.
Reporter: Jelmer de Hen
Security Team OTRS reference: 2009060310000056
(issue im...
Ernesto Baschny
10:14 Bug #21329: XSS in alt_mod_frameset
Commited to:
trunk (rev.6235 = beta2)
TYPO3_4-2 (rev.6236 = 4.2.10)
TYPO3_4-1 (rev.6237 = 4.1.11)
Ernesto Baschny
10:08 Bug #21329 (Closed): XSS in alt_mod_frameset
BE authentication required to exploit the vulnerability
TYPO3 Security Team OTRS reference: #2009061610000068
(...
Ernesto Baschny
10:06 Bug #21328: XSS vulnerability due to not proper sanitizing in function t3lib_div::quoteJSvalue
Commited to:
trunk (rev.6232 = beta2)
TYPO3_4-2 (rev.6233 = 4.2.10)
TYPO3_4-1 (rev.6234 = 4.1.11)
Ernesto Baschny
09:56 Bug #21328 (Closed): XSS vulnerability due to not proper sanitizing in function t3lib_div::quoteJSvalue
Reported by Andreas Schnapp.
Added missing escaping of the first parameter. Better description (and name) of the u...
Ernesto Baschny
09:49 Bug #20785: Potential SQL injection in class.t3lib_tsfebeuserauth.php
Commited to
trunk (rev.6229 = beta2)
TYPO3 4.2 (rev. 6230 = 4.2.10)
TYPO3 4.1 (rev. 6231 = 4.1.11)
Ernesto Baschny
09:41 Bug #20846: Synchronize RemoveXSS.php in 4.2 and 4.3
Commited to TYPO3_4-2, rev.6228 Ernesto Baschny
02:14 Bug #21214: Pagetitle not shown
Ok - found the problem. On my installation, the (popular) date2cal extension leads to prototype.js being included twi... Zach Davis
02:06 Bug #21214: Pagetitle not shown
I can confirm that this is happening for me as well with the beta1 and fresh source from trunk. Firebug reports a jav... Zach Davis
01:05 Bug #21184: Enable resizable textareas by default
committed to trunk, rev 6227, changing default heigth from 600 to 300 Steffen Kamper
01:00 Bug #21324: EM tries to read from tables of not installed extensions
committed v4 to trunk, rev 6226 Steffen Kamper
00:30 Feature #15575: Include date selection widget into the TYPO3 Core
Resolved as duplicate of #20829
This is now realized with ExtJS and will be included in TYPO3 4.3
Christian Kuhn
00:27 Bug #20486: MySQL errors and unable to create a page
Resolved as duplicate of #20052 Christian Kuhn
00:24 Bug #21245: Improve "Login not possible" message, if login fails although username and password were correct
Resolved with fixed in 4.2.9 as requested by reporter. Christian Kuhn
00:22 Bug #21212: Unable to create a page
Resolved as duplicate of #20052 Christian Kuhn
00:13 Bug #21277: Danger for misusing forgot password function for spamming mailboxes
Resolved as duplicate of #11765 Christian Kuhn

2009-10-21

23:59 Bug #21291: No thumb generated in BE interface
Resolved, unable to reproduce.
As Georg already mentioned please use the tests in the install tool to check your i...
Christian Kuhn
23:59 Bug #21327: User with restricted languages is not able to translate a record
The change that showed this flaw was a change in t3lib_TCEmain::getExcludeListArray().
Before that change while/each...
Oliver Hader
20:53 Bug #21327 (Closed): User with restricted languages is not able to translate a record
In this case the record is created with sys_language_uid = 0, no form is displayed
1) create a page with 2 transla...
Steffen Kamper
23:53 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
The function wrapFileName() is also used in these situations:
t3lib_div::fixPermissions($this->wrapFileName($o...
Ernesto Baschny
10:41 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
+1 by reading (no need to test, easy enough) Helmut Hummel
23:42 Bug #16847: Deleting localized content elements fails
Resolved as duplicate of #14408 Christian Kuhn
14:56 Bug #16847: Deleting localized content elements fails
that a duplicate of #14408 which was fixed and comitted yesterday - maybe someone could close it thx Tolleiv Nietsch
23:41 Bug #21236: Add API functions for cleaning and flushing output buffers
FYI: committed to trunk rev 6225 Rupert Germann
23:28 Bug #20785: Potential SQL injection in class.t3lib_tsfebeuserauth.php
+1 on reading the following patches:
11586.diff
11586_41.diff
11586_42.diff
Michael Stucki
23:15 Bug #21151: Add COMPARE Link to update Wizard
committed v4 to trunk, rev 6224 Steffen Kamper
22:34 Bug #21324: EM tries to read from tables of not installed extensions
i just added another patch (i renamed it to _v3 - its the same as i posted to the corelist as _v2)
that patch give...
Martin Holtz
21:15 Bug #21324: EM tries to read from tables of not installed extensions
wondered why i cannot reproduce that - setting [SYS][sqlDebug] = 1 helps:) Martin Holtz
21:01 Bug #21324: EM tries to read from tables of not installed extensions
uploaded test extension, which just does nothing else than providing a table Martin Holtz
19:08 Bug #21324: EM tries to read from tables of not installed extensions
might be related to #20800 Marcus Krause
15:52 Bug #21324 (Closed): EM tries to read from tables of not installed extensions
If you click on an extension that isn't installed and go to the backup/delete view, EM tries to read th table data, w... Steffen Kamper
19:55 Bug #21326 (Closed): CE Media does not work with certain file names
If there is a '&' in the filename, at least audio files (the only ones I tested) the flash player cannot play the fil... Georg Ringer
16:21 Bug #21325: Output compression breaks prompt for keyboard input in CLI scripts
FYI: the attached patches were committed to
4_2 branch rev 6219
4_1 branch rev 6220
Rupert Germann
15:54 Bug #21325 (Closed): Output compression breaks prompt for keyboard input in CLI scripts
Problem:
When running the lowlevel_cleaner script with --AUTOFIX or -i options, validation is requested from the use...
Rupert Germann
16:03 Bug #21216: Empty line in general header comment
committed to trunk, rev 6218 Steffen Kamper
13:55 Bug #21216: Empty line in general header comment
was not committed ;) Steffen Kamper
14:53 Bug #19461: translation do not follow parent when cut'n'paste
Resolved as dupe of #14408 Christian Kuhn
14:16 Bug #19461: translation do not follow parent when cut'n'paste
that's a duplicate of #14408 which was fixed yesterday - maybe someone could close it? Tolleiv Nietsch
14:21 Bug #20846: Synchronize RemoveXSS.php in 4.2 and 4.3
Ok Steffen, thanks! I will review this and we will commit this right before release of 4.2.10 (meaning tomorrow morni... Ernesto Baschny
13:08 Bug #20846: Synchronize RemoveXSS.php in 4.2 and 4.3
it's committed yesterday to trunk (unit tests). This patch is for 4_2 and should go to 4.2.10 so we have the same fil... Steffen Kamper
11:39 Bug #20846: Synchronize RemoveXSS.php in 4.2 and 4.3
Steffen, thanks a lot for the work. I haven't reviewed it but I assume it is already ok. Have you commited it? "Some ... Ernesto Baschny
13:55 Bug #21307: List view don't show if there are more records than displayed
committed to trunk, rev 6187 Steffen Kamper
13:47 Bug #21311: Error Message while creating empty Folders
FYI: committed to trunk rev 6215
and 4_2 branch rev 6216
Rupert Germann
02:59 Bug #21311: Error Message while creating empty Folders
Hey Daniel,
your patch looks reasonable, I just attached a new version in proper diff format (unified diff from tr...
Christian Kuhn
13:12 Bug #20835: RemoveXSS corrupts HTML
look to the unit tests i committed yesterday to trunk, you'll find a lot of possible xss attacks using the style attr... Steffen Kamper
12:25 Bug #20831: typoLink() sometime wrongly drops url
FYI: committed to trunk rev 6211 Rupert Germann
12:04 Bug #21286: t3skin: Headers are smaller than the text
committed to trunk, rev 6212 Steffen Kamper
10:54 Bug #21071: Install Tool button in User Settings does not reflect current state
resolved with #21223 Steffen Kamper
10:53 Bug #21223: User Setup don't check file time of ENABLE_INSTALL_TOOL
committed to trunk, rev 6209 Steffen Kamper
10:49 Bug #21308: Debug parsetime equals 0
The parsetime is only added as a comment after the </html> if $TYPO3_CONF_VARS['FE']['debug'] = '1'; is set. So we do... Christian Kuhn
10:31 Bug #21308: Debug parsetime equals 0
I think it would be okay to only enable the timetracker,
if you're logged in to the backend and have admin-rights.
...
Thomas Deinhamer
03:22 Bug #21308: Debug parsetime equals 0
Yes, it's related to the timetrack object, which is a null object if no BE user is logged in.
We could easily fix ...
Christian Kuhn
10:18 Bug #21323 (Closed): t3lib_cs::cropMbstring has problems with negative length
function cropMbstring($charset, $string, $len, $crop = '')
as always, $len can also be negative and is correctly ...
Steffen Gebert
09:39 Bug #21306: Steps disregarded in t3lib_clock
committed to trunk, rev 6204 and 4_2, rev 6205 Steffen Kamper
03:05 Bug #21314: Add unit tests for RemoveXSS
Patch was committed to trunk by Steffen in rev. 6183. Christian Kuhn
01:54 Bug #20947: t3lib_db does not meet CGLs
* Committed to trunk rev. 6203 Christian Kuhn
00:00 Bug #20059: XSS vulnerability in sysext install
Uploaded a new patch that incorporates the fixes from Marcus Helmut Hummel

2009-10-20

23:33 Bug #21168: Improve the error and exception handling
FYI: committed to trunk rev 6200 Rupert Germann
23:07 Bug #21321 (Closed): Cleaning config_default, exclude values from being listed in install tool, all configuration
I did some CGL cleanup.
Added Boolean / Integer ( String (textarea) if missing.
Also there are some values that s...
Steffen Kamper
22:33 Bug #21304: List module and Clickmenu should not enable to create inconsistant record-relations
FYI: committed to trunk rev 6197 Rupert Germann
22:25 Bug #21307: List view don't show if there are more records than displayed
Steffen, you committed this one to trunk in rev 6187.
Issue #21216 is still NOT in trunk! :-)
Chris topher
22:25 Bug #21301: List module renders wrong data in localization view when record-overlay was moved in WS
FYI: committed to trunk rev 6196 Rupert Germann
22:22 Bug #21214: Pagetitle not shown
maybe this one is helping: http://www.nabble.com/-SOLVED--Re%3A--funny-problems-with-T4.2-p18072272.html
in my cas...
twenty-three
14:04 Bug #21214: Pagetitle not shown
same thing happening for me (german backend).
neither page titles nor content element headers are filled in the fo...
twenty-three
22:11 Bug #19014: Copying Content Elements does not copy Language Overlays
FYI: committed to trunk rev 6195 Rupert Germann
21:56 Bug #15452: When moving records the translation do not move with it
FYI: committed to trunk rev 6193 Rupert Germann
21:55 Bug #25621: Creation of late task
Committed to trunk in revision 6194. Francois Suter
21:55 Feature #21169: add fullQuoteStr to stdWrap
just uploaded enhanced patch from Bastian Waidelich
patch works:)
Martin Holtz
21:39 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
FYI: commited to trunk rev 6192 Rupert Germann
21:25 Bug #20785: Potential SQL injection in class.t3lib_tsfebeuserauth.php
+1 (did not look at the testcases though)
Helmut Hummel
21:21 Bug #21234: Add some flashmessages to EM (part 3)
Committed attached v4 to trunk in revision 6191. Francois Suter
20:07 Bug #19667: t3x export reports SQL errors with uninstalled extensions
Hello Oliver,
I do not remember, how I came into this. I have selected 'ALL tables'. There has been a local extensio...
Franz Holzinger
19:44 Bug #20802: t3lib_transl8tools::translationInfo() should return also CType of the element
Committed to SVN Trunk (rev. 6190) Oliver Hader
19:29 Feature #17299: Enable/integrate conditions in Page TSconfig
Committed to SVN Trunk (rev. 6188)
Committed tests to SVN Trunk (rev. 6189)
Oliver Hader
18:11 Bug #21216: Empty line in general header comment
committed to trunk, rev 6187 Steffen Kamper
16:44 Bug #21317 (Closed): Feature request: Multiple temporary mounts
The ability to temporarily mount sections of the page tree from the context menu is a great feature, but it could be ... tyler kraft
16:37 Bug #21292: Strange phenomena: Images having particular dimensions disappeared
The install tool works properly. GD and Image Magick were detected Razakanirina
16:36 Bug #21311: Error Message while creating empty Folders
Hi Daniel,
thanks for your bug-fix!
To get the fix included in the next versions of TYPO3, please send it to th...
Chris topher
14:42 Bug #21311: Error Message while creating empty Folders
Fixed with the uploaded diff file in t3lib/class.t3lib_extfilefunc.php. Usage patch class.t3lib_extfilefunc.php 00122... Daniel Schmitzer
08:55 Bug #21311 (Closed): Error Message while creating empty Folders
If you try to create Folder with empty name, you get a error that the folder already exists. This should be catched, ... Daniel Schmitzer
15:58 Feature #20778: Colorpicker has no usable icon
Added demo-plugin 'T3X_demo_colorpicker-0_0_0.t3x'.
This adds a field BgColor to the pages-table.
Stefan Geith
15:38 Bug #21316 (Closed): Superadmin.php: Changing the password of the admin gives empty result and Warning: mysql_real_escape_string()
This is a bug for superadmin.php.
In "Admin logins" menu, in bottom page: Change TBE Admin Passwords
Is not pos...
Yannick Pavard
15:24 Bug #20038: AJAX relogin does not work
committed v5 to trunk, rev 6185 Steffen Kamper
15:22 Bug #21315 (Closed): Automatic admin login for superadmin.php script
There is a problem with superadmin.php script.
With this code :
<form method="post" target="EXTERnalWindow" act...
Yannick Pavard
14:46 Bug #20846: Synchronize RemoveXSS.php in 4.2 and 4.3
added some unit tests in #21314 - will commit it to trunk in some minutes Steffen Kamper
10:47 Bug #20846: Synchronize RemoveXSS.php in 4.2 and 4.3
I also installed a testscript here:
http://www.sk-typo3.de/RemoveXSS.376.0.html
Steffen Kamper
09:50 Bug #20846: Synchronize RemoveXSS.php in 4.2 and 4.3
Ernesto, i will start with unit tests in trunk.
I did a page where i compared the "new" file (this) against the ol...
Steffen Kamper
08:34 Bug #20846: Synchronize RemoveXSS.php in 4.2 and 4.3
Steffen, will do.
First note is that I would love to see some unit tests for the most common XSS cases that are be...
Ernesto Baschny
01:41 Bug #20846: Synchronize RemoveXSS.php in 4.2 and 4.3
The uploaded patch is the version used in trunk. So we have the same security for RemoveXSS in both versions (4.2 and... Steffen Kamper
14:43 Bug #21314 (Closed): Add unit tests for RemoveXSS
initial tests with 32 expressions
(issue imported from #M12286)
Steffen Kamper
12:51 Bug #19601: t3lib_div::trimExplode limit parameter leads to wrong result with non-empty requirement
Committed the follow-up patch to SVN Trunk (rev. 6180) Oliver Hader
11:32 Bug #19601: t3lib_div::trimExplode limit parameter leads to wrong result with non-empty requirement
Using the RegExp "t3lib_div::trimExplode\([^)]+,\s*[2-9]\s*\)" to find parts where this is used in the core I got the... Oliver Hader
11:18 Bug #21310: Empty condition doesn't work after #19515
Unable to reproduce. The test cases have been committed to SVN Trunk as follow-up to #21206 Oliver Hader
10:56 Bug #21310: Empty condition doesn't work after #19515
I attached a test case for the mentioned TypoScript condition. Oliver Hader
10:49 Bug #21310: Empty condition doesn't work after #19515
Hm, I could not reproduce this behaviour in 4.3-beta1 with
* someUrl
* someUrl?L=
The condition matched sucessfu...
Oliver Hader
10:35 Bug #21309: Move t3lib_matchCondition::whichDevice() to t3lib_utility_Client::getDeviceType()
Committed to SVN Trunk (rev. 6178) Oliver Hader
09:23 Bug #21299: Can't restore a deleted page in draft workspace
undeleteRecord doesn't restore the t3ver_wsid and undelete the workspace version. Robert Heel
09:06 Bug #19779: t3lib_div must not die if a locallang file is not found
FYI: committed to trunk rev 6176 Rupert Germann
08:56 Bug #21241: The filetree does not show whether a folder is write protected
FYI: committed to trunk rev 6175 Rupert Germann
01:23 Bug #21275: [Media CE] using a flash video file doesn't work
committed to trunk, rev 6173 Steffen Kamper

2009-10-19

23:42 Bug #21310 (Closed): Empty condition doesn't work after #19515
This stopped working after #19515:
[globalVar = GP:L = ]
#do something
[end]
possible Solution:
http://codep...
Steffen Kamper
23:18 Bug #19601: t3lib_div::trimExplode limit parameter leads to wrong result with non-empty requirement
Added a follow-up patch, that come back to the behaviour of the original explode() function in PHP:
Example:
<p...
Oliver Hader
23:04 Bug #19601: t3lib_div::trimExplode limit parameter leads to wrong result with non-empty requirement
Reopened... the behaviour will be reworked... Oliver Hader
23:01 Feature #17299: Enable/integrate conditions in Page TSconfig
v16 requires
* integration of follow-up for #19601
* integration of refactoring #19601
Oliver Hader
22:47 Bug #21308: Debug parsetime equals 0
I guess this is related to the modified TimeTracker (TT) object which is not initialized anymore when logged into the... Oliver Hader
21:47 Bug #21308 (Closed): Debug parsetime equals 0
If not logged in in the backend, the parsetime
is shown as 0 in the HTML source code.
HTML Source: <!-- Parse...
Thomas Deinhamer
22:19 Bug #21309 (Closed): Move t3lib_matchCondition::whichDevice() to t3lib_utility_Client::getDeviceType()
The method t3lib_matchCondition::browserInfo() was moved to t3lib_utility_Client::getBrowserInfo() in RFC #20784. For... Oliver Hader
17:18 Bug #20805: OpenID authentication broken when dl() is not available
hi,
I have problems to reproduce this issue, and I'm not shure if this is an error at all.
the openID authservice...
Rupert Germann
16:34 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
attached patch is required by #15452 and #15452 - togehter they resolve copy, move and delete of records with l10n-ov... Tolleiv Nietsch
16:33 Bug #15452: When moving records the translation do not move with it
attached patch 0002314_v3.patch depends on changes from #14408- besides no other changes needed... Tolleiv Nietsch
16:32 Bug #19014: Copying Content Elements does not copy Language Overlays
attached patch depends on changes from #14408 Tolleiv Nietsch
16:01 Bug #21307 (Closed): List view don't show if there are more records than displayed
Since we have the page browser, the nav icons in MultiTableView has been removed. Editors are used to click on them ... Steffen Kamper
16:00 Bug #21306 (Closed): Steps disregarded in t3lib_clock
If steps are passed as a parameter, its disregarded, and default 200 is used instead.
(issue imported from #M12272)
Dan Osipov
14:14 Bug #18781: field tablename in sys_refindex too short
committed #0011694 to trunk.
So the problem is fixed in trunk since rev 6166
I keep this bug open because the fix...
Rupert Germann
14:10 Bug #21304 (Closed): List module and Clickmenu should not enable to create inconsistant record-relations
At the moment the List module provides Cut, Copy and Paste after icons even in "Localization view".
Since it doesn...
Tolleiv Nietsch
14:07 Bug #21198: Use flashmessages to display messages from tcemain
FYI committed v4 to trunk rev 6168 Rupert Germann
14:00 Bug #21235: Double display of flashmessages
committed to trunk rev 6167 Rupert Germann
13:57 Bug #19999: table name are not mapped in the value part of a query and in inner join
Thx Xavier,
i will try to remember your comment for next patches
I'm happy of the dbal advancement
Michael Miousse
13:52 Bug #20867: Table sys_refindex / KEY lookup_string not UTF-8 compatible
committed to trunk rev 6166 Rupert Germann
13:44 Bug #20979: PHP warning in file module when uploading files with the flashuploader
committed to trunk rev 6165 Rupert Germann
13:16 Feature #21302 (Closed): click enlarge: popup window params are hardcoded
the user cannot resize the popup or scroll the window e.g. to read long image captions. should be defined in typoscri... Michael Sollmann
13:10 Bug #21301 (Closed): List module renders wrong data in localization view when record-overlay was moved in WS
The list module renders the wrong record if a language-overlay record was moved together with it's parent record.
...
Tolleiv Nietsch
12:59 Bug #20309: typo3/db_new.php shows tables under another extension name
fixed with #20308 Steffen Kamper
12:59 Bug #20308: typo3/db_new.php prompts to create records in hidden, static and readonly tables
committed to trunk, rev 6164 Steffen Kamper
12:00 Bug #21274: Record statistics use hidden tables and isn't formated well
committed v2 to trunk, rev 6163 Steffen Kamper
10:25 Bug #21299 (Closed): Can't restore a deleted page in draft workspace
Create a page in draft workspace and delete it. Try to restore this page. Everything in history is shown correct, but... Robert Heel
09:51 Bug #20153: shortcut icon type detection does not work if allow_url_fopen is disabled
Susanne Moog wrote:
<snip>
aren't you using the wrong "else" part if you want to set this if the
finfo_open functi...
Stefan Geith
09:06 Feature #21298 (Closed): Show directorys in the File-Mounts to choose one per click
If you add a new filemount you have two options:
- absolute (root) /
- relative ../fileadmin/
Couldn't be the...
marvin

2009-10-18

21:55 Feature #19465: Configuration enhancement for indexed_search
While I appreciate the much greater flexibility which would be introduced by this patch, I'd think that it might be a... Ralf Hettinger
21:24 Bug #17736: Image is not saved if FCE
If I got this right it's a problem within the flexform handling (probably already solved) which is part of the TYPO3 ... Tolleiv Nietsch
21:10 Bug #20174: FCE - Not repeating inside a content
That's related to the flexform-handling and this is not part of TemplaVoila - that's related to the TYPO3 Core Tolleiv Nietsch
21:10 Bug #21297 (Closed): Fatal error in superadmin script
Hi,
superadmin's script (please see misc/superadmin.php inside source of TYPO3) has bugs with TYPO3 4.3 !
Can y...
Yannick Pavard
19:42 Feature #15393: Separating multilanguage translations of FCE into several tabs
That's a Core-issue - not a TV issue - Sebastian is right that TV is the main Flexform application but it's still a C... Tolleiv Nietsch
17:23 Feature #21296 (Rejected): Possibility to define a page which gets displayed on 404 etc.
I would appreciate it, if you could define an error page,
which gets displayed if an error occurs, for every domain....
Thomas Deinhamer
16:52 Bug #21295 (Closed): Can't send custom Status Header in Plugins
Following header get's overwritten by TYPO3:
header($_SERVER['SERVER_PROTOCOL'] . ' 404 Page Not Found', TRUE, 404...
Thomas Deinhamer
09:49 Bug #20976: htmlArea RTE displays empty editing area in Opera 10
Unfortunately I see this bug not completely fixed. It mostly occurs on the first load of RTE in TYPO3 on a remote ser... Steffen Gebert

2009-10-17

17:04 Bug #21293: List view shows unnecessary buttons in root page
last time I checked trunk, the view webpage was not in a sysfolder available Georg Ringer
16:55 Bug #21293: List view shows unnecessary buttons in root page
"view webpage" is a very valif button in the root page and also in sysfolders.
Its functionality is "Open the first ...
Rupert Germann
14:16 Bug #21293 (Closed): List view shows unnecessary buttons in root page
The buttons "view webpage" and "clear cache" are not needed in the root page
(issue imported from #M12258)
Georg Ringer
14:47 Bug #21294 (Closed): Use labels in the page wizard for the page title fields
the page title fields are missing label tags
(issue imported from #M12259)
Georg Ringer
12:25 Bug #19999: table name are not mapped in the value part of a query and in inner join
Example of renaming configuration for query given by Michael Miousse with message from 13.10.2009 14:10:
SQL:
---...
Xavier Perseguers
11:23 Bug #19999: table name are not mapped in the value part of a query and in inner join
Hi Michael,
I started reviewing the changes. Thanks for the new patch. I'm currently working on it but a few comme...
Xavier Perseguers
12:16 Bug #21292: Strange phenomena: Images having particular dimensions disappeared
as already in the other bug entry said > are the tests in install tool working? Georg Ringer
09:55 Bug #21292 (Closed): Strange phenomena: Images having particular dimensions disappeared
I used the following configuration to dynamically resize image:
file.width = 50
file.height = 50
This configuratio...
Razakanirina
12:15 Bug #21291: No thumb generated in BE interface
please take a look at the tests in the install tool. if they don't work either, it is not a bug but you are doing som... Georg Ringer
09:32 Bug #21291 (Closed): No thumb generated in BE interface
When I added image using BE interface, the thumbnail of the image does not appear. A default image named "No thumb ge... Razakanirina

2009-10-16

22:57 Bug #21283: absRefPrefix is prefixed with external js files
however absRefPrefix is not needed as it's prefixed in TSFE::setAbsRefPrefix
There were two directories missing (e...
Steffen Kamper
17:46 Bug #21283: absRefPrefix is prefixed with external js files
I attached a new file which add absRefPrefix only when the file is not marked as external Rupert Germann
20:27 Bug #21227: Section "Help" is shown even with no subelements
Yes, as I wrote: That is the logical solution.
But you cannot introduce it as long as there are extensions illogic...
Chris topher
20:24 Bug #21227: Section "Help" is shown even with no subelements
hide main title if no sub module is there Georg Ringer
20:23 Bug #21227: Section "Help" is shown even with no subelements
What do you propose? Chris topher
20:21 Bug #21227: Section "Help" is shown even with no subelements
IMO that makes no sense for me cause those kind of hacks are not very nice. I guess it is best to wait for newsgroups... Georg Ringer
20:19 Bug #21227: Section "Help" is shown even with no subelements
Hi Georg,
since the newsgroup-server is unavailable till sunday, let's continue here:
Your patch correctly hide...
Chris topher
19:59 Bug #21227: Section "Help" is shown even with no subelements
ah damn, it seems I overlooked something ...
can you please check the patch and report in the core list if it wor...
Georg Ringer
19:57 Bug #21227: Section "Help" is shown even with no subelements
Hi Georg,
thank you for your fix!
I also noticed this problem; this is a duplicate of #21072.
Chris topher
18:59 Bug #21289 (Closed): Double wrap of rules subpart with template_css.tmpl (indexed_search 2.11.1)
In template_css.tmpl the content of the subpart ###RULES### is wrapped in
<div class="tx-indexedsearch-rules"> </d...
Michael Stopp
17:43 Bug #21143: Add some constants
Actually, the patch is already pending in the core list and just waiting for a +1 by a core dev. :-) Oliver Klee
17:37 Bug #21143: Add some constants
great idea - looking forward to patch in core list Georg Ringer
17:35 Bug #21288 (Closed): Flash Uploader only works in click menu in file tree, not in right frame
the flash uploader only works when using the click menu in the file tree (2nd frame) and not in the right frame.
w...
Georg Ringer
16:41 Bug #21287: htmlArea RTE: Errors are raised when extension rtehtmlarea_definitionlist is installed with TYPO3 4.3
Will provide a patch to add a warning in the Install tool when upgrading to 4.3 and rtehtmlarea_definitionlist is ins... Stanislas Rolland
16:07 Bug #21287: htmlArea RTE: Errors are raised when extension rtehtmlarea_definitionlist is installed with TYPO3 4.3
TYPO3 and htmlArea RTE versions requirements of extension rtehtmlarea_definitionlist were updated on TER. Stanislas Rolland
15:23 Bug #21287: htmlArea RTE: Errors are raised when extension rtehtmlarea_definitionlist is installed with TYPO3 4.3
Answer from Stan:
With TYPO3 4.3, definition lists are integrated into core. Extension rtehtmlarea_definitionlist f...
Thomas Schröder
13:26 Bug #21287 (Closed): htmlArea RTE: Errors are raised when extension rtehtmlarea_definitionlist is installed with TYPO3 4.3
When clicking "in- or decreace indent" button with rtehtmlarea_definitionlist installed, the RTE reloads and all chan... Thomas Schröder
16:38 Feature #15162: date-params are hardcoded
The format of these dates should configurable with TS.
The makeInfo() function could be changed like this:
// exi...
Michael Stopp
14:08 Bug #18620: TSref: CONFIG object is empty / no reference! --- 4.2RC1
Benni, does this still happen to you in 4.3? I thought I had come across some bugs, but I can't reproduce any now. I ... Francois Suter
12:52 Bug #21159: Backend login cookie check fails in IE6
no change needed.
The problem was caused by the simulated IE from multipleIEs.
I just installed a fresh XP in a V...
Rupert Germann
00:01 Bug #21159: Backend login cookie check fails in IE6
the "no cookies" message is displayed because document.cookie is always empty on my machine. I attached a patch which... Rupert Germann
12:14 Bug #25625: Don't show rights check on Windows
confirmed.
"The webserver user is not allowed execute this script."
which is obviously wrong.
Steffen Kamper
11:50 Bug #25625 (Closed): Don't show rights check on Windows
The test that checks whether the cli_dispatch script is executable always returns false on Windows. So it should not ... Francois Suter
12:05 Bug #21259: Forms using dataArray do not show any field
Thanks for the feedback. Thus, I can close this issue. Oliver Hader
11:57 Bug #25623: Various small issues
Committed to trunk in revision 6160 Francois Suter
11:51 Bug #25623: Various small issues
Windows issue moved to separate report: http://bugs.typo3.org/view.php?id=12251
Francois Suter
11:36 Bug #25621: Creation of late task
Here's the formal patch for this issue, which I'm going to submit to the core list.
The main difference with Ingma...
Francois Suter
11:27 Bug #25621: Creation of late task
isn't it much simpler to validate the date and display a extJs msgbox if date is older than now? This wouldn't allow ... Steffen Kamper
11:08 Bug #21286 (Closed): t3skin: Headers are smaller than the text
Good example is the reports module.
(issue imported from #M12250)
Steffen Kamper
10:50 Bug #21281: Reports module: icon not clickable
committed v2 to trunk, rev 6158 Steffen Kamper
10:03 Bug #25618: The script tried to execute a method or access a property of an incomplete object
Committed v3 to trunk in revision 6157 Francois Suter
09:44 Bug #21285: Improve comments about service registration in EXT:sv/ext_tables.php and EXT:sv/ext_localconf.php
Committed to trunk in revision 6156 Francois Suter
09:38 Bug #21285: Improve comments about service registration in EXT:sv/ext_tables.php and EXT:sv/ext_localconf.php
And in EXT:sv/ext_localconf.php, the comment:
// auth services needs to be added here. ext_tables.php will be read...
Francois Suter
09:35 Bug #21285 (Closed): Improve comments about service registration in EXT:sv/ext_tables.php and EXT:sv/ext_localconf.php
File EXT:sv/ext_tables.php contains the following comment:
// normal services should be added here
This is wron...
Francois Suter
09:32 Bug #21225: Provide a report for installed services in the new Reports module
Committed v2 to trunk in revision 6155 Francois Suter
09:25 Bug #21284 (Closed): Description for extList_FE is missing
Problem:
If the new parameter extList_FE has been added to localconf.php by the extension manager this parameter sho...
Rupert Germann
09:22 Bug #21215: Enhance report registration API to provide custom icons for reports
Committed v2 to trunk in revision 6154 Francois Suter
09:18 Bug #21280: Cleanup API for providers in status report
Committed to trunk in revision 6153 Francois Suter

2009-10-15

23:28 Bug #21283 (Closed): absRefPrefix is prefixed with external js files
When using config.absRefPrefix also external files are built with
absRefPrefix + http://...
which leads to wrong ur...
Steffen Kamper
22:31 Bug #21243: PHP warning in FE with activated DLOG and mbstring set as t3lib_cs_utils
FYI: committed to trunk rev 6152 Rupert Germann
22:09 Bug #20576: t3lib_div has several calls to debug without namespace which leads to php-errors
Hi,
ok, please kindly ignore my patch. ;)
The problem is not calling debug() WITHOUT namespace but WITH. In typ...
Felix Oertel
21:40 Bug #21281 (Closed): Reports module: icon not clickable
the icons in the reports module next to the header (inside the <h2>) are not clickable. only a click at the text open... Georg Ringer
21:06 Bug #21280 (Closed): Cleanup API for providers in status report
Currently the list of status providers for the status report is alongside the title, description and report propertie... Francois Suter
16:36 Bug #21279: Improve locallangXMLOverride feature
How to test:
* Install the attached langtest2 extension.
It renames the logout button and the title of the shortc...
Steffen Gebert
16:31 Bug #21279 (Closed): Improve locallangXMLOverride feature
#20955 introduced a new way to override LL-XML files.
Unfortunately it's as unflexible as the old XLLfile style, whi...
Steffen Gebert
16:35 Bug #19938: warning: in_array wrong datatype
Line 562 has two other issues.
Take a look at this operator
$preserveVars = ! ( $this->conf['preserveGETvar...
Markus Klein
16:13 Bug #20911: (case: forgot email) ->Mail sent to persons in any case, even if they are not registered!
Indeed, data protection is a problem in this case.
But maybe you can provide an option to choose between sending a...
Markus Klein
16:12 Bug #21278 (Closed): Pre-fill Value for the search input field problem?
TYPO3 4.2
Indexed Search 2.11.1
This is the usual config line:
<input name="tx_indexedsearch[sword]" type="text" v...
Darko Jr. Gonzalez
16:09 Bug #21277: Danger for misusing forgot password function for spamming mailboxes
Sorry, duplicate of 0011765 Markus Klein
16:09 Bug #21277: Danger for misusing forgot password function for spamming mailboxes
Hi Markus,
thanks for your report!
This has already been reported and discussed; see #11765.
If you have an ...
Chris topher
16:03 Bug #21277 (Closed): Danger for misusing forgot password function for spamming mailboxes
When a user enters an unknown mail address in the forgot password field, a mail is sent to the given mail address tel... Markus Klein
14:25 Bug #21060: MEDIA.renderType in TypoScript is reset
committed to trunk, rev 6151 Steffen Kamper
13:20 Bug #19716: History/Undo not works on image elements
A display of the bug is uploaded in the typo3_43b1_bug.PNG file.
It's really annoying and I would say it the error...
Staffan Ericsson
11:40 Bug #21252: $this->doc->sectionHeader return wrong HTML
committed to trunk, rev 6150 Steffen Kamper
11:01 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
FYI: committed attached v2 to
trunk rev 6147
4_2 branch rev 6149
this fixes also bug #21270
Rupert Germann
10:59 Bug #21270: t3lib_admin::lostRecords produce errors / warning
fixed by committing #18966 Rupert Germann
10:10 Bug #21270: t3lib_admin::lostRecords produce errors / warning
I suggest to drop this patch in favour of an improved version of #18966
TYPO3_DB->sql_fetch_assoc() already calls de...
Rupert Germann
10:56 Feature #14211: calculate and display filepermissions in filelist
Why ist writable and readable negated?
$info['writable'] = !@is_writable($wholePath);
$info['readable'] = !@i...
Alexander Opitz
09:20 Feature #20382: Implement RSA authentication for BE and FE
committed to trunk by dmitry in revisions 5386 and 5387 Rupert Germann
01:40 Bug #21265: Wrong sizes of image
Hi Oliver, yes it does apply to 4.2 as well. Vladimir Podkovanov
01:00 Bug #20615: Memcached backend does not work well if cache of a page shall expire after 30 days
have uploaded patch Vladimir Podkovanov
00:41 Bug #20615: Memcached backend does not work well if cache of a page shall expire after 30 days
Hi Oliver, just checked with latest trunk - yes, the bug still exists. Vladimir Podkovanov
00:48 Bug #21250: Cannot login after upgrade to TYPO3 4.3 due to missing authentication method
I investigated this and found that the steps to reproduce are wrong.
correct is:
1. Have a site running on 4.2...
Rupert Germann
00:11 Bug #20540: Pages protected by incl. sub-pages FE-group don't redirect
Give me a day, I'm going to check it in 4.2.0. Deductions says "yes", as the code hasn't changed since ages. Niels Fröhling
00:04 Bug #21275 (Closed): [Media CE] using a flash video file doesn't work
When selecting a flash video file (swf) always the player is used to display the movie. But the swf file has to be di... Steffen Kamper

2009-10-14

23:20 Bug #21274 (Closed): Record statistics use hidden tables and isn't formated well
When rsaauth is installed you see the "oops" message which shouldn't be displayed.
Also tables miss header to unders...
Steffen Kamper
22:56 Bug #21273 (Closed): Improve the configuration API of the reports module
Currently the status providers and the label fields like "title" or "description" are mixed up in the array
$GLOBALS...
Rupert Germann
21:49 Bug #21181: Call to getCache() on a non-object
OK, after wasting some more hours I can say that moving the caching framework initialisation before the loading of th... Rupert Germann
18:55 Bug #21181: Call to getCache() on a non-object
i agree argumentation of Rupi. This is missusage of ext_localconf as this file is loaded "before" anything else.
S...
Steffen Kamper
17:54 Bug #21181: Call to getCache() on a non-object
possible solution for the missing cache object:
- disable caching of t3lib_div::xml2array() when there's no caching ...
Rupert Germann
17:39 Bug #21181: Call to getCache() on a non-object
hi,
I digged into this and found that there's no obvious fix.
In general I see this two possibilities:
1. fix it...
Rupert Germann
21:42 Bug #20309: typo3/db_new.php shows tables under another extension name
i was wrong, #20308 solves it Steffen Kamper
20:57 Bug #20309: typo3/db_new.php shows tables under another extension name
imho a problem of rsaauth. For example have a look to new record wizard on globe - you even see an "oops" Steffen Kamper
20:48 Bug #21060: MEDIA.renderType in TypoScript is reset
correct - just forgotten to read it from conf. Steffen Kamper
20:22 Bug #21210: template view instead of listview in right frame
ok, so i'll close it until it is reproducable ;) Steffen Kamper
12:54 Bug #21210: template view instead of listview in right frame
sorry, can't reproduce it any more.
it happend immidiate after the first installation. (Installation and import of a...
Bernd Wilke
11:50 Bug #21210: template view instead of listview in right frame
I can't reproduce. Please test how this can happen and try to find a way to reproduce, as i never saw this before (an... Steffen Kamper
20:20 Bug #20610: HMENU does not show top Level Page in TYPO3 v4.3alpha3
absolotely correct: this worked never before in any version.
Reason: there is at least a pidInList used which contai...
Steffen Kamper
19:32 Bug #21259: Forms using dataArray do not show any field
Hi Oliver:
Sorry, but it seems I made a mistake. :(
The site that was giving this erros was using typo3 version...
Carlos Chiari
10:10 Bug #21259: Forms using dataArray do not show any field
Hi Carlos,
can you please provide a simple TypoScript example how to reproduce and test this? Thanks in advance!
Oliver Hader
19:01 Bug #21255: Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
I still don't like the button to trigger to distinct actions but one simple solution not to break the current logic w... Marc Wöhlken
16:25 Bug #21255: Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
The button was moved to this tab newly. But if I remember correctly noone considered this problem... The idea of movi... Chris topher
14:11 Bug #21255: Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
In my eyes the problem is that two actions are commited when trying to create the ENABLE_INSTALL_TOOL file:
1. ENABL...
Marc Wöhlken
14:08 Bug #21255: Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
The problem is, that the enable-button actually saves the content of the form!
But that is what the save-button shou...
Chris topher
11:01 Bug #21255: Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
i don't see a problem with this message. The autofill is done by browser, not by code. When you don't use the autofil... Steffen Kamper
18:23 Bug #21270 (Closed): t3lib_admin::lostRecords produce errors / warning
there are expressions used in sql query without checking.
This function is used from lowlevel (DB CHECK) -> Record...
Steffen Kamper
17:46 Bug #21196: autoloaders registered by extensions slow down the core autoloader
besides the mentioned autoloader problem, there's another issue that would be fixed by this patch, too:
If an extens...
Rupert Germann
16:31 Bug #18781: field tablename in sys_refindex too short
the solution for the follow-up problem of this bug is in #0011694
(index too long on utf-8 databases)
The problem ...
Rupert Germann
16:01 Bug #21217: Sitemap: Recently updated pages broken
Since #19762 introduced this negative side-effect and got reverted now, no change is required here. Oliver Hader
16:00 Bug #19762: Traversing back page records used in CONTENT object does not work on root page
Reverted this bugfix in SVN Trunk (rev. 6146) Oliver Hader
15:29 Feature #15193: There is no API to list tables in the Web->Page module
reopened by request of franz H. Michael Hirdes
13:06 Feature #21266: Add stdWrap date/strftime with GMT format property
is related to #17066 (and quite useful imo) Ralf Hettinger
10:41 Bug #21269 (Closed): md5_file() to check if a file has been changed is very expensive [performance]
i am generating thumbnails from very large images. I thought, after rendering once, it should not be an performance i... Martin Holtz
10:06 Bug #21265: Wrong sizes of image
Hi Vladimir,
can you please test whether this exists in TYPO3 4.2 as well? Thanks!
Oliver Hader
10:05 Bug #21268 (Closed): Caching framework does not work with DBAL on Oracle
Problems:
When looking in the DBAL debug module, a lot of errors are produced, which all point to the new caching fr...
Patrick Broens
10:05 Bug #21264: Fatal error when importing from .3td
No bug of the Core and solved in latest version of static_info_tables... Oliver Hader
09:33 Bug #20491: Wrong substitution of ###THIS_UID### in t3lib_loaddbgroup.php
Ah, overlooked the additional information... thanks! ;-) Oliver Hader
03:12 Bug #21262: Checkboxes get bigger on hover in IE7
Hi, I can confirm that. Vladimir Podkovanov
03:06 Bug #21267 (Closed): Function tslib_cObj::crop() is not multibyte safe
Function tslib_cObj::crop() is not multibyte safe so it does truncate in wrong position when multibyte string involve... Vladimir Podkovanov

2009-10-13

23:46 Bug #21264: Fatal error when importing from .3td
static_info_tables updated - case solved Kim Holberg Andersen
22:00 Bug #21264: Fatal error when importing from .3td
install latest version of static_info_tables, no mistake of the core! Georg Ringer
21:03 Bug #21264 (Closed): Fatal error when importing from .3td
Get the followong error when importing website into a fresh TYPO3 4.3 site:
Fatal error: Cannot re-assign $this in...
Kim Holberg Andersen
23:28 Bug #21263: BE: The buttons "hide"" and "delete" of extension "rgnewsce" doesn't work
Resolved, no change required.
Wim, this is not a core and tx_login issue, but a problem of some specific extension...
Christian Kuhn
16:57 Bug #21263 (Closed): BE: The buttons "hide"" and "delete" of extension "rgnewsce" doesn't work
Under the tabs "content" or "extra" of the extension "rgnewsce" the buttons "hide" and "delete" doesn't work.
Under ...
Wim no-lastname-given
23:10 Bug #21032: Typoscript template "next level" chaining doesn't work as expected
Yeah that's the version... It's a huge site and unfortunately updating it would me a major pain. We've tried once and... Marcel douwstra
17:27 Bug #21032: Typoscript template "next level" chaining doesn't work as expected
Are you sure you use version 3.8.1?
This version is maybe five years old and is therefore no longer supported.
...
Chris topher
17:21 Bug #21032 (Closed): Typoscript template "next level" chaining doesn't work as expected
There are 3 typoscript templates in a "template storage" sysfolder.
- menu_level1
- menu_level2
- menu_level3
...
Marcel douwstra
23:09 Feature #21266 (Closed): Add stdWrap date/strftime with GMT format property
when dealing with timestamps in TS that are stored in UTC it's not possible to display them in local time.
I can u...
Steffen Kamper
22:29 Bug #25621: Creation of late task
@Francois, I just uploaded the second patch I created during out phone call yesterday, so it doesn't get lost. Ingmar Schlecht
21:21 Bug #21265 (Closed): Wrong sizes of image
I found issue with getting wrong sizes of image produces from gif file with cropping.
Conf used for image:
page...
Vladimir Podkovanov
20:39 Bug #20938: SOAP error while uploading an updated extension
Simply tested it on my own.
Created a PHP-File with the following Content on my Webspace:
$content = file_get_con...
Sven Weiss
20:26 Bug #20938: SOAP error while uploading an updated extension
Also think the same. Why not try it?
You can also place a second tx_ter_wsdl.php with Content-Length somewhere else ...
Sven Weiss
13:03 Bug #20938: SOAP error while uploading an updated extension
"isn't necessary" :
- does not mean that it doesn't help in this case ...
- does not say, that it must be omitted
...
Stefan Geith
12:40 Bug #20938: SOAP error while uploading an updated extension
Changing tx_ter_wsdl.php probably won't help because with "Transfer-Encoding: chunked" a Content-Length header isn't ... Thorsten Kahler
11:48 Bug #20938: SOAP error while uploading an updated extension
I will add the content length to tx_ter_wsdl.php. It doesn't change anything and maybe it helps. Steffen Kamper
08:51 Bug #20938: SOAP error while uploading an updated extension
Latest trunk: Rev 6144
[BE][compressionLevel] = 0
[FE][compressionLevel] = 0
Error:
Fatal error: SOAP-ERROR: Pa...
Stefan Geith
17:22 Bug #20785: Potential SQL injection in class.t3lib_tsfebeuserauth.php
Christian, there are several patches. The cosmetic change is on the 4.1 and 4.2 branch versions only. The biggest par... Oliver Klee
17:14 Bug #20785: Potential SQL injection in class.t3lib_tsfebeuserauth.php
Wow. I opened this security bug in july 2009, and four months later a new patch has been developed, changing "(int)" ... Christian Weiske
17:09 Bug #20785: Potential SQL injection in class.t3lib_tsfebeuserauth.php
I've created new 4.1 and 4.2 patches that now use intval instead of (int). Oliver Klee
17:05 Bug #19999: table name are not mapped in the value part of a query and in inner join
Hi xavier
i have recreated my patch to only patch the mapping error of joins and i modified the parser in order t...
Michael Miousse
14:10 Bug #19999: table name are not mapped in the value part of a query and in inner join
the part from the where as been resolved in an other bug.
But the par for the join is still valid.
since that i...
Michael Miousse
14:02 Bug #21054: GMENU - first menu item does not appear because of wrong calulation of text position
its a php bug http://bugs.php.net/bug.php?id=22513 Christian Bernet
09:34 Bug #21054: GMENU - first menu item does not appear because of wrong calulation of text position
We have exactly the same error. The rendered test images looked right. php: 5.2.6, freetype: 2.3.7, libgd2. The use o... Christian Bernet
13:18 Bug #21262 (Closed): Checkboxes get bigger on hover in IE7
Reproduce:
Go to "File list"
Open "Clipboard #2" (or the one you like ;))
Hover over the appearing checkboxes
...
Susanne Moog
12:10 Bug #21261 (Closed): string literals quoted as identifiers in class.t3lib_loaddbgroup.php
Problem:
When using MySQL ANSI mode, some mm_relations operations will not work because string literals are quoted...
Patrick Broens
10:17 Bug #20153: shortcut icon type detection does not work if allow_url_fopen is disabled
I added an anhanced patch, that
a) uses $iconMimeType = ' type="image/x-icon"' if the finfo_open function doesn't ex...
Stefan Geith
09:59 Bug #21260: Spaces in Webroot path break ImageMagick compose
Here is an example of the content of the array returned from function t3lib_div::unQuoteFilenames() WITHOUT and WITH ... Jörg Wagner
09:17 Bug #21260 (Closed): Spaces in Webroot path break ImageMagick compose
Install Tool -> Image Processing -> Combining images
shows all masks inverted if webroot path contains breaks.
Test...
Jörg Wagner
07:20 Bug #21259 (Closed): Forms using dataArray do not show any field
When a FORM is set using Typoscript, if it uses the 'dataArray' property, the form will lack its fields. It doesn't h... Carlos Chiari

2009-10-12

23:45 Bug #21258 (Closed): Line-break (Shift+Enter) doesn't work in Opera 10 on Mac
While pressing Enter key in RTE causes a new paragraph (<p>), Shift+Enter usually creates a line-break (<br/>).
Li...
Steffen Gebert
22:41 Bug #25624: Usage of timezone
Actually there was the idea of displaying the server's time in the BE module. That would definitely be useful. Francois Suter
22:41 Bug #25624 (Closed): Usage of timezone
The Scheduler relies purely on the server's time zone. This should be mentioned at all appropriate places (BE module,... Francois Suter
21:47 Bug #20251: AJAX relogin box doesn't appear
Actually it just happened again, on an installation with 10467 patch applied... Not sure why. Let me know what I shou... Dan Osipov
18:02 Bug #20251: AJAX relogin box doesn't appear
I did experience it with beta1, but I think patch 10467 resolved the issues - at least I haven't noticed it since app... Dan Osipov
18:00 Bug #20251: AJAX relogin box doesn't appear
Hi Dan,
do you still experience this behaviour with the lates TYPO3 4.3-beta1 release and/or the SVN Trunk version?
Oliver Hader
18:41 Bug #20491: Wrong substitution of ###THIS_UID### in t3lib_loaddbgroup.php
Haven't got a test scenario available now, but according to the additional information it should ;-) Jo Hasenau
17:56 Bug #20491: Wrong substitution of ###THIS_UID### in t3lib_loaddbgroup.php
Hi Joey,
I guess this behaviour also exists in TYPO3 4.2, doesn't it?
Oliver Hader
18:35 Bug #20546: "How did you get here" dialog opens
Please upload an extension that allows to reproduce this issue. I am unable to reproduce it with the conditions descr... Stanislas Rolland
13:42 Bug #20546: "How did you get here" dialog opens
The problem is still there.
Firefox 3.5.3.
TYPO3 4.2.6
Tomasz Rakowski
18:35 Feature #21257 (Closed): Integrate Security section to Install Tool
In TYPO3 4.3 there are several new security related extensions and settings, like saltedpasswords, rsaauth etc. Howev... Oliver Hader
18:19 Bug #20077: FORM is empty
Hi Franz,
indeed there was a bug in evaluating the FORM TypoScript which should be fixed with TYPO3 4.3-beta1. Can y...
Oliver Hader
18:15 Bug #19667: t3x export reports SQL errors with uninstalled extensions
Hi Franz,
how can one reproduce this behaviour?
Oliver Hader
18:12 Bug #20307: t3lib_cache_frontend_AbstractFrontend constructor is inefficient
Everything is fine here, $backend is an object and thus already a reference. Oliver Hader
18:06 Bug #20429: Regular expressions conditions can not differentiate between values that are part of other values
Hi Ingo,
please use the start and end statements in your pattern:
[globalString: GP = tx_blogexample_pluginkey|acti...
Oliver Hader
17:41 Bug #20510: Extbase/Fluid does not support to fill an array from formular's text-fields
Hi Marcel,
does this bug still exist with the lates release of TYPO3 4.3-beta1 and an updated version of Extbase?
I...
Oliver Hader
17:40 Bug #21002: message to reviewer has troubles with umlauts
how to reproduce:
1) install sysext version, as admin just switch to any workspace, add a new content element
2) sw...
Georg Ringer
17:19 Bug #21002: message to reviewer has troubles with umlauts
Hi Georg,
can you please give a short step by step info how to reproduce and which character set you're using in you...
Oliver Hader
17:36 Bug #21176: No upload in the new massuploader with Firefox
Works fine if a disable the checkbox! Only with the flashuploader no upload is possible. Philipp Holdener
17:25 Bug #21176: No upload in the new massuploader with Firefox
Ok, please disable the flashuploader and test it again:
In "User Settings" module on tab "edit & advanced functions"...
Oliver Hader
17:35 Bug #20576: t3lib_div has several calls to debug without namespace which leads to php-errors
Hi Steffen,
can you please give an example of these errors? What is shown? I never experienced a behaviour like this...
Oliver Hader
17:34 Bug #20543: The value for loginSecurityLevel is by default empty
Duplicate of #0012205 Oliver Hader
17:29 Bug #15452: When moving records the translation do not move with it
@Nils - this is no TemplaVoila issue - TemplaVoila just uses the t3lib_tcemain to perform copy/move/delete actions - ... Tolleiv Nietsch
17:23 Bug #15452: When moving records the translation do not move with it
@Tolleiv: could you please write which files are needed for TYPO3 with TemplaVoila and which for a plain TYPO3 instal... Nils Winkler
16:58 Bug #15452: When moving records the translation do not move with it
I've just sent a patch to the dev-list (it resolved a couple of related issues as well) - I'd be glad to get some fee... Tolleiv Nietsch
17:26 Bug #20615: Memcached backend does not work well if cache of a page shall expire after 30 days
Does this problem still exist on your system? Oliver Hader
17:17 Bug #21020: recycler can't delete INITIAL PLACEHOLDER
Closing this issue since it should be fixed.
If the problem still occurs with the current trunk or TYPO3 4.3-beta1, ...
Oliver Hader
17:16 Bug #21020: recycler can't delete INITIAL PLACEHOLDER
This bug should not be valid anymore:
1) the separator in the caching framework was changed from "-" to "@"
2) the ...
Oliver Hader
17:15 Bug #21059: Not possible to install a sysext with Extension manager
hi! i tried to upload + install an sys ext through the EM and of course I set in install tool that exts can be instal... Georg Ringer
17:13 Bug #21059: Not possible to install a sysext with Extension manager
Hi Georg,
did you want to upload/upgrade an extension or just install/enable?
Oliver Hader
17:11 Bug #20938: SOAP error while uploading an updated extension
Stefan, do you have compression enabled in the install tool?
Besides that, could you please give an debug output of ...
Oliver Hader
17:05 Bug #20540: Pages protected by incl. sub-pages FE-group don't redirect
Did you test whether this behaviour also occurred in TYPO3 4.2? Oliver Hader
17:01 Bug #20685: ENABLE_INSTALL_TOOL is deleted after creation
Hi Manfred,
you can put the string "KEEP_FILE" into the ENABLE_INSTALL_TOOL file which prevents from being deleted a...
Oliver Hader
16:59 Bug #19461: translation do not follow parent when cut'n'paste
I've just sent a patch to the dev-list (it resolved a couple of related issues as well) - I'd be glad to get some fee... Tolleiv Nietsch
16:58 Bug #19014: Copying Content Elements does not copy Language Overlays
I've just sent a patch to the dev-list (it resolved a couple of related issues as well) - I'd be glad to get some fee... Tolleiv Nietsch
16:58 Bug #16847: Deleting localized content elements fails
I've just sent a patch to the dev-list (it resolved a couple of related issues as well) - I'd be glad to get some fee... Tolleiv Nietsch
16:57 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
I've just sent a patch to the dev-list (it resolved a couple of related issues as well) - I'd be glad to get some fee... Tolleiv Nietsch
16:56 Bug #20922: Table of new feature "registry" won't be created if database is utf8
Hi Steffen,
does this issue still exist in TYPO3 4.3-beta1?
The size of both fields is now 128 chars for each, thus...
Oliver Hader
16:36 Bug #21244: Sitemap does not show shortcuts with shortcut_mode != 0
works in 4.3 (and trunk) Steffen Kamper
15:52 Bug #21255: Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
BTW: Why does the "Create enable install tool" button to the same HTML-form that holds the user data?
Isn't saving...
Marc Wöhlken
15:43 Bug #21255: Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
Good point!
Clearing the password field manually does indeed solve the problem.
Maybe renaming the password fie...
Marc Wöhlken
15:19 Bug #21255: Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
I also noticed that.
I think the reason might be, that I entered the password-data in my browser to fill out the fie...
Chris topher
14:35 Bug #21255 (Closed): Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
This bug applies to TYPO3 4.3-dev (not selectable in bugtracker):
Creating or deleting the install tool enable fil...
Marc Wöhlken
15:46 Bug #21256 (Closed): provide requirements for extensions to have fully working indexing of content
Suppose i want to develop an extension and i would like to be sure the content generated in front-end by this extensi... eric
15:08 Bug #21253: Indexing of files provided by dam_frontend extension fails
It appears that content generated by dam_frontend is not in cache (using USER_INT) ...
Is there a way to index it ??
eric
11:20 Bug #21253 (Closed): Indexing of files provided by dam_frontend extension fails
I've just add dam_frontend extension to manage links to files stored and managed by dam extension.
I try indexing al...
eric
14:40 Bug #25623 (Closed): Various small issues
Some language string mistakes / typos:
- two verbs in the following sentence: "The script to execute to run the Sc...
Ingmar Schlecht
14:19 Bug #19955: redirecting to referer does not work
Fixed, seems to work +1. Navi
13:45 Bug #21252: $this->doc->sectionHeader return wrong HTML
i would say it's a bug, and it should be prevented to deliver wrong HTML. Steffen Kamper
11:32 Bug #21252: $this->doc->sectionHeader return wrong HTML
I just read in template.php:
@param string Additional attributes to h-tag, eg. ' class=""'
There is a space be...
Stefan Froemken
11:15 Bug #21252 (Closed): $this->doc->sectionHeader return wrong HTML
I wrote an extension and try some samples with mediumdoc
While this test I saw that following:
$this->content .= ...
Stefan Froemken
12:49 Bug #21254: [felogin] lang label for send chnage password link misses variable for valid end time
committed to trunk, rev 6144 Steffen Kamper
12:44 Bug #21254 (Closed): [felogin] lang label for send chnage password link misses variable for valid end time
hardcoded "2009-09-01 02:55" has to be replaced by "%s"
(issue imported from #M12209)
Steffen Kamper
11:23 Bug #18520: indexing of external files may be prevented by php's open_basedir restriction
sorry i've added a file by error
debug_is_tt_news.html must be removed from here
eric
11:13 Bug #21251 (Closed): [felogin] New Method for "forgotPassword" doesn't hook for kb_md5fepw
The extension use JS to change the pw with md5 while entering. This is not the case in reset password form
(...
Steffen Kamper
11:06 Bug #21250 (Closed): Cannot login after upgrade to TYPO3 4.3 due to missing authentication method
Steps to reproduce (from memory - that happened to me some time ago):
1. Have a site running on 4.2.
2. Update th...
Oliver Klee
10:53 Bug #21249 (Closed): indexed search Unset Stopwords in Backend is not possible
Unsetting Stopwords in Info->Indexed Search [Detail Page View] is not possible.
If you just set one Word, save, u...
Leviathan
10:50 Bug #21248 (Closed): "Clear temporary data" in setup module misses JS confirm
Problem:
The new button "Clear temporary data" (data[clearSessionVars]) in user->setup has no JS confirm. The action...
Rupert Germann
09:59 Bug #21247 (Closed): Replace header(Location:) with t3lib_div::redirect()
Replace
header('Location: '.t3lib_div::linkThisScript($vA));
exit;
with
t3lib_div::redirect(t3lib_div::link...
Steffen Gebert
08:41 Bug #21212: Unable to create a page
My bad.
Should of course have been an empty SQL_MODE. I've copied this one from the conf which I used to try to repr...
Peter Beernink
00:26 Bug #20351: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object
committed attached patches to
trunk rev 6141
4_2 branch rev 6142
4_1 branch rev 6143
Rupert Germann

2009-10-11

23:19 Bug #21233: EM sends Location-header without exit
committed to trunk, rev 6140 Steffen Kamper
14:17 Bug #21233 (Closed): EM sends Location-header without exit
After installing/removing an extension using the icon in the Ext-list, EM redirects to the same page again:
header...
Steffen Gebert
23:19 Bug #21246 (Rejected): <input> placed outside <form> in screen "Dependency Error"
If an extension is imported from disk and the "Dependency Error" occurs, the uploaded file is saved in a typo3temp/ a... Steffen Gebert
23:07 Bug #20243: Content element anchors won't get disabled on translated pages
Found a solution for this.
For the souce of translated pages
you should use this typoscript instead:
tt_content....
Thomas Deinhamer
23:05 Feature #20736: HTML5 doctype implementation
A patch for this consist of those 2 lines
case 'html5' :
$docTypeParts[] = '<!DOCTYPE html>';
inserted into th...
Thomas Deinhamer
22:57 Bug #18754: improved 404 pagenotfound_handling not working for certain requested URLs/resources
Will this be included into 4.3? I'd really appreciate it, as it makes serving error pages a LOT easier, and also SEO ... Thomas Deinhamer
22:41 Feature #25622: Add BE method to mark a stalled / died task as not running
A good point. There's an automated clean up, but a manual one would be convenient. I'll check how to fit that in the ... Francois Suter
12:33 Feature #25622 (Closed): Add BE method to mark a stalled / died task as not running
Problem:
If a task dies during execution (eg. because of a programming error) it will be marked as running forever, ...
Christian Kuhn
22:23 Bug #21245: Improve "Login not possible" message, if login fails although username and password were correct
seemes to be solved in Typo3 4.2.9 Philipp Metzler
21:46 Bug #21245 (Rejected): Improve "Login not possible" message, if login fails although username and password were correct
Hi,
If there's no free disk space is left then you can't login to Typo3 anymore. It tells you to check username an...
Philipp Metzler
21:36 Bug #21244 (Closed): Sitemap does not show shortcuts with shortcut_mode != 0
T3 Sitemap will not show Shortcuts with shortcut_mode != 0 (or Shortcut Mode in Flexform not "", but either "First su... Klaus Netcreators)
21:27 Bug #21243 (Closed): PHP warning in FE with activated DLOG and mbstring set as t3lib_cs_utils
Problem:
with the following settings PHP shows a warning when viewing pages in FE:
$TYPO3_CONF_VARS['SYS']['enabl...
Rupert Germann
20:57 Bug #17079: Wrong path for images in repetitive content elements
I can't reproduce this ... why would oyu even place an image within the section itself? The image should sit inside a... Tolleiv Nietsch
20:06 Bug #21213: Use flashmessages to display messages in fileadmin
committed attached v3 to trunk rev 6139 Rupert Germann
19:50 Bug #21242 (Closed): Renaming write protected file issues a php warning
Problem:
Moving (cut&paste) write protected files issues a php warning.
Solution:
supress the warning in functi...
Rupert Germann
19:44 Bug #21241 (Closed): The filetree does not show whether a folder is write protected
Problem:
The filetree does not show if a folder is write protected, athough the folderlist in the listframe does.
...
Rupert Germann
19:29 Bug #21240 (Closed): Missing foldername in redirect url after contextmenu paste action in foldertree
Problem:
if pasting clipboard content into a folder in the filetree with the context menu option "paste into" the fi...
Rupert Germann
19:26 Bug #21239 (Closed): alt_file_navframe.php is reloaded twice on contextmenu paste actions
Problem:
when pasting clipboard content to a folder with the contextmenu in the filetree the filetree frame is reloa...
Rupert Germann
19:20 Bug #21238 (Closed): Missing pageID in redirect url after contextmenu paste action in pagetree
Problem:
if pasting clipboard content into a page in the pagetree with the context menu option "paste into" the list...
Rupert Germann
17:42 Bug #21237 (Closed): TCA rendering broken for ['sys_action']['columns']['t1_allowed_groups']
TCA Entry t1_allowed_groups cannot be scrolled (up/down arrows missing).
$GLOBALS['TCA']['sys_action']['columns']...
Christian Tauscher
17:26 Bug #21236 (Closed): Add API functions for cleaning and flushing output buffers
Problem:
There'S currently no generic way to clean or flush the php output buffering
Solution:
introduce 2 new f...
Rupert Germann
17:17 Bug #21235 (Closed): Double display of flashmessages
Problem:
if nav_frame and list_frame are reloaded at exactly the same time the queued flashmessages show up in both ...
Rupert Germann
17:14 Bug #21229: Add ext_icon.gif to sysext version
committed to trunk, rev 6138 Steffen Kamper
14:19 Bug #21234 (Closed): Add some flashmessages to EM (part 3)
Add FlashMessages after installing/removing an extension from the extension list.
This patch requires #21233
(issu...
Steffen Gebert
13:56 Bug #25621: Creation of late task
Actually, I don't understand why tasks are automatically disabled at all. When the date is in the past, well, then it... Ingmar Schlecht
13:11 Bug #21232 (Rejected): Setting im_version_5 is not available until a value set
If I open the install tool, there's no entry for im_version_5.
As soon as I enter a value in localconf.php, the entr...
Steffen Gebert
07:21 Bug #21212: Unable to create a page
I worked now. Thanks for your help. Sushil Bajimaya
02:23 Bug #21231 (Closed): External Files are included with absRefIndex
CSS-Files miss the absRefIndex, JS files are included with absRefIndex, even if fleg external is set
(issue ...
Steffen Kamper

2009-10-10

22:31 Bug #21212: Unable to create a page
Try 'SET SESSION sql_mode=\'\'', I don't think the above is enough. It's the fix of 0010487 in another way. Niels Fröhling
09:57 Bug #21212: Unable to create a page
Did that. Still get the same error. Sushil Bajimaya
21:58 Bug #21230 (Closed): Add some flash messages to EM (part 2)
Add flash messages to importExtFromRep()
(issue imported from #M12182)
Steffen Gebert
20:09 Bug #21229 (Closed): Add ext_icon.gif to sysext version
Since #20957 removed EXT:version from required extensions, no more "Rq" icon is shown in EM, but the default ? icon.
...
Steffen Gebert
19:45 Bug #21228 (Closed): Speedup t3lib_BEfunc::getRecordPath by using rootline cache
t3lib_BEfunc::getRecordPath() calculates its own rootline instead of using the (cached one) from BEgetRootLine().
...
Steffen Gebert
18:17 Bug #21216: Empty line in general header comment
If you provide a correct patch, I would send it to the core list (or you send it yourself).
Please follow the core...
Steffen Gebert
07:51 Bug #21216: Empty line in general header comment
Look at attached screenshot. ILYA
16:27 Bug #21227 (Closed): Section "Help" is shown even with no subelements
Since 4.3. it is possible to hide all elements of the "Help" module which is really great but if no sub element is re... Georg Ringer
16:15 Bug #19999: table name are not mapped in the value part of a query and in inner join
Please give some code to reproduce this issue. Xavier Perseguers
15:30 Feature #3464: Inconsistent icon overlays for start and stop date
-1 Dousn't looks like TYPO3.
Uschi you can't give your self a +1
Phil you are not able to give +1 s
Jens Hoffmann
15:09 Bug #20992: TYPO3 autoloader is case-sensitive while PHP's is not
After discussion in the mailing lists, it seems like this is not an issue. Just something that needs to be properly d... Francois Suter
14:58 Bug #21225 (Closed): Provide a report for installed services in the new Reports module
TYPO3 doesn't provide an easy way to check all installed services, along with their properties.
I propose to add s...
Francois Suter
11:59 Bug #21194: Translation update broken
FYI: committed attached v3 patches to
4_2 branch rev 6131
trunk rev 6132
Rupert Germann
11:55 Bug #25621: Creation of late task
I'm not sure how to best answer that. The logic for recurring tasks is that the next execution will always be calcula... Francois Suter
11:27 Bug #25621 (Closed): Creation of late task
I have a question (or maybe a feature request) regarding the creation of single (not recurring) tasks.
When I ente...
Ingmar Schlecht
10:17 Bug #21224 (Closed): Inconsistent display of errorlevels in tce_db, tce_file and belog module
Problem:
error messages from tce_db and tce_file are displayed with the fatalerror icon although they have error lev...
Rupert Germann
01:37 Bug #21223 (Closed): User Setup don't check file time of ENABLE_INSTALL_TOOL
As there is the option to delete/create this file in user setup, the displayed action in user setup is wrong:
When t...
Steffen Kamper
00:10 Bug #20926: htmlentities in Template-mod about
Please close, solved (SVN) Niels Fröhling
00:06 Bug #21222 (Closed): The extension manger does not use iconWorks
A lot of the icons are hardcoded, added all missing as iconWorks-queries.
This is like that for a long time, t...
Niels Fröhling

2009-10-09

23:40 Bug #20052: SQL error: 'Incorrect integer value: '' for column 'storage_pid' at row 1' (pages:NEW499d21cdec168)
This then even is a duplicate of 0008542 Niels Fröhling
23:21 Bug #20052: SQL error: 'Incorrect integer value: '' for column 'storage_pid' at row 1' (pages:NEW499d21cdec168)
The patch I added will turn off strict_mode for the sql-session. No other fixes to the sql-dialect necessary. Checked... Niels Fröhling
15:15 Bug #20052: SQL error: 'Incorrect integer value: '' for column 'storage_pid' at row 1' (pages:NEW499d21cdec168)
Added a patch which solves the issue.
Except from the BE, the same error was given when a page was cached.
The pa...
Peter Beernink
23:37 Bug #20494: Access-restriction behaves identical for non-recursive/recursive
Close please, solved (SVN). Niels Fröhling
23:33 Bug #20540: Pages protected by incl. sub-pages FE-group don't redirect
After three months of testing and verification I came up with the last uploaded solution. Changing "checkPagerecordFo... Niels Fröhling
23:25 Bug #20486: MySQL errors and unable to create a page
Duplicate of 0010487, confirmative. Niels Fröhling
23:22 Bug #21212: Unable to create a page
Duplicate of 0010487, confirmative. Niels Fröhling
12:36 Bug #21212: Unable to create a page
Might be. I did default install of mysql. I haven't changed any values yet. Sushil Bajimaya
12:31 Bug #21212: Unable to create a page
Looks like this issue is the same issue as 0010487.
Are you running MySQL in strict mode?
If so, you should be able...
Peter Beernink
11:40 Bug #21212 (Closed): Unable to create a page
While creating a page, I get the following error:
-------------------------------------------
2: SQL error: 'Out of...
Sushil Bajimaya
23:15 Bug #21221 (Closed): felogin forgot password message missing placeholder
Localization contains string "2009-09-01 02:55" instead of "%s"
(issue imported from #M12173)
Niels Fröhling
22:48 Bug #20038: AJAX relogin does not work
Can confirm it Staffan Ericsson
21:46 Bug #21216: Empty line in general header comment
I don't see an empty line. Please be more explicit. Steffen Gebert
16:20 Bug #21216 (Closed): Empty line in general header comment
Look at general copyright comment rendered in <meta>. Empty line prepended.
(issue imported from #M12168)
ILYA
21:07 Bug #21217: Sitemap: Recently updated pages broken
i discovered also some misbehaviour of the update menu, though i could display something with root page start (but on... Steffen Kamper
18:41 Bug #21217 (Closed): Sitemap: Recently updated pages broken
Hi,
the Sitemap with Menu type "Recently updated pages" does nothing show in the Frontend. I selected the root page ...
klaus no-lastname-given
20:40 Bug #21183: Improve output of extension details
committed to trunk, rev 6130 Steffen Kamper
20:28 Bug #21220 (Closed): EM Extension details, CSH should be in first column
All CSH icons are displayed to the left, in EM extension details it's on the right.
Further, if no CSH description e...
Steffen Kamper
20:01 Bug #21182: Show status of flag doNotLoadInFE in extension details
committed v4 to trunk, rev 6129 Steffen Kamper
18:45 Bug #21218 (Closed): TER2 update checker reports success on fail
Got a tiny problem with my setup and discovered this small bug. As my TYPO3 installation can't fetch any data the ext... Staffan Ericsson
18:34 Bug #21189: PHP warning snw, if webserver can't remove extension dir
Committed to trunk, rev 6128 Steffen Kamper
15:46 Bug #21215 (Closed): Enhance report registration API to provide custom icons for reports
It would be nice if the reports registration API provided a way for report developers to provide a custom icon for th... Francois Suter
15:21 Feature #15575: Include date selection widget into the TYPO3 Core
This can be dropped/closed (as #20829 fixed this) Steffen Gebert
15:18 Feature #20220: Integrate possibility to define read/write access on different filemounts
This should be possible using TS: options.folderTree.altElementBrowserMountPoints
http://jeffsegars.com/2008/08/03...
Steffen Gebert
14:44 Bug #21197: Unable to autoload class "Date"
The statement "class_exists('Date') ", I found in the extension "cal" (file /res/pearloader.php).
The "new Date()", ...
Wim no-lastname-given
14:25 Bug #21197: Unable to autoload class "Date"
Ah, I see...
I could not find any reference to a Date class in the TYPO3 Core. Could you please search in your insta...
Oliver Hader
14:44 Bug #21185: Setting default values for $BE_USER->uc doesn't work for multi-dimensional arrays
Yeah.. really cool to hear. Never imagined that a function like this could exist!
Will provide a patch tonight, I ...
Steffen Gebert
14:32 Bug #21185: Setting default values for $BE_USER->uc doesn't work for multi-dimensional arrays
In t3lib_div there's the function removeDotsFromTS() which does this job. Could you please come up with a patch and a... Oliver Hader
14:33 Bug #21176: No upload in the new massuploader with Firefox
the size of the file makes no difference... but, I have testet it on an other server. There everything works fine! Do... Philipp Holdener
14:29 Bug #21176: No upload in the new massuploader with Firefox
Are you always uploading to the same server?
How big is the file? Does it work with smaller files?
Which version of...
Oliver Hader
14:26 Bug #21210: template view instead of listview in right frame
Do you get any JavaScript errors before the right frame is refreshed? Oliver Hader
00:21 Bug #21210 (Closed): template view instead of listview in right frame
every no and then the content of the right frame changes to template view, while I'm in the listview and change the a... Bernd Wilke
14:17 Bug #25620: Gather TODOs from Forge and close the Forge bugtracker
Updated manual committed to trunk in revision 6127. Francois Suter
13:36 Bug #25620 (Closed): Gather TODOs from Forge and close the Forge bugtracker
A project was created on Forge during the integration of Gabriel into the TYPO3 Core (see http://forge.typo3.org/proj... Francois Suter
14:13 Bug #21214: Pagetitle not shown
screenshot uploaded (german backend). "Seitentitel" text field should be filled with "Home", but it's empty as you ca... klaus no-lastname-given
14:05 Bug #21214: Pagetitle not shown
Can you please a screenshot or tell where the pagetitle is not shown in the backend? Thanks! Oliver Hader
13:34 Bug #21214 (Closed): Pagetitle not shown
The pagetitle of a page is not shown. I have the same problem with Mail form pagecontent, where the Recipient-email i... klaus no-lastname-given
14:08 Bug #21194: Translation update broken
Thanks for narrowing this down to the compression level! Oliver Hader
12:37 Bug #21194: Translation update broken
The bug is gone after setting $TYPO_CONF_VARS['BE']['compressionLevel'] = '' Steffen Gebert
12:27 Bug #21213 (Closed): Use flashmessages to display messages in fileadmin
Problem:
the error messages from t3lib_extFileFunc (fileadmin) are not displayed as flashmessages
Solution:
use ...
Rupert Germann
12:17 Bug #21202: No redirection after login by systemextension felogin
I think it is not related.
To my experience the redirection of a user or usergroup doesn't work.
The issue you ment...
Wim no-lastname-given
11:47 Bug #21202: No redirection after login by systemextension felogin
Is this related to: 0010327? Benno Weinzierl
12:06 Feature #18911: Shortcut mode: add "parent page"
The issue described by Rob is an issue in the TemplaVoila module.
I've added a patch which adds the required label i...
Peter Beernink
10:41 Bug #21207: Improve flashmessages API
FYI: committed to trunk rev 6125
changed documentation uploaded to:
http://wiki.typo3.org/index.php/Pending_Docum...
Rupert Germann
10:35 Bug #21211 (Closed): Several bugfixes and features by Kasper
Several bugfixes and features have been committed to SVN Trunk (rev. 6116-6122) by Kasper:
* Tiny bug with date fu...
Oliver Hader
10:11 Bug #21188: Add some flash messages to EM
Committed attached v2 to trunk in revision 6124. Francois Suter
09:49 Bug #21205: deleting of Irre Elements does not work
it seems there is a problem with Firefox 3.5.3 on Windows an MAC, with FF 3.0.14 there is a normal behavior.
yout ca...
Sven Juergens
09:33 Bug #25619: Check if additional fields indeed provide fields
Committed to trunk in revision 6123. Francois Suter
09:06 Bug #25619 (Closed): Check if additional fields indeed provide fields
If the additional fields definition is incomplete, it may happen that its fields list is undefined. This causes a PHP... Francois Suter

2009-10-08

22:23 Bug #21193: Performance improvement in t3lib_div::get_dirs()
committed to trunk rev 6114 Rupert Germann
22:17 Bug #21191: "Installation Type: L" - tell the user, what's "L"
committed to trunk rev 6113 Rupert Germann
21:54 Bug #20982: FE login in iE8 is not possible
In my TYPO3 enviroment I found lots of pages with different login settings on the page propertys.
changing this to 0...
Christian Tauscher
18:17 Bug #21209: Empty paragraphs contain <br /> in Firefox instead of i.e.&nbsp;
How can i insert html tags??
FF: < p >< br / >< /p >
IE: < p >  & nbsp ; < / p >
Propach
18:12 Bug #21209 (Closed): Empty paragraphs contain <br /> in Firefox instead of i.e.&nbsp;
When I enter twice in rte the empty line looks as follows:
FF: <p><br /></p>
IE: <p>&nbsp;</p>
Sometimes in FF I...
Propach
17:57 Bug #21208: TypoScript FORM object does not render correctly anymore
Committed to SVN Trunk (rev. 6058) by Kasper Oliver Hader
17:50 Bug #21208 (Closed): TypoScript FORM object does not render correctly anymore
The TypoScript FORM object does not render correctly anymore.
This behaviour was introduced with rev. 4636 in SVN Tr...
Oliver Hader
17:06 Bug #21195: Improve performance of flashmessages
dropped in favour of #21207 Rupert Germann
16:46 Bug #21207 (Closed): Improve flashmessages API
Problem:
The current handling of the message queue for flashmessages happens in template.php and is quite unflexibl...
Rupert Germann
16:31 Bug #21206: Add more unit tests for t3lib_matchCondition
Committed to SVN Trunk (rev. 6110) Oliver Hader
16:12 Bug #21206 (Closed): Add more unit tests for t3lib_matchCondition
Extend the number of unit tests in t3lib_matchCondition for the expressions:
* language
* usergroup
* loginUser
*...
Oliver Hader
16:13 Bug #17785: Multiple RTEs in Flexforms don't work properly
In version 4.2.6 and 4.2.8 the problem that the RTE overlaps other input fields with in flexforms still appears.
Sa...
Jan-Henrik Hempel
15:16 Bug #21205 (Closed): deleting of Irre Elements does not work
in current trunk 6109 of TYPO3 4.3
it's not possible to deleted an Irre Element, if you click the garbage Icon.
F...
Sven Juergens
11:34 Bug #15452: When moving records the translation do not move with it
@Nils: I copy the elements on the same page - didn't tried to copy to other pages yet. No, I do not use TemplaVoila. Markus Timtner
11:26 Bug #15452: When moving records the translation do not move with it
@Markus: is you destination page available in all languages?
Do you use TemplaVoila or traditional pages?
I use TV.
Nils Winkler
10:54 Bug #15452: When moving records the translation do not move with it
Hi there again.
I still encounter that weird behavior that copied content elements with translations somehow loose...
Markus Timtner
11:02 Feature #21204 (Closed): Question about class.t3lib_tceforms.php
First of all: Following is only a try.
I only want to show a date in format "d.m.Y".
On line 844 I found this one...
Stefan Froemken
08:48 Bug #20739: space before + after got a hardcoded limit of 50
This issue also exists in the 4.2 branch. (I think lower versions also) Henrik Ziegenhain
07:15 Bug #17918: Mapping of fieldnames in SQL-functions like MIN(), MAX() or SUM() does not work
Committed revision 25171. Xavier Perseguers
01:46 Bug #21203 (Closed): Install Tool, "Update Wizard", "changeCompatibilityVersion" without action
When pressing "Perform Updates" the wizard reports "Update successful!" but reentering the "Update Wizard" it reports... Bent Jessen

2009-10-07

23:33 Bug #21200: GIFBUILDER triggers warning <"GIFBUILDER" is not a file (uploads/.. resource).> in admin panel
UPDATE
Just double checked again – the warning being produced only in ver. 4.3!
it occures in this part, when var...
Vladimir Podkovanov
23:22 Bug #21200: GIFBUILDER triggers warning <"GIFBUILDER" is not a file (uploads/.. resource).> in admin panel
Hi, for example such conf
lib.content = IMAGE
lib.content {
file = GIFBUILDER
file {
XY = [10.w],[10.h]
...
Vladimir Podkovanov
18:57 Bug #21200: GIFBUILDER triggers warning <"GIFBUILDER" is not a file (uploads/.. resource).> in admin panel
Can you please provide the full TypoScript that resulted in this warning? Oliver Hader
16:06 Bug #21200 (Closed): GIFBUILDER triggers warning <"GIFBUILDER" is not a file (uploads/.. resource).> in admin panel
When using IMAGE or IMG_RESOURCE with file = GIFBUILDER it results in warning <"GIFBUILDER" is not a file (uploads/..... Vladimir Podkovanov
20:00 Bug #21165: Filenames should be escaped with escapeshellarg before passing them to imagemagick
The 4.2 and 4.1 patches are different because 4.1 doesn't require PHP5 and thus cannot use the "protected" keyword. I... Oliver Klee
19:27 Bug #21181: Call to getCache() on a non-object
Besides the fact that I'm waiting for the backtrace to analyze the problem further, the attached patch prevents from ... Oliver Hader
19:19 Bug #21181: Call to getCache() on a non-object
Hm, I see... However, using the caching framework only will be triggered, when the constant 'TYPO3_UseCachingFramewor... Oliver Hader
12:22 Bug #21181: Call to getCache() on a non-object
This occurs in both backend, frontend and install tool. This happens e.g. if you install paymentlib and one of those ... Franz Holzinger
11:56 Bug #21181: Call to getCache() on a non-object
Does this occur in frontend and/or backend disposal? Oliver Hader
19:16 Bug #19149: Inter domain linking with typolinkEnableLinksAcrossDomains does not work for domain record on root page
I wouldn't do that, Tobi, as HTTP_HOST comes from the user and cannot be trusted.
Rather I would drop the dependen...
Ernesto Baschny
17:41 Bug #21202 (Closed): No redirection after login by systemextension felogin
In content element I defined as redirect mode "defined by User Record". And I filled in a redirection page in the use... Wim no-lastname-given
17:07 Bug #15452: When moving records the translation do not move with it
OK, that might cause the problem...
the issue is with a TYPO3 v4.1.7 here.
Markus Timtner
15:20 Bug #15452: When moving records the translation do not move with it
@Markus: I needed also the 0002314_v2.patch like I've written a few notes above. Nils Winkler
14:48 Bug #15452: When moving records the translation do not move with it
@nils: Just the extension: T3X_klee_translation-0_1_2-z-200812051716.t3x Markus Timtner
13:41 Bug #15452: When moving records the translation do not move with it
@Markus: which files do you have installed? Just the extension or also a patch? Nils Winkler
13:33 Bug #15452: When moving records the translation do not move with it
Hi there!
I witnessed some strange behavior of the extension:
(might be relevant to the patch, too)
When copyi...
Markus Timtner
16:59 Bug #21040: OpenID login does uses cURL even if was not defined in TYPO3_CONF_VARS
Update... no problem with RSAAuth here...
The problem was using the HTTPS protocol on the OpenId. On my local system...
Oliver Hader
16:21 Feature #21201 (Closed): use navigation title if available
The path displayed in the search hits can become quite chaotic if people use very long page titles in combination wit... Michael Stopp
16:08 Bug #17918: Mapping of fieldnames in SQL-functions like MIN(), MAX() or SUM() does not work
Tested and it worked as expected
thanks Xavier
Michael Miousse
15:05 Bug #25617: Wrong example configuration of cronjob in manual
Committed to trunk in revision 6109 Francois Suter
15:04 Bug #25617: Wrong example configuration of cronjob in manual
Text corrected to:
If you are editing system crontabs (for example /etc/crontab and /etc/cron.d/*), there will be ...
Francois Suter
14:49 Bug #21197: Unable to autoload class "Date"
All warnings and errors are mailed to me (Setting of $TYPO3_CONF_VARS['SYS']['systemLog']).
The If I didn't do that,...
Wim no-lastname-given
11:07 Bug #21197: Unable to autoload class "Date"
Hi Wim, how can one reproduce this?
Can you please tell the required steps to get this error message?
Oliver Hader
10:20 Bug #21197 (Closed): Unable to autoload class "Date"
Error message:
Extension: Core
Severity: 4
Unable to autoload class "Date"
(issue imported from #M12135)
Wim no-lastname-given
13:44 Bug #21199 (Closed): Usage of quotationmarks in Linkitles in RTE does not work with IE7
The usage of quotationsmarks in Linktitles in RTE-HTMLArea (TYPO3 4.2x) with IE7 makes it unpossible to edit oder cha... Thomas Alboth / undkonsorten.com
13:00 Bug #21198 (Closed): Use flashmessages to display messages from tcemain
Problem:
the error messages from tcemain are not displayed as flashmessages
Solution:
use flashmessages to displ...
Rupert Germann
12:05 Bug #21065: Sporadic random Backend Logoffs
additional information: the problem seems to be internet explorer 8 specific. oliver leitner
11:52 Bug #20701: Wrong pattern modifier in t3lib_htmlmail
Committed to SVN Trunk (rev. 6108) Oliver Hader
11:37 Bug #20701: Wrong pattern modifier in t3lib_htmlmail
Hey, this fix was easy... escaping the "/" delimiter was missing... Oliver Hader
11:28 Bug #21194: Translation update broken
No, nothing in error_log - there's no error (also not the unpack()-error).
It's a problem of output buffering.
As s...
Steffen Gebert
11:17 Bug #21194: Translation update broken
Is there something in the webservers error log or PHP log?
On updating the translations I get a
"Warning: unpack() ...
Oliver Hader
01:27 Bug #21194: Translation update broken
I've attached a patch (12129.diff), which solves the problem on my mac - but on a production server it doesn't work (... Steffen Gebert

2009-10-06

16:32 Bug #21196 (Closed): autoloaders registered by extensions slow down the core autoloader
Problem:
If an extension registers an autoloader by itself this slows down the core autoloader because extension aut...
Rupert Germann
14:55 Bug #19044: typo3 logo in backend on top left looks not perfect because it has white background on gradient background
Yes I see, but in my opinion this is a bug... so it should be fixed in branch as well. Cyrill Helg
14:51 Bug #19044: typo3 logo in backend on top left looks not perfect because it has white background on gradient background
Right Cyrill, this is fixed in TYPO3 4.3, e.g. in the current beta.
As Steffen wrote, your fix has been applied.
...
Chris topher
14:22 Bug #19044: typo3 logo in backend on top left looks not perfect because it has white background on gradient background
I don't think thats fixed in 4.2.9, the image has no transparency.
The image I supplied had transparent background...
Cyrill Helg
13:49 Bug #25618: The script tried to execute a method or access a property of an incomplete object
should be in the list still with a special error "extension / class not available"
it is like an extension which ...
Georg Ringer
13:46 Bug #25618: The script tried to execute a method or access a property of an incomplete object
You're right, the scheduler should check if the class is indeed available, as is done in other parts.
What do you ...
Francois Suter
12:48 Bug #25618 (Closed): The script tried to execute a method or access a property of an incomplete object
Hi,
I did some tests with the scheduler and wrote 2 custom extensions, registered a class, created a task for it a...
Georg Ringer
11:21 Bug #21195 (Closed): Improve performance of flashmessages
Problem:
The current handling of flashmessages in the list module is very unefficient and slows down the BE if there...
Rupert Germann
11:09 Bug #21166: RTE needs reloading to get displayed properly
Yes, it's a strange problem. It's the only project we have that shows this problem.
I've tried to uninstall t3skin...
Ivan Ruiz Gallego
04:09 Bug #21166: RTE needs reloading to get displayed properly
I don't know how to reproduce this issue...
Is t3skin installed? If you unsinstall t3skin, do you get the same beh...
Stanislas Rolland
10:54 Bug #19198: TCA is not loaded completely when "dynamicConfigFile" is used.
Hallo,
just for info: problem still resides - found it in version 4.2.9.
But I suggest applying t3lib_div::load...
Petra Arentzen
08:03 Bug #20701: Wrong pattern modifier in t3lib_htmlmail
is there any news about it? Georg Ringer
04:02 Bug #19617: hook for linkhandler is missing in RTE browse_links
Closing this ssue as it was correctly fixed in linkhandler extension: see
http://forge.typo3.org/issues/show/1342
Stanislas Rolland

2009-10-05

20:48 Feature #16180: Add random on listNum
I agree this would be cool to have in core. I needed similar functionality and am now using an XCLASS as suggested by... Felix Buenemann
19:10 Bug #17918: Mapping of fieldnames in SQL-functions like MIN(), MAX() or SUM() does not work
Michael,
Could you please test patch bug_6953_v4.diff which I rewrote in order to take CGL into account and to hav...
Xavier Perseguers
18:32 Bug #21194 (Closed): Translation update broken
#21079: "dynamic update of translation status im EM is broken"
makes Translation handling submodule broken.
A few...
Steffen Gebert
18:05 Bug #17916: Ext Manager doesn't work with dbal SVN 0.9.20
Original reporter cannot reproduce this bug anymore, nor did I. Xavier Perseguers
17:47 Bug #21193 (Closed): Performance improvement in t3lib_div::get_dirs()
@ symbols are used in the function. They can be removed to improve performance. Performance improvement with the patc... Dan Osipov
15:44 Bug #21154: RTE link window: Can't swtich between tabs when extension tkr_rteanchors is installed
Closing this issue as a duplicate of #10632. Stanislas Rolland
08:29 Bug #21154: RTE link window: Can't swtich between tabs when extension tkr_rteanchors is installed
See also
http://bugs.typo3.org/view.php?id=10632
Nils Winkler
15:28 Bug #21192: List module: scroll-button is missing
Ah, i see :-) Maybe the pagination-scroller should be shown by default if the amount of entries iy > 20. Thomas Schröder
13:32 Bug #21192: List module: scroll-button is missing
I think it got removed with the new pagination.
You still can click on the table title
But I agree that it's not ...
Steffen Gebert
10:48 Bug #21192 (Closed): List module: scroll-button is missing
Standard list module shows 20 entries per CE-type. If you have more entries a button and text [21 - xx ] is shown to... Thomas Schröder
12:06 Bug #21065: Sporadic random Backend Logoffs
nope, still no go, the customer still has the problem. oliver leitner
10:41 Bug #21191 (Closed): "Installation Type: L" - tell the user, what's "L"
After importing an extension from TER, you get the following output:
Extension import results
SUCCESS!
Folder ...
Steffen Gebert
10:28 Bug #21190 (Closed): Suggest: Function call on a non-object
I'm working with current trunk and get following error, when I try to edit a database record in list modul:
Fatal ...
Stefan Froemken
09:11 Feature #15063: Link to pages that are not in the user's DB Mount
This is possible now with user TS config: options.pageTree.altElementBrowserMountPoints = 34,123
Thanks for Susann...
Ernesto Baschny
09:00 Bug #15909: Internal (on page) links corrupted with t3lib_parsehtml::prefixResourcePath()
Prefixing #-anchor with current page path is needed if you are using the baseUrl feature (required for realurl), and ... Ernesto Baschny
08:56 Bug #16159: change default constants with compatibility wizard "pageframe object"
Defaults in css_styled_content nowadays is blank (since 4.2.0). Ernesto Baschny
08:52 Bug #16085: TCEFORM changes are ignored for the secondary fields, if they are displaied within top frame
Not reproduceable nowadays. Thanks to Susanne Moog for reporting Ernesto Baschny
08:51 Bug #16238: Can't login BE, default admin user is within db table 'be_users', also creat a new admin in table
AFAIK, login in BE works nowadays. :) Ernesto Baschny
08:49 Feature #15701: Better page-Not-Found-handling (Redirect-Support)
Can be done already with config.typolinkLinkAccessRestrictedPages and typolinkLinkAccessRestrictedPages_addParams. Ernesto Baschny
08:47 Bug #15865: Styles for colored diffing not available
either fixed or not reproduceable. Diff is currently colored both in old and new skin Ernesto Baschny
08:46 Bug #15666: Old logo and "skin" in install-tool and install-wizard
long ago resolved.. Ernesto Baschny
08:46 Feature #15150: Get list of content elements for "new content" wizard from TCA
Resolved by Steffen's new feature (rev. 4954, #19382) Ernesto Baschny
08:45 Feature #15610: add content-element headline to "New content element" wizard by default
Resolved by Steffen's new feature (rev. 4954, #19382) Ernesto Baschny

2009-10-04

21:59 Bug #17861: Extension Manager does not sort versions of an extension correctly
I can confirm that this bug is still present in 4.2.9. It took hours of my time to find out that the things in the ma... Richard
21:04 Bug #21189: PHP warning snw, if webserver can't remove extension dir
I'm very sorry for the uncomplete bug title and description.. accidently pressed the enter key :(
Correct title: P...
Steffen Gebert
21:01 Bug #21189 (Closed): PHP warning snw, if webserver can't remove extension dir
If user uploaded an extension not using TYPO3 and with permissions, so that TYPO3 can't delete the ext-directory, a P... Steffen Gebert
20:50 Bug #21188 (Closed): Add some flash messages to EM
Replace some plain outputs in Extension Manager with shiny flash messages.
(issue imported from #M12117)
Steffen Gebert
18:37 Bug #21187 (Closed): "Create link" button doesn't become clickable when using keyboard to select text in Safari/Chrome
To reproduce the bug:
* Edit text in any content element using the htmlarea RTE
* Write a sentence, the select some...
Richard
18:09 Bug #21186 (Closed): Show "loadInFE" in EM details view
Extensions have a new flag "doNotLoadInFE". Now it would be nice to show this in EM details view.
See attached scr...
Steffen Kamper
16:49 Bug #20038: AJAX relogin does not work
I refactored the relogin complete (rewrite in ExtJS only) and it works again. Steffen Kamper
15:53 Bug #21176: No upload in the new massuploader with Firefox
Thought you have the same problem like you said in the list? But strange is, same FF Version, same Mac os x on an oth... Philipp Holdener
15:26 Bug #21185 (Closed): Setting default values for $BE_USER->uc doesn't work for multi-dimensional arrays
You can set default values for $BE_USER->uc using
a) $TYPO3_CONF_VARS['BE']['defaultUC']
b) setup.default in UserTS...
Steffen Gebert
15:12 Bug #21184 (Closed): Enable resizable textareas by default
With #20946 resizable texareas were introduced.
Unfortunately, they aren't enabled by default.
So enable them.
...
Steffen Gebert
14:03 Bug #21183 (Closed): Improve output of extension details
Currently EM's view of extension details has a mix of
Key? Yes/No
and
Key: Yes/No
Unify this to "Key: Value"
...
Steffen Gebert
13:36 Bug #21182 (Closed): Show status of flag doNotLoadInFE in extension details
With 4.3 we added the flag "doNotLoadInFE" to exclude extension from being loaded in FE.
The EM doesn't show the s...
Steffen Gebert
12:14 Bug #21173: Replace "Warning: filemtime(): stat failed" with a nice error message
this is a duplicate of #17321.
t3lib_FlashMessage? nice :)
Ralf Hettinger
12:11 Bug #21179: The Reference Index table is empty which is likely to be the case because you just upgraded your TYPO3 source.
If you have further questions regarding TYPO3, you can use the mailing-lists which you find here:
http://lists.netfi...
Chris topher
12:10 Bug #21179: The Reference Index table is empty which is likely to be the case because you just upgraded your TYPO3 source.
Install the extension t3skin.
I remember, that skin_grey2 is even working in 4.2...
So if you like your old desig...
Chris topher
03:05 Bug #21179: The Reference Index table is empty which is likely to be the case because you just upgraded your TYPO3 source.
Ok, i solved finally my problem
The tm_contentaccess extension, was making that my BE wasn't visible into the upda...
silvia

2009-10-03

22:00 Bug #21176: No upload in the new massuploader with Firefox
l think even with shared hosting you should have access to the server's access and error. Please attach the correspon... Steffen Gebert
08:50 Bug #21176: No upload in the new massuploader with Firefox
I have no log entry in TYPO3 for this wrong upload. With Firefox on windows I got a log entry that a file is uploaded. Philipp Holdener
21:56 Feature #15066: Checkbox "Select all" in Install Tool/Database Analyser
this is a duplicate of bug #20733 which was committed to trunk rev: 5703. Susanne Moog
20:55 Bug #21181 (Closed): Call to getCache() on a non-object
In some cases, if you call t3lib_div::xml2array out from localconf.php of an extension, then the caching has not bee... Franz Holzinger
20:08 Bug #19621: getTreeList causes duplicate entry sql error
Attached a patch to fix this. Christian Kuhn
20:07 Bug #19621: getTreeList causes duplicate entry sql error
This is IMHO not related to #18253, but a bug in the cache implementation.
This happens if a page of which getTree...
Christian Kuhn
19:54 Bug #21179: The Reference Index table is empty which is likely to be the case because you just upgraded your TYPO3 source.
Why do you not update to the most current version, 4.2.9? Chris topher
19:52 Bug #21179: The Reference Index table is empty which is likely to be the case because you just upgraded your TYPO3 source.
Then the skin was not the reason for this error.
Go to the install-tool and delete all files in typo3temp/ and sub...
Chris topher
17:38 Bug #21179: The Reference Index table is empty which is likely to be the case because you just upgraded your TYPO3 source.
I just removed from my localconf.php the skin_grey2 , but i stil see the backend empty, i can't access to Tools> db t... silvia
17:31 Bug #21179: The Reference Index table is empty which is likely to be the case because you just upgraded your TYPO3 source.
I guess the version of the skin you use is not compatible with the new version of TYPO3.
Edit the file typo3conf/loc...
Chris topher
17:18 Bug #21179 (Closed): The Reference Index table is empty which is likely to be the case because you just upgraded your TYPO3 source.
Jsut upgraded from typo3 3.8 to 4.1.11, i did the update static info and write to database, when i log into the backe... silvia
18:32 Bug #21180: Meta-Tag http-equiv="language"
Found some more meta tags:
pragma
content-script-type
content-style-type
imagetoolbar
Stephan Bauer
18:00 Bug #21180 (Closed): Meta-Tag http-equiv="language"
Add Meta-Tag language to the list where 'http-equiv' is used instead of 'name'.
(issue imported from #M12108)
Stephan Bauer
15:58 Bug #21178 (Closed): SC_alt_doc::getLanguages retrieves deleted pages_language_overlay records too
SC_alt_doc::getLanguages retrieves deleted pages_language_overlay records too
as a result lang selector being rend...
Vladimir Podkovanov
13:47 Bug #21177: Install Tool Crashes on "Update Wizard"
Here is a possible solution: Change the following lines in all JSManager Extensions that register any JS Libraries to... Michael Knoll

2009-10-02

23:22 Bug #21177 (Closed): Install Tool Crashes on "Update Wizard"
The install tool crashes when I click on "update wizard" after having changed from 4.2.8 to 4.3 Beta1. The following ... Michael Knoll
16:44 Bug #21176 (Closed): No upload in the new massuploader with Firefox
The new massupload tool doesn't work in Firefox (newest version on mac).
I got a message that 100% is uploaded and t...
Philipp Holdener
13:12 Bug #21065: Sporadic random Backend Logoffs
command back, the fix from ernesto could be working, the point is, the customer had forgotten to logout/login before ... oliver leitner
12:07 Bug #21065: Sporadic random Backend Logoffs
Sorry to say, but our customer said, that the Setting of Ernesto Baschny isnt helping either. oliver leitner
11:05 Bug #21175: adv. frontend edit: mailfom, sometimes not possible to close the form wizard
and...
clicking on the "save and close" icon in the form wizard opens the typo3 backend in the ajax window...
Christian Hernmarck
10:53 Bug #21175 (Closed): adv. frontend edit: mailfom, sometimes not possible to close the form wizard
Advanced Frontend Editing:
When adding (drag drop) a new mailform, then saving (not closing) - even without changes....
Christian Hernmarck
09:24 Bug #21174: Advanced Front End Editing - click edit and content elements are empty
I've reported this bug in the bugtracker for feeditadvanced on forge.typo3.org:
http://forge.typo3.org/issues/show...
Steffen Gebert
00:51 Bug #21174 (Closed): Advanced Front End Editing - click edit and content elements are empty
I can drag & drop content elements ok.
If I edit a text element though, I get the ajax window appearing with the t...
Simon Browning
09:11 Bug #21154: RTE link window: Can't swtich between tabs when extension tkr_rteanchors is installed
DAM is imported but not nstalled.
The weird thing is that I can't use a wrapper function. But renaming the main_rt...
Nils Winkler
05:45 Bug #21154: RTE link window: Can't swtich between tabs when extension tkr_rteanchors is installed
Is DAM installed? Stanislas Rolland
08:50 Bug #21166: RTE needs reloading to get displayed properly
It seems to be a browser-independent problem. I've tested with:
PC (Windows XP): Safari 4, Firefox 3.5, IE 8, Chrome...
Ivan Ruiz Gallego
06:21 Bug #21166: RTE needs reloading to get displayed properly
What version of what browser? Stanislas Rolland
06:37 Bug #20233: RTE doesn't know what to do with <media> tag and encodes the braces of tag
Closing this issue as it is a Page TS configuration issue for using tt_news with rtehtmlarea and DAM.
DAM does con...
Stanislas Rolland

2009-10-01

22:41 Bug #21173 (Closed): Replace "Warning: filemtime(): stat failed" with a nice error message
If a file in uploads/ folder is missing, but referenced in a content element
a) PHP warning appears (and may break l...
Steffen Gebert
21:11 Bug #21172 (Rejected): Image processing does not work with Imagemagick 4.2.9
After updating to 4.3 beta1, no images processing is possible, if imagemagick version 4.2.9 is used.
Root of the p...
Steffen Gebert
20:59 Bug #15452: When moving records the translation do not move with it
Hi,
I tested the patch / extension (0002314_v2.patch and T3X_klee_translation-0_1_2-z-200812051716.t3x) with TYPO3...
Nils Winkler
19:01 Bug #21065: Sporadic random Backend Logoffs
Then probably the company goes out through multiple IPs (proxy) and the backend is fixed for a session on a single IP... Ernesto Baschny
17:07 Bug #21171 (Closed): Can't use nav_title in JSMENU
I'm using page's title for SEO and have long description in there. Now these long text is shown in my JSMENU and I do... Albrecht Köhnlein
15:51 Feature #21169: add fullQuoteStr to stdWrap
there is an error in 0012094.patch - so i just uploaded 0012094_v2.patch
add &parameter=te'st
page = PAGE
page...
Martin Holtz
14:51 Feature #21169 (Closed): add fullQuoteStr to stdWrap
(afaik) at the moment you need a userFunc to sanitze a value to be sql-injection save
# Example: sql-injection poss...
Martin Holtz
15:21 Bug #21137: Add missing sysexts to update wizard
committed attached v5 to trunk rev 6092 Rupert Germann
15:04 Bug #21154: RTE link window: Can't swtich between tabs when extension tkr_rteanchors is installed
I've checked v4.2.9:
In the file typo3/sysext/rtehtmlarea/mod3/browse_links.php (line 104) the function main_rte fro...
Nils Winkler
14:51 Feature #17881: Enable stdWrap for select.where
ok, i opened a ticket for that: #21169 Martin Holtz
14:42 Feature #17881: Enable stdWrap for select.where
well, it is possible to produce SQL-Injections right now - use andWhere.stdWrap for proper SQL Injection vulerability... Martin Holtz
14:40 Bug #21167: The errorhandling can make TYPO3 Backend unusable
committed to trunk rev 6088 Rupert Germann
14:23 Bug #21167 (Closed): The errorhandling can make TYPO3 Backend unusable
Problem:
The errorhandling can make TYPO3 Backend unusable because every php error is turned into an exception.
...
Rupert Germann
14:24 Bug #21168 (Closed): Improve the error and exception handling
Problem:
The new errorhandling in TYPO3 is way too unflexible.
- Errors are "converted" to exceptions. This is not ...
Oliver Hader
13:42 Bug #17918: Mapping of fieldnames in SQL-functions like MIN(), MAX() or SUM() does not work
Xavier the patch was made from the trunk but with revision 24646
could you take a look at it and see if everything...
Michael Miousse
13:08 Bug #20938: SOAP error while uploading an updated extension
Reading this, it looks to me like adding "Content-Length" fixes this bug. Stefan Geith
12:55 Bug #21139: Change order in installtool (Update Wizard before Database Analyzer)
Dropped in favour of #21151 Oliver Hader
12:26 Bug #21074: TCEforms suggest doesn't find everything on large sites and is slow
committed to trunk rev 6083 Rupert Germann
11:53 Bug #21147: t3lib_sqlparser is not able to parse alias of a joined table
Committed to SVN Trunk (rev. 6082)
Still pending for TYPO3_4-2 and TYPO3_4-1
Oliver Hader
11:29 Bug #21166 (Closed): RTE needs reloading to get displayed properly
When editing a content element the RTE doesn't get displayed properly (see attached Screenshot). It seems like at lea... Ivan Ruiz Gallego

2009-09-30

23:59 Feature #19383: Make use of setcookie()'s additional parameters in t3lib_userAuth to prevent XSS
Duplicate of issue #18172 and solved there Oliver Hader
23:58 Feature #18172: Transfer cookies via SSL only whenever possible
Committed to SVN Trunk (rev. 6080) Oliver Hader
23:13 Bug #19955: redirecting to referer does not work
v4 fixes the issue, patch is for trunk. Fixed trunk version should work with 4.2 as well.
Steffen Kamper
22:50 Bug #21052: redirect options do not seem to work
@Navi
did you select "hide at login" on the page where the loginbox is displayed?
that was the problem on my site.
Administrator Admin
22:12 Bug #21165 (Closed): Filenames should be escaped with escapeshellarg before passing them to imagemagick
The problem lies in class.t3lib_stdgraphic.php::wrapFileName() with is
supposed to wrap a filename into double quot...
Helmut Hummel
21:11 Bug #21164: Make messages in reports module collapsable
committed to trunk, rev 6078 Steffen Kamper
20:33 Bug #21164 (Closed): Make messages in reports module collapsable
By changing markup to divs the messages are seperated, which looks better. As the module can be very crowded in futur... Steffen Kamper
20:46 Bug #21154: RTE link window: Can't swtich between tabs when extension tkr_rteanchors is installed
I've tried 4.2.8, and it doesn't work also. Nils Winkler
20:33 Bug #21154: RTE link window: Can't swtich between tabs when extension tkr_rteanchors is installed
Could you please try this with TYPO3 4.2.8? If it does not exist there, we can isolate the problem to a TYPO3 release.
Oliver Hader
20:01 Bug #21154: RTE link window: Can't swtich between tabs when extension tkr_rteanchors is installed
I switched the installation back to v4.2.0 and the RTE links are editable. I changed back to v4.2.9 and the RTE windo... Nils Winkler
14:47 Bug #21154 (Closed): RTE link window: Can't swtich between tabs when extension tkr_rteanchors is installed
After upgrading TYPO3 to 4.2.9 I recognized that I can't switch to another tab in the RTE link window (regardless of ... Nils Winkler
20:43 Bug #20785: Potential SQL injection in class.t3lib_tsfebeuserauth.php
Oli, patch is fine, the unit test work.
I was not really able to exploit the issue, but the potential is probably ...
Ernesto Baschny
19:02 Bug #21156: Number as page-alias shouldn't be allowed
A new evaluation/validation method should be introduced:
"NaN" or "noint"
Oliver Hader
16:17 Bug #21156 (Rejected): Number as page-alias shouldn't be allowed
It's possible to set a number as an alias of a page. This conflicts with the page-id. TYPO3 should correct the alias ... Tobias Schaefer
18:33 Bug #21158: Report are not visible in IE6
Can confirm this Steffen Gebert
17:17 Bug #21158 (Closed): Report are not visible in IE6
the html code for the link on the overview page is in the htmlsource but it's not displayed.
seems to be a css probl...
Rupert Germann
18:31 Feature #17881: Enable stdWrap for select.where
Thanks Sebastian! However, who is looking into the source code while typing TypoScript? The proper place would be TSr... Oliver Hader
18:21 Bug #21159: Backend login cookie check fails in IE6
Can't reproduce. What zone is shown in the bottom right? Internet or Restricted-whatever-it's-called? For me it works... Steffen Gebert
17:50 Bug #21159 (Closed): Backend login cookie check fails in IE6
Problem:
If you open the Backend login in IE6 the cookie warning shows up. No matter if the browser accepts cookies ...
Rupert Germann
18:13 Bug #21160 (Closed): Missing clear.gifs in dynTabMenu in setup module
Problem:
to display the startmodule selector the setup module calls t3lib_loadModules->load()
this changes $GLOBALS...
Rupert Germann
17:07 Bug #21157: Memcached Configuration status report is broken
committed to trunk rev 6077 Rupert Germann
16:58 Bug #21157 (Closed): Memcached Configuration status report is broken
Problem:
when memcached is configured and working the reports module shows still a connection error.
This happens ...
Rupert Germann
15:53 Bug #21155: PHP fatal error with frameset page
committed to trunk rev 6072 Rupert Germann
15:43 Bug #21155 (Closed): PHP fatal error with frameset page
Problem:
PHP Fatal error: Call to undefined method tslib_fe::addBodyContent() in /trunk/typo3/sysext/cms/tslib/clas...
Rupert Germann
15:23 Bug #21121: BE style must match t3skin in Install Tool
Committed to SVN Trunk (rev. 6074) Oliver Hader
15:23 Bug #21120: BE style must match t3skin in reports module and flash messages
Committed to SVN Trunk (rev. 6073) Oliver Hader
12:27 Bug #21153: pageCacheToExternalFiles=1 breaks db-caching in 4.3
committed to trunk rev 6072 Rupert Germann
12:07 Bug #21153 (Closed): pageCacheToExternalFiles=1 breaks db-caching in 4.3
Problem:
if $TYPO3_CONF_VARS['FE']['pageCacheToExternalFiles']=1 is set in localconf.php db-caching will not work an...
Rupert Germann
11:20 Bug #4823 (Closed): Wrong example configuration of cronjob in manual
Case moved to bugs.typo3.org. Closing it. Francois Suter
11:19 Bug #4823: Wrong example configuration of cronjob in manual
Steffen Müller wrote:
> moved to:
> http://bugs.typo3.org/view.php?id=12078
Perfect. Thanks a lot. Sorry for the...
Francois Suter
11:04 Bug #4823: Wrong example configuration of cronjob in manual
moved to:
http://bugs.typo3.org/view.php?id=12078
Steffen Müller
10:58 Bug #4823: Wrong example configuration of cronjob in manual
Indeed, well spotted.
I'm sorry but would you mind opening a bug report on bugs.typo3.org (project TYPO3 Core, sub...
Francois Suter
10:29 Bug #4823 (Closed): Wrong example configuration of cronjob in manual
On page 6, the cronjob example configuration supposes to use an additional "user" parameter in the crontab of root:
...
Steffen Müller
11:04 Bug #25617 (Closed): Wrong example configuration of cronjob in manual
On page 6 of the manual, the cronjob example configuration supposes to use an additional "user" parameter in the cron... Steffen Müller
10:59 Bug #25616 (Closed): Missing documentation for setting up cron jobs on Windows
In the Scheduler documentation, the instructions for setting up a cron job on Windows is missing.
(issue imported...
Francois Suter

2009-09-29

23:45 Bug #21118: message "The selected language is not available before the language pack is installed" wrong if no language can be chosen
FYI: committed to trunk rev 6071 Rupert Germann
22:12 Bug #25615: Scheduler floods sys_log in endless loop if a task is running and multiple executions isn't allowed
Committed to trunk in revision 6069. Francois Suter
21:25 Bug #20980: security related links in EM are not marked as links
committed to trunk rev 6068 Rupert Germann
20:40 Feature #21152: Integration of saltedpasswords as system extension
Integrated via svn:externals in SVN Trunk (rev. 6067) Oliver Hader
20:36 Feature #21152 (Closed): Integration of saltedpasswords as system extension
Problem:
Passwords of backend users are stored as MD5 and weak passwords like "secret" can be recalculated using rai...
Oliver Hader
19:30 Bug #21151 (Closed): Add COMPARE Link to update Wizard
After each Update you need to execute COMPARE.
To save some clicks and inform about that very important step i add...
Steffen Kamper
19:07 Feature #19336: Add an error and exception handler (backported from FLOW3)
FYI: committed v9 to trunk rev 6066 Rupert Germann
18:16 Bug #20686: Warning: touch() [function.touch]: Utime failed
Committed to SVN:
* Trunk (rev. 6062)
* TYPO3_4-2 (rev. 6063)
* TYPO3_4-1 (rev. 6064)
Oliver Hader
13:15 Bug #20686: Warning: touch() [function.touch]: Utime failed
Attached v3, which fixes a bug and has an improvement (see core-list discussions). Previous patch didn't really work,... Steffen Gebert
13:10 Bug #20686: Warning: touch() [function.touch]: Utime failed
Your patch fixes the error, thanks! That leaves the documentation error unsolved -I am not into the procedures of th... Thomas Noest
11:47 Bug #20686: Warning: touch() [function.touch]: Utime failed
My patch adds a check for is_writable() before touching the file.
v2 is now pending in core list.
The hints of ...
Steffen Gebert
17:22 Bug #21150 (Closed): Google Chrome doesn't close images "click to view larger" images
Normally, you can click on "click to view larger" images and then click into the image to close the new window. Googl... Richard
16:41 Bug #21149 (Closed): Error message doesn't look stringent
If t3skin is installed, the error message looks not nice.
This patch uses t3skin error message styled as the error...
Steffen Kamper
15:14 Feature #14902: indexed_search: Results navigation relies on JavaScript
Confirmed that the patch works with 4.2.8 and fixes the javascript invalid pointer issue with firefox 3.5.3
Darren Clark
12:42 Bug #21148 (Closed): Permanent login checkbox is not shown as expected
If $GLOBALS['TYPO3_CONF_VARS']['FE']['permalogin'] is set to 2 and $GLOBALS['TYPO3_CONF_VARS']['FE']['lifetime'] is g... Stefan Froemken
09:43 Bug #21146: Right Mouseclick in IE8 Stopped working
Typo3 4.2.9 fixed the problem:) oliver leitner

2009-09-28

22:43 Feature #17881: Enable stdWrap for select.where
Added a patch for current 4.3 trunk and with warning comments to avoid using GPvars to avoid SQL-Injections Sebastian Michaelsen
21:53 Bug #17072: DBAL/PostgreSQL: SQL parse error in "Who is online" BE list
Could you please test whether patch for bug #21147 solves this issue too? If so, please close this bug and patch 1207... Xavier Perseguers
21:47 Bug #21147 (Closed): t3lib_sqlparser is not able to parse alias of a joined table
See bug #17072 for an old problem related to this and more recently, with feeditadvanced, having DBAL installed makes... Xavier Perseguers
21:37 Bug #20938: SOAP error while uploading an updated extension
Hi,
found a discussion on bugs.php.net:
http://bugs.php.net/bug.php?id=48216
Can nobody try this?
Thanks!
Sven Weiss
14:32 Bug #18520: indexing of external files may be prevented by php's open_basedir restriction
this is a anyoing problem, becase indexed_search wont work on any hosting with openbasedir settings... Jonas Felix
11:21 Bug #21146 (Closed): Right Mouseclick in IE8 Stopped working
IE8 produces an Error when not running in compatibility mode, and someone tries to rightclick on a page.
1. login to...
oliver leitner
09:28 Feature #21145 (Closed): TS-Condition "userFunc" takes only first parameter
Using the following condition "[userFunc = user_match(66,28,98)]", the userfunc gets only the first parameter, becaus... Matthias Stübner

2009-09-27

23:06 Bug #25615: Scheduler floods sys_log in endless loop if a task is running and multiple executions isn't allowed
As discussed per mail, the best solution is to also calculate the next execution time even when an execution is skipp... Francois Suter
22:40 Bug #21017: Use separate tables for tags in the caching framework
After re-reading the docs for Mysql, PostgreSQL and SQL server I find that these three databases support THIS syntax:... Martin Kutschker

2009-09-26

22:24 Bug #25615: Scheduler floods sys_log in endless loop if a task is running and multiple executions isn't allowed
For your amusement here is a sum-up of what happened to us tonight on one of our development servers:
- Yesterday ...
Christian Kuhn
21:46 Bug #25615 (Closed): Scheduler floods sys_log in endless loop if a task is running and multiple executions isn't allowed
How to reproduce:
- Create a sleep test task with 300 seconds
- Call the scheduler cli to start the 5 minute task
...
Christian Kuhn
02:14 Bug #17715: function "debug" is used instead of "$GLOBALS['TYPO3_DB']->debug" in the class.t3lib_befunc.php
Resolved, unable to reproduce: I'm unable to find a debug call in method BEgetRootLine in recent versions. Please reo... Christian Kuhn
01:56 Bug #17584: 4.2trunk: ALTER TABLE fe_users DROP KEY pid
Resolved, no change required:
- All proposed changes are key indexes only, no dropped fields.
- In case of fe_use...
Christian Kuhn
01:42 Bug #16087: Copying of fe-users does not work
Resolved, unable to reproduce.
Copying fe_user records from one sysfolder to another works fine for me in the list...
Christian Kuhn
01:25 Bug #19839: Javascript Error while navigating in menus section (msie4 is undefined)
Is this still reproducible in current TYPO3 versions? Christian Kuhn
01:25 Bug #19863: Javascript Error while navigating in menus section (msie4 is undefined)
Resolved as duplicate of #19839 Christian Kuhn
01:09 Bug #20286: New depedence after Update to 2.5.21
Resolved as duplicate of #17427 Christian Kuhn
01:04 Bug #19422: delete field alway inserted for "select " in Full Search
Resolved, no change required. Christian Kuhn
00:50 Bug #19553: upgrade from 4.2.0 to => 4.2.1 breaks mth_feedit rte html parsing
Please use the mailing lists at http://lists.typo3.org/ or the newsgroups (NNTP) on the same server to ask your quest... Christian Kuhn
00:40 Bug #18912: Mozilla Firefox -> Treemenu
Resolved, no change required:
- Demo video not available
- Unable to reproduce with ff 3.0.14 locally with TYPO3 ...
Christian Kuhn
 

Also available in: Atom