Project

General

Profile

Activity

From 2008-12-21 to 2009-01-19

2009-01-19

20:28 Bug #19861: htmlArea RTE: Missing XCLASS inclusion
Committed to SVN TYPO3core trunk (revision 4757). Stanislas Rolland
20:21 Bug #19861 (Closed): htmlArea RTE: Missing XCLASS inclusion
Script class.tx_rtehtmlarea_pi1.php is missing XCLASS include.
(issue imported from #M10197)
Stanislas Rolland
20:08 Feature #19860: htmlArea RTE: Remove extension configuration variable enableClickEnlarge
Committed to SVN TYPO3core trunk (revision 4756). Stanislas Rolland
19:57 Feature #19860 (Closed): htmlArea RTE: Remove extension configuration variable enableClickEnlarge
This configuration variable is not needed. Extension configuration may therefore be simplified.
Like any other pro...
Stanislas Rolland
19:36 Bug #19855: datetime evaluation again buggy in TYPO3 4.2.4-dev
I was able to reproduce the problem. Will try to find a fix ASAP. Ernesto Baschny
12:07 Bug #19855: datetime evaluation again buggy in TYPO3 4.2.4-dev
FYI: The described behaviour occurs with AND without the extension date2cal installed. Jochen Rieger
11:43 Bug #19855 (Closed): datetime evaluation again buggy in TYPO3 4.2.4-dev
This is a bug report for TYPO3 4.2.4-dev
I know there has been a lot of discussion and fixes around the timezone p...
Jochen Rieger
18:33 Feature #19859: htmlArea RTE: Enable the RTE in Opera 9.62+
Committed to SVN TYPO3core trunk (revision 4755). Stanislas Rolland
18:24 Feature #19859 (Closed): htmlArea RTE: Enable the RTE in Opera 9.62+
As of version 9.62, Opera has fixed most bugs in editable content features.
(issue imported from #M10195)
Stanislas Rolland
15:30 Bug #19858 (Closed): Call to undefined method t3lib_div::calluserfunc() in class.tslib_fe.php
Tested with TYPO3 4.3dev Rev. 4754.
When activating the extension "simulatestatic", the frontend crashes with fata...
Thomas Schröder
14:31 Bug #19461: translation do not follow parent when cut'n'paste
Indeed, relationship added.
I *do* plan to work on this bug, I just lack the time...
Francois Suter
14:07 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
i tried the patch but it didn't solved the issue for me.
When i try to Drag an dDrop a section the Browser thorws ...
Tobias Liebig
12:13 Feature #19857 (Closed): ability to disable AJAX relogin polls
While debugging TYPO3 in a debug-every-request like mode, AJAX polls start a new debug run.
Therefore it should be...
Steffen Gebert
12:11 Feature #19856 (Closed): Feature wanted: Setting special ATagParams for links to access restricted pages
Problem: If you want to show links to access restricted pages, be that in bodytext or you might want to inform your u... Uschi Renziehausen
12:01 Bug #19815: Replace deprecated function calls in sysext indexed_search
Committed to 4.1, 4.2 and trunk Francois Suter
10:48 Bug #19854: Backend User Administration, submit button doesn't work with IE
related to 0009874 Thomas Loeffler
09:39 Bug #19854 (Closed): Backend User Administration, submit button doesn't work with IE
When you are in "Compare user settings" mode, the save button has no effect in Internet Explorer, so you can't displa... Olivier Schopfer
10:26 Bug #19853: [felogin] redirect doesn't work with return_url
committed to trunk and 4_2 Steffen Kamper
09:39 Bug #19853 (Closed): [felogin] redirect doesn't work with return_url
When using config.typolinkLinkAccessRestrictedPages the page for redirect is in getVar return_url which is not proces... Steffen Kamper
09:11 Bug #19236: htmlareRTE: Click-enlarge not rendered if image is in table
Closing this issue as there is no reply. Stanislas Rolland
08:15 Feature #19852 (Closed): htmlArea RTE: Add support for editing lang attribute
Allow to assign lang attribute to elements.
1. Two new toolbar elements: language (drop-down list of languages) an...
Stanislas Rolland
07:52 Feature #19851: htmlArea RTE: Move status bar to plugin
Committed to SVN TYPO3core trunk (revision 4747). Stanislas Rolland
06:56 Feature #19851 (Closed): htmlArea RTE: Move status bar to plugin
Restructure RTE code so as to extract status bar from core JS script and move it to own plugin.
(issue imported f...
Stanislas Rolland
00:09 Bug #19850 (Closed): Print PAGE.headerData before PAGE.includeJS
It's be a better solution to print the headerData output before the
includeJS files are printed imho - so it would b...
Thomas Deinhamer

2009-01-18

18:55 Bug #25535: On Mac OS the save action should be triggered by Cmd+s
fixed in the newest release of codemirror (0.60).
this issue will be fixed in the next t3editor release for 4.3b2
Administrator Admin
18:52 Bug #25545: Save and close closes _without_ saving
fixed in t3editor on forge (trunk: r15791)
i will prepare a patch soon
Administrator Admin
18:05 Bug #19822: XSS vulnerability in sysext indexed_search
patch added for 4-1 up to trunk
all patches are now available
-> ready to be committed
Marcus Krause
17:31 Bug #19849 (Closed): sys_action menu doesn't respect hidden and returns empty ul if there are no entries
sys_action menu doesn't respect hidden and returns empty ul if there are no entries
(issue imported from #M10179)
Steffen Kamper
17:27 Bug #19831: Session fixation vulnerability in user authentication
adding new patch 10146_trunk_v1.diff which replaces variablename $dbres by $count as requested by Francois Marcus Krause
16:43 Bug #19848 (Closed): Toolbar menu fails if there are no menu items
If you install sysactions and you have no sysaction created, the toolbar menu renders an empty li. This causes a JS-e... Steffen Kamper
15:50 Bug #19847 (Closed): Use extra tab in the backend
By default the redirect option is placed at the end of the feuser record in the backend. It would be nice to have an ... Anonymous
14:11 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Thanks, Sebastian for finding a solution for this problem! I submitted the patch (icluding the IRRE fix) to the core ... Helmut Hummel
11:46 Bug #19846 (Closed): Multiple calls to deprecated function "fixed_lgd" throughout the core
The function "fixed_lgd" is deprecated since 4.1 but still used in various places in the core. As we now throw warnin... Susanne Moog

2009-01-17

21:27 Bug #19845 (Closed): Duplicated values in localconf.php (typo3conf) - compat_version
I found an annoying "bug" in Install Tool/localconf.php when doing some upgrades (from 4.1.x to 4.2.x, from 4.2.x to ... Erik Svendsen
19:40 Bug #18312: Constants are not correctly substituted on some PHP5 distributions
Committed to SVN
* TYPO3_4-1 (rev. 4742)
* TYPO3_4-2 (rev. 4743)
Oliver Hader
14:12 Bug #19844: Wizard for new content elements doesn't respect TCAdefaults
related to #19382, where the wizard's defVals can be configured by Page TSconfig. Ralf Hettinger
11:34 Bug #19844 (Closed): Wizard for new content elements doesn't respect TCAdefaults
When inserting new content elements via the new content element wizard, there are some fixed defValues set by this wi... Ralf Hettinger
11:18 Feature #19790: Support datetime with seconds in BE
There has been an error in the initial version. Please use _v2 Ralf Hettinger
10:47 Bug #19841: Backend not usable in Internet Explorer anymore
I checked with 4_2 and it doesn't occur there, so we can concentrate on changes in trunk. (also the module errors) Steffen Kamper
10:07 Bug #19841: Backend not usable in Internet Explorer anymore
in my case it says on line '3789' character 7 (IE6 with current trunk - so with applied patch of this BT entry).
A...
Franz Koch
01:10 Bug #19841: Backend not usable in Internet Explorer anymore
committed patch to trunk.
I let the BT entry open until one left error is fixed as it's not clear if it's related,...
Steffen Kamper
00:37 Bug #19841: Backend not usable in Internet Explorer anymore
Uploaded a patch that fixes it for me in IE7 at least. Please test. Christoph Koehler
01:11 Bug #19639: Listview and sorting
Added Steffens screen shot to #19660 and resolved this issue as duplicate. Christian Kuhn
01:10 Bug #19660: Second page of results in list-module with ordering flaw
Added Steffens screen shot to illustrate this issue. Christian Kuhn
00:02 Bug #19660: Second page of results in list-module with ordering flaw
Niels, your latest comment is solved with a new pagination concept in #17225. A patch is currently pending in core li... Christian Kuhn
00:41 Bug #19755: IMAGE content element: two fields for entering the image width, none of them saves its content
I do not think this is a core bug.
Please see attached 10041.png for a screen shot of the default Dimension interf...
Christian Kuhn
00:31 Bug #19746: Switching to List view from Page view results in a session timeout when TYPO3 is not at website's root
Resolved as duplicate of #9430. Christian Kuhn
00:11 Bug #19657: no typoscript template found
Resolved as unreproducible in current trunk. Christian Kuhn

2009-01-16

23:51 Bug #19299: Could not delete directory recursively
Committed to trunk and 4.2-branch in rev 4737 / 4738 by Steffen Kamper. Thanks. Christian Kuhn
18:50 Bug #19299: Could not delete directory recursively
Confirmed.
Now pending in core list.
Christian Kuhn
23:46 Feature #15818: Enable expand/collapse for tables in the list module
I will rework / finalize this patch as soon as #17225 (currently pending in core list) is committed. Christian Kuhn
23:44 Feature #19808: List view should have 'collapse' / 'expand' functionality for all list types
Resolved as duplicate of #15818. Christian Kuhn
23:43 Feature #19808: List view should have 'collapse' / 'expand' functionality for all list types
This is a duplicate of #15818 which already has a first patch attached. Christian Kuhn
23:22 Bug #18536: Beautify table for BE Log
This one has been committed by Ingmar on 2008-04-01 in revision 3506 and was released with 4.2.0. Christian Kuhn
23:10 Bug #17244: Backend task center does not work properly
committed to trunk Steffen Kamper
14:02 Bug #17244: Backend task center does not work properly
I attached a bugfix and sent it to the core list ...
Waiting for a +1
Bernhard Kraft
21:27 Bug #16265: Meta keywords,description etc do not show up
Not a core bug and no feedback for a long time. Christian Kuhn
21:07 Bug #19843: DBAL 0.9.20 crashes TYPO3 4.2.x
This is directly related to issue #8231, however, I don't know how to set the cross link
Sven Teuber
21:03 Bug #19843 (Closed): DBAL 0.9.20 crashes TYPO3 4.2.x
When installing dbal on a 4.2.x installation of TYPO3, the backend will crash with a fatal error:
Fatal error: Cal...
Sven Teuber
20:55 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
This seems to be a fundamental misconception in the way DBAL and the installer work together. The error occurs when T... Sven Teuber
20:10 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
I myself had this error a lot while develop. And - of coarse it doesn't help.
All the time i had to enable sqlDebu...
Steffen Kamper
18:23 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
DBAL: class ux_t3lib_DB extends t3lib_DB
debug_mysql_db: class ux_t3lib_DB extends t3lib_DB
* Yes, debug_mysql_db...
Franz Holzinger
17:54 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
A solution would be a proper error handling that also catches these warnings defines a general handling for it. Howev... Oliver Hader
17:51 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
I just looked into into debug_mysql_db and cannot believe that it's integrated there:
* the mentioned extension over...
Oliver Hader
14:31 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
The patch to avoid all this useless PHP error messages has been added now to the extension debug_mysql_db 0.2.1.
Jus...
Franz Holzinger
19:28 Bug #19836: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
committed to trunk, 4_2 and 4_1 Steffen Kamper
19:16 Bug #19666: Adding T3_SERVICES to configuration modul
committed v3 to trunk rev 4730 Steffen Kamper
19:09 Bug #19842 (Closed): fileadmin links to files are missing part of path
This is the same bug as described in issue 0000227. I could not reopen it, thus this report. In the Filelist module, ... Andreas Hofer
17:56 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Hey Sebastian,
thanx again!
I've patched the t3lib/jsfunc.inline.js manually and it works also fine now.
So pl...
Lee Perry
15:16 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Hi Lee,
good to here that it works for you.
As far as i remeber (some webcast from kasper) IRRE and these flexf...
Sebastian Fuchs
17:49 Bug #19841: Backend not usable in Internet Explorer anymore
IE6 is also affected. I just switched the file backend.php back to rev4644 and IE is up and working again. So the bug... Franz Koch
17:33 Bug #19841 (Closed): Backend not usable in Internet Explorer anymore
In Internet Explorer 7 the TYPO3 Backend is not usable anymore due to JavaScript errors. Clicking a module in the lef... Oliver Hader
16:42 Bug #19840 (Closed): FlexForms: wrong mm-relations after copy and localize
On copy or localize of a record with a FlexfForm that contains a MM-reference field the resulting record points to w... Peter Kuehn
11:58 Bug #19839 (Closed): Javascript Error while navigating in menus section (msie4 is undefined)
we are using 4.2.3 version in the server. In this, when we are navigating through the menus in the website generated ... Srinivasan
09:53 Bug #19766: hide/unhide page causes error when done via the context menu
committed to trunk and 4_2 Steffen Kamper
05:10 Bug #19798: Cannot Load Multiple RTEs via AJAX
Committed to trunk in r4725. Jeff Segars
03:39 Bug #19838: XSS vulnerability in workspace module
patch added
ready to be committed
Marcus Krause
03:34 Bug #19838 (Closed): XSS vulnerability in workspace module
references TYPO3 Security Team OTRS issue #2008111310000065
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk)
P...
Marcus Krause
03:01 Bug #19834: Weak encryption key generation vulnerability in sysext install
ready to be committed Marcus Krause
02:59 Bug #19834: Weak encryption key generation vulnerability in sysext install
added new versions of patches for 4-1 and 4-2:
- registration of AJAX-scripts in ext_localconf.php instead of global...
Marcus Krause
02:29 Bug #19834: Weak encryption key generation vulnerability in sysext install
patch to be applied on 4-0 and 4-1 added (10154.diff) Marcus Krause
01:34 Bug #19788: RTE broken in TYPO3_4-2 rev. 4670
As soon as the version of rtehtmlarea gets increased, the tempfiles in typo3conf/rtehtmlarea/ will be regenerated aut... Oliver Hader
01:27 Bug #19788: RTE broken in TYPO3_4-2 rev. 4670
ciao Stanis. that worked!
i am sorry this happened to me some years ago... there should me a remind to empty typo3te...
Stefano Cecere

2009-01-15

23:58 Bug #19837 (Closed): Credits to coredevs
in "About TYPO3" i added a section with credits to core team members
(issue imported from #M10158)
Steffen Kamper
23:17 Feature #18039: Integration of kb_md5fepw into SysExt felogin
For the moment i suggest instead of md5 the t3sec_saltedpw extension, which support salted md5-hashes and doesn't use... Steffen Kamper
20:40 Feature #18039: Integration of kb_md5fepw into SysExt felogin
also, #254 is related when it comes to umlauts. Ralf Hettinger
23:03 Bug #19836: t3lib/config_default.php textfile_ext should be updated to include xml and other text types
let's collect editable textfiles first
existing ones:
txt,html,htm,css,inc,tmpl,js,sql,'.PHP_EXTENSIONS_DEFAULT,
...
Steffen Kamper
22:52 Bug #19836 (Closed): t3lib/config_default.php textfile_ext should be updated to include xml and other text types
There is a variable textfile_ext that is used to determine if a certain file is editable as text file with the text e... Michiel Roos
21:42 Feature #18999: list title length fixed to 30 chars
committed to trunk and 4_2 Steffen Kamper
20:41 Bug #14256: special characters in username not checked
related to #19695, #19695 Ralf Hettinger
18:34 Feature #19835: Add controller switching for frontend editing
Added a test extension with an alternate controller that dies as soon as a record is saved in frontend editing.
To...
Jeff Segars
18:29 Feature #19835 (Closed): Add controller switching for frontend editing
The recent frontend editing overhaul for version 4.3 moves the logic of saving records into a controller in t3lib_fro... Jeff Segars
18:33 Bug #19834: Weak encryption key generation vulnerability in sysext install
patch added for 4-2 Marcus Krause
18:05 Bug #19834: Weak encryption key generation vulnerability in sysext install
patch added for trunk Marcus Krause
18:02 Bug #19834 (Closed): Weak encryption key generation vulnerability in sysext install
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk)
Problem:
The install tool generates encryption keys with a very...
Marcus Krause
16:47 Bug #19768: sysext fe_edit: config.admPanel without effect
Committed v2 patch to trunk in r4721. Thanks Ralf! Jeff Segars
13:42 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
Any news?
BTW: The following two typoscript lines are important to render images of tt_content elements in the fro...
Stefan Galinski
13:27 Bug #19766: hide/unhide page causes error when done via the context menu
Thanks Steffen, for actively chasing this one.
Looking good by testing the patch on 4.3_alpha1 trunk.
Ralf Hettinger
13:17 Bug #19766: hide/unhide page causes error when done via the context menu
please try attached patch Steffen Kamper
13:04 Bug #19766: hide/unhide page causes error when done via the context menu
This bug also happens in 4.2 branch. This should be fixed before 4.2.4 to prevent a critical regression. Christian Kuhn
12:53 Bug #19766: hide/unhide page causes error when done via the context menu
Yes Uschi, #10148 seems to be the same issue and #10126 is also a duplicate.
So this bug happens for many clickmen...
Christian Kuhn
08:42 Bug #19766: hide/unhide page causes error when done via the context menu
I found another context menu related issue which might or might not be connected with this (really annoying) one: htt... Uschi Renziehausen
12:54 Bug #19816: 404 after drag'n'dropping page in the BE
Duplicate of #19766 Christian Kuhn
12:53 Feature #19833 (Closed): Page TS tree view (show a tree view of pages that have pageTSConfig set)
Page TS tree view (show a tree view of pages that have pageTSConfig set).
If you go to 'Web -> Template' and click...
Michiel Roos
11:19 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
In TYPO3 4.2.3 I get these PHP error lines:
[15-Jan-2009 11:10:43] PHP Warning: mysql_query() [<a href='function....
Franz Holzinger
11:07 Feature #19742: [felogin] New Method for "forgotPassword"
Steffen, I'll have a look at it but I'm not sure yet whether we can do that for 4.2 Ingo Renner
10:48 Bug #19565: Ship optimal TYPO3 configuration by default
Just remember that mnogosearch may expect certain things set up a bit differently from this config.
I cannot remem...
Michiel Roos
10:31 Bug #19565: Ship optimal TYPO3 configuration by default
Inform users of TYPO3! . .
http://httpd.apache.org/docs/2.2/howto/htaccess.html#when
. . . that reading of .ht...
Michiel Roos
10:19 Feature #19809: make pi_wrapInBaseClass wraps configurable
send as RFC to core list... Steffen Müller
08:13 Feature #19832 (Accepted): sectionMarker (page anchor) prefix is hardcoded as "c"
sectionMarker (page anchor) prefix is hardcoded as "c" while it is freely configurable in css styled content.
You ...
Michiel Roos
06:14 Bug #19831: Session fixation vulnerability in user authentication
The first patch is for trunk only as it makes use of newly added function exec_SELECTcountRows(), the other one is fo... Marcus Krause
05:41 Bug #19831 (Closed): Session fixation vulnerability in user authentication
references TYPO3 Security Team OTRS issue #2008102610000015
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk)
P...
Marcus Krause
01:08 Bug #19830 (Closed): "T3_THIS_LOCATION is not defined" Javascript Error in Element Browser
there is a javascript error in the Element Browser. Please have a look at the image.
1. open the Element Browser
2....
Sven Juergens
00:36 Bug #19829 (Closed): enable JS-Libs in BE
after i made a patch for extJS only some problems has been debunked.
* there are 3 libs in contrib that are used: ...
Steffen Kamper

2009-01-14

23:55 Bug #19822: XSS vulnerability in sysext indexed_search
patch added for 4-0 branch Marcus Krause
12:47 Bug #19822: XSS vulnerability in sysext indexed_search
Patch will be added until Jan 15, 2009. Marcus Krause
12:47 Bug #19822 (Closed): XSS vulnerability in sysext indexed_search
references TYPO3 Security Team OTRS issue #2009010610000014
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk)
P...
Marcus Krause
23:46 Bug #19821: Command execution in sysext indexed_search
patch added (made against trunk)
ready to be committed
Marcus Krause
12:38 Bug #19821: Command execution in sysext indexed_search
Patch will be added until Jan 15, 2009.
Marcus Krause
12:36 Bug #19821 (Closed): Command execution in sysext indexed_search
references TYPO3 Security Team OTRS issue #2009010510000025
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk)
P...
Marcus Krause
21:09 Bug #19826: htmlArea RTE: Alignment of td's and th's in out-of-the-box installation
Committed to SVN TYPO3core trunk (revision 4716) and branch TYPO3_4-2 (revision 4720).
Stanislas Rolland
17:48 Bug #19826 (Closed): htmlArea RTE: Alignment of td's and th's in out-of-the-box installation
In EXT:rtehtmlarea/res/contentcss/default.css the selectors to align text in table cells (th and td) are missing. T... Stanislas Rolland
20:33 Bug #19828 (Closed): spamProtectEmailAddresses_atSubst does not work correctly if linktext contains email address with uppercase charachters
Problem:
Consider the following testcase:
10 = TEXT
10.value = John@doe.com
10.typolink.parameter = john@doe....
Helmut Hummel
20:01 Bug #19827: XSS vulnerability in sysext adodb
ready to be committed Marcus Krause
19:57 Bug #19827 (Closed): XSS vulnerability in sysext adodb
references TYPO3 Security Team OTRS issue #2009010510000016
Versions:
4.0 up to trunk (4.0, 4.1, 4.2, trunk) wher...
Marcus Krause
19:58 Bug #19287: missing index for deleting outdated session data in fe_session_data
I've found the same problem while trying to optimize the performance of a new website i'm working on, fe_session_data... Saverio Vigni
19:47 Feature #19824: htmlArea RTE: add Clear RTE cache option to BE Clear cache menu
Committed to SVN TYPO3core trunk (revision 4715). Stanislas Rolland
17:12 Feature #19824 (Closed): htmlArea RTE: add Clear RTE cache option to BE Clear cache menu
Clear RTE cache option will be added to the BE Clear cache menu.
The option is always enabled when the user is Adm...
Stanislas Rolland
19:30 Bug #19810: Broken fe_adminLib.inc
here is a fix.
The question: how does this happen? $this->dataArr is initialized as array and only overwritten by GP...
Steffen Kamper
19:29 Bug #19648: BE module configuration does not properly consider TYPO3_MODE
I guess, issue can then be set to resolved. Marcus Krause
19:16 Feature #19807: Remove/protect adodb testfiles
Committed to 4-1 (r4713), 4-2 (r4711) and trunk (r4712). Marcus Krause
17:27 Bug #19825 (Closed): Draft: Error: No Template found!
Hallo!
Ich muss zugeben, dass ich noch relativ neu in der Arbeit mit Typo3 bin, habe aber meine ersten Seiten fert...
seppel
14:18 Bug #19823 (Closed): tslib_pibase page browser may hurt search engines by the incorrect "Next" link
If there are only X pages and user somehow* goes to X+1, than page browser shows "Next" link active and this creates ... Dmitry Dulepov
12:25 Bug #19815: Replace deprecated function calls in sysext indexed_search
modified patch added. (made against trunk) Marcus Krause
11:32 Bug #19820 (Closed): Use TYPO3 encryption key in initial state of random byte generation
Function t3lib_div::generateRandomBytes() (fallback for OS windows) could be improved when using TYPO3's encryption k... Marcus Krause

2009-01-13

23:20 Bug #19816: 404 after drag'n'dropping page in the BE
Further observation: This bug is imo affecting all clickmenu objects in backend - their onclick action url seems to b... Ralf Hettinger
22:31 Bug #19816: 404 after drag'n'dropping page in the BE
I can confirm that bug for current 4.3 trunk Ralf Hettinger
18:23 Bug #19816 (Closed): 404 after drag'n'dropping page in the BE
1. In the page tree, drag a page icon over another icon.
2. In the menu, select "move to behind".
Expected result...
Oliver Klee
22:37 Bug #19759: Move t3lib_tceforms_fe into its own file
Committed v3 patch to trunk in r4709. Jeff Segars
22:17 Bug #19819 (Closed): Date/time handling with negative timestamps
in TCA Forms with Dates < 2-1-1970 shows wrong Date
perhaps a timezone error.
The list view shows the right date.
...
Kim Lang
21:53 Bug #19818 (Closed): JavaScript error upon login
When Help>About is uninstalled, the following JavaScript error happens during login:... Dmitry Dulepov
21:51 Bug #18479: Javascript error message
Feedback was not provided for over 4 months Dmitry Dulepov
18:36 Bug #19817 (Closed): htmlArea RTE: let option+SPACE insert a non-breaking space for MAC users
OPTION+SPACE on MAC will insert a non-breaking space, just as CTRL+SPACE already does on non-MAC systems.
(issue ...
Stanislas Rolland
17:32 Bug #19815: Replace deprecated function calls in sysext indexed_search
Patch attached. (made against trunk) Marcus Krause
17:30 Bug #19815 (Closed): Replace deprecated function calls in sysext indexed_search
Sysext indexed_search uses function calls to deprecated t3lib_div::fixed_lgd(). (deprecated since TYPO3 v4.1)
Patc...
Marcus Krause
15:51 Bug #19814 (Closed): Backend search (/typo3/db_list.php): search_levels GP var
The searchbar (backend-search-menu: the one in the top right of the backend interface) only allow backend users to se... Bjorn
15:34 Bug #19813 (Closed): loadJavascriptLib needs second param to be unique
When using the function loadJavascriptLib in BE, the unique-check is done with the path.
This may be insufficient....
Steffen Kamper
14:57 Bug #19812 (Closed): New template-function to add extJS inline code
When using extJS you may need inline-Code that should be wrapped with
Ext.onReady(function() {
...
});
The pa...
Steffen Kamper
13:42 Bug #19811: Add .buildpath to svn:ignore
Also added .TemporaryItems (created by Zend Studio 6.2) Dmitry Dulepov
13:41 Bug #19811: Add .buildpath to svn:ignore
This happens with Ganymede (PDT-build) and SVNKit Marcus Krause
12:58 Bug #19811 (Closed): Add .buildpath to svn:ignore
If I import/create a project for TYPO3 sources, eclipse creates a file called .buildpath in the root. Therefore, even... Marcus Krause
12:47 Feature #19809: make pi_wrapInBaseClass wraps configurable
Documentation update:
TSref [tsref:config/->CONFIG]
Property: disableBaseWrap
Data type: boolean
Description:...
Steffen Müller
12:07 Feature #19809 (Rejected): make pi_wrapInBaseClass wraps configurable
Background:
Plugins often use pi_wrapInBaseClass function in tslib_pibase to wrap the content with a base class. The...
Steffen Müller
12:23 Bug #19810 (Closed): Broken fe_adminLib.inc
If there's an extension installed that depends on fe_adminLib.inc (here feuser_admin), opening a page with that plugi... Marcus Krause
11:02 Bug #19778: Feature: Add Icons to page:module TCEform
Added shots. Michiel Roos
11:01 Bug #19778: Feature: Add Icons to page:module TCEform
seems there are some browser issues with image-select ... Steffen Kamper
10:54 Feature #19808 (Closed): List view should have 'collapse' / 'expand' functionality for all list types
List view should have 'collapse' / 'expand' functionality for all list types. The changes should persist across sessi... Michiel Roos
10:46 Feature #19807: Remove/protect adodb testfiles
Besides, code is a total mess and imho not useful for TYPO3 at all.
The trunk patch will remove the complete test ...
Marcus Krause
10:09 Feature #19807 (Closed): Remove/protect adodb testfiles
Code is not "production-grade" and not protected in any way.
(issue imported from #M10116)
Marcus Krause
09:48 Bug #19806: wrong encoded String from class.t3lib_tsfebeuserauth.php
I can confirm this with current svn branch 4.2 and trunk where TYPO3 is using utf-8. Marcus Krause
00:38 Bug #19806 (Closed): wrong encoded String from class.t3lib_tsfebeuserauth.php
this behavior is reproducible in TYPO3 4.3 and TYPO3 4.2.3
If you activate the FE Editiing and try to deleted a re...
Sven Juergens
00:17 Bug #19799: Undefined method t3lib_TCEforms_inline::addItems
Committed to SVN Trunk (rev. 4702) Oliver Hader
00:00 Bug #19802: eID Ajax results in Fatal error
Please revert the change you applied manually of issue #19507 (it was not committed, since the behaviour was solved d... Oliver Hader

2009-01-12

23:34 Bug #19805 (Rejected): fe login does not appear when access group is defined in plugin
Hi,
For some reason the login boxes for website users does not appear when I define the access group. Instead, it ...
Zetti
23:12 Bug #19804 (Closed): Sections: span with preview data is empty on load
This preview is important to know what is in a section. if they are collapsed, all look the same (see first screensho... Steffen Kamper
22:51 Bug #19803: Section with RTE - delete isn't possible because of JS-Error
its encoded here, in code it's hex coded : \ & # 3 9 ; (without spaces) Steffen Kamper
22:50 Bug #19803 (Closed): Section with RTE - delete isn't possible because of JS-Error
I created some elements in a section with testfield and RTE.
When i click on the trash-icon to delete, nothing hap...
Steffen Kamper
22:35 Bug #19759: Move t3lib_tceforms_fe into its own file
t3lib_div::makeInstance() should take care of the loading if people actually create the object correctly but I guess ... Jeff Segars
22:32 Bug #19802 (Closed): eID Ajax results in Fatal error
If you use ajax with the eID parameter then you will end up in a fatal error:
Fatal error: Call to protected metho...
Franz Holzinger
22:11 Bug #19801 (Closed): Google reports duplicate title tag
Google web master console complains about the duplicate title tag in the "showpic" eID script from the CMS extension.... Dmitry Dulepov
19:57 Feature #19790: Support datetime with seconds in BE
You may not see this data, but still it may be there... just imagine as an example some JavaScript (maybe AJAX) piec... Ralf Hettinger
19:25 Bug #19799: Undefined method t3lib_TCEforms_inline::addItems
This misbehaviour was introduced in this ChangeSet:
http://forge.typo3.org/repositories/diff/typo3v4-core?rev=4630
Oliver Hader
19:09 Bug #19799 (Closed): Undefined method t3lib_TCEforms_inline::addItems
When you open a product record into TCE you get
( ! ) Fatal error: Call to undefined method t3lib_TCEforms_inline:...
Franz Holzinger
19:09 Bug #19795: Javascript error shown in BE after login (no user interaction)
Confirmed, bugfix attached to 0010067 and trunk revision >= 4697 solves the issue.
Sorry for the duplicate; I was ...
Marcus Krause
13:45 Bug #19795: Javascript error shown in BE after login (no user interaction)
Please test the bugfix at issue #19771 Oliver Hader
02:01 Bug #19795 (Closed): Javascript error shown in BE after login (no user interaction)
After being logged in, after some time two times a JavaScript alert box is shown stating "undefined".
I suspect th...
Marcus Krause
19:06 Bug #19117: Sorting icons of inline records are in wrong order
Committed to SVN:
* TYPO3_4-2 (rev. 4700)
* Trunk (rev. 4701)
Oliver Hader
18:51 Bug #19696: Spellcheck does not work when TYPO3 is installed in subdir (TYPO3 4.3-dev)
Thanks for testing.
Committed to TYPO3core trunk (revision 4699).
Stanislas Rolland
18:27 Bug #19788: RTE broken in TYPO3_4-2 rev. 4670
After updating rtehtmlarea from SVN, you should delete all files from directory typo3temp/rtehtmlarea and clear the b... Stanislas Rolland
18:23 Bug #19798 (Closed): Cannot Load Multiple RTEs via AJAX
In the new frontend editing concept for 4.3, we're loading the RTE via AJAX and displaying it in a lightbox.
On the...
Jeff Segars
16:28 Bug #19797: Controll icons in header of newly created child elements are not shown
Committed to SVN Trunk (rev. 4698) Oliver Hader
16:13 Bug #19797 (Closed): Controll icons in header of newly created child elements are not shown
The icons in the header of newly created child elements are not shown.
see attached screenshot for details
(issu...
Oliver Hader
15:34 Bug #19769: Use TYPO3 clear.gif for ExtJS in backend.php
Committed to SVN Trunk (rev. 4695) by Dmitry Oliver Hader
15:33 Bug #19770: AJAX relogin polls server too often
Committed to SVN Trunk (rev. 4696) by Dmitry Oliver Hader
15:33 Bug #19771: common.js uses undefined variable
Committed to SVN Trunk (rev. 4697) by Dmitry Oliver Hader
14:34 Bug #19796: pi_wrapInBaseClass should not wrap the div if content is empty
The patch makes source code hard to read. I suggest to use a regular control structure instead of ternary with shorte... Steffen Müller
12:44 Bug #19796 (Closed): pi_wrapInBaseClass should not wrap the div if content is empty
If you want to react in Typoscript on empty content, the function don't have to add content for this case.
Attache...
Steffen Kamper

2009-01-11

23:13 Feature #19790: Support datetime with seconds in BE
uh - never have seen a start of broadcast at 21:03:13 :D Steffen Kamper
19:21 Feature #19790: Support datetime with seconds in BE
I actually do :)
Imagine some radio broadcasting company that might want to store its scheduled broadcasts into da...
Ralf Hettinger
17:04 Feature #19790: Support datetime with seconds in BE
Do you really see a usecase for seconds? Steffen Kamper
03:52 Feature #19790 (Closed): Support datetime with seconds in BE
It would be nice for the sake of completeness, if one had the possibility to support datetime not only with minutes b... Ralf Hettinger
21:52 Bug #19794 (Closed): Add a logging API for deprecated TypoScript
Log usage of deprecated TypoScript and display it in the Admin Panel.
(issue imported from #M10100)
Martin Kutschker
19:52 Feature #19793 (Closed): Use TYPO3_DB->exec_SELECTcountRows() to determine the number of rows
In the TYPO Core counting rows is/was implemented as the following:
* get result set for a "COUNT(*)" query, fetch r...
Oliver Hader
18:43 Bug #19792 (Closed): t3lib_div::fixed_lgd_cs calls deprecated t3lib_div::fixed_lgd
This is a contradiction as t3lib_div::fixed_lgd is commented with "deprecated, use t3lib_div::fixed_lgd_cs instead
...
Steffen Kamper
17:14 Bug #19788: RTE broken in TYPO3_4-2 rev. 4670
I can't confirm this too. Steffen Kamper
02:51 Bug #19788: RTE broken in TYPO3_4-2 rev. 4670
You're talking about the TYPO3_4-2 branch, don't you (since rev. 4667 and 4670 are only there)?
If tested it with TY...
Oliver Hader
16:49 Bug #19785: Hanging record sets in t3lib_TCEmain
Committed to TYPO3_4-2 (rev. 4691) as well Oliver Hader
16:48 Bug #19279: displayCond does not work inside fields in a section
It's not a problem to call the displayCond, but it's a problem to address a field in a section.
Using HIDE_FOR_NON...
Steffen Kamper
16:44 Feature #19786: Integrate TYPO3_DB->exec_SELECTcountRows()
Committed to SVN Trunk (rev. 4690) Oliver Hader
16:39 Bug #19789: Use foreach instead of while-list-each constructs in t3lib_TCEmain
Committed to SVN Trunk (rev. 4689) Oliver Hader
01:36 Bug #19789 (Closed): Use foreach instead of while-list-each constructs in t3lib_TCEmain
In t3lib_TCEmain there are a lot of while(list(...)=each(...)) loops that should be replaced by foreach loops.
(i...
Oliver Hader
16:06 Bug #17308: Install tool removes dots from admin usernames
Committed to SVN:
* TYPO3_4-2 (rev. 4687)
* Trunk (rev. 4688)
Oliver Hader
15:39 Bug #19637: Copy / Cut icons old: drag'n'drop in pagetree
committed to trunk and 4_2 (4684/4686) Steffen Kamper
14:14 Bug #19778: Feature: Add Icons to page:module TCEform
committed to trunk rev 4681 Steffen Kamper
13:46 Bug #19696: Spellcheck does not work when TYPO3 is installed in subdir (TYPO3 4.3-dev)
Sorry, had not much time over the past weeks. Now I finally tested the follow up and it still works for me. Susanne Moog
13:34 Feature #19791 (Closed): Use native SoapClient implementation of PHP5 only
Currently EM uses native SoapClient implementation of PHP5's extension soap. However, there are fallbacks to PEAR:Soa... Marcus Krause
03:28 Bug #19056: eval "timesec" sets seconds to zero
Confirming the bugy behaviur as well as the suggested fix itself by testing it.
Patch against 4.3_alpha1 is attached.
Ralf Hettinger
00:20 Bug #19781: Hardcoded "Toggle All" and " Add New" in section
committed to trunk rev 4679 Steffen Kamper

2009-01-10

17:30 Bug #19788 (Closed): RTE broken in TYPO3_4-2 rev. 4670
with 4.2 trunk (rev 4670) i get all my htmlarea broken (FF 3)
i had to go back to rev. 4667
(issue imported from...
Stefano Cecere
17:26 Bug #19751: Strip uploaded images headers
Here is the code...
We are adding three configuration vars to localconf.php:
$TYPO3_CONF_VARS['GFX']['jpegtran_...
John Angel
16:11 Feature #19786: Integrate TYPO3_DB->exec_SELECTcountRows()
The attached new patch adds the possibility to define the field used in the COUNT() expression. Oliver Hader
15:32 Feature #19786: Integrate TYPO3_DB->exec_SELECTcountRows()
Attached is a patch that implements TYPO3_DB->exec_SELECTcountRows($table, $where = '').
It's not required to put it...
Oliver Hader
15:28 Feature #19786 (Closed): Integrate TYPO3_DB->exec_SELECTcountRows()
In the TYPO Core counting rows is/was implemented as the following:
* get result set for a "COUNT(*)" query, fetch r...
Oliver Hader
15:36 Feature #19748: ImageMagick generates larger than necessary files
We can make this option configurable:
$GLOBALS['TYPO3_CONF_VARS']['GFX']['strip_all_images'] = 1 or 0
So instea...
John Angel
15:28 Bug #19787 (Closed): Add a logging API for deprecated functions
A functiion in t3lib_div that logs calls to deprecated functions to the PHP log and a custom log in typo3conf
(is...
Martin Kutschker
13:48 Bug #19785: Hanging record sets in t3lib_TCEmain
Committed to SVN Trunk (rev. 4676) Oliver Hader
13:42 Bug #19785 (Closed): Hanging record sets in t3lib_TCEmain
There are several hanging record sets in t3lib_TCEmain. This means that SQL query results remain in the memory and ar... Oliver Hader
01:29 Feature #16181: Redirect at BE Login
it would be good to enhance this. Possible: store last view in session and start next login with exactly this view.
...
Steffen Kamper
00:57 Bug #19784 (Closed): Section is rendered with tx_templavoila - field
When defining XML for flexform, the title is rendered with
<tx_templavoila>
<title>Group title</title>
</tx_t...
Steffen Kamper

2009-01-09

23:30 Bug #19783: Deprecation annotations are wrong for 3.6 and below
commited as revision 4675 Steffen Kamper
22:21 Bug #19783 (Closed): Deprecation annotations are wrong for 3.6 and below
Many functions claim that they have been deprecated in 4.0 or 4.1, but have been deprecated in 3.6 or 3.5.
(issue...
Martin Kutschker
22:17 Bug #19782: Core uses deprecated function t3lib_db->sql()
Fixed in SVN. Martin Kutschker
22:03 Bug #19782 (Closed): Core uses deprecated function t3lib_db->sql()
It should use at least t3lib_db->sql_query() if not one of the other query functions.
(issue imported from #M10086)
Martin Kutschker
15:57 Bug #19781 (Closed): Hardcoded "Toggle All" and " Add New" in section
It's not possible to translate "Toggle All" and " Add New" in sections, because it's hardcoded in class.t3lib_tceform... Sven Juergens
14:44 Bug #19267: French mismatch in default pi1/locallang.xml
IMHO nobody will read this issue here.
You should better contact the French translation team for this.
http://wik...
Franz Holzinger
14:32 Bug #19184: no error message if include file not found
In the backend you have already tools to examine the TypoScript. No need to change to the Frontend. The Template Anal... Franz Holzinger
12:17 Bug #19184: no error message if include file not found
I disagree. In Typoscript a message has to be sent to admin panel like other errors too. This is the tool to verify t... Steffen Kamper
09:35 Bug #19184: no error message if include file not found
@is_file is used on other places and would do this job.
An exception should be used if the file is not found.
Franz Holzinger
14:30 Bug #19780: Constant styles.content.imgtext.separateRows is not defined
Committed to SVN:
* TYPO3_4-1 (rev. 4671)
* TYPO3_4-2 (rev. 4672)
* Trunk (rev. 4673)
Oliver Hader
14:13 Bug #19780 (Closed): Constant styles.content.imgtext.separateRows is not defined
The constant styles.content.imgtext.separateRows is not defined but is used in CSS Styled Content since TYPO3 4.0.0. ... Oliver Hader
13:51 Bug #18696: Drag and Drop problems with flexform sections
could you test the patch under http://bugs.typo3.org/view.php?id=8882 if it solves this problem? its a prototype/sort... Sebastian Fuchs
10:51 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Hi Sebastian,
it looks great (and easy ;) ...
Your patch works for me in FF2, FF3, IE6, IE7 and Safari with Tem...
Lee Perry
09:50 Bug #19779 (Closed): t3lib_div must not die if a locallang file is not found
If you call the t3lib_div::readLLfile method and the file is not found, then the FE has completely gone.
This is th...
Franz Holzinger

2009-01-08

22:16 Bug #19624: RTEhtmlarea does not work with IRRE after new child records were created
Fixed in SVN TYPO3core branch TYPO3_4-2 (revision 4670) and trunk (revision 4556).
Stanislas Rolland
22:14 Bug #19477: RTE does not work in IRRE subelements
Thanks for testing!
Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4670).
Stanislas Rolland
22:12 Bug #19747: TYPO3 4.2.3 + IRRE + RTE = System Error when saving.
Fixed in SVN TYPO3core branch TYPO3_4-2 (revision 4670). Stanislas Rolland
21:50 Bug #19660: Second page of results in list-module with ordering flaw
Additionally there is some strange behaviour aspect in that switching from "normal-table-view with X entries" to "exc... Niels Fröhling
21:42 Bug #19660: Second page of results in list-module with ordering flaw
The issue is even worst. If you go on the third page of the list (implying you have a third page), take a look what _... Niels Fröhling
20:38 Feature #16665: Enable stdWrap for HMENU.alwaysActivePIDlist
Committed to SVN Trunk (rev. 4669) Oliver Hader
19:44 Bug #19680: Syntax error in TCA types definitions of tt_content
Committed to SVN:
* TYPO3_4-2 (rev. 4667)
* Trunk (rev. 4668)
Oliver Hader
19:32 Bug #19680: Syntax error in TCA types definitions of tt_content
I attached a version (4-2) for TYPO3 4.2.x Oliver Hader
19:19 Feature #15422: Make "Login-error or session timed-out" - page configurable
Solved with #19152? Chris topher
18:07 Feature #19152: Remove JS popup when login expired
Committed to SVN Trunk (rev. 4645) by Dmitry. Oliver Hader
17:58 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
Hi,
I think I had the same issue in an extension were we us flexforms to sort elements. the problem only occured if ...
Sebastian Fuchs
16:45 Bug #19433: HTML tags are removed in RTE content
I stumbled across this problem too after updating from openSUSE 10.2 to openSUSE 11.1. I could work around it by down... Markus Gaugusch
16:06 Bug #17980: select wizard doesn't work in Safari 3.0.4 on Mac
Still not workin with TYPO3 4.2.3, Safari 3.2.1
When you do a choice in the select box, the value is transfered to...
BIDAU
14:40 Feature #19524: TCEmain changes for new improved record recycling concept
Committed to SVN Trunk (rev. 4662) Oliver Hader
14:19 Feature #19524: TCEmain changes for new improved record recycling concept
@steffen,
the recyler modul in Admin Tools is only for admins, yes, but in the Web > Info Modul is a second recycler...
Julian Kleinhans
13:39 Feature #19524: TCEmain changes for new improved record recycling concept
v4 of the patch:
* renamed canUndeleteRecord() to isRecordUndeletable()
* fixed some styling issues
Oliver Hader
12:33 Feature #19524: TCEmain changes for new improved record recycling concept
imho Recycler should be admin-only modules.
Web is a good place because of pagetree, but right place would be tools....
Steffen Kamper
11:46 Bug #19646: dividers get stripped when using method t3lib_extMgm::addFieldsToAllPalettesOfField()
The fix for this problem was committed in issue #19683 to SVN Trunk. Oliver Hader
11:39 Bug #19683: Extending palettes and fields to be displayed in back-end forms mixes up tabs
Committed to SVN Trunk (rev. 4661) Oliver Hader
11:29 Bug #19778 (Closed): Feature: Add Icons to page:module TCEform
This patch adds icons to the select "module" of page record.
See screenshot
(issue imported from #M10077)
Steffen Kamper
01:44 Bug #19776: TYPO3 4.3.0alpha1 in combination with DAM throws error in protected function isClassAvailable($className, array $config)
This issue was solved in issue #19620 already. Please apply the patch provided there or use latest SVN Trunk of the T... Oliver Hader

2009-01-07

16:43 Bug #19777: Rootline cache does not work in multilingual websites
Committed to 4.2 and trunk Francois Suter
14:15 Bug #19777 (Closed): Rootline cache does not work in multilingual websites
The rootline cache (in class t3lib_pageSelect) was made to work properly in TYPO3 since version 4.2.2. However this i... Francois Suter
16:09 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
I can also confirm this. Just lots almost 7 hours on this issue. I was stupid enough to forget that I wrote about it ... Dmitry Dulepov
10:18 Bug #19776 (Closed): TYPO3 4.3.0alpha1 in combination with DAM throws error in protected function isClassAvailable($className, array $config)
I'm testing TYPO3 4.3.0alpha1 at some develop installation, and have stumbled upon some weird behavior with htmlArea ... Erik Svendsen
10:00 Bug #19775 (Closed): Install Tool send mail does not use global TYPO3_CONF_VARS, XCLASS of htmlmail not working
While i was working on the problem with sending mail in the install tool with stoefln_pear_mail i found that the chec... Axel Klarmann
09:37 Bug #18730: $TCA['fe_users']['palettes']['1']['showitem'] change in 4.2 causes problem with sr_feuser_register
This has been fixed in the latest version of sr_feuser_register, to support both versions.
Please test also the deve...
Franz Holzinger
09:29 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
This is indeed an unnecessary PHP error output which should be avoided. Franz Holzinger
09:06 Bug #15511: loadTCA() in t3lib_div only loads original TCA file and ignores additional TCA from t3lib_extMgm
A copy of this function has also been included into static_info_tables, because I did not find the time yet to write ... Franz Holzinger
08:27 Feature #18039: Integration of kb_md5fepw into SysExt felogin
@Steffen: Thank you for you answer and sorry for the late reply. A description of the mentioned "umlauts-bug" could b... Christian Clemens
08:16 Bug #19657: no typoscript template found
It does not happen any more with the latest code of 4.3. Franz Holzinger
03:49 Bug #19774 (Closed): DataHandler is not multibyte safe
Class class.t3lib_tcemain.php is using functions strstr(), substr(), strtoupper(), strtolower(), strlen(), str_replac... Vladimir Podkovanov

2009-01-06

23:38 Bug #19773 (Closed): Feature: Function for including extJS in Backend module
This feature allows you to include all you need for extJS in one call. It adds library with duplicate check so it's i... Steffen Kamper
18:29 Bug #19771: common.js uses undefined variable
This sounds absolute logic, passing undefined var must lead to an error. Good catch! Steffen Kamper
17:35 Bug #19771 (Closed): common.js uses undefined variable
common.js contains the following blocks of code:... Dmitry Dulepov
17:20 Bug #19770 (Closed): AJAX relogin polls server too often
AJAX relogin script makes a request to the server every 10 seconds, which is not good because (1) it is too often and... Dmitry Dulepov
16:32 Bug #19769 (Closed): Use TYPO3 clear.gif for ExtJS in backend.php
ExtJS requires and includes an 1x1 transparent GIF image to ensure that layout looks the same in all browsers. Bu def... Dmitry Dulepov
16:06 Bug #19768 (Closed): sysext fe_edit: config.admPanel without effect
After moving frontend editing to a separate sysext (see #19491), the template TS property config.admPanel (respective... Ralf Hettinger
13:47 Bug #19767: Saving a be group causes a php warning
Forget this one. It happened in an installation where I had not yet done the db compare stuff.
Sorry, Uschi
Uschi Renziehausen
13:39 Bug #19767 (Closed): Saving a be group causes a php warning
When I try to save a be group i get the following php warning:
Warning: mysql_num_rows(): supplied argument is not...
Uschi Renziehausen
12:48 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
I can recognize the completely same problem on a TYPO3 4.2.1, php5, mysql5 with tmenu_layers.
But the interesting th...
Clemens Riccabona

2009-01-05

19:53 Bug #19747: TYPO3 4.2.3 + IRRE + RTE = System Error when saving.
Yes, Stanislas, I can confirm this now after having patched against 4.2.4-dev.
Good work, thanks!
Jochen Rieger
19:52 Bug #19477: RTE does not work in IRRE subelements
From my point of view the patch v2 is working for 4.2.4-dev. I added an extension that has a minor IRRE-RTE setup for... Jochen Rieger
16:11 Bug #19766: hide/unhide page causes error when done via the context menu
i found the reason, error comes from my patch #18673.
I have to investigate how this can be changed preventing error...
Steffen Kamper
15:30 Bug #19766: hide/unhide page causes error when done via the context menu
i can confirm this Steffen Kamper
15:05 Bug #19766 (Closed): hide/unhide page causes error when done via the context menu
Hi folks,
I am on 4.3 trunk revision 4651. When I want to hide or unhide a page using the context menu in the page...
Uschi Renziehausen
15:24 Feature #19764: Add contrib directory to list of allowed paths
committed v2 to 4_1, 4_2 and trunk, rev 4653-4655 Steffen Kamper
14:42 Bug #19428: label uid shows not working
committed to 4_1 and trunk, rev 4650/4651 Steffen Kamper
11:20 Bug #19765: Misspelling english word "guesbooks" (should: guestbooks)
committed to 4_1, 4_2 and trunk, rev 4647 - 4649 Steffen Kamper
09:54 Bug #19765 (Closed): Misspelling english word "guesbooks" (should: guestbooks)
Misspelling english word "guesbooks", should be guestbooks (with "T") in file ./typo3/sysext/cms/layout/locallang_mod... Michael Schams

2009-01-04

22:48 Feature #19764 (Closed): Add contrib directory to list of allowed paths
It is sometimes necessary to include JavaScript frameworks in the FE. However, the frameworks in the 'contrib' direct... Dan Osipov
21:21 Bug #19751: Strip uploaded images headers
Additional squizing:
- By Niels Frohling:
http://groups.google.com/group/comp.compression/browse_thread/thread/83...
John Angel
18:29 Bug #19428: label uid shows not working
i uploaded new patch. For uid there is no need to load TCA, so save performance and return the value. Steffen Kamper
17:05 Bug #19428: label uid shows not working
Uploaded new and correct diff. Jan Perdoch
16:48 Bug #19428: label uid shows not working
I uploaded diff file with my solution for uid label and I hope it help. Jan Perdoch
16:37 Bug #19763: filelist path is saved absolute so shortcuts don't work if system is moved or copied
which version do you mean? I think this should be solved in 4_2-branch and trunk Steffen Kamper
15:55 Bug #19763 (Closed): filelist path is saved absolute so shortcuts don't work if system is moved or copied
If you add a shortcut to a open textfile in the filelist module the path is saved absolute. If you move or copy the s... Jonas Felix
14:06 Feature #17333: page module: Show header of content element in columns overview also for headers set to hidden
Duplicate of #19745, fixed in 4.2.4 Christian Kuhn
14:00 Bug #19741: Foldout menu in TYPO3 4.3.0 is broken
Unable to reproduce, the foldout works fine for me in current trunk (rev. 4644) with FF3.
Could you please specify...
Christian Kuhn
13:48 Bug #19746: Switching to List view from Page view results in a session timeout when TYPO3 is not at website's root
Xavier, maybe you forgot to mention that this bug relates to the Templavoila Page module?
If so, there are already...
Christian Kuhn
12:06 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
Dmitry: do you know why this (fundamental!) INSTALL.txt isn't in the core trunk? (i could not find it anywhere but he... Stefano Cecere

2009-01-03

23:30 Bug #19762: Traversing back page records used in CONTENT object does not work on root page
Forgot to mention another flaw:
Using select.pidInList for this approach on the table pages does not make sense at a...
Oliver Hader
18:21 Bug #19762 (Closed): Traversing back page records used in CONTENT object does not work on root page
The TypoScript object CONTENT allows to traverse back the rootline until something valid was found with the following... Oliver Hader
20:14 Bug #19350: Editing of large files in fileadmin not possible
The "Problem" is solved as there was not any :-( Sorry.
The behaviour was triggerd be some suhosin settings on two s...
Bernd Schuhmacher
18:41 Bug #19614: Irre in news not possible => Docheader is hidden => Page can't be saved
@olly: I tested this in 4_2 (svn branch) and the problem doesn't appear there, so it's in trunk only. Steffen Kamper
18:36 Bug #19614: Irre in news not possible => Docheader is hidden => Page can't be saved
ok, here again more detailed.
How to reproduce:
* Install tt_news
* Install attached test-extension
* create a ...
Steffen Kamper
18:25 Bug #19757: t3lib_cache_exception_NoSuchCache: A cache with identifier "cache_pages" does not exist
Hi Dmitry,
no, he did that all. He even deleted the cache tables before doing the COMPARE. So tables are correct.
Steffen Kamper
10:48 Bug #19761 (Closed): ExtJS directory structure is broken
ExtJS directory structure in typo3/contrib/extjs is not the same as in the standard ExtJS distribution. It complicate... Dmitry Dulepov

2009-01-02

22:11 Bug #19757: t3lib_cache_exception_NoSuchCache: A cache with identifier "cache_pages" does not exist
...and he should have asked in the mailing lists before writing a bug reported because it is not really a bug... Dmitry Dulepov
22:11 Bug #19757: t3lib_cache_exception_NoSuchCache: A cache with identifier "cache_pages" does not exist
This error will happen if database tables have old (4.2) format. So this error is expected in Ingo's case. He should ... Dmitry Dulepov
19:14 Bug #19757: t3lib_cache_exception_NoSuchCache: A cache with identifier "cache_pages" does not exist
i read 3 times after i got it :D
should read:
that the exception t3lib_cache_exception_NoSuchCache could not be...
Steffen Kamper
16:44 Bug #19757 (Closed): t3lib_cache_exception_NoSuchCache: A cache with identifier "cache_pages" does not exist
I've done a upgrad (4.2 -> 4.3.dev) based on the current SVN Branch. After the update I get in the FE the above writt... Ingo Schmitt
22:07 Bug #19759: Move t3lib_tceforms_fe into its own file
Compatibility is broken :( If someone uses this class, it will be expected in the old file. To preserve compatibility... Dmitry Dulepov
20:25 Bug #19759 (Closed): Move t3lib_tceforms_fe into its own file
Currently, t3lib_tceforms_fe is located within the main t3lib_tceforms file which violates the CGL requirement of one... Jeff Segars
22:04 Bug #19744: RTE in section is rendered wrong
Works ok in my FireFox. It must be a browser–specific issue. Dmitry Dulepov
22:02 Feature #19503: Implement autoloading for TYPO3
"To be or not to be", that is a question... Dmitry Dulepov
21:49 Feature #19760 (Closed): typo3/contrib is not prefixed with config.absRefPrefix
Fix: include necessary code to the tslib_fe.
(issue imported from #M10047)
Dmitry Dulepov
21:48 Bug #19614: Irre in news not possible => Docheader is hidden => Page can't be saved
Steffen, please, respond. The issue should be closed unless you are able to provide more meaningful description. IRRE... Dmitry Dulepov
18:50 Bug #19756: removed deprecated function
committed v2 to trunk rev 4640 Steffen Kamper
18:49 Bug #19756: removed deprecated function
The patch was changed, openid was changed to use _GP, ICON_TYPES and t3lib_divGParrayMerged will stay without depreca... Steffen Kamper
17:37 Bug #19758 (Closed): Missleading Error with Emtpy COA: Catchable fatal error: Argument 1 passed to tslib_cObj::includeLibs() must be an array, null g
When having an empty COA in your TS, you get an missleading error Message: Catchable fatal error: Argument 1 passed t... Ingo Schmitt
15:10 Bug #19751: Strip uploaded images headers
I prefer recursive work, too. But you should avoid `find $DIR/*` as this passes a long (often too long) argument list... Steffen Gebert
14:26 Bug #18925: htmlArea RTE: control c and control x do not work in IE with TYPO3 4.2
@see #9894 Ralf Hettinger
14:25 Bug #19681: RTE.default.showButtons = * makes copying/pasting/cut with ctrl-c, ctrl-x, ctrl-v impossible in Fx 3.0.x
Related to #8648
Indeed I would think it's a duplicate, but this report here has a very neat description...
Ralf Hettinger

2009-01-01

19:27 Bug #19756 (Closed): removed deprecated function
this patch deletes all function marked as deprecated since 3.7 / 3.8
One Array wasn't stripped as there is no alte...
Steffen Kamper
19:09 Feature #18490: stdWrap for doNotLinkIt & doNotShowLink
committed to trunk rev 4639 Steffen Kamper
19:05 Bug #16806: TCAdefaults.tt_content.imagecols = 1 is missing
committed v2 to trunk rev 4638 Steffen Kamper
17:02 Bug #18767: Stage change notification emails not send when publishing from Live workspace
Commited to trunk, 4.2 and 4.1 on Jan 1st, 2009 Benni Mack
15:47 Bug #19755 (Closed): IMAGE content element: two fields for entering the image width, none of them saves its content
In my TYPO3 installation, there are two fields for editing the image width property (Please have a look at the attach... Kuno Meyer
13:47 Bug #19754 (Closed): define Default GET-vars
There is no way to set default values for GET-vars as you know from extensions where you can set _DEFAULT_PI_VARS
...
Steffen Kamper

2008-12-31

17:11 Bug #19746: Switching to List view from Page view results in a session timeout when TYPO3 is not at website's root
So, you have two different TYPO3 installations on one domain?
* first instance in www.domain.tld/
* second (differe...
Oliver Hader
09:45 Bug #25546 (Closed): t3editor does not work in Google Chrome
t3editor 0.0.10 does not work in Google Chrome - no syntax coloring.
Firefox is working nicely on the same installat...
Jörg Wagner

2008-12-30

16:58 Bug #19753: Function index not up to date in class t3lib_div
Committed as revision 4631 Francois Suter
14:22 Bug #19753 (Closed): Function index not up to date in class t3lib_div
15 functions are missing from the index in t3lib_div, making them hard to spot :-)
I run extdeveval on the file an...
Francois Suter
12:13 Feature #17297: Extend TCEFORM_confObj on Page TSconfig by property keepItems
Committed to SVN Trunk (rev. 4630) Oliver Hader

2008-12-29

22:32 Bug #19751: Strip uploaded images headers
I tried to run the script but I faced some compatibility problems on NetBSD / FreeBSD system. This is due to some lit... Fabien Udriot
16:27 Bug #19083: Date fields calculate wrong date using shortcut mode
This is the intended behaviour (at least it has been like that for ages). So "won't fix". Ernesto Baschny
09:26 Bug #19083: Date fields calculate wrong date using shortcut mode
As far as I can see, the described behaviour is not a bug, as it has always been like that (since 3.8.1, I just teste... Ernesto Baschny
16:26 Bug #19752: Shortcut "d" doesn't work as expected on date/time fields
Fix was commited to trunk (rev. 4628) and TYPO3-4_2 (rev. 4629). Ernesto Baschny
09:26 Bug #19752 (Closed): Shortcut "d" doesn't work as expected on date/time fields
Since 4.2.0, the behaviour of the "d" shortcut for getting current date (aliases are "t" and "n") changed:
1) Ente...
Ernesto Baschny
16:25 Bug #18977: Date/time field problem with timezone shifting when using the "+xx" and "d" syntaxes
Fix was commited to trunk (rev. 4628) and TYPO3-4_2 (rev. 4629). Ernesto Baschny
15:17 Feature #19685: Enable stdWrap for expAll
committed to trunk rev 4626 Steffen Kamper
15:03 Bug #19745: Pagecontent/Hidden has no effect
committed to trunk and 4_2 rev 4624, 4625 Steffen Kamper

2008-12-28

23:08 Bug #19751 (Closed): Strip uploaded images headers
Images can hold miscellaneous information (profiles, comments) in its headers.
The idea is to introduce config opt...
John Angel
15:03 Bug #19749 (Closed): overrideWithExtension uses hardcoded urls
There are two wizards that you can override by extension:
* new page create wizard
* new content element wizard
...
Steffen Kamper
12:41 Bug #19743: Tabbing through tables does not work anymore
Hey Stan,
the good news for you is that this was due to some mistake on my side. So everything is fine again and y...
Uschi Renziehausen
04:33 Bug #19747: TYPO3 4.2.3 + IRRE + RTE = System Error when saving.
I cannot reproduce this error after applying the patch attached to issue #9596.
Please upload an extension with wh...
Stanislas Rolland

2008-12-27

21:21 Feature #19748: ImageMagick generates larger than necessary files
Here is the example: when creating 40x40 thumbnail from certain (not all) 70 kb jpegs, without –strip the result was ... John Angel
18:40 Feature #19748 (Closed): ImageMagick generates larger than necessary files
IM preserves image profile information unless '-strip' option is specified. More info:
http://www.imagemagick.org/Us...
John Angel
15:06 Bug #19747 (Closed): TYPO3 4.2.3 + IRRE + RTE = System Error when saving.
As stated in the RTE mailing list [1] there is a nasty sounding JS error window popping when saving child records (mo... Jochen Rieger
14:26 Bug #19746 (Closed): Switching to List view from Page view results in a session timeout when TYPO3 is not at website's root
Redirection from Page view to List view when TYPO3 is not at website's root is done with the target being at website'... Xavier Perseguers
12:59 Bug #19735: Extend UpdateWizard for install systemextensions
committed to trunk rev 4618 Steffen Kamper
00:55 Bug #19744: RTE in section is rendered wrong
after analyse the HTML output the bug seems to be in RTE
For example:
The wrapperDiv (<div id="editorWrapdata[tt_...
Steffen Kamper

2008-12-26

22:30 Bug #14256: special characters in username not checked
Just a further observation unfortunately without digging into details on this very very old one.
FE LOGINS
...
Ralf Hettinger
20:49 Bug #19745: Pagecontent/Hidden has no effect
Patch pending in the Core list Dan Osipov
20:45 Bug #19745 (Closed): Pagecontent/Hidden has no effect
Help for the option says:
"If you select "Hidden" the header will simply not appear. This is usefull if you wish a h...
Dan Osipov
15:03 Bug #19744 (Closed): RTE in section is rendered wrong
If you have rte in a section, it's rendered correct first time. After saving and reopen it's rendered wrong, see scre... Steffen Kamper
14:55 Feature #19693: Integrate possibility to define additional header data via TypoScript
Hi olly,
This is a nice idea, it allows adding header data depending on defined objects.
+1!
Steffen Kamper
14:24 Bug #19743 (Closed): Tabbing through tables does not work anymore
Hello Stan :-)
Somehow the tabbing through table cells does not work anymore as before. When using typo3 trunk rev...
Uschi Renziehausen
14:13 Feature #19742 (Closed): [felogin] New Method for "forgotPassword"
The old method has a few issues that makes it possible to annoy other users, a new password is generated if you enter... Steffen Kamper
12:53 Bug #19722: Either TYPO3_MOD_PATH or $BACK_PATH was not found - configure ext_emconf.php
The extension relies on the new mechanism to integrate BE modules ( see #5278 ). Therefore no BACK_PATH and TYPO3_MOD... Andreas Beutel

2008-12-25

21:20 Bug #16644: Time zones support
Seems like this is a pretty old issue which got fixed in 4.2.0 already. If not, please reopen. Michael Stucki
17:51 Bug #19741 (Closed): Foldout menu in TYPO3 4.3.0 is broken
Hello,
the foldout menu of opendocs in TYPO3 4.3.0 alpha 1 and in the current trunk is broken. The ext works fine ...
Daniel Felix
17:45 Feature #19099: The Extension Manager needs long time to get Updates
This ticket can be closed.
Its done since i use a own server with more power. But i think this problem is still c...
Daniel Felix
17:43 Bug #19098: backspace deletes wrong characters
This error still occurs in my Firefox 3.0.5 and Firefox 3.1 when i write some sentences very fast and suddenly press ... Daniel Felix
17:40 Bug #19655: Extreme performance decrease
By the way...
memcached should automatically work for TYPO3 in the current trunk, or?
Or is there any checkbox ...
Daniel Felix
17:38 Bug #19655: Extreme performance decrease
I get the last trunk with the fixed memcached-support and two other bugfixes which broke down the performance.
The...
Daniel Felix
09:55 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
TV is not relevant. It does not show forms. The problem is in the TYPO3 core.
I cannot reproduce it in trunk.
Dmitry Dulepov
09:24 Bug #19129: Modul List T3 Backend
It means that tables were not created properly. The fix must not be applied as described in the bug report. Please, c... Dmitry Dulepov
09:17 Bug #19740: TYPO3 generates incorrect ETag
4.1: rev 4605
4.2: rev 4604
4.3: rev 4603
Dmitry Dulepov
09:10 Bug #19740 (Closed): TYPO3 generates incorrect ETag
According to [1] and [2] ETag value must be wrapped in quotes. TYPO3 does not follow the RFC and generates ETag witho... Dmitry Dulepov
05:28 Bug #18928: Page alias not publishing to LIVE from any workspace
This is also the case for 'Speaking URL path segment' - It is not transferred to the LIVE environment upon publish.
...
Pascal

2008-12-24

16:40 Bug #19083: Date fields calculate wrong date using shortcut mode
Changing target version to 4.2.5 because this won't be ready for 4.2.4. Michael Stucki
16:38 Bug #19083: Date fields calculate wrong date using shortcut mode
Ernesto, can you please have a look at the proposed fix? Michael Stucki
16:37 Bug #19083: Date fields calculate wrong date using shortcut mode
After looking through the code, I will not change it. The issue was introduced in revision 2752 by Ernesto Baschny. I... Michael Stucki
15:34 Bug #19083: Date fields calculate wrong date using shortcut mode
Btw. does anyone know since when this is broken? I remember it worked pretty fine once... Michael Stucki
15:32 Bug #19083: Date fields calculate wrong date using shortcut mode
Thanks for the patch, it works fine. I'll post this to the core team list now. Michael Stucki
11:02 Feature #19739 (Closed): TypoScript Condition to check for installed extensions
It is sometimes necessary to give a different setup if an additional extension has been installed. This could be to e... Franz Holzinger
00:22 Bug #19617: hook for linkhandler is missing in RTE browse_links
i think that Stan's hook configuration should go into linkhandler extension.. otherwise linkhandler doesn't work with... Stefano Cecere

2008-12-23

15:16 Bug #19696: Spellcheck does not work when TYPO3 is installed in subdir (TYPO3 4.3-dev)
Well, the patch worked, but would not work in all cases. Please test the attached follow up patch, which should apply... Stanislas Rolland
00:57 Bug #19696: Spellcheck does not work when TYPO3 is installed in subdir (TYPO3 4.3-dev)
Committed to SVN TYPO3core trunk (revision 4594). Stanislas Rolland
10:01 Bug #18220: typo3-docheader not visible when error occures
I think it's no problem to disable displaying php errors (or at least lowering the error-level - only errors but no w... Christian Hernmarck
08:25 Bug #18220: typo3-docheader not visible when error occures
This is still a usability problem for setups with enabled php warnings in productive environments, see #18980 for som... Christian Kuhn
09:43 Bug #19626: ClearCacheMenu doesn't work when click on icon
committed to trunk rev 4595 and TYPO3_4-2 rev 4596
Steffen Kamper
08:19 Feature #19738 (Closed): TS object browser: use AJAX to load parts of the tree
See subject
(issue imported from #M10007)
Dmitry Dulepov
08:16 Bug #18980: warnings interferee with the save buttons.
This issue will be set to resolved as a duplicate of #18220.
#18220 already has a pending patch in the core list b...
Christian Kuhn
08:13 Bug #19737 (Closed): "No template found" error after adding extension template
When a new extension template is added to the same page where main site template is located, it is placed to the topm... Dmitry Dulepov
08:08 Bug #18068: Positioning of buttons/icons for saving, closing and previewing documents is less usable than before
This is by design and acknowledged by the HCI team, afaik. Christian Kuhn
08:00 Bug #19048: Backend content saving button are overwritten by php-warnings
Duplicate of #18220 Christian Kuhn
07:45 Feature #17386: Make length of record titles configurable in List Module
Duplicate of pending #18999. Christian Kuhn
07:40 Bug #18732: Changing user account startup module preferences break Click Menus (pagetree and filelist)
Feedback needed. Christian Kuhn
07:39 Bug #18732: Changing user account startup module preferences break Click Menus (pagetree and filelist)
I am unable to reproduce this with current 4.2.3 and trunk (rev. 4593).
Is this still reproducible for you?
BTW...
Christian Kuhn
07:30 Bug #18542: $TCA['tt_content']['interface']['maxSingleDBListItems'] =350
Related to #19337 Christian Kuhn
07:29 Feature #19337: make showLimit of db/recordlists configurable
Related to #18542 Christian Kuhn
07:24 Feature #18323: Save and Create button for CE
This is already available in 4.2:
The docheader has a "Save and create new" button for all content elements in Web...
Christian Kuhn
07:17 Feature #17425: TSConfig options.disableDelete does not disable "delete" icon in List extended view
options.disableDelete is only meant for TCEFORMs and not the list-module. Christian Kuhn
07:07 Feature #17762: Possibility to add new action buttons using a hook for Web > List
Hooks have been added with #17801.
Please reopen or add a new issue if those still don't fit your needs.
Christian Kuhn
07:06 Feature #17346: Mod list : adding Icons
Hooks have been added with #17801.
Please reopen or add a new issue if those still don't fit your needs.
Christian Kuhn
06:54 Bug #17548: Usability: After editing a record in the list view, restore the same list view after saving+closing
Not reproducable in current 4.2.3.
Fixed somewhere before current 4.2.3
Christian Kuhn
06:41 Bug #16546: editing template causes SQL error ' FROM ,pages'
No feedback for a long time.
Please reopen if you still think this is an error in current TYPO3 core.
Christian Kuhn
06:34 Feature #16181: Redirect at BE Login
Parts of this are solved in TYPO3 4.2.
The user settings allow to load a specific module on startup.
This logic...
Christian Kuhn
06:24 Bug #16225: Versionings "v" in Web>List not skinnable (extended view)
Fixed somewhere before release of 4.2.3 Christian Kuhn
06:23 Bug #16225: Versionings "v" in Web>List not skinnable (extended view)
Fixed in current versions, the "V" has class="typo3-ctrl-versioning" in its a tag. Christian Kuhn
06:11 Bug #19129: Modul List T3 Backend
This should be analyzed further. Why and how is this error triggered by direct_mail? At first glance this looks like ... Christian Kuhn
03:44 Feature #17225: Pagination to the List module
Uploaded a new and reworked patch to make this bug ready for a core list RFC:
* See attached screenshots for visua...
Christian Kuhn
02:34 Bug #19477: RTE does not work in IRRE subelements
This patch was committed only to trunk. The problem still exists in the 4.2 branch.
More testing is required before ...
Stanislas Rolland

2008-12-22

23:32 Bug #17107: maxW for image rows is not the maximum
5186_4.3.alpha1.patch provides better code readability of what is done. Ralf Hettinger
17:42 Bug #19735 (Closed): Extend UpdateWizard for install systemextensions
These systemextensions was created by moving the code from core to sysexts:
* simulatestatics
* fe_edit
* about
...
Steffen Kamper
17:32 Bug #19596: Fallback for skinImg having forceFileExtension
committed to trunk ver 4593 Steffen Kamper
17:11 Bug #19734 (Closed): t3lib_db explainOutput does not work with tablealias
Using table aliases in an SQL having t3lib_db::explainOutput ==1 causes mysql errors as t3lib_db::explain function c... Nabil Saleh
15:56 Bug #19302: mod.web_list.hideTables = tt_content dont work
works as expected - i close this one. Steffen Kamper
15:37 Bug #19302: mod.web_list.hideTables = tt_content dont work
I just tried to reproduce, it's working like expected in 4.2.3 and current trunk. Susanne Moog
11:22 Bug #19302: mod.web_list.hideTables = tt_content dont work
This worked fine in Typo3 4.1.7.
You need this feature if you use the extension rgnewsce.
Thomas Hirt
15:22 Bug #19544: Time simulation in Frontend Preview
The reason for this behaviour is that the submitted options (preview settings, simulate access time, etc.) are proces... Oliver Hader
14:58 Bug #19672: TCEmain function getExcludeListArray produces error if table in TCA with no "columns"
I can confirm this bug
(typo3 4.2.1 and static_info_tables 2.1.0)
Warning: Variable passed to each() is not an a...
Jacco Lammers
14:38 Bug #19696: Spellcheck does not work when TYPO3 is installed in subdir (TYPO3 4.3-dev)
the attached patch fixes the issue, thx for your fast work! Susanne Moog
14:20 Bug #19636: right click on links does show a broken context menu
really strange. I cannot reproduce it myself now. I checked with two browsers and the error is just gone. hm. sorry f... Susanne Moog
14:05 Bug #19733: Frontend preview on time controlled pages does not work
Duplicate of #19544. Michael Stucki
11:17 Bug #19733 (Closed): Frontend preview on time controlled pages does not work
The preview in frontend of pages that are shown at a given time does not work with "simulate time" in admin-panel:
*...
Oliver Hader
13:01 Bug #18673: Shortcut ends in parse_url-error
committed v5 to trunk, rev 4591/92 Steffen Kamper
12:45 Bug #19719: Extensions' class.ext_update.php scripts are executed even when extension isn't loaded
committed to 4_1, 4_2 and trunk, rev 4587-4589 Steffen Kamper
12:43 Bug #18829: tiny stuff in the Help Module (moved about and cshmanual to sysext)
committed to trunk rev 4590 Steffen Kamper
08:49 Feature #19732 (Closed): Enable "Content-length" header by default
Enabling content-length header speeds up rendering if pipelining is enabled in Apache (browser does not have to wait ... Dmitry Dulepov
08:31 Bug #19731 (Closed): Setting [BE][compressionLevel]=true causes problems
After fixing #19700 using 'true' is no longer possible because it makes blank output.
Fix: test for int and change...
Dmitry Dulepov
07:34 Bug #18048: Generating extension import list takes very long
I confirm this bug with TYPO3 4.3svn on my notebook with AMDTurionX2:
Unfortunaltely I can hardly import any extensi...
Franz Holzinger
00:38 Bug #19730 (Closed): Custom tags moved or stripped if enclosing more than one paragraph
I've introduced a custom tag for footnotes. The tags <fn></fn> just enclose the footnote text where the footnote shou... Christian Lerrahn
00:26 Bug #19433: HTML tags are removed in RTE content
I can confirm what Ertan writes. HSC is set to 0 and still I have this problem. Christian Lerrahn

2008-12-21

23:29 Bug #19729 (Closed): ereg is deprecated in PHP 5.3 alpha3
With current TYPO3 trunk I get a lot of PHP warnings like this one using PHP 5.3 alpha 3:
"Deprecated: Function er...
Niels Pardon
22:37 Bug #19728: ereg* is deprecated in PHP 5.3 alpha3
Solution: use preg_replace(). Niels Pardon
18:10 Bug #19728 (Closed): ereg* is deprecated in PHP 5.3 alpha3
With current TYPO3 trunk I get a lot of PHP warnings like this one using PHP 5.3 alpha 3:
"Deprecated: Function er...
Niels Pardon
21:51 Feature #19399: Add the ability of including external files to includeJS/getFileName
Patch resolving this limitation (is it a bug?) will be uploaded shortly.
The patch renames the original "getFileName...
Mikkel Ricky
11:40 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
same problem here (TYPO3 4.2.3 - TV 1.3.7 PHP 5.2) Tom Walter
 

Also available in: Atom