Commit Graph

15826 Commits (dbfd7ac74f47b8f31778fb933e0eebc2e7a83e95)

Author SHA1 Message Date
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
https://id.koumbit.net/anarcat c102c11d34 fix system calls 2016-05-19 19:57:03 -04:00
smcv 13ccdebb5f No, this page is not C++ source code.
This reverts commit c35ab1e753
2016-05-18 13:56:35 -04:00
smcv a4d95d2b8a This reverts commit cfc5d5d9ed 2016-05-18 13:55:48 -04:00
lazrak.zakaria.iga@c4885e46c85c8f3bc18a0b025856a958fc2cd924 c35ab1e753 rename bugs/garbled_non-ascii_characters_in_body_in_web_interface.mdwn to bugs/garbled_non-ascii_characters_in_body_in_web_interface.cpp 2016-05-18 13:55:05 -04:00
lazrak.zakaria.iga@c4885e46c85c8f3bc18a0b025856a958fc2cd924 cfc5d5d9ed rename index.mdwn to index.c 2016-05-18 13:48:07 -04:00
https://id.koumbit.net/anarcat ac7a88e8ca 2016-05-17 11:10:46 -04:00
smcv e503022816 revert test edit
This reverts commit 4a8bf62f44
2016-05-17 11:09:03 -04:00
testtt 4a8bf62f44 2016-05-17 09:56:10 -04:00
Simon McVittie d1ed45f4c1 Revert vandalism 2016-05-17 10:10:49 +01:00
CRAZYBATMAN 181419688f This reverts commit 855a7b5c6c 2016-05-17 02:26:20 -04:00
CRAZYBATMAN a72e29b6f5 This reverts commit 2d1615c340 2016-05-17 02:25:31 -04:00
CRAZYBATMAN e829d4a785 This reverts commit 01eeb89d59 2016-05-17 02:24:42 -04:00
CRAZYBATMAN e24f874454 This reverts commit bda4eba674 2016-05-17 02:24:15 -04:00
https://id.koumbit.net/anarcat bda4eba674 and we have a bot 2016-05-16 22:41:42 -04:00
https://id.koumbit.net/anarcat 01eeb89d59 little irc integration plugin 2016-05-16 22:40:50 -04:00
https://id.koumbit.net/anarcat e13dc8bbc7 add details on bot setup 2016-05-16 17:40:24 -04:00
smcv a8c96a1418 mention that the CVE-2016-4561 fix was backported 2016-05-09 08:24:35 -04:00
desci 176ff2fb5c Clarifying 2016-05-08 21:54:17 -04:00
desci dfcfefea74 Adding info regarding bootstrap classes 2016-05-08 21:53:14 -04:00
desci ed5ea6c303 Adding sites 2016-05-08 21:42:54 -04:00
https://id.koumbit.net/anarcat 0ee5cb719c thanks! 2016-05-08 17:10:50 -04:00
smcv dca4461c11 tag added 2016-05-08 16:44:56 -04:00
https://id.koumbit.net/anarcat 590c42da03 thanks! 2016-05-08 16:40:13 -04:00
smcv 200a002ac5 sorry, one day I'll review this, but this is not that day 2016-05-08 16:37:34 -04:00
https://id.koumbit.net/anarcat 2576bceba2 still using this in production, would welcome feedback 2016-05-08 14:59:12 -04:00
https://id.koumbit.net/anarcat f80fdeb044 dropping this. 2016-05-08 14:57:28 -04:00
https://id.koumbit.net/anarcat c7364a0567 2016-05-08 14:56:26 -04:00
Simon McVittie 0abef571c7 Add CVE reference 2016-05-06 21:36:51 +01:00
smcv 855a7b5c6c respond 2016-05-06 15:29:51 -04:00
Simon McVittie cffc503e0c use intended filename 2016-05-06 20:16:58 +01:00
smcv dfadaa0bf9 escape directive properly; add paragraph breaks 2016-05-06 15:14:09 -04:00
smcv 455be983c0 rename todo/Correctly_handle_filenames_starting_with_a_dash_in_add__47__rm__47__mv.mdwn to bugs/Correctly_handle_filenames_starting_with_a_dash_in_add/rm/mv.mdwn 2016-05-06 15:12:49 -04:00
smcv f4b1244878 already fixed 2016-05-06 15:12:29 -04:00
Simon McVittie 26d4641d02 Announce 3.20160506 2016-05-06 20:10:19 +01:00
Simon McVittie 847c9f232e Merge remote-tracking branch 'origin/master' 2016-05-06 20:05:45 +01:00
florian@883672f3f4dbd3c6bb430afc661484a58a3a1296 644d099e5a 2016-05-06 08:10:01 -04:00
Simon McVittie 1ae01a592f Do not recommend mimetype(image/*)
Not all image file types are safe for general use: in particular,
image/svg+xml is known to be vulnerable to CVE-2016-3714 under some
ImageMagick configurations.
2016-05-06 07:49:50 +01:00
Simon McVittie dea96e5113 Document the security fixes in this release 2016-05-06 07:49:45 +01:00
Simon McVittie 984ba82f1b img: Add back support for SVG images, bypassing ImageMagick and simply passing the SVG through to the browser
SVG scaling by img directives has subtly changed; where before size=wxh
would preserve aspect ratio, this cannot be done when passing them through
and so specifying both a width and height can change the SVG's aspect
ratio.

(This patch looks significantly more complex than it was, because a large
block of code had to be indented.)

[smcv: drop trailing whitespace, fix some spelling]
2016-05-06 06:57:12 +01:00
https://id.koumbit.net/anarcat 355ba85137 all good 2016-05-04 18:53:24 -04:00
smcv e874ce623b 2016-05-04 18:35:33 -04:00
https://id.koumbit.net/anarcat bd881a8ee6 response: confirmation it's a bug in MMD and Discount doesn't have footnotes, and request for workaround 2016-05-04 09:45:25 -04:00
smcv 291a09e537 discount (as used on this wiki) can do footnotes, but they aren't enabled by ikiwiki 2016-05-04 05:48:01 -04:00
smcv 337736663b response 2016-05-04 05:38:27 -04:00
Joey Hess f4b75b3b2c
response 2016-05-02 09:33:59 -04:00
https://id.koumbit.net/anarcat 017a7e9446 2016-04-29 00:32:02 -04:00
https://id.koumbit.net/anarcat 467f501d90 response 2016-04-28 20:13:05 -04:00
Joey Hess fe7ec461d4
Merge branch 'master' of ssh://git.ikiwiki.info 2016-04-28 19:34:51 -04:00
Joey Hess 3aa705b38a
response 2016-04-28 19:32:58 -04:00
Joey Hess 95c0a63675
Merge remote-tracking branch 'origin/master' 2016-04-28 19:06:01 -04:00
https://id.koumbit.net/anarcat 1e38006bbc 2016-04-28 10:12:52 -04:00
https://id.koumbit.net/anarcat 965aa5c6fa http/https issue 2016-04-28 10:08:05 -04:00
Antoine Beaupré 81852a7db7 smaller is too small for large blocks 2016-04-26 18:52:25 -04:00
Antoine Beaupré e316ea9a7c fix typo and comment 2016-04-26 18:50:47 -04:00
Antoine Beaupré 093ad8b890 new CSS bug 2016-04-26 18:46:59 -04:00
https://id.koumbit.net/anarcat 4871d48718 explain footnotes 2016-04-26 18:35:20 -04:00
desci 053f96e80b Changed the expired domain and added question 2016-04-18 22:08:50 -04:00
RickHanson 344f831c2e Fixed dead link. 2016-04-17 19:38:12 -04:00
Antoine Beaupré da596e5c79 add screenshot 2016-04-15 18:11:29 -04:00
Antoine Beaupré 1719ad31ee fix typos 2016-04-15 17:31:53 -04:00
Antoine Beaupré 8f67b981cd announce the admonition plugin 2016-04-15 17:29:44 -04:00
Antoine Beaupré fcf10269fc elaborate copyright investigation. ugh. 2016-04-15 12:29:25 -04:00
Antoine Beaupré ad5b749847 response 2016-04-15 11:17:02 -04:00
Antoine Beaupré e5c93a6ac0 can't login again 2016-04-15 11:07:14 -04:00
smcv f211764c1d escape 2016-04-15 10:38:11 -04:00
smcv 18c9d18b76 templates are another way to do this 2016-04-15 10:37:43 -04:00
smcv 7493b4015b 2016-04-15 10:34:33 -04:00
Antoine Beaupré 568b0fe11d a weird authentication bug 2016-04-15 10:14:50 -04:00
Antoine Beaupré 54f71deab5 admonitions proposal 2016-04-15 09:57:53 -04:00
desci 8eb3a06f1e Arguing more 2016-04-15 08:24:38 -04:00
desci 65095203f5 Added systemd for nginx 2016-04-15 08:12:11 -04:00
desci 9bb481ccd7 2016-04-14 17:14:47 -04:00
spalax 96e2315499 Document new feature. 2016-04-14 12:43:32 -04:00
https://id.koumbit.net/anarcat 552b42f039 clarify that theme and css is not only to change stylesheets, but the look in general 2016-04-13 14:38:15 -04:00
https://id.koumbit.net/anarcat df17472bbf link to localstyle after a user struggled for hours to figure out exactly that 2016-04-13 14:37:22 -04:00
smcv 06a67db3f9 explain why multiple page.tmpl is a showstopper for upstream even if not for local themes 2016-04-12 02:00:21 -04:00
desci 687e3f94ea 2016-04-11 11:05:45 -04:00
desci 57f48eac19 Updated link 2016-04-11 11:03:22 -04:00
desci 2829486a81 Updated link 2016-04-11 11:01:54 -04:00
desci 5afcfd501a Edited old sentence to reference the forum 2016-04-11 10:59:13 -04:00
desci a25ad4f984 2016-04-11 10:57:37 -04:00
desci 3f95ac468a Asked Joey to reconsider 2016-04-11 10:21:24 -04:00
desci 4071feaa2a Added yet another bootstrap theme 2016-04-11 10:15:39 -04:00
desci eef3e0350c Added question 2016-04-11 10:12:17 -04:00
spwhitton e6be5ee97a There's also a config file option. 2016-04-09 10:48:54 -04:00
desci 47f4ac8f08 Marketing 2016-04-09 01:01:38 -04:00
desci e42732715f Delivering what I've promised 2016-04-09 00:53:34 -04:00
desci 248665c9b8 Ok now I've got it right 2016-04-08 22:33:56 -04:00
desci f54733f9b0 The structure was all wrong 2016-04-08 22:31:38 -04:00
desci 44d06629e8 Forgot to add the main folder 2016-04-08 22:29:02 -04:00
desci d3f5b13a86 Added two questions 2016-04-08 22:27:44 -04:00
desci 4a6fa35bf4 Added a comment: Any chance on moving forward on this? 2016-04-08 20:21:45 -04:00
Joey Hess d165ebccd3
todo 2016-04-03 17:06:52 -04:00
desci 927a462af2 Explanation of my part on the confusion 2016-04-03 13:15:17 -04:00
desci b18ae270ac Tried to fix considering http://ikiwiki.info/tips/bootstrap_themes_evaluation/ 2016-04-03 13:11:48 -04:00
desci 48c887960a added personal information 2016-04-03 11:47:08 -04:00
desci 3ce415a56a updated sites list 2016-04-03 11:45:35 -04:00
kjs eafe407e58 2016-03-31 17:39:07 -04:00
Amitai Schlair 41de4221c3 New inline's same as old, plus plugins/contrib/*. 2016-03-22 14:53:05 -04:00
Amitai Schlair cc1c5d9f1c Retry previous with more brain cells engaged. 2016-03-22 14:51:58 -04:00
Amitai Schlair 08bf8b45d3 Try another inline with just tagged(reviewed). 2016-03-22 14:50:52 -04:00
smcv 6b83d44593 describe XSS issue 2016-03-22 02:47:09 -04:00
smcv 4cee48b3ea briefly describe XSS issue 2016-03-22 02:45:03 -04:00
Antoine Beaupré 2d1615c340 new bug 2016-03-21 19:24:53 -04:00
Antoine Beaupré 8ee546d6e6 add my modifications to bootstrap 2016-03-21 19:13:55 -04:00
Antoine Beaupré 25db7e3564 fix links 2016-03-21 19:12:56 -04:00
Antoine Beaupré f41181cec6 respond 2016-03-21 19:05:22 -04:00
smcv 63355b5ff6 review 2016-03-21 19:01:22 -04:00
smcv 1611554beb move discussion points to Discussion 2016-03-21 18:34:51 -04:00
smcv 30ce222a2e copy from main page 2016-03-21 18:34:40 -04:00
smcv 5be6420aad tag as patch, reviewed 2016-03-21 18:29:43 -04:00
smcv 8da21cd4d5 review 2016-03-21 18:29:11 -04:00
smcv 2b4bbfff66 2016-03-21 18:08:18 -04:00
Richard Hartmann 39ffa69619 compatible_templates.mdwn: Fix typesetting 2016-03-21 11:50:54 -07:00
Richard Hartmann a9e6beada4 Add compatible_templates.mdwn 2016-03-21 11:49:45 -07:00
guus@6397333e354c5b8b4968fcb878ef28311937644e 3051a5ee94 2016-03-19 16:40:12 -04:00
smcv 4f665aebe4 This reverts commit 4712595e63 2016-03-14 07:03:39 -04:00
smcv a39ba91722 revert test commit outside sandbox
This reverts commit cc5ad8efcd
2016-03-14 07:03:00 -04:00
freij cc5ad8efcd 2016-03-13 15:36:27 -04:00
freij 40dbcaebf2 2016-03-13 15:36:13 -04:00
freij befcb09e8f 2016-03-13 15:35:05 -04:00
public 8aae3e53bf nothing 2016-03-13 11:22:16 -04:00
typoofcem@3652758f4d569c41881c7b9db70c96e56ddaf4c4 82022d9870 2016-03-12 16:58:27 -04:00
holger 38ceeb4336 2016-03-12 11:35:49 -04:00
holger 2fe0b0551c 2016-03-12 11:32:35 -04:00
https://openid.stackexchange.com/user/a97e1fd8-1219-421c-8a46-18e04f1e1936 4712595e63 2016-03-11 18:12:57 -04:00
smcv 41d6b940db Added a comment: You'll need a web server, and don't run ikiwiki as root 2016-03-11 16:39:35 -04:00
smcv b6ac64df54 fix formatting 2016-03-11 16:31:10 -04:00
Joey Hess 078a56a3b5
comment 2016-03-11 11:44:53 -04:00
holger 5a02db562f 2016-03-11 11:29:56 -04:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 d0e9e07765 thanks 2016-03-11 05:31:20 -04:00
smcv 493ca3b454 This reverts commit c4d0086bd3 2016-03-11 05:17:51 -04:00
xiongbao feb0a6dcc2 2016-03-10 23:30:21 -04:00
xiongbao c4d0086bd3 2016-03-10 23:25:25 -04:00
kundhund@d41e80dcfaef1dd4c11b77dd06431d375bccdd4e cc0e6b77f0 2016-03-06 08:48:07 -04:00
smcv 744adaef35 Added a comment 2016-03-06 08:22:33 -04:00
dmarti@0ad686a04beda3dbce983d886c6df63c1782a643 c7aaf623f9 2016-03-05 02:30:09 -04:00
Amitai Schlair 6003432b70 Revert spam.
This reverts commit 36d280fd4d.
2016-02-27 08:14:22 -05:00
https://me.yahoo.com/a/ClCP9IQOrNyOgnAYHb.hMlFUzoZm#c7358 36d280fd4d 2016-02-27 08:16:52 -04:00
zac.berkowitz@f85800e8d61eebb487e7d42bfbc280ac20f9bfa4 6e448a5b1e 2016-02-26 18:02:32 -04:00
sstevens@3024f2a02a26a11cafc7288376b2c900312676a9 5736fae846 2016-02-26 12:00:07 -04:00
blankoworld 4a7b8f260a Delete BlankoBlues and BlankoContraste while they are not available 2016-02-23 12:32:13 -04:00
Amitai Schlair acbefbea9a Document listsubscribe plugin. 2016-02-22 16:28:05 -05:00
http://www.schmonz.com/ 7222c985a3 Wrong branch 2016-02-20 04:24:07 -04:00
Amitai Schlair 6c1d55654e Update link to Agile in 3 Minutes. 2016-02-20 03:04:19 -05:00
Amitai Schlair 7c847499b7 Document pretty decent Remark.js integration. 2016-02-20 02:59:49 -05:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 adc861bd88 created 2016-02-19 10:42:10 -04:00
admin 874bf90ae3 2016-02-19 09:58:09 -04:00
smcv 693e87fe18 believed to be fixed already 2016-02-14 07:48:19 -04:00
hiller895@a522927d23f463bd72913cb32f7addf168d78edb 25d8c0fa93 2016-02-13 06:49:16 -04:00
hiller895@a522927d23f463bd72913cb32f7addf168d78edb b5b2f29ced 2016-02-13 06:44:32 -04:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 31fe9f0d31 meta title 2016-02-12 07:59:07 -04:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 9daecb7ed0 2016-02-12 07:58:01 -04:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 a0a79c937b created 2016-02-12 07:57:03 -04:00
https://launchpad.net/~eliasson 7b7f6986b9 Add usage example 2016-02-10 06:14:25 -04:00
https://launchpad.net/~eliasson 3b67e5d567 fix format directives 2016-02-07 14:21:28 -04:00
https://launchpad.net/~eliasson 4c2b3ff8c3 Added a comment 2016-01-31 16:07:53 -04:00
https://launchpad.net/~eliasson 28701b02de 2016-01-31 15:39:07 -04:00
https://launchpad.net/~eliasson 1581c495f0 changed my mind, short usernames are cool 2016-01-31 15:18:20 -04:00
https://launchpad.net/~eliasson f06b0a416e 2016-01-31 15:17:20 -04:00
https://launchpad.net/~eliasson 20d57cb9b5 2016-01-31 15:15:55 -04:00
Mich_Hein@757185527c4a9401c60f158c059d40255dbeacee 24b7e6f408 2016-01-28 08:34:55 -04:00
cgallek@9cb0380d5b7650c71dd23a2e0e3e4f645889e049 f723da1c84 Add patch tag 2016-01-26 20:07:16 -04:00
cgallek@9cb0380d5b7650c71dd23a2e0e3e4f645889e049 2346a8393e rename patch/highlight_line_numbers.mdwn to todo/highlight_line_numbers.mdwn 2016-01-26 20:05:12 -04:00
cgallek@9cb0380d5b7650c71dd23a2e0e3e4f645889e049 30dce638e6 rename todo/highlight_line_numbers.mdwn to patch/highlight_line_numbers.mdwn 2016-01-26 20:02:37 -04:00
ercan.ulusoy@e40498011ff420826497de6ffaebf5f7964e60df 58ccc31d07 2016-01-25 14:13:35 -04:00
smcv 2903b913a1 point to Ubuntu packages since the bug report is from Ubuntu 2016-01-24 07:38:21 -04:00
smcv 32c192bb1a additional packages required 2016-01-24 07:37:34 -04:00
smcv 6b65bdb005 not a bug 2016-01-24 07:06:28 -04:00
cgallek@9cb0380d5b7650c71dd23a2e0e3e4f645889e049 cc6bb2a6e3 2016-01-22 12:41:49 -04:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 9740331067 created 2016-01-22 12:04:56 -04:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 1f773784ed created 2016-01-22 11:55:23 -04:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 8f2bb4a971 created 2016-01-22 11:40:33 -04:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 98f0eb2e00 created 2016-01-22 11:26:54 -04:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 0ab845e273 Added a comment: Doh! 2016-01-22 11:09:53 -04:00
mx.david.rix@3bf9592fa655d6681eedf8add3d3b830d00a40d3 7fed2bcb68 added query 2016-01-22 11:06:56 -04:00
bryan@da36e26d7d5e41fb3bd71a3f3c14ee96837c1910 764dc42f81 test 2016-01-21 18:09:14 -04:00
Simon McVittie c2575f71e6 Announce version 3.20160121 2016-01-21 11:19:48 +00:00
Simon McVittie 7aca0d40a3 Compose relative URLs in RSS feeds correctly
If the relative link from the (page generating the) RSS to the target
would start with "./" or "../", just concatenating it with the URL to
the directory containing the RSS is not sufficient. Go via
URI::new_abs to fix this.
2016-01-21 08:40:14 +00:00
Simon McVittie 816c856a46 close 2016-01-21 08:12:06 +00:00
smcv a8951de19e Added a comment 2016-01-21 03:33:19 -04:00
smcv e890a703a0 couldn't reproduce this :-( 2016-01-20 17:41:58 -04:00
Simon McVittie 5dceeb28d8 img test: skip testing PDFs if unsupported 2016-01-19 11:24:18 +00:00
smcv b21a38ed0b escape pagespec so the HTML is more legible 2016-01-18 17:47:38 -04:00
Mich_Hein@757185527c4a9401c60f158c059d40255dbeacee 430df83d09 further invastigation on the rebuilding crash 2016-01-15 17:36:51 -04:00
BerndZeimetz 10c2b5253b 2016-01-07 14:46:08 -04:00
BerndZeimetz 2cd88e80ea fix urls 2016-01-07 14:45:33 -04:00
BerndZeimetz a4daa44edd fix urls for tracking plugin 2016-01-07 14:43:00 -04:00
https://me.yahoo.com/a/t1BXGl4ovOkn0HJXnoKzkHnlOYXe#85a73 9610cb7526 2016-01-05 17:39:17 -04:00
https://me.yahoo.com/a/t1BXGl4ovOkn0HJXnoKzkHnlOYXe#85a73 7b5f25bf40 initial 2016-01-05 17:38:46 -04:00
Amitai Schlair 75a400e42b Add missing backquote. 2016-01-01 12:25:16 +01:00
Amitai Schlair a3075d126f Remote "test45" template. 2016-01-01 12:23:57 +01:00
Juego e925ea91bd Asking about fastCGI and Nginx under Arch 2015-12-31 00:42:06 -04:00
fboulogne@f0e3234b48d7a8532894ac1ad69e83fb6e5de517 e52585feff 2015-12-18 15:19:49 -04:00
ikiwiki@12de4442e74dcfc5f238e03e55a64752f5290a03 4d21c60c11 Hi 2015-12-18 10:28:37 -04:00
smcv 81b641c2f2 Added a comment: Protocol-relative URLs are not always an option; change your url and cgiurl settings 2015-12-13 18:20:13 -04:00
spalax 4bdbc326c0 Added a comment: Question/Proposal 2015-12-12 18:04:10 -04:00
matto b4efee4fda 2015-12-12 16:51:03 -04:00
matto e652b9ca1a 2015-12-12 16:50:46 -04:00
matto 3b4c7abdd5 2015-12-12 16:49:13 -04:00
smcv 2fc41e075a respond 2015-12-11 03:28:20 -04:00
timosesu@ead03211e78f6505c65266495ae6bf9c4e069293 dd8a61c3dd 2015-12-10 13:08:15 -04:00
timosesu@ead03211e78f6505c65266495ae6bf9c4e069293 5aeaafac7a 2015-12-10 11:26:59 -04:00
timosesu@ead03211e78f6505c65266495ae6bf9c4e069293 13361d5471 2015-12-10 11:25:30 -04:00
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
smcv 0be7cebb3d it is deliberate that internal options aren't saved 2015-11-30 17:52:14 -04:00
smcv 2693d2e518 it's either GPL-2+ or very permissive; copyright holder should clarify 2015-11-30 17:46:55 -04:00
smcv 49ec655589 request feedback 2015-11-30 17:32:56 -04:00
smcv 8eef16ff5a tag reviewed 2015-11-30 17:04:51 -04:00
Simon McVittie 782a2e016b Merge remote-tracking branch 'origin/master' 2015-11-30 21:02:07 +00:00
smcv d59459c772 close 2015-11-30 17:01:49 -04:00
Simon McVittie 72c3b81efb Merge remote-tracking branch 'smcv/pagestats-show' 2015-11-30 20:58:54 +00:00
smcv 800c078ae7 close 2015-11-30 16:56:23 -04:00
Simon McVittie b199349ffd Merge remote-tracking branch 'smcv/ready/limit' 2015-11-30 20:55:34 +00:00
smcv e800be12fd Added a comment 2015-11-30 15:58:43 -04:00
iki@e3f6f8ca81d7d2a246b9f0782e57f5c6b6f9c3c5 018664efac create todo wishlist patch for match_userdir idea 2015-11-20 13:25:18 -04:00
iki@e3f6f8ca81d7d2a246b9f0782e57f5c6b6f9c3c5 75ea9d313d add bfree git to hopefully use branch in todo item 2015-11-20 13:25:05 -04:00
http://christian.amsuess.com/chrysn 6de5a1675e Added a comment: "please tell me" when this happens, severity 2015-11-15 09:45:29 -04:00
rehesjetjtj@8ab539486b342f0802e0ce57ceab84c1447287ff 5465d64e55 2015-11-12 09:02:45 -04:00
rehesjetjtj@8ab539486b342f0802e0ce57ceab84c1447287ff 7b7c7a6f6c 2015-11-12 09:02:18 -04:00
spwhitton 4e942893ff add my personal website 2015-11-08 14:21:47 -04:00
qazwsx d8ace5e8be 2015-10-29 16:23:18 -04: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
u@09c8cbfd758dbd0224174f3bdf0ec5b8007c7be7 bfed9a405e 2015-10-26 08:01:28 -04:00
u@09c8cbfd758dbd0224174f3bdf0ec5b8007c7be7 7ba7a574f6 2015-10-26 07:59:56 -04:00
u@09c8cbfd758dbd0224174f3bdf0ec5b8007c7be7 1007f09c16 2015-10-26 07:57:08 -04:00
smcv bafa936d1c revert link spam
This reverts commit 2acafb8b3f
2015-10-04 17:38:29 -04:00
ketariman 2acafb8b3f 2015-10-04 17:33:51 -04:00
smcv 88bb9658ec Added a comment 2015-10-01 15:48:39 -04:00
Joe Rayhawk c63d71bbf3
todo: headless git branches: benchmarking and comments from old email thread 2015-09-28 17:29:12 -07:00
JohnGoerzen fcbbaee22a Added a comment: Still seeing this 2015-09-28 12:22:21 -04:00
Joey Hess de6ea41b9e Revert "removed"
This reverts commit df37decd8c.
2015-09-17 23:31:39 -04:00
eauensen@7ce9566e332e5962a35a13cfea99f59ffcdba779 df37decd8c removed 2015-09-17 18:21:58 -04:00
Joey Hess ec794ae9ff todo 2015-09-17 12:38:24 -04:00
Joey Hess 42550e99fb remove references to no longer present gitpush plugin 2015-09-10 16:38:07 -04:00
https://id.koumbit.net/anarcat 22964be3f0 turn recipe into a shell script 2015-09-10 10:32:48 -04:00
https://id.koumbit.net/anarcat 03ecd663ba switched to jak's theme on my blog 2015-09-09 23:24:11 -04:00
https://id.koumbit.net/anarcat 85b3bf44a7 2015-09-09 16:34:35 -04:00
https://id.koumbit.net/anarcat 88dac44f21 found two more bootstrap themes for iki... graah 2015-09-09 15:26:05 -04:00
Amitai Schlair 6e8666e764 it's Mail::Sendmail, not Mail::SendMail 2015-08-29 22:06:44 -04:00
spalax 7a502cd22e Added a comment: Change the `page.tmpl` template 2015-08-28 11:23:55 -04:00
student 71e0afc0ad 2015-08-28 09:39:52 -04:00
Joey Hess 2c0c4b8ee1 bug 2015-08-26 09:34:45 -07:00
kjs 48b2f0f0fe 2015-08-17 14:24:31 -04:00
kjs 9f0dee1da4 Added a comment 2015-08-16 16:09:34 -04:00
smcv f26afffb3c Added a comment 2015-08-15 08:33:11 -04:00
kjs 2552be0e19 2015-08-14 16:13:44 -04:00
purpleidea 7c8e8523ec 2015-08-13 13:49:28 -04:00
smcv 10a56f11aa Added a comment 2015-08-12 12:08:10 -04:00
smcv 4cdf30f866 Added a comment: Markdown is weird like that 2015-08-12 11:51:38 -04:00
openmedi 0b11c83da9 Added a comment 2015-08-12 11:44:58 -04:00
openmedi 0bbb671c5e 2015-08-12 11:43:36 -04:00
https://gryllida.wordpress.com/ bbc75f5e7b test 2015-08-08 23:13:24 -04:00
https://gryllida.wordpress.com/ 7bacb0fa55 2015-08-08 23:13:09 -04:00
Joey Hess e48ac02c07 format 2015-08-06 14:23:16 -04:00
Joey Hess 6d3ff9f649 forward an email about a bug to the bug tracker 2015-08-06 14:18:15 -04:00
fboulogne@247e5cb9cf56b3ff602b5e50ee07bb3985b88808 d1ae501362 Added a comment 2015-07-31 22:15:31 -04:00
https://id.koumbit.net/anarcat 44c2c2d542 style 2015-07-28 13:33:00 -04:00
https://id.koumbit.net/anarcat 73778e5110 2015-07-28 13:32:00 -04:00
hugo+ikikwiki.info@f43f34cd40aeb645c036fadafcdbf2b609a59855 59f5fac52a 2015-07-25 11:38:04 -04:00
hugo+ikikwiki.info@f43f34cd40aeb645c036fadafcdbf2b609a59855 4867337c25 2015-07-25 11:33:41 -04:00
https://id.koumbit.net/anarcat 1e5733ab4b link to comment moderation and whine 2015-07-23 17:23:56 -04:00
https://id.koumbit.net/anarcat 32a3d8efaa some workarounds 2015-07-23 17:14:00 -04:00
https://id.koumbit.net/anarcat 75bb0df528 2015-07-23 17:03:14 -04:00
https://me.yahoo.com/a/MomF_wF41YebulXIjgG5rqx65BLA#f45c0 e4de218218 2015-07-09 08:05:37 -04:00
samuel.thibault@8a4fd970cf5a707e94c3ee4419d0010e6a1c726e ca460da8a7 2015-07-09 05:46:55 -04:00
spalax 2ab400a8a7 Bug fix 2015-07-04 17:35:33 -04:00
student 1ed0f1eedf 2015-07-01 14:47:05 -04:00
student 069485b776 rename done/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn to bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn 2015-07-01 14:44:53 -04:00
student 8ef67415c5 rename bugs/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn to done/mathjax_doesn__39__t_work_anymore_after_upgrade.mdwn 2015-07-01 14:44:02 -04:00
student a5331a6799 2015-07-01 13:53:00 -04:00
student 5531dcff82 2015-07-01 13:36:18 -04:00
student 5f6a06cc53 2015-07-01 13:35:12 -04:00
student 4230499c5b 2015-07-01 13:34:41 -04:00
student 040c2dac9e 2015-07-01 13:33:54 -04:00
student c37aee9c9c 2015-07-01 13:33:27 -04:00
spalax 9b8c9d74f5 Hints on debugging mathjax error 2015-07-01 12:43:03 -04:00
student 8d1970aa1c 2015-07-01 08:48:56 -04:00
student e97e3fa47f 2015-07-01 08:43:50 -04:00
student 585fb3094d 2015-07-01 08:41:47 -04:00
lkcl c462df8347 2015-07-01 07:58:24 -04:00
smcv 9828ada0d2 probably already fixed, but not in Ubuntu 2015-06-30 14:32:15 -04:00
spalax 6144d867ec RPC bug: Code formatting 2015-06-30 14:32:11 -04:00
Louis 08de927e67 RPC bug: using built-in debug mode instead of my own debug functions
Second time in less than a week than I rewrite something that already
exists. I should sleep or think more...
2015-06-30 20:28:15 +02:00
student@c3ba50b755700ef14f94bd9ad301de913e9d7e68 f64d8a4d05 2015-06-30 14:22:58 -04:00
student@c3ba50b755700ef14f94bd9ad301de913e9d7e68 edc630e9b3 2015-06-30 14:21:47 -04:00
openmedi 0fdda971bd Added a comment 2015-06-30 05:50:32 -04:00
spalax 0741ecd9b7 2015-06-29 03:33:24 -04:00
spalax caca06ee2b 2015-06-29 03:32:42 -04:00
sajolida 9c910a76e7 Fix recommendation about rel attribute for style sheets 2015-06-28 20:07:45 +00:00
spalax 0d2888e4ad Escaping directives 2015-06-28 14:39:58 -04:00
Louis f8999311a7 More info about the (possible) bug in the external plugin (RPC communication) 2015-06-28 20:35:47 +02:00
https://launchpad.net/~beaufils 9476e2ac7a typo 2015-06-26 04:19:42 -04:00
https://launchpad.net/~beaufils 279461cef2 Added a comment: Does the exclude feature work at all? 2015-06-22 06:49:53 -04:00
https://launchpad.net/~beaufils c6cdcd281b removed 2015-06-22 06:36:45 -04:00
https://launchpad.net/~beaufils b98c4a9e03 add links to me (in order to follow the bugs) 2015-06-22 06:18:03 -04:00
https://launchpad.net/~beaufils 5d1669bf6b Added a comment: *Bug* is still there and I have the same need 2015-06-22 06:16:59 -04:00
https://launchpad.net/~beaufils 732dad4b64 removed 2015-06-22 05:48:09 -04:00
http://kerravonsen.dreamwidth.org/ 8eb727bc80 Added a comment 2015-06-21 19:35:42 -04:00
openmedi 6403b76ec4 2015-06-21 08:34:11 -04:00
openmedi 63111e707e 2015-06-21 08:32:52 -04:00
openmedi 3d6df796d8 2015-06-21 08:32:16 -04:00
spalax 1c10223cc7 removed 2015-06-21 08:31:24 -04:00
spalax 3d269e9595 Aknowlege irrelevance of my new `rimg` plugin 2015-06-21 08:30:40 -04:00
smcv af5f66655e no, wikilinks don't inline remote images; but HTML, Markdown etc. do 2015-06-21 07:32:24 -04:00
smcv 31e26d23ce wikilinks can already point to remote images? 2015-06-21 07:23:45 -04:00
spalax 803dad8a59 Link to a new plugin solving my question. 2015-06-20 15:17:49 -04:00
spalax 16c9241caa New plugin: rimg 2015-06-20 15:16:36 -04:00
https://launchpad.net/~beaufils bb10a1a3f0 typo 2015-06-19 20:08:55 -04:00
https://launchpad.net/~beaufils 9e3127ff61 Added a comment: Bug still there and same need 2015-06-19 19:37:06 -04:00
spalax c56c6bdb81 More information about but 2015-06-19 15:48:53 -04:00
spalax 667fc8095c Question about the img plugin 2015-06-19 15:39:41 -04:00
https://launchpad.net/~beaufils 7cedc1fee4 Initial report. 2015-06-19 07:35:41 -04:00
spalax 7a35c92cb9 Potential bug with external plugins 2015-06-14 22:00:55 -04:00
Simon McVittie 650ba28851 announce 3.20150614 2015-06-14 18:45:31 +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
https://launchpad.net/~beaufils 8f1d511051 new questions (sharing settings easily) 2015-06-12 09:39:49 -04:00
fr33domlover 8376046bdb new todo: hebrew l10n 2015-06-12 14:46:34 +03:00
Simon McVittie 5304b20c55 announce 3.20150610 2015-06-11 08:29:17 +01:00