Changeset 5426
- Timestamp:
- 07/07/2014 02:00:46 PM (11 years ago)
- Location:
- trunk/src/includes/admin/converters
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/AEF.php
-
Property
svn:eol-style
set to
native
r5349 r5426 307 307 'from_fieldname' => 't_status', 308 308 'to_type' => 'topic', 309 'to_fieldname' => ' post_status',309 'to_fieldname' => '_bbp_old_closed_status_id', 310 310 'callback_method' => 'callback_topic_status' 311 311 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/Drupal7.php
-
Property
svn:eol-style
set to
native
r5349 r5426 245 245 'join_expression' => 'ON node.nid = forum_index.nid', 246 246 'to_type' => 'topic', 247 'to_fieldname' => ' post_status',247 'to_fieldname' => '_bbp_old_closed_status_id', 248 248 'callback_method' => 'callback_topic_status' 249 249 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/Example.php
r5418 r5426 248 248 'from_fieldname' => 'the_topic_status', 249 249 'to_type' => 'topic', 250 'to_fieldname' => ' post_status',250 'to_fieldname' => '_bbp_old_closed_status_id', 251 251 'callback_method' => 'callback_topic_status' 252 252 ); -
trunk/src/includes/admin/converters/FluxBB.php
-
Property
svn:eol-style
set to
native
r5349 r5426 274 274 'from_fieldname' => 'closed', 275 275 'to_type' => 'topic', 276 'to_fieldname' => ' post_status',276 'to_fieldname' => '_bbp_old_closed_status_id', 277 277 'callback_method' => 'callback_topic_status' 278 278 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/Kunena1.php
-
Property
svn:eol-style
set to
native
r5349 r5426 265 265 'from_fieldname' => 'locked', 266 266 'to_type' => 'topic', 267 'to_fieldname' => ' post_status',267 'to_fieldname' => '_bbp_old_closed_status_id', 268 268 'callback_method' => 'callback_topic_status' 269 269 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/Kunena2.php
-
Property
svn:eol-style
set to
native
r5349 r5426 284 284 'from_fieldname' => 'locked', 285 285 'to_type' => 'topic', 286 'to_fieldname' => ' post_status',286 'to_fieldname' => '_bbp_old_closed_status_id', 287 287 'callback_method' => 'callback_topic_status' 288 288 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/Kunena3.php
-
Property
svn:eol-style
set to
native
r5349 r5426 283 283 'from_fieldname' => 'locked', 284 284 'to_type' => 'topic', 285 'to_fieldname' => ' post_status',285 'to_fieldname' => '_bbp_old_closed_status_id', 286 286 'callback_method' => 'callback_topic_status' 287 287 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/Mingle.php
r5349 r5426 209 209 'from_fieldname' => 'closed', 210 210 'to_type' => 'topic', 211 'to_fieldname' => ' post_status',211 'to_fieldname' => '_bbp_old_closed_status_id', 212 212 'callback_method' => 'callback_topic_status' 213 213 ); -
trunk/src/includes/admin/converters/MyBB.php
-
Property
svn:eol-style
set to
native
r5349 r5426 261 261 'from_fieldname' => 'closed', 262 262 'to_type' => 'topic', 263 'to_fieldname' => ' post_status',263 'to_fieldname' => '_bbp_old_closed_status_id', 264 264 'callback_method' => 'callback_topic_status' 265 265 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/PHPFox3.php
-
Property
svn:eol-style
set to
native
r5349 r5426 239 239 'from_fieldname' => 'is_closed', 240 240 'to_type' => 'topic', 241 'to_fieldname' => ' post_status',241 'to_fieldname' => '_bbp_old_closed_status_id', 242 242 'callback_method' => 'callback_topic_status' 243 243 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/PHPWind.php
-
Property
svn:eol-style
set to
native
r5349 r5426 290 290 'from_fieldname' => 'tpcstatus', 291 291 'to_type' => 'topic', 292 'to_fieldname' => ' post_status',292 'to_fieldname' => '_bbp_old_closed_status_id', 293 293 'callback_method' => 'callback_topic_status' 294 294 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/Phorum.php
-
Property
svn:eol-style
set to
native
r5349 r5426 255 255 'from_fieldname' => 'closed', 256 256 'to_type' => 'topic', 257 'to_fieldname' => ' post_status',257 'to_fieldname' => '_bbp_old_closed_status_id', 258 258 'callback_method' => 'callback_topic_status' 259 259 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/PunBB.php
-
Property
svn:eol-style
set to
native
r5349 r5426 228 228 'from_fieldname' => 'closed', 229 229 'to_type' => 'topic', 230 'to_fieldname' => ' post_status',230 'to_fieldname' => '_bbp_old_closed_status_id', 231 231 'callback_method' => 'callback_topic_status' 232 232 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/SMF.php
-
Property
svn:eol-style
set to
native
r5349 r5426 237 237 'from_fieldname' => 'locked', 238 238 'to_type' => 'topic', 239 'to_fieldname' => ' post_status',239 'to_fieldname' => '_bbp_old_closed_status_id', 240 240 'callback_method' => 'callback_topic_status' 241 241 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/SimplePress5.php
r5349 r5426 211 211 'from_fieldname' => 'topic_status', 212 212 'to_type' => 'topic', 213 'to_fieldname' => ' post_status',213 'to_fieldname' => '_bbp_old_closed_status_id', 214 214 'callback_method' => 'callback_status' 215 215 ); -
trunk/src/includes/admin/converters/Vanilla.php
r5349 r5426 213 213 'from_fieldname' => 'closed', 214 214 'to_type' => 'topic', 215 'to_fieldname' => ' post_status',215 'to_fieldname' => '_bbp_old_closed_status_id', 216 216 'callback_method' => 'callback_topic_status' 217 217 ); -
trunk/src/includes/admin/converters/XMB.php
-
Property
svn:eol-style
set to
native
r5349 r5426 245 245 'from_fieldname' => 'closed', 246 246 'to_type' => 'topic', 247 'to_fieldname' => ' post_status',247 'to_fieldname' => '_bbp_old_closed_status_id', 248 248 'callback_method' => 'callback_topic_status' 249 249 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/XenForo.php
-
Property
svn:eol-style
set to
native
r5349 r5426 250 250 'from_fieldname' => 'discussion_open', 251 251 'to_type' => 'topic', 252 'to_fieldname' => ' post_status',252 'to_fieldname' => '_bbp_old_closed_status_id', 253 253 'callback_method' => 'callback_topic_status' 254 254 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/e107v1.php
-
Property
svn:eol-style
set to
native
r5352 r5426 218 218 'from_fieldname' => 'thread_active', 219 219 'to_type' => 'topic', 220 'to_fieldname' => ' post_status',220 'to_fieldname' => '_bbp_old_closed_status_id', 221 221 'callback_method' => 'callback_topic_status' 222 222 ); -
Property
svn:eol-style
set to
-
trunk/src/includes/admin/converters/phpBB.php
r5349 r5426 240 240 'from_fieldname' => 'topic_status', 241 241 'to_type' => 'topic', 242 'to_fieldname' => ' post_status',242 'to_fieldname' => '_bbp_old_closed_status_id', 243 243 'callback_method' => 'callback_topic_status' 244 244 ); -
trunk/src/includes/admin/converters/vBulletin.php
r5350 r5426 241 241 'from_fieldname' => 'open', 242 242 'to_type' => 'topic', 243 'to_fieldname' => ' post_status',243 'to_fieldname' => '_bbp_old_closed_status_id', 244 244 'callback_method' => 'callback_topic_status' 245 245 ); -
trunk/src/includes/admin/converters/vBulletin3.php
-
Property
svn:eol-style
set to
native
r5349 r5426 241 241 'from_fieldname' => 'open', 242 242 'to_type' => 'topic', 243 'to_fieldname' => ' post_status',243 'to_fieldname' => '_bbp_old_closed_status_id', 244 244 'callback_method' => 'callback_topic_status' 245 245 ); -
Property
svn:eol-style
set to
Note: See TracChangeset
for help on using the changeset viewer.