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
/
Citeproc.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-12
Citeproc: apply fixLinks correctly.
John MacFarlane
1
-5
/
+5
2021-02-26
Fix/update URLs and use HTTP**S** where possible (#7122)
Salim B
1
-1
/
+1
2021-01-21
Text.Pandoc.Citeproc: use finer grained imports
Albert Krewinkel
1
-18
/
+21
2021-01-10
T.P.Citeproc: factor out and export `getStyle`.
John MacFarlane
1
-45
/
+55
2021-01-10
T.P.Citeproc: factor out getLang.
John MacFarlane
1
-8
/
+15
2021-01-10
T.P.Citeproc: refactor and export `getReferences`.
John MacFarlane
1
-28
/
+51
2020-12-24
Citeproc: fix handling of empty URL variables (`DOI`, etc.).
John MacFarlane
1
-1
/
+3
2020-12-16
Fix citeproc regression with duplicate references.
John MacFarlane
1
-1
/
+2
2020-12-15
Use fetchItem to get external bibliography.
John MacFarlane
1
-8
/
+7
2020-12-15
Allow both inline and external references to be used
John MacFarlane
1
-14
/
+15
2020-12-02
Citeproc: ensure that BCP47 lang codes can be used.
John MacFarlane
1
-2
/
+17
2020-11-25
Fix truncation of `[Citation]` list in `Cite` inside footnotes...
John MacFarlane
1
-2
/
+2
2020-11-13
Improve period suppression algorithm for citations in notes...
John MacFarlane
1
-1
/
+22
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
1
-5
/
+1
2020-11-05
Citeproc: improve punctuation in in-text note citations.
John MacFarlane
1
-8
/
+15
2020-11-04
Simplified idpred in citeproc.
John MacFarlane
1
-2
/
+1
2020-11-01
Citeproc: use comma for in-text citations inside footnotes.
John MacFarlane
1
-8
/
+18
2020-11-01
Improve deNote.
John MacFarlane
1
-4
/
+5
2020-10-29
Use new citeproc; do note capitalization here, not in citeproc.
John MacFarlane
1
-2
/
+11
2020-10-27
Remove obsolete comment
John MacFarlane
1
-1
/
+0
2020-10-27
Citeproc: properly handle `csl` field with `data:` URI.
John MacFarlane
1
-1
/
+1
2020-10-26
Add PandocBibliographyError and use it in parsing bibliographies.
John MacFarlane
1
-5
/
+7
2020-10-21
citeproc - improved removal of final period...
John MacFarlane
1
-5
/
+8
2020-10-14
Fix typos in comments, doc strings, error messages, and tests
Albert Krewinkel
1
-4
/
+1
2020-10-09
In fetching parent of dependent CSL style, first...
John MacFarlane
1
-1
/
+5
2020-10-07
Raise informative errors when YAML metadata parsing fails.
John MacFarlane
1
-2
/
+4
2020-10-07
Cleaner solution to #6723.
John MacFarlane
1
-4
/
+4
2020-10-07
Fix URL prefixes in citations also when they occur in notes.
John MacFarlane
1
-3
/
+3
2020-10-06
Incorporate `https://doi.org/` prefix added by CSL style...
John MacFarlane
1
-1
/
+12
2020-10-06
Fix URL for "short DOIs" in citations. See #6723.
John MacFarlane
1
-1
/
+6
2020-10-05
Fixed regresison in last commit.
John MacFarlane
1
-1
/
+1
2020-10-05
Removed the idpred from metaValueToReference.
John MacFarlane
1
-3
/
+2
2020-10-05
Add yamlToRefs, yamlBsToRefs.
John MacFarlane
1
-7
/
+5
2020-10-05
Improve searching for CSL files...
John MacFarlane
1
-6
/
+15
2020-10-05
Use yamlToMeta for yaml bibliography
John MacFarlane
1
-5
/
+4
2020-10-05
Add filtering to metaValueToReference, and check other-ids field too.
John MacFarlane
1
-4
/
+5
2020-09-24
Slight improvement to last commit.
John MacFarlane
1
-1
/
+4
2020-09-24
Citeproc: Insert space after csl-left-margin span contents...
John MacFarlane
1
-2
/
+16
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
1
-0
/
+492