Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-08-10 | Use query instead of queryWith. | John MacFarlane | 1 | -2/+27 |
2013-07-30 | Fixed compilation with http-conduit flag False. | John MacFarlane | 1 | -2/+2 |
2013-07-18 | Improved fetching of external resources. | John MacFarlane | 1 | -7/+9 |
2013-07-04 | cabal: Added http-conduit flag, which allows fetching https resources. | John MacFarlane | 1 | -12/+28 |
2013-07-01 | Created Text.Pandoc.Writers.Shared, improved metaToJSON. | John MacFarlane | 1 | -81/+1 |
2013-07-01 | Shared: Export getField. | John MacFarlane | 1 | -1/+14 |
2013-06-29 | Metadata changes: Variables now completely shadow metadata. | John MacFarlane | 1 | -2/+9 |
2013-06-27 | Shared: Added `defField`. | John MacFarlane | 1 | -0/+14 |
2013-06-25 | Fixed merge bugs in Shared. | John MacFarlane | 1 | -10/+10 |
2013-06-25 | Removed 'Functor' constraint. | John MacFarlane | 1 | -2/+2 |