aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Expand)AuthorAge
...
* Remove spurious changelog entry•••This change was new in 3.20141016.3, but was applied to the master branch several releases ago, so it is not new in 3.20160506. Simon McVittie2016-05-09
* 3.20160506Simon McVittie2016-05-06
* Document the security fixes in this releaseSimon McVittie2016-05-06
* update test suite for svg passthrough by img directive•••Remove build dependency libmagickcore-6.q16-2-extra which was only there for this test. Joey Hess2016-05-06
* img: Add back support for SVG images, bypassing ImageMagick and simply passin...•••SVG scaling by img directives has subtly changed; where before size=wxh would preserve aspect ratio, this cannot be done when passing them through and so specifying both a width and height can change the SVG's aspect ratio. (This patch looks significantly more complex than it was, because a large block of code had to be indented.) [smcv: drop trailing whitespace, fix some spelling] Simon McVittie2016-05-06
* changelog for smcv's security fixes•••[smcv: omit a change that was already in 3.20160514] Joey Hess2016-05-06
* Changelog: process .md files iff created directly.Amitai Schlair2016-03-08
* loginselector: When only openid and emailauth are enabled, but passwordauth i...Joey Hess2016-03-02
* d/control: add Vcs-BrowserSimon McVittie2016-01-22
* d/control: use https for HomepageSimon McVittie2016-01-22
* 3.20160121Simon McVittie2016-01-21
* document recent inline and syslog fixesSimon McVittie2016-01-21
* changelog: sort user-visible changes before packaging and test fixesSimon McVittie2016-01-21
* img test: use the right filenames when testing that deletion occurs•••Also use a less misleading name for the sample SVG: it is no longer empty. Since commit 105f285a it has contained a blue square. Simon McVittie2016-01-19
* img test: skip testing PDFs if unsupportedSimon McVittie2016-01-19
* Silence "used only once: possible typo" warnings for variables that are part ...Simon McVittie2016-01-19
* d/control: Standards-Version: 3.9.6, no changes requiredSimon McVittie2016-01-19
* d/control: remove leading article from Description (lintian: description-syno...Simon McVittie2016-01-19
* Change dependencies from transitional package perlmagick to libimage-magick-p...Simon McVittie2016-01-19
* changelog: mention pagestats enhancementSimon McVittie2016-01-19
* Add license info to javascript underlaySimon McVittie2016-01-19
* underlays/javascript/* use ikiwiki's permissive license•••I'm the sole author and copyright holder of these files. Joey Hess2015-12-01
* Merge remote-tracking branch 'smcv/ready/limit'Simon McVittie2015-11-30
|\
* | git: if no committer identity is known, set it to "IkiWiki <ikiwiki.info>" in...•••This resolves commit errors in versions of git that require a non-trivial committer identity. Simon McVittie2015-11-30
* | debian/copyright: update for the rename of openid-selector to login-selectorSimon McVittie2015-11-30
* | Add enough build-dependencies to run all tests, except for non-git VCSsSimon McVittie2015-11-30
* | Wrap and sort control files (wrap-and-sort -abst)Simon McVittie2015-11-30
* | tests: consistently use done_testing instead of no_planSimon McVittie2015-11-30
* | t/img.t: do not spuriously skipSimon McVittie2015-11-30
* | Run autopkgtest tests using autodep8 and the pkg-perl team's infrastructureSimon McVittie2015-11-30
* | Add more changelog entriesSimon McVittie2015-11-29
* | Modified page.tmpl to to set html lang= and dir= when values have been specif...•••Note that I modified the patch slightly, to avoid blank lines before the <html>, on the off chance bad html parsers care. Joey Hess2015-10-26
* | emailauth: Added emailauth_sender config.Joey Hess2015-10-02
* | Changelog my recent commits, prompted by joeyh.Amitai Schlair2015-08-27
* | 3.20150614Simon McVittie2015-06-14
* | img test: set old timestamp on source file that will change•••This is so that the test will pass even if it takes less than 1 second. Simon McVittie2015-06-14
* | img: stop ImageMagick trying to be clever if filenames contain a colon•••$im->Read() takes a filename-like argument with several sets of special syntax. Most of the possible metacharacters are escaped by the default `wiki_file_chars` (and in any case not particularly disruptive), but the colon ":" is not. It seems the way to force ImageMagick to treat colons within the filename as literal is to prepend a colon, so do that. Simon McVittie2015-06-13
* | inline: change default sort order from age to "age title" for determinismSimon McVittie2015-06-13
* | 3.20150610Simon McVittie2015-06-10
* | polygen: if deterministic build is requested, use a well-known random seedSimon McVittie2015-06-09
* | haiku: if deterministic build is requested, return a hard-coded haikuSimon McVittie2015-06-09
* | Add deterministic option and use it for the docwiki•••It doesn't do anything yet. Simon McVittie2015-06-09
* | Sort backlinks deterministically, by falling back to sorting by href if the l...Simon McVittie2015-06-09
* | Add [[!meta date]] to news items and tips•••The git checkout and build process can leave the checkout date in the tarball release, leading to unstable sorting. I tried to use `git restore-mtime`, but that doesn't work for ikiwiki, because dgit interferes with it. Simon McVittie2015-06-09
* | brokenlinks: sort the pages that link to the missing page, for better reprodu...Simon McVittie2015-06-09
* | debian/copyright: turn comments on provenance into CommentSimon McVittie2015-06-09
* | debian/copyright: consolidate permissive licensesSimon McVittie2015-06-09
* | debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC for a more reproduci...Simon McVittie2015-06-09
* | Populate pagectime from mtime or inode change time, whichever is older•••When building ikiwiki from a tarball, the mtime (conceptually, the last modification date of the file) is preserved by tar, but the inode change time (creation/metadata-change date of *this copy* of the file) is not. This seems to lead to unstable sort ordering and unreproducible builds. The page can't possibly have been modified before it was created, so we can assume that the modification date is an upper bound for the creation date. Simon McVittie2015-06-09
* | changelogSimon McVittie2015-06-09