From georg at georg.org Wed Dec 1 21:19:27 2010 From: georg at georg.org (Georg Kuehnberger) Date: Wed, 01 Dec 2010 21:19:27 +0100 Subject: [TYPO3-dam] DAM to export XML In-Reply-To: References: Message-ID: On 30.11.2010 10:28, Marco Huber wrote: > Or you can do it with pure typoscript. For example by creating a new > pagetype (not tested): Great idea, and highly flexible. My not so flexible, however instant, solution would be to use the phpmyadmin xml-export function on the table tx_dam. regards georg > damxml = PAGE > damxml.typeNum = 123456 > damxml.config.disableAllHeaderCode = 1 > damxml.10 = TEXT > damxml.10.value = > damxml.20 = CONTENT > damxml.20 { > select { > #uid of sysfolder "media" > pidInList = 1 > #additional statements see tsref > } > table = tx_dam > renderObj = COA > renderObj { > wrap = | > 10 = TEXT > 10.field = title > 10.wrap = | > 20 = TEXT > 20.field = file_path > 20.wrap = | > 30 = TEXT > 30.field = file_name > 30.wrap = | > #for every field you want to have in your xml > } > > } > > Am 29.11.2010 21:05, schrieb Lorenz Ulrich: >> I don't know of an XML export function in DAM, but with some PHP >> knowledge you can do it pretty easy by writing the data from table >> tx_dam to an XML structure. From frontleft at gmail.com Fri Dec 3 11:20:15 2010 From: frontleft at gmail.com (dave wong) Date: Fri, 3 Dec 2010 17:20:15 +0700 Subject: [TYPO3-dam] EXT: dam_ttnews, "migration of images and media fields from old existing news" Message-ID: > > Am 25.11.2010 12:02, schrieb dave wong: > > Hi everyone, > > > > Has anyone used the extension "dam_ttnews" to integrate tt_news and dam? > > There is no manual but there is a feature mentioned in the extension > > repository (mentioned in the Version History). I want to use this > feature, > > but don't know how. > > > > "0.1.6: Added a new feature by Stefan Galinski. This feature allows the > > migration of images and media fields from old existing news entries to > DAM > > (dam_ttnews)" > > > > I have many tt_news articles using traditional images, but I want to > migrate > > these images to the DAM Images field. > > > > I have installed Typo3 4.4.4, DAM 1.1.7 and dam_ttnews 0.1.10. > > > > Thanks, David. > Hi, > There should appear a menu entry "Update" in the extension manager if > you select dam_ttnews. > > Bjorn > > Thanks for the previous advice Bjorn, And apologies if this question is posted in the wrong list. The Update option is exactly what I was looking for, but now I run to a new problem. I used the DAM Tools "Check Index" and "Check Uploads", then ran the dam_ttnews Update feature again. Now everytime I run the update, the browser is timing out after 120 seconds. I have relaxed several of the server and browser timeout settings, but I still get a connection timeout error in the browsers. I have hundreds of tt_news images that need converting to DAM Image equivalents. The script seems to keep running for 20+ mins on the server, even after the browser connection has timed-out. Unfortunately, I am not a programmer. Can the class.ext_update.php script be modified to either return a partial result after 100 seconds or can some data be issued to the browser to keep the connection alive? Many thanks, David. From marco.huber at marit.ag Mon Dec 6 11:03:35 2010 From: marco.huber at marit.ag (Marco Huber) Date: Mon, 06 Dec 2010 11:03:35 +0100 Subject: [TYPO3-dam] DAM and FAL Message-ID: Hi DAM-Team, are there any plans, how the DAM-Extension will work with the new FAL in TYPO3 4.5? I can't find anything else than this small RFC on forge http://forge.typo3.org/projects/1401/wiki/RFC_DAM_changes and the hints in the comments to this news http://news.typo3.org/news/article/the-falcon-has-landed/. Kind regards Marco From lists at mind2machine.com Tue Dec 7 10:36:16 2010 From: lists at mind2machine.com (=?iso-8859-1?Q?Alban_Cousini=E9?=) Date: Tue, 7 Dec 2010 10:36:16 +0100 Subject: [TYPO3-dam] Dam indexing progress bar broken ? Message-ID: Hi everybody, Is it just my installation or is the Dam indexing progress bar broken for everyone ? I am running Typo3 4.4.4 and the progress bar always shows 0% progress while the indexing is running (I can see the indexing is running correctly while looking at the devlog). I have tested on Firefox, Chrome, IE8 and the same problem occurs on the 3 browsers, so it doesn't seem to be browser related. Regards, Alban From lists at mind2machine.com Tue Dec 7 12:13:47 2010 From: lists at mind2machine.com (=?iso-8859-1?Q?Alban_Cousini=E9?=) Date: Tue, 7 Dec 2010 12:13:47 +0100 Subject: [TYPO3-dam] Dam indexing progress bar broken (2) Message-ID: Ok I found the solution. This is related to issue http://bugs.typo3.org/view.php?id=10546 The progress bar implementation is not compatible with backend compression. Regards, Alban From jbl at deweblop.de Thu Dec 9 12:08:45 2010 From: jbl at deweblop.de (J. Lingott) Date: Thu, 09 Dec 2010 12:08:45 +0100 Subject: [TYPO3-dam] Indexing and MM reference table Message-ID: Hey list, when running an index check on the uploads directory, do those files get indexed (saved on tx_dam table) or is there something I need to set to get them in there (i.e. make them available for selection)? Problem I have currently is when selecting images by reference from content elements, I don't get many of them (those which are not on tx_dam, just on file tracking table) and therefore the content is not displayed properly. The site had a lot of existing images (~3500) which have to get indexed. Could be am just doing something wrong when trying to index them manually. To be honest didn't find a way to get a full index run applied, just the uploads folder checking. Maybe someone can give me a hint on how to index all those files properly for DAM. Also the reference MM table is rather empty currently, when do entries get inserted there? Cheers and best regards J?rg Lingott From lorenz-typo3 at visol.ch Thu Dec 9 17:13:14 2010 From: lorenz-typo3 at visol.ch (Lorenz Ulrich) Date: Thu, 09 Dec 2010 17:13:14 +0100 Subject: [TYPO3-dam] DAM and TYPO3 4.5 Message-ID: Hi everyone, especially Dan :), TYPO3 4.5 will introduce a File Abstraction Layer that will replace a part of DAM's functionality. As far as I know Dan is part of the FAL project. We now have several issues in the bugtracker concering changes in TYPO3 4.5. ATM we are working on two branches: - Trunk is DAM 1.2dev, open for new features, requiring TYPO3 4.4 (or 4.3?) - Branch 1.1 is DAM 1.1.8dev, bugfixes only, minimum (still supported) TYPO3 version 4.2. I'm still not sure if FAL will replace the "filelist" sysext or if the user will have a choice whether to install FAL or not. Either way I think there will be fundamental changes necessary to continue working with DAM. What are the plans for DAM 1.1 and 1.2. Is there a roadmap for DAM 1.2? What are the plans for DAM on TYPO3 4.5? Will there be a completely new extension or should we start fixing the 4.5 issues in DAM trunk? Thanks for your information. Lorenz From dosipov at phillyburbs.com Fri Dec 10 04:00:06 2010 From: dosipov at phillyburbs.com (Dan Osipov) Date: Thu, 09 Dec 2010 22:00:06 -0500 Subject: [TYPO3-dam] DAM and TYPO3 4.5 In-Reply-To: References: Message-ID: Thanks for bringing this up Lorenz, At this moment there is some uncertainty as to the way that FAL will be integrated with the core - if it will be part of the core, available as a system extension, or as a regular TER extension. There is also some question about FAL's future evolution. Once that is decided, we will know how DAM releases should be structured to take advantage of FAL with maximum support for non-FAL installations. As far as 4.5 support - there will be releases that are compatible with 4.5, probably when 4.5 goes into RC stage. Hope this clears it up a bit. On 12/9/10 11:13 AM, Lorenz Ulrich wrote: > Hi everyone, especially Dan :), > > TYPO3 4.5 will introduce a File Abstraction Layer that will replace a > part of DAM's functionality. As far as I know Dan is part of the FAL > project. > > We now have several issues in the bugtracker concering changes in TYPO3 > 4.5. ATM we are working on two branches: > > - Trunk is DAM 1.2dev, open for new features, requiring TYPO3 4.4 (or 4.3?) > > - Branch 1.1 is DAM 1.1.8dev, bugfixes only, minimum (still supported) > TYPO3 version 4.2. > > I'm still not sure if FAL will replace the "filelist" sysext or if the > user will have a choice whether to install FAL or not. Either way I > think there will be fundamental changes necessary to continue working > with DAM. > > What are the plans for DAM 1.1 and 1.2. Is there a roadmap for DAM 1.2? > > What are the plans for DAM on TYPO3 4.5? Will there be a completely new > extension or should we start fixing the 4.5 issues in DAM trunk? > > > Thanks for your information. > > > Lorenz -- Dan Osipov http://danosipov.com/blog From dosipov at phillyburbs.com Fri Dec 10 04:01:47 2010 From: dosipov at phillyburbs.com (Dan Osipov) Date: Thu, 09 Dec 2010 22:01:47 -0500 Subject: [TYPO3-dam] DAM and FAL In-Reply-To: References: Message-ID: It will be integrated, and hopefully will drive the development of some non-essential features in FAL as time goes on. If you'd like to get involved, let us know! On 12/6/10 5:03 AM, Marco Huber wrote: > Hi DAM-Team, > > are there any plans, how the DAM-Extension will work with the new FAL in > TYPO3 4.5? > > I can't find anything else than this small RFC on forge > http://forge.typo3.org/projects/1401/wiki/RFC_DAM_changes and the hints > in the comments to this news > http://news.typo3.org/news/article/the-falcon-has-landed/. > > Kind regards > Marco -- Dan Osipov http://danosipov.com/blog From fsu-lists at cobweb.ch Mon Dec 13 11:43:54 2010 From: fsu-lists at cobweb.ch (=?ISO-8859-15?Q?Fran=E7ois_Suter?=) Date: Mon, 13 Dec 2010 11:43:54 +0100 Subject: [TYPO3-dam] DAM and TYPO3 4.5 In-Reply-To: References: Message-ID: Hi, > TYPO3 4.5 will introduce a File Abstraction Layer that will replace a > part of DAM's functionality. As far as I know Dan is part of the FAL > project. > > We now have several issues in the bugtracker concering changes in TYPO3 > 4.5. ATM we are working on two branches: > > - Trunk is DAM 1.2dev, open for new features, requiring TYPO3 4.4 (or 4.3?) > > - Branch 1.1 is DAM 1.1.8dev, bugfixes only, minimum (still supported) > TYPO3 version 4.2. It's not yet sure that FAL will indeed be part of 4.5, so we can't really bet on it. OTOH DAM 1.2 is long overdue IMO. So I would propose to try and roll out 1.2 as soon as possible with all the necessary fixes for 4.5, but *without* FAL even if it makes it into 4.5 (I hope that would be possible). Then work could start on DAM 1.3 or 2.0, which would incorporate FAL. I'm afraid that trying to build FAL support into the DAM will push back a new version to some very late future, especially given the very low recent activity in DAM development (no reproaches, just a fact). I'm not part of the team, so that's just my opinion ;-) Cheers -- Francois Suter Cobweb Development Sarl - http://www.cobweb.ch From ben at typo3.org Mon Dec 13 14:01:24 2010 From: ben at typo3.org (ben van 't ende) Date: Mon, 13 Dec 2010 14:01:24 +0100 Subject: [TYPO3-dam] DAM and TYPO3 4.5 In-Reply-To: References: Message-ID: Heyla Francois, DAM development never really took of. The 'team' basically does maintenance. There is a lot of work being done for FAL atm. After FAL is more or less finished it makes sense to review DAM and have scheduled meetings like we have with many projects now to ensure development. I think your suggestion to roll at DAM 1.2 with fixes for 4.5 is a very good one. I have no idea what the current issues regarding 4.5 are. @Dan: Do you have an overview of what needs to be done to get DAM ready for 4.5? We could put some effort into that. gRTz ben On 13/12/10 11:43, Fran?ois Suter wrote: > Hi, > >> TYPO3 4.5 will introduce a File Abstraction Layer that will replace a >> part of DAM's functionality. As far as I know Dan is part of the FAL >> project. >> >> We now have several issues in the bugtracker concering changes in TYPO3 >> 4.5. ATM we are working on two branches: >> >> - Trunk is DAM 1.2dev, open for new features, requiring TYPO3 4.4 (or 4.3?) >> >> - Branch 1.1 is DAM 1.1.8dev, bugfixes only, minimum (still supported) >> TYPO3 version 4.2. > > It's not yet sure that FAL will indeed be part of 4.5, so we can't really bet on > it. OTOH DAM 1.2 is long overdue IMO. So I would propose to try and roll out 1.2 > as soon as possible with all the necessary fixes for 4.5, but *without* FAL even > if it makes it into 4.5 (I hope that would be possible). Then work could start > on DAM 1.3 or 2.0, which would incorporate FAL. I'm afraid that trying to build > FAL support into the DAM will push back a new version to some very late future, > especially given the very low recent activity in DAM development (no reproaches, > just a fact). > > I'm not part of the team, so that's just my opinion ;-) > > Cheers > -- TYPO3 Product Manager From lorenz-typo3 at visol.ch Mon Dec 13 15:38:57 2010 From: lorenz-typo3 at visol.ch (Lorenz Ulrich) Date: Mon, 13 Dec 2010 15:38:57 +0100 Subject: [TYPO3-dam] DAM and TYPO3 4.5 In-Reply-To: References: Message-ID: Hi Fran?ois and Ben > DAM development never really took of. The 'team' basically does maintenance. > There is a lot of work being done for FAL atm. After FAL is more or less > finished it makes sense to review DAM and have scheduled meetings like we have > with many projects now to ensure development. Yes, the problem is that there's a maximum of 6-10 people fixing bugs and doing reviews. And even if someone is doing patches it takes a while to get reviews. > I think your suggestion to roll at DAM 1.2 with fixes for 4.5 is a very good > one. I have no idea what the current issues regarding 4.5 are. > > @Dan: Do you have an overview of what needs to be done to get DAM ready for 4.5? > We could put some effort into that. The current issues for TYPO3 4.5 without FAL can be found in the bugtracker. It's not much, but I just want to know if DAM 1.2 will be for 4.5 without FAL and then I can help bringing it to the DAM list. I like the idea of having DAM 1.1.x for 4.2-4.4, DAM 1.2 for 4.5 without FAL and DAM 1.3/2.0 for extending FAL. I'm very interested in the TYPO3 4.5 features for our university, but we need to make sure that DAM will not be an "update blocker"... Best regards, Lorenz From dosipov at phillyburbs.com Tue Dec 14 22:32:32 2010 From: dosipov at phillyburbs.com (Dan Osipov) Date: Tue, 14 Dec 2010 16:32:32 -0500 Subject: [TYPO3-dam] DAM and TYPO3 4.5 In-Reply-To: References: Message-ID: I'll review the issues in the backtracker and in the team list before 4.5 is officially released (and hopefully sooner :)) On 12/13/10 8:01 AM, ben van 't ende wrote: > Heyla Francois, > > DAM development never really took of. The 'team' basically does maintenance. > There is a lot of work being done for FAL atm. After FAL is more or less > finished it makes sense to review DAM and have scheduled meetings like we have > with many projects now to ensure development. > > I think your suggestion to roll at DAM 1.2 with fixes for 4.5 is a very good > one. I have no idea what the current issues regarding 4.5 are. > > @Dan: Do you have an overview of what needs to be done to get DAM ready for 4.5? > We could put some effort into that. > > gRTz > > ben > > > > On 13/12/10 11:43, Fran?ois Suter wrote: >> Hi, >> >>> TYPO3 4.5 will introduce a File Abstraction Layer that will replace a >>> part of DAM's functionality. As far as I know Dan is part of the FAL >>> project. >>> >>> We now have several issues in the bugtracker concering changes in TYPO3 >>> 4.5. ATM we are working on two branches: >>> >>> - Trunk is DAM 1.2dev, open for new features, requiring TYPO3 4.4 (or 4.3?) >>> >>> - Branch 1.1 is DAM 1.1.8dev, bugfixes only, minimum (still supported) >>> TYPO3 version 4.2. >> >> It's not yet sure that FAL will indeed be part of 4.5, so we can't really bet on >> it. OTOH DAM 1.2 is long overdue IMO. So I would propose to try and roll out 1.2 >> as soon as possible with all the necessary fixes for 4.5, but *without* FAL even >> if it makes it into 4.5 (I hope that would be possible). Then work could start >> on DAM 1.3 or 2.0, which would incorporate FAL. I'm afraid that trying to build >> FAL support into the DAM will push back a new version to some very late future, >> especially given the very low recent activity in DAM development (no reproaches, >> just a fact). >> >> I'm not part of the team, so that's just my opinion ;-) >> >> Cheers >> > > -- Dan Osipov http://danosipov.com/blog From bart at v-int.nl Mon Dec 27 17:08:12 2010 From: bart at v-int.nl (Bart Veldhuizen) Date: Mon, 27 Dec 2010 17:08:12 +0100 Subject: [TYPO3-dam] Moving from fileadmin to DAM Message-ID: Hi, are there any 'best practices' available for moving an existing site to DAM? Automatic migration would be great, but not required - some kind of list of steps, pitfalls and other advise would be very helpful. Thanks! Bart From sargac at gmail.com Tue Dec 28 16:07:30 2010 From: sargac at gmail.com (=?UTF-8?B?TWFyaW8gxaBhcmdhxI0=?=) Date: Tue, 28 Dec 2010 16:07:30 +0100 Subject: [TYPO3-dam] clean filenames at file upload on Windows Message-ID: Hello, -------------- Short version ---------------- Is there an option to clean the filenames with umlauts and other special characters generated basically on Windows file system, that I can use with DAM, so that the file-names would be stored in ASCII, while original file-name with special characters would go into "title" meta? Best, Mario -------------- Long version (optional) ----------------- I've come across a problem with accented filenames on Windows system and I hope somebody has a solution to it. I'm using DAM for file management and complete UTF-8 setup (all DB server connections and Typo3 setup as well: force charset and utf8 filesystem). The underlaying OS is Windows (2008 R2 server) and I believe this is where the problem lies. I experience a "two-way" problem -- here's the scenario: 1. When I upload the file with special characters (umlauts, for instance) with DAM, the filename is not readable using Windows Explorer, all umlauts and other special characters get strange multi-byte strings represented as single-byte, while DAM title is correctly displayed. 2. When the file with umlauts and other characters is created directly with Windows Explorer, and I'd like to index it with DAM, special characters are not visible in file browser. There are question marks instead. I tried to disable UTF8filesystem, setting it to 0, as Krystian Szymukowicz pointed out in one of his previous posts, but it didn't help here. He also said modifying the "binding/tce/class.tx_dam_tce_extfilefunc.php" file at line 328 and enabling "cleanFileName" function would help, but I haven't tested it yet, as the post is old and I don't think it's wise to modify the core files. There are no problems on Linux as the filesystem is entirely in utf-8, but since I have to use Windows, I'd like to clean filenames at upload, to solve the problem. Does anyone have a suggestion about the right approach here, and are there already any configuration settings available I can use to solve the problem with filenames on Windows? Best, Mario -------------------------------------------- From sargac at gmail.com Tue Dec 28 16:12:57 2010 From: sargac at gmail.com (=?UTF-8?B?TWFyaW8gxaBhcmdhxI0=?=) Date: Tue, 28 Dec 2010 16:12:57 +0100 Subject: [TYPO3-dam] Moving from fileadmin to DAM In-Reply-To: References: Message-ID: Hi, I usually move files to new location, then use DAM Indexer, to index files (maybe a new plugin is needed for that, dam_cat, please check DAM manual). A note about Windows system: I experience problems with special characters in filenames on Windows, since Windows filenames are not utf-8 as on Linux. Best, Mario On 12/27/2010 05:08 PM, Bart Veldhuizen wrote: > Hi, > > are there any 'best practices' available for moving an existing site to > DAM? Automatic migration would be great, but not required - some kind of > list of steps, pitfalls and other advise would be very helpful. > > Thanks! > > Bart From sargac at gmail.com Tue Dec 28 22:21:37 2010 From: sargac at gmail.com (=?UTF-8?B?TWFyaW8gxaBhcmdhxI0=?=) Date: Tue, 28 Dec 2010 22:21:37 +0100 Subject: [TYPO3-dam] clean filenames at file upload on Windows In-Reply-To: References: Message-ID: I've just applied a patch from the: http://bugs.typo3.org/view.php?id=12360 and it solves the problem, except I didn't know how to set new parameter: mod.txdamM1_SHARED.systemCleanFileName, so I just removed condition from patch. Does anyone know how or where to set this new parameter? Best, Mario On 12/28/2010 04:07 PM, Mario ?arga? wrote: > Hello, > > -------------- Short version ---------------- > Is there an option to clean the filenames with umlauts and other special > characters generated basically on Windows file system, that I can use > with DAM, so that the file-names would be stored in ASCII, while > original file-name with special characters would go into "title" meta? > > Best, > Mario > > -------------- Long version (optional) ----------------- > > I've come across a problem with accented filenames on Windows system and > I hope somebody has a solution to it. > > I'm using DAM for file management and complete UTF-8 setup (all DB > server connections and Typo3 setup as well: force charset and utf8 > filesystem). The underlaying OS is Windows (2008 R2 server) and I > believe this is where the problem lies. > > I experience a "two-way" problem -- here's the scenario: > 1. When I upload the file with special characters (umlauts, for > instance) with DAM, the filename is not readable using Windows Explorer, > all umlauts and other special characters get strange multi-byte strings > represented as single-byte, while DAM title is correctly displayed. > > 2. When the file with umlauts and other characters is created directly > with Windows Explorer, and I'd like to index it with DAM, special > characters are not visible in file browser. There are question marks > instead. > > I tried to disable UTF8filesystem, setting it to 0, as Krystian > Szymukowicz pointed out in one of his previous posts, but it didn't help > here. He also said modifying the > "binding/tce/class.tx_dam_tce_extfilefunc.php" file at line 328 and > enabling "cleanFileName" function would help, but I haven't tested it > yet, as the post is old and I don't think it's wise to modify the core > files. > > There are no problems on Linux as the filesystem is entirely in utf-8, > but since I have to use Windows, I'd like to clean filenames at upload, > to solve the problem. > > Does anyone have a suggestion about the right approach here, and are > there already any configuration settings available I can use to solve > the problem with filenames on Windows? > > Best, > Mario > -------------------------------------------- From lorenz-typo3 at visol.ch Wed Dec 29 00:44:04 2010 From: lorenz-typo3 at visol.ch (Lorenz Ulrich) Date: Wed, 29 Dec 2010 00:44:04 +0100 Subject: [TYPO3-dam] clean filenames at file upload on Windows In-Reply-To: References: Message-ID: Hi Mario > I've just applied a patch from the: > http://bugs.typo3.org/view.php?id=12360 > and it solves the problem, except I didn't know how to set new > parameter: mod.txdamM1_SHARED.systemCleanFileName, so I just removed > condition from patch. > > Does anyone know how or where to set this new parameter? Yes. You need to set it in TSconfig of the Media sysfolder (where all the DAM records are stored). Depending on the configuration in the extension manager it may be hidden. If the patch works for you, please post that to the bugtracker together with the charset you're using. I've had some problems with non UTF-8 systems and would be interested if I'm the only one. I've some other issues assigned to me ATM but I hope I will find the time to bring it to the DAM team list, in the version that enables cleanFileNames also for the Flash uploader. Best regards, Lorenz Am 28.12.2010 22:21, schrieb Mario ?arga?: > > Best, > Mario > > On 12/28/2010 04:07 PM, Mario ?arga? wrote: From georg at georg.org Wed Dec 29 21:01:15 2010 From: georg at georg.org (Georg Kuehnberger) Date: Wed, 29 Dec 2010 21:01:15 +0100 Subject: [TYPO3-dam] Moving from fileadmin to DAM In-Reply-To: References: Message-ID: Bart, Attached to http://bugs.typo3.org/view.php?id=4845 you'll find a rudimentary migration script p2_migrate2dam.zip [^] (248,988 bytes) 02.08.10 16:35 It worked for us in 2007, no guarantee it will work 100% with recent T3 & DAM Versions. hth, regards g On 27.12.2010 17:08, Bart Veldhuizen wrote: > Hi, > > are there any 'best practices' available for moving an existing site to > DAM? Automatic migration would be great, but not required - some kind of > list of steps, pitfalls and other advise would be very helpful. > > Thanks! > > Bart From sargac at gmail.com Fri Dec 31 14:05:17 2010 From: sargac at gmail.com (=?UTF-8?B?TWFyaW8gxaBhcmdhxI0=?=) Date: Fri, 31 Dec 2010 14:05:17 +0100 Subject: [TYPO3-dam] clean filenames at file upload on Windows In-Reply-To: References: Message-ID: Hi Lorenz, Thanks for the feedback, I'll check the Media Sysfolder TSconfig asap. I can confirm the patch is working, but before I post the confirmation to the bug tracker, I'd like to ask you what do you mean with "non utf-8 system" -- is it a "file-system" or "db-system" you had on mind? This installation uses completely utf-8 database with all connections, while the file system is native Windows, which is not utf-8, hence the problems with file names. I've heard Windows uses Windows-1252 charset, but I'm not sure for that yet, as I've heard it uses UCS-2 on other discussions. It's a Windows Server 2008 R2 OS. So my interpretation is that the problem comes from the fact that a Typo3 utf-8 db driven system file manager writes down a utf-8 characters to the filename that Windows can't digest. And vice-versa --> Typo3 has problems digesting a Windows filename with special characters in it (occurs in files bypassing Typo3 file manager, a ftp, scp,...), when "utf-8" backend is enabled. ~ Happy New Year ~ Mario On 12/29/2010 12:44 AM, Lorenz Ulrich wrote: > ... > If the patch works for you, please post that to the bugtracker together > with the charset you're using. I've had some problems with non UTF-8 > systems and would be interested if I'm the only one. >... > > Best regards, > > > Lorenz > > > > Am 28.12.2010 22:21, schrieb Mario ?arga?: >> >> Best, >> Mario >> >> On 12/28/2010 04:07 PM, Mario ?arga? wrote: >