Activity
From 2007-12-14 to 2008-01-12
2008-01-12
- 22:14 Bug #17984: clickmenu on list module icons does not work
- works for me. you also need to clear the browser cache so the JS is loaded. Do you get any JS errors?
- 21:51 Feature #14780: Variable e-mail encoding
- This issue has been fixed already (in 4.1 or perhaps even earlier).
- 21:49 Feature #15785: Add return value to t3lib_htmlmail::send
- The attached patch (0002797_v4.patch) removes the $this->mailWasSent flag from the previous patch and implements the ...
- 12:19 Feature #15785: Add return value to t3lib_htmlmail::send
- added a sendflag for mail
- 14:47 Bug #17982: Child records are shown floated and not as blocks in Safari
- The attached patch fixes this bug and applies the "display: inline-block" only to IE browsers now. Please test and gi...
2008-01-11
- 22:36 Bug #17984 (Closed): clickmenu on list module icons does not work
- With the latest SVN version:
Nothing happens when I click on the icons in the list module.
Tested with Firefox an... - 22:08 Bug #15280: ndefined function imagegif()
- TYPO3 4.2 requires PHP 5.2 which comes with gd with gif support by default
- 21:28 Bug #17983 (Closed): Moving tt_content elements does not work
- When trying to cut and paste content elementes to a new page nothing happens. The element is not moved. It seems that...
- 18:05 Feature #16218: Individual height of inline RTE
- +1!
Very usefull, exactly what i was looking for. - 17:35 Bug #17982: Child records are shown floated and not as blocks in Safari
- Confirmed - see bug #17507 since it is causing this behaviour in Safari
- 17:34 Bug #17982: Child records are shown floated and not as blocks in Safari
- Hm, I'm getting this behaviour also in TYPO3 4.1.3 with Safari 3.0.4.
In TYPO3 4.1.2 this doesn't seem to be present... - 17:20 Bug #17982: Child records are shown floated and not as blocks in Safari
- Hm, yeah, this looks really ugly.
Are there any other extension involved, maybe also RTEhtmlarea? - 16:13 Bug #17982 (Closed): Child records are shown floated and not as blocks in Safari
- using today's 4.2 trunk (2881) and latest Safari 3.0, see the attached screenshot
in FF it renders well.
Be... - 16:50 Feature #17979: Implement TYPO3AJAX handler for Inline Relational Record Editing
- Changed some small things in v2 patch:
* removed not required $LANG
* fixed phpdocs
* removed non required array2j... - 11:27 Feature #17979 (Closed): Implement TYPO3AJAX handler for Inline Relational Record Editing
- Implement RFC #17970 also for Inline Relational Record Editing and mark typo3/alt_doc_ajax.php as deprecated.
(is... - 14:17 Bug #17978: Problem with cms\tslib\index_ts.php
- The code you mentioned was changed to fix bug #16526
- 10:49 Bug #17978 (Closed): Problem with cms\tslib\index_ts.php
- Hi
Why \cms\tslib\index_ts.php concerning frontend editing.
older versions frontend editing sfuff wa here
... - 14:09 Bug #17981: Add some more functionality to new AJAX interface in the TYPO3 back-end
- Committed to SVN Trunk (rev. 2881)
- 11:58 Bug #17981 (Closed): Add some more functionality to new AJAX interface in the TYPO3 back-end
- This bug report concerns the following:
* changing namespace of ajaxIds from e.g. "foldertree_ExpandCollapse" to "SC... - 13:18 Feature #16786: FeUsers in table sys_lockedrecords
- I uploaded a Test-Plugin, that checks the patch:
T3X_sgtest_syslockedrecords_fe-0_0_0-z-200801111312.t3x
Place th... - 12:14 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- We're talking about an installer. Any good installer will tell you if it can procced with the installation. But let's...
- 10:40 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- I disagree, we have clear system requirements and if some is so "weird" (read stupid) to leave gd or gif support out ...
- 12:02 Feature #17267: Some Hooks for tslib_content
- Ingo moved the interfaces to typo3/sysext/cms/tslib/interfaces/ so I changed my Test-Plugin to use the new/changed in...
- 11:49 Bug #17980 (Closed): select wizard doesn't work in Safari 3.0.4 on Mac
- In TCA :
'wizards' => array (
'select' => array (
'type' => 'select',
'items' => array (
array('my test1... - 06:11 Bug #17426: classesParagraph and classesCharacter don't work on 4.1.1
- Did you check http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea_manual/1.0.0/view/3/17/
...
2008-01-10
- 23:57 Bug #17206: Problem ignoring extension constraints
- Fix committed to trunk (changeset 2879) and 4.1 branch (changeset 2880).
- 19:41 Bug #17095: Typolink : cHash isn't created if there's no additionalParams
- Hey Popy,
I did test the patch and it really helps some problem. But in the new Typo 4.15 again the cache is conf... - 18:10 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- Well, any default installation of PHP may ship with GD, but some weird admin could have chosen to compile PHP without...
- 17:14 Bug #14131: undefined function imagegif() when using the 1-2-3 step installer
- can we close this one?! For 4.2 we require PHP 5.2 which ships with gd with gif capabilities - so this one is obsolet...
- 17:02 Bug #17974: Default value of image_orient is 8 which is invalid in CE IMAGE
- Committed to trunk in changeset 2877. Thanks Steffen!
- 16:31 Feature #14953: In Extended view it should also be possible to disable icons for deletion, cut, copy and others...
- hi helmut,
as #15114 is resolved you can close this one as well as it is the same bug
thx for takin care - 00:26 Feature #14953: In Extended view it should also be possible to disable icons for deletion, cut, copy and others...
- @Stefan: can you recheck this issue with TYPO3 Version > 4.1.5?
This should be fixed now as #15114 seems to be the... - 15:58 Bug #17935: Installation misses key-definition of table pages and create of table fe_users
- I also missed the fe_users table after upgrading using the new install tool.
- 10:29 Bug #17913: page tree in BE cannot be expanded/collapsed
- Is your TYPO3 installation running on a windows server?
- 10:02 Bug #17187: cache_hash gets filled up with menudata entries while using TMENU_LAYERS
- same problem. slowdown and huge cache_hash with a lot of MENUDATA.
but we do not use TMENU_LAYERS
our menu look... - 09:15 Bug #14145: typo3/border.html is XHTML, wich makes trouble in IE
- we want XHTML, IE sucks - we know that
- 09:01 Bug #17938: Page displays without CSS when giving wrong URL to Typo3
- One other problem occurs, when doing the workaround with "config.baseURL = http://my-domain.de/": images are displaye...
2008-01-09
- 22:52 Bug #17814: Implement option to use different Flexform Datastructures per type field value (e.g. CType)
- Ingmar, isn't this in trunk yet?
- 22:33 Bug #17937: Cannot create more than 9 related records in IRRE
- Hm. I investigated in a similar problem where a maximum of 10 items could be created. But there were no flexforms at ...
- 21:43 Bug #17977 (Closed): Child record not added to MM table when saving new parent record
- I have a tca table that contains an inline field using an MM table.
The problem occurs following these steps :
1.... - 16:25 Bug #17922: t3lib_htmlmail.php cleanup
- I added the changes for the other issue (empty default values) in the latest version and also changed the tabs to spa...
- 16:24 Bug #17233: t3lib_htmlmail should have empty default values
- Guys, I added this issue to my patch (see related to)
- 16:09 Bug #17292: Ajax collapse in pagetree destroys extended iso-codes -> euro sign
- Hey Masi,
you are right. I found the problem and fixed it.
This problem will be resolved with the changes of the ... - 15:14 Bug #17292: Ajax collapse in pagetree destroys extended iso-codes -> euro sign
- Benjamin, the code may not work only in utf-8 being default or not. It has to work with every character set TYPO3 sup...
- 13:30 Bug #17292: Ajax collapse in pagetree destroys extended iso-codes -> euro sign
- I tried this. I noticed the same problem that the encoding did not work while using no "forceCharset" option because ...
- 11:27 Bug #16322: Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in ...
- The method debug_check_recordset in class.t3lib_db.php could solve that problem, I think - if applied correctly.
Thi... - 07:44 Bug #17967: sub and sup may be enabled at the same time
- Pure logic ;)
No, seriously: There is no sense in raising and lowering the base-line of the text at the same time.... - 03:07 Bug #17967: sub and sup may be enabled at the same time
- Where do you get such rule from?
- 02:47 Bug #17426: classesParagraph and classesCharacter don't work on 4.1.1
- Very strange.
What permission did you have on this directory and what value do you have on $TYPO3_CONF_VARS['fold... - 01:11 Feature #17943: Implement CSH for flexforms
- committed to trunk 2007-12-27
- 00:22 Bug #16450: BackEnd Login Not Possible
- I had the same issues ON Win 2003 server IIS6
typo 4.1.4
PHP 5.2.1
mysql 5.1.22
Change in my.ini
# Set the S...
2008-01-08
- 23:42 Feature #17975: Link checker
- refindex could be handy for this task
- 18:22 Feature #17975: Link checker
- This could be really handy, but has to be done by involving front-end rendering.
A "link" could also occour as pseud... - 17:53 Feature #17975: Link checker
- sorry forgot to set it as a feature!
- 17:51 Feature #17975 (Closed): Link checker
- Check all internal and external links in db by running a backend script, with link to the related element to fix the ...
- 23:16 Feature #15943: Render bullet lists (tt_content.bullets) with TypoScript
- fixed in rev #2872
- 22:21 Feature #17976 (Closed): remove branding at error messages
- IMO the TYPO3-Logo in the error messages, e.g. 'no mysql connection failed' should be removed immediately. this has n...
- 17:42 Bug #17974 (Closed): Default value of image_orient is 8 which is invalid in CE IMAGE
- when insert Content Element IMAGE it shows at Position
[INVALID VALUE ("8")]
patch changes default from 8 to 0
... - 17:26 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- +1 ;)
But I prefer to do not store absolute path, but only fileadmin/mytemplate/news.html
Thank You
- 17:17 Bug #17973: pi1/locallang.xml only in English
- Translations are not shipped with the core but handled through the translation server.
- 13:54 Bug #17973: pi1/locallang.xml only in English
- hmm, not for me, as i just updated on a test installation all translations from ter, before translating.
- 13:31 Bug #17973: pi1/locallang.xml only in English
- I think the german translation is already availible in the translation handling of typo3
Ext. Manager -> Translati... - 12:12 Bug #17973 (Closed): pi1/locallang.xml only in English
- The pi1/locallang.xml only provides English contents, for example for the text 'to top'.
Here I provide a file wit... - 16:01 Bug #16545: GIFBUILDER indexcolors cropsized images
- I can not reproduce the issue Franz-Xaver Koch mentioned. The patch works perfectly with all my TYPO3 4.1.5 installat...
- 15:22 Feature #17930: Enable stdWrap for wrapItemAndSub
- rev 2870
- 13:06 Feature #15575: Include date selection widget into the TYPO3 Core
- I had a look at "date2cal" (NOT erotea_date2cal!!) behaviour, in correspondance to the behaviour described in #15139....
- 11:08 Bug #17338: Sitemap Content Element does not honorate Workspaces
- Hello Dmitry. The Sitemap Content Element does not work in the Workspace Context.
Testcase:
Create a Sitemap Cont... - 10:39 Bug #17338: Sitemap Content Element does not honorate Workspaces
- Oliver, can you provide more information? Description is too short.
- 10:37 Bug #17338: Sitemap Content Element does not honorate Workspaces
- Possibly related to #5817
- 10:49 Bug #16828: Wrong error message or publishing bug?
- Ordinary users should publish workspace from that workspace, not from live. In ideal case they are not supposed to ha...
- 10:45 Bug #17165: the 'hide page' flag does prevent the templates from being inherited to its children
- Possibly this is by design. Not sure if it is different from Live
- 10:42 Bug #17245: Contentelement Columnsbug
- I afraid you have to rewrite this bug in normal English and with better description if you want this bug to be fixed....
- 10:40 Bug #17248: Can't publish new element without deleting "Deleted element"
- Questions:
1. What versioning type do you use: Element, Page or Branch?
2. Do you use TemplaVoila? - 10:35 Bug #15955: error message on moving elements in draft workspace
- Moving items in workspaces is resolved by Kasper in TYPO3 4.2. It is supported only for "Element" versioning type.
... - 10:32 Bug #17064: Access custom workspace from live only for admin
- I remember we had this error when we recorded workspaces poscast with Kasper during t3dd06
- 10:28 Bug #17610: wrong references between translated content in Workspace and its parent
- According to release policy needs to be fixed in 4.1.x and 4.2.
- 10:23 Bug #17816: Broken Rootline when a editor views a draft version in Liveworkspace
- It appears that issue happens only and only for non-admin user
- 09:56 Bug #17329: TCA fields of type "none" should be searchable too.
- yes, but it isnt configurable atm right? I would be nice to have the opportunity to configure searchable fields.
- 09:36 Bug #17329: TCA fields of type "none" should be searchable too.
- wouldn't it be nice to make this selectable through TSConfig ?
- 09:53 Bug #17972 (Closed): CType bullets not rendered correctly
- If you insert an CE with CType bullets, in FE the li elements are not rendered.
What you get is:... - 02:27 Bug #17412: parseFunc tags.XXX for single tags doesn't work
- I updated the patch on issue 880.
- 02:23 Feature #14605: Click-enlarge for Images
- Attaching a better version of the patch.
- 02:22 Bug #17971: rtehtmlarea didn't work with typo3 4.1.5
- Install the version shipped with TYPO3 4.1.5, clear cached typo3conf, and delete all files in typo3temp with names st...
- 01:56 Bug #17971 (Closed): rtehtmlarea didn't work with typo3 4.1.5
- After updated my typo3 installation to Typo3 4.1.5 rtehtmlarea doesn't work. I can't add some extra text, I just see ...
- 00:06 Bug #17925: popup web links windows errors
- Fixed in SVN TYPO3core trunk revision 2869.
- 00:04 Bug #17646: Hook in browse_links request (for linking to records)
- Fixed in SVN TYPO3core trunk revision 2869. See patch attached to issue #6961.
2008-01-07
- 23:37 Feature #17650: option end for HMENU / and negative values for begin and end
- patch6452_class.tslib_menu.txt is for latest 4.2 trunk
- 23:20 Bug #17646: Hook in browse_links request (for linking to records)
- 6961 can be solved easy:
a simple is_array() check should be ok.
or (as in my inital patch)
// init hook objects... - 23:14 Bug #17925: popup web links windows errors
- the real error is wrong initalisation of the
$this->hookObjects;
in my initial patch there was simply the line:
... - 12:11 Feature #17970 (Closed): Consistent interface for AJAX calls in the TYPO3 Backend
- Hey all,
this is a first step into consistency for AJAX calls in the TYPO3 Backend. It consists of two parts. The ... - 09:30 Bug #17412: parseFunc tags.XXX for single tags doesn't work
- Hi Stanislas,
thanks for bringing this up again. I was trying to finally enable the click-enlarge in RTE while you... - 01:26 Bug #17412: parseFunc tags.XXX for single tags doesn't work
- You may try the small patch attached to issue #0880. Let me know if it works for whatever you were trying to do.
- 09:04 Feature #17874: Add suggest-like feature to TCEforms
- By the way, it can come to trunk-only.
- 09:03 Feature #17874: Add suggest-like feature to TCEforms
- If this patch is ready for integration to core, it should be posted to core list ASAP. We are close to alpha3. After ...
- 06:26 Feature #17840: Non Breaking Spaces in HTML-Area
- Sorry, this will not work with TYPO3 4.1.5. It requires SVN trunk revision 2864+. If you are not a situation where yo...
- 00:20 Feature #17840: Non Breaking Spaces in HTML-Area
- hmmmm,
patched:
../t3lib/class.t3lib_parsehtml_proc.php
line 1288
added the
&& !preg_match('/\<([^>]*)?( align| ... - 04:08 Feature #14605: Click-enlarge for Images
- works perfectly.
Thanks! - 01:24 Feature #14605: Click-enlarge for Images
- Once the attached patch is installed on the latest trunk revision, here is how to test it:
1. there will be a new ch...
2008-01-06
- 22:03 Feature #17840: Non Breaking Spaces in HTML-Area
- The attached patch will solve the issue when used with TYPO3core SVN trunk revision 2864+.
- 21:45 Bug #17953: Permission problem of RTE images
- Fixed in SVN TYPO3core trunk revision 2868.
- 19:01 Bug #17969 (Closed): replace Sitemap with "Special Menus"
- According to discussion on HCI here comes the change.
It's only a "cosmetic" change, but the wording "Special Menus"... - 18:15 Bug #17968: Strict sql-mode setting prevents creation of admin user in install tool
- Sorry I guess being new to this bug tracking system also means making some mistakes! I have seen several issues repor...
- 17:57 Bug #17968 (Closed): Strict sql-mode setting prevents creation of admin user in install tool
- I was installing the newest version of Typo3 (version 4.1.5) and could not understand why the admin user wasn't creat...
- 11:49 Bug #17484: RTEhtmlarea is not show in child records if parent has no RTE
- FYI: Committed to SVN
* Trunk (was pending until now, rev. 2866) -- for TYPO3 4.2.0-alpha3
* TYPO3_4-1 (just post-c... - 11:03 Bug #17967 (Closed): sub and sup may be enabled at the same time
- Though they are contradictionary, one may enable subscript and superscript at the same time. They should be mutually ...
- 09:45 Feature #16264: support for <blockquote> and <q>
- Feature added in SVN TYPO3core trunk revision 2865.
- 09:44 Feature #16438: Improvements of inlineCSS: adding classes to inline elements without additional span
- Feature added in SVN TYPO3core trunk revision 2865.
- 09:41 Bug #17465: Usability Issue with classes wrapped with <> in select lists
- Fixed in SVN TYPO3core trunk revision 2865.
- 09:40 Bug #17853: sub and sup are added via CSS instead of tags (Safari)
- Fixed in SVN TYPO3core trunk revision 2865.
- 08:51 Feature #17497: Enabling acronym plugin in IE and in Frontend
- The Acronym feature has been enabled in IE7 in SVN TYPO3core trunk revision 2864.
- 08:50 Feature #15235: Activate Acronym Plugin for IE
- Fixed in SVN TYPO3core trunk revision 2864
- 08:48 Bug #17532: Plugin Acronym enables class abbr for span (selected text)
- Fixed in SVN TYPO3core trunk revision 2864.
2008-01-05
- 21:25 Bug #17464: Disturbing behaviour of indent/outdent and TAB
- Fixed in TYPO3core trunk revision 2862.
- 21:23 Bug #17474: RTE of Typo3 (vers. 4.1.1) balise align="center" (right or left) not any more supported by W3C
- Fixed in TYPO3core trunk revision 2862.
- 21:22 Bug #17852: Strange layout for header N except the first one (Safari)
- Fixed in TYPO3core trunk revision 2862.
- 21:21 Bug #17884: Change Undoes and Redoes from past tense to present/future tense (Undo and Redo)
- Fixed in TYPO3core trunk revision 2862.
- 21:20 Bug #17220: rtehtmlarea doesn't work in Safari
- You need to upgrade to Safari 3.0.4.
- 21:16 Bug #17828: RTEhtmlarea doesn't work with IRRE anymore
- Fixed in trunk revision 2862
2008-01-04
- 16:51 Bug #17966: parsing problems with $ dollar in frontend
- got it...sorry, its not a problem of typo3, this is a bug of the extension "sourceopt".
- 16:35 Bug #17966: parsing problems with $ dollar in frontend
- I can't confirm that.
- 16:14 Bug #17966 (Closed): parsing problems with $ dollar in frontend
- a price like "$12.24" in the backend (text content element), will be displayed as ".24" in the frontend.
using &#... - 15:59 Feature #17825: New login extension
- Habe gerade Version 1 auf TYPO3 4.1.5 mit PHP 5.2.5 installiert und bis jetzt funktioniert alles.
Featurewunsch v... - 13:19 Bug #17965 (Closed): Typo3 silently fails if php extension mysql is not loaded
- Typo3 fails if the mysql extension is not loaded. There is no error message or hint that the extension is missing (en...
- 08:05 Bug #17964 (Closed): Fatal error: IRRE and FE editing
- If I try to use pi_getEditPanel
I get error
Fatal error: Call to undefined method stdClass::getLL() in
/home/sou...
2008-01-03
- 16:46 Feature #17650: option end for HMENU / and negative values for begin and end
- the negative values for end and begin allow a offest from the end. -> the tsref needs to be updated if that will find...
- 10:29 Feature #17874: Add suggest-like feature to TCEforms
- Ah, that's too easy ;) I really didn't think of that - don't ask me why... I'll change this later on, using init() is...
- 09:47 Feature #17874: Add suggest-like feature to TCEforms
- to the 50 limit: sounds ok.
construtors can be used this way: (but no matter there are so much init functions in t...
2008-01-02
- 23:41 Feature #17874: Add suggest-like feature to TCEforms
- Ingmar, I will try to manage to do it until next week so I can also submit it to the core list. Thanks for the idea, ...
- 22:51 Feature #17874: Add suggest-like feature to TCEforms
- +2
very nice
some small details:
* "Find record: " should be a language label.
* limit is hardcoded to 50 - may... - 21:01 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- You must solve this on the LINUX server.
See
http://qa.mandriva.com/show_bug.cgi?id=34013
Do not use gd.so, wh... - 20:34 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- Typo3 Core refuses to implement the patch!
- 16:20 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- Thanks this has got me up and running.
- 15:29 Bug #17963 (Closed): Warning not pointing to correct field
- When editing a record with multiple tabs, a warning that points to a field that's not correctly filled in (and preven...
- 14:26 Bug #17508: image effects: grayscale in text w/image not working
- The proposed patch is no good solution as I have checked the recommended version of ImageMagick ( 4.2.9 ) and the pat...
- 10:53 Bug #16121: php5.1. and typo3 4.0
- This error comes from a wrong call of fullQuoteArray.
Due to a much faster error debugging this patch should come in...
2008-01-01
- 23:56 Feature #17874: Add suggest-like feature to TCEforms
- Hi Andreas,
I briefly had a look at your patch, looks good so far.
Could you write a patch to the kickstarter a... - 21:50 Bug #16450: BackEnd Login Not Possible
- I had similar symptoms as described earlier with login problems, on the following setup:
Win 2003 Server x64, IIS ... - 19:44 Bug #17508: image effects: grayscale in text w/image not working
- looking to IM this is a bug from versions 6.2.xxx and was fixed with 6.3, so it should work without patch using any v...
- 13:38 Bug #17508: image effects: grayscale in text w/image not working
- I have the problem of same origin on FreeBSD 4.x and 6.x with im6
(I try this on 3 different hosting accounts with ... - 12:43 Feature #15609: t3lib_db new method exec_SELECT_mm_rec_query for recursive datastructures
- it's possible to use same table twice.
2007-12-31
- 21:52 Bug #17962 (Closed): Install Tool: 'Basic Configuration' Values are Overwriting Selected 'All Configuration' Values.
- If you have entered some values in the 'All Configuration' page of the Install Tool, then you try to edit and save 'B...
- 15:24 Bug #17961: Missing TCA[table][columns] leads to PHP warning
- There is also a problem with list views, if not title and label are set in TCA. Please implement this patch. It helps...
- 14:09 Bug #17961 (Closed): Missing TCA[table][columns] leads to PHP warning
- If a table does not have the TCA set, then the list module shows an error message.
Invalid argument supplied for f... - 14:24 Feature #15609: t3lib_db new method exec_SELECT_mm_rec_query for recursive datastructures
- Please delete Bug, is resolved since the 4.0 branch
- 07:25 Bug #17960 (Closed): Unsuccessful update of extension list not recognized
- I have pressed 'Retrieve/Update' This has ended in a timeout error message. But the date of the last retrieval has be...
- 06:09 Bug #17959 (Closed): Section-based FCEs are saved with incorrect element ID
- When working with trunk and FCEs that have sections defined, saving the FCE results in bad data in the the FCE XML. ...
2007-12-30
- 21:29 Feature #17874: Add suggest-like feature to TCEforms
- A new version of my patch with two new features: The selector is now hideable by default and it may be placed below o...
- 18:39 Feature #15609: t3lib_db new method exec_SELECT_mm_rec_query for recursive datastructures
- Posted as Feature-Request for 4.2 to core list
2007-12-29
- 22:40 Feature #17958 (Closed): inline should have a foreign_table_where
- 'inline' should have a foreign_table_where like 'select'.
The intermediate table should have a tablenames field to ... - 17:33 Feature #17956: fields of detail table should be used instead of label of mm table
- I have found out, that this already works if you use the field names uid_local and uid_foreign for the mm table in be...
- 09:21 Feature #17956 (Closed): fields of detail table should be used instead of label of mm table
- I want to use a mm relation between a product and a detail table with a mm in between. So this forces that a label fi...
- 11:57 Feature #17957 (Closed): Improve database performance for external database host
- According to [1] MySQL performance may be greatly improved by using compression if MySQL is on the external host and ...
- 08:36 Bug #17955 (Closed): newRecordLinkAddTitle not understandable text
- If I use newRecordLinkAddTitle with inline, then 'Neu anlegen Produkt zu Kennzeichnung' is displayed. This is howeve...
- 05:18 Bug #17954 (Closed): TCE: tab descriptions have no blank in between
- The words of the tab descriptions are written one after another without any blanks between them.
word1word2word3 ins...
2007-12-28
- 16:55 Bug #16450: BackEnd Login Not Possible
- I had the same problem in the following installation:
Win 2003 Server, IIS 6, PHP 5.2.5, MySQL 5.0.45, Typo3 4.1.5.
... - 10:39 Bug #17627: External TypoScripts files will always be cached
- Workaround for this issue is to add the following lines in User TSConfig:
admPanel.override.tsdebug.forceTemplateP... - 09:52 Feature #17579: Change config.uniqueLinkVars to 1
- FYI, the reason for not setting this by default was the performance slowdown for the additional routine. However, I'm...
- 01:30 Bug #17953 (Closed): Permission problem of RTE images
- Hi,
I moved Typo3 to a new server (Apache2, suPHP) and had a small problem with adding new images into a page!
...
2007-12-27
- 11:45 Bug #16384: undefined class in tsfebeuserauth
- Closing issue as requested by initial reporter.
- 10:54 Bug #16384: undefined class in tsfebeuserauth
- problem does no longer occur with T3 4.1.5.
Please close - 11:41 Bug #17942: update from 4.1.4 to 4.1.5 failed
- Never mind. Great to hear that it works now. Thus, I'm closing this issue.
- 11:37 Bug #17942: update from 4.1.4 to 4.1.5 failed
- Update:
I deleted the complete typo3 4.1.5 folder and unpacked it again. Now it works ! Strange.... - 10:57 Bug #16929: Templates are not rendered fine
- any idea?
- 10:51 Bug #17151: Page module does not work/start
- As requested by reporter, this bug report gets closed.
- 10:49 Bug #17151: Page module does not work/start
- Sry that I didn't answer. Aem.. problem does no longer occur with T3 4.1.5
Please close
2007-12-26
- 22:24 Bug #17952 (Closed): typolinkLinkAccessRestrictedPages / showAccessRestrictedPages access does not work with "include subpages"
- If there is a not access restricted page with a link to a page with is access protected, butnot directly but through ...
- 17:22 Bug #17946: EM: sql_free_result() on non-resources fails
- Committed to SVN Trunk (rev. 2859).
- 16:54 Bug #17946: EM: sql_free_result() on non-resources fails
- According to http://de3.php.net/mysql_query there are differet return values concerning the database action/modificat...
- 17:14 Bug #17753: Button for creating new records disappeared on nested child records if a parent record reached the maxitems value
- Committed to SVN:
* TYPO3_4-1 (rev. 2857)
* Trunk (rev. 2858) - 17:02 Bug #17951 (Closed): indexing configuration page tree allows to choose only up to three levels of recursion
- Using an content element "indexing configuration" to tell the crawler to index a page tree is less useful as it could...
- 17:00 Feature #17950: Forbid record in sysfolder
- Okay, then I'm closing this report because it's a duplicate of #17039.
- 16:51 Feature #17950: Forbid record in sysfolder
- Perfect ! Denied is better that forbid ;)
TYPO3 4.2 will be a bomb !! - 16:27 Feature #17950: Forbid record in sysfolder
- I think I understood this already in February 2007... ;-)
See bug #17039 - I called it "deniedNewTables" which is si... - 16:39 Bug #17949: Hardcoded Ampersand in fe_user->get_URL_ID
- This real problem begin, when you don't have any other parameters set in the URL, like:
www.myhost.com/section/whate... - 16:34 Bug #17949: Hardcoded Ampersand in fe_user->get_URL_ID
- I can confirm this problem.
- 16:21 Bug #17948: $tce->clear_cacheCmd fails
- See the "TYPO3 Core Engine (TCE)" secion of the doc_core_api and search for "Example: Clearing cache". There the corr...
- 16:17 Bug #17948: $tce->clear_cacheCmd fails
- Please call the clear_cacheCmd like this:...
- 10:04 Bug #17948: $tce->clear_cacheCmd fails
- I forgot -- the failure happens on
TYPO3 4.1.4 and TYPO3 4.1.5
PHP 5.2.X ->
(the errror doesn't appear under ... - 03:05 Feature #16942: provide new inputfield "directorypicker" in BE
- related:
extension 'rgfolderselector'
http://typo3.org/documentation/document-library/extension-manuals/rgfold...
2007-12-25
- 18:42 Bug #16382: Db check produces errors
- error does not appear on 4.1.5. Please close this bugid or set status to resolved
2007-12-24
- 21:58 Feature #17950 (Closed): Forbid record in sysfolder
- We can modify $PAGES_TYPES[254"]["allowedTables"].="...";
But it's possible to add new option :
$PAGES_TYPES[2... - 12:55 Bug #17949 (Closed): Hardcoded Ampersand in fe_user->get_URL_ID
- When you set config.ftu = 1 in your root-TS, you get a session tracking variable rendered into all urls generated by ...
- 12:04 Bug #17948 (Closed): $tce->clear_cacheCmd fails
- Hi according to TYPO3 Core APIs guide to clear FE cache I must to call
$tce->clear_cacheCmd('<value>')
this co...
2007-12-23
- 10:28 Bug #17938: Page displays without CSS when giving wrong URL to Typo3
- This is then resolved, heh?
- 08:51 Bug #17938: Page displays without CSS when giving wrong URL to Typo3
- Thanks for the hint with the workaround: it works now with baseURL.
2007-12-22
- 13:59 Bug #17947 (Closed): TCE: error message if no label has been set in TCA
- A wrong SQL is generated, if you did not set the ctrl label field for a table.
SELECT tx_mytable.uid,tx_mytable.
... - 12:38 Bug #17946 (Closed): EM: sql_free_result() on non-resources fails
- If I install an extension which creates tables, then I get a warning message in the EM.
$GLOBALS['TYPO3_DB']->sql_... - 11:58 Feature #17945 (Closed): error messages are hidden with new TCE
- If you have a SQL or another error message in a TCE form, then this is hidden by the TCE form fields with the new TCE...
2007-12-21
- 22:45 Bug #17917: RTEfullScreenWidth by default please !
- Thank You Roland, but I prefer config by default ;-)
Can you add that for RTE config ?
Thank You - 22:30 Bug #17917: RTEfullScreenWidth by default please !
- This is related to TCEFORM or any script invoking the RTE, not to the RTE itself. But htmlArea RTE has the following ...
- 22:19 Bug #17925: popup web links windows errors
- This error is caused by patch 6442.
- 22:16 Bug #17646: Hook in browse_links request (for linking to records)
- This patch is creating errors in htmlArea RTE popup windows. See issue 6961
- 19:17 Feature #17930: Enable stdWrap for wrapItemAndSub
- i tought about the possibility giving "each" TS property stdWrap properties :)
do not ask currently how i am going... - 16:34 Bug #17399: Child records with image fields are not shown in m:n disposal
- Committed to SVN:
* TYPO3_4-1 (rev. 2854)
* Trunk (rev. 2855)
2007-12-20
- 22:00 Bug #17937: Cannot create more than 9 related records in IRRE
- I think I could point out the problem.
One of my fields in Level 3 is a flex-field. In my oppinion, either TYPO3 get... - 21:34 Bug #17937: Cannot create more than 9 related records in IRRE
- I installed this plugin on a bandnew version of TYPO3 (4.1.5 and 4.1.2) without any other ext. but both are not worki...
- 20:55 Bug #17828: RTEhtmlarea doesn't work with IRRE anymore
- Yes. Will need to wrap the statement in a try & catch clause.
- 11:44 Bug #17828: RTEhtmlarea doesn't work with IRRE anymore
- The error occurs only if the IRRE records are collapsed. You can compare this to a RTE field on a tab which is curren...
- 11:35 Bug #17828: RTEhtmlarea doesn't work with IRRE anymore
- The mentioned code in line 1807 was added in rev. 2735: Feature #6769: Enable htmlArea RTE in Safari
- 17:02 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
- Olly, does this patch work with individual flexform fields too or is it limited to IRRE records and tabs? Thanks!
- 14:18 Bug #17944: tslib_cObj uses deprecated function call_user_method
- $ php --version
PHP 5.1.4-1.dotdeb.2 (cli) (built: Jun 2 2006 10:34:33)
Copyright (c) 1997-2006 The PHP Group
Zen... - 14:12 Bug #17944: tslib_cObj uses deprecated function call_user_method
- Hm, which exact PHP version are you using and on which operating system?
- 13:44 Bug #17944 (Closed): tslib_cObj uses deprecated function call_user_method
- tslib_cObj uses deprecated function call_user_method which should be updated to call_user_func_array. If Exceptions a...
- 14:07 Bug #17942: update from 4.1.4 to 4.1.5 failed
- Please attach your file at /var/www/typo3_src-4.1.5/typo3/sysext/cms/tslib/class.tslib_menu.php to this bug report. F...
- 12:43 Bug #17942: update from 4.1.4 to 4.1.5 failed
- I used the complete release package and just switched the symlink to 4.1.5.
Several other typo3 installations (with... - 12:09 Bug #17942: update from 4.1.4 to 4.1.5 failed
- This is strange. The only thing that was modified between TYPO3 4.1.4 and 4.1.5 was the localization thing in t3lib_d...
- 11:04 Bug #17942 (Closed): update from 4.1.4 to 4.1.5 failed
- If i upgrade one of my typo3 Installations from 4.14 to 4.15 the Frontend stops working and this Erros displays:
F... - 12:45 Feature #17943 (Closed): Implement CSH for flexforms
- Flexforms are missing CSH labels. Add support for them. See patch and screenshot for details.
(issue imported fro...
2007-12-19
- 22:22 Feature #17927: Return errors from performUpdateQueries
- Commited to trunk
- 19:26 Bug #17036: Still 250000 bytes maximum size is hardcoded for mailform attachments
- Commited to trunk (rev 2849)
- 17:33 Feature #14605: Click-enlarge for Images
- I'm also very interested in a working patch. Is there still any development? I tried to wrap the Image with custom ta...
- 14:36 Bug #17828: RTEhtmlarea doesn't work with IRRE anymore
- Hm, seems like there's still a bug - I get the following with FF 2.0.0.11:
uncaught exception: [Exception... "Compon... - 14:30 Bug #17941: typolinkCheckRootline not working with multiple websites under one umbrella website.
- I'm not in hurry to get this fixed in TYPO3 4.x, but I do think it's an issue that should be considred during the dev...
- 14:21 Bug #17941 (Closed): typolinkCheckRootline not working with multiple websites under one umbrella website.
- I am running multiple websites under one root (umbrella) website.
Technically this means that I have a root page c... - 13:29 Bug #17940 (Closed): t3lib_DB displays wrong SQL in error case
- If there is a SQL error due to an UPDATE query with empty field array,
then an error message is displayed. However t... - 11:19 Bug #17939: Import/Export: Import of a .t3d does not fully create necessary directorys underneath fileadmin/templates
- I am not a programmer, but it seems to me, that i entered the following "else" in class.tx_impexp.php:
I will try ... - 11:03 Bug #17939: Import/Export: Import of a .t3d does not fully create necessary directorys underneath fileadmin/templates
- Well in my opinion this is a bug. The importer should handle file references as it oes with pictures or dcuments incl...
- 10:51 Bug #17939: Import/Export: Import of a .t3d does not fully create necessary directorys underneath fileadmin/templates
- yes, this is a bad behaviours of Import/export taht i never liked much..
i don't even know if it is really useful ... - 10:45 Bug #17939 (Closed): Import/Export: Import of a .t3d does not fully create necessary directorys underneath fileadmin/templates
- I made an Export of a fresh installation after TV-mapping. The export is configured to include everything with infini...
- 11:03 Bug #17937: Cannot create more than 9 related records in IRRE
- Sorry for posting so much, but I think this will help. I try to find solutions as well. So I followed the Relationshi...
- 10:50 Bug #17937: Cannot create more than 9 related records in IRRE
- Even turning off date2cal doesn't solve this problem.
We additionally changed the way of fetching the XML for flex... - 10:14 Bug #17937: Cannot create more than 9 related records in IRRE
- It was not working on 4.1.3, 4.1.4 and 4.1.5
- 09:03 Bug #17937: Cannot create more than 9 related records in IRRE
- What is the exact TYPO3 version you're using?
- 08:55 Bug #17937: Cannot create more than 9 related records in IRRE
- I've registered a 2 new strange behaviours:
1. If a mandantory field is set in an IRRE-Set and it's not filled out... - 10:31 Bug #17865: Upgrade from 3.8, no page tree
- Sorry, i was on holidays and didnt check my email. Yes, problem is solved via database analyzer, so issue can be reso...
- 09:10 Bug #17938: Page displays without CSS when giving wrong URL to Typo3
- You can work around on setting a baseURL:
config.baseURL = http://my-domain.de/
- 05:58 Bug #17938 (Closed): Page displays without CSS when giving wrong URL to Typo3
- When I enter a wrong URL in my browser pointing to my Typo3 project, typo3 will display the root page without any CSS...
2007-12-18
- 22:24 Bug #17937: Cannot create more than 9 related records in IRRE
- New ext_tables.sql uploaded. But error still remains. Will test disabling date2cal.
- 20:33 Bug #17937: Cannot create more than 9 related records in IRRE
- The attached extension uses data2cal which doesn't work correctly with IRRE. This might be (part of) the problem. Fur...
- 13:20 Bug #17937 (Closed): Cannot create more than 9 related records in IRRE
- On my new extension, IRRE shows a strange behaviour:
I can only create up to 9 related items in the sub-sub-relati... - 09:46 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
- Sure I will. I got here quite a big project running with 12 tables and 8 of them in one IRRE with 5 Tabs, so this fea...
- 09:43 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
- Okay, maybe I have some time the next few days to get this work into the Core. And if you could test it, it would be ...
- 09:34 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
- i am working here with a 4.1.3 and not with a current trunk version. I guess just some lines are missing because it s...
- 09:26 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
- This patch is pending in Core List since July 2007. But there have been other modifications to TYPO3, e.g. the "clean...
- 08:35 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
- and i discovered a bigger bug: there is an JS error when creating a new parent record =>
line 465 (which is absolutl... - 09:44 Bug #17936 (Closed): indexed_search shows overflow error after updating zu t 4.1.4 / .5
- Fatal error: zval::refcount integer overflow detected in /srv/www/vhosts/typo3.hosteurope1.netresearch.de/httpdocs/ty...
- 09:36 Bug #17619: INSERT-Error on table "index_words" on ORACLE and PostgreSQL
- What about adding this fix in the core?
2007-12-17
- 22:32 Bug #17935 (Closed): Installation misses key-definition of table pages and create of table fe_users
- after setup (done with new install) these compare results are given:
ALTER TABLE pages DROP KEY parent;
ALTER TAB... - 20:27 Bug #17934 (Closed): Is Options +FollowSymLinks needed in default _.htaccess file?
- I installed 4.1.5 on a windows machine and when I enabled the simulatestatic and the .htaccess I received a 403 forbi...
- 19:20 Bug #17929: Use prototype functions instead of own code, where it's possible in clickmenu.js
- Committed to trunk.
- 13:58 Bug #17929 (Closed): Use prototype functions instead of own code, where it's possible in clickmenu.js
- In clickmenu.js the window object is extended by two functions window.getDimensions and window.getScrollOffset.
Bo... - 19:18 Bug #17933: No icon for versioning shown in clickmenu for non admin users
- Committed to 4.0, 4.1 and trunk.
- 18:47 Bug #17933 (Closed): No icon for versioning shown in clickmenu for non admin users
- Problem:
The check for user rights uses a wrong
module name. It should be web_txversionM1 but uses txversionM1 (see... - 18:14 Bug #17932 (Closed): Context Senstitive Help as Tooltip
- Context Senstitive Help takes long to start up in new window.
Now the first Senstence of the CSH is shown when mouse... - 17:42 Bug #17036: Still 250000 bytes maximum size is hardcoded for mailform attachments
- Patch in core list, to be considered for 4.2.
- 15:24 Feature #17930: Enable stdWrap for wrapItemAndSub
- I accidently attached "tca" tag, and now cannot delete it...
- 15:02 Feature #17930 (Closed): Enable stdWrap for wrapItemAndSub
- Currently there is no stdWrap for wrapItemAndSub. This would be very nice to use .insertData = 1.
Currently you nee... - 15:22 Bug #17931 (Closed): t3ib_refindex requires t3lib_BEfunc but does not include it
- When using t3lib_refindex from FE, the following fatal PHP error may happen:
http://xxxxx.com/index.php?id=78&tx_t... - 15:08 Feature #17915: Log login failures with t3lib_div::syslog()
- Login failures can be logged with t3lib_div::syslog().
- 12:24 Bug #17928 (Closed): HMENU excludeUidList and excludeDoktypes ignore pages of type mount point
- If you have a page tree with mount point pages with the following conditions:
a) mount points are in another site in... - 09:06 Feature #17927 (Closed): Return errors from performUpdateQueries
- The performUpdateQueries in t3lib_install does not return any errors if the occure while performing the queries.
I...
2007-12-16
- 18:51 Bug #17924: Versioning clickMenu option only available for Admin User
- The issue : 0001893: "Broken Rootline when a Editor view a Page that is not online" seems to be resolved with Typo3 V...
- 17:18 Bug #17922: t3lib_htmlmail.php cleanup
- Hi Stefano,
thanks for reporting back. I uploaded a new version that includes your fixes. We still have to test th... - 14:55 Bug #17922: t3lib_htmlmail.php cleanup
- hi Ben
i applied the patch and got 3 errors.
i apply here the patch to fix it - 14:44 Bug #17920: fileadmin contextual menu doesn't popup well
- thanks Ben!
now it works perfectly
stefano - 14:17 Bug #17920: fileadmin contextual menu doesn't popup well
- Hey Stefano,
the attached patch fixes the issue. I'll send it to the core list soon. - 14:14 Bug #17920: fileadmin contextual menu doesn't popup well
- This is prototype related since I extended the Position object which is now deprecated. I'll create a patch soon.
- 13:46 Bug #17920: fileadmin contextual menu doesn't popup well
- I just checked, I have the same error. Let me see what I can do for you.
- 12:07 Bug #17920: fileadmin contextual menu doesn't popup well
- ops... here it comes
- 11:53 Bug #17920: fileadmin contextual menu doesn't popup well
- hey stefano
no screenshot was attached. - 14:31 Bug #17926 (Closed): File List: "Show Thumbnails" does not take precedence if user-setup option is used
- Right now there is an option called "Show Thumbnails" on the bottom of the filelist that says "Show Thumbnails". This...
- 12:32 Bug #17925: popup web links windows errors
- same here. I also let Stanislas know already.
- 00:28 Bug #17925 (Closed): popup web links windows errors
- with latest trunk (2837) the htmlarea popup window gives many errors
i attach a screenshot
stefano
(issue i...
2007-12-15
- 22:43 Bug #17924 (Closed): Versioning clickMenu option only available for Admin User
- The Versioning clickMenu option is only available for Admin User even if the BE user group used have access to the ve...
- 22:30 Bug #17922: t3lib_htmlmail.php cleanup
- no i didn't try it.. i just browsed the pach and looked good
maybe i'll try tomorrow
thanks Ben - 16:13 Bug #17922: t3lib_htmlmail.php cleanup
- hey Stefano.
nowhitespace is just a patch create with the -uwb option to remove the whitespace changes (to make a ... - 08:56 Bug #17922: t3lib_htmlmail.php cleanup
- good work Benjamin!
but i can't understand easily the purpose of
20071214_htmlmail_cleanup_nowhitespace.patch
:? - 02:17 Bug #17922 (Closed): t3lib_htmlmail.php cleanup
- The file t3lib/class.t3lib_htmlmail.php did not have phpDoc style comments yet and was quite unusable for documentati...
- 22:27 Bug #17882: Missing functions in typo3/template.php
- The attached patch takes care of it. I'll send it to the core list very soon.
- 15:28 Feature #17923 (Closed): Localize labels for backend languages in TCEForms
- The backend languages are used in the sysext/setup module as well as in TCEforms for the tables be_groups and be_user...
- 15:25 Bug #17753: Button for creating new records disappeared on nested child records if a parent record reached the maxitems value
- Problem:
On using nested inline records with the 'maxitems' property set, I happens, that the "create new record" bu... - 13:59 Bug #16099: Fatal error after uploading the Version 4.0
- I had similar problems in (yep, outdated) 4.1.1 today, after saving a new template and, while I guess it was still sa...
- 13:11 Bug #17903: labels in t3lib/stddb/tbl_be.php hardcoded
- committed to svn
- 12:20 Bug #15951: clickmenu on pagetree icons does not work
- Click Menu popup is not working in [typo3 4.1.4], on IE7 and on Firefox, have tried all solutions mentionned, but it ...
- 08:58 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- i agree: this bug is resolved with Typoe 4.2 new startup modle selector...
(maybe this feature could be ported lat... - 02:11 Bug #17921 (Closed): Remove bottom button panel in alt_doc.php
- Since the button panel on top is now static and not moving, the bottom button panel is unncessary. Also, we want to r...
- 00:50 Feature #17542: Conditional Requirment for Fields in BE-Forms
- This bug can be closed.
There is now the extension:
maja_conditions
If the is feedback, than this extensio... - 00:47 Bug #17864: Taskcenter: Submodules are not shown
- Backward compability is not given by "removing empty tabs".
Default value must be changed to 2 instead 1...
getDy... - 00:45 Bug #17920: fileadmin contextual menu doesn't popup well
- ciao Oliver
attached is a screenshot of the bug.
the first time i click on an icon, the contextual menu gets di... - 00:44 Bug #16233: t3lib_div::validEmail() -> validation not complete?
- Duplicate of #15054
- 00:34 Bug #17707: Fatal error: Cannot use string offset as an array in class.tslib_pibase.php on line 217
- Bug is located in extension. There's nothing the TYPO3 Core could do...
- 00:32 Bug #17707: Fatal error: Cannot use string offset as an array in class.tslib_pibase.php on line 217
- In line 207 of index_ts.php there's the "preBeUser" hook:
$TYPO3_CONF_VARS['SC_OPTIONS']['tslib/index_ts.php']['preB... - 00:19 Bug #17835: thumbnails do not show in Backend:Filelist using Mozilla Firefox 2.0.0.9/Windows, wrong parameters for thumbs.php
- Suspended as requested by reporter.
- 00:03 Feature #17771: De-admin the Tools module
- Fixed with feature request #17831
2007-12-14
- 23:54 Bug #17820: Splitting CMS-TCA into several files (clean up)
- Suspended
- 23:35 Bug #17820: Splitting CMS-TCA into several files (clean up)
- The tca.php (of sysext/cms/) is only included once the first time, because of checking the column array is not empty....
- 22:51 Bug #17820: Splitting CMS-TCA into several files (clean up)
- Did the discussion in the Core-List come to an end?
Or is it your own decision to drop the patch? - 22:34 Bug #17820: Splitting CMS-TCA into several files (clean up)
- This one can be close
- 23:12 Bug #17753: Button for creating new records disappeared on nested child records if a parent record reached the maxitems value
- Could you please attach your extension (or send it via mail to oh (at) inpublica /dot/ de)? Thx!
- 22:54 Bug #17920: fileadmin contextual menu doesn't popup well
- Could you please attach a screenshot that shows how this looks like on your system? I've tested with FF 2.0.0.11 on W...
- 22:07 Bug #17920 (Closed): fileadmin contextual menu doesn't popup well
- in latest trunk (v2834, DON'T KNOW IN EARLIER) the right-click contextual menu in the tree is displaced and non selec...
- 22:42 Bug #17355: Using $TCA['ctrl']['hideTable'] has no effect
- RFC #17783 was committed to Trunk (rev. 2803) by Dmitry
- 22:36 Bug #17355: Using $TCA['ctrl']['hideTable'] has no effect
- Solved with this Bug, it is now implemented:
http://bugs.typo3.org/view.php?id=6703 - 17:10 Bug #16166: Publishing a record breaks dam_ttcontent-relations
- I see about 10 patches. I read the posts but i ask me, which patches i need?
Could anyone help me?
thanks - 16:53 Bug #17919 (Closed): History/undo information disappears after publication
- When changing a content element in a workspace, the relevant information is added to the history/undo log. After publ...
- 14:59 Bug #17918 (Closed): Mapping of fieldnames in SQL-functions like MIN(), MAX() or SUM() does not work
- If you use SQL-Functions like MIN(), MAX() or SUM() in SQL-Queries the fieldmapping does not work. Example:
SELECT...
Also available in: Atom