Activity
From 2008-09-30 to 2008-10-29
2008-10-29
- 23:44 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- This will be handled by TYPO3 Security Team from now on.
Marcus. - 17:38 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- Thanks to Matthias Humbert to.
- 17:24 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
- Correction:
PHP Version on Testsystem is 5.2 - 17:10 Bug #19523 (Closed): Crossite scripting vulnerability in Core ext. felogin
- The redirect_url parameter in felogin extension is not filtered by htmlspecialchars.
I have test this on a... - 22:17 Bug #19525: Make TYPO3 require PHP 5.2
- committed to SVN trunk
- 20:50 Bug #19525 (Closed): Make TYPO3 require PHP 5.2
- Problem:
As the new system extension for OpenID support requires PHP 5.2, the whole System should require PHP 5.2, t... - 22:01 Bug #19527 (Closed): getIcon does not return correct icon
- --- How to reproduce: ---
1. assign your own icon:
$TCA['tt_content']['ctrl']['typeicons']['templavoila_pi1']... - 21:19 Bug #19526 (Closed): TYPO3 makes external URL wrong
- The problem happens when user enters external URL in the RTE. Suppose you have two domains: domainA and domainB. You ...
- 21:06 Feature #19283: page cache is not influenced by tt_content.starttime/endtime
- i uploaded another patch
this time with an additional function to set cacheExpires Timestamp - 19:34 Bug #19083 (Closed): Date fields calculate wrong date using shortcut mode
- It's possible to enter something like
+5
in a date field. After lost focus it's calculated as now() + 5 days.
Re... - 19:20 Bug #18983: when saving plugin content "Failure"
- Got an similar problem with tt_products-Elements.
When I try to change constants of tt_products via the constand e... - 10:37 Bug #18983: when saving plugin content "Failure"
- I got the same error when I create a new workspace. It doesn't save the name for a new workspace and pops up a "login...
- 19:09 Bug #19040: absRefPrefix does not recognize EXT: and typo3conf/ext/
- closed as it is shipped with 4.2.2
- 19:00 Bug #17713: addQueryString.exclude with an empty query string causes &= url parameter
- closed, as it is shipped in 4.2.1
- 18:49 Feature #19472: Integrate sys_actions into toolbar
- committed to svn trunk
- 18:43 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
- Well, using REQUEST_URI appears to be the right way, but it seems like the page (or relevant part) gets cached only b...
- 16:35 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
- Additionally, "$(\d)" should get replace with "\$($1)" in t3lib_div::getIndpEnv('REQUEST_URI'), in case there's e.g. ...
- 15:56 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
- I'll add a patch against TYPO3_4-2, which incorporates all things mentioned in this thread, plus:
- use REQUEST_URI... - 17:13 Feature #19524 (Closed): TCEmain changes for new improved record recycling concept
- I need some changes for the new improved record recycling concept [1] in the tcemain
First, to work with deleted r... - 16:53 Bug #19522 (Closed): prefixRelPath messes with anchor links (or markers in href)
- t3lib_parsehtml::prefixRelPath should ignore href attributes starting with a "#" (hash key); those should get handled...
- 16:22 Bug #16347: problem with prefixLocalAnchors
- Fixed in TYPO3_4-2, where both $1 and $3 are enclosed in curly braces.
(Duplicate of bug 0008240).
Please close t... - 16:19 Bug #17120: Content is not cached and white page displayed with big content / PHP 5.2.1
- Seems like "$" should get escaped in the $scriptPath/Request URI (regarding the linked post above).
But in general... - 15:58 Bug #18694: config.prefixLocalAnchors = all destroys links when $scriptPath starts with a number
- This is fixed in TYPO3_4-2, where both references ($1 and $3) are wrapped in curly braces.
Please close the bug. - 15:53 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- I have uploaded the file "typo3_fileIntegrityCheckWithSupportOfDirectReferences.patch" which is a followup of the las...
- 13:50 Feature #19521: config.stat_apache_pagenames = [realurl]
- There is already a new key "[request_uri]" in TYPO3 4.2 and later. I think it matches exactly what you want.
- 13:47 Feature #18239: FeUsers in table sys_lockedrecords - TSFE-Part
- Uploaded new Version of Patch and Testing-Plugin after annotations of Oliver Hader.
Locking is now done with $TSFE... - 13:40 Bug #19506: Memcached backend is not working properly
- Additionally "clear page cache" does not have any effect. Only killing memcached helps.
- 11:37 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
- Additional infos:
* After Update to the latest svn source [r4358] i can save the form when i chose cancel in the ... - 11:22 Bug #19401: Problem with Base Href
- Dimitry posted on #17591the following fix for IE6:
[browser = msie][version < 7]
page.headerData.100 = TEXT
page... - 10:02 Bug #19428: label uid shows not working
- No Oliver, this is exactly the same issue:
In List view records with label 'label' => 'uid' shown with [No title] ... - 09:47 Feature #25541 (Closed): t3editor with CodeCompletion for TypoScript
* context-sensitive code-completion for typoScript like known from e.g. Eclipse for PHP
see http://www.youtube.c...- 00:53 Bug #19502: Multiple Fileupload into Folder with Umlauts not possible
- Used JS function escape() is known to be not able to handle unicode characters. Therefore escape() has to be replaced...
2008-10-28
- 23:52 Feature #19521 (Closed): config.stat_apache_pagenames = [realurl]
- To generate an apache-like logfile with the "real" url, this parameter would make sence. For it to work only the foll...
- 23:13 Bug #19410: install tool hangs on gd libary detection
- solved if typo3/sysext/install/mod/class.tx_install.php
line: 2483
$im = @imagecreate (300, 50);
changed to:
... - 23:03 Feature #19409: Add support for OpenID authentication to TYPO3
- Fixed in SVN
- 23:02 Feature #19497: Integrate possibility to extend TCEforms palettes easily
- Fixed in SVN
- 22:42 Bug #19509: TypoScript condition "browser": Mismatches due to wrong search order
- it doesn't matter in which order the if is, there is only one match.
As Markus mentioned, if Opera uses MSIE as id... - 20:32 Bug #19509: TypoScript condition "browser": Mismatches due to wrong search order
- reference:
http://www.opera.com/support/usingopera/operaini/#ua - 20:16 Bug #19509: TypoScript condition "browser": Mismatches due to wrong search order
- This only happens when Opera's Browser Identification is set to "Identify as Internet Explorer" and so it's intended ...
- 20:10 Feature #19520 (Closed): Use t3lib_div::trimExplode() in t3lib_div::intExplode()
- Let's use t3lib_div::trimExplode() in t3lib_div::intExplode() instead of explode() so that you can get an empty array...
- 20:10 Bug #17403: In advanced search, the search in select box is not well populated
- Committed to SVN Trunk (rev. 4366) for TYPO3 4.3-alpha1
- 19:43 Feature #18858: Integrate possibility to define enabledControls in TCA
- Committed to SVN Trunk (rev. 4365)
- 19:04 Feature #18238: FeUsers in table sys_lockedrecords
- Committed to SVN Trunk (rev. 4364)
- 19:00 Bug #19517: EM fails on retrieving files for upcase extension keys
- Committed to SVN:
* TYPO3_4-1 (rev. 4361)
* TYPO3_4-2 (rev. 4362)
* Trunk (rev. 4363) - 14:51 Bug #19517 (Closed): EM fails on retrieving files for upcase extension keys
- For (partly) uppercase extension keys the extension manager fails to download files as it takes uppercase letter into...
- 18:50 Bug #19519 (Closed): Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
- If i try to save a form with more then on RTE on it (in my case it is an Flexible CE) an dialog pops up "Your login h...
- 17:22 Bug #19518: t3lib_BEfunc has a lot of hanging SQL record sets
- Committed to SVN:
* TYPO3_4-2 (rev. 4367)
* Trunk (rev. 4360)
- 17:18 Bug #19518 (Closed): t3lib_BEfunc has a lot of hanging SQL record sets
- In t3lib_BEfunc there are many positions where SQL queries are performed but the SQL result is not removed afterwards...
- 16:55 Feature #19443: Localization of IRRE-children for n:m relations with useCombination=1
- this behaviour can be solved with the following TCA in the config-array for the intermediate table fields uid_person ...
- 16:33 Bug #19433: HTML tags are removed in RTE content
- Hi everyone,
we did experience the same problem today, as no RTE content, which was entered via an FCE and Templav... - 15:45 Bug #19428: label uid shows not working
- Markijan, your problem seems to be different - could you please open a new bug report on it and give some detailed in...
- 15:09 Bug #19428: label uid shows not working
- Can confirm this (typo3 ver. 4.2.1, php ver. 5.2.0)
web->listview the labels shows [No title] instead record uid - ... - 14:22 Feature #19515: Extend condition operators for globalVar
- sry guys, now the patch is correct
- 12:07 Feature #19515 (Closed): Extend condition operators for globalVar
- normally you can only use =,< and > for comparing vars in condition.
I extended it to use also <=, >= and !=
Pl... - 13:57 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Committed to SVN:
* TYPO3_4-2 (rev. 4358)
* Trunk (rev. 4359) - 12:18 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- 0009623_v2.patch and patch-sections-8518.patch both work.
patch-sections-8518.patch will call loadJavascript only... - 11:46 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Do 'containers' need scriptaculous as well? I have done a slightly diffrenet patch adding scriptaculous only to 'sect...
- 12:43 Bug #19516: Rich text editor not loading
- Does this error occur on the full-screen RTE or also on the embedded RTE in forms?
If it's about the full-screen RTE... - 12:33 Bug #19516 (Closed): Rich text editor not loading
- htmlArea RTE 1.7.6
Configuration:
hostA: running apache 2.2 and configured as reverse proxy (of hostB)
hostB: ru... - 12:16 Bug #19475: t3lib/thumbs.php can't convert some png's
- Removed the colordepth feature (see diff) and all thumbnails are shown now ...
- 11:34 Bug #19514 (Closed): TCEmain wrongly tests required input-type fields
- When an input-type field is marked as "required" in the TCA, TCEmain tests it simply with
if (!$value)
This is ... - 09:50 Bug #15951: clickmenu on pagetree icons does not work
- Same problem - solved with removing 2 empty lines after ?> in realurl_conf.php
- 01:01 Feature #19466: use native filter_functions for validate and sanitize
- Follow-ups were committed in rev. 4351 and rev. 4357
- 00:42 Feature #19513: Instantiate time tracker as null object if not really required
- On searching the Core for t3lib_timeTrack I found only one strange place where this is used (except the front-end ren...
- 00:40 Feature #19513 (Closed): Instantiate time tracker as null object if not really required
- In the TYPO3 front-end an instance of t3lib_timeTrack is created in the variable $TT. During the front-end rendering ...
- 00:25 Feature #19512: Extend t3lib_div::trimExplode to limit the number of elements
- Committed to SVN Trunk (rev. 4356)
- 00:09 Bug #19511: Call to t3lib_div::devLog() without key in index_ts.php
- Committed to SVN:
* TYPO3_4-2 (rev. 4353)
* Trunk (rev. 4354)
2008-10-27
- 23:59 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Hi Peter, a patch for this issue is pending in the Core List. You can give your +1 there if it solves your problem as...
- 17:50 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Thanks olly for the patch, now it's working perfect!
- 15:08 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Version 2 of the patch does exactly the same but is IMO easier to read...
- 15:01 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- Please test the attached patch with the provided extension.
To do so, create a new content element of type "Insert p... - 23:37 Feature #19512 (Closed): Extend t3lib_div::trimExplode to limit the number of elements
- With t3lib_div::trimExplode it's not possible to limit the number of elements that are returned.
The solution is t... - 21:06 Bug #19511 (Closed): Call to t3lib_div::devLog() without key in index_ts.php
- In typo3/sysext/cms/tslib/index_ts.php the following line:
if (TYPO3_DLOG) t3lib_div::devLog('END of FRONTEND sess... - 20:01 Feature #19510: Enable includeLibs also for USER and COA objects
- Missed to change t3lib_extMgm::addPItoST43() to use the USER.includeLibs now...
- 19:42 Feature #19510: Enable includeLibs also for USER and COA objects
- The attached patch enables includeLibs for USER and COA objects.
- 18:34 Feature #19510 (Closed): Enable includeLibs also for USER and COA objects
- The TypoScript object USER does not support the includeLibs property. Loading an accordant PHP class the library gets...
- 19:50 Bug #19479: Enable Caching "USER" instead of "USER_INT"
- The first patch needs the feature #9654 applied to work correctly.
- 17:01 Bug #19479: Enable Caching "USER" instead of "USER_INT"
- USER objects do not support the "includeLibs" property.
Test the new patch which solves this... - 18:26 Bug #18983: when saving plugin content "Failure"
- I get the same message, if i try to save an content element with many RTE on it (for me its an Flexible Content Eleme...
- 15:04 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Hm, thanks for the information you gave - but we have to distinguish:
1) This issue seems to be about wrong handling... - 14:32 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- I can confirm a problem there.
I attached a demo extension with flexform section in plugin configuration.
I'm not... - 11:14 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- This looks like a duplicate of http://bugs.typo3.org/view.php?id=8244 ...
- 15:02 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
- No Dmitry, it did not help to include even a
global $TYPO3_CONF_VARS;
before all includes in a php file.
You cann... - 14:52 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
- No Steffen, nothing would be fine with your proposal under some PHP5 or TYPO3 versions. The extensions needed bug fix...
- 14:29 Bug #19509 (Closed): TypoScript condition "browser": Mismatches due to wrong search order
- in t3lib/class.t3lib_matchcondition.php,
function browserInfo() (line 516 - 540),
the browser is detected using a... - 14:04 Bug #19508 (Closed): Integrate extJS package to core
- I built a package extJS for trunk with only the files are needed.
I attached a zip which goes to typo3/contrib
... - 13:37 Bug #19507 (Closed): getCompressedTCarray hangs if no cache_hash exists
- When you call
$TSFE->getCompressedTCarray();
in a FE extension, e.g. after an Ajax call with eID parameter, then t... - 12:35 Bug #18722: "Broken rootline" error when creating new page in Draft
- RealURL 1.5.2
T3: 4.2.2
PHP Version 5.2.5
Problem still present. - 10:43 Bug #17683: disappearing USER_INT output
- I'm experiencing a very similar situation but even with USER objects. Sometimes the USER objects are not rendered int...
2008-10-26
- 22:26 Feature #1835 (Closed): Recycler: Integrate recursive recovering
- Imagine the following structure of deleted pages:
* "First Level" (id: 1, deleted: 1)
** "Second Level" (id: 2, del... - 22:15 Feature #1834 (Closed): Recycler: Integrate Lost+Found possibilites
- Imagine a record is still available in the database and not marked as deleted (deleted=0). However the accordant pare...
- 14:50 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
- don't use $GLOBALS['TYPO3_CONF_VARS'] for XCLASS, EM won't recognize, use $'TYPO3_CONF_VARS instead and all is fine.
- 14:48 Feature #19503: Implement autoloading for TYPO3
- Hi Dmitry,
thx for the explanation. The problem on my site was that the files wasn't created after login, no promp... - 09:17 Feature #19503: Implement autoloading for TYPO3
- Following the discussion about singletons, I removed t3lib_Singleton from the t3lib_autoload (see part 1 version 2).
... - 14:46 Bug #19479: Enable Caching "USER" instead of "USER_INT"
- thx Sonja for reporting and Dmitry for the patch, i tested and it works. Is in core list now.
- 01:47 Bug #18821: Installer will not create any be_users if unsupported sql_mode is used
- Seems the problem of non-strict-conformity exists also in Typo3 code. Trying to insert a new content entry in tt_cont...
- 00:24 Bug #14238: User cannot save existing page if page-type is not allowed by backend-group config
- Bug furthermore persists up to TYPO3 version 4.2.x.
2008-10-25
- 23:53 Bug #18645: JS error raised in IE6 when clicking Edit in Rich Text Editor
- I also have this effect:
TYPO3 - 4.2.2; no Templavoila; Firefox 3.0.3
ONLY when klick on "EDIT ON RICH TEXT EDITOR"... - 22:05 Bug #19434: Always date 01.01.1970
- Please, create proper bug reports. This bug report provides no information for us: no step to reproduce the problem, ...
- 22:03 Bug #19457: globalString don't work any more?
- Please, post only confirmed, good bug reports, with exact steps to reproduce the problem. "Heard" is not a reason to ...
- 22:00 Bug #15054: Gremlin: Insufficient email validation
- See #19466
- 21:58 Bug #19500: t3lib_htmlmail: sending mails produces error "501 Bad address syntax" in mail.log
- The patch is attached.
- 21:54 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
- It looks like you try to include files inside functions, not on the global level. Quite logical that $TYPO£_CONF_VARS...
- 21:48 Bug #19479: Enable Caching "USER" instead of "USER_INT"
- The patch is attached
- 21:37 Bug #19487: PHP Warning: tslib_fe::include() [<a href='function.include'>function.include</a>]: Failed opening ...
- Bug tracker is not a place to ask questions. Please, report only real bugs here.
- 21:33 Bug #19454: don`t know whots happening
- Bug tracker is not a place to ask questions. Use mailing lists instead.
- 21:19 Feature #19503: Implement autoloading for TYPO3
- It will not conflict :) There are two registries: one is system, which is in the t3lib/stddb/, another is site-wide, ...
- 20:27 Feature #19503: Implement autoloading for TYPO3
- Hi Dmitry,
after applying 3rd patch all is working fine ;-)
One question:
You store the classes in t3lib/stdd... - 12:03 Feature #19503: Implement autoloading for TYPO3
- Just one more note: I run SVN version of TYPO3 with this patch for several days now. I do not see any problem so far....
- 11:46 Feature #19503: Implement autoloading for TYPO3
- Part 3 of the patch enables autoloading for Backend. I removed require_once for classes, which are not always used. B...
- 17:40 Bug #18821: Installer will not create any be_users if unsupported sql_mode is used
- This happens on a regular basis when MySQL's sql_mode is set to STRICT_ALL_TABLES.
The MySQL manual states for t... - 17:33 Bug #19506 (Closed): Memcached backend is not working properly
- Changing page content does not clear cache.
If I change page content using List or standard Page modules, cache is... - 11:29 Feature #19409: Add support for OpenID authentication to TYPO3
- Deassigning from myself as I have neither time, nor wish to work on it anymore. I am sure it is good enough for comit...
- 10:24 Bug #19505 (Closed): still Message after logout: 'The user 'admin' began to edit this record ...'
- I login with user admin and go to edit the record for the backend users in the user admin tool. Then I log out and lo...
- 10:15 Bug #25540 (Closed): JS error: Node cannot be used in a document other than the one in which it was created
- Error occures when clicking the first time after page reloading into the editor.
Full message (Firebug Konsole):
...
2008-10-24
- 23:31 Bug #19504 (Closed): DB Analyzer / Compare Tool can't handle the upgrade of the cache tables
- Here're some findings from Ernesto:
when changing the SQL-definitions of cache_hash and cache_pagesection:
CRE... - 23:01 Feature #19503: Implement autoloading for TYPO3
- first thanks for working on this
second why didn't you inform Masi and me about it as we signed up for the task init... - 14:43 Feature #19503: Implement autoloading for TYPO3
- Olly, the patches do not enable autoloading in BE yet. But it is easy to do. I think I will post the third patch here...
- 14:41 Feature #19503: Implement autoloading for TYPO3
- Steffen, this is because autoloading is not enabled in BE yet. I removed all require_once in cms, probably page modul...
- 11:04 Feature #19503: Implement autoloading for TYPO3
- Hi Dmitry,
after apllying both patches i get error in BE when calling a page with classic page-module:
Fatal erro... - 10:55 Feature #19503: Implement autoloading for TYPO3
- Hi Dmitry, nice one! :)
* "AUTOLOAD_REGISTRY_FILENAME_BE" could be "FILENAME_BE" since it's already in t3lib_autol... - 10:04 Feature #19503 (Closed): Implement autoloading for TYPO3
- The attached patch implements autoloading for TYPO3 classes.
The patch consists from two files. The first file add... - 18:59 Feature #19495: memory waste with locallang
- Hello Olly,
this example shows the debug output of the total read in locallang.xml file. This is the result return... - 18:29 Bug #19448: typolink not transformed nor rendered correctly with multiple class names in class parameter
- Forget about this patch for now. It will not work.
This issue will require further work as quoting the class attri... - 13:56 Bug #19274: Editors can´t undelete records in history
- I have a fix but don't know if it has any other effects...:
in class.t3lib_userauthgroup.php function recordEditAc... - 10:04 Bug #19454: don`t know whots happening
- On my computer (local installation WinXP, apache2.2, php5.3, MySql 5.0.67) i had the same messages. It was the virus-...
- 01:08 Bug #19454: don`t know whots happening
- Did you upgrade any server component (e.g. MySQL)?
You can enable SQL debug in the install tool: "All configuration ... - 00:53 Bug #19454: don`t know whots happening
- Hi,
I don't think that this is a general TYPO3 error, but a problem related to your installation. Please try posting... - 09:58 Bug #19483: alternativeSortingField does not work for other languages
- i also think there should be two sorting functions, that you can sort from original page and language overlay. for ex...
- 09:50 Bug #19502 (Closed): Multiple Fileupload into Folder with Umlauts not possible
- When someone created a Folder like "testingÜmlauts" in the Filelist module and tries to upload multiple files, the ac...
- 08:09 Bug #19062: if redirect_url / login error
- I had the same problem with fe_login version 1.0.0.
The problem comes from method tx_felogin_pi1::processRedirect(... - 07:06 Bug #19488: class.t3lib_htmlmail.php brings a two semicolon in mail-header
- Closed as duplicate.
- 04:41 Bug #19488: class.t3lib_htmlmail.php brings a two semicolon in mail-header
- Fixed in #19441:
Committed to SVN (by Dmitry):
* TYPO3_4-2 (rev. 4309)
* Trunk (rev. 4308) - 07:00 Bug #15446: Titles in frontend
- Closed:
- Probably not core related (ext: tm_contentaccess?)
- No feedback for a very long time
Please reopen ... - 06:56 Bug #14744: MP-variable in use with menu type directory and type rootine
- Closed:
- No feedback for a very long time.
- Unable to reproduce in recent versions. - 06:53 Bug #14976: Major error with [SYS][no_pconnect] = 1
- Closed:
- No feedback for a very long time
- No similar issues (afaik)
- Unable to reproduce (in my personal env... - 06:45 Feature #14776: Ability to assign custom categories to downloaded extensions
- Closed as requested by reporter.
- 06:42 Bug #16498: Segfault when trying to create thumbnails in backend
- I would like to close this issue but my mantis access rights are insufficient:
- Last update was 08/2006 with feed... - 06:32 Bug #15205: Thumbnails doesn't work in spite of a working ImageMagick
- No feedback for a very long time. Closed.
Please reopen or add a new issue if you think this is a bug in recent T... - 06:09 Bug #19416: getHtmlTemplate should use resolveBackPath
- Closed as a duplicate of #19432
- 05:55 Bug #17963: Warning not pointing to correct field
- Closed as requested by reporter.
Tabs with invalid information show an exclamation mark. - 05:44 Bug #19444: Filelist Bug
- Fixed in released version 4.2.2. Closed.
- 05:39 Bug #18476: Cannot login into the backend over SSL
- No reply for a long time. Closed.
- 05:24 Bug #19469: Missing right scrollbars for main-column
- Closed as requested by reporter.
- 05:16 Bug #19386: multilanguage tt_content disappears from page module
- Retested Stefans tip and this works as documented. Thanks!
- 05:05 Bug #19356: After some weeks with no problems a Typo3 website hangs up with a 'Cannot access protected property' error in the frontend
- The problem is related to your hoster and will not be fixed in TYPO3 (php or old/buggy php optimizer?)
If you stil... - 00:48 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- Ralf, that depends on which "issue" you're talking about. The initial one WAS.
See fixes for side-effects in the rel...
2008-10-23
- 22:25 Bug #19501 (Closed): same key wrongly used in substituteMarkerArrayCached
- If you call substituteMarkerArrayCached twice with the same template part, and once you want to use
<!-- ###MYSUB... - 22:18 Bug #19369: Ordered list numbering only posible from 1 to 9
- Closing this issue. No answer and unable to reproduce.
- 21:42 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- This issue is NOT fixed in 4.2.2.
- 18:14 Bug #19490: RTE uses JScodeLibArray to insert CSS
- Committed to SVN TYPO3core trunk (revision 4350).
- 18:08 Feature #17112: Add file operation permissions for back-end user groups
- Attached a new patch:
- Renamed function returnFileoperationPermissions() to getFileoperationPermissions()
- As dis... - 18:02 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- I have tested the latest patch and it works like expected. IMHO it's really an important patch to get rid of the endl...
- 16:41 Bug #19464: Return URL: Double Encoded characters cause server error
- Confirmed.
A start to debug this is probably alt_clickmenu.php around function FILE_launch. I will not dig deeper ... - 14:28 Bug #19239: Cannot log in to backend
- Or could it be that it's duplicate of this?
http://bugs.typo3.org/view.php?id=6299 - 14:20 Bug #19239: Cannot log in to backend
- Do you have more than one BE user? None works?
Can you create a new Admin user from the install tool? - 13:49 Bug #19413: Problems with the Menu Sitemap
- Not a bug but a feature. You have to set the target manually in settings.
Put this in constants of your template s... - 13:12 Bug #19500 (Closed): t3lib_htmlmail: sending mails produces error "501 Bad address syntax" in mail.log
- After updating to version 4.2.2, some HTML mails did not arrive. Checking the mail.log gives me the error "501 Bad ad...
- 11:53 Bug #19499: Saving of data record too fast results in empty child records
- I did not test it, but can imagine that this leads to problems since the save actions of the TCEforms does not check ...
- 11:42 Bug #19499 (Closed): Saving of data record too fast results in empty child records
- I use the extension rgnewsce which makes use of IRRE.
Now this use case makes great problems:
- I have lots of ... - 10:06 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- There you go:
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<T3DataStructure>
<meta type="array... - 09:31 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Is this issue related to TemplaVoila only or can it be reproduced in "regular" TYPO3 environments as well? Can anybod...
- 09:27 Bug #19498 (Closed): Using imgStart=1 with a single image produces error in "render_textpic"
- The function "render_textpic" checks if there were images found in "imgList" and returns if this list is empty.
It... - 03:51 Bug #19493: If I sort my Buttons in a special order the statusbar floats under the "Disable Rich Text Editor:"-p-Tag
- In which browser(s)?
- 00:41 Feature #18842: String "File/Files" in Fileadmin are hardcoded
- Committed 8505_filelist.diff to trunk in rev. 4349.
2008-10-22
- 22:27 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
- I'll do this tomorrow
- 16:41 Bug #19496 (Closed): Flexform sections are not working anymore since script.aculo.us is not loaded
- Due to a change of loading JavaScript resources between TYPO3 4.2.1 and 4.2.2 the script.aculo.us JavaScript framewor...
- 19:57 Bug #19490: RTE uses JScodeLibArray to insert CSS
- Committed to branch TYPO3_4-2 (revision 4347).
- 05:13 Bug #19490: RTE uses JScodeLibArray to insert CSS
- This attached patch will use $GLOBALS['TSFE']->additionalHeaderData when available and adds additionalHeaderData arra...
- 19:23 Feature #19495: memory waste with locallang
- Hi Franz,
did you test/profile this? Current there's a reference "&$labelValue" used that points to the accordant ... - 13:51 Feature #19495 (Closed): memory waste with locallang
- If you load a locallang in an extension into the $LOCAL_LANG, then you can see, when no utf8 is used, that all defaul...
- 18:50 Bug #16949: Absolute links are made relative which breaks link
- excactly the same problem here. workaround works but that's not very nice. is this bug ever gonna fixed?
- 18:22 Bug #19433: HTML tags are removed in RTE content
- This is not a htmlArea RTE issue. Saving text works fine in standard content elements. Also, the problem exist the sa...
- 18:12 Feature #19497 (Closed): Integrate possibility to extend TCEforms palettes easily
- The t3lib_extMgm API provides methods to add new fields to a table. However, there is no easy possibility to add fiel...
- 16:39 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- The inclusion of scriptaculous should stay where it is.
But, additionally, when flexform sections are rendered/requi... - 15:31 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- Hi Olli,
---------------------------------------------------------------------
$this->loadJavascriptLib('contrib/... - 16:12 Bug #16688: Script doesn't answer when having list of links in text-element in Firefox 2.0
- Fixed in TYPO3core trunk and TYPO3_4-2 (for inclusion in TYPO3 4.2.3).
- 16:10 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4344) and trunk (revision 4345).
- 13:21 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- +1 for importance. It makes section containers almost unusable and on one of our websites relies heavily on this feat...
- 12:31 Bug #19494 (Closed): Missing function SELECTmmQuery
- we have
INSERTquery,UPDATEquery,DELETEquery,SELECTquery but no SELECT_mm_query
Having this would it make much mor... - 11:15 Bug #19493 (Closed): If I sort my Buttons in a special order the statusbar floats under the "Disable Rich Text Editor:"-p-Tag
- If I sort my buttons like this (it was copied from the manual):
RTE.default.toolbarOrder = blockstylelabel, blocksty... - 11:03 Feature #19489 (Closed): Conf option for forgoten password and md5
- I save md5 passwords without using kb_md5fepw and it would be nice to have a TS conf option to force md5 password for...
- 04:44 Bug #19464: Return URL: Double Encoded characters cause server error
- Christian, to reproduce:
Go to "Filelist"
** This works **
right click on folder and select "New"
** this... - 04:35 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
- the Patch from Michael Stucki seems to work fine on typo 4.2.2 !
- 00:11 Feature #19491: Move frontend editing to a system extension
- Added v3 of the patch (third time is the charm!) that checks for valid frontendEdit instances in a couple additional ...
2008-10-21
- 20:39 Feature #19491: Move frontend editing to a system extension
- Added v2 of the patch which includes some non-functional cleanups.
- 16:43 Feature #19491 (Closed): Move frontend editing to a system extension
- As a first step toward improved frontend editing in TYPO3 4.3, we should move the existing frontend editing ino a sys...
- 17:21 Bug #19485: Frontend Editing does not work anymore
- Committed to SVN:
* TYPO3_4-2 (rev. 4342)
* Trunk (rev. 4343) - 16:38 Bug #19485: Frontend Editing does not work anymore
- Thanks Olly! Works for me.
- 10:51 Bug #19485 (Closed): Frontend Editing does not work anymore
- Due to a change of loading JavaScript libraries in the back-end by a commond handler function, the front-end editing ...
- 17:16 Bug #19456: Form validation script jsfunc.validateform.js sometimes fails in IE
- Committed to SVN:
* TYPO3_4-1 (rev. 4339)
* TYPO3_4-2 (rev. 4340)
* Trunk (rev. 4341) - 17:00 Bug #19492 (Closed): can move record into its own subtree in draft
- page can be moved into its own subtree in custom workspaces and draft mode. the placeholder will be created at destin...
- 16:45 Feature #19399: Add the ability of including external files to includeJS/getFileName
- I'll second that request. Would be nice for including code hosted by Google e.g.
- 16:43 Bug #19490: RTE uses JScodeLibArray to insert CSS
- The "$GLOBALS['SOBE']->doc->JScodeLibArray['rtehtmlarea-contentCSS']" was introduced in issue #9516 and commited to S...
- 16:24 Bug #19490 (Closed): RTE uses JScodeLibArray to insert CSS
- In tx_rtehtmlarea_base, the RTE uses $GLOBALS['SOBE']->doc->JScodeLibArray to insert CSS into the page header. This ...
- 16:07 Bug #15054: Gremlin: Insufficient email validation
- Just to make sure potential synergy isn't lost:
http://forge.typo3.org/repositories/entry/package-flow3/trunk/Classe... - 15:19 Bug #19482: hook in tslib_fe::contentStrReplace isn't flexible enough
- $this is accessible
- 14:53 Feature #19466: use native filter_functions for validate and sanitize
- Committed to SVN Trunk (rev. 4321) by Dmitry
- 14:33 Bug #19412: Enhance debug information with SQL data
- Committed to SVN (by Dmitry):
* Trunk (rev. 4322)
* TYPO3_4-2 (rev. 4325) - 14:07 Bug #19488: class.t3lib_htmlmail.php brings a two semicolon in mail-header
- already fixed in trunk
#0009523 - 13:37 Bug #19488 (Closed): class.t3lib_htmlmail.php brings a two semicolon in mail-header
- Since ver. 4.2.2 I have two semicolon in a line of the mail-header in multipart-mails.
This line in received mails ... - 14:00 Feature #19054: hook before_render a single field in tceforms
- Committed to SVN Trunk (rev. 3933) by Dmitry
- 12:47 Bug #19274: Editors can´t undelete records in history
- also in 4.2.2
Would be nice to fix - or don't offer to recover deleted content to editors... - 12:29 Bug #19487 (Closed): PHP Warning: tslib_fe::include() [<a href='function.include'>function.include</a>]: Failed opening ...
- Sometimes I get this warning:
apache2: PHP Warning: tslib_fe::include(/var/www/site.ext/typo3conf/temp_CACHED_ps5... - 01:16 Bug #16688: Script doesn't answer when having list of links in text-element in Firefox 2.0
- Indeed, I think that the patch attached to issue #5019 fixes also this issue.
- 00:56 Bug #19471: The manual says that the default value for 'showStatusBar' is 0 - but the default is 1
- Ok, I added a note on the property. The htmlrea RTE manual was updated in trunk (revision 4338) and TYPO3_4-2 (revisi...
2008-10-20
- 23:57 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- Please try the attached patch for branch TYPO3_4-2 or trunk.
Note: After applying the patch, you need to delete al... - 20:05 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- ok. I was able to repoduce this. It seems to happen if you hold a key down within a link for sometime.
- 18:23 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- Strange. There must be some other condition because I cannot reproduce this issue with FF3.0.3 and TYPO3 4.2.2.
- 14:18 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- TYPO3 4.2.2, HTMLArea 1.7.6 has the same bug.
- 13:58 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- I can confirm the issue for Firefox 3.0.3 / Windows with:
TYPO3 4.1.7, HTMLArea 1.5.6
TYPO3 4.2.1, HTMLArea 1.7.5... - 22:48 Feature #19427: Make the caches in TYPO3 use the new caching framework
- committed to trunk (rev. 4336)
- 19:10 Bug #19356: After some weeks with no problems a Typo3 website hangs up with a 'Cannot access protected property' error in the frontend
- Hello again,
as I found out, this problems seems to be caused by a special PHP optimizer that my hoster was runnin... - 18:34 Bug #19386: multilanguage tt_content disappears from page module
- Set the following option into your User/Group TSConfig or the Page TSConfig.
mod.web_layout.defLangBinding = 1
... - 18:11 Bug #19471: The manual says that the default value for 'showStatusBar' is 0 - but the default is 1
- So in two of three configurations the value is not the default.
=> You should mention that in the manual. - 05:12 Bug #19471: The manual says that the default value for 'showStatusBar' is 0 - but the default is 1
- Well, the default is really 0. So, if you use the "Minimal" default configuration, the status bar is not present. How...
- 15:26 Bug #18270: cannot clear extension's FE cache from Backend
- The fix was to clearify the caching behaviour and all side-effects in by adding comments to the code.
- 14:33 Bug #19483 (Closed): alternativeSortingField does not work for other languages
- If you build a TMENU with an alternativeSortingField-entry, in the default language, the sort-order is right. if you ...
- 14:30 Bug #19433: HTML tags are removed in RTE content
- Sorry for delay. I have installed TV and RTE. I create page content (text) in Rich Text Editor and then problem appea...
- 05:17 Bug #19433: HTML tags are removed in RTE content
- I cannot address this issue without more information. The RTE transformation seems to be broken by some extension or ...
- 13:59 Bug #16688: Script doesn't answer when having list of links in text-element in Firefox 2.0
- I think this may be related to http://bugs.typo3.org/view.php?id=5019
- 05:21 Bug #19369: Ordered list numbering only posible from 1 to 9
- Do you still have this issue? Maybe a css issue? Is RTE.default.contentCSS the same file as in the frontend?
2008-10-19
- 15:27 Bug #19437: RTE doesn't work properly anymore
- Duplicate of #19423, will be fixed in TYPO3 4.2.3
- 15:24 Bug #19447: Folder icons in filelist file tree don't get skinned anymore
- Fixed in TYPO3_4-2 and Trunk.
- 14:35 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Fixed in TYPO3 4.2.3 (rev. 4326) and Trunk (rev. 4327).
2008-10-18
- 22:01 Feature #19472: Integrate sys_actions into toolbar
- today was November :-)
i attached a patch which integrates the sysactions in the toolbar - 16:25 Feature #19472: Integrate sys_actions into toolbar
- should be not a complicate task, i did this with extdeveval too.
I can do this task in November. - 15:28 Bug #19482 (Closed): hook in tslib_fe::contentStrReplace isn't flexible enough
- The Hook in tslib_fe::contentStrReplace uses an array with $search and $replace which is good for simple replace like...
- 13:31 Bug #19441: class.t3lib_htmlmail.php produces null headers in HTML messages
- Committed to SVN (by Dmitry):
* TYPO3_4-2 (rev. 4309)
* Trunk (rev. 4308)
2008-10-17
- 21:27 Bug #19223: Redirect type does not redirect when HTTP referrer is an external site
- I don't know why but this bug seems to be a feature...
There is a check that the referer is equal to the site befo... - 19:57 Bug #19481 (Closed): Number of search results is not correct. (Related Issue: #16693)
- The described Solution has not been commited to the source code of the extension. (pi1/class.tx_indexed_search.php)
... - 17:34 Bug #19461: translation do not follow parent when cut'n'paste
- no ideas ?
- 16:08 Bug #19480 (Closed): Frontend Edit Panel is not compatible with subdomains and RealURL
- - Install TYPO3 as a subdomain, e.g., http://www.domain.tld/subdomain
- Map a domain, e.g., http://www.somewhere.com... - 15:09 Bug #19479 (Closed): Enable Caching "USER" instead of "USER_INT"
- Felogin is a extension which is used often in the right column of every page. Because the extension is not cached, th...
- 14:37 Bug #19478: Editing BE user: Password field shows "undefined" instead of stars
- I've seen, it has been reported already. This can be closed. Sorry.
- 14:32 Bug #19478 (Closed): Editing BE user: Password field shows "undefined" instead of stars
- When editing a BE user account (from list view or from admin module) it always shows "undefined" instead of stars aft...
- 13:50 Bug #19477 (Closed): RTE does not work in IRRE subelements
- When using RTE (htmalrea) in IRRE subelements RTE just shows that it is loading (forever). So it is not possible to u...
- 13:47 Bug #19476 (Closed): "New record" allows to create records from hidden tables
- Logically if table is hidden, creation should not be allowed either.
The following code in typo3/class.db_list.inc... - 13:40 Bug #19475 (Closed): t3lib/thumbs.php can't convert some png's
- I have some png's (one attached) where thumbs.php didn't show a thumbnail in the backend.
Imagemagick debian versi... - 13:14 Feature #19474 (Closed): Workspaces should be displayed in a dropdown field instead of a selector box
- The workspace selector is currently using a lot of space of the backend toolbar. Suggestion is to display them simila...
- 13:10 Feature #19473 (Closed): Extract workspace GUI into a system extension
- Functionality which is not needed on a system should allow to be disabled.
(issue imported from #M9592) - 13:06 Feature #19472 (Closed): Integrate sys_actions into toolbar
- TYPO3 provides a feature to create presets of tasks that can be done. Examples for this are:
- create new BE user
-... - 13:05 Bug #19471 (Closed): The manual says that the default value for 'showStatusBar' is 0 - but the default is 1
- Link for the manual:
http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.4/view/4/4/
... - 11:59 Bug #19469: Missing right scrollbars for main-column
- the issue has been resolved after another "full cache clear" and re-login!
sorry for wasting your time :-)
- 10:23 Bug #19469 (Closed): Missing right scrollbars for main-column
- Missing scrollbars:
Scrollbars missing in Typo3 4.2.2 while using latest Firefox 3.0.3 release on Windows. The Bug d... - 11:46 Bug #19470: Cannot disable helptext for user-administration interface
- I'll correct: The issue appears on any tca-table interface in backend which is able to show detailed help-texts (f.e....
- 10:26 Bug #19470 (Closed): Cannot disable helptext for user-administration interface
- I was unable to disable the detailed helptext for user-administration interface. The setting responsible for detailed...
- 11:19 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- I can confirm that this problem still exits in TYPO3 4.2.2 an TemplaVoila 3.1.6 and 3.1.7.
It's not a browser probl... - 10:52 Bug #16579: Shorcut mode "First subpage" in multilanguage sites doesn't work correctly
- Mmmh, the generated urls are not located in the same context, especially when you use realurl, but also when simulate...
- 10:47 Bug #18623: class.t3lib_exec.php prevents extension to work under PHP hardening
- Yes but as explained in comment 0022032 by Michiel, is_executable still always return FALSE when given a symbolic lin...
- 10:02 Bug #18623: class.t3lib_exec.php prevents extension to work under PHP hardening
- Wouldn't realpath() solve the problem? I.e....
- 09:53 Bug #19424: Check for extension updates always warns about changes
- 4.2: rev 4320
4.3-alpha1: rev 4319
2008-10-16
- 21:53 Feature #19283: page cache is not influenced by tt_content.starttime/endtime
- another try:
i removed the hook and the sql-query and reduced this patch that it only reacts on
$GLOBALS['TSFE'... - 21:53 Feature #19455: htmlArea RTE: allow to gzip RTE scripts
- Did some further tests with this. Will drop the patch as I can observe no significant difference. In fact, it gets sl...
- 18:49 Bug #19424: Check for extension updates always warns about changes
- Confirmed. Thanks for the fix!
Attached a new version that applies to trunk and 4.2 - 18:10 Bug #19444: Filelist Bug
- Duplicate of #15682, already fixed in 4.2.2 and trunk. Will not be fixed in 4.1 as its not security related.
Pleas... - 17:48 Bug #19457: globalString don't work any more?
- The problem is that GP:L=* also matches if L (or some other param) is not set at all. That is a side effect of #18878.
- 16:49 Bug #19468 (Closed): clean up t3lib_exec
- use PHP5 function static declaration
use static member variables instead of globals
reformat according to CGL
... - 16:32 Bug #19463: Additional condition required to check SSL status in class.t3lib_div.php
- Thanks. Patch works.
- 10:32 Bug #19463: Additional condition required to check SSL status in class.t3lib_div.php
- Added a patch. Please test.
- 13:58 Bug #19434: Always date 01.01.1970
- It is in Text-Elements, when you check the "date"-Box.
We changed nothing in TypoScript, it is an out-of-the-box ins... - 13:06 Bug #17713: addQueryString.exclude with an empty query string causes &= url parameter
- I propose a different solution which does not require the cHash parameter to be excluded explicitely, see attached pa...
- 12:51 Bug #19467 (Closed): limit to language not effective in list module
- according to http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/1/4/ ,
"... - 11:04 Bug #19464: Return URL: Double Encoded characters cause server error
- Please give a procedure on how to reproduce.
- 04:19 Bug #19464 (Closed): Return URL: Double Encoded characters cause server error
- On our RedHat server, double encoded characters in the return url cause a server error 500.
The forward slash cha... - 10:51 Feature #19466 (Closed): use native filter_functions for validate and sanitize
- Since PHP 5.2 the filter_functions are built-in.
This gives the opportunity to use this native functions as they a... - 10:07 Feature #19465 (Closed): Configuration enhancement for indexed_search
- For a client project i needed some more advanced Configuration of the output of indexed_search.
This was not possibl... - 04:21 Bug #17331: New Subcategory Returns Service Unavailable
- Double Encoding:
I think it has to do that the return url has double encoded characters, instead of HEX encoded: ie ...
2008-10-15
- 20:51 Bug #19463 (Closed): Additional condition required to check SSL status in class.t3lib_div.php
- PHP-Server variable $_SERVER['HTTPS'] returns 'ON' in caps.
Therefore an additional condition should be added to cla... - 20:28 Feature #19458: onChange has no effect
- Upon further examination, it looks like "onChange" has no effect in regular forms either - it only works in flexforms...
- 18:32 Bug #15966: template::getTabMenu doubles ampersands
- problem is still in version 4.2.2 ... please commit the patch
- 16:47 Bug #19462 (Closed): rtehtmlarea 1.7.6 in Function "edit in RTE" not work
- Firefox 2.0.0.17 and IE 7
PHP Version 5.2.5
Its work in the fuktion Edit Content
but in the Function "edit in RT... - 16:21 Bug #19461 (Closed): translation do not follow parent when cut'n'paste
- On a page page, whan I have a tt_content and it's translation.
I want to cut'n'paste the default content element o... - 16:01 Feature #19460 (Rejected): filename of images or other media in content elements or any other link to fileadmin missing path
- When adding images or any other file from the fileadmin to an element, record, plugin or page via the backend it is i...
- 14:04 Feature #17154: Suggesting TS configurable Return-Path, from_mail and from_name for mailforms
- Thank you for this patch! =;o)
Best!
Arnd - 11:19 Bug #19459 (Closed): index or counter in GMENU not working like in TMENU (count_HMENU_MENUOBJ)
- I would like to use JoHs tip in typo3.english from 08. Jun 2006:
try something like this:
NO {
allWrap.cObj... - 11:06 Bug #17298: Frontend preview and simulate time is buggy
- Isn't in 4.2.2 and not in the actual trunk of v4.
Can someone apply this for the next release / tag? - 01:37 Bug #19456: Form validation script jsfunc.validateform.js sometimes fails in IE
- have upload new patch fixing others vars there too
2008-10-14
- 20:58 Feature #19458 (Closed): onChange has no effect
- This can be aimed for 4.3
"onChange" => "reload" is a directive commonly used in Flexforms, where a change in fiel... - 20:54 Bug #17963: Warning not pointing to correct field
- I don't think this bug applies anymore, so it can be closed.
- 19:36 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- The fix of the introduced bug will be handled in issue #19423
- 19:32 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- Duplicate.
- 18:37 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- Fixed in 4.1, 4.2 and trunk (4.3),
- 18:35 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- I'm a real newbie, but how do I apply the patch?
- 14:57 Feature #19361: Integrate jb_status_code in the TYPO3 core
- Commited to trunk (rev. 4310).
- 08:40 Bug #19457 (Closed): globalString don't work any more?
- http://www.typo3.net/forum/list/list_post//82741/
As I have heard from different persons globalString don't work a... - 08:34 Bug #19456 (Closed): Form validation script jsfunc.validateform.js sometimes fails in IE
- Script jsfunc.validateform.js uses varible "a" without declaration. And if html page has an element with id="a" it ca...
2008-10-13
- 17:25 Feature #19455 (Closed): htmlArea RTE: allow to gzip RTE scripts
- Use extension gzip, if installed, to compress htmlArea RTE's JS scripts in gzip format.
(issue imported from #M9546) - 17:13 Feature #17732: css changes for the t3skin
- The patch was rejected on the mailing list. Please close the entry...
- 16:13 Bug #19454 (Closed): don`t know whots happening
- in install tool when i want to compare database i have
:
Warning: mysql_fetch_assoc(): supplied argument is not a v... - 15:21 Bug #19453 (Closed): double quote in t3lib_htmlmail produce error while sending mail
- since 4.2.2 the class t3lib_htmlmail contains the following line (line 716):
$returnPath = (strlen($this->returnPa... - 13:50 Bug #19452: RTE broken in 4.2.2
- Seems to be a duplicate of 0009497 and thus can be closed.
- 13:34 Bug #19452 (Closed): RTE broken in 4.2.2
- RTE doesn't work if it is opened by the "Edit in Rich Text Editor"-link. Javascript error message is 'TBE_EDITOR' no...
- 11:24 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- In TYPO3 4.2.2 the problem still exists. But: I can't not even drag any elements - when I move mouse arrow above the ...
- 10:45 Feature #19446: substituteMarkerArrayCached is too strict for older extensions
- commited to trunk (rev. 4307)
- 09:55 Feature #19451 (Closed): Translation handling: display a short hint why: "Could not fetch translation status"
- if you are an unexperienced typo3 user and the error message "Could not fetch translation status" appears when fetch...
2008-10-12
- 16:50 Feature #19450 (Closed): More flexible editpanel permission
- The permission check for rendering/using an editpanel in the frontend for logged in backend users depends on the BE u...
- 12:25 Bug #19449 (Closed): TCEFORM.tt_content.imageorient.types.image.removeItems has some flaws
- Problem:
If you shift around the order of the select list for tt_content.imageorient a bit to have the 'Left' option...
2008-10-11
- 17:59 Bug #19448 (Closed): typolink not transformed nor rendered correctly with multiple class names in class parameter
- If an <a> tag has more than one class name on its class attribute in the RTE, the class attribute is incorrectly tran...
- 00:37 Bug #19447: Folder icons in filelist file tree don't get skinned anymore
- Works fine, thanks!
2008-10-10
- 23:58 Bug #19447 (Closed): Folder icons in filelist file tree don't get skinned anymore
- In version 4.2.2 and trunk, the folders it the file tree of the File > List module don't get properly skinned anymore...
- 22:22 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- I can only add my voice to that. The patch works real fine. I hope you can submit the patch to the core list soon. An...
- 10:37 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Thank you for the patch. It works perfectly.
- 17:12 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- yes, it is the same problem (the order of loading .js files and the TS object not istantiated)
- 16:26 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- Maybe same as #19423 ?
- 12:25 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- could it be it is because jsfunc.evalfield.js is loaded in the main page header, and jsfunc.tbe_editor.js in the sub...
- 12:19 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- yes i found it...:
function typoSetup () {
this.passwordDummy = '********';
this.decimalSign = '.';
}
var TS... - 12:08 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- is defined in jsfunc.tbe_editor.js
- 11:29 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- yes the problem is that TS.decimalSign undefined...
- 11:25 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- is seems that that TS.decimalSign variable is undefined .. where does it come from?
- 11:18 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- it seems the bug is in line 172 of jsfunc.evalfield.js
theVal=this.parseInt(this.noSpace(theVal))+TS.decimalSign+d... - 10:46 Bug #19442: When inserting prices in tx_commerce the input is always transformed into NaN##
- i confirm this bug!
(on common decimal fields!!!)
- 14:45 Feature #19446 (Closed): substituteMarkerArrayCached is too strict for older extensions
- Many extensions using substituteMarkerArrayCached will fail in 4.3 as the function changed. All arguments has to be a...
- 10:50 Feature #19409: Add support for OpenID authentication to TYPO3
- The second version of the patch adds support for TYPO3 installations in subdirectories.
- 10:36 Bug #19445 (Closed): URLs in TYPO3 confirmation emails are broken and should be changed
- .....It is really an issue for regular users, they just click and the link is incorrect. It is cut just after the fol...
- 09:52 Bug #19406: Failed to load magic database
- 4.2.3: rev 4305
4.3-alpha1: rev 4304 - 09:42 Bug #19440: t3lib_BEfunc::BEenableFields generates invalid SQL
- 4.1.7: rev 4303
4.2.3: rev 4302
4.3-alpha1: rev 4301 - 07:42 Bug #16123: Accessibility and font-size selector in RTE
- With patch attached to issue #7970, the RTE will use span tag with style attribute in all browsers for fontstyle and ...
- 07:11 Bug #19433: HTML tags are removed in RTE content
- @Bartosz: what type of content element are you editing? And is the content correct in the database?
2008-10-09
- 16:10 Bug #18042: Selected value of select field not shown in TCEforms
- The patch is against Typo3 4.2.1
- 16:07 Bug #18042: Selected value of select field not shown in TCEforms
- The problem lies in class.t3lib_transferdata.php:423(function renderRecord_selectProc)
// Add regular elements... - 13:22 Bug #19444 (Closed): Filelist Bug
- We wanted to keep directory names short and thus created two directories:
0
1
Funny thing is, Typo3 stopped listin... - 13:09 Feature #19443 (New): Localization of IRRE-children for n:m relations with useCombination=1
- related to #0006087
Is it planned to extend the localization feature of IRRE for n:m relations in useCombination=1... - 12:25 Bug #19442 (Closed): When inserting prices in tx_commerce the input is always transformed into NaN##
- jsfunc.js seems to interpret prices incorrect.
Examples:
122.00 is transferred into "NaN00"
1888.12 is transferr... - 12:06 Bug #19441: class.t3lib_htmlmail.php produces null headers in HTML messages
- BTW, patch should be applied to trunk too
- 11:56 Bug #19441: class.t3lib_htmlmail.php produces null headers in HTML messages
- Bug was introducted by http://bugs.typo3.org/view.php?id=8199 which was merged into patch http://bugs.typo3.org/view....
- 11:36 Bug #19441: class.t3lib_htmlmail.php produces null headers in HTML messages
- Just to make things clear, by "additional semicolon" I really mean that it outputs 2 semicolons instead of a single o...
- 11:04 Bug #19441 (Closed): class.t3lib_htmlmail.php produces null headers in HTML messages
- When sending a multi-part message in MIME format, the 4.2.2 version of class.t3lib_htmlmail.php outputs an additional...
- 11:28 Bug #19431: Created value not checked against evalfunc
- sure oliver ;-)
- db tables user and adress
- relation in user table to adress by adr_id -> TCA:
"adr_id" => A... - 10:46 Bug #19433: HTML tags are removed in RTE content
- I removed everything from Page TSConfig, problem still appears. More information about my server enviroment (maybe it...
- 05:45 Bug #19433: HTML tags are removed in RTE content
- I can confirm the bug for all Flexible Content Elements using the RTE. As we did not update TYPO3 or the RTE since th...
- 10:45 Feature #19419: Content in generated page or editing is messed up
- No, if you compare the two file, you can notice that some text and tags are missing from the provided content.
For e... - 10:16 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Thanks for that patch. It works quite fine with TYPO3 4.2.2 environments.
- 00:36 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Thanks for your feedback. I'm going to put the patches on the Core List tomorrow.
The changes for the "TS" thingy wi... - 00:21 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Thanks for that quick patch
- 09:33 Bug #19440 (Closed): t3lib_BEfunc::BEenableFields generates invalid SQL
- If there are not enable fields for the table, this function will generate " AND " string, which is invalid SQL.
(... - 08:44 Bug #19437: RTE doesn't work properly anymore
- Seems to be the same thing:
pencil ok, "edit in RTE" not ok... - 00:39 Bug #19437: RTE doesn't work properly anymore
- If you're talking about the RTE fullscreen mode, you can find patches for TYPO3 4.2.2 and Trunk in issue #19423
- 01:52 Feature #19032: Custom colors in TYPO3Color like old SelectColor extension
- Committed to SVN TYPO3core trunk (revision 4300) for inclusion in TYPO3 4.3.
- 01:43 Feature #19032: Custom colors in TYPO3Color like old SelectColor extension
- Patch attached to issue #7875 will also add the field to enter a specific color number.
- 00:42 Feature #19439: htmlArea RTE: factor out some functions dealing with inline elements
- Committed to SVN TYPO3core trunk (revision 4299).
- 00:42 Bug #19434: Always date 01.01.1970
- What kind of content element are you talking about?
Did you modify your TypoScript? If so, please paste the accordan...
2008-10-08
- 23:39 Feature #19439 (Closed): htmlArea RTE: factor out some functions dealing with inline elements
- Plugins InlineElements and TextStyle contain duplicate code that will also be useful in other plugins.
(issue imp... - 23:00 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- @Tobias: looks great. Could you make a patch therefore?
@Olly: i tested #9494 and works perfect, no need for the p... - 15:27 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- i'll suggest to replace this:
function typoSetup () {
this.passwordDummy = '********';
th... - 15:18 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- The Patch 0009497_4-2.patch worked for me too (4.2.2).
It also fixes #9494 (brocken password and double fields) - 11:39 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Just implemented 0009497_4-2.patch - this fixes this rte problem on my 4.2.2 installation (no other tests...).
Thanx - 11:20 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Please check the attached new patches (the old one was only for Trunk):
0009497_trunk.patch - TYPO3 4.3 developmen... - 09:38 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- I have problems with the patch:
...../typo3/typo3_src-4.2.2_copy# patch -p0 < 0009497.patch
patching file typo3... - 22:05 Feature #19438 (Closed): add a scheme to support singletons with t3lib_div::makeInstance
- Let makeInstance test if an object implements the t3lib_singleton interface and if so keep a reference for later use....
- 18:37 Bug #19437 (Closed): RTE doesn't work properly anymore
- Since I installed 4.2.2:
Chosing pencil icon brings up RTE, but the edit in RTE Link below only shows HTML. When y... - 18:04 Bug #19436 (Closed): BE/FE-User passwords can't be changed (undefined)
- The password fields in Backend 4.2.2 only contain the word 'undefined' and prevent editing of the password.
This... - 17:41 Bug #16483: browser cache problems when changing RTE css
- Well, I did some further tests and it does not change the behaviour of FF3 or IE7. They both ignore the modified styl...
- 17:26 Bug #16483: browser cache problems when changing RTE css
- The patch has now been committed to both trunk and branch TYPO3_4-2.
- 06:17 Bug #16483: browser cache problems when changing RTE css
- The attached patch moves the style sheet links to head, where they should be. I think that browsers will then recogni...
- 17:38 Bug #19416: getHtmlTemplate should use resolveBackPath
- Ohh.. shame on me - I couldn't remember that I already created a bug report.
Since #19432 is referenced in core li... - 17:24 Bug #19435: htmlARea RTE: Move link tags to head
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4297) and trunk (revision 4298).
- 16:51 Bug #19435 (Closed): htmlARea RTE: Move link tags to head
- The RTE inserts link tags inside the body of the page on which it is loaded which is not allowed.
(issue imported... - 16:03 Bug #19433: HTML tags are removed in RTE content
- Remove whatever you have put in Page TSConfig.
- 13:56 Bug #19433 (Closed): HTML tags are removed in RTE content
- I created text in rtehtmlarea with bold and italic format. I put there image too. When I saving my work RTE is removi...
- 14:49 Bug #19434 (Closed): Always date 01.01.1970
- If a user sets a date on a text-field, the date is shown in the backend as the right date, but on the frontend it is ...
- 11:47 Feature #19419: Content in generated page or editing is messed up
- What exactly do you mean by "messed up"? Is it about the special french characters (e.g. like "être")?
- 11:40 Bug #19431: Created value not checked against evalfunc
- What exactly do you mean?
Could you please give a short step by step example how to reproduce this - maybe also with... - 08:52 Bug #19431 (Closed): Created value not checked against evalfunc
- the related evalfunc of a new value is not checked
(not even printed to the template)
if you try to update the v... - 11:25 Bug #19421: Setting password for a new BE user changes the field value to "undefined"
- This problem must be solved in combination with issue #19423 - please look there for patches against Trunk and TYPO3 ...
- 11:23 Bug #19421: Setting password for a new BE user changes the field value to "undefined"
- Frank, exactly - that's why the jsfunc.tbe_editor.js file has to be loaded after that declaration.
- 11:17 Bug #19299: Could not delete directory recursively
- Problem still exists in TYPO3 4.2.2.
Patch still working. - 10:51 Bug #25539 (Closed): bad line numbering
- - not all lines are numbered in short files / line numbers are not synchron with lines (see error.jpg)
- on scrolli... - 10:36 Bug #19432: getHtmlTemplate should use resolveBackPath
- Sorry, I pasted a wrong path.
The generated path is:
../../../../typo3/../typo3conf/ext/tt_news/mod1/mod_ttnews_adm... - 09:33 Bug #19432 (Closed): getHtmlTemplate should use resolveBackPath
- getHtmlTemplate() in typo3/template.php:
t3lib_div::getURL($this->backPath . $filename)
For tt_news $this->back... - 10:30 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- there is a problem that the function can't be called static.
I changed it using $GLOBALS['LANG']->csConvObj->conv_ca... - 10:12 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- > you need to delete all files in directory typo3temp/rtehtmlarea
That was it! I didn't know about that cache.
Th...
2008-10-07
- 19:58 Bug #19421: Setting password for a new BE user changes the field value to "undefined"
- typo3\alt_doc.php Lines 467 to 470:
function typoSetup () { ... - 19:46 Bug #19421: Setting password for a new BE user changes the field value to "undefined"
- I can confirm the bug, and can confirm that its annoying.
- 18:39 Bug #19421: Setting password for a new BE user changes the field value to "undefined"
- The reason for the bug is, that tbe_editor.js was loaded in the HEAD section of the HTML document - what isn't bad in...
- 18:58 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- Hi, uploaded patch bug_0009501_3.diff includes last correction (with use of $GLOBALS['LANG']->charSet)
I've tested... - 17:25 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- Hi Vladimir,
you can get the actual charset very easy;
$GLOBALS['LANG']->charSet
with 4.2.2 this is always fil... - 16:25 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- I've uploaded last correction - patch bug_0009501_2.diff - little correction of coding style for consistency with oth...
- 15:49 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- Hi Steffen
I got your point, t3lib_cs::conv_case() should be used and there we have conversion via mb_strtolower or ... - 11:58 Bug #19425: Titles of content columns in classic page module doesn't take into account backend charset
- Hi,
you shouldn't use mb-functions direct., use t3lib_cs::conv_case() instead (you don't have to check for ($GLOBA... - 00:00 Bug #19425 (Closed): Titles of content columns in classic page module doesn't take into account backend charset
- Titles of content columns in classic page module doesn't take into account backend charset ($GLOBALS['TYPO3_CONF_VARS...
- 18:55 Bug #19423: Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- Please test the attached patch in combination with the patch provided at issue #9494
- 18:40 Bug #19429: Cannot enter double numbers in TCEforms anymore
- The reason for this bug is handled in issue #19421 - please test the patch that is attached there and give some feedb...
- 16:28 Bug #19429 (Closed): Cannot enter double numbers in TCEforms anymore
- Steps to reproduce:
1. In Web > List, open a record that has a double2 field, e.g. a seminar record from the semin... - 17:27 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- After applying the patch, you need to delete all files in directory typo3temp/rtehtmlarea and clear the browser cache.
- 09:27 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- I made the patch, cleared all possible caches, but -- the problem is still there in FF2.
- 17:25 Bug #19430 (Closed): Workspace preview link - multidomain
- Domain records from the rootline are not taken into account when the workspace-previewlinkink is created. Only "t3lib...
- 16:57 Bug #17793: Insufficient value check in record_registration()
- This is just a reminder since this bug is active for one year now.
- 16:41 Bug #16637: recs['clear_all'] should be clear as an array
- This is just a reminder since this bug is active for two years now.
- 16:39 Bug #1489 (Resolved): overwrite object-type is not recognized
- same problem as [[http://forge.typo3.org/issues/show/1489]]
- 16:37 Bug #1490 (Resolved): code Completion - trouble with conditions
- There was a problem with encoding. I am quite sure that this was the reason for this failure.
- 15:01 Bug #19428 (Closed): label uid shows not working
- $TCA['xxx'] = array (
'ctrl' => array (
'label' => 'uid',
....
in web->listview the labes shows 'no titl... - 12:25 Feature #19427 (Closed): Make the caches in TYPO3 use the new caching framework
- Problem:
Although we have a new caching framework, the caches in TYPO3 aren't using it yet.
Solution:
Change the...
2008-10-06
- 17:16 Bug #19424 (Closed): Check for extension updates always warns about changes
- The function "Check for extension updates" in extension manager always warns about changes in an extension for which ...
- 16:42 Bug #19423 (Closed): Edit in Rich Text Editor - Button doesn't work anymore in Web>Page
- If any user or admin clicks on the button "Edit in Rich Text Editor" in Web>Page Module for any text content element,...
- 16:05 Bug #18855: Wrong JavaScript inclusion in t3lib_TCEforms
- Since revisions 4256/57, the Full Screen RTE wizard fails on js error: TBE_EDITOR is not defined.
- 15:36 Bug #19422 (Closed): delete field alway inserted for "select " in Full Search
- In the "DB Check" => "Full Search" when you check "Show even deleted entries (with undelete buttons)" (eg: for table ...
- 14:53 Bug #19421 (Closed): Setting password for a new BE user changes the field value to "undefined"
- While creating and/or editing BE users the value of the password field will always switch to "undefined" after leavin...
- 14:19 Bug #17390: file module: a folder named 'fileadmin/0' is not being handled and masks out other files and folders
- Looks like this problem has been solved with http://bugs.typo3.org/view.php?id=2642
- 14:11 Bug #19420: misc/superadmin.php script does not allow arbitrary TYPO3 install scheme
- This script is "blocking" but not the whole TYPO3 install of course
- 14:10 Bug #19420 (Closed): misc/superadmin.php script does not allow arbitrary TYPO3 install scheme
- When using a configuration such as
$parentDirs = array();
$parentDirs[] = array(
'dir'=> '/var/www/data/... - 13:37 Feature #17037: Better Shortcut for pages
- Hi there,
Can someone please update this extension in the Extension Repository?
Or create a new compressed extensio... - 10:56 Feature #19419: Content in generated page or editing is messed up
- More information:
- typo3 4.2.1 - 10:53 Feature #19419 (Closed): Content in generated page or editing is messed up
- Even if the content is correct in the database, when the page is generated or the content edited in the backend, its ...
- 04:08 Bug #19418: htmlArea RTE: Opera 9.52 sometimes refuses to insert a node
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4287) and trunk (revision 4288).
- 03:59 Bug #19418: htmlArea RTE: Opera 9.52 sometimes refuses to insert a node
- A workaround was used in order to avoid a bug in Opera. However, the problem was corrected in Opera 9.52. Now Opera h...
- 03:52 Bug #19418 (Closed): htmlArea RTE: Opera 9.52 sometimes refuses to insert a node
- When a button is used to insert a paragraph before of after an element, Opera refuses to insert emoticon or table or ...
2008-10-05
- 16:23 Bug #19417 (Rejected): Status message of forgotten password template doen´t respect stdWrap
- The message after successfully sended forgotten password is not wraped by forgotMessage_stdWrap-TS setting. After a q...
- 16:02 Bug #19416 (Closed): getHtmlTemplate should use resolveBackPath
- typo3/template.php:
function getHtmlTemplate($filename) {
if ($GLOBALS['TBE_STYLES']['htmlTemplates'][$filename]... - 12:51 Bug #19415 (Closed): Using "group" field as label field
- Group fields have two display problems as label fields:
- List view shows reference value (like "123" or "fe_users_1... - 01:22 Bug #19414: htmlArea RTE: context menu raises an error when link button is not configured
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4285) and trunk (revision 4286).
- 00:49 Bug #19414 (Closed): htmlArea RTE: context menu raises an error when link button is not configured
- If the link button is not in the tool bar, context menu raises a js error.
(issue imported from #M9484) - 00:32 Bug #19408: htmlArea RTE: Safari may crash when the RTE closes
- Follow up patch committed to SVN TYPO3core branch TYPO3_4-2 (revision 4283) and trunk (revision 4284).
- 00:03 Bug #19408: htmlArea RTE: Safari may crash when the RTE closes
- The patch was in error. One side effect was erratic behaviour of the context menu.
2008-10-04
- 19:46 Bug #19413 (Closed): Problems with the Menu Sitemap
- When I use the Menu/Sitemap feature at the Frontend the hyperlinks of the generated Menu open every time a new Window...
- 05:53 Bug #16217: Leading and trailing blanks can't be edited
- The attached patches (one for trunk, the other for TYPO3 4.2 branch) will:
1. collapse repeating spaces into a sin... - 05:23 Bug #16217: Leading and trailing blanks can't be edited
- The problem also exists if you add leading and trailing spaces inside a paragraph in text mode. In FF, the leading sp...
2008-10-03
- 22:05 Bug #19412 (Closed): Enhance debug information with SQL data
- Method t3lib_db::debug_check_recordset() outputs a backtrace to the syslog and the devlog in case where a SQL query f...
- 19:05 Bug #19411 (Closed): Selected items are not visible after saving the form in BE
- If form has a multichoice select field with itemsProcFunc but without items, selected values will not appear in the f...
- 19:03 Bug #19410: install tool hangs on gd libary detection
- gmenu in frontend is now working, when i set the localconf values manually. there was an fault on my template setting...
- 18:02 Bug #19410 (Closed): install tool hangs on gd libary detection
- the install tool hangs in i enable "extension=gd.so" in php.ini. hangs means, that it never comes to an end (let it r...
- 16:14 Bug #16217: Leading and trailing blanks can't be edited
- Thanks. Now I understand how to reproduce.
- 09:26 Bug #16217: Leading and trailing blanks can't be edited
- I can reproduce this bug:
- Create a new textblock
- switch to source code
- type [blank]test[blank]
- switch b... - 14:34 Bug #19401: Problem with Base Href
- Even with RealUrl enable ?
- 10:25 Bug #19401: Problem with Base Href
- You do not need baseURL any more if you use TYPO3 4.2. Use config.absRefPrefix instead.
- 11:39 Feature #19409: Add support for OpenID authentication to TYPO3
- The extension should be used with TYPO3 trunk version only. It should not be used with TYPO3 4.2.x or any older versi...
- 11:13 Feature #19409 (Closed): Add support for OpenID authentication to TYPO3
- Backport OpenID sysext developed at Hackontest to TYPO3.
Demo videos and more information is here:
http://forge.t... - 11:07 Feature #17957: Improve database performance for external database host
- rev 4279
- 10:22 Bug #19407: Calling of mysql_connect needs to check that mysql extension exists
- TYPO3 has certain system requirements that you must fulfil before you use TYPO3. It is the same like a requirement to...
- 09:10 Bug #19407: Calling of mysql_connect needs to check that mysql extension exists
- Hello, your description of the solution seems correct.
Please post a patch that will add this test instead of just... - 09:16 Bug #19394: config.absRefPrefix is applied only to a fixed set of directories
- rev 4277
2008-10-02
- 23:32 Bug #19408: htmlArea RTE: Safari may crash when the RTE closes
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4275) and trunk (revision 4276).
- 23:27 Bug #19408: htmlArea RTE: Safari may crash when the RTE closes
- The attached patches work around the Safari issue.
- 23:19 Bug #19408 (Closed): htmlArea RTE: Safari may crash when the RTE closes
- Safari crashes when the RTE closes if certain dialogue windows where opened during the editing session.
Safari gen... - 17:30 Bug #19407 (Closed): Calling of mysql_connect needs to check that mysql extension exists
- In this class.t3lib_db.php, at line 898 is the following code:
function sql_pconnect($TYPO3_db_host, $TYPO3_db_us... - 17:13 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- I cannot reproduce this behaviour with latest trunk. Do you still encounter this issue?
- 17:11 Bug #16688: Script doesn't answer when having list of links in text-element in Firefox 2.0
- I cannot reproduce this behaviour in latest trunk. Do you still encounter this issue?
- 17:01 Bug #16788: Quotation marks are converted to " if not wrapped in <p>
- I cannot reproduce this behaviour with latest trunk in Firefox 3. Do you still encounter this issue?
- 16:56 Bug #16217: Leading and trailing blanks can't be edited
- I cannot reproduce this behaviour with latest trunk in Firefox3 nor in IE7. Do you still encounter this issue?
- 16:49 Bug #16250: Double low-quote does not work correctly
- I cannot reproduce this behaviour in latest trunk. Do you still encounter this issue?
- 16:42 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4272) (for inclusion in TYPO3 4.2.2) and trunk (revision 4273).
- 16:33 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- The attached patch fixes the issue.
- 06:24 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- I did some further tests with Safari, Chrome and Opera. This is a Firefox-specific issue.
- 13:36 Bug #17816: Broken Rootline when a editor views a draft version in Liveworkspace
- The same problem also have the Typo3 4.1.2!
- 12:05 Bug #19406 (Closed): Failed to load magic database
- If the magic database cannot be loaded to know the mime type of the favicon, the next message appears when load every...
- 06:08 Bug #16201: Problem with default link title text in RTE with multilingual BE
- No reply. Closing this issue.
- 05:46 Feature #19405: htmlArea RTE: cleanup in FE plugin
- Committed to SVN TYPO3core trunk (revision 4271).
- 05:41 Feature #19405: htmlArea RTE: cleanup in FE plugin
- The attached patch factors out the initialization of the toolbar configuration and of registered plugins in the base ...
- 04:23 Feature #19405 (Closed): htmlArea RTE: cleanup in FE plugin
- Some cleanup is required in the RTE FE plugin.
(issue imported from #M9467) - 05:29 Bug #16483: browser cache problems when changing RTE css
- If the CSS style sheet contains relative URI's, the base of the URI is that of the style sheet (see http://www.w3.org...
2008-10-01
- 23:26 Bug #19404 (Closed): text in default language in xml file is overridden by random translated text
- When the default language in a XML file locallang.xml contains a label which is not available in the website language...
- 23:15 Bug #16903: Automatic detection of url's in Mozilla/Firefox doesn't work with compressed script in 1.5.2
- I re-tested this issue with the latest TYPO3 4.1 SVN branch. I could not reproduce the reported misbehaviour.
If y... - 23:00 Bug #19403: htmlArea RTE: url auto-detect feature not working in Firefox
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4269) and trunk (revision 4270).
- 22:39 Bug #19403: htmlArea RTE: url auto-detect feature not working in Firefox
- This is not working since TYPO3 4.2.0. In that release, undo/redo was modified to used intrusive bookmarks so that ca...
- 22:17 Bug #19403 (Closed): htmlArea RTE: url auto-detect feature not working in Firefox
- url's are not auto-detected in Firefox in TYPO3 4.2
(issue imported from #M9464) - 21:34 Bug #19402 (Closed): sr_feuser_register 2.5.19 cannot be imported in TYPO3 4.0
- Extension version 2.5.19 cannot be imported in TYPO3 4.0 due to dependency on TYPO3 4.0.0. Please remove the last 'do...
- 20:02 Bug #19366: Selecting by tag using wildcards does not work with database disposal of t3lib_cache
- Committed to SVN Trunk (rev. 4267)
- 18:23 Bug #16392: Page-TSconfig ###PAGE_TSCONFIG_STR### not evaluated correctly in Backend
- Hello, is it not fixed yet in releases?
- 17:17 Bug #19385: SQL LIKE wildcards are not escaped correctly for list queries
- Committed to SVN:
* TYPO3_4-2 (rev. 4265)
* Trunk (rev. 4266) - 17:00 Bug #19401: Problem with Base Href
- In the comments Dmitry Dulepov says that we can't provide invalid code.
He is correct for this but
either
<b... - 16:52 Bug #19401: Problem with Base Href
- P.S. comments are closed on the news...
I think we should implement a per doktype baseHref.
Our team could prov... - 16:48 Bug #19401: Problem with Base Href
- the problem is that the solution provided is'nt correct.
it make some problems with link to anchor on the same pag... - 16:44 Bug #19401: Problem with Base Href
- there is a workaround for that:
http://buzz.typo3.org/people/ron-hall/article/swfobject-internet-explorer-6-and-ty... - 15:32 Bug #19401 (Closed): Problem with Base Href
- This bug is highly linked with this one : http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=6301
the purpose... - 15:04 Bug #18722: "Broken rootline" error when creating new page in Draft
- I have the same problem with RealURL 1.5.1.
- 14:54 Bug #19400: Indexed search doesn't find letters in Thai language.
- As i see it is not posible to copy the letters from page direct here. Here is a page with thai letters: http://www.bm...
- 14:37 Bug #19400 (Closed): Indexed search doesn't find letters in Thai language.
- I have a multilanguage site with 35 languages. Some of the langages use special letters like Russian, Chinese, Arabi...
- 13:01 Feature #19399 (Closed): Add the ability of including external files to includeJS/getFileName
- Currently it is not possible to include external JS files using includeJS (since it makes use of t3lib_TStemplate::ge...
- 12:26 Feature #17681: wrapItemAndSub for GMENU
- Commited to trunk (rev. 4264)
- 10:34 Bug #19398 (Closed): callUserFunction and getUserObj uses different object pools
- Both ways of instantiating an object has the possibility to instantitate the object as (pseudo) singleton by prefixin...
- 05:33 Bug #19397 (Closed): ###REC_FIELD_ ### markers does not work in child IRRE record in last releases (4.1.7 and 4.2.1)
- In last releases (4.1.7 and 4.2.1) is not possible to create child records (intermediate table) if the child records ...
2008-09-30
- 21:48 Bug #19316: IRRE Problem with TYPO3 4.2 - unable to delete child records
- This bug was already solved in RFC #18965 and will be part of
* TYPO3 4.1.8
* TYPO3 4.2.2
You can use the TYPO3_... - 19:53 Bug #19316: IRRE Problem with TYPO3 4.2 - unable to delete child records
- I can confirm this bug.
- 21:38 Feature #19393: Integrate license information and management
- It's not about the regular and only TYPO3 extensions - but more about third party libraries.
Imagine an extension ... - 19:46 Feature #19393: Integrate license information and management
- each file of TYPO3 start with this section
http://snippets.typo3.org/snippets/c/1/
so there is the license info, is... - 10:42 Feature #19393 (Closed): Integrate license information and management
- Currently TYPO3 Extensions don't have any information of the license used. This part gets very interesting when the e...
- 20:45 Bug #19396 (Closed): RTE incorrectly modifies external links and causes problems with subdomains
- Scenario:
- domain (www.example.com) and subdomain (sub.example.com) in the same page tree
- editor logins in BE us... - 20:38 Bug #19388: RTE changes external links using subdomains
- I found the reason (as often, 5 minutes after reporting). The problem is that RTE removes domain portion from the ext...
- 20:25 Bug #19388: RTE changes external links using subdomains
- I have the same issue in 4.2.1. The mentioned patch does not apply. I have a link to http://www.calis.lv/aprunasimies...
- 19:43 Bug #19338: XML Problems with PHP5 and libxml 2.7.1
- it reminds me to an older php-bug, where core team decided not to fix php-bugs (or workarounds) as these bugs will be...
- 13:44 Bug #19338: XML Problems with PHP5 and libxml 2.7.1
- If you have control over the server's installed software, consider downgrading to libxml2-2.6.32. This workaround sol...
- 14:04 Bug #19395 (Rejected): Add hooks for DAM
- see #8529
(issue imported from #M9454) - 11:25 Bug #19394 (Closed): config.absRefPrefix is applied only to a fixed set of directories
- tslib_fe applies config.absRefPrefix only to media/, typo3conf/ext and fileadmin/. If extension links to the external...
- 10:15 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- > In what browser(s) do you get this error?
it is FF2, FF3 has some features I don't like!
You are right, IE7 has n... - 04:52 Bug #19387: htmlArea RTE: Incorrect assigment of class to one line <ol> in Firefox
- I did some test with IE7 and FF3.
I could not produce any problem with IE7.
Note that when there is only one it...
Also available in: Atom