| Commit message (Expand) | Author | Age |
* | debian: Document more past changes | Simon McVittie | 2017-06-22 |
* | meta: Specifically document [[!meta foo:bar="baz"]] as not working | Simon McVittie | 2017-06-22 |
* | (no commit message) | j@d945f5982c686dda5ab7bc2ef45e09d388233fad | 2017-06-20 |
* | osm: Convert savestate hook into a changes hook•••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.
| Simon McVittie | 2017-06-20 |
* | (no commit message) | alicef | 2017-06-12 |
* | Ensure repo gets picked up by gitremotes script | https://tylercipriani.com/ | 2017-06-02 |
* | Add jsonfeed patch | https://tylercipriani.com/ | 2017-06-01 |
* | Add thcipriani repository | https://tylercipriani.com/ | 2017-06-01 |
* | Add my user page | https://tylercipriani.com/ | 2017-06-01 |
* | current headinganchors does not damage headings' attributes, although it does... | smcv | 2017-06-01 |
* | (no commit message) | smcv | 2017-06-01 |
* | resolved | smcv | 2017-06-01 |
* | response | anarcat | 2017-06-01 |
* | response | anarcat | 2017-06-01 |
* | (no commit message) | https://me.yahoo.com/a/GwQv.Tw.p_ux8p4eLf9CkcwYsQ--#2fdeb | 2017-05-26 |
* | Added a comment: Please do not patch out the symlink check | smcv | 2017-05-26 |
* | Added a comment: git-annex support | mail@b2ae8518bb6eba14728f86acae7830e4c2d9943d | 2017-05-25 |
* | (no commit message) | openmedi | 2017-05-25 |
* | Added a comment: I suggest asking macOS/brew people | smcv | 2017-05-22 |
* | (no commit message) | qazwsx | 2017-05-21 |
* | (no commit message) | qazwsx | 2017-05-21 |
* | Added a comment | openmedi | 2017-05-19 |
* | Suggested syntax does work, and has a test | smcv | 2017-05-19 |
* | Document the special case for [[!meta name=foo content=bar]] | smcv | 2017-05-19 |
* | it is (meant to be) possible, just not with that syntax | smcv | 2017-05-19 |
* | (no commit message) | fmarier | 2017-05-18 |
* | long out of date | bma@d2ddf927e0bde7166ad151d794bee58589bedb40 | 2017-05-16 |
* | color, toc: Fix `make test` | Simon McVittie | 2017-05-16 |
* | color: Use markup for the preserved CSS, not character data•••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.
| Simon McVittie | 2017-05-16 |
* | color: Add a unit test | Simon McVittie | 2017-05-16 |
* | we should prefer existing IDs and only act as a fallback | smcv | 2017-05-16 |
* | cross-reference i18nheadinganchors | smcv | 2017-05-16 |
* | correct ID syntax | smcv | 2017-05-16 |
* | browsers and specifications support more Unicode than we give them credit for | smcv | 2017-05-16 |
* | close | smcv | 2017-05-16 |
* | Add a simple unit test for [[!toc]] | Simon McVittie | 2017-05-16 |
* | Prune dead links | Simon McVittie | 2017-05-16 |
* | Reinstate a git repo that has come back | Simon McVittie | 2017-05-16 |
* | use heading identifiers in TOC links•••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.
| Antoine Beaupré | 2017-05-16 |
* | Added a comment | smcv | 2017-05-16 |
* | Clarify documentation | Simon McVittie | 2017-05-16 |
* | Add a test-case for Markdown options | Simon McVittie | 2017-05-16 |
* | mdwn: Don't enable alphabetically labelled ordered lists by default•••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.
| Simon McVittie | 2017-05-16 |
* | Added a comment | qazwsx | 2017-05-15 |
* | mdwn: Enable footnotes by default when using Discount•••A new mdwn_footnotes option can be used to disable footnotes in
MultiMarkdown and Discount.
| Simon McVittie | 2017-05-14 |
* | mdwn: Don't mangle <style> into <elyts> under some circumstances•••We can ask libdiscount not to elide <style> blocks, which means we
don't have to work around them.
| Simon McVittie | 2017-05-14 |
* | mdwn: Make flags passed to libdiscount explicit•••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.
| Simon McVittie | 2017-05-14 |
* | cgierror: When the CGI fails, print the error to stderr, not "Died"•••$@ 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.
| Simon McVittie | 2017-05-14 |
* | Defend against empty session names•••If misconfiguration has resulted in an empty session name, treat the
session as having not signed in.
| Simon McVittie | 2017-05-14 |
* | httpauth: If REMOTE_USER is empty, behave as though it was unset•••A frequently cut-and-pasted HTTP basic authentication configuration
for nginx sets it to the empty string when not authenticated, which
is not useful.
| Simon McVittie | 2017-05-14 |