summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)Author
2015-10-14More changes to avoid compiler warnings on ghc 7.10.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-10-11Percent-encode more special characters in URLs.John MacFarlane
2015-10-01Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong
2015-09-26Removed unneeded imports.John MacFarlane
2015-09-26MediaBag: ensure that / is always used as path separator.John MacFarlane
2015-08-10EPUB TOC: replace literal "<br/>" with space.John MacFarlane
2015-08-07Updated readers, writers and README for link attributemb21
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane
2015-07-30fix build failure with --flags=-httpsSergei Trofimovich
2015-07-23Added odt readerMarLinn
2015-07-21Use newManager instead of withManager in recent http-client.John MacFarlane
2015-07-12Changed hierarchicalize so it treats references div as top-level header.John MacFarlane
2015-06-28Added a needed import in Shared.John MacFarlane
2015-06-28Let reference.docx/odt behave as if they are virtual data files.John MacFarlane
2015-06-28Minor fixes to previous commit.John MacFarlane
2015-06-28New method for producing man pages.John MacFarlane
2015-05-27Fixed svg handling in EPUB writer.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-02-18Move utility error functions to Text.Pandoc.SharedMatthew Pickering
2015-02-18Make safeRead safe.Matthew Pickering
2014-12-19Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane
2014-10-08fix inDirectory to reset to the original directory in case an exception occursFreiric Barral
2014-09-25Shared: Make collapseFilePath OS-agnosticmpickering
2014-08-31Shared: Moved import of toChunks outside of conditional.John MacFarlane
2014-08-30Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane
2014-08-22Fixed --self-contained with Windows paths.John MacFarlane
2014-08-17MIME cleanup.Artyom Kazak
2014-08-13Fixed haddock comment.John MacFarlane
2014-08-13Removed unneeded import.John MacFarlane
2014-08-08Shared: Added collapseFilePath functionMatthew Pickering
2014-08-04Add PatternGuards pragmas.Artyom Kazak
2014-08-04Use `stripPrefix` where appropriate.Artyom Kazak
2014-08-03Correctly implement capitalisation.Artyom Kazak
2014-08-02fetchItem: improved mime type guessing.John MacFarlane
2014-08-02Shared: fetchItem improvements.John MacFarlane
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane
2014-07-31Shared: Added function insertMedia which is an alias for M.insertMatthew Pickering
2014-07-30PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane
2014-07-30Shared: Added fetchItem', which searches a media bag too.John MacFarlane
2014-07-30Moved MediaBag back from Shared to Options, to avoid module cycle.John MacFarlane
2014-07-30Moved MediaBag from Shared to Options.John MacFarlane
2014-07-30Moved withTempDir from PDF to Shared, export from Shared.John MacFarlane
2014-07-30Shared: Make MediaBag available through Shared.Jesse Rosenthal
2014-07-25Fixed runtime error with compactify'DL on certain lists.John MacFarlane
2014-07-21Revert "Shared.hierarchicalize: Don't number subsections of unnumbered sectio...John MacFarlane
2014-07-21Shared.hierarchicalize: Don't number subsections of unnumbered sections.John MacFarlane
2014-07-15Shared.fetchItem: unescape URI encoding before reading local file.John MacFarlane
2014-07-13Better comment on removeFormatting.John MacFarlane