<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,18 @@
 h3. Changelog
 
+h4. 0.4.0-dev
+
+* Fix install problem when system had PDO disable (aeischeid).
+* General code cleanup.
+
+*HEADS UP!* Order of $ident and $priority parameters was changed. Code is backward compatible. Still, from now on you should now use the following code in your plugins:
+
+&lt;pre&gt;
+&lt;code&gt;
+Observer::notify('log_event', $message, $ident, $priority);
+&lt;/code&gt;
+&lt;/pre&gt;
+
 h4. 0.3.1
 
 * Use :username instead of [username] for custom logging.</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ if (!defined(&quot;FRAMEWORK_STARTING_MICROTIME&quot;)) {
     die(&quot;All your base are belong to us!&quot;);
 }
 
-$PDO = Record::getConnection();
+$pdo = Record::getConnection();
 
 $table = TABLE_PREFIX . &quot;dashboard_log&quot;;
-$PDO-&gt;exec(&quot;DROP TABLE $table&quot;);
+$pdo-&gt;exec(&quot;DROP TABLE $table&quot;);</diff>
      <filename>disable.php</filename>
    </modified>
    <modified>
      <diff>@@ -18,11 +18,10 @@ if (!defined(&quot;FRAMEWORK_STARTING_MICROTIME&quot;)) {
     die(&quot;All your base are belong to us!&quot;);
 }
 
-$pdo = Record::getConnection();
-
+$pdo   = Record::getConnection();
 $table = TABLE_PREFIX . &quot;dashboard_log&quot;;
 
-if ('mysql' == $pdo-&gt;getAttribute(PDO::ATTR_DRIVER_NAME)) {
+if (preg_match('/^mysql/', DB_DSN)) {
     /* Schema for MySQL */
     $pdo-&gt;exec(&quot;CREATE TABLE $table (
         id          INT(11) NOT NULL AUTO_INCREMENT,</diff>
      <filename>enable.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d0bcb8d14d9b80160d1ea638964e4e657fcc71d6</id>
    </parent>
  </parents>
  <author>
    <name>Mika Tuupola</name>
    <email>tuupola@appelsiini.net</email>
  </author>
  <url>http://github.com/tuupola/frog_dashboard/commit/575862c19e678cc77cfad9955fab7cd50faed5a6</url>
  <id>575862c19e678cc77cfad9955fab7cd50faed5a6</id>
  <committed-date>2009-08-07T13:14:47-07:00</committed-date>
  <authored-date>2009-08-07T13:14:47-07:00</authored-date>
  <message>Fix install problem when system had PDO disable (aeischeid).</message>
  <tree>83a9414cb93d934b070b715c7d3bf17eecee0fe6</tree>
  <committer>
    <name>Mika Tuupola</name>
    <email>tuupola@appelsiini.net</email>
  </committer>
</commit>
