<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,11 +8,11 @@
 				&lt;fieldset&gt;
 					&lt;p&gt;
 						&lt;label for=&quot;posts_per_page&quot;&gt;${ &quot;Posts Per Page&quot; | translate }&lt;/label&gt;
-						&lt;input class=&quot;text nowidth&quot; type=&quot;text&quot; name=&quot;posts_per_page&quot; value=&quot;${ site.posts_per_page | escape }&quot; size=&quot;2&quot; id=&quot;posts_per_page&quot; /&gt;
+						&lt;input class=&quot;text&quot; type=&quot;text&quot; name=&quot;posts_per_page&quot; value=&quot;${ site.posts_per_page | escape }&quot; size=&quot;2&quot; id=&quot;posts_per_page&quot; /&gt;
 					&lt;/p&gt;
 					&lt;p&gt;
 						&lt;label for=&quot;feed_items&quot;&gt;${ &quot;Feed Posts Limit&quot; | translate }&lt;/label&gt;
-						&lt;input class=&quot;text nowidth&quot; type=&quot;text&quot; name=&quot;feed_items&quot; value=&quot;${ site.feed_items | escape }&quot; size=&quot;2&quot; id=&quot;feed_items&quot; /&gt;
+						&lt;input class=&quot;text&quot; type=&quot;text&quot; name=&quot;feed_items&quot; value=&quot;${ site.feed_items | escape }&quot; size=&quot;2&quot; id=&quot;feed_items&quot; /&gt;
 					&lt;/p&gt;
 					&lt;p&gt;
 						&lt;label for=&quot;feed_url&quot;&gt;${ &quot;Feed URL&quot; | translate }&lt;/label&gt;</diff>
      <filename>admin/layout/pages/content_settings.twig</filename>
    </modified>
    <modified>
      <diff>@@ -470,6 +470,17 @@ form.split button {
 form .buttons {
 	margin-top: 2em;
 }
+form.inline,
+form.inline fieldset {
+	display: inline;
+}
+h1 form.inline,
+h2 form.inline,
+h3 form.inline,
+h4 form.inline {
+	font-size: .625em;
+	margin-left: 1em;
+}
 label {
 	display: block;
 	font-size: 1.1em;</diff>
      <filename>admin/style.css</filename>
    </modified>
    <modified>
      <diff>@@ -66,7 +66,7 @@
 				$filename = $_POST['filename'];
 
 			return Post::add(array(&quot;filename&quot; =&gt; $filename,
-			                        &quot;caption&quot; =&gt; $_POST['caption']),
+			                       &quot;caption&quot; =&gt; $_POST['caption']),
 			                 $_POST['slug'],
 			                 Post::check_url($_POST['slug']));
 		}</diff>
      <filename>feathers/photo/photo.php</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@
 			&lt;form id=&quot;aggregation_settings&quot; class=&quot;split&quot; action=&quot;{% admin &quot;aggregation_settings&quot; %}&quot; method=&quot;post&quot;&gt;
 				&lt;fieldset&gt;
 					&lt;p&gt;
-						&lt;label for=&quot;aggregate_every&quot;&gt;${ &quot;Check Feeds Every %s Minutes&quot; | translate(&quot;aggregator&quot;) | format(&quot;&lt;input class=\&quot;text nowidth\&quot; type=\&quot;text\&quot; name=\&quot;aggregate_every\&quot; value=\&quot;&quot; ~ site.aggregate_every | escape ~ &quot;\&quot; size=\&quot;2\&quot; id=\&quot;aggregate_every\&quot; class=\&quot;center\&quot; /&gt;&quot;) }&lt;/label&gt;
+						&lt;label for=&quot;aggregate_every&quot;&gt;${ &quot;Check Feeds Every %s Minutes&quot; | translate(&quot;aggregator&quot;) | format(&quot;&lt;input class=\&quot;text\&quot; type=\&quot;text\&quot; name=\&quot;aggregate_every\&quot; value=\&quot;&quot; ~ site.aggregate_every | escape ~ &quot;\&quot; size=\&quot;2\&quot; id=\&quot;aggregate_every\&quot; class=\&quot;center\&quot; /&gt;&quot;) }&lt;/label&gt;
 						&lt;input type=&quot;checkbox&quot; class=&quot;checkbox&quot; name=&quot;disable_aggregation&quot;${ site.disable_aggregation | checked } /&gt; ${ &quot;disable&quot; | translate(&quot;aggregator&quot;) }
 					&lt;/p&gt;
 </diff>
      <filename>modules/aggregator/pages/admin/aggregation_settings.twig</filename>
    </modified>
    <modified>
      <diff>@@ -26,10 +26,10 @@
 					&lt;/p&gt;
 					&lt;p&gt;
 						&lt;label for=&quot;comments_per_page&quot;&gt;${ &quot;Comments Per Page&quot; | translate(&quot;comments&quot;) }&lt;/label&gt;
-						&lt;input class=&quot;text nowidth&quot; type=&quot;text&quot; name=&quot;comments_per_page&quot; value=&quot;${ site.comments_per_page | escape }&quot; size=&quot;2&quot; id=&quot;comments_per_page&quot; /&gt;
+						&lt;input class=&quot;text&quot; type=&quot;text&quot; name=&quot;comments_per_page&quot; value=&quot;${ site.comments_per_page | escape }&quot; size=&quot;2&quot; id=&quot;comments_per_page&quot; /&gt;
 					&lt;/p&gt;
 					&lt;p&gt;
-						&lt;label for=&quot;auto_reload_comments&quot;&gt;${ &quot;Reload Comments Every %s Seconds&quot; | translate(&quot;comments&quot;) | format(&quot;&lt;input class=\&quot;text nowidth\&quot; type=\&quot;text\&quot; name=\&quot;auto_reload_comments\&quot; value=\&quot;&quot; ~ site.auto_reload_comments | escape ~ &quot;\&quot; size=\&quot;2\&quot; id=\&quot;auto_reload_comments\&quot; /&gt;&quot;) }&lt;/label&gt;
+						&lt;label for=&quot;auto_reload_comments&quot;&gt;${ &quot;Reload Comments Every %s Seconds&quot; | translate(&quot;comments&quot;) | format(&quot;&lt;input class=\&quot;text\&quot; type=\&quot;text\&quot; name=\&quot;auto_reload_comments\&quot; value=\&quot;&quot; ~ site.auto_reload_comments | escape ~ &quot;\&quot; size=\&quot;2\&quot; id=\&quot;auto_reload_comments\&quot; /&gt;&quot;) }&lt;/label&gt;
 						&lt;input type=&quot;checkbox&quot; class=&quot;checkbox&quot; name=&quot;enable_reload_comments&quot;${ site.enable_reload_comments | checked } /&gt; ${ &quot;enabled&quot; | translate(&quot;comments&quot;) }
 					&lt;/p&gt;
 </diff>
      <filename>modules/comments/pages/admin/comment_settings.twig</filename>
    </modified>
    <modified>
      <diff>@@ -82,4 +82,7 @@
 }
 .post_tags li a.edit_tag:hover {
 	background: #f5f5f5;
+}
+.post_tags li a.tag:hover {
+	background: #f0f0f0;
 }
\ No newline at end of file</diff>
      <filename>modules/tags/admin.css</filename>
    </modified>
    <modified>
      <diff>@@ -23,29 +23,19 @@
 			&lt;br /&gt;
 			&lt;h2&gt;${ &quot;Post Tags&quot; | translate(&quot;tags&quot;) }&lt;/h2&gt;
 			&lt;br /&gt;
-			&lt;div class=&quot;left pad margin-right&quot;&gt;
-				&lt;form class=&quot;detail&quot; action=&quot;index.php&quot; method=&quot;get&quot; accept-charset=&quot;utf-8&quot;&gt;
+			&lt;h2&gt;
+				{% if GET.query %}${ &quot;Search Results&quot; | translate }{% else %}${ &quot;Last 25 Posts&quot; | translate }{% endif %}
+				&lt;form class=&quot;detail inline&quot; action=&quot;index.php&quot; method=&quot;get&quot; accept-charset=&quot;utf-8&quot;&gt;
 					&lt;fieldset&gt;
 						&lt;input type=&quot;hidden&quot; name=&quot;action&quot; value=&quot;manage_tags&quot; /&gt;
-						&lt;h3&gt;
-							${ &quot;Search&amp;hellip;&quot; | translate }
-							&lt;a href=&quot;{% admin &quot;help&amp;id=filtering_results&quot; %}&quot; class=&quot;help emblem&quot;&gt;&lt;img src=&quot;images/icons/help.png&quot; alt=&quot;help&quot; /&gt;&lt;/a&gt;
-						&lt;/h3&gt;
-						&lt;input class=&quot;text&quot; type=&quot;text&quot; name=&quot;query&quot; value=&quot;${ GET.query | escape }&quot; id=&quot;query&quot; /&gt; &lt;button type=&quot;submit&quot; class=&quot;inline&quot;&gt;${ &quot;Search &amp;rarr;&quot; | translate }&lt;/button&gt;
+						&lt;input class=&quot;text&quot; type=&quot;text&quot; name=&quot;query&quot; value=&quot;${ GET.query | escape }&quot; id=&quot;query&quot; size=&quot;15&quot; /&gt;
+						&lt;button type=&quot;submit&quot; class=&quot;inline&quot;&gt;${ &quot;Search &amp;rarr;&quot; | translate }&lt;/button&gt;
+						&lt;a href=&quot;{% admin &quot;help&amp;id=filtering_results&quot; %}&quot; class=&quot;help emblem&quot;&gt;&lt;img src=&quot;images/icons/help.png&quot; alt=&quot;help&quot; /&gt;&lt;/a&gt;
 					&lt;/fieldset&gt;
 				&lt;/form&gt;
-			&lt;/div&gt;
+			&lt;/h2&gt;
 			&lt;form class=&quot;detail&quot; action=&quot;{% admin &quot;bulk_tag&quot; %}&quot; method=&quot;post&quot; accept-charset=&quot;utf-8&quot;&gt;
 				&lt;fieldset&gt;
-					&lt;div class=&quot;left pad&quot;&gt;
-						&lt;h3&gt;${ &quot;Tag Selected:&quot; | translate(&quot;tags&quot;) }&lt;/h3&gt;
-						&lt;input type=&quot;text&quot; name=&quot;name&quot; value=&quot;&quot; id=&quot;name&quot; /&gt;
-						&lt;button type=&quot;submit&quot; class=&quot;inline&quot;&gt;${ &quot;Tag &amp;rarr;&quot; | translate(&quot;tags&quot;) }&lt;/button&gt;
-						&lt;input type=&quot;hidden&quot; name=&quot;hash&quot; value=&quot;$site.secure_hashkey&quot; id=&quot;hash&quot; /&gt;
-					&lt;/div&gt;
-					&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
-					&lt;br /&gt;
-					&lt;h2&gt;{% if GET.query %}${ &quot;Search Results&quot; | translate }{% else %}${ &quot;Last 25 Posts&quot; | translate }{% endif %}&lt;/h2&gt;
 					&lt;ul class=&quot;post_tags&quot;&gt;
 						&lt;li class=&quot;odd js_enabled toggler&quot;&gt;
 							&lt;h3 class=&quot;inline sub&quot;&gt;${ &quot;Toggle All&quot; | translate }&lt;/h3&gt;
@@ -65,9 +55,15 @@
 						&lt;/li&gt;
 					{% endfor %}
 					&lt;/ul&gt;
+					&lt;div class=&quot;left pad&quot;&gt;
+						&lt;h3&gt;${ &quot;Tag Selected:&quot; | translate(&quot;tags&quot;) }&lt;/h3&gt;
+						&lt;input type=&quot;text&quot; name=&quot;name&quot; value=&quot;&quot; id=&quot;name&quot; /&gt;
+						&lt;button type=&quot;submit&quot; class=&quot;inline&quot;&gt;${ &quot;Tag &amp;rarr;&quot; | translate(&quot;tags&quot;) }&lt;/button&gt;
+						&lt;input type=&quot;hidden&quot; name=&quot;hash&quot; value=&quot;$site.secure_hashkey&quot; id=&quot;hash&quot; /&gt;
+					&lt;/div&gt;
 				&lt;/fieldset&gt;
 			&lt;/form&gt;
-			&lt;br /&gt;
+			&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
 			$posts.next_link
 			$posts.prev_link
 {% endblock %}
\ No newline at end of file</diff>
      <filename>modules/tags/pages/admin/manage_tags.twig</filename>
    </modified>
    <modified>
      <diff>@@ -299,9 +299,7 @@
 
 			foreach($sql-&gt;select(&quot;tags&quot;,
 				                 &quot;*&quot;,
-				                 &quot;clean LIKE :tag&quot;,
-				                 null,
-				                 array(&quot;:tag&quot; =&gt; &quot;%{{&quot;.$_GET['name'].&quot;}}%&quot;))-&gt;fetchAll() as $tag)  {
+				                 array(&quot;clean like&quot; =&gt; &quot;%{{&quot;.urldecode($_GET['clean']).&quot;}}%&quot;))-&gt;fetchAll() as $tag)  {
 				$names = array();
 				foreach (explode(&quot;}},{{&quot;, substr(substr($tag[&quot;tags&quot;], 0, -2), 2)) as $name)
 					if ($name != $_GET['name'])</diff>
      <filename>modules/tags/tags.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a7f35ec512c10340723dacfb6f141c0f42a42749</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/a78f76381f44057814538388890bed5f3127c379</url>
  <id>a78f76381f44057814538388890bed5f3127c379</id>
  <committed-date>2008-09-01T09:29:23-07:00</committed-date>
  <authored-date>2008-09-01T09:29:23-07:00</authored-date>
  <message>* Fixed tag deleting
* Fixed Manage Comments UI</message>
  <tree>92529f9ea74b3d6a319a0876fca890e697c07b1e</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
