Skip to:
Content

bbPress.org

Ticket #1925: 1925.converters.patch

File 1925.converters.patch, 17.3 KB (added by netweb, 11 years ago)

Updated converters:

  • includes/admin/converters/AEF.php

     
    290290                        'to_fieldname'    => 'post_modified_gmt',
    291291                        'callback_method' => 'callback_datetime'
    292292                );
    293                 $this->field_map[] = array(
    294                         'from_tablename'  => 'posts',
    295                         'from_fieldname'  => 'ptime',
    296                         'join_tablename'  => 'topics',
    297                         'join_type'       => 'INNER',
    298                         'join_expression' => 'ON topics.first_post_id = posts.pid',
    299                         'to_type'         => 'topic',
    300                         'to_fieldname'    => '_bbp_last_active_time',
    301                         'callback_method' => 'callback_datetime'
    302                 );
    303293
    304294                // Topic status (Open = 1 or Closed = 0, AEF v1.0.9)
    305295                $this->field_map[] = array(
  • includes/admin/converters/bbPress1.php

     
    284284                        'to_type'        => 'topic',
    285285                        'to_fieldname'   => 'post_modified_gmt'
    286286                );
    287                 $this->field_map[] = array(
    288                         'from_tablename' => 'topics',
    289                         'from_fieldname' => 'topic_time',
    290                         'to_type'        => 'topic',
    291                         'to_fieldname'   => '_bbp_last_active_time'
    292                 );
    293287
    294288                /** Tags Section ******************************************************/
    295289
  • includes/admin/converters/Drupal7.php

     
    228228                        'to_fieldname'    => 'post_modified_gmt',
    229229                        'callback_method' => 'callback_datetime'
    230230                );
    231                 $this->field_map[] = array(
    232                         'from_tablename'  => 'forum_index',
    233                         'from_fieldname'  => 'last_comment_timestamp',
    234                         'to_type'         => 'topic',
    235                         'to_fieldname'    => '_bbp_last_active_time',
    236                         'callback_method' => 'callback_datetime'
    237                 );
    238231
    239232                // Topic status (Drupal v7.x Comments Enabled no = 0, closed = 1 & open = 2)
    240233                $this->field_map[] = array(
  • includes/admin/converters/Example.php

     
    271271                        'to_fieldname'    => 'post_modified_gmt',
    272272                        'callback_method' => 'callback_datetime'
    273273                );
    274                 $this->field_map[] = array(
    275                         'from_tablename'  => 'topics_table',
    276                         'from_fieldname'  => 'the_topic_modified_date',
    277                         'to_type'         => 'topic',
    278                         'to_fieldname'    => '_bbp_last_active_time',
    279                         'callback_method' => 'callback_datetime'
    280                 );
    281274
    282275                // Setup any table joins needed for the topic section
    283276                $this->field_map[] = array(
  • includes/admin/converters/FluxBB.php

     
    260260                        'to_fieldname'    => 'post_modified_gmt',
    261261                        'callback_method' => 'callback_datetime'
    262262                );
    263                 $this->field_map[] = array(
    264                         'from_tablename'  => 'topics',
    265                         'from_fieldname'  => 'posted',
    266                         'to_type'         => 'topic',
    267                         'to_fieldname'    => '_bbp_last_active_time',
    268                         'callback_method' => 'callback_datetime'
    269                 );
    270263
    271264                // Topic status (Open = 0 or Closed = 1, FluxBB v1.5.3)
    272265                $this->field_map[] = array(
  • includes/admin/converters/Invision.php

     
    252252                        'to_fieldname'    => 'post_modified_gmt',
    253253                        'callback_method' => 'callback_datetime'
    254254                );
    255                 $this->field_map[] = array(
    256                         'from_tablename' => 'topics',
    257                         'from_fieldname' => 'last_post',
    258                         'to_type'        => 'topic',
    259                         'to_fieldname'   => '_bbp_last_active_time',
    260                         'callback_method' => 'callback_datetime'
    261                 );
    262255
    263256                /** Tags Section ******************************************************/
    264257
  • includes/admin/converters/Kunena1.php

     
    251251                        'to_fieldname'    => 'post_modified_gmt',
    252252                        'callback_method' => 'callback_datetime'
    253253                );
    254                 $this->field_map[] = array(
    255                         'from_tablename'  => 'kunena_messages',
    256                         'from_fieldname'  => 'time',
    257                         'to_type'         => 'topic',
    258                         'to_fieldname'    => '_bbp_last_active_time',
    259                         'callback_method' => 'callback_datetime'
    260                 );
    261254
    262255                // Topic status (Open or Closed, Kunena v3.x 0=open & 1=closed)
    263256                $this->field_map[] = array(
  • includes/admin/converters/Kunena2.php

     
    270270                        'to_fieldname'    => 'post_modified_gmt',
    271271                        'callback_method' => 'callback_datetime'
    272272                );
    273                 $this->field_map[] = array(
    274                         'from_tablename'  => 'kunena_topics',
    275                         'from_fieldname'  => 'last_post_time',
    276                         'to_type'         => 'topic',
    277                         'to_fieldname'    => '_bbp_last_active_time',
    278                         'callback_method' => 'callback_datetime'
    279                 );
    280273
    281274                // Topic status (Open or Closed, Kunena v2.x 0=open & 1=closed)
    282275                $this->field_map[] = array(
  • includes/admin/converters/Kunena3.php

     
    269269                        'to_fieldname'    => 'post_modified_gmt',
    270270                        'callback_method' => 'callback_datetime'
    271271                );
    272                 $this->field_map[] = array(
    273                         'from_tablename'  => 'kunena_topics',
    274                         'from_fieldname'  => 'last_post_time',
    275                         'to_type'         => 'topic',
    276                         'to_fieldname'    => '_bbp_last_active_time',
    277                         'callback_method' => 'callback_datetime'
    278                 );
    279272
    280273                // Topic status (Open or Closed, Kunena v3.x 0=open & 1=closed)
    281274                $this->field_map[] = array(
  • includes/admin/converters/Mingle.php

     
    196196                        'to_type'         => 'topic',
    197197                        'to_fieldname'    => 'post_modified_gmt'
    198198                );
    199                 $this->field_map[] = array(
    200                         'from_tablename' => 'forum_threads',
    201                         'from_fieldname' => 'last_post',
    202                         'to_type'        => 'topic',
    203                         'to_fieldname'   => '_bbp_last_active_time'
    204                 );
    205199
    206200                // Topic status (Open or Closed)
    207201                $this->field_map[] = array(
  • includes/admin/converters/MyBB.php

     
    247247                        'to_fieldname'    => 'post_modified_gmt',
    248248                        'callback_method' => 'callback_datetime'
    249249                );
    250                 $this->field_map[] = array(
    251                         'from_tablename'  => 'threads',
    252                         'from_fieldname'  => 'lastpost',
    253                         'to_type'         => 'topic',
    254                         'to_fieldname'    => '_bbp_last_active_time',
    255                         'callback_method' => 'callback_datetime'
    256                 );
    257250
    258251                // Topic status (Open or Closed, MyBB v1.6.10 open = null & closed = 1)
    259252                $this->field_map[] = array(
  • includes/admin/converters/Phorum.php

     
    241241                        'to_fieldname'    => 'post_modified_gmt',
    242242                        'callback_method' => 'callback_datetime'
    243243                );
    244                 $this->field_map[] = array(
    245                         'from_tablename'  => 'messages',
    246                         'from_fieldname'  => 'datestamp',
    247                         'to_type'         => 'topic',
    248                         'to_fieldname'    => '_bbp_last_active_time',
    249                         'callback_method' => 'callback_datetime'
    250                 );
    251244
    252245                // Topic status (Open = 0 or Closed = 1)
    253246                $this->field_map[] = array(
  • includes/admin/converters/phpBB.php

     
    278278                );
    279279                $this->field_map[] = array(
    280280                        'from_tablename'  => 'topics',
    281                         'from_fieldname'  => 'topic_time',
     281                        'from_fieldname'  => 'topic_last_post_time',
    282282                        'to_type'         => 'topic',
    283283                        'to_fieldname'    => 'post_modified',
    284284                        'callback_method' => 'callback_datetime'
     
    285285                );
    286286                $this->field_map[] = array(
    287287                        'from_tablename'  => 'topics',
    288                         'from_fieldname'  => 'topic_time',
     288                        'from_fieldname'  => 'topic_last_post_time',
    289289                        'to_type'         => 'topic',
    290290                        'to_fieldname'    => 'post_modified_gmt',
    291291                        'callback_method' => 'callback_datetime'
    292292                );
    293                 $this->field_map[] = array(
    294                         'from_tablename' => 'topics',
    295                         'from_fieldname' => 'topic_last_post_time',
    296                         'to_type'        => 'topic',
    297                         'to_fieldname'   => '_bbp_last_active_time',
    298                         'callback_method' => 'callback_datetime'
    299                 );
    300293
    301294                /** Tags Section ******************************************************/
    302295
  • includes/admin/converters/PHPFox3.php

     
    280280                        'to_fieldname'    => 'post_modified_gmt',
    281281                        'callback_method' => 'callback_datetime'
    282282                );
    283                 $this->field_map[] = array(
    284                         'from_tablename'  => 'forum_thread',
    285                         'from_fieldname'  => 'time_update',
    286                         'to_type'         => 'topic',
    287                         'to_fieldname'    => '_bbp_last_active_time',
    288                         'callback_method' => 'callback_datetime'
    289                 );
    290283
    291284                /** Tags Section ******************************************************/
    292285
  • includes/admin/converters/PHPWind.php

     
    276276                        'to_fieldname'    => 'post_modified_gmt',
    277277                        'callback_method' => 'callback_datetime'
    278278                );
    279                 $this->field_map[] = array(
    280                         'from_tablename'  => 'bbs_threads',
    281                         'from_fieldname'  => 'lastpost_time',
    282                         'to_type'         => 'topic',
    283                         'to_fieldname'    => '_bbp_last_active_time',
    284                         'callback_method' => 'callback_datetime'
    285                 );
    286279
    287280                // Topic status (Open or Closed, PHPWind v9.x 0=no, 1=closed & 2=open)
    288281                $this->field_map[] = array(
  • includes/admin/converters/PunBB.php

     
    268268                        'to_fieldname'    => 'post_modified_gmt',
    269269                        'callback_method' => 'callback_datetime'
    270270                );
    271                 $this->field_map[] = array(
    272                         'from_tablename'  => 'topics',
    273                         'from_fieldname'  => 'last_post',
    274                         'to_type'         => 'topic',
    275                         'to_fieldname'    => '_bbp_last_active_time',
    276                         'callback_method' => 'callback_datetime'
    277                 );
    278271
    279272                /** Tags Section ******************************************************/
    280273
  • includes/admin/converters/SimplePress5.php

     
    248248                        'to_type'         => 'topic',
    249249                        'to_fieldname'    => 'post_modified_gmt'
    250250                );
    251                 $this->field_map[] = array(
    252                         'from_tablename'  => 'sftopics',
    253                         'from_fieldname'  => 'topic_date',
    254                         'to_type'         => 'topic',
    255                         'to_fieldname'    => '_bbp_last_active_time'
    256                 );
    257251
    258252                /** Tags Section ******************************************************/
    259253
  • includes/admin/converters/SMF.php

     
    290290                        'to_fieldname'    => 'post_modified_gmt',
    291291                        'callback_method' => 'callback_datetime'
    292292                );
    293                 $this->field_map[] = array(
    294                         'from_tablename'  => 'messages',
    295                         'from_fieldname'  => 'poster_time',
    296                         'join_tablename'  => 'topics',
    297                         'join_type'       => 'LEFT',
    298                         'join_expression' => 'ON topics.id_first_msg = messages.id_msg',
    299                         'to_type'         => 'topic',
    300                         'to_fieldname'    => '_bbp_last_active_time',
    301                         'callback_method' => 'callback_datetime'
    302                 );
    303293
    304294                /** Tags Section ******************************************************/
    305295
  • includes/admin/converters/Vanilla.php

     
    248248                );
    249249                $this->field_map[] = array(
    250250                        'from_tablename' => 'Discussion',
    251                         'from_fieldname' => 'DateUpdated',
     251                        'from_fieldname' => 'DateLastComment',
    252252                        'to_type'        => 'topic',
    253253                        'to_fieldname'   => 'post_modified'
    254254                );
    255255                $this->field_map[] = array(
    256256                        'from_tablename' => 'Discussion',
    257                         'from_fieldname' => 'DateUpdated',
     257                        'from_fieldname' => 'DateLastComment',
    258258                        'to_type'        => 'topic',
    259259                        'to_fieldname'   => 'post_modified_gmt'
    260260                );
    261                 $this->field_map[] = array(
    262                         'from_tablename' => 'Discussion',
    263                         'from_fieldname' => 'DateLastComment',
    264                         'to_type'        => 'topic',
    265                         'to_fieldname'   => '_bbp_last_active_time'
    266                 );
    267261
    268262                /** Tags Section ******************************************************/
    269263
  • includes/admin/converters/vBulletin.php

     
    270270                );
    271271                $this->field_map[] = array(
    272272                        'from_tablename'  => 'thread',
    273                         'from_fieldname'  => 'dateline',
     273                        'from_fieldname'  => 'lastpost',
    274274                        'to_type'         => 'topic',
    275275                        'to_fieldname'    => 'post_modified',
    276276                        'callback_method' => 'callback_datetime'
     
    277277                );
    278278                $this->field_map[] = array(
    279279                        'from_tablename'  => 'thread',
    280                         'from_fieldname'  => 'dateline',
     280                        'from_fieldname'  => 'lastpost',
    281281                        'to_type'         => 'topic',
    282282                        'to_fieldname'    => 'post_modified_gmt',
    283283                        'callback_method' => 'callback_datetime'
    284284                );
    285                 $this->field_map[] = array(
    286                         'from_tablename' => 'thread',
    287                         'from_fieldname' => 'lastpost',
    288                         'to_type'        => 'topic',
    289                         'to_fieldname'   => '_bbp_last_active_time',
    290                         'callback_method' => 'callback_datetime'
    291                 );
    292285
    293286                /** Tags Section ******************************************************/
    294287
  • includes/admin/converters/vBulletin3.php

     
    270270                );
    271271                $this->field_map[] = array(
    272272                        'from_tablename'  => 'thread',
    273                         'from_fieldname'  => 'dateline',
     273                        'from_fieldname'  => 'lastpost',
    274274                        'to_type'         => 'topic',
    275275                        'to_fieldname'    => 'post_modified',
    276276                        'callback_method' => 'callback_datetime'
     
    277277                );
    278278                $this->field_map[] = array(
    279279                        'from_tablename'  => 'thread',
    280                         'from_fieldname'  => 'dateline',
     280                        'from_fieldname'  => 'lastpost',
    281281                        'to_type'         => 'topic',
    282282                        'to_fieldname'    => 'post_modified_gmt',
    283283                        'callback_method' => 'callback_datetime'
    284284                );
    285                 $this->field_map[] = array(
    286                         'from_tablename' => 'thread',
    287                         'from_fieldname' => 'lastpost',
    288                         'to_type'        => 'topic',
    289                         'to_fieldname'   => '_bbp_last_active_time',
    290                         'callback_method' => 'callback_datetime'
    291                 );
    292285
    293286                /** Tags Section ******************************************************/
    294287
  • includes/admin/converters/XenForo.php

     
    300300                        'to_fieldname'    => 'post_modified_gmt',
    301301                        'callback_method' => 'callback_datetime'
    302302                );
    303                 $this->field_map[] = array(
    304                         'from_tablename'  => 'thread',
    305                         'from_fieldname'  => 'last_post_date',
    306                         'to_type'         => 'topic',
    307                         'to_fieldname'    => '_bbp_last_active_time',
    308                         'callback_method' => 'callback_datetime'
    309                 );
    310303
    311304                /** Tags Section ******************************************************/
    312305
  • includes/admin/converters/XMB.php

     
    299299                        'to_fieldname'    => 'post_modified_gmt',
    300300                        'callback_method' => 'callback_datetime'
    301301                );
    302                 $this->field_map[] = array(
    303                         'from_tablename'  => 'posts',
    304                         'from_fieldname'  => 'dateline',
    305                         'join_tablename'  => 'threads',
    306                         'join_type'       => 'INNER',
    307                         'join_expression' => 'USING (tid) WHERE posts.subject != ""',
    308                         'to_type'         => 'topic',
    309                         'to_fieldname'    => '_bbp_last_active_time',
    310                         'callback_method' => 'callback_datetime'
    311                 );
    312302
    313303                /** Tags Section ******************************************************/
    314304