<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="orablog/0.3+" -->
<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/"
	>

<channel>
	<title>Orablog</title>
	<link>http://www.orablog.org</link>
	<description></description>
	<pubDate>Mon, 02 Apr 2007 12:00:45 +0000</pubDate>
	<generator>http://www.orablog.org/?v=0.3+</generator>
	<language>en</language>
			<item>
		<title>Trackback Validator Added</title>
		<link>http://www.orablog.org/2007/04/02/trackback-validator-added/</link>
		<comments>http://www.orablog.org/2007/04/02/trackback-validator-added/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 12:00:45 +0000</pubDate>
		<dc:creator>fifers</dc:creator>
		
	<category>Features</category>
		<guid isPermaLink="false">http://www.orablog.org/2007/04/02/trackback-validator-added/</guid>
		<description><![CDATA[After confirming that the license is a BSD license, I have added the Trackback Validator to the Orablog distribution.  The main differences between this version and the standard distribution are:

Tables are not created from within the admin script. You must install the schema manually.
If the schema is not installed, TBValidator will work but will [...]]]></description>
			<content:encoded><![CDATA[<p>After confirming that the license is a BSD license, I have added the Trackback Validator to the Orablog distribution.  The main differences between this version and the standard distribution are:</p>
<ul>
<li>Tables are not created from within the admin script. You must install the schema manually.</li>
<li>If the schema is not installed, TBValidator will work but will not allow you to save data and send it to Rice University for processing.  A message telling you how to enable this is added.</li>
</ul>
<p>Annoyingly, I still receive the e-mail alerts from the core Orablog comments processing engine.  On our local install, I have patched the Orablog software to not send notifications for trackback comments and have added a notification to TBValidator when it finds a valid trackback.  I&#8217;ll try to figure out how to include this configuration as default but at the moment you&#8217;ll have to update items manually.  The lines you need to change follow.</p>
<p>Line 121 of trackback_validator.php, add inside the if block below the update:</p>
<p><code> wp_notify_postauthor($comment_ID, $tb_info['comment_type']); </code>Line 64 of wp-includes/comment-functions.php, change:</p>
<p><code> if ( '0' == $commentdata['comment_approved'] ) </code>to:</p>
<p><code> if ( '0' == $commentdata['comment_approved'] &#038;&#038; $commentdata['comment_type'] != 'trackback')  </code>If you have a fix that let&#8217;s comments through when TBValidator is active but stops them when it&#8217;s not, please let me know and we&#8217;ll add it to Subversion.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orablog.org/2007/04/02/trackback-validator-added/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Porting TrackBack Validator</title>
		<link>http://www.orablog.org/2007/04/01/porting-trackback-validator/</link>
		<comments>http://www.orablog.org/2007/04/01/porting-trackback-validator/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 17:46:53 +0000</pubDate>
		<dc:creator>fifers</dc:creator>
		
	<category>Features</category>
		<guid isPermaLink="false">http://www.orablog.org/2007/04/01/porting-trackback-validator/</guid>
		<description><![CDATA[I&#8217;m currently porting Trackback Validator to work with Orablog.  I have an initial version running here at the moment and will hopefully include it is part of the Orablog distribution soon.  The source code has no license attached to it so I have e-mailed the author asking for permission to include the adapted [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently porting <a href="http://seclab.cs.rice.edu/proj/trackback/trackback-validator-plugin/">Trackback Validator</a> to work with Orablog.  I have an initial version running here at the moment and will hopefully include it is part of the Orablog distribution soon.  The source code has no license attached to it so I have e-mailed the author asking for permission to include the adapted source code in Orablog.  It&#8217;s such a simple and effective solution that I&#8217;m rather surprised to not find it included in Wordpress by default.  The plugin has only been enabled for about an hour and already prevented nine spam trackbacks and let one valid one through.  Hopefully I&#8217;ll have good news and include the plugin in Orablog soon!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orablog.org/2007/04/01/porting-trackback-validator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Project Update</title>
		<link>http://www.orablog.org/2007/03/07/project-update/</link>
		<comments>http://www.orablog.org/2007/03/07/project-update/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 10:23:08 +0000</pubDate>
		<dc:creator>hootbah</dc:creator>
		
	<category>News</category>
		<guid isPermaLink="false">http://www.orablog.org/2007/03/07/project-update/</guid>
		<description><![CDATA[Orablog has been at release 0.3 for a few months now and this is an update of where we are.
We have been using the Orablog software on a number of projects from our company website to personal blogs.  For over two months the software has been running without any problems, or any new fixes [...]]]></description>
			<content:encoded><![CDATA[<p>Orablog has been at release 0.3 for a few months now and this is an update of where we are.</p>
<p>We have been using the Orablog software on a number of projects from our company <a title="Fife Ventures" href="http://www.fifeventures.co.uk/">website</a> to personal blogs.  For over two months the software has been running without any problems, or any new fixes or patches to be added.  The software has been downloaded over 180 times since the launch of the project with few issues and bugs raised.  In fact no bugs have been reported since the release of 0.3.  Due to this we will soon be releasing version 1.0 of Orablog.</p>
<p>Looking to the future and version 2 of Orablog.  A decision has to be made on the compatibility of Orablog and Wordpress.  We would like to change the database model to be more Oracle friendly by adding relations, adding more useful keys, removing many of the unused auto number fields and pushing of most of the core queries into store procedures.  However these changes would break the compatibility and reduce the number of plug-ins that nearly work out of the box.</p>
<p>We look forward to a discussion on the future.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orablog.org/2007/03/07/project-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Orablog 0.3</title>
		<link>http://www.orablog.org/2006/12/13/orablog-03/</link>
		<comments>http://www.orablog.org/2006/12/13/orablog-03/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 17:22:33 +0000</pubDate>
		<dc:creator>hootbah</dc:creator>
		
	<category>Release</category>
		<guid isPermaLink="false">http://www.orablog.org/2006/12/13/orblog-03/</guid>
		<description><![CDATA[Orablog 0.3 is released.
This version contains a number of fixes. Including a fix to the commenting system to disable the adding of slashes and a new option named &#8217;securesiteurl&#8217; that is used for accessing login, registration and profile pages.
The new option &#8217;securesiteurl&#8217; can be managed through the general options page within the administration site. This [...]]]></description>
			<content:encoded><![CDATA[<p>Orablog 0.3 is released.</p>
<p>This version contains a number of fixes. Including a fix to the commenting system to disable the adding of slashes and a new option named &#8217;securesiteurl&#8217; that is used for accessing login, registration and profile pages.</p>
<p>The new option &#8217;securesiteurl&#8217; can be managed through the general options page within the administration site. This options allows the ability to use a https connection for login, registration and profile changes.</p>
<p>To upgrade a previous version of Orablog follow the instructions contained within UPGRADE.txt which can be found in the new distribution.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orablog.org/2006/12/13/orablog-03/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Orablog Installation Demo</title>
		<link>http://www.orablog.org/2006/11/07/orablog-installation-demo/</link>
		<comments>http://www.orablog.org/2006/11/07/orablog-installation-demo/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 14:25:07 +0000</pubDate>
		<dc:creator>hootbah</dc:creator>
		
	<category>News</category>
		<guid isPermaLink="false">http://www.orablog.org/2006/11/07/orablog-installation-demo/</guid>
		<description><![CDATA[We would like to thank the kind folks at Oracle for demonstrating the installation of Orablog at the International PHP Conference tonight in Rhein-Main I.
The installation of Orablog will round off a demonstration of best practices for installing and configuring a complete PHP and Oracle development environment by Oracle Developers.
What a great way to start [...]]]></description>
			<content:encoded><![CDATA[<p>We would like to thank the kind folks at Oracle for demonstrating the installation of Orablog at the <a href="http://phpconference.com/konferenzen/divers/psecom,id,486,nodeid,467,_language,uk.html">International PHP Conference</a> tonight in Rhein-Main I.</p>
<p>The installation of Orablog will round off a demonstration of best practices for installing and configuring a complete PHP and Oracle development environment by Oracle Developers.</p>
<p>What a great way to start blogging with Orablog!</p>
<p>Update: The Oracle Installfest took longer than anticipated so they didn&#8217;t get to the Orablog demonstration. We did get a nice mention during the PHP Performance tuning presentation, however.  Thanks!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orablog.org/2006/11/07/orablog-installation-demo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Orablog 0.2</title>
		<link>http://www.orablog.org/2006/11/02/orablog-02/</link>
		<comments>http://www.orablog.org/2006/11/02/orablog-02/#comments</comments>
		<pubDate>Thu, 02 Nov 2006 13:56:05 +0000</pubDate>
		<dc:creator>hootbah</dc:creator>
		
	<category>Release</category>
		<guid isPermaLink="false">http://www.orablog.org/2006/11/02/orablog-02/</guid>
		<description><![CDATA[This release of Orablog contains a number of fixes together with some added plug-ins that have been modified to work better with Orablog.
Additional Plug-ins

Fold Page List
Google Sitemaps

New Orablog Logos
The new logos have been added to bring Orablog inline with other Fife Ventures branding and to also move away from Wordpress branding.
Fixes include:

Bug: 1588342. Removed non [...]]]></description>
			<content:encoded><![CDATA[<p>This release of Orablog contains a number of fixes together with some added plug-ins that have been modified to work better with Orablog.<a id="more-9"></a></p>
<h4>Additional Plug-ins</h4>
<ul>
<li>Fold Page List</li>
<li>Google Sitemaps</li>
</ul>
<h4>New Orablog Logos</h4>
<p>The new logos have been added to bring Orablog inline with other <a title="Fife Ventures" href="http://www.fifeventures.co.uk/">Fife Ventures</a> branding and to also move away from Wordpress branding.</p>
<h4>Fixes include:</h4>
<ul>
<li>Bug: 1588342. Removed non 7-bit characters from the install-mysql-oracle-functions.sql file.</li>
<li>Fixed formatting output for posts and pages that contain   SPAN tags</li>
<li>Changed the way that the log4php configuration file is located</li>
</ul>
<h4>Upgrade Instructions</h4>
<p>Unpack the tgz file and copy the files within the htdocs directory over the top of your current installation.</p>
<p>There are no database or configuration changes in this release.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orablog.org/2006/11/02/orablog-02/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SourceForge Project Management</title>
		<link>http://www.orablog.org/2006/10/04/sourceforge-project-management/</link>
		<comments>http://www.orablog.org/2006/10/04/sourceforge-project-management/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 15:44:37 +0000</pubDate>
		<dc:creator>fifers</dc:creator>
		
	<category>News</category>
		<guid isPermaLink="false">http://www.orablog.org/2006/10/04/sourceforge-project-management/</guid>
		<description><![CDATA[We are using sourceforge for project management and version control. If you are using Orablog and find a bug or a feature that is missing, please enter it in the Orablog Tracker.  All of the features that we&#8217;ve tested now work but we have in no way done comprehensive testing so feedback is appreciated!

]]></description>
			<content:encoded><![CDATA[<p>We are using sourceforge for project management and version control. If you are using Orablog and find a bug or a feature that is missing, please enter it in the <a href="https://sourceforge.net/tracker/?group_id=176361">Orablog Tracker</a>.  All of the features that we&#8217;ve tested now work but we have in no way done comprehensive testing so feedback is appreciated!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orablog.org/2006/10/04/sourceforge-project-management/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Orablog version 0.1 released</title>
		<link>http://www.orablog.org/2006/09/22/orablog-version-01-released/</link>
		<comments>http://www.orablog.org/2006/09/22/orablog-version-01-released/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 17:31:32 +0000</pubDate>
		<dc:creator>fifers</dc:creator>
		
	<category>Release</category>
		<guid isPermaLink="false">http://www.orablog.org/2006/09/22/orablog-version-01-released/</guid>
		<description><![CDATA[Orablog-0.1.tar.gz is available on sourceforge.net.
This release is available for general use and is used to power the http://www.orablog.org/ and http://www.lamp2lapo.com/ web sites. We have included the Kubrick2 (K2) theme in our distribution and made it the default. Orablog 0.1 also includes the Filosofo Homepage Control, Hello Dolly, Obfuscate E-mail and WordPress Reports plugins. The majority [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sourceforge.net/project/showfiles.php?group_id=176361&#038;package_id=202766">Orablog-0.1.tar.gz</a> is available on sourceforge.net.</p>
<p>This release is available for general use and is used to power the <a target="_new" href="http://www.orablog.org//">http://www.orablog.org/</a> and <a target="_new" href="http://www.lamptolapo.com/">http://www.lamp2lapo.com/</a> web sites. We have included the Kubrick2 (K2) theme in our distribution and made it the default. Orablog 0.1 also includes the Filosofo Homepage Control, Hello Dolly, Obfuscate E-mail and WordPress Reports plugins. The majority of Orablog&#8217;s database queries now use prepared statements with bind variables for improved security and performance. On our development machine, we regularly see a 10-20% performance advantage to Orablog over WordPress/MYSQL. More performance gains will be made once we tune the Oracle database tables.</p>
<p>As part of our porting effort we have created Oracle stored procedures that mimic some MySQL functionality. The current list of functions is currently NOW, IS_INTERVAL, UNIX_TIMESTAMP, MONTH, YEAR, MONTHNAME, MICROSECOND, HOUR, MINUTE, SECOND, DAYOFMONTH, DAY, DAYNAME, DAYOFWEEK and DAYOFYEAR.
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orablog.org/2006/09/22/orablog-version-01-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Extra Plug-in Support</title>
		<link>http://www.orablog.org/2006/09/22/extra-plugin-support/</link>
		<comments>http://www.orablog.org/2006/09/22/extra-plugin-support/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 12:20:00 +0000</pubDate>
		<dc:creator>hootbah</dc:creator>
		
	<category>Features</category>
		<guid isPermaLink="false">http://www.orablog.org/2006/09/22/extra-plugin-support/</guid>
		<description><![CDATA[Due to some issues with column names being returned uppercase from Oracle and the Wordpress code using lowercase names to reference the columns in the objects returned. It was initial though that lowercasing the retuned column names would be a good idea.
In theory this was a good idea. However in three cases Wordpress used mixed [...]]]></description>
			<content:encoded><![CDATA[<p>Due to some issues with column names being returned uppercase from Oracle and the Wordpress code using lowercase names to reference the columns in the objects returned. It was initial though that lowercasing the retuned column names would be a good idea.</p>
<p>In theory this was a good idea. However in three cases Wordpress used mixed case column names (ID, cat_ID and comment_ID). Initially all the instances of these column names were lowercased to be consistent with the rest of the code.</p>
<p>This caused an issue with using plug-ins that were also referencing these mixed case column names. The fix was to add the columns (id, cat_id, and comment_id) as both the lowercase names and the mixed case names to the returned objects.<br />
This fix will allow the use of more Wordpress plug-ins without the need to change any plug-in code.</p>
<p>Any reports on plug-ins that work seamlessly are very welcome!
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orablog.org/2006/09/22/extra-plugin-support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Orablog 0.1</title>
		<link>http://www.orablog.org/2006/09/20/oralog-01pre/</link>
		<comments>http://www.orablog.org/2006/09/20/oralog-01pre/#comments</comments>
		<pubDate>Wed, 20 Sep 2006 12:00:27 +0000</pubDate>
		<dc:creator>hootbah</dc:creator>
		
	<category>Release</category>
		<guid isPermaLink="false">http://www.orablog.org/2006/09/20/oralog-01pre/</guid>
		<description><![CDATA[The first release of Orablog (0.1) is close to being ready. We are still working on ironing out parts of the installation and configuration. We are trying to make Orablog as easy as possible to install.
For those who can not wait for the release. You can get Orablog via subversion. Information on how to access [...]]]></description>
			<content:encoded><![CDATA[<p>The first release of Orablog (0.1) is close to being ready. We are still working on ironing out parts of the installation and configuration. We are trying to make Orablog as easy as possible to install.</p>
<p>For those who can not wait for the release. You can get Orablog via subversion. Information on how to access subversion is available  from the <a target="_blank" title="Orablog Sourceforge Project Page" href="http://sourceforge.net/projects/orablog/">Orablog  project page</a> at Sourceforge
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.orablog.org/2006/09/20/oralog-01pre/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
