Beta r385
This is now 386, forgot to commit the control panel page in, all is fixed. Re-download as you please.
Download it here: http://photostack.org/releases/beta-newest.zip
It’s got quite a few bug fixes, mostly dealing with entity encoding issues. The organize interface is being perfected. I really urge you to test this release out.
Again, remember that these features are yet to be coded (but will be):
- install.php installer script
- exif date functions
Let me know of any bugs or requests. Thanks for your help.
Adrian Rinehart-Balfe said,
November 5, 2005 @ 7:24 pm
Maybe I screwed up on the hurried install but what should I see when I click ‘control panel’? Everything else works just great.
noel said,
November 5, 2005 @ 9:08 pm
control panel
cache control
generate thumbnails
purgecache
config options
is all you should see. everything else is in the works.
romamor said,
November 5, 2005 @ 10:26 pm
The latest download gets an unstyled stack and the svn checkout for a new setup gives an:
Error: URL ‘http://photostack.org/svn/photostack/development/%20.’ doesn’t exist
romamor said,
November 5, 2005 @ 10:32 pm
Sorry, the download works fine, I messed up the files.
noel said,
November 5, 2005 @ 10:45 pm
no problem.
brant said,
November 6, 2005 @ 7:59 am
gday - I get this error in organize.php when I attempt to edit a user:
Fatal error: Call to undefined function: str_split() in /home/xxx/public_html/templates/admin_default/edituser.tpl.php on line 32
brant said,
November 6, 2005 @ 8:11 am
here is a link to my phpinfo.php file
is str_split() a PHP 5 only function ??
brant said,
November 6, 2005 @ 8:23 am
I have replaced line 54 in manageusers.tpl.php and line 32 in editusers.tpl.php with:
Password
works fine now for me.
brant said,
November 6, 2005 @ 8:31 am
my last post got ruined - i basically took the php str_split function out of line 54 and 32, and changed the input type to password.
Adrian Rinehart-Balfe said,
November 6, 2005 @ 11:51 am
Cheers Noel, control panel works just fine now, lovin’ this large and as happy as a pig in the proverbial…..
David said,
November 6, 2005 @ 3:03 pm
Still suffering ‘An error occurred: Could not upload file’ on localhost (XAMPP) when uploading image, but AOK on remote.
Great work, Noel. Hat’s off to you! :)
romamor said,
November 6, 2005 @ 3:38 pm
Noel, check this out for a great gallery theme:
http://www.contact-sheet.de/index.php
Brian said,
November 6, 2005 @ 8:01 pm
That is a nice theme
Kyle Rove said,
November 6, 2005 @ 11:49 pm
In checking out this release, I was a bit disappointed with the muted colors that gd2 output in my scaled images, so I switched to ImageMagick. In doing so, however, the original images (8 megapixels!) were not scaled to the specified maximum width of 600 pixels; rather, the originals were output and scaled by the browsers to a maximum width of 600 (i.e. it still downloaded the 3.4 MB file, but the browser did the scaling).
In short, gd2 output a 600×400 image but ImageMagick output the original, huge image and did not scale it for browsing purposes.
As an aside, for those interested in comparing the output of Photoshop to gd2, take a look:
GD2 : http://www.sensoryoutput.com/photostack-dev/thumb.php?gallery=./Yard&image=IMG_1186.jpg&width=600&height=600
Photoshop : http://www.sensoryoutput.com/photos/yard_2005_11/IMG_1186.jpg
The photoshop scaled image had an unsharp mask applied, thus removing the softening that usually accompanies such scaling operations.
BTW, what is the deal with the template.ini settings having “thumb” in front of options that really have nothing to do with thumbnails (i.e. the last set of options for images)?
noel said,
November 7, 2005 @ 1:45 am
Fix is on the way for ImageMagick Problems, thanks for the help!