Needs review
Project:
Avatar Approval
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2011 at 13:19 UTC
Updated:
27 Sep 2013 at 15:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
dalad commentedOk, I guess it is time, afterall.
But I didn't yet start the port. I'll be working on it now on, along with some other business of mine...
Thanks for your interest. I'll report back.
Comment #2
tomrenner commentedSubscribe!
Comment #3
dalad commentedI have branched to 7.x and submitted an initial dev release that is not working at the moment.
But I thought that, as I'm going a bit slow on this one, anybody's help would be appreciated.
http://drupal.org/node/1227134
Comment #4
dalad commentedI just committed a first working version. It will be downloadable as soon as it is packaged.
Probably needs more work and lot of testing.
Comment #5
dalad commentedComment #7
iva2k commentedUnfortunately D7 version is very far from being useful. I started posting separate issues, but I uncovered a whole slew of small code and function problems. Instead of squeezing them one by one I went at it all at once. Here's a patch that fixes already posted issues (#1883656: Errors when saving settings, settings not saved. #1883654: "Picture URI: ..." shows up on profile2 page unexpectedly) and a bunch of others.
With this patch module seems fully functional to me.
I smuggled a new hook_avatarapproval_competency_check() for allowing integration with other modules like avatar_selection.module which needs to let avatarapproval module know when a file is from an already approved list.
Please review and commit.
Comment #8
iva2k commentedI'm bumping to critical as current 7.x-1.x-dev is badly broken.
Comment #9
iva2k commentedI found one corner case and updated the patch. Also changed the hook_avatarapproval_competency_check() API to use hooked module name. See companion patch for Avatar Selection in #1906488: Couple code issues and integration with Avatar Approval module.
Comment #10
iva2k commentedOk, last pass did find couple more bugs in operation with Avatar Selection. All fixed in this one, all my manual tests have passed.
Please review and beat on it.
Comment #11
iva2k commentedComment #12
R2-D8 commentedThank you for your patch iva2k;
i've build a new one upon that.
Anyone looking for a 7.x version and/or upgrade_path, please have a look at #2099485: 7.x version incl upgrade path - ready for testing