Activity
From 2009-03-09 to 2009-04-07
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...
- 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 ... - 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...
- 16:32 Feature #20284: [Feature] New Multimedia CE
- added v6 with integrated hook, thanks to Dan Osipov for contribute
- 16:52 Bug #20216: Add xmlns attribute to html tag in backend
- Committed to trunk r5298.
- 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
- 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: ... - 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...
- 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 ...
- 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... - 11:50 Bug #20288: Eval of double2 doesn't work
- added patch and test extension
- 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);
... - 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, ... - 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...
- 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...
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
- 18:07 Bug #20277: htmlArea RTE: IE8 creates erroneous ranges when selection is empty
- Committed to SVN TYPO3core branch TYPO3_4-1 (revision 5296).
- 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
- 17:23 Bug #20271: htmlARea RTE: IE8 reports unknown "complete" attribute on img nodes
- Committed to SVN TYPO3core branch TYPO3_4-1 (revision 5295).
- 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
- 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
- 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
- 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
- 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
- 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...
- 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...
- 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... - 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...
- 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 ... - 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...
- 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... - 15:09 Revision b821316f: Extbase:
- * !!!Renamed ExtBase to Extbase (extension key is now extbase)
- 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
- ... - 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...
- 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
- 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... - 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... - 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...
- 09:48 Bug #17236: new translated page only available after original page has been published
- According to user feedback, this has been fixed.
- 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...
- 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).
- 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 ...
- 05:10 Bug #15999: Missing icons when using subdomain
- Resolved, not fixable.
- 04:52 Bug #19741: Foldout menu in TYPO3 4.3.0 is broken
- Resolved, unable to reproduce after three month without feedback.
2009-04-05
- 23:03 Revision 92a85836: * Added format.number, format.printf and format.htmlescape view helpers with tests
- 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[... - 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... - 20:12 Revision ee20ede6: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5289 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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
- 18:37 Bug #20214: Wrong returnUrl with clipboard actions
- @Markus - attached patch solves this problem
@Guido - you're talking of TemplaVoila. - 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... - 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. - 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). - 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.
- 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
- 18:03 Feature #20281: htmlArea RTE: Streamline some functions in class.tx_rtehtmlarea_base.php
- Committed to SVN TYPO3core trunk (revision 5286).
- 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) - 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
- 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
- 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)
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
- 13:36 Bug #20229: Use new JS-function for loading prototype/scriptaculous/extJS
- committed to trunk, rev 5283
- 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
- 11:20 Bug #20105: Clickmenu doesn't work with IE8
- fixed in 4.0.13, 4.1.11, 4.2.7, 4.3.0alpha3
- 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
- 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
- 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
- 03:02 Revision 531c2d66: Updated htmlArea RTE manual
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5280 709f56b5-9817-0410-a4d7-c38de5d9e867
- 02:44 Bug #20280 (Closed): htmlArea RTE: undo/redo is erratic in IE8
- Undo/redo operations are erratic in IE8.
(issue imported from #M10847) - 02:41 Bug #20279: htmlArea RTE: Missing icon in default skin of Language extension
- Committed to SVN TYPO3core trunk (revision 5279).
- 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) - 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
- 02:25 Bug #20278: htmlArea RTE: Incorrect XCLASS in class.tx_rtehtmlarea_editormode.php
- Committed to SVN TYPO3core trunk (revision 5278).
- 02:13 Bug #20278 (Closed): htmlArea RTE: Incorrect XCLASS in class.tx_rtehtmlarea_editormode.php
- Reference to wrong directory name.
(issue imported from #M10845) - 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
- 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
- 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).
- 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.
- 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...
- 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
- 01:13 Bug #20276: htmlArea RTE: IE7 complains when reference is made to attribute xml:lang
- Committed to SVN TYPO3core trunk (revision 5275).
- 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.
- 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) - 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
- 00:28 Feature #20275: htmlArea RTE: Let IE8 display language marks like other browsers do
- Committed to SVN TYPO3core trunk (revision 5274).
- 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
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...
- 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).
- 23:39 Bug #20270: htmlARea RTE: RTE leaves unwanted id attribute on inserted table in IE8
- Solution:
Use appropriate method for removing the attribute. - 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) - 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
- 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
- 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).
- 23:13 Bug #20271: htmlARea RTE: IE8 reports unknown "complete" attribute on img nodes
- Solution:
Ignore such attribute when assembling html source. - 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) - 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
- 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
- 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
- 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...
- 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)
- 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 ...
- 17:21 Revision dfafbdc5: fixed changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5269 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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
- 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
- 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
- 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
- 17:00 Revision ed2f30b3: ExtBase:
- * Revised RequestBuilder and Request
* Added Unit Tests for the Request Builder - 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...
- 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
- 13:47 Revision 7ab2f43c: ExtBase:
- * Started to back-port parts of the FLOW3 manual
* Removed isNonCachableAction() method
* Implemented validation erro... - 12:04 Feature #19543: Integrate EXT: ingmar_admpanelwrap
- committed trunk (4.3)
- 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
- 08:14 Feature #20152: Add user agent detection for FireFox, Camino, Safari, Chrome and iPhone
- Rejected after discussion in the core list
- 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
- 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).
- 06:30 Bug #20223: IE8 inserting of table via rte fails
- The attached patches fix the issue in trunk and TYPO3 4.2.
- 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.
- 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
- 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... - 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
- 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).
- 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.
- 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... - 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
- 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 ...
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...
- 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...
- 13:06 Bug #20263: locallang.xml of pi1 is'nt translateable by LLXML-Tool
- Ok .. sorry that i haven't checked this first.
- 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... - 12:48 Bug #16647: Possible Scripting vulnerability
- Unable to reproduce with current versions.
- 12:46 Bug #16647: Possible Scripting vulnerability
- Reopen to change status to public and close it afterwards.
Marcus (TYPO3 Security Team) - 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...
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
- 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
- 21:04 Revision 312c4a2c: minor whitespace fix
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5256 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:03 Revision df043b99: fixed copyright year
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5255 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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... - 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...
- 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
- 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. - 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
<p><hr /></p> - 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. - 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... - 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... - 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... - 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...
- 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... - 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 ... - 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...
- 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...
- 02:23 Bug #18609: New popups are HSC-ed in 4.2 RC1
- Resolved as duplicate of #18885
- 02:22 Bug #20254: HTML tags in help tooltips
- Resolved as duplicate of #18885
- 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...
- 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...
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. - 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 ...
- 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...
- 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
- 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
- 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
- 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
- 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-...
- 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... - 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!
- 17:00 Bug #20252: writeCacheFiles() removes tags somewhere in the files instead of just begin and end
- I can confirm this issue.
- 15:51 Feature #20202: No simple way to get the maximum upload size in TYPO3
- Commited to trunk on 2009-03-31.
- 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... - 14:02 Revision 56520e04: ExtBase:
- * Request->arguments is now an array instead of an ArrayObject
* AbstractController: Fixed redirect() and forward() h... - 13:53 Revision 08e57531: Extbase:
- * Moved URIHelper to View
* Did some cleanup - 13:49 Revision 3ef7ac06: Fluid:
- * Added Form* view helpers backported from v5
* Adjusted view helpers to refactoring of URIHelper - 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...
- 11:46 Bug #20013: Call to undefined method SC_wizard_list::printContent()
- Committed to SVN:
* TYPO3_4-2 (rev. 5247)
* Trunk (rev. 5248) - 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
- 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
- 11:17 Bug #19858: Call to undefined method t3lib_div::calluserfunc() in class.tslib_fe.php
- Committed to SVN Trunk (rev. 5246)
- 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
- 10:58 Revision edf066db: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5245 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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
- 10:29 Feature #20203: Make tce_file usable via AJAX
- Committed to SVN Trunk (rev. 5241) by Benni
- 10:27 Revision f411151a: Cleanup: Set SVN properties
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5243 709f56b5-9817-0410-a4d7-c38de5d9e867
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)
- 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
- 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
- 20:07 Feature #20255: helper function for handling with TYPOScript
- added the same file with bugnumber in name
- 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 ... - 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
- 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
- 16:06 Bug #20254 (Closed): HTML tags in help tooltips
- The tooltip in content elements shows HTML Tags (see screenshot)
(issue imported from #M10808) - 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 ... - 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... - 13:22 Revision 89c87174: Updated todo list
- 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...
2009-03-29
- 00:34 Revision 8a1f2035: Added TODO for deletion of value objects
- 00:33 Revision 7d200051: Added TODO for recursive delete, commented out broken recursive delete
- 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 ... - 00:18 Revision 8041d0ca: The link view helpers are now based on the new URIHelper
- 00:18 Revision 7a26d761: Implemented the URIHelper and backported new redirect for the controller
- 00:17 Revision 68504901: Added update to TYPO3 refindex for insert and delete
- 00:06 Revision 516e7012: ExtBase:
- * Fixed call to the fetch method from the repository (signature lacked the $from)
2009-03-28
- 23:12 Revision 770b8dbb: Extbase - first attempt for hook
- 22:37 Revision df98329c: ExtBase:
- * Fixed registration of allowed actions of a controller
- 21:43 Revision 591d8f8d: ExtBase:
- * $defaultViewObjectName = "Tx_Fluid_View_TemplateView" is now defined in the Action Controller
* Added a Request Bu... - 21:37 Revision c94b14a3: Fluid:
- * Fixed problem with encoding of the url arguments
* The link view helper now takes the controller argument into account - 21:13 Revision 46058861: Splitted logic between entities and ValueObjects
- 21:10 Revision 6ba23b41: Value objects will be reused by looking up existing objects when inserting
- 21:00 Bug #20253: felogin labels are not localized in the frontend
- This was a problem with translations handling.
- 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) - 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
- 17:54 Revision 5525f954: Added a key argument to enable the usage of associative arrays in for
- 17:15 Revision 07a35bc5: Initialize translate view helper only once per request
- 15:54 Revision 7f20bfe3: Extbase:
- * Arguments: we now support default arguments
- 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...
- 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...
- 14:00 Revision 4b8162a5: Made ObjectFactory really work
- 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...
- 13:19 Revision b0a3927a: ExtBase:
- * The type casting is now Tx_ExtBase_DomainObject_DomainObjectInterface instead of Tx_ExtBase_DomainObject_AbstractDo...
- 12:35 Revision af05a8fd: Extbase: Performance improvements
- 11:23 Revision 8992c941: ExtBase:
- * Replaced preg_replace with str_replace in Utility String
- 11:08 Revision e652bb92: ExtBase:
- * Adjusted class names of exceptions
- 10:57 Revision 561a1b91: ExtBase:
- * Removed marker based template engine (it was replaced by fluid - hooray)
- 10:47 Revision 9bc919e1: ExtBase:
- * Added several methods to check for common columns (crdate, cruser_id, tstamp etc.) and retrieve their names
* Imple... - 08:38 Revision 4b396cde: ExtBase:
- * Reorganized folder structure of the tests
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.
- 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://... - 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...
- 17:39 Revision 6b3e3d01: Fluid: Default arguments are not validated anymore
- 17:14 Revision 9c9157fa: argument registration
- 17:13 Revision ef68b3fe: Optimized reflection service to reflect only the methods needed
- 16:59 Revision dc17dd8e: Ported the existing translation view helper from extbase to fluid
- 16:58 Revision 0f01e1a9: Fluid backport
- 16:34 Revision b2c729f6: New view helpers
- 16:32 Revision 3dfb6794: added view->initializeView()!
- 16:16 Bug #20148: Backend admin cannot perform file operations in filelist
- Committed by Steffen to trunk in rev 5221
- 16:14 Revision f5489abd: Implemented a basic date view helper
- 16:07 Revision 7a22218c: ExtBase:
- * Change: "action=show" has also to be prefixed like "tx_blogexample_post[action]=show"
- 15:56 Revision ec73e1e1: Fixed wrong sql fetch
- 15:49 Revision 6b9252e9: ExtBase:
- * Fixed reconstitution of objects
- 15:38 Bug #20249: Flag sectionIndex is not used for "menu of subpages + sections"
- Committed to trunk (rev 5239) and 4.2 (rev 5238).
- 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 ... - 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...
- 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
- 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
- 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...
- 14:49 Revision 6666f15b: Updating ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5237 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:39 Bug #19108: Menu of subpages + sections doesn't have anchor
- Fixed in 4.2 and 4.3
- 14:03 Revision 918d4022: Refactored the ObjectRelationalMapper, fixed testcases
- 14:00 Bug #20234: TCA change for BE_USER
- committed v3 to trunk, rev 5236
- 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
- 13:53 Bug #16102: German umlaut not correct in FC
- Resolved, no change required after no further feedback for a month.
- 12:51 Revision 34b52527: BlogExample:
- * !!!Database table names have changed because of the folder structure
ExtBase:
* Big performance enhancement after p... - 12:21 Bug #20247: Click on preview link causes a fatal error
- committed to trunk, rev 5235
- 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... - 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
- 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'... - 11:53 Revision e2108675: ExtBase:
- * Adapted tests according to the changed folder structure
* ORM refactoring part II (to be continued) - 11:52 Revision cb0e7c2e: Fixed reflection service getMethodParameters test
- 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... - 11:00 Revision 8f442a74: Updating Changelog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5234 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:33 Feature #19748: ImageMagick generates larger than necessary files
- committed v8 to trunk, rev 5233
- 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... - 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
- 10:23 Revision 113f51f8: ExtBase
- * Refactored ORM and Persistence Repository
* Marked several tests as incomplete (they have to be revised) - 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... - 03:08 Revision 3e7a1d98: ExtBase
- * Revised Object Storage
* Added test cases for the Object Storage
* Moved check for empty $where clause to the fetch... - 02:59 Revision 6fbddefc: Small ChangeLog corrections
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5232 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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...
- 02:38 Feature #20213: Indicate number of USER_INT objects used on a page in Admin Panel
- Implemented in Trunk (4.3).
- michael - 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
- 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 - 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
- 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
- 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
- 01:25 Bug #20235: Clearing cache_treelist after inserting page on root level does not work
- fixed in trunk (4.3)
- 01:16 Revision 77a807c9: Fluid: Added typolinkViewHelper and a basic actionViewHelper; fixed many argument things ;-)
- 01:15 Revision 3084dee1: Extbase: Fixed a bug in reflectionService
- 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
- 00:53 Bug #20236: Add the new versioning icon to t3skin
- Committed to trunk rev. 5226
- 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...
- 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
2009-03-26
- 23:50 Bug #20231: Small rendering/css bug on FE with Text with image
- Added to the core list
- 23:40 Bug #20231: Small rendering/css bug on FE with Text with image
- Added a patch file
- 23:50 Bug #20205: FE lifetime as string
- commited to
* TYPO3_4-2 (rev. 5223)
* Trunk (rev. 5225) - 23:20 Bug #20205: FE lifetime as string
- I changed the description, because it already starts with: "Integer..."
- 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... - 23:40 Revision aff4f03f: git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@5224 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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
- 22:40 Revision 1ce44883: Fixed class properties of reflection service
- 22:39 Revision b8f6da78: Implemented partial backport of the FLOW3 Reflection Service
- 21:35 Bug #17469: Comments in class.t3lib_extmgm.php
- committed to trunk rev 5222
- 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
- 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...
- 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 - 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
- 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_...
- 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... - 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.
- 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 ... - 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... - 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.'###']... - 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...
- 16:38 Revision 8b562c5d: Fixed bug in convertPropertyValueToFieldValue
- 16:22 Revision ddfaa33a: Fluid: Added automatic registration of arguments
- 16:21 Revision 6f6c6a4a: Added parameter reflection backport!
- 16:05 Revision c83f81dc: ExtBase
- * Removed dependency on fluid
- 15:52 Revision 7def630f: ExtBase
- * The Object Storage throws now an exception if an object is attached like this $storage[] = $object
* Some minor fix... - 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).
... - 14:43 Revision ea8eb339: Fluid
- * Fixed class name Tx_ExtBase_MVC_View_AbstractView
- 14:36 Revision 811670ee: ExtBase
- * Changed the folder structure: moved all mvc related files to the MVC folder
- 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... - 13:30 Revision dda3093a: Committing changes
- 13:26 Revision f5e61b49: Extbase:
- * Adapted ActionController to work with Fluid
- 12:49 Revision 063b18f6: ExtBase
- * Removed namespace for $_GET Var. action=setup
* Fixed issue with fetchWithRelationTable()
* Fixed issue with fullQu... - 12:38 Revision 3d8ce2a4: Fluid: First backport
- 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... - 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.
- 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.
... - 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...
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...
- 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?
- 17:55 Revision 3c7a4139: ExtBase:
- * Removed code responsible for caching from the dispatcher
* Extended the argument namespace with a controller postfi... - 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... - 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 ...
- 17:41 Revision eac3beb3: first fluid version
- 17:36 Revision 09b846eb: Adding fluid
- 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
- 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...
- 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...
- 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... - 13:33 Revision d514a31b: ExtBase:
- * Changed method to determine the type of value in the Data Map
* Merged convertValueToQueryParameter() into convertP... - 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... - 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... - 02:21 Revision 9d42c00d: ExtBase:
- * Renamed $extensionKey to $extensionName to avoid confusion; the extensionName is always UpperCamelCase while the $e...
- 01:55 Revision fe0f3360: ExtBase:
- * Fixed configuration source class names
- 01:41 Revision 73874165: ExtBase:
- * Renamed the configuration source files to be more readable as short file names
- 01:29 Revision 1c37a9a9: ExtBase:
- * Renamed the extension EXTMVC to ExtBase according to the latest discussions on the snowboard tour
* Changed the cla... - 00:22 Revision e2df21bc: EXTMVC:
- * Removed obsolete comments
2009-03-24
- 23:05 Revision c6caa5f6: EXTMVC:
- * Implemented LIMIT for findOneByProperty() (Christopher Hlubek)
- 22:50 Revision 5486cabf: EXTMVC:
- * Added test case for the ORM (Christopher Hlubek)
* Moved generic find() to ORM (Christopher Hlubek)
* Added methods... - 22:23 Revision 944a80ac: EXTMVC:
- * Refactored ORM
- 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... - 21:32 Revision 0b451bef: EXTMVC:
- * Added some TODOs
- 20:25 Revision 0da65c25: EXTMVC:
- * _getProperties() doesn't return the property "_cleanProperties" anymore
* Fixed insertion of data in relation tables - 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
- 16:04 Bug #20234: TCA change for BE_USER
- added filemounts as well
- 15:15 Bug #20234: TCA change for BE_USER
- as wish from some i added DB-Mounts for admin to tab "options"
- 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) - 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...
- 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 ...
- 15:23 Bug #20226: Searching for specific record opens "edit record" in wrong frame
- committed to trunk, rev 5220
- 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
- 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.
- 13:05 Revision 8583a55a: EXTMVC:
- * Now Implementing the AbstractDomainObject against the DomainObjectInterface
- 12:54 Revision b294ee71: EXTMVC:
- * Fixed setupAction()
* Renamed ValueObject and Entity to AbstractValueObject and AbstractEntity - 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 ... - 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...
- 11:04 Revision 33b8e174: EXTMVC:
- * Request is now a prototype
* Renamed "cleanProperties" to "_cleanProperties"
* Removed $blacklistedFindByProperties... - 08:45 Revision 4a15f360: EXTMVC:
- * Refactored dispatcher
* Moved isCachableAction() to the ActionController
* Fixed invokation of EmptyView if no view...
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 ...
- 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...
- 15:48 Revision 502cf91b: EXTMVC:
- * Added comments to the ObjectStorage
* Removed Query related files - 15:40 Bug #19998: Generation of encryption key does not work in IE7
- Committed v5 patch to 4.1 (r5218) and 4.2 (r5219).
- 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
- 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
- 15:30 Revision a6226df1: EXTMVC:
- * Changed validation of floats
* Revised View Helpers (changed signature!) - 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... - 13:01 Bug #20228: page cache never expire
- no
config.sendCacheHeaders=0 - 11:52 Bug #20228: page cache never expire
- did you use config.sendCacheHeaders = 1 ?
- 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...
- 11:34 Feature #20014: Page TS option to disable available languages
- committed to trunk, rev 5217
- 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
- 01:20 Bug #20230: doc->loadScriptaculous should be callable without parameters
- committed to trunk, rev 5216
- 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) - 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
- 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...
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... - 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...
- 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... - 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 ... - 08:38 Feature #20187: activate click enlarge per default
- Yep, works here (TYPO3 4.2.6).
- 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?
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... - 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... - 15:00 Bug #20161: Invalid XHTML Code in logout form
- Committed to SVN:
* TYPO_4-2 (rev. 5214)
* Trunk (rev. 5215) - 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
- 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
- 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... - 09:22 Bug #16603: Fuctions -> Multiple pages creates pages in reverse order (page ids decreasing)
- Sent to the core list!
- 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! - 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 $... - 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...
- 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 ... - 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... - 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.
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 - 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... - 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.
- 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?
- 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... - 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. - 21:34 Bug #20219: LOCAL_LANG default values are overwritten by localized text
- Committed to SVN:
* TYPO3_4-2 (rev. 5212)
* Trunk (rev. 5213) - 20:41 Bug #20219: LOCAL_LANG default values are overwritten by localized text
- Whatever... I'm going to take care of that RFC
- 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 ...
- 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 ... - 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... - 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
- 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
- 20:33 Bug #19263: can't use the "toggle selection" button when selecting images in FF3
- Does this issue still exist?
- 20:18 Feature #20224: Provide complete title in element browser if title was cut off
- Committed to SVN Trunk (rev. 5211)
- 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...
- 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
- 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... - 19:53 Revision d3bea128: EXTMVC:
- * Fixed initialization of $additionalHeaderData
- 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... - 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 ... - 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...
- 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...
- 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...
- 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.
- 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.
- 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... - 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,...
- 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... - 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... - 06:46 Bug #19668: "Group By" function at "User Admin" module is not working in IE7
- Resolved as duplicate of #19005
- 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
- ... - 06:18 Bug #19854: Backend User Administration, submit button doesn't work with IE
- Resolved as duplicate of #19668
- 06:18 Bug #19692: "User Admin" does not work in IE7
- Resolved as duplicate of #19668
- 05:54 Bug #16235: Image-PopUp (index.php?eID=tx_cms_showpic) don't use correct DOCTYPE
- Resolved as duplicate of #18919
- 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.
- 05:48 Bug #17534: Meta-Tag http-equiv="Content-Type" content="text/html [...]"
- Resolved as duplicate of #17561
- 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... - 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.
... - 00:27 Bug #19038: template->startPage returns invalid XHTML
- Resolved as duplicate of #16033
- 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... - 00:22 Bug #20216: Add xmlns attribute to html tag in backend
- This issue was previously reported by Hauke Mehrtens in #18642 , thanks!
- 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...
2009-03-19
- 23:42 Revision f145b9d3: EXTMVC:
- * Added several comments to the TemplateView
- 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.
- 21:38 Revision d42d466d: EXTMVC:
- * Fixed typo in Response (thanks to Stefan Isak)
- 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. - 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 ;-)
- 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... - 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.
... - 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... - 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.
- 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...
- 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.
- 17:11 Bug #15966: template::getTabMenu doubles ampersands
- Resolved as duplicate of #15362
- 17:09 Bug #20161: Invalid XHTML Code in logout form
- +1
- 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... - 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
- 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 ->...
- 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...
- 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... - 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
- 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... - 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... - 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... - 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) - 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...
- 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...
- 00:07 Feature #20199: Refactor tslib_gifBuilder::calcOffset()
- Committed to SVN Trunk (rev. 5209)
- 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
2009-03-18
- 23:13 Bug #20129: Missing localization in TCA of sys_action
- committed to trunk, rev 5208
- 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
- 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
- 22:37 Bug #19338: XML Problems with PHP5 and libxml 2.7.1
- Committed v4 to trunk, rev 5206
- 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
- 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... - 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... - 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.
... - 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...
- 19:33 Bug #20205: FE lifetime as string
- Agreed
Can you submit a patch, or should I? - 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...
- 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... - 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?
- 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... - 17:48 Bug #20161: Invalid XHTML Code in logout form
- Fine, can somebody please create a patch and attach it to this report? Thanks!
- 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... - 17:41 Bug #20204: String "(0" in tt_content.bodyText is rendered as "(" in frontend
- Resolved, no change required.
- 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. - 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... - 13:31 Bug #20201: The pagetitle cannot be replaced
- Resolved, no change required.
- 09:16 Bug #20201: The pagetitle cannot be replaced
- please delete or ignore, sorry!
config.titleTagFunction was used - 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...
- 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...
- 12:25 Revision 81bb15fa: EXTMVC:
- * Removed all require_once statements (using the preliminary autoloader mechanism in the dispatcher)
* Renamed variab... - 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... - 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...
- 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... - 01:59 Bug #19911: Copyright still 2008
- Fixed in trunk r5165
http://forge.typo3.org/repositories/revision/typo3v4-core/5165 - 01:55 Bug #19942: Module Web->List pagination function misses fe_user db records
- Resolved, unable to reproduce.
- 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.
- 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... - 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,... - 00:58 Bug #17768: GIFBUILDER creates wrong access rights in typo3temp/GB and typo3temp/menu
- Resolved as duplicate of #16411
2009-03-17
- 23:47 Revision 3fcfff30: EXTMVC:
- * Adjusted all copyright notices to GPL
* Added package and subpackage annotations - 23:32 Revision 9376a8c0: EXTMVC:
- * Several fixes and added comments according to the review of Sebastian Kurfürst (thanks a lot)
- 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... - 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... - 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 :
... - 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!
- 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... - 16:32 Revision 69cc76af: MVC: Review with source annotations
- 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... - 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... - 12:43 Revision 8d17ad83: EXTMVC:
- * Added FlexForm and TypoScript configuration source
- 11:34 Bug #16949: Absolute links are made relative which breaks link
- This is a duplicate of #9455.
- 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... - 00:31 Bug #19433: HTML tags are removed in RTE content
- Please use issue #19338 for further discussion since it's an libxml2 problem.
- 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.
2009-03-16
- 22:51 Revision 53800578: EXTMVC:
- * Adapted TemplateView to meet the changes in the Templates folder structure
* First step towards the implementation ... - 22:11 Feature #20183: Link browser for external url
- Resolved as duplicate of #17914
- 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...
- 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...
- 18:59 Bug #20148: Backend admin cannot perform file operations in filelist
- Patch attached.
- 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... - 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....
- 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... - 16:16 Bug #20129: Missing localization in TCA of sys_action
- Thanks Steffen for patch ! ;) You can close this bug ;)
- 15:53 Revision acf85a0e: EXTMVC:
- * Refactored Validation
* Fixed caching - 14:19 Bug #20190: You are not allowed to upload files
- Resolved as duplicate of #20148
- 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... - 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...
- 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.
- 10:27 Revision 580d7ef9: EXTMVC:
- * next step of refactored validation
- 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...
- 10:01 Revision fc80ff4b: EXTMVC:
- * first step of refactored validation
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...
- 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...
- 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... - 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... - 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... - 17:07 Feature #20183: Link browser for external url
- oups Sorry..always here : http://bugs.typo3.org/view.php?id=6942
- 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-... - 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... - 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
- 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... - 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... - 09:06 Revision 48156837: EXTMVC:
- * settings are now injected to the controller
* extension, controller, action to be called can now be set via $_GET
*... - 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... - 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...
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 ... - 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... - 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... - 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 ...
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.
- 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...
- 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... - 16:19 Feature #17874: Add suggest-like feature to TCEforms
- should we look for an inclusion in 4.3 now?
- 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 - 14:01 Bug #18355: Modul Template - Info/Modify dont save changes
- Duplicate of #18695
- 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)
- 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... - 13:43 Bug #20177: Login is lost upon revisiting site
- Resolved, no change required as requested by reporter, thanks Christian.
- 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...
- 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...
- 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... - 12:41 Revision 8a8d7577: EXTMVC:
- * improved marker based template engine
* added support for ViewHelper
* added RequestUri and BaseUri to the request
... - 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...
- 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...
- 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.
- 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...
- 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... - 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 ...
- 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...
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...
- 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 ...
- 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...
- 20:46 Bug #19576: URL parameters cause RTE error
- Exactly.
- 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?
- 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... - 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... - 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... - 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... - 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... - 14:44 Bug #20172: Switching modules impossible due to JS error
- Unable to reproduce here. Is your mentioned php version 4.3 correct?
- 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 ...
- 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... - 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...
- 14:33 Bug #20169: unpack warning in translation handling
- Resolved as dupe of #19200
- 08:16 Bug #20169: unpack warning in translation handling
- This is a duplicate of
http://bugs.typo3.org/view.php?id=9133 - 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... - 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... - 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... - 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... - 05:20 Feature #20168: htmlArea RTE: enable alternate rendering of image click enlarge by FE plugins
- Committed to SVN TYPO3core trunk (revision 5205).
- 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...
- 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...
- 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
- 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...
- 00:13 Bug #20166: Cache section in the admin panel does not work anymore
- Committed to SVN Trunk (rev. 5204)
- 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... - 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
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 ...
- 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...
- 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-... - 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 ... - 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... - 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... - 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:
... - 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
- 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
- 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
- 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
- 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
- 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
- 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).
- 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
- 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
- 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... - 17:27 Revision 185e798c: Cleanup: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5196 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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
- 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... - 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
- 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...
- 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... - 14:12 Bug #19829: enable JS-Libs in BE
- committed to trunk, rev 5193
- 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
- 14:02 Feature #20111: Add hover textbox popup (alttitle + description) for FlexForm CSH
- Committed to trunk (revision 5167)
- 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... - 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
- 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
- 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)
- 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 ... - 12:36 Revision bfafac77: Blogexample:
- * Improved TemplateView (no ViewHelper integration by now)
- 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.
... - 11:02 Revision aca20df2: Cleanup: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5190 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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 ... - 02:54 Bug #19988: Rich text editor is not loading
- @Nick: do you have TYPO3 extension mn_ff3_be_bugfix installed?
- 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?
- 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...
- 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 ... - 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
- 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).
- 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... - 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"...
- 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
- 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.
- 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... - 00:44 Revision 1886fef6: Cleanup: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5187 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:17 Bug #20155: Upgrade script.aculo.us to latest release 1.8.2
- Committed to SVN Trunk (rev. 5186)
- 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) - 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
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) - 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 ...
- 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
- 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
- 23:39 Bug #25548: Bugfixes for t3editor CodeCompletion
- commited to trunk in rev 5182.
- 23:39 Revision df007cc6: Cleanup: Fixed SVN properties
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5183 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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... - 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
- 23:23 Revision b89e1542: * Fixed #10380:
- * Increase t3editor version number
* update EM_CONF
* fix small typo in comment
git-svn-id: https://svn.typo3.... - 23:21 Feature #20030: Improve recycling of deleted records
- Committed to SVN Trunk (rev. 5180)
- 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
- 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
- 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
- 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
- 21:40 Revision 8f397c59: Reverted revision 5170
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5176 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:36 Revision bdd39230: Cleanup: Fixed SVN properties
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5175 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:23 Revision 2a5e5529: Cleanup: Fixed SVN properties
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5174 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:01 Feature #19169: Integrate hook in page module to render preview of records with own CType
- Committed to SVN Trunk (rev. 5173)
- 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
- 20:46 Revision 5dfa6196: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5172 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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
- 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
- 17:45 Feature #16400: Adding existing records
- I think this is related to: http://bugs.typo3.org/view.php?id=8731
- 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
- 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.
- 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... - 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... - 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...
- 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.
- 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... - 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...
- 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...
- 14:44 Revision 5d65af7e: Cleanup: Fixed ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5169 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:44 Revision 3a1b071c: Cleanup: Updated NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5168 709f56b5-9817-0410-a4d7-c38de5d9e867
- 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
- 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... - 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) - 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.
... - 09:21 Bug #18799: Wrong CSS-Declaration makes big Forms unscrollable
- Still exists in 4.2.6. See typo3/stylesheet.css line 212.
- 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)
- 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
- 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 ...
2009-03-09
- 19:28 Revision 5e83d5ca: Cleanup: Updated copyright notices
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23890 735d13b6-9817-0410-8766-e36946ffe9aa
- 19:28 Revision 7ad8fc00: Cleanup: Updated copyright notices
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5165 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:09 Bug #17859: XClass of class.browse_links.php
- I think that placing hooks is better here since this file is used in many plugins/modules/extensions.
- 18:47 Bug #17859: XClass of class.browse_links.php
- I see no reason why the xclass would not work. However, beware that this class is extended by many others (RTE, DAM, ...
- 18:23 Bug #19964: Files in linkpopup should have sorting by ABC
- Moving this issue to general core issues as it is not specific to htmlArea RTE.
- 18:22 Bug #19964: Files in linkpopup should have sorting by ABC
- RTE uses expandFolder from base class browselinks.
The files are sorted in increasing alphabetic order by t3lib_di... - 17:50 Bug #18492: CSS conflict with htmlarearte custom stylesheet
- I re-tested this issue again with current trunk. I think there is no issue. The RTE iframe is dynamically created and...
- 16:59 Feature #2795: advanced staging integration in existing workspace GUI
- Patch contained a bug fix for checkboxes in IE7
- 15:04 Feature #2795 (Closed): advanced staging integration in existing workspace GUI
- Basically changes the buttons and links of the existing staging to the advanced staging if activated. Regular staging...
- 16:04 Feature #18826: Enable configuration of filesize labels for CType uploads
- Committed to SVN Trunk (rev. 5164)
- 16:03 Revision edaf5b5c: Added feature #8487: Enable configuration of filesize labels for CType uploads
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5164 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:46 Bug #19945: Impossible to activate button cellsplit
- ok. Closing this issue as there is nothing to fix here.
- 10:32 Bug #19945: Impossible to activate button cellsplit
- Yes :-)
- 02:16 Bug #19945: Impossible to activate button cellsplit
- Do you mean to the allowed attribs of th and td?
- 00:08 Bug #19945: Impossible to activate button cellsplit
- You can only split cells that were merged, that is, cells that have both a rowspan and a colspan higher than 1. If yo...
- 15:42 Bug #20130: FE kills external links after a <hr /> in one CE
- I see no reason for having hr among externalBlocks.
- 09:58 Bug #20130: FE kills external links after a <hr /> in one CE
- I am using this config, the additon of allowTags doesn`t bring the correct results.
lib.parseFunc_RTE.externalBloc... - 04:39 Bug #20130: FE kills external links after a <hr /> in one CE
- I am unable to reproduce this issue. I tried in the RTE and in a CE with disabled RTE without any success.
It is p... - 15:31 Task #2792 (Resolved): check which commenting style is correct and fix comments
- 14:36 Task #2792 (Closed): check which commenting style is correct and fix comments
- The coding guidelines by Dimtry are not the same as the core source code uses comments...
Check what's right and c... - 15:21 Feature #2798 (Closed): advanced staging module
- module which does the follwing:
# show elements you want to change the stage
# check if all the same stage, if not ... - 15:20 Feature #19793: Use TYPO3_DB->exec_SELECTcountRows() to determine the number of rows
- Committed to SVN Trunk (rev. 5161)
- 15:14 Revision 086bb3a0: Follow-up to bug #10099: Added additional conversion to integer in tslib_feTCE::checkDoublePostExist()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5163 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:14 Feature #2797 (Closed): advanced staging integration in workspace preview
- This is implemented in the version/cm1/index.php, so we have to do it twice.
-> old staging works as before... - 15:12 Revision c36614f4: Fixed bug #10099: Use TYPO3_DB->exec_SELECTcountRows() to determine the number of rows
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5162 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:10 Feature #2796 (Closed): advanced staging labels and localization
- All the labels in the locallang XML files.
What about translations? Where can we put the german labels? - 15:02 Bug #2791 (Resolved): workaround for core bug 8212
- Applied in changeset r284.
- 14:14 Bug #2791 (Closed): workaround for core bug 8212
- http://bugs.typo3.org/view.php?id=8212
- 14:57 Feature #2794: advanced staging core db changes
- implemented
- 14:56 Feature #2794 (Closed): advanced staging core db changes
- Changes to the core TCA and SQL for advanced staging.
Will be put in sysext/workspace/ as soon as this task is dis... - 14:40 Feature #2793 (Closed): check custom staging permissions
- Permissions for changing stage and working in a stage.
- 11:22 Bug #17535: index.php assumes current working directory to be PATH_site
- This issue is dropped since it was a work-around for a PHP misbehaviour.
- 10:25 Bug #20148: Backend admin cannot perform file operations in filelist
- This issue is related to #17112 - the permissions were moved from users to groups there. An admin user without any re...
- 10:23 Bug #20148 (Closed): Backend admin cannot perform file operations in filelist
- Each user (also admin users) in the backend can be defined with specific fileoperation permissions. If an admin user ...
- 09:25 Bug #20147 (Closed): typo3ajax->addContent doe not add boolean content with "false" content
- When doing the following:
$ajaxObj->addContent('success', false);
Only an empty array gets returned.
Patch i... - 05:00 Bug #16470: RTE lost text formatting after copy past
- Well, it could be related to PHP if the server-based cleaning on paste was configured.
I am closing this issue as ... - 04:50 Bug #16732: htmlarea, proxy and firefox
- So, is this working now, or is there still a problem?
- 03:53 Bug #19915: Locallang File "not valid"
- Closing this issue in absence of feedback from reporter.
- 03:07 Bug #18376: Issues when navigating inside tables with up/left/down/right arrows
- The problem still exists in IE8.
- 02:34 Bug #17791: Browser-specific: Poor tag handling + rogue " " everywhere in Opera
- This issue is fixed in SVN trunk (TYPO3 4.3 alpha2) and Opera 9.5.
- 00:29 Feature #20146 (Closed): Integration of mass file uploader
- Integrate a mass file uploader that allows one to select multiple files from the local harddist by the multiple file ...
Also available in: Atom