Changeset 435117
- Timestamp:
- 09/08/2011 10:13:17 AM (14 years ago)
- Location:
- forumconverter
- Files:
-
- 18 added
- 2 edited
-
tags/1.09 (added)
-
tags/1.09/Forum.php (added)
-
tags/1.09/ForumConverter.php (added)
-
tags/1.09/PhpbbAuth.php (added)
-
tags/1.09/PhpbbToBbpress.php (added)
-
tags/1.09/PhpbbToBpforums.php (added)
-
tags/1.09/fc-auth.php (added)
-
tags/1.09/fc-forum-password.php (added)
-
tags/1.09/fc-main.php (added)
-
tags/1.09/fc-options.php (added)
-
tags/1.09/fc-sig-main.php (added)
-
tags/1.09/fc-sig-req.php (added)
-
tags/1.09/fc-sig-update.php (added)
-
tags/1.09/license.txt (added)
-
tags/1.09/readme.txt (added)
-
tags/1.09/screenshot-1.png (added)
-
tags/1.09/wp-db-ex.php (added)
-
tags/1.09/wp-pass-ex.php (added)
-
trunk/fc-sig-main.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
forumconverter/trunk/fc-sig-main.php
r434956 r435117 130 130 success: function( data ) { 131 131 data = jQuery.parseJSON(data); 132 if ( data.signature.trim().length > 0)132 if (jQuery.trim(data.signature).length > 0) 133 133 jQuery("tr#post-"+data.pid+" > td.bbp-reply-content").append('<hr/><p class="signature">'+data.signature+'</p>'); 134 134 } -
forumconverter/trunk/readme.txt
r434956 r435117 5 5 Requires at least: 3.2.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1.0 87 Stable tag: 1.09 8 8 9 9 Migrates a phpBB forum into a bbPress forum. … … 124 124 125 125 == Upgrade Notice == 126 = 1.09 = 127 None 128 126 129 = 1.08 = 127 130 None … … 152 155 153 156 == Changelog == 157 = 1.09 = 158 * Bugfix: Fix displaying of signatures under ie8 159 154 160 = 1.08 = 155 161 * Created the "Orphaned Topics" forum to store orphaned topics
Note: See TracChangeset
for help on using the changeset viewer.