Just wondering if there is a plan to port OG to 4.7 and what the timeline must be for this.

CommentFileSizeAuthor
#5 alb.patch7.6 KBSouvent22

Comments

moshe weitzman’s picture

Title: ETA on 4.7 OG? » Fix image uploading for a group

HEAD version is compatible with HEAD. I want to release 4.7 as soon as someone fixes the group image upload feature. I think it is time to do it ouselves, and not rely on image.module for this.

jasonwhat’s picture

does this mean albums module is deprecated along with folksonomy?

moshe weitzman’s picture

correct

janekb’s picture

My 2 cents: code might be based on user.module.

Souvent22’s picture

Component: Code » OG Album
Category: support » task
StatusFileSize
new7.6 KB

Ok...here's a starter patch. Bear in mind that it's 5 am, so I know i missed some things. This needs some TLC. I wanted to post it to get some feed back before going too far forward with it.

This uses upload.module to gather the files instead of an array of 90+ textfields.

I am not sure how we want to hand the taxonomy.

Any feed back is appreciated.

Souvent22’s picture

P.S...this also pushes album to forms api.

moshe weitzman’s picture

i'm no longer maintaining og_album so feel free to commit directly there. you will need to submit a patch for og.module though. i deleted some functions that og_album was using.

Souvent22’s picture

You had mentioned about not depending on image module. Is this still the route you'd like to go?

moshe weitzman’s picture

ideally yes, especially for the group image. but really i just want someone to contribute a group image feature in some fashion ... og_album can be implemented in whatever way the authors desire.

thanks for your interest in this ...

moshe weitzman’s picture

Status: Active » Closed (won't fix)

we will be using node_imageapui once that matures. for now, i've removed all traces of the group image.