Activity
From 2008-11-09 to 2008-12-08
2008-12-08
- 22:40 Bug #19678: sectionIndex in Menu doesn't work
- committed to trunk rev 4535, 4_2 rev 4536
- 22:14 Bug #19689 (Closed): Mail SETFIXED_APPROVE sent multiple times since TYPO3 4.2
- The mail for setfixed_approve is sent again and again.
We tested it with the versions of sr_feuser_register 2.5.7,... - 21:41 Bug #18049: Submodules of Web module can't work with mod.php and the _DISPATCH system
- here is the patch
- 21:28 Bug #18049: Submodules of Web module can't work with mod.php and the _DISPATCH system
- the bug isn't complicate. The only error page-tree does is adding
?id =xyz
So the Url looks like
mod.php?M=web... - 20:01 Feature #1834: Recycler: Integrate Lost+Found possibilites
- Actually the thing with the translations getting "lost" when the parent record is deleted should be considered a bug....
- 12:51 Bug #15877: EM doesn't respect dependencies if no version number is specified
- i think the problem is partly solved in new versions.
Anyway there are some issues left which has to be mentioned here. - 10:24 Bug #15877: EM doesn't respect dependencies if no version number is specified
- What's the current status?
- 11:07 Bug #19477: RTE does not work in IRRE subelements
- the patch does not fix the issue with the RTE in irre elements.
Rather is brockes the RTE in normal CEs also, so the... - 10:23 Feature #16915: Integrate function to determine extension key from a table name and vice versa
- I guess this functionality is only useful when you are able to retrieve the extenension key to a table at ANY time. W...
- 09:56 Bug #15697: HTTP Proxy Support missing
- As far as I know nothing has been done towards that end, definitely not by me. Feel free to grab the issue! ;)
- 08:51 Bug #15697: HTTP Proxy Support missing
- What's the current status?
- 09:17 Feature #19393: Integrate license information and management
- +1
In general it seems that license stuff is not treated as important as it should be. Every ext author copies the... - 08:49 Bug #18640: EM considers 0.8.0 to be have a higher number than 1.0.0
- Is there nobody interested in providing a Core patch?
- 08:41 Bug #19677: Hardcoded md5-ization of be user password in sysext/setup/mod/index.php
- Suggestion by Michael Stucki:
- Create a wrapper that checks for every field if there is a $TCA entry
- if so, pr...
2008-12-07
- 09:21 Bug #19686 (Closed): First line of TS included from filesystem is missed
- When incorporating an external TS file (from fileadmin/), the very first line of its content is not taken into accoun...
2008-12-06
- 17:08 Feature #19685: Enable stdWrap for expAll
- Attached patch introduce stdWrap for expAll
- 14:37 Feature #19685 (Closed): Enable stdWrap for expAll
- Problem: Currently expAll lacks stdWrap properties. This can be useful if you want to set expAll=1/0 depending on the...
- 16:03 Bug #19402: sr_feuser_register 2.5.19 cannot be imported in TYPO3 4.0
- This will be fixed in ext_emconf.php. However it is a bug of the EM.
2008-12-05
- 20:07 Feature #19674: Add Hook to ClearCacheMenu
- something was missing. If there is an additional item it never will be
displayed if normal items doesn't have the A... - 20:02 Bug #19657: no typoscript template found
- without any further information and how to reproduce Bug entry is senseless.
- 14:22 Bug #14988: xhtml_cleaning corrupts javascript in HTML-comment from extension
- This is really time critical. I have got this error message on a big site with TYPO3 4.2.3:
"Fatal error: Maximum ...
2008-12-04
- 21:04 Bug #18916: I want to limit the plugin modul to show only one language!
- Please take care for the rules[1] to create and post a patch
[1] http://typo3.org/teams/core/core-mailinglist-rules/ - 16:26 Bug #18916: I want to limit the plugin modul to show only one language!
- Here is a patch that may help:
--- ../../typo3_src-4.2.1.orig/typo3_src-4.2.1/t3lib/class.t3lib_tceforms.php 200... - 20:25 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
- Same problem here. (TYPO3 4.2.3, TV 1.3.7)
- 20:21 Bug #19684: logfile_dir is ignored when using eID
- It was my mistake, everything works OK. Sorry for the wrong bug report.
- 20:10 Bug #19684 (Closed): logfile_dir is ignored when using eID
- I've got a TYPO3 installation, that logs into the [FE][logfile_dir]=fileadmin/logs
After I wrote an extension that m... - 16:59 Bug #19683: Extending palettes and fields to be displayed in back-end forms mixes up tabs
- The attached patch solves this issue.
Additionally there are some more changes concerning the naming. All occurrence... - 16:56 Bug #19683 (Closed): Extending palettes and fields to be displayed in back-end forms mixes up tabs
- A misbehaviour in t3lib_extMgm results in missing tabs when TCA types or palettes definitions get extended. The reaso...
- 16:53 Bug #19657: no typoscript template found
- Does this error still exist? How can one reproduce this behaviour?
Is it possibly related to issue #19507 (since you... - 16:22 Bug #19682 (Closed): Iframes' contents aren't correctly displayed in FF 3.0.4 on OpenSUSE 11
- In the new Firefox 3.0.4 on Linux - OpenSUSE 11 Edition - the IFrame of the backend (i.e. alt_intro.php) has a wrong ...
- 15:57 Bug #19681: RTE.default.showButtons = * makes copying/pasting/cut with ctrl-c, ctrl-x, ctrl-v impossible in Fx 3.0.x
- Sorry, forgot to fill out Reproducibility correct. Have reproduced it on three different PC's
- 15:51 Bug #19681 (Closed): RTE.default.showButtons = * makes copying/pasting/cut with ctrl-c, ctrl-x, ctrl-v impossible in Fx 3.0.x
- First some clarification: I know that copy, cut, paste with the buttons never has worked in Firefox without either us...
- 15:06 Bug #19680 (Closed): Syntax error in TCA types definitions of tt_content
- The TCA types definitions of tt_content use wrong syntax.
Currently there is: "CType;;14;button,hidden,1-1-1" (thi... - 13:50 Bug #19679 (Closed): FetchRow Method Does Not Exist After Postgres Migration
- I,
After intalling typo3 on mysql,
I have installed dbal and adodb.
I have migrate the database on postgres
B... - 12:51 Bug #19678 (Closed): sectionIndex in Menu doesn't work
- due to the change of #18432 the sectionIndex is lost. It was done in tstemplate->linkData() before, now it's done wit...
- 10:31 Bug #19677 (Closed): Hardcoded md5-ization of be user password in sysext/setup/mod/index.php
- The backend module of system extension "setup" allows to change backend user account data. Also the password of the b...
- 09:02 Bug #18208: Cleaning loginNews
- test note
2008-12-03
- 23:36 Bug #19676 (Closed): Labels 'TEMP' and 'RECYCLER' are hardcoded
- The labels for the temporary- and recycler folder in the file 'class.t3lib_foldertree' was hardcoded.
I dont know ... - 23:23 Bug #19675: Hardcoded error messages in file-list
- To see the error you could modifiy the if statement:
if (!$this->target || !$key) {
if ( 1 == 1) { - 23:20 Bug #19675 (Closed): Hardcoded error messages in file-list
- The labels 'Parameter Error:' and 'Target was not a directory!' was hardcoded in some files. These files related all ...
- 21:30 Feature #19674 (Closed): Add Hook to ClearCacheMenu
- There is no way to manipulate/add Items to the ClearCache-menu.
This hook adds this possibility to remove or add i... - 21:24 Bug #19673 (Closed): Memcached cache backend enhancements
- The following patch provides two enhancements to memcached cache backend:
1. Allow connecting through Unix sockets
... - 19:34 Bug #15429: Type selectbox doesn't set the correct content type when CType options is reduced.
- The patch doesn't fix the problem, as in TYPO3 4.2.2 it shows only the General tab. The media tab is gone, and only a...
- 16:51 Bug #19672 (Closed): TCEmain function getExcludeListArray produces error if table in TCA with no "columns"
- The file class.t3lib_tcemain.php produces this error:
Warning: Variable passed to each() is not an array or object i... - 15:19 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- I cannot find the mentioned "drop zone" (trying it in FF3). Don't know, why this "workaround" doesn't work in my inst...
- 12:58 Bug #19574: wrong anchor links with absRefPrefix option enabled
- The two new patches are against trunk and TYPO3 4.2 branch. They are based on the patch of bug 6415...
- 09:05 Bug #17104: Install Tool does not work when using the right password
- I observe a very similar issue also with the login to the TYPO3 backend in Firefox and Epiphany browsers. The passwor...
- 06:06 Bug #19477: RTE does not work in IRRE subelements
- New version of the patch fixes all issues:
- avoids re-initialization on Ajax call,
- ensure synchronous execution... - 05:03 Bug #16647: Possible Scripting vulnerability
- I'm fine with that.
- 01:46 Bug #19653: Provide a random byte generator in TYPO3 Core
- committed to trunk revs 4520 & 4521
- 00:47 Bug #19670: htmlArea RTE: js error may be raised when loading through IRRE Ajax call
- Committed to SVN TYPO3core trunk (revision 4525) and branch TYPO3_4-2 (revision 4526).
- 00:00 Feature #19671 (Closed): enable charlist for trim function in stdWrap
- It would be nice to have a better trim function inside stdwrap to trim additional chars and not only white spaces
...
2008-12-02
- 23:29 Bug #19670 (Closed): htmlArea RTE: js error may be raised when loading through IRRE Ajax call
- When the backend is not utf-8-encoded, and when some configurable labels in drop down lists contain special character...
- 15:38 Bug #19669 (Closed): Provide $severity in t3lib_div::sysLog() Hook
- The severity of the syslog entry should be passed to the hooks processed in t3lib_div::sysLog(). This can be easily ...
- 11:32 Bug #19129: Modul List T3 Backend
- I can confirm on the same. Tested the fix: works.
Typo3 4.2.1
direct_mail 2.6.0 - 10:22 Bug #19241: no details with error message 'is no TYPO3 language file'
- As far as I can see, the patch is there. Can we hope it will be applied? It is still annoying in 4.2.3
- 10:15 Bug #19668 (Closed): "Group By" function at "User Admin" module is not working in IE7
- In the backend module "User Admin" with selected "Compare User Settings" the checked checkboxes for the "Group by" fu...
- 09:39 Bug #19667 (Closed): t3x export reports SQL errors with uninstalled extensions
- If you did never install an extension before, then the EM gives a lot of SQL error messages before the export of it a...
- 00:14 Bug #18928: Page alias not publishing to LIVE from any workspace
- Still broken in 4.2.3
- 00:12 Bug #19068: Move page within workspace not showing for editors after page move
- This is fixed now after upgrading to 4.2.3
2008-12-01
- 17:22 Bug #19609: class.gzip_encode.php fails with open_basedir restrictions
- rev 4514
- 17:16 Bug #19655: Extreme performance decrease
- Firsts, just installing memcached will not help, TYPO3 must be configured to use it.
Secondly, memcached support i... - 17:13 Bug #19506: Memcached backend is not working properly
- v 4512
- 14:36 Bug #19129: Modul List T3 Backend
- This error happens when you take a fresh Typo3 4.3.2 (src + dummy) and install the Direct Mail (direct_mail) Extensio...
- 10:07 Bug #19666: Adding T3_SERVICES to configuration modul
- @Michael - there is already a document (unfortunally not displayed by ter_doc)
http://typo3.org/documentation/docume... - 09:58 Bug #19666: Adding T3_SERVICES to configuration modul
- added following:
$T3_SERVICES
$TBE_MODULES
$TBE_MODULES_EXT
$_SERVER
2008-11-30
- 21:20 Bug #19382: New Element Wizard has no option for hiding Elements via pageTS
- Here is the updated patch.
I also attached a screenshot and a testextension which
* adds a plugin (same as before)
... - 13:55 Bug #19666: Adding T3_SERVICES to configuration modul
- Side note: There is an extension "cc_sv_auth" that provides the basic service framwork for TYPO3 3.7 (services were i...
- 04:54 Feature #18518: css parsing issue: classes with element context selectors are not honoured inside other context selectors
- Thanks for the patch Mikkel. I will test it. I was indeed going to comment that something similar would be needed for...
2008-11-29
- 22:05 Feature #18518: css parsing issue: classes with element context selectors are not honoured inside other context selectors
- The previously uploaded patch missed fixing the parsing problem in "TextStyle.parseSelectorText", and a new patch wil...
- 20:01 Bug #19666 (Closed): Adding T3_SERVICES to configuration modul
- this patch allows to browse through registered services
(issue imported from #M9867) - 15:31 Bug #19665: Indentation set with div section in htmlArea RTE renders not valid inFE
- sorry didnt know that i have to encode source
valid source in RTE:
< div class="indent" >< p >some text< br / >lo... - 15:21 Bug #19665 (Closed): Indentation set with div section in htmlArea RTE renders not valid inFE
- in typo3 4.2.3
Correct Source in BE rte source view:
...
<div class="indent"><p>some text<br />lorem</p>
<p>ip... - 14:13 Bug #19664 (Closed): Poor memory management leads to crash when trying to configure large extensions (e.g. phpmyadmin 3.3.0)
- When I try to configure the phpmyadmin 3.3.0 using the extension manager, I only get a blank screen.
This is caused ... - 13:10 Bug #19663 (Closed): felogin: Drop languages from locallang.xml
- as the languages are coming from translation server they are not needed in locallang.xml any more.
(issue importe... - 12:22 Bug #19662 (Closed): [Feature] Adding sysext tsbrowser
- this is a small sysextension that adds ability to browse through Typoscript tree while edit the setup in tstemplates....
- 11:33 Bug #19661: missing class for checkbox in t3editor
- committed to trunk rev 4495, 4_2 rev 4496
- 10:48 Bug #19661 (Closed): missing class for checkbox in t3editor
- class="checkbox" is missing for correct alignment
(issue imported from #M9862) - 05:35 Bug #19652: LICENSE.txt refers to a non-existing webpage on typo3.org
- For the sake of completeness I added patch v2 that refers to the license page on typo3.org with a speaking url.
- 05:29 Bug #19653: Provide a random byte generator in TYPO3 Core
- Added v3 of the patch. Improvements:
* removed unnecessary empty $random_state test
* added OS test before access...
2008-11-28
- 22:54 Bug #19660 (Closed): Second page of results in list-module with ordering flaw
- Well:
* go to a table with more entries than your limit
* navigate the second result-page
- you can't move up ... - 21:08 Feature #14618: letter 'ő' handling problem
- Very old bug with no more feedback. However I could not reproduce it with indexed_search and special characters...
- 21:01 Feature #19647: Change rendering order of plugins by typoscript
- I'm not sure if things get too complicated with renderPriority. Maybe I have to think again about this one - it's tri...
- 20:55 Bug #19659 (Closed): Fileadmin: New folders: Singular and plural are the same ("folders")
- In the filelist module there is a drowdown, where you could choose how many folders you want to create, there is curr...
- 20:55 Bug #19376: Loading the backend takes more than 70 HTTP requests
- Yes, of course, the first load will fetch all files. But subsequent requests will not fetch them at all. Effect is ve...
- 20:30 Feature #19283: page cache is not influenced by tt_content.starttime/endtime
- I have tested this patch with a quickly put together extension, which I am attaching here. The extension is called "x...
- 20:24 Feature #19283: page cache is not influenced by tt_content.starttime/endtime
- Attaching a corrected patch, as submitted in the core list
- 19:52 Bug #19658 (Closed): Upload files: Singular and plural are the same ("files")
- In the filelist module there is a drowdown, where you could choose how many files you want upload, there are no separ...
- 18:40 Bug #19657 (Closed): no typoscript template found
- Since the latest update from svn (download before has been from about 3 weeks ago), I randomly get an error message. ...
- 18:28 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
- @Oliver:
I have added these lines at the beginning of my eid script. And this fixes the problem.
-------------
$... - 18:00 Feature #19656 (Closed): Feature request for adding hooks inside the List module
- This is a request for two hooks that would allow adding functionalities to the Web>List module. The idea is to add ic...
- 17:51 Bug #17524: 'Lastlogin' for FE Users not shown in BE
- This is also true for BE users.
Attached patch fixes this by adding lastlogin TCA definitions for be_users and fe_... - 17:43 Feature #15193: There is no API to list tables in the Web->Page module
- I just found this patch in static_info_table. Cool patch! What's about this into core?
- 16:04 Bug #19655: Extreme performance decrease
- Could you proove this by adding some numbers? For me 4.2.3 is (roughly) as fast as trunk.
You could set $TYPO3_CON... - 12:40 Bug #19655 (Closed): Extreme performance decrease
- Hello,
i just tested the new 4.3.0alpha1 release (svn trunk from yesterday (11/27/2008) 20:00) and have extreme pe... - 15:43 Bug #14947: Mail form won't send from typo-script produced mail form
- Closed:
- Probably a duplicate of #14925
- No good description on how to reproduce
- No new input for a long tim... - 15:18 Bug #14786: Contextmenu in fileadmin don't show up for files with 2 points in filename
- Unable to reproduce in current versions.
- 15:16 Bug #19413: Problems with the Menu Sitemap
- Resolved, no change required:
Target of sitemap links can be changed in Constants. - 14:57 Bug #19506: Memcached backend is not working properly
- Version 2 of the patch uses PATH_site instead of host name (see discussion with masi in the core list)
- 14:30 Bug #19381: Problem with the Menu/Sitemap feature
- Closed as duplicate of 9487.
- 10:33 Bug #19652: LICENSE.txt refers to a non-existing webpage on typo3.org
- http://typo3.org/2281.0.html works too and looks better... :-)
or:
http://typo3.org/about/licenses/
would be... - 06:14 Bug #19652 (Closed): LICENSE.txt refers to a non-existing webpage on typo3.org
- Content: "[...] For information about what this license means and how copyright law applies to a product like TYPO3, ...
- 10:27 Bug #18478: Workariound for PHP-Bug with Locale tr_TR
- Patch "class.tslib_fe.php.patch" does not solve the problem for me.
As described above, the problem occur if LC_C... - 10:00 Bug #19654 (Closed): typolink doesn't check internal files for extistence
- Hello folks,
the typolink() function does not really check if the given link target file e.g. "fileadmin/templates... - 07:00 Bug #19653 (Closed): Provide a random byte generator in TYPO3 Core
- Currently TYPO3 does not provide a method for creation of random bytes. Random bytes are needed for cryptographic ope...
2008-11-27
- 23:22 Bug #19651 (Closed): Strings 'TEMP' and 'RECYCLER' are hardcoded in the filetree
- The labels for the temporary- and recycler folder in the filetree in filelist module are hardcoded.
Solution:
* f... - 23:06 Bug #19650 (Closed): edit-wideDocument was removed, bring it back
- This option was unfortunally dropped with 4.2, this patch brings the option back
(issue imported from #M9849) - 22:13 Feature #19575: Zebra style for fileadmin
- committed v2 to trunk, rev 4494
- 22:08 Feature #19635: New rendering methods for content elements (lesser markup, cleaner code)
- committed v2 ti trunk, rev 4493
- 20:48 Bug #19615: waste of time in LIST module with LOISmode
- committed to trunk rev 4492
- 16:10 Bug #18696: Drag and Drop problems with flexform sections
- Related to http://bugs.typo3.org/view.php?id=8882 ?
- 16:09 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- I just accidentally found out that you can drag AND DROP the elements when you minimize them to their title bar.
No... - 14:56 Bug #19506: Memcached backend is not working properly
- The attached patch fixes the main issue and also several other issues:
- clearing cache doesl not work from CLI scri... - 12:10 Bug #19338: XML Problems with PHP5 and libxml 2.7.1
- i have prepared a minimal example demonstrating the PHP-Bug
<?php
$simple = "<root><node><strong>Testst... - 12:06 Bug #19338: XML Problems with PHP5 and libxml 2.7.1
- Yesterday i stumpled over exactly this problem, after our hoster updated some libs on the system.
i spend a couple o... - 09:23 Bug #19649 (Closed): importing translation by l10nmgr takes too long in t3lib_TCEmain::process_datamap()
- Importing a large XML translation file with L10N Manager fails because of exceeding the maximum execution time limit....
- 04:51 Feature #19640: Sensible Focus/Blur behaviour for toolbar-item menus like OS-menus
- I hope this is it, changes uploaded. :)
- 01:16 Bug #19648: BE module configuration does not properly consider TYPO3_MODE
- this is not possible as TYPO3_MODE is replaced by 'BE' at the begin of the script and can't be changed later.
2008-11-26
- 22:52 Bug #19648 (Closed): BE module configuration does not properly consider TYPO3_MODE
- Common way to register XCLASSes is something like
$TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/felogin/pi1/class.tx_f... - 14:31 Feature #19647 (Closed): Change rendering order of plugins by typoscript
- Sometimes its necessary to call front end plugins in another order than they have to apply in the code sent to the cl...
- 13:41 Feature #18473: show page browser only if enough entries are available
- The latest patch is against TYPO3 4.2.3.
- 12:17 Feature #19640: Sensible Focus/Blur behaviour for toolbar-item menus like OS-menus
- I didn't "add" any descendent-selector, look above. I even relaxed from tag to class.
I'm going to do the correcti... - 05:09 Feature #19640: Sensible Focus/Blur behaviour for toolbar-item menus like OS-menus
- posting a review here as the list server is not reachable right now, will post it in the NG later:
* remove all th... - 12:16 Feature #18274: Improve t3lib_div::xml2array
- URL is not available anymore...
- 08:33 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
- Seems like this is related to our mysql-server crashing with this error message:
InnoDB: Unable to assign a new iden... - 04:09 Bug #17352: 'Stop page tree' doesn't work anymore
- Also, when use condensed mode in backend, 'stop page tree' begins to work.
Sorry - did not read all topic. After r... - 03:23 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
- 4.3 alpha1 is checking for 5.2 already...
- 03:11 Bug #19646 (Closed): dividers get stripped when using method t3lib_extMgm::addFieldsToAllPalettesOfField()
- Problem:
when using t3lib_extMgm::addFieldsToAllPalettesOfField() to add new fields to palettes of an existing field...
2008-11-25
- 22:38 Bug #19645 (Closed): Filepermissons (RW) in filelist was hardcoded
- The letters 'R' (for read) and 'W' (for write) are hardcoded in the filelist module. This affected the folder and th...
- 18:08 Bug #19644: Hidden pages become visible if
- Clarification: "Creating frontend groups is not an option" should read "creating frontend users is not an option" :)
- 18:07 Bug #19644 (Closed): Hidden pages become visible if
- We need to enable our backend users to view pages that are restricted (via "Access" tab) to certain frontend users. O...
- 18:07 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
- I solved the problem in indexed_search in version 2.11.0 with the patch from http://bugs.typo3.org/view.php?id=2376
... - 16:54 Bug #19587: Multiple image resizes started
- Hello Vlatko,
Are you sure of what you say ? What elements do lead you to this conclusion ?
The default behavio... - 16:50 Bug #19643 (Closed): area hrefs end up wrong in staticpub files (class.t3lib_parsehtml.php bug)
- Problem:
area hrefs in pages produced with staticpub (and a speaking URL extension) are not prefixed correctly. In f... - 15:30 Feature #19640: Sensible Focus/Blur behaviour for toolbar-item menus like OS-menus
- Niels, you actually *can* create patches :) Checkout extension from the SVN, modify it as you want and diff to SVN. Y...
- 06:17 Feature #19640: Sensible Focus/Blur behaviour for toolbar-item menus like OS-menus
- Niels, please follow these instructions:
http://typo3.org/development/bug-fixing/diff-and-patch/
we want only _on... - 02:30 Feature #19640: Sensible Focus/Blur behaviour for toolbar-item menus like OS-menus
- Ah, well, a not:
I tested on IE6, IE7, Opera, Safari, FF3, works. - 02:27 Feature #19640 (Closed): Sensible Focus/Blur behaviour for toolbar-item menus like OS-menus
- Makes toolbar-item menu close on blur (like our beloved OS-level applications).
Actually makes the file "toolbarm... - 12:16 Bug #17424: Problem with Translation handling in EM
- I too had this problem (zip files were downloaded but not installed) even the unzip command was present. After deleti...
- 12:05 Bug #19642 (Rejected): tt_news records are not being reindexed
- The tt_news records which are hidden, deleted or out of date (after the first indexing) are still listed in a search ...
- 10:20 Bug #19562: double enquote in t3lib_htmlmail of returnPath
- committed to
* 4_2 rev 4487
* trunk rev 4488 - 10:19 Bug #19641 (Closed): RTE TSconfig lost when uploading files or creating folders
- When the form for uploading files or creating folders is displayed in the select image pop-up window (by setting the ...
- 10:12 Bug #19500: t3lib_htmlmail: sending mails produces error "501 Bad address syntax" in mail.log
- See #19275
- 10:10 Bug #19500: t3lib_htmlmail: sending mails produces error "501 Bad address syntax" in mail.log
- It is not a 'block' severity. It does not block TYPO3 work.
- 09:55 Bug #18874: Checkboxes and labels are aligned badly if in one line
- committed to
* 4_2 rev 4485
* trunk rev 4486 - 08:23 Bug #19318: cli_dispatch.phpsh - /usr/bin/php: bad interpreter
- This is not a bug. Please, ask for solutions to your problems in mailing lists first and learn how to use *nix shell....
2008-11-24
- 22:47 Bug #19318: cli_dispatch.phpsh - /usr/bin/php: bad interpreter
- If you type the full path to the PHP binary you should get no such error. For example, on my machine I type:
/usr/... - 22:31 Bug #19318: cli_dispatch.phpsh - /usr/bin/php: bad interpreter
- i checked other CMS (Drupal, Sugar) and they don't have any #! /usr/bin/php -q lead line
and have common .php ext... - 22:27 Bug #19318: cli_dispatch.phpsh - /usr/bin/php: bad interpreter
- i am having the same problem
i suggested a symlink, or at least to make a note in the INSTALL.txt
other solutions? - 20:40 Bug #19623: Mountpoints do not work across domain boundaries
- 4.2: rev 4484
4.2: rev 4483 - 13:34 Bug #19639 (Closed): Listview and sorting
- If you have more than 20 content elements you get browser
[21 - xx]
If you click you are on second page.
The fir... - 10:52 Bug #14805: FE user passwords shown in page module and info popup of list module
- Do not close bugs before a fix has been released! Instead, change them to "resolved".
- 10:49 Bug #14805: FE user passwords shown in page module and info popup of list module
- Dupe has been fixed.
- 10:38 Bug #25545: Save and close closes _without_ saving
- Issue introduced in #8830 (added new Save&Close-Button)
- 09:18 Bug #19622: Element browser shows wrong colors
- That is even simplier. Thanks!
- 09:01 Bug #14692: Access to file resources does not work with mod_fcgid
- I can confirm the issue. Michael's "alternative solution" solved it.
- 06:30 Bug #19638 (Closed): fe_adminLib.inc - If preview is enable, HSC applied passwords are saved to database
- Since TYPO3 version 4.0.9/4.1.7/4.2.1 we apply htmlspecialchars to all form values before showing them again to the u...
2008-11-23
- 23:42 Bug #19592: Organisation in mail header should be Organization
- it seems that it's typo in class.t3lib_htmlmail.php line 495.
I'll move this bug to TYPO3 core bugtracker. - 23:21 Bug #17182: Highlight current workspace in tree view
- fixed in SVN trunk (TYPO3 v4.3.0-dev)
- 23:15 Feature #19628: Turn the workspace selector into a drop down toolbar item menu
- committed to trunk
- 17:28 Bug #19637 (Closed): Copy / Cut icons old: drag'n'drop in pagetree
- When using drag'n'drop to copy or cut a page in the pagetree the icons from the old skin are used whereas on copying ...
- 17:18 Bug #19636 (Closed): right click on links does show a broken context menu
- If you have a link in your text and click on it to get the context menu it looks way to small and messed up. (See scr...
- 17:08 Bug #25545 (Closed): Save and close closes _without_ saving
- If I change something inside my typoscript templates and the t3editor is activated the save and close button will not...
- 15:28 Feature #19635 (Closed): New rendering methods for content elements (lesser markup, cleaner code)
- The current rendering of content elements creates a lot of markup, for example when using section frames an extra div...
- 15:27 Bug #19634: Feature beUserUid in TSFE
- it's possible with
[globalVar = BE_USER|user|uid = 13]
thx olly for the hint. - 11:02 Bug #19634 (Closed): Feature beUserUid in TSFE
- This can be very useful in TS conditions.
At the moment you can use only this condition to verify BE_USER is logged ... - 04:46 Bug #19617: hook for linkhandler is missing in RTE browse_links
- linkhandler should configure its hook with the following key:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/rteht... - 04:43 Bug #19622: Element browser shows wrong colors
- The attached patch to t3skin fixes the issue for both element browsers and perhaps for some other ones that may have ...
- 04:16 Bug #19622: Element browser shows wrong colors
- I cannot answer the question, it is certainly historical, but I wonder why t3skin does not define the correct colors ...
- 02:17 Bug #19633 (Closed): Patch for Issue #0006637 (rootline reverse order) will result in broken link behavior
- Applying the patch related to issue #0006637 (rootline reverse order) "as is", will result in a broken link behavior....
2008-11-22
- 22:42 Feature #19598: htmlArea RTE: additional features for link insertion dialogue
- Follow up patch committed to SVN TYPO3core trunk (revision 4480).
- 22:35 Feature #19598: htmlArea RTE: additional features for link insertion dialogue
- Cleanup was excessive and one js function was dropped that may be used by hooking browsers.
- 22:07 Bug #19246: typo3ajax::renderAsXML does not always render XML
- After discussion in the core list, it was decided this was not a bug, since the behavior typo3ajax::renderAsXML() is ...
- 21:05 Bug #19632: Enable <del> instead of <strike> in lib.parseFunc_RTE.allowTags by default
- I found it and I created a patch, but i'm not experienced with it, and i think i did not do it the right way. I think...
- 20:54 Bug #19632 (Closed): Enable <del> instead of <strike> in lib.parseFunc_RTE.allowTags by default
- lib.parseFunc_RTE.allowTags by default allows the strike HTML tag which is deprecated because it's a physical element...
- 19:58 Bug #19477: RTE does not work in IRRE subelements
- Related issues:
1. the RTE stylesheets will not be loaded if the first RTE instance is created as a result of an IRR... - 19:06 Bug #19631 (Closed): Sitemap doesn't recognize starting point from default
- Although you set a special starting point (not the root-page) for the sitemap in the BE the root-page is taken as sta...
- 17:48 Bug #19630 (Closed): Wrong description for the constant styles.content.imgtext.linkWrap.width
- The description of the field styles.content.imgtext.linkWrap.width in the Constant Editor is not correct.
It seem... - 16:27 Bug #18874: Checkboxes and labels are aligned badly if in one line
- A slight addition to Steffen's 4.2 version, with a .radio selector added so that radio buttons also get aligned prope...
- 14:56 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
- I think it will be better if cache initialization is moved to TSFE. Currently many existing extensions are borken whe...
- 12:09 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
- This specific issue is not related to the database changes. When calling an eid script the cache handlers/managers ar...
- 14:27 Bug #19616: Don't show fe_users password in page module
- committed to
4_1 rev 4476
4_2 rev 4477
trunk rev 4478 - 11:26 Bug #19620: Frontend plugins show PHP error if there is no TypoScript configuration
- Committed to SVN Trunk (rev. 4475)
- 00:42 Feature #19629 (Closed): Integrate the option "reverseOrder" for a complete HMENU
- Starting from #17747 and expanding that idea, I'm suggesting a plain .reverseOrder property, that will reverse the or...
2008-11-21
- 18:07 Feature #19628 (Closed): Turn the workspace selector into a drop down toolbar item menu
- Problem:
The current workspace selector is a select HTML element. When changing a workspace it reloads the whole bac... - 15:14 Feature #19627 (Closed): Adding Faroese flag to website languages
- Hi!
The Faroese flag is missing from the options when creating website languages. I hope it can be added soon. :-)... - 13:57 Bug #19626 (Closed): ClearCacheMenu doesn't work when click on icon
- The clear cache doesn't work if you click on the image (icon)
The Problem is that this element has no href, result i... - 13:44 Bug #19625 (Closed): Popup-functionality for Pages using target field
- You can create popup-links with typolink or the element browser. A missing feature is to create this with pages for m...
- 13:01 Bug #19624 (Closed): RTEhtmlarea does not work with IRRE after new child records were created
- RTEhtmlarea does not work anymore with IRRE after new child records were created while editing the parent record.
...
2008-11-19
- 20:54 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
- My ISP installed FreeBSB on the server. These pecl packages are separate php packages but probably default on most di...
- 20:27 Bug #19614: Irre in news not possible => Docheader is hidden => Page can't be saved
- Bug report unclear. It should be rewritten to describe the problem properly.
- 20:25 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
- This was described in the mailing lists. Current database analyzer cannot change cache table as necessary but there i...
- 20:23 Bug #18665: The child pages of Mount points (do not substitute mount point) are not linked correctly in menus
- Forget it, the patch is there and similar problem was caused by another thing. All is fine with this bug :)
- 13:34 Bug #18665: The child pages of Mount points (do not substitute mount point) are not linked correctly in menus
- The problem still exists in TYPO3 4.2.3. The patch in this bug report was never committed. Links in menu look like:
... - 20:01 Bug #19623 (Closed): Mountpoints do not work across domain boundaries
- typolinkCheckRootLine, menu and mount points do not work together in TYPO3>=4.2.0.
Subpages of the mounted page wi... - 00:54 Bug #19622: Element browser shows wrong colors
- The attached images show the element browser before and after the change.
- 00:28 Bug #19622 (Closed): Element browser shows wrong colors
- The element browser shows wrong colors. See screenshots.
I'm wondering whether there was any reason for using thos...
2008-11-18
- 10:11 Bug #19507: getCompressedTCarray hangs if no cache_hash exists
- This happens under the most current 4.3-dev.
The DB 'Update required tables COMPARE' has been done successfully. - 09:42 Bug #19621 (Closed): getTreeList causes duplicate entry sql error
- When the method getTreeList is called by an extension, then this causes duplicate entry message upon inserting into c...
- 00:54 Bug #14692: Access to file resources does not work with mod_fcgid
- I don't like the alternative solution, but it seems it works a lot better...
2008-11-17
- 18:12 Feature #19618: Integrate possibility to enforce usage of OpenID
- Patch bug_9800_openid_normalize_force_v3.diff now provides two extension configuration options for globally forcing O...
- 16:22 Feature #19618: Integrate possibility to enforce usage of OpenID
- Uploaded the required changes that implement this feature (patch by Michael Stucki)
- 16:20 Feature #19618 (Closed): Integrate possibility to enforce usage of OpenID
- Integrate a possibility to enforce the usage of OpenID. If this options is set for front-end and/or back-end users, n...
- 17:27 Bug #19620 (Closed): Frontend plugins show PHP error if there is no TypoScript configuration
- Frontend plugins show a PHP error if there is not TypoScript configuration available when calling a user function:
... - 16:47 Feature #19619: Backport OpenID authentication service
- Exactly! Sorry, if this lead to confusion. This "feature request" was just about to have the possibility in TYPO3 4.2...
- 16:42 Feature #19619: Backport OpenID authentication service
- I agree this shouldn't go into 4.2, although the patch is written by myself.
We should stick to the release policy a... - 16:34 Feature #19619: Backport OpenID authentication service
- The attached changes are backporting the OpenID system extension from TYPO3 4.3 to TYPO3 4.2. However, the patch 0009...
- 16:30 Feature #19619: Backport OpenID authentication service
- What about the rule about new features appear only in new versions?
In any case extension can be just copied to 4.... - 16:25 Feature #19619 (Closed): Backport OpenID authentication service
- To improve single sign on services a backport of the OpenID authentication service to TYPO3 4.2 is desirable.
(is... - 13:49 Bug #25544: t3editor codecompletion: sometimes the ajax-call fails due missing file t3lib_pageselect.php (which does not exists)
- The warning/error on DomDocument happens when the native DOM handler gets overridden by DOM XML, see here:
http://de...
2008-11-16
- 13:58 Bug #19614: Irre in news not possible => Docheader is hidden => Page can't be saved
- Did you test whether this behaviour was there in TYPO3 4.2.x?
- 13:42 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
- Good idea! What distribution/OS are you using? Strange that a "native" functionality isn't available... hm...
2008-11-15
- 19:50 Bug #19617 (Closed): hook for linkhandler is missing in RTE browse_links
- the attached patch adds this hook in browse_links for RTE
(issue imported from #M9799) - 18:50 Bug #19616 (Closed): Don't show fe_users password in page module
- By default fe_users are shown in page module as list. Anyway it's unnessecary to show the password in this list, encr...
- 16:13 Bug #19615: waste of time in LIST module with LOISmode
- +1 - please make a RFC
2008-11-14
- 21:52 Bug #19615 (Closed): waste of time in LIST module with LOISmode
- If you have activated the 'List only in singe table mode' for the LIST module, you have done this to increase the spe...
- 15:53 Bug #17104: Install Tool does not work when using the right password
- Wireshark says, that the Typo3InstallTool is sent twice at the beginning after login with the correct install tool pa...
- 15:18 Bug #17104: Install Tool does not work when using the right password
- @Dick Rundell : Just change this line to the file ext/install/mod/class.tx_install.php
var $passwordOK=1; // Th... - 14:12 Bug #19614 (Closed): Irre in news not possible => Docheader is hidden => Page can't be saved
- I wanted to test something else with attached test-extension.
After creating a new news record there is the entry ... - 12:28 Bug #19613: Default values have no labels in the multiple select control inside the flexform
- solution looks good!
- 11:57 Bug #19613 (Closed): Default values have no labels in the multiple select control inside the flexform
- The following perfectly valid flexform definition cause ghost items to appear in the left box of multi–item select co...
- 12:27 Bug #25544: t3editor codecompletion: sometimes the ajax-call fails due missing file t3lib_pageselect.php (which does not exists)
- Hi Tobias,
indeed it solves part 1 from screenshot (the missing t3lib_pageselect)
But the other error still sta... - 11:56 Bug #17226: JS escape/unescape functions are differently than PHPs urlencode functions when using utf8 in mysql DB
- Michael, look to #19502 where we solved it same way, Masi was involved too (see corelist)
- 10:54 Feature #19611 (Closed): Add a way to hook into the publish process for a workspace
- There is currently no way that we can hook into the version swap method for a given record in the tcemain.php. This i...
- 04:25 Bug #19610: 404 error after saving page properties when "Include subpages" is set
- I localized where the problem is coming from.
I use a third party script (see below) for redirection on 404 error.
... - 00:22 Bug #19610: 404 error after saving page properties when "Include subpages" is set
- sorry, the problem appears in both cases:
when access option "Show at any logging" OR "Include subpages" is set - 00:14 Bug #19610: 404 error after saving page properties when "Include subpages" is set
- Correction:
when access option "Show at any logging" is set (instead of "Include subpages") - 00:32 Bug #17627: External TypoScripts files will always be cached
- I attached a patch file "patch_6395.diff" which implements Michaels suggestions to add an information about the file ...
2008-11-13
- 23:54 Bug #19610 (Closed): 404 error after saving page properties when "Include subpages" is set
- when the access option "Include subpages" is set on the page properties and I change once again somethings (e.g. page...
- 20:15 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
- Installed pecl-fliter and pecl-json. That fixed it.
Idea to add it to requirements? - 17:05 Bug #19556: Fatal error: Call to undefined function filter_var() in /var/www/trunk/t3lib/class.t3lib_div.php on line 1438
- I have the same and it's a php thing. filter_var is a native php function since version 5.2. I have 5.2.3 but i still...
- 19:48 Bug #19594: htmlArea RTE: spellchecker not working in TYPO3 4.3-dev
- Second patch gets rid of the failing script. eID and ajaxID will now be used.
Committed to SVN TYPO3core trunk (re... - 19:01 Bug #17104: Install Tool does not work when using the right password
- I have observed the same behaviour with Firefox and Epiphany browsers.
When I enter a wrong password, it shows me th... - 17:36 Bug #25540: JS error: Node cannot be used in a document other than the one in which it was created
- same here. i attached a screenshot with the errors i get
- 16:24 Bug #19609 (Closed): class.gzip_encode.php fails with open_basedir restrictions
- If open_basedir in php.ini does not include "/proc" and gzip compression is enabled in TYPO3, the following errors wi...
- 16:08 Bug #25544: t3editor codecompletion: sometimes the ajax-call fails due missing file t3lib_pageselect.php (which does not exists)
- attached patch should solve the problem
- 16:03 Bug #25544 (Closed): t3editor codecompletion: sometimes the ajax-call fails due missing file t3lib_pageselect.php (which does not exists)
- some times the ajax call (loadTemplates) returns a warning (see attached screenshot)
when t3lib_div::makeInstance(... - 15:15 Bug #19602: page preview on tt_news entries leads to error
- fixed, needs a tsconfig entry, then it works for tt_news
- 14:24 Bug #17226: JS escape/unescape functions are differently than PHPs urlencode functions when using utf8 in mysql DB
- Steffen, that is not the way I want this to be solved.
As far as I know, "decodeURIComponent" is not a successor of ... - 14:01 Bug #17226: JS escape/unescape functions are differently than PHPs urlencode functions when using utf8 in mysql DB
- i can confirm that using decodeURIComponent solves the problem.
I think all "unescape" calls in core should be rep... - 11:15 Bug #17226: JS escape/unescape functions are differently than PHPs urlencode functions when using utf8 in mysql DB
- Masi, can you please take a look at this solution?
Thanks in advance!
- michael - 11:14 Bug #17226: JS escape/unescape functions are differently than PHPs urlencode functions when using utf8 in mysql DB
- Important: It's not "decodeURIcomponent" but "decodeURIComponent" (upper-case "C"), otherwise it will fail at least o...
- 12:11 Bug #19608 (Closed): Frontend Editing doesn't respect restrictions on content types via TSConfig
- The HTML content element was disabled using TSConfig settings. One of the pencil icons in FE Editing respects this se...
- 11:51 Bug #19607 (Closed): PHP Warning: Invalid argument supplied for foreach() in t3lib_cache_backend_db.php
- if the cache is empty i get an php warning.
Afaik that would be even with an disabled warning output an performanc... - 09:37 Bug #19606: Remove duplicate JS-Files in backend.php
- committed to trunk rev 4466
- 09:15 Bug #19562: double enquote in t3lib_htmlmail of returnPath
- Could someone please commit this fix into the SVN. I had fixed the bug for my 4.2.2 installations by patching the fil...
2008-11-12
- 22:30 Bug #19606 (Closed): Remove duplicate JS-Files in backend.php
- in backend.php all JS-files are collected in an array. As this isn't an associative array, it's possible to add dupli...
- 22:05 Bug #18660: Links to Mount Pages (Substitute Mount Point) that cross domains/sites are broken by Typolink
- I overworked the patch to apply against recent versions (4.2.3).
Patch works for me! - 20:34 Bug #19062: if redirect_url / login error
- comitted to Trunk rev 4461
- 20:11 Feature #25541: t3editor with CodeCompletion for TypoScript
- Committed to SVN Trunk (rev. 4460) - TYPO3 4.3-alpha1
- 02:11 Feature #25541: t3editor with CodeCompletion for TypoScript
- Attached patch of latest posting to TYPO3 Core List.
- 19:42 Bug #19504: DB Analyzer / Compare Tool can't handle the upgrade of the cache tables
- Committed to SVN Trunk (rev. 4459) - TYPO3 4.3-alpha1
The commit for TYPO3_4-2 is still pending! - 19:40 Bug #19590: Use correct memory limit definition in Install Tool
- Ingo wants to look at the xml reading in EM which is the most expensive memory function. If this issue is solved we ...
- 19:38 Bug #19605 (Closed): disabled images in RTE still leave the toolbar button
- I think this is very confusing. If Images are disabled in extConf the button should be not in toolbar.
I myself was... - 19:35 Feature #19604: Upgrade prototype.js to latest 1.6.0.3 release
- Hi olly,
i think updating third party scripts should be an automatic process for every release.
vg Steffen - 18:01 Feature #19604 (Closed): Upgrade prototype.js to latest 1.6.0.3 release
- Upgrade prototype.js to latest 1.6.0.3 release - currently we use the version 1.6.0.2.
(issue imported from #M9783) - 19:33 Bug #19580: Some extensions do not work anymore in the frontend
- Committed to SVN Trunk (rev. 4458)
- 18:19 Feature #19600: Improvement of removeXSS
- Committed to SVN Trunk (rev. 4457)
- 11:26 Feature #19600 (Closed): Improvement of removeXSS
- The removeXSS-script used had some lacks. It replaced tags in normal text which prevents most from using this script....
- 18:18 Bug #19110: t3lib_div::removeXSS translates normal text too
- Committed to SVN Trunk (rev. 4457)
- 16:07 Feature #18518: css parsing issue: classes with element context selectors are not honoured inside other context selectors
- Patch for resolving this bug will be uploaded shortly.
The patch fixes "BlockStyle.parseSelectorText" such that AL... - 13:17 Bug #19603 (Closed): ric_rotation not working correctly with 4.2.x
- ric_rotation not working, thus not even showing up in frontend on 4.2.x t3 installations.
setup ric_rotation and sli... - 13:11 Bug #19602 (Closed): page preview on tt_news entries leads to error
- This is concerning 4.1 and 4.2 as far as i can tell...
if i go on edit on a tt_news record, and then press the "sa... - 13:08 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Hey Oliver,
Chrisitan reported the browser-version and I did it here at the beginning of the bugreport (note 0023911... - 13:00 Bug #19574: wrong anchor links with absRefPrefix option enabled
- The both last patches are against trunk and 4.2.3.
Changes to the patch against trunk:
* added missing spaces ... - 12:13 Bug #19601 (Closed): t3lib_div::trimExplode limit parameter leads to wrong result with non-empty requirement
- First, look at the function that was extended during TYPO3 4.3 development:
trimExplode($delim, $string, $onlyNonEmp... - 11:20 Bug #19579: Update function names of caching API to be consistent with FLOW3
- Committed to SVN Trunk (rev. 4455)
- 10:31 Bug #19262: debug_trail gives not filename
- Here is an example of the given debug output:
debug_backtrace SC_db_list->main#451 // recordList->generateList#29... - 10:15 Bug #19545: Moving page in WS will hide it from editors due to missing access settings of placeholder
- Added Michael Stucki's version of the patch.
- 09:39 Bug #19584: Incorrect initialization sequence in class browse_links
- Committed to SVN TYPO3core branch TYPO3_4-2 (revision 4453).
- 08:47 Feature #19599: htmlArea RTE: enable stdwrap on the clickEnlarge tag
- Committed to SVN TYPO3core trunk (revision 4452).
- 08:34 Feature #19599 (Closed): htmlArea RTE: enable stdwrap on the clickEnlarge tag
- The attached patch enables the use of stdwrap on the a-tag generated by the image clickEnlarge feature. Thus, FE rend...
- 08:16 Feature #19598: htmlArea RTE: additional features for link insertion dialogue
- Committed to SVN TYPO3core trunk (revision 4451).
- 07:35 Feature #19598 (Closed): htmlArea RTE: additional features for link insertion dialogue
- The attached patch will add the following features to the link insertion dialogue:
1. allow to configure the class a... - 01:56 Bug #19597 (Closed): Incorrect validation of allowed class in RTE transformation
- Class validation by the default RTE transformation is incorrect:
1. validation of class attribute is case-insensit... - 01:00 Feature #19583: Post-Sort TS for the cObject CONTENT
- Okay I pushed a new diff.
This is an example in-production. The criteria to sort the entries in this case is a res... - 00:05 Bug #18867: Enhance page modul
- Thanks to bring this up again, i will test your latest patch ASAP.
@Christopher - i know you want to hide the chec...
2008-11-11
- 23:48 Bug #19596 (Closed): Fallback for skinImg having forceFileExtension
- The problem is visible with the icon used for insert from clipboard.
There is a icon used "insert5.png" (see inser... - 23:11 Bug #19595 (Closed): t3lib_parsehtml_proc does not provide Page TSConfig to user-defined RTE transformations
- While t3lib_parsehtml_proc does receive the full Page TSConfig, it does not make it available to user-defined RTE tra...
- 21:16 Feature #19458: onChange has no effect
- Attached patch solves the issue. I will post it to the core list in a second, as well as directions how to test.
- 20:43 Bug #19584: Incorrect initialization sequence in class browse_links
- Committed to SVN TYPO3core trunk (revision 4450).
- 20:31 Feature #19520: Use t3lib_div::trimExplode() in t3lib_div::intExplode()
- Committed to SVN Trunk (rev. 4449)
- 20:07 Bug #17343: [TYPO3 V4.0] - Pagecount not correct in indexed_search
- Committed to Trunk (rev. 4446)
- 20:00 Bug #18867: Enhance page modul
- This is really a great patch! This really improves usability a lot!
I especially like the idea of the adjustable col... - 14:40 Bug #18867: Enhance page modul
- The last patch is against TYPO3 4.2.3. I hope there isn't anything missing in the patch, because it has only the hal...
- 19:12 Bug #19594: htmlArea RTE: spellchecker not working in TYPO3 4.3-dev
- Committed to SVN TYPO3core trunk (revision 4445).
- 18:54 Bug #19594 (Closed): htmlArea RTE: spellchecker not working in TYPO3 4.3-dev
- The spellchecker script fails because of missing initialization of the new caching system.
(issue imported from #... - 18:51 Bug #19593 (Closed): external documents where not indexed if the path begins with http
- If you configure the frontend of TYPO3 with absolute paths the search engine does not index external documents.
c... - 17:35 Bug #19592 (Closed): Organisation in mail header should be Organization
- RFC 1036 describes that Organization is spelt with z, not s; see chapter 2 and 2.2.8. According to RFC 2076 chapter 3...
- 17:11 Bug #19591 (Closed): Option to set Return-Pah in e-mail
- Missing the option to set Return-Path in e-mail, when sending (new) password to the user
(issue imported fro... - 16:01 Bug #19299: Could not delete directory recursively
- Problem still exists in TYPO3 4.2.3.
Patch still working. - 13:53 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Seems to have nothing to do with RTE - or what do you mean Michael?
I turned off RTE and problem still exists - 12:12 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- I can reproduce this bug, with enabled RTE in typo3 4.2.3.
Please have look at Bug 8232 which fixed a bug in the tr... - 08:03 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- In TYPO3 4.2.3 the problem still exists. Now I can drag items again - but I can't still drop them. Tested in FF3 and ...
- 13:47 Feature #19529: Workspace should use DB mount of BE user/group
- I have uploaded a new patch (feature_bug_request_9682.diff) which is a clean patch against the current trunk.
This... - 13:44 Bug #19544: Time simulation in Frontend Preview
- Thanks Michael,
it works nicely. Would be great to find this fix in the next release.
Best regards,
Sebastian - 13:38 Bug #18983: when saving plugin content "Failure"
- I downgraded typo3 to verison 4.2.1 -> everything works fine.
But not so long ;-) today I want to change be-user-rig... - 13:15 Feature #19465: Configuration enhancement for indexed_search
- for easy testing i uploaded the complete extension
- 12:15 Feature #19450: More flexible editpanel permission
- Attached a patch for the described functionality after fe editing moved to separate sysext fe_edit
- 12:04 Bug #19519: Save form with more then one RTE on a Flexible CE opens an popup with "Your login has probably expired"
- this bug still exists in Typo3 V4.2.3 / PHP 5.2
- 11:03 Bug #19274: Editors can´t undelete records in history
- I made a patch, could others please test. Thanx
- 09:51 Bug #19274: Editors can´t undelete records in history
- Also appears in 4.2.3
further information: bug was introduced with the bugfixing of bug #15114 (http://bugs.typo3.... - 08:40 Bug #19590 (Closed): Use correct memory limit definition in Install Tool
- 4.3 will officially require 64MB for memory_limit. This value is 16MB in TYPO3 <= 4.2.
The install tool checks this ... - 08:20 Bug #17528: BEenableFields returns only ' AND ' in some cases
- I think this could be closed because of this: http://bugs.typo3.org/view.php?id=9522
- 03:46 Bug #17298: Frontend preview and simulate time is buggy
- Fixed in TYPO3 4.2.3 and later.
- 01:55 Feature #19586: After auto Logout the Clear Cache function stil appears to be working, but of course it does nothing
- I added an image with my proposal. I think this would not only solve this problem it also improves the hole backend, ...
2008-11-10
- 23:37 Bug #19589 (Closed): Cannot use string offset as an array in function tslib_pibase()
- Since 4.2.0 i have found this error as PHP5 is more restricted about the use of arrays and I just checked in 4.2.2 an...
- 22:39 Bug #19574: wrong anchor links with absRefPrefix option enabled
- The second patch contains another fix for the inclusion of javascript via typoscript and the absRefPrefix option. Bot...
- 22:10 Bug #16496: Install Tool crashes MySQL server
- MySQL Version?
But.... the mysql Server should not crash if you try to load a mysql dump... - 21:28 Bug #16496: Install Tool crashes MySQL server
- Issue not security related
-> setting "View status" to public - 21:25 Feature #18610: $back_path is not passed to t3lib_BEfunc::editOnClick from t3lib_positionmap
- Issue not security related
-> setting "View status" to public - 14:33 Feature #18610: $back_path is not passed to t3lib_BEfunc::editOnClick from t3lib_positionmap
- I don't think this is security related; so there's no need to make this issue a private one. I'll make it public this...
- 21:23 Bug #18912: Mozilla Firefox -> Treemenu
- Issue not security related
-> setting "View status" to public - 17:48 Bug #18912: Mozilla Firefox -> Treemenu
- Sorry, I could not open the AVI you provided (HTTP 403 error). Besides that I also don't consider this as a security ...
- 14:20 Bug #18912: Mozilla Firefox -> Treemenu
- I don't think this is security related; so there's no need to make this issue a private one. I'll make it public this...
- 21:23 Feature #19586: After auto Logout the Clear Cache function stil appears to be working, but of course it does nothing
- Issue not security related
-> setting "View status" to public - 17:51 Feature #19586: After auto Logout the Clear Cache function stil appears to be working, but of course it does nothing
- I can confirm this and don't consider it as a security related issue.
The visual feedback on these toolbare icons fo... - 14:15 Feature #19586: After auto Logout the Clear Cache function stil appears to be working, but of course it does nothing
- I don't think this is security related; so there's no need to make this issue a private one. I'll make it public this...
- 01:56 Feature #19586 (Closed): After auto Logout the Clear Cache function stil appears to be working, but of course it does nothing
- Using latest Firefox, after the auto logout the Backend top row features appear too be usable, seems to be trivial, t...
- 17:45 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Lee,
what browser are you using? Do you have TemplaVoila installed? Thanks for the additional information!
Best reg... - 17:27 Bug #19049: drag & drop of section elements and IRRE records does not work if frame has to be scrolled
- Friday, the 7th november I have installed the TYPO3 4.2.3dev from SVN - in this version I've got no Javascript-Error ...
- 16:33 Bug #19588: Workspace with tt_news (Insert Records) weird Problem
- Issue solved but still might be a bug:
Changed Typolink->
-------------------------------
title_stdWrap.typolink... - 14:01 Bug #19588 (Closed): Workspace with tt_news (Insert Records) weird Problem
- I have tt_news running Insert Records for the main overview page.
In my Preview Workspace everything works fine-i fi... - 14:04 Feature #19578: Don't show the logged-in message when I'm logged in
- I've tested this additional parameter and I've found out that if you set a redirect-Url it didn't redirect to this ur...
- 13:40 Bug #19587 (Closed): Multiple image resizes started
- When an image needs to be resized for a page to be displayed, if that page is reloaded the resize process will start ...
- 10:08 Feature #19585: Write Configuration to extTables.php
- yes, that's reasonable. I still wait for the discussion in core list as the opinions are different on this issue.
- 09:48 Feature #19585: Write Configuration to extTables.php
- Yeah but what if it is still disabled, or if someone uses a past dummy package and always just upgraded the source pa...
- 09:24 Feature #19585: Write Configuration to extTables.php
- The extTables is included in localconf by default in the dummy package for 4.x
It was not in the past. - 09:18 Feature #19585: Write Configuration to extTables.php
- Please write "write" with an upper-case "w" (start of string) and refer to "typo3conf/extTables.php" instead of "extT...
- 00:52 Feature #19585 (Closed): Write Configuration to extTables.php
- in Configuration module you can view the TCA-array. By clicking on a property you get an input field with the complet...
2008-11-09
- 23:22 Feature #19583: Post-Sort TS for the cObject CONTENT
- Could please give a full example about the initial haystack to be sorted an what criteria should be taken. Additional...
- 10:28 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
- In Typo3 4.2.2 this bug still persists.
But unfortunately the patch above can not be applied. Some functions obviou... - 08:16 Bug #18740: Konqueror right frame never shown
- Raising priority to high
- 08:16 Bug #18740: Konqueror right frame never shown
- I can confirm this with TYPO3 4.2 and Konqueror 4.1.3.
Also available in: Atom