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
/
Class.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-10
/
+6
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-0
/
+13
2019-05-28
Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)
Mauro Bieg
1
-2
/
+2
2019-04-05
PowerPoint writer: expand builtin reference doc to model all layouts
Jesse Rosenthal
1
-0
/
+4
2019-03-27
Drop support for ghc < 8.
John MacFarlane
1
-8
/
+0
2019-03-22
fetchItem: don't treat UNC paths as protocol-relative URLs.
John MacFarlane
1
-1
/
+2
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-20
/
+0
2018-11-01
Remove unnecessary hiding in Class.hs
Alexander Krotov
1
-1
/
+0
2018-10-09
Docx writer: added framework for custom properties.
John MacFarlane
1
-0
/
+1
2018-07-02
Spellcheck comments
Alexander Krotov
1
-2
/
+2
2018-06-28
Remove network-uri flag and use 'Network.Socket'.
John MacFarlane
1
-1
/
+1
2018-05-08
Use uriPathToPath with file: URIs.
John MacFarlane
1
-1
/
+2
2018-05-04
catch IO errors when writing media files, closes #4559 (#4619)
Francesco Occhipinti
1
-1
/
+9
2018-04-19
Text.Pandoc.Class.writeMedia: unescape URI-escaping in file path.
John MacFarlane
1
-1
/
+1
2018-03-18
Removed old-locale flag and Text.Pandoc.Compat.Time.
John MacFarlane
1
-2
/
+2
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-4
/
+0
2018-03-16
Class: Semigroup instance for FileTree with base >= 4.9.
John MacFarlane
1
-0
/
+4
2018-02-18
Powerpoint writer: Move notes slides into data tree.
Jesse Rosenthal
1
-0
/
+8
2018-01-19
hlint code improvements.
John MacFarlane
1
-3
/
+3
2017-12-28
Class: make FileTree opaque.
John MacFarlane
1
-1
/
+1
2017-12-28
Powerpoint writer tests: use IO.
John MacFarlane
1
-2
/
+2
2017-12-28
Moved makeCanoncial definition out of ifdef!
John MacFarlane
1
-9
/
+11
2017-12-28
Class: use makeCanonical for normalization in FileTree and data files.
John MacFarlane
1
-8
/
+11
2017-12-28
Text.Pandoc.Class: add insertInFileTree (API change).
John MacFarlane
1
-7
/
+13
2017-12-13
Removed whitespace at ends of line.
John MacFarlane
1
-3
/
+3
2017-12-11
Add necessary powerpoint functions to Class.
Jesse Rosenthal
1
-0
/
+64
2017-10-29
Export all of Text.Pandoc.Class from Text.Pandoc.
John MacFarlane
1
-1
/
+0
2017-10-29
Source code reformatting.
John MacFarlane
1
-0
/
+1
2017-10-27
hlint suggestions.
John MacFarlane
1
-1
/
+0
2017-10-27
hlint suggestions.
John MacFarlane
1
-5
/
+4
2017-10-26
Comment reformat.
John MacFarlane
1
-6
/
+4
2017-10-24
Added some haddock docs for Text.Pandoc.Class functions.
John MacFarlane
1
-3
/
+22
2017-10-23
Back to using [WARNING] and [INFO] to mark messages.
John MacFarlane
1
-4
/
+2
2017-10-23
More pleasing presentation of warnings and info messages.
John MacFarlane
1
-4
/
+5
2017-10-15
Remove openURL from Shared (API change).
John MacFarlane
1
-7
/
+44
2017-10-15
Class: add stRequestHeaders to CommonState, and setRequestHeader.
John MacFarlane
1
-0
/
+13
2017-09-30
Text.Pandoc.Class - add getVerbosity.
John MacFarlane
1
-0
/
+5
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
1
-17
/
+37
2017-09-30
Text.Pandoc.Lua: add mediabag submodule
Albert Krewinkel
1
-9
/
+19
2017-08-20
Protect OVERLAPS pragma with CPP.
John MacFarlane
1
-0
/
+4
2017-08-20
Use OverlappingInstances instead of OVERLAPS for ghc 7.8.4.
John MacFarlane
1
-0
/
+4
2017-08-20
Removed redundant import.
John MacFarlane
1
-1
/
+0
2017-08-19
Simplify instances in Class by parameterizing on MonadTrans.
John MacFarlane
1
-67
/
+21
2017-08-12
Improved error report on loading translation file.
John MacFarlane
1
-4
/
+6
2017-08-12
Change to yaml for translation files.
John MacFarlane
1
-6
/
+7
2017-08-11
Fixed import.
John MacFarlane
1
-1
/
+1
2017-08-11
More redundant imports.
John MacFarlane
1
-2
/
+1
2017-08-11
Avoid some warnings when compiled wo/ embed_data_files flag.
John MacFarlane
1
-2
/
+3
2017-08-11
Add getFileName to PandocMonad.
John MacFarlane
1
-2
/
+16
[next]