The only permission item/group I changed/add was allowing the selection of group "0" to allowed ownership groups. I have not centralized that update just yet. I added first to see how many times empty() would poke me and that change was also the cause of the error @badmonkey reported as I sorted but did not keep the keys intact
In the original model, 0 for ownership was for 'site ownership' so that if people deleted accounts or left groups, the content wouldn't just disappear into the ether. I vaguely remember the model supporting ownership by group (not handled the same way) but it's been a very, very long time and I am probably misremembering.
I know I specifically built it to support multiple shared ownership at the account level, and/or ownership by a single group. I'm not sure what you'd need to change there unless you wanted to allow owner-by-multiple-groups and even then I think there might be easier ways to do that by expanding the block of data for album ownership rather than trying to repurpose owner id - again if memory serves. The main drama of multi ownership is the fact that multiple owners imply multiple hierarchies in which an album can live, something coped for with multiple account owners, but not group owners.
Last post by Spuds -
There will be an official announcement and release. Since the patch is large I wanted to get a little wider testing, so thats why I've been posting updates here. Should be released soon since it seems to be running fine.
Last post by Spuds -
Yes 1.1.6 will throw some depreciation notices with 7.4 but will work. 1.1.7 will clean those up, you can install 1.1.6 then patch up to 1.1.7 using the patch here: https://www.elkarte.net/community/index.php?topic=5914.msg42405#msg42405 Its not the final 1.1.7 but its 99% of it. Final should be very soon now.
Last post by Spuds -
Updated the first post with todays updates.
changed the admin menu icons to match the rest of elk, changed the way bulk upload errors are displayed prevent the upload from starting (for valid files) when an error occurred queueing a bad file misc css tweaks