aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin
Commit message (Expand)AuthorAge
* poll: Added postvote and posttrail options for better multi-page polls.Joey Hess2018-11-26
* aggregate: Fix aggregation of posts without a titleJoey Hess2018-10-28
* Give graph an optional "file" param, like table's.Amitai Schleier2018-10-22
* When emailauth can't send, show the error message.Amitai Schleier2018-05-13
* Call srcfile() with nothrow, as clearly intended.Amitai Schleier2018-04-23
* meta: Error if we can't parse dates because Date::Parse is missingSimon McVittie2018-03-21
* meta: Make syntactically invalid dates an errorSimon McVittie2018-03-21
* mdwn: Automatically detect which libdiscount flags to useSimon McVittie2018-03-08
* img: Explicitly detect format if neededSimon McVittie2018-02-28
* mdwn: Restore historical behaviourSimon McVittie2018-01-29
* add and use cgiurl_abs_sameschemeJoey Hess2018-01-05
* img: resize images in a deterministic manner.intrigeri2017-09-01
* emailauth, passwordauth: Avoid leaving cgisess_* files in the system temp dir...Joey Hess2017-08-23
* htmlscrubber: Add support for the video tag's loop and muted attributes.Joey Hess2017-07-11
* osm: Convert savestate hook into a changes hookSimon McVittie2017-06-20
* color: Use markup for the preserved CSS, not character dataSimon McVittie2017-05-16
* use heading identifiers in TOC linksAntoine Beaupré2017-05-16
* mdwn: Don't enable alphabetically labelled ordered lists by defaultSimon McVittie2017-05-16
* mdwn: Enable footnotes by default when using DiscountSimon McVittie2017-05-14
* mdwn: Don't mangle <style> into <elyts> under some circumstancesSimon McVittie2017-05-14
* mdwn: Make flags passed to libdiscount explicitSimon McVittie2017-05-14
* httpauth: If REMOTE_USER is empty, behave as though it was unsetSimon McVittie2017-05-14
* remove: make it clearer that repeated page parameter is OK hereSimon McVittie2017-01-11
* CGI, attachment, passwordauth: harden against repeated parametersSimon McVittie2017-01-11
* passwordauth: avoid userinfo forgery via repeated email parameterSimon McVittie2017-01-11
* passwordauth: prevent authentication bypass via multiple name parametersSimon McVittie2017-01-11
* git: don't redundantly pass "--" to git_sha1Simon McVittie2017-01-09
* git: use parameters, not global state, to swap working directorySimon McVittie2017-01-09
* Revert "git: Turn $git_dir into a stack"Simon McVittie2017-01-09
* git: do not mix in_git_dir with eval{}Simon McVittie2017-01-09
* Use rel=nofollow microformat for dynamic (CGI-related) URLsSimon McVittie2017-01-09
* git: Do not disable commit hook for temporary working treeSimon McVittie2016-12-29
* git: Attribute reverts to the user doing the revert, not the wiki itselfSimon McVittie2016-12-29
* git: write proposed attachment to temp file without going via system()Simon McVittie2016-12-28
* git: change calling convention of safe_git to have named argumentsSimon McVittie2016-12-28
* git: Do the revert operation in a secondary working treeSimon McVittie2016-12-28
* git: Turn $git_dir into a stackSimon McVittie2016-12-28
* Try revert operations (on a branch) before approving themSimon McVittie2016-12-28
* Revert "Tell `git revert` not to follow renames"Simon McVittie2016-12-28
* Force CGI::FormBuilder->field to scalar context where necessarySimon McVittie2016-12-28
* git: do not fail to commit if committer is anonymousSimon McVittie2016-12-28
* git: don't issue a warning if rcsinfo is undefinedSimon McVittie2016-12-28
* Make pagestats output more deterministic.intrigeri2016-12-19
* Tell `git revert` not to follow renamesSimon McVittie2016-12-19
* inline: Prevent creating a file named ".mdwn" when the postform is submitted ...Joey Hess2016-09-21
* Update my surname to its new legal spelling.Amitai Schlair2016-09-14
* Use git log --no-renames for recentchangesSimon McVittie2016-09-03
* Detect image type from .JPG just like .jpg (etc.).Amitai Schlair2016-05-08
* img: make img_allowed_formats case-insensitiveSimon McVittie2016-05-07
* inline: expand show=N backwards compatibility to negative NSimon McVittie2016-05-06