Project

General

Profile

Activity

From 2005-11-03 to 2005-12-02

2005-12-02

22:45 Feature #15090: Improve usability of "Undo/History" feature.
Hi,
I'll try to take care of this in the next time.
Greets, Sebastian
Sebastian Kurfuerst
22:19 Bug #15230: Unable to log into backend
Hi miika,
adding it to localconf is perfectly fine, you just should watch out that it is placed before the install t...
Sebastian Kurfuerst
21:48 Bug #15230: Unable to log into backend
a good question, I liked the way you phrased it :)
Probably leave this bug open for consideration, note it on the ...
miikaawaadizi
20:34 Bug #15230: Unable to log into backend
Hi,
what do you think - which would be the most appropriate place to document this?
Greets, Sebastian
Sebastian Kurfuerst
16:33 Bug #15230: Unable to log into backend
I had it set up correctly in both php.ini and in .htaccess, and it still wouldn't work. According to the bug report ... miikaawaadizi
13:57 Bug #15230: Unable to log into backend
Hi,
in misc/phpcheck it is listed that the session.save_handler has to be set to "files". You can try to change this...
Sebastian Kurfuerst
20:35 Bug #14757: JSmenu with RealURL is broken (jsfunc.menu.js)
Hi,
I cannot fix this issue because I am no expert in this area at the moment - But I will set this bug to "acknowle...
Sebastian Kurfuerst
15:36 Bug #14757: JSmenu with RealURL is broken (jsfunc.menu.js)
Sorry, my note wasn't meant as an insult - I appreciate the work of every os-developer and understand that some minor... Matthias Nagl
13:44 Bug #14757: JSmenu with RealURL is broken (jsfunc.menu.js)
Hi Matthias,
please calm down. The core devs are doing all the bugfixing work in their spare time, and nobody notice...
Sebastian Kurfuerst
00:06 Bug #14757: JSmenu with RealURL is broken (jsfunc.menu.js)
Why hasn't this bugfix been integrated in 3.8.1?? With the little changes from Simon the bug would be fixed!!
Matt...
Matthias Nagl
19:42 Feature #14229: Typo3 doesn't support Proxing like Zope for instance
Whoo, this bug is quite old, but nevertheless, I am interested in the topic.
I can't understand the question 100%, w...
Steffen Müller
14:11 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
The original code in the salutation switcher does exactly that. It looks like this:
class tx_salutationswitcher ex...
Oliver Klee
13:45 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
Hi,
there needs to be a fallback as well - if the locallang-key doesn't exist.
Greets, Sebastian
Sebastian Kurfuerst
14:09 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
Thanks Sebastian for your efforts! Christian Trabold
13:47 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
Ho.
I contacted Kasper a while ago about this problem and he wanted to check it.
Greets, Sebastian
Sebastian Kurfuerst
13:50 Bug #15223: TCEFORM.tt_content.colPos.removeItems = 0,1 is ignored
please give us some more information about your setup.
Greets, Sebastian
Sebastian Kurfuerst
13:46 Bug #15253: navFrame for main module without subscripts - doesn't work
Hi,
can you please attach a unified diff with the fix to make your problem clearer?
Thanks & greets, Sebastian
Sebastian Kurfuerst
13:45 Bug #15254 (Closed): RTE does'nt work when editing an offline data record version
If you edit an offline version of a data record, the RTE field of the data record is displayed as a textarea.
The ...
Christian A
11:29 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
Thanks, Sebastian :) Such function exists in one of t3lib_user*.php files, it only needs to be called. I think I will... Dmitry Dulepov
10:04 Bug #15013: shortcut icon syntax incorrect/incomplete
I am looking at another very related shortcut icon issue.
Search engines are indexing links to this shortcut icon ...
Matthew

2005-12-01

22:00 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
I think the caller should not have to care about expanding the key or knowing if a salutation applies or not.
Perh...
Stanislas Rolland
21:35 Feature #15073: Integrate salutation switching logic inside tslib_pibase::pi_getLL
I do not think it is a good solution to put this into pi_getLL.
Create an extra method e.g. $expandedKey = pi_expand...
Franz Holzinger
20:38 Revision ea747ae8: * Implemented access check for workspace editing
* Blinding for user and group names is implemented in workspace editing
git-svn-id: https://svn.typo3.org/TYPO3v4/C...
Dmitry Dulepov
20:34 Revision f3d79558: Implemented access check for workspace editing
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@895 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
17:28 Bug #15253 (Closed): navFrame for main module without subscripts - doesn't work
At creation main BE Module c navFrame without submodules, i have mistake Forbidden and path to connection navScript i... Dutchak Vitaly
13:33 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
Hi,
another idea might be to check when the cached user group list is used in TYPO3 and check where it gives perform...
Sebastian Kurfuerst
08:02 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
I think user record is edited through alt_doc.php (as any other record). Thus it is hard to know when it is saved wit... Dmitry Dulepov
13:31 Feature #15252: tslib_pibase: incorporate the fh_library
Hi,
can you please incorporate the functions, and attach a patch here - and the necessary documentation as openOffic...
Sebastian Kurfuerst
10:32 Feature #15252 (Closed): tslib_pibase: incorporate the fh_library
The fh_library shall become obsolete.
There are 2 functions which are needed by every extension:
getSetupOrFFvalue ...
Franz Holzinger

2005-11-30

22:00 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
Hi,
a possible solution could be writing a function for updating the usergroup_cached_list and do this on saving a B...
Sebastian Kurfuerst
20:53 Bug #15250: t3lib_BEfunc::blindUserNames() does not work sometimes
'user_group_cached' above should read 'usergroup_cached_list'.
'usergroup_cached_list' in fact contains full list ...
Dmitry Dulepov
20:39 Bug #15250 (Closed): t3lib_BEfunc::blindUserNames() does not work sometimes
This function does not work properly if the follwing two conditions were met:
- a list of user's groups were changed...
Dmitry Dulepov
21:43 Revision 9ee6c1a1: Blinding for user and group names is implemented
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@894 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
21:27 Bug #15212: EM appends trailing spaces when updating ext_emconf.php
Fixed in CVS. Sebastian Kurfuerst
21:27 Bug #15139: Date fields: default is tomorrow instead of today.
Fixed in CVS. Sebastian Kurfuerst
21:26 Bug #15096: File upload tool - Default to more than just one upload file.
Fixed in CVS. Sebastian Kurfuerst
21:26 Bug #14601: XHTML compliance of GMENU with onmouseover images
fixed in CVS. Sebastian Kurfuerst
21:26 Revision adad5f80: 2005-11-30 Sebastian Kurfuerst <sebastian@garbage-group.de>
* Fixed bug #0874: XHTML compliance of GMENU with onmouseover
images
* Fixed bug #1657: make default number of file ...
Sebastian Kurfuerst
21:15 Feature #15251 (Rejected): Make all checkboxes use labels in the BE
Currently, checkboxes on the BE are just a checkbox and some text next to it. If the text next to it would be enclose... Oliver Klee
20:59 Bug #15143: BE footer fram sometimes disappears
I resolved it as Oliver proposed.
Greets, Sebastian
Sebastian Kurfuerst
16:41 Bug #15143: BE footer fram sometimes disappears
This indeed seems to be a bug in Firefox which is fixed in the now released version 1.5.
So I propose resolving th...
Oliver Klee
19:13 Bug #15249: EM sets permissions wrong when downloading an extension, causing problems with suphp
The documentation for suphp can be downloaded at http://www.suphp.org/Download.html . Oliver Klee
19:07 Bug #15249: EM sets permissions wrong when downloading an extension, causing problems with suphp
Damn, wrong component (usability from hell ...). Please move this to Typo3 Core. Sorry for the spam. Oliver Klee
19:01 Bug #15249: EM sets permissions wrong when downloading an extension, causing problems with suphp
Oh, and I'm using Kubuntu 5.10 with:
- Apache 2.0.54
- PHP 4.4.0
- suphp 0.5.2
Oliver Klee
19:00 Bug #15249 (Closed): EM sets permissions wrong when downloading an extension, causing problems with suphp
suphp is an Apache module that increases security by making the script file owner execute the corresponding process i... Oliver Klee
18:39 Bug #15248 (Closed): When deleting a record in the BE, MsgBox should show the record label
When I delete a record in the BE in Web > List, I get a message box wit the following text:
Are you sure you want ...
Oliver Klee
17:45 Bug #15247 (Closed): lockrootpath/userhomepath not working with TYPO§browser
filemount set via lockrootpath/userhomepath
web->files/web->images properly working BUT
the TYPO3browser shows no f...
Markus Lange
16:45 Bug #15246: New hook in class.t3lib_userauthgroup.php
ok, check... i made a diff with the 3.8.0 original version,
grtz - rik
Rik Hoevers
14:43 Bug #15246: New hook in class.t3lib_userauthgroup.php
Hi,
see this link for more information: http://de.wikipedia.org/wiki/Diff
if you are using windows, there is a wind...
Sebastian Kurfuerst
12:52 Bug #15246: New hook in class.t3lib_userauthgroup.php
Hey Sebastian, thnx for your fast reply! :-)
I'd be glad to attach the patch... could you tell me the command that...
Rik Hoevers
10:45 Revision 7a64279e: * Fixed a little bug in t3lib_div::debug() (missing <tr> after first row)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@892 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki

2005-11-29

21:29 Bug #15143: BE footer fram sometimes disappears
Hi,
interesting problem... I think it might be that it is just "shifted" out of the view window of the browser... Ho...
Sebastian Kurfuerst
09:47 Bug #15143: BE footer fram sometimes disappears
I can confirm that with Firefox (WinXP, Firefox 1.0.7). The search bar (CTRL-F) at the bottom hides this frame too so... Wolfgang Klinger
21:28 Bug #15223: TCEFORM.tt_content.colPos.removeItems = 0,1 is ignored
Hi,
I cannot confirm this issue either. It works here as well.
Greets, Sebastian
Sebastian Kurfuerst
10:04 Bug #15223: TCEFORM.tt_content.colPos.removeItems = 0,1 is ignored
That works without a problem in a 3.8.0 installation. Wolfgang Klinger
21:27 Bug #15246: New hook in class.t3lib_userauthgroup.php
Hi Rik,
can you attach a patch in unified diff format? This would help even more to get it faster into the core.
Gr...
Sebastian Kurfuerst
15:55 Bug #15246 (Closed): New hook in class.t3lib_userauthgroup.php
Hi,
For a client I made a hook in class.t3lib_userauthgroup.php in the fetchGroups subroutine. Is it possible to a...
Rik Hoevers
21:26 Bug #15130: Error 404: Page not found handling not working correctly with SimulateStaticDocuments=1
Hi,
I think that's the same issue, isn't it?
Greets, Sebastian
Sebastian Kurfuerst
07:31 Bug #15130: Error 404: Page not found handling not working correctly with SimulateStaticDocuments=1
I posted the following solution to the "english" list:
- set in localconf.php:
$TYPO3_CONF_VARS["FE"]["pageNotFo...
Dmitry Dulepov
20:23 Revision 1e123b59: * Workspace module uses own classes for editing/creating workspaces (no permission check yet!)
* Better visual presentation for workspace list (added icons, ndashes, etc)
git-svn-id: https://svn.typo3.org/TYPO3...
Dmitry Dulepov
18:34 Revision 1c94804f: CVS keywords update
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@890 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
18:31 Revision e56cedef: Initial version
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@889 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
14:43 Bug #15245 (Closed): navframe moves to the right if 'setup.override.navFrameResizable = 1' is set in User TSConfig
If the navframe (the bar between the pagetree and the content area in BE) is set to be resizable, then the position o... Peter Klein
09:57 Feature #15227: config.baseURL inconvenience
Please test with the attached patch (against 3.8.1 source).
tslib/class.tslib_pagegen.php
Wolfgang Klinger
09:06 Bug #15240: Selection "Frontend" gets lost on login failure
Please test with the attached patch (against 3.8.1 source).
/typo3/index.php
Wolfgang Klinger
07:38 Bug #15244 (Closed): "Page is being generated" is bad for search engines
There is nothing in such response that tells to search engines about problem on the server. Thus search engine indexe... Dmitry Dulepov
05:56 Bug #15243 (Closed): Filetime on Windows displays creation and not last modified date
filectime on Windows displays time when file was created and NOT last modified. So change that to filemtime to get th... Peter Russ
04:31 Bug #15231: No error page shown when using simulatestatic even if alias doesn't exist
Here comes the patch. Should there be also a patch which make domain-specific error pages available?? Thanks for an a... Alexander Maringer
00:34 Revision bf4b66bd: * Fixed a little typo
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@888 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki

2005-11-28

20:49 Bug #15242: The page can still be viewed if linked by its ID directly
Please leave it as it is. The ID is correct and should not change. Michael Stucki
19:33 Bug #15242: The page can still be viewed if linked by its ID directly
Hi Jason,
well, I think it like this:
"The page can still be viewed" [Frontend] "if linked by its ID directly." [Ac...
Sebastian Kurfuerst
19:27 Bug #15242: The page can still be viewed if linked by its ID directly
Hey Sebastian... wow you are fast! I don't mean to belabor the point here, but the phrase "The page can still be view... Jason Reynolds
19:10 Bug #15242: The page can still be viewed if linked by its ID directly
Hi,
I fixed the spelling error in CVS (the dot at the end), but I didn't change the ID. Reason: If you link to a "no...
Sebastian Kurfuerst
18:00 Bug #15242 (Closed): The page can still be viewed if linked by its ID directly
When editing a page the following text is presented that has two errors:
"With this option the page will be hidden...
Jason Reynolds
19:27 Bug #15231: No error page shown when using simulatestatic even if alias doesn't exist
Hi,
could you please submit it as a unified patch created with the "diff" tool? That would be of great help.
Greets...
Sebastian Kurfuerst
13:12 Bug #15231: No error page shown when using simulatestatic even if alias doesn't exist
Including the changes would be very appreciated for any people using error handling with simulate static documents. Alexander Maringer
19:22 Revision e923dc45: * Inserted "exit" after location header in t3lib_userauth (relates to #1519)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@887 709f56b5-9817-0410-a4d7-c38de5d9e867 Sebastian Kurfuerst
19:09 Revision ee9fda79: Fixed spelling error (Bug 1945)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@886 709f56b5-9817-0410-a4d7-c38de5d9e867 Sebastian Kurfuerst
15:02 Bug #15220: Filesize of maximum allowed files in mailforms
Hi Houmark,
nice to see you are so active here!
"And while we're at it. Maybe the administrator should be able to...
Sebastian Kurfuerst
14:43 Bug #15241: 404 onclick "OPEN DOCUMENTS"
I can confirm this.
Greets, Sebastian
Sebastian Kurfuerst
01:30 Bug #15241 (Closed): 404 onclick "OPEN DOCUMENTS"
If I click the list entry "OPEN DOCUMENTS" in DocSelector, I get an 404:
The requested URL /typo3/[ OPEN DOCUMENTS...
Christian Trabold
13:23 Bug #15003: Typo3 3.8 does not work with PHP 5.0.5
As i can not provide more info and the installation is running fine with the changes mentioned, you can close this bug. Christian Welzel
10:01 Bug #15035: Import from .t3d does not work with php5 version 5.0.5
Because of unsetting the 'meta'-Index it is not enough to check for the whole array. An isset-Condition on the 'meta'... René Wagner

2005-11-27

23:18 Bug #14210: SSL - SSL Lock HTTPS Proxy ...
At the current release 3.8.1 the problem is still not solved. Please solve this wih one of the two solutions. The sol... Alexander Maringer
20:36 Bug #15240: Selection "Frontend" gets lost on login failure
Great!
auch einen schönen ersten Advent,
Sebastian
Sebastian Kurfuerst
15:12 Bug #15240: Selection "Frontend" gets lost on login failure
Sure. But I don't know when, sorry.
I'll attach it here.
Have a nice 1st Advent ;)
Christian Trabold
14:47 Bug #15240: Selection "Frontend" gets lost on login failure
Hi,
is it possible for you to provide a patch file?
Greets, Sebastian
Sebastian Kurfuerst
15:04 Bug #15143: BE footer fram sometimes disappears
My setup: Kubuntu 5.10, Firefox 1.0.7, Typo3 3.8.1.
This happens with maximized windows as well as with resized wi...
Oliver Klee
14:49 Bug #15143: BE footer fram sometimes disappears
Hmm, I cannot reproduce this here.
Strange...
Greets, Sebastian
Sebastian Kurfuerst
14:49 Bug #15239: Can't limit content cols for Page>QuickEdit
Hi,
is it possible for you to create a bugfix for this and provide a patch file?
That would be of great help.
Gree...
Sebastian Kurfuerst
14:36 Revision 7dd8703c: Implemented Gremlin #1660: <link> tags now supports a fourth parameter,
the title of the resulting link.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@885 709f56b5-9817-0410-a4d7-c...
Jan-Erik Revsbech
05:17 Revision 528faac2: minor corrections
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@884 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht

2005-11-26

17:27 Bug #15240 (Closed): Selection "Frontend" gets lost on login failure
If you set
$TYPO3_CONF_VARS['BE']['interfaces'] = 'frontend';
you'll get automaticly redirected to the frontend...
Christian Trabold

2005-11-25

19:42 Bug #15137: Rename Cancel buttons to Close
what about "exit" ? Stefano Cecere
18:18 Bug #15137: Rename Cancel buttons to Close
Hi,
I agree with you what concerns this button, but it would be really great to hear some other's opinions as well.
...
Sebastian Kurfuerst
17:40 Bug #15137: Rename Cancel buttons to Close
This most annoys me when I have e.g. edited (and saved) a template and just want to _close_ the editor, not cancel an... Oliver Klee
18:10 Bug #15239 (Closed): Can't limit content cols for Page>QuickEdit
I can't limit the access to certain content cols for the Page Quickedit Tool, because in typo3/sysext/cms/layout/db_l... Marc Bastian Heinrichs
17:43 Bug #15143: BE footer fram sometimes disappears
I now have found out what triggers this:
1. Open Firefox and maximize it.
2. Open the BE.
3. Press CTRL+T to cre...
Oliver Klee
17:13 Bug #15238: linkToTop won't work with CSSSC
Wonderful, works, but where can I find this in the docu? Better update the docs.
Thanks, Marc
Dieter Mayer
17:04 Bug #15238: linkToTop won't work with CSSSC
CSC uses tt_content.stdWrap.innerWrap2 with language files to generate the link to top. Change innerWrap2 to change ... Marc Bastian Heinrichs
15:14 Bug #15238 (Closed): linkToTop won't work with CSSSC
I like to change the linkToTop text in the constants field, e.g. to
content.linkToTop = <a href="#top">Zum Seiten...
Dieter Mayer
15:37 Bug #15035: Import from .t3d does not work with php5 version 5.0.5
Hi,
I've tested again and yes, it's sufficient to test for an array.
greets
Marc Bastian Heinrichs
13:52 Bug #15035: Import from .t3d does not work with php5 version 5.0.5
Is it sufficient to test for an array?
if (is_array($dataStruct)) {
unset($dataStruct['meta']);
}
Martin Kutschker
14:48 Bug #15237 (Closed): Nesting of sections doesn`t seem to work
I tried to create nested sections for a content element that can contain two different kind of contents. This went fi... Robert Lemke
14:16 Bug #15169: linkvar type is not rendert in a link
the render mode was ts_css by default.
Solution is to set it to ts :)
old_mathiasuhl
13:55 Feature #15184: TCA Columns ReadOnly
The type you want is already there. It's called "none".
see: TYPO3 Core APIs / ['columns'][fieldname]['config'] / ...
Martin Kutschker
13:44 Bug #15008: Does not work "Clik-enlarge" in IE (WinXP+SP2, Win server 2003+SP1)
Closing the bug. Martin Kutschker
13:37 Bug #15003: Typo3 3.8 does not work with PHP 5.0.5
The problem in t3lib_timetrack.php that Julian reported has been fixed in CVS.
Christian, can I close this bug? We...
Martin Kutschker
13:34 Revision 025bc9ce: Fix PHP 5.0.5 compability issue
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@883 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
11:32 Revision f552f1dc: Added old change, missed to mention it before.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@882 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
10:24 Bug #15105: showpic.php does not resize the popup size if necessary
that would work only if the main page is not reloaded.
since theWindow is a js-variable wich will be deletet as so...
old_martinficzel
06:33 Feature #15233: Image resolutionLimit is Hardcoded
Upgrade your extension. This feature was added in version 0.7.6. Stanislas Rolland

2005-11-24

22:36 Bug #15105: showpic.php does not resize the popup size if necessary
I have a question:
What you do is to open a window using an existing name and close it right after that. Why do you ...
Michael Stucki
20:14 Bug #15105: showpic.php does not resize the popup size if necessary
maybe it's more accaptable to create options for overwriting the default javascript code. especially because hardcodi... old_martinficzel
21:31 Bug #15236: My host uses symlink on server!
Hi, .. well, i'm quit new in this kind of support on the internet, so i find it a little bit difficult ...... thank y... Claus Bach
21:08 Bug #15236: My host uses symlink on server!
btw... I don't see the difference between both your snippets. Could you please describe them again?
Greets, Sebastian
Sebastian Kurfuerst
21:07 Bug #15236: My host uses symlink on server!
Hi, I don't think that's a bug.
please use the newsgroups on news.netfielders.de, especially the NGs typo3.install f...
Sebastian Kurfuerst
19:17 Bug #15236 (Closed): My host uses symlink on server!
I a'm trying to install TYPO3 on a server, but have some problems. The supporter from the hosting company tell me tha... Claus Bach
18:31 Feature #15235 (Closed): Activate Acronym Plugin for IE
I have activated the Acronym Plugin for IE manually and tested a bit.
I found out, that the Plugin works as good a...
old_posimis
15:34 Feature #15108: dependencies with version number
Something like that: ext;min-max. Where either min or max may be empty.
Martin Kutschker
15:32 Bug #15171: TYPOLINK deletes Parameters in tslib/class.tslib_content.php
Fixed in 3.8.1 by Michael Stucki. Martin Kutschker
14:09 Revision 49020d65: * Added GET-params "module" and "modParams" to alt_main.php to allow external urls to access specific points in modules
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@881 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Jul Jensen
12:14 Bug #15234: old bug -- th_mailformplus v3.7.0 - fatal: cannot handle command-line recipients with -t
The former bug was in the same category and got answered that's why I put this one here again. I think it should be m... old_mountain
12:10 Bug #15234: old bug -- th_mailformplus v3.7.0 - fatal: cannot handle command-line recipients with -t
Is this an issue of the Typo3 core, or should this bug get moved to the projekt "other extensions"?
Does the exten...
Oliver Klee
09:32 Bug #15234 (Closed): old bug -- th_mailformplus v3.7.0 - fatal: cannot handle command-line recipients with -t
Does this bug ring a bell to you all?
http://bugs.typo3.org/bug_view_page.php?bug_id=0000464
I now have:
OS: deb...
old_mountain
10:34 Bug #15202: links to pages with a different sys_domain record
Next thing I've changed is:
return ereg_replace("\/$","",$row["domainName"]);
to
if($_SERVER['HTTP_HOST'] ==...
Robert Destigter
10:03 Bug #15202: links to pages with a different sys_domain record
The page id's are not translated to nice urls because the linkPage function in class.tx_indexedsearch.php returns the... Robert Destigter
09:29 Bug #15202: links to pages with a different sys_domain record
I solved the problem by changing the lines
search {
rootPidList =
page_links = 10
}
to
search ...
Robert Destigter
08:57 Bug #15202: links to pages with a different sys_domain record
I tried the config.typolinkCheckRootline = 1 but it made no difference.
I'm wondering if I am using the wrong vers...
Robert Destigter
07:23 Feature #15233 (Closed): Image resolutionLimit is Hardcoded
For Configuration of Projects maybe its better when the Image Resolution can be editet via Page TS Config.. At this t... Manfred Rutschmann
01:24 Bug #14467: EXT templates gets created twice
Fixed in CVS. Michael Stucki
01:10 Revision 57dc9dd0: * Minor non-functional cleanups
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@880 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
00:51 Revision 9185bc8a: * Always use fputs() for writing to logfiles. There is no case when it can't be used, so the alternative "echo" call was never needed.
* !!! Removed $TYPO3_CONF_VARS['FE']['logfile_write']. See above.
* If logfile does not exist, try to create it auto...
Michael Stucki
00:32 Bug #14154: t3lib_div::writeFile() changes permissions without need
Fixed in CVS. Michael Stucki
00:25 Bug #15044: Show webpage (magnifying glass) opens a new browser without all the toolbars
Fixed in 4.0. Actually the solution was very very easy :-)
Many thanks to Martin Kutschker for giving me this great ...
Michael Stucki
00:21 Bug #15014: Default value for caption for images on content block
"Fixed" by changing the description of the imagecaption fields slightly. Michael Stucki
00:15 Feature #15109: Change name on edit page header to edit page properties
Fixed in CVS. Thanks a lot to Valentin Schmid who made the patch for this. Michael Stucki
00:12 Bug #14791: Cannot give access to all modules to a backend user when there are many backend modules loaded
Fixed in CVS. Thanks to Valentin Schmid. Michael Stucki
00:06 Bug #14221: config.stat_apache_pagenames code [type] ends up empty
Fixed in CVS. Michael Stucki

2005-11-23

21:30 Revision 9a85fff2: 2005-11-23 Dmitry Dulepov <typo3@fm-world.ru>
* Added workspace list display in User/Workspace module
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@878 70...
Dmitry Dulepov
21:12 Revision 728f1314: Added workspace list display in User/Workspace module
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@877 709f56b5-9817-0410-a4d7-c38de5d9e867 Dmitry Dulepov
20:33 Feature #15232 (Closed): TCAdefault.table.field as PageTS
Would be nice if TCAdefaults could be set on pagelevel (as page TS) and not only as user/usergroup TS as it is the ca... old_troelsr
19:50 Bug #14921: XHTML and accessibility of FORM cObj
Hi, I've uploaded a new patch.
1 - done. Thanks
.2. Yes, did it.
3. There is no limitation in the standards, I rem...
Sebastian Kurfuerst
15:41 Bug #14921: XHTML and accessibility of FORM cObj
Sebastian, the cleanFormName() is not really mine, but let's see:
1) the correct syntax is "preg_replace('/\[|\]\[...
Ernesto Baschny
07:49 Bug #14921: XHTML and accessibility of FORM cObj
Some comments I got:
So I start with a small observation on cleanFormName. It uses an ereg_replace and we've agree...
Sebastian Kurfuerst
19:08 Bug #14264: getUpdateJS: broken when using UTF-8 and IE
I tried (on 3.8.1) Bernhards patch utf8_JS_2005-10-26.patch, which works fine together with the small change suggeste... Karsten Dambekalns
17:11 Revision 2afa0626: removed comment again
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@876 709f56b5-9817-0410-a4d7-c38de5d9e867 Sebastian Kurfuerst
15:10 Bug #15231 (Closed): No error page shown when using simulatestatic even if alias doesn't exist
INSTALL tool enables the configuratioin of error handling if requested page doesn't exist.
Yet, the mechanism at c...
Carlos Chiari
14:46 Revision e6f85b45: * Methods imageLinkWrap() and typolink() in class.tslib_content.php: Made the JS PopUps accessible if JS is not available in the user's web browser. Add the TARGET-attribute only if the used doctype allows this.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@875 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †
14:41 Revision b95d9ce0: * Methods imageLinkWrap() and typolink(): Made the JS PopUps accessible if JS is not available in the user's web browser. Add the TARGET-attribute only if the used doctype allows this.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@874 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †
13:17 Bug #14714: PHP5, flexform and iso-8859-1 charset
The problem in case of TemplaVoila (see bug 497) was that no XML header with character set definition was added to th... Robert Lemke
08:18 Bug #15079: Show cursor pointer on main modules
Committed to CVS head. Sebastian Kurfuerst
08:18 Bug #15039: Add Focus in install tool login form
Committed to CVS head. Sebastian Kurfuerst
08:18 Feature #14970: stdWrap for fontColor attribute of GIFBUILDER´s TEXT-object, is it planned for future?
committed to CVS HEAD Sebastian Kurfuerst
08:16 Revision 06811929: 2005-11-23 Sebastian Kurfuerst <sebastian@garbage-group.de>
* XHTML Compliance: prefix local anchors with a string (bug
#1243)
* Feature request #1453: stdWrap for fontColor at...
Sebastian Kurfuerst
08:16 Feature #14842: Request for new config option prefixLocalAnchorLinks to gain XHTML compliance
merged to CVS. Sebastian Kurfuerst

2005-11-22

23:08 Bug #15230: Unable to log into backend
Found it, it's the way Typo3 is calling the session handler
I found the hint when I did a search for "Failed to in...
miikaawaadizi
22:33 Bug #15230: Unable to log into backend
it's not the permissions, they're fine, and everything was working fine with 3.8.0 on the same server. miikaawaadizi
22:04 Bug #15230: Unable to log into backend
Seems that your tmp/-Folder is not writable for the webserver or not present in the file system.
Please have a loo...
Christian Trabold
19:11 Bug #15230 (Closed): Unable to log into backend
After installing from scratch, get this message trying to connect to the backend:
Fatal error: session_start(): Fa...
miikaawaadizi
22:16 Bug #15202: links to pages with a different sys_domain record
Put this into the SETUP-Field of your TypoScript-Template:
config.typolinkCheckRootline = 1
Does this help?
...
Christian Trabold
18:27 Bug #15229 (Closed): Typolink with sectionmark and RealURL-Pathes
If a sectionmark is set in a typolink to his own page, the functions unsets the path. This occures an error in connec... René Wagner
16:34 Feature #15228 (Closed): Sorting in filelists
If you choose the option "date" as sorting criteria in filelists, TYPO3 chooses the creation date of the files as sor... Marco Geweke
14:58 Bug #15107: config.baseURL exploitable through malformed http-header
fixed in 3.8.1 Sebastian Kurfuerst
14:37 Bug #15107: config.baseURL exploitable through malformed http-header
This issue was fixed in 3.8.1. Thanks, folks!
Roland Behme
12:57 Feature #15227 (Closed): config.baseURL inconvenience
if i use:
config.baseURL = http://www.mysite.com
all showpic.php give errors
i have to use (with a final / cha...
Stefano Cecere
11:52 Feature #14456: XHTML 1.0 transitional validation
If anybody wants to come up with additional diffs, please make sure to make the changes based on the current CVS code. Michael Stucki
11:46 Feature #14456: XHTML 1.0 transitional validation
Not yet. The template still needs improvements, for example the table cell contents should not be wrapped with a <p> ... Michael Stucki
11:23 Feature #14456: XHTML 1.0 transitional validation
Indexed_search in CVS now works with external templates, and there's a XHTML-compliant template available. So this pr... Ernesto Baschny
10:58 Bug #14740: Pop menus in file tree
Sorry. I wrote that I asked other users but they cannot reproduce it!
If you are interested to solve the problem, yo...
Michael Stucki
10:34 Bug #14740: Pop menus in file tree
Typo3 3.8.0
OSX 10.4.3
Vanilla Safari 2.0.2 (416.12)
old_jecal
10:08 Bug #14740: Pop menus in file tree
I asked other Safari users but they couldn't reproduce this issue. Are you using the latest version of Safari/TYPO3?
...
Michael Stucki

2005-11-21

22:08 Bug #14760: When I upgraded to 3.8.0 and looked at my site with Firefox, most of my images were not aligned properly anymore.
Fixed in 3.8.1. Thanks Masi!! Michael Stucki
21:58 Bug #15220: Filesize of maximum allowed files in mailforms
Good idea for which of them? ;)
I've looked more into it.
1. It's rather difficult to count the amount of attac...
Lars Houmark
21:19 Bug #15220: Filesize of maximum allowed files in mailforms
Nice idea. Is it possible for you to write a patch? That would be of great help.
Greets, Sebastian
Sebastian Kurfuerst
21:13 Bug #15220: Filesize of maximum allowed files in mailforms
And while we're at it. Maybe the administrator should be able to control which file endings should be allowed for upl... Lars Houmark
21:10 Bug #15220: Filesize of maximum allowed files in mailforms
Hello Sebastian,
I have now tested your patch. It's working just fine.
We were discussing how the check should ...
Lars Houmark
19:41 Bug #15226 (Closed): EM offers to update EM conf file of deleted extension
Steps to reproduce:
1. In the EM, uninstall a locally installed extension.
2. Go to Backup/Delete.
3. Select to de...
Oliver Klee
17:05 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
The installer should not call any function of a PHP extension hat might not be present without checking for the exten... Martin Kutschker
17:01 Bug #15003: Typo3 3.8 does not work with PHP 5.0.5
Strange. Martin Kutschker
15:37 Bug #15003: Typo3 3.8 does not work with PHP 5.0.5
Unfortunately there where no error messages.
The mentioned problem with page header edit only reloaded the content o...
Christian Welzel
11:57 Bug #15003: Typo3 3.8 does not work with PHP 5.0.5
http://at2.php.net/manual/en/function.end.php (notes on PHP 5.0.5) Martin Kutschker
11:26 Bug #15003: Typo3 3.8 does not work with PHP 5.0.5
Known problem in php 5.0.5 is:
"Fatal error: Only variables can be passed by reference in..."
In Typo3 this problem...
Julian Bartels
16:50 Bug #15023: CSS Classes not shown in Pulldown (Internetexplorer)
Please have a look at the IE cache settings. Make sure it is set to Automatic and not to "On every visit to the page". Stanislas Rolland
16:36 Bug #15196: The paragraph/text style selector boxes are disabled in some configurations
Very nice to know, Editha.
Will document in the next version.
Thanks for your patience.
Kind regards,
Stani...
Stanislas Rolland
11:02 Bug #15196: The paragraph/text style selector boxes are disabled in some configurations
I found it. The IE option 'Search a newer version at each access to a page' (please see the picture ie_config.gif) m... Editha Kuske
16:05 Bug #15008: Does not work "Clik-enlarge" in IE (WinXP+SP2, Win server 2003+SP1)
It because on a server is used a proxy server squid and redirect_program redirector. Switching-off of this redirector... Vyacheslav Dubrovskiy
15:42 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
I just checked the problem, and it somehow relates to workspaces.
I'll contact Kasper about it.
Greets, Sebastian
Sebastian Kurfuerst
09:45 Bug #15182: new similar Option to HMENU includeNotInMenu
Hi Sebastian,
I've tested tes patch and it doesn't work, sorry.
I looked at the source and I think your changes app...
Marc Bastian Heinrichs
06:10 Bug #15198: Link transformation issue
Corrected in version 1.0.0. Stanislas Rolland
06:07 Bug #15214: Cannot retreive OR set image information like ALT tag v0.7.6
Corrected in version 1.0.0. Stanislas Rolland

2005-11-20

21:37 Bug #15224: NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
i'll check this.
Greets, Sebastian
Sebastian Kurfuerst
15:13 Bug #15224 (Closed): NOTE to 1518: Option .showHiddenPages for "module.preview" obsolete?
Hello Sebastian,
the following TSconfig settings
admPanel {
enable.preview = 1
module.preview.showHidden...
Christian Trabold
13:40 Bug #15105: showpic.php does not resize the popup size if necessary
i tested sucesssfully with :
Konqueror, Explorer6, Firefox, Opera
an old installation of Opera did not work( but ...
Martin Ficzel

2005-11-19

22:05 Bug #15223: TCEFORM.tt_content.colPos.removeItems = 0,1 is ignored
I forgot to mention the following:
It is ignored in the dropdown 'columns' when editing an element
Anonymous
22:01 Bug #15223 (Closed): TCEFORM.tt_content.colPos.removeItems = 0,1 is ignored
in t3 v3.7.0 it was possible to remove colums with this TS in Page-TSconfig.
TCEFORM.tt_content.colPos.removeItems...
Anonymous
20:26 Bug #15220: Filesize of maximum allowed files in mailforms
Maybe just a "0" value in the field could make it unlimit, which would require the user to put in a zero. Emptying it... Lars Houmark
20:17 Bug #15220: Filesize of maximum allowed files in mailforms
"I am just a bit concerned for the "if not set" statement, that would unlimit the upload size."
I planned it like th...
Sebastian Kurfuerst
20:07 Bug #15220: Filesize of maximum allowed files in mailforms
Sebastian,
Thanks for your rapid response.
I will find time to test your patch within the next few days.
I a...
Lars Houmark
10:50 Bug #15220: Filesize of maximum allowed files in mailforms
Hi,
I didn't test this patch, it would be a big help if you could check if it works as expected.
Greets, Sebastian
Sebastian Kurfuerst
10:27 Bug #15220: Filesize of maximum allowed files in mailforms
Hi,
I think an install tool configuration would be a good idea.
Greets, Sebastian
Sebastian Kurfuerst
20:15 Bug #15222: Admin can SU to himself
Hi Christian,
I see your point - let's wait for the comment of somebody else. I am still not sure if this worth maki...
Sebastian Kurfuerst
19:09 Bug #15222: Admin can SU to himself
Hi Sebastian,
thanks for your quick response!
No, not a real problem (see severity "trivial")... But it looks a...
Christian Trabold
17:33 Bug #15222: Admin can SU to himself
You are right. Anyways, for example with linux this is as well possible.
Do you see a special problem in that issue?...
Sebastian Kurfuerst
15:39 Bug #15222 (Closed): Admin can SU to himself
As a Admin-User you can switch to the current admin user, too, which simply doesn't make sense here?
(issue impor...
Christian Trabold
18:59 Bug #15213: "Doc" module and the "list_frame" frame
Hi,
I don't know how to update global extensions, will have to figure this out.
Greets, Sebastian
Sebastian Kurfuerst
12:50 Bug #15213: "Doc" module and the "list_frame" frame
Added two unified diffs against the 3.8.1 source Wolfgang Klinger
10:10 Bug #15213: "Doc" module and the "list_frame" frame
I can confirm this issue. Wolfgang, is it possible for you to maybe locate the error and write a patch for it? This w... Sebastian Kurfuerst
18:41 Feature #15181 (Closed): Make EM unit test aware
Unit tests are always stored in a subdirectory "tests" of an extension. The Extension Manager should either ignore th... Robert Lemke
16:39 Bug #15221: Function HTMLcleaner_db of class t3lib_parseHTML_proc ignores xhtml_cleaning property
I understand your point. However, In the case of RTE's, html text from other sources such as Open Office or MS Office... Stanislas Rolland
10:52 Bug #15221: Function HTMLcleaner_db of class t3lib_parseHTML_proc ignores xhtml_cleaning property
Hi,
the xhtml_cleaning property is experimental AFAIK and will become deprecated when the core is xhtml-compliant.
...
Sebastian Kurfuerst
02:43 Bug #15221 (Closed): Function HTMLcleaner_db of class t3lib_parseHTML_proc ignores xhtml_cleaning property
Function HTMLcleaner_db of class t3lib_parseHTML_proc ignores setting RTE.default.proc.HTMLparser_db.xhtml_cleaning=1... Stanislas Rolland
10:51 Bug #15219: read error while import the database.sql file on setup process
no bug. Sebastian Kurfuerst
10:24 Bug #15105: showpic.php does not resize the popup size if necessary
Hi,
does the following line
theWindow = window.open("",winName,winParams);
work in all browsers? Do I get this rig...
Sebastian Kurfuerst
10:13 Feature #15208: no browser popup menu with right mouse button since 3.8.1
I think especially for new users the right-click might seem more logical.
Anyways, I hope the problem is solved now....
Sebastian Kurfuerst
10:06 Bug #15212: EM appends trailing spaces when updating ext_emconf.php
Hi,
would it be possible for you to locate that issue in the source and write a patch for it? Would be great!
Greet...
Sebastian Kurfuerst
10:03 Bug #15206: 0 applied to domain name when other domain is inaktiv
Hi cooky1976,
in principle, this idea is not bad, however, this won't work because of practical reasons I think. A r...
Sebastian Kurfuerst
09:13 Bug #15182: new similar Option to HMENU includeNotInMenu
Hi,
the current patch modifies the behavior in a way that the pages with the "hide in menu" property are shown when ...
Sebastian Kurfuerst
02:21 Bug #14810: im_negate_mask im_imvMaskState have no effect on combine test (bugfix included)
I committed Bernhards solution to CVS for 3.8.1 and later. Michael Stucki
02:14 Revision 9669486a: Changed wrong years in ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@872 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
01:01 Revision 7b9789d9: * Added a helpful warning if config.baseURL=1 was found
* !!! Disabled the config.baseURL=1 feature. baseURL needs to be a string value, otherwise it will not work (security... Michael Stucki
00:14 Bug #15201: Call to undefined function imagemagickcommand() in t3lib/class.t3lib_iconworks.php on line 453
Fixed in CVS Michael Stucki
00:13 Revision 1d82027f: * Fixed bug #1861: Call of inexinsting t3lib_exec::imageMagickCommand() instead of t3lib_div::...
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@870 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki

2005-11-18

23:38 Revision 6d10d94c: * Release of TYPO3 3.8.1
* Many other changes, see ChangeLog for details
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-8@8...
Michael Stucki
19:44 Bug #15219: read error while import the database.sql file on setup process
Hi,
please rise the memory limit of PHP to at least 16 MB. This issue is no bug :-)
Sebastian
Sebastian Kurfuerst
14:32 Bug #15219 (Closed): read error while import the database.sql file on setup process
I use the typo3-quickstart-3.8.1 Version and try to install the CMS.
In step the import from the "database.sql" file...
Thomas Borger
18:05 Bug #15196: The paragraph/text style selector boxes are disabled in some configurations
I shall inform you if I find the reason (hopely)
Greetings and Thank you,
Editha
Editha Kuske
17:33 Bug #15196: The paragraph/text style selector boxes are disabled in some configurations
Since I cannot reproduce the problem with the same site and page and with the same browser version, I would tend to c... Stanislas Rolland
12:02 Bug #15196: The paragraph/text style selector boxes are disabled in some configurations
No, the behaviour is the same but I detected the following:
After two clicks on the 'Toggle HTML Source' Button the ...
Editha Kuske
05:28 Bug #15196: The paragraph/text style selector boxes are disabled in some configurations
Please try the following page with IE 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
http://www.fructifor.ca/677.html?&L=2...
Stanislas Rolland
15:49 Bug #14246: charset and generator meta tags are written in XHTML by default
Is this to be fixed in the next version? It's very annoying. It's the only hardcoding done in all our installations :... Lars Houmark
15:35 Bug #15220 (Closed): Filesize of maximum allowed files in mailforms
In around line 142 in the file /t3lib/class.t3lib_formmail.php the size of the maximum allowed file size for uploades... Lars Houmark
12:33 Bug #15218 (Closed): Basic Configuration uses different scheme to write im_path to localconf.php
In an installation where im_path is not yet set, when I go to "basic configuration"'s "Check Image Magick" section an... Ekkehard G¼mbel
11:48 Bug #15105: showpic.php does not resize the popup size if necessary
did you look at the patch old_martinficzel
11:34 Feature #15150: Get list of content elements for "new content" wizard from TCA
I've discovered that the "new page wizard" can be expanded in extentions with the $TBE_MODULES_EXT["xMOD_db_new_conte... Ernesto Baschny
10:54 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
@Michael & Masi:
The config and page.config seem to be merged not with array_merge, but simply by traversing the p...
Ernesto Baschny
10:41 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
1. maybe the config problem can be solved making the option a stdWrap. thats not a general solution to the csv popert... old_martinficzel
10:17 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
This will lead to another problem. How will you set the pagetitle for example to "++ mypage ++"?
The problem is th...
Michael Stucki
10:02 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
Michael, I forgot about the no-arrays-in-config problem. Bit that does not only invalidates my suggestion but also Ma... Martin Kutschker
01:13 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
Hi Masi,
> config.linkVars = L
> config.linkVars.myVar1 = 1
> config.linkVars.myVar2 = 1
You may remember my ...
Michael Stucki
01:08 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
I just uploaded bug_1722.diff, it contains a little patch that can add values to an existing property using a "+" ins... Michael Stucki
10:28 Revision a9295a3e: 2006-11-18 Michael Scharkow <mscharkow@gmx.net>
* Removed bgColor from default body tag
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@867 709f56b5-9817-0410...
Michael Scharkow
10:08 Bug #15003: Typo3 3.8 does not work with PHP 5.0.5
Please, do as Rupert suggest and post the messages. TYPO3 is supposed to run on PHP 5.0. Martin Kutschker
08:49 Bug #15217 (Closed): BE-user-Administration and DB-Mounts/Workspaces
If a user chooses to work in a USER-Workspace in his BE it seems that the BE-User-Administration doesn't display his ... Peter Niederlag
08:33 Feature #15216 (Closed): DB-Mounts from Workspaces and BE-User-Administration
* The BE-User-Administration/Compare User Settings contains a "webmounts" summary.
* User-Workspaces can contain ext...
Peter Niederlag
07:17 Bug #15215 (Closed): Broken Rootline when a Editor view a Page that is not online
When i make a Version from a Page+Content and i logged in as a Editor, i cant´t Vie the Version that is not Online. I... Manfred Rutschmann

2005-11-17

23:45 Bug #15214 (Closed): Cannot retreive OR set image information like ALT tag v0.7.6
In the latest version (0.7.6) I have not been able to set image ALT tags ACTUALLY turns out it doesn't retreive OR se... anoop atre
21:09 Feature #15208: no browser popup menu with right mouse button since 3.8.1
There are some context menus in Firefox only for images.
During development when e.g. an image is not shown correctl...
Franz Holzinger
18:57 Feature #15208: no browser popup menu with right mouse button since 3.8.1
*lol* exactly the opposite, but ok...
...and one thing I really want to know: why would you need the browsers cont...
Wolfgang Klinger
18:52 Feature #15208: no browser popup menu with right mouse button since 3.8.1
$GLOBALS['TYPO3_CONF_VARS']['BE']['useOnContextMenuHandler'] = 0;
Thanks, with this settings no context menu is sho...
Franz Holzinger
17:16 Feature #15208: no browser popup menu with right mouse button since 3.8.1
this is not new in 3.8.1, but you can simply disable it with:
$GLOBALS['TYPO3_CONF_VARS']['BE']['useOnContextMenuHan...
Wolfgang Klinger
18:03 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
Martin, I think that the key/value pairs are an overkill. Just treat the keys (vars) as booleans
config.linkVars =...
Martin Kutschker
15:56 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
i fear that the ".=" solution has even more impact on existing installations and i'm not shure wheather the new behav... old_martinficzel
15:36 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
I don't like the idea of this patch because this would make sense for quite a lot of other keys, too.
I rather sug...
Michael Stucki
17:54 Bug #14716: XMenu_Layers fails to position layers correctly in Firefox
Try to send the Bugreport to one of the core developers. I dont know how the bug-tracking-system works. You opened th... Ansgar Brauner
14:44 Bug #14716: XMenu_Layers fails to position layers correctly in Firefox
Thank you so much!
It works on 5 of mine installations with different settings. I think this should really go int...
old_raimund_bau
00:32 Bug #14716: XMenu_Layers fails to position layers correctly in Firefox
corrected the format of the diff-file. Please excuse the wrong upload. This was my first diff :-) Ansgar Brauner
00:27 Bug #14716: XMenu_Layers fails to position layers correctly in Firefox
The problem is still alive in version 3.8.1 Ansgar Brauner
00:26 Bug #14716: XMenu_Layers fails to position layers correctly in Firefox
I found the Problem in line 242 of the file typo3/sysext/cms/tslib/media/scripts/gmenu_layers.php
If you remove th...
Ansgar Brauner
17:10 Bug #15213 (Closed): "Doc" module and the "list_frame" frame
The "Doc" module opens an iframe named "list_frame" if you have no open documents and try to edit one of the recently... Wolfgang Klinger
16:17 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
Well, AFAICT the kickstarter produces front end plug-ins that suffer from that problem (and if the extension authors ... Oliver Klee
15:32 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
Thanks Ernesto for your comments. I fully agree with you.
Masi: So can we close this bug?
- michael
Michael Stucki
16:06 Bug #15212 (Closed): EM appends trailing spaces when updating ext_emconf.php
Steps to reproduce:
1. Have an extension with one or two modified files.
2. In the EM, select that extension.
3. G...
Oliver Klee
10:13 Revision eb29b5ae: Added two post-processing hooks into t3lib_tcemain->moveRecord. They are required by TemplaVoila 1.0
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@866 709f56b5-9817-0410-a4d7-c38de5d9e867 Robert Lemke

2005-11-16

23:33 Bug #15207: Do Quotacheck on localconf.php update!!!
Resolution works like this:
Write the new localconf.php as localconf.php_new (or whatever).
Check if all bytes ha...
Martin Kutschker
10:18 Bug #15207: Do Quotacheck on localconf.php update!!!
Hi,
I see your problem, but this quota check would need to be done on every write. I am not sure how to do this. Any...
Sebastian Kurfuerst
02:21 Bug #15207 (Closed): Do Quotacheck on localconf.php update!!!
It will happen that your localconf.php is zapped to ZERO size if there is no disk quota left (you upload extension, m... jholzmann no-lastname-given
21:47 Feature #15208: no browser popup menu with right mouse button since 3.8.1
Hello Thomas,
the behavior in the page tree is wrong. When I righ click the browser's popup menu is not shown. This ...
Franz Holzinger
16:39 Feature #15208: no browser popup menu with right mouse button since 3.8.1
Hi Franz,
are you sure that something was changed on the clickmenu between 3.8.0 and 3.8.1? I don't think so.
On ...
Thomas Hempel
09:43 Feature #15208: no browser popup menu with right mouse button since 3.8.1
In the help for 'Disable Popup Context Menus' you get this message. So this would mean the right click should not sho... Franz Holzinger
09:00 Feature #15208 (Closed): no browser popup menu with right mouse button since 3.8.1
There has been a change in behaviour of the right mouse button in the tree view since 3.8.1.
In 3.8.0 I could right ...
Franz Holzinger
16:25 Bug #15206: 0 applied to domain name when other domain is inaktiv
OK, I think, the function should be changed, so that it only append the numbers for unique if there are more than one... Alexander Maringer
10:19 Bug #15206: 0 applied to domain name when other domain is inaktiv
"In which case does it make sense to have the address http://typo3.com0 [^] ?"
Of course it sdoesn't. However, this ...
Sebastian Kurfuerst
01:18 Bug #15206: 0 applied to domain name when other domain is inaktiv
In which case does it make sense to have the address http://typo3.com0 ?
The one record was on a new site installa...
Alexander Maringer
01:05 Bug #15206: 0 applied to domain name when other domain is inaktiv
Hi,
IMO this is appended because the domain name is supposed to be unique throughout the installation... Makes sense...
Sebastian Kurfuerst
14:53 Bug #15182: new similar Option to HMENU includeNotInMenu
basheinr: Yes, you are right. The pagetype "not in menu" will most likely be removed in 4.0 and replaced by the nav_h... Sebastian Kurfuerst
14:12 Bug #15182: new similar Option to HMENU includeNotInMenu
I think the option "Hide in menu" was implemeted later and now the Pagetype 'Not in menu' is obsolete.
http://bugs...
Marc Bastian Heinrichs
13:55 Bug #15182: new similar Option to HMENU includeNotInMenu
ok confirmed..
following menu shows only pages with the doctype "not in menu", but not "hide in menu" (hide in menu ...
tob
12:11 Bug #15182: new similar Option to HMENU includeNotInMenu
I don't want to exclude other doktypes from menus, which is done by excludeDoktypes.
I think, it's useful to have ...
Marc Bastian Heinrichs
11:12 Bug #15210 (Closed): BE-shortcuts don't work after transfering site
as i see now the path to file is hardcoded. for example:
/typo3/file_edit.php?&target=%2FWeb%2FWebsites%2Fdomain%2...
Dmitry Pikhno
10:55 Feature #14902: indexed_search: Results navigation relies on JavaScript
I would generally change from POST to GET Wolfgang Klinger
10:52 Bug #15209 (Closed): "Request-URI Too Large" on clearing phash in the info module
If you have a large amount of pages, the URI string for the phash clearing (trash icon) exceeds the GET limit.
...
Wolfgang Klinger
06:08 Bug #15198: Link transformation issue
Thanks for this transform.
However, it needs to be applied also inside blocks.
Will include and generalize to ...
Stanislas Rolland
01:36 Revision 51cdc4dd: Indexed Search modifications for support of cronjob based indexing. More to come...
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@865 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
00:47 Revision 63bfbb9b: 2006-11-15 Sebastian Kurfuerst <sebastian@garbage-group.de>
* Fixed bug #569: The "Access Key" combination now added to the
"title" attribute of images
* Fixed bug #815: CLI-mo...
Sebastian Kurfuerst
00:45 Feature #14999: override admin panel values from TSConfig
fixed in CVS. Sebastian Kurfuerst
00:44 Bug #14558: Typo3-CLI-mode don't work with ssl-enabled
fixed in CVS. Sebastian Kurfuerst
00:42 Feature #14428: The "Access Key" combination is not added to the "title" Attribute
fixed in CVS. Sebastian Kurfuerst
00:40 Bug #14661: user permissions are not taken into account when using the frontend toolbar
already fixed in cvs Sebastian Kurfuerst

2005-11-15

23:41 Bug #15133: Date/time field changes its value
I have problem like this:
I have server in USA (GMT -5), my customer is in USA to.
Server Timezone looks OK.
In l...
Valery Romanchev
22:46 Feature #15015: (it's simple) Please, add hidden/visible field to flexform like on the next picture
This is not that trivial to implement because AFAIR there is nothing like a hidden flag for sections / containers.
...
Robert Lemke
20:52 Bug #15206 (Closed): 0 applied to domain name when other domain is inaktiv
if there are two records with one domain name, but one is inactive, than there is a zero appended to the tld, e.g
ww...
Alexander Maringer
20:44 Bug #15205 (Closed): Thumbnails doesn't work in spite of a working ImageMagick
Typo3 doesn't show thumbnails in some areas of the backend. Instead it shows a dead link image. The problem shows i... Lars H¸gsted
18:11 Bug #14512: Error message while creating a new page
I propose to remove the message output from getSingleField_typeFlex in TCEforms. Waiting for other core-dev's feedback. Robert Lemke
16:53 Bug #15204: In some cases BE users unable to delete pages
BTW, this problem also occurs in older versions of Typo3. I have also confirmed this problem on a Typo3.5 install Peter Beernink
16:42 Bug #15204 (Closed): In some cases BE users unable to delete pages
Non admin BE users are not able to delete pages in some cases. It seems that this problem occurs when an item of a "n... Peter Beernink
16:23 Bug #15203 (Closed): Copy sites with flexible content elements inside crash with fatal error
Line 3319 of /t3lib/class.t3lib_div.php (Rev. 1.84) unsets an array-offset that not necessarily exists, this forces a... René Wagner
16:22 Bug #15202 (Closed): links to pages with a different sys_domain record
Search results in the indexed_search extension that link to pages with a different sys_domain record in the page tree... Robert Destigter
12:25 Bug #14855: Flexforms with non-UTF8-encoded values can't be saved with PHP5.
Nevertheless, it is not correct to create an xml-Structure without the header. And this fixes the bug for every chars... René Wagner
11:25 Bug #15198: Link transformation issue
Sorry, but I've found another small bug (in my code), so please use "class.ux_t3lib_parsehtml_proc_FINAL.php". Dimitrij Denissenko
11:06 Bug #15198: Link transformation issue
I attached a phpmodifed "class.ux_t3lib_parsehtml_proc_new.php" that contains a possible solution.
The problem wa...
Dimitrij Denissenko

2005-11-14

23:50 Bug #14753: Fatal error after unpacking the "testsite" package
Fixed in 3.8.1. Michael Stucki
19:57 Feature #15140: When changing a page's alias, update all links
Hi,
currently I cannot work on this issue, but in general new ideas are always welcome. On the wiki page (linkAbstra...
Sebastian Kurfuerst
19:56 Bug #15170: Selector box which selects more than one file from file folder looses data on reload
currently, I cannot fix this issue, but I can confirm it and a patch is always welcome.
Greets, Sebastian
Sebastian Kurfuerst
19:52 Bug #15133: Date/time field changes its value
currently, I cannot do anything about it. Maybe we need some JS guru looking at it.
Greets, Sebastian
Sebastian Kurfuerst
19:52 Bug #15048: File -> List : upload files 2 or more fail
Hi,
sorry, currently I don't have any time to work on this. However, a patch or summary what happens is always welco...
Sebastian Kurfuerst
19:15 Bug #14900: Minor problem with tslib_fe::prefixLocalAnchorsWithScript()
Hi,
is it possible for you to attach a unified diff?
Furthermore, it would be great if you could use the preg*-Func...
Sebastian Kurfuerst
18:31 Bug #15105: showpic.php does not resize the popup size if necessary
i added the patch you requested old_martinficzel
15:19 Bug #15105: showpic.php does not resize the popup size if necessary
Hi Martin,
is it possible for you to attach a unified diff file to this report? Thanks :-)
Sebastian
Sebastian Kurfuerst
18:22 Revision 13a9e4de: *** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@863 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
17:54 Revision e3f65b50: Create nice filenames in file manager, etc
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@862 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
17:53 Revision a60990a8: Fix misplaced ).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@861 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
16:47 Bug #15201 (Closed): Call to undefined function imagemagickcommand() in t3lib/class.t3lib_iconworks.php on line 453
There's a wrong class scope used in t3lib/class.t3lib_iconworks.php:453 / function imagecopyresized(), resulting in a... Christoph M¶ller
15:32 Bug #14868: xhtml_cleaning cleans HTML comments which is not wanted in any case (working patch included)
Hi,
I talked about this issue with other core developers, and they have the opinion that the change will make TYPO3 ...
Sebastian Kurfuerst
15:06 Bug #14784: FE-Editing in new Popups => Page doesnt reload
Hi,
I currently don't have any time to investigate this, but a patch would be very welcome to fix this a bit annoyin...
Sebastian Kurfuerst
13:19 Bug #14784: FE-Editing in new Popups => Page doesnt reload
If a user changes the pagecontent in the Popup-Window via frontend-editing, the page ("the opener") should get a refr... Christian Trabold
14:15 Bug #14190: CSS_Styled_Content: TABLE should be more configurable
Rupert wants to merge accessible_tables back to css_styled_content.
Greets, Sebastian
Sebastian Kurfuerst
12:19 Bug #14790: Install tool want to recreate the tables, and drop the old ones
would have been nice to have had at least some patch in the 3.8.1... :-(
What sort of help is needed?
/Christian
Christian Hernmarck
12:04 Feature #14413: Task Center frameset resizible...
The frameset is gone in the 3.8 taskcenter Christian Jul Jensen
11:58 Feature #15075: Different layouts of module title and taskcenter titles
Your probably right, please add some screenshots, I'll see what I can do. Christian Jul Jensen
10:19 Bug #15200 (Closed): wrong Access check in RTE WIzard
In method checkEditAccess in file wizard_rte.php the versioning pid is fixed with the line:
t3lib_BEfunc::fixVersio...
Christian A
08:59 Bug #15034: Radio button validation does not work if there is only one radio button
Apparently yes, from my tests to figure out the source of this bug. Basically, if you only have one button, it's not ... old_gunthersc

2005-11-13

21:22 Bug #15199: Back end links inoperative
as said, please use the newsgroups on news.netfielders.de or the mailing lists on lists.netfielders.de. The people th... Sebastian Kurfuerst
21:21 Bug #15199: Back end links inoperative
Hi,
I am quite sure this is no bug in TYPO3. make sure you have JS activated, and the install lists on news.netfield...
Sebastian Kurfuerst
20:19 Bug #15199 (Closed): Back end links inoperative
I just installed Typo3 Quickstart. The installation went smoothly. However, none of the links are clickable. They all... old_paulyboy

2005-11-12

22:19 Bug #15003: Typo3 3.8 does not work with PHP 5.0.5
I can not confirm this - it works fine here on my local dev system (debian / TYPO3 3.8.0 / PHP 5.0.5).
Could you ple...
Rupert Germann
20:50 Revision 4116c40e: 2005-11-12 Sebastian Kurfuerst <sebastian@garbage-group.de>
* New feature 1573: switch back to admin user after user switch
(SU-mode)
git-svn-id: https://svn.typo3.org/TYPO3v4...
Sebastian Kurfuerst
20:39 Feature #15029: Admin user is logged out on testing beuser settings
fixed in CVS. Sebastian Kurfuerst
19:33 Feature #15029: Admin user is logged out on testing beuser settings
the new patch _2 implements a second "switch user" button because of security concerns of some other developers.
Gre...
Sebastian Kurfuerst
20:38 Revision f2e3b554: 2005-11-12 Sebastian Kurfuerst <sebastian@garbage-group.de>
* New feature 1573: switch back to admin user after user switch
(SU-mode)
git-svn-id: https://svn.typo3.org/TYPO3v4...
Sebastian Kurfuerst
18:08 Revision cbb16088: *** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@858 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
17:42 Bug #15105: showpic.php does not resize the popup size if necessary
Hi,
this bug did not get my attention yet. I'll have a look at it.
Greets, Sebastian
Sebastian Kurfuerst
17:08 Bug #15105: showpic.php does not resize the popup size if necessary
why is there no response?
[ ] problem is irrelevant
[ ] solution is a browser hack
[ ] known problems wi...
old_martinficzel
16:49 Feature #15100: typolink should support the title attribute
Some more explanation about this issue:
When a typolink is entered in a field of a backend form, or when a link in...
Stanislas Rolland
12:43 Bug #15198: Link transformation issue
Sorry, I forgot:
Tested with RTE version 0.7.0 & 0.7.6 on Firefox 1.5 RC2
Dimitrij Denissenko
12:39 Bug #15198 (Closed): Link transformation issue
If I have a bold (or italic) text passage and I "add a link" to a single word, the whole passage will be stored in DB... Dimitrij Denissenko
12:42 Feature #14822: Group membership defined by MM relation instead of text field.
yes this would be very nice but does have a hug impact. Hopefully will be adressed in V 5.0 Peter Niederlag
10:43 Bug #15034: Radio button validation does not work if there is only one radio button
Hi,
I think it is interesting that length is not 1 if there is only one radio button defined, but not defined... Is ...
Sebastian Kurfuerst
10:41 Bug #14190: CSS_Styled_Content: TABLE should be more configurable
Hi Rupi,
do you see any drawbacks in merging the extension back into css_styled_content?
Greets, Sebastian
Sebastian Kurfuerst
01:23 Bug #15142: RTE misses "save + close" button if the button "edit in RTE" is used
fixed in CVS. Sebastian Kurfuerst
01:23 Revision 3a73db22: 2005-11-11 Sebastian Kurfuerst <sebastian@garbage-group.de>
* New feature #1519: new option for lockSSL: get redirected to
standard http after BE login with SSL
* Fixed bug #16...
Sebastian Kurfuerst
01:21 Bug #15067: Copying of a file in the same folder in the "Filelist" module dosen't work
fixed in CVS. Sebastian Kurfuerst
01:20 Feature #15000: new option for lockSSL: get redirected to standard http after BE login with SSL
fixed in CVS. Sebastian Kurfuerst

2005-11-11

21:27 Bug #14190: CSS_Styled_Content: TABLE should be more configurable
hi Sebastian,
I would be glad if the accessible_tables ext can be merged with css_styled_content.
(one extension ...
Rupert Germann
19:02 Bug #14190: CSS_Styled_Content: TABLE should be more configurable
Hi,
I would be very interested to hear your opinion on this patch, as you as well wrote the accessible_tables extens...
Sebastian Kurfuerst
19:01 Bug #14190: CSS_Styled_Content: TABLE should be more configurable
the _2 patch changes the configuration options slightly, after a suggestion of Ernesto.
Greets, Sebastian
Sebastian Kurfuerst
14:42 Bug #14190: CSS_Styled_Content: TABLE should be more configurable
the uploaded patch makes everything configurable.
Greets, Sebastian
Sebastian Kurfuerst
20:43 Feature #14842: Request for new config option prefixLocalAnchorLinks to gain XHTML compliance
yes, let's drop support for netscape 4! Ingo Renner
15:14 Feature #14842: Request for new config option prefixLocalAnchorLinks to gain XHTML compliance
I replaced the currently available patches. only the ID is used in the new versions of the patches. I discussed this ... Sebastian Kurfuerst
15:04 Feature #14842: Request for new config option prefixLocalAnchorLinks to gain XHTML compliance
As of http://www.w3.org/TR/xhtml1/#h-4.10
"Note that in XHTML 1.0, the name attribute of these elements [EB: a, ap...
Ernesto Baschny
14:39 Feature #14842: Request for new config option prefixLocalAnchorLinks to gain XHTML compliance
Hi Masi,
I think only using "id" is no problem, too. See http://trace.wisc.edu/bugzilla_wcag/show_bug.cgi?id=1194 .
...
Sebastian Kurfuerst
14:30 Feature #14842: Request for new config option prefixLocalAnchorLinks to gain XHTML compliance
Not really, XHTML2 has no name atribute for A elements at all.
But since XHTML2 is still in the future we can use...
Martin Kutschker
13:30 Feature #14842: Request for new config option prefixLocalAnchorLinks to gain XHTML compliance
ok, so it should be <a name="c{field:uid}" id="c{field:uid}"></a><a name="{field:uid}" id="{field:uid}"></a> | Ingo Renner
12:36 Feature #14842: Request for new config option prefixLocalAnchorLinks to gain XHTML compliance
why do you use the "name" attribute. as far as i know in xhtml2 this attribute is not supported. you can use the "id"... old_martinficzel
12:22 Feature #14842: Request for new config option prefixLocalAnchorLinks to gain XHTML compliance
All sections are prefixed with "c" now.
The two uploaded patch parts do the following:
(1) update of the typolink...
Sebastian Kurfuerst
19:31 Feature #14428: The "Access Key" combination is not added to the "title" Attribute
I think that is not correct, Sebastian. As already noted on ICQ:
Someone might want to get the ATagTitle completel...
Ernesto Baschny
18:23 Feature #14428: The "Access Key" combination is not added to the "title" Attribute
concerning the following line:
$titleAttrValue = $this->WMcObj->stdWrap($this->I['val']['ATagTitle'],$this->I['val']...
Sebastian Kurfuerst
18:22 Feature #14428: The "Access Key" combination is not added to the "title" Attribute
the new patch is only an update from the old one based on CVS sources.
Greets, Sebastian
Sebastian Kurfuerst
17:51 Bug #14921: XHTML and accessibility of FORM cObj
Hi,
the current patch bug_1369_2.patch is the revised version by Ernesto and me. Comments are welcome!
Greets, Seba...
Sebastian Kurfuerst
15:39 Bug #14289: lib.stdheader doesn't RESTORE_REGISTER
mmmh, really hard to get a graps if one doesn't know which Register the OP wants to set back. I don't get the issue e... Peter Niederlag
15:22 Bug #14289: lib.stdheader doesn't RESTORE_REGISTER
Hmm, I don't fully understand the issue yet. Can you describe it a bit more detailedly, or attach some test data/test... Sebastian Kurfuerst
15:04 Bug #14601: XHTML compliance of GMENU with onmouseover images
I think I will take care of this. the patch looks good to me, will try to get it into CVS.
Greets, Sebastian
Sebastian Kurfuerst
11:54 Bug #15034: Radio button validation does not work if there is only one radio button
Hi Sebastian: this is not a case of *needing* only one radio button, but it happened in an automated ticketing form t... old_gunthersc
11:43 Bug #15034: Radio button validation does not work if there is only one radio button
Hm, in which case do you need only _one_ radio button? This doesn't make any sense to me, as the user cannot deselect... Sebastian Kurfuerst
11:44 Feature #15140: When changing a page's alias, update all links
related to http://wiki.typo3.org/index.php/LinkAbstraction Sebastian Kurfuerst
11:39 Bug #14558: Typo3-CLI-mode don't work with ssl-enabled
the attached patch changes the code as proposed.
Greets, Sebastian
Sebastian Kurfuerst
11:03 Bug #15196: The paragraph/text style selector boxes are disabled in some configurations
I checked all the server an IE configuration (nothing cached, IE lowest
security level - all is allowed, no mod_gzi...
Editha Kuske
04:49 Bug #15196: The paragraph/text style selector boxes are disabled in some configurations
I cannot reproduce this problem with htmlArea RTE 0.7.4 and IE 6.0.2900.2180.xpsp_sp2_gdr.050301-1519 and Apache 1.3... Stanislas Rolland
06:59 Feature #15193: There is no API to list tables in the Web->Page module
Hi,
yes, you are right with this. It would be really cool if you wrote a patch making this possible :-)
Sebastian
Sebastian Kurfuerst
05:28 Bug #15165: Anchors not deletable
Corrected in version 0.7.6. Stanislas Rolland
04:01 Bug #15169: linkvar type is not rendert in a link
What tag and what value do you have in the database for this link? Stanislas Rolland

2005-11-10

23:21 Feature #15193: There is no API to list tables in the Web->Page module
function menuConfig() {
// MENU-ITEMS:
$this->MOD_MENU = array(
...
'tt_products' => array (
0 => $LANG->getL...
Franz Holzinger
23:03 Feature #15193: There is no API to list tables in the Web->Page module
But you cannot set the function menu with this.
if (!isset($dblist->externalTables[$table])) {
...
case 'tt_prod...
Franz Holzinger
23:01 Feature #15193: There is no API to list tables in the Web->Page module
But you cannot set the function menu with this.
case 'tt_products':
$h_func = t3lib_BEfunc::getFuncMenu($this->id...
Franz Holzinger
22:00 Feature #15193: There is no API to list tables in the Web->Page module
http://typo3.org/documentation/document-library/doc_core_api/Support_for_custom_t/ Ingo Renner
21:53 Feature #15193: There is no API to list tables in the Web->Page module
If I see this correctly, the method mentioned by Ingo already exists :-)
Sebastian
Sebastian Kurfuerst
21:40 Feature #15193: There is no API to list tables in the Web->Page module
reuse the TCA: The palettes already exist.
---------------
'overview' => Array (
'Standard' => '2',
...
Franz Holzinger
11:05 Feature #15193: There is no API to list tables in the Web->Page module
what about
$TYPO3_CONF_VARS['EXTCONF']['cms']['db_layout']['addTables']['tx_irfaq_q'][0] = array(
'fList' => ...
Ingo Renner
00:07 Feature #15193 (Closed): There is no API to list tables in the Web->Page module
Some extensions like tt_products can display the table records in the page module of the backend.
This is very nic...
Michael Stucki
19:23 Bug #15197: XHTML compliance of indexed_search
Hi Ernesto, your patch looks great, I'll assign it to myself. Will keep you notified.
Best regards, michael
Michael Stucki
19:06 Bug #15197: XHTML compliance of indexed_search
Zur Info Ernesto Baschny
19:04 Bug #15197 (Closed): XHTML compliance of indexed_search
In CVS indexed_search now has templating support, which is very powerful. There is an example pi/template_css.tmpl in... Ernesto Baschny
19:19 Bug #14455: html entities getting borked at rendering
Note that html_entity_decode() is only available in PHP >= 4.3.0. So I would be careful to use this. Ernesto Baschny
18:12 Bug #15145: Remove border of an image with a link
Please explain. I do not see any border. I do not know how to reproduce this problem.
Stanislas Rolland
17:00 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
Ok, I've given this thing a better though and came to the following conclusion:
1) internally we should always wor...
Ernesto Baschny
16:57 Bug #15196 (Closed): The paragraph/text style selector boxes are disabled in some configurations
With IE 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
there is a different behaviour regarding the rtehtmlarea extension.
...
Editha Kuske
15:39 Bug #15195 (Closed): Empty page tree after delete temporary mount.
This happened all time when you want to delete current temporary page in temporary mount mode. See picture in attach... Konstantin
13:32 Revision 5e5a3e5c: Apply specCharsToASCII() not only to page name, but also path.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@856 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
13:25 Bug #15121: Always preg_* instead of ereg_* functions
Hi Scott,
As Sebastian stated this is not for production use. But if you want to help with testing you can downloa...
Bernhard Kraft
12:11 Bug #15121: Always preg_* instead of ereg_* functions
Hi Scott,
this patch is not for end-users yet. It will most likely be included in the next TYPO3 release. What benef...
Sebastian Kurfuerst
02:49 Bug #15121: Always preg_* instead of ereg_* functions
On behalf of the newbies ... I'm convinced this a great patch but, how do I install it????
Thanks!
Scott Carson
13:19 Feature #15194: Deliver a better default sitemap
look inside sitemap_patch.txt
greets, boris
Anonymous
13:08 Feature #15194: Deliver a better default sitemap
hi,
can you propose the new TS as well?
Greets, Sebastian
Sebastian Kurfuerst
13:03 Feature #15194: Deliver a better default sitemap
oops, ts is broken. uploaded a .txt file with the right Typoscript inside.
greets, boris
Anonymous
12:59 Feature #15194 (Closed): Deliver a better default sitemap
If you insert a contentelement Menu/Sitemap (Menu Type: Sitemap) the FE-Output will look like the following:
<font...
Anonymous
12:30 Bug #15006: Possibility to add multiple "includeLib" plugins
Hi,
do I get this right this is when you want to create a FE plugin but only say "include library" in kickstarter?
...
Sebastian Kurfuerst
12:26 Bug #14955: Some TCAdefaults work only with "Page (inside)" and not with the Wizard
Hi,
can you please make a screenshot to clarify this?
Thank you, Sebastian
Sebastian Kurfuerst

2005-11-09

20:55 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
i just testet the patch ant it does what i expect for config.linfvars.xxx but. it must be checked before weather the... old_martinficzel
19:22 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
This should enter 4.0, as this is a major XHTML-validation problem. Ampersant in URLs are always bad (and have always... Ernesto Baschny
18:37 Feature #14999: override admin panel values from TSConfig
the new version implements non-boolean fields as well.
greets, Sebastian
Sebastian Kurfuerst
17:43 Bug #14546: Backend PageTree Error
Hi,
can you please check if the proposed solution works?
Thanks,
Sebastian
Sebastian Kurfuerst
17:40 Bug #14770: Check SSL (https) in /typo3/init.php and TYPO3_cliMode
is a duplicate Sebastian Kurfuerst
17:27 Bug #14795: JS Error with JSMENU
this bug was already resolved in CVS. Sebastian Kurfuerst
15:11 Bug #14795: JS Error with JSMENU
Hi,
I can confirm, that the JSMENU works with the current CVS version of the core.
Greets,
Thomas
Thomas Hempel
14:45 Bug #14795: JS Error with JSMENU
I just checked the code, and IMO, the bug doesn't exist anymore in CVS. I have uploaded a new jsfunc.menu.js, please ... Sebastian Kurfuerst
09:21 Bug #14795: JS Error with JSMENU
Here is a very simple pagetree for testing Thomas Hempel
15:53 Revision 9b630e72: changed wrong date in my last entry
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@855 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
15:52 Revision 1782bfb7: updated changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-8@854 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
15:50 Revision 52bfbe2c: fix for function getBorderAttr: closes bugs 1360 and 1461
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-8@853 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
15:49 Revision 75322e35: Fix of previous commit which accidently was utf-8 encoded
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@852 709f56b5-9817-0410-a4d7-c38de5d9e867 Robert Lemke
15:24 Bug #14914: config.disableImgBorderAttr should override anything
is a duplicate Rupert Germann
12:45 Bug #14914: config.disableImgBorderAttr should override anything
duplicated in http://bugs.typo3.org/view.php?id=1461 Ernesto Baschny
15:23 Bug #14977: Function 'getBorderAttr' for removing 'border="0"' from img-tags doesn't work
fixed in cvs Rupert Germann
13:10 Bug #14977: Function 'getBorderAttr' for removing 'border="0"' from img-tags doesn't work
sorry again - now for the duplicate - but I really searched for it. Maybe I should sleep more...
PS: call me Franz :)
Franz Koch
12:43 Bug #14977: Function 'getBorderAttr' for removing 'border="0"' from img-tags doesn't work
As far as I can see:
Koch's patch does !a && !b.
Rupi's patch does !(a || b).
Acording to DeMorgan's law, both...
Ernesto Baschny
15:19 Revision 9152361a: updated changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@851 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
15:10 Revision d9760def: fix for function getBorderAttr()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@850 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
11:47 Revision 67f2c92e: Removed annoying feature of typo3/tab.js to put the focus on the textarea
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@849 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
10:56 Revision e96a6bc1: corrected wording in a comment from last commit
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@848 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
10:43 Revision 8c6edf05: Change formatting
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_3-8@847 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
09:08 Bug #15192: internal links do not work with simulateStaticDocuments
oh well, I was blind and did not see that this bug was reported before and resolved because it's a limitation of typo... Axel Jindra
09:03 Bug #15192 (Closed): internal links do not work with simulateStaticDocuments
If you have simulateStaticDocuments activated and insert an internal link with rtehtmlarea >= 0.74 the link does not ... Axel Jindra
07:41 Feature #15033: use ajax to update page tree / open popups
implemented in CVS. Sebastian Kurfuerst
07:41 Bug #14725: Shortcut to a timer-stopped page leads to a frontend error
fixed in CVS. Sebastian Kurfuerst
07:40 Revision c023333d: 2005-11-09 Sebastian Kurfuerst <sebastian@garbage-group.de>
* New feature #1577: display clickmenus with XMLHTTP / ajax
* Fixed bug 1066: Shortcut to a invisible page leads to ...
Sebastian Kurfuerst

2005-11-08

22:46 Feature #14808: dynamic CSS would be nice...
solved by Sachas idea. Sebastian Kurfuerst
22:43 Bug #14795: JS Error with JSMENU
Hi,
is it possible for you to create a test pagetree export file to validate the patch?
Greets, Sebastian
Sebastian Kurfuerst
22:41 Bug #14821: No import of images from .t3d 3.7.0/3.7.1 -> 3.8.0
Could somebody please test the patch and post the results here? would be great!
Sebastian
Sebastian Kurfuerst
22:40 Feature #15173: Show name of database at login
Hi,
as discussed on the dev list, please use the site name as an alternative.
Thanks & greets, Sebastian
Sebastian Kurfuerst
22:33 Bug #14471: Access / DB mount problem
will close the report, as discussed in private mail. Sebastian Kurfuerst
22:31 Bug #15182: new similar Option to HMENU includeNotInMenu
I think as well that this can be done like tob outlined. If not, please reopen the bug report.
Greets, Sebastian
Sebastian Kurfuerst
22:30 Bug #15042: add option "all usergroups" in admin panel "simulate user group"
not a bug Sebastian Kurfuerst
22:30 Feature #15185: showRange Feature for tslib_pibase::pi_list_browseresults() not configureable
Hi,
I currently don't have time to look at this. However, if you could supply a patch, I'd happily come back on it.
...
Sebastian Kurfuerst
22:28 Bug #15189: Cannot install dummy site Suse Linux 9.3
Hi, please do as Torsten outlined and use the news server under news.netfielders.de , the lists typo3.install.* You w... Sebastian Kurfuerst
10:58 Bug #15189: Cannot install dummy site Suse Linux 9.3
Hi Barry,
this is not a support forum.
Please use the newslist typo3.install.linux on news.netfielders.de.
B...
Thorsten Kahler
07:44 Bug #15189 (Closed): Cannot install dummy site Suse Linux 9.3
Receive the following on fresh installation. Have checked installation for perm's and links. I have also searched t... Barry Wenger
22:23 Bug #14868: xhtml_cleaning cleans HTML comments which is not wanted in any case (working patch included)
Hi,
I uploaded an updated version of the patch.
can you please confirm that it still works as expected? I am not fu...
Sebastian Kurfuerst
22:11 Bug #14760: When I upgraded to 3.8.0 and looked at my site with Firefox, most of my images were not aligned properly anymore.
image_align_fix.diff contains the final solution as proposed by Martin Kutschker in the content rendering list.
Pl...
Michael Stucki
20:57 Bug #15027: make new content element wizard easier to use
fixed in CVS. Sebastian Kurfuerst
20:57 Bug #15026: on timeout in BE, popup appears all the time when clicking no
fixed in CVS. Sebastian Kurfuerst
20:57 Bug #14945: BE: TCEMAIN.clearCacheCmd doesn't work when deleting records
fixed in CVS. Sebastian Kurfuerst
20:56 Bug #14862: TCAdefaults.pages.doktype is not recognized by the wizard "Create new pages"
fixed in CVS. Sebastian Kurfuerst
20:56 Feature #14442: User Admin can't create new user
patch in CVS. Sebastian Kurfuerst
20:52 Revision 4e798953: 2005-11-08 Sebastian Kurfuerst <sebastian@garbage-group.de>
* Fixed bug #586: User Admin can't create new user
* Fixed bug #1293: TCAdefaults.pages.doktype is not recognized by...
Sebastian Kurfuerst
18:32 Revision 2604ee85: Made TCEForms put <label> tags around icons for moving/deleting repetitive Flexform items
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@844 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
18:00 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
Have you tested it? Thomas Hempel
17:55 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
thanks a lot old_martinficzel
12:32 Bug #15170: Selector box which selects more than one file from file folder looses data on reload
The select box also doesn't work, if the values come from an itemProcFunc and no item array is given in the TCA. Then... old_posimis
11:16 Bug #15190 (Closed): Extension Manager: Ordering by "Dependencies" shows empty list
If ordering is set to "Dependencies" the list of available extensions and the list of extensions on the repository is... Thorsten Kahler
06:19 Bug #15188 (Closed): EM doesn't check for dependancies on Extension update
The EM doesn't check for dependancies when you upgrade an extension.
That causes the following error message when ...
Ingmar Schlecht
01:23 Bug #15187 (Closed): 256 color patch doesn't work with outline property
When we add outline property to text generated with GIFBUILDER, the patch doesn't work
<typoscript>
page.30 = IMG...
Brice BERNARD
00:37 Revision 10e7549b: *** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@843 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
00:11 Bug #14264: getUpdateJS: broken when using UTF-8 and IE
With Bernhard's solution, with a field of type textarea containing a linebreak, I get a javascript error "unterminate... Stanislas Rolland

2005-11-07

21:02 Bug #15186 (Closed): Depreciated static items must be removed before 4.0
All those Depreciate/Deprecated items from Static templates should be removed before 4.0 release.
They are there w...
old_gaumondp
20:23 Feature #15185 (Closed): showRange Feature for tslib_pibase::pi_list_browseresults() not configureable
$this->internal['showRange'] switch for display Resultnumber-ranges instead of page-numbers (and some other Features ... Frank Agerholm
18:16 Revision 0c1898f9: More workspace stuff for beta.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@842 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
18:08 Feature #15184: TCA Columns ReadOnly
Maybe it would be much easier to add an option "read-only" to the TCA (which displays every field as simple text) tha... Thomas Hempel
17:52 Feature #15184 (Closed): TCA Columns ReadOnly
It would be nice to have an Read-Only Field-Type in the TCA only to display Data from the database. The Options from ... Ingo Schmitt
16:32 Bug #15042: add option "all usergroups" in admin panel "simulate user group"
ok, this is a very good idea. thanks :-)
in 4.0.0, there will be sub-groups available.
Greets, Sebastian
Sebastian Kurfuerst
15:27 Bug #15182: new similar Option to HMENU includeNotInMenu
that should work by setting excludeDoktypes, see http://typo3.org/documentation/document-library/doc_core_tsref/HMENU/ tob
13:03 Bug #15182 (Closed): new similar Option to HMENU includeNotInMenu
We have the "Hide in Menu" property for any page type, but there is no option for HMENU to include menu-hidden pages ... Marc Bastian Heinrichs
15:03 Bug #15183 (Closed): HMENU with includeNotInMenu does not work with nav_hide = 1
regarding the documentation the nav_hide property should be used instead of the page type 'not in menue' to hide page... Manfred Hellar
11:50 Bug #14471: Access / DB mount problem
I really don't know, I reported this issue last year(!!), I can't recall details and have no access to the mentioned ... Wolfgang Klinger

2005-11-06

23:55 Feature #15180: add config'able FE user storage page
Sorry, didn't know the steps to reproduce weren't shown. Here are the instructions:
Just replace around line 87:
...
Christoph Koehler
23:54 Feature #15180 (Closed): add config'able FE user storage page
Ability to configure a page with the frontpage users.
This is from the newloginbox_tmplable extension by Miroslav M...
Christoph Koehler
21:56 Bug #15054: Gremlin: Insufficient email validation
Thorsten, I think that your false negatives are invalid. While the first one is a valid recipient in a mail header it... Martin Kutschker
19:11 Bug #15098: add option to use ts "config.linkVars" as an array not as a list
I've added a patch that adds this behavior to the sysext cms. I'm not sure if this is all what is necessary but it lo... Thomas Hempel
18:18 Feature #15150: Get list of content elements for "new content" wizard from TCA
Hi, do you already know which options you'd need to add to TCA?
Greets, Sebastian
Sebastian Kurfuerst
18:16 Feature #15160: Filemodule could be more "verbose"
not sure if this is a duplicate, at least the first part is fixed. A patch for the second part is welcome :-)
Greets...
Sebastian Kurfuerst
18:13 Feature #14769: Problems with link "states"
Hi,
I don't fully understand this bug report. Your point is that it is inconsistent the current states (CUR, ACT, .....
Sebastian Kurfuerst
18:00 Bug #15172: config.disablePrefixComment is ignored by plugins
I just checked again and noticed that this bug exists with TYPO3 3.8.0
However, in CVS it was already solved by Mich...
Sebastian Kurfuerst
16:10 Bug #15172: config.disablePrefixComment is ignored by plugins
no, no error in TSOB. I fugured out that disablePrefixComment will function f.e. with chc_forum, but not with f.e. wi... Anonymous
17:57 Bug #14471: Access / DB mount problem
Hi,
does this problem still exist?
If yes, it would be great if you could provide a t3x file for testing.
Greets, ...
Sebastian Kurfuerst
13:08 Bug #15139: Date fields: default is tomorrow instead of today.
I've uploaded a new patch that fixes a misspelling ("MidNight" must spell "Midnight").
The patch is tested and fix...
Oliver Klee
12:22 Bug #14821: No import of images from .t3d 3.7.0/3.7.1 -> 3.8.0
I added a patch which switches between "filename" and "fieldvalue" if filename is not set. I have implemented this in... Thomas Hempel
11:48 Feature #15081: eval API
I just added version 2 of the patch which moves the evaluations from inside the system to a system extension (evaluat... Thomas Hempel

2005-11-05

17:16 Bug #15172: config.disablePrefixComment is ignored by plugins
is there any error in the typoscript object browser? the configuration option works flawlessly everywhere else I thin... Sebastian Kurfuerst
14:55 Bug #15135: Typo3 backend does not work with reverse proxy
Hi Christian,
is it possible for you to upload a patch which implements the desired behavior? This would be very hel...
Sebastian Kurfuerst
14:53 Feature #15155: <link>mail@address</link> ideally would get linked/wrapped too
Hi,
what happens if you just write
mail@address.com without the link tags? IMO it gets linked automagically.
Greet...
Sebastian Kurfuerst
12:15 Bug #15139: Date fields: default is tomorrow instead of today.
Thomas, thanks for the patch. I've just attached a slightly cleaned-up version of your patch that also changes the va... Oliver Klee

2005-11-04

20:45 Revision 72ca3695: *** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@841 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
20:37 Bug #15171: TYPOLINK deletes Parameters in tslib/class.tslib_content.php
Confirmed.
A fix seems to be simple:
$addQueryParams = $conf['addQueryString'] ? '&'.t3lib_div::getIndpEnv('QUERY...
Simon Ihmig
18:11 Revision a635dacc: Workspace related changes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@840 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
17:12 Bug #14992: Header with link wraps not proper
I tested it with the example provided by Dmitry and patched it, see above! Anonymous
17:07 Bug #14992: Header with link wraps not proper
Hi,
did you already have time to test my patch? Greets, Sebastian
Sebastian Kurfuerst
16:14 Bug #15179 (Closed): Very difficult install.
When installing from scratch, it is a uphill battle.
Setting things up as in the manual gives this every time:
Wa...
Allan Jacobsen
14:25 Bug #15178 (Closed): Call to undefined function: fetchrow() in dbal/class.ux_t3lib_db.php
I have a working typo3 server, it is actually a copy of our intranet, that I tried to switch over to running via dba,... Allan Jacobsen
12:17 Bug #15177 (Closed): RTE stacks down the browser
Use multi-record editing mode, make sure there is an RTE field in field list. Then try randomly turn on and off pure ... Artem Matevosyan
12:03 Bug #15176 (Closed): GMENU - noLink, TMENU - doNotLinkIt, why?
TypoScript properties noLink and doNotLinkIt of GMENUITEM and TMENUITEM respectively do the same - turn off linking o... Artem Matevosyan
10:58 Feature #15175 (Closed): hmenu.special = language not configurable via typoscript
It is not possible to configure the language menu links via typoscript, as the link-configuration seems to be fixed i... Christian Zabanski
10:53 Bug #14795: JS Error with JSMENU
Thanks a lot... It works fine for me. :-) (I used the complete jsfunc.menu.js and not the patch)
Greets,
Thomas
Thomas Hempel
10:50 Revision c0c53790: *** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@839 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
09:57 Bug #15174 (Closed): COntext menu doesn't appear if in main frame
if i show a list (say a news list) via an action (so that the tree frame is not shown, there are just the module list... Stefano Cecere

2005-11-03

22:07 Bug #14821: No import of images from .t3d 3.7.0/3.7.1 -> 3.8.0
It hast to be changed in the importing installation.
For me it worked.
I changed the line back to the original va...
Clemens Riccabona
15:05 Bug #14821: No import of images from .t3d 3.7.0/3.7.1 -> 3.8.0
Hi a3x,
did you change the code of the exporting installation or the importing installation?
Greets,
Sebastian
Sebastian Kurfuerst
14:06 Bug #14821: No import of images from .t3d 3.7.0/3.7.1 -> 3.8.0
Replacing $this->alternativeFileName[$tmpFile] = $fI['filename']; to $this->alternativeFileName[$tmpFile] = $fI['fiel... Alexander Fleischer
19:29 Bug #15172: config.disablePrefixComment is ignored by plugins
i tried to place disablePrefixComment = 1 on various places in the setup. i tried before/after PAGE, in a txt-file w... Anonymous
19:23 Bug #15172: config.disablePrefixComment is ignored by plugins
no, there is no case. in two other installations it also does not function.... (3.8.0, php 4.3.9) Anonymous
18:13 Bug #15172: config.disablePrefixComment is ignored by plugins
I cannot tell you why it doesn't work in your installation, and without debugging your installation (which is not pos... Sebastian Kurfuerst
15:53 Bug #15172: config.disablePrefixComment is ignored by plugins
have a look at the source code on this page:
http://www.brx.at/en/service/
you will find this snippet:
<!--
...
Anonymous
15:02 Bug #15172: config.disablePrefixComment is ignored by plugins
I just checked it in the source (tslib_pibase - search for BEGIN:) and tested it - and it works here... I added confi... Sebastian Kurfuerst
13:54 Bug #15172: config.disablePrefixComment is ignored by plugins
Can you provide more detailed information? Wich extensions do you talk about? Mario Rimann
13:06 Bug #15172 (Closed): config.disablePrefixComment is ignored by plugins

<!-- BEGIN: Content of extension "xy", plugin "xy"-->
<!-- END: Content of extension "xy", plugin "xy" -->
...
Anonymous
15:51 Bug #14904: Error when usin spell check (Aspell)
Ok, this fix will be included in next version.
Please see the manual: http://typo3.org/documentation/document-libr...
Stanislas Rolland
12:14 Bug #14904: Error when usin spell check (Aspell)
The error message dissapears after inserting your code so this might be OK for some users.
But now it says "Configu...
Seirer Florian
03:08 Bug #14904: Error when usin spell check (Aspell)
Please try to add the following statement:
define('TYPO3_OS', (stristr(PHP_OS,'win') && !stristr(PHP_OS,'darwin')) ?...
Stanislas Rolland
14:35 Feature #14427: AND combination for TypoScript conditions doesn't work
Will this feature make it in the next version? Lars Houmark
13:24 Feature #15173 (Closed): Show name of database at login
Add a new config-option: $TYPO3_CONF_VARS['BE']['showDatabaseAtLogin']. If activated, the name of the current databas... David Bruehlmeier
12:35 Bug #15139: Date fields: default is tomorrow instead of today.
Hi,
I've added a patch which disables this feature or bug or whatever you want to call it. ;-)
Greets,
Thomas
Thomas Hempel
08:31 Bug #15139: Date fields: default is tomorrow instead of today.
After rethinking about the matter I think you are right. Currently, I have no time for looking at this, but a patch i... Sebastian Kurfuerst
12:05 Feature #15140: When changing a page's alias, update all links
A possible strategy would be to do an SQL query with regular expressions like this:
SELECT bodytext FROM tt_conten...
Oliver Klee
08:30 Feature #15140: When changing a page's alias, update all links
OK, it seems that I misunderstood you, sorry. I think without a "global link table" such replacements are impossible.... Sebastian Kurfuerst
08:19 Bug #14763: Create Files with no correkt umask when using with suphp
typo3conf/localconf.php seems to be the better place for umask(0022); Anonymous
 

Also available in: Atom