Activity
From 2009-11-05 to 2009-12-04
2009-12-04
- 23:14 Bug #18722: "Broken rootline" error when creating new page in Draft
- Thanks Tobias, p0 made it successfully. However, it hasn't fix the problem unfortunately, the bug is still there.
- 23:06 Bug #18722: "Broken rootline" error when creating new page in Draft
- the patch is still not commited (pending for review in the core list). Thus it was not shipped in 4.3.0
- 23:04 Bug #18722: "Broken rootline" error when creating new page in Draft
- try "patch --dry-run -p0" instead of "patch --dry-run -p1"
- 20:11 Bug #18722: "Broken rootline" error when creating new page in Draft
- Hi Everyone,
Just checked if the error still present on typo3 4.3.0. Following the same steps:
1. Change workspa... - 23:08 Feature #21799 (Closed): htmlArea: Resizable RTE area
- Make the RTE resizable whether in wysiwyg or text mode.
(issue imported from #M12930) - 20:30 Bug #21798 (Closed): Templates in Web>Template on rootpage (overview) is in wrong order
- The overview of all templates is in a strange order and does not reflect the page tree. IMO this would be far better ...
- 18:15 Bug #18311: Remove DAM-References from media field does not work
- Problem is still (T3 4.2.9, DAM 1.1.1, dam_ttcontent 1.1.0) there, occours also with Oracle 11g.
DBAL-Debug gives f... - 17:33 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- I wish I could reproduce this issue...
What is your css declaration for class arrow? - 10:55 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- Had to create a new typo3 account...
this.editor._doc.execCommand("CreateLink", false, encodeURI(theLink)); is jus... - 17:29 Bug #21797: SQL error in translationCount() if table does not provide deleted field
- The error occurs in the "Web" -> "List" view mode.
- 17:20 Bug #21797 (Closed): SQL error in translationCount() if table does not provide deleted field
- Like you can see at "Additional Information", you will get a MySQL-Error message when there is no deleted-field in a ...
- 17:07 Bug #20941: fe-editing broken if IRRE-elements are used with RealURL
- further invstigations:
if using feeditadvanced, the editing form is loaded as an eId-script via index.php.
The ... - 15:57 Bug #21176: No upload in the new massuploader with Firefox
- http://code.google.com/p/swfupload/issues/detail?id=201
EDIT: allowInsecureDomain seems only to allow access to a ... - 15:39 Bug #21176: No upload in the new massuploader with Firefox
- I use a certificate that does not cover the current typo3 domain. So the theory that Flash uses an internal SSL certi...
- 15:19 Bug #21176: No upload in the new massuploader with Firefox
- Do you use HTTPS and self-signed certificates?
It works for me, when I use HTTP or a vhost with a valid SSL certif... - 15:51 Bug #21795 (Closed): tcemain checkFullLanguageAccess is too restrictive
- The access check which were introduced with #14408 and #14408 are too restrictive if the user's access is limited to ...
- 15:15 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
- Markus, I use PHP 5.2.11 with OpenSSL 0.9.8k (25th Mar 2009) enabled and BE login with RSA works.
And I see that the... - 10:45 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
- It's not a problem of PHP version, but more of OpenSSL Version!
I switched back to PHP 5.2.9 but left OpenSSL at v... - 09:06 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
- Ok thx for this answer.
Did you try it on PHP 5.2.11?
Moreno has the same problem with exactly this version.
A... - 03:04 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
- I'd really like to help you but I'm simply unable to reproduce. Described setup works for me.
My environment:
PHP 5... - 13:28 Bug #21794 (Closed): javascript error in tmenu_layers.php and gmenu_layers.php
- ie alerts a javascript error sometimes, whe the mouse is moved during pageload
there is a small timespan when the mo... - 11:49 Bug #21793: Wrong and missleading calculation within a comment
- Sorry, I was wrong. The values are taken in bytes, only the calculation is wrong.
So the line has to be:
// Raise... - 11:45 Bug #21793 (Closed): Wrong and missleading calculation within a comment
- Hi there,
within the dummy - packages, there is a very missleading and simply wrong calculation about filesizes in... - 11:18 Bug #19806: wrong encoded String from class.t3lib_tsfebeuserauth.php
- Same charset: UTF-8
- 10:52 Bug #19806: wrong encoded String from class.t3lib_tsfebeuserauth.php
- the not working system - which charset do you use there? And how does the alert look there, can you provide a screens...
- 10:09 Bug #19806: wrong encoded String from class.t3lib_tsfebeuserauth.php
- I just applied the patch on another system, without change, so the problem there was not solved through the patch.
...
2009-12-03
- 23:37 Bug #19806: wrong encoded String from class.t3lib_tsfebeuserauth.php
- Thanks a lot, it works!!! :-)
- 22:55 Bug #19806: wrong encoded String from class.t3lib_tsfebeuserauth.php
- commenting out the line solves it. I have to make more test to see why this was used. See patch for trunk
- 19:20 Bug #19806: wrong encoded String from class.t3lib_tsfebeuserauth.php
- Same issue here (Version 4.2.10). Any solution how to fix that?
- 23:05 Bug #21772: Frontend Editing should be in front of flash videos, but is not
- it's typical - flash always is on top.
add wmode=transparent to the flash params if you can and it's solved.
- 10:57 Bug #21772: Frontend Editing should be in front of flash videos, but is not
- Same Problem with the yaml package/db_ttv for typo3:
the head ist in front of the FE-Editing... - 22:41 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
- Thx, but I already knew that.
phpinfo() in the Installer tells me:
OpenSSL support enabled
OpenSSL Version Ope... - 22:20 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
- To copy my reply from the mailinglist:
It looks like the backendfactory cannot deliver a valid backendstorage.
Po... - 13:54 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
- My server also uses PHP 5.2.11
I tried with a new installation on another machine which uses PHP 5.2.9 and it work... - 10:46 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
- Additional information about my case:
- New installation, no update
- PHP 5.2.11
- I tried different storage direc... - 10:28 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
- I have exactly the same error on my system..
- 18:48 Bug #21792 (Closed): Image processing does not work in final 4.3, but in RC1 and RC2
- The image processing does not work with IM or GM any more. Only with disabled SafeMode it works.
In RC1 and RC2 the ... - 18:40 Bug #21791 (Closed): Output of t3lib_div::getIndpEnv for TYPO3_SITE_SCRIPT for Rewritten URLs
- I tried to install cooluri and mentioned that it is not working correctly. The SQL-Selects to the cached URLs were wr...
- 18:12 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- Ok, then I have a look why It's not re created.
- 17:58 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- If the link is a link to a file and if you change part of the name of the file from upper case to lower case or vice ...
- 17:42 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- For me it's working fine, when I comment out line 164:
//this.editor._doc.execCommand("UnLink", false, null);
Now... - 07:40 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- After changing a file, use the Clear RTE Cache option of the TYPO3 Clear Cache menu (available to admin user or users...
- 14:36 Bug #21789 (Closed): Rewritten queries are logged as parseError in DBAL Debug BE module
- Whenever a query is rewritten, e.g., which LIKE statements rewritten as dbms_lob.instr(column, 'text', 1,1 ) > 0 when...
- 14:28 Bug #17235: Sorry, you didn't have proper permissions to perform this change.
- This happens on an Oracle database when a field has changed its type from mediumtext to mediumblob for instance (typi...
- 14:15 Feature #21788 (Closed): Cleanup alt_intro and remove "You are logged in as user .."
- as a cleanup it would be nice to get rid of the ugly <hr /> and remove the message "You are logged in as user <userna...
- 14:11 Bug #21783: Switching Workspaces as a normal User (non admin) Cause Browser Crash in Internet Explorer 8
- that error also happens with admin users.
it happens with live and development workspace as well as with custom wo... - 11:20 Bug #21783 (Closed): Switching Workspaces as a normal User (non admin) Cause Browser Crash in Internet Explorer 8
- if a normal user tries to switch workspaces, he gets the following error output:
"Object required"
When running... - 13:17 Bug #21787 (Closed): css_styled_content 4.3 and distance between images in Firefox and Internet Explorer 7
- I think there is a little bug concerning css_styled_content 4.3 and the distance between images in Firefox and IE 7 w...
- 13:12 Bug #21786 (Closed): CSS rule "margin:0" is missing for the right frame
- The right frame is missing a margin:0 to look like the main frame. See screenshot
(issue imported from #M12907) - 12:42 Bug #21785 (Closed): Usability improvements to the extension manager
- The following improvements should be in next version:
* the icon to install/load further extension should be also cl... - 12:11 Bug #21760: 4.3.0 Users Settings are broken
- On another server this problem does not occur. So I can not reproduce this problem. I think this bug can be closed. S...
- 11:59 Bug #21784 (Closed): ORA-00918: column ambiguously defined
- When using DBAL and trying to use function menu "Indexed Search" from Web > Info, this error is raised.
Analyzing ... - 11:05 Bug #21360: Image Generation broken with PHP safe_mode = On / Graphicsmagick
- Hi,
for me in 4.3.0 the patches dont't work in BE, the use of thumbs.php causes gm to hang again. Only way to fix ... - 10:42 Bug #21782 (Rejected): TS-Localization (_LOCAL_LANG) isn't applied
- The localized text defined in plugin.tx_felogin_pi1._LOCAL_LANG isn't overriding the localization (from locallang.xml...
- 10:42 Bug #21777: Copy and paste in lists does not work
- Sorry, Typo3 4.3
An unordered list in a textelement in RTE
Paste with strg/V
No error messages - 10:26 Bug #21777: Copy and paste in lists does not work
- this does help nothing. Please provide infos:
- TYPO3 version
- which list
- which data
- how paste (icon, clickm... - 10:39 Bug #21719: Install Tool can not create cachingframework databases
- The problem also exists with other databases, like the tt_news 3.0.1.
Always get the mysql Error 1170 - 10:17 Bug #21781 (Closed): Wrong usage of CDATA raise javascript error
- in t3lib_tsStyleConfig::ext_getForm the CDATA is
* not commented out which raise a javascript error
* have wrong cl... - 09:46 Bug #21780 (Closed): Cannot parse SQL hints
- RealURL uses SQL hint in method encodeSpURL_encodeCache (line 664 of class.tx_realurl.php):
$res = $GLOBALS['TYPO3... - 09:40 Bug #20088: In BE time and datetime fields GMT-0 will be shown by javascript, but GMT+1 will be saved
- I can reproduce on Typo3 4.2.10 (and also 4.2.6)
Firefox 3.5 - 09:19 Bug #21778: Enabling internal query parameters ruins links with anchors
- Seems to solve the problem. Thank you!
- 07:45 Bug #21778: Enabling internal query parameters ruins links with anchors
- Please test patch attached to issue #21625
- 07:58 Feature #21779 (Closed): Integrate OWASP ESAPI for PHP
- This is a feature request.
It would be nice to integrate OWASP ESAPI [1] for PHP in TYPO3 Core. ESAPI is "(...) a ... - 07:19 Bug #21771: Backend User form is empty - javascript error Ajax.Autocomplete is not a constructor
- Hey Mirko,
that's the solutions. I'v disabled "date2cal" too, and everything is working fine now.
Maybe someone m...
2009-12-02
- 23:54 Bug #21250: Cannot login after upgrade to TYPO3 4.3 due to missing authentication method
- I do have a site running on TYPO3 4.3 now but nothing of this helped. Neither deleting temp_CACHE* files nor performi...
- 23:13 Feature #5609 (Closed): Adding multiple content type to clipboard doesn't work - no error
- In the extended clipboard it is possible to select content from multiple tables at one to move them in the clipboard ...
- 21:41 Bug #21773: No page tree icons in Safari
- Can't reproduce and can't imagine.
Please clear cache, provide some details (screenshots and URLs of the missing f... - 14:57 Bug #21773 (Closed): No page tree icons in Safari
- in the BE 4.3 on Safari Version 4.0.4 (5531.21.10) the pagetree icons are gone.
in FF 3.5.4 all is OK
(issue imp... - 21:27 Bug #21778 (Closed): Enabling internal query parameters ruins links with anchors
- If I set
RTE.default.buttons.link.queryParametersSelector.enabled = 1
new links of the form
index.php?id=5#c190
b... - 20:33 Bug #21777 (Closed): Copy and paste in lists does not work
- If I try to insert an element into a list - not as last list element - Firefox does not work anymore, especially if I...
- 20:30 Bug #21761: Fatal error in class autoloader after upgrade to TYPO3 4.3
- i've got the same problem using 4.3 and TV - but only with PHP 5.3.0 and 5.3.1.
Downgrading back to 5.2.11 solves it... - 19:17 Bug #21771: Backend User form is empty - javascript error Ajax.Autocomplete is not a constructor
- This seems not to be a bug in the core!
I've disabled "date2cal" and everything is working fine now! - 18:36 Bug #21771: Backend User form is empty - javascript error Ajax.Autocomplete is not a constructor
- I have the same problem. But it's not only for backend users but for all records which have this new search field on ...
- 15:27 Bug #21771: Backend User form is empty - javascript error Ajax.Autocomplete is not a constructor
- Update my database, clear any cache, with and without proxy, compare database, clear user settings pp.
No effect, th... - 15:07 Bug #21771: Backend User form is empty - javascript error Ajax.Autocomplete is not a constructor
- Works here. Did you update your database? Any extensions modifying the output there? Clear all caches in TYPO3 and in...
- 14:37 Bug #21771: Backend User form is empty - javascript error Ajax.Autocomplete is not a constructor
- BTW: Empty browser cache change anything.
- 14:35 Bug #21771 (Closed): Backend User form is empty - javascript error Ajax.Autocomplete is not a constructor
- Hey folks,
i have update my TYPO3 from 4.2.10 to 4.3.
After the update the user information is not displayed anym... - 18:00 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- Dear Stanislas,
there might be a problem in /typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link/typo3link.js? I'm... - 17:06 Bug #21719: Install Tool can not create cachingframework databases
- Same problem here. Our database is also set to UTF-8.
- 09:30 Bug #21719: Install Tool can not create cachingframework databases
- I have a similar problem. After upgrade from 4.2.10 to 4.3.0 I get these messages in the database analyser after "Com...
- 16:43 Bug #21776 (Closed): fe_adminLib.inc crashes on 5.3 because usage of split()
- split is deprecated in php5.3 and throws an exception.
Solution:
use preg_split
(issue imported from #M12889) - 15:55 Feature #21775 (Closed): additional curl options for install tool
- Please add the following options for the curl configuration:
CURLOPT_SSL_VERIFYPEER
CURLOPT_CAPATH
Both are re... - 15:33 Bug #21774 (Closed): User Tools/Worspace screen stage change buttons problem
- The buttons to change the stage of a record are not shown to the right user with custom workspaces. The button to sen...
- 15:01 Bug #21772: Frontend Editing should be in front of flash videos, but is not
- Seems like the video uses a layer with a number which is too high (or feeditadvanced uses a number which is too low).
- 14:48 Bug #21772 (Closed): Frontend Editing should be in front of flash videos, but is not
- I have a linked You Tube Video on my site. If I open the Front End Editor Light Box, the video is in front of the edi...
- 14:02 Bug #21770: openID login/redirect does not work
- Sorry my fault.
It's working after doing database updates from RC2 to final - 13:41 Bug #21770 (Closed): openID login/redirect does not work
- Since the final of 4.3 the redirect after sucessful authentication does not work.
Instead of Redirecting to the back... - 13:45 Bug #21750: Missing labels for CType header in New Content Wizard
- committed to 4_3 rev 6622 and trunk rev 6623
- 12:53 Bug #21769 (Rejected): Hardcoded BE path in typo3/sysext/install/updates/class.tx_coreupdates_installnewsysexts.php
- In typo3/sysext/install/updates/class.tx_coreupdates_installnewsysexts.php there are two places where the BE path is ...
- 10:09 Bug #21767: Standard feedit (not advanced) will be displayed inside the page (content column) and not in separate page
- I already tried admPanel.edit.editFormsOnPage = 0 with no change. When changing back to T3 4.2.10 the problem is gone...
- 08:57 Bug #21767: Standard feedit (not advanced) will be displayed inside the page (content column) and not in separate page
- Check the setting of editFormsonPage.
- 09:26 Bug #21746: 4.3.0 install tool incorrectly reports memory limit problem
- committed to 4_3, rev 6619 and trunk, rev 6620
- 09:06 Bug #21748: Translation Settings - No Languages to Fetch
- sadly clearing typo3temp folder didnt fix it:/
- 09:05 Bug #21768 (Rejected): sysext simulatestatic got no icon
- the sysext simulatestatic is missing an icon
(issue imported from #M12879) - 08:32 Bug #21745: Query parameters cannot contain "id="
- Seems to solve the problem. Thank you!
- 01:31 Bug #21745: Query parameters cannot contain "id="
- Please test attached patch against TYPO3 4.3.
- 03:04 Bug #21617: Context menu of page tree does not work anymore in firefox 3.5.5
- I have made a clean install of Typo3 4.3.0 with Dummy Site, used the update wizard in the Installer, Firefox 3.5.5 o...
2009-12-01
- 23:50 Bug #21766: Tool>Log date fields does not work
- Here is a patch that allows real userdefined date entry also supported with datepicker
- 15:49 Bug #21766: Tool>Log date fields does not work
- the complete date entry is very unlucky. I try to correct this.
- 15:48 Bug #21766: Tool>Log date fields does not work
- And finally integrating #20688...
- 15:29 Bug #21766: Tool>Log date fields does not work
- > The two boxes doesn't have a date selector.
Add a date picker; the idea is great! - 15:27 Bug #21766 (Closed): Tool>Log date fields does not work
- After upgrading to 4.3.0 I noticed that the Tools>Log extension had been changed.
The old dropdown for selecting ... - 23:00 Bug #21767 (Closed): Standard feedit (not advanced) will be displayed inside the page (content column) and not in separate page
- Standard feedit (not advanced) will be displayed inside the page (content column) and not in separate page. This make...
- 16:26 Bug #21748: Translation Settings - No Languages to Fetch
- i never saw that before and noone else reported such problem. Please try to delete the complete typo3temp folder cont...
- 16:20 Bug #21742: PHP Warning: mktime()
- there is already a patch - please search first: #20786
- 15:57 Bug #21547: Templavoila und Preview
- wow - what a confusion :)
It should be reported on forge where feeditadvanced reside:
http://forge.typo3.org/proj... - 13:56 Bug #21547: Templavoila und Preview
- that's ok, i didn't move it at all - i simply started it in tv - moving is a developer task in my opinion. - Christia...
- 13:52 Bug #21547: Templavoila und Preview
- And I moved it to the Core because the Core-team has to take care of it because they're maintaining the feeditadvance...
- 13:50 Bug #21547: Templavoila und Preview
- i started it here, because it only happens with tv and feeditadvanced ...
- 13:43 Bug #21547: Templavoila und Preview
- Even with
page.10.disableExplosivePreview = 1
plugin.tx_templavoila_pi1.disableExplosivePreview = 1
I still get... - 15:49 Bug #21759: TYPO3 4.3 flexform fields of type INPUT are not filled with stored data in BE
- please close this one,
a debug output in a helper class was active.
Once the debug output is removed, everythin... - 08:26 Bug #21759 (Closed): TYPO3 4.3 flexform fields of type INPUT are not filled with stored data in BE
- When using flexforms in a extension the flexform fields of type INPUT are not filled in the form, while data inserted...
- 15:13 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- I can confirm this behaviour with the 4.3.0 release. IE8 often switches into compatibiltiy mode that forces immediate...
- 14:52 Feature #21765 (Closed): Flag Icon for RS and RO are missing
- There are 2 flag icons for serbia and romania missing.
RS is also missing in TYPO3 4.2.
At the moment I couldn... - 14:46 Bug #21719: Install Tool can not create cachingframework databases
- This is exactly the problem I have, too. I'm not as fit in MySQL. Here are a few still have the error messages:
AL... - 14:02 Bug #21719: Install Tool can not create cachingframework databases
- I just tried to upgrade our dev website from 4.2.10 to 4.3.0 and it seems we are having the same problem. We are usin...
- 14:38 Bug #21763: Massuploader skinning has to be improved
- Ah, ok, I thought it should somehow be possible to put the uploader into a corner of the screen or so (just like a wi...
- 14:32 Bug #21763: Massuploader skinning has to be improved
- Yes, that's normal. Don't know, where the uploader is integrated (think in the backend.php), but IMHO it's okay this ...
- 14:29 Bug #21763: Massuploader skinning has to be improved
- Shouldn't it be possible to continue working during file upload?
Using Firefox 3.5 the uploader is on a layer in fro... - 13:44 Bug #21763 (Closed): Massuploader skinning has to be improved
- I see several issues:
* Buttons not visible (ExtJS styles missing)
* "Select files" button has width 80, which is t... - 14:21 Bug #21764 (Closed): Use "strong" instead of "b"
- you may ask: why? Both render text to bold, but there is a difference.
b is only a visual tag, strong is a semantica... - 13:20 Bug #21202: No redirection after login by systemextension felogin
- FYI: i submited the patch to the core list. Thank you Franz.
- 12:46 Bug #21202: No redirection after login by systemextension felogin
- I've tested the patch and it works for me.
Thank you Franz! - 10:33 Bug #21202: No redirection after login by systemextension felogin
- I've tested the patched version in 4.3.0 with redirect after login according to
- user login
- group login
- stand... - 13:12 Bug #21741: Menu Update broken in EM when Using translated Backend
- The texts are used in the details view of an extension.
Have a look at the values in the section "Installation statu... - 12:08 Bug #21762: loginNews is missing a style for links
- You can test it by adding the following lines to your localconf.php
$TYPO3_CONF_VARS['BE']['loginNews'][] = array(... - 12:05 Bug #21762 (Closed): loginNews is missing a style for links
- If you place an <a/> tag in loginNews for the login skin, it is not styled.
Solution: Give it text-decoration: und... - 11:31 Bug #21214: Pagetitle not shown
- but the problem is cal needs date2cal; otherwise there's no calendar to choose a date from... but that's probably a c...
- 08:36 Bug #21214: Pagetitle not shown
- problem of date2cal which is not needed in TYPO3 4.3.x
- 08:24 Bug #21214: Pagetitle not shown
- thx, I can confirm that
- 11:17 Bug #21760: 4.3.0 Users Settings are broken
- Can't reproduce. What's the path outputted by TYPO3 for the image?
For me it's ../../../sysext/t3skin/icons/gfx/help... - 09:46 Bug #21760: 4.3.0 Users Settings are broken
- my actualTYPO3 version is 4.3.0 and not 4.3.0 RC2
- 09:44 Bug #21760 (Closed): 4.3.0 Users Settings are broken
- Most images in User Settings are broken. The path for example helpbubble is /typo3/sysext/setup/mod/sysext/t3skin/ico...
- 11:06 Bug #21761: Fatal error in class autoloader after upgrade to TYPO3 4.3
- I can reproduce the same error message, also in PHP 5.3.1.
No Frontend with templavoila. - 10:28 Bug #21761 (Closed): Fatal error in class autoloader after upgrade to TYPO3 4.3
- There was no frontend output after upgrade from TYPO3 4.10 to 4.3 (stable version).
I got the PHP error message "F... - 09:41 Bug #21755: Error message in EM when using Retrieve/Update
- tyvm for the info, steffen.
that document helped alot with understanding the news in error debugging.
you may c... - 01:08 Bug #21755: Error message in EM when using Retrieve/Update
- Christopher: it's the php timeout message
please read the error document how to setup error logging and output whi... - 08:22 Bug #21758 (Closed): Allow useless parentheses to be parsed
- Sometimes, developers include useless parentheses in their WHERE clause. E.g.:
SELECT * FROM pages WHERE (uid=3)
... - 01:05 Bug #21743: Mulitple tests of the t3lib_PageRenderer_testcase fail
- committed to trunk, rev 6618
- 00:58 Bug #21743: Mulitple tests of the t3lib_PageRenderer_testcase fail
- i found the problem. As we needed to convert all non-utf8 scripts to utf-8, render method of pageRenderer needs $this...
- 00:40 Bug #21757 (Closed): t3lib_cs::convArray converts integers to string
- As the conversion is used for javascript arrays that may contain also integers/booleans the conversion should only co...
2009-11-30
- 23:53 Bug #21756 (Rejected): Fatal error when trying to use SaltedPasswords together with RSA for BE login
- When calling the BE login (typo3/index.php) the following error occurs:
Fatal error: Call to a member function get... - 23:52 Bug #21755: Error message in EM when using Retrieve/Update
- What is the exact wording of the message in 4.2.10?
- 22:26 Bug #21755 (Closed): Error message in EM when using Retrieve/Update
- When trying to get a list of the current ter (import->retrieve/update),
typo3 4.2.10 shows correctly: "timeout max ... - 23:28 Feature #21660: Secure the BE login 3 - The password change facility does not require the user’s current password.
- And this is the mentioned thread (Jan 2008):
http://lists.typo3.org/pipermail/typo3-dev/2008-January/027241.html - 23:13 Bug #14398: Mark extrep_wizard extension as deprecated for TYPO3 >3.7
- The extension does not apear in the TER anymore. Closing this report.
- 23:09 Bug #15456: TSref > "stat_apache_logfile" > Option "lockRootDir" does not exist (should be "lockRootPath", shouldn't it?)
- Committed to documentation trunk in revision 6615
- 23:06 Bug #15456: TSref > "stat_apache_logfile" > Option "lockRootDir" does not exist (should be "lockRootPath", shouldn't it?)
- Indeed, indeed. Such an old bug, so easy to fix ;-)
- 23:04 Bug #15956: Little typo script in TS example for smile_categorization
- This is related to an extension's manual and not to core docs.
The extension itself has not been updated in ages a... - 22:53 Bug #17044: CVS is mentioned instead of SVN
- Hi,
This bug report is pretty old. Were you refering to the Core Coding Guidelines? If yes, they have been updated... - 22:48 Bug #18297: TSREF: HMENU.includeNotInMenu needs update
- Committed to documentation trunk in revision 6613
- 22:46 Bug #18297: TSREF: HMENU.includeNotInMenu needs update
- Description changed to:
"If set, pages with the checkbox “Not in menu” checked will be included in menus." - 22:48 Bug #19919: "output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'" on backend login
- I have the same error, with 4.3 now logged:
Core: Error handler (BE): PHP Warning: ob_start() [ref.outcontrol]: ou... - 22:29 Bug #17176: TSref: [globalString = HTTP_HOST= www.typo3.com] does not always work
- Committed to documentation trunk in revision 6611
- 22:26 Bug #17176: TSref: [globalString = HTTP_HOST= www.typo3.com] does not always work
- Correct.
Changed exampe to:
[globalString = IENV:HTTP_HOST = www.typo3.com] - 20:50 Bug #21748: Translation Settings - No Languages to Fetch
- centos 4.x
PHP Version 5.2.9
kernel 2.6.9-78.0.22.ELsmp
loaded mods:
core mod_authn_file mod_authn_default mod_au... - 17:55 Bug #21748: Translation Settings - No Languages to Fetch
- can you give us some environment infos?
- 14:52 Bug #21748 (Closed): Translation Settings - No Languages to Fetch
- When calling ext-manager->translation handling, you get a surprise
click on ext manager
choose translation handli... - 20:12 Bug #21749: Inserting <hr /> using an RTE leads to validation error
- this is not the case. Insert hr with button in rte works as expected (4.3, rte setup demo)
- 15:05 Bug #21749 (Closed): Inserting <hr /> using an RTE leads to validation error
- When an <hr /> gets inserted into and RTE field (using either rtehtmlare or tinyMCErte) the <hr /> tag will be encaps...
- 19:51 Bug #21744: Installtool - 123 mode not working
- > If you call your fresh site you'll be redirected to the url ...
Yes, that was a fresh installation. During the ins... - 19:04 Bug #21744: Installtool - 123 mode not working
- ok, so question: how did this happened? If you call your fresh site you'll be redirected to the url with password.
- 18:54 Bug #21744: Installtool - 123 mode not working
- your right, i just had the URL without the password...
...typo3/install/index.php?mode=123&step=1 - 17:23 Bug #21744: Installtool - 123 mode not working
- hm - i see all. Are you sure you have correct url?
..../typo3/install/index.php?mode=123&step=1&password=joh316 - 11:28 Bug #21744 (Closed): Installtool - 123 mode not working
- The 123 mode dosn't show the edit form to fill up the values.
See attached screens.
(issue imported from #M12844) - 18:29 Bug #21533: Caching Framework: Memcache backend set() is terrible slow if handling entries with many tags
- i think we should let it open to show the lack of tag iteration.
- 17:56 Bug #21533: Caching Framework: Memcache backend set() is terrible slow if handling entries with many tags
- I think we should close this one as "Not fixable".
The performance problems of apc and memcached are a architectur... - 18:18 Bug #21518: Unescaped & in urls of list module
- committed to 4_3, rev 6607 and trunk rev 6608
- 17:49 Feature #21754 (Closed): database backend: Use t3lib_db to insert all tags in one run
- If #21753 makes it to core, here is the patch to use the new INSERTmultipleRows method in the db cache backend.
(... - 17:46 Feature #21753 (Closed): Provide an API to insert multiple rows at once
- It would be nice if t3lib_db provides an API to insert multiple rows at once.
This is eg. useful for the database ... - 17:25 Bug #21743: Mulitple tests of the t3lib_PageRenderer_testcase fail
- are you on non-utf8 BE? I think the charset conversion does some magic here.
- 12:13 Bug #21743: Mulitple tests of the t3lib_PageRenderer_testcase fail
- The DB compare did not fix the problem for me.
- 11:43 Bug #21743: Mulitple tests of the t3lib_PageRenderer_testcase fail
- This worksforme the latest trunk (after doing a DB compare).
- 11:31 Bug #21743: Mulitple tests of the t3lib_PageRenderer_testcase fail
- The TYPO3 SVN revision I am using is 6603
- 11:24 Bug #21743 (Closed): Mulitple tests of the t3lib_PageRenderer_testcase fail
- The following Tests fail, with the respective error messages:
testAddInlineLanguageLabel
Message:
Failed assert... - 16:00 Bug #21752 (Closed): t3lib/class.t3lib_page.php generates invalid queries for DBAL
- DBAL parser is still unable to parse queries containing "useless" parentheses in the WHERE clause. This occurs for in...
- 15:13 Feature #21751 (Closed): Web Info: Page TS Config Selector missing FeEdit section (hardcoded!)
- The Web Info Module that offers a nice ts config overview does not show the newly introduced FeEdit section because t...
- 15:13 Bug #21750 (Closed): Missing labels for CType header in New Content Wizard
- Problem:
locallang_db_new_content_el.xml has contains titles and descriptions for all CTypes but header. Thus if you... - 14:42 Feature #21688: Add support for IN and EXISTS subqueries
- Successfully tested on an Oracle website
- 14:37 Bug #21747 (Closed): Element wizard & web_list.allowedNewTables doesn't respect hiding pages
- The helpful TsConfig setting (Page TsConfig)
mod.web_list.allowedNewTables = fe_users
allows to specify the recor... - 14:29 Bug #21746: 4.3.0 install tool incorrectly reports memory limit problem
- Line 1511 of typo3/sysext/install/mod/class.tx_install.php compares the memory_limit with TYPO3_REQUIREMENTS_RECOMME...
- 13:29 Bug #21746 (Closed): 4.3.0 install tool incorrectly reports memory limit problem
- With memory_limit=48M set in /etc/php.ini, the Basic Configuration of the Install Tool reports:
Memory limit below... - 12:27 Bug #21745 (Closed): Query parameters cannot contain "id="
- I enabled
RTE.default.buttons.link.queryParametersSelector.enabled = 1
because I have to pass a Parameter "evsid=26... - 10:42 Feature #20933: Enable working with SysFolders in CONTENT
- Attached patch introduces property checkDoktype to avoid the negative naming.
- 10:29 Bug #20611: deprecated function in class.nusoap.php in TYPO3 v.4.3alpha3
- This warning is shown in the EM's list of extensions.
- 10:20 Bug #21742: PHP Warning: mktime()
- Hello Oliver,
I have now added this to the file php.ini:
[Date]
; Defines the default timezone used by the dat... - 10:02 Bug #21742: PHP Warning: mktime()
- Hi Franz,
thanks for pointing this out. However, there's not much TYPO3 can do about it, since a proper configuratio... - 09:43 Bug #21742 (Closed): PHP Warning: mktime()
- The page module shows a lot of PHP warnings for mktime in PHP 5.3.1.
PHP Warning
PHP Warning: mktime() [function.... - 09:13 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- Yeah maybe. I keep an eye on it. Funny is that only Firefox has this problem
- 09:10 Bug #21705: Page Tree shows Server Error
- Here it is working ( Apache2.2/ FreeBSD7.1/ PHP 5.2.6)
- 08:59 Bug #21708: Front-end editing: flickering templavoila-preview div
- For the templavoila div see:
http://bugs.typo3.org/view.php?id=12585 - 08:44 Bug #21741 (Closed): Menu Update broken in EM when Using translated Backend
- #21109 introduced labels in Extension Manager.
Sadly in Revision 6042 introduced labels for fixed configuration flag... - 00:34 Bug #21740 (Closed): creation of ENABLE_INSTALL_TOOL does not respect fileCreateMask
- creating the file ENABLE_INSTALL_TOOL within user-setup creates the file but just with -rw-r--r--
if the FTP-/shell...
2009-11-29
- 22:17 Bug #21739: TS property pageRenderTemplateFile needs to be renamed
- committed to trunk, rev 6594
- 21:23 Bug #21739 (Closed): TS property pageRenderTemplateFile needs to be renamed
- As the class pageRenderer has been renamed (from "pageRender") the TS property name should match for consistency
... - 20:04 Bug #25572: wrong line height for the linecounter
- There is a dependancy on the browser/OS combination.
On Mac with Firefox it is ok
On Mac with Safari and on Windo... - 19:27 Bug #21735: Caching error when clearing indexed search elements in info module
- Committed to SVN Trunk (rev. 6593)
- 19:17 Bug #21735 (Closed): Caching error when clearing indexed search elements in info module
- When clearing elements in the Info > Indexed Search module, a caching error is issued:
Fatal error: Call to a member... - 19:23 Bug #21181: Call to getCache() on a non-object
- Hi Jochen,
thanks for reporting. The message is the same, however it's a different bug that will be handled in this ... - 18:29 Bug #21181: Call to getCache() on a non-object
- The bug is still present in 4.3.0RC2 when using indexed_search (tested with PHP 5.2.8, 5.2.11, 5.3.0, 5.3.1).
Fata... - 19:12 Feature #21688: Add support for IN and EXISTS subqueries
- Committed v3 to DBAL Trunk (rev. 27132)
- 18:29 Feature #21688: Add support for IN and EXISTS subqueries
- Support for IN subqueries has been added by patch for bug #12800
- 18:37 Bug #21702: The type in t3lib_TCEforms does not work if the type field shall be excluded when translating
- Committed to SVN Trunk (rev. 6590)
- 18:34 Bug #21718: Add functionality to work with caching framework
- Committed to DBAL Trunk (rev. 27125)
Committed to DBAL branch 1-0 (rev. 27126) - 18:19 Bug #21718: Add functionality to work with caching framework
- Committed to SVN Trunk (rev. 6589)
- 15:23 Bug #21718: Add functionality to work with caching framework
- Added additional unit-test in patch 12800-dbal_v2.diff to make sure subquery is properly remapped (which was the case).
- 14:06 Bug #21718: Add functionality to work with caching framework
- Patch 12800-core.diff adds new method SELECTsubquery to t3lib_db, just as discussed above. And adds the additional fi...
- 17:45 Bug #20659: TCAdefaults in Page TSConfig without effect on creating new element after existing one
- Committed to SVN Trunk (rev. 6588)
- 17:31 Bug #21732 (Closed): Recycler doesn't show my deleted CE
- Tried this on Firefox 3.5.5 with Ubuntu 9.10
I create a CE (for example type image or text) on a page and then del... - 17:28 Bug #21731: Wrong encoding of JSON data in t3lib_PageRenderer
- Committed to SVN Trunk (rev. 6587)
- 12:34 Bug #21731 (Closed): Wrong encoding of JSON data in t3lib_PageRenderer
- JSON data that is used and arranged with PHP's json_encode() in t3lib_PageRenderer is wrong when it containts special...
- 17:24 Bug #19590: Use correct memory limit definition in Install Tool
- Committed to SVN Trunk (rev. 6586)
- 17:10 Bug #25634: Wrong CSH text for "End of task"
- Committed to trunk in revision 6585
- 16:24 Bug #25634 (Closed): Wrong CSH text for "End of task"
- Scheduler's CSH label task_end.alttitle has value "Start of task", which is obviously wrong. Should be "End of task"....
- 16:48 Bug #21727: Wrong encoding of labels in t3editor
- Committed to SVN Trunk (rev. 6583)
- 16:46 Bug #21709: Recycler does not show up
- Frank, please create a new bugreport concerning your problems. Thanks!
- 16:45 Bug #21709: Recycler does not show up
- Committed to SVN Trunk (rev. 6582)
- 16:43 Bug #21709: Recycler does not show up
- Yes. It's a drop-down box.
When I'm on the page where I deleted a CE (text w image, that I can see in the 'non-use... - 16:39 Bug #21709: Recycler does not show up
- Frank, the patch solves showing the recycler at all but does not change anything concerning searching for records.
- 16:35 Bug #21709: Recycler does not show up
- At the upper right of the white area there is this scrollbar next to the text saying "Table:"...
You used it, right? - 16:12 Bug #21709: Recycler does not show up
- With or without the patch doesn't make any difference. The only record that shows up in the recycler is a deleted rec...
- 16:35 Bug #21728: Core labels need to be utf-8 before json_encode
- committed v3 to trunk, rev 6581
- 14:33 Bug #21728: Core labels need to be utf-8 before json_encode
- Hi olly,
ok, here is patch for backend.php only. I'll send it to core list right now. - 12:36 Bug #21728: Core labels need to be utf-8 before json_encode
- Hi Steffen, I've put the t3lib_PageRenderer part to a separate issue in #21731 since some more changes were required ...
- 16:20 Bug #19530: Store OpenID information in database instead of using the filesystem
- rev 6580
- 15:41 Bug #21480: Problem with clearing of floated elements in IE
- Committed to SVN Trunk (rev. 6579)
- 15:17 Bug #21480: Problem with clearing of floated elements in IE
- I created a patch that handles everything higher than IE7 without the inline-block.
It's not the shiny solution, how... - 14:37 Bug #16032: Missing 'Edit' option on Content Icon in Content view
- that's a TCEform issue
- 14:34 Bug #20624: Uncaught exception InvalidArgumentException on creating graphical menus
- Committed to SVN Trunk (rev. 6578)
- 14:22 Bug #20615: Memcached backend does not work well if cache of a page shall expire after 30 days
- Committed to SVN Trunk (rev. 6577)
- 14:12 Bug #21712: Unit test checkGetExtensionKeyByPrefix of the t3lib_extmgm_testcase fails
- Committed to SVN Trunk (rev. 6576)
- 13:56 Bug #21712: Unit test checkGetExtensionKeyByPrefix of the t3lib_extmgm_testcase fails
- +1 by reading
- 13:41 Bug #21712: Unit test checkGetExtensionKeyByPrefix of the t3lib_extmgm_testcase fails
- Please test the attached patch which should solve this issue.
- 13:58 Bug #21723: "find record" search filed for web site users and groups
- This is related to #17874, #21034 and #21036.
- 13:33 Bug #21729: change language .js for ExtJS according to BE language
- committed v2 to trunk, rev 6575
- 10:48 Bug #21729: change language .js for ExtJS according to BE language
- wow.. i could create a patch for this bug! ( patch_12828.patch =
what do you think?
stefano - 10:31 Bug #21729: change language .js for ExtJS according to BE language
- yes, the $this->lang (protected variable) is not set!
i don't know how to set it.. any core dev? :) - 10:28 Bug #21729: change language .js for ExtJS according to BE language
- it seems tehre is a bug at line 1182 of /t3lib/class.t3lib_pagerenderer.php
$extJsLang = isset($localeMap[$this... - 10:18 Bug #21729 (Closed): change language .js for ExtJS according to BE language
- the ExtJS localization has default (english):
<script src="contrib/extjs/locale/ext-lang-en-min.js" type="text/javas... - 12:42 Bug #21705: Page Tree shows Server Error
- Cases where it works without '?' before currentSubScript perhaps show browser-bugs. IMHO when it's clear that the bug...
- 12:32 Bug #21705: Page Tree shows Server Error
- even it's perhaps obvious I just mention the problem in the screenshot:
currentSubScript is prepended with a '&'-Sig... - 12:18 Bug #21487: t3lib_div::flushOutputBuffers can't work
- Committed v3 to trunk in revision 6574
- 12:14 Bug #21663: wrong htmlspecialchars on < em > in Extension Manager
- Committed to trunk in revision 6573
- 11:35 Bug #17000: BE permissions ignored
- Verified as bug in 4.2 and 4.3. Not fixed yet.
- 10:49 Bug #21719: Install Tool can not create cachingframework databases
- Tested without DBAL on a MySQL-only install of TYPO3. I cannot confirm the problem there either. I don't know why you...
- 10:35 Bug #21719: Install Tool can not create cachingframework databases
- Tested on a website with a MySQL database and DBAL active:
- Dropped caching_* tables in MySQL
- Went to Install ... - 00:37 Bug #21719: Install Tool can not create cachingframework databases
- I have run a regular MySQL 5.0.32 from the debian etch. DBAL is not aktiv.
I thought the databases are created using... - 10:39 Bug #21707: Wrong mouseover cursor at icon of docheader
- Committed to SVN Trunk (rev. 6572)
- 10:32 Bug #21730 (Closed): ALTER TABLE is not able to parse length restriction in index creation (Oracle)
- When installing RealURL, table tx_realurl_uniqalias contains a length restriction on field value_alias for index/key ...
2009-11-28
- 21:27 Bug #21728: Core labels need to be utf-8 before json_encode
- with this patch extensions should use the API (pageRenderer) to add labels and settings, then they are safe.
- 21:22 Bug #21728: Core labels need to be utf-8 before json_encode
- This problem can also arise in extensions (e.g. with feeditadvanced).
Is there a way to fix this in the core, too? - 21:14 Bug #21728 (Closed): Core labels need to be utf-8 before json_encode
- This is same problem as #21727 and #21727. As json_encode only works with utf-8 the labels has to be converted if ren...
- 21:20 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- there is a pending patch for this too in core list: #20786
- 19:48 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- Markus provided me access to his development system on PHP 5.3.
It turned out that a missing timezone-setting in php... - 18:07 Bug #21721: backend login fails
- That's fine; no problem! ;-)
- 18:05 Bug #21721: backend login fails
- Must have been something with the json installation. Reinstalled php5-json aswell as php5-filter.
Seems to be work... - 16:53 Bug #21721: backend login fails
- thanks, Christopher. But the line extension=json.so is uncommented in the extensions.ini file and it is still not wor...
- 16:49 Bug #21721: backend login fails
- Hmm, using XAMPP with PHP 5.2 I have this section in phpinfo():
json
json support enabled
json version 1.2.1
... - 16:22 Bug #21721: backend login fails
- Additional to my system. It's running Plesk as well.
No mention about json at all in phpinfo - 16:12 Bug #21721: backend login fails
- Using phpinfo() you should see some information. Search for "json" to see the version installed...
- 16:07 Bug #21721: backend login fails
- Oliver, I'm running PHP 5.2.5 on FreeBSD 6.3-RELEASE-p1
Christopher, since i run that version it should be install... - 15:18 Bug #21721: backend login fails
- Michael, what is the PHP version you are using and on which operating system?
- 15:03 Bug #21721: backend login fails
- There are quite a few people these days who prefer using the bugtracker instead of the mailing lists. So I posted you...
- 14:54 Bug #21721: backend login fails
- I didn't think it was needed to mention that i already did that. Tried that several times without succes.
- 18:05 Bug #5539 (Closed): sysext recycler: Typo in language label (nobrainer)
- There is a typo in the language label "js.label_crdate" in the file typo3/sysext/recycler/mod1/locallang.xml.
Inst... - 17:52 Bug #21727: Wrong encoding of labels in t3editor
- = #12824
- 17:42 Bug #21727 (Closed): Wrong encoding of labels in t3editor
- The encoding of labels in t3editor is wrong and will deliver empty labels if special chars appear there and a non-UTF...
- 17:47 Bug #5538 (Closed): sysext recycler: Missing space-character in info-popup
- Using TYPO3 4.3 the "Are you sure"-messages miss a space-character.
See screenshot.
- 17:18 Bug #21709: Recycler does not show up
- The patch solves the problem.
I know that the same code was copied to some other places (t3editor and feeditadvanc... - 17:12 Bug #21709: Recycler does not show up
- Please test the attached patch which should solve the problem.
- 16:24 Bug #21709: Recycler does not show up
- Checked again. Label fall-back works as expected for non-translated labels.
But if the backend is used in non UTF-8 ... - 16:01 Bug #21709: Recycler does not show up
- Before you have the work:
See my comment in #21725:
The first label, which is not shown, if using a German BE, cont... - 16:00 Bug #21709: Recycler does not show up
- Thanks! By having a look at the screenshot I realized that both of you use a localized backend to your native languag...
- 15:55 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- Using the Page TSConfig you are providing, I can't reproduce this issue.
If reproducibility is not always, perhaps... - 15:53 Bug #21726 (Closed): Updating translations from repository in extension manager fails in Safari
- Updating translations from repository in extension manager fails in Safari 4.0.4 on Mac OS X. Just a white page is sh...
- 15:47 Bug #21705: Page Tree shows Server Error
- It looks like this issue is similar to issue #21544 which should be fixed.
Can you please check the syslog file (con... - 15:25 Bug #21719: Install Tool can not create cachingframework databases
- What DMBS are you using? The field tag is a VARCHAR(128) thus creating an index with a length of 320 characters looks...
- 14:26 Bug #21356: Misleading flash message when creation/deletion install tool file (mod setup)
- > one message that is saying that the password has been updated (wrong)
This should have been fixed meanwhile (#21... - 14:11 Bug #21693: borderClass is hardcoded
- Added patch.
- 14:10 Bug #21693 (Closed): borderClass is hardcoded
- The CSS-class for image borders (csc-textpic-border) is hardcoded. Should be configurable, i.e. :
tt_content.image... - 08:02 Bug #21176: No upload in the new massuploader with Firefox
- the described problems with win7 where with sites, which do NOT have any .htaccess restriction.
- 07:41 Bug #21718: Add functionality to work with caching framework
- I thought again and we have to prevent quoting to let it work with DBAL. This means 3 possibilities:
1) Add a para... - 01:25 Bug #21724: Local reverse proxy disables ENABLE_INSTALL_TOOL check
- You're welcome.
- 01:22 Bug #21724: Local reverse proxy disables ENABLE_INSTALL_TOOL check
- Already done!
Thanks a lot Marcus!!! - 01:20 Bug #21724: Local reverse proxy disables ENABLE_INSTALL_TOOL check
- Sure, I believe that the commit was a fault in a way that it has been committed to trunk only. The RFC was about 4-1,...
- 01:02 Bug #21724: Local reverse proxy disables ENABLE_INSTALL_TOOL check
- Can we backport it to 4.2 branch, since #0011368 was applied to it?
- 00:59 Bug #21724: Local reverse proxy disables ENABLE_INSTALL_TOOL check
- Should have been fixed with #0011710. Unfortunately it was committed to trunk only.
- 00:07 Bug #21724 (Closed): Local reverse proxy disables ENABLE_INSTALL_TOOL check
- We have a reverse proxy (nginx) accepting connections, before passing requests to Apache. Requesting the install tool...
2009-11-27
- 22:59 Feature #21565: Generating multiple directories for images in GB/ and pics/
- Your patch didn't work completly. You missed to replace the mkdir by the mkdir_deep of t3lib_div
I fixed this. Als... - 22:27 Bug #21723 (Closed): "find record" search filed for web site users and groups
- Web site users and group are lacking the new "find record" search filed introduced with TYPO 4.3
(issue impo... - 21:34 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- Yeah, sorry we needed to delete the screenshots, because our client was named. I uploaded the screenshots again and b...
- 16:02 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- Please provide a screenshot of the link dialogue. I am unable to reproduce this issue.
- 12:10 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- By the way, on my development system I'm running Typo3 4.2.10 and I've expierenced the same issue.
"Is there an er... - 20:42 Bug #21722 (Closed): CSS Issues in Buttons (Recycler / File Mass Uploader)
- The buttons in recycler and file mass uploader have white text and are therfore are hard to read. Attached patch fixe...
- 20:14 Bug #21721: backend login fails
- go to the install tool and use the database analyzer and the upgrade wizard.
Then delete the temp_cached files, cl... - 20:09 Bug #21721 (Closed): backend login fails
- Backend login fails after upgrade from 4.2 with following error.
Fatal error: Call to undefined function json_enco... - 18:53 Bug #21709: Recycler does not show up
- I've added recycler.png. I see a little bit more than Christopher but the form is empty also. On this screenshot I ha...
- 17:34 Bug #21709: Recycler does not show up
- I attached a screenshot.
But: My problem seems to be different from the one Frank has.
Mine seems to be caused by t... - 17:18 Bug #21709: Recycler does not show up
- Can you please add a screenshot of that misbehaviour? Thanks!
- 18:42 Bug #21718: Add functionality to work with caching framework
- Using patch from #21688 which seems to add missing support for subqueries in an IN where clause, I found a problem wh...
- 16:25 Bug #21718 (Closed): Add functionality to work with caching framework
- DBAL currently misses functionalities to work properly with the caching framework. Besides that maybe also some chang...
- 18:34 Bug #21176: No upload in the new massuploader with Firefox
- I've just searched a bit. HTTP-Auth seems to be problematic with Flash. This also stated in the known-issues section ...
- 15:45 Bug #21176: No upload in the new massuploader with Firefox
- Yes, I also experienced this with HTTP-Auth.
On Windows, Flash asks for the password - on other platforms it doesn't... - 15:43 Bug #21176: No upload in the new massuploader with Firefox
- Hello,
I would mention the following ...
There are several sources of error (JS / Flash / PHP / Apache Settings... - 18:20 Bug #21705: Page Tree shows Server Error
- I'm currently in the train. But I downloaded the latest version of TV from the TER. And yes - the error also occurs w...
- 17:53 Bug #21705: Page Tree shows Server Error
- Which version of TemplaVoila are you using?
Does this error also occur when TemplaVoila is not installed? - 18:10 Bug #19044: typo3 logo in backend on top left looks not perfect because it has white background on gradient background
- Hi Olly, traget-version should stay 4.3.0, because it is fixed there.
Furthermore, I don't think that this minor i... - 17:51 Bug #21460: Sporadic JS error in loginrefresh.js
- #21455 has been committed after your comment Steffen.
=> Solved? - 17:18 Bug #21719 (Closed): Install Tool can not create cachingframework databases
- In Install Tool on Compare, the Tools is not able to Create this 3 new Databases
CREATE TABLE cachingframework_cac... - 17:17 Bug #21708: Front-end editing: flickering templavoila-preview div
- Can you please add this also to the Forge issue tracker:
http://forge.typo3.org/projects/typo3v4-feedit/issues
Th... - 17:09 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
- Seems to be working now...
- 17:08 Bug #21340: js error "result.login is undefined"
- Could not reproduce with TYPO3 4.3-RC2.
Please feel free to open a new bug report if it still appears with several c... - 16:43 Feature #20242: Implement wrapper mysql_fetch_field in t3lib_db
- I could not find any dependency on mysql_fetch_field() in the Core and Extbase.
- 16:39 Feature #18039: Integration of kb_md5fepw into SysExt felogin
- This is solved by integrating saltedpasswords as system extension into TYPO3 4.3.
- 16:38 Feature #19693: Integrate possibility to define additional header data via TypoScript
- This is solved with the PageRenderer in issue #20661
- 16:36 Feature #19551: Feature for automatic load of compressed library
- This is fixed with the PageRenderer in issue #20661
- 16:33 Bug #20999: Ajax login refresh throws JS error
- This seems to be already fixed with some other refactoring of the relogin.
- 16:32 Bug #20990: Cleanup in typo3/index.php: remove interfaceSelector_jump
- The part is still required in TYPO3 4.3...
- 16:28 Bug #21255: Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
- This was fixed with TYPO3 4.3-RC1
- 16:22 Bug #20963: Child records cannot be deleted inline
- Deleting fixed with #21367
- 16:19 Bug #20322: Add possibility to use username and get located to OpenID provider on login
- Dropped
- 15:58 Bug #21480: Problem with clearing of floated elements in IE
- The SVN log points to:
http://forge.typo3.org/repositories/diff/typo3v4-core?rev=2889
And thus to issue #17982 - 15:33 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- I cannot confirm if its still occuring in 4.3, but i am quite sure because the problem is
a DBAL and not a TYPO3 cor... - 14:01 Bug #21716 (Closed): TYPO3 randomly needs up to 1 minute to answer requests (includes bugfix)
- We have a large TYPO3 installation powering 19 different websites with over 3.000 pages and a lot of page impressions...
- 13:21 Bug #21715 (Closed): mm-data in list view after deleting the foreign entry still showing
- Example setup with TT-News:
In the backend after editing a news and relating a news category to this news, a mm-entr... - 12:52 Feature #20556: Add TypoScript properties to enable the admin panel only on specific pages/typeNums
- Dropped
- 12:34 Feature #21688: Add support for IN and EXISTS subqueries
- Updated v2 patch against current DBAL-trunk after recent unit test reorganization
- 12:26 Bug #21714 (Closed): t3lib_TStemplate::getFileName() handles path starting with media/ as magic
- The function t3lib_TStemplate::getFileName() considers any path starting with 'media/' like it is a shortcut to 'typo...
- 10:49 Bug #21713 (Closed): List module shows relation to deleted records
- If you have a relation from e.g. a news item to a category, then delete the category you'll still find the deleted ca...
- 10:30 Bug #21712 (Closed): Unit test checkGetExtensionKeyByPrefix of the t3lib_extmgm_testcase fails
- At my Installation the test fails with the following error message:
Failed asserting that <boolean:false> is equal... - 09:29 Feature #21169: add fullQuoteStr to stdWrap
- well, IMHO it should not hurt to have the _possibility_ to use quoteStr.
- 02:55 Feature #21169: add fullQuoteStr to stdWrap
- I don't have Oracle. Would you be so kind and test this?
The first example could be replaced by this:
page.10 =... - 00:32 Bug #21711 (Closed): List module doesn't list mm-relation according to their sorting
- The relations are output, but the sorting field in the mm table is ignored
(issue imported from #M12790) - 00:29 Bug #21710 (Closed): List modul doesn't sort m:m relation properly
- If you use the list module to sort records according to their mm-relation you won't get any useful results.
My ide...
2009-11-26
- 23:48 Bug #21708: Front-end editing: flickering templavoila-preview div
- I've updated feeditadvanced to version 1.1.0 but it makes no difference.
FE editing with feedit works for a norma... - 23:06 Bug #21708: Front-end editing: flickering templavoila-preview div
- > Hope I reported this in the right place. Sorry if I'm wrong.
No, but that is confusing here...
Bugs for Template... - 22:20 Bug #21708 (Closed): Front-end editing: flickering templavoila-preview div
- Using feeditadvanced 1.0.1
Tried this on Firefox 3.5.5 with Ubuntu 9.10
- I only get the front-end editing active... - 23:07 Feature #21169: add fullQuoteStr to stdWrap
- Hi,
Without testing, I guess your first example with quoteStr will fail when using DBAL and having an Oracle datab... - 20:42 Feature #21169: add fullQuoteStr to stdWrap
- The extension and the corresponding manual can now be found in TER:
http://typo3.org/extensions/repository/view/sm_s... - 22:55 Feature #21688: Add support for IN and EXISTS subqueries
- Just added v2 of DBAL patch. This version supports both WHERE EXISTS (subquery) and WHERE ... IN (subquery) from firs...
- 16:44 Feature #21688: Add support for IN and EXISTS subqueries
- Attached patches add support for WHERE ... IN (subquery)
- 22:28 Bug #21709 (Closed): Recycler does not show up
- Tried this on Firefox 3.5.5 with Ubuntu 9.10
I create a CE (for example type image or text) and then delete it. I ... - 22:09 Bug #21707 (Closed): Wrong mouseover cursor at icon of docheader
- In the TCE when editing a template setup, you have an arrow as the mouse icon over the floppy symbols and not the han...
- 21:24 Bug #21706 (Closed): Broken rootline when previewing versioned pages (not workpaces)
- Hi team and thanks for your great work - I've found a nasty little critter here. Back in version 4.1 this issue was a...
- 21:18 Bug #21705 (Closed): Page Tree shows Server Error
- I have set up a new installation of Typo3 4.3 RC2 on a FreeBSD server running PHP 5.2.9. When clicking on the page mo...
- 21:16 Bug #21297: Fatal error in superadmin script
- Nice job about this patch !
+1 - 21:12 Bug #25616: Missing documentation for setting up cron jobs on Windows
- Committed to trunk in revision 6567
- 17:10 Bug #25616: Missing documentation for setting up cron jobs on Windows
- Instructions provided by Patrick Gaumond
- 21:10 Bug #20598: Error after hide/show element
- Hi,
When you use hide/unhide button on a versionized record, it's like if TYPO3 tries to change the LIVE version ins... - 21:08 Bug #17816: Broken Rootline when a editor views a draft version in Liveworkspace
- Along the same line: This is both for admins and non-admins btw.
1) Make a new version of a page (or a page and it... - 19:20 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- "I also installed PHP 5.2.11 (as apache module) which yields the same problem for Typo3 4.3RC1."
I have to withdra... - 19:07 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- Is there an error on the JavaScript console when this happens?
What do you mean by "the link gets totally lost"? W... - 18:30 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- Currently running TYPO3 4.2.8 (I know, shame on us)
- 18:26 Bug #21703: After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- What version of TYPO3?
- 17:53 Bug #21703 (Closed): After editing a link title or target with Firefox > 3 which have a custom CSS-Class the link gets lost after "update"
- It's no problem to create a link with a custom css class with Firefox 3 and it gets rendered perfectly.
But after ... - 18:29 Bug #21202: No redirection after login by systemextension felogin
- I can confirm that behaviour.
I my opinion the problem is that the redirect part of the code comes below the "what t... - 11:21 Bug #21202: No redirection after login by systemextension felogin
- The issue remains even with 4.3.0RC2
Sites using redirect (after login/logout) are in trouble, when upgrading to 4... - 17:52 Bug #21702 (Closed): The type in t3lib_TCEforms does not work if the type field shall be excluded when translating
- Problem:
When defining a field as 'type' field in TCA and defining this field as l10n_mode "exclude" the type field ... - 17:03 Bug #21701: show_item.php does not provide correct mm-relation info
- Tested it on 4.2.9 and 4.3.0RC2. Can anybody confirm the solution?
- 16:44 Bug #21701 (Closed): show_item.php does not provide correct mm-relation info
- If you have a mm relation (e.g. tt_news <-> tt_news_cat) the information in the show_item.php does not provide the co...
- 16:42 Bug #21700 (Closed): Save the previous selected type of login in a cookie
- If a user likes to login via OpenID, he has to click "Switch to OpenID" first, to get the the right login form. He ne...
- 16:11 Bug #21383: cObject FILE dos not Work with PHP 5.3
- Same error with PHP 5.3.1 Without symlinks it works well.
- 11:54 Bug #21383: cObject FILE dos not Work with PHP 5.3
- Right, i got a symlink installation. In the version 4.3.0-rc2 the patch is already implemented but unfortunately no s...
- 10:51 Bug #21383: cObject FILE dos not Work with PHP 5.3
- Hi.
I tested this snippet and can confirm this behaviour for *symlinked* installations.
Testing enviroment:
-... - 10:27 Bug #21383: cObject FILE dos not Work with PHP 5.3
- I have tested this issue in TYPO3 4.3.0-RC2 in combination with PHP 5.3.0. I have the same error, it only works with ...
- 15:28 Bug #21646: IE7 throws Javascript errors at different locations
- Since this is a bug, this also should be fixed in 4.2.
So the patch would be to update prototype to at least versi... - 14:16 Bug #21646: IE7 throws Javascript errors at different locations
- I assume that the table properties problem is also solved by updating protoype. So, if I could gather more detailed i...
- 13:25 Bug #21646: IE7 throws Javascript errors at different locations
- To the table properties problem: I propose you open a new bug report for this in the RTE section of this bug tracker ...
- 12:41 Bug #21646: IE7 throws Javascript errors at different locations
- Hi Christopher,
IE8 and it's dev tools with enabled IE7 browser and document mode had led me to the bug! The bug is ... - 15:01 Bug #20322: Add possibility to use username and get located to OpenID provider on login
- I think Olly means:
1) BE/FE user sets its OpenID in his BE/FE user record
2) BE/FE user logs in with BE/FE usern... - 10:57 Bug #20322: Add possibility to use username and get located to OpenID provider on login
- What does it all mean?
- 14:57 Bug #20941: fe-editing broken if IRRE-elements are used with RealURL
- With 4.3RC2 the behaviour still exists.
These 2 Rewrite-Rules fix part of the problem, but some icons are still no... - 14:28 Bug #21665: rendering a custom edit panel via pi_base results in an exception
- I did again more investigations:
in pibase->pi_getEditpanel a temporay CObject is created. If either the first ($row... - 11:46 Bug #25572 (Closed): wrong line height for the linecounter
- Let's have a look at the picture t3editor.png and you will see, that the 7th line is one the same height than the 6th...
- 11:39 Bug #21699 (Closed): [PHP 5.3] Extension uploads are not possible
- Extension uploading to TER is not possible if client has PHP 5.3.0 and server has PHP<5.3.0.
This is PHP problem b... - 11:17 Bug #21625: Section links coming from RTE broken in FE: rendered as #14185& instead of #c123
- Hey Stan,
thx a lot! My anchor links are working again like a charm.
Uschi (sending some coffee over the bugtra... - 06:46 Bug #21625: Section links coming from RTE broken in FE: rendered as #14185& instead of #c123
- 1. There is a superfluous ampersand coming from the RTE (when the query parameters field is enabled but contains no v...
- 11:14 Bug #21603: Typo3 html content element frontend rewrites
- "fixed"
xhtml_cleaning had it...
with xhtml_cleaning disabled it doesnt get rewritten. - 10:52 Bug #21484: OpenID service modifies PHP include path what has negative impact on autoloader
- Bug report does not contain details -> impossible to fix :( There should be a list of problems (like "PHP error XYZ" ...
- 10:48 Bug #21095: OpenID fails with fatal error
- Do you run a modified OpenID extension? Include path is set there specially to prevent such issues. If your version d...
- 10:46 Bug #21443: OpenID login may display "Login timed out" immediately after logging in
- False report. Please, ignore.
- 10:46 Bug #19530: Store OpenID information in database instead of using the filesystem
- DB upgrate:
Dmitry, you know TYPO3 core is already very ugly code design. Upgrading database routines should be kept... - 10:28 Bug #19530: Store OpenID information in database instead of using the filesystem
- Marcus, what would you say if somebody reported a problem to you like this: "I was trying out the patch without luck"...
- 09:44 Bug #21698: Extension category title not properly rendered in backend
- The thing not visible in description is that the "em" tags are visible and not rendered as html tags
- 09:43 Bug #21698 (Closed): Extension category title not properly rendered in backend
- The extension category title is not rendered properly for the extension not having a category name, it's shown as
... - 09:44 Bug #21696: idea for better BE-login
- Ah...it's a further extension!
So now everything is clear from my side. You can close this bug. Thanks - 09:36 Bug #21696: idea for better BE-login
- Did you install the OpenID extension?
- 09:35 Bug #21696: idea for better BE-login
- There is a little difference between your login and my. I have no button for switching to openID anymore.
- 09:30 Bug #21696: idea for better BE-login
- You're right...clearing the browser cache solved it. Sorry.
- 09:27 Bug #21696: idea for better BE-login
- Stefan, maybe you suffer from a cache issue or (skinning) extension which modifies the login screen since in 4.3 (fre...
- 08:55 Bug #21696 (Closed): idea for better BE-login
- I just install current RC2 und read in changelog that you have made many improvments on BE-login.
Please update the ... - 09:41 Bug #21600: Page tree will not be shown in the typo3 backend
- Oh no!
Resolution changed reopened from fixed.
Please returns it to fixed.
Sorry. - 09:37 Bug #21600: Page tree will not be shown in the typo3 backend
- Hi, Mr.Christopher.
I know PHP is to old.
But this system built on rental server, so I can't version up it.
Thank ... - 09:09 Bug #21697 (Closed): Deprecated spliti
- While analysing rtehtmlarea I found a line with spliti in:
t3lib/class.t3lib_parsehtml_proc.php
on line 1252
... - 09:04 Bug #21695: The new Introduced HSC's of labels arises html-Tags to be visbile in EM
- Has duplicate with patch: #12727
- 08:35 Bug #21695 (Closed): The new Introduced HSC's of labels arises html-Tags to be visbile in EM
- Se Screen attached:
Soulution, just remove the em from the labels
(issue imported from #M12767) - 02:01 Bug #21663: wrong htmlspecialchars on < em > in Extension Manager
- I suggest simply removing the emphasis-tags in listOrderTitle() since we already have the brackets as indicator, woul...
2009-11-25
- 22:04 Bug #21569: Wrong character encoding in cache tables breaks frontend rendering
- [Reopening just to add this comment]
I reopened it because your comment about serializing is - sorry - nonsense. I... - 14:14 Bug #21569: Wrong character encoding in cache tables breaks frontend rendering
- Could not reproduce with the caching framework since the data gets serialized twice there...
I tested it with regula... - 13:52 Bug #21569: Wrong character encoding in cache tables breaks frontend rendering
- Masi, why did you reopen this issue again?
- 13:34 Bug #21569: Wrong character encoding in cache tables breaks frontend rendering
- Serializing does not help if you write iso-8859-1/latin1 (or any other charset) into a utf.8 field. The data will be ...
- 12:29 Bug #21569: Wrong character encoding in cache tables breaks frontend rendering
- committed in trunk, rev 6525
- 12:02 Bug #21569: Wrong character encoding in cache tables breaks frontend rendering
- That was the situation when the caching framework was introduced:
http://forge.typo3.org/repositories/diff/typo3v4-c... - 20:43 Bug #21181: Call to getCache() on a non-object
- committed to trunk rev 6548
- 20:33 Bug #21196: autoloaders registered by extensions slow down the core autoloader
- committed to trunk rev 6547
- 20:06 Bug #21592: Warnings in BE when using "Datebase Relation"
- thanks for the hint, the bad guy is direct_mail :/
- 20:01 Bug #21592: Warnings in BE when using "Datebase Relation"
- georg, i think any extension delivers invalid code or invalid SQL or something simular. Could you check which one is ...
- 18:42 Bug #21592: Warnings in BE when using "Datebase Relation"
- works for me, rev. 6546
- 16:41 Bug #21592: Warnings in BE when using "Datebase Relation"
- sry still not working, of course $TYPO3_CONF_VARS['SYS']['displayErrors'] = '1'; is necessary ....
- 16:39 Bug #21592: Warnings in BE when using "Datebase Relation"
- works now with a fresh installation
- 19:56 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- Can somebody give me access to the install tool on a TYPO3 development installation where this occurs?
You can conta... - 14:49 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- Yes, Typo3 4.2.10.
It can set the DB connection parameters to localconf.php.
I also installed PHP 5.2.11 (as apac... - 14:17 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- Markus, TYPO3 4.2.10?
- 19:05 Bug #21590: Warnings in BE when using "Update reference index"
- it's difficult to reproduce as everyone has different data in.
I see no reason not to check array before foreach(), ... - 18:26 Bug #21590: Warnings in BE when using "Update reference index"
- Cannot reproduce. I see no warning. Using trunk rev. 6546
- 16:42 Bug #21590: Warnings in BE when using "Update reference index"
- sry still not working, of course $TYPO3_CONF_VARS['SYS']['displayErrors'] = '1'; is necessary ....
- 16:38 Bug #21590: Warnings in BE when using "Update reference index"
- checked with fresh installation, works now - close it?
- 18:15 Bug #21665: rendering a custom edit panel via pi_base results in an exception
- It seems to be a combination of an unlucky extension programming:
$this->data is empty, instead everything is in $th... - 18:06 Bug #21689: button styling missed some buttons: type reset / button
- committed to trunk, rev 6546
- 17:27 Bug #21689 (Closed): button styling missed some buttons: type reset / button
- it seems there are some places where the new cool styling of buttons is
not used:
- Module functions > "create mu... - 17:36 Bug #19156: functions in interface.tslib_content_stdwraphook.php gets executed numerous times.
- Committed to trunk, rev 6545
- 17:23 Feature #21688 (Closed): Add support for IN and EXISTS subqueries
- When trying to use EXT:crawler on an Oracle database, CLI dispatcher fails because some queries cannot be parsed in c...
- 16:58 Bug #21561: fileNameASCIIPrefix got deprecated but is used in core
- Attached v3 IMHO fixes all issues and can be included in 4.4
- 13:44 Bug #21561: fileNameASCIIPrefix got deprecated but is used in core
- Logging deprecated methods that are still used in the Core has been reverted as follow-up to RFC #21413.
- 16:16 Bug #21678: Ordinary user cannot save element into right column
- hi! this is not a bug but you need to give the user also rights to the colPos field! otherwise its value will always ...
- 16:04 Bug #21687: Update to ADOdb 5.10
- Committed to SVN Trunk (rev. 6540)
Committed follow-up to SVN Trunk (rev. 6551)
- 15:57 Bug #21687 (Closed): Update to ADOdb 5.10
- Update to ADOdb 5.10
(issue imported from #M12755) - 15:20 Bug #21563: fe_typo_user changes for non logged in users
- Next:
If [FE][lifetime] ist set a value > 0 the problem seems to be solved - i have not figured out why, but it is... - 14:08 Bug #20618: OpenID authentication does not work with felogin
- It works with RSA though.
- 14:04 Bug #20618: OpenID authentication does not work with felogin
- I still can't make it work. I have rssauth, openid and saltedpasswords installed, but with saltedpasswords not active...
- 13:46 Bug #21686: flash messages buggy in extension manager
- this is info of tt_news, so no bug in core
- 13:30 Bug #21686 (Closed): flash messages buggy in extension manager
- it seems there is a bug in showing flash messages in the extension manager.
to reproduce: use latest trunk and ins... - 13:46 Bug #21413: Log deprecated method calls and remove them in 4.5
- Removed deprecation logging from methods that are still used in the TYPO3 Core
Committed to SVN Trunk (rev. 6534) - 13:29 Bug #21619: Validation issues in sysext reports: Fix several errors
- Committed to trunk, rev. 6533
- 13:24 Bug #21683: Recycler's body has a margin
- Committed to trunk as a no-brainer in revision 6532.
- 12:08 Bug #21683 (Closed): Recycler's body has a margin
- <body id="ext-recycler-mod1-index-php"> has a margin of "2px 2px 0 4px".
This results in a white space above and on ... - 13:18 Feature #21525: No typoscript template found - Addon
- The storing issues concerning the database are solved.
However, this issue will stay open for discussing a long term... - 11:20 Feature #21525: No typoscript template found - Addon
- Some remarks about the whole thing:
1) It could be great to have an automatic conversion of the include files
mb_... - 10:14 Feature #21525: No typoscript template found - Addon
- Finally I could reproduce this issue.
- 13:18 Bug #21483: CGL cleanup
- Committed attached v2 to trunk in revision 6531.
- 13:10 Bug #21544: Pagetree frame shows HTTP 404 error
- Committed follow-up to SVN:
* TYPO3_4-2 (rev. 6529)
* Trunk (rev. 6530) - 07:56 Bug #21544: Pagetree frame shows HTTP 404 error
- Just tested, it is still working correctly with the followup-patch.
- 00:54 Bug #21544: Pagetree frame shows HTTP 404 error
- Björn, could you please test the 0012581_followup.patch file?
It add an additional flag to the filter_var() function... - 00:47 Bug #21544: Pagetree frame shows HTTP 404 error
- http://bugs.php.net/bug.php?id=49403
- 13:01 Bug #21323: t3lib_cs::cropMbstring has problems with negative length
- committed v2 to trunk, rev 6528
- 12:48 Feature #21685 (Closed): Enable easier mail form styling
- The standard typo3 mail form doesn't allow to style single form elements by their respective types, because there is ...
- 12:34 Bug #17091: "No template found" after update from 4.0.4 to 4.1
- resolved with #21569
- 12:07 Bug #21421: slow t3lib_TSparser::parseSub
- Find a patch for this behaviour in issue #21569 (0012613_v2.patch).
In the long term view it would be good to have a... - 11:32 Bug #19530: Store OpenID information in database instead of using the filesystem
- Dmitry, thank you for the patch.
I also had no luck, it did not work with BE login. But OpenID worked for me befor... - 10:47 Bug #21482: Allow multiple providers for each status collection
- Committed to trunk in revision 6522
- 10:35 Bug #21682 (Closed): Wrong compare in beFunc::getModuleData
- There is a strcmp with $CHANGED_SETTINGS[$key] but it also could contain an array which raises a php warning.
In E... - 09:51 Bug #19722: Either TYPO3_MOD_PATH or $BACK_PATH was not found - configure ext_emconf.php
- Committed to SVN Trunk (rev. 6520)
- 01:45 Bug #21681: after installation (wamp server): not found message in the backend
- This seems to be releated to issue #0012581 - find a patch file there.
Which PHP version do you use?
- 00:03 Bug #21681 (Closed): after installation (wamp server): not found message in the backend
- I can not get started making any article (what do i do wrong/whats wrong)
Not Found
The requested URL /typo3_sr... - 00:35 Feature #21660: Secure the BE login 3 - The password change facility does not require the user’s current password.
- FYI: Long time ago I made an effort (asking in mailinglist) to confirm a password change with the old password.
I'll... - 00:33 Bug #21653: I don't understand HTMLparser_db
- Like Steffen already pointed out, this is a bugtracker taking care of feature and bug reports.
Please use mailinglis... - 00:30 Bug #21539: openPic close popup internet explorer 8 incompatibility
- I've put according references in place.
- 00:24 Bug #21554: IE8 Cross Site Scripting Warning
- Duplicate of #0012571.
2009-11-24
- 23:49 Bug #19530: Store OpenID information in database instead of using the filesystem
- I was trying out the patch without luck. DB tables are in place.
I must admit OpenID never worked for me here.
... - 17:05 Bug #19530: Store OpenID information in database instead of using the filesystem
- The patch is attached. This version is tested with trunk revision #6513 and the following OpenID providers and server...
- 12:51 Bug #19530: Store OpenID information in database instead of using the filesystem
- Work is in progress.
- 23:28 Bug #21645: SQL-Parser does not allow . in FROM clause
- As said with my message on 23.11.2009, queries containing a "database.table" component won't be compatible with MSSQL...
- 23:16 Bug #18704: Pagetree only shows [no title] no pid and has no "depth"
- Hi Dan, please "refresh" this bug entry if problem still exists.
- 23:11 Bug #20470: Column's default value is not properly quoted in CREATE TABLE
- Closed after testing (again) that EXT:eu_ldap could be installed properly
- 22:47 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- Michael, can you confirm this bug still occurs? If so, could you please post an real example how to reproduce this bu...
- 22:40 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- Bug with "Ungültiger Zeichnen" may be related to a bug I found today in TV (#12721)
- 22:12 Feature #17247: Load Inline Elements On Demand
- +1 would love this feature.
I tried the cm_irre extension but it does not work :( The form loads much faster but w... - 20:43 Bug #21680 (Closed): Hyphenation of column text preview not unicode aware
- It seems the hyphenation that is applied to long words in the backends column view of the page module is not unicode ...
- 20:10 Bug #19045: Cropscale incorrectly crops GIF files
- Hmm, this has been submitted over a year ago, I wonder if it's ever going to get fixed ...
- 20:00 Bug #21663: wrong htmlspecialchars on < em > in Extension Manager
- hi georg,
now there is now htmlspecialchars for the other cases on listOrderTitle()
case 'author_company':
... - 15:11 Bug #21663: wrong htmlspecialchars on < em > in Extension Manager
- Hi!
thanks for the bug and digging up the code! want to have a look at my patch? i will bring it to core list in ... - 12:20 Bug #21663: wrong htmlspecialchars on < em > in Extension Manager
- upps, here is no htmlspecialchars for the text ?
ok, again... there is a htmlspecialchars an the html tag in < e m... - 12:15 Bug #21663 (Closed): wrong htmlspecialchars on < em > in Extension Manager
- there is a htmlspecialchars on the html Tag < em > for categories
in class.em_index.php online 769, 830, 905
is... - 19:44 Bug #21678 (Closed): Ordinary user cannot save element into right column
- I do the following with a user without admin rights:
When I am clicking on the "New content" button on a page and ch... - 19:25 Bug #21544: Pagetree frame shows HTTP 404 error
- Committed to SVN:
* TYPO3_4-2 (rev. 6517)
* Trunk (rev. 6518) - 16:36 Bug #21544: Pagetree frame shows HTTP 404 error
- Ok - I'm going to post it on the Core List then
- 15:53 Bug #21544: Pagetree frame shows HTTP 404 error
- Yes, that patch solves the problem.
- 15:46 Bug #21544: Pagetree frame shows HTTP 404 error
- Please test the attached patch file
It seems that there are wrong implementations in PHP5's filter_var() concerning ... - 15:42 Bug #21544: Pagetree frame shows HTTP 404 error
- Yes DAM is installed.
- 15:40 Bug #21544: Pagetree frame shows HTTP 404 error
- Do you have DAM installed?
Standby some minutes, I'm going to create a patch for the isValidUrl() thingy... - 15:35 Bug #21544: Pagetree frame shows HTTP 404 error
- PHP Version
5.2.6
Web Server
Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 OpenSSL/0.9.8e DAV/2 PHP/5.2.6 with Suhosin-Patch - 15:33 Bug #21544: Pagetree frame shows HTTP 404 error
- Whicht PHP version do you use exactly?
- 17:45 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- I tried Typo3 4.2 on the same machine, which works. (Although generation of an encryption key fails...)
Typo 4.3RC... - 17:22 Bug #20963: Child records cannot be deleted inline
- Could not reproduce in
* Safari 4
* FireFox 3.5
* Internet Exlorer 8 - 17:12 Bug #21671: BE-Login: show login process
- committed to trunk, rev 6514
- 16:33 Bug #21671: BE-Login: show login process
- login-submit-progress.gif goes to typo3/sysext/t3skin/icons
- 16:28 Bug #21671 (Closed): BE-Login: show login process
- When you enter the data and submit form you should see a "Login process ..." with a spinner gif.
Idea and picter a... - 16:42 Bug #21657: tcemain copy/move/deleteL10nOverlayRecords is not workspace-aware
- committed to trunk, rev 6512
- 11:18 Bug #21657 (Closed): tcemain copy/move/deleteL10nOverlayRecords is not workspace-aware
- At the moment the copyL10nOverlayRecords, moveL10nOverayRecords and deleteL10nOverlayRecords methods just use "any" r...
- 16:34 Bug #21655: Error when trying to save Domain
- Checked - the SQL field is defined.
Please recheck the field using the install tool, db analzyer, compare - 16:16 Bug #21655: Error when trying to save Domain
- No bug. Please make a DB COMPARE in install tool.
- 09:15 Bug #21655 (Closed): Error when trying to save Domain
- when trying to create a new domain (klicking save button) i get an error:
2: SQL error: 'Unknown column 'forced' ... - 16:03 Bug #21670: "Broken rootline" error when editing a title in a versioned page
- the attched patch would solve the problem, but i'm not sure if it won't break anything regarding versioning/workspaces
- 16:02 Bug #21670 (Closed): "Broken rootline" error when editing a title in a versioned page
- RealURL installed in version 1.7.0
TYPO3-Core 4.2.10
In the "Live"-Workspace, create a new version of an page. Th... - 15:57 Bug #18722: "Broken rootline" error when creating new page in Draft
- i tried to debug case 2 and i found a "workaround". But i'm not sure if it won't break anything regarding Versioning/...
- 15:30 Bug #18722: "Broken rootline" error when creating new page in Draft
- Benni Mack figured out that the same error occurred, when you create a new version while you are in the "Live"-Worksp...
- 15:26 Bug #18722: "Broken rootline" error when creating new page in Draft
- i can reproduce the error in 4.2.10 and 4.2.11-dev (both without the patch)
it seems to be fixed when i apply the pa... - 15:47 Bug #21181: Call to getCache() on a non-object
- Fatal error: Call to a member function getCache() on a non-object in .../class.tx_indexedsearch_modfunc1.php on line ...
- 15:27 Bug #21668 (Closed): Wrong mail encoding
- We have problems with the email encoding, probably with the encoding of the mail header.
The whole mail message i... - 15:26 Bug #21539: openPic close popup internet explorer 8 incompatibility
- sorry, it should have read 0012595
- 15:24 Bug #21539: openPic close popup internet explorer 8 incompatibility
- not same as.
it has nothing to do with report generation.
maybe its the same type of problem, but definitely no... - 14:24 Bug #21539: openPic close popup internet explorer 8 incompatibility
- same as 0012675
- 14:57 Bug #21667 (Closed): Integrate links to further help in backend login
- Integrate links to further help in backend login
It has to be discussed where the descriptions will be placed and ... - 14:54 Bug #21640: Upgrade backend login to match t3skin
- Fixed an IE6 issue as follow-up in rev. 6511
- 13:33 Bug #21640: Upgrade backend login to match t3skin
- The follow-up which Olly committed in Rev. 6505 also fixes #21644.
- 14:38 Feature #21666 (Closed): Introduce seperate templates for the diverent states of "login".
- Currently different states of the login subpart are implemented by setting the formpart to '' and other status messag...
- 14:30 Bug #21664: Upgrade ExtJS skin to match t3skin
- Committed to SVN Trunk (rev. 6510)
- 13:16 Bug #21664 (Closed): Upgrade ExtJS skin to match t3skin
- There are several places in TYPO3 4.3 that used ExtJS (relogin dialog, Recycler). However, the skin there does not lo...
- 14:24 Bug #21554: IE8 Cross Site Scripting Warning
- seems to be the same as 0012571
- 14:13 Bug #21647: OpenID redirects to wrong page and does not create a BE session
- committed to trunk rev 6509
- 11:53 Bug #21647: OpenID redirects to wrong page and does not create a BE session
- appended patch fixes the issue
- 11:46 Bug #21647: OpenID redirects to wrong page and does not create a BE session
- I have found the reason for this. The openid service class uses a wrong constant PATH_SEPARATOR:
Line 325 of openid/... - 14:09 Bug #21665 (Closed): rendering a custom edit panel via pi_base results in an exception
- cause:
in class.tslib_content.php, function editPanel,
dataArray is overwritten with $this->data, even if $this-... - 13:02 Bug #21652: "Paste after" function destroys l10n-overlay relations...
- committed v3 to trunk, rev 6508
- 12:58 Bug #20779: t3lib_formmail floods syslog with "Possible abuse of t3lib_formmail..." messages
- Committed to SVN Trunk (rev. 6507)
- 12:57 Bug #21643: Update to prototype 1.6.1
- Perhaps i makes sense to upgrade scriptaculous as well. I not sure if the current version shipping with Typo3 playes...
- 09:56 Bug #21643: Update to prototype 1.6.1
- Well the problem is that the current prototype version shipping with Typo3 (1.6.0.3).has major problems handling elem...
- 12:31 Bug #21615: Fatal error: Call to a member function getSystemLanguages()
- Committed to SVN Trunk (rev. 6506)
- 11:55 Feature #21662 (Accepted): Optionaly disable (or notifiy on) concurrent logins
- Currently there is no way to controll concurent logins.
Suggestion add an option to prevent concurrent logins.
... - 11:45 Feature #21661 (Closed): Secure the BE login - Blacklist ips
- Add an option to blacklist ips for a configurable timeperiod and a configurable amount of time.
(issue impor... - 11:43 Feature #21660 (Closed): Secure the BE login 3 - The password change facility does not require the user’s current password.
- Currently the password change facility does not require the user’s current password. Due to cross site request forger...
- 11:41 Feature #21659 (Closed): Introduce Password Policies
- Currently there is no way to configure a minimum strengh of passwords within the password change dialog.
Suggestio... - 11:33 Bug #21658 (Closed): Secure the BE login - Auto disable the be user after a certain amount of login failure.
- Currently the TYPO3 backend login is not capable of any kind of brute force protection.
Suggestion:
Introduce an ... - 10:21 Bug #21656 (Closed): TCEforms exec_foreign_table_where_query fails with an Oracle error
- When using TemplaVoilà and clicking on "Create new Template Object" on Page templates, this opens a TCEforms which sh...
- 10:00 Bug #21642: pageInfo shows wrong info on root page
- committed to trunk, rev 6504
- 02:10 Bug #21383: cObject FILE dos not Work with PHP 5.3
- We have the same problem.
For example the following (root) TS-Template...
-----------------------------------------... - 01:30 Bug #21620: Validation issue in sysext opendocs: Missing htmlspecialchars of href parameter
- This one was reverted with rev. 6486 from Steffen for #21524
- 01:24 Bug #25632: Validation issues in sysext scheduler: Fix several errors
- Committed 12623_04.diff to trunk, rev. 6501.
2009-11-23
- 22:51 Bug #21643: Update to prototype 1.6.1
- What's the problem with TYPO3? Where does this problem occur?
- 12:01 Bug #21643 (Closed): Update to prototype 1.6.1
- due to:
https://prototype.lighthouseapp.com/projects/8886-prototype/tickets/728
(issue imported from #M... - 22:45 Bug #21494: JSMENU does not respect mount point overlays
- To easily reproduce the problem and its cure take these steps:
- build a page tree like this:
P1 (Home)
P2... - 22:42 Bug #21653: I don't understand HTMLparser_db
- Are you sure, this is a bug report as it is meant to be?
You should better use mailing lists to get answers to your ... - 19:36 Bug #21653 (Closed): I don't understand HTMLparser_db
- I know what transformations do and I know when and how to use exit/entryHTMLparser. But when I have to use HTMLparser...
- 22:35 Bug #21640: Upgrade backend login to match t3skin
- Seems there's no href attribute on the "What is OpenId" link....
- 10:49 Bug #21640: Upgrade backend login to match t3skin
- Committed to SVN Trunk (rev. 6493)
- 10:37 Bug #21640 (Closed): Upgrade backend login to match t3skin
- A new backend login layout was introduced during the development of TYPO3 4.3. However, there have been some complain...
- 22:14 Bug #21654 (Closed): Stage is reset after reviewers edit
- When on stage "review" the stage will be reset to "editing" when reviewer saves some minor changes. This does not mak...
- 20:18 Bug #16292: installer doesn't cope with maximum table and field length (Oracle XE, MS SQL via DBlib)
- First "attempt" with attached patch.
- 19:25 Bug #21645: SQL-Parser does not allow . in FROM clause
- Actually "database" is a MySQL-specific term, this should be "schema" to be more correct.
MySQL supports database.... - 18:50 Bug #21645: SQL-Parser does not allow . in FROM clause
- Patch should be tested on other DBMS. It won't "break" anything but maybe there's little change in syntax to make it ...
- 18:15 Bug #21645: SQL-Parser does not allow . in FROM clause
- This is not as simple as this. Remapping should be taken into account. Furthermore, updating line 72 only works for f...
- 14:28 Bug #21645 (Closed): SQL-Parser does not allow . in FROM clause
- The mentioned behavoiur leads to the fact, that the parser errors if a tablename is used in from clause which include...
- 19:22 Bug #21635: Content-Element "media" doesn't find files if absRefPrefix is set
- fixed with #21623
- 18:27 Bug #21635: Content-Element "media" doesn't find files if absRefPrefix is set
- Thank you! The Bug is solved with the patch (indexed_search as mentioned above not tested).
- 18:18 Bug #21635: Content-Element "media" doesn't find files if absRefPrefix is set
- there was a change in #21623, could you apply the patch or simply use tslib_content from svn?
http://forge.typo3.org... - 18:13 Bug #21635: Content-Element "media" doesn't find files if absRefPrefix is set
- The URL is fileadmin/media/audio/test.mp3 as it was produced by the "select file"- wizard.
It's currently not poss... - 15:45 Bug #21635: Content-Element "media" doesn't find files if absRefPrefix is set
- Hi Benjamin, I also could not reproduce this with the settings you mentioned. Can you please tell the URL you entered...
- 11:13 Bug #21635: Content-Element "media" doesn't find files if absRefPrefix is set
- I can't reproduce. Please ensure you use the latest revision of trunk.
- 18:31 Bug #21652 (Closed): "Paste after" function destroys l10n-overlay relations...
- L10n overlay-records (tt_content) loose the values of copyAfterDuplFields (colPos,sys_language_uid) when the paste-af...
- 18:22 Bug #21651: Forgotten flash message in user setup
- v2 adds flash message also for the text "Please click the page title in the page tree to the left to edit page conten...
- 18:06 Bug #21651 (Closed): Forgotten flash message in user setup
- another forgotten flash message at the bottom of the user settings holding the text "Notice! In order to activate mos...
- 17:33 Bug #21304: List module and Clickmenu should not enable to create inconsistant record-relations
- according to #14408, #14408 and #14408 - the attached follow up should be applied...
- 17:28 Bug #21646: IE7 throws Javascript errors at different locations
- I don't think this is related to #21544 since the file gets loaded and is able to produce JavaScript errors.
Besides... - 17:01 Bug #21646: IE7 throws Javascript errors at different locations
- So you report 4(?) issues (coming from the same source but arising when doing different actions):
* To the error m... - 16:24 Bug #21646: IE7 throws Javascript errors at different locations
- Hi Christopher,
I just deleted all caches and temp-files, also the browser cache: It went well, but after some click... - 14:48 Bug #21646: IE7 throws Javascript errors at different locations
- Can you try deleting your source-files and downloading them again?
I never heard of such error before and the file i... - 14:40 Bug #21646 (Closed): IE7 throws Javascript errors at different locations
- I set up a new site (v4.2.10 core & dummy package) and logged in as the default admin in IE7.
The first time after ... - 17:23 Bug #21520: Clean markup in Extension Manager
- committed v3 to trunk, rev 6499
- 17:20 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- Phew, does this occur in TYPO3 4.2 as well?
Are there any settings for Suhosin active on the server? - 15:37 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- Confirmed on php4.3rc1 fast_cgi php 5.2.11
- 09:58 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- I could reproduce the problem on debian's latest (experimental) PHP apache module
libapache2-mod-php5 5.3.0-3
If i... - 09:52 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- Markus, which PHP version are you using?
I sucessfully installed TYPO3 4.3-RC1 on two Mac OS X server using PHP 5.2 ... - 16:52 Bug #21650: Cannot set an RTE field as required
- Linked to http://bugs.typo3.org/view.php?id=3271
- 16:51 Bug #21650 (Closed): Cannot set an RTE field as required
- textarea with RTE cannot be set as required in TCA
"eval" => "required" has no effect
This has been reported as... - 16:47 Bug #21647: OpenID redirects to wrong page and does not create a BE session
- I have the same problem.
Firefox 3 on Mac, provider is openid.com. - 14:42 Bug #21647: OpenID redirects to wrong page and does not create a BE session
- Appended file is a recording of the HTTP traffic. The TYPO3 host was a local installation: http://lenny.test
- 14:40 Bug #21647 (Closed): OpenID redirects to wrong page and does not create a BE session
- Since rev. 6451 the OpenID login does not work for me.
I end up at http://www.example.com/typo3/sysext/openid/ ins... - 16:47 Bug #21496: Log usage of XLLfile to deprecation log
- committed to trunk, rev 6498
- 16:04 Bug #21574: Validation issue in sysext lowlevel: Fix some warnings
- Committed to trunk rev. 6497
- 15:40 Bug #21544: Pagetree frame shows HTTP 404 error
- With RC1, it always happens e.g. when switching from filelist to page-modul or vice versa.
- 15:34 Bug #21544: Pagetree frame shows HTTP 404 error
- Further debugging gave a result:
For all wrong calls self::isValidUrl($decodedUrl) returned true, which skipped all ... - 15:17 Bug #21544: Pagetree frame shows HTTP 404 error
- That looks all correct. What puzzles me is the fact that it happens only sometimes as you write in your initial bug d...
- 09:58 Bug #21544: Pagetree frame shows HTTP 404 error
- t3lib_div::debug(t3lib_div::getIndpEnv('TYPO3_SITE_PATH'));
in the main function of alt_mod_frameset.php gives :
/... - 09:51 Bug #21544: Pagetree frame shows HTTP 404 error
- the basepath is: http://wwwtest.xxxxx.xxxx/typo3
I will debug TYPO3_SITE_PATH later today, - 15:00 Bug #21600: Page tree will not be shown in the typo3 backend
- PHP 5.1 could be the reason since filter_var(), which is used in t3lib_div::sanitizeLocalUrl(), was first available w...
- 00:43 Bug #21600: Page tree will not be shown in the typo3 backend
- Your PHP version really is to old. Although I am not sure if that really causes your problem, could you upgrade it?
... - 14:10 Bug #21477: Inform if page use content_from_pid
- Patch doesn't seem to be working for the templaVoila page module.
Is there any other templaVoila-specific class whic... - 13:46 Bug #21615: Fatal error: Call to a member function getSystemLanguages()
- Thanks a lot. That patch works.
- 13:02 Bug #21615: Fatal error: Call to a member function getSystemLanguages()
- Please test the attached patch with kb_necefe installed.
- 12:22 Bug #21615: Fatal error: Call to a member function getSystemLanguages()
- The same here. I made the debug, found the error in kb_nescefe. And the same second, the notification of Sebastian's ...
- 12:21 Bug #21615: Fatal error: Call to a member function getSystemLanguages()
- It happend after the Update from 4.3beta3 to 4.3RC1. But it is still the same with the latest trunk dev version. But ...
- 11:32 Bug #21615: Fatal error: Call to a member function getSystemLanguages()
- Sebastian, as mentioned by Steffen, this was already resolved in TYPO3 4.3-RC1 - however it's still reported by you. ...
- 11:22 Bug #21615: Fatal error: Call to a member function getSystemLanguages()
- this was solved in core. Please use latest revision or RC1
- 11:20 Bug #21615: Fatal error: Call to a member function getSystemLanguages()
- I could not reproduce. Can you please add a "debug_print_backtrace();" in class.t3lib_recordlist.php before getSystem...
- 12:40 Bug #25571 (Closed): code completion: parser error on opening brackets on the right side of an operator
- test = TEXT
test.value = test{
crashes the codeCompletion
opening curly brackets should only be treated speciall... - 12:16 Bug #21625: Section links coming from RTE broken in FE: rendered as #14185& instead of #c123
- sounds like wrong configured linkhandler
- 11:29 Bug #21625: Section links coming from RTE broken in FE: rendered as #14185& instead of #c123
- Works fine on my site with 4.3-RC1.
Where is the ampersand "&" comming from? Are there extensions installed on your ... - 12:09 Bug #18722: "Broken rootline" error when creating new page in Draft
- Just tried to check if realurl update to 1.7.0 solves the issue.
My software is:
Typo3 4.2.10
RealUrl 1.7.0
PHP... - 11:24 Bug #18722: "Broken rootline" error when creating new page in Draft
- This problem is solved for me with realurl 1.7.0
- 11:01 Bug #21489: Object does not support method calls - PHP 5.3
- Committed to SVN:
* TYPO3_4-2 (rev. 6495)
* Trunk (rev. 6496) - 10:43 Bug #21642 (Closed): pageInfo shows wrong info on root page
- there is shown "pid: " but it's pid 0. This is because of wrong usage of $pageRecord['uid'] because root page has no ...
- 10:21 Bug #19908: session fixation fix avoid BE login
- No further feedback provided - closing this issue.
- 09:51 Bug #21627: Install tool password not accepted when PHP safe mode is enabled
- I could not reproduce this with PHP 5.2 on Mac OS X and safe_mode enabled.
Besides that, using safe_mode is deprecat... - 08:13 Bug #21627: Install tool password not accepted when PHP safe mode is enabled
- I can confirm this for an updated TYPO3 4.2.10 too.
Current solution: The client disabled safe_mode - 09:31 Bug #17574: Double values are truncated to their prefixes
- Fixed by #10965
- 08:30 Bug #21637: Wrong text in install tool
- sorry but this is for the FE groups > see [FE][defaultUserTSconfig]
and this is used in
typo3\sysext\cms\tslib\... - 07:21 Bug #21500: Cannot move multiple records with clipboard
- Fixed by parent bug #2314.
- 01:22 Bug #21639: Behaviour problem with feeditadvanced under basic conditions in framed environment
- Hi Mark,
thanks for your detailed report!
Issues for the new frontend editing are solved here:
http://forge.t... - 01:11 Bug #21639: Behaviour problem with feeditadvanced under basic conditions in framed environment
- Issues arise when the mouse is kept on the header of the element. As soon as the header is released, the correct head...
- 01:06 Bug #21639 (Closed): Behaviour problem with feeditadvanced under basic conditions in framed environment
- *** No problems with the following actions
Upgraded test site from 4.2 to 4.3.0RC1
Installed feeditadvanced from ... - 00:22 Bug #19504: DB Analyzer / Compare Tool can't handle the upgrade of the cache tables
- Not required anymore since the caching framework uses new tables...
- 00:19 Bug #21613: Copying Record with TCEMain processCmdMap throws sql errors...
- committed to trunk, rev 6490
- 00:11 Bug #21543: t3lib_cache_exception_NoSuchCache exception is not thrown
- Thanks for your feedback. This bug will be closed...
- 00:07 Bug #20618: OpenID authentication does not work with felogin
- Steffen, is this fixed?!
- 00:05 Bug #19897: Bad interaction between OpenId auth and ExtJS relogin box
- This was touched in issue #20038
2009-11-22
- 23:50 Bug #20823: Re-Login in expired session does not work when opening multiple windows
- This was fixed in issue #21568
- 23:42 Bug #21606: Pagetitle won't show up in editing the page properties in Advanced Frontend Editing
- Recreated on Forge: http://forge.typo3.org/issues/show/5417
- 23:39 Bug #21631: Save & New button for CE and templavoila save the ce in first section...
- Does this occur in the default page module as well? TemplaVoila is not part of the TYPO3 Core...
- 20:57 Bug #21534: Caching Framework: Task for garbage collection in db and file backend
- Attached two class files that will be shipped with ext:enetcache to show how this could be done.
The task lets you... - 20:39 Bug #21637 (Closed): Wrong text in install tool
- Under all configuration for the parameter
[defaultUserTSconfig]
it says:
"String (textarea). Enter lines of ... - 20:18 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- I can confirm the same behaviour:
trying to set db parameters through either the 1-2-3 tool or the basic configur... - 20:15 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- Another observation:
I manually inserted these 3 lines
$typo_db_username = '*********'; // Modified or inserted b... - 18:25 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- I am experiencing a similar or the same problem.
Neither the 1-2-3 Installer nor the Advanced Installer will write a... - 19:44 Bug #21617: Context menu of page tree does not work anymore in firefox 3.5.5
- Do you have an extension installed, which manipulates the click menu?
Maybe one of these:
http://wiki.typo3.org/i... - 17:56 Bug #21617: Context menu of page tree does not work anymore in firefox 3.5.5
- I forget to mention that this is firefox on MAC OS X. The Pagetree Menu works in Safari but not in Firefox 3.5.5. n...
- 19:43 Bug #21635 (Closed): Content-Element "media" doesn't find files if absRefPrefix is set
- The content element "media" doesn't find the selected file if absRefPrefix is set, f.e.
config.absRefPrefix = /
I t... - 19:00 Bug #21623: final adjustments to MediaCE
- committed to trunk, rev 6488
- 18:44 Bug #20713: $altUrl parameter has no effect in t3lib_BEfunc::viewOnClick()
- committed to trunk, rev 6487
- 18:25 Bug #21524: opendocs produce invalid HTML
- committed v3 to trunk, rev 6486
- 18:06 Feature #18194: Remove Static Templates from Standard Installation
- One small thing was still wrong with the last version: The ext_tables.sql contained an ALTER TABLE instead of a CREAT...
- 16:32 Bug #21627: Install tool password not accepted when PHP safe mode is enabled
- Did this occur with TYPO3 4.2 or is it a new 4.3 issue?
Georg, did you investigate further and how did you solve it?
- 15:43 Bug #19722: Either TYPO3_MOD_PATH or $BACK_PATH was not found - configure ext_emconf.php
- Sent the patch as RFC to the core list.
- 11:52 Bug #19722: Either TYPO3_MOD_PATH or $BACK_PATH was not found - configure ext_emconf.php
- Hey Steffen, can you please test provided patch 9981.patch for EM and give feedback? The diff applies to current trun...
- 13:23 Bug #21633 (Closed): Indexing Engine Statistics utf8
- Indexing Engine Statistics
List typo3 pages
in title column the charset display is not correct
id/type: Titl... - 11:42 Bug #21421: slow t3lib_TSparser::parseSub
- Thank you for the patch. I tried it, and I have 2 remarks:
After applying the patch I get a fatal error in the bac...
2009-11-21
- 22:04 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- I'm not using 1-2-3 install for all my installation until now! I started with setting ENABLE_INSTALL_TOOL in typo3con...
- 20:12 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- I thought the 1-2-3-installer would come up automatically. But it doesn't?
- 17:46 Bug #21632: Can't access 'Basic Configuration' on a fresh install
- Sorry! Install tool works when I use 1-2-3 Install before!
- 17:37 Bug #21632 (Closed): Can't access 'Basic Configuration' on a fresh install
- Creating a new installation with typ3_src+dummy-4.3.0RC1 i'm able to login to the Install Tool. But can't set the bas...
- 21:38 Bug #21547: Templavoila und Preview
- sorry - that's not a TV issue why did you move it into the TV-project?
- 20:54 Bug #14161: Wrong string pasted from 'TypoScript property lookup' -> 'Add object property'
- I have tested this with current trunk there is no "="-sign inserted in any of the fields. See screenshot.
Also pro... - 20:47 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- The installer (in 1-2-3 mode already) could do so many checks. It could e.g. check the memory limit, which is I would...
- 20:22 Feature #14127: FE-Editing new pages and simulateStatic
- This issue is open for more than5 1/2(!) years now, the last3 1/2 of them without any feedback.
Simulatestatic has... - 19:41 Feature #25566: t3editor should work also in file list with files with the extension '.ts'.
- i planned to implement this for 4.4.
- 19:39 Bug #19352: typo3-top-toolbar popups do not open, t3 editor not working
- closed. Issue seems to be solved for the reporter
- 18:22 Bug #19722: Either TYPO3_MOD_PATH or $BACK_PATH was not found - configure ext_emconf.php
- Hi Andi,
could you investigate, weather it is really a core-bug that this message is shown? It's not nice to have ... - 17:31 Bug #21631 (Closed): Save & New button for CE and templavoila save the ce in first section...
- It's tricky... i have a templavoila layout with 2 columns, left an main (Linke Spalte and Hauptinhalt in screenshot)....
- 15:56 Bug #21630: Special language charachter like áöíþðæú not displaying
- Hi Styrmir,
thanks for reporting this issue!
However, this problem has already been reported and will be solved h... - 03:30 Bug #21630 (Closed): Special language charachter like áöíþðæú not displaying
- This special language keyboard char are not displaying at all they are replaced by ? when you "save and close" or jus...
- 12:23 Bug #21551: Page tree does not reload after creating new page
- I can confirm this for creating a new page in the pagetree docheader.
It works fine when I create the page using t...
2009-11-20
- 22:08 Bug #21629: MM relations: rollback not working / sys_history wrong
- Sure thing, it's posted :)
- 21:56 Bug #21629: MM relations: rollback not working / sys_history wrong
- Hi Ralf,
thanks for your patch!
To get this finally included (more then two years after you initially wrote it), ... - 21:37 Bug #21629 (Closed): MM relations: rollback not working / sys_history wrong
- If changing fields which reference MM relations, sys_history will log these changes by storing a different relation c...
- 21:36 Bug #16782: Oracle : Swap (online / offline) between 2 pages or contents,...
- Is it still true? I could create a page and a few CE in draft/live and switch between them and publish them without p...
- 19:13 Bug #21627: Install tool password not accepted when PHP safe mode is enabled
- i had this once too with beta3 and safemode enabled! - so confirmed
- 18:32 Bug #21627 (Closed): Install tool password not accepted when PHP safe mode is enabled
- When installing the 4.3 RC1 today, I could not log in to the install tool on my system using the password form. The d...
- 18:55 Bug #21628: Error during record up and down move in Workspace
- Version is 4.3
- 18:55 Bug #21628 (Closed): Error during record up and down move in Workspace
- Do the following in the live workspace:
* Go to the default page module and create a few records in the default la... - 18:09 Bug #19098: backspace deletes wrong characters
- Combined fixes for issues #12677 and #12684 should fix this issue.
- 01:25 Bug #19098: backspace deletes wrong characters
- But pressing return is not quite the same as pressing backspace, is it?
- 18:08 Bug #21626: htmlArea RTE: Repeated character / backspacing is slow in Firefox
- Committed to SVN TYPO3core trunk (revision 6483) and branch TYPO3_4-2 (revision 6484).
- 17:53 Bug #21626 (Closed): htmlArea RTE: Repeated character / backspacing is slow in Firefox
- Holding down a character key or backspace produces slow entry in Firefox.
Solution: Reduce frequency of toolbar up... - 17:14 Bug #16708: WHERE func(expr) IN (n,...m) is broken
- Xavier,
Agreed... I haven't seen any extension using this.. however I did see more 'advanced' usage of SQL in the ... - 15:15 Bug #16708: WHERE func(expr) IN (n,...m) is broken
- Ries,
I see, but this is something to allow what this bug is about (supporting function before IN) and this is som... - 17:09 Bug #21500: Cannot move multiple records with clipboard
- before this patch I could replicate the problem with the error : Could not parse where clause in /Users/rvt/Sites/typ...
- 16:17 Bug #21500: Cannot move multiple records with clipboard
- Problem is located in Core and occurs too when not using DBAL but is silently forgotten by a HTTP redirect. Problem a...
- 15:50 Bug #21500: Cannot move multiple records with clipboard
- This can be reproduced with a ADOdb driver (e.g., Oracle), not with native (MySQL) driver.
- 15:07 Bug #17341: Fieldmapping doesnt work on the "right side" in where clause with table.field
- Added a unit-test for this problem as revision 26757 but could not reproduce this bug anymore.
- 14:47 Bug #17341: Fieldmapping doesnt work on the "right side" in where clause with table.field
- I must be blind but I don't see what is wrong. The query you wrote contains as JOIN condition pages.uid = cpg_categor...
- 14:53 Bug #21625 (Closed): Section links coming from RTE broken in FE: rendered as #14185& instead of #c123
- Problem:
If you enter a link to a specific CE via RTE the href-attribute points to a nonexisting id. Instead of #c12... - 14:37 Bug #21624 (Closed): Select/Descelect all should be visible as link
- The select/deselect all is a very nice feature but it would be better visible if the text would be behave like a link...
- 14:28 Bug #21549: Patch for bug 6158 incompatible with 4.3b3
- Closed at the request of the reporter.
- 13:50 Bug #17019: SQL error with DBAL/PostgreSQL: quoting of varchar defaults
- See bug #11142
- 13:49 Bug #20470: Column's default value is not properly quoted in CREATE TABLE
- Committed to DBAL-trunk as revision 26752.
Backported to branch DBAL_1-0 as revision 26754. - 11:58 Bug #20470: Column's default value is not properly quoted in CREATE TABLE
- I could confirm this behavior while writing unit tests for #12670
- 13:31 Bug #21623: final adjustments to MediaCE
- you'll find some demos here:
http://dev.sk-typo3.de/new-multimedia-element.html - 12:59 Bug #21623 (Closed): final adjustments to MediaCE
- some of the latest changes causes problems. So the flashplayer doesn't work correct with complete rawurlencoded url. ...
- 13:12 Bug #21615: Fatal error: Call to a member function getSystemLanguages()
- Same problem in my test-install.
- 11:23 Bug #21616: Columns with NOT NULL are created as NULLABLE
- Actually, this is by design that NOT NULL information is removed when dealing with an Oracle database as Oracle consi...
- 11:14 Bug #21543: t3lib_cache_exception_NoSuchCache exception is not thrown
- This bug can be closed as invalid, since it was caused by our wrong usage of the caching framework.
- 10:40 Bug #21622 (Closed): Pagemodule don't show clipboard paste icon when there is no content
- Copy and paste is not nice in page module either, you have to use context menu. On empty page there is no way to past...
- 08:32 Bug #20237: Alignment Error in TCEforms with Palette title --palette--;myTitle
- Ever since I use this feature, the title of the palette is only displayed, if the palette has
'canNotCollapse'=>1... - 02:23 Bug #21621: htmlArea RTE: Incorrect cursor position after backspace/delete in Firefox
- Committed to SVN TYPO3core trunk (revision 6478) and branch TYPO3_4-2 (revision 6479).
- 01:22 Bug #21621 (Closed): htmlArea RTE: Incorrect cursor position after backspace/delete in Firefox
- In Firefox, the cursor postion after a backspace/delete operation from an empty block paragraph or list tem that is d...
- 00:50 Bug #21620: Validation issue in sysext opendocs: Missing htmlspecialchars of href parameter
- The attached patch was committed to SVN trunk. rev. 6477
- 00:38 Bug #21620 (Closed): Validation issue in sysext opendocs: Missing htmlspecialchars of href parameter
- Problem: The opendocs module doesn't validate
Solution: Add a htmlspecialchar to href parameters
(issue import... - 00:21 Bug #21619 (Closed): Validation issues in sysext reports: Fix several errors
- Problem: The reports module doesn't produce valid HTML
Solution:
- Fix a typo from "colspans" to "colspan"
- Add...
2009-11-19
- 23:16 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- Michael, I know the topic is about TV and Oracle. What I said is that with TYPO3 4.3 beta3 (now RC1), DBAL was update...
- 22:48 Bug #20237: Alignment Error in TCEforms with Palette title --palette--;myTitle
- As far as I can see the palette labels are not rendered anymore in current trunk:
field, --palette--;foo;1;;1-1-1
... - 22:42 Bug #18730: $TCA['fe_users']['palettes']['1']['showitem'] change in 4.2 causes problem with sr_feuser_register
- Resolved, no core bug, fixed in extension.
- 22:40 Feature #21618: Save & New Button for t3 CE forgets the previous CE type and starts with "text" Element the second time you click on it
- I see. So the ideal thing would be to make this configurable with a special option.
- 22:25 Feature #21618: Save & New Button for t3 CE forgets the previous CE type and starts with "text" Element the second time you click on it
- Hello Christopher,
i see this from the other site. when i layout a page and i want a clean layout with a perfect t... - 20:19 Feature #21618: Save & New Button for t3 CE forgets the previous CE type and starts with "text" Element the second time you click on it
- The disadvantage with always predefining the type you chose last is, that - if you have last used a typ which you don...
- 19:32 Feature #21618 (Closed): Save & New Button for t3 CE forgets the previous CE type and starts with "text" Element the second time you click on it
- Create a new text with image ce, press save & new button (the right one) and typo3 starts with a normal text ce. The ...
- 22:04 Bug #21609: Problem with german "Umlaute" in BE file list, no thumbs generated
- Test with im6:
on the first test i was after uploading the files when t3 refreshes the file list logged out from s... - 20:20 Bug #21609: Problem with german "Umlaute" in BE file list, no thumbs generated
- Do you have the same problem with IM6?
- 19:52 Bug #21609: Problem with german "Umlaute" in BE file list, no thumbs generated
- console screen is Bild 7.png...
- 19:51 Bug #21609: Problem with german "Umlaute" in BE file list, no thumbs generated
- UTF8 Filesystem is enabled and works. I created once this folder and looked on console, everything is fine. now i upl...
- 11:22 Bug #21609: Problem with german "Umlaute" in BE file list, no thumbs generated
- It is possible to use umlauts in the filelist. There's a setting in the install tool "UTF8filesystem" that allows to ...
- 20:38 Bug #21568: Backend Login-Popup not working
- Thx Christopher - stupid me, could have guessed that myself. The bug seems to be fixed after clearing all caches whic...
- 20:21 Bug #21568: Backend Login-Popup not working
- You can e.g. delete your cookies. The next time the login check is done (should be some seconds only) it will fail an...
- 19:36 Bug #21568: Backend Login-Popup not working
- I applied the patch, but the problem still occurs! Btw. is there any setting to make the time until the re-login occu...
- 20:24 Bug #21176: No upload in the new massuploader with Firefox
- what about implementing it using http://typo3.org/extensions/repository/view/ameos_dragndropupload/current/ as base, ...
- 18:15 Bug #21176: No upload in the new massuploader with Firefox
- A search of the net gave a few results. We are not alone :-/
http://support.mozilla.com/en-US/forum/1/481092
http... - 19:20 Bug #21617 (Closed): Context menu of page tree does not work anymore in firefox 3.5.5
- Using the context menu of page tree does not work on right click. Moving page menu works, though.
'disable pop up ... - 17:41 Feature #18194: Remove Static Templates from Standard Installation
- Attached is a patch and the new sysext that fixes the following things:
* Use of <?php instead of <? in a file i... - 17:37 Bug #21515: Changes in t3lib_div::getUserObj
- FYI: The change in t3lib_div::getUserObj was introduced in #20959 http://bugs.typo3.org/view.php?id=11831
- 13:14 Bug #21515: Changes in t3lib_div::getUserObj
- I can confirm this at least for dam file-browser (the trees). The tree in "media -> list" appears again after adding ...
- 15:07 Bug #21604: Some small trouble with umlauts in FE Edit
- Hi Guido,
this issue has already been reported.
It will be solved here:
http://forge.typo3.org/issues/show/4916 - 00:49 Bug #21604: Some small trouble with umlauts in FE Edit
- Thats right! Please add a notice if you need a screenshot.
PS: I test it on Windows XP with the newest xampp in de... - 14:25 Bug #20077: FORM is empty
- Hello Oliver,
tt_board works now with the latest TYPO3 trunk svn. Thanks!
- Franz
- 13:36 Bug #21616 (Closed): Columns with NOT NULL are created as NULLABLE
- Extract:
CREATE TABLE cache_pages (
id int(11) unsigned NOT NULL auto_increment,
hash varchar(32) DEFAULT... - 13:16 Bug #21615 (Closed): Fatal error: Call to a member function getSystemLanguages()
- Fatal error: Call to a member function getSystemLanguages() on a non-object in /typo3_src-4.3.0RC1/t3lib/class.t3lib_...
- 11:35 Bug #21569: Wrong character encoding in cache tables breaks frontend rendering
- I applied your patch and it works!
But one note:
CREATE TABLE cache_pagesection (
page_id int(11) unsigned D... - 11:33 Bug #21421: slow t3lib_TSparser::parseSub
- Right - I get the mentioned error-message.
But it would be nice to see the path/name of the TS-File (at least the fi... - 11:27 Feature #21614 (Closed): Add support for MemCache
- ADOdb supports MemCache for queries: http://phplens.com/lens/adodb/docs-adodb.htm#memcache
See how this may be use... - 11:20 Bug #21494: JSMENU does not respect mount point overlays
- Please find attached a revised version of my patch (V2).
During additional testing for a posting in the core team gr... - 11:12 Feature #21608: Advanced FE Edit not Included in RC1 Source
- http://news.typo3.org/news/article/typo3-43-rc-1/
http://typo3.org/extensions/repository/view/feeditadvanced/current/ - 11:11 Bug #21610: css_styled_content not finished yet
- Since it seems to be something that does not need to be changed in TYPO3, I'm closing this issue again.
- 11:06 Bug #21611: After install of feeditadvanced show page method does not work in firefox 3.5.5 in backend.
- Dennis, thus this is not a bug at all of TYPO3? Correct?
- 11:05 Bug #20868: click-enlarge function for images does not work correctly in IE8
- Thanks Thomas (and Simon) for the workaround.
I solved the problem for me by another workaround long time ago (see o... - 00:45 Bug #21598 (Closed): Error when editing a resource file in a template record ("target was not a directory")
- When i click on the edit context menu of a template record i get the error message "target was not a directory"
...
2009-11-18
- 23:14 Bug #21613 (Closed): Copying Record with TCEMain processCmdMap throws sql errors...
- Copying Record with TCEMain processCmdMap throws sql errors on pages with f.e. sys_template or sys_domain records.
... - 23:10 Bug #21611: After install of feeditadvanced show page method does not work in firefox 3.5.5 in backend.
- So this bug has nothing to do with feeditadvanced.
The option "page tree" > "show page" always opened a new tab or... - 23:06 Bug #21611: After install of feeditadvanced show page method does not work in firefox 3.5.5 in backend.
- It was in the backend I mistyped.
- 22:45 Bug #21611: After install of feeditadvanced show page method does not work in firefox 3.5.5 in backend.
- One question: Are you sure you are in the FE when clicking on "show page" from page tree?
Where do you have this opt... - 21:41 Bug #21611: After install of feeditadvanced show page method does not work in firefox 3.5.5 in backend.
- Thanks Christopher.
I figured it out. I had another TYPO3 session open in another browser and it opened up the vi... - 20:37 Bug #21611: After install of feeditadvanced show page method does not work in firefox 3.5.5 in backend.
- I had a similar issue and I "guess" you might have an edit panel in your page.
If so, take it out. This solved the p... - 20:03 Bug #21611 (Closed): After install of feeditadvanced show page method does not work in firefox 3.5.5 in backend.
- It works in IE 8.0.6001.18702, but not in FF 3.5.5.
Clicking on show page from page tree or content view does not ... - 22:39 Bug #21610: css_styled_content not finished yet
- Good to know that you could figure the problem out!
- 21:25 Bug #21610: css_styled_content not finished yet
- Ok, thank you for your answer. I found the problem. I use some own html markups in my projects, an i copy this code a...
- 20:55 Bug #21610: css_styled_content not finished yet
- Are you sure your css markup is valid?
The validator complains at several places...
http://jigsaw.w3.org/css-vali... - 19:26 Bug #21610 (Closed): css_styled_content not finished yet
- i placed in an tv fce an text width image element and choosed image left in text. In my main template i choosed css_s...
- 21:56 Bug #21569: Wrong character encoding in cache tables breaks frontend rendering
- Ok. Just tested the description of #17053 which seems to be the same problem.
Back in these days (2007) for some r... - 21:35 Bug #21569: Wrong character encoding in cache tables breaks frontend rendering
- What exactly do you mean by having the DB in utf-8. Today I tried setting the collation of a database to utf-8 and al...
- 21:41 Bug #20092: Typo3 FE crashs with single-char umlauts in typoscript
- I guess this bug can be closed as it does not happen anymore?
Gabriel: If you object, and this still happens for y... - 21:31 Bug #21421: slow t3lib_TSparser::parseSub
- Hello again,
I just uploaded a file "tstemplate_charset.diff". Try to apply this to the latest version (RC1). In y... - 21:31 Feature #21525: No typoscript template found - Addon
- Hello again,
I just uploaded a file "tstemplate_charset.diff". Try to apply this to the latest version (RC1). In y... - 20:50 Bug #21612: URL not found on feeditadvanced when clicking on any fe edit button.
- This has already been reported here:
http://forge.typo3.org/issues/show/4865
But the issue should be fixed. Pleas... - 20:05 Bug #21612 (Closed): URL not found on feeditadvanced when clicking on any fe edit button.
- Not Found
The requested URL /defVals[tt_content][CType]=image&defVals[tt_content][imagecols]=2 was not found on th... - 20:43 Bug #21609: Problem with german "Umlaute" in BE file list, no thumbs generated
- Is it possible to create files with umlauts in the filename using the TYPO3 API?
- 18:56 Bug #21609 (Closed): Problem with german "Umlaute" in BE file list, no thumbs generated
- Do the following:
On the left go to file list. Create a new folder named something about "schärfen-exif" or so, se... - 19:27 Feature #21608: Advanced FE Edit not Included in RC1 Source
- Ok, thats right, can be closed. Sorry.
- 18:56 Feature #21608: Advanced FE Edit not Included in RC1 Source
- You should read the release notes which you find on the starting page of typo3.org.
- 18:44 Feature #21608 (Closed): Advanced FE Edit not Included in RC1 Source
- Downloaded an install the RC1 (with Symlinks) over an 4.3b3 installation an d advanced front end edit is gone.
(i... - 18:59 Bug #21606: Pagetitle won't show up in editing the page properties in Advanced Frontend Editing
- Report this here, please:
http://forge.typo3.org/projects/typo3v4-feedit/issues - 18:23 Bug #21606 (Closed): Pagetitle won't show up in editing the page properties in Advanced Frontend Editing
- The pagetitle stays empty when editing the page properties. How to reproduce:
Login in backend
Install feeditadva... - 18:59 Bug #21607: No error on trying to save from frontend when logged out
- Please report that here:
http://forge.typo3.org/projects/typo3v4-feedit/issues - 18:37 Bug #21607 (Closed): No error on trying to save from frontend when logged out
- If you press save on the frontend editing screen while logged out from BE, the screen stays black and no message appe...
- 18:57 Feature #21169: add fullQuoteStr to stdWrap
- I have added an extension which provides the two functions for 4.2. It also works with 4.3 in case the patch will not...
- 18:48 Bug #21545: getFileAbsFileName() resturns blank in cli mode
- further research reveals:
class.t3lib_div.php#3795 (getFileAbsFileName):
t3lib_extMgm::isLoaded($extKey) resolv... - 17:46 Bug #21605: recursive file copy on windows
- //recursive directory copy is not supported under windows ... so create a new cmd array ... ;) for recursive copy
... - 16:41 Bug #21605 (Closed): recursive file copy on windows
- I got the following error message:
The item "piwik_patches" was not a file or directory! (msg#2.2.130)
During devel... - 17:21 Bug #19156: functions in interface.tslib_content_stdwraphook.php gets executed numerous times.
- The second problem:
The content from stdWrapPreProcess is overriden by
if ($conf['field']) {$content=$this->get... - 16:21 Bug #19156: functions in interface.tslib_content_stdwraphook.php gets executed numerous times.
- I created a patch to solve the original issue. It applies to 4.3-rc1 and hopefully we still get this into 4.3
- 16:53 Bug #20868: click-enlarge function for images does not work correctly in IE8
- Workaround:
Modify file typo3/sysext/cms/tslib/ showpic.php
Modify function printContent() so that it looks as... - 16:48 Bug #21604: Some small trouble with umlauts in FE Edit
- You are talking about the new advanced frontend editing, don't you?
- 16:33 Bug #21604: Some small trouble with umlauts in FE Edit
- Reproduced with title and bodytext.
- 16:32 Bug #21604 (Closed): Some small trouble with umlauts in FE Edit
- Hey Guys,
i found a small bug in Frontend Edit. If I set an umlaut like 'ä' the Editor renders after saving a '?'.... - 16:00 Bug #21603 (Closed): Typo3 html content element frontend rewrites
- When i insert the following content via html content element into the page:
<!-- mymon_form_log -->
<script src='... - 14:03 Bug #20073: IRRE child records with a select for static_info_currencies don't get rendered
- yup. this is now handled in the TYPO3 core. Can you check if this bug still exists then?
- 13:56 Bug #21175: adv. frontend edit: mailfom, sometimes not possible to close the form wizard
- ok, I'll try to enter theese infos in the other bugtracker...
- 13:03 Bug #21602 (Closed): Value Preview of empty timestamp shows "01-01-70 (-40 yrs) "
- this is the result of date formating of "0" and will be shown on date fields in tceforms in original language info wh...
- 11:28 Bug #21601 (Closed): Labels for calcAge: Singular/Plural
- The labels for the "calcAge" method can only be given in grammatical singular or plural.
So the results will be li... - 10:01 Bug #21600: Page tree will not be shown in the typo3 backend
- Hi Mr.Oliver.
URL to BE is /mydomain/typo3/backend.php
I think that this is typical url.
PHP is used as a modu... - 09:42 Bug #21600: Page tree will not be shown in the typo3 backend
- Can you please tell me the full URL that is used to access your backend?
Besides that, what PHP version are you usin... - 06:27 Bug #21600: Page tree will not be shown in the typo3 backend
- When adding it. I return them reffer id:0012324
- 05:50 Bug #21600 (Closed): Page tree will not be shown in the typo3 backend
- I use TYPO3 in Japan.
I update beta2 -> beta3 ,
1.Login BE
?
2. Click left menu icon
?
displaye... - 01:15 Bug #21599: Introduce t3lib_utility_Http for all constants
- Commited to trunk (rev #6469)
- 01:10 Bug #21503: Give admins the possibility to configure which errors should be logged to which log
- committed to trunk rev 6471
2009-11-17
- 23:58 Bug #21599 (Closed): Introduce t3lib_utility_Http for all constants
- Hey,
as discussed it is now time (before we go final with 4.3) to correctly put t3lib_div::*HTTP_STATUS constants ... - 21:24 Bug #21595 (Closed): Add a version matrix to the typo3.org website
- Like http://www.symfony-project.org/installation , we should have a nice version matrix. I've compiled the data and c...
- 21:14 Bug #21594: palette fields not always processed (RTE related)
- gosh...
=> this link will not be processed and therefore be stored as (well, you have to imagine the tag brackets,... - 21:08 Bug #21594 (Closed): palette fields not always processed (RTE related)
- When using t3lib_BEfunc::getTCAtypes, you will only get the fields back that are configured as 'types' fields in TCA....
- 21:08 Feature #21560: sql_query does not respect "mapping"
- FYI, this patch won't be part of branch DBAL_1-0 (TYPO3 4.3.x). Once tested it will be commited to trunk to be hopefu...
- 20:38 Bug #21592: Warnings in BE when using "Datebase Relation"
- 5.2, xp, nothing strange
- 20:36 Bug #21592: Warnings in BE when using "Datebase Relation"
- any environment specialities? php 5.3, windows, ... or other exotic stuff? ;-)
- 20:34 Bug #21592: Warnings in BE when using "Datebase Relation"
- doesnt help, i will investigate the next days
- 20:30 Bug #21592: Warnings in BE when using "Datebase Relation"
- works for me here.
Does db-compare find something to update in your installation? - 18:53 Bug #21592 (Closed): Warnings in BE when using "Datebase Relation"
- when using db check > database relation I get the following warnings:
PHP Warning
PHP Warning: reset() [function.re... - 20:36 Bug #21590: Warnings in BE when using "Update reference index"
- db compare doesnt help, sorry to mention
- 20:35 Bug #21590: Warnings in BE when using "Update reference index"
- works for me here. no warnings
Does db-compare find something to update in your installation? - 18:46 Bug #21590 (Closed): Warnings in BE when using "Update reference index"
- When I update the reference index in the backend by clicking DB check > manage reference index > update now I get th...
- 20:33 Bug #21591: Warnings in BE when using "Find filename"
- confirmed. searching for </title> gives thousands of messages like
PHP Warning: preg_match() [function.preg-match]:... - 18:50 Bug #21591 (Closed): Warnings in BE when using "Find filename"
- when using DB check > Find filename and search for things like
"<h1>test</h1>"
or "</title>"
there are errors al... - 20:28 Bug #16689: Index on tx_realurl_uniqalias breaks with DBAL
- Committed to SVN Trunk (rev. 6463)
- 08:21 Bug #16689: Index on tx_realurl_uniqalias breaks with DBAL
- Thanks! :) This is a great solution! :) I see DBAL becomes better and better in your hands :)
- 08:16 Bug #16689: Index on tx_realurl_uniqalias breaks with DBAL
- Hi Dmitry, I totally agree with you, RealURL should not be changed. Attached patch simply drops the length restrictio...
- 08:01 Bug #16689: Index on tx_realurl_uniqalias breaks with DBAL
- RealURL is mainly MySQL oriented because majority of TYPO3 users use MySQL. So I am not going to sacrifice performanc...
- 20:22 Bug #21044: Do not show E_DEPRECATED messages on productive systems
- FYI: committed attached v3 patches to
trunk rev 6460
4_2 branch rev 6461
4_1 branch rev 6462 - 19:54 Bug #21173: Replace "Warning: filemtime(): stat failed" with a nice error message
- committed v2 to trunk rev 6459
- 19:42 Bug #17227: Shortcut to external URL if referer-check enabled
- This is STILL an issue in 4.2.6. When I set "doNotCheckReferer" in the install tool it seems to be a work around. T...
- 19:29 Bug #21564: User settings module reports changed password and settings if there was no change at all
- Committed to SVN Trunk (rev. 6458)
- 19:26 Bug #21567: Add preRenderHook in pageRenderer
- committed to trunk, rev 6457
- 19:21 Bug #21552: Flash Messages issues in the Extension Manager
- The em_02 issue is solved with #21562
- 18:31 Bug #21504: Password change in User tools -> User setup impossible if rsaauth and saltedpassword are installed
- Committed to SVN Trunk (rev. 6452)
- 18:28 Bug #21566: Inconsistent naming of "includeFooterJS"
- committed to trunk, 6456
- 18:11 Bug #21242: Renaming write protected file issues a php warning
- committed to trunk rev 6455
- 17:53 Bug #19810: Broken fe_adminLib.inc
- committed to trunk, rev 6454
- 17:49 Bug #21136: PHP5.3-Warning about strcmp() parameters in view_help.php
- committed to trunk rev 6453
- 17:30 Bug #21588 (Closed): TCA type suggest not working in record sys_action type "edit records"
- The TCA type suggest has been activated for some core tables and it works fine everywhere else but not in this case:
... - 17:27 Bug #21444: OpenID authentication does not work with PHP 5.3
- committed v2 to trunk rev 6451
- 15:20 Bug #21444: OpenID authentication does not work with PHP 5.3
- openid-php53.diff also does not work on my system (Mac OS X, Apache2, PHP 5.3):
"Fatal error: Class 't3lib_error_Exc... - 17:25 Bug #21587 (Closed): Warnings in BE when using the "Full search" in module "DB check"
- When performing an search in the module "DB check" > Full search > "Raw search in all fields" the following warnings ...
- 17:23 Bug #21570: Debug output destroys BE HTML
- the last one is kinda messed up. This is the fixed one. (12614-t3uxw09-v2.diff)
Thanks, - 16:56 Bug #21570: Debug output destroys BE HTML
- Hi Steffen,
it's related to 12598.
Attached is my patch for this problem, #21557 and general debug output in Fron... - 16:53 Bug #21557: Use flash messages to show SQL debug errors in the backend
- please set relation to #21570
- 16:46 Bug #21571: Set recycler height dynamic
- committed v2 to trunk, rev 6448
- 16:34 Bug #21568: Backend Login-Popup not working
- Committed to SVN Trunk (rev. 6447)
- 16:14 Bug #21585 (Closed): Flash Message to the history / changelog
- As the flash message should be used every it this is an additional replace. Please take a look at the screenshot to k...
- 13:19 Bug #21581 (Closed): Backend Web and File menu items don't work
- I login to the Typo3 backend at https://myserver/typo3 and get redirected to https://myserver/typo3/alt_main.php. I s...
- 12:20 Bug #19131: Warning 102 when saving record with hidden double fields in the BE
- Sorry - I was wrong.
I had in table
tx_promo_year_1_m_01 double DEFAULT '0' NOT NULL,
after changing to
tx_p... - 11:53 Bug #19131: Warning 102 when saving record with hidden double fields in the BE
- I have 'default' => '0.00' and still the same problem exist: "These fields are not properly updated in database:"
... - 11:38 Bug #21580 (Closed): JSMENU's fallback menu name is not unique
- In 4.1.13 you are not able to put multiple jsmenus on one page - except you define explicitely a name for each menu. ...
- 09:54 Bug #21579: Unreplaced marker in login screen of classic skin
- committed to trunk, rev 6444
- 09:38 Bug #21579 (Closed): Unreplaced marker in login screen of classic skin
- There is a forgotten marker in login screen of classic skin:
###INFO###
also the text of this marker was forgotten:... - 08:41 Bug #21546: htmlArea RTE: RTE fails to load due to security error
- I will check this.
I looked up on my server files. The fileadmin folder is on a different path than the typo3 source... - 02:58 Bug #21578: htmlArea RTE: Incorrect behaviour of last item of list in gecko browsers
- Patch committed to SVN TYPO3core trunk (revision 6442) and branch TYPO3_4-2 (revision 6443).
- 01:13 Bug #21578 (Closed): htmlArea RTE: Incorrect behaviour of last item of list in gecko browsers
- If the cursor is positionned at the beginning of the last item of a list, a new item should be created if the item is...
- 01:23 Bug #25632 (Closed): Validation issues in sysext scheduler: Fix several errors
- Problem:
The scheduler BE module does not produce valid html
Solution:
- Fix a non closed /div in line 492
- Fi... - 00:44 Bug #21577: Validation issue in sysext scheduler: endPage is called twice
- FYI: The attached patch was committed to SVN trunk. rev. 6441
- 00:37 Bug #21577 (Closed): Validation issue in sysext scheduler: endPage is called twice
- Problem:
$this->doc->endPage(); is called twice: in main() and in render(). This leads to invalid html because of du... - 00:30 Bug #21576: Validation issue in web functions wizard new page: End tag for input omitted
- FYI: The attached patch was committed to SVN trunk. rev. 6440
- 00:23 Bug #21576 (Closed): Validation issue in web functions wizard new page: End tag for input omitted
- Problem:
The wizard for new pages does not close a input tag.
Solution:
Close it.
(issue imported from #M12620) - 00:17 Bug #21575: htmlArea RTE: JS error raised by spell checker
- Patch committed to SVN TYPO3core trunk (revision 6439).
2009-11-16
- 23:59 Bug #21575 (Closed): htmlArea RTE: JS error raised by spell checker
- Incorrect reference causes exception.
(issue imported from #M12619) - 23:43 Bug #21574 (Closed): Validation issue in sysext lowlevel: Fix some warnings
- Problem:
The t3lib_arraybrowser issues some warning when running the source through tidy.
Solution:
- a escaping... - 23:28 Bug #21493: JSMENU's showActive is broken
- To reproduce the original problem and its cure take these steps:
- In a virgin TYPO3...
- build a page tree lik... - 19:09 Bug #21493: JSMENU's showActive is broken
- @Andreas:
You describe a totally different problem. Please set up another bug report for your issue.
Besides: How ... - 23:23 Bug #16689: Index on tx_realurl_uniqalias breaks with DBAL
- Index size is not 230 anymore but 220 but the bug still occurs, explained on http://xavier.perseguers.ch/en/tutorials...
- 23:23 Bug #21568: Backend Login-Popup not working
- I also have this issue with Firefox 3.5.5 on Windows, but only "sometimes" (don't know, what excactly to do to reprod...
- 16:03 Bug #21568 (Closed): Backend Login-Popup not working
- The new "Refresh-Login" account is not working for me. Although I enter the right password, it says "Password incorre...
- 23:16 Bug #21558: BE Login form is puzzled
- Closed at the request of the original reporter
- 16:04 Bug #21558: BE Login form is puzzled
- Hi Christopher,
I informed the author of the BE-Login extension about the problem. Now it's up to him to change do... - 01:14 Bug #21558: BE Login form is puzzled
- Even two extensions for just one screen... ;-)
If you want to do others something good, you can drop the author of... - 01:10 Bug #21558: BE Login form is puzzled
- hm - I still have the extension running, but now it works... it's been "Better BE Login", but I will actually unload ...
- 01:08 Bug #21558: BE Login form is puzzled
- Your problem maybe is caused by the extension t3skin_improved which modifies your login-screen.
Since the screen w... - 01:07 Bug #21558: BE Login form is puzzled
- Hi Christopher,
thx - that was it "Better BE Login" did the job.
It had no effects under 4.2, but now it seems ... - 01:05 Bug #21558: BE Login form is puzzled
- Any ext. modifying the login-screen?
- 01:04 Bug #21558: BE Login form is puzzled
- Seems as if it doesn't work with 3.5.5
I did everything described above, still no change!
Thx anyways! - 01:01 Bug #21558: BE Login form is puzzled
- I had a similar issue after upgrading to a version of 4.3, which included this screen.
Please go to the install to... - 00:54 Bug #21558: BE Login form is puzzled
- I have a MacBook Pro with MacOS 10.6 installed and use Firefox 3.5.5
- 00:53 Bug #21558 (Closed): BE Login form is puzzled
- Since 4.3beta_xy my backend login form is somehow broken. The fields are not placed where they should be and the butt...
- 23:16 Bug #18993: Login failures in Typo3 Backend
- I don't have a clue on how to reproduce or fix this issue ("serveral problems"...).
I think that this was a config... - 23:14 Bug #21403: PHP Warning produced by t3lib_div::flushOutputBuffers()
- Committed to trunk in revision 6438
- 23:00 Bug #21573: Validation issue in sysext lowlevel: End tag for input omitted
- FYI: The attached patch was committed to SVN trunk. rev. 6437
- 22:50 Bug #21573 (Closed): Validation issue in sysext lowlevel: End tag for input omitted
- Problem:
lowlevel module doesn't validate because a a missing / in an input field
Solution:
Add it.
(issue i... - 22:47 Bug #21562: Flash Message for "extension provides additional configuration"
- committed to trunk, rev 6436
- 10:04 Bug #21562 (Closed): Flash Message for "extension provides additional configuration"
- flash messages should be used everywhere
(issue imported from #M12605) - 22:32 Bug #21461: Recycler is missing title + description in the about module
- committed v3 to trunk, rev 6435
- 20:27 Bug #21461: Recycler is missing title + description in the about module
- My fault... it's in the about module not in the recycler module...
- 20:02 Bug #21461: Recycler is missing title + description in the about module
- This was solved in issue #21428
- 22:31 Bug #21551: Page tree does not reload after creating new page
- Dupe of #20899 ?
This happens only using the "Create new page" icon in pagetree docheader? - 22:22 Bug #20422: TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
- http://www.jslint.com/
- 22:18 Bug #20422: TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
- Hey Steffen.
What is "linting"? Anyways, do you want to send it to the core list?
thx. - 21:55 Bug #20422: TCEForm does not replace the existing element if adding a new element to a field with maxitems=1
- Could you test v2, which is linted? After linting, it is working in Opera too, which didn't work before.
I had no ... - 22:19 Bug #21419: Hard-coded strings for collections in status reports
- Committed v3 to trunk in revision 6433
- 22:04 Bug #25630: Logging is too verbose
- Committed to trunk in revision 6432
- 20:46 Feature #5390 (Closed): Keyboard shortcuts for generic actions
- It would be really nice to have a _keyboard command shortcuts_ to generic actions like *Save*, *Save & close*, *Searc...
- 20:00 Bug #21546: htmlArea RTE: RTE fails to load due to security error
- Did you try to set the ip address with the install tool by setting [SYS][reverseProxyIP] ?
- 11:34 Bug #21546: htmlArea RTE: RTE fails to load due to security error
- is not quite correctly.. All the files for the frontend are in same location.
It is possible to have the typo3 sourc... - 11:02 Bug #21546: htmlArea RTE: RTE fails to load due to security error
- I mean that the scripts are in www.cenit.de, but the css files are in vmlintypo3prod.de.cenit-group.com.
- 09:00 Bug #21546: htmlArea RTE: RTE fails to load due to security error
- You mean thet the typo3 sources are on a different location than the stylesheets.
I have the stylesheets in the file... - 08:32 Bug #21546: htmlArea RTE: RTE fails to load due to security error
- Your stylesheets are on a different domain than the page which contains the RTE instance. Security restrictions in Ja...
- 07:48 Bug #21546: htmlArea RTE: RTE fails to load due to security error
- And on the outside domain, where we have the problem loading the rte, I receive:
The editor is being loaded. P... - 07:46 Bug #21546: htmlArea RTE: RTE fails to load due to security error
- On the internal server I receive fallowing message:
[HTMLArea::init]: All scripts successfully loaded.
[HTMLArea:... - 19:51 Bug #21571 (Closed): Set recycler height dynamic
- for now we have a fix recycler height which can be set in user setup.
By setting the height automatic (viewportHei... - 18:37 Bug #21561: fileNameASCIIPrefix got deprecated but is used in core
- introduced with RFC #21413: Log deprecated method calls and remove them in 4.5, see http://bugs.typo3.org/view.php?id...
- 11:28 Bug #21561: fileNameASCIIPrefix got deprecated but is used in core
- should be
"see class.tslib_gifbuilder.php line 632 - 09:13 Bug #21561 (Closed): fileNameASCIIPrefix got deprecated but is used in core
- The function fileNameASCIIPrefix in class.tslib_fe.php is deprecated with the message "please use the "simulatestatic...
- 17:52 Bug #20137: DBAL where clauses not handled correctly
- Well, I don't see any "IS IN LIST" operator on
http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html
A... - 13:33 Bug #20137: DBAL where clauses not handled correctly
- Xavier,
the given IN clause by Mangan was indeed correct, however I think the most important part was teh first it... - 10:14 Bug #20137: DBAL where clauses not handled correctly
- Hi,
I confirm that I could not reproduce the issue as stated in the description with DBAL-trunk. SQL parser has be... - 02:08 Bug #20137: DBAL where clauses not handled correctly
- I did a quick test on my site using the following code:
page.20 = CONTENT
page.20.table = tt_content
page.20.sel... - 17:32 Bug #21553: "LastLogin"-Field creates PHP error on create (date)
- Committed to SVN Trunk (rev. 6430)
- 11:29 Bug #21553: "LastLogin"-Field creates PHP error on create (date)
- The attached patch adds default values for these fields. It shows the unixtime start in 1970 - the warning is gone - ...
- 17:06 Bug #20696: Expanding pagetree with multiple mountpoints removes following mountpoints in Firefox
- I have attached a screenshot with your patch and my little test setup. I get 15 <li and 16 </li .
With the current... - 16:50 Bug #21570 (Closed): Debug output destroys BE HTML
- if you use t3lib_div::debug in BE the HTML is corrupted, docheader not clickable etc. It's very weird.
Reason is t... - 16:42 Feature #21565: Generating multiple directories for images in GB/ and pics/
- Ries, gifbuilder.patch has been removed
- 16:41 Feature #21565: Generating multiple directories for images in GB/ and pics/
- Someone with proper rights should move this entry to Core bugtracker. thanks.
- 13:17 Feature #21565: Generating multiple directories for images in GB/ and pics/
- gifbuilder.patch was a faulty upload (how can I delete it??, or how can I upload multiple files at the same time?)
... - 13:16 Feature #21565 (Closed): Generating multiple directories for images in GB/ and pics/
- When TYPO3 needs to generate many thousands of images (>50.000) then most file systems will slow down because TYPO3 w...
- 16:32 Bug #21569: Wrong character encoding in cache tables breaks frontend rendering
- In cache_pages the field HTML stores the complete page. Yet this must be also a BLOB since Mysql (and other DBs) take...
- 16:20 Bug #21569 (Closed): Wrong character encoding in cache tables breaks frontend rendering
- There are several issues where cache data makes problems, eg if renderCharset != metaCharset. Then it happens if the ...
- 15:05 Bug #21504: Password change in User tools -> User setup impossible if rsaauth and saltedpassword are installed
- The attached patch solves this issue.
There was a hardcoded check wheter a stored password has the length of 32 (and... - 14:33 Bug #21567 (Closed): Add preRenderHook in pageRenderer
- if the loading order or other things are not sufficient for specific usecases there should be a hook where you can ma...
- 13:55 Bug #21566 (Closed): Inconsistent naming of "includeFooterJS"
- There is an inconsistent naming in the new TS properties:
includeFooterJS
All of these properties shoul be same... - 13:30 Bug #16694: Extension manager fails in a postgres environment with multiple schema's and tables.
- Michiel,
it's a PostgreSQL setting for it's role.
Ries - 07:52 Bug #16694: Extension manager fails in a postgres environment with multiple schema's and tables.
- Hi Ries,
No, I did not try that. Is that documented somewhere in the dbal docs?
If you think all is solved in t... - 02:22 Bug #16694: Extension manager fails in a postgres environment with multiple schema's and tables.
- Did any of you guys tried to set a search path to each schema?
Second, I think all of teh above is solved in lates... - 13:29 Bug #21444: OpenID authentication does not work with PHP 5.3
- doesn't work for me too. (PHP 5.3 xammp win)
Dmitry, on what system did you test your patch? - 13:24 Bug #21444: OpenID authentication does not work with PHP 5.3
- you'd better look to Rupi's patch - yours doesn't work for me:
Fatal error: Class 't3lib_error_Exception' not found ... - 13:07 Bug #21444: OpenID authentication does not work with PHP 5.3
- openid-php53.diff is my final result.
I did not look to Rupi's patch. - 12:49 Bug #21564 (Closed): User settings module reports changed password and settings if there was no change at all
- The module User Tool>User Settings reports a changed password and settings if there was no change at all.
Changed ... - 11:32 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- the topic is about templavoila and ORACLE not only templavoila and TYPO3
- 11:12 Bug #21140: translateTools not instantiated in t3lib/class.t3lib_recordlist.php
- fixed by follow-up patch for bug #0011764
committed to trunk, rev 6424 - 11:11 Bug #21549: Patch for bug 6158 incompatible with 4.3b3
- With higher fuzzyness the patch succeded.
- 11:08 Bug #20910: speed up list module by improving internal handling of localisations
- attached patch "11764_followup2.diff" fixes the problems in extensions which use their own page-module.
committed ... - 10:43 Bug #21563 (Closed): fe_typo_user changes for non logged in users
- The fe_typo_user cookie changes on every request for non logged in users. This is really annoying if you use this coo...
- 10:27 Feature #21560: sql_query does not respect "mapping"
- +1 by reading
will test later, that the "SELECT" part works we proved already yesterday evening.
For insert and upd... - 10:21 Feature #21560: sql_query does not respect "mapping"
- Even if this method is marked as deprecated since TYPO3 4.1 in DBAL, it overrides a method (from t3lib_db) that is no...
- 08:55 Feature #21560 (Closed): sql_query does not respect "mapping"
- The sql_query function of DBAL does not respect the Mapping feature of DBAL.
Solution: parse the SQL String and Ma... - 08:46 Bug #20044: RTE is not loading
- The problem arises because the stylesheets are not in the same domain as the html document containing the instance of...
- 08:40 Bug #19988: Rich text editor is not loading
- I can't follow this thread anymore. This issue was stolen and solved too many times. If anyone still encounters such ...
- 02:22 Bug #21559: htmlArea RTE: Update list of supported browsers.
- Committed to SVN TYPO3core trunk (revision 6427).
- 02:13 Bug #21559 (Closed): htmlArea RTE: Update list of supported browsers.
- Update manual and About information to include Google Chrome and SeaMonkey.
(issue imported from #M12601) - 02:14 Bug #16708: WHERE func(expr) IN (n,...m) is broken
- Xavier,
this could be useful to compare dates for example (find all rows where the months was 3):
SELECT * FROM... - 01:54 Bug #20633: Cursor may not be put in list elements newly created in front of links
- In content editable mode, Gecko browsers do not render empty list elements. Insert br element in new list element.
...
2009-11-15
- 23:51 Bug #21548: db_list_extra->makeLocalizationPanel doesn't consider the backPath...
- committed to trunk, rev 6421
- 22:45 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- TemplaVoilà is running properly with TYPO3 4.3 (beta3 at the moment)
- 22:09 Bug #21414: Paste is erratic in Opera 10 when server-based cleaning is enabled
- The attached patch inhibits key events while a synchronous request is being processed.
Committed to SVN TYPO3core ... - 19:07 Bug #21414: Paste is erratic in Opera 10 when server-based cleaning is enabled
- Opera does not, like all other browsers, inhibit input while the synchronous request is being processed.
- 17:39 Bug #21546: htmlArea RTE: RTE fails to load due to security error
- Please enable troubleshooting mode using the Extension Manager, and report here the log that is then displayed below ...
- 17:32 Bug #21557 (Closed): Use flash messages to show SQL debug errors in the backend
- If sqlDebug is enabled to visualize SQL errors this currently breaks the document and in TCEforms buttons cannot be c...
- 17:32 Bug #21556: htmlArea RTE: cursor position is not restored by undo/redo operations in Opera
- Committed to SVN TYPO3core trunk (revision 6416) and branch TYPO3_4-2 (revision 6417).
- 17:07 Bug #21556 (Closed): htmlArea RTE: cursor position is not restored by undo/redo operations in Opera
- Cursor position is not restored by undo/redo operations.
The feature had to be disabled in Opera 9.62 due to bugs ... - 16:29 Bug #21555: Powermail-related: RIGHT OUTER JOIN is not supported
- DBAL part of the bug is resolved and commited to DBAL-trunk as changeset 26547.
Please refer to Powermail's bugtra... - 16:17 Bug #21555: Powermail-related: RIGHT OUTER JOIN is not supported
- Patch is attached to related bug entry on Powermail's bugtracker: http://forge.typo3.org/issues/show/5371
- 16:07 Bug #21555: Powermail-related: RIGHT OUTER JOIN is not supported
- Parentheses around the first join are not needed and bug DBAL parser, they should be removed, I prepare another patch...
- 15:47 Bug #21555 (Closed): Powermail-related: RIGHT OUTER JOIN is not supported
- After installing powermail and going to page > create content element > regular text element:
DBAL fatal error: No... - 16:11 Bug #21553: "LastLogin"-Field creates PHP error on create (date)
- This is related to #21377.
- 11:14 Bug #21553 (Closed): "LastLogin"-Field creates PHP error on create (date)
- In 4.3 the "lastLogin" field has been made visible for fe_users and be_users.
While creating the record the fieldv... - 11:19 Bug #21554 (Closed): IE8 Cross Site Scripting Warning
- The IE8 throw a Cross Site Scripting detection warnining in the "click enlarge" popups because one of the parameter i...
- 09:04 Feature #5369: URL's - with or without protocol?
- Deleted unnecessary comment
- 09:01 Feature #5369 (Closed): URL's - with or without protocol?
- This is a general inconsistency issue throughout the backend.
*Two examples when adding domain records*
The "Doma... - 01:06 Bug #5368 (Closed): Ask for saving, if record is not explicitly closed
- If a user is editing a record in TCEforms and clicks e.g. on another module/page, the record is not saved, but the ch...
2009-11-14
- 23:10 Feature #18194: Remove Static Templates from Standard Installation
- OK. Now I think we're done.
The sysext + the new patch (2009_v2.patch) + svn rm typo3/sysext/cms/ext_tables_static... - 22:59 Feature #18194: Remove Static Templates from Standard Installation
- The patch solves everything except:
* Removing the static file - svn rm typo3/sysext/cms/ext_tables_static+adt.sq... - 14:52 Feature #18194: Remove Static Templates from Standard Installation
- Also read this: http://lists.typo3.org/pipermail/typo3-dev/2007-December/026682.html
- 22:48 Bug #21552 (Closed): Flash Messages issues in the Extension Manager
- There are some issues in the Extensions Manager concerning Flash Messages:
1) Installing/Uninstalling extensions som... - 22:44 Bug #21551 (Closed): Page tree does not reload after creating new page
- If a new page was created, the page tree does not reload.
No JavaScript error message is displayed.
(issue impor... - 21:41 Bug #21504: Password change in User tools -> User setup impossible if rsaauth and saltedpassword are installed
- After a little more investigation, it looks like this is just a saltedpasswords / user setup issue and rsaauth isn't ...
- 17:40 Bug #21176: No upload in the new massuploader with Firefox
- mhmm i use win 7 ultimate 32bit and http only
thats of course a difference
do you have any other windows explorer... - 16:55 Bug #21176: No upload in the new massuploader with Firefox
- I unsinstalled tortise svn and no sucess.
I use Win7 Pro x64 with Fx 3.5.5. (fully patched)
Could the diffrence... - 13:20 Bug #21176: No upload in the new massuploader with Firefox
- what version of windows etc. are you using?
i use the
windows 7 ultimate
latest tortoise svn
internet explorer... - 12:44 Bug #21176: No upload in the new massuploader with Firefox
- Kay: Tryied Case 2 without success :-(
- 12:37 Bug #21176: No upload in the new massuploader with Firefox
- Seems that a note about the behaviour should be added to the upload page or settings page.
- 10:33 Bug #21176: No upload in the new massuploader with Firefox
- After quite a while of testing a found the following way to get the upload working (on windows 7 and firefox and safa...
- 10:03 Bug #21176: No upload in the new massuploader with Firefox
- i have the same problem with firefox 3.5.5 and current safari on windows 7.
i made a short video with camtasia stu... - 13:06 Bug #21550 (Closed): Make EXT: syntax consistent in core
- There are several places where you can use the EXT:extkey/... syntax to load files.
Most prominent is in t3lib_div::... - 12:39 Bug #21453: Sorting of status collections wrongly relies on localized strings
- Committed to trunk in revision 6415.
- 12:33 Bug #21549 (Closed): Patch for bug 6158 incompatible with 4.3b3
- There was a patch supplied to bug http://bugs.typo3.org/view.php?id=6158
That patch does not work on 4.3B3 which s... - 12:15 Bug #21506: autoloader doesn't support ext_autoload from extensions having underscore in extkey
- I tested and yes, it works. Thanks Francois for investigating.
I really would like to add the strtolowercase becau... - 12:05 Bug #21506: autoloader doesn't support ext_autoload from extensions having underscore in extkey
- i'll do, i first will test it too, thx.
- 11:50 Bug #25570: code completion: IMG_RESOURCE missing in tsref
- committed in r6414
- 11:50 Bug #25569: code completion: parser error on brackets on the right side of an operator
- committed in r6413
- 11:49 Bug #25568: Gifbuilder TEXT and Gifbuilder IMAGE inside of GMENU_itemState
- committed in r6412
- 11:49 Bug #25567: tsref properties get listet twice when they are defined
- committed in r6411
- 11:31 Bug #21548 (Closed): db_list_extra->makeLocalizationPanel doesn't consider the backPath...
- The links for localizing records within the record-display are broken - they should link to 'typo3/tcedb.php' but the...
- 11:31 Bug #19352: typo3-top-toolbar popups do not open, t3 editor not working
- can be closed ...
- 11:30 Bug #20823: Re-Login in expired session does not work when opening multiple windows
- That's annoying.
I would like to have the two needed fields username (username can be prefilled, if it doesn't ma... - 08:51 Bug #21547: Templavoila und Preview
- it's already in the templavoila manual
i think there need to be a hint in the feeditadvanced manual ->which i have... - 02:52 Bug #21547: Templavoila und Preview
- Moved to TV for now.
- 00:25 Bug #21547: Templavoila und Preview
- which manual?
isn't that a TV bug then? - 00:07 Feature #5355 (Closed): Template module - don't store the page in the session
- The "Template" of TYPO3 module have 4 default tools:
* Constant editors
* Info / modify
* Template Object browser
...
2009-11-13
- 20:50 Bug #21547 (Closed): Templavoila und Preview
- i need to set
page.10.disableExplosivePreview = 1
plugin.tx_templavoila_pi1.disableExplosivePreview = 1
in pag... - 18:36 Bug #21544: Pagetree frame shows HTTP 404 error
- Oh, and could you please also debug self::getIndpEnv('TYPO3_SITE_PATH')? Thanks
- 18:18 Bug #21544: Pagetree frame shows HTTP 404 error
- Hm, that's strange...
What is the base path to your TYPO3 backend (e.g. http://mydomain.com/subDirectory/typo3/backe... - 16:30 Bug #21544: Pagetree frame shows HTTP 404 error
- the output after clicking the page module from:
self::debug($url );
... - 15:57 Bug #21544: Pagetree frame shows HTTP 404 error
- Nov 13 15:51:16 wwwtest http://wwwtest.xxxxxxxx/: - Core: The URL "../typo3conf/ext/templavoila/mod1/index.php" is n...
- 15:53 Bug #21544: Pagetree frame shows HTTP 404 error
- <iframe id="content" scrolling="auto" frameborder="0" marginheight="0" marginwidth="0" name="content" src="/typo3/alt...
- 15:44 Bug #21544: Pagetree frame shows HTTP 404 error
- <iframe id="content" scrolling="auto" frameborder="0" marginheight="0" marginwidth="0" name="content" src="/typo3/alt...
- 14:30 Bug #21544: Pagetree frame shows HTTP 404 error
- Can you please provide, how this is called, e.g.
http://my-domain.com/typo3/alt_mod_frameset.php?fW=0&nav=/typo3/alt... - 13:45 Bug #21544 (Closed): Pagetree frame shows HTTP 404 error
- sometimes (mostly after using modules without pagetree, the page tree frame gives a 404:
Not Found
The request... - 16:47 Bug #21540: Save a record before rte fields are loaded results empty rte fields
- Hi Oliver,
yes, the same problem with TYPO3 4.2 - 15:47 Bug #21540: Save a record before rte fields are loaded results empty rte fields
- Hi Thomas,
there's no extension attached to this bug report. However, I guess that the behaviour in TYPO3 4.2 is t... - 15:49 Bug #21512: No error if missing loaded extension
- Hm, could be integrated as new system report and as flash message at the top of the extension manager.
- 15:34 Bug #21546 (Closed): htmlArea RTE: RTE fails to load due to security error
- When I access the rtehtmlarea from the inside server name, lets say http://server/
everything it is ok and all the r... - 15:33 Bug #21533: Caching Framework: Memcache backend set() is terrible slow if handling entries with many tags
- Unfortunatelly yes... iteration over all elements slows down the whole story.
- 14:56 Bug #21545 (Closed): getFileAbsFileName() resturns blank in cli mode
- /typo3/init.php#14223:
getFileAbsFileName() returns blank although $TYPO3_CONF_VARS['SC_OPTIONS']['GLOBAL']['cliK... - 14:40 Bug #21543: t3lib_cache_exception_NoSuchCache exception is not thrown
- But doesn't this activate the caching framework for the whole TYPO3 installation?
- 14:33 Bug #21543: t3lib_cache_exception_NoSuchCache exception is not thrown
- It's written in NEWS.txt:
If you use the caching framework it is not possible anymore to query the cache tables dire... - 12:30 Bug #21543 (Closed): t3lib_cache_exception_NoSuchCache exception is not thrown
- When trying to create a cach that does not exist with the following code, and the caching framework disabled in typo3...
- 14:37 Bug #21506: autoloader doesn't support ext_autoload from extensions having underscore in extkey
- Steffen, since this seems not to be a bug, could you please close this issue again? Thanks in advance!
- 14:37 Bug #21506: autoloader doesn't support ext_autoload from extensions having underscore in extkey
- Thanks Fracois for testing this issue. If lowercase is a problem, we could add another strtolowercase() for processin...
- 14:33 Feature #25631: Add a "disable/enable" button to tasks overview
- This was a delibarate decision. The thinking was that disabling a task is not such a common operation and that it doe...
- 12:28 Feature #25631 (Closed): Add a "disable/enable" button to tasks overview
- There is no option in the task overview list to disable a task. The only solution is to edit the task, set the option...
- 12:56 Feature #5351 (Closed): Enable drag&drop of content elements to other pages / files to other folders
- If we have solved #5277 (d&d reordering of content elements) and #5324 (ExtJS rewrite of page tree), we can take the ...
- 12:41 Feature #21169: add fullQuoteStr to stdWrap
- v3 ships two options: quoteStr and fullQuoteStr
Usecases are demonstrated in the following two examples:
# 1) q... - 12:36 Feature #5341: Page's "target" field inprovments
- +1
We could add a config option to add custom targets, if sb. is using frames. - 11:46 Bug #21346: Page tree will not be shown in the typo3 backend
- Committed to SVN:
* Trunk - part of TYPO3 4.3-beta3
* TYPO3_4-2 - part of TYPO3 4.2.11
Pending for TYPO3_4-1 - 11:12 Bug #21140: translateTools not instantiated in t3lib/class.t3lib_recordlist.php
- I added a patch which initialises the translateTools object if it is not present.
this patch should also fix the iss... - 00:55 Bug #21541: Problem
- Resolved, no change required.
A?ex,
thanks for your report.
TYPO3 currently needs all those functions (ini_se...
2009-11-12
- 18:20 Bug #21541: Problem
- Hi Alex,
it seems as if you have a configuration problem.
To get help with that, please post it to the newsgrou... - 17:54 Bug #21541 (Closed): Problem
- Warning: ini_set() has been disabled for security reasons in /usr/export/www/vhosts/funnetwork/hosting/kremer8033/t3l...
- 17:12 Bug #21140: translateTools not instantiated in t3lib/class.t3lib_recordlist.php
- I can confirm that issue, as Susanne said the translateTools object is not longer initiated - using the commerce 0.12...
- 16:45 Bug #21414: Paste is erratic in Opera 10 when server-based cleaning is enabled
- You may disable server-based cleaning with the following setting:
RTE.default.enableWordClean.HTMLparser >
The ... - 16:39 Bug #21360: Image Generation broken with PHP safe_mode = On / Graphicsmagick
- Hi,
Moving the frameindicator out of wrapFilename() seems a sensible thing.
For spaces, etc in 4.2.8 it works and... - 16:16 Bug #21360: Image Generation broken with PHP safe_mode = On / Graphicsmagick
- Hi Michael:
> to rename an existing binary is imho not a realy good sollution!
ACK. I never said it is a good s... - 13:51 Bug #21360: Image Generation broken with PHP safe_mode = On / Graphicsmagick
- Dear all,
now i'm just a little bit confused
There are three patches available, but the second includes the con... - 16:30 Feature #17024: request for configurability of pagetree view in web->page module
- I have added a new patch typo3-restrictTree.diff against typo3 4.2.10 (and probably any earlier).
How it works: Th... - 16:26 Bug #16795: htmlArea RTE: Problem when cutting pasting links within table cells or list items
- Committed to SVN TYPO3core trunk (revision 6406) for inclusion in TYPO3 4.3.
- 15:49 Bug #16795: htmlArea RTE: Problem when cutting pasting links within table cells or list items
- Second version of patch applies to current trunk (revision 6404+).
- 16:03 Bug #21506: autoloader doesn't support ext_autoload from extensions having underscore in extkey
- I just checked and - in fact - it works.
I used your extension reports_logview to check, since this is what led yo... - 15:15 Bug #21533: Caching Framework: Memcache backend set() is terrible slow if handling entries with many tags
- Flush() is really slow as well.
100MB memcache data took several minutes to flush. - 15:14 Bug #21540 (Closed): Save a record before rte fields are loaded results empty rte fields
- If you have an record with many rte fields and the user ckicks on the save button before the rte's are loaded, the re...
- 13:37 Bug #21408: Various crashes in SQL parsing when using install tool to compare and fix database.
- unable to reproduce
- 12:12 Feature #5341 (Closed): Page's "target" field inprovments
- Some users (simple redactors) don't know what to enter in that mysterious field, and "_blank", "_self",etc. don't mea...
- 12:07 Bug #21539 (Closed): openPic close popup internet explorer 8 incompatibility
- When trying to close a popup opened by the openPic function, a page not found error is being displayed.
1. make a ne... - 11:56 Bug #21538: Wrong handling of date-fields
- This bug is probably related to http://bugs.typo3.org/view.php?id=11026
- 11:54 Bug #21538 (Closed): Wrong handling of date-fields
- Regarding the handling of timezone issues I found the following information:
> Since TYPO3 4.2 we changed the hand... - 09:34 Bug #21537 (Closed): tslib_cObj.getTypoLink_URL create wrong links
- the function tslib_cObj.getTypoLink_URL cuted some parameters
An Example:
$this->cObj->getTypoLink_URL("http://... - 06:07 Bug #21504: Password change in User tools -> User setup impossible if rsaauth and saltedpassword are installed
- Just ran into the problem here as well.
- 00:02 Feature #17274: TCEmain labels are hard-coded in English
- I'll try to find some more time in the next two days to add the other labels as well ... ;)
- 00:00 Feature #17274: TCEmain labels are hard-coded in English
- woah - why was it never sent to corelist?
- 00:00 Feature #17274: TCEmain labels are hard-coded in English
- attached first small change regards that - all labels which are related to versionizing functions... (might cause pro...
2009-11-11
- 23:16 Bug #21536: htmlArea RTE: Text pasted by Safari is wrapped in span or font tags
- Committed to SVN TYPO3core trunk (revision 6404) and branch TYPO3_4-2 (revision 6405).
- 22:51 Bug #21536 (Closed): htmlArea RTE: Text pasted by Safari is wrapped in span or font tags
- When Safari or any Apple WebKit-based browser is used, text pasted into the editing area is wrapped in span (sometime...
- 22:26 Bug #21535: htmlArea RTE: Selecting element from status bar does not work in Safari
- Committed to SVN TYPO3core trunk (revision 6402) and branch TYPO3_4-2 (revision 6403).
- 20:49 Bug #21535: htmlArea RTE: Selecting element from status bar does not work in Safari
- Solution: Use mousedown event rather than click event in gecko browsers.
- 20:43 Bug #21535 (Closed): htmlArea RTE: Selecting element from status bar does not work in Safari
- Whwn using Safari or any Apple WebKit-based browser, if one tries to select an element by clicking on the element in ...
- 18:36 Bug #21510: Section index (pagecontent ...) doesn't work in Internet Explorer 8
- Explorer 8 on Windows 7 has still problems with my solution. He wants real content.
And I forgot the localisation. N... - 17:56 Bug #25630 (Closed): Logging is too verbose
- An extension configuration option should be added to allow logging to be switched off completely or at least to be mu...
- 16:07 Bug #21534 (Closed): Caching Framework: Task for garbage collection in db and file backend
- The cache backends db and file implement a method to do garbageCollection for old cache entries, while memcache and a...
- 15:59 Bug #21533 (Closed): Caching Framework: Memcache backend set() is terrible slow if handling entries with many tags
- The memcache Backend is very slow if entries with a lot of tags are handled.
Use case:
We have pages that need ar... - 13:39 Bug #21531 (Closed): Usability issue in "About" module
- If user did not enter first and last name, he will see a "(, )" at the bottom of TYPO3 "About" screen. See the screen...
- 13:36 Bug #14202: ImageMagic detection fails in safe_mode
- Hi michael,
the patch does not work anymore! - 13:10 Bug #21530: Wrong filereferences and colors in t3skin-extjs them, missing icon in recycler
- committed to trunk, rev 6399
- 12:59 Bug #21530 (Closed): Wrong filereferences and colors in t3skin-extjs them, missing icon in recycler
- When calling recycler some entries are written to error_log because wrong references.
Also colors are wrong where "g... - 11:59 Bug #21292: Strange phenomena: Images having particular dimensions disappeared
- Thanks for feedback.
Resolved, no change required as requested by reporter. - 11:30 Bug #21292: Strange phenomena: Images having particular dimensions disappeared
- This issue is resolved.
It is a GD, ImageMagick setup problem due to the lack of some libraries.
Check and install ... - 11:58 Bug #21291: No thumb generated in BE interface
- Thanks for feedback.
Resolved, no change required as requested by reporter. - 11:31 Bug #21291: No thumb generated in BE interface
- This issue is resolved.
It is a GD, ImageMagick setup problem due to the lack of some libraries.
Check and install ... - 11:33 Feature #5326 (Closed): Listview: Number of records should be configurable
- I'm sorry, there is no screenshot on this one:
The list view should have a droopdown (?) to define the number of r... - 11:26 Bug #21421: slow t3lib_TSparser::parseSub
- OK, I finally found this:
all my (selfmade) plugins do contain a TS-Setup file
ext_typoscript_setup.txt
for ... - 11:03 Bug #21258: Line-break (Shift+Enter) doesn't work in Opera 10 on Mac
- same
- 10:19 Bug #21516: Frontend-Editing: Objects can not be moved in small Columns
- Using different bug-trackers is not too clever I think, but that is not my decision.
- 10:07 Bug #21516: Frontend-Editing: Objects can not be moved in small Columns
- I opened a new issue @ http://forge.typo3.org/issues/show/5321
so you can delete this one here
thx - 09:50 Bug #21516: Frontend-Editing: Objects can not be moved in small Columns
- ok, but what does this mean?
"Please test this beta release as much as possible, especially the new features from... - 10:06 Bug #21517: Frontend-Editing: New object appears in wrong column, attempt to move it fails
- Opened a new issue @ http://forge.typo3.org/issues/show/5322
so you can delete this one here
thx - 10:04 Bug #21529 (Closed): BE.lockSSLPort has no effect
- The code does not use $GLOBALS to access TYPO3_CONF_VARS.
(issue imported from #M12555) - 06:28 Bug #19445: URLs in TYPO3 confirmation emails are broken and should be changed
- Have a look at RFC 2396 on "URI generic syntax" ( http://www.ietf.org/rfc/rfc2396.txt ):
-------SNIP-------
2.4.3... - 00:03 Bug #21514: DAM-related: Element browser crashes as where-clause cannot be parsed
- v2 implements remapping
2009-11-10
- 22:08 Feature #16035: A set of Mysql-functions supported as stored procedures
- Before adding a bunch of functions we should make a list of SQL functions that are widespread and therefor portable. ...
- 22:04 Bug #16708: WHERE func(expr) IN (n,...m) is broken
- Actually I have no idea. Could have been either in an extension of mine or - more likely - an extension from TER that...
- 21:46 Bug #21514: DAM-related: Element browser crashes as where-clause cannot be parsed
- After discussion with Ries, it might be interesting in case PostgreSQL is used to remap LIKE and NOT LIKE to ILIKE an...
- 10:08 Bug #21514 (Closed): DAM-related: Element browser crashes as where-clause cannot be parsed
- DAM issue queries containing a LIKE BINARY operator.
I found a discussion:
http://lists.typo3.org/pipermail/typo3... - 21:14 Bug #21527 (Closed): Text "A simple table with up to 8 columns." is wrong
- there are really more than 8 cols possible
(issue imported from #M12553) - 18:37 Bug #21421: slow t3lib_TSparser::parseSub
- You should check what character encoding the included files have, and if there are any umlauts in them.
If there a... - 08:52 Bug #21421: slow t3lib_TSparser::parseSub
- Additional Note:
Setting
$TYPO3_CONF_VARS['SYS']['useCachingFramework'] = '1';
fixes this issue.
Nevertheles... - 18:29 Bug #14959: Meta tag output in indexed search result breaks layout
- I've two images to show the problem.
Image indexed_search_problem2.png show the site 'home' in the backend with the ... - 17:43 Feature #21525 (Closed): No typoscript template found - Addon
- I had the same issue that was described in bug #19657.
Im using the current trunk of TYPO3 4.3 (Revision 6398).
... - 17:38 Bug #20823: Re-Login in expired session does not work when opening multiple windows
- I can confirm that too.
- 17:15 Bug #21524 (Closed): opendocs produce invalid HTML
- as opendocs has 2 parts (open and recent documents) there are double id's which lead to invalid HTML. Further the lin...
- 16:37 Bug #21515: Changes in t3lib_div::getUserObj
- Also the dam file browser is affected
- 10:50 Bug #21515 (Closed): Changes in t3lib_div::getUserObj
- The class t3lib_div::getUserObj in TYPO3 4.2.10 is defined with "&". In TYPO3 4.3 it is not. So extensions like dam_i...
- 16:02 Bug #21258: Line-break (Shift+Enter) doesn't work in Opera 10 on Mac
- What about on keypress?
- 13:04 Bug #21258: Line-break (Shift+Enter) doesn't work in Opera 10 on Mac
- I made some tests: <input type="text" onkeyup="alert(event.shiftKey);" /> returns true, if I press shift+enter. So in...
- 11:54 Bug #21258: Line-break (Shift+Enter) doesn't work in Opera 10 on Mac
- "Enter was pressed. shiftKey= false"
sounds not good ;)
In a Windows VM, I get shiftKey=true, so it's opera itsel... - 04:39 Bug #21258: Line-break (Shift+Enter) doesn't work in Opera 10 on Mac
- @Steffen:
Please try to access this page from Opera 10 on Mac OS X:
http://www.sjbr.ca/fr/commentaires.html
Simp... - 15:53 Bug #21521 (Rejected): t3lib_div::linkThisScript isn't xhtml compatibel
- return of this function use unescaped "&"
Solution: add xhtmlMode which is set to TRUE by default
(issue ... - 15:43 Bug #21520 (Closed): Clean markup in Extension Manager
- there are several HTML-errors in EM, also unescaped or empty elements.
This patch cleans them up.
(issue importe... - 15:34 Bug #21187: "Create link" button doesn't become clickable when using keyboard to select text in Safari/Chrome
- Committed to SVN TYPO3core trunk (revision 6397) and branch TYPO3_4-2 (revision 6398).
- 06:17 Bug #21187: "Create link" button doesn't become clickable when using keyboard to select text in Safari/Chrome
- The problem appears in Safari or any browser based on Apple WebKit.
- 15:05 Bug #20663: IE8 compatibility mode can't be triggered properly
- Hi Joey,
well, for the frontend, there is a difference between the HTML that FE devs do, and the TYPO3 core in the... - 13:58 Bug #21516: Frontend-Editing: Objects can not be moved in small Columns
- Hi Steffen,
thanks for your bug-reports about the new frontend-editing!
Please post these reports in the bugtra... - 12:00 Bug #21516 (Closed): Frontend-Editing: Objects can not be moved in small Columns
- I made a new textobject in an YAML-Layout with an FCE 75-25 in the 25%-column. The first object in the column has onl...
- 13:47 Bug #21030: listing content elements should not depend on the 'header' field
- Can somebody tell me, what I should do with this ticket?
looks like nobody cares about it.
I am pretty new to thi... - 13:37 Bug #21519 (Closed): t3lib_befunc's "getFuncInput" and "getFuncCheck" not working correctly
- patch attached
somehow, a trivial bug has survived all the way thru debugging:
in both functions there exists the... - 13:06 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- i contact Benni on skype and stick him to this.
- 12:53 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- Maybe this is one for T3UXW09? I guess validating the HTML output and fixing bad browser behaviour this way can be re...
- 12:47 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- i start cleaning the HTML. But i'm scared by the nested forms problem, it's a general lack of template::form which st...
- 12:37 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- The suspect In EM is the <select> Module Menu, which neither got a <form> as a container nor an action, but a weird o...
- 12:09 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- thanks for tracking this down, Joey.
I was able to reproduce the "random" logoff by e.g. opening DB check->Full sear... - 07:02 Bug #21511: Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- Quoting myself: So we *must* make each page that is generated by the core and/or any sysext validate to avoid any uni...
- 13:01 Bug #21518: Unescaped & in urls of list module
- you can define specification for your own module, but for core module they are fixed / hardcoded, so this is ok.
- 12:57 Bug #21518: Unescaped & in urls of list module
- Just a hint: I am not sure if escaping the URL params will apply to each of the different HTML/XHTML specifications. ...
- 12:48 Bug #21518 (Closed): Unescaped & in urls of list module
- This patch cleans the urls by using & instead of & for url params.
(issue imported from #M12541) - 12:06 Bug #21517 (Closed): Frontend-Editing: New object appears in wrong column, attempt to move it fails
- I created a new textobject an YAML-Layout (FCE 72-25) in the 25% column. But after saving (and closing) it, it appear...
- 06:53 Bug #21065: Sporadic random Backend Logoffs
- Check #21511
- 00:32 Bug #21065: Sporadic random Backend Logoffs
- hmpf - what a strange topic.
Maybe the reason is something totally different. Could it be that IE switch to compat... - 06:49 Bug #18523: Value of RTE field empty after save
- Old issue. No reply. Closing.
- 06:11 Bug #20546: "How did you get here" dialog opens
- If there is no reply and no way to reproduce this issue, I will close it on November 15, 2009.
- 06:00 Bug #21513: htmlArea RTE: list creation looses text in Safari
- Committed to SVN TYPO3core trunk (revision 6394) and branch TYPO3_4-2 (revision 6395).
- 05:31 Bug #21513 (Closed): htmlArea RTE: list creation looses text in Safari
- In Safari or any Apple WebKit-based browser, if one or more paragraphs are selected with the intent of creating an (u...
- 01:27 Bug #21512 (Closed): No error if missing loaded extension
- I have some global extensions used in different sites.
Step to reproduce the error.
1. Load an extension, by inst... - 01:17 Bug #21504: Password change in User tools -> User setup impossible if rsaauth and saltedpassword are installed
- Yupp.
- 00:42 Bug #21504: Password change in User tools -> User setup impossible if rsaauth and saltedpassword are installed
- Is this true? Then this is a blocker!
2009-11-09
- 23:42 Bug #21065: Sporadic random Backend Logoffs
- Sorry, but again the question: Does IE switch to compatibilty mode, if the X-UA-Compatible flag is set? Regardless of...
- 20:18 Bug #21065: Sporadic random Backend Logoffs
- Internet Options> Advanced> Browsing> uncheck "Automatically recover from page layout errors with Compatibility View....
- 19:26 Bug #21065: Sporadic random Backend Logoffs
- It's getting weirder: The stuff I mentioned in my last post stopped working. Now it seems that every second call of a...
- 18:36 Bug #21065: Sporadic random Backend Logoffs
- After all it seems I found the reason, why in the case I was able to reproduce IE8 switched to compatibility mode:
... - 18:21 Bug #21065: Sporadic random Backend Logoffs
- @Steffen, what is "bad" about the way it is done? Can you suggest something better?
The MS-idea is that it doesn'... - 18:14 Bug #21065: Sporadic random Backend Logoffs
- With the meta tag the switch doesn't happen anymore, but IMHO this just removes the symptom but not the cause.
So ... - 18:10 Bug #21065: Sporadic random Backend Logoffs
- I guess the bad guy is this one:
onchange="jumpToUrl('index.php?&id=0&SET[function]='+this.options[this.selectedIn... - 18:09 Bug #21065: Sporadic random Backend Logoffs
- @Ernesto
I call it "bad" because i think the way it is done, is bad. I haven't tried it, as I didn't know, to which ... - 18:09 Bug #21065: Sporadic random Backend Logoffs
- the error is reproducable here, an the interesting thing about it is, that the site is added to the list of sites to ...
- 18:04 Bug #21065: Sporadic random Backend Logoffs
- I am talking about 4.3beta3 here not 4.2 :-)
- 18:00 Bug #21065: Sporadic random Backend Logoffs
- @JoH, not reproduceable here with 4.2.10.
I've had one "logoff" already but also cannot say what exactly was done ... - 17:58 Bug #21065: Sporadic random Backend Logoffs
- Well - even this one seems to be randomly working: Now i's the other way around and it kicks me when switching to "In...
- 17:55 Bug #21065: Sporadic random Backend Logoffs
- Now I got one I was able to reproduce:
1. Login without activated compatibility mode
2. Go to Extension Manager
... - 17:52 Bug #21065: Sporadic random Backend Logoffs
- @JoH, "could break" what do you mean exactly? Previous version of IE didn't care (didn't even know) about this meta t...
- 17:42 Bug #21065: Sporadic random Backend Logoffs
- The problem is that these logouts really happened randomly, so it is not easy to reproduce them with or without an ac...
- 17:35 Bug #21065: Sporadic random Backend Logoffs
- Sorry, I'm a bit harried today...
I remembered template.php.ie8_backend_logoff.diff, which is not a unified diff.
... - 17:24 Bug #21065: Sporadic random Backend Logoffs
- What I can say is that with this patch the "compatibility switch button" is gone unter IE8 and TYPO3 backend. If this...
- 17:22 Bug #21065: Sporadic random Backend Logoffs
- Steffen, could you be more "precise"? What is bad about this patch?
I cannot really follow your arguments as I am ... - 17:16 Bug #21065: Sporadic random Backend Logoffs
- Thanks for the hint, Ernesto! Didn't see the new patch. Just knew that the old one was not that nice. Will try it, to...
- 17:14 Bug #21065: Sporadic random Backend Logoffs
- Maybe better test the ie8-force-strict.diff patch, which is what we would need to add to the core instead of a .htacc...
- 17:13 Bug #21065: Sporadic random Backend Logoffs
- (of course, this doesn't explain, WHY it falls back to compatibility mode)
- 17:12 Bug #21065: Sporadic random Backend Logoffs
- Please read my comments above. This is because it first tries the IE8 mode and then falls back to IE7. I had the exac...
- 17:10 Bug #21065: Sporadic random Backend Logoffs
- logouts do happen in IE8 with current 4.3 trunk as well
i.e After logging in a click on an click menu icon in the ... - 23:41 Bug #20696: Expanding pagetree with multiple mountpoints removes following mountpoints in Firefox
- The rendering of the pagetree is kind of confuse. Anyway i found something, but unsure if it fits all situation. Coul...
- 14:31 Bug #20696: Expanding pagetree with multiple mountpoints removes following mountpoints in Firefox
- To narrow the problem down: the li tag from a closed db mount is not closed. If the db mount is expanded, the li is c...
- 14:26 Bug #20696: Expanding pagetree with multiple mountpoints removes following mountpoints in Firefox
- I checked my patch again, and i think i have also counted the <link tags, so it just could not fit ;)
The number o... - 13:32 Bug #20696: Expanding pagetree with multiple mountpoints removes following mountpoints in Firefox
- absolutely. Some browser are able to correct invalid html automatically, but the markup should be valid. I will look ...
- 11:43 Bug #20696: Expanding pagetree with multiple mountpoints removes following mountpoints in Firefox
- 11482 fixes the bug, so that the db mounts don't disappear when expanding one.
The HTLM structure is still not corre... - 11:00 Bug #20696: Expanding pagetree with multiple mountpoints removes following mountpoints in Firefox
- is this bug still present and not fixed by 11482?
- 07:15 Bug #20696: Expanding pagetree with multiple mountpoints removes following mountpoints in Firefox
- This report is probably a duplicate of http://bugs.typo3.org/view.php?id=11482 which has been resolved and commited. ...
- 23:17 Bug #20823: Re-Login in expired session does not work when opening multiple windows
- I can confirm that behaviour. Don't know if it's due to multiple windows only, but after opening multiple windows the...
- 23:08 Bug #21070: session-timedout
- check #21511
- 23:08 Bug #19883: timout after backend login in 4.2.4
- Check #21511
- 23:07 Bug #20663: IE8 compatibility mode can't be triggered properly
- This is not a fix but a workaround that leaves the problems as is. Check #21511.
- 23:05 Bug #20982: FE login in iE8 is not possible
- Check #21511 as well.
- 23:01 Bug #21508: Layout of BE Loginform is broken in IE8
- Looks like this is related to the behaviour described in #21511
- 17:44 Bug #21508: Layout of BE Loginform is broken in IE8
- Seems, that this has something to do with the compatibility mode of IE8.
Without activating this mode the layout i... - 17:27 Bug #21508 (Closed): Layout of BE Loginform is broken in IE8
- Looking at the attached image you wil see the difference between the login form layout of IE (left) and FF (right) - ...
- 23:00 Bug #20757: Session Timeout after BE Login IE8
- Have a look at #21511 - could be the reason for lots of IE8 problems
- 22:52 Feature #16035: A set of Mysql-functions supported as stored procedures
- Ries started by contributing a few functions for PostgreSQL. Please have a look and provide other DBMS support if you...
- 22:51 Bug #25539: bad line numbering
- comitted in r6316
- 22:50 Bug #25558: codecompletion: objects still showed up after deleting
- comitted in r6318
- 22:49 Bug #25559: CodeCompletion: some properties got not listed
- comitted in r6319
- 22:49 Bug #16708: WHERE func(expr) IN (n,...m) is broken
- Can be reproduced with this unit test:
/**
* @test
* @see http://bugs.typo3.org/view.php?id=4493
*/
pu... - 22:49 Bug #25551: codecompletion triggers with spaces in TS path
- commited in r6320
- 22:48 Bug #25560: gifbuilder IMAGE type being treated as cObj IMAGE
- comitted in r6321
- 22:47 Bug #25561: CodeCompletion: CONTENT->select is of type "string", should be "select"
- comitted in r6322
- 22:47 Bug #25562: t3editor should not be disabled in safari
- commited in r6324
- 22:46 Bug #25563: cleanup t3editor javascript file
- commited in r6323
- 22:45 Bug #25564: codecompletion IMAGE.titleText attribute missing
- commited in r6325
- 22:44 Bug #25555: Hardcoded label "lines" in t3editor
- commited in r6338
- 22:40 Bug #20427: DBAL - bigint (int8) values get converted to int4 by int-cast
- Hi. I cannot reproduce the bug with PHP5.3.0 on a 32 bit platform. Trying to insert maximal value in 64 bits : 922337...
- 22:40 Bug #21480: Problem with clearing of floated elements in IE
- AFAIK these elements never where intended to be put "inline" even though the function is called "inline relational re...
- 18:26 Bug #21480: Problem with clearing of floated elements in IE
- I've tried to isolate the html / css but I couldn't find any floated element. The elements are surrounded by divs. Th...
- 22:39 Bug #25568: Gifbuilder TEXT and Gifbuilder IMAGE inside of GMENU_itemState
- Issue fixed in http://forge.typo3.org/repositories/revision/75/26339
i'll prepare the core patch and care about co... - 17:25 Bug #25568 (Closed): Gifbuilder TEXT and Gifbuilder IMAGE inside of GMENU_itemState
- Gifbuilder TEXT and Gifbuilder IMAGE inside of GMENU_itemState get treated as CObj TEXT and CObj IMAGE.
try:
m =... - 22:38 Bug #25569: code completion: parser error on brackets on the right side of an operator
- Issue fixed in http://forge.typo3.org/repositories/revision/75/26341
i'll prepare the core patch and care about co... - 18:30 Bug #25569 (Closed): code completion: parser error on brackets on the right side of an operator
- Closing curly brackets are not ignored on the right side of an operator.
The "}"-sign must be the first non-space ch... - 22:38 Bug #25570: code completion: IMG_RESOURCE missing in tsref
- Issue fixed in http://forge.typo3.org/repositories/revision/75/26342
i'll prepare the core patch and care about co... - 18:47 Bug #25570 (Closed): code completion: IMG_RESOURCE missing in tsref
- the TLO IMG_RESOURCE is missing in the tsref.xml
(issue imported from #M12528) - 22:37 Bug #25567: tsref properties get listet twice when they are defined
- Issue fixed in http://forge.typo3.org/repositories/revision/75/26338
i'll prepare the core patch and care about co... - 17:14 Bug #25567 (Closed): tsref properties get listet twice when they are defined
- e.g.
t = TEXT
t.value = bla
t.
displayed properties in the proposalbox:
value
value
HTMLparser
TCAselectIte... - 22:32 Bug #21511 (Closed): Lots of HTML, JS and/or CSS errors force IE8 to switch to compatibility view
- HTML, CSS and/or JS errors force IE8 to switch the compatibility mode which might lead to other IE8 related bugs list...
- 21:07 Bug #21442: RTE 'remove formatting' function corrupts typo3 links
- Please explain how to reproduce and/or in what way the links get corrupted. I am unable to reproduce this issue eithe...
- 20:13 Bug #21507: DAM-related: Adding metadata or category to a file duplicates the file in table tx_dam
- Problem is located in DAM table field's definition
- 17:09 Bug #21507 (Closed): DAM-related: Adding metadata or category to a file duplicates the file in table tx_dam
- After indexing a file, trying to add metadata or a category duplicates the file before adding information to a copy o...
- 19:50 Bug #20346: DBAL: Float database field gets converted to integer on insert
- Committed to DBAL-trunk, changeset 26345
- 19:30 Bug #20346: DBAL: Float database field gets converted to integer on insert
- Patch applies to DBAL-trunk and should fix the issue according to added unit test.
- 19:48 Feature #21509: IE uses the deprecated font-tag instead of span with style attributes
- This is a duplicate of issue #7970.
This issue is fixed in TYPO3 4.3 beta3. Will not be fixed in TYPO3 4.2.
- 18:05 Feature #21509 (Closed): IE uses the deprecated font-tag instead of span with style attributes
- I have set RTE.default.useCSS = 1 and Firefox uses span with style attribute for font but IE7 and IE8 always use the ...
- 19:39 Bug #20130: FE kills external links after a <hr /> in one CE
- Hello !
I guess you problems are FE related. If you have a "<hr />" in the RTE code, and let it get rendered into ... - 19:12 Bug #21510 (Closed): Section index (pagecontent ...) doesn't work in Internet Explorer 8
- The Explorer 8 doesn't jump to the desired content-element .
Apparently is the <a id="cXX"></a>-Tag at the beginnin... - 17:48 Bug #18493: Toolbar overlaps with linebreaks with smaller views
- Same behaviour for the path shown at the upper right corner which will overlap the working frame and its buttons.
- 17:16 Bug #20019: "Edit" in page tree context menu has changed semantics
- In current trunk there's still "Edit" and "Edit page properties".
Both lead to the same BE form showing the page pro... - 16:30 Bug #21502: DAM-related: CONCAT operator cannot be used after LIKE
- Committed as changeset 26334
- 14:11 Bug #21502 (Closed): DAM-related: CONCAT operator cannot be used after LIKE
- When using DAM and trying to edit properties of a document, TYPO3 dies with "Cound not parse where clause in /path/to...
- 16:10 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- No, that's fine.
- 16:09 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- I have:
$TYPO3_CONF_VARS['BE']['forceCharset'] = "utf-8";
Is there anything else that needs to be done? - 16:07 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- Is the backend of your installation utf-8 encoded?
- 15:41 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- I don't know - its beyond me... It would be nice if someone else could replicate the bug.
- 15:39 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- If you are referring to trunk and have copy, cut or paste button, then the CopyPaste file would be loaded.
The ind... - 15:00 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- Maybe they aren't loaded for me? Its definitely the a-umlaut that causes the issue on my installation though.
Some... - 14:57 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- @Dan: I do not understand this patch. The same label exists in other files (CopyPaste, DefinitionList).
- 14:34 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- Stan - attached patch fixes the problem for me.
- 15:25 Bug #21506 (Closed): autoloader doesn't support ext_autoload from extensions having underscore in extkey
- If this is the case, the function
t3lib_autoloader::attemptToLoadRegistryForGivenClassName
fails with calculating e... - 15:07 Bug #21505 (Closed): Reports module doesn't support EXT: syntax
- If you want to use report module from your extension you can't do without using autoload - feature or manual inclusio...
- 15:01 Bug #21504 (Closed): Password change in User tools -> User setup impossible if rsaauth and saltedpassword are installed
- Interface tells a pw change was successful ("New password
Password was updated."), but new password doesn't work on ... - 14:43 Bug #20976: htmlArea RTE displays empty editing area in Opera 10
- Follow-up patch committed to SVN TYPO3core trunk (revision 6390), branch TYPO3_4-2 (revision 6391) and branch TYPO3_4...
- 13:25 Bug #20976: htmlArea RTE displays empty editing area in Opera 10
- Thanks for testing.
- 12:19 Bug #20976: htmlArea RTE displays empty editing area in Opera 10
- Yeah, looks good. Also tested with 9.6 (as 9.5 isn't supported, right?) on a UMTS connection (higher latency).
- 03:25 Bug #20976: htmlArea RTE displays empty editing area in Opera 10
- I found a better solution for this issue, tested with Opera 10. Would need to be tested also with Opera 9.5 or 9.6.
... - 14:43 Bug #21489: Object does not support method calls - PHP 5.3
- FYI: attached patch fixes the issue for me
- 14:16 Bug #21503 (Closed): Give admins the possibility to configure which errors should be logged to which log
- Problem:
each PHP error/waring/notice which is handled by the errorhandling produces a log entry in the sys_log tabl... - 14:03 Bug #21501 (Closed): Install Tool duplicates values of textarea fields
- When I save 'Install Tool' / 'All Configuration', I get
(while not having changed anything !):
$TYPO3_CONF... - 13:56 Bug #21421: slow t3lib_TSparser::parseSub
- Btw.:
Removing the call to $this->procesIncludes(); in line 513 fixes the problem for me. - 13:55 Bug #21421: slow t3lib_TSparser::parseSub
- Problem: I get 'No TypoScript template found!' in FE with this patch.
This error occurs with all my WebSites (all ... - 13:44 Bug #21421: slow t3lib_TSparser::parseSub
- there are problems reported in dev list, therfore i reopened the entry
- 12:24 Bug #21497: Multilanguage Backend Page View
- fixed in #20910
- 11:21 Bug #21497: Multilanguage Backend Page View
- did you test on beta3? I don't have this problem there.
- 11:21 Bug #17554: Problem with strings in IN
- Unit tests in DBAL-trunk show that mapping is done the right way for strings within an IN clause. Problem with double...
- 10:39 Bug #19818: JavaScript error upon login
- committed to trunk, rev 6389
- 10:34 Bug #21498: Update required tables COMPARE does not work in 4.2.10 with PHP 5.1.2
- I take a look to older typo3 versions (4.2.9 and 4.1.3) and there a no changes in the patched function (addSlashesOnA...
- 10:08 Bug #21500 (Closed): Cannot move multiple records with clipboard
- When trying to move multiple records (e.g., news category) from a sysfolder to another one using clipboard #1, the pa...
- 08:33 Bug #21499 (Closed): Update Wizard step 3: Uninstalling all new system extensions outputs "Update FAILED!"
- Update Wizard step 3: Perform updates outputs "Update FAILED!".
This only occurs when I want to uninstall all "inst... - 07:05 Bug #16427: Double mount points and link with wrong MP
- I could not reproduce this problem in 4.2.6 and 4.2.10.
Request to close this report.
2009-11-08
- 23:56 Bug #21498 (Closed): Update required tables COMPARE does not work in 4.2.10 with PHP 5.1.2
- During update from a previos version, when I click "compare", it does not work and jump to the "about".
I get this... - 23:12 Bug #21497 (Closed): Multilanguage Backend Page View
- It's not possible to view the Page View in the backend since 4.3.0 beta or alpha if language view is chosen.
Fatal... - 22:48 Bug #21496: Log usage of XLLfile to deprecation log
- Second patch updates feeditadvanced to use the new way.
- 22:41 Bug #21496 (Closed): Log usage of XLLfile to deprecation log
- With #20955 a new feature to override LL files has been added.
So the old way, which works only for BE, isn't need... - 22:34 Bug #21469: AllowClipboard Helper Firefox extension does not work with FF 3.5
- The extension available form typo3.org was replaced by one that is compatible with Firefox 3.5. When installed, Firef...
- 22:31 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- Can you identify the offending file? I could not find any that is not utf-8-encoded.
- 22:04 Bug #21495 (Closed): (Un)Install icon points to wrong extension in Opera
- If you click the lower half of the icon to (un)install an extension, the link of the extension below in the list is u...
- 20:26 Bug #21471: Extension manager does not search in extension titles when in "import extension" section
- Committed to trunk in revision 6383.
- 19:00 Bug #21493: JSMENU's showActive is broken
- If the patches are committed to core, the following bug reports can be closed too (they describe a subset of this pro...
- 18:28 Bug #21493 (Closed): JSMENU's showActive is broken
- The implementation of the JSMENUITEM property "showActive" is (very) flawed. It only works for a small subset of all ...
- 18:54 Bug #21494 (Closed): JSMENU does not respect mount point overlays
- JSMENU calculates wrong links for its menu items if the link is an overlay mount point. So if the checkbox "Substitut...
- 18:31 Bug #17186: JSMENU showActive not working with entryLevel (was 1508)
- The showActive problem is much larger than described here.
For a full description and solution see http://bugs.typo... - 18:31 Bug #15630: JSMENUITEM & showActive dows not work if entryLevel is set
- The showActive problem is much larger than described here.
For a full description and solution see http://bugs.typo... - 17:57 Bug #21416: services overview does not provide extension key for installing the service
- Committed to trunk in revision 6382
- 17:54 Bug #21108: Add missing style definition to Install Tool CSS file
- Committed scaled-down v2 to trunk in revision 6381
- 17:50 Bug #21108: Add missing style definition to Install Tool CSS file
- Just renamed the report to fit final patch more closely.
- 17:33 Bug #21477: Inform if page use content_from_pid
- committed to trunk, rev 6380
- 17:27 Bug #21283: absRefPrefix is prefixed with external js files
- committed to trunk, rev 6379
- 12:40 Bug #21255: Misleading notice when creating or deleting ENABLE_INSTALL_TOOL file
- #21271 is solved, but the problem still remains:
The button to create the enable file saves the contents of the ta...
2009-11-07
- 19:38 Bug #21427: Integrate checks concerning Suhosin/Hardened PHP in Install Tool
- committed to trunk rev 6375
- 19:28 Bug #21488: Call to deprecated method t3lib_userAuth::redirect()
- follow-up was committed to trunk rev 6373
- 19:27 Bug #20245: Extensions cannot be looked up, when cache_extensions is empty
- committed to trunk rev 6374
- 16:08 Bug #21103: tslib_pagegen fails to read mime type of the shortcut icon
- committed to trunk, rev 6370
- 15:00 Bug #18273: Install new Extension with table in native, external database will fail
- This is what I understand too. Will have to test this.
- 14:57 Bug #19030: sysextension "indexed search engine" not dbal compatible
- This problem cannot be reproduced on TYPO3 4.3 beta3. Extension manager still proposes to ALTER TABLE with Engine=Inn...
- 14:30 Bug #21492: Help extensions shouldn't be shy
- committed to trunk, rev 6367
- 13:56 Bug #21492 (Closed): Help extensions shouldn't be shy
- There are two help extensions that are not installed by default but set to shy.
There is no reason for it, only if y... - 11:42 Bug #21491 (Closed): Use HMACs for authencity and integrity checks
- On several places in TYPO3 Core, md5() function calls are used to proove authencity and integrity of parameters in HT...
- 09:09 Bug #20757: Session Timeout after BE Login IE8
- Ralf, I just tried out your solution, but with no luck.
I inserted the code in the frontend, confirmed that it sho... - 09:00 Bug #20757: Session Timeout after BE Login IE8
- The following works for me (fixes the problem of losing session while navigating through the frontend):
TS setup:
... - 02:49 Bug #21421: slow t3lib_TSparser::parseSub
- resolved in svn rev. 6365
2009-11-06
- 23:26 Bug #21436: Recycler: remove superfluous tab "Deleted Data"
- resolved with #21428
- 23:25 Bug #21440: Recycler: empty space between items and pagebrowser
- resolved with #21428
- 23:25 Bug #21437: Recycler: remove superfluous Header "Recycler"
- resolved with #21428
- 23:24 Bug #21428: Recycler produces some scroll bars
- committed to trunk rev 6344
- 23:10 Bug #20604: PHP casting causes workspace message to appear in Web/View
- committed to trunk, rev 6364
- 23:02 Bug #20604: PHP casting causes workspace message to appear in Web/View
- I can't reproduce your paradoxon with php 5.3. However testing integer with "===" is correct and is part of the new C...
- 22:16 Bug #21444: OpenID authentication does not work with PHP 5.3
- Besides the dl() issue there are several other problems which fit under this bugreport:
- on Window the .htaccess fi... - 15:54 Bug #21444: OpenID authentication does not work with PHP 5.3
- That is a real ugly one...
I wonder whether these math libs are required at all and whether it could be solved just ... - 21:52 Bug #21489: Object does not support method calls - PHP 5.3
- Got it while trying to edit a tt_news record ;)
Creating new records is fine.
I'm on a Windows machine with Apach... - 21:48 Bug #21489: Object does not support method calls - PHP 5.3
- hi Dan,
I clicked quite a lot around in tceforms in the TYPO3 backend the last days - never had something like thi... - 20:56 Bug #21489 (Closed): Object does not support method calls - PHP 5.3
- PHP Fatal error: Object does not support method calls in C:\wamp\www\pb_trunk\t3lib\class.t3lib_tceforms.php on line...
- 21:50 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- rtehtmlarea
- 21:50 Bug #21490: PHP-5.3: Invalid UTF-8 sequence in argument
- which extension has this label?
- 21:21 Bug #21490 (Closed): PHP-5.3: Invalid UTF-8 sequence in argument
- [06-Nov-2009 20:10:24] http://phillyburbs/ - Core: Error handler (BE): PHP Warning: json_encode() [<a href='function....
- 21:44 Bug #21488: Call to deprecated method t3lib_userAuth::redirect()
- committed to trunk rev 6363
- 19:57 Bug #21488 (Closed): Call to deprecated method t3lib_userAuth::redirect()
- Problem:
function start() in class t3lib_userAuth calls the deprecated method t3lib_userAuth::redirect()
this flood... - 19:41 Bug #17554: Problem with strings in IN
- After a bit investigation with Oracle, if the original query (coming from DAM) contains double quotes for the IN stri...
- 19:35 Bug #21487: t3lib_div::flushOutputBuffers can't work
- You can test this with setting $TYPO3_CONF_VARS['BE']['compressionLevel'] = 5;
Use e.g. EXT:phpunit (from SVN): No... - 19:33 Bug #21487 (Closed): t3lib_div::flushOutputBuffers can't work
- #21236 added one two functions: cleanOutputBuffers() and flushOutputBuffers()
The latter one can't work, as it's n... - 19:31 Feature #21486 (Closed): Module web_layout should allow to force-show other tables
- The "page view" will always show a box and new-element-icon for tt_content, but not for other tables like tt_news eve...
- 19:26 Bug #21364: Integrate check to the install tool and reports module concerning eAccelerator
- committed to trunk, rev 6362
- 19:17 Bug #21426: Accentuated characters in CE are not saved properly
- To give full solution if someone has same problem once. Problem was that the initialization of environment variable w...
- 19:06 Bug #21268: Caching framework does not work with DBAL on Oracle
- t3lib_cache_backend_dbbackend.diff
Committed to SVN Trunk (rev. 6361) - 18:32 Bug #21477: Inform if page use content_from_pid
- The patch solves it for core page module, i will make a new RFC for TV
- 13:14 Bug #21477: Inform if page use content_from_pid
- after looking to it the message was by TV in page module. i will investigate.
However, same message should be shown ... - 09:23 Bug #21477 (Closed): Inform if page use content_from_pid
- since one of the newer TYPO3 versions (4.2.9 / 4.2.10), the option "Show content from this page instead" in the page ...
- 17:54 Bug #19149: Inter domain linking with typolinkEnableLinksAcrossDomains does not work for domain record on root page
- commited in r6359
- 17:42 Bug #21110: PHP-5.3 warning about missing references with some extensions
- RFC is dropped,
because the described problem is not a problem of the TYPO3 core, it's a changed behaviour in PHP 5.... - 13:50 Bug #21110: PHP-5.3 warning about missing references with some extensions
- the attached patch solves the problem for me.
tested with PHP 5.3 (win) and 5.2 (linux) with an extension with ref... - 16:50 Bug #21485: Multiple assigned classes in Text Style get lost in HTML cleaner.
- Option to allow multiple css classes is:
proc.HTMLparser_db.tags.span.fixAttrib.class.allowMultipleListItems = 1 - 16:36 Bug #21485 (Closed): Multiple assigned classes in Text Style get lost in HTML cleaner.
- * Open the RTE
* Create a paragraph and apply multiple text styles to a part of the paragraph.
* During the saving... - 15:43 Bug #20805: OpenID authentication broken when dl() is not available
- Duplicate of issue #21444 - please continue there
- 15:35 Feature #14710: Indexed Search results always on same page as search
- related to #9574
- 15:33 Bug #16386: missing wrap for results list
- related to #9574 (patch 0009574_v7.patch)
- 15:31 Bug #16794: Disable section name link and eliminate wrong link format
- related to #9574 (patch 0009574_v7.patch)
- 15:26 Feature #19171: better configurable Templates (like ch_is_templates)
- duplicate of #19465
- 15:24 Feature #20421: Unflexible Output of Resultbrowser
- partially related to #9574 (patch 0009574_v7.patch)
- 15:21 Feature #14902: indexed_search: Results navigation relies on JavaScript
- related to #19465 (patch 0009574_v7.patch)
- 15:19 Bug #19200: PHP 5.3 throws warning when updating localizations in EM
- hi,
tried to reproduce this issue, but without success.
I tested:
TYPO3 4.1, 4.2, 4.3 with PHP 5.3 under windo... - 15:19 Bug #20875: The descriptionlength and other parameters are hardcoded for listview
- related to #19465 (patch 0009574_v7.patch)
- 14:59 Bug #21484 (Closed): OpenID service modifies PHP include path what has negative impact on autoloader
- The method tx_openid_sv1::includePHPOpenIDLibrary() modifies the PHP include path. Thus, functionalities that are add...
- 14:53 Feature #19465: Configuration enhancement for indexed_search
- Added _v7 (based on latest patch _v6 from core list, for TYPO3 4.3 only).
There are some more configuration options,... - 14:05 Bug #21383: cObject FILE dos not Work with PHP 5.3
- Hi,
confusing,
on windows xampp works fine - that’s right on a Linux system not.
Are there some other guys t... - 13:21 Bug #21383: cObject FILE dos not Work with PHP 5.3
- hi
just tested it with PHP 5.3 on win (xammp) -> your snippet works as expected - 12:10 Bug #21383: cObject FILE dos not Work with PHP 5.3
- Hi Oliver,
there is no entry in the error log (error reporting E_STRICT).
I test ist again with TYPO3 4.3 dev r... - 10:57 Bug #21383: cObject FILE dos not Work with PHP 5.3
- Hi Olaf,
do your PHP/Apache logfiles tell something about it? - 14:01 Bug #21040: OpenID login does uses cURL even if was not defined in TYPO3_CONF_VARS
- Committed to SVN Trunk (rev. 6358)
- 13:39 Bug #21321: Cleaning config_default, exclude values from being listed in install tool, all configuration
- committed to trunk, rev 6357
- 13:23 Bug #21464: PHP warnings can prevent OpenID logins
- same here: white page
PHP 5.3 xammp windows - 12:42 Bug #21464: PHP warnings can prevent OpenID logins
- i tried OpenID with 5.3, no chance. First i got fatal error because of Consumer.php (Line 271, 273). After removing r...
- 13:19 Bug #20825: Enable Frontend Preview does not work until switched
- committed to trunk, rev 6355
- 12:44 Bug #21480: Problem with clearing of floated elements in IE
- Confirmed for IE8/WinVistaUltimate.
It seems that it stopped working in 4.2.8.
4.2.6 is working as expected, whic... - 11:18 Bug #21480 (Closed): Problem with clearing of floated elements in IE
- When displaying inline records there's a problem in internet explorer. I've tested it with the recent version (IE 8)....
- 11:29 Bug #21483 (Closed): CGL cleanup
- In some places the code is not right according to our CGL guidelines. It should be corrected, as it's hardly fitting ...
- 11:26 Bug #21482 (Closed): Allow multiple providers for each status collection
- In the status report, statuses are grouped by collection (system, security, etc.). Each collection can have a single ...
- 11:22 Bug #21481 (Closed): Backend: Generated tumbnails can't cached in the clients browser
- Problem:
Thumbnails can not be cached by browser.
There is always the current timestamp appended to the thumbnail... - 11:15 Bug #21478: Remove redundant code from t3lib_matchCondition in favour of using t3lib_matchCondition_frontend
- Committed to SVN Trunk (rev. 6354)
- 10:45 Bug #21478 (Closed): Remove redundant code from t3lib_matchCondition in favour of using t3lib_matchCondition_frontend
- In TYPO3 4.3-beta2 the backend conditions have been integrated and the condition matching was split in to classes for...
- 04:25 Bug #21469: AllowClipboard Helper Firefox extension does not work with FF 3.5
- Committed to SVN TYPO3core trunk (revision 6346), branch TYPO3_4-2 (revision 6347), branch TYPO3_4-1 (revision 6348).
- 03:38 Bug #21476: RTE does not work with arora
- The attached patch against trunk will enable the RTE in any browser that is based on AppleWebKit version 523+.
In ... - 00:25 Bug #21476 (Closed): RTE does not work with arora
- Kubuntu Karmic Koala introduced the Arora browser based on webkit. It is a lean and mean browser. Definitely somethin...
- 01:00 Bug #21458: Pagerenderer miss headerData and footerData in hooks
- committed to trunk, rev 6345
- 00:58 Bug #20491: Wrong substitution of ###THIS_UID### in t3lib_loaddbgroup.php
- committed to trunk rev 6344
- 00:55 Bug #21382: Context menu of page tree does not work anymore
- committed to trunk, rev 6343
- 00:52 Bug #21457: User setup: items without csh are not aligned
- committed to trunk, rev 6342
2009-11-05
- 20:44 Bug #21464: PHP warnings can prevent OpenID logins
- Hi Dmitry, does this only occur with PHP 5.3 or with PHP 5.2 as well?
- 13:31 Bug #21464 (Closed): PHP warnings can prevent OpenID logins
- Some functions in the OpenID library expect parameters to be passed as reference but they are passed by value. If war...
- 20:05 Bug #21474 (Closed): PHP-5.3: No module labels
- Running on PHP 5.3 in Windows, labels for modules (Web, User tools, Admin tools, etc) are missing.
Problem is the ... - 19:36 Bug #21473: Call to deprecated method t3lib_beUserAuth::trackBeUser()
- Committed to SVN Trunk (rev. 6337)
- 19:31 Bug #21473 (Closed): Call to deprecated method t3lib_beUserAuth::trackBeUser()
- Each request to the backend calls the deprecated method t3lib_beUserAuth::trackBeUser() automatically. This method is...
- 17:51 Bug #21469: AllowClipboard Helper Firefox extension does not work with FF 3.5
- The attached patch modifies the configuration file of the RTE so as to fetch the latest version of the extension from...
- 16:29 Bug #21469: AllowClipboard Helper Firefox extension does not work with FF 3.5
- I have contacted the author of the extension and was granted access to the extension on addons.mozilla.org. I was abl...
- 16:17 Bug #21469: AllowClipboard Helper Firefox extension does not work with FF 3.5
- The newest version available from Mozilla is 0.6.1, which also is compatible with FF 3.5:
https://addons.mozilla.org... - 16:05 Bug #21469 (Closed): AllowClipboard Helper Firefox extension does not work with FF 3.5
- The version of AllowClipboard Helper Firefox extension available from typo3.org is not compatible with Firefox 3.5.
... - 17:14 Bug #21471 (Closed): Extension manager does not search in extension titles when in "import extension" section
- Searching for extensions in the "import extension" section of EM only searches in extension keys.
It would be better... - 16:58 Bug #25624: Usage of timezone
- Committed attached v3 to trunk in revision 6335.
- 16:52 Bug #21003: prefixRelPath also prefixes relative paths and anchors
- and of course "?" should be added to that list
- 16:40 Bug #21455: PHP-5.3 Warning: strlen() expects parameter 1 to be string, array given
- committed to trunk rev 6333
- 12:34 Bug #21455: PHP-5.3 Warning: strlen() expects parameter 1 to be string, array given
- I have had the same Issue on Mac OSX 10.6 with PHP 5.3, MySQL 5.4 Beta and TYPO3 4.3 Beta2.
I solved it with the a... - 16:34 Bug #21434: Cannot add new elements on second level of nesting
- Committed to SVN Trunk (rev. 6332)
- 16:14 Bug #21434: Cannot add new elements on second level of nesting
- Hi Marc,
it was the correct place - however I turn that string thingy into an array that gets concatenated later o... - 09:52 Bug #21434: Cannot add new elements on second level of nesting
- Hi Oliver,
I added a quick (and ugly?) patch that works for me. I'm sure there's a better solution.
Thanks for ... - 00:03 Bug #21434: Cannot add new elements on second level of nesting
- Here is the source code.
http://pastebin.com/f2628d402 - 16:03 Bug #21468 (Rejected): List view shows Website Users twice
- All new registrated or edited Web-Site-Users are shown twice in the Systemfolder in the backend, once at the right pl...
- 15:45 Bug #20656: t3lib_cache_backend_FileBacked violates open_basedir_restrictions
- I attached a new patch which fixes the problem also under windows and for relative and absolute paths.
- 15:11 Bug #21467 (Closed): tweak for t3lib_div::locationHeaderUrl()
- A bug in an extension made me have a look at locationHeaderUrl($path) in t3lib_div. And I think there is room for a ...
- 14:18 Bug #21466 (Closed): Deprecate serverTimezone
- This setting is not used in the core and can be removed to prevent confusion.
(issue imported from #M12478) - 14:14 Bug #20786: PHP-5.3 Warnings concerning missing timezone settings
- Comments to my version of the patch (from the core list);
Proper solution should have two settings:
- "default ti... - 13:47 Bug #20786: PHP-5.3 Warnings concerning missing timezone settings
- Here is a description of the "date.timezone" from the PHP documentation:...
- 13:35 Bug #21465 (Closed): OpenID library should use PHP functions to compute HMAC-SHA1
- OpenID library should use PHP functions to compute HMAC-SHA1 when possible. This improves performance and lowers chan...
- 12:31 Bug #5242 (Closed): Redesign browse_links window
- !browse_links.png!
This window has to be redesigned completely:
* Render tabs as Ext tabs
* AJAXify page tree
... - 11:26 Bug #21463 (Closed): RemoveXSS changes any occurence of "link", even outside tags
- Searching for a word like "symb" works.
But when I search for words like "symblink" or "Groenlinks" etc, the functio... - 11:09 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
- Please check if it still happens with the latest version. TYPO3 4.2.6 is pretty old nowadays...
- 09:39 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
- I got the same problem with Typo3 4.2.6, but I'm not using TMENU_LAYERS.
Just some ordonary TMENUs. I can't reproduc... - 10:37 Bug #21454: Importing a t3d does not work
- Ok, this was an error due to the some missing fields in the database.
After correcting this, the import went fine.... - 10:19 Bug #21462 (Closed): cache_extensions.authorcompany field too small
- The cache_extensions.authorcompany field is too small.
This leads to warnings on non mysql db's:
Warning: ociex... - 07:21 Bug #21461 (Closed): Recycler is missing title + description in the about module
- The sysext recycler has no description and title in the about module. Additionally this patch raises the status to st...
- 00:47 Bug #21460: Sporadic JS error in loginrefresh.js
- #21455 fix it.
- 00:41 Bug #21460 (Closed): Sporadic JS error in loginrefresh.js
- Sometimes it happens that the js error is shown:
result.login is undefined
http://localhost/trunk/typo3/js/loginr...
Also available in: Atom