Issue #1928404 by xurizaemon: HTML rendering explicity in mail as code.
Issue #2199415 by Johnny vd Laar, kyletaylored: Warning: Creating default object from empty value in _user_import_settings_save() (line 574 of user_import/user_import.module).
Issue #1887400 by caesius, szt, cprouvot: does not save taxonomy fields.
Issue #1928404 by xurizaemon: HTML rendering explicity in mail as code.
Issue #2199415 by Johnny vd Laar, kyletaylored: Warning: Creating default object from empty value in _user_import_settings_save() (line 574 of user_import/user_import.module).
Issue #1887400 by caesius, szt, cprouvot: does not save taxonomy fields.
Issue #2212101 by stefan.r: Include hook to allow other modules to define own field processors.
Issue #1979274 by incarnated | DarrellDuane: Import sets timezone = -18000 when it should be America/NewYork.
- automated imports from import templates
- email domain option to create emails from concatenated fields
- account creation date import option
Issue #2038093 by mrvinceo: Drush user-import command results in error.
Issue #2008524 by clavigne: Added Documentation on drupal.org and in README.txt refers to Drupal 6 only.
- automated imports from import templates
- email domain option to create emails from concatenated fields
- account creation date import option
Issue #2038093 by mrvinceo: Drush user-import command results in error.
Issue #2008524 by clavigne: Added Documentation on drupal.org and in README.txt refers to Drupal 6 only.
* More accurate count of lines processed
* Avoid potential bug of alternating between importing and ignoring lines
* Add User Import to the 'Deployment' package on the Modules admin page
* Provide a post import hook
* Avoid looping too many times trying to find a unique username by using random multiplier
* Commenting out broken tests
Multi value fields support.
Code formatting - now passes Coder review.
Updated sample file to add empty and multi-value telephone data.
Issue #1887400 by caesius: More tab options.
Issue #1918574 by GaxZE | Max2505: Fixed Fatat Error - Call to undefined function db_fetch_object().
Issue #1886762 by eric.johnson: Fixed Clicking 'Next' on create new import screen gives blank page.
Issue #1828800 by futurist: Field Match: No custom fields available
- added initial support for most core field types
- API still a work in progress and liable to change
Issue #1840246 by warmth: Fixed profile_fields() doesn't exist error.
Issue #1826014 by personxx@groups...: Fixed D7 db_query() error after trying to import entries.
Issue #1803410 by rjacobs | jeanpierre: Fixed Non-comma delimiters not supported (leading to errors like 'no email').
Issue #1833960 by torrance123 | petednz: Fixed user login email did not contain the one time user login link.
+ Code formatting tidying up
Issue #1805164 by flug: Fixed After testing, clicking 'import' on List Imports page gives missing function error, with solution.
Issue #1800992 by Diont: Fixed $delimiter is every NULL.
Issue #1805314 by class47: Could not get data, the file is either empty or has incompatible line endings.
Remove LIMIT clauses on Profile SQL for Postgres compatibility
Issue #1806428 by aiaMic: Fixed SQL Error for update of profiles.
bug fix: refactoring of import process
Refactoring of options saving.
Issue #1627518 by vlad.dancer | jducro: Fixed Call to undefined function _user_import_profile().
Issue #752522 by joachim: Fixed Incorrect use of hook_mail().
Issue #1267352 by ryan_courtnage: Fixed Not passing message['language'] to _user_mail_text().
Issue #1014618 by rhoerbe: Fixed profile.inc is not POSTGRES compatible.
Remove LIMIT in queries and replace with db_querry_range
Issue #1003282 by fmueller: Fixed Calls of the function _user_import_settings_select().
Issue #174196 by Agileware, leebroozlee, ardnet, pivica: profile date fields not importing correctly.
Further updates to tests - Profile import test almost complete.
started porting to Drupal 6
- .info file done
- .install file done
- menu done
- Form API updates started
- updated validation and submit functions
- started dealing with changes in 'op' variable no longer being used
[bugfix #229509] - FTP upload file list incorrectly includes licence.txt fixed
[bugfix #268922] - Updating users with any role will reset any previous roles. Changed to add roles to previously assigned roles
[bugfix #217994] - fixed tag appearing in watchdog logs
[feature #111184] added auto_detect_line_endings
[feature #33768] - pgsql support
[bugfix #319194, #342220] - errors now stored correctly
[bugfix #257270, #281096] - Organic Groups of more than one content type now display as options
[bugfix #226682] - module version info
[bugfix #286168] - Importing more than maximum users fixed
[bugfix #206361] - stopped duplicate row with empty value being inserted into profile_values
[bugfix #286160] - errors table is created with wrong column definition
[bugfix] - duplicate email handling
[bugfix:#327748, #329430] - welcome emails
[bugfix:#339122,#331017,#84902,] - sanitise username
[bugfix:#342300] - Compatibility with latest version of Node Import and Auto NodeTitle modules
[bugfix] - Improved delete file message to warn that file added by FTP needs deletion
[bugfix] - fixed 'Update Existing Users' option setting created accounts to blocked
[feature:#332195] - NodeProfile field match display includes content type
[feature:] - locked down import link made suggested menu item