Activity
From 2007-09-04 to 2007-10-03
2007-10-03
- 23:14 Bug #17648: It's back... htmlarea doesn't load with new Firefox 2.0.0.7
- All set.
But the repository page does not reflect the 1.5.2 version.
This was the source of my confusion, and ... - 22:35 Bug #17648: It's back... htmlarea doesn't load with new Firefox 2.0.0.7
- you can close this one.
The error appears if you do not use the correct version of RTE!
For 4.1.x this is 1.5.x... - 21:26 Bug #17648: It's back... htmlarea doesn't load with new Firefox 2.0.0.7
- I have no Firefox 2.0.0.7 here. Can anyone else please confirm this?
- 20:36 Bug #17648 (Closed): It's back... htmlarea doesn't load with new Firefox 2.0.0.7
- Looks like the latest (as of today) Firefox is again causing htmlarea not to load.
This seems to be an error that ... - 19:42 Bug #17645: HTML Area RTE is not loading on some PC's
- I am editing ordinary text content elements in tt_content. The editor never comes up and the "The editor is loading, ...
- 13:52 Bug #17645: HTML Area RTE is not loading on some PC's
- What content type do you edit when the RTEhtmlarea doesn't load correctly? Regular content elements (tt_content), rec...
- 18:56 Bug #17646: Hook in browse_links request (for linking to records)
- tested with actual SVN trunk - and uploaded patch files related to actual SVN trunk version.
Please review - 15:25 Bug #17646 (Closed): Hook in browse_links request (for linking to records)
- Intention:
A editor should be able to select a record (like tt_news) in the linkwizard.
So he can select a newsreco... - 16:52 Bug #16190: requestUpdate does not work on selectboxes (group-fields)
- OK, I've deleted all old/unused files attached to this bug.
- 16:39 Bug #17332: label field which is a relation is not human readable (the field is not resolved like in 4.0.x)
- any chance to get this in the actual branch 4.2 again?
- 15:29 Bug #17647 (Closed): Hook in browse_links request (for linking to records)
- Posted in CORE also, because changes in:
>typo3/class.browse_links.php
and
>t3lib/class.t3lib_parsehtml_proc.php
... - 14:03 Bug #17621: Insertion of more than one items by the Element Browser is allowed when it shouldn't
- If you create further patches, please provide them in a unified format, e.g. under linux type:
#> diff -ru typo3.ori... - 14:01 Bug #17621: Insertion of more than one items by the Element Browser is allowed when it shouldn't
- I can confirm this issue.
But there are other cases that have to be implemented.
You did a work-around if the size ... - 13:47 Feature #17268: Add TSconfig parameters to save/load inline records based on a special inline elements folder
- TCAdefaults is in TYPO3 4.2 also available on Page TSconfig.
see http://wiki.typo3.org/index.php/Pending_Documentati... - 13:33 Feature #17268: Add TSconfig parameters to save/load inline records based on a special inline elements folder
- Using User-TSConfig has the disadvatage that you cannot use Page TS-Config.
I guess most use cases would like to h... - 13:43 Feature #17598: includeCSS & includeJS should look if Ext is loaded
- I got several extensions which don't have any plugin, so there is no other chance than direct TS and it makes no sens...
- 13:26 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- we have to investigate both:
1) in t3lib_tstemplate -> start
2) in t3lib_pageSelect -> storeHash
Both can throw... - 13:03 Feature #17640: new Feature for BrowserCondition
- This was an result of google research of that conditions.
I never used that condition, but evry site of mine has a s... - 09:44 Feature #17640: new Feature for BrowserCondition
- What? Can you give me some examples of that. In my experience we do not need any specific styling for all the other b...
- 00:42 Feature #17640: new Feature for BrowserCondition
- hi Ben,
it's also possible to use this condition
<!--[if opera]>
so a general naming is ok.
Hope that helps... - 12:03 Bug #17633: adding a link for a head-cell in a table doesn't get displayed as link
- In plain cells is the link rendered okay, yes. Even in RTE it is rendered okay.
When I switch in RTE to raw HTML-mo... - 11:55 Bug #17624: can't set TCA field (and therefore db field) to NULL
- in typo3 you also can't set CHAR fields to NULL and the count solution with "where field>0" is no solution if fields ...
- 11:10 Bug #15004: Error on load in some ie 5.5
- No feedback and IE 5.5 isn't supported by the BE anyway.
2007-10-02
- 23:46 Bug #14927: Fileicon-Path is hardcoded and not changeable for the Frontend
- is this fixed now for 4.2? filelinks will be taken care of in 4.2 if i am correct
- 23:41 Feature #17598: includeCSS & includeJS should look if Ext is loaded
- Why would you want to load it like that? It makes no sense to me. The behaviour seems ok to me. You call a file direc...
- 23:39 Bug #17633: adding a link for a head-cell in a table doesn't get displayed as link
- Is the link rendered ok in plain cells <td>? Are you using the RTE here? It sounds like an RTE problem to me.
- 23:34 Feature #17640: new Feature for BrowserCondition
- I would call it "ieCondition" as it only applies to IE. I think I like your solution ;-) It is almost necessary for e...
- 21:56 Bug #17645 (Closed): HTML Area RTE is not loading on some PC's
- I have a TYPO3 website functioning excellent from many different PC's.
However, from one special PC I have problems... - 20:46 Feature #17644 (Rejected): class property for GMENU_LAYERS
- Add a class attribute to layer of GMENU_LAYERS. Otherwise it wouldn't be stylable.
Needs to be mentioned in TS... - 15:57 Bug #17643 (Closed): Sys_log table doesn't keep Switched User real name in the log
- As an admin, if I use the Switch User feature in "Tools->User Admin", the actions looks like they're done by the corr...
- 12:19 Feature #17642 (Closed): Security question.
- Nowadays it is usuall that "forgot password" functionallity is protected by so called "Security questions" like "What...
- 11:50 Bug #17621: Insertion of more than one items by the Element Browser is allowed when it shouldn't
- Anyone want to integrate this to the source code??
- 10:38 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- Hi,
ok the timestamp is way to weak and results in duplicate entrys since its unit is "seconds" so if you fire 2 r... - 10:32 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- i did some further testings: setting the tstamp to time doesnt work. I set tstamp to a random value rand(1,1000000) ...
- 10:14 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- Steffen i thought about the other way round :
$dbFields['tstamp'] = time();
$GLOBALS['TYPO3_DB']->exec_UPDATEquery... - 10:20 Bug #17613: Oracle-SELECT-Error on table "index_phash"
- I think, this happens if the engine has to index a site with some Word (.doc) documents. Whis would mean, that "item_...
- 09:29 Bug #16410: There is no connection to the database!
- Well, it is generally recommended NOT to use persistent connections. The reason is simple: resource leaks. Data is fe...
- 01:09 Bug #16410: There is no connection to the database!
- Hi,
I've had the same problem.
I spent lot of time debugging that error before i could find the reason. It was ...
2007-10-01
- 23:41 Bug #17513: Function addToAllTCAtypes ignores "specificTypesList" if there is just the Type 0 specified
- I see this problem also and the suggested fix seems to work for me.
- 19:11 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- Hi Nikolas, i tried this one:
$GLOBALS['TYPO3_DB']->sql_query("
INSERT INTO cache_hash (hash,content,ident,ts... - 19:06 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- Steffen did you try to include the tstamp field to the update query? i.e. into $dbFields?
- 18:54 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- btw - same error happens sometimes in
t3lib_pageSelect->storeHash
I don't understand that becaus there are 2 quer... - 15:59 Bug #16965: Language HMENU getQueryArguments dont work
- I attached a diff of the suggested changed ...
- 14:51 Bug #17641 (Closed): turkish index_search doesn't work
- as in turkish there is a problem with the "i" - uppercase will be different to other languages.
For that index_searc... - 14:40 Revision d565ca72: Bugfix for: hide empty dynTabs (missing array key broke RTE after hidden Tabs)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2530 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:14 Feature #17640 (Closed): new Feature for BrowserCondition
- this is a tiny feature but IMHO very useful. It allows you to use Browser Conditions for CSS-including.
The syntax...
2007-09-30
- 11:36 Feature #17638: Integrate possibility to show content elements depending on a given rule
- Added a new version:
* added 'fe_users' to getHash in TSFE
* started iconWorks for fe_rules with the file flag 'r',...
2007-09-29
- 18:31 Bug #17639 (Closed): accesskey generation in tslib_menu uses html-tags
- If I create a menu like this:
1 = HMENU
1 {
entryLevel = 0
1 = TMENU
1 {
expAll = 1
NO {
fie... - 15:35 Feature #17638: Integrate possibility to show content elements depending on a given rule
- The applied patch adds a new database table 'fe_rules' (integrate it using your install tool > database analyzer > co...
- 15:29 Feature #17638 (Closed): Integrate possibility to show content elements depending on a given rule
- Perhaps we should start with an example before an abstract:
Imagine, that you're running a TYPO3 site with several d... - 09:42 Bug #17189: Replace DELETE FROM with faster TRUNCATE TABLE
- DELETE FROM cache_pages takes ages comparing to TRUNCATE cache_pages. Obviously it is extremely slower even for InnoD...
- 02:12 Bug #17354: fallback for menus. "content_fallback;1,0" has no affect for page records (e.g. menu)
- Its because the sematic difference
config.sys_language_mode = content_fallback; 1,0
controls the content fallback...
2007-09-28
- 22:11 Bug #17637 (Closed): db_list looses pointer parameter in returnUrl after editing a record
- If I edit a record from a list in List view, and the record was not on the first page of the list (i.e. I browsed to ...
- 17:48 Bug #17636 (Closed): config.prefixLocalAnchors = all destroys links in fe
- This TS Setup config.prefixLocalAnchors = all should replace all links like <a href="#" into <a href="[path-to-url]#"...
- 16:27 Feature #17630: gr_list concept needs to be improved
- We struggle with the same problems on several customer sites. On most we have chosen "custom" search solutions over i...
- 12:30 Revision c78e53fc: Some cleanup
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2529 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:30 Bug #17635 (Closed): subpages l18n_cfg is ignored in JSMENU
- Create a JMENU like
lib.jsmenutest = HMENU
lib.jsmenutest {
1=JSMENU
1 {
menuName = test
levels = 3
... - 10:56 Feature #17617: Integrate possibility in Element Browser to select all files of a folder
- Committed to SVN Trunk (rev. 2528)
- 10:52 Revision 72673561: Added feature #6367: Integrate possibility in Element Browser to select all files of a folder (thanks to fotobuch.de AG for sponsoring)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2528 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:43 Bug #17624: can't set TCA field (and therefore db field) to NULL
- INT-values doesn't support NULL as value. You should switch to CHAR or you use in Count-function "where field>0"
- 09:48 Feature #17634: Remove default CSS
- sorry can someone move this topic into the right section
- 09:46 Feature #17634 (Closed): Remove default CSS
- Similiar to removeDefaultJS removeDefaultCSS just dont include any temporary CSS. This is especially usefull because ...
- 02:48 Bug #17517: newloginbox -> redirect
- folks,
I was looking for the redirect feature and found this forum.
I downloaded the latest from svn and tried it....
2007-09-27
- 22:46 Bug #16965: Language HMENU getQueryArguments dont work
- I would suppose the following fix:
http://t3paste.org/CFgroV
(Search for "*** CHANGE" to see my changes)
fir... - 22:28 Bug #16965: Language HMENU getQueryArguments dont work
- Suggested fix looks ok to me.
- 20:19 Bug #16965: Language HMENU getQueryArguments dont work
- This ws introduced during 4.0 development ....
http://typo3.svn.sourceforge.net/viewvc/typo3?view=rev&revision=125... - 17:23 Bug #17625: sortby with 2 fields will crash on sorting & adding new record
- Hi Georg,
I have the same problem. I can not sort records on my own extensions.
In TYPO3 Version 4.1. it works, b... - 15:40 Bug #17633 (Closed): adding a link for a head-cell in a table doesn't get displayed as link
- While editing I used some head-cells, but in these head-cells I added some hyperlinks to other typo3-pages. These lin...
- 12:45 Feature #17630: gr_list concept needs to be improved
- Hi Michael,
this is really a problem that e.g. for properuser access it has to be done with USER_INT to prevent t... - 11:10 Feature #17630: gr_list concept needs to be improved
- Idea 2: Introduce new flag which indicates if a page needs personalization, authorization (on page level), or none of...
- 10:55 Feature #17630: gr_list concept needs to be improved
- Idea #1: Use "loginMode" flag to disable login information for a whole page.
Drawbacks: No personalized content is... - 10:46 Feature #17630: gr_list concept needs to be improved
- I have no idea how to solve this yet, so I'm just brainstorming for now...
- 10:45 Feature #17630 (Accepted): gr_list concept needs to be improved
- TYPO3 uses the "gr_list" which indicates the groups of which a frontend user is a member of.
This information is u... - 12:07 Bug #17632 (Closed): t3lib_page::getMenu does not check for existance of language overlay
- Function getMenu in t3lib_page class does not check for existence of current language version. This makes shortcut pa...
- 11:34 Bug #16190: requestUpdate does not work on selectboxes (group-fields)
- the uploaded bugfix supplys you with a ext_localconf.php, a XCLASS and a hook-file which have to be integrated into a...
- 11:20 Bug #16190: requestUpdate does not work on selectboxes (group-fields)
- its quite a mess now because i forgot a edit in the first version of the edited file (class.browse_links_edit.php). s...
- 10:56 Bug #16190: requestUpdate does not work on selectboxes (group-fields)
- my Typo3 version is 4.1.0. i have checked the current version of typo3 (4.1.2)
-> the bug has not been fixed so far... - 11:08 Revision d9bec4cf: Added "@var"s to t3lib_TCEmain to simplify debugging with IDEs
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2527 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:04 Revision 70b3d456: Another hanging recordset fixed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2526 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:52 Bug #17631 (Rejected): fileadmin/img fileadmin/data is confusing and should be configurable
- It's difficult to know that those directorys are from tt_products, and I never saw a other extension which creates si...
- 01:27 Feature #17500: Localization of child records
- The attached patch: "irre_Localized_2007-09-27.diff" handles different localization paradigmas like known from Flexfo...
2007-09-26
- 20:12 Bug #17624: can't set TCA field (and therefore db field) to NULL
- the problem is, that you can't set a field (using tca) to NULL
see http://www.nabble.com/TCA---set-field-to-NULL-t44... - 18:38 Bug #17629 (Closed): Incompability with PHP5.2.0 and functions that use compression libraries...
- When trying to install an extension:
Fatal error: Call to undefined function gzfile() in class.em_index.php on line ... - 16:55 Bug #17064: Access custom workspace from live only for admin
- I can confirm this for version 4.1.1
- 13:56 Feature #17628 (Closed): enable param 'noBrowser' in TCA-config ['columns'][fieldname]['config'] / TYPE: "group"
- For a certain configuration I would like to disable the 'browse-file'-Icon and only allow direct file-uploads. Functi...
- 09:38 Revision e2f7f2eb: JavaScript minification is enabled in FE by default (config.minifyJS=1)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2525 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:22 Feature #17378: Hide dotfiles such as .svn in filelists
- @Dmitry:
The patch I wrote is not hiding all .dotfiles but rather those you specify in localconf.php, thus .htaccess... - 09:13 Feature #17378: Hide dotfiles such as .svn in filelists
- .htaccess must be visible or it is -1...
2007-09-25
- 22:26 Feature #17378: Hide dotfiles such as .svn in filelists
- I guess Stefen and Oliver were talking about one thing ... and Sven about another.
Svens aim is to filter out file... - 22:07 Task #17626: JS-function checkSubmit should not use eval
- Hi,
Yes, that's exactly what I had in mind.
I want e.g. to do a check on a specific field and if it doesn't hav... - 17:11 Task #17626: JS-function checkSubmit should not use eval
- Hi,
what do you mean with "abort the submit in your own javascript-code"? Could you please give an example?
We coun... - 17:42 Bug #17624: can't set TCA field (and therefore db field) to NULL
- Klaus could you provide some more details please. Your example is a bit cryptic.
As I understand you'd like to use... - 16:47 Bug #16410: There is no connection to the database!
- I think I found a little cause for this problem:
if your database information contains an underscore (_) T3 won't co... - 12:58 Bug #16410: There is no connection to the database!
- I think it is the permissions that are wrong. I had the same problem - but when i fixed the permissions it worked.
- 16:00 Bug #17343: [TYPO3 V4.0] - Pagecount not correct in indexed_search
- I can confirm this for 4.1.1. Result number of indexed search results decreases on page 2, page 3 ....
- 14:15 Revision 78397740: Fixed bug: Page TSconfig isn't parsed correctly anymore after cleanup in Trunk
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2524 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:29 Bug #17480: TABLE sys_refindex definition not compatible with mysql < 4.1.2
- michael, thanks for the comment.
general ACK; suggest to close the bug (closed/wont be solved), with workaround ment... - 11:26 Feature #17611: Add config of parent record for label_userFunc used on a child record
- Commited to SVN Trunk (rev. 2523)
- 11:25 Revision 410a70e9: Added feature #6359: IRRE - Add config of parent record for label_userFunc used on a child record
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2523 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:11 Revision 104c0299: ChangeLog for rev. 2521
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2522 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:06 Revision ceba75cb: Created new directory for Services_JSON typo3/contrib/json/ and moved file from typo3/contrib/json.php to typo3/contrib/json/json.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2521 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:04 Feature #16180: Add random on listNum
- Nice Feature
maybe this inspires..
http://typo3.org/documentation/document-library/extension-manuals/dam_pages...
2007-09-24
- 21:17 Bug #17479: Alert in FE: "...CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir..."
- Björn, there is some concern that simply ignoring the failure is not a good option.
- 19:04 Bug #15686: Safari doesn't load vertical menu frame alt_menu.php when "Startup in Task Center" is enabled
- Similar problem here. Clearing the FEcache results in empty frame as well as adding any content to a page. Happens wi...
- 18:33 Bug #17627 (Closed): External TypoScripts files will always be cached
- Scenario:
I'm using SweeTS (typo3.area42.de) developing TYPO3 websites with an external typoscript file. I disable t... - 14:18 Bug #14983: Using Index Search on images without having exif enabled results in a fatal error
- Fixed in SVN: trunk and 4.1.
- 14:11 Revision 0a8d8225: Fixed bug #1471: Check if exif functions are available before using them.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2520 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:08 Revision f717d3e9: Fixed bug #1471: Check if exif functions are available before using them.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2519 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:25 Task #17626 (Closed): JS-function checkSubmit should not use eval
- The checkSubmit function in typo3/jsfunc.tbe_editor.js (used in backend forms) is in IMHO not correctly implemented.
... - 12:59 Bug #17625 (Closed): sortby with 2 fields will crash on sorting & adding new record
- It is not possible to sort records of a table in list view anymore if a 2nd sorting field is added in ext_tables.php
... - 12:14 Bug #17624 (Closed): can't set TCA field (and therefore db field) to NULL
- There is no possibility to set a field to NULL (e.g. with checkbox or default option) in the TCA field. This is a maj...
- 12:02 Revision 74900b90: Added JavaScript minification feature (new function t3lib_div::minifyJavaScript)
- Added minification of FE javascripts (including default js and onload handlers) if config.minifyJS is enabled
git-sv... - 11:56 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- I can confirm this with Mandriva 2007.1 Spring x86_64.
- 10:31 Bug #17623: Problem in frontend editing
- Sorry the problem doesn't relate with the TCA but it is a generic problem with this editing mode and relates with:
... - 10:11 Bug #17623 (Closed): Problem in frontend editing
- Hi
When used the frontend editing mode 'Forms on page'
$TCA['tt_content']['columns']['CType']['config']['authMode...
2007-09-23
- 15:47 Revision cb1b8426: Fixed hanging recordset in tslib_cObj
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2517 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:51 Revision ed458007: * (minor) Fixed hanging recordset in t3lib_BEfunc
- * (cleanup) Various code cleanup
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2516 709f56b5-9817-0410-a4d7-...
2007-09-22
- 21:52 Revision 991fb543: - Fixed t3lib_cli that negative numbers (like "-2") is not seen as a parameter
- - New option, $GLOBALS['TYPO3_CONF_VARS']['BE']['flexFormXMLincludeDiffBase'], means that flexforms will allow a new ...
- 17:46 Bug #17480: TABLE sys_refindex definition not compatible with mysql < 4.1.2
- Hmm. For now I would say that this is not worth to be fixed. The error occurs only if multiplyDBfieldSize is used, an...
- 16:51 Bug #17480: TABLE sys_refindex definition not compatible with mysql < 4.1.2
- Experienced the same with mysql 4.0.24 and T3 4.1.2;
temp. solution was to leave out the
KEY lookup_string (ref_t... - 16:51 Feature #17565: German translation for backend login
- Michael Stucki asked me to divide the patch into two ones, one for the language-selector and one for the labels. Thes...
- 11:17 Bug #17479: Alert in FE: "...CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir..."
- @Martin: There already is a bugfix since more than a month which hasn't be added to the repository. Is there any doub...
- 10:15 Feature #15267: t3lib_extMgm::addModule() and sorting of BE-Modules
- The problem of that solution is that it doesn't take account other modules than 'doc', which don't have submodules
H...
2007-09-21
- 20:45 Feature #15324: Clean-up in mailform code: more TypoScript flexibility
- Any news on this subject. The new possibilities are really nice plus all the hard work already seems done. Typo3 4.2 ...
2007-09-20
- 18:49 Bug #17620: Indexed_Search is making mistakes after installation.....
- The log says following:
caller t3lib_DB::admin_query
ERROR Can't create table './d00246ab/index_phash.frm' (er... - 07:17 Bug #17620: Indexed_Search is making mistakes after installation.....
- So, what does the log say? Turn on $TYPO3_CONF_VARS['SYS']['sqlDebug'] to see more details.
This is definitely not... - 17:41 Bug #17622 (Closed): t3lib_tceform & jsfunc.tbe_editor.js: Autocompletion disables saving of input-fields
- This problem was brought to me by an editor, but I can confirm this bug.
If you enable autocompletion in your brow... - 08:50 Bug #17616: db error on saving
- The MySQL message on your system shows, that
a) and old database link was overwritten by another one (persitent)
b)...
2007-09-19
- 23:32 Bug #17616: db error on saving
- Yes, im using more databases and persistant also:
[MySQL]
; Allow or prevent persistent links.
mysql.allow_persi... - 20:43 Bug #17621 (Closed): Insertion of more than one items by the Element Browser is allowed when it shouldn't
- The backend interface allows to select more than one items by the Element Browser for fields that take references to ...
- 19:34 Bug #17620 (Closed): Indexed_Search is making mistakes after installation.....
- I tried to install the indexed_search extension. The installation was successfully. But after this it created error m...
- 17:07 Bug #14135: link wizard fails to remember external links
- I'm using Typo3 4.1.2 and i still have the problem.
We really should solve this bug soon...
It's very old... - 16:52 Bug #17614: Modify class TSpagegen to call it as an object.
- class.tslib_pagegen407.diff - diff file for TYPO3 4.0.7
- 16:37 Bug #17614: Modify class TSpagegen to call it as an object.
- Ok.
Sorry.
pagegen3.diff and class.tslib_pagegen2.diff are corrected diff's. - 16:33 Bug #17614: Modify class TSpagegen to call it as an object.
- class.tslib_pagegen.diff - diff to the class.tslib_pagegen.php on versions 4.2.0alpha1 and 4.1.2 (these two files are...
- 16:23 Bug #17614: Modify class TSpagegen to call it as an object.
- Hi Dmytro, thanks for the patch. Unfortunately you mixed the old with the new version.
The diff-syntax is: "diff -ru... - 16:19 Bug #17614: Modify class TSpagegen to call it as an object.
- pagegen2.diff - unified patch
I am not sure if I did it correctly:
in the command line first file (labeled with ---... - 16:17 Bug #17614: Modify class TSpagegen to call it as an object.
- * Instead of fixing the <base...> tag stuff with that, couldn't you use
I am not sure that there are no extension ... - 00:21 Bug #17614: Modify class TSpagegen to call it as an object.
- Hey Dmytro,
some annotations to your approach:
* Instead of fixing the <base...> tag stuff with that, couldn't ... - 16:19 Feature #17617: Integrate possibility in Element Browser to select all files of a folder
- The attached patch (0006367.patch) integrates this feature.
The file jslib.t3browselinks.js goes to the a new direct... - 14:46 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- This one gets really annoying when using dbal. Will this be fixed in 4.2?
- 14:41 Bug #14838: Indexed search results: Link in "path" section does not include extension variables
- hi there any news on this one?
- 13:34 Bug #16392: Page-TSconfig ###PAGE_TSCONFIG_STR### not evaluated correctly in Backend
- After hours of searching the t3lib classes I think I found the source of the bug:
class.t3lib_transferdata.php, Li... - 12:54 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- Hi,
pls check also minior problem (not blocking), after fix install problem, at :
Install Tool -> 4: Image Proce... - 00:27 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- Hey Sim,
I think (and hope) that this will be fixed with the new installer Thomas Hempel is currently developing. ... - 12:46 Feature #17595: Pages of type "External link" should allow to opened in new tab or window
- You can find the "2nd options list" at the end of your external site configuration (just enable it, after this you se...
- 10:09 Feature #17595: Pages of type "External link" should allow to opened in new tab or window
- Thanks for the hint. I don't understand what you mean by "2nd options list", but I did find the "target" field in php...
- 00:36 Feature #17595: Pages of type "External link" should allow to opened in new tab or window
- Hey,
isn't this implemented already? There is a field in the page properties called "target" (it's on the 2nd opti... - 12:19 Bug #17479: Alert in FE: "...CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir..."
- If you are trying to use CURLOPT_FOLLOWLOCATION and you get this warning:
Warning: curl_setopt() [function.curl-seto... - 10:38 Bug #16603: Fuctions -> Multiple pages creates pages in reverse order (page ids decreasing)
- Besides this part the similar problem is seen here and there such as in pasting records, in importing records from t3...
- 10:05 Bug #17619 (Closed): INSERT-Error on table "index_words" on ORACLE and PostgreSQL
- An error occurs when I try to index external documents like PDF:
Warning: ociexecute() [function.ociexecute]: ORA-00... - 09:52 Bug #17618 (Closed): Form wizards don't work in front end editing mode 'Forms on page'
- Form wizards don't work in front end editing mode 'Forms on page'
Problems relates with TCA setting and the functi...
2007-09-18
- 21:38 Feature #16919: AJAX pagtree update could be used when a new page is created
- Great! Thanks in advance, Benni!
- 21:30 Bug #14146: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- Committed to SVN:
* TYPO3_4-1 (rev. 2513)
* Trunk (rev. 2514) - 20:49 Bug #14146: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- Wow. This is still present in TYPO3 4.2.0-alpha1... ;-)
I finally added the small patch to solve this and to show th... - 21:30 Revision 4fe7a4bf: Fixed bug #65: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2514 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:29 Revision 1f8687e5: Fixed bug #65: Thumbnails in Element Browser are only displayed if fileSuffix is lowercase
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2513 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:11 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- REPLACE query should work fine too :)
- 12:29 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- i patched my system by this lines and it works:
$update_content=$GLOBALS['TYPO3_DB']->quoteStr(serialize($cc),'cac... - 21:01 Feature #17617 (Closed): Integrate possibility in Element Browser to select all files of a folder
- The TYPO3 Element Browser offers the possibility to select individual files and add them to a record. A button like "...
- 20:12 Bug #17616: db error on saving
- Thanks for giving some more feedback. The MySQL message "supplied argument is not a valid MySQL-Link resource" shows ...
- 20:04 Bug #17616: db error on saving
- OK, i did that, ie in the install tool selecting sqlDebug.
but i still dont get any more information than this:
W... - 19:51 Bug #17616: db error on saving
- Please go to your Install Tool of TYPO3, select the "5: All Configuration" section and enable debugging selecting the...
- 18:26 Bug #17616 (Closed): db error on saving
- Whenever i try to save a page, or page content, or template... i get errors like this:
Warning: mysql_query(): sup... - 20:06 Feature #17611: Add config of parent record for label_userFunc used on a child record
- Please see the attached patch.
The configuration and the uid of the parent record are forwared to the user function ... - 15:06 Feature #17611 (Closed): Add config of parent record for label_userFunc used on a child record
- I have to use a label_userFunc with my extension. If I want to render different labels depending on the foreign_field...
- 19:42 Feature #17615: Integrate possibility to override TCA columns depending on the type by another TCA property
- I've added a patch which integrates this feature.
- 18:14 Feature #17615 (Closed): Integrate possibility to override TCA columns depending on the type by another TCA property
- Currently it's possible to override field properties of existing TCA columns by using Page TSconfig. Settings, depend...
- 18:52 Feature #17606: Enable overriding/renaming field labels by Page TSconfig
- I have a "clean" solution for a whole locallang-file...
A documation is in the Extension: maja_labelrename (versio... - 17:31 Bug #17614: Modify class TSpagegen to call it as an object.
- Also need to have patch for
typo3/sysext/cms/tslib/class.tslib_pagegen.php
Will send it later. - 17:25 Bug #17614 (Closed): Modify class TSpagegen to call it as an object.
- Class TSpagegen made in a way that it called statically, with :: from typo3/sysext/cms/tslib/pagegen.php. And also it...
- 16:54 Bug #17613 (Closed): Oracle-SELECT-Error on table "index_phash"
- On such pages I get an error in the dbal-log:
sqlError ORA-01722: invalid number
SELECT count(*) FROM "index_phas... - 15:50 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- ** SOLVED ** by changing in << function isTTF($phpinfo='') >> (typo3/sysext/install/mod/class.tx_install.php)
... - 12:03 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- ** PROBLEM IDENITIFIED !!! **
In: /typo3/sysext/install/mod/class.tx_install.php
This :
$test = @imagettft... - 15:39 Bug #17612 (Rejected): T3D importation
- When we import T3D, the reindexation isn't correctly, the id erase existing indexe.
(issue imported from #M6... - 15:01 Bug #17191: Error when trying to move elements
- after trying to fix the bug #0004160 (Moving content elements in frontent editing mode causes crash) generating the e...
- 14:05 Revision 9c61e5f4: Hide empty dynTabs in tceforms
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2512 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:29 Bug #17605: Authorisation system for BE user and groups has logic conflict
- Thank you, Martin for your answer. I didn't know of this option, I have searched exactly this.
I would suggest tha... - 13:23 Feature #16735: Negative Timestamps
- @Clemens
I don't see how a float will solve any problems (mind the precision), but feel free submit a feature requ... - 11:06 Feature #16735: Negative Timestamps
- Just to say it again clearly and loud enough so everybody can hear it:
The main problem is, that we store datetime... - 12:42 Bug #17526: Password reset sends two messages with different password
- @michael
this might be the problem.
the page has the newlogin-box on the page as well in the template at left borde... - 10:10 Feature #17335: TCEforms: add inline editing of secondary options
- Commited to trunk.
Benni might add some improvements in a separate patch.
Greets and thanks,
Thomas - 10:09 Revision 0d03436e: Feature #5690: TCEforms: add inline editing of secondary options (thanks to Martin Ficzel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2511 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:39 Feature #16445: Option: only show my changes for workspace-view
- I did not look at it yet... First need to finish with realurl updates...
- 02:47 Bug #16603: Fuctions -> Multiple pages creates pages in reverse order (page ids decreasing)
- Hey Aobara,
could you send me the patch in unified context (diff -u ...) and then I'll make sure this'll go in the...
2007-09-17
- 22:07 Feature #17156: Define type of child record
- I agree that this would be a great addition to IRRE.
My scenario is like case #2. I'm currently using a foreign... - 20:19 Bug #17610 (Closed): wrong references between translated content in Workspace and its parent
- 1. goto your own workspace
2. enter new content and make a translation afterwards (using the dropdown language Selec... - 19:31 Feature #16735: Negative Timestamps
- if the integer field is an unsigned integer, it has to be changed. for me it works perfectly.
in my opinion this i... - 19:13 Feature #16735: Negative Timestamps
- @clemesn
There is no solution for PHP4, bus as TYPO3 4.2 will rquire PHP 5.1 I think this note is good news (thoug... - 19:08 Feature #16735: Negative Timestamps
- negative timestamp were not possible with php4, but are with php5. thus TYPO3 limited the input to dates after 1970 v...
- 19:03 Feature #16735: Negative Timestamps
- i didn't recognise it as a win bug since im having a linux server. the javascript cuts down all dates before 1970 wit...
- 18:35 Feature #16735: Negative Timestamps
- OK, the problem with php4 in connection with windows is right, but where did you find the solution for that problem?
... - 18:01 Feature #16735: Negative Timestamps
- didn't realize I set a version dependency, but anyways... +1 for negetive timestamps
- 17:36 Feature #16735: Negative Timestamps
- @clemens
There was a PHP dependency. The docs says that 4.x (on Windows?) had troubles with negative timestamps. B... - 19:10 Feature #17606: Enable overriding/renaming field labels by Page TSconfig
- Hi Oliver!
It would be pretty cool, if you could replace a whole Locallang via PageTS.
In my Extension it works fin... - 15:12 Feature #17606: Enable overriding/renaming field labels by Page TSconfig
- I've created a unified diff for your feature request.
The types section of the TCA has the possibility to set an alt... - 18:34 Revision 04b14607: Fixed bug 5701: linkHandler Hook Not Initialized Properly, patch supplied by Jeff Segars
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2510 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:44 Feature #16554: Workspace DB / filemounts should narrow down the users' mounts
- I would also like to have an option to access user and group home directories.that are automatically mounted in the L...
- 17:40 Feature #16445: Option: only show my changes for workspace-view
- Hi Dmitry!
Is this patch any good? The idea is fine, I think.
- 17:31 Bug #17605: Authorisation system for BE user and groups has logic conflict
- Does the setting of BE[explicitADmode] to 'explicitAllow' in the installer do what you want?
- 17:10 Bug #17339: linkHandler Hook Not Initialized Properly
- fixed in SVN
- 17:08 Revision 4d5acdc0: Fixed bug 5701: linkHandler Hook Not Initialized Properly, patch supplied by Jeff Segars
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2509 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:01 Bug #17088: "Duplicate entry" in cache_pagesection when using frames
- *push*
I need a solution for this issue.
We have a system with replication of 2 MySQL (Master/slave)
Now we run ... - 14:52 Bug #17608: chr(10) after closing php tag
- Maybe it's a idea to NOT using this closing tags in future?
See: http://framework.zend.com/manual/en/coding-standa... - 14:44 Bug #17608: chr(10) after closing php tag
- The atttached patches remove found spaces/newslines after the closing tag "?>" of *.php and *.inc files of the TYPO3_...
- 14:41 Bug #17608: chr(10) after closing php tag
- I can confirm this issue.
- 12:56 Bug #17608 (Closed): chr(10) after closing php tag
- In different files there is a chr(10) after the closing php tag (?>).
Example:
t3lib/class.t3lib_cs.php
t3lib/cl... - 14:44 Bug #17609 (Closed): Translations: Usergroups, Allowed excludefields
- Some translations aren't really precise. In German for example we have the same translation (Seiteninhalt: Rahmen) fo...
- 10:49 Bug #16179: Fatal error with flexform fields in a database.
- Yes same over here solution works.
2007-09-15
- 13:58 Feature #17606: Enable overriding/renaming field labels by Page TSconfig
- The Problem is now solved in the Extension maja_labelrename...
But it would be very useful as property of the core...
2007-09-14
- 22:08 Bug #17607 (Closed): Value is not shown when label is MM field
- Having two tables:
T1 (name, desc)
T2 (name, status, ...)
T2.name is MM to T1.name
In BE if label for T2 is name ... - 18:07 Bug #17178: Extensions with dependencies - datatransfer did not sucseed
- Updated diff to be relative to TYPO3 root.
- 17:59 Bug #17178: Extensions with dependencies - datatransfer did not sucseed
- thx, it works for
+1 for next version, really please! - 15:19 Feature #17606 (Closed): Enable overriding/renaming field labels by Page TSconfig
- You can override Item-Labels with TCEFORM.[table].[field].altLabels.[ID] = New Label
But it is not possible to renam... - 14:32 Bug #17605 (Closed): Authorisation system for BE user and groups has logic conflict
- In the BE user/group form the rights for content types like "TEXT" have to get removed, while the rights for excludef...
- 14:24 Bug #17604 (Closed): Error: The requested page didn't have a proper connection to the tree-root!
- The Error above occurs, if a user opens a link to a page which is secured by login and which has the type "Not in men...
- 14:18 Bug #17603 (Closed): Configuration possiblity in localconf.php for the tables accessed by CONTENT object
- The tables for which the CONTENT object has access should not be static defined. They should be configurable in local...
- 08:54 Feature #14463: Menu doesn't expand if ".special" is set
- I sent a mail to the bugs list on Wednesday in the hope that it would make things move again for this bug...
- 07:44 Bug #17602 (Closed): rtehtmlarea doesn't work in front end editing in the mode "Forms on page"
- Following functionalities don't work in the editing mode "Forms on page"
1) Link too - invalid path information - ...
2007-09-13
- 17:54 Bug #17601 (Closed): Cannot sort MM relational field
- I have two tables:
T1 with fields Fname, Lname.
T2 with field Position, Fname. In T2 Fname is MM to T1.Fname
- In ... - 15:57 Bug #17600: Overriding multilevel UC settings fails
- NOTICE: Now that the feature is working it should of course be added to the TSconfig Documentation. The property was ...
- 15:14 Bug #17600: Overriding multilevel UC settings fails
- How to test:
- enable the admin panel in the TS template
- set these properties for a BE user/group:
setup.ove... - 15:12 Bug #17600: Overriding multilevel UC settings fails
- The attached patch solves the problem by stripping all trailing dots right before the exsting UC is merged with the T...
- 15:06 Bug #17600 (Closed): Overriding multilevel UC settings fails
- It is possible to override UC settings using BE-USER-TSconfig:
# setup.override.disableTabInTextarea = 1
# => wor... - 12:26 Feature #16984: class.t3lib_treeview.php returns hardcoded 'title' from db
- Fixed in issue 4064.
Greets,
Thomas - 12:25 Feature #16477: Navigation title in tree view
- Committed to trunk (revision 2508)
Greets,
Thomas - 12:23 Revision 2b9f0c51: Feature #4064: Navigation title in tree view
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2508 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:01 Bug #17599 (Closed): Frontend preview doesn't work for subpages of hidden and restricted pages
- Say you have the following page structure:...
2007-09-12
- 22:04 Feature #17598 (Closed): includeCSS & includeJS should look if Ext is loaded
- if I include a CSS/JS with
page.includeCSS.file1 = EXT:foo/bla.css then it should get checked if EXT "foo" is loade... - 18:04 Bug #17597 (Closed): Hook for "getSearchWords" checks for a method "getSearchWords" in hook class, but does not use this method.
- In class.tx_indexedsearch.php in the method getSearchWords is a Hook definied called "getSearchWords" (line421).
On... - 18:00 Bug #17577: enableFields() not called in some cases
- By the way, why sometimes Core classes sometimes uses $GLOBALS['TSFE']->sys_page->where_hid_del and $GLOBALS['TSFE']-...
- 14:19 Bug #15951: clickmenu on pagetree icons does not work
- I still have the problem on a typo3 4.1.2 installation on a linux server w/ apache. client is firefox 2.0.0.6 on win ...
- 13:59 Bug #17596: Unable to use < or <= in where clauses with a foreign_table_where tag in a flexform config
- Oliver,
Yes, that essentially solves the problem. I'm not sure whether something could be done about it but perhap... - 13:52 Bug #17596: Unable to use < or <= in where clauses with a foreign_table_where tag in a flexform config
- Andrew, what happens when you replace < with < ?
- 13:41 Bug #17596: Unable to use < or <= in where clauses with a foreign_table_where tag in a flexform config
- I should add that the line 17 is just copied from my example, with field name substituted. The line number will refer...
- 13:24 Bug #17596 (Closed): Unable to use < or <= in where clauses with a foreign_table_where tag in a flexform config
- In a foreign_table_where tag, trying to do something like:
<foreign_table_where> AND some_field<10</foreign_table_... - 11:57 Feature #17595 (Closed): Pages of type "External link" should allow to opened in new tab or window
- It is generally considered good practice to open external links in a new tab (or a new window). However, there does n...
- 11:44 Bug #17374: Combination mode doesn't save new child records correctly
- I changed the extension which i described above to simple 1:n relations. Now the error comes from time to time when s...
- 10:52 Bug #17594 (Closed): browse_links and other popups don't work, when in Admin Panel "Editforms on-page" is checked
- If you use Frontend Editing and you check "Editforms on-page:" in the Admin Panel you won't be able to use several mo...
- 09:07 Bug #17517: newloginbox -> redirect
- As it is not very nice to have to look in the sourcecode for some documentation I post here a mini-doc for you may st...
2007-09-11
- 22:24 Bug #17517: newloginbox -> redirect
- A first version of a redirection-framework has just been submitted to svn. Tomorrow there should be a t3x-snapshot at...
- 19:00 Feature #16735: Negative Timestamps
- @ingo
In my Opinion is there no php version dependency???
Just a javascript, and probably a mysql problem (2nd ... - 14:39 Feature #16735: Negative Timestamps
- please provide a patch if you mark the report as having one
- 17:21 Feature #15762: Create multiple content items at the same time
- Try to use more than one table with alt_doc.php:
typo3/alt_doc.php?edit[<table>][<page_id>]=new&defVals[<table>][<... - 13:51 Feature #15762: Create multiple content items at the same time
- will close this old report in one week from now if nobody objects , because of Masi's arguments which I agree to
- 16:38 Bug #17539: OCI_INVALID_HANDLE
- Another error now when I try to index external documents like PDF:
Warning: ociexecute() [function.ociexecute]: ORA-... - 16:11 Bug #17539: OCI_INVALID_HANDLE
- Now I also get this error when I insert a new content element:
Warning: ociexecute() [function.ociexecute]: ORA-0170... - 15:24 Bug #17539: OCI_INVALID_HANDLE
- Where can I get the SVN version?
I think, the error occurs, if I visit a page the first time. So can it be because... - 16:31 Revision fbe4fd38: fixed typo
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2507 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:31 Feature #16444: Add fields cruser_id and crdate to table tt_content.
- fixed in SVN
- 16:30 Revision 7e906716: added fields crdate and cruser_id to tt_content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2506 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:10 Feature #17436: Notify user where required elements are nested in IRRE or Tabs
- I used this patch and added an other feature.
Required-field should be conditional with checkbox-field.
See Bug: 00... - 16:03 Bug #17580: Active in template::getDynTabMenu() does not work
- Solved in Bug:
0006173 - 16:01 Feature #17542: Conditional Requirment for Fields in BE-Forms
- After some work, I have found a solution for this problem.
I have added some documentation in the ReadmeFirst.txt
... - 15:39 Bug #14927: Fileicon-Path is hardcoded and not changeable for the Frontend
- +1 for fix
- 14:58 Feature #17488: romanian language flag
- fixed in SVN
- 14:57 Revision a7a16862: added romanian flag
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2505 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:09 Bug #16141: JS error on IE 5.5 for Dynamic tab and module HighLight
- IE5.x not supported
- 14:04 Feature #16062: make FE user's password an Exclude-field
- can't be changed as it's a required field....
- 14:00 Bug #16023: be_groups.db_mountpoints is very short (40), so not enough Chars for selecting Mountpoints
- fixed somewhen before 4.2
- 13:58 Bug #15976: included mail-form
- not enough information
- 10:15 Revision 5a5f6ce4: readability increased
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2504 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-09-10
- 22:17 Revision 6359f50b: Remove unnecessary foreach-indexes from trimExpode()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2503 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:13 Revision 77849c7b: Beautify trimExpode()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2502 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:30 Bug #16694: Extension manager fails in a postgres environment with multiple schema's and tables.
- Our Setup:
TYPO3 Version 4.1.2
On Debian Etch.
Postgres 8.1 on another Host running Ubuntu.
The Ext Manager is no... - 17:15 Bug #16694: Extension manager fails in a postgres environment with multiple schema's and tables.
- I know . . .
I need to set up my test site here @ work on top of postgres, maybe I can dig up some more bugs.
I... - 17:09 Bug #16694: Extension manager fails in a postgres environment with multiple schema's and tables.
- We experience this bug too.
It seems that nobody has really tested dbal somehow...
yuks..
Olivier - 17:13 Bug #17452: Resolving external URLs
- This will break web site statistics. Typo3 first loads shortcut page and than redirects to external page. This makes ...
- 16:35 Bug #17591: <base> tag produces text selection problems in IE6
- See: CSS-bugs with IE 6 http://drupal.org/node/44934...
- 15:24 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- Also another old installation now have problem in : http://site/typo3/install/
After login, only this menu working... - 12:29 Bug #17593: Install tool loops with PHP 5.2.4 and Apache 2.0.59
- Some time, after some minutes, Typo3 Install show:
-------------------
Database Error
No database selected
... - 11:40 Bug #17593 (Closed): Install tool loops with PHP 5.2.4 and Apache 2.0.59
- Hi!
After recently server update (Trustix 2.0 as Distro), it is impossible to install typo3, the install tool seems ... - 15:09 Revision 94d06ee0: Fix problem with new t3lib_div::trimExplode()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2501 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:19 Bug #17535: index.php assumes current working directory to be PATH_site
- The fix from php-cvs works for me. Anybody who hits the problem should just apply http://cvs.php.net/viewcvs.cgi/php-...
- 13:20 Bug #17535: index.php assumes current working directory to be PATH_site
- The php bug has been fixed in svn (see http://bugs.php.net/bug.php?id=40419 ). Perhaps someone can give it a try.
- 11:23 Bug #17535: index.php assumes current working directory to be PATH_site
- As I posted on the list, the php.ini setting doesn't work for me running php as fastcgi. The fix seems to be the only...
- 11:17 Bug #17535: index.php assumes current working directory to be PATH_site
- So Chrstian says that you can work around the issue while Björn prefers the fix. What should we do?
- 12:12 Bug #16894: Typo3 doesn'f make a new version of page by cut,move,move-down,move-up by content-elements
- Moving in workspaces is not possible with versions below TYPO3 4.2
- 11:06 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
- Sorry, just changed my mind! ;-) Of course the feature does already exist, I just didn't find it because the term "di...
- 11:04 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
- Yes, but then it's just a new configuration feature which is not at all related with versioning. So maybe someone sho...
- 10:47 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
- Hi Michael, good news :)
But:
Not showing the versioning button in clickmenu, when the user hasn't access to it... - 10:25 Bug #17592: Typolink (internal links) in Multidomain environment with realurl doesn´t read config.baseURL
- This is related to #3491 #6050 #165 #1868
- 00:49 Bug #17592 (Closed): Typolink (internal links) in Multidomain environment with realurl doesn´t read config.baseURL
- Typolink (internal links) in Multidomain environment with realurl doesn´t read config.baseURL in that tree line for c...
2007-09-09
- 20:05 Bug #17366: Parse error: syntax error, unexpected T_STRING in newloginbox/locallang.xml on line 1
- As far as I've understood Ingmar, the xml-lang-support for the frontend-plugins requires at least Typo3 4.0. Therefor...
- 19:51 Bug #16830: Comment in TYPOSCRIPT can prevent T3 from rendering template
- will this bug get fixed?
- 19:34 Bug #17511: newloginbox is missing sql
- This is a duplicate of bug id 4208. It is not really a bug, for more information see:
http://bugs.typo3.org/view.php... - 19:11 Bug #17591: <base> tag produces text selection problems in IE6
- Nope. Closing tag means exactly what you propose: </base>. But <base ... /> is allowed. See here: http://www.w3.org/T...
- 10:14 Bug #17591: <base> tag produces text selection problems in IE6
- Then Typo3 currently violates exactly this rule.
It generates the base tag as <base /> which means that the base tag... - 07:07 Bug #17591: <base> tag produces text selection problems in IE6
- Request declined because it violates HTML specification, namely part 12.4, which says:...
- 18:48 Bug #17582: typolinkLinkHandler does not work
- While you technically may be right in picking on me for swearing, you fail to see that I didn't intend to insult anyo...
- 17:33 Bug #17582: typolinkLinkHandler does not work
- Wolfgang, you are an idiot.
Everything you write here may be true, though I dout it as I can search the bugtracker... - 02:54 Bug #17582: typolinkLinkHandler does not work
- your bug tracker sucks. it won't let me mark that bug 'has patch', altough it has. and it is "search" not "view", it ...
- 18:17 Bug #16992: Missing French messages
- newloginbox 3.1.0 released
- 18:17 Bug #16957: ampersand in url
- newloginbox 3.1.0 released
- 18:15 Feature #16651: add showPermaLink config also via typoscript
- newloginbox 3.1.0 released
- 17:02 Revision 4dadf298: Require PHP 5.1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2500 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:42 Revision f6b1381b: Require PHP 4.3 explicitely in init.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2499 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-09-08
- 21:24 Feature #17564: RFC: Extended BE Module "Web/Permissions"
- Hey Andreas,
as I told you, the only concern for me is the error handling. But let me see what I can do (I'm worki... - 20:59 Bug #17591 (Closed): <base> tag produces text selection problems in IE6
- The usage of the short form of the <base> tag causes text selection errors in IE6 if the layout uses floated elements...
- 14:30 Bug #17535: index.php assumes current working directory to be PATH_site
- Here is the code:
if (version_compare(PHP_VERSION, '5.2', '>') && ini_get('cgi.fix_pathinfo') == '1')
chdir(PATH... - 14:29 Bug #17233: t3lib_htmlmail should have empty default values
- Patch looks good: +1
Go ahead, Ingo! ;-)
2007-09-07
- 23:45 Bug #17535: index.php assumes current working directory to be PATH_site
- Really too lazy to dig through the whole Typo3/TS/TemplaVoila code, I'm now using the simplest workaround: Don't use ...
- 23:06 Bug #17535: index.php assumes current working directory to be PATH_site
- Dmitry (Zend) asked me to open a php bug, so I filed http://bugs.php.net/bug.php?id=42587
Until now I didn't manag... - 16:19 Bug #17535: index.php assumes current working directory to be PATH_site
- Agreed. Who's gonna update the patch?
- 15:47 Bug #17535: index.php assumes current working directory to be PATH_site
- What about only doing the chdir(PATH_site) only for the specific PHP versions affected:
Pseudo code:
if(php versi... - 18:56 Bug #17233: t3lib_htmlmail should have empty default values
- in the core, please
regareds,
martin - 17:13 Bug #17590 (Closed): Notification email labels are hardcoded in class.t3lib_tcemain.php
- See Function "notifyStageChange" in the class
(issue imported from #M6298) - 17:11 Revision dd6b081c: add comments to trimExplode
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2498 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:25 Revision 05da99e9: Added Galician language to TYPO3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2497 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:15 Revision c362c12c: Tagging TYPO3 4.2.0alpha1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-2-0alpha1@2496 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:14 Revision 117a0a80: Release of TYPO3 4.2.0alpha1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2495 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:11 Revision 85711af0: Fixing uninitialized variable in class.tx_cssstyledcontent_pi1.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2494 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:48 Feature #16251: Disable "versioning"-menuitem via contextMenu.[key].disableItems in User TSconfig
- Thorsten has committed a fix for this now (committed to TYPO3_4-0, TYPO3_4-1, Trunk).
The versioning module is no lo... - 12:19 Revision a4cfdbf3: Initializing some previously undeclared variables.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2493 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:15 Bug #17589 (Closed): Site error from a sysfolder with fe_users
- If the amount of fe_users in a sysfolder is more than ~ 380, the Site function in firefox shows this ->
/*-1); th... - 11:57 Feature #17503: BE should check Mysql charset settings
- blobToText works
- 11:29 Revision 827cec16: Bugfix: Highlight root page in pagetree
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2492 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:21 Revision 2b37377f: * Added .php6 and .php7 as denied file extensions in config_default.php to be future proof
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2491 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:20 Revision 31f32738: Bugfix: Highlight root page in pagetree
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2490 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-09-06
- 23:50 Bug #17535: index.php assumes current working directory to be PATH_site
- Reopening this bug to make it possible to add more comments on this.
- 01:03 Bug #17535: index.php assumes current working directory to be PATH_site
- Thanks to Peter for providing a workaround. However, I'm not sure if this could have any side effects. And even if no...
- 21:57 Bug #17588: Safari loses login too fast in Backend
- Sorry, forgot some information:
TYPO3 4.1.2 on Suse 9.3 and Debian 3.whatsoever
Safari 2.0.4
MacOS 10.4.10
Ye... - 21:56 Bug #17588 (Closed): Safari loses login too fast in Backend
- I recognized on different TYPO3 installations, that I'm logged out of backend after a few seconds if I don't do a thi...
- 17:34 Bug #17584: 4.2trunk: ALTER TABLE fe_users DROP KEY pid
- A very similar bug in the Extension Manager:
I have imported the whole database from another site. The tables are al... - 15:00 Bug #17374: Combination mode doesn't save new child records correctly
- I keep running into this problem, getting the following message at exact the same point again and again (1: Attempt t...
- 14:27 Feature #17112: Add file operation permissions for back-end user groups
- some news about it? i think this is a must with a large number of BE users, too.
- 13:42 Bug #17583: maxitems influences visibility of "Create new" link if set to "maxitem => 1"
- I have now uploaded the extension.
We have circumvented the problem in upgrading PHP to 5.2.4. Since then, this pa... - 12:26 Bug #17587 (Closed): Searching for extensions does not work as expected.
- try searching: flash
the result list doesn't display "Flash Video Player" (flvplayer)
you can find it only if you... - 12:11 Feature #17586 (Closed): Featurerequest: config.inlineStyle2TempFile.media
- It would be nice to have an "string / stdWrap" for config.inlineStyle2TempFile which enables the user to set a media-...
- 01:08 Bug #17449: Clearing cache renders content incorrectly/incompletely
- Hi Peter,
| I was using UTF-8 for everything except for rendering the page.
would it be an option to use it ev... - 00:52 Bug #17072: DBAL/PostgreSQL: SQL parse error in "Who is online" BE list
- patch fixes the issue in be module for mysql
2007-09-05
- 22:58 Bug #17535: index.php assumes current working directory to be PATH_site
- The link to the PHP bug:
http://bugs.php.net/bug.php?id=40419
The C-patch shows that it only happens if cgi.fix_p... - 18:13 Bug #17583: maxitems influences visibility of "Create new" link if set to "maxitem => 1"
- Could you please attach your extension? I'm going to test and try to reproduce this concerning your configuration.
- 12:26 Bug #17583 (Closed): maxitems influences visibility of "Create new" link if set to "maxitem => 1"
- I configured the TCA for n:m relations and displaying both selector and "Create new"-Links.
"brand" => Array (
... - 15:32 Bug #17585 (Closed): tslib_cObj->editIcons does not check rights
- The editIcons are displayed even if the user can't edit the record's table (not selected in the tables_modify be_grou...
- 13:34 Bug #17584: 4.2trunk: ALTER TABLE fe_users DROP KEY pid
- If you have tt_products installed, then the install tool also suggest this.
ALTER TABLE sys_products_orders DROP K... - 13:31 Bug #17584 (Closed): 4.2trunk: ALTER TABLE fe_users DROP KEY pid
- This is with current SVN trunk. I have made an update starting from TYPO3 4.1.
The install tool suggests me to dro... - 12:12 Revision 56fd5823: * Disable versioning in clickMenu if BE user doesn't have access to the versioning module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2489 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:12 Revision 8784fe0b: * Disable versioning in clickMenu if BE user doesn't have access to the versioning module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2489 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:12 Revision edc13275: * Disable versioning in clickMenu if BE user doesn't have access to the versioning module
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2489 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:50 Bug #16526: Moving content elements in frontent editing mode causes crash
- The bug is now fixed in SVN (branches TYPO3_4-0, TYPO3_4-1 and trunk).
- 11:49 Revision 8f5fb767: * Fixed bug #4160: Moving content elements in frontent editing mode causes crash
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2488 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:49 Revision 302ae54a: * Fixed bug #4160: Moving content elements in frontent editing mode causes crash
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-1@2488 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:49 Revision 9f8a5444: * Fixed bug #4160: Moving content elements in frontent editing mode causes crash
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2488 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:26 Bug #17449: Clearing cache renders content incorrectly/incompletely
- The problem appears to be related to character sets and the conversion of data from lowercase to uppercase and back a...
- 09:44 Bug #15834: t3lib_div::trimExplode() is heavily called and can be optimized => nearly 1% improvement in fronEnd (both cached and uncached)
- Version from comment #14928 has been commited to SVN.
- 09:42 Revision 2a40a485: Feature #2883: improve t3lib_div::trimExplode()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2487 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:53 Revision ec3d2d75: Added Georgian language to TYPO3
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2486 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:24 Bug #17582: typolinkLinkHandler does not work
- ok, it seems like substitution keys are only for uncacheable stuff
i have no clue how to fix that bug anymore
stdWr... - 04:14 Bug #17582: typolinkLinkHandler does not work
- In order to load the linkHandler-class as specified in TSref in the typolink-section, you also have to patch the load...
- 02:44 Bug #17582 (Closed): typolinkLinkHandler does not work
- (tested with typo3-4.1.1)
I don't know if this has already been reported, because you cannot search the goddamn bugt...
2007-09-04
- 22:26 Bug #17494: switch to User does not Work in List Modul
- happens also in 4.1.1
- 16:59 Feature #16323: Implement file_reference for TCA "group" type. Files can be referenced instead of copied to upload folder
- +1
- 16:25 Bug #17581 (Closed): Crop-Scaling the same image with different dimensions might produce wrong files
- If the same image needs to be generated more than once with different crop-scale configurations, it might occur that ...
- 16:12 Bug #17580 (Closed): Active in template::getDynTabMenu() does not work
- ..because "$isActive = strcmp($def['content'],'');" is never true because "$def['content']" is never empty.
... - 14:59 Feature #17579 (Closed): Change config.uniqueLinkVars to 1
- It would be nice if config.uniqueLinkVars to 1would be changed to 1 by default because 0 just makes no sense, hasn't...
- 14:50 Feature #17578 (Closed): Newline for Tabs with divs2tabs
- I would be nice to decide, where the newline of the Tab-Menü (template.php->getDynTabMenu()) starts. The 'newRowCharL...
- 10:52 Bug #17577 (Closed): enableFields() not called in some cases
- I discovered this bug using the "addEnableColumns" hook on "pages" table.
In some cases custom filters are not appli... - 09:46 Revision cd83376c: Added a hook to TCEforms to enable custom evaluations for input fields
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2485 709f56b5-9817-0410-a4d7-c38de5d9e867
Also available in: Atom