Project

General

Profile

Activity

From 2005-02-13 to 2005-03-14

2005-03-14

23:53 Bug #14608: RTE >0.4.53 does not load IE6-SP2
Managed to get both problems fixed, does not appear to be a probelm within your extension as I have reported.
The ...
old_dpwallac
20:12 Bug #14608: RTE >0.4.53 does not load IE6-SP2
I am unable to reproduce those problems. I do not understand what you mean by "functions native to htmlarea".
The ...
Stanislas Rolland
04:17 Bug #14608: RTE >0.4.53 does not load IE6-SP2
Current version of extension installed is 0.4.55 old_dpwallac
04:15 Bug #14608 (Closed): RTE >0.4.53 does not load IE6-SP2
RTE area in Typo3 only displays "The editor is being loaded. Please wait..." and results in IE reporting the followin... old_dpwallac
22:39 Bug #14609 (Closed): unable to open 'insert weblink' and 'insert image'
When i click on the 'insert weblink' or 'insert image' button (using FireFox) a pop-up window opens displaying an int... old_rickg
19:56 Feature #14596: have a button which inserts dummy text lorem ipsum
See problem 575. Stanislas Rolland
19:51 Bug #14434: Lorem Ipsum can't paste in graphical mode
In version 0.4.56, I have integrated the Lorem Ipsum feature. It may be enabled in the extension installation dialog.... Stanislas Rolland
14:01 Bug #14385: HMENU special=language does not work if L in linkvars
The solution:
in class.t3lib_tstemplate.php, replace lines
1325 // linkVars
1326 $LD['linkVars'] = $GLOBALS['TSF...
Stefan Geith
12:39 Bug #14385: HMENU special=language does not work if L in linkvars
No, I think the correction has to be done in class.t3lib_tstemplate.php, function linkData - Line 1326:
$LD['linkV...
Stefan Geith
14:01 Bug #14446: Japanese Content isn't appearing correct
What is your charset (meta-tag) in FE? What is your charset in the DB? What is your setting of forceCharset? What lan... Martin Kutschker
12:25 Bug #14446: Japanese Content isn't appearing correct
Updated to Version Typo 3.7 and it's still not working! old_tanjob

2005-03-13

20:02 Feature #14595: rtehtmlarea does not support old rte configuration
You may need to install both RTE's anyway, because htmlArea RTE does not support IE5 and the classical RTE does not s... Stanislas Rolland
19:27 Feature #14595: rtehtmlarea does not support old rte configuration
The aim of this bugreport is the following scenario:
When having a configuration for the classic RTE and you want to...
Ingo Renner
19:20 Feature #14595: rtehtmlarea does not support old rte configuration
You can install both the classical RTE and the htmlArea RTE and they will share the same configuration.
In the case ...
Stanislas Rolland

2005-03-12

19:48 Feature #14607 (Closed): Image alttext
In the image properties of an inserted image there is already the option to enter a title text for the image. This te... Robert Markula
19:06 Feature #14606 (Closed): Image resize keeping aspect ratio
When changing the image width in the image properties of an inserted image, the image height should be sync'ed accour... Robert Markula
18:52 Feature #14605 (Closed): Click-enlarge for Images
Adding a "click-enlarge" option for inserted images (perhaps accessible via the 'Image Properties...' context menu of... Robert Markula
16:56 Bug #14584: "defaultLinkTarget = _top" doesn't work like it should
I was able to reproduce this problem which depended on the contents of the selection. I expect the problem to be corr... Stanislas Rolland
15:55 Bug #14604 (Closed): Parse Error when multiplyDBfieldSize is set to 2 and forceCharset is set to utf-8
when multiplyDBfieldSize is set to 2 and forceCharset is set to utf-8 and if you click COMPARE (Update required tabl... jholzmann no-lastname-given

2005-03-10

21:59 Feature #14603 (Closed): Possibility to choose prefered RTE as a user option
A user should be able to choose a prefered RTE, if more than one is installed.
Further, the default RTE should be co...
Steffen Müller
18:57 Revision 4487f380: Removed PEAR DB from the extension. It wasn't fully supported until now, and the library itself should be in a seperate extension (if needed at all, better use the one from PEAR directly).
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@353 735d13b6-9817-0410-8766-e36946ffe9aa Karsten Dambekalns
15:03 Revision a7a88e6b: Added feature that connects cache-control headers with whether user-logins are allowed in a branch or not. Makes mixing of cached and dynamic user-dependant content easier.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@577 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
14:38 Bug #14180: alt/title attributes of image tags not parsed correctly from image captions in content type imagetxt
ACK. the typolink function in class.tslib_content.php should integrate the getAltParam output in order to provide the... Andreas Schwarzkopf
14:25 Feature #14554: XHTML compliance of img tags: should be border="0" for 1.0 transitional and removed (!) for 1.0 strict/1.1
The border attribute has also been removed from XHTML 1.0 strict (not deprecated!) Andreas Schwarzkopf
09:32 Feature #14554: XHTML compliance of img tags: should be border="0" for 1.0 transitional and removed (!) for 1.0 strict/1.1
The border attribute has been removed from XHTML 1.1. Martin Kutschker
09:51 Revision 8f35d85f: Updating CJK chars info in charType().
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@576 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
09:50 Bug #14264: getUpdateJS: broken when using UTF-8 and IE
I replaced the "rawurlencode" call by a call to "addslashes" this should be sufficient as the string which gets encod... Bernhard Kraft

2005-03-09

12:52 Feature #14587: XHTML 1.1 compliance of tt_content.stdWrap.dataWrap
Also note that integer-only id's are not valid in XHTML 1.1 et al, so we cannot even have <a id="999">. My solution w... Ernesto Baschny
11:17 Revision 8cc3236d: Fixed a small bug/typo.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@575 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns
09:58 Revision 704a14c9: Removed the ADOdb library from the DBAL extension, we depend on the ADOdb extension (by Robert Lemke) instead.
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@352 735d13b6-9817-0410-8766-e36946ffe9aa Karsten Dambekalns

2005-03-08

21:28 Bug #14600: Popup menus don't work in Opera
I can confirm this bug in version 3.7.0 with Opera versions
6.00
7.54u2,
8.0 b1 and 8.0 b2
I would be happy t...
old_karmon
06:44 Bug #14600 (Closed): Popup menus don't work in Opera
The popup menus which appear when you click on an object close as soon as you move the mouse in Opera. Obviously an e... old_sgunhouse
17:38 Revision 4cf1f42f: Hooks in tslib_fe, Frontend login mode feature for pages; various other things. see changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@574 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
17:28 Bug #14585: Ie 5.5 error
Corrected in version 0.4.53. Stanislas Rolland
08:04 Bug #14585: Ie 5.5 error
I would expect this problem to be solve in version 0.4.52. Please confirm. Stanislas Rolland
16:54 Feature #14127: FE-Editing new pages and simulateStatic
I uploaded a second patch for db_new.php. It checks the submitted returnURL for a simulatestatic URL, and parses that... Karsten Dambekalns
16:05 Feature #14127: FE-Editing new pages and simulateStatic
Finally (it's CeBIT time again :), I was at this again. The Provided patch indeed gives an id parameter higher priori... Karsten Dambekalns
15:12 Feature #14602 (Closed): (Page-)TSConfig-Parser: TCEFORM/altLabels & "0"-values
-----------------
working
-----------------
TCEFORM.tt_content.header_layout {
altLabels.0 = grau
}
-...
Peter Niederlag
13:16 Revision 163532bc: Updating alpha chars info in charType().
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@573 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
13:11 Bug #14601 (Closed): XHTML compliance of GMENU with onmouseover images
Currently a GMENU is transformed into links like:
<a onmouseover="over('...')" onmouseout="over('...')" href="..."...
Ernesto Baschny
10:47 Bug #14584: "defaultLinkTarget = _top" doesn't work like it should
Hi Stan,
I could reproduce the problem with 0.4.52 on Linux (Moz. 1.7.5 / Moz. 1.6 / Firefox 1.0.1) and Windows (I...
Urs Weiss
10:06 Bug #14583: text field dosn't load correct
I've installed 0.4.52 today and it works. Great... Urs Weiss

2005-03-07

23:59 Feature #14599: In Firefox 1.1 the widht of textarea is 0px which results in each word breaking into a new line
Expect this to be corrected in verion 0.4.51. Please confirm. Stanislas Rolland
22:18 Feature #14599 (Closed): In Firefox 1.1 the widht of textarea is 0px which results in each word breaking into a new line
In Firefox 1.1 something is wrong with the width of the textarea of the editor. When hovering over the status bar it ... Torsten Schrade
23:24 Feature #14598: Rich Text Editor (RTE) Multi-browser replacement - FCKeditor?
Somebody has already undertaken such work. See:
http://typo3.org/documentation/document-library/rte_fck2/
Stanislas Rolland
17:32 Bug #14585: Ie 5.5 error
Make sure to clear the browser cache before testing. Stanislas Rolland
14:31 Bug #14585: Ie 5.5 error
The version 0.4.50 does'nt work at all.
All the icons are gone and the text area also.
It's append with ie 5.5pc b...
old_araymond
17:19 Revision bf931eeb: Fix for the formmail issue (TYPO3-20050307-1)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@572 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns
16:32 Revision f24039fc: Fix for the formmail issue (TYPO3-20050307-1)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@571 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns
11:22 Bug #14273: return-path isn't set correctly by t3lib_htmlmail
Will be solved in TYPO3 3.7.1. Michael Stucki
11:22 Bug #14273: return-path isn't set correctly by t3lib_htmlmail
Has been solved in CVS for 3.7.1 and all later versions by Jan-Erik. Michael Stucki
11:16 Bug #14235: Spamassasin MIME_BASE64_LATIN
Reminder sent to revsbech
Hi Jan-Erik,
there has not been any update of that extension (direct_mail, right?) in T...
Michael Stucki
09:23 Feature #14352: Feaure request: Mount point on higher level
If I understand you correctly, I get the same error when doing the following:
I have a page defined as a mount point...
old_idefix7

2005-03-06

20:08 Feature #14475: New hook in class.t3lib_tcemain.php after DB ops
The attached file 'class.t3lib_tcemain_1.46_hook.php' includes the hook (line 606-611), based on the CVS version 1.46... David Bruehlmeier
18:43 Feature #14598 (Closed): Rich Text Editor (RTE) Multi-browser replacement - FCKeditor?
I recently ran across the 'FCKeditor', a JavaScript based WYSIWYG editor (RTE) that looks like you could save some wo... Jacob Floyd
07:39 Bug #14585: Ie 5.5 error
Please try version 0.4.50. Stanislas Rolland
07:37 Bug #14583: text field dosn't load correct
I expect this problem to be corrected in version 0.4.51. Please confirm.
edited on: 08.03.05 02:56
Stanislas Rolland

2005-03-05

22:23 Bug #14597 (Closed): "New content element" wizard does not honor access list settings
When creating a new content element on a page using the "new element wizard" (module: page), the wizard lists all ava... old_akio
09:39 Feature #14596 (Closed): have a button which inserts dummy text lorem ipsum
A realy nice feature which came to my mind is to have a button which inserts dummy text like Kaspers EXT:lorem_ipsum.... Ingo Renner
09:37 Feature #14595 (Closed): rtehtmlarea does not support old rte configuration
as long as rtehtmlarea doesn't support all configurations of the old - and still standard - rte it will not be possib... Ingo Renner
09:31 Feature #14594 (Closed): context sensitive table operations instead of toolbar
I'd like to hide the table operations bar and have these options contextsensitive available in the context menu when ... Ingo Renner
09:28 Bug #14593 (Closed): GIFBUILDER doesn't create png if gd supports gif
if your gd lib supports gif GIFBUILDER images are always gif even if you want to have
format = png
which would re...
Ingo Renner

2005-03-04

23:36 Bug #14237: Flexforms don't show default values
Apart from the backdraw of non-empty fields, this doesn't work for me. Michael Scharkow
20:27 Bug #14584: "defaultLinkTarget = _top" doesn't work like it should
Yes, sorry. I introduced a problem for IE in 0.4.48. Chasing to many rabbits at the same time... Corrected in 0.4.49.... Stanislas Rolland
08:35 Bug #14584: "defaultLinkTarget = _top" doesn't work like it should
Nothing changed. Same with Firefox.
Wanted to also try it with IE 6.0 but can't mark the the text (on two diferent s...
Urs Weiss
17:13 Bug #14583: text field dosn't load correct
I cannot reproduce the problem with Mozilla 1.7.5 on Windows. Stanislas Rolland
08:16 Bug #14583: text field dosn't load correct
Still the same.
I now also tried it with Moz 1.6 and Firefox and had no problems with them. On an onther system with...
Urs Weiss
15:57 Bug #14491: XHTML 1.0 strict compliance of FORM objects (hidden fields)
Error from w3's validator is (XHTML 1.1 strict!):
document type does not allow element "input" here; missing one o...
Ernesto Baschny
15:31 Feature #14591: Indexed Search does not tell the user why searching for "e" fails
Please change the bug description and I will get this in.
- michael
Michael Stucki
15:14 Feature #14591: Indexed Search does not tell the user why searching for "e" fails
Even Google won't let you search for such short words (can a letter be a whole word?).
I don's see any sense in this.
Michael Stucki
14:12 Feature #14591 (Closed): Indexed Search does not tell the user why searching for "e" fails
Searching for "e" for example does not return any helpful message for the website user. The method "register_and_expl... Udo von
15:25 Feature #14592 (Closed): Template based indexed_search (already developed)
I modified the indexed_search for layout free php code. Look at the attachment for my template. Already implemented t... Udo von
14:15 Bug #14589: pagetree icon for sysfolders with BE users like normal sysfolders
This behaviour is intended. Michael Stucki
14:14 Bug #14589: pagetree icon for sysfolders with BE users like normal sysfolders
Kasper writes:
--- cut ---
Intended.
Because of the skinning API it was not feasible to provide special icons
...
Michael Stucki
12:27 Bug #14589: pagetree icon for sysfolders with BE users like normal sysfolders
Think it's a bug but I just asked Kasper to be sure... Michael Stucki
12:15 Bug #14589 (Closed): pagetree icon for sysfolders with BE users like normal sysfolders
upto version 3.8.0-dev, sysfolders containing BE plugin "website users" were shown with a special icon. in 3.8.0-dev ... old_clonedyke
14:11 Feature #14590 (Closed): Searching for "e" (Bugfix included!)
Searching for "e" for example does not return any helpful message for the website user. The method "register_and_expl... Udo von

2005-03-03

22:42 Bug #14583: text field dosn't load correct
Please try version 0.4.48. Stanislas Rolland
22:41 Bug #14584: "defaultLinkTarget = _top" doesn't work like it should
Please try version 0.4.48. Stanislas Rolland
17:43 Feature #14588 (Closed): XHTML 1.1 compliance of HTML tag
In XHTML 1.1 and later XHTML versions the lang attribute has been removed. Only xml:lang is allowed.
The default a...
Martin Kutschker
17:38 Feature #14587 (Closed): XHTML 1.1 compliance of tt_content.stdWrap.dataWrap
The default is to wrap an A-tag with the attribute name before the content element.
This is not valid in XHTML 1.1...
Martin Kutschker
16:22 Bug #14537: gifbuilder jpgs are 256 colors
after using the patches there might be problems with GIFBUILDER/GMENU but I'm not sure whether this behavior is the n... Ingo Renner
15:20 Bug #14565: SQL parser do not regognize 'longtext' type as a valid sql type
it don't recognize 'bigint' type either Franois Prichon
14:37 Bug #14585: Ie 5.5 error
It's append when I upgrade from rtehtmlarea 0.4.43 to 0.4.47.
And all the cache were cleared.
old_araymond
07:47 Bug #14585: Ie 5.5 error
What version of rtehtmlarea?
Is this happening after an upgrade from an earlier version of rtehtmlarea?
Please try ...
Stanislas Rolland
14:32 Bug #14586 (Closed): indexing of OO Docs in native mode fails - Call to undefined function: getfilefromarchive()
when indexing external OpenOffice docs (SXW) in native mode via libunzipped, SXW docs throw an error message:
Fata...
old_clonedyke
13:41 Feature #14472: Ranges in ID lists
I've attached a small helper for t3lib_div that may come in handy for all kind of lists (eg HMENU special=list specia... Martin Kutschker
12:10 Feature #14576: Login URL feature attracts users to transfer password in cleartext
We have enough configure options, I don't want to add one more.
Solution will be:
- disabled if http
- enabled i...
Michael Stucki
10:50 Bug #14368: Pagecount not correct
Sorry, forgot a usefull search!
Try searching for "ons"
Tnx
old_Xander
10:46 Bug #14368: Pagecount not correct
Patch is applied on www.vogweb.nl , but the number of results still decreases on higher pages. old_Xander

2005-03-02

22:29 Feature #14475: New hook in class.t3lib_tcemain.php after DB ops
To me it is not clear where this hook occurs.
Can you please create a new patch in the "unified" style (= with conte...
Michael Stucki
22:28 Bug #14585: Ie 5.5 error
Forgot to tell that it append with the 0.4.47 version. The 0.4.44 is ok. old_araymond
22:27 Bug #14585 (Closed): Ie 5.5 error
When trying to edit any content(old or new), an error message appear and I can't edit the content.
Here is a pictu...
old_araymond
17:17 Bug #14577: t3lb_userauthgroup::isInWebMount doesn't take page versions into account
I'm not sure if that bug relates to the current one:
http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=0000645...
Sebastian Kurfuerst
15:56 Feature #14525: FORM cObj can't add a "reset" button
BBowser,
Hopefully, this will help provide the additional detail that you need. I applied the patch to the my site...
old_mstephenson
15:41 Bug #14584 (Closed): "defaultLinkTarget = _top" doesn't work like it should
When i insert "RTE.default.defaultLinkTarget = _top" in the page TS it doesn't set the link with the default target t... Urs Weiss
15:26 Bug #14583 (Closed): text field dosn't load correct
I've installed the newest Mozilla browser (1.7.5). After that it doesn't load the text field correct (see screenshot)... Urs Weiss
11:04 Revision 5a150fd5: Add "-raw" to [FE][tidy_path] so charsets other than iso-8859-1 and utf-8 work out-of-the-box.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@570 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker
08:21 Feature #14576: Login URL feature attracts users to transfer password in cleartext
I see no reason to disable the feature. If you don't want it don't use it. But an option is always nice :-) So this i... Martin Kutschker
00:25 Feature #14576: Login URL feature attracts users to transfer password in cleartext
Tempting but thanks no, as it's my fault.
edited on: 02.03.05 00:25
Peter Russ
00:15 Feature #14576: Login URL feature attracts users to transfer password in cleartext
Firefox for instance provides such a feature, however there's a big problem:
Before the form is sumbitted, the passw...
Michael Stucki
00:05 Bug #14118: Clear extension cache has a strange name
Final suggestions are:
- Clear cache in typo3conf/
- Clear FE cache
There were some other suggestions but all ...
Michael Stucki

2005-03-01

23:48 Feature #14576: Login URL feature attracts users to transfer password in cleartext
As http is pretty plain you can set any referer. If you want to do it automaticaly check for http://www.buerschgens.... Peter Russ
23:25 Feature #14576: Login URL feature attracts users to transfer password in cleartext
So we have these options:
- disable the feature completely
- keep it working but add a 1 page big red warning so ...
Michael Stucki
21:01 Feature #14576: Login URL feature attracts users to transfer password in cleartext
Disable the stuff completely, no workarounds and stuff. If you want autologin, there's extensions for this, especiall... Michael Scharkow
10:04 Feature #14576: Login URL feature attracts users to transfer password in cleartext
Referrer can be faked. To check would only produce overhead w/o more security.
So if people want to use it they get ...
Peter Russ
10:01 Feature #14576: Login URL feature attracts users to transfer password in cleartext
You shouldn't have a referrer set, when following a link of your browsers bookmark, so I see no problem in checking t... Martin Kutschker
21:25 Feature #14525: FORM cObj can't add a "reset" button
That would certainly help, wouldn't it?
<sheepish grin>
Still learning how all this works.
Thanks for the re...
old_bbowser
20:54 Feature #14525: FORM cObj can't add a "reset" button
I assume you patched the source?! Michael Scharkow
20:32 Feature #14525: FORM cObj can't add a "reset" button
I'm not having as much luck getting this hack to work. I've added the suggested line of text (reset |test=reset| Rese... old_bbowser
16:40 Bug #14368: Pagecount not correct
I'll install a fresh typo3 install somewhere and try the patch. Xander Damen
16:03 Bug #14368: Pagecount not correct
On the above mentioned page, the source still looks like this:
--- cut ---
<input type="hidden" name="tx_indexeds...
Michael Stucki
16:18 Feature #14582 (Closed): RFE: get t3lib_DB->debug_lastBuiltQuery without t3lib_DB->debugOutput
It's annoying to get the last query only when debug output is enabled. The last query should always be stored so it c... Martin Kutschker
15:57 Bug #14434: Lorem Ipsum can't paste in graphical mode
A solution to this problem could be to create a Lorem Ipsum button in the editor that would call the wizard.
However...
Stanislas Rolland
15:26 Feature #14581: FrontendEdit: forceDisplayIcons and admPanel.edit not open
I definitly think forceDisplayIcons should take precedence.
At least the folks I talked to expected this to imply...
Peter Niederlag
15:11 Feature #14581: FrontendEdit: forceDisplayIcons and admPanel.edit not open
forceDisplayIcons.diff should do the trick even if enable.edit is not set (though untested).
Is there a problem wi...
Michael Stucki
14:02 Feature #14581 (Closed): FrontendEdit: forceDisplayIcons and admPanel.edit not open
1) Use Frontend-Editing
2) Set forceDisplayIcons via User-TSConfig
3) moving records up/down, hiding or deleting *d...
Peter Niederlag
09:53 Feature #14580 (Closed): Adding a table head TH or THEAD tag
Extending the TABLE function so that the user can add a table head. That would be a nice feature for css styling. In ... old_windrider

2005-02-28

22:52 Feature #14576: Login URL feature attracts users to transfer password in cleartext
In many cases these URLs are stored as bookmarks. And even if not, this is outside of our sphere of influence.
All...
Michael Stucki
22:04 Feature #14576: Login URL feature attracts users to transfer password in cleartext
But the referring page, ie the one where the link is embedded must be served via SSL as well. Otherwise the login inf... Martin Kutschker
18:29 Feature #14579 (Closed): error in tslib_fe->getFromCache() with PHP 5
Here is a isset() missing:
if ($this->TYPO3_CONF_VARS['FE']['debug'] || $this->config['config']['debug'])
Shoul...
Martin Kutschker
16:55 Bug #14555: Installation Problem
Could you please give more details? I assume you try to log in to the backend, what does the apache error log say? Michael Scharkow
16:44 Bug #14578: DB record disappears when language != default and Localization-View enabled
Ow, btw, I stated version 3.8.0-dev, but it probably also applies to versions 3.7+, as Localization was added there.
...
old_beryllium
16:39 Bug #14578 (Closed): DB record disappears when language != default and Localization-View enabled
If the language of a content-element is different from the default language-uid (0), the element is not displayed in ... old_beryllium
16:27 Bug #14563: backend file list fileadmin links to wrong place
See #0000227 Michael Scharkow
15:09 Bug #14237: Flexforms don't show default values
There is a problem at line 615 of class.t3lib_transferdata.php:... Jean-David Gadina
09:54 Feature #14472: Ranges in ID lists
I would like to add that I`d love to have stdWrap properties for e. g. excludeUidList.. This might be a solution for ... Sacha Vorbeck

2005-02-27

19:10 Bug #14434: Lorem Ipsum can't paste in graphical mode
On the server side, each loaded RTE will register itself with an entry in $TYPO3_CONF_VARS["BE"]["RTE_reg"]. Therefor... Stanislas Rolland
18:47 Bug #14434: Lorem Ipsum can't paste in graphical mode
If I know how to detect if an RTE is loaded, I will add a popup message which tells users that this doesn not work. Michael Stucki
18:25 Bug #14434: Lorem Ipsum can't paste in graphical mode
The dev archive thread does not help.
function getHeaderTitleJS in lorem_ipsum would have to generate JavaScript c...
Stanislas Rolland
15:56 Bug #14434: Lorem Ipsum can't paste in graphical mode
Maybe you're not aware of this old mail found in the DEV archive...
http://typo3.org/documentation/mailing-lists/d...
old_gaumondp
04:59 Bug #14434: Lorem Ipsum can't paste in graphical mode
Stanislas, can you please give me a short hint how to find out if an RTE is loaded?
I suggest that we don't try to...
Michael Stucki
18:48 Feature #14576: Login URL feature attracts users to transfer password in cleartext
Yes, that would be ok. Michael Stucki
17:08 Feature #14576: Login URL feature attracts users to transfer password in cleartext
As a work around: should only work if protocol is https Peter Russ
12:56 Bug #14572: Indexed external files have always sys_language_id=0
OK I've just shortened the Typoscript code in the bug description to make it more readable.
I've attached a patch ...
Michael Stucki
11:36 Bug #14572: Indexed external files have always sys_language_id=0
After even more serious investigation I'm sure, that the Indexed Search is
responsible for my troubles.
I updated c...
old_GertThiel
04:54 Bug #14299: IPv6 / AAAA dns records not supported?
I don't think that this will make it into 3.7.1 (use the work-around so long) but in 3.8 this should definitely be so... Michael Stucki
00:53 Feature #14447: stop rtehtmlarea conflicting with rte
Conflict removed as of version 0.4.47 of htmlArea RTE. Please see documentation. Stanislas Rolland

2005-02-26

23:11 Bug #14434: Lorem Ipsum can't paste in graphical mode
lorem_ipsum inserts the text in the textarea associated with the bodytext field. However, when in wysiwyg mode, the ... Stanislas Rolland
22:38 Bug #14570: When showing page preview, RTE pushes Typo3 window to top
Corrected in version0.4.45. Stanislas Rolland

2005-02-25

20:08 Bug #14577 (Closed): t3lb_userauthgroup::isInWebMount doesn't take page versions into account
A backend user has set a webmount to just a single page which has multiple versions. Now he can view the list with al... Sebastian Kurfuerst
14:03 Feature #14576 (Closed): Login URL feature attracts users to transfer password in cleartext
The BE Login accepts two parameters "user" and "password" which do not affect the login but will be filled into the l... Michael Stucki
12:43 Revision 945838bb: Fix utf8_encode for shift_jis (problem with chars between 160 and 223)
Fix bug #576 (case conversion with mbstring)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@569 709f56b5-9817...
Martin Kutschker
12:14 Bug #14435: incorrect var name in t3lib_cs conv_case: $str should be $string
fixed in cvs for 3.8 Martin Kutschker
12:08 Bug #14293: meta-tag charset not the very first tag in head
ACK Martin Kutschker

2005-02-24

22:21 Bug #14299: IPv6 / AAAA dns records not supported?
Violla! Thanks so much
I added ["BE"]["lockIP"] = '0' and ["BE"]["enabledBeUserIPLock"] = '0' to my localconfig an...
old_void
20:26 Bug #14537: gifbuilder jpgs are 256 colors
with the attached patches for me it's working know. I raised the quality to 65536 colors.
You have to set $GLOBAL...
Ingo Renner
11:05 Bug #14537: gifbuilder jpgs are 256 colors
This bug is already reported by me, look bug 285 (http://bugs.typo3.org/bug_view_page.php?bug_id=0000285) old_chihoang
16:14 Feature #14575 (Closed): Add a startUid to a hmenu with special = keywords
I would like to add a new option to a HMENU when special is set to keywords.
I added a 'startUid' option that basic...
Ries van
10:58 Revision b062c221: * Mailer problem: Postfix < 2.0 is now automatically detected (see below)
* The install option (see below) has been removed again
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYP...
Michael Stucki
10:05 Feature #14564: Hooks in t3lib_tcemain::process_cmdmap (with patch)
originally the hook was implemented different for each case to make it cleaner. each case has different parameters to... Tim Franz
05:52 Bug #14570: When showing page preview, RTE pushes Typo3 window to top
For some reason, in Mozilla/Firefox, the editor grabs the focus instead of leaving it to the preview popup.
Does not...
Stanislas Rolland
05:28 Bug #14567: a href tags are rewritten to LINK tags
I cannot reproduce this problem.
The attribute rtekeep="1" may be added to an anchor when editing in source mode wit...
Stanislas Rolland
05:01 Bug #14568: rte gets slower and slower with each saving
I cannot reproduce the problem with the severity described. However, there is a progressive degradation of performan... Stanislas Rolland

2005-02-23

23:35 Bug #14574 (Closed): Multilanguage bug in copy content element
Although plugin or sitemap content element dont use the bodytext field, when copy them with the button "Copy default ... old_chihoang
22:29 Feature #14571: Indented textblocks don't indent?
sorry, there was an issue with the RTE transformation. it works ok now. old_bartv
08:38 Feature #14571 (Closed): Indented textblocks don't indent?
I created a few paragraphs of text with several indents, but the indents don't show on the page.
Typo3 3.6.0/Firef...
old_bartv
16:44 Bug #14429: "Access Key" with umlauts in Firefox
right.... Increasing severity to major (though it's easy to fix).
However, I don't have time to commit the fix it ...
Ingmar Schlecht
16:24 Bug #14429: "Access Key" with umlauts in Firefox
no htmlspecialchars.... that's the line from tslib_menu:
$key = strtoupper(trim(substr($title,$a,1)));
....
$res...
Wolfgang Klinger
16:20 Bug #14429: "Access Key" with umlauts in Firefox
By the way, how does that access key function treat special characters like "/><()[]" currently?
If it just output...
Ingmar Schlecht
16:25 Feature #14564: Hooks in t3lib_tcemain::process_cmdmap (with patch)
I just had a very quick look at it, but why does the hook have to be implemented independently for every case?
cas...
Ingmar Schlecht
15:52 Bug #14299: IPv6 / AAAA dns records not supported?
Workaround: Disable IP Lock for user. It then works with IPv6 in 3.7 (didn't verify in 3.6). old_intimus
12:14 Feature #14573 (Closed): Simple search is not multilanguage
function SEARCHRESULT of class tslib_cObj do not get the page overlays if they exist.
I wrote a simple patch to ...
old_chihoang
09:56 Bug #14569: Localization in Advanced search
Now the newer diffs are in unified format ( ;-) thx stucki)
jenses
( Jens Schmietendorf )
old_jenses
09:43 Bug #14572 (Closed): Indexed external files have always sys_language_id=0
My site is bi-lingual -- Swiss German (default) and English (secondary). And hence has two search pages.
Searching...
old_GertThiel
08:33 Bug #14570: When showing page preview, RTE pushes Typo3 window to top
Oops, forgot to mention: Typo3 3.6.0/Firefox/OS X 10.3.8
edited on: 23.02.05 08:39
old_bartv
08:32 Bug #14570 (Closed): When showing page preview, RTE pushes Typo3 window to top
After showing a page preview, it seems that the RTE 'pushes' the typo3 window to the top, obscuring my new preview.
...
old_bartv

2005-02-22

23:59 Bug #14299: IPv6 / AAAA dns records not supported?
I might also be experiencing a problem related to this bug. My BE admin was working fine until recently untill the se... old_void
23:34 Bug #14548: Rte not loading on mozilla 1.3.1 on MacOS 9
Corrected in version 0.4.43. Stanislas Rolland
23:32 Bug #14569 (Closed): Localization in Advanced search
In Advanced search order by "Date modified" and "Creation date" there are no translations in the result list (day, ... old_jenses
22:27 Revision 12496b25: *** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@567 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
18:26 Bug #14180: alt/title attributes of image tags not parsed correctly from image captions in content type imagetxt
keyword:accessibility Sacha Vorbeck
18:20 Bug #14317: RTE produces invalid nested list markup
keyword:accessibility Sacha Vorbeck
18:19 Feature #14365: href title tags
keyword:accessibility Sacha Vorbeck
18:18 Bug #14429: "Access Key" with umlauts in Firefox
keyword:accessibility Sacha Vorbeck
18:14 Bug #14246: charset and generator meta tags are written in XHTML by default
keyword:accessibility Sacha Vorbeck
18:13 Feature #14554: XHTML compliance of img tags: should be border="0" for 1.0 transitional and removed (!) for 1.0 strict/1.1
keyword:accessibility Sacha Vorbeck
18:13 Bug #14171: XHTML compliance of FORM objects (attribute wrap)
keyword:accessibility Sacha Vorbeck
18:12 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
keyword:accessibility Sacha Vorbeck
18:12 Bug #14491: XHTML 1.0 strict compliance of FORM objects (hidden fields)
keyword:accessibility Sacha Vorbeck
18:11 Bug #14566: Accessibility: imageLinkWrap
keyword:accessibility Sacha Vorbeck
12:00 Bug #14566 (Closed): Accessibility: imageLinkWrap
The imageLinkWrap function in tslib_content produces non accessible code.
The html code looks like <a href="#" oncl...
Simon Ihmig
18:05 Bug #14568 (Closed): rte gets slower and slower with each saving
In InternetExplorer rtehtmlarea gets slower and slower with each saving of content.
After ten savings its nearl half...
old_PeterEnzenberger
16:53 Bug #14567 (Closed): a href tags are rewritten to LINK tags
When saving with rte all a hrefs are rewritten to typo3 internal LINK tags.
There is no opttion rtekeep=1 in the hre...
old_PeterEnzenberger

2005-02-21

20:56 Bug #14499: CSS fos Anchors not available
In version 0.4.42, CSS class may be set on a link and on an image in the Insert/Modify link and Insert/Modify image d... Stanislas Rolland
16:37 Bug #14565 (Closed): SQL parser do not regognize 'longtext' type as a valid sql type
We recently try to install the chcforum and stumbled into this bug.
Fix :
replace t3lib/class.t3lib_sqlparser.p...
Franois Prichon
16:08 Feature #14564: Hooks in t3lib_tcemain::process_cmdmap (with patch)
Forgot to add global $TYPO3_CONF_VARS; as first line of function. Ouch! Tim Franz
14:53 Feature #14564 (Closed): Hooks in t3lib_tcemain::process_cmdmap (with patch)
It would be nice to have also hooks in t3lib_tcemain::process_cmdmap.
In combination with the already existing hoo...
Tim Franz
14:45 Bug #14273: return-path isn't set correctly by t3lib_htmlmail
This patch doesn't work with Postfix prior to version 2.1.
The PHP mail() function seems to be buggy and causes pr...
Thorsten Kahler
01:49 Bug #14563 (Closed): backend file list fileadmin links to wrong place
IN the backend area for file list, in the fileadmin/images area. When i have my mouse over the image links it says i... old_nveid
00:32 Revision f5e5a427: * Fixed a typo in the User TSconfig reference in ext_tables_static+adt.sql
* !!! Renamed t3lib_stdGraphic->imageCreateFromGif into imageCreateFromFile. The old function will remain for providi... Michael Stucki

2005-02-20

19:33 Feature #14562 (Closed): Installation failure with MySQL >= 4.1
indexed_search also has four sql statements in ext_tables.sql which cause the installation under MySQL >= 4.1 to fail... Jan-Claas Dirks

2005-02-19

22:08 Feature #14561 (Closed): change page icon in pagetree when "hide in menu" is checked
When hiding a page with the clickmenu option "Hide" the icon of the page changes to: "/typo3/gfx/i/pages__h.gif".
...
Sacha Vorbeck
21:52 Feature #14560 (Closed): make upload field in EB optional
We can disable the upload field in the Doc. module with TS-config "edit_docModuleUplaod = 0" but the editor can still... Sacha Vorbeck
11:38 Feature #14559 (Closed): Prettier record titles (with diff)
it would be nice if the labels generated by t3lib_BEfunc::getRecordTitle() would be passed through t3lib_BEfunc::getP... Tim Franz
00:59 Bug #14548: Rte not loading on mozilla 1.3.1 on MacOS 9
Expect this would be fixed in version 0.4.41, but cannot test on the Mac OS 9 platform. Please confirm. Stanislas Rolland

2005-02-18

22:49 Feature #14390: Date selector should accept alternative date formats
dateparse.php is a candidate for t3lib_div.php (when the return value is made meaningful). Accepted formats:
dd[.]...
Martin Kutschker
22:34 Feature #14533: BE user initialization before inclusion of ext_localconf
OTOH code in ext_localconf.php could affect the BE user object (think hook and/or XCLASS). Martin Kutschker
22:30 Bug #14532: scope of BE- and FE-Cookie: can't cope with multidomain-setup
The quote is correct. IMHO the proposed solution is enough for most setups. Because either you have one domain, multi... Martin Kutschker
15:30 Bug #14558 (Closed): Typo3-CLI-mode don't work with ssl-enabled
in the file typo3/init.php between line 178 and 192 is the ssl check.
If SSL is enabled and you want to run a CLI ...
Joerg Schoppet

2005-02-17

18:18 Bug #14557 (Closed): EM: Updating an extension with changed dependencies blocks website
When updating an extension which has new dependencies to other extensions, the EM will replace the old extension with... Robert Lemke
17:30 Revision ee28da60: Fixed a leftover call to mysql_query to use the abstracted alternative.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@565 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns
14:27 Bug #14171: XHTML compliance of FORM objects (attribute wrap)
Changed subject and raised severity.
I think 3.8 should really aim at complete xhtml compliance.
Martin Kutschker
14:23 Bug #14468: indexed_search doesn't index external files
This is the core list, please use the bug list of the extension. Martin Kutschker
14:19 Bug #14491: XHTML 1.0 strict compliance of FORM objects (hidden fields)
Hm, in 3.7 the hidden fields simply appear after the form tag. So it's up to the surrounding xhtml to supply a block-... Martin Kutschker
14:08 Revision d594c708: * Added 3 hooks for each hardcoded function in css_styled_content so extensions can be written which provides alternative renderings without XCLASSING.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@564 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
03:00 Bug #14556: TCEForms javascript validation broken
Corrected in version 0.4.39. Stanislas Rolland

2005-02-16

13:29 Bug #14556 (Closed): TCEForms javascript validation broken
In the backend, when a field requires validation (aka "required", "range", etc...), and when the data doesn't match t... Guillaume Crico
13:27 Bug #14555 (Closed): Installation Problem
Hi there,
I have installed Typo3 and when i try to login to the admin control panel this is what i get [an error occ...
old_rockyuk
03:54 Feature #14552: Backend usergroup module enhanced (full blown)
Workaround:
Hit your Typo3 Install Tool and find the entry "[accessListRenderMode]".
This is undocumented (which ...
Georg Rehfeld

2005-02-15

23:50 Bug #14553: QuickTag Bugs using IE
Ok, will add q and cite to QuickTag in the next version.
However, as you know, IE does not support the abbr tag.
...
Stanislas Rolland
12:01 Bug #14553 (Closed): QuickTag Bugs using IE
When using IE to insert a <abbr> tag using QuickTag, it inserts no opening tag but only this closing tag "</abbr />".... Simon Ihmig
17:48 Bug #14548: Rte not loading on mozilla 1.3.1 on MacOS 9
Not loading either and here is the error.
Error: uncaught exception: [Exception... "Component returned failure cod...
old_araymond
16:53 Revision 8008e7ed: Fixed a few small bugs in indexed-search
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@563 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
16:08 Revision 8652db6b: * The indexed-search lexer has been updated so it supports "printjoins" (characters like ' or - which are allowed inside of words) and there is also support for Chinese/Japanese/Korean (CJK) indexing/searching.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@562 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
12:53 Feature #14554 (Closed): XHTML compliance of img tags: should be border="0" for 1.0 transitional and removed (!) for 1.0 strict/1.1
Pages with images in it fail to validate against XHTML 1.0 strict because of the border="0" attribute in <img> tags, ... Simon Ihmig
05:38 Feature #14552 (Closed): Backend usergroup module enhanced (full blown)
while entering german Context Sensitive Help (CSH) text for the backend user group module I came across this:
- th...
Georg Rehfeld

2005-02-14

21:15 Bug #14548: Rte not loading on mozilla 1.3.1 on MacOS 9
Please install version 0.4.37. I think the editor should load (however, it will not work). After initial load, try to... Stanislas Rolland
18:24 Revision c98a7b93: *** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@561 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
18:23 Revision d90f74db: Changes to indexed_search
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@560 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
11:35 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
All (I hope so...) functions in tslib_content.php:
function SEARCHRESULT($conf)
function imageLinkWrap($string,$i...
Martin Kutschker
11:20 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
I am not familar with tools to create patches (never needed them before). Actualy I just found a problem and did not ... Dmitry Dulepov
11:09 Bug #14547: XHTML compliance of typolink (non-compliant links are generated when additional parameters are used)
For tslib_content->getTypoLink the solution is easy. Replace:
$conf['additionalParams'].='&'.$k.'='.rawurlencode($...
Martin Kutschker

2005-02-13

19:15 Revision e4aa159e: Added three new types to parseFieldDef() - bigint, numeric, decimal. They all get catered for in the DBAL extension and do no harm otherwise.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@559 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns
14:47 Bug #14535: Pagecontent change Column by moving
In all Browsers (IE, Mozilla, ...) old_wer1000
 

Also available in: Atom