Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 1 | -26/+28 | |
2017-03-04 | Logging: Added NoTitleElement constructor for LogMessage. | John MacFarlane | 1 | -0/+9 | |
2017-02-24 | Logging: Remove UsingResourceFrom, add CouldNotConvertImage | John MacFarlane | 1 | -8/+9 | |
2017-02-24 | Class: Add stResourcePath to CommonState, getResourcePath, setResourcePath. | John MacFarlane | 1 | -0/+8 | |
To be used in implementing `\graphicspath` in LaTeX, and possibly in things like PDF production via context. Use resource path in fetchItem. Issue an info message if we get a resource from somewhere other than ".". Added UsingResourceFrom to log message. | |||||
2017-02-23 | Put makeSelfContained in PandocMonad instead of IO. | John MacFarlane | 1 | -2/+14 | |
This removes the need to pass MediaBag around and improves exceptions. It also opens up the possibility of using makeSelfContained purely. | |||||
2017-02-15 | Add CircularReference constructor to LogMessage. | John MacFarlane | 1 | -0/+10 | |
2017-02-11 | Rename logMessagesToJSON -> encodeLogMessages. | John MacFarlane | 1 | -3/+3 | |
2017-02-11 | Logging: export logMessagesToJSON. | John MacFarlane | 1 | -0/+10 | |
Use a deterministic order for fields. | |||||
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -31/+74 | |
2017-02-10 | Logging: added ToJSON instance and showLogMessage. | John MacFarlane | 1 | -3/+96 | |
This gives us the possibility of both machine-readable and human-readable output for log messages. See #3392. | |||||
2017-02-10 | Added Text.Pandoc.Logging (exported module). | John MacFarlane | 1 | -0/+76 | |
This now contains the Verbosity definition previously in Options, as well as a new LogMessage datatype that will eventually be used instead of raw strings for warnings. This will enable us, among other things, to provide machine-readable warnings if desired. See #3392. |