Changeset 5800
- Timestamp:
- 05/28/2015 08:45:33 AM (11 years ago)
- Location:
- trunk/src/includes/admin/converters
- Files:
-
- 9 edited
-
AEF.php (modified) (2 diffs)
-
FluxBB.php (modified) (3 diffs)
-
Kunena3.php (modified) (3 diffs)
-
MyBB.php (modified) (2 diffs)
-
PunBB.php (modified) (3 diffs)
-
SMF.php (modified) (2 diffs)
-
XMB.php (modified) (2 diffs)
-
vBulletin.php (modified) (2 diffs)
-
vBulletin3.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/AEF.php
r5770 r5800 497 497 'from_fieldname' => 'aim', 498 498 'to_type' => 'user', 499 'to_fieldname' => ' aim'499 'to_fieldname' => '_bbp_aef_user_aim' 500 500 ); 501 501 … … 505 505 'from_fieldname' => 'yim', 506 506 'to_type' => 'user', 507 'to_fieldname' => ' yim'507 'to_fieldname' => '_bbp_aef_user_yim' 508 508 ); 509 509 -
trunk/src/includes/admin/converters/FluxBB.php
r5770 r5800 517 517 'from_fieldname' => 'aim', 518 518 'to_type' => 'user', 519 'to_fieldname' => ' aim'519 'to_fieldname' => '_bbp_fluxbb_user_aim' 520 520 ); 521 521 … … 525 525 'from_fieldname' => 'yahoo', 526 526 'to_type' => 'user', 527 'to_fieldname' => ' yim'527 'to_fieldname' => '_bbp_fluxbb_user_yim' 528 528 ); 529 529 … … 533 533 'from_fieldname' => 'jabber', 534 534 'to_type' => 'user', 535 'to_fieldname' => ' jabber'535 'to_fieldname' => '_bbp_fluxbb_user_jabber' 536 536 ); 537 537 -
trunk/src/includes/admin/converters/Kunena3.php
r5770 r5800 486 486 'join_expression' => 'ON kunena_users.userid = users.id', 487 487 'to_type' => 'user', 488 'to_fieldname' => ' aim'488 'to_fieldname' => '_bbp_kunena3_user_aim' 489 489 ); 490 490 … … 497 497 'join_expression' => 'ON kunena_users.userid = users.id', 498 498 'to_type' => 'user', 499 'to_fieldname' => ' yim'499 'to_fieldname' => '_bbp_kunena3_user_yim' 500 500 ); 501 501 … … 508 508 'join_expression' => 'ON kunena_users.userid = users.id', 509 509 'to_type' => 'user', 510 'to_fieldname' => ' jabber'510 'to_fieldname' => '_bbp_kunena3_user_jabber' 511 511 ); 512 512 -
trunk/src/includes/admin/converters/MyBB.php
r5770 r5800 467 467 'from_fieldname' => 'aim', 468 468 'to_type' => 'user', 469 'to_fieldname' => ' aim'469 'to_fieldname' => '_bbp_mybb_user_aim' 470 470 ); 471 471 … … 475 475 'from_fieldname' => 'yahoo', 476 476 'to_type' => 'user', 477 'to_fieldname' => ' yim'477 'to_fieldname' => '_bbp_mybb_user_yim' 478 478 ); 479 479 -
trunk/src/includes/admin/converters/PunBB.php
r5770 r5800 559 559 'from_fieldname' => 'aim', 560 560 'to_type' => 'user', 561 'to_fieldname' => ' aim'561 'to_fieldname' => '_bbp_punbb_user_aim' 562 562 ); 563 563 … … 567 567 'from_fieldname' => 'yahoo', 568 568 'to_type' => 'user', 569 'to_fieldname' => ' yim'569 'to_fieldname' => '_bbp_punbb_user_yim' 570 570 ); 571 571 … … 575 575 'from_fieldname' => 'jabber', 576 576 'to_type' => 'user', 577 'to_fieldname' => ' jabber'577 'to_fieldname' => '_bbp_punbb_user_jabber' 578 578 ); 579 579 -
trunk/src/includes/admin/converters/SMF.php
r5770 r5800 577 577 'from_fieldname' => 'aim', 578 578 'to_type' => 'user', 579 'to_fieldname' => ' aim'579 'to_fieldname' => '_bbp_smf_user_aim' 580 580 ); 581 581 … … 585 585 'from_fieldname' => 'yim', 586 586 'to_type' => 'user', 587 'to_fieldname' => ' yim'587 'to_fieldname' => '_bbp_smf_user_yim' 588 588 ); 589 589 -
trunk/src/includes/admin/converters/XMB.php
r5770 r5800 541 541 'from_fieldname' => 'aim', 542 542 'to_type' => 'user', 543 'to_fieldname' => ' aim'543 'to_fieldname' => '_bbp_xmb_user_aim' 544 544 ); 545 545 … … 549 549 'from_fieldname' => 'yahoo', 550 550 'to_type' => 'user', 551 'to_fieldname' => ' yim'551 'to_fieldname' => '_bbp_xmb_user_yim' 552 552 ); 553 553 -
trunk/src/includes/admin/converters/vBulletin.php
r5770 r5800 578 578 'from_fieldname' => 'aim', 579 579 'to_type' => 'user', 580 'to_fieldname' => ' aim'580 'to_fieldname' => '_bbp_vbulletin_user_aim' 581 581 ); 582 582 … … 586 586 'from_fieldname' => 'yahoo', 587 587 'to_type' => 'user', 588 'to_fieldname' => ' yim'588 'to_fieldname' => '_bbp_vbulletin_user_yim' 589 589 ); 590 590 -
trunk/src/includes/admin/converters/vBulletin3.php
r5770 r5800 578 578 'from_fieldname' => 'aim', 579 579 'to_type' => 'user', 580 'to_fieldname' => ' aim'580 'to_fieldname' => '_bbp_vbulletin3_user_aim' 581 581 ); 582 582 … … 586 586 'from_fieldname' => 'yahoo', 587 587 'to_type' => 'user', 588 'to_fieldname' => ' yim'588 'to_fieldname' => '_bbp_vbulletin3_user_yim' 589 589 ); 590 590
Note: See TracChangeset
for help on using the changeset viewer.