Project

General

Profile

Activity

From 2008-10-26 to 2008-11-24

2008-11-24

22:47 Bug #19318: cli_dispatch.phpsh - /usr/bin/php: bad interpreter
If you type the full path to the PHP binary you should get no such error. For example, on my machine I type:
/usr/...
Francois Suter
22:31 Bug #19318: cli_dispatch.phpsh - /usr/bin/php: bad interpreter
i checked other CMS (Drupal, Sugar) and they don't have any #! /usr/bin/php -q lead line
and have common .php ext...
Stefano Cecere
22:27 Bug #19318: cli_dispatch.phpsh - /usr/bin/php: bad interpreter
i am having the same problem
i suggested a symlink, or at least to make a note in the INSTALL.txt
other solutions?
Stefano Cecere
20:40 Bug #19623: Mountpoints do not work across domain boundaries
4.2: rev 4484
4.2: rev 4483
Dmitry Dulepov
20:38 Revision 416476c5: Fixed bug #9806: Mountpoints do not work across domain boundaries
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4484 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
20:36 Revision 86ad047a: Fixed bug #9806: Mountpoints do not work across domain boundaries
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4483 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
13:34 Bug #19639 (Closed): Listview and sorting
If you have more than 20 content elements you get browser
[21 - xx]
If you click you are on second page.
The fir...
Steffen Kamper
10:52 Bug #14805: FE user passwords shown in page module and info popup of list module
Do not close bugs before a fix has been released! Instead, change them to "resolved". Michael Stucki
10:49 Bug #14805: FE user passwords shown in page module and info popup of list module
Dupe has been fixed. Martin Kutschker
10:38 Bug #25545: Save and close closes _without_ saving
Issue introduced in #8830 (added new Save&Close-Button) Administrator Admin
09:18 Bug #19622: Element browser shows wrong colors
That is even simplier. Thanks! Michael Stucki
09:01 Bug #14692: Access to file resources does not work with mod_fcgid
I can confirm the issue. Michael's "alternative solution" solved it. Marcus Krause
06:30 Bug #19638 (Closed): fe_adminLib.inc - If preview is enable, HSC applied passwords are saved to database
Since TYPO3 version 4.0.9/4.1.7/4.2.1 we apply htmlspecialchars to all form values before showing them again to the u... Marcus Krause

2008-11-23

23:42 Bug #19592: Organisation in mail header should be Organization
it seems that it's typo in class.t3lib_htmlmail.php line 495.
I'll move this bug to TYPO3 core bugtracker.
Ivan Dharma Kartolo
23:21 Bug #17182: Highlight current workspace in tree view
fixed in SVN trunk (TYPO3 v4.3.0-dev)
Ingo Renner
23:15 Feature #19628: Turn the workspace selector into a drop down toolbar item menu
committed to trunk Ingo Renner
23:13 Revision ac0a8902: Added feature #9813: Turn the workspace selector into a drop down toolbar item menu
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4482 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:28 Bug #19637 (Closed): Copy / Cut icons old: drag'n'drop in pagetree
When using drag'n'drop to copy or cut a page in the pagetree the icons from the old skin are used whereas on copying ... Susanne Moog
17:18 Bug #19636 (Closed): right click on links does show a broken context menu
If you have a link in your text and click on it to get the context menu it looks way to small and messed up. (See scr... Susanne Moog
17:08 Bug #25545 (Closed): Save and close closes _without_ saving
If I change something inside my typoscript templates and the t3editor is activated the save and close button will not... Administrator Admin
15:28 Feature #19635 (Closed): New rendering methods for content elements (lesser markup, cleaner code)
The current rendering of content elements creates a lot of markup, for example when using section frames an extra div... Susanne Moog
15:27 Bug #19634: Feature beUserUid in TSFE
it's possible with
[globalVar = BE_USER|user|uid = 13]
thx olly for the hint.
Steffen Kamper
11:02 Bug #19634 (Closed): Feature beUserUid in TSFE
This can be very useful in TS conditions.
At the moment you can use only this condition to verify BE_USER is logged ...
Steffen Kamper
04:55 Revision e6bad9c6: minor cosmetical change
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4481 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
04:46 Bug #19617: hook for linkhandler is missing in RTE browse_links
linkhandler should configure its hook with the following key:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/rteht...
Stanislas Rolland
04:43 Bug #19622: Element browser shows wrong colors
The attached patch to t3skin fixes the issue for both element browsers and perhaps for some other ones that may have ... Stanislas Rolland
04:16 Bug #19622: Element browser shows wrong colors
I cannot answer the question, it is certainly historical, but I wonder why t3skin does not define the correct colors ... Stanislas Rolland
02:17 Bug #19633 (Closed): Patch for Issue #0006637 (rootline reverse order) will result in broken link behavior
Applying the patch related to issue #0006637 (rootline reverse order) "as is", will result in a broken link behavior.... Philipp Arnold

2008-11-22

22:42 Feature #19598: htmlArea RTE: additional features for link insertion dialogue
Follow up patch committed to SVN TYPO3core trunk (revision 4480). Stanislas Rolland
22:35 Feature #19598: htmlArea RTE: additional features for link insertion dialogue
Cleanup was excessive and one js function was dropped that may be used by hooking browsers. Stanislas Rolland
22:40 Revision 61fb6b42: Follow up for feature #9775: htmlArea RTE: additional features for link insertion dialogue
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4480 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
22:07 Bug #19246: typo3ajax::renderAsXML does not always render XML
After discussion in the core list, it was decided this was not a bug, since the behavior typo3ajax::renderAsXML() is ... Francois Suter
21:05 Bug #19632: Enable <del> instead of <strike> in lib.parseFunc_RTE.allowTags by default
I found it and I created a patch, but i'm not experienced with it, and i think i did not do it the right way. I think... Sebastian Michaelsen
20:54 Bug #19632 (Closed): Enable <del> instead of <strike> in lib.parseFunc_RTE.allowTags by default
lib.parseFunc_RTE.allowTags by default allows the strike HTML tag which is deprecated because it's a physical element... Sebastian Michaelsen
19:58 Bug #19477: RTE does not work in IRRE subelements
Related issues:
1. the RTE stylesheets will not be loaded if the first RTE instance is created as a result of an IRR...
Stanislas Rolland
19:06 Bug #19631 (Closed): Sitemap doesn't recognize starting point from default
Although you set a special starting point (not the root-page) for the sitemap in the BE the root-page is taken as sta... Michael Bakonyi
17:48 Bug #19630 (Closed): Wrong description for the constant styles.content.imgtext.linkWrap.width
The description of the field styles.content.imgtext.linkWrap.width in the Constant Editor is not correct.
It seem...
Veit Briken
16:27 Bug #18874: Checkboxes and labels are aligned badly if in one line
A slight addition to Steffen's 4.2 version, with a .radio selector added so that radio buttons also get aligned prope... Francois Suter
15:05 Revision fcd5a975: felogin: completed ChangeLog, raised ext-version to 1.1.0
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4479 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:56 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
I think it will be better if cache initialization is moved to TSFE. Currently many existing extensions are borken whe... Dmitry Dulepov
12:09 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
This specific issue is not related to the database changes. When calling an eid script the cache handlers/managers ar... Oliver Hader
14:27 Bug #19616: Don't show fe_users password in page module
committed to
4_1 rev 4476
4_2 rev 4477
trunk rev 4478
Steffen Kamper
14:24 Revision d6f5be46: Fixed bug #9798: Don't show fe_users password in page module
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4478 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:17 Revision df1dfdc4: Fixed bug #9798: Don't show fe_users password in page module
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4477 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:12 Revision cb8cd40f: Fixed bug #9798: Don't show fe_users password in page module
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4476 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
11:26 Bug #19620: Frontend plugins show PHP error if there is no TypoScript configuration
Committed to SVN Trunk (rev. 4475) Oliver Hader
11:23 Revision c67e46a4: Fixed bug #9802: Frontend plugins show PHP error if there is no TypoScript configuration
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4475 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:42 Feature #19629 (Closed): Integrate the option "reverseOrder" for a complete HMENU
Starting from #17747 and expanding that idea, I'm suggesting a plain .reverseOrder property, that will reverse the or... Liakos

2008-11-21

18:07 Feature #19628 (Closed): Turn the workspace selector into a drop down toolbar item menu
Problem:
The current workspace selector is a select HTML element. When changing a workspace it reloads the whole bac...
Ingo Renner
15:14 Feature #19627 (Closed): Adding Faroese flag to website languages
Hi!
The Faroese flag is missing from the options when creating website languages. I hope it can be added soon. :-)...
Mathias Bolt Lesniak
13:57 Bug #19626 (Closed): ClearCacheMenu doesn't work when click on icon
The clear cache doesn't work if you click on the image (icon)
The Problem is that this element has no href, result i...
Steffen Kamper
13:44 Bug #19625 (Closed): Popup-functionality for Pages using target field
You can create popup-links with typolink or the element browser. A missing feature is to create this with pages for m... Steffen Kamper
13:01 Bug #19624 (Closed): RTEhtmlarea does not work with IRRE after new child records were created
RTEhtmlarea does not work anymore with IRRE after new child records were created while editing the parent record.
...
Oliver Hader

2008-11-19

20:54 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
My ISP installed FreeBSB on the server. These pecl packages are separate php packages but probably default on most di... Rob Vonk
20:27 Bug #19614: Irre in news not possible => Docheader is hidden => Page can't be saved
Bug report unclear. It should be rewritten to describe the problem properly. Dmitry Dulepov
20:25 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
This was described in the mailing lists. Current database analyzer cannot change cache table as necessary but there i... Dmitry Dulepov
20:23 Bug #18665: The child pages of Mount points (do not substitute mount point) are not linked correctly in menus
Forget it, the patch is there and similar problem was caused by another thing. All is fine with this bug :) Dmitry Dulepov
13:34 Bug #18665: The child pages of Mount points (do not substitute mount point) are not linked correctly in menus
The problem still exists in TYPO3 4.2.3. The patch in this bug report was never committed. Links in menu look like:
...
Dmitry Dulepov
20:01 Bug #19623 (Closed): Mountpoints do not work across domain boundaries
typolinkCheckRootLine, menu and mount points do not work together in TYPO3>=4.2.0.
Subpages of the mounted page wi...
Dmitry Dulepov
00:54 Bug #19622: Element browser shows wrong colors
The attached images show the element browser before and after the change. Michael Stucki
00:28 Bug #19622 (Closed): Element browser shows wrong colors
The element browser shows wrong colors. See screenshots.
I'm wondering whether there was any reason for using thos...
Michael Stucki

2008-11-18

10:11 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
This happens under the most current 4.3-dev.
The DB 'Update required tables COMPARE' has been done successfully.
Franz Holzinger
09:42 Bug #19621 (Closed): getTreeList causes duplicate entry sql error
When the method getTreeList is called by an extension, then this causes duplicate entry message upon inserting into c... Franz Holzinger
00:54 Bug #14692: Access to file resources does not work with mod_fcgid
I don't like the alternative solution, but it seems it works a lot better... Michael Stucki

2008-11-17

18:12 Feature #19618: Integrate possibility to enforce usage of OpenID
Patch bug_9800_openid_normalize_force_v3.diff now provides two extension configuration options for globally forcing O... Michael Stucki
16:22 Feature #19618: Integrate possibility to enforce usage of OpenID
Uploaded the required changes that implement this feature (patch by Michael Stucki) Oliver Hader
16:20 Feature #19618 (Closed): Integrate possibility to enforce usage of OpenID
Integrate a possibility to enforce the usage of OpenID. If this options is set for front-end and/or back-end users, n... Oliver Hader
17:27 Bug #19620 (Closed): Frontend plugins show PHP error if there is no TypoScript configuration
Frontend plugins show a PHP error if there is not TypoScript configuration available when calling a user function:
...
Oliver Hader
16:47 Feature #19619: Backport OpenID authentication service
Exactly! Sorry, if this lead to confusion. This "feature request" was just about to have the possibility in TYPO3 4.2... Oliver Hader
16:42 Feature #19619: Backport OpenID authentication service
I agree this shouldn't go into 4.2, although the patch is written by myself.
We should stick to the release policy a...
Michael Stucki
16:34 Feature #19619: Backport OpenID authentication service
The attached changes are backporting the OpenID system extension from TYPO3 4.3 to TYPO3 4.2. However, the patch 0009... Oliver Hader
16:30 Feature #19619: Backport OpenID authentication service
What about the rule about new features appear only in new versions?
In any case extension can be just copied to 4....
Dmitry Dulepov
16:25 Feature #19619 (Closed): Backport OpenID authentication service
To improve single sign on services a backport of the OpenID authentication service to TYPO3 4.2 is desirable.
(is...
Oliver Hader
13:49 Bug #25544: t3editor codecompletion: sometimes the ajax-call fails due missing file t3lib_pageselect.php (which does not exists)
The warning/error on DomDocument happens when the native DOM handler gets overridden by DOM XML, see here:
http://de...
Oliver Hader

2008-11-16

13:58 Bug #19614: Irre in news not possible => Docheader is hidden => Page can't be saved
Did you test whether this behaviour was there in TYPO3 4.2.x? Oliver Hader
13:42 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
Good idea! What distribution/OS are you using? Strange that a "native" functionality isn't available... hm... Oliver Hader

2008-11-15

19:50 Bug #19617 (Closed): hook for linkhandler is missing in RTE browse_links
the attached patch adds this hook in browse_links for RTE
(issue imported from #M9799)
Steffen Kamper
18:50 Bug #19616 (Closed): Don't show fe_users password in page module
By default fe_users are shown in page module as list. Anyway it's unnessecary to show the password in this list, encr... Steffen Kamper
16:13 Bug #19615: waste of time in LIST module with LOISmode
+1 - please make a RFC Steffen Kamper

2008-11-14

21:52 Bug #19615 (Closed): waste of time in LIST module with LOISmode
If you have activated the 'List only in singe table mode' for the LIST module, you have done this to increase the spe... Franz Holzinger
15:53 Bug #17104: Install Tool does not work when using the right password
Wireshark says, that the Typo3InstallTool is sent twice at the beginning after login with the correct install tool pa... Franz Holzinger
15:18 Bug #17104: Install Tool does not work when using the right password
@Dick Rundell : Just change this line to the file ext/install/mod/class.tx_install.php
var $passwordOK=1; // Th...
Franz Holzinger
14:12 Bug #19614 (Closed): Irre in news not possible => Docheader is hidden => Page can't be saved
I wanted to test something else with attached test-extension.
After creating a new news record there is the entry ...
Steffen Kamper
12:28 Bug #19613: Default values have no labels in the multiple select control inside the flexform
solution looks good! Steffen Kamper
11:57 Bug #19613 (Closed): Default values have no labels in the multiple select control inside the flexform
The following perfectly valid flexform definition cause ghost items to appear in the left box of multi–item select co... Dmitry Dulepov
12:27 Bug #25544: t3editor codecompletion: sometimes the ajax-call fails due missing file t3lib_pageselect.php (which does not exists)
Hi Tobias,
indeed it solves part 1 from screenshot (the missing t3lib_pageselect)
But the other error still sta...
Steffen Kamper
11:56 Bug #17226: JS escape/unescape functions are differently than PHPs urlencode functions when using utf8 in mysql DB
Michael, look to #19502 where we solved it same way, Masi was involved too (see corelist) Steffen Kamper
10:54 Feature #19611 (Closed): Add a way to hook into the publish process for a workspace
There is currently no way that we can hook into the version swap method for a given record in the tcemain.php. This i... Erik Frister
04:25 Bug #19610: 404 error after saving page properties when "Include subpages" is set
I localized where the problem is coming from.
I use a third party script (see below) for redirection on 404 error.
...
Lucio Pozertti
00:22 Bug #19610: 404 error after saving page properties when "Include subpages" is set
sorry, the problem appears in both cases:
when access option "Show at any logging" OR "Include subpages" is set
Lucio Pozertti
00:14 Bug #19610: 404 error after saving page properties when "Include subpages" is set
Correction:
when access option "Show at any logging" is set (instead of "Include subpages")
Lucio Pozertti
00:32 Bug #17627: External TypoScripts files will always be cached
I attached a patch file "patch_6395.diff" which implements Michaels suggestions to add an information about the file ... Bernhard Kraft

2008-11-13

23:54 Bug #19610 (Closed): 404 error after saving page properties when "Include subpages" is set
when the access option "Include subpages" is set on the page properties and I change once again somethings (e.g. page... Lucio Pozertti
20:15 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
Installed pecl-fliter and pecl-json. That fixed it.
Idea to add it to requirements?
Rob Vonk
17:05 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
I have the same and it's a php thing. filter_var is a native php function since version 5.2. I have 5.2.3 but i still... Rob Vonk
19:48 Bug #19594: htmlArea RTE: spellchecker not working in TYPO3 4.3-dev
Second patch gets rid of the failing script. eID and ajaxID will now be used.
Committed to SVN TYPO3core trunk (re...
Stanislas Rolland
19:47 Revision dbfa40cf: Follow up for issue #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4468 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
19:01 Bug #17104: Install Tool does not work when using the right password
I have observed the same behaviour with Firefox and Epiphany browsers.
When I enter a wrong password, it shows me th...
Franz Holzinger
17:36 Bug #25540: JS error: Node cannot be used in a document other than the one in which it was created
same here. i attached a screenshot with the errors i get Steffen Kamper
16:24 Bug #19609 (Closed): class.gzip_encode.php fails with open_basedir restrictions
If open_basedir in php.ini does not include "/proc" and gzip compression is enabled in TYPO3, the following errors wi... Dmitry Dulepov
16:08 Bug #25544: t3editor codecompletion: sometimes the ajax-call fails due missing file t3lib_pageselect.php (which does not exists)
attached patch should solve the problem Administrator Admin
16:03 Bug #25544 (Closed): t3editor codecompletion: sometimes the ajax-call fails due missing file t3lib_pageselect.php (which does not exists)
some times the ajax call (loadTemplates) returns a warning (see attached screenshot)
when t3lib_div::makeInstance(...
Administrator Admin
15:15 Bug #19602: page preview on tt_news entries leads to error
fixed, needs a tsconfig entry, then it works for tt_news oliver leitner
14:24 Bug #17226: JS escape/unescape functions are differently than PHPs urlencode functions when using utf8 in mysql DB
Steffen, that is not the way I want this to be solved.
As far as I know, "decodeURIComponent" is not a successor of ...
Michael Stucki
14:01 Bug #17226: JS escape/unescape functions are differently than PHPs urlencode functions when using utf8 in mysql DB
i can confirm that using decodeURIComponent solves the problem.
I think all "unescape" calls in core should be rep...
Steffen Kamper
11:15 Bug #17226: JS escape/unescape functions are differently than PHPs urlencode functions when using utf8 in mysql DB
Masi, can you please take a look at this solution?
Thanks in advance!
- michael
Michael Stucki
11:14 Bug #17226: JS escape/unescape functions are differently than PHPs urlencode functions when using utf8 in mysql DB
Important: It's not "decodeURIcomponent" but "decodeURIComponent" (upper-case "C"), otherwise it will fail at least o... Michael Stucki
12:11 Bug #19608 (Closed): Frontend Editing doesn't respect restrictions on content types via TSConfig
The HTML content element was disabled using TSConfig settings. One of the pencil icons in FE Editing respects this se... Bas v.d. Wiel
11:51 Bug #19607 (Closed): PHP Warning: Invalid argument supplied for foreach() in t3lib_cache_backend_db.php
if the cache is empty i get an php warning.
Afaik that would be even with an disabled warning output an performanc...
Martin Holtz
10:08 Revision 551fbe66: Fixed bug #8903: redirect url is not passed with get/post method
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4467 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
09:37 Bug #19606: Remove duplicate JS-Files in backend.php
committed to trunk rev 4466 Steffen Kamper
09:35 Revision bbe23bcf: Fixed bug #9786: Remove duplicate JS-Files in backend.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4466 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
09:15 Bug #19562: double enquote in t3lib_htmlmail of returnPath
Could someone please commit this fix into the SVN. I had fixed the bug for my 4.2.2 installations by patching the fil... Manuel Rüter

2008-11-12

22:50 Revision ffe69cfd: reduced method includeLibs to only one return statement
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4465 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
22:30 Bug #19606 (Closed): Remove duplicate JS-Files in backend.php
in backend.php all JS-files are collected in an array. As this isn't an associative array, it's possible to add dupli... Steffen Kamper
22:05 Bug #18660: Links to Mount Pages (Substitute Mount Point) that cross domains/sites are broken by Typolink
I overworked the patch to apply against recent versions (4.2.3).
Patch works for me!
Steffen Gebert
20:55 Revision e621fcb9: Updating version number to 4.3-dev after release of 4.3.0alpha1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4464 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:43 Revision 985d6fbf: Tagging TYPO3 4.3.0alpha1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-3-0alpha1@4463 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:43 Revision 7a9adb6d: Release of TYPO3 4.3.0alpha1
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4462 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:34 Bug #19062: if redirect_url / login error
comitted to Trunk rev 4461 Steffen Kamper
20:27 Revision 535ad3de: fixed bug #8903: redirect url is not passed with get/post method
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4461 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
20:11 Feature #25541: t3editor with CodeCompletion for TypoScript
Committed to SVN Trunk (rev. 4460) - TYPO3 4.3-alpha1 Oliver Hader
02:11 Feature #25541: t3editor with CodeCompletion for TypoScript
Attached patch of latest posting to TYPO3 Core List. Oliver Hader
20:08 Revision 8fe8a596: Added feature #9670: Integrate code-completion for TypoScript in the t3editor
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4460 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:42 Bug #19504: DB Analyzer / Compare Tool can't handle the upgrade of the cache tables
Committed to SVN Trunk (rev. 4459) - TYPO3 4.3-alpha1
The commit for TYPO3_4-2 is still pending!
Oliver Hader
19:40 Bug #19590: Use correct memory limit definition in Install Tool
Ingo wants to look at the xml reading in EM which is the most expensive memory function. If this issue is solved we ... Steffen Kamper
19:40 Revision 825a2f81: Fixed bug #9639: DB Analyzer / Compare Tool can't handle the upgrade of the cache tables
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4459 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:38 Bug #19605 (Closed): disabled images in RTE still leave the toolbar button
I think this is very confusing. If Images are disabled in extConf the button should be not in toolbar.
I myself was...
Steffen Kamper
19:35 Feature #19604: Upgrade prototype.js to latest 1.6.0.3 release
Hi olly,
i think updating third party scripts should be an automatic process for every release.
vg Steffen
Steffen Kamper
18:01 Feature #19604 (Closed): Upgrade prototype.js to latest 1.6.0.3 release
Upgrade prototype.js to latest 1.6.0.3 release - currently we use the version 1.6.0.2.
(issue imported from #M9783)
Oliver Hader
19:33 Bug #19580: Some extensions do not work anymore in the frontend
Committed to SVN Trunk (rev. 4458) Oliver Hader
19:32 Revision dc48baef: Fixed bug #9748: Some extensions do not work anymore in the frontend
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4458 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:19 Feature #19600: Improvement of removeXSS
Committed to SVN Trunk (rev. 4457) Oliver Hader
11:26 Feature #19600 (Closed): Improvement of removeXSS
The removeXSS-script used had some lacks. It replaced tags in normal text which prevents most from using this script.... Oliver Hader
18:18 Bug #19110: t3lib_div::removeXSS translates normal text too
Committed to SVN Trunk (rev. 4457) Oliver Hader
18:15 Revision fe2d606b: Added feature #9778: Improvement of removeXSS
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4457 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:07 Feature #18518: css parsing issue: classes with element context selectors are not honoured inside other context selectors
Patch for resolving this bug will be uploaded shortly.
The patch fixes "BlockStyle.parseSelectorText" such that AL...
Mikkel Ricky
16:03 Revision 1cdadd9e: Cleanup: Updated NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4456 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
13:17 Bug #19603 (Closed): ric_rotation not working correctly with 4.2.x
ric_rotation not working, thus not even showing up in frontend on 4.2.x t3 installations.
setup ric_rotation and sli...
oliver leitner
13:11 Bug #19602 (Closed): page preview on tt_news entries leads to error
This is concerning 4.1 and 4.2 as far as i can tell...
if i go on edit on a tt_news record, and then press the "sa...
oliver leitner
13:08 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Hey Oliver,
Chrisitan reported the browser-version and I did it here at the beginning of the bugreport (note 0023911...
Lee Perry
13:00 Bug #19574: wrong anchor links with absRefPrefix option enabled
The both last patches are against trunk and 4.2.3.
Changes to the patch against trunk:
* added missing spaces ...
Stefan Galinski
12:13 Bug #19601 (Closed): t3lib_div::trimExplode limit parameter leads to wrong result with non-empty requirement
First, look at the function that was extended during TYPO3 4.3 development:
trimExplode($delim, $string, $onlyNonEmp...
Oliver Hader
11:20 Bug #19579: Update function names of caching API to be consistent with FLOW3
Committed to SVN Trunk (rev. 4455) Oliver Hader
11:19 Revision 7c0897f1: Fixed bug #9747: Update function names of caching API to be consistent with FLOW3
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4455 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:00 Revision 8de9c34e: Follow-up to feature #9654: Integrate return value depending on a found includeLibs configuration
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4454 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:31 Bug #19262: debug_trail gives not filename
Here is an example of the given debug output:
debug_backtrace SC_db_list->main#451 // recordList->generateList#29...
Franz Holzinger
10:15 Bug #19545: Moving page in WS will hide it from editors due to missing access settings of placeholder
Added Michael Stucki's version of the patch. Martin Kutschker
09:39 Bug #19584: Incorrect initialization sequence in class browse_links
Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4453). Stanislas Rolland
09:37 Revision c866f430: Fixed bug #9755: Incorrect initialization sequence in class browse_links
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4453 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
08:47 Feature #19599: htmlArea RTE: enable stdwrap on the clickEnlarge tag
Committed to SVN TYPO3core trunk (revision 4452). Stanislas Rolland
08:34 Feature #19599 (Closed): htmlArea RTE: enable stdwrap on the clickEnlarge tag
The attached patch enables the use of stdwrap on the a-tag generated by the image clickEnlarge feature. Thus, FE rend... Stanislas Rolland
08:46 Revision 3271bf60: Added feature #9776: htmlArea RTE: enable stdwrap on the image clickEnlarge a-tag
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4452 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
08:16 Feature #19598: htmlArea RTE: additional features for link insertion dialogue
Committed to SVN TYPO3core trunk (revision 4451). Stanislas Rolland
07:35 Feature #19598 (Closed): htmlArea RTE: additional features for link insertion dialogue
The attached patch will add the following features to the link insertion dialogue:
1. allow to configure the class a...
Stanislas Rolland
07:58 Revision 25d1a520: Added feature #9775: htmlArea RTE: additional features for link insertion dialogue
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4451 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
01:56 Bug #19597 (Closed): Incorrect validation of allowed class in RTE transformation
Class validation by the default RTE transformation is incorrect:
1. validation of class attribute is case-insensit...
Stanislas Rolland
01:00 Feature #19583: Post-Sort TS for the cObject CONTENT
Okay I pushed a new diff.
This is an example in-production. The criteria to sort the entries in this case is a res...
Niels Fröhling
00:05 Bug #18867: Enhance page modul
Thanks to bring this up again, i will test your latest patch ASAP.
@Christopher - i know you want to hide the chec...
Steffen Kamper

2008-11-11

23:48 Bug #19596 (Closed): Fallback for skinImg having forceFileExtension
The problem is visible with the icon used for insert from clipboard.
There is a icon used "insert5.png" (see inser...
Steffen Kamper
23:11 Bug #19595 (Closed): t3lib_parsehtml_proc does not provide Page TSConfig to user-defined RTE transformations
While t3lib_parsehtml_proc does receive the full Page TSConfig, it does not make it available to user-defined RTE tra... Stanislas Rolland
21:16 Feature #19458: onChange has no effect
Attached patch solves the issue. I will post it to the core list in a second, as well as directions how to test. Dan Osipov
20:43 Bug #19584: Incorrect initialization sequence in class browse_links
Committed to SVN TYPO3core trunk (revision 4450). Stanislas Rolland
20:42 Revision 2fa156ab: Fixed bug #9755: Incorrect initialization sequence in class browse_links
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4450 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
20:31 Feature #19520: Use t3lib_div::trimExplode() in t3lib_div::intExplode()
Committed to SVN Trunk (rev. 4449) Oliver Hader
20:29 Revision 648cd2be: Added feature #9667: Use t3lib_div::trimExplode() in t3lib_div::intExplode()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4449 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:07 Bug #17343: [TYPO3 V4.0] - Pagecount not correct in indexed_search
Committed to Trunk (rev. 4446) Steffen Kamper
20:00 Bug #18867: Enhance page modul
This is really a great patch! This really improves usability a lot!
I especially like the idea of the adjustable col...
Chris topher
14:40 Bug #18867: Enhance page modul
The last patch is against TYPO3 4.2.3. I hope there isn't anything missing in the patch, because it has only the hal... Stefan Galinski
19:37 Revision 668f169f: Format of ChangeLog was not correct, fixed now (Credits to olly)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4448 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
19:28 Revision a155a3fe: forgot ChangeLog entry for rev 4446
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4447 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
19:19 Revision 88795554: fixed bug #5714: Pagecount not correct in indexed_search
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4446 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
19:12 Bug #19594: htmlArea RTE: spellchecker not working in TYPO3 4.3-dev
Committed to SVN TYPO3core trunk (revision 4445). Stanislas Rolland
18:54 Bug #19594 (Closed): htmlArea RTE: spellchecker not working in TYPO3 4.3-dev
The spellchecker script fails because of missing initialization of the new caching system.
(issue imported from #...
Stanislas Rolland
19:05 Revision ff698e7d: Fixed bug #9771: htmlArea RTE spellchecker not working in TYPO3 4.3-dev
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4445 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
18:51 Bug #19593 (Closed): external documents where not indexed if the path begins with http
If you configure the frontend of TYPO3 with absolute paths the search engine does not index external documents.
c...
Gunther Schöbinger
18:42 Revision 71da2386: Follow-up to bug #5826: Wrong disposal of language object in front-end
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4444 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:35 Bug #19592 (Closed): Organisation in mail header should be Organization
RFC 1036 describes that Organization is spelt with z, not s; see chapter 2 and 2.2.8. According to RFC 2076 chapter 3... Stig Kjeldsen
17:11 Bug #19591 (Closed): Option to set Return-Pah in e-mail
Missing the option to set Return-Path in e-mail, when sending (new) password to the user
(issue imported fro...
Stig Kjeldsen
16:01 Bug #19299: Could not delete directory recursively
Problem still exists in TYPO3 4.2.3.
Patch still working.
Jan Radecker
13:53 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Seems to have nothing to do with RTE - or what do you mean Michael?
I turned off RTE and problem still exists
Christian Clemens
12:12 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
I can reproduce this bug, with enabled RTE in typo3 4.2.3.
Please have look at Bug 8232 which fixed a bug in the tr...
Michael Voehringer
08:03 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
In TYPO3 4.2.3 the problem still exists. Now I can drag items again - but I can't still drop them. Tested in FF3 and ... Christian Clemens
13:47 Feature #19529: Workspace should use DB mount of BE user/group
I have uploaded a new patch (feature_bug_request_9682.diff) which is a clean patch against the current trunk.
This...
Sonja Schubert
13:44 Bug #19544: Time simulation in Frontend Preview
Thanks Michael,
it works nicely. Would be great to find this fix in the next release.
Best regards,
Sebastian
Sebastian Verweyen
13:38 Bug #18983: when saving plugin content "Failure"
I downgraded typo3 to verison 4.2.1 -> everything works fine.
But not so long ;-) today I want to change be-user-rig...
Christoph Werner
13:15 Feature #19465: Configuration enhancement for indexed_search
for easy testing i uploaded the complete extension Steffen Kamper
12:15 Feature #19450: More flexible editpanel permission
Attached a patch for the described functionality after fe editing moved to separate sysext fe_edit Ralf Hettinger
12:04 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
this bug still exists in Typo3 V4.2.3 / PHP 5.2 Michael Voehringer
11:03 Bug #19274: Editors can´t undelete records in history
I made a patch, could others please test. Thanx Christian Hernmarck
09:51 Bug #19274: Editors can´t undelete records in history
Also appears in 4.2.3
further information: bug was introduced with the bugfixing of bug #15114 (http://bugs.typo3....
Christian Hernmarck
08:40 Bug #19590 (Closed): Use correct memory limit definition in Install Tool
4.3 will officially require 64MB for memory_limit. This value is 16MB in TYPO3 <= 4.2.
The install tool checks this ...
Steffen Müller
08:20 Bug #17528: BEenableFields returns only ' AND ' in some cases
I think this could be closed because of this: http://bugs.typo3.org/view.php?id=9522 Kasper Ligaard
04:19 Revision bc291781: Updating version number to 4.2.4-dev after release of 4.2.3
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4443 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
04:13 Revision 7a18bd62: Tagging TYPO3 4.2.3
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-2-3@4442 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
04:13 Revision 75a79b02: Release of TYPO3 4.2.3
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4441 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
03:46 Bug #17298: Frontend preview and simulate time is buggy
Fixed in TYPO3 4.2.3 and later. Michael Stucki
03:45 Revision 773cca91: Fixed bug #5611: Frontend preview and simulate time is buggy
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4440 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
03:43 Revision e645e3a0: Fixed bug #5611: Frontend preview and simulate time is buggy
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4439 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
03:28 Revision 8590f6c6: Commit non-functional changes prior to fixing bug #5611
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4438 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
03:27 Revision 4d5611da: Commit non-functional changes prior to fixing bug #5611
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4437 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
01:55 Feature #19586: After auto Logout the Clear Cache function stil appears to be working, but of course it does nothing
I added an image with my proposal. I think this would not only solve this problem it also improves the hole backend, ... Sebastian Michaelsen

2008-11-10

23:37 Bug #19589 (Closed): Cannot use string offset as an array in function tslib_pibase()
Since 4.2.0 i have found this error as PHP5 is more restricted about the use of arrays and I just checked in 4.2.2 an... Tania
22:39 Bug #19574: wrong anchor links with absRefPrefix option enabled
The second patch contains another fix for the inclusion of javascript via typoscript and the absRefPrefix option. Bot... Stefan Galinski
22:10 Bug #16496: Install Tool crashes MySQL server
MySQL Version?
But.... the mysql Server should not crash if you try to load a mysql dump...
Sascha Egerer
21:28 Bug #16496: Install Tool crashes MySQL server
Issue not security related
-> setting "View status" to public
Marcus Krause
21:25 Feature #18610: $back_path is not passed to t3lib_BEfunc::editOnClick from t3lib_positionmap
Issue not security related
-> setting "View status" to public
Marcus Krause
14:33 Feature #18610: $back_path is not passed to t3lib_BEfunc::editOnClick from t3lib_positionmap
I don't think this is security related; so there's no need to make this issue a private one. I'll make it public this... Marcus Krause
21:23 Bug #18912: Mozilla Firefox -> Treemenu
Issue not security related
-> setting "View status" to public
Marcus Krause
17:48 Bug #18912: Mozilla Firefox -> Treemenu
Sorry, I could not open the AVI you provided (HTTP 403 error). Besides that I also don't consider this as a security ... Oliver Hader
14:20 Bug #18912: Mozilla Firefox -> Treemenu
I don't think this is security related; so there's no need to make this issue a private one. I'll make it public this... Marcus Krause
21:23 Feature #19586: After auto Logout the Clear Cache function stil appears to be working, but of course it does nothing
Issue not security related
-> setting "View status" to public
Marcus Krause
17:51 Feature #19586: After auto Logout the Clear Cache function stil appears to be working, but of course it does nothing
I can confirm this and don't consider it as a security related issue.
The visual feedback on these toolbare icons fo...
Oliver Hader
14:15 Feature #19586: After auto Logout the Clear Cache function stil appears to be working, but of course it does nothing
I don't think this is security related; so there's no need to make this issue a private one. I'll make it public this... Marcus Krause
01:56 Feature #19586 (Closed): After auto Logout the Clear Cache function stil appears to be working, but of course it does nothing
Using latest Firefox, after the auto logout the Backend top row features appear too be usable, seems to be trivial, t... roger
17:45 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Lee,
what browser are you using? Do you have TemplaVoila installed? Thanks for the additional information!
Best reg...
Oliver Hader
17:27 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Friday, the 7th november I have installed the TYPO3 4.2.3dev from SVN - in this version I've got no Javascript-Error ... Lee Perry
16:33 Bug #19588: Workspace with tt_news (Insert Records) weird Problem
Issue solved but still might be a bug:
Changed Typolink->
-------------------------------
title_stdWrap.typolink...
Andreas Kreicy
14:01 Bug #19588 (Closed): Workspace with tt_news (Insert Records) weird Problem
I have tt_news running Insert Records for the main overview page.
In my Preview Workspace everything works fine-i fi...
Andreas Kreicy
14:04 Feature #19578: Don't show the logged-in message when I'm logged in
I've tested this additional parameter and I've found out that if you set a redirect-Url it didn't redirect to this ur... Simon Schick
13:40 Bug #19587 (Closed): Multiple image resizes started
When an image needs to be resized for a page to be displayed, if that page is reloaded the resize process will start ... Vlatko Šurlan
10:08 Feature #19585: Write Configuration to extTables.php
yes, that's reasonable. I still wait for the discussion in core list as the opinions are different on this issue. Steffen Kamper
09:48 Feature #19585: Write Configuration to extTables.php
Yeah but what if it is still disabled, or if someone uses a past dummy package and always just upgraded the source pa... Michael Stucki
09:24 Feature #19585: Write Configuration to extTables.php
The extTables is included in localconf by default in the dummy package for 4.x
It was not in the past.
Steffen Kamper
09:18 Feature #19585: Write Configuration to extTables.php
Please write "write" with an upper-case "w" (start of string) and refer to "typo3conf/extTables.php" instead of "extT... Michael Stucki
00:52 Feature #19585 (Closed): Write Configuration to extTables.php
in Configuration module you can view the TCA-array. By clicking on a property you get an input field with the complet... Steffen Kamper

2008-11-09

23:22 Feature #19583: Post-Sort TS for the cObject CONTENT
Could please give a full example about the initial haystack to be sorted an what criteria should be taken. Additional... Oliver Hader
10:28 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
In Typo3 4.2.2 this bug still persists.
But unfortunately the patch above can not be applied. Some functions obviou...
Ronald Steiner
08:45 Revision 6cf2e1f9: No-brainer: Add blanks around OR statement in $BE_USER->getPagePermsClause()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4436 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
08:44 Revision 976f373e: No-brainer: Add blanks around OR statement in $BE_USER->getPagePermsClause()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4435 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
08:16 Bug #18740: Konqueror right frame never shown
Raising priority to high Michael Stucki
08:16 Bug #18740: Konqueror right frame never shown
I can confirm this with TYPO3 4.2 and Konqueror 4.1.3. Michael Stucki

2008-11-08

20:19 Bug #17054: Use MySQL fulltext keys in indexed_search
Additional patch "indexed_search_fulltext_4-2.diff" contains this feature plus a backport of the treelist cache, so i... Michael Stucki
20:14 Bug #17054: Use MySQL fulltext keys in indexed_search
Attached is a patch "indexed_search_fulltext.diff " that integrates a new extension "indexed_search_mysql" into TYPO3... Michael Stucki
18:49 Bug #19504: DB Analyzer / Compare Tool can't handle the upgrade of the cache tables
There are two reasons for this:
1. The table must be cleared to make sure that the keys are unique. This is no probl...
Michael Stucki
18:32 Revision c29b1921: Follow-up to bug #8399: Table index was too long after changing the field size
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4434 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
12:10 Feature #17112: Add file operation permissions for back-end user groups
I have tested the new attached patch (5203_5.diff) and everything works fine! I have tried many possible combinations... Daniel Krupke
05:07 Bug #19584 (Closed): Incorrect initialization sequence in class browse_links
The document is initialized too late for hooking browser to have the opportunity to add required JavaScript librairie... Stanislas Rolland
04:49 Bug #19576: URL parameters cause RTE error
Well, your link is not external.
This is a duplicate of issue #2714 and is fixed in svn trunk (for inclusion in TY...
Stanislas Rolland
04:36 Feature #16863: rte link edit crash browser
Can you reproduce it with svn branch TYPO3_4-2? Stanislas Rolland
04:32 Bug #18903: TYPO3Browser.js get not loaded
You should look at plugin TYPO3Link which has replaced TYPO3Browsers plugin since TYPO3 4.2.0. Stanislas Rolland

2008-11-07

21:01 Bug #19580: Some extensions do not work anymore in the frontend
wouldn't this collidate with the autoloader? I think having the autoloader it's not needed. Steffen Kamper
19:57 Bug #18975: devLog call in template.php, line 708 without Key
Fixed in 4.2.2 and trunk Francois Suter
19:56 Bug #18975: devLog call in template.php, line 708 without Key
Resolved in 4.2.2 and trunk Francois Suter
18:24 Feature #19583 (Closed): Post-Sort TS for the cObject CONTENT
This adds a parallel orderObj to renderObj which is used to post-sort the iterated content-elements.
...
...
Niels Fröhling
14:52 Bug #19274: Editors can´t undelete records in history
btw:
the 2 lines in class.t3lib_tcemain.php (function deleteRecord) do not appear in 4.0.9 - so, they were introdu...
Christian Hernmarck
13:51 Bug #19044: typo3 logo in backend on top left looks not perfect because it has white background on gradient background
Can you provide a modified version of the image? Chris topher
09:50 Bug #19083: Date fields calculate wrong date using shortcut mode
ok, i added an patch,
but i did not test it enough
Martin Holtz
05:13 Revision 73decd54: removed superfluous comments, empty lines
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4433 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
04:52 Revision b54d244c: removed empty lines at the end of the files
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23889 735d13b6-9817-0410-8766-e36946ffe9aa Ingo Renner
04:52 Revision 88d0b83f: removed empty lines at the end of the files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4432 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
03:57 Revision 10fcc0f5: removed empty line at EOF
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4431 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner

2008-11-06

21:45 Revision 90a99283: Followup to #9615. Throw SPL UnexpectedValueException rather than a custom exception.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4430 709f56b5-9817-0410-a4d7-c38de5d9e867 Jeff Segars
21:18 Bug #19579: Update function names of caching API to be consistent with FLOW3
I just changed them in FLOW, see http://forge.typo3.org/repositories/revision/16/1444
(I figured the change was gene...
Karsten Dambekalns
20:35 Bug #19579: Update function names of caching API to be consistent with FLOW3
Not yet... it will be changed if we agree on the changes in v4.
See the Core List for that, please
Oliver Hader
20:24 Bug #19579: Update function names of caching API to be consistent with FLOW3
have they been changed in FLOW3 already? Ingo Renner
14:06 Bug #19579 (Closed): Update function names of caching API to be consistent with FLOW3
To be consistent with the FLOW3 caching framework, some function names of the API have to be updated in t3lib/cache/
...
Oliver Hader
20:15 Bug #19580: Some extensions do not work anymore in the frontend
I guess you can leave out the & here:
$pluginConfiguration =& $GLOBALS['TSFE']->tmpl->setup['plugin.'][$className . ...
Ingo Renner
15:29 Bug #19580 (Closed): Some extensions do not work anymore in the frontend
[TYPO3 4.3-dev only]
Due to a change in #19510 the global includeLibs are not longer used by t3lib_extMgm - librar...
Oliver Hader
20:13 Revision 0ce1743c: Cleanup: Set SVN properties and tags
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4429 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:47 Feature #19497: Integrate possibility to extend TCEforms palettes easily
Committed the follow-up patch to Trunk (rev. 4428) Oliver Hader
19:45 Revision 8838e016: Follow-up to feature #9625: Fixed regular expression
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4428 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:24 Bug #19581: IRRE loading extremely slow in Internet Explorer and leads to crash
Duplicate of feature #17247 Oliver Hader
19:16 Bug #19581: IRRE loading extremely slow in Internet Explorer and leads to crash
Of course... if you have many nested data to be loaded, it will take some time...
The problem is not an AJAX library...
Oliver Hader
16:44 Bug #19581 (Closed): IRRE loading extremely slow in Internet Explorer and leads to crash
I am using the extension rgnewsce which makes use of IRRE.
Having more than 8 to 10 child records in one news and...
Andy
19:20 Feature #19458: onChange has no effect
Could you please attach an example flexform definition or extension to reproduce this? Oliver Hader
19:19 Bug #19477: RTE does not work in IRRE subelements
Hi Dmitry, is this still valid after all the bugfixes that were introduced in TYPO3 4.2.2 were fixed again? ;-) Oliver Hader
18:34 Feature #19491: Move frontend editing to a system extension
Committed to trunk in rev. 4427. Jeff Segars
17:52 Feature #19491: Move frontend editing to a system extension
Added v6 with further cleanups from Olly. Jeff Segars
18:32 Revision b82a6a95: Added feature #9615: Move frontend editing to a system extension.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4427 709f56b5-9817-0410-a4d7-c38de5d9e867 Jeff Segars
16:04 Bug #19352: typo3-top-toolbar popups do not open, t3 editor not working
Please check your php.ini file. Changing the line:
zend.ze1_compatibility_mode = On
to
zend.ze1_compatibility_mode...
Matthias Jösting
14:20 Bug #19352: typo3-top-toolbar popups do not open, t3 editor not working
I have this issue in 4.2.2, too. Furthermore it is not possible to set the page title (no matter if the page existed ... IceSheep
15:05 Bug #19083: Date fields calculate wrong date using shortcut mode
for case "date":
case "+":
case "-":
if (values.valPol[1]) {
add = this.pol(values.valPol[1],thi...
Martin Holtz
14:38 Bug #19083: Date fields calculate wrong date using shortcut mode
it belongs to
this.lastDate in function evalFunc_input(type,inVal)
in file /t3lib/jsfunc.evalfield.js
this....
Martin Holtz
14:04 Bug #19083: Date fields calculate wrong date using shortcut mode
as far as i can remeber, that feature works nearly as expected.
There is only one Bug:
there must be an global ...
Martin Holtz
14:59 Bug #19544: Time simulation in Frontend Preview
Please try the attached patch and let me know if it works. Michael Stucki
11:10 Feature #19578 (Closed): Don't show the logged-in message when I'm logged in
When a user is logged in he gets at first the Logged-In message until he reloads the page.
But I want to display t...
Simon Schick
09:04 Feature #19577 (Closed): Add INSTALL.txt to TYPO3 source package
This file describes system requiresmenent and how to install TYPO3. See the attachment. Discussion currently goes in ... Dmitry Dulepov
00:44 Bug #19550: No RTE in full Width mode
Duplicate of #9497 Oliver Hader

2008-11-05

23:24 Feature #19497: Integrate possibility to extend TCEforms palettes easily
Hi Stan,
could you please test whether 0009625_followup.patch solves the problem on your side? Thanks!
Oliver Hader
19:17 Feature #19497: Integrate possibility to extend TCEforms palettes easily
I get
Warning: preg_replace() [function.preg-replace]: No ending delimiter ',' found in ....t3lib/class.t3lib_ext...
Stanislas Rolland
23:18 Bug #19576 (Closed): URL parameters cause RTE error
Pasting a url with parameters into the RTE's view HTML source mode or by setting a link by external url via the Eleme... Christopher W
21:54 Feature #19575 (Closed): Zebra style for fileadmin
Some time ago, zebra columns was introduced in the template module.
To be consistent in de BE and for a better usa...
Stefano Kowalke
17:08 Bug #19574 (Closed): wrong anchor links with absRefPrefix option enabled
TYPO3 generates incorrect URL's for anchors if the option absRefPrefix is used on the site. The attached patch fixes ... Stefan Galinski
16:37 Bug #19550: No RTE in full Width mode
Thanks for the feedback. :) Sven Teuber
14:04 Bug #19573 (Closed): external documents linked to pages in another language than default are only found when searched in default language
When indexed_search is configured to index documents linked to a page and the page is multilingual, then all document... Ursula Klinger
13:39 Bug #19572 (Closed): Submit button missing in Backend User Administration
There is no Submit Button in the "Group and Compare Users" Section.
You have to select a Checkbox and then press Ent...
Florian Seirer
07:40 Bug #18643: TypoScript Constant Editor produces PHP Warning: ereg() Invalid preceding regular expression in class.t3lib_tsparser_ext.php
hello,
Even if this bug is quite old, I can reproduce this behaviour.
On a fresh clean typo3 4.2.2 installation, ...
Olivier SC
07:04 Bug #19568: Fatal error on the function readLLXMLfile of the class t3lib_div
Sorry, the error happened in TYPO3 4.1.3, but I check the if the file class.t3lib_div.php had the same problematic li... Antonio Alvarez
03:14 Feature #19571 (Closed): An additional condition-stdWrap for 'if'
Adds "if.matches" to
sysext/cms/tslib/class.tslib_content.php
Permits to establish some more complex cond...
Niels Fröhling
01:29 Feature #19513: Instantiate time tracker as null object if not really required
So here's v1 which decides which time tracker to load by checking for a cookie. That cookie gets set when the Typoscr... Ingo Renner
00:17 Revision 346b5c5b: removed empty line at EOF
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4426 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner

2008-11-04

23:54 Bug #18673: Shortcut ends in parse_url-error
i attached a new patch takeing Jeffs advices into account Steffen Kamper
22:53 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
fixed through patch for issue #9681 Ingo Renner
22:52 Bug #19528: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work
committed to 4.2 and trunk Ingo Renner
22:50 Revision 6a1ac52a: Fixed bug #9681: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work (credits Steffen Kamper)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4425 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
22:48 Revision 17a067fb: Fixed bug #9681: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work (credits Steffen Kamper)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4424 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
22:39 Bug #19570 (Closed): Backport changes to the caching framework
backport changes made to FLOW3's caching framework to TYPO3 4.3
@see
http://forge.typo3.org/repositories/revision...
Ingo Renner
22:00 Bug #19554: t3lib_parsehtml_proc removes attributes "lang" and "title" of SPAN tags
Also "id" and "dir" are removed. Martin Kutschker
21:58 Revision ea72a5f3: correct bug number
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4423 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:57 Revision 14cc34b6: correct bug number
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4422 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:55 Revision f99dad8d: #9117: t3lib_parsehtml_proc removes valid attributes of SPAN tags
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4421 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:54 Revision 8fdac8ae: #9117: t3lib_parsehtml_proc removes valid attributes of SPAN tags
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4420 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:46 Revision 416cb7ee: #9734: User selector in Web>Access doesn't work
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4419 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
21:44 Revision 6127607a: #9734: User selector in Web>Access doesn't work
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4418 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
20:13 Bug #19569 (Closed): mod_perm: Bad HTML (missing a quote)
Since revision 4117 class.sc_mod_web_perm_ajax.php is missing a quote in line 330. This renders the AJAX-onClick-user... Andreas Beutel
19:00 Bug #19568: Fatal error on the function readLLXMLfile of the class t3lib_div
Hi, you're reporting a bug for TYPO3 4.2.2. But the error message clearly states that you're using a TYPO3 4.1.3 inst... Oliver Hader
14:53 Bug #19568 (Closed): Fatal error on the function readLLXMLfile of the class t3lib_div
The next fatal error happens in the function readLLXMLfile of the class t3lib_div, crashing all the website.
Fatal...
Antonio Alvarez
18:33 Feature #19491: Move frontend editing to a system extension
And one more set of changes in v5 :)
I took Ingo's suggestion to create t3lib/exception/ for exception handling an...
Jeff Segars
17:07 Feature #19491: Move frontend editing to a system extension
Added v4 of the patch with some more CGL cleanups. Jeff Segars
16:45 Revision fef530c9: Follow-up to feature #9661: Re-enable matching empty globalVars
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4417 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:26 Revision 50acd13c: Cleanup: Specified deprecated statements
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23888 735d13b6-9817-0410-8766-e36946ffe9aa Oliver Hader
14:26 Revision 11c506c9: Cleanup: Specified deprecated statements
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4416 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
13:33 Bug #19567 (Closed): Wrong xclass definition in t3lib/t3lib_rteapi.php
The filename in the xclass is set to "ext/rte/class.tx_rte_base.php".
It should be "t3lib/class.t3lib_rteapi.php"...
Marcus Schwemer
12:55 Feature #19515: Extend condition operators for globalVar
Committed to SVN Trunk (rev. 4415) Oliver Hader
12:54 Revision e78b62ce: Added feature #9661: Extend condition operators for globalVar
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4415 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:18 Bug #19566: p after (un)ordered list causes inconsistent markup when using the list buttons to get out of the list
ok, learned my lesson, pre does not work as expected, you need to htmlspecialchar the stuff first. Sorry for messy me... Uschi Renziehausen
12:14 Bug #19566: p after (un)ordered list causes inconsistent markup when using the list buttons to get out of the list
Forgot to put a pre around the markup:... Uschi Renziehausen
12:12 Bug #19566 (Closed): p after (un)ordered list causes inconsistent markup when using the list buttons to get out of the list
There are several ways to get out of an (un)ordered list. When you are in the last item of your list,
Way 1: press ...
Uschi Renziehausen
10:41 Bug #19479: Enable Caching "USER" instead of "USER_INT"
Committed to SVN Trunk (rev. 4414) - TYPO3 4.3-alpha1 Oliver Hader
10:10 Bug #19479: Enable Caching "USER" instead of "USER_INT"
added last version of the patch, that needs #9654 which is already committed Steffen Kamper
10:39 Revision 11582177: Fixed bug #9599: felogin - Enable Caching "USER" instead of "USER_INT"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4414 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:37 Feature #19563: Show "forgot PW" only in Content and not in my small_left_login
There is no need for an extra variable as there already exist one. But its valuable to use it for the forgot template... Steffen Kamper
10:23 Feature #19563: Show "forgot PW" only in Content and not in my small_left_login
Hi Dmitry!
There is patch file attached (tx_felogin_pi1.diff )
And secondly: I've got the same problem.
If you...
Administrator Admin
08:16 Feature #19563: Show "forgot PW" only in Content and not in my small_left_login
Firsts, there is no patch attached to this bug report. Secondly, it should be done through different templates for di... Dmitry Dulepov
09:09 Bug #19564: Improve performance of Prototype, Scriptaculous, ExtJS and other contributed scripts
good idea and a needed addition to your other ones. Steffen Kamper
08:17 Bug #19564 (Closed): Improve performance of Prototype, Scriptaculous, ExtJS and other contributed scripts
Performance of modules from contrib/ can be significally improved by enabling client caching for these scripts. The a... Dmitry Dulepov
09:00 Feature #19152: Remove JS popup when login expired
I added logout buttons and Christoph added a missing line, see patch v10 Steffen Kamper
08:24 Bug #19565 (Closed): Ship optimal TYPO3 configuration by default
By default TYPO3 comes with unoptimal configuration due to the bugfix #16971. It is time to change it to optimal. If ... Dmitry Dulepov

2008-11-03

17:58 Bug #19285: use native JSON-methods instead of 3rd party json script
Committed to SVN Trunk (rev. 4413) Oliver Hader
17:57 Revision e232821d: Fixed bug #9286: Use native JSON-methods instead of 3rd party JSON script
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4413 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:56 Feature #19563 (Closed): Show "forgot PW" only in Content and not in my small_left_login
I've included the fe_login twice: once on the left column (called small_left_login) and once in the content to show m... Simon Schick
15:56 Bug #19562 (Closed): double enquote in t3lib_htmlmail of returnPath
If a returnPath is set no mail was sent, because escapeshellarg adds single quotes around a string, and in t3lib_html... Robert Heel
15:53 Bug #19561: Editing shortcuts does not work anymore
Committed to SVN (rev. 4412) Oliver Hader
15:45 Bug #19561 (Closed): Editing shortcuts does not work anymore
Due to a change in Trunk rev. 4397 editing shortcuts is not possible anymore. A PHP error is shown:
Fatal error: Int...
Oliver Hader
15:52 Revision ffb57311: Fixed bug #9724: Editing shortcuts does not work anymore
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4412 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:09 Bug #19560 (Closed): Acronym-wizard usability improvement
How it works now:
We have created a acronym, e.g. RTE/Rich Text Editor. If you mark "RTE" in htmlArea and click the ...
Thomas Schröder
13:26 Feature #19510: Enable includeLibs also for USER and COA objects
Committed to SVN Trunk (rev. 4411) Oliver Hader
13:24 Revision 3e1c81b0: Added feature #9654: Enable includeLibs also for USER and COA objects
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4411 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:58 Bug #19559 (Closed): AdminPanel shows superfluous "Include file class.tx_whatever_pi1.php" messages
The AdminPanel shows superfluous "Include file class.tx_whatever_pi1.php" messages even if the file was included befo... Oliver Hader
11:55 Feature #19093: Flags for turkey and switzerland are missing
I have also added the flag for "Cyprus" [cy.gif] Stephan Großberndt
11:48 Bug #19558 (Closed): Upload to TER behind proxy not possible
Hi,
at the moment there is no possibility to upload an extension to TER if I am behind a Proxy.
Looked in to the Co...
Sven Weiss
11:39 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
this is an duplicate of bug 0008232, please can you integreate the bugfix of 0008232 in the 4.2.2 branch. Michael Voehringer
11:37 Bug #19117: Sorting icons of inline records are in wrong order
I have the same problems with wrong rendered icons in TYPO3 version 4.2.2. Thomas Breuss
11:03 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Florian, there were some other patches and fixed involved in this issue. So, the best thing would be to check out the... Oliver Hader
10:46 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
After applying the patch from http://bugs.typo3.org/view.php?id=9623 I get the following error:
PHP Fatal error: ...
Florian Seirer
10:11 Bug #19557 (Closed): db can't create sys_refindex table
latest trunk has problems in creating this table
i can only create it with 4.2.2
then trunk can't update change...
Stefano Cecere
10:03 Bug #19556 (Closed): Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
when accessing any (non container) page via web->list module
(issue imported from #M9719)
Stefano Cecere
08:42 Bug #18874: Checkboxes and labels are aligned badly if in one line
I attached new patches 8561_new.diff and for 4.2 the 8561_new_42.diff Steffen Kamper

2008-11-02

22:16 Bug #19555 (Closed): make t3lib_cache_Manager a true singleton
The class already implements the t3lib_Singleton interface, but it is used in the Core via a global variable. Drop th... Martin Kutschker
21:02 Bug #19554 (Closed): t3lib_parsehtml_proc removes attributes "lang" and "title" of SPAN tags
The default RTE transformation allows only attributes "class", "style" and "xml:lang".
(issue imported from #M9717)
Martin Kutschker
16:13 Bug #18217: Docheaders: Wizard tsconfig: No docheader
This RFC is dropped since we don't need DocHeaders in wizard popups Oliver Hader
13:00 Bug #14786: Contextmenu in fileadmin don't show up for files with 2 points in filename
Works correctly in current version.
Bug-report can be closed.
Chris topher
12:58 Bug #14947: Mail form won't send from typo-script produced mail form
* Bug in a very old version of TYPO3
* I cannot reproduce this behaviour
* No responce for more than 3 years
=> Sh...
Chris topher
12:56 Feature #14618: letter '&#337;' handling problem
I cannot reproduce this behaviour. Chris topher
12:56 Bug #19062: if redirect_url / login error
This solution is not the right one.
I attached a fix so the GP-redirecturl is passed for this cases, also after lo...
Steffen Kamper
11:24 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
thanks from me too!
I integrated that in #9681, did a version for 4.2 and will declare this as cleaning up to CGL ...
Steffen Kamper
11:21 Bug #19528: the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work
thx for reporting, i attached a fix. Steffen Kamper
04:03 Bug #16567: When adding more than 30 checkboxes on the TCA, the values don't get recorded.
Closed as not fixable:
As stated, this is by design, documented and will probably not change in the near future. A...
Christian Kuhn
04:00 Bug #16638: Have to click 2 times to get pages
Closed:
No feedback for a long time, not specific enough.
Christian Kuhn
03:54 Bug #16325: Typo 3 4.0 and PHP5 issue?
Reasons to close: See above. Christian Kuhn

2008-11-01

21:02 Bug #19553 (Closed): upgrade from 4.2.0 to => 4.2.1 breaks mth_feedit rte html parsing
I'm using news_feedit and since I updated to typo3 version 4.2.1, the html chars are threated as normal chars when sa... Cyrill Helg
19:49 Revision 3ec3e11d: #8715: non-admins can not import pages from their own directory
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4410 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
19:47 Revision 3132ac39: #8715: non-admins can not import pages from their own directory
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4409 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
18:32 Bug #25543: Autosuggestion orange properties
we need 3 colors:
light orange currently stands for "found in the TSREF but not used/defined by the user"
dark oran...
Stephan Petzl
18:24 Bug #19502: Multiple Fileupload into Folder with Umlauts not possible
Committed to SVN:
* TYPO3_4-1 (rev. 4406)
* TYPO3_4-2 (rev. 4407)
* Trunk (rev. 4408)
Oliver Hader
18:22 Revision 410f2d4c: Fixed bug #9632: Multiple fileuploads into folders with special characters (umlauts) not possible
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4408 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:21 Revision 2ba35241: Fixed bug #9632: Multiple fileuploads into folders with special characters (umlauts) not possible
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4407 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:20 Revision 7b032c6f: Fixed bug #9632: Multiple fileuploads into folders with special characters (umlauts) not possible
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4406 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:46 Feature #19503: Implement autoloading for TYPO3
Works for me too. I haven't tested performance, though. Dan Osipov
16:28 Feature #19152: Remove JS popup when login expired
Added v6 of the patch that applies cleanly to trunk. Jeff Segars
16:16 Feature #19491: Move frontend editing to a system extension
Related to #19450 and #19450 Ralf Hettinger
15:43 Feature #19178: Make simulate static a system extension
Committed to SVN Trunk (rev. 4405) Oliver Hader
15:40 Revision cfe11758: Added feature #9094: Make simulate static a system extension
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4405 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:16 Bug #19552: Editing records with OpenDocs enabled does not work
Committed to SVN (rev. 4404) Oliver Hader
15:12 Bug #19552 (Closed): Editing records with OpenDocs enabled does not work
Due to a change in Trunk rev. 4397 editing records is not possible anymore. A PHP error is shown:
Fatal error: Inter...
Oliver Hader
15:16 Revision 9630acfd: Fixed bug #9715: Editing records with OpenDocs enabled does not work
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4404 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:59 Revision c26288fb: Cleanup: Added name of code contributor
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4403 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:50 Feature #17747: Integrate possibility to reverse order of rootline HMENU
Committed to SVN Trunk (rev. 4402) Oliver Hader
12:44 Revision ad2f3786: Added feature #6637: Integrate possibility to reverse order of rootline HMENU
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4402 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:27 Bug #17298: Frontend preview and simulate time is buggy
"When will it make it's way into a release build?"
That's what I'm wondering myself, so I submitted patches agains...
Ralf Hettinger
12:09 Revision e93fdcf2: Follow-up to bug #9664: t3lib_div::strtolower() is not implemented
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4401 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:01 Feature #16289: mailform: Checkbox-Array & Wizard improvements
Added patch for 4.3 trunk
Please use 6040_trunk_4.3_cleaned.patch only!
Ralf Hettinger
10:19 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
This patch is necessary, to not show any more the wrong Code warnings in the EM.
Please open another bug report if y...
Franz Holzinger
01:52 Feature #17112: Add file operation permissions for back-end user groups
5203_5.diff:
- Removed global declaration in tiny function getFileProcObj in typo3/sysext/impexp/class.tx_impexp.p...
Christian Kuhn

2008-10-31

23:11 Feature #19358: Setting the title len of items in web->list
However, this is a duplicate of issue #18999 - the fix should be handled with that id and RFC on the core list. Oliver Hader
16:10 Feature #19358: Setting the title len of items in web->list
There are some questions / notices on the core mailinglist on this patch. Some work has to be done to make it final. Rob Vonk
22:56 Revision 7c40512c: Cleanup: Updated NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4400 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
22:54 Feature #19152: Remove JS popup when login expired
New patch, now using ExtJS. Basic functionality is the same. Christoph Koehler
22:51 Feature #19551 (Closed): Feature for automatic load of compressed library
The function loadJavascriptLib includes javascript library files if they are not already are included.
This patch ...
Steffen Kamper
22:28 Feature #16318: Patch: new option TSFE.jumpUrl_prefer301 = 1
Committed to trunk in rev. 4399. Thanks! Jeff Segars
22:23 Revision b4435b42: Added feature #3787: New option TSFE.jumpURL_HTTPStatusCode = 30x (thanks to Stefan Geith)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4399 709f56b5-9817-0410-a4d7-c38de5d9e867 Jeff Segars
22:06 Feature #17742: config.fileTarget for default link target on files
Committed revised patch (Thanks Francois!) to trunk in rev. 4398. Jeff Segars
21:59 Revision cb6ede44: Added feature #6626: config.fileTarget for link target on files (thanks to Ralf Hettinger)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4398 709f56b5-9817-0410-a4d7-c38de5d9e867 Jeff Segars
21:38 Revision 9312aa2f: cleanup: removed the include for an interface that is loaded in backend.php already and therefore is present always
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4397 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
21:32 Revision fffb5595: added credits for Steffen's work with the sys_action toolbar item
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4396 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
21:25 Bug #16325: Typo 3 4.0 and PHP5 issue?
I agree:
* With the information given we were not able to reproduce thgis for more than 2 years and I think we won...
Chris topher
16:57 Bug #16325: Typo 3 4.0 and PHP5 issue?
I am not sure about what to do with this one:
- Relates to a quite old t3 version
- The whitespace shouldn't do a...
Christian Kuhn
21:20 Feature #16863: rte link edit crash browser
I could reproduce it with 4.2.2, but not with current trunk. Chris topher
20:25 Feature #16863: rte link edit crash browser
This was probably related to tickets 5019 and 4465 and was patched a week ago. You may want to check the patch. Sven Teuber
16:29 Feature #16863: rte link edit crash browser
Does this error still exist? Chris topher
21:13 Bug #19550: No RTE in full Width mode
This is a known bug and is solved in 4.2.3. Chris topher
20:23 Bug #19550 (Closed): No RTE in full Width mode
The RTE works fine in normal mode, but when clicking on the "full Width"-Icon, a textarea without an RTE is dispalyed... Sven Teuber
19:16 Bug #18673: Shortcut ends in parse_url-error
Attached new
8205_shortcut4.diff (for trunk)
8205_shortcut4_4.2.diff (for 4.2-branch)
to fix failing hunks in ...
Christian Kuhn
15:13 Bug #18673: Shortcut ends in parse_url-error
I tried running the patch on a fresh 4.2.2 and trunk version but it gives errors on both systems..
Tried running i...
Rob Vonk
10:39 Bug #18673: Shortcut ends in parse_url-error
attached is the latest patch: 8305_shortcut3.diff Steffen Kamper
19:07 Feature #19543: Integrate EXT: ingmar_admpanelwrap
a small lack of beauty is, that (on my firefox) the cursor doesn't change anymore, also with the 'cursor:move;' style... Clemens Riccabona
18:58 Feature #19543: Integrate EXT: ingmar_admpanelwrap
Related to the core-list discussion:
I just added my version of ingmar_admpanelwrap here, as a 'proof of concept' wi...
Clemens Riccabona
18:52 Feature #19543: Integrate EXT: ingmar_admpanelwrap
new version with some cleaned up code and the move cursor on the header of the admin panel Ingo Renner
16:53 Feature #19543: Integrate EXT: ingmar_admpanelwrap
sorry, not really exact.
window.event can make problems as well.
Clemens Riccabona
16:51 Feature #19543: Integrate EXT: ingmar_admpanelwrap
ok, just integrated and uploaded cursor move, and found out what the problem is with the xmenu_layers incompat. The '... Clemens Riccabona
16:31 Feature #19543: Integrate EXT: ingmar_admpanelwrap
maybe it should be tested if the xmenu_layers are working properly with this version before integrating into core.
E...
Clemens Riccabona
00:06 Feature #19543: Integrate EXT: ingmar_admpanelwrap
sorry, here's a fixed version. With v1 dragging only worked when the admin panel was open.
Additionally this versi...
Ingo Renner
19:02 Feature #19513: Instantiate time tracker as null object if not really required
here's a version "0". This thing works but there's a significant problem with the whole time tracking:
The point i...
Ingo Renner
18:16 Bug #18869: File-Bug in Extensions by translation
I got the same error but in a flexcontent.
10 = IMAGE
10.file.import = uploads/tx_templavoila/
10.file.import...
Maxime Lafontaine
18:01 Bug #15405: No styling of collapsed menu-items possible
In TYPO3 4.2 the collapsed items have the style attribute "display: none;". If it's still required to style collapsed... Oliver Hader
17:29 Bug #15405: No styling of collapsed menu-items possible
Fixed in current versions:
Its no longer a table, and css class collapsed is added to the list item.
Christian Kuhn
17:58 Feature #15543: Top drop-down menu
The top frame menu is not available any longer since TYPO3 4.2 Oliver Hader
17:24 Feature #15543: Top drop-down menu
No longer valid in current versions:
"Icons in top frame" doesn't exist any longer, solved differently.
Christian Kuhn
17:55 Bug #15938: missing higlighting in help/about aka welcome screen
Duplicate of #15520 and cannot be reproduced in TYPO3 4.1.7 Oliver Hader
17:49 Bug #15938: missing higlighting in help/about aka welcome screen
And a duplicate of #15520 Christian Kuhn
17:18 Bug #15938: missing higlighting in help/about aka welcome screen
Fixed in current versions. Christian Kuhn
17:54 Bug #15578: HTMLarea not wrapped correctly in "QuickEdit" view
Cannot reproduce in TYPO3 4.2.2 Oliver Hader
17:41 Bug #15578: HTMLarea not wrapped correctly in "QuickEdit" view
Should be fixed in current versions. Link to the image is broken. Please open a new issue if there is still need for it. Christian Kuhn
17:50 Bug #15520: highlighting of module-headers on welcome-page
Cannot be reproduced anymore in TYPO3 4.1.7 Oliver Hader
17:42 Bug #15520: highlighting of module-headers on welcome-page
Fixed in current versions. Christian Kuhn
17:39 Bug #19546: Incorrect password field input value when editing Backend & Frontend users
Duplicate of #19421 Christian Kuhn
17:30 Bug #19546: Incorrect password field input value when editing Backend & Frontend users
This problem will be solved with 4.2.3. Chris topher
12:16 Bug #19546: Incorrect password field input value when editing Backend & Frontend users
Same problem on a new and clean installation Henrik Ziegenhain
11:57 Bug #19546 (Closed): Incorrect password field input value when editing Backend & Frontend users
On a Typo3 setup which has just been upgraded from a 4.1.3 version, when editing backend or frontend user properties,... Alban Cousinie
17:25 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
Could you please consider this bug ?
#0009566
because the problem not only occurs with deleted stuff but also w...
Luc Muller
16:03 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
Upated the TYPO3 version to 4.2.2 since the bug is still alive. Francois Suter
16:01 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
Good point. I would say they should be copied along. They will not appear while the page translation still does not e... Francois Suter
14:28 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
Aaaah, finally I problem I have with one content element (used for testing multilanguage features) has a name!
Abo...
Uschi Renziehausen
09:35 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
Taking the opportunity of a Bug Day to go back to that bug. The behaviour of TYPO3 hasn't changed 4 years down the li... Francois Suter
17:22 Feature #15542: Modules/sub-modules enabling/disabling via User->Task center
Fixed in current versions:
Modules can be hidden, groups can be collapsed
Christian Kuhn
17:16 Bug #17219: update wizard incorrectly updates the compat_version
Duplicate of #19205 Christian Kuhn
16:22 Bug #17219: update wizard incorrectly updates the compat_version
Has already been fixed by Dmitry. Chris topher
17:11 Bug #16758: typoscript editor too small in internet explorer 7
System extension t3editor allows sophisticated ts setup editing with a big window. Christian Kuhn
16:30 Bug #16758: typoscript editor too small in internet explorer 7
New versions include t3editor, which solves this problem. Chris topher
17:05 Feature #15390: Bug in rich text editor with IE 6.0
Unable to reproduce in current versions. Please add a new issue in project tx_rtehtmlarea if this is still valid. Christian Kuhn
16:34 Bug #17295: Incorrect rendering of some tags inside ul / ol / dl elements
Do not use content(default), but css_styled_content.
Not reproducable with RTE.
Chris topher
16:32 Bug #19461: translation do not follow parent when cut'n'paste
Hey Luc,
this one seems to be related to #14408.
Uschi Renziehausen
16:24 Bug #19461: translation do not follow parent when cut'n'paste
woooohooooo guys ? Luc Muller
16:27 Bug #17373: TSFE : beUserLogin doesn't work, when config.baseUrl is set.
I cannot reproduce this behaviour. Chris topher
16:18 Bug #18837: Missing dot in t3lib_TStemplate line 1377
Closed as requested by reporter. Christian Kuhn
16:16 Bug #17435: Setting [FE][lifetime] higher than one week, disables Login
Closed as not reproducible in current versions. Christian Kuhn
16:13 Bug #18082: All TS coming after [usergroup=*] condition not working
Rechecked again and closed as not reproducible. Please reopen if issue is still valid for you. Christian Kuhn
16:11 Feature #18999: list title length fixed to 30 chars
Related/ dependency to: http://bugs.typo3.org/view.php?id=9394 Rob Vonk
16:00 Bug #14763: Create Files with no correkt umask when using with suphp
There is an installer option $TYPO3_CONF_VARS['BE']['fileCreateMask'] that should be used when a file is created. Ple... Christian Kuhn
15:41 Feature #15422: Make "Login-error or session timed-out" - page configurable
Related to #18287 Chris topher
15:21 Feature #17112: Add file operation permissions for back-end user groups
Added 5203_3.diff:
- Use explicit cast to int to work correctly with bitwise OR operator (thanks to Daniel for poi...
Christian Kuhn
14:06 Feature #17112: Add file operation permissions for back-end user groups
I would love to have this feature very very much.
Uschi (poor admin of a site with many users)
Uschi Renziehausen
14:02 Feature #17112: Add file operation permissions for back-end user groups
The patch doesn't work right for me. The "OR"-merging has to be fixed.
Example 1:
User: U
Group: G
U is in gr...
Daniel Krupke
14:18 Bug #19549 (Closed): Update reference index contains misleading (wrong!) instructions
If you want to update your reference index through Admin Tools>DB check you read a note at the bottom of how to use t... Uschi Renziehausen
14:16 Feature #16408: No unicode signs possible in title
I think this is about setting e.g. "My & # 160  Website" in the template title field what gets converted to "My & amp... Oliver Hader
13:57 Bug #15154: There are errors in the code
Closing this very old bug:
Please open new entries for still valid warnings / errors and split into separate bugs.
Christian Kuhn
13:26 Feature #18911: Shortcut mode: add "parent page"
Tested on Trunk but i can't seem to get this patch to work. The normal shortcut shows information that you selected a... Rob Vonk
13:15 Bug #18734: SQL debug output is not shown in the Backend
yeah, that was the reason why i gave up for the moment Steffen Kamper
12:35 Bug #18734: SQL debug output is not shown in the Backend
This patch removes the scrollbar for long records. See attached image ( sql_error_patch.png) Rob Vonk
13:03 Feature #19548 (Closed): [Usebility] Compare User Settings, save button for refresh
If you change the compare settings, for example checking "Member of groups" you have to press the save button to get ... Alexander Reinhard
12:30 Feature #15296: Cannot create new TS templates with Web>Template when others exist
Fixed in 0008830 that was commited with revision 3931. Christian Kuhn
10:32 Feature #15296: Cannot create new TS templates with Web>Template when others exist
IMO this one can be closed as it has been resolved by bug 8830 (committed to trunk on 03.08.2008)
Francois Suter
12:28 Bug #18186: Module Web > Template: enhance usability of docheader
Fixed in #19022 that was commited with revision 3931. Christian Kuhn
10:34 Bug #18186: Module Web > Template: enhance usability of docheader
IMO this one can be closed as it has been resolved by bug 8830 (committed to trunk on 03.08.2008) Francois Suter
12:27 Bug #19274: Editors can´t undelete records in history
I have more infos:
in class.t3lib_tcemain.php where the function "recordEditAccessInternals" is called - there see...
Christian Hernmarck
12:27 Bug #19547 (Closed): Losing list view mode - going back to page view mode
when a be user click on the list view mode and on a page in the tree view, everything goes well, the user see the li... Rachel Foucard
12:24 Bug #18781: field tablename in sys_refindex too short
Committed to SVN Trunk (rev. 4395) Oliver Hader
12:23 Revision e9647c4f: Fixed bug #8399: field tablename in sys_refindex too short
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4395 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:15 Bug #19514: TCEmain wrongly tests required input-type fields
Committed to SVN:
* TYPO3_4-1 (rev. 4394)
* TYPO3_4-2 (rev. 4392)
* Trunk (rev. 4392)
Oliver Hader
12:14 Revision 0b12aba0: Fixed bug #9659: TCEmain wrongly tests required input-type fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4394 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:12 Revision fa77f3db: Fixed bug #9659: TCEmain wrongly tests required input-type fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4393 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:11 Revision b73402e2: Fixed bug #9659: TCEmain wrongly tests required input-type fields
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4392 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:03 Bug #19463: Additional condition required to check SSL status in class.t3lib_div.php
Committed to SVN:
* TYPO3_4-2 (rev. 4390)
* Trunk (rev. 4391)
Oliver Hader
12:02 Revision 35595f9a: Fixed bug #9571: Additional condition required to check SSL status in class.t3lib_div.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4391 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:01 Revision a4aafe9c: Fixed bug #9571: Additional condition required to check SSL status in class.t3lib_div.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4390 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:37 Bug #19545 (Closed): Moving page in WS will hide it from editors due to missing access settings of placeholder
I've got several editors that are limited to a certain subtree of the website. Every editor is 'locked' in the same c... Franz Koch
11:32 Revision cb4a1583: Included the Javascript Widget Framework extJS in the TYPO3
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4389 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
11:22 Bug #19542: Bug 9523 is not fixed - class.t3lib_htmlmail.php produces null headers in HTML messages
sorry. wrong patch. This will fix Bug 0009605.
Please mark this bug as invalid and see 0009605
Michael Voehringer
11:11 Bug #18660: Links to Mount Pages (Substitute Mount Point) that cross domains/sites are broken by Typolink
Just patched my system with patch version 3, to repair a page full with broken links that remained unnoticed for mont... Olivier Schopfer
11:08 Bug #18057: Menu items on 2 lines overlap in new backend
This was fixed in 4.2 final and trunk. Francois Suter
10:51 Bug #18057: Menu items on 2 lines overlap in new backend
Confirmed. Issue solved for me in current 4.2 and trunk (rev. 4388) Christian Kuhn
09:13 Bug #18057: Menu items on 2 lines overlap in new backend
It seems to me that this was fixed at some point, because I can't reproduce the problem anymore.
Christian, can yo...
Francois Suter
10:53 Bug #19544 (Closed): Time simulation in Frontend Preview
Hi,
when you simulate a publish date/time in the frontend preview you have to click the refresh button twice to se...
Sebastian Verweyen
10:47 Bug #17298: Frontend preview and simulate time is buggy
When will it make it's way into a release build? Sebastian Verweyen
10:34 Bug #19532: Introduce substituteMarkerArrayNotCached
as you can see my function also use substituteMarkerArray, so it's a kind of wrapper function.
There was a discussio...
Steffen Kamper
09:41 Bug #15137: Rename Cancel buttons to Close
Since TYPO3 4.2 and the "Cleaner Backend" project most of these issues were solved (e.g. on editing content elements ... Oliver Hader
09:37 Feature #15099: Tem,porary DB mount in Element Browser/RTE Link dialog
Closing very old issue with no more feedback by initial issue reporter... Oliver Hader
09:35 Bug #15045: FE Images are not displayed when processed through Imagemagick
Closing very old issue with no more feedback by initial bug reporter... Oliver Hader
08:52 Bug #18705: Call to t3lib_div::devLog() without key
Committed to 4.2 and trunk by Benni on 12.08.2008 Francois Suter
01:09 Revision 52c4d67e: Fixed an inconsitency with between the name, the documentation and the functionality of method loadByTag() in the new caching framework
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4388 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner

2008-10-30

23:39 Feature #19543 (Closed): Integrate EXT: ingmar_admpanelwrap
Problem:
the admin panel currently is tied to a fixed position and con not be moved.
Solution:
Integrate EXT: in...
Ingo Renner
22:13 Feature #15099: Tem,porary DB mount in Element Browser/RTE Link dialog
A feature. Not a bug. Use 'Show content from this page instead' in page properties for what you want. Rob Vonk
21:07 Bug #19174: Little typo in setup part. Wrong target for sitemap in version 4.2.x
Fixed in 4.2.1. Bug can be closed. Rob Vonk
20:18 Bug #19542 (Closed): Bug 9523 is not fixed - class.t3lib_htmlmail.php produces null headers in HTML messages
Sorry, I cant reopen the bug.
TYPO3_4-2 (rev. 4309) did not fix the problem. I still get two semicolon in the head...
Michael Voehringer
19:51 Revision 3e6fafd6: minor cleanup, booleans should be boolean
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4387 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
19:47 Bug #19110: t3lib_div::removeXSS translates normal text too
I attachad a corrected diff (removeXSS-1.diff) with a fix. Commas were being removed because of:
$val = preg_repla...
David Slayback
19:22 Bug #19532: Introduce substituteMarkerArrayNotCached
so where's the difference between a combination of the two existing functions and your new function? Maybe this can c... Ingo Renner
17:49 Bug #19532: Introduce substituteMarkerArrayNotCached
but not for marker, subpart and linkparts.
I don't make this for no reasons, look at cal: because of flooding DB ...
Steffen Kamper
16:51 Bug #19532: Introduce substituteMarkerArrayNotCached
dude, we already have substituteMarkerArray() and substituteSubpartArray() !
-1 for now
Ingo Renner
13:54 Bug #19532 (Closed): Introduce substituteMarkerArrayNotCached
As it's long discussed here is a non-cached version of substituteMarkerArrayCached with same syntax but without cachi... Steffen Kamper
17:27 Bug #19530: Store OpenID information in database instead of using the filesystem
just make sure it's using the TYPO3 DB API Ingo Renner
11:27 Bug #19530: Store OpenID information in database instead of using the filesystem
Now in function getOpenIDConsumer FileStore of openID-lib is used. There is also a method SQLStore.php, so it should ... Steffen Kamper
11:11 Bug #19530 (Closed): Store OpenID information in database instead of using the filesystem
The OpenID information currently gets stored in the filesystem. Due to security reasons it's preferred to have that s... Oliver Hader
16:58 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
thanks Dmitry! Ingo Renner
16:39 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
added patch that could be successfully applied to current rb42 revision (as 2nd hunk of Dmitry's patch will fail due ... Marcus Krause
09:41 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
Issue confirmed for 4.2.0, 4.2.1, 4.2.2
mentioned additional logout vulnerability confirmed for 4.2.2
Marcus Krause
09:35 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
Thanks Dmitry! Marcus Krause
09:25 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
Logout is also vulnerable for the issue. I attach a different patch that solves the problem for both login and logout. Dmitry Dulepov
16:49 Bug #19328: Preinitialise GLOBALS[LANG] in init.php
Committed to SVN Trunk (rev. 4144) by Dmitry Oliver Hader
16:45 Bug #16107: Security breach --> possibility to hack system
not a bug Ingo Renner
16:45 Bug #19534 (Closed): Adding more than one class value to a paragraph class attribute leads to removal of class attribute
When adding more than one paragraph class, e.g. <p class="myclass align-right"> the whole class attribute gets remove... Thomas Oppelt
16:44 Bug #17289: Sitemap->SectionIndex with multilanguage
not a bug Ingo Renner
16:37 Bug #18903: TYPO3Browser.js get not loaded
I do not understand. Chi Hoang
16:36 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
Here is an FF Error Message:
document.getElementById("pleasewait" + editorNumber) is null
http://---.----.--/typo...
Michael Voehringer
11:38 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
More infos:
* in my case the RTE is integrated via IRRE
* I can reproduce it also in IE6
* all the text-input e...
Michael Voehringer
16:02 Bug #19533: Indexing fails with PHP 5.2.5 at call to strip_tags()
This issue can also be seen on issue #4934
There the idea to use preg is also mentioned. At the moment i don´t know ...
Ralf Merz
15:41 Bug #19533 (Closed): Indexing fails with PHP 5.2.5 at call to strip_tags()
TYPO3 v4.1.6
indexed_search v2.10.0
PHP v5.2.5
In the HTML Templates the begin and end markers are set only arou...
Ralf Merz
15:46 Feature #19513: Instantiate time tracker as null object if not really required
of course, we'll just introduce a new interface that both the TT that we have right now and the new null object do im... Ingo Renner
09:37 Feature #19513: Instantiate time tracker as null object if not really required
Null object should have the same methods other PHP error will occur. Dmitry Dulepov
13:47 Feature #19524: TCEmain changes for new improved record recycling concept
I think Web > Recycler is the best place
but i am not sure if the user misunderstand the page tree. The page tree...
Julian Kleinhans
10:39 Feature #19524: TCEmain changes for new improved record recycling concept
HCI Team Tasks: Discuss and find a solution how the Recycler module should be integrated
* Web > Recycler
* Tools >...
Oliver Hader
13:21 Bug #19381: Problem with the Menu/Sitemap feature
Duplicate of: http://bugs.typo3.org/view.php?id=9482 Rob Vonk
12:39 Bug #19493: If I sort my Buttons in a special order the statusbar floats under the "Disable Rich Text Editor:"-p-Tag
I've tested it only in Firefox 3.0.3 (WinXP) Simon Schick
12:21 Bug #19531 (Closed): field "navigation-title" together with page-type "shortcut"
Backend:
The field "navigation-title" should also be displayed together with page-type "shortcut".
Today you can cr...
Kurt Kunig
11:58 Bug #25543 (Closed): Autosuggestion orange properties
using orange makes it difficult to read. I would propose the blue like in code.
(issue imported from #M9685)
Steffen Kamper
11:56 Bug #25542 (Closed): Autosuggestion: right box should be hidden when empty
see screenshot attached
(issue imported from #M9684)
Steffen Kamper
11:05 Feature #19529 (Closed): Workspace should use DB mount of BE user/group
It should be possible to configure the workspace, so not the DB mount from the sys_workspace configuration is used. I... Sonja Schubert
09:52 Bug #19422: delete field alway inserted for "select " in Full Search
Why is it marked as crash? Nothing is crashing here. Changine severity to minor. Dmitry Dulepov
09:50 Bug #19453: double quote in t3lib_htmlmail produce error while sending mail
See bug #19500, it has a patch Dmitry Dulepov
09:44 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
Have you tried using install tool to check/update databases? It appears that your cache_hash has old format and there... Dmitry Dulepov
09:35 Bug #19401: Problem with Base Href
Luc Muller , if you know (or read) what config.absRefPrefix does, you know the answer to your question. Dmitry Dulepov
07:18 Bug #19528 (Closed): the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work
the Wrap for forgotMessage in the subpart ###TEMPLATE_FORGOT### does not work. After sending the mail address out of ... Martin Ceglarek

2008-10-29

23:44 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
This will be handled by TYPO3 Security Team from now on.
Marcus.
Marcus Krause
17:38 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
Thanks to Matthias Humbert to. Dirk Hoffmann
17:24 Bug #19523: Crossite scripting vulnerability in Core ext. felogin
Correction:
PHP Version on Testsystem is 5.2
Dirk Hoffmann
17:10 Bug #19523 (Closed): Crossite scripting vulnerability in Core ext. felogin
The redirect_url parameter in felogin extension is not filtered by htmlspecialchars.
I have test this on a...
Dirk Hoffmann
22:17 Bug #19525: Make TYPO3 require PHP 5.2
committed to SVN trunk Ingo Renner
20:50 Bug #19525 (Closed): Make TYPO3 require PHP 5.2
Problem:
As the new system extension for OpenID support requires PHP 5.2, the whole System should require PHP 5.2, t...
Ingo Renner
22:16 Revision af2d2d73: added a hint for the PHP 5.2 requirement
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4386 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
22:14 Revision 427ec124: !!! Cleanup #9678: Make TYPO3 require PHP 5.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4385 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
22:01 Bug #19527 (Closed): getIcon does not return correct icon
--- How to reproduce: ---
1. assign your own icon:
$TCA['tt_content']['ctrl']['typeicons']['templavoila_pi1']...
Niels Fröhling
21:19 Bug #19526 (Closed): TYPO3 makes external URL wrong
The problem happens when user enters external URL in the RTE. Suppose you have two domains: domainA and domainB. You ... Dmitry Dulepov
21:06 Feature #19283: page cache is not influenced by tt_content.starttime/endtime
i uploaded another patch
this time with an additional function to set cacheExpires Timestamp
Martin Holtz
21:06 Revision 4f9accb0: added a translatable label to the toolbar item
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4384 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
19:34 Bug #19083 (Closed): Date fields calculate wrong date using shortcut mode
It's possible to enter something like
+5
in a date field. After lost focus it's calculated as now() + 5 days.
Re...
Steffen Kamper
19:20 Bug #18983: when saving plugin content "Failure"
Got an similar problem with tt_products-Elements.
When I try to change constants of tt_products via the constand e...
Christoph Werner
10:37 Bug #18983: when saving plugin content "Failure"
I got the same error when I create a new workspace. It doesn't save the name for a new workspace and pops up a "login... Jan Slusarczyk
19:09 Bug #19040: absRefPrefix does not recognize EXT: and typo3conf/ext/
closed as it is shipped with 4.2.2 Ingo Renner
19:00 Bug #17713: addQueryString.exclude with an empty query string causes &= url parameter
closed, as it is shipped in 4.2.1 Ingo Renner
18:49 Feature #19472: Integrate sys_actions into toolbar
committed to svn trunk Ingo Renner
18:46 Revision 0de2a7be: Added feature #9591: Integrate sys_actions into toolbar
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4383 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
18:43 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
Well, using REQUEST_URI appears to be the right way, but it seems like the page (or relevant part) gets cached only b... Daniel Hahler
16:35 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
Additionally, "$(\d)" should get replace with "\$($1)" in t3lib_div::getIndpEnv('REQUEST_URI'), in case there's e.g. ... Daniel Hahler
15:56 Bug #17636: config.prefixLocalAnchors = all destroys links in fe
I'll add a patch against TYPO3_4-2, which incorporates all things mentioned in this thread, plus:
- use REQUEST_URI...
Daniel Hahler
17:13 Feature #19524 (Closed): TCEmain changes for new improved record recycling concept
I need some changes for the new improved record recycling concept [1] in the tcemain
First, to work with deleted r...
Julian Kleinhans
16:53 Bug #19522 (Closed): prefixRelPath messes with anchor links (or markers in href)
t3lib_parsehtml::prefixRelPath should ignore href attributes starting with a "#" (hash key); those should get handled... Daniel Hahler
16:22 Bug #16347: problem with prefixLocalAnchors
Fixed in TYPO3_4-2, where both $1 and $3 are enclosed in curly braces.
(Duplicate of bug 0008240).
Please close t...
Daniel Hahler
16:19 Bug #17120: Content is not cached and white page displayed with big content / PHP 5.2.1
Seems like "$" should get escaped in the $scriptPath/Request URI (regarding the linked post above).
But in general...
Daniel Hahler
15:58 Bug #18694: config.prefixLocalAnchors = all destroys links when $scriptPath starts with a number
This is fixed in TYPO3_4-2, where both references ($1 and $3) are wrapped in curly braces.
Please close the bug.
Daniel Hahler
15:53 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
I have uploaded the file "typo3_fileIntegrityCheckWithSupportOfDirectReferences.patch" which is a followup of the las... Stefan Galinski
14:50 Revision 3f46a0a9: Added SVN properties.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4382 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
13:50 Feature #19521: config.stat_apache_pagenames = [realurl]
There is already a new key "[request_uri]" in TYPO3 4.2 and later. I think it matches exactly what you want. Michael Stucki
13:47 Feature #18239: FeUsers in table sys_lockedrecords - TSFE-Part
Uploaded new Version of Patch and Testing-Plugin after annotations of Oliver Hader.
Locking is now done with $TSFE...
Stefan Geith
13:40 Bug #19506: Memcached backend is not working properly
Additionally "clear page cache" does not have any effect. Only killing memcached helps. Dmitry Dulepov
13:32 Revision 1da2f565: Change linefeed property to LF
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4381 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
11:51 Revision d23af843: remove file checked in accidentally
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4380 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
11:37 Revision c5cd1349: revamp fix for output buffering
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4379 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
11:37 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
Additional infos:
* After Update to the latest svn source [r4358] i can save the form when i chose cancel in the ...
Michael Voehringer
11:29 Revision 6b197ec8: fix typo in new palette functions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4378 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
11:22 Bug #19401: Problem with Base Href
Dimitry posted on #17591the following fix for IE6:
[browser = msie][version < 7]
page.headerData.100 = TEXT
page...
Andreas Dörler
11:09 Revision d36d2c8a: Check for output buffer, not for configuration variable which isn't present
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4377 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
10:02 Bug #19428: label uid shows not working
No Oliver, this is exactly the same issue:
In List view records with label 'label' => 'uid' shown with [No title] ...
Markijan no-lastname-given
09:47 Feature #25541 (Closed): t3editor with CodeCompletion for TypoScript

* context-sensitive code-completion for typoScript like known from e.g. Eclipse for PHP
see http://www.youtube.c...
Administrator Admin
03:24 Revision df8e105e: made the extension icon show the OpenID logo
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4376 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
03:03 Revision 98e84e0d: indented comments
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4375 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
03:03 Revision 6b678dd7: indented comments
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4374 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
03:02 Revision f5686bd1: fixed call to undefined function when installing EXT:openid
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4373 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
02:58 Revision 695a63ca: removed empty line at EOF
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4372 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
02:55 Revision 6c36d64d: Added the manual for the OpenID system extension
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4371 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
00:53 Bug #19502: Multiple Fileupload into Folder with Umlauts not possible
Used JS function escape() is known to be not able to handle unicode characters. Therefore escape() has to be replaced... Marcus Krause

2008-10-28

23:52 Feature #19521 (Closed): config.stat_apache_pagenames = [realurl]
To generate an apache-like logfile with the "real" url, this parameter would make sence. For it to work only the foll... Peter Proell
23:44 Revision be664349: rearrange stuff, add info about OpenID
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4370 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
23:28 Revision 5a1c8c60: rename function
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4369 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
23:13 Bug #19410: install tool hangs on gd libary detection
solved if typo3/sysext/install/mod/class.tx_install.php
line: 2483
$im = @imagecreate (300, 50);
changed to:
...
Stephan Lucas
23:03 Feature #19409: Add support for OpenID authentication to TYPO3
Fixed in SVN Martin Kutschker
23:02 Feature #19497: Integrate possibility to extend TCEforms palettes easily
Fixed in SVN Martin Kutschker
22:58 Revision 2d445cd0: #9474: Integrate OpenID authentication support to TYPO3
#9625: Integrate possibility to extend TCEforms palettes easily
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk...
Martin Kutschker
22:42 Bug #19509: TypoScript condition "browser": Mismatches due to wrong search order
it doesn't matter in which order the if is, there is only one match.
As Markus mentioned, if Opera uses MSIE as id...
Steffen Kamper
20:32 Bug #19509: TypoScript condition "browser": Mismatches due to wrong search order
reference:
http://www.opera.com/support/usingopera/operaini/#ua
Marcus Krause
20:16 Bug #19509: TypoScript condition "browser": Mismatches due to wrong search order
This only happens when Opera's Browser Identification is set to "Identify as Internet Explorer" and so it's intended ... Marcus Krause
20:21 Revision 68d46b13: Fixed bug #9665: t3lib_BEfunc has a lot of hanging SQL record sets
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4367 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:10 Feature #19520 (Closed): Use t3lib_div::trimExplode() in t3lib_div::intExplode()
Let's use t3lib_div::trimExplode() in t3lib_div::intExplode() instead of explode() so that you can get an empty array... Niels Pardon
20:10 Bug #17403: In advanced search, the search in select box is not well populated
Committed to SVN Trunk (rev. 4366) for TYPO3 4.3-alpha1 Oliver Hader
20:06 Revision 8d431e89: Fixed bug #5826: indexed_search: specify media types in advanced search
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4366 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:43 Feature #18858: Integrate possibility to define enabledControls in TCA
Committed to SVN Trunk (rev. 4365) Oliver Hader
19:42 Revision 2eb5944c: Added feature #8523: IRRE - Integrate possibility to define enabledControls in TCA
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4365 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:04 Feature #18238: FeUsers in table sys_lockedrecords
Committed to SVN Trunk (rev. 4364) Oliver Hader
19:03 Revision 2b421c34: Added feature #7571: FeUsers in table sys_lockedrecords
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4364 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:00 Bug #19517: EM fails on retrieving files for upcase extension keys
Committed to SVN:
* TYPO3_4-1 (rev. 4361)
* TYPO3_4-2 (rev. 4362)
* Trunk (rev. 4363)
Oliver Hader
14:51 Bug #19517 (Closed): EM fails on retrieving files for upcase extension keys
For (partly) uppercase extension keys the extension manager fails to download files as it takes uppercase letter into... Marcus Krause
18:58 Revision bf34e092: Fixed bug #9664: EM fails on retrieving files of uppercase extension keys
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4363 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:57 Revision 5b660d75: Fixed bug #9664: EM fails on retrieving files of uppercase extension keys
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4362 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:56 Revision 054469d5: Fixed bug #9664: EM fails on retrieving files of uppercase extension keys
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@4361 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:50 Bug #19519 (Closed): Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
If i try to save a form with more then on RTE on it (in my case it is an Flexible CE) an dialog pops up "Your login h... Michael Voehringer
17:22 Bug #19518: t3lib_BEfunc has a lot of hanging SQL record sets
Committed to SVN:
* TYPO3_4-2 (rev. 4367)
* Trunk (rev. 4360)
Oliver Hader
17:18 Bug #19518 (Closed): t3lib_BEfunc has a lot of hanging SQL record sets
In t3lib_BEfunc there are many positions where SQL queries are performed but the SQL result is not removed afterwards... Oliver Hader
17:21 Revision af1b274e: Fixed bug #9665: t3lib_BEfunc has a lot of hanging SQL record sets
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4360 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:55 Feature #19443: Localization of IRRE-children for n:m relations with useCombination=1
this behaviour can be solved with the following TCA in the config-array for the intermediate table fields uid_person ... Alexander Bohndorf
16:33 Bug #19433: HTML tags are removed in RTE content
Hi everyone,
we did experience the same problem today, as no RTE content, which was entered via an FCE and Templav...
Gregor Gold
15:45 Bug #19428: label uid shows not working
Markijan, your problem seems to be different - could you please open a new bug report on it and give some detailed in... Oliver Hader
15:09 Bug #19428: label uid shows not working
Can confirm this (typo3 ver. 4.2.1, php ver. 5.2.0)
web->listview the labels shows [No title] instead record uid - ...
Markijan no-lastname-given
14:22 Feature #19515: Extend condition operators for globalVar
sry guys, now the patch is correct Steffen Kamper
12:07 Feature #19515 (Closed): Extend condition operators for globalVar
normally you can only use =,< and > for comparing vars in condition.
I extended it to use also <=, >= and !=
Pl...
Steffen Kamper
13:57 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
Committed to SVN:
* TYPO3_4-2 (rev. 4358)
* Trunk (rev. 4359)
Oliver Hader
12:18 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
0009623_v2.patch and patch-sections-8518.patch both work.
patch-sections-8518.patch will call loadJavascript only...
Peter Niederlag
11:46 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
Do 'containers' need scriptaculous as well? I have done a slightly diffrenet patch adding scriptaculous only to 'sect... Peter Niederlag
13:56 Revision 7f1446b9: Fixed bug #9623: Flexform sections are not working anymore since script.aculo.us is not loaded
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4359 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
13:56 Revision 9d628f91: Fixed bug #9623: Flexform sections are not working anymore since script.aculo.us is not loaded
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4358 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:43 Bug #19516: Rich text editor not loading
Does this error occur on the full-screen RTE or also on the embedded RTE in forms?
If it's about the full-screen RTE...
Oliver Hader
12:33 Bug #19516 (Closed): Rich text editor not loading
htmlArea RTE 1.7.6
Configuration:
hostA: running apache 2.2 and configured as reverse proxy (of hostB)
hostB: ru...
MENTAT
12:16 Bug #19475: t3lib/thumbs.php can't convert some png's
Removed the colordepth feature (see diff) and all thumbnails are shown now ... Robert Heel
11:34 Bug #19514 (Closed): TCEmain wrongly tests required input-type fields
When an input-type field is marked as "required" in the TCA, TCEmain tests it simply with
if (!$value)
This is ...
Francois Suter
09:50 Bug #15951: clickmenu on pagetree icons does not work
Same problem - solved with removing 2 empty lines after ?> in realurl_conf.php marianne topping
01:01 Feature #19466: use native filter_functions for validate and sanitize
Follow-ups were committed in rev. 4351 and rev. 4357 Oliver Hader
01:00 Revision ece984af: Follow-up to feature #9575: Return boolean value instead of filtered data
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4357 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:42 Feature #19513: Instantiate time tracker as null object if not really required
On searching the Core for t3lib_timeTrack I found only one strange place where this is used (except the front-end ren... Oliver Hader
00:40 Feature #19513 (Closed): Instantiate time tracker as null object if not really required
In the TYPO3 front-end an instance of t3lib_timeTrack is created in the variable $TT. During the front-end rendering ... Oliver Hader
00:25 Feature #19512: Extend t3lib_div::trimExplode to limit the number of elements
Committed to SVN Trunk (rev. 4356) Oliver Hader
00:24 Revision f62d4411: Added feature ##9656: Extend t3lib_div::trimExplode to limit the number of elements
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4356 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:18 Revision c5aae482: Fixed bug #9607: Module DB check uses hardcoded labels
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4355 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:09 Bug #19511: Call to t3lib_div::devLog() without key in index_ts.php
Committed to SVN:
* TYPO3_4-2 (rev. 4353)
* Trunk (rev. 4354)
Oliver Hader
00:08 Revision 6b2bd21e: Fixed bug #9655: Call to t3lib_div::devLog() without key in index_ts.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@4354 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:06 Revision 868dfc41: Fixed bug #9655: Call to t3lib_div::devLog() without key in index_ts.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@4353 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader

2008-10-27

23:59 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
Hi Peter, a patch for this issue is pending in the Core List. You can give your +1 there if it solves your problem as... Oliver Hader
17:50 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
Thanks olly for the patch, now it's working perfect! Steffen Kamper
15:08 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
Version 2 of the patch does exactly the same but is IMO easier to read... Oliver Hader
15:01 Bug #19496: Flexform sections are not working anymore since script.aculo.us is not loaded
Please test the attached patch with the provided extension.
To do so, create a new content element of type "Insert p...
Oliver Hader
23:37 Feature #19512 (Closed): Extend t3lib_div::trimExplode to limit the number of elements
With t3lib_div::trimExplode it's not possible to limit the number of elements that are returned.
The solution is t...
Oliver Hader
21:06 Bug #19511 (Closed): Call to t3lib_div::devLog() without key in index_ts.php
In typo3/sysext/cms/tslib/index_ts.php the following line:
if (TYPO3_DLOG) t3lib_div::devLog('END of FRONTEND sess...
Francois Suter
20:01 Feature #19510: Enable includeLibs also for USER and COA objects
Missed to change t3lib_extMgm::addPItoST43() to use the USER.includeLibs now... Oliver Hader
19:42 Feature #19510: Enable includeLibs also for USER and COA objects
The attached patch enables includeLibs for USER and COA objects. Oliver Hader
18:34 Feature #19510 (Closed): Enable includeLibs also for USER and COA objects
The TypoScript object USER does not support the includeLibs property. Loading an accordant PHP class the library gets... Oliver Hader
19:50 Bug #19479: Enable Caching "USER" instead of "USER_INT"
The first patch needs the feature #9654 applied to work correctly. Oliver Hader
17:01 Bug #19479: Enable Caching "USER" instead of "USER_INT"
USER objects do not support the "includeLibs" property.
Test the new patch which solves this...
Oliver Hader
18:26 Bug #18983: when saving plugin content "Failure"
I get the same message, if i try to save an content element with many RTE on it (for me its an Flexible Content Eleme... Michael Voehringer
15:04 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Hm, thanks for the information you gave - but we have to distinguish:
1) This issue seems to be about wrong handling...
Oliver Hader
14:32 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
I can confirm a problem there.
I attached a demo extension with flexform section in plugin configuration.
I'm not...
Steffen Kamper
11:14 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
This looks like a duplicate of http://bugs.typo3.org/view.php?id=8244 ... Florian Seirer
15:02 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
No Dmitry, it did not help to include even a
global $TYPO3_CONF_VARS;
before all includes in a php file.
You cann...
Franz Holzinger
14:52 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
No Steffen, nothing would be fine with your proposal under some PHP5 or TYPO3 versions. The extensions needed bug fix... Franz Holzinger
14:29 Bug #19509 (Closed): TypoScript condition "browser": Mismatches due to wrong search order
in t3lib/class.t3lib_matchcondition.php,
function browserInfo() (line 516 - 540),
the browser is detected using a...
Sven Teuber
14:04 Bug #19508 (Closed): Integrate extJS package to core
I built a package extJS for trunk with only the files are needed.
I attached a zip which goes to typo3/contrib
...
Steffen Kamper
13:37 Bug #19507 (Closed): getCompressedTCarray hangs if no cache_hash exists
When you call
$TSFE->getCompressedTCarray();
in a FE extension, e.g. after an Ajax call with eID parameter, then t...
Franz Holzinger
12:35 Bug #18722: "Broken rootline" error when creating new page in Draft
RealURL 1.5.2
T3: 4.2.2
PHP Version 5.2.5
Problem still present.
d.ros no-lastname-given
10:43 Bug #17683: disappearing USER_INT output
I'm experiencing a very similar situation but even with USER objects. Sometimes the USER objects are not rendered int... Jose Antonio Guerra

2008-10-26

22:26 Feature #1835 (Closed): Recycler: Integrate recursive recovering
Imagine the following structure of deleted pages:
* "First Level" (id: 1, deleted: 1)
** "Second Level" (id: 2, del...
Oliver Hader
22:15 Feature #1834 (Closed): Recycler: Integrate Lost+Found possibilites
Imagine a record is still available in the database and not marked as deleted (deleted=0). However the accordant pare... Oliver Hader
14:50 Bug #18369: EM warns No XCLASS inclusion code found if you use $GLOBALS['TYPO3_CONF_VARS']
don't use $GLOBALS['TYPO3_CONF_VARS'] for XCLASS, EM won't recognize, use $'TYPO3_CONF_VARS instead and all is fine. Steffen Kamper
14:48 Feature #19503: Implement autoloading for TYPO3
Hi Dmitry,
thx for the explanation. The problem on my site was that the files wasn't created after login, no promp...
Steffen Kamper
09:17 Feature #19503: Implement autoloading for TYPO3
Following the discussion about singletons, I removed t3lib_Singleton from the t3lib_autoload (see part 1 version 2).
...
Dmitry Dulepov
14:46 Bug #19479: Enable Caching "USER" instead of "USER_INT"
thx Sonja for reporting and Dmitry for the patch, i tested and it works. Is in core list now. Steffen Kamper
01:47 Bug #18821: Installer will not create any be_users if unsupported sql_mode is used
Seems the problem of non-strict-conformity exists also in Typo3 code. Trying to insert a new content entry in tt_cont... Norbert Bernhardt
00:24 Bug #14238: User cannot save existing page if page-type is not allowed by backend-group config
Bug furthermore persists up to TYPO3 version 4.2.x. Andreas Beutel
 

Also available in: Atom