Re: [TYPO3-english] The rendering order of COA and COA_INT

2016-05-20 Thread Dmitry Dulepov

Hi!

Alexander Averbuch wrote:

Is the rendering order of COA and COA_INT differently?
I've found, the object lib.tx_ppbase.footerJS = COA is rendered before
the page content.
And lib.tx_ppbase.footerJS = COA_INT is rendered after the page content.


Everything *_INT is rendered after page content is created. It also 
rendered on every page request (no caching).


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealURL 2.x: Transliteration?

2016-04-11 Thread Dmitry Dulepov

Hi!

Urs Braem wrote:

AFAIK, in RealURL 1.x, special characters were replaced using a
dedicated transliteration table.
Is that still the case for RealURL 2.x? Or does it require certain PHP
extensions like http://php.net/manual/de/class.transliterator.php ?

I'm asking because on a server I don't know so well (with TYPO3 7.6),
the transliteration is not happening.
("fur" instead of "fuer" for "für").

I've set:

$GLOBALS[TYPO3_CONF_VARS][SYS][systemLocale] = de_CH.UTF-8
config.locale_all = de_CH.UTF-8
in php.ini / user.ini intl.default_locale = de_CH.UTF-8 # (?)


RealURL uses TYPO3 functions to convert non-ascii characters to ascii. 
Code is similar to RealURL 1.x:


https://github.com/dmitryd/typo3-realurl/blob/development/Classes/Utility.php#L70

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Execute php script file including html headers

2016-04-07 Thread Dmitry Dulepov

Hi!

Script Grandpa wrote:

So apache forwards every request to Typo3's index.php and Typo3 serves
accordingly.


Not really. If your web server is set up correctly, requests to an 
existing php script will not be forwarded to TYPO3. You should be able 
to call www.somedomain.com/getpic.php?imgsize=250 without problems.


However if you want to show the output as a TYPO3 page and still use the 
parameter, use html content element and iframe inside it.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Execute php script file including html headers

2016-04-06 Thread Dmitry Dulepov

Hi!

Script Grandpa wrote:

The content type may vary depending on the image format (gif, jpeg,
etc.). And other services rely on that functionality, therefore simply
creating a page with the image shown on it does not help.
Now I want Typo3 to execute that script when a specific url is called.
Example:

www.somedomain.com/getpic.php?imgsize=250
or www.somedomain.com/getpic?imgsize=250


This is not a TYPO3 URL. This is a direct call to the script. If it does 
not produce results, than there is an error in the script.


Why do you want TYPO3 to execute this script? It does not make sense.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] News extension and RealURL urls

2016-04-04 Thread Dmitry Dulepov

Hi!

Jacob Roe wrote:

My page tree is like this:
Root > News (list) > View (detail)

I'm using RealURL config according to manual:
https://docs.typo3.org/typo3cms/extensions/news/AdministratorManual/BestPractice/Realurl/Index.html

I end up with urls like this:
mysite.com/news/view/news/detail/News/some-news-title/

How can I shorten to this:
mysite.com/news/some-news-title/


1. If you want to skip "view", you have to display single news on the 
same page as list view. I am not sure if EXT:news can do that.
2. "news"  is most likely a postVarSet name. Change to fixedPostVars to 
get rid of it.
3. "detail/News/" is extbase action and controller. To get rid of them 
you need to use something like this in your TS:


[globalVar = GP:tx_news_pi1|news > 0]
config.defaultGetVars {
  tx_news_pi1.action = detail
  tx_news_pi1.controller = News
}
[global]

I am not 100% if the last step will work. It depends on the extension 
and how it links to the news detail page.


Only item #2 is related to realurl and only to its configuration. The 
rest depends on the news extension.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] realurl instead of cooluri does not work

2016-04-04 Thread Dmitry Dulepov

Added this to a list of issues but I cannot promise a quick fix.

https://github.com/dmitryd/typo3-realurl/issues/113

Dmitry.

Bernd Wilke wrote:

I have to upgrade an old 4.5 to 7.6 and so cooluri is not ready for 7.6
I should use realurl.
but all the old urls should stay the same!


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] realurl instead of cooluri does not work

2016-04-04 Thread Dmitry Dulepov

Hi!

Bernd Wilke wrote:

I have to upgrade an old 4.5 to 7.6 and so cooluri is not ready for 7.6
I should use realurl.
but all the old urls should stay the same!

but there is a strange configuration where cooluri skipped the last
path-segment of the news-detail page. And I cant get it to work in
realurl. the configuration of pages is a little bit akward:

I use realurl 2.0.10

[2] home
+- [5] Aktuelles (shortcut to 2)
| +- [15] News-detail
| +- [134] current news (shortcut to 5)
| +- [67] Archive
| :

the news are shown on page 2 as list
the detail page is 15.
the former urls for single news were like
/aktuelles/(news-title)-(news-uid)


It is easier to make a 301 redirect to the new URL or make Aktuelles 
display both single and list.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealURL 1.x: nested domains?

2016-03-29 Thread Dmitry Dulepov

Hi!

Urs Braem wrote:

Do you think that behaviour "detail page displayed instead of list page"
id related to the nested domain in 1x.?


This sounds more like a (missing?) cHash issue.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Key features of Typo3 for not Typo3 consultants

2016-03-19 Thread Dmitry Dulepov

Hi!

Giuseppe L. wrote:

The problem is I'm tired of vulnerabilities and I'm trying again to
impose again Typo3 as our main CMS, for this reason, I ask for advice on
how to "sell" to our main web consultant that Typo3 is the best option
against "the 3 others" to build the corporate websites of our customers,
links or tutorials to show thath templating is not a nightmare, and so
on...


Tell them, they will have a chance to join a VERY good company of sites: 
http://blogue.infoglobe.ca/2008/10/22/51-typo3-sites-which-you-may-not-have-known-were-typo3-based/


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealURL 1.x: nested domains?

2016-03-18 Thread Dmitry Dulepov

Hi!

Xavier Perseguers wrote:

Hi Urs,

I just read on
https://github.com/dmitryd/typo3-realurl/wiki/Installing-and-enabling-the-extension


"There must be no "nested domains". This means that there can be only
one domain record from the current page down to the root of the page
tree. RealURL does not support nested domains!"

Was that already the case for 1.x, or is that just for 2.x?


Some people were using nested domains with 1.x but this was never (or at
least not anymore for many years) officially supported. Meaning if you
ever asked a question or reported a bug about it, Dmitry kindly told you
that nested domains were not to be used.

For 2.x he probably really dropped any chance to support that :)


All correct :)

There are several problems with nested domains. The major one is: given 
a page id in the inner domain, should path be encoded as a path on the 
inner domain or outer domain?


I remember that nested domains feature was not really included to 
realurl in the beginning. But than the company, where I worked, had a 
website with such configuration and wanted to use realurl there. I spent 
complete two weeks on it and it worked more or less reliably but still 
not always right. I believe we had to rearrange some pages to make sure 
that there are no more than one nested domain.


Now I strongly believe that nested domains is a wrong thing. The same 
result can be made with shortcuts or mount points. It is a cleaner way 
and it removes ambiguity in url creation. In most cases there is no need 
at all for nested domains because nothing like permissions or tree 
conditions are used. People just make them because they can but 
technically it is a nightmare to encode and decode such configurations.


So this feature is not coming back. As a solution for existing projects, 
I have two:

- Don't update realurl. Version 1 still works.
- Move nested domains to separate levels and use mount points in the old 
locations. This should give you the same effect.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Templavoila is outdated ?

2016-03-14 Thread Dmitry Dulepov

Hi!

TSniper wrote:

Thank you for those informations, what do you recommand for custom fces
(Text+images+custom buttons) ?


Personally I would go with http://fluidtypo3.org/ stack (flux, 
fluidcontent, vhs, etc).


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] RealURL 2.0

2016-03-05 Thread Dmitry Dulepov

Hello!

Since RealURL 2.0 went live a couple of days ago, active support for 
version 1 is stopped. Forge project for version 1 is now hidden. I will 
make one final review of feature requests there to see what I can copy 
to new tracker.


New project page is here: https://github.com/dmitryd/typo3-realurl
Bugs for v2 only should be sent here: 
https://github.com/dmitryd/typo3-realurl/issues

Documentation is here: https://github.com/dmitryd/typo3-realurl/wiki

Anybody now can collaborate and submit a pull request in an easy way. 
Right now 16 of 19 pull requests were merged (3 declined).


Currently I aim to release a new version on a daily basis if there are 
bug reports that I can fix. The plan is to continue this until the end 
of the next week. Than periods of updates will be longer.


I do not actively monitor mailing lists but I will try to answer 
questions if you have them.


Happy realurl-ing!

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] 2: SQL error: 'Unknown column 'sys_language_uid' in 'field list''

2016-01-19 Thread Dmitry Dulepov

Hi!

Caroline Peeters wrote:

Hi,

I am trying to learn to create a page with the introduction package.

But I get an error message each time I try to add an image in a page: 2:
SQL error: 'Unknown column 'sys_language_uid' in 'field list''

Would you know what this is?


Go to the Install tool, "Important actions" and update the database. 
This may help.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] How do you develop websites?

2015-05-15 Thread Dmitry Dulepov

Hi!

Jan Bednarik wrote:

The way I do it is that I have 1 TYPO3 instance on my local machine
where I develop sites, so there's like 20 websites in one instance of
TYPO3 (before I create new empty). When I have the website done (with
only some content examples), I export to T3D and then import it on the
target server where customer then adds the content.

I can't imagine having separate TYPO3 installation for each website I
create.


I have separate instances for every site and for every repo. This is 
really easy to automate. Making a site skeleton takes 2-3 minutes when 
you have a template for it.


Depending on the customer I either clone/checkout from git or export 
files. Database is transferred through the SQL file. Files are synced 
with rsync.


When developing, git flow is a big help because it makes handling 
releases and hotfixes easy.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 Solr Indexing - Manipulating the search result

2015-05-05 Thread Dmitry Dulepov

Hi!

Siva Prasad wrote:

I am working on Typo3 Solr extension and I have some doubts regarding
the solr result set manipulation.

I have added a special configuration for indexing some particular pages
in my page tree. ie Pages that starts with the label Expertise% .I
have managed to added this successfully . And the indexing is working
successfully with our any trouble. But what I would like to achieve is
that , I want to added parent page title to the search result.i.e

This is the page tree

|-- 1.00.100 (parent page)
|Page 1
|Page 2
|Expertise |Test page

And in the solr search result should be
1.00.100 - Expertise

Is this possible in typo3 solr. Is there any hook or signalslot
available to implement this ?


You do not need hooks. Solr fields can be created from content objects. 
In your case 'title' field should be a content object that checks the 
title and either uses the value as is or prepends 'leveltitle' to it. 
See TSRef for more information about leveltitle (data types part).


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Typo3 solr indexing

2015-04-03 Thread Dmitry Dulepov

Hi!

Siva Prasad wrote:

I am working typo3 solr extension and right now I am facing an issue
with the indexing . The website in which I am working on is a
multilingual website with 3 languages. If I search something through the
front end I will get result from both the 3 languages(Not on all pages
,only on some page ). Can any one please help me with this?


Looks like you did not configure solr cores according to instructions: 
https://forge.typo3.org/projects/extension-solr/wiki/Multi_Language_Handling


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] installation errors

2015-03-31 Thread Dmitry Dulepov

Hello!

l lin wrote:

I installed a fresh new Typo3 6.2.11, but I wouldn't be able to create
pages, and got the following errors. Could you please help me out? Also,
I attached a screenshot of the admin page.


Firsts, do not attach screenshots, please, because it heavily increases 
traffic. If you ned to post a screenshot, upload it somewhere and post a 
link instead.


Secondly, the warning tells you what you should do:


To avoid this warning set 'always_populate_raw_post_data' to '-1' in
php.ini


Just do it.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 7.0 and RealURL

2015-02-05 Thread Dmitry Dulepov

Hi!

Vincent Mans wrote:

Does that mean that the _DOMAINS concept will be removed from the RealURL
extension?


It will be changed to provide a more flexible configuration.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] TYPO3 7.0 and RealURL

2014-12-04 Thread Dmitry Dulepov

Current status: http://www.dmitry-dulepov.com/2014/12/typo3-70-and-realurl.html

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealUrl - append non existent URL variable

2014-11-18 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

I want to get rid of no_cache=1 variable in the URL for particular page.
So.. i want URL without no_cache=1, nc or similar things but still to
send no_cache=1 for particular page to TYPO3. Is it possible to append
variable in RealUrl for particular page no matter if it doesn't exists
in URL? Thx.


No. What you supply, that you get back.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Realurl configuration help needed

2014-05-20 Thread Dmitry Dulepov

Hi!

Markus Klein wrote:

HomeSite (domain: example.com)
--  page a
--  SubSite (domain: sub.example.com)
 --  page b


RealURL does not support nested domains. There is code inside that tries to do 
that but in general such configuration will fail.

If you want this to work, you should use mount points or shortcuts.

Sorry :(

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Realurl and base URL config problem

2014-04-28 Thread Dmitry Dulepov

Hi!

Ueli Niggli wrote:

Where does the realUrl extension get its baseUrl from, when it's not in
the root template?


Normally it does not get baseUrl from anywhere :) Normally it creates relative 
links.

You should check (in this order):
1. config.baseURL
2. config.absRefPrefix
3. Domain records

All of this is on the home page of your web site. #1 and #2 is best checked through 
WebTemplate|TypoScriptObjectBrowser. #3 is checked through the WebList.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Blank screen

2014-04-28 Thread Dmitry Dulepov

Hi!

Peder Høy Kristensen wrote:

I only got a blank screen


Classic reading: 
http://www.dmitry-dulepov.com/2009/03/blank-empty-page-in-typo3.html

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] f:for inline

2014-04-28 Thread Dmitry Dulepov

Hi!

Jan Bednarik wrote:

Cool, I think you can try it without CDATA.


That will be invalid xml, not parsable.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] coolURI + go_maps_ext

2014-04-25 Thread Dmitry Dulepov

Hi!

Robert Hafenried wrote:

I'm using the newest version of the two extensions with TYPO3 6.2.1.
I have the problem, that coolURI is generating a wrong URL for the image
in the go_maps_ext info bubble:

domain.de/page-name/fileadmin/_processed_/csm_file1_426ecf7dba.jpg

instead of

domain.de/fileadmin/_processed_/csm_file1_426ecf7dba.jpg


Please, copy/paste here the HTML you get in the browser.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Problem with multi language site after upgrade to 6.2

2014-04-09 Thread Dmitry Dulepov

Hi!

Brian Bendtsen wrote:

I just upgraded a multi language site from 6.1.7 to 6.2 and this
apparently broke my multi language setup.


Did you update the database using the database analyzer in the Install tool? 
Did you run the Update wizard?

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] eid, userINT and RTE content

2014-04-09 Thread Dmitry Dulepov

Hi!

Éric Thibault wrote:

I'm currently adding Ajax calls to an old user INT plugin and injecting the RTE 
content in a frontend page.  Unfortunately, all the paragraph and link tags are 
not rendered!

How can I correctly output the RTE content? Do I have a particular library to 
include inside my new eid class?

Thank you all for your help!


$cObj = t3lib_div::makeInstance('tslib_cObj');
$content = $cObj-stdWrap($rteContent, array('parseFunc' = ' 
lib.parseFunc_RTE'));

But you will need $TSFE and TS setup there. See my sitemap ext on how to 
initialize that:
https://github.com/dmitryd/typo3-dd_googlesitemap/blob/master/class.tx_ddgooglesitemap_eid.php#L75

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] SQL - tx_realurl_urlencodecache TOO BIG

2014-04-03 Thread Dmitry Dulepov

Hi!

Salander wrote:

Is there a way to filter it? Are we forced to use
tx_realurl_urlencodecache? Can I desactivate this cache?


You can. But you will get much slower web site. See what is your 
preference: slow web site or large cache.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Typo 3 CMS 6.1 Front End login problem: type=1 appended to URL automatically

2014-03-06 Thread Dmitry Dulepov

Hi!

arvind srinivasan wrote:

I created a new website which is split in to left and right frames. I am
using FElogin extension to authenticate the users. The problem is that
after the login, only the right frame is loaded and the left frame is
missing. The URL after login is
localhost/mysite//index.php?id=19type=1. The left frame is loaded
only if I remove 'type=1' or set 'type' as 0. How to remove ' type=1'
or set it as 0 automatically in the URL.?

The following is my template configuration:

frameset = PAGE
page = PAGE
left = PAGE
frameset.typeNum = 0
page.typeNum = 1


^^^ Here is your type=1.


left.typeNum = 2


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] responsive

2014-03-06 Thread Dmitry Dulepov

Hi!

tynaarlo info wrote:

Can anyone tell me where i can find the extensions-constants ?

Add the pid in the extension-constants Pid of the Page you use as
footer. You can now fill the left, center and right Col on this page
with footer content. The Top row in the page layout is not rendered in
the footer section!


Most likely this is WebTemplate and Constants there.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] weeaar_googlesitemap extension Typo3 6.2 compatibility

2014-03-06 Thread Dmitry Dulepov

Hi!

PIT Solutions wrote:

But I need some more flexible one almost similar to weeaar_googlesitemap.


You can post a feature request for dd_googlesitemap on github :) I cannot 
promise that everything will be implemented but I am open to ideas.


https://github.com/dmitryd/typo3-dd_googlesitemap/issues

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] mnoGoSearch indexing

2014-03-06 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

ah TYPO3, TYPO3.. 5 millions of features, fluid, space ship enterprises
and when it comes to elementary modules like search.. indexed search not
good for many pages, mnoGoSearch indexes something i didn't tell him to
index, solr probably good but ofcourse java + tomcat bla bla.. What am i
left with.. maybe this ke_search but based on experience something is
probably wrong there too :-) And we are talking about module that is
almost on every site. ah..

Maybe this people that are putting so much effort in things like fluid
and space ship enterprises could come down to earth a bit and make some
built in fast working search to replace indexed search, but it seems
that's not so fancy.. ah..


For mnoGoSearch I had to uses mnoGoSearch'es own indexer, which is not 
highly customizable. It is a crawler and indexer all-in-one. The problem 
you described comes from the way mnoGoSearch works.


For now I would suggest Solr as a much better alternative. I hate java  
products that use java but I was able to set up the whole thing in about 
two hours without any prior experience. It is really not that difficult if 
you have a little *nix, xml and console skills.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] pagebrowse problem

2014-03-05 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

On 3.3.2014. 11:55, Helen Atkinson wrote:

It's really tough for me. But, I'm learning by reading all the tutorials
here.


Nice. Btw. what this has to do with thread topic :-)


Ignore it: it is automated spam.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] mnoGoSearch indexing

2014-03-05 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

Hm. I understand it crawls pages by links but why it index links? I see
this as two separate processes.


mnoGoSearch doesn't :)

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] mnoGoSearch indexing

2014-03-03 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

so, does this mean that links are kept although they are outside search
markers?


mnoGoSearch works by crawling links. So if you only keep the text inside 
search markers, only pages referred from the main content will be indexed. 
This means that if you exclude the menu, nothing will be found.


So links outside of the content are indexed.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] pagebrowse problem

2014-02-28 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

Dmitry, thx. for reply. Btw. do you read email on typo3.org because i
sent one email regarding mnogosearch or is better to post here :-)


Please, ask for free help in mailing lists.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] pagebrowse problem

2014-02-27 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

I have one question dealing pagebrowse ext. which i currently use with
mnogosearch ext. I noticed that it only works if i add:

plugin.tx_pagebrowse_pi1.pageParameterName = tx_mnogosearch_pi1|page

Is this supposed to be like that? When this parameter is set to
something else (for example default) like:

plugin.tx_pagebrowse_pi1.pageParameterName = tx_pagebrowse_pi1|page

then each result page link leads to the first result page although link
has page parameter set to 2,3,4 etc..


Yes, it is supposed to work like that.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Extension showing as incompatible, but work fine with out any issues - Typo3 6.2

2014-02-25 Thread Dmitry Dulepov

Hi!

PIT Solutions wrote:

2. When I ran install tool for checking incompatibility some of the
showed incompatible with new Typo3 6.2(beta 5). But when I installed
this everything works fine with out any issues.


Try updating them in the extension manager. Incompatible shows up when 
the extension author did not set compatibility version if the extension to 
current or greater than current TYPO3 version.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Blank Page Issues

2014-02-17 Thread Dmitry Dulepov

Hi!


I have a rather complicated problem with a website frontend. You see, I
have 2 website on the same typo3 (4.5.15) and one of them displays a
blank page at the first load. After the first load, I guess the browser
cache is the replacing something and the website reacts normally.


http://www.dmitry-dulepov.com/2009/03/blank-empty-page-in-typo3.html

See if it helps.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Searching and TYPO3 6.2 - again

2014-02-12 Thread Dmitry Dulepov

Hi!

Thomas Skierlo wrote:

You are aware that THIS thread sublimes in only one simple question?
Can anyone confirm IS working on a fresh installation of 6.2 ?


Why don't you just write only this direct question next time? It is much 
easier to understand now.


Indexed search is a tricky thing. Are you sure it is set up correctly?

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Display typolink only if not empty

2014-01-27 Thread Dmitry Dulepov

Hi!

sai chandra wrote:

So, can someone help me how to hide the typolink if its empty?What is
the condition to display the typolink only if it is NOT empty?


10 = COA
10 {

10 = LOAD_REGISTER
10.your_typolink = 

20 = TEXT
20 {
data = register:your_typolink
required = 1
wrap = a href=|Your button/a
}

}


Something like that.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealURL with multi-language und multi-domain/domain records

2013-10-28 Thread Dmitry Dulepov

Hi!

Lorenz Ulrich wrote:

absRefPrefix is empty. Should it be set in this setup?


Not necessarily but sometimes people set it to the first domain name and 
wonder why that domain name appears everywhere.


What you experience, should not happen. Most likely it is a kind of 
configuration error. This is why I asked.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealURL with multi-language und multi-domain/domain records

2013-10-27 Thread Dmitry Dulepov

Hi!

Lorenz Ulrich wrote:

In this setup, HMENU links from www.mysite.fr are always prepended with
www.mysite.ch which is wrong.


Could you check what is the value of config.absRefPrefix?

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Solr extension Failed indexing Index Queue item xxx

2013-10-15 Thread Dmitry Dulepov

Hi!

Juan Asencio wrote:

We use typo3 4.7 and the extension Apache Solr for Typo3 v2.8.3.

For some reason we can't get the scheduler to index 100% of our site. It gets 
to around 35% and stops.


You will have more luck asking in the TYPO3 Solr group :)


On the Developer Log I can see the following error again and again on different 
items:

Failed indexing Index Queue item 35503
class.tx_solr_scheduler_indexqueueworkertask.php, line 95


Expand the additional data and see why it fails :) Judging from


Also we have a red lamp (Failure!) on the Commit Solr index task.


it looks like you have a connection issue.

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] FAQ: RealURL 1.12.6 1.12.7 TYPO3 4.5

2013-09-26 Thread Dmitry Dulepov

Hi!

Xavier Perseguers wrote:

Another question I raised while upgrading a 4.5 website yesterday. You
have in 1.12.7 (at least) a dependency to PHP 5.3.whatever. Do you
know if it's a strong dependency (you actually use 5.3-only constructs)
or if this is just because you do not really care of 5.2 anymore?


I do not have 5.2 to test with. This is the reason. I cannot guarantee that 
it will work with 5.2, so I set the requirement to 5.3. 5.3 is old enough 
to be installed everywhere :)


If RealURL works with 5.2 – fine :) I do not plan to break it intentionally 
on 5.2.


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Templavoila

2013-09-11 Thread Dmitry Dulepov

Hi!

Jan Bednarik wrote:

can you fill me in please? Last time I checked, it wasn't working and
required manual patching at least. I don't see any update in Ext
repository, so what has change that it's now working?


For 6.1 it was fixed before 6.1 was launched and I can confirm that it 
works (at least, for me).


For 6.2 – the current maintainer said TV is not in development any more, so 
if there are some breaking changes in 6.2, TV can be dead there (which is 
sad because I believe TV is still the best templating solution for TYPO3).


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Trying to get realurl to work

2013-09-11 Thread Dmitry Dulepov

Hi!

azdour wrote:

Within typo3 when editing the page where do I place the filename that
should be known/displayed? The alias field does not allow the '.'
character.


Name is the alias field, extension is added automatically, you configure it 
in the RealURL configuration. So if you configure 'html' and alias is 
'love', than you will get 'love.html' automatically like this:


http://example.com/love.html
http://example.com/love/forever.html

--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Bye-bye OpenOffice, welcome ReST

2013-08-23 Thread Dmitry Dulepov

Hi!

Georg Ringer wrote:

- it is very easy to contribute to documentation as it is textbased


How does editing look like? For example, if I want to insert the table, in 
OO I just insert the table. How does it happen in the new system? Is it 
same easy (one menu item in some editor)?


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Bye-bye OpenOffice, welcome ReST

2013-08-21 Thread Dmitry Dulepov

Hi!

Xavier Perseguers wrote:

You may find useful resources to do so in the TYPO3 wiki [1] but to be
honest, as of today, this describes the relative *hard way* to switch to
this new format since it shows you how to install a complete environment
from scratch.


Authors need really good reasons to switch from a convenient WYSIWYG editor 
to a system, which is even hard to install :)


What benefits do *authors* have from using the new system? I am interested 
in that as author of several extensions. What good would the new system do 
for me? If there is nothing, why would I switch?


--
Dmitry Dulepov

Today is a good day to have a good day.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Typoscript non-latin characters not saving

2013-07-25 Thread Dmitry Dulepov

Hi!

Jigal van Hemert wrote:

A bit off-topic in this thread, but if the database server has a default
character set which can at least store the characters in utf-8 this
setting is not needed. This setting should IMO be done in the server and
not at the beginning of a connection.


Absolutely true but I still see servers that are configured to use latin1 
as a default :(


--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] [Typo3-English] Make Backup's

2013-07-25 Thread Dmitry Dulepov

Hi!

Miguel wrote:

Thank you all for your guidance.

By the way Richard Davies, i have another topic where i posted this, but
after i have done my backup of all the files from the web server and
placed them in my Apache, i have this error when i try to login in the
backend (frontend works fine) :
http://imageshack.us/photo/my-images/809/lk8n.png/

I have other Typo3 websites in my Apache and this one is the only that
is giving me trouble..


Do you know how to write PHP? If yes, you could make a simple script to see 
if opensll functions work there.


--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Typoscript non-latin characters not saving

2013-07-24 Thread Dmitry Dulepov

Hi!

Jigal van Hemert wrote:

I have the database character set  collation as UTF-8 unicode.
localconf.php has the following
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;'.chr(10).'SET
SESSION character_set_server=utf8;';


SET NAMES utf8; is enough. This sets all the necessary options to UTF-8.


Except character_set_server.

--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] [Typo3-English] OpenSSL Error

2013-07-24 Thread Dmitry Dulepov

Hi!

Miguel wrote:

I copied all the files of my website from the host server, and placed
them in my XAMPP folder (i made also tha backup of the database)...All
is working well with the frontend of the website, but i cant login in
the backend, the browser gives me this error:

No OpenSSL backend could be obtained for rsaauth.

Here is a print of the error:
http://imageshack.us/photo/my-images/809/lk8n.png/

Can someone help me?


It is possible that openssl module is enabled but not operational.

--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] [Typo3-English] Make Backup's

2013-07-24 Thread Dmitry Dulepov

Hi!

Miguel wrote:

I dont need a way that makes everything automatically, i just need to be
pointed to the right direction to do the backups of the database, pages,
content, users, addresses, news, etc


I would sync files with rsync hourly + make a slave mysql instance on a 
secondary server.


--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Typoscript non-latin characters not saving

2013-07-24 Thread Dmitry Dulepov
Found it: 
http://www.dmitry-dulepov.com/2008/06/migrating-typo3-installation-to.html:



Transferring the database

Your source and target web servers should have the same character set and 
collation settings. You can view them using mysql command line utility:

show variables like 'character_set_%';
show variables like 'collation_%';

If these settings do not match, my.cnf settings on destination server should be 
adjusted. If changing my.cnf settings is not possible, you can put adjustments 
into setDBInit in Install tool. For example, to convert server fully to UTF8 
for the current session, do:

SET NAMES utf8
SET SESSION character_set_server=utf8

The first command changes all settings except character_set_server. The second one 
changes settings for server. If that stays latin1 (not UTF8), most likely you will get 
weird errors (like Field was not properly updated in the database) when 
saving records with non-English characters.


Dmitry Dulepov wrote:

Hi!

Jigal van Hemert wrote:

I have the database character set  collation as UTF-8 unicode.
localconf.php has the following
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;'.chr(10).'SET
SESSION character_set_server=utf8;';


SET NAMES utf8; is enough. This sets all the necessary options to UTF-8.


Except character_set_server.



--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Include JS files / TemplaVoilá

2013-07-08 Thread Dmitry Dulepov

Hi!

Miguel wrote:

its not possible to install TemplaVoilá in Typo3 6.1


Why?

--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Cache going wild?

2013-07-02 Thread Dmitry Dulepov

Hi!

amadeo Marketing  Design - Paul Garais wrote:

Now I added some cronjobs with own configurations for the crawler for
every extension because of better performance. Could that be related to
my problem?


Check that your crawler configuration includes cHash.

--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Blank screen after copying site

2013-06-04 Thread Dmitry Dulepov

Hi!

Peder Høy Kristensen wrote:

An annoying problem: I copy a TYPO3 ver 4.7.12 site to a test domain located at 
the same web host as usual. I update the site to ver 6.1.1, and everything 
works well after replacing / modifying the incomaptible extensions. NOW THE 
PROBLEM: When I move the updated site to the proper domain, modify 
LocalConfiguration.php, do the usual chmod stuff and delete all files in 
typo3temp I get blank screen in both fronted and backend. I tried it several 
times. How come?


http://www.dmitry-dulepov.com/2009/03/blank-empty-page-in-typo3.html

--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] UTF-8

2013-05-16 Thread Dmitry Dulepov

Hi!

Please, start a new thread, do not reply to the existing thread.

Wiesław Golsz wrote:

I tried migrate to UTF-8 according to:


--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-16 Thread Dmitry Dulepov

Hi!

Georg Ringer wrote:

just one thing: I doubt that extensions which rely on tt_news and extend
it are maintained either ...


But they exist and they worked before. That would appeal very much to many 
users.


I am not a fan of tt_news but there are really many exts based on it.

--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] tt_news and TYPO3 6.1

2013-05-15 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

Eh.. i don't have time to investigate new news extension. Also, many
other extension relay on tt_news. Does your realurl work with it? Btw.
while u're here, does realurl work on 6.1? I'm going to install 4.7, my
time is running out on trivial things like installing extensions.


Sometimes you have to invest time to:
- avoid spending more and more of it fixing old software (like tt_news)
- get a better software (like ext:news)

And yes, RealURL works with TYPO3 6.1. You need version 1.12.6. It works 
with every extension.


--
Dmitry Dulepov
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Upload extension from 6.0.4

2013-05-08 Thread Dmitry Dulepov

Hi!

Jan Bednarik wrote:

Thanks, but this looks like Unix-only (or Mac), but I run Win7.


Just run it as php ext ... from cmd.exe.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Upload extension from 6.0.4

2013-05-07 Thread Dmitry Dulepov

Hi!

Jan Bednarik wrote:

is it possible to upload extension to TER from 6.0.x? I have new version
of jb_gd_resize that supports 6.0.x, but I don't know how to get it to TER.

I found extension extension_uploader, but it expects property state to
be a number, which is not compatible with Ext Manager as I see.

Any ideas?


I use ext: https://github.com/t3elmar/Ext

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Search extensions

2013-05-06 Thread Dmitry Dulepov

Hi!

Stephan Schuler wrote:

You could ask Dmitry about his Sphinx engine integration.

I tried Sphinx myself a view weeks ago, but the lag of nice and easy write support out of 
PHP applications made me turn to a full blown Solr based on Jetty. But the reason for 
this mainly was that I wanted to use the index itself as the one and only persistence 
layer, so having only rudimentary and not reliable write support here was a complete 
no-go for me. If you only want to improve search speed, the automated MySQL backend 
to Sphinx mechanism (Sphinx can read its source data out of a given MySQL table of 
view or select query) might be perfectly fine for you.

So, maybe Dmitry reads here and is in mood to tell us a little about his Sphinx 
setup.


I have Sphinx implementation at one project but I am not allowed to share. 
Page search there was very simple. We were more interested in record 
search. Sphinx does very well and it is very lightweight. It has a couple 
of bugs (for example, dies at partial reindexing with data sets of about 5 
million records).


If I were to start a new project, I would use Solr. It is more powerful and 
more stable.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Search extensions

2013-05-06 Thread Dmitry Dulepov

Hi!

Stephan Schuler wrote:

The one thing I'm missing (compared to any Solr based solution I currently know about) is 
stemming and text processing. You know, something like 'tests/testing/tester' get 
stored as 'test' according to English grammar.


I think Solr supports that out of the box. You simply need to create cores 
with proper languages.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Search extensions

2013-05-06 Thread Dmitry Dulepov

Woops, too fast :( I realized that you mean kesearch too late. Sorry.

Dmitry Dulepov wrote:

Stephan Schuler wrote:

The one thing I'm missing (compared to any Solr based solution I
currently know about) is stemming and text processing. You know,
something like 'tests/testing/tester' get stored as 'test' according
to English grammar.


I think Solr supports that out of the box. You simply need to create
cores with proper languages.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] wrong charset

2013-04-26 Thread Dmitry Dulepov

Hi!

Francesc Juliana wrote:

Now, I have updated platform to 4.5 version. Special chars of that extension
are not transformed correctly.


TYPO3 4.5 is UTF-8 only. You need to convert your database data to UTF-8. 
There are TYPO3-specific tutorials about this on the Internet.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Rewrite file link paths - and a two questions about DAM an FAL

2013-04-26 Thread Dmitry Dulepov

Hi!

Urs Bräm wrote:

I'm not sure if this could/might be done with RealURL


RealURL does not work with files. So, for this part, the answer is no. 
Sorry...


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] realurl configuration for different multilanguage domains

2013-04-25 Thread Dmitry Dulepov

Hi!

Michaela wrote:

I have several domains that handle differently their languages.

Domain1 is available in .de, .com, .gr.
The user's domain zone (top-level-domain) should be switched according
to the language.
Rootpage ID is 1.

Domain2 is only available in .com By changing the language there should
be added /en or /gr
Rootpage ID is 143.

All languages in the installation use onepagetree. But domain1 and
domain2 have of course different rootpage-IDs.

Each single language switch configuration for Domain1 or for Domain2
does work but I don't know how to comine both configurations in one
realurl_conf.


...


How can I specify that the _DOMAIN configuration is only valid for domain1?


In this case you need more than a simple configuration. You need something 
like:


if (preg_match('/domain1\.(gr|de|com)$/', $_SERVER['HTTP_HOST']) {
// realurl conf for that domain
}
else {
// realurl conf for domain2
}

You still can have a common template as mentioned in my blog and only add 
_DOMAINS where it is nedded.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Sitemap.xml not updating

2013-04-25 Thread Dmitry Dulepov

Hi!

Karin Meulengrath wrote:

I have a 4.5.25 installation with seo_basics 0.8.3 installed. The
problem is, that the mydomaine/sitemap.xml dosn't update, when the pages
are changed. The timestamp is wrong. Only nwe pages has the rigth
timestamp.

Any suggestions?


Use dd_googlesitemap for sitemaps.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] translate website to russian

2013-04-25 Thread Dmitry Dulepov

Hi!

salim bayrak wrote:

hi everyone
ı want to change my website to russian,and ı did
but ı have problem with date part
weekdays name are shown english
how can ı change it to russia.
is there any setting for it


It depends on what code outputs those days.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] TV - copy page with content

2013-04-19 Thread Dmitry Dulepov

Hi!

Jan Bednarik wrote:

- copy  paste within List module
- page menu, copy and then paste
- drag and drop with Ctrl

The problem is that up to my expirience, only the 3rd option copies
content correctly amending all referencies to the copied content. The
other two options copy page and content, leaving page referencing to
original content on the original page and the copied content is under
Unused.


Option 2 should work correctly as well. If not, than something is broken.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-19 Thread Dmitry Dulepov

Hi!

Robert Wildling wrote:

Why would you want to suggest someone to search Google?


Because there can be more than once answer that should be read.


Not the least because eventually all posts show up in Google - and I am
sure you know how stressful and time-consuming it is to dig through all
those useless posts and/or dead links on Google...


I am lucky than. I usually write such a query that it shows me very few 
unrelated posts.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

I'm about to install TYPO3 6.0.4 on a Debian system with PHP 5.3.3-7.
Will this work or I can expect problems? Thx.


I googled it and found a couple of answers ;)

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Dmitry Dulepov

Hi!

Pero Peric wrote:

For someone who is constantly involved in TYPO3, reading this list every
day etc. it should not be so hard to respond something like: yes, there
are problems - don't do it, or it works ok, or it works but you have to
be careful about this and that.


Well, if there could be a simple answer, it would be given...

Generally you should run ok with 5.3.3+7. The core will run ok. There can 
be problems with extensions that do not use the autoloader. But most 
maintained extensions should be updated by now, so you should be lucky :)


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Dmitry Dulepov

Hi!

Robert Wildling wrote:

@Dmitry: I consider your attitude as arrogant and a waste of time here
on the list. Please stop posting useless answers and stop littering
Google with senseless comments!


Thank you for your opinion. I will not reply to any of your questions even 
if I really want to help.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] PHP timeout while copying branch in backend

2013-04-17 Thread Dmitry Dulepov

Hi!

Philip Masser wrote:

I wanted to copy a mid-sized branch in the backend (~100 pages), but got
a ExtDirect-Exception, caused by a PHP timeout (Fatal error: Maximum
execution time of 60 seconds exceeded). After a refresh of the page
tree, I can see that the branch was partially copied, i.e. only a few
pages exist in the copy...

Searching for related problems, I could only find issues related with
AJAX calls that are timed out too early (e.g.
http://forge.typo3.org/issues/26993), but this is obviously not my
problem here, as it still happens after upgrading (Typo3 4.5.25).
Checking the patch mentioned in the bug-resolution, it seems like only
the AJAX-timeout is increased, which does not change the PHP timeout...
Do I have to increase the timeout in my php.ini for this to work? What
to do in situations where you cannot modify php.ini?


It depends a lot on the extensions you have. Some extensions will do the 
same thing on every copy operation. For example, if the extension updates 
its tables with a timestamp of the change when the new element is inserted, 
the performance will be very poor.


You can try switching off extensions for testing and see if it helps.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Start and end date in Flexible CE (TV)

2013-04-17 Thread Dmitry Dulepov

Hi!

Sergio Catalá wrote:

I created a long time ago one Flexible CE in TV that allows to insert
several images that work as a slider. Every image is a Section of
elements that contain different attributes for every image. Now my
customer wants each image has an start date and end date to hide
automatically the image. Is this possible in TV? Could you give me some
hints to achieve it?


I would try using TypoScript with stdWrap and startdate/enddate. You may 
also need a userFunc there. I think it is doable.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] T3 v.6 and TER upload

2013-04-17 Thread Dmitry Dulepov

Hi!

Tomasz Krawczyk wrote:

I red somewhere that I should use extdeveval to upload my ext to TER.
But how can I do this?


Recently I started using an excellent ext tool by Elmar Hinz. It is 
command line only but it allows to upload extensions faster than through 
the GUI.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] seperate language domain with realurl

2013-04-17 Thread Dmitry Dulepov

Hi!

Domi wrote:

this is my ts setup:


skip

Looks ok for me. Not sure what can be wrong here.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] navigation pages show only first page

2013-04-17 Thread Dmitry Dulepov

Hi!

Francesc Juliana wrote:

The pagination navigation that I use on all plugins doesn't work. Every page
on page navigation point to first page.
Anyone knows what's happening.


What pagination navigation do you use? Is that site online? Could you 
give a URL to look to?


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] TYPO3 6.0.4 and PHP 5.3.3-7

2013-04-17 Thread Dmitry Dulepov

Hi!

Robert Wildling wrote:

@Dmitry: I consider your attitude as arrogant and a waste of time here
on the list. Please stop posting useless answers and stop littering
Google with senseless comments!


As I wrote above, the answer to this message is not short or simple. To get 
the best understanding of it, it is best to search. There are several 
topics, shown by Google at the top, that help understand issues and how to 
avoid them.


I gave a brief answer in the other response, which should help digging 
deeper if issues pop up.


I believe I gave a good valid answer in this particular case. And I 
believe, you are over-reacting. It was not a google it message but a 
recommendation to study the issue.


Thank you for your opinion, anyway.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] extension table for caching

2013-04-09 Thread Dmitry Dulepov

Hi!

Tomasz Krawczyk wrote:

In the Extension Manager there is update database fields functionality.
I tried many times but allways EM says that I have to update my table.
All fields are shown twice. Always.


This means that your table definition in ext_tables.sql is different from 
what MySQL gives you in SHOW CREATE TABLE command. So TYPO3 prompts you to 
correct it.


This usually happens when you added fields manually.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] seperate language domain with realurl

2013-04-09 Thread Dmitry Dulepov

Hi!

Domi wrote:

Domain records exist, what else am I missing? If I enter my students.com
all german, all good. But if I enter students.org everything is still
german.


You also need to TypoScript for correct language handling.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] New TYPO3 language

2013-04-08 Thread Dmitry Dulepov

Hi!

Jan Bednarik wrote:

I need to add mongolian language to a TYPO3 website. Since there is no
support for it, then when I set mn as config language, extensions
(e.g. indexed search) will be in english. That is fine so far.

However, I'd like to give administrators the ability to translate
whatever they like using llxmltranslate extension. So I wonder whether
it's possible to add this language to the list of languages so it'd be
then picked by any extension when translated.


Yes, it is possible. You need to modify three places:
- t3lib/config_default.php - there is a constants with codes named 
TYPO3_languages
- typo3/sysext/setup/mod/locallang.xml - there is a list of languages in 
typo3/sysext/setup/mod/locallang.xml

- t3lib/stddb/tbl_be.php: $TCA for be_users table

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealUrl dependencies

2013-04-03 Thread Dmitry Dulepov

Hi!

(Also for Tomasz)

Jigal van Hemert wrote:

Dmitry said that it's compatible with 4.5, it works, but he wouldn't fix
any 4.5-specific bugs.


There are several important things to understand:
- 4.5 is supported but frozen now (only major bug fixes are allowed)
- I do not plan to break RealURL for 4.5 intentionally
- It is always use a previous version of RealURL if the new version breaks

There are too many changes across versions. It becomes too costly to 
support them all.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealUrl dependencies

2013-04-01 Thread Dmitry Dulepov

Hi!

Jan Bednarik wrote:

so why it's called LTS then? Why the support has been prolonged by half
a year? Are you sure there will be no core fixes? If it's true, then the
LTS really sucks.


TYPO3 4.5 is LTS, it is now supported for critical issues only.

RealURL works on TYPO3 4.5 but it will not be fixed for 4.5 because 4.5 
goes out of life soon.


What's the problem?

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] convert link to html a tag

2013-03-29 Thread Dmitry Dulepov

Hi!

Dawid Pacholczyk wrote:

If on FE this links are rendered properly there must be a way to invoke
this.


Nope. There are too many things that can affect the way those links are 
generated.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealUrl dependencies

2013-03-28 Thread Dmitry Dulepov

Hi!

Tomasz Krawczyk wrote:

Is latest RealUrl v4.5 compatible? Upload comment says no but
em_extconf.php says 4.5 is the oldest supported. The same with PHP.
http://typo3.org/extensions/repository/view/realurl
Anybody knows which is correct?


It is compatible but not supported :) This means that you can run it on 4.5 
and it runs ok. But nothing will be fixed if you find a bug, which is 
4.5-specific. 4.5 is just too old. It does not get any fixes on the core 
side, so it does not make sense to fix RealURL for it.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Backend - design

2013-03-26 Thread Dmitry Dulepov

Hi!

Philipp Gampe wrote:

That is not true. There have been many changes to the UI und UX.


He did not say there were no changes. He said:


TYPO3 has not improved anything in user experience in the past couple of years


These two things are not equal.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Backend - design

2013-03-21 Thread Dmitry Dulepov

Hi!

Martin Aarhof wrote:

Im just learning a 100% designer how to use the TYPO3 backend.
And he actually got one very good point.

The button you use most is actually the smallest icon - the save button.
So I was thinking about redesign (not the whole backend, but some small
changes, would anyone be interested in that?


Theoretically we have a UX team, which is supposed to do that. But since 
they do no activity there for quite some time, you may try to make 
something better in BE :)


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealUrl issue with subdomain in Multi-Domains TYPO3 4.5.11

2013-03-19 Thread Dmitry Dulepov

Hi!

Steffen Gebert wrote:

I have an installation with more than 400 domains, cluttered (umm.. in a
very well-thought, hierarchical order) all over the tree. So it works
also if domains are not on top-level.


Good to know :)


I hope that you don't destroy that feature, Dmitry


No, I never destroy anything specially :) In fact, there was a huge 
two-week-time dedicated effort a couple of years ago to support all kind of 
domain configurations in RealURL (including nested domains). But the fact 
is: it still does not work well :( So I will not break it specially but I 
cannot promise that it will not break sue to some other change.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Migrate SVN to GIT repository

2013-03-18 Thread Dmitry Dulepov

Hi!

arno dudek wrote:

Is it possible to migrate my extensions from the forge SVN to GIT
repository?


http://github.com/ ? :)

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealURL and multilanguage

2013-03-18 Thread Dmitry Dulepov

Hi!

Jan Bednarik wrote:

try CoolUri, it shouldn't have this problem.


Jan, I already asked you in the past to stop hijacking RealURL threads. I 
kindly ask you again. Otherwise I will start hijacking yours, which I did 
not do so far.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealUrl issue with subdomain in Multi-Domains TYPO3 4.5.11

2013-03-18 Thread Dmitry Dulepov

Hi!

Guan Ming wrote:

I have 3 domains configured to site on its BE. However, one of which is not
working as expected in terms of realurl

This non-working realurl domain is a subdomain, e.g. www.XYZ.com/sub/. with
following configuration


Domain is a 'www.xyz.com'. 'www.xyz.com/sub' is not a domain for RealURL. 
Such configuration was never tested and not guaranteed to work.


You also cannot have nested domains (such sub.xyz.com inside www.xyz.com). 
You must have all domains on the top level of the tree, otherwise you may 
have major issues.


--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Strange dates in TER

2013-03-11 Thread Dmitry Dulepov

Hi!

Marcus Krause wrote:

It has been reported here before:
http://forge.typo3.org/issues/43986


Ok, thank you.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] cache working as it wants to work not as expected

2013-03-07 Thread Dmitry Dulepov

Hi!

Dawid Pacholczyk wrote:

If it is complaining about cHash mismatch what should
I do to repair it ?


1. Install the most recent version of RealURL.
2. Remove all entries from the tx_realurl_chashcache
3. Clear all TYPO3 caches from the Backend.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member

Love gorillas.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Boring TS warning

2013-03-07 Thread Dmitry Dulepov

Hi!

Mateng wrote:

However, disabling warnings that are related to old TS versions would be
helpful.


Use TYPO3 6.x. The message is not there any more.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member

Love gorillas.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Strange dates in TER

2013-03-07 Thread Dmitry Dulepov

Hi!

I am not sure where to report this, so writing here. I found strange dates 
in TER. Look here: http://img594.imageshack.us/img594/1728/terv.png


Last upload date is earlier than the first upload. How this can be?

--
Dmitry Dulepov
TYPO3 CMS core  security teams member

Love gorillas.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] Typoscript as content TYPO3 6.x

2013-03-07 Thread Dmitry Dulepov

Hi!

Mitja wrote:

We got familiar with the extension tscobj to insert Typoscript as a
content element. However this extension is not working on TYPO3 v6.x


I just tried: works for me.

--
Dmitry Dulepov
TYPO3 CMS core  security teams member

Love gorillas.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


  1   2   3   4   5   6   7   >