summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Improved documentation of options to print system default files.John MacFarlane2015-07-13
| | | | | `--print-default-data-file` and `--print-default-template`. Closes #2298.
* Merge pull request #2295 from dev-zero/masterJohn MacFarlane2015-07-13
|\ | | | | DokuWiki: write $..$ instead of <math>..</math>
| * DokuWiki: write $..$ instead of <math>..</math>Tiziano Müller2015-07-13
|/ | | | | MathJax seems currently to be the only maintained math rendering extension for DokuWiki and it uses $..$ instead of <math>..</math>.
* Changed hierarchicalize so it treats references div as top-level header.John MacFarlane2015-07-12
| | | | | | | | | Fixes a bug with `--section-divs`, where the final references section added by pandoc-citeproc, enclosed in its own div, got put in the div for the section previous to it. This fixes #2294. Longer term, we might think about how hierarchicalize should interact with Div elements.
* Updated man page.John MacFarlane2015-07-10
|
* Updated changelog.John MacFarlane2015-07-10
|
* Removed tabs from source.John MacFarlane2015-07-10
|
* Avoid parsing partial URLs as HTML tags.John MacFarlane2015-07-10
| | | | Closes #2277.
* Version bump to 1.15.0.5 and updated changelog.John MacFarlane2015-07-09
|
* Added to Contributors list.John MacFarlane2015-07-09
|
* Updated pandoc.wxs.John MacFarlane2015-07-09
| | | | | | | | From @nkalvi with a few modifications (custom variables). - when per-machine installation is chosen, the system path is updated instead of the user's - an appropriate default is used for per-machine installation directory.
* Merge pull request #2266 from PromyLOPh/fieldinlineJohn MacFarlane2015-07-08
|\ | | | | RST: Support inline markup for field list names
| * Tests.Readers.RST: Test metadata with inline markup tooLars-Dominik Braun2015-07-03
| |
| * Tests.Readers.RST: Group field list testsLars-Dominik Braun2015-07-03
| |
| * Readers.RST: Factor out inline markup string parsingLars-Dominik Braun2015-07-03
| |
| * Readers.RST: Parse field list nameLars-Dominik Braun2015-07-03
| | | | | | | | | | | | “Inline markup is parsed in field names.” [1] [1] http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#field-lists
* | PDF: Make sure `--latex-engine-opt` goes before the filename...John MacFarlane2015-07-08
| | | | | | | | | | | | | | | | on the command line. LaTeX needs the argument to come after the options. Closes #1779 - again! Thanks to squisher for pointing out the problem.
* | Merge pull request #2282 from adunning/patch-1John MacFarlane2015-07-08
|\ \ | | | | | | CommonMark Writer: Correct tags used for superscript/subscript
| * | Correct superscript/subscript.Andrew Dunning2015-07-08
|/ /
* | Fixed email javascript obfuscation with mailto: URLs.John MacFarlane2015-07-07
| | | | | | | | | | | | | | | | | | | | This fixes a potential security issue. Because single quotes weren't being escaped in the link portion, a specially crafted email address could allow javascript code injection. [Jim'+alert('hi')+'OBrien](mailto:me@example.com) Closes #2280.
* | Updated context writer test.John MacFarlane2015-07-06
| |
* | ConTeXt template: activate hanging indent for definition lists.John MacFarlane2015-07-06
| | | | | | | | (mb21)
* | Setup.hs: better version detection in older hsb2hs.John MacFarlane2015-07-06
| | | | | | | | | | If it returns an error with input `--version`, recover gracefully.
* | Changes in WiX installer.John MacFarlane2015-07-05
| | | | | | | | | | | | These should allow a per-user install without elevated privileges, while still allowing a systemwide install with privileges.
* | Make cabal require hsb2hs >= 0.3.1.John MacFarlane2015-07-05
| | | | | | | | | | This is done by adding `hookedPrograms` in `Setup.hs`, which allows us to include `hsb2hs` in Build-Tools in cabal.
* | Travis: only do sdist with cabal != 1.16.John MacFarlane2015-07-05
| |
* | Travis: reorder hsb2hs install.John MacFarlane2015-07-05
| |
* | Travis: install hsb2hs.John MacFarlane2015-07-04
| |
* | Makefile: prettier 'download_stats'.John MacFarlane2015-07-04
| |
* | Clarified that templates go in templates subdirectory of user data dir.John MacFarlane2015-07-04
| | | | | | | | Closes #2272.
* | Setup.hs: Don't require hsb2hs unless embed_data_files flag specified.John MacFarlane2015-07-03
| |
* | Try to fix travis build for ghc 7.4.2.John MacFarlane2015-07-03
| |
* | Fixed travis.John MacFarlane2015-07-03
| |
* | Travis: build in a directory created by sdist.John MacFarlane2015-07-03
| | | | | | | | This will catch packaging bugs.
* | Updated changelog.John MacFarlane2015-07-03
|/
* Added pandoc.1 to repository. Don't build as part of cabal build.John MacFarlane2015-07-02
| | | | | | | | The process was too fragile. It made too many assumptions about available libraries (which failed sometimes when sandboxes were used). This is a low-tech solution. The only drawback is that `man/pandoc.1` is a generated file in the repository. It will need to be regenerated periodically when README changes.
* Bump date on READMEJohn MacFarlane2015-07-02
|
* Bump version to 1.15.0.4.John MacFarlane2015-07-02
|
* WiX: Set InstallPrivileges to limited.John MacFarlane2015-07-02
| | | | Default is "elevated", which requires admin privileges.
* Make copying of man pages respect --destdir.John MacFarlane2015-07-02
| | | | Closes #2262.
* Better error messages for filters:John MacFarlane2015-07-02
| | | | | | - Inform user if filter requires an interpreter that isn't found in the path. - Inform user if filter returns an error status.
* Bump version to 1.15.0.3, updated changelog.John MacFarlane2015-07-02
|
* Setup.hs: ensure target directory is created when installing man page.John MacFarlane2015-07-02
|
* Version bump to 1.15.0.2, updated changelog.John MacFarlane2015-07-02
|
* Added man page source files to extra-source-files.John MacFarlane2015-07-02
|
* Bump version to 1.15.0.1, update changelog.John MacFarlane2015-07-01
|
* Install man pages as part of cabal 'copy' phase.John MacFarlane2015-07-01
|
* Generate man page in cabal build process and include in data/.John MacFarlane2015-07-01
| | | | | | | | The pandoc.1 man page is generated automatically after the cabal build process. It goes in `data/pandoc.1`. It can be obtained by the user who installs pandoc via cabal thus: pandoc --print-default-data-file pandoc.1 > pandoc.1
* Don't use MANDIR in make_deb and make_osx_package.John MacFarlane2015-07-01
|
* Always rebuild man page in making deb and osx package.John MacFarlane2015-07-01
|