CVS messages for phpBB2Drupal
October 7, 2008
-
For some reason getting the parent id does not work too well with the mysql connections (but does with mysqli) - cosmetic change to see if it makes a difference.
October 3, 2008
-
#297137 - updated code by enzipher (http://drupal.org/user/179782) to update the regexp from the last issue to something that actually works.
-
[#297137] Hopefully fix the smiley import in the text - code by enzipher (http://drupal.org/user/179782)
October 2, 2008
-
just testing if this helps with the forum categories import when using the mysql driver instead of mysqli
August 1, 2008
-
phpBB2Drupal: /modules/phpbb2drupal/phpbb2drupal.module 1.94
phpBB2Drupal: /modules/phpbb2drupal/phpbb2drupal.pages.inc 1.101. Remove warning message over search engine accounts as they are no longer imported 2. Do not import forum topics of forum_type = 2 as they are just links and Drupal dopes not support that - it shows them as normal forums.
-
do not import users with a user_type = 2 - these are dummy accounts for search engines and webcrawlers.
-
my bad - inactive users get a user_type = 1 in phpbb3, not 0
-
phpbb3 stores user status in user_type instead of user_active as phpbb2 did. inactive users get an id of 0. there are other status too, no idea what they mean. KISS - user_type of 0 = inactive. The rest mean active. further complication - duplicate check sets $user->user_active to 0 if the user is a duplicate. Assume the only time the $user->user_active is set before now is in duplicate check and nothing is taken from database - so php isset() should work.
-
phpBB2Drupal: /modules/phpbb2drupal/phpbb2drupal.module 1.90
phpBB2Drupal: /modules/phpbb2drupal/phpbb2drupal.pages.inc 1.91. fix the hash import into phpass module tables by a) fixing the insert statement and b) modifying the hash identifier to what the phpass module uses. 2. Add some info about phpass on the instructions page. 3. Slight modifications to the settings form.
July 31, 2008
-
phpbb3 has native hashed longer than 32 characters (and also old hashes which are still 32 characters), so ermoving string limit for hash.
