Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -10/+9 |
2013-01-07 | Shared: export isTightList. | John MacFarlane | 1 | -0/+7 |
2012-12-30 | Revert "Workaround for problem with file-embed." | John MacFarlane | 1 | -3/+1 |
2012-12-29 | Workaround for problem with file-embed. | John MacFarlane | 1 | -1/+3 |
2012-12-29 | Made `embed_data_files` flag work. | John MacFarlane | 1 | -3/+11 |
2012-12-29 | Data files changes. | John MacFarlane | 1 | -14/+27 |
2012-09-29 | Renamed removedLeadingTrailingSpace to trim. | John MacFarlane | 1 | -9/+9 |
2012-09-27 | Shared: Export compactify', formerly in Markdown reader. | John MacFarlane | 1 | -0/+18 |
2012-09-26 | Shared: Count \r as space in removeLeading/TrailingSpace. | John MacFarlane | 1 | -1/+1 |
2012-09-23 | Revert "More intelligent handling of text encodings." | John MacFarlane | 1 | -3/+3 |