From michael at typo3.org Tue Nov 7 10:45:47 2006 From: michael at typo3.org (Michael Stucki) Date: Tue, 07 Nov 2006 10:45:47 +0100 Subject: [TYPO3-bugs] RFC: pi_openAtagHrefInJSwindow() applies htmlspecialchars() twice Message-ID: This is a SVN patch request. Problem: The input string for pi_openAtagHrefInJSwindow() needs to be an complete element, so it is clear that this must have htmlspecialchars() applied. However, when sending out the resulting JavaScript link, the whole content is sent through htmlspecialchars() again. Solution: I have removed the htmlspecialchars() call around the full output string but added two new ones for $winName and $winParams only. Branches: TYPO3_4-0 and Trunk - michael -- Use a newsreader! Check out http://typo3.org/community/mailing-lists/use-a-news-reader/ From michael at typo3.org Tue Nov 7 10:53:27 2006 From: michael at typo3.org (Michael Stucki) Date: Tue, 7 Nov 2006 10:53:27 +0100 Subject: [TYPO3-bugs] RFC: pi_openAtagHrefInJSwindow() applies htmlspecialchars() twice In-Reply-To: References: Message-ID: Sorry, that was sent to the wrong list... - michael Am Dienstag, 7. November 2006 10:45 schrieb Michael Stucki: > This is a SVN patch request. > > Problem: > The input string for pi_openAtagHrefInJSwindow() needs to be an complete href="..."> element, so it is clear that this must have htmlspecialchars() > applied. However, when sending out the resulting JavaScript link, the whole > content is sent through htmlspecialchars() again. > > Solution: > I have removed the htmlspecialchars() call around the full output string > but added two new ones for $winName and $winParams only. > > Branches: TYPO3_4-0 and Trunk > > - michael From franz at fholzinger.com Sat Nov 11 08:21:25 2006 From: franz at fholzinger.com (Franz Holzinger) Date: Sat, 11 Nov 2006 08:21:25 +0100 Subject: [TYPO3-bugs] 4455: The Constant Editor is limiting pid to max 10000 Message-ID: Have a look at the patch I have provided here. http://bugs.typo3.org/view.php?id=4455 The error is not in sr_feuser_register but in Core. Could someone move it there as I do not have any rights. Shouldn't there be a TypoScript settings to set the maximum value for an allowed page id? Or does this exist already? Greets, Franz From Martin.Kutschker at blackbox.net Sat Nov 11 16:58:11 2006 From: Martin.Kutschker at blackbox.net (Martin Kutschker) Date: Sat, 11 Nov 2006 16:58:11 +0100 (MET) Subject: [TYPO3-bugs] 4455: The Constant Editor is limiting pid to max 10000 In-Reply-To: References: Message-ID: Franz Holzinger writes on Sat, 11 Nov 2006 08:21:25 +0100 (MET): > Have a look at the patch I have provided here. > > http://bugs.typo3.org/view.php?id=4455 > > The error is not in sr_feuser_register but in Core. Could someone move > it there as I do not have any rights. Done. > Shouldn't there be a TypoScript settings to set the maximum value for > an allowed page id? Or does this exist already? Why? Max allowed pid is max. pos. int. 10000 is certainy not right. Masi From franz at fholzinger.com Mon Nov 13 23:40:24 2006 From: franz at fholzinger.com (Franz Holzinger) Date: Mon, 13 Nov 2006 23:40:24 +0100 Subject: [TYPO3-bugs] 4455: The Constant Editor is limiting pid to max 10000 In-Reply-To: References: Message-ID: Martin Kutschker a ?crit : > >> Shouldn't there be a TypoScript settings to set the maximum value for >> an allowed page id? Or does this exist already? > > > Why? Max allowed pid is max. pos. int. 10000 is certainy not right. > This should be the maximum for the table field type int(11). However this could vary on another database than MySQL. - Franz From Martin.Kutschker at n0spam-blackbox.net Tue Nov 14 09:37:58 2006 From: Martin.Kutschker at n0spam-blackbox.net (Martin Kutschker) Date: Tue, 14 Nov 2006 09:37:58 +0100 Subject: [TYPO3-bugs] 4455: The Constant Editor is limiting pid to max 10000 In-Reply-To: References: Message-ID: Franz Holzinger schrieb: > Martin Kutschker a ?crit : > >> >>> Shouldn't there be a TypoScript settings to set the maximum value for >>> an allowed page id? Or does this exist already? >> >> Why? Max allowed pid is max. pos. int. 10000 is certainy not right. >> > This should be the maximum for the table field type int(11). > However this could vary on another database than MySQL. I think it is safe to assume that all relevant DBs support a signed 4-byte integer. Of course it could be higher but it must not be larger than the max. of PHP. Masi From franz at fholzinger.com Thu Nov 16 20:04:26 2006 From: franz at fholzinger.com (Franz Holzinger) Date: Thu, 16 Nov 2006 20:04:26 +0100 Subject: [TYPO3-bugs] bugs fixed for sr_feuser_register Message-ID: Hello, I am the new maintainer for sr_feuser_register for 1 year. I have uploaded the version 2.5.2 into TER now. The bugs 0003986, 0004055 and 0004440 have been fixed. Could someone set them to 'solved' in the bugtracker? Greets, Franz From dmitry at typo3.org Fri Nov 17 09:44:47 2006 From: dmitry at typo3.org (Dmitry Dulepov) Date: Fri, 17 Nov 2006 10:44:47 +0200 Subject: [TYPO3-bugs] bugs fixed for sr_feuser_register In-Reply-To: References: Message-ID: Franz Holzinger wrote: > Hello, > > I am the new maintainer for sr_feuser_register for 1 year. > > I have uploaded the version 2.5.2 into TER now. > > The bugs 0003986, 0004055 and 0004440 have been fixed. Could someone set > them to 'solved' in the bugtracker? You should get "Manager" rights for that project. You will be able to set statuses, create new versions, etc. -- Dmitry Dulepov Web: http://typo3bloke.net/ Skype: callto:liels_bugs "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) From ingmar at typo3.org Fri Nov 17 12:06:41 2006 From: ingmar at typo3.org (Ingmar Schlecht) Date: Fri, 17 Nov 2006 12:06:41 +0100 Subject: [TYPO3-bugs] bugs fixed for sr_feuser_register In-Reply-To: References: Message-ID: Dmitry Dulepov wrote: > Franz Holzinger wrote: >> Hello, >> >> I am the new maintainer for sr_feuser_register for 1 year. > You should get "Manager" rights for that project. You will be able to > set statuses, create new versions, etc. Done. Fran is now "developer" in the tx_srfeuserregister project on bugs.typo3.org. cheers Ingmar From info at -remove-patchworking.de Mon Nov 20 14:22:01 2006 From: info at -remove-patchworking.de (Daniel Bruessler) Date: Mon, 20 Nov 2006 14:22:01 +0100 Subject: [TYPO3-bugs] Please close 0004531 because fixed Message-ID: Hello, it's fixed by Christian, and the extension-author (=Kasper) has the file now what was missing. So please close http://bugs.typo3.org/view.php?id=4531 --- And please set me from reporter to tester or developer, so that I can solve bugs what belong to DocTeam. Cheers! Daniel Br??ler From michael at typo3.org Mon Nov 20 15:51:52 2006 From: michael at typo3.org (Michael Stucki) Date: Mon, 20 Nov 2006 15:51:52 +0100 Subject: [TYPO3-bugs] Please close 0004531 because fixed In-Reply-To: References: Message-ID: Done. - michael > Hello, > > it's fixed by Christian, and the extension-author (=Kasper) has the file > now what was missing. > > So please close > http://bugs.typo3.org/view.php?id=4531 > > --- > > And please set me from reporter to tester or developer, so that I can > solve bugs what belong to DocTeam. > > Cheers! > Daniel Br??ler > _______________________________________________ > TYPO3-team-bugs mailing list > TYPO3-team-bugs at lists.netfielders.de > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-bugs From info at -remove-patchworking.de Mon Nov 20 16:09:41 2006 From: info at -remove-patchworking.de (Daniel Bruessler) Date: Mon, 20 Nov 2006 16:09:41 +0100 Subject: [TYPO3-bugs] Please close 0004531 because fixed In-Reply-To: References: Message-ID: thanks! Daniel From ng at nospam.andreaswolf.info Mon Nov 20 20:41:58 2006 From: ng at nospam.andreaswolf.info (Andreas Wolf) Date: Mon, 20 Nov 2006 20:41:58 +0100 Subject: [TYPO3-bugs] 0004000: Localization of workspace-module Message-ID: Hello all you bug-hunters ;) quite a while ago I have stumbled across a bunch of hardcoded labels in the workspace-module, moved them to the locallang.xml and inserted the calls for them into mod/ws/index.php. While doing this, I also translated them to german. I have submitted the patch-files under bug-id 4000. Could one of the core-developers please take care of this and implement it for the next version? Andreas From martin.kutschker-n0spam at no5pam-blackbox.net Mon Nov 20 21:23:12 2006 From: martin.kutschker-n0spam at no5pam-blackbox.net (Martin Kutschker) Date: Mon, 20 Nov 2006 21:23:12 +0100 Subject: [TYPO3-bugs] 0004000: Localization of workspace-module In-Reply-To: References: Message-ID: Andreas Wolf schrieb: > Hello all you bug-hunters ;) > > quite a while ago I have stumbled across a bunch of hardcoded labels in the > workspace-module, moved them to the locallang.xml and inserted the calls > for them into mod/ws/index.php. While doing this, I also translated them to > german. Great! The patch looks good, but it'd be great if you had remove the "// TODO Localize?" comments. It seems somebody made a reminder in the code and so we can grep for other missing localizations. Don't worry I can do that if I can get the patch into the Core. > I have submitted the patch-files under bug-id 4000. Could one of the > core-developers please take care of this and implement it for the next > version? We're in the process for preparing 4.0.3. But I'll see that it gets into 4.0.4. Perhaps you can help out with other localization bugs (eg #3873 and friends) or other minor issues (eg #2935) ;-) Masi From martin.kutschker-n0spam at no5pam-blackbox.net Mon Nov 20 21:27:53 2006 From: martin.kutschker-n0spam at no5pam-blackbox.net (Martin Kutschker) Date: Mon, 20 Nov 2006 21:27:53 +0100 Subject: [TYPO3-bugs] 0004000: Localization of workspace-module In-Reply-To: References: Message-ID: Martin Kutschker schrieb: > Andreas Wolf schrieb: >> Hello all you bug-hunters ;) >> >> quite a while ago I have stumbled across a bunch of hardcoded labels >> in the >> workspace-module, moved them to the locallang.xml and inserted the calls >> for them into mod/ws/index.php. While doing this, I also translated >> them to >> german. > > Great! > > The patch looks good, but it'd be great if you had remove the "// TODO > Localize?" comments. It seems somebody made a reminder in the code and > so we can grep for other missing localizations. Don't worry I can do > that if I can get the patch into the Core. That is the "real" patch and the patch for the default language (ie English). I don't know where the German translations are but hope to get them in somehow. Masi From franz at fholzinger.com Thu Nov 23 10:26:59 2006 From: franz at fholzinger.com (Franz Holzinger) Date: Thu, 23 Nov 2006 10:26:59 +0100 Subject: [TYPO3-bugs] close bugs for tt_guest Message-ID: Hello, please give me bugtracker access for tt_guest. This bug issue should be closed now. 0000729 Greets, Franz From ng at nospam.andreaswolf.info Thu Nov 23 22:28:35 2006 From: ng at nospam.andreaswolf.info (Andreas Wolf) Date: Thu, 23 Nov 2006 22:28:35 +0100 Subject: [TYPO3-bugs] 0004000: Localization of workspace-module References: Message-ID: > The patch looks good, but it'd be great if you had remove the "// TODO > Localize?" comments. Ok, I somehow forgot this... Would be great if you did it so I don't have to apply the patch somewhere, remove the lines and diff again... > We're in the process for preparing 4.0.3. But I'll see that it gets into > 4.0.4. Perhaps you can help out with other localization bugs (eg #3873 > and friends) or other minor issues (eg #2935) ;-) I'll try to have a look, but I can't promise anything :( From oh at inpublica.de Fri Nov 24 14:04:14 2006 From: oh at inpublica.de (Oliver Hader) Date: Fri, 24 Nov 2006 14:04:14 +0100 Subject: [TYPO3-bugs] 0004469: close bug Message-ID: Hi, anyone how has access to it, please close the bug 0004469. It has been solved with Inline-Relational-Record-Editing. Thanks! olly -- Oliver Hader http://inpublica.de/ From karsten at typo3.org Fri Nov 24 14:54:06 2006 From: karsten at typo3.org (Karsten Dambekalns) Date: Fri, 24 Nov 2006 14:54:06 +0100 Subject: [TYPO3-bugs] 0004469: close bug In-Reply-To: References: Message-ID: Hi. On 24.11.2006, at 14:04, Oliver Hader wrote: > anyone how has access to it, please close the bug 0004469. Done. Regards, Karsten -- Karsten Dambekalns Gimme Five! http://typo3.org/gimmefive From ng at nospam.andreaswolf.info Wed Nov 29 08:59:13 2006 From: ng at nospam.andreaswolf.info (Andreas Wolf) Date: Wed, 29 Nov 2006 08:59:13 +0100 Subject: [TYPO3-bugs] Patch for bug #3544 Message-ID: Hello, somehow bug #3544 seems to be forgotten. Quite a while ago Martin and Stucki posted some comments to implement this in 4.0.3, but nothing happened... Admittedly, I had an error in my patch - or just call it an additional, unneccessary hook. Would be great if this was fixed in 4.0.4! :) Greets Andreas From typo3 at ingo-renner.com Wed Nov 29 23:02:26 2006 From: typo3 at ingo-renner.com (Ingo Renner) Date: Wed, 29 Nov 2006 16:02:26 -0600 Subject: [TYPO3-bugs] RFC: use