Those are good ideas. I'd like to add a couple of my own,
These all are in regards to the gallery_remote.php file since
I don't use the java version but my own modified adddir perl script.
1) Cache the Forums list, with a configurable expire time possibly.
It takes a long long time to get this list and when you do lots of uploads
in sequence it's a real pain to wait for this list to be generated, even though
you know nothing has changed. I end up turning the verification off to speed
things up and had an 'oops' once that I had to clean up :razz:
2) Basically an addition to the cache, but if you add in support for creating new
nested albums, added them into the cache so it doesn't mess things up.
3) With a new nested feature, allow setting the Album name and Album title
when it's created.
4) Please annotate the file a little better in regards to function information.
Meaning, say what function does, arguments do and the values the arguments
take. Standard documentation type stuff.
I may try to institute the new nested stuff myself if I can figure it out but I don't have
much experience with php and I get confused easily going through the gallery source.
So my skills are limited but any hints in the proper direction would be appreciated.