Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -3/+74 |
2013-05-28 | Shared.openURL: Properly handle data: URIs. | John MacFarlane | 1 | -2/+8 |
2013-05-04 | Less verbose output from --self-contained. | John MacFarlane | 1 | -1/+2 |
2013-05-01 | Shared.openURL: Print diagnostic output to stderr, not stdout. | John MacFarlane | 1 | -3/+5 |
2013-04-28 | Shared.openURL: URL-escape pipe characters. | John MacFarlane | 1 | -3/+2 |
2013-04-20 | Shared: Fixed readDefaultDataFile so it works on Windows. | John MacFarlane | 1 | -2/+2 |
2013-04-20 | Revert "Improved previous patch so it really solves the Windows issue." | John MacFarlane | 1 | -1/+2 |
2013-04-19 | Improved previous patch so it really solves the Windows issue. | John MacFarlane | 1 | -2/+1 |
2013-04-19 | Shared: readDefaultDataFile: normalize the paths. | John MacFarlane | 1 | -1/+7 |
2013-03-26 | Shared: openURL now follows redirects. | John MacFarlane | 1 | -8/+10 |
2013-02-13 | hierarchicalize: Do not number section with class "unnumbered". | John MacFarlane | 1 | -6/+8 |
2013-02-12 | Shared: Changed type of Element. | John MacFarlane | 1 | -4/+4 |
2013-01-23 | Added Text.Pandoc.Data (non-exported) if embed_data_files selected. | John MacFarlane | 1 | -7/+2 |
2013-01-11 | Refactoring: | John MacFarlane | 1 | -12/+17 |
2013-01-11 | Move getItem from SelfContained to Share; export getItem. | John MacFarlane | 1 | -2/+28 |