Project

General

Profile

Activity

From 2007-08-19 to 2007-09-17

2007-09-17

22:07 Feature #17156: Define type of child record
I agree that this would be a great addition to IRRE.
My scenario is like case #2. I'm currently using a foreign...
Jeff Segars
20:19 Bug #17610 (Closed): wrong references between translated content in Workspace and its parent
1. goto your own workspace
2. enter new content and make a translation afterwards (using the dropdown language Selec...
Marcel Silberhorn
19:31 Feature #16735: Negative Timestamps
if the integer field is an unsigned integer, it has to be changed. for me it works perfectly.
in my opinion this i...
Michael Fritz
19:13 Feature #16735: Negative Timestamps
@clemesn
There is no solution for PHP4, bus as TYPO3 4.2 will rquire PHP 5.1 I think this note is good news (thoug...
Martin Kutschker
19:08 Feature #16735: Negative Timestamps
negative timestamp were not possible with php4, but are with php5. thus TYPO3 limited the input to dates after 1970 v... Ingo Renner
19:03 Feature #16735: Negative Timestamps
i didn't recognise it as a win bug since im having a linux server. the javascript cuts down all dates before 1970 wit... Michael Fritz
18:35 Feature #16735: Negative Timestamps
OK, the problem with php4 in connection with windows is right, but where did you find the solution for that problem?
...
Clemens Riccabona
18:01 Feature #16735: Negative Timestamps
didn't realize I set a version dependency, but anyways... +1 for negetive timestamps Ingo Renner
17:36 Feature #16735: Negative Timestamps
@clemens
There was a PHP dependency. The docs says that 4.x (on Windows?) had troubles with negative timestamps. B...
Martin Kutschker
19:10 Feature #17606: Enable overriding/renaming field labels by Page TSconfig
Hi Oliver!
It would be pretty cool, if you could replace a whole Locallang via PageTS.
In my Extension it works fin...
Malte Jansen
15:12 Feature #17606: Enable overriding/renaming field labels by Page TSconfig
I've created a unified diff for your feature request.
The types section of the TCA has the possibility to set an alt...
Oliver Hader
17:44 Feature #16554: Workspace DB / filemounts should narrow down the users' mounts
I would also like to have an option to access user and group home directories.that are automatically mounted in the L... Christian Hennecke
17:40 Feature #16445: Option: only show my changes for workspace-view
Hi Dmitry!
Is this patch any good? The idea is fine, I think.
Martin Kutschker
17:31 Bug #17605: Authorisation system for BE user and groups has logic conflict
Does the setting of BE[explicitADmode] to 'explicitAllow' in the installer do what you want?
Martin Kutschker
17:10 Bug #17339: linkHandler Hook Not Initialized Properly
fixed in SVN Ingo Renner
17:01 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
*push*
I need a solution for this issue.
We have a system with replication of 2 MySQL (Master/slave)
Now we run ...
Steffen Kamper
14:52 Bug #17608: chr(10) after closing php tag
Maybe it's a idea to NOT using this closing tags in future?
See: http://framework.zend.com/manual/en/coding-standa...
Thomas Breuss
14:44 Bug #17608: chr(10) after closing php tag
The atttached patches remove found spaces/newslines after the closing tag "?>" of *.php and *.inc files of the TYPO3_... Oliver Hader
14:41 Bug #17608: chr(10) after closing php tag
I can confirm this issue. Oliver Hader
12:56 Bug #17608 (Closed): chr(10) after closing php tag
In different files there is a chr(10) after the closing php tag (?>).
Example:
t3lib/class.t3lib_cs.php
t3lib/cl...
Thomas Breuss
14:44 Bug #17609 (Closed): Translations: Usergroups, Allowed excludefields
Some translations aren't really precise. In German for example we have the same translation (Seiteninhalt: Rahmen) fo... Thomas Breuss
10:49 Bug #16179: Fatal error with flexform fields in a database.
Yes same over here solution works. Nikolas Hagelstein

2007-09-15

13:58 Feature #17606: Enable overriding/renaming field labels by Page TSconfig
The Problem is now solved in the Extension maja_labelrename...
But it would be very useful as property of the core...
Malte Jansen

2007-09-14

22:08 Bug #17607 (Closed): Value is not shown when label is MM field
Having two tables:
T1 (name, desc)
T2 (name, status, ...)
T2.name is MM to T1.name
In BE if label for T2 is name ...
Gleb Budko
18:07 Bug #17178: Extensions with dependencies - datatransfer did not sucseed
Updated diff to be relative to TYPO3 root. Jeff Segars
17:59 Bug #17178: Extensions with dependencies - datatransfer did not sucseed
thx, it works for
+1 for next version, really please!
Georg Ringer
15:19 Feature #17606 (Closed): Enable overriding/renaming field labels by Page TSconfig
You can override Item-Labels with TCEFORM.[table].[field].altLabels.[ID] = New Label
But it is not possible to renam...
Malte Jansen
14:32 Bug #17605 (Closed): Authorisation system for BE user and groups has logic conflict
In the BE user/group form the rights for content types like "TEXT" have to get removed, while the rights for excludef... Sonja Schubert
14:24 Bug #17604 (Closed): Error: The requested page didn't have a proper connection to the tree-root!
The Error above occurs, if a user opens a link to a page which is secured by login and which has the type "Not in men... Sonja Schubert
14:18 Bug #17603 (Closed): Configuration possiblity in localconf.php for the tables accessed by CONTENT object
The tables for which the CONTENT object has access should not be static defined. They should be configurable in local... Sonja Schubert
08:54 Feature #14463: Menu doesn't expand if ".special" is set
I sent a mail to the bugs list on Wednesday in the hope that it would make things move again for this bug... Francois Suter
07:44 Bug #17602 (Closed): rtehtmlarea doesn't work in front end editing in the mode "Forms on page"
Following functionalities don't work in the editing mode "Forms on page"
1) Link too - invalid path information - ...
Tapio Markula

2007-09-13

17:54 Bug #17601 (Closed): Cannot sort MM relational field
I have two tables:
T1 with fields Fname, Lname.
T2 with field Position, Fname. In T2 Fname is MM to T1.Fname
- In ...
Gleb Budko
15:57 Bug #17600: Overriding multilevel UC settings fails
NOTICE: Now that the feature is working it should of course be added to the TSconfig Documentation. The property was ... Michael Stucki
15:14 Bug #17600: Overriding multilevel UC settings fails
How to test:
- enable the admin panel in the TS template
- set these properties for a BE user/group:
setup.ove...
Michael Stucki
15:12 Bug #17600: Overriding multilevel UC settings fails
The attached patch solves the problem by stripping all trailing dots right before the exsting UC is merged with the T... Michael Stucki
15:06 Bug #17600 (Closed): Overriding multilevel UC settings fails
It is possible to override UC settings using BE-USER-TSconfig:
# setup.override.disableTabInTextarea = 1
# => wor...
Michael Stucki
12:26 Feature #16984: class.t3lib_treeview.php returns hardcoded 'title' from db
Fixed in issue 4064.
Greets,
Thomas
Thomas Hempel
12:25 Feature #16477: Navigation title in tree view
Committed to trunk (revision 2508)
Greets,
Thomas
Thomas Hempel
12:01 Bug #17599 (Closed): Frontend preview doesn't work for subpages of hidden and restricted pages
Say you have the following page structure:... Irene Höppner

2007-09-12

22:04 Feature #17598 (Closed): includeCSS & includeJS should look if Ext is loaded
if I include a CSS/JS with
page.includeCSS.file1 = EXT:foo/bla.css then it should get checked if EXT "foo" is loade...
Georg Ringer
18:04 Bug #17597 (Closed): Hook for "getSearchWords" checks for a method "getSearchWords" in hook class, but does not use this method.
In class.tx_indexedsearch.php in the method getSearchWords is a Hook definied called "getSearchWords" (line421).
On...
Sebastian Fuchs
18:00 Bug #17577: enableFields() not called in some cases
By the way, why sometimes Core classes sometimes uses $GLOBALS['TSFE']->sys_page->where_hid_del and $GLOBALS['TSFE']-... Popy no-lastname-given
14:19 Bug #15951: clickmenu on pagetree icons does not work
I still have the problem on a typo3 4.1.2 installation on a linux server w/ apache. client is firefox 2.0.0.6 on win ... Benjamin Bergmann
13:59 Bug #17596: Unable to use < or <= in where clauses with a foreign_table_where tag in a flexform config
Oliver,
Yes, that essentially solves the problem. I'm not sure whether something could be done about it but perhap...
Andrew Henson
13:52 Bug #17596: Unable to use < or <= in where clauses with a foreign_table_where tag in a flexform config
Andrew, what happens when you replace < with &lt; ? Oliver Klee
13:41 Bug #17596: Unable to use < or <= in where clauses with a foreign_table_where tag in a flexform config
I should add that the line 17 is just copied from my example, with field name substituted. The line number will refer... Andrew Henson
13:24 Bug #17596 (Closed): Unable to use < or <= in where clauses with a foreign_table_where tag in a flexform config
In a foreign_table_where tag, trying to do something like:
<foreign_table_where> AND some_field<10</foreign_table_...
Andrew Henson
11:57 Feature #17595 (Closed): Pages of type "External link" should allow to opened in new tab or window
It is generally considered good practice to open external links in a new tab (or a new window). However, there does n... H. Hahn
11:44 Bug #17374: Combination mode doesn't save new child records correctly
I changed the extension which i described above to simple 1:n relations. Now the error comes from time to time when s... Martin Skopal
10:52 Bug #17594 (Closed): browse_links and other popups don't work, when in Admin Panel "Editforms on-page" is checked
If you use Frontend Editing and you check "Editforms on-page:" in the Admin Panel you won't be able to use several mo... Irene Höppner
09:07 Bug #17517: newloginbox -> redirect
As it is not very nice to have to look in the sourcecode for some documentation I post here a mini-doc for you may st... Stefan Strasser

2007-09-11

22:24 Bug #17517: newloginbox -> redirect
A first version of a redirection-framework has just been submitted to svn. Tomorrow there should be a t3x-snapshot at... Stefan Strasser
19:00 Feature #16735: Negative Timestamps
@ingo
In my Opinion is there no php version dependency???
Just a javascript, and probably a mysql problem (2nd ...
Clemens Riccabona
14:39 Feature #16735: Negative Timestamps
please provide a patch if you mark the report as having one Ingo Renner
17:21 Feature #15762: Create multiple content items at the same time
Try to use more than one table with alt_doc.php:
typo3/alt_doc.php?edit[<table>][<page_id>]=new&defVals[<table>][<...
Martin Kutschker
13:51 Feature #15762: Create multiple content items at the same time
will close this old report in one week from now if nobody objects , because of Masi's arguments which I agree to Ingo Renner
16:38 Bug #17539: OCI_INVALID_HANDLE
Another error now when I try to index external documents like PDF:
Warning: ociexecute() [function.ociexecute]: ORA-...
Moreno Feltscher
16:11 Bug #17539: OCI_INVALID_HANDLE
Now I also get this error when I insert a new content element:
Warning: ociexecute() [function.ociexecute]: ORA-0170...
Moreno Feltscher
15:24 Bug #17539: OCI_INVALID_HANDLE
Where can I get the SVN version?
I think, the error occurs, if I visit a page the first time. So can it be because...
Moreno Feltscher
16:31 Feature #16444: Add fields cruser_id and crdate to table tt_content.
fixed in SVN Ingo Renner
16:10 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
I used this patch and added an other feature.
Required-field should be conditional with checkbox-field.
See Bug: 00...
Malte Jansen
16:03 Bug #17580: Active in template::getDynTabMenu() does not work
Solved in Bug:
0006173
Malte Jansen
16:01 Feature #17542: Conditional Requirment for Fields in BE-Forms
After some work, I have found a solution for this problem.
I have added some documentation in the ReadmeFirst.txt
...
Malte Jansen
15:39 Bug #14927: Fileicon-Path is hardcoded and not changeable for the Frontend
+1 for fix Christopher Hlubek
14:58 Feature #17488: romanian language flag
fixed in SVN Ingo Renner
14:09 Bug #16141: JS error on IE 5.5 for Dynamic tab and module HighLight
IE5.x not supported Ingo Renner
14:04 Feature #16062: make FE user's password an Exclude-field
can't be changed as it's a required field.... Ingo Renner
14:00 Bug #16023: be_groups.db_mountpoints is very short (40), so not enough Chars for selecting Mountpoints
fixed somewhen before 4.2 Ingo Renner
13:58 Bug #15976: included mail-form
not enough information Ingo Renner

2007-09-10

17:30 Bug #16694: Extension manager fails in a postgres environment with multiple schema's and tables.
Our Setup:
TYPO3 Version 4.1.2
On Debian Etch.
Postgres 8.1 on another Host running Ubuntu.
The Ext Manager is no...
Olivier Dobberkau
17:15 Bug #16694: Extension manager fails in a postgres environment with multiple schema's and tables.
I know . . .
I need to set up my test site here @ work on top of postgres, maybe I can dig up some more bugs.
I...
Michiel Roos
17:09 Bug #16694: Extension manager fails in a postgres environment with multiple schema's and tables.
We experience this bug too.
It seems that nobody has really tested dbal somehow...
yuks..
Olivier
Olivier Dobberkau
17:13 Bug #17452: Resolving external URLs
This will break web site statistics. Typo3 first loads shortcut page and than redirects to external page. This makes ... Dmitry Dulepov
16:35 Bug #17591: <base> tag produces text selection problems in IE6
See: CSS-bugs with IE 6 http://drupal.org/node/44934... Georg Leitner
15:24 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
Also another old installation now have problem in : http://site/typo3/install/
After login, only this menu working...
Sim
12:29 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
Some time, after some minutes, Typo3 Install show:
-------------------
Database Error
No database selected
...
Sim
11:40 Bug #17593 (Closed): Install tool loops with PHP 5.2.4 and Apache 2.0.59
Hi!
After recently server update (Trustix 2.0 as Distro), it is impossible to install typo3, the install tool seems ...
Sim
14:19 Bug #17535: index.php assumes current working directory to be PATH_site
The fix from php-cvs works for me. Anybody who hits the problem should just apply http://cvs.php.net/viewcvs.cgi/php-... Christian Hoffmann
13:20 Bug #17535: index.php assumes current working directory to be PATH_site
The php bug has been fixed in svn (see http://bugs.php.net/bug.php?id=40419 ). Perhaps someone can give it a try.
Bjrn Kraus
11:23 Bug #17535: index.php assumes current working directory to be PATH_site
As I posted on the list, the php.ini setting doesn't work for me running php as fastcgi. The fix seems to be the only... Bjrn Kraus
11:17 Bug #17535: index.php assumes current working directory to be PATH_site
So Chrstian says that you can work around the issue while Björn prefers the fix. What should we do? Michael Stucki
12:12 Bug #16894: Typo3 doesn'f make a new version of page by cut,move,move-down,move-up by content-elements
Moving in workspaces is not possible with versions below TYPO3 4.2 Wolfgang Klinger
11:06 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
Sorry, just changed my mind! ;-) Of course the feature does already exist, I just didn't find it because the term "di... Michael Stucki
11:04 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
Yes, but then it's just a new configuration feature which is not at all related with versioning. So maybe someone sho... Michael Stucki
10:47 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
Hi Michael, good news :)
But:
Not showing the versioning button in clickmenu, when the user hasn't access to it...
Helmut Hummel
10:25 Bug #17592: Typolink (internal links) in Multidomain environment with realurl doesn´t read config.baseURL
This is related to #3491 #6050 #165 #1868
Helmut Hummel
00:49 Bug #17592 (Closed): Typolink (internal links) in Multidomain environment with realurl doesn´t read config.baseURL
Typolink (internal links) in Multidomain environment with realurl doesn´t read config.baseURL in that tree line for c... d.ros no-lastname-given

2007-09-09

20:05 Bug #17366: Parse error: syntax error, unexpected T_STRING in newloginbox/locallang.xml on line 1
As far as I've understood Ingmar, the xml-lang-support for the frontend-plugins requires at least Typo3 4.0. Therefor... Stefan Strasser
19:51 Bug #16830: Comment in TYPOSCRIPT can prevent T3 from rendering template
will this bug get fixed? Andreas Balzer
19:34 Bug #17511: newloginbox is missing sql
This is a duplicate of bug id 4208. It is not really a bug, for more information see:
http://bugs.typo3.org/view.php...
Stefan Strasser
19:11 Bug #17591: <base> tag produces text selection problems in IE6
Nope. Closing tag means exactly what you propose: </base>. But <base ... /> is allowed. See here: http://www.w3.org/T... Dmitry Dulepov
10:14 Bug #17591: <base> tag produces text selection problems in IE6
Then Typo3 currently violates exactly this rule.
It generates the base tag as <base /> which means that the base tag...
Christian Welzel
07:07 Bug #17591: <base> tag produces text selection problems in IE6
Request declined because it violates HTML specification, namely part 12.4, which says:... Dmitry Dulepov
18:48 Bug #17582: typolinkLinkHandler does not work
While you technically may be right in picking on me for swearing, you fail to see that I didn't intend to insult anyo... Wolfgang Illmeyer
17:33 Bug #17582: typolinkLinkHandler does not work
Wolfgang, you are an idiot.
Everything you write here may be true, though I dout it as I can search the bugtracker...
Martin Kutschker
02:54 Bug #17582: typolinkLinkHandler does not work
your bug tracker sucks. it won't let me mark that bug 'has patch', altough it has. and it is "search" not "view", it ... Wolfgang Illmeyer
18:17 Bug #16992: Missing French messages
newloginbox 3.1.0 released Stefan Strasser
18:17 Bug #16957: ampersand in url
newloginbox 3.1.0 released Stefan Strasser
18:15 Feature #16651: add showPermaLink config also via typoscript
newloginbox 3.1.0 released Stefan Strasser

2007-09-08

21:24 Feature #17564: RFC: Extended BE Module "Web/Permissions"
Hey Andreas,
as I told you, the only concern for me is the error handling. But let me see what I can do (I'm worki...
Benni Mack
20:59 Bug #17591 (Closed): <base> tag produces text selection problems in IE6
The usage of the short form of the <base> tag causes text selection errors in IE6 if the layout uses floated elements... Christian Welzel
14:30 Bug #17535: index.php assumes current working directory to be PATH_site
Here is the code:
if (version_compare(PHP_VERSION, '5.2', '>') && ini_get('cgi.fix_pathinfo') == '1')
chdir(PATH...
Bjrn Kraus
14:29 Bug #17233: t3lib_htmlmail should have empty default values
Patch looks good: +1
Go ahead, Ingo! ;-)
Oliver Hader

2007-09-07

23:45 Bug #17535: index.php assumes current working directory to be PATH_site
Really too lazy to dig through the whole Typo3/TS/TemplaVoila code, I'm now using the simplest workaround: Don't use ... Christian Hoffmann
23:06 Bug #17535: index.php assumes current working directory to be PATH_site
Dmitry (Zend) asked me to open a php bug, so I filed http://bugs.php.net/bug.php?id=42587
Until now I didn't manag...
Christian Hoffmann
16:19 Bug #17535: index.php assumes current working directory to be PATH_site
Agreed. Who's gonna update the patch? Michael Stucki
15:47 Bug #17535: index.php assumes current working directory to be PATH_site
What about only doing the chdir(PATH_site) only for the specific PHP versions affected:
Pseudo code:
if(php versi...
Ingmar Schlecht
18:56 Bug #17233: t3lib_htmlmail should have empty default values
in the core, please
regareds,
martin
Martin Holtz
17:13 Bug #17590 (Closed): Notification email labels are hardcoded in class.t3lib_tcemain.php
See Function "notifyStageChange" in the class
(issue imported from #M6298)
Fronzes Philippe
13:48 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
Thorsten has committed a fix for this now (committed to TYPO3_4-0, TYPO3_4-1, Trunk).
The versioning module is no lo...
Michael Stucki
12:15 Bug #17589 (Closed): Site error from a sysfolder with fe_users
If the amount of fe_users in a sysfolder is more than ~ 380, the Site function in firefox shows this ->
/*-1); th...
Nils Budde
11:57 Feature #17503: BE should check Mysql charset settings
blobToText works Ingo Renner

2007-09-06

23:50 Bug #17535: index.php assumes current working directory to be PATH_site
Reopening this bug to make it possible to add more comments on this. Michael Stucki
01:03 Bug #17535: index.php assumes current working directory to be PATH_site
Thanks to Peter for providing a workaround. However, I'm not sure if this could have any side effects. And even if no... Michael Stucki
21:57 Bug #17588: Safari loses login too fast in Backend
Sorry, forgot some information:
TYPO3 4.1.2 on Suse 9.3 and Debian 3.whatsoever
Safari 2.0.4
MacOS 10.4.10
Ye...
Mischa
21:56 Bug #17588 (Closed): Safari loses login too fast in Backend
I recognized on different TYPO3 installations, that I'm logged out of backend after a few seconds if I don't do a thi... Mischa
17:34 Bug #17584: 4.2trunk: ALTER TABLE fe_users DROP KEY pid
A very similar bug in the Extension Manager:
I have imported the whole database from another site. The tables are al...
Franz Holzinger
15:00 Bug #17374: Combination mode doesn't save new child records correctly
I keep running into this problem, getting the following message at exact the same point again and again (1: Attempt t... Martin Skopal
14:27 Feature #17112: Add file operation permissions for back-end user groups
some news about it? i think this is a must with a large number of BE users, too. Thomas Mammitzsch
13:42 Bug #17583: maxitems influences visibility of "Create new" link if set to "maxitem => 1"
I have now uploaded the extension.
We have circumvented the problem in upgrading PHP to 5.2.4. Since then, this pa...
Martin Skopal
12:26 Bug #17587 (Closed): Searching for extensions does not work as expected.
try searching: flash
the result list doesn't display "Flash Video Player" (flvplayer)
you can find it only if you...
Michiel Roos
12:11 Feature #17586 (Closed): Featurerequest: config.inlineStyle2TempFile.media
It would be nice to have an "string / stdWrap" for config.inlineStyle2TempFile which enables the user to set a media-... Daniel Wegener
01:08 Bug #17449: Clearing cache renders content incorrectly/incompletely
Hi Peter,
| I was using UTF-8 for everything except for rendering the page.
would it be an option to use it ev...
Michael Stucki
00:52 Bug #17072: DBAL/PostgreSQL: SQL parse error in "Who is online" BE list
patch fixes the issue in be module for mysql Marc Bastian Heinrichs

2007-09-05

22:58 Bug #17535: index.php assumes current working directory to be PATH_site
The link to the PHP bug:
http://bugs.php.net/bug.php?id=40419
The C-patch shows that it only happens if cgi.fix_p...
Oliver Hader
18:13 Bug #17583: maxitems influences visibility of "Create new" link if set to "maxitem => 1"
Could you please attach your extension? I'm going to test and try to reproduce this concerning your configuration. Oliver Hader
12:26 Bug #17583 (Closed): maxitems influences visibility of "Create new" link if set to "maxitem => 1"
I configured the TCA for n:m relations and displaying both selector and "Create new"-Links.
"brand" => Array (
...
Martin Skopal
15:32 Bug #17585 (Closed): tslib_cObj->editIcons does not check rights
The editIcons are displayed even if the user can't edit the record's table (not selected in the tables_modify be_grou... Popy no-lastname-given
13:34 Bug #17584: 4.2trunk: ALTER TABLE fe_users DROP KEY pid
If you have tt_products installed, then the install tool also suggest this.
ALTER TABLE sys_products_orders DROP K...
Franz Holzinger
13:31 Bug #17584 (Closed): 4.2trunk: ALTER TABLE fe_users DROP KEY pid
This is with current SVN trunk. I have made an update starting from TYPO3 4.1.
The install tool suggests me to dro...
Franz Holzinger
11:50 Bug #16526: Moving content elements in frontent editing mode causes crash
The bug is now fixed in SVN (branches TYPO3_4-0, TYPO3_4-1 and trunk). Thorsten Kahler
11:26 Bug #17449: Clearing cache renders content incorrectly/incompletely
The problem appears to be related to character sets and the conversion of data from lowercase to uppercase and back a... Peter Murray
09:44 Bug #15834: t3lib_div::trimExplode() is heavily called and can be optimized => nearly 1% improvement in fronEnd (both cached and uncached)
Version from comment #14928 has been commited to SVN. Martin Kutschker
04:24 Bug #17582: typolinkLinkHandler does not work
ok, it seems like substitution keys are only for uncacheable stuff
i have no clue how to fix that bug anymore
stdWr...
Wolfgang Illmeyer
04:14 Bug #17582: typolinkLinkHandler does not work
In order to load the linkHandler-class as specified in TSref in the typolink-section, you also have to patch the load... Wolfgang Illmeyer
02:44 Bug #17582 (Closed): typolinkLinkHandler does not work
(tested with typo3-4.1.1)
I don't know if this has already been reported, because you cannot search the goddamn bugt...
Wolfgang Illmeyer

2007-09-04

22:26 Bug #17494: switch to User does not Work in List Modul
happens also in 4.1.1 AZ
16:59 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
+1 Typoheads GmbH
16:25 Bug #17581 (Closed): Crop-Scaling the same image with different dimensions might produce wrong files
If the same image needs to be generated more than once with different crop-scale configurations, it might occur that ... Ernesto Baschny
16:12 Bug #17580 (Closed): Active in template::getDynTabMenu() does not work
..because "$isActive = strcmp($def['content'],'');" is never true because "$def['content']" is never empty.
...
Malte Jansen
14:59 Feature #17579 (Closed): Change config.uniqueLinkVars to 1
It would be nice if config.uniqueLinkVars to 1would be changed to 1 by default because 0 just makes no sense, hasn't... Georg Ringer
14:50 Feature #17578 (Closed): Newline for Tabs with divs2tabs
I would be nice to decide, where the newline of the Tab-Menü (template.php->getDynTabMenu()) starts. The 'newRowCharL... Malte Jansen
10:52 Bug #17577 (Closed): enableFields() not called in some cases
I discovered this bug using the "addEnableColumns" hook on "pages" table.
In some cases custom filters are not appli...
Guillaume Crico

2007-09-03

22:40 Feature #17565: German translation for backend login
The attached diff-file should fix the problem. It introduces three new functions, two in t3lib_BEfunc and one in t3li... Andreas Wolf
18:40 Bug #17576 (Closed): Acronyms break with DBAL
The select in buildJSAcronymArray() has this in the WHERE clause
(sys_language_uid = "<current>" OR sys_language_u...
Martin Kutschker
17:43 Bug #17517: newloginbox -> redirect
I think too that doesn't matter.
Perhaps you can economize 2 millisecondes when the array (or list, it's called an a...
David Bruchmann
12:57 Feature #17378: Hide dotfiles such as .svn in filelists
Hi guys
Would be great, if we can have this patch in the next release of TYPO3. :-)
Till Kleisli
10:49 Bug #17442: Default values defined in TCA not used in IRRE children
Committed to SVN:
* TYPO3_4-1 (rev. 2482)
* Trunk (rev. 2483)
Oliver Hader
10:44 Feature #17564: RFC: Extended BE Module "Web/Permissions"
Provided PHP4 compatible files.
20070903_t3_412_mod_web_perm_index.php4.diff
20070903_mod_perm_ajax_responder.php...
Andreas Beutel
10:36 Bug #17507: IE7: Strange behaviour with hover event of nested Tabs/IRRE-levels with relative positioned HTML elements
Committed to SVN:
* TYPO3_4-1 (rev. 2480)
* Trunk (rev. 2481)
Oliver Hader
10:24 Feature #15808: imgResource doesn't support stdWrap on minW and minH
Committed to SVN Trunk (rev. 2479) - dropped for TYPO3_4-1. Oliver Hader

2007-09-02

17:19 Feature #17565: German translation for backend login
What is missing is a HTTP language negotiation accompanied with a language drop down box. Martin Kutschker
13:53 Feature #17565: German translation for backend login
I also noticed this problem (broken umlauts in the login-screen) quite a while ago - and it is related to the Install... Andreas Wolf
14:39 Feature #17564: RFC: Extended BE Module "Web/Permissions"
Implemented the recommended changes by Benjamin (thanks!)
- updated the javascript file
- added methods to toggle...
Andreas Beutel
14:39 Bug #17517: newloginbox -> redirect
So long as the getTypoLink call happens before the domain detection I don't think it will matter. Right?
Having bo...
David Toshack
11:13 Bug #17570: pageNotFound_handling outputs a blank page if the given URL could no be retreived via CURL or fopen
Add revised patch Helmut Hummel
10:52 Feature #17540: Add user function support to Constant Editor
added revised patch which also includes changes for the EM Ingo Renner
10:49 Feature #17540: Add user function support to Constant Editor
added a new test extension which also involves the creation of a DB table Ingo Renner

2007-09-01

01:05 Bug #17517: newloginbox -> redirect
using redirect_pid is a good idea, perhaps it can be used additionaly.
Feature of $redirect_url includes some buil...
David Bruchmann

2007-08-31

18:45 Bug #17575 (Closed): "DB check" module references deprecated "refindex_cli.phpsh" script
It seems to be defined in typo3/sysext/lowlevel/dbint/index.php
May be replaced by a link to
typo3/sysext/lowlevel...
Rohrle Tobias
16:12 Bug #17570: pageNotFound_handling outputs a blank page if the given URL could no be retreived via CURL or fopen
You're right in that point, that t3lib_div::getURL returns false if an error occured fetching data from the URL (noth... Helmut Hummel
14:37 Bug #14916: t3lib_div::getURL() uses cURL only for http protocol
Hi Thorsten, can you please test my patch and submit it to the core list, please? Michael Stucki
14:34 Bug #16693: pagebrowser shows wrong numbers
Committed to Trunk. Notice that I renamed the property to search.exactCount now. Michael Stucki
13:58 Bug #17539: OCI_INVALID_HANDLE
So, did you use the latest SVN version? Karsten Dambekalns
13:45 Bug #17574 (Closed): Double values are truncated to their prefixes
In class 'ux_t3lib_DB' in INSERTquery and UPDATEquery there are hardcasts (the $mt stuff) like this:
$mt = $this->...
Karsten Dambekalns
13:29 Feature #17565: German translation for backend login
Thats nice, that it is possible to change the labels in the install tool, but it is not a overall solution.
It wou...
Sonja Schubert
13:22 Feature #17571: Relation between tables fe_users and fe_groups should be a clean mm relation
I understand that this is a big change, but isn't there a plan to 'clean up' the core from such things, or to provide... Jonas Felix
10:58 Feature #17571: Relation between tables fe_users and fe_groups should be a clean mm relation
You can use FIND_IN_SET in your WHERE clause, but in any case you will have to do many requests, because of subgroups :) Popy no-lastname-given
13:00 Bug #17550: Object copied in t3lib_div::makeInstance
As I said: It's not a bugfix, therefore it's not needed in stable branches. Pretty easy, let's just fix it in Trunk... Michael Stucki
12:23 Bug #17550: Object copied in t3lib_div::makeInstance
hmm, true. but I don't know whether this would break things or whether we can cahnge it in current branches at all Ingo Renner
12:09 Bug #17550: Object copied in t3lib_div::makeInstance
@ Michael Stucki : I love you :D Popy no-lastname-given
12:07 Bug #17550: Object copied in t3lib_div::makeInstance
IMHO this is no bugfix, but a cleanup. And it also looks better with PHP5 :-)
- michael
Michael Stucki
11:29 Bug #17420: Missing link icon in RTE
[Thu Aug 30 07:13:11 2007] [error] [client 62.181.136.200] File does not exist: (...path...)/typo3/sysext/rtehtmlarea... Alois Baule
07:33 Bug #17517: newloginbox -> redirect
would a redirect_pid be better here? Along with getTypoLink? David Toshack

2007-08-30

22:50 Feature #17234: Evaluate label and label-alt in the title bar of child records.
timestamps in the BE
In some versions of TYPO3 (e.g. 4.0.5) the title in the List-view rendered through t3lib_BEfu...
Gunther Schöbinger
19:36 Feature #17568: Hook request for Web>Page plugin "additional info" display
Submitted to core (trunk), will be included in 4.2. Ernesto Baschny
10:24 Feature #17568 (Closed): Hook request for Web>Page plugin "additional info" display
In the Web>Page, Columns view, each tt_content element of type "list" (plugins) are displayed with the text:
Exten...
Ernesto Baschny
17:24 Feature #17573 (Closed): EM should show reverse dependecies
In the "general information" section the EM could all extension that depend on the current one ("Required by: ").
...
Martin Kutschker
17:15 Bug #17570: pageNotFound_handling outputs a blank page if the given URL could no be retreived via CURL or fopen
You changed the check from FALSE to "\r\n". Isn't CURL supposed to return a boolean FALSE on error?
As for the act...
Martin Kutschker
13:38 Bug #17570: pageNotFound_handling outputs a blank page if the given URL could no be retreived via CURL or fopen
Added Patch, which fixes the check when no content is returned by t3lib_div::getURL and an error message is shown, wi... Helmut Hummel
13:32 Bug #17570 (Closed): pageNotFound_handling outputs a blank page if the given URL could no be retreived via CURL or fopen
If allow_url_fopen is set to 'no' and curl is not set up correctly, and $TYPO3_CONF_VARS['FE']['pageNotFound_handling... Helmut Hummel
17:11 Feature #17571: Relation between tables fe_users and fe_groups should be a clean mm relation
Would be nice, but a change like that would have compatibility issues. Extensions rely on that structure for both rea... Martin Kutschker
15:50 Feature #17571 (Closed): Relation between tables fe_users and fe_groups should be a clean mm relation
Relation between tables fe_users and fe_groups should be a clean mm relation.
The current solution has a lot of di...
Sonja Schubert
15:52 Bug #17572 (Closed): Searchfield in Backend searchs extension tables only if your an admin user
The searchfield in Backend searchs extension tables only if your an admin user. If you'r a regular user it does not s... Sonja Schubert
12:58 Bug #17569 (Closed): No notification mails will be sent on using user groups
The workspace allows to add
a) users
b) groups
to be members or reviewers of a workspace.
When a WS state cha...
Thomas
12:55 Bug #16988: pageNotFound doesn't perform a real 301-redirect
If you want to send a redirect, if a page is not found, aou can simply use
$TYPO3_CONF_VARS['FE']['pageNotFound_hand...
Helmut Hummel
10:58 Bug #17526: Password reset sends two messages with different password
Are you sure you don't have different users with the same e-mail address? The same thing happened to me. I was confus... Olivier Schopfer

2007-08-29

23:01 Bug #17046: Umlauts not working in GIFBUILDER with php5
@ Clemens Riccabona
works fine. !! well done.. . but where is the hook to implement that for tv fce´s header ?...
d.ros no-lastname-given
22:07 Bug #17535: index.php assumes current working directory to be PATH_site
Current status is that this bug will probably not fixed for 5.2.4, but in a later version...
Including Peter's patch...
Christian Hoffmann
00:20 Bug #17535: index.php assumes current working directory to be PATH_site
Peter, Thanks for the extensive bug description and the patch. I just hit that problem as well and tracked it down fu... Christian Hoffmann
21:24 Feature #16884: Patch for ter_update_check into EM
added patch against typo3 4.2svn.
removed the "show development versions" checkbox. this is the default now.
Christian Welzel
13:59 Bug #17371: no results display after upgrade to version 4.1.1
I resolved the issues by doing new installations. And it's a long time ago, so it's not fresh in memory.
The diffe...
Vincent Mans
13:37 Bug #17371: no results display after upgrade to version 4.1.1
maybe this is related to login status?
is the index build with same grlist like the user who search?
(see 4286)
Daniel Poetzinger
13:52 Bug #16597: FE- Users with more than one group get wrong searchresults
see related: 5510 Daniel Poetzinger
13:52 Feature #17253: indexed_search should allways include indexed pages for "not logged in" user
i aggree.
I just update a big intranet from 3.8 to 4.1.1
behaviour in 3.8:
- the indexed search cache is build w...
Daniel Poetzinger
11:13 Feature #17567: Clean old locallang management for Typo3 v 4.2
Note that this patch list is not complete. The $LANG class should be patched too, and maybe a few other classes.
By ...
Popy no-lastname-given
11:10 Feature #17567 (Closed): Clean old locallang management for Typo3 v 4.2
For now, a locallang array is supposed to be in multiple charsets (one charset per lang) and is translated each time ... Popy no-lastname-given
09:48 Feature #17544: Round Robin for native MySQL SELECT queries
Ahh ok :).
But that, we need a Hook in for the Core.
Marcel Alburg
09:19 Feature #17544: Round Robin for native MySQL SELECT queries
I have written that I want an extra extension, not a Core inclusion (neither in t3lib_db directly nor in DBAL). Martin Kutschker
08:19 Feature #17544: Round Robin for native MySQL SELECT queries
Hello
but the most of the typo3 users don't use DBAL. And if you use DBAL, you've a lower website generation speed...
Marcel Alburg
00:31 Feature #17564: RFC: Extended BE Module "Web/Permissions"
Hey Andreas. I sent you my updated js file. Make the changes addressed in my email and upload your new files here. I'... Benni Mack
00:01 Feature #17564: RFC: Extended BE Module "Web/Permissions"
Updated files as recommended. Since I'm unable to remove the old stuff, use the new files:
Patchfiles for index.ph...
Andreas Beutel

2007-08-28

19:40 Bug #17566 (Closed): "cli_dispatch.phpsh lowlevel_cleaner missing_files" list an existing directory as a missing file
In the "Constants" field of my root level template i have this constant:
========
REL_PATH_PREFIX = fileadmin/brp/t...
Rohrle Tobias
17:27 Bug #17563: PHP Fatal error: Call to a member function on a non-object in ..class.tx_rtehtmlarea_base.php on line 1493
There is already an else part in rtehtmlarea, it TSFE is missing, so we could use this. Ingo Schmitt
17:17 Bug #17563: PHP Fatal error: Call to a member function on a non-object in ..class.tx_rtehtmlarea_base.php on line 1493
But how to proceed if it's missing? I think it should be traced why this happens instead of adding a seemingly pointl... Martin Kutschker
17:09 Bug #17563: PHP Fatal error: Call to a member function on a non-object in ..class.tx_rtehtmlarea_base.php on line 1493
Yes, but a check if the instantiated object is still existing shouldn't be to expensive Ingo Schmitt
17:00 Bug #17563: PHP Fatal error: Call to a member function on a non-object in ..class.tx_rtehtmlarea_base.php on line 1493
This is strange as the object is instantiated in the constructor of tslib_fe. Martin Kutschker
17:08 Feature #17544: Round Robin for native MySQL SELECT queries
I don't think this should go into the Core. For Mysql I'd prefer a standalone extension like DBAL. For DBAL I'd like ... Martin Kutschker
17:04 Bug #17552: IFNULL operator cannot be parsed
DBAL supports only a limited set of SQL-functions.
But for your case it should IMHO provide a utility method to c...
Martin Kutschker
16:33 Bug #17561: meta http-equiv="Content-Type" should change along with config.doctype
Well . . . other than being very cool and compliant . . . none, as far as I can see now.
:-)
But . . . if you w...
Michiel Roos
16:29 Bug #17561: meta http-equiv="Content-Type" should change along with config.doctype
So what now? IMHO the meta tag can be ommited as modern browsers look only at the HTTP header. As you have noticed s... Martin Kutschker
12:05 Bug #17561: meta http-equiv="Content-Type" should change along with config.doctype
It seems like TYPO3 is configured properly as it is. It may however be nice to add an esoteric option to 'force stric... Michiel Roos
11:57 Bug #17561: meta http-equiv="Content-Type" should change along with config.doctype
Warning!
:-)
the provided diff is broken. . . I didn't read the message on http://juicystudio.com/article/conte...
Michiel Roos
16:30 Feature #17565: German translation for backend login
The labels can be set in the installer with the configuration item BE[loginLabels]. Martin Kutschker
14:37 Feature #17565 (Closed): German translation for backend login
At the moment the backend login interface is written in english only.
It would be very pleased, if the admin could...
Sonja Schubert
10:07 Feature #17564: RFC: Extended BE Module "Web/Permissions"
Hi Andreas,
interesting patch. Some things I checked while reading your patch:
can you outsource the static jav...
Benni Mack
09:42 Feature #17368: Add a second language fallback in sysext/lang/
This is only for FE concerning pibase and LOCAL_LANG, I didn't looked for BE-translation so far.
I can look for BE-t...
Steffen Kamper
07:12 Feature #17368: Add a second language fallback in sysext/lang/
What about backend translation? Michael Stucki

2007-08-27

23:43 Feature #17368: Add a second language fallback in sysext/lang/
ok, after some reflection time i did the way Dmitry proposed.
Definition of language category is the same:
c...
Steffen Kamper
20:01 Feature #17564: RFC: Extended BE Module "Web/Permissions"
In the attached file »6220_permissions_example.png« you can see what changes:
- you can click each allowed or deni...
Andreas Beutel
19:47 Feature #17564 (Closed): RFC: Extended BE Module "Web/Permissions"
When you have to deal with large sites and complex page permssions the current permissions module is slightly unhandy... Andreas Beutel
16:55 Bug #17563 (Closed): PHP Fatal error: Call to a member function on a non-object in ..class.tx_rtehtmlarea_base.php on line 1493
When using Firefox 2.0.0.6 on some systems, it seams that in some cases $TSFE->csConvObj is not instantiated when usi... Ingo Schmitt
16:48 Bug #14500: Domain Record with umlaut Domains not working
Well, until it is approved by core, interested people can use extension, whose extension key is "punycode". It does i... Dmitry Dulepov
15:52 Feature #17540: Add user function support to Constant Editor
Thanks Ingo. I like the discussion on the core list about disabling fields when the extension is uninstalled too. L... Jeff Segars
14:05 Feature #17540: Add user function support to Constant Editor
added an ext_conf_template.txt file to show that it also works in the EM, fixed the categories to "basic" as a categ... Ingo Renner
15:38 Bug #17449: Clearing cache renders content incorrectly/incompletely
Further steps to solve the problem:
Upgraded to TYPO3 version 4.1.2 = no difference.
Peter Murray
15:20 Bug #17449: Clearing cache renders content incorrectly/incompletely
This is happening again with another site after adding the CMW Linklist extension.
The template has:
# Configurin...
Peter Murray
14:28 Bug #17562: function getBeforeAfter in class.tslib_menu.php didn´t work properly
Sorry - this is the wrong category. Can someone move this report to "Typo3 Core"? Frank no-lastname-given
14:13 Bug #17562 (Closed): function getBeforeAfter in class.tslib_menu.php didn´t work properly
When using the typoscript -function "beforeImg", the generated <img>-Tag is not correct. After the height-parameter t... Frank no-lastname-given
13:30 Bug #17561 (Closed): meta http-equiv="Content-Type" should change along with config.doctype
When using config.doctype = xhtml_11 to specify that the content output is xhtml 1.1 a meta charset and ontent type t... Michiel Roos

2007-08-26

22:38 Feature #17225: Pagination to the List module
Patch works for me.
I have used ext:list_adv for quite some time. Very usefull feature when fiddling with a lot of...
Christian Kuhn
19:55 Bug #17515: Disabling the "disable RTE" checkbox
I can not confirm this for TYPO3 4.1.2:
If I disable "Pagecontent: Disable Rich Text Editor" for a usergroup, a user...
Christian Kuhn
19:11 Bug #17560 (Closed): UserTSconfig options.moduleMenuCollapsable = 0 doesn't work
Expected Result: Module sections of Main Menu should no longer be collapsable.
Attached patch fixes this.
(iss...
Christian Kuhn
18:40 Feature #15818: Enable expand/collapse for tables in the list module
Added a patch for this.
It works similar to the collapse-feature of the main-menu.
I have introduced a new user...
Christian Kuhn
13:04 Feature #14463: Menu doesn't expand if ".special" is set
I downloaded the patch, but cannot manage to apply it on a windows server. There is no directory tslib in typo3 4.1.1... Krisztian Pal
11:49 Bug #17559 (Closed): zlib must be compiled in to make an extension lookup
The EM will fail with a PHP error message when zlib is not compiled into PHP. zlib is only optional on the typo3.org ... Martin Kutschker
03:26 Bug #15220: Filesize of maximum allowed files in mailforms
I agree with Felipe; in the meantime please set this limit to a reasonable amount, which should be sufficient for mos... Robert Markula

2007-08-25

21:58 Feature #17540: Add user function support to Constant Editor
Hey Ingo,
Thanks for taking a look at this. I've already attached an example extension has two userFuncs for the Co...
Jeff Segars
19:15 Feature #17540: Add user function support to Constant Editor
Hi Jeff, I'll take care of getting it into the core. Could you add a small example extension please? Ingo Renner
19:30 Bug #17550: Object copied in t3lib_div::makeInstance
The next release of TYPO3 (4.2) will require have a minimum requirement of php 5.2. We can't add this patch to the pr... Ingo Renner
17:27 Bug #17494: switch to User does not Work in List Modul
Added attached patch to fix this. Christian Kuhn
12:54 Bug #17557: Company info is missing for fe_users (View Item)
company is missing in TCA['fe_users']['interface']['showRecordFieldList'] in typo3/sysext/cms/tbl_cms.php
Attached...
Christian Kuhn
12:31 Bug #17556: language of BE-User-interface for BE-user no longer switchable
Hey,
I was wondering about the same thing on the devlist about 4 days ago. I think we should merge both fields to on...
Benni Mack
02:35 Bug #17556: language of BE-User-interface for BE-user no longer switchable
I looked closer and now found the two language-fields: user->default-lang and user ->setup ->language
I'm sure I n...
Bernd Wilke
01:14 Bug #17556: language of BE-User-interface for BE-user no longer switchable
This is not a bug, its a feature (sry, i just wanted to use this phrase somewhere)
As a admin you only set up the ...
Christian Kuhn

2007-08-24

15:49 Bug #17558 (Closed): can not remove stopwords
The feature to add stopwords via the info module works fine but once a stopword is set, one can not remove it.
Thi...
gregory
12:06 Bug #17557 (Closed): Company info is missing for fe_users (View Item)
If you show the Info (View Item) of an frontend user, the company ist missing.
To reproduce:
* Login in the...
Michael Voehringer
11:43 Bug #17556 (Closed): language of BE-User-interface for BE-user no longer switchable
changing the default-language in my BE-User-record doesn't change the BE-display. I'm admin-user.
I changed it onc...
Bernd Wilke
11:17 Bug #17555 (Closed): 'TCAdefault.table.field as PageTS' not working with TCEFORM
I have installed the patch from Wolfgang Klinger (0001919; See Change Log v4.2).
It works fine if I'm not disabling ...
Malte Jansen
10:49 Feature #17540: Add user function support to Constant Editor
many thanks Jeff, a picture says more than 1000 words.
What a great extension of functionality !
Steffen Kamper
02:11 Feature #17540: Add user function support to Constant Editor
I've just attached a couple support files for this patch. Two screenshots show the kind of things a userFunc will en... Jeff Segars
09:18 Bug #17002: cHash is not recreated on disposal in config.linkVars
Hi,
is there any reason why the change from patch 0005161 is not incuded in this patch even if it affects the same...
Sareen Millet

2007-08-23

23:50 Bug #17550: Object copied in t3lib_div::makeInstance
Just look at the original one... :P
>.<
Jean-David Gadina
23:11 Bug #17550: Object copied in t3lib_div::makeInstance
Yes, but the code is still ugly :) Popy no-lastname-given
20:01 Bug #17550: Object copied in t3lib_div::makeInstance
This is indeed a problem with PHP 4... But as the next version of T3 will only run on PHP5, I don't think there is a ... Jean-David Gadina
22:57 Feature #17438: Removing style attribute for images
Hello,
it would be really great if one could disable some fields of the image dialogue, especially the margin stuf...
Uschi Renziehausen
19:15 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
Hi Daniel,
I used: config.sys_language_mode = content_fallback; 1,0
Why did you change this config to
config.s...
Sareen Millet
16:12 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
they should work.
did you set new setting:
config.sys_language_fallBackOrder=1,0
Daniel Poetzinger
15:57 Feature #17175: Get rid of &no_cache parameter
TSo this is the current state of my "cHash solution specification":
a) Automatically check and cache, if a cHash h...
Elmar Hinz
13:22 Bug #17133: install tool crashes with PHP 5.2.1
I have had a very similar bug with Mandriva Linux 2007. This only happens with the Firefox and Epiphany browsers. So ... Franz Holzinger
13:18 Feature #16921: HTTP Error when trying to upload extension: Improve error-handling
Write an email to the admin of typo3.org to give you more space than 100 kByte for your extension which is the defaul... Franz Holzinger
13:11 Feature #15193: There is no API to list tables in the Web->Page module
I have resent this patch again to the Core list that it comes into TYPO3 4.2.
Please have a look at it and tell me i...
Franz Holzinger
12:07 Bug #16922: Error when installing sr_feuser_register
Fixed in SVN for trunk, 4.1 and 4.0 branches. Andreas Otto †
11:16 Feature #17335: TCEforms: add inline editing of secondary options
Hi Benjamin, Hi Martin,
nice to se things going.
@Benjamin: Can you please contact me "off-tracker" to speak ab...
Thomas Hempel
11:09 Feature #17335: TCEforms: add inline editing of secondary options
Hey,
this topic just came up in a small HCI brainstorming session last night.
We also think that the second optio...
Benni Mack
10:30 Feature #17368: Add a second language fallback in sysext/lang/
Hi Dmitry,
this would be an option too, and it would be "more easy" because only change is need in pi_getLL, somet...
Steffen Kamper
10:17 Feature #17368: Add a second language fallback in sysext/lang/
The more I think about it, the more I see it as language overlays. I.e. if we find:
<language index="de-ch">
We...
Dmitry Dulepov
09:04 Feature #17368: Add a second language fallback in sysext/lang/
Hi Michael,
because the categories are "sublevel" they are in the place of the label when it is transformed to arr...
Steffen Kamper
08:05 Feature #17368: Add a second language fallback in sysext/lang/
And btw. could you please use tabulators in your patch, because this makes it a lot easier to review it... :-) Michael Stucki
08:03 Feature #17368: Add a second language fallback in sysext/lang/
I think that the category should not be written into the label. This way, there is no separation of the translations ... Michael Stucki
01:17 Feature #17368: Add a second language fallback in sysext/lang/
Hi Michael,
indeed there was something wrong in the diff. Sorry about that, it was wrong copying.
Now the patch...
Steffen Kamper
00:24 Feature #17368: Add a second language fallback in sysext/lang/
Hi Steffen,
I had a quick look at your patch which looks promising and indicates that this change can be made quit...
Michael Stucki
00:17 Feature #17368: Add a second language fallback in sysext/lang/
i forgot to remove a debug, so please use languageCategories2.diff Steffen Kamper
08:13 Bug #17002: cHash is not recreated on disposal in config.linkVars
Please consider this: http://lists.netfielders.de/pipermail/typo3-dev/2007-August/024671.html
I'm not sure anymore...
Michael Stucki
01:14 Bug #16792: FE editing inside Draft Workspace : new created elements dont appear in the FE
I can confirm this too.
Any news?
Thomas Murphy
00:41 Feature #17503: BE should check Mysql charset settings
That's the reason why all fields must be converted from blob to text in the first step! Michael Stucki
00:10 Feature #17540: Add user function support to Constant Editor
Ooops, meant to attach the diff and not the actual file. I'm uploading a diff now against the Subversion trunk. Jeff Segars

2007-08-22

23:20 Feature #17368: Add a second language fallback in sysext/lang/
ok, but this was not as difficult as i thought.
I made a patch where this can be used (with fallback)
The patch c...
Steffen Kamper
20:54 Feature #17368: Add a second language fallback in sysext/lang/
Just a little info on that: Though there are currently no plans to implement this in TYPO3, Robert Lemke has assured ... Michael Stucki
20:32 Feature #17368: Add a second language fallback in sysext/lang/
Great idea. I can see many uses cases for language categories within a particular language.
With the Web-Empowere...
Jeff Segars
01:06 Feature #17368: Add a second language fallback in sysext/lang/
To enable this it's like having categories in languages.
To use such a construct the xml-structure should be changed...
Steffen Kamper
21:54 Bug #17554 (Closed): Problem with strings in IN
I've a problem with DAM and PostgreSQL (DBAL)
---
LOG: statement: SELECT COUNT(DISTINCT "tx_dam"."uid") as "coun...
Marcel Alburg
20:38 Feature #17540: Add user function support to Constant Editor
+++1 - very good!
This can be very helpful for configuration of extension with userdefined elements like Pagepicke...
Steffen Kamper
18:20 Bug #17553: When creating a new record in a draft workspace, this record is not selectable in an Relation Table
This also happend with TYPO3 4.1.2 on PHP 5.1. Oliver Klee
18:17 Bug #17553 (Closed): When creating a new record in a draft workspace, this record is not selectable in an Relation Table
When creating a new record in a workspace that is not the Live Workspace, the record created cannot be selected in an... Bernd Schoenbach
16:35 Bug #17552 (Closed): IFNULL operator cannot be parsed
Hello,
i wanna use IrFAQ with DBAL and PostgreSQL. PostGresql dont use IFNULL(..) and because of that, i changed t...
Marcel Alburg
13:50 Bug #16375: Performance tunning : avoid low php-functions
see also 6193 which belongs to here Franz Holzinger
11:35 Feature #17538: Why not a native lang support ?
This extension is now in test a recent project, and works perfectly for now. Is anybody interested ? Popy no-lastname-given
11:25 Bug #17551 (Closed): Error message when creating a record in draft WS with a "double" field
Steps to reproduce:
1. Install the attached extension ux_wstest. It basically creates a new database table includi...
Oliver Klee
11:22 Bug #17550 (Closed): Object copied in t3lib_div::makeInstance
t3lib_div::makeInstance call itslef recursively to handle ux_* classes, but the recursive call is not really well don... Popy no-lastname-given
11:05 Bug #17549 (Closed): Usability: after editing WS versions, go back to the previously showed list view
Steps to reproduce:
1. Switch to the draft workspace.
2. In the list view, click on a table name to only show r...
Oliver Klee
10:49 Bug #17548 (Closed): Usability: After editing a record in the list view, restore the same list view after saving+closing
Steps to reproduce:
1. Go to a page that contains more than 100 records (eg. 264) of the same type.
2. Click on...
Oliver Klee

2007-08-21

17:54 Bug #17543: Static Templates: Character encoding issue in ext_tables_static+adt.sql
Hi Martin,
thanks for your bug report. Without looking in detail to the file, I've create a diff between your file a...
Oliver Hader
17:38 Feature #17544: Round Robin for native MySQL SELECT queries
Yes, i know. A patch for DBAL is my next project because i use PostgreSQL (and with PostgreSQL it's possible to balan... Marcel Alburg
17:29 Feature #17544: Round Robin for native MySQL SELECT queries
Hi Marcel,
I like the idea of load balancing, but there are some things missing in my point of view:
* Maybe the ...
Oliver Hader
17:22 Bug #16700: Icon-Path to many Icons not correct?
hello thomas, i saw the nice icons in the pdf and i wonder if its possible for you to share them? if you like i could... Typoheads GmbH
16:58 Feature #17547 (Closed): Issue with Multilanguage-Pages and Content-Elements enabled for "All" languages
Hello,
i recently build a multi-language enabled Typo3-Page basing on the "One Tree fits all" concept. While buildin...
Gabriel Kaufmann
16:20 Feature #17368: Add a second language fallback in sysext/lang/
Absolutly right such a solution is needet.
in germans are different problems of this kind.
like German (de-de)...
Christian Wolff
16:05 Feature #17503: BE should check Mysql charset settings
Using TYPO3-4.1.2, MySql-4.1.22, PHP-4.4.1, phpMyAdmin-2.6.4.-pl3:
Let's assume 'character_set_client', 'charact...
Martin Bless
11:45 Feature #17361: class.indexer: Indexing of meta description and keywords
Fixed in SVN trunk, will be shipped with TYPO3 4.2.
Introduced a new TS option that makes indexing of metatags con...
Andreas Otto †
10:16 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
@Martin:
| On both sites, [BE][forceCharset] is set to "utf-8". Should I still remove "metaCharset"
| and "renderCh...
Michael Stucki
10:10 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
Hi Wolfgang,
yes, that may be. See here for an explanation of their difference: http://dev.mysql.com/doc/refman/5.1/...
Michael Stucki
08:19 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
I noticed this problem when using
----
SET NAMES utf8
SET CHARACTER SET utf8
----
in the
setDBinit field (Inst...
Wolfgang Klinger
09:52 Bug #17468: TCA eval required on date field does not work
I've added a new patch that has only some small changes concerning names and the possibility to use the new checks co... Oliver Hader
09:31 Bug #16600: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set
This is similar or the same with #17479. Franz Holzinger
08:19 Bug #17442: Default values defined in TCA not used in IRRE children
Patch works. Joscha Feth
01:48 Bug #17546 (Closed): Default values not used in IRRE children
When editing child records using IRRE, the TCA-defined defaults are not used. This is due to a small error in t3lib_... Jeff Segars

2007-08-20

22:40 Feature #17545 (Closed): Multiple Domains without Redirects
I've wrote a patch which allows to set a Content Page for the Domain Object.
If you add a Domain Object to the ro...
Marcel Alburg
22:29 Feature #17544 (Rejected): Round Robin for native MySQL SELECT queries
I've create a Patch (just a proof-of-concept) to Cluster the Select Statements from Typo3.
You can enter in localc...
Marcel Alburg
21:59 Feature #17335: TCEforms: add inline editing of secondary options
i added some js to alt_doc_php to show the palettes immediately after checking "show secondary options" as requested.... Martin Ficzel
09:37 Feature #17335: TCEforms: add inline editing of secondary options
I will send an RFC to the core list. Thomas Hempel
18:37 Bug #17543 (Closed): Static Templates: Character encoding issue in ext_tables_static+adt.sql
In short: one *.sql file of the source distribution should be replaced by the one supplied here.
Version typo3_src...
Martin Bless
17:06 Feature #17361: class.indexer: Indexing of meta description and keywords
Thanks for the patch which made it a bit easier. However we also had to make this backwards compatible so the default... Andreas Otto †
11:57 Feature #16477: Navigation title in tree view
I sent an RFC to core list with a new patch version that implements "showNavTitle" for normal page tree and wizard t... Thomas Hempel
11:53 Feature #16146: Add fileadmin in Element Browser in general DRAFT workspace
It may be important to mention that this does only affect the DRAFT workspace. It's no problem to add filemounts for ... Michael Stucki
09:56 Feature #17542 (Closed): Conditional Requirment for Fields in BE-Forms

I'm searching for a solution of following Problem and have naothing found until now:
Problem 1:
Fields (input,T...
Malte Jansen

2007-08-19

14:56 Bug #17541: File locallang.php used in static template instead of locallang.xml
Committed to SVN Trunk (rev. 2451) for TYPO3 4.2. Oliver Hader
14:34 Bug #17541: File locallang.php used in static template instead of locallang.xml
There is a function t3lib_div::readLLfile() that takes care about this. If a file like "locallang.php" should be incl... Oliver Hader
13:37 Bug #16375: Performance tunning : avoid low php-functions
I reviewed Popy's patch and additionally changed some things (e.g. with the foreach references). I left the function ... Oliver Hader
 

Also available in: Atom