aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* debian: Use preferred https URL for Format of debian/copyrightSimon McVittie2017-06-22
|
* debian: Document more past changesSimon McVittie2017-06-22
|
* meta: Specifically document [[!meta foo:bar="baz"]] as not workingSimon McVittie2017-06-22
|
* (no commit message)j@d945f5982c686dda5ab7bc2ef45e09d388233fad2017-06-20
|
* osm: Convert savestate hook into a changes hookSimon McVittie2017-06-20
| | | | | | | | | | | | | savestate is not the right place to write wiki content, and in particular this breaks websetup if osm's dependencies are not installed, even if the osm plugin is not actually enabled. (Closes: #719913) This is not a full solution: it should be possible to render the PoI files for only the maps that changed, from the format, changes or rendered hook. However, getting that right would require more understanding of this plugin, and this version is enough to not break websetup. This version is the closest correct hook to the one where this previously took place.
* (no commit message)alicef2017-06-12
|
* Ensure repo gets picked up by gitremotes scripthttps://tylercipriani.com/2017-06-02
|
* Add jsonfeed patchhttps://tylercipriani.com/2017-06-01
|
* Add thcipriani repositoryhttps://tylercipriani.com/2017-06-01
|
* Add my user pagehttps://tylercipriani.com/2017-06-01
|
* current headinganchors does not damage headings' attributes, although it ↵smcv2017-06-01
| | | | does not act on those headings
* (no commit message)smcv2017-06-01
|
* resolvedsmcv2017-06-01
|
* responseanarcat2017-06-01
|
* responseanarcat2017-06-01
|
* (no commit message)https://me.yahoo.com/a/GwQv.Tw.p_ux8p4eLf9CkcwYsQ--#2fdeb2017-05-26
|
* Added a comment: Please do not patch out the symlink checksmcv2017-05-26
|
* Added a comment: git-annex supportmail@b2ae8518bb6eba14728f86acae7830e4c2d9943d2017-05-25
|
* (no commit message)openmedi2017-05-25
|
* Added a comment: I suggest asking macOS/brew peoplesmcv2017-05-22
|
* (no commit message)qazwsx2017-05-21
|
* (no commit message)qazwsx2017-05-21
|
* Added a commentopenmedi2017-05-19
|
* Suggested syntax does work, and has a testsmcv2017-05-19
|
* Document the special case for [[!meta name=foo content=bar]]smcv2017-05-19
|
* it is (meant to be) possible, just not with that syntaxsmcv2017-05-19
|
* (no commit message)fmarier2017-05-18
|
* long out of datebma@d2ddf927e0bde7166ad151d794bee58589bedb402017-05-16
|
* color, toc: Fix `make test`Simon McVittie2017-05-16
|
* color: Use markup for the preserved CSS, not character dataSimon McVittie2017-05-16
| | | | | | This still smuggles it past the sanitize step, but avoids having other plugins that want to capture text content without markup (notably toc) see the CSS as if it was text content.
* color: Add a unit testSimon McVittie2017-05-16
|
* we should prefer existing IDs and only act as a fallbacksmcv2017-05-16
|
* cross-reference i18nheadinganchorssmcv2017-05-16
|
* correct ID syntaxsmcv2017-05-16
|
* browsers and specifications support more Unicode than we give them credit forsmcv2017-05-16
|
* closesmcv2017-05-16
|
* Add a simple unit test for [[!toc]]Simon McVittie2017-05-16
|
* Prune dead linksSimon McVittie2017-05-16
|
* Reinstate a git repo that has come backSimon McVittie2017-05-16
|
* use heading identifiers in TOC linksAntoine Beaupré2017-05-16
| | | | | | | | | | | reasoning: if headings have identifiers, they are probably more useful anchors than the automatically generated anchors we build in the toc plugin. this can happen if, for example, you use the `multimarkdown` plugin, which inserts `id` tags for every header it encounters. this also leverages the `headinganchors` plugin nicely. keeps backwards-compatibility with old toc-generated #indexXhY anchors.
* Added a commentsmcv2017-05-16
|
* Clarify documentationSimon McVittie2017-05-16
|
* Add a test-case for Markdown optionsSimon McVittie2017-05-16
|
* mdwn: Don't enable alphabetically labelled ordered lists by defaultSimon McVittie2017-05-16
| | | | | | | | | | | This avoids misinterpreting initials ("C. S. Lewis was an author"), the abbreviation for Monsieur ("M. Descartes was a philosopher") and German page numbering ("S. 42") as ordered lists if they happen to begin a line. This only affects the default Discount implementation: Text::Markdown and Text::MultiMarkdown do not have this feature anyway. A new mdwn_alpha_list option can be used to restore the old interpretation.
* Added a commentqazwsx2017-05-15
|
* mdwn: Enable footnotes by default when using DiscountSimon McVittie2017-05-14
| | | | | A new mdwn_footnotes option can be used to disable footnotes in MultiMarkdown and Discount.
* mdwn: Don't mangle <style> into <elyts> under some circumstancesSimon McVittie2017-05-14
| | | | | We can ask libdiscount not to elide <style> blocks, which means we don't have to work around them.
* mdwn: Make flags passed to libdiscount explicitSimon McVittie2017-05-14
| | | | | | The Perl binding defaults to MKD_NOHEADER|MKD_NOPANTS anyway, but making them explicit means we can use other flags of our choice, and makes it easier to justify why those flags are appropriate.
* cgierror: When the CGI fails, print the error to stderr, not "Died"Simon McVittie2017-05-14
| | | | | $@ could be clobbered by the "exception handler", and in practice it seems that it is. This can be seen on stderr of t/git-cgi.t.
* Defend against empty session namesSimon McVittie2017-05-14
| | | | | If misconfiguration has resulted in an empty session name, treat the session as having not signed in.