<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -138,7 +138,6 @@ var Write = {
 		})
 		$(&quot;textarea&quot;).each(function(){
 			$(this).css({
-				minHeight: $(this).outerHeight() + 2,
 				lineHeight: &quot;15px&quot;
 			}).autogrow()
 		})
@@ -171,7 +170,6 @@ var Write = {
 		}
 	},
 	more_options: function(){
-		console.log($(&quot;#more_options&quot;).size())
 		if ($(&quot;#more_options&quot;).size()) {
 			if (Cookie.get(&quot;show_more_options&quot;) == &quot;true&quot;)
 				var more_options_text = &quot;&lt;?php echo __(&quot;&amp;laquo; Fewer Options&quot;); ?&gt;&quot;;</diff>
      <filename>includes/admin.js.php</filename>
    </modified>
    <modified>
      <diff>@@ -136,6 +136,9 @@
 		 * Serves a message of type $type and destroys it from the session.
 		 */
 		public function serve($type) {
+			if (!empty($_SESSION[$type]))
+				self::$exists = true;
+
 			if (isset($_SESSION[$type])) {
 				$this-&gt;$type = $_SESSION[$type];
 				$_SESSION[$type] = array();</diff>
      <filename>includes/class/Flash.php</filename>
    </modified>
    <modified>
      <diff>@@ -230,9 +230,6 @@
 			$page = new Page(null, array(&quot;where&quot; =&gt; &quot;url = :url&quot;,
 			                             &quot;params&quot; =&gt; array(&quot;:url&quot; =&gt; end($this-&gt;arg))));
 
-			if ($i_have_the_power)
-				error_log(print_r($this-&gt;arg, true));
-
 			if (!$page-&gt;no_results)
 				return list($_GET['url'], $this-&gt;action) = array(end($this-&gt;arg), &quot;page&quot;);
 			elseif ($i_have_the_power)</diff>
      <filename>includes/class/Route.php</filename>
    </modified>
    <modified>
      <diff>@@ -136,4 +136,9 @@
 			if (Config::current()-&gt;set(&quot;cache_expire&quot;, $_POST['cache_expire']))
 				Flash::notice(__(&quot;Settings updated.&quot;), &quot;/admin/?action=cache_settings&quot;);
 		}
+
+		public function route_regenerate() {
+			$this-&gt;regenerate();
+			Flash::notice(&quot;Regenerated!&quot;, &quot;/&quot;);
+		}
 	}
\ No newline at end of file</diff>
      <filename>modules/cacher/cacher.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>10325041c602fd9c9d19b20be17810975b6f3917</id>
    </parent>
  </parents>
  <author>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </author>
  <url>http://github.com/vito/chyrp/commit/5c43bee26365703508332d64a64a3749f25e4779</url>
  <id>5c43bee26365703508332d64a64a3749f25e4779</id>
  <committed-date>2008-07-23T12:40:47-07:00</committed-date>
  <authored-date>2008-07-23T12:40:47-07:00</authored-date>
  <message>Fixed the Cacher module not working correctly with Flash messages.</message>
  <tree>7f859e3b6d768bb6daed3436faa6cd580b44218c</tree>
  <committer>
    <name>Alex Suraci</name>
    <email>i.am@toogeneric.com</email>
  </committer>
</commit>
