Joey Hess
3cbc16abd6
underlays/javascript/* use ikiwiki's permissive license
...
I'm the sole author and copyright holder of these files.
2015-12-01 12:11:50 -04:00
Simon McVittie
b199349ffd
Merge remote-tracking branch 'smcv/ready/limit'
2015-11-30 20:55:34 +00:00
Simon McVittie
ed1e1ebe70
git: if no committer identity is known, set it to "IkiWiki <ikiwiki.info>" in .git/config
...
This resolves commit errors in versions of git that require a non-trivial
committer identity.
2015-11-30 19:34:04 +00:00
Simon McVittie
719612a976
debian/copyright: update for the rename of openid-selector to login-selector
2015-11-30 18:52:19 +00:00
Simon McVittie
a71ade73ff
Add enough build-dependencies to run all tests, except for non-git VCSs
2015-11-30 18:26:23 +00:00
Simon McVittie
1124a7c459
Wrap and sort control files (wrap-and-sort -abst)
2015-11-30 18:26:23 +00:00
Simon McVittie
d90002b8d7
tests: consistently use done_testing instead of no_plan
2015-11-30 18:26:23 +00:00
Simon McVittie
6b322448ca
t/img.t: do not spuriously skip
2015-11-30 18:26:23 +00:00
Simon McVittie
cdfb4ab1a3
Run autopkgtest tests using autodep8 and the pkg-perl team's infrastructure
2015-11-30 18:26:22 +00:00
Simon McVittie
78a47d44c7
Add more changelog entries
2015-11-29 17:37:40 +00:00
Joey Hess
70c87f56a2
Modified page.tmpl to to set html lang= and dir= when values have been specified for them, which the po plugin does.
...
Note that I modified the patch slightly, to avoid blank lines before the
<html>, on the off chance bad html parsers care.
2015-10-26 15:45:40 -04:00
Joey Hess
32923e732b
emailauth: Added emailauth_sender config.
2015-10-02 11:49:47 -04:00
Amitai Schlair
ee13598aa8
Changelog my recent commits, prompted by joeyh.
2015-08-27 13:00:01 -04:00
Simon McVittie
8ab2005ec9
3.20150614
2015-06-14 18:15:35 +01:00
Simon McVittie
841a86a4f3
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.
2015-06-14 18:13:17 +01:00
Simon McVittie
7a2117bf8c
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.
2015-06-13 20:00:08 +01:00
Simon McVittie
f2365c3e66
inline: change default sort order from age to "age title" for determinism
2015-06-13 19:58:37 +01:00
Simon McVittie
412f9ea2bb
3.20150610
2015-06-10 21:59:11 +01:00
Simon McVittie
014b9eb1b7
polygen: if deterministic build is requested, use a well-known random seed
2015-06-09 22:30:44 +01:00
Simon McVittie
361076e55d
haiku: if deterministic build is requested, return a hard-coded haiku
2015-06-09 22:30:43 +01:00
Simon McVittie
15939a2528
Add deterministic option and use it for the docwiki
...
It doesn't do anything yet.
2015-06-09 22:30:43 +01:00
Simon McVittie
6add4fd4fc
Sort backlinks deterministically, by falling back to sorting by href if the link text is identical
2015-06-09 22:30:43 +01:00
Simon McVittie
d18b77c107
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.
2015-06-09 22:29:38 +01:00
Simon McVittie
8e007666d4
brokenlinks: sort the pages that link to the missing page, for better reproducibility
2015-06-09 22:28:31 +01:00
Simon McVittie
7a96363c6d
debian/copyright: turn comments on provenance into Comment
2015-06-09 22:28:30 +01:00
Simon McVittie
bde823191e
debian/copyright: consolidate permissive licenses
2015-06-09 22:28:28 +01:00
Simon McVittie
de38423a59
debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC for a more reproducible build
2015-06-09 22:25:26 +01:00
Simon McVittie
2fe003dac4
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.
2015-06-09 22:22:54 +01:00
Simon McVittie
b6388d6fbd
changelog
2015-06-09 22:22:10 +01:00
Simon McVittie
2cf7b1fc64
Replace email authentication icon with one that is more instantly recognizable
2015-06-09 00:44:31 +01:00
Simon McVittie
7a52c87a8c
Make the attachment plugin work with CGI.pm 4.x ( Closes : #786586 ; workaround for #786587 in libcgi-pm-perl)
2015-06-07 14:51:13 +01:00
Simon McVittie
2afb0dd663
Do not directly enable emailauth by default, only indirectly via openid
...
This avoids nasty surprises on upgrade if a site is using httpauth,
or passwordauth with an account_creation_password, and relying on
only a select group of users being able to edit the site. We can revisit
this for ikiwiki 4.
2015-05-27 08:52:01 +01:00
Joey Hess
fecfa53988
changelog
2015-05-19 15:35:25 -04:00
Joey Hess
85a529db3d
passwordauth: Don't allow registering accounts that look like openids.
...
Also prohibit @ in account names, in case the file regexp was relaxed to
allow it.
2015-05-14 10:57:56 -04:00
Joey Hess
bf8b7fe2d1
changelog
2015-05-13 23:38:46 -04:00
Joey Hess
5b459737a5
Converted openid-selector into a more generic loginselector helper plugin.
2015-05-13 18:50:29 -04:00
Joey Hess
f8add0adb3
rename openid selector files to login-selector
2015-05-13 17:58:59 -04:00
Joey Hess
ec72b4c95b
When openid and passwordauth are the only enabled auth plugins, make the openid selector display "Password" instead of "Other", so users are more likely to click on it when they don't have an openid.
2015-05-13 12:18:22 -04:00
Joey Hess
aefb780eee
Re-remove google from openid selector; their openid provider is gone for good.
2015-04-28 12:24:32 -04:00
Simon McVittie
d8a550e7de
release 3.20150329
2015-03-29 22:11:38 +01:00
Joey Hess
18dfba868f
Fix XSS in openid selector. Thanks, Raghav Bisht.
2015-03-27 12:17:39 -04:00
Joey Hess
6ff7d4bba6
remove announcedir target
...
only I use this, and I moved it to my mrconfig
2015-03-14 15:56:52 -04:00
Simon McVittie
9497fc1b6c
t/inline.t: accept translations of "Add a new post titled:" ( Closes : #779365 )
2015-03-01 17:15:13 +00:00
Simon McVittie
a1fda0b516
Standardize on --long-option instead of -long-option
...
[[forum/refresh_and_setup]] indicates some confusion between --setup
and -setup. Both work, but it's clearer if we stick to one in
documentation and code.
A 2012 commit to [[plugins/theme]] claims that "-setup" is required
and "--setup" won't work, but I cannot find any evidence in ikiwiki's
source code that this has ever been the case.
2015-03-01 16:15:01 +00:00
Simon McVittie
943ec015da
If neither timezone nor TZ is set, set both to :/etc/localtime if we're on a GNU system and that file exists, or GMT otherwise
2015-03-01 15:01:05 +00:00
Simon McVittie
bd3eb42b02
changelog
2015-03-01 12:46:49 +00:00
Joey Hess
b0861d8162
heh, MOM wants you
2015-01-25 00:03:43 -04:00
Joey Hess
fe0eaf1870
Fix NULL ptr deref on ENOMOM in wrapper. (Thanks, igli)
...
Probably not exploitable, but who knows..
2015-01-25 00:00:40 -04:00
Simon McVittie
c34b86f12e
release
2015-01-07 09:14:47 +00:00
Joey Hess
0048442831
close debian bug I opened about blogspam
2015-01-02 16:45:26 -04:00