Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cloudooo
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
cloudooo
Commits
f1545ad0
Commit
f1545ad0
authored
Aug 17, 2015
by
Kazuhiko Shiozaki
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable writer_png_Export again because it generates broken outputs.
parent
60daafcc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
cloudooo/handler/ooo/mimemapper.py
cloudooo/handler/ooo/mimemapper.py
+1
-0
cloudooo/sample/sample.conf
cloudooo/sample/sample.conf
+2
-0
No files found.
cloudooo/handler/ooo/mimemapper.py
View file @
f1545ad0
...
@@ -132,6 +132,7 @@ class MimeMapper(object):
...
@@ -132,6 +132,7 @@ class MimeMapper(object):
ooo_disable_filter_list
=
kw
.
get
(
"ooo_disable_filter_list"
)
or
[]
+
[
ooo_disable_filter_list
=
kw
.
get
(
"ooo_disable_filter_list"
)
or
[]
+
[
'writer_jpg_Export'
,
# Seems not working from cloudooo in Libre Office 4.3.3.2
'writer_jpg_Export'
,
# Seems not working from cloudooo in Libre Office 4.3.3.2
'writer_png_Export'
,
# Seems not working from cloudooo in Libre Office 4.3.3.2
'draw_eps_Export'
,
# Seems not working from cloudooo in Libre Office 5.0.0.5
'draw_eps_Export'
,
# Seems not working from cloudooo in Libre Office 5.0.0.5
'impress_eps_Export'
,
# Seems not working from cloudooo in Libre Office 5.0.0.5
'impress_eps_Export'
,
# Seems not working from cloudooo in Libre Office 5.0.0.5
]
]
...
...
cloudooo/sample/sample.conf
View file @
f1545ad0
...
@@ -68,6 +68,8 @@ mimetype_registry =
...
@@ -68,6 +68,8 @@ mimetype_registry =
#ooo_disable_filter_list =
#ooo_disable_filter_list =
# writer_jpg_Export
# writer_jpg_Export
# writer_png_Export
# writer_png_Export
# draw_eps_Export
# impress_eps_Export
[
server
:
main
]
[
server
:
main
]
use
=
egg
:
PasteScript
#wsgiutils
use
=
egg
:
PasteScript
#wsgiutils
...
...
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