Age | Commit message (Expand) | Author | Files | Lines |
2014-08-13 | Fixed haddock comment. | John MacFarlane | 1 | -9/+7 |
2014-08-13 | Removed unneeded import. | John MacFarlane | 1 | -1/+0 |
2014-08-08 | Shared: Added collapseFilePath function | Matthew Pickering | 1 | -1/+26 |
2014-08-04 | Add PatternGuards pragmas. | Artyom Kazak | 1 | -1/+1 |
2014-08-04 | Use `stripPrefix` where appropriate. | Artyom Kazak | 1 | -7/+7 |
2014-08-03 | Correctly implement capitalisation. | Artyom Kazak | 1 | -0/+13 |
2014-08-02 | fetchItem: improved mime type guessing. | John MacFarlane | 1 | -4/+5 |
2014-08-02 | Shared: fetchItem improvements. | John MacFarlane | 1 | -11/+12 |
2014-07-31 | New module, Text.Pandoc.MediaBag. | John MacFarlane | 1 | -75/+4 |
2014-07-31 | Made MediaBag a newtype, and added mime type information to media. | John MacFarlane | 1 | -15/+65 |
2014-07-31 | Shared: Added function insertMedia which is an alias for M.insert | Matthew Pickering | 1 | -1/+8 |
2014-07-30 | PDF, Docx, EPUB, and ODT writers now automatically use MediaBag. | John MacFarlane | 1 | -3/+2 |
2014-07-30 | Shared: Added fetchItem', which searches a media bag too. | John MacFarlane | 1 | -0/+14 |
2014-07-30 | Moved MediaBag back from Shared to Options, to avoid module cycle. | John MacFarlane | 1 | -0/+11 |
2014-07-30 | Moved MediaBag from Shared to Options. | John MacFarlane | 1 | -11/+0 |
2014-07-30 | Moved withTempDir from PDF to Shared, export from Shared. | John MacFarlane | 1 | -1/+16 |
2014-07-30 | Shared: Make MediaBag available through Shared. | Jesse Rosenthal | 1 | -0/+11 |
2014-07-25 | Fixed runtime error with compactify'DL on certain lists. | John MacFarlane | 1 | -11/+13 |
2014-07-21 | Revert "Shared.hierarchicalize: Don't number subsections of unnumbered sectio... | John MacFarlane | 1 | -25/+18 |
2014-07-21 | Shared.hierarchicalize: Don't number subsections of unnumbered sections. | John MacFarlane | 1 | -18/+25 |
2014-07-15 | Shared.fetchItem: unescape URI encoding before reading local file. | John MacFarlane | 1 | -1/+1 |
2014-07-13 | Better comment on removeFormatting. | John MacFarlane | 1 | -1/+1 |
2014-07-13 | Shared: Generalized type of removeFormatting. | John MacFarlane | 1 | -1/+1 |
2014-07-13 | Shared: Added removeFormatting. | John MacFarlane | 1 | -0/+14 |
2014-07-12 | Removed space at ends of lines in source. | John MacFarlane | 1 | -2/+2 |
2014-07-07 | normalize: consolidate adjacent RawBlocks when possible. | John MacFarlane | 1 | -0/+5 |
2014-06-29 | Rewrote normalize for efficiency. (Closes #1385.) | John MacFarlane | 1 | -60/+131 |
2014-06-16 | Moved extractSpaces to Shared.hs | mpickering | 1 | -0/+16 |
2014-06-03 | Shared: Added ordNub. | John MacFarlane | 1 | -0/+9 |
2014-05-18 | Removed dependency on conduit. | John MacFarlane | 1 | -6/+8 |
2014-05-12 | Shared addMetaField: if old and new values both lists, concatenate. | John MacFarlane | 1 | -1/+3 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-04-19 | Merge pull request #1256 from tarleb/org-reader-improvements | John MacFarlane | 1 | -3/+17 |
2014-04-19 | Move `compactify'DL` from Markdown reader into Shared | Albert Krewinkel | 1 | -3/+17 |
2014-04-15 | Shared: Fixed bug in toRomanNumeral. | John MacFarlane | 1 | -2/+2 |
2014-04-05 | Shared.openURL: Set proxy with value of http_proxy env variable. | John MacFarlane | 1 | -3/+11 |
2014-01-08 | fetchItem: Handle image URLs beginning with '//'. | John MacFarlane | 1 | -4/+9 |
2013-12-19 | HLint: use `elem` and `notElem` | Henry de Valence | 1 | -8/+4 |
2013-12-19 | HLint: Use all | Henry de Valence | 1 | -1/+1 |
2013-12-09 | Added `withSocketsDo` around http conduit code in `openURL`. | John MacFarlane | 1 | -1/+2 |
2013-12-01 | normalizeDate: Allow dates with year only (%Y) | Shaun Attfield | 1 | -1/+1 |
2013-11-19 | Shared: Fixed bug in openURL with data: URIs. | John MacFarlane | 1 | -1/+2 |
2013-10-16 | Use isURI instead of isAbsoluteURI. | John MacFarlane | 1 | -2/+2 |
2013-08-28 | Generalized type of stringify. | John MacFarlane | 1 | -3/+4 |
2013-08-16 | Shared: Changed stringify so it ignores notes. | John MacFarlane | 1 | -1/+5 |
2013-08-16 | Revert "Shared: stringify now skips over footnotes." | John MacFarlane | 1 | -1/+0 |
2013-08-16 | Shared: stringify now skips over footnotes. | John MacFarlane | 1 | -0/+1 |
2013-08-15 | Shared: Better error message when default data file not found. | John MacFarlane | 1 | -3/+7 |
2013-08-11 | Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe). | John MacFarlane | 1 | -10/+10 |
2013-08-10 | Use walk, walkM in place of bottomUp, bottomUpM when possible. | John MacFarlane | 1 | -1/+1 |