Add Email Reports - #135
Open
Lightning11wins wants to merge 137 commits into
Open
Conversation
- Removed soft line wraps - Removed replacement of all spaces in html text with   - Removed excess font/style markings
- Modified to preserve only leading spaces as   - Fixed justification of text - Removed a <tr> element that seemed unnecessary
Finished support for table borders Made sure that XSET elements were in new <td>s as appropriate
- fixed image align - fixed unspecified size assignment - added specified padding between elements
Not sure if this is the permanent solution
SVG now embedded in base64 for web fixed missing semicolons multipart/mixed untested
whoops (1 case of using wrong flag, a few cases of using wrong operator for bitwise NOT)
Add typedefs to make flag ints explicit. Add explicit NO_FLAGS values. Replace hard-coded max values with compiler-computed values.
Fix prt_htmlfm_SetKeepSpaces() taking a parameter with no specified type. Fix prt_htmlfm_WriteStyle() not returning 0 on success. Clean up unused variables.
Move _PSFI to .h file. Move PrtHTMLfmSubtype to .h file. Clean up comment formatting.
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR makes HTML reports email-ready and also greatly reduces the size of HTML reports in general. Reports have two new flags that independently toggle email and pagination (you can even have both if you want a paginated email for some reason).
GitHub Relationships
centrallix-libTest Linking Failure #167centrallix-libUtilities #130These will need to be reviewed and merged into master before this PR is reviewed.
Greptile Summary