<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bunnykins' Blog &#187; Scripts</title>
	<atom:link href="http://bunnykinsblog.com/topic/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://bunnykinsblog.com</link>
	<description>My Anime, Manga, Linux and random thoughts blog.</description>
	<lastBuildDate>Sat, 23 Oct 2010 19:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ocPortal 4.3 RC1 released!</title>
		<link>http://bunnykinsblog.com/ocportal-4-3-rc1-released/</link>
		<comments>http://bunnykinsblog.com/ocportal-4-3-rc1-released/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 22:39:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1972</guid>
		<description><![CDATA[Version 4.3 RC1 has now been released. This version is a feature release that introduces a number of bug fixes since the last release and some performance improvements and features. Upgrading is not immediately recommended for live sites due to a number of very complex core changes required for the performance improvements; these may have [...]]]></description>
			<content:encoded><![CDATA[<p>Version 4.3 RC1 has now been released. This version is a feature release that introduces a number of bug fixes since the last release and some performance improvements and features. Upgrading is not immediately recommended for live sites due to a number of very complex core changes required for the performance improvements; these may have created some stability/compatibility issues (although it appears stable after testing so far).</p>
<p>To upgrade follow the steps in your website&#8217;s   	<span style="font-family: monospace; font-size: 1.2em;">http://mybaseurl/upgrader.php</span> script. You will need to copy the URL of the attached   	<span style="font-family: monospace; font-size: 1.2em;">TAR</span> file as one of these steps (&#8220;3: Upload an upgrade TAR for extraction&#8221;).<br />
Please <span>make sure you take a backup before uploading your new files!</span></p>
<p>» alternatively (<span>but not recommended</span>), you can manually upload the files inside the attached TAR file over existing files (<a title="(this link will open in a new window)" href="http://www.7-zip.org/" target="_blank">7-zip</a> is just one of many tools for tar files). This is not recommended because it will bypass the upgraders addon-aware extraction algorithm and potentially cause problems.</p>
<div>
<div style="height: auto; width: 100%;">
<h4>Important</h4>
<div>
<div>ocProducts cannot make any guarantees about the speed of which any new bugs might be patched, for this upgrade or any other upgrade. It is your own responsibility to make and test a full website backup (files and database) before you upgrade, for use in the unlikely event of you wanting to revert your upgrade. Some users may wish to test upgrades (and pre-fix any theme compatibility problems that could occur) on a staging site (a private mirror of their live site).<br />
If you don&#8217;t follow our advice by taking and testing a backup, and end up needing emergency repair help, ocProducts can help charged at our hourly rate.</div>
</div>
</div>
</div>
<p>For more details, see our <a title="(this link will open in a new window)" href="http://ocportal.com/docs/tut_upgrade.htm" target="_blank">upgrading tutorial</a>.</p>
<p>Performance improvements:</p>
<ul>
<li>CSS and Javascript files are now automatically minimised (compressed)</li>
<li>You can now set an option from config_editor.php to make bots receive cached versions of pages, so that bot activity is less likely to slow down your site</li>
<li>A new &#8220;self-learning&#8221; technology has been developed to reduce the number of language strings that need to be loaded for individual pages. ocPortal will automatically learn which pages use which strings, so it only needs to load those ones &#8220;next time around&#8221; (the technology is adaptive, so if the pool of strings is insufficient, it loads more, but learns)</li>
<li>Extra compression of some of the PNG files (most were already well compressed though)</li>
<li>Advanced users can configure ocPortal to spread theme images across a CDN(requires use of OcCLE and the Code Book, and a properly configured network of CDN servers)</li>
<li>Re-ordering of how CSS and Javascript files are loaded to optimise client-side performance; ocPortal will also merge some Javascript files that are served to staff for a common case where they tend to appear together anyway</li>
<li>A well configured ocPortal server can now get a &#8220;Green tick&#8221; on Google PageSpeed and an &#8220;A grade&#8221; on YSlow.</li>
<li>Memory usage has been improved a bit</li>
<li>The number of queries used has been improved a bit in certain areas</li>
<li>The number of queries in general is reduced, by automatic pre-fetching of translate-table content</li>
<li>Various small optimisations to improve server-side PHP performance have been made</li>
<li>Removed some unused CSS</li>
<li>The database connection/initialisation code is now &#8220;lazy&#8221; meaning that AJAX scripts that do not end up needing to use the database will not establish an unnecessary connection</li>
<li>New installs will now use the &#8216;HEAP&#8217; MySQL table type for the sessions table, minimising the need for queries that cause disk writes</li>
<li>Support for persistent caching on APC</li>
</ul>
<p>Usability improvements:</p>
<ul>
<li>The &#8216;validated&#8217; checkbox will now only show if the user has access to bypass validation in at least one selectable category</li>
<li>&#8220;Interest levels&#8221; are not shown within the administrative side of the newsletter system unless there is some variation of interest levels within the set of subscribers</li>
<li>Some improvements made to the bookmarks interface– better URL detection, auto-closing of popup</li>
<li>Fatal errors now have a much higher chance of resulting in a clean ocPortal error message, including with failed upgrades (e.g. if you left old cod overrides in place)</li>
<li>The upgrader&#8217;s &#8220;Alien file&#8221; finder will no longer show addon files as alien</li>
<li>Improved the tree-list form fields so that they show proper labels for the default item selection</li>
<li>Linked to Launchpad from the installer, so people can review translation progress whilst installing</li>
<li>If background AJAX requests need to happen, and the network goes down, ocPortal will inform the user succinctly (rather than repeating the same complex error message over and over)</li>
<li>Added form validation for forms on blocks and some miscellaneous screens</li>
<li>Stopped double clicking on buttons for forms on blocks and some miscellaneous screens</li>
<li>Improvements for developers, better AJAX API, cleaned up Javascript a bit, better integration API, better debug mode (the Code Book has been improved a lot recently also)</li>
<li>Made the field validation error messages more user friendly</li>
<li>Tailored message if you add a support ticket, rather than the stock &#8216;success&#8217; one</li>
<li>Clarified use of the &#8216;master password&#8217; and &#8216;FTP domain&#8217; fields during installation</li>
</ul>
<p>New features:</p>
<ul>
<li>The &#8220;What&#8217;s new&#8221; newsletter feature now allows you to easily re-order categories, change what categories are used, is better presented, and allows you to choose the reference date</li>
<li>Added a link to ocPortal&#8217;s bookmarks feature on the screen-actions block (commented out by default though)</li>
<li>Added Guest forum searching to OCF</li>
</ul>
<p>Dropped features:</p>
<ul>
<li>Removed the zone menu from the guest OCF bar (legacy navigation from ocPortal 3)</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>After the first template edit, the &#8220;Edit this&#8221; icon is broken</li>
<li>Fix to Comcode-tag-less &#8216;semihtml&#8217; Comcode that contains symbols turning to &#8216;html&#8217; Comcode and not working, after any edit</li>
<li>Fixed filedump uploading</li>
<li>Fix to Javascript sound API</li>
<li>Fixes to OCF &#8220;posts since last visit&#8221; feature&#8217;s tracking, and changed the order used for the posts</li>
<li>Fixes to table column widths</li>
<li>Fix to HTTP authentication bug for those with HTTP authentication off in ocPortal, but active on the server</li>
<li>Fix to &#8220;open in new window&#8221; on dropdown and zone menus</li>
<li>Some improvements to the Tempcode compiler and engine, to allow it to better handle complex Tempcode customisation cases (when pre-processable symbols interact with template parameters)</li>
<li>Fix to the &#8220;keep_markers&#8221; feature</li>
<li>Fix to missing language strings in the Comcode editor</li>
<li>Various fixes to search result ordering</li>
<li>Rewrite of the Comcode &#8216;url&#8217; tag processing to fix various issues</li>
<li>Stopped the download of unnecessary data when adding remote downloads (downloading first 2MB of files that are not search indexable anyway)</li>
<li>When iframes are disabled (hidden option), the shoutbox will no longer malfunction</li>
<li>Fix to links in video search results</li>
<li>Fix to error message shown when entering chat rooms</li>
<li>Fix to bug when you double change a permission in the Permission Tree Editor, and it doesn&#8217;t change back</li>
<li>Fix to links in gallery search results</li>
<li>Fixed unnecessary inclusion of virtual root URL parameters in some links</li>
<li>Fixes to how Comcode pages are given Comcode administrative permissions</li>
<li>Fix when doing blank advanced catalogue searches</li>
<li>Fixed XHTML validation error on query display screen</li>
<li>Fix to tag feature on topicview screens</li>
<li>Fix to URL generation on IPN-generated error e-mails</li>
<li>Fix to the content tree feature when short-URLs are on</li>
<li>Fix to IE6 issue when using the date chooser component</li>
<li>Fix to OCF post-history button if the save page-request took more than a second</li>
<li>Improved database compatibility</li>
<li>Fixed display of times on the query view screen</li>
<li>Fix MySQL strict-mode error on adding new support ticket types</li>
<li>Fix to issue with setting member profile language on MSN&#8217;s where not all sites had all languages</li>
<li>Fix to .po (Launchpad file) support</li>
<li>Fix to Admin Zone front page if RSS is uninstalled</li>
<li>Stopped RSS uninstallation breaking the weather block</li>
<li>Fixed error in Facebook API support</li>
<li>Fixed error in theme image setting screen if GD not installed</li>
<li>Fixed assumption about English when installing the panel_top redirect</li>
<li>Fixed some bugs choosing languages in the language admin module</li>
<li>Fixed bug editing catalogues</li>
<li>Fixed some bugs when running on OCF MSN&#8217;s with different table prefixes</li>
<li>Fixed XML Sitemap error if polls have been added</li>
<li>Fix to how addon directory on ocportal.com is probed</li>
<li>Fixed problem on Atom feeds with no &#8216;rel&#8217; attribute set for &lt;link&gt; tags</li>
<li>Fixed error in utf-8 support with the mbstring PHP extension</li>
<li>Re-enabled multi-lang installation (installing default content against all installed languages)</li>
<li>Fixed problem with user language detection (read browser language even when this was disabled in ocPortal)</li>
<li>Fixed some type-strictness errors, and some PHP-doc comment errors</li>
<li>Fix to error messages from &#8216;html_entity_decode&#8217; if webmasters set weird character sets</li>
<li>Other very minor fixes</li>
</ul>
<p><a name="title__9294"></a></p>
<h2>Update: Important fixes</h2>
<p>The following files fix bugs found since 4.3 RC1 was released…</p>
<fieldset>
<legend>Attachment</legend>
<div>sources/ocf_groups.php<br />
<span>» <a title="Attachment #4134 (this link will open in a new window)" rel="enclosure" href="http://ocportal.com/data/attachment.php?id=4134&amp;keep_session=1632749088&amp;for_session=19cbd56d513e58098765e011ddbe22b5" target="_blank">Download: ocf_groups.php</a> (9 Kb, 9 downloads so far)</span></div>
</fieldset>
<fieldset>
<legend>Attachment</legend>
<div>sources/ocf_members.php<br />
<span>» <a title="Attachment #4135 (this link will open in a new window)" rel="enclosure" href="http://ocportal.com/data/attachment.php?id=4135&amp;keep_session=1632749088&amp;for_session=19cbd56d513e58098765e011ddbe22b5" target="_blank">Download: ocf_members.php</a> (13 Kb, 9 downloads so far)</span></div>
</fieldset>
<fieldset>
<legend>Attachment</legend>
<div>sources/urls.php<br />
<span>» <a title="Attachment #4136 (this link will open in a new window)" rel="enclosure" href="http://ocportal.com/data/attachment.php?id=4136&amp;keep_session=1632749088&amp;for_session=19cbd56d513e58098765e011ddbe22b5" target="_blank">Download: urls.php</a> (28 Kb, 9 downloads so far)</span></div>
</fieldset>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/ocportal-4-3-rc1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Machines announces the release of SMF 1.1.11</title>
		<link>http://bunnykinsblog.com/simple-machines-announces-the-release-of-smf-1-1-11/</link>
		<comments>http://bunnykinsblog.com/simple-machines-announces-the-release-of-smf-1-1-11/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:02:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1964</guid>
		<description><![CDATA[Simple Machines announces the release of SMF 1.1.11, addressing multiple vulnerabilities found in SMF 1.1.10. Also for those still using the SMF 1.0.x branch, an upgrade to 1.0.19 was released. We strongly recommend that all users upgrade as soon as possible. Upgrade automatically by visiting your administration center, where a notice will be displayed prompting [...]]]></description>
			<content:encoded><![CDATA[<p>Simple Machines announces the release of SMF 1.1.11, addressing multiple vulnerabilities found in SMF 1.1.10. Also for those still using the SMF 1.0.x branch, an upgrade to 1.0.19 was released. We strongly recommend that all users upgrade as soon as possible.</p>
<p>Upgrade automatically by visiting your administration center, where a notice will be displayed prompting you to upgrade. Click the link, confirm the changes and your forum will be up to date again. Additionally, you can upgrade using the package manager by downloading the attached patch, uploading it to the package manager, and applying it as prompted. For help with this refer to the <a href="http://docs.simplemachines.org/index.php?board=49.0;sort=subject" target="_blank">Package Manager</a> section of the <a href="http://docs.simplemachines.org/" target="_blank">Online Manual</a>.</p>
<p>If you cannot upgrade using the package manager, please follow the instructions posted in the <a href="http://docs.simplemachines.org/" target="_blank">Online Manual</a> about <a href="http://docs.simplemachines.org/index.php?board=2.0;sort=subject" target="_blank">installing</a> and <a href="http://docs.simplemachines.org/index.php?board=3.0;sort=subject" target="_blank">upgrading</a>. If you experience a session verification error when inputting FTP details for updating process, please see <a href="http://www.simplemachines.org/community/index.php?topic=278824.0" target="_blank">this</a> topic.</p>
<p>It may be necessary to apply the upgrade manually if mod conflicts mean that you cannot install the patch through the package manager. Instructions for doing this can be found on <a href="http://custom.simplemachines.org/upgrades/" target="_blank">manual upgrades</a> page for SMF 1.1.11 and 1.0.19.</p>
<p>Source:<a href="http://www.simplemachines.org/community/index.php?topic=351341.0" target="_blank"> smf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/simple-machines-announces-the-release-of-smf-1-1-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyBB 1.4.10 Released – Maintenance Release</title>
		<link>http://bunnykinsblog.com/mybb-1-4-10-released-%e2%80%93-maintenance-release/</link>
		<comments>http://bunnykinsblog.com/mybb-1-4-10-released-%e2%80%93-maintenance-release/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1962</guid>
		<description><![CDATA[MyBB 1.4.10 is now available on the MyBB website and is a general maintenance release. This release fixes several reported issues with version released since 1.4.8 causing some incorrect functionality of MyBB. These bugs have been fixed to provide a more stable version of MyBB for public use. What’s added/changed in this version? MyBB 1.4.10 [...]]]></description>
			<content:encoded><![CDATA[<p>MyBB 1.4.10 is now available on the MyBB website and is a general maintenance release.</p>
<p>This release fixes several reported issues with version released since 1.4.8 causing some incorrect functionality of MyBB. These bugs have been fixed to provide a more stable version of MyBB for public use.</p>
<h4><strong>What’s added/changed in this version?</strong></h4>
<ul>
<li>MyBB 1.4.10 is now compatible with PHP 5.3.</li>
<li>Server Statistics are now sent to MyBB at the end of installation for analytical purposes. This is of course anonymous, no confidential information is sent, and you may easily opt out if you wish.</li>
<li>… many other bug fixes</li>
</ul>
<p>This release has been tested by our Software Quality Assurance group.</p>
<p>Information on upgrading, template changes and language changes can be found in the posts below.</p>
<p><span style="color: red;"><strong>Please note, that you need to run the upgrade script for this version.</strong></span><br />
<span style="color: red;"><strong>This is so the templates may be updated.</strong></span><br />
<em>There are <strong>no</strong> database schema changes in this version.</em></p>
<h4><strong>Upgrading from the 1.4 series</strong></h4>
<p>When upgrading from 1.4.9, you will not lose any custom themes, plugins or language packs which you may have installed.</p>
<p>Follow the general <a title="View the MyBB Wiki page for Upgrading" href="http://wiki.mybboard.net/index.php/Upgrading" target="_blank">[Wiki: Upgrading]</a> guide outlined on the MyBB Wiki to complete the upgrade process. You may download a ZIP archive of changed files here:</p>
<p><a href="http://mybboard.net/download/112">changed_files_1410.zip</a></p>
<p><strong>You must then check for modified templates using the instructions below.</strong></p>
<h4><strong>Upgrading from other versions</strong></h4>
<p>If you are upgrading from a version earlier than 1.2 then you will lose your custom themes, templates and language packs due to the number of changes between your version and the 1.2 series.</p>
<p><span style="color: red;"><strong>Before you attempt to upgrade, ensure you have a database backup and a copy of the files currently in use on your board.</strong></span> This is so you can revert back to your earlier version if you need to or something goes horribly wrong with the upgrade process.</p>
<p>Follow the general <a title="View the MyBB Wiki page for Upgrading" href="http://wiki.mybboard.net/index.php/Upgrading" target="_blank">[Wiki: Upgrading]</a> guide outlined on the MyBB Wiki to complete the upgrade process.</p>
<h4><strong>Changed files since MyBB 1.4.8</strong></h4>
<ul>
<li>calendar.php</li>
<li>forumdisplay.php</li>
<li>global.php</li>
<li>managegroup.php</li>
<li>member.php</li>
<li>modcp.php</li>
<li>moderation.php</li>
<li>portal.php</li>
<li>private.php</li>
<li>search.php</li>
<li>stats.php</li>
<li>usercp.php</li>
<li>xmlhttp.php</li>
<li>admin
<ul>
<li>inc
<ul>
<li>functions_themes.php</li>
<li>functions_view_manager.php</li>
</ul>
</li>
<li>modules
<ul>
<li>home
<ul>
<li>credits.php</li>
</ul>
</li>
<li>forum
<ul>
<li>attachments.php</li>
<li>management.php</li>
</ul>
</li>
<li>style
<ul>
<li>templates.php</li>
<li>themes.php</li>
</ul>
</li>
<li>config
<ul>
<li>mycode.php</li>
<li>plugins.php</li>
<li>settings.php</li>
</ul>
</li>
<li>tools
<ul>
<li>backupdb.php</li>
<li>mailerrors.php</li>
<li>maillogs.php</li>
<li>tasks.php</li>
</ul>
</li>
<li>user
<ul>
<li>admin_permissions.php</li>
<li>group_promotions.php</li>
<li>groups.php</li>
<li>mass_mail.php</li>
<li>users.php</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li>install
<ul>
<li>index.php</li>
<li>upgrade.php</li>
<li>resources
<ul>
<li>language.lang.php</li>
<li>mybb_theme.xml</li>
<li>output.php</li>
<li>upgrade16.php</li>
</ul>
</li>
</ul>
</li>
<li>inc
<ul>
<li>class_core.php</li>
<li>class_error.php</li>
<li>class_feedgeneration.php</li>
<li>class_moderation.php</li>
<li>class_parser.php</li>
<li>db_pdo.php</li>
<li>db_pgsql.php</li>
<li>functions.php</li>
<li>functions_forumlist.php</li>
<li>functions_online.php</li>
<li>functions_post.php</li>
<li>functions_search.php</li>
<li><span style="color: green;">functions_serverstats.php</span></li>
<li>functions_upload.php</li>
<li>init.php</li>
<li>3rdparty
<ul>
<li>diff
<ul>
<li>Diff.php</li>
</ul>
</li>
</ul>
</li>
<li>languages
<ul>
<li>english.php</li>
<li>english
<ul>
<li>datahandler_user.lang.php</li>
<li>modcp.lang.php</li>
</ul>
</li>
</ul>
</li>
<li>datahandlers
<ul>
<li>event.php</li>
<li>pm.php</li>
<li>user.php</li>
</ul>
</li>
<li>cachehandlers
<ul>
<li>eaccelerator.php</li>
<li>memcache.php</li>
<li>xcache.php</li>
</ul>
</li>
<li>tasks
<ul>
<li>backupdb.php</li>
<li>massmail.php</li>
<li>promotions.php</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>* <span style="color: red;">Red represents files that contain security updates</span><br />
* <span style="color: green;">Green represents new files added in this release</span></p>
<h4><strong>Bugs fixed since MyBB 1.4.8</strong></h4>
<ul>
<li><a href="http://dev.mybboard.net/issues/180" target="_blank">#180</a> – PHP 5.3/6.0 Changes &amp; Support</li>
<li><a href="http://dev.mybboard.net/issues/249" target="_blank">#249</a> – Server statistics on installation</li>
<li><a href="http://dev.mybboard.net/issues/297" target="_blank">#297</a> – Old Credits Updated</li>
<li><a href="http://dev.mybboard.net/issues/307" target="_blank">#307</a> – Mysql Backups – keys not quoted</li>
<li><a href="http://dev.mybboard.net/issues/308" target="_blank">#308</a> – PostgreSQL error in Forum Management -&gt; Edit Forum</li>
<li><a href="http://dev.mybboard.net/issues/309" target="_blank">#309</a> – Direct access of some files generates PHP errors</li>
<li><a href="http://dev.mybboard.net/issues/310" target="_blank">#310</a> – Multiple Smilies PHP Error</li>
<li><a href="http://dev.mybboard.net/issues/311" target="_blank">#311</a> – RSS Feed incorrect formatting</li>
<li><a href="http://dev.mybboard.net/issues/318" target="_blank">#318</a> – search_results_inlinemodcol Template Oversight</li>
<li><a href="http://dev.mybboard.net/issues/319" target="_blank">#319</a> – Forum announcements trow do not alternate</li>
<li><a href="http://dev.mybboard.net/issues/320" target="_blank">#320</a> – Mod-CP – Edit User &amp; Birthday</li>
<li><a href="http://dev.mybboard.net/issues/321" target="_blank">#321</a> – Future mass mailings</li>
<li><a href="http://dev.mybboard.net/issues/322" target="_blank">#322</a> – HTML in forum names in 1.4.8</li>
<li><a href="http://dev.mybboard.net/issues/323" target="_blank">#323</a> – Delete a PM using the delete button</li>
<li><a href="http://dev.mybboard.net/issues/324" target="_blank">#324</a> – Maximum Length in Custom Profile Fields do not work</li>
<li><a href="http://dev.mybboard.net/issues/332" target="_blank">#332</a> – SQLite version</li>
<li><a href="http://dev.mybboard.net/issues/333" target="_blank">#333</a> – Captcha not shown if board is closed</li>
<li><a href="http://dev.mybboard.net/issues/334" target="_blank">#334</a> – Missing label tag</li>
<li><a href="http://dev.mybboard.net/issues/335" target="_blank">#335</a> – Board Statistics inconsistency</li>
<li><a href="http://dev.mybboard.net/issues/336" target="_blank">#336</a> – Profile Display Problem: usereputationsystem</li>
<li><a href="http://dev.mybboard.net/issues/353" target="_blank">#353</a> – ACP – group # of users when using additional groups bug</li>
<li><a href="http://dev.mybboard.net/issues/354" target="_blank">#354</a> – System mail log: Wrong multipage links</li>
<li><a href="http://dev.mybboard.net/issues/355" target="_blank">#355</a> – member.php custom profile fields alternating trow issue</li>
<li><a href="http://dev.mybboard.net/issues/356" target="_blank">#356</a> – Search finduserthreads problem with limit</li>
<li><a href="http://dev.mybboard.net/issues/358" target="_blank">#358</a> – PHP 5.3 my_number_format stats.php PHP warning</li>
<li><a href="http://dev.mybboard.net/issues/359" target="_blank">#359</a> – Selective delete system mail logs not working</li>
<li><a href="http://dev.mybboard.net/issues/360" target="_blank">#360</a> – capitalized LIMIT clause in db abstraction layer queries</li>
<li><a href="http://dev.mybboard.net/issues/361" target="_blank">#361</a> – Hard-coded language string in admin permissions page</li>
<li><a href="http://dev.mybboard.net/issues/364" target="_blank">#364</a> – Post not quoted from Reply button</li>
<li><a href="http://dev.mybboard.net/issues/366" target="_blank">#366</a> – Merged Accounts and Join Date</li>
<li><a href="http://dev.mybboard.net/issues/367" target="_blank">#367</a> – Who’s online do_addsubscription and removesubscriptions</li>
<li><a href="http://dev.mybboard.net/issues/368" target="_blank">#368</a> – Search PHP error</li>
<li><a href="http://dev.mybboard.net/issues/369" target="_blank">#369</a> – UserCP Ampersand in link not valid</li>
<li><a href="http://dev.mybboard.net/issues/370" target="_blank">#370</a> – Copy forum – forum can have no parent</li>
<li><a href="http://dev.mybboard.net/issues/371" target="_blank">#371</a> – Backup DB and Check File task enabling warning</li>
<li><a href="http://dev.mybboard.net/issues/372" target="_blank">#372</a> – Syndication: Atom and RSS different time</li>
<li><a href="http://dev.mybboard.net/issues/373" target="_blank">#373</a> – Buddy List doesn’t show invisible users as online</li>
<li><a href="http://dev.mybboard.net/issues/381" target="_blank">#381</a> – &lt;/tr&gt; tag missing in template member_register_customfield</li>
<li><a href="http://dev.mybboard.net/issues/382" target="_blank">#382</a> – Email notification about errors not working</li>
<li><a href="http://dev.mybboard.net/issues/383" target="_blank">#383</a> – [PM] &#8220;Replied to&#8221; icon not shown if you replied to all recipients</li>
<li><a href="http://dev.mybboard.net/issues/385" target="_blank">#385</a> – &#8220;create new forum&#8221; generates postgresql error</li>
<li><a href="http://dev.mybboard.net/issues/386" target="_blank">#386</a> – multiple forums memcache bug</li>
<li><a href="http://dev.mybboard.net/issues/387" target="_blank">#387</a> – Custom Profile Fields using Check Boxes option forgets settings</li>
<li><a href="http://dev.mybboard.net/issues/388" target="_blank">#388</a> – Inline Thread Deletion and Reported Posts</li>
<li><a href="http://dev.mybboard.net/issues/389" target="_blank">#389</a> – thread views is stuck if php shutdown function not enabled.</li>
<li><a href="http://dev.mybboard.net/issues/392" target="_blank">#392</a> – postgres &#8220;Split Threads&#8221; SQL error</li>
<li><a href="http://dev.mybboard.net/issues/394" target="_blank">#394</a> – Naming an admin with special characters during installation doesn’t &#8220;work&#8221;</li>
<li><a href="http://dev.mybboard.net/issues/400" target="_blank">#400</a> – Profile Editing</li>
<li><a href="http://dev.mybboard.net/issues/401" target="_blank">#401</a> – Inline Moderation – do_multideleteposts</li>
<li><a href="http://dev.mybboard.net/issues/411" target="_blank">#411</a> – Highlighted search results..</li>
<li><a href="http://dev.mybboard.net/issues/412" target="_blank">#412</a> – Promotion bug</li>
<li><a href="http://dev.mybboard.net/issues/414" target="_blank">#414</a> – 1.4.6, pgsql, ‘move thread’ gives SQL error</li>
<li><a href="http://dev.mybboard.net/issues/416" target="_blank">#416</a> – Group Promotions not Working or ‘Broke’?</li>
<li><a href="http://dev.mybboard.net/issues/417" target="_blank">#417</a> – Unapproved threads post count</li>
<li><a href="http://dev.mybboard.net/issues/423" target="_blank">#423</a> – Users browsing a redirect forum</li>
<li><a href="http://dev.mybboard.net/issues/426" target="_blank">#426</a> – Problems with language changes in several areas…</li>
<li><a href="http://dev.mybboard.net/issues/429" target="_blank">#429</a> – MyBB Backups do not preserve NULL and whitespace</li>
<li><a href="http://dev.mybboard.net/issues/441" target="_blank">#441</a> – Deleting a copied thread deletes the attachments of the original thread too</li>
<li><a href="http://dev.mybboard.net/issues/442" target="_blank">#442</a> – Wrong dateline of split thread</li>
<li><a href="http://dev.mybboard.net/issues/451" target="_blank">#451</a> – Unread PM notice dissapears after editing options</li>
<li><a href="http://dev.mybboard.net/issues/452" target="_blank">#452</a> – Upgraded forums issue with themestylesheets cachefile column</li>
<li><a href="http://dev.mybboard.net/issues/457" target="_blank">#457</a> – Double Template Rows</li>
<li><a href="http://dev.mybboard.net/issues/460" target="_blank">#460</a> – Attachment search not working correctly</li>
<li><a href="http://dev.mybboard.net/issues/462" target="_blank">#462</a> – missing &#8220;replied to&#8221; at PM replied via draft</li>
<li><a href="http://dev.mybboard.net/issues/463" target="_blank">#463</a> – latest threads on portal page</li>
<li><a href="http://dev.mybboard.net/issues/466" target="_blank">#466</a> – Last post date after custom merge</li>
<li><a href="http://dev.mybboard.net/issues/468" target="_blank">#468</a> – Post count accepts minus numbers</li>
<li><a href="http://dev.mybboard.net/issues/473" target="_blank">#473</a> – unresetted variable in view manager</li>
<li><a href="http://dev.mybboard.net/issues/476" target="_blank">#476</a> – Subforum of password protected forum searchable</li>
<li><a href="http://dev.mybboard.net/issues/479" target="_blank">#479</a> – postgresql merge users error</li>
<li><a href="http://dev.mybboard.net/issues/482" target="_blank">#482</a> – There was a problem communicating with the mod version server.</li>
<li><a href="http://dev.mybboard.net/issues/501" target="_blank">#501</a> – Hidden fields in profiles and Moderators</li>
<li><a href="http://dev.mybboard.net/issues/507" target="_blank">#507</a> – Max password length</li>
<li><a href="http://dev.mybboard.net/issues/511" target="_blank">#511</a> – managegroup.php and displaygroup</li>
<li><a href="http://dev.mybboard.net/issues/516" target="_blank">#516</a> – Warning with custom profile field</li>
<li><a href="http://dev.mybboard.net/issues/517" target="_blank">#517</a> – Incomplete theme exports</li>
<li><a href="http://dev.mybboard.net/issues/518" target="_blank">#518</a> – Missing mod log entry</li>
<li><a href="http://dev.mybboard.net/issues/521" target="_blank">#521</a> – Display and sort by rating doesn’t work in PostgreSQL</li>
<li><a href="http://dev.mybboard.net/issues/524" target="_blank">#524</a> – Slight typo in ./inc/functions.php</li>
<li><a href="http://dev.mybboard.net/issues/531" target="_blank">#531</a> – Findguest/user search error</li>
<li><a href="http://dev.mybboard.net/issues/532" target="_blank">#532</a> – Email validation weakness</li>
<li><a href="http://dev.mybboard.net/issues/533" target="_blank">#533</a> – Admincp User Merge and Disabled Forum Postcount</li>
<li><a href="http://dev.mybboard.net/issues/536" target="_blank">#536</a> – Editing recurring event</li>
<li><a href="http://dev.mybboard.net/issues/541" target="_blank">#541</a> – Some in cases in error handler don’t work as expected</li>
<li><a href="http://dev.mybboard.net/issues/547" target="_blank">#547</a> – Warnings when adding a group promotion</li>
<li><a href="http://dev.mybboard.net/issues/549" target="_blank">#549</a> – Cannot edit bio</li>
</ul>
<h4><strong>Theme and template changes</strong></h4>
<p>Using the “Find Updated” link under the “Templates” page in the Admin CP you can find a list of the templates that have changed in this release that you’ve got one or more custom copies of.</p>
<p>After identifying changed templates using the tool you can either revert your custom template to the default (delete it) or use the “diff” tool to perform a difference analysis on your custom template and the default.</p>
<p>“Revert required” indicates that for this template to work correctly with MyBB 1.4.8 you’ll either need to revert it to the default or modify your custom template to include the changes in the default. If a revert is not required your custom version of the template should work perfectly fine.</p>
<h4><strong>Template changes</strong></h4>
<p>Since MyBB 1.4.8 the following templates have had changes to them:</p>
<ul>
<li>member_register_customfield</li>
<li>posticons</li>
<li>postbit_ignored</li>
</ul>
<p>* <span style="color: red;">Red represents the template must be updated or reverted to fix security problems</span></p>
<h4><strong>Language file changes</strong></h4>
<p>Since MyBB 1.4.8 the following language files have had changes to them:</p>
<ul>
<li>datahandler_user.lang.php</li>
</ul>
<p>Either update your language packs to include the changes in these files or revert to the standard English language pack.</p>
<h4><strong>Plugins</strong></h4>
<p>Most of your MyBB 1.4.x plugins will work correctly with 1.4.10 without any updates.</p>
<p>Source : <a href="http://blog.mybboard.net/2009/12/01/mybb-1-4-10-released-maintenance-release/" target="_blank">Mybb</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/mybb-1-4-10-released-%e2%80%93-maintenance-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.6 Security Release</title>
		<link>http://bunnykinsblog.com/wordpress-2-8-6-security-release/</link>
		<comments>http://bunnykinsblog.com/wordpress-2-8-6-security-release/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 04:39:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1884</guid>
		<description><![CDATA[WordPress 2.8.6 Security Release Posted November 12, 2009 by Ryan Boren. Filed under Releases, Security. 2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges.&#160; If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended. The first problem is an XSS vulnerability in Press [...]]]></description>
			<content:encoded><![CDATA[<h2><a href="http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/" mce_href="http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/">WordPress 2.8.6 Security Release</a></h2>
<div>Posted November 12, 2009 by <a href="http://boren.nu/" mce_href="http://boren.nu/">Ryan Boren</a>. Filed under <a title="View all posts in Releases" rel="category tag" href="http://wordpress.org/development/category/releases/" mce_href="http://wordpress.org/development/category/releases/">Releases</a>, <a title="View all posts in Security" rel="category tag" href="http://wordpress.org/development/category/security/" mce_href="http://wordpress.org/development/category/security/">Security</a>.</div>
<p>2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges.&nbsp; If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended.</p>
<p>The first problem is an XSS vulnerability in Press This discovered by Benjamin Flesch.&nbsp; The second problem, discovered by Dawid Golunski, is an issue with sanitizing uploaded file names that can be exploited in certain Apache configurations. Thanks to Benjamin and Dawid for finding and reporting these.</p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/wordpress-2-8-6-security-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ocportal version 4.2.2 released.</title>
		<link>http://bunnykinsblog.com/ocportal-version-4-2-2-released/</link>
		<comments>http://bunnykinsblog.com/ocportal-version-4-2-2-released/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:21:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1816</guid>
		<description><![CDATA[Version 4.2.2 has now been released. This version is a patch release that introduces a number of bug fixes since the last release. Upgrading is not necessary. To upgrade follow the steps in your website&#8217;s http://mybaseurl/upgrader.php script. You will need to copy the URL of the attached TAR file as one of these steps (&#8220;3: [...]]]></description>
			<content:encoded><![CDATA[<p>Version 4.2.2 has now been released. This version is a patch release that introduces a number of bug fixes since the last release. Upgrading is not necessary.</p>
<p>To upgrade follow the steps in your website&#8217;s   	<span style="font-family: monospace; font-size: 1.2em;">http://mybaseurl/upgrader.php</span> script. You will need to copy the URL of the attached   	<span style="font-family: monospace; font-size: 1.2em;">TAR</span> file as one of these steps (&#8220;3: Upload an upgrade TAR for extraction&#8221;).</p>
<p>» alternatively (<span>but not recommended</span>), you can manually upload the files inside the attached TAR file over existing files (<a title="(this link will open in a new window)" href="http://www.7-zip.org/" target="_blank">7-zip</a> is just one of many tools for tar files). This is not recommended because it will bypass the upgraders addon-aware extraction algorithm and potentially cause problems.</p>
<div>
<div style="height: auto; width: 100%;">
<h4>Important</h4>
<div>
<div>ocProducts cannot make any guarantees about the speed of which any new bugs might be patched, for this upgrade or any other upgrade. It is your own responsibility to make and test a full website backup (files and database) before you upgrade, for use in the unlikely event of you wanting to revert your upgrade. Some users may wish to test upgrades (and pre-fix any theme compatibility problems that could occur) on a staging site (a private mirror of their live site).<br />
If you don&#8217;t follow our advice by taking and testing a backup, and end up needing emergency repair help, ocProducts can help charged at our hourly rate.</div>
</div>
</div>
</div>
<p>For more details, see our <a title="(this link will open in a new window)" href="http://ocportal.com/docs/tut_upgrade.htm" target="_blank">upgrading tutorial</a>.</p>
<p>Fixes have been made to the following issues:</p>
<ul>
<li>Fixed bug submitting forms if an swfupload field is hidden then reshown</li>
<li>Fix to catalogue entry SEF URLs when editing</li>
<li>Fixed some major problems saving match-key-error-messsages</li>
<li>News can now be posted with past dates, and fixed problems with the news scheduling feature</li>
<li>Fixed that multi-lang-content-support only triggered if you had customised language strings in more than one language pack</li>
<li>Various httpauth fixes</li>
<li>Fixed some MySQL strict-mode errors triggered by bots</li>
<li>Fixed problem creating temp files on some rare systems</li>
<li>Fixed OCF post history bug that can happen if a server is running slowly</li>
<li>Fixed two problems in SMS API</li>
<li>Some fixes/usability improvements to the online store functionality</li>
<li>Lots of cleanups to ocPortal&#8217;s hard-coded custom profile fields</li>
<li>No longer display ocPortal&#8217;s hard-custom CPF&#8217;s on admin_customprofilefields module if they are disabled due to an add-on being uninstalled</li>
<li>Fix to .po file support (character sets)</li>
<li>Improved support ticket error handling</li>
<li>Fixed the need to click &#8220;-&#8221; twice on specific permission setting for changing permissions that are on by default</li>
<li>Added some new synonyms for the Admin Zone search</li>
<li>Allowed the Admin Zone search to work with the codenames for config options and specific permissions</li>
<li>Fixed a bug importing members from a CSV if some members did not have the CPFs on the sheet only due to their usergroup membership</li>
<li>Improved newsletter subscriber import to work better with other software&#8217;s CSV files, and guess forenames better</li>
<li>Removed installers corrupt-file check when running in development mode</li>
<li>Fixed bug editing the rules page, complaint about not setting headings</li>
<li>Improvements to handling of PHP memory limit errors (bails out better, without loading any new files which would cause a white-screen error)</li>
<li>Some fixes to upload error message handling, if upload fields are left blank</li>
<li>Made drag&amp;drop uploads work on Google Chrome, and fixed a small bug</li>
<li>Support for new &#8220;code display&#8221; attachment mode, for displaying source code</li>
<li>Fixed problem detecting the start page as an active page, in the menus CSS</li>
<li>Fixed problem in upgrader, caches button wrongly disabled instead of close site button</li>
<li>Removed add link on awards block if you don&#8217;t have permission to assign an award</li>
<li>Preliminary support for Google&#8217;s svgweb so SVG can run in IE without an SVG plugin (not currently active as svgweb is too buggy)</li>
<li>Added some extra images to those covered by the theme wizard</li>
<li>Fixed bug with CEDI page deletion</li>
<li>Made CEDI tree lists display canonically</li>
<li>Fixed problem with newsletter subscriber importing if multi-lang is not enabled</li>
<li>Fixed ugly display glitch of redirection messages</li>
<li>Turned off MySQL strict mode if forum drivers other than OCF are being used (for better compatibility)</li>
<li>Fixed complex bug when importing zips/tars into galleries and then adding images with the same file names as the zip/tar contents</li>
<li>Made the upgrade feature display a better error message if an upload tar fails to transfer fully</li>
<li>Allowed newsletter-drip-sending to be configurable</li>
<li>Fixed problem with OcCLE database filesystem for some complex keys</li>
<li>Fixed problem in MyBB driver</li>
<li>Fixed display of some buttons in IE6</li>
<li>Fixed display error in calendar</li>
<li>Fixed some empty tags/visual gaps if ratings or trackbacks are disabled</li>
<li>Improved RSS feed display</li>
<li>Fixed some display problems with tables</li>
<li>Fixed problem using the add-page-wizard on the welcome zone</li>
<li>Fixed some behaviour problems on the member-selector field type</li>
<li>Fixed bad error handling on swfupload if an error happens during transit</li>
<li>Fixed support ticket permission setting in Permission Tree Editor</li>
<li>Fixed problems on servers with ini_set disabled</li>
<li>Fixed display of prices in purchase wizard</li>
<li>Fixed support ticket post display to not have one too many counted</li>
<li>&#8220;Create a personal topic with unknown&#8221; =&gt; &#8220;Create a personal topic&#8221;</li>
<li>Note on zone-add screen if you have new-style short-URLs enabled</li>
<li>New error message if suhosin has a low post.max_vars setting</li>
<li>Marked-up WYSIWYG acronym in language files</li>
<li>New specific error message if you try and add images/videos to a personal category container</li>
<li>Language usability: Tax type =&gt; Tax rate</li>
<li>Better permission checking for interfaces in the cms_catalogues module</li>
<li>Better usability on the add-new-page wizard when multi-lang-content is enabled, and in general</li>
<li>Fixed error checking gallery image allowance on certain cms_galleries module screens</li>
<li>Fixed problem not passing currently-active-gallery into do-next manager in cms_galleries module, in some situations</li>
<li>Removed the error message relating to full stops in developer mode if working with a non-English language pack</li>
<li>Fixed problem &#8220;fixing past recurrences&#8221; when deleting a calendar event that has no recurrence&#8221;</li>
<li>Better error handling when importing iCal and RSS</li>
<li>Fixed some theoretical issues where IE might hide ocPortal error messages</li>
<li>Allowed ocPortal to run with further stripped down info.php files</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/ocportal-version-4-2-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ocportal version 4.2.1 Released.</title>
		<link>http://bunnykinsblog.com/ocportal-version-4-2-1-released/</link>
		<comments>http://bunnykinsblog.com/ocportal-version-4-2-1-released/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 17:13:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1707</guid>
		<description><![CDATA[Version 4.2.1 has now been released. This version is a patch release that introduces a number of bug fixes since the last release. Upgrading is suggested due to some important fixes to issues arising after the first recommended (widely tested) version of 4.2 came out. To upgrade follow the steps in your website&#8217;s http://mybaseurl/upgrader.php script. [...]]]></description>
			<content:encoded><![CDATA[<p>Version 4.2.1 has now been released. This version is a patch release that introduces a number of bug fixes since the last release. Upgrading is suggested due to some important fixes to issues arising after the first recommended (widely tested) version of 4.2 came out.</p>
<p>To upgrade follow the steps in your website&#8217;s   	<span style="font-family: monospace; font-size: 1.2em;">http://mybaseurl/upgrader.php</span> script. You will need to copy the URL of the attached   	<span style="font-family: monospace; font-size: 1.2em;">TAR</span> file as one of these steps (&#8220;3: Upload an upgrade TAR for extraction&#8221;).</p>
<p>» alternatively (<span>but not recommended</span>), you can manually upload the files inside the attached TAR file over existing files (<a title="(this link will open in a new window)" href="http://www.7-zip.org/" target="_blank">7-zip</a> is just one of many tools for tar files). This is not recommended because it will bypass the upgraders addon-aware extraction algorithm and potentially cause problems.</p>
<div>
<div style="height: auto; width: 100%;">
<h4>Important</h4>
<div>
<div>ocProducts cannot make any guarantees about the speed of which any new bugs might be patched, for this upgrade or any other upgrade. It is your own responsibility to make and test a full website backup (files and database) before you upgrade, for use in the unlikely event of you wanting to revert your upgrade. Some users may wish to test upgrades (and pre-fix any theme compatibility problems that could occur) on a staging site (a private mirror of their live site).<br />
If you don&#8217;t follow our advice by taking and testing a backup, and end up needing emergency repair help, ocProducts can help charged at our hourly rate.</div>
</div>
</div>
</div>
<p>For more details, see our <a title="(this link will open in a new window)" href="http://ocportal.com/docs/tut_upgrade.htm" target="_blank">upgrading tutorial</a>.</p>
<p>Fixes have been made to the following issues:</p>
<ul>
<li>Major fix for Internet Explorer on forms with upload fields that are optional alternatives to URL fields.</li>
<li>Major fix to new Flash uploader when a validation error happens just after an attached file uploads</li>
<li>Workaround in new Flash uploader for Flash cookie caching bug</li>
<li>Fixed support for .op files</li>
<li>Major fix to theme images</li>
<li>LDAP fix (one specific problem &#8211; note that we are only supporting OpenLDAP and ActiveDirectory)</li>
<li>Fix to SEF URLs, when item names of items deep within a tree are edited</li>
<li>Fix to SEF URLs, when item names of items are edited and no changes made to the name</li>
<li>Many minor fixes (too many to list)</li>
</ul>
<p>Also the following feature changes have been made:</p>
<ul>
<li>Support for closing support tickets from inside the tickets module (customers may use this also)</li>
<li>Various measures to introduce better stability for developers, when errors happen</li>
<li>Drag+Drop uploading for posting forms, on Firefox 3.6 (currently in alpha) and browsers with Google Gears installed (<span>this is really cool</span>)</li>
<li>New icons for addon/module management</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/ocportal-version-4-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMF 2.0 Release Candidate 2 is out for Charter Members!</title>
		<link>http://bunnykinsblog.com/smf-2-0-release-candidate-2-is-out-for-charter-members/</link>
		<comments>http://bunnykinsblog.com/smf-2-0-release-candidate-2-is-out-for-charter-members/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 16:56:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1660</guid>
		<description><![CDATA[Simple Machines is proud to announce the immediate release of SMF 2.0 RC2 to Charter Members. This is the long awaited Second Release Candidate for 2.0 and is one of the last steps towards 2.0 going gold. Literally hundreds of bugs that were reported after the release of RC1 have been fixed and improvements have [...]]]></description>
			<content:encoded><![CDATA[<p>Simple Machines is proud to announce the immediate release of SMF 2.0 RC2 to Charter Members. This is the long awaited Second Release Candidate for 2.0 and is one of the last steps towards 2.0 going gold. Literally hundreds of bugs that were reported after the release of RC1 have been fixed and improvements have been made to security, stability, and performance.</p>
<p>As promised, 2.0 RC2 boasts our new Curve theme, which has been made the new default theme. The previous default theme has been renamed Core. Please note Classic and Babylon themes have been removed from the package and are now only available by the theme site.</p>
<p>Major changes since the last release:</p>
<p>    * Inclusion of the Curve theme<br />
    * Fixed a significant number of bugs reported by Beta Testers, Charter members, and community members.<br />
    * Optimized hundreds of queries for faster performance (with new indexes, re-written queries etc, changes to column type)<br />
    * Canonical link support for better search engine indexing<br />
    * Feature: ability to have different readmes in packages for different languages<br />
    * Feature: ability to delete languages (oops! we forgot that earlier)<br />
    * Linktrees have been re-added to the lower-areas of the forum. Also, linktrees have been added to the admin, moderation and profile sections.<br />
    * Lighttpd support for Queryless urls<br />
    * Improved support for right to left languages<br />
    * Fixed OpenID<br />
    * Extra fields to for Advanced Profile fields to surround/enclose within other text, and to choose placement as icon or signature.<br />
    * Several theme improvements for better semantics and standards support.<br />
    * Moved more JS out of templates<br />
    * Wireless links to switch back to normal mode.</p>
<p>Simple Machines would like to thank its Charter Members for their continued support for SMF.</p>
<p>Regards,</p>
<p><a href="http://www.simplemachines.org/community/index.php?topic=340177.0">Simple Machines</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/smf-2-0-release-candidate-2-is-out-for-charter-members/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invision Power Board 3.0.4 Released</title>
		<link>http://bunnykinsblog.com/invision-power-board-3-0-4-released/</link>
		<comments>http://bunnykinsblog.com/invision-power-board-3-0-4-released/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 22:40:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1632</guid>
		<description><![CDATA[We are pleased to announce Invision Power Board 3.0.4 has been released. This is a maintenance release for IP.Board 3 and addresses various bugs and adds in some enhancements to existing features along with performance improvements. Also, IP.Blog, IP.Gallery, and IP.Downloads have received a maintenance update. Major Changes Since 3.0.3 Among many dozens of smaller [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 17px;"><strong>We are pleased to announce Invision Power Board 3.0.4 has been released.</strong></span></p>
<p>This is a maintenance release for IP.Board 3 and addresses various bugs and adds in some enhancements to existing features along with performance improvements. Also, IP.Blog, IP.Gallery, and IP.Downloads have received a maintenance update.</p>
<p><strong>Major Changes Since 3.0.3</strong></p>
<p>Among many dozens of smaller bugs fixed, the following large changes and fixes have been made in the 3.0.4 release:</p>
<ul>
<li>IP.Board: RTE support in Safari and Chrome</li>
<li>IP.Downloads: Option to not check filetype for linked files</li>
</ul>
<p><strong>Downloading</strong></p>
<p>You can download IP.Board 3.0.4 and any applications you have an active license for in the <a title="External link" rel="nofollow" href="http://www.invisionpower.com/customer/">client area</a>. As always, make a backup of your community before proceeding.</p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/invision-power-board-3-0-4-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ocPortal version 4.2-final</title>
		<link>http://bunnykinsblog.com/ocportal-version-4-2-final/</link>
		<comments>http://bunnykinsblog.com/ocportal-version-4-2-final/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 17:42:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1416</guid>
		<description><![CDATA[ocPortal version 4.2-final is now released. ocPortal 4.2 is officially a &#8216;feature&#8217; release, but in fact has a huge number of new features developed over the last 9 months or so. Upgrading is suggested, but please follow all our advice carefully and set aside a good amount of time for conversion. 4.1 themes in particular [...]]]></description>
			<content:encoded><![CDATA[<p>ocPortal version 4.2-final</p>
<p>is now released. ocPortal 4.2 is officially a &#8216;feature&#8217; release, but in fact has a huge number of new features developed over the last 9 months or so. Upgrading is suggested, but please follow all our advice carefully and set aside a good amount of time for conversion. 4.1 themes in particular need some work to be converted.</p>
<p><a name="title__386"></a></p>
<h2>The features</h2>
<p>New features include:</p>
<ul>
<li>Online store (shopping cart)</li>
<li>Big cleanup of blogging/news features</li>
<li>Tidy-up of galleries</li>
<li>Posting-rate graph</li>
<li>True multi-language support &#8211; virtually all content (news posts, forum posts, CEDI pages, etc) can be translated.</li>
<li>More data-conversion choices &#8211; importing from CSV files, RSS and JPEG meta-data, and ocPortal&#8217;s new XML format for synchronisation of data between sites</li>
<li>Google Sitemap generation</li>
<li>Twitter and Facebook syndication</li>
<li>A new weather block to show the current weather in a given location</li>
<li>Refreshed forum driver support (IPB3, vBulletin 3.8, SMF 2)</li>
<li>All the menu templates and CSS have been rewritten to be far easier to understand and modify</li>
<li>About 30 new config options, to allow greater flexibility</li>
<li>Error messages are now much more thorough, providing solutions on how to resolve the errors</li>
<li>Performance improvements, particularly to reduce memory usage</li>
<li>Search-friendly URLs (URLs with keywords in, rather than ID numbers)</li>
<li>Reviews support (e.g. people can post reviews for a catalogue entry)</li>
<li>MkPortal import, and feature parity: Slide-shows and eCards from galleries, Top-sites support</li>
<li>New &#8216;carousel&#8217; Comcode tag</li>
<li>Overhaul of the support ticket system, including SMS alert support</li>
<li>Encrypted custom profile fields (CPFs) and privacy settings</li>
<li>Flash and Java based uploaders</li>
<li>Further improved best practice compliance for web standards, and support for the semantic web (&#8220;Web 3.0&#8243;) &#8211; Microformat support, Dublin Core support, and more</li>
<li><span>tonnes more</span> (most of which is documented across various posts in our public staff chat forum)</li>
</ul>
<p>To upgrade follow the steps in your website&#8217;s   	<span style="font-family: monospace; font-size: 1.2em;">http://mybaseurl/upgrader.php</span> script. You will need to copy the URL of the attached   	<span style="font-family: monospace; font-size: 1.2em;">TAR</span> file as one of these steps (&#8220;3: Upload an upgrade TAR for extraction&#8221;).<br />
Please <span>make sure you take a backup before uploading your new files!</span></p>
<p>» alternatively (<span>but not recommended</span>), you can manually upload the files inside the attached TAR file over existing files (<a title="(this link will open in a new window)" href="http://www.7-zip.org/" target="_blank">7-zip</a> is just one of many tools for tar files). This is not recommended because it will bypass the upgraders addon-aware extraction algorithm and potentially cause problems.</p>
<div>
<div style="height: auto; width: 100%;">
<h4>Important</h4>
<div>
<div>ocProducts cannot make any guarantees about the speed of which any new bugs might be patched, for this upgrade or any other upgrade. It is your own responsibility to make and test a full website backup (files and database) before you upgrade, for use in the unlikely event of you wanting to revert your upgrade. Some users may wish to test upgrades (and pre-fix any theme compatibility problems that could occur) on a staging site (a private mirror of their live site).<br />
If you don&#8217;t follow our advice by taking and testing a backup, and end up needing emergency repair help, ocProducts can help charged at our hourly rate.</div>
</div>
</div>
</div>
<p>For more details, see our <a title="(this link will open in a new window)" href="http://ocportal.com/docs/tut_upgrade.htm" target="_blank">upgrading tutorial</a>.</p>
<p>Any common upgrade problems and <span>known issues</span> are being tracked in <a href="http://ocportal.com/forum/topicview/misc/deploying/upgrade_issues_-_42.htm" target="_top">this forum topic</a>.<br />
If you have another problem, please file a bug report and ocProducts will respond and update the topic accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/ocportal-version-4-2-final/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ocpotal version 4.2 RC3 has now been released</title>
		<link>http://bunnykinsblog.com/ocpotal-version-4-2-rc3-has-now-been-released/</link>
		<comments>http://bunnykinsblog.com/ocpotal-version-4-2-rc3-has-now-been-released/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 00:20:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1413</guid>
		<description><![CDATA[Version 4.2 RC3 has now been released. This is the third release candidate for ocPortal 4.2. To upgrade follow the steps in your website&#8217;s http://mybaseurl/upgrader.php script. You will need to copy the URL of the attached TAR file as one of these steps (&#8220;3: Upload an upgrade TAR for extraction&#8221;). » alternatively (but not recommended), [...]]]></description>
			<content:encoded><![CDATA[<p>Version 4.2 RC3 has now been released. This is the third release candidate for ocPortal 4.2.</p>
<p>To upgrade follow the steps in your website&#8217;s <span style="font-family: monospace; font-size: 1.2em;">http://mybaseurl/upgrader.php</span> script. You will need to copy the URL of the attached <span style="font-family: monospace; font-size: 1.2em;">TAR</span> file as one of these steps (&#8220;3: Upload an upgrade TAR for extraction&#8221;).</p>
<p>» alternatively (<span>but not recommended</span>), you can manually upload the files inside the attached TAR file over existing files (<a title="(this link will open in a new window)" href="http://www.7-zip.org/" target="_blank">7-zip</a> is just one of many tools for tar files). This is not recommended because it will bypass the upgraders addon-aware extraction algorithm and potentially cause problems.</p>
<div>
<div style="height: auto; width: 100%;">
<h4>Important</h4>
<div>
<div>ocProducts cannot make any guarantees about the speed of which any new bugs might be patched, for this upgrade or any other upgrade. It is your own responsibility to make and test a full website backup (files and database) before you upgrade, for use in the unlikely event of you wanting to revert your upgrade. Some users may wish to test upgrades (and pre-fix any theme compatibility problems that could occur) on a staging site (a private mirror of their live site).<br />
If you don&#8217;t follow our advice by taking and testing a backup, and end up needing emergency repair help, ocProducts can help charged at our hourly rate.</div>
</div>
</div>
</div>
<p>For more details, see our <a title="(this link will open in a new window)" href="http://ocportal.com/docs/tut_upgrade.htm" target="_blank">upgrading tutorial</a>.</p>
<hr />We&#8217;re very pleased that this version has the full online store (eCommerce functionality) we have previously announced, fully tested &amp; tuned. We&#8217;ve gone to particular efforts to make sure that ocPortal&#8217;s entry into this new area is competent.</p>
<p>Whilst this was all being finalised we took the opportunity to make some other small improvements:</p>
<ul>
<li>The user interface to the block assistant tool has been overhauled to be far more user friendly.</li>
<li>Language strings can and will now handle pluralism correctly. For example, instead of &#8220;There are 1 entries&#8221; you will see &#8220;There is 1 entry&#8221;.</li>
<li>The menu styles have been improved a bit.</li>
<li>The main_countdown block now has a Javascript count down to make it feel more dynamic (previously it only changed when you refreshed).</li>
<li>A new emoticon popup button has been placed next to all Comcode fields.</li>
<li>When you export a theme add-on it automatically fills in the add-on description details from the theme description details.</li>
<li>A common pattern of spam posts is now automatically filtered out.</li>
<li>Forum selection lists have been replaced with ocPortal tree lists, so complex forum tree structures are easier to work with.</li>
<li>The scope of the Admin Zone search has been increased a bit, and tuned a bit more.</li>
<li>If files from uninstalled addons accidentally get re-uploaded, ocPortal is now less likely to fail with database errors.</li>
<li>We no longer refer to &#8216;Root&#8217; in public language strings, preferring the use of the word &#8216;Home&#8217; (e.g. &#8220;Forum Home&#8221; instead of &#8220;Forum Root&#8221;).</li>
<li>You can now use the arrow keys to make selections from auto-completing inputs (e.g. username selection inputs).</li>
<li>The shoutbox block now has a parameter for how many messages are shown.</li>
<li>When you use the Add New Page wizard, it&#8217;ll allow you to put a link into menus that are referenced but currently empty.</li>
<li><span>Various bug fixes and usability improvements have also been made, in particularly IE6 compatibility issues.</span></li>
</ul>
<p>Source: <a href="http://ocportal.com/site/news/view/new_releases/42_rc3_released.htm" target="_blank">ocportal&#8217;s site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/ocpotal-version-4-2-rc3-has-now-been-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB 3.0.6 Release Candidate 1 released</title>
		<link>http://bunnykinsblog.com/phpbb-3-0-6-release-candidate-1-released/</link>
		<comments>http://bunnykinsblog.com/phpbb-3-0-6-release-candidate-1-released/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 18:52:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1362</guid>
		<description><![CDATA[phpBB 3.0.6 Release Candidate 1 released by Acyd Burn » Sat Sep 12, 2009 5:48 pm Please read: This release candidate is only meant for people who want to participate in the QA process &#8211; if you are interested, please subscribe to the QA Mailing List to be notified about additional release candidates. Hello, In [...]]]></description>
			<content:encoded><![CDATA[<p><span> </span></p>
<h3><a href="http://www.phpbb.com/community/viewtopic.php?f=14&amp;t=1777815&amp;sid=5cb3b7c267b7597f74f0df896c69a287#p10740125">phpBB 3.0.6 Release Candidate 1 released</a></h3>
<p><a href="http://www.phpbb.com/community/viewtopic.php?p=10740125#p10740125"><img title="Post" src="http://www.phpbb.com/community/styles/prosilver/imageset/icon_post_target.gif" alt="Post" width="11" height="9" /></a>by <strong><a style="color: #009900;" href="http://www.phpbb.com/community/memberlist.php?mode=viewprofile&amp;u=2075">Acyd Burn</a></strong> » Sat Sep 12, 2009 5:48 pm</p>
<div><span style="font-weight: bold;">Please read: This release candidate is only meant for people who want to participate in the QA process &#8211; if you are interested, please subscribe to the <a href="http://code.phpbb.com/mailman/listinfo/phpbb-qa">QA Mailing List</a> to be notified about additional release candidates.</span></p>
<p>Hello,</p>
<p>In an effort to increase product stability we are happy to announce the availability of the first release candidate for the next release &#8211; phpBB 3.0.6.</p>
<p>This release contains a lot more features, bug fixes and changes than previous releases, therefore we expect a longer RC phase and maybe one or two additional RC&#8217;s this time. Everyone able to should test this release and report critical bugs (those, stopping the operation of the forum) and issues to the bug tracker or directly to the developers.</p>
<p>We recommend international support sites to update their sites to RC1 too. We are able to provide direct support to them within our international support sites forums.</p>
<p><span style="font-weight: bold;">Note to people using 3.0.4 files in 3.0.5 installations</span></p>
<p>We know that some replaced their includes/functions_messenger.php file from their phpBB 3.0.5 installation with the version from phpBB 3.0.4 due to the following bug:<br />
<a href="http://www.phpbb.com/bugs/phpbb3/46725">Ticket #46725 &#8211; functions_messenger [...] causing emailing issues</a></p>
<p>If you update to RC1 please *re-upload the 3.0.5 functions_messenger.php file* and any other file you replaced with previous versions. If you do not use phpBB 3.0.5 files all modifications will be identified as non-phpBB modifications and merged during the automatic update. This will result in wrong updates where to-be-updated parts for phpBB 3.0.6 will not be included and you will not benefit from the bug fixes &#8211; or even notice grave errors.</p>
<p><span style="font-weight: bold;">Tagging/Reviewing fixes</span></p>
<p>Every member is now able to verify bug fixes and mark them as fixed within the trackers. To mark a bugfix as verified go to the bug and click on &#8220;I have verified the fix of this ticket&#8221; in the &#8220;Options&#8221; section on the right. Of course prior to clicking you should have properly checked whether the bug was really fixed. Of course you should comment on the respective bug if you find problems so the fix can be corrected.</p>
<p>To make it easier for you to find fixed bugs that need testing we created a <a href="http://www.phpbb.com/bugs/phpbb3/qa.php">bug overview page</a>. It lists unfixed critical bugs at the top. Then a list of critical bugs that have been fixed &#8211; these should be thorougly checked to confirm that the problem has really been solved. And then all other bugs that have been fixed since the last release are listed. You should focus on the least tested bugs when selecting one to test.</p>
<p><span style="font-weight: bold;">Language Packs and Styles</span></p>
<p>We already gave out instructions to language pack authors to let them update their language packs in a timely manner. The changes are provided with the code changes package (see downloads section below). Style authors should also download the code changes package and adjust their styles accordingly. Please post within our Styles forums if you have questions or encounter problems.</p>
<p>The package is downloadable from:<br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.5_to_3.0.6-RC1-codechanges.zip">http://www.phpbb.com/files/qa/phpBB-3.0 &#8230; hanges.zip</a><!-- m --><br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.5_to_3.0.6-RC1-codechanges.tar.bz2">http://www.phpbb.com/files/qa/phpBB-3.0 &#8230; es.tar.bz2</a><!-- m --></p>
<p><span style="font-weight: bold;">New features, changes, bug fixes</span></p>
<p><span style="font-weight: bold;">The following is a list of major new features implemented in phpBB 3.0.6:</span></p>
<ul>
<li>Backported 3.2 captcha plugins:
<ul>
<li>Classic and GD CAPTCHA</li>
<li>reCaptcha (based on API from recaptcha.net by Mike Crawford and Ben Maurer)</li>
<li>Q&amp;A CAPTCHA</li>
<li>3D Wave (by Robert &#8220;Xore&#8221; Hetzler)</li>
</ul>
</li>
</ul>
<ul>
<li>Introduced new ACM plugins:
<ul>
<li>null (to disable caching completely)</li>
<li>memcache (<!-- m --><a href="http://pecl.php.net/package/memcache">http://pecl.php.net/package/memcache</a><!-- m -->)</li>
<li>APC (<!-- m --><a href="http://pecl.php.net/package/APC">http://pecl.php.net/package/APC</a><!-- m -->)</li>
<li>XCache (<!-- m --><a href="http://xcache.lighttpd.net/">http://xcache.lighttpd.net/</a><!-- m -->)</li>
<li>eAccelerator (<!-- m --><a href="http://eaccelerator.net/">http://eaccelerator.net/</a><!-- m -->)</li>
</ul>
</li>
</ul>
<ul>
<li>ATOM Feeds</li>
<li>bare-bones Quick Reply editor in viewtopic</li>
<li>Users can report PMs to moderators which are then visible in a new MCP module</li>
<li>Ability to copy permissions from one forum to several other forums.</li>
<li>Send statistical information (anonymously) about PHP and phpBB configuration to help improve phpBB.</li>
</ul>
<p><span style="font-weight: bold;">The following is a list of minor feature additions to phpBB 3.0.6:</span></p>
<ul>
<li>Add language selection on the registration terms page</li>
<li>New groups option to excempt group leaders from group permissions</li>
<li>New &#8220;Newly Registered Users&#8221; group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.</li>
<li>Ability to define if the &#8220;Newly Registered Users&#8221; group will be assigned as the default group to newly registered users.</li>
<li>Add new option to disable avatars board-wide</li>
<li>Enhance obtain_users_online_string to be able to return user-lists for other session-items</li>
<li>Add unapproved topic icon for moderators on forum list</li>
<li>Ability to define minimum number of characters for posts/pms</li>
<li>Store signature configuration options in database</li>
<li>Detect when a post has been altered by someone else while editing.</li>
<li>Add unread posts quick search option</li>
<li>Add option to disable avatar uploads from remote locations.</li>
<li>Ability to delete warnings and keep warnings permanently</li>
<li>Ability to empty a user&#8217;s outbox from the user ACP quick tools.</li>
<li>Ability to search ACP / MCP logs</li>
<li>Parse email text files with the template engine.</li>
<li>Use email-style quoting when bbcodes are disabled.</li>
<li>Added new functionality to inactive users module:
<ul>
<li>Ability to set users per page.</li>
<li>Ability to sort by posts/number of reminders/last reminded date.</li>
<li>Show number of posts and ability to search posts.</li>
<li>Show number of reminders sent to user.</li>
<li>Show date of last reminder sent to user.</li>
</ul>
</li>
<li>Display version check on ACP main page.</li>
<li>Ability to control the display of custom profile fields on viewtopic</li>
<li>Fallback options for missing language files.</li>
<li>Separate PM Reply and PM Reply to all in prosilver.</li>
<li>Place debug notices during captcha rendering in the error log &#8211; useful for debugging output already started errors.</li>
<li>Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset&#8230;</li>
<li>Added function to generate Email hash.</li>
<li>Style authors are now able to define the default submit button used for form submission on ENTER keypress on forms using more than one. Prosilver uses this for the posting page(s) and registration screen.</li>
<li>Ability to specify amount of time user is able to delete his last post in topic.</li>
</ul>
<p><span style="font-weight: bold;">The following is a list of smaller changes implemented in phpBB 3.0.6:</span></p>
<ul>
<li>submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</li>
<li>Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>
<li>Add index on log_time to the log table to prevent slowdown on boards with many log entries.</li>
<li>Template engine now permits to a limited extent variable includes.</li>
<li>Quote BBCode no longer requires the f_reply permission.</li>
<li>Banning/unbanning users now generates an entry in their user notes</li>
<li>Smilies no longer require the f_bbcode permission.</li>
<li>Ability to define column split in FAQ/BBCode help</li>
<li>Changed behaviour of group_create() function to support specifying additional group columns</li>
<li>Hide avatar when avatar-type is not allowed</li>
<li>INCLUDEPHP not depending on phpbb_root_path</li>
<li>Ability to fetch moderators with get_moderators() even if load_moderators setting is off.</li>
<li>&#8220;Post details&#8221; links with image in MCP.</li>
<li>PM history now only shows PMs of users you currently reply to.</li>
<li>Show quote button for own PMs in PM history.</li>
<li>Fetch requested cookie variables directly from cookie super global.</li>
<li>Add confirmation for deactivating styles</li>
<li>Add confirmation for deactivating language packs</li>
<li>Add confirm-box when deleting permissions</li>
<li>Add pagination for icons and smilies in the ACP and smilies in the smiley popup</li>
<li>Cache get_username_string() function calls on viewtopic.</li>
<li>Cache version check.</li>
<li>When creating a new forum without copying permissions, ask again.</li>
<li>Parse multiline url title for [url] BBCode tag.</li>
<li>Introduce new parameter to page_header() for forum specific who is online listings.</li>
<li>Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.</li>
<li>Unapproved topics can no longer be replied to</li>
<li>Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests</li>
<li>Allow three-digit hex notation in Color BBcode.</li>
<li>Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page.</li>
<li>Do not take edit post time into account for determining permission to delete last post in topic.</li>
<li>Resize oversized Topic icons</li>
<li>Banned IPs are now sorted</li>
<li>phpBB updater now skips sole whitespace changes. This reduces the chance of conflicts tremendously.</li>
</ul>
<p><span style="font-weight: bold;">The following is a list of bugfixes since phpBB 3.0.5:</span></p>
<ul>
<li>Allow whitespaces in avatar gallery names.</li>
<li>Sorting by author or subject on viewtopic now preserves the order.</li>
<li>Correctly determine writable status of files on Windows operating system.</li>
<li>Show report button in prosilver for guests who are allowed to report posts.</li>
<li>Correctly show private message history</li>
<li>Various XHTML mistakes in prosilver, subsilver2 and the ACP.</li>
<li>Fix some ACP style issues</li>
<li>Move post bump information markup to the template.</li>
<li>Show error in the ACP when template folder is not readable.</li>
<li>Adjust viewonline filename regular expression to be less strict.</li>
<li>Correctly apply the can change vote permission again. Regression introduced in r9470.</li>
<li>Also remove data from friend/foe table when deleting user.</li>
<li>Correctly hide skiplink in prosilver right-to-left mode.</li>
<li>Fix dynamic config update routine error if firebird is used</li>
<li>Allow friends/foes to be added and removed at the same time.</li>
<li>Only change topic/post icon if icons are enabled and user is allowed to.</li>
<li>Fix saving custom profile fields in ACP if Oracle is used.</li>
<li>Make view_log() more resilient to corrupt serialized data.</li>
<li>Show error if hostname lookup doesn&#8217;t return a valid IP address when banning.</li>
<li>Fix incorrect layout when loading private message draft.</li>
<li>Show proper error message when trying to add bots to friends/foes list.</li>
<li>Fix Oracle database backup</li>
<li>Update attachments table when deleting user and retaining his posts.</li>
<li>Correctly detect files in subfolders when viewing cached template files.</li>
<li>Display user&#8217;s Jabber address in popup when Jabber functionality is disabled</li>
<li>Correctly exclude forums from active topics list.</li>
<li>Do not display birthdays of banned users</li>
<li>Fix function to recalculate Nested Sets</li>
<li>Display but also highlight already used rank images when creating new ranks.</li>
<li>Correctly orientate quoted text image on RTL languages</li>
<li>Do not display &#8220;View user notes&#8221; and &#8220;Warn user&#8221; links in user profile if corresponding MCP modules are disabled.</li>
<li>Show proper error message when trying to create a private messages folder with an empty name.</li>
<li>No longer state that it is possible to manage group leaders from the UCP.</li>
<li>Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.</li>
<li>Fix censoring of unicode words.</li>
<li>Display coloured usernames in ACP groups management screens</li>
<li>Correctly describe founder permissions on trace-information</li>
<li>Correct the width value for poll_center.gif omitted in imageset.cfg for subsilver2.</li>
<li>Correctly load complex language variable using acp_language</li>
<li>Fix reapply_sid() to correctly strip session id in certain circumstances</li>
<li>Correctly state why one language pack is marked with an asterisk in the ACP.</li>
<li>Correctly check if install directory is still present.</li>
<li>Correct banned user behaviour when &#8220;force password change&#8221; is enabled</li>
<li>Correctly display ACP logs options, without permission to clear logs.</li>
<li>Display topic icons in MCP forum view again (only prosilver).</li>
<li>Properly display post status messages in topic when post is reported and unapproved</li>
<li>Do not remove recipients when loading private message draft.</li>
<li>Add author name to moderator log when deleting post/topic.</li>
<li>Fix broken &#8220;Report details&#8221; link in the MCP.</li>
<li>Resolve accesskey conflicts in prosilver.</li>
<li>Check if template file is empty before trying to read from it.</li>
<li>Correct descriptions of the permissions to use BBCode, smilies, images and flash to be more relevant.</li>
<li>Fix style issues in print mode.</li>
<li>Fix minor issue with L_QUOTE language string missing in several PM composing modes.</li>
<li>Also fetch posts of guests and deleted or deactivated users when searching for author names.</li>
<li>Show end of ban in MCP and ACP when user is banned by duration.</li>
<li>Correctly count posts awaiting approval in the MCP.</li>
<li>Display user&#8217;s posts count in private message when it is equal to 0 (prosilver).</li>
<li>Only allow users to disable word censor if globally allowed.</li>
<li>Fix database updater and db tools to support multiple column changes/additions/removals with SQLite</li>
<li>Correctly detect GZIP status in debug mode.</li>
<li>Posting smilies in view more smilies now work again in IE</li>
<li>Properly convert and show filesize information.</li>
<li>Add ability to prune users who never logged in.</li>
<li>Show smilies and images in topic print view.</li>
<li>Force full date in private message print view.</li>
<li>Fix &#8220;Always show a scrollbar for short pages&#8221; for IE8 and Firefox 3.5</li>
<li>Do not allow setting group as default group for pending users.</li>
<li>Fail gracefully if store folder is not writable during update.</li>
<li>Hide profile-icon from viewtopic-page if user has no permissions (subsilver2 only)</li>
<li>Correct escaping/unescaping in the LDAP authentication plugin.</li>
<li>Add hard limit for smilies.</li>
<li>Remove redundant SQL query from ucp.php.</li>
<li>Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled.</li>
<li>Ensure user errors are displayed regardless of PHP settings.</li>
<li>Permit null values for non-required integer custom profile fields and ensure zero complies with the range limits.</li>
<li>Allow changing forum from select box under certain circumstances.</li>
<li>Display required fields notice on registration above the custom profile fields.</li>
<li>Copy poll options properly when copying topic.</li>
<li>Fix error with disapproval of topics having several queued posts only.</li>
<li>Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP&#8217;s handling of closing tags)</li>
<li>Be less strict with FTP daemons when getting directory filelists.</li>
<li>Fix set_custom_template for database-stored styles</li>
<li>Banning an already banned user states to be successful, but has no effect</li>
<li>Do not add style-parameter to URL again, after admin re-authentification</li>
<li>Do not cut post-message in between HTML-Entities on search.php</li>
<li>Correctly set attachment flag for topics, posts and pms after deleting attachments</li>
<li>Display &#8220;Locked&#8221; button instead of &#8220;Reply&#8221; one for locked forum in viewtopic (prosilver).</li>
<li>Correctly propagate umlauts over search result pages</li>
<li>Preserve post options when refusing to save the post as a draft.</li>
<li>Do not send private message back to sender if sender is in the same group the private message was sent to.</li>
<li>Correctly add user to a group making it a default one.</li>
<li>Add log entry when copying forum permissions.</li>
<li>Min/max characters per posts no longer affects poll options</li>
<li>Correctly log action when users request to join a group</li>
<li>Do not try to create thumbnails for images we cannot open properly.</li>
<li>Apply locale-independent basename() to attachment filenames. New function added: utf8_basename().</li>
<li>Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges.</li>
<li>Do not mark global announcements as read if all topics in a forum become read</li>
<li>Fix general error while registration, through undefined variable $config in validate_referer</li>
<li>Correctly extract column default value when exporting PostgreSQL tables.</li>
<li>Allow updater to work correctly with PHP filename extensions other than &#8220;.php&#8221;.</li>
<li>Update search index if only post subject changed.</li>
<li>Fix who is online displaying incorrect data.</li>
<li>Fixed incorrect &#8220;topic does not exist&#8221; when unapproved posts were visited without global moderator permissions.</li>
<li>Prevent style switcher from blocking the tab key.</li>
<li>Correctly redirect on MCP main page after posts approval/disapproval from it.</li>
<li>Do not display topic approval status image for shadow topic if a user is not a moderator in the forum the topic has been moved to.</li>
<li>Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the mail()-function.</li>
<li>Correctly orientate Control-Panel-Navigation background-image on RTL languages.</li>
<li>Sort private messages by message time and not message id.</li>
<li>Make sure only logs for existing users are displayed and user-specific logs removed on user deletion.</li>
<li>Only show &#8220;Add friend&#8221; and &#8220;Add foe&#8221; links if the specific module is enabled.</li>
<li>Correctly display list items in forum description in prosilver and administration.</li>
<li>Fix handling of bookmarks and subscriptions on &#8220;split topics&#8221;, &#8220;merge topics&#8221; and &#8220;merge posts&#8221;.</li>
<li>Only embed cron.php if there is no cron lock present to reduce overhead.</li>
<li>Add header gradient back into subsilver2 but keep site logo easily replaceable with smaller and bigger ones.</li>
<li>Send activation email when activating user from user settings.</li>
<li>Do not show resend activation email link when using admin activation.</li>
<li>Do not display links to user/post search if search is disabled.</li>
<li>Fix icon alignment for forums with large descriptions in subsilver2.</li>
<li>Correctly display underlined links placed in last line in viewtopic.</li>
</ul>
<p>(For the complete list, including ticket numbers and full credits for patches have a look at the comprehensive changelog file within the docs folder)</p>
<p><span style="font-weight: bold;">Available packages:</span></p>
<p>With this release, there are five packages available.</p>
<p>Full Package:<br />
Contains entire phpBB3 source and english language files.</p>
<p>Automatic Update Package:<br />
Update package for the automatic updater, containing the changes from previous release to this release.</p>
<p>Changed Files Only:<br />
Contains only those files changed from previous versions of phpBB3. Please note this archive contains changed files for each previous release.</p>
<p>Patch Files:<br />
Contains patch compatible patches from previous versions of phpBB3.</p>
<p>Code Changes Package:<br />
Package contains changes to the following sections: Language changes, prosilver style changes and subsilver2 style changes.</p>
<p>Select whichever package is most suitable for you. As a tiny guide we recommend the following methods based on the requirements:</p>
<ul>
<li>For a new installation you should use the Full Package</li>
<li>For updates of boards without modifications you can basically use the Automatic Update Package (guided update) or the Changed Files Only package (manual update).</li>
<li>For updates of boards with modifications you should use the Automatic Update Package. If you are confident with patch files and patching you can use the Patch Files Package.</li>
<li>Style Authors and Translators may use the Code Changes Package to update their styles or language packs directly.</li>
<li>International Support Teams may use the Patch Package in conjunction with the Code Changes to better support users having problems with conflicts or specific code sections.</li>
<li>If you are a hoster/provider, you may want to use the Patch Files Package to update all of your client installations.</li>
</ul>
<p>Please ensure you read the INSTALL and README documents in docs/ before proceeding with installation, updates or conversions!</p>
<p><span style="font-weight: bold;">Download:</span></p>
<p>Full Package:<br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.6-RC1.zip">http://www.phpbb.com/files/qa/phpBB-3.0.6-RC1.zip</a><!-- m --><br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.6-RC1.tar.bz2">http://www.phpbb.com/files/qa/phpBB-3.0.6-RC1.tar.bz2</a><!-- m --></p>
<p>Automatic Update Package:<br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.5_to_3.0.6-RC1.zip">http://www.phpbb.com/files/qa/phpBB-3.0 &#8230; .6-RC1.zip</a><!-- m --><br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.5_to_3.0.6-RC1.tar.bz2">http://www.phpbb.com/files/qa/phpBB-3.0 &#8230; C1.tar.bz2</a><!-- m --></p>
<p>Changed Files Only Package:<br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.6-RC1-files.zip">http://www.phpbb.com/files/qa/phpBB-3.0.6-RC1-files.zip</a><!-- m --><br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.6-RC1-files.tar.bz2">http://www.phpbb.com/files/qa/phpBB-3.0 &#8230; es.tar.bz2</a><!-- m --></p>
<p>Patch Files Package:<br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.6-RC1-patch.zip">http://www.phpbb.com/files/qa/phpBB-3.0.6-RC1-patch.zip</a><!-- m --><br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.6-RC1-patch.tar.bz2">http://www.phpbb.com/files/qa/phpBB-3.0 &#8230; ch.tar.bz2</a><!-- m --></p>
<p>Code Changes Package:<br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.5_to_3.0.6-RC1-codechanges.zip">http://www.phpbb.com/files/qa/phpBB-3.0 &#8230; hanges.zip</a><!-- m --><br />
<!-- m --><a href="http://www.phpbb.com/files/qa/phpBB-3.0.5_to_3.0.6-RC1-codechanges.tar.bz2">http://www.phpbb.com/files/qa/phpBB-3.0 &#8230; es.tar.bz2</a><!-- m --></p>
<p><span style="font-weight: bold;">IMPORTANT</span></p>
<p>To correctly perform an update, do not forget to re-enable the PHPBB_QA constant within your includes/constants.php file. Else you are not prompted for an update within the ACP and the automatic update will eventually fail. <img title="Smile" src="http://www.phpbb.com/community/images/smilies/icon_e_smile.gif" alt=":)" /></p>
<p>Have fun with the release,<br />
the phpBB Team</p></div>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/phpbb-3-0-6-release-candidate-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyBB 1.4.9 Released – Security Update</title>
		<link>http://bunnykinsblog.com/mybb-1-4-9-released-%e2%80%93-security-update/</link>
		<comments>http://bunnykinsblog.com/mybb-1-4-9-released-%e2%80%93-security-update/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 18:08:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1359</guid>
		<description><![CDATA[MyBB 1.4.9 is a security update to the MyBB 1.4 series. It fixes 1 high risk security vulnerability and two low risk issues. We recommend everybody upgrades to this release immediately or patch their boards with the manual patching instructions below. These vulnerabilities affects MyBB 1.4.8. MyBB 1.2 is also affected. Thank you to endeavormac, [...]]]></description>
			<content:encoded><![CDATA[<p>MyBB 1.4.9 is a security update to the MyBB 1.4 series. It fixes 1 high risk security vulnerability and two low risk issues. We recommend everybody upgrades to this release immediately or patch their boards with the manual patching instructions below.</p>
<p>These vulnerabilities affects MyBB 1.4.8. MyBB 1.2 is also affected.</p>
<p>Thank you to endeavormac, frostschutz, and TheLinx for alerting us of these issues.</p>
<h4><strong>MyBB 1.4.8 to MyBB 1.4.9 Patch</strong></h4>
<p>This patch is only for users running MyBB 1.4.8. If you are running an older version of MyBB then please download MyBB 1.4.9 from the MyBB site and update to it.</p>
<p>Please download the attached ZIP archive and replace the files in your forum directory with those from the ZIP archive.</p>
<p><a href="http://mybboard.net/download/109">changed_files_1409.zip</a></p>
<p>If you wish to manually patch your board please download “mybb_1408_patches.txt” and follow the instructions in that file.</p>
<p><a href="http://mybboard.net/download/110">mybb_1408_patches.txt</a></p>
<p><strong>Please Note: You do not have to run the upgrade script for this release.</strong></p>
<h4><strong>Reporting MyBB security vulnerabilities</strong></h4>
<p>If you think you’ve found a vulnerability in MyBB, we advise you not to publicly post it on these forums or publicly release information about it elsewhere until we’ve had time to prepare and release a patch.</p>
<p>As always, you can send through security related messages on the MyBB website from the <a href="http://www.mybboard.net/contact/" target="_blank">Contact Us</a> page.</p>
<h4><strong>MyBB 1.2.14 Patch</strong></h4>
<p>Please follow step #1 in the mybb_1408_patches.txt file as listed above.</p>
<p>Please note all users of the 1.2.x series are urged to upgrade to the latest release of MyBB. (1.4.9) MyBB 1.2 is no longer being supported, though security updates for the MyBB 1.2 series will last through December 2009.</p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/mybb-1-4-9-released-%e2%80%93-security-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invision Power Board 3.0.3 Released</title>
		<link>http://bunnykinsblog.com/invision-power-board-3-0-3-released/</link>
		<comments>http://bunnykinsblog.com/invision-power-board-3-0-3-released/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:01:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1172</guid>
		<description><![CDATA[We are pleased to announce Invision Power Board 3.0.3 has been released. This is a maintenance release for IP.Board 3 and addresses various bugs and adds in some enhancements to existing features. Also, IP.Blog, IP.Gallery, and IP.Downloads have received a maintenance update. Major Changes Since 3.0.2 Among many dozens of smaller bugs fixed, the following [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><span style="font-size: 17px;"><strong>We are pleased to announce Invision Power Board 3.0.3 has been released.</strong></span></p>
<p>This is a maintenance release for IP.Board 3 and addresses various bugs and adds in some enhancements to existing features. Also, IP.Blog, IP.Gallery, and IP.Downloads have received a maintenance update.</p>
<p><strong>Major Changes Since 3.0.2</strong></p>
<p>Among many dozens of smaller bugs fixed, the following large changes and fixes have been made in the 3.0.3 release:</p>
<ul>
<li>New option for dealing with members marked as spam: Unapprove posts, clear profile data and ban user</li>
<li>Ability to mark members as spammers from the Manage Validating Queue in the ACP</li>
<li>Added ability to edit status and about me information from moderator edit member page</li>
<li>Profile screen now displays member&#8217;s email address if viewer is an administrator</li>
<li>OpenID now supports PHP 5.3.0</li>
</ul>
<p><strong>Subscriptions Manager</strong></p>
<p>Subscriptions Manager RC 2 is now available in the client area.</p>
<p><strong>MS-SQL Database Driver</strong></p>
<p>MSSQL Driver RC 1 released for IP.Board, IP.Blog, IP.Gallery and IP.Downloads. Includes ability to upgrade from 2.3.6</p>
<p><strong>CleanCut Skin</strong></p>
<p>The new CleanCut skin will be made available as a separate download soon. A blog entry will be posted with information when it is available.</p>
<p><strong>IP.Converge 1.1.1 Released</strong></p>
<p>This is a maintenance update to IP.Converge to address reported issues.</p>
<p><strong>Downloading</strong></p>
<p>You can download IP.Board 3.0.3 and any applications you have an active license for in the <a title="External link" rel="nofollow" href="http://www.invisionpower.com/customer/">client area</a>. As always, make a backup of your community before proceeding.</p></blockquote>
<p>Source:<a href="http://forums.invisionpower.com/topic/292224-invision-power-board-3-0-3-released/"> IPB</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/invision-power-board-3-0-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OCPortal 4.2 RC2 released</title>
		<link>http://bunnykinsblog.com/ocportal-4-2-rc2-released/</link>
		<comments>http://bunnykinsblog.com/ocportal-4-2-rc2-released/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 22:05:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=1113</guid>
		<description><![CDATA[The ocProducts team is very proud to announce the eagerly-awaited release of ocPortal v4.2 RC2 (the second Release Candidate of version 4.2). ocPortal 4.2 is officially a minor/feature-release, but in fact is based on the continued development of ocPortal over the previous 8 months. On the back of the well received 4.2 (RC1) release comes [...]]]></description>
			<content:encoded><![CDATA[<p>The ocProducts team is very proud to announce the eagerly-awaited release of ocPortal v4.2 RC2 (the second Release Candidate of version 4.2). ocPortal 4.2 is officially a minor/feature-release, but in fact is based on the continued development of ocPortal over the previous 8 months.</p>
<p>On the back of the well received 4.2 (RC1) release comes ocPortal 4.2 (RC2), with over 100 bug fixes and usability improvements. We used our recent 9-day team meeting, this time held in Cheltenham (UK), to thoroughly test ocPortal&#8217;s major features in both development and live environments. We took the opportunity to address all the bug-related issues that cropped up during our tests, as well as collaborating on features that enhance the user-experience in ways that we never consciously thought of before &#8211; such as adding the ability to use the tab-key to make indents in ocPortal&#8217;s CSS and Template editors, or to be able to preview existing uploaded images on any edit form (next to the upload field).</p>
<div>
<div style="height: auto; width: 100%;">
<h4>Feature recap</h4>
<div>
<div>
<div>New features include:</p>
<ul>
<li>Big cleanup of blogging/news features</li>
<li>Tidy-up of galleries</li>
<li>Posting-rate graph</li>
<li>True multi-language support &#8211; virtually all content (news posts, forum posts, CEDI pages, etc) can be translated.</li>
<li>More data-conversion choices &#8211; importing from CSV files, RSS and JPEG meta-data, and ocPortal&#8217;s new XML format for synchronisation of data between sites</li>
<li>Google Sitemap generation</li>
<li>Twitter and Facebook syndication</li>
<li>A new weather block to show the current weather in a given location</li>
<li>Refreshed forum driver support (IPB3, vBulletin 3.8, SMF 2)</li>
<li>All the menu templates and CSS have been rewritten to be far easier to understand and modify</li>
<li>About 30 new config options, to allow greater flexibility</li>
<li>Shopping cart/Online store</li>
<li>Error messages are now much more thorough, providing solutions on how to resolve the errors</li>
<li>Performance improvements, particularly to reduce memory usage</li>
<li>Search-friendly URLs (URLs with keywords in, rather than ID numbers)</li>
<li>Reviews support (e.g. people can post reviews for a catalogue entry)</li>
<li>MkPortal import, and feature parity: Slide-shows and eCards from galleries, Top-sites support</li>
<li>New &#8216;carousel&#8217; Comcode tag</li>
<li>Overhaul of the support ticket system, including SMS alert support</li>
<li>Encrypted custom profile fields (CPFs) and privacy settings</li>
<li>Flash and Java based uploaders</li>
<li>Further improved best practice compliance for web standards, and support for the semantic web (&#8220;Web 3.0&#8243;) &#8211; Microformat support, Dublin Core support, and more</li>
<li><span>tonnes more</span> (most of which is documented across various posts in our public staff chat forum)</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<p><a name="title__2704"></a></p>
<h2>About this release</h2>
<p>Upgrading is not yet recommended for live sites, but new sites may wish to go with this release; it is still officially &#8216;bleeding-edge&#8217; but this will change once it is no longer in Release Candidate status.</p>
<p>This website is now running RC2, and rigorous testing has been undertaken &#8211; it has passed all our code quality checking tools. The core 4.2 code, including any new features since the last release, is continually being deployed on our client-websites, and as such as already been thoroughly tried and tested.</p>
<p><a name="title__3251"></a></p>
<h2>Upgrading</h2>
<p>To upgrade follow the steps in your website&#8217;s <span style="font-family: monospace; font-size: 1.2em;">http://mybaseurl/upgrader.php</span> script. You will need to copy the URL of the attached <span style="font-family: monospace; font-size: 1.2em;">TAR</span> file as one of these steps (&#8220;3: Upload an upgrade TAR for extraction&#8221;).<br />
Please <span>make sure you take a backup before uploading your new files!</span></p>
<p>» alternatively (<span>but not recommended</span>), you can manually upload the files inside the attached TAR file over existing files (<a title="(this link will open in a new window)" href="http://www.7-zip.org/" target="_blank">7-zip</a> is just one of many tools for tar files). This is not recommended because it will bypass the upgraders addon-aware extraction algorithm and potentially cause problems.</p>
<div>
<div style="height: auto; width: 100%;">
<h4>Important</h4>
<div>
<div>ocProducts cannot make any guarantees about the speed of which any new bugs might be patched, for this upgrade or any other upgrade. It is your own responsibility to make and test a full website backup (files and database) before you upgrade, for use in the unlikely event of you wanting to revert your upgrade. Some users may wish to test upgrades (and pre-fix any theme compatibility problems that could occur) on a staging site (a private mirror of their live site).<br />
If you don&#8217;t follow our advice by taking and testing a backup, and end up needing emergency repair help, ocProducts can help charged at our hourly rate.</div>
</div>
</div>
</div>
<p>For more details, see our <a title="(this link will open in a new window)" href="http://ocportal.com/docs/tut_upgrade.htm" target="_blank">upgrading tutorial</a>.</p>
<p>We have <a href="http://ocportal.com/forum/topicview/misc/deploying/upgrading_to_42_rc1.htm" target="_top">posted a topic</a> explaining the key issues upgrading a 4.1 site, or a 4.2 beta site. This URL will be updated if new upgrade problems are found.</p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/ocportal-4-2-rc2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ocportal 4.1.13 released</title>
		<link>http://bunnykinsblog.com/ocportal-4-1-13-released/</link>
		<comments>http://bunnykinsblog.com/ocportal-4-1-13-released/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 17:15:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=944</guid>
		<description><![CDATA[Version 4.1.13 has now been released. This version is a patch release that introduces a number of bug fixes since the last release. Upgrading is not necessary. To upgrade follow the steps in your website&#8217;s http://mybaseurl/upgrader.php script. You will need to copy the URL of the attached TAR file as one of these steps (&#8220;3: [...]]]></description>
			<content:encoded><![CDATA[<p>Version 4.1.13 has now been released. This version is a patch release that introduces a number of bug fixes since the last release. Upgrading is not necessary.</p>
<p>To upgrade follow the steps in your website&#8217;s <span style="font-family: monospace; font-size: 1.2em;">http://mybaseurl/upgrader.php</span> script. You will need to copy the URL of the attached <span style="font-family: monospace; font-size: 1.2em;">TAR</span> file as one of these steps (&#8220;3: Upload an upgrade TAR for extraction&#8221;).</p>
<p>» alternatively (<span>but not recommended</span>), you can manually upload the files inside the attached TAR file over existing files (<a title="(this link will open in a new window)" href="http://www.7-zip.org/" target="_blank">7-zip</a> is just one of many tools for tar files). This is not recommended because it will bypass the upgraders addon-aware extraction algorithm and potentially cause problems.</p>
<div>
<div style="height: auto; width: 100%;">
<h4>Important</h4>
<div>
<div>ocProducts cannot make any guarantees about the speed of which any new bugs might be patched, for this upgrade or any other upgrade. It is your own responsibility to make and test a full website backup (files and database) before you upgrade, for use in the unlikely event of you wanting to revert your upgrade. Some users may wish to test upgrades (and pre-fix any theme compatibility problems that could occur) on a staging site (a private mirror of their live site).<br />
If you don&#8217;t follow our advice by taking and testing a backup, and end up needing emergency repair help, ocProducts can help charged at our hourly rate.</div>
</div>
</div>
</div>
<p>For more details, see our <a title="(this link will open in a new window)" href="http://ocportal.com/docs/tut_upgrade.htm" target="_blank">upgrading tutorial</a>.</p>
<p>Fixes have been made to the following issues:</p>
<ul>
<li><span>Fixed a number of PHP 5.3 compatibility issues</span>: date.timezone requirement, &#8216;split&#8217; deprecation</li>
<li><span>Added sorting to the calendar upcoming events block</span></li>
<li><span>Fixed problem in the back button image when you clicked through to a calendar event, from the calendar events block</span></li>
<li><span>Comcode language strings are now de-cached if you edit the underlying language string</span></li>
<li><span>Comcode language strings no longer produce fatal errors if they are invalid</span></li>
<li><span>Fixed potential infinite loop if the menu caches corrupt</span></li>
<li><span>Fixed problem with bot detection</span></li>
<li><span>Allowed SEO URLs to work from CRON scripts (previously it would not as it got scared Apache was not running)</span></li>
<li><span>Fixed problem if you resubmitted the language editor and chose to not resend post data, your language file customisations would be emptied</span></li>
<li><span>As above, but in template editor</span></li>
<li><span>Improved CSS for the calendar top bar, so it works better on IE6 and is pixel-perfect</span></li>
<li><span>Fixed race conditions emptying the language and template caches</span> (i.e. if you empty in the exact millisecond someone else is reading, a locking error could have previously happened)</li>
<li><span>Fixed bug if Comcode is asked to render a table with only a single cell</span></li>
<li><span>Fixed error in downloads and catalogues systems where it was saying there were no subcategories when there were (problem with the language strings)</span></li>
<li><span>Fixed ordering for the &#8220;show member&#8217;s recent posts&#8221; link</span></li>
<li>Fixed race condition emptying the file-based persistent cache</li>
<li>Fixed two very minor type-strictness errors</li>
<li>Worked around problems with the helper panel image display, on Internet Explorer</li>
<li>Fixed typo on match-key permissions screen, and clarified language</li>
<li>Fixed usability issue on calendar week view, it now says what months weeks are in</li>
<li>Fixed stack trace if you incorrectly specified the dimensions to the &#8216;flash&#8217; Comcode tag</li>
<li>Fixed minor issue with the latest &#8220;Hack attack&#8221; e-mail being sent after a &#8220;Hacker was IP banned&#8221; e-mail (i.e. wrong order leading to a little confusion)</li>
<li>Fixed broken &#8220;zone editor&#8221; links as generated from the Site Tree Editor</li>
<li>Stopped connectivity problems when pinging news services (when adding/editing news) causing fatal errors</li>
<li>Fixed bad IP addresses causing fatal errors</li>
<li>Fixed problem with preprocessor-detected Javascript and CSS not getting recorded as required for blocks</li>
<li>Fixed rare false-positive hack-attack mail</li>
</ul>
<p>4.2 RC1 also includes these fixes except the last one which will be fixed in RC2.</p>
<p>Source: <a href="http://ocportal.com/site/news/view/new_releases/4113_released.htm" target="_blank">OCporal </a></p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/ocportal-4-1-13-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ocPortal 4.2 RC1 released!</title>
		<link>http://bunnykinsblog.com/ocportal-4-2-rc1-released/</link>
		<comments>http://bunnykinsblog.com/ocportal-4-2-rc1-released/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:37:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=934</guid>
		<description><![CDATA[ocPortal version 4.2 RC1 is now released. ocPortal 4.2 is officially a &#8216;minor&#8217; release, but in fact has a huge number of new features developed over the last 8 months or so. The features New features include: Big cleanup of blogging/news features Tidy-up of galleries Posting-rate graph True multi-language support &#8211; virtually all content (news [...]]]></description>
			<content:encoded><![CDATA[<p>ocPortal version 4.2 RC1 is now released.</p>
<p>ocPortal 4.2 is officially a &#8216;minor&#8217; release, but in fact has a huge number of new features developed over the last 8 months or so.</p>
<p><a name="title__206"></a></p>
<h2>The features</h2>
<p>New features include:</p>
<ul>
<li>Big cleanup of blogging/news features</li>
<li>Tidy-up of galleries</li>
<li>Posting-rate graph</li>
<li>True multi-language support &#8211; virtually all content (news posts, forum posts, CEDI pages, etc) can be translated.</li>
<li>More data-conversion choices &#8211; importing from CSV files, RSS and JPEG meta-data, and ocPortal&#8217;s new XML format for synchronisation of data between sites</li>
<li>Google Sitemap generation</li>
<li>Twitter and Facebook syndication</li>
<li>A new weather block to show the current weather in a given location</li>
<li>Refreshed forum driver support (IPB3, vBulletin 3.8, SMF 2)</li>
<li>All the menu templates and CSS have been rewritten to be far easier to understand and modify</li>
<li>About 30 new config options, to allow greater flexibility</li>
<li>Shopping cart/Online store</li>
<li>Error messages are now much more thorough, providing solutions on how to resolve the errors</li>
<li>Performance improvements, particularly to reduce memory usage</li>
<li>Search-friendly URLs (URLs with keywords in, rather than ID numbers)</li>
<li>Reviews support (e.g. people can post reviews for a catalogue entry)</li>
<li>MkPortal import, and feature parity: Slide-shows and eCards from galleries, Top-sites support</li>
<li>New &#8216;carousel&#8217; Comcode tag</li>
<li>Overhaul of the support ticket system, including SMS alert support</li>
<li>Encrypted custom profile fields (CPFs) and privacy settings</li>
<li>Flash and Java based uploaders</li>
<li>Further improved best practice compliance for web standards, and support for the semantic web (&#8220;Web 3.0&#8243;) &#8211; Microformat support, Dublin Core support, and more</li>
<li><span>tonnes more</span> (most of which is documented across various posts in our public staff chat forum)</li>
</ul>
<p><a name="title__1878"></a></p>
<h2>About this release</h2>
<p>Upgrading is not yet recommended for live sites, but new sites may wish to go with this release; it is still officially &#8216;bleeding-edge&#8217; but this will change once it is no longer in Release Candidate status.</p>
<p>This website is now running RC1, and a lot of testing has been done in the last couple of releases &#8211; it&#8217;s past all our code quality tools, and some manual testing. Also, the 4.2 code written since the last beta has been actively used on a number of client websites so is relatively tried and tested.</p>
<p>There is one small caveat in this release &#8211; the shopping cart stuff that was recently announced is not yet finished. I still need to review this code and there is some polishing off to do. It currently won&#8217;t run as I disabled part of it for this release.<br />
As the shopping cart is a relatively isolated part of the system the system should be able to stay stable (with fixes as problems are found) whilst this is finished. So this isn&#8217;t strictly a true RC release because we wouldn&#8217;t release it like this &#8211; but in terms of stability, it&#8217;s not beta either.</p>
<p><a name="title__2972"></a></p>
<h2>Upgrading</h2>
<p>To upgrade follow the steps in your website&#8217;s <span style="font-family: monospace; font-size: 1.2em;">http://mybaseurl/upgrader.php</span> script. You will need to copy the URL of the attached <span style="font-family: monospace; font-size: 1.2em;">TAR</span> file as one of these steps (&#8220;3: Upload an upgrade TAR for extraction&#8221;).<br />
Please <span>make sure you take a backup before uploading your new files!</span></p>
<p>» alternatively (<span>but not recommended</span>), you can manually upload the files inside the attached TAR file over existing files (<a title="(this link will open in a new window)" href="http://www.7-zip.org/" target="_blank">7-zip</a> is just one of many tools for tar files). This is not recommended because it will bypass the upgraders addon-aware extraction algorithm and potentially cause problems.</p>
<div>
<div style="height: auto; width: 100%;">
<h4>Important</h4>
<div>
<div>ocProducts cannot make any guarantees about the speed of which any new bugs might be patched, for this upgrade or any other upgrade. It is your own responsibility to make and test a full website backup (files and database) before you upgrade, for use in the unlikely event of you wanting to revert your upgrade. Some users may wish to test upgrades (and pre-fix any theme compatibility problems that could occur) on a staging site (a private mirror of their live site).<br />
If you don&#8217;t follow our advice by taking and testing a backup, and end up needing emergency repair help, ocProducts can help charged at our hourly rate.</div>
</div>
</div>
</div>
<p>For more details, see our <a title="(this link will open in a new window)" href="http://ocportal.com/docs/tut_upgrade.htm" target="_blank">upgrading tutorial</a>.</p>
<p>We have <a href="http://ocportal.com/forum/topicview/misc/deploying/upgrading_to_42_rc1.htm" target="_top">posted a topic</a> explaining the key issues upgrading a 4.1 site, or a 4.2 beta site. This URL will be updated if new upgrade problems are found.</p>
<p><a name="title__4727"></a></p>
<h2>Ack, sorry this released got so delayed!</h2>
<p>For those who have been following development, this has been severely delayed. Lessons have been learnt here &#8211; in hindsight it was a mistake to try and use a single code repository both for developing new client releases, and preparing for an imminent release. The plan had been to keep clients on the main code path, to make it easier for them to upgrade &#8211; incorporating their new features directly into development, and choosing synchronised release points. It worked in the earlier stages of 4.2 development when we had fewer clients, but since then it became virtually impossible to manage as so many sites have had so many different and changing schedules and things got so busy, and we&#8217;ve had a number of different developers writing code. So, in the future client sites will be developed in their own forked versions of ocPortal, and then patches from these sites will be applied to create new ocPortal versions as and when is possible on a reasonable schedule; clients will then be able to be synchronised back onto the main development path at a later date.</p>
<p><a name="title__5826"></a></p>
<h2>The future</h2>
<p>Our core team is having a group meeting in England for 1 1/2 weeks starting Monday. Whether this means we&#8217;ll be around more or less during this period I&#8217;m not quite sure yet, but I wanted to mention this, and we hope to get a few more exciting things underway <img src="http://ocportal.com/themes/default/images/ocf_emoticons/smile.png" alt=":)" />.</p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/ocportal-4-2-rc1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.4: Security Release</title>
		<link>http://bunnykinsblog.com/wordpress-2-8-4-security-release/</link>
		<comments>http://bunnykinsblog.com/wordpress-2-8-4-security-release/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 16:05:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=931</guid>
		<description><![CDATA[Posted August 12, 2009 by Matt. Filed under Releases, Security. Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin [...]]]></description>
			<content:encoded><![CDATA[<div>Posted August 12, 2009 by <a href="http://ma.tt/">Matt</a>. Filed under <a title="View all posts in Releases" rel="category tag" href="http://wordpress.org/development/category/releases/">Releases</a>, <a title="View all posts in Security" rel="category tag" href="http://wordpress.org/development/category/security/">Security</a>.</div>
<div>
<p>Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn’t allow remote access, but it is very annoying.</p>
<p>We fixed this problem last night and have been testing the fixes and looking for other problems since then. <a href="http://wordpress.org/download/">Version 2.8.4 which fixes all known problems is now available for download</a> and is highly recommended for all users of WordPress.</div>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/wordpress-2-8-4-security-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ocportal 4.1.12 released</title>
		<link>http://bunnykinsblog.com/ocportal-4-1-12-released/</link>
		<comments>http://bunnykinsblog.com/ocportal-4-1-12-released/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 16:26:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=910</guid>
		<description><![CDATA[Version 4.1.12 has now been released. This version is a patch release that introduces a number of bug fixes since the last release. Upgrading is suggested due to the last riskier patch having been out long enough for the bugs in it to be located and ironed out.. To upgrade follow the steps in your [...]]]></description>
			<content:encoded><![CDATA[<p>Version 4.1.12 has now been released. This version is a patch release that introduces a number of bug fixes since the last release. Upgrading is suggested due to the last riskier patch having been out long enough for the bugs in it to be located and ironed out..</p>
<p>To upgrade follow the steps in your website&#8217;s <span style="font-family: monospace; font-size: 1.2em;">http://mybaseurl/upgrader.php</span> script. You will need to copy the URL of the attached <span style="font-family: monospace; font-size: 1.2em;">TAR</span> file as one of these steps (&#8220;3: Upload an upgrade TAR for extraction&#8221;).</p>
<p>» alternatively (<span>but not recommended</span>), you can manually upload the files inside the attached TAR file over existing files (<a title="(this link will open in a new window)" href="http://www.7-zip.org/" target="_blank">7-zip</a> is just one of many tools for tar files). This is not recommended because it will bypass the upgraders addon-aware extraction algorithm and potentially cause problems.</p>
<div>
<div style="height: auto; width: 100%;">
<h4>Important</h4>
<div>
<div>ocProducts cannot make any guarantees about the speed of which any new bugs might be patched, for this upgrade or any other upgrade. It is your own responsibility to make and test a full website backup (files and database) before you upgrade, for use in the unlikely event of you wanting to revert your upgrade. Some users may wish to test upgrades (and pre-fix any theme compatibility problems that could occur) on a staging site (a private mirror of their live site).<br />
If you don&#8217;t follow our advice by taking and testing a backup, and end up needing emergency repair help, ocProducts can help charged at our hourly rate.</div>
</div>
</div>
</div>
<p>For more details, see our <a title="(this link will open in a new window)" href="http://ocportal.com/docs/tut_upgrade.htm" target="_blank">upgrading tutorial</a>.</p>
<p>Important fixes:</p>
<ul>
<li><span>Fixed a strange but rare Tempcode crash, possibly caused by a PHP bug</span></li>
<li><span>Fixed problems with selecting groups of usergroups to NOT allow PT&#8217;s from</span></li>
<li><span>Fixed error caused by PHP 5.3 (works around poorly-conceived deprecation notice on the part of the language designers)</span></li>
<li><span>Worked around problem on some servers where screens stopped downloading part-way through (fault on servers, caused by poor connectivity, problem triggered by inline AJAX requests)</span></li>
<li><span>Fixed problem in some PHP versions, caused in last patch release (our code quality checking tools are now updated to catch this kind of compatibility error now)</span></li>
<li><span>Fixed bug if mbstring extension not installed, introduced in last patch release with the unicode changes</span></li>
</ul>
<p>Misc fixes:</p>
<ul>
<li>keep_su now will update &#8216;last online&#8217; if keep_su_online=1</li>
<li>Fixed some type strictness errors, and some small API usability issues for programmers</li>
<li>Fixed many cases of automated error mails possibly going out with keep_* parameters in the URLs</li>
<li>Added &#8216;ID&#8217; parameter to &#8216;POINTS_LEADERBOARD_ROW&#8217; template</li>
<li>Allowed the main_newsletter_signup block to work even if there is no text file to e-mail out to people signing up (as originally there was designed to be)</li>
<li>Fixed stack trace in the installer if you enter a file path when asked for a base URL, and config editor, and ocPortal itself</li>
<li>Fixed bug with PHP 6 unicode support</li>
<li>Fixed various API problems relating to Tempcode SET/GET variables, that came up with a small added feature</li>
<li>New RATING/VIEWS symbols</li>
<li>Abstract file manager now not usually visible on Windows</li>
<li>Fixed problems with iCal API</li>
<li>Fixed problems when renaming or deleting forum groups, when those were tied into config options (disassociation now prevented); fixed related problem where disassociation led to a stack trace</li>
<li>Fixed problem with choosing to import an addon from ocportal.com, when subcategories were involved</li>
<li>Fixed problem on results-browsers, when SEO URLs were disabled</li>
<li>Fixed small problem on phpdoc extraction API</li>
<li>Fixed typos in chat rooms Javascript code, causing possible minor bug</li>
<li>Fixed the insert-GUID feature when template editing is accessed from the template tree</li>
<li>Allowed drop down menus to work using keyboard (accessibility)</li>
<li>Fixed usability problem if you click a newsletter confirmation URL twice</li>
<li>Fixed manually-set chat room member blocking</li>
<li>Fixed usergroup screen to show members correctly, for non-privileged viewers</li>
<li>Fixed API problem with subscriptions (affected eCommerce programmers only)</li>
<li>Detected if a Firewall is blocking the quick installer from working, and shows an appropriate error message rather than gibberish</li>
<li>Fixed some race conditions</li>
<li>Fixed complex rare problem, when trying to edit a Comcode page and you&#8217;re not staff on a site (due to the M.S.N. staff filter)</li>
<li>Made the eCommerce transaction log show transaction IDs</li>
<li>Fixed problem with sales missing from the eCommerce charts</li>
<li>Fixed possible crash looking at topic history, if posts with history within the topic had been deleted</li>
<li>Fixed slight bugs in mysqli and mysql_dbx drivers</li>
<li>Fixed problem in WYSIWYG editor with numbered lists getting changed into unordered lists</li>
<li>Fixed meta data not saving in the calendar</li>
<li>Fixed uninstalling eCommerce addon breaking catalogues addon</li>
<li>Fixed rare bug in Comcode parser</li>
</ul>
<p>Stats fixes:</p>
<ul>
<li>Fixed problem with how some page-file paths in the stats system are not properly converted to page-links for clarity</li>
<li>Fixed bar graphs possibly having the top chopped off</li>
<li>Stopped the default stats period being suggested if there are not stats for that period &#8211; moves ahead to a workable window if it needs to</li>
<li>Mirrored the scatter graphs so as to match normal expectations for graphs</li>
<li>Fixed problem with scatter graph results table, if there was a day of no results (termination of continuation)</li>
<li>Fixed problem with the submission graphs not being broken down by day properly</li>
<li>Fixed the overview graphs (was broken by a prior usability improvement)</li>
</ul>
<p>Source: <a title="Ocportal's news on this release. " href="http://ocportal.com/site/news/view/new_releases/4112_released.htm" target="_blank">ocportal&#8217;s site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/ocportal-4-1-12-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invision Power Board 3.0.2 Released</title>
		<link>http://bunnykinsblog.com/invision-power-board-3-0-2-released/</link>
		<comments>http://bunnykinsblog.com/invision-power-board-3-0-2-released/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 21:49:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=896</guid>
		<description><![CDATA[We are pleased to announce Invision Power Board 3.0.2 has been released. This is the second maintenance release for IP.Board 3 and addresses various bugs and adds in some enhancements to existing features. Also, IP.Blog, IP.Gallery, and IP.Downloads have received a maintenance update. Major Changes Since 3.0.1 Among many dozens of smaller bugs fixed, the [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><span style="font-size: 17px;"><strong>We are pleased to announce Invision Power Board 3.0.2 has been released.</strong></span></p>
<p>This is the second maintenance release for IP.Board 3 and addresses various bugs and adds in some enhancements to existing features. Also, IP.Blog, IP.Gallery, and IP.Downloads have received a maintenance update.</p>
<p><strong>Major Changes Since 3.0.1</strong></p>
<p>Among many dozens of smaller bugs fixed, the following large changes and fixes have been made in the 3.0.2 release:</p>
<ul>
<li>Improved search and member list performance</li>
<li>Date filter options for Active Content page</li>
<li>Many improvements for Sphinx searching (i.e. ability to filter by forum, ability to search titles only, ability to group posts as topics, plugin functionality for modifying the query, and misc bug fixes)</li>
<li>Ability to hide an application&#8217;s tab on the front end, while still allowing it to be publicly accessible</li>
<li>Improved IP address lookup tool can now support add-on applications</li>
<li>Portal option to not pin pinned topics for articles</li>
<li>Added link to user profile when editing a member in ACP</li>
<li>Added display of time remaining for suspended members when editing a member in ACP</li>
<li><a title="External link" rel="nofollow" href="http://forums.invisionpower.com/topic/288800-introducing-spam-monitoring-service/">Spam Monitoring Service</a> support</li>
<li>Ability to control image quality for Gallery images (jpg/png only)</li>
<li>PHP version 5.3 is now supported in IP.Board except for OpenID login method. We are awaiting updates from OpenID vendors.</li>
</ul>
<p><strong>Downloading</strong></p>
<p>You can download IP.Board 3.0.2 and any applications you have an active license for in the <a title="External link" rel="nofollow" href="http://www.invisionpower.com/customer/">client area</a>. As always, make a backup of your community before proceeding.</p>
<p><strong>Spam Monitoring Service</strong></p>
<p>To retrieve your key, login to your client area and go to your purchases. You will see an option to create a spam service key. Place that key in the Spam Service settings in your IP.Board 3.0.2 AdminCP.</p>
<p><strong>Subscriptions Manager</strong></p>
<p>The first Release Candidate of Subscriptions Manager is now available in the client area. While not the final version, feedback has been good and several clients are using it on their live site. However, we do of course suggest you wait until the final version before using it live.</p>
<p><strong>MS-SQL Database Driver</strong></p>
<p>The MS-SQL database driver is now available for <em>new</em> installations of IP.Board 3. Upgrade capability from IP.Board 2 will be available within the next two weeks.</p>
<p><strong>Spam Monitoring Service: Legacy License Holders</strong></p>
<p>As the Spam Monitoring Service incurs additional operating costs for IPS to operate it is only available to IPS Hosting customers plus IP.Board Standard, IP.Board Business, and Community Suite license holders. Those holding old Lifetime or Perpetual licenses cannot participate in this service as that license type only includes technical support and access to product upgrades &#8211; not our new advanced services &#8211; since those services were not even conceived several years ago when those license types were offered. Of course the new spam service is our only new advanced service but we do have more planned and must begin the transition process now.</p>
<p>To allow those holding Lifetime or Perpetual licenses to switch to a Standard license while still recognizing their long-standing status we will offer the following methods to switch:</p>
<p><em>Lifetime License:</em> Your first renewal date will be a full year from the date you request to switch. This means if you requested the change August 15, 2009 you would not be invoiced for any renewal charges until August 15, 2010.</p>
<p><em>Perpetual License:</em> Your first renewal date would be 6 months from the time of your then-current renewal date. This means that if your Perpetual license support was set to expire December 19, 2009 then your new Standard license renewal would be June 19, 2010.</p>
<p>We also recognize that some clients understand that the spam service (and future advanced services) do require additional operating expenditures for IPS but they prefer to keep their current license type. For those clients, you can choose to keep your current Perpetual or Lifetime license but add on a service enhancement package to that license for $50 per year. For Perpetual license holders this would replace the current $30 renewal you have in place.</p>
<p>Finally, it is certainly not required that any Lifetime or Perpetual license holder switch to a Standard license or otherwise pay any additional fees. If you are not interested in the spam service or wish to wait until we have more advanced services in the future you can certainly do so. IPS will continue to honor your product upgrade and technical support services under the Lifetime and Perpetual licenses as we have for many years now.</p>
<p>Please submit a ticket if you have any questions or wish to make a change.</p></blockquote>
<p>Source <a href="http://forums.invisionpower.com/topic/290088-invision-power-board-3-0-2-released/">IPS forum </a></p>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/invision-power-board-3-0-2-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.3 Security Release</title>
		<link>http://bunnykinsblog.com/wordpress-2-8-3-security-release/</link>
		<comments>http://bunnykinsblog.com/wordpress-2-8-3-security-release/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 16:43:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://bunnykinsblog.com/?p=881</guid>
		<description><![CDATA[Posted August 3, 2009 by Ryan Boren. Filed under Releases. Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were overlooked.  With their help, the remaining issues are fixed in 2.8.3.  Since [...]]]></description>
			<content:encoded><![CDATA[<div>Posted August 3, 2009 by <a href="http://boren.nu/">Ryan Boren</a>. Filed under <a title="View all posts in Releases" rel="category tag" href="http://wordpress.org/development/category/releases/">Releases</a>.</div>
<div>
<p>Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were overlooked.  With their help, the remaining issues are fixed in 2.8.3.  Since this is a security release, upgrading is highly recommended.  <a href="http://wordpress.org/download/">Download</a> 2.8.3, or upgrade automatically from your admin.</div>
]]></content:encoded>
			<wfw:commentRss>http://bunnykinsblog.com/wordpress-2-8-3-security-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

