Activity
From 2007-07-18 to 2007-08-16
2007-08-16
- 17:07 Feature #17538: Why not a native lang support ?
- That would be nice, and much easier...
We could use ISO codes for this - 17:00 Feature #17538 (Closed): Why not a native lang support ?
- For now the only way to make multilang website is to
1) Creat languages records
2) Translate pages & content
... - 15:10 Feature #17536: Patch for t3lib/class.t3lib_tsparser.php adding php-HEREDOC like syntax
- Hi,
You'll find attached to the Issue the revised version of the patch dropping >>> for the end-tag, and an sxw op... - 12:57 Feature #17536: Patch for t3lib/class.t3lib_tsparser.php adding php-HEREDOC like syntax
- Well, concerning the end tag, I would like to stick to standards like it is defined on php.net. Your idea is nice, bu...
- 12:47 Feature #17536: Patch for t3lib/class.t3lib_tsparser.php adding php-HEREDOC like syntax
- Actually there's no technical need for end tag to be prefixed with >>>,
But I thought that it's easier to visualy de... - 12:31 Feature #17536: Patch for t3lib/class.t3lib_tsparser.php adding php-HEREDOC like syntax
- But I must say I like this patch very much. Let's integrate this soon!
If you don't mind, I would be happy if you ... - 12:27 Feature #17536: Patch for t3lib/class.t3lib_tsparser.php adding php-HEREDOC like syntax
- There seems to be an error in your description:
>>>SOMEPHP
I'm quite sure the ">>>" are not needed! Does your pat... - 12:14 Feature #17536 (Closed): Patch for t3lib/class.t3lib_tsparser.php adding php-HEREDOC like syntax
- The TS multiline parenthesis syntax ( ... ) doesn't allow one to define such a multiline text :
config.something (... - 14:32 Bug #17537 (Closed): Shortcuts within mounted trees lose MP-Parameter
- When mounting a tree which has shortcut pages in it, a link to such a shortcut page has the MP-parameter in it. But w...
- 14:27 Bug #15951: clickmenu on pagetree icons does not work
- I got a couple of more questions about this:
* Does this issue happen only if the german translation is used in the ... - 12:10 Bug #16775: The File module is missing when working in Drafts.
- This is a dupe of #3486.
- 12:09 Feature #16146: Add fileadmin in Element Browser in general DRAFT workspace
- Martin, are you working on this? Otherwise please unassign the record from you, so we need to find someone else who s...
- 12:01 Feature #17503: BE should check Mysql charset settings
- Changing priority to "urgent" because this must be solved by TYPO3 4.2.
- 11:51 Feature #17503: BE should check Mysql charset settings
- One more info:
Steps needed to convert a Latin1-database filled with UTF8-data without corrupting the contents:
... - 11:33 Feature #17503: BE should check Mysql charset settings
- The patch "dbCharset.diff" is just a demonstration of how I think this could be checked, filled with comments of what...
- 11:26 Feature #17503: BE should check Mysql charset settings
- The patch "blobToText.diff" solves the first problem at least in the core. Please cross-check if you find this correc...
- 11:22 Feature #17503: BE should check Mysql charset settings
- While the migration of this is pretty easy [1], we will have big problems with binary fields and forceCharset setting...
- 11:22 Feature #17503: BE should check Mysql charset settings
- Martin, did you already start to work on this? The reason why I'm asking is that I've hugely investigated the situati...
- 08:01 Bug #17535 (Closed): index.php assumes current working directory to be PATH_site
- After a recent PHP upgrade from 5.1.2-r3 to 5.2.4_pre200708051230-r2 on Gentoo Linux, the Typo3 frontend suddenly sto...
2007-08-15
- 22:30 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
- I observed the same problem. Then I tried the suggested patches but for me they don't Work. (I use Typo3 Version 4.12...
- 20:40 Feature #17527: Recursive include of external Typoscript Files
- the patch with recursion protection for t3lib_tspartser works for me but the patch for the second file does'nt work (...
- 20:26 Bug #17534 (Closed): Meta-Tag http-equiv="Content-Type" content="text/html [...]"
- Add a template-TS option (fx. config.renderContent) to set another content type for <meta http-equiv="Content-Type" [...
- 16:18 Bug #17533 (Closed): abstract and shortcuts
- Hi,
I'm using some plugins that create sitemaps and use the abstract field of the page to write a summary after th... - 16:12 Revision 9fc8a6db: (trivial) Added is_array checks in extension manager code
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2450 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:17 Bug #17015: "</col><//col>"keep duplicating each time I switch the view from WYSIWYG and text view
- I tried to find out what's going on here:
The method HTMLArea.getHTMLWrapper in htmlarea.js processes the data of th... - 11:25 Bug #17015: "</col><//col>"keep duplicating each time I switch the view from WYSIWYG and text view
- I can reproduce this behaviour for custom tags using IE6. On IE7 and Firefox everything is okay.
- 13:33 Bug #15657: left-click in filelist is broken (IE6)
- Hi,
i got the problem with the click-menus also. I already disabled all extensions except the system ones (cms et... - 12:51 Bug #17532 (Closed): Plugin Acronym enables class abbr for span (selected text)
- If plugin is activated, the inlineCSS-selector shows a class abbr, which will be applied to a span, even if showTagFr...
- 10:12 Revision 072e627d: added @var phpDoc comments to various variables
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23854 735d13b6-9817-0410-8766-e36946ffe9aa
- 10:12 Revision 21bdd4d4: added @var phpDoc comments to various variables
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2449 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:09 Bug #17427: Dependencies of uploaded extensions get lost
- Related to: http://bugs.typo3.org/view.php?id=5919
- 10:06 Bug #17531 (Closed): Offered AllowClipboard helper doesn't work with 2.0.0.x Firefox
- When trying to copy some text from rtehtmlarea in Firefox, the browsers security policy by default doesn't allow it. ...
- 09:21 Revision 3b0c3fbd: even more intendation changes in typo3/sysext/taskcenter/task/*
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2448 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:50 Revision a67a542a: did some serious formatting cleanup in typo3/sysext/taskcenter/task/index.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2447 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-08-14
- 18:37 Bug #17530 (Closed): sys_action allows to create records in SysFolders
- It is possible to create actions in SysFolders but as I understand the extension doesn't make sense since all actions...
- 08:18 Feature #17529 (Closed): Sitemaps/Menu of subpage with ACT
- It would be very nice to have the ACT items by default in the menus. There is no need for a CSS code, TS is certainly...
2007-08-13
- 23:39 Feature #17527: Recursive include of external Typoscript Files
- Thanks for your patch, Martin. Attached is an enhanced version which includes loop protection and removes the uninter...
- 15:46 Feature #17527 (Closed): Recursive include of external Typoscript Files
- Currently it is not possible to use more than one level of external ts-files because the parser is not checking the i...
- 20:05 Bug #17046: Umlauts not working in GIFBUILDER with php5
- There has to be one more place where this hack has to be integrated, as it does not work with graphical headers, exce...
- 17:34 Bug #17046: Umlauts not working in GIFBUILDER with php5
- If you want to apply this 'dirty patch' also to 'manual' produced ttf gifs, you'll have to include it in the function...
- 16:55 Bug #17528 (Closed): BEenableFields returns only ' AND ' in some cases
- If you call BEenableFields and nothing fits for the IF condition inside, then ' AND ' is returned. This is very bad, ...
- 15:52 Bug #17526: Password reset sends two messages with different password
- Hi Kurt,
are you shure that your have only one time the plugin "newloginbox" include on the page?
regards,
Mick - 15:20 Bug #17526 (Closed): Password reset sends two messages with different password
- When a user uses the 'Forgot password' function, two messages are sent to the user.
The first mail includes a passw... - 12:18 Bug #17525 (Closed): Feature Reference Check is not implemted to all delete buttons
- There is a feture implemented at clickmenu, as well as WEB -> List Modul that tells you wether a record is referenced...
2007-08-12
- 14:45 Bug #17524 (Closed): 'Lastlogin' for FE Users not shown in BE
- When displaying the FE-Users in the List-view the values from the 'Last Login' are not shown.
The values for lastlog... - 01:45 Bug #16779: Templavoila & ORACLE wont work (DBAL 0.9.9)
- I checked the latest version from http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/browser/typo3/TYPO3core/trunk/typ...
2007-08-11
- 15:56 Bug #17523: Property config.baseUrl and it's current construct may be incompatible with Explorer
- Right, my bad, I was just putting some sample value. It should write:
* BODY
o HEAD
... - 15:52 Bug #17523: Property config.baseUrl and it's current construct may be incompatible with Explorer
- The baseUrl needs to contain "http://"
- 15:19 Bug #17523 (Closed): Property config.baseUrl and it's current construct may be incompatible with Explorer
- This problem appears when a page has this hierarchy
* BODY
o HEAD
+ BASE lik... - 15:46 Revision be7d4770: Fix obsolete comment
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2446 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:40 Revision 6bfde847: * More admin panel fixes:
- - Hardcode some alignments
- Adding empty "summary" attribute to some tables of the admin panel
- Rem...
2007-08-10
- 23:54 Revision 2be0264b: * Various improvements to the admin panel:
- - Lots of alignment definitions. Alignments are now hardcoded to avoid conflicts with stylesheets that contain someth...
- 23:36 Bug #17522 (Closed): beuser
- beuser interface shows be-loginpage inside frame instead of content.
I had this problem already in an earlier T3-V... - 17:55 Bug #17521: Typo3 v4.1.2 Image cObject does not render properly in IE7.0
- Doctype of the rendered page in IE7 is:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
... - 17:52 Bug #17521 (Closed): Typo3 v4.1.2 Image cObject does not render properly in IE7.0
- In Typo3 v4.1.1 and versions prior, the Image cObj included empty <dd class="csc-textpic-caption"></dd> tags for each...
- 17:24 Feature #17225: Pagination to the List module
- It would be great if the lists for the record types are separated in tabs. So you see a tab for every record type, th...
- 17:18 Bug #16099: Fatal error after uploading the Version 4.0
- Hi... I just downloaded the latest stable version (4.1.2) and uploaded it to a client's web server. This is complete...
- 16:37 Revision 743006a5: Fix small typos
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2443 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:37 Revision 8a196dfd: Fix small typos
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2442 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:04 Bug #17476: When switching from copy-mode to move-mode in the clipboard, the tooltip still says "Copy Items instead of moving them"
- This behavior is not a bug but a missing feature. With the new Skin the icons changed so it is necessary to provide a...
- 15:27 Bug #17520 (Closed): Search result pagination fails with <base href="sitename"> and IE6
- Hi,
When I use the <base href="sitename"> tag IE6 confilts with indexed_search pagination in search results. The h... - 14:52 Feature #17519 (Closed): sr_feuser_register -> get rid of newloginbox and kb_md5pw
- Id like to get rid of newloginbox and kb_md5pw using sr_feuser_register.
For both extensions the source isn't so m... - 14:34 Bug #17518 (Closed): formmail: reply-to can contain invalid characters if formMailCharset different from site charset
- formmail automatically converts character sets in mail headers if you define config['formMailCharset'] different than...
- 13:59 Bug #17517 (Closed): newloginbox -> redirect
- Newloginbox has most featuers for redirecting build in, but the variable 'redirect_url' is only known when it's insid...
- 13:49 Bug #17516: t3d exports with impexp should be saved in fileadmin/_temp_ instead of fileadmin/
- That should be easy. Can you write a patch for it, please?
- 13:23 Bug #17516 (Closed): t3d exports with impexp should be saved in fileadmin/_temp_ instead of fileadmin/
- If you choose to export a structure with the impexp extension, you are asked for the filename:
Filename (saved in "f... - 13:11 Bug #15293: FORM wizard does not support FORM reset button
- This issue is related to #16289 where a patch can be found to edit reset buttons from within the forms wizard.
I s... - 11:47 Feature #17175: Get rid of &no_cache parameter
- By the way I agree with Elmar about the cHash : it always have to be valid (That's why i created pp_chashchecker ^^)!...
- 10:49 Feature #17175: Get rid of &no_cache parameter
- userFunc value will never be USER or USER_INT
I did make some extensions wich call themselves as USER_INT to outpu... - 11:05 Bug #17515 (Closed): Disabling the "disable RTE" checkbox
- If I uncheck "page content: disable RTE" in the allowed excludefields of a usergroup the checkbox is rendered in the ...
- 10:34 Feature #17514 (Closed): Enabling configuration of the "edit image" dialogue
- It would be great if we could configure the "edit image" dialogue via typoscript so that properties like "border" or ...
- 08:42 Bug #17513 (Closed): Function addToAllTCAtypes ignores "specificTypesList" if there is just the Type 0 specified
- In the file class.t3lib_extmgm.php the function addToAllTCAtypes ignores the parameter "specificTypesList" if there ...
- 04:16 Bug #17512 (Closed): Debugflag in class.t3lib_db.php $debugOutput
- the $debugOutput flag which is false by default should be controllable by localconf.
Reason:
In many situations...
2007-08-09
- 21:14 Bug #17511: newloginbox is missing sql
- Somehow the UpdateSkript is initalized and referring many rows from tt_content but in the extension-manager the updat...
- 20:21 Bug #17511 (Closed): newloginbox is missing sql
- newloginbox does not update tt_content with the required field "tx_newloginbox_show_forgot_password".
I still have n... - 18:12 Bug #17178: Extensions with dependencies - datatransfer did not sucseed
- There is a fix, but obviously the fix has not been committed yet, therefore reopening.
Thanks for pointing on this, ... - 16:35 Bug #17507: IE7: Strange behaviour with hover event of nested Tabs/IRRE-levels with relative positioned HTML elements
- The attached file "0006104.patch" should change this behaviour for IE6/IE7. The div-elements that get set with "posit...
- 14:36 Bug #17507: IE7: Strange behaviour with hover event of nested Tabs/IRRE-levels with relative positioned HTML elements
- I found out that this also occurs if script.aculo.us Sortable isn't used at all. It can be seen, when CSS hover effec...
- 11:59 Bug #17507: IE7: Strange behaviour with hover event of nested Tabs/IRRE-levels with relative positioned HTML elements
- I found some related articles about this behaviour:
http://www.joomlapolis.com/component/option,com_joomlaboard/Item... - 12:34 Bug #15955: error message on moving elements in draft workspace
- Andreas, this issue is (unfortunately not very widespread) known from the very beginning of workspaces:
http://lists... - 11:23 Bug #17510 (Closed): stdWrap.numRows not DBAL safe
- The problem is that a user may use a copy of styles.content.get to set up a query. This will set an order clause. But...
- 10:29 Feature #17175: Get rid of &no_cache parameter
- Hello Michael,
I could contribute such documentation. But my solution is to use 2 plugins, a USER plus a USER_INT.... - 09:22 Feature #17175: Get rid of &no_cache parameter
- Hi Elmar, yes I totally agree with you. And I even think that this will be an easy change.
However, the rather dif... - 09:08 Feature #17175: Get rid of &no_cache parameter
- Related: http://bugs.typo3.org/view.php?id=6108
The no_cache parameter could be restricted in that way, that it on... - 10:22 Feature #17258: A better $TSFE->set_no_cache()
- @popy: Bien sûre. But this killer of performance can be slain, which is a lot.
- 10:00 Feature #17258: A better $TSFE->set_no_cache()
- There's always a way to do insane extensions... you can't imagine what i did found on some french projects...
- 08:55 Feature #17258: A better $TSFE->set_no_cache()
- @popy:
People can't proceed to make insane extensions in this point, because they would not work. You can only tak... - 08:59 Feature #17509 (Closed): Change the preview mechanism
- The page preview works by sending the parameter no_cache=1 in the URL. This parameter is often abused by extensions. ...
2007-08-08
- 22:38 Bug #15955: error message on moving elements in draft workspace
- I'm facing this issue again:
Errors:
1: Move attempt failed due to workspace restrictions: Record could not be ed... - 22:38 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
- @Oliver:
You write: Your changes require to have a cHash on every GET call, even if this is addressing a USER_INT ... - 21:56 Bug #17251: tslib_fe::makeCacheHash does not work if no cHash
- @popy: You want to send POST data to a USER plugin. You should always use a USER_INT for dynamic plugins.
- 21:34 Feature #17258: A better $TSFE->set_no_cache()
- People who create insane extensions will continue even if we remove these features.
And that's not the problem, I ma... - 21:06 Feature #17258: A better $TSFE->set_no_cache()
- @popy:
Both &no_cache=1 AND TSFE->set_no_cache(); have to go. They are abused by extensions.
Sending POST d... - 21:18 Feature #17225: Pagination to the List module
- hi Ingo
could you add this feature to 4.2? - 17:11 Bug #17508 (Closed): image effects: grayscale in text w/image not working
- All image effects are working despite grayscaling images. The command line which TYPO3 tries to execute rusults in th...
- 17:09 Bug #17507: IE7: Strange behaviour with hover event of nested Tabs/IRRE-levels with relative positioned HTML elements
- I found out, that the prototype.js method "Element.makePositioned()" is responsible for that behavior. If I disable t...
- 17:02 Bug #17507 (Closed): IE7: Strange behaviour with hover event of nested Tabs/IRRE-levels with relative positioned HTML elements
- This issue is very strange. It happens only in Internet Explorer 7 (and also version 6) when there are some nested Ta...
- 16:29 Bug #17506 (Closed): EM diplays only a white page when something is wrong in an extension file
- When you have made a PHP error in an extension in the file ext_emconf.php then the EM does not inform you about this ...
- 14:31 Bug #17505 (Closed): Output of class.t3lib_htmlmail.php is not standard compliant
- On a Windowsserver, where you don't use sendmail, the created HTMLMail-Header is wrong.
There are some blanklines ... - 12:22 Bug #17504: No thumbnails generated for jpg and png
- And for other file types (e.g. gif, pdf, etc.) this is working?
One thing I've seen often is a wrong path setting:
... - 11:48 Bug #17504 (Closed): No thumbnails generated for jpg and png
- Normaly when I use the content-element text with image, i can see a thumbnail.
Currently i get for jpg´s and png´s t... - 09:21 Bug #17499: typo3 backend and install tool are working properly but are linking to "page not found" when links are generated correctly.
- Closed on reporters request.
2007-08-07
- 21:07 Bug #16995: 0004694: Feature request: Mount point on higher level
- When do you get this error? It seems you cannot call a mount point page directly. I.e. if page with id 130 is a mount...
- 20:57 Bug #17502: [upgrade] PHP 5.1 or later, MySQL 4.0 or later
- Helllo Sebastian,
please just upgrade PHP, I care for the wiki-engine. I know that you have much other things what... - 15:43 Bug #17502: [upgrade] PHP 5.1 or later, MySQL 4.0 or later
- current stable: 1.10.1
* PHP version 5.0 or later (5.1.x recommended)
* Database Server MySQL 4.0 or later - 12:22 Bug #17502 (Closed): [upgrade] PHP 5.1 or later, MySQL 4.0 or later
- the problem:
the wiki-engine is very old and connot be updated because the current PHP-version on the server is much... - 16:59 Bug #17394: Child records are displayed multiple times: using patch 5718
- Is this bug still reproducible with TYPO3 4.1.2?
- 16:57 Bug #17374: Combination mode doesn't save new child records correctly
- Is this bug still reproducible with TYPO3 4.1.2?
- 16:49 Bug #17494: switch to User does not Work in List Modul
- In bug #17462 this was the same with the mod.php dispatcher.
- 16:41 Bug #17494: switch to User does not Work in List Modul
- The problem is that the context menu calls the module's index.php directly, but it's meant to be called via the dispa...
- 16:49 Bug #17501: link of home page not work
- What "homepage"? Your homepage, TYPO3's homepage? Which link?
- 08:07 Bug #17501 (Closed): link of home page not work
- it is not working
(issue imported from #M6090) - 16:48 Feature #17503 (Closed): BE should check Mysql charset settings
- Talking to the DB server the charset settings should match the settings of TYPO3 to avoid charset problems. So (at le...
- 11:29 Bug #14856: TYPO3_SITE_URL is not set correct
- After testing I see it is a bit more complecated, thanI thought.
There are 2 different files, which define PATH_this... - 10:55 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- Hi Michael!
On both sites, [BE][forceCharset] is set to "utf-8". Should I still remove "metaCharset" and "renderCh... - 08:14 Bug #17499: typo3 backend and install tool are working properly but are linking to "page not found" when links are generated correctly.
- ok.......close this bug...
2007-08-06
- 21:32 Revision c9cf35e4: Fixed bug #5941: Log reason of failure on DB connect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2441 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:32 Bug #17455: No proper error message mysql_error() information needed
- Fixed in SVN (trunk and TYPO3_4-1).
- 21:29 Revision ca547bc4: Fixed bug #5941: Log reason of failure on DB connect
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2440 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:58 Feature #17500 (Closed): Localization of child records
- The localization of child records when viewing the parent record isn't possible. This is a missing feature of TYPO3 4...
- 19:43 Bug #17178: Extensions with dependencies - datatransfer did not sucseed
- Closing on user request.
- 19:31 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- What I can say is: If you use UTF-8 on your site, avoid using metaCharset and renderCharset because these won't affec...
- 13:38 Bug #17495: IRRE Ajax does't work if date2cal extension is installed
- so should we assign that bug to the date2cal extension author?
- 11:52 Revision ef5e947c: * Fixed bug #6017: Better transliteration for hebrew (lower-cased latin letters)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2439 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:14 Bug #17499 (Closed): typo3 backend and install tool are working properly but are linking to "page not found" when links are generated correctly.
- We using typo3 4.1.1.
Links are not working and default page is displayed as “page not found”
But in the url the li... - 09:08 Feature #17498 (Closed): Auto resizing of images placed with "Drag 'n Drop"
- When adding images to the Richt Text Editor (RTE), images are not resized when using the tab "Drag'n Drop".
The or...
2007-08-05
- 19:12 Bug #17411: No backend modules are shown
- typo3/alt_main.php:
The id=".." parameter is missing for the frames, only the name is given. So getElementById canno... - 09:12 Bug #17411: No backend modules are shown
- Now it this bug is back again. - sigh
- 17:44 Bug #17495: IRRE Ajax does't work if date2cal extension is installed
- There are three things I found:
1) In tx_date2cal_wizard the variable $this->jsObj is set to &$GLOBALS['SOBE']->doc ... - 14:01 Bug #17495: IRRE Ajax does't work if date2cal extension is installed
- I can reproduce the problem! Just disabled the natural language parsing feature of date2cal. Should have somebody a ...
- 15:36 Bug #16136: Crash when changing BE user password
- On line 525 in typo3/sysext/setup/mod/index.php I found another require('template.php') I missed because of a additio...
- 13:58 Bug #17468: TCA eval required on date field does not work
- I had a bug in evalFunc_outputObjValue:
* "eval" => "date,required" worked
* "eval" => "required,date" didn't work
... - 08:54 Bug #16322: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in ...
- Problem also occurs with 4.1.1 and 4.1.2 of typo3. I am seeing this warning message also on the frontend (and in the ...
2007-08-04
- 20:04 Feature #17497 (Closed): Enabling acronym plugin in IE and in Frontend
- Currently the acronym feature is neither available in IE nor in the frontend.
Since proper markup for acronyms is on... - 11:58 Bug #17496 (Rejected): missing default value in search form
- The search form input should have a default value like "Enter search here" This is a W3C WCAG requirement and require...
- 10:25 Bug #16375: Performance tunning : avoid low php-functions
- No because i did add a space befire the first comma (added to $list) so if the found item is the first, strpos will r...
- 00:50 Bug #16375: Performance tunning : avoid low php-functions
- function inList($list,$item) {
- return strstr(','.$list.',', ','.$item.',') ? true : false;
+ return strpos(' ,'...
2007-08-03
- 22:13 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- Hi,
i think this issue has to be continued. I have this problem really often, also by being not as fast - depends ... - 18:02 Bug #17495: IRRE Ajax does't work if date2cal extension is installed
- Which browser are you using and do you get any JavaScript errors?
- 17:17 Bug #17495 (Closed): IRRE Ajax does't work if date2cal extension is installed
- if your child record uses date fields and you have date2cal extension installed to help filling in date fields, you a...
- 17:52 Bug #17468: TCA eval required on date field does not work
- The attached patch file should solve the problems:
* since "required" had no effect on the evaluation/manipulation o... - 16:40 Bug #17468: TCA eval required on date field does not work
- I can confirm this behaviour:
* if the eval is set to "date,required", the unix timestamp will show instead of a for... - 16:19 Bug #16136: Crash when changing BE user password
- I've tried the patch. It doesn't help in my particular situation, but it doesn't make things worse either. :-) So I t...
- 16:09 Bug #17494 (Closed): switch to User does not Work in List Modul
- if selection "switcht to user" out of the context menu in the list modul.
the switch does not work.
im getting an ... - 15:59 Bug #17493 (Closed): incorrect TS editicons on CType HTML
- Content type HTML has editicon settings to show field 'pages' from table 'tt_content', which doesn't make any sense.
... - 15:15 Bug #17492 (Closed): automaketemplate won't work
- Same issue as bug no 0005845 http://bugs.typo3.org/view.php?id=5845 ! I am doing the "modern template building" tutor...
- 12:49 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- Was this patch applied? Cause I did not see it applied in TYPO3 4.1.2.
- 10:57 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
- i wondered, because the patch reads the configuration and replace the address in the right way, so in my opinion ther...
- 10:41 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
- Sorry but I can't reproduce it any more. Now I have the correct address in the variable. And every thing works. I cha...
- 09:56 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
- Christian, the function is called in class.tslib_content.php. Could you please post your CONFIG-Part of TypoScript? T...
- 09:18 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
- For me the patch does not work. I found out that the varible $mailAddress is empty if i do an echo $mailAddress. Whic...
- 04:13 Feature #16079: RTE adds unwanted <p> tags in Tables
- First line should read:
The line heights are extra large because all the table cells have had p tags wrapped aroun... - 04:11 Feature #16079 (Closed): RTE adds unwanted <p> tags in Tables
- From the RTE, insert a table and add some content. Go to the front end and look at the table. The line heights are ...
2007-08-02
- 23:57 Feature #16088: Adding propertie "class" for typolink
- You are right, there isn't a big difference in typing. I would go for a "TS array" because it is a standard format. I...
- 20:18 Feature #16088: Adding propertie "class" for typolink
- I agree, but ATagParams does exactly the same, you can add params as you like, it's only a different kind of writing....
- 19:54 Feature #16088: Adding propertie "class" for typolink
- @Steffen: Right. It's a "bordercase" and less important. Not to change it, isn't the worst case.
Both options are ... - 18:09 Feature #16088: Adding propertie "class" for typolink
- atm the class can be given with 2 ways
1) parameter divided by space (your example)
2) $GLOBALS['TSFE']->ATagParams... - 18:03 Feature #16088: Adding propertie "class" for typolink
- If an class attribute property is provided, an id attribute could simply be added in the same way.
- 17:53 Feature #16088: Adding propertie "class" for typolink
- This is related to bug 0004564
- 17:51 Feature #16088 (Closed): Adding propertie "class" for typolink
- The typolink property "parameter" takes several informations:
http://typo3.org/documentation/document-library/ref... - 18:48 Bug #16087 (Closed): Copying of fe-users does not work
- If you try to copy fe-users from one sys-folder to another the datarecord is not inserted into the new sysfolder, but...
- 18:14 Bug #17484: RTEhtmlarea is not show in child records if parent has no RTE
- now it's perfect :-)
And i confirm, that in my case the rte is initialized right!
So all is working fine for me n... - 17:59 Bug #17484: RTEhtmlarea is not show in child records if parent has no RTE
- Ah yes, thanks for the hint. The patch was created against the latest revision of the 4.1 branch (TYPO3 4.1.3-dev). T...
- 17:51 Bug #17484: RTEhtmlarea is not show in child records if parent has no RTE
- Hi Oliver,
very good news.
i tried to apply the patch (4.2 dev svn) but told me, that the patch is outdated - doe... - 14:38 Bug #17484: RTEhtmlarea is not show in child records if parent has no RTE
- Here we go! This patch was a f**king hard one...
The first instance of RTEhtmlarea sets/loads a portion of JavaScrip... - 17:58 Bug #16741: typoLink doesn't use "type" correctly with simulateStaticDocuments
- To make the matter complete we should also think of the other values of parameter. At least the "class" attribute co...
- 17:31 Bug #16741: typoLink doesn't use "type" correctly with simulateStaticDocuments
- ok, i uploaded the patch as diff.
The change is very small
unset($theTypeP);
was changed to
$theTypeP =$conf['t... - 14:45 Bug #16741: typoLink doesn't use "type" correctly with simulateStaticDocuments
- Well, while solution already exists (see my example with dataWrap), but I lik Steffen's solution too. Except that it ...
- 13:06 Bug #16741: typoLink doesn't use "type" correctly with simulateStaticDocuments
- I vote for Steffen Kamper's solution:
10.typolink.parameter = 7
10.typolink.type=150
@Thorsten Kahler
Where... - 16:42 Bug #16110: links are generated correctly but are linking to "page not found" but typo3 backend and install tool are working properly.
- That's a duplicate.
- 16:27 Bug #16110 (Closed): links are generated correctly but are linking to "page not found" but typo3 backend and install tool are working properly.
- We using typo3 4.1.1.
Links are not working and default page is displayed as “page not found”
But in the url the li... - 16:27 Bug #17459 (Closed): links are generated correctly but are linking to "page not found" but typo3 backend and install tool are working properly.
- We using typo3 4.1.1.
Links are not working and default page is displayed as “page not found”
But in the url the li... - 15:19 Bug #17070: typolink: cHash corrupted due to linkVars
- Bug still present in typo3 v 4.1.2 (and #17095 too !)
- 08:29 Bug #16129 (Rejected): imageLinkWrap missing text between img tag and a tag
- According to wcag (web content accesibility group) of the w3c it is not possible to have source like this
<a href=...
2007-08-01
- 22:54 Bug #16166: Publishing a record breaks dam_ttcontent-relations
- Hm, Julien, you are right, but I have to admit that I don't know how to handle this.
The problem is that if MM_opp... - 16:17 Bug #16135 (Closed): Fatal error upon uninstallation of tt_products
- TYPO3 Fatal Error: Extension key "tt_products" was NOT loaded! (t3lib_extMgm::extRelPath)
Just press uninstall butto... - 13:06 Bug #16545: GIFBUILDER indexcolors cropsized images
- +1 For inclusion in CORE!
- 12:48 Bug #16136: Crash when changing BE user password
- I've added a patch that changes all require() to require_once() in the core. Maybe in your case template.php was load...
- 12:27 Bug #16136: Crash when changing BE user password
- I could reproduce this behavious with static_info_tables:
Fatal error: Cannot re-assign $this in [PATH]typo3conf/ext... - 10:29 Bug #16136: Crash when changing BE user password
- The data is saved correctly, though.
- 10:28 Bug #16136: Crash when changing BE user password
- This also happens when changing the user's real name, but not when changing the BE language. Probably this is relate...
- 10:27 Bug #16136 (Closed): Crash when changing BE user password
- 1. Log in as a BE user with administrator rights.
2. User > Preferences
3. Enter a new password twice.
4. Cl... - 09:57 Feature #17378: Hide dotfiles such as .svn in filelists
- @Oliver:
Yep, got your point and it makes perfect sense of course. I guess you mean this in addition to this (or a s... - 09:50 Feature #17378: Hide dotfiles such as .svn in filelists
- .svn directories are important when developing, but only if the source code has been checked out from SVN. In the TER...
- 09:38 Feature #17378: Hide dotfiles such as .svn in filelists
- @Steffen and Oliver:
Could you clarify what you mean with your notes? I'm not sure we're talking about the same th...
2007-07-31
- 17:38 Bug #16166: Publishing a record breaks dam_ttcontent-relations
- -> about the last patch
Well, what about the other side of the relation?
It seems to me that in 4.1, you can de... - 08:50 Bug #16587: MM records not written to database
- Since the removal of the EXT mmforeign solved the problem, I'm closing this bug report. "mmforeign" overwrites parts ...
- 08:40 Bug #16587: MM records not written to database
- No, it applied to all MM relations in the TYPO3 installation. After removing mmforeign the problem was solved. As you...
- 00:21 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
- same problem with 4.1.1
thx for the patch - works perfect for me ;-) - 00:15 Bug #17294: spamProtectEmailAddresses_atSubst is not recognized correctly
- Same Problem here, but the Patch is working well, thx for that!
2007-07-30
- 21:39 Bug #16410: There is no connection to the database!
- I have the same problem. phpmyadmin works great but T3 install tool doesn't. If you want I can grant access to a php...
- 13:17 Bug #16182: Domain Substitution in external link
- i'm wondering at all, that external links are modified, they should be left as they are.
- 13:09 Bug #16182 (Closed): Domain Substitution in external link
- I have a multidomain-setup
- root1 (domain1)
-- pages ...
- root2 (domain2)
-- pages ...
Now if I'm in domain2... - 09:52 Bug #17442: Default values defined in TCA not used in IRRE children
- The attached patch should solve this problem on new records. Please test and gimme a short feedback. Thanks!
- 09:00 Bug #16026: special=directory does not include submenu entries
- ok just seen http://bugs.typo3.org/view.php?id=633
- 08:59 Bug #16026: special=directory does not include submenu entries
- so could this be changed? there is really a need to show level 2 menues with special = directory!
- 07:33 Feature #14463: Menu doesn't expand if ".special" is set
- The patch works. Please use it in future versions.
My site uses such setup and not works on Typo3 4.1.1 without th...
2007-07-29
- 20:29 Bug #16190 (Closed): requestUpdate does not work on selectboxes (group-fields)
- when i try to set requestUpdate on group-fields in TCA, i get no page-reload after modifying the field.
i tried to d... - 10:59 Bug #16375: Performance tunning : avoid low php-functions
- I also like this patch. It makes the whole thing also more readable/understandable. But the are some small typos in t...
- 10:29 Bug #16375: Performance tunning : avoid low php-functions
- I like the patch. Finally a first step in getting rid of all the PHP3-made code from ten years ago ;-).
- 06:06 Bug #16191: class.t3lib_div.php >>>"lang " BUG, lang system bug
- NOW THE ONLY WAY TO USE LANGUAGE FOR EVERYBADY IS THAT DEL ALL CODE OF "<languageKey index="ch" type="array"></langua...
- 05:51 Bug #16191 (Closed): class.t3lib_div.php >>>"lang " BUG, lang system bug
- all extension have this problem, both ext and sysext. the I make a example of tt_news, then you can understand well.
...
2007-07-28
- 09:06 Bug #16562 (Closed): translate system bug
- first I have done the ts that 'config.language = ch'
and I have translated all the program in chinese.
If the "ex... - 00:17 Bug #16587: MM records not written to database
- Perhaps it has nothing to do with mmforeign but with this bug: http://bugs.typo3.org/view.php?id=5103
2007-07-27
- 20:40 Bug #17433: Inserting a divider (<hr>) on the RTE breaks XHTML validation
- I have the same problem, but found out, that if an other block-element is placed in the content, the parsing is ok af...
- 19:03 Feature #16400: Adding existing records
- thx for the advise, i will check it.
- 18:59 Feature #16400: Adding existing records
- This possibility is mentioned at http://typo3.org/uploads/media/Inline_Relational_Record_Editing_01.pdf at the sectio...
- 18:38 Feature #16400: Adding existing records
- Hi Oliver,
i looked through the examples in the IRRE Tutorial but i did'nt saw this possibility.
Anyway i have ... - 18:27 Feature #16400: Adding existing records
- Importing/relating to existing records is possible on using an intermediate table (m:n relationship). It is also poss...
- 13:19 Feature #16400 (Closed): Adding existing records
- I don't see a possibility to add existing records, there is only a link for "create new"
Is this planned or possible... - 18:52 Bug #16944: GMenu and TMenu: Rendering "borderswithin" doesn't work with Firefox and Doctype HTML 4.01 Transitional
- I can confirm this issue, the JavaScript with the error looks like this:
if (parseInt(GLV_menuOn["fa6241"].left)+GL_... - 18:33 Bug #16587: MM records not written to database
- So, if you remove the extension "mmforeign" the releation is correctly stored to the MM table? The feature "bidirecti...
- 08:55 Bug #16587: MM records not written to database
- I also forgot to select a correct category for this topic
- 08:33 Bug #16587: MM records not written to database
- I found what was causing this problem. The extension "mmforeign" does this. I don't know if it is a conflict between ...
- 17:19 Bug #16375: Performance tunning : avoid low php-functions
- You're right ^^
- 16:29 Bug #16375: Performance tunning : avoid low php-functions
- Popy, are you sure this is the right patch? It seems more to be about sql_free_result and using COUNT.
- 14:36 Bug #16375 (Closed): Performance tunning : avoid low php-functions
- Using foreach instead of while (list() = each())
Using strpos instead of strstr for conditions
(issue imported f... - 17:06 Feature #16289 (Rejected): mailform: Checkbox-Array & Wizard improvements
- The applied patch suggests some more features for the TYPO3 mailforms:
1) Have checkbox arrays available: Those ar... - 16:59 Feature #16323 (Closed): Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- If you let "uploadfolder" empty in your TCA Settings. Like:
"movie" => Array (
"exclude" => 1,
"label"... - 16:18 Feature #17154: Suggesting TS configurable Return-Path, from_mail and from_name for mailforms
- Upload of patch against TYPO3 4.1.2.
+ Handling situation, where the TS-Template might not yet be loaded. - 08:54 Feature #16438 (Closed): Improvements of inlineCSS: adding classes to inline elements without additional span
- The following behaviour comes very close to a bug. Currently it IS possible to add a class directly to a given inline...
- 08:15 Bug #16469 (Closed): Bug in newloginbox 3.0.1
- In file class.tx_newloginbox_pi1.php, line 84, I think it should be
$spid['_STORAGE_PID'] = $GLOBALS['TSFE']->getS...
2007-07-26
- 22:06 Bug #14988: xhtml_cleaning corrupts javascript in HTML-comment from extension
- we had the same issue with some RDF code peace in a comment comming from TIMTAB. We at that time decided to leave xht...
- 18:41 Bug #17452: Resolving external URLs
- I'd like to see this feature as well!
- 18:15 Bug #16490 (Closed): Performance tunning : counting and freeing memory
- When using mysql_query (through TYPO3_DB), the query result is buffered. In many core functions, this buffer is not c...
- 16:51 Bug #16587 (Closed): MM records not written to database
- For some reasons MM records are not written to the database. I have reproduced this issue with with the tt_news exten...
- 16:41 Bug #16944 (Rejected): GMenu and TMenu: Rendering "borderswithin" doesn't work with Firefox and Doctype HTML 4.01 Transitional
- When using the Doctype HTML 4.01 Transitional the menu option "borderswithin" (which makes sure that submenus stay wi...
- 10:40 Bug #14856: TYPO3_SITE_URL is not set correct
- I have problems with TYPO3_SITE_URL as well in TYPO3 Ver. 4.1.2.
The problems appeared with realURL, but i think it...
2007-07-25
- 22:30 Bug #16166: Publishing a record breaks dam_ttcontent-relations
- "How to spam a bugtracker, part 2" ;)
Sorry, there has been another mistake in all-tables2.diff. I corrected it an... - 22:03 Bug #16166: Publishing a record breaks dam_ttcontent-relations
- I'm sorry, but I have not thought about this enough :( There are tables which may contain the mm-refs for more than o...
- 21:20 Bug #16166: Publishing a record breaks dam_ttcontent-relations
- Well, after more than three months I have finally managed to get back to this bug again - and here I am with a new so...
- 19:45 Bug #17465: Usability Issue with classes wrapped with <> in select lists
- Hello to Stanislas,
I just found out, where the brackets are produced for text styles.
htmlarea/inlineCSS/inlinec... - 18:28 Bug #16179: Fatal error with flexform fields in a database.
- Any news about this bug?
I've tested Morten's solution and it's working well...
- 15:50 Feature #17299: Enable/integrate conditions in Page TSconfig
- Integrated one fix:
* if a new page is created after another one (uid negative, e.g. "-333") this wasn't resolved co... - 13:47 Bug #16526: Moving content elements in frontent editing mode causes crash
- I can confirm this bug in 4.1.2, too. I'm wondering that nobody fixes this bug in the TYPO3 Source? I think it is an ...
- 11:02 Bug #16537: tslib_content typolink does not check if url is vaild scheme
- For Typo3 4.1.1 :
PHP Warning: parse_url(http://javascript:linkTo_UnCryptMailto('nbjmup+kfbo.ebojfm/evcpjtAwe/di'... - 08:28 Bug #17103: Deleted options from extensions remain in localconf.php when updating extension configuration
- I'm not talking about kickstarter but saved configuration in localconf.php
I have sometimes met this problem becau...
2007-07-24
- 16:36 Bug #17103: Deleted options from extensions remain in localconf.php when updating extension configuration
- Are you talking about the kickstarter?
If not, could you please give an example to enable reproduction of this behav... - 16:04 Bug #17103 (Closed): Deleted options from extensions remain in localconf.php when updating extension configuration
- Typo3 doesn't rewrite extension configuration properly.
It should take off such configurations, which doesn't exis... - 16:33 Feature #17378: Hide dotfiles such as .svn in filelists
- absolutely!
If i'm right this can be done with
$GLOBALS['TYPO3_CONF_VARS']['EXT']['excludeForPackaging']
I wil... - 16:21 Feature #17378: Hide dotfiles such as .svn in filelists
- If they are filtered during upload, they should also be filtered when creating the ext_emconf hashes.
- 16:08 Feature #17378: Hide dotfiles such as .svn in filelists
- Hi,
what's about filtering them out while uploading to TER ?
These files are uninteresting for the users, disk sp... - 14:31 Feature #14173: remove dependency on static_info_tables for $GLOBALS['TSFE']->sys_language_uid
- is present in source
- 14:20 Feature #17299: Enable/integrate conditions in Page TSconfig
- Integrated one fix:
* on saving a new page record during the TCEmain phase the PIDupinRootline was processed wrong i...
2007-07-23
- 20:19 Bug #16581: Mailforms are not sent when using Opera
- i had some caching related problems with opera too
i used that code to solve it:
[browser = opera]
config.send... - 18:03 Feature #17299: Enable/integrate conditions in Page TSconfig
- Integrated to fixes:
* PIDupinRootline didn't work when creating a new page and the parent page was the one set in P... - 16:48 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- Hello Helmut,
of course I can provide the snippet. Here you are:
---
config {
htmlTag_langKey = de
langu... - 16:17 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- I removed base64_en/decoding and everything is still fine in my TYPO3 installation. So it had nothing to do with TYPO...
- 09:38 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- Hi Helmut!
Yes, the patch for base64-encoding (from bug #0005088) solved the issue. Now both databases (at home an... - 16:12 Bug #17176 (Closed): TSref: [globalString = HTTP_HOST= www.typo3.com] does not always work
- Here
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3526981
it says th... - 15:33 Bug #17311: Page TSconfig isn't respected for new elements in new pages
- This issue concerns also IRRE. Imagine you have inline children on a page an create a new page. Thus, the child recor...
- 14:16 Bug #17311 (Closed): Page TSconfig isn't respected for new elements in new pages
- If creating new (tt_content) elements and new pages within the very same view (f.e. by rendering two subsequent TCE-F...
- 13:35 Feature #17037: Better Shortcut for pages
- Added patch for TYPO3 4.1.2: 5066_4.1.2.patch
- 08:45 Feature #16494: Insert/Modify Link with DAM
- It would be also usefull if the selected dam element ist stored to RTE only widh ID and not the complete PATH. Then i...
- 08:36 Bug #16026: special=directory does not include submenu entries
- 100% ACK with Nils Clark-Bernhard.
Most people do not know this feature and wonder why they do not get submenues ... - 08:17 Bug #17399: Child records with image fields are not shown in m:n disposal
- Thanks Vladimir!
- 08:01 Bug #17399: Child records with image fields are not shown in m:n disposal
- Hi Oliver,
the patch works fine for me, thank you. Got on example, I will upload now.
2007-07-22
- 23:57 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- My problem vanished using base64 encoding, contacting our provider and complaining of db problems. The provider had a...
- 19:20 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- Hi!
Same for me: the change from blob to text does not make any difference. It only causes trouble with my utf8 en... - 16:10 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- The backslash seems to be the problem in my case as it seems to be expanded as control character. Changing contentfie...
- 14:17 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- Hi!
I'm just getting started with typo3. My setup: I currently edit the pages and templates at home and then copy ... - 14:13 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- try to change fieldtyp from blob to text
i had this strange error also some time ago.
(maybe related to charset) - 00:25 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- I inserted the following debug code:
--- t3lib/class.t3lib_tstemplate.php.orig 2007-07-16 01:31:20.000000000 +0200... - 15:19 Bug #17399: Child records with image fields are not shown in m:n disposal
- The instance of template was missing in $GLOBALS['SOBE']->doc in the file alt_doc_ajax.php. The attached patch fixes ...
- 14:32 Bug #17399: Child records with image fields are not shown in m:n disposal
- The AJAX call to the import action delivers:
Fatal error: Call to a member function wrapClickMenuOnIcon() on a non-... - 14:33 Bug #17332: label field which is a relation is not human readable (the field is not resolved like in 4.0.x)
- (more friendly would have been nice...)
--------
As described earlier this is a feature which works for 4.0.x branc... - 14:08 Bug #17354 (Closed): fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
- Problem:
It is not possible to define another that default language as fallback.
This is what TYPO3 does actual:
... - 12:44 Bug #17440: Default template is not XHTML compliant
- I made a patch for this issue. Please look at 5732
- 10:49 Bug #17380 (Closed): Extension Manager does not recognize and report errors when executing sql queries
- No error message is given if something in ext_tables_static+adt.sql went wrong
A malfunctioning create table or inse...
2007-07-21
- 23:00 Bug #17399 (Closed): Child records with image fields are not shown in m:n disposal
- If you use "anti-symmetric intermediate table" type of relations and in child records there is "group" type of select...
- 15:33 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
- Of course my "fix" is bad, as it causes much more trouble.
Any help is appreciated! - 15:19 Bug #17437 (Closed): When accessing pages form cache "No Temlpate found!" appears
- This seems to be related to 0005088, but this bureport is closed, so I open a new one.
After our provider udated t...
2007-07-20
- 19:47 Bug #17460 (Closed): pi_getPidList selects pages that it shouldn't
- Let's have such page tree:
- 1
--- 2 (hidden)
------> 3
------> 4
--- 5
--- 6
Now, calling pi_getPidList(1,1... - 19:35 Bug #17071: RTE Error when adding links with &L= switch (TYPO3 v4.0.2 and 4.0.4)
- Could you please supply a patch here if you managed to solve the issue?
- 13:29 Bug #17071: RTE Error when adding links with &L= switch (TYPO3 v4.0.2 and 4.0.4)
- We've now managed to stabilise this so for now I wish to close this issue.
- 15:38 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
- thanks for patch.
------------
comments to tx_extrapagecmoptions patch:
1) (it disables all extra click items):
... - 11:18 Bug #17393: Hiding of own user should be not possible
- yes! This is a good Idea ^^
- 11:17 Bug #17491 (Closed): PHP option magic_quotes_runtime is not checked
- magic_quotes_runtime shoud be disabled. A good place could be either config_default.php.
(issue imported fro... - 10:53 Feature #17225: Pagination to the List module
- any chance to see enhanced List module in 4.2?
- 10:17 Feature #17378: Hide dotfiles such as .svn in filelists
- I have updated and tested the patch against typo3_src-4.1.2 - you find it attached.
2007-07-19
- 23:43 Bug #17489: Install Tool image tests fail when there are spaces in the path name
- very likely this bug is due to space chars in windows paths (e.g. "Program Files"). After I removed my default typo3 ...
- 23:12 Bug #17489 (Closed): Install Tool image tests fail when there are spaces in the path name
- The test "1: Reading image formats" from the Testmenu on page "4: Image Processing" of the Install tool is not worki...
- 23:42 Bug #17490: Install Tool on WinXP does not recognize the presence of gm.exe
- very likely this bug is due to space chars in windows paths (e.g. "Program Files"). After I removed my default typo3 ...
- 23:15 Bug #17490 (Closed): Install Tool on WinXP does not recognize the presence of gm.exe
- The gm package supplied by the windows installer does not work. The install tool complained that it cannot find the t...
- 22:49 Bug #17411: No backend modules are shown
- Close this bug. I cannot repeat this. any more.
- 22:45 Bug #17427: Dependencies of uploaded extensions get lost
- tt_products users must use fh_library 0.0.19 in the future with an additional check if tt_products has been installed...
- 22:31 Bug #17427: Dependencies of uploaded extensions get lost
- This is a SVN patch request:
There is only a simple error message 'TYPO3 Fatal Error ...' but no debug info.
So... - 22:44 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
- What about the item "send to review/pub"? Shouldn't it also be possible to remove that one?
BTW: sorry if this is a ... - 17:40 Feature #17488 (Closed): romanian language flag
- HI!
Please add ro.gif as an possible language flag to typo3.
Thanks,
Sebastian
(issue imported from #M6000)
2007-07-18
- 17:17 Bug #17479: Alert in FE: "...CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir..."
- Since PHP 5.2.0, 5.1.5 and 4.4.4 (see PHP Changelog).
- 17:14 Bug #15498: Strange generated link in indexed_search
- I confirm the bug.
- 17:10 Bug #17487 (Closed): Crawler/Index Config: hidden records are re-indexed
- The indexer for single records does not use t3lib_BEfunc::BEenableFields().
(issue imported from #M5998) - 16:51 Feature #17382: Delete button in yellow warning box
- You can allow one or more addresses and address ranges. I'm not suggesting to check if the address changes in the ses...
- 15:49 Bug #17457: External URL leads to Internal Server Error (Error 500)
- Sorry for the delay with the reply.
The reloads sound interesting. Never tried to spam reload. A co-worker told me, ... - 15:04 Feature #17486 (Closed): Crawler/Index Config: enhance queue entries
- Type "pages" has only pid as URL, would be nice if it could include the page title as well.
Type "records" has onl... - 15:01 Bug #17485 (Closed): Crawler/Index Config: hook in crawler_init gets no configuration data
- The hook is called like that:
$hookObj->initMessage($message)
Unfortunately $message is not set and makes no se... - 14:10 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- hey.
just shoot me an email about the custom problem ( mack -- at -- xnos -- dot -- o.r.g).
But of course we need a... - 14:06 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- I have a custom written php based extension to create a horizontal pull-down menu.
When I load the altern_lang_p... - 13:56 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- Can you specifiy how it "breaks" other extensions (which extensions) ?
- 13:54 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- Its breaks my php-based menu extension so is unusable for me.
- 13:12 Bug #17484 (Closed): RTEhtmlarea is not show in child records if parent has no RTE
- When you create a child record on a parent without a field on which RTE is enabled, the RTE does not load in the chil...
- 10:31 Bug #17482 (Closed): Stop Words in Indexed Search
- There seems to be no support for adding stop words for the indexed search.
Even a field exists in the table index_w...
Also available in: Atom