<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -61,13 +61,14 @@
 			elseif (!isset($options[&quot;where&quot;]))
 				$options[&quot;where&quot;] = array();
 
-			$options[&quot;where&quot;] = array_merge($options[&quot;where&quot;], array(self::$enabled_feathers, self::$private));
+			if (!XML_RPC)
+				$options[&quot;where&quot;] = array_merge($options[&quot;where&quot;], array(self::$enabled_feathers, self::$private));
 
 			fallback($options[&quot;order&quot;], &quot;pinned desc, created_at desc, id desc&quot;);
 
 			$posts = parent::search(get_class(), $options, $options_for_object);
 
-			if (!ADMIN)
+			if (!ADMIN and !XML_RPC)
 				if (!isset($options[&quot;placeholders&quot;]) or !$options[&quot;placeholders&quot;]) {
 					foreach ($posts as $index =&gt; $post)
 						if (!$post-&gt;theme_exists())</diff>
      <filename>includes/model/Post.php</filename>
    </modified>
    <modified>
      <diff>@@ -443,9 +443,9 @@
 			global $user;
 
 			if (!in_array(XML_RPC_FEATHER, Config::current()-&gt;enabled_feathers))
-				throw new Exception(__(sprintf(&quot;%s feather is not enabled.&quot;, XML_RPC_FEATHER)));
+				throw new Exception(__(sprintf(&quot;The %s feather is not enabled.&quot;, XML_RPC_FEATHER)));
 
-			$where = array('posts.feather = :feather');
+			$where = array('feather = :feather');
 			$params = array(':feather' =&gt; XML_RPC_FEATHER);
 
 			if ($user-&gt;group()-&gt;can('view_own_draft', 'view_draft'))</diff>
      <filename>includes/xmlrpc.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c252c563f30d461d23c3172e68cab4db2de1921e</id>
    </parent>
  </parents>
  <author>
    <name>brucep</name>
    <email>public.github@bru.fmguy.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/b622fd22bd86af6754f9f4dd4c15c3dd1f875b71</url>
  <id>b622fd22bd86af6754f9f4dd4c15c3dd1f875b71</id>
  <committed-date>2008-07-23T18:00:52-07:00</committed-date>
  <authored-date>2008-07-23T18:00:52-07:00</authored-date>
  <message>Minor updates to XML-RPC support.</message>
  <tree>c45df74f2b91d6b4bd06c282a3427c35376d18b8</tree>
  <committer>
    <name>brucep</name>
    <email>public.github@bru.fmguy.com</email>
  </committer>
</commit>
