Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
5c678fab
Commit
5c678fab
authored
Sep 17, 2024
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: update obsolete MIME type in transforms.
parent
0000dee0
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
bt5/erp5_base/ModuleComponentTemplateItem/portal_components/module.erp5.TransformImageToBmp.py
...Item/portal_components/module.erp5.TransformImageToBmp.py
+1
-1
bt5/erp5_base/ModuleComponentTemplateItem/portal_components/module.erp5.TransformImageToPcx.py
...Item/portal_components/module.erp5.TransformImageToPcx.py
+1
-1
bt5/erp5_base/PathTemplateItem/portal_transforms/csv_to_text.xml
...5_base/PathTemplateItem/portal_transforms/csv_to_text.xml
+2
-2
bt5/erp5_base/PathTemplateItem/portal_transforms/image_to_bmp.xml
..._base/PathTemplateItem/portal_transforms/image_to_bmp.xml
+1
-1
bt5/erp5_base/PathTemplateItem/portal_transforms/image_to_pcx.xml
..._base/PathTemplateItem/portal_transforms/image_to_pcx.xml
+1
-1
bt5/erp5_base/PathTemplateItem/portal_transforms/php_to_text.xml
...5_base/PathTemplateItem/portal_transforms/php_to_text.xml
+2
-2
bt5/erp5_dms/PathTemplateItem/portal_transforms/pdf_to_bmp.xml
...rp5_dms/PathTemplateItem/portal_transforms/pdf_to_bmp.xml
+1
-1
No files found.
bt5/erp5_base/ModuleComponentTemplateItem/portal_components/module.erp5.TransformImageToBmp.py
View file @
5c678fab
...
...
@@ -3,7 +3,7 @@ from Products.PortalTransforms.libtransforms.imagemagick_transform import ImageM
class
image_to_bmp
(
ImageMagickTransforms
):
__name__
=
"image_to_bmp"
inputs
=
(
'image/*'
,
)
output
=
'image/
x-ms-bmp'
# image/bmp
output
=
'image/
bmp'
format
=
'bmp'
def
register
():
...
...
bt5/erp5_base/ModuleComponentTemplateItem/portal_components/module.erp5.TransformImageToPcx.py
View file @
5c678fab
...
...
@@ -3,7 +3,7 @@ from Products.PortalTransforms.libtransforms.imagemagick_transform import ImageM
class
image_to_pcx
(
ImageMagickTransforms
):
__name__
=
"image_to_pcx"
inputs
=
(
'image/*'
,
)
output
=
'image/
pcx'
# image/vnd.zbrush.pcx image/x-pcx
output
=
'image/
vnd.zbrush.pcx'
format
=
'pcx'
def
register
():
...
...
bt5/erp5_base/PathTemplateItem/portal_transforms/csv_to_text.xml
View file @
5c678fab
...
...
@@ -82,7 +82,7 @@
<key>
<string>
inputs
</string>
</key>
<value>
<list>
<string>
text/c
omma-separated-values
</string>
<string>
text/c
sv
</string>
</list>
</value>
</item>
...
...
@@ -117,7 +117,7 @@
<key>
<string>
data
</string>
</key>
<value>
<list>
<string>
text/c
omma-separated-values
</string>
<string>
text/c
sv
</string>
</list>
</value>
</item>
...
...
bt5/erp5_base/PathTemplateItem/portal_transforms/image_to_bmp.xml
View file @
5c678fab
...
...
@@ -68,7 +68,7 @@
</item>
<item>
<key>
<string>
output
</string>
</key>
<value>
<string>
image/
x-ms-
bmp
</string>
</value>
<value>
<string>
image/bmp
</string>
</value>
</item>
<item>
<key>
<string>
output_encoding
</string>
</key>
...
...
bt5/erp5_base/PathTemplateItem/portal_transforms/image_to_pcx.xml
View file @
5c678fab
...
...
@@ -68,7 +68,7 @@
</item>
<item>
<key>
<string>
output
</string>
</key>
<value>
<string>
image/pcx
</string>
</value>
<value>
<string>
image/
vnd.zbrush.
pcx
</string>
</value>
</item>
<item>
<key>
<string>
output_encoding
</string>
</key>
...
...
bt5/erp5_base/PathTemplateItem/portal_transforms/php_to_text.xml
View file @
5c678fab
...
...
@@ -82,7 +82,7 @@
<key>
<string>
inputs
</string>
</key>
<value>
<list>
<string>
application/x-
httpd-
php
</string>
<string>
application/x-php
</string>
</list>
</value>
</item>
...
...
@@ -117,7 +117,7 @@
<key>
<string>
data
</string>
</key>
<value>
<list>
<string>
application/x-
httpd-
php
</string>
<string>
application/x-php
</string>
</list>
</value>
</item>
...
...
bt5/erp5_dms/PathTemplateItem/portal_transforms/pdf_to_bmp.xml
View file @
5c678fab
...
...
@@ -68,7 +68,7 @@
</item>
<item>
<key>
<string>
output
</string>
</key>
<value>
<string>
image/
x-ms-
bmp
</string>
</value>
<value>
<string>
image/bmp
</string>
</value>
</item>
<item>
<key>
<string>
output_encoding
</string>
</key>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment