From dbc18a7223da6d2cdd5ae72ef5cb6afeb64352a5 Mon Sep 17 00:00:00 2001 From: NicolasLimare Date: Sun, 15 Nov 2009 20:19:34 -0500 Subject: [PATCH 1/4] + micro whishlist item --- doc/todo/description_meta_param_passed_to_templates.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/description_meta_param_passed_to_templates.mdwn diff --git a/doc/todo/description_meta_param_passed_to_templates.mdwn b/doc/todo/description_meta_param_passed_to_templates.mdwn new file mode 100644 index 000000000..cbd35f17d --- /dev/null +++ b/doc/todo/description_meta_param_passed_to_templates.mdwn @@ -0,0 +1,8 @@ +[[!tag whishlist]] + +I'd like to use the description parameter from [[meta|/ikiwiki/directive/meta]] directives in custom [[inline|/ikiwiki/directive/inline]] templates. I guess this could be useful to others too. + +The only change required is on [line 266](http://github.com/joeyh/ikiwiki/blob/master/IkiWiki/Plugin/meta.pm#L266) of `meta.pm` + + - foreach my $field (qw{author authorurl permalink}) { + + foreach my $field (qw{author authorurl description permalink}) { From fa7fd79ff0396b1d7b9eca6d3ae493c7092e9950 Mon Sep 17 00:00:00 2001 From: NicolasLimare Date: Sun, 15 Nov 2009 20:21:04 -0500 Subject: [PATCH 2/4] - typo --- doc/todo/description_meta_param_passed_to_templates.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/description_meta_param_passed_to_templates.mdwn b/doc/todo/description_meta_param_passed_to_templates.mdwn index cbd35f17d..5598698d7 100644 --- a/doc/todo/description_meta_param_passed_to_templates.mdwn +++ b/doc/todo/description_meta_param_passed_to_templates.mdwn @@ -1,4 +1,4 @@ -[[!tag whishlist]] +[[!tag wishlist]] I'd like to use the description parameter from [[meta|/ikiwiki/directive/meta]] directives in custom [[inline|/ikiwiki/directive/inline]] templates. I guess this could be useful to others too. From 6d73c132804b2c725cea257f5b55e5d438ec5640 Mon Sep 17 00:00:00 2001 From: NicolasLimare Date: Sun, 15 Nov 2009 20:22:21 -0500 Subject: [PATCH 3/4] + patch tag --- doc/todo/description_meta_param_passed_to_templates.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/todo/description_meta_param_passed_to_templates.mdwn b/doc/todo/description_meta_param_passed_to_templates.mdwn index 5598698d7..80a6a8e8a 100644 --- a/doc/todo/description_meta_param_passed_to_templates.mdwn +++ b/doc/todo/description_meta_param_passed_to_templates.mdwn @@ -1,4 +1,4 @@ -[[!tag wishlist]] +[[!tag wishlist patch]] I'd like to use the description parameter from [[meta|/ikiwiki/directive/meta]] directives in custom [[inline|/ikiwiki/directive/inline]] templates. I guess this could be useful to others too. From 2d1dfab20a6ed69f48c1696e00a97b44eac84062 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 16 Nov 2009 09:10:36 +0100 Subject: [PATCH 4/4] Follow up. --- doc/bugs/img_vs_align.mdwn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/bugs/img_vs_align.mdwn b/doc/bugs/img_vs_align.mdwn index c70f4d5ef..6eff46178 100644 --- a/doc/bugs/img_vs_align.mdwn +++ b/doc/bugs/img_vs_align.mdwn @@ -17,3 +17,15 @@ almost of my CSS foo again ;-) it seems.) --[[tschwinge]] > copy of the hurd page to enclose the image in a P, and it still floats. > > Tested with Chromium and Firefox. --[[Joey]] + +>> Uh, sorry for not confirming what I supposed to be with looking into +>> the relevant standard. It just seemed too obvious to me that the +>> closure of `

...

` would confine whatever embedded stuff may be +>> doing. (Meaning, I didn't expect that the *img*'s alignment would +>> propagate to the *p*'s and would thus be visible from the outside.) +>> +>> I confirm (Firefox, Ubuntu jaunty) that your picture page is being +>> shown correctly -- thus I suppose that there's a buglet in our CSS +>> scripts again... +>> +>> --[[tschwinge]]