Activity
From 2006-03-21 to 2006-04-19
2006-04-19
- 22:31 Feature #14365: href title tags
- This is the case now for most links.
- 17:17 Bug #16067 (Closed): Search for special characters
- Hello,
I would like to use the search engine so I can for example search for:
"étudiant" or "etudiant"
And t... - 16:29 Bug #16066: Language pack installation cannot handle spaces in filenames
- See also BUG #0001180
- 16:28 Bug #16066 (Closed): Language pack installation cannot handle spaces in filenames
- The installation of language packs via the extension managers "Translation handling" feature does not work if there a...
- 16:06 Bug #16018: Effect "gray" of the GIFBUILDER object doesn't have any effect at all
- The first 4.0 installation uses the following setup:
Environment: debian sarge, 32bit, IM 6.2.4, PHP 5.0.5-3, GDli... - 13:31 Bug #16065 (Closed): lib.stdheader.5.date not localised
- lib.stdheader.5.date = l, d/m/Y
I have changed the default value of lib.stdheader.5.date to l, d/m/Y, which sho... - 13:30 Bug #16010: "Cannot use string offset as an array" when update a translation
- We use Typo3 4.0 on IIS on Server 2003 with mysql-essential-5.0.19 and php-5.1.2 and have the same error message:
Fa... - 13:06 Bug #16064: RTEarea frontend usage with no-javascript fallback solution
- Sorry. It seems that I should have wrote "u-Tag"... and not the complete HTML-Tag. Perhaps some admin could change it...
- 13:04 Bug #16064 (Closed): RTEarea frontend usage with no-javascript fallback solution
- Typo3 3.8.1
RTEhtmlarea 1.2.0
It is somewhere an rte-problem. In the backend there is no posibility that JS is d... - 11:05 Bug #15817: Retrieve/Update generates extensions.xml.gz file, but shows no extensions at all
- IMHO this is a real serious issue. Like Thomas has stated already on 03-20-06 raising the memory_limit is not even su...
- 10:53 Revision 8e614681: Added "Lucida Console" (Windows core font) as default font for monospaced BE form fields
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1442 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:32 Feature #16063 (Closed): Configurable limits for "magic images" resize
- When big "magic images" are inserted into the rte, they are downsized to a maximum width of 300 pixels. This limit is...
2006-04-18
- 23:46 Bug #15276: The editor get the focus on page load on IE
- Will be easier to do:
if (HTMLArea.is_ie) doc.selection.empty();
just after contentEditable is set. - 23:42 Feature #16062 (Closed): make FE user's password an Exclude-field
- so that i can hide it for some BE users group.
it's very simple:
add
'exclude' => 1,
to line 61 of file t... - 23:31 Feature #16061 (Closed): to not show edit icon if user hasn't modify permission
- i like to give some BE users the possibility to view and analize records list, but not to modify them.
the web lis... - 20:39 Revision 745e165a: Bug #3196: PHP warnings in class.t3lib_tceforms.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1441 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:35 Revision dd01557e: Bug #3196: PHP warnings in class.t3lib_tceforms.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1440 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:22 Bug #16014: PHP warnings in class.t3lib_tceforms.php
- The fix works fine for me!
- 16:09 Bug #14566: Accessibility: imageLinkWrap
- Fixed in 4.0 (since beta1).
- 16:09 Bug #14566: Accessibility: imageLinkWrap
- This has been resolved in CVS by "a-otto" some time ago. See:
http://cvs.sourceforge.net/viewcvs.py/typo3/TYPO3cor... - 15:36 Bug #15898: Cropscale fails, if one dimesion has already right size
- 1) I would like to add Documentation, but I don't know where -
The text of TSref / imgResource / width/height s... - 14:48 Bug #15959: Options frame renders badly
- Please consider attached patch.
- 14:48 Bug #15959: Options frame renders badly
- The attached patch should fix the most annoying part of the problem. There are still some "positioning" trouble (as I...
- 14:20 Bug #16060 (Closed): Admin Panel doesn't work with realurl enabled
- If I preview the page from TYPO3 BE then Admin Panel work normally. With this way, URL looks like domain.com/index.ph...
- 14:05 Feature #15112: Tools->DB check improvements
- This is still relevant in TYPO3 4.0
With something like
There are 1 records pointing to this missing or deleted rec... - 13:51 Bug #16059 (Closed): noBlur still shows in accessible menu's
- Most (not all) kind of menu's still have the noBlur function as default behaviour. This is unwanted. It does not anyt...
- 10:51 Feature #16056: RTE can not be set as required
- this bug is also on 3.8.1
- 09:53 Bug #16058: Forms not sending emails, was working but just stopped
- I think this has to do with the return path. Upgrading to 3.8.1 should help. Make sure that $TYPO3_CONF_VARS[SYS][for...
- 04:05 Bug #16058: Forms not sending emails, was working but just stopped
- Currently, i have the same problem with on 4 typo3 sites. Please explain the meaning of *and*? should I put this in ...
- 08:15 Bug #16033: Login-Page (typo3/index.php): removing whitespace preceding XML Declaration
- The XML Declaration is:
<?xml version="1.0" encoding="utf-8"?>
"Whitespace" preceding is:
<!DOCTYPE html
P...
2006-04-17
- 23:09 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- Any news?
I also get a segmentation fault in my log files. - 16:46 Bug #14788: tslib_cObj::imageLinkWrap not passing information if image.imageLinkWrap.JSwindow.altUrl set
- Sorry, it took a little longer to get back to this. Attached is a patch that adds a new property which can be used to...
- 13:37 Bug #16003: trouble on min and max version requirements checking
- Well, will 4.0.1 have 4.0.1 as version number? IMHO the bug lies with the two-digit version number of 4.0 which techn...
- 13:17 Bug #15794: '/\' in path tempnam() path
- Looks like a PHP bug to me...
- 13:14 Bug #15557: in relation to 0000490: HMENU special=language does not work if L in linkvars
- Michael, should only need a quick check, no?
- 13:08 Bug #16058: Forms not sending emails, was working but just stopped
- And maybe check if the related bug #14925 is relevant for your problem...
- 13:06 Bug #16058: Forms not sending emails, was working but just stopped
- If you test with the install tool, make sure you test with *and* without the htmlmail checkbox. Also try to change th...
- 02:54 Bug #16058: Forms not sending emails, was working but just stopped
- Stefano
I am a novice and do not understand how to cehck the send mail log. I did some research and look in Typo3...
2006-04-16
- 23:55 Bug #16058: Forms not sending emails, was working but just stopped
- i suggest you.. if you have full access to the machine, to check the sendmail log, and see what happens.. i discover ...
- 23:27 Bug #16058: Forms not sending emails, was working but just stopped
- By the way THANKS FOR RESPONDING any further help would truly be appreciated.
- 23:25 Bug #16058: Forms not sending emails, was working but just stopped
- Stefano,
When I send a email from the test tool it works great emails come through right away. There are 5 forms ... - 11:36 Bug #16058: Forms not sending emails, was working but just stopped
- try sending a test email from the the Install tool and see if the server has some problems in sending emails, first.
- 09:27 Bug #16058: Forms not sending emails, was working but just stopped
- Any recomendations on where to go for support on this issue? I really need help!!!!!
- 05:05 Bug #16058: Forms not sending emails, was working but just stopped
- WHY NO REPONSES ON FORMMAIL? THE FORMS WILL NOT SEND EMAIL TO THE RECIPIENT? iS THERE ANYBODY THAT CAN HELP?
- 00:21 Bug #16058 (Closed): Forms not sending emails, was working but just stopped
- All forms that was working stopped sending emails to the recipient. Even new forms that are added do not send emails...
2006-04-15
- 11:41 Bug #16057 (Closed): spamProtectEmailAddresses always shifts 1 step regardless of setting
- No matter which value I set for spamProtectEmailAddresses, it always shifts the characters only one step forward (a->...
- 06:39 Feature #15125: new config value for hideTableOperationsInToolbar
- I think it would be very annoying.
Maybe, when a value of "context" is specified, table operations would be shown ... - 06:05 Feature #15545: accessibility icons not as default
- Do you mean the icons that may be associated with links?
These are configurable and are not part of the "Typical" ...
2006-04-14
- 22:32 Feature #16012: Move the target attribute and other non-standard html tags to compatability mode
- I was told that you might need a little reminder, so this is it!
Keep up the good work!
- - 22:02 Bug #15829: Highlight un list tree doesn't work on Internet Explorer
- hi,
I'll take care of it!
Greets, Sebastian - 15:26 Bug #15829: Highlight un list tree doesn't work on Internet Explorer
- Sebastian: The change you introduced in:
http://cvs.sourceforge.net/viewcvs.py/typo3/TYPO3core/typo3/alt_db_navfra... - 19:06 Bug #14695: list and page not working after editing pages in documents modul
- this has been fixed by julle in one of the last versions of the workflow system
- 16:36 Feature #16056 (Closed): RTE can not be set as required
- The RTE can not supported in the TCA
eval=>"required"
(issue imported from #M3271) - 16:00 Feature #16053: Feature Request: Ability to change content-type in the meta tag
- Ok I've made a couple of patches which work. I modified tslib_fe as well to get the Content-Type header right.
I t... - 15:15 Bug #15986: pagetree icons
- I also like the "not in menu" and "sysfolders" from Dmitry's suggestion better than the current ones. The other icons...
- 14:36 Bug #16055: Web>List view header information error
- Yes, I did.
To be sure, I repeated the COMPARE, but problem is not solved,
For being complete: after the error-me... - 12:41 Bug #16055: Web>List view header information error
- Did you a DB compare in the installer? If not do so. Then the installer will update some fields in the DB.
- 11:19 Bug #16055 (Closed): Web>List view header information error
- After updating from T3-3.8.0 to 4.0 I always receive this error messages when I'm going to
Warning: Invalid argum... - 13:21 Revision 9d3a85f8: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1439 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:20 Revision 43025bda: fix for the fix from bug 2868: the adminpanel didn't transfer the page id correctly when realUrl was used
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1438 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:16 Revision 9cd37a94: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1437 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:14 Revision eb998c5a: fix for the fix from bug 2868: the adminpanel didn't transfer the page id correctly when realUrl was used
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1436 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:05 Bug #15959: Options frame renders badly
- More screenshots to be found in dupe #16054.
- 12:49 Bug #16013: In pages tree - popup menu not works in Russian (because of "Versioning" item)
- Hi,
it might be that this relates to the ajax clickmenu... Not sure though, I am no expert in charsets.
Greets, Seb... - 00:01 Bug #16013: In pages tree - popup menu not works in Russian (because of "Versioning" item)
- Bug is in /typo3/sysext/version/class.tx_version_cm1.php line 80:
"$GLOBALS['LANG']->getLLL('title',$LL),"
should ... - 12:43 Revision bc4a80a6: Added a hook in tslib_content for userdefined cObjects
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1435 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:29 Revision 5bc1e9ff: Fixed bug #3232: Use image format set via .format for GIFBUILDER images
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1434 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:16 Revision 0800119f: Fixed bug #3232: Use image format set via .format for GIFBUILDER images
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1433 709f56b5-9817-0410-a4d7-c38de5d9e867
2006-04-13
- 23:46 Bug #15551: dummy-package misses some typo3temp directories
- I have been using the patch I send to the list
4 or 5 times now and it seems to work fine. - 21:17 Bug #15898: Cropscale fails, if one dimesion has already right size
- Ok ....
What I did:
* Wondering what cropscale is and where it is documented.
* Looked into the source and won... - 19:12 Bug #16054: secondary options on top of page broken
- I can confirm this. Looks the same here. The error occurs also on Firefox on linux.
- 17:16 Bug #16054 (Closed): secondary options on top of page broken
- If you don't check "Show secondary options (palettes)" you get a broken form on top of the page. Neither in IE nor in...
- 18:54 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- Sorry for the priority/severity change, I was editing the wrong bug.
- 12:44 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- JoH, could you please test the attached patch?
- 18:52 Bug #16033: Login-Page (typo3/index.php): removing whitespace preceding XML Declaration
- There is not a single whitespace before "<!DOCTYPE" on my installation.
If there is one on your server, it might b... - 15:32 Bug #16033: Login-Page (typo3/index.php): removing whitespace preceding XML Declaration
- No!
http://validator.w3.org/ says: "This Page Is Valid XHTML 1.0 Transitional!"
"HTML Tidy for Windows released... - 18:27 Bug #16037: no special-chars in new admin-name
- This is true for all kinds of users. But in the BE the auto-conversion is a bit more easy to see in the user list.
... - 17:57 Bug #15942: RTE removes images under special conditions when saving
- Fixed in TYPO3core CVS, branches HEAD and TYPO3_4-0.
- 17:55 Bug #16001: t3lib_htmlmail: MIME type determination crashing (HEAD request)
- getMimeType method re-written and committed to TYPO3core CVS, branches HEAD and TYPO3_4-0 and to typo3xdev / tx_direc...
- 17:46 Revision ce297744: * Fix bugtracker issue 3051: RTE removes images under special conditions when saving
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1432 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:43 Revision c743afd7: * Fix bugtracker issue 3051: RTE removes images under special conditions when saving
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1431 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:37 Revision 0d8a7dee: * Fix bugtracker issue 3172: re-write getMimeType in t3lib_htmlmail
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1430 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:33 Revision bfc7d2dc: * Fix bugtracker issue 3172: re-write getMimeType in t3lib_htmlmail
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1429 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:54 Feature #16053: Feature Request: Ability to change content-type in the meta tag
- I suggest config.contentType for it.
The changes to the code should go here:
class.tslib_pagegen.php:renderCon... - 16:29 Feature #16053 (Closed): Feature Request: Ability to change content-type in the meta tag
- In class.tslib_pagegen.php, line 476 (T3 4.0 final) is the standard meta tag output for HTML:
<meta http-equiv="Cont... - 16:27 Bug #16052 (Closed): member may reject elements (stage)
- Only reviers (and owners) should be allowed to set "rejected".
(issue imported from #M3262) - 16:22 Bug #16051 (Closed): reviewer may raise from stage "editing" to "review"
- Only owners and members (editors) should be able to do so.
(issue imported from #M3261) - 16:09 Bug #16050 (Rejected): reviewer needs modify rights to approve for publishing
- It's a bit odd that the editor cannot set the stage without complete write access rights. So every reviewer is also a...
- 15:12 Bug #16049 (Closed): wrong column-width with noRows-Option
- The colums in a multiple-column imageelement are shifted when the noRows-Option is active and the pictures are center...
- 15:01 Feature #16048 (Closed): WS "publish access" option to omit rejected elements
- The opposite of "Publish only content in publish stage" would be "Don't publish content in rejected stage". So you c...
- 14:55 Feature #16047 (Closed): limit element wizard to root page
- It would be nice to if it's possible to limit the element wizard to the root page (id=0). Makes sense if all allowed ...
- 14:52 Bug #16044: Wrong parameters in implode function
- See http://at.php.net/manual/en/function.implode.php
Note: implode() can, for historical reasons, accept its para... - 13:17 Bug #16044 (Closed): Wrong parameters in implode function
- There's a bug in typo3/mod/tools/em/class.em_index.php.
On line 1391 there's a call:
$mirrors = implode(gzfile($m... - 14:22 Bug #16046 (Closed): WS manager doesn't name default workspaces
- Custom WSs are numbered so they can be referred by name, but the default ones have no visible number (0 and -1). So a...
- 14:07 Bug #16045 (Closed): WS icon and selecor shown even if no access
- The icon in the "shortcut frame" is always shown whether the user has acces to User>Workspace or not.
(issue impo... - 12:53 Feature #16043 (Closed): may not set access rights recursively in draft/custom workspaces
- It seems that the access rights can be set independently for each workspace. But only for the LIVE workspace it is po...
- 11:54 Bug #16042 (Closed): Incorrect bitwise operation in t3lib_cs at utf8_encode function...
- In the section of the function where it is reading the input string and combining the bytes to create a single charac...
- 11:51 Bug #16041: styles.content.imgtext.borderColor used twice (both in imgtext and filelinks)
- I just noticed it also with an other property. Looks like selecting one property in the IMGTEXT section, adds this in...
- 11:48 Bug #16041 (Closed): styles.content.imgtext.borderColor used twice (both in imgtext and filelinks)
- In the Constant Editor, category CONSTANT there is a property:
styles.content.imgtext.borderColor
This one is a... - 11:04 Bug #16040 (Closed): rte htmlarea in workspace removes textformatting, in live-mode formatting is applied
- ok, this problem is a really tricky one.
i configured the rte in page TSconfig with custom classes for text and pa... - 09:30 Bug #16039 (Closed): default language fr not applied
- In typo3 4.0 the translation of the indexed_search module doesn't work. If you need further information let me know w...
- 00:39 Bug #16036: addQueryString does NOT work properly
- Hi Martin, I think you were working on that one. Can you please have a look at it?
(Still wondering if reminders a...
2006-04-12
- 22:33 Bug #16038 (Closed): error in t3lib/config_default.php on setting display_errors
- Found a bug in t3lib/config_default.php on line 368.
this is the buggy:
if($displayErrors=intval($TYPO3_CONF_VARS... - 21:57 Revision c787bdc0: Fixed bug number in last ChangeLog entry.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1428 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:56 Revision 44a10336: Fixed bug number in last ChangeLog entry.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1427 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:55 Bug #16002: Call to undefined function: char()
- Fixed in CVS.
- 21:54 Bug #16030: bug with gmenu_foldout
- Fixed in CVS.
- 21:54 Revision 1ee901d6: * Fixed bug #3065: chr() was misspelled char() in t3lib_div
- * Fixed bug #3233: Some broken references to media/ fixed
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/T... - 21:46 Bug #15991: Safari - Popup Element Browser - Error
- Hi Ingmar, i'm sworking with "webkit" (the opensource framework for safari) and there is is a "location.href"-bug. uu...
- 21:33 Bug #15991: Safari - Popup Element Browser - Error
- Is there any chance you can debug the javascript error and propose a fix?
cheers
Ingmar - 21:06 Bug #15991: Safari - Popup Element Browser - Error
- Hi, also in 3.8
- 20:56 Bug #15991: Safari - Popup Element Browser - Error
- Is this problem new in TYPO3 4.0 or was it already buggy in 3.8?
This information would make it easier to spot the b... - 21:42 Revision 97d8505b: * Fixed bug #3065: chr() was misspelled char() in t3lib_div
- * Fixed bug #3233: Some broken references to media/ fixed
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1425... - 21:27 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- Thanks, Ernesto!
I have submitted the patch to the core list.
Joey, can you please test that it works as expect... - 12:54 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- Attached patch should apply on TYPO3 4.0 and should re-add the "captionSplit.cObject", ".token" and ".stdWrap" handli...
- 21:06 Bug #15993: Database Analyser :: Update required tables :: COMPARE
- It is suggested to not use multiplyDBfieldSize anymore but instead configure your database correctly for the use of U...
- 21:03 Bug #15983: Error message from flexform
- Franz, can you please prepare a patch?
- 20:54 Bug #14925: No mail from mail-form, but from install-test&php&shell
- Thorsten, can you supply a patch?
cheers
Ingmar - 20:49 Bug #15491: cannot acces BE (cookies) after ISP software upgrade
- TYPO3 should also work with register_long_arrays = off, so it would be great if you could spot the exact line in whic...
- 20:46 Bug #15898: Cropscale fails, if one dimesion has already right size
- Hi Bernhard,
this is another one you might want to look at.
If not, just unassign the bug again.
cheers
Ingmar - 20:44 Bug #15931: Menu: IFSUB condition not working correctly (RC3)
- Hi Wolfgang,
I just assigned this bug to you, because I remember you changed some things in tslib_menu, so you mig... - 20:39 Bug #15979: Javascript Error on Click Menu in Filelist
- I just tested it with IE 6.0.2900 and erverything worked just fine...
So maybe you could try with different setups... - 20:33 Bug #15836: Workspace manager shows only tabs and no content in IE 5.5
- Yes, Martin is right, IE 5.5 is not supported for the backend anymore.
- 20:31 Bug #16011: Cannot switch into compatibility mode 4.0
- I couldn't reproduce the bug and according to your first screenshot you already were in the 4.0 mode so it's not a pr...
- 20:28 Bug #16033: Login-Page (typo3/index.php): removing whitespace preceding XML Declaration
- This is not a problem at all and I just checked that the login page typo3/index.php is indeed valid XHTML.
Do you ... - 16:12 Bug #16033: Login-Page (typo3/index.php): removing whitespace preceding XML Declaration
- Issue is in the whole BE...
- 08:07 Bug #16033 (Closed): Login-Page (typo3/index.php): removing whitespace preceding XML Declaration
- <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-tr... - 18:45 Bug #16001: t3lib_htmlmail: MIME type determination crashing (HEAD request)
- Fixed in TYPO3core CVS, branches HEAD and TYPO3_4-0.
Fixed in typo3xdev / tx_directmail branch HEAD (until a new v... - 18:07 Revision ff8f620f: * Fix bugtracker issue 3172: MIME type determination crashing (HEAD request)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1424 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:02 Revision 43c95043: * Fix bugtracker issue 3172: MIME type determination crashing (HEAD request)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1423 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:10 Feature #14338: Database table prefix
- Franz, you cannot have BE-switch for this. This can only be a config option in localconf.php. Once in the BE you must...
- 10:14 Feature #14338: Database table prefix
- Yes, and in the backend there needed to be a select box to switch among the TYPO3 installations with different prefix...
- 10:04 Feature #14338: Database table prefix
- Perhaps DBAL could be used for such a prefixing?
- 13:21 Bug #16037 (Closed): no special-chars in new admin-name
- I want to create a new admin-user with a dot in it (like bernd.wilke). The creation seems to work, but a following BE...
- 10:30 Bug #15133: Date/time field changes its value
- I uploaded a new version of the timezone fixes to this bug-entry.
The problem with the 3.8.0 backported fixes was ... - 10:26 Bug #16036 (Closed): addQueryString does NOT work properly
- 1) it is again does not work with realurl due to the problem that was already fixed BEFORE. (#15286)
shortly sp... - 10:22 Bug #15914: ext_emconf.php looses dependencies and conflicts
- About half of the settings in ext_emconf.php are changed between up- and download. See attached diff for direct_mail ...
- 10:19 Bug #15803: Gifbuilder does not honor fontColor values since 4.0rc3
- It is solved since rc3. Before there were problems with transparency but I didn't knew or notice any problem with not...
- 10:13 Bug #15803: Gifbuilder does not honor fontColor values since 4.0rc3
- the problem is solved since the last release candidates... it was a problem of beta3 not rc3
sorry for the wrong ... - 10:10 Feature #16035 (Closed): A set of Mysql-functions supported as stored procedures
- To make it easier to write XDB code it might be a nice idea to provide a set of functions as stored procedures for ot...
- 10:07 Feature #16034 (Closed): table-prefixing
- Maybe DBAL could provide a table-prefixing (eg TYPO3_ but configurable) that is sometimes may be a nice one to have w...
- 07:37 Feature #16029: GIFBuilder PNG format
- Will send patch-request to core list
- 07:37 Feature #16029: GIFBuilder PNG format
- No sorry. Currently it is only possible to either output JPEG explicitly or else the default extension for images wil...
- 07:21 Bug #16018: Effect "gray" of the GIFBUILDER object doesn't have any effect at all
- I just tested this on my local 4.0 installation and it worked without any problems.
I also use this method (overla... - 03:12 Bug #16032 (Closed): Missing 'Edit' option on Content Icon in Content view
- In the page header edit page, in the 'Content' section, one cannot 'Edit' content elements from the icon menu, since ...
- 00:20 Feature #16031 (Closed): List or look up extensions field, only looks for matching extension keys
- List or look up extensions field, only looks for matching extension keys and not in the extension title or descriptio...
2006-04-11
- 22:50 Bug #16002: Call to undefined function: char()
- Will fix it with next commit.
- 22:36 Bug #16011: Cannot switch into compatibility mode 4.0
- Hi Franz,
thanks for the bugreport.
Yes, the compatversion thing really needs to be worked on or we should comp... - 22:32 Bug #15680: Update the reference index: maximum execution time of 30 seconds exceeded
- I'm closing the bugreport now, because it's not a bug and Karsten's suggestion seems fine to use a cronjob.
The su... - 22:30 Feature #15532: remove class="bodytext"
- This is a topic for discussion and not a bug.
Please discuss this in the Content Rendering newsgroup on lists.net... - 22:28 Bug #16018: Effect "gray" of the GIFBUILDER object doesn't have any effect at all
- Bernhard, could it be related to your truecolors patch?
- 22:22 Bug #15848: Using dam list modul
- Hi René and Karsten,
Please no "I think my part is fine" arguments in this bug :-)
Would be nice if you could h... - 22:14 Feature #16029: GIFBuilder PNG format
- I'm pretty sure this is already possible and it's not a bug. Bernhard, can you please add a comment and close the bug?
- 14:18 Feature #16029 (Closed): GIFBuilder PNG format
- Possibility to select 'png' as a format in the GIF Builder
I'd like to use the PNG (24) format for certain GIF Bui... - 22:13 Bug #16003: trouble on min and max version requirements checking
- Karsten, it would be great if you could fix this soon, because we might release 4.0.1 very soon to fix the most obvio...
- 21:55 Bug #16030: bug with gmenu_foldout
- Thanks for the bugreport, I'll fix it.
A patch that fixes some more wrong references to media/ is attached. - 17:37 Bug #16030 (Closed): bug with gmenu_foldout
- excuse me for my bad english
typo3 4.0 RC1 on windows
in the file : gmenu_foldout.php
There the path to acce... - 16:06 Bug #16026: special=directory does not include submenu entries
- well, I'm having c) up and running here, but maybe it works because the page on treeLevel 2 ($uid_menustart) has the ...
- 14:58 Bug #16026: special=directory does not include submenu entries
- Axel, I cannot confirm c) here: it also does not display entries "below" those listed in special.value for menuObj>1..
- 13:24 Bug #16026: special=directory does not include submenu entries
- I still do not agree because
a) it works for nested levels if for special=directory the special.value is a page on t... - 12:02 Bug #16026: special=directory does not include submenu entries
- As usual means without any special option.
special=directory is the feature that you get only the level where pid =... - 10:13 Bug #16026: special=directory does not include submenu entries
- Sorry for re-opening, but if this really is a feature and not a bug, then at least the documentation is misleading (w...
- 00:24 Bug #16026: special=directory does not include submenu entries
- It's not a bug, it's a feature.
greets,
MB
see TSref:
http://typo3.org/documentation/document-library/referen... - 15:19 Bug #15355: Deleted language version of a page but content still shown in page modul
- Its look like a Bug in Page-Modul. After deleting of localization you can still see emty deleted entry of pages_langu...
- 13:10 Bug #16028 (Closed): No matching extensions found.
- "enabled unsupportet extensions" yes..
Mirror list "random..
Extensions can't be downloaded.. no matching extensi... - 11:57 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- Problem stays with 4.0 final.
- 11:52 Bug #15451: Dependency Error
- Is an EM issue
http://bugs.typo3.org/view.php?id=3175 - 09:01 Bug #15451: Dependency Error
- See also 0003229.
- 08:52 Bug #15451: Dependency Error
- Issue also in DAM 1.0.1
2006-04-10
- 22:58 Bug #15908: Link "title" is not saved when using the IE
- Yes, this may help. You may send it to stanislas.rolland@fructifor.ca.
- 10:30 Bug #15908: Link "title" is not saved when using the IE
- Hi Stanislas,
if it would be helpful, i could give you an account on my system so you could try to reproduce this ... - 20:28 Bug #16027 (Closed): Error in template::clearCacheMenu if user is not admin
- If current user is not admin and $id > 0 and $addSaveOptions == 0, this function does not return menu to clear cache ...
- 20:06 Bug #16026: special=directory does not include submenu entries
- This problem seems to depend on the entryLevel of the special=directory type. I've had the same problem as long as th...
- 17:26 Bug #16026 (Closed): special=directory does not include submenu entries
- With a "special=directory" HMENU and a TMENU for menu.1 and menu.2, only the TMENU for menu.1 gets displayed, though ...
- 17:30 Bug #15848: Using dam list modul
- In DAM 1.0 all database accessing should be DBAL valid in that way that the right TYPO3 DB functions are used. If DBA...
- 17:29 Bug #15663: EM2 need more than 32 MB
- Still the same problem in 4.0 final.
- 17:27 Bug #15838: Install missing extensions required by T3D dump
- It looks like there may be a couple issues with the current implementation. You can find a screencast of my installa...
- 16:53 Bug #15451: Dependency Error
- Seems to be an Extension Manager issue, or not?!
- 16:17 Bug #16007: Confusing language information
- The default language depends on your language settings for this page in TypoScript.
So maybe some documentation coul... - 15:41 Bug #15857: newloginbox 2.2.11 uses direct mysql_* calls
- I tried to fix this along the project coding guideline (Revision CGL360) trying to reach 100% dbal-compatibility. I f...
- 14:59 Bug #15823: Pages not shown in FE with DBAL and Oracle
- Hi!
Sorry for late reply.
No, I don't think that this problem is related to bug report 0002327. I have clean in... - 13:44 Bug #16013: In pages tree - popup menu not works in Russian (because of "Versioning" item)
- Well, you should use utf-8, not windows-1251...
But this *is* a bug. It should be fixed but word should not be cha... - 13:09 Bug #16013: In pages tree - popup menu not works in Russian (because of "Versioning" item)
- On this site I use:
$TYPO3_CONF_VARS["BE"]["forceCharset"] = 'windows-1251';
So how I can solve this problem wi... - 13:32 Bug #16025 (Closed): Tools>User-admin uses old icons
- Is this a problem of the skin or the sysext?
PS: I like the old "eye" better than the "bulb".
(issue imported ... - 13:27 Bug #16024 (Closed): Tools>User-admin is hard to "read"
- There are no boxes around the grouped users any more. Now its hard to tell which setting belongs to which group of us...
- 12:23 Bug #16023 (Closed): be_groups.db_mountpoints is very short (40), so not enough Chars for selecting Mountpoints
- The Database Field "db_mountpoints" in the Table "be_groups" stores a comma seperated list of pids for Mountpoints.
... - 11:43 Revision 09a9e971: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1422 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:27 Revision 3cd534ca: * Merging all changes from TYPO3_4-0 branch back into HEAD
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23840 735d13b6-9817-0410-8766-e36946ffe9aa
- 11:27 Revision 0c34dac0: * Merging all changes from TYPO3_4-0 branch back into HEAD
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1421 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:19 Bug #15996: The extension MD5 sum could not be fetched from extensions.md5.
- See this thread for more details, looks like many people have problems with the extension manager. (It´s german langu...
- 11:13 Bug #16022 (Closed): Web>version fails on tree root (the "globe")
- When you click on Web>version on the installation root, the link fails and shows an empty page.
The generate link ... - 11:10 Bug #16021 (Closed): Web>version fails on tree root (the "globe")
- sysext/version/cm1/index.php?&id=
(issue imported from #M3211) - 11:09 Bug #15836: Workspace manager shows only tabs and no content in IE 5.5
- The BE doesn't work with IE 5.5 anyway (eg flex forms don't work).
- 11:08 Bug #14802: context menu of "globe" shows versioning option (and fails)
- The bug is still there in 4.0
- 11:02 Bug #15624: FE-Admin-Panel causes Typo3 crash while logged into backend (if editing-Section opened)
- Sorry -- friday evening, probably I had been mentally in my weekend. The dump as file is attached, the original note...
- 10:29 Bug #16020: Ugly radio buttons in content element wizard
- Hm, Firefox 1.5 has a grey background and no borders.
Opera 8.5 has a grey background and borders.
Which was inte... - 10:21 Bug #16020 (Closed): Ugly radio buttons in content element wizard
- In IE 6.0 the background of the radio buttons is white instead of grey and there id a border around them.
(issue ... - 10:27 Bug #15886: internal links does not use constant variable, it show $PAGE_TARGET instead of _top for example
- Ok, bug fixed
- 10:18 Bug #16019 (Closed): odd icons in "image position" make option text unreadable
- In Firefox 1.5 the image position icons are rendered within the select box. But the icons and the text overlap and th...
- 08:18 Bug #16006: localconf.php is not found!
- http://typo3.org/documentation/document-library/installation/doc_inst_upgr/current/view/3/3/
The dummy site is cal... - 03:43 Bug #15866: Frontend edit icon has duplicate title attribute hardcoded in class.tslib_content.php
- Has this been overlooked? It'll only take someone a minute to fix...
2006-04-09
- 21:47 Bug #16018 (Closed): Effect "gray" of the GIFBUILDER object doesn't have any effect at all
- Trying the following setup to render a grey scaled image with a colored overlay does not have any effect when using T...
- 21:39 Bug #16017 (Closed): Ext installations fails if other extConf than default
- Installation only possible if you use the default settings. After this, it's no problem to change the settings.
(... - 19:00 Bug #15996: The extension MD5 sum could not be fetched from extensions.md5.
- ...and about memory. I had a strange situation today. Tried to update kickstarter. Got out of memory with 64K. Refres...
- 18:58 Bug #15996: The extension MD5 sum could not be fetched from extensions.md5.
- Btw, code could use is_callable() to see if cUrl is available. Better to add it to Install code of course...
- 18:56 Bug #16016 (Closed): SUing to myself?
- I just found (by accident) that I can successfully SU to myself :) Should such operation be disabled as useless?
... - 18:52 Feature #15532: remove class="bodytext"
- NO! This is heavily used. DO NOT remove, it will break compatibility for many sites out there!
Specifing classes f... - 14:25 Feature #15532: remove class="bodytext"
- A least you can get rid of that class by adding the following line to the Setup TS in the template:
lib.parseFunc_... - 15:08 Bug #15817: Retrieve/Update generates extensions.xml.gz file, but shows no extensions at all
- If you copy the extensions.xml.gz from a typo3 setup on a PHP5 server to a typo3 setup on a PHP4 server it works.
- 13:54 Bug #15817: Retrieve/Update generates extensions.xml.gz file, but shows no extensions at all
- It seems its only a problem on php4 servers, not on php5
- 14:12 Bug #15940: 503 header send for pdf page versions, and more
- Q: But I wonder why $this->tempContent is set to 1 in the first place when set_no_cache() is used?
A: This is how ca... - 13:10 Bug #15940: 503 header send for pdf page versions, and more
- Sounds reasonable.
But I wonder why $this->tempContent is set to 1 in the first place when set_no_cache() is used?... - 12:56 Bug #15940: 503 header send for pdf page versions, and more
- The following patch should fix the problem:...
- 14:04 Bug #15451: Dependency Error
- The SQL error might be caused by bug 0001524 (see there).
I had the same problem and could fix it by changing the da... - 13:56 Feature #15324: Clean-up in mailform code: more TypoScript flexibility
- OK, now that 4.0 is released and work on new features for 4.1 can begin, I re-open this bug.
cheers
Ingmar - 13:39 Bug #15941: No mails with forgotten password when using german language
- With the same extension-version, but typo3 4.0 it works for me (even with "Passwort" in the subject).
- 12:58 Bug #16004: Header 503 without the "Page is being generated" message
- The following patch should fix the problem:...
- 12:24 Bug #16015 (Closed): password-forgot-mail contains htmlencoding (")
- In the mail being sent by the password-forgot the username and password are enclosed by " instead of quotation m...
- 11:35 Bug #16013: In pages tree - popup menu not works in Russian (because of "Versioning" item)
- String should not be changed back to english version!
Problem happens if UTF-8 is NOT used for BE charset. Transla... - 00:01 Bug #16013 (Closed): In pages tree - popup menu not works in Russian (because of "Versioning" item)
- In pages tree - popup menu not works in Russian in IE 6.0 (javascript error)
In Firefox 1.5 works, but with wrong si... - 11:01 Bug #16006: localconf.php is not found!
- I have had a look at the instructions. It does menion the dummy file somwhere deep into the manual. However it doesn'...
- 10:21 Bug #16014 (Closed): PHP warnings in class.t3lib_tceforms.php
- If any of flexform fields contain the following:...
2006-04-08
- 23:16 Feature #16012 (Closed): Move the target attribute and other non-standard html tags to compatability mode
- When installing Typo3 from scratch, it will use the non-standard (from XHTML 1.0 and up) target attribute in links by...
- 21:32 Bug #15680: Update the reference index: maximum execution time of 30 seconds exceeded
- That won't help if safe_mode is on for example. Why not run it as a cronjob as suggested (in the on-screen hints, IIRC):
- 21:31 Bug #15996: The extension MD5 sum could not be fetched from extensions.md5.
- No, loading the mirror list does not neeed much memory.
- 14:49 Bug #15996: The extension MD5 sum could not be fetched from extensions.md5.
- That´s a problem with the php memory.
I have the same problem, the list won´t load, but unfortunately, I cannot chan... - 18:20 Bug #15642: Extension manager maximum execution time of 30 seconds exceeded
- So the RC3 vanished and there was born final 4.0 version. I have to regret that the situation still exists. After upd...
- 18:01 Bug #15940: 503 header send for pdf page versions, and more
- Fortunately there are not so many of them. Sad that it was not discovered before 4.0 final... Anyway, I will look at ...
- 17:09 Bug #15940: 503 header send for pdf page versions, and more
- Hi Dmitry,
I'm afraid this bug has to be reopend, because I managed to reproduce the error.
It occurs when fron... - 17:43 Bug #16011 (Closed): Cannot switch into compatibility mode 4.0
- This TYPO3 installation has been running under TYPO3 3.8.1 before I upgraded to 4.0. In the meantime there has been a...
- 17:19 Bug #16010 (Closed): "Cannot use string offset as an array" when update a translation
- Ext Manager => Translation handling => Update from repository
Fatal error: Cannot use string offset as an array in... - 16:11 Bug #15912: Imagemagick creates blurry images
- I can confirm that this is resolved in 4.0.
- 13:03 Bug #16009: pagetree / access for some usergroups / title tag only displays first usergroup
- titletag of a page in pagetree.....
- 13:01 Bug #16009 (Closed): pagetree / access for some usergroups / title tag only displays first usergroup
- titletag in pagetree with access for some usergroups ist only displayed for the first choosen usergroup
(issue im... - 12:53 Bug #15979: Javascript Error on Click Menu in Filelist
- Browser is Internet Exlorer 6.02. Incidentally I have just checked it in Fireworks on my setup and it does work fine ...
- 12:25 Bug #16006: localconf.php is not found!
- Did you download a dummy package too? The localconf is in there. Check the installation manual.
- 06:47 Bug #16006 (Closed): localconf.php is not found!
- When I download the files and go to the installation directory I get an error message saying localconf.php is not fou...
- 08:58 Bug #16008 (Closed): Problem with content wizard
- $tmpTSc = t3lib_BEfunc::getModTSconfig($this->pageinfo['uid'],'mod.web_list');
$tmpTSc = $tmpTSc ['properties']['n... - 08:53 Bug #16007 (Closed): Confusing language information
- Typo3's Columns view has confusing language info 'Default'
- confusing because it doesn't tell *what* default.
I... - 00:38 Bug #16005 (Closed): DAM install fails on typo3 with postgresbased DB
- the extension manager brings up many sql errors ;-)
postgres 8.1, OIDs enabled
ERROR: Query could not be pars...
2006-04-07
- 22:32 Bug #16003: trouble on min and max version requirements checking
- The problem is just, that the version comparison function doesn't use
t3lib_div::int_from_ver($verNumberStr) which w... - 22:09 Bug #16003 (Closed): trouble on min and max version requirements checking
- 4.0 ships with a '4.0' version string. However some extensions (rtehtmlarea knowingly) might have a min-dependency on...
- 22:25 Bug #16004 (Closed): Header 503 without the "Page is being generated" message
- This is the same Bug like #0003049. Dmitry Dulepov wrote that this bug was fixed in the CVS, but I have the same prob...
- 21:55 Bug #16002 (Closed): Call to undefined function: char()
- when $TYPO3_CONF_VARS['SYS']['systemLog'] is set to file the following error occured in t3lib/class.t3lib_div.php on ...
- 21:54 Bug #15624: FE-Admin-Panel causes Typo3 crash while logged into backend (if editing-Section opened)
- Either format the dump as text or add it as attachment. The thing is - surprise - not readable as it is now.
- 21:31 Bug #15551: dummy-package misses some typo3temp directories
- The problem is still in 4.0 final, but this patch could be added to class.tx_install.php:
@@ -1714,6 +1714,9 @@
... - 10:26 Bug #15551: dummy-package misses some typo3temp directories
- typo3temp/temp/
typo3temp/llxml/
typo3temp/cs/
typo3temp/GB/ - 20:07 Bug #16001 (Closed): t3lib_htmlmail: MIME type determination crashing (HEAD request)
- class.t3lib_htmlmail.php (->getMimeType): the HEAD request hangs up due to the \r\n standing in single quotes. changi...
- 19:06 Bug #15996: The extension MD5 sum could not be fetched from extensions.md5.
- Problem installation is on server with this configuration:
TYPO3 4 (New Full Release 04.07.06) Apache 1.3.34 (Unix)... - 17:45 Bug #15996: The extension MD5 sum could not be fetched from extensions.md5.
- I just checked:
URL: http://repositories.typo3.org/mirrors.xml.gz
Note: I've just upgraded to the full release ve... - 10:07 Bug #15996: The extension MD5 sum could not be fetched from extensions.md5.
- To use the curl function, you need to install the libcurl package for php. I get the same error but using curl isn't ...
- 16:43 Bug #15750: first letter of section name missing in result display with multiple domains
- seems to be resolved in 4.0 final (or even rc3, did not check that)
- 16:09 Bug #15451: Dependency Error
- After checking "Ignore this version requirement" and "Try again" the following error appears:
SQL engine parse ERR... - 16:04 Bug #15451 (Closed): Dependency Error
- Extension Manager says: The running TYPO3 version (4.0) is lower than required (4.0.0)
Typo3 4.0 with DAM 1.0
(iss... - 15:49 Bug #15824 (Closed): All of the background is grey
- In all the sceenshots and in the previously guest login to the new skin the background was white. Now everything is g...
- 15:23 Bug #15872 (Closed): Menu item "Benutzer Administrator" incomplete
- BE in German:
Menu item "Benutzer Administrator" is complete in HTML-Source, but only "Benutzer" is visible.
see ... - 14:52 Bug #15636: Install Tool doesn't create all required folders in "typo3temp"
- Sorry, same as 0002462.
- 14:47 Bug #15636 (Closed): Install Tool doesn't create all required folders in "typo3temp"
- Install Tool creates the folders "cs" and "llxml" automatically. But the folders "pics", "temp" and "GB" not.
Loca... - 14:28 Revision d215dc24: * Release of TYPO3 4.0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1419 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:28 Revision 1e8f155a: This commit was manufactured by cvs2svn to create tag 'TYPO3_4-0-0'.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-0-0@1420 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:14 Bug #15902: Calling PHP5-only iconv functions in PHP4
- iconv support for t3lib_cs_utils is disabled on PHP4 in config_default.php
- 11:56 Bug #15680 (Closed): Update the reference index: maximum execution time of 30 seconds exceeded
- When updating the reference index after update to 4.0, then a timeout occurs.
I suggest to add
set_time_l... - 11:47 Bug #15492: No support for LIMIT [PostgreSQL]
- ### a small reminder to fix this bug as it breaks all plugins using pi_list_query() ###
- 11:00 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
- Closing the bug. Please file new bugs for *specific* issues of typolink handling or links within menus.
- 09:51 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
- I think we should close this bug, as the notes are getting pretty off-topic ("target-attribute": this is another issu...
- 10:59 Bug #15931: Menu: IFSUB condition not working correctly (RC3)
- I just tried on the final 4.0 release: the same problem happens.
- 09:50 Bug #15931 (Closed): Menu: IFSUB condition not working correctly (RC3)
- I am testing RC3 in order to upgrade my 3.8.1 site.
I noticed a different behaviour in the new release in a menu
wh... - 10:44 Bug #15999: Missing icons when using subdomain
- It's probably because it expexts the images to be in /typo3/typo3conf/....
It's not the nicest solution but maybe ... - 10:44 Bug #15975 (Closed): missing create database rights bring up ugly error page
- While the error is handled, the presentation of this error is a page without any laout whatsoever.
(issue importe... - 10:33 Bug #15898 (Closed): Cropscale fails, if one dimesion has already right size
- Gropscale fails, if
- width has already the right size and height mus be reduced
or
- height has already the right... - 10:22 Bug #16000: fresh rc3 installation misses subdirectory of typo3temp
- The source tar does not contain the temp. directories. But the subdirs are indeed missing from the dummy package.
- 10:06 Bug #16000: fresh rc3 installation misses subdirectory of typo3temp
- Did you give write access to typo3temp before you went to
1: Basic Configuration
in the install tool? - 10:09 Bug #15963 (Closed): IP address check blocks access from private nets
- The code in typo3/install/index.php checks if the access comes from localhost (127.0.0.1) or from the priavte net cla...
- 09:31 Bug #15998: Misspelling in instal tool
- fixed in CVS
- 09:30 Bug #15987: install tool / IE6 / text centered
- fixed in CVS
- 08:25 Bug #15912: Imagemagick creates blurry images
- I think this problem is resolved, see http://bugs.typo3.org/view.php?id=3151
- 02:46 Bug #15917: Cant create Pages - SQL Error
- Should be fixed according to Karsten / didn't check.
- 01:25 Revision b734ab3c: * Prevented path traversal (../) in t3lib_tstemplate::getFileName(). This is was never really a security issue, because it affected only paths set in TypoScript which only full TYPO3 admins have access to anyway. Thanks to Ingmar for providing a fix.
- * Added loginbox_image_400.png (which is actually just a copy of loginbox_image_dev.png)
git-svn-id: https://svn.ty... - 00:50 Revision ca03b841: * Finally committed t3skin as a sysext to TYPO3core
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1416 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:50 Revision 15c908d5: This commit was manufactured by cvs2svn to create tag
- 'TYPO3_4-0-0rc4'.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-0-0rc4@1417 709f56b5-9817-0410-a4d7-c3... - 00:50 Revision 2c9c774b: * Finally committed t3skin as a sysext to TYPO3core
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1415 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:34 Revision 6a815e48: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1414 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:32 Revision 3537cc4c: * !!! Fixed bug #3151: $TYPO3_CONF_VARS[im_jpg_quality] was changed to $TYPO3_CONF_VARS[jpg_quality] some time ago except in one place. Three questions marks since this was changed some time ago but not mentioned in here.
- * !!! Remove hardcoded linebreak after radio elements. Notice that this will affect your template when in "accessibil...
2006-04-06
- 23:16 Bug #16000 (Closed): fresh rc3 installation misses subdirectory of typo3temp
- typo3temp/temp/ directory does not exist
typo3temp/llxml/ directory does not exist
typo3temp/cs/ directory does not... - 22:46 Bug #15569: handling of fieldset is counterproductive
- Hey,
I asked on an german mailing list of accessbility specialists and the most see no problem with nessted fieldse... - 21:49 Bug #15657: left-click in filelist is broken (IE6)
- I removed the accent from "TemplaVoila" but as far as I could see, the labels for the context menus should be char-co...
- 21:31 Bug #15999 (Closed): Missing icons when using subdomain
- Hi,
i have a Typo3 Page http://www.eks-ka.de/eks_v1
i set a Subdomain admin.eks-ka.de to the directory /eks_v1/ty... - 21:27 Revision a4e91a98: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1412 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:25 Revision f3f2d72e: * fixed bug 3134: install tool / all text centered in IE and Opera
- * fixed bug 3154: Misspelling in instal tool
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1411... - 21:07 Bug #15946: RTE include the Frontent after paste a text
- Fixed in TYPO3core CVS, path TYPO3_4-0.
- 19:38 Bug #15946: RTE include the Frontent after paste a text
- Path setting issue of server-based enableCleanWord when TYPO3 is installed in sub-directory.
- 20:38 Bug #15852: Can't link to file
- in 3.8.1 (and latest htmlarea) it works for me, too. AFAIK the problem appears only in 4.0 up to RC2. It's fixed in R...
- 19:39 Bug #15852: Can't link to file
- I can only confirm the link problems with TYPO3 3.8.X and the most recent rtehtmlarea version. I had to downgrade one...
- 18:23 Bug #15852: Can't link to file
- that seems to be fixed in RC3.
please confirm. - 19:58 Revision 34f24cf8: * rtehtmlarea: fix bugtracker issue 3060: RTE includes a page from the Frontent after paste a text
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1410 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:57 Bug #15871: Searching for records in record-browser window is not possible in records browser
- should be fixed
- 18:57 Bug #15929: In some places TYPO3 inserts & instead of &amp; in links
- I agree with Michael that hsc() should not be applied to the links genereated at that point.
In TYPO3, generally v... - 18:57 Bug #15929: In some places TYPO3 inserts & instead of &amp; in links
- Exactly. htmlspecialchars() is always and only called right before it outputted.
- 17:02 Bug #15929: In some places TYPO3 inserts & instead of &amp; in links
- Hey Michael,
if you think so I'm fine with that. I haven't had the time to check where that function is used elsew... - 16:55 Bug #15929: In some places TYPO3 inserts & instead of &amp; in links
- Hi Ingo,
I think this is not a bug. tstemplate->linkData does not neccessarily work with HTML output only. The amp... - 18:57 Bug #15724: Choose Dataset does not work correct
- should be fixed
- 18:56 Bug #15934: Element browser: No folder change possible
- should be fixed
- 18:56 Bug #15916: Elementbrowser doesn't show elements when klicking on 21-...
- should be solved in rc3 already
- 18:47 Bug #15992: Textarea too small in MSIE Full screen RTE
- You are right, this is an issue in the skin extension and not in rtehtmlarea or typo3.
Sorry, I haven't monitored tx... - 17:44 Bug #15992: Textarea too small in MSIE Full screen RTE
- What version of TYPO3 4.0? Is this not a duplicate of 2660 which was fixed in RC2?
- 10:21 Bug #15992 (Closed): Textarea too small in MSIE Full screen RTE
- When doing Full Screen Rich Text Editing using MSIE the input field (i.e. textarea id="RTEarea1") is very small (only...
- 18:44 Bug #15981: Firefox crashes when transforming string seperated by dots into Links
- Fixed in TYPO3core CVS, branch TYPO3_4-0.
- 18:42 Revision 81d8811a: * rtehtmlarea: fix bugtracker issue 3120: transforming text in link in Firefox may take excessive time.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1409 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:33 Bug #15908: Link "title" is not saved when using the IE
- I am still unable to reproduce this problem...
- 11:38 Bug #15908: Link "title" is not saved when using the IE
- i've tried the RC3 now an the link problem doesn't exist anymore, that means i could change the link, but i can't cha...
- 11:35 Bug #15908: Link "title" is not saved when using the IE
- Hi Stanislas,
I am running TYPO3 4.0rc3 with rtehtmlarea 1.3.6 on a gentoo server. My desktop at home is Windows 2... - 11:33 Bug #15908: Link "title" is not saved when using the IE
- i've got the problem for every values,
even to change the link destination failed - 17:59 Bug #14289: lib.stdheader doesn't RESTORE_REGISTER
- committed to CVS, should be fixed in 4.0final
- 13:07 Bug #14289: lib.stdheader doesn't RESTORE_REGISTER
- darn, read first, since there's alreday a patch available I'll take care to get this submitted sry for confusion.
- 13:04 Bug #14289: lib.stdheader doesn't RESTORE_REGISTER
- jepp, you are right I could reproduce it as well.
However I won't be able to fix this until 4.0final. - 12:50 Bug #14289: lib.stdheader doesn't RESTORE_REGISTER
- I understood the problem and also think this is a bug. The registers in this case are being used as "local variables"...
- 17:56 Revision f3a78fba: Fixed #313 lib.stdheader LOAD/RESTORE_REGISTER in css_styled_content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1408 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:30 Bug #15624: FE-Admin-Panel causes Typo3 crash while logged into backend (if editing-Section opened)
- I wasn't able to reproduce this with RC3 (PHP5)
anyone else? - 17:19 Bug #15968: Linkwizard does not allow the user to choose anchor or files.
- I can't reproduce this in RC3
so either it was no bug or it was fixed. Which Browser/OS do you use? - 17:00 Bug #15995: ImageMagick V.5 produce quality 0
- Issue 0003074 describes the same problem, 0003012 also.
- 14:48 Bug #15995 (Closed): ImageMagick V.5 produce quality 0
- When using ImageMagick V.5 with im_v5effects=1, rc3 produce pics with jpeg-quality 0.
I think the problem is loc... - 16:51 Bug #15985: indexed search compilation failed
- Fixed in CVS.
- 16:47 Revision 04e78827: * Fixed bug #3132: preg_replace() compilation error
- * Minor fixes to the CSS default style
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1407 709f5... - 16:36 Bug #15991: Safari - Popup Element Browser - Error
- I also noticed this problem with Netscape7.2, when unfolding the tree in the element browser. When selecting one of t...
- 16:34 Bug #15994: missing clear.gif -> blocks pdf version of page
- sorry this NO bug - i just didn't install a dummy package were the missing gif resides....
please close - 14:50 Bug #15994: missing clear.gif -> blocks pdf version of page
- little correction:
Warning: file_get_contents(http://www.ibisacam.at//clear.gif):
implies that $GLOBALS['TSFE']->ab... - 14:45 Bug #15994 (Closed): missing clear.gif -> blocks pdf version of page
- class.tslib_content.php produces wrong path to clear.gif. this for example breaks pdf output of pdf_generator2.
$G... - 16:27 Bug #15998 (Closed): Misspelling in instal tool
- in "Database Analyser" under "Select tables to import" the text "so you'll loose all data in existing tables." should...
- 16:22 Bug #15997 (Closed): Extended Search displays wrong rating in "Sentence"-Searching: "days" instead of "percent".
- Extended Search is displaying wrong ratings in result list, only in one case:
If searching by "Match => Sentence"... - 16:15 Bug #15996: The extension MD5 sum could not be fetched from extensions.md5.
- re: Reload the mirror list in your Extension Manager settings.
Clicked "reload..." but got same error as above: "T... - 15:54 Bug #15996: The extension MD5 sum could not be fetched from extensions.md5.
- Reload the mirror list in your Extension Manager settings.
- 15:45 Bug #15996 (Closed): The extension MD5 sum could not be fetched from extensions.md5.
- TYPO3 4 RC3 on Apache/1.3.34 (Unix) PHP/4.3.10 AuthMySQL/2.20 mod_perl/1.29
Cannot retrieve anything from reposito... - 15:49 Revision a67d97b0: Committed a bunch of changes which were pending since 4.0rc3 because Sourceforge CVS was down.
- 2006-04-04 Michael Stucki <michael@typo3.org>
* Release of TYPO3 4.0rc3
* Fixed bug #3065: wrap2.splitChar and w... - 15:05 Revision b560609e: Added Id keyword to file.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1404 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:30 Bug #15988: conditions problem
- Will be written in TSref, of course!
BTW, the default operation is OR because this was already working in past-4.0 v... - 10:13 Bug #15988: conditions problem
- please add this to the reference (tsref).
- 10:08 Bug #15988: conditions problem
- crap. sorry guys. it is misunderstanding
- 09:51 Bug #15988: conditions problem
- Ah! I assume this is a misunderstanding then!
The default operation is "OR" not "AND".
Please try this instead:
... - 09:48 Bug #15988: conditions problem
- No, simply ...
- 09:37 Bug #15988: conditions problem
- page.10.marks.CONTENT =TEXT
page.10.marks.CONTENT.value = hello world!
[globalVar = TSFE:id > 80][globalVar = TSFE:... - 09:32 Bug #15988: conditions problem
- Dmitry, we probably need some more feedback from you:
What are the conditions you have tried? How can you prove it d... - 09:31 Bug #15988: conditions problem
- Hi Wolfgang, can you please have a look at this?
- michael - 09:22 Bug #15988: conditions problem
- please take a look. seems there is problem with multilevel conditions.
- 13:12 Bug #14147: Bulletlist incorrect in text with image aligned left
- I can confirm this. There seems to be a CSS problem if we float something to the left. Any bullet-list that is placed...
- 11:16 Bug #15993 (Closed): Database Analyser :: Update required tables :: COMPARE
- Typo3@UTF-8:
Set:
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
$TYPO3_CONF_VARS['SYS']['multiplyDBfieldSize... - 10:29 Feature #15528: Make all page elements accessible separately (using one SELECT)
- This is clearly not a "major bug", but I regard this as a feature request, although I haven't really understood what ...
- 10:23 Bug #15523: styles.content.imgtext.maxW halfs the size
- If you find similar output that you don't expect, please re-open another bug report with steps to reproduce and/or sc...
- 09:42 Feature #15055: Let EM install necessary extensions automatically
- This is much better now.
But the suggestions have a problem in this case where mbi_products_categories now depends o... - 09:36 Bug #15642: Extension manager maximum execution time of 30 seconds exceeded
- I'm sorry I have not time to test with RC3 but in RC2 if I want to list whole repository it gives me the message 'Fat...
- 08:47 Bug #15948: Installation blocks complete BE
- The error seems to be corrected in CORE for TYPO3 4.0 RC2.
- 01:34 Bug #15989: Alignment of text in Text w/ images and "nowrap" is wrong (FF)
- the patch looks good to me - problem is solved. Great work Ernesto. I'll have some more tests with CSC rendering on f...
- 00:20 Bug #15663: EM2 need more than 32 MB
- Out of curiousity, I tried executing
implode(gzfile('extensions.xml.gz'));
- the same technique that is used i... - 00:13 Bug #15823: Pages not shown in FE with DBAL and Oracle
- Hello Uroš,
may be you have the same problem described in --> 0002327: DB Field fe_group is empty after migration...
2006-04-05
- 23:46 Bug #15991 (Closed): Safari - Popup Element Browser - Error
- In safari when selecting the element browser in popup mode (images or general record storage page) gives an error me...
- 22:29 Bug #15946: RTE include the Frontent after paste a text
- No Error in JavaScript Console!
an the rtehtmlarea is default installed in typo3 rc3, so i think it is a system exte... - 18:53 Bug #15946: RTE include the Frontent after paste a text
- I cannot reproduce this problem.
Do you get an error on the JavaScipt console in Firefox?
Is rtehtmlarea instal... - 18:21 Bug #15946: RTE include the Frontent after paste a text
- I use rtehtmlarea newest version
I updated my Typo3 to RC3 and tested it with IE ant Firefox
-> same problem! - 22:10 Bug #15642: Extension manager maximum execution time of 30 seconds exceeded
- Hi Kari, is this still an issue with the latest RC? Thanks.
- 22:07 Bug #15821: $TYPO3_CONF_VARS['SYS']['setDBinit'] is not handled correct in the install tool
- Michael Stucki has fixed this meanwhile.
- 22:07 Feature #15055: Let EM install necessary extensions automatically
- A suggested extension may be installed, but the suggestion may be checked off and is then ignored. So nothing is enfo...
- 22:04 Bug #15838: Install missing extensions required by T3D dump
- After Kasper had implemented it further I fixed a few issues for RC3. Now it seems as if creating upload folders is s...
- 22:04 Bug #15948: Installation blocks complete BE
- I had the same problem with RC2. Now I have reinstalled using RC3 and the error is no longer occuring. I think you ca...
- 22:02 Bug #15823: Pages not shown in FE with DBAL and Oracle
- Today I debugged some problem with tt_news and saw the same problem (comparing an integer field to an empty string). ...
- 20:46 Bug #15990 (Closed): Error in Result Processing lead to wrong result count and false paging.
- The Functions getResultRows() gets the search result rows / data from database and returns it as data in an array.
... - 19:14 Bug #15657: left-click in filelist is broken (IE6)
- Hi Rupert,
IMHO your fix is a workaround, but not a solution.
I think this is not a TV bug, but a bug of the menu... - 17:15 Bug #15657: left-click in filelist is broken (IE6)
- found it! :-)
the á (á) character in the clickmenu title of templavoila causes the problem.
to fix it you ca... - 16:08 Bug #15657: left-click in filelist is broken (IE6)
- Hi,
sorry, I cannot do anything about it... :/ Maybe somebody else can take it?
Greets, Sebastian - 12:24 Bug #15657: left-click in filelist is broken (IE6)
- other eventhandler, same action:
also right click doesn't work in >= IE 6
greetinx
Rafael - 10:20 Bug #15657: left-click in filelist is broken (IE6)
- Problem persists with:
Typo3 4.0 RC3 - 19:12 Bug #15908: Link "title" is not saved when using the IE
- You report everything except the requested information: the version of the RTE.
I am not able to reproduce this pr... - 10:23 Bug #15908: Link "title" is not saved when using the IE
- The version information of the RTE
A free and open-source editor for <textarea> fields, featuring integratio... - 18:58 Bug #15980: config.language takes no effect
- I had the same problem.
Seems that typo3 4 doesn't work well with the Language Pack extensions.
Solved the prob... - 18:48 Bug #15971: Extensions which use function pi_getPidList() from class tslib_pibase do not work with DBAL
- I tried it, and with recursive starting point this ideed fails. I debugges it as far as this: the db (PostgreSQL 7.4)...
- 18:01 Bug #15839: CSS styled content - css_styled_content - 0.3.1 - constant: {$PAGE_TARGET} cleanen
- yes
- 16:53 Bug #15985: indexed search compilation failed
- Please try the attached patch.
- 10:02 Bug #15985 (Closed): indexed search compilation failed
- Warning: Compilation failed: unknown POSIX class name at offset 23 in /home/users/t/typo3src.ftp/typo3_src-4.0rc2/typ...
- 16:41 Bug #15989: Alignment of text in Text w/ images and "nowrap" is wrong (FF)
- Please try the patch attached to this bug report to see if the problem you reported in the Content Rendering Group li...
- 16:38 Bug #15989 (Closed): Alignment of text in Text w/ images and "nowrap" is wrong (FF)
- In RC3, creating an content element of type "Text with images" and setting the position of images to be "in text, lef...
- 14:59 Bug #15988 (Closed): conditions problem
- in this construction typo3 see only last directive
[compasion1][comparsion2]....[comparsionN]
....
[end]
so it ... - 12:05 Bug #15987 (Closed): install tool / IE6 / text centered
- changing css ?
body, p, td, a, span, input, .bodytext {
font-family:verdana,sans-serif;
font-size:1em;
color... - 11:50 Bug #15784: SInce RC1: segmentation fault (when using EM?)
- Yes, we need also pdf- support for other php- projects on this system and have a self-compiled php- version running. ...
- 11:02 Bug #15986: pagetree icons
- Also like newly suggest variant by Dmitry Pikhno much more then current from t3skin!
- 10:57 Bug #15986 (Closed): pagetree icons
- it is hard to distinct standard pages and other pages. i am breaking my eyes trying to find them.
try to create r... - 10:57 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- Error log checked, apache is indeed segfaulting.
Our PHP-Version is 4.1.2, so this might be the problem.
I do not r... - 10:16 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- I changed it to be under rc3.
I don't suspect this to be a SQL issue, but rather some PHP/Apache issue. It may be ... - 00:30 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- What prerequisites are defined for typo3v4? Maybe the problem is some piece of software which doesn't match the neede...
- 10:09 Bug #15972: Documentation of function storeHash differs between class befunc and class page
- I'll committ this as soon as CVS is up and open again.
- 09:56 Bug #15917: Cant create Pages - SQL Error
- The blob handling was flawed in the sense that it should be skipped for the "native" handler, bit did that only halfw...
- 09:46 Bug #15905: Install dbal fails
- I am closing this, as the first part is solved according to submitter and the error about TSconfig not allowed to be ...
- 09:41 Bug #15905: Install dbal fails
- Hi Kari, thanks for your info - I'm sorry that you spent more time than needed because we misunderstood each other. W...
- 09:30 Bug #15859: sysfolder icon
- I could add that it is hard to recognize sysfolder on not so big resolutions also - so it is general issue...
- 09:28 Bug #15859: sysfolder icon
- agree. would be nice to have smth like sketch in the attached file.
- 09:25 Bug #15983: Error message from flexform
- Yes, this fixes the problem!
Thanks a lot, Björn - 08:05 Bug #15983: Error message from flexform
- The line should be changed to:
if (is_array($editData['meta']['currentLangId']))
$editData['meta']['currentLa... - 09:14 Bug #15864: Error in Clipboard mouseover
- and still present at RC3
- 09:10 Bug #15864: Error in Clipboard mouseover
- please look at the attached file
- 03:07 Bug #15984 (Accepted): menu.showAccessRestrictedPages doesn't replace link for "include subpages"
- When creating a menu with showAccessRestrictedPages set to any PID, links to pages that inherit a usergroup restricti...
2006-04-04
- 22:38 Bug #15946: RTE include the Frontent after paste a text
- How was extension rtehtmlarea installed?
Do you have the same behavior in Firefox? - 21:02 Bug #15569: handling of fieldset is counterproductive
- Well - it's just the contrary. Having just a fieldset for radiobuttons (with legend) and another big one around the w...
- 10:36 Bug #15569: handling of fieldset is counterproductive
- Marc,
I don't think your argument about a fieldset in a fieldset being "absolute counterproductive" has any reason... - 20:52 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- Retried with typo3-4.0rc3, same result. Fresh install.
Should I file this with the new rc3 ?
- 20:03 Bug #15957: function ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly
- Thanks for the feedback!
I have marked this bug as resolved now.
cheers
Ingmar - 18:40 Bug #15957: function ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly
- thanks for the link.
I just installed RC3 and the element browser works.
regards Holger - 18:04 Bug #15957: function ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly
- Hi Holger,
RC3 is already released but just not announced yet.
You can get it from http://sourceforge.net/proje... - 17:58 Bug #15957: function ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly
- where can I get the RC3 from?
will it be released on typo3.org? - 19:39 Bug #15981: Firefox crashes when transforming string seperated by dots into Links
- Sorry, if this did not come out clearly: The Rich Text Editor (rtehtmlarea 1.3.6 in combination with 4.0rc2 and 1.1.6...
- 13:59 Bug #15981: Firefox crashes when transforming string seperated by dots into Links
- "the editor tries to make a link"
Which editor an where does this happen exactly in the TYPO3 backend or frontend? - 12:23 Bug #15981 (Closed): Firefox crashes when transforming string seperated by dots into Links
- When running under Firefox (tested with 1.0.7 and 1.5.0 under Windows) the editor tries to make a link out of every s...
- 18:52 Feature #15809: Divider error
- Ok. I think TSref is not the right place to document that, but rather css_styled_content docu. The CSC-docu has to be...
- 18:50 Feature #15809: Divider error
- @Ernesto: This sounds good to be. Meanwhile it would be a good idea to add a notice in the ts_ref with the code you p...
- 18:39 Feature #15809: Divider error
- I think this is a matter of taste and you will get different opinions on that.
But you are right that it makes lit... - 18:34 Feature #15809: Divider error
- Sorry, I haven't tested the behavior in older versions.
Shouldn't the output, as Ernesto proposed, be the default ... - 18:23 Feature #15809: Divider error
- @Bjorn, if you want to output something there, you can add something like this to your TypoScript:
tt_content.div ... - 18:19 Feature #15809: Divider error
- Hi Bjoern,
but isn't that the correct behaviour?
Has the divider been rendered in older versions of TYPO3?
c... - 18:17 Feature #15809: Divider error
- In RC3 the error disappeared, but in the FE the content element is still empty:
<!-- CONTENT ELEMENT, uid:22/div... - 18:25 Bug #15839: CSS styled content - css_styled_content - 0.3.1 - constant: {$PAGE_TARGET} cleanen
- Can you confirm that this bug is resolved in the latest (RC2 or RC2) TYPO3 4.0 release?
- 18:22 Bug #15983 (Closed): Error message from flexform
- Warning: array_unique(): The argument should be an array in /home/webmaster/newweb/TYPO3core/t3lib/class.t3lib_flexfo...
- 14:29 Bug #15982 (Closed): Image Position Drop Down - Icons overlay text
- See screenshot. Why are they any icons within this dropdown anyway?
(issue imported from #M3122) - 13:59 Bug #15784: SInce RC1: segmentation fault (when using EM?)
- Hi Volker,
did you really update to 4.3.4 or to 4.4.3dev?!? - 13:46 Bug #15784: SInce RC1: segmentation fault (when using EM?)
- After update to PHP 4.3.4 the EM appear!
Thanks, Volker - 13:32 Bug #15899: Creating content element with new templavoila causes the following error when editing page properties
- I checked this with TYPO3 4.0rc3 and TV 0.8.0, also had a look at the TCEforms code. I couldn't reproduce this, so fo...
- 12:40 Bug #15979: Javascript Error on Click Menu in Filelist
- What is the generated HTML source code of this page?
- 12:02 Bug #15979: Javascript Error on Click Menu in Filelist
- Wow, OS is WIndows. Now, what browser are you using?
It works for me with Firefox 1.5 on Linux btw... - 10:22 Bug #15979 (Closed): Javascript Error on Click Menu in Filelist
- Repetitively getting a javascript error when trying to use the click menu in the file list - this means I can't delet...
- 11:58 Bug #15980 (Closed): config.language takes no effect
- config.language = de takes no effect.
The website contains two page trees for every language.
Every tree is initi... - 11:51 Bug #15974: Taskcenter doesn't load
- Uploaded new versions of:
sys_messages
sys_notepad
sys_todos
taskcenter_modules
taskcenter_recent
taskcenter_... - 11:41 Bug #15977: PHP error when updating reference index
- This should only happen if a table is defined in $TCA but not present in the database. Please make sure you did run t...
- 03:23 Bug #15977 (Closed): PHP error when updating reference index
- After upgrading from 3.8.1 the interface gives this error:
Important notice!
- The Reference Index table is empty... - 08:23 Bug #15978 (Closed): no update of tstamp when changing nothing in record and saving
- Hi,
this was quite good in other versions than 40 RC2 (didn't tried in RC1):
When i saved a record (in BE) but di...
2006-04-03
- 20:30 Bug #15976 (Closed): included mail-form
- I do not recieve the mail sent from the included mailform in dummy v3.8.1
(issue imported from #M3110) - 18:35 Bug #15974: Taskcenter doesn't load
- Hi Julle,
Yes, I think you are right.
So please put the latest versions of those extensions to TER.
cheers,
... - 18:32 Bug #15974: Taskcenter doesn't load
- Hi guys,
The API was changed when I changed the taskcenter for 3.8. At the same time the modules where changed and... - 18:09 Bug #15974: Taskcenter doesn't load
- seems that taskcenter_modules is not compatible with the taskcenter anymore.
- 18:08 Bug #15974: Taskcenter doesn't load
- Hi Joey, hi Julle,
I can confirm that the error happens as soon as you install the extension "taskcenter_modules".... - 18:03 Bug #15974: Taskcenter doesn't load
- With some trial and error I found out that there are three parts that don't work correctly - the rest seems to be loa...
- 17:44 Bug #15974 (Closed): Taskcenter doesn't load
- Klicking on the Taskcenter link in the left menu of the BE throws the following error message:
Warning: Missing ar... - 17:39 Bug #14892: Passed variable is not an array or object in t3lib/class.t3lib_div.php on line 1458
- I tried to reproduce it with TemplaVoila 0.7.0 - but couldn't. So I guess that by the time this bug has been solved.
- 17:23 Bug #15970: EM leaves mirror* files on failure
- The suggested change will be put into the patch.
- 12:01 Bug #15970: EM leaves mirror* files on failure
- I would only change "allow_url_fopen not allowed, curl not enabled" to "allow_url_fopen is off, curl is not enabled i...
- 10:55 Bug #15970: EM leaves mirror* files on failure
- Ah, one never stops learning. tempnam not only returns a filename, but actually *creates* the file. So I needed to ad...
- 07:56 Bug #15970: EM leaves mirror* files on failure
- No. I found this when allow_url_fopen was off and curl was disabled. I got new mirror* file each time. Here is a part...
- 16:44 Bug #15908: Link "title" is not saved when using the IE
- I am not able to reproduce this problem with IE6 on Win XP2.
Please clear the browser cache.
Please click on th... - 15:23 Feature #15524: Moving all HTML fromtx_cssstyledcontent_pi1 to TS
- This seem to be a task for TYPO3 4.1 (or 4.5?). If someone could send some patches to resolve the issues, it would help.
- 15:21 Bug #14184: image content: link wrong for mutliple images
- Fixed in 4.0 beta-somewhere. See my note from 23.3. If you feel this is not correct, please open a new bug report wit...
- 15:17 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- Thanks for the feedback, Ernesto! We'll see what we'll do.
cheers,
Ingmar - 15:15 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- Sorry, Ingmar, I have no time to work on that today. So if you or Stucki could do that, it would be great. Else you'l...
- 12:02 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- Hi Ernesto,
as we are going to release rc3 later today, I'd like to know whether you're going to work on re-introd... - 15:16 Bug #15951: clickmenu on pagetree icons does not work
- Problem solved. There was a user extension, where ext_tables.php had a blank line after the php-code tag "?>".
Very ... - 15:01 Bug #15973 (Closed): Duplicate index (most likely useless)
- Here is a definition of index_section table:...
- 14:57 Bug #15972 (Closed): Documentation of function storeHash differs between class befunc and class page
- The function documentation of function storeHash() in class.t3lib_befunc should be indentical to function storeHash()...
- 14:06 Bug #15971 (Closed): Extensions which use function pi_getPidList() from class tslib_pibase do not work with DBAL
- The function pi_getPidList() from class tslib_pibase which is used in some extensions (e.g. tt_news) to get the list ...
- 13:24 Bug #15936: Gremlin: The running TYPO3 version (4.0-CVS) is higher than allowed (0.0.2)
- News on this one: it still fails with rlmp_eventdb, because it has this in it's constraints:
'typo3' => '3.7.2-0.0... - 13:19 Bug #15877: EM doesn't respect dependencies if no version number is specified
- News: empty version dependencies work, but for some reason the constraints of the ext in TER do not list moneylib as ...
- 13:07 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Hello,
Martin your right. Caching wasn´t on.
In my opinion there are 2 possible solutions.
Solution 1: You... - 11:58 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- This was not a but but something caused by buggy extensions in one case and unclean upgrade in the other case.
- 11:56 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Hi Ingmar,
many thanks. This was my mistake... :o(
Bye
schluri - 11:06 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- No, 4.0 doesn't need tslib/ anymore. Tslib is now in typo3/sysext/cms/tslib/.
So what you should do:
- remove the... - 10:46 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- But typo3 needs the dir "tslib", or not?
So what is the best way what i can do?
Many thanks.
Bye
schluri - 10:27 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Yes, they must be old scripts.
Seems like you didn't remove all old source directories when upgrading.
cheers,
I... - 10:09 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Hi Ingmar,
now i have deinstalled all extensions, but the problem still exists. But i found the string "fe_group I... - 11:14 Bug #15969: EM does not work if allow_url_open = off
- The patch for bug #15970 adds more verbose error messages, which hint the user towards fopen wrappers and curl.
- 07:50 Bug #15969: EM does not work if allow_url_open = off
- Correct. Now works!
What do you think about adding a tip to user about curl if list if mirror cannot be fetches _a... - 09:38 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- [SYS][sqlDebug] = 1 inserted into localconf.php
No output when trying to access Extension Manager. - 09:20 Bug #15924: Image Quality setting "Dont change" prevents resizing of image
- Wolfgang, the only problem is the label.
So if you want this to be fixed, write a patch changing the label.
cheer... - 08:37 Bug #15924: Image Quality setting "Dont change" prevents resizing of image
- The dropdown is related to the image quality, not to the image itself, so IT IS a problem!
2006-04-02
- 22:56 Bug #15924: Image Quality setting "Dont change" prevents resizing of image
- It was always that way. Don't change means do not change it, after all. :)
- 22:53 Bug #15952: "Show content from this page instead" is still working as the advanced page type is changed to standard
- This is true for other fields as well. There is one possible solution ahead, that may be implemented for version 4.5 ...
- 22:49 Bug #15939: No Task center available
- Yes, just install the extension "User>Task Center" (taskcenter)
- 22:41 Bug #15970: EM leaves mirror* files on failure
- This is the code:
t3lib_div::writeFile($mfile, $mirrorsFile);
$mirrors = implode(gzfile($mfile));
t3lib_div::un... - 22:05 Bug #15970 (Closed): EM leaves mirror* files on failure
- If EM fails to load a list of mirror, it leaves mirror* file in the typo3temp. Thus after 10 displays of "Settings" p...
- 22:38 Bug #15969: EM does not work if allow_url_open = off
- Enable curl use in the install tool, then it should work. No?
- 21:58 Bug #15969 (Closed): EM does not work if allow_url_open = off
- EM cannot fetch mirror list and extensions from TER at all. Since allow_url_fopen should be off in secured environmen...
- 20:35 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Just sent the patch...
- 20:14 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- So did you change something in the TYPO3 Core?
4.0rc3 is going to be released in about in hour, so please send me ... - 20:04 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Robert and I fixed this during a telephone session - it seems to be a bug in the PHP SOAP implementation. The WSDL de...
- 20:00 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- BTW, aside from shy also uploadFolder and clearCacheOnLoad are affected.
- 19:27 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- OK, then I definitely suggest to use 1/0 everywhere. That is handled by all SOAP libraries and all PHP versions corre...
- 19:24 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Next try is feeding the SOAP call true booleans, not integers. Still we receive strings with true and false, the erro...
- 19:18 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Hi Karsten,
thanks for your work.
So do I get right that the solutions is still not found?
My suggestion wou... - 19:02 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- In tx_ter the method uploadExtension_writeExtensionInfoToDB() contains the line
'shy' => (boolean) $extensionInfoDa... - 13:25 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Could this be caused by something in the TER? SOAP? Something that transforms '0' to 'false'?
I could add a check ... - 13:24 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Ok, some thoughts.
The emconf data coming from the repository has 'false' already in case of sr_email_subscribe 0.... - 20:12 Bug #15784: SInce RC1: segmentation fault (when using EM?)
- After reading the comments and the entry for the mentioned PHP bug I tend to believe this might be the cause. Now her...
- 20:06 Bug #15918: Import Extension -> Retrieve/Update creates Error MD5 sum could not be fetched...
- The mirror list is now loaded automatically if it has never been loaded.
- 18:32 Bug #15968 (Closed): Linkwizard does not allow the user to choose anchor or files.
- When using the linkwizard in TYPO3 v4.0RC2 it is not possible to select anchors (by selecting the little arrow at the...
- 16:59 Bug #15842: "Edit in Rich Text Editor" Form mistake / Fehlerhafte Anzeige
- Thank you, now it works!!!
- 16:40 Bug #15842: "Edit in Rich Text Editor" Form mistake / Fehlerhafte Anzeige
- You do not have the latest version of t3skin installed. Please install the latest version of t3skin. Uninstall any ot...
- 13:09 Bug #15842: "Edit in Rich Text Editor" Form mistake / Fehlerhafte Anzeige
- No sorry, it was not fixed.
I did an upload, who it looks. - 07:18 Bug #15842: "Edit in Rich Text Editor" Form mistake / Fehlerhafte Anzeige
- I think this was fixed in RC2. Please confirm.
- 16:58 Bug #15962: additional Parameters
- This is a problem in your configuration of frontend rendering.
Try lib.parseFunc_RTE.tags.link.typolink.additional... - 11:12 Bug #15962: additional Parameters
- Sorry,
I dont now were the problem really is, but strange is that the parameter is working at normal WYSIWYG conte... - 07:11 Bug #15962: additional Parameters
- I think this is a matter of configuring the frontend rendering correctly. Why do you think that this would be related...
- 16:08 Bug #15940: 503 header send for pdf page versions, and more
- See notes for details
- 16:07 Bug #15940: 503 header send for pdf page versions, and more
- Neither it happens with tt_news. I believe it is already fixed. See discussion named "problem with caching still exis...
- 15:40 Bug #15940: 503 header send for pdf page versions, and more
- Could not reproduce it with pdf_generator. Here is debug output from wget:...
- 14:06 Bug #15936: Gremlin: The running TYPO3 version (4.0-CVS) is higher than allowed (0.0.2)
- @Ingmar: no, no. I just sent an email to the core-list.
- 13:11 Bug #15936: Gremlin: The running TYPO3 version (4.0-CVS) is higher than allowed (0.0.2)
- So is the fix already in CVS or listed on http://typo3.org/development/40rc2-to-rc3-patches/?
cheers,
ingmar - 13:08 Bug #15936: Gremlin: The running TYPO3 version (4.0-CVS) is higher than allowed (0.0.2)
- Works as expected after fixing #15930, so probably the check/fix was skipped because the (broken) constraints were al...
- 13:38 Bug #15967: TYPO3 Vulnerabilities by sending a special formated post resquest at backend login form
- These backdoors are there on purpose. You didn't expect us to give TYPO3 away for free without them!
- 13:32 Bug #15967 (Closed): TYPO3 Vulnerabilities by sending a special formated post resquest at backend login form
- See module ameos_typo3_vulnerabilities on repository for more details!
(issue imported from #M3094) - 13:10 Bug #15966 (Closed): template::getTabMenu doubles ampersands
- template::getTabMenu doubles ampersands in links.
The attached patch solves the issue.
This issue was fir... - 13:09 Bug #15877: EM doesn't respect dependencies if no version number is specified
- Any new results?
- 13:01 Bug #15930: Importing/installing skin_grey_2 in 4.0 RC2 reports Invalid argument supplied for foreach() .. class.em_index.php
- If the dependencies are empty and there are no constraints, the constrainst get set to an empty array, the warning wi...
2006-04-01
- 23:47 Bug #15915: Database Analyser does not create sys_refindex if multiplyDBfieldSize is set
- If I get it right, the problem only occurs when multiplyDBfieldSize is set.
This setting is no longer needed, accord... - 22:44 Bug #15825: Admin Panel always loses GET parameters
- I have uploaded a fix.
- 21:28 Bug #15920: creating custom workspaces doesn't work in rc2
- MSIE issue: did not post <input type="image">
- 19:49 Bug #15930: Importing/installing skin_grey_2 in 4.0 RC2 reports Invalid argument supplied for foreach() .. class.em_index.php
- confirm
If dependencies field of the EXT is empty, $conf['constraints']['depends'] is empty and the foreach produces... - 18:56 Bug #15965 (Closed): New Pages with Web>Functions in NOT online version of Page never online
- With Web>Functions you can create Subpages of an NOT online version of a Page, which never can go online
(is... - 18:38 Bug #15957: function ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly
- Thanks in advance!
- 18:38 Bug #15957: function ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly
- Hi Igmar,
I'll do my best ;o). I think I can check that on Monday.
regards
Holger - 13:23 Bug #15957: function ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly
- Hi Holger,
the Element Browser in TYPO3 4.0rc2 was indeed buggy.
On Sunday we will release 4.0rc3 which should ... - 11:04 Bug #15957: function ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly
- Do you use an own module or RTE HtmlArea?
In the init of the calling module the expandPage must be set.
$this->expa... - 18:28 Feature #15960: Automatic detection and selection between url_fopen() and curl_exec()
- Just to throw some more problems in the mix - even if url_fopen() is supported by the server, it is blocked by defaul...
- 11:20 Feature #15960 (Closed): Automatic detection and selection between url_fopen() and curl_exec()
- Given that it's possible to check which method is supported by the server, a select-box could be made to choose which...
- 15:59 Feature #15964 (Closed): impexp: no import without pagetree possible
- I want to export frontend users without the pages sysfolder. However this seems not to be possible.
When I click on... - 15:44 Bug #15569: handling of fieldset is counterproductive
- Hi Ernesto,
> Having that in TypoScript would require the "id" to be replaced dynamically (used by the referencing... - 13:48 Bug #15929: In some places TYPO3 inserts & instead of &amp; in links
- Hi Stucki, hi Ingmar,
hier der Patch... - 13:45 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Many Thanks Ingmar,
meanwhile my website lochtemedia.de is live with rc2. I've resolved some symlink problems with... - 13:13 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Thanks, Kurt, for the feedback. I have sent a mail to the autohr of the 404 error handling extension Boris Nicolai an...
- 12:31 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Now i have deinstalled the extension "error_404_handling" but the problem still exists. Does the extension modified a...
- 13:06 Bug #15962 (Closed): additional Parameters
- additional Parameters dont work at the rtemtmlarea on link in tables.
tt_content.text.20.parseFunc.tags.link.typol... - 12:36 Bug #15961: typo3temp cache_pages
- Hmmm shouldn't be workspaces category, but CORE. I think I can't change that.
- 12:32 Bug #15961 (Rejected): typo3temp cache_pages
- The number of files in the install tool for typo3temp/cache_pages is not show probably due the subfolders. It would b...
- 10:13 Bug #15951: clickmenu on pagetree icons does not work
- Maybe a space characted is needed here before the second question mark?
<?xml version="1.0" ?>
--------------------... - 02:18 Bug #15959 (Closed): Options frame renders badly
- There is a bug showing secondary options when selecting the "header" field in a content element. The Link and Date-fi...
- 00:54 Bug #15756: EM does not accept T3X files
- Could not reproduce this with rc2.
2006-03-31
- 22:54 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- We can be happy!
Some hours ago i build again a base rc2 system and installed all my extensions step by step. The ... - 20:33 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Hi Stucki,
I just changed the priority of this bug back to normal, because it seems to be a problem with certain e... - 12:00 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Hi Kurt,
thanks for the good debug output!
I just searched the TYPO3 Core for the string "fe_group IN (" but co... - 11:18 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- .. tested with 4.0rc2 and got the same problems.
Greets Kurt - 01:12 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Hi Ingmar,
now I tested again with 4.0rc1 on Linux System. The Problem ist still present. After modifying e.g the ... - 20:38 Bug #15936: Gremlin: The running TYPO3 version (4.0-CVS) is higher than allowed (0.0.2)
- I can confirm that those weird version numbers are not ignored.
- 20:30 Bug #15604: versioning a page breaks all MM-Relations
- Kasper, is this bug already fixed?
If not, is it something we should wait for, before releasing 4.0? - 18:54 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- The mysql3 could be the reason.
Try to debug the sql statements created when you click on the EM link.
http://wiki.... - 18:28 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- Hmmm, I did a clean install of apache2, php5 and mysql4 via fink on a Macintosh running OS X 10.4.5, and retried typo...
- 17:47 Bug #15958 (Closed): copy/paste in Clipbord in List module
- I just ran across some weird behaviour of the Clipboard in the list-module.
Copying any item by Clickmenü "copy" ... - 17:34 Bug #15957 (Closed): function ext_addP() in class.browse_links.php does not set url-param 'expandPage' properly
- When I try to extend the list of recordsets for a "internal-type db" field (for example I click on the [21 - 95] pild...
- 16:58 Bug #15569: handling of fieldset is counterproductive
- Having that in TypoScript would require the "id" to be replaced dynamically (used by the referencing of the label-for...
- 16:24 Bug #15569: handling of fieldset is counterproductive
- Hi Ernesto,
> Since then, the fieldset around radio-options (which "group together related controls") is generated... - 15:44 Bug #15569: handling of fieldset is counterproductive
- The attached patch (mailform-accessibility-fieldsets.diff) should solve that minor problem in the TypoScript configur...
- 15:58 Bug #14180: alt/title attributes of image tags not parsed correctly from image captions in content type imagetxt
- This has already been solved by the new split possibilities of stdWrap and its usage in the css_styled_content imgtex...
- 15:26 Feature #15809: Divider error
- Thanks, will do.
cheers
Ingmar - 15:21 Feature #15809: Divider error
- Please review attached patch.
- 12:53 Feature #15809: Divider error
- Attached patch fixes the problem (which has always been there in css_styled_content). The rendering of a a "Divider" ...
- 15:24 Feature #15943: Render bullet lists (tt_content.bullets) with TypoScript
- Unfortunately this is too late for 4.0 release (RC1 started the feature freezed state). You might want to resubmit th...
- 15:23 Bug #15449: Dump static data IMPORT fails
- Please contact extension-authors to get that problem fixed.
read about "ext_tables_static+adt.sql" in http://typo3.o... - 14:52 Bug #15449: Dump static data IMPORT fails
- When I have deinstalled the Commerce extension everything went fine without any error message.
I have clicked the op... - 09:57 Bug #15449: Dump static data IMPORT fails
- Since error message starts with 'tx_commerce_address_types'' and I don't have that one here to have a look: Could you...
- 07:33 Bug #15449: Dump static data IMPORT fails
- I get the following error messages. However the code is 2 days old because cvs.sourceforge.net has fallen out at the ...
- 14:58 Bug #15951: clickmenu on pagetree icons does not work
- Yes, typo3 is running in compatibility mode. IE 6.0 and FF 1.5 is used.
After further research, it turned out, that ... - 14:34 Bug #15956 (Closed): Little typo script in TS example for smile_categorization
- On typo3.org site, reading configuration chapter (1.4) of smile_categorization
http://typo3.org/documentation/docume... - 13:19 Bug #15955 (Closed): error message on moving elements in draft workspace
- Users experience the error messages with workspaces as system errors or bugs. A friendlier notification would be more...
- 12:18 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- This will be fixed with my next CVS update but let me remind you that in locallang-xml files you are NOT supposed to...
- 09:01 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- I currently have no time left so I cannot care for this until someone provides a fix for the problem. Can you do that...
- 08:27 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- Michael, please change Status to appropriate value and Severity to major.
Cannot finish the site without fixiing ... - 12:08 Bug #15452: When moving records the translation do not move with it
- It will not make it for 4.0, but I confirm the issue. Its not a mistake, we just didn't find time to implement this.
- 12:02 Bug #15944: Backend Login not possible
- Due to workaround, this is closed now.
- 11:38 Bug #15549: Crash if zero "0" is entered into option field of a select box
- where can I close this issue?
- 11:32 Bug #15549: Crash if zero "0" is entered into option field of a select box
- Hi Michael
I'm sorry, it seems to be resolved since rc2. the main problem was the comma combined with the "0". With ... - 01:56 Bug #15549: Crash if zero "0" is entered into option field of a select box
- Can you please explain what you understand as "crashing"? Is it the webserver that dies, or is it just a website whic...
- 11:06 Bug #15439: Table wizards throws a fatal error
- In which version is this solved? In 4.0rc2 it's still there ...
- 10:48 Feature #15954 (Closed): wizard for "extended" HTML entities
- HTML defines a number of entities that should be supported by compliant user agents. It would be great if RTE had ano...
- 10:15 Bug #15953 (Closed): [jpg_quality] not changed to [im_jpg_quality] in install tool
- The setting [jpg_quality] is ignored. From the mailing list i got the hint that
$TYPO3_CONF_VARS['GFX']['im_jpg_qua... - 08:40 Bug #15756: EM does not accept T3X files
- I set a reminder for myself to attach this file today (if I still have it in my /tmp). I appologize that I did not do...
- 01:58 Bug #15756: EM does not accept T3X files
- Dmitry, any feedback?
- 08:38 Bug #15940: 503 header send for pdf page versions, and more
- Can Yavuz, thanks, this helps a lot!
- 08:35 Bug #15784: SInce RC1: segmentation fault (when using EM?)
- Smells as if we have only one symptom here but multiple causes!
Damn - that wouldn't make things easier.
- 08:26 Bug #15784: SInce RC1: segmentation fault (when using EM?)
- I'm using two version from typo3 on the same machine with same mysql and php- version. In Typo3 3.8.0-dev all works f...
- 01:53 Bug #15784: SInce RC1: segmentation fault (when using EM?)
- Seems like we are aware of the problem now, but cannot fix it. I think Karsten can just close it now.
- 08:14 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- I'll take a look it. I have no mac though..., but Konqueror doesn't load the taskcenter on startup, even if it's chec...
- 01:42 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- Sounds like an issue for Julle...
- 08:09 Bug #15918: Import Extension -> Retrieve/Update creates Error MD5 sum could not be fetched...
- does not appear after reloading the mirror list under settings!
- 02:17 Bug #15894: Indexed Search: Startingpoint not visible
- Franz, I'm questioning whether you are reading the core list or not? AFAIK that change was proposed & performed by Ma...
- 02:06 Bug #15508: No menu in filelist
- No feedback in 2 months. Closed.
- 02:03 Bug #15558: Default language values display in flexforms broken
- According to the reporter, this is not an issue anymore.
- 01:40 Bug #15780: FE error message by search of indexed paged with L=2
- This is fixed in 4.0rc2.
- 01:35 Bug #15673: Removal of symlinked media-folder breaks gmenu
- I cannot say when this was changed, but at least in RC2 it seems fixed!
2006-03-30
- 23:01 Bug #15784: SInce RC1: segmentation fault (when using EM?)
- Ok, got it - at least for my installation:
There is a bug in PHP up to 4.4.2 that crashes Apache with file related... - 20:56 Bug #15952 (Closed): "Show content from this page instead" is still working as the advanced page type is changed to standard
- When page types are changed, between advanced and standard, the configured data (what is only available in the pagety...
- 20:52 Bug #15947: Cannot Access Extensions dur to error
- found a solution for Trustix:
uncomment this line in PHP.ini
extension=zlib.so
Otherwise the moduel will be... - 18:54 Bug #15947: Cannot Access Extensions dur to error
- Have installed the correct zlib library and error is still there
old Versions did not hat this problem. - 08:37 Bug #15947: Cannot Access Extensions dur to error
- 1.
After this error I can no longer access the extension manager, only when I reset my user account I will get new a... - 20:43 Bug #15940: 503 header send for pdf page versions, and more
- The same problem occurs with tt_news, when you included it via TypoScript on every page (through a template marker or...
- 11:21 Bug #15940: 503 header send for pdf page versions, and more
- It means that page is NOT generated properly by typo3.
"503" temporary content is placed to the cache only until p... - 19:42 Bug #15916: Elementbrowser doesn't show elements when klicking on 21-...
- I can confirm this bug.
- 18:05 Bug #15951: clickmenu on pagetree icons does not work
- Which versions of IE, Firefox and Windows/LINUX did you test?
Did you update the version in the install tool Update ... - 16:46 Bug #15951 (Closed): clickmenu on pagetree icons does not work
- IE: click on pagetree icon produces following js-error:
'null' is Null or no object
Firefox: clickmenu does not s... - 17:00 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- Ok that with the taskcenter was the important information!
Bugreport:
1. Startup in Task Center has to be enabl... - 16:41 Bug #15825: Admin Panel always loses GET parameters
- I have a look at it on the weekend.
- 15:57 Bug #15825: Admin Panel always loses GET parameters
- Karsten: Since I talked to Sebastian about further bugfixing this week, I know from him that he has no time to look a...
- 15:39 Bug #15911: Save document and create new one icon is missing in new skin
- confirm. please put it back. very useful button
- 15:23 Bug #15911: Save document and create new one icon is missing in new skin
- Could also confirm this issue.
- 15:38 Bug #15621: Missing copymode icon
- yep. really annoying bug
- 15:22 Bug #15621: Missing copymode icon
- I could confirm this issue, pretty important one.
- 15:27 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- Same problem on Windows viewed with iexplorer and firefox 1.5.0.1. The difference is that no pop-up-dialog is shown. ...
- 13:22 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- memory_limit set to 64M, no changes. No output in error log either.
- 12:49 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- Set
memory_limit = 64M ; Maximum amount of memory a script may consume (32MB)
in php.ini.
Check entries in y... - 11:43 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- Just for information : the same server runs 3.8.1 without problems
- 11:35 Bug #15950 (Closed): Extension manager link in BE-Navigation wont launch extension manager
- On a fresh install of 4.0rc2, the link for accessing the extension manager in the navigation column in the backend do...
- 13:46 Bug #14855: Flexforms with non-UTF8-encoded values can't be saved with PHP5.
- Hi Guys,
I finally had a look at this. Yes, PHP before version 5 was tolerant and didn't choke over the charset of... - 13:39 Bug #14714: PHP5, flexform and iso-8859-1 charset
- See 1273
- 12:42 Bug #15948: Installation blocks complete BE
- See error 0002954 which is very similar to this one.
- 11:45 Bug #15944: Backend Login not possible
- Workaround found: Setting [BE][loginSecurityLevel] to normal works for me.
- 09:28 Bug #15944: Backend Login not possible
- Okay, I tried to hunt the problem down by inserting some debugging code:
In t3lib/class.t3lib_userauth.php::compareU... - 09:22 Bug #15944: Backend Login not possible
- I used the debug option now, here's what I'm told:
caller t3lib_DB::exec_INSERTquery
ERROR Field 'usergroup' does... - 07:22 Bug #15944: Backend Login not possible
- Is there any need for a tool?
mysql> use dummy
Database changed
mysql> select uid, pid, username, password,admin f... - 11:23 Bug #15923: moving a page in branch-type-version mode problem
- ok, i invested quite some time to specify a bit more where the error lies.
i made a custom workspace and created a... - 09:57 Bug #15946: RTE include the Frontent after paste a text
- I paste a Text from Word an Windows Editor but with the same result!
But this Bug was only when i set in the Setting... - 08:54 Bug #15946: RTE include the Frontent after paste a text
- What do you paste in the RTE? Do you have the same result whatever you paste in the RTE?
- 01:47 Bug #15949 (Closed): wrap2.splitChar and wrap3.splitChar are ignored
- wrap2.splitChar and wrap3.splitChar are ignored.
Instead the splitChar is taken from wrap.splitChar if this is set.
... - 00:34 Bug #15882: Changes to element do not display in text editor when editing in frontend
- I believe I have discovered the actual issue after posing to the DEV list. My issue that made me think this was a bug...
2006-03-29
- 23:45 Revision f7b81c1a: * Fixed bug in t3lib_tstemplate: File references to media/ are now automatically prefixed with "typo3/sysext/cms/tslib/".
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1403 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:36 Bug #15948: Installation blocks complete BE
- This error is not in tt_products.
As you can see here the ext_emconf.php file has been correct in the past:
http://... - 23:27 Bug #15948: Installation blocks complete BE
- seems that TER is deleting the dependencies. This differs from that one i got from TER:
http://cvs.sourceforge.net/... - 22:46 Bug #15948 (Closed): Installation blocks complete BE
- because the dependencies are not show, Installation of tt_products on RC2 blocks with missing dependend Ext complete ...
- 23:30 Bug #15944: Backend Login not possible
- I have the same problem... but phpMyAdmin does show, that no backend User is created, even if Typo tells you so.
- 19:50 Bug #15944: Backend Login not possible
- Do you have a database tool like Webmin or phpMyAdmin?
Check the entries in the be_users table.
Change the passwo... - 15:15 Bug #15944 (Closed): Backend Login not possible
- admin or fresh installed admin user can't login: "Your login attempt did not succeed. Make sure to spell your usernam...
- 23:10 Bug #15668: Template CrCPH fails
- Hi Jörg,
this bug is acutally fixed already.
Are you sure you did the "Importa static data" step in the install... - 22:42 Bug #15947: Cannot Access Extensions dur to error
- gzfile is a PHP function:
http://de3.php.net/manual/fr/function.gzfile.php
So some gz php library is missing at y... - 21:39 Bug #15947 (Closed): Cannot Access Extensions dur to error
- the following error comes up when I try to start the extension Manager:
Fatal error: Call to undefined function g... - 21:18 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- I just tried to reproduce the bug but it's all working fine on my machine (WAMP, PHP5, MySQL 5).
I don't really kn... - 10:11 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Hi Ingmar,
sorry, but this is all what i can say about it.
I create a new page, the Type is "Standard" and the ... - 09:46 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Schluri, I must say I'm a bit disappointed by your short reply, it doesn't help me much. Please investigate further i...
- 08:17 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- Before Update the value in the field "fe_groups" is "0". After Upgrade the value for new created pages is blank/space...
- 21:03 Revision f8ec835e: Code cleanup: Removed two lines of outcommtented code.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1402 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:23 Bug #15522: CSS-styled-content resizes pictures too small after update
- Alright, I'm now going to submit the patch to the core list.
- 20:22 Feature #15809: Divider error
- I agree.
- 18:21 Feature #15809: Divider error
- @Ingmar,
I would rather start a new patch here, once the previous has been commited. Fixing too many things with o... - 19:59 Bug #15882: Changes to element do not display in text editor when editing in frontend
- Can you give a more detailed explanation of what you have been doing exactly here.
- 19:23 Bug #15901: sr_email_subscribe 0.3.0 (Email Address Subscription) is shy
- I noticed that the PHP version for this issue has been set to 4. My installation uses PHP 5.0.2.
- 17:44 Bug #15946: RTE include the Frontent after paste a text
- Sorry it is Version 4.0 RC2 ^^
- 17:07 Bug #15946 (Closed): RTE include the Frontent after paste a text
- If i set the RTE to "Demo" in the settings, and paste a text. The RTE include the first page from the frontend.
I ... - 17:03 Bug #15920: creating custom workspaces doesn't work in rc2
- gfx error should not be related, it is a different issue... But now we know that it is definitely MSIE-related. Time ...
- 12:10 Bug #15920: creating custom workspaces doesn't work in rc2
- it's a internet explorer (6.0.2800.1106) specific bug, it works in firefox!
- 12:01 Bug #15920: creating custom workspaces doesn't work in rc2
- Ahh! I've just tried Firefox, and it works in that!
I was using MS-IE 6 (6.0.2900.2180.xpsp_sp2_gdr.050301-1519). ... - 11:59 Bug #15920: creating custom workspaces doesn't work in rc2
- I'm using: PHP 4.3.6, MySQL 4.1.18, Typo3 rc2 source
I've taken a database from my live server running Typo3 3.8.1... - 11:53 Bug #15920: creating custom workspaces doesn't work in rc2
- i tried it on these versions
PHP Version 4.4.1
PHP Version 4.3.10
and
PHP Version 5.0.3
on 2 different hosting... - 11:51 Bug #15920: creating custom workspaces doesn't work in rc2
- Peter, did you test with MSIE? I am sure it is MSIE-specific. I fixed this once, may be it was overwritten by other c...
- 11:23 Bug #15920: creating custom workspaces doesn't work in rc2
- It might be very helpful if you provide your php-version also. Could you enable error-logging in your php and check f...
- 10:54 Bug #15920: creating custom workspaces doesn't work in rc2
- I will take a look at it and fix over weekend (Apr 01-02).
- 10:22 Bug #15920: creating custom workspaces doesn't work in rc2
- ok, i try to give you some more information:
installation: typo3 4.0 rc2, from scratch using both packages on sour... - 09:27 Bug #15920: creating custom workspaces doesn't work in rc2
- Hi Philipp,
please post all information that might possibly be relevant to this bug.
Which steps exactly did yo... - 07:55 Bug #15920: creating custom workspaces doesn't work in rc2
- i used rc2, internet explorer 6, windows 2000 (does the os matter?)
- 16:07 Bug #15945 (Closed): Login Window after Session Expiration not big enough
- The window which appears after a session in the backend has expired to login again is not high enough (Login button n...
- 14:59 Bug #15941: No mails with forgotten password when using german language
- After I edited the default text of the email in the TS-Template it suddenly worked:
plugin.tx_newloginbox_pi1._LOC... - 12:38 Bug #15941 (Closed): No mails with forgotten password when using german language
- Using Typo3 V4RC2 and newloginbox V2.2.11
When using "config.language = de" in my TS Template to display german te... - 14:49 Bug #15663: EM2 need more than 32 MB
- Still the same problem in 4.0rc2
- 14:11 Feature #15943 (Closed): Render bullet lists (tt_content.bullets) with TypoScript
- The current way of implementing content elements with tt_content.bullets is too inflexible. It's done with a USER obj...
- 13:59 Bug #15940: 503 header send for pdf page versions, and more
- This means that the new feature Dmitry implemented, i.e. throwing 503-headers when the "page is being generated" mess...
- 12:25 Bug #15940 (Closed): 503 header send for pdf page versions, and more
- if you do not disable caching for the pdf-version page type in ts. a 503 header is send and no pdf is show ->browsers...
- 12:47 Bug #15942 (Closed): RTE removes images under special conditions when saving
- I use 3.8 (and 3.8.1) with rtehtmlarea version 1.1.6 and 1.2.0. configuration typical
When saving an article the R... - 12:14 Bug #15919: Text/Image Module - Image Center - 10px too much.
- I found the problem...
Column space [styles.content.imgtext.colSpace]
Horizontal distance between images in a blo... - 09:12 Bug #15919: Text/Image Module - Image Center - 10px too much.
- Waiting for feedback
- 09:11 Bug #15919: Text/Image Module - Image Center - 10px too much.
- Mario, this bug was corrected in the patch attached to the bug #2995. If you can, please restore the CSS to the origi...
- 12:11 Bug #15937: custom workspace not in list at the bottom on the right
- again, it's an internet explorer (6.0.2800.1106) specific bug, it works in firefox!
- 10:55 Bug #15937 (Closed): custom workspace not in list at the bottom on the right
- i already reported this in a previous post (0003021). but to make it more clear i provided a screenshot and posted th...
- 12:08 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- i uploaded a screenshot.
it is just an empty, not loaded frame.
if you can't reproduce it, i can give you a tes... - 11:55 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- ok, found something interesting:
the problem happens only if i have "Start up in the module 'Task Center':" checke... - 11:35 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- You have to describe the bug better.
I tried rc1, beta3, with and without new skin, usage of the menus and so on,... - 11:07 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- yes i'm doing heavy testing.. since the problem still exists with 4.0rc2..
right now i have 5 websites, using the ... - 11:03 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- Safari: 2.0.3 (417.9.2)
I tested it now for a while with several settings, and the problem didn't apear on my syst... - 12:00 Bug #15939 (Closed): No Task center available
- Hello,
there is no TasK Center in version 4.0 RC2. There is only "Eports Presets" visible.
With version 3.8.1 ... - 11:55 Bug #15936: Gremlin: The running TYPO3 version (4.0-CVS) is higher than allowed (0.0.2)
- Hm, it should ignore those already (or rather, fix them to theminimum values we talked about)... I'll have a look.
- 09:50 Bug #15936 (Closed): Gremlin: The running TYPO3 version (4.0-CVS) is higher than allowed (0.0.2)
- When installing an extension which has weird version numbers in its constraints due to the switch to TER2, the users ...
- 11:49 Bug #15743: Table wizard broken
- commited on 2006-03-29 by Franz Holzinger to CVS
- 11:42 Bug #15938 (Closed): missing higlighting in help/about aka welcome screen
- the welcome screen (help/about modules) has a summed up help about each of the modules. used to the main-module was h...
- 11:24 Revision 85191ef6: Fixed bug #2722 and #2837: table wizard has wrong array elements
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1401 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:58 Bug #15921: Link to internal page anchor doesn't work
- Fixed in CVS.
- 10:53 Bug #14512: Error message while creating a new page
- Another possibility is to change it from ERROR to Notice or something more friendly.
- 10:34 Bug #14963: Auto redirect feature from Martin Kutschker overwrites the variable with the storagePid (ver 2.2.9)
- This bug is still in current CVS-version
- 10:07 Bug #15915: Database Analyser does not create sys_refindex if multiplyDBfieldSize is set
- Please see http://lists.netfielders.de/pipermail/typo3-team-core/2006-March/003720.html to find out that this issue i...
- 09:24 Bug #15899: Creating content element with new templavoila causes the following error when editing page properties
- [check before 1.0.0]
- 09:22 Revision def35d35: * Fixed bug #3022: "c" prefixed to local #anchors causes trouble
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1400 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:13 Bug #15523: styles.content.imgtext.maxW halfs the size
- John, can you confirm that this bug is in fact the documented feature?
- 09:06 Bug #15655: Users with right can't create content elements via TemplaVoila, but can via "normal" page tool
- Closed because of missing feedback / unable to reproduce.
- 09:03 Bug #15604: versioning a page breaks all MM-Relations
- Peter, can you please confirm if this is still open?
- 09:02 Bug #15637: The Script to open the contextmenu dosnt work!
- Closed because of missing feedback / unable to reproduce!
- 08:49 Bug #15933: login expired but still logged in
- This is no problem because the popup window appears 30 seconds _before_ the login expires. So if you are fast enough,...
- 08:45 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- I think it is easy to bring this back, therefore I agree with Ingmar and Joey.
Ernesto, please let me know whether... - 08:37 Bug #15916: Elementbrowser doesn't show elements when klicking on 21-...
- patches/discussion are kept with related bug on:
http://bugs.typo3.org/view.php?id=2949 - 08:37 Bug #15934: Element browser: No folder change possible
- patches/discussion are kept with related bug on:
http://bugs.typo3.org/view.php?id=2949 - 07:40 Bug #15934 (Closed): Element browser: No folder change possible
- Quote from old mail on core list:
Rene, may you please take care of the bug below?
The element browser does not... - 08:35 Bug #15871: Searching for records in record-browser window is not possible in records browser
- a small grep showed that htmlarea is providing its own version of mod3/browse_links.php which also access stuff like ...
- 08:30 Bug #15871: Searching for records in record-browser window is not possible in records browser
- OK, here is another suggestion for this series:
1) move local $browser var into a class var of SC_browse_links
2)... - 07:33 Bug #15871: Searching for records in record-browser window is not possible in records browser
- If I remember correctly, this element browser stuff was changed by René. So I would say that you should ask him via C...
- 08:25 Bug #15935 (Closed): GMENU rollovers dont work in IE and when config.removeDefaultJS = 1
- GMENU rollovers in RC2 seem not to work in IE. Additionally, they stop working for other browser as well when config....
- 08:10 Bug #15908: Link "title" is not saved when using the IE
- I've tried some more values to set in this "Insert/Modify Link" window, but nothing would be set after clicking the "...
- 07:57 Bug #15908: Link "title" is not saved when using the IE
- If it would be helpful i could describe the problem with some screenshots. Would you like this, or is this unnecessar...
- 08:00 Bug #15286: Problem with FORM action. Wrong action url
- Seems like this was fixed already.
- 07:54 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
- This has been implemented in 4.0. The syntax to use it is:
config.linkVars := addToList(L,myparameter)
2006-03-28
- 23:34 Bug #15933 (Closed): login expired but still logged in
- After some idle time in the BE a window pops up and says something like "Your login has probably expired. Do you wish...
- 23:11 Bug #15912: Imagemagick creates blurry images
- Is the one I attached not enough? It's from the install tool trying to read a jpeg.
- 23:03 Bug #15912: Imagemagick creates blurry images
- May you show an example of the blurry images ?
- 22:01 Bug #15912: Imagemagick creates blurry images
- Any idea what could be causing this?
- 02:41 Bug #15912 (Closed): Imagemagick creates blurry images
- When upgrading to rc2, all images processed by imagemagick in the frontend got blurry. I checked the Image processing...
- 23:04 Bug #15932 (Closed): Old background when editing templates
- The new skin on RC2 shows the old brown background when editing a TypoScript-Template for the table where you can cho...
- 22:44 Bug #15863: title-attribute content of "state" column in Versioning view is not escaped.
- still exists in 4.0RC2
- 22:14 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- Hi Ernesto,
first of all once again thanks a lot for the excellent support you have given for the Core integration... - 22:07 Bug #15908: Link "title" is not saved when using the IE
- I've configured my IE so that always it get a new site, even if they doesn't changed.
I cleared all caches, an tri... - 18:25 Bug #15908: Link "title" is not saved when using the IE
- How do you set the IE browser cache off?
Please clear the browser cache (delete all files) and set the cache to Au... - 12:42 Bug #15908: Link "title" is not saved when using the IE
- The problem is not a result of the browser cache because the cache is off.
I used the package "dummy-4.0rc2.zip" a... - 06:42 Bug #15908: Link "title" is not saved when using the IE
- I am not able to reproduce this problem. Please make sure to clear the browser cache.
If the problem persists, ple... - 21:58 Bug #15924: Image Quality setting "Dont change" prevents resizing of image
- Thanks for checking this, Bernhard!
I just set the severity to "trivial" and agree with your comment that just the... - 21:54 Bug #15924: Image Quality setting "Dont change" prevents resizing of image
- I just tested it on T3 3.8.1 and it behaves the same there (when "no change" is choosen the image get's not processed...
- 21:20 Bug #15924: Image Quality setting "Dont change" prevents resizing of image
- Could this be related to Bernhard's truecolor patch or was it already like that in earlier TYPO3 versions?
- 21:19 Bug #15924: Image Quality setting "Dont change" prevents resizing of image
- Could this be related to Bernhard's truecolor patch or was it already like that in earlier TYPO3 versions?
- 16:12 Bug #15924 (Closed): Image Quality setting "Dont change" prevents resizing of image
- If you set image quality (image_compression) to "Dont change" in the Images or Texpic content element your images wil...
- 21:52 Bug #15920: creating custom workspaces doesn't work in rc2
- David Evans wrote he tested it with RC2 and it still doesn't work, any idea why?
- 21:50 Bug #15920: creating custom workspaces doesn't work in rc2
- There was a problem with form submision but it was fixed and commited...
Guys, please, post your os and browser ve... - 21:23 Bug #15920: creating custom workspaces doesn't work in rc2
- Dmitry, can you please have a look at this bug?
- 16:49 Bug #15920: creating custom workspaces doesn't work in rc2
- I've also seen this problem in Beta3, RC1 and RC2. Each time I've come to the bug tracker and seen a 'resolved' item ...
- 12:31 Bug #15920 (Closed): creating custom workspaces doesn't work in rc2
- when i try to save a newly created workspace it doesn't work. no information is saved. instead i see the default empt...
- 21:51 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- This is a very important issue and must be fixed for 4.0.
Please check the values of the fe_group field with phpmy... - 11:52 Bug #15461: DB Field fe_group is empty after migration to beta1+2
- I have the same problem with RC1 and now with RC2. Any solution?
Greets
schluri - 21:46 Bug #15922: deletion of page: wrong split-screen-preview in rc2
- I can confirm the bug but I think it's quite a minor bug that doesn't need to be fixed for 4.0.
- 13:27 Bug #15922 (Closed): deletion of page: wrong split-screen-preview in rc2
- i deleted a page in the draft workspace. the icon in the page tree changed, showing me the page is going to be delete...
- 21:31 Bug #15864: Error in Clipboard mouseover
- Please provide a screenshot and attach it to the bug report. I couldn't find the label you are referring to.
- 13:45 Bug #15864: Error in Clipboard mouseover
- still see this bug in rc2.
- 21:26 Bug #15923: moving a page in branch-type-version mode problem
- Hi Dmitry,
I'm not really into workspaces, so I can't tell whether this is a bug or just the way workspaces work. ... - 14:58 Bug #15923 (Closed): moving a page in branch-type-version mode problem
- ->see documented screenshots in attachment.
- creating a branch-type-version of the "root-page" of a page tree doe... - 21:17 Bug #15915: Database Analyser does not create sys_refindex if multiplyDBfieldSize is set
- This one *is* indeed fixed in TYPO3-4.0rc2 by bugfix to #15772.
Read the related thread from the team-core mailing... - 16:50 Bug #15915: Database Analyser does not create sys_refindex if multiplyDBfieldSize is set
- sorry, you are right!
- 16:28 Bug #15915: Database Analyser does not create sys_refindex if multiplyDBfieldSize is set
- No, 0002511 does not change anything related to keys.
- 16:07 Bug #15915: Database Analyser does not create sys_refindex if multiplyDBfieldSize is set
- isn't it already resolved in #15587?
- 09:54 Bug #15915 (Closed): Database Analyser does not create sys_refindex if multiplyDBfieldSize is set
- Using the "Compare"-function from the Database Analyser fails to create the table "sys_refindex" with the following e...
- 21:10 Bug #15930 (Closed): Importing/installing skin_grey_2 in 4.0 RC2 reports Invalid argument supplied for foreach() .. class.em_index.php
- As the extension itself has not changed since I successfully loaded it into 4.0 RC1, and as I did not run into this e...
- 21:05 Bug #15871: Searching for records in record-browser window is not possible in records browser
- Thanks very much for taking care of this, Peter!
This is indeed a showstopper for 4.0, it *must* be resolved: Eith... - 19:07 Bug #15871: Searching for records in record-browser window is not possible in records browser
- OK. I think I got at least the problem/reason. :->
(I just love that class-structure of TYPO3)
typo3/browse_links... - 14:52 Bug #15871: Searching for records in record-browser window is not possible in records browser
- There's still some issue with the handling (maybe inside the session?). After using the sorting-link or the search-fu...
- 14:06 Bug #15871: Searching for records in record-browser window is not possible in records browser
- IMHO this is a blocker, since currently there is no chance to reach any element, thats is not amonst 20 first element...
- 14:02 Bug #15871: Searching for records in record-browser window is not possible in records browser
- One Solution seems to be to make an additional check on the expandPage-Parameter in browse-links.php, when it is comp...
- 13:38 Bug #15871: Searching for records in record-browser window is not possible in records browser
- in some parts "expandPage" will not be set as expected/needed. The links just contain expandPage=''
- 20:56 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Stanislas, if it was
'shy' => false
it would work. But it seems to become
'shy' => 'false'
(edit: I wrote thi... - 20:38 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Hi Karsten,
please check whether this is a bug on the EM or TER2 and change the bug report category accordingly.
... - 20:11 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- In related issue 2992, I have extension sr_email_subscribe in which I have set 'shy' => 0.
However, after uploadin... - 20:52 Bug #15925: Wrong value for "Marked-deleted pages" in Records Statistics
- Fixed in CVS.
- 17:50 Bug #15925: Wrong value for "Marked-deleted pages" in Records Statistics
- I could confirm this issue.
- 16:37 Bug #15925 (Closed): Wrong value for "Marked-deleted pages" in Records Statistics
- DB Check -> Records Statistics
the value of "Marked-deleted pages" is "array"
the error in class.t3lib_admin.ph... - 20:51 Revision ad7da85d: Fixed bug #3027: Wrong value for "Marked-deleted pages" in Records Statistics
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1399 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:40 Bug #15929: In some places TYPO3 inserts & instead of &amp; in links
- No worries, this bug is not too critical anyway so it's not a 4.0 release blocker.
Good luck for the project you'r... - 20:38 Bug #15929: In some places TYPO3 inserts & instead of &amp; in links
- Hey Ingmar,
I talked to Stucki about it before adding the bug.
At the moment I'm too busy with getting a project... - 20:34 Bug #15929: In some places TYPO3 inserts & instead of &amp; in links
- Hi Ingo,
thanks for the bug report!
Could you provide a patch?
cheers,
Ingmar - 19:22 Bug #15929 (Closed): In some places TYPO3 inserts & instead of &amp; in links
- In /t3lib/class.t3lib_tstemplate.php around line 1362 there're some lines which insert & instaed of the specialchar()...
- 20:27 Bug #15078: Integrate 3rd party extensions into css_styled_content (imgtext, ...)
- Hi guys,
I'm closing this bug report now, because cron_cssstyledimgtext is already in the core, and requests and v... - 20:21 Bug #15526: Image caption as image alt
- As this feature is already possible as Ernesto showed, I'm closing this bug report now.
- 20:19 Bug #15523: styles.content.imgtext.maxW halfs the size
- Ernesto, if you think this bug is fixed, please change its status to "resolved".
I have given you developer rights... - 20:15 Bug #15522: CSS-styled-content resizes pictures too small after update
- Seems to be working now.
Images are resized to the given single size.
Size is reduced as soon as the overall size o... - 19:32 Bug #15522: CSS-styled-content resizes pictures too small after update
- I will integrate the patch into the core, as soon as Joey confirms it is working as expected for him.
- 20:14 Bug #15921: Link to internal page anchor doesn't work
- Attached patch fixes the problem.
I'll try to get it into 4.0. - 13:01 Bug #15921 (Closed): Link to internal page anchor doesn't work
- Link to a named anchor (<a name="testanchor"> </a>) is converted to id=12#ctestanchor. This additional "c" renders th...
- 19:48 Bug #15901: sr_email_subscribe 0.3.0 (Email Address Subscription) is shy
- > The extension sets:
> 'shy' => 0
Some more details, just for your information (the shyness is not a problem for... - 19:39 Feature #15809: Divider error
- Ernesto, I just assigned this bug to you, maybe you could integrate a fix for this into your imgtext related css_styl...
- 17:57 Feature #15809: Divider error
- Still present in RC2.
- 18:24 Bug #15928 (Closed): Active color in fileadmin is wrong
- the color(grey) of active item in filelist is not the same as color(white) of active item in module list or pagetree
... - 18:18 Bug #15927: t3skin: white and grey - highlighting problem
- sorry. please move this issue to tx_t3skin_40
- 18:07 Bug #15927 (Closed): t3skin: white and grey - highlighting problem
- these colors are almost invisible on my tft monitor. let's use light orange and light green. (same as in typo3 logo b...
- 17:49 Bug #15926: DB Check: "Find Filename" gives Warning: eregi(): REG_BADRPT
- 1. Some text should be added that regular expression should be used
2. some checks could be added (more refined solu... - 16:53 Bug #15926 (Closed): DB Check: "Find Filename" gives Warning: eregi(): REG_BADRPT
- in case when i trying to put *.* in search filed i get following warnings
Warning: eregi(): REG_BADRPT in .... /... - 17:06 Bug #15917: Cant create Pages - SQL Error
- The error comes from
function INSERTquery.
Here a null is written for 'B' blob fields which have the database con... - 16:42 Bug #15917: Cant create Pages - SQL Error
- This happens because media TSconfig have NULL string values in /var/www/html/TYPO3core/typo3/sysext/dbal/class.ux_t3...
- 12:24 Bug #15917: Cant create Pages - SQL Error
- no i use MySQL 4.1.12
- 12:16 Bug #15917: Cant create Pages - SQL Error
- Are you using MySQL5?
Maybe the SQL Query fails because of the sql-mode selected for the server. MySQL5 sets very hi... - 10:40 Bug #15917: Cant create Pages - SQL Error
- Without the DBAL the error is gone
so it seems to be an error with the DBAL - 10:13 Bug #15917 (Closed): Cant create Pages - SQL Error
- Everytime when i wnat to create a Page i got an SQL error that the Column TSConfig cannot be null.
i tryed to add a ... - 12:17 Bug #15905: Install dbal fails
- The problem is that my MySql is 3.23.x and it should be 4.x also PostgreSQL was not activated in the server. So the p...
- 12:16 Bug #15918: Import Extension -> Retrieve/Update creates Error MD5 sum could not be fetched...
- The same with PHP4
"Error: The extension MD5 sum could not be fetched from extensions.md5"
v4.0 RC2 - 10:18 Bug #15918 (Closed): Import Extension -> Retrieve/Update creates Error MD5 sum could not be fetched...
- Retrieve/Update Extensions in the Extensions Manager causes:
"Error: The extension MD5 sum could not be fetched fr... - 11:48 Bug #15587: SQL-Error while updating to 4beta2 (create table sys_refindex)
- Steffen Sach hat auf der deutschen mailingliste geschrieben:
> wenn ich unter Typo3 RC2 eine neue Seite anlegen möch... - 11:18 Bug #15919: Text/Image Module - Image Center - 10px too much.
- I've tested some possible solutions.
When I delete the +10px width, the IE dispays it also wrong.
I had to add s... - 10:57 Bug #15919 (Closed): Text/Image Module - Image Center - 10px too much.
- In the modul image/text might be an error:
I have used the "image above" an I was wondering, why the IE dosen't di... - 10:34 Bug #14875: if i use "config.locale_all = tr_TR", links in FE are broken
- Sorry for my misleading information about lowercasing all markups in the forms and thanks for solving this problem in...
- 04:00 Bug #14875: if i use "config.locale_all = tr_TR", links in FE are broken
- The attached patch fixes the problem with the RTE. This will work for entering new data or using the RTE to correct o...
- 10:10 Bug #15916 (Closed): Elementbrowser doesn't show elements when klicking on 21-...
- When you need to select an element in the elementbrowser which is under number 21 or above (if there are more than 20...
- 09:42 Bug #15904: alt_doc columns only doesn't support multiple tables
- Supplied patch added
- 09:41 Revision 3c23cf51: * Fixed bug 999: Encoding mail headers in taskcenter
- * Fixed bug 3001: Support for multiple tables with columnsonly in alt_doc.php
git-svn-id: https://svn.typo3.org/TYP... - 09:40 Bug #15914 (Closed): ext_emconf.php looses dependencies and conflicts
- I've uploaded an extension (xajax_tutor) from a TYPO3 3.8.1 installation with the settings
- dependencies => 'cms,la... - 08:53 Bug #15913 (Closed): HTML cleaner corrupts Java Script code
- A Java Script expression like
for(var i=0;i<allItems.length;i++){
...
}
may be "cleaned" by method t3lib_p... - 00:09 Bug #15911 (Closed): Save document and create new one icon is missing in new skin
- Save document and create new one icon is missing in new skin
(issue imported from #M3010)
2006-03-27
- 22:50 Bug #15886: internal links does not use constant variable, it show $PAGE_TARGET instead of _top for example
- Please confirm that this is fixed in RC2.
- 21:42 Bug #15910 (Closed): Multiline BE admin menu for longer menu items
- I was checking TYPO3 4.0rc2 with Polish translation and some BE menu items are a bit longer then its english origin (...
- 21:32 Bug #15909: Internal (on page) links corrupted with t3lib_parsehtml::prefixResourcePath()
- Right example with A tags
<a href="#content">
will return
<a href="/fileadmin/path/#content">
- 21:24 Bug #15909 (Closed): Internal (on page) links corrupted with t3lib_parsehtml::prefixResourcePath()
- t3lib_parsehtml::prefixResourcePath() does't work correctly for <a> links with internal (# - onpage) targets:
e.g.... - 21:02 Bug #15905: Install dbal fails
- OK. I used Your advices from 7072.
I deleted whole installation and made a new, only a database without any tables.
... - 19:38 Bug #15905: Install dbal fails
- Do You mean that I have to make a new installation without any database.
I'm normally doing new site using 1-2-3.
O... - 19:01 Bug #15905: Install dbal fails
- Also, please provide details about "tried to install dbal": what did you do, how did you configure it in localconf.ph...
- 18:59 Bug #15905: Install dbal fails
- Please try to set up with a completely blank database, no tables in it. The set up with DBAL in place. Running DBAL o...
- 17:32 Bug #15905: Install dbal fails
- Hi Kari, thanks for the bugreport, I'll assign the bug to Karsten.
- 16:51 Bug #15905 (Closed): Install dbal fails
- In Typo3 4.0 RC2 fresh installation:
a) installed Adodb, which istallaed cleanly
b) tried to install dbal which cau... - 19:42 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- Hi, this is something I cannot decide. The "backwards-compatibility" problem of the removed captionSplit.token and .c...
- 19:38 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- I understand the problem, but I would say: If a professional has made a site with IMGTEXT cObject, and he is contract...
- 18:58 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- The problem is that most of the developers only seem to take people into account who are using content(default) or CS...
- 18:43 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- "captionSplit.token" and ".cObject" has been deprecated in 4.0. This hasn't been documented yet because 4.0 hasn't be...
- 17:58 Bug #15907: Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- Sorry - wrong category.
Scroll wheel + selectbox sometimes drives me nuts ;-)
could someone change that please ? - 17:56 Bug #15907 (Closed): Caption Split doesn't work with default setup for IMGTEXT objects according to TSref
- Using captionSplit in 4.0 seems to be completely moved from the original Parameter to the caption Parameter. Thus rem...
- 18:19 Bug #15908 (Closed): Link "title" is not saved when using the IE
- When selecting the option "Modify Link" for a link in the RTE and try to set the value of the "title" for the link it...
- 17:45 Feature #15906 (Closed): somebody give us our spinning question marks back ;-)
- We are very happy with the current state of the new skin, it has very much improved since rc1. It however lacks the f...
- 17:35 Bug #15805: creating new action causes error
- OK, I close the bug now.
Please try with RC1 and reopen the bug if it still doesn't work. - 16:53 Bug #15805: creating new action causes error
- seems to be resolved in CVS and hence in rc2
- 16:48 Bug #15694: full screen RTEhtmlarea textbox is 1pixel high in Internet Explorer 6
- may be marked as resolved - just checked with rc2
- 16:31 Revision 1b1856b3: added new RC2 feartures
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1397 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:18 Bug #15522: CSS-styled-content resizes pictures too small after update
- Oh, I thought I have seen the username "JoH" here in the bug-tracker once, my fault. Acknoledged, I will try to remem...
- 16:16 Bug #15522: CSS-styled-content resizes pictures too small after update
- Well - since mastablasta and Joey are the same person I think "both" of us will manage to coordinate the efforts ;-)
... - 16:12 Bug #15522: CSS-styled-content resizes pictures too small after update
- This is an updated patch for css-styled-content in regard of IMGTEXT rendering.
Fixes this newly discovered bug (#15... - 16:10 Bug #15522: CSS-styled-content resizes pictures too small after update
- Ok, this patch (attached to this bug report) is now the cumulated changes that need to go in before releasing. Should...
- 15:40 Bug #15522: CSS-styled-content resizes pictures too small after update
- You are right, mastablasta!
I will fix the problem ASAP and submit a patch to the core team. There are some other ... - 15:32 Bug #15522: CSS-styled-content resizes pictures too small after update
- @ernesto: You are right if you mention the default behaviour of maxW.
But this is not the problem here:
Default b... - 15:21 Bug #15522: CSS-styled-content resizes pictures too small after update
- Maybe - and if this is the case this is definitely a blocker that should prevent RC2 from becoming final.
Imagine ... - 15:18 Bug #15522: CSS-styled-content resizes pictures too small after update
- As far as I know (and could test), IMGTEXT always behaved like that, and this also seems to be documented that way. F...
- 14:49 Bug #15522: CSS-styled-content resizes pictures too small after update
- I think this is the default behaviour from CSS Styled IMGtext..?
- 12:51 Bug #15522 (Closed): CSS-styled-content resizes pictures too small after update
- Updating an existing site that is using more than one image in "image" or "text with image" elements together with CS...
- 16:16 Bug #15904 (Closed): alt_doc columns only doesn't support multiple tables
- the current version doesn't support selecting the columns if you have
multiple tables as parameter. Patch to fix thi... - 15:03 Bug #15903: Using with dbal
- Please check the queries and see if they are sql92 standard and can be used with every database.
- 14:42 Bug #15903 (Closed): Using with dbal
- i have installed the dbal extenison. i get no search result. i think the queries do not work with the abstract layer....
- 14:57 Bug #15657: left-click in filelist is broken (IE6)
- It doesn't work under RC2 too!
- 14:23 Bug #15896: FE bug in displaying menu
- please close that bug
rc2 works like a charm
big thanks - 11:52 Bug #15902: Calling PHP5-only iconv functions in PHP4
- You right, there is inconsistency here.
iconv was never used for t3lib_cs_utils although the docs said it was a va... - 11:21 Bug #15902: Calling PHP5-only iconv functions in PHP4
- Oh, no I haven't read that. In fact, I haven't even touched that configuration, because I upgraded from 3.8.x and it ...
- 11:04 Bug #15902: Calling PHP5-only iconv functions in PHP4
- Ernesto, did you set SYS[t3lib_cs_utils] to "iconv"?
If so, please read the description again:
'String (values:... - 11:00 Bug #15902: Calling PHP5-only iconv functions in PHP4
- Hi Martin. I think this bug appeared by your iconv changes from some weeks ago.
- 10:58 Bug #15902 (Closed): Calling PHP5-only iconv functions in PHP4
- A change in t3lib_cs that made it into RC2 (cvs diff -r 1.53 -r 1.54 t3lib/class.t3lib_cs.php) added some functions t...
- 11:00 Bug #15831: TCA usergroup limit too smal
- No, we didn't encounter any kind of error, we were just limitited by the limited amount of selections allowed.
- 09:17 Bug #14875: if i use "config.locale_all = tr_TR", links in FE are broken
- I don't think that the broken markers are caused by core functions. Methods for manipulation marker arrays are provid...
- 00:18 Bug #15901: sr_email_subscribe 0.3.0 (Email Address Subscription) is shy
- The extension sets:
'shy' => 0
2006-03-26
- 22:23 Revision 253b7db1: * Release of TYPO3 4.0rc2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1396 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:50 Bug #15213: "Doc" module and the "list_frame" frame
- Fixed, please note that the changes are in tx_taskcenterrecent, which has been moved out of the core and lives in typ...
- 21:09 Revision 113c36c2: * Small fix to typo3/stylesheet.css (admin menu)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1394 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:09 Revision 484c3436: This commit was manufactured by cvs2svn to create tag
- 'TYPO3_4-0-0rc2'.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-0-0rc2@1395 709f56b5-9817-0410-a4d7-c3... - 20:18 Feature #15878: table-less XHTML 1.1-ready template
- Fixed in CVS
- 20:16 Revision 2082d65f: * Fixed "bug" #2956: Add a table-less XHTML 1.1-ready template (thanks to Robert Markula)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1393 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:12 Revision 2917c5f6: * Fixed bug #359: EM ignores PEAR compatible classes (on behalf of Karsten)
- * Fixed bug #2380: t3lib_sqlparser doesn't handle LEFT OUTER JOIN (on behalf of Karsten)
* indexed_search: Fix missi... - 20:06 Bug #14316: em ignores PEAR compatible classes
- Fixed in CVS.
- 10:17 Bug #14316: em ignores PEAR compatible classes
- The attached patch will be sent to the core list for approval.
- 20:06 Bug #15501: LEFT OUTER JOIN
- Fixed in CVS.
- 18:00 Feature #15580: EM should show changelog before updating an extension
- I always have found the upload comments a hassle, and like idea of displaying the extension's ChangeLog file. Yet, I ...
- 13:46 Feature #15580: EM should show changelog before updating an extension
- Huh, even better. I tend to look into the ChangeLog file, and more often than not it's the default generated by the k...
- 13:44 Feature #15580: EM should show changelog before updating an extension
- I have a different suggestion: Please should use the Changelog file instead of entering information while uploading t...
- 13:00 Feature #15580: EM should show changelog before updating an extension
- Hi Robert,
for this a SOAP method to retrieve the (cumulated) changelog entries for an extension would be needed i... - 17:41 Bug #15438: [TS] Condition hostname doesn't work
- Perhaps I understand something completely wrong, but the condition hostname looks for the REMOTE_ADDR!
On my syste... - 17:35 Bug #15901 (Closed): sr_email_subscribe 0.3.0 (Email Address Subscription) is shy
- sr_email_subscribe 0.3.0 (Email Address Subscription) is set to be shy, thus after downloading only shows up in the E...
- 17:14 Bug #15900 (Closed): float is not a db-compatible datatype
- The table tx_dam defines two fields as floats. In the function t3lib_sqlparser::parseFieldDef(), which is called IMHO...
- 17:04 Bug #14848: utf-8 data gets converted to utf-8 again under MySQL 4.1.11
- Forgot to report here, but the newline-in-textarea issue has been finally solved in 4.0rc2.
- 15:59 Revision 6d7b8670: Fixed bug #2974 plus a few other things.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1391 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:56 Revision 49ad28e9: Fixed bug #2974 plus a few other things.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1390 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:16 Bug #15899 (Closed): Creating content element with new templavoila causes the following error when editing page properties
- Warning: array_unique(): The argument should be an array in root_path_to_TYPO3core_directory/t3lib/class.t3lib_tcefor...
- 13:26 Bug #15873: Unable to install a .t3x on "Dependency Error"
- On dependencies: ths needs to be checked, as the higher version could have new dependencies, no?
Anyway, I can con... - 12:56 Feature #14439: Installation of extensions do not generate an entry in logs
- The attached patch adds logging of extension install/removal.
- 12:50 Revision dacd6421: Fixed detection of unavailable language packs.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1389 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:44 Bug #15772: "NOT NULL" removed from SQL gives error with MySQL 3.23.52
- OK, but as long as you don't use DBAL it should work fine for all MySQL versions now, right?
IMHO the NOT NULL sta... - 09:00 Bug #15772: "NOT NULL" removed from SQL gives error with MySQL 3.23.52
- FYI: DBAL still drops all those NOT NULL statements, and even without they only make sense in this case (if needed fo...
- 00:32 Bug #15772: "NOT NULL" removed from SQL gives error with MySQL 3.23.52
- A new version of the patch is attached FYI, it is already in CVS.
I have well tested it and I'm pretty sure the wa... - 11:20 Bug #15843: update for extention can not be installed
- Yes, I also use TYPO3 3.8.1.
- 10:51 Bug #15843: update for extention can not be installed
- With TYPO3 4.0 (CVS) the problem does not exist. Oliver, do you use 3.8.1 as the bug reporter?
- 10:26 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Hi Robert, we talked about this earlier - could you please check your local ("master") emconf file for this?
- 10:25 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- While working on another bug I found (the|a) possible reason for this. If you could attach the ext_emconf.php file of...
- 09:57 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Bill, sorry if I was insulting you - that was not my intention.
But look at it from my perspective: a two-line bug... - 00:26 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Really, is TemplaVoila a shy extension, because it will only show in EM if Display Shy Extensions is enabled. This is...
- 10:07 Bug #15756: EM does not accept T3X files
- I just tried it with a few t3x files and could install them just fine. So, yes, please attach a file that fails to in...
- 00:46 Bug #15756: EM does not accept T3X files
- Please attach the .t3x file that doesn't work to this bug report. Importing works well here with latest CVS.
- 01:12 Revision 79a85c34: Fixing indentation.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1388 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:39 Bug #15725: DB Check -> Manage Reference Table doesn't check if table 'sys_refindex' exists
- As bug #15587 has been fixed for RC2, I think this bug isn't relevant any more.
TYPO3 never checks for table exist... - 00:18 Revision 5dcd656b: Fixed bug #2777: "NOT NULL" removed from SQL gives error with MySQL 3.23.52
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1387 709f56b5-9817-0410-a4d7-c38de5d9e867
2006-03-25
- 23:27 Revision 6843c5f1: TER sync change
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1386 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:20 Revision 864cf9f2: Update to DBAL sysext, ready for RC2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1385 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:06 Bug #14625: Typo3 and PHP5 Array
- Fixed with more recent code, runsfine now with PHP5.
- 22:43 Bug #15802: EM: Commerce/Moneylib Error: MD5 hash of downloaded file not as expected:
- The bug report mixes a few things, but in the end it is the result of a bug leading to an invalid mirror url. Then it...
- 22:41 Bug #15656: ERROR while creating new page
- Considered as fixed/bogus.
- 22:38 Bug #15837: Compare DB-Analyser not able to Alter Table
- You are seeing the effect of "silent column specification changes" MySQL is doing. It optimizes/changes some field ty...
- 22:36 Bug #15825: Admin Panel always loses GET parameters
- Sebastian, since you fixed the "no id kept" problem already, maybe you have the time to take of this as well? That wo...
- 22:33 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- Shy extensions declare themselves as shy, the EM has to observe this.
- 22:32 Bug #15874: "Enable unsupported extensions"
- No, there should be more reviews.
- 22:19 Bug #15472: alter table with default value does not work in postgres7
- Fixed in RC2
- 21:19 Bug #15472: alter table with default value does not work in postgres7
- Ok, it can be done that way, as the extra space was added to avoid autoquoting. The same thing is enforced by the NOQ...
- 19:24 Bug #15472: alter table with default value does not work in postgres7
- In class.ux_t3lib_sqlengine.php you find the method compileFieldCfg(). There we have this line (watch the spaces!):
... - 21:51 Bug #15840: Error installing static_info_tables
- I now tried it with the current code (which will be in RC2) and could install the needed tables just fine on PostgreS...
- 17:08 Bug #15840: Error installing static_info_tables
- Some version numbers (TYPO3, DBAL) would have been cool...
The line numbers don't match in the current code, and I... - 21:35 Bug #15501: LEFT OUTER JOIN
- In class.t3lib_sqlparser.php around line 818 apply this pseudo-diff, and it works:
} else return $this->parseError(... - 19:27 Bug #15608: The /usr/local/bin is not searched for GraphicsMagick
- > You should enhance the init script that this message gets displayed
> to the user that he has to change his entry ... - 19:07 Revision 5621e33b: * Fixed bug #1390: Ereg error in class.t3lib_tsstyleconfig.php
- * Fixed bug #0177: Indexed Search cuts the first letter of domain name in searchresult
* Fixed bug #2415: Navigation... - 19:04 Bug #15896: FE bug in displaying menu
- Yes this seems to be very similar situation.
Anyway I've removed path menu with PidInRootLine condition.
Now I have... - 17:24 Bug #15896: FE bug in displaying menu
- I think that could be a duplicate of bug #15835 which is already fixed in CVS. Can you please have a look at this?
- 14:05 Bug #15896 (Closed): FE bug in displaying menu
- I am no sure for 100% that this is a bug but I've tryied to reproduce the same problem with 3.8.1 with no effect.
Ta... - 18:54 Bug #14337: "shorcut" page header doesn't show subtitle field
- Fixed in CVS.
- 18:53 Bug #15887: Hidden fields missing in search form
- Fixed in CVS.
- 12:19 Bug #15887: Hidden fields missing in search form
- I'm think you are misunderstanding the meaning of the "blind" keys here. In the bug description you have written that...
- 18:50 Bug #15699: Preview from searchresult shows rootpage only
- Fixed in CVS.
- 18:45 Bug #15521: Navigation "Icons in top frame" wrong rendering
- Fixed in CVS.
- 18:43 Bug #14213: Indexed Search cuts the first letter of domain name in searchresult
- Committed
- 18:41 Bug #14934: mb_ereg(): mbregex compile err
- Fixed in CVS
- 18:37 Bug #15772: "NOT NULL" removed from SQL gives error with MySQL 3.23.52
- Attached patch.
It's not tested at all but should be a hint at what I think is the only way to work around this prob... - 14:50 Bug #15772: "NOT NULL" removed from SQL gives error with MySQL 3.23.52
- Yes, but this isn't about varchar columns but about varchar columns used as primary keys. I cannot check this, either...
- 14:01 Bug #15772: "NOT NULL" removed from SQL gives error with MySQL 3.23.52
- As I don't have a server with MySQL 3.x running, I can't check it myself. But in theory, even MySQL 3.x should accept...
- 17:25 Bug #15782: multiplyDBfieldSize and datetime
- This is not a bug in TYPO3, but a glitch in th_mailformplus. datetime is a MySQL-specific field type, and as such inc...
- 17:07 Bug #15895: install tool does not detect imagemagick installation
- problem glöst, bitte löschen
danke
Kalle - 13:16 Bug #15895 (Closed): install tool does not detect imagemagick installation
- Hello,
the install tool does not detect an imagemagick installation.
I am not sure it is a bug, but I do not fi... - 17:01 Bug #15841: Error installing TYPO3 with DBAL
- This isn't possible and is documented in the manual.
Anyway: I made that more clear in the docs now, and emit a cl... - 16:56 Feature #15897 (Closed): enable various DB-Logging *inside* TYPO3
- The TS-debugger in adminPanel (FE) has an option "Explain Select queries". Currently that is of no usage, since the ...
- 16:24 Bug #15894: Indexed Search: Startingpoint not visible
- The plugin code apparently does neither uses CODE nor Startingpoint.
- 12:59 Bug #15894: Indexed Search: Startingpoint not visible
- The reason for this can be found in
ext_tables.php:
$TCA['tt_content']['types']['list']['subtypes_excludelist'][$... - 12:01 Bug #15894 (Closed): Indexed Search: Startingpoint not visible
- From the manual:
5. Then select the root page of your website as the “Starting point” of the plugin content element:... - 16:09 Revision cc68f421: edit panel and edit icons were shown for languages without edit rights (fe-editing)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1383 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:34 Revision 64e4d61b: Fix FE-editing bug: new-record icon appears for languages without edit rights
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1382 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:11 Revision 925fb354: Made 'version' a required extension
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1381 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:03 Revision 3f327763: fix typos and a few wordings in NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1380 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:40 Revision 61cd7b00: New translation handling for EM.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1379 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:48 Revision d91fe0ca: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1378 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:39 Revision 6c98522b: ADOdb updated to version 4.80.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1377 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:44 Feature #14777: geometry option for class.t3lib_stdgraphic.php->>combineExec
- Don't think so. I think I gave up after seing how much fuss it is to create a proper command line if the code just co...
- 11:02 Feature #14777: geometry option for class.t3lib_stdgraphic.php->>combineExec
- Hi Martin, I think that was fixed, right?
- 10:46 Bug #14325: Page module => "Search string" does not work
- This seems to be solved, at least it doesn't happen anymore in 4.0rc1.
- 09:51 Revision 871aa2f3: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1376 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:42 Revision ffd17d81: * Fix to htmlArea RTE extension (see details in local ChangeLog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1375 709f56b5-9817-0410-a4d7-c38de5d9e867
2006-03-24
- 23:12 Bug #15879: EM: Suggested extensions are not handled correctly
- If the suggestion is given correctly ignoring works, too...
'suggests' => array(
... - 23:05 Bug #15879: EM: Suggested extensions are not handled correctly
- This is what is in the ext_emconf.php file of that extension:
'constraints' => array(
'de... - 23:02 Bug #15877: EM doesn't respect dependencies if no version number is specified
- Seems fixed for me, can you double-check? Thanks.
- 23:02 Bug #15877: EM doesn't respect dependencies if no version number is specified
- It shows them in the extension's detail view, too.
- 23:00 Bug #15877: EM doesn't respect dependencies if no version number is specified
- It does respect them if I try to install the extension, at least...
- 22:56 Revision c4ca74db: Trivial: removed debugging comment.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1374 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:51 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Daniel, is caching on? I doub't it. The "random" link is fixef once the page is cached.
So I suggest that "random"... - 21:20 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Hello again,
the problem, that shortcuts in "random subpage" or "first subpage" mode didn´t resolving correct, is... - 17:13 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Thank you for your promt answer Ernesto.
A litte change and the new patch will now affect t3lib/class.t3lib_tstemp... - 16:58 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Daniel, what's different from the standard behaviour? Do try to resolve the link when creating the menu? This won't w...
- 16:50 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Some formatting nits that might improve the code readability (it's your decision if you use them in your patch):
+... - 16:35 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Daniel:
the patch looks easy, nice work. I haven't tried it yet, thou.
Just some ideas:
Have you tried addi... - 16:24 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Hi,
i´ve build a litte patch on 3.8.1 which should resolve shortcuts directly to the according URL *without* redir... - 22:50 Revision 83f730c5: Added id keyword for CVS purposes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1373 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:46 Bug #15868: Cannot access mirror list or repository when behind ISA server
- All it tries to do is fetch that file via HTTP. It this doesn't work, fix your firewall (or prove it's our fault).
- 20:41 Bug #15663: EM2 need more than 32 MB
- I have a big site and use the import/export extension to export the whole site with all tables. Then I get the attach...
- 18:20 Bug #14184: image content: link wrong for mutliple images
- Please consider to close this bug
- 18:20 Bug #15892: Text with image misses the clearing DIV
- Please close this bug
- 18:19 Bug #15892: Text with image misses the clearing DIV
- This is an issue in cron_cssstyledimgtext. This has been integrated into css_styled_content, but only in TYPO3 4.0 (b...
- 15:04 Bug #15892: Text with image misses the clearing DIV
- Oh, the installation where the problems occurs uses TYPO3 3.8.0 with cron_cssstyledimgtext 0.4.1.
- 15:02 Bug #15892 (Closed): Text with image misses the clearing DIV
- Under certain circumstances, CSC causes a display error:
1. Have a web site with a DIV around the main content. As... - 17:57 Feature #15801: $TCA based labeling for fields with foreign uid's
- If the label can be determined by a user-func (as suggested by bug 2979), this might not have to be implemented.
- 17:42 Bug #15822: htmlArea RTE does not load when served by Win XP Home
- It always stopped at Line 2825:
--------
var editor = RTEarea[editorNumber]["editor"]EOF
I don't understand ... - 16:08 Bug #15887: Hidden fields missing in search form
- Yes, that's right, but then the value is always 1 for all languages.
And another problem is that the labels are n... - 15:53 Bug #15887: Hidden fields missing in search form
- If I set "plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 1" it works fine here:
<input type="hidden" name="tx_ind... - 15:42 Bug #15887: Hidden fields missing in search form
- I have just applied the patch with the help of your instructions. It was applied successfully.
Now the before miss... - 13:47 Bug #15887: Hidden fields missing in search form
- One can even alter the number of paths stripped from the patch with -p[0-9]. Argh, PLEASE learn your tools, guys (thi...
- 08:54 Bug #15887: Hidden fields missing in search form
- There is still a way to apply this patch also to another TYPO3 version.
Compare the code lines in the files what has... - 15:35 Revision 297a116e: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1372 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:34 Revision e8abe9f8: Integration between Import/export and Extension Manager (extension dependencies)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1371 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:33 Feature #15893 (Closed): New TCA-options for getting labels with user-functions
- For the 4.5 release, I would like to propose the introduction of two new TCA options which offer the possibility to d...
- 08:57 Bug #15891 (Closed): Unable to deinstall on "Dependency Error"
- The EM gives the opportunity to ignore dependencies on installation of Extensions.
However the dependencies are ch...
2006-03-23
- 23:48 Bug #15890 (Closed): PHP erros after search
- after sending the form, PHP-Errors are shown:
Warning: Missing argument 2 for makeinfo() in /var/kunden/software/typ... - 22:45 Bug #15886: internal links does not use constant variable, it show $PAGE_TARGET instead of _top for example
- See notes on related issue 2893.
- 13:08 Bug #15886 (Closed): internal links does not use constant variable, it show $PAGE_TARGET instead of _top for example
- Since i use Typo3 4 RC1, my internal links doesn not use the constant ( in template section ). Instead, it show $PAGE...
- 22:38 Bug #15547: Typo3 4.0beta2: {$styles.content.imgtext.borderSpace} in source
- Issue can be closed
- 22:03 Bug #15547: Typo3 4.0beta2: {$styles.content.imgtext.borderSpace} in source
- it was an upgrade from 3.8 this does not happen in 4.0rc1, i had not set any border conditions, as far as i can tell ...
- 20:19 Bug #15547: Typo3 4.0beta2: {$styles.content.imgtext.borderSpace} in source
- Hi all,
please check the following and report back here:
- Did you upgrade from 3.8.1 or made a "fresh install"... - 22:33 Bug #15887: Hidden fields missing in search form
- @Franz: This is wrong and confusing!
The patch can be applied whereever you want, the point is just that the code ... - 21:22 Bug #15887: Hidden fields missing in search form
- No, this method only works when you have the same path as in the diff file.
Copy the patch to the location where the... - 21:10 Bug #15887: Hidden fields missing in search form
- Thanks for your even quicker response, Franz.
Does this work even if my indexed search is NOT in the sysext folder... - 21:07 Bug #15887: Hidden fields missing in search form
- "In which folder do I have to put the patch? In the indexed search folder itself? How do I call the patch command?"
... - 21:02 Bug #15887: Hidden fields missing in search form
- Great stuff! That was really a quick patch :-)
Could you please help me out how to best apply the patch. I've neve... - 14:57 Bug #15887: Hidden fields missing in search form
- The attached patch should solve this problem. Please check.
- 13:14 Bug #15887: Hidden fields missing in search form
- indexed search 2.9.0
typo3 3.8.1 - 13:13 Bug #15887 (Closed): Hidden fields missing in search form
- By default the following hidden fields are renderd in the search form:
<input type="hidden" name="tx_indexedsearch... - 22:28 Bug #15880: t3lib_html::getMimeType isn't working with name based virtual hosts
- Thanks. Fixed in TYPO3core CVS, branch TYPO3_4-0.
- 20:49 Bug #14184: image content: link wrong for mutliple images
- In the integration of cron_cssstyledimgtext in css_styled_content (4.0 beta 2 or something) this was fixed. Now you c...
- 20:44 Bug #15523: styles.content.imgtext.maxW halfs the size
- There are two settings:
- Max Image Width = styles.content.imgtext.maxW
- Max Image Width (Text) = styles.content... - 20:41 Bug #15525: image_zoom as a constant
- This can already be done with standard UserTS methods. You can define any default for any field that gets set for for...
- 20:31 Bug #15526: Image caption as image alt
- This can already be done in TYPO3 4.0, since processing of alt/title/caption are all controlled through TypoScript (c...
- 20:28 Feature #15527: Maximum size of caption
- This can already be done at rendering time, as the caption is processed through normal TypoScript methods (stdWrap). ...
- 20:25 Bug #15078: Integrate 3rd party extensions into css_styled_content (imgtext, ...)
- @saruman:
The css styles from the integrated cron_cssstyledcontent are vital for positioning of the elements, so t... - 17:21 Revision 67fabf9a: Bugfixes to reference index and Import/Export module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1370 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:21 Bug #15822: htmlArea RTE does not load when served by Win XP Home
- Is the size and content of
typo3temp/rtehtmlarea_htmlarea_4bd37204cde576f3683f6bbe97a18ae7.js
the same as the ... - 04:14 Bug #15822: htmlArea RTE does not load when served by Win XP Home
- What do you mean:
"Opera shows the same errors like Firefox."
Is the editor enabled in Opera? - 16:56 Feature #15889 (Rejected): Clean up inline javascript in menu_layers.php
- When using layermenus, you are confronted with crowds of inline javascripts. the solution is a small change within th...
- 16:54 Revision 5ba545b5: * Fix bugtracker issue 2958: t3lib_htmlmail::getMimeType isn't working with name based virtual hosts
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1369 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:44 Bug #14934: mb_ereg(): mbregex compile err
- Ouch! Of course you are right, I've changed that now.
What I find strange is that Kasper has added a comment on that... - 16:26 Bug #14934: mb_ereg(): mbregex compile err
- At the moment I have no chance to check the patch because I can't reproduce the error. It appeared very seldom f.e. w...
- 15:35 Bug #14934: mb_ereg(): mbregex compile err
- The attached patch *should* solve the problem, though I didn't check it. Please confirm.
- 14:58 Bug #15699: Preview from searchresult shows rootpage only
- The attached patch should solve this problem. Please check.
- 10:21 Bug #15699: Preview from searchresult shows rootpage only
- I can confirm this and will have a look at it.
- 14:13 Bug #15888 (Closed): Database analyzer fails creating some tables with MySQL 3.23
- The install tool fails to create the tables listed below with MySQL 3.23 because the primary keys definitions in the ...
- 13:38 Revision 9cbca06f: Update NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1368 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:53 Bug #15885 (Closed): Using [treeLevel= 0,1] ... [end] [treeLevel= 2] ...[end] prevents caching
- im using following condition in my ts:
[treeLevel= 0,1]
seite.includeCSS >
seite.includeCSS {
file1 = fileadmi... - 11:17 Bug #15845: Selector boxes in the new skin are extremely slow
- Duplicate of 2843 (sorry)
- 11:11 Bug #15884 (Closed): Extension with titles that breaks over more than one line collides with the module below
- see attachment
My guess is that a line-height is inherited or used to space out the modules.
(issue imported from ... - 10:13 Bug #15883 (Closed): Could not publish from draft [t3lib_TCEmain::doesRecordExist() and autoversioned content]
- Hi,
I had a problem publish changes done by a user in draft workspace.
user A may only edit in draft workspace.
... - 01:49 Bug #15882 (Closed): Changes to element do not display in text editor when editing in frontend
- I have the frontend editor setup to display the edit form on the page. When I first make a change the on page element...
- 00:11 Bug #15881: not possible to go to step 3 in quickstartinstallation
- setting "magic_quotes_runtime = Off" in php.ini solved the problem for me.
It appears Typo3 4.0 is unable to record ...
2006-03-22
- 23:51 Bug #15881 (Closed): not possible to go to step 3 in quickstartinstallation
- installation does not accept username and password blank.
1. Maybe it has something to do with remark from Kasper ... - 22:20 Revision d506c933: Fix FE-editing bug: new records were always created in the default language
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1367 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:52 Bug #15831: TCA usergroup limit too smal
- I had a similar problem today. I tried to select some additional allowed excludefields in the page-content section fo...
- 19:48 Bug #15880 (Closed): t3lib_html::getMimeType isn't working with name based virtual hosts
- getMimeType is just opening the Path, without naming the host.
GET /index.php HTTP/1.0
In this case, webserver wit... - 18:23 Bug #15879 (Closed): EM: Suggested extensions are not handled correctly
- During the install of an extension which suggests other extensions the user is asked if these extensions should be do...
- 17:54 Revision 0e6c941c: Fixed tcemain copying under workspaces + Import/Export extension dependency check (partly)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1366 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:20 Bug #15855: TCEFORM.tt_content.CType.removeItems not applied to db_new_content_el.php
- Fixed in CVS.
- 17:13 Revision eba42a2e: Tools>User Admin didn't check if language icon was set for 'Limit to languages'
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1365 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:45 Bug #15375: Gremlin: frame reload after changing Issues in the pagetree directly
- Changing severity to major as you may loose changes made in the content frame: All your changes are gone without notice!
- 16:40 Revision 5a5ecc92: Addes cudos for #2918
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1364 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:37 Feature #15878 (Closed): table-less XHTML 1.1-ready template
- It would be nice if indexed_search would be shipped with an optional table-less template.
This is a table-less, cs... - 16:37 Revision 0fcc52ad: Fix bug #2918
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1363 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:25 Bug #15822: htmlArea RTE does not load when served by Win XP Home
- Could there be some invalid character in one of the generated JS files? Or perhaps broken, incomplete file?
Please... - 16:23 Bug #15871: Searching for records in record-browser window is not possible in records browser
- I just tested a little more and noticed that the problem is not limited to the search alone. Also when you click on t...
- 16:17 Bug #15871: Searching for records in record-browser window is not possible in records browser
- I`m not sure but maybe the patch from http://bugs.typo3.org/view.php?id=2840 solved the problem described in bugnote ...
- 16:17 Revision bef4f26f: Fixed label of 'author_email' ('pages_language_overlay')
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1362 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:40 Bug #15877 (Closed): EM doesn't respect dependencies if no version number is specified
- After downloading an extension which depends on other extension but not on specific versions of them, these dependenc...
- 15:37 Feature #15876 (Closed): Use explicit INNER JOIN instead of cross join
- DB resource usage could be reduced if the pi uses explicit INNER JOIN instead of cross join follwed by a filter in th...
- 12:08 Feature #15875 (Closed): missing CSH for accessibilty fields of "text w/ image" and "image
- The fields alt. text, title and long URL desc. lack CSH (no icon at all).
(issue imported from #M2952) - 11:39 Bug #15796: Some none core extensions not showing up in EM unless display shy extensions is enabled
- There is also a warning message at typo3.org that 2 dependant extensions fh_library and table were not be available:
... - 10:05 Bug #15719: GIFBUILDER inverts transparency under certain conditions
- Sorry, you're right of course. I just forgot to mention that. I uploaded the files for users who might have the same ...
- 07:09 Bug #15719: GIFBUILDER inverts transparency under certain conditions
- The attached class files are identical to 4.0rc1+BernhardsPatch and I already reported them to work perfectly (they...
- 02:14 Bug #15719: GIFBUILDER inverts transparency under certain conditions
- I have attached the patched versions of class.tslib_gifbuilder.php and class.t3lib_stdgraphic.php. Please check if th...
- 09:49 Bug #15874 (Closed): "Enable unsupported extensions"
- ...
- 09:13 Bug #15873 (Closed): Unable to install a .t3x on "Dependency Error"
- If I try to install a .t3x that has some "Dependency Errors" (IMHO really unnecessary if the version is 'higher', but...
- 04:14 Revision a40314d6: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1361 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:26 Revision cbb3a739: Fixed bug #2692: GIFBUILDER inverts transparency
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1360 709f56b5-9817-0410-a4d7-c38de5d9e867
- 03:10 Revision e1e506c6: * Changed Install Tool so it accepts newlines in values (needed for recently introduced textarea fields)
- * Changed style of admin-menu title in alt_menu.php so it looks equally to the headers above
* Fixed bug #1932: Can'... - 03:03 Bug #15650: While transfering TSconfig-Code from "TSconfig QuickReference" to textarea an "=undefined" value joins the party
- Fixed in CVS
- 02:59 Bug #15239: Can't limit content cols for Page>QuickEdit
- Fixed in CVS.
- 02:46 Revision d3c3a2c4: * Changed URL to copyright page on typo3.com
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1358 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:44 Bug #15603: RTE.default.enableWordClean = 1 and german Umlauts
- This is now fixed in TYPO3core cvs, branch TYPO3_4-0.
- 02:42 Revision 694ad829: * Corrections/adjustments to the htmlArea RTE extension (see details in local ChangeLog)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1357 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:11 Revision b8af2863: Updated Inline documentation and Function indexes for 4.0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1356 709f56b5-9817-0410-a4d7-c38de5d9e867
2006-03-21
- 23:50 Feature #15760: Proposal for "options.bookmarkGroups" - Support multilanguagelabels
- We decided to postpone this for 4.5
- 23:31 Bug #15579: bug on storing mm_relations
- Fixed by reverting the whole patch.
- 19:55 Bug #15579: bug on storing mm_relations
- Same Problem with RC1 and tt_news 2.2.40.
- 23:31 Bug #15861: Recent "fixes" in t3lib_loaddbgroup introduces potentially hard found bugs in 3rd party applications
- Fixed by reverting the whole patch.
- 20:14 Bug #15861: Recent "fixes" in t3lib_loaddbgroup introduces potentially hard found bugs in 3rd party applications
- Attached is a patch that reverts the whole MM stuff introduced by René.
- 23:28 Bug #15750: first letter of section name missing in result display with multiple domains
- I have created a patch which works fine for me, perhaps you'll check it yourselves and in case it's OK take it to CVS...
- 23:14 Revision c9ff5309: * Reverting MM-changes by Ren� - there were too many problems that can't be resolved within a reasonable timeframe.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1355 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:45 Revision b05ff239: * Reverting some accidentally removed changes.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1354 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:42 Revision 94d8e393: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1353 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:03 Bug #15831: TCA usergroup limit too smal
- The TCA configuration we are overwriting is found in t3lib/stddb/tbl_be.php.
The only purpose is to allow the admi... - 21:40 Bug #15843: update for extention can not be installed
- I see the same problem with the following situtation:
1. I have a tt_news 1.x in global.
2. I download tt_news 2.... - 18:55 Bug #15843: update for extention can not be installed
- Erm, when exactly does this happen?
When installing, in the EM? After clicking on what?
Or after the update, when ... - 20:16 Bug #15749: TYPO3_version constant not according to documentation
- I don't see what's wrong with that. Does it cause any problems?
- 20:12 Bug #15521: Navigation "Icons in top frame" wrong rendering
- You have used wrong class names in your patch. Attached is a fix which will go to CVS.
- 18:53 Bug #15838: Install missing extensions required by T3D dump
- As I wrote to the core list today, this is now in CVS, i.e. there is a method in the EM that can be called to install...
- 18:51 Bug #15817: Retrieve/Update generates extensions.xml.gz file, but shows no extensions at all
- a memory_limit of 32 MB is what I use, and it works fine with that. 63 MB is definitely too much...
- 16:59 Bug #15211: Incorrect label in Latvian language
- Just fixed this on the translation server...
- 16:52 Bug #15791: foreach error when installing adodb
- I added the suggested check to the code.
- 16:51 Revision 3ebd26f6: Fixed bug #2809
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1352 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:45 Revision c6e2af38: Indexed Search and Page Caching features
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1351 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:32 Revision 604d6069: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1350 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:31 Revision e5529760: Added a method for installing an extension with one method call (for use in impexp)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1349 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:12 Bug #15871 (Closed): Searching for records in record-browser window is not possible in records browser
- When i click on the "Browse for records" button in a content element type "insert records" there`s a search box in th...
- 15:51 Bug #15839: CSS styled content - css_styled_content - 0.3.1 - constant: {$PAGE_TARGET} cleanen
- Get it from sf.net/projects/typo3 and follow the instructions for CVS access.
There used to be snapshots on http:/... - 15:22 Bug #15839: CSS styled content - css_styled_content - 0.3.1 - constant: {$PAGE_TARGET} cleanen
- where i can get the actual csv datei?
where is the download-link? - 15:07 Bug #15870 (Closed): not able to link image (in text & image) to special content element
- it's not possible to link a image to a content element on a choosen page.
it´s possible to choose the page as link, ... - 14:54 Revision 49dddab9: *** empty log message ***
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1348 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:51 Bug #15784: SInce RC1: segmentation fault (when using EM?)
- Just in case there could be a connection...
I just filed another bug report concerning Apache crashes under Typo3 ... - 12:24 Bug #15869 (Closed): Selection of Template Records in a draft workspace doesn't filter start/endtime and hidden field correctly
- In t3lib_tstemplate.php the template records from the root line is collected by a series of SQL statements. Template ...
- 11:15 Bug #15868 (Closed): Cannot access mirror list or repository when behind ISA server
- Not sure what has changed in the way that the Extenstion manager retrieves the repository list for TER2 but it no lon...
- 08:17 Bug #15867 (Closed): Use of deprecated function in class.tslib_pibase.php
- class.tslib_pibase.php v 1.28.2.1
function pi_list_query() in line 1114:
$query = $GLOBALS['TYPO3_DB']->SELECTque... - 04:06 Bug #15822: htmlArea RTE does not load when served by Win XP Home
- What error do you get in IE?
- 03:59 Bug #15822: htmlArea RTE does not load when served by Win XP Home
- html source looks fine...
- 02:54 Bug #15866 (Closed): Frontend edit icon has duplicate title attribute hardcoded in class.tslib_content.php
- In 4.0rc1, line 6989, the line reads:
$iconImg = $conf['iconImg'] ? $conf['iconImg'] : '<img src="'.TYPO3_mainDir.'g...
Also available in: Atom