Changeset 435649
- Timestamp:
- 09/09/2011 11:35:35 AM (14 years ago)
- Location:
- forumconverter
- Files:
-
- 18 added
- 2 edited
-
tags/1.10 (added)
-
tags/1.10/Forum.php (added)
-
tags/1.10/ForumConverter.php (added)
-
tags/1.10/PhpbbAuth.php (added)
-
tags/1.10/PhpbbToBbpress.php (added)
-
tags/1.10/PhpbbToBpforums.php (added)
-
tags/1.10/fc-auth.php (added)
-
tags/1.10/fc-forum-password.php (added)
-
tags/1.10/fc-main.php (added)
-
tags/1.10/fc-options.php (added)
-
tags/1.10/fc-sig-main.php (added)
-
tags/1.10/fc-sig-req.php (added)
-
tags/1.10/fc-sig-update.php (added)
-
tags/1.10/license.txt (added)
-
tags/1.10/readme.txt (added)
-
tags/1.10/screenshot-1.png (added)
-
tags/1.10/wp-db-ex.php (added)
-
tags/1.10/wp-pass-ex.php (added)
-
trunk/PhpbbToBbpress.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
forumconverter/trunk/PhpbbToBbpress.php
r434956 r435649 827 827 //try to maintain the original filename name without any extra fancy script 828 828 //copy attachment to wordpress uploads folder 829 $filename = $attachment->real_filename; 829 830 $ofilename = $filename; 830 831 if (file_exists($dir['basedir'].DIRECTORY_SEPARATOR.'bbpress'.DIRECTORY_SEPARATOR.$insertId.DIRECTORY_SEPARATOR.$filename)) -
forumconverter/trunk/readme.txt
r435117 r435649 5 5 Requires at least: 3.2.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1. 097 Stable tag: 1.10 8 8 9 9 Migrates a phpBB forum into a bbPress forum. 10 10 11 11 == Description == 12 13 *This plugin is under heavy development. Please do not use it in production unless your willing to accept difficulty of 14 upgrading or correctness of the conversion.* 12 15 13 16 ForumConverter migrates post, topics, and users from one forum to a WordPress compatible forum. Currently, … … 124 127 125 128 == Upgrade Notice == 129 = 1.10 = 130 Run conversion again to fix post attachments. 131 126 132 = 1.09 = 127 133 None … … 155 161 156 162 == Changelog == 163 = 1.10 = 164 * Bugfix: Fix incorrect url generated for attachments that are not inline. 165 157 166 = 1.09 = 158 167 * Bugfix: Fix displaying of signatures under ie8
Note: See TracChangeset
for help on using the changeset viewer.