summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
Commit message (Expand)AuthorAge
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
* fix inDirectory to reset to the original directory in case an exception occursFreiric Barral2014-10-08
* Shared: Make collapseFilePath OS-agnosticmpickering2014-09-25
* Shared: Moved import of toChunks outside of conditional.John MacFarlane2014-08-31
* Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mimeJohn MacFarlane2014-08-30
|\
| * MIME cleanup.Artyom Kazak2014-08-17
* | Fixed --self-contained with Windows paths.John MacFarlane2014-08-22
|/
* Fixed haddock comment.John MacFarlane2014-08-13
* Removed unneeded import.John MacFarlane2014-08-13
* Shared: Added collapseFilePath functionMatthew Pickering2014-08-08
* Add PatternGuards pragmas.Artyom Kazak2014-08-04
* Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* Correctly implement capitalisation.Artyom Kazak2014-08-03
* fetchItem: improved mime type guessing.John MacFarlane2014-08-02
* Shared: fetchItem improvements.John MacFarlane2014-08-02
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31
* Made MediaBag a newtype, and added mime type information to media.John MacFarlane2014-07-31
* Shared: Added function insertMedia which is an alias for M.insertMatthew Pickering2014-07-31
* PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane2014-07-30
* Shared: Added fetchItem', which searches a media bag too.John MacFarlane2014-07-30
* Moved MediaBag back from Shared to Options, to avoid module cycle.John MacFarlane2014-07-30
* Moved MediaBag from Shared to Options.John MacFarlane2014-07-30
* Moved withTempDir from PDF to Shared, export from Shared.John MacFarlane2014-07-30
* Shared: Make MediaBag available through Shared.Jesse Rosenthal2014-07-30
* Fixed runtime error with compactify'DL on certain lists.John MacFarlane2014-07-25
* Revert "Shared.hierarchicalize: Don't number subsections of unnumbered sectio...John MacFarlane2014-07-21
* Shared.hierarchicalize: Don't number subsections of unnumbered sections.John MacFarlane2014-07-21
* Shared.fetchItem: unescape URI encoding before reading local file.John MacFarlane2014-07-15
* Better comment on removeFormatting.John MacFarlane2014-07-13
* Shared: Generalized type of removeFormatting.John MacFarlane2014-07-13
* Shared: Added removeFormatting.John MacFarlane2014-07-13
* Removed space at ends of lines in source.John MacFarlane2014-07-12
* normalize: consolidate adjacent RawBlocks when possible.John MacFarlane2014-07-07
* Rewrote normalize for efficiency. (Closes #1385.)John MacFarlane2014-06-29
* Moved extractSpaces to Shared.hsmpickering2014-06-16
* Shared: Added ordNub.John MacFarlane2014-06-03
* Removed dependency on conduit.John MacFarlane2014-05-18
* Shared addMetaField: if old and new values both lists, concatenate.John MacFarlane2014-05-12
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Merge pull request #1256 from tarleb/org-reader-improvementsJohn MacFarlane2014-04-19
|\
| * Move `compactify'DL` from Markdown reader into SharedAlbert Krewinkel2014-04-19
* | Shared: Fixed bug in toRomanNumeral.John MacFarlane2014-04-15
|/
* Shared.openURL: Set proxy with value of http_proxy env variable.John MacFarlane2014-04-05
* fetchItem: Handle image URLs beginning with '//'.John MacFarlane2014-01-08
* HLint: use `elem` and `notElem`Henry de Valence2013-12-19
* HLint: Use allHenry de Valence2013-12-19
* Added `withSocketsDo` around http conduit code in `openURL`.John MacFarlane2013-12-09
* normalizeDate: Allow dates with year only (%Y)Shaun Attfield2013-12-01
* Shared: Fixed bug in openURL with data: URIs.John MacFarlane2013-11-19
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16