Gallery 1.6 Alpha2 Bugs
|
Tim_j
![]()
Joined: 2002-08-15
Posts: 6158 |
Posted: Tue, 2006-10-31 12:54
|
|
This topic is a for users who have installed Gallery 1.6-alpha2 and have specific bugs to report. For general feedback, suggestions and discussion use this link. Fixed Versions are available via SVN or separately from Jens' archive. Once reported bugs have been acknowledged and fixed, the bug will be noted here, and responses will be deleted to keep the thread readable. The known list of bugs in 1.6-alpha2, and their statuses: Fixed: 1.6-alpha3-svn-b2 1.6-alpha3-svn-b3 1.6-alpha3-svn-b4 1.6-alpha3-svn-b5 1.6-alpha3-svn-b13 1.6-alpha3-svn-b16 1.6-alpha3-svn-b21 1.6-alpha3-svn-b34 1.6-alpha3-svn-b39 1.6-alpha3-svn-b41 Investigation in progress: Rejected: |
|


Posts: 85
hi Jens,
haven't heard back from you, but I'm glad you were able to sort out the sort problem...
some further observations with v1.6-alpha3-svn-b2:
The requested URL /xxxpathtoxxx/gallery-1.6/add_photos.php was not found on this server.my nice Map 0when hovering the cursor over the map. at least a check of the number of chars entered combined with the possibility to rephrase would be helpful, a online character count as with ecards text entry even better.that's all for the moment...
cheers,

-- Peter
Posts: 6158
Hi Peter,
thanks for this excellent testing! I appreciate this much!
1.) Which skin are you using? Can you attach an screenshot here?
2.) Fixed
3.) I dont understand the need for a counter? But i fixed a bug with linebreaks in the descriptive Text.
4.) True. I will think about a nice fix.
5.) Sounds like a caching issue.
Jens
--
Last Gallery v1 Developer and v1 translation manager.
Posts: 85
hi Jens,
ok, here some additional comments and infos:
to 1.) I'm using
Standalone; Skin: bars002; Theme: classic, screenshot for the form tab attached (applet tabs similar)to 3.) I thought there was a limitation in the number of chars that can be added. if really the case a backwards counter would have been beneficial. but the problem of the
my nice Map 0display was possibly related to the bug with linebreaks, as there were certainly some of those in the text.to 5.) I don't think it's a caching issue as the behavior is clearly different from the 90° clock and counterclock rotations where the thumb pic is updated alright (in the preview window of the popup rotate/flip window as well as the actual album thumb pic).
hope this helps...
cheers,

-- Peter
Posts: 85
to 5.) ok, I rechecked and it actually is a caching issue. when rotating the preview thumb will alternatively be loaded with
'landscape' format:
<img alt="" title="" width="150" height="113" src="http://www.schumacher.ch/xxxpath2xxx/albums/nested/Sonnenaufgang.thumb.jpg"></div>'portrait' format:
<img alt="" title="" width="113" height="150" src="http://www.schumacher.ch/xxxpath2xxx/albums/nested/Sonnenaufgang.thumb.jpg"></div>the browser will reload in this case. when flipping there is no difference in image width and height and the browser will not reload of course. how to force a reload of the thumbs (as in main photo display)?
cheers,

-- Peter
Posts: 85
I just had another look at v1.6-alpha3-svn-b8, and noted some further minor things:
$gallery->app->locale_alias['en_US'] = "en_AU.ISO8859-1";in my config file, much more anyway than versions 1.5.x.cheers,

-- Peter
Posts: 6158
Hello Peter
1.) I dont exactly know what you mean. I see no bug so far. Gallery 1 can set a locale alias when the desired system locale for language is not available (which seems to be the case on your system).
2.) That stop icon is not part of the "crystal" iconset. I guess you made it on your own? I hope its okay when i use it. Its in alpha3-b10.
Jens
--
Last Gallery v1 Developer and v1 translation manager.
Posts: 85
hi Jens
to 1.) it's possibly not a bug, it might be related to my server config, I'm not sure. what I meant to say is that I have lots of locale alias settings (much much more than 1.5.x anyway) in the gallery configuration and then config.php. what I didn't see was an alias setting for de_DE. on my (hosted) server I need that (and probably others too), has I do manual editing of config.php in my 1.5 installation everytime I run the configuration script (for details see http://gallery.menalto.com/node/43374).
to 2.) I did the stop icon myself, it's ok to use, that was my intention. glad you already integrated it!
thanks!
cheers,

-- Peter
Posts: 85
I just had another look at v1.6-alpha3-svn-b10, and noted a further minor issue:
I added imagemaps on a picture with only original size available. that was working as expected. when I did a resize, things started to get funny: the imagemap pop-ups appeared all on the wrong location in the sized version and not at all in the original size version. when the resized picture is deleted everything is back to normal.
the polygons would have to be scaled in the same ratio as the pictures to appear at the right spot.
some tricky implications when considering all kinds of workflows (including the editing of imagemaps) on two different sizes...
rather than perfecting this, I'd like to see user group management capabilities for 1.6 (my favorite on my personal wish list for G1).
cheers,

-- Peter
Posts: 660
Gallery v1.6-alpha3-svn-b17
When trying to create a user, I discovered that I was unable to bring up the UI - create_user.php. A PHP parse error was recorded in the error log.
I changed line 120:
printPopupStart(gTranslate('core', "Create User"), '', left');with
printPopupStart(gTranslate('core', "Create User"), '', 'left');Now, creating users works as expected
I have not created users in quite some time, so I don't know how long this error has existed.
Posts: 6158
Since 1.6-alpha3-svn-b13 ;)
So its no real alpha2 bug, but thanks for reporting !
Keep on testing.
Next Version will have group support and captcha.
Jens
--
Last Gallery v1 Developer and v1 translation manager.
Posts: 85
wow, just great! I downloaded 1.6-alpha3-svn-b23 to get some initial idea how you did it. I'm not sure whether you're already expecting user feedback, either way my first observations after copying the new version over a test installation of 1.6:
thanks for keeping up the good work!
cheers,

-- Peter
Posts: 6158
My view ...