summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Class.hs
Commit message (Expand)AuthorAge
* Don't double extract images from docx.John MacFarlane2017-05-18
* Rename fillMedia -> fillMediaBag.John MacFarlane2017-05-07
* Moved fillMedia, extractMedia from App to Class.John MacFarlane2017-05-07
* Added PandocHttpException, trap exceptions in fetching from URLs.John MacFarlane2017-05-07
* Added PandocResourceNotFound error.John MacFarlane2017-05-02
* Changed display format for messages.John MacFarlane2017-03-09
* Add hanging indent to log messages.John MacFarlane2017-03-04
* Shared: remove 'warn'.John MacFarlane2017-02-24
* Class: Add stResourcePath to CommonState, getResourcePath, setResourcePath.John MacFarlane2017-02-24
* Restore "Fetching..." message with openURL if --verbose.John MacFarlane2017-02-23
* Use PandocIOError in Class.John MacFarlane2017-02-23
* Class.report: Save all log messages in state.John MacFarlane2017-02-11
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* Added Text.Pandoc.Logging (exported module).John MacFarlane2017-02-10
* LaTeX reader: Issue warnings when skipping unknown latex commands.John MacFarlane2017-02-09
* Reverted deferred media bag code.John MacFarlane2017-02-09
* Refactored some files formerly in LaTeX reader.John MacFarlane2017-02-07
* Moved readFileFromDirs to Text.Pandoc.Class.John MacFarlane2017-02-07
* Expose FileTree in ClassJohn MacFarlane2017-01-27
* Fixed small mistake in instance for logOutput.John MacFarlane2017-01-25
* More logging-related changes.John MacFarlane2017-01-25
* Class: Changes around logging.John MacFarlane2017-01-25
* Class: Warn instead or erroring if we can't fetch mediaJesse Rosenthal2017-01-25
* Class: Refactor fetchItem.Jesse Rosenthal2017-01-25
* Class: Add insertDeferredMedia function.Jesse Rosenthal2017-01-25
* Integrate DeferredMediaBag into CommonStateJesse Rosenthal2017-01-25
* Introduce DeferredMediaBag.Jesse Rosenthal2017-01-25
* Class: have pure instance of openURL throw an error, for now.John MacFarlane2017-01-25
* Add openURL and readFileStrict to PandocMonad.John MacFarlane2017-01-25
* Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane2017-01-25
* Removed commented-out vestigaes of fail in Class.John MacFarlane2017-01-25
* Class: removed 'fail' from PandocMonad.John MacFarlane2017-01-25
* Removed unneeded pragmas.John MacFarlane2017-01-25
* Instances of PandocMonad for common transformers.John MacFarlane2017-01-25
* Class: no more MonadState CommonState.John MacFarlane2017-01-25
* Whitespace.John MacFarlane2017-01-25
* Add PandocMonad m instance for ParserT based on PandocMonad.John MacFarlane2017-01-25
* Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane2017-01-25
* Class: Functions for dealing with PureStateJesse Rosenthal2017-01-25
* Class: rename env* prefixed fields to st*.Jesse Rosenthal2017-01-25
* Error: change type of handleError.John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* New withWarningsToStderr exported from Text.Pandoc.Class.John MacFarlane2017-01-25
* Class: cleanup and clarification.Jesse Rosenthal2017-01-25
* Remove reader from PandocPure.Jesse Rosenthal2017-01-25
* Make Txt2Tags test pass.Jesse Rosenthal2017-01-25
* Have a common state for all PandocMonad instances.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Finish converting readers over.Jesse Rosenthal2017-01-25