From 830152d2a970b3c301f42c4fb81b04e96e3b018f Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 6 Feb 2008 21:40:23 -0800 Subject: Update status of prefix-directives branch. --- doc/git.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/git.mdwn b/doc/git.mdwn index dc0376213..6cbc1e489 100644 --- a/doc/git.mdwn +++ b/doc/git.mdwn @@ -25,8 +25,10 @@ Some of the branches included in the main repository include: work with the current *master* branch again. * `html` is an unfinished attempt at making ikiwiki output HTML 4.01 instead of xhtml. -* `prefix-directives` changes the preprocessor directive syntax. It - is approximately one failing test case away from merging. + +* `prefix-directives` changes the preprocessor directive syntax. + Passes all test cases; pending merge. + * `wikiwyg` adds [[todo/wikiwyg]] support. It is unmerged pending some changes. * `pristine-tar` contains deltas that -- cgit v1.2.3 From 5296ab065d2503ff023320bee4927f70f6aa219c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Feb 2008 07:05:51 -0500 Subject: web commit by http://edward.myopenid.com/: add [[todo/shortcut_with_different_link_text]] to watchlist --- doc/users/Edward_Betts.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/Edward_Betts.mdwn b/doc/users/Edward_Betts.mdwn index 8653c33c2..9b5435628 100644 --- a/doc/users/Edward_Betts.mdwn +++ b/doc/users/Edward_Betts.mdwn @@ -1,4 +1,4 @@ My watchlist: -[[inline pages="todo/allow_wiki_syntax_in_commit_messages" archive="yes" sort="mtime" atom="yes"]] +[[inline pages="todo/allow_wiki_syntax_in_commit_messages todo/shortcut_with_different_link_text" archive="yes" sort="mtime" atom="yes"]] -- cgit v1.2.3 From d599a5d3390e91a1d7a8e8d1867902ea9047893e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Feb 2008 17:01:36 -0500 Subject: web commit by greg --- doc/todo/wikiwyg/discussion.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/todo/wikiwyg/discussion.mdwn b/doc/todo/wikiwyg/discussion.mdwn index 78da75c38..3d17e15b2 100644 --- a/doc/todo/wikiwyg/discussion.mdwn +++ b/doc/todo/wikiwyg/discussion.mdwn @@ -155,3 +155,7 @@ merge it into ikiwiki. --[[Joey] [Revision 3840]: http://ikiwiki.info/cgi-bin/viewvc.cgi?view=rev&root=ikiwiki&revision=3840 + + +None of the links for the WYSIWYG editor work anymore. Does anyone have an up to date link? +Thanks, [[greg]] -- cgit v1.2.3 From 4084c9a655b638571d4ff1f8119b4ead2c182bc9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Feb 2008 17:04:24 -0500 Subject: web commit by greg --- doc/todo/wikiwyg/discussion.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/wikiwyg/discussion.mdwn b/doc/todo/wikiwyg/discussion.mdwn index 3d17e15b2..d15299642 100644 --- a/doc/todo/wikiwyg/discussion.mdwn +++ b/doc/todo/wikiwyg/discussion.mdwn @@ -158,4 +158,4 @@ merge it into ikiwiki. --[[Joey] None of the links for the WYSIWYG editor work anymore. Does anyone have an up to date link? -Thanks, [[greg]] +Thanks, [[Greg]] -- cgit v1.2.3 From d78e213371d800c5fe6a0aca83adda132cefd047 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Feb 2008 18:49:39 -0500 Subject: web commit by http://marcell.mars.myopenid.com/ --- doc/posts/second_post_why_not__63__.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/posts/second_post_why_not__63__.mdwn diff --git a/doc/posts/second_post_why_not__63__.mdwn b/doc/posts/second_post_why_not__63__.mdwn new file mode 100644 index 000000000..f6a3766dd --- /dev/null +++ b/doc/posts/second_post_why_not__63__.mdwn @@ -0,0 +1 @@ +nothing special. just second one coz it was no second one before this one. -- cgit v1.2.3 From 35547272c66880db73ac2791ac6ce8d58752ebad Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 8 Feb 2008 09:03:51 -0500 Subject: web commit by lnussel --- doc/bugs/img_plugin_causes_taint_failure.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/img_plugin_causes_taint_failure.mdwn diff --git a/doc/bugs/img_plugin_causes_taint_failure.mdwn b/doc/bugs/img_plugin_causes_taint_failure.mdwn new file mode 100644 index 000000000..094c07f37 --- /dev/null +++ b/doc/bugs/img_plugin_causes_taint_failure.mdwn @@ -0,0 +1,10 @@ +The img plugin causes a taint failure if one tries to link a scaled image, e.g. + + \[[img foo.png size=64x64]] + + .ikiwiki.setup: Insecure dependency in mkdir while running with -T switch at /usr/lib/perl5/vendor_perl/5.8.8/IkiWiki.pm line 360. + BEGIN failed--compilation aborted at (eval 5) line 109. + +If one omits the size argument it works. And if it worked once the taint failure will not happen again unless one rm -r's the destdir. + +Seen with ikiwiki 2.30 -- cgit v1.2.3