Project

General

Profile

Activity

From 2006-10-17 to 2006-11-15

2006-11-15

14:43 Bug #16717: Group mounts not inheireted
No bug :-) Michael Stucki
14:26 Bug #16717: Group mounts not inheireted
Found that I had changed a few access premissions to much.
Me bad - no bug :-)
Staffan Ericsson
13:46 Bug #16545: GIFBUILDER indexcolors cropsized images
As far as I can see, it is not necessary to call imagemagick twice. With my patch (class.t3lib_stdgraphic4.diff) "re... Bastian Sauert

2006-11-14

17:22 Feature #16715: Pollution of linkvars, and resulting spammed cache, is a recurrent complaint.
A beginning of solution :
http://typo3.org/extensions/repository/view/pp_chashchecker/1.0.0/?no_cache=1
Popy no-lastname-given
16:57 Feature #16715: Pollution of linkvars, and resulting spammed cache, is a recurrent complaint.
Hi,
I used a very simple solution for this when I had the problem,
in my case I made the reduction to integer defau...
Christian Reiter
16:31 Feature #16715: Pollution of linkvars, and resulting spammed cache, is a recurrent complaint.
There's a begin of solution : $TYPO3_CONF_VARS['FE']['pageNotFoundOnCHashError'] = 1;
But the TSFE doesn't really ...
Popy no-lastname-given
15:21 Feature #16715: Pollution of linkvars, and resulting spammed cache, is a recurrent complaint.
I'll take care of that. Michael Stucki
14:58 Feature #16715 (Rejected): Pollution of linkvars, and resulting spammed cache, is a recurrent complaint.
It is possibie to call a multilanguage Typo3 page with a URL like
http://website.tld/index.php?id=1&L=BuyViagraHe...
Christian Reiter
16:59 Bug #16717: Group mounts not inheireted
Ah, seems like you did.
Can you reproduce the problem on a different site?
Michael Stucki
16:58 Bug #16717: Group mounts not inheireted
Have you set "Mount from groups" in the be_user configuration? Michael Stucki
16:45 Bug #16717 (Closed): Group mounts not inheireted
When setting up new usergroups I always fail to get the users to inherit mountpoints (file/tree) from there respectiv... Staffan Ericsson
15:45 Bug #16716 (Closed): input field eval date and readOnly shows 01-01-1970
fix: attached patch
see screenshot
(issue imported from #M4515)
Marc Bastian Heinrichs

2006-11-13

19:16 Feature #16714: Global vars do not work inside flexform_ds.xml but in tca.php
What could work is to allow for a CV:<key1>:<key2> (eg CV:GFX:imagefile_ext) syntax to have TYPO3_CONF_VARS access in... Martin Kutschker
16:13 Feature #16714 (Closed): Global vars do not work inside flexform_ds.xml but in tca.php
There's the possiblilty to limit the file upload in the backend to certain file extensions. For example
<config>
...
Steffen Müller
11:51 Feature #16713 (Closed): Validate Checkboxes
In Mailforms make it possible to validate checkboxes
I don't know why it is that way, because there is extra code...
Jascha Schubert
10:49 Bug #16712: PHP 5.2 edit problem
I've deactivated eaccelerator, as it seems version 0.9.5 has also problems with PHP 5.2... But the problem is still h... Jean-David Gadina

2006-11-12

23:40 Bug #16450: BackEnd Login Not Possible
Can someone please dig into this and provide a solution? Michael Stucki
23:35 Bug #16522: tx_cms_showpic (click to enlarge) not working
Seems like the version was not the most recent one. Otherwise please reopen. Michael Stucki
23:31 Bug #16642: TCEmain: Wrong syntax on checking NEW items
OK so I'm closing this bug. Can you please open a new issue for the feature request? Just to keep title and descripti... Michael Stucki
12:18 Bug #16642: TCEmain: Wrong syntax on checking NEW items
Just realized, that I must have been drunken on writing the bug-report.
No bug at all - everything is fine ;-)
Oliver Hader
12:12 Bug #16712: PHP 5.2 edit problem
A note for the bugtracker administrators.
I've seen that there is another issue with PHP 5.2, but I don't think this...
Jean-David Gadina
12:10 Bug #16712 (Closed): PHP 5.2 edit problem
I recently switched to PHP 5.2 and I can't edit placed plugins anymore.
The edit form doesn't load. The page is blan...
Jean-David Gadina

2006-11-11

20:51 Bug #16682: pid reset to 10000 in Constant Editor
Changing the limit from 10000 to 100000 is not fixing the problem. This is about making sure it's a positive integer.... Karsten Dambekalns

2006-11-10

16:07 Bug #16679: Button for 'Save document and create new one' doesn't load right element
$TCA['tt_content']['ctrl']['useColumnsForDefaultValues'] = 'colPos,sys_language_uid,CType';
works pretty well, but...
Typoheads - Web Engineering
10:56 Bug #16679: Button for 'Save document and create new one' doesn't load right element
I can not reproduce this feature in 3.8.0 but you can activate that feature by your own by adding the field "CType" t... Christian Trabold
15:43 Bug #16026: special=directory does not include submenu entries
i currently solved this problem with for me an a similar hack as described above
10 = HMENU
10.special = director...
Martin Ficzel
15:09 Bug #16711: Copy ACT < .NO breaks active item state
This is not a bug.
The NO object is not set to 1 automatically (although it is always enabled). However, when it i...
Michael Stucki
14:27 Bug #16711 (Closed): Copy ACT < .NO breaks active item state
When creating a menu, if the TS setup for the NO state is copied to the ACT state, the menu item is no longer detecte... Francois Suter
11:24 Bug #16709: Page tree not rendered for Non-Admins (Oracle)
The incompatible code is made by t3lib_userAuthGroup.getPagePermsClause().
Unfortunately, changing the code there ...
Volkmar K
11:12 Bug #16709: Page tree not rendered for Non-Admins (Oracle)
DBAL could parse the query for the & operator.
OTOH as & is perhaps rarely used it could XLCASS the function in th...
Martin Kutschker
11:13 Bug #16710 (Closed): COUNT(DISTINCT col) only works when the column is prefixed with the table name
COUNT(DISTINCT table.column) works
COUNT(DISTINCT column) doesn't work
(issue imported from #M4496)
Martin Kutschker
10:46 Bug #14367: class.tslib_content.php function getUpdateJS produce JS error messages
This is a bug.
I cannot attach this as a file. So it comes here. This is neeed for sr_feuser_register, too.
see htt...
Franz Holzinger

2006-11-09

21:14 Bug #16709 (Closed): Page tree not rendered for Non-Admins (Oracle)
In BE, the page tree cannot be rendered for BE-Users that don't have admin privileges. The reason is the use of the o... Volkmar K
15:52 Bug #16708 (Closed): WHERE func(expr) IN (n,...m) is broken
IMHO this is valid SQL, but any SQL function breaks the parsing and the executed query runs without any WHERE clause.... Martin Kutschker
15:40 Bug #15535: SELECT COUNT(DISTINCT(xxx)) produces wrong field name
I think this can be closed as COUNT(DISTINCT xxx)) seems to be standard SQL and is supported by DBAL. Martin Kutschker
13:23 Feature #16634: Hook-Request for typo3/class.db_list.inc
Hello Michael,
thank you for the proposal. I am going to rewrite the hook in the proposed way.
Only I wonder if a ...
citeq
12:34 Feature #16707 (Closed): autoconvert col='' to col IS NULL on Oracle
The stupid behaviour of Oracle to treat emptry strings is a PITA. In the Core we may be aware of it, but it will brea... Martin Kutschker
11:54 Bug #16695: context menu doesn't work with $TYPO3_CONF_VARS['EXT']['extCache'] = 0
closed: not a bug Peter Niederlag
11:40 Bug #16706 (Closed): wrong SQL error in log (PostgreSQL)
The well known problem with the table cache_hash is that the ident field is small so it breaks automaketemplate:
I...
Martin Kutschker
10:21 Bug #16705: PHP 5.2.0: table element can't be edited
The error log shows "Premature end of script headers". Perhaps that helps to dig into the problem. Bjrn Kraus
07:35 Bug #16683: extCache = 0 results corrupt extension downloads
It turned out to be no bug after all. Peter Niederlag

2006-11-08

23:33 Bug #16705 (Closed): PHP 5.2.0: table element can't be edited
I just switched to PHP 5.2.0 which works perfect so far. But when I created a table element I inserted all table data... Bjrn Kraus
18:36 Bug #16704 (Closed): Fulltext RTE in IE7 only 10 lines high
In Internet Explorer 7, the height of the fullscreen RTE is only about 10 lines. No problem with IE6 or FF. Version o... Peter Faymonville
16:45 Bug #16703 (Closed): Admin Panel and Edit Panel are not consistent
1. The admin panel - edit options like add new content element etc do not use the pop-up window option - they always ... Jack Skaba
11:30 Bug #16702 (Closed): Cannot select more than a single access option in page properties, general options
In the 4.0.2, page > general options > access it's not possible to select more than a single options or user group fo... Pasquale Basile
11:15 Bug #16695: context menu doesn't work with $TYPO3_CONF_VARS['EXT']['extCache'] = 0
OK, forget about the bug report and close it: I checked my TYPO3 installation and compared it with others. With deact... Bjrn Kraus
11:15 Bug #16683: extCache = 0 results corrupt extension downloads
OK, forget about the bug report and close it: I checked my TYPO3 installation and compared it with others. With deact... Bjrn Kraus
11:03 Bug #16683: extCache = 0 results corrupt extension downloads
Ich habe mir mal im Editor die beiden binaries angeschaut: Der Unterschied liegt darin, dass bei deaktiviertem extCac... Bjrn Kraus
10:38 Bug #16700 (Closed): Icon-Path to many Icons not correct?
We tried to update all missing icons for pages. As we did this, we figured out that some names for icons are wrong in... Thomas Esders
10:17 Bug #16699 (Closed): DAM install error
I have uploaded dam extension. This error finds after click Install extension:
Fatal error: Call to undefined meth...
Jozef Uhliarik

2006-11-07

14:30 Bug #16693: pagebrowser shows wrong numbers
Hmm, but then you have made some manual modifications, right?
Well, please check that attached patch and turn on "se...
Michael Stucki
13:57 Bug #16693: pagebrowser shows wrong numbers
patch "bug_1467.diff" works but must be applied "by hand" Kai Laborenz
13:59 Bug #16697: typo3 v4.0.2 requires gm
and the following binaries are present:
combine, convert, idenfify
composite is a symlink to combine for ease of use
hans
13:57 Bug #16697: typo3 v4.0.2 requires gm
TYPO3_CONF_VARS['GFX']["im_path"] = '/var/www/sites/imagemagick/'; hans
13:18 Bug #16697: typo3 v4.0.2 requires gm
Where is imagemagick installed? It seems like this is not found, that's why TYPO3 probably sticks to asking for Graph... Michael Stucki
12:39 Bug #16697 (Closed): typo3 v4.0.2 requires gm
typo3 4.0.2 keeps looking for gm, which doesn't exist on the server, so instead of a nice php page, I get an error ab... hans
13:00 Bug #16696: Frontend is not displaying content
This is not a bug. Please contact the typo3-english mailing list in order to get help for locating the real problem. Michael Stucki
12:15 Bug #16696 (Closed): Frontend is not displaying content
I need help ...i dont know what is going there....frontend is always displaying 'page is being genereated' ...even i ... menaga
11:40 Feature #16634: Hook-Request for typo3/class.db_list.inc
I had a look at it but propose a few changes:
- Rename the hook to "makeQueryArray_post" so it is clear where it i...
Michael Stucki
10:16 Feature #16634: Hook-Request for typo3/class.db_list.inc
Added the correct patch:
patch-typo3_db_list_inc-typo3_db_list_user-4.0.2
thanx
britta
citeq
10:04 Feature #16634: Hook-Request for typo3/class.db_list.inc
Sorry, I was just going to publish this patch for review when I realized that the attached file contains the wrong pa... Michael Stucki
11:13 Bug #16695 (Closed): context menu doesn't work with $TYPO3_CONF_VARS['EXT']['extCache'] = 0
Deactivating the config cache breakes the context menu in the backend. Enabling it again in the localconf.php restore... Bjrn Kraus
11:04 Bug #16694 (Closed): Extension manager fails in a postgres environment with multiple schema's and tables.
Attempting to install any extension that works with tables errors out with:
Fatal error: Call to a member function...
Michiel Roos
10:44 Bug #15979: Javascript Error on Click Menu in Filelist
Michael, your Patch fixed the Problem. Edit works now in Fileadmin on Updates Typo3 3.8.0 ---> Typo3 4.0.n in IE 6.0.... Willi Zinser
10:28 Bug #16628: Wrong time format in syslog
Fixed in TYPO3 4.0.3 Michael Stucki

2006-11-06

20:48 Bug #16693 (Closed): pagebrowser shows wrong numbers
if using the pagebrowser to jump from one results page to anothe the number of results changes.
same bug as desc...
Kai Laborenz
20:48 Bug #16691: The Workspace Manager(the modul in left frame) show drafts to which the user has no access.
This is a duplicate of #4207. Andreas Wolf
14:04 Bug #16691 (Closed): The Workspace Manager(the modul in left frame) show drafts to which the user has no access.
I have such users:
- only with live workspace
- with custom workspace 1
- with custom workspace 2
- with custom w...
Juraj Sulek
14:07 Bug #16692 (Closed): htmlArea RTE conflicts on using prototyped Array objects (e.g. Prototype JavaScript framework)
TYPO3 Ver. 4.1-dev
In htmlarea.js there are some lines of code, that walk through an array like this:
for (var pl...
Oliver Hader
11:55 Bug #16690 (Closed): type mappings are larger than necessary
A Mysql tinyint is eg mapped to bigint on PostgreSQL. AFAIK ADOdb supports the integer types I1 to I4, so this waste ... Martin Kutschker
11:20 Bug #16689 (Closed): Index on tx_realurl_uniqalias breaks with DBAL
The length restriction is not compatible with DBAL:
KEY bk_realurl02 (tablename,field_alias,field_id,value_alias(2...
Martin Kutschker
10:41 Bug #16150: Allowed memory size exhausted
Fixed in TYPO3 4.0.3 Michael Stucki
09:22 Bug #16688 (Closed): Script doesn't answer when having list of links in text-element in Firefox 2.0
Typo3 4.0.2, htmlArea RTE 1.4.2 Demo-Mode
When I have 10 Links in a list and each links to a different content eleme...
Eric Rupp
07:26 Feature #16160: Support UTF-8 file systems
Martin's new extension masi_utf8fs have solve this problem, at least for Chiense. Very happy now.
Gideon
Gideon So

2006-11-04

21:26 Feature #16680: Add new Parameter to pi_list_modeSelector
Thanks for your hint!
Attached now is a diff-File the way you will like.
Mybe you can delete the first wrong file
Christian Tauscher

2006-11-03

15:21 Bug #16662: adodb ext contains garbage in postgres-driver
Sorry for replying late, but I only received a notification about this issue when Stucki added his last comment. :/
...
Karsten Dambekalns
14:25 Bug #16662: adodb ext contains garbage in postgres-driver
Fixed in SVN but leaving opened until Karsten confirms. Michael Stucki
15:11 Feature #16684: option to exclude certain pages from cache control headers being set
At the moment I use it as a workaround for tt_news, but this does not mean it's the only purpose. Think about webserv... Steffen Müller
13:50 Feature #16684: option to exclude certain pages from cache control headers being set
Would be a nice feature, but I think for example for tt_news it isn't the right approach, because most news pages are... Marc Bastian Heinrichs
12:53 Feature #16684: option to exclude certain pages from cache control headers being set
The section is located at page 59 of http://typo3.org/documentation/document-library/references/doc_core_tsref/curren... Steffen Müller
12:46 Feature #16684: option to exclude certain pages from cache control headers being set
Property:
sendCacheHeaders_excludePages
Data type:
integer (page id) /list
Description:
List of pages that s...
Steffen Müller
09:11 Feature #16684: option to exclude certain pages from cache control headers being set
I forgot: Please send me the text _first_, I want to post it together with the patch RFC. Michael Stucki
09:05 Feature #16684: option to exclude certain pages from cache control headers being set
Hi Steffen,
just write down which changes are needed, and where. I'll take care of TSref when the patch is ready.
Michael Stucki
01:43 Feature #16684: option to exclude certain pages from cache control headers being set
If someone tells me how to patch doc_core_tsref, I will take care of that. Steffen Müller
01:36 Feature #16684 (Closed): option to exclude certain pages from cache control headers being set
In cases of improper setting of SYS_LASTCHANGE, it might be useful to disable cache control headers on certain pages.... Steffen Müller
14:56 Bug #16657: Popmenus appearing in topframe in IE7
Fixed in TYPO3 4.0.3. Thanks to Mads Brunn for providing a fix. Michael Stucki
14:03 Feature #16680: Add new Parameter to pi_list_modeSelector
http://typo3.org/teams/bug-fixing/diff-and-patch/ Michael Stucki
13:47 Bug #16687 (Closed): On PostgreSQL tables should be created with "WITHOUT OIDS"
TYPO3 doesn't use DB level OIDS, so we don't need them.
(issue imported from #M4462)
Martin Kutschker
12:05 Bug #16683: extCache = 0 results corrupt extension downloads
Did you ever compare the two different version of exported extensions (file-size), with/without extCache=0 ? Could yo... Peter Niederlag
10:45 Bug #16683: extCache = 0 results corrupt extension downloads
This is exactly what happens. Site one is (export) on my Mac with PHP 5.1.6 www.entropy.ch Release 1, TYPO3 4.0.2. Th... Bjrn Kraus
10:01 Bug #16683: extCache = 0 results corrupt extension downloads
weird....
so you say:
a) site one
versions: Php5; Typo3 4.0
extCache=0
export extension (any ext, whci way are...
Peter Niederlag
09:47 Bug #16683: extCache = 0 results corrupt extension downloads
I tried the import with several production machines which work with normal settings (extCache = 1). So the problem is... Bjrn Kraus
09:08 Bug #16683: extCache = 0 results corrupt extension downloads
I just rechecked, can't reproduce this issue. Importing also works flawless here.;(
Can you maybe check your php-...
Peter Niederlag
09:04 Bug #16683: extCache = 0 results corrupt extension downloads
Are you reimporting into the very same installation or to another/different installation?
I do have this setting a...
Peter Niederlag
11:36 Bug #16636: INSERT cache_hash ident value needs to be truncated to 20 chars manually
Please remark as resolved . . .
Just to let you know that the essence of this bug lives on as:
http://bugs.typo...
Michiel Roos
09:47 Bug #16685 (Closed): When login attempt fails $GLOBALS['TSFE']->fe_user is set anyway.
When no fe_user_group is set for a given user, a login attempt would normally fail.
But $GLOBALS['TSFE']->fe_user ...
Troels Lenda

2006-11-02

23:42 Bug #16545: GIFBUILDER indexcolors cropsized images
Sorry - I have to admit that I misunderstood how the crop command works. So the first approach seems to be the best s... Jo Hasenau
22:34 Bug #16545: GIFBUILDER indexcolors cropsized images
This wont work, since the offset that is used to move the cropping area around the image is not taken into considerat... Jo Hasenau
21:30 Feature #16680: Add new Parameter to pi_list_modeSelector
Added a pacth file generated with
diff -c class.tslib_pibase.php class.tslib_pibase.php.orig > 4452.diff
is the...
Christian Tauscher
17:35 Bug #16683 (Closed): extCache = 0 results corrupt extension downloads
With the setting TYPO3_CONF_VARS['EXT']['extCache'] = 0 you can download installed extensions in the Extension Manage... Bjrn Kraus
12:42 Bug #15095: notification_email_urlmode does not support secure links (https)
Fixed in TYPO3 4.0.3 Michael Stucki
12:28 Bug #16673: Items in CE "Insert Records" don't have edit options in context menu any longer
Fixed in TYPO3 4.0.3 Michael Stucki
11:40 Bug #16673: Items in CE "Insert Records" don't have edit options in context menu any longer
The "+" indicates that only these items, copy/info/edit/view should be displayed in the clickmenu. This was always se... Michael Stucki
11:37 Bug #16463: TCEFORM altLabels & addItems CType doesn't change Page-Modul CE Labels
I think the same does not work for section_frames and colPos - can anybody confirm this and maybe make a general patc... Benni Mack
11:27 Feature #15760: Proposal for "options.bookmarkGroups" - Support multilanguagelabels
My proposed solution is attached as "bug_2754_v3.diff". However, since nobody approved it, I will change the status b... Michael Stucki

2006-11-01

18:17 Feature #16667: Database keys
At least deleted and hidden are fields rapitly used within where clauses.
Having them in a e.g Left join clause with...
Nikolas Hagelstein
13:55 Bug #16682 (Closed): pid reset to 10000 in Constant Editor
The Constant Editor is limiting pid to max 10000, if entered manually in the constants textfield it will reset them t... Fredrik no-lastname-given
09:56 Feature #16681 (Closed): C style TypoScript comments with start and end in one line lead to errors
Comments like this:
/******* Metatags ******/
config.meta.keywords = foo, bar
in typoscript are treated like a...
Markus Bucher

2006-10-31

23:49 Feature #16680: Add new Parameter to pi_list_modeSelector
Please upload a patch so it can be seen what you have changed. Michael Stucki
22:39 Feature #16680: Add new Parameter to pi_list_modeSelector
Maybe this task should be moved to the core list? Christian Tauscher
21:23 Feature #16680 (Closed): Add new Parameter to pi_list_modeSelector
I am not shure if I am right here - it's worth a try.
I love ist and I use it for more than only makeing diverent ...
Christian Tauscher
20:20 Bug #16679 (Closed): Button for 'Save document and create new one' doesn't load right element
The button for doing that must be enbaled in UserTsConfig:
options.saveDocNew = 1
F.e. when you're in an images...
Typoheads - Web Engineering
19:30 Bug #16678: translating of sitetitle not possible
The config.noPageTitle option can be used to let the title hide completely. This allows you to compile the <title> t... Michael Stucki
19:16 Bug #16678 (Closed): translating of sitetitle not possible
The sitetitle-part in the generated title-tag which is generated by the function t3lib_TStemplate::printTitle() use... Martin Kästner
14:45 Feature #16650: add config'able FE user storage page also via flexform
All good points Stefan. Sounds like the storagePid is a better alternative. David Toshack
13:33 Bug #15149: m.mask produces 256 color images (why is GDlib involved here???)
Hi, the kb_allcolors is integrated into the core, right? So this problem should not exist any longer - but we saw it ... Karsten Dambekalns
13:30 Feature #16667: Database keys
"IMHO" is not a patch and not enough for any practical work. Database indexes is a complex thing and simply including... Dmitry Dulepov

2006-10-30

21:31 Bug #16220: can't get "translation handling" to work in EXT Manager
Fixed in SVN. Karsten Dambekalns
21:26 Bug #16673: Items in CE "Insert Records" don't have edit options in context menu any longer
To me edit/show/info/copy makes sense. Maybe some of the "more options" as well, but stuff like "versioning" seems he... Martin Kutschker
21:06 Bug #16673: Items in CE "Insert Records" don't have edit options in context menu any longer
The patch does restore the earlier behaviour. Now I wonder whether this is good, or whether the menu should show the ... Karsten Dambekalns
18:57 Bug #16675: 'Clear FE cache' doesn't clear 'typo3temp/cache_pages' directory
I am aware of all that.
I don't understand why should Typo3 leave garbage behind?
Almost every 24 hours it gene...
John Angel
15:30 Bug #16675: 'Clear FE cache' doesn't clear 'typo3temp/cache_pages' directory
Removing these files is not needed currently because the cache still resides in cache_pages of the database. Only the... Michael Stucki
11:28 Bug #16675 (Closed): 'Clear FE cache' doesn't clear 'typo3temp/cache_pages' directory
When using in localconf.php:
$TYPO3_CONF_VARS['FE']['pageCacheToExternalFiles'] = TRUE;
'Clear FE cache' admin ...
John Angel
18:39 Bug #16677 (Closed): mainScript ignored in conjunction with simulateStaticDocuments
Hello Typo3-Team!
If you set config.mainScript to something other than index.php and also use config.simulateStati...
Daniel Chabrol
17:22 Bug #16676 (Closed): default setting for imageorient does not work
Setting a default Value for imageorient in tt_content does not work!
I've tried this in User, Group and Site TSconfi...
Sascha Egerer
15:10 Feature #16650: add config'able FE user storage page also via flexform
use StartingPoint:
To get your patch working, you need also to patch ext_tables.php and remove ",pages" on line 8, o...
Stefan Strasser

2006-10-29

21:22 Bug #16461: setup.override.edit_docModuleUpload=0 does not work anymore
I got the extension which changes the backend layout and where the setup.override.edit_docModuleUpload=0 does not wor... Axel Jindra
17:57 Bug #16461: setup.override.edit_docModuleUpload=0 does not work anymore
OK.
If you put the option to a user TSconfig the it works.
If you out it to a Group TSconfig it does not work.
...
Olivier Dobberkau
17:45 Bug #16461: setup.override.edit_docModuleUpload=0 does not work anymore
Hi Michael
I have checked with the latest svn. now it works again.
Olivier
Olivier Dobberkau
16:07 Bug #16461: setup.override.edit_docModuleUpload=0 does not work anymore
I checked this again, but cannot reproduce it in any of these combinations:
- TYPO3 4.0.3-dev
- with/without dam ...
Michael Stucki
15:34 Bug #16461: setup.override.edit_docModuleUpload=0 does not work anymore
I can confirm this for a 4.0.2 without DAM, so are there any news to this bug?
Funny thing I detected is that in Pic...
Axel Jindra
16:10 Bug #16522: tx_cms_showpic (click to enlarge) not working
The parameter format for the showpic document has changed since 3.7.0. You'll need to check this with 4.0.2. Michael Stucki
03:24 Bug #16522: tx_cms_showpic (click to enlarge) not working
I am having the same problem - using version 3.7.0. Replaced the code as suggested but did not solve the problem.
...
Administrator Admin
13:09 Bug #16674 (Closed): tcemain: Hook processDatamap_afterDatabaseOperations and insert operations
When using the hook processDatamap_afterDatabaseOperations to execute your own code after the databse operation, not ... Ingo Schmitt

2006-10-28

22:51 Feature #16651: add showPermaLink config also via typoscript
There was a typo in the patch which made it ineffective. The if-clause asked for 'showPermalogin' instead of 'showPer... Stefan Strasser
16:45 Bug #16147: Linking between domains in the pagetree ignores simulate static documents
Hey ...
I suppose with "<<Linking>> between domains" you mean creating shortcuts from one page to a page in anothe...
Bernhard Kraft
15:25 Bug #16673: Items in CE "Insert Records" don't have edit options in context menu any longer
As "+" means <space> in an escaped URL this is probable. Interesting that it worked before. Perhaps somewhere else in... Martin Kutschker
11:59 Feature #16659: Field delimieter »tab« for content table
Thanks Michael, it works perfectly. Stefan G¤nsler

2006-10-27

21:51 Bug #16673: Items in CE "Insert Records" don't have edit options in context menu any longer
Seems like the "+" (indicates that the CM should exclusively display these icons) is not passed to alt_clickmenu.php.... Michael Stucki
16:09 Bug #16673 (Closed): Items in CE "Insert Records" don't have edit options in context menu any longer
Up to (at least) 3.8.x the context menu of items inserted via insert records had an edit entry (see screenshot insert... Karsten Dambekalns
13:44 Bug #16672 (Closed): parseWhereClause throws sql error with function in where clause on Oracle database
The function parseWhereClause in class.t3lib_sqlparser.php does not parse for functions in the where clause at all.
...
Marion Schr¶der
10:34 Bug #16671: Anchor
You just need to remove the local css_styled_content because the version in sysext/ext/ must be used. There were chan... Michael Stucki

2006-10-26

17:04 Bug #16671 (Closed): Anchor
The anchors doesn't work, because the anchor link is build with a 'c' and the anchor in the target a tag has no 'c'.
...
Christian Bieber
10:50 Bug #16147: Linking between domains in the pagetree ignores simulate static documents
linking between two pges with different simulatestatic options does not work. but during my testing i also recognized... Klaus Hinum

2006-10-25

19:54 Bug #16670 (Rejected): Parsing throws error
Parsing of certan pages with a special extension throws a php warning wich is very ugly... Problem occures in class.i... Noel Bossart
13:39 Bug #16669 (Rejected): GMENU_LAYERS: Menu items without Submenus are not reset after RO
On a page with a GMENU_LAYERS (TMENU used for the second level), GMENU elements which have no submenus are not switch... Johannes Reinig
12:03 Feature #16668 (Closed): configure display fields and pidList of user list via typoscript
Just a few small changes to allow overriding the fields displayed in both listView and SingleView via typoscript like... David Toshack
09:24 Bug #16147: Linking between domains in the pagetree ignores simulate static documents
i wasn't able to get real url to work on my demo installation, perhaps someone else could try. i will try to find out... Klaus Hinum
03:55 Feature #16650: add config'able FE user storage page also via flexform
I don't know why I didn't think to suggest this for my last patch, but a much simpler solution would be to use the fi... David Toshack

2006-10-24

22:51 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
Hm, I think, it should be the second of Wolfgang's two options, because the first doesn't affect other versionized ta... Andreas Wolf
17:37 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
Changing the priority for this. Michael Stucki
17:01 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
someone should take care of this and implement the patch Wolfgang Klinger
17:00 Bug #16393: Workspaces loses MM relations on saving a new record and publish a draft record.
This patch works generally, but there's something important missing:
either...
Wolfgang Klinger
18:51 Bug #16147: Linking between domains in the pagetree ignores simulate static documents
Klauss, does it work if second domain does not have simulateStatic enabled? Does it work if one domain has simulateSt... Dmitry Dulepov
17:06 Bug #16147: Linking between domains in the pagetree ignores simulate static documents
so here is my fix for the problem (dunno if it also works with realURL):
I changed the two lines at typo3/sysext/cms...
Klaus Hinum
17:19 Bug #15941: No mails with forgotten password when using german language
Do you (or someone else) may reproduce this bug now with Typo3 4.0.x and newloginbox 3.0.x?
If not, I close this bug...
Stefan Strasser
17:11 Bug #15297: Message "No records found in storage folder!" appears but the are records available
As this bug-report ist quite old: does your problem persist or may I close this bug? Stefan Strasser
13:27 Bug #16276: Database Analyser - Compare proposes "ALTER ..... NOT NULL" again and again
keyword:t3dd06 -> what does this mean? I haven't been there...
I think the problem is a silent type change of mysq...
Helmut Rieth
12:50 Feature #16667 (Closed): Database keys
IMHO fields like deleted, hidden, sys_language_uid,. l18n_parent,sorting should be database indices by default for ... Nikolas Hagelstein
11:25 Feature #16650: add config'able FE user storage page also via flexform
As I wrote the TS-part of storagePid I thought about this ;-) Stefan Strasser
11:22 Feature #16645: Integrating functionality of extension bzb_newloginbox_redirect
Good idea, I missed this also. I'd like to integrate several existing ways of redirecting in the future. Stefan Strasser
10:51 Bug #15857: newloginbox 2.2.11 uses direct mysql_* calls
3.0.1 - which contains updated ext_php_api.dat - is released
anyway ext_php_api.dat does not have an effect on the...
Stefan Strasser
10:50 Bug #16015: password-forgot-mail contains htmlencoding (&quot;)
3.0.1 - which contains fix - is released Stefan Strasser
10:50 Feature #14933: show_forgot_password should be TS-controlled too
3.0.1 - which contains fix - is released Stefan Strasser
10:49 Feature #15180: add config'able FE user storage page
3.0.1 - which contains fix - is released Stefan Strasser
10:49 Bug #16585: Page browser error
3.0.1 - which contains fix - is released Stefan Strasser
07:55 Feature #16651: add showPermaLink config also via typoscript
Thanks Ingmar for clarification - got it now :-) Mario Rimann

2006-10-23

23:51 Feature #16651: add showPermaLink config also via typoscript
+1 for the patch. Ingmar Schlecht
23:49 Feature #16651: add showPermaLink config also via typoscript
Hi Mario,
this is the possible values of $TYPO3_CONF_VARS[FE][permalogin]:
-1: Permanent login for FE users disab...
Ingmar Schlecht
17:02 Bug #16663: Function http_makelinks doesn´t work correctly when the url followed by a tag
The problem is not the line 4481 above - but the function doesn´t work correctly.
Sometimes there is more than the...
Frank no-lastname-given
16:19 Bug #16663 (Closed): Function http_makelinks doesn´t work correctly when the url followed by a tag
The function http_makelinks doesn´t detects the end of a url when the url directly followed by a html-tag (e.g. <br>)... Frank no-lastname-given
15:23 Bug #16661: Search box doesn't fill input value after search
I do not agree, therefore I will not change it. But I'll leave this issue open. Michael Stucki
15:07 Feature #16666 (Closed): add stdWrap to some TS-Configure Vars
it would be great to add stdWrap-functionality to TS-Vars, e.G. alwaysActivePIDlist
So with this stdWrap it is po...
Steffen Kamper
14:44 Feature #16665: Enable stdWrap for HMENU.alwaysActivePIDlist
that is because of missing stdWrap for this var - so there is no dynamic possible (only uncomfortable way with TS Con... Steffen Kamper
10:00 Feature #16665 (Closed): Enable stdWrap for HMENU.alwaysActivePIDlist
I would like to write
.alwaysActivePIDlist.dataWrap = {register:whatever},{whatever:itwillbe}
or
.alwaysActi...
Jan Runte
09:55 Bug #16664: Template edit field is half of normal width in IE7
same effect when editing file in fileadmin or in EM Dmitry Pikhno
09:38 Bug #16664 (Closed): Template edit field is half of normal width in IE7
Template edit field is half of normal width in IE7 when editing setup or constants information
(issue imported fr...
Dmitry Pikhno

2006-10-22

13:27 Bug #16661: Search box doesn't fill input value after search
Input field should never be emptied.
It is convenient for narrowing search (instead of copy&paste).
All search...
John Angel
12:06 Bug #16661: Search box doesn't fill input value after search
This is not a bug. The search word is only displayed again if an error occured.
If no error occurs, the input field ...
Michael Stucki
11:53 Bug #16662: adodb ext contains garbage in postgres-driver
Karsten, please take care of this. Don't forget to patch TYPO3_4-0 branch as well. Michael Stucki
11:46 Bug #16662: adodb ext contains garbage in postgres-driver
I can confirm this problem. There is even one more file containing such garble.
Attached is a patch for Karsten and ...
Michael Stucki
00:36 Bug #16595: Constant Editor displayExample not configurable
ok, i found a solution.
the file class.tx_tstemplateceditor.php has to be modified.
Instead of the comment
#NO...
Steffen Kamper

2006-10-21

19:54 Bug #16662 (Closed): adodb ext contains garbage in postgres-driver
I installed adodb 4.93.0 from TER and get an error message about already sent headers in adodb-postgres64.inc.php.
L...
Christian Welzel
19:21 Bug #16661 (Closed): Search box doesn't fill input value after search
Fix:
alt_shortcut.php:395
FROM:
$editIdCode = '<td nowrap="nowrap">'.$LANG->getLL('shortcut_editID',1).': <i...
John Angel
19:13 Bug #16660 (Closed): BE search doesn't work with UTF-8 chars
When using search box on the bottom of BE, UTF-8 chars become garbled and search doesn't return any results.
Here ...
John Angel
13:20 Feature #16659 (Closed): Field delimieter »tab« for content table
If I insert a table for the content trough backend interface I am able to select »|« »;« and »,« as field delimiter.
...
Stefan G¤nsler
01:57 Feature #16617: Custom error pages
All errors are at presently converted to a 404 which is good behaviour. Only the error message is not shown. I have e... Ben van 't Ende

2006-10-20

18:09 Bug #16489: typo3/gfx/su_back.gif missing in SVN-HEAD
That was fixed by Sebastian some time ago.
Michael Stucki
15:22 Bug #16649: general problems with fulltext keys in tables (extension manager failures) 2
Where did you read that fulltext keys are supported in 4.0.2? This is not the case yet. Michael Stucki
14:22 Bug #16163: Elements added to field values with TCEFORM becomes incorrectly recoded
I could track the problem down to t3lib_beFunc::getPagesTSconfig() (which was not surprising). I'd guess that neithe... Thorsten Kahler
10:50 Bug #16570: Problem in Code View in Firefox 1.5.0.7
Did you read the comments above? The issue was caused by a recent change in Firefox, and it has been fixed for the up... Michael Stucki
10:41 Bug #16570: Problem in Code View in Firefox 1.5.0.7
I have tried this on all platforms (MacOSX, Linux, Win) and can confirm that switching RTE to source mode crashes Fir... Andres Toomsalu

2006-10-19

22:51 Bug #16419: Upload to TER always transfers hidden or system files
Ok, here is a new patch, one setting, preg-enabled, works here just fine. Karsten Dambekalns
16:25 Bug #16658 (Closed): Wrong information in _.htaccess for httpd.conf configuration
The RewriteRule for httpd.conf (around line 95) has "/TYPO3root" at the beginning. This is wrong.
Instead it shou...
Marc Bastian Heinrichs
15:38 Bug #15979: Javascript Error on Click Menu in Filelist
Seems like the AJAX content is not utf8-encoded. XML must _always_ be UTF-8! Attached is a patch that fixes this. Ple... Michael Stucki
14:05 Bug #16657: Popmenus appearing in topframe in IE7
Will take care of this. Michael Stucki
13:43 Bug #16657 (Closed): Popmenus appearing in topframe in IE7
When I rightclick a page in the backend (page module) the menu opens in the topframe, but not as the usual popupmenu.... Claus Witt
13:39 Feature #16477: Navigation title in tree view
Hi
Just replace "$this->ext_showNavTitle" with "$BE_USER->getTSConfigVal('options.pageTree.showNavTitle')" and it ...
Jan Wulff
10:13 Bug #16656 (Closed): Bad link at typo3.com
http://typo3.com/Sponsorship.1264.0.html got a bad link to the workflow page.
It is http://typo3.com/development/p...
Staffan Ericsson
08:16 Bug #16655: Publishing a lot of records
RFC posted to core list. Dmitry Dulepov
08:15 Bug #16655 (Closed): Publishing a lot of records
If hundreds of records are published, this process may result in PHP timeout.
Solution: publish only several recor...
Dmitry Dulepov

2006-10-18

20:42 Bug #15462: key locallang_mod_tools_ws in locallang_mod_user_ws.xml
Already fixed Dmitry Dulepov
19:53 Bug #16382: Db check produces errors
i did not test this on a 4.0.1, but it occurs up to 4.0.1 as far as i can see. I'll check for 4.0.2 as soon as possible. Andreas Balzer
19:44 Bug #16382: Db check produces errors
Does still happen? I belive it is fixed in 4.0.2. Dmitry Dulepov
16:05 Bug #16542: utf-8 in classes names
class names can contain any character from document's character set. See:
http://www.w3.org/TR/html401/struct/glob...
Dmitry Dulepov
16:01 Bug #16647: Possible Scripting vulnerability
Just entering bad code does not mean security risk if validation code on the server removes such code.
Generally e...
Dmitry Dulepov
15:50 Bug #16198: Edit Page record: Displaying <em>[No title]</em> if Pagecontent has no header
I have attached a patch which fixes this issue. Graham Solomon
15:09 Bug #16637: recs['clear_all'] should be clear as an array
I have uploaded this as a .diff for the developers.
Just realised I ran the diff command the wrong way around, pl...
Graham Solomon
13:04 Bug #16637: recs['clear_all'] should be clear as an array
I know this feature in TYPO3 isn't used by many users. But since it is a small bug and easy to fix (patch is included... Bjrn Kraus
14:10 Bug #16652: mysql_fetch_assoc If in tca select->maxitems > 1 AND foreign_table_where contains "sys_language_uid = ###REC_FIELD_sys_langu...
Sorry I've forgot something.
This error only comes if I create a new record. If I press the save Button or edit an e...
Sascha Egerer
11:21 Bug #16652 (Closed): mysql_fetch_assoc If in tca select->maxitems > 1 AND foreign_table_where contains "sys_language_uid = ###REC_FIELD_sys_langu...
I have createt an extension. When I write the following in the tca.php File I get the an error:
"config" => Array (
...
Sascha Egerer
14:10 Bug #16638: Have to click 2 times to get pages
> Sorry, that I can only do that after work and not immediately.
> ...
> Customers from me are getting angry :-(
...
Michael Stucki
13:16 Bug #16638: Have to click 2 times to get pages
So I tryed to disable extensions, but the error is not gone :-(
If you want to test some settings in the installatio...
S¶ren
13:02 Feature #16654 (Closed): class.tslib_eidtools.php: Function to get TS configuration
One main problem with TYPO3 and AJAX is that you can't easily access TS configuration. Could you add a function that ... Bjrn Kraus
12:59 Feature #16653 (Closed): eID: initBeUser
It would be helpfull to have a corresponding function to the FE user in class.tslib_eidtools.php. I have added the pa... Bjrn Kraus
09:44 Feature #16651: add showPermaLink config also via typoscript
I think you patch is ok. But there's one thing I don't understand:
The if clause contains a part like "($GLOBALS['...
Mario Rimann
07:46 Feature #16651 (Closed): add showPermaLink config also via typoscript
Ability to configure the showPermaLink boolean from typoscript
(issue imported from #M4403)
David Toshack
07:26 Feature #16650 (Closed): add config'able FE user storage page also via flexform
Ability to configure a page for storagePid in a flexform, as a slight extension to:
http://bugs.typo3.org/view.php?i...
David Toshack
03:41 Bug #16633: t3lib_db::listQuery uses LIKE instead of FIND_IN_SET()
> It will fail for some reason. However, after removing the "LIMIT 1" statement, the
> query works with no problem....
Marc Wöhlken

2006-10-17

23:48 Bug #16633: t3lib_db::listQuery uses LIKE instead of FIND_IN_SET()
I tried to change this. Honestly, I didn't know about FIND_IN_SET before, but found some documentation about it.
F...
Michael Stucki
23:46 Bug #16647: Possible Scripting vulnerability
Didn't check this one out, but I presume that input validation is the same when the 'Show HTML source' button is avai... Michel Boivin
08:17 Bug #16647: Possible Scripting vulnerability
Thanks, the security team will immediately look at this. Michael Stucki
20:08 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
Could this be related with issue #16551? Apparently setting a property to "0" is not recognized and thus the override... Michael Stucki
20:05 Feature #15416: admPanel.module.edit.forceNoPopup = 0 doesn't affect to 'toolbar'
I think it's a duplicate of bug #16551. However the solution needs modification anyway because module.edit.* is obsol... Michael Stucki
19:04 Bug #15559: Adminpanel - Javascript link to open backend causes error with IE and realurl
Thanks, will fix this. Michael Stucki
18:59 Bug #16220: can't get "translation handling" to work in EXT Manager
Note that the error on getting the ZIP files from the Ext-Manager can be caused by yet another bug if you are using c... Ernesto Baschny
18:52 Bug #16363: Checking or updating translation fails with Curl
Duplicated report Ernesto Baschny
18:50 Feature #14133: Edit in Frontend Only: no access
duplicate of #456 Michael Stucki
18:45 Bug #16316: Admin panel does not work with simulate static documents enabled
This bug was fixed by Rupert Germann on April 14, 2006. It is fixed in TYPO3 4.0.1 and later. Michael Stucki
18:34 Bug #14911: Some buttons in the admin panel of frontend editing of BE-users dont' work
No feedback, therefore closing this... Michael Stucki
18:33 Bug #16609: Admin panel input fields are not closed, so they are not valid
Will do. But afaik this is only a cosmetical issue. Of course the form is not valid, but after that change it is stil... Michael Stucki
16:33 Feature #15342: t3div_lib::array2xml problem when encounters multiples of the same tag
Solving this problem can make xmk2array incompatible with existing code. If there is "index" attribute, xml2array doe... Dmitry Dulepov
15:45 Bug #15362: template::getTabMenu double ampersanded
Temporary workaround posted by elmar on typ3.dev on jan 4th 06:
foreach($GLOBALS['_GET'] as $key => $value)
...
Stefan Steinbeck
13:50 Bug #16649 (Closed): general problems with fulltext keys in tables (extension manager failures) 2
Althougt it was stated that in typo4.0.2 the problem with sql parser is fixed, it seems it is not
fro example let sa...
Krassimir Berov
13:49 Bug #15979: Javascript Error on Click Menu in Filelist
I confirm this Problem:
SuSE Linux 9.1 Prof.
PHP 4.4.0
'./configure' '--prefix=/usr/local/typo3' '--enable-mem...
Willi Zinser
13:21 Bug #16026: special=directory does not include submenu entries
100% ACK with Franz-Xaver Koch. Batomo
11:39 Bug #15006: Possibility to add multiple "includeLib" plugins
I have just uploaded a patch for this bug, it is tried and tested on our TYPO3 websites using versions 3.8.1 & 4.0.2 Graham Solomon
11:37 Feature #16648 (Closed): Hook Request for class.t3lib_tcemain->checkValue_group_select_file()
i miss a hook for the file copy/delete process to the upload
directory when files are linked in a record in the back...
Thomas Mammitzsch
 

Also available in: Atom