Age | Commit message (Expand) | Author | Files | Lines |
2017-10-27 | Consistent underline for Readers (#2270) | hftf | 1 | -0/+8 |
2017-10-15 | Remove openURL from Shared (API change). | John MacFarlane | 1 | -51/+1 |
2017-10-08 | Shared.stringify, removeFormatting: handle Quoted better. | John MacFarlane | 1 | -2/+9 |
2017-08-11 | Added support for translations (localization) (see #3559). | John MacFarlane | 1 | -118/+1 |
2017-08-10 | Expose getDefaultDataFile in both Shared and Class. | John MacFarlane | 1 | -0/+1 |
2017-06-20 | Move CR filtering from tabFilter to the readers. | John MacFarlane | 1 | -4/+8 |
2017-06-17 | Use Control.Monad.State.Strict throughout. | John MacFarlane | 1 | -1/+1 |
2017-06-11 | Switched Writer types to use Text. | John MacFarlane | 1 | -2/+2 |
2017-06-10 | Rewrote convertTabs to use Text not String. | John MacFarlane | 1 | -17/+11 |
2017-05-30 | Added eastAsianLineBreakFilter to Shared. | John MacFarlane | 1 | -0/+12 |
2017-05-23 | Shared.isURI: allow uppercase versions of known schemes. | John MacFarlane | 1 | -1/+2 |
2017-05-23 | Shared: Provide custom isURI that rejects unknown schemes [isURI] | Albert Krewinkel | 1 | -1/+68 |
2017-05-13 | Update dates in copyright notices | Albert Krewinkel | 1 | -2/+2 |
2017-05-07 | Added PandocHttpException, trap exceptions in fetching from URLs. | John MacFarlane | 1 | -4/+5 |
2017-05-07 | Remove https flag. | John MacFarlane | 1 | -21/+0 |
2017-04-15 | Error: Added PandocCouldNotFindDataFileError. | John MacFarlane | 1 | -3/+2 |
2017-04-02 | Text.Pandoc.App: Throw errors rather than exiting. | John MacFarlane | 1 | -12/+4 |
2017-03-12 | Revert "Shared: export extractIds." | John MacFarlane | 1 | -20/+0 |
2017-03-12 | Shared: export extractIds. | John MacFarlane | 1 | -0/+20 |
2017-03-10 | Removed normalizeSpaces from Text.Pandoc.Shared. | John MacFarlane | 1 | -20/+0 |
2017-03-10 | Shared.normalizeSpaces: strip off leading/trailing line breaks... | John MacFarlane | 1 | -2/+4 |
2017-02-24 | Shared: remove 'warn'. | John MacFarlane | 1 | -5/+0 |
2017-02-23 | Shared.openURL: Changed type from an Either. | John MacFarlane | 1 | -6/+9 |
2017-02-14 | Simplify toRomanNumeral using guards (#3445) | Alexander Krotov | 1 | -18/+16 |
2017-02-05 | Allow user to specify User-Agent (#3421) | Thenaesh Elango | 1 | -3/+11 |
2017-01-27 | Shared: rename compactify', compactify'DL -> compactify, compactifyDL. | John MacFarlane | 1 | -8/+8 |
2017-01-27 | Removed Shared.compactify. | John MacFarlane | 1 | -17/+0 |
2017-01-25 | Removed writerIgnoreNotes. | John MacFarlane | 1 | -0/+1 |
2017-01-25 | Factored out deNote in Shared. | John MacFarlane | 1 | -4/+4 |
2017-01-25 | Text.Pandoc.Shared: Removed fetchItem, fetchItem'. | John MacFarlane | 1 | -66/+3 |
2017-01-25 | Removed hush from Text.Pandoc.Shared. | John MacFarlane | 1 | -5/+0 |
2017-01-25 | Removed `--normalize` option and normalization functions from Shared. | John MacFarlane | 1 | -150/+0 |
2017-01-25 | Shared: put err into MonadIO. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | Shared: changed err and warn output. | John MacFarlane | 1 | -5/+2 |
2016-11-27 | Shared.fetchItem: Better handling of protocol-relative URL. | John MacFarlane | 1 | -0/+9 |
2016-11-22 | Put 'warn' in MonadIO. Add warnings for math conversions in docx. | John MacFarlane | 1 | -4/+5 |
2016-10-18 | Merge pull request #3165 from hubertp-lshift/feature/odt-image | John MacFarlane | 1 | -0/+13 |
2016-10-17 | Use bind function instead of pattern matching | Hubert Plociniczak | 1 | -4/+1 |
2016-10-13 | Allow http-client 0.4.30, which is the version in stackage lts. | John MacFarlane | 1 | -16/+0 |
2016-10-13 | Revert "Remove http-client CPP conditionals." | John MacFarlane | 1 | -1/+10 |
2016-10-13 | Shared: add function combining lines using LineBreak | Albert Krewinkel | 1 | -0/+11 |
2016-10-12 | Basic support for images in ODT documents | Hubert Plociniczak | 1 | -0/+16 |
2016-09-03 | Remove http-client CPP conditionals. | Jesse Rosenthal | 1 | -10/+1 |
2016-09-02 | Remove Compat.Monoid | Jesse Rosenthal | 1 | -1/+1 |
2016-07-20 | Rename README to MANUAL.txt | Albert Krewinkel | 1 | -2/+2 |
2016-07-14 | Shared: improve year sanity check in normalizeDate | Jesse Rosenthal | 1 | -6/+6 |
2016-07-14 | Shared: normalizeDate should reject illegal years. | Jesse Rosenthal | 1 | -5/+10 |
2016-07-14 | Shared: Add further formats for `normalizeDate` | Jesse Rosenthal | 1 | -1/+2 |
2016-07-03 | Fix warning for parseURl import. | John MacFarlane | 1 | -2/+3 |
2016-07-03 | CPP workaround for deprecation of parseUrl in http-client. | John MacFarlane | 1 | -6/+14 |