[TYPO3-core] RFC: #3961, exclude files from TER upload / T3X files

Peter Niederlag peter at niederlag.de
Mon Dec 11 08:21:36 CET 2006


Hi,

Martin Kutschker schrieb:
> Karsten Dambekalns schrieb:
>> Hi.
>>
>> Type: enhancement
>> Branch: trunk
>> BT ref: http://bugs.typo3.org/view.php?id=3961
>>
>> The attached patch has been in mantis for a while, it still aplies to 
>> SVN trunk. I think it should go into 4.1, possibly with the next beta.
>>
>> It allows to exclude files/directories from TER uploads and T3X 
>> generation. Default is to exclude CVS, hidden and backup files.
> 
> Didn't test right now, but agree this should go in.

Didn't have a look either, did you? ;)

> But the list is too short: no SVN and no .bak files.

--------------snipp--------------------------
+       'excludeForPackaging' => '(CVS|\..*|.*~)',      // String list:
List of directories and files which will not be packaged into extensions
nor taken into account otherwise by the Extension Manager. Perl regular
expression syntax!
--------------snapp--------------------------

so '.svn' is out already. .bak could/should be added.

How does this whole thing work in conjunction with the "update
ext_emconf.php"(within "backup/delete")? Using this function
'ext_emconf.php' is updated with tstamp-information of *all* contained
files. Will the exclude-list be used there as well? That would be kind
of important since otherwise the detail view will complain about missing
files at least after directly using the T3X, maybe even after upload to TER.

Have you considered this matter or can it easily be solved?

Greets,
Peter
-- 
Peter Niederlag * Neuer Sandberg 9 * 31535 Neustadt *
Fon (privat): 05036 / 924 100 * Fon (Büro): 05036 / 924 101
Fon (mobil): 0172 / 516 48 55 * Fax 05036 / 924 105
callto:typo3support (skype)
http://www.niekom.de * TYPO3 und EDV Dienstleistungen *
http://www.clown-goli.de * Clown-Comedy-Jonglage-Animation *


More information about the TYPO3-team-core mailing list