Project

General

Profile

Activity

From 2007-06-17 to 2007-07-16

2007-07-16

23:59 Bug #16187: INSERTquery() and UPDATEquery() don't return a string on all occasions
Maybe in DBAL the behaviour can be changed so that INSERTquery() and UPDATEquery() always return an array or maybe ev... Martin Kutschker
23:51 Bug #17376: Persistent MySQL connections to more than one database doesn't work
Quote from the manual:
First, when connecting, the function would first try to find a (persistent) link that's alr...
Martin Kutschker
23:46 Feature #17382: Delete button in yellow warning box
IMHO it would be better if the file could contain data for an IP check.
AFAIR it's not possible to chek in typo3/i...
Martin Kutschker
23:42 Bug #17393: Hiding of own user should be not possible
Franz arguments convinces me. But perhaps the user should need to confirm the deactivation of his own account with JS... Martin Kutschker
23:32 Bug #17430: The L parameter is not korrekt if you enter a nonexisting language
Upgrade top 4.1 and use config.linkVars = L(1-2). See TSref Martin Kutschker
23:27 Bug #17444: Inserting a mailto: link with a parameter gets rendered like an HTTP link
Does it work for you when the subject has no colon in it?
I have seen mailto: links that work though IE and Firefo...
Martin Kutschker
23:23 Bug #17428: Eval => int will create '0' as value which is wrong
I'm closing it on request, but of course Georg is right, the behaviour is dull. The problem is that the TCA doesn't d... Martin Kutschker
23:18 Bug #17447: locallang.xml will not allow special chars in the default section
Language "default" is per definition restricted to the characters of latin1. But thhose accented letters and umlauts ... Martin Kutschker
23:07 Bug #17271: cli_dispatch.phpsh will not run on CGI API
It must be checked if the scripts is run from webserver. If so, the script should terminate. Martin Kutschker
23:07 Bug #15220: Filesize of maximum allowed files in mailforms
We have a config.formMailCharset setting, so we could have a config.formMailFilesize as well.
We could have of cou...
Martin Kutschker
22:16 Bug #15834: t3lib_div::trimExplode() is heavily called and can be optimized => nearly 1% improvement in fronEnd (both cached and uncached)
Another version:
function trimExplodeMASI($delim, $string, $onlyNonEmptyValues=0) {
$array = explode(...
Martin Kutschker
21:35 Revision 5f68ff3f: Tagging TYPO3 4.0.7
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-0-7@2436 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
21:35 Revision 5a338bea: Release of TYPO3 4.0.7
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2435 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
21:22 Revision a1897148: Tagging TYPO3 4.1.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-1-2@2434 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
19:22 Revision 2c472de7: IPmaskList check is triggered in CLI mode (thanks to Tobias Rohrle)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2433 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
19:21 Revision aa0fb359: IPmaskList check is triggered in CLI mode (thanks to Tobias Rohrle)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2432 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
19:17 Revision 4c17ac13: IPmaskList check is triggered in CLI mode (thanks to Tobias Rohrle)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2431 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
19:08 Bug #17475: forceReturnPath in class.t3lib_htmlmail ignored
Oops thanks for your hint and clarifying this! Daniel Chabrol
19:01 Bug #17475: forceReturnPath in class.t3lib_htmlmail ignored
$TYPO3_CONF_VARS['SYS']['forceReturnPath'] is a switch. If set the return path may be forced (re-read the code!).
...
Martin Kutschker
18:33 Bug #17475 (Closed): forceReturnPath in class.t3lib_htmlmail ignored
If you set forceReturnPath in localconf.php
$TYPO3_CONF_VARS['SYS']['forceReturnPath'] = 'foo@bar.org';
it has no i...
Daniel Chabrol
18:07 Revision 574e30b4: Workaround for release process
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2430 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
18:06 Bug #17471: PHP Fatal error: Cannot redeclare class t3lib_timetrack
CentOS 4 is the environment
Apache: httpd.x86_64 2.0.59-1.el4s1.7.el4.centos
PHP: php-5.1.6-3.el4s1.7
MySQL: mysql...
Bruce Tenison
11:44 Bug #17471: PHP Fatal error: Cannot redeclare class t3lib_timetrack
What Server environment are you using (Apache, PHP, MySQL) and what are the exact versions of them? Oliver Hader
09:39 Bug #17471 (Closed): PHP Fatal error: Cannot redeclare class t3lib_timetrack
Tonight we started receiving the following error message in our error_log:
PHP Fatal error: Cannot redeclare clas...
Bruce Tenison
17:59 Revision 7f81cf6b: Workaround for release process
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2429 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
16:50 Revision ab824f0b: * Fixed possible XSS in workspace/version modules (requires valid BE login / patch by Christian Kuhn)
* Removed possible display of phpinfo() (requires bug in extension to be unveiled)
git-svn-id: https://svn.typo3.or...
Michael Stucki
16:49 Revision 1d75a4af: Release of TYPO3 4.1.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2427 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
16:49 Revision 5e9d5344: Release of TYPO3 4.0.7
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2426 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
16:48 Revision ebf0a1b1: * Fixed possible XSS in workspace/version modules (requires valid BE login / patch by Christian Kuhn)
* Removed possible display of phpinfo() (requires bug in extension to be unveiled)
git-svn-id: https://svn.typo3.or...
Michael Stucki
16:46 Revision 1fe44f33: * Fixed possible XSS in workspace/version modules (requires valid BE login / patch by Christian Kuhn)
* Removed possible display of phpinfo() (requires bug in extension to be unveiled)
git-svn-id: https://svn.typo3.or...
Michael Stucki
16:44 Feature #17445: Make BE user groups valid for a period of time
that is correct!
it makes sense because there are far more rights available in the group then in a single be user re...
Georg Ringer
14:06 Feature #17445: Make BE user groups valid for a period of time
So, you'd like to have a period where a BE user group is valid and e.g. expires after a given daten? Oliver Hader
15:42 Bug #17474 (Closed): RTE of Typo3 (vers. 4.1.1) balise align="center" (right or left) not any more supported by W3C
In RTE of Typo3 (TYPO3 vers. 4.1.1) balise align="center" (right or left) not any more supported by W3C.
In RTE whe...
Jean-Fr©déric Schneider
15:11 Bug #17119: RTE in child elements overwrites field in parent element
Committed to SVN:
* TYPO3_4-1 (rev. 2422)
* Trunk (rev. 2423)
Oliver Hader
15:09 Revision 06602601: Fixed bug #5556: IRRE - RTE in child elements overwrites field in parent element
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2423 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:09 Revision e7f386b5: Fixed bug #5556: IRRE - RTE in child elements overwrites field in parent element
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2422 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:06 Revision ba9d31a5: Correct last patch
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2421 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
14:28 Revision 8200234b: t3lib_div::getHostname used $_SERVER instead of t3lib_div::getIndpEnv()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2420 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
14:27 Revision b131e8c3: t3lib_div::getHostname used $_SERVER instead of t3lib_div::getIndpEnv()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2419 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
14:05 Revision bd216ab8: Fixed bug #3834: possible abuse of t3lib_formmail
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2418 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
13:55 Revision 559fc43b: Fixed bug #3834: possible abuse of t3lib_formmail
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2417 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
13:51 Feature #17473: TCA fe_group/permission select order by title (for tt_content or pages)
great, thank you! Jonas Felix
13:48 Feature #17473: TCA fe_group/permission select order by title (for tt_content or pages)
Good idea to change this. I've added a patch for the tables tt_content, pages and fe_users. Please add a new bug issu... Oliver Hader
11:51 Feature #17473 (Closed): TCA fe_group/permission select order by title (for tt_content or pages)
Order the fe_group select by title or tt_content, pages and all default TYPO3 tables.
For everyone who doesn't wan...
Jonas Felix
13:36 Bug #17470: Copying of an IRRE Parent object reverses the Childs order
That would be great. Please upload your extension - otherwise you could send me the extension via e-mail to (oh -at- ... Oliver Hader
12:45 Bug #17470: Copying of an IRRE Parent object reverses the Childs order
That's quite strange. I got this extension running on 2 systems (Development and Live). Both system show the same beh... Nico Thomaier
11:41 Bug #17470: Copying of an IRRE Parent object reverses the Childs order
Hm, I could not reproduce this behaviour with the latest revision of the 4.1 branch. Furthermore I tried to check thi... Oliver Hader
11:15 Bug #17470: Copying of an IRRE Parent object reverses the Childs order
The Childs are related 1:n by an foreign_field...
I will upload the ext_tables.php and the tca.php file so you can ...
Nico Thomaier
11:38 Feature #17472 (Closed): tools_config - alphabetical order for better reading
Orderarrays in tools_config alphabetically for better reading/searching/browsing.
(issue imported from #M5972)
Jonas Felix

2007-07-15

11:09 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
Wow !
Oliver, that's a great idea and excellent work !!!
thanks very much.
Steffen Kamper

2007-07-14

16:14 Bug #17443: Plugins: Use record specific RTEtsConfigParams
Committed to SVN:
* TYPO3_4-1 (rev. 2415) -- will be in TYPO3 4.1.2
* Trunk (rev. 2416)
Oliver Hader
16:14 Revision a6670fb4: Fixed bug #5907: RTE-Plugins: Use record specific RTEtsConfigParams
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2416 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:13 Revision 437564d0: Fixed bug #5907: RTE-Plugins: Use record specific RTEtsConfigParams
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2415 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:10 Bug #17345: Copying a page with related child records leads to duplicates of each children
Committed to SVN:
* TYPO3_4-1 (rev. 2413)
* Trunk (rev. 2414)
Oliver Hader
16:10 Revision b23d385d: Fixed bug #5718: IRRE - Copying a page with related child records leads to duplicates of each children
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2414 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:10 Revision 251e9101: Fixed bug #5718: IRRE - Copying a page with related child records leads to duplicates of each children
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2413 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:08 Bug #17340: IRRE children on the table pages get the pid of the parent page in pagetree
Committed to SVN
* TYPO3_4-1 (rev. 2411)
* Trunk (rev. 2412)
Oliver Hader
16:07 Revision d02ff82e: Fixed bug #5704: IRRE - Children on the table pages get the pid of the parent page in pagetree
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2412 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:06 Revision 2228b48d: Fixed bug #5704: IRRE - Children on the table pages get the pid of the parent page in pagetree
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2411 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:00 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
I adapted the patch to some changes concerning nesting in the TYPO3 Core. Oliver Hader
12:01 Bug #17470: Copying of an IRRE Parent object reverses the Childs order
Can you give an example how the child records are related to the parent (1:n comma separated, 1:n foreign_field, m:n ... Oliver Hader
01:24 Bug #16342: t3lib_formmail does not verify attachments with is_uploaded_file()
Fixed in SVN (trunk, 4.1 and 4.0).
Martin Kutschker
01:17 Revision 893f16a7: Fixed bug #3834: possible abuse of t3lib_formmail
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2410 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker

2007-07-13

23:53 Bug #17271: cli_dispatch.phpsh will not run on CGI API
If you mind to use the -C and the -q switch the CGI API may mimic the CLI API with the following code:
ini_set('ht...
Martin Kutschker
23:21 Feature #17309: Add a property to stdWrap.data to access values from flexforms
I think it's possible, but you shouldn't be able to specify the table. IMHO this should simply work on the current ro... Martin Kutschker
21:31 Bug #17470 (Closed): Copying of an IRRE Parent object reverses the Childs order
When copying an IRRE Parent to another or the same page reverses the Childs sorting order.
(issue imported from #...
Nico Thomaier
19:38 Bug #17461: Parent record is not shown after saving the first time to a table on a TYPO3 system
Committed to SVN:
* TYPO3_4-1 (rev. 2408)
* Trunk (rev. 2409)
Oliver Hader
19:37 Revision 25f0c03c: Fixed bug #5948: IRRE - Parent record is not shown after saving the first time to a table on a TYPO3 system
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2409 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:34 Revision 5b71def3: Fixed bug #5948: IRRE - Parent record is not shown after saving the first time to a table on a TYPO3 system
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2408 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:26 Bug #17448: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (Part 2)
Committed to SVN:
* TYPO3_4-1 (rev. 2406)
* Trunk (rev. 2407)
Oliver Hader
19:23 Revision 6d271489: Fixed bug #5913: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (continuance of bug #5177)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2407 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:22 Revision cb0eb46c: Fixed bug #5913: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (continuance of bug #5177)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2406 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:58 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
I totaly agree with michi, this is a realy core core core function which has to be changed very carefully.
If the...
Jonas Felix
17:10 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
Calm down please, dude! Have a look outside the window, and enjoy the nice weather. :-)
After all we don't want to...
Michael Stucki
15:13 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
Really ?
But, will the reports be read and the modification commited ?
Popy no-lastname-given
15:03 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
Popy, feel free to search for missing sql_free_results and to create a new bug issue with your patch. Thanks in advance! Oliver Hader
14:53 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
There's a bug because somebody did not want to make a SELECT query...
And why avoid SELECT query ? If the core tea...
Popy no-lastname-given
14:45 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
see http://bugs.typo3.org/view.php?id=4581#20715
Additional SELECT queries should be avoided what is possible with M...
Oliver Hader
14:02 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
Why should we use mysql_info ? Jonas Dübi 's solution will work (even if it can be optimized !) and don't need any DB... Popy no-lastname-given
13:57 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
Hi all,
your investigation is right, we can't use mysql_affected_rows() for that. There is a function called mysql...
Michael Stucki
10:51 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
Of course, but I did not read it
But why do you select the rows instead of selecting a count(*) ??
Popy no-lastname-given
10:48 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
@Popy
You could just insert my mail, so the solution is also presented ;-)
if (!$this->simulationHid...
Jonas Felix
10:19 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
The problem is here : (class.t3lib_tstemplate.php, line 365)
$GLOBALS['TYPO3_DB']->exec_UPDATEquery('cache_pagesec...
Popy no-lastname-given
17:45 Revision 60aed39f: Removed a superfluous ; in t3lib/class.t3lib_transferdata.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2405 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
17:44 Revision 44045174: Removed a superfluous ; in t3lib/class.t3lib_transferdata.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2404 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
17:43 Revision 0e8e2882: Removed a superfluous ; in t3lib/class.t3lib_transferdata.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2403 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
17:14 Bug #17462: BE-Shortcut to Tools->User Admin returns error
I can confirm this behaviour. It was somehow introduced by Kasper at the end of October 2006 together with typo3/mod.... Oliver Hader
14:36 Bug #17119: RTE in child elements overwrites field in parent element
I decided to drop the possibility to create more child records during AJAX requests are processed. The createNewRecor... Oliver Hader
11:54 Bug #17072: DBAL/PostgreSQL: SQL parse error in "Who is online" BE list
Same happens to me when BE > User Admin > List Users Online
typo3 4.1.1 & mysql
DBAL fatal error: No handler foun...
Stephan Lauterbach
10:29 Bug #17455: No proper error message mysql_error() information needed
Solution:
ini_set("track_errors",1);
$conn = @mysql_connect("invalidhost","user","pwd");
if (!$conn) {
$err =...
Martin Kutschker
10:18 Bug #17455: No proper error message mysql_error() information needed
The problem is that mysql_error() requires a link. Try this scenario:
$conn = @mysql_connect("validhost","user","p...
Martin Kutschker

2007-07-12

20:34 Bug #17469 (Closed): Comments in class.t3lib_extmgm.php
In some places of class.t3lib_extmgm.php there is a part of comment:
* FOR USE IN ext_locallang.php FILES
but thes...
Alexey Boriskin
18:39 Bug #17467: Fatal error with flexform fields in a database.
Please have a look to bug #16179 - there is also a patch provided which will be part of TYPO3 4.1.2. Oliver Hader
15:04 Bug #17467 (Closed): Fatal error with flexform fields in a database.
When using flexforms the following error occured:
[12-Jul-2007 14:38:57] PHP Fatal error: Cannot use string offse...
Alois Baule
16:06 Bug #17468 (Closed): TCA eval required on date field does not work
i'm trying to make a date field required ( using a TCA like this:
'tx_cxeurizon_publish_date' => array (
'labe...
Stefano Cecere
15:09 Feature #17378: Hide dotfiles such as .svn in filelists
I have attached "file_ignore-4.1.1.patch.gz" which must be applied against a vanilla typo3_src-4.1.1.
The patch do...
Sven Schwyn
14:51 Bug #16526: Moving content elements in frontent editing mode causes crash
Version 4.1.1 got this problem also.
How about the current status of the last patch? „The patch has to be checked ve...
Axel Klarmann
14:15 Feature #17466 (Closed): Caluculate of gifbuilder XY width max([10.w]|[20.w])
You want to create a GMENU by useing TypoScript.
The text of the GMENU should have 2 lines.
In one case the first ...
Daniel Kyak
13:36 Revision 10f7ed5e: Performance enhancement in t3lib/class.t3lib_div.php in function loadTCA
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2402 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
13:31 Revision 23238cbf: Performance enhancement in t3lib/class.t3lib_extmgm.php in function addToAllTCAtypes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2401 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
13:26 Revision 8ee57103: TCEForms: allow to create many sections at once
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2400 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
13:09 Bug #17465 (Closed): Usability Issue with classes wrapped with <> in select lists
Hello,
every time I work with RTE (and I use it a lot!I am annoyed by the fact, that each label for the classes in...
Uschi Renziehausen
12:49 Bug #17448: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (Part 2)
If you use the 4.1.1 release package, you need the patch from bug #17101 (0005177_v12_4_1.patch) and afterwards the c... Oliver Hader
12:36 Bug #17448: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (Part 2)
No matter in which sequence I install the patches, I always receive a bunch of errors. Do I need to install any other... Tobias Theiss
12:42 Bug #17464 (Closed): Disturbing behaviour of indent/outdent and TAB
Hello Coders :-)
When I try to create a nested UL/OL and use either the indent button or the tab key, all elements...
Uschi Renziehausen
11:15 Feature #17463 (Closed): Configure PID for new elements using IRRE
When using the "select" type instead of "inline" (IRRE) you are able to configure the uid of the folder, where new el... Tobias Theiss
08:36 Bug #17457: External URL leads to Internal Server Error (Error 500)
Really strange. When I used the link you told ".../3000", I got the error. After some reloads and tests I suddenly co... Oliver Hader

2007-07-11

22:08 Bug #17462 (Closed): BE-Shortcut to Tools->User Admin returns error
The BE-Shortcut to the Tools->User Admin Module does not work.
How to reproduce:
1. Choose Tools->User Admin Modu...
Christian Kuhn
17:54 Bug #17457: External URL leads to Internal Server Error (Error 500)
The .htaccess was one of the first things I tried by renaming the file. Brought the same errors.
The Apache configur...
Oliver Kuka
16:23 Bug #17457: External URL leads to Internal Server Error (Error 500)
Hm, this could possibly be faulty .htaccess file or a faulty configuration of your Apache webserver (maybe introduced... Oliver Hader
11:14 Bug #17457: External URL leads to Internal Server Error (Error 500)
Ah, forgot to mention. We're not using RealURL (in case it gets confused with those problems). Oliver Kuka
11:02 Bug #17457 (Closed): External URL leads to Internal Server Error (Error 500)
We have a mysterious problem with the pagetype "External URL". Instead of leading to the URL, an Internal Server Erro... Oliver Kuka
16:46 Bug #17461 (Closed): Parent record is not shown after saving the first time to a table on a TYPO3 system
Imagine you have two tables tx_myext_parent and tx_myext_child and these tables are "fresh" or were truncated before.... Oliver Hader
16:13 Bug #17458: user elements of type processor (mode=processor) gives js-errot
Committed to SVN:
* TYPO3_4-1 -- will be part of TYPO3 4.1.2
* Trunk
Oliver Hader
16:12 Bug #17458: user elements of type processor (mode=processor) gives js-errot
Markus, thanks for pointing this out. Oliver Hader
13:00 Bug #17458 (Closed): user elements of type processor (mode=processor) gives js-errot
if user element is used with mode=processor the request gives a js error;
this can be fixed with following change:...
Markus Lange
16:08 Revision e5b8770b: Fixed bug #5945: Missing right parenthesis in RTEhtmlarea user element module (thanks to Markus Lange)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2398 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
16:07 Revision 0e596583: Fixed bug #5945: Missing right parenthesis in RTEhtmlarea user element module (thanks to Markus Lange)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2397 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:57 Bug #17451: Einbindung von Bildern in Seiten führt zu mehrfachen Uploads
George is right, what you're looking for is DAM
see http://wiki.typo3.org/index.php/Dam
Oliver Hader
15:37 Bug #17451: Einbindung von Bildern in Seiten führt zu mehrfachen Uploads
It is not a bug but a feature! Use EXT DAM if you want a reference instead of a copy! The advantage is that User A ca... Georg Ringer
15:48 Bug #17456: Warning should be given out if using a MySQL Client older than 4.1.1
see http://dev.mysql.com/doc/refman/5.0/en/old-client.html
It's more a problem to the server admin than a TYPO3 bu...
Oliver Hader
15:28 Bug #17174: W3C Warning: trimming empty <dd>
Committed to SVN:
* TYPO3_4-1 (rev. 2395) -- will be part of TYPO3 4.1.2
* Trunk (rev. 2396)
Oliver Hader
15:26 Revision 850d34b9: Fixed bug #5331: Remove the caption wrap on images if no caption is set (thanks to Georg Ringer)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2396 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:25 Revision f994d4a3: Fixed bug #5331: Remove the caption wrap on images if no caption is set (thanks to Georg Ringer)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2395 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
13:32 Bug #16522: tx_cms_showpic (click to enlarge) not working
and another information:
the first rewrite rule with the %{QUERY_STRING} translates to:
http://pfadfinder.weidl...
r bhatia
13:26 Bug #16522: tx_cms_showpic (click to enlarge) not working
i think i narrowed it down to the rewrite rules.
adding the following below the last rewrite url solves the proble...
r bhatia
13:20 Bug #16522: tx_cms_showpic (click to enlarge) not working
it reappeared just now using typo3 v4.1.1.
please see http://pfadfinder.weidling.at/site/25.0.html and click any i...
r bhatia

2007-07-10

18:34 Bug #17456 (Closed): Warning should be given out if using a MySQL Client older than 4.1.1
"Warning: mysql_pconnect(): Client does not support authentication protocol requested by server; consider upgrading M... Christoph Eisenmann
18:25 Bug #17455 (Closed): No proper error message mysql_error() information needed
function sql_pconnect in class class.t3lib_db.php
if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['no_pconnect']) {
$th...
Christoph Eisenmann
12:54 Bug #17454: Encrypting email addresses could be better
Did you see that there is a possibility to append other text than just (at) and (dot)? For example, your email addres... Michael Stucki
12:34 Bug #17454 (Closed): Encrypting email addresses could be better
I know there is a function to encrypt email addresses:
config.spamProtectEmailAddresses
With two other functions,...
Ainulindal«
12:29 Bug #17439: Cropscaling of GIF Images fails if GDlib use the function truecolor
Nobody the same problem? I uploaded the image file that brings me the error. Georg Schnweger
09:04 Bug #17448: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (Part 2)
The test extension had a bug. I've uploaded a corrected version. Furthermore there were some small modifications in t... Oliver Hader

2007-07-09

20:50 Bug #17381: "patch" for Hook-TutorialArticle - page 3
Yes, very good.
may be choose a better naming
- $referenceObject
- $parentObject
- $parentClass
to help iden...
Steffen Kamper
19:30 Bug #17453 (Closed): csc-textpic-imagewrap totalwidth not calculated correctly?
There are 16 images on a content element (text w/image), 3 columns, "no rows" checked.
I'm getting the following ...
Antithesis Group
16:54 Bug #17452 (Closed): Resolving external URLs
RealURL will correctly resolve shortcut URLs, but not external URLs (see 'dontResolveShortcuts' in the manual). This ... Bart Veldhuizen

2007-07-08

20:26 Bug #17328: form wizard - set checkbox as required - solution
Fixed in SVN (4.2). Martin Kutschker
20:25 Feature #16713: Validate Checkboxes
Fixed in SVN (4.2). Martin Kutschker
20:10 Bug #17451 (Closed): Einbindung von Bildern in Seiten führt zu mehrfachen Uploads
Ich möchte in verschiedenen Seiten innerhalb einer Internetpräsenz jeweils das gleiche Bild einbinden. Wenn ich dies ... Sylvia-Kathrin Tanneberger

2007-07-07

16:04 Bug #17449: Clearing cache renders content incorrectly/incompletely
I have disabled all the local extensions and still the same problem. Peter Murray
14:43 Bug #17449: Clearing cache renders content incorrectly/incompletely
Sounds pretty strange, and it's quite difficult to make a golden guess.
I suggest that you disable all local extensi...
Michael Stucki
14:10 Bug #17449: Clearing cache renders content incorrectly/incompletely
TYPO3 Version 4.1.1
automaketemplate Version 0.1.0 local
Peter Murray
12:43 Bug #17449 (Closed): Clearing cache renders content incorrectly/incompletely
Updating the template or clearing the cache breaks the rendering of the page. Some parts of the template are not subs... Peter Murray
15:56 Bug #17450: No language overlay with TS select on table pages
ok a workaround could be
[ globalVar = GP:L = 1 ]
temp.test.select {
join= pages_language_overlay ON(pages.uid=...
Georg Ringer
15:22 Bug #17450 (Closed): No language overlay with TS select on table pages
It is not possible to make a TS select at the table pages on a multilanguage page!
Titles are not translated and n...
Georg Ringer
14:51 Bug #17023: JSMENU produces error if using baseurls
Committed to SVN
* TYPO3_4-1 (rev. 2393)
* Trunk (rev. 2394)
Oliver Hader
14:50 Revision c2c0703e: Fixed bug #5048: JSMENU produces error if using baseurls (thanks to Jens Koester)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2394 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:50 Revision 519fabfb: Fixed bug #5048: JSMENU produces error if using baseurls (thanks to Jens Koester)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2393 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:45 Bug #17415: Don't work automaketemplate
I agree with Peter. I'm almost sure you didn't add css_styled_content yet. Michael Stucki
12:22 Bug #17415: Don't work automaketemplate
1. Make sure you have CSS Styled Content extension installed and include the static template.
2. Make sure you have ...
Peter Murray
14:43 Revision a28232c9: Update to ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2392 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:43 Revision 1eaa9415: Update to ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2392 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:40 Bug #17027: GMENU imgNameNotRandom doesn't work with special=language
Committed to SVN
* TYPO3_4-1 (rev. 2390)
* Trunk (rev. 2391)
Oliver Hader
14:39 Revision ddfba22d: Fixed bug #5053: imgNameNotRandom on TMENU/GMENU could break rollover behaviour
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2391 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:37 Revision f0ffe297: Fixed bug #5053: imgNameNotRandom on TMENU/GMENU could break rollover behaviour
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2390 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
13:38 Bug #17448: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (Part 2)
The new patch fixes the following:
* correct disposal of inline levels concerning nesing
* reentry point for dynami...
Oliver Hader
12:05 Revision afbcac29: Changed back references \1 to ${1} in regular expressions in tslib_fe where necessary
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2389 709f56b5-9817-0410-a4d7-c38de5d9e867 Wolfgang Klinger
03:34 Revision df8d2917: Added new static_tsconfig_help data based on TYPO3 4.1 CoreDocs. Kudos to Stephane Schitter and Francois Suter for rewriting a backend module that allows to update this data again! (This functionality was broken after switching to TER2.)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2388 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
01:23 Bug #17076: FE editing tools panel: change sort order crash
That's a duplicate of #16526 Michael Stucki
00:01 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
Hi Thorsten, I think you can commit this now... Michael Stucki

2007-07-06

22:10 Feature #17286: Typolink cannot be created if FE user is logged in and the linked page is hidden from logged in FE users
Committed to Trunk. Michael Stucki
22:10 Revision 971d8e66: Added feature #5588: Add linkAccessRestrictedPages property to typolink function (patch by Franz Holzinger)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2387 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
20:28 Bug #17057: Record alt_label doesn't get processed
Fixed in TYPO3_4-1 and Trunk. Michael Stucki
20:27 Revision 8da6edf0: Fixed bug #5094: Record alt_label was not processed (patch by Volker Graubaum and Thomas Hempel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2386 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
20:26 Revision 7960e02f: Fixed bug #5094: Record alt_label was not processed (patch by Volker Graubaum and Thomas Hempel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2385 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
19:16 Bug #17072: DBAL/PostgreSQL: SQL parse error in "Who is online" BE list
Same happens to me when BE > User Admin > List Users Online
typo3 4.1.1 & mysql
DBAL fatal error: No handler foun...
arpad muranyi
18:27 Bug #14916: t3lib_div::getURL() uses cURL only for http protocol
Forget bug_1364_v2.diff please! It contained a syntax error.
I've fixed this in bug_1364_v3.diff and also modified...
Michael Stucki
18:08 Bug #14916: t3lib_div::getURL() uses cURL only for http protocol
Attached is a new version of the patch, made against Trunk @ revision 2377.
Note that other than in the first patc...
Michael Stucki
16:36 Feature #15232: TCAdefault.table.field as PageTS
Committed to trunk Wolfgang Klinger
16:32 Revision 2e5716a0: Implemented feature request #1919: TCAdefaults setting in page TS
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2384 709f56b5-9817-0410-a4d7-c38de5d9e867 Wolfgang Klinger
16:07 Bug #17235: Sorry, you didn't have proper permissions to perform this change.
Hi Karsten,
the enabled option causes the problem. The sys_log shows an error, that the content element couldn't b...
Marc Bastian Heinrichs
15:52 Bug #17448: RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (Part 2)
The in #17101 introduced getDynNestedStack function is not required in this complexity. Furthermore the handling of t... Oliver Hader
15:38 Bug #17448 (Closed): RTEhtmlarea not correctly displayed in IRRE child form-fields and tabs (Part 2)
This issue is a result of still missing things that should have been fixed in bug #17101.
(issue imported from #M...
Oliver Hader
15:13 Bug #16940: Mount Point Links
Also fixed in TYPO3_4-0 branch now... Michael Stucki
15:13 Revision cfbf447b: Fixed bug #4917: Wrong links inside mounted page with overlay (thanks to Melanie Meyer / Franz Ripfel)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2383 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
15:10 Revision 18c59697: some cleanup (all non-functional)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2382 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
15:09 Revision 5687b5d1: Make field selection work in browse_links.php popup (patch by Christian Jul Jensen)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2381 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
14:27 Bug #17447 (Closed): locallang.xml will not allow special chars in the default section
When using the default section of locallang.xml to define strings you can not use special characters while the typo3 ... Roger Sennert
13:34 Bug #17446 (Closed): TypoScript GIFBUILDER change jpg-quality has no effect
lib.headerimg = IMAGE
lib.headerimg {
file = GIFBUILDER
file {
XY = 628, 148
format = jpg
#qual...
Remo Hartwig
13:32 Feature #17445 (Closed): Make BE user groups valid for a period of time
It would be nice to have the start & stop fields also in the BE user group.
Thus, a BE user group can be enabled e.g...
Georg Ringer
12:43 Revision a6f4021e: Fix in indexed search: List of indexed pages could be broken if mutli-byte chars are cut in the middle (patch by Karsten Dambekalns)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2380 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
12:40 Revision f7949483: Fix in indexed search: List of indexed pages could be broken if mutli-byte chars are cut in the middle (patch by Karsten Dambekalns)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2379 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
12:22 Revision 1f6f8f8a: Fixed bug #3544: RTE-config in PageTS-config not loaded when in draft-workspace
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2378 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
12:21 Bug #16176: RTE-config in PageTS-config not loaded when in draft workspace
Fixed in TYPO3_4-0, TYPO3_4-1 and Trunk now! Michael Stucki
11:11 Bug #14988: xhtml_cleaning corrupts javascript in HTML-comment from extension
I can't remember the reason exactly. Probably it was because my <script> tags had no CDATA wrapped around? I don't kn... Michael Stucki
10:44 Bug #14988: xhtml_cleaning corrupts javascript in HTML-comment from extension
Hello Michael,
you have now added a new functionalitiy.
I have still not got any feedback about my latest patch. ...
Franz Holzinger
09:57 Bug #17427: Dependencies of uploaded extensions get lost
I could reproduce a very similar bug.
tt_products and mbi_products_categories, which depends on it, are shown in the...
Franz Holzinger
09:48 Bug #17444 (Closed): Inserting a mailto: link with a parameter gets rendered like an HTTP link
If you insert a link like this in the RTE:
mailto:rrhh@testdomain.com?subject=Ref:DESC
It gets rendered like th...
Jose Antonio Guerra
09:42 Bug #17443: Plugins: Use record specific RTEtsConfigParams
0005907_v2.patch changes the RTEhtmlarea variable in the plugins TYPO3HtmlParser, TYPO3Browsers, Acronym and UserElem... Oliver Hader
09:20 Bug #17443: Plugins: Use record specific RTEtsConfigParams
The attached patch (0005907.patch) creates the RTEtsConfigParams for each instance of RTEhtmlarea. If you'd like to t... Oliver Hader
09:18 Bug #17443 (Closed): Plugins: Use record specific RTEtsConfigParams
The RTEhtmlarea plugin UserElements offers a possibility to create custom tags. The shown popup window with those use... Oliver Hader
08:56 Bug #17442 (Closed): Default values defined in TCA not used in IRRE children
I want the standard doktype of an inlined page (pages-Table) to be Advanced (2).
Therefore I used
$TCA["pages"]["...
Joscha Feth
00:54 Bug #17441 (Closed): links ignoring L parameter
when using newloginbox in multilingual setups L-parameter will be cut
e.g. forgot password link etc.
when using p...
Steffen Kamper

2007-07-05

16:17 Bug #17440 (Closed): Default template is not XHTML compliant
With loginbox content element (pi1) html page became not XHTML compliant because loginbox contains HTML errors.
The...
Kirill Klimov
14:06 Bug #17439 (Closed): Cropscaling of GIF Images fails if GDlib use the function truecolor
I use the TS Code below to crop a GIF Image. The cropped Image has the right dimensions(150px*150px) but the <IMG> P... Georg Schnweger
11:49 Task #17198: Allow Drag&Drop of Content-Elements in Page-Module
This is about TCEForms and rendering sections inside them. Moving to CORE. Dmitry Dulepov
11:48 Feature #17149: Feature Request - Add functionality to easily position new / move around already existing repetitive data objects in FCEs
This is about TCEForms and rendering sections inside them. Moving to CORE. Dmitry Dulepov
11:41 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
I added a new patch (0005899.patch) that solves the nested level checks and handles the removal of sub structures.
...
Oliver Hader
11:38 Feature #17438 (Closed): Removing style attribute for images
Hi,
I would like to know if there's a way, and how, to tell htmlarea to not accept style attributes for images, as...
Ainulindal«
09:58 Bug #17428: Eval => int will create '0' as value which is wrong
ok, so please close this or delete it and thx for explanation Georg Ringer
09:51 Bug #17428: Eval => int will create '0' as value which is wrong
You set evaluation to int. In PHP empty integer values evaluate to 0... Dmitry Dulepov
09:49 Bug #17428: Eval => int will create '0' as value which is wrong
It is just inside of flexforms and the best thing would be just nothing stored. Of course I could make 0 as default v... Georg Ringer
09:34 Bug #17428: Eval => int will create '0' as value which is wrong
So, what do you want to have in the database if not 0 or 1000? How did you define field in SQL? By default it is NOT ... Dmitry Dulepov

2007-07-04

20:46 Bug #17428: Eval => int will create '0' as value which is wrong
This still doesn'T solve the problem because the value is optional and so 1000 as default is not an option Georg Ringer
18:49 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
I've added a first approach on this issue (0005899_unstable.patch) which still has a bug on checking other element on... Oliver Hader
17:31 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
The attached screenshot (screenshot.png) demonstrates some required fields nested in IRRE/Tabs. The yellow icons noti... Oliver Hader
17:29 Feature #17436 (Closed): Notify user where required elements are nested in IRRE or Tabs
TYPO3 offers the possibility to define fields as "required". If done so, you cannot save a record unless all required... Oliver Hader
15:36 Bug #17174: W3C Warning: trimming empty <dd>
You should try with xhtml_11 (xhtml 1.1.) but I agree with removing unused tags - so thx a lot oliver Georg Ringer
13:01 Bug #17174: W3C Warning: trimming empty <dd>
I added a patch for this one as suggested in the initial bug description.
However, I could not reproduce the W3C war...
Oliver Hader
15:00 Bug #17435 (Closed): Setting [FE][lifetime] higher than one week, disables Login
While trying to set CookieLifetime for FrontendUser we set this InstallTool Value to a higher than 604800 (3600*24*7)... Steffen Ritter
14:23 Feature #17434 (Closed): Allow more than one parent field pointing to the same children table with foreign_field
The following field configuration of a parent record in TCE is currently not possible:
'columns' => array(
'fir...
Oliver Hader
14:14 Bug #17269: Links with RTE HTMLarea 1.2.2 on Typo3 3.8.x are broken - again!!!
@Maria: Well I have tested this with Firefox and it works (Windows versions and platforms). Also a large amount of us... Olaf Bottek
13:37 Bug #17269: Links with RTE HTMLarea 1.2.2 on Typo3 3.8.x are broken - again!!!
@Olaf: please have a look at my link in note #13887 about how patches must look like. Having no context and filename ... Michael Stucki
13:19 Bug #17269: Links with RTE HTMLarea 1.2.2 on Typo3 3.8.x are broken - again!!!
I have implemented this solutions, but it don't work correctly in Firefox.
Please i nedd a solution.
Thank you.
Maria
13:58 Bug #17433 (Closed): Inserting a divider (<hr>) on the RTE breaks XHTML validation
If you insert an <hr> into the RTE it renders inside <p> tags, but that is not valid.
I've managed to configure i...
Jose Antonio Guerra

2007-07-03

21:28 Bug #16026: special=directory does not include submenu entries
I would call this a bug, too. The param special=directory should indeed show the page structure below the entrypoint.... Nils Clark-Bernhard
18:52 Bug #17174: W3C Warning: trimming empty <dd>
I will ask Michael Stucki to do so. Dominic Brander
09:12 Bug #17174: W3C Warning: trimming empty <dd>
thx.
and who will integrate this in the next version of css_styled_content?
Georg Ringer
13:20 Bug #17426: classesParagraph and classesCharacter don't work on 4.1.1
This problem is IE7 specific. Can't reproduce it with Firefox (which means with Firefox my SETUP runs as exprected). ... Martin Brulisauer
12:04 Bug #14988: xhtml_cleaning corrupts javascript in HTML-comment from extension
Thanks for this Patch!!
Now it's works like should work... I hope that this is in the next release included..
Sascha Egerer
09:32 Bug #15114: limited to languages; still can delete content element
Hi,
with the last patch from Helmut editing, deleting and moving is not allowed, but a user can still create new e...
Basti Baumann

2007-07-02

19:14 Bug #17174: W3C Warning: trimming empty <dd>
on 4.1.1 it works fine!
checked this on different installations.
Dominic Brander
18:37 Bug #15114: limited to languages; still can delete content element
Added a single patchfile to use for TYPO3 4.1.1
It contains the changes suggested by Andreas Gaufer
Helmut Hummel
17:59 Bug #15114: limited to languages; still can delete content element
This bug should be set to related to #16572. Christian Welzel
18:31 Revision fcd069b1: Update to ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2377 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:30 Revision c444475d: Update to ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2376 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:30 Revision d538b46d: Update to ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2375 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:04 Bug #17383: JS error in new content element wizard with a single item
Committed to SVN
* TYPO3_4-1 (rev. 2373)
* Trunk (rev. 2374)
Oliver Hader
18:03 Revision f74aded5: Fixed bug #5789: JS error in new content element wizard with a single item
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2374 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:03 Revision b86d069f: Fixed bug #5789: JS error in new content element wizard with a single item
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2373 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:59 Bug #16772: Content encoding with x-gzip not allowed
Committed to SVN
* TYPO3_4-0 (rev. 2370) -- for TYPO3 4.0.7
* TYPO3_4-1 (rev. 2371) -- for TYPO3 4.1.2
* Trunk (re...
Oliver Hader
17:56 Revision 140d4d93: Fixed bug #4623: Content encoding with x-gzip not possible in IE7
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2372 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:55 Revision f2969bbb: Fixed bug #4623: Content encoding with x-gzip not possible in IE7
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2371 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:55 Revision 62b92828: Fixed bug #4623: Content encoding with x-gzip not possible in IE7
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2370 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:54 Bug #16572: Limit to Languages doesn't restrict editing of "alternative page language records"
I cannot confirm the original bug description! A user, which is limited to the default language cannot edit records o... Helmut Hummel
15:54 Bug #16572: Limit to Languages doesn't restrict editing of "alternative page language records"
Hi,
testcase with 3 languages (english = default).
One user is related to language 3 (dutch) and he can´t edit th...
Basti Baumann
16:44 Bug #15657: left-click in filelist is broken (IE6)
Hi,
i also had that problem and within the ext_localconf of ext (ext key: do_not_temp_cache) Disable Temporary Cac...
Stefan Bothner
16:03 Bug #17430: The L parameter is not korrekt if you enter a nonexisting language
This issue should be fixed in TYPO3 4.1. Oliver Hader
15:59 Bug #17427: Dependencies of uploaded extensions get lost
Carlos, which version of tt_products did you use? In general the dependencies should be defined in the extension. If ... Oliver Hader
15:54 Bug #17431: tt_products 2.6.0 conflicts with htmlarea 1.5.2 and Typo3 4.1.1
This is a duplicate of bug #5556 Oliver Hader
12:16 Feature #17432 (Closed): Default image class
Hi,
in the RTE htmlarea documentation, they talk about the classesImage property. This way I can create some classes...
Ainulindal«
11:25 Bug #16459: Bug in t3lib_loaddbgroup.php when using defVals while creating new records
Hi Oliver,
i applied the patch and tried to set a default value vor MM-Field in cal:
TCEdefaults.tx_cal_event...
Steffen Kamper
09:05 Bug #17428: Eval => int will create '0' as value which is wrong
You should use a checkbox like this:
<checkbox>1000</checkbox>
Dmitry Dulepov

2007-07-01

17:11 Bug #17424: Problem with Translation handling in EM
On an empty installation with TYPO3 4.2 svn no languages are shown in the EM. There is a big list of empty entries.
...
Franz Holzinger

2007-06-30

22:15 Bug #17431 (Closed): tt_products 2.6.0 conflicts with htmlarea 1.5.2 and Typo3 4.1.1
htmlarea doesn't save contents from tt_products correctly.
It is possible to create new product texts dynamically ...
Sven Mittelbach
13:13 Bug #17430 (Closed): The L parameter is not korrekt if you enter a nonexisting language
I have a site with the url "http://blabla/index.php". There are 2 languages. If i enter
"http://blabla/index.php?id...
Juraj Sulek
12:03 Bug #17429 (Closed): Simulate Static Documents: Pagetype as parameter is ignored.
If you use Simulate Static Pagetype with the following file scheme: PID.PAGETYPE.html and there's an extension that a... Andreas Balzer
11:22 Feature #17423: show external URLs in menus
of course this would be nice but have you seen http://www.mortox.de/typo3-tipps/typoscript-sammlung/externe-link-url-... Georg Ringer
11:15 Bug #17428 (Closed): Eval => int will create '0' as value which is wrong
I got a field which holds a duration in ms but it should be at least 1000 (ms = 1s). To check the minimum, I use the ... Georg Ringer

2007-06-29

18:10 Bug #17427 (Closed): Dependencies of uploaded extensions get lost
When installing TT_PRODUCT extension, it has its dependencies ereased, so TER doesn't warn user about them. After tha... Carlos A
14:04 Bug #17046: Umlauts not working in GIFBUILDER with php5
I have the problem solved with a HACK in class.t3lib_stdgraphic.php.
In the function ImageTTFTextWrapper(), I conv...
Martin Brulisauer
10:49 Bug #17426 (Closed): classesParagraph and classesCharacter don't work on 4.1.1
After upgrading from 3.6 to 4.1.1 I had some problems with the configuration of Paragraph and Character classes in th... Martin Brulisauer
10:37 Bug #17095: Typolink : cHash isn't created if there's no additionalParams
Did somebody read the patch and test it ? Popy no-lastname-given
10:18 Feature #17425 (Closed): TSConfig options.disableDelete does not disable "delete" icon in List extended view
Maybe you'll find this quick fix usefull.
Function getNewIconMode is copied from SC_alt_doc to localRecordList cla...
Miroslav Monkevic

2007-06-28

22:50 Feature #17335: TCEforms: add inline editing of secondary options
did anyone look at the new code is suggested (last two patches)?
regards Martin
Martin Ficzel
20:58 Bug #17424 (Closed): Problem with Translation handling in EM
I can't install German about Translation handling
Typo3 4.1.1 for a few domains
first Translation handling sa...
Beate Stubben
18:33 Bug #16903: Automatic detection of url's in Mozilla/Firefox doesn't work with compressed script in 1.5.2
I have a similiar problem with Typo3 4.1.1 + rtehtmlarea 1.5.2 and have found that when setting RTE to "Typical", tra... Jorgo S.
16:56 Bug #16178: UTF-8: Broken special characters on cached pages
@KIRILL:
Try to set it like this: $TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;'.chr(10).'SET CHARACTER ...
Ries van Twisk
15:52 Bug #16178: UTF-8: Broken special characters on cached pages
I could confirm the same problem (? appearing instead of text for some of cached pages randomly) on TYPO3 4.1, MySQL ... Kirill Klimov
13:38 Feature #17423 (Rejected): show external URLs in menus
My wish is a switch to select the output of external URLs.
It's odd to overwrite the menu functions with own typo sc...
Thomas Scholze
12:47 Bug #17255: Combined mode doesn't work with type 'group'
Thanks a lot for the new patch! I have tested it with the Party Information Framework, here's the result:
<ul>
<l...
David Bruehlmeier
10:01 Bug #17422 (Closed): FE-login doesn't work
FE-login doesn't work if username contains danish chars and auth is based on md5 hashing.
This happens because of wr...
Dmitry Pikhno
07:15 Feature #15232: TCAdefault.table.field as PageTS
I don't know what your code has to do with "TypoScript" (TS)??,
so what this patch and this bugtracker entry is all ...
Wolfgang Klinger

2007-06-27

22:41 Feature #15232: TCAdefault.table.field as PageTS
I've tried adding this in a page TSconfig:
$GLOBALS['TCA']['tt_content']['columns']['imagewidth']['config']['defau...
Patrick Gaumond
13:17 Bug #17421 (Closed): tslib_cObj::typoLink() is slow / patch to add caching
The typoLink() function is quite slow and it can make a huge difference when using it a lot e.g. with a USER_INT exte... Daniel Hahler

2007-06-26

18:16 Revision 990ba2b3: Added a $ sign at the end of the regular expression and fixed indenting in the new _.htaccess files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2368 709f56b5-9817-0410-a4d7-c38de5d9e867 Wolfgang Klinger
17:14 Bug #17420 (Closed): Missing link icon in RTE
The gif icon für creating/editing links in RTE is present in:
/typo3/sysext/t3skin/rtehtmlarea/images/TYPO3Browsers/...
Alois Baule
14:27 Bug #17419 (Closed): Field index_phash.cHashParams is too short
The serialized paramteter array may be longer than 255 characters, eg when using tt_news which is quite verbose.
e...
Martin Kutschker
14:18 Feature #15162: date-params are hardcoded
Currently (TYPO3 4.1) they are affected by the system globals:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['ddmmyy']
$GLOB...
Martin Kutschker
14:15 Bug #17204: Translate locallang.xml into cyrillic!
Did you try to change the values of language "default"? Don't do that. Default is by definition iso-8869-1 only. Add ... Martin Kutschker
14:12 Feature #15497: Search id or classes for indexed search
It's not a tweak as looking for <!--TYPO3SEARCH_begin--> is a simple text search whereas looking for ids requires par... Martin Kutschker
14:07 Bug #14743: 'n' missing from 'in' - e.g. Displaying results 1 to 10 out of 129 i 1 section
Has been fixed in the meantime. Martin Kutschker
14:04 Bug #14772: fsockopen() in class.indexer.php
Nowadays t3lib_div::getURL($url,2) is used. That function will use CURL if TYPO3 is configured correctly. Martin Kutschker
13:47 Bug #16759: incorrect rendering of umlauts with opentype fonts...
I have the problem solved with a HACK in class.t3lib_stdgraphic.php.
In the function ImageTTFTextWrapper(), I conv...
Martin Brulisauer
11:16 Bug #15013: shortcut icon syntax incorrect/incomplete
Aparently IE ignores the base-href for the shortcut icon. So if you have:
<base href="http://www.domain.com/" />
...
Ernesto Baschny
09:06 Bug #17255: Combined mode doesn't work with type 'group'
I implemented some more changes as mentioned before:
* if using a selector and the combined mode, uniqueness will be...
Oliver Hader

2007-06-25

21:21 Feature #17418 (Closed): Page 404 -- check for logged in or not
I have a "404 - page not found" page setup and it works fine, in general.
I would like to have it display one set ...
Chris Paige
20:30 Revision 9b18a8b3: Added $GLOBALS['TYPO3_DB']->sql_free_result() to TCEmain::rawCopyPageContent() to avoid resource waste
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2367 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
19:33 Feature #17030: Integrate config.pageTitleSeparator
Oh, and it's still there in 4.1.1. Administrator Admin
19:33 Feature #17030: Integrate config.pageTitleSeparator
diff available here (I tend to collect "from...to" snippets in patch form):
http://fly.osdn.org.ua/~mike/works/typo3...
Administrator Admin
19:29 Feature #17414: Rootline caching mechanism
Oliver, please use patch from #17210, then insert code above.
To-do:
- to check for additional variables for $has...
John Angel
16:35 Feature #17414: Rootline caching mechanism
I'd like to take a look at this. Could you please attach a patch file? Thanks! Oliver Hader
19:26 Bug #17210: Extending caching system (cache_hash)
I've submitted the patch.
Probably some parts of find_parent_pages() function can use getRootLine() function.
John Angel
18:58 Bug #17417 (Closed): with permalogin, no fe user can login
FE users couldn't log in. The newloginbox would show they are logged in, but going to another page or reloading the p... Christoph Koehler
17:24 Bug #17416: tt_content.stdWrap.prepend not working
Thank You, Problem solved.
I tried everything, except simply unsetting the var before using it.
Ronny Vorpahl
16:30 Bug #17416: tt_content.stdWrap.prepend not working
see http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/6455
I guess that your setting gets overridden by ...
Oliver Hader
13:07 Bug #17416 (Closed): tt_content.stdWrap.prepend not working
tt_content.stdWrap.prepend not working out of the box
- this bug has been approved in multiple 4.1.1 projects, but...
Ronny Vorpahl
16:51 Bug #16772: Content encoding with x-gzip not allowed
Thanks for the reminder! I'm going to commit this ASAP. Oliver Hader
12:03 Revision 512ea54d: Added argument to debugRows() so it can return HTML instead of echo'ing
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2366 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
12:01 Revision 50b7056a: Documentation and notes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2365 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
09:38 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
Hm, maybe this could also be related to bugs #17053 and/or #17053 - without having had a deeper look until now. Oliver Hader

2007-06-24

20:17 Bug #17415 (Closed): Don't work automaketemplate
When I maked new html-based template and insert in setup code from documentation "Modern template building" the code ... Andrey
14:42 Bug #17413: Crashed upload images
When I turn of charset_mod images began uploads correctly. Andrey
13:31 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
That sounds very interesting! I will investigate this... Michael Stucki
12:27 Bug #16147: Linking between domains in the pagetree ignores simulate static documents
I've tried both Bernhard's and Klaus' solutions and they don't create RealURL paths, just standard index.php?id=... John Angel

2007-06-23

20:13 Bug #17331: New Subcategory Returns Service Unavailable
I think I've tracked the problem down to the returnUrl parameter. If I remove it from the URL and reload the page tha... Eric Blom
19:48 Bug #17331: New Subcategory Returns Service Unavailable
Some more information on this problem.
When in the Media -> File: List view there are seven icons for each file. ...
Eric Blom
16:37 Feature #17414 (Closed): Rootline caching mechanism
Rootline caching mechanism
Caching the function getRootLine will significantly speed up Typo3.
First we should ...
John Angel
12:05 Bug #17210: Extending caching system (cache_hash)
After careful analyses, I've concluded that current md5 generation of $this->hash value cannot be changed.
Anyway,...
John Angel
11:12 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
Related to #17210 John Angel

2007-06-22

22:47 Bug #17413: Crashed upload images
If downloading via FTP works for you, check the settings of your web server. Especially check what mime type the serv... Martin Kutschker
21:03 Bug #17413: Crashed upload images
If file downloaded by FTP then all work correctly. Andrey
20:43 Bug #17413 (Closed): Crashed upload images
When upload image file (gif, gpeg) in BE the file format crashed and image don't work. Thumbnail don't work to. Photo... Andrey
22:44 Feature #17402: BE_USER should be created before tables + ext_tables are loaded (typo3/init.php)
The TCA is a golbal configuration. It is my belief that the fiddling with it within the configuration file is a probl... Martin Kutschker
20:07 Feature #17402: BE_USER should be created before tables + ext_tables are loaded (typo3/init.php)
1+ Mario Matzulla
18:34 Feature #17402: BE_USER should be created before tables + ext_tables are loaded (typo3/init.php)
this would be great as it gives extension the possibility to make BE_USER-specific settings in TCA without creating o... Steffen Kamper
16:58 Bug #17412 (Closed): parseFunc tags.XXX for single tags doesn't work
parseFunc "tags" doesn't work if the tag is a single tag which has attributes. E.g. the following:
lib.parseFunc_R...
Ernesto Baschny

2007-06-21

19:53 Bug #17072: DBAL/PostgreSQL: SQL parse error in "Who is online" BE list
Can also be reproduced using typo3 4.1.1 with MySQL as DB. Exactly the same error message as shown above:
DBAL fat...
Dirk Werner
19:20 Bug #17411: No backend modules are shown
This happens only on Firefox 2.0.0.4 under LINUX. It still works with Konqueror and Internet Explorer 6.
When I use ...
Franz Holzinger
18:57 Bug #17411 (Closed): No backend modules are shown
I am using the latest version from trunk. I have switched the backend user's setup from German to Italian. Since now ... Franz Holzinger
18:51 Bug #17410 (Closed): Paragraph & text dropdownbox inactivates when declaring @media in stylesheet
When working with css files that are included in the following way
RTE.default {
contentCSS = fileadmin/templat...
Roman Büchler
16:30 Bug #17409: cli_dispatch.phpsh not working with windows
Sorry, the category ist not correct... :-) Irene Höppner
16:26 Bug #17409 (Closed): cli_dispatch.phpsh not working with windows
It is not possible to run a cli script using cli_dispatch.phpsh, if the server is windows.
The problem is an if-co...
Irene Höppner
15:55 Bug #17408 (Closed): Constant Editor Category missing
For the main template constants are defined through an include statement:
<INCLUDE_TYPOSCRIPT: source="FILE: filea...
Roman Büchler
15:53 Bug #17014: generated page won't reflect 'doktype' settings
Another issue:
A page that contains a URL, because it was at some point of type external URL will always get the t...
Martin Kutschker
15:48 Bug #17397: all characters in Username switch to lowercase after updating the page
The username aka login is in lower case and may only contain ASCII letters (no accents), digits and the underscore. Y... Martin Kutschker
15:06 Bug #17407 (Closed): get rid of clear.gif with space
when using spaceBefore / spaceAfter in CE there is no chance to get rid of clear.gif
As this is in tslib_content:
...
Steffen Kamper
14:10 Feature #17406: Page type Shortcut with anchor points
Thanks, I tried this. It's working so far :) Florian
14:02 Feature #17406: Page type Shortcut with anchor points
Hi Florian,
did you try it with page type "external url"? This might be a short-term solution for you.
Thorsten Kahler
09:26 Feature #17406 (Under Review): Page type Shortcut with anchor points
Initial situation:
I have a menu point in first level. Lets call it "menu card". At my startpage I
have a CE at the...
Florian
13:53 Bug #17270: Conflict with Install-Tool [FE][addRootLineFields],[SYS][multiplyDBfieldSize],[BE][forceCharset]
Warning: the patch is not in unified diff format! Dmitry Dulepov
12:35 Feature #17405: Switch to disable/remove enclosing comments
The desired feature does already exist. Thorsten Kahler
11:51 Feature #17405: Switch to disable/remove enclosing comments
Didn't found this one in my TSref before. Next time I will investigate the code base first ;-)
Thx.
Bjrn Kraus
11:38 Feature #17405: Switch to disable/remove enclosing comments
Setting config.disablePrefixComment = 1 in TS did not work for you? Martin Kutschker
09:11 Feature #17405 (Closed): Switch to disable/remove enclosing comments
TYPO3 encloses each content element into comments which contains the type of content element and it's uid. IMHO this ... Bjrn Kraus
09:26 Bug #16772: Content encoding with x-gzip not allowed
Hi Oliver!
The patch you developed works on are sites for several months now without any props. Is it already in t...
Bjrn Kraus
02:10 Bug #16995: 0004694: Feature request: Mount point on higher level
RealURL can work with such mount points, somehow.
So can be used as workaround.
Pavel Antonov

2007-06-20

16:41 Bug #16781: Pagetree only shows up to Level 2 / Backend login impossible with MSSQL via ODBC
Hi Kasten,
same problem here with PHP version 4.4.6.
With Felix patch the problem is solved!
Greets,
MB
Marc Bastian Heinrichs
14:49 Bug #17404: Sorting of remaining section elements in flexforms fails after deleting a section element
If deleting multiple etries the patch does not work because of a indices missmatch after the deletion of the first el... Jens Köster
14:30 Bug #17404 (Closed): Sorting of remaining section elements in flexforms fails after deleting a section element
How to reproduce it?
1. Create a FCE containig a section/array and fill it up with content, let's say
Element 1
...
Jens Köster
10:27 Bug #16903: Automatic detection of url's in Mozilla/Firefox doesn't work with compressed script in 1.5.2
the same behavior with Mozilla Firefox 2.0.0.4 in our installations. The error is not present in a fresh installatio... Harald Dolderer
09:24 Bug #17320: Wrong http-header on Domain-Redirect. Should be 301 instead of 302
In the meantime, I've got a couple more of these mails and already guessed that this is in fact SPAM. However, since ... Carsten Pohle
07:56 Bug #17323: Out of memory in random php-scripts
Downgrading PHP version to 5.1.6 solved the problem definitively. Server
has been running stable for three weeks.
...
Jacob Johannessen
00:44 Bug #17323: Out of memory in random php-scripts
Is there any Workaround to fix this issue? ;-) Tom
06:31 Bug #17403: In advanced search, the search in select box is not well populated
So I made this small patch. So when you open the select box, you can see which extension you want to choose! ;-) HalleMartin
06:30 Bug #17403 (Closed): In advanced search, the search in select box is not well populated
For example, Open Office appears a lot of times, the same case for PowerPoint files.
In fact, the class.external_...
HalleMartin
06:27 Bug #17349: Bad line in French localization file for indexed search
Has patch
;)
And the file provided worked for me. Thanks Alban.
Patrick Gaumond

2007-06-19

19:42 Bug #17320: Wrong http-header on Domain-Redirect. Should be 301 instead of 302
The Mail from Google is SPAM!
German News about this: http://www.heise.de/newsticker/meldung/89591
Sascha Egerer
17:02 Bug #17320: Wrong http-header on Domain-Redirect. Should be 301 instead of 302
I just received a mail from Google QM team, telling they will throw us out of the index due to a redirection violatin... Carsten Pohle
18:24 Feature #17402 (Closed): BE_USER should be created before tables + ext_tables are loaded (typo3/init.php)
Steps to reproduce an example error:
1) install the cal extension
2) execute the crawler script
"./typo3/cl...
Stefan Galinski
18:01 Feature #17401 (Closed): exclude some pages and "options" from the section menu
It'd be nice if I could exclude some sections without having to hide the page in question. And to get rid of some "me... Martin Kutschker
17:48 Bug #17400 (Closed): section menu includes pages with raised "hide in menu" flag
The function getMenu (show.LxALLtypes=0) does not exclude pages with raised "hide in menu" flags, but it does exclude... Martin Kutschker
14:17 Feature #17398 (Closed): Label of inline relational record
When using a date or time field (timestamp) as label for a record, the value from the database is printed without hav... Robert Destigter
13:49 Bug #17397 (Closed): all characters in Username switch to lowercase after updating the page
The name of an Admín User has a cobmination of uppercase lowercase and numbers.
After entering an emailadress via ...
Thomas MARTIN
12:01 Bug #17393: Hiding of own user should be not possible
This should not be the default behaviour. It is possible to delete one's account even on other systems like LINUX and... Franz Holzinger
11:37 Bug #17393: Hiding of own user should be not possible
But if you unhide it with a special script you can hide it with a special script too!
I think it make sense to hide ...
Sascha Egerer
08:10 Bug #17393: Hiding of own user should be not possible
Hello Franz,
ok that is true ... so forget this entry and/or delete it
Georg Ringer
00:36 Bug #17374: Combination mode doesn't save new child records correctly
I guess that the children that appear multiple times are from other pages too (selected globally).
Furthermore I g...
Oliver Hader

2007-06-18

22:57 Bug #17396 (Closed): HMENU with special=list does not take workspace into account in FE-Preview
Even if the title/nav_title of a page is changed in the workspace, the HMENU outputs the tilte/nav_title of the Live-... Helmut Hummel
20:58 Bug #17395 (Closed): Preview of hidden pages still doesn't work with multiple domains in a single TYPO3 installation
This may be an duplicate of 0000752.
The problem still occurs in TYPO3 version 4.1.1.
Having multiple domains wit...
Andreas Westermaier
20:51 Bug #17393: Hiding of own user should be not possible
Why? You have the install tool with which you can always add a new backend admin user.
Maybe you want to write a scr...
Franz Holzinger
19:14 Bug #17374: Combination mode doesn't save new child records correctly
I have now copied the page. On the destination the childs are now well listed in the select box.
But after playing a...
Franz Holzinger
19:07 Bug #17374: Combination mode doesn't save new child records correctly
I have now modified the extension with your suggestions. However now the select box does not get filled any more with... Franz Holzinger
18:40 Bug #17374: Combination mode doesn't save new child records correctly
Please use "foreign_unique" on using foreign_selector and the combined mode. Also have a look to bug #17255 were the ... Oliver Hader
18:25 Bug #17374: Combination mode doesn't save new child records correctly
The "Attempt to modify record (tablename: 0)..." did happen when I have created one parent and saved it. Then create... Franz Holzinger
18:03 Bug #17374: Combination mode doesn't save new child records correctly
This issue is in some parts related to bug #17255 Oliver Hader
17:37 Bug #17374: Combination mode doesn't save new child records correctly
The mentioned error "Attempt to modify record (tablename: 0)..." does only occour if you import an already existing c... Oliver Hader
08:21 Bug #17374: Combination mode doesn't save new child records correctly
I have applied the patches 5704 and 5718 with trunk.
The irretest example is almost the same as the one from the IRR...
Franz Holzinger
18:49 Bug #17255: Combined mode doesn't work with type 'group'
As the bugs #17374 and #17374 show, it's necessary to use uniqueness automatically if the combined mode is used. Oliver Hader
18:38 Bug #17394: Child records are displayed multiple times: using patch 5718
Franz, I guess this issue has nothing to do with the copying of a page...
To prevent from using relations in a selec...
Oliver Hader
18:14 Bug #17394 (Closed): Child records are displayed multiple times: using patch 5718
I am using the latest patch 5718 for trunk.
I have a parent record m:n relation to child records. I enter 2 child re...
Franz Holzinger

2007-06-17

22:38 Bug #17393 (Closed): Hiding of own user should be not possible
It shouldn't be possible to hide the own user because then you are suddenly logged out.
I fully understand why the l...
Georg Ringer
15:41 Bug #17392: DBAL debugger causes backend INSERTs to fail or misbehave
..perhaps the bug 5485 is the same problem. I can reproduce this bug with native mysql, so it's not a problem of anot... Marcel Gsteiger
15:36 Bug #17392 (Closed): DBAL debugger causes backend INSERTs to fail or misbehave
When the DBAL debugger is active, backend inserts into tables cease to work properly. When the TCA has a ['ctrl']['ty... Marcel Gsteiger
13:57 Bug #17210: Extending caching system (cache_hash)
After implementing the code above, I've noticed huge number of duplicate 'content' entries for MENUDATA, having the s... John Angel
 

Also available in: Atom