Hey all, if you want to help test the 1.0.8 "release candidate", then please check out the current SVN code on your test gallery and go through the ropes.
Same deal as before, but lots of new changes. The differences from 1.0.7 include:
- mod_rewrite for sub albums (if using the sub-albums theme)
- Faster (direct) image loading for cached images
- New i.php (image gen) error messages and better all around error information.
- Completely redesigned request controller.
- Improved garbage collection: faster and fixed bugs.
- A LOT of code changes, refactoring, moving things around...
To check it out, do svn export
http://www.zenphoto.org/svn/trunk at a command line where you have svn installed, or through TortoiseSVN or whatever you like. Installation/upgrade is as normal. No need to run upgrade.php from 1.0.7.
I don't recommend you use this for a production gallery yet, but I'm running it on
http://www.trisweb.com/photos and it seems to be working fine.
If you don't want to install, but still want to help find bugs and test, then head to
http://www.trisweb.com/tests/zenphoto-svn and start testing!
Believe it or not, Zenphoto is cleaner and more stable than it ever has been with this upcoming release. I'm very happy with it. Now that all the kinks have been worked out, I can get to work on what really matters -- the new administrator's interface for 1.1. And EXIF. And other stuff you guys want :-)
Comments
Good Job man.
Firefox/LINUX 2.0.2
Suse 10.2/64bit
Apache 2.2
Looking forward to see Zenphote 1.1
:-)
FYI, the changes in the controller are going to need rigorous testing... it was completely changed. Navigate like mad in all the crazy uncommon ways. There's got to be a bug or two in there...
@thinkdreams, it should be snappier. :-) That's what clean code does. Plus images are served directly out of cache now, so that helps a *lot*.
@chilifrei, thanks for the IIS testing, that's very helpful, I haven't even started my IIS server in months!
Warning: readdir(): supplied argument is not a valid Directory resource in /home/.mairona/aitf311/zp/zen/class-album.php on line 222
The album cannot be found.
http://www.trisweb.com/tests/zenphoto-svn/
Question: can I FTP a zip file and import it into ZP, or do I need to unpack the zip manually?
I tried uploading a zip via the web interface, and it keeps erroring out (probably a timeout, because it's a 79MB archive).
On a 1.0.7 installation, I had problems uploading files with nasty characters in the file names. You know how those Windows file names wind up looking: [Slingerland "4x14" `68] was a recent file name I uploaded (minus the []), and it generated some errors on the server side.
I'll try and upgrade his or my installation to 1.0.8, and see if I can generate some negative test cases for badly named files (if the problem still exists; sounds like tristan has it under control). It sucks folks have to name files like this, but it's something we have to deal with in this damn Windows world.