Activity
From 2006-09-12 to 2006-10-11
2006-10-11
- 22:13 Bug #16150: Allowed memory size exhausted
- There is not much we can do about this, but I will apply the attached patch so the user will be informed about the pr...
- 15:01 Bug #16150: Allowed memory size exhausted
- Isn't this a duplicate of 3302? (or vice versa)
- 21:25 Bug #14169: Cannot create new pages with Quickstart Package and 3.6.0 core
- This report is quite old and I haven't heard of such an issue ever, therefore I'm closing this issue.
If the bug i... - 21:07 Bug #14670: Cannot login to the BE - No user logged in! Sorry, I can't proceed then! (no cookies),but there ARE cookies
- I am closing this issue, assuming that it's not reproducable anymore. Otherwise, please just reopen.
- 21:00 Feature #15751: Extension Manager "Look up" shows "No matching extensions found" when "Enable unsupported extensions" is not enabled
- I cannot reproduce this. Anyone?
- 20:54 Bug #16068: Out of Memory Problem in the Extension Manager: version_compare() to blame
- Duplicate of #15950
- 15:00 Bug #16068: Out of Memory Problem in the Extension Manager: version_compare() to blame
- Isn't this a duplicate of 3495?
- 20:52 Bug #16070: Fatal error with function gzfile in class.em_index.php on line 1424
- I am closing this bug since it seems to be a duplicate of 2615. Please try out the extension he published and post yo...
- 20:50 Bug #15663: EM2 need more than 32 MB
- Link to kb_test_em extension: http://typo3.org/extensions/repository/view/kb_test_em/0.0.1/
Please test and provi... - 20:50 Bug #15817: Retrieve/Update generates extensions.xml.gz file, but shows no extensions at all
- I am closing this bug since it seems to be a duplicate of 2615. Please try out the extension he published and post yo...
- 20:44 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- According to user feedback, the attached patch should solve the problem...
- 20:32 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- See http://bugs.php.net/bug.php?id=17433
- 20:31 Bug #16298: Error with parsing debug (Oracle XE)
- Obviously needs BITAND(x,y)...
- 20:31 Bug #16350: DBAL debug log "parsing" doesn't work on Oracle
- Heh, posting your own duplicates? :)
- 20:28 Bug #16499: Problems with UTF-8 and PostGres
- Lack of feedback, I suspect a missing forceCharset directive in lcoalconf.php.
- 20:27 Bug #16292: installer doesn't cope with maximum table and field length (Oracle XE, MS SQL via DBlib)
- I looked around, but ADOdb has no support for handling field name length issues (semi-)automatically.
- 20:12 Bug #16631: dbal does not support mysql-type "datetime"
- Yes, there is date support. But TYPO3 uses unix timestamps exclusively, thus avoiding such problems. It is documented...
- 20:10 Bug #16422: Updating database tables doesn't work
- This is documented behaviour, see manual, Section "Known problems", subsection "Results of database comparison operat...
- 20:06 Bug #15895: install tool does not detect imagemagick installation
- Solved.
- 20:03 Bug #15687: Quickstart does not autodetect GDlib 2.0.1+
- Works fine with 4.0, otherwise please reopen.
- 19:58 Bug #16639: Wrong <Hx> tags generated in the frontend
- In database data is like that:
<h2 align="center">My Header</h2>
On the site it is transformed into:
{p} <h... - 19:56 Bug #16639 (Closed): Wrong <Hx> tags generated in the frontend
- This issue was tested on following systems:
Typo3 4.0 + rtehtmlarea 1.3.7
Typo3 4.0.2 + rtehtmlarea 1.3.7
Typo3 4.... - 19:23 Bug #16638: Have to click 2 times to get pages
- I can imagine that there is some SQL error. Please turn on error logging for PHP and check if there are any problems....
- 15:09 Bug #16638 (Closed): Have to click 2 times to get pages
- If I am in the admin-area I get the navigation on the left side and a short description of the navi on the right side...
- 17:38 Feature #14902: indexed_search: Results navigation relies on JavaScript
- I'm currently working on a solution that creates URLs as value of the href attribute. But this is for an older versio...
- 16:08 Feature #14902: indexed_search: Results navigation relies on JavaScript
- Why not ask them for a small contribution?
- 15:18 Feature #14902: indexed_search: Results navigation relies on JavaScript
- Problem solved on www.greenpeace.de
however they done it :-)
- 14:04 Bug #16120: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
- It is configurable!
t3lib_div::loadTCA('tt_content');
$TCA['tt_content']['columns']['image']['config']['max_size'... - 09:53 Bug #16120: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
- Unified diff attached.
- 12:58 Bug #16637 (Closed): recs['clear_all'] should be clear as an array
- The FE User Auth class (typo3/sysext/cms/tslib/class.tslib_feuserauth.php) has the possibility to automatically store...
- 12:56 Feature #16635: RTE should use folder uploads/tx_htmlarea
- At T3CON I have heard that Patrick Broens of Netcreators has taken over the responsibility for it. This has been agre...
- 12:39 Feature #16635: RTE should use folder uploads/tx_htmlarea
- Ok, you are right, but the question is, do we have a maintainer for rtehtmlarea?
- 09:58 Feature #16635: RTE should use folder uploads/tx_htmlarea
- Wrong: The folder should be called tx_rtehtmlarea not tx_htmlarea!
2006-10-10
- 22:43 Bug #16629: Distributing uploaded images to multiple directories
- No config var, just a changed TCA for pages and tt_content which share the upload/media folder and an update script.
- 21:26 Bug #16629: Distributing uploaded images to multiple directories
- Yes, update script + new variable in localconf.php.
So it would be possible to completely turn off the new system,... - 09:52 Bug #16629: Distributing uploaded images to multiple directories
- I would be happy if at least different tables and fields would use different folders.
But neither that nor a new ... - 20:51 Bug #16283: murky MM self joins by pi_list_query // tslib
- I had the same problem when i use pages tables as category of himself I tried:
if($mm_cat['table']==$table){
... - 16:48 Bug #16627: task center (sys_action) in "record list" view shows "set fileds" by default
- Forget that ulgy path above.
It works but only if you have one table at page. If there is more tables then all tab... - 16:02 Bug #16636 (Closed): INSERT cache_hash ident value needs to be truncated to 20 chars manually
- When inserting a cache_hash the field 'ident' is a length of 20. When the string is longer, MySQL will just truncate ...
- 15:45 Bug #16123: Accessibility and font-size selector in RTE
- I think the font-size button uses the browsers edit features directly. So it's probably Firefox and IE that create th...
- 15:43 Feature #16635 (Closed): RTE should use folder uploads/tx_htmlarea
- It would be great if the RTE would not store inline images directly in uploads/ but uploads/tx_htmlarea/. Even better...
- 15:34 Feature #16634 (Closed): Hook-Request for typo3/class.db_list.inc
- Hello,
with the release of typo3_src-4.0 we have enhanced the service-table in extension 'civserv' with ws_version... - 15:22 Bug #15425: Add hook to t3lib_TCEmain::checkModifyAccessList()
- Hi,
I just realised that I had not made the patch correctly.
I will add the now hopefully correct patch - creat... - 14:55 Bug #15425: Add hook to t3lib_TCEmain::checkModifyAccessList()
- A hook is fine, but I think other installations could benefit from a finer default granulation as well.
- 12:58 Bug #15425: Add hook to t3lib_TCEmain::checkModifyAccessList()
- Thanks for the reminder. I will take care of this.
- 12:15 Bug #15425: Add hook to t3lib_TCEmain::checkModifyAccessList()
- Hello,
I wonder did anybody of the core team ever consider this hook request for t3lib/tcemain->checkModifyAccessL... - 14:53 Bug #16633 (Closed): t3lib_db::listQuery uses LIKE instead of FIND_IN_SET()
- As t3lib_db is Mysql-specific it should make use of Mysql's complete set of functions.
(issue imported from #M4359) - 11:10 Bug #16309: function errorGif in t3lib/thumbs.php still search for dir "gfx" in t3lib
- Fixed in SVN (trunk and TYPO3_4-0).
- 11:04 Feature #16632 (Closed): Add an option to t3lib_div::xml2array to remove all unnecessary spaces
- All said in the subject. This will save quite a lot of space when using templavoila.
(issue imported from #M4358) - 09:49 Bug #16631: dbal does not support mysql-type "datetime"
- Date fields have the nasty habits of being DB specific. Is there any ADOdb support for date fields?
2006-10-09
- 22:15 Bug #16631 (Closed): dbal does not support mysql-type "datetime"
- As the subjects says.
(issue imported from #M4356) - 16:08 Bug #14135: link wizard fails to remember external links
- The attached patch fixes the problem in typo3/class.browse_links.php
This working solution is very simple but not ... - 15:09 Bug #16630: t3lib_div::array2xml() should create XML with a LF at the end
- One extra byte to each field. Not much ever for 10000 recs but is it really needed?
- 14:48 Bug #16630 (Closed): t3lib_div::array2xml() should create XML with a LF at the end
- The extension llxmltranslate uses t3lib_div::array2xml() to create its locallang XML files. It is good style that eve...
- 13:08 Bug #16629: Distributing uploaded images to multiple directories
- Sure, images with references would be ideal.
The problem is that dam_ttcontent is in experimental status:
http://... - 13:02 Bug #16629: Distributing uploaded images to multiple directories
- Or even better: uploads/ should not be used anymore at all! DAM will provide a nice way to do this...
- 08:46 Bug #16629 (Closed): Distributing uploaded images to multiple directories
- Instead using single directory where images are being uploaded (uploads/pics), they should be distributed to multiple...
- 11:14 Feature #16417: Bidirectional MM relations including foreign an local sorting
- Bidirectional MM relations including foreign and local sorting is now in trunk for 4.1. See #16518.
- 11:12 Bug #16518: MM relations should be editable from both sides of the relation
- Fixed in trunk some time ago.
- 11:10 Feature #16089: writeMM deletion trouble
- You're right, using different MM tables for each matching criteria causes some overhead (i.e. more mm tables), yet it...
- 11:01 Feature #16089: writeMM deletion trouble
- Using different MM tables for connecting the same tables over and over again is quite ugly and unflexible and furthe...
2006-10-08
- 17:58 Bug #16147: Linking between domains in the pagetree ignores simulate static documents
- Klaus, for typo3 4.0.0 it's in typo3/sysext/cms/tslib/class.tslib_content.php, around line 5230:
$this->lastTypoL... - 16:59 Feature #16626: Have the ability to hide Workspace Menu and Selector
- In #3254 I ask for the hiding of the WS icon and selecotr when the user has access to only one WS.
- 14:28 Bug #16628: Wrong time format in syslog
- I agree, will take care of this.
- 13:13 Bug #16628 (Closed): Wrong time format in syslog
- cms/t3lib/class.t3lib_div.php:4400
Instead:
fwrite($file, date('d/m/Y i:H').$msgLine.chr(10));
there should ... - 12:32 Bug #15663: EM2 need more than 32 MB
- Uploaded EM_MemFix_20061008\(4.0.2\).diff.
It is an adaptation of the original EM_MemFix_2006-08-15.diff to the cu... - 09:42 Bug #16625: Patch Bugs with patches to core
- Some more:
http://bugs.typo3.org/view.php?id=1697
http://bugs.typo3.org/view.php?id=980 - 00:46 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- yes, resolved with 2.0rc2
2006-10-07
- 17:19 Bug #16627 (Closed): task center (sys_action) in "record list" view shows "set fileds" by default
- I do not know if it is desired but task center (sys_action) in "record list" view shows "set fileds" by default.
... - 14:02 Feature #16626 (Closed): Have the ability to hide Workspace Menu and Selector
- It would be nice to hide the workspace Menue and Selector to Editors, so that they won't get confused.
(issue imp... - 13:58 Bug #16625 (Closed): Patch Bugs with patches to core
- There are serveral Bugs containing patches. These should be patched to the core:
http://bugs.typo3.org/view.php?id... - 13:50 Feature #16624 (Closed): Have the ability to display Form Errors based of the Content inside the fleyform
- Currently the values inside a Flexform are evaluated and than passed to the TCEMain. A BE user gets an error about th...
2006-10-06
- 23:34 Bug #16619: Fail-safe mechanism for database connectivity problem
- Since it cannot connect to database, it has to display exported HTML, no matter what.
- 17:15 Feature #16623 (Closed): sysext/cms/layout/db_layout.php vs. alt_doc.php/alt_palette.php -- printContent
- Since version 4.0.2 of TYPO3 alt_doc.php and alt_palette.php contains support to add JS/Styles through the doc object...
- 14:44 Bug #16622 (Closed): regexp for db host in install tool does not allow specification of socket
- When installing, it is impossible to specify localhost:/path/to/socket as hostname, as the regular expression in clas...
- 10:35 Bug #16500: Missing dot in typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc
- This is my TS
setfixed{
approve._FIELDLIST = uid,pid
DELETE._FIELDLIST = uid,pid
hidden=0
}
... - 10:02 Feature #16621 (Closed): Non-admin access to templatesrecords?
- Hi!
I got a feature request that i guess many large scale t3 users would like.
As far as I know you have to be... - 06:55 Bug #16558: ERROR when you install the extension
- As it is not really a bug...
2006-10-05
- 21:00 Bug #16619: Fail-safe mechanism for database connectivity problem
- One more note about this: Parts like the search engine which are purely dynamic can never be cached and would never w...
- 20:58 Bug #16619: Fail-safe mechanism for database connectivity problem
- Yes I know. Please see my last comment: TYPO3 has a problem connecting to the database.
You are using the file-cache... - 19:06 Bug #16619: Fail-safe mechanism for database connectivity problem
- I am using pageCacheToExternalFiles=TRUE.
When I stop mysql server, Typo3 displays: "Database Error; The current u... - 18:13 Bug #16619: Fail-safe mechanism for database connectivity problem
- If you end up with a database connection error, the reason for the problem might be somewhere else:
Either the serve... - 18:36 Bug #16583: & instead of & in urls with tslib_pibase->pi_linkTP_keepPIvars_url and tslib_cObj->getTypoLink_URL
- Alright :-)
- 18:30 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- The language labels of TYPO3 are not to be mixed up with any sys_language_uid related stuff. These can be configured ...
- 18:15 Feature #16618: Database connection problems logging
- This feature is already implemented in TYPO3 4.0. See t3lib_div::sysLog() for more information.
- 18:08 Bug #16577: TS value modification with := operator -- appendString does not work
- This is a duplicate.
- 18:06 Bug #16614: clickmenu on pagetree icons does not work
- Not reproducable. Can you reproduce this on a fresh 4.0 installation with dummy-site?
- 18:02 Bug #16040: rte htmlarea in workspace removes textformatting, in live-mode formatting is applied
- Duplicates are usually closed...
- 17:03 Bug #16582: Two extra spaces added in the beginning of all dynamic text feeds (HTML, RSS,...)
- OK thanks for the information. Good to find it in the bugtracker now, so other people having the same problem mind fi...
- 13:30 Bug #16582: Two extra spaces added in the beginning of all dynamic text feeds (HTML, RSS,...)
- Now it's actually resolved and I just wanted to report that it wasn't the extensions (or at least not the XCLASSes).
... - 14:50 Bug #16574: images are not saved under special conditions
- Confirmed on:
Typo3 4.0 HTMLArea 1.40
Typo3 4.0 HTMLArea 1.41
Typo3 4.0.2 HTMLArea 1.40
Typo3 4.0.2 HTMLArea 1.42... - 13:02 Feature #16383: open module on startup
- Hi Sebastian,
can you please take care of this one? I think that would be a nice thing for 4.1 (or 4.0.3 maybe!?)
... - 12:32 Bug #16120: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
- Thanks Andreas! Seems like a simple change.
Is it possible to get this changed in stock Typo3? Or - better - make it... - 10:56 Bug #16120: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
- Have a look at typo3/sysext/cms/tbl_tt_content.php and search for the column-array "image". There "max_size" is set t...
- 00:12 Bug #16120: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
- Does anybody know where exactly this is hardcoded?
- 11:12 Bug #16620 (Closed): Some backend problems - mainly disappearing content
- The problem is, that my side loose content. On the one hand there is the news archive build with tt_news and on the o...
- 10:59 Bug #16147: Linking between domains in the pagetree ignores simulate static documents
- the domain name is cut off by the rte as far as i can remember. that's why the only working workaround is to disable ...
2006-10-04
- 22:31 Bug #16585: Page browser error
- The bug is on line 158 of class.tx_newloginbox_pi3.php:
- the variable $this->internal['res_count'] does not get the... - 20:30 Feature #15180: add config'able FE user storage page
- Name of the TSconfig-variable changed from useStoragePid to storagePid as used in several other extensions (hint by I...
- 09:40 Feature #15180: add config'able FE user storage page
- Okay, thats more intuitive. Thank your for the diff.
- 08:04 Feature #15180: add config'able FE user storage page
- Here is a patch-file, I called 'useStoragePid' instead of 'pid'
- 19:37 Bug #16619 (Closed): Fail-safe mechanism for database connectivity problem
- 1/ All pages should be exported to static HTML pages on regular basis (incrementally & automatically)
2/ If Typo3 ... - 19:30 Feature #16618 (Closed): Database connection problems logging
- Database connection problems (and similar major problems) should be written to log file, so it can be externally moni...
- 19:27 Feature #16617 (Closed): Custom error pages
- It would be nice to build custom error pages (some extern static HTML) for database connectivity problem and similar ...
- 18:35 Bug #15742: Remove (grayed-out) icons for element versioning
- This seems to be a duplicate or related to issue #3024.
- 17:25 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- I am just looking at BE 'Website Language' section, and cannot find option to find/change language with ID=0.
Do n... - 17:03 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- Martin, when you create the new page, new record is inserted in 'pages' table, assuming it has 'default' language: sy...
- 16:27 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- John, setting the BE to default to UTF-8 is under way. Still this has nothing to do with the language in TYPO3 l10n s...
- 15:05 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- C’mon, not everybody is building websites with English as default language.
Please consult other users before cl... - 12:13 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- John, English is as far as the configuration the default language. Additionally it has to be configured using the key...
- 11:09 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- I suggest getting rid of 'iso-8859-1' everywhere in Typo3 code, in favor of 'utf-8'.
- 10:54 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- Why does Typo3 expect English as default language? Here is the solution that resolves the problem:
-------
typo... - 17:01 Feature #16380: Publishing of elements should trigger actions
- +1
- 12:06 Bug #16583: & instead of & in urls with tslib_pibase->pi_linkTP_keepPIvars_url and tslib_cObj->getTypoLink_URL
- I got it. It has to be how it's realized now.
Stucki can you close the bug, please?
THX - 09:49 Bug #16583: & instead of & in urls with tslib_pibase->pi_linkTP_keepPIvars_url and tslib_cObj->getTypoLink_URL
- If you want to use something like "header('Location: someurl'); You need the pure URL.
If you want to set a returnUr... - 12:03 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- Problem disappers with PHP 4.4.4
it would be nice if there would be a hint in the requierements until this bug is ... - 09:35 Feature #16615: Add the ability to set a pid for logout
- Okay, there's an error in the code snippet. It has to be
$action_pid = isset($this->conf['logoutPid']) ? $this->co... - 09:03 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- ...and now the Firefox 1.5 branch has been patched. So the next update, FF 1.5.0.8, should correct the problem.
- 07:48 Bug #16616 (Closed): Context menu (right click) in RTE crashes IE
- Context menu (right click) crashes IE. Most of the time after the second or third right click. Then the context menu ...
2006-10-03
- 13:07 Bug #16556: be_groups field "title" is too short
- +1 from me to raise the limit or remove it at all.
I ran into a problem while importing group records via eu_ldap ... - 11:36 Bug #16556: be_groups field "title" is too short
- I don't think that an (almost) unlimited size would be a solution, but 20 characters is definitely too short, esp. wh...
- 09:29 Bug #16573: The Image pagecontent looks wrong in MISE
- I guess this was not a TYPO3 bug then.
- 09:24 Bug #16567: When adding more than 30 checkboxes on the TCA, the values don't get recorded.
- This restriction is due to checkboxes being set via a bitmask, and the upper limit for an integer is 32bit, so more t...
2006-10-02
- 13:30 Feature #16615 (Closed): Add the ability to set a pid for logout
- If the user logs out in a secured area of the site he will get a 404, cause after logging out the user isn't allowed ...
- 13:21 Feature #15180: add config'able FE user storage page
- This would be a nice feature to have. In our site we include the newloginbox plugin on every site and we are using Te...
- 12:38 Bug #16614 (Closed): clickmenu on pagetree icons does not work
- click on pagetree icons does not work, n with mozilla return that error:
Errore: xmldoc has no properties
http://... - 12:12 Bug #15105: showpic.php does not resize the popup size if necessary
- The closing/reopen solution doen't work correct in Firefox for me cause clicking an image first time another tab gets...
- 11:05 Feature #16462: AJAX Page Tree
- Finally heres the patch.
First time I am doing this, so dont behead me if it doesnt work out :)
best wishes,
s... - 11:04 Feature #16613: pass image alt and title attributes to showpic script
- - includes also the pass of metaCharset cause I don't want to instance an tslib_fe object (Opera needs the meta Conte...
- 10:36 Feature #16613 (Closed): pass image alt and title attributes to showpic script
- the patch includes modification on tslib_cObj->imageLinkWrap and SC_tslib_showpic to pass image attibutes to the show...
- 11:01 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
- Hi,
I'm using 4.0.2 with realurl and also had the problem with tt_news. The link on the title worked but not the l... - 09:53 Bug #16558: ERROR when you install the extension
- That is not really a bug. It does not have any negative effect to the function of the extension. In contrary: this er...
- 09:51 Bug #16590: wrong titletext handling in link browser
- I confirm this bug.
Actually, the typolink function was updated to work with the browse_link script of the rtehtmlar... - 01:37 Bug #15630: JSMENUITEM & showActive dows not work if entryLevel is set
- in Typo3 Version 4.0.2 it is line 2772.
Why is this not merged with Core yet?
2006-10-01
- 23:07 Bug #16612 (Closed): Page Module displays nbsp instead of just a space
- If you open the page module and select a page, there might be some nbsp characters in your text. Those nbsp are just ...
- 22:00 Bug #16558: ERROR when you install the extension
- error is only being displayed with sqldebug turned on
- 21:53 Bug #16015: password-forgot-mail contains htmlencoding (")
- patched in Subversion, change will be in 3.0.1
- 14:43 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- Good news: Explaining the situation to the Mozilla folks, they decided to include the patch, so the RTE will be fixed...
2006-09-30
- 23:19 Bug #16611 (Closed): stdWrap-property in stdWrap doesn't work like expected
- If you do something like this:
page.5 = TEXT
page.5.stdWrap.wrap = <div> | </div>
the wrap is beeing ignored.
... - 14:28 Bug #16610 (Closed): Admin panel is outputed below /body tag
- Accoring to the w3c there is nothing allowed below the closing body tag, but </html>.
It would be nice, if T3 coul... - 14:27 Bug #16609 (Closed): Admin panel input fields are not closed, so they are not valid
- According to the w3c, afaik, _all_ input fields have to be closed again. However.. The admin panel has several unclo...
- 14:24 Bug #16608 (Closed): DB Check > Relations should output more details
- If you go to db check > Database relations and you get errors like
There are 1 records pointing to this missing o...
2006-09-29
- 23:18 Bug #16607 (Closed): plugin.alt.pda doesn't work with css_styled_content
- Using the plugin.alt.pda (type 95) with css_styled_content won't fill the marker ###CONTENT### within the template.
... - 14:48 Bug #16606: indexed_search and utf transformations
- I delayed posting that bug and I made some progress that I would like to share. I found that the utf8_encode is appli...
- 14:31 Bug #16606 (Closed): indexed_search and utf transformations
- indexed_search version all. Trying to fix in 2.9.2
I have a site with 2 languages:
Default that is set to be gr... - 12:44 Feature #16605 (Closed): overriding labels
- It would really be nice to override the "Heading X" labels via Typoscript, I just modified locallang to achieve that....
- 11:32 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- I can confirm Firefox 1.5.0.7 and Firefox 2 RC1 crashes, Win XP Prof. SP2. So as Michael Stucki started stating: Ther...
2006-09-28
- 22:50 Bug #16604 (Closed): spamProtectEmailAddresses and hidden from field in mail_form
- Hello,
i don't know it is a bug or it's planned.
if i enter in a mail form a hidden field with a mail from addr... - 21:09 Bug #16603 (Closed): Fuctions -> Multiple pages creates pages in reverse order (page ids decreasing)
- Not a bug, actually. When pages are being created from wizard "Create multiple pages" they are placed in correct orde...
- 10:29 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- Also could confirm problem reported above by Marc Bastian Heinrichs:
(
- edit an tt_news entry
- select tab "Relat... - 10:20 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- Could confirm the problem when trying to switch to code view - browser crashes.
Have seen it on:
TYPO3 4.0, ht... - 00:14 Bug #16581: Mailforms are not sent when using Opera
- Thought so.
@Staffan: Please provide more details that help to reproduce this. Additionally, please try removing som...
2006-09-27
- 22:08 Bug #16602 (Closed): eval => 'required,datetime' has no "required" effect, eval => 'datetime,required' renders the value useless
- TCA config
eval => 'required,datetime' has no "required" effect,
I can simply skip this field
eval => 'datetim... - 20:32 Bug #16601 (Closed): Deletion of Flex element not working
- When deleting section-wise objects within a Flexform and we want to delete one, I get an error message and the the el...
- 18:56 Bug #16600 (Closed): CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set
- Since uprgrading from 4.0.0 to 4.0.2 I noticed a lot of warnings in my php-error-log.
The warning looks like this:
... - 17:24 Bug #16599 (Closed): img-tag with empty attributes, if IM/GM cann't render the image (pdf)
- cObj->IMAGE returns an img-tag with empty attributes, if IM/GM cann't render the image (pdf) with reduced size
sol... - 16:35 Bug #16309: function errorGif in t3lib/thumbs.php still search for dir "gfx" in t3lib
- still in 4.0.2
- 16:09 Bug #16220: can't get "translation handling" to work in EXT Manager
- In Typo3 4.0.2 the problem still exists.
The patch bug-3637.diff still works for Typo3 4.0.2.
- 07:10 Bug #16558: ERROR when you install the extension
- TYPO3 4.0.2
localconf.php:
$TYPO3_CONF_VARS['SYS']['sqlDebug'] = '1';
"Install extension..." or "Remove extens...
2006-09-26
- 17:25 Bug #16596: RTE crashes when trying to switch to HTML mode
- duplicate
- 16:45 Bug #16596: RTE crashes when trying to switch to HTML mode
- This is already reported in bug #0004238.
- 15:29 Bug #16596 (Closed): RTE crashes when trying to switch to HTML mode
- When I am editing an page content element and I want to switch to HTML display mode, the browser crashes and immediat...
- 16:40 Bug #16597 (Closed): FE- Users with more than one group get wrong searchresults
- if there is grlist=1 for a searchresult and a user is in the groups #1 and #2
the user won't get this result.
... - 16:10 Bug #16015: password-forgot-mail contains htmlencoding (")
- It is still the same with Typo3 4.0.2 and newloginbox 3.0.0. I attached a patch for it.
- 15:59 Bug #16558: ERROR when you install the extension
- I can't reproduce it on a blank installation of Typo3 4.0.2 and newloginbox V 3.0.0
Did you only import newloginbo... - 15:21 Bug #16595 (Closed): Constant Editor displayExample not configurable
- in Constant Editor there is a configurable Option, that never works.
The example position is always at bottom, but... - 14:00 Bug #16594 (Closed): Installer cannot import tables when the db has a collation of utf8_unicode_ci
- The db dumps in the dummy package have a collation of latin1_swedish_ci.
If the installer creates the db, everything... - 10:55 Feature #16593 (Closed): stdWrap for params in function cImage, class.tslib_content.php
- It would be very useful for some occasions (e.g. onmouseover for content elements with images) if the TS-parameter pa...
- 09:19 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- I can confirm this with Ubuntu Dapper Drake. I don't use htmlarea but my browser crashes whenever I try to assign dat...
- 08:19 Bug #14963: Auto redirect feature from Martin Kutschker overwrites the variable with the storagePid (ver 2.2.9)
- With 3.0.0 (not yet reviewed) it is now solved.
- 08:10 Bug #15857: newloginbox 2.2.11 uses direct mysql_* calls
- 3.0.0 (not yet reviewed) uses now DBAL.
I noticed that ext_php_api.dat is not up2date, but AFAIK that does not aff...
2006-09-25
- 20:04 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- Problem also occurs in TYPO3 4.0.2. I use htmlArea RTE v 1.4.2 (does not matter, because before I used the version of...
- 18:06 Bug #16592: Extension configuration (ext_conf_template.txt) is not saved the first time
- I updated the description, it should be clear now what's the problem, Karsten please take a look at it
- 17:37 Bug #16592: Extension configuration (ext_conf_template.txt) is not saved the first time
- already reported in april #16017
- 10:52 Bug #16592: Extension configuration (ext_conf_template.txt) is not saved the first time
- I can confirm this.
- 10:33 Bug #16592 (Closed): Extension configuration (ext_conf_template.txt) is not saved the first time
- Import a new extension and enter values for the extensions configuration (defined in ext_conf_template.txt) and click...
- 18:05 Bug #16017: Ext installations fails if other extConf than default
- Duplicate #16592
- 16:07 Bug #15951: clickmenu on pagetree icons does not work
- I had the same problem. It turns out that my problem were a couple of empty lines in localconf.php after the closing ?>
- 12:51 Bug #16419: Upload to TER always transfers hidden or system files
- There is a bug in the patch:
Instead of
$fileArr=t3lib_div::getAllFilesAndFoldersInPath(...$regDirs,$recursivity... - 11:03 Bug #16515: access keys for TMENU (just like for GMENU)
- fixed in revision 1732
2006-09-24
- 16:16 Bug #16591: PATH_site wrongly defined in index.php
- So the problem is not PATH_site but PATH_thisScript which seems to be /index.php (seems to be on top of the root file...
- 14:11 Bug #16590: wrong titletext handling in link browser
- Please report bugs in English, otherwise they will be closed...
2006-09-23
- 23:27 Bug #16591 (Closed): PATH_site wrongly defined in index.php
- My problem looks like this:
The Typo3 installation is in a subdirectory typo3site' and when I enter it via URL:
htt... - 20:21 Bug #16573: The Image pagecontent looks wrong in MISE
- Dear Helmut,
thank you for your response.
Width of the table cell is set to 100% in the template, and
I tryed ... - 17:53 Bug #16590 (Closed): wrong titletext handling in link browser
- Le champ de formulaire de type "Link" présente le défaut suivant :
Si on saisi dans le wizard l'url http://www.dom... - 17:31 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
- The path link also lacks the ability to add the search words, neither when forwardSearchWordsInResultLink is set.
- 12:12 Feature #16571: Feature that allows EM to showed installed version and current version
- SOLUTION:
install the ext: ter_update_check (it is already proposed to go int osystem_extensions) - 08:34 Bug #15576: 'File' icon (module_file.gif) way to large
- Is this fixed? It looks like it. Issue ready to be closed?
Matthew - 08:31 Bug #16589 (Closed): Is pages__up.gif the wrong icon for a member protected page?
- Regards,
Setting a page to FE user protected the icon showing up for the protected page is:
pages__up.gif
Th...
2006-09-22
- 23:58 Bug #16055: Web>List view header information error
- Fine, so I'll just close this.
- 20:06 Bug #16055: Web>List view header information error
- Hi:
After a $TCA comparison at INSTALL tool, I found extension Direct Mail was responsable, because of a missing f... - 22:13 Bug #16588 (Closed): Inconsistent return values of ini_get() produce false positives for safe_mode detection
- Typo3's install tool told me that safe_mode is on, while I was sure that it was off (also verified using phpinfo().
... - 16:22 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- The problem does not seem to occur with a stand alone version of htmlArea. See http://www.dynarch.com/demos/htmlarea/...
- 14:39 Bug #16581: Mailforms are not sent when using Opera
- I just tried it using Opera 8.5, Typo3 4.0 and a standard mail form. There were no problems.
- 13:16 Feature #16586 (Closed): displayCond for flexforms, that affects on row of element
- An displayCond in flexform affects only on FIELDS of the same hierarchy-level in xml-definion.
Would be nice to have... - 13:05 Feature #16383: open module on startup
- @Thomas:
ahem... this has nothing to do with your patch... *blush*
I think this has something to do with the Ja... - 12:07 Feature #16383: open module on startup
- @Marc: I can't imagine how should be produced by the patch. Have you applied any other patches?
Greets,
Thomas - 12:04 Feature #16383: open module on startup
- Hi,
just want to know if you can confirm this:
1. select any start module and save
2. reload page
3. select a... - 10:14 Bug #16583: & instead of & in urls with tslib_pibase->pi_linkTP_keepPIvars_url and tslib_cObj->getTypoLink_URL
- Hi Michael,
of course, lastTypoLinkUrl is an attribute of tslib_cObj.
With functions
- tslib_cObj->getTypoLink...
2006-09-21
- 19:55 Bug #16583: & instead of & in urls with tslib_pibase->pi_linkTP_keepPIvars_url and tslib_cObj->getTypoLink_URL
- You mean getTypoLink_URL() not lastTypoLinkUrl() (which doesn't exist as a method) right?
- typolink() outputs a "... - 19:26 Bug #16583: & instead of & in urls with tslib_pibase->pi_linkTP_keepPIvars_url and tslib_cObj->getTypoLink_URL
- Are you having the code of function typolink in mind?
if ($GLOBALS['TSFE']->spamProtectEmailAddresses === 'ascii' ... - 17:20 Bug #16583: & instead of & in urls with tslib_pibase->pi_linkTP_keepPIvars_url and tslib_cObj->getTypoLink_URL
- Yes!! This can't be changed for a simple reason: TYPO3 is mainly a CMS to generate web pages, but it can also be used...
- 11:23 Bug #16583 (Closed): & instead of & in urls with tslib_pibase->pi_linkTP_keepPIvars_url and tslib_cObj->getTypoLink_URL
- function pi_linkTP_keepPIvars calls typolink in the end and there the url of the link is encoded by htmlspecialchars ...
- 19:10 Bug #16585 (Closed): Page browser error
- I use the vision 3.0.0 and there are now working pagebrowser. It shows allways that I have 0 users. The list is showe...
- 17:22 Bug #16581: Mailforms are not sent when using Opera
- Hmm, sounds strange. I'd be very surprised if contact forms on every TYPO3 website could not be used by Opera users.....
- 16:54 Bug #16584 (Closed): User/Group DB-Mount don't affect workspace view?
- I don't know if this is a bug or feature... but it's neither what I expected nor wanted. I give you a brief example o...
- 14:06 Bug #16582: Two extra spaces added in the beginning of all dynamic text feeds (HTML, RSS,...)
- This must be caused by some extension! Please check if there are any XCLASSes defined.
- 10:48 Bug #16582 (Closed): Two extra spaces added in the beginning of all dynamic text feeds (HTML, RSS,...)
- I have had this problem with all Typo3 version I tested:
All dynamic source gets two extra spaces inserted in the ... - 13:02 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- FF also crashes when you do the following:
- edit an tt_news entry
- select tab "Relations"
- close the news
-... - 09:29 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- make sure you cleared your cache in firefox and you're using non compressed scripts. You can change this setting in t...
- 08:11 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- 0010403 doesn´t work for me (WinXP Prof, FF 1.5..0.7),
FF chrashes anyway. - 12:40 Bug #16573: The Image pagecontent looks wrong in MISE
- This is no problem of css-styled-content but a general problem in your site-layout. The IE is interpreting margins, p...
- 10:28 Bug #15205: Thumbnails doesn't work in spite of a working ImageMagick
- This bug might be connected with the bug 0004105: Segfault when trying to create thumbnails in backend.
I can't ch... - 10:18 Bug #15205: Thumbnails doesn't work in spite of a working ImageMagick
- I have the same problem with typo3 4.0.2.
ImageMagick works fine and GD also. On the frontend all other image resi...
2006-09-20
- 20:19 Bug #14915: im 6.0.6 doesn''t scale JPG's in GIFBUILDER
- same problem with typo3 v4.0.2
- 16:53 Bug #16580: "pointer" error in tslib/class.tslib_pibase.php
- My problem is:
I store the search/filter options the user made for the listing in the user session.
so if the use... - 16:41 Bug #16580: "pointer" error in tslib/class.tslib_pibase.php
- IMO it is good like it is now. With your patch there would be 2 pages with different parameters showing the same cont...
- 10:44 Bug #16580: "pointer" error in tslib/class.tslib_pibase.php
- the first patch does not correct the "< perv" link in the paging
- 10:15 Bug #16580 (Closed): "pointer" error in tslib/class.tslib_pibase.php
- Hi there,
there is a Problem with the "pointer" in the function pi_list_browseresults.
The problem is that the po... - 14:42 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- It seems that the row 1144
this._iframe.style.display = "none";
in the file htmlarea.js is responsible for the ... - 10:02 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- > We need to get an rtehtmlarea developer to look at it quickly.
Stanislas Rolland is currently on holiday so he w... - 11:56 Bug #16581 (Closed): Mailforms are not sent when using Opera
- I guess this is the standard mailform function in typo3-core otherwize please point me in the right direction.
Ove... - 10:38 Bug #16578: TS value modification with := operator -- appendString does not work
- This is a duplicate, and the bug is already fixed.
2006-09-19
- 14:40 Bug #16579 (Closed): Shorcut mode "First subpage" in multilanguage sites doesn't work correctly
- If you have page structure like this
Page 1 (Shortcut to "First subpage" - translated)
- Subpage 1 (not translated... - 10:46 Bug #16578 (Closed): TS value modification with := operator -- appendString does not work
- The modifier function appendString() for the TS value modification operator := does not work. I found out, that this ...
- 10:40 Bug #16577: TS value modification with := operator -- appendString does not work
- Ups, that was in the wrong category. This issue can be closed.
- 10:36 Bug #16577 (Closed): TS value modification with := operator -- appendString does not work
- The modifier function appendString() for the TS value modification operator := does not work. I found out, that this ...
2006-09-18
- 21:35 Bug #16575: votim
- Spam?
- 21:26 Bug #16575 (Closed): votim
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /var/www/struga_gov_mk/typo3_...- 21:35 Bug #16576: alla
- Spam?
- 21:27 Bug #16576 (Closed): alla
- Warning: Cannot modify header information - headers already sent by (output started at /var/www/struga_gov_mk/typo3_s...
- 17:44 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- I can confirm this on OS X 10.4.7, too. Downgraded to FF 1.5.0.6. But I guess it's more a bug of FF than of TYPO3
- 13:53 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- The problem also seems to occur switching tabs with tab dividers. There was an RTE in the first tab, so it could be r...
- 13:50 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- Has this bug already been reported in the Mozilla bug tracker?
- 09:35 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- I can confirm this problem with FF 1.5.0.7 on Win2000
- 15:57 Bug #15052: Files in fileadmin/_temp_/ can be downloaded by anyone
- Fixed since 4.0...
- 14:06 Bug #16574 (Closed): images are not saved under special conditions
- rtehtmlarea sometimes(?) adds a space when I press "enter" to beginn a new paragraph.
If I add an image after the ... - 12:19 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
- Same was reported in Bug
http://bugs.typo3.org/view.php?id=3696
Can someone fix this! - 12:18 Bug #16256: typo3 reset() [function.reset]: .... Passed variable is not an array or object index.php on line 434 ...
- Same was reported at 23.06.05 14:45
http://bugs.typo3.org/view.php?id=1235
Can someone fix this! - 10:57 Bug #16573: The Image pagecontent looks wrong in MISE
- I am using TYPO3 Ver. 4.0
- 10:41 Bug #16573 (Closed): The Image pagecontent looks wrong in MISE
- Here is the page in question (please note that the site is in russian and deeply under construction):
http://cleanin... - 06:15 Bug #16572 (Closed): Limit to Languages doesn't restrict editing of "alternative page language records"
- Imagine 2 languages: default + german
English author creates page and content.
German translator creates "Alter...
2006-09-17
- 21:57 Bug #16570: Problem in Code View in Firefox 1.5.0.7
- Cannot check this since I still run 1.5.0.6, but according to various newsgroup feedbacks, the bug seems reproducable...
- 13:16 Bug #16570 (Closed): Problem in Code View in Firefox 1.5.0.7
- I saw this on the mailing list:
"I just upgraded Firefox on Win XP to version 1.5.0.7. In TYPO3 4.0.1 when
selec... - 19:57 Feature #16571 (Closed): Feature that allows EM to showed installed version and current version
- In the installed extensions or loaded extensions view I would like to be able to see both the version number (which h...
2006-09-16
- 19:42 Bug #16542: utf-8 in classes names
- then it would be a feature request.-)
2006-09-15
- 15:25 Feature #16358: Delete temp_CACHED_* files from "Edit files in typo3conf/:"
- committed to svn
- 15:24 Bug #16357: Tools>User Admin allows switching to disabled user
- committed to svn
- 14:13 Bug #16569: New content elements wizard removes CE from array, which are OK!
- here is the patch
- 14:11 Bug #16569 (Closed): New content elements wizard removes CE from array, which are OK!
- class SC_db_new_content_el has function removeInvalidElements to remove CE the user has no rights for or which are de...
- 14:03 Bug #16475: Feature options.hideRecords.pages doesn't work for mounted page
- Perfect, thanks!
- 13:30 Bug #16568 (Closed): tx_cms_layout
- I create my own plug-in for registration new front end users and change
table fe_users by adding new fields. I want ... - 13:17 Bug #16567 (Closed): When adding more than 30 checkboxes on the TCA, the values don't get recorded.
- ['columns'][fieldname]['config'] / TYPE: "check"
When adding more than 30 checkboxes via the TCA the results don't... - 11:00 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- "default" as key in localization file is "English". That has nothing to do what your default language in your site is...
- 09:27 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- Wow,so I changed the languageKey to "cz" and it works. My appologize. But it brings one question, maybe not right to ...
- 10:33 Bug #14135: link wizard fails to remember external links
- This issue is still open with TYPO3 4+
- 08:47 Bug #16545: GIFBUILDER indexcolors cropsized images
- The attached patch works (the original code had typos),
though I think this depends on the ImageMagick version and u... - 06:42 Feature #16563: $typo_db_extLocalconf_script
- It would be better to have a common setting like already done with
$typo_db_extTableDef_script = 'extTables.php';
T...
2006-09-14
- 22:53 Bug #15979: Javascript Error on Click Menu in Filelist
- yes, i have the same problem, i use ms explorer (6.0.2900.2180).
i have tested it in versions 4.0 and 4.0.1, now i'm... - 17:46 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- No, he used "en" where he should have used "cz". But I think we should wait if he is really succesful after switching...
- 17:02 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- So can we close this issue? As far as I can see, the only problem is that the reporter used the "default" language ke...
- 16:58 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- Zak, there is no language key "en". "default" is English. You have to use "cz" for Czech contents.
For internal re... - 16:36 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- Maybe useful to say that I use forceCharset UTF-8 and both the BE and FE are displayed correctly and in UTF-8.
- 16:10 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- I had to rename the file to locallang3.xml since locallang.xml is already upoaded here. The special czech characters ...
- 15:49 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- Zak, maybe you could attach your file here.
- 14:47 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- The only thing I did was, that I added some special Czech characters to the locallang.xml file of the tx_indexedsearc...
- 14:28 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- Zak, if the output gets garbled AFTER you have edited something then obviously something has been done to the file. P...
- 12:12 Bug #15704: Getting strange chars when fetching UTF-8 strings from locallang.xml
- BOM is not the issue. Have the very same problem. Just edited locallang.xml in tx_indexedsearch extension, made a tra...
- 17:35 Bug #16566 (Closed): external UTF-8 files parsed with INCLUDE_TYPOSCRIPT are not correctly handled
- I wanted to store the translations of my templavoila templates' text items into external files, then load the transla...
- 16:47 Feature #16181: Redirect at BE Login
- Idea: There is already a quite similar option:
auth.BE.redirectToURL =
Maybe we could use this option to kee... - 16:43 Bug #16475: Feature options.hideRecords.pages doesn't work for mounted page
- here is the patch based on 4.0.1
- 16:21 Bug #16559: links in the RTE with more than one GET Parameter don't work.
- I can confirm this for _internal_ Links as noted in Bug 1094
External Links are working fine with any URL
<link 1... - 14:41 Bug #16565: Typo in class.t3lib_tsparser.php
- Oh, thanks a lot for pointing this out! I've just fixed the problem in SVN
- 13:26 Bug #16565 (Closed): Typo in class.t3lib_tsparser.php
- The new and highly welcome ':='-Operator for Typoscript contains a small Error:
The appendString-Fucntion is matched... - 13:49 Feature #16563: $typo_db_extLocalconf_script
- But where would you insert this include-statement?
In an ext_localconf.php file? That wouldn't solve the problem ... - 13:39 Feature #16563: $typo_db_extLocalconf_script
- I solve this with a simple:
'include_once('host_localconf.php');
very useful for synching installations beetwee... - 09:27 Feature #16563 (Closed): $typo_db_extLocalconf_script
- It would be a very nice feature for developers and administrators if you could make it possible to define a variable...
- 12:05 Bug #16564: Setting the .ext value in imgResource is ignored when using .m (masks)
- I've uploaded a patch with the suggested solution
- 12:01 Bug #16564 (Closed): Setting the .ext value in imgResource is ignored when using .m (masks)
- Consider the following imgResource:
file = origin.jgp
file.ext = png
file.m.mask = somefile.png
file.m.bgImg = ...
2006-09-13
- 21:41 Bug #14805: FE user passwords shown in page module and info popup of list module
- In tbl_cms.php we have
$TCA['fe_users'] = Array (
...
'columns' => Array (
...
'password' => Array (
'lab... - 18:40 Feature #14531: check in Typoscript parser on copying of certain value/properties
- I've been able to replicate this error message with the following typoscript statement:
1 = TMENU
1 {
NO... - 15:56 Bug #16561: Typolink doesn't check if a page in rootline has some access and include subpages is set...
- To files has to be changed
1) class.tslib_content.php
change line 5193 $page = $GLOBALS['TSFE']->sys_page->getP... - 15:52 Bug #16561 (Closed): Typolink doesn't check if a page in rootline has some access and include subpages is set...
- Typolink doesn't check the parent sides for enableFields together with include subpages
Example: try to search for... - 15:53 Bug #16560: Error during creation from table sys_refindex on oracle 10g database
- HI Karsten,
I believe that the dbal extension cannot deal with this patch I've made recently:
http://lists.netf... - 15:21 Bug #16560 (Closed): Error during creation from table sys_refindex on oracle 10g database
- During the creation of the table "sys_refindex" the following error occured:
ERROR: Query could not be parsed: "SQ... - 13:13 Bug #16559 (Closed): links in the RTE with more than one GET Parameter don't work.
- "External links" in the RTE with more than one GET Parameter don't work.
See http://bugs.typo3.org/view.php?id=109... - 12:13 Bug #16558 (Closed): ERROR when you install the extension
- caller t3lib_DB::sql_query
ERROR Unknown column 'tx_newloginbox_show_forgot_password' in 'where clause'
lastBui... - 10:46 Feature #16554: Workspace DB / filemounts should narrow down the users' mounts
- I would also add an option d) Combine workspace- and user-filemounts - so if you have filemounts A and B in the works...
- 08:23 Bug #15511: loadTCA() in t3lib_div only loads original TCA file and ignores additional TCA from t3lib_extMgm
- This has been put by Elmar Hinz into TER for tx_div now.
http://typo3.org/extensions/repository/view/div/0.0.5/in... - 08:18 Bug #16556: be_groups field "title" is too short
- This is no bug. To have no limits at all we would need:
title mediumtext NOT NULL,
2006-09-12
- 20:24 Bug #15149: m.mask produces 256 color images (why is GDlib involved here???)
- The 'kb_allcolors' extension found here:
http://typo3.org/extensions/repository/view/kb_allcolors/0.2.0/
Resolves... - 18:22 Bug #16086: Dependency Error
- doesn't occur anymore with version 3.0.0 of the extension (not yet reviewed)
- 17:14 Bug #16557 (Closed): User>Workspaces discloses site info
- The user>workspace module lists all of the changes not just the ones within the DB mounts of the user (in case there ...
- 14:57 Bug #16556 (Closed): be_groups field "title" is too short
- If you have a structure e.g. from you LDAP-server which you need to import into TYPO3, you might run into the problem...
- 13:07 Bug #16495: up/down buttons error
- seems to be related to 4160
- 13:07 Bug #16526: Moving content elements in frontent editing mode causes crash
- seems to be related to 4101
- 10:28 Bug #16526: Moving content elements in frontent editing mode causes crash
- Our clients noticed the same problem.
- 09:35 Bug #16526: Moving content elements in frontent editing mode causes crash
- since this problem was introduced by some patch to add better support for DBAL I am in contact with Karsten D. to fin...
- 12:02 Feature #16555 (Closed): Possibility to disable "set password function" in user setup
- For system environments with other authentification methods than typo3-db it would be usefull to disable the password...
- 11:58 Feature #16554 (Closed): Workspace DB / filemounts should narrow down the users' mounts
- Currently there is only an option to add specific filemounts to the WS. This breaks all user/usergroup based filemoun...
- 10:26 Bug #16553 (Closed): In BE Usergroup, it is not possible to select more than 20 tables(modify) at any time
- Backend usergroup -> Include Access Lists -> Tables (modify)
(issue imported from #M4202) - 09:11 Bug #16551: Cannot reset settings via admPanel.override
- I fured out that it works when I do not set .modulename to 1:
# this works
admPanel {
enable.edit = 1
hide ... - 08:11 Bug #16551: Cannot reset settings via admPanel.override
- Now I am not sure that code I posted earlier has something to do with it. AFAIR it worked with conf_userts (Preconfi...
Also available in: Atom