Minor bug: When I log in as an admin user, the "Configure RSS Feeds" link shows up on the left side of the page. When I change the display mode to "guest" in the bottom right of the page, the "Configure RSS Feeds" link does not disappear as it should. My understanding is that that function should be available only to the gallery's owner, and guest is not the gallery's owner.
Gallery version = 2.1 core 1.1.0
PHP version = 4.4.2-1 apache2handler
Webserver = Apache/2.0.55 (Debian) DAV/2 SVN/1.2.3 mod_fastcgi/2.4.2 PHP/4.4.2-1 mod_perl/2.0.2 Perl/v5.8.8
Database = mysqlt 4.1.15-Debian_1-log, lock.system=flock
Toolkits = Exif, ArchiveUpload, Ffmpeg, ImageMagick, NetPBM, Gd
Acceleration = none, none
Operating system = Linux mythtv 2.4.27-2-686-smp #1 SMP Wed Nov 30 21:47:06 JST 2005 i686
Default theme = matrix
Locale = en_US
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Posts: 8601
not every feature of gallery supports "guest preview mode". technically you are still logged in as the album owner, and as rss module doesn't check for guest preview, it then shows you the link. i'll look into supporting that, thanks.
Posts: 8601
This is now fixed in CVS. Also fixed 'make highlight', 'create link' and debug 'show debug tree' to all support guest preview.
Posts: 2
Cool! Thanks for looking into that.