index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Shared.hs
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-06-23
Shared: Add BlockQuote to blocksToInlines
Jesse Rosenthal
1
-0
/
+1
2016-06-23
Shared: introduce blocksToInlines function
Jesse Rosenthal
1
-0
/
+37
2016-03-22
Updated copyright dates to include 2016.
John MacFarlane
1
-2
/
+2
2016-02-23
Make protocol-relative URIs work again.
John MacFarlane
1
-2
/
+4
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-3
/
+3
2015-12-29
Use cmark 0.5.
John MacFarlane
1
-5
/
+8
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-6
/
+12
2015-11-24
Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL.
John MacFarlane
1
-6
/
+19
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-4
/
+4
2015-11-09
Fixed shadowing error.
John MacFarlane
1
-3
/
+3
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
1
-0
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-6
/
+5
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-5
/
+6
2015-10-17
Remove compiler warning with embed_data_files.
John MacFarlane
1
-1
/
+1
2015-10-14
More changes to avoid compiler warnings on ghc 7.10.
John MacFarlane
1
-3
/
+7
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-2
/
+0
2015-10-11
Percent-encode more special characters in URLs.
John MacFarlane
1
-2
/
+5
2015-10-01
Move the variable pandocVersion from `src/Text/Pandoc.hs` to
Alex Vong
1
-1
/
+9
2015-09-26
Removed unneeded imports.
John MacFarlane
1
-2
/
+2
2015-09-26
MediaBag: ensure that / is always used as path separator.
John MacFarlane
1
-3
/
+4
2015-08-10
EPUB TOC: replace literal "<br/>" with space.
John MacFarlane
1
-0
/
+1
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-2
/
+2
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-2
/
+2
2015-07-30
fix build failure with --flags=-https
Sergei Trofimovich
1
-1
/
+2
2015-07-23
Added odt reader
MarLinn
1
-6
/
+6
2015-07-21
Use newManager instead of withManager in recent http-client.
John MacFarlane
1
-1
/
+10
2015-07-12
Changed hierarchicalize so it treats references div as top-level header.
John MacFarlane
1
-0
/
+5
2015-06-28
Added a needed import in Shared.
John MacFarlane
1
-0
/
+1
2015-06-28
Let reference.docx/odt behave as if they are virtual data files.
John MacFarlane
1
-1
/
+72
2015-06-28
Minor fixes to previous commit.
John MacFarlane
1
-8
/
+3
2015-06-28
New method for producing man pages.
John MacFarlane
1
-6
/
+14
2015-05-27
Fixed svg handling in EPUB writer.
John MacFarlane
1
-0
/
+1
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-02-18
Move utility error functions to Text.Pandoc.Shared
Matthew Pickering
1
-0
/
+10
[next]