Thanks for this great module Dwight.

I'm trying to pull together a quick D7 site that could benefit from the D7 version of uif -- so I'm requesting it as you've suggested on the uif project page. Is the D7 version in a manner that you can share?

Kind regards.

Comments

dwightaspinwall’s picture

Hi - I should be able to get a D7 version done this week. Does that work for you?

Donovan’s picture

Thanks Dwight - that would be great. I appreciate your responsiveness.

dwightaspinwall’s picture

Status: Active » Closed (fixed)

There's a beta version of the module for Drupal 7 now. Let me know if you encounter any problems.

Donovan’s picture

Status: Closed (fixed) » Active

UPDATED:

Hi Dwight,

Thank you very much for expediting this. The D7 module installed without issue. I have observed the following:

1. There does not appear to be any configuration options -- is this by design?

2. The user import function works! -- if required fields (email??) are present and there are no duplicate emails in the CSV.

3. However, if there are duplicate email addresses within the CSV, the user import function progresses through the following functions before failing:

-- adds the import tab to the admin/people page,
-- permits upload of a CSV file with user data,
-- displays user import preview page,
-- shows import progress indicator,
-- fails the final import with error message of "No active batch."

I know this module is intended for developers, but wanted to provide feedback in case you intend to enhance it settings and documentation-wise or to permit graceful failure operation.

Can you share your thoughts on any enhancements you intend to pursue?

Thanks again.

dwightaspinwall’s picture

1 - There is not yet anything to configure, hence the absence of a configuration page.
2/3 - I'll look into the duplicate email issue you report -- thanks for this. That's definitely a bug; it should fail gracefully.

As for enhancements, this will be driven by user needs. I've tried to make the module as hookable as possible for extension by other modules but I'm always open to requests.

dwightaspinwall’s picture

Category: feature » bug
Status: Active » Postponed (maintainer needs more info)

Donovan, I can't reproduce the bug you've reported. I tried this with redundant email addresses and it created the first, updated the second.

If you attach a file I'll give it a shot with your data.

Donovan’s picture

Dwight, I tested the module again and could not reproduce the error either. I performed the following tests:

1. imported a list containing 5 users with different first and last names, but identical email addresses
2. imported a list containing 5 users with different first and last names, but identical email addresses on four and no email address on the fifth.

The module performed as follows:

Test 1 -- the module reported "1 user created, four updated" and added a single user to the database
Test 2 -- the module reported an error and identified the missing email address on the correct row

Net-net: In retrospect, I believe the module performed admirably. I think my earlier issues might have been related to a problem with the SMTP module, which I disabled for this test.

Thanks again for expediting this and for your responsiveness.

Donovan

dwightaspinwall’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)