Activity
From 2007-03-08 to 2007-04-06
2007-04-06
- 18:21 Bug #17193 (Closed): rte not working with firefox2.0.0.3
- It's the same problem like the as resolved marked Bug 0005266, but with TYPO3 4.1, rtehtmlarea 1.5.1dev, Firefox 2.0....
- 14:54 Feature #17150: webPageTree: wrap each line/page in pagetree with div elements
- Hey, looks useful.
I hope to get something like this in 4.2, since I'm gonna do some changes to the pagetree anyway.... - 10:53 Bug #17192: php-warning output on wiki.typo3.org
- ok, Problem behoben,
danke Daniel - 10:21 Bug #17192 (Closed): php-warning output on wiki.typo3.org
- Hi,
to avoid spam, there is an page.restrictor.inc included.
That file makes output - therefore the wiki can no...
2007-04-05
- 16:15 Feature #16713: Validate Checkboxes
- The original line looks like:
if ($confData['required'] && $confData['type']!='check') {
in Typo3 4.1 its ... - 15:39 Bug #17191 (Closed): Error when trying to move elements
- I get the error:
Fatal error: Call to undefined method ux_t3lib_tsfeBeUserAuth::getMultipleGroupsWhereClause()
in ... - 14:29 Bug #17190 (Closed): htmlarea doesn't load with SUSE Firefox and T3 4.1.1
- The user-agent string contains an -1.3; see attached screenshot
fixed by adding an "&& HTMLArea.agt.indexOf("-1.3"... - 09:31 Feature #16937: Adding some more Date Conditions to class.t3lib_matchcondition.php
- Changed "julianday" in SVN to "dayofyear" to avoid ambiguity of definition of Julian Date.
- 08:27 Bug #16147: Linking between domains in the pagetree ignores simulate static documents
- I have the same problem like Klaus Hinum describes here:
http://bugs.typo3.org/view.php?id=3491#9569
If I swit...
2007-04-04
- 23:05 Feature #16485: Security enhancement
- I´m having the same problem ... is there a solution by now?
- 18:46 Bug #16949: Absolute links are made relative which breaks link
- I have the same problem.
config.typolinkCheckRootline works with internal links, but it cannot write REALURL links.
... - 18:31 Bug #17189 (Closed): Replace DELETE FROM with faster TRUNCATE TABLE
- Instead of:
$query = 'DELETE FROM '. $components['TABLE']. (strlen($where) ? ' WHERE ' . $where : '');
Should... - 17:53 Bug #17046: Umlauts not working in GIFBUILDER with php5
- I already had this problem together with an incorrect working horizontal offset for GMENU!
My system (SuSE 10.0 64Bi... - 15:13 Bug #16545: GIFBUILDER indexcolors cropsized images
- Lately I had again a problem with cropscaling GIF images, even with the applied patch that worked allready on the sam...
- 14:41 Bug #16545: GIFBUILDER indexcolors cropsized images
- can this fix go to svn ?
Today i had this problem on a server, that the cropscaled were gif and created with wron... - 13:04 Feature #16726: Select FE user group(s) to display in user list
- What is the status for the integration of the patch
- 12:30 Bug #17188 (Closed): Hardcoded value for target of external links
- For now value for target of external links is hardcoded to the '_blank' instead of using existing constant $PAGE_TARG...
- 10:16 Feature #17177: add feature to force user group on subpages
- The feature is already available
- 09:15 Bug #17187 (Rejected): cache_hash gets filled up with menudata entries while using TMENU_LAYERS
- Hi,
this bug has been introduced with release 4.x and is causing a mayor slowdown due to almost killing the database...
2007-04-03
- 23:35 Bug #17186: JSMENU showActive not working with entryLevel (was 1508)
- I added a patch file to easily apply the changes.
---
http://www.phoenix-medien.de - 23:28 Bug #17186 (Closed): JSMENU showActive not working with entryLevel (was 1508)
- The showActive setting for the JSMENUITEM does not work when setting entryLevel. The problem is in tslib/class.tslib_...
- 23:21 Bug #17183: removeDefaultJS does not work with spamProtectEmailAddresses
- how awkward - should be
config.removeDefaultJS = external
then all works fine.
Please close or delete this, i ... - 16:26 Bug #17183 (Closed): removeDefaultJS does not work with spamProtectEmailAddresses
- when setting
config.removeDefaultJS = extern
the JS for spamProtectEmailAddresses disappears and the spamprotect... - 20:14 Bug #17185 (Closed): GIFBUILDER TEXT antiAlias=0 doesn't work with black texts
- If you set antiAlias=0 for TEXT objects in GIFBUILDER usually this should disable antialiasing, which is essential if...
- 18:14 Bug #17184: t3lib_div::tempnam('anything_'); returns invalid path
- It's not a Microsoft bug, it rather seems like a PHP bug!
- 17:51 Bug #17184: t3lib_div::tempnam('anything_'); returns invalid path
- right, but as M$ won't fix such a thing, it could be implemented into T3. As this seems to be a very important functi...
- 17:49 Bug #17184: t3lib_div::tempnam('anything_'); returns invalid path
- Look here to see how tempnam() should work: http://ch2.php.net/tempnam
Especially watch the comment of "lreilly at... - 17:36 Bug #17184: t3lib_div::tempnam('anything_'); returns invalid path
- I have found the position of the 'problem'..
In t3lib/class.t3lib_div.php there's the function function tempnam($fil... - 17:35 Bug #17184: t3lib_div::tempnam('anything_'); returns invalid path
- 1) Check what t3lib_div::tempnam() is doing
2) Paste the contents into a separate PHP file and try the same again
3... - 17:19 Bug #17184: t3lib_div::tempnam('anything_'); returns invalid path
- I have no such CPU here, so please debug, and make sure it's not a PHP problem.
- 17:08 Bug #17184 (Closed): t3lib_div::tempnam('anything_'); returns invalid path
- If you use t3lib_div::tempnam('anything_'); on Windows Vista 64 Bit (didn't check for other systems), you'll recieve ...
- 17:43 Feature #16937: Adding some more Date Conditions to class.t3lib_matchcondition.php
- fixed in trunk for TYPO3 4.2
- 14:08 Feature #16937: Adding some more Date Conditions to class.t3lib_matchcondition.php
- Discussing the issue on the core list now.
- 17:03 Feature #16942: provide new inputfield "directorypicker" in BE
- Reinhard, I have noticed the same as you did, but I thought it was due to a change I had made during development betw...
- 09:56 Feature #16942: provide new inputfield "directorypicker" in BE
- i have tried out your configuration for a dir picker selectiing a single dir using your new provided patch. with the ...
- 09:12 Feature #16942: provide new inputfield "directorypicker" in BE
- Hm, ok, I think this is possible, but I don't know how hard it is - at least not now, without having had a look at th...
- 08:52 Feature #16942: provide new inputfield "directorypicker" in BE
- i would make it a "temporary mountpoint", showing only from this folder down.
- 07:47 Feature #16942: provide new inputfield "directorypicker" in BE
- Ok, so you mean to define a folder in the 'config'-array and only this folder is shown? Or should the browser start i...
- 00:40 Feature #16942: provide new inputfield "directorypicker" in BE
- i could sponsor other 50 EUR if the file browser could be configured to open from a (by TSConfig or TCA ) defined dir...
- 15:19 Bug #16407: Files in typo3temp/menu have wrong permissions
- A patch for 4.1.1 was appended in the related bug 0003949
- 15:13 Bug #16411: Files in typo3temp/GB have wrong permissions
- Uploaded files from 3.4.2007 corrects the same bug in V4.1.1 :
in files:
typo3/sysext/cms/tslib/class.tslib_gifbu... - 14:50 Bug #17182 (Closed): Highlight current workspace in tree view
- The current workspace is shown at the top of the tree view. This is an extremely helpful reminder since it is easy to...
- 11:01 Bug #17181 (Closed): Flexforms dosen't resolve sheets
- It's currently not possible to use references inside flexforms due to the fact that class.t3lib_tceforms.php dosen't ...
- 10:04 Bug #17180: tslib_cObj::enableFields() doesn't work in T3 4.1, 4.1.1
- Ok I agree but where is the sense of keeping not working method?
Maybe tslib_cObj::enableFields() should be removed? - 09:56 Bug #17180: tslib_cObj::enableFields() doesn't work in T3 4.1, 4.1.1
- Yes, so apparently the extension must be changed, and not vice versa.
- 09:40 Bug #17180 (Closed): tslib_cObj::enableFields() doesn't work in T3 4.1, 4.1.1
- In stever_rsscontent extension in pi1/class.tx_steverrsscontent_pi1.php was line containing:
$this->cObj->enableFiel...
2007-04-02
- 23:55 Feature #16942: provide new inputfield "directorypicker" in BE
- Well, I have added a directory-picker for select-boxes now, and the single-dir-picker doesn't interfere with the file...
- 14:34 Feature #16942: provide new inputfield "directorypicker" in BE
- Ok, this is the configuration that works for me - as I said, only for a single folder, not for many:
'config' => A... - 12:03 Feature #16942: provide new inputfield "directorypicker" in BE
- hi andreas,
the configuration should be exactly as you mentioned in your note.
$temp_tca['columns']['subheader'] ... - 11:41 Feature #16942: provide new inputfield "directorypicker" in BE
- Hello Reinhard,
could you please post the whole configuration for that field? I have to look at my configuration a... - 11:40 Feature #16942: provide new inputfield "directorypicker" in BE
- hi andreas,
i patched the files using the patch file you have provided. after creating a file.picker with the new ... - 21:12 Bug #17053: cache is not saved properly
- Make sure you update your database tables in the Install Tool when you have this problem...
- 21:11 Bug #17053: cache is not saved properly
- Solved.
- 17:04 Bug #17179: Requirement for the same versions: The running TYPO3 version (4.1) is lower than required (4.1.0)
- I thought the same, so was surprised.
Found that with t3skin_improved 1.5.2, which has this in ext_emconf.php:
...
... - 16:54 Bug #17179: Requirement for the same versions: The running TYPO3 version (4.1) is lower than required (4.1.0)
- Hmm, I once thought this problem was solved. Which extension are you talking of?
- 15:53 Bug #17179 (Closed): Requirement for the same versions: The running TYPO3 version (4.1) is lower than required (4.1.0)
- Trying to install extension got this error message:
The running TYPO3 version (4.1) is lower than required (4.1.0)... - 11:50 Bug #17172: with vers1.4.4 htmlarea doesn't load in IE 7.x
- incompatibility between htmlarea and TYPO3 version. The multiple different versions often lead to confusion, we are t...
- 11:44 Feature #17177: add feature to force user group on subpages
- This feature is already implemented... Just add
TCEMAIN.permissions.groupid = 3
to the TSconfig of the root-pag... - 10:11 Feature #17177 (Closed): add feature to force user group on subpages
- Scenario:
Many users working on several project subtrees of a site (may create pages). Access management via group... - 11:01 Bug #17178 (Closed): Extensions with dependencies - datatransfer did not sucseed
- I install cal and i got the message "Extensions suggested by extension "cal""
If i "Import now (opens a new window... - 07:41 Bug #17110: Error showing pages after update to 4.1
- This is a duplicate of #5088. Please try the proposed solution from there, and report if this works.
- 04:42 Bug #17110: Error showing pages after update to 4.1
- I suddenly also had this error message after converting a page to the YAML (yaml.de) framework. I'm using the "rlmp_t...
2007-04-01
- 19:28 Bug #16547: Link to external URL page doesn't forward
- Is not fixed in 4.1
2007-03-31
- 12:25 Feature #17175: Get rid of &no_cache parameter
- keyword:cache
- 12:25 Feature #17175 (Closed): Get rid of &no_cache parameter
- The &no_cache parameter can be used to disabling caching of a requested website. This is bad because it is not needed...
- 12:19 Bug #17174 (Closed): W3C Warning: trimming empty <dd>
- If no caption is entered, then there is this ugly warning for every image (without caption) > <dd class="csc-textpic-...
- 11:41 Bug #15133: Date/time field changes its value
- Sorry, but I couldn't create relative path names. I'm using eclipse and have checked out the TYPO3core/trunk/t3lib as...
2007-03-30
- 19:08 Bug #17173: htmlarea stopped working in Firefox after update
- Please add further comments at bug-id #5295 - this one was a duplicate of it.
- 19:06 Bug #17173: htmlarea stopped working in Firefox after update
- This bug should be solved. Please have a look to bug-id #5266
There are prereleases for TYPO3 4.0.6 and 4.1.1 at htt... - 17:47 Bug #17173 (Closed): htmlarea stopped working in Firefox after update
- Same issue as with the previous Firefox update problem (http://bugs.typo3.org/view.php?id=4870) That problem was with...
- 19:01 Bug #17172: with vers1.4.4 htmlarea doesn't load in IE 7.x
- RTEhtmlarea 1.4.4 is not compatible with TYPO3 4.1. Please use the system extension of the prerelease at http://www.m...
- 18:47 Bug #17172: with vers1.4.4 htmlarea doesn't load in IE 7.x
- I forgot to post the typo3 version: its 4.1.
- 12:22 Bug #17172: with vers1.4.4 htmlarea doesn't load in IE 7.x
- I cannot confirm this. I've tested on IE 7.0.5730.11 with TYPO3 4.0.6 and RTEhtmlarea from TER (with and without comp...
- 11:55 Bug #17172: with vers1.4.4 htmlarea doesn't load in IE 7.x
- Under IE 7.0.5730.11 htmlarea 1.5.1dev works fine
- 11:02 Bug #17172 (Closed): with vers1.4.4 htmlarea doesn't load in IE 7.x
- This report relates to the bug 0005266 "htmlarea doesn't load with new Firefox 2.0.0.3".
This bug is marked as resol... - 16:58 Feature #17150: webPageTree: wrap each line/page in pagetree with div elements
- Update tree.js fixing one problem,
so LATEST PATCH is Trees.wrap_v2.diff (against revision 2233)
Please, delete ... - 12:31 Feature #17150: webPageTree: wrap each line/page in pagetree with div elements
- +1
i have ideas about some extensions where this patch could be pretty useful. - 12:26 Feature #17150: webPageTree: wrap each line/page in pagetree with div elements
- Old patch (class.webpagetree.php.diff) is not complete - please DELETE it.
Here is new patch (Trees.wrap.diff) whi... - 14:37 Bug #15133: Date/time field changes its value
- 2:00 26-3-2006 is the date where in 2006 the changed from wintertime to summertime. So this doesn´t exist in germany....
- 12:26 Bug #17155: rte not working with firefox2.0.0.3
- @prashant: Please update your RTEhtmlarea to 1.4.4 from TER or use the system extension of the TYPO3 4.0.6 prerelease...
- 11:05 Bug #17155: rte not working with firefox2.0.0.3
- Hi prashant,
this bug had been allready reported and is marked as resolved:
http://bugs.typo3.org/view.php?id=5266... - 10:51 Bug #17155: rte not working with firefox2.0.0.3
- Same as: http://bugs.typo3.org/view.php?id=5266
Can be closed - 11:52 Bug #17128: Element browser cannot be used on new child records of a new parent record.
- Committed to SVN Trunk & TYPO3_4-1
- 11:34 Bug #17062: Extensions crash when using HTMLArea in FE
- Committed to SVN TYPO3_4-1.
This bugfix will be replaced with the patch of bug-id #5177 end of April 2007 if it prov... - 11:25 Bug #17171: 4.1.1RC1: DB Checks suggest to 'DROP KEY uid'
- It's not a bug.
- 09:33 Bug #17171: 4.1.1RC1: DB Checks suggest to 'DROP KEY uid'
- I have seen now, that somehow a strange key named uid has been in my sys_products_orders table, but not in the extens...
- 09:24 Bug #17171 (Closed): 4.1.1RC1: DB Checks suggest to 'DROP KEY uid'
- With the current 4.1.1RC1 and globally installed tt_products the Database Analyzer always suggests to drop the uid ke...
- 11:09 Bug #16823: import of extension: Error: MD5 hash of downloaded file not as expected:
- Fixed.
- 08:41 Bug #16823: import of extension: Error: MD5 hash of downloaded file not as expected:
- This has been fixed in SVN now. Close this bug request.
- 09:32 Bug #17168: Link popup don't have scrollbar with compressed script and patch for FF2.0.0.3 (see 0005266)
- Changing status to resolved. Works in version 1.4.4
- 09:29 Bug #17168: Link popup don't have scrollbar with compressed script and patch for FF2.0.0.3 (see 0005266)
- Yes it's resolved (tested on 3 install)
- 09:07 Bug #17168: Link popup don't have scrollbar with compressed script and patch for FF2.0.0.3 (see 0005266)
- So we can assume this problem is resolved with version 1.4.4? Then we can put the status of this bug to 'resolved'.
- 00:12 Bug #17115: Wrong &chash values should trigger an error
- Hi Steffen,
I've seen that Elmar has set up an article about proper caching of plugins, so probably you could mana...
2007-03-29
- 21:31 Bug #17170 (Closed): TYPO3 core modules should be adapted for mod.php
- See infos at http://lists.typo3.org/pipermail/typo3-team-core/2007-March/007751.html
(issue imported from #M... - 17:24 Bug #17168: Link popup don't have scrollbar with compressed script and patch for FF2.0.0.3 (see 0005266)
- No script error (firefox developper toolbar test) with RTE 1.4.3 compressed script : still no scroll bar.
Tested R... - 16:48 Bug #17168: Link popup don't have scrollbar with compressed script and patch for FF2.0.0.3 (see 0005266)
- You can upgrade your local extension to RTEhtmlare 1.4.4. I've uploaded the new version to TER today.
- 16:47 Bug #17168: Link popup don't have scrollbar with compressed script and patch for FF2.0.0.3 (see 0005266)
- I could not reproduce it myself, even with the given configuration
Do you get any javascript errors? - 16:41 Bug #17168: Link popup don't have scrollbar with compressed script and patch for FF2.0.0.3 (see 0005266)
- Problem show on :
- Typo3 4.0.5
- rte html area 1.4.3 with latest FF 2.0.0.3 diff patch. - 16:37 Bug #17168: Link popup don't have scrollbar with compressed script and patch for FF2.0.0.3 (see 0005266)
- I could not reproduce this on latest SVN revison of TYPO3_4-1 and Trunk.
What TYPO3 version and or RTEhtmlarea versi... - 16:18 Bug #17168 (Closed): Link popup don't have scrollbar with compressed script and patch for FF2.0.0.3 (see 0005266)
- Enabling the compressed script in RTE cause the scrollbar to disapear in link creation window.
Don't have the time... - 16:19 Bug #17169 (Closed): word spit incorrectly works with UTF-8 texts
- Some letters in utf-8 texts are cut, when displayed in search results. This can be fixed by adding 'u' modifier to pr...
- 15:32 Bug #14145: typo3/border.html is XHTML, wich makes trouble in IE
- Just seen this issue with Typo 4.1 on IE 7 on XP SP2.
Removed the XML declaration and it was ok. - 15:18 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- any news about this bug?
maybe new Thomas's "startup module" feature does fix it? anybody has already tried it? - 15:06 Bug #17167: class.t3lib_treeview.php - No such file or directory in class.t3lib_browsetree.php on line 52
- I thought, I had deleted the path for the website but I can't edit my original issue.
Anyway, the website is in /w... - 14:57 Bug #17167: class.t3lib_treeview.php - No such file or directory in class.t3lib_browsetree.php on line 52
- What is the directory /www/typo3.mda.ch/doc/ for? What is in "doc"?
The error tells, that /www/typo3.mda.ch/doc/t3li... - 14:29 Bug #17167 (Closed): class.t3lib_treeview.php - No such file or directory in class.t3lib_browsetree.php on line 52
- Really randomly, I get the following warning and fatal error message:
Warning: require_once(/www/typo3.mda.ch/doc/... - 14:46 Feature #16942: provide new inputfield "directorypicker" in BE
- The patch was created against TYPO3 4.0.4. The extra whitespace was created by debug-instructions I inserted and remo...
- 14:33 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Several patches for different TYPO3 branches were published in TER and SVN. New releases of the 4.0.x and 4.1.x branc...
- 14:19 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Okay, there were three new releases published to TER:
* 1.1.6 (replacing 1.1.5) for the TYPO3 3.7 branch
* 1.2.2 ... - 12:33 Feature #17114: Display Updated(date of last update) within the Extension Mangager
- sure why not, you already marked it correctly as a feature request
- 12:19 Feature #17114: Display Updated(date of last update) within the Extension Mangager
- Ingo: By the way, is that the right place to post this feature request?
- 12:04 Feature #17114: Display Updated(date of last update) within the Extension Mangager
- no problem, I changed it back...
- 11:49 Feature #17114: Display Updated(date of last update) within the Extension Mangager
- Ingo Renner: So sorry, that was by mistake. I didn't wanna to assign it to somebody.
- 11:38 Feature #17114: Display Updated(date of last update) within the Extension Mangager
- Jonas: please do NOT assign issues to a developer by your own. It is like somebody else would go and tell you what to...
- 12:20 Bug #17166 (Closed): This is a test ticket (delete me)
- This is a test to see if the ticket is assigned by default.
(issue imported from #M5317) - 10:28 Feature #17032: improve text mode of RTE
- I think the text mode is implemented directly with the browser features (design mode vs text mode), so IMHO there is ...
- 10:18 Bug #17163: Unable to create a workspace
- Tks for you quick answer, Andreas.
You're right : I try 'Databse Analyzer' which found a lot of updates to do (ALTER... - 10:06 Bug #17165 (Rejected): the 'hide page' flag does prevent the templates from being inherited to its children
- hallo
i have created the following setup:
- created a site structure
siteroot
subpage1
su... - 09:16 Bug #16450: BackEnd Login Not Possible
- Change the slq_mode:
Go to mysql config file my.ini and change: sql_mode='MYSQL4';"
Add a user (User "admin" an... - 01:20 Bug #17164 (Closed): Puerto Rico is listed as a US state
- Puerto Rico is listed as a US state inside the table static_country_zones. Puerto Rico is a country not a US state.
...
2007-03-28
- 23:50 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
- ops.. sorry
i made some deeper tests, and it doesn't work perfectly...
tomorrow i'll do better tests - 23:45 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
- hi Oliver
yes, now it works (with your little modification to my ext)
as i wrote in the email, we shoudl explai... - 13:11 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
- Any news on this? Did someone experience further problems using the patch? If nobody objects I'm going to publish thi...
- 21:43 Bug #17163: Unable to create a workspace
- Please have a look at the Database Analyzer in the Install Tool. Does it display any missing columns? If yes, please ...
- 16:06 Bug #17163 (Closed): Unable to create a workspace
- When I try to create a workspace, I get the following error :
Errors:
2: SQL error: 'Unknown column 'review_stage_... - 17:04 Bug #17101: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs
- Committed to SVN Trunk (as in 0005177_v12_trunk.patch).
If nobody experiences negative side-effects in Trunk, this w... - 16:03 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
- I use 4.0.4 with TV 1.3. The only thing of Zach´s code I added is the recommended if clause against 'pages'.
The e... - 15:58 Bug #17152: Error in function t3lib_div::array_merge_recursive_overrule
- Committed to SVN - Trunk & TYPO3_4-1
- 15:33 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Fixed in SVN: Trunk, TYPO3-4_1, TYPO3-4_0
- 12:26 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Morten, as mentioned one post before yours:
There will be new patch-level releases of TYPO3 4.0 and 4.1, which means... - 12:22 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Will there be a new version of TYPO3? - should be. It's not fair to patch a fresh install of TYPO3.
- 11:06 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I uploaded the new extension versions for TYPO3 3.7 and TYPO3 3.8. Please do not use them for TYPO3 4.x releases!!
E... - 10:38 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Just a question: Why is htmlarearte 1.5.1dev NOT in TER??
Probably this would be much easier to handle for most us... - 10:26 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Ok. I confirm that this works for me now, too. No clue why I could not get it to work before.
- 09:54 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- @Christian Lerrahn:
You're almost right. The problem is "solved" (FF 2.0.0.3 and rtehtmlarea don't work together) - ... - 01:18 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Guys, it is rather unhelpful if dozens of people posts patches here that don't really solve the problem. That the pat...
- 13:25 Feature #16942: provide new inputfield "directorypicker" in BE
- Andreas, what is the real revision you created a patch file of? I couldn't apply your patch file. Furthermore please ...
- 12:31 Bug #16791: New default behaviour for PAGE_TARGET
- please do it also this for
content.pageFrameObj =
this is used in Sitemap/Menu-CE and is very annoying that de... - 11:11 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- No sorry, no idea yet. At the moment we are working on a T3 <-> ORACLE testsystem where we hopefully can solve all pr...
- 10:37 Bug #16948 (Closed): Missing Swedish flag
- Missing Swedish flag for Web site languages (/gfx/flags/)
Send missing flag as attachment
(issue imported from #M5... - 10:20 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
- it'll be also nice if the second menu-level of the moreoptions could be disabled, so that hiding/unhiding, pageproper...
- 10:03 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
- would have been nice it this one would have made it into 4.1 as it a useabillity-bug to me - and really easy to fix :(
- 09:34 Bug #15133: Date/time field changes its value
- Hi Mario, thanks for the new version. Still buggy, thou.
Doesn't work:
- Date entered: 11:00 11-3-2006
- TAB. Da...
2007-03-27
- 20:17 Bug #15133: Date/time field changes its value
- Hi Ernesto,
I fixed some issues in jsfunc.evalfield.js and I combined all changes in one file - though I'm not sur... - 19:36 Feature #16942: provide new inputfield "directorypicker" in BE
- Hi Boris,
hi Oliver
did you have a look at the patch I provided?
Greets,
Andreas - 19:34 Bug #17162 (Closed): 1-2-3-wizard fails if typo3conf/ is not writeable
- If the typo3conf/-dir is not writeable, the 1-2-3-wizard fails to connect to the database after entering the access-p...
- 19:09 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
- Thomas, which version of TV do you use? pre-1.3-versions had a bug that created all new content-elements as reference...
- 19:08 Feature #15889: Clean up inline javascript in menu_layers.php
- This has relations to http://bugs.typo3.org/view.php?id=5064
I don't know a better way either and think there prob... - 12:26 Feature #15889: Clean up inline javascript in menu_layers.php
- I have to mention following: I use this code within my projects, and it's okay for me. BUT: you have to write followi...
- 17:40 Feature #17125: Storage page for child records
- The attached file (0005242_v2.patch) allows to use the "General Record Storage page" of a page in the rootline. If th...
- 17:29 Feature #16900: Use static method to integrate prototype or script.aculo.us framework
- Was there any news on this integration?
Right now I have this problem while writing a new feature for the backend: H... - 17:03 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Just uploaded a corrected version for rtehtmlarea 1.5.1dev -> 1.5.1a-dev
for the ones with Typo3 v 4.1.0
Works f... - 16:48 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Solved the problem for my customer as follows:
Installed Version 1.3.8 from TER.
Deleted the OR of the is_wamco... - 16:41 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Regarding TYPO3 3.8: of course new fixed versions will be released for 3.8 as well.
But: the version I attached to... - 16:27 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- @Clemens:
my rte 1.4.3 *is* for Typo3 >= 4.0 (see below) but AFAIK the ExtManager in Typo3 3.8 doesn't care about... - 16:15 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- The problem concerning 3.8 is solved by using the patch only (the diff may not work, but i didn't test this). I just ...
- 16:14 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- This may be right. But I can not update to typo3 4.1 immediately, because the system is a little bit more sophisticat...
- 15:47 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Regarding ~13346 - the extension I uploaded is taken from 4.0.5, most probably it is simply incompatible to TYPO3 3.8.
- 15:38 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- My Xperience: Typo3 3.8. Intalled T3X_rtehtmlarea-1_4_3-z-200703261132.t3x as provided above as sysext.
Deleted all... - 15:31 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- In reply to note 0013330:
Using a version of RTEhtmlarea that was not made for TYPO3 4.1 will throw errors. The "eac... - 09:23 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I tried both .t3x files on a Firefox 2.0.0.3 and TYPO3 4.1 installation, but both fail.
The Firefox error console ... - 16:15 Bug #15822: htmlArea RTE does not load when served by Win XP Home
- Thomas, please don't mix bugs. This bug report is about something different. The Firefox 2.0.0.3 issue is found at bu...
- 15:36 Bug #17161 (Closed): Access rights where checked by two functions
- I would like to extend the user access rights, so I used the hook in the function "calcPerms" (which is called by "do...
- 15:30 Bug #17160: EM doesn't recognize FOREIGN key constraints in ext_tables.sql
- Also, if ext_tables.sql has more than one foreign key constraint only the last one is added and executed
- 13:51 Bug #17160 (Closed): EM doesn't recognize FOREIGN key constraints in ext_tables.sql
- The EM thinks FOREIGN key constraints are new and wants to alter the table even tough its already up to date.
... - 14:06 Bug #16772: Content encoding with x-gzip not allowed
- Okay, I made one small change, added several missing JavaDoc comments and fixed spacing/tabs of the whole file.
- 13:27 Bug #16975: PHP 5.2.1: Extension Manager: Parse Error / Syntax Error
- @ Michael:
> In any way, this seems to have nothing to do with this bug report, does it?
I don't know if this b... - 08:19 Bug #16975: PHP 5.2.1: Extension Manager: Parse Error / Syntax Error
- In any way, this seems to have nothing to do with this bug report, does it?
@M. Lei: Where is this short opening t... - 08:17 Bug #16975: PHP 5.2.1: Extension Manager: Parse Error / Syntax Error
- Seems I can reproduce this within my editor. There is no quote missing, but apparently you have UTF-8 enabled, and th...
- 01:42 Bug #16975: PHP 5.2.1: Extension Manager: Parse Error / Syntax Error
- Had a ressembling effect with t3lib_div.php.
In some line (converting danish signs) there is a single quote missing... - 13:00 Feature #17159 (Closed): changing database engine on existing tables
- It's currently not possible to change the database engine to i.e. type=innodb on existing tables from extensions.
... - 12:54 Feature #15575: Include date selection widget into the TYPO3 Core
- Which extension is meant? There are two extensions called 'date2calendar'.
The extension keys are: erotea_date2cal a... - 12:26 Bug #17158 (Closed): HMENU doesn't work with special=userfunction and expAll
- The generated menu displays sub-pages for each item which doesn't have a _SUB_MENU entry in the given menuArr.
The a... - 12:15 Bug #17157 (Closed): pilup.gif not the same style as pildown.gif -> Solution provided!!
- The pilup.gif is not the same style as pildown gif in list and file->list
go to a folder in Filelist which has more ... - 10:27 Bug #17053: cache is not saved properly
- Just to let you know that i do experience this bug too.
my case :
- typo3 4.1
- backend in latin1 (which shall n... - 10:05 Feature #17156 (Closed): Define type of child record
- I would like to propose a new IRRE feature which allows to define the type of the foreign record created by IRRE.
... - 02:14 Bug #16790: Only white page on backend
- Hy Franz,
the Echo-function as you proposed is a nice idea but perhaps no solution for all possible faults.
Ano...
2007-03-26
- 23:17 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- reply to (0013323) Lars-Erik Forsberg:
Same here.
The no-wamcom-Patch semms to run through...
I patched it m... - 21:18 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I was able to successfully patch rtehemlarea v1.5dev on a TYPO3 4.1 install with "bug_5266.diff" supplied above. Ho...
- 20:09 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- With bug_5266.diff and typo 4.1 with rhtmlarea 1.5-dev it works.
Thanks - 15:48 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Oh well... For sure it does! The attached patch bug_5266.diff is for current SVN which should be equal to TYPO3 4.1.
... - 15:39 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- The extensions doens't work with typo3 4.1.
Is there any patch for htmlarea 1.5-dev ? - 12:17 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I replaced Patricks patch with a slightly fixed version (removed double ";;" in the compressed version).
Additiona... - 11:52 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I just uploaded a patch that removes the check for WaMCom completely (no updates on that project since 2003, abandone...
- 11:17 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- The patch: T3X_rtehtmlarea-1_4_3a-z-200703251756.t3x
is working at my typo3 installation.
Thanks.
When will ... - 23:14 Bug #16975: PHP 5.2.1: Extension Manager: Parse Error / Syntax Error
- I met this issue when I upgraded my PHP from 5.2.0 to 5.2.1. The reason was that there was a "<?", instead of "<?php"...
- 15:18 Bug #15133: Date/time field changes its value
- Mario,
unfortunately your patch doesn't work for me. I have default serverTimeZone (=1). When I create a new tt_ne... - 11:31 Bug #16907: Extensions can't be downloaded from Backup/Delete page using IE7
- I have just posted the diff as well
- 11:04 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- Thank you Michael for your ansmer!
I havealeady tested this solution, but it doesn't seem to work. None record are... - 11:01 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
- Of course, the Patch works generally, but after installing, in templa voila all new content elements from users in a ...
- 09:36 Bug #17155 (Closed): rte not working with firefox2.0.0.3
- In firefox2.0.0.3 rte is loading after refreshing 2-3 times but not able to write as cursor not coming
typo3 4.0.2... - 01:13 Feature #17154 (Closed): Suggesting TS configurable Return-Path, from_mail and from_name for mailforms
- The nice and quite easy to set up mailforms offered for normal editors by TYPO3 have imo a major drawback regarding m...
2007-03-25
- 23:31 Feature #17153 (Closed): Domain-entry-page without apache Redirect + Patch
- Hello,
i've a webproject with a some domains domain1.tld and domain2.tld
my page tree looks like this
+ ROOT
... - 18:02 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Since I dont' know if someone is updating the current rtehtmlarea extensions I did it for version 1.4.3 -> 1.4.3a :-)...
2007-03-24
- 18:20 Bug #16908: htmlarea doesn't show up
- This issue is being closed. If you experience further problems, please go to bug-id #5266 and post your note there.
- 18:11 Bug #16908: htmlarea doesn't show up
- Hi Oliver!
I'm so sorry, i didn't realize that there was a local install left by T3 4.0.5.. :-/
I'm so stupid..
P... - 18:00 Bug #16908: htmlarea doesn't show up
- @Andreas: Just for testing, please disable the compressed scripts for RTEhtmloarea at the Extension Manager. Do/did y...
- 17:53 Bug #16908: htmlarea doesn't show up
- hm.. i used the diff, removed all rtehtmlarea temp files cleared all caches and restarted my firefox browser.. the re...
- 16:24 Bug #17152: Error in function t3lib_div::array_merge_recursive_overrule
- I can confirm this. The $includeEmtpyValues was only used on the first level but not in recursion. The attached patch...
- 15:21 Bug #17152 (Closed): Error in function t3lib_div::array_merge_recursive_overrule
- The function t3lib_div::array_merge_recursive_overrule recursivly merges 2 arrays. on line 1657 The recursion however...
- 13:19 Bug #17151: Page module does not work/start
- Hm, i guess this is more related to Apache as to TYPO3. Probably you try to use mod_authn_dbd or mod_authn_dbm on you...
- 09:17 Bug #17151: Page module does not work/start
- hi!
During the night i recognized, that it sometimes work but sometimes not.. strange.
Anyway: Linux vs186091 2.6... - 12:40 Bug #17133: install tool crashes with PHP 5.2.1
- Increase php error log level and observe logfiles.
- 12:38 Feature #17123: No charset conversion for eID scripts, thus no locallang.xml useable
- see:
http://www.chaosbutze.de/en/code-snippets/detail/article/34/benutzung-von-getrecordoverlay-in-eid-skripts.html
... - 08:57 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- reply to 0013276:
As you wrote in 0013272 the check is only to detect this WamCom version. Are there also spaces bet... - 08:51 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I also noticed that the patch has a problem with the compressed version - i patched the compressed js file manually a...
- 08:41 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I used patch.exe from GNU utilities for Win32 (http://unxutils.sourceforge.net/) to apply the diff file. It has patc...
2007-03-23
- 23:27 Bug #17151: Page module does not work/start
- What OS Version? Please see if your php version and plattform support BDI allready.
- 21:18 Bug #17151 (Closed): Page module does not work/start
- Hi!
Everytime I access my page module and click on a page headline in the pagetree, the page of the right frame is c... - 18:44 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I did. Based on those I think I've figured out the issue. It looks like the patch successfully updated the standard...
- 17:19 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- @Jason: Do you get any JavaScript errors?
- 17:09 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Gack. Now it doesn't work again. Weird...
- 16:09 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Wait - I take it back. It now appears to work. Sorry about that!
- 15:52 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Re: 0013255 --
I patched the file, deleted all the contents of the typo3temp/ directory, cleared my browser cache,... - 10:16 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- in reply to note 13275:
No, sometimes a space is used between rv: and the number, sometimes it's not. And putting ... - 10:09 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Wouldn't it be easier to check
indexOf("rv:1.3.")
instead of
indexOf("1.3") AND indexOf(".1.3")
?
/ch - 09:58 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- in reply to note 13266:
The string "Mozilla/5.0 [...]; rv:1.3.0) Gecko[...]Firefox/2.0.0.3" is a browser based on ... - 18:25 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- With more than 4000 chars the VARCHAR fields are called CLOB. You need to change them in ORACE Adminsystem (havent tr...
- 18:11 Bug #15822: htmlArea RTE does not load when served by Win XP Home
- Thomas, what exactly did you change in the htmlarea.js? Maybe you can provide a diff file concerning these changes?
- 16:21 Feature #17150 (Closed): webPageTree: wrap each line/page in pagetree with div elements
- For now PageTree HTML structure looks like this:
<ul>
<li>page 1
<ul>
<li>subpage 1
</li>
</ul>
... - 12:30 Feature #17149 (Closed): Feature Request - Add functionality to easily position new / move around already existing repetitive data objects in FCEs
- When managing content in FCEs with a large number of repetitive data objects, it becomes rather time consuming to mov...
- 10:45 Feature #17148 (Closed): menuNumber available as register
- Is it possible to make tslib_menu::$menuNumber available as a REGISTER?
I think it can help on writing CSS class nam... - 10:39 Bug #17147: Duplicate entry on cache_pagesection
- Michael: The bugtracker says it should have been fixed in 4.1 but obviously it is not :). NOTE: i am not using frames...
- 10:36 Bug #17147: Duplicate entry on cache_pagesection
- I also get it in a 4.0.3 installation, very seldom but I do get it
- 10:31 Bug #17147: Duplicate entry on cache_pagesection
- There are related entries to that one, please search the archive (also search for closed issues). We discussed this v...
- 10:21 Bug #17147: Duplicate entry on cache_pagesection
- This seems to happen as soon as a plugin is placed that sets $this->pi_USER_INT_obj = 0;
- 10:14 Bug #17147 (Closed): Duplicate entry on cache_pagesection
- I am recieving the following error when clicking the same menu item several times.
caller t3lib_DB::exec_INSERTq... - 10:01 Bug #17138: wsol_preview.php does not scroll to content element
- Fixed in trunk/4.2 (rev 2196) and TYPO3-4.1 (rev 2197)
- 10:01 Bug #16963: Preview in Workspaces Module for Contentelements
- Fixed in trunk/4.2 (rev 2196) and TYPO3-4.1 (rev 2197)
- 08:05 Bug #17146: RTE stopps loading with "this._undoQueue has no properties"
- I'm closing this issue because it's a duplicate of #5266 - please continue there.
- 08:03 Bug #17146: RTE stopps loading with "this._undoQueue has no properties"
- Yes, the file with .diff extension is the right one. Patching source code with those files is mentioned at http://typ...
2007-03-22
- 23:47 Bug #17146: RTE stopps loading with "this._undoQueue has no properties"
- I'm sorry for the mistake! I didn't find the error description "this._undoQueue has no properties" in Google. It may ...
- 23:37 Bug #17146: RTE stopps loading with "this._undoQueue has no properties"
- Are you using Firefox 2.0.0.3? If so, this is a duplicate of bug-id #5266 - so, please look there. A patch for Firefo...
- 22:53 Bug #17146 (Closed): RTE stopps loading with "this._undoQueue has no properties"
- From one moment to the other RTE stopped working.
I did the following:
1. I tried to install the rtehtmlarea ex... - 21:02 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- in reply to note 13195:
you're right that your patch will work with my counter-example on bug #5279, but you're wron... - 19:27 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Concerning the "HTMLArea.prototype.accessParentElements" note (#0013254):
In fact this is a bug that should be solve... - 16:33 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- In addition to bugreport 5279:
----------------------------------------------------
the patch for issue 5266 is i... - 16:27 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- For the people where the patch didn't work: Did you delete all rtehtmlarea related files in the typo3temp/ folder and...
- 16:12 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- When is the ter version updated? So all without shell access can update there rtehtmlarea?
- 16:02 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I have patched both js files without an error and the editor still won't load in FF 2.0.0.3 on Mac OS X
edit: I ju... - 16:00 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Reopening this bug, see user comment in bug 0005279.
@Patrick: Next time please do not close bugs unless they ha... - 10:40 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Changing the status to resolved.
- 10:36 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Solution:
RTEhtmlarea was checking if MacOS Wamcom version 1.3 was the user agent with a indexOf("1.3"). The revisio... - 09:52 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I'm working on a TYPO3 4.0.4 installation with an htmlarea V1.4.3 using FireFox 2.0.0.3 and of course i have the same...
- 09:04 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Found a workaround with the add-on User-agent switching:
The only change one need is to replace the 1.3 in the ver... - 17:42 Bug #17140: be_users
- i figured out that it works if mysql strict_mode is disabled.
- 16:51 Bug #17143: Indexer for externals does not check if document is already indexed for fe_group
- I have no idea what exactly went wrong during my tests but after I reindexed the parent page for some fe_groups and i...
- 16:12 Bug #17143: Indexer for externals does not check if document is already indexed for fe_group
- Some weeks ago I had a very close look at how this is working. Point is that external files are never different, inde...
- 10:10 Bug #17143 (Closed): Indexer for externals does not check if document is already indexed for fe_group
- TYPO3 3.8.1
indexed_search 2.1.3
+ e.g. xpdf-utils (3.00-13.6) // Debian
When indexing external documents (e.g. ... - 15:59 Bug #17144: Problem with Rich Text Editor and Firefox 2.0.0.3
- Ah sorry, reopened the wrong one...
- 15:58 Bug #17144: Problem with Rich Text Editor and Firefox 2.0.0.3
- Reopening this bug, see user comment in bug #17136.
@Patrick: Next time please do not close bugs unless they have ... - 12:59 Bug #17144: Problem with Rich Text Editor and Firefox 2.0.0.3
- This issue is alread fixed. See bug-id #17136
It concerns all versions of TYPO3 using the RTEhtmlarea. - 12:43 Bug #17144 (Closed): Problem with Rich Text Editor and Firefox 2.0.0.3
- The Rich Text Editor won't work under the new Firefox version 2.0.0.3.
He tries to load the Editor but never finish.... - 15:57 Bug #17145: incorrect patch / closed issue #17136
- I've closed this in favour of reopening #5266 again.
- 14:39 Bug #17145 (Closed): incorrect patch / closed issue #17136
- unfortunately i cannot add a note to issue #17136 because it's closed.
the patch for issue 5266 is incomplete.
... - 11:52 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- This solution works!!!
But, in oracle databases varchar types are limited to 4000 chars. Then when i save my templ... - 10:55 Bug #16908: htmlarea doesn't show up
- I've found the same solution as Tobias, but done it a bit different.
HTMLArea.is_wamcom = (HTMLArea.agt.indexOf("w... - 10:16 Bug #16908: htmlarea doesn't show up
- tobi's patch works fine here. OS X 10.4.9, FF 2.0.0.3.
- 09:58 Bug #16908: htmlarea doesn't show up
- Hi all,
The error is there because the browser detection of rtehtmlarea does not work right in this case.
On http... - 01:14 Bug #17142: I Cant use the imagemagick for pdf & ai files
- ImageMagick needs GhostScript for that.
This is not a TYPO3 bug. Please consult a support forum / mailing list if ... - 00:32 Bug #17142 (Closed): I Cant use the imagemagick for pdf & ai files
- It tells me alwas the same error:
There was no result from the ImageMagick operation
Below there's a dump of the ...
2007-03-21
- 22:41 Bug #17076: FE editing tools panel: change sort order crash
- Same Problem here:
Fatal error: Call to a member function on a non-object in /[path]/typo3_src-4.1/t3lib/class.t3lib... - 22:40 Bug #17141: rtehtmlarea 1.5.1dev - default title attributes do not work
- I tried it with Firefox 2.0.0.2 and IE 7.
- 22:26 Bug #17141: rtehtmlarea 1.5.1dev - default title attributes do not work
- Which browser (and version) are you using?
- 21:26 Bug #17141 (Closed): rtehtmlarea 1.5.1dev - default title attributes do not work
- Default title attributes are a very nice feature of the rte, since the editors do not have to type in similar text re...
- 22:24 Bug #17139: RichTextEditor doesn't work under Firefox 2.0.0.3 anymore
- Well, the strange thing is, that this behaviour changed in a (normally bugfixing) release of Firefox from 2.0.0.2 to ...
- 20:41 Bug #17139: RichTextEditor doesn't work under Firefox 2.0.0.3 anymore
- Can confirm that too in RTE 1.5.1. See https://bugzilla.mozilla.org/show_bug.cgi?id=374738
"It seems like the RTEa... - 18:43 Bug #17139: RichTextEditor doesn't work under Firefox 2.0.0.3 anymore
- Can confirm that. Got the same problem after updateing!
- 16:17 Bug #17139: RichTextEditor doesn't work under Firefox 2.0.0.3 anymore
- Typo 4.0.2
RTE 1.3.7 - 16:13 Bug #17139 (Closed): RichTextEditor doesn't work under Firefox 2.0.0.3 anymore
- I updated Firefox from 2.0.0.2 to 2.0.0.3 (german) and the RTE doesn't work anymore.
It says: "Der Editor wird gelad... - 20:04 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- how i'd like to switch to TinyMCE as default RTE.... i made some experiments.. anybody using it in production?
- 15:23 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- I have the same Problem on MAC and PC.
After updating from 2.0.0.2 to 2.0.0.3 the HTMLArea do not work anymore.
I... - 14:06 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- https://bugzilla.mozilla.org/show_bug.cgi?id=374738
It appeared with FF 2.0.0.3 - but it still may be a bug in HTM... - 13:53 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- We'll have to find a workaround because all users working with firefox 2 will be updated automatically.
- 13:16 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Well, obviously it's not a TYPO3 issue since it worked with older versions of Firefox.
You can help us by reportin... - 12:39 Bug #17136: htmlarea doesn't load with new Firefox 2.0.0.3
- Same for me:
Vista Business
Typo3 4.1
FF 2.0.0.3 - 08:18 Bug #17136 (Closed): htmlarea doesn't load with new Firefox 2.0.0.3
- with v1.5dev (shipped with typo3 4.1)
going back to FF 2.0.0.2 works well
(issue imported from #M5266) - 17:05 Bug #17140 (Closed): be_users
- the field usergroups in the database table be_users is defined as NOT NULL without default value.
so it should not... - 15:49 Bug #17138 (Closed): wsol_preview.php does not scroll to content element
- wsol_preview.php is called with anchor to versioned element but this parameter is never used because wsol_preview is ...
- 14:53 Bug #17137 (Closed): javascript error firofox 2.0.0.3
- error occurs when starting a new pagecontent:
editor has no properties
see atached file
(issue imported from #M... - 14:38 Bug #16908: htmlarea doesn't show up
- I've tracked it down to window.setTimeout in HTMLArea.prototype.stylesLoaded. Sometimes it happens when calling the f...
- 14:37 Bug #16908: htmlarea doesn't show up
- It happens all the time on 2.0.0.3
- 14:32 Bug #16908: htmlarea doesn't show up
- Yes I can confirm.
I was testing RTE on some IRRE child and parent elements and discovered a strange behavior:
... - 14:07 Bug #16908: htmlarea doesn't show up
- Can somebody verify that it happens not all the times?
- 14:00 Bug #16908: htmlarea doesn't show up
- Peter & others: yes, we found the same two days ago but there is no luck yet fixing it. We think it is FF issue.
<... - 13:58 Bug #16908: htmlarea doesn't show up
- @Oliver & Peter:
don't mix this bug with Bug #0005266 - FF 2.0.0.3 stopps some version of rtehtmlarea from working. ... - 12:15 Bug #16908: htmlarea doesn't show up
- Starting today FF is updated to 2.0.0.3 and all users seems to run into this problem so we need to find a fix pretty ...
- 14:13 Bug #16963: Preview in Workspaces Module for Contentelements
- Chris, please, next time submit a proper patch because we need unified diff patch to apply changes to core. This piec...
- 13:42 Bug #15241: 404 onclick "OPEN DOCUMENTS"
- I could confirm the problem on TYPO3 from trunk (newer then TYPO3 4.1)
Please, update "TYPO3 Version" field. Any n... - 11:09 Bug #17135: Update from 4.0.5 to 4.1.0 broke my site
- Hallo Peter, hier zur Info, falls Ihr mal eine aktualisierte Fassung des Buchs rausbringen wollt...
- 10:01 Bug #17135: Update from 4.0.5 to 4.1.0 broke my site
- Thanks for help!
The error was in ext_tables.php, an code from the "TYPO3 Kochbuch" which shows the tt_news.
//... - 09:28 Feature #17055: Enable fe_users-fields in "forgot password" mail
- one by one :-)
but thanks for your patch! - 09:07 Bug #16992: Missing French messages
- Thanks for your help!
I just committed your changes to svn. Tomorrow a t3x-snapshot will be available from http://...
2007-03-20
- 23:30 Bug #17135: Update from 4.0.5 to 4.1.0 broke my site
- Try replacing $this->getMultipleGroupsWhereClause(...) with t3lib_pageSelect::getMul....
If that helps, then displ... - 21:52 Bug #17135 (Closed): Update from 4.0.5 to 4.1.0 broke my site
- Fatal error: Call to undefined function: getmultiplegroupswhereclause() in /typo3_src-4.1/t3lib/class.t3lib_page.php ...
- 22:35 Bug #16176: RTE-config in PageTS-config not loaded when in draft workspace
- The problem is not just my installation... I wrote the patch myself, so I know about the error and the fact that ther...
- 22:20 Bug #17053: cache is not saved properly
- Michael Stucki wrote:
>Honestly, I don't consider the problem as urgent, since the prerequisites seem to be quite sp... - 09:30 Bug #17053: cache is not saved properly
- Just an idea (it is neither tested nor do I know if it has anything to do with this one): Might there be interdepende...
- 19:39 Bug #17134: Foldername ending with a dot @ filelist
- This term is a duplicate of bug-id #17121 - please look there, test the patch and/or add your notes. Thanks!
- 19:26 Bug #17134 (Closed): Foldername ending with a dot @ filelist
- If a Folder with a name like "test_20.03." is in the filelist it can not be edited or deleted. If I try to delete the...
- 19:01 Bug #16908: htmlarea doesn't show up
- I can confirm Dmitry's problem for Firefox 2.0.0.3. The "nice" thing, with Firefox 2.0.0.2, the was no error and afte...
- 16:15 Bug #17133 (Closed): install tool crashes with PHP 5.2.1
- My developpment server has been upgraded to PHP 5.2.1-pl3-gentoo
Since this, it is impossible to install typo3, th... - 15:52 Bug #17132: Function linkWrapFile() in file class.file_list.inc uses wrong PATH prefix.
- I missed some words in the summary, because I've been distracted. So if someone could complete it to "... does not us...
- 15:49 Bug #17132 (Closed): Function linkWrapFile() in file class.file_list.inc uses wrong PATH prefix.
- one of our developers encountered a problem when trying to view a css file from within the filelist module und her us...
- 14:05 Feature #15738: Dynamic log file name
- Committed
- 13:03 Bug #17054: Use MySQL fulltext keys in indexed_search
- At default indexed_search queries these fields by using a "like '%whatever%'" where condition. This is not very perfo...
2007-03-19
- 22:56 Bug #16176: RTE-config in PageTS-config not loaded when in draft workspace
- I don't think that 4.0 will be maintained any longer. Why don't you just patch your installation? It's everything att...
- 22:10 Bug #16176: RTE-config in PageTS-config not loaded when in draft workspace
- Could you try to get this into the next release of the 4.0-branch? In 4.1 it is already fixed...
- 18:47 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
- Stefano, did you experience further errors of the hook? I've sent you a patch for your extension some days ago via e-...
- 18:24 Bug #16772: Content encoding with x-gzip not allowed
- I'm going to add some JavaDoc comments to the affected class and post the patch to the Core List end of this week.
- 18:15 Bug #17127: I couldn't expand the Pagetree
- Okay. I'm going to close this issue since it was caused by another extension. Please contact the author for the exten...
- 16:39 Bug #17127: I couldn't expand the Pagetree
- Hello Ingmar,
sorry but yesterday I wrote a Mail because there was no posibility to Post a Note. Should I post th... - 14:22 Bug #17127: I couldn't expand the Pagetree
- Yep, please uninstall any extensions that might change anything regarding the page-tree and check again.
cheers
I... - 17:46 Feature #17131: value:= function rendering sequence
- Aha. But then the description about the ":=" syntax is misleading. Well yes, there seems to be no such feature right ...
- 17:21 Feature #17131: value:= function rendering sequence
- Right, therefor i marked it as feature request ;)
- 16:55 Feature #17131: value:= function rendering sequence
- Right, and this is also explained in the documentation. It acts on TS parser level and doesn't know about page fields...
- 16:33 Feature #17131 (Rejected): value:= function rendering sequence
- Hi,
those value:= functions are applied before any data substitution (e.g. field/insertData) takes place.
Therefor... - 14:02 Bug #17053: cache is not saved properly
- It is mediumblob. I did not changed it at all.
I use UTF-8 everywhere, including typoscripts. - 08:56 Bug #17053: cache is not saved properly
- That is simply not possible! If cache_hash.content was mediumblob, everything could be stored correctly. Please check...
- 05:31 Bug #17053: cache is not saved properly
- No, the problem is not solved in this way. I have version 4.0.4 as you can see, cache_hash.content is mediumblob, but...
- 13:08 Bug #17130: Pages with "Hide in menu" checked use normal page icon in list module
- Ok, I see.
- 10:00 Bug #17130: Pages with "Hide in menu" checked use normal page icon in list module
- Patch is good, but you should check that the cms extension is loaded, which is not always the case. See my patch and ...
- 12:21 Bug #17067: tt_content "Language" field : [All] value don't work
- I'm sorry, this is not a bug.
with config.sys_language_overlay = 1, it works fine. - 11:53 Bug #16908: htmlarea doesn't show up
- Still does not work. There were no local version installed. It just does not show up. FF says that "editor" JS proper...
- 07:44 Bug #17129: Unknown column tx_newloginbox_show_forgot_password
- This is a duplicate of bug id 4208. It is not really a bug, for more information see:
http://bugs.typo3.org/view.php... - 00:32 Bug #16513: Browselist links doesn't work with config.baseURL
- This bug can be closed. The trick is to set config.prependLocalAnchors in the TS setup.
2007-03-18
- 23:53 Bug #16166: Publishing a record breaks dam_ttcontent-relations
- Well, here is what I found out (all based on DAM 1.1 Beta 5 as published by Rene):
a) Images inserted into CEs are... - 23:49 Bug #17130 (Closed): Pages with "Hide in menu" checked use normal page icon in list module
- When I select page type "Not in menu", the icon in the db listing reflects this, but not if I instead check "Hide in ...
- 21:56 Bug #16823: import of extension: Error: MD5 hash of downloaded file not as expected:
- Hi Franz,
I think you're not monitoring bug 4725 (which you reported in December 2006), so just for your informati... - 21:24 Bug #16823: import of extension: Error: MD5 hash of downloaded file not as expected:
- I guess the actual bug is: imports of PREVIOUS versions fail.
I can confirm this for tt_board, but only when expli... - 20:37 Bug #17129 (Closed): Unknown column tx_newloginbox_show_forgot_password
- Extension Manager:
caller: t3lib_DB::sql_query
ERROR: Unknown column 'tx_newloginbox_show_forgot_password' in 'wher... - 20:17 Bug #17053: cache is not saved properly
- Thank you Michael, for taking care of and solving this issue.
I can confirm your prerequisites, I think one might ... - 13:43 Bug #17053: cache is not saved properly
- Honestly, I don't consider the problem as urgent, since the prerequisites seem to be quite special. You can quickly f...
- 10:54 Bug #17053: cache is not saved properly
- when can we expect T3 4.1.1? :D
- 10:34 Bug #17053: cache is not saved properly
- Thanks Michael for providing the patch. I confirm, that this solves the problem.
- 19:50 Bug #17127: I couldn't expand the Pagetree
- Do you use any extension which overrides the Core functionality of the the Page Tree? So, possibly there is a XCLASS ...
- 14:14 Bug #17127 (Closed): I couldn't expand the Pagetree
- After Upgrade Typo3 4.03 to 4.1 final I couldn't expand the Pagetree. When I click on the plus sign in the tree, the...
- 19:14 Bug #17128 (Closed): Element browser cannot be used on new child records of a new parent record.
- Imagine you create a new parent record and a new child record. The child record has a field which uses the element br...
2007-03-17
- 21:42 Bug #17053: cache is not saved properly
- @Andreas: Interesting that you even encounter the problem with UTF8 in the backend. However, this is countless now si...
- 21:37 Bug #17053: cache is not saved properly
- I finally solved the problem! The fix is easy: cache_hash.content must be changed back to "mediumblob". This was chan...
- 20:59 Bug #17053: cache is not saved properly
- "- The backend must run in latin1 (no forceCharset=utf8 set!)
Changing a single one of these requirements makes the ... - 20:45 Bug #17053: cache is not saved properly
- OK, I just spent some time to find an easy how-to-reproduce scenario.
Here is a list of prerequisites:
- The back... - 16:48 Bug #17053: cache is not saved properly
- Puh, this is real strange. Some facts:
* the bug occurs if UTF-8 is used
* serializing an array with UTF-8 chars se... - 13:45 Bug #17053: cache is not saved properly
- I can confirm this bug. I don't know the reason, but I can reproduce the behaviour in black-boxing. I'm going to look...
- 12:58 Feature #17126 (Closed): globalString = HTTP_HOST dosn't work with config.baseURL
- by using in the TypoScript Setup Code:
[globalString = HTTP_HOST= sample.org]
config.baseURL = sample.org
no... - 09:30 Bug #16166: Publishing a record breaks dam_ttcontent-relations
- I did not think about other tables, neither did I test it with T3 4.1 and DAM Beta 1.1. At the moment I don't have my...
2007-03-16
- 22:26 Feature #17125 (Closed): Storage page for child records
- I'd like to have the possibility to store inline related child records on a general storag page. The page id could va...
- 19:09 Bug #17121: Directories with a dot at the end of the name are created in fileadmin but inaccessible
- Okay, if this only concerns the end of a string, it looks good.
+1 on reading the patch - 19:01 Bug #17121: Directories with a dot at the end of the name are created in fileadmin but inaccessible
- I think your regex is wrong. According to the function header, it should remove "all dots, slashes and spaces after a...
- 18:34 Bug #17121: Directories with a dot at the end of the name are created in fileadmin but inaccessible
- I can confirm this. It is based on t3lib_basicfilefunc::cleanDirectoryName which removes also dots of directory names...
- 17:25 Bug #16772: Content encoding with x-gzip not allowed
- Hi Oliver!
I applied the 0004623_w.patch to my test environment and did some changes in my Firefox settings to for... - 17:05 Bug #16772: Content encoding with x-gzip not allowed
- Could you please test, if the patch solves the problem? If so, I'm going to put this to the Core list.
- 17:01 Bug #16772: Content encoding with x-gzip not allowed
- I'm fine with that as long as x-gzip isn't used anymore ;-)
- 15:30 Bug #16772: Content encoding with x-gzip not allowed
- Did you have a look at the patch? No always "gzip" is in the response, even if the browser states to support "x-gzip"...
- 14:39 Bug #16772: Content encoding with x-gzip not allowed
- Oliver, I appreciate your engagement, but I don't think we should support x-gzip anymore (as proposed in the RFC).
... - 13:20 Bug #16772: Content encoding with x-gzip not allowed
- Björn, you're the one started this issue and referred to the RFC. So, to be consequent I added a check against the qv...
- 12:55 Bug #16772: Content encoding with x-gzip not allowed
- The qvalue simply gives a hint which encoding the browser prefers. But to keep it short: With the current HTTP implem...
- 12:32 Bug #16772: Content encoding with x-gzip not allowed
- Addionally we should also consider the "qvalue".
- 12:32 Bug #16772: Content encoding with x-gzip not allowed
- From RFC 2616:
gzip An encoding format produced by the file compression program
"gzip" (GNU zip) as desc... - 16:20 Bug #16178: UTF-8: Broken special characters on cached pages
- There are still BLOBs in system extensions:
./typo3/sysext/cms/ext_tables-index.sql
./typo3/sysext/cms/ext_tables... - 11:33 Bug #16166: Publishing a record breaks dam_ttcontent-relations
- It seems to me that this is a general (conceptual) problem of workspaces and not DAM specicific.
Anyway I would l...
2007-03-15
- 23:40 Bug #16772: Content encoding with x-gzip not allowed
- The bug is still present in 4.0.5 and 4.1. It would be cool if you could fix it with the next release since I don't w...
- 16:46 Bug #17124: typo in pi_list_browseresults_display (V2.9.3 and 2.10.0)
- additional
line: 1669 and 1670
$label = str_replace('###TAG_BEGIN###','<strong>',$label);
$label = str_replac... - 16:17 Bug #17124 (Closed): typo in pi_list_browseresults_display (V2.9.3 and 2.10.0)
- In pi/class.tx_indexedsearch.php Line: 1668 (Version: 2.9.3 and 2.10.0) is a typo
$label = $this->pi_getLL('pi_li... - 14:21 Bug #16675: 'Clear FE cache' doesn't clear 'typo3temp/cache_pages' directory
- Uploaded patch
- 13:41 Bug #16675: 'Clear FE cache' doesn't clear 'typo3temp/cache_pages' directory
- I also feel that garbage should be removed.
- 13:17 Feature #17123: No charset conversion for eID scripts, thus no locallang.xml useable
- Update: It doesn't even work with locallang.php files, because the pi_getLL function relies on it -> so no multilang ...
- 13:09 Feature #17123 (Closed): No charset conversion for eID scripts, thus no locallang.xml useable
- While writing an AJAX FE plugin that needs to be multilanguage, I discovered that the use of locallang.xml files thro...
- 11:35 Bug #17120: Content is not cached and white page displayed with big content / PHP 5.2.1
- Possible solution described here:
http://lists.netfielders.de/pipermail/typo3-team-typo3org/2007-March/002238.html - 03:46 Bug #17122 (Closed): flexform <eval>required</eval> on type "input" applies only on last input-field
- can anyone confirm this?
Could be a problem in the array-creation of $this->requiredFields in class.t3lib_tceforms... - 00:55 Bug #17121 (Closed): Directories with a dot at the end of the name are created in fileadmin but inaccessible
- If I create a directory with a dot at the end of the directory name, the directory will be created but then be inacce...
2007-03-14
- 23:04 Bug #17057: Record alt_label doesn't get processed
- Volker, I must admit that I don't understand why you suggest a second loop within the first one. I don't think that t...
- 12:05 Bug #17057: Record alt_label doesn't get processed
- Additional information to this bug:
1) no alt_label is used anymore, if label_alt_force is NOT set, also
the labe... - 11:57 Bug #17057: Record alt_label doesn't get processed
- sorry doesn't work fine, a few other things get mixed up
see attached patch - 11:32 Bug #17057: Record alt_label doesn't get processed
- works fine for me ;-)
- 18:42 Bug #17120: Content is not cached and white page displayed with big content / PHP 5.2.1
- I can confirm this bug myself ;-) at least on three different servers ...
- 18:41 Bug #17120: Content is not cached and white page displayed with big content / PHP 5.2.1
- @Popy: Not a bad guess! I found it ...
It's not Tidy or the XHTML cleaning but it _is_ some postprocessing. The fu... - 18:19 Bug #17120: Content is not cached and white page displayed with big content / PHP 5.2.1
- Do you have PHP 5.2.1 @Popy?
- 17:58 Bug #17120: Content is not cached and white page displayed with big content / PHP 5.2.1
- No bug on my server.
I think the bug occurs in tsfe->generatePage_postProcessing, due to tidy or XHTMLcleaning :) - 13:30 Bug #17120: Content is not cached and white page displayed with big content / PHP 5.2.1
- Additional note: For some reason the caching seems only to fail with the HTML content I put into the exploit extensio...
- 13:28 Bug #17120 (Closed): Content is not cached and white page displayed with big content / PHP 5.2.1
- This problem originally occurred on typo3.org (ter_doc_pi1) but can be reproduced independently:
If a frontend plu... - 10:08 Feature #15738: Dynamic log file name
- Great. Thanks.
- 10:01 Feature #15738: Dynamic log file name
- I already discovered that last week. Will commit during this week...
- 09:49 Feature #15738: Dynamic log file name
- The TSRef has not been updated accordingly. See note with proposed modified description of stat_apache_logfile.
- 04:58 Bug #16908: htmlarea doesn't show up
- Oliver said:
"Martin, all the changes from "Array" to "Object" are part of TYPO3 4.1. So if you use TYPO3 4.1 please...
2007-03-13
- 16:16 Bug #16303: config.spamProtectEmailAddresses does not work on tt_content headers
- Fixed in 4.1
- 15:52 Bug #17118: Copy + Paste of content elements fails
- "ext/mmforeign/class.ux_t3lib_tcemain.php":
The XLCASSing of mmforeign isn't compatible to the Core of TYPO3 4.1. Fu... - 15:39 Bug #17118 (Closed): Copy + Paste of content elements fails
- Copy and paste of content elements seems to work, but in the end of the action a white screen with the following PHP ...
- 15:32 Bug #17115: Wrong &chash values should trigger an error
- As we discussed in ECT-list, there are some combinations in extensions that causes this error (e.g. USER_INT and $GLO...
- 08:09 Bug #17115: Wrong &chash values should trigger an error
- I think most "buggy extensions" were built as hyrid, using caching/cHash by default and disabling the cache in specia...
- 14:59 Bug #16633: t3lib_db::listQuery uses LIKE instead of FIND_IN_SET()
- If it works only on SETs it's not of much help, so closing this bug.
- 14:58 Bug #17117 (Closed): Allow empty $from_table in SELECTquery()
- The following query will fail:
$TYPO3_DB->exec_SELECTquery( 'SELECT 1', '', '');
because it builds a query like:
... - 14:57 Feature #16160: Support UTF-8 file systems
- In 4.1 UTF-8 file system can be enabled, when forceCharset is set to UTF-8
- 14:33 Bug #17116 (Closed): Jumpurl links miss parameters for multilanguage environments
- The jumpurl feature doesn't work with multilanguage sites when a link is rendered on a page, which does only exist as...
- 12:00 Bug #16509: Ext mng / compare: missing columns with auto_increments
- Have the same problem every now and then. To reproduce, delete the table "tt_address" and create it with the attached...
- 11:34 Bug #16907: Extensions can't be downloaded from Backup/Delete page using IE7
- I just fixed the bug and uploaded the updated file to this issue report (this is file /typo3/mod/tools/em/class.em_in...
- 11:11 Bug #16907: Extensions can't be downloaded from Backup/Delete page using IE7
- This issue is still present in Typo3 4.1
- 11:16 Feature #17085: HTTP GET 'If-Modified-Since' ignored
- @see file class.tslib_fe.php.diff
This part will disable outputting if the content hasn't changed.
The bad poin... - 10:42 Feature #17085: HTTP GET 'If-Modified-Since' ignored
- Hey!
My patch for 4.1 is attached to bug record. - 10:33 Feature #17085: HTTP GET 'If-Modified-Since' ignored
- No problem, I'm on it :)
The extension contains a TSFE XCLASS, wich also looks like a patch, but I think i had rew... - 10:04 Feature #17112: Add file operation permissions for back-end user groups
- So I would propose:
- Extend be_groups table by field fileoper_perms (BLOB)
- edit typo3/tce_file.php around ... - 07:56 Feature #17108: Support secure database connections (e.g. MySQL over SSL)
- Great! Is this extension available in the TER? What do you think about merging/integrating the secure stuff to the Co...
- 03:26 Bug #16450: BackEnd Login Not Possible
- Setting the fields in the be_users table to allow null
allow the php script to insert the user in the database tabl...
2007-03-12
- 23:53 Bug #16953: RC1: Request parameters could not be validated
- I just opened a new request #17115 to draw a line between this long thread. I tried to collect all necessary informat...
- 23:37 Bug #16953: RC1: Request parameters could not be validated
- Reopening this entry, since the default value should still be changed for the upcoming version 4.2.
- 23:50 Bug #17115 (Closed): Wrong &chash values should trigger an error
- TYPO3 uses a parameter "&cHash" to cache different views of the same page (e.g. a plugin containing a record browser)...
- 21:44 Bug #17097: class.t3lib_db.php should quote table names
- Fixed in SVN.
- 21:41 Bug #17053: cache is not saved properly
- Hi again ;)
I wanted to mention that I am willing to send a virtual server with a copy of our webserver to a Core De... - 21:09 Feature #17108: Support secure database connections (e.g. MySQL over SSL)
- I have started an extension that uses the mysqli API. It could be extended to support the SSL features.
- 21:01 Feature #17112: Add file operation permissions for back-end user groups
- Many options are defined in the groups and can be overridden by user settings. Simply moving won't do because of back...
- 14:13 Feature #17112 (Closed): Add file operation permissions for back-end user groups
- It would be more convenient to configure fileoperation permissions in backend groups, not in backend users.
... - 19:24 Feature #17114 (Closed): Display Updated(date of last update) within the Extension Mangager
- It would be great if the Extensionmanager would display the date of the last update of an extension. It's realy usefu...
- 18:29 Bug #17113: pi_loadLL() + no language file == full path disclosure
- Yeah, but I was imagining a situation where such a file is deleted accidentaly or whatever.
- 18:21 Bug #17113: pi_loadLL() + no language file == full path disclosure
- Well, I guess it was you introducing this error? ;)
What kind of hook did you try to use and what exactly is the err... - 17:35 Bug #17113 (Closed): pi_loadLL() + no language file == full path disclosure
- Hello,
I was writing a hook for tt_news where I was trying to use $this->pi_loadLL(); function but I got the foll... - 18:16 Feature #17085: HTTP GET 'If-Modified-Since' ignored
- Popy, could you please attach a patch against the Core to have the feature in the TYPO3 Core as well? Thanks in advance!
- 17:28 Feature #17085: HTTP GET 'If-Modified-Since' ignored
- Try this extension : http://typo3.org/extensions/repository/view/pp_optimizer/1.0.0/
It have been made to correct ... - 16:36 Bug #17033: Unabble to install extentions
- This problem should have been solved by the patch of bug-id 5055. Thus, I'm closing this issue. If you experience fur...
- 15:56 Bug #17111: JSMENU
- tt_content.menu.20.1 {
special = directory
1 = JSMENU
1.target = _top
1.firstLabelGeneral = maak een keuz... - 15:34 Bug #17111: JSMENU
- Could you please attach your TypoScript setup here as text file so we can easily test this issue? Thanks in advance!
- 12:11 Bug #17111 (Closed): JSMENU
- When using two or more sitemap elements that have been set to JSMENU with typoscript, only the first menu will work, ...
- 13:15 Bug #16526: Moving content elements in frontent editing mode causes crash
- this bug unfortunatly still persists. I digged into it again and also asked Karsten for some help since it is a DBAL ...
- 11:41 Bug #17062: Extensions crash when using HTMLArea in FE
- good way of sponsering .-)
I think you can change status to resolved, all users told that patch works fine with gu... - 09:27 Bug #17062: Extensions crash when using HTMLArea in FE
- Yepp, but must of the "bugs" concerning the RTE are due to using an old local installation with a newer Core or vice ...
- 08:15 Bug #17101: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs
- The file 0005177_v11.patch contains the following fixes:
* Enable multiple RTEs in nested tabs and IRRE levels in Ge...
2007-03-11
- 20:55 Bug #17109: images with uppercase file extension aren't displayed in drag-n-drop listing
- added diff in unified format
- 19:23 Bug #17109: images with uppercase file extension aren't displayed in drag-n-drop listing
- Please attach a diff in the "unified" format. See http://typo3.org/teams/bug-fixing/diff-and-patch/
- 13:30 Bug #17109 (Closed): images with uppercase file extension aren't displayed in drag-n-drop listing
- images in drag-n-drop listing are not displayed whenever the file extension is not lowercase.
example:
/folder/
... - 20:34 Bug #17081: t3lib_div::mkdir() resets setgid bit on folder creation
- Why don't you use
$TYPO3_CONF_VARS['BE']['folderCreateMask'] = '2775';
or
$TYPO3_CONF_VARS['BE']['folderCreateMa... - 20:18 Feature #16613: pass image alt and title attributes to showpic script
- What's the point of the alt attribute in this context? The title of the original link should have made it clear that ...
- 20:10 Bug #15951: clickmenu on pagetree icons does not work
- Still an issue in 4.1 final?
- 15:50 Bug #17110: Error showing pages after update to 4.1
- It seems to have something to do with template caching because it works when I make the following changes in typo3/sy...
- 14:33 Bug #17110 (Closed): Error showing pages after update to 4.1
- After Updating to 4.1 AND doing the database-updates (seems not to happen without db-updates!) opening arbitrary page...
- 14:38 Bug #17062: Extensions crash when using HTMLArea in FE
- ok, make sense, but anyway you see the lot of questions / bugreportings concerning the rte. Do you think rte 1.5.1 no...
- 14:28 Bug #17062: Extensions crash when using HTMLArea in FE
- The RTEhtmlarea is a TYPO3 system extension and is developed with the core. Thus, IMO it doesn't make any sense to us...
- 14:23 Bug #17062: Extensions crash when using HTMLArea in FE
- I have to make an additional note. It seems that rte-versions are quite different.
The patch works fine with rteht... - 13:39 Bug #17062: Extensions crash when using HTMLArea in FE
- please follow my link in note 0012920
- 12:47 Bug #17053: cache is not saved properly
- Hi! As I have written in bug report 5157 we have the same problem here with our page (updated from 4.0.5 to 4.1).
As... - 01:26 Bug #17091: "No template found" after update from 4.0.4 to 4.1
- Hi!
We (ess-erfurt.de) have exactly the same problem.
The page is visible as long as it is not cached. After the fi...
2007-03-10
- 19:20 Bug #17101: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs
- I attached a first patch (alpha). The problem is base on event listeners in Gecko browsers. Additionally it was obvio...
- 13:04 Bug #17062: Extensions crash when using HTMLArea in FE
- OK new informations!
After i installed the current cal from http://svn.webempoweredchurch.org/calendar/downloads
... - 11:26 Feature #17108 (Closed): Support secure database connections (e.g. MySQL over SSL)
- It would be great to have the feature to connect to a server somewhere in the internet by using a secure connection t...
- 09:33 Bug #16908: htmlarea doesn't show up
- @Frans: Please don't patch a local installation of the RTEhtmlarea. TYPO3 4.1 comes with the latest built of RTEhtmla...
- 09:13 Bug #16908: htmlarea doesn't show up
- rtehtml 1.4.3 is installed as a Local extension.
After upgrading from 4.05 to 4.1 rtehtml reports the following erro... - 02:46 Bug #17107: maxW for image rows is not the maximum
- You're right... I could have thought before uploading. It just did not come to mind earlier, sorry.
Okay, so versi... - 02:20 Bug #17107: maxW for image rows is not the maximum
- Whoops... missed one modulus for the case that no remainder is there from the very beginning. Please use v2.
- 02:11 Bug #17107 (Closed): maxW for image rows is not the maximum
- If a given maximum width for more than one image in a row is set and this imagerow is wider than the given width, tha...
- 01:09 Bug #17036: Still 250000 bytes maximum size is hardcoded for mailform attachments
- ok, i take the chance and make a feature request for 4.2 :-)
i added a config-var and set the default a little hig... - 00:22 Bug #17106 (Closed): Changes of MM relations wont reliably clear the relevant cache
- A problem arises, if MM relations are changed by a TCE-form (handled by class.t3lib_tcemain.php) and the resulting co...
2007-03-09
- 23:37 Bug #17104: Install Tool does not work when using the right password
- Well I'm using a redhat linux server with all the goodies and I assumed at first that I didn't have to use a username...
- 23:21 Bug #17104: Install Tool does not work when using the right password
- The Install Tool does not require a username, only the password. Obviously you are trying to enter the boat at the wr...
- 22:40 Bug #17104 (Closed): Install Tool does not work when using the right password
- Might be dumb but I can't figure out the username on the install tool login. I know joh316 is password but what is us...
- 23:13 Bug #17105 (Closed): wrong time evaluation on days with daylight saving time changes
- If I try to enter date/time values like 15:00 25-3-2007 or 15:00 28-10-2007, the time will be adjusted one hour ahead...
- 18:34 Feature #16994: TCA: not possible to select over multiple tables
- Jörg, do you hava a small test extension that you could attach here? This would make it easier to test the patch and ...
- 18:04 Bug #17062: Extensions crash when using HTMLArea in FE
- i can't confirm the BE Bug. I tested with the (fresh installed) 4.1.0, cal last svn, and with IE and FF: No session t...
- 17:34 Bug #17062: Extensions crash when using HTMLArea in FE
- mmmmhhhhhh.... I don't know but it seems to be a bug in the cal.
Because when i open the page to create a new event ... - 16:42 Bug #17062: Extensions crash when using HTMLArea in FE
- Apply patches under windows (two untested open-source projects):
* http://sourceforge.net/projects/javapatcher/
* h... - 16:33 Bug #17062: Extensions crash when using HTMLArea in FE
- OK next Problem.
When i want to create a new event in the BE.
I will have two problems.
The first one is that i co... - 16:18 Bug #17062: Extensions crash when using HTMLArea in FE
- OK i installed the patched php File from Steffen.
Now the guestbooks (sr_guestbook / ve_guestbook) work again.
Than... - 13:48 Bug #17062: Extensions crash when using HTMLArea in FE
- I was asked from some people who are not familar with diff-Files, so i uploaded the patched php-File
- 11:41 Bug #17062: Extensions crash when using HTMLArea in FE
- @Tomas - i can't reproduce your error in BE. This also doesn't belong to this Bug (i think)
- 10:49 Bug #17062: Extensions crash when using HTMLArea in FE
- I recieved two independent bug-reports on mth_feedit regarding this bug. Both have reported back, that the patch solv...
- 00:01 Bug #17062: Extensions crash when using HTMLArea in FE
- @Steffen: Great, I'm going to wait some more days for additional feedback before I'm going to put this onto the core-...
- 14:39 Bug #17082: RTE does not load
- Since this is not a real bug (old local extension and newer system extension conflicts), I'm closing this issue. A ne...
- 14:27 Bug #17082: RTE does not load
- Possibly it would be good, if the extension manager could check for updated system extension if it was installed as l...
- 14:03 Bug #17082: RTE does not load
- @Stefan: Please delete the local installation of RTEhtmlarea in typo3conf/ext and after that install the system exten...
- 14:35 Feature #17102 (Rejected): EM should inform admin if a local extension is outdated and needs an updated extension
- This issue is more related to system extension as to others.
Imagine a site was running TYPO3 4.0.1 for several mont... - 14:16 Bug #17052: alt_doc.php offered for download with Typo3 4.1 (Beta3, RC1, RC2)
- This seems to be related to a PHP bug. Please try to update your PHP version to the latest bugfix release.
@Jakub: W... - 13:33 Bug #16922: Error when installing sr_feuser_register
- What is the code around the line in class.t3lib_install.php on line 392 where this error occurs?
- 12:10 Bug #17101 (Closed): RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs
- The RTE does appear, but in an unexpected, not usable way. See screenshot here:
http://www.maniola.de/irre.gif
Th... - 09:49 Bug #17053: cache is not saved properly
- Hello, I'm experiencing this on an upgrade to 4.1 final.
Can a core dev please look into this issue? It's a block,... - 09:39 Bug #17091: "No template found" after update from 4.0.4 to 4.1
- Hello.
I'm also getting this issue using templavoila.
Any update? - 08:34 Bug #17094: Fixed a setting in ceditor
- Can you please create a new feature request here in the bugtracker and attach there only the imageAlign patch. The cu...
- 00:11 Bug #17094: Fixed a setting in ceditor
- ok, what shall I do, give a diff without the align ?
2007-03-08
- 23:52 Bug #17062: Extensions crash when using HTMLArea in FE
- Hi Oliver,
it was my fault, cause something changed in cal edit form that doesn't let work rte.
I wrote a little ... - 21:48 Bug #17062: Extensions crash when using HTMLArea in FE
- @Steffen: Hm, was the RTE rendered e.g. in TYPO3 4.0.5 in the "cal" extension? Or in other words: Do you assume an ad...
- 20:51 Bug #17062: Extensions crash when using HTMLArea in FE
- Thanks Oliver for this very quick patch :-)
I appled it and as you see at my link, editing is not blocked any long... - 20:25 Bug #17062: Extensions crash when using HTMLArea in FE
- Thanks Steffen for giving a realistic demo concerning the bug. The controller of the "cal" extension re-builds an own...
- 19:51 Bug #17062: Extensions crash when using HTMLArea in FE
- i made a test case where you see the error (4.1.0)
http://test.sk-typo3.de/
login (demo / demo) and go to the cal... - 19:05 Bug #17062: Extensions crash when using HTMLArea in FE
- I am using PHP 4.4.2 and configured htmlArea using TSconfig on the pages. Besides that, everything is standard Typo3 ...
- 16:09 Bug #17062: Extensions crash when using HTMLArea in FE
- I tested this on a host with PHP 4.3.10-18 and front-end editing of tt_content records. Unfortunately I could no repr...
- 15:12 Bug #17062: Extensions crash when using HTMLArea in FE
- Hm, that's strange. $this->TCEform should be a reference to t3lib_TCEforms or t3lib_TCEforms_FE (which extends t3lib_...
- 14:56 Bug #17062: Extensions crash when using HTMLArea in FE
- I confirm this bug. getDynTabLevelState() is used for disposal in (nested) tabs.
- 13:29 Bug #17062: Extensions crash when using HTMLArea in FE
- I can confirm this. This error comes with any FE-edit using rtehtmlarea.
This is the method that fails (class.tx_r... - 19:54 Bug #17100: After Update 4.1 / rtehtmlarea 1.51 dev i got this error typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php on line 932
- Reporting a bug once is enough...
- 19:44 Bug #17100 (Closed): After Update 4.1 / rtehtmlarea 1.51 dev i got this error typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php on line 932
- Installed:
typo3 4.1
rtehtmlarea 1.51dev
ve_guestbook
sr_guestbook
Before the update to typo3 4.1 with rtehtml... - 19:43 Bug #17099: After Update 4.1 / rtehtmlarea 1.51 dev i got this error typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php on line 932
- Duplicate of #5105
- 19:06 Bug #17099 (Closed): After Update 4.1 / rtehtmlarea 1.51 dev i got this error typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php on line 932
- Installed:
typo3 4.1
rtehtmlarea 1.51dev
ve_guestbook
sr_guestbook
Before the update to typo3 4.1 with rtehtml... - 19:41 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
- Sorry, I cannot reproduce this on removing child records. I've tested direct relations (1:n) with comma-separated-lis...
- 18:31 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
- thanks Oliver
now it works well when i ADD new inline records.
but if i delete them, i have to save twice to ha... - 18:02 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
- The patch file I attached was untested. But now I tested it and had no problems at all. Please consider that fieldArr...
- 14:55 Bug #17043: Hook processDatamap_afterDatabaseOperations bug with inline relations?
- Hello Oliver,
I discovered the same problem. I applied you're patch and the problem is solved for me.
Greets,
... - 18:30 Bug #17098 (Closed): Navigation title is lacking in default language
- In the page module (with inheritance mode set) it is only possible to set navigation titles for the default language,...
- 18:06 Bug #17097 (Closed): class.t3lib_db.php should quote table names
- The extension manager didn't work because there was a "-" sign in a tablename the "htmlArea RTE" plugin used. The pat...
- 17:09 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- You can work around this bug using a TypoScript hack:
Example:
[globalVar = TSFE:type = 0]
[globalVar = TSFE:typ... - 16:55 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- Please have a look to bug-id #16751 to know what's going on at your system.
If a page is reloaded twice, on the fi... - 16:39 Bug #17089: RTE causes memory leak under Firefox
- Hm, I guess this is related to many, many event handlers registered by RTEhtmlarea. Nearly each icon or any click beh...
- 16:36 Bug #17090: wrong INCLUDE_TYPOSCRIPT does not output error message
- Hm, what if the file to be included exists and is readable but is empty?
But showing a PHP-like waring e.g. "Warning... - 16:26 Bug #17094: Fixed a setting in ceditor
- After reading the patch it looks good so far, but one thing:
* "imageAlign" is a new feature and would go to TYPO3 4... - 15:37 Bug #16277: GMENU - IE fails to respond to mouse over when using XHTML strict
- ... because nobody managed yet to create a patch file. Now there is one! ;-)
- 15:08 Bug #16277: GMENU - IE fails to respond to mouse over when using XHTML strict
- This fix worked for me too.
Strange that it hasn't been put in 4.1. - 14:47 Bug #17096 (Closed): Extension Manuals page does not appear consistantly.
- I have been trying to read the online Extension Manuals in the Documentation Library and have had problems getting th...
- 11:38 Bug #17053: cache is not saved properly
- @Thomas Esders: maybe. But I think it is a caching Prolbem. I its like you desrcibe it. After clearing the cache the ...
- 10:09 Bug #17053: cache is not saved properly
- Hi!
This is related to 0005157? - 10:09 Bug #17091: "No template found" after update from 4.0.4 to 4.1
- Hi!
Is this the same as 0005088? - 10:06 Bug #17091: "No template found" after update from 4.0.4 to 4.1
- We got the same problem, but with no static template. Other updates went fine...
If you clear the cache, the first... - 10:04 Bug #17091: "No template found" after update from 4.0.4 to 4.1
- If you want to help, then please set up a 2nd installation. I will not test this further before.
- 08:56 Bug #17091: "No template found" after update from 4.0.4 to 4.1
- Sorry again, I only have this one installation. I can give you access if needed.
- 09:34 Bug #17095 (Closed): Typolink : cHash isn't created if there's no additionalParams
- If the typolink is configured without additionalParams and without addQueryString, the cHash is not generated, even i...
- 00:01 Bug #17093: Fixed a setting in ceditor
- sry, i posted this 2 times, don't know how, please delete this one. complete one ist the #17094
Also available in: Atom