From 0eec7acb251af0ff2ae9ee623ee301b105b2d043 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlJ3C5fg1b1hfxd6rDYvcpBi-WujPqEDkM" Date: Tue, 25 Jun 2013 08:21:08 -0400 Subject: [PATCH 1/4] problem description --- doc/plugins/contrib/album/discussion.mdwn | 37 +++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/doc/plugins/contrib/album/discussion.mdwn b/doc/plugins/contrib/album/discussion.mdwn index cdb8353e5..f1f60b645 100644 --- a/doc/plugins/contrib/album/discussion.mdwn +++ b/doc/plugins/contrib/album/discussion.mdwn @@ -410,3 +410,40 @@ I've integrated the jquery masonry plugin into the albumitem template and it wor But is there a way to create thumnails of different sizes? I've passed thumnailsize option and value to album directive and while it does create the new thumbnail sizes it doesn't use them, The 96x96 thumbnails still appear on the page no matter what I do. - jaime + +---- + +Hi, the plugin looks great, but I am probably too dumb to use it ;( here is what I did: +created page gal.mdwn with just \[\[!album\]\] directive (no arguments) and subdirectory gal/ with images in form img_1234.jpg + +when I run ikiwiki, I get something completely wrong though: + +generated gal/index.html page contains following code repeated for every image: + +
+
+
+ ↑ +
+
+
+ +So no links to any images, etc. + +The pages for individual images are generated though, but also not correct. Trails section is perfect, but the main part is wrong: + +
+ â†<90>
+
+ + img 2913 +
+
+ +This really seems like this should be in the album page and not individul page. It is only thumbnail and not full image. Also the full image is not in the generated html tree at all! + +I am using ikiwiki 3.20130518, and got the album sources from the links of [this page](http://ikiwiki.info/plugins/contrib/album/) (part manual installation) + +Any hint about what do I do wrong? + +Thanks Lukas From 65d30591e864c89a753d37a9dc48fa0488321f2e Mon Sep 17 00:00:00 2001 From: "http://smcv.pseudorandom.co.uk/" Date: Tue, 25 Jun 2013 08:51:41 -0400 Subject: [PATCH 2/4] --- doc/plugins/contrib/album/discussion.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/plugins/contrib/album/discussion.mdwn b/doc/plugins/contrib/album/discussion.mdwn index f1f60b645..791e5e4ef 100644 --- a/doc/plugins/contrib/album/discussion.mdwn +++ b/doc/plugins/contrib/album/discussion.mdwn @@ -447,3 +447,7 @@ I am using ikiwiki 3.20130518, and got the album sources from the links of [this Any hint about what do I do wrong? Thanks Lukas + +> This plugin is not really finished. I probably need to update it for +> current ikiwiki. I'll try to update it (and also update my demo +> and installation instructions) at some point. --[[smcv]] From 5e1d437fc60722a7076ed3d5398e8db906eca34d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlJ3C5fg1b1hfxd6rDYvcpBi-WujPqEDkM" Date: Wed, 26 Jun 2013 09:10:23 -0400 Subject: [PATCH 3/4] not a problem - in fact, I am to dumb to copy the template correctly... --- doc/plugins/contrib/album/discussion.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/plugins/contrib/album/discussion.mdwn b/doc/plugins/contrib/album/discussion.mdwn index 791e5e4ef..de1180d10 100644 --- a/doc/plugins/contrib/album/discussion.mdwn +++ b/doc/plugins/contrib/album/discussion.mdwn @@ -451,3 +451,8 @@ Thanks Lukas > This plugin is not really finished. I probably need to update it for > current ikiwiki. I'll try to update it (and also update my demo > and installation instructions) at some point. --[[smcv]] + +>> I have to appologize, I accidentally copied the template wrongly and that caused all the issues ;( +>> So now after two days debugging and tracing, I just fixed that and it works. Well, at least a learnt +>> a lot about ikiwiki internal ;-) +>> Thanks for all the work you did on the plugin! --Lukas From a1d42a132ac7d6e7a25bc94abb10ee7ce7a93b1b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 3 Mar 2013 16:45:43 +0000 Subject: [PATCH 4/4] add patch --- doc/bugs/trail_shows_on_cgi_pages.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/bugs/trail_shows_on_cgi_pages.mdwn b/doc/bugs/trail_shows_on_cgi_pages.mdwn index 74f329fbc..0f4766f17 100644 --- a/doc/bugs/trail_shows_on_cgi_pages.mdwn +++ b/doc/bugs/trail_shows_on_cgi_pages.mdwn @@ -1,3 +1,7 @@ When commenting on, or I think editing, a page that uses the trail plugin, the trail is displayed across the top of the page. This should not happen, probably. --[[Joey]] + +> [[!template id=gitbranch branch=smcv/ready/no-trails-if-dynamic author="[[smcv]]"]] +> [[!tag patch]] +> Fixed in my branch. --[[smcv]]