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-12-19
JATS writer: keep quotes in element-citations
Albert Krewinkel
1
-5
/
+5
2021-12-18
Citeproc: avoid adding comma before an author-in-text citation...
John MacFarlane
1
-8
/
+14
2021-12-15
T.P.Citeproc: do not export getStyle, getCiteprocLang.
John MacFarlane
1
-2
/
+0
2021-12-13
Citeproc changes:
John MacFarlane
1
-16
/
+13
2021-11-22
Add .yml to Citeproc formatFromExtension (#7706)
Jörn Krenzer
1
-0
/
+1
2021-10-27
Switch back from HsYAML to yaml.
John MacFarlane
1
-1
/
+1
2021-08-17
Revise citeproc code to fit new citeproc 0.5 API.
John MacFarlane
1
-37
/
+6
2021-08-13
Convert Quoted in bib entries to special Spans...
John MacFarlane
1
-1
/
+3
2021-08-13
Citeproc: avoid odd handling of quotes.
John MacFarlane
1
-1
/
+6
2021-08-13
Removed quote localization from citeproc processing.
John MacFarlane
1
-20
/
+1
2021-07-05
Add command test for #7394.
John MacFarlane
1
-0
/
+1
2021-07-05
Citeproc: cleanup and efficiency improvement in deNote.
John MacFarlane
1
-15
/
+21
2021-07-05
Revamp note citation handling.
John MacFarlane
1
-14
/
+30
2021-06-28
Improve punctuation moving with `--citeproc`.
John MacFarlane
1
-14
/
+15
2021-06-12
Fix regression in citeproc processing.
John MacFarlane
1
-1
/
+3
2021-06-08
Citeproc: avoid duplicate classes and attributes on refs div.
John MacFarlane
1
-2
/
+2
2021-05-17
Citeproc: ensure that CSL-related attributes are passed on...
John MacFarlane
1
-1
/
+1
2021-04-17
Use document's lang for the lang parameter of citeproc...
John MacFarlane
1
-2
/
+1
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
1
-8
/
+2
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
[next]