Needs review
Project:
Shared Email Password Reset
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2012 at 12:46 UTC
Updated:
23 Jun 2015 at 08:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
qandeel commentedThanks for the patch... I will test it and after all test pass I will create 7.x release.
Comment #2
qandeel commentedpatch reported an error
Comment #3
lara_z commentedthe patch is attached
Comment #4
qandeel commentedLara,
Ill test it and will get back to you soon
Thanks
Comment #5
Alex Arnaud commentedHello,
Seems that the last patch has not been validated. Here is a new patch to get the module works with D7.
The patch has been done from existing 7.x-1.x branch.
Please test.
Comment #6
qandeel commentedAlex, thanks for the Patch, I will have it tested and will commit it
Comment #7
Shevchuk commentedIs it committed yet?
Comment #8
antonyanimator commentedAny Updates?
Comment #9
Philo72 commentedIs there any updates to this?
I see the request to port to D7 was quite a while ago and a patch was made. Could this be done so We can test please.
Phil
Comment #10
sensei.by.design commented*bump*
Comment #11
sgdev commentedAny update? Looks like the last 7.x-1.x commit was June 2012:
http://cgit.drupalcode.org/sharedemail_pass_reset/log/?h=7.x-1.x
Does not seem like the patch in #5 is included. Has anyone tested this?
Comment #13
qandeel commentedGuys,
Patch#5 has been patched and a 7.x-1.x branch has been updated; I have not tested yet so please spend some time and let me know if this is working fine.
Comment #14
qandeel commentedComment #16
sgdev commentedThanks for posting this, @Qandeel.
We're successfully using a version of the previous port plus patch #5 on a site, so we'll compare the code to ours and see if there are any questions or issues.
Comment #17
sgdev commented@Qandeel, there seems to be a problem with the commit. When I
git clonethe 7.x-1.x branch, it's still the Drupal 6.x version. For example, theINSTALL.txtfile is not correct:http://cgit.drupalcode.org/sharedemail_pass_reset/tree/INSTALL.txt
Comment #18
sgdev commentedI've created a patch that does the following:
1) Change references from Drupal 6 to 7 in
INSTALL.txt2) Reformat
INSTALL.txtto fit 80 character standard3) Update
sharedemail_pass_reset.infoto match project4) Modify
_validateerror check to use one conditional5) Reformat
shared_pass_reset.moduleto Drupal coding standardsLet me know if any questions or feedback, thanks.