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
Simon McVittie
0c2cea7dac
Fix syntax and escaping
2019-01-31 20:37:06 +00:00
smcv
3e671d1afa
Reset example
...
This reverts commit 0b53772b99
2019-01-31 15:32:03 -04:00
anarcat
409ba8f0f5
inline is another option of course
2019-01-30 12:33:15 -04:00
anarcat
568cc2f758
show tagging example
2019-01-30 12:32:47 -04:00
anarcat
f353a12e39
link to the map plugin, which i find more useful to show tagged pages
2019-01-30 12:29:49 -04:00
dorondd@5f188d26a5727578cbe5901372cc69f1664a852b
bbcccdd8f6
2019-01-23 00:53:59 -04:00
Joey Hess
94bfecfb7a
followup
2019-01-21 11:59:08 -04:00
Joey Hess
beaebab04b
Merge branch 'master' of ssh://git.ikiwiki.info
2019-01-21 11:44:58 -04:00
Joey Hess
4cb6f48aff
bug report
2019-01-21 11:44:29 -04:00
ntntnt
0b53772b99
2019-01-21 00:34:51 -04:00
Jens
576f8219ec
User link and description changed
2019-01-17 14:02:56 -04:00
https://sonata-green.dreamwidth.org/
22f3ca1072
markdown backquotes
2018-12-24 12:15:32 -04:00
ALEXEIDZ
03b8d219fe
2018-12-16 16:21:52 -04:00
ALEXEIDZ
e9bb20a5af
2018-12-16 16:20:16 -04:00
Joey Hess
319b96476b
followup
2018-12-12 10:43:52 -04:00
xuqi
bf71bc8119
2018-12-10 05:44:33 -04:00
xuqi
8f6cc132a2
2018-12-10 05:43:58 -04:00
xuqi
53621a4e64
de-indenting
2018-12-10 05:27:58 -04:00
xuqi
86e0838dd4
example for inlining only one level of subpages
2018-12-10 05:27:16 -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
jmtd
0dbea17e59
ack
2018-12-07 06:05:34 -04:00
tumashu1
38f7131b08
rename and remove plug can not work well with gettext
2018-12-05 02:47:55 -04:00
tumashu1
847e1492ef
2018-12-01 21:42:06 -04:00
tumashu1
f1fdf5bbf8
Suggest let table plugin support a kind of longtable
2018-12-01 21:41:25 -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
4eb5f62bc6
add redirection
2018-12-01 17:29:56 -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
808cf18219
refer to a branch
2018-12-01 17:25:16 -04:00
Simon McVittie
ce2edfe61d
ikiwiki.info doesn't have fenced code blocks yet
2018-12-01 21:07:38 +00:00
Simon McVittie
eae0aaf9dc
Escape directives in code
2018-12-01 21:06:39 +00:00
Simon McVittie
883d2141a8
Review
2018-12-01 21:05:18 +00:00
Simon McVittie
8503e57916
po: Add failing test for Debian bug #911356
...
Signed-off-by: Simon McVittie <smcv@debian.org>
2018-12-01 13:56:34 +00:00
Simon McVittie
6e52d0a7ee
Fix broken link in basewiki
...
Links from pages in the basewiki (which is also a subset of ikiwiki's
own wiki) to pages on ikiwiki's own wiki have to use [[!iki]] so that
they will not become broken links when the page in question is copied
into other installations.
Detected by ./t/basewiki_brokenlinks.t.
Signed-off-by: Simon McVittie <smcv@debian.org>
2018-12-01 13:56:34 +00:00
smcv
2bdf01279a
I don't think the Chinese text causes this
2018-12-01 08:28:11 -04:00
smcv
4fc19e39bc
comments (no review yet)
2018-12-01 08:13:39 -04:00
smcv
6ae58c733c
Revert spam
...
This reverts commit c600ed0e71
2018-12-01 07:53:47 -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
Joey Hess
4f0b10c13d
rename postvote to postlink
...
This better explains what it contains, which is a wikilink to the page
to go to after posting the vote. And postlink is more consistent a name
with posttrail.
2018-11-26 13:23:50 -04:00
Joey Hess
97d921ca67
poll: Added postvote and posttrail options for better multi-page polls.
...
Modern web users probably expect the poll to move on automatically to the
next question, and this allows for that behavior.
Note that bestlink() runs at vote time, which avoids needing to make the
page containing the poll depend on the page that sets up a trail, as the
current trail at vote time will be used.
This commit was sponsored by Eric Drechsel on Patreon.
2018-11-26 13:14:21 -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
anarcat
e4e7d7381d
avoiding ban?
2018-11-12 10:58:48 -04:00
hefee@4770422daf1f192bbf7aa984e90ec894f6e3b7e3
18ac18593f
update my entry
2018-11-07 04:59:14 -04:00
hefee@4770422daf1f192bbf7aa984e90ec894f6e3b7e3
eb93533842
update description & remove tag patch
2018-11-07 04:54:45 -04:00
anarcat
a38f97554c
more spam issues. this is definitely not done.
2018-11-06 18:02:26 -04:00
Amitai Schleier
9332b8115d
Give graph an optional "file" param, like table's.
2018-10-22 00:24:59 -04:00
lamby@8534e4c2b408c76c30ab7bf8979fdb14963b7ed5
81bad6a03f
2018-10-18 20:19:15 -04:00
lamby@8534e4c2b408c76c30ab7bf8979fdb14963b7ed5
cc80f8a109
2018-10-18 17:58:27 -04:00
DataComputist
23dd1e0c0a
removed
2018-10-16 03:02:23 -04:00
DataComputist
69b6fa0c91
Added a comment: Could someone document the steps to achieve this?
2018-10-16 03:01:53 -04:00
anarcat
12c72a6a5f
another thing to remove from prints
2018-10-11 14:37:15 -04:00
spalax
711b13d850
Added a comment: More thoughts about Ikiwiki
2018-10-10 10:43:32 -04:00
spalax
d389f86f00
About the unmaintained compile plugin
2018-10-10 10:33:11 -04:00
jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3
3e81b47017
fix user link
2018-09-25 10:38:50 -04:00
jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3
1e52b8d5df
7 year ping: dusted off and ready for re-reviewing please
2018-09-25 10:38:22 -04:00
jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3
b5e1e738bb
+done
2018-09-24 10:47:41 -04:00
jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3
4457c6d570
proposed reworking; requesting smcv take another look
2018-09-24 10:43:27 -04:00
jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3
468ef7ed3c
ping - any opinions on this?
2018-09-24 10:35:38 -04:00
jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3
d8f12120d1
pingbacks dead? webmentions instead?
2018-09-24 10:29:18 -04:00
kjs
85b280c25d
2018-09-04 15:07:55 -04:00
anarcat
c64481161e
separate another thread of discussion
2018-09-04 08:37:14 -04:00
Tincho
273ddb59ec
reply to question about new plugin
2018-09-03 21:29:34 -04:00
anarcat
6cf2ced010
rename branch to avoid conflict with upstream bootstrap branch
2018-09-03 19:47:06 -04:00
kjs
a7b4fa9893
forgot to sign my comment
2018-09-03 14:40:26 -04:00
kjs
69b2a46a1b
2018-09-03 14:39:39 -04:00
Tincho
3790457208
reply to question about new plugin
2018-09-02 17:19:57 -04:00
kjs
705fa4579b
osm-tincho questions
2018-09-02 16:10:45 -04:00
hefee@4770422daf1f192bbf7aa984e90ec894f6e3b7e3
3a36a78ffb
2018-08-25 06:56:04 -04:00
hefee@4770422daf1f192bbf7aa984e90ec894f6e3b7e3
069f7bdb9d
2018-08-25 06:54:04 -04:00
hefee@4770422daf1f192bbf7aa984e90ec894f6e3b7e3
8ead505d46
2018-08-25 06:52:25 -04:00
hefee@4770422daf1f192bbf7aa984e90ec894f6e3b7e3
122d39583a
add hefee git repostitory
2018-08-25 06:44:00 -04:00
spalax
763e5118da
Remove a website that is no longer generated using Ikiwiki
2018-08-24 08:53:53 -04:00
lamby@8534e4c2b408c76c30ab7bf8979fdb14963b7ed5
b95a13a519
2018-08-24 06:37:11 -04:00
Tincho
bfc502795a
update for rename of plugins/osm/Tincho.mdwn to users/Tincho.mdwn
2018-08-18 14:44:59 -04:00
Tincho
3bc4d60b85
rename plugins/osm/Tincho.mdwn to users/Tincho.mdwn
2018-08-18 14:44:59 -04:00
Tincho
8b44fde854
update on plugin progress
2018-08-18 14:44:19 -04:00
Tincho
b7c2571d90
personal page
2018-08-18 14:43:18 -04:00
mchls5714@0e5f5c0e3531f18ca5a535ba6ebb83311046d4ea
8018cd1a67
2018-08-13 11:47:57 -04:00
mchls5714@0e5f5c0e3531f18ca5a535ba6ebb83311046d4ea
62fc511608
2018-08-13 11:46:20 -04:00
vignan.lavu@9d85b92080da180cb07dd13c86bfacd378bc0659
16b18e68e2
Added a comment
2018-08-13 08:34:26 -04:00
devel@df7fc6fb3d95a35f43c96e39dabc416843ce25f3
811fbc1fca
not going away, yet ...
2018-08-06 14:27:19 -04:00
luciferwhite
c600ed0e71
Added a comment: Re: How to understand the process of installation
2018-07-27 13:13:05 -04:00
MarkV
796f574985
Start thread on "track changes" visualization of ikiwiki page edits
2018-07-23 17:07:00 -04:00