Activity
From 2007-01-28 to 2007-02-26
2007-02-26
- 21:53 Bug #17043 (Closed): Hook processDatamap_afterDatabaseOperations bug with inline relations?
- i am using the hook processDatamap_afterDatabaseOperations to process a field in a custom table, where i have an inli...
- 21:16 Bug #16922: Error when installing sr_feuser_register
- You can correct this problem when you make the following entries in the
class.t3lib_install.php on line 392
if (is_... - 20:56 Bug #16922: Error when installing sr_feuser_register
- I have the same problem. This also happens when you go into details or when you try to download it via the disk-icon ...
- 21:04 Bug #15133: Date/time field changes its value
- Ok, since this issue has a high priority to me, I tried to develop a patch (*_timezone.txt) against the svn TYPO3core...
- 19:01 Bug #17042: Tools->User Admin-> List users online is broken
- Thanks Steffen! I've uploaded a new patch that fixes some other oddities:
* removed the "u" (as already done by Stef... - 18:43 Bug #17042: Tools->User Admin-> List users online is broken
- Appended patch fixes the issue.
- 17:53 Bug #17042 (Closed): Tools->User Admin-> List users online is broken
- Tools->User Admin-> List users online in the The Backend User Administration is broken.
I don't get information ab... - 17:23 Bug #17041: Module Web>Info>Log: ID of BE user is displayed instead of its username
- Thanks for pointing this out. The attached patch resembles the change you suggested.
- 14:55 Bug #17041 (Closed): Module Web>Info>Log: ID of BE user is displayed instead of its username
- have an look at
web -> info -> log: "Admin Changelog"
the username will be shown as
4@LIVE
instead of
martinhol... - 16:00 Bug #17022: MP3 icon maps to wav.gif
- And I noticed that the whole mapping concept is not ideal.
Who needs icons to see which extension a file has? Bet... - 15:52 Bug #16236: permissions of versioned pages are not changed in draft workspace
- With this patch only the pages with versions in the current workspace are affect (but no pages in the LIVE workspace)...
- 14:39 Revision ef79f337: Better fix for bug #5032: [LocalLang: 0?]DEF is sometimes displayed for content elements
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2153 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:01 Bug #17036: Still 250000 bytes maximum size is hardcoded for mailform attachments
- please make it with a variable, e.g.
$TYPO3_CONF_VARS['FE']['maxMailAttachmentSize']=250000;
So everyone can co... - 01:58 Feature #17037: Better Shortcut for pages
- [edit]: Where do I have my head? patch3 has still a small bug. Time for a fourth version...
One more addition: Ha...
2007-02-25
- 21:26 Bug #17038: Spam in indexed search tables (index_stat_word and index_stat_search)
- This is not a bug. But maybe you might find the extension timtab_badbehavior helpful...
- 09:20 Bug #17038 (Closed): Spam in indexed search tables (index_stat_word and index_stat_search)
- Our System has every day spam-attacks in the indexed_search engine - i think it's guestbook spamming... the two table...
- 17:59 Bug #16870: Garbage characters displayed in flexform field labels
- After I applied the patch I still had some wrong encoded umlauts in section form elements. I fixed that. See patchfil...
- 15:03 Bug #17040: TSconfig mod.web_list.allowedNewTables used in t3lib_TCEforms_inline
- The file 0005069.patch solves this issue (0005069_nows.patch is the same but without whitespace changes).
- 15:01 Bug #17040 (Closed): TSconfig mod.web_list.allowedNewTables used in t3lib_TCEforms_inline
- The TSconfig property mod.web_list.allowedNewTables is accidently used for IRRE to determine if a record link is allo...
- 14:55 Feature #17039: Integrate mod.web_list.deniedNewTables as opposite of allowedNewTables
- The attached patch 0005068.patch allows to defined the following TSconfig:
mod.web_list {
deniedNewTables = tx_my... - 13:27 Feature #17039 (Closed): Integrate mod.web_list.deniedNewTables as opposite of allowedNewTables
- TSconfig mod.web_list.allowedNewTables allows to define a set of tables which are allowed as new records on a page. m...
- 11:12 Revision 2c2b0949: Fixed bug: List all fe_groups in page icon tooltip (patch by Michael Stucki)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2152 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:08 Revision f938c33c: Fixed bug #5055: SQL problem with reviewstate in EM (thanks to Franz-Xaver Koch)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2151 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:08 Bug #17029: SQL-Error on MySQL4
- Committed to Trunk.
- 04:30 Feature #17037: Better Shortcut for pages
- To true, thank you Martin; haven't thought about that.
Maybe the patch might be of use for someone (like me atm) w... - 01:55 Bug #17036: Still 250000 bytes maximum size is hardcoded for mailform attachments
- sounds good to me.
So a) would be the must have and b) the nice to have
;-)
2007-02-24
- 23:05 Bug #17020: class.tx_impexp.php wants 256m memory_limit
- As impexp works on quite a large dataset it will always use up memory on a grand scale even if you can improve the im...
- 22:46 Feature #17037: Better Shortcut for pages
- Warning: when using workspaces your content element may change their id. SO until that problem is solved this nice fe...
- 22:08 Feature #17037 (Closed): Better Shortcut for pages
- This issue is already well known and already scheduled/listed for maybe being merged into the core: http://wiki.typo3...
- 22:44 Bug #17036: Still 250000 bytes maximum size is hardcoded for mailform attachments
- You cannot set a vonfig for a t3lib-thingy per TS directly, but there could a) be a global default (localconf.php/ins...
- 17:53 Bug #17036: Still 250000 bytes maximum size is hardcoded for mailform attachments
- +1 for having a higher default value and making this configurable globally and/or with TSconfig.
- 17:49 Bug #17036 (Closed): Still 250000 bytes maximum size is hardcoded for mailform attachments
- People using the integrated mailform functions can't create forms, where users would be able to send attachments larg...
- 20:35 Revision 7a2d7f9a: Fix for bug fix #2677: Highlighting of current page in workspaces was not de-highlighting previous one
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2150 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:39 Feature #16338: hardcoded limit for mailform attachment
- IMHO this is not just a "nice to have" but a "must have", since it's impossible now to create mailforms where the use...
- 17:31 Feature #17035 (Rejected): Approach and patch for removing all inline JavaScript
- Installations with extensive GMENUs and rollover effects will still have major parts of JavaScript within the HTML so...
- 17:26 Bug #17018: $GLOBALS['TBE_STYLES']['loginBoxImage_rotationFolder'] = 'path/'; is not included
- Do you get any errors or are there just no images displayed?
Where is the path you're referring to? Is it inside you... - 17:09 Bug #17029: SQL-Error on MySQL4
- Can confirm it. And the patch works.
- 13:46 Bug #17029: SQL-Error on MySQL4
- Thanks for tracking this down, it's definitely a blocker and your fix solved it for me.
sudara - 12:51 Bug #17029: SQL-Error on MySQL4
- thanks for creating the patch
- 12:33 Bug #17029: SQL-Error on MySQL4
- The attached patch should solve this problem.
- 17:08 Bug #17017: $TBE_STYLES['inDocStyles_TBEstyle'] = ' .. style'; is not include in BE_Login
- What do you expect on using the CSS definition ".. style"?!
- 16:07 Bug #17027: GMENU imgNameNotRandom doesn't work with special=language
- You're right. A RFC was sent to the core developer list.
- 16:04 Bug #17027: GMENU imgNameNotRandom doesn't work with special=language
- Thank You for the patches, Oliver.
"[...] thus imgNamePrefix has to be used additonally. [...]"
Just commenting... - 14:07 Bug #17027: GMENU imgNameNotRandom doesn't work with special=language
- I just added two patch versions for the 4.1 and 4.0 branch.
- 13:37 Bug #17027: GMENU imgNameNotRandom doesn't work with special=language
- I can confirm this issue.
If you have two items on the same page linking to the same page-id, the rollover won't wor... - 15:24 Bug #17023: JSMENU produces error if using baseurls
- Your patch fixed the problem. Thanks!
However, I added a new patch with some cleaning in the affected JavaScript par... - 12:34 Bug #17033: Unabble to install extentions
- Please have a look to the patch at bug-id #17029. I think this could also solve your problem.
2007-02-23
- 18:29 Bug #17027: GMENU imgNameNotRandom doesn't work with special=language
- Addendum: The described problem is also an issue with TMENU and beforeImg/beforeROimg set.
Please use class.tslib_... - 16:38 Bug #17028: Install Tool always logs mit out
- Closed on request.
- 09:24 Bug #17028: Install Tool always logs mit out
- The cookies could not be set due to a partly code listing of typo3conf/localconf.php in the top of the install tool o...
- 08:24 Bug #17028: Install Tool always logs mit out
- Here is the whole error message. I have also added a line return "0" at the beginning of the function isPNG(), but th...
- 08:03 Bug #17028 (Closed): Install Tool always logs mit out
- After successfull login with the changed install tool password, the install tool always logs me out again as soon as ...
- 16:07 Bug #17034 (Closed): Message in Web > List isn't localized
- The message "(There are %s reference(s) to this record!)" in typo3/class.db_list_extra.inc on line 946 isn't localize...
- 15:44 Bug #17033: Unabble to install extentions
- Sorry Manually Upload does work, my fault.
- 15:24 Bug #17033 (Closed): Unabble to install extentions
- Trying to install an extention in RC2 on Hosteeurope ends up in
The datatransfer did not succeed. Error: MD5 hash ... - 14:34 Feature #15640: search word also in title and descriptions
- No this has not yet been applied!
- 14:30 Feature #17032 (Closed): improve text mode of RTE
- IS:
RTE in Text mode is Arial 8px very bad for reading and finding errors in HTML like ' " or l (lower L) or pipe |
... - 13:24 Bug #17031 (Closed): Multi-language website title
- Website title is currently fetched from template only, preventing multi-language website title.
If 'website title'... - 13:17 Feature #17030: Integrate config.pageTitleSeparator
- Should be fixed for ver 4.1.
- 13:03 Feature #17030 (Closed): Integrate config.pageTitleSeparator
- When using config.pageTitleFirst, the title separator ": " is not natural. Title looks like "Page: Site name".
Typ... - 12:03 Bug #17029 (Closed): SQL-Error on MySQL4
- When the flag 'Enable extensions without review (basic security check)' is activated there are no search results in t...
- 10:28 Bug #16933: 0004438 revisided (broken anchor links)+quick fix
- What exacly is this setup? The behaviour in 4.0x is expected to have all anchors prefixed with a "c" (else it won't b...
- 10:15 Bug #16483: browser cache problems when changing RTE css
- I usually manually rename the file when I change it (contentRTEv20.css) and modify the setting in PageTS so that the ...
2007-02-22
- 20:26 Bug #16933: 0004438 revisided (broken anchor links)+quick fix
- Also applies to 4.0.5 and should really be fixed
- 18:53 Bug #17027 (Closed): GMENU imgNameNotRandom doesn't work with special=language
- The title tells it all.
The reason for this behaviour is that a menu using imgNameNotRandom relies on the page ids... - 17:13 Feature #17024: request for configurability of pagetree view in web->page module
- This is a must-have option needed in real-life situation. I never understood the "limitation" anyway.
- 08:48 Feature #17024: request for configurability of pagetree view in web->page module
- second patch uses userTS to configure which pages are shown.
- 16:16 Bug #16966: CSV export stop exporting a field when there is a linebreak
- Let's not mix two separate issues into one bug report (or one patch): If there are problems because $row is not check...
- 08:10 Bug #16966: CSV export stop exporting a field when there is a linebreak
- Hi,
patch look sgood so far. Wouldn't it a good idea to add a check if $row is really an array? I'm not sure if this... - 15:24 Bug #17026 (Closed): invalid ###ACTION_URL###
- mark ###ACTION_URL### is not valid in w3c html validator
<form action="index.php?id=6&L=0" method="post" name="tx_in... - 13:30 Bug #16166: Publishing a record breaks dam_ttcontent-relations
- This problem is not fixed in the latest DAM-snapshots, and another problem has arisen: When adding DAM-elements to a ...
- 02:43 Feature #17021: Add autocomplete="off" to BE login
- AFAIK the password-fields are not used for auto-completion, or am I wrong? But this would surely be useful for fields...
- 02:30 Feature #16942: provide new inputfield "directorypicker" in BE
- Well, I have made a solution and attached a diff-file. It has not been tested extensively so far, but it should work....
- 01:28 Bug #17022: MP3 icon maps to wav.gif
- Peter also noted that other media file types are also missing, such as:
MP4, FLV, WMA, WMV - 01:26 Bug #17022: MP3 icon maps to wav.gif
- Thanks to Peter Klein for this interim fix...
Place your own mp3.gif file in typo3/gfx/fileicons/ (see gif file a...
2007-02-21
- 21:32 Bug #17025 (Closed): Video Not available
- Hi
Why is it not posible to se or download the videos on typo3.org?
Every time I click on the video links, noth... - 20:09 Bug #17023: JSMENU produces error if using baseurls
- lib.pulldownNav = HMENU
lib.pulldownNav {
special = directory
special.value = 86
1=JSMENU
1 {
levels = 3
... - 19:37 Bug #17023: JSMENU produces error if using baseurls
- Could you please provide a small portion of TypoScript to reproduce and test this on your patch? Thanks!
- 17:36 Bug #17023 (Closed): JSMENU produces error if using baseurls
- The JSMENU does not work with baseurls set i.e. in realURL enviroments
The reasons for this:
1. Array property fo... - 18:58 Feature #17024 (Closed): request for configurability of pagetree view in web->page module
- Add support for configuration of which pages are shown in the page tree of the web->page module, i.e. only show edita...
- 17:25 Revision 6b16b54a: Release of TYPO3 4.0.5
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2149 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:22 Revision 5a320d86: Release of TYPO3 4.1RC2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2148 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:51 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- There is no option to add an external URL for an alternative language using 4.0.4.
- 15:19 Bug #17022 (Closed): MP3 icon maps to wav.gif
- -- t3lib/stddb/tables.php maps the MP3 file type to wav.gif
-- mp3.gif is missing from typo3/gfx/fileicons/
It's... - 14:35 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- No, it is not better. Fix must not introduce new errors. This is a general typo3 rule.
- 14:31 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- >Patch is recalled due potential problems with various non-unicode encodings.
Why? Isn't it better to fix at least... - 13:41 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- the patch solve the problem for utf-8 (force charset) sites, but produce js error for win-1251 sites (and probably ...
- 10:50 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- thank you very much, Dmitry
- 10:26 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- Patch works well, I will send it to core team list
- 10:08 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- Here is it (in UTF8):
=======================================
# Example content:
имÑ: | *name = input,40 |
E... - 10:01 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- Can some of Russian-speaking people provide an example of mailform configuration here (with russian chars)? Before do...
- 09:51 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- Please, take a look and create SVN patch request for this simple change.
- 09:48 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- I have tried it with typo3-trunk from today (RC2) - it works.
Please, commit this change. - 13:17 Feature #16666: add stdWrap to some TS-Configure Vars
- There is a feature request specially for "alwaysActivePIDlist", see #0004427
(as a reporter i can't assign a rela... - 13:16 Feature #16665: Enable stdWrap for HMENU.alwaysActivePIDlist
- As Steffen Kamper pointet out,
.alwaysActivePIDlist.dataWrap = {register:whatever},{whatever:itwillbe}
does'n... - 05:44 Revision e786aeb5: Tagging TYPO3 4.1RC2
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-1-0RC2@2147 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:42 Revision 0507424f: Security fix: Email injection vulnerability in t3lib_formmail (reported and fixed by Andreas Otto and Thorsten Kahler)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2146 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:41 Revision ce917b04: Tagging TYPO3 4.0.5
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-0-5@2145 709f56b5-9817-0410-a4d7-c38de5d9e867
- 05:39 Revision bfe28265: Security fix: Email injection vulnerability in t3lib_formmail (reported and fixed by Andreas Otto and Thorsten Kahler)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2144 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:51 Revision 837f16fa: NEWS.txt: Added section of currently unsupported features regarding IRRE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2068 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:39 Revision 95eea8dc: Fixed bug: IRRE - Related child records are not updated when copying to a different page
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2067 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-02-20
- 23:42 Feature #17021: Add autocomplete="off" to BE login
- +1 for doing this on form fields with sensitive data
- 22:06 Feature #17021: Add autocomplete="off" to BE login
- Relation with http://bugs.typo3.org/view.php?id=4938 ?
- 22:03 Feature #17021 (Closed): Add autocomplete="off" to BE login
- As a security feature we could add autocomplete="off" to the password field or even the whole login page (and Instal...
- 23:12 Revision 69123ed7: Various changes to t3skin (by Thomas Murphy):
- - folder icon got more contrast
- navtree: darker color for hover & active states
- font-weight: bold; for active sta... - 23:12 Feature #16813: JSeventFuncCalls onunload
- Committed to Trunk
- 23:12 Feature #16813: JSeventFuncCalls onunload
- Fixed in TYPO3 4.1RC2
- 23:11 Bug #16229: onunload missing in JSeventFuncCalls
- Fixed in TYPO3 4.1RC2
- 23:09 Revision fbbd5dd6: Fixed bugs #3655 and #4701: No wrappers for certain events (patch by Martin Kutschker)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2065 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:00 Revision 2475437d: Fixed bug #4873: EM - Warning on uploading extension to TER (unserialize)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2064 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:43 Revision be423ebd: Fixed bug #3412: Changed default size limits for various BE upload fields to 10M (this default can be defined through [BE][maxFileSize] or individually per field through )
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2063 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:42 Bug #16120: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
- Fixed in 4.1RC2
- 22:36 Revision b805e555: Fixed bug #4207: User>Workspaces shows users pages where they have no access to (patch by Martin Kutschker)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2062 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:16 Revision f33e2798: Fixed bug #4951: SQL error when editing BE User
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2061 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:15 Bug #16961: Sql Error editing BE User
- Fixed in TYPO3 4.1RC2
- 22:06 Bug #16912: Warning on uploading extension to TER (unserialize)
- Committed to Trunk
- 21:37 Bug #16912: Warning on uploading extension to TER (unserialize)
- Uploaded patch 0004873.patch
- 22:05 Revision c8699350: Fixed another typo
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2060 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:03 Revision adcfc396: Fixed a typo in typo3/sysext/install/mod/class.tx_install.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2059 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:03 Revision 8803a348: Fixed bug in EM: Insecure extensions were still displayed (patch by Karsten Dambekalns)
- Fixed a typo in typo3/sysext/install/mod/class.tx_install.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branch... - 21:44 Revision e91860c6: Changed another bug in the EM: Last update of extensions.xml.gz was not displayed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2057 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:36 Revision f3175696: Fixed bug in EM: Insecure extensions were still displayed (patch by Karsten Dambekalns)
- Fixed a typo in class.em_xmlhandler.php
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2056 709f56b5-9817-041... - 20:48 Feature #16477: Navigation title in tree view
- Hi,
the point is, that the pagetree is not rendered at the some point in core currently. So we have to implement thi... - 19:55 Feature #16477: Navigation title in tree view
- What about an option like:
options.pageTree.label = nav_title
default would be "title", and we would dynamically ad... - 19:11 Feature #16477: Navigation title in tree view
- I could modify the patch so it works with the 4.1 pagetree.
- 19:47 Bug #17020: class.tx_impexp.php wants 256m memory_limit
- In fact, the import/export could quite take some time. But changing the limits at runtime might not work in all situa...
- 19:38 Bug #17020: class.tx_impexp.php wants 256m memory_limit
- Surprisingly, changing the memory_limit at runtime seems to work quite well at many hosters, but I agree that it's no...
- 19:33 Bug #17020: class.tx_impexp.php wants 256m memory_limit
- The "@ini_set" parts were introduced by Sebastian in revision 970 on 2006-01-04.
- 18:51 Bug #17020 (Closed): class.tx_impexp.php wants 256m memory_limit
- class.tx_impexp.php wants to set memory_limit to 256 MB.
Feb 16 09:06:48 server suhosin[16047]: ALERT - script tri... - 19:43 Bug #16991: AJAX navtree does not expand in Konqueror
- Thanks, it is working fine now!
Benjamin: In future, please don't close bugs before they are committed to SVN.
... - 18:53 Bug #16991: AJAX navtree does not expand in Konqueror
- Thanks, I've committed it to trunk.
- 18:32 Bug #16991: AJAX navtree does not expand in Konqueror
- That should do it. With this patch applied ( pagetree_konqueror_and_ie_final.diff, made from the SVN trunk) the paget...
- 16:48 Bug #16991: AJAX navtree does not expand in Konqueror
- Drag and drop seems to work fine in Konqueror, so I don't think we need to change it there.
I also checked the con... - 16:46 Bug #16991: AJAX navtree does not expand in Konqueror
- Yep, I think so.
- 16:26 Bug #16991: AJAX navtree does not expand in Konqueror
- We also have another getElementsByClassName in the DragDrop part of the same file. should we change that too?
- 13:29 Bug #16991: AJAX navtree does not expand in Konqueror
- Thanks Ingmar. I never claimed that my patch was final, because I yet have no clue how this is working. It just fixed...
- 12:34 Bug #16991: AJAX navtree does not expand in Konqueror
- Stucki, your patch wasn't really doing what it's supposed to do as just leaving the second argument to getElementsByC...
- 00:54 Bug #16991: AJAX navtree does not expand in Konqueror
- 1) I somehow got a debugger with konqueror in ubuntu after installing some plugins & turning on some options.
2) I... - 00:30 Bug #16991: AJAX navtree does not expand in Konqueror
- After some debugging using plain alert() calls (how can one debug JavaScript in Konqueror?) I think I found the probl...
- 00:11 Bug #16991: AJAX navtree does not expand in Konqueror
- Hi Benjamin, thanks for working on this issue! However, I just tried it out, and the problem is still there.
What ... - 19:21 Bug #16553: In BE Usergroup, it is not possible to select more than 20 tables(modify) at any time
- Patch committed to Trunk (4.1-dev), but still pending for TYPO3_4-0.
- 13:19 Bug #16553: In BE Usergroup, it is not possible to select more than 20 tables(modify) at any time
- The attached patch files solve this for TYPO3 4.0 and TYPO3 4.1RC1
- 19:19 Revision 8de55eb4: Fixed bug #4202: be_groups - fields restricted by a low maxitems value
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2055 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:03 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- Sorry, forgot the technical details:
Runs under typo3 4.04 with the system extension. - 18:54 Revision 80543fd9: Fixed bug #4993: IE 5.5 and Konqueror compatibility for AJAX navtree.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2054 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:39 Bug #14716: XMenu_Layers fails to position layers correctly in Firefox
- The "width:100%, height:100%;" settings depend on revision 75 from 2003-12-19 and were introduced by Kasper. I also h...
- 18:20 Bug #17019 (Closed): SQL error with DBAL/PostgreSQL: quoting of varchar defaults
- While importing extension tcdirectmail there occured errors, because DBAL removes the quotes from varchar defaults.
... - 18:01 Revision e3b3cab3: Comment changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2053 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:00 Revision 07ca6c39: Comment changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2052 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:53 Revision 79378d1e: Changed year in LICENSE.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2051 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:49 Revision 62d89030: Changed year in LICENSE.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2050 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:33 Bug #17002: cHash is not recreated on disposal in config.linkVars
- @Popy: Guess what this patch is doing! ;-)
- 14:25 Bug #17002: cHash is not recreated on disposal in config.linkVars
- cHash should not be in linkVars list ! It needs to be generated for each link !
- 11:25 Bug #17018 (Closed): $GLOBALS['TBE_STYLES']['loginBoxImage_rotationFolder'] = 'path/'; is not included
- An installed ext_tables.php with following content does not work:
$GLOBALS['TBE_STYLES']['loginBoxImage_rotationFo... - 11:22 Bug #17017 (Closed): $TBE_STYLES['inDocStyles_TBEstyle'] = ' .. style'; is not include in BE_Login
- An installed ext_tables.php with following content does not work:
$TBE_STYLES['inDocStyles_TBEstyle'] = ' .. style... - 10:49 Bug #16992: Missing French messages
- I found one more typo in French. I have attached updated patch file.
By the way, I am not sure the patch file will... - 10:35 Revision fbf24156: Fixed bug 5032: [LocalLang: 0?]DEF is shows sometimes for content elements
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2049 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:32 Bug #17016 (Closed): [LocalLang: 0?]DEF is shows sometimes for content elements
- This happens if flag for the default language is nt set in TSConfig. We have a flag specially for such case, so use i...
- 10:13 Bug #17015 (Closed): "</col><//col>"keep duplicating each time I switch the view from WYSIWYG and text view
- when using Typo3 from IE and I'm copying a table from excel to typo3 in a page, everything is doing fine, but not unt...
- 08:13 Bug #17014 (Closed): generated page won't reflect 'doktype' settings
- When you have the doktype of a page set to 'advanced' you have one certain option to choose (Show content from this p...
2007-02-19
- 17:23 Bug #17013 (Rejected): Links to top don't work with config.baseURL set
- When a base URL is defined, the link '#' doesn't refer to the current page anymore.
If you are on page http://www.ex... - 17:20 Bug #16992 (Closed): Missing French messages
- Somes messages from the pi1 localisation file were missing in French. I have provided a patch with the missing transl...
- 16:16 Revision a5c392f8: Fixed bug: AJAX navtree erroneously showed whole tree inside of the expanded branch on errors such as pages deleted in the meantime
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2048 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:48 Revision 1709adb0: git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2047 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:53 Bug #17012 (Closed): Create versions from contet menu "versioning" does not refresh the page tree
- If the page tree is is not refreshed there is no visual feedback with the colouring in the tree.
(issue imported ... - 14:43 Bug #17011 (Closed): New branch version "shadows" page/element versions
- When a new branch version is created all page and element versions are lost. The initially shown content is that of t...
- 14:28 Bug #17010 (Closed): Web>View doesn't show correct content of custom workspace
- On a page with element versions the content of the LIVE WS is shown.
On a page with a page version the correct... - 11:21 Bug #17009 (Closed): default .htaccess file does not rewrite correctly
- the following line in the default .htaccess file doesn't rewrite correctly on the files 'showpic.php' and 'favicon.ic...
- 10:48 Bug #16953: RC1: Request parameters could not be validated
- This breaks the daimi_event extension.
I hope this will be documented in the release notes for the next RC, so that ... - 09:50 Bug #16998: Warning displayed when using $GLOBALS["TSFE"]->fe_user->setKey(type, key, data)
- Ok, thank you very much! I will change the code using "$GLOBALS['TYPO3_DB']" to solve the problem.
What I still do... - 09:31 Bug #16998: Warning displayed when using $GLOBALS["TSFE"]->fe_user->setKey(type, key, data)
- The SQL debug information isn't shown since you do not use $GLOBALS['TYPO3_DB']. So, your script closes the TYPO3 dat...
- 09:07 Bug #16998: Warning displayed when using $GLOBALS["TSFE"]->fe_user->setKey(type, key, data)
- No, I only perform selects to the Typo3-DB. I do this with "normal" PHP-commands - not with the Typo3-DB-functions; a...
- 09:34 Bug #17008: Script hangs by editing in Firefox Browser 2.0
- Which version of RTEhtmlarea and TYPO3 are you using? Are you using a TER version or the system extension delivered w...
- 09:25 Bug #17008 (Closed): Script hangs by editing in Firefox Browser 2.0
- On editing a text with an integrated hyperlink (correction) in the htmlarea-Editor the script hangs after deleting a ...
- 07:29 Bug #15788: Horizontal and vertical scroll bars visible in vertical menu
- The mail function was really broken ...
>Which BE language do you use? Are there long, unwrapped words in there? D...
2007-02-18
- 16:40 Feature #17007 (Closed): Use gd_info() to detect GD version
- TYPO3 requires now PHP 4.3, so gd_info() the installer can auto-detect the GD version.
(issue imported from ... - 14:05 Bug #15788: Horizontal and vertical scroll bars visible in vertical menu
- The mail function of the server was broken when I added the last note.
Any updates on the topic? - 13:25 Bug #17006 (Closed): After closing the document, the previous active document should appear
- After closing the document (when using Doc function), Typo displays message "No open documents", instead of displayin...
2007-02-17
- 23:49 Bug #16991: AJAX navtree does not expand in Konqueror
- Please try the patch. If no one objects, I think it will make it into 4.1RC2
- 23:21 Bug #17005 (Closed): RTE Editor not working in Firefox 3.0 Granparadiso
- Content is not displayed in the editor field and no content can be entered.
RTE Versions tested up to 1.5.1dev.
F... - 18:23 Bug #16908: htmlarea doesn't show up
- I do have Skype installed on 2 computers. But on those the htmlarea works perfectly. On the other computers it doesn'...
- 17:54 Bug #16908: htmlarea doesn't show up
- Have you Skype and especially the Skype toolbar installed?
For removing Skype(toolbar plugin) restored the rtemtm... - 13:11 Bug #16908: htmlarea doesn't show up
- Martin, all the changes from "Array" to "Object" are part of TYPO3 4.1. So if you use TYPO3 4.1 please remove in the ...
- 13:00 Bug #16908: htmlarea doesn't show up
- Hi Andreas,
I had the same problem starting from T3 4.1 onwards.
This fixed the problem:
http://svn.t3.digitaldi... - 14:59 Feature #17003: Add the js openPic-function to core-js
- @Clemens: You're right... Putting them into a separate JS file would be nice. I could imagine a static JS object that...
- 14:35 Feature #17003: Add the js openPic-function to core-js
- Nice to now, thanx Oliver. But for me it is a general problem to have all these javascripts in the head of the html.
... - 14:24 Feature #17003: Add the js openPic-function to core-js
- Thanks Oliver for this code lesson! ;)
so if you don't see a need to include the function by default, then please ... - 11:55 Feature #17003: Add the js openPic-function to core-js
- Or if you just want the openPic, you can just call
$GLOBALS['TSFE']->setJS('openPic');
The JavaScript code will the... - 11:52 Feature #17003: Add the js openPic-function to core-js
- You could do this by using TypoScript. In your extension you can use $this->cObj->cObjGetSingle(...) or $this->cObj->...
- 11:16 Feature #17003 (Closed): Add the js openPic-function to core-js
- the onclick-popup for Images in Extensions needs the function which is only in FE available if there are any content ...
- 14:49 Bug #17002: cHash is not recreated on disposal in config.linkVars
- I changed some thing in 0005010_2.patch:
* renamed $val to $var and $tmpVal to $tmpVar (it is a variable of linkVars... - 13:08 Bug #17002: cHash is not recreated on disposal in config.linkVars
- I agree. I'll change the this you mentioned and provide a new patch.
- 12:56 Bug #17002: cHash is not recreated on disposal in config.linkVars
- Hi Oliver,
good idea! This adds a very useful functionality to make all links "safe" :-)
Some comments:
1. W... - 11:18 Bug #17002: cHash is not recreated on disposal in config.linkVars
- The attached file 0005010.patch solves this problem.
* t3lib/class.t3lib_tstemplate.php: Just removing redundancy, n... - 11:16 Bug #17002 (Closed): cHash is not recreated on disposal in config.linkVars
- Imagine you'd like to forward one or more extension variables through the system. The common way to do this is to use...
- 14:03 Bug #17004: link which opens in new window with sizes and firefox form save option problems
- I am using Typo3 4.0.4
- 12:06 Bug #17004: link which opens in new window with sizes and firefox form save option problems
- Which TYPO3 Release Version are you using?
- 11:23 Bug #17004 (Closed): link which opens in new window with sizes and firefox form save option problems
- When creating a link and using as target widthxheight for example 620x420. Firefox's form saving option saves this va...
- 13:56 Bug #16973: renaming of localconf.php.TMP.php to localconf.php did not work on Windows platform
- In 3.8 TYPO3 didn't write the changes into a temporay file.
I have been running TYPO3 on Windows XP, 2000 and 2003... - 11:20 Bug #16973: renaming of localconf.php.TMP.php to localconf.php did not work on Windows platform
- In 3.8 TYPO3 didn't write the changes into a temporay file.
I have been running TYPO3 on Windows XP, 2000 and 2003... - 02:26 Bug #16973: renaming of localconf.php.TMP.php to localconf.php did not work on Windows platform
- I dont think that it is a Problem with my configuration. If i'm using the class.t3lib_install.php from the SVN Checko...
- 13:22 Bug #16998: Warning displayed when using $GLOBALS["TSFE"]->fe_user->setKey(type, key, data)
- Hm, this is strange. It looks like your database connection gets lost or a new connection is created and the old DB i...
- 12:51 Bug #16998: Warning displayed when using $GLOBALS["TSFE"]->fe_user->setKey(type, key, data)
- I tried your code, but still warnings. I also tried to store a pure string "hello" - without success. The code worked...
- 12:11 Bug #16998: Warning displayed when using $GLOBALS["TSFE"]->fe_user->setKey(type, key, data)
- "$GLOBALS['TSFE']->fe_user->setKey('user','sessionfachgebiete',$fachgebiet);" and "$fachgebiet is an array."
I guess... - 12:48 Bug #17001: config.linkVars check doesn't allow negative ranges
- I can live with reusing the "-" separator. But the code getting the lower and upper bound has to be changed anyway (c...
- 12:45 Bug #17001: config.linkVars check doesn't allow negative ranges
- I get the feeling of inconsistency here. I agree that -5--1 looks ugly, but if you insert spaces between, it is not s...
- 11:05 Bug #17001 (Closed): config.linkVars check doesn't allow negative ranges
- The newly introduced linkVars check in TYPO3 4.1 doesn't allow negative ranges.
Example:
config.linkVars = my_var... - 11:29 Bug #16999: Fe usernames are changed if data are loaded and saved in BE
- TYPO3 requires all login names to contain only alphanumeric letters and the underscore. It's the job of any FE extens...
- 11:07 Bug #16999: Fe usernames are changed if data are loaded and saved in BE
- Georg Ringer from the mailinglist found the extension cron_feuserscase
This ext works.. at least for 4.0.4 as I ha... - 10:45 Bug #16999: Fe usernames are changed if data are loaded and saved in BE
- Hm. I won't cosider a FE username like "Michael Stucki" as a very "special one".. You know.. I mean every username wi...
- 00:29 Bug #16999: Fe usernames are changed if data are loaded and saved in BE
- I don't consider this to be important since that case that this happens seems to be a very special one.
If you pro... - 10:43 Bug #16724: Pages don't show at Frontend after creating and unhiding them
- Does this behaviour still exist or could you manage to set your site caching correctly?
2007-02-16
- 21:35 Bug #17000 (Closed): BE permissions ignored
- A user may have restricted access to the backend edit forms via the »explicit deny« in the BE user group configuratio...
- 19:31 Bug #16999 (Closed): Fe usernames are changed if data are loaded and saved in BE
- Hi!
Well, I'm using T3 4.0.4 but as I don't know whether this major bug is in T3 4.1 I sent it into here.
If you ... - 18:46 Bug #16557: User>Workspaces discloses site info
- Fixed in SVN (4.1 and 4.0).
- 18:14 Bug #16998: Warning displayed when using $GLOBALS["TSFE"]->fe_user->setKey(type, key, data)
- Anyone who can reproduce this?
- 18:01 Bug #16998 (Closed): Warning displayed when using $GLOBALS["TSFE"]->fe_user->setKey(type, key, data)
- If have following PHP-Code inserted in a PHP-Script Content-Element in Typo3 Backend (using Extension "page_php_conte...
- 17:50 Revision c30ee361: Fixing bug #4207 (and #4468) - User>Workspaces shows users pages they have no acces to
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2046 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:04 Bug #16876: "Import Extensions" shows all imported extensions also as "only found on this server"
- Fix is in SVN (trunk).
- 12:52 Bug #16876: "Import Extensions" shows all imported extensions also as "only found on this server"
- My patch bug-4822.diff is essentially the proposed solution, without comments and as unified diff
- 12:34 Bug #16876: "Import Extensions" shows all imported extensions also as "only found on this server"
- Air Traffic Control, I only read this reminder this morning. Please stay cool.
- 12:18 Bug #16876: "Import Extensions" shows all imported extensions also as "only found on this server"
- "Passengers Karsten and Bernhard, this is the final call, please come to gate number RC2, you are delaying the flight...
- 17:04 Revision c98d3b4d: Fixed bug #4822 in EM
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2045 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:03 Revision 111079bf: Fixed bug #4822 in EM
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2044 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:13 Bug #16997 (Closed): Empty subparts are not replaced
- If you include an empty subpart in your template, it will NOT be replaced.
<!--###part1### begin--><!--###part1###... - 14:09 Feature #16994: TCA: not possible to select over multiple tables
- Good,
then I will wait for 4.1 final and post my implementation in this bug. - 14:06 Feature #16994: TCA: not possible to select over multiple tables
- It's a new feature, so it can be at least in 4.2. Means: Wait until 4.1 is out, then we fork 4.1 into a new branch, a...
- 13:43 Feature #16994: TCA: not possible to select over multiple tables
- OK,
so, can I simple made a implementation based on 4.1RC1, or should I wait until 4.1 final is out? - 13:28 Feature #16994: TCA: not possible to select over multiple tables
- Any new feature has a chance to get into core if it does not break any existing functionality and does a good thing. ...
- 13:03 Feature #16994: TCA: not possible to select over multiple tables
- Sure,
I just thought of the minimalistic intervention.
But if I get a statement, if this feature/bug/improvemen... - 12:18 Feature #16994: TCA: not possible to select over multiple tables
- I do not like the idea of extracting tables from WHERE statement. It would be much simpler to add another property to...
- 10:34 Feature #16994 (Closed): TCA: not possible to select over multiple tables
- If you make a TCA-entry for "select" or "group" and define a 'foreign_table' it is not possible to make a where-state...
- 14:08 Bug #16996 (Closed): automaketemplate relPathPrefix and fragments
- automaketemplate prefixes fragment-only links with the relPathPrefix:
<a href="#a42"> becomes <a href="fileadmin/t... - 13:21 Bug #16973: renaming of localconf.php.TMP.php to localconf.php did not work on Windows platform
- So can we assume it's a problem of your configuration, not TYPO3?
- 12:13 Bug #16973: renaming of localconf.php.TMP.php to localconf.php did not work on Windows platform
- Maybe some program holds a lock on the file? You could eg have opened the file in an editor.
- 05:12 Bug #16973: renaming of localconf.php.TMP.php to localconf.php did not work on Windows platform
- Got an Email from Michael Stucki at the Windows-Install list:
Seems like the file copy is not working then. Can y... - 13:19 Bug #16971: .htacces in sysext fails in some apache configuration
- Thanks Dmitry.
- 10:42 Bug #16971: .htacces in sysext fails in some apache configuration
- Renamed .htaccess files, corrected NEWS.txt
- 10:26 Bug #16971: .htacces in sysext fails in some apache configuration
- Ok. I will remove those performance enhancements if you wish... Let it be so.
- 12:33 Revision be994228: Minor cleanup, non-functional
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2043 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:26 Revision 2087b1fe: Fixed bug #2677: Highlighting of current page in workspace (fixed by Martin Kutschker and Benjamin Mack)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2042 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:26 Bug #15707: Page highlighting for alt_db_navframe
- Committed to Trunk.
- 12:22 Revision abd5faac: Prefixed all bug entries in ChangeLog
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2041 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:20 Revision 019a81d5: Fixed bug #4973: Check if array is empty before looping over it (thanks to Thomas Oppelt)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2040 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:20 Revision c1dbde94: Removed slashes from a label in TS debugger (caused "//" entries)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2039 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:20 Bug #16978: deleteFromIndex method in indexed_search/class.crawler.php fails on deleting/hiding non-indexed pages
- Fixed in TYPO3 4.1
- 12:18 Revision 087d689c: NEWS.txt: Added information concerning TBE_EDITOR in typo3/jsfunc.tbe_editor.js
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2038 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:03 Bug #16995 (Closed): 0004694: Feature request: Mount point on higher level
- Hello
I still have the problem announced here :
http://bugs.typo3.org/view.php?id=412 [^]
I used to Typo3 4.0... - 12:02 Revision 448efd15: Some spelling corrections and an explanation added to a weird looking codeline
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2037 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:41 Revision 37a8e0a3: * Fixed bug 4962: .htacces in sysext fails in some apache configuration
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2036 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:10 Bug #16953: RC1: Request parameters could not be validated
- Hello Steffen,
please check also if this patch would help. Or inform the extension author to fix this, too.
- F... - 08:47 Bug #16980: Installation of extension that needs another extension blocks the whole system
- Thank you very much.
2007-02-15
- 23:03 Feature #16993 (Closed): Sorting of columns in FE Edit mode (fe_adminLib.inc)
- Team,
I made this small modification to the fe_adminLib.inc class to allow sorting of the records that are to be F... - 21:15 Bug #16953: RC1: Request parameters could not be validated
- I confirm this error while FE-Edit with cal.
After setting 'pageNotFoundOnCHashError' => 0 it works. - 20:42 Revision d6c66b03: Reverted fix for bug #4689 (closes #4987): Fix seems to cause problems, reinvestiation is needed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2035 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:31 Bug #16805: Error while entering a numbers like 50 or 50.00 into a double2 field
- I had to revert this change because it seems to cause problems (see #16987). Needs reinvestigation.
- 20:31 Revision 4a227deb: Fix bug #4947: SQL error with DBAL/PostgreSQL when listing or looking up reviewed extensions
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2034 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:30 Bug #16960: SQL error with DBAL/PostgreSQL: List or look up reviewed extensions
- Fixed in SVN (by removing the order clause).
- 19:11 Bug #16960: SQL error with DBAL/PostgreSQL: List or look up reviewed extensions
- Karsten/Masi, can one of you please fix this?
If it's a no-brainer please just commit and send the patch as FYI to... - 20:30 Bug #16987: TCE: wrong error message: "These fields are not properly updated in database"
- Reverted in TYPO3_4-0 and Trunk.
- 20:10 Bug #16987: TCE: wrong error message: "These fields are not properly updated in database"
- OK I will just revert the change.
- 19:23 Bug #16987: TCE: wrong error message: "These fields are not properly updated in database"
- I think it is correct to use it internally as a float when a double2 check has been demanded.
The strcmp should be... - 18:46 Bug #16987: TCE: wrong error message: "These fields are not properly updated in database"
- I can confirm this. Removing the casting operator "(float)" solves the problem.
Tested on MySQL 5.0.32 - 20:29 Revision 05b3048a: Reverted fix for bug #4689 (closes #4987): Fix seems to cause problems, reinvestiation is needed
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2033 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:19 Bug #16991: AJAX navtree does not expand in Konqueror
- That's great, thanks!
- 15:07 Bug #16991: AJAX navtree does not expand in Konqueror
- I'll put out a bugfix patch during the weekend.
- 09:39 Bug #16991 (Closed): AJAX navtree does not expand in Konqueror
- The AJAX pagetree does not work in Konqueror 3.5.0.
This makes it hard to use TYPO3 with this browser. Everything wo... - 19:18 Bug #16971: .htacces in sysext fails in some apache configuration
- Hi guys,
I actually think we should rename the files to _.htaccess, because a TYPO3 installations that works at al... - 19:16 Bug #16876: "Import Extensions" shows all imported extensions also as "only found on this server"
- Hi Bernhard and Karsten,
as you were the ones that wrote the EM patch for 4.1, please have a look at this bug.
... - 19:02 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- Sorry, haven't upgraded yet. I hope to do this next week. I'll let you know as soon as I do.
Thanks for your patie... - 16:52 Feature #16985: Pictures in navigation bar clickable
- Branches: Trunk & TYPO3_4-0
The attached file should solve this problem. - 16:38 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- I just had attached unified diff. Maybe it will help for commiting patch.
- 16:17 Bug #16966: CSV export stop exporting a field when there is a linebreak
- The patch solves the problem for me.
I've modified the patch to make it even shorter (and a bit more readable). I'... - 14:26 Revision 1595baf8: * Fix: Display description of options in install tool correctly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2032 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:20 Revision 2174f062: * Fix: Display description of options in install tool correctly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2031 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:27 Bug #16791: New default behaviour for PAGE_TARGET
- Hm I think it is a good idea to have it in 4.1... :-( that we have feature freeze
Greets,
Sebastian - 13:03 Bug #16791: New default behaviour for PAGE_TARGET
- Very useful change, I'd like to see this in 4.2!
cheers
Ingmar - 13:05 Bug #16674: tcemain: Hook processDatamap_afterDatabaseOperations and insert operations
- Fixed by NOT changing the behavior but adding this comment to the code:
/*
* Note: When using the hook after INS... - 09:35 Bug #16990: Change error message for low memory during install.
- 1) This is a PHP error message, so we cannot change the wording
2) The EM memory problem should be gone in 4.1 anywa...
2007-02-14
- 21:27 Feature #16494: Insert/Modify Link with DAM
- Yes, i think the some. At this time, the usage of DAM is inconsequential: Use of DAM to select a n image and don't u...
- 21:19 Bug #16990 (Closed): Change error message for low memory during install.
- Currently an install on a stock debian or ubuntu system will often fail.
It gives the fail-message
Fatal error:... - 20:57 Bug #16987: TCE: wrong error message: "These fields are not properly updated in database"
- Test (seems like mails can't be sent currently)
- 19:00 Bug #16987: TCE: wrong error message: "These fields are not properly updated in database"
- i could fix the problem going back to previous code:
$value = intval(str_replace(' ','',$value)).'.'.substr($theDe... - 18:41 Bug #16987: TCE: wrong error message: "These fields are not properly updated in database"
- Franz: i don't understad: could you find a patch for this problem?
i'm investigating but no clue..
i confimr th... - 18:00 Bug #16987: TCE: wrong error message: "These fields are not properly updated in database"
- i can confirm this but under RC1 (have several double2 fields that give error, whatever values i put in)
- 13:47 Bug #16987: TCE: wrong error message: "These fields are not properly updated in database"
- When $value is passed as '0.00' as a parameter, $theDec has '0000', but $value will be '0' instead of '0.00'.
t3li... - 13:23 Bug #16987 (Closed): TCE: wrong error message: "These fields are not properly updated in database"
- Since 4.1RC1 always an error message gets shown when you edit products with tt_products and save them. Only the field...
- 20:56 Revision 4faf2712: Added hook: New hook in t3lib_tceforms in method getSingleField allowing modification of single field rendering and adding buttons to alt_doc.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2030 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:46 Bug #15788: Horizontal and vertical scroll bars visible in vertical menu
- Please test the last one, 0.0.2
I really can't reproduce this problem, since FF takes up 99% of the available spac... - 19:46 Bug #15788: Horizontal and vertical scroll bars visible in vertical menu
- Please test the last one, 0.0.2
I really can't reproduce this problem, since FF takes up 99% of the available spac... - 16:51 Bug #15788: Horizontal and vertical scroll bars visible in vertical menu
- Which version of t3skin shall we test?
- 07:31 Bug #15788: Horizontal and vertical scroll bars visible in vertical menu
- Have tested this again on
TYPO3-trunk (even newer then 4.1 rc1), t3skin 0.0.2, 1280x1024 screen resolution
FF 2.0.0... - 17:16 Feature #16477: Navigation title in tree view
- The patch works for me with 4.0.4, but not with 4.1RC1
Jan Wulffs addition breaks the pagetree with
Fatal error: ... - 14:43 Bug #16674: tcemain: Hook processDatamap_afterDatabaseOperations and insert operations
- Could be closed, since Ingmar wanted to update teh documentation:
See bugs newsgroup:
You can easily translate ... - 14:41 Bug #16674: tcemain: Hook processDatamap_afterDatabaseOperations and insert operations
- Could be closed, since Ingmar wanted to update teh documentation:
See bugs newsgroup:
You can easily translate ... - 14:37 Bug #16989 (Closed): Search from shortcut bar only first DB mount
- When a normal user with multipe DB mounts issues a search from the shortcut bar, only the first DB mount is searched....
- 13:55 Bug #16988 (Closed): pageNotFound doesn't perform a real 301-redirect
- I configured the pageNotFound-handling, that in case of a 404-error , typo3 should send a "301 Moved Permanently" hea...
- 13:19 Bug #16957: ampersand in url
- A solution for this is already in subversion, but not yet uploaded to TER. You may get it through subversion or direc...
- 11:29 Revision 8a10b26a: 2007-02-14 Rupert Germann <rupi@gmx.li>
- * Fix: Excluded the adminPanel GETvars from t3lib_div::cHashParams to prevent a cHash mismatch
git-svn-id: https://s... - 11:22 Revision ad854892: 2007-02-14 Rupert Germann <rupi@gmx.li>
- * Fix: Excluded the adminPanel GETvars from t3lib_div::cHashParams to prevent a cHash mismatch
git-svn-id: https://s... - 11:09 Revision 3a7f2c69: Added information about BLOB->TEXT conversion
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2027 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:32 Bug #16986: Word-Docs are not correct indexed
- If your catdoc doesn't work without the "-8" option, you'll need to fix it on that side. An upgrade should really hel...
- 09:29 Bug #16986: Word-Docs are not correct indexed
- I have catdoc 0.94 here, so maybe you first try updating...
- 07:44 Bug #16928: No automated relogin after timeout
- Please close this bug.
My brain was not active for a while ;-)
It was just the popup-blocker of Firefox 2. - 07:34 Feature #16425: BE > List > Edit alias, title, etc. View is poorly laid out.
- Some issues has already been fixed in t3skin_improved.
Feel free to get it from there. If you want - I could send yo...
2007-02-13
- 23:06 Bug #16986 (Closed): Word-Docs are not correct indexed
- Typo3 4.0.4
Indexed Search 2.9.3
catdoc 0.91.5
I have configured indexed_search to index also external files. Th... - 23:02 Bug #16964: Login doesn't work with TYPO3 4.1RC1
- Thanks for the hint - a DB update solved that problem for me.
Please close this bug as worksforme. - 17:47 Bug #16964: Login doesn't work with TYPO3 4.1RC1
- Hi Oliver
In the newsgroup we had a thread about that and the following hint did solved it in one case:
Did you u... - 22:54 Bug #16284: Clean up columns view by removing spacer images
- Makes sense. I'll look into it.
- 22:54 Bug #16953: RC1: Request parameters could not be validated
- works now - thanks!
- 22:36 Bug #16953: RC1: Request parameters could not be validated
- This should already be fixed using the most recent patch. Can you please check?
- 22:29 Bug #16953: RC1: Request parameters could not be validated
- done.
- 22:25 Bug #16953: RC1: Request parameters could not be validated
- RealUrl makes it hard to debug this. Can you turn it off, please?
- 22:15 Bug #16953: RC1: Request parameters could not be validated
- Yes, both on my development and my production system.
You can try yourself if you want - just click on the URL in ... - 22:10 Bug #16953: RC1: Request parameters could not be validated
- Andreas: Can you reproduce the problem with your extension?
- 22:44 Bug #15763: Unnecessary table row in typo3-db-list
- Closed.
- 22:43 Bug #16273: Another Missing Icon: hidden domain
- Fixed it before i saw this bug, thanks for the icons anyway!
- 22:29 Bug #16356: old icon for "show at any login" shortcut page
- Fixed.
- 22:27 Bug #16506: old icon for "Hide at login" AND "Not in menu" page
- Checked both Icons and they seem to be correct now.
- 22:25 Bug #15910: Multiline BE admin menu for longer menu items
- Had a similar bug with a website once, will look into it.
- 22:24 Bug #15788: Horizontal and vertical scroll bars visible in vertical menu
- No, this wouldn't fix the problem AFAIK -> the main menu takes up 99% of available space, which works great in FF, be...
- 21:55 Bug #15788: Horizontal and vertical scroll bars visible in vertical menu
- Both FF2 and IE6/7 have vertical scroll present. Cannot do much about that.
The problem is horizontal scroll. FF2 ... - 21:37 Bug #15788: Horizontal and vertical scroll bars visible in vertical menu
- Can't seem to reproduce it, neither in IE 6 or FF2.
FF2: Horizontal scrollbar never appears in Main Menu.
IE 6: H... - 22:13 Bug #16589: Is pages__up.gif the wrong icon for a member protected page?
- Seems to be fixed, closing the bug.
- 22:03 Bug #15576: 'File' icon (module_file.gif) way to large
- Yes, seems to be fixed.
Closing... - 22:01 Bug #16700: Icon-Path to many Icons not correct?
- I also recognized this, dunno what happend there.
Will fix it. - 21:58 Bug #15812: No highlighting for admin functions
- I will fix it.
- 21:56 Bug #15986: pagetree icons
- I changed the folder icon, see the other bug that this one relates to.
Concerning page tree icons there might be mor... - 21:53 Bug #15927: t3skin: white and grey - highlighting problem
- Sorry, but I think orange and green look a bit cheesy and from a designers point of view misusing the colors that way...
- 21:50 Bug #15928: Active color in fileadmin is wrong
- In 4.1 this is fixed due to the new rendering in <ul> and the ajax tree.
- 21:47 Feature #16425: BE > List > Edit alias, title, etc. View is poorly laid out.
- You are right, I will look into it.
Didn't ever use the bulk editing. - 21:44 Bug #15859: sysfolder icon
- Hey guys,
I did a darker grey Icon for the pagetree before reading this bug report, it's going into the TYPO3 vers... - 21:25 Bug #16816: pilup gif not the same as pildown gif
- Thanks, will be in next minor version update: 0.0.3
- 20:53 Bug #14916: t3lib_div::getURL() uses cURL only for http protocol
- Thorsten or Martin, can one of you please take over?
- 20:34 Bug #16674: tcemain: Hook processDatamap_afterDatabaseOperations and insert operations
- Ingmar, can I close this bug? Seems like you and Ingo found a different solution, didn't you?
- 19:50 Feature #16985 (Closed): Pictures in navigation bar clickable
- The pictures in front of the words "site", "list" and so on should be clickable.
It would be better if these are al... - 17:41 Bug #16837: T3 Skin Improved wrong padding
- Please contact the extension author of "t3skin_improved", this bugtracker project just deals with the "t3skin" extens...
- 17:08 Revision 6c0ed966: Added details about VARCHAR(2)/CHAR(2) conversion
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2026 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:03 Revision f2bf64d4: Added workspace changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2025 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:02 Revision cb810a44: More about InnoDB
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2024 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:58 Bug #16120: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
- For people using TYPO3 version smaller than 4.1, my 2 lines extension is available on TER and could fix your problem:...
- 12:26 Bug #16120: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
- The 4.1RC1 feature Masi mentioned could be used by setting TSconfig like this:
TCEFORM.tt_content.image.config.max_s... - 08:57 Bug #16120: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
- I think it is possible in RC1 to set some of the TCA settings now. The filesize should be one of them.
Please have... - 07:50 Bug #16120: Max. filesize for images in 'text with image' and 'images only' CEs has too small default value
- Well it seems I'm not the only one missing this 'feature'. Today Patrick Gaumond published his extension 'images_10mb...
- 16:57 Feature #16984 (Closed): class.t3lib_treeview.php returns hardcoded 'title' from db
- In class.t3lib_treeview.php the returned title is hardcoded to field 'title' so if we want to display different field...
- 16:56 Revision 27bb4d19: Added information about List module changes
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2023 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:53 Revision ebd620f0: Updated "Speed improvements" section
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2022 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:47 Bug #16983 (Closed): Secure File downloads with jumpurl.secure = 1 not working in TV
- Using the following code in a TV DS will always get an error 'jumpurl Secure: locationData, 50:_NO_TABLE:, was not ac...
- 15:39 Bug #16792: FE editing inside Draft Workspace : new created elements dont appear in the FE
- I have the same issue with BE editing. Have a non-admin user that has access to a WS. He can create Content Elements,...
- 14:03 Bug #16954: Pagtree + for subpages missig on some pages
- OK, this solves this problem.
- 13:36 Feature #16982 (Closed): possibility for disabling upload fields in Element Browser
- would be nice if the upload fields displayed in the Element Browser could be disabled via
option.disapleUploadFiel... - 13:34 Feature #16981 (Closed): Filelinks content element: FormatSize should be configurable via TypoScript
- In
typo3\sysext\css_styled_content\pi1\class.tx_cssstyledcontent_pi1.php
line 359, the call to formatSize does ... - 13:28 Feature #16937: Adding some more Date Conditions to class.t3lib_matchcondition.php
- Hi Olivier,
we can try to integrate the new features into the next version of TYPO3.
Cheers,
Andreas - 12:20 Bug #16980: Installation of extension that needs another extension blocks the whole system
- The email address should be in ext_emconf.php of the extension.
Alternatively you can use the feedback feature of th... - 11:24 Bug #16980: Installation of extension that needs another extension blocks the whole system
- How can I know the email address of the author of dam_tv_connector?
- 10:08 Bug #16980: Installation of extension that needs another extension blocks the whole system
- It's not a bug of "dam" but of "dam_tv_connector". In ext_emconf.ph it should list "cms", "dam" and "templavoila".
... - 10:00 Bug #16980: Installation of extension that needs another extension blocks the whole system
- No, "dam" is not listed in "ext_emconf.php". So it should be a an extension bug. Is it necessary to reformulate my ...
- 08:59 Bug #16980: Installation of extension that needs another extension blocks the whole system
- Is "dam" listed in the dependenices of the extensoin in ext_emconf.php (to be found in in typo3conf/ext/dam_tv_connec...
- 08:34 Bug #16980 (Closed): Installation of extension that needs another extension blocks the whole system
- I installed "dam_tv_connector" after download. Unfortunately this extension needs the extension "dam". Instead of s...
- 09:44 Bug #16591: PATH_site wrongly defined in index.php
- The server is neither Apache nor IIS, so it is not supported. I rather suggest that you report this as a bug to the d...
- 09:24 Bug #16591: PATH_site wrongly defined in index.php
- I'm sorry I didn't reply on your note but I haven't returned home after t3board yet.
I don't understand why did you ... - 08:25 Bug #16591: PATH_site wrongly defined in index.php
- Not a TYPO3 problem.
- 03:42 Bug #16591: PATH_site wrongly defined in index.php
- It was issued before ( http://bugs.typo3.org/view.php?id=1095&nbn=3 ). Seems like a problem of a web server software...
- 08:55 Bug #16977: "New Record" wizard shows always "page after" even if new page records are disabled
- Ah, but then it is correct. It doesn'z allow the page record to be created within itself. I've tested ot that the set...
- 02:44 Bug #16977: "New Record" wizard shows always "page after" even if new page records are disabled
- Hm, the behaviour is in typo3/db_new.php
"Regular" pages use $this->pageInfo to check if table "pages" is allowed
"... - 08:24 Bug #14747: FE error when logged to BE (PATH_site='//' problem)
- OK, so there will be no change until someone comes up with a fix for Idea Web Server (never heard of that)
- 03:48 Bug #14747: FE error when logged to BE (PATH_site='//' problem)
- Same problem here: http://dev-bugs.elios.de/view.php?id=4276
I've also had the same problem on home.pl, but with a... - 02:27 Bug #16459: Bug in t3lib_loaddbgroup.php when using defVals while creating new records
- Oh sorry, I just realized this is the defVals bug and not the TCAdefault bug. I mixed it. But it should work the same...
- 02:24 Bug #16459: Bug in t3lib_loaddbgroup.php when using defVals while creating new records
- The suggested patch is attached as separate patch file (0004022.patch). It solves the problem. The $MMuid is empty on...
- 01:49 Bug #16658: Wrong information in _.htaccess for httpd.conf configuration
- Hi Michael,
saw you fixed another in .htaccess. Perhaps this is also one for you and v4.1?
greets
Marc Bastian... - 01:42 Bug #16658: Wrong information in _.htaccess for httpd.conf configuration
- Because the RewriteRule checks the URL-path and not the complete server-path.
for line 69/70
# For httpd.conf, us... - 01:38 Bug #16476: TCAdefaults.table.field doesn't work for MM-fields
- Thanks.
I had a look on it and I think the check dropping the default value was in class.t3lib_transferdata.php, but... - 01:33 Bug #16476: TCAdefaults.table.field doesn't work for MM-fields
- Ah thanks, now I got it. It could also be possible, that a list of UIDs will be defined (e.g. "2,5,1"). The readList ...
- 01:27 Bug #16476: TCAdefaults.table.field doesn't work for MM-fields
- For example tt_news:
You cann't set a default category by TS with
TCAdefaults.tt_news.category = 2
because the re... - 01:34 Bug #16569: New content elements wizard removes CE from array, which are OK!
- Hi Ingmar,
an 1liner for 4.1?
2007-02-12
- 23:05 Bug #16979: Problem to insert Image inside htmlArea RTE
- Maybe I forgot to say that in the install-tool the right masks are named:
[BE][fileCreateMask] = 0644
[BE][folderCr... - 22:55 Bug #16979 (Closed): Problem to insert Image inside htmlArea RTE
- 1.) Images are not shown inside htmlArea.
So I checked the Extensionmanager and there was a warning, that the folde... - 20:15 Bug #16956: Redundant comma in label_alt_force
- test
- 18:27 Bug #16978: deleteFromIndex method in indexed_search/class.crawler.php fails on deleting/hiding non-indexed pages
- Patch file was requested to be deleted by Thomas Oppelt. He will add a new ASAP.
- 18:11 Bug #16978 (Closed): deleteFromIndex method in indexed_search/class.crawler.php fails on deleting/hiding non-indexed pages
- If you delete or hide an non-indexed page you get mysql errors because there is no check if oldPhashRows is filled or...
- 17:02 Bug #16977 (Closed): "New Record" wizard shows always "page after" even if new page records are disabled
- "page after" doesn't honour the "allowedNewTables" option
Eg
mod.web_list {
allowedNewTables = tt_news
}
... - 15:40 Bug #16976 (Closed): t3lib_div::getURL breaks on some options
- Neither the include headers nor nor request headers option of t3lib_div::getURL check the protocol correctly. Both op...
- 15:25 Bug #16975: PHP 5.2.1: Extension Manager: Parse Error / Syntax Error
- Never heard of this. Can anyone else reproduce it?
In any case it seems like a PHP problem since it worked before th... - 13:02 Bug #16975 (Closed): PHP 5.2.1: Extension Manager: Parse Error / Syntax Error
PHP Parse error: syntax error, unexpected T_ELSEIF, expecting T_FUNCTION in typo3/mod/tools/em/class.em_index.php ...- 15:23 Bug #15365: Flexform fields are inactive in Page > QuickEdit
- quick fix (bad hack):
Copy the whole getDynTabMenuJScode() method from typo3/template.php into sysext/cms/layout/db_... - 15:16 Bug #14916: t3lib_div::getURL() uses cURL only for http protocol
- I think so too. And IMHO this can safley be added - after one year - into 4.1RC2. I assume that CURL is stable for al...
- 14:11 Bug #16647: Possible Scripting vulnerability
- So, can I close this issue?
- 13:58 Bug #16971: .htacces in sysext fails in some apache configuration
- Michael, may be we just go with a note? I really think it is bad to go without this performance increase. Most people...
- 13:24 Bug #16971: .htacces in sysext fails in some apache configuration
- Just add an smal text to the installation guide, this would be perfect !
- 13:13 Bug #16971: .htacces in sysext fails in some apache configuration
- <IfModule> is there, it does not help. And there is no check for AllowOverride in Apache. So, if it is "no-go", we ha...
- 13:10 Bug #16971: .htacces in sysext fails in some apache configuration
- The condition won't work, as, for example in our case, it only checks if the module is existing, not if it's allowed ...
- 12:29 Bug #16971: .htacces in sysext fails in some apache configuration
- Dmitry, would it be possible to put this into a condition?
<IfModule expires.c>
...
</IfModule>
Unchecked, ... - 11:44 Bug #16971: .htacces in sysext fails in some apache configuration
- Michael, your choice?
- 11:36 Bug #16971: .htacces in sysext fails in some apache configuration
- Both solutions would be finde for me.
- 11:24 Bug #16971: .htacces in sysext fails in some apache configuration
- Current files require "AllowOverride Indexes" for caching to work. This gives huge performance improvments and lowers...
- 11:22 Bug #16971: .htacces in sysext fails in some apache configuration
- In the current svn there is an .htacc in th sysext folder, but non in the typo3 folder
- 10:55 Bug #16971: .htacces in sysext fails in some apache configuration
- I will look what we can do...
By the way, I cannot find .htaccess in typo3 folder.
- 12:36 Bug #16938: [setDBinit] can't be saved correctly
- I agree, and I even think that I once fixed this on my local installation. Will check it out later, after 4.1...
- 01:53 Feature #16974: Provide general AJAX call handler for backend functions/modules with mID technique
- I uploaded the alt_ajax_doc.php with current code for mID, maybe can be useful make a tx_ajax extension and include i...
2007-02-11
- 22:42 Bug #16971: .htacces in sysext fails in some apache configuration
- See http://lists.netfielders.de/pipermail/typo3-team-core/2006-September/005608.html and replies.
- 22:39 Bug #16971: .htacces in sysext fails in some apache configuration
- Hi Dmitry, I think especially you should have a close look at this... ;-)
- 17:56 Bug #16971: .htacces in sysext fails in some apache configuration
- The .htaccess file is not enabled by default (_.htaccess) , isn't it?
So I don't see a need to do something here.
... - 12:09 Bug #16971: .htacces in sysext fails in some apache configuration
- Also .htaccess in typo3/
- 22:39 Bug #14716: XMenu_Layers fails to position layers correctly in Firefox
- Is there any possibility to an CVS Log entry where we can find who edited this file?
I'm using the patched versio... - 14:02 Bug #14716: XMenu_Layers fails to position layers correctly in Firefox
- There must have been some reason why the style attribute was there. So before we apply this patch, we should be very ...
- 05:02 Bug #14716: XMenu_Layers fails to position layers correctly in Firefox
- This Problem is still active in Version 4.0.2. Maybe someone can take a look at my patch.
- 21:21 Bug #16691: The Workspace Manager(the modul in left frame) show drafts to which the user has no access.
- Please check the fix attached to bug #4207.
- 20:38 Bug #16968: User with no workspace-permissions could see page tree
- Yes I am sure. The user has no workspace permissions in the user account and no permissions by the group. And he is n...
- 19:38 Bug #16968: User with no workspace-permissions could see page tree
- Bug 2: Are you sure he had no rights to DRAFT? The permissions to LIVE and DRAFT are within the user/group records no...
- 18:04 Feature #15808: imgResource doesn't support stdWrap on minW and minH
- @Peter: Can you please take care of this and write an RFC to the corelist? If you don't have the time I will do it.
... - 16:29 Bug #16956: Redundant comma in label_alt_force
- Commited to trunk in SVN.
Greets,
Thomas - 16:27 Revision 56b258b2: Fix bug #4943: Redundant comma in label_alt_force
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2021 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:16 Bug #16961: Sql Error editing BE User
- Attached is a patch that should fix the problem. Please check and let me know.
- 14:39 Bug #16961: Sql Error editing BE User
- I'll take care of fixing the query in dbint
- 11:19 Bug #16961: Sql Error editing BE User
- Frank, great!
So this bug could be closed. The thing with "unsigned" definitions in SQL are tweak but should also be... - 14:16 Bug #16952: Calling "DB Check" -> "Record Statistics" results in many SQL-related errors
- I removed the suggested patch.
- 14:07 Feature #15619: Web->Access : "leave unchanged" in permissions
- You can find it in the thread "[TYPO3-core] draft for a new/alternative version of Web>Access>Permissions".
I basi... - 11:11 Feature #15619: Web->Access : "leave unchanged" in permissions
- Hi Masi, could you give me a reference to the bug report? I found the stuff in question at the core list, but I didn'...
- 13:33 Bug #16953: RC1: Request parameters could not be validated
- A user encountered the same problem with my extension ab_linklist. Worked without any problems with T3 version < RC1.
- 12:39 Bug #16969: Removing entities from output HTML
- False alarm, sorry.
lib.parseFunc_RTE.nonTypoTagStdWrap.HTMLparser.htmlSpecialChars should not be -1. - 11:19 Bug #15951: clickmenu on pagetree icons does not work
- wrong status ?
I don't see the problems in 4.1 RC1 - 10:59 Bug #15951: clickmenu on pagetree icons does not work
- This issue should be solved in TYPO3 4.1 on using the new AJAX pagetree.
- 11:16 Feature #16974: Provide general AJAX call handler for backend functions/modules with mID technique
- Great ! Another step forward !
I would wish a short introduction or simple examples how to use this. - 11:07 Feature #16974 (Closed): Provide general AJAX call handler for backend functions/modules with mID technique
- This is a feature request for TYPO3 4.2.
To avoid that every backend module has to create and use its own AJAX han... - 11:16 Bug #16831: Disable clearing the cache in Draft workspace
- Is it possible to fix this for 4.1?
Note: I'm not 100% sure about "if" clause above (generally it works), should b... - 10:26 Revision c4be47e4: Fix bug #4423: BE search doesn't work with UTF-8 chars (thanks to John Angel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2020 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:26 Bug #16660: BE search doesn't work with UTF-8 chars
- Fixed in SVN (trunk and TYPO3_40).
- 10:23 Revision c33ceba2: Fix bug #4423: BE search doesn't work with UTF-8 chars (thanks to John Angel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2019 709f56b5-9817-0410-a4d7-c38de5d9e867
- 04:57 Bug #16973 (Closed): renaming of localconf.php.TMP.php to localconf.php did not work on Windows platform
- This error should be fixed with version 4.0
(http://wiki.typo3.org/index.php/TYPO3_4.0_Changelog)
2006-02-01 ...
2007-02-10
- 22:29 Feature #16972: patch for typolink to allow individual windows-targets and -objects
- sry, my tortoise did something wrong, patch 3 is now the actual !
I also changed the vHWin as Masi suggested, caus... - 22:19 Feature #16972: patch for typolink to allow individual windows-targets and -objects
- sry, i tested now with all browsers and had to correct a little. Please forget first patch and look to 2nd one.
- 20:04 Feature #16972 (Closed): patch for typolink to allow individual windows-targets and -objects
- All typolinks that has JSwindowParams have hardcoded 'FEopenLink' as target and 'vHWin' as window object.
This pat... - 20:09 Bug #16961: Sql Error editing BE User
- Hi,
after i did a compare i saw that there was db table left.
CREATE TABLE sys_history (
uid int(11) unsigned ... - 12:37 Bug #16961: Sql Error editing BE User
- "I could not reproduce this error using MySQL 5.0.32/Debian"
ahhh i knew i should do some updates.... i just updat... - 12:26 Bug #16961: Sql Error editing BE User
- It is a bug of MySQL until 5.0.22 and was solved in 5.0.23/5.0.24 (see bug-report http://bugs.mysql.com/bug.php?id=19...
- 12:22 Bug #16961: Sql Error editing BE User
- Please see the attached file sql_0004951.patch with should solve the problem.
ATTENTION: Please make sure that you m... - 11:56 Bug #16961: Sql Error editing BE User
- hi
these are the affected tablese. the intresting thing is, that also eg "tt_content" is affected. but the pid is NO... - 11:55 Bug #16961: Sql Error editing BE User
- @Stucki: Could you please support me on this issue? Thanks! :-)
- 11:53 Bug #16961: Sql Error editing BE User
- @Frank: Please go to your install tool, "2: Database analyzer", "Update required tables" and click "COMPARE" - the sh...
- 11:44 Bug #16961: Sql Error editing BE User
- Christian, you're right... the pid of be_users is defined as unsigned. The pid of a table gets "-1" if the accordant ...
- 11:42 Bug #16961: Sql Error editing BE User
- me again...
i located the "-1".
In "typo3/sysext/lowlevel/dbint/index.php:456" the the var $id_list is set. It st... - 11:34 Bug #16961: Sql Error editing BE User
- Hi Christian and Oliver,
i rolled back the original class and enabled sql debug .
Here is the output of the sql... - 11:23 Bug #16961: Sql Error editing BE User
- hm... i'm confused. i tried and sql statement in phpmyadmin. the database (mysql 5.0.22) answered "#2013 - Lost conne...
- 11:18 Bug #16961: Sql Error editing BE User
- okay i tried the debuging and it looks like this:
The first error looks like this:
caller: t3lib_DB::exec_SELEC... - 11:00 Bug #16961: Sql Error editing BE User
- Frank, your patch works of course. But I doesn't solve the error it just suppresses the output. The more interesting ...
- 18:32 Bug #16956: Redundant comma in label_alt_force
- @Ingmar: I will do it
Greets,
Thomas - 18:24 Bug #16971 (Closed): .htacces in sysext fails in some apache configuration
- The default .htacces in the sysext folder cases an error in apache if no overwrite is set in apache configuration. To...
- 17:41 Bug #16660: BE search doesn't work with UTF-8 chars
- Small patch exists, should be done for 4.1.
- 17:23 Bug #16970 (Closed): Wrong rendering of <PRE>
- HTML source of the page content contains the following code:...
- 17:08 Bug #16969 (Closed): Removing entities from output HTML
- We want to display <IMG> somewhere in text of the page (not picture, just name of tag with "less than" and "greater t...
- 14:50 Bug #16968: User with no workspace-permissions could see page tree
- The user could only see and edit in his DB-Mount restrictions. But changed were created as versions in Workspace #-99...
- 14:37 Bug #16968: User with no workspace-permissions could see page tree
- The user can also get the Workspace-Manager and get a list of workspaces he did not have access to. See second image.
- 14:31 Bug #16968 (Closed): User with no workspace-permissions could see page tree
- I am testing the workspace system. I created a group for authors which has permissions to modify the tables: page and...
- 13:59 Feature #15256: Workspaces Usability-Problem
- Suggestion:
If a user would like to change the position of an element, the versioning could be done on element level... - 13:23 Bug #16966: CSV export stop exporting a field when there is a linebreak
- CSV allows line-breaks (see http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm#EmbedBRs)
The attached patch file 0... - 12:02 Bug #16966 (Closed): CSV export stop exporting a field when there is a linebreak
- Steps to reproduce:
1. Edit a fe_user record.
2. In the "address field", enter:
a
(linebreak)
b
3. S... - 12:51 Bug #16952: Calling "DB Check" -> "Record Statistics" results in many SQL-related errors
- The error depends on MySQL 5.0.22 which is unable to handle query parts like "... IN (-1,0,123) ..." (negative intege...
- 11:59 Bug #16952: Calling "DB Check" -> "Record Statistics" results in many SQL-related errors
- @anyone looking at this bug:
PLEASE DONT USE THE PATCH!!!! (i cant delete it)
the patch just supresses the error ... - 11:20 Bug #16476: TCAdefaults.table.field doesn't work for MM-fields
- Please provide some more details. Which field do you want to override by TCAdefaults? MM-tables are not defined in TC...
- 10:53 Bug #16965: Language HMENU getQueryArguments dont work
- Was this behaviour introduced by TYPO3 4.1RC1 or could you reproduce this behaviour also in previous versions (4.1bet...
2007-02-09
- 21:44 Bug #16965: Language HMENU getQueryArguments dont work
- The category was bad assigned (can it be edited?): it should have been "Frontend".
- 21:41 Bug #16965 (Closed): Language HMENU getQueryArguments dont work
- If property .getQueryArguments is added to language HMENU, the Language Menu will break.
At class.tslib_conten... - 21:22 Bug #16946: SQL error with Templavoila/DBAL/PostgreSQL: Different language
- The second error:
zero-length delimited identifier at or near """" at character 89
SELECT * FROM "tx_templavoila_tm... - 19:34 Bug #16946: SQL error with Templavoila/DBAL/PostgreSQL: Different language
- Tarcking down the first SQL-error (invalid input syntax for type bytea) I come to the following results:
- the input... - 20:32 Feature #16947: Use extended Unicode features of PHP 5.1 for word splitting
- It's not so easy as also CJK glyphs are reported as letters. But this could be overcome by conditional subpatterns:
... - 20:26 Bug #16964 (Closed): Login doesn't work with TYPO3 4.1RC1
- On my test installation, FE login works fine using newloginbox 3.0.1 on TYPO3 4.0.4.
Yet, on TYPO3 4.1RC1 (everyth... - 19:05 Bug #16963 (Closed): Preview in Workspaces Module for Contentelements
- IF someone uses the clickmenu in workspaces to preview a record, the wrong link is generated for this clickmenu for t...
- 17:59 Bug #16456: Preview from element versions does not work
- Is this a missing feature and only the icons/inks to preview are shown?
Or is this a problem with configuration? - 16:11 Bug #16962: patch for nasty alt_doc.php download error of several extensions
- The issue has been fixed recently!
It is in TYPO3 4.1RC1, and it will also be in TYPO3 4.0.5:
http://svn.t3.dig... - 14:13 Bug #16962 (Closed): patch for nasty alt_doc.php download error of several extensions
- Problem: In tt_news and some other extensions, it is not possible to access plugin records that do already exist. Ins...
- 15:21 Bug #16953: RC1: Request parameters could not be validated
- Hello Michael,
>> Finally: If an extension author writes a USER plugins but wants to call $cObj->typolink()
>> d... - 13:34 Bug #16953: RC1: Request parameters could not be validated
- Thanks.
But both changes in tt_products and tslib/class.tslib_fe.php still do not help in the case of a single ite... - 13:12 Bug #16953: RC1: Request parameters could not be validated
- OK, there seems to be something we overlooked:
In case the basket is filled, you call $TSFE->set_no_cache() in pi1... - 13:07 Bug #16953: RC1: Request parameters could not be validated
- There has been a line in pi1/class.tx_ttproducts_pi1.php which has been forgotten:
$GLOBALS['TSFE']->reqCHash();
... - 08:58 Bug #16953: RC1: Request parameters could not be validated
- Ah, so you only checked this with tt_products so far?! I would have expected some more initiative from you, really.
... - 08:22 Bug #16953: RC1: Request parameters could not be validated
- Yes, tt_products is on TER. And it also does not work with the LIST plugin.
- 08:13 Bug #16953: RC1: Request parameters could not be validated
- Initially I thought the same about this issue, but security has priority over backwards compatibility at all. So afte...
- 07:52 Bug #16953: RC1: Request parameters could not be validated
- This error occurs only because of TYPO3 upgrade to 4.1RC. This is against upwards compatibility. Therefore this must ...
- 01:23 Bug #16953: RC1: Request parameters could not be validated
- Franz, this is not a bug!
The error you are posting here is written in $TSFE->reqCHash(). However, $TSFE->reqCHash... - 15:11 Bug #16950: exec() with ImageMagick/GraphicsMagick fails on Windows with safe_mode = On
- Hi Martin,
I have forgotten to say that it happens on Windows XP.
I have no Windows 2003 Server to test this.
... - 13:54 Bug #16961: Sql Error editing BE User
- Hi Christian,
u r right. After using your patch it is fine. Get no longer an SQL error.
Hope this is fixed in th... - 13:33 Bug #16961: Sql Error editing BE User
- Hi
this could be the same bug as the one i reported (0004939).
Try the patch i provided (on own risk) and i think t... - 09:18 Bug #16961 (Closed): Sql Error editing BE User
- Editing a BE User throws a SQL Error on top of the page..
Warning: mysql_fetch_assoc(): supplied argument is not a... - 13:46 Feature #16383: open module on startup
- Thomas: This should be at one of the top positions of your 'has to be done' list ;) I thought it would make it into t...
- 08:58 Feature #16383: open module on startup
- No. Unfortunately I didn't found the time to finish this. So it will be in 4.2 I guess because it's still "under cons...
- 08:53 Feature #16383: open module on startup
- Isn't this feature implemented in typo3 4.1?
greets,
Frans - 12:59 Bug #16956: Redundant comma in label_alt_force
- Thomas, can you take care of this and send one of the patches as an RFC to the core list?
Thanks!
- Ingmar - 09:31 Bug #16956: Redundant comma in label_alt_force
- Hi,
it's debatable if this is really a bug or a feature... Quote from the Core API doc:
"label_alt_force: If se... - 09:11 Bug #16956: Redundant comma in label_alt_force
- example:
label = title
label_alt = subtitle
label_alt_force = 1
in your patch, the problem is, when a record ... - 08:37 Bug #16956: Redundant comma in label_alt_force
- Hi,
I have added a new patch which is a bit cleaner in my eyes. Anyway, I'm not sure what the normal bevahior should... - 12:48 Bug #16459: Bug in t3lib_loaddbgroup.php when using defVals while creating new records
- Please have a look at it ;-) This bug needs just one minute to fix. I sadly have no write access to svn ;-)
- 12:46 Bug #16459: Bug in t3lib_loaddbgroup.php when using defVals while creating new records
- Hi all,
this patch works great. I don't really understand what you mean Franz, because the MM Table will be used i... - 10:18 Bug #16928: No automated relogin after timeout
- This also happens in 4.1RC1
- 07:52 Bug #16845: Incorrect values of colPos, sys_language_uid and sorting after moving records in web > list
- I played with the sorting in the BE and moved some translated and the corresponding original items around. What I not...
2007-02-08
- 23:26 Bug #16953: RC1: Request parameters could not be validated
- Please see the attached patch 0004940.patch
* pageNotFoundOnCHashError stays true by default
* pageNotFoundOnCHas... - 23:20 Bug #16953: RC1: Request parameters could not be validated
- The reason relies on revision 1986 (see ChangeLog http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/6707#fi...
- 11:20 Bug #16953: RC1: Request parameters could not be validated
- Hi Stucki,
any idea what this is caused by?
cheers
Ingmar - 09:42 Bug #16953: RC1: Request parameters could not be validated
- The reason comes from file tslib/class.tslib_fe.php. Somehow a cHash evaluation error occures. But all the caches hav...
- 09:25 Bug #16953 (Closed): RC1: Request parameters could not be validated
- Nothing works any more in the FE after an upgrade vom 4.1 beta3 to 4.1 RC1, if I click 'show' context menu in the pa...
- 21:53 Feature #16892: Patch for more than one sysfolder
- I just added these three files:
- class.tx_newloginbox_pi1.php.diff
- ext_typoscript_setup.txt.diff
- flexform_... - 21:46 Feature #16084: Fixed fonts in the Backend configuration (TypoScript setup field or TSConfig fields)
- I think that has been fixed in 4.0.2 or so. Can you still confirm this bug in 4.0.4 or 4.1 RC1?
- 21:44 Bug #16950: exec() with ImageMagick/GraphicsMagick fails on Windows with safe_mode = On
- Put IM into the safe_mode_exec_dir directory. See http://www.php.net/manual/en/features.safe-mode.php.
- 21:41 Bug #16960: SQL error with DBAL/PostgreSQL: List or look up reviewed extensions
- I think the order clause is pointless for the COUNT(*) and it can safely be omitted. The grouping makes no sense.
- 18:19 Bug #16960 (Closed): SQL error with DBAL/PostgreSQL: List or look up reviewed extensions
- While "List or look up reviewed extensions":
sqlError ERROR: column "cache_extensions.category" must appear in the G... - 17:20 Bug #16958: New ajax page tree displays some characters incorrectly sometimes...
- Please have a look to bug-id #16871 and apply the patch. Or use the latest release - TYPO3 4.1RC1.
- 17:03 Bug #16958 (Closed): New ajax page tree displays some characters incorrectly sometimes...
- Using a full UTF-8 site containing many language characters the new page tree displays the characters fine at first b...
- 17:06 Bug #16959 (Closed): ampersand in url
- <!--###FORGOTP_LINK###-->
is replaced with this:
<a href="index.php?id=16&no_cache=1&tx_newloginbox_pi1[forgot]=1">... - 17:01 Bug #16957 (Closed): ampersand in url
- <!--###FORGOTP_LINK###-->
is replaced with this:
<a href="index.php?id=16&no_cache=1&tx_newloginbox_pi1[forgot]=1">... - 16:14 Bug #16956 (Closed): Redundant comma in label_alt_force
- If there ist activate the "label_alt_force" in tt_content [ctrl] with eg this label_alt "title, subtitle", and the su...
- 13:10 Bug #16955 (Closed): Moving content element changes language setting
- If I am in List View and I move a content element, which has a translation, up or down within a page, the setting of...
- 12:28 Bug #16951: Autofill in form functions fail on Firefox & Internet Explorer
- Just a little add note: there exists a non-standard html attribute called "autocomplete" (tested it for Firefox 2 and...
- 09:54 Bug #16951: Autofill in form functions fail on Firefox & Internet Explorer
- Hmm...otherwise i think its not least Typo3 which makes itself fully dependend on correctly triggering javascript eve...
- 08:16 Bug #16951: Autofill in form functions fail on Firefox & Internet Explorer
- Due to this comes from the browser and TYPO3 could only work around, I'm not sure if this is a major or tweak problem...
- 08:12 Bug #16951: Autofill in form functions fail on Firefox & Internet Explorer
- Indeed, this could be a problem. Please see http://allinthehead.com/retro/102/the-times-they-are-onchanging - it's no...
- 11:28 Bug #16876: "Import Extensions" shows all imported extensions also as "only found on this server"
- My previous change was bad. It took some time to really understand the code. It seems that the old code never checke...
- 11:18 Bug #16954: Pagtree + for subpages missig on some pages
- Could you please test if the bug is still present in TYPO3 4.1 RC1?
cheers
Ingmar - 10:47 Bug #16954 (Closed): Pagtree + for subpages missig on some pages
- The + in front of the pagetitle is missing on some pages. If you click on the page there are still subpages. If you c...
- 10:21 Revision cb4c9ab6: Changing a comment describing a tcemain hook.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2018 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:07 Bug #16949: Absolute links are made relative which breaks link
- Yes. I've tried enabling it both in my tsconfig and in my template (wasn't sure if this was backend or frontend). No ...
2007-02-07
- 23:57 Bug #14402: the TS embedded help is not up-to-date
- Michael,
Thanks for the supportive feedback and suggestions. Either way (typo3xdev or core sysext) would be great.... - 20:23 Bug #16952: Calling "DB Check" -> "Record Statistics" results in many SQL-related errors
- yes
today i
1) changed the sources form 4.0.4 to 4.1RC1
2) made a DB update
3) changed the compatibility mode to... - 20:16 Bug #16952: Calling "DB Check" -> "Record Statistics" results in many SQL-related errors
- Did you update the database in the Install Tool?
- 19:20 Bug #16952: Calling "DB Check" -> "Record Statistics" results in many SQL-related errors
- I forgot to say that I got this error with 4.1RC1 but I could only select 4.1beta3...
sorry for that - 19:17 Bug #16952 (Closed): Calling "DB Check" -> "Record Statistics" results in many SQL-related errors
- When I call "DB Check" -> "Record Statistics" I get a lot of errors in t3lib/class.t3lib_db.php in lines around 800.
... - 18:03 Bug #16951 (Closed): Autofill in form functions fail on Firefox & Internet Explorer
- If you try to fill a backend form field by using autofill in form functions of your browser, the value won't be saved...
- 17:57 Bug #16949: Absolute links are made relative which breaks link
- Did you try to adjust your genaral TypoScript by config.typolinkCheckRootline?
see http://typo3.org/documentation/do... - 17:19 Bug #16949: Absolute links are made relative which breaks link
- Can someone please move this to the right project if tx_rtehtmlarea is wrong? I didn't see that drop-down in the uppe...
- 17:10 Bug #16949 (Closed): Absolute links are made relative which breaks link
- I have multiple subdomains hosted in the same Typo3 install. On certain pages, I need to do links in the RTE that go ...
- 17:26 Bug #16950 (Closed): exec() with ImageMagick/GraphicsMagick fails on Windows with safe_mode = On
- On Windows-Systems with safe_mode = On the exec()-Command for ImageMagick/GraphicsMagick fails.
It's not possible to... - 17:22 Bug #15707: Page highlighting for alt_db_navframe
- The new patch works with typo3 4.1 and adds the following:
live-workspace: "active" as class
workspaces: "active ... - 16:51 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- So, can you tell me if this problem is solved with 4.0.4 or 4.1 ? I'll close this issue then.
- 16:39 Bug #16236: permissions of versioned pages are not changed in draft workspace
- Is there any chance to get this fixed in 4.1?
- 16:36 Feature #16942: provide new inputfield "directorypicker" in BE
- +1
- 15:40 Feature #16942: provide new inputfield "directorypicker" in BE
- hi oliver,
could you provide some technical details howto achieve a directorypicker... maybe others are interested t... - 10:49 Feature #15809: Divider error
- Hi Michael!
No, the error is gone since RC3 as I wrote before.
Ernesto wrote:
"So I think if we change this, w... - 09:02 Feature #15809: Divider error
- Björn,
when did Ernesto make any promises? I couldn't find any! :-)
Anyway, this change is a very small one. If... - 10:13 Feature #16947 (Closed): Use extended Unicode features of PHP 5.1 for word splitting
- The word splitter uses currrently a homegrown PHP code to split text into words. Maybe it could be sped up by using P...
- 10:03 Feature #14986: Check if session_support is enabled in PHP
- Hehe, seems I never disabed session support then. Well, for 4.1 (and possibly 4.0) we better add the check then.
M... - 08:53 Feature #14986: Check if session_support is enabled in PHP
- Martin, the session requirement was there since ages, so there is no new dependency added by this.
If you think it... - 01:34 Revision c3495659: Tagging TYPO3 4.1RC1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-1-0RC1@2017 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:22 Revision fdbca45b: Added some more useful commands to advanced.htaccess (all disabled by default)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2016 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:18 Revision 0f56e145: Fixed bug #4883: mod_rewrite rules rewrite missing favicon.ico to index.php (thanks to Stefan Geith for this hint - notice that manual modification of existing .htaccess files might be neccessary)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2015 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:16 Revision 8f797c9b: Fixed bug #4883: mod_rewrite rules rewrite missing favicon.ico to index.php (thanks to Stefan Geith for this hint - notice that manual modification of existing .htaccess files might be neccessary)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2014 709f56b5-9817-0410-a4d7-c38de5d9e867
- 01:09 Revision f17fe31f: Release of TYPO3 4.1RC1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@23846 735d13b6-9817-0410-8766-e36946ffe9aa
- 01:09 Revision 3091d958: Release of TYPO3 4.1RC1
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2013 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:56 Bug #16940: Mount Point Links
- Still pending for TYPO3 4.0.5 of course, therefore reopening...
- 00:55 Bug #16940: Mount Point Links
- Fixed in TYPO3 4.1
- 00:55 Revision 74b3ceca: Fixed bug #4917: Wrong links inside mounted page with overlay (thanks to Melanie Meyer / Franz Ripfel)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2012 709f56b5-9817-0410-a4d7-c38de5d9e867
- 00:49 Revision 1d6b49f5: Added feature #4476: Allow limitation of config.linkVars
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2011 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-02-06
- 22:34 Bug #16943: Sorting of records in a M-M relation
- Okay, I can confirm this as a feature request for TYPO3 4.2.
t3lib_loadDBgroup::readMM() currently doesn't provide... - 21:24 Bug #16943: Sorting of records in a M-M relation
- I was talking about default sorting indeed of the table 2. When in MM-relations it does not inherent the default sort...
- 08:18 Bug #16943: Sorting of records in a M-M relation
- Are you talking about a default sorting, such like alphabetically by title or date, or is it about a manual sorting u...
- 01:39 Bug #16943 (Closed): Sorting of records in a M-M relation
- The sorting of the records in a M-M relationship does not inherit the sorting of selected table, but instead sorts on...
- 22:01 Bug #16832: failed to open stream: Is a directory in ...
- Problem is still existing, but seem to be just a bug in the w4x_backup extension. It's not a problem of rights, as fi...
- 19:06 Bug #14402: the TS embedded help is not up-to-date
- Hi Stephane, I have today been playing with this extension and it seems to work quite well!
However, I first encou... - 16:55 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Gregory, this won't make it into 4.0 as it's a new feature, but - as there is a feature freeze for 4.1 - it won't mak...
- 12:49 Bug #15128: Shortcut Handling can cause SEO problems and should be improved
- Any news on this isue?
It's still in 4.0.4... - 16:53 Bug #16946 (Closed): SQL error with Templavoila/DBAL/PostgreSQL: Different language
- While implementing the merrychristmas example website in Postgres environment, there occur several SQL errors. Hopefu...
- 16:40 Bug #16436: spamProtectEmailAddresses_lastDotSubst breaks image links
- Committed to SVN Trunk.
- 15:17 Bug #16436: spamProtectEmailAddresses_lastDotSubst breaks image links
- Yes, the patch fixes the problem - thank you very much,Oliver - please commit it to trunk.
- 15:05 Bug #16436: spamProtectEmailAddresses_lastDotSubst breaks image links
- Please see and test the attached file 0003985.patch which should solve this problem.
- 14:47 Bug #16436: spamProtectEmailAddresses_lastDotSubst breaks image links
- This error isn't only related to IMAGE.
This TS produces the same error:
10 = TEXT
10 {
value = some.text
... - 14:16 Bug #16436: spamProtectEmailAddresses_lastDotSubst breaks image links
- Disregarding of your note "keyword:t3dd06" seems problem has not been touched at DD06...
- 14:15 Bug #16436: spamProtectEmailAddresses_lastDotSubst breaks image links
- Problem still exists on trunk from today...
- 16:37 Revision c8031669: Fixed bug 3985: Wrong substitution for spamProtectEmailAddresses_atSubst/spamProtectEmailAddresses_lastDotSubst
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2010 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:20 Bug #16176: RTE-config in PageTS-config not loaded when in draft workspace
- ok, alright - never had the probs with this, sry.
Anyway i meant the 3544_new.patch
- 16:02 Bug #16176: RTE-config in PageTS-config not loaded when in draft workspace
- Sorry, I forgot: Once the patch has been proven to work in 4.1RC1, it needs to be committed for 4.0.5 as well. So thi...
- 15:58 Bug #16176: RTE-config in PageTS-config not loaded when in draft workspace
- Committed.
- 15:57 Bug #16176: RTE-config in PageTS-config not loaded when in draft workspace
- The attached patch works quite similar to 3544_new.patch except that it doesn't contain a hook which has absolutely n...
- 15:24 Bug #16176: RTE-config in PageTS-config not loaded when in draft workspace
- Steffen, did you notice Helmuts comment? He reports that the patch is not working, nobody confirmed, nobody objected....
- 12:14 Bug #16176: RTE-config in PageTS-config not loaded when in draft workspace
- What is the problem - the patch works, why isn't this integrated in core ?
Now everyone who works with workspaces ha... - 15:59 Revision 7de17b11: Fixed bug #3544: RTE-config in PageTS-config not loaded when in draft-workspace
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2009 709f56b5-9817-0410-a4d7-c38de5d9e867
- 15:41 Bug #16945 (Closed): Hardened-PHP / Suhosin / suhosin.executor.max_depth / ALERT - maximum execution depth reached
- Stupid Hardened-PHP / Suhosin blocks generation of frontend output.
My hoster silently activated Hardened-PHP and ... - 14:54 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- guys, please add this patch to the core
- 14:39 Bug #16805: Error while entering a numbers like 50 or 50.00 into a double2 field
- Fixed in 4.0.5 / 4.1.0
- 14:38 Revision 032fc30c: Fixed bug #4689: Error while entering a numbers like 50 or 50.00 into a double2 field
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2008 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:27 Revision f5c4ff31: Fixed bug #4689: Error in t3lib_tcemain while entering a number like 50 or 50.00 into a double2 field
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2007 709f56b5-9817-0410-a4d7-c38de5d9e867
- 14:20 Revision e63956b1: indexed_search: Turn off maxAge setting as this "feature" seems to make no sense at all
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2006 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:16 Bug #16893: timezone-problem
- I'm wondering that here is no reaction, cause I heard from several people struggling with this problem.
In the podca... - 12:49 Feature #14986: Check if session_support is enabled in PHP
- Michael, I'd try to avoid a new dependency if possible. IMHO it's not too hard to store one value during login by our...
- 12:27 Feature #14986: Check if session_support is enabled in PHP
- If TYPO3 relays on Session support it should be tested and documentated in the System requirements, if the code is ch...
- 12:04 Feature #14986: Check if session_support is enabled in PHP
- Martin: Why should we add an own implementation when there is a common used PHP module for that?
- 12:02 Bug #16838: Hash character in external Link URL
- I think he complained that parse_url() wans't called as @parse_url() to suppress those warnings.
- 12:02 Bug #16319: Clicking on the mounted folders in Filelist BE module produce javascript errors.
- No, I think this issue was solved some time ago. It had todo with special chars in a UTF-8 (the AJAX-) response...
... - 11:55 Revision de6c7c04: Fixed bug #4742: link to user on User Admin page is following to wrong URL
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2005 709f56b5-9817-0410-a4d7-c38de5d9e867
- 11:55 Bug #16833: link to user on User Admin page is following to wrong location
- Fixed in SVN.
- 11:46 Bug #16833: link to user on User Admin page is following to wrong location
- The attached patch 0004742.patch should solve this problem.
- 11:38 Bug #16833: link to user on User Admin page is following to wrong location
- The functionality was changed in revision 1770.
http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/5631#file25 - 11:50 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- This must be included in the 4.0.4 version as it isn't in 4.0.2. Upgrading must be the answer then! Thank you for the...
- 10:59 Bug #16693: pagebrowser shows wrong numbers
- Updated patch to apply against most recent Trunk.
- 10:39 Revision dbeb5dfd: Fixed bug #3069 again: Ignore version check if no requirements are specified
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@2004 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:32 Revision 05d1e46f: Fixed bug #3069 again: Ignore version check if no requirements are specified
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2003 709f56b5-9817-0410-a4d7-c38de5d9e867
- 09:48 Feature #16728: GMENU additionalParams for links should be available
- Fixed in 4.1
- 09:47 Revision bce96ac3: Added feature #4536: Add new property "additionalParams" to GMENU items / Cleanup in tslib_menu
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2002 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:45 Revision e5792c4e: Fixed bug #4581: Duplicate entry on cache_pagesection on reloading twice. See bugtracker entry for details about this change.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2001 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:44 Bug #16751: Duplicate entry on cache_pagesection on reloading twice
- Fixed in 4.1. For an explanation of the final change, see http://lists.netfielders.de/pipermail/typo3-team-core/2007-...
- 08:15 Revision 436c4f98: Fixed bug #4666: Use TYPO3 settings when formatting dates
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2000 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:14 Feature #16942: provide new inputfield "directorypicker" in BE
- Indeed, this could be useful (+1).
- 08:14 Bug #16793: Date formatting should use Typo3 default settings and be configurable
- Fixed in 4.1
- 08:10 Revision d6795c09: Added feature #4592: Keep indexed_search tables consistent when deleting/hiding pages (Thanks to Michael Fritz)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1999 709f56b5-9817-0410-a4d7-c38de5d9e867
- 08:09 Bug #16753: Indexed search displayes deleted and hidden pages.
- Fixed in SVN. Thanks Michael!
2007-02-05
- 22:07 Bug #16844: Page with doktype 3 (external URL) and e-mail as URL could be shown directly (mailto:)
- Committed to Trunk.
- 22:02 Revision 62450ce2: Fixed bug 4758: Page with doktype 3 (external URL) and e-mail as URL could be shown directly
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1998 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:43 Feature #16942 (Closed): provide new inputfield "directorypicker" in BE
- Extend TCA-types with the possibilty to select a directory instead of only picking a file. Could be used for e.g. Gal...
- 19:24 Revision 0f0e4c69: Lots of <label> tags added to checkbox labels throughout the core
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1997 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:50 Bug #16741: typoLink doesn't use "type" correctly with simulateStaticDocuments
- Hi guys!
You must be kidding ;)
"Now the input can be an alias or page-id. If the input is an integer it's a pa... - 12:03 Bug #16741: typoLink doesn't use "type" correctly with simulateStaticDocuments
- parameter.dataWrap = {TSFE:id},5
- 18:19 Bug #16812: Skype incompatibility
- I wrote a message to the Skype developers. It's not a bug of general TYPO3 concern, so I'm closing this bug.
- 18:07 Bug #16941 (Closed): Access settings do not work propely
- Page has several content elements and sub-pages.
Access for group is described in attach. Under user from proper use... - 17:39 Bug #16164: Old Gremlin: Mail Form validation: solution of wrong Russian chars in JS pop-up
- The patch is not present neither at 4.1 Beta 3, nor at trunk from today.
Would it be fixed until 4.1? - 17:19 Revision e3d4c2c0: Bugfix for TSconfig overriding TCA field configuration
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1996 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:59 Feature #16884: Patch for ter_update_check into EM
- hi michael!
the current TER2 upload tool in EM uses the same wording:
(*) New development version (latest x.x.x... - 15:46 Bug #16556: be_groups field "title" is too short
- Committed to SVN by Ingmar.
http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/5973 - 15:39 Bug #16838: Hash character in external Link URL
- http://# is not a valid URL at all.
Where are you missing this feature to set a link to a <a name="something"> ancho... - 15:36 Bug #16319: Clicking on the mounted folders in Filelist BE module produce javascript errors.
- Does this negative behaviour still exist in TYPO3 4.1-beta3?
- 15:27 Bug #16833: link to user on User Admin page is following to wrong location
- I could reproduce this bug for 4.1-beta3.
Tools>User Admin module, click on the username produces the error (not the... - 14:02 Feature #16935: Add an option to add alternative external URL or shortcut for other languages
- Hey, actually, that's what I thought too, but I found this one in version 4.0.4:
* Click on "page properties" and ... - 12:03 Bug #16805: Error while entering a numbers like 50 or 50.00 into a double2 field
- it is not yet in 4.0.4
- 12:03 Bug #16934: tsLinks not rendered in tt_news and de_simplecalendar (should be in css_styled_content?)
- False alarm, Sorry, it is a typoscript issue - I don't understand it yet but have wound an instance where it works.
... - 10:41 Revision 589f6623: Minor bugfix to AJAX Pagetree
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1995 709f56b5-9817-0410-a4d7-c38de5d9e867
- 10:00 Feature #14986: Check if session_support is enabled in PHP
- I think that we could create a workaround for that and no rely on PHP sessions.
- 09:12 Bug #16940 (Closed): Mount Point Links
- If content of the Mount Root is mounting as well (overlaymode):
Links to this page have to stay within the branch!
... - 08:57 Feature #15893: New TCA-options for getting labels with user-functions
- This feature made it into the core of TYPO3 4.1 and could be used at $TCA[<table>]['ctrl']['label_userFunc']. See TYP...
- 08:51 Bug #16832: failed to open stream: Is a directory in ...
- Does this error still exist?
- 08:48 Bug #14402: the TS embedded help is not up-to-date
- Thanks a lot, Stephane! This sounds very promising, I'll check it out asap.
I consider the missing merging functio... - 08:46 Bug #15126: file list module nav frame doesn't reload automatically after creating a folder
- Fixed in TYPO3 4.1 with the AJAX Page-/Filetree by Benjamin Mack.
- 08:38 Bug #16939: Rich text editor not loading
- Thanks for your feedback. I'm closing this bug-report.
RTEhtmlarea is developed in the TYPO3 Core. So, it contains t... - 00:00 Revision ae7f2610: Modified some AND/OR statements to use common operators instead
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1994 709f56b5-9817-0410-a4d7-c38de5d9e867
2007-02-04
- 23:57 Revision 145833ff: Removed some global statements in index_ts.php which is out of any classes anyway...
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1993 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:52 Revision 5aaf7d8c: Various style changes, all non-functional
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1992 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:46 Revision 4c0d9f54: Removed unused codeline
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1991 709f56b5-9817-0410-a4d7-c38de5d9e867
- 23:10 Feature #16684: option to exclude certain pages from cache control headers being set
- Hi Michael,
will this one make into 4.1?
It's working for me in various installations. - 22:56 Revision 78c09721: Changed error message if browser is too old for running a TYPO3 backend
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1990 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:40 Revision ff84f463: Trigger a warning if the PHP setting "post_max_size" is lower than "max_upload_size"
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1989 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:38 Revision 2ca81f14: t3lib_install: Use <tab> instead of whitespaces when appending comment to typo3conf/localconf.php
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1988 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:37 Revision 429b6d36: Forgot to reword the pageNotFoundOnCHashError description after changing its default setting
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1987 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:32 Revision a367f550: svn diff ChangeLog! Enable $TYPO3_CONF_VARS[FE][pageNotFoundOnCHashError] by default. This should usually do no harm at all as long as the encryptionKey is not changed.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1986 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:23 Revision a3fc1cb2: Added icon to edit record of page overlay for a translated page
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1985 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:14 Feature #16921: HTTP Error when trying to upload extension: Improve error-handling
- I have uploaded the ext_emconf.php file of the extension.
- 22:13 Revision 3d4d9e1e: Fixed a small typo in t3lib_parsehtml_proc
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1984 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:13 Revision c033b850: Fixed a small typo in t3lib_parsehtml_proc
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1983 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:11 Revision 9ff87744: Reworded description of multiplyDBfieldSize property
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1982 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:07 Revision 662e0df7: Fixed bug #4526: Add td-<number> to last table elements in CSS styled content
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1981 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:05 Revision 21f78497: Changed t3lib_basicFileFunctions to use filemtime() instead of filectime()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1980 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:04 Revision 4f24acf0: Changed t3lib_basicFileFunctions to use filemtime() instead of filectime()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1979 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:02 Revision 5423a9a9: Fixed another typo
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1978 709f56b5-9817-0410-a4d7-c38de5d9e867
- 22:01 Revision 82a72cb4: Trimmed some empty lines
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1977 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:35 Bug #16741: typoLink doesn't use "type" correctly with simulateStaticDocuments
- as you can see in class.tslib_content.php in function typolink, the type get's his special part in $link_param, which...
- 20:48 Bug #16939: Rich text editor not loading
- There were no Javascript errors.
The reason for this problem was a local installed RTE 1.4.3. After deleting the lo... - 16:49 Bug #16939: Rich text editor not loading
- Are you using the standard RTEhtmlarea shipped with TYPO3 4.1-beta3 or the TER version? Do you get any JavaScript err...
- 12:00 Bug #16939 (Closed): Rich text editor not loading
- After upgrading from 4.0.4 to 4.1B3 rich text editor is not loading anymore. I only get the message "The editor is be...
- 19:29 Bug #16873: Popup of pagetree shows up at the wong place (Typo3 4.1beta3)
- Indeed. Thanks for closing the issue, I forgot about it! :-)
- 19:18 Bug #16873: Popup of pagetree shows up at the wong place (Typo3 4.1beta3)
- Committed to SVN Trunk by Ingmar.
- 13:56 Bug #16873: Popup of pagetree shows up at the wong place (Typo3 4.1beta3)
- Sent to the core list.
- 18:59 Bug #16908: htmlarea doesn't show up
- From time to time I have troubles with htmlarea 1.3.8 too in TYPO3 4.0.4 with Firefox 2.0. I also had problems with I...
- 18:35 Bug #16908: htmlarea doesn't show up
- installed and loaded. Temp files removed, caches cleared, problem still exists
- 18:29 Bug #16908: htmlarea doesn't show up
- Please check if the RTEhtmlarea is correctly installed and loaded in the Extension Manager. Additionally you can dele...
- 18:42 Revision f52f8e09: Added missing SVN properties for jsfunc.tbe_editor.js
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1976 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:29 Bug #15950: Extension manager link in BE-Navigation wont launch extension manager
- Will be fixed in TYPO3 4.0.5 and 4.1
- 18:23 Revision 843b3810: Fixed bug #3069: Extension manager crashed because of some PHP bug with version_compare() (thanks to Rainer Haertlein who discovered the solution to this problem)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1975 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:23 Revision 4f845529: Fixed bug #3069: Extension manager crashed because of some PHP bug with version_compare() (thanks to Rainer Haertlein who discovered the solution to this problem)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1974 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:03 Revision 59784762: Changed newlines of typo3/jsfunc.tbe_editor.js from Windows (\r\n) to Unix (\n) style
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1973 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:57 Revision 027d4975: Extended db_mountpoint and file_mountpoint fields into to 255 bytes size
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1972 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:45 Bug #16888: TCA parameter "size" on a field type 'inline' with doesn't affects foreign selector box
- Committed to SVN Trunk.
- 17:44 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- Committed to SVN Trunk.
- 17:15 Revision e66275ac: * Features & bugfixes for Inline Relational Record Editing (IRRE)
- - Feature: hide new record link by appearance property
- Feature #4838: enabled element browser to be used as select... - 16:52 Feature #16813: JSeventFuncCalls onunload
- Okay :) IMHO we should use event listeners.
- 16:07 Feature #16813: JSeventFuncCalls onunload
- My point was not how, but if we should use evebt listeners.
- 16:50 Revision 78e72cb2: Fixed bug #4817: Clickmenu shows up at the wrong place
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1970 709f56b5-9817-0410-a4d7-c38de5d9e867
- 16:00 Revision 1cc3ffaa: Mentioned new PHP version requirement (4.3.0) in NEWS.txt
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1969 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:45 Revision 5dca9c1d: The pagetree now doesn't wait for the AJAX response any more when collapsing
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1968 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:14 Bug #16610: Admin panel is outputed below /body tag
- Hi,
I have doctype XHTML 1.0 strict and content-type text/xml in the head of some web pages and everytime I try to...
2007-02-03
- 23:39 Bug #16938 (Closed): [setDBinit] can't be saved correctly
- I have set [setDBinit] to
"SET NAMES utf8
SET CHARACTER SET utf8"
Everytime I click on save (i mean not only th... - 23:06 Bug #16929: Templates are not rendered fine
- oh, it works quite well, if it's value is "" or "#" ;)
- 18:59 Feature #16813: JSeventFuncCalls onunload
- Have a look how this is implemented in prototype.js event handlers ("_observeAndCache"):
http://dev.rubyonrails.org/... - 17:32 Feature #16813: JSeventFuncCalls onunload
- Not sure since both are valid and I am not a JS guy. I use it for Google Maps which requires the onload stuff to be i...
- 17:22 Feature #16813: JSeventFuncCalls onunload
- More questions:
Should we change from document.onXXX to window.onXXX? onload and onunload belong to window not doc... - 17:01 Feature #16813: JSeventFuncCalls onunload
- Thanks Martin. I saw the duplicate load call and your comment whether it was necessary, and I am all for removing it....
- 14:02 Feature #16813: JSeventFuncCalls onunload
- Added a new patch which allows for arbitrary events.
- 17:57 Revision b53a4f35: Fixed feature request: TCEforms/IRRE - Allow TSconfig to override TCA field configuration
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1967 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:12 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
- Karsten, thanks for the hint! A link which offers to reload the whole backend and that appears only when an extension...
- 15:04 Bug #14402: the TS embedded help is not up-to-date
- Please see the newly attached T3X extension. I have updated my initial version and this one should work much better -...
- 13:11 Bug #16833: link to user on User Admin page is following to wrong location
- Cannot reproduce this in 4.1 beta3.
- 13:09 Bug #16842: Usage of t3lib_basicFileFunctions in own FE-plugin not possible
- You have simply to include the php file yourself:
require_once(PATH_t3lib.'class.t3lib_basicfilefunc.php'); - 13:01 Bug #16872: Pagetree has visible bullets on Firefox! (4.1beta3)
- Experienced the same as you, but as for Andrreas the problem went away after clearing the browser cache.
- 12:09 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- Here we go... irre_RC1_stress_3.patch
It now also supports the uniquness handling of group/db fields in an intermedi... - 11:42 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- Yeah! Great Job!!!
It seems to work fine.
2007-02-02
- 21:47 Revision 5225f211: Changed db_list_extra.inc to use new mod.php?M=xMOD_tximpexp (instead old impexp/app/index.php)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1966 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:47 Bug #16883: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object (4.1beta3)
- Fixed in SVN.
- 21:31 Bug #16883: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object (4.1beta3)
- Another error is in the drop down box from the clipboard (with the same reason).
- 14:55 Bug #16883: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object (4.1beta3)
- The link to te module is wrong. From 4.1 in a module is expected to be called from typo3/mod.php.
eg http://typo3-... - 13:13 Bug #16883: Fatal error in impexp module: Call to a member function includeLLFile() on a non-object (4.1beta3)
- Found the changeset here:
http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/5631#file29 - 21:38 Revision 99216b05: Changed t3lib_cipboard to use new mod.php?M=xMOD_tximpexp (instead old impexp/app/index.php)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1965 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:08 Bug #16929: Templates are not rendered fine
- I don't think that using constants in the left hand side of an expresion is allowed:
{$teaserbannerlayout}temp.css... - 21:01 Bug #16936: No RTE?
- Hi Sascha,
Spot on. That did the trick. Thanks for your help.
Just one other thing - I'm embarrassed to ask -... - 18:04 Bug #16936: No RTE?
- You have to install htmlarea
The old RTE does not work with IE7 and Firefox - 15:21 Bug #16936 (Closed): No RTE?
- Hi,
I am just starting on the journey of Typo3. I am very keen and enjoying it so far.
I have just upgraded my... - 18:31 Bug #16843: H/TMENU crop is hardcoded in tslib_menu.php
- As requested, bug-report is closed.
- 17:33 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- You can test the file irre_RC1_stress_2.patch
It implements the feature to use group/db as selector fields.
The o... - 11:21 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- Yepp, thanks. Exactly the same is done in TCEforms_inline. So you don't have to do this on your own... TYPO3 does ;-)
- 11:18 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- In effect there's a little trick:
adding t3lib_div::loadTCA("tx_testingirre_address_company"); (in my little experim... - 11:05 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- [::bug::] Thanks for the hint on the select-type. This also depends on the loading order of extensions. The select-is...
- 10:20 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- Don't know if it can helps but: also with the company field on the intermediate table as TCA type "select", for me, i...
- 17:07 Feature #16937 (Closed): Adding some more Date Conditions to class.t3lib_matchcondition.php
- I have added 2 more Date Conditions to class.t3lib_matchcondition.php.
year, julianday
Please have a look if th... - 15:19 Bug #16790: Only white page on backend
- All the backend display shows only: TYPO3 4.1beta3
>
Somehow one extension has output a '>'. After an update ... - 14:12 Bug #16337: The requested URL /typo3conf/ext/templavoila/mod1/db_new_content_el.php was not found on this server.
- Le bug de typo3 de templa voila
- 13:54 Feature #16935 (Closed): Add an option to add alternative external URL or shortcut for other languages
- There is no way to add a corresponding external URL or shortcut in another language when using the one tree model and...
- 12:30 Bug #16934 (Closed): tsLinks not rendered in tt_news and de_simplecalendar (should be in css_styled_content?)
- Am posting in rtehtmlarea as the relevant code seems to come from there.
TYPO3 4.04 htmlarea 1.3.8 tt_news 1.7.3 de_... - 12:01 Bug #16933 (Closed): 0004438 revisided (broken anchor links)+quick fix
- Am using typo3 4.04 with css styled content as sysext (not RealUrl wich might account for this)
the problem as des... - 11:39 Bug #16873: Popup of pagetree shows up at the wong place (Typo3 4.1beta3)
- I uploaded the simple patch, hope this fixes it.
- 09:41 Bug #16873: Popup of pagetree shows up at the wong place (Typo3 4.1beta3)
- The SourceForge user "typo3" is that man that appears nearly in all TYPO3 related scripts, documents and whatever... ...
- 08:39 Bug #16873: Popup of pagetree shows up at the wong place (Typo3 4.1beta3)
- so who is user "typo3"? if no one knows I think we should create a patch (for removing the if-clause; I could do that...
- 00:22 Bug #16704: Fulltext RTE in IE7 only 10 lines high
- Rejoice! The fix has been added to SVN (both 4.1 and 4.0.4).
2007-02-01
- 23:43 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- Okay, the extension works (in general *g*)
The company field on the intermediate table uses the TCA type "group/db",... - 18:33 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- Hi Oliver,
first of all: thank you for your patience and your willingness!
Perhaps you don't see any field render... - 18:06 Feature #16887: Using foreign_selector on anti-symmetric intermediate table with attributes causes an empty selector
- Hm, I tried to reproduce this with tt_address 1.0.4 from TER. But when I create a new tt_address record I cannot see ...
- 21:29 Bug #16929: Templates are not rendered fine
- same error.. the only difference is, that the line number was of course increased by 1..
- 21:24 Bug #16929: Templates are not rendered fine
- have you tried this (just wandering):
temp.cssie5 = COA
temp.cssie5.20 = HTML
temp.cssie5.20.value (
.someclas... - 20:05 Bug #16929: Templates are not rendered fine
- well let's asume that the # is the problem.. How to solve that? I mean I can't define css for an id without #
- 19:24 Bug #16929: Templates are not rendered fine
- don't really know...
but this works for me:
page.headerData.20 = TEXT
page.headerData.20.value (
<style type=... - 18:55 Bug #16929: Templates are not rendered fine
- yeah, but how to archive this, that T3 just prints our the class stylesheet as I would like to have it done? (I want ...
- 18:37 Bug #16929: Templates are not rendered fine
- well.. i think that TS should not parse your text inside the ( )
if it gives that error maybe it is parsing it...
... - 16:06 Bug #16929: Templates are not rendered fine
- the error is: "- ERROR: Line 12914: Object Name String, "color" was not preceeded by any operator, =<>({"
- 15:44 Bug #16929 (Closed): Templates are not rendered fine
- I use the following code in my template Setup field:
temp.cssie5 = COA
temp.cssie5.20 = HTML
temp.cssie5.20.value ... - 20:36 Bug #16932: selected type "last part of word" not in highlighting content
- Ok, it is typo3 4.0.4 and indexed_search 2.9.3
Sorry, I forgot that. - 20:35 Bug #16932 (Closed): selected type "last part of word" not in highlighting content
- In Advanced Search you can choose a search type "last part of word". The search results are found correctly.
But i... - 18:42 Bug #15114: limited to languages; still can delete content element
- still see this problem in typo3 4.1beta3
- 18:37 Bug #16572: Limit to Languages doesn't restrict editing of "alternative page language records"
- in testcase
- User 1: Limit to default language
- User 2: Limit to 2nd language
User2 can not edit CE with d... - 18:20 Bug #16888: TCA parameter "size" on a field type 'inline' with doesn't affects foreign selector box
- Confirmed! You're right. This will be fixed for TYPO3 4.1-RC1.
- 17:34 Bug #16704: Fulltext RTE in IE7 only 10 lines high
- I can also confirm this fix. This should really be in the next release.
- 13:51 Bug #16704: Fulltext RTE in IE7 only 10 lines high
- I can confirm that Martin Kutschker's tip works. I added the line to sysext\t3skin\stylesheets\stylesheet_post.css an...
- 17:00 Bug #16931 (Closed): Table index_phash field phash_grouping
- I finished a product database which creates a category-navigation. I configured postVarSets in RealURL to become read...
- 16:22 Bug #16930 (Closed): The Message "No open documents" is displayed but there a some
- When i click on the left on the "Doc" menuitem I see that there are some documents which have not been closed (in th...
- 11:35 Bug #16873: Popup of pagetree shows up at the wong place (Typo3 4.1beta3)
- It seems that user 'typo3' checked the new code in:
http://svn.sourceforge.net/viewvc/typo3/TYPO3core/trunk/typo3/... - 09:26 Bug #16928 (Closed): No automated relogin after timeout
- After a defined time of inactivity in the BE, I get the popup-message, if I like to relogin.
But doesn't matter, i... - 09:14 Bug #16843: H/TMENU crop is hardcoded in tslib_menu.php
- Oh sorry this was a mistake of mine.
The prob was in 3.7.
I could use
NO.stdWrap.crop = 100 | ... | 1
instead... - 02:12 Bug #16927 (Closed): mysql error on MM relation insert
- if i create a new (taskcenter) action, with debug activeted, i get the following error:
caller t3lib_DB::exec_INSE...
2007-01-31
- 22:09 Bug #16674: tcemain: Hook processDatamap_afterDatabaseOperations and insert operations
- I would really like to see this problem solved in the next minor/major release. An extension of mine (jm_gallery) mak...
- 21:22 Bug #16873: Popup of pagetree shows up at the wong place (Typo3 4.1beta3)
- This is a clickmenu issue, not a pagetree issue.
This will be fixed at the latest with the new clickmenu code (alrea... - 18:55 Feature #16926 (Closed): Connection between errors in Template Object Browser and Template Analyzer
- As i'm using T3 4.0.4 I don't know whether this feature is already implemented into T3 4.1b3, but it would be very co...
- 18:43 Bug #16925 (Closed): Moving the page doesn’t work when group has 'Edit page' permission
- If 'Edit page' is granted to the group members, they should be able to move the page, at least that's what the LEGEND...
- 17:45 Feature #16924: New site for gdlib
- Thanks for the information. Well, there is not much that we can do about that, except that I know about a patch from ...
- 12:15 Feature #16924 (Closed): New site for gdlib
- 01/04/07: gd development has moved to www.libgd.org. The project is now headed by Pierre Joye, a well-known PHP devel...
- 16:53 Feature #16733: Set a db size limit then clear cache
- Hi Oliver!
Well i don't think that the mailinglists and newsservers would be a good place to discuss this, as it wou... - 16:48 Bug #16908: htmlarea doesn't show up
- i'm using Firefox 1.5, and Firefox 2 as well as IE 6 and IE7. Sometimes i'm using the original T3 skin, sometimes I u...
- 16:45 Bug #16906: workspace module takes 10 minutes to load
- I have noticed, that this only happens if you actually are in a workspace. If you are in liveversion, it shows up imm...
2007-01-30
- 23:48 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
- ~12059: You can also just reload the whole BE frameset, see also comments to #15084
- 13:42 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
- Thanks Peter for testing the patch. I had to do some small changes to the patch. For the case, requirements of an ext...
- 13:38 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
- Works fine here on TYPO3 4.1beta3*PHP5*FF*OS X 10.4.8 !
What really annoys me is the logout/login procedure to awake... - 00:31 Feature #16920: Refresh left menu frame if extension with backend module was installed or removed
- Please have a look at the attached file 0004886.patch and test its functionality.
- 00:28 Feature #16920 (Closed): Refresh left menu frame if extension with backend module was installed or removed
- If an extension that contains a backend menu has been installed or was removed, the module link doesn't show up in th...
- 23:35 Feature #16914: Optimizing tables to speed up FE
- +1 for Martin.
Let's move the discussion to the dev-list. - 20:52 Feature #16914: Optimizing tables to speed up FE
- Adding inidices hpaharzardly improves nothing. And without checking I can tell that absolutelly no FE query will bene...
- 21:57 Revision 3dba0d04: Added SYS[requestURIvar] to get original value of REQUEST_URI (needed by some URL writers for IIS)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1964 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:49 Bug #16278: Imagemagick forces Microsoft IIS to crash when running as ISAPI
- What hangs? Any exec() or "only" convert.exe? I have an IIS 6.0 running and did not encounter this problem. Or has an...
- 21:37 Revision f7fa5093: Fix bug #3648: ease use of tslib_cObj::getTreeList()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1963 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:37 Bug #16227: tslib_cObj::getTreeList blank before $moreWhereClauses = ',
- Fixed in SVN.
- 21:35 Revision af5e53df: Fix bug #3648: ease use of tslib_cObj::getTreeList()
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1962 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:30 Bug #15963: IP address check blocks access from private nets
- In 4.1 access is forbidden for any host except local hosts.
- 21:24 Bug #16799: xml2array crashes sometimes since php 5.2
- Fixed in SVN.
- 21:22 Revision 11295ce9: Fix bug #4678: t3lib_div::array2xml() may crash with PHP 5.2.0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1961 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:19 Revision b4781f51: Fix bug #4678: t3lib_div::array2xml() may crash with PHP 5.2.0
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1960 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:07 Revision fd4febc0: Fixing oddities in recursive stdWraps (bugs #4312 and #4871)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1959 709f56b5-9817-0410-a4d7-c38de5d9e867
- 20:54 Bug #16277: GMENU - IE fails to respond to mouse over when using XHTML strict
- Interesting that typeof yields "object" in IE.
- 20:48 Bug #16909: ID 0004312 needs to be reopened due to misunderstanding
- Fixed in SVN.
- 20:47 Bug #16611: stdWrap-property in stdWrap doesn't work like expected
- Fixec in SVN.
- 20:46 Feature #15619: Web->Access : "leave unchanged" in permissions
- Sebastian, there is a patch for this ready waiting for approval! ItÄs workig perfectly but ther was a debate wheter t...
- 14:31 Feature #15619: Web->Access : "leave unchanged" in permissions
- Hi,
I think that within the current architecture, that is a nearly impossible feature. However, it would be possible... - 20:46 Revision f675ab82: Fixing oddities in recursive stdWraps (bugs #4312 and #4871)
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1958 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:18 Bug #16895: Target in secondary options doesn't work
- This bug is related to bug-id #16877 which is already fixed in SVN Trunk for TYPO3 4.1-RC1.
- 19:15 Bug #16923: date / datetime fields not recognized
- Related to bug-id #16877. Already in SVN Trunk for TYPO3 4.1-RC1.
- 19:07 Bug #16923: date / datetime fields not recognized
- thanks Oliver! !!!!! that patch solved this bug!
- 18:40 Bug #16923: date / datetime fields not recognized
- Hi, do you get any JavaScript errors? If this could be answered with yes and the error statment is "typo3 is not defi...
- 12:15 Bug #16923 (Closed): date / datetime fields not recognized
- all date / datetime fields in the BE don't have working javascript dor checking the value!
that is: if i enter 2-3... - 17:05 Revision 9d536714: Fixed never disappearing proposal to update database structure in Install>Database>COMPARE
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1957 709f56b5-9817-0410-a4d7-c38de5d9e867
- 13:53 Feature #16424: Missing sheets inclusion in flexforms?
- The problem is that in the $tabParts array.
The script is trying to access $sheetCfg as an array and this is of cou... - 13:25 Feature #16424: Missing sheets inclusion in flexforms?
- I can acknowledge this one, someone planed it to resolve this problem?
- 10:58 Bug #16922 (Closed): Error when installing sr_feuser_register
- Warning: Invalid argument supplied for foreach() in
/www/htdocs/w007ea46/freestyle/t3lib/class.t3lib_install.php on ... - 06:42 Feature #16921 (Rejected): HTTP Error when trying to upload extension: Improve error-handling
- When I try to upload an extension I keep getting this message:
HTTP Error: server failed to send headers
I have... - 03:27 Feature #16884: Patch for ter_update_check into EM
- Hi Christian,
there is a big misunderstanding which has been in this extension for quite some time now: A x.y.2 ve... - 00:20 Feature #15640: search word also in title and descriptions
- maybe this issue can be closed?
has bug-2585-v2.diff been applied?
2007-01-29
- 22:21 Feature #16919: AJAX pagtree update could be used when a new page is created
- yeah, truly a superb idea! Let's see what I can do! Doesn't sound too hard! I'll put it on my 4.2 list :-)
- 21:20 Feature #16919: AJAX pagtree update could be used when a new page is created
- Sounds like a good idea for 4.2.
cheers
Ingmar - 19:58 Feature #16919 (Closed): AJAX pagtree update could be used when a new page is created
- When a new page is created, the page tree is triggered to be refreshed by a javascript call:
top.content.nav_frame.r... - 21:27 Bug #16277: GMENU - IE fails to respond to mouse over when using XHTML strict
- We had this exact problem and the fix worked.
Ernesto, can you make a patch for the 4.1 release ? (I can't...)
... - 21:07 Revision ead26698: Improved (hopefully) some messages
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1956 709f56b5-9817-0410-a4d7-c38de5d9e867
- 19:53 Bug #15126: file list module nav frame doesn't reload automatically after creating a folder
- Is this bug still up-to-date? I think this bug could be closed due to the new AJAX styled tree by Benjamin Mack in TY...
- 19:04 Feature #16914: Optimizing tables to speed up FE
- Good way of sniffing what's going on exactly is enabling mysql log, by setting right after [mysqld] section in my.ini...
- 17:26 Feature #16914: Optimizing tables to speed up FE
- enableFields() seems to be a standard addition to WHERE clauses. So we should consider to have an index which improve...
- 16:19 Feature #16914: Optimizing tables to speed up FE
- Right, what is better should be decided using EXPLAIN SELECT statement.
The way how indexes are created is directl... - 14:22 Feature #16914: Optimizing tables to speed up FE
- ALTER TABLE `be_groups` ADD INDEX ( `deleted` ( 1 ) , `hidden` ( 1 ) ) ;
is better than :
ALTER TABLE `be_groups` ... - 10:54 Feature #16914: Optimizing tables to speed up FE
- ALTER TABLE statements are after-installation patch.
For pre-installation, this should be made as a part of appr... - 18:27 Bug #16917: .htaccess does rewrite of favicon.ico
- I totally agree, and therefore I just modified the line in the default .htaccess.
Thanks for the note! - 17:21 Bug #16917 (Closed): .htaccess does rewrite of favicon.ico
- The sample .htaccess does rewrite favicon.ico when using the default rules.
Solution: Add following line to _.htacce... - 17:34 Feature #16918 (Closed): Add a caption to an image
- *FEATURE REQUEST*
The ability to add a caption, as well as title and alt, to an image added through the RTE.
... - 17:23 Feature #16786: FeUsers in table sys_lockedrecords
- Should I attach also a patch with an additional function for TSFE, where you can set entries to sys_lockedrecords - l...
- 16:32 Bug #16895: Target in secondary options doesn't work
- Okay, this problem has been fixed for 4.1-RC1. Please have a look to bug-id #16877 and update your TYPO3 source using...
- 16:24 Bug #16895: Target in secondary options doesn't work
- I'm quite sure that this bug didn't exist in beta2.
Firefox-Error-Console tells me "typo3 is not definied in /typo... - 16:14 Bug #16895: Target in secondary options doesn't work
- Do you possibly get any javascript errors? Did this problem exist in 4.1-beta2 or general in other versions before?
- 16:11 Bug #16910: PHP Error Message
- Seems to be a PHP APC problem and not a general TYPO3 issue.
If the problem still exists after a patch for APC is av... - 15:07 Bug #16916 (Closed): Recursive meta indexing configurations
- The backend offers the possibility to use meta indexing configurations within a meta indexing configuration.
The f... - 13:47 Revision 65f5bbee: correct key recordident of sys_history
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1955 709f56b5-9817-0410-a4d7-c38de5d9e867
- 12:31 Feature #15464: setup.override.startInWorkspaceManager=1
- Yes, Thomas Hempel has recently implemented such a feature.
- 12:25 Feature #16915: Integrate function to determine extension key from a table name and vice versa
- Please see the attached file 0004877.patch.
A new watchTables method was integrated to t3lib_extMgm, that just watch... - 12:17 Feature #16915 (Closed): Integrate function to determine extension key from a table name and vice versa
- Sometimes it could be necessarry to know which table belongs to which extension key. If such a mapping is integrated,...
- 09:21 Bug #16881: pages cannot be deleted
- On 4.1 beta3, the problem is vanished.
- 09:14 Revision 2dd1eae8: !!! Changed MySQL engine type for several database tables to InnoDB
- Added several new indexes
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1954 709f56b5-9817-0410-a4d7-c38de5d9...
2007-01-28
- 21:29 Revision f09c6671: Remove checks for PHP version earlier than 4.3.
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1953 709f56b5-9817-0410-a4d7-c38de5d9e867
- 21:17 Revision 8be01ab7: Make the EM work with PHP 4.1 (checking for md5_file())
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1952 709f56b5-9817-0410-a4d7-c38de5d9e867
- 18:33 Feature #16914 (Closed): Optimizing tables to speed up FE
- TYPO3 database structure should be optimized to speed up FE.
References:
http://wiki.typo3.org/index.php/Database... - 18:11 Bug #15215: Broken Rootline when a Editor view a Page that is not online
- and it is fully reproducable by the way... :-/
- 18:04 Feature #16913 (Closed): Notification email with more details and options
- Hi!
I have recently tested workspace with about 20 users and I have decided to enable the notification emails. They ... - 17:54 Feature #16900: Use static method to integrate prototype or script.aculo.us framework
- I have a patch, but there were some problems - The following is not working in the template.php:
$this->JScodeArray[... - 16:35 Feature #16900: Use static method to integrate prototype or script.aculo.us framework
- ok. some more ideas for the FE-user part. I'm gonna prepare a patch the next couple of days.
- 15:46 Feature #16900: Use static method to integrate prototype or script.aculo.us framework
- Hey Ingmar,
I don't know for sure. But a couple of months ago, the prototype.js file was moved from t3lib/ to typo3/... - 13:16 Feature #16900: Use static method to integrate prototype or script.aculo.us framework
- Hi Benjamin,
I'd be happy to let this into 4.1, yet I haven't got time to work out good solutions for problems lik... - 13:02 Feature #16900: Use static method to integrate prototype or script.aculo.us framework
- Btw... will this go in 4.1 or 4.2 (in terms of work priority for me).
Personally I would love to see this in 4.1 s... - 17:16 Revision dfbd358d: Fix wrong date in log
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1951 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:15 Revision 8620ae51: Added "html { height: 100% }" to stylesheet to make RTE wizard work in IE7
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-0@1950 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:05 Revision 8a394433: Added "html { height: 100% }" to stylesheet to make RTE wizard work in IE7
- git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@1949 709f56b5-9817-0410-a4d7-c38de5d9e867
- 17:03 Bug #16912 (Closed): Warning on uploading extension to TER (unserialize)
- After uploading an extension to TER, the following warning appears:
Warning: unserialize() expects parameter 1 to be... - 12:55 Bug #16870: Garbage characters displayed in flexform field labels
- I found out that the labels (with umlauts) in the Templavoila BE are displayed correctly when I changed this line in ...
- 11:55 Feature #15809: Divider error
- Hi Ernesto!
Will this issue be resolved in 4.1 as you promised?
Regards
Bjoern Kraus - 11:51 Bug #16263: tt_content.menu.20.2: Directory with special.value
- Hi Ernesto!
Will you take care that this enhancement will be a part of the upcoming 4.1?
Regards
Bjoern Kraus
Also available in: Atom