<?xml version="1.0" encoding="utf-8"?>
<!--RSS generated by Flaimo.com RSS Builder [2013-05-25 04:58:53]-->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"><channel><docs>http://dev.simplemachines.org/mantis/</docs><link>http://dev.simplemachines.org/mantis/</link><description><![CDATA[MantisBT - Issues]]></description><title>MantisBT - Issues</title><image><title>MantisBT - Issues</title><url>http://dev.simplemachines.org/mantis/images/mantis_logo_button.gif</url><link>http://dev.simplemachines.org/mantis/</link><description><![CDATA[MantisBT - Issues]]></description></image><language>en</language><category>All Projects</category><ttl>10</ttl><dc:language>en</dc:language><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title>0004990: Backgrounds for BBC buttons not showing when theme's name contains a space</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=4990</link><description><![CDATA[When creating/editing a topic where there's a space in the name of the theme, you will get some Javascript errors saying that bbc_bg.gif could not be created.&lt;br /&gt;
&lt;br /&gt;
In the GenericControls.template.php, this one will fail (#218):&lt;br /&gt;
sButtonBackgroundImage: ', JavaScriptEscape($settings['images_url'] . '/bbc/bbc_bg.gif'), ']]></description><category>Javascript</category><pubDate>Tue, 02 Apr 2013 13:50:06 -0400</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=4990</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=4990#bugnotes</comments></item><item><title>0005023: html bbc is not prevented by nobbc</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5023</link><description><![CDATA[If you use the nobbc tag, it should stop any BBC tag from being executed.&lt;br /&gt;
However, the html tag is still executed.]]></description><category>General</category><pubDate>Sun, 10 Mar 2013 16:26:18 -0400</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5023</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5023#bugnotes</comments></item><item><title>0003936: [WYSIWYG] Status of BBC buttons does not update until you begin typing</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=3936</link><description><![CDATA[&lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=345188.0&quot;&gt;http://www.simplemachines.org/community/index.php?topic=345188.0&lt;/a&gt; [&lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=345188.0&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
&quot;When using the editor, the bbc icon should stay in a state of being pressed until you press it again. For example lets say you press bold (while in the WYSWIYG editor,) the BBC hover image won't show until you start typing. This has been something that annoyed me for quite some time.&quot;]]></description><category>Javascript</category><pubDate>Sat, 16 Feb 2013 14:37:46 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=3936</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=3936#bugnotes</comments></item><item><title>0005022: Upload for stars</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5022</link><description><![CDATA[action=admin;area=membergroups;sa=edit;group=1&lt;br /&gt;
&lt;br /&gt;
There should be an upload system for new stars.]]></description><category>Admin Panel</category><pubDate>Fri, 01 Feb 2013 12:42:48 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5022</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5022#bugnotes</comments></item><item><title>0005019: Counterproductive code in MessageIndex.php and Subs-Boards.php</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5019</link><description><![CDATA[The problem is the option to display avatars on the board index and message index. The option itself is fine. The way it's currently coded aint.&lt;br /&gt;
&lt;br /&gt;
Generally, themers are going to want avatars in those areas to be significantly smaller than avatars next to posts. Somewhere around 40% would be about right. This means they'll need to write custom css anyway, to resize the avatars in those areas. That in turn means that the last thing they'll want to deal with is having inline dimensions forced via Sources. Trust me on this. The following code should be removed from Subs-Boards.php and MessageIndex.php:&lt;br /&gt;
&lt;br /&gt;
		if (!empty($settings['avatars_on_indexes']))&lt;br /&gt;
		{&lt;br /&gt;
			// Allow themers to show the latest poster's avatar along with the board&lt;br /&gt;
			if(!empty($row_board['avatar']))&lt;br /&gt;
			{&lt;br /&gt;
				if ($modSettings['avatar_action_too_large'] == 'option_html_resize' || $modSettings['avatar_action_too_large'] == 'option_js_resize')&lt;br /&gt;
				{&lt;br /&gt;
					$avatar_width = !empty($modSettings['avatar_max_width_external']) ? ' width=&quot;' . $modSettings['avatar_max_width_external'] . '&quot;' : '';&lt;br /&gt;
					$avatar_height = !empty($modSettings['avatar_max_height_external']) ? ' height=&quot;' . $modSettings['avatar_max_height_external'] . '&quot;' : '';&lt;br /&gt;
				}&lt;br /&gt;
				else&lt;br /&gt;
				{&lt;br /&gt;
					$avatar_width = '';&lt;br /&gt;
					$avatar_height = '';&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}]]></description><category>Default Theme</category><pubDate>Fri, 01 Feb 2013 12:27:40 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5019</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5019#bugnotes</comments></item><item><title>0005009: Critical Paid Subscriptions issue coming soon for paypal subscriptions</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5009</link><description><![CDATA[Paypal is doing an update on Feb 1, 2013 which affects how SMF handles paypal subscriptions.&lt;br /&gt;
Link: &lt;a href=&quot;https://www.x.com/content/bulletin-ipn-and-pdt-scripts-and-http-1-1&quot;&gt;https://www.x.com/content/bulletin-ipn-and-pdt-scripts-and-http-1-1&lt;/a&gt; [&lt;a href=&quot;https://www.x.com/content/bulletin-ipn-and-pdt-scripts-and-http-1-1&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.x.com/content/bulletin-ipn-and-pdt-scripts-and-http-1-1&quot;&gt;https://www.x.com/content/bulletin-ipn-and-pdt-scripts-and-http-1-1&lt;/a&gt; [&lt;a href=&quot;https://www.x.com/content/bulletin-ipn-and-pdt-scripts-and-http-1-1&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
A fix must be rolled out before that time the sooner the better&lt;br /&gt;
My example fix&lt;br /&gt;
&lt;br /&gt;
$header = 'POST /cgi-bin/webscr HTTP/1.1' . &quot;\r\n&quot;;&lt;br /&gt;
$header .= 'Content-Type: application/x-www-form-urlencoded' . &quot;\r\n&quot;;&lt;br /&gt;
$header .=&quot;Host: www.&quot; . (!empty($modSettings['paidsubs_test']) ? 'sandbox.' : '') . &quot;paypal.com\r\n&quot;;&lt;br /&gt;
$header .= &quot;Content-Length: &quot; . strlen($requestString) . &quot;\r\n&quot;;&lt;br /&gt;
$header .=&quot;Connection: close\r\n\r\n&quot;;]]></description><category>General</category><pubDate>Tue, 15 Jan 2013 02:43:48 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5009</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5009#bugnotes</comments></item><item><title>0004931: unserialze don't work correct with multibyte utf8 strings</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=4931</link><description><![CDATA[See also topic &lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=464060.0&quot;&gt;http://www.simplemachines.org/community/index.php?topic=464060.0&lt;/a&gt; [&lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=464060.0&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
To solve that, add a function mb_unserialize($data) in (as example) Subs.php;&lt;br /&gt;
&lt;br /&gt;
function mb_unserialize($data)&lt;br /&gt;
{&lt;br /&gt;
	return unserialize(preg_replace('/s:(\d+):&quot;([^&quot;]*)&quot;;/se', &quot;'s:'. strlen('\\2') .':\&quot;\\2\&quot;;'&quot;, $data));&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
replace all unserialze to mb_unserialize]]></description><category>General</category><pubDate>Sat, 12 Jan 2013 14:23:00 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=4931</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=4931#bugnotes</comments></item><item><title>0005017: loadMemberContext() loads data indiscriminately</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5017</link><description><![CDATA[If you use loadMemberData  with the &quot;minimal&quot; parameter then you will have lots of undefined errors because loadMemberContext() doesn't check if the data was loaded by loadMemberData, it just assumes it is.&lt;br /&gt;
&lt;br /&gt;
The errors will only appear if you call loadMemberData before SMF do it itself.]]></description><category>Query</category><pubDate>Thu, 13 Dec 2012 12:18:59 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5017</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5017#bugnotes</comments></item><item><title>0004998: POST/PREVIEW reversed</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=4998</link><description><![CDATA[The POST and PREVIEW buttons are reversed in order from how SMF 2.0 has them. Which, while this means POST is aligned closest to the edge of the text box, the tabindex still selects POST first, which is not what the brain expects to happen (in Western cultures, we're trained to think and see from left to right).]]></description><category>Posts</category><pubDate>Thu, 13 Dec 2012 12:17:24 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=4998</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=4998#bugnotes</comments></item><item><title>0005012: Deprecated CSS for old menu toggle</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5012</link><description><![CDATA[We can ditch this lot.&lt;br /&gt;
&lt;br /&gt;
/* To allow absoluting teh toggle innit. */&lt;br /&gt;
div#admin_menu {&lt;br /&gt;
	position: relative;&lt;br /&gt;
	padding-right: 50px;&lt;br /&gt;
}&lt;br /&gt;
/* The dropdown menu toggle image */&lt;br /&gt;
#menu_toggle {&lt;br /&gt;
	position: absolute;&lt;br /&gt;
	z-index: 5;&lt;br /&gt;
	right: 2px;&lt;br /&gt;
	padding: 5px 9px 2px 9px;&lt;br /&gt;
	background: #e3e9ef url(../images/theme/lower_section.png) 0 100% repeat-x;&lt;br /&gt;
	border: 1px solid #bbb;&lt;br /&gt;
	border-bottom: 1px solid #aaa;&lt;br /&gt;
	border-radius: 4px;&lt;br /&gt;
}&lt;br /&gt;
.adm_section h4 img {&lt;br /&gt;
	float: right;&lt;br /&gt;
	margin: 0 1px;&lt;br /&gt;
	padding: 3px 3px 0 3px;&lt;br /&gt;
	border: 1px solid #ccc;&lt;br /&gt;
	border-radius: 4px;&lt;br /&gt;
	background: #e3e9ef;&lt;br /&gt;
}&lt;br /&gt;
#menu_toggle:hover, .adm_section h4 img:hover {&lt;br /&gt;
	background: #fff url(../images/theme/lower_section.png) 0 30% repeat-x;&lt;br /&gt;
}]]></description><category>Default Theme</category><pubDate>Wed, 12 Dec 2012 00:36:02 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5012</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5012#bugnotes</comments></item><item><title>0005001: Login error with non-ascii charaters</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5001</link><description><![CDATA[In SMF usernames are not case sensitive when login. But if you give wrong size letter in username with non-ascii characters when login, smf gives password error in first attempt to try login. Second time works.]]></description><category>General</category><pubDate>Wed, 05 Dec 2012 15:16:04 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5001</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5001#bugnotes</comments></item><item><title>0004992: $pollinfo not defined in ssi_ShowPoll</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=4992</link><description><![CDATA[In SSI.php&lt;br /&gt;
$pollinfo not defined in ssi_ShowPoll function in two spots code below should be $row instead of $pollinfo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
		'image' =&gt; empty($pollinfo['voting_locked']) ? 'poll' : 'locked_poll',&lt;br /&gt;
		'question' =&gt; $row['question'],&lt;br /&gt;
		'total_votes' =&gt; $total,&lt;br /&gt;
		'is_locked' =&gt; !empty($pollinfo['voting_locked']),]]></description><category>General</category><pubDate>Sat, 01 Dec 2012 14:39:10 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=4992</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=4992#bugnotes</comments></item><item><title>0004897: Url/Iurl/automatically link urls for posts and topics applies to sigatures as well.</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=4897</link><description><![CDATA[if you disable url/iurl bbc tag and/or automatically link posted url for posts/topics it also applies to signatures if you have url/iurl enabled, so sigs can not have valid links if topics/posts do not allow url/iurl]]></description><category>General</category><pubDate>Fri, 23 Nov 2012 20:18:09 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=4897</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=4897#bugnotes</comments></item><item><title>0004981: handling MS Smart Quotes</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=4981</link><description><![CDATA[As reported by MrPhil: &lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=475099&quot;&gt;http://www.simplemachines.org/community/index.php?topic=475099&lt;/a&gt; [&lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=475099&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
The support boards for all versions of SMF are clogged with reports of certain characters cutting off the rest of a post, or otherwise apparently causing mischief. The root cause of these problems is that people cut and paste text from Microsoft products (especially Word) that contain MS's &quot;Smart Quotes&quot;, which are found only in CP-1252 encoding. My proposal is that all incoming text (from TEXT, TEXTAREA, and possibly other input fields) be scanned for Smart Quotes characters (binary), and any found should be replaced by HTML entities. str_replace() might do the job.&lt;br /&gt;
&lt;br /&gt;
Read the topic. It has very nicely formatted description and a lot more text.]]></description><category>Posts</category><pubDate>Fri, 23 Nov 2012 20:17:55 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=4981</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=4981#bugnotes</comments></item><item><title>0004758: Ical feature needs some work</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=4758</link><description><![CDATA[as found in &lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=437891&quot;&gt;http://www.simplemachines.org/community/index.php?topic=437891&lt;/a&gt; [&lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=437891&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] Ical has been a somewhat hidden feature, and in 2.0 has no way though the user interface to find the link required to use the feature. this should be resolved sometime in the future to aid users.]]></description><category>Calendar</category><pubDate>Fri, 23 Nov 2012 20:17:42 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=4758</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=4758#bugnotes</comments></item><item><title>0005024: webinstall issue (always been there)</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5024</link><description><![CDATA[&lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=491031.msg3441240#msg3441240&quot;&gt;http://www.simplemachines.org/community/index.php?topic=491031.msg3441240#msg3441240&lt;/a&gt; [&lt;a href=&quot;http://www.simplemachines.org/community/index.php?topic=491031.msg3441240#msg3441240&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
&quot;OK - jag lägger ner projektet SMF.&lt;br /&gt;
&lt;br /&gt;
Satte upp phpBB3 på fem minuter i stället.&quot;&lt;br /&gt;
&lt;br /&gt;
Translated:&lt;br /&gt;
&quot;I'll skip the SMF project, sat up phpBB in 5 minutes instead&quot;&lt;br /&gt;
&lt;br /&gt;
Yep, the webinstaller has always been broken. The issue is that the installer doesn't catch the right ftp path. In this guys situation, the forum was on mysite.com/forum and the webinstaller suggested the path /forum.&lt;br /&gt;
&lt;br /&gt;
However, FTP access is very often (always for me on all hosts I have tried) going a step or two further out in the servers path.&lt;br /&gt;
&lt;br /&gt;
Say you have a hosting here:&lt;br /&gt;
/home/www/public_html/mysite.com&lt;br /&gt;
&lt;br /&gt;
The FTP client will show from (probably) /www/ :&lt;br /&gt;
public_html/mysite.com&lt;br /&gt;
&lt;br /&gt;
So in that case, the path needs to be:&lt;br /&gt;
public_html/mysite.com/forum&lt;br /&gt;
&lt;br /&gt;
The webinstaller needs to be an easy tool to use or there are no reasons to use it. If it can't detect the right path, people will not be able to use it!&lt;br /&gt;
&lt;br /&gt;
I have also *never* on any server/VPS/free hosting/paid hosting been able to use localhost as FTP address and I have tried quite a few!&lt;br /&gt;
That text is unnessescary and confusing for people who don't know! &quot;localhost&quot; is suggested in the full installers as well. Remove it!]]></description><category>General</category><pubDate>Tue, 20 Nov 2012 14:13:18 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5024</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5024#bugnotes</comments></item><item><title>0005021: Unapproved Guest Post</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5021</link><description><![CDATA[Unapproved Guest Posts have a top margin issue...if it was as simple as just fixing the top margin, I'd take care of it.&lt;br /&gt;
&lt;br /&gt;
But I have a feeling there's something wrong with the unapprove_bg or whatever.]]></description><category>Posts</category><pubDate>Tue, 06 Nov 2012 03:35:36 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5021</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5021#bugnotes</comments></item><item><title>0005003: Big code area</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5003</link><description><![CDATA[Code block seems a very big even if it contains only one string.&lt;br /&gt;
&lt;br /&gt;
Solution: remove &quot;height: 10em;&quot; out from .bbc_code (index.css)]]></description><category>Default Theme</category><pubDate>Tue, 06 Nov 2012 03:33:19 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5003</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5003#bugnotes</comments></item><item><title>0005010: Message link in Display.template.php (you already had the fix)</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5010</link><description><![CDATA[Hey Ema, you gave me a fix for this one on my test site back at the end of July, but you never put it in the Github repo. :D&lt;br /&gt;
&lt;br /&gt;
Problem is that the message links don't actually link to the right message if you copy/paste or click them. Fix is this:&lt;br /&gt;
&lt;br /&gt;
Find:&lt;br /&gt;
&lt;br /&gt;
		// Show the message anchor and a &quot;new&quot; anchor if this message is new.&lt;br /&gt;
		if ($message['id'] != $context['first_message'])&lt;br /&gt;
			echo '&lt;br /&gt;
				&lt;a id=&quot;msg', $message['id'], '&quot;&gt;&lt;/a&gt;', $message['first_new'] ? '&lt;a id=&quot;new&quot;&gt;&lt;/a&gt;' : '';&lt;br /&gt;
&lt;br /&gt;
		echo '&lt;br /&gt;
				&lt;div class=&quot;', $message['approved'] ? ($message['alternate'] == 0 ? 'windowbg' : 'windowbg2') : 'approvebg', '&quot;&gt;&lt;br /&gt;
					&lt;div class=&quot;post_wrapper&quot;&gt;';&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Replace:&lt;br /&gt;
&lt;br /&gt;
	echo '&lt;br /&gt;
&lt;div class=&quot;', $message['approved'] ? ($message['alternate'] == 0 ? 'windowbg' : 'windowbg2') : 'approvebg', '&quot;&gt;', $message['id'] != $context['first_message'] ? '&lt;br /&gt;
&lt;a id=&quot;msg' . $message['id'] . '&quot;&gt;&lt;/a&gt;' . ($message['first_new'] ? '&lt;a id=&quot;new&quot;&gt;&lt;/a&gt;' : '') : '', '&lt;br /&gt;
&lt;div class=&quot;post_wrapper&quot;&gt;';&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Have attached a short php file just in case Mantis borks the code (as it loves to do).]]></description><category>Template</category><pubDate>Mon, 05 Nov 2012 09:06:56 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5010</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5010#bugnotes</comments></item><item><title>0005016: Keyboard navigation appears to be broken on message index page</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5016</link><description><![CDATA[Ran across this one today. For some odd reason the problem only seems to be occurring on the message index. Other pages seem to be fine.&lt;br /&gt;
&lt;br /&gt;
It's javascript-related, because disabling js fixes the problem. It's probably not related to any of our global js, because it only occurs on message index. There are no js errors showing on that page according to FF Web Dev.]]></description><category>Default Theme</category><pubDate>Mon, 05 Nov 2012 09:01:37 -0500</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5016</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5016#bugnotes</comments></item><item><title>0005018: Webkit.css is deprecated and should be deleted from the repo.</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5018</link><description><![CDATA[What the title says. Just noting it here so it doesn't get forgotten. :)]]></description><category>Default Theme</category><pubDate>Thu, 01 Nov 2012 17:08:46 -0400</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5018</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5018#bugnotes</comments></item><item><title>0004493: No describtion on subboards to redirects</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=4493</link><description><![CDATA[When you create a sub board that redirects to another site, the describtion is nowhere to be seen.]]></description><category>General</category><pubDate>Thu, 01 Nov 2012 16:53:24 -0400</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=4493</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=4493#bugnotes</comments></item><item><title>0005004: "who is viewing" option doesn't work in topics</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5004</link><description><![CDATA[When &quot;Show who is viewing the board index and posts&quot; option is enabled, it doesn't work in topics.&lt;br /&gt;
&lt;br /&gt;
$settings['display_who_viewing'] is not exist in Display.tempalte.php, why?]]></description><category>Default Theme</category><pubDate>Thu, 01 Nov 2012 16:47:36 -0400</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5004</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5004#bugnotes</comments></item><item><title>0004754: version check for theme install</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=4754</link><description><![CDATA[Themes have a version number in their theme_info.xml but there is no version check that the theme will work with the version of the forum they are trying to install on. without this check many people attempt to install themes that are not for their version of smf, and therefore have issues reverting back as the menu among other things does not work correctly.]]></description><category>General</category><pubDate>Thu, 01 Nov 2012 11:41:52 -0400</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=4754</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=4754#bugnotes</comments></item><item><title>0005008: Impossible to report spammers without posts</title><author></author><link>http://dev.simplemachines.org/mantis/view.php?id=5008</link><description><![CDATA[If you, as regular member, comes across a potentional spammer, visiting his profile (if he has spam links in his signature), you can't report him as being spammer.]]></description><category>User Profile</category><pubDate>Mon, 22 Oct 2012 18:56:23 -0400</pubDate><guid>http://dev.simplemachines.org/mantis/view.php?id=5008</guid><comments>http://dev.simplemachines.org/mantis/view.php?id=5008#bugnotes</comments></item></channel></rss>
