Louis
37056e736a
Merge branch 'master' of git://ikiwiki.branchable.com
2017-02-18 22:56:06 +01:00
Louis
ff784524b4
Update my (spalax) information
2017-02-18 21:11:47 +01:00
Louis
e66912e677
Apology about the poor choice for the name of the sidebar2 plugin
2017-02-18 21:08:48 +01:00
Louis
d9f6141cd7
New plugin: verboserpc
2017-02-18 21:08:48 +01:00
Louis
7bb8226987
New plugin: pageversion
2017-02-18 21:08:48 +01:00
Louis
d2c4047282
New plugin: redirect
2017-02-18 20:43:52 +01:00
krqt.kndy@eb44788e4eb202f3e68eeb8ba175d3897c3979a9
b92b8caf11
2017-02-17 17:15:00 -04:00
vegardv@75ae889e836bda8ce69bc038d8335c398a2f6f40
c0fcd409fa
Added a comment
2017-02-10 04:33:42 -04:00
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9
e748e0016d
Added a comment
2017-02-09 17:48:06 -04:00
smcv
8502eb47fa
Added a comment
2017-02-09 08:13:03 -04:00
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9
3d177313d6
2017-02-09 07:22:48 -04:00
svetlana
40d3bdac4c
+update broken uris
2017-02-07 20:36:02 -04:00
svetlana
139197d823
2017-02-07 19:15:02 -04:00
svetlana
4f9a8d10de
Confuses a map
2017-02-07 19:11:17 -04:00
svetlana
7b664f4151
2017-02-06 01:39:02 -04:00
svetlana
7c0292edc5
removed
2017-02-05 22:37:01 -04:00
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9
4c96c9decd
2017-02-05 15:31:24 -04:00
smcv
7744b4d849
change `pwd` to $HOME so assumptions are met even if you cd elsewhere
2017-02-03 16:48:48 -04:00
me@4eb1b66f86170ba2ff0690b93ad01f46bfc8eac4
c72fbbe21d
No longer using ikiwiki
2017-02-03 12:54:47 -04:00
smcv
47b12458ae
2017-01-26 07:38:48 -04:00
svetlana
2265aef4e6
Does not show up in the setup
2017-01-24 00:59:27 -04:00
svetlana
9581c039e8
* [[guppy| http://guppy.branchable.com ]] an internationalized modular Python IRC bot
2017-01-18 19:27:48 -04:00
smcv
1c8c0ccf59
Added a comment
2017-01-18 17:46:14 -04:00
smcv
0acf3b6d0c
Added a comment: Do that through your web server, not ikiwiki
2017-01-18 17:45:30 -04:00
openmedi
6d0f460b12
2017-01-17 08:44:20 -04:00
Simon McVittie
12b4618228
Note another Debian 8 backport
2017-01-12 00:31:10 +00:00
Simon McVittie
666d87a50c
Fix typo
2017-01-11 19:02:10 +00:00
Simon McVittie
8b54ba7ad1
Release 3.20170111
2017-01-11 18:18:38 +00:00
Simon McVittie
4d0e525e6a
Document the security fix soon to be released in 3.20170111
2017-01-11 18:16:42 +00:00
Simon McVittie
c7a4d57772
3.20170110
2017-01-10 13:22:13 +00:00
Simon McVittie
7586f5165e
news: Use Debian security tracker instead of MITRE for CVE references
...
The Debian security tracker gets timely updates, whereas the official
CVE pages hosted by MITRE tend to show up as "RESERVED" for several
weeks or months after assignment.
2017-01-09 14:11:18 +00:00
Simon McVittie
9e03c00202
shortcuts: Use security-tracker.debian.org for [[!debcve]]
...
security.debian.org currently rejects HTTPS connections.
2017-01-09 14:09:35 +00:00
https://anarc.at/openid/
f2b65d0370
add debian security tracker
2016-12-30 16:48:40 -04:00
Simon McVittie
a60f837695
Merge remote-tracking branch 'origin/master'
2016-12-29 21:34:10 +00:00
Simon McVittie
e0341d0e88
3.20161229.1
2016-12-29 20:47:17 +00:00
smcv
7562350a3a
add anchors for use in advisory to oss-security
2016-12-29 16:24:48 -04:00
Simon McVittie
04e322fd6b
Clarify which versions of ikiwiki fixed CVE-2016-9645, -9646
2016-12-29 20:08:49 +00:00
Simon McVittie
287bb19883
3.20161229
2016-12-29 17:37:51 +00:00
Simon McVittie
cf0166347c
Add CVE references for CVE-2016-9646, CVE-2016-9645
...
Thanks to the Debian security team for allocating these.
2016-12-29 17:36:11 +00:00
Simon McVittie
078d4208ca
Prune git remotes that are unreachable or unresponsive
2016-12-29 17:30:56 +00:00
Simon McVittie
a8a7462382
Try revert operations (on a branch) before approving them
...
Otherwise, we have a time-of-check/time-of-use vulnerability:
rcs_preprevert previously looked at what changed in the commit we are
reverting, not at what would result from reverting it now. In
particular, if some files were renamed since the commit we are
reverting, a revert of changes that were within the designated
subdirectory and allowed by check_canchange() might now affect
files that are outside the designated subdirectory or disallowed
by check_canchange().
It is not sufficient to disable rename detection, since git older
than 2.8.0rc0 (in particular the version in Debian stable) silently
accepts and ignores the relevant options.
OVE-20161226-0002
2016-12-28 21:32:12 +00:00
Simon McVittie
c1120bbbe8
Force CGI::FormBuilder->field to scalar context where necessary
...
CGI::FormBuilder->field has behaviour similar to the CGI.pm misfeature
we avoided in f4ec7b0
. Force it into scalar context where it is used
in an argument list.
This prevents two (relatively minor) commit metadata forgery
vulnerabilities:
* In the comments plugin, an attacker who was able to post a comment
could give it a user-specified author and author-URL even if the wiki
configuration did not allow for that, by crafting multiple values
to other fields.
* In the editpage plugin, an attacker who was able to edit a page
could potentially forge commit authorship by crafting multiple values
for the rcsinfo field.
The remaining plugins changed in this commit appear to have been
protected by use of explicit scalar prototypes for the called functions,
but have been changed anyway to make them more obviously correct.
In particular, checkpassword() in passwordauth has a known prototype,
so an attacker cannot trick it into treating multiple values of the
name field as being the username, password and field to check for.
OVE-20161226-0001
2016-12-28 21:32:12 +00:00
spalax
a9b876e1fa
Added a comment
2016-12-26 18:03:28 -04:00
smcv
836f165939
Added a comment
2016-12-26 15:26:25 -04:00
spalax
1a73c8d528
Question about default timezone ":/etc/localtime"
2016-12-25 17:05:08 -04:00
Simon McVittie
28409cd358
Add CVE references for CVE-2016-10026
2016-12-21 13:03:36 +00:00
intrigeri
bec3047aff
Replied.
2016-12-20 10:26:22 +00:00
Simon McVittie
fd6b947889
Announce 3.20161219
2016-12-19 21:20:41 +00:00
smcv
7e78712782
mention security contacts here too
2016-12-19 16:33:48 -04:00
Amitai Schleier
952404edaa
Opt in to whatever spam this may bring.
2016-12-19 20:23:43 +01:00
Simon McVittie
cde2cc1862
Restrict CSS matches on .header to not affect <tr>
...
Pandoc generates <tr class="header"> to hold <th> elements, and
we don't want to make those be display: block.
Signed-off-by: Simon McVittie <smcv@debian.org>
2016-12-19 18:21:07 +00:00
Simon McVittie
2a9e9f13f6
List security contacts
...
We still don't have a security@ alias; listing personal emails is
unfortunately the next-best thing.
2016-12-19 18:21:07 +00:00
Simon McVittie
9cada49ed6
Tell `git revert` not to follow renames
...
Otherwise, we have an authorization bypass vulnerability: rcs_preprevert
looks at what changed in the commit we are reverting, not at what would
result from reverting it now. In particular, if some files were renamed
since the commit we are reverting, a revert of changes that were within
the designated subdirectory and allowed by check_canchange() might now
affect files that are outside the designated subdirectory or disallowed
by check_canchange().
Signed-off-by: Simon McVittie <smcv@debian.org>
2016-12-19 18:21:07 +00:00
smcv
7244b712c1
Added a comment: no, not supported
2016-12-19 13:23:06 -04:00
smcv
32493312c8
rename bugs/img_tag_should_support_relative_size.mdwn to todo/img_tag_should_support_relative_size.mdwn
2016-12-19 12:46:46 -04:00
smcv
8395e43099
Not possible as stated, but could be adapted into a valid feature request
2016-12-19 12:46:22 -04:00
smcv
7d35dc88f3
2016-12-19 09:55:58 -04:00
Simon McVittie
bc89021523
cgitemplate: remove dead code
...
blipvert points out in [[bugs/use of $topurl in cgitemplate]] that this
variable has not been used since commit a052771
"Now that we're always using HTML5, <base href> can be relative".
Signed-off-by: Simon McVittie <smcv@debian.org>
2016-12-19 12:00:34 +00:00
intrigeri
706bf876ea
Report authorization bypass via RCS revert.
2016-12-17 11:11:44 +00:00
blipvert@b874dc05477cdc0dc8c9c8d9bbe2e39240253a85
bd46db3fb9
2016-12-14 19:07:00 -04:00
blipvert@b874dc05477cdc0dc8c9c8d9bbe2e39240253a85
85c1fa60b8
2016-12-14 19:06:05 -04:00
blipvert@b874dc05477cdc0dc8c9c8d9bbe2e39240253a85
bd6a4567fd
2016-12-14 19:04:05 -04:00
jeff+ikiwiki@b5854f0ab9935492e3dfefa98419b6530c92b049
9b0e02394b
2016-11-26 23:44:42 -04:00
intrigeri
2e865043d6
pagestats determinism: report bug + patch.
2016-11-20 07:00:20 +00:00
svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9
021ae7050a
svetlana.nfshost
2016-11-17 07:42:50 -04:00
Juego
3a36009158
Added custom solution
2016-11-16 18:17:48 -04:00
Juego
99e0945732
rename forum/FastCGI_problem_on_Arch.mdwn to forum/__91__Solved__93__FastCGI_problem_on_Arch.mdwn
2016-11-16 18:15:14 -04:00
Amitai Schleier
8e2e61836e
Update my personal site URL.
2016-11-12 22:02:58 -05:00
james@2468840dc8f314e837e1fde99a5fb1b884fa993a
aeb85c9d82
update my site links.
2016-11-12 20:08:40 -04:00
openmedi
7370816738
Added a comment
2016-11-10 13:09:41 -04:00
openmedi
24573d396f
Added a comment
2016-11-10 13:06:23 -04:00
openmedi
f7a5c57157
2016-11-10 13:03:00 -04:00
openmedi
4eb8f49209
Added a comment
2016-11-06 15:36:24 -04:00
openmedi
08a500cbb7
Added a comment
2016-11-03 18:13:15 -04:00
vegardv@75ae889e836bda8ce69bc038d8335c398a2f6f40
536f07d9ff
2016-11-03 08:42:03 -04:00
vegardv@75ae889e836bda8ce69bc038d8335c398a2f6f40
2f922120a1
2016-11-03 08:37:19 -04:00
https://id.koumbit.net/anarcat
705ad6d9d7
consider portier as a successor to OpenID?
2016-11-01 11:56:18 -04:00
https://id.koumbit.net/anarcat
1e6faf00b1
introduce portier here as well, while i'm here
2016-11-01 11:55:46 -04:00
https://id.koumbit.net/anarcat
596f723bb3
nextgen persona?
2016-11-01 11:49:48 -04:00
https://id.koumbit.net/anarcat
e7cd4ac40b
another look at bootstrap and packaging strategies
2016-11-01 11:45:31 -04:00
Amitai Schleier
7d48b885c9
The C2 wiki appears to have moved.
2016-10-23 21:00:36 -04:00
openmedi
b6e7e54e0c
2016-10-16 12:38:47 -04:00
icydee
9892c426a1
2016-10-07 07:08:35 -04:00
karsk
a9aa7c1c08
That was a (curious) mistake.
...
This reverts commit 1bfe2e2e19
2016-09-30 04:10:10 -04:00
karsk
1bfe2e2e19
removed
2016-09-30 04:09:12 -04:00
spalax
9833f0b7bd
Added a comment: Translating "Last edited"
2016-09-27 15:08:30 -04:00
karsk
7ebb4cd3c5
2016-09-27 09:56:51 -04:00
karsk
0d5d26defa
2016-09-27 09:22:47 -04:00
karsk
ae8862d087
2016-09-27 08:41:28 -04:00
alexjj
52f83112ed
added actual progress bar
2016-09-25 00:51:03 -04:00
alexjj
c5e4e781ad
2016-09-24 02:42:34 -04:00
alexjj
851d556d5b
2016-09-24 02:39:10 -04:00
alexjj
425685b7ef
removed
2016-09-24 01:58:07 -04:00
alexjj
e0b9749e3d
2016-09-24 01:53:46 -04:00
alexjj
9eb445c145
Created
2016-09-24 00:48:51 -04:00
alexjj
1e203ac71b
2016-09-24 00:22:08 -04:00
alexjj
8bc6d48dae
formatting
2016-09-24 00:17:05 -04:00
alexjj
7f879de0d0
modern nginx settings suggestion
2016-09-24 00:16:00 -04:00
Joey Hess
68e2320696
inline: Prevent creating a file named ".mdwn" when the postform is submitted with an empty title.
2016-09-21 13:51:42 -04:00
Joey Hess
8a638d6b53
bug
2016-09-21 13:44:57 -04:00
alexjj@97b75209148c043997fe05b4341a629090820035
acd014e988
Added a comment: ever fix this?
2016-09-20 12:59:27 -04:00
alexjj@97b75209148c043997fe05b4341a629090820035
78984dd5d5
added remark to nginx
2016-09-20 12:05:54 -04:00
alexjj@97b75209148c043997fe05b4341a629090820035
800e3f0dab
Created
2016-09-20 12:04:29 -04:00
http://pnijjar.livejournal.com/
e4a65526b7
2016-09-18 01:40:20 -04:00
Amitai Schlair
fd8993ca44
Rename this redirect page, missed in previous.
2016-09-14 14:32:03 -04:00
Amitai Schlair
85c10d149b
Update my surname to its new legal spelling.
2016-09-14 14:28:01 -04:00
simonmic
8eb09a4704
sign comment
2016-09-11 14:35:37 -04:00
simonmic
e95a7d5654
fix link
2016-09-11 14:34:33 -04:00
simonmic
0c78a3fd84
update
2016-09-11 13:39:32 -04:00
simonmic
26878fb4c7
minor edit
2016-09-11 13:33:23 -04:00
simonmic
7519c206bf
2016-09-11 13:32:39 -04:00
holger
20e2f80ad4
2016-09-07 08:20:55 -04:00
holger
afa4274604
cleaned up, updated and submitted for patch
2016-09-07 08:17:16 -04:00
Simon McVittie
cf772113c4
Belatedly announce yesterday's release
2016-09-06 18:12:54 +01:00
https://id.koumbit.net/anarcat
8dd46cc2ae
guh, then i mess up the markdown, how ironic... btw, commonmark parsed my original version correctly :p
2016-08-29 23:51:53 -04:00
https://id.koumbit.net/anarcat
9d4a0aa31b
clarify and more links
2016-08-29 23:50:26 -04:00
https://id.koumbit.net/anarcat
4f8d45bfde
some response
2016-08-29 23:44:59 -04:00
anna19
cb30df8e71
2016-08-24 10:40:03 -04:00
anna19
761b4383d1
2016-08-24 08:57:12 -04:00
anna19
a5709a3740
2016-08-24 08:55:38 -04:00
anna19
751c06faba
2016-08-24 08:55:20 -04:00
anna19
049be436d0
2016-08-24 08:55:07 -04:00
anna19
ae8bddf338
added username
2016-08-24 08:54:47 -04:00
anna19
f55e5e0794
2016-08-24 08:54:13 -04:00
https://me.yahoo.com/zoredache#d4929
8fbb8cacfa
Added a comment: I have narrowed this problem down.
2016-08-23 16:51:52 -04:00
https://me.yahoo.com/zoredache#d4929
27c85b6e9d
removed
2016-08-23 16:50:08 -04:00
https://me.yahoo.com/zoredache#d4929
0d6fc977b5
Added a comment: I have narrowed this problem down.
2016-08-23 16:49:09 -04:00
weakish@1bd08ec5fa5501c6a61aedf089b3e163937c72b0
bed518378a
Add commonmark.
2016-08-23 10:22:51 -04:00
Simon McVittie
0b01e4f7b2
Revert spam
2016-08-22 19:11:49 +01:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
06fbc6297d
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:31 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
f378c1cc21
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:31 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
e155982f92
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:30 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
275c23c7e8
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:29 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
b18cd0b981
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:28 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
57a41c515d
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:28 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
c7dfc08a03
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:27 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
ecb59749e3
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:27 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
19c845cf66
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:26 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
de4bed403a
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:25 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
6b806d495f
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:25 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
f309938c9a
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:24 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
dfcaec65c5
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:24 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
7f51d9c5eb
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:23 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
f73b2eb50a
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:22 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
43ead67b52
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:21 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
785f93218c
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:21 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
1223a159ff
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:20 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
a7a67cc500
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:19 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
a0ca0307de
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:19 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
036a9481b2
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:18 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
b3f2ad51ee
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:18 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
83c2e72b09
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:17 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
cc1f18cecb
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:16 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
fa34c06203
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:15 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
59c7eb291a
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:15 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
4892e387d6
update for rename of recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:14 -04:00
jhakasbaba76@c741fb7726e8ce4a230bc1a0d48fbeb496e46f89
b639a526b2
rename recentchanges.mdwn to __8226____9__Get_CAll___64___1__42__855.709__126__2847___64___E.p.s.o.n_P.r.i.n.t.e.r_T.e.c.h.n.i.c.a.l_S.u.p.p.o.r.t_C.o.n.t.a.c.t_N.u.m.b.e.r.mdwn
2016-08-22 13:50:14 -04:00
Simon McVittie
c2eb4ee602
Revert spam. Consider yourself banned.
2016-08-22 18:08:03 +01:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
14f265d69d
2016-08-22 13:02:31 -04:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
cd1f033dd8
rename USA/UK/CANADA_number_+++++_18557092847++++__42____42____42____42____42____42___Epson_Printer_tech_support_customer_sERVice_number_helpline_number/discussion.mdwn to contact_number___64____64____64____64__++++_18557092847++++__64____64____64____64___Epson_Printer_tech_support_customer_sERVice_number_helpline_number.mdwn
2016-08-22 13:02:13 -04:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
eb64d58726
2016-08-22 12:57:59 -04:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
cacf6da2e0
2016-08-22 12:55:31 -04:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
b6d57cc841
update for rename of ikiwiki/directive/edittemplate.mdwn to USA/UK/CANADA_number_+++++_18557092847++++__42____42____42____42____42____42___Epson_Printer_tech_support_customer_sERVice_number_helpline_number.mdwn
2016-08-22 12:52:13 -04:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
63891e4f14
update for rename of ikiwiki/directive/edittemplate.mdwn to USA/UK/CANADA_number_+++++_18557092847++++__42____42____42____42____42____42___Epson_Printer_tech_support_customer_sERVice_number_helpline_number.mdwn
2016-08-22 12:52:12 -04:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
c19d1657ff
update for rename of ikiwiki/directive/edittemplate.mdwn to USA/UK/CANADA_number_+++++_18557092847++++__42____42____42____42____42____42___Epson_Printer_tech_support_customer_sERVice_number_helpline_number.mdwn
2016-08-22 12:52:12 -04:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
52eb14f3f4
update for rename of ikiwiki/directive/edittemplate.mdwn to USA/UK/CANADA_number_+++++_18557092847++++__42____42____42____42____42____42___Epson_Printer_tech_support_customer_sERVice_number_helpline_number.mdwn
2016-08-22 12:52:11 -04:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
c00119319b
update for rename of ikiwiki/directive/edittemplate.mdwn to USA/UK/CANADA_number_+++++_18557092847++++__42____42____42____42____42____42___Epson_Printer_tech_support_customer_sERVice_number_helpline_number.mdwn
2016-08-22 12:52:11 -04:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
6cefe56f56
rename ikiwiki/directive/edittemplate.mdwn to USA/UK/CANADA_number_+++++_18557092847++++__42____42____42____42____42____42___Epson_Printer_tech_support_customer_sERVice_number_helpline_number.mdwn
2016-08-22 12:52:11 -04:00
https://me.yahoo.com/a/7bUPkZg.gdHGMU8azO0bnVfS23aU5iT7h263LhiVB3r9j6W_yUR9lX1Ia6UJfs247nNtKGg-#0d81c
00221f00f2
USA/UK/CANADA number +++++ 18557092847++++****** Epson Printer tech support customer sERVice number helpline number
2016-08-22 12:47:14 -04:00
m@b8530642f0be20c793d6671d13ef8d2c4d982f86
a7846129fa
test
2016-08-17 22:08:17 -04:00
http://anastigmatix.net/
40576191c7
fix capitalization of Mail::Sendmail
2016-08-14 22:30:06 -04:00
http://anastigmatix.net/
2249e803ac
Ask about emailauth: Not enough arguments for IkiWiki::cgi_getsession
2016-08-14 21:50:30 -04:00
smplrtrn@93e6801278749e3dbed7c93dd2b092c22c502378
fd468ef947
2016-08-02 08:16:38 -04:00
Amitai Schlair
2a230b78c9
Add new Shape My Work site.
2016-08-01 12:27:11 -04:00
leg
c0d0482f99
2016-08-01 11:44:54 -04:00
leg
3b9c14511a
Add MagmaSoft's repository for the pageinfo branch of ikiwiki
2016-08-01 10:37:30 -04:00
SamHathaway
cd18137689
2016-08-01 09:36:12 -04:00
leg
5d0763daab
2016-07-30 22:44:29 -04:00
leg
b5cc976b72
2016-07-30 21:44:09 -04:00
https://id.koumbit.net/anarcat
9f1b3eec7d
patches factored into 2.18
2016-07-28 11:02:09 -04:00
Simon McVittie
20e3655a10
Announce 3.20160728
2016-07-28 11:30:30 +01:00
Simon McVittie
9a23789b6b
Revert test commit to sandbox/discussion
...
sandbox/discussion is intended for discussion about the sandbox, not
test edits.
This reverts commit ad312ac465
.
2016-07-28 10:28:25 +01:00
Joey Hess
a6c453606e
Revert strange translation of this page to French
2016-07-25 10:44:29 -04:00
https://me.yahoo.com/acidburn095#b6c38
14909f1d51
2016-07-25 01:39:21 -04:00
https://me.yahoo.com/acidburn095#b6c38
9427f79f97
2016-07-25 01:17:02 -04:00
Martian
1c7b7949dd
Everyone is using comments here... let's go with the crowd
2016-06-30 06:43:36 -04:00
Martian
3642e56aad
Added a comment: Using multiple setup files
2016-06-30 06:42:47 -04:00
Martian
0fa4c7296a
Add todo/multiple setup option on command line
2016-06-30 06:28:40 -04:00
Martian
09deb9408a
Add information about multiple setup options.
2016-06-30 06:22:59 -04:00
sydbarrett74@c9d10813594795e04bc80bb22b2efdec97df7f41
1e992c2c98
2016-06-26 14:57:52 -04:00
sydbarrett74@c9d10813594795e04bc80bb22b2efdec97df7f41
7f4507c4d0
wkhtmltopdf project has moved off of Google Code onto a dedicated site
2016-06-26 14:18:52 -04:00
Martian
4f89d1f3cb
2016-06-22 11:35:48 -04:00
Martian
75438e12e5
apache on fedora and suid bit
2016-06-22 09:10:23 -04:00
smcv
ec371adab1
yes, not committing the setup file to the same VCS is a security thing
2016-06-22 04:05:32 -04:00
Martian
d4c7df992e
Why not putting setup file in git?
2016-06-22 03:42:21 -04:00
https://me.yahoo.com/zoredache#d4929
58bede17b5
Added a comment
2016-06-20 15:38:41 -04:00
rsayers
9e485bf184
2016-06-16 13:15:26 -04:00
spalax
81c57fe69f
Link to a work-in-progress plugin
2016-06-14 11:37:44 -04:00
spalax
c9160ae83c
Added a comment: More thought about the `pageversion` plugin
2016-06-14 11:36:33 -04:00
smcv
183c2f2590
Added a comment: more info required
2016-06-11 08:17:14 -04:00
smcv
3e18500c38
Added a comment
2016-06-11 08:14:21 -04:00
spalax
0cc9af205d
Added a comment: More information
2016-06-10 14:58:09 -04:00
https://me.yahoo.com/zoredache#d4929
46eb10fcf6
2016-06-09 16:02:10 -04:00
https://me.yahoo.com/zoredache#d4929
142d8b7a79
2016-06-09 16:01:52 -04:00
aba+ikiwiki.info@2ec203a94961ba06ccb7743367b979cd57712b9f
f8870b5af7
new user: www.s4-ausbau.de
2016-06-09 16:00:12 -04:00
smcv
bfc5f06451
Added a comment: I'm not so sure that copying metadata is desirable
2016-06-09 11:09:30 -04:00
spalax
eb5c293167
Questions about a new plugin
2016-06-07 16:20:12 -04:00
http://schmonz.livejournal.com/
7615617680
Added a comment: cool!
2016-06-07 11:14:02 -04:00
openmedi
3c7c04e6a7
Added a comment
2016-06-07 09:55:29 -04:00
http://schmonz.livejournal.com/
3ebba4b951
Added a comment: ok
2016-06-07 08:39:43 -04:00
openmedi
169abcd043
Added a comment
2016-06-07 07:23:43 -04:00
openmedi
053284fcc7
Added a comment
2016-06-07 07:19:48 -04:00
spalax
9da882c776
Add required packages
2016-06-07 02:26:23 -04:00
http://schmonz.livejournal.com/
1167651861
Added a comment: what didn't work with pkgsrc?
2016-06-06 08:17:22 -04:00
openmedi
7396d8c612
Added a comment
2016-06-06 07:08:45 -04:00
spalax
5e6f933874
Update plugins/contrib/compile documentation
2016-06-05 17:08:25 -04:00
aba+ikiwiki.info@2ec203a94961ba06ccb7743367b979cd57712b9f
7ff8222802
2016-06-05 15:44:42 -04:00
https://id.koumbit.net/anarcat
720c83eff8
refer to openid delegation
2016-06-03 18:54:46 -04:00
smcv
59526a5aa0
Added a comment
2016-06-03 02:26:03 -04:00
Joey Hess
04f17b382f
Merge branch 'master' of ssh://git.ikiwiki.info
2016-06-03 01:37:01 -04:00
Joey Hess
d9d61a5360
add freedombox as a kind of ikiwiki hosting service
2016-06-03 01:35:15 -04:00
http://schmonz.livejournal.com/
43785417d0
Added a comment: why not keep using pkgsrc?
2016-06-02 21:53:24 -04:00
openmedi
747fd23df4
Added a comment
2016-06-02 14:18:40 -04:00
openmedi
ab78d65638
2016-06-02 13:58:07 -04:00
spalax
a3f48a1106
More about security
2016-05-31 16:49:26 -04:00
spalax
182a2ad992
More thought about "bibtex2html" and "compile"
2016-05-31 16:39:17 -04:00
https://id.koumbit.net/anarcat
ef292879d4
link to discussion
2016-05-31 15:39:43 -04:00
https://id.koumbit.net/anarcat
e1349b74e4
expand on the exec idea
2016-05-31 15:38:34 -04:00
smcv
d60c829475
a list of arbitrary shell delegates, what could possibly go wrong?
2016-05-31 14:51:28 -04:00
https://id.koumbit.net/anarcat
37420a7222
answer: an exec plugin?
2016-05-31 14:00:45 -04:00
https://id.koumbit.net/anarcat
3abcb0f797
tagging htmlizing
2016-05-31 10:48:53 -04:00
https://id.koumbit.net/anarcat
3e2c62a31d
expand on the compile review and future work
2016-05-31 10:45:43 -04:00
https://id.koumbit.net/anarcat
fab2dbb2f4
move comment at the end
2016-05-31 10:41:46 -04:00
https://id.koumbit.net/anarcat
e14d8beedf
small security review and suggestions
2016-05-31 10:41:15 -04:00
https://id.koumbit.net/anarcat
a8ca9591a6
more home pages
2016-05-31 10:11:26 -04:00
spalax
dec1dbd39a
Remark on anarcat's remark
2016-05-31 02:33:42 -04:00
https://id.koumbit.net/anarcat
e5cf21acc3
compile could have done this as well
2016-05-31 00:06:34 -04:00
https://id.koumbit.net/anarcat
346bac30f0
oops, forgot some changes
2016-05-30 23:59:42 -04:00
https://id.koumbit.net/anarcat
2a03e04510
bibtex2html plugin
2016-05-30 23:56:12 -04:00
pdurbin
89d70d36c2
Added a comment
2016-05-30 07:24:44 -04:00
Joey Hess
5d6d719639
comment
2016-05-29 15:35:28 -04:00
pdurbin
afed7361a8
start discussion on table plugin and Markdown side effects on data
2016-05-29 14:57:23 -04:00
shivams
ad312ac465
2016-05-23 04:47:22 -04:00
shivams
c2180ca17b
2016-05-23 04:43:18 -04:00
https://launchpad.net/~eliasson
dc126c5426
2016-05-20 04:22:18 -04:00
https://launchpad.net/~eliasson
6d01009391
2016-05-20 04:22:00 -04:00
https://launchpad.net/~eliasson
74b15ae6d0
2016-05-20 04:15:49 -04:00
https://launchpad.net/~eliasson
8f3efc1f45
2016-05-20 04:08:49 -04:00
https://launchpad.net/~eliasson
786fa02d75
2016-05-20 04:02:03 -04:00
https://launchpad.net/~eliasson
41902cb906
2016-05-20 03:55:41 -04:00