Beta: I am looking for people who are willing to participate in early beta of GreyDragon Theme 4.0

Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-05-23 21:13

Beta: I am looking for people who are willing to participate in early beta of GreyDragon Theme 4.0

This is highly experimental as I am overriding core JS files.

Main change is full conversion to latest jQuery and associated libraries
To make a successful release, I want to test it in as much environments/configurations I could.
There is a danger that some 3rd party modules may not work.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

AttachmentSize
module_greydragon.zip6.09 KB
greydragon.zip732.97 KB
 
jnash
jnash's picture

Joined: 2004-08-02
Posts: 814
Posted: Wed, 2012-05-23 21:41

Wow, updated jquery would be something of a miracle! I have quite a few good ideas for modules, but with the outdated jquery, I'm at a stop loss.

I hope this goes well. Unfortunately, I don't really have a test gallery to muck with at the moment.

 
jbillings

Joined: 2009-11-12
Posts: 33
Posted: Thu, 2012-05-24 02:54

Serge,

I've got a test gallery that I can use to test it. I'm running a MacMini server (OS 10.7.4). If that helps let me know.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-05-24 02:58

Theme version 4 is attached above.
Unpack it and give it a try

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2012-05-24 04:13

Great job Serge. Keep up the great work.
I hope this does not sound like nit picking but it has bothered me for some time. On the admin theme settings form fields and titles/descriptions don't line up right:
[img]http://gallery.menalto.com/files/Admin_theme_general.png[/img]
Google Chrome on Windows.
Works fine with FF. Not sure why as the HTML looks right. Some CSS thing?

More reports to follow!

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2012-05-24 04:26

Dialog width for uploader not wide enough.
Screenshot of Chrome and similar results in FF.
[img]http://gallery.menalto.com/files/upload_dialog_Chrome.png[/img]

After image is uploaded it pressed "done" and the result was:
{"result":"success"}
and the URL was:
http://www.langleycom.com/gallery3/uploader/finish

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2012-05-24 04:35

"Rebuild Images" Dialog from the non admin page is styled to the theme (good)
Dialog resizes itself to accommodate the progress bar (good)

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2012-05-24 04:55

The attachment on the first post of this thread is
version = 3.3.0
The url is: http://gallery.menalto.com/files/greydragon_3.zip
I looked for http://gallery.menalto.com/files/greydragon_4.zip but nothing.

:-(

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-05-24 06:03
floridave wrote:
The attachment on the first post of this thread is
version = 3.3.0
The url is: http://gallery.menalto.com/files/greydragon_3.zip
I looked for http://gallery.menalto.com/files/greydragon_4.zip but nothing.

:-(

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

It is 4.0! I will correct numbering
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-05-24 18:09
floridave wrote:
Great job Serge. Keep up the great work.
I hope this does not sound like nit picking but it has bothered me for some time. On the admin theme settings form fields and titles/descriptions don't line up right:
Works fine with FF. Not sure why as the HTML looks right. Some CSS thing?

yes, it is CSS Chrome thing.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-05-24 18:11
floridave wrote:
The attachment on the first post of this thread is
version = 3.3.0

Re-uploaded with correct theme.info

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Fri, 2012-05-25 09:26

Hey Serge,

Just tried it out. Here are my results (using Gallery 3.0.3 and Chrome)...

Previous bugs:
- "choose image as album cover" problem - fixed.
- "organize albums" dialog improperly sized - fixed.
- image overlay menu spacing before first item - fixed.

Current issues:
- odd formatting in admin view (cf floridave) - yes.
- uploader dialog sizing (cf floridave) - yes.
- uploader causing problem after being done (cf floridave) - *no.* For some reason, I don't get the same result as floridave.
- tag cloud colors get screwy and turn yellow, even when all settings are grayscale (e.g. 6F6F6F). Same results both in the sidebar and when you view the whole tag cloud.
- tag cloud always sits on top, even when there's an overlay. So, if you open a cooliris slideshow, it sits on top. But, if you open a cooliris slideshow in fullscreen, it goes away.

Other (non-bug) notes of possible interest:
- unlike uploader, server add works fine with no hitches for me.
- cooliris slideshow works fine.
- newest update of "tag albums" module works without modification.
- theme dispatcher and mobile theme work.
- fit to screen module works.
- captionator works.

Thanks!

Take care,
Shad

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Fri, 2012-06-01 16:34

Hey everyone,

I fixed the admin menu misalignment problem by adding the following to /modules/greydragon/css/gd_common.css:

#g-admin-container fieldset label { vertical-align: middle; }
#g-admin-container fieldset input[type="checkbox"] { margin-right: 0.8em; }

The first line fixes the vertical misalignment problem. The second one makes the checkboxes look a little more consistent with the other input types.

EDIT: I made a much better set of corrections below. Read what I wrote a few comments down, and ignore this suggestion.

Thanks,
Shad

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Fri, 2012-05-25 12:14

BTW, one more *very* minor point: on the admin screen, in the text on the right, there are a bunch of apostrophes that show up escaped (\'). I think the extra backslashes can be removed since all of the text in themes/greydragon/admin/controllers/admin_theme_options.php is in double quotes, yes?

Take care,
Shad

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2012-05-25 19:18

There is goes (please note that version would not chnage during this beta)
Attachments above are refreshed

* updated shared greydragon module
- added proposed fix for input fields wrapping

* refresh for the theme
- upload dialog width
- fixed \' in help section

Notes:
- because logic to autosize dialog does not work the same way any dialogs which do not provide proper width via CSS may show squished
- I do not see issue with Done button in upload dialog reported earlier. some other conditions may play role there.
- cannot do much about tag cloud. I have noticed that when converted to HTML5. I think it is SWF issue. better yet, I found js replacement script which can do similar thing and it would work on all devices. just do not have time to finish wrapping it as a module

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Mon, 2012-05-28 11:06

Re: the tag cloud, JS-cumulus looks pretty nice as a non-flash replacement... but I also lack the time. In the interim, I tried a couple "naive" approaches, namely by trying to swap in the newest versions of swfobject.js and tagcloud.swf. The new swfobject.js (v2.3) didn't seem to do anything; the new tagcloud.swf (from wp-cumulus v1.23) made things worse by breaking all of hover/click references... in other words, you couldn't even follow the tags. <shrug>

Take care,
Shad

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Tue, 2012-05-29 15:51

Tag cloud update: I got a non-flash tag cloud working pretty well in Gallery today, and it plays along nicely with the new theme version. It needs a bit more tidying-up before I publish it (and I need to make a tag_cloud_page-like module to match it), but it should be up within a couple days.

Take care,
Shad

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-05-29 16:30
shadlaws wrote:
Tag cloud update: I got a non-flash tag cloud working pretty well in Gallery today, and it plays along nicely with the new theme version. It needs a bit more tidying-up before I publish it (and I need to make a tag_cloud_page-like module to match it), but it should be up within a couple days.

Take care,
Shad

Cool. look forward to test it

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Wed, 2012-05-30 08:59

Hey Serge,

Found (and fixed) one more minor bug: the edit album dialog size is too small, resulting in a horizontal scroll bar. It looks like this is set explicitly in the last line of forms.css, but is set to the wrong size. To make it consistent with v3.14 and earlier (at least for my setup), it should be:

#g-edit-album-form { width: 500px; }

Thanks!
Shad

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-05-30 15:41
shadlaws wrote:
Found (and fixed) one more minor bug: the edit album dialog size is too small, resulting in a horizontal scroll bar. It looks like this is set explicitly in the last line of forms.css, but is set to the wrong size. To make it consistent with v3.14 and earlier (at least for my setup), it should be:

#g-edit-album-form { width: 500px; }

Thank you
Changed

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Thu, 2012-05-31 14:36

Hey Serge,

My non-flash tag cloud is all done: http://gallery.menalto.com/node/106774. I've tested it with GreyDragon v4 on Firefox, Chrome, IE9, and IE8.

Take care,
Shad

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Fri, 2012-06-01 17:11

Hey Serge,

After building up the CSS for the admin screen for my tag_cloud_html5 module, I decided to reapply what I figured out to GD's admin screen. Instead of the correction I offered above, you should add these five lines instead:

#g-content .column1 fieldset li { display: block; clear: both; }
#g-content .column1 fieldset input { height: 18px; width: 250px; }
#g-content .column1 fieldset select { height: 24px; width: 256px; }
#g-content .column1 fieldset label { display: inline; line-height: 24px; }
#g-content .column1 fieldset label input { float: left; height: 24px; margin-right: 0.8em; width: 20px; margin-left: 236px; }

This makes it look *perfect* on Chrome, and pretty close to perfect on IE9 :-)

EDIT: and BTW, if you don't like moving the checkboxes over, simply eliminate the "width" and "margin-left" parameters above...

Thanks,
Shad

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-06-07 20:41

new update has been published above incorporating some of the suggestions here, Dave's request to move thumb_top() call, etc

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-06-26 00:27

How do you feel about current state of the theme?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
jbillings

Joined: 2009-11-12
Posts: 33
Posted: Tue, 2012-06-26 00:32

All is well on this end. Everything is working.

 
windracer

Joined: 2007-03-05
Posts: 113
Posted: Tue, 2012-06-26 01:50

Just upgraded to the beta this evening. Haven't had a lot of time to play around, but the problems I did run into are pretty much the same as what I experience with the current 3.x release of the theme.

* as mentioned above, the Add dialog is not wide enough (I see this on IE9 and Firefox)

* the Carbon colorpack has an incorrect logo (it's the Blackhawk one). I created my own colorpack.png logo if you want to use it:
[img]http://www.windracer.net/outgoing/misc/carbon-colorpack.png[/img]

* when I expand the Auto Update link in the Theme Options, the result is not properly aligned:
[img]http://www.windracer.net/outgoing/misc/gd4-auto-update.png[/img]

In other words, nothing major! Nice work.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2012-06-26 02:23

The only issue I still experience is the alignment of the theme options to the form elements.
Windows Google Chrome. Works great on windows FF.

Auto Update link in the Theme Options works fine for me.

The upload dialog is a bit narrow as well.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-06-26 17:05
windracer wrote:
* as mentioned above, the Add dialog is not wide enough (I see this on IE9 and Firefox)

what is your resolution and browser settings - expanded text size? special text settings? some special zoom?

windracer wrote:
* the Carbon colorpack has an incorrect logo (it's the Blackhawk one). I created my own colorpack.png logo if you want to use it:

Thank you, I have included your image

windracer wrote:
* when I expand the Auto Update link in the Theme Options, the result is not properly aligned:

may be related to #1 above...

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
windracer

Joined: 2007-03-05
Posts: 113
Posted: Wed, 2012-06-27 01:24
Serge D wrote:
what is your resolution and browser settings - expanded text size? special text settings? some special zoom?

No special settings I'm aware of in terms of zoom, text size, etc. Nothing in my custom.css that should be affecting this. Here are my results from some more testing on three different PCs:

1680x1050
photo upload truncated?
- IE - yes
- Chrome - yes

Auto-Update wrapped?
- IE - no
- Chrome - no

1280x800
photo upload truncated?
- IE - yes
- Chrome - yes
- Firefox - yes

Auto-Update wrapped?
- IE - yes
- Chrome - yes
- Firefox - yes

1280x1024
photo upload truncated?
- IE - yes
- Chrome - yes
- Firefox - yes

Auto-Update wrapped?
- IE - yes
- Chrome - yes
- Firefox - yes

 
windracer

Joined: 2007-03-05
Posts: 113
Posted: Thu, 2012-06-28 12:55

I found another minor problem. I use the "book" framepack in one of my galleries and for some reason the right side of the frame image is cut off. Also, for some reason, movies get a different frame altogether, which causes formatting issues. Screenshot below:

[img]http://www.windracer.net/outgoing/misc/gd4-book-frame.png[/img]

Notice the white space in the bottom left-hand corner? There are two movies there that are actually lower down due to wrapping or something.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-06-28 20:14
windracer wrote:
I found another minor problem. I use the "book" framepack in one of my galleries and for some reason the right side of the frame image is cut off. Also, for some reason, movies get a different frame altogether, which causes formatting issues.

I am not using g3 for video hosting, so I have to rely on your feedback. thank you for finding that
it is not framepack related issue, but colorpack one
I will include fix in next theme's 4.0 drop
in the meantime, in colorpack you are using locate .g-movie in color.css and add div#g-movie in front of it so it would look like this div#g-movie .g-movie {

Please let me know if it would fix the issue you have

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
windracer

Joined: 2007-03-05
Posts: 113
Posted: Thu, 2012-06-28 21:04

That fixed the strange frame issue for movies except now they have no frame at all. Also, this did NOT fix the right-hand side of the book frame being cut off.

Thanks!

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-06-28 23:45
windracer wrote:
That fixed the strange frame issue for movies except now they have no frame at all. Also, this did NOT fix the right-hand side of the book frame being cut off.

there should be no frame you have had before, but you should have frame as for photos
if you do not see it, I will have to look into it. code wise it should be the same, but I may be missing something

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
windracer

Joined: 2007-03-05
Posts: 113
Posted: Fri, 2012-06-29 00:52

It seems to be specific to the "book" framepack. If I switch to others, everything gets a frame (including movies) as expected. But when I switch to book, the photos are missing the right side of the frame and the movies don't get a frame at all. When I go back to the 3.2.2 version of the theme, my book frames work again (for photos and movies).

Not a major issue, I know, but if you have time to check it out, thanks.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-07-02 18:00

if you see "Add photo" dialog squished, there is a bug in tags module - see here what need to be changed - https://sourceforge.net/apps/trac/gallery/ticket/1889

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
windracer

Joined: 2007-03-05
Posts: 113
Posted: Mon, 2012-07-02 18:38

That fixed the squashed Add dialog for me, thanks!

 
windracer

Joined: 2007-03-05
Posts: 113
Posted: Sat, 2012-07-14 15:38

I'm still having an issue with the book framepack in that the right-hand side of the frame doesn't display for photos, and the frame doesn't display at all for movies. All other frampacks seem to work fine. Example below (top row is simple, bottom row is book, the middle image is a movie):

[img]http://www.windracer.net/outgoing/misc/gd4-movie-frame-issue.png[/img]

Also, if I turn on the Movie Overlay module (latest version 3), the location of the menu icon is messed up. It appears behind the movie thumbnail and to the right (in any framepack). Still the same issue with the book frame not drawing at all (again top row is simple, bottom row is book):

[img]http://www.windracer.net/outgoing/misc/gd4-movie-overlay-issue.png[/img]

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Mon, 2012-07-30 06:50

I'm testing it here

Last two hours I can see it's loading fast more previous versions.

If it has thumbnail size option then would be greatest :)

Thank you.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-07-30 16:27

I do not plan to support thumbnail size in near future. sorry

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
windracer

Joined: 2007-03-05
Posts: 113
Posted: Tue, 2012-07-31 20:51
windracer wrote:
I'm still having an issue with the book framepack in that the right-hand side of the frame doesn't display for photos, and the frame doesn't display at all for movies. All other frampacks seem to work fine. Example below (top row is simple, bottom row is book, the middle image is a movie) ...

Also, if I turn on the Movie Overlay module (latest version 3), the location of the menu icon is messed up. It appears behind the movie thumbnail and to the right (in any framepack). Still the same issue with the book frame not drawing at all (again top row is simple, bottom row is book) ...

Any solutions for these problems?

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Thu, 2012-08-02 04:20
Serge D wrote:
I do not plan to support thumbnail size in near future. sorry

Serge

Could you please tell me why you don't planning to make this feature?

I think this is helpful to easy customize new look for a gallery site.

Thanks.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-08-02 17:11
bigu_c wrote:
Serge D wrote:
I do not plan to support thumbnail size in near future. sorry

Could you please tell me why you don't planning to make this feature?

I think this is helpful to easy customize new look for a gallery site.

Time?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-08-05 03:24

With some delay, new version is attached above
mostly work around system dialogs and navigation...

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-08-05 03:27
windracer wrote:
windracer wrote:
I'm still having an issue with the book framepack in that the right-hand side of the frame doesn't display for photos, and the frame doesn't display at all for movies. All other frampacks seem to work fine. Example below (top row is simple, bottom row is book, the middle image is a movie) ...

Also, if I turn on the Movie Overlay module (latest version 3), the location of the menu icon is messed up. It appears behind the movie thumbnail and to the right (in any framepack). Still the same issue with the book frame not drawing at all (again top row is simple, bottom row is book) ...

Any solutions for these problems?

movieoverlay module need to take in consideration thumb layout. it does not now

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2012-08-05 04:42
Quote:
movieoverlay module need to take in consideration thumb layout. it does not now

Can you explain how to do it better?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-08-05 05:17

I did change around order of the div wrappers as you have requested some time ago.
I did hope that it would help.

Otherwise, in both themes you can go against li.g-item frame to create overlay

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2012-08-05 05:24
Quote:
in both themes you can go against li.g-item frame to create overlay

Sorry, I don't follow. Remember I'm not a php developer or any other developer, I'm a hardware fiber optics guy by trade.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-08-05 21:21

Let's start with the basics - how you want your module to perform?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2012-08-12 22:04

I think I got it sorted. Added some css the module to accommodate.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-08-14 16:07
floridave wrote:
I think I got it sorted. Added some css the module to accommodate.

Cool! Thank you
Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
undagiga

Joined: 2010-11-26
Posts: 693
Posted: Thu, 2012-08-16 15:20

Now that I have upgraded my production site to G3.0.4 / GD3.2.2 I have installed GD4 on my test site. I'll PM you the URL in case you no longer have it. At a first glance it looks pretty good. I'll test more in coming days.

But I have discovered a problem with the tags navigation logic. If click on a tag to see the thumbs with that tag and then open a resize page I can progress through the resize images correctly, i.e. the new navigation code in Gallery3 works well and I see the images with that tag. However if I click on a resize image to start Shadowbox I see the images in the same folder as the resize that I clicked on, rather than the images with that tag.

I had the same problem in GD3.2.2 and rWatcher helped me solve it. See this post:
http://gallery.menalto.com/node/102022?page=3#comment-395570
rWatcher actually helped me to solve several problems involving tag navigation in G3.0.4 / GD3.2.2. He produced replacement views\photo.html.php, views\paginator.html.php and libraries\MY_Theme_View.php files for GD3.2.2. It was the change to views\photo.html.php that fixed the Shadowbox problem so you may want to look in the attachment to this post to see what he did:
http://gallery.menalto.com/node/102022?page=3#comment-395608

The changes to all three files are quite minor, and focused on tag navigation. I realise that you are working on GD4, but if it looks like it might be a while before it's out of experimental mode, can I suggest that you incorporate them in GD3.2.3?

How experimental do you still regard GD4 as being? Coming late to this thread, there hasn't been much recent comment. Does this mean that the bugs have been ironed out, or just that there aren't many testers?

Thanks for your efforts. Coffee coming shortly.

U-G