Commit Graph

2979 Commits (d17225bd2f9192492c47638b33a73675ad4bb491)

Author SHA1 Message Date
anarcat afad77a7e0 tag properly 2020-08-21 13:32:14 -04:00
anarcat 1fa28f44b7 seems like i screwed up javascript loading 2020-07-15 12:30:30 -04:00
jmtd 28913f169b wikilink table directive and plugin 2020-07-01 05:04:50 -04:00
lschiere@bb7d26d8ee5b7fe7c96da427f1473864af2633cb 7ff672b0cf 2020-06-30 17:02:15 -04:00
jmtd 1df8bb2491 still an issue 2020-06-26 10:08:48 -04:00
Joey Hess 651cdd4b2a
oh, we don't use comments here, do we? 2020-06-13 22:02:17 -04:00
Joey Hess 1a1a03bc82
analysis; ACL may be needed 2020-06-13 20:37:22 -04:00
Amitai Schleier dc76a6189f Revert jasatamanjogja spam edits. 2020-06-08 17:39:51 +02:00
gogreenjogja1453@56603ad3936bedbc9abc21927a3fb31a5a84a8da 3a04e96389 update for rename of ikiwikiusers.mdwn to jasatamanjogja.mdwn 2020-06-04 01:49:44 -04:00
chrysn 366c59994f Report from troulble editing a page from mobile 2020-05-24 06:42:06 -04:00
anarcat afa9a0b7f6 more spam problems... 2020-05-22 20:33:51 -04:00
jmtd 7e52d89380 how I do this 2020-04-27 04:58:47 -04:00
jmtd 0606d7cfb1 alternative approach for backlinks 2020-04-21 17:09:07 -04:00
jmtd cb8421b024 in error case 2020-04-20 04:42:04 -04:00
jmtd dbfd7ac74f content-type for aggregate web trigger 2020-04-20 04:31:48 -04:00
jmtd 864b1e5a78 2020-04-06 05:38:28 -04:00
jmtd 505ac46c26 git.pm should have a doc page 2020-04-06 05:36:26 -04:00
anarcat ef26f56897 problem with the creation_before page 2020-04-05 16:02:19 -04:00
jmtd 9f20b23c1b report bug 2020-04-02 05:11:23 -04:00
sudoman f991da7369 submission of bug report 2020-02-25 18:34:10 -04:00
Amitai Schleier be7d8a10ce Revert "removed"
This reverts commit bc1b60b913.
2019-12-21 10:55:35 +01:00
360boom720@96742a13497f17d9af1b1acd9adf87015b1d47bc bc1b60b913 removed 2019-12-21 04:13:28 -04:00
jmtd fa1aebc747 libtext-csv-xs-perl not relevant 2019-10-10 11:40:08 -04:00
jmtd 626f99a27f sigh, still broken, different error message. 2019-10-10 11:36:29 -04:00
jmtd a6feaca586 libpel5 2019-10-07 14:15:10 -04:00
jmtd 85dc0491ae more info: libperl5, buster versus stretch 2019-10-07 11:39:05 -04:00
jmtd 719d48bddd follow-up: sorry, I appreciate that wasn't as useful as it could have been 2019-10-07 09:57:00 -04:00
Simon McVittie 62890d911a cannot reproduce new bug 2019-09-29 18:43:30 +01:00
jmtd 3900499a33 bug remains for inline table case 2019-09-23 06:06:59 -04:00
Joey Hess 68f4bc14c8
bug report 2019-09-20 12:10:18 -04:00
Amitai Schleier 317422c1cd MultiMarkdown footnote un-inversion: done 2019-09-04 19:07:46 -04:00
Amitai Schleier 4bc36186a7 Please test sudo-mass-rebuild branch on Debian 2019-09-04 14:38:43 -04:00
Amitai Schleier 31d5769ce7 Response: am trying sudo 2019-09-01 10:39:48 -04:00
giuseppe.bilotta@94e824d38b59eac6c61da2ef23fad955d65eb2a1 3d769344a8 rename bugs/MultiMarkdown_footnot_support_seems_to_be_broken.mdwn to bugs/MultiMarkdown_footnote_support_seems_to_be_broken.mdwn 2019-08-30 01:32:55 -04:00
giuseppe.bilotta@94e824d38b59eac6c61da2ef23fad955d65eb2a1 dc2b8ceab8 Directive fix 2019-08-30 01:32:33 -04:00
giuseppe.bilotta@94e824d38b59eac6c61da2ef23fad955d65eb2a1 d2156517e7 2019-08-30 01:31:05 -04:00
jsewell@560d759be38e126eba7f1c40503adf786fa28229 d43358ac58 2019-05-10 13:26:11 -04:00
jsewell@560d759be38e126eba7f1c40503adf786fa28229 1b2a2a2b8e 2019-05-07 11:05:05 -04:00
Amitai Schleier 91f4849e65 Response to jsewell's bug report. 2019-05-06 07:43:17 -04:00
jsewell@560d759be38e126eba7f1c40503adf786fa28229 01563a8fe1 2019-04-29 10:19:12 -04:00
Simon McVittie 824cf7db1b po: Always filter .po files
The input to filter hooks is meant to be the content of a source file
on disk. If we only filter once per (page, destpage) pair, and a page
is inlined into the same destpage more than once, then the second
occurrence will render as the result of htmlizing .po source as if
it was Markdown (or whatever the type of the corresponding master page
is), which is never going to end well.

The alreadyfiltered mechanism was added in commit 1e874b3f to avoid
preprocessing loops, but I'm not sure where it could lead to a loop:
filter hooks are only called from IkiWiki::filter, which is only called
on page content from disk or on proposed content being previewed.
According to <https://bugs.debian.org/911356#41>, deleting the
alreadyfiltered mechanism resolves the problem, as well as simplifying
the code.

Closes: #911356
Tested-by: intrigeri
2019-02-24 17:23:34 +00:00
smcv fe4e7cd3f7 old regexp would have failed for old comment page names 2019-02-03 11:55:34 -04:00
Simon McVittie 4ba3c11592 git-cgi.t: Exercise an alphanumeric, but non-ASCII, root page
My previous attempt to reproduce this bug used a non-alphanumeric
ASCII character. This is not currently considered to be a valid
value for rootpage, although for a "do what I mean" approach, perhaps
we should accept it and pass it through titlepage() or linkpage().

Using Chinese characters (which are considered to match [[:alnum:]]
even though the Chinese script is not, strictly speaking, an alphabet),
as in the original bug report, reproduces the bug.

Signed-off-by: Simon McVittie <smcv@debian.org>
2019-02-03 13:27:00 +00:00
smcv cfac01cb41 link to recently-added tests 2019-01-31 16:41:17 -04:00
smcv dbf9a36297 I'm confused about what the bug is, and what's being fixed. Can you give a complete test or example? 2019-01-31 16:38:04 -04:00
Simon McVittie f3103c9d09 close bug 2019-01-31 20:37:07 +00:00
Simon McVittie 3c66dca6ea respond 2019-01-31 20:37:06 +00:00
Joey Hess 94bfecfb7a
followup 2019-01-21 11:59:08 -04:00
Joey Hess 4cb6f48aff
bug report 2019-01-21 11:44:29 -04:00
Joey Hess 319b96476b
followup 2018-12-12 10:43:52 -04:00
tumashu1 95b5ec74a9 fail to inject IkiWiki::showform 2018-12-08 04:08:38 -04:00
jmtd 5a61b2cc97 patch works for me 2018-12-07 06:11:12 -04:00
tumashu1 38f7131b08 rename and remove plug can not work well with gettext 2018-12-05 02:47:55 -04:00
tumashu1 c7285ec232 2018-12-01 20:56:04 -04:00
tumashu1 82fe20c7cb Add a patch deal with UTF-8 csv table's problem 2018-12-01 20:55:16 -04:00
tumashu1 e4f88dad8f Add a patch decode_utf8 inline's root page 2018-12-01 20:50:04 -04:00
smcv 4a44e4e3b0 update for rename of bugs/Re-use_translated_content_instead_of_skipping_if_previously_translated/20180628-patch.txt to bugs/po:_second_or_subsequent_inline_of_translated_page_inlines_.po_file__44___not_translated_content/20180628-patch.txt 2018-12-01 17:28:11 -04:00
smcv 065cf1776c rename bugs/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn to bugs/po:_second_or_subsequent_inline_of_translated_page_inlines_.po_file__44___not_translated_content.mdwn 2018-12-01 17:28:11 -04:00
smcv 20c9b9afd3 update for rename of todo/Re-use_translated_content_instead_of_skipping_if_previously_translated/20180628-patch.txt to bugs/Re-use_translated_content_instead_of_skipping_if_previously_translated/20180628-patch.txt 2018-12-01 17:26:49 -04:00
smcv 3d8c8e2cde rename todo/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn to bugs/Re-use_translated_content_instead_of_skipping_if_previously_translated.mdwn 2018-12-01 17:26:48 -04:00
smcv 2bdf01279a I don't think the Chinese text causes this 2018-12-01 08:28:11 -04:00
tumashu1 ed75506af7 2018-11-28 03:55:15 -04:00
tumashu1 02c1b8b8c7 2018-11-28 03:36:09 -04:00
tumashu1 de68616b9d 2018-11-28 01:16:33 -04:00
jmtd 046b827bd0 related issue 2018-11-27 06:06:58 -04:00
jmtd f59ed91b89 error output when trying 2018-11-27 06:05:01 -04:00
tumashu1 11d5b5c5ea 2018-11-26 04:53:53 -04:00
tumashu1 6127986e76 2018-11-26 04:53:13 -04:00
tumashu1 67968e39b3 2018-11-26 04:44:35 -04:00
mchls5714@0e5f5c0e3531f18ca5a535ba6ebb83311046d4ea 8018cd1a67 2018-08-13 11:47:57 -04:00
mchls5714@0e5f5c0e3531f18ca5a535ba6ebb83311046d4ea 62fc511608 2018-08-13 11:46:20 -04:00
Joey Hess 6a026338bb
bug report 2018-07-02 13:24:18 -04:00
sudoman e64bb52e5b bug report for error when python-future is installed 2018-05-15 16:46:45 -04:00
Joey Hess 90625505a9
bug 2018-05-02 16:17:37 -04:00
Amitai Schleier 9065e7ddfb Maybe we should just suggested-depends on sudo 2018-04-24 13:48:47 -04:00
Amitai Schleier 643a973597 Revert spam commits. 2018-04-12 00:08:46 -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
Simon McVittie deea1bed36 Portably and safely dropping privileges is far harder than it ought to be 2018-03-28 11:17:42 +01:00
Amitai Schleier ee4992b234 Added my patch to pkgsrc ikiwiki for evaluation. 2018-03-22 11:13:26 -06: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 282dd87f2e thanks + extra docs done 2018-03-21 09:34:59 -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
Simon McVittie e3279c8b50 mdwn: Automatically detect which libdiscount flags to use
Unconditionally passing arbitrary numbers as flags turns out to be a
bad idea, because some of the "unused" values have historically had
side-effects internal to libdiscount. Detect whether the known flags
work by rendering short Markdown snippets the first time we htmlize,
checking whether each known flag is both necessary and sufficient.

Signed-off-by: Simon McVittie <smcv@debian.org>
2018-03-08 23:36:31 +00:00
smcv 06953a196a in progress 2018-03-08 16:54:17 -04:00
Amitai Schleier 04222ffc96 Report bug. 2018-03-08 12:36:21 -05:00
Simon McVittie 8914e6698b close 2018-03-04 10:57:28 +00:00
http://thm.id.fedoraproject.org/ 2b754d446c 2018-03-03 13:21:46 -04:00
Simon McVittie 8cc7a0902a Close bug
Signed-off-by: Simon McVittie <smcv@debian.org>
2018-02-28 10:09:54 +00:00
http://thm.id.fedoraproject.org/ 1a51b1cba3 2018-01-31 10:35:34 -04:00
Simon McVittie a147f5349d Don't send relative redirect URLs when behind a reverse proxy 2018-01-08 10:56:12 +00:00
smcv 9a15b889c9 this is a web server configuration issue rather than a bug in the ikiwiki code 2018-01-08 06:29:59 -04:00
smcv e5a6689a95 failing test (marked TODO) now present 2018-01-08 06:14:10 -04:00
smcv 6806f3cea1 2018-01-08 06:05:58 -04:00
smcv 92f365f798 test case potentially in progress 2018-01-08 06:05:36 -04:00
smcv 8e280df9de I'm not sure this can be solved without web server configuration 2018-01-08 05:26:50 -04:00
Joey Hess f3b469d43a
bug 2018-01-07 13:39:26 -04:00