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
2017-07-15
Don't rely on listDirectory, which is only in newer versions...
John MacFarlane
1
-2
/
+5
2017-07-14
Class: make addToFileTree handle directories recursively.
John MacFarlane
1
-6
/
+15
2017-07-14
Class: remove stFontFiles in PureState, 'glob' searches stFiles.
John MacFarlane
1
-4
/
+2
2017-07-14
Class: added addToFileTree
John MacFarlane
1
-0
/
+8
2017-06-19
Tracing: give less misleading line information with parseWithString.
John MacFarlane
1
-2
/
+7
2017-06-19
Separated tracing from logging.
John MacFarlane
1
-5
/
+22
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-12
Changed "extracting..." warning to a regular log message.
John MacFarlane
1
-4
/
+19
2017-06-02
hlint suggestions.
John MacFarlane
1
-1
/
+1
2017-06-01
Some hlint refactoring.
John MacFarlane
1
-16
/
+13
2017-06-01
Trivial reformatting.
John MacFarlane
1
-3
/
+7
2017-05-18
Don't double extract images from docx.
John MacFarlane
1
-9
/
+14
2017-05-07
Rename fillMedia -> fillMediaBag.
John MacFarlane
1
-3
/
+3
2017-05-07
Moved fillMedia, extractMedia from App to Class.
John MacFarlane
1
-3
/
+53
2017-05-07
Added PandocHttpException, trap exceptions in fetching from URLs.
John MacFarlane
1
-1
/
+4
2017-05-02
Added PandocResourceNotFound error.
John MacFarlane
1
-8
/
+4
2017-03-09
Changed display format for messages.
John MacFarlane
1
-8
/
+8
2017-03-04
Add hanging indent to log messages.
John MacFarlane
1
-3
/
+12
2017-02-24
Shared: remove 'warn'.
John MacFarlane
1
-4
/
+1
2017-02-24
Class: Add stResourcePath to CommonState, getResourcePath, setResourcePath.
John MacFarlane
1
-8
/
+32
2017-02-23
Restore "Fetching..." message with openURL if --verbose.
John MacFarlane
1
-1
/
+3
2017-02-23
Use PandocIOError in Class.
John MacFarlane
1
-36
/
+23
2017-02-11
Class.report: Save all log messages in state.
John MacFarlane
1
-2
/
+2
2017-02-11
Use new warnings throughout the code base.
John MacFarlane
1
-32
/
+21
2017-02-10
Added Text.Pandoc.Logging (exported module).
John MacFarlane
1
-2
/
+2
2017-02-09
LaTeX reader: Issue warnings when skipping unknown latex commands.
John MacFarlane
1
-1
/
+1
2017-02-09
Reverted deferred media bag code.
John MacFarlane
1
-51
/
+6
2017-02-07
Refactored some files formerly in LaTeX reader.
John MacFarlane
1
-4
/
+4
2017-02-07
Moved readFileFromDirs to Text.Pandoc.Class.
John MacFarlane
1
-0
/
+10
2017-01-27
Expose FileTree in Class
John MacFarlane
1
-0
/
+1
2017-01-25
Fixed small mistake in instance for logOutput.
John MacFarlane
1
-1
/
+1
2017-01-25
More logging-related changes.
John MacFarlane
1
-23
/
+22
2017-01-25
Class: Changes around logging.
John MacFarlane
1
-27
/
+45
2017-01-25
Class: Warn instead or erroring if we can't fetch media
Jesse Rosenthal
1
-5
/
+18
2017-01-25
Class: Refactor fetchItem.
Jesse Rosenthal
1
-38
/
+44
2017-01-25
Class: Add insertDeferredMedia function.
Jesse Rosenthal
1
-0
/
+7
2017-01-25
Integrate DeferredMediaBag into CommonState
Jesse Rosenthal
1
-10
/
+17
2017-01-25
Introduce DeferredMediaBag.
Jesse Rosenthal
1
-0
/
+24
2017-01-25
Class: have pure instance of openURL throw an error, for now.
John MacFarlane
1
-1
/
+1
2017-01-25
Add openURL and readFileStrict to PandocMonad.
John MacFarlane
1
-38
/
+98
2017-01-25
Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.
John MacFarlane
1
-22
/
+2
2017-01-25
Removed commented-out vestigaes of fail in Class.
John MacFarlane
1
-8
/
+0
2017-01-25
Class: removed 'fail' from PandocMonad.
John MacFarlane
1
-12
/
+12
2017-01-25
Removed unneeded pragmas.
John MacFarlane
1
-2
/
+1
2017-01-25
Instances of PandocMonad for common transformers.
John MacFarlane
1
-2
/
+79
2017-01-25
Class: no more MonadState CommonState.
John MacFarlane
1
-14
/
+23
2017-01-25
Whitespace.
John MacFarlane
1
-3
/
+3
2017-01-25
Add PandocMonad m instance for ParserT based on PandocMonad.
John MacFarlane
1
-6
/
+4
2017-01-25
Have warningWithPos take a SourcePos rather than Maybe SourcePos.
John MacFarlane
1
-12
/
+22
2017-01-25
Class: Functions for dealing with PureState
Jesse Rosenthal
1
-23
/
+42
[prev]
[next]