<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,4 +17,5 @@ db/*.sqlite3
 .loadpath
 .project
 doc/coverage
-coverage
\ No newline at end of file
+coverage
+attachment_fu_plugin.sqlite3.db
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,9 @@
-The Connected Website is the opensource code behind http://nokahuna.com/projects/142
+The Connected Website is the opensource code behind http://nokahuna.com/projects/142 and other
 
-The project exists primarily to develop a new version of The Connected Republic, the public web-space where people interested in the use of connectivity to tackle public problems can find each other and share ideas.
 
-Development sponsored by Cisco IBSG Public Sector
+The project started to develop a new version of The Connected Republic, the public web-space where people interested in the use of connectivity to tackle public problems can find each other and share ideas.
+
+Initial development sponsored by Cisco IBSG Public Sector
 Current version: http://www.theconnectedrepublic.org/
 
 Contact tim@red56.co.uk for further information
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -10,6 +10,7 @@ module ApplicationHelper
       max = tag.count if tag.count &gt; max
       min = tag.count if min==nil || tag.count &lt; min 
     end
+    return if min.nil?
     divisor =  ((max-min) / classes.size) + 1
     tags.each do |tag|
       index = ((tag.count - min) / divisor).to_i</diff>
      <filename>app/helpers/application_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -12,7 +12,7 @@ class Mailer &lt; ActionMailer::Base
 
   def comment_created(comment, recipient)
     @from = &quot;#{APP_NAME} notifications &lt;do-not-reply@#{APP_DOMAIN}&gt;&quot;
-    @subject = &quot;[Connected Republic] New comment on #{comment.post}&quot;
+    @subject = &quot;[wminarch] New comment on #{comment.post}&quot;
     @sent_on = Time.now
     @recipients = [ recipient ]
     @body[:comment] = comment</diff>
      <filename>app/models/mailer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
-&lt;h2&gt;Selected discussion events 
+&lt;% if !@latest_event.nil?%&gt;&lt;h2&gt;Selected discussion events 
   &lt;%= link_to &quot;latest event #{time_ago_in_words(@latest_event.created_at)} ago&quot;, events_url, :class =&gt; &quot;recent&quot; %&gt;
 &lt;/h2&gt;
+&lt;% end %&gt;
   &lt;div class=&quot;events&quot;&gt;
       &lt;ul&gt;
        &lt;% for event in @events %&gt;</diff>
      <filename>app/views/home/_recent_activity.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
 	  &lt;meta http-equiv=&quot;Content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
 
 		&lt;%= javascript_include_tag :all, :cache =&gt; true %&gt;
-		&lt;%= stylesheet_link_tag :all, :cache =&gt; true %&gt;
+		&lt;%= stylesheet_link_tag 'wminarch', :cache =&gt; true %&gt;
 		&lt;%= auto_discovery_link_tag(:rss, formatted_posts_url(:format =&gt; :rss), :title =&gt; &quot;All Posts&quot;) %&gt;
 		&lt;%= auto_discovery_link_tag(:rss, formatted_featured_posts_url(:format =&gt; :rss), :title =&gt; &quot;Featured Posts&quot;) %&gt;
 </diff>
      <filename>app/views/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,20 +1,20 @@
 development:
   adapter: mysql
-  database: republic_development
+  database: wminarch_development
   username: root
   password:
   host: localhost
   encoding: utf8
 test:
   adapter: mysql
-  database: republic_test
+  database: wminarch_test
   username: root
   password:
   host: localhost
   encoding: utf8
 production:
   adapter: mysql
-  database: republic_development
+  database: wminarch_development
   username: root
   password: 
   host: localhost</diff>
      <filename>config/database.yml.example</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ Rails::Initializer.run do |config|
   config.load_paths &lt;&lt; &quot;#{Rails.root}/app/models/events&quot;
 
   config.action_controller.session = {
-    :session_key =&gt; '_republic_site_session',
+    :session_key =&gt; '_wminarch_site_session',
     :secret =&gt; (RAILS_ENV == 'production') ? File.read(File.join(File.dirname(__FILE__), 'cookie_secret')) : 'e7bcf1669a4848dff6245564f4c31323e2877fe1ad6b069e7574a48eaed2396363a676d9288530656ff39048ccb7d9723c93874d0674f2057465a759c6d57e04'
   }
   </diff>
      <filename>config/environment.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
-APP_DOMAIN = Rails.env == 'production' ? &quot;theconnectedrepublic.org&quot; : &quot;republic.dev&quot;
+APP_DOMAIN = Rails.env == 'production' ? &quot;wminarch.org&quot; : &quot;website.dev&quot;
 APP_PORT = Rails.env == 'production' ? &quot;&quot; : &quot;:3000&quot;
 APP_HOST = APP_DOMAIN + APP_PORT
 
-APP_NAME = &quot;The Connected Republic&quot;
+APP_NAME = &quot;University of Westminster - Architecture - Open Studios&quot;</diff>
      <filename>config/initializers/add_constants.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 useful for checking: 
 download sql backup from amazon s3
-import into republic_development using mysql republic_development &lt; ~/Desktop/...
\ No newline at end of file
+import into wminarch_development using mysql wminarch_development &lt; ~/Desktop/...
\ No newline at end of file</diff>
      <filename>doc/DEVELOP.TXT</filename>
    </modified>
    <modified>
      <diff>@@ -1,15 +1,3 @@
-/* @override 
-	http://localhost:3000/stylesheets/default.css?1226349891
-	http://localhost:3000/stylesheets/default.css?1226361882
-	http://localhost:3000/stylesheets/default.css?1226399346
-	http://localhost:3004/stylesheets/default.css?1226665314
-	http://localhost:3000/stylesheets/republic.css?1227890664
-	http://localhost:3004/stylesheets/republic.css?1227888734
-	http://10.211.55.2:3004/stylesheets/republic.css?1227905223
-	http://10.211.55.2:3004/stylesheets/republic.css?1233269850
-	http://localhost:3000/stylesheets/republic.css?1233270926
-*/
-
 body {
 	font-family: arial, sans-serif;
 	font-size: 0.8em;</diff>
      <filename>public/stylesheets/republic.css</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@ class ActionController::IntegrationTest
     open_session do | session | 
       session.extend(BasicsDsl)
       session.extend(RepublicDsl)
-      session.host!(&quot;republic.dev&quot;)
+      session.host!(&quot;website.dev&quot;)
       session.instance_eval(&amp;block) if block
       session
     end </diff>
      <filename>test/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>536f0668d9b36d162c10fba42b839a25a94defb2</id>
    </parent>
  </parents>
  <author>
    <name>Tim Diggins</name>
    <email>tim@red56.co.uk</email>
  </author>
  <url>http://github.com/red56/the-connected-website/commit/b8e80ba40d7111e10b263abff2c1f18222de3bcc</url>
  <id>b8e80ba40d7111e10b263abff2c1f18222de3bcc</id>
  <committed-date>2009-02-18T03:40:58-08:00</committed-date>
  <authored-date>2009-02-18T03:40:58-08:00</authored-date>
  <message>missed stuff out of last commit</message>
  <tree>34fd6678c272a5241f2710659cb39632c41500ec</tree>
  <committer>
    <name>Tim Diggins</name>
    <email>tim@red56.co.uk</email>
  </committer>
</commit>
