<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,3 @@
-== Ministry Tracker
+== Campus Movement Tracker
 Description can wait for later...
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -16,7 +16,7 @@ class UserMailer &lt; ActionMailer::Base
   protected
   def created(person, ministry, added_by, password)
     @recipients  = person.user.username
-    @from        = &quot;'Ministry Tracker' &lt;noreply@ministrytracker.org&gt;&quot;
+    @from        = &quot;'Campus Movement Tracker' &lt;noreply@ministrytracker.org&gt;&quot;
     @subject     = &quot;[MT] An account has been created for you&quot;
     @sent_on     = Time.now
     @body[:person] = person</diff>
      <filename>app/models/user_mailer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -48,7 +48,7 @@
 
 &lt;div class=&quot;welcome&quot;&gt;
 &lt;div class=&quot;sectionHeader&quot;&gt;
-  &lt;h2&gt;Welcome to the &lt;%= I18n.t(:app_name, :default =&gt; &quot;Ministry Tracker&quot;)%&gt;&lt;/h2&gt;
+  &lt;h2&gt;Welcome to the &lt;%= I18n.t(:app_name, :default =&gt; &quot;Campus Movement Tracker&quot;)%&gt;&lt;/h2&gt;
 &lt;/div&gt;
 &lt;br/&gt;
 &lt;%- if @ministry -%&gt;</diff>
      <filename>app/views/dashboard/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@
       &lt;% if Cmt::CONFIG[:web_title] %&gt;
         &lt;%= Cmt::CONFIG[:web_title] %&gt;
       &lt;% else %&gt;
-	      Ministry Track
+	      Campus Movement Tracker
       &lt;% end %&gt;      
       &lt;%= ': ' + @site_title if @site_title -%&gt;
     &lt;/title&gt;
@@ -47,8 +47,8 @@
 			&lt;/div&gt;
 			
 			&lt;div id=&quot;greenbar&quot;&gt;	
-			&lt;h1 id=&quot;title&quot;&gt;&lt;%= @ministry &amp;&amp; Cmt::CONFIG[:ministry_in_banner] ? @ministry.name : 
-			                   I18n.t(:slogan, :default =&gt; 'Ministry Track')%&gt; &lt;/h1&gt; 
+			&lt;h1 id=&quot;title&quot;&gt;&lt;%= @ministry ? @ministry.name : 
+			                   I18n.t(:slogan, :default =&gt; 'Campus Movement Tracker')%&gt; &lt;/h1&gt; 
 			&lt;%= tabnav :main %&gt;
 			&lt;/div&gt;
 			&lt;%- else -%&gt;
@@ -60,7 +60,7 @@
 			&lt;/div&gt;
 			&lt;div id=&quot;greenbar&quot;&gt;	
   			&lt;h1 id=&quot;title&quot;&gt;&lt;%= @ministry &amp;&amp; Cmt::CONFIG[:ministry_in_banner] ? @ministry.name : 
-			                     I18n.t(:slogan, :default =&gt; 'Ministry Track') %&gt;&lt;/h1&gt;
+			                     I18n.t(:slogan, :default =&gt; 'Campus Movement Tracker') %&gt;&lt;/h1&gt;
   			&lt;%= render :partial =&gt; 'tabnav/auth' %&gt;
 			&lt;/div&gt;
 			&lt;%- end -%&gt;</diff>
      <filename>app/views/layouts/application.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 &lt;%- help_block do -%&gt; 
   &lt;h3&gt;Managing Ministry Roles&lt;/h3&gt;
   &lt;p&gt;This is a very powerful page. 
-  What you modify in here will effect all roles for every ministry on the Ministry Tracker. 
-  The roles you see are listed in hierarchal style; the higher the role, the higher its position in the Ministry Tracker.
+  What you modify in here will effect all roles for every ministry on the Campus Movement Tracker. 
+  The roles you see are listed in hierarchal style; the higher the role, the higher its position in the Campus Movement Tracker.
   To change a role position, click on the four-pronged arrow and drag it to its new position. 
   If you want to change a staff role to a student role, or vice versa, you'll have to click the edit button and change its category.
   This will effect the Responsible Person chains, who can edit who's profile, etc. Use this carefully.</diff>
      <filename>app/views/ministry_roles/index.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Hi &lt;%= @person.first_name %&gt;,
 
-I've has just added you to the Ministry Tracker system for the &lt;%= @ministry.name %&gt; ministry.
+I've has just added you to the Campus Movement Tracker system for the &lt;%= @ministry.name %&gt; ministry.
 
 If you're not familiar with this system, it's a tool that helps us keep track of the people involved in our ministry. If you could take a moment to log in and fill out your personal information, it'd really help me out.
 </diff>
      <filename>app/views/user_mailer/created_student.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@ render_tabnav :main,
   if link.present?
     add_tab do |t|
       t.named 'Support'
-      t.titled &quot;Support centre for the #{I18n.t :app_name, :default =&gt; 'Ministry Tracker'}&quot;
+      t.titled &quot;Support centre for the #{I18n.t :app_name, :default =&gt; 'Campus Movement Tracker'}&quot;
       t.links_to link
     end
   end </diff>
      <filename>app/views/widgets/_main_tabnav.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -22,10 +22,6 @@ module Cmt
     # Removes the options of specifying 'poor' timeslots in timetable
     :hide_poor_status_in_scheduler =&gt; true,
     
-    # If enabled, if the user is currently viewing a ministry, 
-    # the ministry's name will be displayed in the banner
-    :ministry_in_banner =&gt; true,
-    
     # Default ministry name
     :default_ministry_name =&gt; 'Campus for Christ',
     </diff>
      <filename>config/initializers/cmt_config.example</filename>
    </modified>
    <modified>
      <diff>@@ -165,7 +165,7 @@ end
     &lt;span class=&quot;ruby-comment cmt&quot;&gt;# File app/models/user_mailer.rb, line 16&lt;/span&gt;
 16:   &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;created&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;person&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;ministry&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;added_by&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;password&lt;/span&gt;)
 17:     &lt;span class=&quot;ruby-ivar&quot;&gt;@recipients&lt;/span&gt;  = &lt;span class=&quot;ruby-identifier&quot;&gt;person&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;user&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;username&lt;/span&gt;
-18:     &lt;span class=&quot;ruby-ivar&quot;&gt;@from&lt;/span&gt;        = &lt;span class=&quot;ruby-value str&quot;&gt;&amp;quot;'Ministry Tracker' &amp;lt;noreply@ministrytracker.org&amp;gt;&amp;quot;&lt;/span&gt;
+18:     &lt;span class=&quot;ruby-ivar&quot;&gt;@from&lt;/span&gt;        = &lt;span class=&quot;ruby-value str&quot;&gt;&amp;quot;'Campus Movement Tracker' &amp;lt;noreply@ministrytracker.org&amp;gt;&amp;quot;&lt;/span&gt;
 19:     &lt;span class=&quot;ruby-ivar&quot;&gt;@subject&lt;/span&gt;     = &lt;span class=&quot;ruby-value str&quot;&gt;&amp;quot;[MT] An account has been created for you&amp;quot;&lt;/span&gt;
 20:     &lt;span class=&quot;ruby-ivar&quot;&gt;@sent_on&lt;/span&gt;     = &lt;span class=&quot;ruby-constant&quot;&gt;Time&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;now&lt;/span&gt;
 21:     &lt;span class=&quot;ruby-ivar&quot;&gt;@body&lt;/span&gt;[&lt;span class=&quot;ruby-identifier&quot;&gt;:person&lt;/span&gt;] = &lt;span class=&quot;ruby-identifier&quot;&gt;person&lt;/span&gt;</diff>
      <filename>doc/app/classes/UserMailer.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 /*
-Codename: Ministry Track
+Codename: Campus Movement Tracker
 Author: David T Sudarma (Follower), Caleb Wright (Follower), Josh Starcher (Cult Leader)
 Use whatever you want
 COLORS:</diff>
      <filename>public/stylesheets/facebook.css</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 /*
-Codename: Ministry Track
+Codename: Campus Movement Tracker
 Author: David T Sudarma (Follower), Caleb Wright (Follower), Josh Starcher (Cult Leader)
 Use whatever you want
 COLORS:</diff>
      <filename>public/stylesheets/style.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a0df3d9fa11bab5ab6d59bcfe619dfa2fce5179d</id>
    </parent>
  </parents>
  <author>
    <name>Josh Starcher</name>
    <email>josh@josh-starchers-mac-pro.local</email>
  </author>
  <url>http://github.com/twinge/ministry-tracker/commit/64468921fa95b0abd314c19e0267c250e0044957</url>
  <id>64468921fa95b0abd314c19e0267c250e0044957</id>
  <committed-date>2009-08-29T11:32:29-07:00</committed-date>
  <authored-date>2009-08-29T11:32:29-07:00</authored-date>
  <message>replace Ministry Track with Campus Movement Tracker</message>
  <tree>b70277936e35a736d24217e639e5ee498e867c35</tree>
  <committer>
    <name>Josh Starcher</name>
    <email>josh@josh-starchers-mac-pro.local</email>
  </committer>
</commit>
