[TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-18 Thread Tobias Dörner
Hi List, Hi Dimtry, for two days now i keep busy to solve two problems that drive me crazy^^ 1. To exclude a page of the pageTree . Means I don’t want to have it visible in the url. I have done already about klicking checkbox “exclude from url” but it doesn’t work although cache is cleared. 2.

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-20 Thread Dmitry Dulepov
Hi! Tobias Dörner wrote: for two days now i keep busy to solve two problems that drive me crazy^^ 1. To exclude a page of the pageTree . Means I don’t want to have it visible in the url. I have done already about klicking checkbox “exclude from url” but it doesn’t work although cache is cleared

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-20 Thread Tobias Dörner
:typo3-english-boun...@lists.typo3.org] Im Auftrag von Dmitry Dulepov Gesendet: Sonntag, 20. März 2011 09:04 An: typo3-english@lists.typo3.org Betreff: Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url Hi! Tobias Dörner wrote: > for two days now i keep busy to s

Re: [TYPO3-english] REALURL - No hashcode/parameters passed --Exclude Page from url

2011-03-21 Thread Victor Livakovsky
Hi, Tobias. /* The very last segment can never be excluded. */ That’s what I know too. But it is the last segment before Parameters of extension. In this case it should be the "middle". Or does it mean the segment before extension parameters is not in the middle? When it is, then it doesn’t work

Re: [TYPO3-english] REALURL - No hashcode/parameters passed --Exclude Page from url

2011-03-21 Thread Tobias Dörner
-boun...@lists.typo3.org] Im Auftrag von Victor Livakovsky Gesendet: Montag, 21. März 2011 12:08 An: typo3-english@lists.typo3.org Betreff: Re: [TYPO3-english] REALURL - No hashcode/parameters passed --Exclude Page from url Hi, Tobias. > /* The very last segment can never be excluded. */ >

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-21 Thread Dmitry Dulepov
Hi! Tobias Dörner wrote: But it is the last segment before Parameters of extension. This is why it will not be excluded. Last page cannot be excluded or your parameters will go to the previous page in the tree. -- Dmitry Dulepov TYPO3 core&security team member E-mail: dmitry.dule...@typo3.o

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-22 Thread Jörg H. Kunath
Hi i have same problem. Example: index.php?id=2¶mter1=1¶mter2=2¶mter3=3 and it should be page-2/paramter1/paramter3.html paramter2 is needed to show stuff on the page, but the url is still unique enough to be made our ot paramter 1 and 2. how to? Am 21.03.2011 17:47, schrieb Dmitry Dulepov:

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-22 Thread Dmitry Dulepov
Hi! Jörg H. Kunath wrote: the url is still unique enough to be made our ot paramter 1 and 2. I did not understand this part :( -- Dmitry Dulepov TYPO3 core&security team member E-mail: dmitry.dule...@typo3.org Web: http://dmitry-dulepov.com/ ___ TYP

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-22 Thread Jigal van Hemert
Hi Dmitry, On 22-3-2011 17:07, Dmitry Dulepov wrote: Jörg H. Kunath wrote: the url is still unique enough to be made our ot paramter 1 and 2. I did not understand this part :( You look at a speaking url made by RealURL and see the parts (preVars, pagePath, fixedPostVars, postVarSets, fileN

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-23 Thread Dmitry Dulepov
Hi! Jigal van Hemert wrote: If I understand the configuration possibilities correctly, the "article" part could be removed by using fixedPostVars for a certain pageID instead of the generally usable postVarSets construction. Correct. -- Dmitry Dulepov TYPO3 core&security team member E-mail: d

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-23 Thread Jan Bednarik
Hi, just FYI, you can do this with CoolURI quite easily - just tick a checkbox in page properties and that's it. Jan ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-23 Thread Andreas Becker
+1 much easier On Thu, Mar 24, 2011 at 4:33 AM, Jan Bednarik wrote: > Hi, > > just FYI, you can do this with CoolURI quite easily - just tick a checkbox > in page properties and that's it. > > Jan > > ___ > TYPO3-english mailing list > TYPO3-english@li

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Dmitry Dulepov
Hi! Jan Bednarik wrote: just FYI, you can do this with CoolURI quite easily - just tick a checkbox in page properties and that's it. Your information is misleading. RealURL also has a checkbox like that. The question is not about exclusion, it is about exclusion of the last segment. For exam

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Andreas Becker
Hi Dmitry This feature was one of my first requests to Jan before I actually started to write the Tutorial of Cooluri in 2007. Since than it is possible. It is also possible to say a pathelement should be completely excluded, what is only sometimes really necessary and useful. Furthermore is it po

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Dmitry Dulepov
Hi! Andreas Becker wrote: The feature this thread is talking about is called *Exclude the middle of the path segment.* It is also possible to exclude multiple middle of the path segments, what is very useful to structure multidomain websites i.e. to group news not only with categories but also i

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Jigal van Hemert
Hi, On 24-3-2011 9:37, Dmitry Dulepov wrote: For example, you have a path: http://localhost/news/. Suppose that shows a news list. Also you have a postVar named "article". The orignal question was: is it possible to have http://localhost/article/la-la-la.htm instead of http://localhost/news/arti

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Tobias Dörner
nglish] REALURL - No hashcode/parameters passed -- Exclude Page from url Hi! Jan Bednarik wrote: > just FYI, you can do this with CoolURI quite easily - just tick a > checkbox in page properties and that's it. Your information is misleading. RealURL also has a checkbox like that. The

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Jigal van Hemert
Hi, On 24-3-2011 13:18, Tobias Dörner wrote: But it is necessary to exclude a page segment in that way I described because the url will become very long. Too long (six to seven segments) Most people use the rather flexible postVarSets to include query parameters in the URL. These have the adv

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Dmitry Dulepov
Hi! Jigal van Hemert wrote: I have used coolUri once (quite long ago) when a client wanted a kind of simulate static URLs, but with a twist. CoolURI had the option to use a custom function for building the page path. Basically the same as RealURL. I also used CoolURI once because the customer

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Tobias Dörner
] REALURL - No hashcode/parameters passed -- Exclude Page from url Hi! Jigal van Hemert wrote: > I have used coolUri once (quite long ago) when a client wanted a kind of > simulate static URLs, but with a twist. CoolURI had the option to use a > custom function for building the

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Dmitry Dulepov
Hi! Jigal van Hemert wrote: The disadvantage is that it adds two segments to the URL for each query parameters fixedPostVars add only one segment to the URL, but have a fixed position. If you don't use some of them it will give you empty segments in the URL. I am currently testing an experimen

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Dmitry Dulepov
Hi! Tobias Dörner wrote: Hi Dimtry, Jan and Andreas, aboutmake peace not war ^^ No war :) It happens so that Jan (and sometimes Andreas) come to the RealURL threads and post something like "Use coolURI instead", which is neither on topic, nor it gives any answers to the user's question. I c

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Georg Ringer
Am 24.03.2011 16:39, schrieb Tobias Dörner: > Hi, > /* SQL injection in it...*/ > fixed? you think a member of the Security Team would give away this information if not? yet it is georg ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http:

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Dmitry Dulepov
Hi! Tobias Dörner wrote: Hi, /* SQL injection in it...*/ fixed? Yes. But due to messy code we were not able to audit the rest of the extension for other issues. It is too difficult to understand what it does, even for experienced TYPO3/PHP developers. I remember asking Jan to reformat the c

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Andreas Becker
There is absolutely no war existing and only good practice is realty as it is for the benefit of the customers. "Inspire to share". I still remember the day I started to promote cooluri as on this day no autoconfig was existing in realurl and many people beside me had problems to set it up. This wa

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Tobias Dörner
/parameters passed -- Exclude Page from url Am 24.03.2011 16:39, schrieb Tobias Dörner: > Hi, > /* SQL injection in it...*/ > fixed? you think a member of the Security Team would give away this information if not? yet it is georg ___ TYPO

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Tobias Dörner
: Donnerstag, 24. März 2011 16:43 An: typo3-english@lists.typo3.org Betreff: Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url Hi! Tobias Dörner wrote: > Hi, > /* SQL injection in it...*/ > fixed? Yes. But due to messy code we were not able to audit the re

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Dmitry Dulepov
Hi! Tobias Dörner wrote: Hi Dimtry, /* remember asking Jan to Reformat*/ I remember I have read about that. It was a few years ago, wasn’t it? Yes. I never touched CoolURI after that. I hope it was improved. -- Dmitry Dulepov TYPO3 core&security team member E-mail: dmitry.dule...@typo3.org We

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Dmitry Dulepov
Hi! Andreas Becker wrote: The same realurl has been improved a lot. Meanwhile the autocnfiguration seems to recognize also language settings (but unfortunaetely not Japanese or Thai). I have no ways of testing Asian languages. That's the main problem. Even when people report bugs, I have no m

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Jigal van Hemert
Hi, On 24-3-2011 16:34, Dmitry Dulepov wrote: I also used CoolURI once because the customer wanted so. We found incredibly messy code with no comments and SQL injection in it... We must have used it around the same time and found the same problems :-) [1] [1] http://typo3.org/teams/security

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Jan Bednarik
Hi all, especially Dmitry, there are loads of things to reply, so let me do that in this one post. Believe me, I didn't want to hijack the threat, this was the first time I did so (as far as I remember, maybe some search would reveal opposite). Anyway, I was hesitating, aware that it's not fai

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Andreas Becker
Hi Dmitry it is my problem too as speaking is not the problem but writing. I have no idea how to write in Thai even my keyboard has Thai Letters but I could ask some of our devs if they could help. What exactly you would need to know. Currently we have the problem with a Japanese, English, German

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Andreas Becker
What is actually with all those nonlatin URLs? ICann cleared last year nonlatin URLs. Those are written in arabic and from right to left! How is cooluri and realurl handling this - the so called country codes? http://스타벅스코리아.com This here i.e. is starbucks

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Andreas Becker
ICAN itself is using non latin characters in URLs http://blog.icann.org/2010/08/Замечания-генерального-директора-о-п/ So al talk about standards only in latin characters seem to be obsolete I guess and it would be time to start using non latin characters in URLS. Like said before in cooluri absol

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-24 Thread Jigal van Hemert
Hi, On 24-3-2011 16:37, Dmitry Dulepov wrote: I am currently testing an experimental option that would help with this problem. So if you have vars a, b, c and d and all of them can be optional, you will be able to specify this in the config. Sounds interesting. It's one of the most requested t

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-25 Thread Xavier Perseguers
Hi, I was aware that the code was messy. I've started with some refactoring, but it's a long run. Unfortuntely, it's not that easy to refactor PHP in open source tools (Eclipse). I didn't find stuff like "Extract method", "Introduce interface" etc. to which I'm used to from Java. Then you shou

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-25 Thread Jan Bednarik
Then you should have a look at other IDE's such as PhpStorm which is able to do that. I was thinking about this particular one since I use ItelliJ Idea every day and this should be similar. Well, looks like I'll have to break into my piggy bank :) Jan

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-28 Thread Dmitry Dulepov
Hi! Andreas Becker wrote: Currently we have the problem with a Japanese, English, German Realurl . English and German is working but Japanese shows only slashes. When we use cooluri we can show all Asian languages in the URL. I do not know how CoolURI works. RealURL uses TYPO3 core official A

Re: [TYPO3-english] REALURL - No hashcode/parameters passed -- Exclude Page from url

2011-03-28 Thread Dmitry Dulepov
Hi! Andreas Becker wrote: Like said before in cooluri absolute no problem - but we can't get it a nonlatin url runing in Realurl You can. RTFM :) -- Dmitry Dulepov TYPO3 core&security team member E-mail: dmitry.dule...@typo3.org Web: http://dmitry-dulepov.com/