Project

General

Profile

Activity

From 2009-07-14 to 2009-08-12

2009-08-12

23:15 Bug #20561: cookie domain doesn't work with correct syntax.
So what has been configured as cookiedomain and what is the server sending?
Without any further data, nobody is ab...
Marcus Krause
17:06 Bug #20869 (Closed): External files with Umlauts/special chars in filename are not indexed
indexed_search fails to index external files with umlauts in the filename. This is because the special characters are... Christian Weiske
17:03 Bug #20868 (Closed): click-enlarge function for images does not work correctly in IE8
The popup-window generated by the click-enlarge function produces an IE-Error stating that a function was blocked. Th... Maik Matthias
15:35 Bug #20845: disableNoCacheParameter breaks FE Cache
+1
patches for 4.2 tested: the applied fine and solved the problem;
regards georg
Georg Kühnberger
11:33 Bug #20581: functions flushByTag and flushByTags in caching framework db backend are very unefficient
commited to trunk rev 5576 Rupert Germann
11:33 Bug #20581: functions flushByTag and flushByTags in caching framework db backend are very unefficient
arghh, I'm getting old ;-/
already committed.
Rupert Germann
11:08 Bug #20746: "TMPL CONDITIONS - ALL" - too Long for 20 Chars cache_hash field size
Additionally, I've now changed the value of "TMPL CONDITIONS - ALL" and cut off the last character so these entries c... Michael Stucki
10:56 Bug #20746: "TMPL CONDITIONS - ALL" - too Long for 20 Chars cache_hash field size
Just a note: This fixes only the DB scheme definition. In order to apply the change, you need to update the database ... Michael Stucki
10:55 Bug #20746: "TMPL CONDITIONS - ALL" - too Long for 20 Chars cache_hash field size
Fixed in TYPO3_4-2. The problem is solved in a different way already in Trunk, so it won't occur in 4.3 anyway.
Th...
Michael Stucki
11:07 Revision 92cf841b: Follow-up to bug #11513: Shorten one ident field which is known to be too long (solved the issue on those setups where the DB is not updated)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5779 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
11:05 Bug #20065: MYSQL Replication breaks because of lack of AUTO_INCREMENT PK in cache_pagesection
This was indirectly fixed by Ingo with #19427 in rev. 4336 for the new 4.3 caching framework.
A fix for 4.2 would ...
Christian Kuhn
10:55 Revision 226b5e85: Fixed bug #11513: cache_hash table could not be filled because information field (ident) was too short (thanks to Ingo Schmitt)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5778 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
10:21 Bug #20867: Table sys_refindex / KEY lookup_string not UTF-8 compatible
i can reproduce it Georg Ringer
09:58 Bug #20867: Table sys_refindex / KEY lookup_string not UTF-8 compatible
Relations: Bug reports #20386 & #20386 Morton Jonuschat
09:58 Bug #20867 (Closed): Table sys_refindex / KEY lookup_string not UTF-8 compatible
In t3lib/stddb/tables.sql the key definition was changed from (ref_table(133),ref_string) to (ref_table,ref_string).
...
Morton Jonuschat
09:45 Bug #20866 (Closed): removeBadHTML is returning an empty string
The function removeBadHTML is returning an empty string if the text to check contains special utf8-encoded chars.
...
Thomas Gabler

2009-08-11

17:53 Revision 5989c740: Update ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5777 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
17:15 Feature #20862: TYPO3 needs to support the Semantic Web in the core / RDFA / Web 3.0
A new doctype needs to be added:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/D...
Michiel Roos
16:33 Feature #20862: TYPO3 needs to support the Semantic Web in the core / RDFA / Web 3.0
RDFa primer: http://www.w3.org/TR/xhtml-rdfa-primer/
RDFa examples: http://www.google.com/support/webmasters/bin/ans...
Michiel Roos
16:24 Feature #20862 (Closed): TYPO3 needs to support the Semantic Web in the core / RDFA / Web 3.0
I came across a video about Tim Berners Lee on the Semantic Web [1].
After that I jumped to an Introduction video ...
Michiel Roos
17:15 Bug #20864 (Closed): Provide a method countByTag() for caching backends
In t3lib_tsfeBeUserAuth::extGetNumberOfCachedPages() a count() is done on the results of a getByTag() call. This coul... Ingo Renner
17:09 Revision 1e583d97: fixed class comment
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5776 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:08 Revision 8d67975c: fixed naming of variables in flushByTags()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5775 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:04 Bug #20863 (Closed): TCEmain clears cache inefficiently
In TCEmain::clear_cache() the cache for certain page IDs gets cleared through a foreach loop calling flushByTag. Inst... Ingo Renner
16:11 Bug #16996: automaketemplate relPathPrefix and fragments
Core issue:
t3lib_parsehtml:
00994 function prefixRelPath($prefix,$srcVal,$suffix='') {
00995 ...
Jigal van Hemert
15:41 Bug #20861 (Closed): Duplicate SQL definition of table index_stat_word
Table index_stat_word is defined twice in indexed_search/ext_tables.sql
The two definitions are identical except f...
Francois Suter
15:40 Feature #14870: automaketemplate doesn't use relPathPrefix for IE-Flash-Implementation and others
This is a core issue:
In t3lib/class.t3lib_parsehtml.php in t3lib_parsehtml::prefixResourcePath() the following shou...
Jigal van Hemert
15:37 Bug #20860: Incomplete SQL comments in t3lib/stddb/tables.sql
Committed to trunk in rev 5774 Francois Suter
15:29 Bug #20860 (Closed): Incomplete SQL comments in t3lib/stddb/tables.sql
The name of the table is missing in the comments for tables sys_refindex_words, sys_refindex_rel and sys_refindex_res... Francois Suter
15:35 Revision 75b99d1c: Code cleanup #11686: Incomplete SQL comments in t3lib/stddb/tables.sql
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5774 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
15:19 Bug #20581: functions flushByTag and flushByTags in caching framework db backend are very unefficient
Rupi, will you send this to the core team list? Michael Stucki
15:13 Bug #17471: PHP Fatal error: Cannot redeclare class t3lib_timetrack
@Bruce: Does this problem still exist in current versions? Christian Kuhn
11:55 Feature #4199: Allow disabling of existing tasks
Francois Suter wrote:
> Somehow I find it more logical and convenient to have the disabled indication be a DB field....
Ingo Renner
09:31 Feature #4199: Allow disabling of existing tasks
Somehow I find it more logical and convenient to have the disabled indication be a DB field. It makes it possible to ... Francois Suter
10:22 Revision ade1b965: corrected TX to Tx
Steffen Kamper
09:20 Task #4045: Explain what the abbreviation "CRID" stands for
Updated the description in r1100.
The description wrongfully mentioned that the CRID was unique. It needs not be, ...
Francois Suter
09:17 Revision d03b1f75: [!!!][~TASK] Extbase (Dispatcher): committed initial version of BackendDispatcher
Steffen Kamper
08:28 Bug #20843: Exporting t3x file delivers wrong data
That makes sense. Using ob_end_clean() for all existing buffers would also be fine.
I guess that some PHP scripts th...
Oliver Hader
01:39 Revision 21dba0c5: [~TASK] Fluid (ViewHelpers): Follow-up. Added several files.
Jochen Rau
01:37 Revision 4467e66b: [~FEATURE] Fluid (ViewHelpers): Adjusted AbstractFormViewHelper to be able to namespace arguments. Fixed several Unit Tests. The patch was provided by Bastian. Thanks a lot! Resolves #3317.
Jochen Rau
01:20 Revision f20a7155: [!!!][~TASK] Extbase (Utility): Moved configureDispatcher() and registerPlugin() from Tx_Extbase_Utility_Plugin to Tx_Extbase_Utility_Extension. THIS WILL BREAK YOUR EXISTING EXTENSIONS. Please Rename all occurrences of Tx_Extbase_Utility_Plugin to Tx_Extbase_Utility_Extension and clear your caches. Resolves #4162.
[!!!][~BUGFIX] Extbase (Persistence): Restructured responsibilities of Repository and Session. You don't need to regi... Jochen Rau

2009-08-10

23:54 Revision fde01958: Follow-up to bug #11627: Fixed bug with mis-styled input fields caused by the addition of ExtJs and its reset css file
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5773 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
23:32 Bug #20829: Feature: Add datepicker to date and datetime fields in TCEFORMS
committed v8 to trunk, rev 5772 Steffen Kamper
23:29 Revision 08d74981: Added feature #11648: Feature: Add datepicker to date and datetime fields in TCEFORMS
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5772 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:28 Task #4045: Explain what the abbreviation "CRID" stands for
Francois Suter wrote:
> Solved in r1092, pending review.
looks good :)
Ingo Renner
23:14 Task #4045 (Resolved): Explain what the abbreviation "CRID" stands for
Solved in r1092, pending review. Francois Suter
22:46 Task #4045: Explain what the abbreviation "CRID" stands for
Ha, I found your FIXME note about this :-)
Now I know where to write the explanations ;-)
Francois Suter
23:25 Feature #4199: Allow disabling of existing tasks
Francois Suter wrote:

> There was already an exception made for the CRID information, which has its own DB fiel...
Ingo Renner
22:58 Feature #4199: Allow disabling of existing tasks
I expected to be finished tonight, but I couldn't. I stumbled on the fact that tasks were essentially meant to be sto... Francois Suter
20:55 Feature #4199 (Accepted): Allow disabling of existing tasks
Francois Suter
09:49 Feature #4199: Allow disabling of existing tasks
Francois Suter wrote:
> > Disabled could do it too, but simply saving it into a field called hidden and labeling i...
Ingo Renner
09:02 Feature #4199: Allow disabling of existing tasks
> > It should be possible to disable a registered task without having to delete it altogether or disabling the whole ... Francois Suter
23:01 Bug #4224 (Closed): Scheduled tasks are not all executed by the cron script
I currently have a situation where my scheduled tasks are ignored by the cron script. I think it's because there's a ... Francois Suter
22:08 Bug #20502: MYSQL Replication breaks because of lack of AUTO_INCREMENT PK in cache_treesection
Hi Oliver, we have a setup with multiple MySQL Masters with crossreplication i.e. every write operation is replicated... Lukas Taferner
19:48 Bug #20502: MYSQL Replication breaks because of lack of AUTO_INCREMENT PK in cache_treesection
Lukas, could you please send me your MySQL Server and Replication settings?
Are there two MySQL Masters running and ...
Oliver Hader
20:05 Bug #20859 (Closed): Cache tables allow to store the same identifier more than once
The caching tables
* cache_pages
* cache_pagesections
just have a key defined, but not a unique key.
This allows ...
Oliver Hader
19:41 Bug #20065: MYSQL Replication breaks because of lack of AUTO_INCREMENT PK in cache_pagesection
When was this fixed in 4.3?
The issue was initially reported for 4.2.6 and not for 4.3... hm...
Oliver Hader
18:55 Bug #20857: Internal Server Error since 4.2.8 or later
There should be some information in Apache error log... Steffen Gebert
13:37 Bug #20857 (Closed): Internal Server Error since 4.2.8 or later
I receive an Internal Server error after installing 4.2.8 or 4.3 alpha 3 in the backend wenn selecting TER Settings.
...
Cornelis Olsthoorn
17:56 Bug #19396: RTE incorrectly modifies external links and causes problems with subdomains
http://bugs.typo3.org/view.php?id=11009 (ff setting a internal link ends up as external link with http://www.domain.... Andreas
15:34 Feature #20858 (Closed): Add support for flash messages in the backend
Currently there's no nice way to show notices, information, success, warning, or error messages to the user.
In th...
Ingo Renner
12:50 Bug #14408: lang-children "get lost"(should be deleted) when deleting parent-record in default language
Is there a solution in sight? We got the same strange issue in a clients project.
Thanks
Tobias Pierschel
12:44 Feature #20838: Modern integration of module into backend using Extbase
FYI: committed v2 to trunk, rev 5771 Steffen Kamper
12:42 Revision d978266f: Added feature #11652: Modern integration of module into backend using Extbase (thanks to Xavier Perseguers): modified t3lib_loadmodules.php to allow modules without having conf.php. This is needed for extbase driven backend modules.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5771 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:38 Feature #20837: Allow Extbase as framework for backend modules
committed v2 to trunk, rev 5770 Steffen Kamper
12:36 Revision 6c328115: Added feature #11651: Allow Extbase as framework for backend modules (thanks to Xavier Perseguers): modified mod.php to dispatch extbase driven modules
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5770 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
10:13 Bug #20843: Exporting t3x file delivers wrong data
I was able to fix it !
by adding ob_clean() before the header() functions, it removes the blanks. So when I modify...
Michael Riedel
09:43 Bug #20843: Exporting t3x file delivers wrong data
I could figure out the follwing:
in file class.em_index.php, line 2534 backup data ich echoed:
.-.-.-.-.-.-.
if ...
Michael Riedel
08:25 Bug #20843: Exporting t3x file delivers wrong data
I will try to debug myself. I have the feeling it is realted to some other extension or misconfiguration. Since this ... Michael Riedel
00:33 Bug #20843: Exporting t3x file delivers wrong data
I cannot reproduce this - and I have to deal with manual export/import of extensions nearly on a daily basis.
Any ...
Marcus Krause
09:08 Feature #4190: Create a Demo task that's usefull in "real life"
> > About the deletion of the file: it should not be deleted if it's older than an hour, but when it's older than the... Francois Suter
06:45 Revision 19d49602: [+BUGFIX] Extbase (MVC): Fixed wrong exception name. Resolves #4200.
Sebastian Kurfuerst
06:43 Revision 8dd2a74a: [+BUGFIX] Fluid (View): Improved error message in case no layout/partial was found. Resolves #4204.
Sebastian Kurfuerst
06:38 Revision b32fe585: [+BUGFIX] Extbase (Persistence): For now fixed the RELATION_HAS_ONE, but acutally this is not yet the correct solution. Related to #4083.
Sebastian Kurfuerst
05:31 Feature #20856 (Closed): debug in t3lib
as addition or as replacement of t3lib_div::debug I wrote some debug-functions (I use them in an own extension).
Def...
David Bruchmann

2009-08-09

23:39 Bug #20852: Can create preview links only for the default language of a page
if you open up the workspace-preview module with in right language the generated preview-link will carry-on that lang... Tolleiv Nietsch
21:41 Revision 3197b416: [~BUGFIX] Fluid (ViewHelpers): Replaced usage of $GLOBALS['TSFE']->cObj by t3lib_div::makeInstance('tslib_cObj') in CObjectViewHelper, HtmlViewHelper and ImageViewHelper. Note: In CropViewHelper & EmailViewHelper it does no harm to use $GLOBALS['TSFE']->cObj. Thanks for the patch. Resolves #4063.
Bastian Waidelich
21:34 Revision 9cc19bb3: [+FEATURE] Fluid (ViewHelpers): Added "absolute" argument to link.action and uri.action viewhelpers. Resolves #4202.
Bastian Waidelich
21:33 Revision 372fe324: [+FEATURE] Extbase (MVC): Added "absolute" argument to URIBuilder::URIFor() and URIBuilder::typolinkURI. Relates to #4202.
Bastian Waidelich
20:17 Feature #4190: Create a Demo task that's usefull in "real life"
Francois Suter wrote:
> There was a request from Lars Houmark to do this. I discussed with him and he was still inte...
Ingo Renner
13:42 Feature #4190: Create a Demo task that's usefull in "real life"
BTW Duplicate of #3308 (couldn't find it before...) Francois Suter
10:49 Feature #4190: Create a Demo task that's usefull in "real life"
There was a request from Lars Houmark to do this. I discussed with him and he was still interested in having this tas... Francois Suter
20:14 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.
Ingo Renner wrote:
> The screen is totally correct actually. The tasks turn yellow only when they're late. So what...
Ingo Renner
20:00 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.

> # running
> # not running, not scheduled
> # not running, scheduled, in the future
> # not running, scheduled...
Ingo Renner
19:57 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.
Francois Suter wrote:
> Seems to be not quite correct yet. Look at attached screenshot: 2 tasks are scheduled to run...
Ingo Renner
19:13 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.
After thinking some more I have found what disturbs me: currently the 3 status represent mixed pieces of information,... Francois Suter
13:41 Feature #4020 (Needs Feedback): The scheduler backend module does not show whether - and if so, which - a task is currently running.
Seems to be not quite correct yet. Look at attached screenshot: 2 tasks are scheduled to run, however they do not app... Francois Suter
20:13 Task #4045: Explain what the abbreviation "CRID" stands for
Francois Suter wrote:
> Will be done in the documentation
should also be done in the source, as it was (and still...
Ingo Renner
13:33 Task #4045 (Accepted): Explain what the abbreviation "CRID" stands for
Will be done in the documentation Francois Suter
20:09 Task #4048: implement interfaces for the hooks provided by the scheduler
Francois Suter wrote:
> Follow-up: only 1 out of 4 hook names had been changed to the new interface (in BE module). ...
Ingo Renner
12:41 Task #4048: implement interfaces for the hooks provided by the scheduler
Francois Suter wrote:
> Follow-up: only 1 out of 4 hook names had been changed to the new interface (in BE module). ...
Francois Suter
12:41 Task #4048: implement interfaces for the hooks provided by the scheduler
Follow-up: only 1 out of 4 hook names had been changed to the new interface (in BE module). They are all changed now... Francois Suter
12:14 Task #4048: implement interfaces for the hooks provided by the scheduler
Reviewed. Great improvement, makes it much cleaner indeed. Thanks for the work. Francois Suter
20:06 Task #4201 (Closed): Turn all existing cron scripts in TYPO3 into scheduler tasks
Turn all existing cron scripts in TYPO3 into scheduler tasks (where possible ans makes sense) Ingo Renner
20:05 Feature #4199: Allow disabling of existing tasks
Francois Suter wrote:
> It should be possible to disable a registered task without having to delete it altogether or...
Ingo Renner
19:21 Feature #4199 (Closed): Allow disabling of existing tasks
It should be possible to disable a registered task without having to delete it altogether or disabling the whole cron... Francois Suter
13:32 Task #4133 (Resolved): BE module: make the scheduler object a member variable
Solved in r1080 Francois Suter
13:26 Bug #4195 (Resolved): Remove running flag from execution class
Solved in r1079 Francois Suter
13:25 Bug #4195 (Closed): Remove running flag from execution class
Class tx_scheduler_Execution contains a member variable $running, which is supposed to be true if the execution is ru... Francois Suter
13:23 Bug #4194 (Resolved): Error running the test task
Fixed in r1078 Francois Suter
13:22 Bug #4194 (Closed): Error running the test task
The test task tries to access directly member variables from an execution object, which are not protected. This must ... Francois Suter
13:01 Task #4132 (Resolved): Clean up the CSS file
Francois Suter
13:00 Task #4132: Clean up the CSS file
Solved in r1077 Francois Suter
12:52 Bug #4134 (Resolved): Error in cron cmd calculation
Solved in r1075 Francois Suter
12:33 Bug #4152 (Resolved): Example task hooks do not keep their value
Solved in r1071. Thanks for the patch!
Francois Suter
12:11 Feature #4043: Have an easy recognizable "add a new event" text link when scheduled events are present too
Done in r1069 Francois Suter
11:07 Feature #16586: displayCond for flexforms, that affects on row of element
Committed to trunk, revision 5769. Andreas Otto †
10:55 Revision 9094d92d: Added feature #4270: displayCond for flexforms, that affects on row of element (thanks to Tolleiv Nietsch and Rupert German)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5769 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †
09:03 Bug #20843: Exporting t3x file delivers wrong data
no, just because of the attachments. But I think you can unset the private statement.
Additional note on the bug -...
Michael Riedel
07:32 Feature #20855 (Closed): enabled copying a folder in filelist on Windows
It was not possible to copy a whole folder on Windows.
The patch provides the functionality to be able to copy a w...
Robert Wunsch
07:19 Bug #20853: syslog for getFileName() returns empty String in some cases (useless log-info)
sorry, the first sentence of description has to be:
the variable $newFile is only filled in some cases (i.e. when th...
David Bruchmann
06:05 Feature #20854 (Closed): unsing class.t3lib_diff.php on Windows - using DIFF in Workspaces on Windows Machines
It was not possible to use the DIFF feature on Windows servers.
The site http://www.domain.com/typo3/sysext/versio...
Robert Wunsch

2009-08-08

20:57 Feature #4190 (Closed): Create a Demo task that's usefull in "real life"
Create a task that execute's once an hour, checks for the existance of the install tool enable file, and deletes it i... Ingo Renner
18:24 Feature #16586: displayCond for flexforms, that affects on row of element
The file 4270_v5.diff contains modifications of the patch posted as 4270_v4.diff by Rupert German on the TYPO3 core m... Andreas Otto †
14:41 Bug #20853 (Closed): syslog for getFileName() returns empty String in some cases (useless log-info)
the variable $newFile is only filled in some cases (i.e. when the correspondending extension isn't loaded) and is use... David Bruchmann
03:11 Bug #20846: Synchronize RemoveXSS.php in 4.2 and 4.3
No objections. Marcus Krause
03:10 Bug #20835: RemoveXSS corrupts HTML
@3+4: JS could be embedded in style attributes. So there's a need to take care of "style". Marcus Krause
03:05 Bug #20843: Exporting t3x file delivers wrong data
Is there any reason why this issue has been set to private? Marcus Krause
03:03 Bug #20847: TYPO3 Exploit posted on milw0rm.com
Closing issue as it is not a bug report. Marcus Krause
03:01 Bug #20847: TYPO3 Exploit posted on milw0rm.com
We prefer to get all issues reported to above mentioned mail address only. Marcus Krause

2009-08-07

18:57 Revision 070098ad: [+BUGFIX] Fluid (ViewHelpers): Adjusted FormViewHelper to work together with updated persistence and form resubmission. Related to #4178.
Sebastian Kurfuerst
18:54 Revision b7749b43: [TASK] Extbase (Utility): Extracted cache clearing methods into new Utility class
[+BUGFIX] Extbase (MVC): The cache is now cleared if ActionController's errorAction is called. Resolves #4185.
[+BUGF...
Sebastian Kurfuerst
17:48 Bug #20852: Can create preview links only for the default language of a page
The concerning file is typo3/sysext/version/cm1/index.php.
The uploaded file index.php includes my patch and index_o...
Stefan Sprenger
17:43 Bug #20852 (Closed): Can create preview links only for the default language of a page
You can't create preview links for alternative page languages.
Only a preview link for the default page language is ...
Stefan Sprenger
17:32 Bug #20851: Header Link Titles of Content Elements are not imported by impexp
The "tokenizedContent" (used to create the new link and has no title) is generated on export.
Seems that getTypoLink...
Robert Heel
16:15 Bug #20851 (Closed): Header Link Titles of Content Elements are not imported by impexp
impexp deletes on import all link titles in header links and in RTE links.
1. Create a Content Element with a He...
Robert Heel
16:57 Bug #20845: disableNoCacheParameter breaks FE Cache
For TYPO3 4.2, patches have been slightly modified:
- part1: Don't make code cleanups, just add the comments
- part...
Michael Stucki
16:30 Bug #20845: disableNoCacheParameter breaks FE Cache
Those 4 patches have not been tested by myself yet, but they should fix the issue completely.
A backport for TYPO3_4...
Michael Stucki
16:29 Bug #20845: disableNoCacheParameter breaks FE Cache
bug_11663_part4.diff finally contains a condition that sticks to enabling $TSFE->no_cache if one of the following con... Michael Stucki
16:22 Bug #20845: disableNoCacheParameter breaks FE Cache
bug_11663_part3.diff skips a condition which seems useless anyway now that we use locking. Otherwise, again conflicts... Michael Stucki
16:20 Bug #20845: disableNoCacheParameter breaks FE Cache
bug_11663_part2.diff makes sure that an error is displayed if there is a cHash error and disableNoCacheParameter is e... Michael Stucki
16:17 Bug #20845: disableNoCacheParameter breaks FE Cache
bug_11663_part1.diff contains no changes at all, just comments and code cleanup. Michael Stucki
02:13 Bug #20845 (Closed): disableNoCacheParameter breaks FE Cache
disableNoCacheParameter breaks FE Cache
to be more precice: disableNoCacheParameter = 1
leads to page cache-entr...
Georg Kühnberger
16:03 Bug #20850 (Closed): Content Element: Header Link Title with spaces didn't work
The link wizard generates a link like
123 - - Some Words
FE: a href="index.php?id=123" title="Some"
1. Klick...
Robert Heel
15:52 Feature #20849 (Closed): Provide a reason for why tslib_fe::set_no_cache() has been triggered
$TSFE->set_no_cache() uses t3lib_div::sysLog() to log why the caching had been disabled.
Currently this is always ...
Michael Stucki
14:44 Bug #20847: TYPO3 Exploit posted on milw0rm.com
Hi Nils,
thank you for informing the developers about such posts!
But please do this on a more private way:
Eith...
Chris topher
14:32 Bug #20847: TYPO3 Exploit posted on milw0rm.com
http://secure.t3sec.info/blog/post/2009/08/06/typo3-cms-40-showuid-exploit-not-a-vulnerability/ Salvatore Vallesi
12:52 Bug #20847 (Closed): TYPO3 Exploit posted on milw0rm.com
Did you recognize the SQL-injection exploit posted on milw0rm.com?
http://www.milw0rm.com/exploits/9380
(issue...
Nils Clark-Bernhard
14:11 Bug #20144: Missing new page element in pagetree (content area)
closed by User request Mathias Schreiber
14:09 Bug #20144: Missing new page element in pagetree (content area)
OK, after threating my admins (again!) they found a mistake in my rights, so this problem is solved. Christian Clausen
09:53 Bug #20144: Missing new page element in pagetree (content area)
Nothing changed by now. Is there anyone who could help? Christian Clausen
14:03 Bug #20848 (Closed): Search results disappear when switching to extended view
When searching for something using a quicksearch (i.e. in the header), then the search results appear. As soon as I s... Raffi no-lastname-given
10:38 Feature #2678: Recycler: Resize height
Hi,
Yes, this is an issue as on my 1440x900 laptop, I cannot see the buttons at the bottom of the recycler module ...
Xavier Perseguers
10:25 Bug #16862: Hide subpages will make preview impossible
I can reproduce this too. Using TYPO3 4.2.8 (and TemplaVoila!) Frederic Gaus
09:18 Bug #20846 (Closed): Synchronize RemoveXSS.php in 4.2 and 4.3
This file is used for security reasons. So it's important to have all fixes not only in 4.3 but in 4.2. For this reas... Steffen Kamper
08:18 Revision c343c8ff: [+FEATURE] Extbase (DomainObject): Added _isClone() property on abstract domain object. Relates to #4178.
Sebastian Kurfuerst

2009-08-06

23:37 Revision 77b740f6: [TASK] Extbase (ValidatorResolver): Fixed order of ConjunctionValidators. Related to #4178
[+FEATURE] Extbase (Repository): Implemented an "Update" method. this is work in progress. Related to #4178. Sebastian Kurfuerst
23:21 Revision bf0bded1: [+FEATURE] Extbase (MVC): Added support of @dontvalidate annotations. Relates to #4178.
Sebastian Kurfuerst
23:01 Revision 4d5076a2: [!!!][+FEATURE] Extbase (Settings): Custom settings now reside in plugin.tx_extensionnname.settings instead of plugin.tx_extensionname. THIS IS A BREAKING CHANGE, big impact as every Extension using settings needs to be adjusted. Resolves #4177
[!!!][+FEATURE] Extbase (Settings): Persistence settings now reside in plugin.tx_extensionnname.persistence instead o... Sebastian Kurfuerst
21:10 Bug #20844: TYPO3 Javascript object missing in alt_main.php
reason is, that backend.php defines the object TYPO3 to fill it with dynamic values, this is missing in alt_main. I w... Steffen Kamper
21:08 Bug #20844 (Closed): TYPO3 Javascript object missing in alt_main.php
When using the classic backend in alt_main.php, links under the Web module do not work. Instead, a Javascript error ... Jeff Segars
19:05 Bug #20843 (Rejected): Exporting t3x file delivers wrong data
Same issue as bug #M4068 which was closed without success. Please reactivate and merge with older bug #.
After sav...
Michael Riedel
15:21 Revision f9ef6638: [+TASK] Fluid: Fresh backport with updated FluidBackporter from Fluid package r2990
[~TASK] Fluid (ViewHelpers): FormViewHelper now extends AbstractFormViewHelper and uses PersistenceManager to render ... Bastian Waidelich
10:49 Revision d9aeaacb: Fixed Changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5768 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
10:12 Revision a6a75b53: [~BUG] Extbase (Persistence): The findByFooBar maps the property name to column name (fooBar -> foo_bar) now. Renamed method DataMapper::convertClassNameToSelectorName to DataMapper::convertClassNameToTableName(). Added Method DataMapper::convertPropertyNameToColumnName(). Resolves #4033.
[+FEATURE] Extbase (Persistence): Parameters can be passed separately to Query::statement($statement, array $paramete... Jochen Rau
08:23 Revision dcf544a0: [+BUGFIX] Extbase (Persistence): Fixed a typo in the Typo3QuerySettings. Thanks to Mathias Gisch for pointing this out! Resolves #4164.
Sebastian Kurfuerst
01:03 Task #4048 (Resolved): implement interfaces for the hooks provided by the scheduler
Applied in changeset r1054. Ingo Renner
00:40 Task #4048 (Accepted): implement interfaces for the hooks provided by the scheduler
Ingo Renner
00:39 Task #4048: implement interfaces for the hooks provided by the scheduler
Francois Suter wrote:
> I thought about that, but it's still not clear to me how such interface should be declared, ...
Ingo Renner

2009-08-05

23:59 Revision 0dbf79f2: [TASK] Extbase (Documentation): Added preliminary (and really ugly) script to render API documentation
[TASK] Extbase (Documentation): Added generated API documentation so people can have a look at them right now. I thin... Sebastian Kurfuerst
23:51 Revision 81416246: [TASK] Extbase (Persistence): Removed PreparedQuery for now, as it is not used at all.
[TASK] Extbase (Persistence): Removed work-in-progress TCEMAIN hook as it was not working reliably anyways.
[TASK] Ex...
Sebastian Kurfuerst
23:15 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.
Francois Suter wrote:
> BTW I'm still not totally happy with the icons, but I agree that they are a useful visual he...
Ingo Renner
21:59 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.
BTW I'm still not totally happy with the icons, but I agree that they are a useful visual help. They can be changed l... Francois Suter
21:44 Feature #4020 (Resolved): The scheduler backend module does not show whether - and if so, which - a task is currently running.
Ingo Renner
10:57 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.

> Well, I'd really like to stay with the bullets. However, I noticed the "red bullet problem" myself, too already. ...
Ingo Renner
10:50 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.
Francois Suter wrote:
> I'm unconvinced about this change. I agree that it is good to show if a job is currently run...
Ingo Renner
09:08 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.
I'm unconvinced about this change. I agree that it is good to show if a job is currently running, but I don't think t... Francois Suter
22:42 Revision 75987f07: [TASK] Extbase: Removed Extbase_Exception and renamed everything to use Extbase_MVC_Exception instead. This is consistent with FLOW3.
[TASK] Extbase: Removed @internal annotations and started with @api annotations. This is still work in progress. Rela... Sebastian Kurfuerst
21:25 Revision 20f99f84: [!!!][TASK] Extbase (Persistence): Renamed two QuerySettings: from "setRespectStoragePageState()" to "setRespectStoragePage()" and from "setCheckVisibilityState()" to "setRespectEnableFields()". This change is non-backwards-compatible! Please adjust your repositories accordingly.
Sebastian Kurfuerst
19:44 Feature #20838 (Closed): Modern integration of module into backend using Extbase
An Extbase dispatcher for the Backend is ready to be integrated. However current modules need to have a conf.php file... Xavier Perseguers
19:37 Feature #20837: Allow Extbase as framework for backend modules
The dispatcher to use is Tx_Extbase_BackendDispatcher, not Tx_ExtMvc_BackendDispatcher of course (correct in core list) Xavier Perseguers
19:28 Feature #20837 (Closed): Allow Extbase as framework for backend modules
An Extbase distpacher for the Backend is ready to be integrated. As this dispatcher relies on a minor update of mod.p... Xavier Perseguers
18:51 Bug #20836 (Closed): thumbs.php should disable error display
As typo3/thumbs.php and t3lib/thumbs.php directly output images to the server, they should have error reporting disab... Andreas Wolf
17:56 Revision 02c30d47: changed the extension and module icon to use the bin icon form the famfamfam silk family of icons and thus fit better with the rest of the backend
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5767 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
16:13 Bug #20828: Sorting icons are not redrawn
Oops. Please ignore v1 of the patch. v2 contains the fix only for Firefox 3.5, all other browsers still use the old c... Andreas Wolf
14:49 Bug #20718: Add 'doNotLoadInFE' => 1, to several system extensions, speeding up the frontend
committed to trunk rev 5766 Rupert Germann
14:49 Revision d7568fcd: Fixed #11475: Add 'doNotLoadInFE' => 1 (introduced with 11474), to several system extensions, speeding up the frontend
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5766 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
14:47 Bug #20835 (Closed): RemoveXSS corrupts HTML
Try RemoveXSS on this code:... Dmitry Dulepov
14:44 Feature #20717: Store separate extlist for the frontend
committed to trunk rev 5765 Rupert Germann
14:42 Revision 4fa50cbd: Fixed #11474: Performance improvement: Store separate extlist for the frontend
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5765 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
14:08 Bug #20829 (Closed): Feature: Add datepicker to date and datetime fields in TCEFORMS
This feature uses the Datepicker from ExtJS and apply it to date- and datetime fields in TCEFORMS.
Tested on major...
Steffen Kamper
13:37 Bug #20583: Select queries in caching framework should use $GLOBALS['ACCESS_TIME'] instead of time()
resolved by 11430 Rupert Germann
13:34 Bug #20745: replace while(list()...) by foreach in the TYPO3 core part 1
committed to trunk rev 5764
final patch v3a attached
Rupert Germann
13:24 Revision 9202a015: Fixed #11512: Performance improvement: replace while(list()...) by foreach in the TYPO3 core (part 1)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5764 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
13:02 Bug #20818: Add CSS-Class and Ids to fields in TCEFORMS
committed v2 to trunk, rev 5763 Steffen Kamper
13:01 Revision 8fafc2b7: Fixed bug #11627: Add CSS-Class and Ids to fields in TCEFORMS
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5763 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:31 Bug #4152: Example task hooks do not keep their value
Attached patch fixes the issue for me. Bastian Waidelich
12:30 Bug #4152 (Closed): Example task hooks do not keep their value
When you add/edit one of the example hooks and have errors in the form (eg leave Frequency empty) The custom value th... Bastian Waidelich
12:28 Bug #20758: t3ver_stage will not be resetted when t3ver_stage was >0 before
committed to trunk rev 5762 Rupert Germann
12:25 Revision 33d21516: Fixed bug #11539: t3ver_stage will not be resetted when t3ver_stage was >0 before
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5762 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
12:07 Bug #20683: Use $_SERVER['REQUEST_TIME'] instead of time() where it makes sense
committed v4 patch to trunk: rev 5761 Rupert Germann
12:05 Revision 0a3f721d: Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5761 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
10:43 Feature #4043: Have an easy recognizable "add a new event" text link when scheduled events are present too
Francois Suter wrote:

> But now that we have this link, I would remove the "Add" icon that sits in the table head...
Ingo Renner
09:10 Feature #4043: Have an easy recognizable "add a new event" text link when scheduled events are present too
Looks good.
But now that we have this link, I would remove the "Add" icon that sits in the table header. I think t...
Francois Suter
10:33 Bug #20831: typoLink() sometime wrongly drops url
test example from real template
typolink {
parameter = #userId{GPvar:view_id}
parameter.insertData = 1
ad...
Vladimir Podkovanov
10:18 Bug #20833 (Closed): Backend search does not search in translated records
In the "List" module on the bottom of each page is a search field with the title "Search String:".
The search does n...
Simon Lang
09:22 Bug #20832 (Closed): Hide/Unhide missing in Context Menu
There is no more hide/unhide option in the context menu.
(issue imported from #M11646)
Christine Rochelt

2009-08-04

23:09 Feature #4020 (Accepted): The scheduler backend module does not show whether - and if so, which - a task is currently running.
Ingo Renner
23:02 Feature #4043 (Resolved): Have an easy recognizable "add a new event" text link when scheduled events are present too
Applied in changeset r1036. Ingo Renner
21:45 Feature #4043 (Accepted): Have an easy recognizable "add a new event" text link when scheduled events are present too
Ingo Renner
22:08 Task #4126: Change the multiple execution select to a checkbox
Looks good. Thanks. Francois Suter
21:07 Task #4126 (Resolved): Change the multiple execution select to a checkbox
Applied in changeset r1035. Ingo Renner
20:12 Task #4126 (Accepted): Change the multiple execution select to a checkbox
Ingo Renner
22:07 Bug #20831 (Closed): typoLink() sometime wrongly drops url
tslib_cObj::typoLink() function drops url and left only section anchor in case (quote from source code):
// If secti...
Vladimir Podkovanov
22:04 Bug #20828: Sorting icons are not redrawn
Firefox 2.0 Linux works
Firefox 3.0 Linux works
Firefox 3.5 Linux doesn't work
Opera 9.64 Linux works
Konqueror...
Andreas Wolf
18:20 Bug #20828: Sorting icons are not redrawn
IE 8, WinXP works without a patch. Andreas Wolf
17:40 Bug #20828: Sorting icons are not redrawn
The problem occurs on these platforms:
IE 7, WinXP
Firefox 3.5.1, WinXP
Opera 9.64, WinXP
Safari 4.0.1, MacOS X...
Andreas Wolf
17:13 Bug #20828 (Closed): Sorting icons are not redrawn
When trying to sort icons in IRRE enabled records via the sort buttons, the records are sorted, but the icons are not... Andreas Wolf
18:47 Bug #20830 (Closed): filelinks are not created via typolink
As you have extensions that hook into the main render process of the typolink method, it'd be helpful if almost all l... Benni Mack
17:20 Revision 6a45ec8e: Fix spelling in ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5760 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
17:18 Revision 2da79159: Follow-up to bug #11410: Non-functional code cleanup
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5759 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
13:58 Revision 4360dc9f: reverted to r5756
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5758 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
13:56 Bug #18048: Generating extension import list takes very long
reopened due to wrong solution Ingo Renner
13:38 Bug #18048: Generating extension import list takes very long
committed Michiel's patch to 4.3 Ingo Renner
13:30 Bug #18048: Generating extension import list takes very long
The idea is nice but it will not work.
Have a look at the code, it contains a limit statement in the 2nd query. Ho...
Michael Stucki
10:32 Bug #18048: Generating extension import list takes very long
Attached file 7264.diff.
This obvious optimization reduces the number of SQL queries done by the function searchEx...
Michiel Roos
13:37 Revision a5f6927c: Fixed bug #7264: Generating extension import list takes very long (credits Michiel Roos)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5757 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
10:59 Bug #20657: cli_dispatch gives wrong path (doubled values) on Windows
Possible solution added in #20827. Jens Hirschfeld
10:57 Bug #20827 (Closed): cli_dispatch.phpsh: Checking if is relative path is case-sensitive
If the Path to the cli_dispatch.phpsh is given in lowercase it could not be resolved.
Resolving seems to be ea...
Jens Hirschfeld
10:57 Bug #20541: Problem with $GLOBALS['TSFE']->recordRegister
I agree: The debuging option added by Stefan is very helpfull indeed.
Best, Armin
(not Martin ;-)
Armin Guenther
10:03 Bug #20541: Problem with $GLOBALS['TSFE']->recordRegister
Thanks to Martin Guenther for little example script. I have added my script here to bugtracker, too.
Here I have a...
Stefan Froemken
09:46 Task #4038: Rename the event class to tx_scheduler_Task
yeah, a lot of case sensitive find & replace ;) Didn't find any errors yet either, but we should be carefull anyways. Ingo Renner
09:22 Task #4038: Rename the event class to tx_scheduler_Task
Well, that was a big beast! I didn't check every single changed line, but it seems like you have been very thorough. ... Francois Suter
09:26 Bug #4134 (Closed): Error in cron cmd calculation
The following bug was reported by Markus Friedrich in Gabriel:
---
I've found an error in the gabriel extension, ...
Francois Suter
09:23 Bug #4044: fix naming of the events database table
Fine with the change. Francois Suter
00:36 Bug #4044 (Resolved): fix naming of the events database table
Applied in changeset r1032. Ingo Renner
09:19 Task #4133 (Closed): BE module: make the scheduler object a member variable
In the BE module, a scheduler object is instantiated early on and passed as parameter to quite a few methods. It woul... Francois Suter
09:14 Task #4040: Rename the samples folder to examples
Fine with the changes. Francois Suter
09:12 Task #4132 (Closed): Clean up the CSS file
Remove unused styles from the CSS file for the BE module. In particular there are still styles related to the test ev... Francois Suter
09:01 Bug #4046: Do not use blob fields in the event table
Ingo Renner wrote:
> Whoever edits these fields should know what he's doing anyway...
Sure. Fine with the change.
Francois Suter
08:18 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
debug_check_recordset should only be called if debugging is enabled. Michiel Roos
08:17 Bug #19306: Return value of debug_check_recordset is not used
The function debug_check_recordset should only be called if debugging is enabled. Michiel Roos
02:18 Revision b28e9b4c: [BUGFIX] moved cache definition for FE to ext_localconf
Steffen Kamper
00:21 Bug #17317: Segmentation fault
Resolved, not fixable: Not a TYPO3 problem. Christian Kuhn
00:15 Bug #17589: Site error from a sysfolder with fe_users
Resolved, unable to reproduce after several month without needed additional input. Christian Kuhn

2009-08-03

23:46 Bug #20065: MYSQL Replication breaks because of lack of AUTO_INCREMENT PK in cache_pagesection
Resolved, fixed in 4.3:
CREATE TABLE cache_pagesection (
id int(11) unsigned NOT NULL auto_increment,
identi...
Christian Kuhn
23:37 Task #4038 (Resolved): Rename the event class to tx_scheduler_Task
Applied in changeset r1031. Ingo Renner
22:22 Task #4038 (Accepted): Rename the event class to tx_scheduler_Task
Ingo Renner
23:31 Bug #20826 (Closed): Login status is wrong after redirect to 404 with pageNotFound_handling
Scenario:
We have login form on every page. After successful login status is displayed instead of login form (sth li...
Tomasz Rakowski
23:12 Task #4126 (Closed): Change the multiple execution select to a checkbox
Change the multiple execution select to a checkbox Ingo Renner
22:07 Task #4040 (Resolved): Rename the samples folder to examples
Applied in changeset r1028. Ingo Renner
22:07 Bug #4046 (Resolved): Do not use blob fields in the event table
Applied in changeset r1027. Ingo Renner
20:31 Bug #4046: Do not use blob fields in the event table
Francois Suter wrote:
> I know that text fields are preferred. I was just wondering if it were appropriate here too,...
Ingo Renner
20:20 Bug #4046 (Accepted): Do not use blob fields in the event table
Ingo Renner
21:59 Bug #20824: External and internal lin11009ks get prepended with http://yourdomain.org/typo3 in Firefox 3.5.1 / typo3 4.2.6
Resolved as duplicate of #11009 Christian Kuhn
14:31 Bug #20824: External and internal lin11009ks get prepended with http://yourdomain.org/typo3 in Firefox 3.5.1 / typo3 4.2.6
You already found the right entry here.
Just read the last note for that one.
=> This is fixed in 4.2.8; make an up...
Chris topher
14:22 Bug #20824: External and internal lin11009ks get prepended with http://yourdomain.org/typo3 in Firefox 3.5.1 / typo3 4.2.6
oops, typo in subject. can someone correct that?
'lin11009ks' should read 'links' .....
Nils Clark-Bernhard
14:16 Bug #20824 (Closed): External and internal lin11009ks get prepended with http://yourdomain.org/typo3 in Firefox 3.5.1 / typo3 4.2.6
Setting or modifying links in rtehtmlarea always results in broken links, as they are prepended with http://yourdomai... Nils Clark-Bernhard
21:15 Revision 6cc71107: follow-up to #11585, renamed class t3lib_utility_client to t3lib_utility_Client
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5756 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
18:57 Feature #17247: Load Inline Elements On Demand
+1 would be a great feature! Martin Borer
18:46 Bug #20789: Field t3ver_label is to small for uids >= 100000
Committed to trunk rev 5737 Oliver Hader
18:14 Bug #20825 (Closed): Enable Frontend Preview does not work until switched
Problem:
The frontend preview does not work until switched at least once with "Enable Frontend Preview". Links usin...
Fabrizio Branca
17:11 Revision 2cd6c1a2: Fixed #11628: Frontend Editing does not work with an iframe
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5755 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
16:24 Bug #19396: RTE incorrectly modifies external links and causes problems with subdomains
I don't think this issue is related to issue #11009 which is specific to Firefox. Stanislas Rolland
14:57 Bug #19396: RTE incorrectly modifies external links and causes problems with subdomains
11009 is resolved on my installation, but this issue is still present. Also, this was filed long before 11009 even ap... Dan Osipov
14:21 Bug #19396: RTE incorrectly modifies external links and causes problems with subdomains
This issue seems to be related to http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=11009, or at least might be... Nils Clark-Bernhard
15:21 Revision dae838f4: [BUGFIX] use cache table "cache_extbase_reflection" as default for extbase, make it clearable with "clear all cache" command. Resolves #4086
Steffen Kamper
15:18 Feature #19290: Integrate hook at the end of tslib_cObj::getImgResource
I just added a patch for Typo3 Version 4.2.8.
For all who need this in 4.2 too (like me).
Stefan Geith
13:32 Feature #19290: Integrate hook at the end of tslib_cObj::getImgResource
I tested this with Typo3 4.3 R5754 with a selfmade extension, that adds rounded corners to any image: Patch works. Stefan Geith
12:52 Revision 785ba07f: [+BUGFIX] Fluid (View): Refactored TemplateView, which is now automatically backported to FLOW3
[+FEATURE] Fluid: Added Layout and Partial support. This adds <f:render>, <f:layout> and <f:section> as ViewHelpers. ... Sebastian Kurfuerst
12:42 Revision ffcfb755: [!!!] [TASK] Extbase (Persistence): Renamed Persistence_Backend->getUidByObject to getIdentifierByObject to be compatible with FLOW3 (and to ease backporting). This change is non-backwards-compatible, but it is unlikely that you use this method in custom code.
Sebastian Kurfuerst
11:34 Bug #15511: loadTCA() in t3lib_div only loads original TCA file and ignores additional TCA from t3lib_extMgm
Thanks Franz. Must have missed that one, sorry. Christian Kuhn
08:26 Bug #15511: loadTCA() in t3lib_div only loads original TCA file and ignores additional TCA from t3lib_extMgm
It has been added to the TYPO3 Core List on the 11th October 2006. You probably did not load the older issues into yo... Franz Holzinger
11:33 Bug #20586: t3lib_cache_backend_FileBackend doesn't work on Windows
Please check revision 5753 and let me know whether the problem still exists Ingo Renner
11:30 Revision 2ee5d9b4: [~BUGFIX] Configuration: Fixed storagePid detection in Configuration Manager. This fixes #4087
Bastian Waidelich
11:14 Revision 13581d54: added missing ChangeLog entry for previous commit
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5754 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
11:09 Revision d8d48ede: Updated Caching Framework to be in sync with FLOW3 revision 2953
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5753 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
10:48 Bug #20823 (Closed): Re-Login in expired session does not work when opening multiple windows
When you open two or more browser windows with the TYPO3 backend, relogin via the ExtJS form will not work in all win... Andreas Wolf
10:46 Bug #19068: Move page within workspace not showing for editors after page move
Fixed in TYPO3 4.2.3 (according to reporter). Michael Stucki
09:31 Revision ba5dd700: [TASK] Extbase (View): Added assign() and assignMultiple() to AbstractView, as it is in FLOW3
Sebastian Kurfuerst
09:30 Revision 50af2479: [~TASK] Fluid: Removed @internal annotations and added @api annotations
[~TASK] Fluid: Now, one ViewHelperNode only ever uses one instance of a ViewHelper Sebastian Kurfuerst

2009-08-02

22:38 Feature #20011: Add automatic lockdown of the Install tool
Removed private state.
Resolved as duplicate of #20638
This issue is already solved in current versions.
Christian Kuhn
22:05 Bug #25538: On Mac Os X the key combination CMD+LEFT will close the editor
This was committed by Tobias on 2009-04-15 in rev. 5334 Christian Kuhn
22:02 Bug #20197: Indexed_search and TCA..
This was committed by Francois on 2009-07-27 with revision #5367 Christian Kuhn
21:58 Bug #15511: loadTCA() in t3lib_div only loads original TCA file and ignores additional TCA from t3lib_extMgm
FYI: I was unable to find a RFC in core list and removed the "pending in core list" tag again. Christian Kuhn
21:48 Bug #19371: Code in typo3/sysext/lang/lang.php don't match with the CGL
Resolved with Resolution won't fix:
Even if a new CGL has been decided now, this single RFC won't make it to the c...
Christian Kuhn
21:44 Bug #18623: class.t3lib_exec.php prevents extension to work under PHP hardening
Set to resolved, "not fixable"
Quote from Xavier:
I agreed to *reject* this bug (with proper comment) as we'll no...
Christian Kuhn
21:39 Feature #19208: Additional Stylesheets in template.php
This patch was dropped in core list as committed #19490 solved the same problem. Christian Kuhn
21:32 Bug #18835: Configuration module fixes
This was committed by Benni on 2008-07-25 to trunk. Christian Kuhn
21:30 Feature #18887: GIFBUILDER does not support 'alternativeTempPath'
I was unable to find this thread in the core list and removed the "pending in core list" tag again. Christian Kuhn
21:21 Bug #20716: ChangeLog is quite big and could be split to multiple files
Closing this issue, because there are good arguments against doing this.
Citing Christian Kuhn:
-----------------...
Ingmar Schlecht
21:14 Bug #18562: Adding <script> Tag in pagetitle field
Committed to 4.2 by Ingmar on 2008-04-20 Christian Kuhn
21:02 Feature #20590: Writhe systemlog t3lib_div::sysLog() calls into sys_log
Resolved as dupe of #20591 Christian Kuhn
20:52 Feature #19513: Instantiate time tracker as null object if not really required
@Ingo: With "check for the BE user" you mean: "Check if the be_typo_user cookie is set"? Christian Kuhn
20:30 Feature #19513: Instantiate time tracker as null object if not really required
actually the check for the BE user should be enough. I can't remember exactly why I added a new cookie back then Ingo Renner
20:21 Feature #19513: Instantiate time tracker as null object if not really required
I'm personally fine with another cookie that will only be set if admin panel is enabled. Usual FE users won't ever ge... Christian Kuhn
18:01 Bug #20819 (Closed): Frontend Editing does not work with an iframe
As for 4.3 we want to use an iframe in a lightbox for editing the values. In the past, it was enough to submit the fo... Benni Mack
17:29 Bug #20818: Add CSS-Class and Ids to fields in TCEFORMS
i added a testextension with different kind of fields for testing Steffen Kamper
17:25 Bug #20818 (Closed): Add CSS-Class and Ids to fields in TCEFORMS
if you want to manipulate DOM with javascript you need to know what kind of field you have. This can be done with css... Steffen Kamper
16:10 Feature #20817: Extend unit tests for t3lib_matchCondition globalVar comparison
Committed to SVN Trunk (rev. 5752) Oliver Hader
15:57 Feature #20817 (Closed): Extend unit tests for t3lib_matchCondition globalVar comparison
Extend unit tests for t3lib_matchCondition globalVar comparison
(issue imported from #M11626)
Oliver Hader
16:08 Revision 29638a57: Added test #11626: Extend unit tests for t3lib_matchCondition globalVar comparison
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5752 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:00 Task #4048: implement interfaces for the hooks provided by the scheduler
I thought about that, but it's still not clear to me how such interface should be declared, which is why I didn't use... Francois Suter
11:58 Bug #4047: There's no error message when adding an event failed
You mean the class for the event? Indeed it should be checked for. Francois Suter
11:57 Bug #4046: Do not use blob fields in the event table
I know that text fields are preferred. I was just wondering if it were appropriate here too, since those fields conta... Francois Suter
11:55 Task #4045: Explain what the abbreviation "CRID" stands for
Full ack Francois Suter
11:54 Bug #4044: fix naming of the events database table
Makes sense. Francois Suter
11:53 Feature #4043: Have an easy recognizable "add a new event" text link when scheduled events are present too
Fair enough.
Actually I would quite like to get Jens do a quick usability review of the BE module, but I don't kno...
Francois Suter
11:52 Feature #4042: when adding/editing an event use tce forms instead of the homebrew table form
Well I tried and decided against it eventually. Actually what I tried to to is use the "TCA-light" introduced by Stef... Francois Suter
11:48 Task #4040: Rename the samples folder to examples
I hesitated between the two... I'm ok for renaming. Francois Suter
11:47 Feature #4039: For the task registration, try to use autoloading for the class attribute
Makes sense, since autoloading is used later in the process anyway. Francois Suter
11:46 Task #4038: Rename the event class to tx_scheduler_Task
Good point. I wasn't quite happy with "event" anyway I must say, but didn't think through any alternatives. Francois Suter
11:45 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.
Actually, that's something I wanted to do but eventually forgot ;-)
It would probably be good then to have a "Refr...
Francois Suter
11:42 Feature #4019: Make events implement a method that returns whether they ran successfully
That sounds reasonable indeed. Francois Suter
10:31 Bug #20232: wrong encoded email header (t3lib_div::encodeHeader)
Committed to SVN Trunk (rev. 5749)
Committed to TYPO3_4-2 (rev. 5750)
Committed Unit Test to SVN Trunk (rev. 5751)
Oliver Hader
10:22 Revision 80ba744f: Follow-up to bug #10769: Added unit tests for t3lib_div::encodeHeader()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5751 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:15 Revision be36f571: Fixed bug #10769: Wrong encoded email header
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5750 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:09 Revision 321ee89f: Fixed bug #10769: Wrong encoded email header
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5749 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
01:07 Revision 07ffea62: Follow-up to bug #11585: Added unit test for t3lib_matchCondition
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5748 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:58 Bug #20784: Faulty usage of t3lib_matchCondition in backend template
Committed to SVN Trunk (rev. 5747) Oliver Hader
00:56 Revision 12fb9385: Fixed bug #11585: Faulty usage of t3lib_matchCondition in backend template
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5747 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:22 Revision b46e9555: Fixed Changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5746 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
00:18 Bug #20734: Order fe_groups in select fields alphabetically
Committed to trunk rev. 5745. Christian Kuhn
00:15 Revision 71152389: Feature #11500: Order fe_groups in select fields alphabetically (Thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5745 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
00:07 Bug #19883: timout after backend login in 4.2.4
Andreas, this should be solved with T3 4.1.11, 4.2.8 and trunk and was done with #19916 .
But the error will still...
Christian Kuhn

2009-08-01

20:18 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
Committed attached v15 to trunk, rev. 5744. Christian Kuhn
20:11 Revision a4a3e2e0: Feature #6039: TCA group -> file absolute path without uploadfolder extended (Thanks to Martin Borer)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5744 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
19:12 Bug #20798: Thanx instead of Thanks in ChangeLog
Committed to trunk. Christian Kuhn
17:41 Feature #20591: Write system log t3lib_div::sysLog() calls into sys_log
@Christian: Thank you for the tip.
But the sysLog() messages are lost on most systems, because nobody configures i...
Jonas Felix
12:19 Bug #20794: TYPO3 dies without an error message when the mysql-module for php is not loaded
Michael, your solution works, but perhaps it's better to check if the mysql module is loaded. The effect is the same ... Andreas Wolf
12:17 Bug #19883: timout after backend login in 4.2.4
I also experience this problem from time to time. The only thing I noticed was that I was logged in on two installati... Andreas Wolf
11:58 Bug #20557: Notification emails are send to assigned users only, not to groups
I adjusted the patch to latest trunk and posted it to the core list. Andreas Wolf

2009-07-31

20:06 Bug #20722: Pagetree: Expand/collaps DB-Mounts buggy
The patch has one small flaw when applied with some patch tools. They don't seem to like the second line, which was a... Andreas Wolf
18:50 Bug #20722: Pagetree: Expand/collaps DB-Mounts buggy
I attached a patch for the issue. The problem was an unclosed div element with collapsed trees. This made at least Fi... Andreas Wolf
17:40 Bug #20722: Pagetree: Expand/collaps DB-Mounts buggy
This problem was introduced in revision 5342 - at least that's what a quick hunt with "git bisect" told me. I'll trac... Andreas Wolf
15:29 Bug #20722: Pagetree: Expand/collaps DB-Mounts buggy
I tried to reproduce this error:
1st. created a testuser with a group that may see/edit all pages
2nd. added 2 sm...
Nabil Saleh
18:04 Revision 97f2de19: Follow-up for bug #11410: Speed up BEgetRootLine even more by adding a real 2-level cache
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5743 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
16:55 Bug #20805 (Closed): OpenID authentication broken when dl() is not available
The PHP OpenID library relies on the function dl() being available at runtime, to load some math extensions. This wil... Andreas Wolf
16:43 Bug #20804 (Closed): Add feature minify on PAGE.includeJS
It would be very great to have a minify feature on the includeJS array item like:
page.includeJS.common = fileadmi...
Michael Klapper
15:39 Bug #16261: Special characters not correctly displayed on login-screen
RFC #20589: Login page is not translatable
fixes also this bug
Rupert Germann
15:30 Bug #20803 (Closed): Add feature condition on the includeCSS / includeJS
To keep your TypoScript setting clean and smart it would be very helpfull to add a condition feature to the:
- PAGE....
Michael Klapper
15:19 Feature #17247: Load Inline Elements On Demand
I'll try to incorporate this with the new TCEforms. Andreas Wolf
14:45 Bug #20802 (Closed): t3lib_transl8tools::translationInfo() should return also CType of the element
The l10nmgr need the CTYpe information for the XML-Structur. The reason for that is that:
- We can provide some ad...
Michael Klapper
14:19 Bug #20782: Small speed improvement in class.t3lib_tstemplate.php
Committed to trunk rev. 5742 Christian Kuhn
14:17 Revision a0192e14: Feature #11581: Small speed improvement in class.t3lib_tstemplate.php (Thanks to Dan Osipov)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5742 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
13:38 Revision 80f32a12: [+FEATURE] Fluid: Added ext_autoload.php. The core autoloader uses this file as a registry.
Jochen Rau
12:00 Bug #20801: t3lib_beFunc::viewOnClick - Exctract logic to find the right frontend domain
See "0009508: Workspace preview link - multidomain" for patch on the module "version" Michael Klapper
11:42 Bug #20801 (Closed): t3lib_beFunc::viewOnClick - Exctract logic to find the right frontend domain
The code to find the right view domain in the frontend is also required in further modules like "version" to generate... Michael Klapper
11:59 Bug #19430: Workspace preview link - multidomain
The patch "0009508_v2.patch" is the latest one wich support also the preview complete WS button.
Based on the pat...
Michael Klapper
11:57 Bug #19883: timout after backend login in 4.2.4
- Server / Client Timezone and time is perfectly in sync between Client and Server
- cookieDomain is not set
The ...
Christopher Hlubek
11:21 Bug #19883: timout after backend login in 4.2.4
Other solutions:
- Server / Client Timezone work
- cookieDomain in localconf.php wrong
Christian Kuhn
11:56 Revision c97e5311: Fixed bug #11601: Copyright-Notice is hardcoded (Thanks to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5741 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
11:23 Bug #20757: Session Timeout after BE Login IE8
Take a look to #19883 for further possible solutions. Christian Kuhn
11:10 Bug #20800 (Closed): Deletion of an extension leads to a mysql error for special cases
If an extension that would add additional tables to the database is going to be deleted but the its tables doesn't ex... Marcus Krause
10:25 Feature #20799 (Rejected): Add a RANDOM cObject
Problem:
Sometimes you would like to have a cObject selected randomly from a list of cObjects. This feature can be ...
Fabrizio Branca
10:23 Revision 3dc86386: fixed typos in ChangeLog #11605
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5740 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
10:21 Bug #15452: When moving records the translation do not move with it
0002314_v2.patch should resolve the problems...
0002314.patch had issues since the placeholder-records for moved ...
Tolleiv Nietsch
10:03 Revision f693ceb1: [!!!][+FEATURE] Extbase (Persistence): Improved handling of PID columns. There are now only three concepts explaining the mapping of records to pages. 1) For FETCHING objects, a configurable list of pages is used. This list is configurable inside the FE plugin options (startingpoint). If that is empty, fall back to "General record storage page" of the current page. If empty, fall back to the storage PIDs of the website. (getStorageSiterootPids). 2) PIDs of UPDATED objects are never changed by the system. Of course, you can include a "pid" property inside your domain model and thus change the PID explicitely. 3) The PID of INSERTED objects is determined by a TypoScript setting: [extensionConfiguration].classes.MODEL_CLASSNAME.newRecordStoragePid. If this setting is empty, the first entry of the PID list used for fetching objects is used. NOTE: It is the user's responsibility that all _added_ records are fetchable as well. THIS CHANGE BREAKS BACKWARDS COMPATIBILITY: If no storage PID is explicitely defined, the method "getStorageSiterootPids" is used. (Before, it used the current page.)
Sebastian Kurfuerst
09:58 Bug #20541: Problem with $GLOBALS['TSFE']->recordRegister
I confirm the bug and the fix by Stefan Froemken. I think this is a severe bug.
Tried to build a hierarchical stru...
Armin Guenther
09:55 Bug #20661: [Feature] Add class for render HTML header/footer for BE and FE
new improved and long time tested version v2. Anigif is for typo3/gfx and is used by Apploader (example: http://dev.s... Steffen Kamper
09:52 Bug #17569: No notification mails will be sent on using user groups
If the patch is already applied ?
It's quite strange to see not applied patch 2 years old.
Administrator Admin
09:39 Revision 37ae8cbd: [~TASK] Extbase (Dispatcher): Small whitespace and doc comment changes
Sebastian Kurfuerst
00:49 Revision e23e9bf5: [BUGFIX] Extbase (Persistence): TYPO3DbBackend->addEnableFieldsStatement is now Backend aware (patch provided by Xavier). Resolves #4081.
Jochen Rau
00:36 Revision 572981e7: [TASK] Extbase: Revised and cleaned up autoloader. Autoloader is now registered inside the Dispatcher (at construction time). The autoloader of Extbase is only invoked for extension classes. The core autoloader takes care of the Extbase and Fluid classes (auto-generated ext_autoload.php file). Medium performance improvement.
[~TASK] Extbase (Utility): Improved the conversion CamelCase to under_scored. Implemented Ulility methods. Small perf... Jochen Rau

2009-07-30

22:52 Bug #20798 (Closed): Thanx instead of Thanks in ChangeLog
Since about 1 year, the term "Thanks" is sometimes wrongly written "Thanx" in ChangeLog. As this happened a few times... Xavier Perseguers
21:43 Bug #19396: RTE incorrectly modifies external links and causes problems with subdomains
Version 2 of the patch sets the new setting to 1 by default (thereby fixing the issue) Dan Osipov
15:49 Bug #19396: RTE incorrectly modifies external links and causes problems with subdomains
Attached patch adds a setting RTE.default.proc.preserveExternalURLs, which if set to 1 fixes this issue. If someone n... Dan Osipov
20:36 Revision a269cd0c: Cleanup: Fixed ChangeLog and moved information concerning database updates to NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5739 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:08 Revision 1e2d1dd2: fixed bug 11602: Reset filter above the page-tree is not translatable (Thanx to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5738 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
20:02 Revision 50ec9529: !!! fixed bug #11593: Field t3ver_label is to small for uids >= 100000 (thanks to Fabrizio Branca)
Attention: DB update required
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5737 709f56b5-9817-0410-a4d7-c38d...
Rupert Germann
18:45 Revision c0e5c9f7: Fixed bug #11603: BE-Log: "Changes in fields" and "Show history" are not translatable (Thanx to Christopher Stelmaszyk)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5736 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:41 Bug #20792: typolink.parameter gets confused by blank in filename
I would rather consider this a workaround.
There may be countless situations where a filename with a blank exists (u...
Markus Plutka
11:30 Bug #20792: typolink.parameter gets confused by blank in filename
So the real problem is that you have to upload hugh amounts of files and that you cannot conveniently do that in TYPO... Chris topher
10:51 Bug #20792: typolink.parameter gets confused by blank in filename
Files uploaded via FTP, which isn't uncommon, won't be renamed.
We're building some kind of DMS with rather big fi...
Markus Plutka
11:35 Revision 098f251b: [BUGFIX] Extbase (Domain): Fixed typo in FrontendUserGroupRepository.
Jochen Rau
10:36 Bug #3966 (Resolved): Codecompletion: IMAGE.titleText is missing in suggestion list
thanks for your help daniela! Stephan Petzl

2009-07-29

23:40 Revision e7f36e1e: [FEATURE] Extbase (Persistence): Comma separated lists are now fully supported to store relations - although this way is deprecated. Use foreign keys instead.
[BUGFIX] Extbase (Persistence): Related objects are now deleted if they were detached from the parent object (e.g. $b... Jochen Rau
20:24 Bug #20794 (Closed): TYPO3 dies without an error message when the mysql-module for php is not loaded
t3lib_db::sql_pconnect causes a "Fatal error: Call to undefined function mysql_pconnect() in /data/home/michaelk/TYPO... Michael Knabe
19:37 Bug #20792: typolink.parameter gets confused by blank in filename
How do you get filenames with blanks in it?
If you upload a file with a blank in the name with the filelist-module...
Chris topher
17:29 Bug #20792 (Rejected): typolink.parameter gets confused by blank in filename
If a filename containing a blank is set as parameter for core's typolink function, the filename gets split and the se... Markus Plutka
19:00 Bug #20793 (Closed): noTrimWrap = | || won't work inside a menu
TYPO3 seems to recognize this pattern as an optionSplit inside a HMENU...
10 = HMENU
10 {
1 = TMENU
1...
Christian Zenker
18:47 Revision c56b4490: [~TASK] Extbase (Configuration): Removed some method signature for getSettings which were not used.
Sebastian Kurfuerst
18:08 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.
famfamfam's silk icon set also offers bullet_red, bullet_orange / bullet_yellow, and bullet_green icons, though they ... Ingo Renner
18:04 Feature #4020: The scheduler backend module does not show whether - and if so, which - a task is currently running.
just found out by now that it does show that jobs are scheduled by printing the next execution time in red.
to cla...
Ingo Renner
17:28 Bug #19557: db can't create sys_refindex table
I think this is a duplicate of #20386. Fixed long time ago. Otherwise, please reopen. Michael Stucki
15:38 Bug #20791: getting this error message with a new install
Your memory-limit is set too low.
You can change it in php.ini or maybe in the install-tool.
You will easily be a...
Chris topher
06:01 Bug #20791 (Closed): getting this error message with a new install
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 24375 bytes) in /home/hongifiz/public_... mike
15:00 Bug #20329: cache_hash fills up with huge amounts of MENUDATA
Sorry for not responding, but notification mails didn't work for the last months.
No, I also don't use cal.
Steffen Gebert
13:45 Bug #20329: cache_hash fills up with huge amounts of MENUDATA
this is, btw, a duplicate to #17187
Clemens Riccabona
13:40 Bug #20329: cache_hash fills up with huge amounts of MENUDATA
I can confirm this, again and again and again, now on typo3 4.2.8, with a 2-level TMENU_LAYERS.
OS: openSuSE 11.0, P...
Clemens Riccabona
14:43 Bug #4047: There's no error message when adding an event failed
the reason was that the class could not be found and thus a fatal error occured, that might be require some check Ingo Renner
12:09 Bug #4047 (Closed): There's no error message when adding an event failed
this happens for example when playing with the scheduler while an own event is not fully implemented yet Ingo Renner
13:50 Task #4048: implement interfaces for the hooks provided by the scheduler
Additionally this should be used to reduce the number of hooks needed to be registered when adding new fields from 3 ... Ingo Renner
12:29 Task #4048 (Closed): implement interfaces for the hooks provided by the scheduler
currently the hooks the scheduler provides are very lazy in terms of implementation. To enforce restrictions, interfa... Ingo Renner
12:07 Bug #4046 (Closed): Do not use blob fields in the event table
Instead of using blob fields it should be good enough to use simple text fields. Thus you can quickly see wahts going... Ingo Renner
12:05 Task #4045 (Closed): Explain what the abbreviation "CRID" stands for
document that or do not use the abbreviation
nough said :)
Ingo Renner
12:04 Task #4038: Rename the event class to tx_scheduler_Task
Alternatively it could be named tx_scheduler_Job according to cron _job_ Ingo Renner
11:26 Task #4038 (Closed): Rename the event class to tx_scheduler_Task
when thinking about it, an event is a point in time when something happens. However what the scheduler does is, execu... Ingo Renner
12:03 Bug #4044 (Closed): fix naming of the events database table
Currently the database table zo store events is called tx_scheduler. However this is the same as the "namespace" for ... Ingo Renner
11:56 Feature #4043 (Closed): Have an easy recognizable "add a new event" text link when scheduled events are present too
when listing exiting tasks, there's no text link to add events like when there's no event scheduled yet. The text lin... Ingo Renner
11:46 Feature #4042 (Closed): when adding/editing an event use tce forms instead of the homebrew table form
When adding/editing an event use tce forms instead of the homebrew table form.
Don't know if that's possible at al...
Ingo Renner
11:39 Task #4040 (Closed): Rename the samples folder to examples
Rename the samples folder to examples Ingo Renner
11:29 Feature #4039 (Closed): For the task registration, try to use autoloading for the class attribute
Instead of providing a full path to a class in the task registration it should be enough to provide just the class na... Ingo Renner
04:31 Feature #20790: Improved Usability for PAGE module moving the "Create new record" button at the end of a page Column
How much should be offered as Sponsor Money to someone willing to write an alternative PAGE module UI so it has the s... Carlos Chiari
04:27 Feature #20790 (Closed): Improved Usability for PAGE module moving the "Create new record" button at the end of a page Column
The PAGE column is a great tool for content editing and creating new content.
But the buttons/icons are very smal...
Carlos Chiari

2009-07-28

17:09 Bug #18680: Update of Languages in Translation Handling -> Failure in Error Handling
Please try the attached patch which solves various issues:
- During update, it is not checked whether or not the dir...
Michael Stucki
15:58 Bug #20789 (Closed): Field t3ver_label is to small for uids >= 100000
Problem:
When having a TYPO3 installation with uids > 100000, those records can't be moved in a workspace because a...
Fabrizio Branca
15:29 Feature #4020 (Closed): The scheduler backend module does not show whether - and if so, which - a task is currently running.
It'd be nice to see in the list of events which of the tasks is currently running. To achieve this it might be needed... Ingo Renner
15:25 Feature #4019 (Closed): Make events implement a method that returns whether they ran successfully
The scheduler currently logs to the Admin Tools->Log module when it strats execution of an event. However, it does no... Ingo Renner
10:24 Bug #20495: function getByTag() in new caching framework runs out of memory
Reminder! Michiel Roos
10:17 Feature #20591: Write system log t3lib_div::sysLog() calls into sys_log
One can write into syslog using the BE_USER object:
http://typo3.org/documentation/document-library/core-documenta...
Christian Weiske
09:48 Bug #20788: Login errors wil not be displayed per default
TYPO3-Version: TYPO3 4.3.0alpha3 TomJanke no-lastname-given
09:47 Bug #20788 (Closed): Login errors wil not be displayed per default
After a fresh activiation of loginbox (felogin 1.1.0 System) login errors will not be displayed.
I use the default t...
TomJanke no-lastname-given
04:38 Bug #20022: old/classic BE --> top.rawurlencodeAndRemoveSiteUrl is not a function
Thanks for the solution. It fixes my 4.2.8 with old backend Lars Mathwig

2009-07-27

21:13 Bug #19988: Rich text editor is not loading
The problem is solved after a 10th timeinstalling the thing.
Apparently i messed up with the chmod and chgrp comman...
Administrator Admin
18:33 Bug #20787 (Closed): URLs in search results are not speaking URLs
The workaround (Note: 0004190 + 0004191) provided by Rober Destigter in issue 1868 is still needed to convert resultl... Andy Meier
17:27 Bug #20786: PHP-5.3 Warnings concerning missing timezone settings
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use ... Michiel Roos
17:24 Bug #20786 (Closed): PHP-5.3 Warnings concerning missing timezone settings
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use ... Michiel Roos
16:17 Bug #20785 (Closed): Potential SQL injection in class.t3lib_tsfebeuserauth.php
t3lib/class.t3lib_tsfebeuserauth.php contains a potential security problem, leading to a SQL injection possibility:
...
Christian Weiske
14:36 Revision 50809b2a: Cleanup: Updated t3lib/core_autoload.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5735 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:30 Bug #20784 (Closed): Faulty usage of t3lib_matchCondition in backend template
The backend base template (typo3/template.php) creates an instance of t3lib_matchCondition to determine browser infor... Oliver Hader
13:29 Feature #17247: Load Inline Elements On Demand
Hi Harald,
would you like to make a patch to the core with such feature, maybe to add config key (appearance.ajaxLoa...
Vladimir Podkovanov
10:08 Bug #20783: Deleted languages are selectable for contentelements
1. I use the List-Modul to add some languages into the top worldbubble.
2. I use the List-Modul to add an Alternativ...
Gregor Sievert
09:39 Bug #20783: Deleted languages are selectable for contentelements
Hey Gregor,
I'm still not sure if this is an error. Would you please describe exact steps on how to reproduce? Whi...
Christian Kuhn
09:30 Bug #20783: Deleted languages are selectable for contentelements
But in the case I descripted only languages with a page overlay are displayed. After I delete the page overlay by han... Gregor Sievert
09:25 Bug #20783: Deleted languages are selectable for contentelements
The language drop-down in the content element always shows all languages enabled for a site.
No matter if a page ove...
Christian Kuhn
09:06 Bug #20783 (Closed): Deleted languages are selectable for contentelements
When I addlanguage to a page and than delete it, I still can choose the deleted language for my contentelement.
...
Gregor Sievert
09:56 Bug #20728: IE8 MD5 superchallenge produce wrong MD5 value
I've got the solution...
The JavaScript from kb_md5fepw is incorrectly.
WRON Function:
function superchalle...
Torsten Peters
07:23 Bug #19883: timout after backend login in 4.2.4
Maybe this issue is related to this one: http://bugs.typo3.org/view.php?id=11538 Michael Raberger
00:31 Bug #19883: timout after backend login in 4.2.4
Do you run several typo3 installations under one domain with subpathes?
eg.
foo.com/install1/typo3/
foo.com/ins...
Christian Kuhn

2009-07-25

20:40 Bug #19988: Rich text editor is not loading
Patched it manually
Doesn't support spaces in filenames now, otherwise it works!
thanks!!!
Stefan
16:42 Bug #19988: Rich text editor is not loading
I am having the same problem:
MacOS Lepoard.
Using:
Firefox 3.0.12
Opera 9.64 (doesn't load anything)
Safari ...
Administrator Admin
11:07 Bug #20757: Session Timeout after BE Login IE8
I don't know if this is connected, but I have session timeout problems in IE8 (IE7 too). For me it works perfectly fo... Søren Andersen

2009-07-24

19:26 Bug #20782: Small speed improvement in class.t3lib_tstemplate.php
Patch pending in the core list Dan Osipov
19:21 Bug #20782 (Closed): Small speed improvement in class.t3lib_tstemplate.php
In function splitConfArray, the passed array is transversed twice, once to pickout all elements that are arrays, and ... Dan Osipov
18:15 Bug #20781 (Closed): URL link in translated version of a News does not work
When creating a News item on a page and select "Link external URL" as the type, the External URL in the translated ve... Stephan meloche
15:33 Bug #20780 (Closed): There's no feature to throw an HTTP 403 error when a page is not accessible by a user
We're having to show our users a 404 error because pageNotAccessible_handling only allows us to do so. We'd like to g... JB
01:23 Revision a8b49144: [!!!] [~TASK] BlogExample (Domain): The directory structure of the Domain has changed accordting to changes in FLOW3. The Domain folder holds now different folders for the Model, the Repository, and-if needed-the Validator, and Service. Please Change your folder structure AND your class names!
[!!!] [~TASK] Extbase (Domain): The directory structure of the Domain has changed accordting to changes in FLOW3 (see... Jochen Rau

2009-07-23

23:27 Revision 0f86076b: Fixed bug: System extension feedit misspelled
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5734 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:42 Revision bd70c768: Fixed bug #11296: Login-Page: function makeCopyrightNotice() uses hardcoded text
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5733 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
17:56 Bug #19114: sys_language_mode content_fallback with a defined fallback chain does not output expected fallback content
I tried the second patch. It's just great. Johannes Schlatow
15:38 Bug #3966 (Closed): Codecompletion: IMAGE.titleText is missing in suggestion list
The IMAGE-Object has a 'titleText' Property, but it is missing at the moment.
Please add it to the code completion s...
Daniela Waranie
14:58 Bug #20779 (Closed): t3lib_formmail floods syslog with "Possible abuse of t3lib_formmail..." messages
Problem:
Whenever a form is submitted the t3lib_formmail::start() scans for 10 attachments and writes a syslog entr...
Fabrizio Branca
13:51 Feature #20778 (Closed): Colorpicker has no usable icon
If you define a colorpicker for a BE-Field in TCA, and the value of the field is not set to a valid color-value, then... Stefan Geith
10:29 Bug #19883: timout after backend login in 4.2.4
Sorry, clearing just the cookies is not enough. This problem (or a similar problem) occurs even on new installations ... Christopher Hlubek
09:58 Feature #17874: Add suggest-like feature to TCEforms
Uploaded a new version 8 of the patch, with these new features: Custom ordering of records, configurable maximum numb... Andreas Wolf
09:45 Feature #20777 (Closed): tslib_pibase - function pi_loadLL - _LOCAL_LANG Keys like listView.more should also be possible in Typoscript
A lot of extensions works with points in their locallang.xml files like listView.more.
At the moment its not possi...
Sonja Schubert

2009-07-22

11:08 Bug #20776: Missing css for grouping grid collapse/expand (ExtJS)
committed to trunk, rev 5731 Steffen Kamper
10:39 Bug #20776 (Closed): Missing css for grouping grid collapse/expand (ExtJS)
in xtheme-t3skin the expand/collapse isn't visible. The icon changed to sprite but misses background position.
(i...
Steffen Kamper
10:54 Revision 8991e2b4: corrected white spaces
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5732 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
10:54 Revision 2e96f781: [+FEATURE] Extbase (Persistence): Implemented support for mm_opposite_field now. Still needs some testing in the wild. Relates to #3947.
Jochen Rau
10:50 Revision 824d6f20: Fixed bug #11566: Missing css for grouping grid collapse/expand (ExtJS)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5731 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
01:42 Bug #19988: Rich text editor is not loading
It worked for a while, but now I got the link problem (linking doesn't work in RTE 'cause firefox inserts another htt... Stefan
00:06 Revision 8f5f093d: [TASK] Extbase: Added some comments
[TASK] Extbase: Added unit test class for the TYPO3DbBackend (empty by now) Jochen Rau

2009-07-21

22:17 Revision fdcc85c2: [+FEATURE] Fluid (ViewHelpers): Implemented automatic error handling for forms. Relates to #3861
Sebastian Kurfuerst
22:14 Revision a1ac1b5d: [+FEATURE] Extbase (MVC): Added automatic form highlighting if there is an error. Fixes #3861.
[+TASK] Extbase (Property): Updated Property Mapper to latest FLOW3 version.
[+BUGFIX] Extbase (Persistence): Fixed c...
Sebastian Kurfuerst
21:12 Revision a9b6f5a3: [+BUGFIX] Extbase (Utility): Fixed a really severe caching issue. The TS conditions were wrong - mixed up = and :. I'm really happy I've found this :-)
Sebastian Kurfuerst
20:54 Feature #17299: Enable/integrate conditions in Page TSconfig
Attached a "work-in-progress" version as v13 - it's not finished...
Split up matchCondition to a backend and front...
Oliver Hader
17:47 Revision b9e1f934: [~CONF] Extbase (Configuration): The configuration is now stored in ext_typoscript_setup.txt. The TS path is now "config.tx_extbase.". You don't need to include a static template anymore. But clear your caches, please.
Jochen Rau
17:06 Revision c2e50161: minor improvement to phpDoc
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5730 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
14:48 Revision a7fddc8c: [+TASK] Extbase: Added Extbase Settings Configuration/Settings/setup.txt (defines table to object mapping); please include the static template (only a preliminary solution)
[-TASK] Extbase: Removed Typo3Query files (follow up) Jochen Rau
14:44 Revision 91ec3447: [!!! +FEATURE] Extbase (DataMapper, DataMap): Extbase resolves the table name for a given class name. Extbase searches for configured mappings by crawling thorough the extended classes. As default, it takes the class name in lower case as table name. The configuration of the mapping can be found in EXT:extbase/Configuration/Settings/setup.txt. The place for the settings (plugin.tx_extbase) is only a preliminary solution. PLEASE INSERT THE STATIC TEMPLATE!
[~CONF] Extbase: Changed the initialization of the Plugin and Extbase Settings; These are now initialized in the Disp... Jochen Rau
12:25 Bug #20233: RTE doesn't know what to do with <media> tag and encodes the braces of tag
Excellent! Worked out for me! Thank you very much Juris. Daniel Sasjadvolk
10:53 Feature #20774 (Closed): Change Hardcoded MD5 Password Encryption in User/Setup
Currently it is only possible to change your BE-Password via User->Setup to an md5 hash.
For saltedpasswords integra...
Steffen Ritter

2009-07-20

23:42 Bug #20232: wrong encoded email header (t3lib_div::encodeHeader)
added Version 2 of the patch which uses the existing str_replace. Ivan Dharma Kartolo
22:47 Bug #20773 (Closed): Main module does not load different navFrames in submodules.
This bug was introduced by #19202 to current trunk (rev. 5729):
Changing submodules doesn't always reload the navF...
Christian Kuhn
18:13 Bug #19112: unlink of non existing lockfiles generates warnings in frontend
I just deleted every image in the typo3temp folder and the warning occured. Tobias Eichelberger
18:05 Revision 1f0beacd: Fixed bug: #11006: Tooltip for page path in Page/List module is missing (thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5729 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:49 Feature #20565: Add an opacity option to the GIFBUILDER BOX object
committed to trunk Ingo Renner
17:49 Revision 721dc80a: Added feature #11264: Add an opacity option to the GIFBUILDER BOX object
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5728 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
14:40 Bug #20231: Small rendering/css bug on FE with Text with image
I tested now on FF 3.5., IE8, Opera 9.64, all on a win XP, all within a TYPO3 4.2.6:
For me the patch works fine. ;)
Clemens Riccabona
13:37 Feature #20741: Move automatic session data garbage collection to separate method
Committed to SVN Trunk (rev. 5727) Oliver Hader
13:36 Revision 53b0c8d2: Added feature #11509: Move automatic session data garbage collection to separate method
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5727 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:33 Bug #20772 (Closed): pageNotFound_handling returns 301 instead of 404
Similar to bug described in http://bugs.typo3.org/view.php?id=3532
In a previous project within 4.2.6 the client get...
Janneke Janssen
08:37 Feature #20767: wrong getData behaviour with field parameter
I said nothing about only database fields. I can create my local cObject, ->start it with custom data array (e.g. wit... Myroslav Holyak
07:21 Bug #20770: [t3lib_div::getURL][curl] CURLOPT_HTTPAUTH missing
The general idea is nice. However, username and password being hardcoded isn't handy at all and this patch won't make... Marcus Krause
00:00 Feature #20771 (Closed): Extension Manager only removes directory where extension is installed
Installing an extension changes:
- directory + files of actual extension (these are removed)
- upload directory
- ...
Jigal van Hemert

2009-07-19

22:55 Bug #20770 (Closed): [t3lib_div::getURL][curl] CURLOPT_HTTPAUTH missing
When using a basic authentication (Apache) on site curl won't get the content because of missing CURLOPT_HTTPAUTH/CUR... Amar Bouchibane
20:02 Feature #20767: wrong getData behaviour with field parameter
Can you please give an example how you use it?
How do you get nested database fields?
Oliver Hader
19:56 Bug #20232: wrong encoded email header (t3lib_div::encodeHeader)
Thanks for your patch!
You could just use '=3F' for the question mark instead of the sprinftf() thingy.
Would you l...
Oliver Hader
15:30 Bug #20232: wrong encoded email header (t3lib_div::encodeHeader)
new patch files added.
10769-trunk.diff is made against the trunk of TYPO3 4.x.
10769.diff is made against the bran...
Ivan Dharma Kartolo
15:59 Bug #20568: Use PHP5 version of function microtime()
Committed to SVN Trunk (rev. 5726) Oliver Hader
15:58 Revision 80749ce7: Fixed bug #11267: Use PHP5 version of function microtime()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5726 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:36 Bug #17876: Sorting of child records is inverted on moving parent record to different page
Committed to SVN:
* TYPO3_4-2 (rev. 5724)
* Trunk (rev. 5725)
Oliver Hader
15:36 Revision 6381d4b7: Fixed bug #6875: IRRE - Sorting of child records is inverted on moving parent record to different page
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5725 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:35 Revision 66051b0b: Fixed bug #6875: IRRE - Sorting of child records is inverted on moving parent record to different page
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5724 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:46 Bug #19112: unlink of non existing lockfiles generates warnings in frontend
Playing arround with APC and memcached I also get such errors. I did a wget -m several times over the website. After ... Thomas Schröder
13:18 Revision 888c8422: [+BUGFIX][~API]: Extbase (Utility): Fixed caching issue by providing two methods to register a plugin now: Tx_Extbase_Utility_Plugin::configureDispatcher() invoked in ext_localconf.php and Tx_Extbase_Utility_Plugin::registerPlugin() invoked in ext_tables.php. Thanks to Xavier Persegures who provided the patch.
Jochen Rau
12:05 Revision c5ddbc6f: [+BUGFIX] Extbase (Configuration): Tx_Extbase_Configuration_Manager is not t3lib_Singleton anymore, as it needs to be Plugin-local. This fixes a strange problem experienced by Steffen Kamper.
Sebastian Kurfuerst
11:48 Bug #20526: You can't use the left-Menu in Windows/Safari3
Resolved, no change required. Christian Kuhn
08:35 Bug #20526: You can't use the left-Menu in Windows/Safari3
Great thanks :)
this solved the problem ...
you can close this ticket ...
Simon Schick
11:16 Revision 6adce26d: [+BUGFIX][~API] Extbase (Persistence): Cleaned up implementation of TYPO3-specific query options, like PID checking or enableFields. CHANGES API! $this->createQuery(FALSE) is not available anymore inside the repository. Instead, create the query and call $query->useStoragePage(FALSE)->... instead. Related to #3698. Related to #3912.
Sebastian Kurfuerst
11:02 Bug #20379: Generate Random Key still does not work
AFAIK, this should work now. Marcus Krause
02:42 Bug #20038: AJAX relogin does not work
60 is too small and even unrealistic. There is also the warning time before the login appears. Small values are only ... Steffen Kamper
01:49 Bug #19649: importing translation by l10nmgr takes too long in t3lib_TCEmain::process_datamap()
you might want to have a look at the v4-branch of the l10nmgr on http://forge.typo3.org/projects/show/extension-l10nmgr Tolleiv Nietsch

2009-07-18

23:40 Bug #20031: tree of pages doesnt work when BE main dir/symlink is changed
I confirm it works! Files t3ib/config_default.php in versions 4.2.5 and 4.2.6 are the same. It should work also in ve... Tomasz Krawczyk
22:21 Bug #20038: AJAX relogin does not work
You are right. On a fresh trunk site it works for me, too. phpmyadmin (latest TER version) breaks the feature.
Onl...
Thomas Schröder
13:10 Bug #20038: AJAX relogin does not work
I tried again with a fresh trunk site, no extensions installed. All work fine!
So i consider that it doesn't work ...
Steffen Kamper
21:35 Bug #19461: translation do not follow parent when cut'n'paste
also related to: http://bugs.typo3.org/view.php?id=2314 (which just got a patch) .... I don't see how Deleting and Co... Tolleiv Nietsch
20:23 Bug #18013: Image compositing with JPGs results in dithered output
I think this is related to bug id #14537 and still actual in 4.2.8. Felix Buenemann
20:16 Bug #18013: Image compositing with JPGs results in dithered output
I can confirm this, GIFBUILDER only outputs truecolor png when above settings are made. Maybe setting [FE][png_to_gif... Felix Buenemann
12:56 Bug #20769: missing quotes in loginrefresh.js after #20398
fixed in trunk, rev 5723 Steffen Kamper
12:56 Revision cbb7ed39: Fixed bug #11556: missing quotes in loginrefresh.js
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5723 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:15 Bug #19568: Fatal error on the function readLLXMLfile of the class t3lib_div
I could not reproduce the error with PHP 5.2.4 (ubuntu) and latest trunk.
Even if I force $local_xmlContent to be an...
Rupert Germann
11:20 Bug #15948: Installation blocks complete BE
cannot reproduce on current TYPO3 version.
I installed latest tt_products from TER, the dependencies to div, table a...
Rupert Germann

2009-07-17

23:15 Bug #20038: AJAX relogin does not work
I don't have that problem to begin with. Do you have complicated passwords?
We don't touch cookies for the relogin. ...
Christoph Koehler
22:57 Bug #20769 (Closed): missing quotes in loginrefresh.js after #20398
Just some missing quotes, causing relogin to error out. See attached patch. Brainless fix.
(issue imported from #...
Christoph Koehler
20:33 Bug #20768 (Closed): Integrate EXT:gabriel as scheduler system extension
Integrate the gabriel extension as a system extension, under the name "scheduler".
(issue imported from #M11555)
Francois Suter
20:08 Feature #18610: $back_path is not passed to t3lib_BEfunc::editOnClick from t3lib_positionmap
Reporter says he cannot reproduce this issue anymore. Marcus Krause
14:15 Feature #18610: $back_path is not passed to t3lib_BEfunc::editOnClick from t3lib_positionmap
yeah, sounds good :p Rens Admiraal
12:34 Feature #18610: $back_path is not passed to t3lib_BEfunc::editOnClick from t3lib_positionmap
Nice, but it was you who created it! ;-)
So do you want me to close this one?
Marcus Krause
16:59 Bug #20588: wrong save button link in rte fullscreen view
committed to trunk rev 5577 Rupert Germann
16:59 Bug #20587: wrong save&view button link in rte fullscreen view
committed to trunk rev 5577 Rupert Germann
16:44 Feature #20767 (Closed): wrong getData behaviour with field parameter
Why we return only $this->data[$field] while GPVar and TSFE can have nested arrays and objects? I propose to correct ... Myroslav Holyak
16:36 Bug #20766 (Closed): t3lib_pageSelect.enableFields() does not take parent groups into account
Modifying EXT:cb_indexedsearch_autocomplete (which uses t3lib_pageSelect.enableFields() to filter search results take... Klaus Netcreators)
16:32 Feature #3938 (Rejected): Use t3lib_syslock instead of serialzed_executions
Check if it's possible to use the built-in TYPO3 lock mechanism instead of keeping a serialized list of executions in... Francois Suter
16:25 Feature #19513: Instantiate time tracker as null object if not really required
The patch has also non–functional changes (like added "public" definitions) that should be left out. In addition it s... Dmitry Dulepov
16:13 Bug #20765 (Closed): Fix to HTMLparser_tags
Fix it so the fixAttrib.[attribute].list when used with 'class' handles multiple classes correctly.
Example, its n...
tyler kraft
16:11 Bug #20503: Redirect at login tp page does not work on 4.3.0 alpha3
Hello Oliver,
i can not confirm the "one-time-workaround" described by Bernd Gaspers within the ticket 0011396 (redi...
TomJanke no-lastname-given
16:05 Bug #20503: Redirect at login tp page does not work on 4.3.0 alpha3
Hello Oliver,
i am using the loginbox actually as regular content element on a dedicated page.
TomJanke no-lastname-given
15:34 Feature #20733: missing feature: database compare in install tool can require a huge amount of clicks
committed to trunk rev: 5703 Rupert Germann
15:30 Bug #20745: replace while(list()...) by foreach in the TYPO3 core part 1
added v2 which fixes a bug in tslib_content function SEARCHRESULT() Rupert Germann
15:28 Bug #20755: Frontend rendering is slowed down by timetracking
the benchmark results of both patches are virtually the same.
calling empty methods seems to be as expensive as proc...
Rupert Germann
13:38 Bug #19964: Files in linkpopup should have sorting by ABC
While we are at it:
Another option to first sort by filename extension and afterwards by filename would be appreciated.
Steffen Müller
13:37 Bug #19964: Files in linkpopup should have sorting by ABC
In your screenshot sorting is following ASCII order, with uppercase characters leading lowercase ones.
This is what...
Steffen Müller
12:04 Bug #19964: Files in linkpopup should have sorting by ABC
The Backend language isset to German, but the problem occurs also with BE language set to English.
The filenames are...
Sonja Schubert
13:20 Feature #20011: Add automatic lockdown of the Install tool
I guess this issue could be closed, right? Marcus Krause
12:56 Bug #20614: Remove checkbox for review - there are no reviews
That last quote just proves what I wrote previously. A complete removal of the checkbox is not desired.
-> Therefore...
Marcus Krause
12:49 Feature #20750: Enhance t3lib_div::xml2array to handle multible tags with the same name and no index attribute
At least write in the header for the t3lib_div::xml2array() function, that it ONLY works with ONE LEVEL of tags. That... Peter Klein
12:32 Feature #18172: Transfer cookies via SSL only whenever possible
I'm looking forward to this patch. ;-) Marcus Krause
00:16 Feature #18172: Transfer cookies via SSL only whenever possible
Hi Benni,
yes, I'm going to work on a solution for this tomorrow...
Oliver Hader
08:13 Bug #20763: $GLOBALS['TSFE']->additionalCSS produce invalid CSS
Forgot to write that its only the css validator that produces an error, not the html one.
http://jigsaw.w3.org/css...
erik dahlin

2009-07-16

23:57 Bug #17876: Sorting of child records is inverted on moving parent record to different page
The v3-patch is just educational how to use v2 without an if-block... ;-)
However, I prefer the array_reverse() patc...
Oliver Hader
18:36 Bug #17876: Sorting of child records is inverted on moving parent record to different page
sent to corelist. sorry for being late but bugtracker seemed to have a problem in sending mails so I haven't been inf... Nabil Saleh
22:56 Bug #19625: Popup-functionality for Pages using target field
committed to trunk, rev 5722 Steffen Kamper
22:55 Revision b2fb9125: Added feature #9808: Popup-functionality for Pages using target field
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5722 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
21:22 Bug #20762: improvement: select/deselect all checkbox in db compare tool and extension manager for each type of modification
Committed to trunk rev 5721 Christian Kuhn
11:34 Bug #20762: improvement: select/deselect all checkbox in db compare tool and extension manager for each type of modification
This is meant to be public. And I'd like to add a dependency to #0011499 - But I'm not able to edit my own bug report.. Bastian Waidelich
11:28 Bug #20762 (Closed): improvement: select/deselect all checkbox in db compare tool and extension manager for each type of modification
Problem:
With the integration of #20733 the feature has been added to select/deselect all checkboxes in the install ...
Bastian Waidelich
21:19 Revision e7acd0c5: Added feature #11544: select/deselect all checkbox in db compare tool and extension manager for each type of modification
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5721 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
21:14 Bug #20552: Deprecation clean-up in tslib_content::getData()
Committed to trunk in revision 5720 Francois Suter
21:13 Revision c048a325: Bug #11249: Abusive deprecation logging in tslib_content::getData()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5720 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
16:53 Feature #18172: Transfer cookies via SSL only whenever possible
Hey Olly,
are you gonna prepare a patch for this? I recently noticed this issue as well when security-checking a w...
Benni Mack
14:42 Revision 714aef4a: [+FEATURE] Extbase (Dispatcher): dispatcher::extractStoragePageId() now takes pages storage_pid into account. Relates to #3698
Nikolas Hagelstein
14:34 Bug #20764: Hook request for t3lib_userauth
Severity should be "feature" Andre
14:31 Bug #20764 (Closed): Hook request for t3lib_userauth
I'd like to get the attached hook included into typo3. It allows modifying the
standard values for typo3-sessions pr...
Andre
14:07 Feature #19474: Workspaces should be displayed in a dropdown field instead of a selector box
resolved by #19628 Ingo Renner
12:52 Bug #20763: $GLOBALS['TSFE']->additionalCSS produce invalid CSS
i don't see this, it validates with 0 errors and 0 warnings Steffen Kamper
11:54 Bug #20763 (Closed): $GLOBALS['TSFE']->additionalCSS produce invalid CSS
The function $GLOBALS['TSFE']->additionalCSS produces CSS that doesn't validate.
Php code:
$GLOBALS['TSFE']->addi...
erik dahlin
12:43 Bug #20233: RTE doesn't know what to do with <media> tag and encodes the braces of tag
Had the same problems with tt_news - on first save <media> tag appeared, on second save in frontend <media> appreared... Juris Treibahs
11:03 Bug #19955: redirecting to referer does not work
Patch doesn't work with the 1.0.0 version of felogin, and the 1.1.0 version from the 4.3 SVN doesn't display anything... Peter Klein

2009-07-15

22:46 Revision 7562960e: Added forgotten locallang file for RFC #11408
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5719 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
22:45 Revision 0c73692b: Cleanup #11408: Object Browser uses hardcoded texts (plus some CGL cleanup)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5718 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
22:41 Bug #20761 (Closed): Shortcuts broken if current directory is not in include path
If the current directory is not in the include path, shortcuts cannot be created due to a failing require_once.
The ...
Mads Chr. Olesen
20:46 Revision d9ea58f3: [+BUGFIX] Extbase (Persistence): Now, _isDirty() works correctly if checking a single property only. Fixes #3907.
Sebastian Kurfuerst
20:14 Bug #20760: FE-Login - Don't redirect users after successful login if 'hide at login' option is set.
already reported in issue #0008468 Administrator Admin
20:09 Bug #20760 (Rejected): FE-Login - Don't redirect users after successful login if 'hide at login' option is set.
Does not redirect users after successful login if 'hide at login' option is set, you must use redirect function witho... Hugo Martins
17:26 Feature #20742: Store timestamp of last modification of session data to frontend user object
Committed to SVN Trunk (rev. 5717) Oliver Hader
17:23 Revision 83d39493: Added feature #11510: Store timestamp of last modification of session data to frontend user object
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5717 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:19 Bug #20759 (Closed): Changing the workspace by the workspace selector produces JavaScript errors
On changing the workspace from e.g. live to draft by using the workspace selector, JavaScript errors appear. Firefox ... Oliver Hader
15:46 Bug #20706: Russian chars in the comments are encoded wrong when changing the stage of an element
it's because the server moved. Steffen Kamper
14:01 Bug #20656: t3lib_cache_backend_FileBacked violates open_basedir_restrictions
The patch I just attached is not complete, sorry.
There is another call to t3lib_div::mkdir_deep which needs to be f...
Ruetschi Romain
11:34 Revision caa4c24b: [+FEATURE] Extbase (Persistence): Added Ordering class (follow up); related to #3874
Jochen Rau
11:31 Revision 4bc54e0d: [+FEATURE] Extbase (Persistence): Implemented ordering (eg. $query->setOrderings(array('name' => Tx_Extbase_Persistence_QueryInterface::ORDER_DESCENDING));
Jochen Rau
10:37 Bug #20757: Session Timeout after BE Login IE8
No, there are no JavaScript errors
I'm still redirected to an error page after the login
Michael Raberger
10:20 Bug #20757: Session Timeout after BE Login IE8
Did you experience any JavaScript errors on that behaviour? Oliver Hader
09:29 Bug #20757 (Closed): Session Timeout after BE Login IE8
Sometimes after the login into the backend TYPO3 produces a session timeout when the page is redirecting to the main ... Michael Raberger
10:36 Bug #20756: no login since 4.28 in Firefox 3.5
I have no errors in the frontend and no extensions to encrypt the password Felix no-lastname-given
10:22 Bug #20756: no login since 4.28 in Firefox 3.5
Did you experience any JavaScript errors on that behaviour?
Do you have additional extensions installed that take ca...
Oliver Hader
00:19 Bug #20756 (Closed): no login since 4.28 in Firefox 3.5
Since the update from 4.26 to 4.28 does not login with Firefox 3.5.
With FF 2 and the IE the login works.
Please H...
Felix no-lastname-given
10:01 Bug #20758 (Closed): t3ver_stage will not be resetted when t3ver_stage was >0 before
Problem:
The field t3ver_stage contains workflow information for versionable records. -1 is "rejected", 0 is "edited...
Fabrizio Branca
09:54 Revision cdfe561a: Initializing DBAL structure.
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@22325 735d13b6-9817-0410-8766-e36946ffe9aa Karsten Dambekalns
00:39 Bug #20173: in Draft workspace: changed tt_content-element looses relation to translated element in edit view
Edit:
I tested this again: Standard Content Elements are also affected, this is not related to TemplaVoilàs FCEs! So...
Gregor Nathanael Meyer
00:34 Bug #20173: in Draft workspace: changed tt_content-element looses relation to translated element in edit view
are you sure that this is related to TV? This seems more or less a Core-Problem because TV isn't triggered in the fir... Tolleiv Nietsch
00:38 Bug #16788: Quotation marks are converted to " if not wrapped in <p>
Unable to reproduce with current versions. Stanislas Rolland
00:19 Revision e4aebdd7: [+BUGFIX] Extbase (DataMapper): Fixed wrong key in $row array (credit goes to Frans van der Veen)
Jochen Rau

2009-07-14

23:48 Bug #20755: Frontend rendering is slowed down by timetracking
the second patch has stripped whittespaces for better reading Rupert Germann
23:42 Bug #20755 (Closed): Frontend rendering is slowed down by timetracking

problem:
FE rendering is slowed down because many classes call methods of the timetrack object ($GLOBALS['TT']) - ...
Rupert Germann
23:41 Revision 89d15509: [+BUGFIX] Extbase (AbstractDomainObject): Made Identifier return NULL in case it is not set yet.
Sebastian Kurfuerst
22:44 Revision 59953baa: [+BUGFIX] Extbase (Persistence): Only set the PID in case it is not part of your domain object.
Sebastian Kurfuerst
22:25 Revision b2472a1e: [+FEATURE] Extbase (Persistence): Added autopopulation of PID column and use of selected storage folder. Resolves #3698
[TASK] Extbase (Persistence): Added an exception in case of an SQL error by the database. Sebastian Kurfuerst
20:32 Revision 525c977f: Extbase:
* Fixed issue that cache is tried to be cleared even if a relation is changed Sebastian Kurfuerst
20:24 Revision dd17a789: Extbase:
* fixed a potential bug in Persistence_Query. Please review @Jochen! Sebastian Kurfuerst
19:05 Feature #20717: Store separate extlist for the frontend
Conclusion:
---------------------------------------
Even when testing this patch with only a few extensions I had...
Rupert Germann
19:02 Feature #20717: Store separate extlist for the frontend
Some benchmarks:
My server is a standard installation with only a few FE extensions enabled.
siege -c 15 -i -b -t...
Rupert Germann
18:57 Feature #20717: Store separate extlist for the frontend
I added v2 of the patch which fixes the following problems:
1. if "extList_FE" is not yet set in localconf.php the e...
Rupert Germann
18:07 Bug #20752: JS Error in Recycler
some more issues found, refactored complete params handling in v2 Steffen Kamper
14:12 Bug #20752 (Closed): JS Error in Recycler
Change of the URL for store proxy is done the wrong way
Solution: use right variable for store.
(issue import...
Steffen Kamper
18:04 Revision a00ac9fa: Extbase:
* Implemented the handling of values === NULL in Queries; related to #3838 (needs feed-back)
* Changed all calls to t...
Jochen Rau
17:59 Bug #20754 (Closed): Recycler filter produce wrong SQL
for the filter recycler build the SQL like
AND TCA[ctrl][label] LIKE "%filtertext%"
But in TCA[ctrl][label] you...
Steffen Kamper
17:54 Bug #19239: Cannot log in to backend
We were able to solve this by adding the following the to localconf.php file:
$TYPO3_CONF_VARS['SYS']['setDBinit']...
Brian Lamb
17:37 Revision af040c06: Extbase:
* Implemented a static function Tx_Extbase_Dispatcher::getPersistenceManager()
* Changed Repository to invoke Tx_Extb...
Jochen Rau
17:32 Revision 95150d59: added issue number to the previous change
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5716 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:28 Bug #20753: Replace t3lib_div::GParrayMerged() with t3lib_div::_GPmerged()
committed to trunk Ingo Renner
17:27 Bug #20753 (Closed): Replace t3lib_div::GParrayMerged() with t3lib_div::_GPmerged()
Problem:
After having t3lib_div::GParrayMerged back from the -dead- deprecated folks we now have a small inconsisten...
Ingo Renner
15:32 Bug #16788: Quotation marks are converted to " if not wrapped in <p>
I can't reproduce the behaviour either in the current version. Seems to have been resolved
Jochen Stange
14:29 Feature #20750: Enhance t3lib_div::xml2array to handle multible tags with the same name and no index attribute
Yes got my own arround as well but it would be nice if typo3 would support it by default. Nikolas Hagelstein
14:06 Feature #20750: Enhance t3lib_div::xml2array to handle multible tags with the same name and no index attribute
I have once written a service extension, which implements the mentioned parser of Binny V A. It's not released on TER... Steffen Müller
11:21 Feature #20750 (Closed): Enhance t3lib_div::xml2array to handle multible tags with the same name and no index attribute
Currently xml2array isnt capble of handling xml structures like this:
<root>
<item>..</item>
<item>..</item>
</...
Nikolas Hagelstein
14:27 Revision 3b96e1e5: Extbase:
* The Persistence Backend will now be injected via setter injection rather than via constructor injection. The Persis... Jochen Rau
14:25 Bug #20706: Russian chars in the comments are encoded wrong when changing the stage of an element
in the database everything is in utf-8 (DEFAULT TABLE CHARSET, COLLATION, ...).
In the Install-tool / localconf.php...
Administrator Admin
13:43 Bug #20751: Hanging record sets in tslib_feUserAuth
Committed to SVN Trunk (rev. 5715) Oliver Hader
13:39 Bug #20751 (Closed): Hanging record sets in tslib_feUserAuth
There could be some hanging database record sets in tslib_feUserAuth.
(issue imported from #M11526)
Oliver Hader
13:43 Revision ea350d12: Fixed bug #11526: Hanging record sets in tslib_feUserAuth
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5715 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:43 Bug #20660: Redirect after logout does not work
Any updates? Thomas Deinhamer
12:30 Feature #20740: Integrate possibility to define lifetime of frontend session data
Committed to SVN Trunk (rev. 5714) Oliver Hader
12:29 Revision 9b8314c2: Added feature #11508: Integrate possibility to define lifetime of frontend session data
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5714 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
12:04 Revision 8bc2e42f: Extbase:
* Changed Argument: Check for is_object($result) instead of $result !== NULL prevents fatal error; empty result shoul... Jochen Rau
12:01 Bug #19114: sys_language_mode content_fallback with a defined fallback chain does not output expected fallback content
I´ve tried out the first patch, it works great. Jens Schmietendorf
11:50 Feature #17874: Add suggest-like feature to TCEforms
Review is in progress. See core-list. Steffen Müller
11:10 Feature #17874: Add suggest-like feature to TCEforms
will this be in 4.3? that would be soo cool!!! Jonas Felix
11:26 Feature #18657: auto save/preserve function for backend open documents function
Sure, I'll push every button I can to get it in the core Michiel Roos
11:09 Feature #18657: auto save/preserve function for backend open documents function
Maybe we will implement this for a customer, who would be interessted in this feature? Could you help us getting it i... Jonas Felix
11:12 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
It would be great if somebody could writhe a manual on how to implement translation handling for records in extension... Jonas Felix
11:08 Bug #18966: PHP Warning, if a sql error occurs - Bug in class t3lib_db function sql_fetch_assoc
I realy like sqlDebug :-), but the php error it selve should be catched. This is very easy if you check the mysql res... Jonas Felix
11:03 Feature #19140: Add history and clip-board buttons in frontend editing
Are there people preferring the oldschool admin panel frontend editing? We like this thing very much and would like t... Jonas Felix
11:02 Bug #17352: 'Stop page tree' doesn't work anymore
I'm sorry - i was too fast. issue is still there! Clicking is working, but css is (completely) missing Typoheads GmbH
10:59 Bug #17352: 'Stop page tree' doesn't work anymore
working in 4.2.8 > issue can be closed Typoheads GmbH
11:01 Feature #20591: Write system log t3lib_div::sysLog() calls into sys_log
That would be great.
But I would not translate those messages, they are spread all over TYPO3 and are more techni...
Jonas Felix
10:49 Bug #20529: stdWrap for TypoSrcrip-select parameters
Hi Joey,
I agree with your concerns regarding security, but at the same time the select property is very limited b...
tyler kraft
10:24 Feature #20590: Writhe systemlog t3lib_div::sysLog() calls into sys_log
Right at the next door... :) Steffen Müller
09:44 Feature #20590: Writhe systemlog t3lib_div::sysLog() calls into sys_log
Why is this a duplicate? Where is the duplicate? Jonas Felix
10:17 Bug #18670: alt_db_navframe.php often replaced by db_list.php without content under 4.2.0RC1 and RC2
Hi Ben,
Why do you ask me? Is it so difficult to test this?
I did two quick tests in Opera (otherwise I use Fir...
Anonymous
10:14 Bug #19842: fileadmin links to files are missing part of path
I did not try this fpr a while. The bug seems to have gone away since I purged Ubuntu's Typo3 packages and installed ... Andreas Hofer
10:05 Bug #18551: IMG_RESOURCE doesn't support file name with space
Yes, you are right, it's rather a feature than bug. It was very problematic for me in some cases in the past. I think... df3ct
09:56 Bug #19763: filelist path is saved absolute so shortcuts don't work if system is moved or copied
I did test this with 4.2.6 Jonas Felix
09:46 Bug #17631: fileadmin/img fileadmin/data is confusing and should be configurable
you could do a fallback solution, if the old directory exists it uses it otherwise it uses the new ones Jonas Felix
08:35 Bug #20541: Problem with $GLOBALS['TSFE']->recordRegister
For now I copied the CONTENT-Function and modify it for my needs. Further I added a possibility to debug my SQL-Strin... Stefan Froemken
08:26 Bug #20200: mailform has the same name and id even if used more than once
If you add this to your setup, a unique id will be generated for each form
tt_content.mailform.20.formName >
Natalia Postnikova
08:24 Bug #20200: mailform has the same name and id even if used more than once
if you insert this in your setup, a unique id will be generated for the form
tt_content.mailform.20.formName >
Natalia Postnikova
08:22 Feature #18610: $back_path is not passed to t3lib_BEfunc::editOnClick from t3lib_positionmap
Marcus: reading this bug report myself I don't even have a clue what's going on, so I'm not sure there's still need t... Rens Admiraal
08:12 Bug #17009: default .htaccess file does not rewrite correctly
Here is another idea:
http://typofree.org/article/archive/2008/june/title/rethinking-the-mod-rewrite-rules-yes-aga...
Michiel Roos
05:33 Bug #20749 (Closed): TYPO3 doesn't support image processing for files with parentheses in names
If a given file has parentheses in filename then GIFBUILDER can't render such file and no processing is possible. It ... Vladimir Podkovanov
04:30 Bug #19956: Page alias not publishing to LIVE from any workspace
Will look into this further, but this is a feature that should be assessed to be added.
I am using workspaces for ...
David Wallace
03:58 Bug #20685: ENABLE_INSTALL_TOOL is deleted after creation
I checked that bug against current 4.2.8 and yes, the buttons works perfect.
What happens when the admin has no acce...
Manfred Siegmund
00:44 Bug #20182: The ExtensionMangers configuration page multilanguage ?
Yes, feature sorry, not bug ! Yannick Pavard
 

Also available in: Atom