Project

General

Profile

Activity

From 2009-03-10 to 2009-04-08

2009-04-08

23:02 Bug #16547: Link to external URL page doesn't forward
It is a feature. Read issue 5470 for solution. Ric van
21:57 Bug #19916: Session handling - cannot login to >1 TYPO3 installation under one domain
Committed to
* 4.1 (r5299)
* 4.2 (r5300)
* trunk (r5301)
Christian Kuhn
21:48 Revision 9726fb90: Fixed bug #10266: No user authentication for >1 TYPO3 installation under one domain (Thanks to Marcus Krause)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5301 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
21:48 Revision 5ac5be9d: Fixed bug #10266: No user authentication for >1 TYPO3 installation under one domain (Thanks to Marcus Krause)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5300 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
21:48 Revision 863d370c: Fixed bug #10266: No user authentication for >1 TYPO3 installation under one domain (Thanks to Marcus Krause)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5299 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
15:21 Bug #19988: Rich text editor is not loading
Check if the extension is loaded from both local and system.
If so;
- Deactivate the extension.
- Remove from loca...
Benjamin Serfhos
13:34 Bug #20290: Adding entries to recs[]-Array not working
How can one reproduce this behaviour? Oliver Hader
13:12 Feature #20294 (Closed): Integrate possibility to validate custom links for RTEhtmlare disposal
In RTEhtmlarea there's a possibility to define custom links, e.g. by using a link handler. It might happen, that the ... Oliver Hader
13:01 Bug #19131: Warning 102 when saving record with hidden double fields in the BE
The TCA of seminars is wrong.
'default' => 0 has to be 'default' => '0.00'
This bug can be closed as invalid.
Niels Pardon
12:16 Bug #19908: session fixation fix avoid BE login
Fresh Install Version 4.3.0alpha2 has same problem. You get logged out immediately you have been logged in.
But ofte...
Andreas Becker (Andi)
11:13 Bug #20292: After upgrade from4.2.1 to 4-2-6 RTE fails to load correct
Didi you delete the cache/temporary files of your browser? 99,9% browser-cache is the issue with RTE not loading. Pl... Peter Niederlag

2009-04-07

18:01 Bug #20293 (Closed): Integrate hook to pre-process the frontend rendering
Imagine the situation that the frontend rendering process has a special strategy to deliver content. For example some... Oliver Hader
17:34 Bug #20292 (Closed): After upgrade from4.2.1 to 4-2-6 RTE fails to load correct
I'm trying to upgrade my system (win2003) the RTE misses all kind of buttons and text.
I made a copy of a running ...
Arnold Gordijn
17:06 Feature #20284: [Feature] New Multimedia CE
you might have a look at the SWFObject Extension that Bastian Waidelich an me have been developing. It has a SWFObjec... Richard Bausek
16:32 Feature #20284: [Feature] New Multimedia CE
added v6 with integrated hook, thanks to Dan Osipov for contribute Steffen Kamper
16:52 Bug #20216: Add xmlns attribute to html tag in backend
Committed to trunk r5298. Christian Kuhn
16:45 Revision 04f33b3f: Fixed bug #10737: Add xmlns attribute to html tag in backend
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5298 709f56b5-9817-0410-a4d7-c38de5d9e867 Christian Kuhn
14:25 Bug #20291 (Closed): Using User-Setting "titleLen" in element browser
Even if the max-Title-Length is set by the user, the system uses the fixed Length given by typo3.
My opionion is: ...
Nadine Schwingler
13:58 Bug #20290 (Closed): Adding entries to recs[]-Array not working
Adding entries to internal shopping basket recs[] not working. Upon our analysis, in class.tslib_feuserauth.php the f... Gerwin Brill
13:28 Bug #20289 (Closed): Static TS not loaded
static/config.txt and static/setup.txt is not loaded, because they moved in version 0.5.0 to static/current/* . When ... Thomas Schröder
13:00 Bug #20285: t3lib_div::validEmail seems to not validate all addresses correctly
Please test the same method with TYPO3 4.3...
There the filter methods of PHP are used and should validate mail addr...
Oliver Hader
11:50 Bug #20288: Eval of double2 doesn't work
added patch and test extension Steffen Kamper
11:20 Bug #20288: Eval of double2 doesn't work
the same for JS:
var theVal = ''+value;
theVal = Number(theVal.replace(/,/g, "."));
theVal = theVal.toFixed(2);
...
Steffen Kamper
11:00 Bug #20288: Eval of double2 doesn't work
php-validation can be very simple:
$value = str_replace(',', '.', trim($value));
return number_format($value, 2, ...
Steffen Kamper
10:58 Bug #20288 (Closed): Eval of double2 doesn't work
If a field has eval double2 it should be result in a double with precision 2. This works for most values, but some no... Steffen Kamper
07:19 Feature #20287 (Closed): Make htmlarea capable of using class definition for more than one type
ATM it's possible to define link classes for different types (page, mail, download ...) but it's not possible to defi... Florian Schaeffer

2009-04-06

22:08 Revision f4819e78: whitespace CGL cleanup in preparation for a later RFC
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5297 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
18:07 Bug #20277: htmlArea RTE: IE8 creates erroneous ranges when selection is empty
Committed to SVN TYPO3core branch TYPO3_4-1 (revision 5296). Stanislas Rolland
18:07 Revision 97eb9596: Fixed bug #10844: htmlArea RTE: IE8 creates erroneous ranges when selection is empty
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5296 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
17:23 Bug #20271: htmlARea RTE: IE8 reports unknown "complete" attribute on img nodes
Committed to SVN TYPO3core branch TYPO3_4-1 (revision 5295). Stanislas Rolland
17:21 Revision c4a98b91: Fixed issue #10837: htmlARea RTE: IE8 reports unknown "complete" attribute on img nodes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5295 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
16:57 Revision 2e20d1e7: Updated htmlArea RTE version to 1.5.8 for TYPO3 4.1.10
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5294 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
16:41 Revision 5bdec70d: Fixed issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5293 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
16:35 Revision e77dc247: Follow-up to issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5292 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
16:26 Revision b1d5cafb: Follow-up to issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5291 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
16:07 Bug #20286 (Closed): New depedence after Update to 2.5.21
Up to now, you don´t need to install div2007 to use sr_feuser_register but if you install the update, you´ll get a bl... Stephan Hertz
15:51 Bug #20285 (Closed): t3lib_div::validEmail seems to not validate all addresses correctly
according to http://en.wikipedia.org/wiki/E-mail_address#RFC_specification (and of course the real rfc itself), email... marco bamert
15:28 Feature #20284: [Feature] New Multimedia CE
here is the new patch with little enhancements (v5):
* default width and height are now set in CSC constants (no i...
Steffen Kamper
13:31 Feature #20284 (Closed): [Feature] New Multimedia CE
The MULTIMEDIA-CE is a bit outdated and doesn't give much possibilities for streaming data as done in modern websites... Steffen Kamper
15:21 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
TYPO3 Alpha 2:
I've looked into the Patch, searched for "function flexFormSortable" and saw, that I have to ADD not ...
Stefan Froemken
15:03 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
I have still the same problem in 4.2.6 and alpha 2. I searched for Position.includeScrollOffsets = true; in jsfunc.in... Stefan Froemken
15:09 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
Daniel, can you update the patch for TYPO3 4.2 please? Additionally, please check my patch in #19114.
It seems to wo...
Michael Stucki
15:09 Revision b821316f: Extbase:
* !!!Renamed ExtBase to Extbase (extension key is now extbase) Jochen Rau
14:46 Bug #19114: sys_language_mode content_fallback with a defined fallback chain does not output expected fallback content
Attached is a patch that fixes the problem at least partly:
Preconditions:
- config.sys_language_overlay is 1
- ...
Michael Stucki
12:41 Bug #19114: sys_language_mode content_fallback with a defined fallback chain does not output expected fallback content
The problem is that config.sys_language_mode only affects the page record. There is no content-fallback if the curren... Michael Stucki
14:38 Revision fe75b72d: Follow-up to feature #9703: Admin panel cannot not be dragged
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5290 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:31 Bug #20283: Extract BackendSearch from hardcoded Module to sysext
addition to the patches:
Files
typo3/classes/class.backendsearchmenu.php
typo3/js/backendsearch.js
have to be r...
Steffen Ritter
10:53 Bug #20283 (Closed): Extract BackendSearch from hardcoded Module to sysext
current backend search in toolbar uses "normal" API to register Toolbar-Items.
Including of this is currently hardco...
Steffen Ritter
10:26 Bug #19787: Add a logging API for deprecated functions
instead of triggering a E_USER_NOTICE in PHP 5.2 I'd say we should trigger E_STRICT which is the equivalent to E_DEPR... Ingo Renner
09:48 Bug #17236: new translated page only available after original page has been published
According to user feedback, this has been fixed. Michael Stucki
08:25 Bug #20282 (Closed): JS Error in Link Wizard - browse_links.php?mode=file
When i use the link wizard just as filebrowser the following JS Error appears: Error - reference to main window is no... Ren Alessandri
06:15 Bug #20268: htmlArea RTE: IE8 uses standard name for DOM class attribute
Attaching patch for branch TYPO3_4-1 for this issue.
Committed to SVN TYPO3core branch TYPO3_4-1 (revision 5293).
Stanislas Rolland
06:15 Bug #20268: htmlArea RTE: IE8 uses standard name for DOM class attribute
Attaching second follow up patch for trunk and 4.2 branch in order to fix reference to className attribute in plugin ... Stanislas Rolland
05:10 Bug #15999: Missing icons when using subdomain
Resolved, not fixable. Christian Kuhn
04:52 Bug #19741: Foldout menu in TYPO3 4.3.0 is broken
Resolved, unable to reproduce after three month without feedback. Christian Kuhn

2009-04-05

23:03 Revision 92a85836: * Added format.number, format.printf and format.htmlescape view helpers with tests
Christopher Hlubek
20:55 Bug #19045: Cropscale incorrectly crops GIF files
t3lib/class.t3lib_stdgraphic.php
line 2181 (in version 4.2.6 that is)
adapt line to
$params .= ' -crop '.$data[...
Johannes Beranek
20:27 Bug #19695: Login doesn't work when using kb_md5fepw and german umlauts in Username
Agree to Christian Clemens ... the new md5.js resolves the problem.
I grepped the data transfer. The transmitted d...
Alexander Maringer
20:12 Revision ee20ede6: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5289 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:03 Revision f5eef2f9: Follow-up to bug #10025: Searching for ImageMagick in basic configuration does not work
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5288 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:37 Bug #20214: Wrong returnUrl with clipboard actions
@Markus - attached patch solves this problem
@Guido - you're talking of TemplaVoila.
Steffen Kamper
14:24 Bug #20214: Wrong returnUrl with clipboard actions
can confirm the error here.
T3 4.2.6
when clicking on any system folder in the tree and not beeing in list view t...
Guido Unger
18:28 Bug #19921: RTE does not work in TemplaVoila FCE Section
Fixed by patch to issue #19865.
Committed to branch 4.2 for inclusion in TYPO3 4.2.7.
Stanislas Rolland
18:26 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
Fixed by patch to issue #19865.
Committed to branch 4.2 (for inclusion in TYPO3 4.2.7).
Stanislas Rolland
18:24 Bug #19865: RTE doesn't load when using more than 1 section in TV
Committed to SVN TYPO3core branch TYPO3_4-2 (revision 5287) for inclusion in TYPO3 4.2.7.
Stanislas Rolland
18:23 Revision 5c552ffb: Fixed bug #10203: RTE does not work in TemplaVoila FCE Section
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5287 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
18:03 Feature #20281: htmlArea RTE: Streamline some functions in class.tx_rtehtmlarea_base.php
Committed to SVN TYPO3core trunk (revision 5286). Stanislas Rolland
17:51 Feature #20281 (Closed): htmlArea RTE: Streamline some functions in class.tx_rtehtmlarea_base.php
Use t3lib_div::removeDotsFromTS and json_encode instead of custom code.
(issue imported from #M10848)
Stanislas Rolland
18:02 Revision f7bc7183: Added feature #10848: htmlArea RTE: Streamline some functions in class.tx_rtehtmlarea_base.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5286 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
17:42 Revision 3e0fd542: Follow-up to issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5285 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
17:18 Bug #20268: htmlArea RTE: IE8 uses standard name for DOM class attribute
Follow up patch fixes glitch in trunk version of the original patch.
Committed to SVN TYPO3core trunk (revision 5285)
Stanislas Rolland

2009-04-04

17:07 Revision 7cd0d903: Fixed bug #10761: Searching for specific record opens "edit record" in wrong frame
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5284 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:36 Bug #20229: Use new JS-function for loading prototype/scriptaculous/extJS
committed to trunk, rev 5283 Steffen Kamper
13:35 Revision c6152900: Fixed issue #10764: Use new JS-function for loading prototype/scriptaculous/extJS
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5283 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
11:20 Bug #20105: Clickmenu doesn't work with IE8
fixed in 4.0.13, 4.1.11, 4.2.7, 4.3.0alpha3 Ingo Renner
11:19 Bug #20106: Get rid of browser version dependent t3lib_div::clientInfo()
fixed in 4.0.13, 4.1.11, 4.2.7, 4.3.0alpha3 Ingo Renner
04:47 Revision d69f4af5: Updated htmlArea RTE version to 1.7.10
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5282 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
04:35 Revision 14eb2f88: Updated htmlArea RTE version to 1.8.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5281 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
03:02 Revision 531c2d66: Updated htmlArea RTE manual
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5280 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
02:44 Bug #20280 (Closed): htmlArea RTE: undo/redo is erratic in IE8
Undo/redo operations are erratic in IE8.
(issue imported from #M10847)
Stanislas Rolland
02:41 Bug #20279: htmlArea RTE: Missing icon in default skin of Language extension
Committed to SVN TYPO3core trunk (revision 5279). Stanislas Rolland
02:32 Bug #20279 (Closed): htmlArea RTE: Missing icon in default skin of Language extension
Icon show-language-marks.gif is missing the extensions skin.
(issue imported from #M10846)
Stanislas Rolland
02:41 Revision 50be8d0b: Fixed bug #10846: htmlArea RTE: Missing icon in default skin of Language extension
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5279 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
02:25 Bug #20278: htmlArea RTE: Incorrect XCLASS in class.tx_rtehtmlarea_editormode.php
Committed to SVN TYPO3core trunk (revision 5278). Stanislas Rolland
02:13 Bug #20278 (Closed): htmlArea RTE: Incorrect XCLASS in class.tx_rtehtmlarea_editormode.php
Reference to wrong directory name.
(issue imported from #M10845)
Stanislas Rolland
02:25 Revision a88c3890: Fixed bug #10845: htmlArea RTE: Incorrect XCLASS in class.tx_rtehtmlarea_editormode.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5278 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
02:08 Revision d2490c7a: Fixed bug #10844: htmlArea RTE: IE8 creates erroneous ranges when selection is empty
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5277 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
02:04 Bug #20277: htmlArea RTE: IE8 creates erroneous ranges when selection is empty
Committed to SVN TYPO3core trunk (revision 5276) and branch TYPO3_4-2 (revision 5277). Stanislas Rolland
01:24 Bug #20277: htmlArea RTE: IE8 creates erroneous ranges when selection is empty
Solution:
Reclaim focus on the editor window before creating any range.
Stanislas Rolland
01:21 Bug #20277 (Closed): htmlArea RTE: IE8 creates erroneous ranges when selection is empty
When the selection is empty (the cursor is in the RTE editing area but nothing is highlighted), IE8 creates erroneous... Stanislas Rolland
02:02 Revision bcaa5b5f: Fixed bug #10844: htmlArea RTE: IE8 creates erroneous ranges when selection is empty
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5276 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
01:13 Bug #20276: htmlArea RTE: IE7 complains when reference is made to attribute xml:lang
Committed to SVN TYPO3core trunk (revision 5275). Stanislas Rolland
00:45 Bug #20276: htmlArea RTE: IE7 complains when reference is made to attribute xml:lang
Solution:
Catch the error as IE8 and all other browsers will honour the reference.
Stanislas Rolland
00:32 Bug #20276 (Closed): htmlArea RTE: IE7 complains when reference is made to attribute xml:lang
IE7 raises a js error when reference is made to attribute xml:lang.
(issue imported from #M10843)
Stanislas Rolland
01:12 Revision 78e9c74e: Fixed bug #10843: htmlArea RTE: IE7 complains when reference is made to attribute xml:lang
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5275 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
00:28 Feature #20275: htmlArea RTE: Let IE8 display language marks like other browsers do
Committed to SVN TYPO3core trunk (revision 5274). Stanislas Rolland
00:26 Revision f7c579b8: Added feature #10842: htmlArea RTE: Let IE8 display language marks like other browsers do
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5274 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland

2009-04-03

23:58 Feature #20275 (Closed): htmlArea RTE: Let IE8 display language marks like other browsers do
IE8 supports additionnal css selectors enabling it to display language marks in the RTE editing area the way other br... Stanislas Rolland
23:49 Bug #20270: htmlARea RTE: RTE leaves unwanted id attribute on inserted table in IE8
Committed to SVN TYPO3core trunk (revision 5272) and branch TYPO3_4-2 (revision 5273). Stanislas Rolland
23:39 Bug #20270: htmlARea RTE: RTE leaves unwanted id attribute on inserted table in IE8
Solution:
Use appropriate method for removing the attribute.
Stanislas Rolland
07:40 Bug #20270 (Closed): htmlARea RTE: RTE leaves unwanted id attribute on inserted table in IE8
RTE fails to remove temporary id attribute from inserted table in IE8.
(issue imported from #M10836)
Stanislas Rolland
23:49 Revision a2424962: Fixed bug #10836: htmlARea RTE: RTE leaves unwanted id attribute on inserted table in IE8
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5273 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
23:44 Revision 555ef324: Fixed bug #10836: htmlARea RTE: RTE leaves unwanted id attribute on inserted table in IE8
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5272 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
23:24 Bug #20271: htmlARea RTE: IE8 reports unknown "complete" attribute on img nodes
Committed to SVN TYPO3core trunk (revision 5270) and branch TYPO3_4-2 (revision 5271). Stanislas Rolland
23:13 Bug #20271: htmlARea RTE: IE8 reports unknown "complete" attribute on img nodes
Solution:
Ignore such attribute when assembling html source.
Stanislas Rolland
07:55 Bug #20271 (Closed): htmlARea RTE: IE8 reports unknown "complete" attribute on img nodes
IE8 adds unknown "complete" attribute on img nodes.
(issue imported from #M10837)
Stanislas Rolland
23:23 Revision d330e9ad: Fixed issue #10837: htmlARea RTE: IE8 reports unknown "complete" attribute on img nodes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5271 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
23:16 Revision a2e5654a: Fixed issue #10837: htmlARea RTE: IE8 reports unknown "complete" attribute on img nodes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5270 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
21:28 Bug #20106: Get rid of browser version dependent t3lib_div::clientInfo()
Comitted to 4.0, 4.1, 4.2, trunk (rev 5250-5253) by benni Steffen Gebert
21:25 Bug #20274 (New): SYS_LASTCHANGED should not change when only page permissions are changed (but it does)
There is a problem with the behavior of TYPO3 and the "access module". When admin user changes permissions for a back... Yannick Pavard
17:55 Bug #20272: t3lib_cs->utf8_decode() does not check whether the target charset is utf8
fixed in 4.1, 4.2, trunk (4.3) Ingo Renner
12:41 Bug #20272 (Closed): t3lib_cs->utf8_decode() does not check whether the target charset is utf8
When using t3lib_cs->utf8_decode() to decoding an utf8 string to another charset the function does not check whether ... Ingo Renner
17:21 Revision dfafbdc5: fixed changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5269 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:19 Revision 4845636a: fixed changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5268 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:18 Revision 51639760: Fixed bug #10838: t3lib_cs->utf8_decode() does not check whether the target charset is utf8
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5267 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:15 Revision 842f6306: Fixed bug #10838: t3lib_cs->utf8_decode() does not check whether the target charset is utf8
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5266 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:14 Revision 14403dd7: Fixed bug #10838: t3lib_cs->utf8_decode() does not check whether the target charset is utf8
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5265 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
17:00 Revision ed2f30b3: ExtBase:
* Revised RequestBuilder and Request
* Added Unit Tests for the Request Builder
Jochen Rau
16:40 Bug #20273 (Closed): IE jumps down to first RTE input
When the form in Front End is bit long and have e.g. 12-15 fields before the first RTE input then the page jumps down... Pankaj Lele
15:07 Revision 813da97e: Fixed bug #10783: Make workspaces icons skinnable
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5264 709f56b5-9817-0410-a4d7-c38de5d9e867 Patrick Broens
13:47 Revision 7ab2f43c: ExtBase:
* Started to back-port parts of the FLOW3 manual
* Removed isNonCachableAction() method
* Implemented validation erro...
Jochen Rau
12:04 Feature #19543: Integrate EXT: ingmar_admpanelwrap
committed trunk (4.3) Ingo Renner
12:00 Revision f8e0444b: Added feature #9703: Integrate EXT: ingmar_admpanelwrap
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5263 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
08:14 Feature #20152: Add user agent detection for FireFox, Camino, Safari, Chrome and iPhone
Rejected after discussion in the core list Dmitry Dulepov
06:44 Revision 3a4fb640: Fixed issue #10747: htmlArea RTE: Inserting a table in IE8 may fail
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5262 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
06:39 Bug #20223: IE8 inserting of table via rte fails
Committed to SVN TYPO/core trunk (revision 5261) and branch TYPO3_4-2 (revision 4262).
Stanislas Rolland
06:30 Bug #20223: IE8 inserting of table via rte fails
The attached patches fix the issue in trunk and TYPO3 4.2. Stanislas Rolland
06:29 Bug #20223: IE8 inserting of table via rte fails
The problem occurs only when no text is highlighted or selected. Apparently, in such case, focus is lost by IE8. Stanislas Rolland
06:39 Revision cb1f2067: Fixed issue #10747: htmlArea RTE: Inserting a table in IE8 may fail
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5261 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
05:18 Bug #20269 (Closed): config.absRefPrefix does not honor existance of configured prefix
I'm using following TS to build "skip links":
lib.skiplinks.30 = TEXT
lib.skiplinks.30.value = Skip to the navig...
Marcus Krause
02:14 Revision d06cd4ba: Fixed issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5260 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
02:09 Bug #20268: htmlArea RTE: IE8 uses standard name for DOM class attribute
Committed to SVN TYPO3core trunk (revision 5259) and branch TYPO3_4-2 (revision 5260).
Stanislas Rolland
02:02 Bug #20268: htmlArea RTE: IE8 uses standard name for DOM class attribute
Attached patches fix the issue for trunk and TYPO3 4.2. Stanislas Rolland
01:10 Bug #20268 (Closed): htmlArea RTE: IE8 uses standard name for DOM class attribute
IE8 now uses the standard name for the DOM class attribute, instead of className.
This results in various misbehav...
Stanislas Rolland
02:09 Revision 57ce6a69: Fixed issue #10834: htmlArea RTE: IE8 now uses standard name for DOM class attribute
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5259 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
00:15 Feature #20267 (Closed): Please switch TS configuration from ext_typoscript_setup.txt to static/setup.txt
The TS configuration is still included via ext_typoscript_setup.txt. Please change it to static/setup.txt. This will ... Sacha Vorbeck

2009-04-02

17:59 Bug #20266 (Closed): Typo3 raises many PHP Notice errors in php.log
Usually we do only log errors. However if you set the log level to E_ALL in your php.ini, you'll see that typo3 and t... Alban Cousinie
16:28 Bug #18722: "Broken rootline" error when creating new page in Draft
We also have this Problem when we change a Page-Title (while beeing in the custom Draft Workspace). Tried to look int... Marcel Greter
13:06 Bug #20263: locallang.xml of pi1 is'nt translateable by LLXML-Tool
Ok .. sorry that i haven't checked this first. Stefan Lehmann
12:52 Feature #18172: Transfer cookies via SSL only whenever possible
Any objections to set status to public?
Imho, this does not describe a vulnerability - just an additional measuremen...
Marcus Krause
12:48 Bug #16647: Possible Scripting vulnerability
Unable to reproduce with current versions. Marcus Krause
12:46 Bug #16647: Possible Scripting vulnerability
Reopen to change status to public and close it afterwards.
Marcus (TYPO3 Security Team)
Marcus Krause
11:48 Bug #20264 (Closed): t3lib_queryGenerator not respecting MM-relation when creating query
At direct mail special query using t3lib_queryGenerator to build the query t3lib_queryGenerator doesn't respect MM-re... Peter Russ

2009-04-01

21:06 Revision aad79b80: removed whitespace at EOL
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5258 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
21:05 Revision 1fc0030c: removed empty line at EOF
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5257 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
21:04 Revision 312c4a2c: minor whitespace fix
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5256 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
21:03 Revision df043b99: fixed copyright year
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5255 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
19:37 Bug #20263: locallang.xml of pi1 is'nt translateable by LLXML-Tool
this was removed some time ago, current locallang.xml only contains default.
If it doesn't work on translation serve...
Steffen Kamper
15:49 Bug #20263 (Closed): locallang.xml of pi1 is'nt translateable by LLXML-Tool
The locallang.xml of PI1 contains translations for several languages. Unfortunately the LL-XML can't handle XML-LL-Fi... Stefan Lehmann
19:19 Revision b058e1ec: FollowUp #10025: ImageMagick generates larger than necessary files: identify doesn't work with the 'profile'-parameter
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5254 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:18 Bug #20130: FE kills external links after a <hr /> in one CE
i give up..... :-)
the hr tag is wrapped with p-tags.
Daniel Ostmann
14:17 Bug #20130: FE kills external links after a <hr /> in one CE
Oh, sorry, my p-tags are removed....
thats the resulting html code
&lt;p&gt;&lt;hr /&gt;&lt;/p&gt;
Daniel Ostmann
14:16 Bug #20130: FE kills external links after a <hr /> in one CE
Florian, your code results in:
<p><hr /></p>
that is wrong XHTML.
Daniel Ostmann
10:21 Bug #20262 (Closed): IRRE long titles on groupdb fields are displayed wrong (<span title)
If the type of the relation is groupdb the title is displayed wrong. The title is croped twice.
"<span title=" i...
Nabil Saleh
10:08 Feature #20256: imgResource does not allow TS option file.current=1
Resolved, no change required.
You could use this TS to achieve the same thing:
image = IMAGE
image.file.import.c...
Christian Kuhn
08:01 Feature #20256: imgResource does not allow TS option file.current=1
no need for that, use something like this!
logo {
setContentToCurrent = 1
if.isTrue.current = 1
stdWrap.cObj...
Georg Ringer
09:32 Bug #20195: logDeprecatedFunction() significantly slows down TYPO3
Better name it $TYPO3_CONF_VARS['SYS']['enableDeprecationLog'] which does chain us to a logging target and is open fo... Steffen Müller
04:09 Bug #20195: logDeprecatedFunction() significantly slows down TYPO3
Attached a patch that implements a new install tool option (default: true)
$TYPO3_CONF_VARS['SYS']['enableDeprecatio...
Christian Kuhn
08:30 Bug #20260: starttime eval date produces time-differences on same values!?
I tried to edit it and tested it. I enter 31-3-2009 and the result is:
1238450400
31.03.2009 00:00:00
Very hard ...
Sven Weiss
08:00 Bug #20260 (Closed): starttime eval date produces time-differences on same values!?
I recognized that if I enter dates the starttime ist not a real date on 0:00 o'clock. It has some time differences. I... Sven Weiss
08:06 Feature #20261 (Closed): enableFields is missing a hook to manipulate the generated clause
I need a hook to change the enableFields and there is currently a hook but this just adds data and there is no chance... Georg Ringer
02:23 Bug #18609: New popups are HSC-ed in 4.2 RC1
Resolved as duplicate of #18885 Christian Kuhn
02:22 Bug #20254: HTML tags in help tooltips
Resolved as duplicate of #18885 Christian Kuhn
02:12 Bug #20254: HTML tags in help tooltips
Since I don't see any decisions in #18885 and since these broken texts really don't look professional, I for now remo... Chris topher
00:35 Bug #20259 (Closed): 0008360: locallang.xml charset convertion dont work for LOCAL_LANG['default']
The bug #18766 is still present.
-----
} else {
$targetCharset = $csConvObj->parse_charset($csConvObj->charSetA...
Franz Holzinger

2009-03-31

23:15 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
Resolved, won't fix.
This is not a TYPO3 but a Linux distribution specific gd problem and should be fixed there.
Christian Kuhn
21:14 Bug #20258 (Closed): admin user created over installtool -> databaseanalyzer with umlaute in password couldn't login
After creating an adminuser in installtool with umlaute in password-field, then the Backend-Login with this new User ... Josef F. Glatz (Old User)
19:54 Bug #20257 (Closed): tslib_content calls deprecated function makeInstanceClassName
tslib_content calls deprecated function makeInstanceClassName and therefore an error message is written to devlog etc... Susanne Moog
19:04 Revision 1605ab0d: Fixed bug #10567: Added IE8+ support / Get rid of browser version dependent t3lib_div::clientInfo() (Thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@5253 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
19:02 Revision c3250272: Fixed bug #10567: Added IE8+ support / Get rid of browser version dependent t3lib_div::clientInfo() (Thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5252 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
19:00 Revision 263f1c36: Fixed bug #10567: Added IE8+ support / Get rid of browser version dependent t3lib_div::clientInfo() (Thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5251 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
18:59 Revision 015599be: Fixed bug #10567: Added IE8+ support / Get rid of browser version dependent t3lib_div::clientInfo() (Thanks to Steffen Gebert)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5250 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
18:58 Bug #19840: FlexForms: wrong mm-relations after copy and localize
I've created a new version of the patch that uses the copyRecord_procBasedOnFieldType() method as it is used for non-... Oliver Hader
17:59 Bug #20105: Clickmenu doesn't work with IE8
The compatibility mode in IE8 can be used as a workaround for this problem.
When working in the typo3 backend just...
Ruben Sutter
17:32 Bug #20008: Page Preview not working, if page is standard/advanced and has domains at it
Any news here? I have the same problem on a 4.1.10 installation! Benni Mack
17:00 Bug #20252: writeCacheFiles() removes tags somewhere in the files instead of just begin and end
I can confirm this issue. Oliver Hader
15:51 Feature #20202: No simple way to get the maximum upload size in TYPO3
Commited to trunk on 2009-03-31. Benni Mack
15:40 Revision b60b802e: #10717: Introduced a new function to t3lib_div::getMaxUploadFileSize() to have a central
function to detect the maximum upload limit, was: No simple way to get the maximum
upload size in TYPO3
git-svn-id...
Benni Mack
14:02 Revision 56520e04: ExtBase:
* Request->arguments is now an array instead of an ArrayObject
* AbstractController: Fixed redirect() and forward() h...
Sebastian Kurfuerst
13:53 Revision 08e57531: Extbase:
* Moved URIHelper to View
* Did some cleanup
Sebastian Kurfuerst
13:49 Revision 3ef7ac06: Fluid:
* Added Form* view helpers backported from v5
* Adjusted view helpers to refactoring of URIHelper
Sebastian Kurfuerst
12:37 Feature #20256 (Closed): imgResource does not allow TS option file.current=1
Even if you have set an imageFilename with $cObj->setCurrentVal('filename'), sou cant use this in TS by e.g. image.fi... Stefan Geith
11:46 Bug #20013: Call to undefined method SC_wizard_list::printContent()
Committed to SVN:
* TYPO3_4-2 (rev. 5247)
* Trunk (rev. 5248)
Oliver Hader
11:45 Revision b691bb06: Fixed bug #10431: Call to undefined method SC_wizard_list::printContent()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5248 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:44 Revision 678854fe: Fixed bug #10431: Call to undefined method SC_wizard_list::printContent()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5247 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
11:17 Bug #19858: Call to undefined method t3lib_div::calluserfunc() in class.tslib_fe.php
Committed to SVN Trunk (rev. 5246) Oliver Hader
11:17 Revision d59b2673: Fixed bug #10190: Call to undefined method t3lib_div::calluserfunc() in class.tslib_fe.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5246 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:58 Revision edf066db: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5245 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:51 Revision dc40f09a: Flollow-up to bug #10025: Enabled to cut off image profiles for image resizing by default
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5244 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:29 Feature #20203: Make tce_file usable via AJAX
Committed to SVN Trunk (rev. 5241) by Benni Oliver Hader
10:27 Revision f411151a: Cleanup: Set SVN properties
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5243 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader

2009-03-30

21:05 Feature #19948: Split css styled content templates in version templates to get rid of the compat version checks
Committed to trunk (revision 5242) Francois Suter
20:54 Feature #19948: Split css styled content templates in version templates to get rid of the compat version checks
Attached the committed version of the patch Francois Suter
20:53 Revision 2d809d5e: Feature #10320: Split CSS styled content templates in version templates to get rid of the compat version checks
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5242 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
20:07 Feature #20255: helper function for handling with TYPOScript
added the same file with bugnumber in name Sebastian Böttger
20:05 Feature #20255 (Closed): helper function for handling with TYPOScript
in t3lib_div there should be a helper function for TYPOScript values.
The patch merges the following function ...
Sebastian Böttger
19:18 Bug #18079: slide of cObj CONTENT stops if sysfolder in rootline
reproducable even in current TYPO3 4.2.6 with PHP 5.2.9 Andreas Rieser
17:38 Revision 82364a98: Feature #10718: Make tce_file usable via AJAX, uploads, file manipulation etc via AJAX in the Backend now possible
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5241 709f56b5-9817-0410-a4d7-c38de5d9e867 Benni Mack
16:06 Bug #20254 (Closed): HTML tags in help tooltips
The tooltip in content elements shows HTML Tags (see screenshot)
(issue imported from #M10808)
Michael Raberger
14:50 Bug #15832: Undo/Redo button doesn't work - and History view has bad usability now!
Hi Sebastian,
can you take a look at this one, please? I think the undo/redo functionality was written by you, so ...
Michael Stucki
13:49 Bug #3004 (Closed): Recycler: Versioned records are not handled by recycler
Records which have been created with versioning are not handled by the recycler.
Steps to reproduce:
- create pag...
Steffen Müller
13:22 Revision 89c87174: Updated todo list
Sebastian Kurfuerst
11:09 Bug #19819: Date/time handling with negative timestamps
I wittnessed the same behaviour in the 4.2.6 version
Problem accured after an update from 4.1.8 to the 4.2.6 - bef...
Christoph Burchartz

2009-03-29

00:34 Revision 8a1f2035: Added TODO for deletion of value objects
Christopher Hlubek
00:33 Revision 7d200051: Added TODO for recursive delete, commented out broken recursive delete
Christopher Hlubek
00:27 Bug #19919: "output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter'" on backend login
I can confirm this issue on a website running at Domainfactory...
Please tell whether you have phpMyAdmin installed ...
Oliver Hader
00:18 Revision 8041d0ca: The link view helpers are now based on the new URIHelper
Christopher Hlubek
00:18 Revision 7a26d761: Implemented the URIHelper and backported new redirect for the controller
Christopher Hlubek
00:17 Revision 68504901: Added update to TYPO3 refindex for insert and delete
Christopher Hlubek
00:06 Revision 516e7012: ExtBase:
* Fixed call to the fetch method from the repository (signature lacked the $from) Jochen Rau

2009-03-28

23:12 Revision 770b8dbb: Extbase - first attempt for hook
Sebastian Kurfuerst
22:37 Revision df98329c: ExtBase:
* Fixed registration of allowed actions of a controller Jochen Rau
21:43 Revision 591d8f8d: ExtBase:
* $defaultViewObjectName = "Tx_Fluid_View_TemplateView" is now defined in the Action Controller
* Added a Request Bu...
Jochen Rau
21:37 Revision c94b14a3: Fluid:
* Fixed problem with encoding of the url arguments
* The link view helper now takes the controller argument into account
Jochen Rau
21:13 Revision 46058861: Splitted logic between entities and ValueObjects
Sebastian Kurfuerst
21:10 Revision 6ba23b41: Value objects will be reused by looking up existing objects when inserting
Christopher Hlubek
21:00 Bug #20253: felogin labels are not localized in the frontend
This was a problem with translations handling. Stanislas Rolland
18:16 Bug #20253 (Closed): felogin labels are not localized in the frontend
felogin labels are not localized in the frontend
TYPO3 4.2.6
(issue imported from #M10805)
Stanislas Rolland
18:27 Revision e65c3fb5: * The object relational mapper will gather statistics about database operations and reconstitutions
* Implemented a simple first level cache for object reconstitution in the mapper Christopher Hlubek
17:54 Revision 5525f954: Added a key argument to enable the usage of associative arrays in for
Christopher Hlubek
17:15 Revision 07a35bc5: Initialize translate view helper only once per request
Christopher Hlubek
15:54 Revision 7f20bfe3: Extbase:
* Arguments: we now support default arguments Sebastian Kurfuerst
15:16 Bug #19840: FlexForms: wrong mm-relations after copy and localize
We found out, that the demo extension will not create the correct database contents if you have extCache enabled. Thi... Peter Kuehn
15:15 Bug #20252 (Closed): writeCacheFiles() removes tags somewhere in the files instead of just begin and end
due to a not so definite regex t3lib_extMgm->writeCacheFiles() removes '<?php' and '?>' somewhere in the content of t... Peter Kuehn
14:00 Revision 4b8162a5: Made ObjectFactory really work
Sebastian Kurfuerst
13:50 Bug #20210: fe_login: Forgot Password should not send passwords if they are hashed (md5)
kb_md5fepw works fine with recent typo3 4.2.6 and php5 and supports password resetting. However, you have to override... Nabil Sayegh
13:19 Revision b0a3927a: ExtBase:
* The type casting is now Tx_ExtBase_DomainObject_DomainObjectInterface instead of Tx_ExtBase_DomainObject_AbstractDo... Jochen Rau
12:35 Revision af05a8fd: Extbase: Performance improvements
Sebastian Kurfuerst
11:23 Revision 8992c941: ExtBase:
* Replaced preg_replace with str_replace in Utility String Jochen Rau
11:08 Revision e652bb92: ExtBase:
* Adjusted class names of exceptions Jochen Rau
10:57 Revision 561a1b91: ExtBase:
* Removed marker based template engine (it was replaced by fluid - hooray) Jochen Rau
10:47 Revision 9bc919e1: ExtBase:
* Added several methods to check for common columns (crdate, cruser_id, tstamp etc.) and retrieve their names
* Imple...
Jochen Rau
08:38 Revision 4b396cde: ExtBase:
* Reorganized folder structure of the tests Jochen Rau

2009-03-27

23:01 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
I attached a patch that fits to latest trunk. Steffen Kamper
18:05 Bug #20251 (Closed): AJAX relogin box doesn't appear
While the BE session times out, the relogin box doesn't appear.
I see the following requests in firebug:
http://...
Dan Osipov
18:01 Feature #20250 (Closed): Integrate id attribute in form tag of TCEforms
Integrate id attribute in form tag of TCEforms to enable a more easy way to access this element for e.g. JavaScript/A... Oliver Hader
17:39 Revision 6b3e3d01: Fluid: Default arguments are not validated anymore
Sebastian Kurfuerst
17:14 Revision 9c9157fa: argument registration
Sebastian Kurfuerst
17:13 Revision ef68b3fe: Optimized reflection service to reflect only the methods needed
Christopher Hlubek
16:59 Revision dc17dd8e: Ported the existing translation view helper from extbase to fluid
Christopher Hlubek
16:58 Revision 0f01e1a9: Fluid backport
Sebastian Kurfuerst
16:34 Revision b2c729f6: New view helpers
Sebastian Kurfuerst
16:32 Revision 3dfb6794: added view->initializeView()!
Sebastian Kurfuerst
16:16 Bug #20148: Backend admin cannot perform file operations in filelist
Committed by Steffen to trunk in rev 5221 Christian Kuhn
16:14 Revision f5489abd: Implemented a basic date view helper
Christopher Hlubek
16:07 Revision 7a22218c: ExtBase:
* Change: "action=show" has also to be prefixed like "tx_blogexample_post[action]=show" Jochen Rau
15:56 Revision ec73e1e1: Fixed wrong sql fetch
Christopher Hlubek
15:49 Revision 6b9252e9: ExtBase:
* Fixed reconstitution of objects Jochen Rau
15:38 Bug #20249: Flag sectionIndex is not used for "menu of subpages + sections"
Committed to trunk (rev 5239) and 4.2 (rev 5238). Francois Suter
15:02 Bug #20249: Flag sectionIndex is not used for "menu of subpages + sections"
Forgot to include page 1.2 in expected output.
Expected output is of course:
- link to page 1.1
- link to ...
Xavier Perseguers
14:49 Bug #20249 (Closed): Flag sectionIndex is not used for "menu of subpages + sections"
According to the documentation, when creating a menu/sitemap of type 7 (menu of subpages + sections), this should inc... Xavier Perseguers
15:36 Revision c8b69858: Fixed issue #10798: Flag sectionIndex is not used for "menu of subpages + sections"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5239 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
15:35 Revision 9b1aaf0e: Fixed issue #10798: Flag sectionIndex is not used for "menu of subpages + sections"
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5238 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
15:17 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
It seems enough to call decodeURI() on the field names, since field names are encoded with rawurlencode() in tslib_co... Francois Suter
14:49 Revision 6666f15b: Updating ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5237 709f56b5-9817-0410-a4d7-c38de5d9e867 Patrick Broens
14:39 Bug #19108: Menu of subpages + sections doesn't have anchor
Fixed in 4.2 and 4.3 Francois Suter
14:03 Revision 918d4022: Refactored the ObjectRelationalMapper, fixed testcases
Christopher Hlubek
14:00 Bug #20234: TCA change for BE_USER
committed v3 to trunk, rev 5236 Steffen Kamper
13:59 Revision 2750cafe: Fixed bug #10773: TCA change for BE_USER (admin with less fields, admin checkbox on first tab)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5236 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
13:53 Bug #16102: German umlaut not correct in FC
Resolved, no change required after no further feedback for a month. Christian Kuhn
12:51 Revision 34b52527: BlogExample:
* !!!Database table names have changed because of the folder structure
ExtBase:
* Big performance enhancement after p...
Jochen Rau
12:21 Bug #20247: Click on preview link causes a fatal error
committed to trunk, rev 5235 Steffen Kamper
11:59 Bug #20247 (Closed): Click on preview link causes a fatal error
Problem:
Clicking the preview link in versioning causes a fatal error in FE.
Fatal error: Class name must be a va...
Uschi Renziehausen
12:19 Revision fa4cbf27: Fixed bug #10796: Click on (WS 48hour-) preview link in versioning module causes a fatal error
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5235 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
12:14 Bug #20248 (Closed): Clicking on preview link enable preview of whole workspace brings error
Problem:
On a page that has versions choose Web>versioning, enable the checkbox 'Allow preview of whole workspace'...
Uschi Renziehausen
11:53 Revision e2108675: ExtBase:
* Adapted tests according to the changed folder structure
* ORM refactoring part II (to be continued)
Jochen Rau
11:52 Revision cb0e7c2e: Fixed reflection service getMethodParameters test
Christopher Hlubek
11:42 Bug #20246 (Closed): Clicking on view icon causes a typo3 error
Problem:
If you click on the view icon of a page, version you will end up with the following TYPO3 error:
The reque...
Uschi Renziehausen
11:00 Revision 8f442a74: Updating Changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5234 709f56b5-9817-0410-a4d7-c38de5d9e867 Patrick Broens
10:33 Feature #19748: ImageMagick generates larger than necessary files
committed v8 to trunk, rev 5233 Steffen Kamper
01:29 Feature #19748: ImageMagick generates larger than necessary files
Added new patch that allows to enable/disable the stripping of profile data specifically by
[IMAGE].file.stripProfil...
Oliver Hader
10:30 Revision f38b711d: Fixed bug #10025: ImageMagick generates larger than necessary files
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5233 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
10:23 Revision 113f51f8: ExtBase
* Refactored ORM and Persistence Repository
* Marked several tests as incomplete (they have to be revised)
Jochen Rau
03:31 Bug #20245 (Closed): Extensions cannot be looked up, when cache_extensions is empty
Extensions cannot be looked up, when cache_extensions is empty and an actual extensions.xml.gz is in typo3temp.
Yo...
Sebastian Böttger
03:08 Revision 3e7a1d98: ExtBase
* Revised Object Storage
* Added test cases for the Object Storage
* Moved check for empty $where clause to the fetch...
Jochen Rau
02:59 Revision 6fbddefc: Small ChangeLog corrections
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5232 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
02:45 Bug #20244 (Closed): Performance improvement: Skip cHash check if page is already non-cached
TYPO3 compares the cHash parameter against the computed checksum of all GET parameters. In case the checksum does not... Michael Stucki
02:38 Feature #20213: Indicate number of USER_INT objects used on a page in Admin Panel
Implemented in Trunk (4.3).
- michael
Michael Stucki
02:37 Revision 0ab29b89: AdminPanel: Indicate number of USER_INT objects used on a page
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5231 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
01:50 Bug #20231: Small rendering/css bug on FE with Text with image
Committed to trunk,
rev 5228 for trunk
rev 5229 for 4.2 branch
Patrick Broens
01:49 Revision dafc2dae: Updating ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5230 709f56b5-9817-0410-a4d7-c38de5d9e867 Patrick Broens
01:41 Revision f4df9a97: Bug #10768: Small rendering/css bug on FE with Text with image
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5229 709f56b5-9817-0410-a4d7-c38de5d9e867 Patrick Broens
01:32 Revision 7aa10a0f: Bug 10768: Small rendering/css bug on FE with Text with image
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5228 709f56b5-9817-0410-a4d7-c38de5d9e867 Patrick Broens
01:25 Bug #20235: Clearing cache_treelist after inserting page on root level does not work
fixed in trunk (4.3) Ingo Renner
01:16 Revision 77a807c9: Fluid: Added typolinkViewHelper and a basic actionViewHelper; fixed many argument things ;-)
Sebastian Kurfuerst
01:15 Revision 3084dee1: Extbase: Fixed a bug in reflectionService
Sebastian Kurfuerst
01:11 Revision d07a0285: Fixed bug #10776: Clearing cache_treelist after inserting page on root level does not work
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5227 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
00:53 Bug #20236: Add the new versioning icon to t3skin
Committed to trunk rev. 5226 Patrick Broens
00:12 Bug #20243 (Closed): Content element anchors won't get disabled on translated pages
When using "tt_content.stdWrap.dataWrap >" or "tt_content.stdWrap.dataWrap =" content element anchors won't be output... Thomas Deinhamer
00:06 Revision 9dc55a0d: Bug 10777: Make versioning module icon skinnable and change the icon
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5226 709f56b5-9817-0410-a4d7-c38de5d9e867 Patrick Broens

2009-03-26

23:50 Bug #20231: Small rendering/css bug on FE with Text with image
Added to the core list Patrick Broens
23:40 Bug #20231: Small rendering/css bug on FE with Text with image
Added a patch file Patrick Broens
23:50 Bug #20205: FE lifetime as string
commited to
* TYPO3_4-2 (rev. 5223)
* Trunk (rev. 5225)
Rupert Germann
23:20 Bug #20205: FE lifetime as string
I changed the description, because it already starts with: "Integer..." Rupert Germann
23:47 Revision 65cc6fd8: 2009-03-26 Rupert Germann <rupi@gmx.li>
* Fixed bug #10723: ambigious description of the 'lifetime' option in installtool (thanks to Dan Osipov)
git-svn-id...
Rupert Germann
23:40 Revision aff4f03f: git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5224 709f56b5-9817-0410-a4d7-c38de5d9e867
Rupert Germann
23:36 Revision c4623647: fixed bug 10723
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5223 709f56b5-9817-0410-a4d7-c38de5d9e867 Rupert Germann
22:40 Revision 1ce44883: Fixed class properties of reflection service
Christopher Hlubek
22:39 Revision b8f6da78: Implemented partial backport of the FLOW3 Reflection Service
Christopher Hlubek
21:35 Bug #17469: Comments in class.t3lib_extmgm.php
committed to trunk rev 5222 Steffen Kamper
21:34 Revision d771c9fa: Fixed bug #5957: Comments in class.t3lib_extmgm.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5222 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
18:38 Bug #19858: Call to undefined method t3lib_div::calluserfunc() in class.tslib_fe.php
Please test whether the attached patch solves this issue... Oliver Hader
18:16 Bug #20218: Create version of page crashes in Cache
Created a new issue on Forge for FLOW3:
http://forge.typo3.org/issues/show/2982
Oliver Hader
17:55 Bug #20238: memcache class not existant, only backend memcache class exists (http://bugs.typo3.org/view.php?id=9645)
The update of the caching framework during 4.3 alpha phase was handled in issue #20133 Oliver Hader
17:51 Bug #20238: memcache class not existant, only backend memcache class exists (http://bugs.typo3.org/view.php?id=9645)
The caching framework was upgraded in the last alpha. The file you were referring to is now called class.t3lib_cache_... Oliver Hader
17:36 Bug #20238: memcache class not existant, only backend memcache class exists (http://bugs.typo3.org/view.php?id=9645)
fixed, my mistake, t3lib/ the defaults file holds all info needed...
$TYPO3_CONF_VARS['SYS']['caching']['cacheConf...
oliver leitner
17:25 Bug #20238: memcache class not existant, only backend memcache class exists (http://bugs.typo3.org/view.php?id=9645)
That article is quite old. There is no need for that patch anymore. Dmitry Dulepov
10:08 Bug #20238 (Closed): memcache class not existant, only backend memcache class exists (http://bugs.typo3.org/view.php?id=9645)
I tried to use the memcache tutorial from Dimitri.
Did not work (-vv option shows my test memcached php script is ...
oliver leitner
17:12 Bug #20032: utf-8 support (cyrilic) problems with th_mailformplus
simpler fix:
$langMarkers['###LLL:'.$marker.'###'] = recode_string("utf-8..{$GLOBALS['TSFE']->labelsCharset}", $GL...
oliver leitner
16:14 Bug #20032: utf-8 support (cyrilic) problems with th_mailformplus
"Fastfix", works for 80% of the words in russian:
if($_GET['L'] == '9') {
$langMarkers['###LLL:'.$marker.'###']...
oliver leitner
17:00 Feature #20242 (Closed): Implement wrapper mysql_fetch_field in t3lib_db
For the upcoming extbase object relational mapping we need the mysql_fetch_field method to fetch column information f... Christopher Hlubek
16:38 Revision 8b562c5d: Fixed bug in convertPropertyValueToFieldValue
Christopher Hlubek
16:22 Revision ddfaa33a: Fluid: Added automatic registration of arguments
Sebastian Kurfuerst
16:21 Revision 6f6c6a4a: Added parameter reflection backport!
Sebastian Kurfuerst
16:05 Revision c83f81dc: ExtBase
* Removed dependency on fluid Jochen Rau
15:52 Revision 7def630f: ExtBase
* The Object Storage throws now an exception if an object is attached like this $storage[] = $object
* Some minor fix...
Jochen Rau
15:29 Bug #20241 (Closed): Change date after saving record
When I try to edit date input field to "26-3-1989" it is being changed by BE to "25-3-1989" (after saving record).
...
Vladimir Podkovanov
14:43 Revision ea8eb339: Fluid
* Fixed class name Tx_ExtBase_MVC_View_AbstractView Jochen Rau
14:36 Revision 811670ee: ExtBase
* Changed the folder structure: moved all mvc related files to the MVC folder Jochen Rau
13:53 Bug #20240 (Closed): Add the new workspace icons to t3skin
This is a HCI team related bug. See http://forge.typo3.org/issues/show/641
In addition to the new icon for version...
Patrick Broens
13:30 Revision dda3093a: Committing changes
Sebastian Kurfuerst
13:26 Revision f5e61b49: Extbase:
* Adapted ActionController to work with Fluid Sebastian Kurfuerst
12:49 Revision 063b18f6: ExtBase
* Removed namespace for $_GET Var. action=setup
* Fixed issue with fetchWithRelationTable()
* Fixed issue with fullQu...
Jochen Rau
12:38 Revision 3d8ce2a4: Fluid: First backport
Sebastian Kurfuerst
12:18 Bug #20239 (Closed): Copying Datasets with related data start- and endtime is recalculated
Szenery:
I've got a dataset (A) with related data (A.1, A.2 ...) both combined with IRRE. A.1 has got a start- and...
Mischa Heissmann
11:05 Bug #19916: Session handling - cannot login to >1 TYPO3 installation under one domain
The patch v3 works fine for me. Tested with 4.2.7-dev and 4.3-dev (latest rel.) on 3 installations. Thomas Schröder
09:38 Bug #20237: Alignment Error in TCEforms with Palette title --palette--;myTitle
IF I change
--palette--;Released;31;;1-1-1,
to
--palette--;Released;31,
Then the alignment is OK.
...
Stefan Geith
09:10 Bug #20237 (Closed): Alignment Error in TCEforms with Palette title --palette--;myTitle
When I add a palette to the showview-item in TCA, that has a 'Alternative Fieldlabel', then it will not be rendered l... Stefan Geith

2009-03-25

18:50 Bug #20038: AJAX relogin does not work
For phpMyAdmin: Currently only TYPO3 4.2 is supported (therefore there are constraints set for TYPO3 to max allow 4.2... Andreas Beutel
18:09 Bug #18689: Cannot upgrade from 4.1.6 to 4.2.0 due to error
Sorry if i ask a silly question, i am new in typo3, but how on earth do i apply the bugfix? Kostas
17:55 Revision 3c7a4139: ExtBase:
* Removed code responsible for caching from the dispatcher
* Extended the argument namespace with a controller postfi...
Jochen Rau
17:52 Revision 35533edd: * Implemented eager loading of has-one relations
* The generic finder can now use nested examples
* Refactored the generic finder
* Fixed some bugs in the DataMap
* M...
Christopher Hlubek
17:49 Bug #18799: Wrong CSS-Declaration makes big Forms unscrollable
I have the same problem with IE7 and all new clean created modules from kickstarter (latest version). If the content ... Sonja Schubert
17:41 Revision eac3beb3: first fluid version
Sebastian Kurfuerst
17:36 Revision 09b846eb: Adding fluid
Sebastian Kurfuerst
15:55 Feature #2972: Add possibility to disable TYPO3 draft workspace by localconf.php configuration
Featur is already reported on bugs.typo3.org with id 8778 Sonja Schubert
15:48 Feature #2972 (Closed): Add possibility to disable TYPO3 draft workspace by localconf.php configuration
It would be a very useful feature if there would be the possibility to disable the TYPO3 draft workspace by localconf... Sonja Schubert
15:27 Feature #2971 (Closed): Workspace should use DB/file mount of BE user/group
It should be possible to configure the workspace, so not the DB mount from the sys_workspace configuration is used. I... Sonja Schubert
15:17 Bug #20236 (Closed): Add the new versioning icon to t3skin
This is a HCI team related bug. See http://forge.typo3.org/issues/show/642
Jens made a new icon for versioning whi...
Patrick Broens
13:33 Revision d514a31b: ExtBase:
* Changed method to determine the type of value in the Data Map
* Merged convertValueToQueryParameter() into convertP...
Jochen Rau
13:05 Bug #20235 (Closed): Clearing cache_treelist after inserting page on root level does not work
After inserting a new page on the root level of the page tree, the following SQL statement is executet:
DELETE FRO...
Oliver Hader
10:00 Feature #20187: activate click enlarge per default
Ok, I see where the problem is now. I did not express myself clearly.
I was looking for the clickenlargement setting...
Joerg Hauke
02:21 Revision 9d42c00d: ExtBase:
* Renamed $extensionKey to $extensionName to avoid confusion; the extensionName is always UpperCamelCase while the $e... Jochen Rau
01:55 Revision fe0f3360: ExtBase:
* Fixed configuration source class names Jochen Rau
01:41 Revision 73874165: ExtBase:
* Renamed the configuration source files to be more readable as short file names Jochen Rau
01:29 Revision 1c37a9a9: ExtBase:
* Renamed the extension EXTMVC to ExtBase according to the latest discussions on the snowboard tour
* Changed the cla...
Jochen Rau
00:22 Revision e2df21bc: EXTMVC:
* Removed obsolete comments Jochen Rau

2009-03-24

23:05 Revision c6caa5f6: EXTMVC:
* Implemented LIMIT for findOneByProperty() (Christopher Hlubek) Jochen Rau
22:50 Revision 5486cabf: EXTMVC:
* Added test case for the ORM (Christopher Hlubek)
* Moved generic find() to ORM (Christopher Hlubek)
* Added methods...
Jochen Rau
22:23 Revision 944a80ac: EXTMVC:
* Refactored ORM Jochen Rau
21:57 Revision 53a1039a: EXTMVC (Patch provided by Christopher Hlubek)
* Added Base Testcase mit AutoLoader
* Added several test cases
* Added support for RELATION_HAS_ONE
* Added a generi...
Jochen Rau
21:32 Revision 0b451bef: EXTMVC:
* Added some TODOs Jochen Rau
20:25 Revision 0da65c25: EXTMVC:
* _getProperties() doesn't return the property "_cleanProperties" anymore
* Fixed insertion of data in relation tables
Jochen Rau
17:08 Revision cf03827b: Fixed bug #10642: Backend admin cannot perform file operations in filelist (credits to Christian Kuhn)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5221 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
16:04 Bug #20234: TCA change for BE_USER
added filemounts as well Steffen Kamper
15:15 Bug #20234: TCA change for BE_USER
as wish from some i added DB-Mounts for admin to tab "options" Steffen Kamper
15:02 Bug #20234 (Closed): TCA change for BE_USER
* move Admin-checkbox to first tab
* remove tabs for Admin as he has total access
(issue imported from #M10773)
Steffen Kamper
16:04 Revision d2900c9c: EXTMVC:
* All class files are renamed to a short version (according to FLOW3 and after a discussion on the snowboard tour; cl... Jochen Rau
15:36 Feature #20171: Enable CSC "uploads" filelist to be manipulated by TS
In off-list discussion with Benjamin Mack we decided not to just add this functionality to the "quick and dirty" and ... Steffen Ritter
15:23 Bug #20226: Searching for specific record opens "edit record" in wrong frame
committed to trunk, rev 5220 Steffen Kamper
15:22 Revision 36461899: Fixed bug #10761: Searching for specific record opens "edit record" in wrong frame
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5220 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
15:15 Bug #20222: getRecordOverlay returns wrong localization (for tt-news 2.5.2)
Bug can be closed, is misbehaviour of class.tx_ttnews.php See bug 10684. Jelle van Brenk
13:05 Revision 8583a55a: EXTMVC:
* Now Implementing the AbstractDomainObject against the DomainObjectInterface Jochen Rau
12:54 Revision b294ee71: EXTMVC:
* Fixed setupAction()
* Renamed ValueObject and Entity to AbstractValueObject and AbstractEntity
Jochen Rau
12:32 Bug #19957: linkHandler different than "record" leads to rteerror
@Daniel: yep, thats not what i want to hear.
The question for me is not, if your extension "linkhandler" works or ...
Martin Holtz
12:32 Bug #20233 (Closed): RTE doesn't know what to do with <media> tag and encodes the braces of tag
if i link from RTEhtmlarea 1.7.8 to an image (using media tab in document browser) the RTE inserts the link correctly... Thomas Mammitzsch
11:04 Revision 33b8e174: EXTMVC:
* Request is now a prototype
* Renamed "cleanProperties" to "_cleanProperties"
* Removed $blacklistedFindByProperties...
Jochen Rau
08:45 Revision 4a15f360: EXTMVC:
* Refactored dispatcher
* Moved isCachableAction() to the ActionController
* Fixed invokation of EmptyView if no view...
Jochen Rau

2009-03-23

23:18 Bug #20232 (Closed): wrong encoded email header (t3lib_div::encodeHeader)
the function t3lib_div::quoted_printable encodes all non ASCII character in their hex value correctly. But for email ... Ivan Dharma Kartolo
16:05 Bug #20231 (Closed): Small rendering/css bug on FE with Text with image
If you have a CE 'Text with Images' and set the positioning to 'Image left in Text' where the text should float aroun... Clemens Riccabona
15:48 Revision 502cf91b: EXTMVC:
* Added comments to the ObjectStorage
* Removed Query related files
Jochen Rau
15:40 Bug #19998: Generation of encryption key does not work in IE7
Committed v5 patch to 4.1 (r5218) and 4.2 (r5219). Jeff Segars
15:37 Revision 5c283961: Fixed bug #10410: Generation of encryption key does not work in IE7 (thanks to Steffen Muller).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5219 709f56b5-9817-0410-a4d7-c38de5d9e867 Jeff Segars
15:34 Revision 5a490924: Fixed bug #10410: Generation of encryption key does not work in IE7 (thanks to Steffen Muller).
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@5218 709f56b5-9817-0410-a4d7-c38de5d9e867 Jeff Segars
15:30 Revision a6226df1: EXTMVC:
* Changed validation of floats
* Revised View Helpers (changed signature!)
Jochen Rau
13:04 Bug #19967: typolink: title tag generation not correctly working, if in the title-tag string is an occurance of whitespaces
the patch from issue 0010629 seems also applyable to typo3_src-4.2.6 and it seems, it solves this problem.
As 0010...
Frank Roeske
13:01 Bug #20228: page cache never expire
no
config.sendCacheHeaders=0
Bartosz Aninowski
11:52 Bug #20228: page cache never expire
did you use config.sendCacheHeaders = 1 ? Steffen Kamper
11:52 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
The issue is still present in Typo3 4.2.6, and the patch attached to this issue does work (applied manually as line n... Alban Cousinie
11:34 Feature #20014: Page TS option to disable available languages
committed to trunk, rev 5217 Steffen Kamper
11:32 Revision e26bf309: Fixed bug #10432: Page TS option to disable avaiable languages (thanks to Xavier Perseguers)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5217 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
01:20 Bug #20230: doc->loadScriptaculous should be callable without parameters
committed to trunk, rev 5216 Steffen Kamper
01:11 Bug #20230 (Closed): doc->loadScriptaculous should be callable without parameters
set $modules='' for default
This one was forgotten in #19829
(issue imported from #M10765)
Steffen Kamper
01:16 Revision c1a7e528: Fixed bug #10765: doc->loadScriptaculous should be callable without parameters
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5216 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
01:07 Bug #20229 (Closed): Use new JS-function for loading prototype/scriptaculous/extJS
Since #19829 there are simplified methods for BE-inclusion of this main JS-libs.
Now use them.
(issue imported f...
Steffen Kamper

2009-03-22

19:28 Bug #20228 (Closed): page cache never expire
1. set cache time in page properties to 1min
2. access page in frontend
3. check html source
<!-- Cached page ge...
Bartosz Aninowski
13:46 Bug #20227 (Closed): No multiple RTEs in TCEFORMs (htmlarea 1.5.7 on 4.1.10)
If a TCEFORM contains more than one htmlarea RTE, only the first one will load properly (at least in Firefox 3.0.7 an... Ralf Hettinger
12:51 Bug #20226 (Closed): Searching for specific record opens "edit record" in wrong frame
If you search for specific record, eg:
pages:10
fe_user:3
it opens the "edit record"
Unfortunally it opens th...
Steffen Kamper
10:19 Feature #20212 (Closed): Page icon for "not in menu" access restricted page (restriction icludes subpages) not available
Hi All,
I noticed today, there is no icon for such a page and typo3 displays default question mark icon. Would be ...
Sergii Khomenko
08:38 Feature #20187: activate click enlarge per default
Yep, works here (TYPO3 4.2.6). Christian Kuhn
02:23 Feature #20187: activate click enlarge per default
Hey Christian,
I tried it but it doesn't work. I insertet in the pageTS of my rootpage.
Did you try it?
Joerg Hauke

2009-03-21

21:24 Bug #19751: Strip uploaded images headers
#0010025 is related to
$TYPO3_CONF_VARS['GFX']['strip_generated_images'] = 1; // Strip image headers from Typo3 ge...
John Angel
17:59 Bug #18686: Updating to TYPO3 4.2 cuts off TypoScript templates after the first umlaut resulting in unusable code
As I had the same problem I was comming along to this thread.
After having now performed some steps, I would conclud...
Kurt Ludikovsky
15:00 Bug #20161: Invalid XHTML Code in logout form
Committed to SVN:
* TYPO_4-2 (rev. 5214)
* Trunk (rev. 5215)
Oliver Hader
15:00 Revision f371cf56: Fixed bug #10663: felogin - Invalid XHTML Code in logout form
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5215 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:59 Revision 03e982e9: Fixed bug #10663: felogin - Invalid XHTML Code in logout form
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5214 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:21 Bug #20225 (Closed): RemoveXSS is incompatible with PHP 5.2.9
RemoveXSS cannot be used with PHP 5.2.9 as it is defined as this:
class RemoveXSS {
function RemoveXSS($val...
Xavier Perseguers
09:22 Bug #16603: Fuctions -> Multiple pages creates pages in reverse order (page ids decreasing)
Sent to the core list! Benni Mack
09:22 Bug #18670: alt_db_navframe.php often replaced by db_list.php without content under 4.2.0RC1 and RC2
Hey Tomas,
does the issue still apply to a stable 4.2 and/or the latest alpha of 4.3?
Thanks for the info!
Benni Mack
08:23 Feature #18902: Hook for debug_typo3PrintError"
hey,
no, no interface required. Looks good so far, only the $fakeThis parameter is unclear to me...
Also, the $...
Benni Mack
08:21 Feature #18902: Hook for debug_typo3PrintError"
No, an interface is not a must have! It depends on the scenario if interfaces make sense or not - if you feel that th... Oliver Hader
01:27 Feature #18902: Hook for debug_typo3PrintError"
Attached a slightly modified patch.
As I never implemented a new hook before: Is an interface a must have for new ...
Christian Kuhn
01:44 Bug #19271: Default icon for plugins in list_type select
Resolved, fixed.
This has been committed by Dmitry at 2008-09-04 to trunk in rev 4061 and is released with TYPO3-4...
Christian Kuhn
00:21 Feature #19142: Be-User should be redirected to Login-Page if Login has expired
Resolved, fixed:
This has been solved in #19152 with a new "login expired popup" in TYPO3-4.3.0-alpha2.
Christian Kuhn

2009-03-20

23:54 Bug #18924: Usersettings with fullHelptextMode looks weird
Resolved, fixed.
A patch was committed in rev. 4093 by benni and released with 4.2.2
Christian Kuhn
23:42 Bug #18906: "Select plugin"-select is too small
Resolved, no change required:
This has been solved differentently: The width of the "select plugin" dropdown is fl...
Christian Kuhn
23:05 Feature #16860: Canceling session timeout message could redirect to login page
This has been solved with #19152 in TYPO3-4.3.0-alpha2. Christian Kuhn
22:09 Feature #16408: No unicode signs possible in title
I see. But why not insert the unicode char directly? Is this issue a problem that should be solved? Christian Kuhn
22:05 Bug #17668: force charset does not work in mass editing
Resolved, unable to reproduce:
- I was unable to reproduce this locally
- No feedback for two month
Please reo...
Christian Kuhn
21:57 Bug #19162: backslashes will removed on saving in extension manager / edit file.
Resolved, unable to reproduce.
Tested with FF3 on current trunk, rev. 5213. Please reopen if I missed something.
Christian Kuhn
21:34 Bug #20219: LOCAL_LANG default values are overwritten by localized text
Committed to SVN:
* TYPO3_4-2 (rev. 5212)
* Trunk (rev. 5213)
Oliver Hader
20:41 Bug #20219: LOCAL_LANG default values are overwritten by localized text
Whatever... I'm going to take care of that RFC Oliver Hader
20:41 Bug #20219: LOCAL_LANG default values are overwritten by localized text
No, I am just checking out the trunk. Will post it then ... Mathias Gisch
20:39 Bug #20219: LOCAL_LANG default values are overwritten by localized text
Sounds reasonable...
Did you post this as RFC to the core list as the accordant tag of this issue tells? I couldn't ...
Oliver Hader
13:49 Bug #20219 (Closed): LOCAL_LANG default values are overwritten by localized text
Consider the following XML (see XML-file attached):
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3l...
Mathias Gisch
21:28 Revision f3c5e77d: Fixed bug #10742: LOCAL_LANG default values are overwritten by localized text
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5213 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
21:27 Revision 783d49c9: Fixed bug #10742: LOCAL_LANG default values are overwritten by localized text
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5212 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:33 Bug #19263: can't use the "toggle selection" button when selecting images in FF3
Does this issue still exist? Oliver Hader
20:18 Feature #20224: Provide complete title in element browser if title was cut off
Committed to SVN Trunk (rev. 5211) Oliver Hader
20:11 Feature #20224 (Closed): Provide complete title in element browser if title was cut off
If the title of an element was cut off due to exceeding the max. length defined, it would be nice to have the origina... Oliver Hader
20:18 Revision 2c8de085: Added feature #10748: Provide complete title in element browser if title was cut off
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5211 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:54 Bug #20223 (Closed): IE8 inserting of table via rte fails
If you try to insert a table via the rte you will see something on the top of the page but no table.
Thanks and Ch...
Arne
19:53 Revision d3bea128: EXTMVC:
* Fixed initialization of $additionalHeaderData Jochen Rau
18:18 Bug #18741: Opera 9.50 Beta 2 backend max 600px hight
Resolved, fixed.
This has been fixed with an update of prototype to 1.6.0.3 in trunk for TYPO3-4.3.0-alpha2 with b...
Christian Kuhn
16:42 Bug #20222 (Closed): getRecordOverlay returns wrong localization (for tt-news 2.5.2)
We've encountered some strange behaviour when using tt_news 2.5.2 in one of our multilingual sites.
On one of our ...
Jelle van Brenk
15:47 Bug #20221 (Closed): Icon path calculated incorrectly in t3lib_tceforms->getIcon()
In the else case of t3lib_tceforms->getIcon(), an image path is determined using the skinning API and then its dimens... Jeff Segars
15:13 Bug #17437: When accessing pages form cache "No Temlpate found!" appears
I solved this recently for myself by using the "--default-character-set=utf8" parameter on mysqldump and the mysql co... Roland Behme
15:03 Feature #20220 (Closed): Integrate possibility to define read/write access on different filemounts
At the moment it is not possible to grant or deny read/write permissions on certain directories in the fileadmin fold... Roland Behme
12:56 Bug #19005: Update button in User Admin -> Compare user settings doesn't work in IE7
ah well, in 4_2 it doesn't work, attached patch fixes that. Steffen Kamper
12:43 Bug #19005: Update button in User Admin -> Compare user settings doesn't work in IE7
i tried to reproduce it with latest trunk and IE7 and it works for me there, please test again. Steffen Kamper
12:38 Bug #20218 (Closed): Create version of page crashes in Cache
When i try to create a new version of page it crashes in Cache:
Fatal error: Uncaught exception 'InvalidArgumentEx...
Steffen Kamper
09:39 Bug #20217 (Closed): Export to t3d does not include sub-elements
When using the "export" feature of the clipboard, no sub-elements are exported. E.g. when a page is on the clipboard,... Markus Kappe
07:29 Bug #17250: admin user blocked...
Resolved, won't fix:
Admin users can easily kill the system in many ways. For this particular issue: The install t...
Christian Kuhn
07:21 Bug #17522: beuser
Resolved, no change required:
As soon as you define a table with a primary auto increment field (like for be_users...
Christian Kuhn
06:46 Bug #19668: "Group By" function at "User Admin" module is not working in IE7
Resolved as duplicate of #19005 Christian Kuhn
06:39 Bug #19572: Submit button missing in Backend User Administration
Resolved as duplicate of #18834
- In 4.2 there is the "safe" icon in the docheader to reload / update the page
- ...
Christian Kuhn
06:18 Bug #19854: Backend User Administration, submit button doesn't work with IE
Resolved as duplicate of #19668 Christian Kuhn
06:18 Bug #19692: "User Admin" does not work in IE7
Resolved as duplicate of #19668 Christian Kuhn
05:54 Bug #16235: Image-PopUp (index.php?eID=tx_cms_showpic) don't use correct DOCTYPE
Resolved as duplicate of #18919 Christian Kuhn
05:53 Bug #17014: generated page won't reflect 'doktype' settings
This has been fixed with #18108 (trunk rev. 3078) for TYPO3 4.3.0alpha1 by merging standard and advanced doktype. Christian Kuhn
05:48 Bug #17534: Meta-Tag http-equiv="Content-Type" content="text/html [...]"
Resolved as duplicate of #17561 Christian Kuhn
05:27 Bug #17280: Frontend User / class_sv_auth.php
Resolved, no change required:
Following the (german) thread in http://www.typo3.net/forum/list/list_post//61982/ t...
Christian Kuhn
00:48 Bug #15617: template->docType is not compatible with IE
Resolved with unable to reproduce: I do not get any empty lines in current trunk (r5210) preceding the DOCTYPE tag.
...
Christian Kuhn
00:27 Bug #19038: template->startPage returns invalid XHTML
Resolved as duplicate of #16033 Christian Kuhn
00:24 Bug #18642: invalidat xHTML
These are two issues:
- The xml declaration not preceding the DOCTYPE definition is a duplicate of #16033
- The xml...
Christian Kuhn
00:22 Bug #20216: Add xmlns attribute to html tag in backend
This issue was previously reported by Hauke Mehrtens in #18642 , thanks! Christian Kuhn
00:16 Bug #20216 (Closed): Add xmlns attribute to html tag in backend
Problem:
xmlns is a mandatory attribute in XHTML 1.0 of the html tag, but it's missing. To make the backend more val...
Christian Kuhn

2009-03-19

23:42 Revision f145b9d3: EXTMVC:
* Added several comments to the TemplateView Jochen Rau
22:23 Bug #19147: getFileAbsFileName returns false for EXT:lowlevel/dbint/cli/cleaner_cli.php [PHP_SAPI: cgi-fcgi]
Resolved as duplicate of #17271 as requested by reporter. Christian Kuhn
21:38 Revision d42d466d: EXTMVC:
* Fixed typo in Response (thanks to Stefan Isak) Jochen Rau
20:05 Bug #18703: broken temp_CACHED_XXX_ext_localconf.php with PHP short tags
Resolved with won't fix:
Extensions shouldn't use short open tags and should be fixed if they do.
Christian Kuhn
19:35 Bug #20215: Install Tool do not store DB Username, Password and Host into localconf.php
A other fix is to create a file "localconf.php.TMP.php and chmod them writeable ;-) Martin
19:23 Bug #20215: Install Tool do not store DB Username, Password and Host into localconf.php
OK i found the problem.
The localconf.php file is writeable for anyone and no error message occur but the "localconf...
Martin
17:58 Bug #20215: Install Tool do not store DB Username, Password and Host into localconf.php
Please check whether the localconf.php file and/or the directory typo3conf is writable for webserver's system user.
...
Oliver Hader
17:11 Bug #20215 (Closed): Install Tool do not store DB Username, Password and Host into localconf.php
I want to install typo3 by the install tool.
On 123 mode i type in username "root", password "xyz" and host "localho...
Martin
17:33 Feature #20164: Integrate automatic line breaks in GIFBUILDER
Added a new overworked patch since some changes got integrated in other RFCs in between. Oliver Hader
17:30 Bug #2919 (Closed): Show real name of the be user after the recipient email address
The real name of the be user should be shown after the email address in the recipient list in the advanced staging mo... Sonja Schubert
17:19 Feature #2918 (Closed): Possiblity to select be_groups in responsible persons field of custom stage
It should be possible to select be_groups in the responsible persons field in the custom stage configuration record. Sonja Schubert
17:11 Bug #15966: template::getTabMenu doubles ampersands
Resolved as duplicate of #15362 Christian Kuhn
17:09 Bug #20161: Invalid XHTML Code in logout form
+1 Stano Paska
15:18 Bug #20161: Invalid XHTML Code in logout form
Thanks... there's a much simpler way to do this in the called method generating the links...
The behaviour can be te...
Oliver Hader
12:08 Bug #20161: Invalid XHTML Code in logout form
here you are
based on https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2
Stano Paska
17:02 Bug #20214 (Closed): Wrong returnUrl with clipboard actions
Backend -> list module -> clipboard 2 -> copy an element -> select "edit" in clipboard menu -> close with "X" icon ->... Markus Kappe
16:54 Feature #20213 (Closed): Indicate number of USER_INT objects used on a page in Admin Panel
The admin panel can be very helpful to identify slow websites (parsetime, no_cache, fe_groups, etc.). However, it doe... Michael Stucki
11:54 Bug #20211 (Closed): Record Locking leaves Records locked on Logout
In the BE, records get locked when you begin to edit them and they are unlocked if you
a) save/exit them _or_
b...
Stefan Geith
11:22 Revision a76258bc: removed empty line at EOF
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5210 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingo Renner
11:20 Bug #20210 (Closed): fe_login: Forgot Password should not send passwords if they are hashed (md5)
With md5 passwords it's impossible to send the user the cleartext password.
I suggest a "reset password" functionali...
Nabil Sayegh
11:15 Feature #20209 (Closed): fe_users.email should be unique if "forgot password" is used in fe_login
The email attribute of fe_users is used to identify the tuple, so it should be unique.
ALTER TABLE fe_users AD...
Nabil Sayegh
10:43 Bug #20208: 00633 not fixed in latest versions of Typo3
The issue you mention was fixed in TYPO3 4.2.x and not in 4.1.x.
Please report if you still experience the problem i...
Oliver Hader
06:35 Bug #20208 (Closed): 00633 not fixed in latest versions of Typo3
this patch must be in the new version 4.1.2
But this was not
(issue imported from #M10726)
Dylgerov
01:01 Bug #20191: t3lib_div::rmdir() causes PHP error instead of returning false
In TYPO3 4.3 this will be caught by error-/exception handling in future... Oliver Hader
00:24 Feature #20207 (Closed): Integrate possibility to determine maximum of multiple values in GIFBUILDER
Imagine you've two different and dynamically controlled elements in a GIFBUILDER object, e.g. a capital letter and th... Oliver Hader
00:07 Feature #20199: Refactor tslib_gifBuilder::calcOffset()
Committed to SVN Trunk (rev. 5209) Oliver Hader
00:06 Revision 10e1a8dc: Fixed issue #10713: Refactor tslib_gifBuilder::calcOffset()
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5209 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader

2009-03-18

23:13 Bug #20129: Missing localization in TCA of sys_action
committed to trunk, rev 5208 Steffen Kamper
23:12 Revision a33832aa: Fixed Bug #10607: Missing localization in TCA of sys_action
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5208 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
23:07 Revision 70469065: Fixed Bug #9359: XML Problems with PHP5 and libxml
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5207 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
22:37 Bug #19338: XML Problems with PHP5 and libxml 2.7.1
Committed v4 to trunk, rev 5206 Steffen Kamper
22:33 Revision edcbb837: Fixed Bug #9359: XML Problems with PHP5 and libxml
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5206 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
20:51 Feature #20206: Provide a check that compare a given URL with the host, TYPO3 is running on!
v1 uses string comparison for URL matching instead of parsing and rebuilding an URL.
Besides that, URL validation is...
Marcus Krause
18:18 Feature #20206: Provide a check that compare a given URL with the host, TYPO3 is running on!
The attached patch provides additional functions:
t3lib_div::isURL($url)
checks if a given string is a URL
t3...
Marcus Krause
18:10 Feature #20206 (Closed): Provide a check that compare a given URL with the host, TYPO3 is running on!
I'd like to allow BE editors to reference resources (URL) but only if they are on the same host TYPO3 is running on.
...
Marcus Krause
20:03 Feature #14390: Date selector should accept alternative date formats
The plans are to include a datepicker... it's not sure if it will be date2cal since there are some issues with IRRE a... Oliver Hader
19:33 Bug #20205: FE lifetime as string
Agreed
Can you submit a patch, or should I?
Dan Osipov
18:31 Bug #20205: FE lifetime as string
I think changing the description to something like "time in seconds a session is valid" and giving an example that "6... Oliver Hader
15:46 Bug #20205 (Closed): FE lifetime as string
For the setting [FE][lifetime], install tool recommends:
Integer, positive. If >0, the cookie of FE users will NOT...
Dan Osipov
17:53 Bug #20198: Warning generating RSS at parse_url
Does this also happen on regular content output (e.g. &type=0) or is it an XML/RSS-only problem? Oliver Hader
07:21 Bug #20198: Warning generating RSS at parse_url
Really the content of my field is something like that (I'm trying to write HTML here):
<p>Visto en <a href="http://c...
Manuel Rego Casasnovas
17:48 Bug #20161: Invalid XHTML Code in logout form
Fine, can somebody please create a patch and attach it to this report? Thanks! Oliver Hader
11:03 Bug #20161: Invalid XHTML Code in logout form
Better is add htmlspecialchars:
search for all texts ###ACTION_URI### in pi1/classtx_felogin_pi1.php
add htmlspecia...
Stano Paska
17:41 Bug #20204: String "(0" in tt_content.bodyText is rendered as "(" in frontend
Resolved, no change required. Christian Kuhn
15:56 Bug #20204: String "(0" in tt_content.bodyText is rendered as "(" in frontend
Issue was caused by the "Acronymmanager (sb_akronymmanager)" extension, version "0.1.2".
Resolved.
Andreas Mller
15:34 Bug #20204 (Closed): String "(0" in tt_content.bodyText is rendered as "(" in frontend
The string "(0" is rendered as "(" in the frontend, unless it is followed by a char other than ")".
Quite annoyi...
Andreas Mller
13:31 Bug #20201: The pagetitle cannot be replaced
Resolved, no change required. Christian Kuhn
09:16 Bug #20201: The pagetitle cannot be replaced
please delete or ignore, sorry!
config.titleTagFunction was used
Natalia Postnikova
09:03 Bug #20201 (Closed): The pagetitle cannot be replaced
The page title replacement does not work in tt_news and in other extensions, even if they are USER. The same configur... Natalia Postnikova
12:32 Feature #20203 (Closed): Make tce_file usable via AJAX
Right now, the tce_file "gateway" is a small script in typo3/tce_file.php that handles all file operations, including... Benni Mack
12:25 Revision 81bb15fa: EXTMVC:
* Removed all require_once statements (using the preliminary autoloader mechanism in the dispatcher)
* Renamed variab...
Jochen Rau
12:04 Feature #20202 (Closed): No simple way to get the maximum upload size in TYPO3
Hey,
this is a pre-requisite for the mass uploader. I often find it difficult to always check if the upload_max_fi...
Benni Mack
09:00 Bug #20200 (Closed): mailform has the same name and id even if used more than once
If the mailform is inserted twice on the page, it has the same name and id in both cases. Therefore the validation do... Natalia Postnikova
02:19 Feature #20181: Change template from BE_USER ?
Resolved, no change required.
The template files itself are not meant to be changed. If you want to change the bac...
Christian Kuhn
01:59 Bug #19911: Copyright still 2008
Fixed in trunk r5165
http://forge.typo3.org/repositories/revision/typo3v4-core/5165
Christian Kuhn
01:55 Bug #19942: Module Web->List pagination function misses fe_user db records
Resolved, unable to reproduce. Christian Kuhn
01:49 Bug #19755: IMAGE content element: two fields for entering the image width, none of them saves its content
Resolved, no change required: Not a core problem. Christian Kuhn
01:40 Feature #20187: activate click enlarge per default
Do you refer to some rtehtmlarea functionality here?
For the image content element the "Click enlarge" checkbox ca...
Christian Kuhn
01:16 Bug #17508: image effects: grayscale in text w/image not working
So this could be closed, no change required, because it's not a TYPO3 problem?
The affected Debian 4.0 (oldstable,...
Christian Kuhn
00:58 Bug #17768: GIFBUILDER creates wrong access rights in typo3temp/GB and typo3temp/menu
Resolved as duplicate of #16411 Christian Kuhn

2009-03-17

23:47 Revision 3fcfff30: EXTMVC:
* Adjusted all copyright notices to GPL
* Added package and subpackage annotations
Jochen Rau
23:32 Revision 9376a8c0: EXTMVC:
* Several fixes and added comments according to the review of Sebastian Kurfürst (thanks a lot) Jochen Rau
23:27 Feature #20199 (Closed): Refactor tslib_gifBuilder::calcOffset()
Refactor tslib_gifBuilder::calcOffset() to be able to reuse calculation functions on single segments.
(issue impo...
Oliver Hader
19:41 Bug #20198 (Closed): Warning generating RSS at parse_url
I have a tt_news with the next content in a RTE field:
<p>Visto en <a href="http://calidonia.blogaliza.org">http://c...
Manuel Rego Casasnovas
19:13 Bug #20197 (Closed): Indexed_search and TCA..
Hi
Please, can you translate two line in TCA's file of indexed search ?
typo3/sysext/indexed_search/tca.php :
...
Yannick Pavard
16:50 Feature #20196: Setting additional headers is not possible in class.t3lib_htmlmail.php
sorry - I forgot to mention that I'm talking about class.t3lib_htmlmail.php! Christian Ehret
16:48 Feature #20196 (Closed): Setting additional headers is not possible in class.t3lib_htmlmail.php
Is there any reason why function setHeaders() first clears $this->headers ?
It is not possible to use the public fun...
Christian Ehret
16:32 Revision 69cc76af: MVC: Review with source annotations
Sebastian Kurfuerst
13:36 Bug #20195: logDeprecatedFunction() significantly slows down TYPO3
Jochen, thanks for pointing it out.
Of course there shall be a switch in the install tool to disable this logging on...
Oliver Hader
09:56 Bug #20195: logDeprecatedFunction() significantly slows down TYPO3
I'd suggest to make this logging feature configurable with
$TYPO3_CONF_VARS['SYS']['depecationLog'], maybe similar t...
Steffen Müller
12:43 Revision 8d17ad83: EXTMVC:
* Added FlexForm and TypoScript configuration source Jochen Rau
11:34 Bug #16949: Absolute links are made relative which breaks link
This is a duplicate of #9455. Michael Stucki
00:33 Bug #19338: XML Problems with PHP5 and libxml 2.7.1
The error is at the current testing debian release, too:
Debian testing
libxml2/testing uptodate 2.7.3.dfsg-1
php5...
Alexander Maringer
00:31 Bug #19433: HTML tags are removed in RTE content
Please use issue #19338 for further discussion since it's an libxml2 problem.
Oliver Hader
00:27 Bug #20012: RTE in Flexform with TV stripes < > (brackets) from tags as br, p
Please use issue #19338 for further discussion since it's an libxml2 problem. Oliver Hader

2009-03-16

22:51 Revision 53800578: EXTMVC:
* Adapted TemplateView to meet the changes in the Templates folder structure
* First step towards the implementation ...
Jochen Rau
22:11 Feature #20183: Link browser for external url
Resolved as duplicate of #17914 Christian Kuhn
21:24 Bug #20195 (Closed): logDeprecatedFunction() significantly slows down TYPO3
The call of logDeprecatedFunction() in t3lib_div significantly slows down the execution of TYPO3. In addition it prod... Jochen Rau
20:47 Bug #20194 (Closed): Usability: Remove "Save and View" when creating records in sysfolders
When creating a record in a sysfolder, the "Save and VIew" button is still displayed, although it doesn't have any re... Dan Osipov
18:59 Bug #20148: Backend admin cannot perform file operations in filelist
Patch attached. Christian Kuhn
18:07 Bug #20193 (Closed): image magick /graphics magick setup
Actually the settings for IM or GM can be made manually. So far so good...so much more problems could be produced!
R...
pete_work
17:54 Bug #20192 (Closed): image-popup: PDF ignores maxW for resizing popup-image
The default typo3-popup 'enable click-enlarge' doesn't care about maxW of images to generate the popup of a pdf-file.... pete_work
17:16 Bug #20191 (Closed): t3lib_div::rmdir() causes PHP error instead of returning false
According to the function's documentation,
" * @return boolean true if @rmdir went well!"
the expected behavio...
Saskia Metzler
16:16 Bug #20129: Missing localization in TCA of sys_action
Thanks Steffen for patch ! ;) You can close this bug ;) Yannick Pavard
15:53 Revision acf85a0e: EXTMVC:
* Refactored Validation
* Fixed caching
Jochen Rau
14:19 Bug #20190: You are not allowed to upload files
Resolved as duplicate of #20148 Christian Kuhn
01:25 Bug #20190 (Closed): You are not allowed to upload files
I am not able to upload files with the Filelist-function or import from .t3d.
it is a new dummy site with the defau...
Masod Mohmand
10:41 Feature #19419: Content in generated page or editing is messed up
I might have resolved this problem by disabling config.xhtml_cleaning = all in the template. At least after that I ha... Juha Tiensyrja
10:30 Bug #19751: Strip uploaded images headers
Are there any differences between this issue and #10025? Otherwise I would close this as duplicate of #10025. Michael Stucki
10:27 Revision 580d7ef9: EXTMVC:
* next step of refactored validation Jochen Rau
10:11 Bug #20008: Page Preview not working, if page is standard/advanced and has domains at it
ps: Subpages of that page stopped working too, plus some pages get randomly added L parameters, and some customers re... oliver leitner
10:01 Revision fc80ff4b: EXTMVC:
* first step of refactored validation Jochen Rau

2009-03-15

21:27 Bug #20189 (Closed): Feature Request: Caption for images
If you insert image in RTE i miss the option to use a caption for the image, like used in normal CE images or text/im... Steffen Kamper
21:26 Feature #20188 (Closed): Caption for images
If you insert image in RTE i miss the option to use a caption for the image, like used in normal CE images or text/im... Steffen Kamper
19:56 Feature #20187 (Closed): activate click enlarge per default
Is there a possibility to check the click enlargement after inserting an image per default?
It would be nice if th...
Joerg Hauke
17:58 Bug #17522: beuser
All in All TYPO3 works also with a BE-User with uid=0.
The decribed behavior was the only "fault" I remarked over lo...
David Bruchmann
17:22 Bug #20186 (Closed): Filecache: Clear all caches doesn't clear tags directory
The function flush is called with every type of cache configured. The type of cache is fetched by
$this->cache->get...
Steffen Kamper
17:07 Feature #20183: Link browser for external url
oups Sorry..always here : http://bugs.typo3.org/view.php?id=6942 Yannick Pavard
02:27 Feature #20183 (Closed): Link browser for external url
Hi,
This a old trick from my weblog (in french sorry : http://blogue.infoglobe.ca/2008/06/20/les-pages-de-type-ul-...
Yannick Pavard
14:41 Bug #20129: Missing localization in TCA of sys_action
Ok I find !! Problem come from TCA.php file ! (typo3/sysext/sys_action/tca.php)
Look.. more strings are also in en...
Yannick Pavard
12:55 Bug #19916: Session handling - cannot login to >1 TYPO3 installation under one domain
added patch that set path parameter to setcookie() calls whenever possible Marcus Krause
11:32 Bug #20185 (Closed): RTE not loading for richtext fields in extensions
I have an input field of an extension, defined as richtext (in TCA [types][0][showitem] description;;;richtext )
T...
Nico de Haen
10:30 Bug #20130: FE kills external links after a <hr /> in one CE
I am having exactly the same behaviour. Putting a <hr/> directly before any link kills the link.
I resolved this p...
Florian no-lastname-given
09:06 Revision 48156837: EXTMVC:
* settings are now injected to the controller
* extension, controller, action to be called can now be set via $_GET
*...
Jochen Rau
02:35 Feature #20184 (Closed): web > List : Move columns information from table..
Hi,
This a new feature for core team ;)
It's possible to have a TSconfig Page for move "columns from table" bef...
Yannick Pavard
00:12 Bug #20182 (Closed): The ExtensionMangers configuration page multilanguage ?
Hi,
It's possible to add multilanguage support for "The ExtensionMangers configuration page for plugins" ?
Than...
Yannick Pavard

2009-03-14

22:22 Feature #20181 (Closed): Change template from BE_USER ?
Hi,
From TYPO3 4.2, there is a new folder here : typo3/templates/ with html template ! It's a good idea, but it's ...
Yannick Pavard
22:09 Bug #20180 (Closed): The Message "The backend is locked" is not translatable
Hi,
The following message in typo3conf/init.php is not localized:
Browser backend is locked for maintenance. R...
Yannick Pavard
13:06 Bug #20179 (Closed): FileCache doesn't work on windows
the problem on windows is the t3lib_div::mkdir_deep, which is called with '/' as first parameter.
This works on Unix...
Steffen Kamper
06:15 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
I found the problem now. I had a "#" in the directory name. This does not work obviously.
Big thanks to Stanislas ...
Joerg Hauke

2009-03-13

18:40 Bug #20178: t3lib_extMgm::addToAllTCAtypes and specific position removes tabs
Actually this is already fixed - I just didn't notice because I'm using a backport of t3lib_extMgm for TYPO3 4.2. Michael Stucki
17:07 Bug #20178: t3lib_extMgm::addToAllTCAtypes and specific position removes tabs
The reason for the problem is that --div-- and --palette-- fields are allowed multiple times on the same table. Howev... Michael Stucki
17:00 Bug #20178 (Closed): t3lib_extMgm::addToAllTCAtypes and specific position removes tabs
The following code should add a new field "testfield" right after the hidden field of tt_content:
t3lib_extMgm::ad...
Michael Stucki
16:19 Feature #17874: Add suggest-like feature to TCEforms
should we look for an inclusion in 4.3 now? Benni Mack
15:24 Bug #20144: Missing new page element in pagetree (content area)
corrected the used TYPO3 Version.
Hint: the TYPO3 Version is displayed in the title tag of your browser
Mathias Schreiber
14:01 Bug #18355: Modul Template - Info/Modify dont save changes
Duplicate of #18695 Christian Kuhn
13:54 Bug #15452: When moving records the translation do not move with it
looks good. Now we need core patch (i will take care for TV) Steffen Kamper
11:53 Bug #15452: When moving records the translation do not move with it
Typo3 4.2.6 / no TV
I only install the translation extension and copy a localized content element. The content ele...
Andreas Allenberg
13:43 Bug #20177: Login is lost upon revisiting site
Resolved, no change required as requested by reporter, thanks Christian. Christian Kuhn
13:20 Bug #20177: Login is lost upon revisiting site
Further investigation has revealed that this was caused by the efaFontSize script used in the YAML framework. The fau... Christian Hennecke
12:59 Bug #20177 (Closed): Login is lost upon revisiting site
After a successful login, the login is lost when another page is retrieved. This happens in a multidomain setup where... Christian Hennecke
13:06 Bug #19112: unlink of non existing lockfiles generates warnings in frontend
I confirm this bug in the most current svn 4.3:
( ! ) Warning: unlink(/var/www/html/mike/typo3temp/locks/f9669f0b1...
Franz Holzinger
12:41 Revision 8a8d7577: EXTMVC:
* improved marker based template engine
* added support for ViewHelper
* added RequestUri and BaseUri to the request
...
Jochen Rau
11:34 Bug #20176: error while copying localized content in draft workspace
if I edit the content with incorrect l18n_parent, change nothing and click save, the incorrect value is overwritten w... Andreas Allenberg
11:10 Bug #20176 (Rejected): error while copying localized content in draft workspace
There is an error in the core function (e.g. copyRecord). If I copy localized content in live workspace using clipboa... Andreas Allenberg
10:24 Feature #20175: Automatic add last-modified to resource files like javascript or css
Good idea! The re-login problem that occurs with old JavaScript files every now an then is pretty annoying. Christopher Hlubek
10:14 Feature #20175 (Closed): Automatic add last-modified to resource files like javascript or css
To get rid of JavaScript or CSS-Layout problems in BE or FE be caused by browsercached files with same filename but d... Christian Lange
10:01 Bug #20174 (Closed): FCE - Not repeating inside a content
FCE - Not repeating inside a content
Typo3 v 4.2 on Linux Suse
SCENARIO:
The FCE is SC with a CO to be repea...
Rakesh kumar
02:15 Bug #20172: Switching modules impossible due to JS error
I think the problem comes down to everything not accessible declared via "var $name = $content" instead of making it ... Anonymous
00:11 Feature #16681: C style TypoScript comments with start and end in one line lead to errors
I can confirm this - I'm using PHP 5.2.6 with typo3 4.2.6
I couldn't figure out for quite a while why a section of...
Jacob Floyd

2009-03-12

21:58 Bug #19988: Rich text editor is not loading
I don't have Ant.com Toolbar 1.3 installed. I both uninstalled all my extensions and tried a fresh install without a... Administrator Admin
21:00 Feature #19419: Content in generated page or editing is messed up
I seem to have the same problem: some tags are randomly changed from normal tags to entity versions (i.e. those that ... Juha Tiensyrja
20:49 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
There appears to be an acess permission issue on most images. The script is not allowed to access the images. This is... Stanislas Rolland
20:46 Bug #19576: URL parameters cause RTE error
Exactly. Stanislas Rolland
10:32 Bug #19576: URL parameters cause RTE error
So I cannot make an internal link parameters with the RTE on 4.1.x at all? Stig Nørgaard Færch
19:31 Bug #20172: Switching modules impossible due to JS error
Well, there is... did you try it running without Templavoila?
Please try it again on a clean TYPO3 4.3 with not thir...
Oliver Hader
19:27 Bug #20172: Switching modules impossible due to JS error
There isn't that much more info though:
top.goToModule is not a function
onclick(click clientX=44, clientY=85)9Kt...
Anonymous
18:56 Bug #20172: Switching modules impossible due to JS error
Just install Firebug, enable it and see what errors are displayed.
You can copy the error message (pointing out also...
Oliver Hader
15:27 Bug #20172: Switching modules impossible due to JS error
@Christian
Sorry about the PHP version, it's actually version 5.2.6.
@Oliver
Can you give me some hints how to g...
Anonymous
14:59 Bug #20172: Switching modules impossible due to JS error
Cannot reproduce in Opera or Firefox on Mac OS X.
Please install the FireBug extension for Firefox and report a more...
Oliver Hader
14:44 Bug #20172: Switching modules impossible due to JS error
Unable to reproduce here. Is your mentioned php version 4.3 correct? Christian Kuhn
12:48 Bug #20172 (Closed): Switching modules impossible due to JS error
The latest alpha2 still suffers from an error which makes me unable to use the TYPO3 backend both with Firefox 3 and ... Anonymous
17:22 Bug #15452: When moving records the translation do not move with it
Related to http://bugs.typo3.org/view.php?id=10552
I tested Philippe's extenstions in two of my installations:
TY...
Ian Solo
15:35 Bug #20173 (Closed): in Draft workspace: changed tt_content-element looses relation to translated element in edit view
[Draft Wrokspace] When I change a non-translated Element (of default language) in a Draft Workspace and don't publish... Agathe Rösch
14:33 Bug #20169: unpack warning in translation handling
Resolved as dupe of #19200 Christian Kuhn
08:16 Bug #20169: unpack warning in translation handling
This is a duplicate of
http://bugs.typo3.org/view.php?id=9133
Franz Holzinger
08:05 Bug #20169 (Closed): unpack warning in translation handling
When I update the translations from the server I get this warning message. The output is broken.
( ! ) Warning: un...
Franz Holzinger
09:11 Feature #25549 (Closed): Format closing {
I have got a suggestion for the formatting of typoscript in t3editr.
How it is now:
mother bracket{
inside br...
Administrator Admin
08:52 Feature #20171 (Closed): Enable CSC "uploads" filelist to be manipulated by TS
CSS Styled Content "FileUpload" uses StdWrap feature to retrieve the filelist which should be rendered.
By now Admin...
Steffen Ritter
08:42 Bug #20170 (Closed): 404 does not appear, if domain record redirection is set
I set up the 404 error-page via the install-tool.
I have two domainrecords: one is www.mydomain.de and the other one...
Joerg Hauke
05:20 Feature #20168: htmlArea RTE: enable alternate rendering of image click enlarge by FE plugins
Committed to SVN TYPO3core trunk (revision 5205). Stanislas Rolland
05:03 Feature #20168: htmlArea RTE: enable alternate rendering of image click enlarge by FE plugins
After the attached patch is applied to trunk, the attached text files provide example TypoScript code that may be use... Stanislas Rolland
04:53 Feature #20168 (Closed): htmlArea RTE: enable alternate rendering of image click enlarge by FE plugins
Let the RTE click enlarge postUserFunc parsing function forward the original image file as cObject parameter so as en... Stanislas Rolland
05:20 Revision 5a27865e: Added feature #10670: htmlArea RTE: enable alternate rendering of image click enlarge by FE plugins
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5205 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
00:27 Feature #20167 (Closed): Integrate nice looking message and integrate resend when backend was locked for maintenance
The backend can be locked down for maintenance by placing the file ./typo3conf/LOCK_BACKEND. The first 60 seconds are... Oliver Hader
00:13 Bug #20166: Cache section in the admin panel does not work anymore
Committed to SVN Trunk (rev. 5204) Oliver Hader
00:04 Bug #20166 (Closed): Cache section in the admin panel does not work anymore
The cache section in the admin panel does not work anymore and throws a PHP error:
Fatal error: Call to undefined me...
Oliver Hader
00:11 Revision cf57d887: Fixed bug #10668: Cache section in the admin panel does not work anymore
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5204 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader

2009-03-11

23:43 Bug #20165 (Closed): File backend of caching framework does not work with Microsoft Windows
The file backend of the caching framework does not work on Windows systems since the absolute root path "/" does not ... Oliver Hader
23:35 Feature #20164 (Closed): Integrate automatic line breaks in GIFBUILDER
GIFBUILDER lacks of the possibility to define a maximum rendering width for a given longer text. The text is just ren... Oliver Hader
20:30 Bug #20163 (Closed): RTE loads skin stylesheet with title attribute which prevents Firefox from applying the stylesheet
For further details read this:
http://www.robertnyman.com/2008/09/26/css-includes-with-the-title-attribute-might-be-...
Steffen Kamper
20:20 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
I uninstalled and reinstalled DAM.I also deactivated all my other extensions.
As I click on the image icon of the ...
Joerg Hauke
16:58 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
These errors [HTMLArea::initIframe]: Failed attempt at loading stylesheets
are normal.
They occur when the RTE is...
Stanislas Rolland
05:16 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
I thought it is better to post everything:
[HTMLArea::init]: All scripts successfully loaded.
[HTMLArea::init]: E...
Joerg Hauke
05:15 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
In the Internet Explorer it is the same problem.
I activated the debug mode and it showed me the following error:
...
Joerg Hauke
19:59 Revision d854e0f8: Updating version number to 4.3-dev after release of 4.3.0alpha2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5203 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:22 Revision 6d26cbdb: Tagging TYPO3 4.3.0alpha2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-3-0alpha2@5202 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:21 Revision ccc064ab: Release of TYPO3 4.3.0alpha2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5201 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
19:14 Revision 618639fc: Cleanup: Updated ext_emconf.php files in system extensions
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23891 735d13b6-9817-0410-8766-e36946ffe9aa Oliver Hader
19:14 Revision 98297690: Cleanup: Updated ext_emconf.php files in system extensions
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5200 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
18:30 Revision 023970c9: Follow-up to bug #9745: Added FileInfo for AllowOverride
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5199 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:54 Bug #16248: im_version_5 is always reset to im5 when using ImageMagick 6.x
Committed to trunk (revision 5198) and 4.2 (revision 5197). Francois Suter
17:53 Revision 65e6072c: Fixed issue #3682: im_version_5 is always reset to im5 when using ImageMagick 6.x
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5198 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
17:48 Revision 4751e30f: Fixed issue #3682: im_version_5 is always reset to im5 when using ImageMagick 6.x
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5197 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
17:39 Bug #20162 (Closed): tslib_fe.get_cache_timeout() ignores tt_content.starttime / tt_content.endtime
In my oppinion, function tslib_fe.get_cache_timeout () should care about the tt_content starttime and endtime.
If...
Frederic Gaus
17:27 Revision 185e798c: Cleanup: Updated NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5196 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:24 Revision 951726f0: Fixed issue #7973: htmlArea RTE: Superfluous leading bar inserted in toolbar after linebreak
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5195 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
17:16 Bug #20161 (Closed): Invalid XHTML Code in logout form
The Logoutform ist invalid by w3c specification. There're ampersands in the code. The Form-Tags looks like this:
<fo...
Stefan Lang
16:38 Revision 4bd2055e: Follow-up to feature #10455: Recycler is not loading in Internet Explorer 7
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5194 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
15:58 Bug #15452: When moving records the translation do not move with it
attached an extension (tested on version 4.1.5) + TV patch (tested with TV version 1.3.1) that fixes the cut/paste an... Philippe MIGUEL
14:25 Bug #20160 (Closed): "Click to remove the file now!" to remove ENABLE_INSTALL_TOOL only when file is writeable
#17382 introduced a nice link to remove the ENABLE_INSTALL_TOOL file.
The link should only be displayed if webserv...
Steffen Gebert
14:12 Bug #19829: enable JS-Libs in BE
committed to trunk, rev 5193 Steffen Kamper
14:09 Revision 533940ab: Added feature #10144: enable JS-Libs in BE
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5193 709f56b5-9817-0410-a4d7-c38de5d9e867 Steffen Kamper
14:02 Feature #20111: Add hover textbox popup (alttitle + description) for FlexForm CSH
Committed to trunk (revision 5167) Francois Suter
13:59 Bug #20110: CSH external Links in seeAlso not working
Committed to trunk (revision 5191).
Committed to 4.2 (revision 5192), with the attached patch (the original patch di...
Francois Suter
13:57 Revision 11f3ca2c: Fixed issue #0010573: CSH external Links in seeAlso not working
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5192 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
13:43 Revision fd708544: Fixed issue #0010573: CSH external Links in seeAlso not working
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5191 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
12:43 Bug #17061: Mailform with localization ignores the email-address of the translated record
(As the patch is quite old, I did not apply the patch, but used the informations in it to edit the tslib_content myself) Ferdinand Kuhl
12:42 Bug #17061: Mailform with localization ignores the email-address of the translated record
This is true for the current 4.2.6 release!
The added Patch solves the problem at its root. The form prints out the ...
Ferdinand Kuhl
12:36 Revision bfafac77: Blogexample:
* Improved TemplateView (no ViewHelper integration by now) Jochen Rau
12:34 Feature #20159 (Closed): Minimum length for passwords for BE Users
Currently there is no minimum length for passwords for BE Users.
I would suggest a minimum of 6 characters.
...
Stephan Großberndt
11:02 Revision aca20df2: Cleanup: Updated NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5190 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
10:10 Bug #20158 (Closed): t3lib::writeFile() not concurency safe
Hi,
The function t3lib::writeFile() is not concurency safe hence the usage of t3lib_extMgm::writeCacheFiles() can ...
Alienor.net
02:54 Bug #19988: Rich text editor is not loading
@Nick: do you have TYPO3 extension mn_ff3_be_bugfix installed? Stanislas Rolland
01:03 Bug #19988: Rich text editor is not loading
@Paul: do you have Firefox extension Ant.com Toolbar 1.3 installed? Or do you have other Firefox extensions installed?
Stanislas Rolland
01:00 Bug #19988: Rich text editor is not loading
For the record: Ballis problem was due to the presence of Firefox extension Ant.com Toolbar. For patch and/or workar... Stanislas Rolland
02:16 Bug #20044: RTE is not loading
Well, I don't understand what is this security error. Maybe a firewall issue?
Let me know if there is possibility ...
Stanislas Rolland
02:05 Revision bd3fc58d: Fixed issue #10656: htmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5189 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
01:23 Bug #20156: htmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
Committed to SVN TYPO3core trunk (revision 5188) and branch TYPO3_4-2 (revision 5189).
Stanislas Rolland
00:57 Bug #20156: htmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
Attached patch fixes the issue.
The problem may also be worked around by going to page
about:config
in Fi...
Stanislas Rolland
00:21 Bug #20156 (Closed): htmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
Firefox extension Ant.com Toolbar 1.3 modifies the browser useragent string to which it appends "Ant.com Toolbar 1.3"... Stanislas Rolland
01:23 Revision 667d1a51: Fixed issue #10656: htmlArea RTE: Initialization fails in presence of Firefox extension Ant.com Toolbar 1.3
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5188 709f56b5-9817-0410-a4d7-c38de5d9e867 Stanislas Rolland
01:08 Bug #20157: htmlArea RTE: TYPO3 extension Firefox3 Backend Bugfix (key: mn_ff3_be_bugfix) breaks the backend
The solution is to uninstall TYPO3 extension mn_ff3_be_bugfix. Stanislas Rolland
01:07 Bug #20157 (Closed): htmlArea RTE: TYPO3 extension Firefox3 Backend Bugfix (key: mn_ff3_be_bugfix) breaks the backend
For the record and for those who may stumble on the issue:
TYPO3 extension Firefox3 Backend Bugfix (key: mn_ff3_be...
Stanislas Rolland
00:44 Revision 1886fef6: Cleanup: Updated NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5187 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:17 Bug #20155: Upgrade script.aculo.us to latest release 1.8.2
Committed to SVN Trunk (rev. 5186) Oliver Hader
00:06 Bug #20155 (Closed): Upgrade script.aculo.us to latest release 1.8.2
Upgrade script.aculo.us to latest release 1.8.2
(issue imported from #M10655)
Oliver Hader
00:15 Revision 8a9652d1: Fixed issue #10655: Upgrade script.aculo.us to latest release 1.8.2
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5186 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader

2009-03-10

23:52 Bug #20151: JavaScript error is show when starting the install tool with the standard password
Committed to SVN:
* TYPO3_4-2 (rev. 5184)
* Trunk (rev. 5185)
Oliver Hader
11:32 Bug #20151 (Closed): JavaScript error is show when starting the install tool with the standard password
A JavaScript error is show when starting the install tool with the standard password. The expected behaviour is that ... Oliver Hader
23:51 Revision ed92042d: Fixed bug #10648: JavaScript error is show when starting the install tool with the standard password
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5185 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
23:50 Revision 6148f49b: Fixed bug #10648: JavaScript error is show when starting the install tool with the standard password
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5184 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
23:39 Bug #25548: Bugfixes for t3editor CodeCompletion
commited to trunk in rev 5182. Administrator Admin
23:39 Revision df007cc6: Cleanup: Fixed SVN properties
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5183 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
23:38 Bug #25547: Update t3editor base (CodeMirror) to current release 0.60
Commited to trunk:
- rev 5177: update t3editor base (CodeMirror) to release 0.60
- rev 5178: Make use of the ne...
Administrator Admin
23:35 Revision b97c23d7: * Fixed #10382: Bugfixes for t3editor code completion (thanks to Stephan Petzl and Christian Kartnig)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5182 709f56b5-9817-0410-a4d7-c38de5d9e867 Tobias Liebig
23:23 Revision b89e1542: * Fixed #10380:
* Increase t3editor version number
* update EM_CONF
* fix small typo in comment
git-svn-id: https://svn.typo3....
Tobias Liebig
23:21 Feature #20030: Improve recycling of deleted records
Committed to SVN Trunk (rev. 5180) Oliver Hader
23:19 Revision c2ca6fed: Added feature #10455: Improve recycling of deleted records
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5180 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
23:14 Revision 1ea92125: Fixed #10380: (t3editor) Use CodeMirrors new method for highlighting matching brackets and remove the now obsolete own implementation
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5179 709f56b5-9817-0410-a4d7-c38de5d9e867 Tobias Liebig
23:08 Revision bd607420: Fixed #10380: (t3editor) Make use of the new CodeMirror API for updating line numbers
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5178 709f56b5-9817-0410-a4d7-c38de5d9e867 Tobias Liebig
23:02 Revision 5c21cd53: Fixed #10380: Update t3editor base (CodeMirror) to release 0.60
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5177 709f56b5-9817-0410-a4d7-c38de5d9e867 Tobias Liebig
21:40 Revision 8f397c59: Reverted revision 5170
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5176 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
21:36 Revision bdd39230: Cleanup: Fixed SVN properties
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5175 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
21:23 Revision 2a5e5529: Cleanup: Fixed SVN properties
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5174 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
21:01 Feature #19169: Integrate hook in page module to render preview of records with own CType
Committed to SVN Trunk (rev. 5173) Oliver Hader
20:59 Revision 73a5343a: Added feature #9078: Integrate hook in page module to render preview of records with own CType
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5173 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:46 Revision 5dfa6196: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5172 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:45 Revision 13fa3fa4: Follow-up to issue #10614: Fixed typing error in memcached backend
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5171 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
20:41 Revision 29ef0e00: Follow-up to issue #10614: File backend of caching framework did not work on Windows systems
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5170 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
17:45 Feature #16400: Adding existing records
I think this is related to: http://bugs.typo3.org/view.php?id=8731 Niels Pardon
17:42 Feature #17434: Allow more than one parent field pointing to the same children table with foreign_field
In my opinion this is a duplicate of: http://bugs.typo3.org/view.php?id=7063 Niels Pardon
16:54 Bug #20148: Backend admin cannot perform file operations in filelist
Stumbled upon this one too, recently. Will take a look somewhere next days. Christian Kuhn
16:18 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
Don't know what to do about this one.
Do you have the same error in Internet Explorer or Safari?
Do you have th...
Stanislas Rolland
04:51 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
I get most of those warnings as soon as I log in into the backend I recently found out.
But everything else is wor...
Joerg Hauke
01:20 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
I think your installation is somehow corrupted. When do you get all those warnings? only in the RTE? What else is not... Stanislas Rolland
01:18 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
No, do not install it! It will break your backend. I thought maybe this was the cause of the problem. Stanislas Rolland
00:43 Bug #20141: rtehtmlare does not insert pictures selected with the dam extension
I have two TYPO3 installations. I upgraded three weeks ago.
No I don't have this extension installed yet, but I wi...
Joerg Hauke
15:18 Bug #20154 (Closed): Add <abbr> tag to hints SL, GL, SGL in EM
If an extension installation (e.g. sysext) is overridden by another installation (e.g. local), only a small hint is d... Steffen Gebert
14:53 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
I would like to confim http://bugs.typo3.org/view.php?id=2376, too. I'm wondering that the bugfix is still in the 4.2... Christian Ehret
14:44 Revision 5d65af7e: Cleanup: Fixed ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5169 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:44 Revision 3a1b071c: Cleanup: Updated NEWS.txt
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5168 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
14:12 Revision 115b4b11: Added feature #0010575: Add hover textbox popup (alttitle + description) for FlexForm CSH
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5167 709f56b5-9817-0410-a4d7-c38de5d9e867 Francois Suter
11:53 Bug #20153 (Closed): shortcut icon type detection does not work if allow_url_fopen is disabled
The shortcut icon type detection in class.tslib_pagegen.php does not work if allow_url_fopen is disabled.
Reason:
T...
Schmid Valentin
11:48 Feature #20152 (Closed): Add user agent detection for FireFox, Camino, Safari, Chrome and iPhone
These user agents currently cannot be detected with TypoScript conditions.
(issue imported from #M10649)
Dmitry Dulepov
10:40 Bug #20150 (Closed): Unexpected parser results for double slashes in extension configuration
class.t3lib_tsparser_ext.php seems to have a problem with double slashes ("//") in an ext_conf_template.txt file.
...
Marcus Krause
09:21 Bug #18799: Wrong CSS-Declaration makes big Forms unscrollable
Still exists in 4.2.6. See typo3/stylesheet.css line 212. Mathias Schreiber
05:01 Bug #19967: typolink: title tag generation not correctly working, if in the title-tag string is an occurance of whitespaces
Please test patch attached to issue #20142 (applicable to current SVN trunk) Stanislas Rolland
00:46 Revision 1ab8f529: Follow-up to rev. 5165: Updated copyright notices & fixed SVN properties
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5166 709f56b5-9817-0410-a4d7-c38de5d9e867 Oliver Hader
00:25 Bug #20149 (Closed): Support thumbnails for select using icons in TCEforms
In TCA you have the possibility to show icons below the select.
A famous example is TemplaVoilá where you use icons ...
Steffen Kamper
 

Also available in: Atom