Commit Graph

20428 Commits (d16e34c736676256b7cd3ea12797313dc1332fc3)

Author SHA1 Message Date
kjs 0de2c081d5 2018-05-04 18:16:29 -04:00
Amitai Schleier 9e5c4347cd Update upstream project name (it's "mandoc" now). 2018-05-03 09:00:04 -04:00
Joey Hess 90625505a9
bug 2018-05-02 16:17:37 -04:00
https://launchpad.net/~beaufils 31b8d980c9 Initial description 2018-04-27 10:13:47 -04:00
Amitai Schleier c9c8ee4111 Add missing comma. 2018-04-26 20:34:39 -04:00
Amitai Schleier 4a3174e145 Fix bug WikiLink in previous. 2018-04-26 20:33:43 -04:00
Amitai Schleier 1c49f67c6a Request review and possible merge of tincho-osm. 2018-04-26 20:29:40 -04:00
Amitai Schleier 486e53ee26 Add notes from today's pairing with tincho. 2018-04-25 13:53:46 -04:00
Amitai Schleier f3e0806758 Add tincho's git repo. 2018-04-25 13:48:14 -04:00
Amitai Schleier 9065e7ddfb Maybe we should just suggested-depends on sudo 2018-04-24 13:48:47 -04:00
Amitai Schleier ab9cb28414 Call srcfile() with nothrow, as clearly intended. 2018-04-23 22:28:49 -04:00
refi64 15130f6cb0 Add personal site 2018-04-23 18:41:12 -04:00
Amitai Schleier 643a973597 Revert spam commits. 2018-04-12 00:08:46 -04:00
SlodreDalk 1131585e2a update for rename of usage.mdwn to Pagina.html 2018-04-11 22:51:36 -04:00
SlodreDalk 7f654d9444 update for rename of usage.mdwn to Pagina.html 2018-04-11 22:51:35 -04:00
SlodreDalk 5845d75f77 update for rename of usage.mdwn to Pagina.html 2018-04-11 22:51:34 -04:00
SlodreDalk 0369cfc71a update for rename of usage.mdwn to Pagina.html 2018-04-11 22:51:34 -04:00
SlodreDalk 69227b8b26 update for rename of usage.mdwn to Pagina.html 2018-04-11 22:51:33 -04:00
SlodreDalk c457cf0fd1 update for rename of usage.mdwn to Pagina.html 2018-04-11 22:51:33 -04:00
SlodreDalk ffe68bf39a update for rename of usage.mdwn to Pagina.html 2018-04-11 22:51:33 -04:00
SlodreDalk ac1f50d557 update for rename of usage.mdwn to Pagina.html 2018-04-11 22:51:33 -04:00
SlodreDalk 50b3516adc update for rename of usage.mdwn to Pagina.html 2018-04-11 22:51:33 -04:00
SlodreDalk ba78a684b3 rename usage.mdwn to Pagina.html 2018-04-11 22:51:32 -04:00
arachni_name dc97a2f125 1
This reverts commit 5ee60968b9
2018-04-08 11:51:51 -04:00
Joey Hess 8796bf0a1d
libravatar shutdown 2018-04-03 16:57:16 -04:00
Simon McVittie deea1bed36 Portably and safely dropping privileges is far harder than it ought to be 2018-03-28 11:17:42 +01:00
spalax abc9b67540 Update URL of a website (using ikiwiki) 2018-03-25 11:19:55 -04:00
spalax 072020dab6 Update URL of a website (using ikiwiki) 2018-03-25 11:19:17 -04:00
spalax 98d2b712e4 Update URL of a website (using ikiwiki) 2018-03-25 11:16:20 -04:00
Amitai Schleier ee4992b234 Added my patch to pkgsrc ikiwiki for evaluation. 2018-03-22 11:13:26 -06:00
Marno007 7e39bb4dad 2018-03-22 06:12:40 -04:00
smcv 0b81eac00e Indent patch (fenced blocks don't work on this particular ikiwiki installation) 2018-03-21 19:07:17 -04:00
schmonz-web-ikiwiki@025fa2638101a6a9c91816b42707c4dc6ea8ff53 ff2a4792a5 Report portability bug, partway to a fix 2018-03-21 14:02:25 -04:00
anarcat eef51ab593 Added a comment: some clarifications 2018-03-21 09:41:19 -04:00
anarcat 282dd87f2e thanks + extra docs done 2018-03-21 09:34:59 -04:00
anarcat 19d7981824 clarify what date fields do, following [[bugs/invalid_meta_date_or_updated_not_diagnosed]] 2018-03-21 09:26:12 -04:00
Simon McVittie 55cf1f9d9d meta test: Assert that malformed dates are rejected
Signed-off-by: Simon McVittie <smcv@debian.org>
2018-03-21 09:33:04 +00:00
Simon McVittie 10dc1fa7b2 meta: Error if we can't parse dates because Date::Parse is missing
You can still use [[!meta name="date" content="..."]] to generate
<meta> tags that are not interpreted, but the common case for
[[!meta date="..."]] is that you want to change the ctime, and that
won't work without Date::Parse.

Signed-off-by: Simon McVittie <smcv@debian.org>
2018-03-21 09:33:04 +00:00
Simon McVittie 88c66d3758 meta: Make syntactically invalid dates an error
If for some reason you want to create <meta name="date" content="12345">,
this now requires [[!meta name="date" content="12345"]].

Signed-off-by: Simon McVittie <smcv@debian.org>
2018-03-21 09:33:04 +00:00
Simon McVittie 3a640455cc meta test: Use syntactically valid dates
I'm about to make invalid dates like 12345 be an error.

Signed-off-by: Simon McVittie <smcv@debian.org>
2018-03-21 09:33:04 +00:00
Simon McVittie f2b248cdfd preprocess: Don't encode digit zero as an entity in errors
I'm not sure what happened here, but it seems to have been the wrong
thing. Whitelist what we want to *not* encode instead.

Signed-off-by: Simon McVittie <smcv@debian.org>
2018-03-21 09:33:04 +00:00
smcv 03ee1c15fa Added a comment 2018-03-21 05:30:41 -04:00
smcv 3989b04772 clarify 2018-03-21 05:16:25 -04:00
smcv 4293e5bd6b convert from forum to bug, mark as done 2018-03-21 05:15:09 -04:00
smcv 1c5b2bda69 rename forum/problems_with_ctime__47__date__47__updated__47__mtime__47__etc.mdwn to bugs/invalid_meta_date_or_updated_not_diagnosed.mdwn 2018-03-21 05:08:22 -04:00
anarcat b2ff303947 Added a comment: tried and tried and failed 2018-03-19 11:53:02 -04:00
anarcat a186e0c354 trying to figure out a stupid mistake takes a long time, how about we shortcircuit that with errors or warnings? 2018-03-19 11:39:54 -04:00
Simon McVittie f65162781d Announce 3.20180311 2018-03-11 16:37:51 +00:00
Simon McVittie 9c23006d31 3.20180311 2018-03-11 15:54:34 +00:00
Simon McVittie f17ed8b1be not-truncated.t: Work correctly as an installed-test
Signed-off-by: Simon McVittie <smcv@debian.org>
2018-03-09 11:24:41 +00:00