-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed some issues in exporter #663
Conversation
0a0a272
to
eda35fd
Compare
|
||
### Removed | ||
|
||
- Fixed #627: The pdf field is removed from the export formats, use the file field |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the new format is now Fixed [#num](link to github)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK! Wasn't sure if that was something that was edited before a release only.
Just a few minor remarks, otherwise 👍 |
Edited the Changelog (and added the issue that reported the thing I fixed). The exception things I do not really know what to do about. Of course the exception handling can be improved further, but compared to the previous code, this is at least a bit improved. |
8c9dd83
to
bbfb75e
Compare
Rebased again. Anything else that needs to be fixed? I know that the Exception handling is not brilliant, but nothing I introduced (it is probably slightly more brilliant now though...). |
Fixed some issues in exporter
Fixed an issue in the MS Office 2007 exporter and some code cleanups.
Removed all(?) references to the pdf field and the non-existing ResolvePDF export formatter.
Removed duplicate lines in the ChangeLog for 3.2, fixes #627.