summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
Commit message (Expand)AuthorAge
* 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
* Generalized type of stringify.John MacFarlane2013-08-28
* Shared: Changed stringify so it ignores notes.John MacFarlane2013-08-16
* Revert "Shared: stringify now skips over footnotes."John MacFarlane2013-08-16
* Shared: stringify now skips over footnotes.John MacFarlane2013-08-16
* Shared: Better error message when default data file not found.John MacFarlane2013-08-15
* Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane2013-08-11
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Use query instead of queryWith.John MacFarlane2013-08-10
* Fixed compilation with http-conduit flag False.John MacFarlane2013-07-30
* Improved fetching of external resources.John MacFarlane2013-07-18
* cabal: Added http-conduit flag, which allows fetching https resources.John MacFarlane2013-07-04
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
* Shared: Export getField.John MacFarlane2013-07-01
* Metadata changes: Variables now completely shadow metadata.John MacFarlane2013-06-29
* Shared: Added `defField`.John MacFarlane2013-06-27
* Fixed merge bugs in Shared.John MacFarlane2013-06-25
* Removed 'Functor' constraint.John MacFarlane2013-06-25
* Use new flexible metadata type.John MacFarlane2013-06-24
* Shared.openURL: Properly handle data: URIs.John MacFarlane2013-05-28
* Less verbose output from --self-contained.John MacFarlane2013-05-04
* Shared.openURL: Print diagnostic output to stderr, not stdout.John MacFarlane2013-05-01
* Shared.openURL: URL-escape pipe characters.John MacFarlane2013-04-28
* Shared: Fixed readDefaultDataFile so it works on Windows.John MacFarlane2013-04-20
* Revert "Improved previous patch so it really solves the Windows issue."John MacFarlane2013-04-20
* Improved previous patch so it really solves the Windows issue.John MacFarlane2013-04-19
* Shared: readDefaultDataFile: normalize the paths.John MacFarlane2013-04-19
* Shared: openURL now follows redirects.John MacFarlane2013-03-26
* hierarchicalize: Do not number section with class "unnumbered".John MacFarlane2013-02-13
* Shared: Changed type of Element.John MacFarlane2013-02-12
* Added Text.Pandoc.Data (non-exported) if embed_data_files selected.John MacFarlane2013-01-23
* Refactoring:John MacFarlane2013-01-11
* Move getItem from SelfContained to Share; export getItem.John MacFarlane2013-01-11
* Added Attr field to Header.John MacFarlane2013-01-09
* Shared: export isTightList.John MacFarlane2013-01-07